+ bash + STATUS_FILE=/test-status/deploy-and-e2e-status + echo failed + COMPONENT_NAME=kserve-agent-ci ++ jq -r --arg component_name kserve-agent-ci '.[$component_name].image' + export KSERVE_AGENT_IMAGE=quay.io/opendatahub/kserve-agent@sha256:62925d7b981d1952f65351ff12d2c91532437425fa51505583c8531f544bac1b + KSERVE_AGENT_IMAGE=quay.io/opendatahub/kserve-agent@sha256:62925d7b981d1952f65351ff12d2c91532437425fa51505583c8531f544bac1b + COMPONENT_NAME=kserve-controller-ci ++ jq -r --arg component_name kserve-controller-ci '.[$component_name].image' + export KSERVE_CONTROLLER_IMAGE=quay.io/opendatahub/kserve-controller@sha256:eedf92a9ee281f6194feacf87ca02512af9fee8b6ba24bd48adaac43610735dd + KSERVE_CONTROLLER_IMAGE=quay.io/opendatahub/kserve-controller@sha256:eedf92a9ee281f6194feacf87ca02512af9fee8b6ba24bd48adaac43610735dd + COMPONENT_NAME=kserve-router-ci ++ jq -r --arg component_name kserve-router-ci '.[$component_name].image' + export KSERVE_ROUTER_IMAGE=quay.io/opendatahub/kserve-router@sha256:5ddf7b68668839b048ac1f65cf22f5a7b21a1ddc89705b9e0ad240d64f017b66 + KSERVE_ROUTER_IMAGE=quay.io/opendatahub/kserve-router@sha256:5ddf7b68668839b048ac1f65cf22f5a7b21a1ddc89705b9e0ad240d64f017b66 + COMPONENT_NAME=kserve-storage-initializer-ci ++ jq -r --arg component_name kserve-storage-initializer-ci '.[$component_name].image' + export STORAGE_INITIALIZER_IMAGE=quay.io/opendatahub/kserve-storage-initializer@sha256:797c8e435f976ed40a9339cd4d700b7531407093067823e1831ba65ff3d66a3b + STORAGE_INITIALIZER_IMAGE=quay.io/opendatahub/kserve-storage-initializer@sha256:797c8e435f976ed40a9339cd4d700b7531407093067823e1831ba65ff3d66a3b + ./test/scripts/openshift-ci/run-e2e-tests.sh 'predictor or kserve_on_openshift' Installing on cluster Using namespace: kserve for KServe components SKLEARN_IMAGE=quay.io/opendatahub/sklearn-serving-runtime:odh-pr-1400 KSERVE_CONTROLLER_IMAGE=quay.io/opendatahub/kserve-controller@sha256:eedf92a9ee281f6194feacf87ca02512af9fee8b6ba24bd48adaac43610735dd LLMISVC_CONTROLLER_IMAGE=ghcr.io/opendatahub-io/kserve/odh-kserve-llmisvc-controller:release-v0.17 KSERVE_AGENT_IMAGE=quay.io/opendatahub/kserve-agent@sha256:62925d7b981d1952f65351ff12d2c91532437425fa51505583c8531f544bac1b KSERVE_ROUTER_IMAGE=quay.io/opendatahub/kserve-router@sha256:5ddf7b68668839b048ac1f65cf22f5a7b21a1ddc89705b9e0ad240d64f017b66 STORAGE_INITIALIZER_IMAGE=quay.io/opendatahub/kserve-storage-initializer@sha256:797c8e435f976ed40a9339cd4d700b7531407093067823e1831ba65ff3d66a3b ERROR_404_ISVC_IMAGE=quay.io/opendatahub/error-404-isvc:odh-pr-1400 SUCCESS_200_ISVC_IMAGE=quay.io/opendatahub/success-200-isvc:odh-pr-1400 [INFO] Installing Kustomize v5.8.1 for linux/amd64... [SUCCESS] Successfully installed Kustomize v5.8.1 to /workspace/source/bin/kustomize v5.8.1 make: Entering directory '/workspace/source' [INFO] Installing yq v4.52.1 for linux/amd64... [SUCCESS] Successfully installed yq v4.52.1 to /workspace/source/bin/yq yq (https://github.com/mikefarah/yq/) version v4.52.1 make: Leaving directory '/workspace/source' Installing KServe Python SDK ... [INFO] Installing uv 0.7.8 for linux/amd64... [SUCCESS] Successfully installed uv 0.7.8 to /workspace/source/bin/uv warning: Failed to read project metadata (No `pyproject.toml` found in current directory or any parent directory). Running `uv self version` for compatibility. This fallback will be removed in the future; pass `--preview` to force an error. uv 0.7.8 Creating virtual environment... warning: virtualenv's `--clear` has no effect (uv always clears the virtual environment) Using CPython 3.9.25 interpreter at: /usr/bin/python3 Creating virtual environment at: .venv /workspace/source Using CPython 3.11.13 interpreter at: /usr/bin/python3.11 Creating virtual environment at: .venv Resolved 263 packages in 1ms Building kserve @ file:///workspace/source/python/kserve Downloading pydantic-core (2.0MiB) Downloading pandas (12.5MiB) Downloading aiohttp (1.7MiB) Downloading uvloop (3.8MiB) Downloading pyarrow (40.1MiB) Downloading botocore (12.9MiB) Downloading kubernetes (1.9MiB) Downloading portforward (3.9MiB) Downloading numpy (15.7MiB) Downloading cryptography (4.3MiB) Downloading grpcio (6.4MiB) Downloading setuptools (1.2MiB) Downloading black (1.6MiB) Downloading grpcio-tools (2.5MiB) Downloading mypy (17.2MiB) Building timeout-sampler==1.0.3 Building python-simple-logger==2.0.19 Downloading aiohttp Downloading pydantic-core Downloading black Downloading grpcio-tools Downloading setuptools Built python-simple-logger==2.0.19 Downloading portforward Downloading uvloop Downloading cryptography Downloading grpcio Downloading kubernetes Built timeout-sampler==1.0.3 Downloading numpy Built kserve @ file:///workspace/source/python/kserve Downloading pandas Downloading botocore Downloading pyarrow Downloading mypy Prepared 99 packages in 1.85s warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance. If the cache and target directories are on different filesystems, hardlinking may not be supported. If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning. Installed 99 packages in 275ms + aiohappyeyeballs==2.6.1 + aiohttp==3.13.3 + aiosignal==1.4.0 + annotated-doc==0.0.4 + annotated-types==0.7.0 + anyio==4.9.0 + attrs==25.3.0 + avro==1.12.0 + black==24.3.0 + boto3==1.37.35 + botocore==1.37.35 + cachetools==5.5.2 + certifi==2025.1.31 + cffi==2.0.0 + charset-normalizer==3.4.1 + click==8.1.8 + cloudevents==1.11.0 + colorama==0.4.6 + colorlog==6.10.1 + coverage==7.8.0 + cryptography==46.0.5 + deprecation==2.1.0 + durationpy==0.9 + execnet==2.1.1 + fastapi==0.121.3 + frozenlist==1.5.0 + google-auth==2.39.0 + grpc-interceptor==0.15.4 + grpcio==1.78.1 + grpcio-testing==1.78.1 + grpcio-tools==1.78.1 + h11==0.16.0 + httpcore==1.0.9 + httptools==0.6.4 + httpx==0.27.2 + httpx-retries==0.4.5 + idna==3.10 + iniconfig==2.1.0 + jinja2==3.1.6 + jmespath==1.0.1 + kserve==0.17.0 (from file:///workspace/source/python/kserve) + kubernetes==32.0.1 + markupsafe==3.0.2 + multidict==6.4.3 + mypy==0.991 + mypy-extensions==1.0.0 + numpy==2.2.4 + oauthlib==3.2.2 + orjson==3.10.16 + packaging==24.2 + pandas==2.2.3 + pathspec==0.12.1 + platformdirs==4.3.7 + pluggy==1.5.0 + portforward==0.7.1 + prometheus-client==0.21.1 + propcache==0.3.1 + protobuf==6.33.5 + psutil==5.9.8 + pyarrow==19.0.1 + pyasn1==0.6.1 + pyasn1-modules==0.4.2 + pycparser==2.22 + pydantic==2.12.4 + pydantic-core==2.41.5 + pyjwt==2.12.1 + pytest==7.4.4 + pytest-asyncio==0.23.8 + pytest-cov==5.0.0 + pytest-httpx==0.30.0 + pytest-xdist==3.6.1 + python-dateutil==2.9.0.post0 + python-dotenv==1.1.0 + python-multipart==0.0.22 + python-simple-logger==2.0.19 + pytz==2025.2 + pyyaml==6.0.2 + requests==2.32.3 + requests-oauthlib==2.0.0 + rsa==4.9.1 + s3transfer==0.11.4 + setuptools==78.1.0 + six==1.17.0 + sniffio==1.3.1 + starlette==0.49.1 + tabulate==0.9.0 + timeout-sampler==1.0.3 + timing-asgi==0.3.1 + tomlkit==0.13.2 + typing-extensions==4.15.0 + typing-inspection==0.4.2 + tzdata==2025.2 + urllib3==2.6.2 + uvicorn==0.34.1 + uvloop==0.21.0 + watchfiles==1.0.5 + websocket-client==1.8.0 + websockets==15.0.1 + yarl==1.20.0 Audited 1 package in 46ms /workspace/source Creating namespace openshift-keda... namespace/openshift-keda created Namespace openshift-keda created/ensured. --- Creating OperatorGroup openshift-keda... operatorgroup.operators.coreos.com/openshift-keda created OperatorGroup openshift-keda created/ensured. --- Creating Subscription for openshift-custom-metrics-autoscaler-operator... subscription.operators.coreos.com/openshift-custom-metrics-autoscaler-operator created Subscription openshift-custom-metrics-autoscaler-operator created/ensured. --- Waiting for openshift-custom-metrics-autoscaler-operator CSV to become ready... Waiting for CSV to be installed for subscription openshift-custom-metrics-autoscaler-operator... (0/600) Waiting for CSV to be installed for subscription openshift-custom-metrics-autoscaler-operator... (5/600) Waiting for CSV to be installed for subscription openshift-custom-metrics-autoscaler-operator... (10/600) Waiting for CSV to be installed for subscription openshift-custom-metrics-autoscaler-operator... (15/600) Waiting for CSV to be installed for subscription openshift-custom-metrics-autoscaler-operator... (20/600) CSV custom-metrics-autoscaler.v2.18.1-2 found, but not yet Succeeded (Phase: Installing). Waiting... (25/600) CSV custom-metrics-autoscaler.v2.18.1-2 found, but not yet Succeeded (Phase: Installing). Waiting... (30/600) CSV custom-metrics-autoscaler.v2.18.1-2 found, but not yet Succeeded (Phase: Installing). Waiting... (35/600) CSV custom-metrics-autoscaler.v2.18.1-2 found, but not yet Succeeded (Phase: Installing). Waiting... (40/600) CSV custom-metrics-autoscaler.v2.18.1-2 found, but not yet Succeeded (Phase: Installing). Waiting... (45/600) CSV custom-metrics-autoscaler.v2.18.1-2 is ready (Phase: Succeeded). --- Applying KedaController custom resource... Warning: resource kedacontrollers/keda is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by oc apply. oc apply should only be used on resources created declaratively by either oc create --save-config or oc apply. The missing annotation will be patched automatically. kedacontroller.keda.sh/keda configured KedaController custom resource applied. --- Allowing time for KEDA components to be provisioned by the operator ... Waiting for KEDA Operator pod (selector: "app=keda-operator") to be ready in namespace openshift-keda... Waiting for pod -l "app=keda-operator" in namespace "openshift-keda" to be created... Pod -l "app=keda-operator" in namespace "openshift-keda" found. Current pods for -l "app=keda-operator" in namespace "openshift-keda": NAME READY STATUS RESTARTS AGE keda-operator-ffbb595cb-zm6qf 1/1 Running 0 42s Waiting up to 120s for pod(s) -l "app=keda-operator" in namespace "openshift-keda" to become ready... pod/keda-operator-ffbb595cb-zm6qf condition met Pod(s) -l "app=keda-operator" in namespace "openshift-keda" are ready. KEDA Operator pod is ready. Waiting for KEDA Metrics API Server pod (selector: "app=keda-metrics-apiserver") to be ready in namespace openshift-keda... Waiting for pod -l "app=keda-metrics-apiserver" in namespace "openshift-keda" to be created... Pod -l "app=keda-metrics-apiserver" in namespace "openshift-keda" found. Current pods for -l "app=keda-metrics-apiserver" in namespace "openshift-keda": NAME READY STATUS RESTARTS AGE keda-metrics-apiserver-7c9f485588-7wmld 1/1 Running 0 47s Waiting up to 120s for pod(s) -l "app=keda-metrics-apiserver" in namespace "openshift-keda" to become ready... pod/keda-metrics-apiserver-7c9f485588-7wmld condition met Pod(s) -l "app=keda-metrics-apiserver" in namespace "openshift-keda" are ready. KEDA Metrics API Server pod is ready. Waiting for KEDA Webhook pod (selector: "app=keda-admission-webhooks") to be ready in namespace openshift-keda... Waiting for pod -l "app=keda-admission-webhooks" in namespace "openshift-keda" to be created... Pod -l "app=keda-admission-webhooks" in namespace "openshift-keda" found. Current pods for -l "app=keda-admission-webhooks" in namespace "openshift-keda": NAME READY STATUS RESTARTS AGE keda-admission-cf49989db-6467f 1/1 Running 0 52s Waiting up to 120s for pod(s) -l "app=keda-admission-webhooks" in namespace "openshift-keda" to become ready... pod/keda-admission-cf49989db-6467f condition met Pod(s) -l "app=keda-admission-webhooks" in namespace "openshift-keda" are ready. KEDA Webhook pod is ready. --- ✅ KEDA deployment script finished successfully. Now using project "kserve" on server "https://a5013424d0a6142a2a6d3ee5758ed7d6-ff9106e3ec1d2585.elb.us-east-1.amazonaws.com:6443". You can add applications to this project with the 'new-app' command. For example, try: oc new-app rails-postgresql-example to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.43 -- /agnhost serve-hostname ⏳ Installing KServe with SeaweedFS # Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically. customresourcedefinition.apiextensions.k8s.io/clusterstoragecontainers.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/datascienceclusters.datasciencecluster.opendatahub.io serverside-applied customresourcedefinition.apiextensions.k8s.io/dscinitializations.dscinitialization.opendatahub.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencegraphs.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencemodelrewrites.inference.networking.x-k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferenceobjectives.inference.networking.x-k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencepoolimports.inference.networking.x-k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencepools.inference.networking.k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencepools.inference.networking.x-k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferenceservices.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/llminferenceserviceconfigs.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/llminferenceservices.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/servingruntimes.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/trainedmodels.serving.kserve.io serverside-applied ⏳ Waiting for CRDs to be established Waiting for CRD inferenceservices.serving.kserve.io to appear (timeout: 90s)… CRD inferenceservices.serving.kserve.io detected — waiting for it to become Established (timeout: 90s)… customresourcedefinition.apiextensions.k8s.io/inferenceservices.serving.kserve.io condition met Waiting for CRD llminferenceserviceconfigs.serving.kserve.io to appear (timeout: 90s)… CRD llminferenceserviceconfigs.serving.kserve.io detected — waiting for it to become Established (timeout: 90s)… customresourcedefinition.apiextensions.k8s.io/llminferenceserviceconfigs.serving.kserve.io condition met Waiting for CRD clusterstoragecontainers.serving.kserve.io to appear (timeout: 90s)… CRD clusterstoragecontainers.serving.kserve.io detected — waiting for it to become Established (timeout: 90s)… customresourcedefinition.apiextensions.k8s.io/clusterstoragecontainers.serving.kserve.io condition met Waiting for CRD datascienceclusters.datasciencecluster.opendatahub.io to appear (timeout: 90s)… CRD datascienceclusters.datasciencecluster.opendatahub.io detected — waiting for it to become Established (timeout: 90s)… customresourcedefinition.apiextensions.k8s.io/datascienceclusters.datasciencecluster.opendatahub.io condition met ⏳ Applying all resources... customresourcedefinition.apiextensions.k8s.io/clusterstoragecontainers.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/datascienceclusters.datasciencecluster.opendatahub.io serverside-applied customresourcedefinition.apiextensions.k8s.io/dscinitializations.dscinitialization.opendatahub.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencegraphs.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencemodelrewrites.inference.networking.x-k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferenceobjectives.inference.networking.x-k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencepoolimports.inference.networking.x-k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencepools.inference.networking.k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferencepools.inference.networking.x-k8s.io serverside-applied customresourcedefinition.apiextensions.k8s.io/inferenceservices.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/llminferenceserviceconfigs.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/llminferenceservices.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/servingruntimes.serving.kserve.io serverside-applied customresourcedefinition.apiextensions.k8s.io/trainedmodels.serving.kserve.io serverside-applied serviceaccount/kserve-controller-manager serverside-applied serviceaccount/llmisvc-controller-manager serverside-applied role.rbac.authorization.k8s.io/kserve-leader-election-role serverside-applied role.rbac.authorization.k8s.io/llmisvc-leader-election-role serverside-applied clusterrole.rbac.authorization.k8s.io/kserve-admin serverside-applied clusterrole.rbac.authorization.k8s.io/kserve-edit serverside-applied clusterrole.rbac.authorization.k8s.io/kserve-llmisvc-distro-role serverside-applied clusterrole.rbac.authorization.k8s.io/kserve-llmisvc-manager-role serverside-applied clusterrole.rbac.authorization.k8s.io/kserve-manager-role serverside-applied clusterrole.rbac.authorization.k8s.io/kserve-metrics-reader-cluster-role serverside-applied clusterrole.rbac.authorization.k8s.io/kserve-proxy-role serverside-applied clusterrole.rbac.authorization.k8s.io/kserve-view serverside-applied clusterrole.rbac.authorization.k8s.io/openshift-ai-llminferenceservice-scc serverside-applied rolebinding.rbac.authorization.k8s.io/kserve-leader-election-rolebinding serverside-applied rolebinding.rbac.authorization.k8s.io/llmisvc-leader-election-rolebinding serverside-applied clusterrolebinding.rbac.authorization.k8s.io/kserve-llmisvc-distro-rolebinding serverside-applied clusterrolebinding.rbac.authorization.k8s.io/kserve-manager-rolebinding serverside-applied clusterrolebinding.rbac.authorization.k8s.io/kserve-proxy-rolebinding serverside-applied clusterrolebinding.rbac.authorization.k8s.io/llmisvc-manager-rolebinding serverside-applied configmap/inferenceservice-config serverside-applied configmap/kserve-parameters serverside-applied secret/kserve-webhook-server-secret serverside-applied secret/mlpipeline-s3-artifact serverside-applied service/kserve-controller-manager-metrics-service serverside-applied service/kserve-controller-manager-service serverside-applied service/kserve-webhook-server-service serverside-applied service/llmisvc-controller-manager-service serverside-applied service/llmisvc-webhook-server-service serverside-applied service/s3-service serverside-applied deployment.apps/kserve-controller-manager serverside-applied deployment.apps/llmisvc-controller-manager serverside-applied deployment.apps/seaweedfs serverside-applied networkpolicy.networking.k8s.io/kserve-controller-manager serverside-applied securitycontextconstraints.security.openshift.io/openshift-ai-llminferenceservice-scc serverside-applied clusterstoragecontainer.serving.kserve.io/default serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-decode-template serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-decode-worker-data-parallel serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-prefill-template serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-prefill-worker-data-parallel serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-router-route serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-scheduler serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-template serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-template-amd-rocm serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-template-ibm-spyre-ppc64le serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-template-ibm-spyre-s390x serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-template-ibm-spyre-x86 serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-template-intel-gaudi serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-template-nvidia-cuda serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-worker-data-parallel serverside-applied mutatingwebhookconfiguration.admissionregistration.k8s.io/inferenceservice.serving.kserve.io serverside-applied validatingwebhookconfiguration.admissionregistration.k8s.io/inferencegraph.serving.kserve.io serverside-applied validatingwebhookconfiguration.admissionregistration.k8s.io/inferenceservice.serving.kserve.io serverside-applied validatingwebhookconfiguration.admissionregistration.k8s.io/llminferenceservice.serving.kserve.io serverside-applied validatingwebhookconfiguration.admissionregistration.k8s.io/llminferenceserviceconfig.serving.kserve.io serverside-applied validatingwebhookconfiguration.admissionregistration.k8s.io/servingruntime.serving.kserve.io serverside-applied validatingwebhookconfiguration.admissionregistration.k8s.io/trainedmodel.serving.kserve.io serverside-applied ⏳ Waiting for llmisvc-controller-manager to be ready... Waiting for pod -l "control-plane=llmisvc-controller-manager" in namespace "kserve" to be created... Pod -l "control-plane=llmisvc-controller-manager" in namespace "kserve" found. Current pods for -l "control-plane=llmisvc-controller-manager" in namespace "kserve": NAME READY STATUS RESTARTS AGE llmisvc-controller-manager-68cc5db7c4-q2xlf 0/1 ContainerCreating 0 5s Waiting up to 600s for pod(s) -l "control-plane=llmisvc-controller-manager" in namespace "kserve" to become ready... pod/llmisvc-controller-manager-68cc5db7c4-q2xlf condition met Pod(s) -l "control-plane=llmisvc-controller-manager" in namespace "kserve" are ready. ⏳ Re-applying LLMInferenceServiceConfig resources with webhook validation... Warning: modifying well-known config kserve/kserve-config-llm-decode-template is not recommended. Consider creating a custom config instead llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-decode-template serverside-applied Warning: modifying well-known config kserve/kserve-config-llm-decode-worker-data-parallel is not recommended. Consider creating a custom config instead llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-decode-worker-data-parallel serverside-applied Warning: modifying well-known config kserve/kserve-config-llm-prefill-template is not recommended. Consider creating a custom config instead llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-prefill-template serverside-applied Warning: modifying well-known config kserve/kserve-config-llm-prefill-worker-data-parallel is not recommended. Consider creating a custom config instead llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-prefill-worker-data-parallel serverside-applied llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-router-route serverside-applied Warning: modifying well-known config kserve/kserve-config-llm-scheduler is not recommended. Consider creating a custom config instead llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-scheduler serverside-applied Warning: modifying well-known config kserve/kserve-config-llm-template is not recommended. Consider creating a custom config instead llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-template serverside-applied Warning: modifying well-known config kserve/kserve-config-llm-worker-data-parallel is not recommended. Consider creating a custom config instead llminferenceserviceconfig.serving.kserve.io/kserve-config-llm-worker-data-parallel serverside-applied Installing DSC/DSCI resources... dscinitialization.dscinitialization.opendatahub.io/test-dsci created datasciencecluster.datasciencecluster.opendatahub.io/test-dsc created Patching ingress domain, markers: predictor or kserve_on_openshift configmap/inferenceservice-config patched pod "kserve-controller-manager-66cf78b85b-nwhfk" deleted datasciencecluster.datasciencecluster.opendatahub.io/test-dsc patched waiting kserve-controller get ready... pod/kserve-controller-manager-66cf78b85b-6rj6g condition met Installing ODH Model Controller manually with PR images customresourcedefinition.apiextensions.k8s.io/accounts.nim.opendatahub.io created serviceaccount/model-serving-api created serviceaccount/odh-model-controller created role.rbac.authorization.k8s.io/leader-election-role created clusterrole.rbac.authorization.k8s.io/kserve-prometheus-k8s created clusterrole.rbac.authorization.k8s.io/metrics-reader created clusterrole.rbac.authorization.k8s.io/model-serving-api created clusterrole.rbac.authorization.k8s.io/odh-model-controller-role created clusterrole.rbac.authorization.k8s.io/proxy-role created rolebinding.rbac.authorization.k8s.io/leader-election-rolebinding created clusterrolebinding.rbac.authorization.k8s.io/model-serving-api created clusterrolebinding.rbac.authorization.k8s.io/odh-model-controller-rolebinding-opendatahub created clusterrolebinding.rbac.authorization.k8s.io/proxy-rolebinding created configmap/odh-model-controller-parameters created service/model-serving-api created service/odh-model-controller-metrics-service created service/odh-model-controller-webhook-service created deployment.apps/model-serving-api created deployment.apps/odh-model-controller created servicemonitor.monitoring.coreos.com/model-serving-api-metrics created servicemonitor.monitoring.coreos.com/odh-model-controller-metrics-monitor created template.template.openshift.io/guardrails-detector-huggingface-serving-template created template.template.openshift.io/kserve-ovms created template.template.openshift.io/mlserver-runtime-template created template.template.openshift.io/vllm-cpu-runtime-template created template.template.openshift.io/vllm-cpu-x86-runtime-template created template.template.openshift.io/vllm-cuda-runtime-template created template.template.openshift.io/vllm-gaudi-runtime-template created template.template.openshift.io/vllm-multinode-runtime-template created template.template.openshift.io/vllm-rocm-runtime-template created template.template.openshift.io/vllm-spyre-ppc64le-runtime-template created template.template.openshift.io/vllm-spyre-s390x-runtime-template created template.template.openshift.io/vllm-spyre-x86-runtime-template created mutatingwebhookconfiguration.admissionregistration.k8s.io/mutating.odh-model-controller.opendatahub.io created validatingwebhookconfiguration.admissionregistration.k8s.io/validating.odh-model-controller.opendatahub.io created Waiting for deployment "odh-model-controller" rollout to finish: 0 of 1 updated replicas are available... deployment "odh-model-controller" successfully rolled out Add testing models to SeaweedFS S3 storage ... Waiting for SeaweedFS deployment to be ready... deployment "seaweedfs" successfully rolled out S3 init job not completed, re-creating... job.batch/s3-init created Waiting for S3 init job to complete... job.batch/s3-init condition met Configuring SeaweedFS S3 TLS Namespace kserve exists. Cleaning up existing custom TLS SeaweedFS resources for idempotency... secret/seaweedfs-tls-custom-artifact serverside-applied service/seaweedfs-tls-custom-service serverside-applied deployment.apps/seaweedfs-tls-custom serverside-applied Waiting for seaweedfs-tls-custom deployment to be ready... Waiting for deployment "seaweedfs-tls-custom" rollout to finish: 0 of 1 updated replicas are available... deployment "seaweedfs-tls-custom" successfully rolled out Configuring SeaweedFS S3 for TLS with custom certificate and adding models to storage Generating Custom CA cert and secret .......+....+.....+.+...+...+...+............+..+.+.....+......+++++++++++++++++++++++++++++++++++++++++++++*.......+.........+++++++++++++++++++++++++++++++++++++++++++++*.....+.........+..+..................+.......+..+............+....+...........+...+................+.....................+...........+....+......+...+............+.........+........+...+....+..............+......+.+........+.......+.....+............+......+...............+.+.....+................+...+......+.....+.............+...+.....+.......+..+.+..+..........+.....+...+......................+...+...+......+.....+.............+++++ ...+...+..+...+......+....+......+.....+....+......+..................+..+.+...+..............+++++++++++++++++++++++++++++++++++++++++++++*.....+.+.....+..........+.....+....+++++++++++++++++++++++++++++++++++++++++++++*.......+.+...+......+.........+......+....................+..................+...+............+..........+.....+.............+........+.........+..........+...+........+...............+.........................+.....+..........+..+.......+..+.....................+....+...+...+.....+...+...................+.....+...+....+.....+......+..................+.+...+...+..+.+.....+.........+.......+.....+.+.........+......+.....+.........+....+..+....+........+.............+...+.....+....+...+...............+...+......+...+..+......+....+...+..+.+..............+.+..+.+..+............+...........................+..........+..................+.....+...+....+.....+.+...+..............+...............+.+............+..+.+..+..........+........+.+...........+...................+.......................+...............+......+.+........+......+......+........................+.+......+..+......+.+.........+............+...+...........+...+.........................+.....+.+...........+...+.......+.....+.........+..........+.....+....+...+...+.........+.....+......+.+......+.........+...+.................+.+.........+...+...+..............+...............+.+..+...+.........+.............+............+...+..+..........+......+...+.....+.........+...+....+.....................+............+..+.........+.+.........+.....+.........+.+......+.........+..+............+...+..........+.................................+..+.......+...+..+.............+...+.....+..........+..+......................+...........+......+....+.................+...+......................+.........+...........+..........+..+..................+.......+.....+.+.................+...+....+...+...+...........+...............+.........+......+.+..+...+...+............+..........+...+......+.....+....+.....+....+...+...+.........+..+...+.............+.....+.......+..+......+.......+......+..+.......+...+..+...............+..........+...........+.........+.......+.....+.............+..+...+......+.+....................+..................+.+.........+...+..+.+.....+......+..........+..................+...........+.......+........+..........+..+.........+++++ ----- .........+..+.+.....+.+...+.......................+.........+.............+......+.....+....+.....+.+.................+.......+.....+.+.....+....+...........+.+...........+...+....+..+.+.....+...+..........+.....+....+...+..+...+....+.....+...+...+.......+...+..+.+.....+.+.....+...+.+......+.....+.+..+.+......+...........+...+....+++++++++++++++++++++++++++++++++++++++++++++*.+....+......+++++++++++++++++++++++++++++++++++++++++++++*.............+..+......+....+......+.........+.................+......+...+....+...+...+......+...+............+......+.....+.......+..+......+.........+.............+..+......+....+........................+..+....+......+..+............+.+.........+...+...............+...........................+...........+............+..........+...........+............+....+..............+.+......+........+....+...+...+.........+......+..+...+....+.................+...+......+.+.....+...+.......+......+...............+...+..+...+.........+...+.......+...............+...+............+......+.....+......................+........+....+..+....+.....+......+.+.........+.....+..........+...............+........+.+....................+......+.+.....+....+...+....................................+..+....+......+...+.........+..+...+.............+..+.......+.....+...+................+..+..........+...+......+........+...+...+....+.................................+...+......+...........+..........+...+.....+....+++++ .+...+...........+.........+.+.....+....+..+....+.....+......+.+.....+.........+.+............+...+.................+.+......+.....+...+++++++++++++++++++++++++++++++++++++++++++++*.........+.............+..+.+..+++++++++++++++++++++++++++++++++++++++++++++*..+............+............+...............+..........+...........................+.....+.........+.+.....+....+.....+....+...+..............+...+...+..........+..+.+..+.......+...+.............................+.........+.+...+...+........+.........+...+.......+........+....+....................+.+........+++++ ----- Certificate request self-signature ok subject=CN=custom, O=Red Hat secret/seaweedfs-tls-custom created deployment.apps/seaweedfs-tls-custom patched Waiting for patched seaweedfs-tls-custom deployment to be ready... Waiting for deployment "seaweedfs-tls-custom" rollout to finish: 0 out of 1 new replicas have been updated... Waiting for deployment "seaweedfs-tls-custom" rollout to finish: 0 out of 1 new replicas have been updated... Waiting for deployment "seaweedfs-tls-custom" rollout to finish: 0 out of 1 new replicas have been updated... Waiting for deployment "seaweedfs-tls-custom" rollout to finish: 0 of 1 updated replicas are available... deployment "seaweedfs-tls-custom" successfully rolled out job.batch/s3-tls-init-custom created Waiting for S3 TLS init job to complete... job.batch/s3-tls-init-custom condition met Namespace kserve exists. Cleaning up existing serving TLS SeaweedFS resources for idempotency... secret/seaweedfs-tls-serving-artifact serverside-applied service/seaweedfs-tls-serving-service serverside-applied deployment.apps/seaweedfs-tls-serving serverside-applied Waiting for seaweedfs-tls-serving deployment to be ready... Waiting for deployment "seaweedfs-tls-serving" rollout to finish: 0 of 1 updated replicas are available... deployment "seaweedfs-tls-serving" successfully rolled out Configuring SeaweedFS S3 for TLS with Openshift serving certificate and adding models to storage job.batch/s3-tls-init-serving created Waiting for S3 TLS init job to complete... job.batch/s3-tls-init-serving condition met networkpolicy.networking.k8s.io/allow-all created Prepare CI namespace and install ServingRuntimes Setting up CI namespace: kserve-ci-e2e-test Tearing down CI namespace: kserve-ci-e2e-test Namespace kserve-ci-e2e-test does not exist, skipping deletion CI namespace teardown complete Creating namespace kserve-ci-e2e-test namespace/kserve-ci-e2e-test created Applying S3 artifact secret secret/mlpipeline-s3-artifact created Applying storage-config secret secret/storage-config created Creating odh-trusted-ca-bundle configmap configmap/odh-trusted-ca-bundle created Installing ServingRuntimes servingruntime.serving.kserve.io/kserve-huggingfaceserver created servingruntime.serving.kserve.io/kserve-huggingfaceserver-multinode created servingruntime.serving.kserve.io/kserve-lgbserver created servingruntime.serving.kserve.io/kserve-mlserver created servingruntime.serving.kserve.io/kserve-paddleserver created servingruntime.serving.kserve.io/kserve-pmmlserver created servingruntime.serving.kserve.io/kserve-predictiveserver created servingruntime.serving.kserve.io/kserve-sklearnserver created servingruntime.serving.kserve.io/kserve-tensorflow-serving created servingruntime.serving.kserve.io/kserve-torchserve created servingruntime.serving.kserve.io/kserve-tritonserver created servingruntime.serving.kserve.io/kserve-xgbserver created CI namespace setup complete Setup complete === E2E cluster / operator summary === Client Version: 4.20.11 Kustomize Version: v5.6.0 Server Version: 4.20.19 Kubernetes Version: v1.33.9 ClusterVersion desired: 4.20.19 ClusterVersion history (latest): 4.20.19 (Completed) CSVs in openshift-keda: custom-metrics-autoscaler.v2.18.1-2 Succeeded CSVs in openshift-operators (ODH / shared operators, filtered): === End E2E cluster / operator summary === /workspace/source REQUESTS_CA_BUNDLE=-----BEGIN CERTIFICATE----- MIIDPDCCAiSgAwIBAgIIY4QxteaKfPYwDQYJKoZIhvcNAQELBQAwJjESMBAGA1UE CxMJb3BlbnNoaWZ0MRAwDgYDVQQDEwdyb290LWNhMB4XDTI2MDQxNjIwMDQ1M1oX DTM2MDQxMzIwMDQ1M1owJjESMBAGA1UECxMJb3BlbnNoaWZ0MRAwDgYDVQQDEwdy b290LWNhMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArWIkR82C9+5I fxbb1nmw50/UsDQV2L8w+EsW0mA9+koRcWq9h4JdEbE2sQkjY3e9Fi9b2cEEcy48 i89d2ZfJMPziQYHHt1vkYw33JdnkOOkwrSJvMoZUCv9b6z0dSgkDLnhQGl2rlXQw k4hlYhVnkw942OO1SKrzTJr6LmCfqf9WraR1Vil8T6n630go4CEIo1zdsSgq70rY EtsT21SoOmpr57Qo+VucUPqJWAPbch7kMiq/xlpugE0mD8Ym7y4OfVSVV5R8GNQi KdbcTejUH1DmGGHwTH8QIkVRv6gz8XOw4rqGXnGlTL/0gFhGEPC+LnrowZcs4QNr pG0Za1/v+wIDAQABo24wbDAOBgNVHQ8BAf8EBAMCAqQwDwYDVR0TAQH/BAUwAwEB /zBJBgNVHQ4EQgRAll5ifyVM3CTxqxtk+Jo+F4FdoYo8+mXm8e3Ic3g7ApKKoiJE x2C96efLOxHG0NCKV0xUSSzvkC3bleO0I+XCzTANBgkqhkiG9w0BAQsFAAOCAQEA MognYxM60mKvQ1DHVVrLmjonSJI1R1wiiFz5w4huXgSKvuGioy5LSv7F5k6VxDIb LxWFkHZSR9tmiGNg9wx6Do5AA8S2GOnY2SsbqvMi5JuoEhnQ7F4ykB13ZF5IVxor 8N4xrzAcAzmXwW5sUeJj93fkX+ATUBIMDth7C26cdsKoEkXBrKAF/kCCVFR3ozsR ZHl0r/N6prrpmgICIMmNyVucchKqhIa1MZHTbWOdkFqhC7qCG7KXap172AyD6iD1 TkJEZORsbmQR7qhPQcVtvBvekbcmpnubqr20wwEkZ3hudlZ0+ebasE9El08XrfI2 rL9gQx/LZkiiu3cNNlUlXQ== -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- MIIEADCCAuigAwIBAgIIaM4qWnqx7IswDQYJKoZIhvcNAQELBQAwJjESMBAGA1UE CxMJb3BlbnNoaWZ0MRAwDgYDVQQDEwdyb290LWNhMB4XDTI2MDQxNjIwMDUyOFoX DTI3MDQxNjIwMDUyOFowMDESMBAGA1UEChMJb3BlbnNoaWZ0MRowGAYDVQQDExFv cGVuc2hpZnQtaW5ncmVzczCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB AMIpJ/IgftK1uEPnr681ADERQz5gGZug4eq8kKH1qig+q1qXCNouSQw8BVSgHhok K1KiOBD+qMzVb4V5aowwY0K3yILw5GJS7ByPa46paxx5DCsDWTjGwyhE9czZdTKm kIDNlV1cR2iNTGl07/LzhI66/Ma+72PC50onDMWm8ZRqu/ONJpnhuNQWrIyNDpeU LAquGSuTyQYzG/RMu+1JKMUFhY2zvQxn0zGwZgW000tH8UanzT2V3toQAG8D2RDg RmvRs/M+cktfZDlppveyojbpDSFAgpvBMI7SCDPnzhgysy4d/zpBmFi+UsXLLVqZ ACuA0inpkSvx/rNlK+6Ep70CAwEAAaOCASYwggEiMA4GA1UdDwEB/wQEAwIFoDAd BgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBJBgNV HQ4EQgRAozTEGr6vj5NcMRl6eUUpO8x+32sxm88smIxs//6uDewoT8hc4yJzS8ao JUCk653OUASDDK8LEfPFCzUP3zukHzBLBgNVHSMERDBCgECWXmJ/JUzcJPGrG2T4 mj4XgV2hijz6Zebx7chzeDsCkoqiIkTHYL3p58s7EcbQ0IpXTFRJLO+QLduV47Qj 5cLNMEsGA1UdEQREMEKCQCouYXBwcy4xMzE1NzgxOC1kMzMwLTRjY2UtYjA1OC01 NGU3MWRmOWYxYWQucHJvZC5rb25mbHV4ZWFhcy5jb20wDQYJKoZIhvcNAQELBQAD ggEBAIPtNXzeQLNh8y+IXlKq0kTjkCf8+yFpJMeN/M0DUgm3YNDXwurYsPkFq1yp ZFIkJ7rNaj2wAUH0z6uow30nPDmOZPNpA6qdcc1m4QkXJsON1tAXRh9H0P3d4h4U 2C9wm4EcniZoeEcK3Yduum7NNvFE8rel7AZjki7z0Ha0/w0diOHXElrnMD8P7MsA qBbiqMVB1zz1ZB34pRIesEPLerzkljR/MEWbFvRiUEQ2uuRJHlXu7dak+MEgEVyp rwtzv1U8gBQY56dAAG05TbESUqK8KXx5qeYieA9NZR/vLA2mkhgjKMva0XKbE2mv ao5jZT96kI8hgQjOFGGxC5W+rco= -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- MIIDUTCCAjmgAwIBAgIIUrpOfKJTEpQwDQYJKoZIhvcNAQELBQAwNjE0MDIGA1UE Awwrb3BlbnNoaWZ0LXNlcnZpY2Utc2VydmluZy1zaWduZXJAMTc3NjM3MDQ1NzAe Fw0yNjA0MTYyMDE0MTZaFw0yODA2MTQyMDE0MTdaMDYxNDAyBgNVBAMMK29wZW5z aGlmdC1zZXJ2aWNlLXNlcnZpbmctc2lnbmVyQDE3NzYzNzA0NTcwggEiMA0GCSqG SIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2p+dtbOq8TXF+bv/ZQt+l1mAITpsgv5y4 kiTqbNuRIJxbsXY6fEUWzRWYW+hFF8qD9dc8CP7QLN+aXuTcF1eUTV6WNNmSYGGE 7bXydJW5K7hNIsWSUPTbMiv/iqqv3X9iBpTmSUV4uO4Y3CtC7oYjsLG5KIzM91JP MGk9HXn1wxO9+OQiuF3WZSlIj6yhHtO6VzuWFuo0RKWRdz2/RgCVyTXWz9LRg8+K +DbhCqmb9Vw1uY+isbdFr69fY4AgDI2XvEa9OwcBInx6LEeaN26zLUXG9F7buVOo 7WlhMg0rW74b5XOq0xUAzRDPxhFDnxRzVn1nCNUnFVq8cD2ZN8vZAgMBAAGjYzBh MA4GA1UdDwEB/wQEAwICpDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBT0ImTA wqSbJC+gFHxDP+1s9A319jAfBgNVHSMEGDAWgBT0ImTAwqSbJC+gFHxDP+1s9A31 9jANBgkqhkiG9w0BAQsFAAOCAQEARdB0+NWBuTceVTMf0MbXaauxzq8oJjgQcm4M i/RBwshhhtjnxbIAbwsaaeJ6/h9sdLKS8VUjEwIKzzKkpoWHwDlpPjSQ6P8UHCI/ s6ccKalyNDVScGHc2R7BqrjKkrCTO7gX9CbYkAs5Yh6hiUNjgXTPEQFCNJheWQYa 8ZRuZGy6eR8pNxHjA/TvC6jU3YqymOVcbs83b0W0n78kBYXaFKnj9RTXMBOZLQXR yR6s2ynDG54RkOhM6pA8Doj9DFqUCG9rsv6/dX3tmWcFmHwsJUTNKRmASgax3AMn wIWCO0Zcq8UbyZT+bsDHB/mqFDWvyywmmoDz2Sm7EF46amexnw== -----END CERTIFICATE----- Run E2E tests: predictor or kserve_on_openshift Starting E2E functional tests ... Parallelism requested for pytest is 1 ============================= test session starts ============================== platform linux -- Python 3.11.13, pytest-7.4.4, pluggy-1.5.0 -- /workspace/source/python/kserve/.venv/bin/python cachedir: .pytest_cache rootdir: /workspace/source/test/e2e configfile: pytest.ini plugins: anyio-4.9.0, cov-5.0.0, asyncio-0.23.8, httpx-0.30.0, xdist-3.6.1 asyncio: mode=Mode.STRICT created: 1/1 worker 1 worker [55 items] scheduling tests via WorkStealingScheduling batcher/test_batcher.py::test_batcher 2026-04-16 20:20:58.277 3502 kserve INFO [conftest.py:configure_logger():40] Logger configured 2026-04-16 20:22:28.517 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:22:28.517 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:22:28.518 3502 kserve.trace Host from isvc status URL = isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.518 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.518 3502 kserve.trace Network layer = istio 2026-04-16 20:22:28.518 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:22:28.518 3502 kserve.trace Using external route host: isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.518 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.520 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:22:28.520 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:22:28.520 3502 kserve.trace base url = https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.520 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.521 3502 kserve.trace url: https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher:predict 2026-04-16 20:22:28.521 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher:predict 2026-04-16 20:22:28.521 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 1.0, 4.5, 1.6]]} 2026-04-16 20:22:28.521 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 1.0, 4.5, 1.6]]} 2026-04-16 20:22:28.733 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:22:28.733 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:22:28.733 3502 kserve.trace base url = https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.733 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.733 3502 kserve.trace url: https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher:predict 2026-04-16 20:22:28.733 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher:predict 2026-04-16 20:22:28.733 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:22:28.733 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:22:28.733 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:22:28.733 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:22:28.734 3502 kserve.trace base url = https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.734 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.734 3502 kserve.trace url: https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher:predict 2026-04-16 20:22:28.734 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher:predict 2026-04-16 20:22:28.734 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:22:28.734 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:22:28.734 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:22:28.734 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:22:28.734 3502 kserve.trace base url = https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.734 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:22:28.734 3502 kserve.trace url: https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher:predict 2026-04-16 20:22:28.734 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-batcher-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher:predict 2026-04-16 20:22:28.734 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:22:28.734 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:22:33.762 3502 kserve.trace response code: 200, content: {"message":"","batchId":"657d54ee-0599-464e-9669-aaab99f3b539","predictions":[1,1]} 2026-04-16 20:22:33.762 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"message":"","batchId":"657d54ee-0599-464e-9669-aaab99f3b539","predictions":[1,1]} 2026-04-16 20:22:33.763 3502 kserve.trace response code: 200, content: {"message":"","batchId":"657d54ee-0599-464e-9669-aaab99f3b539","predictions":[1,1]} 2026-04-16 20:22:33.763 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"message":"","batchId":"657d54ee-0599-464e-9669-aaab99f3b539","predictions":[1,1]} 2026-04-16 20:22:33.764 3502 kserve.trace response code: 200, content: {"message":"","batchId":"657d54ee-0599-464e-9669-aaab99f3b539","predictions":[1,1]} 2026-04-16 20:22:33.764 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"message":"","batchId":"657d54ee-0599-464e-9669-aaab99f3b539","predictions":[1,1]} 2026-04-16 20:22:33.764 3502 kserve.trace response code: 200, content: {"message":"","batchId":"657d54ee-0599-464e-9669-aaab99f3b539","predictions":[1,1]} 2026-04-16 20:22:33.764 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"message":"","batchId":"657d54ee-0599-464e-9669-aaab99f3b539","predictions":[1,1]} 2026-04-16 20:22:33.765 3502 kserve.trace Got response [{'message': '', 'batchId': '657d54ee-0599-464e-9669-aaab99f3b539', 'predictions': [1, 1]}, {'message': '', 'batchId': '657d54ee-0599-464e-9669-aaab99f3b539', 'predictions': [1, 1]}, {'message': '', 'batchId': '657d54ee-0599-464e-9669-aaab99f3b539', 'predictions': [1, 1]}, {'message': '', 'batchId': '657d54ee-0599-464e-9669-aaab99f3b539', 'predictions': [1, 1]}] 2026-04-16 20:22:33.765 3502 kserve.trace INFO [utils.py:predict():128] Got response [{'message': '', 'batchId': '657d54ee-0599-464e-9669-aaab99f3b539', 'predictions': [1, 1]}, {'message': '', 'batchId': '657d54ee-0599-464e-9669-aaab99f3b539', 'predictions': [1, 1]}, {'message': '', 'batchId': '657d54ee-0599-464e-9669-aaab99f3b539', 'predictions': [1, 1]}, {'message': '', 'batchId': '657d54ee-0599-464e-9669-aaab99f3b539', 'predictions': [1, 1]}] [gw0] PASSED batcher/test_batcher.py::test_batcher batcher/test_batcher_custom_port.py::test_batcher_custom_port 2026-04-16 20:23:43.934 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:23:43.934 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:23:43.935 3502 kserve.trace Host from isvc status URL = isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.935 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.935 3502 kserve.trace Network layer = istio 2026-04-16 20:23:43.935 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:23:43.935 3502 kserve.trace Using external route host: isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.935 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.935 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:23:43.935 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:23:43.936 3502 kserve.trace base url = https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.936 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.936 3502 kserve.trace url: https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher-custom:predict 2026-04-16 20:23:43.936 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher-custom:predict 2026-04-16 20:23:43.936 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 1.0, 4.5, 1.6]]} 2026-04-16 20:23:43.936 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 1.0, 4.5, 1.6]]} 2026-04-16 20:23:43.937 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:23:43.937 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:23:43.937 3502 kserve.trace base url = https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.937 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.937 3502 kserve.trace url: https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher-custom:predict 2026-04-16 20:23:43.937 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher-custom:predict 2026-04-16 20:23:43.937 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:23:43.937 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:23:43.938 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:23:43.938 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:23:43.938 3502 kserve.trace base url = https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.938 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.938 3502 kserve.trace url: https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher-custom:predict 2026-04-16 20:23:43.938 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher-custom:predict 2026-04-16 20:23:43.938 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:23:43.938 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:23:43.938 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:23:43.938 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json', 'inference-header-content-length': '51', 'content-type': 'application/octet-stream'} 2026-04-16 20:23:43.938 3502 kserve.trace base url = https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.938 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:23:43.939 3502 kserve.trace url: https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher-custom:predict 2026-04-16 20:23:43.939 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-batcher-custom-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-batcher-custom:predict 2026-04-16 20:23:43.939 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:23:43.939 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:23:48.962 3502 kserve.trace response code: 200, content: {"message":"","batchId":"b8692b57-da80-4b37-8ea3-e431be437fc3","predictions":[1,1]} 2026-04-16 20:23:48.962 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"message":"","batchId":"b8692b57-da80-4b37-8ea3-e431be437fc3","predictions":[1,1]} 2026-04-16 20:23:48.963 3502 kserve.trace response code: 200, content: {"message":"","batchId":"b8692b57-da80-4b37-8ea3-e431be437fc3","predictions":[1,1]} 2026-04-16 20:23:48.963 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"message":"","batchId":"b8692b57-da80-4b37-8ea3-e431be437fc3","predictions":[1,1]} 2026-04-16 20:23:48.964 3502 kserve.trace response code: 200, content: {"message":"","batchId":"b8692b57-da80-4b37-8ea3-e431be437fc3","predictions":[1,1]} 2026-04-16 20:23:48.964 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"message":"","batchId":"b8692b57-da80-4b37-8ea3-e431be437fc3","predictions":[1,1]} 2026-04-16 20:23:48.964 3502 kserve.trace response code: 200, content: {"message":"","batchId":"b8692b57-da80-4b37-8ea3-e431be437fc3","predictions":[1,1]} 2026-04-16 20:23:48.964 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"message":"","batchId":"b8692b57-da80-4b37-8ea3-e431be437fc3","predictions":[1,1]} 2026-04-16 20:23:48.964 3502 kserve.trace Got response [{'message': '', 'batchId': 'b8692b57-da80-4b37-8ea3-e431be437fc3', 'predictions': [1, 1]}, {'message': '', 'batchId': 'b8692b57-da80-4b37-8ea3-e431be437fc3', 'predictions': [1, 1]}, {'message': '', 'batchId': 'b8692b57-da80-4b37-8ea3-e431be437fc3', 'predictions': [1, 1]}, {'message': '', 'batchId': 'b8692b57-da80-4b37-8ea3-e431be437fc3', 'predictions': [1, 1]}] 2026-04-16 20:23:48.964 3502 kserve.trace INFO [utils.py:predict():128] Got response [{'message': '', 'batchId': 'b8692b57-da80-4b37-8ea3-e431be437fc3', 'predictions': [1, 1]}, {'message': '', 'batchId': 'b8692b57-da80-4b37-8ea3-e431be437fc3', 'predictions': [1, 1]}, {'message': '', 'batchId': 'b8692b57-da80-4b37-8ea3-e431be437fc3', 'predictions': [1, 1]}, {'message': '', 'batchId': 'b8692b57-da80-4b37-8ea3-e431be437fc3', 'predictions': [1, 1]}] [gw0] PASSED batcher/test_batcher_custom_port.py::test_batcher_custom_port custom/test_custom_model_grpc.py::test_custom_model_grpc [gw0] SKIPPED custom/test_custom_model_grpc.py::test_custom_model_grpc custom/test_ray.py::test_custom_model_http_ray [gw0] SKIPPED custom/test_ray.py::test_custom_model_http_ray logger/test_logger.py::test_kserve_logger 2026-04-16 20:25:19.145 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:25:19.145 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:25:19.145 3502 kserve.trace Host from isvc status URL = isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:25:19.145 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:25:19.145 3502 kserve.trace Network layer = istio 2026-04-16 20:25:19.145 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:25:19.145 3502 kserve.trace Using external route host: isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:25:19.145 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:25:19.145 3502 kserve.trace Sending Header = {'Host': 'isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:25:19.145 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:25:19.146 3502 kserve.trace base url = https://isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:25:19.146 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:25:19.146 3502 kserve.trace url: https://isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-logger:predict 2026-04-16 20:25:19.146 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-logger-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-logger:predict 2026-04-16 20:25:19.146 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:25:19.146 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:25:19.169 3502 kserve.trace response code: 200, content: {"predictions":[1,1]} 2026-04-16 20:25:19.169 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[1,1]} 2026-04-16 20:25:19.169 3502 kserve.trace Got response {'predictions': [1, 1]} 2026-04-16 20:25:19.169 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [1, 1]} [gw0] PASSED logger/test_logger.py::test_kserve_logger predictor/test_autoscaling.py::test_sklearn_kserve_concurrency [gw0] SKIPPED predictor/test_autoscaling.py::test_sklearn_kserve_concurrency predictor/test_autoscaling.py::test_sklearn_kserve_rps [gw0] SKIPPED predictor/test_autoscaling.py::test_sklearn_kserve_rps predictor/test_canary.py::test_canary_rollout [gw0] SKIPPED predictor/test_canary.py::test_canary_rollout predictor/test_canary.py::test_canary_rollout_runtime [gw0] SKIPPED predictor/test_canary.py::test_canary_rollout_runtime predictor/test_lightgbm.py::test_lightgbm_kserve 2026-04-16 20:26:54.420 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:26:54.420 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:26:54.420 3502 kserve.trace Host from isvc status URL = isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:26:54.420 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:26:54.420 3502 kserve.trace Network layer = istio 2026-04-16 20:26:54.420 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:26:54.420 3502 kserve.trace Using external route host: isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:26:54.420 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:26:54.421 3502 kserve.trace Sending Header = {'Host': 'isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:26:54.421 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:26:54.421 3502 kserve.trace base url = https://isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:26:54.421 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:26:54.421 3502 kserve.trace url: https://isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-lightgbm:predict 2026-04-16 20:26:54.421 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-lightgbm:predict 2026-04-16 20:26:54.421 3502 kserve.trace request data: {'inputs': [{'sepal_length_(cm)': [5.1], 'sepal_width_(cm)': [3.5], 'petal_length_(cm)': [1.4], 'petal_width_(cm)': [0.2]}]} 2026-04-16 20:26:54.421 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'sepal_length_(cm)': [5.1], 'sepal_width_(cm)': [3.5], 'petal_length_(cm)': [1.4], 'petal_width_(cm)': [0.2]}]} 2026-04-16 20:26:54.446 3502 kserve.trace response code: 200, content: {"predictions":[[0.9999378629898321,0.00004415799218835629,0.00001797901797954119]]} 2026-04-16 20:26:54.446 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[[0.9999378629898321,0.00004415799218835629,0.00001797901797954119]]} 2026-04-16 20:26:54.446 3502 kserve.trace Got response {'predictions': [[0.9999378629898321, 4.415799218835629e-05, 1.797901797954119e-05]]} 2026-04-16 20:26:54.446 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [[0.9999378629898321, 4.415799218835629e-05, 1.797901797954119e-05]]} [gw0] PASSED predictor/test_lightgbm.py::test_lightgbm_kserve predictor/test_lightgbm.py::test_lightgbm_runtime_kserve 2026-04-16 20:28:14.635 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:28:14.635 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:28:14.635 3502 kserve.trace Host from isvc status URL = isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.635 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.635 3502 kserve.trace Network layer = istio 2026-04-16 20:28:14.635 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:28:14.635 3502 kserve.trace Using external route host: isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.635 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.635 3502 kserve.trace Sending Header = {'Host': 'isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:28:14.635 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:28:14.635 3502 kserve.trace base url = https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.635 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.635 3502 kserve.trace url: https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-lightgbm-runtime:predict 2026-04-16 20:28:14.635 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-lightgbm-runtime:predict 2026-04-16 20:28:14.635 3502 kserve.trace request data: {'inputs': [{'sepal_length_(cm)': [5.1], 'sepal_width_(cm)': [3.5], 'petal_length_(cm)': [1.4], 'petal_width_(cm)': [0.2]}]} 2026-04-16 20:28:14.635 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'sepal_length_(cm)': [5.1], 'sepal_width_(cm)': [3.5], 'petal_length_(cm)': [1.4], 'petal_width_(cm)': [0.2]}]} 2026-04-16 20:28:14.660 3502 kserve.trace response code: 200, content: {"predictions":[[0.9999378629898321,0.00004415799218835629,0.00001797901797954119]]} 2026-04-16 20:28:14.660 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[[0.9999378629898321,0.00004415799218835629,0.00001797901797954119]]} 2026-04-16 20:28:14.660 3502 kserve.trace Got response {'predictions': [[0.9999378629898321, 4.415799218835629e-05, 1.797901797954119e-05]]} 2026-04-16 20:28:14.660 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [[0.9999378629898321, 4.415799218835629e-05, 1.797901797954119e-05]]} 2026-04-16 20:28:14.702 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:28:14.702 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:28:14.702 3502 kserve.trace Host from isvc status URL = isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.702 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.702 3502 kserve.trace Network layer = istio 2026-04-16 20:28:14.702 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:28:14.702 3502 kserve.trace Using external route host: isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.702 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.702 3502 kserve.trace Sending Header = {'Host': 'isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:28:14.702 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:28:14.702 3502 kserve.trace base url = https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.702 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.702 3502 kserve.trace url: https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-lightgbm-runtime:predict 2026-04-16 20:28:14.702 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-lightgbm-runtime:predict 2026-04-16 20:28:14.702 3502 kserve.trace request data: {'inputs': [[{'sepal_length_(cm)': 5.1}, {'sepal_width_(cm)': 3.5}, {'petal_length_(cm)': 1.4}, {'petal_width_(cm)': 0.2}]]} 2026-04-16 20:28:14.702 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [[{'sepal_length_(cm)': 5.1}, {'sepal_width_(cm)': 3.5}, {'petal_length_(cm)': 1.4}, {'petal_width_(cm)': 0.2}]]} 2026-04-16 20:28:14.730 3502 kserve.trace response code: 200, content: {"predictions":[[0.9971662536216064,0.0018206154870803392,0.0010131308913132729],[0.9999572529695757,0.00002544262359421485,0.000017304406830185675],[0.9983992430047839,0.0008007832660759804,0.0007999737291403532],[0.9983992430047839,0.0008007832660759804,0.0007999737291403532]]} 2026-04-16 20:28:14.730 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[[0.9971662536216064,0.0018206154870803392,0.0010131308913132729],[0.9999572529695757,0.00002544262359421485,0.000017304406830185675],[0.9983992430047839,0.0008007832660759804,0.0007999737291403532],[0.9983992430047839,0.0008007832660759804,0.0007999737291403532]]} 2026-04-16 20:28:14.730 3502 kserve.trace Got response {'predictions': [[0.9971662536216064, 0.0018206154870803392, 0.0010131308913132729], [0.9999572529695757, 2.544262359421485e-05, 1.7304406830185675e-05], [0.9983992430047839, 0.0008007832660759804, 0.0007999737291403532], [0.9983992430047839, 0.0008007832660759804, 0.0007999737291403532]]} 2026-04-16 20:28:14.730 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [[0.9971662536216064, 0.0018206154870803392, 0.0010131308913132729], [0.9999572529695757, 2.544262359421485e-05, 1.7304406830185675e-05], [0.9983992430047839, 0.0008007832660759804, 0.0007999737291403532], [0.9983992430047839, 0.0008007832660759804, 0.0007999737291403532]]} 2026-04-16 20:28:14.765 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:28:14.765 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:28:14.765 3502 kserve.trace Host from isvc status URL = isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.765 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.766 3502 kserve.trace Network layer = istio 2026-04-16 20:28:14.766 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:28:14.766 3502 kserve.trace Using external route host: isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.766 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.766 3502 kserve.trace Sending Header = {'Host': 'isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:28:14.766 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:28:14.766 3502 kserve.trace base url = https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.766 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:28:14.766 3502 kserve.trace url: https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-lightgbm-runtime:predict 2026-04-16 20:28:14.766 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-lightgbm-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-lightgbm-runtime:predict 2026-04-16 20:28:14.766 3502 kserve.trace request data: {'inputs': [[{'sepal_length_(cm)': 5.1}, {'sepal_width_(cm)': 3.5}, {'petal_length_(cm)': 1.4}]]} 2026-04-16 20:28:14.766 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [[{'sepal_length_(cm)': 5.1}, {'sepal_width_(cm)': 3.5}, {'petal_length_(cm)': 1.4}]]} 2026-04-16 20:28:14.830 3502 kserve.trace response code: 200, content: {"predictions":[[0.9971662536216064,0.0018206154870803392,0.0010131308913132729],[0.9999572529695757,0.00002544262359421485,0.000017304406830185675],[0.9983992430047839,0.0008007832660759804,0.0007999737291403532]]} 2026-04-16 20:28:14.830 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[[0.9971662536216064,0.0018206154870803392,0.0010131308913132729],[0.9999572529695757,0.00002544262359421485,0.000017304406830185675],[0.9983992430047839,0.0008007832660759804,0.0007999737291403532]]} 2026-04-16 20:28:14.830 3502 kserve.trace Got response {'predictions': [[0.9971662536216064, 0.0018206154870803392, 0.0010131308913132729], [0.9999572529695757, 2.544262359421485e-05, 1.7304406830185675e-05], [0.9983992430047839, 0.0008007832660759804, 0.0007999737291403532]]} 2026-04-16 20:28:14.830 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [[0.9971662536216064, 0.0018206154870803392, 0.0010131308913132729], [0.9999572529695757, 2.544262359421485e-05, 1.7304406830185675e-05], [0.9983992430047839, 0.0008007832660759804, 0.0007999737291403532]]} [gw0] PASSED predictor/test_lightgbm.py::test_lightgbm_runtime_kserve predictor/test_lightgbm.py::test_lightgbm_v2_runtime_mlserver 2026-04-16 20:31:05.041 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:31:05.041 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:31:05.042 3502 kserve.trace Host from isvc status URL = isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:05.042 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:05.042 3502 kserve.trace Network layer = istio 2026-04-16 20:31:05.042 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:31:05.042 3502 kserve.trace Using external route host: isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:05.042 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:05.042 3502 kserve.trace Sending Header = {'Host': 'isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:31:05.042 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:31:05.042 3502 kserve.trace base url = https://isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:05.042 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:05.042 3502 kserve.trace url: https://isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-lightgbm-v2-runtime/infer 2026-04-16 20:31:05.042 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-lightgbm-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-lightgbm-v2-runtime/infer 2026-04-16 20:31:05.042 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:31:05.042 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:31:05.090 3502 kserve.trace response code: 200, content: {"model_name":"isvc-lightgbm-v2-runtime","id":"f655a7eb-a3ef-47b5-9945-04666a745c78","parameters":{},"outputs":[{"name":"predict","shape":[2,3],"datatype":"FP64","parameters":{"content_type":"np"},"data":[8.796664107010673e-6,0.9992300031041593,0.0007612002317336916,4.974786820804187e-6,0.9999919650711493,3.0601420299625077e-6]}]} 2026-04-16 20:31:05.090 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-lightgbm-v2-runtime","id":"f655a7eb-a3ef-47b5-9945-04666a745c78","parameters":{},"outputs":[{"name":"predict","shape":[2,3],"datatype":"FP64","parameters":{"content_type":"np"},"data":[8.796664107010673e-6,0.9992300031041593,0.0007612002317336916,4.974786820804187e-6,0.9999919650711493,3.0601420299625077e-6]}]} 2026-04-16 20:31:05.090 3502 kserve.trace Got response "id": "f655a7eb-a3ef-47b5-9945-04666a745c78","model_name": "isvc-lightgbm-v2-runtime","outputs": ["name": "predict","shape": [2, 3],"datatype": "FP64","data": [8.796664107010673e-06, 0.9992300031041593, 0.0007612002317336916, 4.974786820804187e-06, 0.9999919650711493, 3.0601420299625077e-06],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False 2026-04-16 20:31:05.090 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "f655a7eb-a3ef-47b5-9945-04666a745c78","model_name": "isvc-lightgbm-v2-runtime","outputs": ["name": "predict","shape": [2, 3],"datatype": "FP64","data": [8.796664107010673e-06, 0.9992300031041593, 0.0007612002317336916, 4.974786820804187e-06, 0.9999919650711493, 3.0601420299625077e-06],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False [gw0] PASSED predictor/test_lightgbm.py::test_lightgbm_v2_runtime_mlserver predictor/test_lightgbm.py::test_lightgbm_v2_kserve 2026-04-16 20:31:25.248 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:31:25.248 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:31:25.249 3502 kserve.trace Host from isvc status URL = isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:25.249 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:25.249 3502 kserve.trace Network layer = istio 2026-04-16 20:31:25.249 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:31:25.249 3502 kserve.trace Using external route host: isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:25.249 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:25.249 3502 kserve.trace Sending Header = {'Host': 'isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:31:25.249 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:31:25.249 3502 kserve.trace base url = https://isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:25.249 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:31:25.249 3502 kserve.trace url: https://isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-lightgbm-v2-kserve/infer 2026-04-16 20:31:25.249 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-lightgbm-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-lightgbm-v2-kserve/infer 2026-04-16 20:31:25.249 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:31:25.249 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:31:25.275 3502 kserve.trace response code: 200, content: {"model_name":"isvc-lightgbm-v2-kserve","model_version":null,"id":"f4614b77-80e4-4ed0-abdc-4d0c19c74881","parameters":null,"outputs":[{"name":"output-0","shape":[2,3],"datatype":"FP64","parameters":null,"data":[8.796664107010673e-6,0.9992300031041593,0.0007612002317336916,4.974786820804187e-6,0.9999919650711493,3.0601420299625077e-6]}]} 2026-04-16 20:31:25.275 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-lightgbm-v2-kserve","model_version":null,"id":"f4614b77-80e4-4ed0-abdc-4d0c19c74881","parameters":null,"outputs":[{"name":"output-0","shape":[2,3],"datatype":"FP64","parameters":null,"data":[8.796664107010673e-6,0.9992300031041593,0.0007612002317336916,4.974786820804187e-6,0.9999919650711493,3.0601420299625077e-6]}]} 2026-04-16 20:31:25.275 3502 kserve.trace Got response "id": "f4614b77-80e4-4ed0-abdc-4d0c19c74881","model_name": "isvc-lightgbm-v2-kserve","outputs": ["name": "output-0","shape": [2, 3],"datatype": "FP64","data": [8.796664107010673e-06, 0.9992300031041593, 0.0007612002317336916, 4.974786820804187e-06, 0.9999919650711493, 3.0601420299625077e-06],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 20:31:25.275 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "f4614b77-80e4-4ed0-abdc-4d0c19c74881","model_name": "isvc-lightgbm-v2-kserve","outputs": ["name": "output-0","shape": [2, 3],"datatype": "FP64","data": [8.796664107010673e-06, 0.9992300031041593, 0.0007612002317336916, 4.974786820804187e-06, 0.9999919650711493, 3.0601420299625077e-06],"parameters": None],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_lightgbm.py::test_lightgbm_v2_kserve predictor/test_lightgbm.py::test_lightgbm_v2_grpc [gw0] SKIPPED predictor/test_lightgbm.py::test_lightgbm_v2_grpc predictor/test_mlflow.py::test_mlflow_v2_runtime_kserve 2026-04-16 20:32:05.412 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:32:05.412 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:32:05.412 3502 kserve.trace Host from isvc status URL = isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:32:05.412 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:32:05.412 3502 kserve.trace Network layer = istio 2026-04-16 20:32:05.412 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:32:05.412 3502 kserve.trace Using external route host: isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:32:05.412 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:32:05.412 3502 kserve.trace Sending Header = {'Host': 'isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:32:05.412 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:32:05.412 3502 kserve.trace base url = https://isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:32:05.412 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:32:05.412 3502 kserve.trace url: https://isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-mlflow-v2-runtime/infer 2026-04-16 20:32:05.412 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-mlflow-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-mlflow-v2-runtime/infer 2026-04-16 20:32:05.413 3502 kserve.trace request data: {'parameters': {'content_type': 'pd'}, 'inputs': [{'name': 'fixed acidity', 'shape': [1], 'datatype': 'FP32', 'data': [7.4]}, {'name': 'volatile acidity', 'shape': [1], 'datatype': 'FP32', 'data': [0.7]}, {'name': 'citric acid', 'shape': [1], 'datatype': 'FP32', 'data': [0]}, {'name': 'residual sugar', 'shape': [1], 'datatype': 'FP32', 'data': [1.9]}, {'name': 'chlorides', 'shape': [1], 'datatype': 'FP32', 'data': [0.076]}, {'name': 'free sulfur dioxide', 'shape': [1], 'datatype': 'FP32', 'data': [11]}, {'name': 'total sulfur dioxide', 'shape': [1], 'datatype': 'FP32', 'data': [34]}, {'name': 'density', 'shape': [1], 'datatype': 'FP32', 'data': [0.9978]}, {'name': 'pH', 'shape': [1], 'datatype': 'FP32', 'data': [3.51]}, {'name': 'sulphates', 'shape': [1], 'datatype': 'FP32', 'data': [0.56]}, {'name': 'alcohol', 'shape': [1], 'datatype': 'FP32', 'data': [9.4]}]} 2026-04-16 20:32:05.413 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'parameters': {'content_type': 'pd'}, 'inputs': [{'name': 'fixed acidity', 'shape': [1], 'datatype': 'FP32', 'data': [7.4]}, {'name': 'volatile acidity', 'shape': [1], 'datatype': 'FP32', 'data': [0.7]}, {'name': 'citric acid', 'shape': [1], 'datatype': 'FP32', 'data': [0]}, {'name': 'residual sugar', 'shape': [1], 'datatype': 'FP32', 'data': [1.9]}, {'name': 'chlorides', 'shape': [1], 'datatype': 'FP32', 'data': [0.076]}, {'name': 'free sulfur dioxide', 'shape': [1], 'datatype': 'FP32', 'data': [11]}, {'name': 'total sulfur dioxide', 'shape': [1], 'datatype': 'FP32', 'data': [34]}, {'name': 'density', 'shape': [1], 'datatype': 'FP32', 'data': [0.9978]}, {'name': 'pH', 'shape': [1], 'datatype': 'FP32', 'data': [3.51]}, {'name': 'sulphates', 'shape': [1], 'datatype': 'FP32', 'data': [0.56]}, {'name': 'alcohol', 'shape': [1], 'datatype': 'FP32', 'data': [9.4]}]} 2026-04-16 20:32:05.447 3502 kserve.trace response code: 200, content: {"model_name":"isvc-mlflow-v2-runtime","id":"0657737f-d276-47ca-8ad3-7b22b62f49d4","parameters":{"content_type":"np"},"outputs":[{"name":"output-1","shape":[1,1],"datatype":"FP64","parameters":{"content_type":"np"},"data":[5.576883936610762]}]} 2026-04-16 20:32:05.447 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-mlflow-v2-runtime","id":"0657737f-d276-47ca-8ad3-7b22b62f49d4","parameters":{"content_type":"np"},"outputs":[{"name":"output-1","shape":[1,1],"datatype":"FP64","parameters":{"content_type":"np"},"data":[5.576883936610762]}]} 2026-04-16 20:32:05.447 3502 kserve.trace Got response "id": "0657737f-d276-47ca-8ad3-7b22b62f49d4","model_name": "isvc-mlflow-v2-runtime","outputs": ["name": "output-1","shape": [1, 1],"datatype": "FP64","data": [5.576883936610762],"parameters": {'content_type': 'np'}],"parameters": {'content_type': 'np'},"from_grpc": False 2026-04-16 20:32:05.447 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "0657737f-d276-47ca-8ad3-7b22b62f49d4","model_name": "isvc-mlflow-v2-runtime","outputs": ["name": "output-1","shape": [1, 1],"datatype": "FP64","data": [5.576883936610762],"parameters": {'content_type': 'np'}],"parameters": {'content_type': 'np'},"from_grpc": False [gw0] PASSED predictor/test_mlflow.py::test_mlflow_v2_runtime_kserve predictor/test_multi_container_probing.py::test_multi_container_probing 2026-04-16T20:33:15.557126+00:00 timeout_sampler INFO Waiting for 60 seconds [0:01:00], retry every 2 seconds. (Function: e2e.predictor.test_multi_container_probing..lambda: k8s_client.service_name.get_deployment) 2026-04-16T20:33:15.596419+00:00 timeout_sampler INFO Elapsed time: 0.00022101402282714844 [0:00:00.000221] [gw0] PASSED predictor/test_multi_container_probing.py::test_multi_container_probing predictor/test_paddle.py::test_paddle 2026-04-16 20:34:15.748 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:34:15.748 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:34:15.748 3502 kserve.trace Host from isvc status URL = isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:34:15.748 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:34:15.749 3502 kserve.trace Network layer = istio 2026-04-16 20:34:15.749 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:34:15.749 3502 kserve.trace Using external route host: isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:34:15.749 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:34:15.787 3502 kserve.trace Sending Header = {'Host': 'isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:34:15.787 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:34:15.787 3502 kserve.trace base url = https://isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:34:15.787 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:34:15.787 3502 kserve.trace url: https://isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-paddle:predict 2026-04-16 20:34:15.787 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-paddle-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-paddle:predict 2026-04-16 20:34:15.787 3502 kserve.trace request data: {'instances': [[[[0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925], [0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3070467710494995, 1.2385478019714355, 1.18717360496521, 1.2042982578277588, 1.1529240608215332, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.1529240608215332], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.18717360496521], [0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.255672574043274], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.6152924299240112, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5706825256347656, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.324171543121338], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.3584210872650146], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2385478019714355, 1.255672574043274, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914], [0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298], [0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496], [0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.2684305012226105, 0.2281874716281891, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.2281874716281891, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5193082690238953, 0.41655975580215454, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.7992978096008301, -0.645175039768219, -0.3883037567138672, -0.19993148744106293, -0.1143077164888382, 0.03981505334377289, 0.3138112425804138, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112], [-1.3130404949188232, -0.9534205794334412, -0.8506720662117004, -0.7992978096008301, -0.4568027853965759, -0.30267998576164246, -0.2684305012226105, -0.2684305012226105, -0.045808710157871246, 0.29668647050857544, 0.39943498373031616, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-1.6384108066558838, -1.3815394639968872, -1.2445415258407593, -1.141792893409729, -1.141792893409729, -1.0561691522598267, -1.261666178703308, -1.3130404949188232, -1.1760424375534058, -1.227416753768921, -0.9534205794334412, -0.21705622971057892, 0.056939806789159775, 0.43368449807167053, 0.622056782245636, 0.4508092403411865, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-0.9191710948944092, -0.8849216103553772, -1.0561691522598267, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -2.1179039478302, -2.0665295124053955, -1.878157377243042, -1.1760424375534058, -0.6794245839118958, -0.3883037567138672, -0.2684305012226105, 0.26243698596954346, 0.3651854991912842, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9362958669662476, -0.8506720662117004, -0.7136740684509277, -0.7307988405227661, -1.02191960811615, -1.1931672096252441, -1.878157377243042, -1.6897850036621094, -0.5081770420074463, -0.16568197309970856, 0.056939806789159775, 0.17681321501731873, 0.2281874716281891, 0.41655975580215454, 0.3138112425804138, 0.39943498373031616, 0.3480607271194458, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9534205794334412, -0.9705453515052795, -0.9362958669662476, -0.7650483250617981, -0.6794245839118958, -0.7992978096008301, -1.0047948360443115, -1.1760424375534058, -0.9876701235771179, -0.40542852878570557, -0.06293346732854843, 0.03981505334377289, 0.2281874716281891, 0.3651854991912842, 0.4679340124130249, 0.3309359848499298, 0.2110627144575119, 0.29668647050857544, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.41655975580215454, 0.5364330410957336, 0.587807297706604, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1075434684753418, -1.0390443801879883, -1.0390443801879883, -0.9362958669662476, -0.7307988405227661, -0.9534205794334412, -1.415789008140564, -1.672660231590271, -1.8439078330993652, -1.5185375213623047, -0.7992978096008301, -0.3540542721748352, -0.02868395671248436, 0.10831420123577118, 0.27956172823905945, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1931672096252441, -1.1246682405471802, -1.0904186964035034, -1.02191960811615, -1.227416753768921, -1.5014127492904663, -2.1179039478302, -2.01515531539917, -2.1007792949676514, -1.758284091949463, -1.2787909507751465, -0.9705453515052795, -0.8164225816726685, -0.43967801332473755, -0.14855723083019257, 0.0740646943449974, 0.2110627144575119, 0.3138112425804138, 0.3480607271194458, 0.29668647050857544, 0.15968845784664154, 0.2110627144575119, -0.011559205129742622, 0.26243698596954346, 0.5364330410957336, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.718040943145752], [-1.672660231590271, -1.3815394639968872, -1.3301652669906616, -1.2445415258407593, -1.3986642360687256, -1.9295315742492676, -2.032280206680298, -1.9809058904647827, -0.9876701235771179, -0.576676070690155, -0.4568027853965759, -0.42255327105522156, -0.610925555229187, -0.8164225816726685, -0.7821730971336365, -0.6280503273010254, -0.5081770420074463, -1.0047948360443115, -1.3472900390625, -0.5938007831573486, -0.02868395671248436, 0.2281874716281891, 0.03981505334377289, -0.21705622971057892, 0.14256370067596436, 0.5364330410957336, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.15968845784664154, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008], [-2.1179039478302, -1.9295315742492676, -1.672660231590271, -1.4500385522842407, -1.7411593198776245, -2.1007792949676514, -2.1179039478302, -1.227416753768921, -0.7992978096008301, -0.7136740684509277, -0.5253018140792847, -0.40542852878570557, -0.2341809868812561, -0.2341809868812561, -0.4568027853965759, -0.8849216103553772, -1.415789008140564, -2.1179039478302, -1.073293924331665, -0.1143077164888382, 0.3309359848499298, 0.6049320101737976, 0.7076805233955383, 0.6049320101737976, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.9124068021774292, -2.032280206680298, -1.946656346321106, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -1.9980305433273315, -0.8849216103553772, -0.7136740684509277, -0.6622998118400574, -0.610925555229187, -0.5081770420074463, -0.3883037567138672, -0.28555524349212646, -0.18280673027038574, -0.21705622971057892, -0.40542852878570557, -1.227416753768921, -1.141792893409729, -0.2341809868812561, 0.091189444065094, 0.3651854991912842, 0.622056782245636, 0.7761795520782471, 0.6391815543174744, 0.41655975580215454, 0.3138112425804138, 0.38231024146080017, 0.5535577535629272, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.4611696004867554, 0.9474270939826965, 1.4269200563430786, 1.63241708278656, 1.718040943145752, 1.7351655960083008, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.7522903680801392, 1.718040943145752, 1.6666666269302368, 1.6495418548583984, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.8952820301055908, -2.1007792949676514, -2.1007792949676514, -2.1179039478302, -2.1179039478302, -1.946656346321106, -1.672660231590271, -1.02191960811615, -0.9191710948944092, -0.7821730971336365, -0.6965492963790894, -0.5938007831573486, -0.5253018140792847, -0.5253018140792847, -0.5081770420074463, -0.5938007831573486, -0.610925555229187, -0.8849216103553772, -1.3986642360687256, -0.9705453515052795, -0.4910522699356079, -0.1143077164888382, 0.2110627144575119, 0.4508092403411865, 0.38231024146080017, 0.10831420123577118, 0.10831420123577118, 0.3651854991912842, 0.41655975580215454, 0.5535577535629272, 0.622056782245636, 0.5193082690238953, 0.6049320101737976, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.6666666269302368, 1.18717360496521, 0.7933043241500854, 0.9816765785217285, 0.5193082690238953, 1.718040943145752, 1.7694151401519775, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.2727973461151123, 1.0673003196716309, 1.4782943725585938, 1.6837913990020752, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [-0.9191710948944092, -1.4671632051467896, -1.3644146919250488, -1.3986642360687256, -1.6897850036621094, -2.01515531539917, -2.0494048595428467, -1.6384108066558838, -1.3301652669906616, -1.0561691522598267, -0.9534205794334412, -0.8164225816726685, -0.7479235529899597, -0.7479235529899597, -0.7136740684509277, -0.9705453515052795, -1.946656346321106, -2.032280206680298, -2.0494048595428467, -2.1179039478302, -1.7754088640213013, -1.1075434684753418, -0.576676070690155, -0.21705622971057892, 0.02269030176103115, -0.02868395671248436, -0.21705622971057892, -0.08005820959806442, 0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.41655975580215454, 0.5193082690238953, 0.622056782245636, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.5981676578521729, 1.444044828414917, 1.101549744606018, 0.7590547800064087, 0.5535577535629272, 0.41655975580215454, 0.43368449807167053, -0.045808710157871246, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.4269200563430786, 0.9303023219108582, -0.045808710157871246, 0.17681321501731873, 1.3412963151931763, 1.6837913990020752, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [0.7076805233955383, -0.7650483250617981, -1.484287977218628, -1.3301652669906616, -1.5870364904403687, -1.5527870655059814, -2.0494048595428467, -2.1007792949676514, -1.946656346321106, -1.5185375213623047, -1.2102919816970825, -1.1760424375534058, -0.9705453515052795, -0.9534205794334412, -0.9191710948944092, -1.4671632051467896, -2.1179039478302, -2.0494048595428467, -1.7069097757339478, -0.8164225816726685, -0.43967801332473755, -0.3369295001029968, -0.4739275276660919, -0.645175039768219, -0.6622998118400574, -0.3369295001029968, -0.19993148744106293, -0.7992978096008301, -1.0904186964035034, -0.4568027853965759, -0.045808710157871246, -0.045808710157871246, -0.045808710157871246, -0.14855723083019257, 0.2281874716281891, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.6495418548583984, 1.2385478019714355, 0.5535577535629272, 0.9474270939826965, 0.7076805233955383, -0.16568197309970856, 0.056939806789159775, -0.2341809868812561, -0.28555524349212646, -0.40542852878570557, 0.8789280652999878, 1.4269200563430786, 1.2899221181869507, 1.4782943725585938, 1.5810428857803345, 0.7076805233955383, -0.011559205129742622, -0.645175039768219, -0.18280673027038574, 0.8618032932281494, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775], [1.6152924299240112, 0.6391815543174744, -1.758284091949463, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.7411593198776245, -1.3472900390625, -1.4671632051467896, -1.758284091949463, -1.9637811183929443, -1.604161262512207, -1.1589176654815674, -1.073293924331665, -1.2787909507751465, -1.758284091949463, -2.032280206680298, -1.9809058904647827, -0.8677968382835388, -0.40542852878570557, -0.2513057291507721, -0.1143077164888382, 0.056939806789159775, 0.03981505334377289, -0.3540542721748352, -0.9534205794334412, -1.4500385522842407, -1.7754088640213013, -1.8952820301055908, -1.5185375213623047, -1.1246682405471802, -0.31980475783348083, 0.0740646943449974, -0.2513057291507721, -0.19993148744106293, 0.27956172823905945, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.718040943145752, 1.1529240608215332, -0.3540542721748352, 0.03981505334377289, 0.17681321501731873, -0.4910522699356079, -0.2684305012226105, -0.7479235529899597, -0.7136740684509277, -0.5595512986183167, 0.587807297706604, 1.2727973461151123, 1.101549744606018, 1.18717360496521, 0.9303023219108582, 0.3309359848499298, -0.7307988405227661, -0.7650483250617981, -0.5253018140792847, 0.8789280652999878, 1.8550388813018799, 1.786539912223816, 1.786539912223816, 1.7694151401519775], [1.6837913990020752, 1.4782943725585938, 0.5021834969520569, -1.3301652669906616, -1.9809058904647827, -2.0494048595428467, -2.1179039478302, -1.878157377243042, -1.484287977218628, -1.261666178703308, -1.5185375213623047, -1.9980305433273315, -1.8439078330993652, -1.5014127492904663, -1.5527870655059814, -1.9809058904647827, -2.1179039478302, -1.3986642360687256, -0.6965492963790894, -0.5424265265464783, -0.4568027853965759, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.056939806789159775, 0.03981505334377289, -0.5081770420074463, -1.3130404949188232, -1.672660231590271, -0.9020463228225708, -0.6622998118400574, -0.6622998118400574, -0.08005820959806442, 0.5364330410957336, 0.43368449807167053, 0.26243698596954346, 0.5021834969520569, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6837913990020752, 1.7009161710739136, 1.6495418548583984, 0.056939806789159775, -0.645175039768219, -0.7136740684509277, -0.43967801332473755, -0.645175039768219, -0.42255327105522156, -0.6965492963790894, -0.7821730971336365, -0.5595512986183167, 0.27956172823905945, 1.0501755475997925, 0.5535577535629272, 1.1700488328933716, 0.17681321501731873, -0.1143077164888382, -0.8335473537445068, -0.7821730971336365, -0.7307988405227661, 0.4850587546825409, 1.718040943145752, 1.786539912223816, 1.786539912223816, 1.786539912223816], [0.9303023219108582, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 0.5021834969520569, -0.8164225816726685, -1.5699117183685303, -2.01515531539917, -2.1179039478302, -1.8267830610275269, -1.7754088640213013, -2.01515531539917, -1.9295315742492676, -1.8267830610275269, -1.7411593198776245, -1.946656346321106, -1.9809058904647827, -0.9362958669662476, -0.9020463228225708, -0.6965492963790894, -0.5424265265464783, -0.40542852878570557, -0.31980475783348083, -0.3540542721748352, -0.14855723083019257, -0.08005820959806442, -0.06293346732854843, -0.06293346732854843, -0.5938007831573486, -1.4329137802124023, -1.4500385522842407, -1.1246682405471802, -0.9534205794334412, -0.16568197309970856, 0.41655975580215454, 0.5535577535629272, 0.38231024146080017, 0.3651854991912842, 0.5364330410957336, 0.622056782245636, 0.6391815543174744, 0.7419300675392151, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.5981676578521729, -0.045808710157871246, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.6622998118400574, -0.5081770420074463, -0.7307988405227661, -0.7136740684509277, -0.3711790144443512, -0.02868395671248436, 0.7590547800064087, 0.29668647050857544, 0.8618032932281494, -0.2684305012226105, -0.5081770420074463, -0.8506720662117004, -1.1075434684753418, -0.7992978096008301, -0.21705622971057892, 1.7009161710739136, 1.8207894563674927, 1.8207894563674927, 1.786539912223816], [0.587807297706604, 0.7076805233955383, 1.0673003196716309, 1.5810428857803345, 1.8036646842956543, 1.5296685695648193, 0.6734310388565063, -0.7992978096008301, -1.758284091949463, -1.9980305433273315, -2.01515531539917, -1.8610326051712036, -1.7754088640213013, -1.3644146919250488, -1.415789008140564, -1.6555355787277222, -1.8610326051712036, -1.2445415258407593, -0.9876701235771179, -0.9020463228225708, -0.7821730971336365, -0.6280503273010254, -0.5424265265464783, -0.4568027853965759, -0.3540542721748352, -0.40542852878570557, -0.5253018140792847, -0.6794245839118958, -0.7307988405227661, -1.0561691522598267, -1.6212860345840454, -1.5870364904403687, -1.484287977218628, -1.261666178703308, -0.6794245839118958, 0.0740646943449974, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.5706825256347656, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.0330508947372437, -0.7307988405227661, -1.073293924331665, -1.1075434684753418, -1.0390443801879883, -0.7650483250617981, -0.5424265265464783, -0.7821730971336365, -0.6794245839118958, -0.3540542721748352, 0.03981505334377289, 0.622056782245636, 0.29668647050857544, 0.3651854991912842, -0.19993148744106293, -0.645175039768219, -1.0904186964035034, -1.3301652669906616, -0.9362958669662476, -0.4739275276660919, 1.1186745166778564, 1.8207894563674927, 1.8207894563674927, 1.8036646842956543], [0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.7419300675392151, 0.8618032932281494, 1.6495418548583984, 1.906413197517395, 1.6152924299240112, 0.6905558109283447, -1.0561691522598267, -1.5870364904403687, -1.8439078330993652, -2.1179039478302, -1.878157377243042, -1.4500385522842407, -1.2959157228469849, -1.5527870655059814, -1.7411593198776245, -1.3986642360687256, -1.073293924331665, -0.9020463228225708, -0.8677968382835388, -0.8335473537445068, -0.610925555229187, -0.576676070690155, -0.610925555229187, -1.0390443801879883, -1.8439078330993652, -2.1179039478302, -1.9124068021774292, -1.4500385522842407, -1.0047948360443115, -1.0390443801879883, -1.1931672096252441, -0.9705453515052795, -0.645175039768219, -0.28555524349212646, 0.2281874716281891, 0.38231024146080017, 0.24531221389770508, 0.3480607271194458, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.5193082690238953, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5467933416366577, 0.02269030176103115, -1.0390443801879883, -1.1931672096252441, -1.141792893409729, -1.0561691522598267, -0.7650483250617981, -0.6794245839118958, -0.8164225816726685, -0.6794245839118958, -0.3883037567138672, -0.18280673027038574, 0.24531221389770508, 0.3480607271194458, -0.02868395671248436, -0.3540542721748352, -0.7821730971336365, -1.1931672096252441, -1.227416753768921, -1.141792893409729, -0.7136740684509277, 0.41655975580215454, 1.7009161710739136, 1.786539912223816, 1.8550388813018799], [0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 1.2042982578277588, 1.6152924299240112, 1.718040943145752, 0.7248052954673767, -1.2787909507751465, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.1007792949676514, -1.9809058904647827, -1.6384108066558838, -1.6897850036621094, -1.9809058904647827, -1.79253351688385, -1.3301652669906616, -1.1589176654815674, -0.9876701235771179, -0.8164225816726685, -0.7479235529899597, -0.7136740684509277, -1.7240345478057861, -2.1179039478302, -1.1589176654815674, -0.2341809868812561, 0.10831420123577118, 0.17681321501731873, -0.011559205129742622, -0.4910522699356079, -0.7479235529899597, -0.645175039768219, -0.5253018140792847, -0.6280503273010254, -1.0047948360443115, -1.0047948360443115, -0.4568027853965759, -0.02868395671248436, 0.056939806789159775, 0.10831420123577118, 0.38231024146080017, 0.7076805233955383, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.4611696004867554, 1.1529240608215332, 1.2385478019714355, 1.0159261226654053, 1.101549744606018, 0.24531221389770508, -0.7650483250617981, -1.1589176654815674, -1.2102919816970825, -1.3130404949188232, -1.0047948360443115, -0.8506720662117004, -0.7992978096008301, -0.7821730971336365, -0.7136740684509277, -0.645175039768219, -0.4910522699356079, -0.14855723083019257, 0.091189444065094, -0.13143247365951538, -0.5595512986183167, -0.9705453515052795, -1.2102919816970825, -1.1931672096252441, -1.1760424375534058, -1.1075434684753418, -0.7821730971336365, 1.63241708278656, 1.7351655960083008, 1.8550388813018799], [0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.8960528373718262, 1.2214230298995972, 1.2042982578277588, 0.39943498373031616, -0.7479235529899597, -1.6384108066558838, -1.758284091949463, -1.4329137802124023, -1.6897850036621094, -2.032280206680298, -1.9637811183929443, -2.0494048595428467, -1.9295315742492676, -1.7069097757339478, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -0.9534205794334412, -1.261666178703308, -2.032280206680298, -1.8096582889556885, -0.5081770420074463, -0.02868395671248436, 0.15968845784664154, 0.24531221389770508, 0.3309359848499298, 0.3138112425804138, -0.1143077164888382, -0.7992978096008301, -1.1931672096252441, -1.535662293434143, -1.8952820301055908, -1.2959157228469849, -0.09718296676874161, 0.41655975580215454, 0.41655975580215454, -0.08005820959806442, -0.31980475783348083, 0.4850587546825409, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.2042982578277588, 0.7248052954673767, 0.8789280652999878, 0.656306266784668, -0.28555524349212646, -1.02191960811615, -0.8164225816726685, -1.3815394639968872, -1.141792893409729, -1.1589176654815674, -1.3130404949188232, -0.9876701235771179, -0.7307988405227661, -0.7992978096008301, -0.8335473537445068, -0.8164225816726685, -0.7136740684509277, -0.610925555229187, -0.43967801332473755, -0.16568197309970856, -0.2341809868812561, -0.7136740684509277, -0.9876701235771179, -1.0904186964035034, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.8335473537445068, 0.4508092403411865, 1.8379141092300415, 1.786539912223816], [0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.3138112425804138, -1.3301652669906616, -1.7069097757339478, -1.6384108066558838, -1.5014127492904663, -1.672660231590271, -2.0494048595428467, -1.8952820301055908, -1.5527870655059814, -1.5014127492904663, -1.604161262512207, -1.5185375213623047, -1.4329137802124023, -1.6384108066558838, -1.9980305433273315, -1.1931672096252441, -0.3711790144443512, -0.08005820959806442, -0.011559205129742622, 0.02269030176103115, 0.091189444065094, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.3369295001029968, -1.1760424375534058, -1.3472900390625, -0.13143247365951538, 0.4850587546825409, 0.810429036617279, 0.9988013505935669, 1.0159261226654053, 0.6734310388565063, 0.38231024146080017, 0.622056782245636, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.1529240608215332, -0.2341809868812561, -1.227416753768921, 0.19393795728683472, -0.5081770420074463, -0.8677968382835388, -1.5014127492904663, -1.415789008140564, -1.3986642360687256, -1.1246682405471802, -1.0390443801879883, -1.2959157228469849, -0.7992978096008301, -0.8164225816726685, -0.6965492963790894, -0.8335473537445068, -0.7992978096008301, -0.6965492963790894, -0.6794245839118958, -0.5938007831573486, -0.2341809868812561, -0.4568027853965759, -0.645175039768219, -1.02191960811615, -0.9876701235771179, -0.9534205794334412, -1.261666178703308, -1.0561691522598267, -0.7479235529899597, 0.2110627144575119, 1.8892884254455566, 1.8379141092300415], [0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.7419300675392151, 0.9303023219108582, 0.8446785807609558, 0.24531221389770508, -1.141792893409729, -1.7240345478057861, -1.5699117183685303, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.7240345478057861, -1.535662293434143, -1.7069097757339478, -1.8267830610275269, -1.7069097757339478, -1.6897850036621094, -1.0047948360443115, -0.645175039768219, -0.40542852878570557, -0.2341809868812561, -0.18280673027038574, -0.14855723083019257, -0.06293346732854843, 0.03981505334377289, 0.12543895840644836, -0.011559205129742622, -0.3711790144443512, -1.02191960811615, -0.8164225816726685, 0.03981505334377289, 0.38231024146080017, 0.656306266784668, 0.8789280652999878, 1.0159261226654053, 0.8618032932281494, 0.587807297706604, 0.5535577535629272, 0.810429036617279, 0.810429036617279, 0.7076805233955383, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.3070467710494995, 0.5364330410957336, -1.0904186964035034, -1.5014127492904663, -1.3644146919250488, -0.7136740684509277, -1.1931672096252441, -1.6212860345840454, -1.7411593198776245, -1.6897850036621094, -1.0047948360443115, -0.9362958669662476, -1.1075434684753418, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.8164225816726685, -0.6622998118400574, -0.576676070690155, -0.645175039768219, -0.7136740684509277, -0.42255327105522156, -0.6280503273010254, -0.9020463228225708, -0.9876701235771179, -0.7650483250617981, -1.0390443801879883, -1.2959157228469849, -1.0904186964035034, -1.0390443801879883, -0.045808710157871246, 1.8550388813018799, 1.8379141092300415], [0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.8618032932281494, 0.9816765785217285, 0.622056782245636, -0.42255327105522156, -1.4500385522842407, -1.7240345478057861, -1.672660231590271, -1.415789008140564, -1.6384108066558838, -1.9124068021774292, -1.946656346321106, -1.8096582889556885, -1.7069097757339478, -1.672660231590271, -1.2787909507751465, -0.8677968382835388, -0.7479235529899597, -0.610925555229187, -0.5081770420074463, -0.3711790144443512, -0.2684305012226105, -0.18280673027038574, -0.2341809868812561, -0.610925555229187, -1.6384108066558838, -2.0836544036865234, -1.7069097757339478, -1.0047948360443115, -0.645175039768219, -0.28555524349212646, 0.29668647050857544, 0.7248052954673767, 1.0844250917434692, 1.1700488328933716, 0.9303023219108582, 0.43368449807167053, 0.622056782245636, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.0159261226654053, -0.9020463228225708, -1.3472900390625, -1.2959157228469849, -1.3301652669906616, -1.1075434684753418, -1.4671632051467896, -1.0904186964035034, -1.0390443801879883, -1.2102919816970825, -0.9020463228225708, -0.8164225816726685, -0.9534205794334412, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.7650483250617981, -0.610925555229187, -0.645175039768219, -0.7136740684509277, -0.7307988405227661, -0.5595512986183167, -0.610925555229187, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.9534205794334412, -1.1075434684753418, -1.1075434684753418, -1.2959157228469849, -0.2684305012226105, 1.8207894563674927, 1.8379141092300415], [0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.5193082690238953, -0.08005820959806442, -0.9020463228225708, -1.79253351688385, -1.7240345478057861, -1.5014127492904663, -1.3986642360687256, -1.878157377243042, -2.01515531539917, -1.8439078330993652, -1.672660231590271, -1.5699117183685303, -1.227416753768921, -1.0390443801879883, -0.9020463228225708, -0.7992978096008301, -0.645175039768219, -0.5424265265464783, -0.5595512986183167, -0.7650483250617981, -1.1931672096252441, -2.1179039478302, -1.141792893409729, 0.056939806789159775, 0.24531221389770508, 0.14256370067596436, -0.3540542721748352, -0.4910522699356079, -0.06293346732854843, 0.5706825256347656, 0.7590547800064087, 0.9131776094436646, 0.810429036617279, 0.41655975580215454, 0.3309359848499298, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.38231024146080017, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 1.0501755475997925, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.3584210872650146, 0.7761795520782471, 0.9988013505935669, 1.0330508947372437, -0.4910522699356079, -1.6212860345840454, -1.484287977218628, -1.415789008140564, -1.3301652669906616, -1.261666178703308, -1.535662293434143, -0.6965492963790894, -0.6794245839118958, -0.9020463228225708, -0.5424265265464783, -0.576676070690155, -0.3711790144443512, -0.8849216103553772, -0.5253018140792847, -0.645175039768219, -0.5938007831573486, -0.5081770420074463, -0.7479235529899597, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.7821730971336365, -0.8849216103553772, -0.7479235529899597, -0.6794245839118958, -0.7992978096008301, -0.8849216103553772, -1.0047948360443115, -1.2959157228469849, -0.2684305012226105, 1.8892884254455566, 1.8550388813018799], [0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6391815543174744, 0.5706825256347656, 0.5535577535629272, 0.4508092403411865, -0.40542852878570557, -0.9362958669662476, -1.535662293434143, -1.7240345478057861, -1.6897850036621094, -1.9124068021774292, -2.0665295124053955, -1.9637811183929443, -1.7240345478057861, -1.6555355787277222, -1.3472900390625, -1.1075434684753418, -0.9705453515052795, -0.8849216103553772, -0.7992978096008301, -0.8335473537445068, -1.073293924331665, -1.79253351688385, -1.604161262512207, -0.28555524349212646, 0.02269030176103115, 0.2281874716281891, 0.43368449807167053, 0.5193082690238953, 0.2281874716281891, -0.3711790144443512, -0.5424265265464783, -0.4910522699356079, -0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.0740646943449974, -0.8677968382835388, -0.40542852878570557, 0.14256370067596436, 0.6391815543174744, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3309359848499298, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.9303023219108582, 0.9645518660545349, 1.0330508947372437, 1.101549744606018, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.0673003196716309, 0.9816765785217285, 1.255672574043274, 0.7248052954673767, -0.9705453515052795, -1.415789008140564, -0.7992978096008301, -1.6212860345840454, -1.6555355787277222, -1.5185375213623047, -1.3815394639968872, -1.3644146919250488, -0.9876701235771179, -1.3815394639968872, -0.7479235529899597, -1.141792893409729, -0.7992978096008301, -0.6794245839118958, -0.7821730971336365, -0.8506720662117004, -0.8849216103553772, -0.5253018140792847, -0.6794245839118958, -0.7650483250617981, -0.5938007831573486, -0.6965492963790894, -0.7307988405227661, -0.6622998118400574, -0.8506720662117004, -1.02191960811615, -0.8335473537445068, -0.6794245839118958, -0.9020463228225708, -0.9534205794334412, -0.9705453515052795, -1.141792893409729, -1.073293924331665, -0.576676070690155, 1.906413197517395, 1.8550388813018799], [0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.9474270939826965, 1.0844250917434692, 1.0159261226654053, 0.7933043241500854, 0.2110627144575119, -0.5081770420074463, -1.0561691522598267, -1.6212860345840454, -1.8610326051712036, -1.484287977218628, -1.4671632051467896, -1.8610326051712036, -1.9637811183929443, -1.7754088640213013, -1.5527870655059814, -1.261666178703308, -1.02191960811615, -0.9191710948944092, -0.9876701235771179, -1.3130404949188232, -1.946656346321106, -1.1760424375534058, -0.30267998576164246, -0.1143077164888382, 0.0055655487813055515, 0.10831420123577118, 0.27956172823905945, 0.43368449807167053, 0.41655975580215454, 0.15968845784664154, -0.7650483250617981, -1.7754088640213013, -1.7069097757339478, -1.7411593198776245, -1.073293924331665, -1.2102919816970825, -1.4329137802124023, -0.9876701235771179, 0.4508092403411865, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.091189444065094, 0.091189444065094, 0.14256370067596436, 0.15968845784664154, 0.26243698596954346, 0.19393795728683472, 0.056939806789159775, -0.1143077164888382, -0.30267998576164246, -0.3540542721748352, -0.4568027853965759, -0.28555524349212646, -0.3711790144443512, -0.40542852878570557, -0.31980475783348083, 0.0055655487813055515, -0.06293346732854843, 0.091189444065094, 0.587807297706604, 0.7419300675392151, 0.8789280652999878, 0.7761795520782471, 0.8789280652999878, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 0.43368449807167053, -0.9705453515052795, -0.4739275276660919, -1.5527870655059814, -1.3472900390625, -1.9295315742492676, -1.5527870655059814, -2.01515531539917, -1.3301652669906616, -1.484287977218628, -1.227416753768921, -1.0904186964035034, -1.5185375213623047, -0.9876701235771179, -0.5938007831573486, -0.6622998118400574, -0.6622998118400574, -0.9191710948944092, -0.7136740684509277, -0.8164225816726685, -0.7136740684509277, -0.5595512986183167, -0.28555524349212646, -0.7821730971336365, -0.6280503273010254, -0.7136740684509277, -0.6965492963790894, -0.7650483250617981, -0.7136740684509277, -0.7136740684509277, -0.8335473537445068, -0.9020463228225708, -0.8506720662117004, -1.0561691522598267, -0.8335473537445068, -0.9362958669662476, -0.5595512986183167, 1.8892884254455566, 1.8036646842956543], [0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6734310388565063, 1.2385478019714355, 1.563918113708496, 1.3926706314086914, 1.4611696004867554, 1.2214230298995972, 0.7933043241500854, 0.056939806789159775, -0.5595512986183167, -1.1760424375534058, -1.7411593198776245, -1.79253351688385, -1.535662293434143, -1.6384108066558838, -1.8439078330993652, -1.9124068021774292, -1.8267830610275269, -1.5185375213623047, -1.1075434684753418, -1.0561691522598267, -1.2959157228469849, -1.7069097757339478, -0.8335473537445068, -0.3883037567138672, -0.2513057291507721, -0.13143247365951538, -0.08005820959806442, 0.056939806789159775, 0.26243698596954346, 0.3651854991912842, 0.4508092403411865, 0.17681321501731873, -0.7821730971336365, -1.2959157228469849, -1.4671632051467896, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.672660231590271, -1.3130404949188232, 0.17681321501731873, 0.8618032932281494, 0.9303023219108582, 0.8275538086891174, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.6734310388565063, 0.7248052954673767, 0.8960528373718262, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.2110627144575119, 0.26243698596954346, 0.0740646943449974, 0.0740646943449974, 0.0740646943449974, -0.06293346732854843, -0.2341809868812561, -0.3883037567138672, -0.5938007831573486, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9020463228225708, -1.0047948360443115, -0.7821730971336365, -0.9705453515052795, -0.8677968382835388, -0.5938007831573486, -0.5938007831573486, -0.7992978096008301, -0.645175039768219, -0.6794245839118958, -0.7136740684509277, -0.5595512986183167, -0.4568027853965759, -0.2341809868812561, 0.02269030176103115, 0.27956172823905945, 0.29668647050857544, 0.4850587546825409, -0.4739275276660919, -1.0561691522598267, -1.4500385522842407, -1.604161262512207, -1.6212860345840454, -1.5699117183685303, -1.6384108066558838, -1.484287977218628, -1.7069097757339478, -1.4500385522842407, -1.3644146919250488, -1.3815394639968872, -1.2787909507751465, -1.141792893409729, -0.7307988405227661, -0.5424265265464783, -0.4739275276660919, -0.6965492963790894, -0.8506720662117004, -0.645175039768219, -0.6794245839118958, -0.6965492963790894, -0.7821730971336365, -0.3883037567138672, -0.8849216103553772, -0.576676070690155, -0.645175039768219, -0.6622998118400574, -0.8335473537445068, -0.5424265265464783, -0.6794245839118958, -0.8849216103553772, -0.7307988405227661, -0.5938007831573486, -0.7136740684509277, -0.6280503273010254, -1.1075434684753418, -0.8677968382835388, 1.8207894563674927, 1.8379141092300415], [1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5535577535629272, 0.810429036617279, 1.3412963151931763, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.3584210872650146, 0.9988013505935669, 0.5021834969520569, -0.011559205129742622, -0.8335473537445068, -1.3644146919250488, -1.8096582889556885, -1.8439078330993652, -1.6384108066558838, -1.7240345478057861, -1.9637811183929443, -2.0665295124053955, -1.5699117183685303, -1.2445415258407593, -1.3130404949188232, -1.2102919816970825, -0.576676070690155, -0.31980475783348083, -0.3369295001029968, -0.19993148744106293, -0.13143247365951538, -0.045808710157871246, 0.03981505334377289, 0.15968845784664154, 0.2110627144575119, -0.045808710157871246, -0.6280503273010254, -1.3815394639968872, -1.4671632051467896, -1.3815394639968872, -1.2102919816970825, -1.141792893409729, -1.2787909507751465, -1.3815394639968872, -1.5870364904403687, -0.8164225816726685, -0.08005820959806442, -0.02868395671248436, 0.3480607271194458, 0.6734310388565063, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.7590547800064087, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.3651854991912842, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.15968845784664154, 0.19393795728683472, 0.12543895840644836, 0.056939806789159775, 0.056939806789159775, -0.011559205129742622, -0.3540542721748352, -0.9020463228225708, -0.9534205794334412, -0.9362958669662476, -0.8506720662117004, -0.9705453515052795, -0.8849216103553772, -0.9191710948944092, -0.8849216103553772, -1.0047948360443115, -0.8677968382835388, -0.7992978096008301, -0.8849216103553772, -0.7650483250617981, -0.7136740684509277, -0.7479235529899597, -0.4568027853965759, -0.8506720662117004, -0.30267998576164246, -0.7307988405227661, -0.21705622971057892, -0.3711790144443512, -0.16568197309970856, -0.21705622971057892, -0.09718296676874161, 0.02269030176103115, -0.28555524349212646, -0.6280503273010254, -0.8164225816726685, -1.261666178703308, -1.5014127492904663, -1.7240345478057861, -1.672660231590271, -1.758284091949463, -1.6555355787277222, -1.604161262512207, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.5699117183685303, -1.0047948360443115, -0.7307988405227661, -0.5938007831573486, -0.4568027853965759, -0.5595512986183167, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.610925555229187, -0.5081770420074463, -0.5595512986183167, -0.9020463228225708, -0.6622998118400574, -0.8677968382835388, -0.645175039768219, -0.610925555229187, -0.6280503273010254, -0.8335473537445068, -0.7821730971336365, -0.7992978096008301, -0.7992978096008301, -0.6280503273010254, -0.7650483250617981, -0.7307988405227661, -0.8164225816726685, -0.9191710948944092, -0.6280503273010254, 1.8207894563674927, 1.8550388813018799], [1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.7590547800064087, 1.3584210872650146, 1.5810428857803345, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.1700488328933716, 0.6049320101737976, 0.38231024146080017, 0.2110627144575119, -0.4568027853965759, -1.1589176654815674, -1.6384108066558838, -1.8096582889556885, -1.3815394639968872, -1.3301652669906616, -1.672660231590271, -1.7240345478057861, -1.758284091949463, -1.5527870655059814, -0.9876701235771179, -0.42255327105522156, -0.2341809868812561, -0.1143077164888382, -0.045808710157871246, -0.011559205129742622, -0.02868395671248436, -0.011559205129742622, -0.31980475783348083, -0.7307988405227661, -1.7411593198776245, -1.3986642360687256, -0.8849216103553772, -1.141792893409729, -1.3130404949188232, -1.4671632051467896, -1.3815394639968872, -1.5185375213623047, -1.5014127492904663, -1.415789008140564, -1.415789008140564, -1.3472900390625, -1.1246682405471802, -0.8335473537445068, -0.5424265265464783, -0.13143247365951538, 0.29668647050857544, 0.622056782245636, 0.7248052954673767, 0.810429036617279, 0.9645518660545349, 1.0330508947372437, 1.1186745166778564, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 0.5535577535629272, -0.7136740684509277, -0.7821730971336365, -0.40542852878570557, 0.7761795520782471, 1.3412963151931763, 1.5296685695648193, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6837913990020752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.1357992887496948, -1.5014127492904663, -1.6555355787277222, -0.9705453515052795, -0.610925555229187, -0.3883037567138672, -0.30267998576164246, -0.09718296676874161, 0.2110627144575119, 0.29668647050857544, -0.2341809868812561, -0.08005820959806442, 0.02269030176103115, 0.7761795520782471, 0.7248052954673767, 0.622056782245636, 0.5535577535629272, 0.43368449807167053, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3309359848499298, 0.27956172823905945, 0.38231024146080017, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.056939806789159775, 0.15968845784664154, 0.12543895840644836, 0.056939806789159775, -0.011559205129742622, -0.31980475783348083, -0.6965492963790894, -0.7821730971336365, -0.6794245839118958, -0.7479235529899597, -0.576676070690155, -0.8849216103553772, -0.9705453515052795, -0.6965492963790894, -0.7992978096008301, -0.9705453515052795, -0.8677968382835388, -0.7821730971336365, -1.0561691522598267, -0.9362958669662476, -0.7650483250617981, -0.645175039768219, -0.6622998118400574, -0.9876701235771179, -0.4568027853965759, -0.5595512986183167, -0.610925555229187, -0.3540542721748352, -0.09718296676874161, 0.056939806789159775, -0.08005820959806442, -0.02868395671248436, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, -0.6280503273010254, -1.4671632051467896, -1.6212860345840454, -1.7411593198776245, -1.672660231590271, -1.7411593198776245, -1.79253351688385, -1.8267830610275269, -1.6384108066558838, -1.9124068021774292, -0.8164225816726685, -0.7821730971336365, -1.0390443801879883, -1.5870364904403687, -1.4329137802124023, -1.535662293434143, -0.6280503273010254, -0.8677968382835388, -0.31980475783348083, -0.4739275276660919, -0.6622998118400574, -1.0904186964035034, -0.31980475783348083, -0.7821730971336365, -0.5253018140792847, -0.610925555229187, -0.3711790144443512, -0.7821730971336365, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.5938007831573486, -0.8506720662117004, -0.7307988405227661, -0.7650483250617981, -0.7992978096008301, -0.7992978096008301, -1.0561691522598267, -0.8849216103553772, -0.5938007831573486, 1.786539912223816, 1.8550388813018799], [1.101549744606018, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 1.3412963151931763, 1.63241708278656, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.101549744606018, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.17681321501731873, -0.5595512986183167, -1.2959157228469849, -1.6897850036621094, -1.604161262512207, -1.3301652669906616, -1.3815394639968872, -1.7240345478057861, -1.79253351688385, -1.7240345478057861, -1.7411593198776245, -1.79253351688385, -1.3130404949188232, -0.7479235529899597, -0.40542852878570557, -0.19993148744106293, -0.21705622971057892, -0.8506720662117004, -1.5014127492904663, -0.9020463228225708, -1.5014127492904663, -1.5527870655059814, -1.4671632051467896, -1.3301652669906616, -0.7992978096008301, -1.0561691522598267, -1.1075434684753418, -1.1589176654815674, -0.1143077164888382, 0.7933043241500854, 1.1700488328933716, 1.324171543121338, 1.5981676578521729, 1.718040943145752, 1.2727973461151123, 0.5706825256347656, 1.2899221181869507, 1.6837913990020752, 1.8207894563674927, 1.8036646842956543, 1.8207894563674927, 1.8550388813018799, 1.8721636533737183, 1.8379141092300415, 1.5125439167022705, 0.091189444065094, -1.672660231590271, -1.8610326051712036, -0.9534205794334412, 0.9816765785217285, 1.4611696004867554, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.8036646842956543, 1.8379141092300415, 1.8892884254455566, 1.8207894563674927, 1.8207894563674927, 0.9988013505935669, -0.9362958669662476, -0.9020463228225708, -0.3540542721748352, -0.31980475783348083, -0.5938007831573486, -1.0390443801879883, -1.1246682405471802, -1.4329137802124023, -1.79253351688385, -1.8267830610275269, -1.7754088640213013, -1.878157377243042, 0.9303023219108582, 1.4269200563430786, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.563918113708496, 1.3070467710494995, 0.8446785807609558, 0.3480607271194458, 0.091189444065094, 0.12543895840644836, 0.2110627144575119, 0.3138112425804138, 0.26243698596954346, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.10831420123577118, 0.12543895840644836, 0.091189444065094, 0.056939806789159775, 0.02269030176103115, 0.03981505334377289, 0.0740646943449974, 0.056939806789159775, -0.045808710157871246, 0.02269030176103115, 0.02269030176103115, -0.045808710157871246, -0.08005820959806442, -0.06293346732854843, -0.011559205129742622, -0.02868395671248436, -0.08005820959806442, 0.02269030176103115, -0.08005820959806442, 0.0055655487813055515, -0.06293346732854843, 0.02269030176103115, 0.056939806789159775, 0.0055655487813055515, -0.06293346732854843, -0.08005820959806442, -0.16568197309970856, -0.13143247365951538, -0.1143077164888382, -0.6965492963790894, -1.02191960811615, -1.1075434684753418, -1.0904186964035034, -0.8849216103553772, -1.0047948360443115, -0.9876701235771179, -0.8335473537445068, -0.9534205794334412, -0.9362958669662476, -0.7479235529899597, -0.9534205794334412, -0.8164225816726685, -0.7307988405227661, -0.8849216103553772, -0.7307988405227661, -0.7479235529899597, -0.7307988405227661, -0.8164225816726685, -0.5253018140792847, -0.4910522699356079, -0.14855723083019257, -0.5081770420074463, 0.03981505334377289, -0.1143077164888382, -0.4910522699356079, 0.0740646943449974, 0.19393795728683472, 0.3309359848499298, 0.2110627144575119, 0.3309359848499298, 0.0055655487813055515, -1.2445415258407593, -1.604161262512207, -1.79253351688385, -1.8096582889556885, -1.535662293434143, -1.5870364904403687, -1.79253351688385, -1.8952820301055908, -1.5527870655059814, -1.604161262512207, -0.5081770420074463, -0.5253018140792847, -0.7479235529899597, -1.0561691522598267, -1.4329137802124023, -1.2787909507751465, -0.13143247365951538, -0.576676070690155, -0.5424265265464783, -0.40542852878570557, -0.5595512986183167, -0.43967801332473755, -0.6794245839118958, -0.5595512986183167, -0.30267998576164246, -0.610925555229187, -0.40542852878570557, -0.6280503273010254, -0.7136740684509277, -0.3883037567138672, -0.6622998118400574, -0.8506720662117004, -0.576676070690155, -0.7307988405227661, -0.8164225816726685, -0.7479235529899597, -0.8677968382835388, -0.7136740684509277, -1.0561691522598267, -0.7479235529899597, -0.9191710948944092, 1.8207894563674927, 1.8721636533737183], [1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.622056782245636, 1.255672574043274, 1.6152924299240112, 1.5467933416366577, 1.4782943725585938, 1.4269200563430786, 1.1700488328933716, 0.8618032932281494, 0.8446785807609558, 1.1186745166778564, 0.9303023219108582, -0.045808710157871246, -0.9876701235771179, -1.5014127492904663, -1.484287977218628, -1.4500385522842407, -1.3986642360687256, -1.5699117183685303, -1.5870364904403687, -1.5185375213623047, -1.672660231590271, -1.672660231590271, -1.5527870655059814, -1.4671632051467896, -1.2445415258407593, -1.3301652669906616, -1.6555355787277222, -1.878157377243042, -0.9705453515052795, -1.0904186964035034, -1.1246682405471802, -1.1589176654815674, -1.1931672096252441, -1.0390443801879883, -0.8506720662117004, -1.02191960811615, -1.1931672096252441, 0.6734310388565063, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6495418548583984, 1.4097954034805298, 1.6837913990020752, 1.8721636533737183, 1.906413197517395, 1.906413197517395, 1.9235379695892334, 1.9577873945236206, 1.974912166595459, 1.8550388813018799, 1.2214230298995972, -0.7821730971336365, -1.79253351688385, -1.7411593198776245, -1.7411593198776245, -0.6965492963790894, 1.3412963151931763, 1.375545859336853, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.7522903680801392, 1.786539912223816, 1.7694151401519775, 1.2042982578277588, -1.7069097757339478, -1.946656346321106, -1.8610326051712036, -1.7411593198776245, -1.261666178703308, -1.3644146919250488, -1.1760424375534058, -1.227416753768921, -1.227416753768921, -1.672660231590271, -1.758284091949463, -1.878157377243042, -1.8267830610275269, -1.415789008140564, -0.3883037567138672, 0.656306266784668, 1.3926706314086914, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.2042982578277588, 0.7590547800064087, 0.056939806789159775, -0.7650483250617981, -0.8506720662117004, -0.6622998118400574, -0.43967801332473755, -0.5081770420074463, -0.5081770420074463, -0.4739275276660919, -0.5424265265464783, -0.5595512986183167, -0.610925555229187, -0.6794245839118958, -0.576676070690155, -0.5595512986183167, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.5938007831573486, -0.610925555229187, -0.6622998118400574, -0.7650483250617981, -0.7821730971336365, -0.8164225816726685, -0.7992978096008301, -0.7136740684509277, -0.9534205794334412, -1.0047948360443115, -0.7821730971336365, -0.8849216103553772, -0.7650483250617981, -0.7992978096008301, -0.610925555229187, -0.6794245839118958, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.6622998118400574, -0.5253018140792847, -0.6622998118400574, -0.8335473537445068, -0.8164225816726685, -0.8506720662117004, -0.9534205794334412, -0.9534205794334412, -0.9876701235771179, -0.8677968382835388, -0.9534205794334412, -0.7821730971336365, -0.8849216103553772, -0.8849216103553772, -0.8164225816726685, -1.02191960811615, -0.8677968382835388, -0.7136740684509277, -0.9876701235771179, -0.5253018140792847, -0.610925555229187, -0.5253018140792847, -0.5081770420074463, -0.40542852878570557, -0.28555524349212646, -0.19993148744106293, -0.06293346732854843, 0.2281874716281891, -0.18280673027038574, -0.2341809868812561, 0.39943498373031616, 0.12543895840644836, 0.43368449807167053, 0.39943498373031616, 0.056939806789159775, -0.13143247365951538, -1.1246682405471802, -1.6897850036621094, -1.758284091949463, -1.9295315742492676, -1.878157377243042, -1.7240345478057861, -1.3130404949188232, -1.946656346321106, -1.9295315742492676, -1.1931672096252441, -0.40542852878570557, -0.5253018140792847, -0.5081770420074463, -0.5253018140792847, -1.2102919816970825, -1.2787909507751465, -0.21705622971057892, -0.09718296676874161, -0.3540542721748352, -0.5253018140792847, -0.40542852878570557, -0.09718296676874161, -0.5253018140792847, -0.31980475783348083, -0.42255327105522156, -0.6280503273010254, -0.5424265265464783, -0.4739275276660919, -0.8677968382835388, -0.3883037567138672, -0.576676070690155, -0.7821730971336365, -0.5253018140792847, -0.5595512986183167, -0.7307988405227661, -0.8849216103553772, -0.9705453515052795, -0.8335473537445068, -1.02191960811615, -0.6965492963790894, -0.9705453515052795, 1.8379141092300415, 1.8721636533737183], [1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.4954191446304321, 1.255672574043274, 0.9988013505935669, 0.9131776094436646, 1.1357992887496948, 1.2727973461151123, 0.7590547800064087, -0.3883037567138672, -1.227416753768921, -1.5185375213623047, -1.758284091949463, -1.535662293434143, -1.2787909507751465, -1.535662293434143, -1.6384108066558838, -1.227416753768921, -1.02191960811615, -0.9362958669662476, -1.0047948360443115, -1.073293924331665, -1.484287977218628, -1.9124068021774292, -1.5527870655059814, -1.535662293434143, -1.604161262512207, -1.5699117183685303, -1.3815394639968872, -1.535662293434143, -1.7240345478057861, -1.4500385522842407, -1.261666178703308, -1.141792893409729, 1.3926706314086914, 1.63241708278656, 1.7009161710739136, 1.5981676578521729, 1.6666666269302368, 1.7694151401519775, 1.8721636533737183, 1.8379141092300415, 1.8036646842956543, 1.786539912223816, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, -0.8164225816726685, -1.5870364904403687, -1.8096582889556885, -1.7754088640213013, -1.8952820301055908, -1.946656346321106, -1.7240345478057861, -0.7992978096008301, 0.24531221389770508, 0.8446785807609558, 1.1700488328933716, 1.4097954034805298, 1.3584210872650146, 1.5125439167022705, 1.5467933416366577, 0.4850587546825409, -1.9809058904647827, -2.0665295124053955, -2.1179039478302, -2.0494048595428467, -2.01515531539917, -2.0494048595428467, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.758284091949463, -1.878157377243042, -1.878157377243042, -1.6897850036621094, -1.7069097757339478, -1.3472900390625, -1.2102919816970825, -0.610925555229187, 0.656306266784668, 1.1357992887496948, 0.02269030176103115, -1.7240345478057861, -1.5699117183685303, -1.4500385522842407, -1.3130404949188232, -1.1760424375534058, -1.141792893409729, -0.9191710948944092, -0.7992978096008301, -0.8506720662117004, -0.9534205794334412, -0.9191710948944092, -0.9020463228225708, -1.0047948360443115, -0.9020463228225708, -0.7821730971336365, -0.7479235529899597, -1.02191960811615, -0.9534205794334412, -1.02191960811615, -1.073293924331665, -1.0047948360443115, -0.8335473537445068, -0.9534205794334412, -0.7650483250617981, -0.6794245839118958, -0.7136740684509277, -0.7650483250617981, -0.6794245839118958, -0.8335473537445068, -0.9362958669662476, -0.7992978096008301, -0.6794245839118958, -0.5424265265464783, -0.7821730971336365, -0.9534205794334412, -0.8849216103553772, -0.8506720662117004, -0.8335473537445068, -0.6280503273010254, -0.7992978096008301, -0.8849216103553772, -0.8506720662117004, -0.8677968382835388, -0.7992978096008301, -0.9362958669662476, -0.9362958669662476, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -0.9020463228225708, -1.02191960811615, -0.9534205794334412, -0.576676070690155, -0.7650483250617981, -0.6794245839118958, -0.6280503273010254, -0.3711790144443512, -0.40542852878570557, -0.3540542721748352, -0.5595512986183167, -0.30267998576164246, -0.40542852878570557, -0.2684305012226105, 0.2110627144575119, 0.091189444065094, 0.24531221389770508, 0.39943498373031616, 0.5193082690238953, 0.5706825256347656, 0.6905558109283447, -0.06293346732854843, -0.3369295001029968, -1.2445415258407593, -1.6212860345840454, -1.79253351688385, -1.8610326051712036, -1.9295315742492676, -1.8096582889556885, -1.8439078330993652, -1.9809058904647827, -1.8439078330993652, -1.6384108066558838, -0.8164225816726685, -0.576676070690155, -0.5424265265464783, -0.42255327105522156, -1.2959157228469849, -1.0047948360443115, -0.4739275276660919, -0.2341809868812561, -0.3540542721748352, -0.3540542721748352, -0.2513057291507721, -0.3540542721748352, -0.610925555229187, 0.0055655487813055515, -0.28555524349212646, -0.5081770420074463, -0.7136740684509277, -0.5595512986183167, -0.6280503273010254, -0.3540542721748352, -0.5253018140792847, -0.5424265265464783, -0.4739275276660919, -0.5938007831573486, -0.645175039768219, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -1.02191960811615, -0.3883037567138672, -0.8164225816726685, 1.8036646842956543, 1.8721636533737183], [1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 1.1186745166778564, 1.5125439167022705, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.1186745166778564, 1.0330508947372437, 1.1700488328933716, 1.324171543121338, 1.2214230298995972, 0.3651854991912842, -0.7650483250617981, -1.1246682405471802, -1.5699117183685303, -1.5870364904403687, -1.2959157228469849, -1.3815394639968872, -1.4671632051467896, -1.2787909507751465, -1.1246682405471802, -1.0561691522598267, -1.1246682405471802, -1.261666178703308, -1.6555355787277222, -1.3130404949188232, -1.2787909507751465, -1.3986642360687256, -1.5185375213623047, -1.6212860345840454, -1.7240345478057861, -1.7754088640213013, -1.8952820301055908, -1.9295315742492676, -1.79253351688385, -1.5185375213623047, -1.0390443801879883, 0.19393795728683472, 0.4850587546825409, 0.587807297706604, 1.2214230298995972, 1.7351655960083008, 1.7694151401519775, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5296685695648193, 1.5125439167022705, 0.9645518660545349, -1.878157377243042, -1.8610326051712036, -1.8096582889556885, -1.7411593198776245, -1.8610326051712036, -1.8610326051712036, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.946656346321106, -1.7069097757339478, -1.7240345478057861, -1.8267830610275269, -1.7754088640213013, -1.7754088640213013, -1.9124068021774292, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -2.0494048595428467, -2.01515531539917, -1.946656346321106, -1.9980305433273315, -1.946656346321106, -1.8610326051712036, -1.9637811183929443, -2.1179039478302, -1.9809058904647827, -1.9809058904647827, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.1589176654815674, -0.3540542721748352, -1.1760424375534058, -1.261666178703308, -1.0904186964035034, -1.1246682405471802, -0.8506720662117004, -0.645175039768219, -0.28555524349212646, -0.3369295001029968, -0.7479235529899597, -0.9362958669662476, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -1.2102919816970825, -1.141792893409729, -1.0047948360443115, -0.9876701235771179, -1.0561691522598267, -0.8849216103553772, -0.8335473537445068, -0.7479235529899597, -0.7307988405227661, -0.6622998118400574, -0.7136740684509277, -0.6794245839118958, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.6622998118400574, -0.6280503273010254, -0.5938007831573486, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.7992978096008301, -0.8164225816726685, -0.8506720662117004, -0.7650483250617981, -0.7992978096008301, -0.9020463228225708, -0.9191710948944092, -1.073293924331665, -0.8506720662117004, -0.9191710948944092, -0.9020463228225708, -1.1589176654815674, -1.0390443801879883, -1.0904186964035034, -0.9020463228225708, -0.9191710948944092, -0.9362958669662476, -0.8335473537445068, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.610925555229187, -0.8677968382835388, -0.610925555229187, -0.8506720662117004, -0.5938007831573486, -0.28555524349212646, -0.2684305012226105, -0.2341809868812561, -0.18280673027038574, -0.045808710157871246, -0.06293346732854843, 0.24531221389770508, -0.02868395671248436, 0.38231024146080017, 0.15968845784664154, 0.810429036617279, 0.6905558109283447, 0.5193082690238953, 0.6049320101737976, -0.40542852878570557, -1.8096582889556885, -1.7754088640213013, -1.758284091949463, -1.7754088640213013, -1.9637811183929443, -1.946656346321106, -1.8952820301055908, -1.9124068021774292, -1.946656346321106, -1.6897850036621094, -0.9705453515052795, -0.7479235529899597, -0.30267998576164246, -0.21705622971057892, -0.6280503273010254, -1.02191960811615, -0.7136740684509277, 0.0740646943449974, 0.056939806789159775, -0.09718296676874161, -0.3369295001029968, -0.42255327105522156, -0.5595512986183167, -0.5424265265464783, -0.2513057291507721, -0.4568027853965759, -0.8164225816726685, -0.4739275276660919, -0.5424265265464783, -0.42255327105522156, -0.43967801332473755, -0.40542852878570557, -0.43967801332473755, -0.5253018140792847, -0.576676070690155, -0.3883037567138672, -0.9020463228225708, -0.8506720662117004, -0.645175039768219, -0.30267998576164246, -0.7821730971336365, 1.8550388813018799, 1.8379141092300415], [1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7590547800064087, 0.6905558109283447, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.7933043241500854, 1.375545859336853, 1.563918113708496, 1.4782943725585938, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, -0.1143077164888382, -1.141792893409729, -1.3130404949188232, -1.2102919816970825, -1.3644146919250488, -1.3301652669906616, -1.2102919816970825, -1.4500385522842407, -1.5699117183685303, -1.6555355787277222, -1.8096582889556885, -1.9295315742492676, -1.8952820301055908, -1.9637811183929443, -2.01515531539917, -1.946656346321106, -1.878157377243042, -1.8952820301055908, -2.032280206680298, -2.0665295124053955, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.672660231590271, -1.8096582889556885, -1.8610326051712036, -1.878157377243042, -2.01515531539917, 0.03981505334377289, 0.38231024146080017, -1.8610326051712036, -1.9124068021774292, -1.5014127492904663, -1.0904186964035034, -1.5014127492904663, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, -2.0836544036865234, -2.1007792949676514, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.0494048595428467, -2.1179039478302, -2.01515531539917, -2.0494048595428467, -2.01515531539917, -1.9295315742492676, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.0836544036865234, -1.6897850036621094, -1.5185375213623047, -0.7821730971336365, -0.4739275276660919, -0.6622998118400574, -1.1246682405471802, -1.8439078330993652, -1.7411593198776245, -1.1931672096252441, -1.4500385522842407, -1.8267830610275269, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -1.9980305433273315, -1.8439078330993652, -1.4329137802124023, -0.9534205794334412, -0.8335473537445068, -0.9020463228225708, -0.7136740684509277, -1.141792893409729, -1.1075434684753418, -0.8849216103553772, -0.9362958669662476, -1.0047948360443115, -1.02191960811615, -0.9705453515052795, -0.9191710948944092, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.7479235529899597, -0.610925555229187, -0.8335473537445068, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -1.0390443801879883, -0.9534205794334412, -0.8335473537445068, -0.8677968382835388, -0.8335473537445068, -0.645175039768219, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -1.0047948360443115, -0.8506720662117004, -0.8506720662117004, -0.8849216103553772, -0.6794245839118958, -0.7136740684509277, -0.7992978096008301, -0.7479235529899597, -0.7992978096008301, -0.9191710948944092, -0.8849216103553772, -0.9876701235771179, -0.9705453515052795, -1.0047948360443115, -1.0561691522598267, -0.9876701235771179, -0.9705453515052795, -0.9362958669662476, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.7307988405227661, -0.9876701235771179, -0.6622998118400574, -0.5938007831573486, -0.7307988405227661, -0.7992978096008301, -0.5424265265464783, -0.28555524349212646, -0.21705622971057892, -0.3711790144443512, 0.0740646943449974, 0.2110627144575119, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, -0.13143247365951538, 0.4679340124130249, 0.5364330410957336, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.6391815543174744, -0.5253018140792847, -1.8096582889556885, -1.8096582889556885, -1.878157377243042, -1.8096582889556885, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.9124068021774292, -2.0836544036865234, -1.2787909507751465, -1.02191960811615, -0.045808710157871246, 0.17681321501731873, -0.6280503273010254, -0.7136740684509277, -0.5081770420074463, -0.28555524349212646, -0.08005820959806442, -0.16568197309970856, -0.2684305012226105, -0.42255327105522156, -0.4739275276660919, -0.5595512986183167, -0.2513057291507721, -0.3369295001029968, -0.7821730971336365, -0.6794245839118958, -0.3711790144443512, -0.5595512986183167, -0.30267998576164246, -0.2341809868812561, -0.2513057291507721, -0.7650483250617981, -0.5595512986183167, -0.610925555229187, -1.02191960811615, -0.9876701235771179, -0.40542852878570557, -0.6794245839118958, -0.645175039768219, 1.8721636533737183, 1.8379141092300415], [1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.6049320101737976, 1.2727973461151123, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.2899221181869507, 0.7933043241500854, -0.3369295001029968, -0.9020463228225708, -0.9362958669662476, -1.3130404949188232, -1.672660231590271, -1.946656346321106, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.79253351688385, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -2.0836544036865234, -1.8439078330993652, -1.3130404949188232, -1.2102919816970825, -1.3301652669906616, -1.415789008140564, -1.5185375213623047, -1.5870364904403687, -1.8267830610275269, -2.01515531539917, -2.1179039478302, -2.1007792949676514, -1.9124068021774292, -1.878157377243042, -1.9637811183929443, -2.1007792949676514, -2.1179039478302, -1.9124068021774292, -1.79253351688385, -1.8439078330993652, -2.032280206680298, -2.0836544036865234, -1.9295315742492676, -0.4568027853965759, -0.3540542721748352, 0.02269030176103115, 0.38231024146080017, 0.7248052954673767, 0.8960528373718262, -0.08005820959806442, -0.7136740684509277, 0.0740646943449974, 0.6905558109283447, 0.091189444065094, -0.5253018140792847, -1.1075434684753418, -1.9637811183929443, -2.0836544036865234, 0.10831420123577118, 0.9303023219108582, 1.4269200563430786, 1.563918113708496, 1.5125439167022705, 1.3584210872650146, 0.9303023219108582, 0.3651854991912842, -0.4910522699356079, -1.415789008140564, -1.5699117183685303, -1.0390443801879883, -1.02191960811615, -0.9020463228225708, -1.0561691522598267, -0.9705453515052795, -1.0904186964035034, -1.1075434684753418, -0.8164225816726685, -0.7136740684509277, -0.7992978096008301, -0.8677968382835388, -0.9534205794334412, -0.9876701235771179, -0.9191710948944092, -0.8677968382835388, -0.8849216103553772, -0.9362958669662476, -0.7307988405227661, -0.9191710948944092, -0.9876701235771179, -0.9362958669662476, -0.7821730971336365, -0.7992978096008301, -0.7821730971336365, -0.645175039768219, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.6280503273010254, -0.4910522699356079, -0.43967801332473755, -0.5938007831573486, -0.7136740684509277, -0.7650483250617981, -0.8506720662117004, -0.6965492963790894, -0.6794245839118958, -0.645175039768219, -0.6622998118400574, -0.610925555229187, -0.6794245839118958, -0.8335473537445068, -0.9534205794334412, -0.7821730971336365, -0.7992978096008301, -0.8164225816726685, -0.9191710948944092, -1.1589176654815674, -0.9705453515052795, -0.8849216103553772, -0.6965492963790894, -0.7992978096008301, -0.8335473537445068, -0.6622998118400574, -0.7821730971336365, -1.1760424375534058, -0.5595512986183167, -0.28555524349212646, -0.3711790144443512, -0.28555524349212646, -0.4568027853965759, -0.2684305012226105, -0.02868395671248436, -0.18280673027038574, 0.24531221389770508, 0.0740646943449974, 0.2281874716281891, 0.6391815543174744, 0.5535577535629272, 0.5021834969520569, 0.6905558109283447, 0.7590547800064087, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.656306266784668, -0.1143077164888382, -1.7411593198776245, -1.878157377243042, -1.8267830610275269, -1.8096582889556885, -1.8096582889556885, -1.8952820301055908, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.1589176654815674, -1.8439078330993652, -1.2959157228469849, -0.14855723083019257, -0.16568197309970856, -0.30267998576164246, -0.2341809868812561, -1.2102919816970825, -0.7479235529899597, -0.2684305012226105, -0.13143247365951538, -0.21705622971057892, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.14855723083019257, -0.42255327105522156, -0.3369295001029968, -0.4568027853965759, -0.3883037567138672, -0.5253018140792847, -0.31980475783348083, -0.2341809868812561, -0.2684305012226105, -0.4568027853965759, -0.43967801332473755, -0.6280503273010254, -0.7821730971336365, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -0.3540542721748352, 1.6666666269302368, 1.8721636533737183], [1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8789280652999878, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.9474270939826965, 1.4782943725585938, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.2899221181869507, 1.375545859336853, 1.3584210872650146, 1.1529240608215332, 0.5364330410957336, -1.1589176654815674, -1.6384108066558838, -1.79253351688385, -1.79253351688385, -1.8096582889556885, -1.7069097757339478, -1.7754088640213013, -1.8439078330993652, -1.8610326051712036, -1.758284091949463, -1.9124068021774292, -1.9124068021774292, -1.9809058904647827, -2.0665295124053955, -2.0494048595428467, -1.9295315742492676, -1.5014127492904663, -0.5081770420074463, -0.28555524349212646, -0.3540542721748352, -0.9191710948944092, -1.4500385522842407, -1.8096582889556885, -1.9980305433273315, -2.032280206680298, -1.7240345478057861, -1.6212860345840454, -1.484287977218628, -1.604161262512207, -1.9980305433273315, -2.0836544036865234, -1.1246682405471802, -0.14855723083019257, 0.17681321501731873, 0.5193082690238953, 0.7590547800064087, 0.5535577535629272, 0.6391815543174744, -0.6794245839118958, -2.0836544036865234, -1.0390443801879883, -0.5938007831573486, -1.141792893409729, -2.032280206680298, -2.0836544036865234, 0.17681321501731873, 0.7933043241500854, 1.2214230298995972, 1.2727973461151123, 1.3584210872650146, 1.5296685695648193, 1.4782943725585938, 0.5021834969520569, -1.7411593198776245, -0.6965492963790894, -0.2513057291507721, 0.27956172823905945, 0.6734310388565063, 0.3480607271194458, -0.9020463228225708, -0.16568197309970856, 0.26243698596954346, -1.3986642360687256, -1.4329137802124023, -0.9191710948944092, -1.1246682405471802, -1.3301652669906616, -1.1931672096252441, -1.1589176654815674, -0.9876701235771179, -0.9534205794334412, -1.02191960811615, -0.9705453515052795, -0.8164225816726685, -0.7479235529899597, -0.610925555229187, -0.7479235529899597, -0.8506720662117004, -0.8677968382835388, -1.0047948360443115, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.7650483250617981, -0.5938007831573486, -1.02191960811615, -0.9191710948944092, -0.8335473537445068, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.8506720662117004, -1.0561691522598267, -0.7479235529899597, -0.7136740684509277, -0.5081770420074463, -0.5081770420074463, -0.576676070690155, -0.645175039768219, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.8335473537445068, -0.5253018140792847, -0.645175039768219, -0.7821730971336365, -0.7992978096008301, -0.9191710948944092, -0.8164225816726685, -0.9020463228225708, -1.0561691522598267, -1.0047948360443115, -0.8849216103553772, -0.7136740684509277, -0.645175039768219, -0.8849216103553772, -0.6622998118400574, -0.7479235529899597, -0.7821730971336365, -0.9876701235771179, -0.5938007831573486, -0.7307988405227661, -0.576676070690155, -0.4910522699356079, -0.3711790144443512, -0.3540542721748352, -0.09718296676874161, -0.045808710157871246, 0.4850587546825409, 0.39943498373031616, 0.3138112425804138, 0.6905558109283447, 0.4679340124130249, 0.810429036617279, 0.8789280652999878, 0.9645518660545349, 0.8446785807609558, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.3138112425804138, -0.7307988405227661, -1.4671632051467896, -1.79253351688385, -1.8952820301055908, -1.8267830610275269, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9295315742492676, -1.672660231590271, -0.7992978096008301, -1.6212860345840454, -0.2341809868812561, 0.03981505334377289, -0.7650483250617981, 0.27956172823905945, -0.08005820959806442, 0.091189444065094, 0.0740646943449974, 0.19393795728683472, 0.15968845784664154, -0.3883037567138672, -0.5424265265464783, -0.5424265265464783, -0.2341809868812561, -0.16568197309970856, -0.28555524349212646, -0.21705622971057892, -0.4910522699356079, -0.3540542721748352, -0.3883037567138672, -0.2684305012226105, -0.5081770420074463, -0.2341809868812561, -0.08005820959806442, -0.8506720662117004, -0.7479235529899597, -0.4910522699356079, -0.7650483250617981, -0.8849216103553772, -0.13143247365951538, 1.563918113708496, 1.8721636533737183], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3138112425804138, 0.7248052954673767, 1.3412963151931763, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.0844250917434692, -1.3301652669906616, -1.484287977218628, -1.6212860345840454, -1.7240345478057861, -1.7411593198776245, -1.6384108066558838, -1.7069097757339478, -1.7240345478057861, -1.9124068021774292, -1.9980305433273315, -1.9295315742492676, -1.9124068021774292, -1.9637811183929443, -1.946656346321106, -1.6555355787277222, -0.1143077164888382, 0.8789280652999878, 1.0673003196716309, 1.1700488328933716, 1.0844250917434692, 0.656306266784668, 0.5364330410957336, -0.18280673027038574, -1.5527870655059814, -1.4500385522842407, -1.6555355787277222, -1.878157377243042, -2.0836544036865234, -2.1179039478302, -2.032280206680298, -1.9809058904647827, -0.8335473537445068, -0.4739275276660919, -0.2341809868812561, -0.09718296676874161, -0.08005820959806442, -0.7992978096008301, -1.9980305433273315, -0.645175039768219, 0.7248052954673767, 1.0159261226654053, 1.101549744606018, 1.18717360496521, 1.1186745166778564, 1.0159261226654053, 0.10831420123577118, -1.6384108066558838, -0.9705453515052795, -0.2684305012226105, -0.09718296676874161, -1.02191960811615, -1.7069097757339478, 0.3651854991912842, 1.3412963151931763, 1.3584210872650146, 1.1700488328933716, 0.587807297706604, -0.7307988405227661, -2.1179039478302, -0.43967801332473755, 0.2110627144575119, 0.4508092403411865, 0.26243698596954346, -0.7992978096008301, -0.8677968382835388, -0.7479235529899597, -0.8164225816726685, -0.8335473537445068, -0.7650483250617981, -0.8335473537445068, -1.0047948360443115, -1.0561691522598267, -0.9705453515052795, -0.7992978096008301, -0.9020463228225708, -0.9020463228225708, -0.9534205794334412, -0.8849216103553772, -0.9534205794334412, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -0.8506720662117004, -0.8335473537445068, -0.7136740684509277, -0.9705453515052795, -0.8164225816726685, -0.7650483250617981, -0.8164225816726685, -0.645175039768219, -0.6622998118400574, -0.8164225816726685, -0.8506720662117004, -0.8677968382835388, -1.0390443801879883, -0.8335473537445068, -0.6280503273010254, -0.6794245839118958, -0.576676070690155, -0.40542852878570557, -0.576676070690155, -0.610925555229187, -0.4568027853965759, -0.5938007831573486, -0.6965492963790894, -0.7136740684509277, -0.8335473537445068, -0.8335473537445068, -0.7992978096008301, -0.9362958669662476, -0.7821730971336365, -0.9191710948944092, -1.1589176654815674, -0.8849216103553772, -0.8677968382835388, -0.9362958669662476, -0.6965492963790894, -0.610925555229187, -0.6965492963790894, -0.576676070690155, -0.576676070690155, -0.5081770420074463, -0.5253018140792847, -0.28555524349212646, -0.1143077164888382, 0.056939806789159775, 0.2281874716281891, 0.29668647050857544, 0.4508092403411865, 0.5535577535629272, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 0.8960528373718262, 0.9645518660545349, 1.1357992887496948, 0.9645518660545349, 0.8275538086891174, 0.622056782245636, 0.38231024146080017, -1.3472900390625, -1.7754088640213013, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.758284091949463, -1.8610326051712036, -1.4671632051467896, -1.227416753768921, -1.5014127492904663, -0.3711790144443512, 0.2281874716281891, 0.0055655487813055515, 0.2281874716281891, -0.7479235529899597, -0.576676070690155, 0.17681321501731873, 0.056939806789159775, -0.28555524349212646, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.28555524349212646, -0.31980475783348083, -0.5081770420074463, -0.02868395671248436, -0.40542852878570557, -0.40542852878570557, -0.3369295001029968, -0.2684305012226105, -0.2341809868812561, -0.31980475783348083, -0.5081770420074463, -0.5253018140792847, -0.3711790144443512, -0.9020463228225708, -0.6965492963790894, -0.2341809868812561, 1.6152924299240112, 1.8892884254455566], [1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.810429036617279, 0.6391815543174744, 0.3651854991912842, 0.4508092403411865, 1.1357992887496948, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.0673003196716309, -1.5870364904403687, -1.6384108066558838, -1.484287977218628, -1.5699117183685303, -1.6212860345840454, -1.672660231590271, -1.7754088640213013, -1.5185375213623047, -1.3301652669906616, -1.6555355787277222, -1.7754088640213013, -2.1007792949676514, -2.1179039478302, -0.645175039768219, 1.0330508947372437, 1.3926706314086914, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.563918113708496, 0.8789280652999878, -1.141792893409729, -1.9295315742492676, -1.3815394639968872, -1.946656346321106, -1.9809058904647827, -1.8096582889556885, -2.032280206680298, -1.2102919816970825, -1.1760424375534058, -0.9876701235771179, -1.1246682405471802, -1.9809058904647827, -2.1179039478302, -1.7411593198776245, -1.604161262512207, -1.9295315742492676, -2.1179039478302, -0.7821730971336365, -0.011559205129742622, 0.4679340124130249, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.4508092403411865, -1.758284091949463, 0.27956172823905945, 1.1186745166778564, 0.9645518660545349, 0.810429036617279, 0.3309359848499298, -1.4671632051467896, -0.4568027853965759, 0.091189444065094, 0.6391815543174744, 0.7076805233955383, 0.8446785807609558, -0.645175039768219, -2.01515531539917, -1.141792893409729, -1.8610326051712036, -0.3540542721748352, -0.045808710157871246, -0.7992978096008301, -0.9362958669662476, -0.8335473537445068, -0.8335473537445068, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9191710948944092, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -1.0390443801879883, -0.8677968382835388, -1.0047948360443115, -0.7479235529899597, -0.7479235529899597, -0.7650483250617981, -0.9876701235771179, -0.9534205794334412, -0.7992978096008301, -0.9020463228225708, -0.8335473537445068, -0.7992978096008301, -0.7821730971336365, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.7136740684509277, -0.7821730971336365, -0.6965492963790894, -0.7821730971336365, -0.8335473537445068, -0.7821730971336365, -0.8677968382835388, -0.576676070690155, -0.5595512986183167, -0.6794245839118958, -0.7479235529899597, -0.9362958669662476, -0.8164225816726685, -0.9534205794334412, -0.8164225816726685, -0.9534205794334412, -0.8849216103553772, -0.8677968382835388, -0.8677968382835388, -0.7307988405227661, -1.02191960811615, -0.4568027853965759, -0.7136740684509277, -0.5081770420074463, -0.5938007831573486, -0.9191710948944092, -0.8164225816726685, -0.42255327105522156, -0.4910522699356079, -0.2513057291507721, -0.19993148744106293, -0.31980475783348083, -0.4910522699356079, -0.21705622971057892, -0.06293346732854843, 0.43368449807167053, 0.19393795728683472, 0.7590547800064087, 0.5364330410957336, 0.6049320101737976, 0.7248052954673767, 0.8618032932281494, 0.9131776094436646, 1.0330508947372437, 0.9303023219108582, 0.8960528373718262, 1.0159261226654053, 0.6391815543174744, 0.24531221389770508, -0.6965492963790894, -1.604161262512207, -1.878157377243042, -1.8439078330993652, -1.8952820301055908, -1.878157377243042, -1.946656346321106, -1.946656346321106, -1.9124068021774292, -1.8952820301055908, -1.9637811183929443, -1.758284091949463, -1.3644146919250488, -0.30267998576164246, -1.02191960811615, -1.2102919816970825, -0.8677968382835388, -0.42255327105522156, -0.40542852878570557, 0.15968845784664154, 0.26243698596954346, 0.27956172823905945, 0.0055655487813055515, 0.26243698596954346, 0.12543895840644836, -0.4910522699356079, -0.18280673027038574, -0.2684305012226105, -0.4568027853965759, -0.4739275276660919, -0.28555524349212646, -0.045808710157871246, -0.4910522699356079, -0.21705622971057892, -0.42255327105522156, -0.31980475783348083, -0.5253018140792847, -0.576676070690155, -0.2513057291507721, -0.28555524349212646, -0.6965492963790894, -0.3711790144443512, -0.02868395671248436, 1.6495418548583984, 1.8721636533737183], [1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.4679340124130249, 1.101549744606018, 1.5125439167022705, 1.4097954034805298, 0.9303023219108582, 0.5364330410957336, 0.810429036617279, 1.3412963151931763, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5125439167022705, 1.4097954034805298, 1.2727973461151123, 0.3480607271194458, -1.2787909507751465, -1.4671632051467896, -1.6212860345840454, -1.6897850036621094, -1.7411593198776245, -1.79253351688385, -1.79253351688385, -1.5699117183685303, -1.1589176654815674, -1.0390443801879883, -1.1075434684753418, -1.1931672096252441, 1.2385478019714355, 1.5981676578521729, 1.8036646842956543, 1.786539912223816, 1.8036646842956543, 1.7351655960083008, 1.3584210872650146, 0.7076805233955383, -1.415789008140564, -1.8952820301055908, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -1.9124068021774292, -1.227416753768921, -1.2959157228469849, -1.1931672096252441, -1.8952820301055908, -2.1179039478302, -2.0494048595428467, -1.0390443801879883, -0.8335473537445068, -0.8335473537445068, -0.7821730971336365, -0.5424265265464783, -1.073293924331665, -2.1179039478302, -2.1179039478302, -2.032280206680298, -1.484287977218628, -1.5527870655059814, -2.1179039478302, -0.7650483250617981, 0.43368449807167053, 0.7419300675392151, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 0.7076805233955383, -0.2341809868812561, -1.3986642360687256, 0.14256370067596436, 0.6905558109283447, 0.9131776094436646, 0.14256370067596436, -1.8267830610275269, -2.0494048595428467, 0.26243698596954346, 0.091189444065094, -0.40542852878570557, -0.6965492963790894, -1.02191960811615, -0.9876701235771179, -0.7821730971336365, -0.7650483250617981, -0.7479235529899597, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -1.0561691522598267, -0.8677968382835388, -1.0561691522598267, -1.0561691522598267, -1.0561691522598267, -1.1075434684753418, -0.7821730971336365, -0.8335473537445068, -0.6794245839118958, -0.8677968382835388, -0.6794245839118958, -0.5595512986183167, -0.5081770420074463, -0.9362958669662476, -0.9534205794334412, -0.8164225816726685, -1.1246682405471802, -0.6280503273010254, -0.7821730971336365, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.7479235529899597, -0.7479235529899597, -0.8335473537445068, -1.073293924331665, -0.7479235529899597, -0.28555524349212646, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.5938007831573486, -0.6965492963790894, -0.9020463228225708, -0.7479235529899597, -0.9191710948944092, -1.0561691522598267, -1.0390443801879883, -0.9020463228225708, -1.1589176654815674, -0.4568027853965759, -1.3472900390625, -0.9020463228225708, -0.8506720662117004, -0.9534205794334412, -0.5253018140792847, -0.6622998118400574, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.2684305012226105, -0.13143247365951538, 0.03981505334377289, -0.02868395671248436, 0.17681321501731873, 0.622056782245636, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 1.2385478019714355, 1.1357992887496948, 0.9988013505935669, 1.1700488328933716, 1.0159261226654053, 0.6905558109283447, 0.5706825256347656, -1.2445415258407593, -1.8096582889556885, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.946656346321106, -1.9295315742492676, -1.946656346321106, -1.946656346321106, -1.9295315742492676, -1.7754088640213013, -1.878157377243042, -1.6555355787277222, -1.7754088640213013, -0.14855723083019257, -0.9020463228225708, -0.6622998118400574, 0.0740646943449974, 0.5706825256347656, -0.2513057291507721, 0.03981505334377289, 0.19393795728683472, -0.045808710157871246, -0.31980475783348083, -0.30267998576164246, -0.3883037567138672, -0.5081770420074463, -0.28555524349212646, -0.31980475783348083, -0.5253018140792847, -0.011559205129742622, 0.03981505334377289, -0.30267998576164246, -0.5081770420074463, -0.3369295001029968, -0.2684305012226105, -0.43967801332473755, -0.610925555229187, -0.9020463228225708, -0.6794245839118958, -0.576676070690155, -0.6794245839118958, -0.5081770420074463, 0.2281874716281891, 1.6495418548583984, 1.8892884254455566], [1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 1.1700488328933716, 1.7694151401519775, 1.6666666269302368, 1.324171543121338, 0.43368449807167053, 0.6049320101737976, 1.1700488328933716, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5296685695648193, 1.375545859336853, 1.1186745166778564, 1.1186745166778564, 0.7590547800064087, -0.7650483250617981, -1.2445415258407593, -0.9876701235771179, -1.3644146919250488, -1.8096582889556885, -1.9809058904647827, -2.032280206680298, -1.8096582889556885, -1.484287977218628, -1.1589176654815674, -0.2684305012226105, 1.2385478019714355, 1.718040943145752, 1.7694151401519775, 1.8036646842956543, 1.7522903680801392, 1.4611696004867554, 0.27956172823905945, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.4500385522842407, -1.1931672096252441, -1.604161262512207, -2.01515531539917, -2.1007792949676514, -1.7411593198776245, -1.7240345478057861, -1.8096582889556885, -1.9809058904647827, -1.9809058904647827, -1.3301652669906616, -1.2787909507751465, -1.073293924331665, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -1.9637811183929443, -0.7650483250617981, -0.40542852878570557, -0.576676070690155, -0.6794245839118958, -0.6622998118400574, -1.672660231590271, -1.2787909507751465, -0.4739275276660919, 0.0740646943449974, 0.6905558109283447, 1.0673003196716309, 1.2899221181869507, 1.5296685695648193, 1.6666666269302368, 1.6666666269302368, -0.21705622971057892, -1.6897850036621094, -1.6897850036621094, -1.9637811183929443, -0.7650483250617981, -0.30267998576164246, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.8849216103553772, -0.9705453515052795, -0.8849216103553772, -0.7650483250617981, -0.8164225816726685, -0.8164225816726685, -0.6965492963790894, -0.5081770420074463, -0.8335473537445068, -0.8849216103553772, -0.9705453515052795, -0.7992978096008301, -1.1760424375534058, -0.9876701235771179, -0.8677968382835388, -0.7821730971336365, -0.9534205794334412, -1.0390443801879883, -0.9362958669662476, -0.9876701235771179, -0.6965492963790894, -0.7479235529899597, -0.9876701235771179, -0.5938007831573486, -0.7650483250617981, -0.9362958669662476, -0.7136740684509277, -0.9191710948944092, -0.7821730971336365, -1.1075434684753418, -0.8677968382835388, -0.7307988405227661, -0.6794245839118958, -0.8677968382835388, -0.7479235529899597, -0.645175039768219, -0.6280503273010254, -0.7136740684509277, -0.8849216103553772, -0.645175039768219, -0.43967801332473755, -0.576676070690155, -0.31980475783348083, -0.8164225816726685, -0.8164225816726685, -0.7307988405227661, -0.610925555229187, -0.5424265265464783, -0.6965492963790894, -0.8164225816726685, -0.7136740684509277, -0.8677968382835388, -0.43967801332473755, -0.40542852878570557, -0.5424265265464783, -0.3883037567138672, -0.2684305012226105, -0.08005820959806442, -0.2684305012226105, -0.2684305012226105, 0.12543895840644836, 0.24531221389770508, 0.656306266784668, 0.4679340124130249, 0.7076805233955383, 0.810429036617279, 1.1700488328933716, 1.0501755475997925, 1.1357992887496948, 1.2042982578277588, 1.255672574043274, 1.0501755475997925, 1.0501755475997925, 0.41655975580215454, -1.4329137802124023, -1.8439078330993652, -1.946656346321106, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.9637811183929443, -1.9637811183929443, -1.9637811183929443, -1.8439078330993652, -0.9876701235771179, -1.1931672096252441, -1.1760424375534058, -0.9705453515052795, 0.587807297706604, 0.4850587546825409, 1.0844250917434692, 1.4097954034805298, 0.3309359848499298, 0.6391815543174744, 0.3480607271194458, 0.5364330410957336, -0.011559205129742622, -0.2513057291507721, -0.8506720662117004, -0.5424265265464783, -0.14855723083019257, -0.21705622971057892, -0.3883037567138672, 0.15968845784664154, -0.40542852878570557, -0.7136740684509277, -0.4910522699356079, -0.045808710157871246, -0.43967801332473755, -0.3711790144443512, -0.6622998118400574, -0.9362958669662476, -0.7992978096008301, -0.5253018140792847, -0.610925555229187, -0.40542852878570557, -0.02868395671248436, 1.5981676578521729, 1.8892884254455566], [1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 1.1186745166778564, 1.7351655960083008, 1.7694151401519775, 1.3926706314086914, 0.5706825256347656, 0.6049320101737976, 1.0501755475997925, 1.18717360496521, 0.9816765785217285, 0.4508092403411865, -0.8335473537445068, -1.5870364904403687, -1.672660231590271, -1.6212860345840454, -1.7069097757339478, -1.8267830610275269, -1.5014127492904663, -0.9705453515052795, -0.610925555229187, -0.9020463228225708, -1.5014127492904663, -1.878157377243042, -1.946656346321106, -2.0665295124053955, -1.604161262512207, 0.622056782245636, 1.5125439167022705, 1.718040943145752, 1.6666666269302368, 1.3584210872650146, -0.13143247365951538, -1.6384108066558838, -1.8610326051712036, -2.032280206680298, -1.9295315742492676, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -2.01515531539917, -1.5014127492904663, -1.3986642360687256, -1.535662293434143, -1.8439078330993652, -2.01515531539917, -1.672660231590271, -1.2959157228469849, -1.5014127492904663, -1.79253351688385, -1.9295315742492676, -2.0836544036865234, -2.1179039478302, -1.227416753768921, -0.7479235529899597, -0.7821730971336365, -0.6794245839118958, -0.5081770420074463, -1.0390443801879883, -2.1007792949676514, -2.1007792949676514, -0.7136740684509277, 1.101549744606018, 1.5125439167022705, 1.6837913990020752, 1.7522903680801392, 1.8892884254455566, 1.7009161710739136, 1.3070467710494995, -1.7240345478057861, -2.0494048595428467, -2.1179039478302, -1.5527870655059814, -1.3130404949188232, -1.1589176654815674, -1.1931672096252441, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.9020463228225708, -0.9191710948944092, -0.8849216103553772, -0.7307988405227661, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -0.5424265265464783, -0.8506720662117004, -0.576676070690155, -0.7650483250617981, -0.9534205794334412, -0.6965492963790894, -0.9362958669662476, -0.8506720662117004, -0.8849216103553772, -0.7136740684509277, -1.0390443801879883, -0.6965492963790894, -0.6965492963790894, -0.645175039768219, -0.7650483250617981, -0.7479235529899597, -0.7992978096008301, -0.8506720662117004, -0.4739275276660919, -0.9020463228225708, -0.9191710948944092, -0.8335473537445068, -0.9020463228225708, -0.9705453515052795, -0.7821730971336365, -0.7821730971336365, -0.9534205794334412, -0.8335473537445068, -0.3369295001029968, -0.40542852878570557, -0.42255327105522156, -0.5595512986183167, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.6965492963790894, -0.7992978096008301, -0.576676070690155, -0.6965492963790894, -0.610925555229187, -0.7136740684509277, -0.9876701235771179, -0.610925555229187, -0.6794245839118958, -0.42255327105522156, -0.610925555229187, -0.4910522699356079, -0.3369295001029968, -0.19993148744106293, -0.14855723083019257, 0.0055655487813055515, -0.08005820959806442, 0.29668647050857544, 0.39943498373031616, 0.5535577535629272, 0.7419300675392151, 1.0330508947372437, 0.8275538086891174, 1.1186745166778564, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.324171543121338, 1.1529240608215332, 0.5535577535629272, -1.604161262512207, -1.8267830610275269, -1.8952820301055908, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9980305433273315, -1.9295315742492676, -1.9637811183929443, -1.7069097757339478, -1.5527870655059814, -1.4329137802124023, 0.8789280652999878, 1.1529240608215332, 1.324171543121338, 1.4611696004867554, 1.101549744606018, 1.444044828414917, 1.0501755475997925, 0.9131776094436646, 0.587807297706604, 0.5021834969520569, 0.27956172823905945, -0.2341809868812561, 0.056939806789159775, -0.30267998576164246, -0.3369295001029968, 0.056939806789159775, -0.16568197309970856, -0.02868395671248436, -0.8677968382835388, -0.18280673027038574, -0.5424265265464783, -0.045808710157871246, -0.21705622971057892, -0.43967801332473755, -0.576676070690155, -0.43967801332473755, -0.4568027853965759, -0.43967801332473755, -0.6965492963790894, -0.610925555229187, 0.0055655487813055515, 1.63241708278656, 1.8721636533737183], [1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.7933043241500854, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.3651854991912842, 1.0501755475997925, 1.5810428857803345, 1.7694151401519775, 1.3584210872650146, 0.14256370067596436, -1.1075434684753418, -1.8952820301055908, -2.01515531539917, -1.8439078330993652, -1.758284091949463, -1.79253351688385, -1.878157377243042, -1.8952820301055908, -1.946656346321106, -2.01515531539917, -2.0665295124053955, -2.0665295124053955, -1.7069097757339478, -0.9020463228225708, -0.30267998576164246, -0.3883037567138672, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -2.01515531539917, 0.5364330410957336, 1.4954191446304321, 1.1357992887496948, 0.3651854991912842, -1.946656346321106, -2.1007792949676514, -1.946656346321106, -2.032280206680298, -2.0665295124053955, -1.6384108066558838, -1.4329137802124023, -1.3644146919250488, -1.8267830610275269, -1.9809058904647827, -2.1179039478302, -2.1179039478302, -1.9980305433273315, -1.9980305433273315, -1.261666178703308, -1.4329137802124023, -1.3986642360687256, -1.8096582889556885, -1.946656346321106, -1.1760424375534058, -1.1931672096252441, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.6897850036621094, -1.9124068021774292, -1.9637811183929443, -2.0494048595428467, 0.3309359848499298, 1.6837913990020752, 1.8721636533737183, 1.9577873945236206, 2.0434112548828125, 2.0091617107391357, 1.8892884254455566, 0.5193082690238953, -1.6212860345840454, -1.4329137802124023, -2.032280206680298, -1.8096582889556885, -1.1246682405471802, -1.1589176654815674, -1.0904186964035034, -0.9876701235771179, -1.2445415258407593, -1.2102919816970825, -1.0561691522598267, -1.02191960811615, -0.8506720662117004, -0.9876701235771179, -0.8164225816726685, -0.610925555229187, -1.02191960811615, -0.9534205794334412, -0.6622998118400574, -0.610925555229187, -0.9020463228225708, -0.7650483250617981, -1.1589176654815674, -0.42255327105522156, -0.8164225816726685, -0.7650483250617981, -0.8849216103553772, -0.7136740684509277, -0.5424265265464783, -0.43967801332473755, -0.7992978096008301, -0.9362958669662476, -0.7136740684509277, -0.6965492963790894, -0.7136740684509277, -0.9020463228225708, -0.8849216103553772, -0.9705453515052795, -0.4910522699356079, -0.8506720662117004, -0.6794245839118958, -0.7479235529899597, -1.02191960811615, -0.645175039768219, -0.7307988405227661, -0.645175039768219, -0.4910522699356079, -0.3883037567138672, -0.645175039768219, -0.43967801332473755, -0.4568027853965759, -0.5424265265464783, -0.6794245839118958, -1.073293924331665, -0.645175039768219, -0.9191710948944092, -0.6622998118400574, -1.141792893409729, -0.8164225816726685, -0.6794245839118958, -0.6622998118400574, -0.4739275276660919, -0.30267998576164246, -0.5424265265464783, -0.4739275276660919, -0.2684305012226105, -0.3883037567138672, 0.02269030176103115, 0.15968845784664154, 0.2110627144575119, 0.29668647050857544, 0.4850587546825409, 0.7248052954673767, 0.6049320101737976, 1.1700488328933716, 1.1529240608215332, 1.0330508947372437, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, -0.7307988405227661, -1.8096582889556885, -1.8439078330993652, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9637811183929443, -1.9809058904647827, -1.2787909507751465, -1.672660231590271, 0.3651854991912842, -0.13143247365951538, -0.02868395671248436, 1.0844250917434692, 1.5810428857803345, 1.444044828414917, 1.5296685695648193, 1.563918113708496, 1.5125439167022705, 1.2385478019714355, 0.9816765785217285, 0.6049320101737976, 0.7248052954673767, -0.14855723083019257, -0.7479235529899597, -0.5595512986183167, -0.43967801332473755, 0.2281874716281891, -0.08005820959806442, -0.045808710157871246, -0.8677968382835388, -0.19993148744106293, -0.576676070690155, -0.28555524349212646, -0.2341809868812561, -0.3711790144443512, -0.8335473537445068, -0.6965492963790894, -0.16568197309970856, -0.1143077164888382, -0.576676070690155, -0.5424265265464783, -0.18280673027038574, 1.5981676578521729, 1.8550388813018799], [1.4097954034805298, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.8960528373718262, 1.5981676578521729, 1.7009161710739136, 0.9303023219108582, -0.8335473537445068, -1.2959157228469849, -1.4671632051467896, -1.7754088640213013, -2.0494048595428467, -2.0494048595428467, -2.0494048595428467, -1.9809058904647827, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9980305433273315, -2.0494048595428467, -2.1179039478302, -2.1179039478302, -1.5699117183685303, -0.7479235529899597, 0.02269030176103115, -0.40542852878570557, -1.3986642360687256, -1.9124068021774292, -0.30267998576164246, 0.8618032932281494, -0.5253018140792847, -1.8952820301055908, -1.7754088640213013, -1.604161262512207, -1.535662293434143, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.946656346321106, -2.1179039478302, -1.604161262512207, -1.2959157228469849, -1.3644146919250488, -1.79253351688385, -2.032280206680298, -1.9295315742492676, -2.0494048595428467, -2.1007792949676514, -2.0665295124053955, -1.7069097757339478, -1.5014127492904663, -1.3472900390625, -1.484287977218628, -1.79253351688385, -1.3986642360687256, -1.415789008140564, -1.8267830610275269, -2.1179039478302, -0.08005820959806442, 1.4097954034805298, 1.8207894563674927, 1.906413197517395, 1.974912166595459, 2.0262863636016846, 1.8892884254455566, -0.011559205129742622, -1.0390443801879883, -1.5185375213623047, -2.032280206680298, -1.7754088640213013, -0.9362958669662476, -0.9876701235771179, -1.227416753768921, -0.9020463228225708, -1.4500385522842407, -1.2102919816970825, -1.1246682405471802, -0.8335473537445068, -1.0904186964035034, -0.8677968382835388, -0.8506720662117004, -1.02191960811615, -0.9020463228225708, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -0.7479235529899597, -0.8335473537445068, -0.7136740684509277, -0.9362958669662476, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.8335473537445068, -0.8164225816726685, -0.9876701235771179, -0.7992978096008301, -0.9534205794334412, -0.8164225816726685, -1.02191960811615, -1.073293924331665, -1.2445415258407593, -0.8677968382835388, -1.073293924331665, -1.1931672096252441, -0.5253018140792847, -0.4910522699356079, -0.576676070690155, -0.6965492963790894, -0.7821730971336365, -0.7136740684509277, -0.9534205794334412, -0.9362958669662476, -0.7650483250617981, -0.5595512986183167, -0.4910522699356079, -0.5424265265464783, -0.4739275276660919, -0.43967801332473755, -0.5938007831573486, -0.5595512986183167, -0.5938007831573486, -0.9020463228225708, -0.5081770420074463, -0.8506720662117004, -0.6622998118400574, -0.6622998118400574, -0.6280503273010254, -0.576676070690155, -0.8164225816726685, -0.5938007831573486, -0.3711790144443512, -0.011559205129742622, 0.0055655487813055515, -0.21705622971057892, -0.011559205129742622, 0.29668647050857544, 0.43368449807167053, 0.6905558109283447, 0.7590547800064087, 1.0159261226654053, 1.1700488328933716, 1.1529240608215332, 1.2727973461151123, 1.18717360496521, 1.2214230298995972, 1.2899221181869507, 1.0673003196716309, 0.4508092403411865, -1.3130404949188232, -1.7240345478057861, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.8952820301055908, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.8267830610275269, -1.1589176654815674, -0.5253018140792847, 0.12543895840644836, 1.18717360496521, 0.9131776094436646, 1.4269200563430786, 0.2281874716281891, 1.5296685695648193, 1.4611696004867554, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.5125439167022705, 0.9645518660545349, 1.324171543121338, -0.5595512986183167, -0.7821730971336365, -0.645175039768219, -0.16568197309970856, 0.056939806789159775, 0.0740646943449974, -0.19993148744106293, -0.5081770420074463, -0.14855723083019257, -0.5253018140792847, -0.2341809868812561, -0.09718296676874161, -0.610925555229187, -0.4910522699356079, -0.5938007831573486, -0.3369295001029968, -0.8335473537445068, -0.2513057291507721, -0.42255327105522156, -0.40542852878570557, 1.718040943145752, 1.8721636533737183], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.810429036617279, 1.4611696004867554, 1.6152924299240112, 1.2214230298995972, 0.6049320101737976, -0.2341809868812561, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -1.4500385522842407, -1.8952820301055908, -2.032280206680298, -2.0494048595428467, -2.0494048595428467, -2.032280206680298, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -2.1007792949676514, -2.0836544036865234, -1.9124068021774292, -1.2102919816970825, -0.045808710157871246, -0.06293346732854843, -1.02191960811615, -1.7240345478057861, -2.0836544036865234, -2.01515531539917, -1.9295315742492676, -1.8439078330993652, -1.8952820301055908, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.4329137802124023, -1.8439078330993652, -2.1007792949676514, -1.9980305433273315, -1.9809058904647827, -2.1179039478302, -1.9124068021774292, -1.3644146919250488, -1.535662293434143, -1.8267830610275269, -2.1007792949676514, -1.6555355787277222, -1.8439078330993652, -1.9980305433273315, -2.0836544036865234, -2.1007792949676514, -1.5014127492904663, -1.7069097757339478, -1.5014127492904663, -1.3301652669906616, 0.9131776094436646, 1.6837913990020752, 1.8550388813018799, 1.8721636533737183, 1.8550388813018799, 1.8379141092300415, 1.5125439167022705, -0.5938007831573486, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -2.1179039478302, -1.3301652669906616, -1.227416753768921, -1.1589176654815674, -1.3301652669906616, -1.8096582889556885, -1.3644146919250488, -1.0561691522598267, -1.02191960811615, -1.3986642360687256, -1.073293924331665, -0.8335473537445068, -0.7307988405227661, -0.9191710948944092, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.6965492963790894, -0.7136740684509277, -0.28555524349212646, -1.0561691522598267, -0.610925555229187, -0.6965492963790894, -0.6965492963790894, -0.8677968382835388, -1.0390443801879883, -1.0390443801879883, -0.9705453515052795, -1.02191960811615, -0.9362958669662476, -0.8335473537445068, -0.7307988405227661, -0.9020463228225708, -0.7307988405227661, -0.8849216103553772, -0.7136740684509277, -0.5253018140792847, -0.4568027853965759, -0.6622998118400574, -0.8677968382835388, -0.7992978096008301, -1.1075434684753418, -0.7479235529899597, -0.9705453515052795, -0.5595512986183167, -0.5081770420074463, -0.4739275276660919, -0.7479235529899597, -0.5938007831573486, -0.6622998118400574, -0.5595512986183167, -0.3369295001029968, -0.5938007831573486, -0.5424265265464783, -0.40542852878570557, -0.7650483250617981, -0.40542852878570557, -0.5424265265464783, -0.5081770420074463, -0.2684305012226105, -0.06293346732854843, 0.0740646943449974, 0.2281874716281891, 0.4679340124130249, 0.39943498373031616, 0.4850587546825409, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 0.9474270939826965, 0.8275538086891174, -1.4500385522842407, -1.6384108066558838, -1.79253351688385, -1.878157377243042, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.878157377243042, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8267830610275269, -1.7411593198776245, -0.7992978096008301, 0.656306266784668, 0.27956172823905945, 1.2042982578277588, 1.3926706314086914, 1.6666666269302368, 1.2727973461151123, 1.3584210872650146, 1.3584210872650146, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4954191446304321, 1.1700488328933716, 0.091189444065094, 0.03981505334377289, 0.4850587546825409, 0.39943498373031616, 0.12543895840644836, -0.06293346732854843, -0.13143247365951538, -0.13143247365951538, -0.19993148744106293, -0.16568197309970856, -0.4910522699356079, 0.02269030176103115, -0.610925555229187, -0.4910522699356079, -0.2513057291507721, -0.2513057291507721, -0.7479235529899597, -0.19993148744106293, -0.7821730971336365, -0.5938007831573486, 1.7694151401519775, 1.906413197517395], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.7933043241500854, 1.3926706314086914, 1.5981676578521729, 1.5125439167022705, 1.3412963151931763, 1.0159261226654053, -0.045808710157871246, -0.9020463228225708, -0.610925555229187, -0.4568027853965759, -0.5253018140792847, -1.0904186964035034, -1.79253351688385, -2.01515531539917, -2.1179039478302, -2.0836544036865234, -2.0665295124053955, -2.032280206680298, -2.01515531539917, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -1.6384108066558838, -0.7992978096008301, -0.2684305012226105, -0.5424265265464783, -1.4329137802124023, -1.9637811183929443, -2.1179039478302, -2.0665295124053955, -1.8096582889556885, -1.5699117183685303, -1.79253351688385, -1.6897850036621094, -1.8610326051712036, -1.7754088640213013, -1.5527870655059814, -1.415789008140564, -1.5870364904403687, -2.1007792949676514, -2.1179039478302, -1.9809058904647827, -2.0665295124053955, -2.0836544036865234, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.6384108066558838, -1.5699117183685303, -1.5699117183685303, -2.1007792949676514, -0.9191710948944092, 1.5810428857803345, 1.8721636533737183, 1.8721636533737183, 1.8550388813018799, 1.7009161710739136, -2.0494048595428467, -2.1179039478302, -1.1931672096252441, -1.1760424375534058, -1.1246682405471802, -0.7479235529899597, -1.5527870655059814, -1.9295315742492676, -1.141792893409729, -1.2959157228469849, -1.1589176654815674, -1.0390443801879883, -1.7069097757339478, -1.8439078330993652, -1.3472900390625, -0.8849216103553772, -1.2102919816970825, -1.1246682405471802, -1.1760424375534058, -0.7821730971336365, -0.7992978096008301, -0.7307988405227661, -0.7821730971336365, -0.6965492963790894, -1.0904186964035034, -0.7307988405227661, -0.9362958669662476, -0.8506720662117004, -0.42255327105522156, -0.7992978096008301, -0.645175039768219, -0.7650483250617981, -0.9191710948944092, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.610925555229187, -0.5938007831573486, -0.9020463228225708, -0.7992978096008301, -0.5081770420074463, -0.5938007831573486, -0.9534205794334412, -0.8677968382835388, -0.4910522699356079, -0.6965492963790894, -0.9534205794334412, -0.645175039768219, -0.40542852878570557, -0.42255327105522156, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.4568027853965759, -0.4568027853965759, -0.3369295001029968, -0.5595512986183167, -0.7650483250617981, -0.31980475783348083, -0.30267998576164246, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.2513057291507721, -0.4910522699356079, -0.4739275276660919, 0.19393795728683472, 0.12543895840644836, 0.15968845784664154, 0.3480607271194458, 0.4850587546825409, 0.5193082690238953, 0.6391815543174744, 0.8789280652999878, 0.9303023219108582, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.2214230298995972, 1.1700488328933716, -0.5938007831573486, -1.6384108066558838, -1.8096582889556885, -1.8952820301055908, -1.946656346321106, -1.9295315742492676, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.79253351688385, -1.7240345478057861, -1.073293924331665, -1.8096582889556885, -0.8506720662117004, 0.7419300675392151, 1.4097954034805298, 1.2214230298995972, 1.1700488328933716, 1.7351655960083008, 1.6837913990020752, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.2899221181869507, 1.444044828414917, 1.4269200563430786, 1.0844250917434692, -0.4739275276660919, 1.0330508947372437, 0.7419300675392151, 0.26243698596954346, 0.2110627144575119, -0.28555524349212646, -0.09718296676874161, -0.3883037567138672, 0.091189444065094, -0.30267998576164246, -0.09718296676874161, -0.40542852878570557, -0.14855723083019257, -0.3711790144443512, -0.6794245839118958, -0.43967801332473755, 0.15968845784664154, -0.610925555229187, -0.8677968382835388, 1.7351655960083008, 1.9235379695892334], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5364330410957336, 0.7248052954673767, 1.255672574043274, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 1.0844250917434692, 0.056939806789159775, -0.8506720662117004, -0.9020463228225708, -0.4739275276660919, -0.08005820959806442, -0.14855723083019257, -0.9191710948944092, -1.604161262512207, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -2.0494048595428467, -2.0665295124053955, -2.1007792949676514, -2.1179039478302, -1.946656346321106, -0.8677968382835388, -0.43967801332473755, -0.5253018140792847, -1.0047948360443115, -1.6897850036621094, -2.0836544036865234, -2.1179039478302, -1.8439078330993652, -1.6897850036621094, -1.79253351688385, -1.6897850036621094, -1.9809058904647827, -1.946656346321106, -2.1007792949676514, -1.8096582889556885, -1.535662293434143, -1.535662293434143, -1.6555355787277222, -2.1179039478302, -1.8952820301055908, -1.6212860345840454, -1.484287977218628, -1.79253351688385, -1.9295315742492676, -1.946656346321106, -1.8610326051712036, -1.9980305433273315, -2.1179039478302, -1.2102919816970825, 1.0501755475997925, 1.5125439167022705, 1.6495418548583984, 1.8036646842956543, 1.4611696004867554, -2.0665295124053955, -2.0494048595428467, -1.535662293434143, -1.6212860345840454, -1.484287977218628, -1.2787909507751465, -2.0836544036865234, -2.032280206680298, -0.645175039768219, -1.1589176654815674, -0.9705453515052795, -0.9191710948944092, -0.8506720662117004, -1.7754088640213013, -1.4671632051467896, -1.2787909507751465, -1.261666178703308, -1.1246682405471802, -1.02191960811615, -1.0561691522598267, -0.645175039768219, -0.9191710948944092, -0.8677968382835388, -1.1075434684753418, -0.8506720662117004, -0.5595512986183167, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.6280503273010254, -0.8335473537445068, -0.645175039768219, -0.7307988405227661, -0.7650483250617981, -0.6622998118400574, -0.6965492963790894, -0.576676070690155, -0.3883037567138672, -0.5424265265464783, -0.9876701235771179, -0.8335473537445068, -0.610925555229187, -0.8849216103553772, -0.576676070690155, -0.6794245839118958, -0.7650483250617981, -0.8164225816726685, -0.09718296676874161, -0.19993148744106293, -0.14855723083019257, -0.3369295001029968, -0.2513057291507721, -0.19993148744106293, -0.21705622971057892, -0.42255327105522156, -0.21705622971057892, 0.12543895840644836, -0.43967801332473755, -0.31980475783348083, -0.43967801332473755, 0.14256370067596436, -0.13143247365951538, 0.4508092403411865, 0.29668647050857544, 0.5364330410957336, 0.5706825256347656, 0.810429036617279, 0.9645518660545349, 0.9303023219108582, 1.2899221181869507, 1.3584210872650146, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.375545859336853, 0.5364330410957336, -1.073293924331665, -1.8096582889556885, -1.7754088640213013, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.8610326051712036, -1.8610326051712036, -1.7754088640213013, -1.8267830610275269, -1.878157377243042, -1.535662293434143, -1.758284091949463, -1.5699117183685303, -0.8335473537445068, 0.9474270939826965, -1.2959157228469849, 0.7248052954673767, 1.1529240608215332, 1.6152924299240112, 1.4954191446304321, 1.5981676578521729, 1.6495418548583984, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.1700488328933716, 0.5535577535629272, 1.2042982578277588, 1.18717360496521, 0.7933043241500854, 0.10831420123577118, -0.28555524349212646, 0.091189444065094, -0.08005820959806442, -0.09718296676874161, 0.091189444065094, 0.0740646943449974, -0.3369295001029968, -0.2513057291507721, -0.08005820959806442, -0.18280673027038574, -0.045808710157871246, -0.5081770420074463, -0.4568027853965759, -0.31980475783348083, 1.7694151401519775, 1.786539912223816], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.6905558109283447, 1.1529240608215332, 1.5981676578521729, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4097954034805298, 1.0673003196716309, 0.17681321501731873, -0.5595512986183167, -0.7307988405227661, -0.7821730971336365, -0.3711790144443512, 0.12543895840644836, 0.19393795728683472, -0.6622998118400574, -1.5870364904403687, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9637811183929443, -1.9980305433273315, -2.032280206680298, -2.0665295124053955, -1.8610326051712036, -0.9876701235771179, -0.7479235529899597, -0.6965492963790894, -0.7479235529899597, -1.3472900390625, -1.8610326051712036, -2.1179039478302, -1.9124068021774292, -1.7411593198776245, -1.8439078330993652, -1.604161262512207, -1.5185375213623047, -1.9809058904647827, -2.0665295124053955, -1.9809058904647827, -2.1179039478302, -1.8267830610275269, -1.6384108066558838, -2.0836544036865234, -2.1179039478302, -2.0494048595428467, -2.032280206680298, -1.535662293434143, -1.758284091949463, -2.0836544036865234, -2.0836544036865234, -1.604161262512207, -0.8164225816726685, 1.375545859336853, 1.5981676578521729, 1.8207894563674927, 1.8036646842956543, -0.5595512986183167, -1.8267830610275269, -2.0665295124053955, -1.79253351688385, -1.5185375213623047, -1.9637811183929443, -1.9809058904647827, -2.032280206680298, -0.9020463228225708, -1.3130404949188232, -1.2787909507751465, -1.2445415258407593, -1.3301652669906616, -2.0665295124053955, -1.4671632051467896, -1.073293924331665, -1.5014127492904663, -1.4671632051467896, -1.4671632051467896, -0.8506720662117004, -0.9876701235771179, -0.9876701235771179, -1.0390443801879883, -0.7821730971336365, -0.645175039768219, -0.9705453515052795, -0.8506720662117004, -0.6965492963790894, -0.9876701235771179, -0.8506720662117004, -1.1589176654815674, -0.8164225816726685, -0.7821730971336365, -0.9534205794334412, -0.7650483250617981, -0.4739275276660919, -1.1075434684753418, -0.5424265265464783, -0.6280503273010254, -0.7307988405227661, -0.7821730971336365, -0.5081770420074463, -0.610925555229187, -0.5081770420074463, -0.576676070690155, -0.8677968382835388, -0.6280503273010254, -0.6794245839118958, -0.6280503273010254, -0.610925555229187, -0.8164225816726685, -0.610925555229187, -0.610925555229187, -0.3883037567138672, -0.40542852878570557, -0.4568027853965759, -0.40542852878570557, -0.19993148744106293, -0.1143077164888382, 0.0055655487813055515, -0.28555524349212646, -0.16568197309970856, -0.011559205129742622, -0.40542852878570557, -0.30267998576164246, -0.09718296676874161, -0.5938007831573486, 0.27956172823905945, 0.29668647050857544, 0.17681321501731873, 0.39943498373031616, 0.5193082690238953, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.18717360496521, 1.2214230298995972, 1.1529240608215332, 1.255672574043274, -0.08005820959806442, -1.4329137802124023, -1.8096582889556885, -1.8439078330993652, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.7411593198776245, -1.758284091949463, -1.79253351688385, -1.6555355787277222, -1.7411593198776245, -0.7992978096008301, 0.3138112425804138, 0.24531221389770508, 0.2281874716281891, 0.9131776094436646, -0.9020463228225708, -0.16568197309970856, 1.2385478019714355, 1.18717360496521, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.444044828414917, 1.3926706314086914, 1.5467933416366577, 1.3412963151931763, 1.4269200563430786, 1.2385478019714355, 1.2727973461151123, 0.8789280652999878, 0.2281874716281891, -0.31980475783348083, 0.15968845784664154, -0.3369295001029968, -0.3369295001029968, -0.2684305012226105, -0.045808710157871246, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.0740646943449974, 0.10831420123577118, -0.6622998118400574, -0.3540542721748352, 0.3480607271194458, 1.8036646842956543, 1.786539912223816], [1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 1.2214230298995972, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4611696004867554, 1.2214230298995972, 0.19393795728683472, -0.5253018140792847, -0.4739275276660919, -0.6794245839118958, -0.9191710948944092, -0.28555524349212646, 0.2281874716281891, 0.12543895840644836, -0.7650483250617981, -1.6212860345840454, -1.878157377243042, -1.9809058904647827, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -2.1179039478302, -1.8952820301055908, -1.261666178703308, -0.9191710948944092, -0.9876701235771179, -0.9020463228225708, -1.261666178703308, -1.878157377243042, -2.0836544036865234, -2.0665295124053955, -1.758284091949463, -1.8610326051712036, -1.8096582889556885, -1.3815394639968872, -1.5014127492904663, -1.8267830610275269, -1.9980305433273315, -1.8267830610275269, -1.5014127492904663, -1.7754088640213013, -1.9809058904647827, -2.0836544036865234, -1.8952820301055908, -1.7240345478057861, -1.7754088640213013, -1.8267830610275269, -1.9637811183929443, -2.1179039478302, -2.1007792949676514, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, -0.9362958669662476, -1.5870364904403687, -1.672660231590271, -2.1179039478302, -2.1007792949676514, -1.3815394639968872, -0.8506720662117004, -0.9362958669662476, -1.2787909507751465, -1.604161262512207, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -1.7754088640213013, -1.5527870655059814, -1.073293924331665, -1.1246682405471802, -0.9705453515052795, -1.2445415258407593, -1.2102919816970825, -1.1075434684753418, -0.645175039768219, -1.0390443801879883, -0.8164225816726685, -0.9705453515052795, -1.02191960811615, -0.7479235529899597, -1.073293924331665, -0.6965492963790894, -0.7136740684509277, -0.8677968382835388, -0.8849216103553772, -0.4568027853965759, -1.073293924331665, -0.3540542721748352, -0.576676070690155, -0.6622998118400574, -0.7136740684509277, -0.7136740684509277, -0.5424265265464783, -0.7992978096008301, -0.6965492963790894, -0.8849216103553772, -0.6965492963790894, -0.9191710948944092, -0.8677968382835388, -1.02191960811615, -0.5253018140792847, -0.3540542721748352, -0.4568027853965759, -0.9020463228225708, -0.7479235529899597, -0.3369295001029968, -0.30267998576164246, -0.13143247365951538, -0.5595512986183167, -0.9020463228225708, -0.7136740684509277, -0.42255327105522156, 0.15968845784664154, 0.12543895840644836, 0.03981505334377289, -0.2513057291507721, -0.02868395671248436, 0.12543895840644836, -0.19993148744106293, 0.15968845784664154, 0.26243698596954346, 0.6905558109283447, 0.6391815543174744, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 1.2214230298995972, 1.2899221181869507, 1.0844250917434692, 1.2727973461151123, 1.0844250917434692, 0.4679340124130249, -0.7992978096008301, -0.576676070690155, -1.7754088640213013, -1.8439078330993652, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.878157377243042, -1.8610326051712036, -1.7411593198776245, -1.8439078330993652, -1.227416753768921, -1.3301652669906616, 1.1700488328933716, 1.2385478019714355, 1.444044828414917, 0.27956172823905945, 1.7694151401519775, -0.08005820959806442, -1.141792893409729, 0.5021834969520569, 1.4097954034805298, 1.444044828414917, 1.563918113708496, 1.2899221181869507, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, -0.16568197309970856, -0.42255327105522156, -0.09718296676874161, -0.5424265265464783, -0.31980475783348083, -0.21705622971057892, -0.16568197309970856, -0.21705622971057892, -0.2684305012226105, -0.31980475783348083, 0.14256370067596436, -0.28555524349212646, -0.40542852878570557, -0.40542852878570557, 0.7248052954673767, 1.8207894563674927, 1.7351655960083008], [1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.7590547800064087, 0.7248052954673767, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.8618032932281494, 1.4611696004867554, 1.6495418548583984, 1.7009161710739136, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.375545859336853, 1.1357992887496948, 0.3309359848499298, -0.30267998576164246, -0.18280673027038574, -0.40542852878570557, -1.1931672096252441, -1.1075434684753418, -0.2513057291507721, 0.14256370067596436, -0.18280673027038574, -1.073293924331665, -1.7069097757339478, -1.8439078330993652, -2.032280206680298, -2.1179039478302, -2.0836544036865234, -2.01515531539917, -1.9637811183929443, -1.261666178703308, -0.9191710948944092, -1.02191960811615, -0.8506720662117004, -0.7307988405227661, -1.4671632051467896, -1.9124068021774292, -2.1179039478302, -1.9124068021774292, -1.8267830610275269, -2.0494048595428467, -1.7069097757339478, -1.9980305433273315, -1.7240345478057861, -1.8439078330993652, -2.1007792949676514, -1.5699117183685303, -1.6212860345840454, -1.9809058904647827, -2.1007792949676514, -2.1179039478302, -1.8952820301055908, -1.8439078330993652, -1.535662293434143, -1.6212860345840454, 0.4850587546825409, 1.3070467710494995, 1.4782943725585938, 1.101549744606018, -1.1246682405471802, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -1.9637811183929443, -1.4500385522842407, -1.415789008140564, -1.5185375213623047, -1.0047948360443115, -2.032280206680298, -2.0836544036865234, -0.7992978096008301, -0.8677968382835388, -0.8506720662117004, -0.9362958669662476, -1.6384108066558838, -1.6897850036621094, -1.1760424375534058, -1.1589176654815674, -1.02191960811615, -1.2102919816970825, -1.02191960811615, -1.0904186964035034, -0.9020463228225708, -0.7992978096008301, -1.1931672096252441, -0.7821730971336365, -1.2787909507751465, -1.0047948360443115, -1.0047948360443115, -0.9705453515052795, -1.2787909507751465, -0.4910522699356079, -1.227416753768921, -0.40542852878570557, -0.8849216103553772, -0.9191710948944092, -0.4910522699356079, -0.7136740684509277, -0.5595512986183167, -0.5253018140792847, -1.0047948360443115, -0.5938007831573486, -0.645175039768219, -0.7479235529899597, -0.8164225816726685, -0.5938007831573486, -0.7650483250617981, -0.8506720662117004, -0.8164225816726685, -0.6965492963790894, -0.7479235529899597, -0.7650483250617981, -0.610925555229187, -0.3540542721748352, -0.06293346732854843, -0.045808710157871246, -0.02868395671248436, -0.011559205129742622, -0.011559205129742622, 0.14256370067596436, 0.03981505334377289, -0.3369295001029968, -0.19993148744106293, 0.14256370067596436, -0.1143077164888382, 0.12543895840644836, 0.19393795728683472, 0.24531221389770508, 0.3651854991912842, 0.6734310388565063, 0.7590547800064087, 0.9645518660545349, 0.8275538086891174, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 0.4679340124130249, -1.227416753768921, -1.5527870655059814, -1.9980305433273315, -1.9124068021774292, -1.8952820301055908, -1.7240345478057861, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.415789008140564, -0.8849216103553772, 0.6391815543174744, 1.4954191446304321, 1.7694151401519775, 1.7522903680801392, 1.3412963151931763, 1.8721636533737183, 1.6495418548583984, -1.7411593198776245, -1.878157377243042, -0.08005820959806442, 1.5125439167022705, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.375545859336853, 1.444044828414917, 1.0501755475997925, 1.5125439167022705, 1.375545859336853, 0.14256370067596436, 0.3309359848499298, 0.056939806789159775, 0.2281874716281891, -0.3711790144443512, -0.2684305012226105, -0.43967801332473755, -0.40542852878570557, 0.056939806789159775, 0.02269030176103115, -0.3711790144443512, -0.5595512986183167, -0.7821730971336365, -0.18280673027038574, 1.0330508947372437, 1.786539912223816, 1.718040943145752], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 1.0844250917434692, 1.5467933416366577, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6152924299240112, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.1700488328933716, 0.41655975580215454, -0.31980475783348083, -0.2684305012226105, -0.06293346732854843, -0.6965492963790894, -1.535662293434143, -1.0047948360443115, -0.08005820959806442, 0.24531221389770508, -0.4739275276660919, -1.4329137802124023, -1.79253351688385, -1.8952820301055908, -2.0665295124053955, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.0390443801879883, -0.8849216103553772, -1.0047948360443115, -0.9362958669662476, -0.7307988405227661, -1.0904186964035034, -1.946656346321106, -2.1179039478302, -1.9124068021774292, -1.6384108066558838, -1.9124068021774292, -1.79253351688385, -1.535662293434143, -1.535662293434143, -1.9980305433273315, -1.9809058904647827, -1.8952820301055908, -2.0836544036865234, -2.032280206680298, -2.0494048595428467, -2.01515531539917, -1.9637811183929443, -2.0494048595428467, -1.79253351688385, 0.8275538086891174, 1.6495418548583984, 1.786539912223816, 1.8721636533737183, 1.5810428857803345, -1.8096582889556885, -2.032280206680298, -1.9637811183929443, -1.9295315742492676, -2.01515531539917, -2.0836544036865234, -1.9980305433273315, -2.1179039478302, -2.0836544036865234, -1.4671632051467896, -1.415789008140564, -1.3130404949188232, -1.3130404949188232, -1.1931672096252441, -1.3986642360687256, -1.4500385522842407, -1.0047948360443115, -1.6897850036621094, -1.1760424375534058, -1.1246682405471802, -1.0904186964035034, -1.1589176654815674, -1.0047948360443115, -0.9876701235771179, -1.02191960811615, -1.0390443801879883, -1.073293924331665, -1.1246682405471802, -1.3815394639968872, -0.8335473537445068, -1.2959157228469849, -0.7479235529899597, -0.9191710948944092, -1.02191960811615, -1.02191960811615, -1.0390443801879883, -1.1760424375534058, -1.415789008140564, -0.7479235529899597, -0.6965492963790894, -0.7992978096008301, -0.6794245839118958, -0.6794245839118958, -0.8849216103553772, -0.6280503273010254, -0.3369295001029968, -0.21705622971057892, -0.43967801332473755, -0.4739275276660919, -0.645175039768219, -0.4568027853965759, -0.3711790144443512, -0.6622998118400574, -0.7307988405227661, -0.31980475783348083, -0.9191710948944092, -0.5253018140792847, -0.4568027853965759, 0.03981505334377289, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.09718296676874161, 0.15968845784664154, 0.3651854991912842, 0.19393795728683472, 0.3309359848499298, 0.5021834969520569, 0.622056782245636, 0.7590547800064087, 0.9303023219108582, 1.1186745166778564, 1.3584210872650146, 1.2214230298995972, 1.2385478019714355, 1.0159261226654053, 0.0740646943449974, -0.6280503273010254, -1.9637811183929443, -1.9295315742492676, -1.9980305433273315, -1.8952820301055908, -1.6212860345840454, -1.6897850036621094, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.6555355787277222, -1.6555355787277222, -0.7821730971336365, 0.26243698596954346, 1.1357992887496948, 1.4782943725585938, 1.7522903680801392, 1.786539912223816, 1.6666666269302368, 1.8379141092300415, 1.9577873945236206, -0.9876701235771179, -1.8267830610275269, -0.9362958669662476, -1.9809058904647827, -1.758284091949463, 0.03981505334377289, 1.6837913990020752, 1.3926706314086914, 1.2385478019714355, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.375545859336853, 1.3070467710494995, 1.5467933416366577, 1.4611696004867554, 0.8789280652999878, 0.7933043241500854, 0.43368449807167053, -0.2341809868812561, -0.4910522699356079, -0.3883037567138672, -0.21705622971057892, -0.3540542721748352, -0.1143077164888382, 0.091189444065094, 0.0055655487813055515, -0.4739275276660919, -0.7650483250617981, -0.5424265265464783, 1.3070467710494995, 1.6666666269302368, 1.786539912223816], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 1.18717360496521, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.3584210872650146, 1.1186745166778564, 0.3480607271194458, -0.3711790144443512, -0.3711790144443512, -0.08005820959806442, -0.18280673027038574, -1.227416753768921, -1.415789008140564, -0.4910522699356079, -0.06293346732854843, -0.19993148744106293, -0.9020463228225708, -1.7069097757339478, -1.8439078330993652, -1.8096582889556885, -1.946656346321106, -2.0665295124053955, -2.01515531539917, -1.3130404949188232, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8164225816726685, -0.7650483250617981, -1.6897850036621094, -2.1179039478302, -2.032280206680298, -1.8610326051712036, -1.8096582889556885, -2.0836544036865234, -1.9124068021774292, -1.6212860345840454, -1.535662293434143, -1.8610326051712036, -1.9637811183929443, -1.79253351688385, -1.8610326051712036, -2.0494048595428467, -2.0836544036865234, -1.8267830610275269, -1.672660231590271, 1.2727973461151123, 1.6666666269302368, 1.8379141092300415, -0.2341809868812561, -1.9980305433273315, -2.1179039478302, -1.2959157228469849, -1.672660231590271, -1.2959157228469849, -1.2445415258407593, -1.3472900390625, -2.1179039478302, -0.8506720662117004, -0.9876701235771179, -1.3472900390625, -1.8610326051712036, -2.1007792949676514, -1.604161262512207, -1.2445415258407593, -1.3130404949188232, -1.0047948360443115, -1.1760424375534058, -1.415789008140564, -1.227416753768921, -1.3130404949188232, -1.141792893409729, -1.1075434684753418, -1.0047948360443115, -1.1246682405471802, -1.0561691522598267, -1.1760424375534058, -1.227416753768921, -1.1075434684753418, -1.415789008140564, -0.8849216103553772, -1.073293924331665, -1.415789008140564, -1.141792893409729, -1.3130404949188232, -1.3986642360687256, -1.0561691522598267, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -0.9020463228225708, -0.9191710948944092, -1.0904186964035034, -0.7821730971336365, -0.6622998118400574, -0.8849216103553772, -0.9534205794334412, -0.645175039768219, -1.2445415258407593, -1.5185375213623047, -1.7240345478057861, -1.1931672096252441, -1.2102919816970825, -1.2959157228469849, -0.8335473537445068, -0.8506720662117004, -0.7479235529899597, -0.8164225816726685, -0.30267998576164246, -0.4739275276660919, -0.43967801332473755, -0.08005820959806442, 0.2281874716281891, 0.056939806789159775, 0.17681321501731873, 0.4679340124130249, 0.622056782245636, 0.7419300675392151, 0.7419300675392151, 1.0501755475997925, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.4097954034805298, 1.0501755475997925, 0.056939806789159775, -0.9705453515052795, -1.9809058904647827, -1.9809058904647827, -1.9637811183929443, -1.8267830610275269, -1.9124068021774292, -1.878157377243042, -1.672660231590271, -1.8610326051712036, -1.8439078330993652, -1.672660231590271, -1.3472900390625, -0.9876701235771179, 0.24531221389770508, 0.6391815543174744, 1.1186745166778564, 1.4269200563430786, 1.906413197517395, 1.9406627416610718, 1.8207894563674927, 1.8379141092300415, 1.9920369386672974, 1.7009161710739136, -0.8506720662117004, -1.2959157228469849, -1.415789008140564, -1.8610326051712036, -1.8610326051712036, -1.9809058904647827, -0.610925555229187, 1.375545859336853, 1.18717360496521, 1.4097954034805298, 1.255672574043274, 1.3584210872650146, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.255672574043274, 0.8446785807609558, -0.3369295001029968, -0.4739275276660919, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.19393795728683472, 0.19393795728683472, 0.656306266784668, -0.21705622971057892, -0.4568027853965759, -0.4568027853965759, -0.2684305012226105, 1.6152924299240112, 1.6495418548583984, 1.7351655960083008], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 1.444044828414917, 1.6152924299240112, 1.6495418548583984, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 0.4679340124130249, -0.31980475783348083, -0.7136740684509277, -0.40542852878570557, 0.0055655487813055515, -0.9362958669662476, -1.3644146919250488, -0.4739275276660919, -0.5081770420074463, -0.5081770420074463, -0.6280503273010254, -1.1760424375534058, -1.9295315742492676, -1.7754088640213013, -1.9637811183929443, -2.0665295124053955, -2.1179039478302, -1.6384108066558838, -0.9534205794334412, -1.2102919816970825, -1.3815394639968872, -1.3301652669906616, -0.8677968382835388, -1.3130404949188232, -2.0836544036865234, -1.9637811183929443, -1.6212860345840454, -1.79253351688385, -1.946656346321106, -1.8610326051712036, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.032280206680298, -2.032280206680298, -1.8610326051712036, -1.9809058904647827, -2.032280206680298, 1.101549744606018, 1.255672574043274, 1.5810428857803345, 0.587807297706604, -2.1007792949676514, -2.0665295124053955, -1.415789008140564, -1.6384108066558838, -1.5527870655059814, -1.4671632051467896, -2.0836544036865234, -1.9980305433273315, -1.3130404949188232, -1.4500385522842407, -1.1760424375534058, -2.1007792949676514, -1.1760424375534058, -1.1246682405471802, -1.2102919816970825, -1.2959157228469849, -1.3644146919250488, -1.2445415258407593, -1.3301652669906616, -1.2102919816970825, -1.415789008140564, -1.1246682405471802, -1.1760424375534058, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.1760424375534058, -1.2445415258407593, -1.4329137802124023, -1.3815394639968872, -1.1931672096252441, -1.3986642360687256, -1.3815394639968872, -1.1931672096252441, -1.2102919816970825, -1.227416753768921, -0.9020463228225708, -1.3644146919250488, -0.8849216103553772, -1.0904186964035034, -1.0047948360443115, -0.6794245839118958, -0.9876701235771179, -1.3815394639968872, -0.9534205794334412, -1.02191960811615, -0.7992978096008301, -0.7479235529899597, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.6280503273010254, -0.7307988405227661, -0.7650483250617981, -0.7479235529899597, -0.8506720662117004, -0.5253018140792847, -0.7479235529899597, -0.2513057291507721, -0.4568027853965759, -0.8677968382835388, -0.19993148744106293, -0.011559205129742622, -0.011559205129742622, 0.5193082690238953, 0.27956172823905945, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 1.0330508947372437, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 0.7248052954673767, 0.12543895840644836, 0.2110627144575119, -0.9876701235771179, -1.946656346321106, -2.01515531539917, -2.032280206680298, -1.946656346321106, -1.8952820301055908, -1.8267830610275269, -1.8439078330993652, -1.7411593198776245, -1.8439078330993652, -1.672660231590271, -1.1931672096252441, -1.1760424375534058, -0.3369295001029968, 0.8789280652999878, 1.2042982578277588, 1.4097954034805298, 1.5125439167022705, 1.974912166595459, 1.5981676578521729, 1.8036646842956543, 1.8721636533737183, 1.7009161710739136, 0.2281874716281891, -1.5870364904403687, -1.878157377243042, -1.8267830610275269, -1.79253351688385, -1.6212860345840454, -2.01515531539917, -1.604161262512207, 1.1700488328933716, 1.0673003196716309, 1.2385478019714355, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3926706314086914, 0.9303023219108582, 0.27956172823905945, 0.12543895840644836, -0.09718296676874161, 0.2281874716281891, -0.08005820959806442, 0.12543895840644836, -0.30267998576164246, -0.5253018140792847, 0.41655975580215454, -0.3711790144443512, -0.09718296676874161, -0.09718296676874161, -0.28555524349212646, 1.5467933416366577, 1.5810428857803345, 1.6666666269302368], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 1.101549744606018, 1.4954191446304321, 1.6152924299240112, 1.7009161710739136, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.0330508947372437, 0.5193082690238953, -0.16568197309970856, -1.02191960811615, -0.6965492963790894, -0.21705622971057892, -0.8164225816726685, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.7479235529899597, -0.5424265265464783, -0.610925555229187, -1.4329137802124023, -1.758284091949463, -1.7411593198776245, -1.8952820301055908, -2.1179039478302, -1.9124068021774292, -1.0904186964035034, -1.2787909507751465, -1.3472900390625, -1.261666178703308, -0.9362958669662476, -0.9876701235771179, -2.0836544036865234, -2.01515531539917, -1.7069097757339478, -1.6897850036621094, -1.9980305433273315, -1.878157377243042, -1.7240345478057861, -1.5870364904403687, -1.9980305433273315, -2.0665295124053955, -1.9637811183929443, -1.79253351688385, -0.2684305012226105, 1.1529240608215332, 1.4269200563430786, 1.563918113708496, 1.8379141092300415, 0.4679340124130249, -2.0665295124053955, -2.1179039478302, -2.0665295124053955, -1.7411593198776245, -1.7411593198776245, -2.0836544036865234, -1.4500385522842407, -1.3130404949188232, -1.2959157228469849, -2.01515531539917, -1.261666178703308, -1.1246682405471802, -1.227416753768921, -1.073293924331665, -1.4500385522842407, -1.073293924331665, -1.3472900390625, -1.484287977218628, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.5870364904403687, -1.1589176654815674, -1.0904186964035034, -1.2102919816970825, -1.02191960811615, -1.415789008140564, -1.415789008140564, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -0.8164225816726685, -1.3472900390625, -1.0904186964035034, -0.9020463228225708, -1.2787909507751465, -1.0390443801879883, -1.3815394639968872, -0.9020463228225708, -0.7136740684509277, -0.6965492963790894, -0.8164225816726685, -0.8849216103553772, -0.5595512986183167, -0.7136740684509277, -0.8506720662117004, -0.6965492963790894, -0.8164225816726685, -0.5595512986183167, -0.5595512986183167, -0.6794245839118958, -0.5595512986183167, -0.40542852878570557, -0.3883037567138672, -1.0561691522598267, -1.3130404949188232, -0.28555524349212646, -0.02868395671248436, 0.26243698596954346, -0.045808710157871246, 0.27956172823905945, 0.10831420123577118, 0.3651854991912842, 0.4508092403411865, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.9988013505935669, 1.2899221181869507, 0.9816765785217285, 1.2385478019714355, 1.375545859336853, 0.3138112425804138, -0.9705453515052795, -1.9124068021774292, -1.9295315742492676, -2.01515531539917, -2.0494048595428467, -2.0494048595428467, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.604161262512207, -1.484287977218628, -1.3472900390625, -0.3883037567138672, 0.8960528373718262, 1.2214230298995972, 1.63241708278656, 1.444044828414917, 1.6837913990020752, 1.63241708278656, 1.718040943145752, 1.8207894563674927, 1.8721636533737183, 1.3926706314086914, -1.0561691522598267, -1.9124068021774292, -1.8267830610275269, -1.7069097757339478, -1.604161262512207, -1.4329137802124023, -1.5014127492904663, -2.0665295124053955, -1.0904186964035034, 0.7248052954673767, 1.4611696004867554, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.375545859336853, 0.38231024146080017, 0.656306266784668, 0.5364330410957336, 0.43368449807167053, -0.13143247365951538, -0.09718296676874161, -0.30267998576164246, 0.0740646943449974, -0.3711790144443512, -0.011559205129742622, -0.2513057291507721, -0.02868395671248436, 0.4679340124130249, 0.19393795728683472, 1.563918113708496, 1.5810428857803345, 1.5981676578521729], [1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 1.18717360496521, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.0501755475997925, 0.4508092403411865, -0.16568197309970856, -1.1075434684753418, -1.2102919816970825, -0.6622998118400574, -0.8677968382835388, -1.0047948360443115, -0.9705453515052795, -0.9362958669662476, -1.0047948360443115, -0.9020463228225708, -0.5938007831573486, -0.7479235529899597, -1.604161262512207, -1.8952820301055908, -1.878157377243042, -2.0665295124053955, -1.9637811183929443, -1.2787909507751465, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.261666178703308, -1.261666178703308, -2.01515531539917, -1.758284091949463, -1.7754088640213013, -1.9124068021774292, -1.9809058904647827, -1.8952820301055908, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -2.0494048595428467, -2.0665295124053955, -0.8164225816726685, 1.5296685695648193, 1.718040943145752, 1.8207894563674927, 0.2110627144575119, -2.032280206680298, -1.5014127492904663, -1.4671632051467896, -1.227416753768921, -0.9705453515052795, -1.261666178703308, -1.9637811183929443, -2.032280206680298, -2.032280206680298, -2.1007792949676514, -1.9295315742492676, -1.535662293434143, -1.261666178703308, -1.4671632051467896, -1.484287977218628, -1.2787909507751465, -1.261666178703308, -1.1589176654815674, -1.3472900390625, -1.1075434684753418, -1.3301652669906616, -1.3472900390625, -1.1760424375534058, -1.227416753768921, -1.415789008140564, -1.3986642360687256, -1.415789008140564, -1.227416753768921, -1.1246682405471802, -1.1760424375534058, -1.0561691522598267, -1.2102919816970825, -1.3301652669906616, -1.1760424375534058, -1.0904186964035034, -1.1246682405471802, -1.261666178703308, -1.1075434684753418, -1.141792893409729, -0.9705453515052795, -0.9876701235771179, -0.9191710948944092, -0.9191710948944092, -0.9876701235771179, -0.7307988405227661, -0.7479235529899597, -0.8849216103553772, -0.7136740684509277, -0.6280503273010254, -0.8849216103553772, -1.02191960811615, -0.6794245839118958, -0.8164225816726685, -0.5938007831573486, -0.40542852878570557, -0.13143247365951538, -0.3540542721748352, -0.09718296676874161, -0.3369295001029968, -0.19993148744106293, 0.0055655487813055515, 0.24531221389770508, 0.3309359848499298, 0.6049320101737976, 0.5364330410957336, 0.8618032932281494, 0.6049320101737976, 1.2042982578277588, 1.1700488328933716, 1.324171543121338, 1.324171543121338, 0.9988013505935669, 0.8618032932281494, -1.5699117183685303, -1.8267830610275269, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0494048595428467, -1.9980305433273315, -1.8952820301055908, -1.9124068021774292, -1.79253351688385, -1.6555355787277222, -1.7240345478057861, -0.8506720662117004, -0.645175039768219, 0.622056782245636, 1.0501755475997925, 1.3584210872650146, 1.6666666269302368, 1.7009161710739136, 1.7522903680801392, 1.8721636533737183, 1.786539912223816, 1.718040943145752, 1.563918113708496, -0.40542852878570557, -1.878157377243042, -1.7069097757339478, -1.7754088640213013, -1.7754088640213013, -0.9020463228225708, -1.6897850036621094, -1.9124068021774292, -1.8610326051712036, 0.6049320101737976, 0.8789280652999878, 1.18717360496521, 1.0159261226654053, 1.2042982578277588, 1.101549744606018, 0.4679340124130249, 0.9816765785217285, 0.41655975580215454, -0.28555524349212646, -0.3883037567138672, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.31980475783348083, 0.0740646943449974, 0.24531221389770508, 0.39943498373031616, 0.5706825256347656, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345], [1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.7761795520782471, 1.3070467710494995, 1.5981676578521729, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.2042982578277588, 0.9645518660545349, 0.24531221389770508, -0.045808710157871246, -0.9191710948944092, -1.3986642360687256, -0.9191710948944092, -1.0904186964035034, -1.1760424375534058, -1.073293924331665, -1.0904186964035034, -1.1589176654815674, -1.141792893409729, -1.0390443801879883, -0.6965492963790894, -0.9705453515052795, -1.8096582889556885, -1.946656346321106, -1.9124068021774292, -2.0665295124053955, -1.5185375213623047, -1.3472900390625, -1.5185375213623047, -1.6897850036621094, -1.5185375213623047, -1.535662293434143, -1.946656346321106, -1.8439078330993652, -1.8610326051712036, -1.9809058904647827, -2.1007792949676514, -1.8439078330993652, -1.7240345478057861, -1.8439078330993652, -2.0494048595428467, -1.7069097757339478, 1.1357992887496948, 1.4611696004867554, 1.7351655960083008, 0.6905558109283447, -1.9637811183929443, -1.5527870655059814, -1.672660231590271, -1.672660231590271, -1.5014127492904663, -1.5185375213623047, -1.946656346321106, -1.0904186964035034, -1.261666178703308, -1.073293924331665, -0.6965492963790894, -0.9705453515052795, -2.032280206680298, -1.3644146919250488, -1.3986642360687256, -1.3644146919250488, -1.141792893409729, -1.227416753768921, -1.261666178703308, -1.2787909507751465, -1.261666178703308, -1.3301652669906616, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.2445415258407593, -1.2787909507751465, -1.227416753768921, -1.261666178703308, -1.261666178703308, -1.1931672096252441, -1.3301652669906616, -1.3472900390625, -1.227416753768921, -1.4500385522842407, -1.0390443801879883, -0.9191710948944092, -1.1931672096252441, -1.1760424375534058, -1.073293924331665, -1.0561691522598267, -0.9534205794334412, -0.8335473537445068, -1.0904186964035034, -1.0390443801879883, -0.8849216103553772, -0.6794245839118958, -0.7307988405227661, -0.7307988405227661, -0.6622998118400574, -0.6794245839118958, -0.8164225816726685, -0.9020463228225708, -0.7307988405227661, -0.9534205794334412, -0.6280503273010254, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.3138112425804138, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.8618032932281494, 0.9131776094436646, 1.2727973461151123, 1.18717360496521, 0.7933043241500854, -0.02868395671248436, -0.02868395671248436, 0.656306266784668, -1.02191960811615, -1.8439078330993652, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -2.032280206680298, -1.9637811183929443, -1.9124068021774292, -1.9295315742492676, -1.8267830610275269, -1.484287977218628, -1.535662293434143, -0.21705622971057892, 0.6391815543174744, 1.18717360496521, 1.4269200563430786, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.4954191446304321, 0.587807297706604, -1.9295315742492676, -1.79253351688385, -1.7411593198776245, -1.878157377243042, -1.9295315742492676, -1.79253351688385, -1.9124068021774292, -2.01515531539917, 0.056939806789159775, 0.7248052954673767, 1.0501755475997925, 1.0844250917434692, 0.8960528373718262, 0.8789280652999878, 0.7076805233955383, 0.43368449807167053, -1.415789008140564, -0.9876701235771179, -0.6622998118400574, 0.29668647050857544, 0.2281874716281891, -0.19993148744106293, -0.3369295001029968, -0.16568197309970856, 0.4679340124130249, 0.4679340124130249, 0.587807297706604, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577], [1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.9131776094436646, 1.4782943725585938, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1186745166778564, 0.8960528373718262, 0.43368449807167053, -0.06293346732854843, -0.18280673027038574, -0.7136740684509277, -1.1075434684753418, -0.8677968382835388, -1.141792893409729, -1.415789008140564, -1.3301652669906616, -1.073293924331665, -1.3986642360687256, -1.484287977218628, -1.261666178703308, -1.141792893409729, -0.7479235529899597, -1.141792893409729, -1.9809058904647827, -1.9637811183929443, -2.1179039478302, -1.5870364904403687, -1.3301652669906616, -1.535662293434143, -1.484287977218628, -1.415789008140564, -1.6555355787277222, -2.0494048595428467, -1.8096582889556885, -1.878157377243042, -2.0665295124053955, -1.9809058904647827, -1.9809058904647827, -1.8267830610275269, -0.4739275276660919, 1.0673003196716309, 1.255672574043274, 1.563918113708496, 1.6495418548583984, 0.6391815543174744, -2.01515531539917, -1.6897850036621094, -1.5185375213623047, -1.3986642360687256, -2.1179039478302, -1.9637811183929443, -1.3130404949188232, -1.415789008140564, -1.3815394639968872, -1.3986642360687256, -1.3301652669906616, -2.1179039478302, -1.5014127492904663, -1.3130404949188232, -1.672660231590271, -1.5527870655059814, -1.5185375213623047, -1.2445415258407593, -1.2787909507751465, -1.2959157228469849, -1.3986642360687256, -1.1931672096252441, -1.141792893409729, -1.3644146919250488, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.3815394639968872, -0.9534205794334412, -1.2445415258407593, -1.2787909507751465, -1.3815394639968872, -1.2102919816970825, -1.3301652669906616, -1.02191960811615, -1.0047948360443115, -1.261666178703308, -1.3130404949188232, -1.0904186964035034, -1.141792893409729, -0.8164225816726685, -0.9876701235771179, -1.0047948360443115, -0.9191710948944092, -0.6622998118400574, -0.6622998118400574, -0.6965492963790894, -0.9534205794334412, -0.5595512986183167, -0.5595512986183167, -0.4910522699356079, -0.7650483250617981, -0.5595512986183167, -0.40542852878570557, -0.9705453515052795, -1.2959157228469849, -0.7136740684509277, -0.8849216103553772, 0.14256370067596436, 0.24531221389770508, 0.091189444065094, 0.622056782245636, 0.3309359848499298, 0.5364330410957336, 0.8446785807609558, 0.656306266784668, 1.0844250917434692, 1.255672574043274, 0.15968845784664154, -0.4739275276660919, -1.7411593198776245, -1.9295315742492676, -1.9295315742492676, -1.9295315742492676, -1.9637811183929443, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -1.8439078330993652, -1.6384108066558838, -1.4671632051467896, -0.6965492963790894, 0.8789280652999878, 1.2214230298995972, 1.5296685695648193, 1.4097954034805298, 1.6495418548583984, 1.7009161710739136, 1.718040943145752, 1.5981676578521729, 1.6837913990020752, 1.3926706314086914, 1.7009161710739136, -1.5870364904403687, -1.79253351688385, -1.7754088640213013, -1.8267830610275269, -1.8267830610275269, -1.8267830610275269, -1.8439078330993652, -1.9637811183929443, 0.4850587546825409, 0.810429036617279, 0.8446785807609558, 1.2042982578277588, 1.2385478019714355, 0.8275538086891174, 0.6049320101737976, -0.9191710948944092, -1.2445415258407593, -1.5527870655059814, -0.4739275276660919, -0.14855723083019257, 0.7933043241500854, -0.06293346732854843, -0.14855723083019257, 0.38231024146080017, 0.3138112425804138, 0.3651854991912842, 0.6391815543174744, 1.3926706314086914, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 1.375545859336853, 1.63241708278656, 1.7009161710739136, 1.718040943145752, 1.7009161710739136, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.0501755475997925, 0.656306266784668, 0.41655975580215454, -0.2513057291507721, -0.21705622971057892, -0.08005820959806442, -0.42255327105522156, -0.5595512986183167, -0.8506720662117004, -1.2102919816970825, -1.6384108066558838, -1.5014127492904663, -1.1760424375534058, -1.2102919816970825, -1.2959157228469849, -1.3472900390625, -1.3472900390625, -1.227416753768921, -0.7821730971336365, -1.5185375213623047, -2.0494048595428467, -1.8952820301055908, -1.4671632051467896, -1.484287977218628, -1.7240345478057861, -1.79253351688385, -1.6555355787277222, -1.9637811183929443, -1.8610326051712036, -1.8096582889556885, -1.946656346321106, -2.032280206680298, -2.1179039478302, -1.0561691522598267, 1.0844250917434692, 1.3926706314086914, 1.6495418548583984, 1.7522903680801392, 1.7522903680801392, -0.7992978096008301, -2.0836544036865234, -2.1179039478302, -2.01515531539917, -1.946656346321106, -2.0665295124053955, -2.0836544036865234, -1.415789008140564, -1.2959157228469849, -1.3472900390625, -1.2787909507751465, -2.01515531539917, -1.8096582889556885, -1.1760424375534058, -1.758284091949463, -1.4329137802124023, -1.5014127492904663, -1.5014127492904663, -1.3815394639968872, -1.4500385522842407, -1.2787909507751465, -1.0390443801879883, -1.227416753768921, -1.3986642360687256, -1.141792893409729, -1.3986642360687256, -1.3130404949188232, -1.1760424375534058, -1.2787909507751465, -1.3130404949188232, -1.227416753768921, -1.3130404949188232, -1.3644146919250488, -1.3130404949188232, -1.3301652669906616, -0.8677968382835388, -1.261666178703308, -1.261666178703308, -1.02191960811615, -0.9876701235771179, -1.0390443801879883, -0.8335473537445068, -0.8164225816726685, -0.7821730971336365, -0.7307988405227661, -0.7479235529899597, -0.5253018140792847, -0.43967801332473755, -0.7650483250617981, -0.4568027853965759, -0.4739275276660919, -0.3711790144443512, -0.16568197309970856, -0.43967801332473755, 0.12543895840644836, -0.011559205129742622, -0.08005820959806442, 0.15968845784664154, 0.056939806789159775, -0.3540542721748352, -0.18280673027038574, 0.056939806789159775, 0.0740646943449974, 0.7590547800064087, 0.9816765785217285, 1.101549744606018, 1.18717360496521, 0.8789280652999878, -0.40542852878570557, -1.0390443801879883, -1.415789008140564, -1.8267830610275269, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9809058904647827, -2.1007792949676514, -1.9980305433273315, -1.9980305433273315, -1.878157377243042, -1.7411593198776245, -1.672660231590271, -0.13143247365951538, 0.622056782245636, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.718040943145752, 1.5125439167022705, 1.7351655960083008, 1.4269200563430786, 1.7351655960083008, 1.7351655960083008, 1.5125439167022705, -0.09718296676874161, -1.9295315742492676, -1.79253351688385, -1.8096582889556885, -1.7754088640213013, -1.9295315742492676, -2.0665295124053955, -1.484287977218628, -1.5014127492904663, 0.29668647050857544, 0.6905558109283447, 0.38231024146080017, 0.9474270939826965, -0.14855723083019257, -0.14855723083019257, -0.5938007831573486, -1.5527870655059814, -1.4500385522842407, -0.18280673027038574, -0.40542852878570557, -0.02868395671248436, -0.19993148744106293, -0.31980475783348083, 0.056939806789159775, 0.38231024146080017, 0.14256370067596436, 0.9816765785217285, 1.2899221181869507, 1.4269200563430786, 1.444044828414917, 1.444044828414917], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 1.18717360496521, 1.6152924299240112, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5296685695648193, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 0.9303023219108582, 0.7590547800064087, 0.5193082690238953, 0.0740646943449974, -0.40542852878570557, -0.42255327105522156, -0.40542852878570557, -0.5595512986183167, -0.8677968382835388, -1.073293924331665, -1.227416753768921, -1.535662293434143, -1.7069097757339478, -1.484287977218628, -1.261666178703308, -1.3301652669906616, -1.3986642360687256, -1.4500385522842407, -1.1931672096252441, -0.9362958669662476, -1.0047948360443115, -1.6212860345840454, -2.1179039478302, -1.604161262512207, -1.3986642360687256, -1.6384108066558838, -1.484287977218628, -1.5527870655059814, -1.946656346321106, -1.9980305433273315, -1.8439078330993652, -1.9124068021774292, -2.1007792949676514, 0.7933043241500854, 1.4097954034805298, 1.6837913990020752, 1.7694151401519775, 1.7522903680801392, 1.0844250917434692, -2.0836544036865234, -2.1179039478302, -1.672660231590271, -1.5699117183685303, -1.4671632051467896, -1.1760424375534058, -1.7754088640213013, -1.9637811183929443, -1.7754088640213013, -2.032280206680298, -2.1179039478302, -2.1007792949676514, -1.6897850036621094, -1.261666178703308, -1.415789008140564, -1.5870364904403687, -1.484287977218628, -1.3986642360687256, -1.3986642360687256, -1.2445415258407593, -1.141792893409729, -1.1760424375534058, -1.261666178703308, -1.2445415258407593, -1.3472900390625, -1.261666178703308, -1.2959157228469849, -0.8849216103553772, -1.1760424375534058, -1.3130404949188232, -1.227416753768921, -1.261666178703308, -1.2445415258407593, -1.2787909507751465, -1.3130404949188232, -1.3644146919250488, -1.3644146919250488, -1.227416753768921, -1.227416753768921, -1.073293924331665, -1.02191960811615, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -1.073293924331665, -0.8849216103553772, -0.7992978096008301, -0.6794245839118958, -0.28555524349212646, -0.2513057291507721, -0.2513057291507721, -0.43967801332473755, -0.30267998576164246, -0.31980475783348083, -0.13143247365951538, 0.03981505334377289, 0.15968845784664154, 0.4850587546825409, 0.587807297706604, 0.3651854991912842, 0.810429036617279, 0.9303023219108582, 1.0673003196716309, 0.8446785807609558, 0.9474270939826965, 1.2214230298995972, 0.7761795520782471, -0.2341809868812561, -0.6794245839118958, -1.3130404949188232, -1.8439078330993652, -1.9124068021774292, -1.946656346321106, -1.946656346321106, -1.946656346321106, -1.9809058904647827, -1.9809058904647827, -1.9295315742492676, -1.9637811183929443, -1.9980305433273315, -1.9637811183929443, -1.4671632051467896, -1.5527870655059814, -0.3540542721748352, 0.43368449807167053, 1.1529240608215332, 1.4097954034805298, 1.3412963151931763, 1.563918113708496, 1.5810428857803345, 1.6495418548583984, 1.4269200563430786, 1.6152924299240112, 1.5296685695648193, 1.8207894563674927, -0.3540542721748352, 1.1700488328933716, -0.3883037567138672, -1.8439078330993652, -2.032280206680298, -2.01515531539917, -1.9980305433273315, -1.7754088640213013, -1.6897850036621094, -2.0665295124053955, -0.4739275276660919, 0.26243698596954346, 0.6905558109283447, 0.6734310388565063, 0.19393795728683472, -1.6384108066558838, -1.9980305433273315, -1.9295315742492676, -1.073293924331665, 0.10831420123577118, 0.5706825256347656, -0.21705622971057892, 0.3138112425804138, -0.08005820959806442, 0.12543895840644836, 0.03981505334377289, -0.13143247365951538, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.3926706314086914, 1.4097954034805298], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.7590547800064087, 1.1529240608215332, 1.6152924299240112, 1.7694151401519775, 1.8036646842956543, 1.7009161710739136, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 0.9645518660545349, 0.810429036617279, 0.5364330410957336, 0.0055655487813055515, -0.576676070690155, -0.5938007831573486, -0.5424265265464783, -0.7136740684509277, -0.7992978096008301, -0.9191710948944092, -1.141792893409729, -1.2787909507751465, -1.484287977218628, -1.6897850036621094, -1.7069097757339478, -1.3986642360687256, -1.4329137802124023, -1.4329137802124023, -1.415789008140564, -1.3472900390625, -1.1760424375534058, -0.9020463228225708, -1.02191960811615, -1.9637811183929443, -1.8439078330993652, -1.6555355787277222, -1.6212860345840454, -1.5527870655059814, -1.7240345478057861, -2.01515531539917, -1.8267830610275269, -1.946656346321106, -1.8096582889556885, 0.8789280652999878, 1.6152924299240112, 1.718040943145752, 1.786539912223816, 1.2727973461151123, -2.0494048595428467, -2.0836544036865234, -1.5699117183685303, -1.6897850036621094, -1.415789008140564, -1.3130404949188232, -1.9980305433273315, -2.0665295124053955, -0.9191710948944092, -1.415789008140564, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.5870364904403687, -1.672660231590271, -1.484287977218628, -1.4500385522842407, -1.1760424375534058, -1.4329137802124023, -1.484287977218628, -1.7754088640213013, -1.3130404949188232, -1.2787909507751465, -1.227416753768921, -1.3301652669906616, -1.3472900390625, -1.261666178703308, -1.1246682405471802, -1.073293924331665, -1.4500385522842407, -1.1075434684753418, -1.415789008140564, -1.3644146919250488, -1.2959157228469849, -1.4329137802124023, -1.0904186964035034, -1.227416753768921, -1.3301652669906616, -1.1931672096252441, -1.261666178703308, -0.9362958669662476, -1.2787909507751465, -1.0390443801879883, -0.8506720662117004, -0.9534205794334412, -0.9876701235771179, -0.7821730971336365, -0.9191710948944092, -0.7650483250617981, -0.4739275276660919, -0.31980475783348083, -0.02868395671248436, -0.14855723083019257, -0.42255327105522156, -0.14855723083019257, 0.15968845784664154, 0.5021834969520569, 0.41655975580215454, 0.3651854991912842, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7590547800064087, 0.8960528373718262, 1.0159261226654053, 1.2385478019714355, 0.7761795520782471, -0.3540542721748352, -1.1246682405471802, -1.6212860345840454, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.946656346321106, -1.9637811183929443, -1.9124068021774292, -1.9124068021774292, -1.1589176654815674, -0.16568197309970856, 0.5021834969520569, -0.6622998118400574, 0.10831420123577118, 0.0740646943449974, 0.656306266784668, 1.5810428857803345, 1.4954191446304321, 1.2727973461151123, 1.444044828414917, 1.5981676578521729, 1.7351655960083008, 1.375545859336853, 1.324171543121338, 1.4097954034805298, 1.2899221181869507, 1.1529240608215332, 1.4611696004867554, 1.5125439167022705, 1.1186745166778564, -0.011559205129742622, -1.7069097757339478, -1.3644146919250488, -2.0494048595428467, -2.0665295124053955, -2.0836544036865234, -2.032280206680298, -0.3540542721748352, 0.7248052954673767, 0.9131776094436646, -1.535662293434143, -2.032280206680298, -1.9637811183929443, -1.7411593198776245, -0.4910522699356079, 0.2281874716281891, 1.1700488328933716, 0.43368449807167053, 0.7248052954673767, 0.4508092403411865, 0.27956172823905945, -0.28555524349212646, 0.38231024146080017, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 1.0330508947372437, 1.5125439167022705, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.5296685695648193, 1.4611696004867554, 1.2899221181869507, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.0330508947372437, 0.8789280652999878, 0.5364330410957336, -0.045808710157871246, -0.5081770420074463, -0.6622998118400574, -0.576676070690155, -0.5938007831573486, -1.1246682405471802, -1.1931672096252441, -1.227416753768921, -1.3815394639968872, -1.4671632051467896, -1.4329137802124023, -1.7754088640213013, -1.79253351688385, -1.4671632051467896, -1.415789008140564, -1.5185375213623047, -1.5699117183685303, -1.5014127492904663, -1.4329137802124023, -1.3130404949188232, -0.8677968382835388, -1.7069097757339478, -1.9295315742492676, -1.758284091949463, -1.8267830610275269, -1.672660231590271, -1.6897850036621094, -2.032280206680298, -1.9980305433273315, 0.7076805233955383, 1.0844250917434692, 1.6495418548583984, 1.8036646842956543, 0.9988013505935669, -2.0494048595428467, -2.1179039478302, -1.604161262512207, -1.6384108066558838, -1.2959157228469849, -1.3130404949188232, -1.9980305433273315, -2.0836544036865234, -0.7821730971336365, -1.3986642360687256, -1.3644146919250488, -1.5185375213623047, -1.5014127492904663, -1.604161262512207, -1.4500385522842407, -1.672660231590271, -1.4500385522842407, -1.5185375213623047, -1.7069097757339478, -1.261666178703308, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.6555355787277222, -1.3472900390625, -1.227416753768921, -1.1589176654815674, -1.3130404949188232, -1.484287977218628, -1.261666178703308, -1.3815394639968872, -1.3986642360687256, -1.1931672096252441, -1.2445415258407593, -1.3472900390625, -1.0390443801879883, -1.227416753768921, -1.0047948360443115, -1.2102919816970825, -1.073293924331665, -1.141792893409729, -1.1589176654815674, -0.9362958669662476, -0.8677968382835388, -0.7479235529899597, -0.6622998118400574, -0.5595512986183167, -0.4568027853965759, -0.2513057291507721, -0.2341809868812561, -0.40542852878570557, -0.2684305012226105, 0.12543895840644836, 0.9303023219108582, 0.29668647050857544, 0.656306266784668, 0.9474270939826965, 0.7761795520782471, 0.9131776094436646, 0.7933043241500854, 0.6734310388565063, 0.38231024146080017, 0.8960528373718262, 0.587807297706604, -0.5081770420074463, -1.227416753768921, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.8610326051712036, -1.878157377243042, -1.5014127492904663, -1.0047948360443115, -0.40542852878570557, 0.8275538086891174, 1.2042982578277588, 0.9816765785217285, 1.255672574043274, 1.4097954034805298, 1.5467933416366577, 1.444044828414917, 1.4954191446304321, 1.4782943725585938, 1.5981676578521729, 1.5296685695648193, 1.7522903680801392, 1.5981676578521729, 1.0501755475997925, 1.2385478019714355, 1.5125439167022705, 1.4954191446304321, 1.7009161710739136, 1.3926706314086914, 0.9988013505935669, 0.6905558109283447, 0.27956172823905945, -0.9191710948944092, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -1.946656346321106, -0.06293346732854843, -1.1589176654815674, -2.1179039478302, -2.0836544036865234, -1.946656346321106, -1.7411593198776245, -0.8849216103553772, 0.3138112425804138, 0.9474270939826965, 0.587807297706604, 0.6391815543174744, 0.5535577535629272, -0.18280673027038574, 0.19393795728683472, 0.7761795520782471, 1.324171543121338, 1.1529240608215332, 1.3070467710494995, 1.3070467710494995, 1.324171543121338], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.7419300675392151, 1.2042982578277588, 1.6495418548583984, 1.786539912223816, 1.7009161710739136, 1.63241708278656, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5296685695648193, 1.3412963151931763, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 0.9645518660545349, 0.7590547800064087, 0.3651854991912842, -0.31980475783348083, -0.610925555229187, -0.43967801332473755, -0.28555524349212646, -1.2445415258407593, -1.535662293434143, -1.5870364904403687, -1.3815394639968872, -1.3986642360687256, -1.4329137802124023, -1.4500385522842407, -1.672660231590271, -1.758284091949463, -1.6384108066558838, -1.5699117183685303, -1.5185375213623047, -1.535662293434143, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.3301652669906616, -1.8267830610275269, -1.9637811183929443, -1.79253351688385, -1.7069097757339478, -1.6384108066558838, -1.9295315742492676, 0.27956172823905945, 1.255672574043274, 1.4097954034805298, 1.563918113708496, 1.7351655960083008, -0.5595512986183167, -2.1007792949676514, -1.6897850036621094, -1.5870364904403687, -1.4671632051467896, -1.3472900390625, -2.0494048595428467, -2.0665295124053955, -0.8677968382835388, -1.3644146919250488, -1.3472900390625, -1.4329137802124023, -1.3815394639968872, -1.7240345478057861, -1.2959157228469849, -1.6555355787277222, -1.5014127492904663, -1.3472900390625, -1.0561691522598267, -1.3472900390625, -1.7754088640213013, -1.073293924331665, -1.073293924331665, -1.3472900390625, -1.5014127492904663, -1.4500385522842407, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.2787909507751465, -1.3301652669906616, -1.3815394639968872, -1.3301652669906616, -1.3644146919250488, -1.4671632051467896, -1.2959157228469849, -1.2102919816970825, -1.227416753768921, -1.1589176654815674, -1.2445415258407593, -1.3815394639968872, -1.4500385522842407, -1.1589176654815674, -1.1075434684753418, -1.1589176654815674, -0.8677968382835388, -1.1760424375534058, -0.7992978096008301, -0.9020463228225708, -0.645175039768219, -0.43967801332473755, -0.06293346732854843, 0.056939806789159775, 0.02269030176103115, -0.14855723083019257, 0.5193082690238953, 0.7419300675392151, 0.38231024146080017, 0.41655975580215454, 0.6049320101737976, 0.8789280652999878, 0.7419300675392151, 0.8960528373718262, 1.2042982578277588, 1.2899221181869507, 1.1186745166778564, 0.3651854991912842, -0.9876701235771179, -1.484287977218628, -1.8096582889556885, -1.9295315742492676, -1.9295315742492676, -1.9124068021774292, -1.8439078330993652, -1.9980305433273315, -1.4500385522842407, -0.5424265265464783, -0.43967801332473755, 1.1529240608215332, 0.3309359848499298, 1.101549744606018, 1.3584210872650146, 1.4782943725585938, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.5125439167022705, 1.444044828414917, 1.375545859336853, 1.5467933416366577, 1.4611696004867554, 1.3926706314086914, 1.0673003196716309, 0.9988013505935669, 1.2214230298995972, 1.4611696004867554, 1.4954191446304321, 0.8446785807609558, 0.7248052954673767, -0.40542852878570557, -1.5014127492904663, -1.878157377243042, -1.9980305433273315, -2.0836544036865234, -2.0836544036865234, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -1.946656346321106, -1.9124068021774292, -0.8164225816726685, -1.9637811183929443, -0.42255327105522156, 0.9645518660545349, 0.9816765785217285, 1.1357992887496948, 0.39943498373031616, 0.2110627144575119, 0.19393795728683472, 0.14256370067596436, 1.4611696004867554, 1.2727973461151123, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.7933043241500854, 1.4097954034805298, 1.7522903680801392, 1.7351655960083008, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.5296685695648193, 1.324171543121338, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 0.810429036617279, 0.8275538086891174, 0.6049320101737976, 0.15968845784664154, -0.08005820959806442, -0.4739275276660919, -0.8335473537445068, -1.261666178703308, -1.4500385522842407, -1.6555355787277222, -1.4329137802124023, -1.261666178703308, -1.261666178703308, -1.4500385522842407, -1.7069097757339478, -1.8439078330993652, -1.7754088640213013, -1.6555355787277222, -1.6555355787277222, -1.6212860345840454, -1.5185375213623047, -1.5014127492904663, -1.4329137802124023, -1.2959157228469849, -1.6384108066558838, -1.8952820301055908, -1.79253351688385, -1.758284091949463, -1.7240345478057861, 1.324171543121338, 1.375545859336853, 1.5981676578521729, 1.7351655960083008, 1.5981676578521729, -1.7411593198776245, -1.8267830610275269, -2.032280206680298, -2.1179039478302, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.032280206680298, -1.9637811183929443, -1.6384108066558838, -1.5699117183685303, -1.3472900390625, -1.9637811183929443, -0.7479235529899597, -1.2959157228469849, -1.2787909507751465, -1.227416753768921, -1.6555355787277222, -1.141792893409729, -1.4329137802124023, -1.5870364904403687, -1.4500385522842407, -1.535662293434143, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2102919816970825, -1.3472900390625, -1.3472900390625, -1.4500385522842407, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.3301652669906616, -1.141792893409729, -1.1075434684753418, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8506720662117004, -0.8164225816726685, -0.8335473537445068, -0.7479235529899597, -0.3540542721748352, 0.056939806789159775, -0.16568197309970856, -0.2513057291507721, 0.12543895840644836, 0.27956172823905945, 0.7761795520782471, 0.587807297706604, 0.7248052954673767, 0.622056782245636, 0.5021834969520569, 0.7933043241500854, 1.0159261226654053, 1.255672574043274, 1.18717360496521, 1.0330508947372437, 0.656306266784668, -0.3369295001029968, -1.2102919816970825, -1.8267830610275269, -1.8952820301055908, -1.946656346321106, -1.9809058904647827, -1.8952820301055908, -1.9124068021774292, -0.8335473537445068, 0.2110627144575119, 0.7933043241500854, 1.0330508947372437, 1.255672574043274, 1.375545859336853, 1.6152924299240112, 1.7009161710739136, 1.4611696004867554, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3412963151931763, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.3070467710494995, 0.9988013505935669, 0.8789280652999878, 0.8275538086891174, 1.0673003196716309, 1.3070467710494995, 0.8618032932281494, 0.39943498373031616, -1.02191960811615, -1.4500385522842407, -2.1007792949676514, -2.0836544036865234, -1.3815394639968872, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, 0.27956172823905945, 0.8789280652999878, -2.0494048595428467, -1.604161262512207, -1.2787909507751465, -0.045808710157871246, 0.8446785807609558, 1.255672574043274, 1.1357992887496948, 1.0330508947372437, 0.7419300675392151, 0.14256370067596436, 0.587807297706604, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 1.0844250917434692, 1.7351655960083008, 1.7009161710739136, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.4782943725585938, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9131776094436646, 0.7590547800064087, 0.5535577535629272, 0.26243698596954346, -0.13143247365951538, -0.3540542721748352, -0.5595512986183167, -0.9362958669662476, -1.2959157228469849, -1.5185375213623047, -1.7240345478057861, -1.5699117183685303, -1.3301652669906616, -1.261666178703308, -1.2787909507751465, -1.4500385522842407, -1.7240345478057861, -1.8439078330993652, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6555355787277222, -1.604161262512207, -1.3986642360687256, -1.261666178703308, -1.2445415258407593, -1.7069097757339478, -1.9809058904647827, -1.8610326051712036, 1.6495418548583984, 1.6152924299240112, 1.7694151401519775, 1.6837913990020752, -1.604161262512207, -1.8096582889556885, -2.0494048595428467, -1.5527870655059814, -1.8267830610275269, -1.4500385522842407, -1.2959157228469849, -1.02191960811615, -1.1075434684753418, -1.758284091949463, -2.032280206680298, -1.1589176654815674, -1.484287977218628, -1.6555355787277222, -1.4500385522842407, -1.3986642360687256, -1.141792893409729, -1.4329137802124023, -1.7240345478057861, -1.3301652669906616, -1.3644146919250488, -1.3301652669906616, -0.9876701235771179, -1.261666178703308, -1.3986642360687256, -1.141792893409729, -1.6897850036621094, -1.415789008140564, -1.4329137802124023, -1.3472900390625, -1.6555355787277222, -1.2787909507751465, -1.1760424375534058, -1.2102919816970825, -1.5870364904403687, -1.6555355787277222, -1.1931672096252441, -1.535662293434143, -1.3986642360687256, -1.0390443801879883, -1.3472900390625, -1.3130404949188232, -1.2445415258407593, -1.2445415258407593, -1.5699117183685303, -0.8849216103553772, -1.2787909507751465, -1.2102919816970825, -0.8164225816726685, -0.576676070690155, -0.576676070690155, -0.2341809868812561, 0.2110627144575119, 0.6049320101737976, 0.6905558109283447, 0.3480607271194458, 0.810429036617279, 0.43368449807167053, 0.38231024146080017, 0.9645518660545349, 0.8960528373718262, 0.5021834969520569, 0.9645518660545349, 1.0673003196716309, 0.9131776094436646, 0.7248052954673767, -0.5253018140792847, -1.227416753768921, -1.7069097757339478, -1.878157377243042, -1.9637811183929443, -1.946656346321106, -1.946656346321106, -0.2513057291507721, 0.7590547800064087, 0.7933043241500854, 0.3480607271194458, 0.8789280652999878, 1.324171543121338, 1.2385478019714355, 1.5125439167022705, 1.3926706314086914, 1.5981676578521729, 1.4954191446304321, 1.2042982578277588, 1.6152924299240112, 1.5125439167022705, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.444044828414917, 0.8960528373718262, 0.5193082690238953, 1.101549744606018, 0.7590547800064087, 0.8275538086891174, -0.1143077164888382, -2.0494048595428467, -1.878157377243042, -2.0494048595428467, -2.0836544036865234, -2.0836544036865234, -1.261666178703308, -2.0494048595428467, -2.0665295124053955, -2.1179039478302, -2.0836544036865234, -2.0494048595428467, -1.3472900390625, -0.7992978096008301, -0.09718296676874161, 0.7419300675392151, 0.5706825256347656, 0.9816765785217285, 0.4850587546825409, -0.011559205129742622, 1.2042982578277588, 1.0844250917434692, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 1.0159261226654053, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.63241708278656, 1.4782943725585938, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.7933043241500854, 0.5021834969520569, 0.3480607271194458, 0.15968845784664154, -0.18280673027038574, -0.5595512986183167, -0.9362958669662476, -1.1760424375534058, -1.3130404949188232, -1.535662293434143, -1.7411593198776245, -1.672660231590271, -1.5014127492904663, -1.3644146919250488, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -1.7069097757339478, -1.5870364904403687, -1.5699117183685303, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.3644146919250488, -1.9124068021774292, -1.7240345478057861, -1.9809058904647827, -0.576676070690155, 0.9474270939826965, 1.5296685695648193, 1.718040943145752, 0.4850587546825409, -1.8952820301055908, -2.1179039478302, -1.604161262512207, -1.535662293434143, -1.7069097757339478, -1.4500385522842407, -1.535662293434143, -1.415789008140564, -1.878157377243042, -1.9124068021774292, -0.9362958669662476, -1.5014127492904663, -1.261666178703308, -1.5527870655059814, -1.7754088640213013, -1.2787909507751465, -1.2787909507751465, -1.2445415258407593, -1.5699117183685303, -1.3130404949188232, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -1.3986642360687256, -1.3472900390625, -1.604161262512207, -1.3301652669906616, -1.3301652669906616, -1.261666178703308, -1.3644146919250488, -1.1246682405471802, -1.1589176654815674, -1.0047948360443115, -0.9534205794334412, -1.1589176654815674, -1.2959157228469849, -1.4329137802124023, -1.3815394639968872, -0.9534205794334412, -1.2959157228469849, -1.3301652669906616, -1.2102919816970825, -1.1246682405471802, -1.0904186964035034, -0.9534205794334412, -0.9705453515052795, -1.02191960811615, -0.8506720662117004, -0.645175039768219, 0.3651854991912842, -0.2341809868812561, -0.31980475783348083, 0.3138112425804138, 0.3651854991912842, 0.5706825256347656, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.9816765785217285, 1.1357992887496948, 1.2385478019714355, 0.9645518660545349, 0.9303023219108582, 0.622056782245636, 0.2281874716281891, -0.3540542721748352, -1.02191960811615, -1.5185375213623047, -1.8610326051712036, -1.8610326051712036, -1.8439078330993652, -1.2959157228469849, -0.7821730971336365, 0.6049320101737976, 1.0844250917434692, 0.9645518660545349, 0.9816765785217285, 0.9474270939826965, 1.3584210872650146, 1.375545859336853, 1.4954191446304321, 1.3926706314086914, 1.3926706314086914, 1.6152924299240112, 1.3584210872650146, 1.3070467710494995, 1.444044828414917, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.101549744606018, 1.2727973461151123, 1.2214230298995972, 1.2385478019714355, 0.810429036617279, 0.27956172823905945, -1.7069097757339478, -2.01515531539917, -1.9980305433273315, -1.878157377243042, -0.2513057291507721, -2.032280206680298, -2.0665295124053955, 0.24531221389770508, 1.375545859336853, -1.878157377243042, -2.0665295124053955, 0.810429036617279, 1.718040943145752, -2.0836544036865234, -1.9124068021774292, -1.7754088640213013, -0.40542852878570557, 0.091189444065094, -0.18280673027038574, -0.6794245839118958, -1.2959157228469849, 1.0673003196716309, 1.3412963151931763, 1.0844250917434692, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 1.0330508947372437, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.5981676578521729, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 0.9816765785217285, 0.7933043241500854, 0.587807297706604, 0.26243698596954346, -0.2341809868812561, -0.7821730971336365, -1.0047948360443115, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.5185375213623047, -1.604161262512207, -1.7411593198776245, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -1.5527870655059814, -1.6384108066558838, -1.758284091949463, -1.6555355787277222, -1.758284091949463, -1.8267830610275269, -1.6384108066558838, -1.9809058904647827, -1.9980305433273315, -1.8096582889556885, -1.8952820301055908, 0.7933043241500854, 1.0159261226654053, 0.9303023219108582, 0.9303023219108582, 0.2110627144575119, -1.7754088640213013, -1.9980305433273315, -1.878157377243042, -1.4500385522842407, -1.5699117183685303, -1.535662293434143, -1.2445415258407593, -2.1179039478302, -1.8096582889556885, -1.1589176654815674, -1.3644146919250488, -1.261666178703308, -1.5699117183685303, -1.672660231590271, -1.5014127492904663, -1.2102919816970825, -1.2787909507751465, -1.535662293434143, -1.3644146919250488, -1.3986642360687256, -1.6212860345840454, -1.2787909507751465, -1.3986642360687256, -1.4329137802124023, -1.2959157228469849, -1.1589176654815674, -1.261666178703308, -1.141792893409729, -1.1760424375534058, -1.2102919816970825, -1.0390443801879883, -1.0047948360443115, -0.9020463228225708, -0.8506720662117004, -1.141792893409729, -0.8335473537445068, -1.073293924331665, -1.227416753768921, -1.2787909507751465, -1.2102919816970825, -1.1760424375534058, -1.1075434684753418, -1.1246682405471802, -1.1931672096252441, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.5081770420074463, -0.13143247365951538, 0.27956172823905945, 0.2110627144575119, 0.4508092403411865, 0.6049320101737976, 0.5364330410957336, 0.656306266784668, 0.8275538086891174, 0.6734310388565063, 0.8275538086891174, 0.5706825256347656, 0.7590547800064087, 0.8960528373718262, 1.18717360496521, 1.2385478019714355, 0.7419300675392151, -0.42255327105522156, -1.3644146919250488, -1.8952820301055908, -1.878157377243042, -1.8952820301055908, -1.3472900390625, 0.27956172823905945, 0.7248052954673767, 1.1186745166778564, 1.1186745166778564, 1.3412963151931763, 1.2727973461151123, 0.9988013505935669, 1.1186745166778564, 1.5125439167022705, 1.4269200563430786, 1.5810428857803345, 1.4782943725585938, 1.5981676578521729, 1.563918113708496, 1.6495418548583984, 1.4611696004867554, 1.2214230298995972, 1.5296685695648193, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3070467710494995, 1.18717360496521, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.4782943725585938, 1.5125439167022705, -1.0561691522598267, -0.9876701235771179, -1.5699117183685303, -0.30267998576164246, 1.5296685695648193, 1.7009161710739136, -1.5699117183685303, -2.032280206680298, 1.5467933416366577, 1.563918113708496, -2.0665295124053955, -1.261666178703308, -1.9124068021774292, -1.5527870655059814, -0.7650483250617981, -1.604161262512207, -1.8952820301055908, -0.9191710948944092, 1.4782943725585938, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 1.1357992887496948, 1.786539912223816, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 0.9988013505935669, 0.9131776094436646, 0.6391815543174744, 0.19393795728683472, -0.30267998576164246, -0.7479235529899597, -1.1931672096252441, -1.3986642360687256, -1.2787909507751465, -1.1246682405471802, -1.3130404949188232, -1.5527870655059814, -1.7069097757339478, -1.7411593198776245, -1.5699117183685303, -1.5014127492904663, -1.5870364904403687, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -0.7992978096008301, -1.9124068021774292, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -2.0494048595428467, -1.672660231590271, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.324171543121338, -2.032280206680298, -1.9809058904647827, -1.6555355787277222, -0.9534205794334412, -1.8267830610275269, -2.0494048595428467, -1.6897850036621094, -2.01515531539917, -2.1007792949676514, -1.9124068021774292, -1.415789008140564, -1.484287977218628, -1.604161262512207, -1.4500385522842407, -1.79253351688385, -2.0836544036865234, -1.1760424375534058, -1.5014127492904663, -1.535662293434143, -1.484287977218628, -1.484287977218628, -1.3644146919250488, -1.4329137802124023, -1.2959157228469849, -1.1931672096252441, -0.8677968382835388, -1.073293924331665, -1.141792893409729, -1.1246682405471802, -1.1246682405471802, -0.9191710948944092, -0.9876701235771179, -0.8849216103553772, -0.8335473537445068, -0.7307988405227661, -0.7136740684509277, -0.8164225816726685, -1.1075434684753418, -0.9362958669662476, -0.8849216103553772, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.2787909507751465, -1.0561691522598267, -0.7307988405227661, -0.21705622971057892, -0.06293346732854843, -0.16568197309970856, 0.29668647050857544, 0.15968845784664154, 0.15968845784664154, 0.6049320101737976, 0.29668647050857544, 0.3138112425804138, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.9303023219108582, 0.6049320101737976, 0.7761795520782471, 1.101549744606018, 1.0159261226654053, 0.4679340124130249, -0.43967801332473755, -1.1075434684753418, -1.8096582889556885, -1.8267830610275269, -1.758284091949463, -1.5699117183685303, -0.2684305012226105, 0.7248052954673767, 1.0673003196716309, 1.0673003196716309, 0.9816765785217285, 1.1529240608215332, 1.1700488328933716, 0.9988013505935669, 1.3926706314086914, 1.1529240608215332, 1.324171543121338, 1.5125439167022705, 1.6837913990020752, 1.4097954034805298, 1.5981676578521729, 1.5125439167022705, 1.5810428857803345, 1.2727973461151123, 1.444044828414917, 1.4097954034805298, 1.444044828414917, 1.5296685695648193, 1.5810428857803345, 1.4782943725585938, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.6666666269302368, 1.2727973461151123, 1.9406627416610718, 1.1529240608215332, -0.31980475783348083, 0.3651854991912842, 1.5981676578521729, -1.8096582889556885, -2.1007792949676514, -2.0836544036865234, -1.1760424375534058, -1.2102919816970825, -1.9295315742492676, -1.9295315742492676, -1.8267830610275269, 0.2281874716281891, -0.06293346732854843, -1.9809058904647827, -0.6622998118400574, 1.4782943725585938, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564], [1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 1.0501755475997925, 1.6666666269302368, 1.6837913990020752, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.1529240608215332, 0.9474270939826965, 0.8618032932281494, 0.7761795520782471, 0.2281874716281891, -0.2513057291507721, -0.7821730971336365, -1.1246682405471802, -1.4500385522842407, -1.4500385522842407, -1.3986642360687256, -1.2959157228469849, -1.3644146919250488, -1.5699117183685303, -1.7754088640213013, -1.8610326051712036, -1.7411593198776245, -1.6384108066558838, -1.7240345478057861, -1.6555355787277222, -1.9124068021774292, -1.758284091949463, -1.8610326051712036, -1.878157377243042, -1.758284091949463, -1.7240345478057861, -1.6555355787277222, -1.5185375213623047, -1.141792893409729, 0.9131776094436646, 0.656306266784668, -2.0665295124053955, -1.8096582889556885, -1.758284091949463, -1.3986642360687256, -0.8506720662117004, -1.7754088640213013, -2.1007792949676514, -1.02191960811615, -1.073293924331665, -0.8849216103553772, -1.3130404949188232, -1.8952820301055908, -2.032280206680298, -1.8952820301055908, -2.1007792949676514, -2.0665295124053955, -1.1246682405471802, -1.5527870655059814, -1.5870364904403687, -1.7069097757339478, -1.5185375213623047, -0.9876701235771179, -1.3644146919250488, -1.227416753768921, -1.4500385522842407, -1.261666178703308, -1.3130404949188232, -1.073293924331665, -1.4671632051467896, -1.1246682405471802, -1.0904186964035034, -1.3130404949188232, -0.9020463228225708, -1.0904186964035034, -0.8677968382835388, -0.9705453515052795, -0.576676070690155, -0.43967801332473755, -0.5081770420074463, -0.40542852878570557, -0.2684305012226105, -0.06293346732854843, 0.056939806789159775, -0.42255327105522156, -0.18280673027038574, -0.8335473537445068, -0.3883037567138672, -0.7479235529899597, 0.19393795728683472, 0.4508092403411865, 0.39943498373031616, 0.0740646943449974, 0.3309359848499298, 0.17681321501731873, 0.5535577535629272, 0.622056782245636, 0.6905558109283447, 0.810429036617279, 0.9645518660545349, 0.7761795520782471, 0.9816765785217285, 0.6905558109283447, 1.1357992887496948, 0.4679340124130249, 0.091189444065094, -0.576676070690155, -1.0047948360443115, -1.8267830610275269, -1.8439078330993652, -1.1075434684753418, -0.08005820959806442, 0.5364330410957336, 1.2042982578277588, 1.324171543121338, 1.5467933416366577, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.5467933416366577, 1.4097954034805298, 1.255672574043274, 1.444044828414917, 1.2214230298995972, 1.4782943725585938, 1.4097954034805298, 1.1357992887496948, 1.255672574043274, 1.2042982578277588, 1.3584210872650146, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.5125439167022705, 1.6837913990020752, 1.5125439167022705, 1.7009161710739136, 1.5296685695648193, 1.4269200563430786, 0.8446785807609558, 1.3584210872650146, 0.7248052954673767, -1.3130404949188232, 1.4269200563430786, -1.3815394639968872, 1.0673003196716309, 0.03981505334377289, 0.5193082690238953, -0.31980475783348083, 0.622056782245636, 0.622056782245636, 0.7590547800064087, 1.0330508947372437, -0.8335473537445068, -0.08005820959806442, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.7076805233955383, 1.2385478019714355, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.0330508947372437, 0.6391815543174744, 0.15968845784664154, -0.5081770420074463, -0.9362958669662476, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.484287977218628, -1.6555355787277222, -1.535662293434143, -1.5699117183685303, -1.5185375213623047, -1.5527870655059814, -1.604161262512207, -1.484287977218628, -1.3986642360687256, -1.9124068021774292, -1.8267830610275269, -1.8267830610275269, -1.878157377243042, -1.7069097757339478, -1.3986642360687256, -1.8610326051712036, -1.6384108066558838, -1.5699117183685303, -0.3711790144443512, -0.576676070690155, -1.1075434684753418, -1.5699117183685303, -0.9191710948944092, -1.4500385522842407, -0.3711790144443512, -1.6555355787277222, -2.1179039478302, -1.3472900390625, -1.5014127492904663, -1.535662293434143, -1.535662293434143, -1.5014127492904663, -2.0494048595428467, -1.4671632051467896, -1.5014127492904663, -1.3815394639968872, -0.9362958669662476, -1.3644146919250488, -1.5527870655059814, -1.5699117183685303, -1.5014127492904663, -1.79253351688385, -1.2787909507751465, -1.3130404949188232, -1.5014127492904663, -1.415789008140564, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.2787909507751465, -1.227416753768921, -1.415789008140564, -1.3130404949188232, -1.0904186964035034, -1.02191960811615, -0.8335473537445068, -0.5595512986183167, -0.6280503273010254, -0.7821730971336365, -0.18280673027038574, -0.045808710157871246, -0.18280673027038574, -0.19993148744106293, 0.02269030176103115, -0.011559205129742622, 0.0740646943449974, 0.19393795728683472, 0.38231024146080017, 0.3138112425804138, -0.30267998576164246, -0.21705622971057892, -0.14855723083019257, 0.056939806789159775, 0.3309359848499298, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7419300675392151, 0.810429036617279, 1.0159261226654053, 0.7761795520782471, 0.8960528373718262, 1.0673003196716309, 0.4679340124130249, -0.6280503273010254, -1.02191960811615, -1.6555355787277222, -1.6555355787277222, -1.7069097757339478, -0.08005820959806442, -0.16568197309970856, 0.8618032932281494, 0.7933043241500854, 1.2727973461151123, 1.375545859336853, 0.9816765785217285, 0.8618032932281494, 1.1186745166778564, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7522903680801392, 1.324171543121338, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.324171543121338, 1.1529240608215332, 1.4954191446304321, 1.6495418548583984, 1.6837913990020752, 1.5467933416366577, 1.324171543121338, 0.9645518660545349, 1.18717360496521, 1.5981676578521729, 1.2899221181869507, 1.5296685695648193, 1.5125439167022705, 1.9920369386672974, 1.444044828414917, 1.1357992887496948, 1.375545859336853, 1.718040943145752, -0.21705622971057892, 0.9303023219108582, 0.10831420123577118, 1.6837913990020752, 1.3926706314086914, 1.4782943725585938, 0.8446785807609558, 0.7590547800064087, 1.1700488328933716, 1.3926706314086914, 0.17681321501731873, 0.4508092403411865, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 1.101549744606018, 1.563918113708496, 1.786539912223816, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.18717360496521, 0.9645518660545349, 0.5535577535629272, -0.09718296676874161, -0.5595512986183167, -0.4910522699356079, -0.9020463228225708, -1.1246682405471802, -1.1931672096252441, -1.6555355787277222, -1.6212860345840454, -1.9295315742492676, -1.3815394639968872, -0.9534205794334412, -1.758284091949463, -1.6555355787277222, -1.79253351688385, -1.9295315742492676, -2.01515531539917, -1.9980305433273315, -2.1179039478302, -2.032280206680298, -1.758284091949463, -1.4500385522842407, -1.8096582889556885, -0.9705453515052795, -1.2787909507751465, 0.10831420123577118, 1.0501755475997925, 0.656306266784668, -1.3644146919250488, -1.878157377243042, -1.6555355787277222, -0.6794245839118958, -1.946656346321106, -1.9124068021774292, -1.5870364904403687, -1.3644146919250488, -1.3472900390625, -1.4671632051467896, -1.9637811183929443, -1.9809058904647827, -1.4671632051467896, -1.535662293434143, -1.0047948360443115, -1.2445415258407593, -1.4500385522842407, -1.6212860345840454, -1.415789008140564, -1.3644146919250488, -1.3986642360687256, -1.0390443801879883, -1.415789008140564, -1.3644146919250488, -0.43967801332473755, -0.3711790144443512, -1.02191960811615, -1.0047948360443115, -1.4329137802124023, -1.3130404949188232, -1.2102919816970825, -0.9705453515052795, -1.1246682405471802, -0.8506720662117004, -0.9020463228225708, -0.8677968382835388, -0.7479235529899597, -0.5081770420074463, -0.5595512986183167, -0.045808710157871246, 0.5364330410957336, 0.3138112425804138, -0.045808710157871246, -0.31980475783348083, -1.3986642360687256, -0.06293346732854843, 0.02269030176103115, 0.24531221389770508, 0.3480607271194458, 0.3138112425804138, 0.43368449807167053, 0.5193082690238953, 0.7590547800064087, 0.6905558109283447, 0.7419300675392151, 0.6734310388565063, 1.0330508947372437, 0.8618032932281494, 0.7933043241500854, 0.7933043241500854, 0.9131776094436646, 0.4679340124130249, -0.7821730971336365, -1.4671632051467896, -1.5870364904403687, -1.7411593198776245, -1.6897850036621094, -0.9534205794334412, -0.21705622971057892, 0.7076805233955383, 1.1529240608215332, 1.3926706314086914, 1.444044828414917, 1.4097954034805298, 1.2385478019714355, 1.0673003196716309, 0.9303023219108582, 0.810429036617279, 1.0844250917434692, 0.7590547800064087, 0.6734310388565063, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.2899221181869507, 1.5981676578521729, 1.5296685695648193, 1.444044828414917, 1.324171543121338, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.5810428857803345, 1.6152924299240112, 1.8036646842956543, 1.4611696004867554, 1.5296685695648193, 1.4782943725585938, 0.622056782245636, 1.3412963151931763, 0.43368449807167053, 1.4269200563430786, 0.7248052954673767, 0.4850587546825409, 1.2385478019714355, 1.5467933416366577, 1.1186745166778564, 0.9303023219108582, 0.5535577535629272, 1.0673003196716309, 0.29668647050857544, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.5706825256347656, 0.8789280652999878, 1.2042982578277588, 1.63241708278656, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3070467710494995, 1.1700488328933716, 0.8960528373718262, 0.39943498373031616, -0.09718296676874161, -0.4910522699356079, -0.7307988405227661, -0.21705622971057892, -0.8335473537445068, -0.7992978096008301, -0.8677968382835388, -1.2787909507751465, -1.672660231590271, -1.2102919816970825, 0.091189444065094, -1.415789008140564, -1.9295315742492676, -1.8610326051712036, -1.8439078330993652, -1.7754088640213013, -1.758284091949463, -1.7069097757339478, -1.758284091949463, -0.9020463228225708, -1.7069097757339478, -2.0836544036865234, -1.6555355787277222, -0.6280503273010254, -0.42255327105522156, -0.8335473537445068, -1.3130404949188232, -0.16568197309970856, -1.9637811183929443, -0.8164225816726685, -0.8677968382835388, -1.415789008140564, -1.79253351688385, -1.7411593198776245, -1.8267830610275269, -1.9295315742492676, -1.7240345478057861, -1.8952820301055908, -1.5870364904403687, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.5527870655059814, -1.672660231590271, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.484287977218628, -1.2787909507751465, -1.1931672096252441, -1.1931672096252441, -1.1246682405471802, -0.011559205129742622, -0.42255327105522156, -1.6384108066558838, -0.645175039768219, -0.6965492963790894, -1.2102919816970825, -1.02191960811615, -1.073293924331665, -0.9191710948944092, -0.6622998118400574, -0.8335473537445068, -0.4739275276660919, -0.5938007831573486, 0.4679340124130249, -0.14855723083019257, -0.06293346732854843, 0.7419300675392151, 0.7076805233955383, 0.587807297706604, 0.39943498373031616, 0.3138112425804138, 0.38231024146080017, 0.0055655487813055515, 0.03981505334377289, 0.5364330410957336, 0.7248052954673767, 0.6391815543174744, 0.7076805233955383, 0.7761795520782471, 0.7076805233955383, 0.622056782245636, 0.9474270939826965, 0.8789280652999878, 0.9645518660545349, 1.0501755475997925, 0.9303023219108582, -0.43967801332473755, -1.6384108066558838, -1.5527870655059814, -1.9124068021774292, -1.141792893409729, 0.0055655487813055515, 0.3138112425804138, 1.1357992887496948, 0.9303023219108582, 1.3584210872650146, 1.5467933416366577, 1.375545859336853, 1.2214230298995972, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 1.1529240608215332, 1.3926706314086914, 1.5467933416366577, 1.444044828414917, 1.2385478019714355, 0.9474270939826965, 1.3584210872650146, 1.6152924299240112, 1.563918113708496, 1.255672574043274, 1.1529240608215332, 1.255672574043274, 1.444044828414917, 1.8207894563674927, 1.6837913990020752, 1.786539912223816, 1.786539912223816, 1.0844250917434692, 1.8207894563674927, 1.1186745166778564, -0.14855723083019257, 1.0673003196716309, 0.8275538086891174, -0.5424265265464783, -0.14855723083019257, 0.8960528373718262, -0.045808710157871246, 0.8789280652999878, 0.4508092403411865, -1.6212860345840454, 0.8446785807609558, 1.324171543121338, -0.3883037567138672, 1.0501755475997925, 0.41655975580215454, 0.587807297706604, 1.4782943725585938, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.9816765785217285, 1.1357992887496948, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.2042982578277588, 1.101549744606018, 0.8275538086891174, 0.4679340124130249, 0.056939806789159775, -0.28555524349212646, -0.4910522699356079, -0.2341809868812561, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 0.6049320101737976, -0.13143247365951538, -0.28555524349212646, -0.19993148744106293, -0.645175039768219, -1.8096582889556885, -1.1931672096252441, -1.878157377243042, -1.9637811183929443, -1.8439078330993652, -1.7754088640213013, -1.3130404949188232, -0.1143077164888382, -1.672660231590271, -1.4329137802124023, -1.0390443801879883, -0.31980475783348083, -1.227416753768921, 0.12543895840644836, -0.7136740684509277, 0.39943498373031616, -0.6280503273010254, -0.3369295001029968, -1.0561691522598267, -1.1760424375534058, -1.8267830610275269, -1.8267830610275269, -1.672660231590271, -1.5527870655059814, -1.7069097757339478, -1.5014127492904663, -1.535662293434143, -1.5014127492904663, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -1.7411593198776245, -1.1589176654815674, -1.6384108066558838, -1.3472900390625, -0.9020463228225708, -1.1931672096252441, -0.43967801332473755, -1.0904186964035034, -0.43967801332473755, -1.3815394639968872, -0.3883037567138672, -0.7650483250617981, -1.141792893409729, -0.06293346732854843, -1.0047948360443115, -1.0904186964035034, -1.1075434684753418, -0.8677968382835388, -0.9362958669662476, -0.8335473537445068, -0.6622998118400574, 0.41655975580215454, 0.6049320101737976, -0.06293346732854843, 0.091189444065094, -0.02868395671248436, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.27956172823905945, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.4850587546825409, 0.27956172823905945, 0.656306266784668, 0.7248052954673767, 0.7933043241500854, 0.7248052954673767, 0.9131776094436646, 1.0330508947372437, 0.9816765785217285, 0.810429036617279, 0.6049320101737976, -0.02868395671248436, -1.3130404949188232, -1.8267830610275269, -1.7411593198776245, -0.6794245839118958, 0.2281874716281891, 0.6905558109283447, 0.4850587546825409, 0.5021834969520569, 0.6391815543174744, 1.101549744606018, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.18717360496521, 1.2214230298995972, 1.0501755475997925, 1.0330508947372437, 0.810429036617279, 0.3651854991912842, 0.12543895840644836, 0.5706825256347656, 0.7419300675392151, 0.9645518660545349, 1.1186745166778564, 1.4097954034805298, 1.6152924299240112, 1.4611696004867554, 1.5296685695648193, 1.786539912223816, 1.375545859336853, 1.2042982578277588, 1.63241708278656, 0.9988013505935669, 1.7009161710739136, 1.5296685695648193, 1.2214230298995972, 0.7248052954673767, 0.5021834969520569, 0.091189444065094, 0.19393795728683472, 0.0740646943449974, -0.7307988405227661, -0.4739275276660919, -0.21705622971057892, -0.3883037567138672, 0.5193082690238953, 1.2727973461151123, 1.0330508947372437, 1.2727973461151123, -0.3883037567138672, 0.0055655487813055515, 1.8036646842956543, 1.5981676578521729, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 0.9816765785217285, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.7761795520782471, 0.9131776094436646, 1.1700488328933716, 1.4782943725585938, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.3584210872650146, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 0.5706825256347656, 0.3480607271194458, 0.0740646943449974, 0.38231024146080017, 0.4850587546825409, 0.6734310388565063, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.587807297706604, 0.0055655487813055515, 0.3138112425804138, 0.5364330410957336, -0.42255327105522156, -1.2787909507751465, -1.2787909507751465, -1.8096582889556885, -1.9295315742492676, -1.8439078330993652, -1.0561691522598267, -1.261666178703308, -1.227416753768921, -1.073293924331665, -1.1075434684753418, -0.7136740684509277, -0.645175039768219, 0.14256370067596436, 0.17681321501731873, -0.09718296676874161, 0.0055655487813055515, 0.43368449807167053, 0.27956172823905945, -0.19993148744106293, -1.484287977218628, -1.672660231590271, -1.5699117183685303, -1.9295315742492676, -1.5527870655059814, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6897850036621094, -1.6555355787277222, -1.672660231590271, -1.2102919816970825, -1.604161262512207, -1.3815394639968872, -0.4739275276660919, -0.9705453515052795, -1.604161262512207, -0.610925555229187, -0.5081770420074463, -0.9876701235771179, -0.09718296676874161, -0.5595512986183167, 0.41655975580215454, 0.0740646943449974, 0.27956172823905945, 0.091189444065094, -0.8164225816726685, -0.6280503273010254, -0.5253018140792847, -0.21705622971057892, -0.42255327105522156, -0.8677968382835388, 0.38231024146080017, -0.13143247365951538, 0.2281874716281891, -0.045808710157871246, -0.610925555229187, -0.011559205129742622, 0.3651854991912842, 0.24531221389770508, 0.3309359848499298, 0.41655975580215454, 0.5535577535629272, 0.6734310388565063, 0.6734310388565063, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9988013505935669, 0.9131776094436646, 1.1529240608215332, 0.7761795520782471, 0.24531221389770508, -0.9362958669662476, -1.7754088640213013, -1.484287977218628, -0.09718296676874161, 0.8960528373718262, 1.0844250917434692, 0.9303023219108582, 1.3584210872650146, 1.4954191446304321, 1.3926706314086914, 0.8960528373718262, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.2214230298995972, 1.3412963151931763, 1.1186745166778564, 1.4097954034805298, 1.2727973461151123, 0.5706825256347656, 0.39943498373031616, 0.7590547800064087, 0.8960528373718262, 0.9131776094436646, 1.0501755475997925, 1.3070467710494995, 1.5467933416366577, 1.563918113708496, 1.324171543121338, 0.7761795520782471, 1.324171543121338, 1.3412963151931763, 1.3070467710494995, -1.5014127492904663, 0.7590547800064087, 0.587807297706604, -0.13143247365951538, 0.2110627144575119, -0.8677968382835388, -0.30267998576164246, 1.3926706314086914, -1.141792893409729, -0.1143077164888382, -0.16568197309970856, -0.576676070690155, 0.43368449807167053, -0.5081770420074463, 1.0673003196716309, 0.4508092403411865, -0.21705622971057892, -0.2684305012226105, 1.6152924299240112, 1.2385478019714355, 0.9474270939826965, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.7933043241500854, 0.9988013505935669, 1.18717360496521, 1.4097954034805298, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.444044828414917, 1.375545859336853, 1.255672574043274, 1.1529240608215332, 1.0501755475997925, 0.8960528373718262, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 1.0501755475997925, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.4679340124130249, -0.011559205129742622, -0.6280503273010254, -0.8506720662117004, -0.5081770420074463, -0.8506720662117004, -1.1589176654815674, -0.9362958669662476, -0.610925555229187, -0.011559205129742622, 0.26243698596954346, 0.02269030176103115, 0.810429036617279, 0.4508092403411865, 0.587807297706604, 0.622056782245636, 0.3651854991912842, -0.16568197309970856, -1.227416753768921, -0.610925555229187, -2.0494048595428467, -1.79253351688385, -1.6384108066558838, -1.7411593198776245, -1.6897850036621094, -1.6555355787277222, -1.7754088640213013, -1.6555355787277222, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.4910522699356079, -1.1246682405471802, -0.08005820959806442, -0.7992978096008301, -0.9191710948944092, -0.3369295001029968, -0.011559205129742622, -0.5081770420074463, 0.5021834969520569, 0.39943498373031616, -0.1143077164888382, 0.091189444065094, 0.3651854991912842, 0.38231024146080017, 0.0740646943449974, 0.4679340124130249, 0.19393795728683472, -0.28555524349212646, -0.06293346732854843, -0.011559205129742622, 0.14256370067596436, 0.41655975580215454, 0.5535577535629272, 0.2281874716281891, 0.622056782245636, 0.43368449807167053, 0.5021834969520569, 0.5706825256347656, 0.38231024146080017, 0.4679340124130249, 0.5364330410957336, 0.656306266784668, 0.7761795520782471, 0.5535577535629272, 0.9131776094436646, 0.9131776094436646, 0.7933043241500854, 0.5535577535629272, 0.4850587546825409, 0.9474270939826965, 0.587807297706604, -1.415789008140564, -1.7411593198776245, -1.4329137802124023, 0.17681321501731873, 0.02269030176103115, 0.9131776094436646, 0.587807297706604, 1.0501755475997925, 1.0673003196716309, 1.3070467710494995, 1.324171543121338, 1.444044828414917, 1.255672574043274, 0.9988013505935669, 0.9303023219108582, 1.444044828414917, 1.3926706314086914, 0.3651854991912842, 0.8446785807609558, 1.255672574043274, 1.1700488328933716, 0.9131776094436646, 0.587807297706604, 0.9303023219108582, 0.7590547800064087, 0.5535577535629272, 0.24531221389770508, 0.43368449807167053, 0.7933043241500854, 0.8446785807609558, 1.0673003196716309, 1.1357992887496948, 0.8446785807609558, 0.5364330410957336, 0.7076805233955383, -0.8164225816726685, -1.3644146919250488, -1.0390443801879883, -0.1143077164888382, -0.4739275276660919, -1.0047948360443115, 1.2214230298995972, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -1.8096582889556885, -0.645175039768219, 0.0740646943449974, 0.5021834969520569, -0.2513057291507721, -1.8096582889556885, -0.7479235529899597, 1.3412963151931763, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 1.4097954034805298, 1.5467933416366577, 1.63241708278656, 1.6837913990020752, 1.6837913990020752, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4611696004867554, 1.375545859336853, 1.2727973461151123, 1.1357992887496948, 1.0159261226654053, 0.9474270939826965, 0.8446785807609558, 0.7248052954673767, 0.7248052954673767, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.7248052954673767, 0.810429036617279, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.8446785807609558, 0.39943498373031616, -0.30267998576164246, 0.2110627144575119, -0.045808710157871246, -0.2513057291507721, 0.7419300675392151, -0.2341809868812561, 0.810429036617279, 0.6049320101737976, 0.7419300675392151, 0.7933043241500854, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.4679340124130249, 0.6391815543174744, -0.19993148744106293, -0.14855723083019257, -1.2102919816970825, -0.6622998118400574, -1.5870364904403687, -1.7754088640213013, -1.5014127492904663, -1.9124068021774292, -1.3986642360687256, -1.9809058904647827, -1.0390443801879883, -1.073293924331665, -0.06293346732854843, -1.141792893409729, -0.6965492963790894, -0.1143077164888382, 0.02269030176103115, -0.8164225816726685, -0.6965492963790894, 0.02269030176103115, 0.091189444065094, 0.3309359848499298, -0.2513057291507721, 0.5021834969520569, 0.091189444065094, 0.9988013505935669, 0.5535577535629272, 0.4679340124130249, 0.3138112425804138, 0.03981505334377289, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, -0.08005820959806442, 0.5535577535629272, 0.4850587546825409, 0.4679340124130249, 0.2110627144575119, 0.14256370067596436, 0.41655975580215454, 0.6734310388565063, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.6905558109283447, 1.0330508947372437, 0.9303023219108582, 1.0844250917434692, 0.8275538086891174, 1.101549744606018, 0.7590547800064087, 0.6734310388565063, 0.7076805233955383, -1.2959157228469849, -1.8096582889556885, -1.7411593198776245, -0.7992978096008301, 0.9645518660545349, 0.587807297706604, 0.7590547800064087, 1.4097954034805298, 1.1529240608215332, 1.4097954034805298, 1.101549744606018, 1.0501755475997925, 1.18717360496521, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.8960528373718262, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.17681321501731873, -0.43967801332473755, -0.09718296676874161, -0.42255327105522156, 0.43368449807167053, 0.656306266784668, 0.8960528373718262, -0.02868395671248436, -0.9534205794334412, -1.0904186964035034, -1.1589176654815674, -1.5185375213623047, -1.3301652669906616, -0.8164225816726685, 0.9303023219108582, -1.604161262512207, -1.4329137802124023, -0.2341809868812561, -1.3130404949188232, -1.9980305433273315, -1.758284091949463, -1.8267830610275269, -1.2445415258407593, -1.2445415258407593, 0.43368449807167053, 0.7933043241500854, 0.9303023219108582, 0.8789280652999878, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7076805233955383, 0.9645518660545349, 1.4611696004867554, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.5810428857803345, 1.4611696004867554, 1.3070467710494995, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 0.9988013505935669, 0.8960528373718262, 0.8618032932281494, 0.9474270939826965, 0.9816765785217285, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.7933043241500854, 0.24531221389770508, -0.2513057291507721, -0.2341809868812561, 0.38231024146080017, 0.0055655487813055515, 0.24531221389770508, 0.5364330410957336, 0.2281874716281891, 0.19393795728683472, 0.656306266784668, 0.8789280652999878, 0.8618032932281494, 1.2214230298995972, 1.0673003196716309, 1.1357992887496948, 1.101549744606018, 1.2214230298995972, 0.9303023219108582, 0.6049320101737976, 0.3309359848499298, -0.9362958669662476, -1.4329137802124023, -0.6965492963790894, 0.7076805233955383, -0.31980475783348083, -1.1075434684753418, -0.8506720662117004, -0.9534205794334412, -1.4671632051467896, -1.6212860345840454, -1.535662293434143, -0.06293346732854843, 0.27956172823905945, 0.091189444065094, 0.03981505334377289, 0.02269030176103115, -0.14855723083019257, 0.29668647050857544, 0.5706825256347656, 0.5193082690238953, 0.6049320101737976, 0.5021834969520569, 0.810429036617279, 0.8960528373718262, 0.6905558109283447, 0.8275538086891174, 0.8789280652999878, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.14256370067596436, 0.3138112425804138, 0.3138112425804138, 0.2110627144575119, 0.5535577535629272, 0.6049320101737976, 0.41655975580215454, 0.5706825256347656, 0.622056782245636, 0.39943498373031616, 0.587807297706604, 0.8275538086891174, 0.9303023219108582, 1.0501755475997925, 0.7761795520782471, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 1.0673003196716309, 0.9131776094436646, 0.587807297706604, -0.9020463228225708, -1.7754088640213013, -1.8096582889556885, -0.2684305012226105, -0.4568027853965759, 0.6905558109283447, 0.8446785807609558, 1.18717360496521, 1.375545859336853, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2899221181869507, 1.0330508947372437, 0.7933043241500854, 1.2899221181869507, 1.3584210872650146, 1.2727973461151123, 1.1186745166778564, 0.8275538086891174, 0.4679340124130249, 0.7761795520782471, 0.6049320101737976, 0.02269030176103115, 0.8275538086891174, 0.41655975580215454, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 1.0844250917434692, 1.5467933416366577, 1.2727973461151123, 0.4679340124130249, -1.0561691522598267, -1.4329137802124023, -0.9020463228225708, -0.1143077164888382, -0.8849216103553772, -1.02191960811615, 0.3651854991912842, -0.8164225816726685, -1.4671632051467896, 0.5535577535629272, -0.9705453515052795, -1.7069097757339478, -1.5527870655059814, -1.6384108066558838, -1.5014127492904663, -1.3986642360687256, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.9988013505935669, 1.0673003196716309, 1.2385478019714355, 1.4611696004867554, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.5981676578521729, 1.4954191446304321, 1.375545859336853, 1.2385478019714355, 1.2042982578277588, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0501755475997925, 1.1700488328933716, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2385478019714355, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.091189444065094, -0.19993148744106293, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 1.0330508947372437, 0.9988013505935669, 1.101549744606018, 1.1529240608215332, 1.3584210872650146, 1.18717360496521, 1.1186745166778564, 1.2042982578277588, 1.0330508947372437, 0.587807297706604, -0.2341809868812561, 0.39943498373031616, -0.02868395671248436, -0.30267998576164246, -0.6794245839118958, 0.9131776094436646, 0.4679340124130249, 0.15968845784664154, -0.08005820959806442, -0.5253018140792847, -0.40542852878570557, 0.03981505334377289, -0.6280503273010254, 0.17681321501731873, -0.045808710157871246, 0.10831420123577118, 0.14256370067596436, 0.3480607271194458, 0.7248052954673767, 0.43368449807167053, 0.7076805233955383, 0.41655975580215454, 0.8446785807609558, 0.5535577535629272, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.6905558109283447, 0.38231024146080017, 0.4850587546825409, 0.4508092403411865, 0.3309359848499298, 0.3651854991912842, 0.24531221389770508, 0.17681321501731873, 0.27956172823905945, 0.7590547800064087, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6734310388565063, 0.8618032932281494, 0.7761795520782471, 0.9988013505935669, 1.2214230298995972, 1.324171543121338, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, 0.810429036617279, -0.09718296676874161, -1.6212860345840454, -1.9809058904647827, 0.02269030176103115, 0.5364330410957336, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 1.2385478019714355, 1.1186745166778564, 1.2214230298995972, 1.2727973461151123, 1.4269200563430786, 1.5125439167022705, 1.3070467710494995, 1.2042982578277588, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 0.5021834969520569, 1.1700488328933716, 1.2385478019714355, 0.8446785807609558, 0.3480607271194458, 1.3412963151931763, 0.8960528373718262, 0.7761795520782471, 0.3651854991912842, 0.3138112425804138, 0.15968845784664154, 0.24531221389770508, 0.5193082690238953, 0.19393795728683472, 0.656306266784668, 0.3309359848499298, 0.38231024146080017, -0.06293346732854843, 0.9645518660545349, -1.1246682405471802, -0.9705453515052795, -0.9705453515052795, -1.0561691522598267, -1.5014127492904663, 0.03981505334377289, 0.19393795728683472, -1.1589176654815674, -0.5595512986183167, -0.6965492963790894, -1.415789008140564, -1.4329137802124023, -1.1075434684753418, -1.227416753768921, -1.227416753768921, 0.8960528373718262, 1.0159261226654053, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.4269200563430786, 1.3412963151931763, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.8789280652999878, 1.0673003196716309, 1.2385478019714355, 1.3926706314086914, 1.563918113708496, 1.63241708278656, 1.6837913990020752, 1.718040943145752, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.810429036617279, 1.0844250917434692, 1.101549744606018, 1.324171543121338, 1.1357992887496948, 1.2385478019714355, 1.3070467710494995, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 0.9816765785217285, 1.0159261226654053, 0.8446785807609558, 0.7933043241500854, 1.0673003196716309, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.3584210872650146, 1.2385478019714355, 0.810429036617279, 0.8960528373718262, 0.3651854991912842, 0.9474270939826965, -0.42255327105522156, 0.3309359848499298, 0.587807297706604, 0.9131776094436646, 0.3309359848499298, 0.5706825256347656, 0.5364330410957336, 0.8275538086891174, 0.27956172823905945, 0.091189444065094, -0.2341809868812561, 0.622056782245636, 0.2110627144575119, 0.656306266784668, -0.13143247365951538, 0.5364330410957336, 0.622056782245636, 0.3138112425804138, 0.622056782245636, 0.4508092403411865, 0.8275538086891174, 0.4679340124130249, 0.6391815543174744, 0.6391815543174744, 0.5193082690238953, 0.587807297706604, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.7590547800064087, 0.3651854991912842, 0.587807297706604, 0.8618032932281494, 0.5021834969520569, 0.7761795520782471, 0.7248052954673767, 0.9474270939826965, 0.7933043241500854, 0.9474270939826965, 1.2042982578277588, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 1.0673003196716309, 0.5535577535629272, -0.7307988405227661, -1.8439078330993652, -1.0390443801879883, 0.5706825256347656, 0.6734310388565063, 0.6734310388565063, 0.3309359848499298, 0.810429036617279, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.255672574043274, 1.3412963151931763, 1.4611696004867554, 1.3412963151931763, 0.9131776094436646, 0.9645518660545349, 1.0673003196716309, 1.3070467710494995, 1.3412963151931763, 1.4954191446304321, 0.5706825256347656, 0.9303023219108582, 0.6049320101737976, 0.6391815543174744, 0.9988013505935669, 0.7590547800064087, 0.9645518660545349, -0.09718296676874161, 0.7590547800064087, -0.14855723083019257, 0.5535577535629272, 0.3309359848499298, 0.9988013505935669, 0.9131776094436646, 1.2042982578277588, 0.810429036617279, 0.7076805233955383, -0.14855723083019257, -1.0047948360443115, -1.0390443801879883, -0.7136740684509277, -1.0390443801879883, -1.5014127492904663, -0.5253018140792847, 0.29668647050857544, -1.3986642360687256, -0.7992978096008301, -0.7821730971336365, -1.3130404949188232, -1.4329137802124023, -1.4500385522842407, -1.4329137802124023, -0.7136740684509277, 0.8446785807609558, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878], [1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 1.0159261226654053, 1.0159261226654053, 1.2214230298995972, 1.5467933416366577, 1.6152924299240112, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 0.9303023219108582, 0.8618032932281494, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 1.0673003196716309, 1.0501755475997925, 1.101549744606018, 0.9303023219108582, 1.1357992887496948, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.4097954034805298, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.1186745166778564, 1.2042982578277588, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 1.0159261226654053, 0.9303023219108582, 1.0673003196716309, 1.0673003196716309, 0.8960528373718262, 0.9645518660545349, 1.0330508947372437, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.810429036617279, 0.7419300675392151, 0.622056782245636, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 0.622056782245636, 0.4679340124130249, 0.39943498373031616, 0.5364330410957336, 0.41655975580215454, 0.19393795728683472, 0.3480607271194458, 0.6391815543174744, 0.7248052954673767, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 0.7590547800064087, 1.2727973461151123, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.2899221181869507, 1.1186745166778564, 1.0673003196716309, 0.8789280652999878, -0.02868395671248436, -1.2102919816970825, -1.3986642360687256, -0.5938007831573486, -0.3883037567138672, 0.7590547800064087, 0.9988013505935669, 0.8446785807609558, 0.8275538086891174, 1.2899221181869507, 1.1357992887496948, 1.3412963151931763, 1.3584210872650146, 1.4954191446304321, 1.0159261226654053, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.255672574043274, 1.1357992887496948, 0.6905558109283447, 0.6734310388565063, 0.5021834969520569, 0.9303023219108582, 0.9816765785217285, 0.656306266784668, 0.9816765785217285, 0.8618032932281494, 0.7590547800064087, 0.7419300675392151, -0.21705622971057892, 0.6905558109283447, 0.29668647050857544, 0.3309359848499298, 0.9474270939826965, 0.9131776094436646, 1.3926706314086914, 0.9131776094436646, 1.375545859336853, 1.0844250917434692, 0.6391815543174744, -0.7307988405227661, -1.5527870655059814, -1.3130404949188232, -1.4329137802124023, -1.5870364904403687, -1.4671632051467896, 0.02269030176103115, -1.6555355787277222, -1.073293924331665, -0.6622998118400574, -0.9876701235771179, -1.3986642360687256, -1.3986642360687256, -1.4671632051467896, -0.1143077164888382, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494], [1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 1.1529240608215332, 1.2042982578277588, 1.3412963151931763, 1.5125439167022705, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.5810428857803345, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.255672574043274, 1.18717360496521, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 0.9303023219108582, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 0.7933043241500854, 0.5535577535629272, 0.5364330410957336, 0.6049320101737976, 0.4850587546825409, 0.5364330410957336, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.8960528373718262, 0.9816765785217285, 1.101549744606018, 1.2899221181869507, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.1700488328933716, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.101549744606018, 1.1700488328933716, 0.9816765785217285, 0.810429036617279, 1.1357992887496948, 0.8789280652999878, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 0.6049320101737976, 0.12543895840644836, 0.5706825256347656, 0.7248052954673767, 0.622056782245636, 0.6391815543174744, 0.5535577535629272, 0.4508092403411865, 0.3480607271194458, 0.38231024146080017, 0.5021834969520569, 0.5193082690238953, 0.6391815543174744, 0.5364330410957336, 0.3480607271194458, 0.6905558109283447, 0.7761795520782471, 0.7076805233955383, 0.8275538086891174, 0.7590547800064087, 0.5706825256347656, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.6905558109283447, 0.6049320101737976, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 0.8275538086891174, 1.0673003196716309, 0.5193082690238953, -1.073293924331665, -1.5527870655059814, -1.5014127492904663, 0.0740646943449974, 0.656306266784668, 0.810429036617279, 0.9474270939826965, 1.1357992887496948, 1.1529240608215332, 1.3584210872650146, 1.101549744606018, 1.4097954034805298, 1.0159261226654053, 1.2214230298995972, 1.2899221181869507, 1.3926706314086914, 0.6391815543174744, 0.4679340124130249, 1.0159261226654053, 0.8618032932281494, 0.7076805233955383, 0.9131776094436646, 1.1700488328933716, 0.7933043241500854, 0.9988013505935669, 0.8618032932281494, 1.0844250917434692, 0.9303023219108582, 0.43368449807167053, 0.8789280652999878, 0.24531221389770508, 0.5535577535629272, 0.43368449807167053, 0.8789280652999878, 0.9816765785217285, 1.0159261226654053, 0.810429036617279, 1.3584210872650146, 0.656306266784668, 1.1357992887496948, 0.29668647050857544, -0.8506720662117004, -1.7069097757339478, -1.4671632051467896, -1.3472900390625, -1.5185375213623047, -1.3644146919250488, -0.3540542721748352, -1.7240345478057861, -1.2959157228469849, -0.7479235529899597, -1.0047948360443115, -1.1075434684753418, -1.3986642360687256, -1.3815394639968872, 0.7076805233955383, 0.8960528373718262, 0.8789280652999878], [1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 1.0159261226654053, 1.1529240608215332, 1.3584210872650146, 1.5296685695648193, 1.6152924299240112, 1.6666666269302368, 1.6666666269302368, 1.563918113708496, 1.5125439167022705, 1.444044828414917, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.8789280652999878, 0.7419300675392151, 0.6734310388565063, 0.8789280652999878, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.7761795520782471, 0.810429036617279, 0.9303023219108582, 0.7933043241500854, 0.7419300675392151, 0.9645518660545349, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.2899221181869507, 1.4269200563430786, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.18717360496521, 0.9988013505935669, 1.0159261226654053, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.1186745166778564, 1.0501755475997925, 0.7761795520782471, 0.9303023219108582, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.6049320101737976, 0.6905558109283447, 0.9131776094436646, 0.5021834969520569, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6049320101737976, 0.622056782245636, 0.7933043241500854, 0.7933043241500854, 0.7419300675392151, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.8275538086891174, 0.9645518660545349, 0.7933043241500854, 0.7590547800064087, 1.0159261226654053, 0.9303023219108582, 0.622056782245636, 0.9303023219108582, 1.0673003196716309, 1.0501755475997925, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 0.5193082690238953, -1.02191960811615, -1.9295315742492676, -0.8506720662117004, -0.2513057291507721, 0.5021834969520569, 0.587807297706604, 0.9988013505935669, 1.2042982578277588, 0.587807297706604, 1.1357992887496948, 1.0844250917434692, 1.2899221181869507, 1.324171543121338, 0.9474270939826965, 0.7248052954673767, 1.1357992887496948, 0.622056782245636, 0.9645518660545349, 0.4679340124130249, 0.810429036617279, 0.7248052954673767, 0.7761795520782471, 0.7419300675392151, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 0.38231024146080017, 0.7761795520782471, 0.9645518660545349, 0.4850587546825409, 0.8960528373718262, 0.7761795520782471, 0.9131776094436646, 1.18717360496521, 1.2899221181869507, 0.6905558109283447, 1.0159261226654053, 1.2899221181869507, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.15968845784664154, -0.2513057291507721, -1.5527870655059814, -1.5014127492904663, -1.3815394639968872, -1.484287977218628, -1.2445415258407593, -1.1246682405471802, -1.7069097757339478, -1.02191960811615, -0.9534205794334412, -1.0904186964035034, -0.7136740684509277, -1.5014127492904663, -1.5527870655059814, 0.9645518660545349, 0.8789280652999878], [1.4269200563430786, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0673003196716309, 1.1700488328933716, 1.2727973461151123, 1.3926706314086914, 1.4611696004867554, 1.6152924299240112, 1.6152924299240112, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.375545859336853, 1.3412963151931763, 1.2385478019714355, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.7933043241500854, 0.810429036617279, 0.656306266784668, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.3309359848499298, 0.5021834969520569, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.9131776094436646, 0.7761795520782471, 0.8960528373718262, 0.38231024146080017, 0.5364330410957336, 0.7590547800064087, 0.8618032932281494, 1.0159261226654053, 0.7419300675392151, 0.8789280652999878, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.2214230298995972, 1.375545859336853, 1.2214230298995972, 0.9816765785217285, 0.8789280652999878, 0.7590547800064087, 1.1186745166778564, 1.0844250917434692, 1.1186745166778564, 1.0844250917434692, 0.7933043241500854, 0.6049320101737976, 0.810429036617279, 0.8275538086891174, 0.24531221389770508, -0.06293346732854843, 0.8275538086891174, 0.3480607271194458, 0.656306266784668, 0.5535577535629272, 0.6905558109283447, 0.41655975580215454, 0.5364330410957336, 0.7933043241500854, 0.7761795520782471, 0.6734310388565063, 0.2281874716281891, 0.38231024146080017, 0.5535577535629272, 0.8446785807609558, 0.5535577535629272, 0.622056782245636, 0.5706825256347656, 0.8446785807609558, 0.5021834969520569, 0.8960528373718262, -0.08005820959806442, 0.7933043241500854, 0.7590547800064087, 0.656306266784668, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2385478019714355, 1.1186745166778564, 1.2727973461151123, 1.1529240608215332, 1.1529240608215332, 0.4850587546825409, -0.3711790144443512, -1.758284091949463, -1.6555355787277222, 0.03981505334377289, 0.02269030176103115, 0.27956172823905945, 0.8789280652999878, 0.38231024146080017, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.444044828414917, 1.1186745166778564, 1.0330508947372437, 1.1357992887496948, 0.9816765785217285, 0.9645518660545349, 0.7761795520782471, 1.0501755475997925, 1.0330508947372437, 0.5706825256347656, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.8960528373718262, 0.2110627144575119, 0.6391815543174744, 0.9816765785217285, 0.5193082690238953, 0.3480607271194458, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.41655975580215454, 0.5193082690238953, 0.2110627144575119, 0.5021834969520569, 0.587807297706604, 0.3651854991912842, 0.41655975580215454, 0.8446785807609558, -0.14855723083019257, -0.09718296676874161, -0.4910522699356079, -1.4671632051467896, -1.5699117183685303, -1.4329137802124023, -1.227416753768921, -1.2959157228469849, -1.5527870655059814, -1.2445415258407593, -1.2787909507751465, -0.9020463228225708, -0.9876701235771179, -1.2787909507751465, -1.535662293434143, -1.2445415258407593, 1.718040943145752], [1.3926706314086914, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.1357992887496948, 1.3412963151931763, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.5467933416366577, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.2727973461151123, 1.2042982578277588, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.8618032932281494, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.8275538086891174, 0.7590547800064087, 0.9474270939826965, 0.9816765785217285, 0.7590547800064087, 0.7419300675392151, 0.6049320101737976, 0.9131776094436646, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.1186745166778564, 0.9645518660545349, 1.0159261226654053, 1.1357992887496948, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 0.8618032932281494, 0.7076805233955383, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.587807297706604, 0.5021834969520569, 0.41655975580215454, 0.27956172823905945, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.656306266784668, 0.6734310388565063, 0.5193082690238953, 0.6391815543174744, 0.7419300675392151, 0.6049320101737976, 0.5193082690238953, 0.03981505334377289, 0.27956172823905945, 0.3651854991912842, 0.6391815543174744, 0.5021834969520569, 0.7590547800064087, 0.7761795520782471, 0.4508092403411865, 0.4679340124130249, 0.7590547800064087, 0.7761795520782471, 1.18717360496521, 1.0844250917434692, 1.1186745166778564, 1.2385478019714355, 1.3412963151931763, 1.324171543121338, 1.1700488328933716, 0.810429036617279, -0.1143077164888382, -1.878157377243042, -1.4329137802124023, -1.1931672096252441, -1.1075434684753418, 0.4679340124130249, 0.43368449807167053, 0.5535577535629272, 1.0330508947372437, 1.3926706314086914, 0.9645518660545349, 0.7761795520782471, 0.9645518660545349, 1.2385478019714355, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.2385478019714355, 0.7761795520782471, 0.656306266784668, 0.6905558109283447, 0.622056782245636, 0.7419300675392151, 0.9303023219108582, 0.5021834969520569, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.41655975580215454, 0.5193082690238953, 0.2281874716281891, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.4508092403411865, 0.3480607271194458, 0.5706825256347656, 0.19393795728683472, 0.091189444065094, 0.7248052954673767, 0.02269030176103115, 0.5021834969520569, 0.41655975580215454, -0.7479235529899597, -1.3472900390625, -1.6212860345840454, -1.4329137802124023, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.3644146919250488, -1.0561691522598267, -0.9191710948944092, -1.02191960811615, -1.261666178703308, -1.415789008140564, -0.6965492963790894], [1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.2042982578277588, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.324171543121338, 1.2385478019714355, 1.1529240608215332, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.7933043241500854, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.8446785807609558, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.7590547800064087, 0.9645518660545349, 0.8618032932281494, 1.1186745166778564, 0.9645518660545349, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.1529240608215332, 1.0501755475997925, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 0.6391815543174744, 0.8789280652999878, 1.0159261226654053, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 1.18717360496521, 0.6049320101737976, 1.0330508947372437, 1.0330508947372437, 0.8446785807609558, 0.7933043241500854, 0.8960528373718262, 0.7248052954673767, 0.7590547800064087, 0.587807297706604, 0.7248052954673767, 0.6049320101737976, 0.6391815543174744, 0.5706825256347656, 0.27956172823905945, 0.14256370067596436, 0.39943498373031616, 0.2281874716281891, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.6734310388565063, 0.8275538086891174, 0.6905558109283447, 0.7419300675392151, 0.6391815543174744, 0.4508092403411865, 0.5706825256347656, 0.3651854991912842, 0.622056782245636, 0.41655975580215454, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.18717360496521, 1.0673003196716309, 1.1357992887496948, 0.9645518660545349, -0.09718296676874161, -1.535662293434143, -1.7411593198776245, -0.9020463228225708, -1.261666178703308, -0.4568027853965759, 0.6049320101737976, 1.101549744606018, 0.7933043241500854, 0.6391815543174744, 0.587807297706604, 0.6905558109283447, 1.1357992887496948, 0.7419300675392151, 0.8960528373718262, 0.7761795520782471, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 0.7590547800064087, 1.324171543121338, 0.7419300675392151, 0.9131776094436646, 0.7933043241500854, 0.7248052954673767, 0.587807297706604, 0.5706825256347656, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.656306266784668, 0.4850587546825409, 0.7590547800064087, 0.38231024146080017, 0.5364330410957336, 0.38231024146080017, 0.8618032932281494, 0.810429036617279, 0.8960528373718262, 0.8275538086891174, -0.4910522699356079, -1.2445415258407593, -1.758284091949463, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.3815394639968872, -1.261666178703308, -1.3986642360687256, -0.8506720662117004, -0.6965492963790894, -1.4329137802124023, -1.3644146919250488], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4782943725585938, 1.3584210872650146, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0844250917434692, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.6734310388565063, 1.0159261226654053, 0.9988013505935669, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 1.18717360496521, 1.1529240608215332, 1.0501755475997925, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 0.9816765785217285, 1.0159261226654053, 0.9645518660545349, 1.101549744606018, 0.9988013505935669, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 1.0844250917434692, 0.6734310388565063, 0.5364330410957336, 0.9988013505935669, 1.0673003196716309, 0.7590547800064087, 0.7076805233955383, 0.7933043241500854, 0.5364330410957336, 0.38231024146080017, 0.5193082690238953, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6391815543174744, 0.7419300675392151, 0.4850587546825409, 0.26243698596954346, 0.8446785807609558, 0.41655975580215454, 0.15968845784664154, 0.7933043241500854, 0.3138112425804138, 0.7590547800064087, 0.3651854991912842, 0.4508092403411865, 0.39943498373031616, 0.9131776094436646, 0.8789280652999878, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.2042982578277588, 1.0844250917434692, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.0673003196716309, 0.6391815543174744, -1.1760424375534058, -1.5527870655059814, -1.604161262512207, -0.7650483250617981, -0.43967801332473755, 0.5535577535629272, 0.3309359848499298, 0.14256370067596436, 0.5021834969520569, 0.810429036617279, 0.5021834969520569, 0.7248052954673767, 0.7590547800064087, 0.4850587546825409, 0.4850587546825409, 0.39943498373031616, 0.5021834969520569, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 1.0159261226654053, 0.41655975580215454, 0.7419300675392151, 0.656306266784668, 0.43368449807167053, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.587807297706604, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.5706825256347656, 0.7761795520782471, 0.7419300675392151, 0.810429036617279, 0.656306266784668, 0.8446785807609558, 0.656306266784668, 0.8618032932281494, 0.9131776094436646, 0.9816765785217285, 0.6049320101737976, -1.415789008140564, -1.7069097757339478, -1.4500385522842407, -1.3301652669906616, -1.3130404949188232, -1.3986642360687256, -1.261666178703308, -1.79253351688385, -0.30267998576164246, -0.8849216103553772, -1.3815394639968872], [1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.7933043241500854, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.6391815543174744, 1.1186745166778564, 1.18717360496521, 0.7761795520782471, 0.6905558109283447, 0.9131776094436646, 0.6391815543174744, 0.9303023219108582, 1.0159261226654053, 0.9131776094436646, 0.8789280652999878, 1.0330508947372437, 1.0844250917434692, 1.1529240608215332, 1.1357992887496948, 1.0330508947372437, 1.1186745166778564, 0.8960528373718262, 0.9645518660545349, 0.9474270939826965, 0.7933043241500854, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 1.0330508947372437, 1.1186745166778564, 0.7248052954673767, 0.7248052954673767, 1.1186745166778564, 0.9303023219108582, 0.8789280652999878, 0.9816765785217285, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.656306266784668, 0.7076805233955383, 0.6391815543174744, 0.7933043241500854, 0.656306266784668, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8789280652999878, 0.3138112425804138, 0.39943498373031616, 0.587807297706604, 0.6391815543174744, 0.24531221389770508, 0.39943498373031616, 0.4850587546825409, 0.6905558109283447, 0.5193082690238953, 0.26243698596954346, 0.5535577535629272, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.4097954034805298, 1.255672574043274, 1.1529240608215332, 1.1529240608215332, 1.255672574043274, 1.3070467710494995, 0.8960528373718262, -0.4568027853965759, -1.3301652669906616, -1.9124068021774292, -0.6794245839118958, -0.9705453515052795, -0.2513057291507721, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.3480607271194458, 0.4508092403411865, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.4679340124130249, 0.43368449807167053, 0.9645518660545349, 0.6049320101737976, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.5364330410957336, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 1.18717360496521, -1.1760424375534058, -1.6384108066558838, -1.5014127492904663, -1.4329137802124023, -1.3986642360687256, -1.415789008140564, -1.3815394639968872, -1.6384108066558838, 0.3651854991912842, -1.141792893409729], [1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 0.9474270939826965, 0.9303023219108582, 0.8618032932281494, 0.9303023219108582, 0.810429036617279, 0.6734310388565063, 0.7761795520782471, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8446785807609558, 0.9131776094436646, 1.0844250917434692, 1.2214230298995972, 1.0501755475997925, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.8618032932281494, 0.810429036617279, 0.9645518660545349, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 0.8446785807609558, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 0.9816765785217285, 0.9474270939826965, 0.6905558109283447, 0.7933043241500854, 0.656306266784668, 0.4508092403411865, 0.587807297706604, 0.7761795520782471, 0.7933043241500854, 0.6734310388565063, 0.6049320101737976, 0.6391815543174744, 0.7419300675392151, 0.587807297706604, 0.6391815543174744, 0.3651854991912842, 0.26243698596954346, 0.4508092403411865, 0.39943498373031616, 0.3138112425804138, 0.3651854991912842, 0.5021834969520569, 0.5193082690238953, 0.6905558109283447, 0.6905558109283447, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0159261226654053, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.2385478019714355, 1.1700488328933716, 1.3412963151931763, 1.0330508947372437, 0.6391815543174744, -0.9876701235771179, -1.4500385522842407, -1.7411593198776245, -1.141792893409729, -0.576676070690155, -0.14855723083019257, 0.03981505334377289, 0.10831420123577118, 0.14256370067596436, 0.43368449807167053, 0.4679340124130249, 0.6734310388565063, 0.4679340124130249, 0.810429036617279, 0.3651854991912842, 0.43368449807167053, 0.8789280652999878, 0.656306266784668, 0.7076805233955383, -0.06293346732854843, 0.6734310388565063, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7419300675392151, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.4508092403411865, -1.5527870655059814, -1.7240345478057861, -1.5527870655059814, -1.484287977218628, -1.4671632051467896, -1.3472900390625, -1.535662293434143, 0.3138112425804138], [1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.5193082690238953, 0.7933043241500854, 0.9816765785217285, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 1.0159261226654053, 0.9131776094436646, 1.1186745166778564, 1.1357992887496948, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.8618032932281494, 0.8960528373718262, 0.9988013505935669, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.7419300675392151, 0.6905558109283447, 0.8446785807609558, 0.9645518660545349, 1.0844250917434692, 0.9645518660545349, 1.0844250917434692, 1.0159261226654053, 0.8960528373718262, 0.9303023219108582, 1.0673003196716309, 1.18717360496521, 0.8275538086891174, 1.0159261226654053, 0.810429036617279, 0.6734310388565063, 0.8446785807609558, 0.9303023219108582, 0.8618032932281494, 0.7076805233955383, 0.5193082690238953, 0.4850587546825409, 0.9988013505935669, 0.6905558109283447, 0.6734310388565063, 0.4679340124130249, 0.5535577535629272, 0.6734310388565063, 0.41655975580215454, 0.43368449807167053, 0.6049320101737976, 0.43368449807167053, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.8618032932281494, 0.9474270939826965, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.18717360496521, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.5364330410957336, -1.0904186964035034, -1.3301652669906616, -1.5699117183685303, -1.1760424375534058, -0.576676070690155, -1.3301652669906616, -0.9020463228225708, 0.15968845784664154, 0.27956172823905945, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.4508092403411865, 0.6734310388565063, 0.4850587546825409, 0.7076805233955383, 0.6049320101737976, 0.3651854991912842, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 1.0501755475997925, -0.2513057291507721, -1.5870364904403687, -1.535662293434143, -1.4329137802124023, -1.3301652669906616, -1.4671632051467896, -1.4500385522842407], [1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7248052954673767, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 1.0673003196716309, 1.0330508947372437, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.0159261226654053, 1.0159261226654053, 0.8446785807609558, 0.8789280652999878, 0.5706825256347656, 0.656306266784668, 0.9474270939826965, 0.810429036617279, 0.7419300675392151, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 0.9816765785217285, 1.0673003196716309, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0501755475997925, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.9988013505935669, 1.0159261226654053, 1.18717360496521, 1.0673003196716309, 1.1529240608215332, 1.1186745166778564, 0.9988013505935669, 0.8275538086891174, 0.5535577535629272, 0.9816765785217285, 0.7590547800064087, 0.3309359848499298, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.7761795520782471, 0.8275538086891174, 0.41655975580215454, 0.43368449807167053, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.6391815543174744, 0.8446785807609558, 0.7419300675392151, 0.7933043241500854, 0.7076805233955383, 0.7761795520782471, 0.8446785807609558, 0.7761795520782471, 0.7419300675392151, 0.8618032932281494, 1.0330508947372437, 1.324171543121338, 1.0673003196716309, 0.9303023219108582, 1.1186745166778564, 1.2214230298995972, 1.2899221181869507, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 0.9988013505935669, 0.4850587546825409, -1.1075434684753418, -1.6212860345840454, -0.9534205794334412, -1.5014127492904663, -1.8439078330993652, -0.13143247365951538, -0.011559205129742622, 0.4850587546825409, 0.3651854991912842, 0.3480607271194458, 0.6049320101737976, 0.4850587546825409, 0.3309359848499298, 0.3138112425804138, 0.39943498373031616, 0.5364330410957336, 0.622056782245636, 0.810429036617279, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, -0.42255327105522156, -1.8610326051712036, -1.5527870655059814, -1.4671632051467896, -1.5185375213623047], [1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2214230298995972, 1.2727973461151123, 1.1700488328933716, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.1186745166778564, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 0.8618032932281494, 0.9303023219108582, 0.6734310388565063, 0.2110627144575119, 0.8275538086891174, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 0.8960528373718262, 1.0330508947372437, 1.0501755475997925, 0.8960528373718262, 0.9816765785217285, 0.9988013505935669, 1.0844250917434692, 0.8275538086891174, 0.9303023219108582, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.2042982578277588, 1.0330508947372437, 1.0159261226654053, 0.8275538086891174, 0.6391815543174744, 1.2042982578277588, 1.0501755475997925, 0.7076805233955383, 0.656306266784668, 0.9303023219108582, 0.7248052954673767, 0.7076805233955383, 0.622056782245636, 0.6391815543174744, 0.3651854991912842, 0.5535577535629272, 0.27956172823905945, 0.5193082690238953, 0.6049320101737976, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7076805233955383, 0.6391815543174744, 0.4850587546825409, 0.8446785807609558, 0.5193082690238953, 0.6734310388565063, 0.9131776094436646, 0.9816765785217285, 0.8960528373718262, 1.1186745166778564, 0.7248052954673767, 0.9816765785217285, 1.255672574043274, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.1357992887496948, 1.2385478019714355, 0.6734310388565063, 0.0055655487813055515, -1.3644146919250488, -1.7754088640213013, -1.3815394639968872, -1.0904186964035034, -0.5595512986183167, -0.16568197309970856, 0.39943498373031616, 0.29668647050857544, 0.3480607271194458, 0.5364330410957336, 0.3138112425804138, 0.10831420123577118, 0.41655975580215454, 0.4850587546825409, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.10831420123577118, -1.6555355787277222, -1.5014127492904663], [1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3070467710494995, 1.2042982578277588, 1.1357992887496948, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9303023219108582, 1.0159261226654053, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8446785807609558, 0.7761795520782471, 0.656306266784668, 0.7761795520782471, 0.810429036617279, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 1.0330508947372437, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0159261226654053, 0.9474270939826965, 1.0159261226654053, 1.101549744606018, 1.0501755475997925, 1.101549744606018, 1.0844250917434692, 1.1357992887496948, 1.0501755475997925, 1.1357992887496948, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.1357992887496948, 0.9131776094436646, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.9131776094436646, 0.8789280652999878, 0.7933043241500854, 0.9816765785217285, 0.6734310388565063, 0.7933043241500854, 0.7248052954673767, 0.7590547800064087, 0.38231024146080017, 0.7590547800064087, 0.4679340124130249, 0.5364330410957336, 0.7761795520782471, 0.7761795520782471, 0.6391815543174744, 0.5364330410957336, 0.622056782245636, 0.7933043241500854, 0.6049320101737976, 0.41655975580215454, 0.8789280652999878, 0.6049320101737976, 0.8960528373718262, 0.9645518660545349, 0.8789280652999878, 0.9816765785217285, 0.9988013505935669, 1.0673003196716309, 1.2214230298995972, 1.3070467710494995, 1.3070467710494995, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.1357992887496948, 0.8960528373718262, -0.5595512986183167, -1.3644146919250488, -1.672660231590271, -1.946656346321106, -1.2102919816970825, -0.645175039768219, 0.02269030176103115, 0.3651854991912842, 0.27956172823905945, 0.38231024146080017, -0.9191710948944092, 0.12543895840644836, 0.24531221389770508, 0.7761795520782471, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.9645518660545349], [1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 1.2042982578277588, 1.2899221181869507, 1.3070467710494995, 1.4097954034805298, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8789280652999878, 0.9645518660545349, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 0.9988013505935669, 1.0330508947372437, 0.7419300675392151, 0.8275538086891174, 0.656306266784668, 0.7419300675392151, 0.5193082690238953, 0.5364330410957336, 0.8275538086891174, 0.41655975580215454, 0.4508092403411865, 0.8960528373718262, 0.8275538086891174, 0.9816765785217285, 0.9474270939826965, 1.1186745166778564, 1.101549744606018, 1.0159261226654053, 0.9988013505935669, 1.0673003196716309, 1.101549744606018, 1.0673003196716309, 1.1529240608215332, 1.0673003196716309, 1.0159261226654053, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 1.0844250917434692, 1.2214230298995972, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7076805233955383, 0.7761795520782471, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7076805233955383, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, 0.8446785807609558, 0.9474270939826965, 0.5535577535629272, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.7419300675392151, 0.9645518660545349, 1.1529240608215332, 0.9474270939826965, 1.0844250917434692, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.375545859336853, 1.18717360496521, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.18717360496521, 1.1357992887496948, 0.5193082690238953, -0.5253018140792847, -1.3815394639968872, -1.5185375213623047, -1.7411593198776245, -1.1246682405471802, -0.9191710948944092, -0.4910522699356079, 0.15968845784664154, -0.9876701235771179, -0.3540542721748352, 0.15968845784664154, 0.8446785807609558, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174], [1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.2042982578277588, 1.375545859336853, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.7761795520782471, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 0.622056782245636, 0.8446785807609558, 0.7076805233955383, 0.6391815543174744, 0.810429036617279, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.8789280652999878, 0.4850587546825409, 0.5364330410957336, 0.8446785807609558, 0.4508092403411865, 0.4508092403411865, 0.587807297706604, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.7419300675392151, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 1.0673003196716309, 0.9816765785217285, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.101549744606018, 0.6905558109283447, 0.9645518660545349, 1.0159261226654053, 0.9303023219108582, 1.0330508947372437, 0.9645518660545349, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.7590547800064087, 0.6905558109283447, 0.587807297706604, 0.4850587546825409, 0.6905558109283447, 0.656306266784668, 0.8618032932281494, 0.5535577535629272, 0.9131776094436646, 0.6734310388565063, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.7419300675392151, 0.8275538086891174, 0.9816765785217285, 0.3480607271194458, 1.0159261226654053, 0.587807297706604, 1.0501755475997925, 0.9816765785217285, 1.0844250917434692, 0.9988013505935669, 1.1529240608215332, 1.2385478019714355, 1.2042982578277588, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2214230298995972, 0.7248052954673767, 0.15968845784664154, -0.3540542721748352, -0.9705453515052795, -1.5870364904403687, -1.3301652669906616, -0.5081770420074463, -0.7992978096008301, -0.610925555229187, -0.14855723083019257, 0.7933043241500854, 1.0673003196716309, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854], [0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2899221181869507, 1.2385478019714355, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 0.9303023219108582, 0.8275538086891174, 0.7761795520782471, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.6734310388565063, 0.7419300675392151, 0.6734310388565063, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.7248052954673767, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.5706825256347656, 0.4679340124130249, 0.29668647050857544, 0.4850587546825409, 0.8789280652999878, 0.7248052954673767, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.3651854991912842, 0.5021834969520569, 0.7076805233955383, 0.7933043241500854, 0.622056782245636, 0.622056782245636, 0.7933043241500854, 0.8960528373718262, 1.0159261226654053, 0.8618032932281494, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.810429036617279, 0.7076805233955383, 0.6905558109283447, 1.0501755475997925, 0.8446785807609558, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.6905558109283447, 0.7933043241500854, 0.7933043241500854, 0.7248052954673767, 0.7419300675392151, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 0.622056782245636, 0.5706825256347656, 0.4508092403411865, 0.810429036617279, 0.3651854991912842, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 1.1357992887496948, 1.1186745166778564, 1.18717360496521, 1.324171543121338, 1.2899221181869507, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.0330508947372437, 0.9131776094436646, 0.4679340124130249, 0.19393795728683472, 0.10831420123577118, 0.7761795520782471, 0.7248052954673767, 0.8275538086891174, 0.8960528373718262, 1.0330508947372437, 0.9474270939826965, 1.0673003196716309, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471], [0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.4269200563430786, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 0.9816765785217285, 0.9131776094436646, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.5706825256347656, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 0.8275538086891174, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.5706825256347656, 0.4508092403411865, 0.622056782245636, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7933043241500854, 0.5706825256347656, 0.3651854991912842, 0.4679340124130249, 0.9303023219108582, 0.7419300675392151, 0.8960528373718262, 0.6391815543174744, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.9645518660545349, 0.7076805233955383, 0.810429036617279, 0.8446785807609558, 0.6391815543174744, 0.622056782245636, 0.4850587546825409, 0.4508092403411865, 0.7933043241500854, 0.8618032932281494, 0.9131776094436646, 0.5364330410957336, 0.7419300675392151, 0.5364330410957336, 0.5535577535629272, 0.4679340124130249, 0.5021834969520569, 0.8275538086891174, 0.9474270939826965, 0.7419300675392151, 0.6049320101737976, 0.7933043241500854, 0.656306266784668, 0.8960528373718262, 0.810429036617279, 0.9474270939826965, 0.7590547800064087, 0.8960528373718262, 0.8618032932281494, 0.5706825256347656, 0.5193082690238953, 0.6905558109283447, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.3651854991912842, 0.9131776094436646, 1.0330508947372437, 0.8275538086891174, 0.8446785807609558, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.3070467710494995, 1.255672574043274, 1.2214230298995972, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.1700488328933716, 1.4611696004867554, 1.2385478019714355, 1.1186745166778564, 1.1357992887496948, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.0844250917434692, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151], [0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.255672574043274, 1.3584210872650146, 1.3070467710494995, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.810429036617279, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.7761795520782471, 0.6391815543174744, 0.5706825256347656, 0.10831420123577118, 0.622056782245636, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9645518660545349, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 0.6391815543174744, 0.656306266784668, 0.5535577535629272, 0.8446785807609558, 0.7419300675392151, 0.656306266784668, 0.7248052954673767, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.7761795520782471, 0.6391815543174744, 0.587807297706604, 0.4850587546825409, 0.6391815543174744, 0.5706825256347656, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7248052954673767, 0.8618032932281494, 0.8446785807609558, 0.6734310388565063, 0.8446785807609558, 0.7590547800064087, 0.5535577535629272, 0.4850587546825409, 0.6391815543174744, 0.3480607271194458, 0.2110627144575119, 0.4679340124130249, 0.8446785807609558, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 1.1186745166778564, 1.1186745166778564, 1.0159261226654053, 1.2385478019714355, 1.324171543121338, 1.101549744606018, 1.2214230298995972, 1.4782943725585938, 1.2727973461151123, 1.3584210872650146, 1.2899221181869507, 1.1357992887496948, 1.255672574043274, 1.255672574043274, 1.1357992887496948, 1.2385478019714355, 1.2727973461151123, 1.3584210872650146, 1.0844250917434692, 1.0501755475997925, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151], [0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2385478019714355, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0330508947372437, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.6734310388565063, 0.587807297706604, 0.5364330410957336, 0.6391815543174744, 0.5193082690238953, 0.656306266784668, 0.7933043241500854, 0.8446785807609558, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.8618032932281494, 0.7761795520782471, 0.5535577535629272, 0.7933043241500854, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.7419300675392151, 0.8789280652999878, 0.9131776094436646, 0.8275538086891174, 0.7590547800064087, 0.6049320101737976, 0.6905558109283447, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.6734310388565063, 0.7761795520782471, 1.0673003196716309, 0.9474270939826965, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.8275538086891174, 0.9474270939826965, 0.810429036617279, 1.0501755475997925, 0.7761795520782471, 0.9988013505935669, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.6049320101737976, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.6391815543174744, 0.3651854991912842, 0.15968845784664154, 0.5535577535629272, 0.14256370067596436, 0.622056782245636, 0.7590547800064087, 0.622056782245636, 0.9131776094436646, 1.0330508947372437, 0.9645518660545349, 0.8789280652999878, 1.0159261226654053, 1.1186745166778564, 1.18717360496521, 1.1357992887496948, 0.9645518660545349, 1.3926706314086914, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, 1.3070467710494995, 1.3070467710494995, 1.1529240608215332, 1.1700488328933716, 1.3070467710494995, 1.324171543121338, 1.1357992887496948, 1.0330508947372437, 1.1529240608215332, 1.18717360496521, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767], [0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.255672574043274, 1.375545859336853, 1.444044828414917, 1.4782943725585938, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 0.7761795520782471, 0.7076805233955383, 0.5535577535629272, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.5364330410957336, 0.4508092403411865, 0.5364330410957336, 0.6734310388565063, 0.6391815543174744, 0.4850587546825409, 0.26243698596954346, 0.622056782245636, 0.656306266784668, 0.9131776094436646, 0.9303023219108582, 0.8960528373718262, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8960528373718262, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 1.0673003196716309, 0.9645518660545349, 0.6905558109283447, 0.9131776094436646, 0.8789280652999878, 0.6391815543174744, 0.7248052954673767, 0.7419300675392151, 1.0844250917434692, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.8618032932281494, 0.587807297706604, 0.41655975580215454, 0.29668647050857544, 0.4508092403411865, 0.656306266784668, 0.7933043241500854, 0.7761795520782471, 0.8789280652999878, 0.9131776094436646, 0.656306266784668, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.2214230298995972, 0.810429036617279, 1.375545859336853, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8618032932281494, 0.8446785807609558, 0.6905558109283447, 0.622056782245636, 0.3309359848499298, 0.41655975580215454, 0.6905558109283447, 0.38231024146080017, 0.4508092403411865, 0.24531221389770508, 0.2110627144575119, 0.41655975580215454, 0.6905558109283447, 0.0055655487813055515, 0.10831420123577118, 0.7419300675392151, 0.622056782245636, 0.26243698596954346, 0.7419300675392151, 0.810429036617279, 0.6391815543174744, 0.9645518660545349, 0.5364330410957336, 0.656306266784668, 1.0159261226654053, 0.4850587546825409, 0.6905558109283447, 1.0159261226654053, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7248052954673767, 0.810429036617279, 0.810429036617279, 0.8618032932281494, 1.0159261226654053, 0.7761795520782471, 0.8275538086891174, 0.9474270939826965, 0.9816765785217285, 1.1186745166778564, 1.1700488328933716, 0.7761795520782471, 0.8960528373718262, 0.8960528373718262, 0.7248052954673767, 0.9131776094436646, 0.656306266784668, 0.587807297706604, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.9474270939826965, 0.6391815543174744, 0.6391815543174744, 0.4679340124130249, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.4850587546825409, 0.6734310388565063, 0.7076805233955383, 0.8789280652999878, 0.587807297706604, 0.9816765785217285, 0.9474270939826965, 1.0159261226654053, 1.1186745166778564, 0.9474270939826965, 1.0159261226654053, 0.810429036617279, 1.255672574043274, 1.1357992887496948, 0.9816765785217285, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063], [0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.8789280652999878, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5021834969520569, 0.5193082690238953, 0.7076805233955383, 0.622056782245636, 1.0673003196716309, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.6734310388565063, 0.810429036617279, 0.6049320101737976, 0.7076805233955383, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6391815543174744, 0.4850587546825409, 0.5535577535629272, 0.6391815543174744, 0.6391815543174744, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8446785807609558, 0.9131776094436646, 0.9988013505935669, 0.9988013505935669, 0.622056782245636, 0.5535577535629272, 0.8618032932281494, 0.656306266784668, 0.9303023219108582, 1.2042982578277588, 0.8960528373718262, 0.8446785807609558, 0.5706825256347656, 0.4508092403411865, 0.7590547800064087, 0.7248052954673767, 0.8446785807609558, 0.8446785807609558, 0.7076805233955383, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.4850587546825409, 0.587807297706604, 0.9645518660545349, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.587807297706604, 0.6905558109283447, 0.9303023219108582, 1.0844250917434692, 0.9474270939826965, 0.27956172823905945, 1.1186745166778564, 1.1700488328933716, 0.9474270939826965, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 1.2385478019714355, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668], [0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.3070467710494995, 1.2899221181869507, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6905558109283447, 0.5535577535629272, 0.5193082690238953, 0.8960528373718262, 0.9645518660545349, 0.8960528373718262, 0.8618032932281494, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8275538086891174, 0.7419300675392151, 0.8618032932281494, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.810429036617279, 0.7761795520782471, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.9988013505935669, 0.9645518660545349, 0.7933043241500854, 0.4508092403411865, 0.8446785807609558, 0.9474270939826965, 0.7933043241500854, 0.7076805233955383, 0.622056782245636, 0.8275538086891174, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.41655975580215454, 0.4508092403411865, 0.38231024146080017, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.5535577535629272, 0.6905558109283447, 0.9131776094436646, 0.810429036617279, 0.43368449807167053, 0.8960528373718262, 1.0159261226654053, 1.0159261226654053, 1.1357992887496948, 1.1357992887496948, 0.8275538086891174, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.2899221181869507, 1.1700488328933716, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9303023219108582, 0.8960528373718262, 0.7933043241500854, 0.8789280652999878, 0.5364330410957336, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.8618032932281494, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.7933043241500854, 0.7076805233955383, 0.8446785807609558, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9303023219108582, 0.9645518660545349, 0.7761795520782471, 0.8960528373718262, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.3651854991912842, 0.5535577535629272, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.7590547800064087, 0.8618032932281494, 0.6049320101737976, 0.8960528373718262, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.9988013505935669, 0.7248052954673767, 0.4850587546825409, 0.15968845784664154, 0.24531221389770508, 0.4508092403411865, 0.587807297706604, 0.5193082690238953, 0.8618032932281494, 0.810429036617279, 0.7248052954673767, 0.622056782245636, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.6734310388565063, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 1.0159261226654053, 1.324171543121338, 1.2214230298995972, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.0330508947372437, 0.9988013505935669, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.9131776094436646, 0.9474270939826965, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.0673003196716309, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.8789280652999878, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8960528373718262, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 0.8960528373718262, 0.810429036617279, 0.8789280652999878, 0.6905558109283447, 0.7248052954673767, 0.9131776094436646, 0.9131776094436646, 1.101549744606018, 0.38231024146080017, 0.7419300675392151, 0.7590547800064087, 0.622056782245636, 0.9816765785217285, 0.9474270939826965, 1.0501755475997925, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.7248052954673767, 0.7076805233955383, 0.6049320101737976, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.7933043241500854, 0.587807297706604, 0.7076805233955383, 0.6049320101737976, 0.6391815543174744, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 0.8275538086891174, 0.9816765785217285, 0.9645518660545349, 1.324171543121338, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744], [0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.375545859336853, 1.4269200563430786, 1.2214230298995972, 1.3412963151931763, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.101549744606018, 1.18717360496521, 1.18717360496521, 1.0501755475997925, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.9645518660545349, 0.8960528373718262, 0.9645518660545349, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.9988013505935669, 1.0159261226654053, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.8446785807609558, 0.622056782245636, 0.587807297706604, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 1.0673003196716309, 1.1357992887496948, 0.8789280652999878, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.7761795520782471, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.7419300675392151, 0.4850587546825409, 0.7248052954673767, 0.39943498373031616, 0.4508092403411865, 0.6391815543174744, 0.6734310388565063, 0.7590547800064087, 0.7076805233955383, 0.6049320101737976, 0.5364330410957336, 0.7419300675392151, 0.656306266784668, 0.587807297706604, 0.587807297706604, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.3584210872650146, 1.4097954034805298, 1.324171543121338, 1.3070467710494995, 1.18717360496521, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.2214230298995972, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2899221181869507, 1.18717360496521, 1.3412963151931763, 1.2727973461151123, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1357992887496948, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.0330508947372437, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8960528373718262, 0.8446785807609558, 0.9303023219108582, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.8446785807609558, 0.8275538086891174, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.6391815543174744, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.8618032932281494, 0.9303023219108582, 1.18717360496521, 1.2385478019714355, 1.375545859336853, 1.4269200563430786, 1.4097954034805298, 1.2899221181869507, 1.101549744606018, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3926706314086914, 1.324171543121338, 1.101549744606018, 1.4611696004867554, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.0501755475997925, 1.2214230298995972, 1.18717360496521, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 1.1529240608215332, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.7933043241500854, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8275538086891174, 0.9131776094436646, 0.810429036617279, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.7590547800064087, 0.6734310388565063, 0.7761795520782471, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.9131776094436646, 1.0159261226654053, 0.8618032932281494, 1.0844250917434692, 0.8618032932281494, 0.5021834969520569, 0.7076805233955383, 0.656306266784668, 0.7590547800064087, 0.7761795520782471, 0.8618032932281494, 0.8618032932281494, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 1.1700488328933716, 1.255672574043274, 1.324171543121338, 1.3412963151931763, 1.4611696004867554, 1.5125439167022705, 1.375545859336853, 1.2214230298995972, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.1700488328933716, 1.3070467710494995, 1.255672574043274, 1.1186745166778564, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.8789280652999878, 0.8275538086891174, 0.7248052954673767, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.7933043241500854, 0.8275538086891174, 0.6391815543174744, 0.9131776094436646, 0.9645518660545349, 0.8618032932281494, 0.656306266784668, 0.6049320101737976, 0.9303023219108582, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 1.2727973461151123, 1.1357992887496948, 1.0673003196716309, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 1.0330508947372437, 1.1529240608215332, 1.0501755475997925, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.5125439167022705, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.2214230298995972, 1.0159261226654053, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447], [0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9131776094436646, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.8789280652999878, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.8275538086891174, 0.7590547800064087, 0.7076805233955383, 0.8275538086891174, 0.9474270939826965, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 1.0330508947372437, 0.9474270939826965, 0.8275538086891174, 1.0673003196716309, 0.9303023219108582, 0.7248052954673767, 0.656306266784668, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 1.3070467710494995, 1.3412963151931763, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.375545859336853, 0.9988013505935669, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447], [0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.4097954034805298, 1.3926706314086914, 1.2727973461151123, 1.1357992887496948, 1.2214230298995972, 1.2042982578277588, 1.1357992887496948, 1.2214230298995972, 1.1700488328933716, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.8618032932281494, 0.8960528373718262, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.6734310388565063, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 1.0501755475997925, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 0.8960528373718262, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 1.1186745166778564, 1.255672574043274, 1.0159261226654053, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2385478019714355, 1.18717360496521, 1.0673003196716309, 1.4097954034805298, 1.444044828414917, 1.375545859336853, 1.4097954034805298, 0.9474270939826965, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.4269200563430786, 1.324171543121338, 1.3926706314086914, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.3412963151931763, 1.2042982578277588, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 1.0330508947372437, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.9988013505935669, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 1.0501755475997925, 0.9131776094436646, 0.810429036617279, 0.656306266784668, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.7590547800064087, 0.8618032932281494, 0.9303023219108582, 1.0501755475997925, 1.18717360496521, 1.0501755475997925, 1.255672574043274, 1.4097954034805298, 1.3070467710494995, 1.2899221181869507, 1.101549744606018, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.0330508947372437, 0.5535577535629272, 0.9816765785217285, 1.1529240608215332, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.2385478019714355, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3584210872650146, 1.2899221181869507, 1.2727973461151123, 1.18717360496521, 1.1186745166778564, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9645518660545349, 1.0673003196716309, 0.9474270939826965, 0.7076805233955383, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9474270939826965, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.1357992887496948, 1.1357992887496948, 1.3412963151931763, 1.375545859336853, 1.324171543121338, 1.0673003196716309, 1.1186745166778564, 1.2214230298995972, 1.2385478019714355, 1.1700488328933716, -0.3711790144443512, -0.13143247365951538, 0.19393795728683472, 0.810429036617279, 1.0673003196716309, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.2899221181869507, 1.4269200563430786, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.0501755475997925, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.6905558109283447, 0.6734310388565063, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 0.8275538086891174, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 1.0159261226654053, 1.0330508947372437, 1.2042982578277588, 1.2727973461151123, 1.1357992887496948, 0.9303023219108582, 1.2042982578277588, 1.2214230298995972, 0.9131776094436646, -1.3986642360687256, -2.0494048595428467, -2.0836544036865234, -2.0665295124053955, -1.7240345478057861, -1.7754088640213013, -1.5527870655059814, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447], [0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 0.9474270939826965, 0.8789280652999878, 0.7590547800064087, 0.6734310388565063, 0.5535577535629272, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.8275538086891174, 0.622056782245636, 0.8275538086891174, 0.9131776094436646, 0.8960528373718262, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.7248052954673767, 0.9816765785217285, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.1357992887496948, 1.2214230298995972, 0.3651854991912842, -1.7240345478057861, -2.1007792949676514, -2.0494048595428467, -1.9980305433273315, -1.8610326051712036, -1.758284091949463, -0.4910522699356079, -1.7754088640213013, 0.3651854991912842, -1.1589176654815674, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.26243698596954346, 0.29668647050857544, 0.3651854991912842, 0.41655975580215454, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.4269200563430786, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5467933416366577, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.0501755475997925, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9816765785217285, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.5535577535629272, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.656306266784668, 0.7248052954673767, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9988013505935669, 1.2214230298995972, 1.2385478019714355, 1.1186745166778564, -0.7992978096008301, -2.0494048595428467, -1.7411593198776245, -1.758284091949463, -1.5527870655059814, -1.6212860345840454, -1.8267830610275269, -1.672660231590271, -1.484287977218628, -1.7411593198776245, -1.227416753768921, -1.5185375213623047, -0.7821730971336365, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.375545859336853, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.255672574043274, 1.18717360496521, 1.101549744606018, 1.1700488328933716, 1.2214230298995972, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.9474270939826965, 0.8618032932281494, 0.9816765785217285, 0.9988013505935669, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 0.7590547800064087, -0.5595512986183167, -1.7069097757339478, -1.8267830610275269, -1.7240345478057861, -1.946656346321106, -1.7240345478057861, -1.6555355787277222, -0.7992978096008301, -1.3301652669906616, -0.5081770420074463, 1.718040943145752, 0.17681321501731873, -1.3986642360687256, -1.3986642360687256, -0.8335473537445068, -1.4671632051467896, -1.3130404949188232, 1.0844250917434692, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2281874716281891, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.8618032932281494, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.18717360496521, 1.324171543121338, 1.3412963151931763, 0.5706825256347656, -1.5185375213623047, -1.6897850036621094, -1.6212860345840454, -1.946656346321106, -1.9124068021774292, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.8267830610275269, -1.5699117183685303, -1.2445415258407593, -0.9705453515052795, -0.5938007831573486, -1.4500385522842407, 1.9235379695892334, 1.563918113708496, -0.9362958669662476, -1.0904186964035034, -1.2787909507751465, -0.16568197309970856, -1.8439078330993652, -0.31980475783348083, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.4782943725585938, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2727973461151123, 1.255672574043274, 1.1700488328933716, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.18717360496521, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.101549744606018, 1.101549744606018, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 0.43368449807167053, -1.604161262512207, -1.7069097757339478, -1.7240345478057861, -1.5527870655059814, -1.6384108066558838, -1.7411593198776245, -1.79253351688385, -1.2445415258407593, -1.9637811183929443, -1.7754088640213013, -1.9124068021774292, -1.878157377243042, -1.7411593198776245, -1.3130404949188232, -1.2102919816970825, -1.7240345478057861, -0.645175039768219, 1.6495418548583984, 1.9235379695892334, 1.8036646842956543, 1.375545859336853, 0.656306266784668, -1.9637811183929443, -1.1760424375534058, 1.0501755475997925, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.39943498373031616, 0.41655975580215454, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.375545859336853, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6837913990020752, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.3070467710494995, 1.1529240608215332, -1.3644146919250488, -1.6384108066558838, -1.415789008140564, -1.3815394639968872, -1.073293924331665, -1.0561691522598267, -1.5185375213623047, -1.672660231590271, -1.8952820301055908, -1.2787909507751465, -1.3815394639968872, -0.13143247365951538, 0.43368449807167053, -1.5870364904403687, -1.5014127492904663, -1.758284091949463, -1.6555355787277222, 0.0740646943449974, 1.2727973461151123, 2.1804091930389404, 1.7009161710739136, 1.6495418548583984, -1.415789008140564, -1.415789008140564, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.15968845784664154, 0.19393795728683472, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4954191446304321, 1.4269200563430786, 1.4097954034805298, 1.444044828414917, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5296685695648193, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.5125439167022705, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.375545859336853, 1.1700488328933716, -0.9362958669662476, -1.5699117183685303, -0.5595512986183167, -1.484287977218628, -1.0904186964035034, -0.9362958669662476, -1.4500385522842407, -0.6794245839118958, -1.3815394639968872, -1.0047948360443115, -0.5424265265464783, -1.8610326051712036, -0.19993148744106293, -1.1589176654815674, -1.3130404949188232, -1.5527870655059814, -1.484287977218628, -1.5185375213623047, 0.27956172823905945, 1.4611696004867554, 1.2214230298995972, 1.2727973461151123, 1.5810428857803345, 0.12543895840644836, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.14256370067596436, 0.17681321501731873, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4097954034805298, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.4782943725585938, 1.2899221181869507, 1.5810428857803345, 1.4097954034805298, 1.444044828414917, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9988013505935669, 0.9645518660545349, 1.0159261226654053, 1.1529240608215332, 1.2042982578277588, 1.1700488328933716, 1.0844250917434692, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, -0.8849216103553772, -0.8506720662117004, -1.1075434684753418, -1.227416753768921, -1.484287977218628, -0.7992978096008301, -0.7307988405227661, -1.073293924331665, -1.415789008140564, -1.3815394639968872, -1.0561691522598267, 0.2110627144575119, -1.0047948360443115, -1.0390443801879883, -0.5424265265464783, -1.2959157228469849, -1.5527870655059814, -1.7754088640213013, -0.30267998576164246, 0.9303023219108582, 1.7522903680801392, 1.9235379695892334, 1.2899221181869507, 1.101549744606018, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063], [0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.27956172823905945, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.324171543121338, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.5467933416366577, 1.444044828414917, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.4954191446304321, 1.4782943725585938, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.9645518660545349, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, -1.0561691522598267, -1.0390443801879883, -1.4329137802124023, -1.7411593198776245, -1.8096582889556885, -1.8267830610275269, 0.7248052954673767, 0.6049320101737976, -0.5424265265464783, -1.141792893409729, -0.9876701235771179, -0.9020463228225708, -1.3986642360687256, 0.38231024146080017, -0.08005820959806442, -0.16568197309970856, -1.2959157228469849, -0.3369295001029968, -1.4500385522842407, -1.3815394639968872, 1.324171543121338, 1.8892884254455566, 1.4097954034805298, 1.18717360496521, 0.9474270939826965, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.2110627144575119, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.375545859336853, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.563918113708496, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.444044828414917, 1.5467933416366577, 1.6152924299240112, 1.5810428857803345, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.444044828414917, 1.563918113708496, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5125439167022705, 0.17681321501731873, 0.622056782245636, 0.9131776094436646, 0.9303023219108582, 0.587807297706604, 0.29668647050857544, 0.587807297706604, 1.5125439167022705, 1.5981676578521729, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, -0.8677968382835388, -1.073293924331665, -1.3644146919250488, -1.6897850036621094, -1.8267830610275269, -1.758284091949463, 1.0159261226654053, 0.0055655487813055515, 0.9474270939826965, -0.28555524349212646, -0.6280503273010254, -0.6965492963790894, -0.045808710157871246, 0.29668647050857544, 0.3309359848499298, 0.4679340124130249, -0.42255327105522156, -1.2787909507751465, -0.4910522699356079, -0.43967801332473755, 0.9988013505935669, 1.63241708278656, 1.5296685695648193, 1.1357992887496948, 0.9303023219108582, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5296685695648193, 1.5125439167022705, 1.4269200563430786, 1.5296685695648193, 1.4782943725585938, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.4782943725585938, 1.444044828414917, -0.6965492963790894, -1.0047948360443115, -1.073293924331665, -1.6555355787277222, -1.9295315742492676, -2.032280206680298, -0.3540542721748352, 1.6495418548583984, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, -1.1931672096252441, -1.141792893409729, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -0.9534205794334412, 0.6049320101737976, 1.324171543121338, 1.8207894563674927, 0.8618032932281494, -0.3540542721748352, -0.08005820959806442, -1.484287977218628, -0.43967801332473755, 1.0844250917434692, 0.656306266784668, -0.7307988405227661, -0.9876701235771179, -1.3644146919250488, -0.8849216103553772, -0.9876701235771179, 1.5467933416366577, 1.7009161710739136, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.12543895840644836, 0.14256370067596436, 0.2110627144575119, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.5296685695648193, 1.4269200563430786, 1.5467933416366577, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5810428857803345, 1.444044828414917, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5467933416366577, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.444044828414917, 0.5193082690238953, -1.3301652669906616, -1.4500385522842407, -1.5185375213623047, -1.878157377243042, -1.8952820301055908, -1.3301652669906616, 0.9988013505935669, 1.4782943725585938, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 0.9474270939826965, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.38231024146080017, -0.9705453515052795, -1.3815394639968872, -1.6212860345840454, -1.6897850036621094, -0.8506720662117004, 1.8379141092300415, 1.8721636533737183, 1.718040943145752, 1.8892884254455566, 1.7351655960083008, 0.7248052954673767, 0.056939806789159775, -1.0047948360443115, -1.1075434684753418, 1.255672574043274, 0.9988013505935669, -0.4910522699356079, -0.6794245839118958, -0.3883037567138672, -0.16568197309970856, 0.4850587546825409, 1.7009161710739136, 1.255672574043274, 1.255672574043274, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.12543895840644836, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.3412963151931763, 1.4782943725585938, 1.5296685695648193, 1.324171543121338, 1.4269200563430786, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5296685695648193, 1.2727973461151123, -1.1931672096252441, -1.1589176654815674, -1.2787909507751465, -1.8096582889556885, -1.9124068021774292, -1.8952820301055908, -0.42255327105522156, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, -0.4910522699356079, -1.415789008140564, -1.535662293434143, -1.604161262512207, -0.8677968382835388, 1.5981676578521729, 1.8379141092300415, 1.786539912223816, 1.8721636533737183, 1.9406627416610718, 1.906413197517395, 1.4611696004867554, 0.7761795520782471, 0.12543895840644836, -1.0904186964035034, 1.1700488328933716, 0.8960528373718262, 0.02269030176103115, -0.40542852878570557, -0.5253018140792847, -1.415789008140564, 0.3480607271194458, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6049320101737976], [0.15968845784664154, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4611696004867554, 1.6495418548583984, 1.4954191446304321, 1.5467933416366577, 1.375545859336853, 1.444044828414917, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.4954191446304321, 1.444044828414917, -0.9534205794334412, -0.8164225816726685, -1.2959157228469849, -1.6555355787277222, -1.8096582889556885, -1.3472900390625, -1.1931672096252441, 0.5706825256347656, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.19393795728683472, -1.6212860345840454, 0.43368449807167053, 1.324171543121338, 1.4954191446304321, 1.2385478019714355, 1.8550388813018799, 1.9235379695892334, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 1.9406627416610718, 1.9920369386672974, 0.9131776094436646, 0.810429036617279, -1.0561691522598267, 1.4954191446304321, 1.1357992887496948, 0.38231024146080017, 0.7076805233955383, -0.16568197309970856, -1.5527870655059814, -1.1589176654815674, 1.444044828414917, 1.375545859336853, 1.3926706314086914, 0.9303023219108582, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976], [0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4611696004867554, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, -0.21705622971057892, -0.43967801332473755, -1.141792893409729, -1.02191960811615, -1.7411593198776245, -1.79253351688385, -0.7821730971336365, -0.9876701235771179, -1.1931672096252441, -1.02191960811615, 0.10831420123577118, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.7076805233955383, 0.7761795520782471, 1.375545859336853, 2.0091617107391357, 1.906413197517395, 1.4097954034805298, 1.7694151401519775, 1.786539912223816, 2.0091617107391357, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.8892884254455566, 1.2214230298995972, 0.41655975580215454, -1.2445415258407593, 1.718040943145752, 1.4782943725585938, 1.1700488328933716, 1.0844250917434692, 0.8446785807609558, -1.4671632051467896, -1.3472900390625, 1.18717360496521, 1.2727973461151123, 1.63241708278656, 0.9645518660545349, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.6152924299240112, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.5467933416366577, 1.5981676578521729, 0.7761795520782471, -1.1931672096252441, -0.14855723083019257, -1.5185375213623047, -1.0561691522598267, -0.9362958669662476, -0.610925555229187, -1.1246682405471802, -1.8610326051712036, -1.3472900390625, -1.6384108066558838, 1.0330508947372437, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1529240608215332, 1.4097954034805298, 1.324171543121338, 1.7522903680801392, 1.324171543121338, 1.8207894563674927, 2.0091617107391357, 1.974912166595459, 1.8892884254455566, 1.6666666269302368, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 2.0091617107391357, 1.9577873945236206, 1.9577873945236206, 2.0262863636016846, 1.8550388813018799, 1.375545859336853, 0.17681321501731873, -0.6965492963790894, 1.7694151401519775, 1.3584210872650146, 1.7694151401519775, 1.8207894563674927, 1.2727973461151123, -0.8849216103553772, -1.3644146919250488, 0.3480607271194458, 1.6152924299240112, 1.563918113708496, 0.9816765785217285, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.63241708278656, 0.39943498373031616, -0.6280503273010254, -0.31980475783348083, -0.5938007831573486, -1.1246682405471802, -0.9191710948944092, -1.79253351688385, -0.6622998118400574, -1.1760424375534058, -0.7821730971336365, -0.40542852878570557, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.5467933416366577, 2.0434112548828125, 1.8207894563674927, 1.6666666269302368, 2.0434112548828125, 1.4954191446304321, 2.0434112548828125, 1.974912166595459, 2.111910104751587, 1.8379141092300415, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.6152924299240112, 2.0262863636016846, 1.8036646842956543, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 1.2899221181869507, -0.7479235529899597, 1.5467933416366577, 1.906413197517395, 1.4269200563430786, 1.906413197517395, 1.974912166595459, 0.9645518660545349, 0.056939806789159775, -1.604161262512207, 0.6049320101737976, 1.18717360496521, 1.5125439167022705, 1.3926706314086914, 0.8789280652999878, 0.6391815543174744, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656], [0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7419300675392151, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.375545859336853, -0.3711790144443512, -1.3130404949188232, 0.24531221389770508, -1.7240345478057861, -0.8849216103553772, -1.4500385522842407, -1.2959157228469849, -0.5938007831573486, -1.261666178703308, -0.8506720662117004, 0.7076805233955383, 0.8446785807609558, 1.8721636533737183, 2.094785451889038, 1.974912166595459, 1.7351655960083008, 2.0605359077453613, 1.6152924299240112, 1.9920369386672974, 2.0091617107391357, 1.9920369386672974, 1.8892884254455566, 1.8721636533737183, 1.6495418548583984, 1.9406627416610718, 1.8379141092300415, 2.0091617107391357, 1.5810428857803345, 2.0091617107391357, 2.0776607990264893, 1.9406627416610718, 0.8618032932281494, 1.1700488328933716, 1.8036646842956543, 2.0091617107391357, 1.4269200563430786, 1.9235379695892334, 2.0262863636016846, 1.1529240608215332, 0.2110627144575119, -1.535662293434143, 0.622056782245636, 1.255672574043274, 1.444044828414917, 1.5981676578521729, 1.0844250917434692, 0.656306266784668, 0.7419300675392151, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7590547800064087, 0.7248052954673767, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.444044828414917, 1.1357992887496948, 0.2281874716281891, -0.4568027853965759, -1.0561691522598267, -0.6794245839118958, -1.1246682405471802, -0.9362958669662476, -0.1143077164888382, -1.3815394639968872, -1.2959157228469849, -0.2684305012226105, 0.38231024146080017, -1.7069097757339478, -0.7479235529899597, -1.6384108066558838, -1.227416753768921, 1.6666666269302368, 1.974912166595459, 1.6152924299240112, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 1.974912166595459, 1.5467933416366577, 1.7522903680801392, 1.9235379695892334, 2.0605359077453613, 1.4269200563430786, 1.786539912223816, 2.0776607990264893, 2.0776607990264893, 1.9406627416610718, 1.786539912223816, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.444044828414917, 1.9235379695892334, 2.0434112548828125, 1.4097954034805298, 0.4508092403411865, -1.415789008140564, 1.563918113708496, 1.2727973461151123, 1.786539912223816, 1.2899221181869507, 0.9131776094436646, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.563918113708496, -0.6622998118400574, -1.3301652669906616, -0.8506720662117004, -0.21705622971057892, 0.2110627144575119, -1.3472900390625, -1.5527870655059814, -0.5595512986183167, -1.2102919816970825, -1.604161262512207, -0.5595512986183167, -1.141792893409729, -1.1246682405471802, -1.5185375213623047, -0.9191710948944092, -1.3130404949188232, -0.645175039768219, -1.7240345478057861, -1.1246682405471802, 0.19393795728683472, 0.4850587546825409, 1.0673003196716309, 1.9577873945236206, 1.9235379695892334, 1.9235379695892334, 1.4269200563430786, 1.8550388813018799, 2.0262863636016846, 1.1186745166778564, 1.5981676578521729, 1.9406627416610718, 2.1632845401763916, 2.111910104751587, 2.0091617107391357, 1.9235379695892334, 1.906413197517395, 1.8892884254455566, 1.6837913990020752, 1.8550388813018799, 1.974912166595459, 1.63241708278656, 0.19393795728683472, -1.484287977218628, 2.0091617107391357, 1.9406627416610718, 1.324171543121338, 1.444044828414917, 0.6391815543174744, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, -0.02868395671248436, -0.5424265265464783, -1.1589176654815674, -0.7479235529899597, 0.14256370067596436, -0.42255327105522156, -0.06293346732854843, -0.7479235529899597, 0.03981505334377289, 0.056939806789159775, -1.5870364904403687, -1.8439078330993652, -0.9362958669662476, -1.8096582889556885, -1.672660231590271, -0.6280503273010254, -0.9362958669662476, -1.6555355787277222, -1.7069097757339478, -1.535662293434143, -0.8335473537445068, -0.2513057291507721, -0.610925555229187, 0.8789280652999878, 1.8379141092300415, 1.5125439167022705, 1.5125439167022705, 1.7522903680801392, 1.255672574043274, 1.974912166595459, 1.7009161710739136, 1.974912166595459, 2.111910104751587, 2.094785451889038, 2.0091617107391357, 1.8036646842956543, 1.906413197517395, 1.8379141092300415, 1.9920369386672974, 1.974912166595459, 1.9406627416610718, -0.3883037567138672, -0.1143077164888382, 2.0776607990264893, 2.0434112548828125, 1.324171543121338, 0.8618032932281494, 0.12543895840644836, 0.9474270939826965, 0.587807297706604, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.5125439167022705, 0.091189444065094, -0.6622998118400574, -0.6280503273010254, -0.7821730971336365, -0.14855723083019257, 0.03981505334377289, -1.7069097757339478, -1.4500385522842407, -0.08005820959806442, -0.3883037567138672, -0.7650483250617981, -0.576676070690155, -1.604161262512207, -0.21705622971057892, -0.7307988405227661, -1.4500385522842407, -1.1246682405471802, -1.0904186964035034, -1.3815394639968872, -1.261666178703308, -1.1589176654815674, -0.645175039768219, -1.535662293434143, -0.16568197309970856, -0.2341809868812561, 1.5810428857803345, 1.8892884254455566, 1.2385478019714355, 1.3584210872650146, 1.563918113708496, 1.6837913990020752, 1.8036646842956543, 2.0776607990264893, 2.0091617107391357, 2.0091617107391357, 2.0776607990264893, 1.9920369386672974, 1.9235379695892334, 2.129034996032715, 2.0434112548828125, 1.974912166595459, -0.6622998118400574, 1.4097954034805298, 2.0091617107391357, 2.0776607990264893, 1.7694151401519775, 1.5981676578521729, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.324171543121338, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.444044828414917, -1.3815394639968872, -0.7992978096008301, -0.6794245839118958, -1.1075434684753418, -0.08005820959806442, -0.19993148744106293, -0.8164225816726685, -1.5014127492904663, 0.2110627144575119, 0.19393795728683472, 0.10831420123577118, -1.3986642360687256, -0.21705622971057892, -1.7411593198776245, -1.6555355787277222, -1.3472900390625, -1.2445415258407593, -0.6965492963790894, 0.6391815543174744, -1.0047948360443115, -0.9362958669662476, -1.415789008140564, -0.9362958669662476, -1.3815394639968872, -1.02191960811615, 0.656306266784668, 1.3926706314086914, 1.1357992887496948, 0.17681321501731873, 1.7694151401519775, 1.8721636533737183, 1.974912166595459, 1.8892884254455566, 2.0091617107391357, 2.094785451889038, 1.9406627416610718, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0605359077453613, 1.9577873945236206, 1.8892884254455566, 1.9920369386672974, 2.0605359077453613, 1.4611696004867554, 1.0844250917434692, 0.6391815543174744, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.6666666269302368, 1.4954191446304321, -0.7307988405227661, -1.0561691522598267, -0.5938007831573486, -1.261666178703308, -1.1931672096252441, 1.2727973461151123, -1.1760424375534058, -0.8164225816726685, -1.0561691522598267, -1.7411593198776245, -0.7992978096008301, -0.5595512986183167, -1.1760424375534058, -0.8677968382835388, -1.7411593198776245, -1.2445415258407593, -0.7992978096008301, 1.0501755475997925, 1.786539912223816, 1.7694151401519775, 0.15968845784664154, -1.2787909507751465, -0.4739275276660919, -1.2959157228469849, -0.9362958669662476, -1.3301652669906616, -0.31980475783348083, 1.63241708278656, 0.5364330410957336, 1.8721636533737183, 1.2385478019714355, 1.6666666269302368, 1.9235379695892334, 1.974912166595459, 2.0091617107391357, 2.0605359077453613, 2.0776607990264893, 2.1461596488952637, 1.9920369386672974, 2.111910104751587, 1.974912166595459, 2.0091617107391357, 1.8721636533737183, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.2385478019714355, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.5981676578521729, 1.7351655960083008, -1.2787909507751465, 0.5021834969520569, 1.8207894563674927, 0.3480607271194458, 0.2110627144575119, -0.9876701235771179, -0.5595512986183167, -1.0904186964035034, -1.3815394639968872, -1.672660231590271, -1.3301652669906616, -0.16568197309970856, -0.7821730971336365, -1.3472900390625, -1.7240345478057861, -0.6622998118400574, 1.1529240608215332, 1.4097954034805298, 1.4097954034805298, 2.1461596488952637, 1.2899221181869507, 0.6391815543174744, 1.0330508947372437, 1.4954191446304321, 0.9131776094436646, -0.8677968382835388, -1.1075434684753418, 0.8446785807609558, 1.6495418548583984, 1.5296685695648193, 1.7694151401519775, 1.6495418548583984, 1.8721636533737183, 1.8892884254455566, 1.8892884254455566, 1.974912166595459, 2.0605359077453613, 1.9406627416610718, 2.0605359077453613, 2.111910104751587, 1.974912166595459, 1.9920369386672974, 1.9406627416610718, 2.111910104751587, 2.1461596488952637, 1.4269200563430786, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.6152924299240112, 1.6152924299240112, 1.7009161710739136, 1.6837913990020752, -0.3369295001029968, 0.27956172823905945, 0.7248052954673767, 0.7248052954673767, -0.7307988405227661, -0.6622998118400574, -1.3986642360687256, -1.1760424375534058, -1.2445415258407593, -1.141792893409729, -1.3130404949188232, -1.02191960811615, -1.4500385522842407, -1.6384108066558838, -0.2341809868812561, -1.2102919816970825, 1.1700488328933716, 0.7761795520782471, 1.5296685695648193, 1.563918113708496, 2.0434112548828125, 1.8550388813018799, 1.4269200563430786, 1.1357992887496948, 1.18717360496521, 0.8618032932281494, -1.0561691522598267, 0.810429036617279, 1.786539912223816, 1.8892884254455566, 1.444044828414917, 1.6495418548583984, 1.7351655960083008, 1.7694151401519775, 1.8892884254455566, 2.1461596488952637, 2.0091617107391357, 2.0776607990264893, 2.111910104751587, 2.094785451889038, 1.8550388813018799, 1.9577873945236206, 2.094785451889038, 2.0434112548828125, 1.6837913990020752, 0.9816765785217285, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.563918113708496, 1.7009161710739136, -0.16568197309970856, -0.2684305012226105, 0.2281874716281891, 0.7076805233955383, 0.0740646943449974, 1.2214230298995972, 1.3584210872650146, 0.7419300675392151, -1.2102919816970825, 0.02269030176103115, -1.415789008140564, -0.9705453515052795, -0.7307988405227661, -0.5424265265464783, -1.2102919816970825, -0.045808710157871246, -0.7821730971336365, -1.4671632051467896, -1.2102919816970825, -1.1589176654815674, 0.8446785807609558, 1.255672574043274, 0.9988013505935669, 1.7522903680801392, 1.9235379695892334, 0.9303023219108582, 0.8618032932281494, 0.7933043241500854, 0.4679340124130249, 0.6391815543174744, -0.13143247365951538, 1.8550388813018799, 1.7351655960083008, 1.5981676578521729, 1.6837913990020752, 1.7351655960083008, 1.6495418548583984, 1.5981676578521729, 1.8379141092300415, 1.974912166595459, 2.0605359077453613, 2.0776607990264893, 2.0434112548828125, 2.0262863636016846, 2.0091617107391357, 2.0091617107391357, 2.0605359077453613, 2.111910104751587, 1.8550388813018799, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 0.656306266784668, -0.5424265265464783, 0.29668647050857544, 1.2214230298995972, 1.2214230298995972, 1.2899221181869507, 1.375545859336853, 1.2727973461151123, 0.8275538086891174, 0.12543895840644836, -0.7307988405227661, -1.2102919816970825, -1.6212860345840454, -1.5527870655059814, -0.5081770420074463, -1.1589176654815674, -0.30267998576164246, -1.604161262512207, -1.073293924331665, -0.5595512986183167, -1.3815394639968872, 1.18717360496521, 1.4097954034805298, 0.9816765785217285, 0.8446785807609558, 1.4269200563430786, 1.4611696004867554, 1.2385478019714355, 0.8789280652999878, 1.0330508947372437, 1.255672574043274, 1.7694151401519775, 1.7694151401519775, 1.8036646842956543, 1.7351655960083008, 1.7351655960083008, 1.8207894563674927, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.8207894563674927, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 1.9406627416610718, 2.0605359077453613, 1.563918113708496, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.444044828414917, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 0.4679340124130249, 0.7419300675392151, -0.5424265265464783, 0.27956172823905945, 1.2214230298995972, 1.3412963151931763, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 1.0673003196716309, -0.9191710948944092, -0.8335473537445068, -1.604161262512207, -0.5424265265464783, -1.0904186964035034, -0.16568197309970856, -0.8164225816726685, -0.610925555229187, -1.073293924331665, -1.4671632051467896, -0.6622998118400574, -0.9705453515052795, 1.0330508947372437, 1.101549744606018, 1.4954191446304321, 1.8207894563674927, 1.8892884254455566, 1.8379141092300415, 1.8550388813018799, 1.6495418548583984, 1.563918113708496, 1.8036646842956543, 1.6666666269302368, 1.8892884254455566, 1.9235379695892334, 1.9920369386672974, 1.8721636533737183, 1.8207894563674927, 1.5981676578521729, 1.8207894563674927, 1.8892884254455566, 1.7694151401519775, 1.6495418548583984, 1.9406627416610718, 1.8721636533737183, 1.9235379695892334, 1.9406627416610718, 1.974912166595459, 1.7694151401519775, 0.7248052954673767, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.6152924299240112, 0.3138112425804138, 1.0330508947372437, -0.42255327105522156, 0.26243698596954346, 1.3412963151931763, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1186745166778564, 1.2385478019714355, 0.10831420123577118, -1.227416753768921, -0.8849216103553772, -1.5699117183685303, 0.0055655487813055515, -0.2513057291507721, -0.43967801332473755, -0.5424265265464783, -1.1589176654815674, -0.2684305012226105, -1.3472900390625, -1.2102919816970825, -1.3301652669906616, 1.6837913990020752, 1.9235379695892334, 1.9235379695892334, 1.5810428857803345, 1.8550388813018799, 1.974912166595459, 1.718040943145752, 1.8207894563674927, 1.8207894563674927, 1.5467933416366577, 2.0262863636016846, 2.0091617107391357, 1.7009161710739136, 1.7694151401519775, 1.7351655960083008, 1.8550388813018799, 1.906413197517395, 1.786539912223816, 1.7522903680801392, 1.8721636533737183, 1.8207894563674927, 1.9920369386672974, 1.7522903680801392, 1.8207894563674927, 1.8379141092300415, 1.1529240608215332, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 0.4850587546825409, 1.2042982578277588, 0.03981505334377289, 0.12543895840644836, 1.324171543121338, 1.3926706314086914, 1.444044828414917, 1.375545859336853, 1.3070467710494995, 1.0330508947372437, 1.2214230298995972, 1.101549744606018, 1.324171543121338, -0.06293346732854843, -0.7307988405227661, -1.1589176654815674, -1.7754088640213013, -0.6965492963790894, -0.4739275276660919, -0.18280673027038574, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.4671632051467896, -0.30267998576164246, 1.3926706314086914, 1.7009161710739136, 1.8036646842956543, 1.9920369386672974, 1.786539912223816, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.9577873945236206, 1.4782943725585938, 2.0605359077453613, 2.0262863636016846, 2.1461596488952637, 2.0091617107391357, 1.906413197517395, 1.8379141092300415, 1.9235379695892334, 1.786539912223816, 1.7351655960083008, 1.7694151401519775, 1.7522903680801392, 1.6666666269302368, 1.8036646842956543, 2.0776607990264893, 1.375545859336853, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5810428857803345, 0.6734310388565063, 0.8960528373718262, 0.6734310388565063, 0.38231024146080017, 1.3584210872650146, 1.444044828414917, 1.3584210872650146, 1.3584210872650146, 0.9303023219108582, 1.0673003196716309, 1.1357992887496948, 1.1529240608215332, 1.375545859336853, 1.4269200563430786, -0.4568027853965759, -1.2102919816970825, -1.3644146919250488, -1.261666178703308, 0.38231024146080017, -0.5253018140792847, 0.4679340124130249, -0.02868395671248436, -1.5870364904403687, -1.3644146919250488, -1.0904186964035034, -1.672660231590271, -0.6280503273010254, 1.6152924299240112, 1.9235379695892334, 1.7009161710739136, 1.6152924299240112, 2.094785451889038, 2.0434112548828125, 2.0434112548828125, 1.6666666269302368, 1.9235379695892334, 1.9577873945236206, 1.9577873945236206, 2.0434112548828125, 2.0262863636016846, 1.9920369386672974, 1.9577873945236206, 1.8379141092300415, 1.8721636533737183, 1.7009161710739136, 1.7694151401519775, 1.7694151401519775, 1.8207894563674927, 1.9920369386672974, 1.101549744606018, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.9988013505935669, 0.12543895840644836, 0.8446785807609558, 1.3070467710494995, 1.4097954034805298, 1.2899221181869507, 1.0844250917434692, 0.7761795520782471, 1.2042982578277588, 1.324171543121338, 1.2042982578277588, 1.3584210872650146, 1.3584210872650146, 1.255672574043274, -0.645175039768219, -0.576676070690155, 0.03981505334377289, -0.3711790144443512, -0.19993148744106293, 0.056939806789159775, 0.6905558109283447, 1.563918113708496, -1.1760424375534058, -1.4329137802124023, -1.0390443801879883, -1.5014127492904663, 0.3309359848499298, 1.8207894563674927, 1.7351655960083008, 1.8036646842956543, 2.0776607990264893, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0091617107391357, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9406627416610718, 1.9235379695892334, 1.9235379695892334, 1.9235379695892334, 1.7522903680801392, 2.129034996032715, 2.1461596488952637, 0.5193082690238953, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.2042982578277588, 0.7076805233955383, 1.4611696004867554, 1.2385478019714355, 1.2042982578277588, 1.0159261226654053, 1.0159261226654053, 0.7933043241500854, 1.2042982578277588, 1.3584210872650146, 1.2385478019714355, 1.324171543121338, 1.2727973461151123, 1.375545859336853, 0.8446785807609558, 0.02269030176103115, -0.31980475783348083, -0.610925555229187, 0.056939806789159775, 0.5706825256347656, 0.4508092403411865, 0.0740646943449974, 0.091189444065094, -1.1246682405471802, -0.6280503273010254, -0.6622998118400574, -1.3986642360687256, 0.3309359848499298, 1.6152924299240112, 1.8721636533737183, 2.0434112548828125, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9406627416610718, 2.0091617107391357, 1.786539912223816, 1.4954191446304321, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 1.9406627416610718, 2.0262863636016846, 2.1632845401763916, 2.1632845401763916, 0.7933043241500854, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.0159261226654053, 1.1529240608215332, 1.5981676578521729, 1.7694151401519775, 0.810429036617279, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 0.7419300675392151, 1.1529240608215332, 1.6837913990020752, 1.2899221181869507, 1.3584210872650146, 1.8892884254455566, 1.5810428857803345, 1.0501755475997925, 0.9645518660545349, -0.5595512986183167, -0.9020463228225708, 0.7590547800064087, -1.261666178703308, -0.2513057291507721, 1.7522903680801392, 0.6391815543174744, 0.8789280652999878, -1.1589176654815674, -0.8677968382835388, -0.9705453515052795, -0.8335473537445068, -0.7821730971336365, 0.622056782245636, 2.0776607990264893, 2.0776607990264893, 1.974912166595459, 1.9920369386672974, 1.8207894563674927, 2.0262863636016846, 1.9235379695892334, 2.0091617107391357, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.0605359077453613, 2.0776607990264893, 1.786539912223816, 1.974912166595459, 2.1804091930389404, 1.9577873945236206, 0.8618032932281494, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.3926706314086914, 0.5535577535629272, 1.3070467710494995, 0.9645518660545349, 0.9474270939826965, 1.3070467710494995, 0.8446785807609558, 1.0330508947372437, 1.101549744606018, 0.8446785807609558, 1.2042982578277588, 1.563918113708496, 1.3070467710494995, 1.5296685695648193, 1.906413197517395, 1.8379141092300415, 1.4097954034805298, 0.8789280652999878, -0.43967801332473755, -0.8506720662117004, -0.1143077164888382, -1.4500385522842407, -0.5595512986183167, 2.0776607990264893, 1.8036646842956543, 0.8960528373718262, 0.622056782245636, -1.02191960811615, -0.8164225816726685, -0.21705622971057892, -1.1075434684753418, -1.0904186964035034, 0.5021834969520569, 2.1804091930389404, 1.9920369386672974, 1.9577873945236206, 1.6837913990020752, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6666666269302368, 2.214658737182617, 2.1632845401763916, 2.111910104751587, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 2.0605359077453613, 1.8892884254455566, 2.111910104751587, 2.111910104751587, 1.0159261226654053, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.5021834969520569, 1.2727973461151123, -0.02868395671248436, 1.8379141092300415, 1.18717360496521, 1.0159261226654053, 0.9988013505935669, 1.3584210872650146, 1.0673003196716309, 1.1529240608215332, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 0.7590547800064087, 0.056939806789159775, 0.12543895840644836, -0.5938007831573486, 1.4097954034805298, -1.3986642360687256, 1.2385478019714355, 1.9406627416610718, 1.6837913990020752, 1.0330508947372437, 0.622056782245636, -0.3540542721748352, -0.19993148744106293, 0.5364330410957336, -0.40542852878570557, -1.2959157228469849, 0.17681321501731873, 1.9920369386672974, 1.8892884254455566, 1.786539912223816, 1.5467933416366577, 0.9645518660545349, 1.974912166595459, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 2.094785451889038, 2.0262863636016846, 1.8721636533737183, 0.6391815543174744, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.563918113708496, 1.4269200563430786, 0.656306266784668, 0.6734310388565063, 0.41655975580215454, 1.4782943725585938, 1.5467933416366577, 1.1186745166778564, 1.4782943725585938, 1.4954191446304321, 1.1186745166778564, 1.375545859336853, 1.5296685695648193, 1.1357992887496948, 1.444044828414917, 1.8721636533737183, 1.906413197517395, 1.8892884254455566, 1.4097954034805298, 0.9816765785217285, 1.5467933416366577, 0.7761795520782471, 1.1186745166778564, -0.9191710948944092, -0.8506720662117004, 1.9406627416610718, 1.906413197517395, 1.9920369386672974, 1.7009161710739136, 1.2385478019714355, 0.9988013505935669, 0.656306266784668, 0.622056782245636, 0.6049320101737976, -1.5014127492904663, 0.27956172823905945, 1.906413197517395, 1.5810428857803345, 1.9235379695892334, 1.2385478019714355, 1.6837913990020752, 1.9920369386672974, 1.8550388813018799, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0434112548828125, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 1.0159261226654053, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4269200563430786, 0.587807297706604, 1.3584210872650146, 1.2214230298995972, 1.563918113708496, 1.4782943725585938, 0.9474270939826965, 1.375545859336853, 1.444044828414917, 1.0673003196716309, 1.444044828414917, 1.563918113708496, 1.2042982578277588, 1.375545859336853, 1.8721636533737183, 1.8207894563674927, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 0.4679340124130249, 2.129034996032715, 0.9988013505935669, 1.0673003196716309, -1.2959157228469849, 2.0434112548828125, 1.7351655960083008, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9235379695892334, 1.8207894563674927, 0.8960528373718262, 0.810429036617279, 0.810429036617279, -1.3644146919250488, 1.563918113708496, 0.587807297706604, 2.0262863636016846, 1.9235379695892334, 1.563918113708496, 1.8379141092300415, 1.5981676578521729, 1.3070467710494995, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.1975340843200684, 2.0605359077453613, 1.9235379695892334, 1.8379141092300415, 2.0091617107391357, 1.8721636533737183, 0.7419300675392151, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.810429036617279, 0.8446785807609558, 0.9131776094436646, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.5125439167022705, 0.8960528373718262, 1.7694151401519775, 1.0844250917434692, 1.6837913990020752, 1.1529240608215332, 1.101549744606018, 1.3070467710494995, 1.4782943725585938, 0.8446785807609558, 1.375545859336853, 1.63241708278656, 1.1700488328933716, 1.4611696004867554, 1.8892884254455566, 1.8207894563674927, 1.8550388813018799, 1.786539912223816, 1.9406627416610718, 1.6152924299240112, 1.8379141092300415, 1.718040943145752, 1.2727973461151123, -1.2959157228469849, 1.8379141092300415, 1.786539912223816, 1.9920369386672974, 2.0091617107391357, 2.0434112548828125, 1.9577873945236206, 1.9577873945236206, 1.8721636533737183, 0.9131776094436646, 0.810429036617279, 0.3309359848499298, -0.9020463228225708, 1.5467933416366577, 1.5296685695648193, 1.101549744606018, 1.8207894563674927, 1.7351655960083008, 1.2042982578277588, 1.255672574043274, 2.1461596488952637, 2.111910104751587, 2.1632845401763916, 2.1461596488952637, 2.0605359077453613, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.906413197517395, 1.2899221181869507, 0.622056782245636, 0.5364330410957336, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7761795520782471, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 1.4269200563430786, 1.9406627416610718, 1.563918113708496, 0.9303023219108582, 0.7419300675392151, 1.1529240608215332, 0.810429036617279, 1.444044828414917, 1.7522903680801392, 1.2899221181869507, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 1.4782943725585938, 0.5364330410957336, 1.9235379695892334, 1.9920369386672974, 1.3412963151931763, -0.8849216103553772, 1.9577873945236206, 1.8892884254455566, 2.0262863636016846, 2.0091617107391357, 2.094785451889038, 1.974912166595459, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 0.8960528373718262, 0.9303023219108582, -1.1589176654815674, 1.9920369386672974, 1.2214230298995972, 1.8550388813018799, 1.6837913990020752, 1.6495418548583984, 1.2727973461151123, 1.18717360496521, 2.1461596488952637, 2.0434112548828125, 2.1461596488952637, 2.1632845401763916, 2.094785451889038, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 1.906413197517395, 1.906413197517395, 0.6391815543174744, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053], [0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.4097954034805298, 1.3584210872650146, 1.2214230298995972, 1.3070467710494995, 1.8721636533737183, 1.7522903680801392, 1.2385478019714355, 0.7419300675392151, 0.8275538086891174, 0.9474270939826965, 1.5125439167022705, 1.6495418548583984, 1.324171543121338, 1.6495418548583984, 1.5810428857803345, 1.6837913990020752, 1.8892884254455566, 1.3412963151931763, 0.8618032932281494, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.375545859336853, -0.5424265265464783, 2.0605359077453613, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 2.0091617107391357, 2.0091617107391357, 1.563918113708496, 0.8789280652999878, 0.0740646943449974, 0.9474270939826965, 2.0091617107391357, 1.906413197517395, 1.9235379695892334, 1.5981676578521729, 1.6837913990020752, 0.9303023219108582, 2.1975340843200684, 2.094785451889038, 2.111910104751587, 2.1804091930389404, 2.111910104751587, 2.111910104751587, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 2.0262863636016846, 0.7076805233955383, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4954191446304321, 1.5467933416366577, 1.1529240608215332, 1.786539912223816, 1.9235379695892334, 1.7522903680801392, 0.6905558109283447, 0.7590547800064087, 1.2385478019714355, 1.4954191446304321, 1.324171543121338, 1.4269200563430786, 1.5296685695648193, 1.8207894563674927, 1.7522903680801392, 1.906413197517395, 0.4508092403411865, 0.41655975580215454, -0.09718296676874161, 1.324171543121338, 1.9235379695892334, 1.2214230298995972, 1.6495418548583984, 2.0605359077453613, 1.8550388813018799, 2.0262863636016846, 1.974912166595459, 2.0434112548828125, 2.0605359077453613, 2.129034996032715, 2.0776607990264893, 2.0605359077453613, 1.718040943145752, 1.9577873945236206, 1.101549744606018, 0.8446785807609558, 1.9577873945236206, 1.974912166595459, 1.6666666269302368, 1.0330508947372437, 1.4782943725585938, 1.0673003196716309, 2.129034996032715, 2.0776607990264893, 2.129034996032715, 2.1632845401763916, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 1.8892884254455566, 1.974912166595459, 1.8207894563674927, 1.1357992887496948, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.6152924299240112, 2.0434112548828125, 2.0091617107391357, 1.63241708278656, 0.3309359848499298, 1.444044828414917, 1.7351655960083008, 1.2042982578277588, 1.6152924299240112, 1.7351655960083008, 1.974912166595459, 1.7522903680801392, 2.0262863636016846, 0.26243698596954346, 0.8275538086891174, 0.03981505334377289, 0.8960528373718262, 1.7009161710739136, 2.1461596488952637, 1.5125439167022705, 2.0091617107391357, 1.8036646842956543, 2.129034996032715, 2.0262863636016846, 2.0262863636016846, 1.9920369386672974, 2.0262863636016846, 2.0605359077453613, 2.0262863636016846, 2.0091617107391357, 1.9235379695892334, 1.8892884254455566, 1.5467933416366577, 1.8550388813018799, 1.8892884254455566, 1.718040943145752, 1.2899221181869507, 1.6495418548583984, 1.63241708278656, 1.906413197517395, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.974912166595459, 2.0262863636016846, 1.6495418548583984, 1.4954191446304321, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 0.7933043241500854, 1.4097954034805298, 1.1186745166778564, 1.4269200563430786, 2.111910104751587, 2.0262863636016846, 1.8550388813018799, 0.9303023219108582, 1.63241708278656, 1.8036646842956543, 1.2042982578277588, 1.63241708278656, 1.7522903680801392, 1.906413197517395, 1.8379141092300415, 1.2214230298995972, 0.9474270939826965, 0.9645518660545349, 0.19393795728683472, 0.2281874716281891, 1.2727973461151123, 1.5810428857803345, 1.906413197517395, 1.9920369386672974, 1.8550388813018799, 1.9406627416610718, 2.0262863636016846, 1.9577873945236206, 1.7009161710739136, 2.0091617107391357, 2.1461596488952637, 2.111910104751587, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 1.7694151401519775, 1.7009161710739136, 1.8721636533737183, 1.9406627416610718, 1.2385478019714355, 1.4782943725585938, 1.4954191446304321, 1.9577873945236206, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 1.8550388813018799, 1.718040943145752, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 0.9474270939826965, 1.3070467710494995, 1.0673003196716309, 1.3412963151931763, 2.0776607990264893, 1.9920369386672974, 1.4269200563430786, 1.5467933416366577, 1.5981676578521729, 1.5125439167022705, 1.2385478019714355, 1.786539912223816, 1.786539912223816, 1.6495418548583984, 1.8207894563674927, 0.5364330410957336, 0.6734310388565063, 1.2727973461151123, 0.24531221389770508, 0.02269030176103115, 0.8960528373718262, 1.4954191446304321, 1.9920369386672974, 1.786539912223816, 1.6666666269302368, 2.0091617107391357, 1.9577873945236206, 1.9235379695892334, 2.0091617107391357, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.0262863636016846, 1.9577873945236206, 1.9577873945236206, 1.7522903680801392, 1.718040943145752, 1.9577873945236206, 1.8550388813018799, 0.8789280652999878, 1.324171543121338, 1.5125439167022705, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.111910104751587, 2.094785451889038, 2.0605359077453613, 1.9406627416610718, 1.9406627416610718, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.14256370067596436, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0673003196716309, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1186745166778564, 1.3070467710494995, 1.1357992887496948, 1.6666666269302368, 1.9577873945236206, 1.8721636533737183, 1.3070467710494995, 1.7351655960083008, 1.3926706314086914, 1.375545859336853, 1.8036646842956543, 1.786539912223816, 1.9235379695892334, 1.6152924299240112, 1.8721636533737183, 0.8789280652999878, 0.8446785807609558, 1.3584210872650146, 0.3138112425804138, 0.5706825256347656, -0.3540542721748352, 1.5810428857803345, 1.4269200563430786, 1.4611696004867554, 2.094785451889038, 1.7694151401519775, 2.0434112548828125, 1.974912166595459, 1.786539912223816, 1.9920369386672974, 2.1975340843200684, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9920369386672974, 1.8721636533737183, 1.8892884254455566, 1.6837913990020752, 2.094785451889038, 1.444044828414917, 1.5296685695648193, 1.6495418548583984, 1.9577873945236206, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 1.9577873945236206, 1.8207894563674927, 0.6734310388565063, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 1.3584210872650146, 1.0844250917434692, 1.5981676578521729, 1.9406627416610718, 0.5706825256347656, 1.0673003196716309, 1.7522903680801392, 1.5810428857803345, 1.8550388813018799, 1.5467933416366577, 1.8379141092300415, 1.786539912223816, 1.6666666269302368, 1.718040943145752, 0.656306266784668, 0.8960528373718262, 1.1357992887496948, 0.15968845784664154, 1.18717360496521, -0.13143247365951538, 0.7076805233955383, 1.6152924299240112, 2.1632845401763916, 2.129034996032715, 1.6152924299240112, 1.8892884254455566, 2.094785451889038, 2.0091617107391357, 2.0262863636016846, 2.0605359077453613, 1.8892884254455566, 2.0262863636016846, 1.9406627416610718, 1.8892884254455566, 1.906413197517395, 1.8892884254455566, 2.0605359077453613, 2.111910104751587, 0.4850587546825409, 1.4611696004867554, 1.7351655960083008, 1.974912166595459, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.111910104751587, 1.5467933416366577, 1.9235379695892334, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.18717360496521, 1.255672574043274, 1.2214230298995972, 1.3926706314086914, 1.1529240608215332, 1.7009161710739136, 1.6152924299240112, -0.14855723083019257, -0.06293346732854843, 1.375545859336853, 1.6837913990020752, 1.7351655960083008, 1.6837913990020752, 1.8036646842956543, 1.9235379695892334, 1.6152924299240112, 1.3412963151931763, 0.622056782245636, 0.4850587546825409, 0.656306266784668, 0.6049320101737976, 1.1700488328933716, 0.41655975580215454, 0.9988013505935669, 1.1700488328933716, 1.7694151401519775, 1.6152924299240112, 2.231783390045166, 1.974912166595459, 1.9920369386672974, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 1.906413197517395, 2.0776607990264893, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.8036646842956543, 2.0605359077453613, 1.8207894563674927, 1.1529240608215332, 1.444044828414917, 1.8892884254455566, 2.0262863636016846, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 2.094785451889038, 1.8721636533737183, 2.0776607990264893, 0.5021834969520569, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.0844250917434692, 1.324171543121338, 0.8789280652999878, 1.7694151401519775, 1.444044828414917, 0.3480607271194458, 0.17681321501731873, 0.5364330410957336, 2.094785451889038, 0.5706825256347656, 2.0091617107391357, 1.8721636533737183, 1.8550388813018799, 1.6495418548583984, 1.4611696004867554, 0.8960528373718262, 1.0844250917434692, 1.718040943145752, 0.7076805233955383, 1.563918113708496, 1.18717360496521, 0.29668647050857544, 0.8789280652999878, 1.444044828414917, 1.3070467710494995, 1.7009161710739136, 1.906413197517395, 1.974912166595459, 1.2042982578277588, 1.7351655960083008, 2.1632845401763916, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.9235379695892334, 2.0776607990264893, 1.974912166595459, 1.6495418548583984, 2.0434112548828125, 1.255672574043274, 1.9235379695892334, 1.8036646842956543, 2.0434112548828125, 2.0605359077453613, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0262863636016846, 1.9406627416610718, 0.5364330410957336, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.3584210872650146, 1.2214230298995972, 0.9988013505935669, 1.324171543121338, 1.1186745166778564, 1.7009161710739136, 1.2214230298995972, 0.622056782245636, -0.5938007831573486, 0.29668647050857544, 2.129034996032715, 0.9988013505935669, 1.9406627416610718, 1.7694151401519775, 1.7351655960083008, 1.7351655960083008, 1.4269200563430786, 0.7761795520782471, 1.1186745166778564, 1.718040943145752, 0.7933043241500854, 1.2214230298995972, 0.9303023219108582, -0.045808710157871246, 1.2385478019714355, 1.444044828414917, 1.8892884254455566, 1.8036646842956543, 1.6495418548583984, 1.786539912223816, 1.5125439167022705, 2.0605359077453613, 2.129034996032715, 1.9920369386672974, 2.1461596488952637, 1.974912166595459, 1.9406627416610718, 1.9577873945236206, 1.9235379695892334, 1.9577873945236206, 2.0605359077453613, 2.0605359077453613, 1.5810428857803345, 1.8036646842956543, 2.0434112548828125, 2.0776607990264893, 2.094785451889038, 2.1461596488952637, 2.1461596488952637, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 1.974912166595459, 2.0091617107391357, 1.5296685695648193, 1.444044828414917, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, -0.30267998576164246, 1.255672574043274, 0.7933043241500854, 1.8207894563674927, 1.1700488328933716, 0.6391815543174744, 0.5706825256347656, 0.19393795728683472, 0.7590547800064087, 0.8960528373718262, 1.9920369386672974, 1.8892884254455566, 1.718040943145752, 1.7522903680801392, 0.656306266784668, 0.7933043241500854, 1.101549744606018, 1.4954191446304321, 0.9988013505935669, 1.444044828414917, 1.3926706314086914, 0.26243698596954346, 0.27956172823905945, 1.324171543121338, 1.63241708278656, 0.8960528373718262, 1.6495418548583984, 1.7522903680801392, 1.4782943725585938, 2.129034996032715, 1.9920369386672974, 1.9577873945236206, 2.0262863636016846, 2.094785451889038, 1.8379141092300415, 1.6837913990020752, 1.8550388813018799, 1.9577873945236206, 2.0091617107391357, 2.0776607990264893, 1.7351655960083008, 1.9406627416610718, 2.0262863636016846, 2.094785451889038, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0776607990264893, 2.0091617107391357, 1.5467933416366577, 2.0091617107391357, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8960528373718262, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2899221181869507, -0.7479235529899597, 1.3412963151931763, 0.587807297706604, 1.6666666269302368, 0.8960528373718262, 0.8618032932281494, 1.324171543121338, 1.1186745166778564, 1.5125439167022705, 1.0501755475997925, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 1.8550388813018799, 1.1357992887496948, 0.9303023219108582, 1.0501755475997925, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.7351655960083008, 1.0330508947372437, -0.02868395671248436, 1.7694151401519775, 0.9645518660545349, 1.8036646842956543, 0.5535577535629272, 1.3070467710494995, 0.9988013505935669, 1.8721636533737183, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.094785451889038, 1.9577873945236206, 1.7009161710739136, 1.8892884254455566, 2.0605359077453613, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 1.9235379695892334, 1.9577873945236206, 2.1461596488952637, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.129034996032715, 2.129034996032715, 2.0776607990264893, 2.111910104751587, 2.0434112548828125, 1.63241708278656, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3480607271194458, 0.3309359848499298, 0.39943498373031616, 0.4679340124130249, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7761795520782471, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.2727973461151123, 0.17681321501731873, 1.3412963151931763, 1.1357992887496948, 1.4269200563430786, 1.3070467710494995, 0.9645518660545349, 0.8446785807609558, 1.1700488328933716, 1.718040943145752, 0.38231024146080017, 1.324171543121338, 1.9235379695892334, 1.4954191446304321, 1.8379141092300415, 1.3584210872650146, 0.8275538086891174, 1.1529240608215332, 1.5125439167022705, 1.563918113708496, 1.4269200563430786, 1.9235379695892334, 0.9645518660545349, -0.1143077164888382, 1.324171543121338, 1.718040943145752, 1.906413197517395, 2.0091617107391357, 0.9988013505935669, 1.9577873945236206, 1.63241708278656, 1.9406627416610718, 2.094785451889038, 1.9920369386672974, 2.129034996032715, 2.0776607990264893, 1.5296685695648193, 1.786539912223816, 2.129034996032715, 1.8892884254455566, 2.0434112548828125, 1.1700488328933716, 1.9406627416610718, 1.974912166595459, 2.1804091930389404, 1.974912166595459, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.111910104751587, 2.129034996032715, 2.111910104751587, 2.1804091930389404, 2.0605359077453613, 1.9406627416610718, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0501755475997925, 1.324171543121338, 0.4679340124130249, 1.18717360496521, 1.3070467710494995, 1.63241708278656, 1.63241708278656, 0.7076805233955383, 1.3584210872650146, 1.4954191446304321, 0.10831420123577118, 0.19393795728683472, 0.9474270939826965, 2.0434112548828125, 1.5296685695648193, 1.7009161710739136, 1.444044828414917, 0.38231024146080017, 1.7351655960083008, 1.5981676578521729, 1.718040943145752, 1.2899221181869507, 1.5467933416366577, 1.1186745166778564, 0.656306266784668, 0.14256370067596436, 0.9303023219108582, 1.786539912223816, 1.8036646842956543, 1.5810428857803345, 0.8275538086891174, 0.7933043241500854, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.7351655960083008, 1.8207894563674927, 1.6837913990020752, 1.8892884254455566, 2.0091617107391357, 1.7009161710739136, 1.8721636533737183, 1.8379141092300415, 2.1804091930389404, 2.111910104751587, 2.1461596488952637, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.9577873945236206, 1.8379141092300415, 1.974912166595459, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.2385478019714355, 0.9645518660545349, 1.324171543121338, 1.2899221181869507, 1.5810428857803345, 1.6495418548583984, 0.9303023219108582, 0.9474270939826965, 1.3412963151931763, -0.43967801332473755, 0.10831420123577118, 1.5981676578521729, 1.8550388813018799, 1.4097954034805298, 1.0673003196716309, 1.786539912223816, 0.6391815543174744, 1.4269200563430786, 1.0330508947372437, 1.1529240608215332, 1.4611696004867554, 1.8036646842956543, 1.2042982578277588, 0.6905558109283447, -0.3711790144443512, 1.0844250917434692, 2.0091617107391357, 0.5706825256347656, 0.4679340124130249, 0.656306266784668, 0.9131776094436646, 1.3926706314086914, 1.8721636533737183, 2.1632845401763916, 1.9406627416610718, 2.094785451889038, 1.7522903680801392, 2.129034996032715, 2.1632845401763916, 2.094785451889038, 1.7009161710739136, 2.0091617107391357, 1.4097954034805298, 2.111910104751587, 2.1975340843200684, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.094785451889038, 1.6495418548583984, 1.8207894563674927, 2.0262863636016846, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616], [0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.3926706314086914, 1.3412963151931763, 1.6495418548583984, 1.5981676578521729, 0.7590547800064087, 0.9474270939826965, -0.02868395671248436, 0.12543895840644836, 1.1700488328933716, 2.0776607990264893, 1.8892884254455566, 1.4954191446304321, 1.5125439167022705, 1.2214230298995972, 0.41655975580215454, 1.9406627416610718, 1.6152924299240112, 0.5193082690238953, 1.5467933416366577, 1.4782943725585938, 1.3584210872650146, 0.8789280652999878, -0.045808710157871246, 1.0330508947372437, 1.324171543121338, 0.24531221389770508, 1.3584210872650146, 0.3651854991912842, 0.9474270939826965, 1.6495418548583984, 1.9577873945236206, 1.3926706314086914, 2.111910104751587, 2.111910104751587, 1.906413197517395, 2.129034996032715, 2.0434112548828125, 1.974912166595459, 1.974912166595459, 2.1461596488952637, 1.9406627416610718, 1.9406627416610718, 2.1975340843200684, 2.1632845401763916, 2.111910104751587, 2.214658737182617, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.111910104751587, 1.9235379695892334, 2.1804091930389404, 1.6495418548583984, 0.5706825256347656, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017], [0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.10831420123577118, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 1.1186745166778564, 0.056939806789159775, 1.3070467710494995, 1.5296685695648193, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 0.8960528373718262, 0.03981505334377289, -1.1075434684753418, 1.2385478019714355, 2.0262863636016846, 1.9406627416610718, 1.5810428857803345, 1.5981676578521729, 1.8379141092300415, 0.6905558109283447, 1.4954191446304321, 1.7351655960083008, 0.5535577535629272, 0.9303023219108582, 1.4954191446304321, 1.1700488328933716, 1.375545859336853, 0.26243698596954346, 0.6391815543174744, 0.41655975580215454, 0.12543895840644836, -0.14855723083019257, 0.8446785807609558, 1.4611696004867554, 1.9577873945236206, 1.8207894563674927, 2.0262863636016846, 2.0434112548828125, 1.906413197517395, 2.0262863636016846, 1.7694151401519775, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 2.111910104751587, 2.0091617107391357, 1.9406627416610718, 2.214658737182617, 2.129034996032715, 1.9577873945236206, 2.111910104751587, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1632845401763916, 1.6152924299240112, 1.3412963151931763, 1.7009161710739136, 0.9303023219108582, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017], [0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.5535577535629272, 1.255672574043274, 1.5467933416366577, 1.7009161710739136, 1.5810428857803345, 1.63241708278656, 0.9816765785217285, 0.7933043241500854, -0.7479235529899597, 1.7522903680801392, 2.0605359077453613, 2.0434112548828125, 1.4954191446304321, 1.786539912223816, 1.5810428857803345, 1.18717360496521, 1.5981676578521729, 1.906413197517395, 0.9474270939826965, 1.18717360496521, 1.0159261226654053, 1.4269200563430786, 1.18717360496521, 0.24531221389770508, -0.3369295001029968, -0.21705622971057892, 0.41655975580215454, -0.30267998576164246, -0.011559205129742622, 1.3070467710494995, 1.8379141092300415, 2.094785451889038, 1.8207894563674927, 1.9920369386672974, 1.375545859336853, 2.0262863636016846, 2.0434112548828125, 2.0776607990264893, 2.0776607990264893, 1.7522903680801392, 2.094785451889038, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.214658737182617, 2.214658737182617, 2.0776607990264893, 2.1632845401763916, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.974912166595459, 2.094785451889038, 1.5981676578521729, 1.4611696004867554, 0.6391815543174744, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.8789280652999878, 0.8618032932281494, -0.28555524349212646, 1.255672574043274, 1.5467933416366577, 1.7351655960083008, 1.5810428857803345, 1.6837913990020752, 1.2042982578277588, 0.7248052954673767, 1.3584210872650146, 1.324171543121338, 1.9235379695892334, 1.9920369386672974, 1.4611696004867554, 0.810429036617279, 1.18717360496521, 0.9131776094436646, 1.0844250917434692, 1.4954191446304321, 1.6837913990020752, 0.5193082690238953, 1.5125439167022705, 0.8618032932281494, 1.444044828414917, -0.02868395671248436, 0.4850587546825409, 0.656306266784668, -0.13143247365951538, 0.6905558109283447, -0.42255327105522156, 0.8618032932281494, 1.6666666269302368, 2.231783390045166, 1.4097954034805298, 1.974912166595459, 0.9474270939826965, 2.0091617107391357, 1.974912166595459, 1.906413197517395, 1.6837913990020752, 1.786539912223816, 2.0776607990264893, 1.9406627416610718, 2.0776607990264893, 2.0091617107391357, 2.1632845401763916, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.906413197517395, 2.1975340843200684, 1.1529240608215332, 1.3584210872650146, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.19993148744106293, 1.2385478019714355, 1.5810428857803345, 1.6666666269302368, 1.7522903680801392, 1.6837913990020752, 1.0330508947372437, 0.9645518660545349, 1.4954191446304321, 0.7076805233955383, 1.974912166595459, 1.974912166595459, 1.6495418548583984, 1.0159261226654053, 1.7009161710739136, 1.6152924299240112, 0.8446785807609558, 1.5810428857803345, 1.5981676578521729, 0.39943498373031616, 1.5981676578521729, 1.6837913990020752, 1.324171543121338, -0.011559205129742622, -0.28555524349212646, 0.10831420123577118, 0.9816765785217285, 0.7076805233955383, 0.8789280652999878, 1.563918113708496, 1.3070467710494995, 2.214658737182617, 1.18717360496521, 1.4954191446304321, 0.27956172823905945, 1.9406627416610718, 1.8892884254455566, 1.9235379695892334, 0.9988013505935669, 1.3070467710494995, 1.9235379695892334, 1.9235379695892334, 2.0605359077453613, 1.4954191446304321, 2.214658737182617, 2.094785451889038, 2.1975340843200684, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1804091930389404, 1.7522903680801392, 1.2727973461151123, 0.622056782245636, 0.7248052954673767, 0.5535577535629272, 0.5021834969520569, 0.6391815543174744, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298], [0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.9020463228225708, 1.4097954034805298, 1.444044828414917, 1.6495418548583984, 1.7694151401519775, 1.6666666269302368, 0.9303023219108582, 0.7076805233955383, 1.2727973461151123, 1.0159261226654053, 1.906413197517395, 1.9406627416610718, 1.5296685695648193, 0.6391815543174744, 1.8550388813018799, 2.0605359077453613, 1.7009161710739136, 1.6495418548583984, 0.3309359848499298, 0.5193082690238953, 0.9303023219108582, 2.0262863636016846, 1.255672574043274, 0.24531221389770508, 0.14256370067596436, -0.1143077164888382, 0.9645518660545349, 0.5021834969520569, 0.19393795728683472, 1.5467933416366577, 1.9235379695892334, 2.1632845401763916, 2.1804091930389404, 1.3926706314086914, 0.5021834969520569, 2.0091617107391357, 1.906413197517395, 1.718040943145752, 2.129034996032715, 1.375545859336853, 1.8207894563674927, 1.8550388813018799, 1.974912166595459, 1.7009161710739136, 2.231783390045166, 2.0091617107391357, 2.1632845401763916, 2.094785451889038, 2.231783390045166, 2.1632845401763916, 1.9920369386672974, 1.906413197517395, 1.9577873945236206, 0.8446785807609558, 0.8789280652999878, 0.9816765785217285, 0.587807297706604, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 0.7761795520782471, -1.2787909507751465, 1.4611696004867554, 1.4954191446304321, 1.7694151401519775, 1.8036646842956543, 1.6666666269302368, 0.9988013505935669, 0.7248052954673767, 1.0844250917434692, 0.7761795520782471, 2.0434112548828125, 1.9406627416610718, 1.1529240608215332, 0.5706825256347656, 1.6495418548583984, 1.8379141092300415, 0.9988013505935669, 0.9816765785217285, 0.622056782245636, 1.7522903680801392, 1.4782943725585938, 1.8550388813018799, 1.324171543121338, 0.15968845784664154, 0.091189444065094, 0.24531221389770508, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.8446785807609558, 1.5467933416366577, 1.8892884254455566, 2.129034996032715, 2.1975340843200684, 2.0605359077453613, 1.974912166595459, 1.8721636533737183, 1.8207894563674927, 2.1461596488952637, 1.7522903680801392, 2.0262863636016846, 2.0434112548828125, 1.9235379695892334, 1.444044828414917, 2.1632845401763916, 1.974912166595459, 2.214658737182617, 2.1632845401763916, 2.214658737182617, 2.248908281326294, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 1.4611696004867554, 1.7522903680801392, 1.4269200563430786, 0.587807297706604, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.7248052954673767, 0.810429036617279, -1.261666178703308, 1.5296685695648193, 1.4611696004867554, 1.8036646842956543, 1.7694151401519775, 1.6495418548583984, 1.2042982578277588, 1.5981676578521729, 0.38231024146080017, 0.8960528373718262, 2.0434112548828125, 1.974912166595459, 0.43368449807167053, -0.30267998576164246, 1.5981676578521729, 1.8379141092300415, 0.4850587546825409, 0.29668647050857544, 1.1357992887496948, 1.7351655960083008, 1.5981676578521729, 2.0605359077453613, 2.0776607990264893, 0.9816765785217285, 0.587807297706604, 1.101549744606018, 0.3138112425804138, 0.3480607271194458, 0.6049320101737976, 0.3480607271194458, 1.0159261226654053, 1.1529240608215332, 1.6666666269302368, 1.9235379695892334, 2.1975340843200684, 1.6495418548583984, 1.5125439167022705, 1.8892884254455566, 1.9577873945236206, 2.129034996032715, 1.6495418548583984, 2.111910104751587, 1.4954191446304321, 0.2281874716281891, 2.0262863636016846, 1.9235379695892334, 2.094785451889038, 2.1461596488952637, 2.0605359077453613, 2.214658737182617, 2.129034996032715, 1.4954191446304321, 1.7009161710739136, 1.563918113708496, 1.0844250917434692, 0.7761795520782471, 0.5706825256347656, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.41655975580215454, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7076805233955383, 0.7419300675392151, -0.9705453515052795, 1.4611696004867554, 1.563918113708496, 1.8207894563674927, 1.8207894563674927, 1.2214230298995972, 1.18717360496521, 0.6391815543174744, 0.4679340124130249, 0.3309359848499298, 2.0262863636016846, 1.8207894563674927, 1.1529240608215332, -0.7479235529899597, 1.8207894563674927, 1.906413197517395, 0.5021834969520569, 0.4679340124130249, 1.4097954034805298, 1.5467933416366577, 0.9645518660545349, 1.8721636533737183, 1.8892884254455566, 0.19393795728683472, 0.9131776094436646, 0.41655975580215454, -0.3369295001029968, 0.056939806789159775, 0.26243698596954346, 0.43368449807167053, 1.2385478019714355, 0.810429036617279, 0.7076805233955383, 0.12543895840644836, 2.094785451889038, 0.5706825256347656, 1.6495418548583984, 1.786539912223816, 1.4269200563430786, 1.4782943725585938, 1.8379141092300415, 2.094785451889038, 0.6905558109283447, 1.906413197517395, 1.8036646842956543, 1.8721636533737183, 0.091189444065094, 0.7933043241500854, 1.9577873945236206, 2.248908281326294, 2.094785451889038, 1.9235379695892334, 1.6666666269302368, 2.0776607990264893, 1.0501755475997925, 1.1529240608215332, 0.5193082690238953, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.5364330410957336, -0.9362958669662476, 1.3926706314086914, 1.5296685695648193, 1.906413197517395, 1.5125439167022705, 1.4269200563430786, 0.6049320101737976, 1.0844250917434692, 1.1700488328933716, 1.0673003196716309, 2.0605359077453613, 1.786539912223816, 0.9474270939826965, -0.8506720662117004, 1.444044828414917, 1.9577873945236206, 0.8275538086891174, 1.3584210872650146, 1.4097954034805298, 0.9474270939826965, 1.0844250917434692, 2.1804091930389404, 1.6837913990020752, 0.26243698596954346, 0.8789280652999878, 0.6391815543174744, 0.3309359848499298, 0.5535577535629272, 1.101549744606018, 1.0330508947372437, 1.255672574043274, 0.2110627144575119, -0.21705622971057892, -0.011559205129742622, 0.4850587546825409, 1.4954191446304321, 1.3412963151931763, 1.8721636533737183, 1.7009161710739136, 1.6837913990020752, 1.4782943725585938, 1.4269200563430786, 0.091189444065094, 2.0605359077453613, 1.18717360496521, 0.9474270939826965, 0.5535577535629272, 0.7933043241500854, 1.8207894563674927, 2.248908281326294, 1.9920369386672974, 1.375545859336853, 2.094785451889038, 1.0330508947372437, 0.3651854991912842, 0.9131776094436646, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.5364330410957336, -0.3540542721748352, 1.375545859336853, 1.5810428857803345, 1.8207894563674927, 1.1186745166778564, 1.8207894563674927, 0.8960528373718262, 1.18717360496521, 0.7761795520782471, 1.6495418548583984, 1.8721636533737183, 1.8036646842956543, 1.1700488328933716, -1.1589176654815674, 1.7522903680801392, 1.63241708278656, 1.1357992887496948, 0.6905558109283447, 0.7933043241500854, 1.1186745166778564, 1.8550388813018799, 2.0262863636016846, 1.8036646842956543, 0.38231024146080017, 1.1357992887496948, 1.1700488328933716, 0.5364330410957336, 1.2385478019714355, 0.27956172823905945, 1.4782943725585938, 1.718040943145752, -0.19993148744106293, -0.30267998576164246, -0.7136740684509277, -0.4568027853965759, 1.6152924299240112, 1.2727973461151123, 1.5296685695648193, 2.111910104751587, 1.9577873945236206, 1.7694151401519775, 1.6495418548583984, 0.03981505334377289, 1.8892884254455566, 1.5467933416366577, 1.3412963151931763, 1.0673003196716309, 1.0844250917434692, 1.563918113708496, 2.0776607990264893, 0.810429036617279, 2.0262863636016846, 2.214658737182617, 1.2042982578277588, 1.1529240608215332, 0.7419300675392151, 0.6049320101737976, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.5021834969520569, 0.15968845784664154, 1.324171543121338, 1.7351655960083008, 1.7694151401519775, 1.8207894563674927, 1.7351655960083008, 1.18717360496521, 1.0330508947372437, 0.10831420123577118, 1.9920369386672974, 1.9577873945236206, 1.8721636533737183, 1.4782943725585938, -1.0390443801879883, 1.8721636533737183, 1.2727973461151123, 1.7694151401519775, 0.9131776094436646, 1.1357992887496948, 1.1186745166778564, 1.9406627416610718, 1.2727973461151123, 1.6495418548583984, 0.6905558109283447, 0.9474270939826965, 0.5535577535629272, 0.8275538086891174, 0.4850587546825409, 1.0159261226654053, 0.7419300675392151, -0.43967801332473755, 0.6391815543174744, 0.8618032932281494, 0.24531221389770508, -0.7479235529899597, -0.13143247365951538, 0.5535577535629272, 1.3926706314086914, 1.9406627416610718, 1.8550388813018799, 2.0091617107391357, 1.1529240608215332, 0.7590547800064087, 2.1975340843200684, 1.8379141092300415, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.8036646842956543, 1.4611696004867554, 1.9920369386672974, 2.0262863636016846, 1.6495418548583984, 1.255672574043274, -0.08005820959806442, 0.810429036617279, 0.622056782245636, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945], [0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5706825256347656, 0.5021834969520569, 0.7076805233955383, 1.2899221181869507, 1.4954191446304321, 1.8721636533737183, 1.7522903680801392, 1.563918113708496, 1.2727973461151123, 0.8618032932281494, 1.0330508947372437, 1.6152924299240112, 1.8550388813018799, 1.974912166595459, 1.4097954034805298, -0.3711790144443512, 1.8892884254455566, 1.906413197517395, 1.974912166595459, 1.255672574043274, 1.4611696004867554, 1.4782943725585938, 1.6495418548583984, 2.214658737182617, 0.39943498373031616, 0.38231024146080017, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.810429036617279, 0.4850587546825409, -0.13143247365951538, 1.1186745166778564, 0.3309359848499298, 0.6905558109283447, -0.06293346732854843, -0.9020463228225708, -0.8164225816726685, 0.7761795520782471, 1.375545859336853, 2.0776607990264893, 1.5125439167022705, 1.9920369386672974, 1.2214230298995972, 0.7076805233955383, 1.6666666269302368, 2.0605359077453613, 1.974912166595459, 1.0673003196716309, 1.6666666269302368, 1.9235379695892334, 1.4269200563430786, 1.375545859336853, 1.1186745166778564, 2.0262863636016846, 1.1186745166778564, 0.3480607271194458, 0.810429036617279, 0.26243698596954346, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.38231024146080017, 1.3070467710494995, 1.6152924299240112, 1.9235379695892334, 1.786539912223816, 1.6837913990020752, 1.101549744606018, 1.5125439167022705, 1.5296685695648193, 1.8892884254455566, 2.0262863636016846, 1.8207894563674927, 1.1357992887496948, 0.091189444065094, 1.7522903680801392, 2.0091617107391357, 1.7522903680801392, 1.6837913990020752, 1.3070467710494995, 1.786539912223816, 1.4611696004867554, 2.1804091930389404, 1.1357992887496948, 0.9131776094436646, 0.9816765785217285, -0.31980475783348083, 0.8789280652999878, 1.0330508947372437, 0.5706825256347656, -0.011559205129742622, 0.17681321501731873, 0.29668647050857544, 0.5021834969520569, 0.0740646943449974, -0.43967801332473755, -0.19993148744106293, -0.6280503273010254, 0.6049320101737976, 1.974912166595459, 2.1804091930389404, 1.6666666269302368, 1.0330508947372437, 1.0330508947372437, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.2214230298995972, 1.5981676578521729, 1.9577873945236206, 1.6495418548583984, 1.255672574043274, 1.4269200563430786, 0.12543895840644836, 0.8446785807609558, 1.18717360496521, 0.39943498373031616, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.3138112425804138, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.4679340124130249, 0.622056782245636, 1.563918113708496, 1.6495418548583984, 1.9577873945236206, 1.7009161710739136, 1.6152924299240112, 1.18717360496521, 1.0501755475997925, 1.7694151401519775, 1.6495418548583984, 1.9577873945236206, 1.8207894563674927, 1.1529240608215332, -0.02868395671248436, 1.9406627416610718, 1.9577873945236206, 1.63241708278656, 1.7522903680801392, 0.9816765785217285, 1.8379141092300415, 1.906413197517395, 1.786539912223816, 0.5706825256347656, 0.8618032932281494, 0.8275538086891174, 0.2281874716281891, 0.24531221389770508, 1.18717360496521, 0.4679340124130249, 0.26243698596954346, -0.3369295001029968, 0.8789280652999878, 0.587807297706604, 0.9988013505935669, -0.9362958669662476, -0.045808710157871246, -0.7307988405227661, 0.056939806789159775, 1.6152924299240112, 2.214658737182617, 1.8207894563674927, 1.444044828414917, 1.6666666269302368, 1.8379141092300415, 0.8960528373718262, 1.718040943145752, 1.0501755475997925, 1.5810428857803345, 2.0091617107391357, 2.0091617107391357, 0.6734310388565063, 0.656306266784668, 0.03981505334377289, -0.3540542721748352, 1.5125439167022705, 1.974912166595459, 0.587807297706604, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.7761795520782471, 1.5810428857803345, 1.7522903680801392, 1.906413197517395, 1.786539912223816, 1.7351655960083008, 1.444044828414917, 1.1357992887496948, 1.8207894563674927, 1.7522903680801392, 1.9406627416610718, 1.7694151401519775, 0.7590547800064087, 0.41655975580215454, 1.974912166595459, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.1700488328933716, 1.5125439167022705, 1.718040943145752, -0.18280673027038574, 1.2214230298995972, 0.587807297706604, 0.3138112425804138, 0.43368449807167053, 0.17681321501731873, -0.011559205129742622, 0.5535577535629272, -0.2513057291507721, 0.656306266784668, 0.810429036617279, 0.6391815543174744, 0.3309359848499298, -0.19993148744106293, 0.9988013505935669, 0.03981505334377289, 1.7351655960083008, 1.18717360496521, 1.6666666269302368, 0.9131776094436646, 1.4269200563430786, 1.8207894563674927, 1.63241708278656, 1.974912166595459, 1.4611696004867554, 2.0434112548828125, 2.0434112548828125, 2.129034996032715, -0.2341809868812561, 0.14256370067596436, 1.2385478019714355, 1.0501755475997925, 1.4097954034805298, 2.0776607990264893, 1.444044828414917, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544], [0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.7761795520782471, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.8379141092300415, 1.5810428857803345, 0.7248052954673767, 1.4611696004867554, 1.8207894563674927, 1.8036646842956543, 1.8721636533737183, 1.4269200563430786, -0.02868395671248436, -0.3540542721748352, 1.5981676578521729, 1.5296685695648193, 1.7009161710739136, 1.3584210872650146, 1.0330508947372437, 1.18717360496521, 0.6391815543174744, 1.1529240608215332, 0.02269030176103115, 1.2385478019714355, 1.3412963151931763, 0.3309359848499298, 1.101549744606018, 0.8618032932281494, 1.255672574043274, 0.10831420123577118, 0.9988013505935669, 0.9131776094436646, 1.101549744606018, 1.0844250917434692, 0.7761795520782471, -0.8849216103553772, 0.7590547800064087, 0.056939806789159775, 1.6837913990020752, 0.41655975580215454, 0.38231024146080017, 0.6391815543174744, 2.0434112548828125, 1.2214230298995972, 1.5125439167022705, 1.5981676578521729, 1.974912166595459, 1.6666666269302368, 1.9406627416610718, 2.248908281326294, -0.19993148744106293, 1.8379141092300415, 1.2042982578277588, 0.7761795520782471, 1.5810428857803345, 1.7009161710739136, 1.6152924299240112, 0.5193082690238953, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.26243698596954346, 0.7419300675392151, 1.786539912223816, 1.7694151401519775, 1.7351655960083008, 1.8721636533737183, 1.444044828414917, 1.2214230298995972, 1.5810428857803345, 1.9577873945236206, 1.8036646842956543, 2.0262863636016846, 0.5535577535629272, 0.622056782245636, -0.2341809868812561, 1.7351655960083008, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.0330508947372437, 1.563918113708496, 1.1529240608215332, 0.6734310388565063, 0.4508092403411865, 1.0501755475997925, 0.8789280652999878, 1.2042982578277588, 0.7933043241500854, 0.9474270939826965, 1.1529240608215332, 0.3309359848499298, 1.3412963151931763, 1.0501755475997925, 1.324171543121338, 0.9645518660545349, 1.0501755475997925, -0.6794245839118958, -0.13143247365951538, 0.6391815543174744, 0.7248052954673767, 1.3926706314086914, 0.4679340124130249, 0.5706825256347656, 1.9235379695892334, 1.6152924299240112, 1.8550388813018799, 0.9816765785217285, 0.9303023219108582, 1.6666666269302368, 1.974912166595459, 2.094785451889038, 0.7076805233955383, 1.6666666269302368, 0.8275538086891174, 1.1186745166778564, 1.444044828414917, 1.8379141092300415, 1.4611696004867554, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.8275538086891174, 1.6152924299240112, 1.6666666269302368, 1.718040943145752, 1.8379141092300415, 1.0501755475997925, 1.5125439167022705, 1.5467933416366577, 1.786539912223816, 1.5467933416366577, 1.8036646842956543, -0.5938007831573486, 0.4508092403411865, -0.2341809868812561, 1.5810428857803345, 1.6152924299240112, 1.3070467710494995, 1.7009161710739136, 1.8721636533737183, 1.18717360496521, 1.0159261226654053, -0.3540542721748352, -0.045808710157871246, 1.255672574043274, 1.0159261226654053, 0.7076805233955383, 0.12543895840644836, 0.056939806789159775, 0.9988013505935669, 0.15968845784664154, 1.324171543121338, 1.4954191446304321, 1.4269200563430786, 1.4954191446304321, 1.2899221181869507, -0.8506720662117004, -0.3883037567138672, 1.0501755475997925, 0.7419300675392151, 0.9303023219108582, 0.4850587546825409, -0.3540542721748352, 1.1357992887496948, 1.0501755475997925, 1.8892884254455566, 0.9988013505935669, 1.7351655960083008, 2.0091617107391357, 1.7009161710739136, 2.248908281326294, 0.5364330410957336, 1.444044828414917, 0.9303023219108582, 0.5364330410957336, 1.7522903680801392, 1.8379141092300415, 1.5467933416366577, 0.4850587546825409, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298], [0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.14256370067596436, 0.10831420123577118, 0.0740646943449974, 0.19393795728683472, 0.8960528373718262, 1.7522903680801392, 1.6666666269302368, 1.6837913990020752, 1.8036646842956543, 0.7933043241500854, 1.2042982578277588, 1.63241708278656, 1.8207894563674927, 2.0434112548828125, 1.718040943145752, 0.656306266784668, 0.26243698596954346, -0.09718296676874161, 1.7522903680801392, 1.7351655960083008, 1.1357992887496948, 1.1357992887496948, 1.2042982578277588, 1.7009161710739136, 1.0330508947372437, 0.02269030176103115, 0.587807297706604, 1.4782943725585938, 1.101549744606018, 1.0844250917434692, 0.9474270939826965, 0.12543895840644836, 0.8275538086891174, 0.24531221389770508, 1.2214230298995972, 1.2727973461151123, 1.7009161710739136, 1.255672574043274, 1.786539912223816, -0.5938007831573486, 0.6391815543174744, 0.14256370067596436, 0.29668647050857544, 0.0055655487813055515, 0.9474270939826965, -0.6794245839118958, 1.7351655960083008, 1.63241708278656, 1.5810428857803345, 1.444044828414917, 1.0673003196716309, 1.974912166595459, 1.8550388813018799, 2.231783390045166, -0.14855723083019257, 1.1186745166778564, 1.0159261226654053, 0.7761795520782471, 1.8892884254455566, 1.3412963151931763, 0.7933043241500854, 0.5021834969520569, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3309359848499298]], [[0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967], [0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5728292465209961, 0.6603642702102661, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.3081233501434326], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3606443405151367], [0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.3956583738327026], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.430672287940979], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.518207311630249, 1.465686321258545], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.5707283020019531], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.6232492923736572], [0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085], [0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.7633053064346313], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0280113220214844, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7654062509536743, 1.1330533027648926, 1.1855742931365967, 0.9929972887039185, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014], [1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.4481793642044067, 1.2030812501907349, 0.8879552483558655, 0.6953782439231873, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [1.343137264251709, 1.5007003545761108, 1.6582633256912231, 1.728291392326355, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.343137264251709, 0.9929972887039185, 0.7829132676124573, 0.7128852605819702, 0.6428572535514832, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [0.590336263179779, 1.0630252361297607, 1.2731093168258667, 1.4131653308868408, 1.5007003545761108, 1.6757704019546509, 1.640756368637085, 1.5007003545761108, 1.3606443405151367, 1.1855742931365967, 0.6953782439231873, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [0.3102242052555084, 0.6953782439231873, 0.8879552483558655, 1.0280113220214844, 1.1855742931365967, 0.9754902720451355, 0.3102242052555084, -0.022408949211239815, -0.03991595283150673, -0.21498596668243408, -0.1624649614095688, 0.3627452254295349, 0.415266215801239, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [1.3081233501434326, 1.3081233501434326, 1.1155463457107544, 0.8704482913017273, 0.415266215801239, -0.4600839912891388, -1.5630252361297607, -1.755602240562439, -0.9152660369873047, 0.08263305574655533, 0.7829132676124573, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.0455182790756226, 0.7829132676124573, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.34523820877075195, -0.8977590203285217, -0.7927170395851135, 0.9404762983322144, 1.5707283020019531, 1.7983193397521973, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.465686321258545, 1.343137264251709, 1.0980392694473267, 0.8529412746429443, 0.6603642702102661, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.2030812501907349, 1.2906162738800049, 1.3256303071975708, 1.3956583738327026, 1.518207311630249, 1.4131653308868408, 0.9054622650146484, 0.3277312219142914, 0.7303922772407532, 1.2556023597717285, 1.5882353782653809, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.0280113220214844, 0.8004202842712402, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [1.0455182790756226, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 0.9754902720451355, 0.17016807198524475, -0.5126050114631653, -1.0903360843658447, -0.3550419807434082, 0.7654062509536743, 1.343137264251709, 1.553221344947815, 1.640756368637085, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.8333333730697632, 1.553221344947815, 1.3606443405151367, 1.0980392694473267, 0.7829132676124573, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [0.6778712272644043, 0.8704482913017273, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, -0.022408949211239815, -1.6330533027648926, -1.895658254623413, -1.422969102859497, -0.4950979948043823, 0.415266215801239, 0.7829132676124573, 0.9229692816734314, 1.2380952835083008, 1.483193278312683, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.815826416015625, 1.7457983493804932, 1.4481793642044067, 1.1330533027648926, 0.6078432202339172, 0.4852942228317261, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055], [-0.17997196316719055, 0.34523820877075195, 0.590336263179779, 0.6778712272644043, 0.13515406847000122, -1.370448112487793, -1.8256303071975708, -1.3004200458526611, 0.432773232460022, 1.2556023597717285, 1.465686321258545, 1.4131653308868408, 1.2205883264541626, 0.9579832553863525, 0.9404762983322144, 1.1505602598190308, 1.0455182790756226, 0.3802522122859955, 0.1001400575041771, 0.9579832553863525, 1.553221344947815, 1.5357143878936768, 1.0455182790756226, 0.6078432202339172, 0.7303922772407532, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332], [-1.4404760599136353, -0.9502801299095154, -0.26750698685646057, 0.11764705926179886, -0.6526610255241394, -1.720588207244873, -1.7380952835083008, -0.12745095789432526, 1.1330533027648926, 1.2380952835083008, 1.430672287940979, 1.518207311630249, 1.605742335319519, 1.605742335319519, 1.378151297569275, 0.9404762983322144, 0.012605053372681141, -0.9852941036224365, 0.2752102017402649, 1.430672287940979, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.728291392326355, 1.465686321258545, 1.2380952835083008, 1.0455182790756226, 0.9054622650146484, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9558824300765991, 1.9733893871307373, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.3004200458526611, -1.6330533027648926, -1.4404760599136353, -0.7051820158958435, -0.9852941036224365, -1.668067216873169, -1.2654061317443848, 0.6778712272644043, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.553221344947815, 1.6582633256912231, 1.640756368637085, 1.2030812501907349, 0.2752102017402649, 0.590336263179779, 1.2556023597717285, 1.5707283020019531, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.6232492923736572, 1.430672287940979, 1.2205883264541626, 1.0805323123931885, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9558824300765991, 1.6757704019546509, 1.1680673360824585, 1.6757704019546509, 1.9208683967590332, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.0378150939941406, -1.3179271221160889, -1.3004200458526611, -1.195378065109253, -1.247899055480957, -1.335434079170227, -0.7051820158958435, 0.6253502368927002, 1.0105042457580566, 1.1505602598190308, 1.2380952835083008, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.4481793642044067, 1.2205883264541626, 0.6778712272644043, 0.1001400575041771, 0.2226892113685608, 0.9929972887039185, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 1.693277359008789, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.465686321258545, 1.3081233501434326, 1.1505602598190308, 0.9229692816734314, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.483193278312683, 1.1680673360824585, 1.4481793642044067, 0.9929972887039185, 2.0259103775024414, 2.0259103775024414, 1.9208683967590332, 1.9383753538131714, 1.9733893871307373, 1.9033613204956055, 1.5357143878936768, 1.4131653308868408, 1.8333333730697632, 1.9733893871307373, 1.9908963441848755, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [-0.3550419807434082, -0.4075630009174347, 0.2577032148838043, 0.34523820877075195, -0.3550419807434082, -1.0553221702575684, -1.0728291273117065, -0.26750698685646057, 0.520308256149292, 0.8879552483558655, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 0.7303922772407532, -0.8277310132980347, -1.4404760599136353, -1.4754900932312012, -1.1428570747375488, -0.3550419807434082, 0.6078432202339172, 1.2030812501907349, 1.430672287940979, 1.553221344947815, 1.483193278312683, 1.3606443405151367, 1.430672287940979, 1.640756368637085, 1.5007003545761108, 1.3956583738327026, 1.2731093168258667, 0.9754902720451355, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9033613204956055, 1.8333333730697632, 1.693277359008789, 1.4131653308868408, 1.1330533027648926, 1.0455182790756226, 1.0105042457580566, 1.1155463457107544, 0.6078432202339172, 1.7983193397521973, 1.9383753538131714, 1.9208683967590332, 1.9558824300765991, 1.9383753538131714, 1.6582633256912231, 1.2906162738800049, 0.6603642702102661, 0.7128852605819702, 1.7107843160629272, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [1.0805323123931885, -0.057422954589128494, -0.3550419807434082, 0.06512605398893356, 0.415266215801239, -0.057422954589128494, -0.8627450466156006, -0.8802520632743835, -0.6701680421829224, -0.10994396358728409, 0.590336263179779, 0.8704482913017273, 0.9404762983322144, 1.0455182790756226, 0.9754902720451355, -0.28501397371292114, -1.5980392694473267, -1.7731093168258667, -0.8627450466156006, 0.6078432202339172, 1.1155463457107544, 1.4131653308868408, 1.3956583738327026, 1.1505602598190308, 1.0805323123931885, 1.343137264251709, 1.465686321258545, 0.8704482913017273, 0.4852942228317261, 1.0105042457580566, 1.4481793642044067, 1.3081233501434326, 0.9229692816734314, 0.432773232460022, 0.502801239490509, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.5707283020019531, 0.8529412746429443, 1.3256303071975708, 1.2731093168258667, 0.5378152132034302, 0.7303922772407532, 0.4677872359752655, 0.4852942228317261, 0.3802522122859955, 1.2906162738800049, 1.693277359008789, 1.6582633256912231, 1.728291392326355, 1.815826416015625, 1.0280113220214844, 0.6603642702102661, 0.415266215801239, 0.520308256149292, 1.2906162738800049, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991], [1.9033613204956055, 1.0980392694473267, -1.160364031791687, -1.5455182790756226, -1.335434079170227, -0.9327731132507324, -0.4600839912891388, 0.3102242052555084, 0.432773232460022, -0.2499999701976776, -0.4600839912891388, 0.012605053372681141, 0.502801239490509, 0.7303922772407532, 0.3277312219142914, -1.1428570747375488, -1.720588207244873, -1.370448112487793, 0.6953782439231873, 1.3956583738327026, 1.518207311630249, 1.6232492923736572, 1.780812382698059, 1.7983193397521973, 1.3606443405151367, 0.7829132676124573, 0.11764705926179886, -0.5126050114631653, -0.6876749992370605, -0.21498596668243408, 0.432773232460022, 1.2556023597717285, 1.4481793642044067, 0.8704482913017273, 0.5728292465209961, 0.8529412746429443, 0.9579832553863525, 0.8354342579841614, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 2.0084033012390137, 1.5357143878936768, 0.17016807198524475, 0.6078432202339172, 0.8879552483558655, 0.3102242052555084, 0.590336263179779, -0.0049019488506019115, 0.03011205606162548, 0.2577032148838043, 1.0805323123931885, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.3081233501434326, 0.9929972887039185, 0.24019621312618256, 0.520308256149292, 0.45028021931648254, 1.4131653308868408, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991], [1.9383753538131714, 1.9383753538131714, 1.1330533027648926, -0.7226890325546265, -1.580532193183899, -1.457983136177063, -1.335434079170227, -0.8277310132980347, 0.0476190559566021, 0.590336263179779, 0.012605053372681141, -0.9677870869636536, -0.5826330184936523, 0.03011205606162548, -0.3200279772281647, -1.4929972887039185, -1.720588207244873, -0.39005598425865173, 1.2380952835083008, 1.3256303071975708, 1.4131653308868408, 1.4481793642044067, 1.5357143878936768, 1.6232492923736572, 1.7107843160629272, 1.7457983493804932, 1.2030812501907349, 0.13515406847000122, -0.5301120281219482, 0.3627452254295349, 0.6603642702102661, 0.7303922772407532, 1.2380952835083008, 1.7633053064346313, 1.5882353782653809, 1.3606443405151367, 1.3081233501434326, 1.1505602598190308, 0.9579832553863525, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9208683967590332, 1.9733893871307373, 0.4677872359752655, 0.012605053372681141, -0.07492996007204056, 0.2577032148838043, 0.15266107022762299, 0.520308256149292, -0.03991595283150673, -0.14495795965194702, 0.2577032148838043, 0.8354342579841614, 1.465686321258545, 1.0455182790756226, 1.5707283020019531, 0.7478992342948914, 0.8179272413253784, 0.29271721839904785, 0.45028021931648254, 0.34523820877075195, 1.1855742931365967, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373], [1.1330533027648926, 1.640756368637085, 1.8858543634414673, 1.7457983493804932, 1.1155463457107544, 0.2577032148838043, -0.5126050114631653, -1.4054621458053589, -1.4754900932312012, -0.9327731132507324, -0.5651260018348694, -0.8802520632743835, -0.8452380299568176, -0.3025209903717041, -0.5651260018348694, -1.195378065109253, -1.1253501176834106, 0.45028021931648254, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.483193278312683, 1.518207311630249, 1.6582633256912231, 1.693277359008789, 1.5882353782653809, 0.9579832553863525, -0.09243696182966232, -0.33753499388694763, -0.03991595283150673, 0.17016807198524475, 0.9579832553863525, 1.605742335319519, 1.7107843160629272, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.1330533027648926, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 0.3802522122859955, -0.3200279772281647, -0.39005598425865173, -0.23249296844005585, 0.08263305574655533, 0.3277312219142914, -0.057422954589128494, -0.12745095789432526, 0.2226892113685608, 0.5728292465209961, 1.2030812501907349, 0.6778712272644043, 1.465686321258545, 0.4677872359752655, 0.4677872359752655, 0.2577032148838043, 0.03011205606162548, 0.24019621312618256, 0.7654062509536743, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 2.0259103775024414], [0.7829132676124573, 0.9054622650146484, 1.2731093168258667, 1.868347406387329, 1.9558824300765991, 1.868347406387329, 1.430672287940979, 0.3102242052555084, -0.7226890325546265, -0.7577030062675476, -1.160364031791687, -1.2654061317443848, -0.5126050114631653, 0.45028021931648254, 0.415266215801239, -0.23249296844005585, -0.47759100794792175, 0.39775922894477844, 0.9929972887039185, 1.0455182790756226, 1.1505602598190308, 1.2380952835083008, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.1855742931365967, 0.8354342579841614, 0.17016807198524475, -0.4950979948043823, -0.4425770044326782, -0.3025209903717041, -0.09243696182966232, 0.5378152132034302, 1.2731093168258667, 1.6757704019546509, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.0630252361297607, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.3956583738327026, -0.3025209903717041, -0.5301120281219482, -0.5826330184936523, -0.42506998777389526, -0.03991595283150673, 0.24019621312618256, -0.09243696182966232, -0.07492996007204056, 0.2752102017402649, 0.5728292465209961, 1.0630252361297607, 0.7654062509536743, 0.9929972887039185, 0.520308256149292, 0.3102242052555084, -0.022408949211239815, -0.1624649614095688, 0.17016807198524475, 0.6428572535514832, 1.6582633256912231, 2.0084033012390137, 2.0084033012390137, 2.043417453765869], [0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9579832553863525, 1.518207311630249, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 1.3606443405151367, 0.502801239490509, 0.13515406847000122, -0.5301120281219482, -1.195378065109253, -0.6526610255241394, 0.13515406847000122, 0.45028021931648254, 0.20518220961093903, -0.057422954589128494, 0.20518220961093903, 0.6778712272644043, 0.9054622650146484, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.3081233501434326, 1.2380952835083008, 0.5378152132034302, -0.7226890325546265, -1.3529410362243652, -1.0728291273117065, -0.19747896492481232, 0.3277312219142914, 0.2752102017402649, 0.11764705926179886, 0.3277312219142914, 0.6778712272644043, 1.0280113220214844, 1.518207311630249, 1.6582633256912231, 1.430672287940979, 1.3956583738327026, 1.4481793642044067, 1.2030812501907349, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.3802522122859955, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8508403301239014, 0.39775922894477844, -0.5301120281219482, -0.5476189851760864, -0.47759100794792175, -0.33753499388694763, 0.06512605398893356, 0.20518220961093903, -0.03991595283150673, 0.11764705926179886, 0.432773232460022, 0.5378152132034302, 0.8354342579841614, 0.9054622650146484, 0.6253502368927002, 0.3627452254295349, 0.15266107022762299, -0.12745095789432526, -0.03991595283150673, 0.012605053372681141, 0.6078432202339172, 1.2030812501907349, 1.9908963441848755, 2.043417453765869, 2.043417453765869], [0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.5357143878936768, 1.9208683967590332, 2.0259103775024414, 1.4481793642044067, -0.0049019488506019115, -0.33753499388694763, -0.8802520632743835, -1.160364031791687, -1.0028010606765747, -0.4950979948043823, -0.057422954589128494, -0.2499999701976776, -0.8452380299568176, -0.3550419807434082, 0.24019621312618256, 0.6253502368927002, 0.9229692816734314, 1.0630252361297607, 1.1330533027648926, 0.8704482913017273, -0.7051820158958435, -1.580532193183899, -0.3025209903717041, 1.1680673360824585, 1.605742335319519, 1.640756368637085, 1.4481793642044067, 0.9404762983322144, 0.6778712272644043, 0.7654062509536743, 0.8529412746429443, 0.7128852605819702, 0.3627452254295349, 0.3102242052555084, 0.8354342579841614, 1.2030812501907349, 1.1155463457107544, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.7107843160629272, 1.4481793642044067, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 0.5553222298622131, -0.37254899740219116, -0.6176469922065735, -0.39005598425865173, -0.47759100794792175, -0.09243696182966232, 0.17016807198524475, 0.2226892113685608, 0.17016807198524475, 0.3277312219142914, 0.520308256149292, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.502801239490509, 0.15266107022762299, -0.03991595283150673, -0.1624649614095688, 0.1001400575041771, 0.1001400575041771, 0.34523820877075195, 0.15266107022762299, 2.0259103775024414, 2.0259103775024414, 2.043417453765869], [0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 1.0630252361297607, 1.553221344947815, 1.6232492923736572, 1.2205883264541626, 0.4852942228317261, -0.19747896492481232, -0.14495795965194702, 0.29271721839904785, -0.1624649614095688, -0.7226890325546265, -0.8977590203285217, -1.1253501176834106, -0.7401960492134094, -0.23249296844005585, 0.08263305574655533, 0.502801239490509, 0.7128852605819702, 0.8529412746429443, 0.08263305574655533, -1.3879550695419312, -0.9852941036224365, 1.0280113220214844, 1.465686321258545, 1.553221344947815, 1.6582633256912231, 1.728291392326355, 1.728291392326355, 1.3256303071975708, 0.6428572535514832, 0.17016807198524475, -0.3025209903717041, -0.9852941036224365, -0.09243696182966232, 1.1505602598190308, 1.6232492923736572, 1.5357143878936768, 0.9404762983322144, 0.590336263179779, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.483193278312683, 1.0805323123931885, 1.2731093168258667, 1.2205883264541626, 0.20518220961093903, -0.6176469922065735, -0.4075630009174347, -0.9327731132507324, -0.4075630009174347, -0.28501397371292114, -0.39005598425865173, -0.022408949211239815, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.39775922894477844, 0.5378152132034302, 0.5728292465209961, 0.432773232460022, 0.502801239490509, 0.3627452254295349, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.20518220961093903, 0.18767507374286652, 0.20518220961093903, 0.4677872359752655, 1.1505602598190308, 1.9383753538131714, 2.043417453765869], [0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.9754902720451355, 1.2906162738800049, 1.3606443405151367, 1.0455182790756226, -0.10994396358728409, 0.03011205606162548, 0.5378152132034302, 0.590336263179779, 0.012605053372681141, -0.8452380299568176, -0.7927170395851135, -0.19747896492481232, -0.0049019488506019115, -0.12745095789432526, 0.012605053372681141, 0.17016807198524475, -0.4600839912891388, -1.1078431606292725, 0.06512605398893356, 1.2731093168258667, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.5707283020019531, 1.0980392694473267, 0.18767507374286652, -0.12745095789432526, 1.0980392694473267, 1.5707283020019531, 1.728291392326355, 1.8333333730697632, 1.8858543634414673, 1.605742335319519, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.0805323123931885, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.430672287940979, 0.1001400575041771, -0.8277310132980347, 0.7128852605819702, 0.15266107022762299, -0.3200279772281647, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -0.42506998777389526, -0.21498596668243408, -0.4075630009174347, 0.1001400575041771, 0.13515406847000122, 0.3102242052555084, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 0.3802522122859955, 0.3102242052555084, 0.520308256149292, 0.18767507374286652, 0.03011205606162548, -0.09243696182966232, 0.13515406847000122, 0.2752102017402649, 0.0476190559566021, 0.3277312219142914, 0.590336263179779, 0.9404762983322144, 2.0259103775024414, 2.0959384441375732], [0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 1.1505602598190308, 1.378151297569275, 1.343137264251709, 0.45028021931648254, 0.2226892113685608, 0.34523820877075195, -0.26750698685646057, -0.7927170395851135, -0.5476189851760864, -0.2499999701976776, -0.14495795965194702, -0.2499999701976776, -0.37254899740219116, -0.47759100794792175, -0.5476189851760864, 0.45028021931648254, 1.0630252361297607, 1.1855742931365967, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.465686321258545, 1.518207311630249, 1.6232492923736572, 1.5882353782653809, 1.2030812501907349, 0.2226892113685608, 0.3102242052555084, 1.1855742931365967, 1.483193278312683, 1.640756368637085, 1.815826416015625, 1.9208683967590332, 1.8858543634414673, 1.553221344947815, 1.3606443405151367, 1.518207311630249, 1.2906162738800049, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.5357143878936768, 0.8179272413253784, -0.6876749992370605, -1.0028010606765747, -0.8102240562438965, -0.03991595283150673, -0.6526610255241394, -1.2128850221633911, -1.160364031791687, -0.9677870869636536, -0.19747896492481232, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.13515406847000122, 0.3277312219142914, 0.13515406847000122, 0.24019621312618256, 0.3102242052555084, 0.2577032148838043, 0.29271721839904785, 0.45028021931648254, 0.06512605398893356, -0.14495795965194702, -0.07492996007204056, 0.29271721839904785, 0.1001400575041771, -0.0049019488506019115, 0.3277312219142914, 0.3627452254295349, 0.8004202842712402, 2.0784313678741455, 2.0959384441375732], [1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9054622650146484, 1.2556023597717285, 1.1680673360824585, 0.7128852605819702, 0.17016807198524475, -0.21498596668243408, -0.0049019488506019115, 0.3627452254295349, 0.06512605398893356, -0.33753499388694763, -0.42506998777389526, -0.4075630009174347, -0.4425770044326782, -0.4425770044326782, 0.11764705926179886, 0.7654062509536743, 0.9054622650146484, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.2906162738800049, 1.378151297569275, 1.430672287940979, 1.0980392694473267, -0.057422954589128494, -1.1253501176834106, -0.6701680421829224, 0.29271721839904785, 0.8529412746429443, 1.1505602598190308, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9558824300765991, 1.8333333730697632, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.2030812501907349, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.2906162738800049, -0.6526610255241394, -0.9152660369873047, -0.7051820158958435, -0.7577030062675476, -0.4600839912891388, -1.0028010606765747, -0.6351540088653564, -0.3025209903717041, -0.23249296844005585, 0.06512605398893356, -0.057422954589128494, -0.21498596668243408, -0.14495795965194702, 0.06512605398893356, 0.2226892113685608, 0.06512605398893356, 0.17016807198524475, 0.08263305574655533, 0.11764705926179886, 0.3277312219142914, 0.39775922894477844, 0.13515406847000122, -0.12745095789432526, -0.03991595283150673, 0.18767507374286652, 0.13515406847000122, 0.13515406847000122, 0.29271721839904785, 0.15266107022762299, 0.6253502368927002, 2.043417453765869, 2.0959384441375732], [1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.8354342579841614, 0.9229692816734314, 0.6778712272644043, 0.15266107022762299, -0.5126050114631653, 0.03011205606162548, 0.502801239490509, 0.5378152132034302, -0.1624649614095688, -0.6001400351524353, -0.5476189851760864, -0.3200279772281647, -0.19747896492481232, 0.2577032148838043, 0.520308256149292, 0.7654062509536743, 0.8354342579841614, 0.9229692816734314, 0.9929972887039185, 1.0980392694473267, 1.0455182790756226, 0.2577032148838043, -1.247899055480957, -0.21498596668243408, 1.3956583738327026, 1.640756368637085, 1.483193278312683, 1.0630252361297607, 0.9929972887039185, 1.2556023597717285, 1.6582633256912231, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.5707283020019531, 1.343137264251709, 1.3956583738327026, 1.1505602598190308, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.465686321258545, 1.5007003545761108, 1.5707283020019531, 1.5357143878936768, 1.5882353782653809, 1.693277359008789, 1.0805323123931885, 1.2906162738800049, 1.343137264251709, -0.19747896492481232, -1.2303920984268188, -0.8977590203285217, -0.6876749992370605, -0.6001400351524353, -0.5826330184936523, -0.9152660369873047, -0.03991595283150673, 0.2577032148838043, 0.2226892113685608, 0.5378152132034302, 0.415266215801239, 0.432773232460022, -0.14495795965194702, 0.34523820877075195, 0.20518220961093903, 0.1001400575041771, 0.11764705926179886, -0.09243696182966232, 0.08263305574655533, 0.4852942228317261, 0.3102242052555084, 0.3627452254295349, 0.1001400575041771, 0.0476190559566021, 0.15266107022762299, 0.20518220961093903, 0.3102242052555084, 0.34523820877075195, 0.08263305574655533, 0.520308256149292, 2.1309523582458496, 2.1309523582458496], [1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.8179272413253784, 0.24019621312618256, 0.18767507374286652, 0.1001400575041771, 0.1001400575041771, 0.17016807198524475, -0.19747896492481232, -0.4950979948043823, -0.4950979948043823, -0.37254899740219116, -0.21498596668243408, 0.20518220961093903, 0.4852942228317261, 0.6253502368927002, 0.7303922772407532, 0.7829132676124573, 0.7478992342948914, 0.45028021931648254, -0.6351540088653564, -0.7226890325546265, 1.0805323123931885, 1.465686321258545, 1.5357143878936768, 1.640756368637085, 1.7457983493804932, 1.640756368637085, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.3277312219142914, 0.4677872359752655, 1.0630252361297607, 1.1855742931365967, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.465686321258545, 1.343137264251709, 1.2731093168258667, 1.5882353782653809, 1.0630252361297607, -0.6876749992370605, -1.1428570747375488, -0.4950979948043823, -1.335434079170227, -1.2128850221633911, -0.8802520632743835, -0.6351540088653564, -0.6176469922065735, -0.26750698685646057, -0.6701680421829224, 0.11764705926179886, -0.1624649614095688, 0.24019621312618256, 0.432773232460022, 0.20518220961093903, 0.15266107022762299, 0.17016807198524475, 0.5728292465209961, 0.3277312219142914, 0.0476190559566021, 0.06512605398893356, 0.012605053372681141, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.34523820877075195, 0.4677872359752655, 0.3802522122859955, -0.022408949211239815, 0.012605053372681141, 0.20518220961093903, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 2.2009804248809814, 2.113445281982422], [1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 1.0805323123931885, 1.2731093168258667, 1.2556023597717285, 1.0455182790756226, 0.7654062509536743, 0.45028021931648254, 0.17016807198524475, -0.14495795965194702, -0.19747896492481232, 0.24019621312618256, 0.24019621312618256, -0.1624649614095688, -0.39005598425865173, -0.33753499388694763, -0.12745095789432526, 0.18767507374286652, 0.502801239490509, 0.6428572535514832, 0.502801239490509, -0.03991595283150673, -0.8277310132980347, -0.0049019488506019115, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.518207311630249, 1.605742335319519, 1.7107843160629272, 1.780812382698059, 1.5882353782653809, 0.5553222298622131, -0.7577030062675476, -1.0553221702575684, -1.0028010606765747, -0.28501397371292114, -0.5126050114631653, -0.8452380299568176, -0.4075630009174347, 1.0630252361297607, 1.2205883264541626, 1.0980392694473267, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.7654062509536743, 0.7654062509536743, 0.8354342579841614, 0.6778712272644043, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.6253502368927002, 0.520308256149292, 0.45028021931648254, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.8879552483558655, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3081233501434326, 1.3256303071975708, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 0.7829132676124573, -0.6001400351524353, -0.21498596668243408, -1.335434079170227, -1.1253501176834106, -1.720588207244873, -1.3529410362243652, -1.6505602598190308, -0.7752100229263306, -0.8102240562438965, -0.5476189851760864, -0.39005598425865173, -0.8102240562438965, -0.10994396358728409, 0.3802522122859955, 0.20518220961093903, 0.3277312219142914, -0.0049019488506019115, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.6253502368927002, 0.6603642702102661, -0.057422954589128494, 0.1001400575041771, 0.24019621312618256, 0.2577032148838043, 0.3802522122859955, 0.5728292465209961, 0.6078432202339172, 0.415266215801239, 0.08263305574655533, 0.08263305574655533, 0.0476190559566021, 0.45028021931648254, 0.3627452254295349, 0.6253502368927002, 2.1834733486175537, 2.113445281982422], [1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.8354342579841614, 1.465686321258545, 1.8333333730697632, 1.7457983493804932, 1.6757704019546509, 1.518207311630249, 1.2205883264541626, 0.5728292465209961, 0.3277312219142914, 0.1001400575041771, -0.19747896492481232, -0.022408949211239815, 0.3627452254295349, 0.08263305574655533, -0.4425770044326782, -0.7401960492134094, -0.6176469922065735, -0.17997196316719055, 0.34523820877075195, 0.39775922894477844, -0.0049019488506019115, -0.4425770044326782, 0.590336263179779, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6757704019546509, 1.5882353782653809, 0.39775922894477844, -0.6176469922065735, -0.8802520632743835, -0.9502801299095154, -0.9327731132507324, -0.9327731132507324, -1.0903360843658447, -0.7577030062675476, 0.7829132676124573, 1.3081233501434326, 1.2030812501907349, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2226892113685608, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.1001400575041771, 0.15266107022762299, 0.08263305574655533, 0.3627452254295349, 0.24019621312618256, 0.34523820877075195, 0.6253502368927002, 0.6428572535514832, 0.45028021931648254, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 0.8704482913017273, 0.8179272413253784, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 1.1155463457107544, 0.03011205606162548, -0.7051820158958435, -1.160364031791687, -1.457983136177063, -1.457983136177063, -1.3879550695419312, -1.4404760599136353, -1.2654061317443848, -1.370448112487793, -0.9327731132507324, -0.7752100229263306, -0.7752100229263306, -0.5476189851760864, -0.37254899740219116, 0.20518220961093903, 0.415266215801239, 0.3277312219142914, 0.08263305574655533, 0.03011205606162548, 0.39775922894477844, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.6603642702102661, -0.09243696182966232, 0.11764705926179886, 0.15266107022762299, 0.17016807198524475, 0.24019621312618256, 0.6253502368927002, 0.6253502368927002, 0.415266215801239, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.6428572535514832, 0.17016807198524475, 0.29271721839904785, 2.113445281982422, 2.0959384441375732], [1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 1.0105042457580566, 1.5707283020019531, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.6232492923736572, 1.2556023597717285, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, -0.057422954589128494, -0.17997196316719055, -0.09243696182966232, 0.012605053372681141, -0.3550419807434082, -0.6351540088653564, -0.6701680421829224, -0.14495795965194702, 0.13515406847000122, 0.0476190559566021, 0.24019621312618256, 1.0105042457580566, 1.2030812501907349, 1.1855742931365967, 1.2556023597717285, 1.343137264251709, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.5357143878936768, 1.378151297569275, 0.6078432202339172, -0.6351540088653564, -0.7927170395851135, -0.7401960492134094, -0.6351540088653564, -0.6351540088653564, -0.7577030062675476, -0.9677870869636536, -1.1078431606292725, -0.23249296844005585, 0.432773232460022, 0.3102242052555084, 0.590336263179779, 0.8354342579841614, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.18767507374286652, 0.20518220961093903, 0.2577032148838043, 0.39775922894477844, 0.5728292465209961, 0.3802522122859955, -0.0049019488506019115, -0.12745095789432526, -0.09243696182966232, -0.0049019488506019115, -0.057422954589128494, 0.06512605398893356, 0.06512605398893356, 0.13515406847000122, 0.0476190559566021, 0.15266107022762299, 0.2226892113685608, 0.13515406847000122, 0.3102242052555084, 0.45028021931648254, 0.39775922894477844, 0.7128852605819702, 0.3102242052555084, 0.8704482913017273, 0.4677872359752655, 0.9754902720451355, 0.9579832553863525, 1.0805323123931885, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 0.4852942228317261, 0.11764705926179886, -0.10994396358728409, -0.8277310132980347, -1.247899055480957, -1.5455182790756226, -1.580532193183899, -1.6330533027648926, -1.4754900932312012, -1.3879550695419312, -0.7226890325546265, -0.7752100229263306, -1.0728291273117065, -1.1253501176834106, -0.5126050114631653, 0.012605053372681141, 0.34523820877075195, 0.7128852605819702, 0.5378152132034302, 0.34523820877075195, 0.0476190559566021, -0.07492996007204056, 0.3627452254295349, 0.6078432202339172, 0.6428572535514832, 0.34523820877075195, 0.4677872359752655, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.17016807198524475, 0.15266107022762299, 0.3627452254295349, 0.5378152132034302, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.45028021931648254, 2.113445281982422, 2.113445281982422], [1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.9579832553863525, 1.605742335319519, 1.8508403301239014, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3256303071975708, 0.8879552483558655, 0.7478992342948914, 0.8179272413253784, 0.5378152132034302, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.2752102017402649, 0.29271721839904785, -0.07492996007204056, -0.3025209903717041, -0.3200279772281647, -0.03991595283150673, 0.6778712272644043, 1.0105042457580566, 1.2030812501907349, 1.3081233501434326, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.2030812501907349, 0.590336263179779, -0.7577030062675476, -0.6876749992370605, -0.12745095789432526, -0.47759100794792175, -0.7226890325546265, -0.9502801299095154, -0.9152660369873047, -1.0378150939941406, -1.0378150939941406, -0.8452380299568176, -0.8277310132980347, -0.8452380299568176, -0.7226890325546265, -0.4950979948043823, -0.26750698685646057, 0.06512605398893356, 0.4677872359752655, 0.7829132676124573, 0.9054622650146484, 1.0105042457580566, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 0.8354342579841614, -0.3200279772281647, -0.3025209903717041, 0.08263305574655533, 1.2556023597717285, 1.728291392326355, 1.9208683967590332, 2.0259103775024414, 2.0259103775024414, 2.043417453765869, 2.043417453765869, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 2.165966510772705, 1.605742335319519, -0.8102240562438965, -1.2303920984268188, -0.17997196316719055, 0.8179272413253784, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3606443405151367, 1.1505602598190308, 0.0476190559566021, 0.012605053372681141, 0.29271721839904785, 1.0455182790756226, 0.9754902720451355, 0.8529412746429443, 0.6953782439231873, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.3627452254295349, 0.415266215801239, 0.3102242052555084, 0.15266107022762299, 0.18767507374286652, 0.2577032148838043, 0.17016807198524475, 0.3627452254295349, 0.13515406847000122, 0.012605053372681141, 0.20518220961093903, 0.012605053372681141, -0.09243696182966232, 0.012605053372681141, 0.15266107022762299, -0.10994396358728409, 0.03011205606162548, 0.18767507374286652, 0.3277312219142914, 0.34523820877075195, 0.0476190559566021, 0.590336263179779, 0.4852942228317261, 0.502801239490509, 0.7829132676124573, 1.0455182790756226, 1.2030812501907349, 0.9579832553863525, 0.9404762983322144, 1.0630252361297607, 1.0105042457580566, 0.8529412746429443, 0.012605053372681141, -0.8802520632743835, -1.160364031791687, -1.4754900932312012, -1.5280112028121948, -1.6330533027648926, -1.7030812501907349, -1.6855742931365967, -1.422969102859497, -1.7030812501907349, -0.0049019488506019115, 0.13515406847000122, -0.3550419807434082, -1.2128850221633911, -1.0903360843658447, -0.9327731132507324, 0.39775922894477844, 0.4677872359752655, 0.9229692816734314, 0.520308256149292, 0.11764705926179886, -0.37254899740219116, 0.502801239490509, 0.18767507374286652, 0.5553222298622131, 0.5728292465209961, 0.8354342579841614, 0.2752102017402649, 0.1001400575041771, 0.1001400575041771, -0.03991595283150673, -0.03991595283150673, 0.4677872359752655, 0.39775922894477844, 0.6253502368927002, 0.3627452254295349, 0.18767507374286652, 0.15266107022762299, 0.0476190559566021, 0.432773232460022, 0.502801239490509, 2.0959384441375732, 2.113445281982422], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.9579832553863525, 1.605742335319519, 1.9033613204956055, 1.8858543634414673, 1.7983193397521973, 1.6757704019546509, 1.3606443405151367, 0.8704482913017273, 0.8704482913017273, 1.1330533027648926, 0.9929972887039185, 0.7478992342948914, 0.3627452254295349, 0.012605053372681141, 0.17016807198524475, 0.4852942228317261, 0.3627452254295349, -0.14495795965194702, -0.3025209903717041, -0.21498596668243408, -0.4075630009174347, -0.42506998777389526, 0.0476190559566021, 0.5378152132034302, 0.8879552483558655, 1.1680673360824585, 1.2205883264541626, 0.5728292465209961, -0.4425770044326782, -0.1624649614095688, -0.7752100229263306, -0.8277310132980347, -0.7752100229263306, -0.7401960492134094, -0.23249296844005585, -0.33753499388694763, -0.28501397371292114, -0.42506998777389526, 0.415266215801239, 1.2906162738800049, 1.605742335319519, 1.7107843160629272, 1.9383753538131714, 2.0959384441375732, 1.640756368637085, 0.9754902720451355, 1.5707283020019531, 1.9733893871307373, 2.113445281982422, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.2009804248809814, 2.218487501144409, 2.0784313678741455, 0.7303922772407532, -1.3004200458526611, -1.5455182790756226, -0.37254899740219116, 1.6232492923736572, 1.9558824300765991, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.1834733486175537, 2.235994577407837, 2.3060226440429688, 2.288515567779541, 1.430672287940979, -0.6001400351524353, -0.2499999701976776, 0.6253502368927002, 1.0105042457580566, 0.8704482913017273, 0.7128852605819702, 0.4852942228317261, -0.28501397371292114, -1.0028010606765747, -1.370448112487793, -1.5630252361297607, -1.4054621458053589, 1.5007003545761108, 1.9908963441848755, 2.0959384441375732, 2.0959384441375732, 2.0609242916107178, 1.9383753538131714, 1.6757704019546509, 1.2205883264541626, 0.7654062509536743, 0.502801239490509, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.432773232460022, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.7303922772407532, 0.6428572535514832, 0.7829132676124573, 0.7128852605819702, 0.8004202842712402, 0.8704482913017273, 0.8004202842712402, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.0476190559566021, -0.19747896492481232, -0.2499999701976776, -0.14495795965194702, 0.0476190559566021, -0.19747896492481232, -0.1624649614095688, 0.08263305574655533, -0.07492996007204056, -0.07492996007204056, 0.08263305574655533, -0.1624649614095688, -0.03991595283150673, 0.08263305574655533, -0.03991595283150673, 0.15266107022762299, 0.15266107022762299, 0.17016807198524475, 0.08263305574655533, 0.3802522122859955, 0.432773232460022, 0.7829132676124573, 0.415266215801239, 1.0805323123931885, 0.9404762983322144, 0.5728292465209961, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 0.9929972887039185, 1.0805323123931885, 0.6953782439231873, -0.6701680421829224, -1.3004200458526611, -1.6330533027648926, -1.7030812501907349, -1.5105042457580566, -1.5455182790756226, -1.7030812501907349, -1.755602240562439, -1.3529410362243652, -1.3879550695419312, 0.3277312219142914, 0.6253502368927002, 0.20518220961093903, -0.4950979948043823, -1.0203081369400024, -0.7927170395851135, 0.8354342579841614, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.520308256149292, 0.2226892113685608, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.5553222298622131, 0.8529412746429443, 0.5378152132034302, 0.34523820877075195, 0.5553222298622131, 0.2226892113685608, 0.11764705926179886, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.15266107022762299, -0.03991595283150673, 0.6078432202339172, 0.15266107022762299, 2.1309523582458496, 2.1309523582458496], [1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.9054622650146484, 1.5707283020019531, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.7633053064346313, 1.4131653308868408, 1.0805323123931885, 1.0630252361297607, 1.343137264251709, 1.343137264251709, 0.9404762983322144, 0.590336263179779, 0.34523820877075195, 0.03011205606162548, 0.3102242052555084, 0.3627452254295349, 0.15266107022762299, 0.0476190559566021, -0.03991595283150673, -0.2499999701976776, -0.23249296844005585, -0.21498596668243408, -0.1624649614095688, -0.0049019488506019115, -0.26750698685646057, -0.9152660369873047, -1.195378065109253, -0.28501397371292114, -0.26750698685646057, -0.47759100794792175, -0.5301120281219482, -0.6176469922065735, -0.4600839912891388, -0.12745095789432526, -0.12745095789432526, -0.3200279772281647, 1.2731093168258667, 2.1834733486175537, 2.1309523582458496, 2.0784313678741455, 2.113445281982422, 1.8858543634414673, 1.7457983493804932, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.165966510772705, 2.165966510772705, 2.1309523582458496, 2.218487501144409, 2.1834733486175537, 1.9908963441848755, -0.07492996007204056, -1.422969102859497, -1.6155462265014648, -1.580532193183899, -0.42506998777389526, 1.7633053064346313, 1.8508403301239014, 1.9733893871307373, 1.9558824300765991, 1.9033613204956055, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 2.0084033012390137, 1.5882353782653809, -1.3179271221160889, -1.7030812501907349, -1.755602240562439, -1.370448112487793, -0.5651260018348694, -0.42506998777389526, -0.1624649614095688, -0.19747896492481232, -0.4075630009174347, -1.2654061317443848, -1.6155462265014648, -1.7030812501907349, -1.5980392694473267, -0.4425770044326782, 0.9404762983322144, 1.6757704019546509, 2.0084033012390137, 1.9558824300765991, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 1.8333333730697632, 1.3606443405151367, 0.590336263179779, 0.4677872359752655, 0.502801239490509, 0.590336263179779, 0.45028021931648254, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6603642702102661, 0.590336263179779, 0.4852942228317261, 0.3802522122859955, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.0476190559566021, 0.08263305574655533, 0.34523820877075195, 0.2752102017402649, 0.415266215801239, 0.24019621312618256, 0.39775922894477844, 0.3102242052555084, 0.2226892113685608, 0.29271721839904785, 0.1001400575041771, 0.29271721839904785, 0.39775922894477844, 0.24019621312618256, 0.06512605398893356, 0.08263305574655533, -0.057422954589128494, -0.1624649614095688, -0.14495795965194702, -0.19747896492481232, -0.07492996007204056, -0.1624649614095688, 0.03011205606162548, -0.09243696182966232, -0.09243696182966232, -0.022408949211239815, -0.23249296844005585, -0.07492996007204056, 0.08263305574655533, -0.19747896492481232, 0.2752102017402649, 0.24019621312618256, 0.3102242052555084, 0.34523820877075195, 0.432773232460022, 0.5728292465209961, 0.6603642702102661, 0.8004202842712402, 1.1855742931365967, 0.8004202842712402, 0.7303922772407532, 1.2205883264541626, 0.8354342579841614, 1.1330533027648926, 1.1155463457107544, 0.7478992342948914, 0.5378152132034302, -0.7051820158958435, -1.5105042457580566, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.0903360843658447, -1.7906162738800049, -1.720588207244873, -0.9852941036224365, 0.39775922894477844, 0.5553222298622131, 0.5378152132034302, 0.29271721839904785, -0.7401960492134094, -0.9327731132507324, 0.6253502368927002, 1.0455182790756226, 0.8529412746429443, 0.7128852605819702, 0.6428572535514832, 0.8704482913017273, 0.1001400575041771, 0.3102242052555084, 0.6253502368927002, 0.45028021931648254, 0.5553222298622131, 0.7128852605819702, 0.34523820877075195, 0.7478992342948914, 0.432773232460022, 0.17016807198524475, 0.4677872359752655, 0.5378152132034302, 0.415266215801239, 0.3277312219142914, -0.0049019488506019115, 0.012605053372681141, 0.012605053372681141, 0.7303922772407532, 0.08263305574655533, 2.1484594345092773, 2.1484594345092773], [1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.7983193397521973, 1.5357143878936768, 1.2380952835083008, 1.1330533027648926, 1.465686321258545, 1.5357143878936768, 1.2906162738800049, 0.8004202842712402, 0.6603642702102661, 0.3277312219142914, 0.13515406847000122, 0.3277312219142914, 0.502801239490509, 0.15266107022762299, -0.0049019488506019115, 0.3802522122859955, 0.5378152132034302, 0.5553222298622131, 0.3627452254295349, 0.06512605398893356, -0.6876749992370605, -1.247899055480957, -0.8802520632743835, -0.7927170395851135, -0.9502801299095154, -0.9502801299095154, -0.7927170395851135, -0.9677870869636536, -1.1778711080551147, -0.8277310132980347, -0.6351540088653564, -0.6526610255241394, 1.8333333730697632, 2.0084033012390137, 2.0259103775024414, 2.0609242916107178, 2.0609242916107178, 2.113445281982422, 2.1834733486175537, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.043417453765869, -0.28501397371292114, -1.160364031791687, -1.6155462265014648, -1.7380952835083008, -1.755602240562439, -1.7906162738800049, -1.4929972887039185, -0.47759100794792175, 0.7303922772407532, 1.3081233501434326, 1.6232492923736572, 1.868347406387329, 1.8333333730697632, 1.9733893871307373, 1.9383753538131714, 0.7128852605819702, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.6155462265014648, -1.5280112028121948, -1.3879550695419312, -1.2303920984268188, -1.2128850221633911, -1.3179271221160889, -1.580532193183899, -1.6155462265014648, -1.5630252361297607, -1.195378065109253, -0.21498596668243408, -0.14495795965194702, 0.3277312219142914, 1.5007003545761108, 1.815826416015625, 0.7478992342948914, -0.8802520632743835, -0.4950979948043823, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6078432202339172, 0.6428572535514832, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.3802522122859955, 0.39775922894477844, 0.4677872359752655, 0.4677872359752655, 0.13515406847000122, 0.11764705926179886, 0.1001400575041771, 0.08263305574655533, 0.08263305574655533, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.29271721839904785, 0.15266107022762299, 0.1001400575041771, 0.29271721839904785, 0.432773232460022, 0.45028021931648254, 0.18767507374286652, -0.0049019488506019115, 0.03011205606162548, 0.06512605398893356, 0.08263305574655533, 0.29271721839904785, 0.03011205606162548, -0.057422954589128494, -0.03991595283150673, -0.057422954589128494, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.12745095789432526, -0.14495795965194702, -0.14495795965194702, -0.26750698685646057, -0.19747896492481232, 0.20518220961093903, 0.012605053372681141, 0.1001400575041771, 0.17016807198524475, 0.4677872359752655, 0.432773232460022, 0.4852942228317261, 0.29271721839904785, 0.5728292465209961, 0.4677872359752655, 0.6078432202339172, 1.1155463457107544, 1.0280113220214844, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.3081233501434326, 0.5553222298622131, 0.20518220961093903, -0.8977590203285217, -1.4754900932312012, -1.7030812501907349, -1.7380952835083008, -1.8256303071975708, -1.7030812501907349, -1.668067216873169, -1.843137264251709, -1.668067216873169, -1.4404760599136353, -0.1624649614095688, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, -0.6701680421829224, -0.5826330184936523, 0.17016807198524475, 0.6078432202339172, 0.5728292465209961, 0.8179272413253784, 0.9229692816734314, 0.8179272413253784, 0.15266107022762299, 0.6078432202339172, 0.4852942228317261, 0.4677872359752655, 0.2752102017402649, 0.5728292465209961, 0.520308256149292, 0.7303922772407532, 0.4677872359752655, 0.3802522122859955, 0.4677872359752655, 0.415266215801239, 0.4852942228317261, 0.5553222298622131, 0.1001400575041771, -0.022408949211239815, -0.022408949211239815, 0.9404762983322144, 0.2577032148838043, 2.113445281982422, 2.1484594345092773], [1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.7829132676124573, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.343137264251709, 1.8333333730697632, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.6757704019546509, 1.343137264251709, 1.2906162738800049, 1.6757704019546509, 1.6232492923736572, 1.553221344947815, 1.1505602598190308, 0.6603642702102661, 0.520308256149292, 0.24019621312618256, 0.24019621312618256, 0.520308256149292, 0.415266215801239, 0.29271721839904785, 0.5378152132034302, 0.6953782439231873, 0.590336263179779, 0.24019621312618256, -0.47759100794792175, -1.0378150939941406, -0.7752100229263306, -0.7051820158958435, -0.8277310132980347, -0.9852941036224365, -1.1428570747375488, -1.2654061317443848, -1.422969102859497, -1.5980392694473267, -1.6330533027648926, -1.457983136177063, -1.1778711080551147, -0.7051820158958435, 0.5378152132034302, 0.9404762983322144, 0.9579832553863525, 1.553221344947815, 2.0084033012390137, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.3956583738327026, -1.6505602598190308, -1.6855742931365967, -1.668067216873169, -1.668067216873169, -1.7030812501907349, -1.720588207244873, -1.720588207244873, -1.7030812501907349, -1.7030812501907349, -1.6330533027648926, -1.7731093168258667, -1.4929972887039185, -1.580532193183899, -1.720588207244873, -1.720588207244873, -1.6505602598190308, -1.808123230934143, -1.878151297569275, -1.878151297569275, -1.9131653308868408, -1.8256303071975708, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.7731093168258667, -1.7906162738800049, -1.8256303071975708, -1.808123230934143, -1.6155462265014648, -1.4404760599136353, -1.1778711080551147, -0.6876749992370605, 0.3627452254295349, -0.2499999701976776, -0.14495795965194702, 0.1001400575041771, 0.24019621312618256, 0.6603642702102661, 0.8879552483558655, 1.1330533027648926, 1.0105042457580566, 0.5553222298622131, 0.34523820877075195, 0.2752102017402649, 0.3102242052555084, 0.13515406847000122, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.17016807198524475, 0.08263305574655533, 0.15266107022762299, 0.17016807198524475, 0.2226892113685608, 0.2752102017402649, 0.3277312219142914, 0.2752102017402649, 0.3277312219142914, 0.18767507374286652, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.2226892113685608, 0.3102242052555084, 0.3102242052555084, 0.15266107022762299, 0.08263305574655533, 0.08263305574655533, 0.012605053372681141, -0.03991595283150673, 0.0476190559566021, -0.0049019488506019115, -0.10994396358728409, -0.1624649614095688, -0.3200279772281647, -0.10994396358728409, -0.17997196316719055, -0.17997196316719055, -0.4425770044326782, -0.3200279772281647, -0.37254899740219116, -0.17997196316719055, -0.19747896492481232, -0.21498596668243408, -0.10994396358728409, -0.12745095789432526, -0.057422954589128494, -0.0049019488506019115, 0.11764705926179886, -0.14495795965194702, 0.11764705926179886, -0.12745095789432526, 0.20518220961093903, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.7829132676124573, 0.7829132676124573, 1.0455182790756226, 0.7829132676124573, 1.1680673360824585, 0.8004202842712402, 1.3256303071975708, 1.1855742931365967, 1.0105042457580566, 1.0980392694473267, 0.012605053372681141, -1.5105042457580566, -1.6155462265014648, -1.668067216873169, -1.668067216873169, -1.8606442213058472, -1.843137264251709, -1.7380952835083008, -1.843137264251709, -1.8256303071975708, -1.4929972887039185, -0.47759100794792175, -0.022408949211239815, 0.415266215801239, 0.3627452254295349, 0.0476190559566021, -0.5301120281219482, -0.17997196316719055, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.7654062509536743, 0.3102242052555084, 0.06512605398893356, 0.3627452254295349, 0.3627452254295349, 0.0476190559566021, 0.502801239490509, 0.4677872359752655, 0.6428572535514832, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.5378152132034302, 0.9054622650146484, 0.24019621312618256, 0.06512605398893356, 0.2577032148838043, 0.8529412746429443, 0.2752102017402649, 2.1484594345092773, 2.113445281982422], [1.465686321258545, 1.430672287940979, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 1.0280113220214844, 1.693277359008789, 1.9383753538131714, 1.9383753538131714, 1.9033613204956055, 1.7457983493804932, 1.5882353782653809, 1.5357143878936768, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.605742335319519, 0.9929972887039185, 0.39775922894477844, 0.432773232460022, 0.6428572535514832, 0.415266215801239, 0.45028021931648254, 0.29271721839904785, -0.23249296844005585, -0.6001400351524353, -0.9852941036224365, -1.195378065109253, -1.457983136177063, -1.5630252361297607, -1.6330533027648926, -1.668067216873169, -1.6155462265014648, -1.5630252361297607, -1.6155462265014648, -1.720588207244873, -1.878151297569275, -1.878151297569275, -1.6855742931365967, -1.457983136177063, -1.422969102859497, -1.5455182790756226, -1.720588207244873, -1.7030812501907349, -1.7731093168258667, 0.3802522122859955, 0.6953782439231873, -1.6505602598190308, -1.7030812501907349, -1.195378065109253, -0.7577030062675476, -1.2303920984268188, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.8606442213058472, -1.843137264251709, -1.8256303071975708, -1.895658254623413, -1.9131653308868408, -1.878151297569275, -1.808123230934143, -1.6505602598190308, -1.5980392694473267, -1.5630252361297607, -1.4929972887039185, -1.5105042457580566, -1.6505602598190308, -1.983193278312683, -1.8256303071975708, -0.8277310132980347, -0.17997196316719055, 0.39775922894477844, 0.7829132676124573, 0.4852942228317261, -0.21498596668243408, -1.1253501176834106, -1.247899055480957, -0.6701680421829224, -1.0378150939941406, -1.5105042457580566, -1.7380952835083008, -1.878151297569275, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.720588207244873, -1.5980392694473267, -0.6876749992370605, 0.17016807198524475, 0.39775922894477844, 0.415266215801239, 0.7478992342948914, 0.29271721839904785, 0.20518220961093903, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.20518220961093903, 0.2226892113685608, 0.2752102017402649, 0.432773232460022, 0.432773232460022, 0.3277312219142914, 0.3277312219142914, 0.4677872359752655, 0.20518220961093903, 0.11764705926179886, 0.06512605398893356, 0.06512605398893356, -0.12745095789432526, -0.057422954589128494, 0.08263305574655533, 0.012605053372681141, 0.0476190559566021, 0.18767507374286652, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.1624649614095688, 0.0476190559566021, 0.03011205606162548, -0.07492996007204056, 0.11764705926179886, 0.03011205606162548, -0.07492996007204056, -0.03991595283150673, -0.09243696182966232, -0.19747896492481232, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, -0.3025209903717041, -0.3550419807434082, -0.28501397371292114, -0.26750698685646057, -0.23249296844005585, -0.21498596668243408, -0.21498596668243408, -0.09243696182966232, -0.022408949211239815, -0.28501397371292114, 0.0476190559566021, 0.11764705926179886, -0.022408949211239815, -0.09243696182966232, 0.17016807198524475, 0.502801239490509, 0.5728292465209961, 0.415266215801239, 0.8704482913017273, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.8704482913017273, 0.6078432202339172, 1.1855742931365967, 1.0980392694473267, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.0455182790756226, -0.1624649614095688, -1.5280112028121948, -1.668067216873169, -1.7906162738800049, -1.7030812501907349, -1.755602240562439, -1.7906162738800049, -1.7906162738800049, -1.843137264251709, -1.8256303071975708, -1.9481792449951172, -0.9152660369873047, -0.4425770044326782, 0.520308256149292, 0.6253502368927002, -0.10994396358728409, -0.17997196316719055, 0.08263305574655533, 0.45028021931648254, 0.6428572535514832, 0.6078432202339172, 0.7303922772407532, 0.5728292465209961, 0.39775922894477844, 0.17016807198524475, 0.415266215801239, 0.415266215801239, -0.0049019488506019115, 0.17016807198524475, 0.590336263179779, 0.4677872359752655, 0.6603642702102661, 0.6078432202339172, 0.5378152132034302, 0.08263305574655533, 0.5553222298622131, 0.6953782439231873, 0.2226892113685608, -0.03991595283150673, 0.432773232460022, 0.3277312219142914, 0.415266215801239, 2.1834733486175537, 2.113445281982422], [1.465686321258545, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 1.5007003545761108, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.728291392326355, 1.6232492923736572, 1.430672287940979, 0.6953782439231873, 0.6603642702102661, 0.8004202842712402, 0.08263305574655533, -0.8452380299568176, -1.3879550695419312, -1.422969102859497, -1.422969102859497, -1.3879550695419312, -1.4054621458053589, -1.4754900932312012, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.930672287940979, -1.965686321258545, -2.0007002353668213, -1.983193278312683, -1.965686321258545, -1.5980392694473267, -1.0028010606765747, -0.9502801299095154, -1.1078431606292725, -1.247899055480957, -1.457983136177063, -1.4929972887039185, -1.580532193183899, -1.7380952835083008, -1.8256303071975708, -1.8256303071975708, -1.6330533027648926, -1.580532193183899, -1.755602240562439, -1.895658254623413, -1.7731093168258667, -1.335434079170227, -1.0553221702575684, -0.9502801299095154, -1.370448112487793, -1.755602240562439, -1.0378150939941406, 0.8354342579841614, 1.4481793642044067, 1.780812382698059, 1.8508403301239014, 1.868347406387329, 1.7633053064346313, 1.0455182790756226, 0.3277312219142914, 0.6953782439231873, 1.518207311630249, 1.3081233501434326, 1.0630252361297607, 0.45028021931648254, -0.8277310132980347, -1.335434079170227, 1.728291392326355, 2.0259103775024414, 2.113445281982422, 2.1309523582458496, 2.165966510772705, 2.0609242916107178, 1.7633053064346313, 1.1680673360824585, 0.18767507374286652, -0.8802520632743835, -1.0378150939941406, -0.33753499388694763, -0.057422954589128494, 0.18767507374286652, 0.06512605398893356, 0.08263305574655533, 0.15266107022762299, 0.13515406847000122, 0.45028021931648254, 0.5378152132034302, 0.45028021931648254, 0.3102242052555084, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.11764705926179886, 0.3102242052555084, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.11764705926179886, 0.06512605398893356, 0.03011205606162548, 0.15266107022762299, 0.06512605398893356, -0.057422954589128494, -0.057422954589128494, 0.20518220961093903, 0.3277312219142914, 0.3802522122859955, 0.2226892113685608, 0.1001400575041771, 0.0476190559566021, -0.03991595283150673, 0.06512605398893356, 0.0476190559566021, 0.03011205606162548, 0.012605053372681141, 0.0476190559566021, -0.022408949211239815, -0.17997196316719055, -0.3200279772281647, -0.14495795965194702, -0.1624649614095688, -0.17997196316719055, -0.26750698685646057, -0.5301120281219482, -0.33753499388694763, -0.2499999701976776, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.057422954589128494, -0.17997196316719055, -0.5826330184936523, 0.0476190559566021, 0.34523820877075195, 0.2577032148838043, 0.34523820877075195, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.4852942228317261, 0.9054622650146484, 0.7478992342948914, 0.8529412746429443, 1.2380952835083008, 1.1505602598190308, 1.0630252361297607, 1.2380952835083008, 1.3081233501434326, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 0.9054622650146484, 0.11764705926179886, -1.6505602598190308, -1.7906162738800049, -1.7380952835083008, -1.6855742931365967, -1.7030812501907349, -1.7906162738800049, -1.808123230934143, -1.7731093168258667, -1.580532193183899, -0.9852941036224365, -1.6855742931365967, -0.7927170395851135, 0.4852942228317261, 0.3277312219142914, 0.20518220961093903, 0.2577032148838043, -0.7226890325546265, -0.17997196316719055, 0.34523820877075195, 0.5378152132034302, 0.520308256149292, 0.6778712272644043, 0.6078432202339172, 0.432773232460022, 0.6953782439231873, 0.502801239490509, 0.502801239490509, 0.415266215801239, 0.502801239490509, 0.29271721839904785, 0.8354342579841614, 0.6953782439231873, 0.3802522122859955, 0.3277312219142914, 0.5728292465209961, 0.415266215801239, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, -0.03991595283150673, 0.6603642702102661, 2.1834733486175537, 2.0784313678741455], [1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.2030812501907349, 1.7633053064346313, 1.9208683967590332, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.815826416015625, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7457983493804932, 1.728291392326355, 1.3956583738327026, -0.1624649614095688, -0.8452380299568176, -1.247899055480957, -1.335434079170227, -1.3179271221160889, -1.2128850221633911, -1.3004200458526611, -1.4754900932312012, -1.580532193183899, -1.5630252361297607, -1.580532193183899, -1.5980392694473267, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.6155462265014648, -1.1078431606292725, -0.12745095789432526, 0.1001400575041771, 0.03011205606162548, -0.5476189851760864, -1.0203081369400024, -1.457983136177063, -1.7731093168258667, -1.808123230934143, -1.2654061317443848, -0.7401960492134094, -0.6351540088653564, -1.0378150939941406, -1.6330533027648926, -1.8256303071975708, -0.09243696182966232, 1.4481793642044067, 1.7457983493804932, 1.9033613204956055, 1.9033613204956055, 2.0609242916107178, 1.728291392326355, 0.6953782439231873, -0.6701680421829224, 0.6603642702102661, 1.0630252361297607, 0.34523820877075195, -0.8277310132980347, -1.4054621458053589, 1.4481793642044067, 2.0784313678741455, 2.0609242916107178, 2.0959384441375732, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.2205883264541626, -1.0553221702575684, 0.7303922772407532, 1.2380952835083008, 1.9908963441848755, 2.0084033012390137, 1.2731093168258667, 0.15266107022762299, 1.1505602598190308, 1.430672287940979, -0.2499999701976776, -0.26750698685646057, 0.2577032148838043, 0.1001400575041771, -0.3025209903717041, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.2226892113685608, 0.15266107022762299, 0.20518220961093903, 0.34523820877075195, 0.39775922894477844, 0.4852942228317261, 0.3102242052555084, 0.18767507374286652, 0.11764705926179886, -0.03991595283150673, -0.022408949211239815, 0.13515406847000122, 0.2577032148838043, 0.13515406847000122, 0.3102242052555084, -0.12745095789432526, -0.03991595283150673, -0.0049019488506019115, 0.15266107022762299, -0.022408949211239815, -0.07492996007204056, -0.07492996007204056, -0.2499999701976776, 0.06512605398893356, 0.11764705926179886, 0.3102242052555084, 0.3102242052555084, 0.24019621312618256, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.012605053372681141, -0.21498596668243408, 0.1001400575041771, -0.022408949211239815, -0.1624649614095688, -0.17997196316719055, -0.28501397371292114, -0.17997196316719055, -0.26750698685646057, -0.42506998777389526, -0.37254899740219116, -0.2499999701976776, -0.057422954589128494, -0.0049019488506019115, -0.19747896492481232, 0.012605053372681141, -0.07492996007204056, -0.1624649614095688, -0.37254899740219116, 0.03011205606162548, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, 0.2752102017402649, 0.29271721839904785, 0.590336263179779, 0.6078432202339172, 1.1155463457107544, 1.0105042457580566, 0.9054622650146484, 1.2731093168258667, 1.0105042457580566, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.1680673360824585, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 0.5728292465209961, -0.4950979948043823, -1.3529410362243652, -1.7030812501907349, -1.808123230934143, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.5105042457580566, -0.5476189851760864, -1.195378065109253, 0.29271721839904785, 0.4852942228317261, -0.28501397371292114, 0.7829132676124573, 0.415266215801239, 0.6253502368927002, 0.6078432202339172, 0.8004202842712402, 0.7829132676124573, 0.34523820877075195, 0.20518220961093903, 0.2752102017402649, 0.7128852605819702, 0.9754902720451355, 0.7128852605819702, 0.6078432202339172, 0.15266107022762299, 0.415266215801239, 0.6428572535514832, 0.6778712272644043, 0.11764705926179886, 0.432773232460022, 0.8004202842712402, 0.20518220961093903, 0.4852942228317261, 0.6428572535514832, 0.2577032148838043, 0.11764705926179886, 0.9054622650146484, 2.0784313678741455, 2.0784313678741455], [1.518207311630249, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 0.9579832553863525, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 1.0105042457580566, 1.6232492923736572, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9383753538131714, 1.8508403301239014, 1.7633053064346313, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.483193278312683, -0.8277310132980347, -0.9677870869636536, -1.1253501176834106, -1.2128850221633911, -1.195378065109253, -1.0728291273117065, -1.0378150939941406, -1.0903360843658447, -1.370448112487793, -1.5105042457580566, -1.5105042457580566, -1.5105042457580566, -1.5980392694473267, -1.5980392694473267, -1.247899055480957, 0.3102242052555084, 1.3081233501434326, 1.430672287940979, 1.5357143878936768, 1.518207311630249, 1.1680673360824585, 1.1680673360824585, 0.520308256149292, -0.8627450466156006, -0.8802520632743835, -0.8627450466156006, -1.2303920984268188, -1.6155462265014648, -1.6855742931365967, -1.3529410362243652, -0.8627450466156006, 1.0630252361297607, 1.3956583738327026, 1.6232492923736572, 1.6757704019546509, 1.3256303071975708, -0.10994396358728409, -1.5105042457580566, 0.39775922894477844, 1.9033613204956055, 2.043417453765869, 1.9908963441848755, 2.0609242916107178, 2.0609242916107178, 2.043417453765869, 1.6757704019546509, 0.06512605398893356, 0.34523820877075195, 1.1330533027648926, 1.1505602598190308, -0.19747896492481232, -0.8102240562438965, 1.553221344947815, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.780812382698059, 0.18767507374286652, -1.720588207244873, 0.5378152132034302, 1.6757704019546509, 1.6582633256912231, 1.3606443405151367, 0.39775922894477844, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.24019621312618256, 0.06512605398893356, 0.012605053372681141, 0.1001400575041771, 0.24019621312618256, 0.1001400575041771, 0.06512605398893356, -0.022408949211239815, 0.012605053372681141, -0.057422954589128494, -0.057422954589128494, -0.022408949211239815, -0.0049019488506019115, -0.0049019488506019115, -0.03991595283150673, -0.0049019488506019115, 0.17016807198524475, -0.14495795965194702, -0.022408949211239815, -0.0049019488506019115, -0.07492996007204056, 0.1001400575041771, 0.08263305574655533, -0.022408949211239815, -0.03991595283150673, -0.057422954589128494, -0.23249296844005585, -0.022408949211239815, 0.18767507374286652, 0.13515406847000122, 0.2226892113685608, 0.3102242052555084, 0.11764705926179886, 0.0476190559566021, 0.13515406847000122, -0.0049019488506019115, -0.10994396358728409, -0.12745095789432526, -0.19747896492481232, -0.19747896492481232, -0.1624649614095688, -0.3025209903717041, -0.14495795965194702, -0.28501397371292114, -0.5301120281219482, -0.2499999701976776, -0.19747896492481232, -0.26750698685646057, -0.022408949211239815, 0.012605053372681141, -0.07492996007204056, 0.0476190559566021, 0.0476190559566021, 0.11764705926179886, 0.11764705926179886, 0.3627452254295349, 0.5378152132034302, 0.6953782439231873, 0.8354342579841614, 0.8704482913017273, 0.9929972887039185, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2731093168258667, 1.2380952835083008, 1.2906162738800049, 1.4131653308868408, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, 0.6428572535514832, -1.0903360843658447, -1.668067216873169, -1.7731093168258667, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.580532193183899, -1.7030812501907349, -1.1253501176834106, -0.8627450466156006, -1.1078431606292725, 0.08263305574655533, 0.6953782439231873, 0.4677872359752655, 0.6953782439231873, -0.28501397371292114, -0.10994396358728409, 0.6428572535514832, 0.4852942228317261, 0.18767507374286652, 0.1001400575041771, 0.4852942228317261, 0.590336263179779, 0.8704482913017273, 0.8354342579841614, 0.3627452254295349, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.432773232460022, 0.4852942228317261, 0.6428572535514832, 0.8704482913017273, 0.29271721839904785, 0.3802522122859955, 0.8179272413253784, 2.1484594345092773, 2.0959384441375732], [1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8179272413253784, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 1.0105042457580566, 0.8704482913017273, 0.6428572535514832, 0.7128852605819702, 1.378151297569275, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3956583738327026, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -1.0378150939941406, -1.0903360843658447, -1.1428570747375488, -0.9677870869636536, -0.6876749992370605, -0.4075630009174347, -0.6526610255241394, -1.2303920984268188, -1.6155462265014648, -1.755602240562439, -0.1624649614095688, 1.605742335319519, 1.8333333730697632, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 2.0259103775024414, 1.4131653308868408, -0.5301120281219482, -1.160364031791687, -0.4075630009174347, -1.0903360843658447, -1.8606442213058472, -1.895658254623413, -1.4929972887039185, 0.2577032148838043, 0.8529412746429443, 0.9229692816734314, 0.13515406847000122, -1.370448112487793, -1.3879550695419312, -0.4600839912891388, -0.47759100794792175, -1.0028010606765747, -1.2654061317443848, 0.7829132676124573, 1.605742335319519, 1.7983193397521973, 1.9208683967590332, 2.043417453765869, 2.0609242916107178, 1.3956583738327026, -0.7577030062675476, 1.3081233501434326, 1.9733893871307373, 2.0609242916107178, 1.9908963441848755, 1.2205883264541626, -0.42506998777389526, 1.1155463457107544, 1.4131653308868408, 1.8858543634414673, 1.9733893871307373, 1.868347406387329, 0.3102242052555084, -1.2654061317443848, -0.03991595283150673, -0.23249296844005585, 1.0980392694473267, 1.1680673360824585, 0.4677872359752655, 0.39775922894477844, 0.39775922894477844, 0.4852942228317261, 0.4677872359752655, 0.3627452254295349, 0.15266107022762299, 0.08263305574655533, 0.06512605398893356, 0.03011205606162548, 0.06512605398893356, 0.03011205606162548, -0.14495795965194702, -0.0049019488506019115, -0.10994396358728409, 0.17016807198524475, 0.11764705926179886, 0.06512605398893356, -0.14495795965194702, -0.12745095789432526, 0.0476190559566021, -0.057422954589128494, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, 0.0476190559566021, 0.2577032148838043, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, 0.03011205606162548, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.2226892113685608, 0.24019621312618256, 0.11764705926179886, 0.012605053372681141, -0.21498596668243408, -0.1624649614095688, -0.37254899740219116, -0.23249296844005585, -0.37254899740219116, -0.23249296844005585, -0.23249296844005585, -0.23249296844005585, -0.10994396358728409, -0.37254899740219116, 0.20518220961093903, -0.07492996007204056, 0.15266107022762299, 0.08263305574655533, -0.26750698685646057, -0.17997196316719055, 0.20518220961093903, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.3102242052555084, 0.13515406847000122, 0.432773232460022, 0.590336263179779, 1.0105042457580566, 0.7478992342948914, 1.2556023597717285, 1.0280113220214844, 1.0280113220214844, 1.1330533027648926, 1.2556023597717285, 1.3081233501434326, 1.430672287940979, 1.3081233501434326, 1.2556023597717285, 1.3081233501434326, 0.8879552483558655, 0.4852942228317261, -0.47759100794792175, -1.370448112487793, -1.7380952835083008, -1.755602240562439, -1.8256303071975708, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.6155462265014648, -1.0203081369400024, 0.012605053372681141, -0.6876749992370605, -0.7752100229263306, -0.4600839912891388, -0.022408949211239815, 0.012605053372681141, 0.6078432202339172, 0.7303922772407532, 0.6603642702102661, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.7128852605819702, 0.502801239490509, 0.3802522122859955, 0.6078432202339172, 0.3277312219142914, 0.7478992342948914, 0.6953782439231873, 0.6078432202339172, 0.2577032148838043, 0.34523820877075195, 0.8704482913017273, 1.0105042457580566, 0.590336263179779, 0.7654062509536743, 1.0805323123931885, 2.165966510772705, 2.0784313678741455], [1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6428572535514832, 0.6428572535514832, 1.3606443405151367, 1.780812382698059, 1.640756368637085, 1.1505602598190308, 0.7478992342948914, 1.0980392694473267, 1.6582633256912231, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.605742335319519, 0.8704482913017273, -0.5476189851760864, -0.6001400351524353, -0.8102240562438965, -1.1253501176834106, -1.370448112487793, -1.5280112028121948, -1.282913088798523, -0.6701680421829224, 0.012605053372681141, 0.29271721839904785, 0.06512605398893356, -0.4600839912891388, 1.6757704019546509, 1.9908963441848755, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 2.1309523582458496, 1.9383753538131714, 1.343137264251709, -0.9152660369873047, -1.4929972887039185, -1.4404760599136353, -1.6330533027648926, -1.7380952835083008, -1.755602240562439, -0.4425770044326782, 0.20518220961093903, 0.2226892113685608, -0.9502801299095154, -1.755602240562439, -1.668067216873169, 0.4677872359752655, 1.3256303071975708, 1.5007003545761108, 1.4481793642044067, 1.343137264251709, 0.13515406847000122, -1.422969102859497, -1.282913088798523, -0.5301120281219482, 0.3102242052555084, -0.09243696182966232, -1.5455182790756226, 0.13515406847000122, 1.8333333730697632, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9908963441848755, 1.9208683967590332, 1.0980392694473267, -0.12745095789432526, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.0630252361297607, -1.1078431606292725, -1.282913088798523, 1.343137264251709, 1.1505602598190308, 0.8004202842712402, 0.5378152132034302, 0.2577032148838043, 0.3277312219142914, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.24019621312618256, 0.11764705926179886, 0.17016807198524475, -0.14495795965194702, 0.06512605398893356, -0.10994396358728409, -0.10994396358728409, -0.10994396358728409, -0.23249296844005585, 0.1001400575041771, 0.0476190559566021, 0.20518220961093903, 0.012605053372681141, 0.2226892113685608, 0.34523820877075195, 0.39775922894477844, -0.07492996007204056, -0.07492996007204056, 0.0476190559566021, -0.2499999701976776, 0.2577032148838043, 0.1001400575041771, 0.0476190559566021, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.06512605398893356, -0.057422954589128494, -0.33753499388694763, -0.022408949211239815, 0.39775922894477844, 0.15266107022762299, 0.06512605398893356, -0.26750698685646057, 0.03011205606162548, -0.09243696182966232, -0.3025209903717041, -0.1624649614095688, -0.3550419807434082, -0.4950979948043823, -0.47759100794792175, -0.33753499388694763, -0.5301120281219482, 0.18767507374286652, -0.7226890325546265, -0.28501397371292114, -0.23249296844005585, -0.33753499388694763, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.17016807198524475, 0.2226892113685608, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.590336263179779, 0.7829132676124573, 1.1505602598190308, 1.3606443405151367, 1.2556023597717285, 1.2556023597717285, 1.1330533027648926, 1.5707283020019531, 1.430672287940979, 1.2906162738800049, 1.465686321258545, 1.3081233501434326, 0.8704482913017273, 0.7654062509536743, -1.0903360843658447, -1.6505602598190308, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.6855742931365967, -1.7731093168258667, -1.5455182790756226, -1.5630252361297607, 0.13515406847000122, -0.5651260018348694, -0.3025209903717041, 0.4852942228317261, 0.9929972887039185, 0.13515406847000122, 0.3802522122859955, 0.5378152132034302, 0.3102242052555084, 0.06512605398893356, 0.0476190559566021, 0.06512605398893356, 0.11764705926179886, 0.45028021931648254, 0.5728292465209961, 0.5378152132034302, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, 0.20518220961093903, 0.590336263179779, 0.7654062509536743, 0.5553222298622131, 0.3277312219142914, 0.012605053372681141, 0.4677872359752655, 0.6603642702102661, 0.5728292465209961, 0.6778712272644043, 1.3081233501434326, 2.1834733486175537, 2.0959384441375732], [1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.4131653308868408, 2.0084033012390137, 1.9033613204956055, 1.553221344947815, 0.6778712272644043, 0.8529412746429443, 1.430672287940979, 1.7457983493804932, 1.9033613204956055, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 0.012605053372681141, -0.33753499388694763, -0.19747896492481232, -0.6876749992370605, -1.4054621458053589, -1.6330533027648926, -1.7030812501907349, -1.4929972887039185, -0.7401960492134094, 0.11764705926179886, 0.8529412746429443, 1.8333333730697632, 2.0609242916107178, 2.0084033012390137, 2.1309523582458496, 2.113445281982422, 1.9733893871307373, 0.8879552483558655, -1.282913088798523, -1.843137264251709, -1.7030812501907349, -0.7051820158958435, -0.5826330184936523, -1.0903360843658447, -1.755602240562439, -1.457983136177063, -0.4600839912891388, -0.6176469922065735, -1.282913088798523, -1.7731093168258667, -1.4404760599136353, 0.3102242052555084, 0.7829132676124573, 0.9754902720451355, 0.7654062509536743, -1.0378150939941406, -1.878151297569275, -1.6505602598190308, 0.5553222298622131, 1.5882353782653809, 1.6232492923736572, 1.3956583738327026, 0.8704482913017273, -0.4950979948043823, 0.03011205606162548, 0.9754902720451355, 1.378151297569275, 1.6757704019546509, 1.9033613204956055, 1.9208683967590332, 2.113445281982422, 2.1309523582458496, 2.0609242916107178, 0.5728292465209961, -0.7401960492134094, -0.8452380299568176, -1.2654061317443848, 0.20518220961093903, 0.9054622650146484, 0.6253502368927002, 0.4852942228317261, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.3802522122859955, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.4677872359752655, 0.08263305574655533, 0.0476190559566021, -0.022408949211239815, 0.15266107022762299, -0.23249296844005585, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, -0.03991595283150673, -0.14495795965194702, -0.03991595283150673, -0.09243696182966232, 0.18767507374286652, 0.06512605398893356, -0.1624649614095688, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.11764705926179886, -0.07492996007204056, 0.03011205606162548, -0.3025209903717041, -0.057422954589128494, 0.08263305574655533, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.03011205606162548, 0.03011205606162548, -0.03991595283150673, -0.21498596668243408, -0.0049019488506019115, 0.17016807198524475, 0.0476190559566021, 0.29271721839904785, -0.2499999701976776, -0.23249296844005585, -0.14495795965194702, -0.022408949211239815, 0.06512605398893356, -0.10994396358728409, -0.23249296844005585, -0.14495795965194702, -0.3025209903717041, 0.13515406847000122, 0.17016807198524475, 0.012605053372681141, 0.17016807198524475, 0.3102242052555084, 0.502801239490509, 0.3102242052555084, 0.3277312219142914, 0.7303922772407532, 0.8529412746429443, 1.2556023597717285, 0.9754902720451355, 1.1505602598190308, 1.1855742931365967, 1.5357143878936768, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.3256303071975708, 1.3256303071975708, 0.6078432202339172, -1.282913088798523, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.7906162738800049, -1.8256303071975708, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.8606442213058472, -1.720588207244873, -0.8452380299568176, -1.0378150939941406, -0.8977590203285217, -0.6701680421829224, 0.8879552483558655, 0.8004202842712402, 1.465686321258545, 1.7983193397521973, 0.6778712272644043, 1.0105042457580566, 0.7128852605819702, 0.9229692816734314, 0.3627452254295349, 0.11764705926179886, -0.4425770044326782, 0.012605053372681141, 0.502801239490509, 0.590336263179779, 0.520308256149292, 1.0980392694473267, 0.3802522122859955, -0.12745095789432526, 0.2577032148838043, 0.9229692816734314, 0.590336263179779, 0.7478992342948914, 0.45028021931648254, 0.03011205606162548, 0.2226892113685608, 0.6428572535514832, 0.6428572535514832, 0.8004202842712402, 1.0630252361297607, 2.1309523582458496, 2.0959384441375732], [1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 1.343137264251709, 1.9733893871307373, 2.0084033012390137, 1.6232492923736572, 0.7829132676124573, 0.8179272413253784, 1.2380952835083008, 1.5707283020019531, 1.3606443405151367, 0.8004202842712402, -0.5126050114631653, -1.335434079170227, -1.4054621458053589, -1.3004200458526611, -1.4404760599136353, -1.4929972887039185, -0.8977590203285217, -0.057422954589128494, 0.34523820877075195, -0.1624649614095688, -1.0903360843658447, -1.668067216873169, -1.878151297569275, -1.6505602598190308, -1.0203081369400024, 1.1680673360824585, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 1.7983193397521973, 0.415266215801239, -1.0203081369400024, -1.4754900932312012, -1.7380952835083008, -1.5980392694473267, -1.2654061317443848, -1.6155462265014648, -1.843137264251709, -1.7030812501907349, -0.6351540088653564, 0.012605053372681141, -0.3550419807434082, -1.3179271221160889, -1.6155462265014648, -0.8102240562438965, 0.415266215801239, 0.20518220961093903, -0.4600839912891388, -1.3879550695419312, -1.7906162738800049, -1.668067216873169, -0.23249296844005585, 1.343137264251709, 1.5882353782653809, 1.465686321258545, 1.430672287940979, 0.502801239490509, -1.5105042457580566, -1.6155462265014648, 0.11764705926179886, 1.8858543634414673, 2.043417453765869, 2.113445281982422, 2.165966510772705, 2.218487501144409, 2.1484594345092773, 2.0084033012390137, -0.7226890325546265, -1.5280112028121948, -1.7030812501907349, -0.6176469922065735, 0.06512605398893356, 0.3277312219142914, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.29271721839904785, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.3627452254295349, 0.03011205606162548, 0.08263305574655533, 0.3802522122859955, 0.08263305574655533, 0.3802522122859955, 0.18767507374286652, -0.022408949211239815, 0.2577032148838043, 0.012605053372681141, 0.08263305574655533, 0.06512605398893356, 0.18767507374286652, -0.14495795965194702, 0.20518220961093903, 0.20518220961093903, 0.17016807198524475, 0.03011205606162548, 0.06512605398893356, -0.0049019488506019115, -0.03991595283150673, 0.34523820877075195, -0.09243696182966232, -0.10994396358728409, -0.022408949211239815, -0.10994396358728409, -0.1624649614095688, -0.0049019488506019115, -0.057422954589128494, -0.23249296844005585, -0.1624649614095688, 0.29271721839904785, 0.2226892113685608, 0.18767507374286652, 0.0476190559566021, -0.14495795965194702, -0.022408949211239815, -0.022408949211239815, -0.09243696182966232, -0.21498596668243408, 0.03011205606162548, -0.09243696182966232, -0.03991595283150673, -0.1624649614095688, -0.4425770044326782, -0.07492996007204056, -0.12745095789432526, 0.13515406847000122, -0.057422954589128494, 0.06512605398893356, 0.24019621312618256, 0.3802522122859955, 0.45028021931648254, 0.5553222298622131, 0.4677872359752655, 0.8704482913017273, 0.9754902720451355, 1.1155463457107544, 1.2380952835083008, 1.4481793642044067, 1.1855742931365967, 1.4481793642044067, 1.5357143878936768, 1.518207311630249, 1.4131653308868408, 1.5707283020019531, 1.3956583738327026, 0.7654062509536743, -1.5105042457580566, -1.720588207244873, -1.808123230934143, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.843137264251709, -1.843137264251709, -1.895658254623413, -1.8256303071975708, -1.808123230934143, -1.5630252361297607, -1.3879550695419312, -1.2303920984268188, 1.2380952835083008, 1.465686321258545, 1.5882353782653809, 1.7107843160629272, 1.378151297569275, 1.728291392326355, 1.3256303071975708, 1.2731093168258667, 0.9929972887039185, 0.9054622650146484, 0.6603642702102661, 0.13515406847000122, 0.4852942228317261, 0.20518220961093903, 0.20518220961093903, 0.7829132676124573, 0.6078432202339172, 0.9054622650146484, 0.17016807198524475, 0.8354342579841614, 0.432773232460022, 0.8704482913017273, 0.7478992342948914, 0.7829132676124573, 0.7128852605819702, 0.5553222298622131, 0.4852942228317261, 0.6428572535514832, 0.520308256149292, 0.6428572535514832, 1.0980392694473267, 2.165966510772705, 2.0784313678741455], [1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5378152132034302, 1.2731093168258667, 1.9033613204956055, 1.9908963441848755, 1.640756368637085, 0.520308256149292, -0.6176469922065735, -1.282913088798523, -1.5455182790756226, -1.5455182790756226, -1.5455182790756226, -1.6155462265014648, -1.668067216873169, -1.6505602598190308, -1.720588207244873, -1.7906162738800049, -1.8256303071975708, -1.7731093168258667, -1.3004200458526611, -0.4075630009174347, 0.3627452254295349, 0.3802522122859955, -0.39005598425865173, -1.4404760599136353, -1.7731093168258667, -1.7030812501907349, 1.0280113220214844, 2.043417453765869, 1.6582633256912231, 0.8879552483558655, -1.422969102859497, -1.6155462265014648, -1.4754900932312012, -1.668067216873169, -1.668067216873169, -0.8977590203285217, -0.42506998777389526, -0.5651260018348694, -1.4754900932312012, -1.4929972887039185, -1.4404760599136353, -1.843137264251709, -1.9481792449951172, -1.6155462265014648, 0.11764705926179886, 0.3277312219142914, 0.1001400575041771, -0.7401960492134094, -1.1253501176834106, 0.39775922894477844, 0.45028021931648254, -0.28501397371292114, -0.8102240562438965, -0.5126050114631653, -0.6001400351524353, -1.370448112487793, -1.8256303071975708, -1.6505602598190308, 0.9404762983322144, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.2710084915161133, 2.358543634414673, 2.393557548522949, 1.7983193397521973, 0.0476190559566021, -0.6876749992370605, -1.720588207244873, -0.4425770044326782, 0.6953782439231873, 0.7829132676124573, 0.7128852605819702, 0.502801239490509, -0.14495795965194702, 0.012605053372681141, -0.09243696182966232, -0.03991595283150673, 0.15266107022762299, 0.012605053372681141, 0.18767507374286652, 0.3627452254295349, -0.03991595283150673, 0.0476190559566021, 0.3277312219142914, 0.39775922894477844, 0.1001400575041771, 0.24019621312618256, -0.1624649614095688, 0.590336263179779, 0.17016807198524475, 0.20518220961093903, 0.03011205606162548, 0.18767507374286652, 0.34523820877075195, 0.3802522122859955, -0.022408949211239815, -0.14495795965194702, 0.08263305574655533, 0.1001400575041771, 0.08263305574655533, -0.10994396358728409, -0.09243696182966232, -0.17997196316719055, 0.3102242052555084, -0.10994396358728409, 0.03011205606162548, -0.07492996007204056, -0.3550419807434082, 0.012605053372681141, -0.07492996007204056, -0.0049019488506019115, 0.15266107022762299, 0.2577032148838043, -0.0049019488506019115, 0.17016807198524475, 0.13515406847000122, -0.0049019488506019115, -0.14495795965194702, -0.4950979948043823, -0.07492996007204056, -0.39005598425865173, -0.14495795965194702, -0.5826330184936523, -0.26750698685646057, -0.12745095789432526, -0.10994396358728409, 0.08263305574655533, 0.2577032148838043, -0.0049019488506019115, 0.0476190559566021, 0.2577032148838043, 0.15266107022762299, 0.5728292465209961, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.553221344947815, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.430672287940979, -0.5651260018348694, -1.7030812501907349, -1.720588207244873, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.8606442213058472, -1.878151297569275, -1.0903360843658447, -1.4404760599136353, 0.7128852605819702, 0.15266107022762299, 0.3102242052555084, 1.378151297569275, 1.868347406387329, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.5882353782653809, 1.343137264251709, 0.9579832553863525, 1.0630252361297607, 0.2226892113685608, -0.33753499388694763, -0.12745095789432526, -0.0049019488506019115, 0.7303922772407532, 0.502801239490509, 0.7654062509536743, 0.08263305574655533, 0.9754902720451355, 0.432773232460022, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.502801239490509, 0.39775922894477844, 0.520308256149292, 0.8704482913017273, 0.6253502368927002, 0.6953782439231873, 1.0455182790756226, 2.1834733486175537, 2.0609242916107178], [1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 1.1855742931365967, 1.8333333730697632, 2.0259103775024414, 1.3956583738327026, -0.26750698685646057, -0.5476189851760864, -0.7752100229263306, -1.1253501176834106, -1.5105042457580566, -1.720588207244873, -1.7731093168258667, -1.7380952835083008, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.878151297569275, -1.930672287940979, -1.808123230934143, -1.160364031791687, -0.09243696182966232, 0.7128852605819702, 0.29271721839904785, -0.7401960492134094, -1.5630252361297607, 0.1001400575041771, 1.2205883264541626, -0.19747896492481232, -1.5455182790756226, -1.370448112487793, -1.0203081369400024, -1.0728291273117065, -1.5980392694473267, -1.5105042457580566, -1.0028010606765747, -0.9677870869636536, -1.5105042457580566, -0.7752100229263306, -0.12745095789432526, -0.3550419807434082, -1.2303920984268188, -1.4054621458053589, -0.9502801299095154, -1.422969102859497, -1.8256303071975708, -1.878151297569275, -0.7401960492134094, 0.2752102017402649, 0.2226892113685608, -0.3025209903717041, -0.9327731132507324, -0.022408949211239815, -0.0049019488506019115, -0.7577030062675476, -1.6855742931365967, 0.20518220961093903, 1.693277359008789, 2.165966510772705, 2.2710084915161133, 2.3235294818878174, 2.3060226440429688, 2.2710084915161133, 0.590336263179779, 0.03011205606162548, -0.6701680421829224, -1.843137264251709, -1.1778711080551147, 1.0805323123931885, 1.2556023597717285, 1.0630252361297607, 1.0455182790756226, -0.14495795965194702, -0.3200279772281647, 0.012605053372681141, 0.1001400575041771, -0.0049019488506019115, 0.1001400575041771, 0.11764705926179886, -0.057422954589128494, 0.06512605398893356, 0.2752102017402649, 0.11764705926179886, 0.08263305574655533, 0.24019621312618256, 0.17016807198524475, 0.29271721839904785, 0.06512605398893356, 0.2752102017402649, 0.502801239490509, 0.34523820877075195, 0.06512605398893356, -0.022408949211239815, -0.21498596668243408, -0.09243696182966232, -0.26750698685646057, -0.10994396358728409, -0.3200279772281647, -0.37254899740219116, -0.4950979948043823, -0.07492996007204056, -0.28501397371292114, -0.4075630009174347, 0.2226892113685608, 0.24019621312618256, 0.1001400575041771, -0.057422954589128494, -0.14495795965194702, -0.07492996007204056, -0.3200279772281647, -0.3025209903717041, -0.12745095789432526, 0.08263305574655533, 0.15266107022762299, 0.0476190559566021, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -0.057422954589128494, -0.09243696182966232, -0.4075630009174347, -0.0049019488506019115, -0.28501397371292114, -0.09243696182966232, -0.09243696182966232, -0.07492996007204056, -0.0049019488506019115, -0.2499999701976776, -0.022408949211239815, 0.13515406847000122, 0.4677872359752655, 0.502801239490509, 0.2752102017402649, 0.502801239490509, 0.8004202842712402, 0.8879552483558655, 1.1680673360824585, 1.1505602598190308, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.5882353782653809, 1.465686321258545, 1.465686321258545, 1.5357143878936768, 1.2731093168258667, 0.6253502368927002, -1.195378065109253, -1.5980392694473267, -1.7906162738800049, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.7906162738800049, -1.7906162738800049, -1.8256303071975708, -1.7906162738800049, -1.7731093168258667, -1.7380952835083008, -0.9852941036224365, -0.23249296844005585, 0.502801239490509, 1.518207311630249, 1.2205883264541626, 1.7457983493804932, 0.4677872359752655, 1.7983193397521973, 1.728291392326355, 1.7983193397521973, 1.6582633256912231, 1.640756368637085, 1.8333333730697632, 1.2556023597717285, 1.605742335319519, -0.23249296844005585, -0.4425770044326782, -0.28501397371292114, 0.24019621312618256, 0.45028021931648254, 0.6078432202339172, 0.520308256149292, 0.34523820877075195, 0.8704482913017273, 0.415266215801239, 0.6253502368927002, 0.7478992342948914, 0.45028021931648254, 0.8179272413253784, 0.5553222298622131, 0.34523820877075195, 0.08263305574655533, 0.9229692816734314, 0.7829132676124573, 0.7829132676124573, 2.235994577407837, 2.0609242916107178], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.8704482913017273, 0.8179272413253784, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.0280113220214844, 1.7457983493804932, 2.0084033012390137, 1.693277359008789, 1.1855742931365967, 0.432773232460022, -0.03991595283150673, -0.10994396358728409, -0.33753499388694763, -0.9502801299095154, -1.5105042457580566, -1.7906162738800049, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.9131653308868408, -1.930672287940979, -1.965686321258545, -1.965686321258545, -2.018207311630249, -1.755602240562439, -0.8977590203285217, 0.3802522122859955, 0.5728292465209961, -0.28501397371292114, -0.9852941036224365, -1.668067216873169, -1.720588207244873, -1.5630252361297607, -1.3529410362243652, -1.1778711080551147, -1.1778711080551147, -1.1078431606292725, -0.8627450466156006, -0.7226890325546265, -1.282913088798523, -1.4054621458053589, -1.0203081369400024, -0.8277310132980347, -1.5630252361297607, -1.3879550695419312, -0.19747896492481232, -0.7051820158958435, -1.422969102859497, -1.6330533027648926, -1.0028010606765747, -0.8277310132980347, -1.4929972887039185, -1.843137264251709, -1.5630252361297607, 0.03011205606162548, 0.20518220961093903, 0.24019621312618256, -0.07492996007204056, 1.5707283020019531, 2.165966510772705, 2.218487501144409, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 1.9733893871307373, 0.0476190559566021, -1.1078431606292725, -1.5630252361297607, -1.720588207244873, -1.160364031791687, 0.4677872359752655, 0.5553222298622131, 0.6253502368927002, 0.2752102017402649, -0.8627450466156006, -0.4425770044326782, 0.17016807198524475, -0.07492996007204056, -0.33753499388694763, -0.10994396358728409, 0.13515406847000122, 0.24019621312618256, 0.0476190559566021, -0.21498596668243408, 0.13515406847000122, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.24019621312618256, 0.2752102017402649, 0.2226892113685608, 0.6253502368927002, -0.21498596668243408, 0.20518220961093903, 0.03011205606162548, 0.03011205606162548, -0.14495795965194702, -0.3200279772281647, -0.3200279772281647, -0.2499999701976776, -0.3025209903717041, -0.17997196316719055, -0.03991595283150673, 0.06512605398893356, -0.10994396358728409, 0.03011205606162548, -0.1624649614095688, -0.022408949211239815, 0.13515406847000122, 0.18767507374286652, -0.022408949211239815, -0.23249296844005585, -0.1624649614095688, -0.47759100794792175, -0.10994396358728409, -0.33753499388694763, -0.0049019488506019115, 0.06512605398893356, 0.03011205606162548, -0.23249296844005585, -0.10994396358728409, -0.17997196316719055, -0.07492996007204056, 0.15266107022762299, -0.07492996007204056, -0.03991595283150673, 0.1001400575041771, -0.26750698685646057, 0.1001400575041771, -0.03991595283150673, -0.0049019488506019115, 0.18767507374286652, 0.39775922894477844, 0.5378152132034302, 0.6953782439231873, 0.9229692816734314, 0.8004202842712402, 0.8879552483558655, 1.2205883264541626, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.0455182790756226, -1.3004200458526611, -1.5280112028121948, -1.668067216873169, -1.755602240562439, -1.808123230934143, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.580532193183899, -0.5126050114631653, 1.0455182790756226, 0.590336263179779, 1.483193278312683, 1.6582633256912231, 1.8858543634414673, 1.5007003545761108, 1.6232492923736572, 1.6232492923736572, 1.693277359008789, 1.7633053064346313, 1.7107843160629272, 1.780812382698059, 1.430672287940979, 0.3627452254295349, 0.34523820877075195, 0.8354342579841614, 0.7829132676124573, 0.5553222298622131, 0.432773232460022, 0.4852942228317261, 0.5553222298622131, 0.6428572535514832, 0.6953782439231873, 0.3802522122859955, 0.9229692816734314, 0.432773232460022, 0.6953782439231873, 0.9404762983322144, 0.5553222298622131, 0.1001400575041771, 0.8354342579841614, 0.3802522122859955, 0.45028021931648254, 2.1834733486175537, 2.043417453765869], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6778712272644043, 1.0280113220214844, 1.7107843160629272, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.465686321258545, 0.432773232460022, -0.26750698685646057, 0.0476190559566021, 0.24019621312618256, 0.1001400575041771, -0.6001400351524353, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.8606442213058472, -1.895658254623413, -1.9131653308868408, -1.9481792449951172, -1.965686321258545, -1.983193278312683, -1.9481792449951172, -1.370448112487793, -0.17997196316719055, 0.5378152132034302, 0.2577032148838043, -0.8277310132980347, -1.6155462265014648, -1.9481792449951172, -1.755602240562439, -1.3529410362243652, -0.9152660369873047, -1.0903360843658447, -0.6876749992370605, -0.9327731132507324, -0.8627450466156006, -0.6176469922065735, -0.4600839912891388, -0.9502801299095154, -1.5105042457580566, -1.2128850221633911, -1.0378150939941406, -1.422969102859497, -1.668067216873169, -1.247899055480957, -1.2128850221633911, -1.878151297569275, -1.930672287940979, -1.247899055480957, -0.26750698685646057, -0.21498596668243408, -0.7226890325546265, -1.422969102859497, -0.14495795965194702, 2.0609242916107178, 2.165966510772705, 2.218487501144409, 2.288515567779541, 2.1484594345092773, -1.720588207244873, -1.7731093168258667, 0.24019621312618256, 0.9054622650146484, 1.0630252361297607, 0.9404762983322144, -0.7226890325546265, -1.2128850221633911, 0.3627452254295349, 0.6778712272644043, 0.590336263179779, 0.590336263179779, -0.12745095789432526, -0.9327731132507324, -0.5476189851760864, 0.08263305574655533, -0.2499999701976776, -0.1624649614095688, -0.21498596668243408, 0.18767507374286652, 0.17016807198524475, 0.24019621312618256, 0.17016807198524475, 0.2577032148838043, -0.14495795965194702, 0.2226892113685608, -0.09243696182966232, -0.03991595283150673, 0.3802522122859955, -0.022408949211239815, 0.08263305574655533, 0.012605053372681141, -0.07492996007204056, -0.03991595283150673, -0.12745095789432526, -0.0049019488506019115, 0.2226892113685608, 0.20518220961093903, -0.10994396358728409, -0.0049019488506019115, 0.29271721839904785, 0.17016807198524475, -0.23249296844005585, -0.17997196316719055, 0.17016807198524475, -0.057422954589128494, -0.3200279772281647, -0.0049019488506019115, 0.2577032148838043, 0.2226892113685608, -0.23249296844005585, -0.23249296844005585, -0.09243696182966232, -0.26750698685646057, 0.0476190559566021, 0.06512605398893356, 0.1001400575041771, -0.12745095789432526, -0.33753499388694763, 0.11764705926179886, 0.2226892113685608, 0.03011205606162548, 0.012605053372681141, -0.10994396358728409, 0.2577032148838043, 0.012605053372681141, 0.012605053372681141, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 1.2030812501907349, 1.3256303071975708, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.3956583738327026, -0.4075630009174347, -1.4754900932312012, -1.7030812501907349, -1.755602240562439, -1.8256303071975708, -1.808123230934143, -1.7731093168258667, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.6855742931365967, -1.6330533027648926, -0.8977590203285217, -1.5455182790756226, -0.47759100794792175, 1.0805323123931885, 1.6757704019546509, 1.483193278312683, 1.3956583738327026, 1.9558824300765991, 1.9558824300765991, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.5357143878936768, 1.693277359008789, 1.693277359008789, 1.3256303071975708, -0.23249296844005585, 1.343137264251709, 1.0980392694473267, 0.6603642702102661, 0.6778712272644043, 0.2226892113685608, 0.4677872359752655, 0.29271721839904785, 0.8879552483558655, 0.590336263179779, 0.9054622650146484, 0.6078432202339172, 0.9579832553863525, 0.8529412746429443, 0.2226892113685608, 0.39775922894477844, 1.1155463457107544, 0.502801239490509, 0.03011205606162548, 2.0784313678741455, 2.0084033012390137], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.9404762983322144, 1.553221344947815, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.7107843160629272, 1.4481793642044067, 0.45028021931648254, -0.33753499388694763, -0.2499999701976776, 0.24019621312618256, 0.502801239490509, 0.3277312219142914, -0.4950979948043823, -1.2303920984268188, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.843137264251709, -1.878151297569275, -1.878151297569275, -1.930672287940979, -1.9131653308868408, -1.6505602598190308, -0.33753499388694763, 0.502801239490509, 0.6428572535514832, -0.07492996007204056, -1.282913088798523, -1.755602240562439, -1.9131653308868408, -1.5980392694473267, -1.1078431606292725, -0.6526610255241394, -0.6701680421829224, -1.3004200458526611, -1.0028010606765747, -1.160364031791687, -0.8277310132980347, -0.19747896492481232, -0.19747896492481232, -1.0028010606765747, -1.6855742931365967, -1.1078431606292725, -0.7226890325546265, -0.6876749992370605, -1.370448112487793, -1.5280112028121948, -1.2303920984268188, -1.370448112487793, -1.8256303071975708, -1.668067216873169, -0.2499999701976776, 1.815826416015625, 1.9033613204956055, 2.043417453765869, 2.235994577407837, 1.9208683967590332, -2.018207311630249, -1.6505602598190308, 0.18767507374286652, 0.6603642702102661, 0.7829132676124573, 0.2226892113685608, -1.755602240562439, -1.3004200458526611, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3606443405151367, 1.2205883264541626, -0.8452380299568176, -0.5126050114631653, -0.12745095789432526, -0.28501397371292114, -0.21498596668243408, -0.12745095789432526, -0.12745095789432526, 0.3102242052555084, 0.012605053372681141, 0.06512605398893356, -0.21498596668243408, 0.0476190559566021, 0.34523820877075195, 0.17016807198524475, 0.29271721839904785, -0.09243696182966232, -0.33753499388694763, -0.3200279772281647, -0.03991595283150673, -0.0049019488506019115, 0.03011205606162548, 0.3277312219142914, 0.13515406847000122, 0.34523820877075195, 0.08263305574655533, 0.20518220961093903, 0.08263305574655533, 0.012605053372681141, 0.012605053372681141, -0.022408949211239815, 0.1001400575041771, 0.29271721839904785, 0.17016807198524475, -0.3025209903717041, -0.14495795965194702, 0.08263305574655533, -0.23249296844005585, 0.08263305574655533, -0.022408949211239815, -0.09243696182966232, -0.17997196316719055, 0.432773232460022, 0.3102242052555084, 0.3277312219142914, 0.1001400575041771, 0.17016807198524475, 0.20518220961093903, 0.24019621312618256, -0.03991595283150673, 0.11764705926179886, 0.415266215801239, -0.057422954589128494, 0.06512605398893356, -0.057422954589128494, 0.520308256149292, 0.24019621312618256, 0.8004202842712402, 0.6078432202339172, 0.8354342579841614, 0.8879552483558655, 1.1330533027648926, 1.3081233501434326, 1.1680673360824585, 1.553221344947815, 1.6232492923736572, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.553221344947815, 0.6778712272644043, -0.9502801299095154, -1.7030812501907349, -1.668067216873169, -1.808123230934143, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.755602240562439, -1.668067216873169, -1.7030812501907349, -1.7906162738800049, -1.3879550695419312, -1.5455182790756226, -1.335434079170227, -0.6001400351524353, 1.2205883264541626, -1.0728291273117065, 0.9929972887039185, 1.3606443405151367, 1.8333333730697632, 1.7107843160629272, 1.815826416015625, 1.8858543634414673, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.465686321258545, 0.8354342579841614, 1.518207311630249, 1.483193278312683, 1.1680673360824585, 0.5553222298622131, 0.15266107022762299, 0.502801239490509, 0.502801239490509, 0.6253502368927002, 0.9754902720451355, 1.0805323123931885, 0.6778712272644043, 0.7829132676124573, 1.1330533027648926, 0.9229692816734314, 0.9754902720451355, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 2.0084033012390137, 2.043417453765869], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.8879552483558655, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.7633053064346313, 1.483193278312683, 0.6078432202339172, -0.10994396358728409, -0.21498596668243408, -0.19747896492481232, 0.15266107022762299, 0.6253502368927002, 0.590336263179779, -0.3025209903717041, -1.247899055480957, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.9131653308868408, -1.895658254623413, -1.9131653308868408, -1.965686321258545, -1.668067216873169, -0.39005598425865173, 0.3627452254295349, 0.6253502368927002, 0.3102242052555084, -0.7401960492134094, -1.5980392694473267, -1.895658254623413, -1.6505602598190308, -1.1253501176834106, -0.9502801299095154, -0.7051820158958435, -0.6001400351524353, -1.0378150939941406, -1.1253501176834106, -0.9677870869636536, -1.668067216873169, -1.4929972887039185, -0.7051820158958435, -1.3179271221160889, -1.5980392694473267, -1.843137264251709, -1.6505602598190308, -0.7927170395851135, -1.0378150939941406, -1.720588207244873, -1.6155462265014648, -0.7577030062675476, -0.1624649614095688, 1.7457983493804932, 1.9383753538131714, 2.165966510772705, 2.2009804248809814, -0.10994396358728409, -1.282913088798523, -0.9677870869636536, -0.7226890325546265, -0.3200279772281647, -1.2303920984268188, -1.843137264251709, -1.5280112028121948, 0.9229692816734314, 0.9229692816734314, 0.8179272413253784, 0.8004202842712402, 0.2752102017402649, -1.7380952835083008, -0.9327731132507324, 0.4852942228317261, -0.14495795965194702, -0.2499999701976776, -0.26750698685646057, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.10994396358728409, 0.13515406847000122, 0.2752102017402649, -0.057422954589128494, 0.03011205606162548, 0.18767507374286652, -0.10994396358728409, 0.012605053372681141, -0.28501397371292114, 0.06512605398893356, 0.1001400575041771, -0.07492996007204056, 0.17016807198524475, 0.45028021931648254, -0.17997196316719055, 0.3277312219142914, 0.18767507374286652, 0.06512605398893356, -0.03991595283150673, 0.18767507374286652, 0.06512605398893356, 0.17016807198524475, 0.1001400575041771, -0.1624649614095688, 0.06512605398893356, 0.012605053372681141, 0.06512605398893356, 0.0476190559566021, -0.1624649614095688, 0.0476190559566021, 0.06512605398893356, 0.2752102017402649, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.2226892113685608, 0.29271721839904785, 0.415266215801239, 0.1001400575041771, 0.20518220961093903, 0.34523820877075195, -0.03991595283150673, 0.08263305574655533, 0.29271721839904785, -0.21498596668243408, 0.6603642702102661, 0.6778712272644043, 0.5378152132034302, 0.7128852605819702, 0.8179272413253784, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.5007003545761108, 1.5882353782653809, 1.640756368637085, 1.465686321258545, 1.5007003545761108, 1.3606443405151367, 1.4481793642044067, 0.0476190559566021, -1.3179271221160889, -1.7030812501907349, -1.7380952835083008, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.6330533027648926, -1.6505602598190308, -1.6855742931365967, -1.5280112028121948, -1.5980392694473267, -0.6001400351524353, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 1.1505602598190308, -0.7051820158958435, 0.012605053372681141, 1.4481793642044067, 1.4131653308868408, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, 1.5882353782653809, 1.693277359008789, 1.640756368637085, 1.7983193397521973, 1.640756368637085, 1.728291392326355, 1.5357143878936768, 1.553221344947815, 1.2731093168258667, 0.6953782439231873, 0.1001400575041771, 0.5728292465209961, 0.15266107022762299, 0.34523820877075195, 0.5728292465209961, 0.9404762983322144, 0.7128852605819702, 0.9054622650146484, 1.0280113220214844, 1.2205883264541626, 1.1855742931365967, 0.3277312219142914, 0.6428572535514832, 1.1855742931365967, 2.0084033012390137, 2.043417453765869], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.8004202842712402, 1.4481793642044067, 1.868347406387329, 1.9908963441848755, 1.9733893871307373, 1.9383753538131714, 1.8333333730697632, 1.7457983493804932, 1.5357143878936768, 0.6078432202339172, -0.0049019488506019115, -0.0049019488506019115, -0.2499999701976776, -0.4600839912891388, 0.17016807198524475, 0.7303922772407532, 0.5378152132034302, -0.4600839912891388, -1.370448112487793, -1.6505602598190308, -1.8256303071975708, -1.878151297569275, -1.808123230934143, -1.9481792449951172, -1.983193278312683, -1.5280112028121948, -0.23249296844005585, 0.432773232460022, 0.590336263179779, 0.6778712272644043, 0.08263305574655533, -1.2654061317443848, -1.8256303071975708, -1.7030812501907349, -1.1778711080551147, -1.160364031791687, -1.0378150939941406, -0.39005598425865173, -0.23249296844005585, -0.8802520632743835, -1.1778711080551147, -0.6876749992370605, -0.7577030062675476, -1.3529410362243652, -1.720588207244873, -1.6155462265014648, -1.1428570747375488, -0.9852941036224365, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.5105042457580566, -1.843137264251709, 1.7633053064346313, 2.1484594345092773, 2.1309523582458496, -0.057422954589128494, -0.5826330184936523, -0.5651260018348694, -1.755602240562439, -1.8606442213058472, -0.5826330184936523, 0.6778712272644043, 0.520308256149292, 0.3627452254295349, -0.07492996007204056, -1.2128850221633911, -1.0553221702575684, -0.8627450466156006, -1.7030812501907349, -1.755602240562439, -0.4075630009174347, -0.42506998777389526, -0.10994396358728409, -0.21498596668243408, -0.03991595283150673, -0.3200279772281647, -0.3025209903717041, -0.17997196316719055, 0.2752102017402649, -0.12745095789432526, 0.1001400575041771, -0.09243696182966232, -0.14495795965194702, 0.13515406847000122, -0.19747896492481232, 0.18767507374286652, 0.17016807198524475, 0.012605053372681141, -0.03991595283150673, 0.34523820877075195, -0.26750698685646057, 0.45028021931648254, 0.2226892113685608, 0.13515406847000122, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, -0.14495795965194702, -0.03991595283150673, -0.2499999701976776, 0.012605053372681141, -0.23249296844005585, -0.17997196316719055, -0.33753499388694763, 0.13515406847000122, 0.3102242052555084, 0.2226892113685608, -0.23249296844005585, -0.09243696182966232, 0.20518220961093903, 0.20518220961093903, 0.3102242052555084, -0.1624649614095688, -0.5301120281219482, -0.33753499388694763, -0.14495795965194702, 0.502801239490509, 0.4852942228317261, 0.415266215801239, 0.13515406847000122, 0.3627452254295349, 0.520308256149292, 0.17016807198524475, 0.5378152132034302, 0.6253502368927002, 1.0280113220214844, 0.9404762983322144, 1.2380952835083008, 1.3081233501434326, 1.2906162738800049, 1.465686321258545, 1.553221344947815, 1.343137264251709, 1.553221344947815, 1.343137264251709, 0.6953782439231873, -0.6526610255241394, -0.4600839912891388, -1.668067216873169, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.755602240562439, -1.7731093168258667, -1.755602240562439, -1.6330533027648926, -1.7380952835083008, -1.0553221702575684, -1.1078431606292725, 1.3956583738327026, 1.430672287940979, 1.6757704019546509, 0.4852942228317261, 2.0259103775024414, 0.11764705926179886, -0.9677870869636536, 0.7128852605819702, 1.640756368637085, 1.6757704019546509, 1.7983193397521973, 1.483193278312683, 1.430672287940979, 1.6232492923736572, 1.553221344947815, 1.6232492923736572, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.5882353782653809, 1.605742335319519, 1.483193278312683, 0.2577032148838043, -0.057422954589128494, 0.2577032148838043, -0.10994396358728409, 0.29271721839904785, 0.5378152132034302, 0.8354342579841614, 0.7829132676124573, 0.6603642702102661, 0.6778712272644043, 1.343137264251709, 0.8179272413253784, 0.6428572535514832, 0.6253502368927002, 1.5007003545761108, 1.9558824300765991, 1.9733893871307373], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 1.1330533027648926, 1.7983193397521973, 2.0259103775024414, 2.043417453765869, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7457983493804932, 1.5007003545761108, 0.7303922772407532, 0.08263305574655533, 0.24019621312618256, 0.03011205606162548, -0.7927170395851135, -0.6701680421829224, 0.24019621312618256, 0.6953782439231873, 0.3802522122859955, -0.6351540088653564, -1.3529410362243652, -1.6855742931365967, -1.843137264251709, -1.8606442213058472, -1.9131653308868408, -2.0007002353668213, -1.370448112487793, -0.022408949211239815, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.502801239490509, -0.6526610255241394, -1.6330533027648926, -1.755602240562439, -1.3529410362243652, -0.9852941036224365, -0.7927170395851135, -0.6351540088653564, -1.0728291273117065, -0.4425770044326782, -1.1253501176834106, -1.6505602598190308, -0.9852941036224365, -0.8977590203285217, -1.3004200458526611, -1.580532193183899, -1.8256303071975708, -1.3179271221160889, -0.9852941036224365, -0.8102240562438965, -1.0903360843658447, 0.9754902720451355, 1.7457983493804932, 1.8508403301239014, 1.4131653308868408, -0.39005598425865173, -1.0553221702575684, -1.895658254623413, -1.930672287940979, -1.0903360843658447, 0.6778712272644043, 0.7303922772407532, 0.9404762983322144, 0.6253502368927002, -1.668067216873169, -1.5280112028121948, 1.0630252361297607, 1.0980392694473267, 0.9404762983322144, 0.6603642702102661, -0.3025209903717041, -0.6526610255241394, -0.1624649614095688, -0.23249296844005585, -0.10994396358728409, -0.28501397371292114, -0.09243696182966232, -0.17997196316719055, 0.012605053372681141, 0.11764705926179886, -0.3200279772281647, 0.08263305574655533, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.09243696182966232, -0.4075630009174347, 0.3627452254295349, -0.5126050114631653, 0.3102242052555084, -0.1624649614095688, -0.14495795965194702, 0.2577032148838043, 0.012605053372681141, 0.11764705926179886, 0.11764705926179886, -0.3550419807434082, 0.06512605398893356, 0.012605053372681141, -0.03991595283150673, -0.12745095789432526, 0.1001400575041771, -0.057422954589128494, -0.19747896492481232, -0.1624649614095688, -0.03991595283150673, -0.07492996007204056, -0.10994396358728409, -0.07492996007204056, 0.15266107022762299, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.45028021931648254, 0.415266215801239, 0.06512605398893356, 0.20518220961093903, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.9754902720451355, 1.0805323123931885, 1.2906162738800049, 1.1680673360824585, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.465686321258545, 0.7128852605819702, -1.0728291273117065, -1.4054621458053589, -1.9131653308868408, -1.808123230934143, -1.7906162738800049, -1.6155462265014648, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.7731093168258667, -1.6330533027648926, -1.6155462265014648, -1.3004200458526611, -0.6701680421829224, 0.9404762983322144, 1.728291392326355, 1.9383753538131714, 1.9733893871307373, 1.553221344947815, 2.0959384441375732, 1.868347406387329, -1.5980392694473267, -1.720588207244873, 0.1001400575041771, 1.7457983493804932, 1.5882353782653809, 1.640756368637085, 1.6757704019546509, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.553221344947815, 1.6757704019546509, 1.7457983493804932, 1.343137264251709, 1.7983193397521973, 1.7107843160629272, 0.5378152132034302, 0.6953782439231873, 0.3802522122859955, 0.6603642702102661, 0.17016807198524475, 0.432773232460022, 0.6603642702102661, 0.6953782439231873, 1.0630252361297607, 1.0630252361297607, 0.8179272413253784, 0.5728292465209961, 0.29271721839904785, 0.8354342579841614, 1.7633053064346313, 1.8858543634414673, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 1.2380952835083008, 1.868347406387329, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.868347406387329, 1.780812382698059, 1.780812382698059, 1.518207311630249, 0.7829132676124573, 0.06512605398893356, 0.15266107022762299, 0.3627452254295349, -0.28501397371292114, -1.1428570747375488, -0.6001400351524353, 0.39775922894477844, 0.7478992342948914, 0.06512605398893356, -0.9327731132507324, -1.422969102859497, -1.6155462265014648, -1.808123230934143, -1.930672287940979, -1.9481792449951172, -1.282913088798523, 0.18767507374286652, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, -0.10994396358728409, -1.4404760599136353, -1.755602240562439, -1.4929972887039185, -1.0553221702575684, -0.9677870869636536, -0.4425770044326782, -0.2499999701976776, -0.5126050114631653, -1.335434079170227, -1.195378065109253, -1.2303920984268188, -1.7380952835083008, -1.7380952835083008, -1.457983136177063, -1.3529410362243652, -1.3879550695419312, -1.6155462265014648, -1.1078431606292725, 1.6232492923736572, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.165966510772705, -1.4929972887039185, -1.878151297569275, -1.3179271221160889, -0.37254899740219116, -0.42506998777389526, -0.33753499388694763, -0.9327731132507324, -1.895658254623413, -1.6855742931365967, -0.23249296844005585, 0.4677872359752655, 0.45028021931648254, 0.3802522122859955, 0.0476190559566021, -0.7401960492134094, -0.5126050114631653, -0.022408949211239815, -0.7226890325546265, -0.19747896492481232, -0.12745095789432526, -0.09243696182966232, -0.19747896492481232, -0.09243696182966232, -0.10994396358728409, -0.14495795965194702, -0.1624649614095688, -0.19747896492481232, -0.21498596668243408, -0.47759100794792175, 0.08263305574655533, -0.39005598425865173, 0.1001400575041771, -0.10994396358728409, -0.2499999701976776, -0.3200279772281647, -0.33753499388694763, -0.4600839912891388, -0.7051820158958435, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.0476190559566021, 0.08263305574655533, -0.14495795965194702, 0.06512605398893356, 0.34523820877075195, 0.39775922894477844, 0.17016807198524475, 0.13515406847000122, -0.09243696182966232, 0.11764705926179886, 0.20518220961093903, -0.09243696182966232, -0.33753499388694763, 0.06512605398893356, -0.5826330184936523, -0.21498596668243408, -0.07492996007204056, 0.415266215801239, 0.4852942228317261, 0.5728292465209961, 0.432773232460022, 0.20518220961093903, 0.4677872359752655, 0.6428572535514832, 0.4677872359752655, 0.6253502368927002, 0.8004202842712402, 0.9404762983322144, 1.0280113220214844, 1.1855742931365967, 1.3606443405151367, 1.5882353782653809, 1.430672287940979, 1.4481793642044067, 1.2205883264541626, 0.20518220961093903, -0.5126050114631653, -1.878151297569275, -1.843137264251709, -1.9131653308868408, -1.808123230934143, -1.5280112028121948, -1.580532193183899, -1.7906162738800049, -1.7731093168258667, -1.6505602598190308, -1.5455182790756226, -1.5105042457580566, -0.6176469922065735, 0.520308256149292, 1.430672287940979, 1.7107843160629272, 1.9733893871307373, 1.9733893871307373, 1.8508403301239014, 2.0259103775024414, 2.1484594345092773, -0.8802520632743835, -1.7380952835083008, -0.8277310132980347, -1.895658254623413, -1.668067216873169, 0.17016807198524475, 1.8508403301239014, 1.605742335319519, 1.5007003545761108, 1.5882353782653809, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.553221344947815, 1.7983193397521973, 1.693277359008789, 1.1680673360824585, 1.1505602598190308, 0.8004202842712402, 0.20518220961093903, 0.012605053372681141, 0.20518220961093903, 0.6253502368927002, 0.6603642702102661, 1.0105042457580566, 1.2380952835083008, 1.0805323123931885, 0.6603642702102661, 0.45028021931648254, 0.7478992342948914, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 1.483193278312683, 1.9558824300765991, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055, 1.815826416015625, 1.728291392326355, 1.5007003545761108, 0.7478992342948914, 0.012605053372681141, 0.012605053372681141, 0.3102242052555084, 0.2226892113685608, -0.8277310132980347, -0.9677870869636536, 0.0476190559566021, 0.590336263179779, 0.590336263179779, -0.0049019488506019115, -1.0378150939941406, -1.4929972887039185, -1.7030812501907349, -1.8606442213058472, -1.895658254623413, -1.457983136177063, -0.23249296844005585, 0.3277312219142914, 0.5728292465209961, 0.6253502368927002, 0.7478992342948914, 0.29271721839904785, -0.9152660369873047, -1.6505602598190308, -1.5105042457580566, -1.195378065109253, -1.0378150939941406, -1.2128850221633911, -1.0028010606765747, -0.47759100794792175, -0.6526610255241394, -1.370448112487793, -1.6505602598190308, -1.195378065109253, -1.3004200458526611, -1.6505602598190308, -1.8606442213058472, -1.3879550695419312, -1.0728291273117065, 1.8333333730697632, 2.1309523582458496, 2.1309523582458496, 0.29271721839904785, -1.720588207244873, -1.9131653308868408, 0.03011205606162548, 0.590336263179779, 0.7829132676124573, 0.8354342579841614, -0.28501397371292114, -1.6505602598190308, 0.3627452254295349, 0.7303922772407532, 0.3102242052555084, -0.9502801299095154, -1.3179271221160889, -0.6701680421829224, -0.5126050114631653, -0.33753499388694763, 0.012605053372681141, -0.1624649614095688, -0.4075630009174347, -0.21498596668243408, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.09243696182966232, -0.21498596668243408, -0.14495795965194702, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.5126050114631653, 0.03011205606162548, -0.23249296844005585, -0.6176469922065735, -0.37254899740219116, -0.5826330184936523, -0.6701680421829224, -0.3200279772281647, -0.3200279772281647, -0.26750698685646057, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.33753499388694763, -0.03991595283150673, 0.03011205606162548, -0.21498596668243408, -0.3550419807434082, -0.03991595283150673, -0.6526610255241394, -0.9502801299095154, -1.1428570747375488, -0.6176469922065735, -0.6176469922065735, -0.8102240562438965, -0.37254899740219116, -0.4425770044326782, -0.3550419807434082, -0.42506998777389526, 0.08263305574655533, -0.12745095789432526, -0.12745095789432526, 0.24019621312618256, 0.5553222298622131, 0.3802522122859955, 0.45028021931648254, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.343137264251709, 1.5007003545761108, 1.4131653308868408, 1.430672287940979, 1.6232492923736572, 1.2556023597717285, 0.24019621312618256, -0.8277310132980347, -1.878151297569275, -1.895658254623413, -1.878151297569275, -1.7380952835083008, -1.8256303071975708, -1.7906162738800049, -1.5630252361297607, -1.755602240562439, -1.7380952835083008, -1.5630252361297607, -1.2303920984268188, -0.8277310132980347, 0.432773232460022, 0.8879552483558655, 1.3956583738327026, 1.6582633256912231, 2.1309523582458496, 2.1309523582458496, 2.0084033012390137, 2.0259103775024414, 2.1834733486175537, 1.868347406387329, -0.7401960492134094, -1.195378065109253, -1.3004200458526611, -1.7906162738800049, -1.7906162738800049, -1.9131653308868408, -0.5126050114631653, 1.5882353782653809, 1.4481793642044067, 1.7107843160629272, 1.5007003545761108, 1.605742335319519, 1.7107843160629272, 1.7457983493804932, 1.815826416015625, 1.605742335319519, 1.2205883264541626, 0.03011205606162548, -0.03991595283150673, 0.11764705926179886, 0.3627452254295349, 0.8354342579841614, 1.1680673360824585, 1.2556023597717285, 1.6582633256912231, 0.9754902720451355, 0.6953782439231873, 0.6603642702102661, 0.8879552483558655, 2.0959384441375732, 1.9558824300765991, 1.9383753538131714], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0805323123931885, 1.728291392326355, 2.0084033012390137, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.5357143878936768, 0.8354342579841614, 0.03011205606162548, -0.37254899740219116, -0.0049019488506019115, 0.432773232460022, -0.5126050114631653, -0.8627450466156006, 0.29271721839904785, 0.45028021931648254, 0.7654062509536743, 0.590336263179779, -0.1624649614095688, -1.1428570747375488, -1.5105042457580566, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -0.8277310132980347, 0.24019621312618256, 0.3277312219142914, 0.590336263179779, 0.590336263179779, 0.5728292465209961, -0.42506998777389526, -1.5105042457580566, -1.457983136177063, -1.1253501176834106, -1.2128850221633911, -0.8102240562438965, -0.8452380299568176, -1.1428570747375488, -1.4404760599136353, -1.4054621458053589, -1.4404760599136353, -1.720588207244873, -1.5455182790756226, -1.5455182790756226, -1.4754900932312012, 1.7633053064346313, 1.780812382698059, 1.9033613204956055, 1.1155463457107544, -2.0007002353668213, -1.8606442213058472, -0.47759100794792175, 0.18767507374286652, 0.2577032148838043, 0.3102242052555084, -1.370448112487793, -1.3179271221160889, 0.590336263179779, 0.8354342579841614, 0.7128852605819702, -1.422969102859497, -0.23249296844005585, 0.415266215801239, 0.20518220961093903, 0.0476190559566021, -0.33753499388694763, -0.19747896492481232, -0.3025209903717041, -0.1624649614095688, -0.42506998777389526, -0.1624649614095688, -0.26750698685646057, -0.42506998777389526, -0.26750698685646057, -0.17997196316719055, -0.21498596668243408, -0.3200279772281647, -0.5126050114631653, -0.4600839912891388, -0.26750698685646057, -0.5651260018348694, -0.6001400351524353, -0.42506998777389526, -0.4425770044326782, -0.4425770044326782, -0.10994396358728409, -0.5826330184936523, -0.1624649614095688, -0.37254899740219116, -0.28501397371292114, 0.0476190559566021, -0.23249296844005585, -0.6526610255241394, -0.26750698685646057, -0.3550419807434082, -0.19747896492481232, -0.14495795965194702, -0.17997196316719055, -0.03991595283150673, -0.19747896492481232, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.17997196316719055, -0.3200279772281647, -0.0049019488506019115, -0.3200279772281647, 0.15266107022762299, -0.09243696182966232, -0.5126050114631653, 0.11764705926179886, 0.3277312219142914, 0.3277312219142914, 0.8179272413253784, 0.5728292465209961, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.3256303071975708, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 0.9054622650146484, 0.3102242052555084, 0.39775922894477844, -0.8277310132980347, -1.8606442213058472, -1.9481792449951172, -1.9481792449951172, -1.8606442213058472, -1.808123230934143, -1.7380952835083008, -1.7380952835083008, -1.6330533027648926, -1.7380952835083008, -1.5630252361297607, -1.0903360843658447, -1.0378150939941406, -0.17997196316719055, 1.1330533027648926, 1.483193278312683, 1.640756368637085, 1.7107843160629272, 2.165966510772705, 1.780812382698059, 1.9733893871307373, 2.0609242916107178, 1.868347406387329, 0.3627452254295349, -1.4929972887039185, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.580532193183899, -1.983193278312683, -1.5455182790756226, 1.3956583738327026, 1.343137264251709, 1.483193278312683, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.2731093168258667, 0.6603642702102661, 0.5553222298622131, 0.415266215801239, 0.7829132676124573, 0.5553222298622131, 1.0105042457580566, 0.7128852605819702, 0.4677872359752655, 1.343137264251709, 0.8179272413253784, 0.9579832553863525, 0.8354342579841614, 0.590336263179779, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8704482913017273, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.9733893871307373, 2.0259103775024414, 2.0084033012390137, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6757704019546509, 1.4131653308868408, 0.8879552483558655, 0.17016807198524475, -0.6526610255241394, -0.37254899740219116, 0.17016807198524475, -0.3025209903717041, -0.5476189851760864, 0.15266107022762299, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, -0.5826330184936523, -1.335434079170227, -1.5455182790756226, -1.895658254623413, -1.8256303071975708, -1.0378150939941406, 0.13515406847000122, 0.3102242052555084, 0.5553222298622131, 0.590336263179779, 0.5378152132034302, 0.17016807198524475, -1.3879550695419312, -1.370448112487793, -1.160364031791687, -1.195378065109253, -1.5980392694473267, -1.422969102859497, -0.8627450466156006, -0.8627450466156006, -1.5630252361297607, -1.5455182790756226, -1.3879550695419312, -1.247899055480957, 0.3102242052555084, 1.6757704019546509, 1.815826416015625, 2.0259103775024414, 2.113445281982422, 0.7303922772407532, -1.878151297569275, -1.2128850221633911, -0.7226890325546265, -0.37254899740219116, -1.0903360843658447, -1.3879550695419312, 0.012605053372681141, 0.6078432202339172, 0.20518220961093903, -1.668067216873169, -0.28501397371292114, 0.5378152132034302, 0.17016807198524475, 0.08263305574655533, -0.3200279772281647, 0.012605053372681141, -0.26750698685646057, -0.4425770044326782, -0.19747896492481232, -0.33753499388694763, -0.23249296844005585, -0.6351540088653564, -0.19747896492481232, -0.12745095789432526, -0.2499999701976776, -0.09243696182966232, -0.5126050114631653, -0.4950979948043823, -0.5126050114631653, -0.5651260018348694, -0.47759100794792175, -0.0049019488506019115, -0.5651260018348694, -0.28501397371292114, -0.07492996007204056, -0.42506998777389526, -0.26750698685646057, -0.6176469922065735, -0.12745095789432526, 0.0476190559566021, 0.06512605398893356, -0.07492996007204056, -0.14495795965194702, 0.11764705926179886, -0.057422954589128494, -0.21498596668243408, -0.07492996007204056, -0.21498596668243408, 0.0476190559566021, 0.0476190559566021, -0.07492996007204056, 0.1001400575041771, 0.20518220961093903, 0.20518220961093903, -0.5126050114631653, -0.8802520632743835, 0.15266107022762299, 0.3802522122859955, 0.6428572535514832, 0.2752102017402649, 0.6078432202339172, 0.432773232460022, 0.6603642702102661, 0.7478992342948914, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.2731093168258667, 1.5707283020019531, 1.2205883264541626, 1.465686321258545, 1.5882353782653809, 0.502801239490509, -0.8102240562438965, -1.7906162738800049, -1.8256303071975708, -1.9481792449951172, -1.965686321258545, -1.965686321258545, -1.808123230934143, -1.7906162738800049, -1.7380952835083008, -1.668067216873169, -1.4929972887039185, -1.370448112487793, -1.2128850221633911, -0.19747896492481232, 1.1330533027648926, 1.483193278312683, 1.9208683967590332, 1.6757704019546509, 1.9033613204956055, 1.815826416015625, 1.9033613204956055, 2.0084033012390137, 2.0609242916107178, 1.605742335319519, -0.9502801299095154, -1.843137264251709, -1.7380952835083008, -1.6505602598190308, -1.5455182790756226, -1.370448112487793, -1.4929972887039185, -2.0357143878936768, -0.9502801299095154, 1.0280113220214844, 1.7457983493804932, 1.430672287940979, 1.430672287940979, 1.640756368637085, 1.728291392326355, 0.7303922772407532, 1.0630252361297607, 0.9929972887039185, 0.9929972887039185, 0.4677872359752655, 0.6078432202339172, 0.6253502368927002, 1.1155463457107544, 0.6253502368927002, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 1.2030812501907349, 0.8179272413253784, 1.815826416015625, 1.8858543634414673, 1.8508403301239014], [1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9404762983322144, 1.483193278312683, 1.868347406387329, 1.9383753538131714, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9033613204956055, 1.868347406387329, 1.780812382698059, 1.728291392326355, 1.6582633256912231, 1.605742335319519, 1.4131653308868408, 0.7829132676124573, 0.18767507374286652, -0.7401960492134094, -0.7927170395851135, -0.23249296844005585, -0.2499999701976776, -0.03991595283150673, 0.3627452254295349, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.8354342579841614, 0.45028021931648254, -0.7226890325546265, -1.4054621458053589, -1.6330533027648926, -1.8256303071975708, -1.3004200458526611, -0.03991595283150673, 0.3102242052555084, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.11764705926179886, -0.9677870869636536, -0.8802520632743835, -1.0553221702575684, -1.247899055480957, -1.195378065109253, -1.1078431606292725, -1.195378065109253, -1.2128850221633911, -1.5280112028121948, -1.5280112028121948, -1.580532193183899, -0.3025209903717041, 2.0259103775024414, 2.113445281982422, 2.0959384441375732, 0.520308256149292, -1.930672287940979, -0.6176469922065735, 0.18767507374286652, 0.502801239490509, 0.5378152132034302, -0.39005598425865173, -1.4929972887039185, -0.8627450466156006, -0.8277310132980347, -1.580532193183899, -1.4404760599136353, -0.3200279772281647, -0.03991595283150673, -0.21498596668243408, -0.3550419807434082, -0.21498596668243408, -0.23249296844005585, -0.12745095789432526, -0.37254899740219116, -0.12745095789432526, -0.3550419807434082, -0.4075630009174347, -0.23249296844005585, -0.26750698685646057, -0.4600839912891388, -0.47759100794792175, -0.5301120281219482, -0.37254899740219116, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.3550419807434082, -0.4600839912891388, -0.28501397371292114, -0.19747896492481232, -0.23249296844005585, -0.3550419807434082, -0.21498596668243408, -0.3025209903717041, -0.1624649614095688, -0.17997196316719055, -0.10994396358728409, -0.10994396358728409, -0.21498596668243408, -0.057422954589128494, -0.07492996007204056, -0.21498596668243408, -0.07492996007204056, 0.0476190559566021, -0.28501397371292114, -0.4425770044326782, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.0476190559566021, 0.3802522122859955, 0.1001400575041771, 0.34523820877075195, 0.03011205606162548, 0.08263305574655533, 0.29271721839904785, 0.5378152132034302, 0.590336263179779, 0.8529412746429443, 0.8004202842712402, 1.1330533027648926, 0.8354342579841614, 1.4481793642044067, 1.4131653308868408, 1.5707283020019531, 1.5007003545761108, 1.1855742931365967, 1.0455182790756226, -1.4404760599136353, -1.7380952835083008, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.965686321258545, -1.9131653308868408, -1.808123230934143, -1.8256303071975708, -1.7030812501907349, -1.5630252361297607, -1.6330533027648926, -0.6876749992370605, -0.39005598425865173, 0.9054622650146484, 1.3081233501434326, 1.6232492923736572, 1.9033613204956055, 1.9033613204956055, 1.9733893871307373, 2.0959384441375732, 2.0084033012390137, 1.9383753538131714, 1.8508403301239014, -0.2499999701976776, -1.8606442213058472, -1.668067216873169, -1.7030812501907349, -1.7030812501907349, -0.8102240562438965, -1.668067216873169, -1.9131653308868408, -1.755602240562439, 0.9054622650146484, 1.2030812501907349, 1.518207311630249, 1.3606443405151367, 1.553221344947815, 1.430672287940979, 0.8004202842712402, 1.378151297569275, 0.8354342579841614, 0.2226892113685608, 0.17016807198524475, 0.45028021931648254, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.9229692816734314, 1.4131653308868408, 1.2556023597717285, 1.1505602598190308, 1.5707283020019531, 1.7983193397521973, 1.7983193397521973, 1.815826416015625], [1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 1.0105042457580566, 1.5707283020019531, 1.8858543634414673, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5707283020019531, 1.343137264251709, 0.6428572535514832, 0.3802522122859955, -0.4950979948043823, -1.0203081369400024, -0.37254899740219116, -0.2499999701976776, -0.14495795965194702, 0.17016807198524475, 0.3802522122859955, 0.4677872359752655, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.11764705926179886, -1.0378150939941406, -1.4929972887039185, -1.6155462265014648, -1.5455182790756226, -0.28501397371292114, 0.06512605398893356, 0.18767507374286652, 0.18767507374286652, 0.11764705926179886, -0.1624649614095688, -0.8802520632743835, -0.9852941036224365, -1.160364031791687, -1.370448112487793, -1.5630252361297607, -1.2303920984268188, -1.1253501176834106, -1.282913088798523, -1.5630252361297607, -1.160364031791687, 1.640756368637085, 1.868347406387329, 2.0784313678741455, 1.0105042457580566, -1.755602240562439, -0.5301120281219482, 0.1001400575041771, 0.34523820877075195, 0.3277312219142914, -0.4600839912891388, -1.7380952835083008, 0.20518220961093903, 0.7303922772407532, 0.9229692816734314, 0.8529412746429443, 0.6078432202339172, -1.1428570747375488, -0.6001400351524353, -0.3200279772281647, -0.28501397371292114, -0.14495795965194702, -0.26750698685646057, -0.28501397371292114, -0.3025209903717041, -0.26750698685646057, -0.37254899740219116, -0.42506998777389526, -0.26750698685646057, -0.1624649614095688, -0.3200279772281647, -0.39005598425865173, -0.37254899740219116, -0.4075630009174347, -0.39005598425865173, -0.33753499388694763, -0.47759100794792175, -0.4600839912891388, -0.3550419807434082, -0.5651260018348694, -0.1624649614095688, -0.022408949211239815, -0.3025209903717041, -0.33753499388694763, -0.26750698685646057, -0.26750698685646057, -0.14495795965194702, -0.022408949211239815, -0.3200279772281647, -0.37254899740219116, -0.21498596668243408, -0.0049019488506019115, -0.09243696182966232, -0.07492996007204056, -0.057422954589128494, -0.09243696182966232, -0.3025209903717041, -0.4075630009174347, -0.26750698685646057, -0.5301120281219482, -0.19747896492481232, 0.15266107022762299, 0.34523820877075195, 0.2577032148838043, 0.6078432202339172, 0.8704482913017273, 0.9054622650146484, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 1.0980392694473267, 1.1505602598190308, 1.518207311630249, 1.430672287940979, 1.0280113220214844, 0.1001400575041771, 0.1001400575041771, 0.8179272413253784, -0.9152660369873047, -1.755602240562439, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.9481792449951172, -1.878151297569275, -1.8256303071975708, -1.843137264251709, -1.7380952835083008, -1.3879550695419312, -1.370448112487793, 0.0476190559566021, 0.9229692816734314, 1.4481793642044067, 1.693277359008789, 1.6582633256912231, 1.9033613204956055, 1.9033613204956055, 1.815826416015625, 1.9208683967590332, 1.9208683967590332, 1.780812382698059, 0.7654062509536743, -1.895658254623413, -1.755602240562439, -1.668067216873169, -1.808123230934143, -1.8606442213058472, -1.7380952835083008, -1.8606442213058472, -1.930672287940979, 0.3102242052555084, 1.0455182790756226, 1.378151297569275, 1.430672287940979, 1.2380952835083008, 1.2380952835083008, 1.0980392694473267, 0.8354342579841614, -1.0553221702575684, -0.6526610255241394, -0.26750698685646057, 0.7654062509536743, 0.9054622650146484, 0.5553222298622131, 0.4677872359752655, 0.7128852605819702, 1.5357143878936768, 1.3956583738327026, 1.2380952835083008, 1.8508403301239014, 1.7457983493804932, 1.7457983493804932, 1.780812382698059], [1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 1.1155463457107544, 1.7633053064346313, 1.9383753538131714, 1.9733893871307373, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.3081233501434326, 0.8704482913017273, 0.3802522122859955, 0.29271721839904785, -0.3550419807434082, -0.7401960492134094, -0.3550419807434082, -0.37254899740219116, -0.4075630009174347, -0.10994396358728409, 0.24019621312618256, 0.13515406847000122, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.7654062509536743, -0.07492996007204056, -1.3879550695419312, -1.422969102859497, -1.4929972887039185, -0.6001400351524353, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.1001400575041771, -0.2499999701976776, -0.9502801299095154, -1.0378150939941406, -1.2303920984268188, -1.4054621458053589, -1.3529410362243652, -1.370448112487793, -1.282913088798523, 0.11764705926179886, 1.6232492923736572, 1.693277359008789, 1.9033613204956055, 2.0609242916107178, 0.8529412746429443, -1.4404760599136353, -0.7226890325546265, -0.3025209903717041, -0.1624649614095688, -1.6505602598190308, -1.895658254623413, 0.0476190559566021, 0.8004202842712402, 0.9229692816734314, 0.9929972887039185, 0.5378152132034302, -1.580532193183899, -1.160364031791687, -0.14495795965194702, -0.4075630009174347, -0.4075630009174347, -0.5476189851760864, -0.26750698685646057, -0.3025209903717041, -0.33753499388694763, -0.4425770044326782, -0.23249296844005585, -0.17997196316719055, -0.39005598425865173, -0.42506998777389526, -0.47759100794792175, -0.4950979948043823, -0.5301120281219482, -0.057422954589128494, -0.37254899740219116, -0.42506998777389526, -0.4950979948043823, -0.3200279772281647, -0.4425770044326782, -0.12745095789432526, -0.10994396358728409, -0.39005598425865173, -0.47759100794792175, -0.28501397371292114, -0.3550419807434082, -0.022408949211239815, -0.19747896492481232, -0.23249296844005585, -0.26750698685646057, 0.012605053372681141, 0.012605053372681141, -0.03991595283150673, -0.3025209903717041, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, -0.3025209903717041, -0.10994396358728409, 0.012605053372681141, -0.6176469922065735, -0.9852941036224365, -0.4075630009174347, -0.6351540088653564, 0.415266215801239, 0.5378152132034302, 0.3802522122859955, 0.8354342579841614, 0.502801239490509, 0.7128852605819702, 1.0455182790756226, 0.8879552483558655, 1.3256303071975708, 1.5007003545761108, 0.3802522122859955, -0.37254899740219116, -1.668067216873169, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.878151297569275, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.983193278312683, -1.9131653308868408, -1.9131653308868408, -1.755602240562439, -1.5630252361297607, -1.3179271221160889, -0.4425770044326782, 1.1505602598190308, 1.483193278312683, 1.815826416015625, 1.640756368637085, 1.8508403301239014, 1.9208683967590332, 1.9383753538131714, 1.815826416015625, 1.9033613204956055, 1.693277359008789, 1.9208683967590332, -1.5455182790756226, -1.755602240562439, -1.7030812501907349, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.755602240562439, -1.878151297569275, 0.6603642702102661, 1.1330533027648926, 1.1680673360824585, 1.553221344947815, 1.5882353782653809, 1.2205883264541626, 1.0280113220214844, -0.5301120281219482, -0.8277310132980347, -1.0728291273117065, 0.06512605398893356, 0.4677872359752655, 1.5357143878936768, 0.7128852605819702, 0.7478992342948914, 1.4131653308868408, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932], [1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 1.0630252361297607, 1.6232492923736572, 1.9383753538131714, 2.0084033012390137, 2.0259103775024414, 1.9908963441848755, 1.9033613204956055, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.780812382698059, 1.7107843160629272, 1.7107843160629272, 1.640756368637085, 1.3956583738327026, 1.0980392694473267, 0.8704482913017273, 0.3277312219142914, 0.2577032148838043, 0.3102242052555084, -0.09243696182966232, 0.012605053372681141, -0.057422954589128494, -0.09243696182966232, -0.33753499388694763, -0.23249296844005585, 0.2226892113685608, 0.29271721839904785, 0.3627452254295349, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.5553222298622131, -0.4600839912891388, -1.370448112487793, -1.3879550695419312, -0.6001400351524353, -0.2499999701976776, -0.09243696182966232, 0.012605053372681141, -0.1624649614095688, -0.8452380299568176, -1.0553221702575684, -1.1428570747375488, -1.3879550695419312, -1.4929972887039185, -1.4404760599136353, -0.4950979948043823, 1.605742335319519, 1.780812382698059, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, -0.4425770044326782, -1.720588207244873, -1.6505602598190308, -1.0203081369400024, -1.160364031791687, -1.7380952835083008, -1.5105042457580566, 0.012605053372681141, 0.2752102017402649, 0.3802522122859955, 0.20518220961093903, -1.580532193183899, -1.6155462265014648, 0.11764705926179886, -0.12745095789432526, -0.21498596668243408, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.37254899740219116, -0.10994396358728409, -0.28501397371292114, -0.47759100794792175, -0.2499999701976776, -0.5126050114631653, -0.42506998777389526, -0.26750698685646057, -0.3550419807434082, -0.4075630009174347, -0.3200279772281647, -0.47759100794792175, -0.5476189851760864, -0.5126050114631653, -0.5126050114631653, -0.03991595283150673, -0.4425770044326782, -0.47759100794792175, -0.23249296844005585, -0.26750698685646057, -0.3200279772281647, -0.09243696182966232, -0.09243696182966232, -0.10994396358728409, -0.057422954589128494, -0.07492996007204056, 0.13515406847000122, 0.2226892113685608, -0.1624649614095688, 0.13515406847000122, 0.06512605398893356, 0.11764705926179886, 0.2577032148838043, -0.057422954589128494, 0.432773232460022, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.29271721839904785, -0.12745095789432526, 0.0476190559566021, 0.2226892113685608, 0.24019621312618256, 0.9404762983322144, 1.1855742931365967, 1.3081233501434326, 1.3956583738327026, 1.0805323123931885, -0.23249296844005585, -0.9502801299095154, -1.335434079170227, -1.7380952835083008, -1.8256303071975708, -1.8606442213058472, -1.9131653308868408, -1.9131653308868408, -1.895658254623413, -1.895658254623413, -1.878151297569275, -2.0007002353668213, -1.965686321258545, -2.0007002353668213, -1.878151297569275, -1.7380952835083008, -1.4404760599136353, 0.1001400575041771, 0.8529412746429443, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.9208683967590332, 1.7107843160629272, 1.9383753538131714, 1.640756368637085, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 0.03011205606162548, -1.843137264251709, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.843137264251709, -1.983193278312683, -1.3879550695419312, -1.4054621458053589, 0.520308256149292, 1.0455182790756226, 0.8179272413253784, 1.343137264251709, 0.3802522122859955, 0.3277312219142914, -0.23249296844005585, -1.2654061317443848, -1.0028010606765747, 0.4852942228317261, 0.29271721839904785, 0.8704482913017273, 0.7303922772407532, 0.6428572535514832, 1.0980392694473267, 1.343137264251709, 1.2030812501907349, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.693277359008789], [1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.9404762983322144, 1.465686321258545, 1.9033613204956055, 2.043417453765869, 2.043417453765869, 2.0084033012390137, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.3606443405151367, 1.2030812501907349, 1.0630252361297607, 0.5728292465209961, 0.012605053372681141, -0.022408949211239815, 0.012605053372681141, 0.012605053372681141, 0.03011205606162548, 0.08263305574655533, 0.06512605398893356, -0.21498596668243408, -0.3550419807434082, -0.057422954589128494, 0.24019621312618256, 0.34523820877075195, 0.415266215801239, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.415266215801239, -0.6701680421829224, -1.3004200458526611, -0.5476189851760864, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.21498596668243408, -0.9677870869636536, -1.2303920984268188, -1.2128850221633911, -1.282913088798523, -1.5630252361297607, 1.3606443405151367, 1.8508403301239014, 2.0259103775024414, 2.0784313678741455, 2.0784313678741455, 1.465686321258545, -1.843137264251709, -1.7030812501907349, -0.33753499388694763, -0.0049019488506019115, 0.2577032148838043, 0.2752102017402649, -0.8627450466156006, -1.457983136177063, -0.4425770044326782, -0.6876749992370605, -1.5980392694473267, -1.843137264251709, -1.282913088798523, -0.3025209903717041, -0.37254899740219116, -0.47759100794792175, -0.5126050114631653, -0.4425770044326782, -0.4950979948043823, -0.3200279772281647, -0.21498596668243408, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, -0.4600839912891388, -0.37254899740219116, -0.39005598425865173, 0.0476190559566021, -0.26750698685646057, -0.4075630009174347, -0.39005598425865173, -0.4600839912891388, -0.4425770044326782, -0.47759100794792175, -0.5126050114631653, -0.5651260018348694, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.4600839912891388, -0.17997196316719055, -0.09243696182966232, -0.4075630009174347, -0.2499999701976776, -0.14495795965194702, -0.07492996007204056, 0.3102242052555084, 0.2752102017402649, 0.24019621312618256, -0.057422954589128494, 0.0476190559566021, -0.03991595283150673, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6603642702102661, 0.7654062509536743, 0.5378152132034302, 1.0105042457580566, 1.1330533027648926, 1.2731093168258667, 1.0455182790756226, 1.1505602598190308, 1.430672287940979, 0.9754902720451355, -0.057422954589128494, -0.6001400351524353, -1.2303920984268188, -1.755602240562439, -1.8256303071975708, -1.8606442213058472, -1.8606442213058472, -1.8606442213058472, -1.878151297569275, -1.8606442213058472, -1.808123230934143, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.3529410362243652, -1.457983136177063, -0.12745095789432526, 0.6603642702102661, 1.3956583738327026, 1.6582633256912231, 1.5357143878936768, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.6232492923736572, 1.815826416015625, 1.728291392326355, 2.0259103775024414, -0.19747896492481232, 1.3606443405151367, -0.2499999701976776, -1.7906162738800049, -1.983193278312683, -1.965686321258545, -1.930672287940979, -1.6855742931365967, -1.5980392694473267, -2.0007002353668213, -0.3025209903717041, 0.6078432202339172, 1.1330533027648926, 1.0280113220214844, 0.5553222298622131, -1.370448112487793, -1.7906162738800049, -1.7731093168258667, -0.5826330184936523, 0.7829132676124573, 1.2906162738800049, 0.7128852605819702, 1.2205883264541626, 0.8179272413253784, 1.0455182790756226, 1.0280113220214844, 0.8704482913017273, 1.7457983493804932, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.6582633256912231], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9754902720451355, 1.430672287940979, 1.9033613204956055, 2.0609242916107178, 2.0959384441375732, 2.043417453765869, 1.9908963441848755, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.3956583738327026, 1.2906162738800049, 0.9929972887039185, 0.4852942228317261, -0.10994396358728409, -0.21498596668243408, -0.14495795965194702, -0.1624649614095688, -0.022408949211239815, 0.20518220961093903, -0.0049019488506019115, -0.07492996007204056, -0.26750698685646057, -0.42506998777389526, -0.28501397371292114, 0.11764705926179886, 0.17016807198524475, 0.20518220961093903, 0.29271721839904785, 0.415266215801239, 0.5378152132034302, 0.5728292465209961, 0.2226892113685608, -0.8802520632743835, -0.6701680421829224, -0.47759100794792175, -0.4075630009174347, -0.37254899740219116, -0.6351540088653564, -1.1778711080551147, -1.160364031791687, -1.282913088798523, -1.247899055480957, 1.378151297569275, 2.0259103775024414, 2.0609242916107178, 2.1834733486175537, 1.6232492923736572, -1.895658254623413, -1.668067216873169, 0.012605053372681141, 0.3277312219142914, 0.6078432202339172, 0.502801239490509, -1.3179271221160889, -1.6155462265014648, 0.6428572535514832, 0.4852942228317261, 0.2752102017402649, 0.2752102017402649, 0.20518220961093903, -0.6351540088653564, -0.9677870869636536, -0.4425770044326782, -0.39005598425865173, -0.14495795965194702, -0.4425770044326782, -0.4950979948043823, -0.7927170395851135, -0.3200279772281647, -0.28501397371292114, -0.33753499388694763, -0.4425770044326782, -0.4600839912891388, -0.37254899740219116, -0.2499999701976776, -0.19747896492481232, -0.6001400351524353, -0.3025209903717041, -0.6176469922065735, -0.5651260018348694, -0.5126050114631653, -0.6351540088653564, -0.28501397371292114, -0.42506998777389526, -0.5476189851760864, -0.47759100794792175, -0.5476189851760864, -0.21498596668243408, -0.5651260018348694, -0.39005598425865173, -0.19747896492481232, -0.28501397371292114, -0.3550419807434082, -0.12745095789432526, -0.3200279772281647, -0.17997196316719055, 0.03011205606162548, 0.13515406847000122, 0.3277312219142914, 0.15266107022762299, -0.14495795965194702, 0.08263305574655533, 0.34523820877075195, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.8004202842712402, 0.8004202842712402, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.4481793642044067, 0.9754902720451355, -0.17997196316719055, -1.0728291273117065, -1.5455182790756226, -1.7030812501907349, -1.8256303071975708, -1.8256303071975708, -1.808123230934143, -1.8606442213058472, -1.843137264251709, -1.808123230934143, -1.808123230934143, -1.0378150939941406, 0.1001400575041771, 0.8004202842712402, -0.42506998777389526, 0.3802522122859955, 0.24019621312618256, 0.8529412746429443, 1.815826416015625, 1.7107843160629272, 1.465686321258545, 1.640756368637085, 1.7983193397521973, 1.9558824300765991, 1.5707283020019531, 1.5007003545761108, 1.5882353782653809, 1.483193278312683, 1.343137264251709, 1.6582633256912231, 1.7107843160629272, 1.3256303071975708, 0.17016807198524475, -1.5630252361297607, -1.247899055480957, -1.965686321258545, -1.983193278312683, -2.0007002353668213, -1.930672287940979, -0.09243696182966232, 1.1155463457107544, 1.2380952835083008, -1.422969102859497, -1.9481792449951172, -1.878151297569275, -1.6155462265014648, 0.03011205606162548, 0.9229692816734314, 1.8333333730697632, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.1330533027648926, 0.6078432202339172, 1.2205883264541626, 1.6232492923736572, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6232492923736572], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8704482913017273, 1.3081233501434326, 1.7983193397521973, 2.0084033012390137, 2.0784313678741455, 2.043417453765869, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.868347406387329, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.0455182790756226, 0.502801239490509, -0.057422954589128494, -0.33753499388694763, -0.19747896492481232, -0.12745095789432526, -0.42506998777389526, -0.28501397371292114, -0.10994396358728409, -0.07492996007204056, -0.17997196316719055, -0.14495795965194702, -0.4950979948043823, -0.4425770044326782, -0.022408949211239815, 0.11764705926179886, 0.08263305574655533, 0.17016807198524475, 0.24019621312618256, 0.2752102017402649, 0.3627452254295349, 0.6428572535514832, -0.39005598425865173, -0.7752100229263306, -0.6001400351524353, -0.6176469922065735, -0.5476189851760864, -0.8452380299568176, -1.2654061317443848, -1.3529410362243652, 1.2556023597717285, 1.553221344947815, 2.0609242916107178, 2.2009804248809814, 1.3081233501434326, -1.9131653308868408, -1.6855742931365967, -0.1624649614095688, 0.18767507374286652, 0.502801239490509, 0.502801239490509, -1.5980392694473267, -1.6855742931365967, 0.8004202842712402, 0.7128852605819702, 0.5728292465209961, 0.6078432202339172, 0.45028021931648254, -0.6001400351524353, -0.6526610255241394, -0.37254899740219116, -0.14495795965194702, -0.2499999701976776, -0.47759100794792175, -0.26750698685646057, -0.37254899740219116, -0.47759100794792175, -0.28501397371292114, -0.4075630009174347, -0.47759100794792175, -0.42506998777389526, -0.7927170395851135, -0.5126050114631653, -0.39005598425865173, -0.33753499388694763, -0.5126050114631653, -0.6876749992370605, -0.4600839912891388, -0.5826330184936523, -0.5826330184936523, -0.37254899740219116, -0.4425770044326782, -0.5476189851760864, -0.3200279772281647, -0.5126050114631653, -0.28501397371292114, -0.4950979948043823, -0.42506998777389526, -0.4950979948043823, -0.5126050114631653, -0.3025209903717041, -0.21498596668243408, -0.14495795965194702, -0.09243696182966232, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.0476190559566021, -0.12745095789432526, -0.057422954589128494, 0.29271721839904785, 1.0805323123931885, 0.415266215801239, 0.7829132676124573, 1.0805323123931885, 0.9404762983322144, 1.1155463457107544, 0.9929972887039185, 0.8704482913017273, 0.590336263179779, 1.0980392694473267, 0.8004202842712402, -0.3550419807434082, -1.160364031791687, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.7731093168258667, -1.4054621458053589, -0.9152660369873047, -0.3025209903717041, 1.1155463457107544, 1.5007003545761108, 1.2731093168258667, 1.553221344947815, 1.5882353782653809, 1.7633053064346313, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.9733893871307373, 1.7983193397521973, 1.2380952835083008, 1.4131653308868408, 1.693277359008789, 1.693277359008789, 1.9033613204956055, 1.605742335319519, 1.2556023597717285, 0.9404762983322144, 0.5378152132034302, -0.7927170395851135, -1.9131653308868408, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.7030812501907349, 0.29271721839904785, -0.9327731132507324, -2.0007002353668213, -1.965686321258545, -1.7906162738800049, -1.5630252361297607, -0.3025209903717041, 0.9929972887039185, 1.5707283020019531, 1.3956583738327026, 1.4481793642044067, 1.378151297569275, 0.6078432202339172, 0.8529412746429443, 1.3956583738327026, 1.518207311630249, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.8879552483558655, 1.3606443405151367, 1.8508403301239014, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.7107843160629272, 1.640756368637085, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.3606443405151367, 1.1330533027648926, 0.7478992342948914, 0.08263305574655533, -0.19747896492481232, -0.0049019488506019115, 0.13515406847000122, -0.6001400351524353, -0.6351540088653564, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.14495795965194702, -0.19747896492481232, -0.42506998777389526, -0.5126050114631653, -0.37254899740219116, -0.07492996007204056, 0.06512605398893356, 0.1001400575041771, 0.17016807198524475, 0.08263305574655533, 0.06512605398893356, 0.06512605398893356, -0.6701680421829224, -0.9327731132507324, -0.8452380299568176, -0.8452380299568176, -0.7577030062675476, -1.0728291273117065, 0.9579832553863525, 1.693277359008789, 1.815826416015625, 1.9383753538131714, 2.043417453765869, -0.39005598425865173, -1.8256303071975708, -0.6876749992370605, -0.21498596668243408, -0.0049019488506019115, 0.18767507374286652, -1.7030812501907349, -1.7906162738800049, 0.45028021931648254, 0.6253502368927002, 0.5553222298622131, 0.6078432202339172, 0.5378152132034302, -0.8627450466156006, -0.4950979948043823, -0.12745095789432526, 0.012605053372681141, 0.2226892113685608, 0.20518220961093903, 0.11764705926179886, -0.47759100794792175, -0.09243696182966232, -0.28501397371292114, -0.4950979948043823, -0.6701680421829224, -0.6351540088653564, -0.4600839912891388, -0.5476189851760864, -0.39005598425865173, -0.4600839912891388, -0.5126050114631653, -0.5826330184936523, -0.5301120281219482, -0.5651260018348694, -0.7401960492134094, -0.5651260018348694, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.6351540088653564, -0.7051820158958435, -0.4075630009174347, -0.3550419807434082, -0.4075630009174347, -0.17997196316719055, -0.5126050114631653, -0.14495795965194702, -0.3200279772281647, -0.022408949211239815, 0.03011205606162548, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, 0.1001400575041771, 0.7654062509536743, 0.9229692816734314, 0.4852942228317261, 0.5378152132034302, 0.7303922772407532, 1.0105042457580566, 0.8704482913017273, 1.0455182790756226, 1.343137264251709, 1.465686321258545, 1.2906162738800049, 0.5378152132034302, -0.8277310132980347, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.755602240562439, -1.895658254623413, -1.195378065109253, -0.26750698685646057, -0.19747896492481232, 1.3956583738327026, 0.520308256149292, 1.3081233501434326, 1.5882353782653809, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.7457983493804932, 1.6582633256912231, 1.5882353782653809, 1.2556023597717285, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.728291392326355, 1.1680673360824585, 1.0280113220214844, -0.14495795965194702, -1.3179271221160889, -1.7731093168258667, -1.9131653308868408, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.965686321258545, -2.018207311630249, -1.8606442213058472, -1.808123230934143, -0.5826330184936523, -1.6505602598190308, 0.17016807198524475, 1.5357143878936768, 1.5882353782653809, 1.7983193397521973, 1.1855742931365967, 1.0105042457580566, 0.8004202842712402, 0.7303922772407532, 1.8858543634414673, 1.5007003545761108, 1.483193278312683, 1.553221344947815, 1.553221344947815, 1.553221344947815], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7303922772407532, 0.9754902720451355, 1.6232492923736572, 2.0084033012390137, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.8858543634414673, 1.693277359008789, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.2205883264541626, 1.2556023597717285, 1.0630252361297607, 0.6603642702102661, 0.39775922894477844, 0.15266107022762299, -0.03991595283150673, -0.2499999701976776, -0.33753499388694763, -0.4600839912891388, -0.1624649614095688, -0.03991595283150673, -0.03991595283150673, -0.21498596668243408, -0.47759100794792175, -0.5826330184936523, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.2499999701976776, -0.09243696182966232, -0.057422954589128494, -0.12745095789432526, -0.1624649614095688, -0.7401960492134094, -1.2303920984268188, -1.0378150939941406, -1.0903360843658447, -1.2303920984268188, 1.7633053064346313, 1.780812382698059, 1.9733893871307373, 2.0784313678741455, 1.9383753538131714, -1.2303920984268188, -1.0378150939941406, -1.3004200458526611, -1.6330533027648926, -1.160364031791687, -1.3004200458526611, -1.5105042457580566, -0.9327731132507324, -0.4425770044326782, -0.4425770044326782, -0.47759100794792175, -0.07492996007204056, -1.2303920984268188, -0.09243696182966232, 0.11764705926179886, 0.2752102017402649, 0.3277312219142914, -0.33753499388694763, 0.18767507374286652, -0.21498596668243408, -0.5476189851760864, -0.5476189851760864, -0.6001400351524353, -0.4950979948043823, -0.5826330184936523, -0.4950979948043823, -0.5651260018348694, -0.6701680421829224, -0.4950979948043823, -0.42506998777389526, -0.5476189851760864, -0.5476189851760864, -0.6526610255241394, -0.5651260018348694, -0.6351540088653564, -0.5826330184936523, -0.6176469922065735, -0.7226890325546265, -0.5476189851760864, -0.6001400351524353, -0.4075630009174347, -0.37254899740219116, -0.3025209903717041, -0.4075630009174347, -0.3200279772281647, -0.19747896492481232, -0.19747896492481232, -0.2499999701976776, -0.1624649614095688, 0.08263305574655533, 0.3802522122859955, 0.15266107022762299, 0.012605053372681141, 0.3802522122859955, 0.520308256149292, 0.9754902720451355, 0.6953782439231873, 0.8529412746429443, 0.7478992342948914, 0.6078432202339172, 0.9229692816734314, 1.1505602598190308, 1.3956583738327026, 1.378151297569275, 1.2205883264541626, 0.8354342579841614, -0.17997196316719055, -1.0903360843658447, -1.720588207244873, -1.7906162738800049, -1.843137264251709, -1.9131653308868408, -1.7906162738800049, -1.7731093168258667, -0.5476189851760864, 0.502801239490509, 1.0630252361297607, 1.2731093168258667, 1.465686321258545, 1.5882353782653809, 1.8508403301239014, 1.9383753538131714, 1.6582633256912231, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.640756368637085, 1.5357143878936768, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.5007003545761108, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.3081233501434326, 1.553221344947815, 1.1505602598190308, 0.6778712272644043, -0.7752100229263306, -1.282913088798523, -2.018207311630249, -2.0007002353668213, -1.2654061317443848, -2.018207311630249, -1.965686321258545, -1.965686321258545, 0.432773232460022, 1.0455182790756226, -1.9481792449951172, -1.422969102859497, -0.9327731132507324, 0.6778712272644043, 1.5357143878936768, 1.8858543634414673, 1.728291392326355, 1.728291392326355, 1.483193278312683, 0.8704482913017273, 1.0980392694473267, 1.640756368637085, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 1.3081233501434326, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.815826416015625, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 0.7829132676124573, 0.415266215801239, 0.24019621312618256, 0.20518220961093903, -0.0049019488506019115, -0.19747896492481232, -0.3025209903717041, -0.5476189851760864, -0.39005598425865173, -0.14495795965194702, -0.07492996007204056, -0.057422954589128494, -0.26750698685646057, -0.5826330184936523, -0.7051820158958435, -0.4425770044326782, -0.4600839912891388, -0.4075630009174347, -0.2499999701976776, -0.2499999701976776, -0.26750698685646057, -0.3025209903717041, -0.6176469922065735, -1.247899055480957, -1.6330533027648926, -1.5630252361297607, 2.043417453765869, 1.9908963441848755, 2.1309523582458496, 2.0784313678741455, -1.0728291273117065, -1.1778711080551147, -1.7906162738800049, -1.335434079170227, -1.195378065109253, 0.18767507374286652, 0.415266215801239, 0.432773232460022, 0.4677872359752655, -1.0903360843658447, -1.6855742931365967, -0.10994396358728409, -0.23249296844005585, -0.6701680421829224, -0.03991595283150673, 0.06512605398893356, 0.2226892113685608, -0.1624649614095688, -0.5651260018348694, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, 0.06512605398893356, -0.3025209903717041, -0.5826330184936523, -0.4075630009174347, -0.9502801299095154, -0.6701680421829224, -0.6876749992370605, -0.5651260018348694, -0.8627450466156006, -0.4600839912891388, -0.37254899740219116, -0.47759100794792175, -0.8627450466156006, -0.9327731132507324, -0.4600839912891388, -0.8627450466156006, -0.7226890325546265, -0.33753499388694763, -0.6701680421829224, -0.6351540088653564, -0.5651260018348694, -0.5651260018348694, -0.9327731132507324, -0.28501397371292114, -0.7051820158958435, -0.6876749992370605, -0.26750698685646057, -0.17997196316719055, -0.3200279772281647, 0.03011205606162548, 0.4677872359752655, 0.8704482913017273, 0.9404762983322144, 0.5378152132034302, 0.9229692816734314, 0.5553222298622131, 0.502801239490509, 1.0980392694473267, 1.0280113220214844, 0.6253502368927002, 1.0980392694473267, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, -0.39005598425865173, -1.0903360843658447, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.8256303071975708, -0.07492996007204056, 1.0805323123931885, 1.0980392694473267, 0.6078432202339172, 1.1155463457107544, 1.5357143878936768, 1.4481793642044067, 1.7457983493804932, 1.6232492923736572, 1.7983193397521973, 1.693277359008789, 1.3956583738327026, 1.7983193397521973, 1.693277359008789, 1.693277359008789, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.4131653308868408, 1.3081233501434326, 1.6582633256912231, 1.1330533027648926, 0.7829132676124573, 1.3956583738327026, 1.0455182790756226, 1.1155463457107544, 0.17016807198524475, -1.9131653308868408, -1.755602240562439, -1.965686321258545, -1.965686321258545, -1.983193278312683, -1.1428570747375488, -1.9481792449951172, -1.965686321258545, -2.018207311630249, -2.0007002353668213, -1.878151297569275, -1.0203081369400024, -0.23249296844005585, 0.6778712272644043, 1.518207311630249, 1.2906162738800049, 1.6232492923736572, 1.0805323123931885, 0.6603642702102661, 1.6582633256912231, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 1.2380952835083008, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.8333333730697632, 1.728291392326355, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.3081233501434326, 1.0280113220214844, 0.8354342579841614, 0.6428572535514832, 0.432773232460022, 0.24019621312618256, 0.08263305574655533, 0.03011205606162548, -0.12745095789432526, -0.3550419807434082, -0.5651260018348694, -0.4950979948043823, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.23249296844005585, -0.5826330184936523, -0.7401960492134094, -0.7401960492134094, -0.7577030062675476, -0.7577030062675476, -0.7401960492134094, -0.8277310132980347, -0.8452380299568176, -1.5980392694473267, -1.5105042457580566, -1.668067216873169, -0.23249296844005585, 1.3081233501434326, 1.8858543634414673, 2.0784313678741455, 1.0455182790756226, -1.282913088798523, -1.878151297569275, -1.4929972887039185, -1.0728291273117065, 0.20518220961093903, 0.3627452254295349, 0.4677872359752655, 0.4677872359752655, -1.160364031791687, -1.720588207244873, 0.3627452254295349, 0.432773232460022, 0.2752102017402649, -0.0049019488506019115, -0.4950979948043823, -0.12745095789432526, -0.14495795965194702, -0.1624649614095688, -0.5126050114631653, -0.19747896492481232, -0.5126050114631653, -0.14495795965194702, -0.03991595283150673, -0.5826330184936523, -0.6351540088653564, -0.8977590203285217, -0.6176469922065735, -0.6176469922065735, -0.5126050114631653, -0.5826330184936523, -0.3200279772281647, -0.3550419807434082, -0.2499999701976776, -0.21498596668243408, -0.42506998777389526, -0.5651260018348694, -0.7752100229263306, -0.7226890325546265, -0.28501397371292114, -0.6351540088653564, -0.6701680421829224, -0.5476189851760864, -0.47759100794792175, -0.47759100794792175, -0.37254899740219116, -0.4425770044326782, -0.4950979948043823, -0.33753499388694763, -0.26750698685646057, 0.6253502368927002, 0.012605053372681141, -0.057422954589128494, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.7478992342948914, 0.9229692816734314, 0.7478992342948914, 1.1155463457107544, 1.2731093168258667, 1.3956583738327026, 1.0980392694473267, 1.1330533027648926, 0.7829132676124573, 0.39775922894477844, -0.21498596668243408, -0.8977590203285217, -1.4054621458053589, -1.755602240562439, -1.7380952835083008, -1.7030812501907349, -1.1428570747375488, -0.5826330184936523, 0.9054622650146484, 1.3956583738327026, 1.2380952835083008, 1.2205883264541626, 1.1505602598190308, 1.5707283020019531, 1.605742335319519, 1.728291392326355, 1.5882353782653809, 1.5882353782653809, 1.815826416015625, 1.553221344947815, 1.5007003545761108, 1.640756368637085, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.2906162738800049, 1.465686321258545, 1.4131653308868408, 1.483193278312683, 1.0805323123931885, 0.590336263179779, -1.4754900932312012, -1.7906162738800049, -1.7380952835083008, -1.720588207244873, -0.10994396358728409, -1.930672287940979, -1.9481792449951172, 0.39775922894477844, 1.5357143878936768, -1.7906162738800049, -1.983193278312683, 0.9579832553863525, 1.8858543634414673, -1.930672287940979, -1.6330533027648926, -1.370448112487793, 0.502801239490509, 1.1155463457107544, 0.7478992342948914, -0.0049019488506019115, -0.9152660369873047, 1.5707283020019531, 1.7107843160629272, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 1.2030812501907349, 1.9733893871307373, 2.0084033012390137, 2.0084033012390137, 1.9733893871307373, 1.9908963441848755, 1.8858543634414673, 1.868347406387329, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.2380952835083008, 1.0455182790756226, 0.8004202842712402, 0.34523820877075195, -0.14495795965194702, -0.3025209903717041, -0.057422954589128494, -0.14495795965194702, -0.1624649614095688, -0.3200279772281647, -0.47759100794792175, -0.5651260018348694, -0.33753499388694763, -0.2499999701976776, -0.37254899740219116, -0.5301120281219482, -0.7051820158958435, -0.8277310132980347, -0.7927170395851135, -1.1253501176834106, -1.4754900932312012, -1.3529410362243652, -1.668067216873169, -1.6855742931365967, -1.4929972887039185, -1.457983136177063, 1.2731093168258667, 1.465686321258545, 1.3606443405151367, 1.5007003545761108, 0.7478992342948914, -1.580532193183899, -1.9131653308868408, -1.282913088798523, -0.1624649614095688, 0.06512605398893356, 0.1001400575041771, 0.11764705926179886, -1.2654061317443848, -1.8256303071975708, -0.07492996007204056, 0.432773232460022, 0.18767507374286652, 0.20518220961093903, -0.4425770044326782, -0.5651260018348694, -0.28501397371292114, -0.21498596668243408, -0.4950979948043823, -0.37254899740219116, -0.42506998777389526, -0.8102240562438965, -0.4950979948043823, -0.6526610255241394, -0.7051820158958435, -0.5651260018348694, -0.4075630009174347, -0.42506998777389526, -0.3200279772281647, -0.37254899740219116, -0.4075630009174347, -0.23249296844005585, -0.17997196316719055, -0.09243696182966232, -0.09243696182966232, -0.4075630009174347, -0.12745095789432526, -0.37254899740219116, -0.5301120281219482, -0.5826330184936523, -0.5651260018348694, -0.5826330184936523, -0.5301120281219482, -0.5476189851760864, -0.6351540088653564, -0.39005598425865173, -0.2499999701976776, -0.2499999701976776, -0.12745095789432526, 0.18767507374286652, 0.5378152132034302, 0.3627452254295349, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 0.7654062509536743, 0.9579832553863525, 0.8004202842712402, 0.9404762983322144, 0.6778712272644043, 0.8704482913017273, 1.0105042457580566, 1.3256303071975708, 1.3956583738327026, 0.9404762983322144, -0.19747896492481232, -1.2303920984268188, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.1253501176834106, 0.6078432202339172, 0.9929972887039185, 1.3606443405151367, 1.3606443405151367, 1.5882353782653809, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 1.728291392326355, 1.6232492923736572, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.8508403301239014, 1.6582633256912231, 1.4131653308868408, 1.728291392326355, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.640756368637085, 1.693277359008789, -0.9502801299095154, -0.8977590203285217, -1.457983136177063, -0.10994396358728409, 1.8333333730697632, 1.9208683967590332, -1.4754900932312012, -1.9481792449951172, 1.7983193397521973, 1.7633053064346313, -1.9481792449951172, -1.1428570747375488, -1.7906162738800049, -1.195378065109253, -0.14495795965194702, -1.195378065109253, -1.720588207244873, -0.6876749992370605, 1.9558824300765991, 1.483193278312683, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.3606443405151367, 2.043417453765869, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.3606443405151367, 1.0980392694473267, 0.6778712272644043, 0.2752102017402649, -0.12745095789432526, -0.5476189851760864, -0.6526610255241394, -0.33753499388694763, -0.07492996007204056, -0.12745095789432526, -0.39005598425865173, -0.5826330184936523, -0.7226890325546265, -0.6526610255241394, -0.5651260018348694, -0.6526610255241394, -0.6176469922065735, -0.6526610255241394, -0.8977590203285217, -0.33753499388694763, -1.6155462265014648, -1.6330533027648926, -1.6155462265014648, -1.5980392694473267, -1.6855742931365967, -1.3004200458526611, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, -1.9131653308868408, -1.6855742931365967, -0.8977590203285217, 0.2577032148838043, -0.6701680421829224, -1.1253501176834106, -0.9852941036224365, -1.3179271221160889, -1.8606442213058472, -1.3004200458526611, -0.03991595283150673, -0.1624649614095688, -0.14495795965194702, -0.4950979948043823, -1.335434079170227, -1.4929972887039185, -0.23249296844005585, -0.5651260018348694, -0.6176469922065735, -0.5826330184936523, -0.7927170395851135, -0.6176469922065735, -0.6176469922065735, -0.4425770044326782, -0.4075630009174347, -0.07492996007204056, -0.26750698685646057, -0.33753499388694763, -0.3200279772281647, -0.3200279772281647, -0.10994396358728409, -0.1624649614095688, -0.09243696182966232, -0.07492996007204056, 0.012605053372681141, -0.0049019488506019115, -0.10994396358728409, -0.4075630009174347, -0.2499999701976776, -0.26750698685646057, -0.6176469922065735, -0.7752100229263306, -0.7051820158958435, -0.8977590203285217, -0.6876749992370605, -0.37254899740219116, 0.15266107022762299, 0.2577032148838043, 0.06512605398893356, 0.502801239490509, 0.3277312219142914, 0.3102242052555084, 0.7654062509536743, 0.45028021931648254, 0.415266215801239, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0455182790756226, 0.7128852605819702, 0.8879552483558655, 1.2556023597717285, 1.1680673360824585, 0.6603642702102661, -0.21498596668243408, -0.9677870869636536, -1.720588207244873, -1.755602240562439, -1.6505602598190308, -1.370448112487793, 0.0476190559566021, 0.9929972887039185, 1.3081233501434326, 1.3081233501434326, 1.2205883264541626, 1.4131653308868408, 1.465686321258545, 1.2556023597717285, 1.6232492923736572, 1.343137264251709, 1.5357143878936768, 1.693277359008789, 1.8858543634414673, 1.605742335319519, 1.7983193397521973, 1.7107843160629272, 1.780812382698059, 1.465686321258545, 1.640756368637085, 1.605742335319519, 1.640756368637085, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.430672287940979, 1.430672287940979, 1.7107843160629272, 1.8508403301239014, 1.430672287940979, 2.0784313678741455, 1.3081233501434326, -0.1624649614095688, 0.6253502368927002, 1.8333333730697632, -1.6855742931365967, -2.018207311630249, -1.930672287940979, -1.0028010606765747, -1.0203081369400024, -1.7731093168258667, -1.843137264251709, -1.6505602598190308, 0.4852942228317261, 0.3102242052555084, -1.6505602598190308, -0.33753499388694763, 1.8858543634414673, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709], [1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 1.2731093168258667, 1.9208683967590332, 1.9733893871307373, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.5357143878936768, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 0.7128852605819702, 0.3102242052555084, -0.12745095789432526, -0.4600839912891388, -0.7577030062675476, -0.7226890325546265, -0.5301120281219482, -0.33753499388694763, -0.33753499388694763, -0.47759100794792175, -0.7752100229263306, -0.9327731132507324, -0.8452380299568176, -0.8627450466156006, -1.0903360843658447, -1.1778711080551147, -1.5105042457580566, -1.4754900932312012, -1.4929972887039185, -1.3879550695419312, -1.2128850221633911, -1.0903360843658447, -1.0378150939941406, -0.8977590203285217, -0.6351540088653564, 1.4481793642044067, 1.0980392694473267, -1.808123230934143, -1.282913088798523, -0.6526610255241394, 0.0476190559566021, 0.3277312219142914, -1.160364031791687, -1.720588207244873, -0.03991595283150673, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -1.0203081369400024, -1.4929972887039185, -1.247899055480957, -1.5455182790756226, -1.6155462265014648, -0.23249296844005585, -0.6176469922065735, -0.6001400351524353, -0.6876749992370605, -0.6351540088653564, -0.07492996007204056, -0.4600839912891388, -0.3200279772281647, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.26750698685646057, -0.6701680421829224, -0.3200279772281647, -0.28501397371292114, -0.5126050114631653, -0.10994396358728409, -0.33753499388694763, -0.14495795965194702, -0.2499999701976776, 0.11764705926179886, 0.2752102017402649, 0.18767507374286652, 0.20518220961093903, 0.29271721839904785, 0.4852942228317261, 0.502801239490509, -0.057422954589128494, 0.18767507374286652, -0.5301120281219482, -0.057422954589128494, -0.5126050114631653, 0.34523820877075195, 0.5378152132034302, 0.5553222298622131, 0.2226892113685608, 0.4852942228317261, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.8004202842712402, 0.9229692816734314, 1.0805323123931885, 0.8879552483558655, 1.0980392694473267, 0.8354342579841614, 1.2906162738800049, 0.6428572535514832, 0.3277312219142914, -0.42506998777389526, -0.8977590203285217, -1.755602240562439, -1.755602240562439, -0.8802520632743835, 0.24019621312618256, 0.8004202842712402, 1.4481793642044067, 1.5707283020019531, 1.815826416015625, 1.518207311630249, 1.5707283020019531, 1.7983193397521973, 1.7633053064346313, 1.605742335319519, 1.4481793642044067, 1.640756368637085, 1.4131653308868408, 1.6757704019546509, 1.605742335319519, 1.3256303071975708, 1.4481793642044067, 1.3956583738327026, 1.553221344947815, 1.728291392326355, 1.728291392326355, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.6757704019546509, 1.8858543634414673, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 1.553221344947815, 0.9754902720451355, -1.1428570747375488, 1.605742335319519, -1.3179271221160889, 1.2731093168258667, 0.24019621312618256, 0.8179272413253784, -0.0049019488506019115, 1.0455182790756226, 1.1155463457107544, 1.2731093168258667, 1.518207311630249, -0.37254899740219116, 0.3802522122859955, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326], [1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.9229692816734314, 1.430672287940979, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0259103775024414, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4131653308868408, 1.0980392694473267, 0.6953782439231873, 0.20518220961093903, -0.2499999701976776, -0.6351540088653564, -0.7051820158958435, -0.6876749992370605, -0.7577030062675476, -0.7752100229263306, -0.4950979948043823, -0.4950979948043823, -0.5301120281219482, -0.6876749992370605, -0.8802520632743835, -0.9152660369873047, -1.0203081369400024, -1.5630252361297607, -1.4929972887039185, -1.422969102859497, -1.3879550695419312, -1.1428570747375488, -0.5826330184936523, -1.0378150939941406, -0.8452380299568176, -0.8627450466156006, 0.2577032148838043, -0.03991595283150673, -0.7051820158958435, -1.2128850221633911, -0.21498596668243408, -0.5476189851760864, 0.39775922894477844, -1.0553221702575684, -1.6855742931365967, -0.21498596668243408, 0.11764705926179886, 0.18767507374286652, 0.06512605398893356, -0.4600839912891388, -1.6855742931365967, -0.6876749992370605, -0.14495795965194702, -0.19747896492481232, 0.11764705926179886, -0.3200279772281647, -0.47759100794792175, -0.4950979948043823, -0.4950979948043823, -0.8452380299568176, -0.3550419807434082, -0.4075630009174347, -0.6351540088653564, -0.6001400351524353, -0.4950979948043823, -0.6001400351524353, -0.8277310132980347, -0.4950979948043823, -0.4425770044326782, -0.6351540088653564, -0.5476189851760864, -0.33753499388694763, -0.3025209903717041, -0.12745095789432526, 0.15266107022762299, 0.13515406847000122, -0.057422954589128494, 0.432773232460022, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.45028021931648254, 0.6078432202339172, 0.4852942228317261, -0.17997196316719055, -0.09243696182966232, -0.0049019488506019115, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8529412746429443, 0.9229692816734314, 1.1330533027648926, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 0.6603642702102661, -0.42506998777389526, -0.8802520632743835, -1.580532193183899, -1.5980392694473267, -1.580532193183899, 0.15266107022762299, 0.15266107022762299, 1.1505602598190308, 1.0280113220214844, 1.5007003545761108, 1.605742335319519, 1.2205883264541626, 1.1155463457107544, 1.3606443405151367, 1.5357143878936768, 1.728291392326355, 1.8858543634414673, 1.9558824300765991, 1.5357143878936768, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.5357143878936768, 1.343137264251709, 1.6757704019546509, 1.8333333730697632, 1.868347406387329, 1.7633053064346313, 1.5357143878936768, 1.1680673360824585, 1.3956583738327026, 1.780812382698059, 1.483193278312683, 1.7107843160629272, 1.693277359008789, 2.1309523582458496, 1.5707283020019531, 1.3081233501434326, 1.6232492923736572, 1.9558824300765991, -0.03991595283150673, 1.0805323123931885, 0.24019621312618256, 1.9733893871307373, 1.7633053064346313, 1.9033613204956055, 1.1855742931365967, 1.2030812501907349, 1.693277359008789, 1.9383753538131714, 0.7478992342948914, 0.8354342579841614, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667], [1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.4131653308868408, 1.343137264251709, 1.2906162738800049, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 1.3081233501434326, 1.815826416015625, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 1.9733893871307373, 1.9558824300765991, 1.9208683967590332, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.3956583738327026, 1.0805323123931885, 0.5378152132034302, 0.06512605398893356, 0.08263305574655533, -0.3550419807434082, -0.5826330184936523, -0.6001400351524353, -1.0203081369400024, -0.9152660369873047, -1.0378150939941406, -0.47759100794792175, -0.09243696182966232, -0.9327731132507324, -1.0028010606765747, -1.335434079170227, -1.5455182790756226, -1.580532193183899, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -1.0728291273117065, -0.7401960492134094, -1.0903360843658447, -0.3025209903717041, -0.6876749992370605, 0.6603642702102661, 1.5882353782653809, 1.0980392694473267, -0.9327731132507324, -1.370448112487793, -1.0378150939941406, -0.19747896492481232, -1.580532193183899, -1.3179271221160889, -0.6526610255241394, -0.17997196316719055, -0.057422954589128494, -0.5126050114631653, -1.5280112028121948, -1.3879550695419312, -0.23249296844005585, -0.3200279772281647, 0.15266107022762299, -0.14495795965194702, -0.4075630009174347, -0.6351540088653564, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.14495795965194702, -0.5301120281219482, -0.6001400351524353, 0.2752102017402649, 0.3277312219142914, -0.3025209903717041, -0.28501397371292114, -0.7401960492134094, -0.6001400351524353, -0.4950979948043823, -0.28501397371292114, -0.47759100794792175, -0.1624649614095688, -0.14495795965194702, -0.09243696182966232, 0.03011205606162548, 0.1001400575041771, -0.03991595283150673, 0.3802522122859955, 0.9229692816734314, 0.6603642702102661, 0.2577032148838043, -0.057422954589128494, -1.247899055480957, 0.11764705926179886, 0.20518220961093903, 0.432773232460022, 0.4852942228317261, 0.432773232460022, 0.5553222298622131, 0.6603642702102661, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9229692816734314, 1.0980392694473267, 0.6778712272644043, -0.5826330184936523, -1.3004200458526611, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -0.7577030062675476, 0.1001400575041771, 0.9929972887039185, 1.378151297569275, 1.6232492923736572, 1.6582633256912231, 1.6232492923736572, 1.4481793642044067, 1.2731093168258667, 1.1330533027648926, 1.0105042457580566, 1.2906162738800049, 0.9579832553863525, 0.8704482913017273, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.553221344947815, 1.7633053064346313, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.6757704019546509, 1.693277359008789, 1.6582633256912231, 1.780812382698059, 1.7983193397521973, 1.9733893871307373, 1.6582633256912231, 1.693277359008789, 1.5707283020019531, 0.6778712272644043, 1.5007003545761108, 0.6428572535514832, 1.6582633256912231, 0.9404762983322144, 0.6953782439231873, 1.483193278312683, 1.8508403301239014, 1.518207311630249, 1.3606443405151367, 0.9754902720451355, 1.5357143878936768, 0.8004202842712402, 1.553221344947815, 1.5707283020019531, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 1.1155463457107544, 1.4481793642044067, 1.868347406387329, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.815826416015625, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.3256303071975708, 0.9054622650146484, 0.415266215801239, 0.0476190559566021, -0.17997196316719055, 0.2752102017402649, -0.3025209903717041, -0.28501397371292114, -0.3025209903717041, -0.6176469922065735, -0.9852941036224365, -0.5126050114631653, 0.8354342579841614, -0.8277310132980347, -1.4929972887039185, -1.422969102859497, -1.3179271221160889, -1.2128850221633911, -1.160364031791687, -1.1078431606292725, -1.1078431606292725, -0.23249296844005585, -1.0553221702575684, -1.5280112028121948, -1.0378150939941406, -0.07492996007204056, 0.08263305574655533, -0.42506998777389526, -0.8627450466156006, 0.39775922894477844, -1.3529410362243652, -0.03991595283150673, -0.19747896492481232, -0.7401960492134094, -1.0378150939941406, -1.0028010606765747, -0.8977590203285217, -1.0378150939941406, -1.0553221702575684, -1.1778711080551147, -0.47759100794792175, -0.37254899740219116, -0.4600839912891388, -0.4075630009174347, -0.6001400351524353, -0.7226890325546265, -0.5826330184936523, -0.4600839912891388, -0.6701680421829224, -0.6001400351524353, -0.39005598425865173, -0.39005598425865173, -0.4600839912891388, -0.4600839912891388, 0.6253502368927002, 0.2226892113685608, -1.0028010606765747, 0.012605053372681141, -0.057422954589128494, -0.5651260018348694, -0.3550419807434082, -0.4075630009174347, -0.21498596668243408, 0.08263305574655533, -0.09243696182966232, 0.17016807198524475, -0.10994396358728409, 0.8179272413253784, 0.17016807198524475, 0.24019621312618256, 1.0280113220214844, 0.9579832553863525, 0.7478992342948914, 0.5553222298622131, 0.4677872359752655, 0.5553222298622131, 0.11764705926179886, 0.15266107022762299, 0.6603642702102661, 0.8529412746429443, 0.7303922772407532, 0.8004202842712402, 0.8704482913017273, 0.8179272413253784, 0.7128852605819702, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.2380952835083008, 1.1505602598190308, -0.23249296844005585, -1.4754900932312012, -1.457983136177063, -1.7906162738800049, -0.9502801299095154, 0.2577032148838043, 0.6078432202339172, 1.378151297569275, 1.1155463457107544, 1.5707283020019531, 1.7633053064346313, 1.5882353782653809, 1.430672287940979, 0.9754902720451355, 0.8704482913017273, 0.9754902720451355, 1.378151297569275, 1.605742335319519, 1.7633053064346313, 1.693277359008789, 1.5357143878936768, 1.2380952835083008, 1.6582633256912231, 1.8508403301239014, 1.7983193397521973, 1.483193278312683, 1.378151297569275, 1.4481793642044067, 1.6582633256912231, 2.043417453765869, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.2556023597717285, 2.0259103775024414, 1.2556023597717285, -0.03991595283150673, 1.2906162738800049, 1.0630252361297607, -0.3550419807434082, 0.0476190559566021, 1.1155463457107544, 0.20518220961093903, 1.2030812501907349, 0.8529412746429443, -1.2303920984268188, 1.2906162738800049, 1.815826416015625, 0.1001400575041771, 1.5707283020019531, 1.1330533027648926, 0.9929972887039185, 1.7107843160629272, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 1.2205883264541626, 1.378151297569275, 1.605742335319519, 1.815826416015625, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.693277359008789, 1.5707283020019531, 1.465686321258545, 1.2380952835083008, 0.9054622650146484, 0.590336263179779, 0.29271721839904785, 0.012605053372681141, 0.20518220961093903, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.1855742931365967, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, -0.1624649614095688, -1.3529410362243652, -0.5826330184936523, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.0378150939941406, -0.5476189851760864, 0.6778712272644043, -0.9502801299095154, -0.7577030062675476, -0.47759100794792175, 0.2226892113685608, -0.8102240562438965, 0.6428572535514832, -0.14495795965194702, 1.0455182790756226, 0.1001400575041771, 0.432773232460022, -0.3025209903717041, -0.4075630009174347, -0.9677870869636536, -0.8452380299568176, -0.6001400351524353, -0.6001400351524353, -0.8277310132980347, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.6351540088653564, -0.8977590203285217, -0.9677870869636536, -0.8802520632743835, -0.26750698685646057, -0.7577030062675476, -0.4600839912891388, 0.012605053372681141, -0.39005598425865173, 0.3102242052555084, -0.4950979948043823, 0.11764705926179886, -0.8277310132980347, 0.18767507374286652, -0.2499999701976776, -0.5826330184936523, 0.6078432202339172, -0.3025209903717041, -0.4425770044326782, -0.4425770044326782, -0.1624649614095688, -0.19747896492481232, -0.1624649614095688, -0.21498596668243408, 0.6778712272644043, 0.8879552483558655, 0.20518220961093903, 0.34523820877075195, 0.20518220961093903, 0.3627452254295349, 0.415266215801239, 0.502801239490509, 0.39775922894477844, 0.5728292465209961, 0.6078432202339172, 0.5553222298622131, 0.6078432202339172, 0.3627452254295349, 0.7478992342948914, 0.8179272413253784, 0.9054622650146484, 0.8354342579841614, 1.0280113220214844, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.8179272413253784, 0.18767507374286652, -1.1078431606292725, -1.668067216873169, -1.5980392694473267, -0.47759100794792175, 0.520308256149292, 1.0280113220214844, 0.6778712272644043, 0.6953782439231873, 0.8529412746429443, 1.3081233501434326, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.3956583738327026, 1.430672287940979, 1.2556023597717285, 1.2380952835083008, 1.0105042457580566, 0.6078432202339172, 0.39775922894477844, 0.8529412746429443, 1.0280113220214844, 1.2030812501907349, 1.343137264251709, 1.640756368637085, 1.8508403301239014, 1.6582633256912231, 1.7457983493804932, 1.9908963441848755, 1.5882353782653809, 1.3606443405151367, 1.7983193397521973, 1.1680673360824585, 1.9033613204956055, 1.693277359008789, 1.3606443405151367, 0.9404762983322144, 0.7128852605819702, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, -0.47759100794792175, -0.14495795965194702, 0.18767507374286652, 0.06512605398893356, 0.9754902720451355, 1.780812382698059, 1.553221344947815, 1.7633053064346313, 0.3802522122859955, 0.5378152132034302, 2.0259103775024414, 1.8333333730697632, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308], [1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 1.1680673360824585, 1.4481793642044067, 1.7633053064346313, 1.9733893871307373, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.605742335319519, 1.518207311630249, 1.378151297569275, 1.0105042457580566, 0.8179272413253784, 0.5553222298622131, 0.7654062509536743, 0.8879552483558655, 1.0630252361297607, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.378151297569275, 1.0105042457580566, 0.415266215801239, 0.7303922772407532, 0.9404762983322144, 0.03011205606162548, -0.8452380299568176, -0.8627450466156006, -1.4054621458053589, -1.3529410362243652, -1.1778711080551147, -0.26750698685646057, -0.47759100794792175, -0.5126050114631653, -0.37254899740219116, -0.4600839912891388, -0.17997196316719055, -0.12745095789432526, 0.6953782439231873, 0.7478992342948914, 0.45028021931648254, 0.5728292465209961, 1.0105042457580566, 0.8529412746429443, 0.5553222298622131, -0.4600839912891388, -0.5651260018348694, -0.6526610255241394, -1.1428570747375488, -0.6001400351524353, -0.47759100794792175, -0.5826330184936523, -0.5826330184936523, -0.7577030062675476, -0.7752100229263306, -0.8277310132980347, -0.3550419807434082, -0.7577030062675476, -0.5476189851760864, 0.29271721839904785, -0.2499999701976776, -0.9677870869636536, -0.022408949211239815, 0.08263305574655533, -0.4425770044326782, 0.45028021931648254, -0.10994396358728409, 0.8704482913017273, 0.502801239490509, 0.6953782439231873, 0.5378152132034302, -0.42506998777389526, -0.2499999701976776, -0.14495795965194702, 0.2752102017402649, -0.022408949211239815, -0.5826330184936523, 0.6078432202339172, 0.1001400575041771, 0.45028021931648254, 0.17016807198524475, -0.5126050114631653, 0.1001400575041771, 0.4852942228317261, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.6603642702102661, 0.8004202842712402, 0.7829132676124573, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0280113220214844, 1.2556023597717285, 0.9054622650146484, 0.3802522122859955, -0.7226890325546265, -1.6330533027648926, -1.2654061317443848, 0.2577032148838043, 1.2380952835083008, 1.378151297569275, 1.1680673360824585, 1.5707283020019531, 1.7107843160629272, 1.605742335319519, 1.0980392694473267, 1.0805323123931885, 1.1680673360824585, 1.1330533027648926, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 1.6232492923736572, 1.5007003545761108, 0.8179272413253784, 0.6253502368927002, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.3081233501434326, 1.5707283020019531, 1.7983193397521973, 1.815826416015625, 1.5707283020019531, 1.0105042457580566, 1.553221344947815, 1.5707283020019531, 1.5357143878936768, -1.3179271221160889, 0.9929972887039185, 0.8179272413253784, 0.1001400575041771, 0.502801239490509, -0.6001400351524353, -0.022408949211239815, 1.7107843160629272, -0.8452380299568176, 0.18767507374286652, 0.15266107022762299, -0.26750698685646057, 0.8004202842712402, -0.14495795965194702, 1.5007003545761108, 1.0105042457580566, 0.415266215801239, 0.24019621312618256, 1.8858543634414673, 1.3956583738327026, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926], [1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8704482913017273, 0.9579832553863525, 1.1680673360824585, 1.465686321258545, 1.693277359008789, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.7457983493804932, 1.6232492923736572, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.2380952835083008, 1.3081233501434326, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.3081233501434326, 1.465686321258545, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.2906162738800049, 0.9054622650146484, 0.4677872359752655, -0.07492996007204056, -0.26750698685646057, 0.13515406847000122, -0.26750698685646057, -0.6001400351524353, -0.42506998777389526, -0.09243696182966232, 0.502801239490509, 0.7829132676124573, 0.5378152132034302, 1.3081233501434326, 0.9404762983322144, 1.0805323123931885, 1.1155463457107544, 1.0105042457580566, 0.6778712272644043, -0.28501397371292114, 0.20518220961093903, -1.4054621458053589, -0.9677870869636536, -0.6001400351524353, -0.5651260018348694, -0.6001400351524353, -0.7577030062675476, -1.0203081369400024, -0.8452380299568176, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, 0.18767507374286652, -0.4950979948043823, 0.5378152132034302, -0.2499999701976776, -0.4075630009174347, 0.17016807198524475, 0.4677872359752655, -0.09243696182966232, 0.9054622650146484, 0.7829132676124573, 0.2226892113685608, 0.45028021931648254, 0.6953782439231873, 0.6603642702102661, 0.34523820877075195, 0.8354342579841614, 0.520308256149292, -0.022408949211239815, 0.15266107022762299, 0.17016807198524475, 0.3277312219142914, 0.6078432202339172, 0.6778712272644043, 0.34523820877075195, 0.7478992342948914, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7654062509536743, 0.8879552483558655, 0.6428572535514832, 1.0105042457580566, 1.0105042457580566, 0.8879552483558655, 0.6428572535514832, 0.590336263179779, 1.0980392694473267, 0.7128852605819702, -1.2128850221633911, -1.5980392694473267, -1.247899055480957, 0.5553222298622131, 0.3627452254295349, 1.1855742931365967, 0.8179272413253784, 1.2556023597717285, 1.2731093168258667, 1.518207311630249, 1.553221344947815, 1.6582633256912231, 1.465686321258545, 1.2030812501907349, 1.1505602598190308, 1.6582633256912231, 1.605742335319519, 0.5553222298622131, 1.0630252361297607, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.8529412746429443, 1.2030812501907349, 1.0280113220214844, 0.8179272413253784, 0.502801239490509, 0.6953782439231873, 1.0630252361297607, 1.1155463457107544, 1.3081233501434326, 1.3956583738327026, 1.1155463457107544, 0.7829132676124573, 0.9579832553863525, -0.6001400351524353, -1.160364031791687, -0.7752100229263306, 0.18767507374286652, -0.17997196316719055, -0.7226890325546265, 1.5707283020019531, -0.9327731132507324, -0.9152660369873047, -0.6351540088653564, -1.580532193183899, -0.39005598425865173, 0.415266215801239, 0.9754902720451355, 0.2577032148838043, -1.3879550695419312, -0.47759100794792175, 1.5882353782653809, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 1.1505602598190308, 1.693277359008789, 1.8333333730697632, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7457983493804932, 1.640756368637085, 1.483193278312683, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1680673360824585, 1.1330533027648926, 1.2556023597717285, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 0.8354342579841614, 0.15266107022762299, 0.7128852605819702, 0.415266215801239, 0.17016807198524475, 1.2030812501907349, 0.20518220961093903, 1.2731093168258667, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3256303071975708, 1.2556023597717285, 1.3256303071975708, 0.9404762983322144, 1.2556023597717285, 0.45028021931648254, 0.45028021931648254, -0.6176469922065735, 0.13515406847000122, -0.6001400351524353, -0.8977590203285217, -0.7577030062675476, -1.3004200458526611, -0.6526610255241394, -1.2303920984268188, -0.28501397371292114, -0.3550419807434082, 0.5378152132034302, -0.6001400351524353, -0.17997196316719055, 0.3802522122859955, 0.4677872359752655, -0.42506998777389526, -0.3025209903717041, 0.39775922894477844, 0.432773232460022, 0.6603642702102661, -0.0049019488506019115, 0.7478992342948914, 0.3102242052555084, 1.1855742931365967, 0.7303922772407532, 0.6428572535514832, 0.520308256149292, 0.2752102017402649, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.08263305574655533, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.3277312219142914, 0.2577032148838043, 0.5378152132034302, 0.8004202842712402, 0.6953782439231873, 0.5553222298622131, 0.7829132676124573, 0.8004202842712402, 1.1330533027648926, 1.0280113220214844, 1.1855742931365967, 0.9229692816734314, 1.2030812501907349, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, -1.0728291273117065, -1.668067216873169, -1.5455182790756226, -0.4425770044326782, 1.3256303071975708, 0.8529412746429443, 0.9929972887039185, 1.6232492923736572, 1.3606443405151367, 1.6232492923736572, 1.3081233501434326, 1.2556023597717285, 1.3956583738327026, 1.605742335319519, 1.5707283020019531, 1.465686321258545, 1.378151297569275, 1.5007003545761108, 1.4481793642044067, 1.3606443405151367, 1.1330533027648926, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 0.45028021931648254, -0.17997196316719055, 0.15266107022762299, -0.17997196316719055, 0.6953782439231873, 0.9054622650146484, 1.1330533027648926, 0.20518220961093903, -0.7401960492134094, -0.8277310132980347, -0.8802520632743835, -1.247899055480957, -1.0553221702575684, -0.5301120281219482, 1.2556023597717285, -1.335434079170227, -1.1778711080551147, -0.03991595283150673, -1.1253501176834106, -1.7380952835083008, -1.422969102859497, -1.5280112028121948, -0.9327731132507324, -0.8802520632743835, 0.8354342579841614, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.8508403301239014, 1.7983193397521973, 1.6757704019546509, 1.553221344947815, 1.5007003545761108, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2205883264541626, 0.6953782439231873, 0.17016807198524475, 0.13515406847000122, 0.8179272413253784, 0.5378152132034302, 0.7478992342948914, 0.9929972887039185, 0.6253502368927002, 0.5728292465209961, 1.0455182790756226, 1.2731093168258667, 1.2205883264541626, 1.5882353782653809, 1.430672287940979, 1.5007003545761108, 1.430672287940979, 1.4481793642044067, 1.3081233501434326, 1.1330533027648926, 0.8179272413253784, -0.4950979948043823, -0.8277310132980347, -0.1624649614095688, 1.2731093168258667, 0.2577032148838043, -0.5301120281219482, -0.14495795965194702, -0.2499999701976776, -0.7752100229263306, -0.9677870869636536, -1.0903360843658447, 0.3802522122859955, 0.6953782439231873, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.18767507374286652, 0.6078432202339172, 0.8529412746429443, 0.7829132676124573, 0.8354342579841614, 0.6603642702102661, 0.9229692816734314, 0.9929972887039185, 0.7478992342948914, 0.8704482913017273, 0.9754902720451355, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.2752102017402649, 0.45028021931648254, 0.432773232460022, 0.3277312219142914, 0.6778712272644043, 0.7303922772407532, 0.5378152132034302, 0.6953782439231873, 0.7478992342948914, 0.520308256149292, 0.7128852605819702, 0.9579832553863525, 1.0630252361297607, 1.1505602598190308, 0.8704482913017273, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.1855742931365967, 1.0630252361297607, 0.7128852605819702, -0.6876749992370605, -1.6330533027648926, -1.6155462265014648, 0.1001400575041771, -0.14495795965194702, 0.9404762983322144, 1.0455182790756226, 1.378151297569275, 1.5882353782653809, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5007003545761108, 1.2380952835083008, 0.9929972887039185, 1.518207311630249, 1.605742335319519, 1.518207311630249, 1.3606443405151367, 1.1330533027648926, 0.7829132676124573, 1.0980392694473267, 0.9229692816734314, 0.3277312219142914, 1.1505602598190308, 0.7303922772407532, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 1.3606443405151367, 1.815826416015625, 1.5357143878936768, 0.7128852605819702, -0.7752100229263306, -1.160364031791687, -0.6176469922065735, 0.18767507374286652, -0.6176469922065735, -0.7401960492134094, 0.6953782439231873, -0.5126050114631653, -1.2303920984268188, 0.8529412746429443, -0.6876749992370605, -1.4404760599136353, -1.3879550695419312, -1.422969102859497, -1.0728291273117065, -0.8977590203285217, 1.2205883264541626, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.2556023597717285, 1.2906162738800049, 1.465686321258545, 1.7457983493804932, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7983193397521973, 1.7107843160629272, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.4131653308868408, 1.5357143878936768, 1.6757704019546509, 1.728291392326355, 1.6232492923736572, 1.605742335319519, 1.483193278312683, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 0.45028021931648254, 0.18767507374286652, 0.7128852605819702, 1.0455182790756226, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 1.343137264251709, 1.3081233501434326, 1.4131653308868408, 1.465686321258545, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.465686321258545, 1.378151297569275, 1.0455182790756226, 0.2752102017402649, 0.9229692816734314, 0.432773232460022, 0.08263305574655533, -0.3550419807434082, 1.3256303071975708, 0.8704482913017273, 0.5553222298622131, 0.3277312219142914, -0.057422954589128494, 0.03011205606162548, 0.432773232460022, -0.3200279772281647, 0.4852942228317261, 0.2752102017402649, 0.432773232460022, 0.39775922894477844, 0.5728292465209961, 0.9229692816734314, 0.6078432202339172, 0.8179272413253784, 0.520308256149292, 0.9579832553863525, 0.6778712272644043, 0.7478992342948914, 0.8704482913017273, 0.7654062509536743, 0.8004202842712402, 0.4852942228317261, 0.590336263179779, 0.5553222298622131, 0.432773232460022, 0.4677872359752655, 0.34523820877075195, 0.2752102017402649, 0.3802522122859955, 0.8704482913017273, 0.7654062509536743, 0.7128852605819702, 0.6778712272644043, 0.7654062509536743, 0.9579832553863525, 0.8704482913017273, 1.0980392694473267, 1.3256303071975708, 1.430672287940979, 1.0805323123931885, 0.9579832553863525, 1.0980392694473267, 0.9054622650146484, 0.08263305574655533, -1.3879550695419312, -1.6855742931365967, 0.3802522122859955, 0.9579832553863525, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.4481793642044067, 1.343137264251709, 1.465686321258545, 1.483193278312683, 1.6582633256912231, 1.728291392326355, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 0.7829132676124573, 1.465686321258545, 1.5882353782653809, 1.1855742931365967, 0.6778712272644043, 1.693277359008789, 1.2380952835083008, 1.0980392694473267, 0.6778712272644043, 0.6253502368927002, 0.45028021931648254, 0.5378152132034302, 0.8179272413253784, 0.45028021931648254, 0.9054622650146484, 0.5553222298622131, 0.590336263179779, 0.13515406847000122, 1.1855742931365967, -0.9502801299095154, -0.7927170395851135, -0.7577030062675476, -0.8452380299568176, -1.3004200458526611, 0.2752102017402649, 0.45028021931648254, -0.9327731132507324, -0.33753499388694763, -0.39005598425865173, -1.1078431606292725, -1.0553221702575684, -0.7051820158958435, -0.8627450466156006, -0.8627450466156006, 1.1330533027648926, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.2906162738800049, 1.465686321258545, 1.6757704019546509, 1.8508403301239014, 1.9208683967590332, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.8858543634414673, 1.7633053064346313, 1.693277359008789, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.1680673360824585, 1.4481793642044067, 1.465686321258545, 1.693277359008789, 1.518207311630249, 1.605742335319519, 1.6582633256912231, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.1855742931365967, 1.0980392694473267, 1.378151297569275, 1.4131653308868408, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.465686321258545, 1.6232492923736572, 1.5357143878936768, 1.1505602598190308, 1.3081233501434326, 0.7303922772407532, 1.2906162738800049, -0.10994396358728409, 0.6603642702102661, 0.9404762983322144, 1.2556023597717285, 0.6778712272644043, 0.9754902720451355, 0.9054622650146484, 1.1680673360824585, 0.5378152132034302, 0.34523820877075195, -0.0049019488506019115, 0.8704482913017273, 0.432773232460022, 0.8529412746429443, 0.03011205606162548, 0.6603642702102661, 0.7303922772407532, 0.415266215801239, 0.7303922772407532, 0.5728292465209961, 0.9229692816734314, 0.5553222298622131, 0.7303922772407532, 0.7478992342948914, 0.6253502368927002, 0.6953782439231873, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.8879552483558655, 0.4677872359752655, 0.6953782439231873, 0.9754902720451355, 0.6078432202339172, 0.9054622650146484, 0.8179272413253784, 1.0455182790756226, 0.8879552483558655, 1.0455182790756226, 1.3081233501434326, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.0805323123931885, 1.1680673360824585, 0.6428572535514832, -0.5651260018348694, -1.6330533027648926, -0.7401960492134094, 0.9579832553863525, 1.1155463457107544, 1.0280113220214844, 0.590336263179779, 1.0280113220214844, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6757704019546509, 1.605742335319519, 1.1505602598190308, 1.1855742931365967, 1.3256303071975708, 1.6232492923736572, 1.640756368637085, 1.7983193397521973, 0.9054622650146484, 1.2731093168258667, 0.9404762983322144, 0.9754902720451355, 1.3256303071975708, 1.0805323123931885, 1.2906162738800049, 0.20518220961093903, 1.0630252361297607, 0.13515406847000122, 0.8704482913017273, 0.6078432202339172, 1.2556023597717285, 1.1505602598190308, 1.430672287940979, 1.0455182790756226, 0.9229692816734314, 0.0476190559566021, -0.8277310132980347, -0.8277310132980347, -0.4950979948043823, -0.8102240562438965, -1.3004200458526611, -0.28501397371292114, 0.5378152132034302, -1.2128850221633911, -0.5301120281219482, -0.4600839912891388, -0.9852941036224365, -1.0728291273117065, -1.0728291273117065, -1.0378150939941406, -0.4075630009174347, 1.0630252361297607, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885], [1.728291392326355, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.2380952835083008, 1.2556023597717285, 1.5007003545761108, 1.8333333730697632, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.4481793642044067, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.2030812501907349, 1.1330533027648926, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.2380952835083008, 1.4481793642044067, 1.553221344947815, 1.518207311630249, 1.6582633256912231, 1.6582633256912231, 1.605742335319519, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.518207311630249, 1.1505602598190308, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.2906162738800049, 1.2380952835083008, 1.3256303071975708, 1.3081233501434326, 1.0980392694473267, 1.1680673360824585, 1.2380952835083008, 0.9404762983322144, 0.8879552483558655, 0.7128852605819702, 0.9579832553863525, 0.8529412746429443, 0.7303922772407532, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.8879552483558655, 0.9229692816734314, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.6603642702102661, 0.520308256149292, 0.29271721839904785, 0.4677872359752655, 0.7654062509536743, 0.8529412746429443, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 0.8529412746429443, 1.378151297569275, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.3956583738327026, 1.2205883264541626, 1.1855742931365967, 0.9754902720451355, 0.17016807198524475, -0.9852941036224365, -1.1078431606292725, -0.21498596668243408, 0.012605053372681141, 1.0980392694473267, 1.2731093168258667, 1.0630252361297607, 1.0455182790756226, 1.5357143878936768, 1.378151297569275, 1.553221344947815, 1.5707283020019531, 1.7107843160629272, 1.2380952835083008, 1.5707283020019531, 1.553221344947815, 1.465686321258545, 1.518207311630249, 1.430672287940979, 0.9754902720451355, 0.9579832553863525, 0.8354342579841614, 1.2731093168258667, 1.3256303071975708, 0.9929972887039185, 1.3256303071975708, 1.1855742931365967, 1.0630252361297607, 1.0630252361297607, 0.08263305574655533, 1.0105042457580566, 0.6078432202339172, 0.6078432202339172, 1.2030812501907349, 1.1505602598190308, 1.6232492923736572, 1.1330533027648926, 1.605742335319519, 1.3081233501434326, 0.8529412746429443, -0.5126050114631653, -1.3529410362243652, -1.1078431606292725, -1.2303920984268188, -1.3879550695419312, -1.2654061317443848, 0.2752102017402649, -1.422969102859497, -0.8102240562438965, -0.33753499388694763, -0.6526610255241394, -1.0028010606765747, -0.9327731132507324, -1.0903360843658447, 0.18767507374286652, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607], [1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.378151297569275, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.1505602598190308, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1330533027648926, 0.8879552483558655, 0.8704482913017273, 0.9404762983322144, 0.8179272413253784, 0.8704482913017273, 1.1680673360824585, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.553221344947815, 1.6582633256912231, 1.693277359008789, 1.6232492923736572, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.2556023597717285, 1.3606443405151367, 1.430672287940979, 1.2380952835083008, 1.0105042457580566, 1.3081233501434326, 1.0105042457580566, 0.9404762983322144, 1.0105042457580566, 0.9579832553863525, 1.0105042457580566, 0.7829132676124573, 0.2577032148838043, 0.6953782439231873, 0.8179272413253784, 0.7303922772407532, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.6253502368927002, 0.7478992342948914, 0.6603642702102661, 0.4677872359752655, 0.8004202842712402, 0.8879552483558655, 0.8179272413253784, 0.9404762983322144, 0.8879552483558655, 0.6953782439231873, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.6953782439231873, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 0.9404762983322144, 1.1855742931365967, 0.7303922772407532, -0.8627450466156006, -1.2654061317443848, -1.160364031791687, 0.4852942228317261, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.378151297569275, 1.3956583738327026, 1.605742335319519, 1.3081233501434326, 1.6232492923736572, 1.2205883264541626, 1.430672287940979, 1.553221344947815, 1.6582633256912231, 0.8704482913017273, 0.7128852605819702, 1.2906162738800049, 1.1330533027648926, 0.9754902720451355, 1.2556023597717285, 1.518207311630249, 1.1330533027648926, 1.343137264251709, 1.1855742931365967, 1.4131653308868408, 1.2556023597717285, 0.7478992342948914, 1.2030812501907349, 0.5553222298622131, 0.8704482913017273, 0.7128852605819702, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.0455182790756226, 1.605742335319519, 0.8879552483558655, 1.378151297569275, 0.5553222298622131, -0.6351540088653564, -1.5105042457580566, -1.282913088798523, -1.1428570747375488, -1.335434079170227, -1.160364031791687, -0.09243696182966232, -1.4754900932312012, -1.0028010606765747, -0.42506998777389526, -0.6001400351524353, -0.6176469922065735, -0.9152660369873047, -1.0028010606765747, 0.9054622650146484, 1.0805323123931885, 1.0630252361297607], [1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.2556023597717285, 1.3956583738327026, 1.5882353782653809, 1.7633053064346313, 1.8858543634414673, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.8508403301239014, 1.780812382698059, 1.693277359008789, 1.6232492923736572, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2380952835083008, 1.0980392694473267, 0.9754902720451355, 1.1855742931365967, 1.0105042457580566, 1.0805323123931885, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.5007003545761108, 1.6582633256912231, 1.3956583738327026, 1.378151297569275, 1.3081233501434326, 1.2556023597717285, 1.378151297569275, 1.1855742931365967, 1.2030812501907349, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2030812501907349, 0.8879552483558655, 1.0455182790756226, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.7128852605819702, 0.8004202842712402, 1.0105042457580566, 0.590336263179779, 0.7303922772407532, 0.8004202842712402, 0.8004202842712402, 0.7128852605819702, 0.7303922772407532, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.6078432202339172, 0.9229692816734314, 1.0805323123931885, 0.9054622650146484, 0.8354342579841614, 1.1330533027648926, 1.0280113220214844, 0.7128852605819702, 1.0280113220214844, 1.1855742931365967, 1.1680673360824585, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 0.6953782439231873, -0.7927170395851135, -1.720588207244873, -0.5826330184936523, 0.18767507374286652, 0.9054622650146484, 0.8879552483558655, 1.3081233501434326, 1.483193278312683, 0.8354342579841614, 1.3606443405151367, 1.3256303071975708, 1.5357143878936768, 1.5707283020019531, 1.1855742931365967, 1.0630252361297607, 1.465686321258545, 0.9579832553863525, 1.2906162738800049, 0.7829132676124573, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.0455182790756226, 1.2205883264541626, 1.3081233501434326, 1.430672287940979, 0.6603642702102661, 1.0455182790756226, 1.2380952835083008, 0.7478992342948914, 1.1680673360824585, 1.0630252361297607, 1.1680673360824585, 1.3956583738327026, 1.5007003545761108, 0.8879552483558655, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.2030812501907349, 1.2205883264541626, 0.415266215801239, -0.07492996007204056, -1.422969102859497, -1.370448112487793, -1.247899055480957, -1.3529410362243652, -1.0728291273117065, -0.9502801299095154, -1.5455182790756226, -0.8452380299568176, -0.6176469922065735, -0.7226890325546265, -0.28501397371292114, -1.0903360843658447, -1.160364031791687, 1.2030812501907349, 1.0280113220214844], [1.6582633256912231, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.5007003545761108, 1.6232492923736572, 1.728291392326355, 1.868347406387329, 1.8858543634414673, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7107843160629272, 1.7107843160629272, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.343137264251709, 1.343137264251709, 1.1330533027648926, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 0.8179272413253784, 0.6778712272644043, 0.8529412746429443, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.0805323123931885, 1.2030812501907349, 0.6953782439231873, 0.7829132676124573, 1.0280113220214844, 1.1155463457107544, 1.2731093168258667, 0.9404762983322144, 1.0805323123931885, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5882353782653809, 1.430672287940979, 1.343137264251709, 1.4131653308868408, 1.5707283020019531, 1.4131653308868408, 1.1680673360824585, 1.0630252361297607, 0.9579832553863525, 1.3256303071975708, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 0.9229692816734314, 0.7128852605819702, 0.9229692816734314, 0.9404762983322144, 0.34523820877075195, 0.03011205606162548, 0.9404762983322144, 0.45028021931648254, 0.7478992342948914, 0.6428572535514832, 0.7829132676124573, 0.502801239490509, 0.6428572535514832, 0.9054622650146484, 0.8879552483558655, 0.7829132676124573, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.9404762983322144, 0.6603642702102661, 0.7128852605819702, 0.6603642702102661, 0.9404762983322144, 0.590336263179779, 0.9929972887039185, -0.0049019488506019115, 0.8879552483558655, 0.8529412746429443, 0.7478992342948914, 1.2556023597717285, 1.3606443405151367, 1.2731093168258667, 1.3606443405151367, 1.2380952835083008, 1.3956583738327026, 1.2731093168258667, 1.2906162738800049, 0.6778712272644043, -0.10994396358728409, -1.5280112028121948, -1.4404760599136353, 0.415266215801239, 0.45028021931648254, 0.6428572535514832, 1.2205883264541626, 0.6778712272644043, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.7107843160629272, 1.378151297569275, 1.3081233501434326, 1.483193278312683, 1.3256303071975708, 1.2906162738800049, 1.0980392694473267, 1.378151297569275, 1.3606443405151367, 0.8879552483558655, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2205883264541626, 0.45028021931648254, 0.8879552483558655, 1.2380952835083008, 0.7829132676124573, 0.590336263179779, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.6428572535514832, 0.7478992342948914, 0.415266215801239, 0.7654062509536743, 0.8529412746429443, 0.6253502368927002, 0.6778712272644043, 1.1155463457107544, 0.1001400575041771, 0.1001400575041771, -0.3025209903717041, -1.3004200458526611, -1.3879550695419312, -1.2654061317443848, -1.0553221702575684, -1.1253501176834106, -1.3879550695419312, -1.0728291273117065, -1.0203081369400024, -0.5826330184936523, -0.6701680421829224, -0.9502801299095154, -1.2128850221633911, -1.0028010606765747, 1.9558824300765991], [1.605742335319519, 1.5882353782653809, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3606443405151367, 1.5707283020019531, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.640756368637085, 1.553221344947815, 1.483193278312683, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.2906162738800049, 1.3256303071975708, 1.2906162738800049, 1.3256303071975708, 1.1505602598190308, 1.0805323123931885, 1.2731093168258667, 1.2380952835083008, 1.0105042457580566, 0.9929972887039185, 0.8529412746429443, 1.1330533027648926, 1.3256303071975708, 1.2556023597717285, 1.2205883264541626, 1.343137264251709, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.0630252361297607, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.6953782439231873, 0.6078432202339172, 0.520308256149292, 0.3627452254295349, 0.520308256149292, 0.5553222298622131, 0.4852942228317261, 0.4677872359752655, 0.7654062509536743, 0.7829132676124573, 0.6253502368927002, 0.7478992342948914, 0.8529412746429443, 0.7128852605819702, 0.6078432202339172, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.7303922772407532, 0.590336263179779, 0.8529412746429443, 0.8704482913017273, 0.5553222298622131, 0.5553222298622131, 0.8704482913017273, 0.8879552483558655, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.3606443405151367, 1.465686321258545, 1.4481793642044067, 1.2906162738800049, 1.0280113220214844, 0.17016807198524475, -1.6505602598190308, -1.2303920984268188, -0.8977590203285217, -0.7226890325546265, 0.8704482913017273, 0.8179272413253784, 0.8879552483558655, 1.343137264251709, 1.6757704019546509, 1.2556023597717285, 1.0630252361297607, 1.2556023597717285, 1.5357143878936768, 1.1855742931365967, 1.1505602598190308, 1.2030812501907349, 1.553221344947815, 1.0805323123931885, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.2030812501907349, 0.9579832553863525, 0.8879552483558655, 0.6603642702102661, 0.7128852605819702, 0.432773232460022, 0.6953782439231873, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.6253502368927002, 0.5378152132034302, 0.7654062509536743, 0.3802522122859955, 0.2752102017402649, 0.9054622650146484, 0.24019621312618256, 0.7829132676124573, 0.6953782439231873, -0.5126050114631653, -1.1253501176834106, -1.422969102859497, -1.247899055480957, -1.3004200458526611, -1.1778711080551147, -1.3879550695419312, -1.195378065109253, -0.8277310132980347, -0.6701680421829224, -0.7752100229263306, -1.0378150939941406, -1.0728291273117065, -0.42506998777389526], [1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.4131653308868408, 1.7107843160629272, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2731093168258667, 1.1505602598190308, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.1680673360824585, 0.9929972887039185, 0.9054622650146484, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.1505602598190308, 1.4131653308868408, 1.2556023597717285, 1.3956583738327026, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.343137264251709, 1.2380952835083008, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 0.8529412746429443, 1.0980392694473267, 1.2205883264541626, 1.3956583738327026, 1.430672287940979, 1.343137264251709, 1.1330533027648926, 1.3606443405151367, 0.7478992342948914, 1.2030812501907349, 1.1855742931365967, 0.9929972887039185, 0.9404762983322144, 1.0280113220214844, 0.8529412746429443, 0.8879552483558655, 0.7128852605819702, 0.8529412746429443, 0.7128852605819702, 0.7654062509536743, 0.6953782439231873, 0.3627452254295349, 0.2226892113685608, 0.4852942228317261, 0.3102242052555084, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.6953782439231873, 0.7829132676124573, 0.9404762983322144, 0.8004202842712402, 0.8354342579841614, 0.7303922772407532, 0.5378152132034302, 0.6603642702102661, 0.432773232460022, 0.7303922772407532, 0.502801239490509, 0.7478992342948914, 0.8879552483558655, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.483193278312683, 1.3081233501434326, 1.1855742931365967, 1.2556023597717285, 1.1155463457107544, 0.1001400575041771, -1.3179271221160889, -1.5280112028121948, -0.5651260018348694, -0.8102240562438965, -0.022408949211239815, 0.9929972887039185, 1.518207311630249, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.0455182790756226, 1.465686321258545, 1.0455182790756226, 1.2556023597717285, 1.1330533027648926, 1.3081233501434326, 0.7829132676124573, 0.9929972887039185, 1.0980392694473267, 1.2731093168258667, 1.0805323123931885, 1.6232492923736572, 0.9929972887039185, 1.1855742931365967, 0.9929972887039185, 0.9229692816734314, 0.7829132676124573, 0.7654062509536743, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.6603642702102661, 0.9404762983322144, 0.5553222298622131, 0.7128852605819702, 0.5378152132034302, 1.0455182790756226, 1.0455182790756226, 1.1505602598190308, 1.1155463457107544, -0.2499999701976776, -1.0378150939941406, -1.6155462265014648, -1.1253501176834106, -1.2128850221633911, -1.0553221702575684, -1.2303920984268188, -1.0903360843658447, -1.2303920984268188, -0.6526610255241394, -0.42506998777389526, -1.1078431606292725, -1.0903360843658447], [1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.5882353782653809, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.2731093168258667, 1.2556023597717285, 1.1330533027648926, 1.1680673360824585, 1.1330533027648926, 1.2205883264541626, 1.3956583738327026, 1.343137264251709, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2030812501907349, 1.2380952835083008, 1.1505602598190308, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.2380952835083008, 0.8179272413253784, 0.6778712272644043, 1.1330533027648926, 1.2030812501907349, 0.8879552483558655, 0.8354342579841614, 0.9229692816734314, 0.6603642702102661, 0.502801239490509, 0.6428572535514832, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.7478992342948914, 0.8529412746429443, 0.590336263179779, 0.3627452254295349, 0.9579832553863525, 0.520308256149292, 0.2577032148838043, 0.8879552483558655, 0.39775922894477844, 0.8529412746429443, 0.45028021931648254, 0.5378152132034302, 0.4852942228317261, 1.0105042457580566, 0.9754902720451355, 0.8179272413253784, 0.9054622650146484, 0.9229692816734314, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.3256303071975708, 1.2030812501907349, 1.483193278312683, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 0.8004202842712402, -0.9852941036224365, -1.335434079170227, -1.282913088798523, -0.28501397371292114, -0.0049019488506019115, 0.9929972887039185, 0.7829132676124573, 0.5728292465209961, 0.9404762983322144, 1.2380952835083008, 0.8879552483558655, 1.0980392694473267, 1.0980392694473267, 0.8529412746429443, 0.8529412746429443, 0.7654062509536743, 0.8529412746429443, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.2906162738800049, 0.6428572535514832, 0.9754902720451355, 0.9054622650146484, 0.6078432202339172, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.7654062509536743, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.7654062509536743, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 0.8179272413253784, -1.282913088798523, -1.580532193183899, -1.3004200458526611, -1.1778711080551147, -1.1428570747375488, -1.2303920984268188, -1.0903360843658447, -1.6330533027648926, -0.057422954589128494, -0.6176469922065735, -1.0903360843658447], [1.518207311630249, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1505602598190308, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 0.9404762983322144, 1.430672287940979, 1.5007003545761108, 1.0280113220214844, 0.9404762983322144, 1.1680673360824585, 0.8879552483558655, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.0805323123931885, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.3606443405151367, 1.2556023597717285, 1.343137264251709, 1.1155463457107544, 1.1680673360824585, 1.1330533027648926, 0.9754902720451355, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9404762983322144, 1.1855742931365967, 1.2731093168258667, 0.8704482913017273, 0.8704482913017273, 1.2556023597717285, 1.0455182790756226, 0.9929972887039185, 1.0980392694473267, 0.9929972887039185, 0.9229692816734314, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7303922772407532, 0.8879552483558655, 0.7303922772407532, 0.6778712272644043, 0.9054622650146484, 1.0280113220214844, 0.9929972887039185, 0.415266215801239, 0.502801239490509, 0.6953782439231873, 0.7303922772407532, 0.3277312219142914, 0.4852942228317261, 0.5728292465209961, 0.7829132676124573, 0.6078432202339172, 0.3627452254295349, 0.6428572535514832, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.5357143878936768, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.378151297569275, 1.465686321258545, 1.0980392694473267, -0.2499999701976776, -1.1253501176834106, -1.7380952835083008, -0.3550419807434082, -0.5301120281219482, 0.24019621312618256, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.8004202842712402, 0.8529412746429443, 1.1855742931365967, 1.1155463457107544, 1.1505602598190308, 0.8354342579841614, 0.8004202842712402, 1.3081233501434326, 0.9404762983322144, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 0.7829132676124573, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0980392694473267, 1.0280113220214844, 1.1155463457107544, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.4131653308868408, -1.0203081369400024, -1.4929972887039185, -1.370448112487793, -1.2654061317443848, -1.2303920984268188, -1.247899055480957, -1.2128850221633911, -1.5105042457580566, 0.6428572535514832, -0.8102240562438965], [1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.5707283020019531, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.2731093168258667, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.0630252361297607, 0.9229692816734314, 1.0280113220214844, 1.1680673360824585, 1.2205883264541626, 1.1680673360824585, 1.0805323123931885, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.430672287940979, 1.2731093168258667, 1.3256303071975708, 1.2380952835083008, 1.1505602598190308, 1.0455182790756226, 0.9929972887039185, 1.1505602598190308, 0.9929972887039185, 1.1855742931365967, 1.2731093168258667, 0.9929972887039185, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.0980392694473267, 1.0630252361297607, 0.8004202842712402, 0.9229692816734314, 0.7829132676124573, 0.5728292465209961, 0.7128852605819702, 0.8704482913017273, 0.8879552483558655, 0.7654062509536743, 0.6953782439231873, 0.7478992342948914, 0.8529412746429443, 0.6953782439231873, 0.7478992342948914, 0.4677872359752655, 0.3627452254295349, 0.5553222298622131, 0.4852942228317261, 0.39775922894477844, 0.45028021931648254, 0.590336263179779, 0.6078432202339172, 0.7829132676124573, 0.7829132676124573, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.3606443405151367, 1.2906162738800049, 1.483193278312683, 1.2556023597717285, 0.8879552483558655, -0.7927170395851135, -1.370448112487793, -1.5630252361297607, -0.7401960492134094, -0.057422954589128494, 0.3802522122859955, 0.5728292465209961, 0.6428572535514832, 0.5728292465209961, 0.8704482913017273, 0.8704482913017273, 1.0630252361297607, 0.8354342579841614, 1.1855742931365967, 0.7303922772407532, 0.7654062509536743, 1.2030812501907349, 0.9929972887039185, 1.0455182790756226, 0.17016807198524475, 0.9054622650146484, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.6428572535514832, -1.422969102859497, -1.5630252361297607, -1.3879550695419312, -1.3179271221160889, -1.3004200458526611, -1.3179271221160889, -1.370448112487793, 0.6778712272644043], [1.4481793642044067, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.605742335319519, 1.5882353782653809, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4481793642044067, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.8879552483558655, 0.8179272413253784, 1.0980392694473267, 1.2906162738800049, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.2030812501907349, 1.2731093168258667, 1.2030812501907349, 1.4131653308868408, 1.430672287940979, 0.9229692816734314, 0.8529412746429443, 0.8354342579841614, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.2380952835083008, 1.1155463457107544, 1.2380952835083008, 1.1680673360824585, 1.0455182790756226, 1.0805323123931885, 1.2205883264541626, 1.343137264251709, 0.9754902720451355, 1.1330533027648926, 0.9229692816734314, 0.7829132676124573, 0.9579832553863525, 1.0630252361297607, 0.9929972887039185, 0.8354342579841614, 0.6428572535514832, 0.590336263179779, 1.1155463457107544, 0.7829132676124573, 0.7654062509536743, 0.5728292465209961, 0.6603642702102661, 0.7829132676124573, 0.520308256149292, 0.5378152132034302, 0.7128852605819702, 0.5553222298622131, 0.6603642702102661, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8004202842712402, 0.9754902720451355, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 1.0630252361297607, 1.3606443405151367, 1.2205883264541626, 1.2030812501907349, 1.3081233501434326, 1.4481793642044067, 1.3606443405151367, 1.4131653308868408, 1.3606443405151367, 1.2731093168258667, 0.7303922772407532, -0.8277310132980347, -1.0203081369400024, -1.1778711080551147, -0.6526610255241394, 0.012605053372681141, -0.7577030062675476, -0.28501397371292114, 0.6603642702102661, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 0.9054622650146484, 0.9754902720451355, 0.8179272413253784, 0.5378152132034302, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.2380952835083008, -0.057422954589128494, -1.4404760599136353, -1.4054621458053589, -1.3179271221160889, -1.247899055480957, -1.370448112487793, -1.335434079170227], [1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6232492923736572, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2030812501907349, 1.2205883264541626, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.8004202842712402, 1.0980392694473267, 1.1330533027648926, 1.3256303071975708, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.2731093168258667, 1.0980392694473267, 1.1330533027648926, 0.8179272413253784, 0.9054622650146484, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2906162738800049, 1.2030812501907349, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.343137264251709, 1.2205883264541626, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 0.9229692816734314, 0.6603642702102661, 1.1155463457107544, 0.8879552483558655, 0.45028021931648254, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.8704482913017273, 0.9229692816734314, 0.520308256149292, 0.5378152132034302, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.7478992342948914, 0.9579832553863525, 0.8529412746429443, 0.8879552483558655, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.9579832553863525, 1.1505602598190308, 1.4481793642044067, 1.1855742931365967, 1.0455182790756226, 1.2380952835083008, 1.343137264251709, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.2030812501907349, 0.7478992342948914, -0.8452380299568176, -1.3004200458526611, -0.5126050114631653, -1.0378150939941406, -1.3179271221160889, 0.4677872359752655, 0.520308256149292, 0.9929972887039185, 0.8354342579841614, 0.8004202842712402, 1.0630252361297607, 0.9579832553863525, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.0805323123931885, 1.2205883264541626, -0.2499999701976776, -1.720588207244873, -1.457983136177063, -1.370448112487793, -1.422969102859497], [1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.465686321258545, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.8704482913017273, 0.39775922894477844, 0.9929972887039185, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.0455182790756226, 1.1855742931365967, 1.2030812501907349, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.2380952835083008, 0.9754902720451355, 1.0805323123931885, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.343137264251709, 1.1680673360824585, 1.1505602598190308, 0.9579832553863525, 0.7654062509536743, 1.343137264251709, 1.1855742931365967, 0.8179272413253784, 0.7303922772407532, 1.0280113220214844, 0.8179272413253784, 0.8004202842712402, 0.7303922772407532, 0.7478992342948914, 0.4677872359752655, 0.6603642702102661, 0.3802522122859955, 0.6253502368927002, 0.7128852605819702, 0.7829132676124573, 0.7128852605819702, 0.8529412746429443, 0.8179272413253784, 0.7303922772407532, 0.5728292465209961, 0.9404762983322144, 0.6078432202339172, 0.7654062509536743, 1.0105042457580566, 1.0630252361297607, 1.0105042457580566, 1.2380952835083008, 0.8354342579841614, 1.0980392694473267, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.3081233501434326, 1.3956583738327026, 0.8354342579841614, 0.2226892113685608, -1.1078431606292725, -1.5105042457580566, -1.0553221702575684, -0.6701680421829224, -0.03991595283150673, 0.3802522122859955, 0.9404762983322144, 0.8179272413253784, 0.8879552483558655, 1.0630252361297607, 0.8354342579841614, 0.6253502368927002, 0.8879552483558655, 0.8879552483558655, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 0.2577032148838043, -1.5455182790756226, -1.370448112487793], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.5357143878936768, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.4481793642044067, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.2380952835083008, 1.2556023597717285, 1.1330533027648926, 1.1330533027648926, 1.0630252361297607, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.0805323123931885, 1.0455182790756226, 1.2731093168258667, 1.3081233501434326, 1.2380952835083008, 1.0980392694473267, 1.0280113220214844, 0.8354342579841614, 0.9579832553863525, 0.9929972887039185, 0.8879552483558655, 0.7829132676124573, 0.7478992342948914, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.2205883264541626, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2380952835083008, 1.2906162738800049, 1.2030812501907349, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 1.0805323123931885, 0.7654062509536743, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.502801239490509, 0.8704482913017273, 0.5728292465209961, 0.6428572535514832, 0.8879552483558655, 0.8879552483558655, 0.7478992342948914, 0.6428572535514832, 0.7303922772407532, 0.8879552483558655, 0.6953782439231873, 0.502801239490509, 0.9929972887039185, 0.6953782439231873, 0.9929972887039185, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.465686321258545, 1.4131653308868408, 1.4481793642044067, 1.2556023597717285, 1.0980392694473267, -0.3200279772281647, -1.195378065109253, -1.457983136177063, -1.580532193183899, -0.7401960492134094, -0.09243696182966232, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.9754902720451355, -0.37254899740219116, 0.7128852605819702, 0.7654062509536743, 1.1680673360824585, 1.1855742931365967, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.1330533027648926], [1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.6757704019546509, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1155463457107544, 1.0630252361297607, 1.0980392694473267, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.2906162738800049, 1.2906162738800049, 0.9929972887039185, 1.0805323123931885, 0.9229692816734314, 0.9929972887039185, 0.7128852605819702, 0.6953782439231873, 0.9929972887039185, 0.590336263179779, 0.6253502368927002, 1.0805323123931885, 0.9754902720451355, 1.1330533027648926, 1.0980392694473267, 1.2731093168258667, 1.2556023597717285, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 1.2205883264541626, 1.3606443405151367, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 1.0280113220214844, 1.1155463457107544, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.7654062509536743, 0.8354342579841614, 0.7128852605819702, 0.6428572535514832, 0.7478992342948914, 0.7128852605819702, 0.9579832553863525, 0.8179272413253784, 1.0455182790756226, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 1.0105042457580566, 0.6078432202339172, 0.8354342579841614, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.0630252361297607, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.5007003545761108, 1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.2731093168258667, 0.6253502368927002, -0.3025209903717041, -1.1253501176834106, -1.2303920984268188, -1.4929972887039185, -0.6176469922065735, -0.4425770044326782, -0.03991595283150673, 0.6078432202339172, -0.4425770044326782, 0.08263305574655533, 0.5728292465209961, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185], [1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.465686321258545, 1.640756368637085, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.1680673360824585, 1.0630252361297607, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 0.8704482913017273, 1.0980392694473267, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 1.0630252361297607, 0.6603642702102661, 0.6778712272644043, 0.9929972887039185, 0.590336263179779, 0.590336263179779, 0.7303922772407532, 0.9054622650146484, 0.6603642702102661, 0.8004202842712402, 0.8529412746429443, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.0630252361297607, 1.0280113220214844, 1.2030812501907349, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.2380952835083008, 0.8179272413253784, 1.0980392694473267, 1.1155463457107544, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 0.9404762983322144, 0.8879552483558655, 0.9579832553863525, 0.8529412746429443, 0.8004202842712402, 0.6953782439231873, 0.590336263179779, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.6778712272644043, 1.0105042457580566, 0.7829132676124573, 0.8879552483558655, 0.8179272413253784, 0.7128852605819702, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 0.432773232460022, 1.1155463457107544, 0.6778712272644043, 1.1680673360824585, 1.0980392694473267, 1.2030812501907349, 1.1155463457107544, 1.2731093168258667, 1.3606443405151367, 1.3256303071975708, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 0.9229692816734314, 0.3802522122859955, -0.10994396358728409, -0.7226890325546265, -1.1778711080551147, -0.9502801299095154, -0.14495795965194702, -0.47759100794792175, -0.26750698685646057, 0.15266107022762299, 1.0805323123931885, 1.3256303071975708, 1.1330533027648926, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525], [1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.553221344947815, 1.5007003545761108, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.1330533027648926, 1.0805323123931885, 1.0105042457580566, 0.9404762983322144, 1.1855742931365967, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 0.9929972887039185, 0.7829132676124573, 0.6603642702102661, 0.5378152132034302, 0.7478992342948914, 0.6428572535514832, 0.4677872359752655, 0.6603642702102661, 1.0280113220214844, 0.8704482913017273, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.502801239490509, 0.6428572535514832, 0.8179272413253784, 0.9054622650146484, 0.7303922772407532, 0.7303922772407532, 0.9054622650146484, 1.0105042457580566, 1.1330533027648926, 0.9929972887039185, 1.0980392694473267, 0.8354342579841614, 0.7654062509536743, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 1.0980392694473267, 1.0455182790756226, 0.9054622650146484, 0.8004202842712402, 0.7829132676124573, 1.1855742931365967, 0.9754902720451355, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.8004202842712402, 0.9054622650146484, 0.9054622650146484, 0.8354342579841614, 0.8529412746429443, 0.7128852605819702, 0.8529412746429443, 1.0105042457580566, 0.6778712272644043, 0.6253502368927002, 0.502801239490509, 0.9054622650146484, 0.45028021931648254, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.2556023597717285, 1.2380952835083008, 1.3081233501434326, 1.4481793642044067, 1.4131653308868408, 1.465686321258545, 1.378151297569275, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.2556023597717285, 1.1855742931365967, 1.0980392694473267, 0.6778712272644043, 0.4677872359752655, 0.34523820877075195, 0.9929972887039185, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.1855742931365967, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144], [1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5707283020019531, 1.5357143878936768, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.2906162738800049, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.8704482913017273, 1.0280113220214844, 1.0455182790756226, 1.1855742931365967, 1.1330533027648926, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.2731093168258667, 1.3081233501434326, 1.2205883264541626, 1.2205883264541626, 1.0805323123931885, 0.8354342579841614, 0.6953782439231873, 0.8179272413253784, 0.4677872359752655, 0.8179272413253784, 0.9404762983322144, 0.9754902720451355, 0.7478992342948914, 0.502801239490509, 0.6078432202339172, 1.0805323123931885, 0.8879552483558655, 1.0280113220214844, 0.7478992342948914, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 0.7654062509536743, 0.7478992342948914, 0.6078432202339172, 0.5728292465209961, 0.9229692816734314, 0.9929972887039185, 1.0455182790756226, 0.6603642702102661, 0.8354342579841614, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6253502368927002, 0.9579832553863525, 1.0805323123931885, 0.8704482913017273, 0.7303922772407532, 0.9229692816734314, 0.7829132676124573, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 1.0105042457580566, 0.9754902720451355, 0.6778712272644043, 0.6253502368927002, 0.7478992342948914, 0.6078432202339172, 0.502801239490509, 0.7303922772407532, 0.45028021931648254, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 0.9579832553863525, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.2380952835083008, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.343137264251709, 1.2380952835083008, 1.3081233501434326, 1.553221344947815, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484], [1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.1155463457107544, 1.1855742931365967, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9404762983322144, 0.9754902720451355, 0.8354342579841614, 0.7478992342948914, 0.29271721839904785, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.0105042457580566, 1.2556023597717285, 1.1330533027648926, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0630252361297607, 0.9929972887039185, 1.0805323123931885, 1.1680673360824585, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 0.7654062509536743, 0.7829132676124573, 0.6603642702102661, 0.9754902720451355, 0.8529412746429443, 0.7478992342948914, 0.8179272413253784, 0.6253502368927002, 0.6253502368927002, 0.7478992342948914, 0.9054622650146484, 0.7654062509536743, 0.7128852605819702, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.8529412746429443, 0.9929972887039185, 0.9754902720451355, 0.8004202842712402, 0.9404762983322144, 0.8529412746429443, 0.6428572535514832, 0.5728292465209961, 0.6953782439231873, 0.39775922894477844, 0.2577032148838043, 0.5728292465209961, 0.9579832553863525, 1.0805323123931885, 1.1505602598190308, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.1330533027648926, 1.3606443405151367, 1.4481793642044067, 1.2205883264541626, 1.343137264251709, 1.605742335319519, 1.3956583738327026, 1.483193278312683, 1.4131653308868408, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.2731093168258667, 1.378151297569275, 1.4131653308868408, 1.5007003545761108, 1.2380952835083008, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314], [1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.780812382698059, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1155463457107544, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.8179272413253784, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 1.0280113220214844, 0.8354342579841614, 0.7303922772407532, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9929972887039185, 0.9054622650146484, 0.6778712272644043, 0.9054622650146484, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 1.0455182790756226, 0.9579832553863525, 0.8704482913017273, 0.7303922772407532, 0.8179272413253784, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.8004202842712402, 0.7654062509536743, 0.8704482913017273, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 0.9929972887039185, 1.1505602598190308, 0.9579832553863525, 1.0805323123931885, 0.9404762983322144, 1.1855742931365967, 0.9054622650146484, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.7303922772407532, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.7303922772407532, 0.45028021931648254, 0.24019621312618256, 0.6078432202339172, 0.18767507374286652, 0.6778712272644043, 0.8704482913017273, 0.7478992342948914, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9929972887039185, 1.1330533027648926, 1.2380952835083008, 1.3081233501434326, 1.2556023597717285, 1.0630252361297607, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.4481793642044067, 1.0280113220214844, 1.4481793642044067, 1.4481793642044067, 1.2731093168258667, 1.3081233501434326, 1.4481793642044067, 1.465686321258545, 1.2731093168258667, 1.1855742931365967, 1.3081233501434326, 1.343137264251709, 1.2380952835083008, 1.2380952835083008, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484], [1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.5357143878936768, 1.6582633256912231, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3081233501434326, 1.2556023597717285, 1.0805323123931885, 1.0105042457580566, 0.8529412746429443, 0.7128852605819702, 0.8179272413253784, 0.8879552483558655, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8004202842712402, 0.9054622650146484, 0.7303922772407532, 0.6428572535514832, 0.7303922772407532, 0.8004202842712402, 0.7654062509536743, 0.6078432202339172, 0.3802522122859955, 0.7303922772407532, 0.8004202842712402, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 1.0630252361297607, 0.9754902720451355, 1.0455182790756226, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9929972887039185, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 1.1330533027648926, 1.0455182790756226, 1.0455182790756226, 1.2030812501907349, 1.0980392694473267, 0.8179272413253784, 1.0455182790756226, 1.0105042457580566, 0.7654062509536743, 0.8529412746429443, 0.8704482913017273, 1.2205883264541626, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7128852605819702, 0.9579832553863525, 0.6778712272644043, 0.502801239490509, 0.34523820877075195, 0.502801239490509, 0.7128852605819702, 0.9054622650146484, 0.9054622650146484, 1.0105042457580566, 1.0455182790756226, 0.7654062509536743, 1.0105042457580566, 1.0980392694473267, 1.2556023597717285, 1.1505602598190308, 1.2556023597717285, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.343137264251709, 0.9229692816734314, 1.5007003545761108, 1.378151297569275, 1.4131653308868408, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273], [0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.5882353782653809, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.0455182790756226, 0.9754902720451355, 0.6778712272644043, 0.7128852605819702, 0.9579832553863525, 0.6078432202339172, 0.6428572535514832, 0.432773232460022, 0.39775922894477844, 0.6603642702102661, 0.9404762983322144, 0.18767507374286652, 0.29271721839904785, 0.8879552483558655, 0.7654062509536743, 0.39775922894477844, 0.8879552483558655, 0.9404762983322144, 0.7654062509536743, 1.0980392694473267, 0.6603642702102661, 0.7654062509536743, 1.1330533027648926, 0.6078432202339172, 0.8179272413253784, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.1505602598190308, 0.9054622650146484, 0.9579832553863525, 1.0980392694473267, 1.1155463457107544, 1.2556023597717285, 1.3081233501434326, 0.9054622650146484, 1.0105042457580566, 1.0280113220214844, 0.8529412746429443, 1.0280113220214844, 0.7478992342948914, 0.6778712272644043, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 1.0805323123931885, 0.7303922772407532, 0.7303922772407532, 0.5553222298622131, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.5728292465209961, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.6778712272644043, 1.0805323123931885, 1.0455182790756226, 1.1330533027648926, 1.2205883264541626, 1.0630252361297607, 1.1330533027648926, 0.9054622650146484, 1.378151297569275, 1.2731093168258667, 1.1155463457107544, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.2731093168258667, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.0805323123931885, 0.9754902720451355, 0.9579832553863525, 0.8529412746429443, 0.8179272413253784, 0.9754902720451355, 0.8529412746429443, 1.2731093168258667, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 0.9229692816734314, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.9054622650146484, 0.7829132676124573, 0.9229692816734314, 0.7128852605819702, 0.8179272413253784, 0.9754902720451355, 0.8879552483558655, 0.8879552483558655, 0.7654062509536743, 0.7303922772407532, 0.5728292465209961, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 0.9754902720451355, 1.0455182790756226, 1.1330533027648926, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.9929972887039185, 0.7829132676124573, 1.0630252361297607, 1.343137264251709, 1.0280113220214844, 0.9229692816734314, 0.6603642702102661, 0.520308256149292, 0.8879552483558655, 0.8529412746429443, 0.9754902720451355, 0.9754902720451355, 0.8004202842712402, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.4677872359752655, 0.5728292465209961, 0.6953782439231873, 1.0630252361297607, 0.8529412746429443, 0.6078432202339172, 0.7829132676124573, 0.6778712272644043, 0.7829132676124573, 1.0455182790756226, 1.1855742931365967, 1.0455182790756226, 0.3627452254295349, 1.2205883264541626, 1.2731093168258667, 1.0805323123931885, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.3081233501434326, 1.2380952835083008, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.4481793642044067, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2731093168258667, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.8179272413253784, 0.7303922772407532, 1.0980392694473267, 1.1680673360824585, 1.0980392694473267, 1.1155463457107544, 1.0455182790756226, 0.9229692816734314, 0.8529412746429443, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 0.9404762983322144, 0.8179272413253784, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 0.8704482913017273, 0.9929972887039185, 0.8704482913017273, 0.9404762983322144, 0.8004202842712402, 0.9054622650146484, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.9404762983322144, 0.9054622650146484, 1.0980392694473267, 1.0630252361297607, 0.9579832553863525, 1.1330533027648926, 1.0980392694473267, 0.9229692816734314, 0.5728292465209961, 0.9754902720451355, 1.0805323123931885, 0.9229692816734314, 0.8354342579841614, 0.7128852605819702, 0.9229692816734314, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.6953782439231873, 0.9404762983322144, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.502801239490509, 0.5378152132034302, 0.4677872359752655, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.6428572535514832, 0.7829132676124573, 1.0105042457580566, 0.9054622650146484, 0.520308256149292, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.2731093168258667, 1.2731093168258667, 0.9579832553863525, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.4481793642044067, 1.378151297569275, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.430672287940979, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.0980392694473267, 1.1505602598190308, 0.7654062509536743, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7478992342948914, 0.8704482913017273, 0.8879552483558655, 0.9754902720451355, 0.9054622650146484, 0.8179272413253784, 0.9579832553863525, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0630252361297607, 1.0630252361297607, 0.8704482913017273, 0.9929972887039185, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 0.4852942228317261, 0.6778712272644043, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 0.8879552483558655, 0.9929972887039185, 0.7303922772407532, 1.0280113220214844, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.0630252361297607, 1.1330533027648926, 0.8179272413253784, 0.5728292465209961, 0.24019621312618256, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.6078432202339172, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.7128852605819702, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7478992342948914, 0.9404762983322144, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.483193278312683, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.693277359008789, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.0630252361297607, 1.0280113220214844, 0.7654062509536743, 0.7128852605819702, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.9579832553863525, 1.0805323123931885, 1.1330533027648926, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.8179272413253784, 0.8529412746429443, 1.0455182790756226, 1.0280113220214844, 1.2380952835083008, 0.502801239490509, 0.8704482913017273, 0.8879552483558655, 0.7478992342948914, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 0.7303922772407532, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.8529412746429443, 0.8354342579841614, 0.6953782439231873, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.9404762983322144, 0.6778712272644043, 0.8004202842712402, 0.6953782439231873, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.6428572535514832, 0.9404762983322144, 1.0980392694473267, 1.0805323123931885, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402], [0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.6232492923736572, 1.6582633256912231, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 1.0805323123931885, 1.0280113220214844, 1.0630252361297607, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0980392694473267, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 0.9754902720451355, 0.7478992342948914, 0.7128852605819702, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.2030812501907349, 1.2731093168258667, 1.0105042457580566, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9054622650146484, 0.9754902720451355, 1.0280113220214844, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 0.8704482913017273, 0.5728292465209961, 0.8179272413253784, 0.4852942228317261, 0.5378152132034302, 0.7654062509536743, 0.8004202842712402, 0.8879552483558655, 0.8354342579841614, 0.6953782439231873, 0.6253502368927002, 0.8354342579841614, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 1.0105042457580566, 1.0805323123931885, 1.1680673360824585, 1.483193278312683, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.343137264251709, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402], [0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.6582633256912231, 1.6757704019546509, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5357143878936768, 1.6582633256912231, 1.6582633256912231, 1.553221344947815, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2906162738800049, 1.3256303071975708, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.2205883264541626, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.0980392694473267, 1.0280113220214844, 0.9754902720451355, 1.0630252361297607, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.7654062509536743, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7654062509536743, 0.8179272413253784, 0.8004202842712402, 0.9929972887039185, 0.9404762983322144, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.0630252361297607, 1.3256303071975708, 1.4131653308868408, 1.5707283020019531, 1.6232492923736572, 1.5882353782653809, 1.4481793642044067, 1.2556023597717285, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573], [0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.640756368637085, 1.553221344947815, 1.378151297569275, 1.7457983493804932, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.6582633256912231, 1.7107843160629272, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6232492923736572, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2030812501907349, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.2205883264541626, 1.1855742931365967, 1.2906162738800049, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 0.9229692816734314, 1.1330533027648926, 1.1155463457107544, 1.0455182790756226, 0.9579832553863525, 1.0455182790756226, 0.9404762983322144, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.8879552483558655, 0.8004202842712402, 0.9054622650146484, 0.6953782439231873, 0.9404762983322144, 0.8529412746429443, 1.0280113220214844, 1.1505602598190308, 0.9929972887039185, 1.2030812501907349, 0.9929972887039185, 0.5728292465209961, 0.8004202842712402, 0.7478992342948914, 0.8529412746429443, 0.9054622650146484, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9929972887039185, 1.3081233501434326, 1.3956583738327026, 1.465686321258545, 1.553221344947815, 1.6757704019546509, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.1680673360824585, 1.1505602598190308, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784], [0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.3606443405151367, 1.465686321258545, 1.4131653308868408, 1.2731093168258667, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.1680673360824585, 0.9579832553863525, 0.9054622650146484, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 0.9229692816734314, 0.7303922772407532, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 0.7829132676124573, 0.7128852605819702, 1.0455182790756226, 0.9579832553863525, 1.0805323123931885, 1.0455182790756226, 1.4131653308868408, 1.2731093168258667, 1.2030812501907349, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8704482913017273, 0.9754902720451355, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1855742931365967, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.7107843160629272, 1.780812382698059, 1.7633053064346313, 1.605742335319519, 1.3956583738327026, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784], [0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.693277359008789, 1.5707283020019531, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.0980392694473267, 1.0455182790756226, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.9404762983322144, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 0.9929972887039185, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 0.9579832553863525, 0.8879552483558655, 0.8004202842712402, 0.9229692816734314, 1.0455182790756226, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9579832553863525, 1.2030812501907349, 1.0630252361297607, 0.8529412746429443, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.4481793642044067, 1.483193278312683, 1.3256303071975708, 1.378151297569275, 1.343137264251709, 1.6582633256912231, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.5707283020019531, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784], [0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.518207311630249, 1.6757704019546509, 1.5882353782653809, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.465686321258545, 1.3081233501434326, 1.378151297569275, 1.3606443405151367, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 0.9929972887039185, 1.0280113220214844, 1.1505602598190308, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.1330533027648926, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9754902720451355, 1.1505602598190308, 1.1505602598190308, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0980392694473267, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, 0.8529412746429443, 1.0630252361297607, 1.2380952835083008, 1.378151297569275, 1.1505602598190308, 1.2556023597717285, 1.3956583738327026, 1.430672287940979, 1.5007003545761108, 1.378151297569275, 1.3256303071975708, 1.2556023597717285, 1.6232492923736572, 1.693277359008789, 1.6582633256912231, 1.605742335319519, 1.1330533027648926, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.728291392326355, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.693277359008789, 1.605742335319519, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.5707283020019531, 1.6232492923736572, 1.5357143878936768, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3081233501434326, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.1680673360824585, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.1330533027648926, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 0.9404762983322144, 0.7829132676124573, 1.0105042457580566, 0.9579832553863525, 1.0455182790756226, 1.1330533027648926, 1.1855742931365967, 1.1330533027648926, 0.9929972887039185, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 0.8879552483558655, 0.9929972887039185, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1680673360824585, 1.3956583738327026, 1.553221344947815, 1.4481793642044067, 1.430672287940979, 1.2205883264541626, 1.3256303071975708, 1.378151297569275, 1.5007003545761108, 1.5707283020019531, 1.2906162738800049, 0.8529412746429443, 1.1680673360824585, 1.3256303071975708, 1.0805323123931885, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.518207311630249, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0805323123931885, 1.1855742931365967, 1.0630252361297607, 0.8179272413253784, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.2556023597717285, 1.2556023597717285, 1.465686321258545, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.378151297569275, -0.17997196316719055, 0.06512605398893356, 0.39775922894477844, 1.0105042457580566, 1.2205883264541626, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.640756368637085, 1.7633053064346313, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.1155463457107544, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 0.8004202842712402, 0.7654062509536743, 1.0280113220214844, 1.0105042457580566, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.0805323123931885, 1.3606443405151367, 1.378151297569275, 1.1330533027648926, -1.247899055480957, -1.930672287940979, -2.0007002353668213, -2.0007002353668213, -1.6505602598190308, -1.7030812501907349, -1.457983136177063, 1.2205883264541626, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443], [0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.0805323123931885, 1.0105042457580566, 0.8879552483558655, 0.8004202842712402, 0.6603642702102661, 0.9404762983322144, 0.9054622650146484, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 0.7303922772407532, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.8354342579841614, 1.0980392694473267, 1.2030812501907349, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 0.5553222298622131, -1.580532193183899, -2.018207311630249, -1.965686321258545, -1.930672287940979, -1.843137264251709, -1.7731093168258667, -0.47759100794792175, -1.7906162738800049, 0.502801239490509, -1.0553221702575684, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.605742335319519, 1.7107843160629272, 1.6757704019546509, 1.7457983493804932, 1.780812382698059, 1.8333333730697632, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.343137264251709, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.1855742931365967, 1.1155463457107544, 1.1680673360824585, 1.0280113220214844, 0.9579832553863525, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.1680673360824585, 1.378151297569275, 1.4131653308868408, 1.2906162738800049, -0.7051820158958435, -1.965686321258545, -1.6505602598190308, -1.668067216873169, -1.4929972887039185, -1.5280112028121948, -1.808123230934143, -1.8256303071975708, -1.580532193183899, -1.7731093168258667, -1.160364031791687, -1.457983136177063, -0.6351540088653564, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.6232492923736572, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.640756368637085, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7983193397521973, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 0.9579832553863525, 1.0455182790756226, 1.2030812501907349, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 0.9579832553863525, -0.39005598425865173, -1.5630252361297607, -1.6855742931365967, -1.6330533027648926, -1.8606442213058472, -1.6330533027648926, -1.5630252361297607, -0.7577030062675476, -1.2303920984268188, -0.4950979948043823, 1.6582633256912231, 0.06512605398893356, -1.457983136177063, -1.422969102859497, -0.7927170395851135, -1.370448112487793, -1.1778711080551147, 1.2205883264541626, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.39775922894477844, 0.4677872359752655, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.693277359008789, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.3081233501434326, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1155463457107544, 1.0455182790756226, 0.9754902720451355, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.3956583738327026, 1.5357143878936768, 1.5357143878936768, 0.7829132676124573, -1.335434079170227, -1.4929972887039185, -1.4054621458053589, -1.843137264251709, -1.808123230934143, -1.6155462265014648, -1.965686321258545, -1.8256303071975708, -1.7380952835083008, -1.4754900932312012, -1.1428570747375488, -0.9327731132507324, -0.4950979948043823, -1.457983136177063, 1.868347406387329, 1.4481793642044067, -1.0728291273117065, -1.2303920984268188, -1.4054621458053589, -0.12745095789432526, -1.755602240562439, -0.23249296844005585, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6428572535514832, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.7633053064346313, 1.6757704019546509, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2731093168258667, 1.2030812501907349, 1.1680673360824585, 1.3081233501434326, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.4131653308868408, 1.465686321258545, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 0.6953782439231873, -1.3879550695419312, -1.6155462265014648, -1.6505602598190308, -1.4754900932312012, -1.5630252361297607, -1.6505602598190308, -1.7030812501907349, -1.1428570747375488, -1.878151297569275, -1.6855742931365967, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.2654061317443848, -1.1253501176834106, -1.7906162738800049, -0.8277310132980347, 1.518207311630249, 1.7633053064346313, 1.5882353782653809, 1.2030812501907349, 0.6603642702102661, -1.9131653308868408, -1.1078431606292725, 1.2205883264541626, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6757704019546509, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9733893871307373, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.7107843160629272, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.3956583738327026, -1.282913088798523, -1.5630252361297607, -1.3179271221160889, -1.282913088798523, -0.9677870869636536, -0.9502801299095154, -1.422969102859497, -1.580532193183899, -1.808123230934143, -1.195378065109253, -1.3004200458526611, -0.022408949211239815, 0.5553222298622131, -1.4929972887039185, -1.3879550695419312, -1.6855742931365967, -1.6855742931365967, -0.10994396358728409, 0.8879552483558655, 1.8508403301239014, 1.5882353782653809, 1.430672287940979, -1.580532193183899, -1.335434079170227, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.3102242052555084, 0.3802522122859955, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.7457983493804932, 1.6757704019546509, 1.6582633256912231, 1.693277359008789, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.815826416015625, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.7457983493804932, 1.693277359008789, 1.728291392326355, 1.7983193397521973, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.6757704019546509, 1.3956583738327026, -0.8277310132980347, -1.4754900932312012, -0.4425770044326782, -1.3879550695419312, -0.9852941036224365, -0.8277310132980347, -1.3529410362243652, -0.5651260018348694, -1.282913088798523, -0.9152660369873047, -0.4425770044326782, -1.7906162738800049, -0.09243696182966232, -1.1078431606292725, -1.3179271221160889, -1.5455182790756226, -1.3004200458526611, -1.5280112028121948, -0.022408949211239815, 0.9929972887039185, 0.8179272413253784, 0.7829132676124573, 1.2030812501907349, -0.022408949211239815, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.29271721839904785, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.640756368637085, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8333333730697632, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.7633053064346313, 1.5707283020019531, 1.868347406387329, 1.693277359008789, 1.728291392326355, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.2556023597717285, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1680673360824585, 1.0105042457580566, 1.0980392694473267, -0.7226890325546265, -0.7401960492134094, -1.0028010606765747, -1.1253501176834106, -1.3879550695419312, -0.6876749992370605, -0.6176469922065735, -0.9677870869636536, -1.3179271221160889, -1.3179271221160889, -0.9852941036224365, 0.3102242052555084, -0.9152660369873047, -1.0728291273117065, -0.6526610255241394, -1.3179271221160889, -1.457983136177063, -1.720588207244873, -0.4075630009174347, 0.590336263179779, 1.2205883264541626, 1.3256303071975708, 0.8179272413253784, 0.9054622650146484, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.2752102017402649, 0.3277312219142914, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.6582633256912231, 1.815826416015625, 1.728291392326355, 1.728291392326355, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, -0.8802520632743835, -0.9327731132507324, -1.335434079170227, -1.6505602598190308, -1.720588207244873, -1.7380952835083008, 0.8704482913017273, 0.7478992342948914, -0.4425770044326782, -1.0903360843658447, -0.9152660369873047, -0.8277310132980347, -1.335434079170227, 0.3102242052555084, -0.28501397371292114, -0.21498596668243408, -1.370448112487793, -0.3025209903717041, -1.422969102859497, -1.4754900932312012, 0.9229692816734314, 1.378151297569275, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614], [0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.6757704019546509, 1.780812382698059, 1.8508403301239014, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.868347406387329, 0.6078432202339172, 1.0455182790756226, 1.3081233501434326, 1.3081233501434326, 0.9229692816734314, 0.5553222298622131, 0.8004202842712402, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, -0.7401960492134094, -1.0378150939941406, -1.3529410362243652, -1.668067216873169, -1.755602240562439, -1.668067216873169, 1.1155463457107544, -0.03991595283150673, 0.8704482913017273, -0.3025209903717041, -0.6526610255241394, -0.6876749992370605, 0.0476190559566021, 0.24019621312618256, 0.0476190559566021, 0.2226892113685608, -0.4075630009174347, -1.160364031791687, -0.37254899740219116, -0.4075630009174347, 0.7303922772407532, 1.1155463457107544, 1.0805323123931885, 0.9754902720451355, 1.0805323123931885, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.8333333730697632, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.780812382698059, -0.3200279772281647, -0.6176469922065735, -0.7927170395851135, -1.4404760599136353, -1.720588207244873, -1.8606442213058472, -0.1624649614095688, 1.8333333730697632, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 0.9754902720451355, -1.0728291273117065, -1.0553221702575684, -1.5455182790756226, -1.7906162738800049, -1.843137264251709, -0.9852941036224365, 0.5728292465209961, 1.2556023597717285, 1.7107843160629272, 0.8704482913017273, -0.37254899740219116, -0.057422954589128494, -1.4754900932312012, -0.4425770044326782, 0.8879552483558655, 0.34523820877075195, -0.8277310132980347, -0.8802520632743835, -1.2128850221633911, -0.7401960492134094, -1.1253501176834106, 1.1855742931365967, 1.343137264251709, 0.9054622650146484, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573], [0.2752102017402649, 0.29271721839904785, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.6757704019546509, 1.7457983493804932, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 0.8529412746429443, -1.0378150939941406, -1.0553221702575684, -1.3004200458526611, -1.7030812501907349, -1.755602240562439, -1.2128850221633911, 1.2205883264541626, 1.7107843160629272, 1.7633053064346313, 1.7633053064346313, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.5378152132034302, -0.8452380299568176, -1.3179271221160889, -1.5980392694473267, -1.755602240562439, -0.9677870869636536, 1.7983193397521973, 1.8333333730697632, 1.6757704019546509, 1.8508403301239014, 1.7457983493804932, 0.6953782439231873, 0.06512605398893356, -0.9677870869636536, -1.0728291273117065, 1.1330533027648926, 0.6428572535514832, -0.7752100229263306, -0.7752100229263306, -0.28501397371292114, -0.022408949211239815, 0.3802522122859955, 1.2906162738800049, 0.8004202842712402, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573], [0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.605742335319519, 1.7457983493804932, 1.7983193397521973, 1.553221344947815, 1.6582633256912231, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, -0.7577030062675476, -0.8802520632743835, -1.0553221702575684, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -0.28501397371292114, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, -0.3550419807434082, -1.4054621458053589, -1.5455182790756226, -1.6330533027648926, -0.9677870869636536, 1.518207311630249, 1.815826416015625, 1.7983193397521973, 1.8858543634414673, 1.9908963441848755, 1.9383753538131714, 1.4481793642044067, 0.7654062509536743, 0.11764705926179886, -1.0203081369400024, 1.0980392694473267, 0.502801239490509, -0.5476189851760864, -0.6701680421829224, -0.6001400351524353, -1.370448112487793, 0.24019621312618256, 1.0980392694473267, 0.7654062509536743, 1.0630252361297607, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914], [0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.693277359008789, 1.9033613204956055, 1.7457983493804932, 1.7983193397521973, 1.5882353782653809, 1.6757704019546509, 1.7633053064346313, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, -0.6176469922065735, -0.5651260018348694, -1.0903360843658447, -1.5455182790756226, -1.720588207244873, -1.247899055480957, -1.0903360843658447, 0.7128852605819702, 1.605742335319519, 1.815826416015625, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 0.3802522122859955, -1.6330533027648926, 0.3277312219142914, 1.2205883264541626, 1.430672287940979, 1.1505602598190308, 1.780812382698059, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 2.0609242916107178, 1.9908963441848755, 2.0259103775024414, 0.8879552483558655, 0.7829132676124573, -1.0203081369400024, 1.4131653308868408, 0.7654062509536743, -0.26750698685646057, 0.4677872359752655, -0.3550419807434082, -1.5455182790756226, -1.1778711080551147, 1.0805323123931885, 0.8529412746429443, 0.9579832553863525, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914], [0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.693277359008789, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.815826416015625, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 0.03011205606162548, -0.23249296844005585, -0.9327731132507324, -0.9152660369873047, -1.6505602598190308, -1.7030812501907349, -0.6701680421829224, -0.8452380299568176, -1.0553221702575684, -0.8977590203285217, 0.2752102017402649, 1.693277359008789, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.3256303071975708, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.1330533027648926, 1.0630252361297607, 0.7303922772407532, 0.6953782439231873, 1.2205883264541626, 1.9558824300765991, 1.9208683967590332, 1.4131653308868408, 1.780812382698059, 1.728291392326355, 2.0259103775024414, 1.9383753538131714, 2.043417453765869, 2.1309523582458496, 1.9208683967590332, 1.2030812501907349, 0.3802522122859955, -1.3004200458526611, 1.6232492923736572, 1.1855742931365967, 0.7829132676124573, 0.9404762983322144, 0.590336263179779, -1.457983136177063, -1.4054621458053589, 0.8004202842712402, 0.7303922772407532, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.780812382698059, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.8858543634414673, 1.0630252361297607, -0.9327731132507324, -0.022408949211239815, -1.422969102859497, -0.9502801299095154, -0.8277310132980347, -0.4950979948043823, -1.0203081369400024, -1.7731093168258667, -1.247899055480957, -1.5455182790756226, 1.1855742931365967, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3081233501434326, 1.4131653308868408, 1.3256303071975708, 1.7633053064346313, 1.343137264251709, 1.8333333730697632, 1.9733893871307373, 1.868347406387329, 1.868347406387329, 1.6757704019546509, 1.8508403301239014, 1.9908963441848755, 1.483193278312683, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 2.0959384441375732, 1.8858543634414673, 1.343137264251709, 0.08263305574655533, -0.8277310132980347, 1.6582633256912231, 1.0805323123931885, 1.5882353782653809, 1.7633053064346313, 0.9404762983322144, -0.9502801299095154, -1.422969102859497, -0.057422954589128494, 1.0805323123931885, 1.1330533027648926, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 0.5728292465209961, -0.42506998777389526, -0.14495795965194702, -0.5301120281219482, -1.1078431606292725, -0.8102240562438965, -1.7030812501907349, -0.5476189851760864, -1.1078431606292725, -0.6876749992370605, -0.3025209903717041, 1.605742335319519, 1.5707283020019531, 1.4481793642044067, 1.5007003545761108, 1.9208683967590332, 1.8508403301239014, 1.6582633256912231, 1.9908963441848755, 1.4481793642044067, 2.0609242916107178, 1.9908963441848755, 2.113445281982422, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 2.0084033012390137, 1.5882353782653809, 1.9908963441848755, 1.7633053064346313, 1.9733893871307373, 2.1484594345092773, 2.043417453765869, 1.1855742931365967, -0.9852941036224365, 1.518207311630249, 1.815826416015625, 1.0280113220214844, 1.8333333730697632, 1.9383753538131714, 0.7829132676124573, -0.1624649614095688, -1.457983136177063, 0.13515406847000122, 0.45028021931648254, 1.0455182790756226, 1.1155463457107544, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 1.6582633256912231, -0.21498596668243408, -1.2303920984268188, 0.3277312219142914, -1.6505602598190308, -0.7752100229263306, -1.3529410362243652, -1.247899055480957, -0.5651260018348694, -1.247899055480957, -0.8277310132980347, 0.6953782439231873, 0.8354342579841614, 1.9383753538131714, 2.165966510772705, 2.043417453765869, 1.780812382698059, 2.0784313678741455, 1.5707283020019531, 2.0084033012390137, 2.0259103775024414, 2.0084033012390137, 1.9033613204956055, 1.8858543634414673, 1.640756368637085, 1.9383753538131714, 1.815826416015625, 1.9733893871307373, 1.5357143878936768, 1.9733893871307373, 2.1484594345092773, 1.9558824300765991, 0.7829132676124573, 1.0280113220214844, 1.780812382698059, 1.8858543634414673, 1.0105042457580566, 1.868347406387329, 1.9908963441848755, 0.9929972887039185, -0.03991595283150673, -1.5630252361297607, 0.11764705926179886, 0.4852942228317261, 0.8179272413253784, 1.2556023597717285, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.6253502368927002, 0.6428572535514832, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 2.0259103775024414, 1.8333333730697632, 1.4131653308868408, 0.432773232460022, -0.33753499388694763, -0.9852941036224365, -0.6001400351524353, -1.0203081369400024, -0.8277310132980347, 0.012605053372681141, -1.3529410362243652, -1.3179271221160889, -0.3200279772281647, 0.34523820877075195, -1.7380952835083008, -0.6351540088653564, -1.4929972887039185, -1.195378065109253, 1.728291392326355, 2.0084033012390137, 1.6232492923736572, 2.1309523582458496, 1.8858543634414673, 1.9208683967590332, 1.9908963441848755, 1.553221344947815, 1.7633053064346313, 1.9383753538131714, 2.0259103775024414, 1.3956583738327026, 1.7633053064346313, 2.0609242916107178, 2.113445281982422, 1.9733893871307373, 1.7983193397521973, 1.9033613204956055, 2.043417453765869, 1.8508403301239014, 1.0805323123931885, 1.9033613204956055, 2.0084033012390137, 1.2556023597717285, 0.20518220961093903, -1.5980392694473267, 1.2030812501907349, 0.6603642702102661, 1.1680673360824585, 0.7478992342948914, 0.5728292465209961, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.590336263179779, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.8858543634414673, -0.26750698685646057, -1.0378150939941406, -0.6351540088653564, -0.057422954589128494, 0.3277312219142914, -1.2654061317443848, -1.457983136177063, -0.4425770044326782, -1.0553221702575684, -1.4754900932312012, -0.4950979948043823, -1.1778711080551147, -1.0203081369400024, -1.422969102859497, -0.8452380299568176, -1.2654061317443848, -0.6001400351524353, -1.720588207244873, -1.1428570747375488, 0.18767507374286652, 0.4677872359752655, 1.0630252361297607, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.4481793642044067, 1.8858543634414673, 1.9733893871307373, 1.0980392694473267, 1.5707283020019531, 1.8858543634414673, 2.2009804248809814, 2.1484594345092773, 2.0959384441375732, 1.9908963441848755, 1.9733893871307373, 1.640756368637085, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.483193278312683, -0.03991595283150673, -1.5980392694473267, 1.9208683967590332, 1.6582633256912231, 0.8354342579841614, 0.8179272413253784, 0.11764705926179886, 0.8529412746429443, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9558824300765991, 0.4852942228317261, -0.28501397371292114, -1.0203081369400024, -0.5826330184936523, 0.3802522122859955, -0.23249296844005585, 0.11764705926179886, -0.6701680421829224, 0.15266107022762299, 0.18767507374286652, -1.4929972887039185, -1.755602240562439, -0.8102240562438965, -1.7030812501907349, -1.580532193183899, -0.5476189851760864, -0.8627450466156006, -1.5105042457580566, -1.5455182790756226, -1.422969102859497, -0.7927170395851135, -0.21498596668243408, -0.6351540088653564, 0.9054622650146484, 1.780812382698059, 1.4131653308868408, 1.5882353782653809, 1.7107843160629272, 1.0980392694473267, 1.815826416015625, 1.5707283020019531, 2.1309523582458496, 2.1834733486175537, 2.0959384441375732, 2.0084033012390137, 1.8333333730697632, 1.9383753538131714, 1.8858543634414673, 2.0959384441375732, 2.0784313678741455, 1.9033613204956055, -0.7051820158958435, -0.37254899740219116, 1.9733893871307373, 1.8508403301239014, 0.9054622650146484, 0.2577032148838043, -0.5126050114631653, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8333333730697632, 0.520308256149292, -0.39005598425865173, -0.47759100794792175, -0.6351540088653564, 0.0476190559566021, 0.2226892113685608, -1.6155462265014648, -1.335434079170227, 0.0476190559566021, -0.26750698685646057, -0.6526610255241394, -0.4600839912891388, -1.4929972887039185, -0.07492996007204056, -0.6176469922065735, -1.3879550695419312, -1.0028010606765747, -1.0028010606765747, -1.3179271221160889, -1.195378065109253, -1.0903360843658447, -0.5651260018348694, -1.4929972887039185, 0.0476190559566021, -0.19747896492481232, 1.5007003545761108, 1.8508403301239014, 1.0280113220214844, 1.1330533027648926, 1.4131653308868408, 1.640756368637085, 1.868347406387329, 2.1309523582458496, 2.0084033012390137, 2.0084033012390137, 2.113445281982422, 2.0259103775024414, 1.9558824300765991, 2.1834733486175537, 2.1484594345092773, 1.9733893871307373, -0.8977590203285217, 1.2556023597717285, 1.9208683967590332, 1.9733893871307373, 1.518207311630249, 1.1330533027648926, 0.03011205606162548, 0.5728292465209961, 0.9579832553863525, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -1.195378065109253, -0.6876749992370605, -0.5826330184936523, -0.9852941036224365, 0.03011205606162548, -0.057422954589128494, -0.6351540088653564, -1.370448112487793, 0.34523820877075195, 0.3277312219142914, 0.24019621312618256, -1.282913088798523, -0.07492996007204056, -1.6505602598190308, -1.5980392694473267, -1.335434079170227, -1.457983136177063, -0.8977590203285217, 0.5728292465209961, -1.0028010606765747, -0.8627450466156006, -1.3179271221160889, -0.7401960492134094, -1.3004200458526611, -1.0553221702575684, 0.7128852605819702, 1.2380952835083008, 0.9054622650146484, -0.09243696182966232, 1.5882353782653809, 1.815826416015625, 1.9383753538131714, 1.9383753538131714, 2.043417453765869, 2.113445281982422, 1.9558824300765991, 2.0959384441375732, 2.1484594345092773, 2.2009804248809814, 2.1834733486175537, 1.9908963441848755, 1.8508403301239014, 1.8333333730697632, 2.0084033012390137, 2.043417453765869, 1.1330533027648926, 0.34523820877075195, 0.34523820877075195, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -0.5476189851760864, -0.9677870869636536, -0.5126050114631653, -1.1778711080551147, -1.1428570747375488, 1.4481793642044067, -0.9852941036224365, -0.6701680421829224, -0.9502801299095154, -1.6505602598190308, -0.7051820158958435, -0.4425770044326782, -1.0728291273117065, -0.7752100229263306, -1.7030812501907349, -1.3529410362243652, -1.2128850221633911, 0.6428572535514832, 1.605742335319519, 1.7107843160629272, 0.17016807198524475, -1.2128850221633911, -0.3550419807434082, -1.2654061317443848, -0.8977590203285217, -1.1428570747375488, -0.3025209903717041, 1.483193278312683, 0.18767507374286652, 1.465686321258545, 1.1155463457107544, 1.605742335319519, 1.9733893871307373, 2.0259103775024414, 2.0259103775024414, 2.0784313678741455, 2.113445281982422, 2.165966510772705, 2.0784313678741455, 2.2009804248809814, 1.9908963441848755, 1.9383753538131714, 1.8333333730697632, 2.1484594345092773, 2.0959384441375732, 1.7457983493804932, 0.4852942228317261, 0.3802522122859955, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 2.0259103775024414, -1.195378065109253, 0.520308256149292, 1.8858543634414673, 0.29271721839904785, 0.17016807198524475, -0.9327731132507324, -0.39005598425865173, -0.9852941036224365, -1.3004200458526611, -1.6505602598190308, -1.3529410362243652, -0.022408949211239815, -0.6701680421829224, -1.3529410362243652, -1.7380952835083008, -1.0028010606765747, 0.7654062509536743, 1.1855742931365967, 1.2731093168258667, 2.165966510772705, 1.2030812501907349, 0.5728292465209961, 1.0105042457580566, 1.5007003545761108, 0.8879552483558655, -0.9502801299095154, -1.2303920984268188, 0.6253502368927002, 1.2556023597717285, 1.2380952835083008, 1.5707283020019531, 1.5357143878936768, 1.8333333730697632, 1.868347406387329, 1.9383753538131714, 2.0609242916107178, 2.0959384441375732, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 2.113445281982422, 2.043417453765869, 0.8354342579841614, 0.20518220961093903, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.9733893871307373, 1.7107843160629272, -0.5301120281219482, 0.06512605398893356, 0.6603642702102661, 0.6428572535514832, -0.7226890325546265, -0.5651260018348694, -1.335434079170227, -1.0903360843658447, -1.1253501176834106, -1.247899055480957, -1.3179271221160889, -0.9327731132507324, -1.3179271221160889, -1.5105042457580566, -0.26750698685646057, -1.3529410362243652, 1.0630252361297607, 0.5553222298622131, 1.430672287940979, 1.5357143878936768, 2.0784313678741455, 1.8858543634414673, 1.4481793642044067, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, -1.3004200458526611, 0.502801239490509, 1.5007003545761108, 1.6232492923736572, 1.2030812501907349, 1.483193278312683, 1.6757704019546509, 1.7457983493804932, 1.8333333730697632, 2.113445281982422, 2.0084033012390137, 2.1309523582458496, 2.1484594345092773, 2.0959384441375732, 1.868347406387329, 1.9733893871307373, 2.0784313678741455, 2.2535016536712646, 1.430672287940979, 0.6603642702102661, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8858543634414673, 1.9558824300765991, -0.2499999701976776, -0.42506998777389526, -0.10994396358728409, 0.3102242052555084, -0.3200279772281647, 1.0980392694473267, 1.2205883264541626, 0.7128852605819702, -1.195378065109253, 0.11764705926179886, -1.335434079170227, -0.8277310132980347, -0.6876749992370605, -0.5651260018348694, -1.2303920984268188, 0.06512605398893356, -0.6351540088653564, -1.3879550695419312, -1.2128850221633911, -1.247899055480957, 0.7128852605819702, 1.0280113220214844, 0.8179272413253784, 1.6757704019546509, 1.868347406387329, 0.8529412746429443, 0.7829132676124573, 0.6953782439231873, 0.3102242052555084, 0.3627452254295349, -0.5826330184936523, 1.6757704019546509, 1.5357143878936768, 1.378151297569275, 1.465686321258545, 1.6582633256912231, 1.518207311630249, 1.4131653308868408, 1.7107843160629272, 1.9383753538131714, 2.0784313678741455, 2.1834733486175537, 2.043417453765869, 2.043417453765869, 2.0259103775024414, 2.0084033012390137, 2.1834733486175537, 2.043417453765869, 1.640756368637085, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8333333730697632, 1.553221344947815, 0.39775922894477844, -0.9327731132507324, -0.26750698685646057, 0.7128852605819702, 0.9229692816734314, 1.1505602598190308, 1.2380952835083008, 1.1505602598190308, 0.6778712272644043, 0.06512605398893356, -0.6701680421829224, -1.160364031791687, -1.5455182790756226, -1.6155462265014648, -0.6001400351524353, -1.2128850221633911, -0.21498596668243408, -1.4054621458053589, -0.9327731132507324, -0.5476189851760864, -1.4404760599136353, 0.9754902720451355, 1.0805323123931885, 0.8004202842712402, 0.6953782439231873, 1.3606443405151367, 1.430672287940979, 1.2556023597717285, 0.8179272413253784, 0.7829132676124573, 0.8529412746429443, 1.7107843160629272, 1.6757704019546509, 1.693277359008789, 1.640756368637085, 1.693277359008789, 1.7457983493804932, 1.465686321258545, 1.553221344947815, 1.693277359008789, 1.7983193397521973, 1.9558824300765991, 1.9558824300765991, 2.043417453765869, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 2.0609242916107178, 1.5007003545761108, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.7983193397521973, 0.415266215801239, 0.4677872359752655, -0.9677870869636536, -0.3550419807434082, 0.7303922772407532, 1.1505602598190308, 1.343137264251709, 1.2556023597717285, 1.1330533027648926, 0.8354342579841614, 0.8179272413253784, -0.9502801299095154, -0.7577030062675476, -1.5105042457580566, -0.5126050114631653, -1.195378065109253, -0.3200279772281647, -0.8977590203285217, -0.4950979948043823, -0.9502801299095154, -1.3879550695419312, -0.6351540088653564, -1.0728291273117065, 0.8179272413253784, 0.9404762983322144, 1.4131653308868408, 1.780812382698059, 1.9033613204956055, 1.8508403301239014, 1.815826416015625, 1.518207311630249, 1.3606443405151367, 1.7457983493804932, 1.605742335319519, 1.8333333730697632, 1.8858543634414673, 1.9908963441848755, 1.8508403301239014, 1.7633053064346313, 1.5357143878936768, 1.780812382698059, 1.8333333730697632, 1.7107843160629272, 1.518207311630249, 1.8858543634414673, 1.868347406387329, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 0.2226892113685608, 0.7303922772407532, -0.9152660369873047, -0.4075630009174347, 0.8879552483558655, 1.343137264251709, 1.4131653308868408, 1.3081233501434326, 1.1505602598190308, 0.8179272413253784, 0.9579832553863525, 0.012605053372681141, -1.1253501176834106, -0.7226890325546265, -1.422969102859497, 0.06512605398893356, -0.42506998777389526, -0.6526610255241394, -0.8277310132980347, -1.3179271221160889, -0.2499999701976776, -1.247899055480957, -1.195378065109253, -1.370448112487793, 1.693277359008789, 1.9383753538131714, 1.8858543634414673, 1.5357143878936768, 1.815826416015625, 1.9208683967590332, 1.6582633256912231, 1.728291392326355, 1.8333333730697632, 1.553221344947815, 2.0259103775024414, 2.0084033012390137, 1.6757704019546509, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.728291392326355, 1.693277359008789, 1.7983193397521973, 1.7457983493804932, 1.9208683967590332, 1.640756368637085, 1.7633053064346313, 1.815826416015625, 1.2030812501907349, 0.6778712272644043, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 0.3627452254295349, 0.8704482913017273, -0.4950979948043823, -0.5826330184936523, 0.8879552483558655, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.1855742931365967, 0.9229692816734314, 1.0280113220214844, 0.9229692816734314, 1.2906162738800049, -0.09243696182966232, -0.5651260018348694, -0.9327731132507324, -1.7380952835083008, -0.9152660369873047, -1.0378150939941406, -0.7226890325546265, -1.247899055480957, -1.1428570747375488, -1.247899055480957, -1.3879550695419312, -0.2499999701976776, 1.4481793642044067, 1.728291392326355, 1.7457983493804932, 1.9208683967590332, 1.7457983493804932, 1.8858543634414673, 1.9033613204956055, 2.0259103775024414, 1.9558824300765991, 1.465686321258545, 2.0609242916107178, 2.0259103775024414, 2.1309523582458496, 1.9558824300765991, 1.8508403301239014, 1.780812382698059, 1.868347406387329, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.605742335319519, 1.5007003545761108, 1.693277359008789, 2.0609242916107178, 1.483193278312683, 0.6953782439231873, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.3256303071975708, 1.3606443405151367, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 0.6078432202339172, 0.590336263179779, 0.11764705926179886, -0.26750698685646057, 0.9754902720451355, 1.378151297569275, 1.3956583738327026, 1.3081233501434326, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0455182790756226, 1.2906162738800049, 1.378151297569275, -0.4950979948043823, -1.1428570747375488, -1.247899055480957, -1.2654061317443848, 0.29271721839904785, -0.9152660369873047, -0.0049019488506019115, -0.10994396358728409, -1.5630252361297607, -1.282913088798523, -0.9677870869636536, -1.5630252361297607, -0.5826330184936523, 1.6757704019546509, 1.8333333730697632, 1.640756368637085, 1.605742335319519, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.7457983493804932, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.8508403301239014, 1.9383753538131714, 1.728291392326355, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.9908963441848755, 1.1855742931365967, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.343137264251709, 0.6953782439231873, -0.33753499388694763, 0.34523820877075195, 0.9579832553863525, 1.2731093168258667, 1.2380952835083008, 0.9929972887039185, 0.6078432202339172, 1.0980392694473267, 1.2380952835083008, 1.1155463457107544, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, -0.6176469922065735, -0.5126050114631653, 0.1001400575041771, -0.37254899740219116, -0.4425770044326782, -0.37254899740219116, 0.3102242052555084, 1.378151297569275, -1.247899055480957, -1.335434079170227, -0.9502801299095154, -1.4404760599136353, 0.39775922894477844, 1.8333333730697632, 1.7457983493804932, 1.7983193397521973, 2.0784313678741455, 2.1484594345092773, 2.0784313678741455, 2.0084033012390137, 2.113445281982422, 2.0609242916107178, 1.553221344947815, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 2.113445281982422, 2.0609242916107178, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 2.1484594345092773, 2.235994577407837, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6757704019546509, 1.7107843160629272, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 1.483193278312683, 0.9054622650146484, 0.432773232460022, 1.1855742931365967, 0.9404762983322144, 0.9404762983322144, 0.8529412746429443, 0.8879552483558655, 0.6603642702102661, 1.0980392694473267, 1.2731093168258667, 1.1505602598190308, 1.2380952835083008, 1.3081233501434326, 1.4131653308868408, 0.8354342579841614, -0.022408949211239815, -0.21498596668243408, -0.4950979948043823, 0.06512605398893356, 0.39775922894477844, 0.03011205606162548, -0.33753499388694763, -0.057422954589128494, -1.1253501176834106, -0.5826330184936523, -0.5826330184936523, -1.3179271221160889, 0.3802522122859955, 1.6582633256912231, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.7983193397521973, 1.4481793642044067, 2.0609242916107178, 2.1309523582458496, 2.1309523582458496, 2.165966510772705, 2.165966510772705, 2.113445281982422, 2.043417453765869, 1.9033613204956055, 2.0084033012390137, 2.1834733486175537, 2.2009804248809814, 0.8529412746429443, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2906162738800049, 1.3606443405151367, 1.4131653308868408, 1.5007003545761108, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 0.9754902720451355, 0.8529412746429443, 1.483193278312683, 1.6582633256912231, 0.5553222298622131, 0.502801239490509, 0.8879552483558655, 0.8179272413253784, 0.6253502368927002, 1.0805323123931885, 1.605742335319519, 1.2030812501907349, 1.2731093168258667, 1.9558824300765991, 1.6232492923736572, 1.0280113220214844, 0.8879552483558655, -0.4075630009174347, -0.7051820158958435, 0.9229692816734314, -1.247899055480957, -0.4075630009174347, 1.465686321258545, 0.4852942228317261, 0.9054622650146484, -1.1428570747375488, -0.7927170395851135, -0.8452380299568176, -0.7401960492134094, -0.7226890325546265, 0.590336263179779, 2.0084033012390137, 2.1834733486175537, 2.0784313678741455, 2.0784313678741455, 1.9208683967590332, 2.0609242916107178, 1.9383753538131714, 1.9733893871307373, 2.113445281982422, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.165966510772705, 2.113445281982422, 2.0959384441375732, 1.7457983493804932, 2.0084033012390137, 2.1484594345092773, 1.9033613204956055, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2731093168258667, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7457983493804932, 0.3277312219142914, 0.9579832553863525, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.39775922894477844, 0.7829132676124573, 0.8879552483558655, 0.6603642702102661, 0.9579832553863525, 1.5007003545761108, 0.9754902720451355, 1.343137264251709, 1.9383753538131714, 1.868347406387329, 1.4131653308868408, 0.8704482913017273, -0.5301120281219482, -0.7927170395851135, 0.03011205606162548, -1.3529410362243652, -0.4600839912891388, 2.1834733486175537, 1.693277359008789, 0.8879552483558655, 0.6603642702102661, -1.0553221702575684, -0.8452380299568176, -0.19747896492481232, -1.160364031791687, -1.195378065109253, 0.45028021931648254, 2.1834733486175537, 2.0609242916107178, 1.9908963441848755, 1.640756368637085, 1.7633053064346313, 1.8508403301239014, 1.868347406387329, 1.6582633256912231, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.218487501144409, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.8508403301239014, 2.043417453765869, 2.0259103775024414, 0.9929972887039185, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 0.2752102017402649, 0.9229692816734314, -0.3550419807434082, 1.693277359008789, 0.9754902720451355, 0.7478992342948914, 0.8704482913017273, 1.2030812501907349, 0.9229692816734314, 0.9054622650146484, 1.3606443405151367, 0.8704482913017273, 1.2731093168258667, 1.9383753538131714, 1.9383753538131714, 1.7107843160629272, 0.7478992342948914, -0.3025209903717041, -0.21498596668243408, -0.8452380299568176, 1.3081233501434326, -1.370448112487793, 1.3256303071975708, 1.868347406387329, 1.640756368637085, 1.0105042457580566, 0.5728292465209961, -0.4075630009174347, -0.39005598425865173, 0.3802522122859955, -0.4950979948043823, -1.3529410362243652, 0.2752102017402649, 2.0959384441375732, 1.780812382698059, 1.5707283020019531, 1.483193278312683, 0.8704482913017273, 1.9033613204956055, 2.0959384441375732, 2.113445281982422, 2.2009804248809814, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.113445281982422, 2.043417453765869, 1.9383753538131714, 2.0609242916107178, 1.9733893871307373, 1.868347406387329, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.780812382698059, 0.45028021931648254, 0.3102242052555084, 0.012605053372681141, 1.2731093168258667, 1.4481793642044067, 1.0455182790756226, 1.518207311630249, 1.465686321258545, 0.9579832553863525, 1.1330533027648926, 1.483193278312683, 0.8354342579841614, 1.2556023597717285, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.4131653308868408, 0.6428572535514832, 1.0805323123931885, 0.3627452254295349, 0.8879552483558655, -0.9327731132507324, -0.8452380299568176, 1.9558824300765991, 1.9383753538131714, 2.0084033012390137, 1.7107843160629272, 1.2556023597717285, 0.8529412746429443, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, -1.3879550695419312, 0.34523820877075195, 1.7983193397521973, 1.343137264251709, 1.815826416015625, 1.1155463457107544, 1.553221344947815, 1.9733893871307373, 1.8858543634414673, 2.218487501144409, 2.2710084915161133, 2.2710084915161133, 2.218487501144409, 2.1484594345092773, 2.113445281982422, 2.043417453765869, 1.9208683967590332, 1.9733893871307373, 2.0084033012390137, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0455182790756226, 1.1155463457107544, 1.1855742931365967, 1.2556023597717285, 1.3081233501434326, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7633053064346313, 0.39775922894477844, 1.0455182790756226, 0.7654062509536743, 1.3606443405151367, 1.4481793642044067, 0.9404762983322144, 1.483193278312683, 1.430672287940979, 0.9404762983322144, 1.2205883264541626, 1.465686321258545, 0.8879552483558655, 1.1855742931365967, 1.9208683967590332, 1.8508403301239014, 1.8333333730697632, 1.9383753538131714, 1.6582633256912231, 0.012605053372681141, 1.8333333730697632, 0.8704482913017273, 1.0630252361297607, -1.3179271221160889, 2.0784313678741455, 1.780812382698059, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.0259103775024414, 1.868347406387329, 0.8704482913017273, 0.7128852605819702, 0.8704482913017273, -1.4054621458053589, 1.4481793642044067, 0.415266215801239, 1.9208683967590332, 1.815826416015625, 1.4481793642044067, 1.815826416015625, 1.605742335319519, 1.3256303071975708, 2.235994577407837, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.0609242916107178, 2.0084033012390137, 1.868347406387329, 2.0084033012390137, 1.7983193397521973, 0.6953782439231873, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 1.0105042457580566, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2731093168258667, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 0.8879552483558655, 1.640756368637085, 0.7829132676124573, 1.553221344947815, 1.0280113220214844, 0.9579832553863525, 1.3256303071975708, 1.378151297569275, 0.6603642702102661, 1.2205883264541626, 1.3256303071975708, 0.7829132676124573, 1.3956583738327026, 1.868347406387329, 1.8333333730697632, 1.9208683967590332, 1.9033613204956055, 1.780812382698059, 1.2556023597717285, 1.9383753538131714, 1.7633053064346313, 1.2731093168258667, -1.370448112487793, 1.8333333730697632, 1.8333333730697632, 2.0784313678741455, 2.0959384441375732, 2.1309523582458496, 2.0609242916107178, 2.0609242916107178, 1.9733893871307373, 0.9929972887039185, 0.8004202842712402, 0.20518220961093903, -1.1253501176834106, 1.3606443405151367, 1.3956583738327026, 1.0280113220214844, 1.7107843160629272, 1.6757704019546509, 1.0805323123931885, 1.1680673360824585, 2.288515567779541, 2.2009804248809814, 2.2535016536712646, 2.235994577407837, 2.1484594345092773, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.8508403301239014, 1.0280113220214844, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.9208683967590332, 1.3956583738327026, 0.6603642702102661, 0.6428572535514832, 0.9579832553863525, 0.520308256149292, 1.2205883264541626, 1.378151297569275, 0.9054622650146484, 1.3256303071975708, 1.815826416015625, 1.868347406387329, 1.9383753538131714, 1.8333333730697632, 1.3256303071975708, 0.15266107022762299, 2.0259103775024414, 2.0084033012390137, 1.2205883264541626, -1.0028010606765747, 1.9208683967590332, 1.9383753538131714, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.0784313678741455, 2.113445281982422, 2.0259103775024414, 2.0609242916107178, 0.8879552483558655, 0.8354342579841614, -1.4054621458053589, 1.7983193397521973, 1.1155463457107544, 1.8508403301239014, 1.6232492923736572, 1.553221344947815, 1.1155463457107544, 1.0630252361297607, 2.2535016536712646, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.1834733486175537, 2.1484594345092773, 2.0609242916107178, 1.9033613204956055, 1.9208683967590332, 1.7457983493804932, 0.7303922772407532, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779], [0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.430672287940979, 1.1680673360824585, 1.2731093168258667, 1.9033613204956055, 1.693277359008789, 1.0805323123931885, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 1.1855742931365967, 1.2556023597717285, 0.9579832553863525, 1.693277359008789, 1.693277359008789, 1.7633053064346313, 1.9208683967590332, 1.3081233501434326, 0.4677872359752655, 0.9929972887039185, 1.815826416015625, 1.8508403301239014, 1.1680673360824585, -0.7226890325546265, 1.9908963441848755, 2.0259103775024414, 2.1309523582458496, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.1309523582458496, 2.0959384441375732, 2.0959384441375732, 1.553221344947815, 0.7829132676124573, -0.12745095789432526, 0.7654062509536743, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.483193278312683, 1.483193278312683, 0.7654062509536743, 2.2710084915161133, 2.1834733486175537, 2.2009804248809814, 2.2710084915161133, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 1.9208683967590332, 2.0084033012390137, 1.9383753538131714, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.640756368637085, 1.6582633256912231, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.0805323123931885, 1.7457983493804932, 1.9383753538131714, 1.7633053064346313, 0.6078432202339172, 0.502801239490509, 0.8354342579841614, 1.1330533027648926, 0.9929972887039185, 1.1330533027648926, 1.605742335319519, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 0.18767507374286652, -0.057422954589128494, -0.7401960492134094, 0.9579832553863525, 1.7107843160629272, 0.9229692816734314, 1.5007003545761108, 2.043417453765869, 1.9208683967590332, 2.113445281982422, 2.0609242916107178, 2.1309523582458496, 2.1484594345092773, 2.2009804248809814, 2.165966510772705, 2.1484594345092773, 1.7107843160629272, 1.9383753538131714, 1.0455182790756226, 0.7829132676124573, 1.9558824300765991, 1.9733893871307373, 1.553221344947815, 0.8004202842712402, 1.2731093168258667, 0.9754902720451355, 2.165966510772705, 2.2009804248809814, 2.235994577407837, 2.288515567779541, 2.218487501144409, 2.165966510772705, 2.218487501144409, 2.0084033012390137, 2.0784313678741455, 1.780812382698059, 1.0805323123931885, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.4481793642044067, 1.3081233501434326, 1.5707283020019531, 2.0609242916107178, 2.0609242916107178, 1.605742335319519, 0.08263305574655533, 0.9929972887039185, 1.343137264251709, 0.8879552483558655, 1.465686321258545, 1.868347406387329, 1.9908963441848755, 1.8508403301239014, 1.9733893871307373, -0.1624649614095688, 0.29271721839904785, -0.6001400351524353, 0.3802522122859955, 1.378151297569275, 1.9033613204956055, 1.430672287940979, 2.043417453765869, 1.8858543634414673, 2.218487501144409, 2.113445281982422, 2.113445281982422, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.5357143878936768, 1.868347406387329, 1.8858543634414673, 1.5707283020019531, 1.0105042457580566, 1.465686321258545, 1.5707283020019531, 1.9558824300765991, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.235994577407837, 2.218487501144409, 2.235994577407837, 2.113445281982422, 2.1309523582458496, 1.605742335319519, 1.4131653308868408, 0.6953782439231873, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.553221344947815, 0.8354342579841614, 1.378151297569275, 1.0280113220214844, 1.378151297569275, 2.1309523582458496, 2.0784313678741455, 1.8508403301239014, 0.6253502368927002, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.553221344947815, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.0980392694473267, 0.45028021931648254, 0.415266215801239, -0.3200279772281647, -0.33753499388694763, 0.7303922772407532, 1.3256303071975708, 1.7983193397521973, 2.0259103775024414, 1.9383753538131714, 2.0259103775024414, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0959384441375732, 2.235994577407837, 2.2009804248809814, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.815826416015625, 1.7457983493804932, 1.9033613204956055, 1.8333333730697632, 0.9929972887039185, 1.3081233501434326, 1.4481793642044067, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.2710084915161133, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 1.815826416015625, 1.6582633256912231, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.0105042457580566, 1.2731093168258667, 0.9754902720451355, 1.3081233501434326, 2.0959384441375732, 2.0609242916107178, 1.430672287940979, 1.2556023597717285, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 1.7983193397521973, 1.9733893871307373, 1.6757704019546509, 1.9208683967590332, 0.3277312219142914, 0.1001400575041771, 0.8179272413253784, -0.14495795965194702, -0.5126050114631653, 0.24019621312618256, 1.0280113220214844, 1.7107843160629272, 1.6232492923736572, 1.6757704019546509, 2.0959384441375732, 2.043417453765869, 2.0084033012390137, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.8333333730697632, 1.7983193397521973, 2.0084033012390137, 1.7457983493804932, 0.6253502368927002, 1.1330533027648926, 1.465686321258545, 2.1309523582458496, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 2.165966510772705, 1.9033613204956055, 1.8858543634414673, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9754902720451355, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.483193278312683, 1.2030812501907349, 1.3081233501434326, 0.9929972887039185, 1.4131653308868408, 2.113445281982422, 1.780812382698059, 1.1505602598190308, 1.5707283020019531, 0.8004202842712402, 0.7654062509536743, 1.5357143878936768, 1.7457983493804932, 1.9908963441848755, 1.815826416015625, 1.780812382698059, 0.415266215801239, 0.2752102017402649, 0.8879552483558655, -0.17997196316719055, 0.08263305574655533, -0.9152660369873047, 0.9229692816734314, 1.0630252361297607, 1.3606443405151367, 2.0784313678741455, 1.780812382698059, 2.0959384441375732, 2.0609242916107178, 1.9033613204956055, 2.0784313678741455, 2.2009804248809814, 2.0609242916107178, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 2.0959384441375732, 1.2205883264541626, 1.3256303071975708, 1.5707283020019531, 1.9733893871307373, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.218487501144409, 1.868347406387329, 1.7107843160629272, 0.7829132676124573, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.343137264251709, 1.3606443405151367, 0.9054622650146484, 1.378151297569275, 2.0784313678741455, 0.415266215801239, 0.7829132676124573, 1.605742335319519, 1.2906162738800049, 1.640756368637085, 1.5007003545761108, 1.8508403301239014, 1.7983193397521973, 1.693277359008789, 1.465686321258545, 0.1001400575041771, 0.24019621312618256, 0.6778712272644043, -0.3200279772281647, 0.7128852605819702, -0.6701680421829224, 0.20518220961093903, 1.3081233501434326, 2.0609242916107178, 2.0609242916107178, 1.5357143878936768, 1.868347406387329, 2.113445281982422, 2.043417453765869, 2.0959384441375732, 2.1484594345092773, 1.9908963441848755, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 2.0959384441375732, 2.113445281982422, 0.24019621312618256, 1.2380952835083008, 1.6757704019546509, 2.0084033012390137, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 2.2009804248809814, 2.1834733486175537, 1.4481793642044067, 1.815826416015625, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.3081233501434326, 1.378151297569275, 0.8529412746429443, 1.5007003545761108, 1.728291392326355, -0.4600839912891388, -0.47759100794792175, 1.1330533027648926, 1.553221344947815, 1.693277359008789, 1.7457983493804932, 1.868347406387329, 1.9033613204956055, 1.553221344947815, 0.9929972887039185, 0.08263305574655533, -0.14495795965194702, 0.18767507374286652, 0.13515406847000122, 0.6953782439231873, -0.07492996007204056, 0.5728292465209961, 0.8179272413253784, 1.5007003545761108, 1.4131653308868408, 2.0259103775024414, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 2.0084033012390137, 2.218487501144409, 2.0784313678741455, 2.165966510772705, 1.9558824300765991, 1.9733893871307373, 2.113445281982422, 1.8858543634414673, 2.0784313678741455, 1.815826416015625, 0.9054622650146484, 1.2030812501907349, 1.7983193397521973, 2.0259103775024414, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 2.165966510772705, 1.7983193397521973, 1.9733893871307373, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9054622650146484, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.465686321258545, 1.1505602598190308, 1.2906162738800049, 0.5378152132034302, 1.5882353782653809, 1.5707283020019531, -0.0049019488506019115, -0.28501397371292114, 0.18767507374286652, 1.9208683967590332, 0.39775922894477844, 1.9558824300765991, 1.8858543634414673, 1.868347406387329, 1.605742335319519, 1.1680673360824585, 0.415266215801239, 0.6078432202339172, 1.2731093168258667, 0.24019621312618256, 1.1155463457107544, 0.7128852605819702, -0.19747896492481232, 0.39775922894477844, 0.9754902720451355, 0.9579832553863525, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 0.8004202842712402, 1.483193278312683, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.165966510772705, 2.0084033012390137, 2.165966510772705, 2.0609242916107178, 1.6757704019546509, 2.043417453765869, 0.9929972887039185, 1.693277359008789, 1.6757704019546509, 2.0259103775024414, 2.1834733486175537, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 1.9383753538131714, 1.8333333730697632, 0.6428572535514832, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5707283020019531, 0.9404762983322144, 1.2731093168258667, 0.8179272413253784, 1.5707283020019531, 1.2731093168258667, 0.11764705926179886, -1.0553221702575684, -0.12745095789432526, 1.7983193397521973, 0.5728292465209961, 1.728291392326355, 1.8508403301239014, 1.8333333730697632, 1.7633053064346313, 1.0980392694473267, 0.24019621312618256, 0.6778712272644043, 1.3956583738327026, 0.29271721839904785, 0.7128852605819702, 0.415266215801239, -0.6351540088653564, 0.7829132676124573, 1.1155463457107544, 1.483193278312683, 1.378151297569275, 1.343137264251709, 1.7107843160629272, 1.2205883264541626, 1.9908963441848755, 2.218487501144409, 2.113445281982422, 2.1484594345092773, 1.9908963441848755, 1.9383753538131714, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 2.0609242916107178, 1.9033613204956055, 1.430672287940979, 1.728291392326355, 2.0784313678741455, 2.1834733486175537, 2.2009804248809814, 2.235994577407837, 2.235994577407837, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.0784313678741455, 2.0084033012390137, 1.483193278312683, 1.465686321258545, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.520308256149292, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.553221344947815, -0.5301120281219482, 1.1680673360824585, 0.3802522122859955, 1.553221344947815, 1.0805323123931885, 0.03011205606162548, 0.0476190559566021, -0.3025209903717041, 0.3102242052555084, 0.4852942228317261, 1.8333333730697632, 1.9733893871307373, 1.728291392326355, 1.7107843160629272, 0.2226892113685608, 0.18767507374286652, 0.6078432202339172, 1.0630252361297607, 0.4852942228317261, 0.9404762983322144, 0.9229692816734314, -0.3200279772281647, -0.19747896492481232, 0.9754902720451355, 1.1155463457107544, 0.3277312219142914, 1.2380952835083008, 1.605742335319519, 1.465686321258545, 2.2009804248809814, 2.0784313678741455, 2.0259103775024414, 2.043417453765869, 2.113445281982422, 1.8508403301239014, 1.693277359008789, 1.8508403301239014, 1.9558824300765991, 2.0084033012390137, 1.9208683967590332, 1.5707283020019531, 1.868347406387329, 2.0259103775024414, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.235994577407837, 2.218487501144409, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 2.0084033012390137, 1.5007003545761108, 2.043417453765869, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, -1.160364031791687, 1.1680673360824585, 0.2226892113685608, 1.465686321258545, 0.8704482913017273, 0.2752102017402649, 0.8704482913017273, 0.6778712272644043, 1.0980392694473267, 0.7128852605819702, 1.7983193397521973, 1.9908963441848755, 1.640756368637085, 1.728291392326355, 0.6603642702102661, 0.2577032148838043, 0.4852942228317261, 0.8529412746429443, 0.6253502368927002, 0.9754902720451355, 1.3256303071975708, 0.4677872359752655, -0.5126050114631653, 1.4131653308868408, 0.6078432202339172, 1.378151297569275, 0.08263305574655533, 0.9404762983322144, 0.8004202842712402, 1.8333333730697632, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 2.113445281982422, 1.9733893871307373, 1.7107843160629272, 1.9033613204956055, 2.0784313678741455, 1.8508403301239014, 1.815826416015625, 1.3606443405151367, 1.868347406387329, 1.9733893871307373, 2.2535016536712646, 2.1834733486175537, 2.218487501144409, 2.235994577407837, 2.235994577407837, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1309523582458496, 2.0084033012390137, 1.6582633256912231, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, -0.3025209903717041, 1.1505602598190308, 0.9754902720451355, 1.343137264251709, 1.3956583738327026, 0.502801239490509, 0.4677872359752655, 0.8529412746429443, 1.3956583738327026, 0.0476190559566021, 1.2030812501907349, 1.9733893871307373, 1.4131653308868408, 1.640756368637085, 0.8179272413253784, 0.13515406847000122, 0.5553222298622131, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 1.553221344947815, 0.45028021931648254, -0.6176469922065735, 0.9229692816734314, 1.5357143878936768, 1.693277359008789, 1.605742335319519, 0.502801239490509, 1.5357143878936768, 1.3081233501434326, 1.8333333730697632, 2.1309523582458496, 2.0084033012390137, 2.1484594345092773, 2.0959384441375732, 1.5357143878936768, 1.780812382698059, 2.0784313678741455, 1.8858543634414673, 1.9208683967590332, 0.9754902720451355, 1.8333333730697632, 2.0259103775024414, 2.288515567779541, 2.0609242916107178, 2.2535016536712646, 2.2535016536712646, 2.288515567779541, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1834733486175537, 2.0259103775024414, 1.9733893871307373, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.4131653308868408, 0.0476190559566021, 1.0980392694473267, 1.2556023597717285, 1.5707283020019531, 1.693277359008789, 0.24019621312618256, 0.9404762983322144, 1.1330533027648926, -0.4075630009174347, -0.3550419807434082, 0.6253502368927002, 2.0084033012390137, 1.553221344947815, 1.3956583738327026, 0.8004202842712402, -0.39005598425865173, 1.1155463457107544, 0.9054622650146484, 0.9054622650146484, 0.6603642702102661, 1.1680673360824585, 0.6253502368927002, 0.18767507374286652, -0.3025209903717041, 0.6253502368927002, 1.5007003545761108, 1.378151297569275, 1.0630252361297607, 0.2226892113685608, 0.17016807198524475, 1.518207311630249, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.113445281982422, 1.7457983493804932, 1.780812382698059, 1.5357143878936768, 1.8333333730697632, 1.9733893871307373, 1.5357143878936768, 1.7457983493804932, 1.7983193397521973, 2.2710084915161133, 2.218487501144409, 2.235994577407837, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 1.9383753538131714, 1.7983193397521973, 2.0084033012390137, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.4131653308868408, 0.6428572535514832, 1.2205883264541626, 1.2380952835083008, 1.518207311630249, 1.7107843160629272, 0.45028021931648254, 0.3802522122859955, 0.7478992342948914, -1.1253501176834106, -0.6176469922065735, 1.2380952835083008, 1.9383753538131714, 1.483193278312683, 0.7829132676124573, 1.2030812501907349, -0.17997196316719055, 0.7303922772407532, 0.08263305574655533, 0.15266107022762299, 0.7654062509536743, 1.3606443405151367, 0.7128852605819702, 0.2226892113685608, -0.8277310132980347, 0.6778712272644043, 1.5357143878936768, -0.07492996007204056, -0.28501397371292114, -0.23249296844005585, 0.18767507374286652, 1.0630252361297607, 1.8508403301239014, 2.1484594345092773, 1.9733893871307373, 2.113445281982422, 1.7107843160629272, 2.0784313678741455, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0259103775024414, 1.3081233501434326, 1.9383753538131714, 2.3060226440429688, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.288515567779541, 2.2710084915161133, 2.218487501144409, 1.6582633256912231, 1.7633053064346313, 1.9733893871307373, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 0.8704482913017273, 1.2731093168258667, 1.2906162738800049, 1.5882353782653809, 1.6757704019546509, 0.29271721839904785, 0.3802522122859955, -0.7752100229263306, -0.5651260018348694, 0.520308256149292, 1.8508403301239014, 2.0609242916107178, 1.430672287940979, 1.2906162738800049, 0.6428572535514832, -0.39005598425865173, 1.2030812501907349, 0.9754902720451355, -0.3025209903717041, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 0.415266215801239, -0.4950979948043823, 0.5553222298622131, 0.7654062509536743, -0.47759100794792175, 0.5728292465209961, -0.4425770044326782, 0.3277312219142914, 1.3256303071975708, 1.7983193397521973, 1.3606443405151367, 2.1309523582458496, 2.113445281982422, 1.8508403301239014, 2.1309523582458496, 2.1309523582458496, 1.9733893871307373, 1.9558824300765991, 2.1834733486175537, 2.0084033012390137, 1.7983193397521973, 2.3060226440429688, 2.2710084915161133, 2.218487501144409, 2.3235294818878174, 2.2535016536712646, 2.288515567779541, 2.3060226440429688, 2.235994577407837, 1.9733893871307373, 2.0959384441375732, 1.5357143878936768, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.20518220961093903, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.378151297569275, -0.23249296844005585, 1.2030812501907349, 1.5882353782653809, 1.7107843160629272, 1.7107843160629272, 1.4481793642044067, 0.3277312219142914, -0.5826330184936523, -1.5980392694473267, 0.7829132676124573, 1.9733893871307373, 2.0959384441375732, 1.483193278312683, 1.3606443405151367, 1.465686321258545, -0.21498596668243408, 0.8004202842712402, 1.2205883264541626, -0.07492996007204056, 0.3277312219142914, 0.9754902720451355, 0.8004202842712402, 0.8879552483558655, -0.33753499388694763, 0.20518220961093903, -0.09243696182966232, -0.4425770044326782, -0.7577030062675476, 0.13515406847000122, 1.0630252361297607, 1.780812382698059, 1.640756368637085, 1.9208683967590332, 2.0959384441375732, 1.6582633256912231, 1.9033613204956055, 1.780812382698059, 2.0784313678741455, 2.0259103775024414, 2.0259103775024414, 2.218487501144409, 2.1309523582458496, 1.8333333730697632, 2.288515567779541, 2.1309523582458496, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.288515567779541, 2.2535016536712646, 1.5882353782653809, 1.1855742931365967, 1.5882353782653809, 1.0105042457580566, 0.6603642702102661, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 0.2577032148838043, 1.1505602598190308, 1.6232492923736572, 1.7457983493804932, 1.5882353782653809, 1.5882353782653809, 0.4852942228317261, 0.2226892113685608, -1.195378065109253, 1.3606443405151367, 2.0084033012390137, 2.1834733486175537, 1.4131653308868408, 1.3956583738327026, 1.1855742931365967, 0.29271721839904785, 0.8529412746429443, 1.3606443405151367, 0.3277312219142914, 0.5728292465209961, 0.432773232460022, 1.0980392694473267, 0.6778712272644043, -0.33753499388694763, -0.7051820158958435, -0.6176469922065735, -0.0049019488506019115, -0.7577030062675476, -0.6526610255241394, 0.9229692816734314, 1.6582633256912231, 1.9558824300765991, 1.553221344947815, 1.7457983493804932, 0.8704482913017273, 1.9208683967590332, 2.0784313678741455, 2.043417453765869, 1.9733893871307373, 1.6582633256912231, 2.2009804248809814, 2.1484594345092773, 1.8508403301239014, 1.8858543634414673, 2.235994577407837, 2.3060226440429688, 2.235994577407837, 2.288515567779541, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9558824300765991, 1.9558824300765991, 1.378151297569275, 1.343137264251709, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, -0.6001400351524353, 1.1505602598190308, 1.6232492923736572, 1.780812382698059, 1.5882353782653809, 1.6757704019546509, 0.8179272413253784, 0.06512605398893356, 0.9404762983322144, 0.9229692816734314, 1.8508403301239014, 2.0784313678741455, 1.343137264251709, 0.24019621312618256, 0.8354342579841614, 0.11764705926179886, 0.3277312219142914, 0.9579832553863525, 1.0805323123931885, -0.12745095789432526, 0.9579832553863525, 0.502801239490509, 0.9929972887039185, -0.5126050114631653, 0.3102242052555084, 0.4852942228317261, -0.3550419807434082, 0.4677872359752655, -0.8802520632743835, 0.4852942228317261, 1.4481793642044067, 2.1484594345092773, 1.0280113220214844, 1.3256303071975708, 0.17016807198524475, 1.8858543634414673, 1.9033613204956055, 1.7457983493804932, 1.3956583738327026, 1.5007003545761108, 2.0609242916107178, 2.043417453765869, 1.8858543634414673, 1.8333333730697632, 2.2009804248809814, 2.3060226440429688, 2.341036558151245, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9208683967590332, 2.0609242916107178, 0.6778712272644043, 0.8879552483558655, 0.4677872359752655, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.432773232460022], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, -0.4950979948043823, 1.1330533027648926, 1.6582633256912231, 1.7107843160629272, 1.7633053064346313, 1.693277359008789, 0.7478992342948914, 0.2752102017402649, 1.0630252361297607, 0.3102242052555084, 1.868347406387329, 2.043417453765869, 1.518207311630249, 0.4677872359752655, 1.5007003545761108, 1.0280113220214844, 0.18767507374286652, 1.0280113220214844, 0.9579832553863525, -0.26750698685646057, 1.0280113220214844, 1.3256303071975708, 0.9054622650146484, -0.42506998777389526, -0.3200279772281647, 0.08263305574655533, 0.9404762983322144, 0.6078432202339172, 0.590336263179779, 1.2205883264541626, 1.0105042457580566, 2.113445281982422, 0.8529412746429443, 0.5728292465209961, -0.6001400351524353, 1.9033613204956055, 1.6582633256912231, 1.553221344947815, 0.432773232460022, 0.8004202842712402, 1.815826416015625, 1.9908963441848755, 1.8508403301239014, 1.2205883264541626, 2.288515567779541, 2.341036558151245, 2.3235294818878174, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.288515567779541, 1.780812382698059, 1.1155463457107544, -0.057422954589128494, -0.022408949211239815, 0.34523820877075195, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254], [0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0105042457580566, -0.9852941036224365, 1.2731093168258667, 1.4481793642044067, 1.6582633256912231, 1.780812382698059, 1.693277359008789, 0.6253502368927002, -0.07492996007204056, 0.6953782439231873, 0.45028021931648254, 1.9033613204956055, 1.9383753538131714, 1.343137264251709, 0.2226892113685608, 1.5882353782653809, 1.868347406387329, 1.4131653308868408, 1.2030812501907349, -0.39005598425865173, -0.17997196316719055, 0.502801239490509, 1.693277359008789, 0.8179272413253784, -0.12745095789432526, -0.057422954589128494, -0.2499999701976776, 0.9229692816734314, 0.502801239490509, -0.03991595283150673, 1.343137264251709, 1.7107843160629272, 1.9908963441848755, 2.043417453765869, 0.8704482913017273, 0.11764705926179886, 1.9383753538131714, 1.7457983493804932, 1.4481793642044067, 1.8858543634414673, 0.9229692816734314, 1.693277359008789, 1.815826416015625, 1.6757704019546509, 1.2731093168258667, 2.1309523582458496, 2.165966510772705, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.288515567779541, 2.2535016536712646, 1.868347406387329, 1.8508403301239014, 0.415266215801239, 0.415266215801239, 0.8004202842712402, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.432773232460022], [0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9229692816734314, -1.370448112487793, 1.3256303071975708, 1.5357143878936768, 1.7983193397521973, 1.815826416015625, 1.6757704019546509, 0.6778712272644043, 0.03011205606162548, 0.520308256149292, 0.13515406847000122, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.20518220961093903, 1.378151297569275, 1.5707283020019531, 0.6078432202339172, 0.3277312219142914, -0.09243696182966232, 1.2380952835083008, 1.1680673360824585, 1.5882353782653809, 1.0280113220214844, -0.07492996007204056, -0.057422954589128494, 0.13515406847000122, 0.3277312219142914, 0.39775922894477844, 0.2577032148838043, 0.6778712272644043, 1.4131653308868408, 1.7457983493804932, 2.1309523582458496, 2.043417453765869, 1.9558824300765991, 1.9733893871307373, 1.7457983493804932, 1.6232492923736572, 1.868347406387329, 1.378151297569275, 1.9558824300765991, 2.043417453765869, 1.6582633256912231, 1.0280113220214844, 2.0259103775024414, 2.0259103775024414, 2.165966510772705, 2.341036558151245, 2.2710084915161133, 2.3060226440429688, 2.2535016536712646, 1.9383753538131714, 2.0259103775024414, 1.1155463457107544, 1.2731093168258667, 1.1855742931365967, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, -1.3529410362243652, 1.3956583738327026, 1.483193278312683, 1.8333333730697632, 1.7983193397521973, 1.6757704019546509, 0.8704482913017273, 0.9929972887039185, -0.21498596668243408, 0.2752102017402649, 1.9908963441848755, 1.7983193397521973, -0.057422954589128494, -0.6701680421829224, 1.3256303071975708, 1.5007003545761108, -0.03991595283150673, -0.39005598425865173, 0.502801239490509, 1.2731093168258667, 1.1855742931365967, 1.868347406387329, 2.0084033012390137, 0.9404762983322144, 0.5553222298622131, 1.0455182790756226, 0.15266107022762299, 0.1001400575041771, 0.415266215801239, 0.13515406847000122, 0.8179272413253784, 0.9579832553863525, 1.5882353782653809, 1.8858543634414673, 2.1309523582458496, 1.5357143878936768, 1.3256303071975708, 1.6232492923736572, 1.6232492923736572, 1.7457983493804932, 1.518207311630249, 1.9908963441848755, 1.0280113220214844, -0.21498596668243408, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.9733893871307373, 2.0609242916107178, 2.2710084915161133, 2.1484594345092773, 1.2906162738800049, 1.605742335319519, 1.3956583738327026, 0.4852942228317261, 0.432773232460022, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, -1.0378150939941406, 1.3256303071975708, 1.5707283020019531, 1.8508403301239014, 1.8333333730697632, 1.2205883264541626, 0.8529412746429443, 0.06512605398893356, -0.10994396358728409, -0.2499999701976776, 2.043417453765869, 1.6757704019546509, 0.6953782439231873, -1.0903360843658447, 1.553221344947815, 1.5357143878936768, -0.09243696182966232, -0.12745095789432526, 0.9054622650146484, 0.9929972887039185, 0.3627452254295349, 1.693277359008789, 1.9383753538131714, 0.2577032148838043, 0.9754902720451355, 0.3627452254295349, -0.5476189851760864, -0.3025209903717041, -0.057422954589128494, 0.11764705926179886, 0.9404762983322144, 0.502801239490509, 0.3802522122859955, -0.057422954589128494, 1.9208683967590332, 0.2226892113685608, 1.343137264251709, 1.4481793642044067, 0.9754902720451355, 1.0105042457580566, 1.605742335319519, 1.8508403301239014, -0.0049019488506019115, 1.553221344947815, 1.5882353782653809, 1.6582633256912231, -0.37254899740219116, 0.18767507374286652, 1.815826416015625, 2.3235294818878174, 2.0959384441375732, 1.6232492923736572, 1.605742335319519, 1.9733893871307373, 0.432773232460022, 0.7654062509536743, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8354342579841614, 0.8529412746429443, -1.1078431606292725, 1.2906162738800049, 1.518207311630249, 1.7633053064346313, 1.0805323123931885, 0.8179272413253784, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.6778712272644043, 2.1309523582458496, 1.7107843160629272, 0.6078432202339172, -1.0553221702575684, 1.2906162738800049, 1.6232492923736572, 0.24019621312618256, 0.8354342579841614, 0.8179272413253784, 0.2752102017402649, 0.415266215801239, 1.9033613204956055, 1.6582633256912231, 0.24019621312618256, 0.9404762983322144, 0.6253502368927002, 0.17016807198524475, 0.3102242052555084, 0.8529412746429443, 0.7303922772407532, 0.9054622650146484, -0.23249296844005585, -0.6176469922065735, -0.5651260018348694, 0.0476190559566021, 1.1855742931365967, 1.0280113220214844, 1.640756368637085, 1.3256303071975708, 1.1680673360824585, 1.2906162738800049, 1.2731093168258667, -0.7051820158958435, 1.8508403301239014, 0.6953782439231873, -0.0049019488506019115, -0.12745095789432526, 0.2577032148838043, 1.5882353782653809, 2.288515567779541, 1.8858543634414673, 1.0280113220214844, 2.0084033012390137, 0.8179272413253784, -0.07492996007204056, 0.45028021931648254, 0.5378152132034302, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, -0.5476189851760864, 1.2731093168258667, 1.5707283020019531, 1.7633053064346313, 0.8529412746429443, 1.4131653308868408, 0.502801239490509, 0.5553222298622131, 0.17016807198524475, 1.3081233501434326, 1.9558824300765991, 1.728291392326355, 0.8529412746429443, -1.335434079170227, 1.518207311630249, 1.2556023597717285, 0.6778712272644043, 0.18767507374286652, 0.2752102017402649, 0.6078432202339172, 1.3956583738327026, 1.868347406387329, 1.7457983493804932, 0.415266215801239, 1.1330533027648926, 1.1505602598190308, 0.432773232460022, 1.0980392694473267, 0.2226892113685608, 1.2731093168258667, 1.2556023597717285, -0.8802520632743835, -0.8802520632743835, -1.282913088798523, -0.9152660369873047, 1.2380952835083008, 0.9229692816734314, 1.2731093168258667, 1.9558824300765991, 1.7457983493804932, 1.5707283020019531, 1.2906162738800049, -0.6526610255241394, 1.693277359008789, 1.1505602598190308, 0.39775922894477844, 0.29271721839904785, 0.520308256149292, 1.2030812501907349, 1.8333333730697632, 0.5378152132034302, 1.7457983493804932, 2.218487501144409, 1.0630252361297607, 0.8704482913017273, 0.2577032148838043, 0.6078432202339172, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, -0.057422954589128494, 1.1505602598190308, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.518207311630249, 0.7303922772407532, 0.39775922894477844, -0.4600839912891388, 1.6757704019546509, 2.0609242916107178, 1.7983193397521973, 1.1680673360824585, -1.2303920984268188, 1.553221344947815, 0.8354342579841614, 1.465686321258545, 0.415266215801239, 0.6953782439231873, 0.7478992342948914, 1.6232492923736572, 1.1330533027648926, 1.4481793642044067, 0.6253502368927002, 0.9229692816734314, 0.520308256149292, 0.7829132676124573, 0.39775922894477844, 0.9579832553863525, 0.5378152132034302, -0.9152660369873047, 0.012605053372681141, 0.20518220961093903, -0.19747896492481232, -1.1253501176834106, -0.4600839912891388, 0.3102242052555084, 1.1155463457107544, 1.7633053064346313, 1.7107843160629272, 1.553221344947815, 0.39775922894477844, -0.03991595283150673, 2.0084033012390137, 1.5357143878936768, 0.3627452254295349, 0.39775922894477844, 0.9229692816734314, 1.4481793642044067, 1.0805323123931885, 1.6757704019546509, 1.815826416015625, 1.693277359008789, 1.1680673360824585, -0.26750698685646057, 0.3102242052555084, 0.5553222298622131, 0.6778712272644043, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.432773232460022], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.5378152132034302, 1.1155463457107544, 1.5007003545761108, 1.9208683967590332, 1.7457983493804932, 1.483193278312683, 0.8179272413253784, 0.24019621312618256, 0.5728292465209961, 1.4131653308868408, 1.8858543634414673, 1.868347406387329, 1.0805323123931885, -0.6001400351524353, 1.5707283020019531, 1.5707283020019531, 1.7457983493804932, 0.7478992342948914, 1.0630252361297607, 1.2030812501907349, 1.4481793642044067, 2.113445281982422, 0.0476190559566021, 0.18767507374286652, 0.9054622650146484, 0.8354342579841614, 0.9929972887039185, 0.7478992342948914, 0.3277312219142914, -0.42506998777389526, 0.7303922772407532, -0.07492996007204056, 0.24019621312618256, -0.42506998777389526, -1.2303920984268188, -1.0728291273117065, 0.6428572535514832, 1.0980392694473267, 1.868347406387329, 1.378151297569275, 1.465686321258545, 0.08263305574655533, -0.28501397371292114, 1.4131653308868408, 1.8508403301239014, 1.0805323123931885, 0.08263305574655533, 1.2380952835083008, 1.6232492923736572, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 2.0959384441375732, 1.1505602598190308, 0.2226892113685608, 0.34523820877075195, 0.012605053372681141, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.432773232460022], [0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.29271721839904785, 1.0980392694473267, 1.605742335319519, 1.9208683967590332, 1.780812382698059, 1.640756368637085, 0.7829132676124573, 1.0455182790756226, 1.2205883264541626, 1.8333333730697632, 1.9558824300765991, 1.605742335319519, 0.8179272413253784, -0.26750698685646057, 1.5007003545761108, 1.780812382698059, 1.483193278312683, 1.1680673360824585, 0.8529412746429443, 1.5007003545761108, 1.3081233501434326, 2.0959384441375732, 0.8354342579841614, 0.7829132676124573, 0.9579832553863525, -0.39005598425865173, 0.7829132676124573, 0.9229692816734314, 0.415266215801239, -0.3025209903717041, -0.17997196316719055, -0.0049019488506019115, 0.29271721839904785, -0.2499999701976776, -0.7752100229263306, -0.4950979948043823, -0.9327731132507324, 0.24019621312618256, 1.693277359008789, 2.0784313678741455, 1.3081233501434326, -0.10994396358728409, 0.0476190559566021, 0.9229692816734314, 1.1330533027648926, 0.6253502368927002, 0.3802522122859955, 1.2205883264541626, 1.7457983493804932, 1.2731093168258667, 0.6778712272644043, 0.9229692816734314, -0.12745095789432526, 0.7654062509536743, 1.0455182790756226, -0.0049019488506019115, 0.13515406847000122, 0.5378152132034302, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.432773232460022], [0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 1.3606443405151367, 1.640756368637085, 1.9558824300765991, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 0.7128852605819702, 1.640756368637085, 1.640756368637085, 1.8858543634414673, 1.605742335319519, 0.8354342579841614, -0.4425770044326782, 1.605742335319519, 1.640756368637085, 1.3081233501434326, 1.2380952835083008, 0.520308256149292, 1.5357143878936768, 1.7107843160629272, 1.553221344947815, 0.3802522122859955, 0.8179272413253784, 0.8529412746429443, 0.17016807198524475, 0.13515406847000122, 1.0980392694473267, 0.2752102017402649, -0.03991595283150673, -0.6351540088653564, 0.6953782439231873, 0.432773232460022, 0.7478992342948914, -1.2303920984268188, -0.3200279772281647, -1.1253501176834106, -0.4075630009174347, 1.2380952835083008, 1.9908963441848755, 1.465686321258545, 0.4677872359752655, 0.8354342579841614, 1.0805323123931885, 0.3802522122859955, 1.0105042457580566, 0.6603642702102661, 1.3956583738327026, 1.8858543634414673, 1.6582633256912231, -0.057422954589128494, -0.1624649614095688, -0.47759100794792175, -0.7226890325546265, 1.343137264251709, 1.728291392326355, 0.415266215801239, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.432773232460022, 0.4677872359752655, 0.45028021931648254], [0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5553222298622131, 0.5378152132034302, 0.4677872359752655, 0.6953782439231873, 1.378151297569275, 1.7457983493804932, 1.9033613204956055, 1.7983193397521973, 1.7107843160629272, 1.2731093168258667, 0.8004202842712402, 1.6757704019546509, 1.7457983493804932, 1.868347406387329, 1.553221344947815, 0.432773232460022, -0.03991595283150673, 1.553221344947815, 1.0805323123931885, 1.1680673360824585, 1.0105042457580566, 1.1330533027648926, 0.8704482913017273, 1.2380952835083008, 1.343137264251709, -0.33753499388694763, 1.3081233501434326, 0.5728292465209961, 0.2577032148838043, 0.3277312219142914, 0.0476190559566021, -0.2499999701976776, 0.2752102017402649, -0.4600839912891388, 0.5728292465209961, 0.6953782439231873, 0.432773232460022, 0.06512605398893356, -0.4425770044326782, 0.6778712272644043, -0.37254899740219116, 1.3606443405151367, 0.6778712272644043, 1.1855742931365967, -0.022408949211239815, 0.590336263179779, 1.465686321258545, 1.4131653308868408, 1.605742335319519, 1.5357143878936768, 2.0259103775024414, 2.043417453765869, 1.7983193397521973, -0.9852941036224365, -0.6001400351524353, 0.8004202842712402, 0.8004202842712402, 1.2556023597717285, 1.9383753538131714, 1.3956583738327026, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254], [0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.3802522122859955, 0.6778712272644043, 1.343137264251709, 1.6232492923736572, 1.815826416015625, 1.8333333730697632, 1.343137264251709, 0.29271721839904785, 1.1155463457107544, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.0455182790756226, -0.5126050114631653, -0.7401960492134094, 1.2556023597717285, 1.1680673360824585, 1.3606443405151367, 0.8879552483558655, 0.6078432202339172, 0.8004202842712402, 0.2226892113685608, 0.7654062509536743, -0.1624649614095688, 1.2906162738800049, 1.3606443405151367, 0.2226892113685608, 1.0280113220214844, 0.8879552483558655, 1.1330533027648926, -0.03991595283150673, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.6078432202339172, -1.0903360843658447, 0.590336263179779, -0.23249296844005585, 1.343137264251709, -0.03991595283150673, -0.28501397371292114, -0.2499999701976776, 1.2906162738800049, 0.7128852605819702, 1.0105042457580566, 1.2205883264541626, 1.8333333730697632, 1.4131653308868408, 1.868347406387329, 2.0784313678741455, -1.0728291273117065, 1.5007003545761108, 1.0630252361297607, 0.5553222298622131, 1.465686321258545, 1.5357143878936768, 1.5707283020019531, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.415266215801239, 0.34523820877075195, 0.29271721839904785, 0.6603642702102661, 1.553221344947815, 1.7107843160629272, 1.868347406387329, 1.8508403301239014, 1.1330533027648926, 0.7654062509536743, 1.2906162738800049, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 0.11764705926179886, 0.03011205606162548, -0.6001400351524353, 1.430672287940979, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.6078432202339172, 1.1680673360824585, 0.7303922772407532, 0.3627452254295349, 0.3102242052555084, 1.0980392694473267, 0.8704482913017273, 1.1155463457107544, 0.6953782439231873, 0.9404762983322144, 1.0455182790756226, 0.2226892113685608, 1.3081233501434326, 1.0455182790756226, 1.1855742931365967, 0.8004202842712402, 0.8879552483558655, -0.8802520632743835, -0.3025209903717041, 0.39775922894477844, 0.3627452254295349, 1.0980392694473267, -0.10994396358728409, -0.28501397371292114, 1.0980392694473267, 0.7303922772407532, 0.9404762983322144, 0.1001400575041771, 0.2226892113685608, 1.2731093168258667, 1.7633053064346313, 1.7457983493804932, -0.26750698685646057, 1.3081233501434326, 0.6428572535514832, 0.8179272413253784, 1.3256303071975708, 1.6757704019546509, 1.4131653308868408, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.2577032148838043, 0.7303922772407532, 1.378151297569275, 1.605742335319519, 1.8508403301239014, 1.815826416015625, 0.7478992342948914, 1.0630252361297607, 1.430672287940979, 1.7457983493804932, 1.5357143878936768, 1.640756368637085, -1.0553221702575684, -0.12745095789432526, -0.5126050114631653, 1.3256303071975708, 1.2205883264541626, 0.8354342579841614, 1.2556023597717285, 1.465686321258545, 0.7829132676124573, 0.6428572535514832, -0.5476189851760864, -0.10994396358728409, 1.378151297569275, 1.1155463457107544, 0.6428572535514832, -0.03991595283150673, -0.09243696182966232, 0.8879552483558655, 0.03011205606162548, 1.2906162738800049, 1.483193278312683, 1.3256303071975708, 1.3956583738327026, 1.1855742931365967, -1.0203081369400024, -0.5651260018348694, 0.8004202842712402, 0.3802522122859955, 0.6253502368927002, -0.09243696182966232, -1.2303920984268188, 0.39775922894477844, 0.520308256149292, 1.2556023597717285, 0.2577032148838043, 1.0980392694473267, 1.5707283020019531, 1.465686321258545, 1.8508403301239014, -0.47759100794792175, 1.0105042457580566, 0.6603642702102661, 0.13515406847000122, 1.6232492923736572, 1.6757704019546509, 1.5007003545761108, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.520308256149292, 0.4852942228317261, 0.502801239490509], [0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3802522122859955, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.29271721839904785, 0.24019621312618256, 0.2226892113685608, 0.8004202842712402, 1.5357143878936768, 1.6232492923736572, 1.8333333730697632, 1.7633053064346313, 0.4677872359752655, 0.7654062509536743, 1.6232492923736572, 1.815826416015625, 1.8858543634414673, 1.430672287940979, 0.2577032148838043, -0.10994396358728409, -0.26750698685646057, 1.5007003545761108, 1.343137264251709, 0.590336263179779, 0.6778712272644043, 0.7829132676124573, 1.3081233501434326, 0.6778712272644043, -0.03991595283150673, 0.590336263179779, 1.605742335319519, 1.1855742931365967, 1.0280113220214844, 0.7654062509536743, -0.07492996007204056, 0.7128852605819702, 0.11764705926179886, 1.1855742931365967, 1.2731093168258667, 1.640756368637085, 1.1855742931365967, 1.7107843160629272, -0.7226890325546265, 0.4852942228317261, -0.12745095789432526, -0.07492996007204056, -0.47759100794792175, 0.2577032148838043, -1.457983136177063, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.5728292465209961, 0.2577032148838043, 1.6582633256912231, 1.7107843160629272, 1.9908963441848755, -1.1428570747375488, 0.6078432202339172, 0.6778712272644043, 0.3102242052555084, 1.7457983493804932, 1.1680673360824585, 0.7303922772407532, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.4852942228317261, 0.502801239490509]], [[1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8556864261627197, 1.803398847579956, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374], [1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.646536111831665], [1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7925055623054504, 0.8447931408882141, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.7511112689971924], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7227887511253357, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8731155395507812, 1.8208279609680176, 1.803398847579956], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.9145098924636841, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.8905447721481323], [1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086], [0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107], [0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0299782752990723], [0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.1236603260040283, 1.0888018608093262, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.047407388687134], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8796514868736267, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [1.4548149108886719, 1.8208279609680176, 1.7511112689971924, 1.472244143486023, 1.1062309741973877, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.27398681640625, 2.2565577030181885, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.6988236904144287, 1.2456645965576172, 0.9667974710464478, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.6879304051399231, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7750763297080994, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.047407388687134, 2.1345534324645996, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.1868410110473633, 2.047407388687134, 1.8731155395507812, 1.315381407737732, 1.1062309741973877, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.8622223138809204, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.082265853881836], [1.5768193006515503, 2.0125491619110107, 2.117124319076538, 2.1868410110473633, 2.3262743949890137, 2.3785619735717773, 2.2565577030181885, 2.0648367404937744, 2.0299782752990723, 1.8208279609680176, 1.1062309741973877, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [1.332810640335083, 1.6813944578170776, 1.785969614982605, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 1.4025273323059082, 1.158518671989441, 0.8099347352981567, 0.6879304051399231, 0.600784420967102, 0.9667974710464478, 0.9319390654563904, 1.0365142822265625, 0.984226644039154, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [2.1694118976593018, 2.1694118976593018, 2.0125491619110107, 1.785969614982605, 1.7162528038024902, 0.6879304051399231, -0.688975989818573, -1.1247059106826782, 0.008191745728254318, 1.053943395614624, 1.6813944578170776, 1.785969614982605, 1.5942485332489014, 1.7511112689971924, 1.472244143486023, 1.1410894393920898, 0.984226644039154, 0.7750763297080994, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.27398681640625, 1.9951199293136597, 1.2805230617523193, 0.09533771127462387, 0.16505448520183563, 1.7511112689971924, 2.308845281600952, 2.3785619735717773, 2.2565577030181885, 2.308845281600952, 2.361132860183716, 2.047407388687134, 1.925403118133545, 1.629106879234314, 1.2456645965576172, 0.9493682980537415, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [2.0125491619110107, 2.082265853881836, 2.117124319076538, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.8556864261627197, 1.646536111831665, 1.768540382385254, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.27398681640625, 2.204270124435425, 2.047407388687134, 1.8731155395507812, 1.611677646636963, 1.1410894393920898, 0.8970807194709778, 0.7576471567153931, 0.6530719995498657, 0.8099347352981567, 0.8622223138809204, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.2108062505722046, 0.2173420637845993, -0.20095856487751007, 0.5484968423843384, 1.611677646636963, 2.0996949672698975, 2.204270124435425, 2.239128589630127, 2.308845281600952, 2.2914161682128906, 2.3262743949890137, 2.3262743949890137, 2.082265853881836, 1.803398847579956, 1.489673376083374, 1.1062309741973877, 0.9493682980537415, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.9145098924636841, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.6639652252197266, 1.8208279609680176, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 0.984226644039154, -0.688975989818573, -1.176993489265442, -0.6366884112358093, 0.4613508880138397, 1.332810640335083, 1.5768193006515503, 1.7162528038024902, 1.960261583328247, 2.1694118976593018, 2.204270124435425, 2.27398681640625, 2.361132860183716, 2.4831371307373047, 2.4134204387664795, 2.047407388687134, 1.6813944578170776, 1.1062309741973877, 0.7925055623054504, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1694118976593018, 2.1868410110473633], [0.8970807194709778, 1.4025273323059082, 1.5942485332489014, 1.6988236904144287, 1.3676689863204956, -0.5495424270629883, -1.2815686464309692, -0.6541175842285156, 1.1933770179748535, 2.1868410110473633, 2.27398681640625, 2.117124319076538, 2.082265853881836, 1.7511112689971924, 1.6988236904144287, 1.803398847579956, 1.803398847579956, 1.2630938291549683, 1.0016558170318604, 1.8382571935653687, 2.2914161682128906, 2.204270124435425, 1.6813944578170776, 1.071372628211975, 1.175947904586792, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425], [-0.5495424270629883, -0.026666639372706413, 0.7750763297080994, 1.2805230617523193, 0.42649248242378235, -1.1072766780853271, -1.176993489265442, 0.8099347352981567, 1.960261583328247, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.3262743949890137, 2.3262743949890137, 2.0996949672698975, 1.803398847579956, 1.0365142822265625, 0.07790851593017578, 1.2456645965576172, 2.2216994762420654, 2.2914161682128906, 2.308845281600952, 2.395991325378418, 2.3437037467956543, 2.0299782752990723, 1.8208279609680176, 1.5245317220687866, 1.2805230617523193, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.2914161682128906, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.3262743949890137, 2.2216994762420654, 2.204270124435425, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [-0.3055337369441986, -0.6541175842285156, -0.42753809690475464, 0.18248367309570312, 0.02562093921005726, -0.8981263637542725, -0.4972548484802246, 1.7162528038024902, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.239128589630127, 2.3437037467956543, 2.361132860183716, 2.0648367404937744, 1.2805230617523193, 1.5768193006515503, 2.117124319076538, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.3437037467956543, 2.3437037467956543, 2.239128589630127, 2.047407388687134, 1.785969614982605, 1.5245317220687866, 1.2456645965576172, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7336820363998413, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.239128589630127, 2.2565577030181885, 2.082265853881836, 1.5768193006515503, 2.0996949672698975, 2.308845281600952, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [0.008191745728254318, -0.3055337369441986, -0.23581695556640625, -0.11381260305643082, -0.21838775277137756, -0.3403921127319336, 0.2522004544734955, 1.6813944578170776, 1.9079740047454834, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.082265853881836, 1.629106879234314, 1.071372628211975, 1.158518671989441, 1.8556864261627197, 2.151982545852661, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.151982545852661, 2.239128589630127, 2.308845281600952, 2.047407388687134, 1.8556864261627197, 1.611677646636963, 1.315381407737732, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1868410110473633, 2.1345534324645996, 2.1868410110473633, 2.2914161682128906, 2.2914161682128906, 2.0299782752990723, 1.768540382385254, 2.082265853881836, 1.646536111831665, 2.4134204387664795, 2.2914161682128906, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 1.960261583328247, 2.0299782752990723, 2.3262743949890137, 2.3437037467956543, 2.2565577030181885, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [0.5833552479743958, 0.600784420967102, 1.332810640335083, 1.5419609546661377, 0.8796514868736267, 0.14762529730796814, -0.009237446822226048, 0.6530719995498657, 1.4548149108886719, 1.7511112689971924, 1.7511112689971924, 1.925403118133545, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.8556864261627197, 0.14762529730796814, -0.42753809690475464, -0.4972548484802246, -0.25324615836143494, 0.6356428265571594, 1.5419609546661377, 1.942832350730896, 2.0648367404937744, 2.1868410110473633, 2.0648367404937744, 1.942832350730896, 2.047407388687134, 2.2914161682128906, 2.1694118976593018, 1.960261583328247, 1.803398847579956, 1.4025273323059082, 1.1062309741973877, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.478780061006546, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.35677558183670044, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.0299782752990723, 1.8556864261627197, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.5071024894714355, 2.430849552154541, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.082265853881836, 1.925403118133545, 1.629106879234314, 1.5942485332489014, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [1.6988236904144287, 0.7925055623054504, 0.7402179837226868, 1.2456645965576172, 1.646536111831665, 1.2456645965576172, 0.44392168521881104, 0.35677558183670044, 0.600784420967102, 1.071372628211975, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 0.9145098924636841, -0.8806971907615662, -0.9678431153297424, -0.04409583657979965, 1.4548149108886719, 2.0125491619110107, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.7511112689971924, 2.0299782752990723, 2.204270124435425, 1.629106879234314, 1.2805230617523193, 1.8382571935653687, 2.1868410110473633, 1.9951199293136597, 1.5419609546661377, 0.9145098924636841, 0.8099347352981567, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.0648367404937744, 1.8905447721481323, 1.5419609546661377, 1.925403118133545, 1.960261583328247, 1.5245317220687866, 1.785969614982605, 1.5419609546661377, 1.5768193006515503, 1.489673376083374, 2.0996949672698975, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.1868410110473633, 1.6988236904144287, 1.629106879234314, 1.5419609546661377, 1.7162528038024902, 1.7336820363998413, 2.27398681640625, 2.239128589630127, 2.239128589630127, 2.239128589630127], [2.2914161682128906, 1.6813944578170776, -0.2881045341491699, -0.532113254070282, -0.3578213155269623, 0.09533771127462387, 0.6879304051399231, 1.472244143486023, 1.5942485332489014, 1.071372628211975, 0.8622223138809204, 1.2108062505722046, 1.5419609546661377, 1.7336820363998413, 1.3676689863204956, -0.18352937698364258, -1.176993489265442, -0.5495424270629883, 1.5419609546661377, 2.204270124435425, 2.239128589630127, 2.204270124435425, 2.308845281600952, 2.3437037467956543, 2.047407388687134, 1.5942485332489014, 1.071372628211975, 0.5833552479743958, 0.42649248242378235, 0.8622223138809204, 1.315381407737732, 2.0996949672698975, 2.2216994762420654, 1.5071024894714355, 1.1933770179748535, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.0365142822265625, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.3742047846317291, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7227887511253357, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.2216994762420654, 2.1345534324645996, 1.2108062505722046, 1.5245317220687866, 1.8382571935653687, 1.5768193006515503, 1.8208279609680176, 1.2979521751403809, 1.3676689863204956, 1.5593900680541992, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.9079740047454834, 1.8556864261627197, 1.942832350730896, 1.4548149108886719, 1.6988236904144287, 1.785969614982605, 2.0125491619110107, 2.2216994762420654, 2.2565577030181885, 2.2565577030181885, 2.239128589630127], [2.2216994762420654, 2.3785619735717773, 1.8208279609680176, 0.02562093921005726, -0.619259238243103, -0.42753809690475464, -0.25324615836143494, 0.28705883026123047, 1.1236603260040283, 1.646536111831665, 1.2108062505722046, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 0.7750763297080994, -0.601830005645752, -1.1595642566680908, 0.44392168521881104, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.2914161682128906, 2.204270124435425, 2.3437037467956543, 2.4134204387664795, 1.925403118133545, 1.0016558170318604, 0.44392168521881104, 1.2979521751403809, 1.489673376083374, 1.5245317220687866, 1.9951199293136597, 2.361132860183716, 2.27398681640625, 1.960261583328247, 1.8208279609680176, 1.6639652252197266, 1.2630938291549683, 1.0888018608093262, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.42649248242378235, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.3742047846317291, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.2565577030181885, 2.1694118976593018, 1.2630938291549683, 1.2805230617523193, 1.053943395614624, 1.4025273323059082, 1.5245317220687866, 1.5942485332489014, 1.175947904586792, 1.1062309741973877, 1.5071024894714355, 1.7511112689971924, 1.960261583328247, 1.785969614982605, 2.2565577030181885, 1.629106879234314, 1.9776906967163086, 1.5593900680541992, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885], [1.472244143486023, 2.0125491619110107, 2.3262743949890137, 2.204270124435425, 1.9079740047454834, 1.1062309741973877, 0.6530719995498657, 0.11276690661907196, -0.3229629397392273, 0.28705883026123047, 0.5833552479743958, 0.28705883026123047, 0.4090631604194641, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, -0.21838775277137756, 1.3850982189178467, 1.9079740047454834, 1.942832350730896, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.239128589630127, 2.2914161682128906, 2.3262743949890137, 2.0299782752990723, 1.053943395614624, 0.670501172542572, 0.9145098924636841, 1.0016558170318604, 1.7336820363998413, 2.1868410110473633, 2.27398681640625, 2.047407388687134, 1.960261583328247, 1.768540382385254, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.151982545852661, 2.204270124435425, 2.151982545852661, 2.151982545852661, 2.308845281600952, 1.2805230617523193, 0.9145098924636841, 0.7925055623054504, 0.9667974710464478, 1.3850982189178467, 1.5071024894714355, 0.9319390654563904, 0.9493682980537415, 1.489673376083374, 1.472244143486023, 1.8208279609680176, 1.472244143486023, 2.239128589630127, 1.4199565649032593, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.629106879234314, 1.768540382385254, 2.430849552154541, 2.204270124435425, 2.2565577030181885, 2.2914161682128906], [1.1236603260040283, 1.2456645965576172, 1.6988236904144287, 2.2565577030181885, 2.465708017349243, 2.5005664825439453, 2.1868410110473633, 1.0888018608093262, 0.3742047846317291, 0.4090631604194641, 0.1999128758907318, 0.18248367309570312, 0.827363908290863, 1.6988236904144287, 1.6639652252197266, 0.9493682980537415, 0.7227887511253357, 1.489673376083374, 1.8731155395507812, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 2.0648367404937744, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.0125491619110107, 1.8556864261627197, 1.2805230617523193, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.7925055623054504, 1.332810640335083, 1.960261583328247, 2.2216994762420654, 2.0996949672698975, 1.9951199293136597, 1.8556864261627197, 1.6988236904144287, 1.3676689863204956, 1.158518671989441, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.1933770179748535, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0125491619110107, 2.0996949672698975, 2.151982545852661, 2.117124319076538, 2.1694118976593018, 1.9079740047454834, 0.7925055623054504, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 1.2805230617523193, 1.5419609546661377, 1.0016558170318604, 1.071372628211975, 1.5419609546661377, 1.5071024894714355, 1.7162528038024902, 1.5419609546661377, 1.785969614982605, 1.5419609546661377, 1.5245317220687866, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.8382571935653687, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.308845281600952], [1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.332810640335083, 1.5593900680541992, 2.1345534324645996, 2.465708017349243, 2.430849552154541, 2.2565577030181885, 1.4199565649032593, 1.2282354831695557, 0.670501172542572, -0.04409583657979965, 0.478780061006546, 1.2456645965576172, 1.7511112689971924, 1.5071024894714355, 1.158518671989441, 1.2805230617523193, 1.6639652252197266, 1.8556864261627197, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 1.4548149108886719, 0.30448800325393677, -0.3578213155269623, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.175947904586792, 1.0190850496292114, 1.2805230617523193, 1.472244143486023, 1.646536111831665, 2.082265853881836, 2.3785619735717773, 2.0996949672698975, 1.9951199293136597, 1.9776906967163086, 1.6639652252197266, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.32191720604896545, 0.30448800325393677, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.151982545852661, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 1.0888018608093262, 0.7053595781326294, 0.8099347352981567, 0.8099347352981567, 0.984226644039154, 1.4548149108886719, 1.5245317220687866, 1.2630938291549683, 1.4025273323059082, 1.7162528038024902, 1.489673376083374, 1.6813944578170776, 1.7511112689971924, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.629106879234314, 1.5593900680541992, 2.0125491619110107, 2.082265853881836, 2.3437037467956543, 2.3437037467956543, 2.27398681640625], [1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.3676689863204956, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2216994762420654, 1.1410894393920898, 0.9493682980537415, 0.513638436794281, 0.13019609451293945, 0.28705883026123047, 0.7053595781326294, 1.1410894393920898, 0.984226644039154, 0.3742047846317291, 0.827363908290863, 1.3676689863204956, 1.611677646636963, 1.8556864261627197, 1.960261583328247, 1.942832350730896, 1.8208279609680176, 0.3742047846317291, -0.6366884112358093, 0.4613508880138397, 1.9079740047454834, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.7336820363998413, 1.5245317220687866, 1.5768193006515503, 1.6639652252197266, 1.5245317220687866, 1.2456645965576172, 1.1410894393920898, 1.629106879234314, 1.925403118133545, 1.7336820363998413, 1.2979521751403809, 1.1410894393920898, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 1.9776906967163086, 1.8731155395507812, 1.9951199293136597, 1.803398847579956, 2.0299782752990723, 1.2630938291549683, 0.3916339874267578, 0.513638436794281, 1.0016558170318604, 0.8447931408882141, 1.2282354831695557, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.7336820363998413, 1.6639652252197266, 1.925403118133545, 1.2805230617523193, 2.395991325378418, 2.361132860183716, 2.308845281600952], [1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.3502397537231445, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.5942485332489014, 1.1410894393920898, 1.2282354831695557, 1.4373857975006104, 1.053943395614624, 0.4613508880138397, 0.2522004544734955, 0.07790851593017578, 0.478780061006546, 1.0016558170318604, 1.1933770179748535, 1.5071024894714355, 1.6988236904144287, 1.803398847579956, 1.0365142822265625, -0.37525051832199097, -0.11381260305643082, 1.629106879234314, 2.0648367404937744, 2.117124319076538, 2.204270124435425, 2.2914161682128906, 2.27398681640625, 2.0648367404937744, 1.3676689863204956, 1.1062309741973877, 0.7925055623054504, 0.0430501289665699, 0.7053595781326294, 1.803398847579956, 2.2216994762420654, 2.117124319076538, 1.5245317220687866, 1.175947904586792, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.2696296274662018, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.513638436794281, 0.600784420967102, 0.6530719995498657, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 1.0888018608093262, 0.18248367309570312, 0.33934640884399414, -0.009237446822226048, 0.7925055623054504, 1.1062309741973877, 1.0190850496292114, 1.4025273323059082, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.6813944578170776, 1.5419609546661377, 1.4548149108886719, 1.2108062505722046, 1.2979521751403809, 1.5419609546661377, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.8382571935653687, 1.8382571935653687, 2.27398681640625, 2.3785619735717773], [1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.6639652252197266, 1.8905447721481323, 1.8208279609680176, 0.8970807194709778, 1.1933770179748535, 1.768540382385254, 1.8382571935653687, 1.2979521751403809, 0.4962092638015747, 0.5484968423843384, 1.158518671989441, 1.2805230617523193, 1.0888018608093262, 1.1410894393920898, 1.2805230617523193, 0.6530719995498657, -0.04409583657979965, 0.9493682980537415, 1.960261583328247, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.8731155395507812, 1.1410894393920898, 0.8447931408882141, 1.8382571935653687, 2.151982545852661, 2.2216994762420654, 2.3437037467956543, 2.4482789039611816, 2.239128589630127, 1.960261583328247, 1.925403118133545, 1.7162528038024902, 1.3676689863204956, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.7511112689971924, 0.6182135939598083, -0.07895421981811523, 1.5419609546661377, 1.1933770179748535, 0.7053595781326294, -0.2881045341491699, -0.18352937698364258, 0.13019609451293945, 0.7925055623054504, 1.1236603260040283, 0.9493682980537415, 1.489673376083374, 1.5245317220687866, 1.6813944578170776, 1.5245317220687866, 1.5419609546661377, 1.646536111831665, 1.6813944578170776, 1.5593900680541992, 1.629106879234314, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.5593900680541992, 1.7511112689971924, 1.5942485332489014, 1.8382571935653687, 2.0125491619110107, 1.7336820363998413, 2.3262743949890137, 2.4134204387664795], [1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 1.1062309741973877, 1.5593900680541992, 1.960261583328247, 2.1345534324645996, 1.4548149108886719, 1.3502397537231445, 1.629106879234314, 1.0888018608093262, 0.5659260153770447, 0.8447931408882141, 1.1410894393920898, 1.175947904586792, 1.053943395614624, 0.9145098924636841, 0.7576471567153931, 0.5833552479743958, 1.4373857975006104, 1.8382571935653687, 1.8905447721481323, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 1.158518671989441, 1.1410894393920898, 1.8731155395507812, 2.0648367404937744, 2.2216994762420654, 2.361132860183716, 2.430849552154541, 2.4482789039611816, 2.0996949672698975, 1.8905447721481323, 2.0648367404937744, 1.629106879234314, 1.315381407737732, 1.175947904586792, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.8905447721481323, 1.2630938291549683, 0.06047932058572769, 0.02562093921005726, 0.2696296274662018, 1.1410894393920898, 0.4090631604194641, -0.3578213155269623, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.1062309741973877, 0.984226644039154, 1.1933770179748535, 1.4548149108886719, 1.629106879234314, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.646536111831665, 1.5419609546661377, 1.5245317220687866, 1.8556864261627197, 1.8208279609680176, 1.7162528038024902, 2.308845281600952, 2.361132860183716], [1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.2630938291549683, 1.6988236904144287, 1.803398847579956, 1.611677646636963, 1.332810640335083, 1.0190850496292114, 1.2979521751403809, 1.7162528038024902, 1.4199565649032593, 0.9667974710464478, 0.9145098924636841, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 1.2108062505722046, 1.629106879234314, 1.629106879234314, 1.6988236904144287, 1.785969614982605, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 1.8208279609680176, 0.827363908290863, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 2.0996949672698975, 2.239128589630127, 2.430849552154541, 2.4134204387664795, 2.082265853881836, 1.960261583328247, 1.8208279609680176, 1.489673376083374, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.5833552479743958, 0.6182135939598083, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.6639652252197266, -0.09638340771198273, 0.02562093921005726, 0.513638436794281, 0.42649248242378235, 0.7227887511253357, 0.02562093921005726, 0.32191720604896545, 0.827363908290863, 1.1410894393920898, 1.5071024894714355, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.3676689863204956, 1.332810640335083, 1.4199565649032593, 1.5942485332489014, 1.611677646636963, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.5593900680541992, 1.5593900680541992, 1.646536111831665, 1.8382571935653687, 1.6813944578170776, 1.611677646636963, 2.27398681640625, 2.3437037467956543], [1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0888018608093262, 1.3502397537231445, 1.4025273323059082, 1.0888018608093262, 0.7750763297080994, 1.315381407737732, 1.7511112689971924, 1.6988236904144287, 1.1410894393920898, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 1.2630938291549683, 1.4199565649032593, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.7336820363998413, 1.8208279609680176, 1.8556864261627197, 1.2456645965576172, -0.18352937698364258, 0.6530719995498657, 2.082265853881836, 2.2914161682128906, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.925403118133545, 2.151982545852661, 2.204270124435425, 2.3785619735717773, 2.4134204387664795, 2.1345534324645996, 1.925403118133545, 1.8905447721481323, 1.5419609546661377, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.18248367309570312, 0.16505448520183563, 0.11276690661907196, 0.11276690661907196, 0.07790851593017578, 0.09533771127462387, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5833552479743958, 0.513638436794281, 0.600784420967102, 0.6879304051399231, 0.7576471567153931, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.8382571935653687, 1.8208279609680176, 1.960261583328247, 1.4373857975006104, 1.6813944578170776, 1.6639652252197266, 0.14762529730796814, -0.5146840810775757, 0.2522004544734955, 0.7227887511253357, 0.8970807194709778, 0.6879304051399231, 0.09533771127462387, 1.3676689863204956, 1.6639652252197266, 1.5593900680541992, 1.8905447721481323, 1.768540382385254, 1.785969614982605, 1.1933770179748535, 1.7336820363998413, 1.629106879234314, 1.3676689863204956, 1.315381407737732, 1.1236603260040283, 1.3850982189178467, 1.7336820363998413, 1.611677646636963, 1.646536111831665, 1.4199565649032593, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.7162528038024902, 1.8731155395507812, 1.6813944578170776, 1.629106879234314, 2.3437037467956543, 2.3262743949890137], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 1.175947904586792, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.5071024894714355, 1.646536111831665, 1.2979521751403809, 0.8970807194709778, 0.7750763297080994, 0.8622223138809204, 0.9145098924636841, 1.2282354831695557, 1.3676689863204956, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.4199565649032593, 0.4090631604194641, 0.32191720604896545, 1.7162528038024902, 2.047407388687134, 2.117124319076538, 2.204270124435425, 2.308845281600952, 2.239128589630127, 1.785969614982605, 1.489673376083374, 1.4199565649032593, 1.1236603260040283, 1.2805230617523193, 1.803398847579956, 1.9079740047454834, 0.6879304051399231, 0.8970807194709778, 1.1236603260040283, 1.2979521751403809, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.09533771127462387, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.5659260153770447, 0.7053595781326294, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.3676689863204956, 1.4025273323059082, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 2.0125491619110107, 1.646536111831665, 0.008191745728254318, -0.44496726989746094, 0.11276690661907196, -0.8284096121788025, -0.41010889410972595, 0.30448800325393677, 0.7925055623054504, 0.9493682980537415, 1.053943395614624, 0.3916339874267578, 1.489673376083374, 1.2979521751403809, 1.6813944578170776, 1.8556864261627197, 1.5942485332489014, 1.472244143486023, 1.4548149108886719, 1.9079740047454834, 1.6813944578170776, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.5768193006515503, 1.7336820363998413, 1.7162528038024902, 1.3850982189178467, 1.4025273323059082, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.5245317220687866, 2.430849552154541, 2.3437037467956543], [1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.3850982189178467, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.3676689863204956, 1.2630938291549683, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.5419609546661377, 1.5071024894714355, 1.071372628211975, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 1.1933770179748535, 1.4373857975006104, 1.5245317220687866, 1.489673376083374, 1.053943395614624, 0.2522004544734955, 0.9319390654563904, 1.8905447721481323, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.2565577030181885, 2.308845281600952, 2.2914161682128906, 1.2630938291549683, -0.06152502819895744, -0.3055337369441986, -0.3229629397392273, 0.42649248242378235, 0.18248367309570312, -0.23581695556640625, 0.2173420637845993, 1.5942485332489014, 1.5419609546661377, 1.2805230617523193, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.32191720604896545, 0.42649248242378235, 0.513638436794281, 0.6356428265571594, 0.984226644039154, 1.175947904586792, 1.5245317220687866, 1.611677646636963, 1.785969614982605, 1.6639652252197266, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.6813944578170776, 1.5768193006515503, 1.5245317220687866, 1.5942485332489014, 1.8382571935653687, 1.6988236904144287, 1.7511112689971924, 2.0996949672698975, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.8382571935653687, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.4025273323059082, 0.02562093921005726, 0.3916339874267578, -0.6366884112358093, -0.42753809690475464, -1.089847445487976, -0.8109803795814514, -0.8632679581642151, 0.30448800325393677, 0.4613508880138397, 0.7576471567153931, 0.8622223138809204, 0.3916339874267578, 1.2979521751403809, 1.7336820363998413, 1.5942485332489014, 1.6813944578170776, 1.4548149108886719, 1.7336820363998413, 1.6639652252197266, 1.803398847579956, 1.9079740047454834, 1.8382571935653687, 1.1062309741973877, 1.2805230617523193, 1.489673376083374, 1.5768193006515503, 1.6639652252197266, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.9951199293136597, 1.9776906967163086, 1.785969614982605, 2.465708017349243, 2.308845281600952], [1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.175947904586792, 1.8556864261627197, 2.2565577030181885, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 1.6639652252197266, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 1.0016558170318604, 1.2282354831695557, 1.646536111831665, 1.4548149108886719, 0.827363908290863, 0.4613508880138397, 0.5484968423843384, 0.9145098924636841, 1.4025273323059082, 1.4199565649032593, 1.0888018608093262, 0.5833552479743958, 1.489673376083374, 1.8556864261627197, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.082265853881836, 2.1345534324645996, 2.1868410110473633, 2.082265853881836, 1.053943395614624, 0.1999128758907318, -0.27067533135414124, -0.3229629397392273, -0.3055337369441986, -0.3578213155269623, -0.44496726989746094, -0.07895421981811523, 1.332810640335083, 1.6639652252197266, 1.4373857975006104, 1.1410894393920898, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1410894393920898, 1.071372628211975, 0.9493682980537415, 0.984226644039154, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1410894393920898, 1.1236603260040283, 1.0190850496292114, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.0888018608093262, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 0.8622223138809204, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.18248367309570312, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.16505448520183563, 0.2347712516784668, 0.1999128758907318, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.4090631604194641, 0.7576471567153931, 1.2456645965576172, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.6813944578170776, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.646536111831665, 1.6988236904144287, 1.629106879234314, 1.8731155395507812, 1.7511112689971924, 1.8208279609680176, 2.082265853881836, 2.117124319076538, 1.8731155395507812, 1.960261583328247, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.942832350730896, 1.8905447721481323, 1.9776906967163086, 1.925403118133545, 2.047407388687134, 0.827363908290863, 0.07790851593017578, -0.42753809690475464, -0.9155555367469788, -0.9504139423370361, -0.7935512065887451, -0.7935512065887451, -0.5495424270629883, -0.42753809690475464, 0.14762529730796814, 0.32191720604896545, 0.35677558183670044, 0.600784420967102, 0.8622223138809204, 1.489673376083374, 1.629106879234314, 1.5768193006515503, 1.2979521751403809, 1.3850982189178467, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.7336820363998413, 1.8731155395507812, 1.071372628211975, 1.315381407737732, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.942832350730896, 1.942832350730896, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.8208279609680176, 2.1694118976593018, 1.785969614982605, 1.5245317220687866, 2.4482789039611816, 2.361132860183716], [1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.3850982189178467, 1.9776906967163086, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.047407388687134, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 1.3676689863204956, 0.9493682980537415, 0.6356428265571594, 0.513638436794281, 0.984226644039154, 1.2108062505722046, 1.1410894393920898, 1.2282354831695557, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.0299782752990723, 1.332810640335083, 0.16505448520183563, -0.1661001741886139, -0.1486709862947464, -0.04409583657979965, -0.04409583657979965, -0.21838775277137756, -0.37525051832199097, -0.532113254070282, 0.2696296274662018, 0.8970807194709778, 0.6530719995498657, 0.7925055623054504, 1.0888018608093262, 1.158518671989441, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.0016558170318604, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.175947904586792, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8796514868736267, 0.8622223138809204, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.2522004544734955, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.18248367309570312, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.2522004544734955, 0.513638436794281, 0.827363908290863, 1.3676689863204956, 1.4025273323059082, 1.2282354831695557, 1.3502397537231445, 1.4373857975006104, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.5593900680541992, 1.629106879234314, 1.5245317220687866, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.8208279609680176, 1.8905447721481323, 1.803398847579956, 2.0648367404937744, 1.629106879234314, 2.151982545852661, 1.6813944578170776, 2.1868410110473633, 2.0648367404937744, 2.1868410110473633, 2.047407388687134, 2.082265853881836, 1.9776906967163086, 1.611677646636963, 1.3850982189178467, 1.1410894393920898, 0.2173420637845993, -0.4972548484802246, -0.9852723479270935, -1.1072766780853271, -1.1944226026535034, -0.9155555367469788, -0.6715468168258667, 0.2347712516784668, 0.4090631604194641, 0.18248367309570312, -0.009237446822226048, 0.478780061006546, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.6988236904144287, 1.5245317220687866, 1.2630938291549683, 1.175947904586792, 1.5942485332489014, 1.8382571935653687, 1.8556864261627197, 1.5768193006515503, 1.6639652252197266, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.5245317220687866, 1.7336820363998413, 1.925403118133545, 1.960261583328247, 1.5768193006515503, 2.395991325378418, 2.395991325378418], [1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.2630938291549683, 1.925403118133545, 2.27398681640625, 2.204270124435425, 2.1694118976593018, 2.0996949672698975, 1.629106879234314, 1.2630938291549683, 1.175947904586792, 1.4199565649032593, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.158518671989441, 1.5071024894714355, 1.5071024894714355, 1.0888018608093262, 0.8796514868736267, 0.8099347352981567, 1.0365142822265625, 1.6639652252197266, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 1.489673376083374, 0.06047932058572769, -0.026666639372706413, 0.513638436794281, 0.14762529730796814, -0.11381260305643082, -0.3229629397392273, -0.3403921127319336, -0.4623964726924896, -0.44496726989746094, -0.20095856487751007, -0.21838775277137756, -0.3229629397392273, -0.25324615836143494, -0.09638340771198273, 0.11276690661907196, 0.3916339874267578, 0.7402179837226868, 1.071372628211975, 1.175947904586792, 1.2805230617523193, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.785969614982605, 1.8556864261627197, 2.047407388687134, 2.27398681640625, 1.3676689863204956, -0.06152502819895744, 0.2696296274662018, 0.7925055623054504, 1.803398847579956, 2.27398681640625, 2.430849552154541, 2.4831371307373047, 2.430849552154541, 2.361132860183716, 2.3785619735717773, 2.430849552154541, 2.3437037467956543, 2.395991325378418, 2.622570753097534, 2.1345534324645996, -0.37525051832199097, -0.44496726989746094, 0.7925055623054504, 1.785969614982605, 2.0299782752990723, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 1.6813944578170776, 0.42649248242378235, 0.2696296274662018, 0.6356428265571594, 1.3850982189178467, 1.2456645965576172, 1.1236603260040283, 1.053943395614624, 0.8622223138809204, 0.6530719995498657, 0.5833552479743958, 0.4613508880138397, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.09533771127462387, 0.13019609451293945, 0.14762529730796814, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.28705883026123047, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.42649248242378235, 0.42649248242378235, 0.513638436794281, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.9667974710464478, 1.1236603260040283, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.646536111831665, 1.8731155395507812, 1.5942485332489014, 1.4373857975006104, 1.5768193006515503, 1.3502397537231445, 1.4025273323059082, 1.5071024894714355, 1.629106879234314, 1.3676689863204956, 1.472244143486023, 1.629106879234314, 1.7511112689971924, 1.7511112689971924, 1.4199565649032593, 1.942832350730896, 1.785969614982605, 1.6639652252197266, 1.8905447721481323, 2.0996949672698975, 2.2216994762420654, 2.0299782752990723, 2.0125491619110107, 2.1345534324645996, 2.047407388687134, 1.8731155395507812, 1.175947904586792, 0.2696296274662018, -0.1486709862947464, -0.688975989818573, -1.0201307535171509, -1.2815686464309692, -1.2989977598190308, -1.2989977598190308, -0.9155555367469788, -1.0201307535171509, 1.1236603260040283, 1.489673376083374, 1.0365142822265625, -0.009237446822226048, -0.2881045341491699, 0.13019609451293945, 1.6813944578170776, 1.6639652252197266, 2.0648367404937744, 1.6988236904144287, 1.3502397537231445, 0.8622223138809204, 1.7511112689971924, 1.4373857975006104, 1.768540382385254, 1.785969614982605, 2.047407388687134, 1.5071024894714355, 1.3676689863204956, 1.4025273323059082, 1.2979521751403809, 1.2979521751403809, 1.8208279609680176, 1.7336820363998413, 1.925403118133545, 1.7336820363998413, 1.5071024894714355, 1.5942485332489014, 1.5593900680541992, 1.9951199293136597, 1.5071024894714355, 2.308845281600952, 2.361132860183716], [1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.2282354831695557, 2.0299782752990723, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.0648367404937744, 1.7511112689971924, 1.2282354831695557, 1.2456645965576172, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.3850982189178467, 1.0888018608093262, 1.315381407737732, 1.7162528038024902, 1.489673376083374, 1.0190850496292114, 0.8447931408882141, 0.9319390654563904, 0.7402179837226868, 0.5659260153770447, 0.8970807194709778, 1.315381407737732, 1.611677646636963, 1.8731155395507812, 1.9079740047454834, 1.4025273323059082, 0.478780061006546, 0.7053595781326294, -0.1486709862947464, -0.1486709862947464, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.35677558183670044, 1.0888018608093262, 1.8556864261627197, 2.117124319076538, 2.1694118976593018, 2.308845281600952, 2.5354247093200684, 2.1694118976593018, 1.5593900680541992, 1.925403118133545, 2.3262743949890137, 2.465708017349243, 2.4482789039611816, 2.517995595932007, 2.552854061126709, 2.5702831745147705, 2.587712287902832, 2.622570753097534, 1.4199565649032593, -0.7064052224159241, -0.9852723479270935, 0.4613508880138397, 2.4134204387664795, 2.465708017349243, 2.430849552154541, 2.4482789039611816, 2.430849552154541, 2.4831371307373047, 2.5354247093200684, 2.5702831745147705, 2.622570753097534, 2.6399998664855957, 2.6399998664855957, 1.925403118133545, -0.026666639372706413, 0.8622223138809204, 1.768540382385254, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.0299782752990723, 0.9145098924636841, -0.18352937698364258, -0.7238344550132751, -0.9852723479270935, -0.7238344550132751, 2.1694118976593018, 2.430849552154541, 2.430849552154541, 2.517995595932007, 2.430849552154541, 2.308845281600952, 2.0648367404937744, 1.611677646636963, 1.2108062505722046, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.6879304051399231, 0.600784420967102, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.670501172542572, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7576471567153931, 0.8447931408882141, 0.9493682980537415, 0.8970807194709778, 0.9667974710464478, 0.9667974710464478, 1.1410894393920898, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2979521751403809, 1.472244143486023, 1.4199565649032593, 1.5071024894714355, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.7162528038024902, 1.2456645965576172, 1.158518671989441, 1.1410894393920898, 1.2979521751403809, 1.489673376083374, 1.2282354831695557, 1.2979521751403809, 1.5419609546661377, 1.3502397537231445, 1.332810640335083, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.5593900680541992, 1.4373857975006104, 1.611677646636963, 1.5419609546661377, 1.5593900680541992, 1.472244143486023, 1.7511112689971924, 1.768540382385254, 2.0648367404937744, 1.6813944578170776, 2.239128589630127, 2.0299782752990723, 1.611677646636963, 2.1868410110473633, 2.0996949672698975, 2.1694118976593018, 1.9776906967163086, 2.0299782752990723, 1.7336820363998413, 0.4090631604194641, -0.5146840810775757, -1.1072766780853271, -1.246710181236267, -1.176993489265442, -1.1944226026535034, -1.2989977598190308, -1.403572916984558, -0.8806971907615662, -0.7238344550132751, 1.5768193006515503, 1.960261583328247, 1.5245317220687866, 0.6530719995498657, -0.21838775277137756, 0.2696296274662018, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.925403118133545, 1.6639652252197266, 1.472244143486023, 1.2630938291549683, 1.5419609546661377, 1.8905447721481323, 1.768540382385254, 2.047407388687134, 1.803398847579956, 1.629106879234314, 1.8208279609680176, 1.5593900680541992, 1.472244143486023, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.4025273323059082, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 1.332810640335083, 2.4482789039611816, 2.395991325378418], [1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.175947904586792, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2565577030181885, 2.1345534324645996, 1.8731155395507812, 1.4548149108886719, 1.3850982189178467, 1.8208279609680176, 1.8382571935653687, 1.6639652252197266, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.5071024894714355, 1.3502397537231445, 1.1933770179748535, 1.1236603260040283, 0.8796514868736267, 0.8447931408882141, 0.7576471567153931, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, -0.07895421981811523, -0.37525051832199097, 0.478780061006546, 0.4090631604194641, 0.2522004544734955, 0.18248367309570312, 0.06047932058572769, 0.1999128758907318, 0.6356428265571594, 0.7750763297080994, 0.5659260153770447, 1.8556864261627197, 2.587712287902832, 2.5354247093200684, 2.4482789039611816, 2.552854061126709, 2.308845281600952, 2.151982545852661, 2.465708017349243, 2.4831371307373047, 2.517995595932007, 2.5354247093200684, 2.5354247093200684, 2.517995595932007, 2.587712287902832, 2.552854061126709, 2.587712287902832, 0.7053595781326294, -0.688975989818573, -1.1944226026535034, -1.1595642566680908, 0.0430501289665699, 2.3262743949890137, 2.430849552154541, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.3262743949890137, 2.517995595932007, 2.517995595932007, 2.4831371307373047, 2.1694118976593018, -0.9504139423370361, -1.4732897281646729, -1.4384313821792603, -0.5146840810775757, 0.6356428265571594, 1.0190850496292114, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, -0.18352937698364258, -1.1247059106826782, -1.2641394138336182, -1.1944226026535034, 0.513638436794281, 1.8556864261627197, 2.4482789039611816, 2.587712287902832, 2.4134204387664795, 2.430849552154541, 2.395991325378418, 2.4831371307373047, 2.5702831745147705, 2.1694118976593018, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.4025273323059082, 1.2108062505722046, 1.175947904586792, 1.2456645965576172, 1.4199565649032593, 1.5419609546661377, 1.646536111831665, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.803398847579956, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.768540382385254, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.4373857975006104, 1.5071024894714355, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.5942485332489014, 1.7336820363998413, 1.629106879234314, 1.5245317220687866, 1.611677646636963, 1.4373857975006104, 1.629106879234314, 1.6813944578170776, 1.5942485332489014, 1.472244143486023, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.4548149108886719, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.1933770179748535, 1.315381407737732, 1.489673376083374, 1.2108062505722046, 1.6813944578170776, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.2565577030181885, 1.8208279609680176, 1.6813944578170776, 2.1694118976593018, 1.768540382385254, 2.0648367404937744, 2.047407388687134, 1.6988236904144287, 1.646536111831665, 0.2696296274662018, -0.9678431153297424, -1.3861438035964966, -1.5255773067474365, -1.490718960762024, -1.333856225013733, -0.8109803795814514, -1.5081480741500854, -1.5604356527328491, -0.1486709862947464, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.5593900680541992, 0.42649248242378235, 0.1999128758907318, 1.6639652252197266, 2.0996949672698975, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 2.117124319076538, 1.2979521751403809, 1.4199565649032593, 1.611677646636963, 1.611677646636963, 1.8382571935653687, 1.9776906967163086, 1.5245317220687866, 2.0125491619110107, 1.6988236904144287, 1.4199565649032593, 1.6639652252197266, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 2.082265853881836, 1.2630938291549683, 2.430849552154541, 2.361132860183716], [1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 1.053943395614624, 1.785969614982605, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.239128589630127, 1.942832350730896, 1.5942485332489014, 1.5593900680541992, 1.942832350730896, 2.0996949672698975, 2.0299782752990723, 1.7162528038024902, 1.5071024894714355, 1.4373857975006104, 1.3676689863204956, 1.5245317220687866, 1.646536111831665, 1.2805230617523193, 1.0888018608093262, 1.4548149108886719, 1.5593900680541992, 1.5245317220687866, 1.2805230617523193, 0.9667974710464478, 0.13019609451293945, -0.44496726989746094, -0.11381260305643082, -0.09638340771198273, -0.3229629397392273, -0.3229629397392273, -0.20095856487751007, -0.39267969131469727, -0.5844008326530457, -0.1486709862947464, 0.0430501289665699, -0.11381260305643082, 2.27398681640625, 2.4482789039611816, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.5005664825439453, 2.587712287902832, 2.5354247093200684, 2.5005664825439453, 2.4831371307373047, 2.395991325378418, 2.3785619735717773, 2.4831371307373047, 2.4482789039611816, 0.28705883026123047, -0.5146840810775757, -1.0724183320999146, -1.3861438035964966, -1.403572916984558, -1.403572916984558, -1.0549890995025635, -0.009237446822226048, 1.2805230617523193, 1.8556864261627197, 2.151982545852661, 2.361132860183716, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 1.3676689863204956, -1.2641394138336182, -1.5081480741500854, -1.5778648853302002, -1.490718960762024, -0.9678431153297424, -0.7064052224159241, -0.5669716596603394, -0.3578213155269623, -0.21838775277137756, -0.688975989818573, -1.2815686464309692, -1.1247059106826782, -1.1072766780853271, -0.3229629397392273, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 2.151982545852661, 2.587712287902832, 1.629106879234314, 0.28705883026123047, 0.8970807194709778, 1.3502397537231445, 1.611677646636963, 1.6813944578170776, 1.646536111831665, 1.8382571935653687, 1.9079740047454834, 1.8382571935653687, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.7511112689971924, 1.8556864261627197, 1.8556864261627197, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.5942485332489014, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.5942485332489014, 1.6813944578170776, 1.5768193006515503, 1.5071024894714355, 1.6813944578170776, 1.785969614982605, 1.8208279609680176, 1.5071024894714355, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.5942485332489014, 1.3676689863204956, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.2282354831695557, 1.2282354831695557, 1.3502397537231445, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.5593900680541992, 1.3676689863204956, 1.4373857975006104, 1.5245317220687866, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.5593900680541992, 1.7511112689971924, 1.611677646636963, 1.7162528038024902, 2.1868410110473633, 2.0125491619110107, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0996949672698975, 2.204270124435425, 1.4548149108886719, 1.315381407737732, 0.008191745728254318, -0.9329847693443298, -1.3861438035964966, -1.4384313821792603, -1.5255773067474365, -1.403572916984558, -1.4210021495819092, -1.5081480741500854, -1.5081480741500854, -0.688975989818573, 1.071372628211975, 1.5245317220687866, 1.5419609546661377, 1.5245317220687866, 0.42649248242378235, 0.513638436794281, 1.2282354831695557, 1.7162528038024902, 1.7336820363998413, 1.9776906967163086, 2.1868410110473633, 1.9776906967163086, 1.2979521751403809, 1.7162528038024902, 1.5593900680541992, 1.6639652252197266, 1.5593900680541992, 1.803398847579956, 1.7162528038024902, 1.9776906967163086, 1.7162528038024902, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.803398847579956, 1.925403118133545, 1.472244143486023, 1.3850982189178467, 1.3676689863204956, 2.239128589630127, 1.4373857975006104, 2.395991325378418, 2.361132860183716], [1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3502397537231445, 1.332810640335083, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.7925055623054504, 0.8447931408882141, 0.9667974710464478, 1.6988236904144287, 2.204270124435425, 2.3262743949890137, 2.3437037467956543, 2.27398681640625, 2.047407388687134, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 2.047407388687134, 2.1694118976593018, 1.8382571935653687, 1.5245317220687866, 1.5419609546661377, 1.3850982189178467, 1.3850982189178467, 1.629106879234314, 1.5071024894714355, 1.3502397537231445, 1.5071024894714355, 1.5942485332489014, 1.3850982189178467, 0.984226644039154, 0.18248367309570312, -0.37525051832199097, -0.11381260305643082, -0.07895421981811523, -0.2881045341491699, -0.4798256754875183, -0.6541175842285156, -0.8109803795814514, -0.9678431153297424, -1.2292810678482056, -1.246710181236267, -1.0549890995025635, -0.7412636280059814, -0.21838775277137756, 1.0365142822265625, 1.2979521751403809, 1.332810640335083, 1.942832350730896, 2.430849552154541, 2.517995595932007, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.768540382385254, -1.176993489265442, -1.2815686464309692, -1.3512853384017944, -1.333856225013733, -1.403572916984558, -1.403572916984558, -1.403572916984558, -1.3861438035964966, -1.3687145709991455, -1.2989977598190308, -1.4384313821792603, -1.1421350240707397, -1.089847445487976, -1.2292810678482056, -1.1944226026535034, -1.3861438035964966, -1.490718960762024, -1.4558604955673218, -1.4558604955673218, -1.403572916984558, -1.3164269924163818, -1.2292810678482056, -1.2292810678482056, -1.246710181236267, -1.2641394138336182, -1.2815686464309692, -1.5255773067474365, -1.5430065393447876, -1.647581696510315, -1.5255773067474365, -1.1421350240707397, -0.8109803795814514, -0.3403921127319336, 0.3742047846317291, 1.0190850496292114, 0.6530719995498657, 1.071372628211975, 1.472244143486023, 1.629106879234314, 1.8731155395507812, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.785969614982605, 1.646536111831665, 1.629106879234314, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.5419609546661377, 1.6813944578170776, 1.6639652252197266, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6988236904144287, 1.5593900680541992, 1.5942485332489014, 1.5071024894714355, 1.611677646636963, 1.629106879234314, 1.6813944578170776, 1.6639652252197266, 1.5245317220687866, 1.4199565649032593, 1.4025273323059082, 1.315381407737732, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.0190850496292114, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 0.9319390654563904, 1.053943395614624, 1.0016558170318604, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.1933770179748535, 1.4025273323059082, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.8731155395507812, 1.8382571935653687, 2.0996949672698975, 1.785969614982605, 2.117124319076538, 1.7162528038024902, 2.0996949672698975, 1.9776906967163086, 1.803398847579956, 1.9079740047454834, 0.9493682980537415, -0.8632679581642151, -1.2118518352508545, -1.3512853384017944, -1.3687145709991455, -1.5604356527328491, -1.5430065393447876, -1.5255773067474365, -1.4384313821792603, -1.6127232313156128, -0.9504139423370361, 0.4962092638015747, 1.071372628211975, 1.5419609546661377, 1.4548149108886719, 1.0888018608093262, 0.513638436794281, 0.8970807194709778, 1.8556864261627197, 1.9079740047454834, 1.960261583328247, 2.0125491619110107, 1.925403118133545, 1.4199565649032593, 1.158518671989441, 1.489673376083374, 1.5593900680541992, 1.332810640335083, 1.7511112689971924, 1.6813944578170776, 1.8556864261627197, 1.7511112689971924, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.8208279609680176, 2.239128589630127, 1.629106879234314, 1.472244143486023, 1.611677646636963, 2.0648367404937744, 1.472244143486023, 2.430849552154541, 2.3262743949890137], [1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.7576471567153931, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 1.4373857975006104, 2.0648367404937744, 2.361132860183716, 2.3262743949890137, 2.3262743949890137, 2.1694118976593018, 1.9776906967163086, 2.0648367404937744, 1.942832350730896, 1.925403118133545, 2.117124319076538, 2.0648367404937744, 1.7336820363998413, 1.4199565649032593, 1.5768193006515503, 1.768540382385254, 1.5245317220687866, 1.5419609546661377, 1.2979521751403809, 0.6530719995498657, 0.18248367309570312, -0.3229629397392273, -0.6715468168258667, -0.9329847693443298, -1.0201307535171509, -1.1247059106826782, -1.1595642566680908, -1.1421350240707397, -1.1247059106826782, -1.176993489265442, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.3861438035964966, -1.089847445487976, -1.0027015209197998, -1.0724183320999146, -1.2641394138336182, -1.2641394138336182, -1.3687145709991455, 0.7576471567153931, 1.1236603260040283, -1.2118518352508545, -1.2641394138336182, -0.7412636280059814, -0.23581695556640625, -0.7935512065887451, -1.6301524639129639, -1.5430065393447876, -1.6127232313156128, -1.6824400424957275, -1.5081480741500854, -1.490718960762024, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.3687145709991455, -1.246710181236267, -1.2118518352508545, -1.176993489265442, -1.1247059106826782, -1.1072766780853271, -1.246710181236267, -1.5778648853302002, -1.1595642566680908, 0.06047932058572769, 0.7227887511253357, 1.2108062505722046, 1.4548149108886719, 1.1236603260040283, 0.5310676693916321, -0.4972548484802246, -0.6715468168258667, -0.1312417984008789, -0.5495424270629883, -0.7935512065887451, -1.176993489265442, -1.4384313821792603, -1.3164269924163818, -1.3512853384017944, -1.3687145709991455, -1.3512853384017944, -0.7412636280059814, 0.4962092638015747, 1.629106879234314, 1.9079740047454834, 1.768540382385254, 1.8905447721481323, 1.5419609546661377, 1.611677646636963, 1.803398847579956, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.9079740047454834, 1.7336820363998413, 1.6639652252197266, 1.6639652252197266, 1.803398847579956, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.472244143486023, 1.2805230617523193, 1.3502397537231445, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.5593900680541992, 1.472244143486023, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.3676689863204956, 1.3502397537231445, 1.2282354831695557, 1.4025273323059082, 1.332810640335083, 1.2456645965576172, 1.2805230617523193, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.071372628211975, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.2456645965576172, 1.315381407737732, 1.053943395614624, 1.3850982189178467, 1.4373857975006104, 1.2979521751403809, 1.2282354831695557, 1.489673376083374, 1.646536111831665, 1.7162528038024902, 1.5593900680541992, 1.9776906967163086, 2.0648367404937744, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.611677646636963, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.9079740047454834, 1.960261583328247, 1.785969614982605, 0.5659260153770447, -1.176993489265442, -1.4384313821792603, -1.490718960762024, -1.403572916984558, -1.4558604955673218, -1.490718960762024, -1.6127232313156128, -1.3687145709991455, -1.5952941179275513, -1.490718960762024, -0.1312417984008789, 0.6182135939598083, 1.629106879234314, 1.646536111831665, 0.9493682980537415, 0.8099347352981567, 1.1062309741973877, 1.472244143486023, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.785969614982605, 1.5071024894714355, 1.2282354831695557, 1.5245317220687866, 1.5942485332489014, 1.2979521751403809, 1.4373857975006104, 1.785969614982605, 1.6813944578170776, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.2805230617523193, 1.803398847579956, 1.9776906967163086, 1.611677646636963, 1.3676689863204956, 1.7511112689971924, 1.5245317220687866, 1.5942485332489014, 2.465708017349243, 2.3262743949890137], [1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.1933770179748535, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 0.9145098924636841, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 1.0888018608093262, 1.9079740047454834, 2.3262743949890137, 2.3437037467956543, 2.308845281600952, 2.239128589630127, 2.204270124435425, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.0299782752990723, 1.472244143486023, 1.5593900680541992, 1.785969614982605, 1.0365142822265625, -0.04409583657979965, -0.688975989818573, -0.8284096121788025, -0.9155555367469788, -0.9155555367469788, -1.0201307535171509, -1.0724183320999146, -1.1247059106826782, -1.3687145709991455, -1.4732897281646729, -1.5604356527328491, -1.647581696510315, -1.7347276210784912, -1.6650108098983765, -1.6127232313156128, -1.1944226026535034, -0.5844008326530457, -0.4798256754875183, -0.5844008326530457, -0.6715468168258667, -1.0375598669052124, -1.176993489265442, -1.1944226026535034, -1.333856225013733, -1.3164269924163818, -1.2292810678482056, -1.0027015209197998, -0.9678431153297424, -1.333856225013733, -1.4732897281646729, -1.333856225013733, -0.7412636280059814, -0.3578213155269623, -0.3578213155269623, -0.7412636280059814, -1.2118518352508545, -0.1312417984008789, 1.7336820363998413, 2.082265853881836, 2.361132860183716, 2.4482789039611816, 2.4831371307373047, 2.5005664825439453, 1.7511112689971924, 0.9145098924636841, 1.2805230617523193, 2.1694118976593018, 2.151982545852661, 1.9951199293136597, 1.2630938291549683, 0.0430501289665699, -0.3578213155269623, 2.517995595932007, 2.622570753097534, 2.5702831745147705, 2.517995595932007, 2.5354247093200684, 2.6051416397094727, 2.430849552154541, 2.0648367404937744, 1.175947904586792, 0.0430501289665699, -0.11381260305643082, 0.7402179837226868, 1.1410894393920898, 1.472244143486023, 1.5245317220687866, 1.629106879234314, 1.5593900680541992, 1.5419609546661377, 1.8382571935653687, 1.925403118133545, 1.8208279609680176, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.646536111831665, 1.489673376083374, 1.6813944578170776, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.5768193006515503, 1.5071024894714355, 1.3676689863204956, 1.2456645965576172, 1.489673376083374, 1.629106879234314, 1.6813944578170776, 1.5071024894714355, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.1933770179748535, 1.0365142822265625, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 0.8099347352981567, 1.0016558170318604, 1.053943395614624, 1.2282354831695557, 1.1236603260040283, 1.0888018608093262, 1.2630938291549683, 1.1410894393920898, 0.7402179837226868, 1.3676689863204956, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.3502397537231445, 1.629106879234314, 1.8382571935653687, 1.611677646636963, 1.9776906967163086, 1.646536111831665, 1.7511112689971924, 2.0996949672698975, 2.0125491619110107, 1.925403118133545, 2.0648367404937744, 2.0996949672698975, 1.803398847579956, 1.9079740047454834, 1.942832350730896, 1.6813944578170776, 0.9145098924636841, -1.246710181236267, -1.5255773067474365, -1.4384313821792603, -1.4384313821792603, -1.4384313821792603, -1.5255773067474365, -1.490718960762024, -1.4732897281646729, -1.2641394138336182, -0.4623964726924896, -1.0724183320999146, 0.13019609451293945, 1.472244143486023, 1.315381407737732, 1.2456645965576172, 1.2979521751403809, 0.32191720604896545, 0.8447931408882141, 1.4373857975006104, 1.6988236904144287, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.611677646636963, 1.9079740047454834, 1.7336820363998413, 1.803398847579956, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 2.0125491619110107, 1.8731155395507812, 1.5419609546661377, 1.3676689863204956, 1.7336820363998413, 1.8382571935653687, 1.785969614982605, 1.6639652252197266, 1.6639652252197266, 1.332810640335083, 1.8731155395507812, 2.6399998664855957, 2.3262743949890137], [1.803398847579956, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7576471567153931, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 1.5071024894714355, 2.1345534324645996, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.204270124435425, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.0299782752990723, 0.600784420967102, -0.09638340771198273, -0.6715468168258667, -0.7761220335960388, -0.7064052224159241, -0.5495424270629883, -0.688975989818573, -0.8458387851715088, -1.0549890995025635, -1.1421350240707397, -1.1421350240707397, -1.176993489265442, -1.3164269924163818, -1.4558604955673218, -1.5081480741500854, -1.2118518352508545, -0.5844008326530457, 0.4613508880138397, 0.7402179837226868, 0.7053595781326294, 0.14762529730796814, -0.5495424270629883, -0.9852723479270935, -1.176993489265442, -1.0724183320999146, -0.37525051832199097, 0.44392168521881104, 0.4613508880138397, -0.2881045341491699, -1.2118518352508545, -1.1247059106826782, 0.670501172542572, 2.047407388687134, 2.361132860183716, 2.5005664825439453, 2.3262743949890137, 2.5005664825439453, 2.308845281600952, 1.8208279609680176, 0.478780061006546, 1.4548149108886719, 1.9079740047454834, 1.2979521751403809, 0.14762529730796814, -0.44496726989746094, 2.239128589630127, 2.622570753097534, 2.5702831745147705, 2.5354247093200684, 2.5005664825439453, 2.5354247093200684, 2.587712287902832, 1.8556864261627197, -0.1486709862947464, 1.5419609546661377, 1.8731155395507812, 2.5005664825439453, 2.5702831745147705, 2.0125491619110107, 0.8796514868736267, 1.8731155395507812, 2.1345534324645996, 0.8447931408882141, 0.8970807194709778, 1.5245317220687866, 1.472244143486023, 1.1933770179748535, 1.3850982189178467, 1.3850982189178467, 1.5071024894714355, 1.611677646636963, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.768540382385254, 1.8731155395507812, 1.6988236904144287, 1.5768193006515503, 1.5071024894714355, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.5419609546661377, 1.4025273323059082, 1.5768193006515503, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.053943395614624, 1.3676689863204956, 1.4199565649032593, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 0.984226644039154, 1.2979521751403809, 1.175947904586792, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0888018608093262, 1.0016558170318604, 0.8447931408882141, 0.9319390654563904, 1.053943395614624, 1.2282354831695557, 1.2979521751403809, 1.0365142822265625, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 0.8970807194709778, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.6813944578170776, 1.6639652252197266, 2.1345534324645996, 1.9951199293136597, 1.768540382385254, 2.0996949672698975, 1.8208279609680176, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.315381407737732, 0.1999128758907318, -1.0201307535171509, -1.4732897281646729, -1.5081480741500854, -1.4558604955673218, -1.5255773067474365, -1.5255773067474365, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -1.0027015209197998, 0.11276690661907196, -0.3578213155269623, 1.2456645965576172, 1.4548149108886719, 0.7227887511253357, 1.803398847579956, 1.4199565649032593, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.7162528038024902, 1.3850982189178467, 1.332810640335083, 1.472244143486023, 1.8731155395507812, 2.1345534324645996, 1.960261583328247, 1.8382571935653687, 1.315381407737732, 1.5942485332489014, 1.8556864261627197, 1.8556864261627197, 1.2630938291549683, 1.489673376083374, 1.8905447721481323, 1.489673376083374, 1.768540382385254, 1.960261583328247, 1.611677646636963, 1.472244143486023, 2.047407388687134, 2.6051416397094727, 2.3262743949890137], [1.8208279609680176, 1.7511112689971924, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.0888018608093262, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 1.2630938291549683, 1.9776906967163086, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.3262743949890137, 2.239128589630127, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.0125491619110107, 1.960261583328247, -0.1312417984008789, -0.3229629397392273, -0.619259238243103, -0.688975989818573, -0.601830005645752, -0.41010889410972595, -0.37525051832199097, -0.3055337369441986, -0.5844008326530457, -0.9678431153297424, -1.0201307535171509, -1.0375598669052124, -1.1595642566680908, -1.176993489265442, -0.7761220335960388, 0.827363908290863, 1.8208279609680176, 1.9951199293136597, 2.0996949672698975, 2.0996949672698975, 1.7511112689971924, 1.6988236904144287, 1.2805230617523193, 0.16505448520183563, 0.2696296274662018, 0.3916339874267578, -0.1312417984008789, -0.7064052224159241, -0.8284096121788025, -0.37525051832199097, 0.2696296274662018, 2.082265853881836, 2.1868410110473633, 2.395991325378418, 2.4831371307373047, 2.0648367404937744, 0.8796514868736267, -0.6715468168258667, 1.1933770179748535, 2.27398681640625, 2.5005664825439453, 2.4831371307373047, 2.552854061126709, 2.4831371307373047, 2.517995595932007, 2.361132860183716, 1.0365142822265625, 1.2979521751403809, 1.9951199293136597, 1.9776906967163086, 0.670501172542572, 0.16505448520183563, 2.2565577030181885, 2.6399998664855957, 2.4831371307373047, 2.622570753097534, 2.3785619735717773, 1.053943395614624, -0.8284096121788025, 1.315381407737732, 2.4134204387664795, 2.3262743949890137, 2.1694118976593018, 1.4199565649032593, 1.5593900680541992, 1.6813944578170776, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.4548149108886719, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.472244143486023, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.489673376083374, 1.1933770179748535, 1.332810640335083, 1.315381407737732, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.071372628211975, 1.2630938291549683, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.5245317220687866, 1.2805230617523193, 1.2108062505722046, 1.315381407737732, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 0.984226644039154, 0.7402179837226868, 1.0190850496292114, 1.053943395614624, 0.984226644039154, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.9951199293136597, 1.942832350730896, 1.9776906967163086, 2.082265853881836, 1.8556864261627197, 1.768540382385254, 1.5942485332489014, 1.3502397537231445, -0.5669716596603394, -1.4210021495819092, -1.5778648853302002, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.2641394138336182, -1.1944226026535034, -0.39267969131469727, -0.07895421981811523, -0.27067533135414124, 1.0016558170318604, 1.6639652252197266, 1.4373857975006104, 1.6639652252197266, 0.7576471567153931, 0.9667974710464478, 1.5593900680541992, 1.332810640335083, 1.1062309741973877, 1.2108062505722046, 1.7162528038024902, 1.7162528038024902, 2.0299782752990723, 2.0299782752990723, 1.5768193006515503, 1.7336820363998413, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.7336820363998413, 1.629106879234314, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 2.151982545852661, 1.5768193006515503, 1.7162528038024902, 1.8382571935653687, 2.622570753097534, 2.3437037467956543], [1.8382571935653687, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 1.2805230617523193, 1.1062309741973877, 0.8970807194709778, 1.071372628211975, 1.8208279609680176, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.308845281600952, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.0996949672698975, 1.9079740047454834, -0.39267969131469727, -0.3055337369441986, -0.25324615836143494, -0.39267969131469727, -0.4972548484802246, -0.619259238243103, -0.42753809690475464, 0.14762529730796814, 0.5310676693916321, 0.13019609451293945, -0.601830005645752, -1.1072766780853271, -1.2989977598190308, 0.28705883026123047, 2.1345534324645996, 2.3262743949890137, 2.3785619735717773, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 1.8556864261627197, 0.18248367309570312, -0.1661001741886139, 0.8447931408882141, 0.18248367309570312, -1.246710181236267, -1.4384313821792603, -0.5669716596603394, 1.6988236904144287, 2.2216994762420654, 2.308845281600952, 1.472244143486023, -0.25324615836143494, -0.23581695556640625, 0.827363908290863, 0.8447931408882141, -0.2881045341491699, -0.4798256754875183, 1.8208279609680176, 2.430849552154541, 2.465708017349243, 2.622570753097534, 2.6051416397094727, 2.5702831745147705, 2.151982545852661, 0.07790851593017578, 2.0648367404937744, 2.552854061126709, 2.5354247093200684, 2.5702831745147705, 2.0299782752990723, 0.33934640884399414, 1.8556864261627197, 2.239128589630127, 2.517995595932007, 2.2914161682128906, 2.4482789039611816, 0.984226644039154, -0.4623964726924896, 0.8970807194709778, 0.7750763297080994, 2.0299782752990723, 2.0996949672698975, 1.6639652252197266, 1.8208279609680176, 1.8208279609680176, 1.6988236904144287, 1.7336820363998413, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4025273323059082, 1.2456645965576172, 1.4025273323059082, 1.2282354831695557, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.2282354831695557, 1.2456645965576172, 1.4025273323059082, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.2805230617523193, 1.315381407737732, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.5071024894714355, 1.5071024894714355, 1.2979521751403809, 1.158518671989441, 0.9319390654563904, 0.9667974710464478, 0.7750763297080994, 0.9145098924636841, 0.7750763297080994, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.158518671989441, 0.8622223138809204, 1.4373857975006104, 1.158518671989441, 1.3850982189178467, 1.315381407737732, 0.984226644039154, 1.0888018608093262, 1.4373857975006104, 1.3502397537231445, 1.5768193006515503, 1.646536111831665, 1.489673376083374, 1.315381407737732, 1.5245317220687866, 1.6813944578170776, 1.942832350730896, 1.646536111831665, 2.117124319076538, 1.8382571935653687, 1.8208279609680176, 1.8905447721481323, 1.9776906967163086, 2.047407388687134, 2.1345534324645996, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.489673376083374, 1.1410894393920898, 0.16505448520183563, -0.9329847693443298, -1.5255773067474365, -1.5604356527328491, -1.5255773067474365, -1.5081480741500854, -1.5778648853302002, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.490718960762024, -1.089847445487976, -0.27067533135414124, 0.7576471567153931, 0.13019609451293945, 0.13019609451293945, 0.513638436794281, 0.9667974710464478, 1.0016558170318604, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.2282354831695557, 1.4373857975006104, 1.8208279609680176, 1.5768193006515503, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 1.646536111831665, 1.5071024894714355, 1.6988236904144287, 1.5071024894714355, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.489673376083374, 1.646536111831665, 2.1868410110473633, 2.27398681640625, 1.8556864261627197, 2.047407388687134, 2.0648367404937744, 2.5702831745147705, 2.3262743949890137], [1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1410894393920898, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.7750763297080994, 0.8099347352981567, 1.629106879234314, 2.117124319076538, 2.0299782752990723, 1.5245317220687866, 1.1236603260040283, 1.3850982189178467, 1.960261583328247, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.3262743949890137, 2.27398681640625, 2.1694118976593018, 2.151982545852661, 1.489673376083374, 0.16505448520183563, 0.1999128758907318, -0.04409583657979965, -0.42753809690475464, -0.7586928009986877, -0.9678431153297424, -0.6715468168258667, 0.02562093921005726, 0.7925055623054504, 1.2282354831695557, 0.8796514868736267, 0.28705883026123047, 2.3262743949890137, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.5354247093200684, 2.5005664825439453, 2.395991325378418, 2.0648367404937744, -0.026666639372706413, -0.4972548484802246, -0.18352937698364258, -0.6541175842285156, -0.8284096121788025, -0.9155555367469788, 0.7925055623054504, 1.8556864261627197, 1.6813944578170776, 0.18248367309570312, -1.0549890995025635, -0.8284096121788025, 1.4373857975006104, 2.4482789039611816, 2.517995595932007, 2.4482789039611816, 2.3437037467956543, 1.2282354831695557, -0.27067533135414124, -0.23581695556640625, 0.600784420967102, 1.2979521751403809, 0.8099347352981567, -0.532113254070282, 1.0016558170318604, 2.4482789039611816, 2.4482789039611816, 2.4482789039611816, 2.395991325378418, 2.4482789039611816, 2.5005664825439453, 2.0125491619110107, 0.7750763297080994, 1.8208279609680176, 2.308845281600952, 2.6399998664855957, 2.0125491619110107, -0.009237446822226048, -0.44496726989746094, 2.1868410110473633, 2.0996949672698975, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.6639652252197266, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.5419609546661377, 1.489673376083374, 1.489673376083374, 1.1410894393920898, 1.3850982189178467, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.332810640335083, 1.315381407737732, 1.4548149108886719, 1.071372628211975, 1.5419609546661377, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2456645965576172, 1.3676689863204956, 1.3676689863204956, 1.2456645965576172, 0.9319390654563904, 1.2108062505722046, 1.646536111831665, 1.4025273323059082, 1.315381407737732, 0.984226644039154, 1.2282354831695557, 1.0016558170318604, 0.7576471567153931, 0.984226644039154, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.8796514868736267, 0.5659260153770447, 1.315381407737732, 0.44392168521881104, 0.9145098924636841, 0.9667974710464478, 0.8622223138809204, 1.2979521751403809, 1.1062309741973877, 1.175947904586792, 1.332810640335083, 1.332810640335083, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.6988236904144287, 2.0299782752990723, 2.1345534324645996, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 2.2565577030181885, 2.0299782752990723, 1.9079740047454834, 2.082265853881836, 1.925403118133545, 1.489673376083374, 1.315381407737732, -0.601830005645752, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5778648853302002, -1.5778648853302002, -1.490718960762024, -1.4732897281646729, -0.9678431153297424, -0.8806971907615662, 0.8447931408882141, 0.2522004544734955, 0.5484968423843384, 1.2979521751403809, 1.8382571935653687, 1.053943395614624, 1.315381407737732, 1.4548149108886719, 1.2630938291549683, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.2108062505722046, 1.6639652252197266, 1.8556864261627197, 1.6813944578170776, 1.9951199293136597, 1.8208279609680176, 1.2805230617523193, 1.3502397537231445, 1.785969614982605, 1.960261583328247, 1.785969614982605, 1.629106879234314, 1.315381407737732, 1.7336820363998413, 1.960261583328247, 1.8556864261627197, 1.9079740047454834, 2.4482789039611816, 2.622570753097534, 2.361132860183716], [1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.9145098924636841, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.6813944578170776, 2.3785619735717773, 2.27398681640625, 1.925403118133545, 0.984226644039154, 1.175947904586792, 1.785969614982605, 2.151982545852661, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.1694118976593018, 1.942832350730896, 2.117124319076538, 1.925403118133545, 0.6879304051399231, 0.42649248242378235, 0.5833552479743958, 0.11276690661907196, -0.8284096121788025, -1.0724183320999146, -1.1944226026535034, -1.0027015209197998, -0.1312417984008789, 1.0016558170318604, 1.646536111831665, 2.3437037467956543, 2.4482789039611816, 2.430849552154541, 2.517995595932007, 2.552854061126709, 2.517995595932007, 1.5071024894714355, -0.4798256754875183, -1.1944226026535034, -0.9678431153297424, 0.600784420967102, 0.7576471567153931, -0.3229629397392273, -1.0201307535171509, -0.21838775277137756, 1.2979521751403809, 0.9667974710464478, -0.25324615836143494, -1.1072766780853271, -0.3578213155269623, 1.5942485332489014, 2.1868410110473633, 2.204270124435425, 1.785969614982605, -0.18352937698364258, -1.1944226026535034, -1.0724183320999146, 1.4548149108886719, 2.430849552154541, 2.5005664825439453, 2.3437037467956543, 1.960261583328247, 0.513638436794281, 0.9667974710464478, 1.925403118133545, 2.1694118976593018, 2.204270124435425, 2.2914161682128906, 2.395991325378418, 2.552854061126709, 2.517995595932007, 2.430849552154541, 1.4025273323059082, 0.513638436794281, 0.1999128758907318, -0.1486709862947464, 1.2282354831695557, 1.9951199293136597, 1.803398847579956, 1.7162528038024902, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.611677646636963, 1.646536111831665, 1.785969614982605, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.1410894393920898, 1.2456645965576172, 1.3502397537231445, 1.4373857975006104, 1.2630938291549683, 1.2456645965576172, 1.3502397537231445, 1.2979521751403809, 1.5942485332489014, 1.4373857975006104, 1.1933770179748535, 1.5942485332489014, 1.3850982189178467, 1.1933770179748535, 1.4199565649032593, 1.2108062505722046, 1.3502397537231445, 1.0016558170318604, 1.2456645965576172, 1.3850982189178467, 1.4025273323059082, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2456645965576172, 1.158518671989441, 0.984226644039154, 1.158518671989441, 1.2282354831695557, 1.071372628211975, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.0365142822265625, 0.9493682980537415, 1.053943395614624, 0.9145098924636841, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.332810640335083, 1.4199565649032593, 1.5768193006515503, 1.3676689863204956, 1.3502397537231445, 1.7336820363998413, 1.803398847579956, 2.082265853881836, 1.7511112689971924, 1.8382571935653687, 1.8731155395507812, 2.1868410110473633, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 1.8556864261627197, 1.8556864261627197, 1.0888018608093262, -0.8458387851715088, -1.3164269924163818, -1.4732897281646729, -1.5255773067474365, -1.5255773067474365, -1.5604356527328491, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5952941179275513, -1.5952941179275513, -1.403572916984558, -0.37525051832199097, -0.4798256754875183, -0.2881045341491699, -0.07895421981811523, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 2.465708017349243, 1.4025273323059082, 1.785969614982605, 1.5419609546661377, 1.8208279609680176, 1.3676689863204956, 1.0190850496292114, 0.5310676693916321, 1.071372628211975, 1.6639652252197266, 1.7162528038024902, 1.646536111831665, 2.239128589630127, 1.5942485332489014, 1.071372628211975, 1.4373857975006104, 2.0648367404937744, 1.803398847579956, 1.925403118133545, 1.6988236904144287, 1.332810640335083, 1.4548149108886719, 1.942832350730896, 1.942832350730896, 2.0648367404937744, 2.204270124435425, 2.5702831745147705, 2.3437037467956543], [1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.1933770179748535, 1.0888018608093262, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7402179837226868, 0.8099347352981567, 1.6988236904144287, 2.3437037467956543, 2.3785619735717773, 1.942832350730896, 1.1236603260040283, 1.175947904586792, 1.6639652252197266, 2.0648367404937744, 1.8556864261627197, 1.3850982189178467, 0.07790851593017578, -0.8458387851715088, -0.8981263637542725, -0.8632679581642151, -0.9852723479270935, -1.0027015209197998, -0.3229629397392273, 0.5484968423843384, 1.0016558170318604, 0.4962092638015747, -0.44496726989746094, -1.0549890995025635, -1.3512853384017944, -1.1421350240707397, -0.619259238243103, 1.5593900680541992, 2.361132860183716, 2.5354247093200684, 2.5354247093200684, 2.3437037467956543, 1.1410894393920898, -0.21838775277137756, -0.6366884112358093, -1.089847445487976, -1.0549890995025635, -0.20095856487751007, -0.37525051832199097, -1.2292810678482056, -1.1072766780853271, 0.513638436794281, 1.6988236904144287, 0.984226644039154, -0.42753809690475464, -0.7238344550132751, 0.5310676693916321, 1.8731155395507812, 1.8208279609680176, 1.0016558170318604, -0.1486709862947464, -0.9155555367469788, -0.9155555367469788, 0.7227887511253357, 2.27398681640625, 2.3437037467956543, 2.308845281600952, 2.3437037467956543, 1.3502397537231445, -0.688975989818573, -0.7586928009986877, 0.9667974710464478, 2.5354247093200684, 2.4831371307373047, 2.4482789039611816, 2.5702831745147705, 2.430849552154541, 2.5354247093200684, 2.622570753097534, 0.5659260153770447, -0.4798256754875183, -0.9504139423370361, 0.6530719995498657, 1.5419609546661377, 1.7511112689971924, 1.646536111831665, 1.8731155395507812, 1.785969614982605, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.4025273323059082, 1.4025273323059082, 1.6639652252197266, 1.4025273323059082, 1.7511112689971924, 1.5593900680541992, 1.3502397537231445, 1.5768193006515503, 1.315381407737732, 1.4025273323059082, 1.3676689863204956, 1.5768193006515503, 1.2456645965576172, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.315381407737732, 1.2630938291549683, 1.646536111831665, 1.2108062505722046, 1.1933770179748535, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.315381407737732, 1.2282354831695557, 1.0016558170318604, 1.053943395614624, 1.489673376083374, 1.4199565649032593, 1.4025273323059082, 1.1933770179748535, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 0.9145098924636841, 1.1410894393920898, 1.0190850496292114, 1.071372628211975, 1.0016558170318604, 0.7576471567153931, 1.158518671989441, 1.0888018608093262, 1.3502397537231445, 1.158518671989441, 1.2456645965576172, 1.3502397537231445, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.4199565649032593, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 2.0648367404937744, 1.785969614982605, 2.0125491619110107, 2.082265853881836, 2.0648367404937744, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2108062505722046, -1.1247059106826782, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5778648853302002, -1.6301524639129639, -1.5604356527328491, -1.5604356527328491, -1.1247059106826782, -0.7935512065887451, -0.6715468168258667, 1.7511112689971924, 1.9951199293136597, 2.1345534324645996, 2.204270124435425, 1.8905447721481323, 2.27398681640625, 1.8905447721481323, 1.8382571935653687, 1.611677646636963, 1.6813944578170776, 1.5768193006515503, 1.0888018608093262, 1.4548149108886719, 1.2282354831695557, 1.2805230617523193, 1.7511112689971924, 1.6988236904144287, 2.117124319076538, 1.4025273323059082, 1.9776906967163086, 1.5768193006515503, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.6813944578170776, 1.960261583328247, 1.8556864261627197, 1.960261583328247, 2.2216994762420654, 2.622570753097534, 2.3437037467956543], [1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.1933770179748535, 1.0888018608093262, 1.0365142822265625, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 1.5593900680541992, 2.204270124435425, 2.361132860183716, 2.082265853881836, 1.071372628211975, 0.008191745728254318, -0.688975989818573, -0.9504139423370361, -1.0201307535171509, -1.0724183320999146, -1.1944226026535034, -1.2641394138336182, -1.2815686464309692, -1.4210021495819092, -1.4732897281646729, -1.4210021495819092, -1.3164269924163818, -0.7761220335960388, 0.1999128758907318, 1.0016558170318604, 1.053943395614624, 0.30448800325393677, -0.8632679581642151, -1.2641394138336182, -1.176993489265442, 1.4373857975006104, 2.517995595932007, 2.2216994762420654, 1.611677646636963, -0.6541175842285156, -0.8284096121788025, -0.688975989818573, -0.8632679581642151, -0.9329847693443298, 0.16505448520183563, 0.984226644039154, 0.7576471567153931, -0.5495424270629883, -0.41010889410972595, -0.11381260305643082, -1.0027015209197998, -1.403572916984558, -0.7412636280059814, 1.646536111831665, 1.7162528038024902, 1.2805230617523193, 0.30448800325393677, -0.07895421981811523, 1.6988236904144287, 1.7511112689971924, 1.1933770179748535, 0.7750763297080994, 0.9319390654563904, 0.5659260153770447, -0.42753809690475464, -1.1944226026535034, -1.246710181236267, 1.489673376083374, 2.6399998664855957, 2.622570753097534, 2.552854061126709, 2.5702831745147705, 2.517995595932007, 2.5005664825439453, 2.6399998664855957, 1.4199565649032593, 0.670501172542572, -0.9329847693443298, 0.4962092638015747, 1.9951199293136597, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.5071024894714355, 1.5419609546661377, 1.3850982189178467, 1.5593900680541992, 1.7336820363998413, 1.2979521751403809, 1.3676689863204956, 1.646536111831665, 1.7336820363998413, 1.4548149108886719, 1.5942485332489014, 1.1933770179748535, 1.8208279609680176, 1.4199565649032593, 1.5071024894714355, 1.4025273323059082, 1.5768193006515503, 1.6988236904144287, 1.6813944578170776, 1.2805230617523193, 1.1062309741973877, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.5593900680541992, 1.175947904586792, 1.315381407737732, 1.2108062505722046, 0.8622223138809204, 1.2282354831695557, 1.1236603260040283, 1.1933770179748535, 1.315381407737732, 1.4199565649032593, 1.158518671989441, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.5484968423843384, 0.984226644039154, 0.6879304051399231, 0.9493682980537415, 0.5310676693916321, 0.8970807194709778, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.4373857975006104, 1.175947904586792, 1.1933770179748535, 1.332810640335083, 1.2108062505722046, 1.5942485332489014, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.8208279609680176, 1.8905447721481323, 1.646536111831665, 2.082265853881836, 2.0125491619110107, 1.8905447721481323, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.8556864261627197, -0.18352937698364258, -1.4210021495819092, -1.5081480741500854, -1.5255773067474365, -1.5778648853302002, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -0.6715468168258667, -0.8981263637542725, 1.332810640335083, 0.7227887511253357, 0.8622223138809204, 1.925403118133545, 2.361132860183716, 2.1345534324645996, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.047407388687134, 1.8382571935653687, 1.5768193006515503, 1.803398847579956, 1.158518671989441, 0.6530719995498657, 0.9667974710464478, 1.175947904586792, 1.803398847579956, 1.6639652252197266, 1.960261583328247, 1.315381407737732, 2.1345534324645996, 1.5942485332489014, 1.6988236904144287, 1.803398847579956, 1.8905447721481323, 1.611677646636963, 1.611677646636963, 1.7336820363998413, 2.1345534324645996, 1.942832350730896, 1.9951199293136597, 2.2565577030181885, 2.5702831745147705, 2.3262743949890137], [1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.629106879234314, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.1933770179748535, 1.1410894393920898, 1.0888018608093262, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.827363908290863, 1.4373857975006104, 2.151982545852661, 2.4482789039611816, 1.960261583328247, 0.3916339874267578, 0.1999128758907318, -0.06152502819895744, -0.532113254070282, -0.8981263637542725, -1.176993489265442, -1.333856225013733, -1.403572916984558, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, -1.6127232313156128, -1.6127232313156128, -1.6301524639129639, -1.403572916984558, -0.688975989818573, 0.42649248242378235, 1.2282354831695557, 0.827363908290863, -0.21838775277137756, -0.9504139423370361, 0.7227887511253357, 1.8905447721481323, 0.4613508880138397, -0.9329847693443298, -0.688975989818573, -0.20095856487751007, -0.27067533135414124, -0.7761220335960388, -0.4972548484802246, 0.28705883026123047, 0.30448800325393677, -0.5669716596603394, 0.28705883026123047, 1.2108062505722046, 0.8796514868736267, -0.41010889410972595, -0.3403921127319336, 0.5484968423843384, -0.1661001741886139, -0.9329847693443298, -1.2118518352508545, 0.5310676693916321, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.35677558183670044, 1.5245317220687866, 1.4373857975006104, 0.3916339874267578, -0.7412636280059814, 0.8447931408882141, 2.204270124435425, 2.552854061126709, 2.5354247093200684, 2.517995595932007, 2.5702831745147705, 2.622570753097534, 1.2282354831695557, 1.611677646636963, 0.7925055623054504, -1.0549890995025635, -0.3229629397392273, 2.1694118976593018, 2.3785619735717773, 2.151982545852661, 2.2565577030181885, 1.2456645965576172, 1.158518671989441, 1.3850982189178467, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.5245317220687866, 1.332810640335083, 1.4548149108886719, 1.646536111831665, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.5245317220687866, 1.646536111831665, 1.4199565649032593, 1.472244143486023, 1.7336820363998413, 1.629106879234314, 1.3850982189178467, 1.2805230617523193, 1.071372628211975, 1.175947904586792, 0.9667974710464478, 1.175947904586792, 0.9667974710464478, 0.9145098924636841, 0.7402179837226868, 1.1410894393920898, 0.9319390654563904, 0.8099347352981567, 1.472244143486023, 1.472244143486023, 1.3502397537231445, 1.2108062505722046, 1.0190850496292114, 1.0888018608093262, 0.8447931408882141, 0.8622223138809204, 1.0365142822265625, 1.2456645965576172, 1.315381407737732, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.670501172542572, 1.071372628211975, 0.7925055623054504, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 0.827363908290863, 1.053943395614624, 1.2108062505722046, 1.5593900680541992, 1.5071024894714355, 1.2630938291549683, 1.489673376083374, 1.7336820363998413, 1.7336820363998413, 1.942832350730896, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 1.9776906967163086, 2.0996949672698975, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 1.768540382385254, 1.053943395614624, -0.8806971907615662, -1.3861438035964966, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5255773067474365, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5255773067474365, -1.5081480741500854, -1.3512853384017944, -0.42753809690475464, 0.42649248242378235, 1.1933770179748535, 2.1694118976593018, 1.803398847579956, 2.27398681640625, 0.9493682980537415, 2.2216994762420654, 2.151982545852661, 2.2565577030181885, 2.151982545852661, 2.1345534324645996, 2.3437037467956543, 1.8731155395507812, 2.2914161682128906, 0.6879304051399231, 0.5484968423843384, 0.7925055623054504, 1.332810640335083, 1.5245317220687866, 1.6988236904144287, 1.6639652252197266, 1.5245317220687866, 2.0299782752990723, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 1.5768193006515503, 1.8905447721481323, 1.7162528038024902, 1.5593900680541992, 1.332810640335083, 2.151982545852661, 2.0648367404937744, 1.9951199293136597, 2.552854061126709, 2.3437037467956543], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 1.315381407737732, 2.082265853881836, 2.4482789039611816, 2.1868410110473633, 1.960261583328247, 1.175947904586792, 0.7053595781326294, 0.6356428265571594, 0.4090631604194641, -0.3403921127319336, -1.0375598669052124, -1.4210021495819092, -1.5430065393447876, -1.6127232313156128, -1.6650108098983765, -1.7172983884811401, -1.7347276210784912, -1.7172983884811401, -1.7347276210784912, -1.6127232313156128, -1.2989977598190308, -0.3403921127319336, 1.0016558170318604, 1.158518671989441, 0.28705883026123047, -0.39267969131469727, -1.089847445487976, -1.176993489265442, -0.9329847693443298, -0.532113254070282, -0.18352937698364258, -0.1486709862947464, 0.0430501289665699, 0.3916339874267578, 0.5833552479743958, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.513638436794281, -0.619259238243103, -0.5146840810775757, 1.175947904586792, 0.5833552479743958, -0.4972548484802246, -1.0027015209197998, 0.1999128758907318, 0.5310676693916321, -0.5495424270629883, -1.0549890995025635, -0.619259238243103, 1.5768193006515503, 1.8208279609680176, 1.646536111831665, 1.158518671989441, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.4831371307373047, 2.465708017349243, 2.517995595932007, 2.308845281600952, 0.7402179837226868, 0.33934640884399414, -0.5844008326530457, -1.0027015209197998, 0.11276690661907196, 1.960261583328247, 1.7336820363998413, 1.925403118133545, 1.629106879234314, 0.5310676693916321, 0.9493682980537415, 1.5768193006515503, 1.3850982189178467, 0.9319390654563904, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.4373857975006104, 1.175947904586792, 1.5245317220687866, 1.5942485332489014, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.472244143486023, 1.8731155395507812, 1.053943395614624, 1.472244143486023, 1.2282354831695557, 1.2282354831695557, 1.053943395614624, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.175947904586792, 1.2805230617523193, 1.1062309741973877, 1.175947904586792, 1.0016558170318604, 1.1410894393920898, 1.315381407737732, 1.315381407737732, 1.1062309741973877, 0.8970807194709778, 0.9667974710464478, 0.6879304051399231, 1.053943395614624, 0.827363908290863, 1.1410894393920898, 1.158518671989441, 1.1062309741973877, 0.7576471567153931, 0.9319390654563904, 0.8622223138809204, 0.9667974710464478, 1.1933770179748535, 0.9319390654563904, 1.0016558170318604, 1.175947904586792, 0.827363908290863, 1.175947904586792, 1.0365142822265625, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.489673376083374, 1.611677646636963, 1.8382571935653687, 1.646536111831665, 1.6639652252197266, 1.925403118133545, 2.0299782752990723, 1.960261583328247, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 1.6988236904144287, 1.489673376083374, -0.9329847693443298, -1.2292810678482056, -1.4558604955673218, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5255773067474365, -1.4732897281646729, -1.490718960762024, -1.3687145709991455, -1.0027015209197998, 0.18248367309570312, 1.768540382385254, 1.2979521751403809, 2.0299782752990723, 2.1694118976593018, 2.3262743949890137, 1.9079740047454834, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.3262743949890137, 2.0125491619110107, 1.1933770179748535, 1.1933770179748535, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.5245317220687866, 2.0996949672698975, 1.5593900680541992, 1.803398847579956, 2.0996949672698975, 1.803398847579956, 1.2630938291549683, 2.0299782752990723, 1.7162528038024902, 1.611677646636963, 2.517995595932007, 2.361132860183716], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.8970807194709778, 1.2979521751403809, 2.0125491619110107, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.0996949672698975, 1.1236603260040283, 0.513638436794281, 0.7576471567153931, 0.8796514868736267, 0.7053595781326294, 0.008191745728254318, -0.8632679581642151, -1.246710181236267, -1.490718960762024, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.6824400424957275, -1.6650108098983765, -1.5952941179275513, -0.8806971907615662, 0.3742047846317291, 1.2282354831695557, 1.0016558170318604, -0.11381260305643082, -0.9678431153297424, -1.2641394138336182, -1.1595642566680908, -0.5844008326530457, 0.02562093921005726, -0.06152502819895744, 0.6530719995498657, 0.35677558183670044, 0.4090631604194641, 0.6879304051399231, 0.9493682980537415, 0.16505448520183563, -0.42753809690475464, 0.32191720604896545, 0.30448800325393677, -0.4972548484802246, -0.8981263637542725, -0.1486709862947464, -0.04409583657979965, -1.1595642566680908, -1.3687145709991455, -0.2881045341491699, 1.2979521751403809, 1.3676689863204956, 0.5833552479743958, -0.2881045341491699, 0.5833552479743958, 2.517995595932007, 2.552854061126709, 2.517995595932007, 2.6051416397094727, 2.587712287902832, -1.0027015209197998, -1.089847445487976, 1.5942485332489014, 2.082265853881836, 2.204270124435425, 2.2216994762420654, 0.6182135939598083, -0.25324615836143494, 1.489673376083374, 1.8731155395507812, 1.6813944578170776, 1.7162528038024902, 1.1933770179748535, 0.5484968423843384, 0.6530719995498657, 1.472244143486023, 1.1410894393920898, 1.2282354831695557, 1.175947904586792, 1.611677646636963, 1.5942485332489014, 1.6639652252197266, 1.5593900680541992, 1.629106879234314, 1.2282354831695557, 1.5942485332489014, 1.2108062505722046, 1.2456645965576172, 1.5942485332489014, 1.158518671989441, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.2456645965576172, 1.1062309741973877, 1.2282354831695557, 1.4548149108886719, 1.4373857975006104, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.315381407737732, 0.9319390654563904, 0.984226644039154, 1.3502397537231445, 1.0365142822265625, 0.7750763297080994, 1.0888018608093262, 1.3502397537231445, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 0.8622223138809204, 1.1062309741973877, 1.0190850496292114, 1.1236603260040283, 0.8970807194709778, 0.6879304051399231, 1.1410894393920898, 1.175947904586792, 1.0190850496292114, 1.053943395614624, 0.9319390654563904, 1.2979521751403809, 1.053943395614624, 1.071372628211975, 1.611677646636963, 1.5071024894714355, 1.472244143486023, 1.646536111831665, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.8556864261627197, 1.9951199293136597, 2.0648367404937744, 1.960261583328247, 1.8905447721481323, 2.082265853881836, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 0.008191745728254318, -1.1595642566680908, -1.4384313821792603, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.4732897281646729, -1.4732897281646729, -1.4732897281646729, -1.4210021495819092, -1.2641394138336182, -0.3578213155269623, -0.9329847693443298, 0.16505448520183563, 1.6813944578170776, 2.2216994762420654, 1.960261583328247, 1.803398847579956, 2.3262743949890137, 2.3785619735717773, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.0996949672698975, 2.239128589630127, 2.1868410110473633, 2.0996949672698975, 0.4962092638015747, 2.0648367404937744, 1.768540382385254, 1.5593900680541992, 1.629106879234314, 1.2630938291549683, 1.5593900680541992, 1.4025273323059082, 2.0125491619110107, 1.768540382385254, 2.047407388687134, 1.7511112689971924, 2.117124319076538, 1.9951199293136597, 1.4373857975006104, 1.489673376083374, 2.239128589630127, 1.8905447721481323, 1.1062309741973877, 2.4134204387664795, 2.3437037467956543], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.8099347352981567, 1.1410894393920898, 1.8208279609680176, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.1345534324645996, 1.9776906967163086, 1.071372628211975, 0.35677558183670044, 0.4613508880138397, 0.9319390654563904, 1.1933770179748535, 1.0190850496292114, 0.16505448520183563, -0.6366884112358093, -1.1595642566680908, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.6301524639129639, -1.5778648853302002, -1.6301524639129639, -1.6998692750930786, -1.2815686464309692, 0.2347712516784668, 1.175947904586792, 1.3676689863204956, 0.6879304051399231, -0.5844008326530457, -1.2641394138336182, -1.5081480741500854, -1.1072766780853271, -0.21838775277137756, 0.28705883026123047, 0.600784420967102, 0.2173420637845993, 0.3742047846317291, 0.16505448520183563, 0.478780061006546, 1.2805230617523193, 1.2805230617523193, -0.07895421981811523, -0.8981263637542725, 0.0430501289665699, 0.7053595781326294, 0.33934640884399414, -0.41010889410972595, -0.532113254070282, 0.16505448520183563, -0.39267969131469727, -1.4384313821792603, -0.9852723479270935, 0.8447931408882141, 2.6051416397094727, 2.395991325378418, 2.4134204387664795, 2.5354247093200684, 2.27398681640625, -1.5604356527328491, -0.8806971907615662, 1.5419609546661377, 2.1868410110473633, 2.204270124435425, 1.4373857975006104, -1.0724183320999146, -0.37525051832199097, 2.27398681640625, 2.1868410110473633, 2.2216994762420654, 2.082265853881836, 2.2914161682128906, 0.2173420637845993, 0.42649248242378235, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.6988236904144287, 1.4199565649032593, 1.4199565649032593, 1.1236603260040283, 1.4025273323059082, 1.6988236904144287, 1.4548149108886719, 1.5768193006515503, 1.175947904586792, 0.9493682980537415, 1.0016558170318604, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.5245317220687866, 1.332810640335083, 1.5419609546661377, 1.315381407737732, 1.472244143486023, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.175947904586792, 1.3676689863204956, 1.2282354831695557, 0.8099347352981567, 1.0016558170318604, 1.2456645965576172, 0.9319390654563904, 1.2456645965576172, 1.1410894393920898, 1.0190850496292114, 0.8622223138809204, 1.4548149108886719, 1.2456645965576172, 1.4199565649032593, 1.1236603260040283, 1.1236603260040283, 1.053943395614624, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.315381407737732, 0.9145098924636841, 1.053943395614624, 0.9145098924636841, 1.4548149108886719, 1.1062309741973877, 1.629106879234314, 1.4373857975006104, 1.5593900680541992, 1.5942485332489014, 1.785969614982605, 1.9079740047454834, 1.7162528038024902, 2.047407388687134, 2.082265853881836, 1.8731155395507812, 1.8905447721481323, 1.960261583328247, 2.082265853881836, 1.053943395614624, -0.6366884112358093, -1.403572916984558, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.3687145709991455, -1.403572916984558, -1.4732897281646729, -1.089847445487976, -1.1421350240707397, -0.8284096121788025, -0.04409583657979965, 1.768540382385254, -0.5146840810775757, 1.5419609546661377, 1.8382571935653687, 2.308845281600952, 2.1868410110473633, 2.2565577030181885, 2.308845281600952, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.3850982189178467, 2.047407388687134, 2.0299782752990723, 1.8382571935653687, 1.4199565649032593, 1.175947904586792, 1.5245317220687866, 1.5768193006515503, 1.7336820363998413, 2.1345534324645996, 2.2565577030181885, 1.8556864261627197, 1.9079740047454834, 2.1694118976593018, 1.960261583328247, 2.239128589630127, 1.8382571935653687, 1.8382571935653687, 1.5245317220687866, 2.239128589630127, 2.308845281600952], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 0.9319390654563904, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 1.1062309741973877, 1.785969614982605, 2.2565577030181885, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 1.9776906967163086, 1.2108062505722046, 0.5310676693916321, 0.42649248242378235, 0.4090631604194641, 0.7925055623054504, 1.2630938291549683, 1.1933770179748535, 0.2347712516784668, -0.7761220335960388, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5952941179275513, -1.1421350240707397, 0.32191720604896545, 1.1062309741973877, 1.5942485332489014, 1.158518671989441, 0.07790851593017578, -0.7238344550132751, -1.1944226026535034, -0.8806971907615662, -0.3578213155269623, -0.1312417984008789, 0.44392168521881104, 0.7227887511253357, 0.42649248242378235, 0.2173420637845993, 0.33934640884399414, -0.7412636280059814, -0.6541175842285156, 0.6530719995498657, 0.16505448520183563, -0.7412636280059814, -1.1421350240707397, -0.9504139423370361, 0.44392168521881104, 0.13019609451293945, -0.9155555367469788, -0.7586928009986877, 0.35677558183670044, 0.5484968423843384, 2.239128589630127, 2.3437037467956543, 2.465708017349243, 2.517995595932007, 0.5484968423843384, -0.23581695556640625, 0.478780061006546, 0.6356428265571594, 1.071372628211975, -0.06152502819895744, -1.176993489265442, -0.7935512065887451, 1.8731155395507812, 2.151982545852661, 2.117124319076538, 2.151982545852661, 1.489673376083374, -0.8284096121788025, 0.008191745728254318, 1.7162528038024902, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.489673376083374, 1.3502397537231445, 1.3502397537231445, 1.2456645965576172, 1.4373857975006104, 1.5768193006515503, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.175947904586792, 1.2979521751403809, 1.0365142822265625, 1.3850982189178467, 1.4199565649032593, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.0190850496292114, 1.5768193006515503, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.2108062505722046, 0.8970807194709778, 1.175947904586792, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.0016558170318604, 1.2108062505722046, 1.175947904586792, 1.315381407737732, 1.1410894393920898, 0.984226644039154, 1.053943395614624, 1.1933770179748535, 1.158518671989441, 1.2108062505722046, 0.984226644039154, 1.053943395614624, 1.175947904586792, 0.7925055623054504, 1.0190850496292114, 1.2282354831695557, 0.7227887511253357, 1.5593900680541992, 1.5419609546661377, 1.3676689863204956, 1.5419609546661377, 1.5245317220687866, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.9079740047454834, 0.42649248242378235, -1.0027015209197998, -1.403572916984558, -1.4732897281646729, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.3861438035964966, -1.3512853384017944, -1.3687145709991455, -1.176993489265442, -1.1595642566680908, -0.11381260305643082, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 1.6813944578170776, -0.1661001741886139, 0.4962092638015747, 1.9079740047454834, 1.8731155395507812, 2.239128589630127, 2.204270124435425, 2.2565577030181885, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 2.1868410110473633, 2.3437037467956543, 2.1868410110473633, 2.27398681640625, 2.082265853881836, 2.0996949672698975, 1.942832350730896, 1.5071024894714355, 1.0888018608093262, 1.5942485332489014, 1.2456645965576172, 1.4373857975006104, 1.7162528038024902, 2.1345534324645996, 1.9079740047454834, 2.0648367404937744, 2.0996949672698975, 2.1694118976593018, 2.361132860183716, 1.611677646636963, 1.8556864261627197, 2.0648367404937744, 2.2565577030181885, 2.3262743949890137], [1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.1236603260040283, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 1.053943395614624, 1.7336820363998413, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.1236603260040283, 0.5484968423843384, 0.6356428265571594, 0.4090631604194641, 0.18248367309570312, 0.8099347352981567, 1.3676689863204956, 1.1236603260040283, 0.0430501289665699, -0.9504139423370361, -1.2989977598190308, -1.403572916984558, -1.5255773067474365, -1.5952941179275513, -1.6998692750930786, -1.5081480741500854, -0.9504139423370361, 0.600784420967102, 1.2805230617523193, 1.4373857975006104, 1.5071024894714355, 0.670501172542572, -0.532113254070282, -1.1072766780853271, -1.0375598669052124, -0.3229629397392273, -0.1312417984008789, 0.18248367309570312, 0.8622223138809204, 1.2108062505722046, 0.3742047846317291, 0.0430501289665699, 0.670501172542572, 0.670501172542572, -0.532113254070282, -0.9678431153297424, -0.7761220335960388, -0.009237446822226048, 0.11276690661907196, -0.3578213155269623, -0.2881045341491699, 0.06047932058572769, -0.5844008326530457, -1.1595642566680908, 2.2914161682128906, 2.5354247093200684, 2.5354247093200684, 0.9145098924636841, 0.8622223138809204, 0.9667974710464478, -0.7412636280059814, -1.2989977598190308, 0.2347712516784668, 1.7336820363998413, 1.5071024894714355, 1.5419609546661377, 1.332810640335083, 0.0430501289665699, 0.06047932058572769, 0.14762529730796814, -1.0027015209197998, -0.9852723479270935, 0.8796514868736267, 0.9145098924636841, 1.2456645965576172, 1.1236603260040283, 1.3676689863204956, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.5245317220687866, 1.1236603260040283, 1.3502397537231445, 1.1933770179748535, 1.1410894393920898, 1.4199565649032593, 1.0888018608093262, 1.5245317220687866, 1.489673376083374, 1.332810640335083, 1.2630938291549683, 1.5942485332489014, 0.984226644039154, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.0190850496292114, 1.1236603260040283, 0.9145098924636841, 1.071372628211975, 0.8796514868736267, 0.9667974710464478, 0.827363908290863, 1.2979521751403809, 1.472244143486023, 1.3850982189178467, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1410894393920898, 1.2456645965576172, 0.6879304051399231, 0.2522004544734955, 0.35677558183670044, 0.6182135939598083, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.0365142822265625, 1.2630938291549683, 1.4199565649032593, 1.071372628211975, 1.4025273323059082, 1.4548149108886719, 1.8556864261627197, 1.6639652252197266, 1.925403118133545, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 1.803398847579956, 2.047407388687134, 1.8731155395507812, 1.1236603260040283, -0.21838775277137756, -0.07895421981811523, -1.3512853384017944, -1.4384313821792603, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.490718960762024, -1.5081480741500854, -1.490718960762024, -1.333856225013733, -1.4210021495819092, -0.6541175842285156, -0.6366884112358093, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 0.8970807194709778, 2.430849552154541, 0.5484968423843384, -0.5495424270629883, 1.1236603260040283, 2.047407388687134, 2.082265853881836, 2.2216994762420654, 1.960261583328247, 1.942832350730896, 2.151982545852661, 2.0996949672698975, 2.1694118976593018, 2.151982545852661, 2.239128589630127, 2.2565577030181885, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 1.053943395614624, 0.9319390654563904, 1.2630938291549683, 0.9493682980537415, 1.3676689863204956, 1.6813944578170776, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.785969614982605, 2.27398681640625, 1.9776906967163086, 1.9079740047454834, 1.8382571935653687, 2.2216994762420654, 2.239128589630127, 2.3262743949890137], [1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.9145098924636841, 1.0190850496292114, 1.4548149108886719, 2.1694118976593018, 2.4831371307373047, 2.465708017349243, 2.3437037467956543, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.0648367404937744, 1.2805230617523193, 0.6356428265571594, 0.8622223138809204, 0.670501172542572, -0.2881045341491699, -0.1486709862947464, 0.827363908290863, 1.2630938291549683, 0.9667974710464478, 0.09533771127462387, -0.8109803795814514, -1.2641394138336182, -1.5778648853302002, -1.7695859670639038, -1.7521568536758423, -1.647581696510315, -0.7586928009986877, 0.8622223138809204, 1.472244143486023, 1.785969614982605, 1.6813944578170776, 1.315381407737732, 0.0430501289665699, -1.0549890995025635, -1.089847445487976, -0.601830005645752, -0.1661001741886139, 0.3916339874267578, 0.5484968423843384, 0.13019609451293945, 0.7576471567153931, 0.2522004544734955, -0.7064052224159241, 0.09533771127462387, 0.3916339874267578, -0.1312417984008789, -0.7412636280059814, -1.1072766780853271, -0.20095856487751007, 0.4090631604194641, 0.44392168521881104, -0.18352937698364258, 1.646536111831665, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 0.7750763297080994, -0.009237446822226048, -1.6998692750930786, -1.5604356527328491, -0.23581695556640625, 2.117124319076538, 1.8731155395507812, 2.0648367404937744, 1.6813944578170776, -1.1072766780853271, -0.9504139423370361, 2.082265853881836, 2.239128589630127, 1.9951199293136597, 1.8731155395507812, 0.9493682980537415, 0.7053595781326294, 1.158518671989441, 1.175947904586792, 1.2979521751403809, 1.1236603260040283, 1.2282354831695557, 1.071372628211975, 1.2630938291549683, 1.3676689863204956, 0.9667974710464478, 1.3676689863204956, 0.8796514868736267, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 0.9145098924636841, 1.6639652252197266, 0.7750763297080994, 1.5942485332489014, 1.1236603260040283, 1.0888018608093262, 1.489673376083374, 1.2456645965576172, 1.3676689863204956, 1.315381407737732, 0.827363908290863, 1.2456645965576172, 1.1933770179748535, 1.0190850496292114, 0.984226644039154, 1.2456645965576172, 1.1062309741973877, 0.9667974710464478, 1.0016558170318604, 1.1236603260040283, 1.0365142822265625, 0.9319390654563904, 0.9319390654563904, 1.0888018608093262, 1.1933770179748535, 1.175947904586792, 1.053943395614624, 0.9667974710464478, 0.8622223138809204, 1.1410894393920898, 1.158518671989441, 0.8622223138809204, 1.053943395614624, 1.4025273323059082, 1.1410894393920898, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.6988236904144287, 1.768540382385254, 1.942832350730896, 1.7511112689971924, 2.117124319076538, 2.0299782752990723, 1.9951199293136597, 1.9776906967163086, 1.2630938291549683, -0.5844008326530457, -1.0201307535171509, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.3512853384017944, -1.5081480741500854, -1.5255773067474365, -1.490718960762024, -1.5081480741500854, -1.3861438035964966, -1.3164269924163818, -0.9852723479270935, -0.2881045341491699, 1.315381407737732, 2.0996949672698975, 2.2914161682128906, 2.308845281600952, 1.8905447721481323, 2.430849552154541, 2.2216994762420654, -1.2118518352508545, -1.333856225013733, 0.4962092638015747, 2.117124319076538, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.0996949672698975, 2.2216994762420654, 2.2914161682128906, 1.8905447721481323, 2.361132860183716, 2.308845281600952, 1.315381407737732, 1.646536111831665, 1.3850982189178467, 1.6813944578170776, 1.2456645965576172, 1.5593900680541992, 1.7511112689971924, 1.8382571935653687, 2.204270124435425, 2.151982545852661, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 2.151982545852661, 2.3785619735717773, 2.2216994762420654, 2.3262743949890137], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.3850982189178467, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.27398681640625, 2.0648367404937744, 1.332810640335083, 0.6530719995498657, 0.6879304051399231, 0.8970807194709778, 0.2522004544734955, -0.601830005645752, -0.09638340771198273, 0.9145098924636841, 1.315381407737732, 0.6879304051399231, -0.3403921127319336, -0.9329847693443298, -1.2292810678482056, -1.4732897281646729, -1.5778648853302002, -1.4384313821792603, -0.6715468168258667, 0.8447931408882141, 1.5071024894714355, 1.6639652252197266, 1.646536111831665, 1.5768193006515503, 0.7053595781326294, -0.6715468168258667, -1.089847445487976, -0.688975989818573, -0.04409583657979965, 0.13019609451293945, 0.7402179837226868, 1.053943395614624, 0.7750763297080994, -0.1486709862947464, 0.2522004544734955, -0.06152502819895744, -1.0027015209197998, -1.1944226026535034, -0.5495424270629883, -0.3403921127319336, -0.4798256754875183, -0.8109803795814514, -0.23581695556640625, 2.3437037467956543, 2.430849552154541, 2.5702831745147705, 2.517995595932007, 2.6051416397094727, -0.7761220335960388, -1.4384313821792603, -0.39267969131469727, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 0.2522004544734955, -1.3512853384017944, -1.1595642566680908, 0.7053595781326294, 1.768540382385254, 1.6988236904144287, 1.6639652252197266, 1.2805230617523193, 0.2347712516784668, 0.6530719995498657, 1.2630938291549683, 0.5659260153770447, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.0365142822265625, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.7925055623054504, 1.3502397537231445, 0.8796514868736267, 1.3676689863204956, 1.175947904586792, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.7750763297080994, 0.4962092638015747, 1.175947904586792, 1.2282354831695557, 1.1236603260040283, 1.2456645965576172, 1.2282354831695557, 0.984226644039154, 1.175947904586792, 1.3850982189178467, 1.4373857975006104, 1.2282354831695557, 1.175947904586792, 0.8447931408882141, 0.984226644039154, 1.071372628211975, 0.7750763297080994, 0.478780061006546, 0.8622223138809204, 0.1999128758907318, 0.5484968423843384, 0.6879304051399231, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2630938291549683, 1.0365142822265625, 1.2979521751403809, 1.489673376083374, 1.315381407737732, 1.4199565649032593, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.8382571935653687, 1.942832350730896, 2.0299782752990723, 1.9079740047454834, 1.960261583328247, 1.803398847579956, 0.8099347352981567, -0.1486709862947464, -1.647581696510315, -1.5778648853302002, -1.647581696510315, -1.5604356527328491, -1.2641394138336182, -1.3164269924163818, -1.5255773067474365, -1.5081480741500854, -1.3861438035964966, -1.2815686464309692, -1.1247059106826782, -0.11381260305643082, 1.0016558170318604, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.27398681640625, 2.151982545852661, 2.3262743949890137, 2.4482789039611816, -0.44496726989746094, -1.333856225013733, -0.4623964726924896, -1.5778648853302002, -1.2641394138336182, 0.5833552479743958, 2.2216994762420654, 2.0648367404937744, 1.9951199293136597, 2.082265853881836, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.117124319076538, 2.3437037467956543, 2.395991325378418, 1.7162528038024902, 1.803398847579956, 1.646536111831665, 1.1236603260040283, 1.0190850496292114, 1.2630938291549683, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 2.1694118976593018, 2.1868410110473633, 1.8905447721481323, 1.7336820363998413, 1.9079740047454834, 2.552854061126709, 2.151982545852661, 2.151982545852661], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 1.0016558170318604, 1.7511112689971924, 2.27398681640625, 2.3785619735717773, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2216994762420654, 2.0125491619110107, 1.2979521751403809, 0.5659260153770447, 0.5659260153770447, 0.8622223138809204, 0.7227887511253357, -0.2881045341491699, -0.39267969131469727, 0.6530719995498657, 1.2282354831695557, 1.2630938291549683, 0.6879304051399231, -0.3578213155269623, -0.8981263637542725, -1.2641394138336182, -1.5255773067474365, -1.490718960762024, -0.8806971907615662, 0.5659260153770447, 1.2108062505722046, 1.4548149108886719, 1.5593900680541992, 1.7162528038024902, 1.071372628211975, -0.18352937698364258, -1.0027015209197998, -0.8981263637542725, -0.21838775277137756, 0.06047932058572769, 0.008191745728254318, 0.30448800325393677, 0.9667974710464478, 0.6530719995498657, -0.37525051832199097, -0.8109803795814514, -0.25324615836143494, -0.27067533135414124, -0.8458387851715088, -1.0375598669052124, -0.44496726989746094, -0.21838775277137756, 2.27398681640625, 2.5354247093200684, 2.517995595932007, 0.8970807194709778, -1.0724183320999146, -1.2815686464309692, 1.3676689863204956, 1.9776906967163086, 2.0125491619110107, 2.117124319076538, 0.8796514868736267, -0.8284096121788025, 1.2805230617523193, 1.925403118133545, 1.646536111831665, 0.2173420637845993, -0.21838775277137756, 0.6182135939598083, 0.6356428265571594, 0.984226644039154, 1.2805230617523193, 1.1062309741973877, 0.8622223138809204, 1.0190850496292114, 0.8970807194709778, 1.053943395614624, 1.053943395614624, 1.175947904586792, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 0.9319390654563904, 1.053943395614624, 0.7402179837226868, 1.2805230617523193, 1.0365142822265625, 0.670501172542572, 0.9319390654563904, 0.7053595781326294, 0.600784420967102, 0.9145098924636841, 0.8622223138809204, 0.9319390654563904, 0.8796514868736267, 1.0190850496292114, 1.0016558170318604, 0.8099347352981567, 1.0888018608093262, 1.1410894393920898, 0.8447931408882141, 0.6879304051399231, 1.0016558170318604, 0.3916339874267578, 0.02562093921005726, -0.20095856487751007, 0.32191720604896545, 0.30448800325393677, 0.16505448520183563, 0.5833552479743958, 0.4962092638015747, 0.5659260153770447, 0.3916339874267578, 0.8796514868736267, 0.6356428265571594, 0.6182135939598083, 1.0190850496292114, 1.332810640335083, 1.158518671989441, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.960261583328247, 2.0996949672698975, 1.9776906967163086, 1.8556864261627197, 2.0996949672698975, 1.768540382385254, 0.7925055623054504, -0.3229629397392273, -1.5604356527328491, -1.6301524639129639, -1.6127232313156128, -1.4732897281646729, -1.5604356527328491, -1.5255773067474365, -1.2989977598190308, -1.490718960762024, -1.4732897281646729, -1.2989977598190308, -0.9155555367469788, -0.41010889410972595, 0.984226644039154, 1.3850982189178467, 1.803398847579956, 2.0299782752990723, 2.465708017349243, 2.430849552154541, 2.308845281600952, 2.3262743949890137, 2.4831371307373047, 2.2914161682128906, -0.3403921127319336, -0.8284096121788025, -0.9852723479270935, -1.4210021495819092, -1.4210021495819092, -1.5430065393447876, -0.1312417984008789, 1.9776906967163086, 1.942832350730896, 2.2565577030181885, 2.0648367404937744, 2.1694118976593018, 2.27398681640625, 2.308845281600952, 2.2565577030181885, 2.1868410110473633, 2.047407388687134, 1.0365142822265625, 0.984226644039154, 1.1933770179748535, 1.5419609546661377, 1.9079740047454834, 2.1868410110473633, 2.2565577030181885, 2.5702831745147705, 1.9776906967163086, 1.8905447721481323, 1.942832350730896, 2.082265853881836, 2.6051416397094727, 2.1694118976593018, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 1.2805230617523193, 2.0125491619110107, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.1868410110473633, 2.0299782752990723, 1.332810640335083, 0.5310676693916321, 0.14762529730796814, 0.5484968423843384, 1.0190850496292114, 0.07790851593017578, -0.23581695556640625, 1.0016558170318604, 1.2456645965576172, 1.4373857975006104, 1.2979521751403809, 0.478780061006546, -0.601830005645752, -1.1072766780853271, -1.4558604955673218, -1.4384313821792603, -1.3164269924163818, -0.1661001741886139, 1.053943395614624, 1.3502397537231445, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 0.5310676693916321, -0.7761220335960388, -0.688975989818573, -0.23581695556640625, -0.1312417984008789, 0.42649248242378235, 0.30448800325393677, -0.18352937698364258, -0.532113254070282, -0.3055337369441986, -0.37525051832199097, -0.9329847693443298, -0.8284096121788025, -0.601830005645752, -0.5495424270629883, 2.2914161682128906, 2.204270124435425, 2.2565577030181885, 1.6639652252197266, -1.4384313821792603, -1.1944226026535034, 0.7576471567153931, 1.5942485332489014, 1.6639652252197266, 1.7162528038024902, -0.1486709862947464, -0.37525051832199097, 1.646536111831665, 2.0648367404937744, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, 1.6639652252197266, 1.332810640335083, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, 0.984226644039154, 1.053943395614624, 0.7925055623054504, 1.071372628211975, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 1.071372628211975, 1.0190850496292114, 0.8796514868736267, 0.6879304051399231, 0.7402179837226868, 0.9319390654563904, 0.7053595781326294, 0.6879304051399231, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 1.1062309741973877, 0.600784420967102, 1.0365142822265625, 0.827363908290863, 0.9145098924636841, 1.2456645965576172, 0.9145098924636841, 0.478780061006546, 0.8447931408882141, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.8622223138809204, 1.0016558170318604, 0.827363908290863, 1.0190850496292114, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.670501172542572, 0.984226644039154, 0.5659260153770447, 1.0016558170318604, 0.7402179837226868, 0.28705883026123047, 0.8622223138809204, 1.053943395614624, 1.071372628211975, 1.5768193006515503, 1.332810640335083, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.9079740047454834, 2.1694118976593018, 2.0996949672698975, 1.925403118133545, 1.3850982189178467, 0.827363908290863, 0.9145098924636841, -0.41010889410972595, -1.5778648853302002, -1.6301524639129639, -1.6824400424957275, -1.5952941179275513, -1.5430065393447876, -1.4732897281646729, -1.4732897281646729, -1.3687145709991455, -1.4732897281646729, -1.2989977598190308, -0.7412636280059814, -0.5844008326530457, 0.4090631604194641, 1.646536111831665, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.465708017349243, 2.082265853881836, 2.2914161682128906, 2.361132860183716, 2.2914161682128906, 0.7576471567153931, -1.1247059106826782, -1.4558604955673218, -1.4384313821792603, -1.403572916984558, -1.2292810678482056, -1.6998692750930786, -1.2292810678482056, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.151982545852661, 1.9951199293136597, 1.5768193006515503, 1.489673376083374, 1.3850982189178467, 1.8208279609680176, 1.6639652252197266, 2.0648367404937744, 1.7511112689971924, 1.5245317220687866, 2.2914161682128906, 1.8556864261627197, 2.117124319076538, 1.9079740047454834, 1.489673376083374, 2.2914161682128906, 2.151982545852661, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.646536111831665, 2.239128589630127, 2.361132860183716, 2.395991325378418, 2.4482789039611816, 2.430849552154541, 2.3262743949890137, 2.3785619735717773, 2.3262743949890137, 2.239128589630127, 2.27398681640625, 2.204270124435425, 2.151982545852661, 1.9079740047454834, 1.4025273323059082, 0.7227887511253357, -0.06152502819895744, 0.1999128758907318, 0.7576471567153931, 0.30448800325393677, 0.09533771127462387, 0.8447931408882141, 1.3850982189178467, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 0.09533771127462387, -0.8284096121788025, -1.1072766780853271, -1.4384313821792603, -1.246710181236267, -0.2881045341491699, 1.071372628211975, 1.332810640335083, 1.5245317220687866, 1.4548149108886719, 1.489673376083374, 1.1062309741973877, -0.39267969131469727, -0.2881045341491699, 0.0430501289665699, -0.04409583657979965, -0.619259238243103, -0.4972548484802246, 0.32191720604896545, 0.30448800325393677, -0.7412636280059814, -0.8109803795814514, -0.4972548484802246, -0.3229629397392273, 0.9319390654563904, 2.1694118976593018, 2.204270124435425, 2.517995595932007, 2.587712287902832, 1.332810640335083, -1.0724183320999146, 0.0430501289665699, 0.8970807194709778, 1.175947904586792, 0.16505448520183563, -0.37525051832199097, 1.1062309741973877, 1.9079740047454834, 1.4199565649032593, -0.8284096121788025, 0.600784420967102, 1.8208279609680176, 1.4025273323059082, 1.4548149108886719, 0.9493682980537415, 1.2630938291549683, 0.984226644039154, 0.8099347352981567, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 0.6182135939598083, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.0888018608093262, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 1.2805230617523193, 0.7053595781326294, 0.9667974710464478, 1.1236603260040283, 0.7227887511253357, 0.9145098924636841, 0.5659260153770447, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.053943395614624, 0.9493682980537415, 1.1933770179748535, 0.9667974710464478, 0.827363908290863, 0.9667974710464478, 0.8447931408882141, 1.1062309741973877, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 1.2282354831695557, 1.1933770179748535, 0.44392168521881104, 0.0430501289665699, 1.053943395614624, 1.2456645965576172, 1.472244143486023, 1.0016558170318604, 1.3502397537231445, 1.175947904586792, 1.4199565649032593, 1.4548149108886719, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.8208279609680176, 2.0996949672698975, 1.768540382385254, 1.8905447721481323, 2.0648367404937744, 0.984226644039154, -0.3403921127319336, -1.4558604955673218, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.5430065393447876, -1.5255773067474365, -1.4732897281646729, -1.403572916984558, -1.2292810678482056, -1.089847445487976, -0.8458387851715088, 0.2696296274662018, 1.6988236904144287, 2.0125491619110107, 2.3262743949890137, 2.082265853881836, 2.2565577030181885, 2.1345534324645996, 2.2216994762420654, 2.308845281600952, 2.3785619735717773, 2.0125491619110107, -0.5146840810775757, -1.4732897281646729, -1.4384313821792603, -1.333856225013733, -1.2118518352508545, -1.0549890995025635, -1.2641394138336182, -1.804444432258606, -0.5146840810775757, 1.6988236904144287, 2.3437037467956543, 2.0299782752990723, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 1.5245317220687866, 1.9079740047454834, 1.785969614982605, 1.925403118133545, 1.4373857975006104, 1.5942485332489014, 1.6813944578170776, 2.2216994762420654, 1.7336820363998413, 1.942832350730896, 1.942832350730896, 1.960261583328247, 2.082265853881836, 1.4373857975006104, 2.1345534324645996, 2.151982545852661, 2.117124319076538], [1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 1.1062309741973877, 1.7511112689971924, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.4134204387664795, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.2914161682128906, 2.2914161682128906, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 1.9079740047454834, 1.315381407737732, 0.7053595781326294, -0.18352937698364258, -0.23581695556640625, 0.3742047846317291, 0.3916339874267578, 0.7402179837226868, 1.2108062505722046, 1.3502397537231445, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.0888018608093262, -0.04409583657979965, -0.8284096121788025, -1.0375598669052124, -1.3861438035964966, -0.6541175842285156, 0.9493682980537415, 1.3676689863204956, 1.4025273323059082, 1.5071024894714355, 1.4548149108886719, 1.1062309741973877, 0.13019609451293945, 0.1999128758907318, -0.009237446822226048, -0.21838775277137756, -0.06152502819895744, 0.02562093921005726, -0.25324615836143494, -0.27067533135414124, -0.601830005645752, -0.688975989818573, -0.7935512065887451, 0.33934640884399414, 2.5005664825439453, 2.4831371307373047, 2.5354247093200684, 1.0365142822265625, -1.4384313821792603, 0.44392168521881104, 1.768540382385254, 1.8208279609680176, 1.803398847579956, 0.7750763297080994, -0.6541175842285156, 0.4090631604194641, 0.5659260153770447, -0.7935512065887451, -0.5146840810775757, 0.9493682980537415, 1.175947904586792, 1.1933770179748535, 0.9667974710464478, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.1236603260040283, 0.8970807194709778, 0.9145098924636841, 1.071372628211975, 0.9667974710464478, 0.7750763297080994, 0.7227887511253357, 0.6356428265571594, 0.7750763297080994, 0.8447931408882141, 0.8099347352981567, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 0.9493682980537415, 1.0190850496292114, 0.984226644039154, 0.8099347352981567, 0.9667974710464478, 0.8796514868736267, 1.053943395614624, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 0.827363908290863, 1.0190850496292114, 1.0016558170318604, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.7576471567153931, 0.5659260153770447, 0.8970807194709778, 0.7227887511253357, 0.8796514868736267, 1.0016558170318604, 1.2630938291549683, 0.9667974710464478, 1.175947904586792, 0.827363908290863, 0.7925055623054504, 1.0190850496292114, 1.2630938291549683, 1.315381407737732, 1.5768193006515503, 1.472244143486023, 1.785969614982605, 1.3850982189178467, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9951199293136597, 1.629106879234314, 1.472244143486023, -1.0724183320999146, -1.4732897281646729, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5430065393447876, -1.5604356527328491, -1.4384313821792603, -1.2989977598190308, -1.3512853384017944, -0.27067533135414124, 0.13019609451293945, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.3262743949890137, 2.3437037467956543, 2.465708017349243, 2.3785619735717773, 2.308845281600952, 2.239128589630127, 0.2347712516784668, -1.4384313821792603, -1.4210021495819092, -1.403572916984558, -1.3861438035964966, -0.4972548484802246, -1.3512853384017944, -1.7172983884811401, -1.5255773067474365, 1.4548149108886719, 1.8905447721481323, 2.1694118976593018, 1.960261583328247, 2.117124319076538, 2.1345534324645996, 1.5593900680541992, 2.1345534324645996, 1.611677646636963, 1.2108062505722046, 1.1410894393920898, 1.4199565649032593, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.9951199293136597, 2.308845281600952, 2.2216994762420654, 1.9951199293136597, 2.239128589630127, 2.0648367404937744, 2.0648367404937744, 2.082265853881836], [1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.9145098924636841, 1.175947904586792, 1.8556864261627197, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 1.8556864261627197, 1.1933770179748535, 0.9493682980537415, 0.11276690661907196, -0.5146840810775757, 0.2347712516784668, 0.4613508880138397, 0.670501172542572, 1.0365142822265625, 1.332810640335083, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.5768193006515503, 0.9319390654563904, -0.2881045341491699, -0.9504139423370361, -1.1072766780853271, -0.7412636280059814, 0.5833552479743958, 1.0365142822265625, 1.315381407737732, 1.4199565649032593, 1.2282354831695557, 0.984226644039154, 0.35677558183670044, 0.2347712516784668, -0.009237446822226048, -0.25324615836143494, -0.6366884112358093, -0.27067533135414124, -0.18352937698364258, -0.41010889410972595, -0.7586928009986877, -0.4972548484802246, 2.151982545852661, 2.27398681640625, 2.5005664825439453, 1.5245317220687866, -1.2118518352508545, 0.5310676693916321, 1.5768193006515503, 1.6813944578170776, 1.7336820363998413, 0.7227887511253357, -1.176993489265442, 1.1062309741973877, 1.9776906967163086, 1.8382571935653687, 1.7511112689971924, 1.785969614982605, -0.09638340771198273, 0.4962092638015747, 0.9319390654563904, 1.1062309741973877, 1.2282354831695557, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7053595781326294, 0.6879304051399231, 0.7925055623054504, 0.6879304051399231, 0.7750763297080994, 0.9319390654563904, 0.7227887511253357, 1.1236603260040283, 1.158518671989441, 0.8796514868736267, 0.8447931408882141, 0.9493682980537415, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 0.7576471567153931, 0.7053595781326294, 0.8622223138809204, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.6530719995498657, 0.5310676693916321, 0.6530719995498657, 0.3742047846317291, 0.5833552479743958, 0.9145098924636841, 1.053943395614624, 0.984226644039154, 1.332810640335083, 1.5942485332489014, 1.629106879234314, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.7162528038024902, 1.6988236904144287, 2.0648367404937744, 1.960261583328247, 1.5593900680541992, 0.4962092638015747, 0.478780061006546, 1.1410894393920898, -0.619259238243103, -1.490718960762024, -1.6301524639129639, -1.6824400424957275, -1.6650108098983765, -1.6824400424957275, -1.6824400424957275, -1.6127232313156128, -1.5604356527328491, -1.5778648853302002, -1.4732897281646729, -1.1072766780853271, -0.9329847693443298, 0.600784420967102, 1.5245317220687866, 1.9776906967163086, 2.151982545852661, 2.0648367404937744, 2.3262743949890137, 2.27398681640625, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.1694118976593018, 1.2456645965576172, -1.490718960762024, -1.5081480741500854, -1.3512853384017944, -1.490718960762024, -1.5430065393447876, -1.403572916984558, -1.647581696510315, -1.6998692750930786, 0.8099347352981567, 1.7336820363998413, 2.0299782752990723, 2.0299782752990723, 1.8208279609680176, 1.9079740047454834, 1.7336820363998413, 1.5768193006515503, -0.18352937698364258, 0.30448800325393677, 0.6530719995498657, 1.6813944578170776, 1.8731155395507812, 1.629106879234314, 1.5768193006515503, 1.6988236904144287, 2.4134204387664795, 2.3262743949890137, 1.9951199293136597, 2.2914161682128906, 2.0125491619110107, 2.0125491619110107, 2.047407388687134], [1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.5942485332489014, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.053943395614624, 1.0190850496292114, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 1.3676689863204956, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.395991325378418, 2.3785619735717773, 2.3437037467956543, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.2914161682128906, 2.204270124435425, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.8556864261627197, 1.4373857975006104, 0.984226644039154, 0.9319390654563904, 0.1999128758907318, -0.1312417984008789, 0.4090631604194641, 0.478780061006546, 0.5833552479743958, 0.9493682980537415, 1.315381407737732, 1.1933770179748535, 1.3502397537231445, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 0.6879304051399231, -0.601830005645752, -0.7238344550132751, -0.7761220335960388, 0.30448800325393677, 1.1410894393920898, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 0.984226644039154, 0.16505448520183563, 0.02562093921005726, -0.20095856487751007, -0.39267969131469727, -0.37525051832199097, -0.4798256754875183, -0.4623964726924896, 0.8099347352981567, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.465708017349243, 1.2979521751403809, -0.5146840810775757, 0.5659260153770447, 0.9319390654563904, 1.2456645965576172, -0.688975989818573, -1.3512853384017944, 0.8970807194709778, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.6988236904144287, -0.7412636280059814, -0.37525051832199097, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.7053595781326294, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.7925055623054504, 1.0016558170318604, 1.0016558170318604, 0.7576471567153931, 0.7750763297080994, 0.7053595781326294, 0.6530719995498657, 0.5833552479743958, 0.984226644039154, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.9145098924636841, 0.7576471567153931, 1.071372628211975, 1.053943395614624, 0.7925055623054504, 0.7227887511253357, 0.9319390654563904, 0.8622223138809204, 1.158518671989441, 0.9493682980537415, 0.8622223138809204, 0.8099347352981567, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 0.7402179837226868, 1.0888018608093262, 1.0365142822265625, 0.8970807194709778, 0.5484968423843384, 0.6879304051399231, 0.8099347352981567, 0.06047932058572769, -0.3229629397392273, 0.2173420637845993, -0.009237446822226048, 1.1410894393920898, 1.2630938291549683, 1.1062309741973877, 1.5419609546661377, 1.158518671989441, 1.332810640335083, 1.629106879234314, 1.4373857975006104, 1.8731155395507812, 2.047407388687134, 0.9145098924636841, -0.04409583657979965, -1.3512853384017944, -1.5952941179275513, -1.6127232313156128, -1.5952941179275513, -1.6127232313156128, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.647581696510315, -1.490718960762024, -1.2815686464309692, -0.8458387851715088, 0.14762529730796814, 1.803398847579956, 2.0299782752990723, 2.27398681640625, 2.047407388687134, 2.27398681640625, 2.308845281600952, 2.308845281600952, 2.204270124435425, 2.27398681640625, 2.082265853881836, 2.3785619735717773, -1.1421350240707397, -1.5081480741500854, -1.3861438035964966, -1.4384313821792603, -1.4384313821792603, -1.3861438035964966, -1.490718960762024, -1.647581696510315, 1.1236603260040283, 1.803398847579956, 1.8208279609680176, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.646536111831665, 0.30448800325393677, 0.2696296274662018, -0.06152502819895744, 1.071372628211975, 1.4548149108886719, 2.4482789039611816, 1.7336820363998413, 1.7511112689971924, 2.2914161682128906, 2.0996949672698975, 2.27398681640625, 2.0125491619110107, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107], [1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 1.2979521751403809, 1.942832350730896, 2.3437037467956543, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 1.925403118133545, 1.629106879234314, 1.4373857975006104, 0.8796514868736267, 0.827363908290863, 0.9145098924636841, 0.600784420967102, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.6182135939598083, 0.7750763297080994, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.5071024894714355, 1.611677646636963, 1.4025273323059082, 0.4090631604194641, -0.4972548484802246, -0.4623964726924896, 0.4962092638015747, 0.9145098924636841, 1.175947904586792, 1.2805230617523193, 1.0365142822265625, 0.30448800325393677, 0.02562093921005726, -0.06152502819895744, -0.39267969131469727, -0.619259238243103, -0.4972548484802246, 0.35677558183670044, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.4134204387664795, 2.5005664825439453, 0.28705883026123047, -0.9155555367469788, -0.7412636280059814, 0.28705883026123047, -0.06152502819895744, -1.0201307535171509, -0.6366884112358093, 1.4373857975006104, 1.7162528038024902, 1.6988236904144287, 1.5245317220687866, -0.6366884112358093, -1.2292810678482056, 0.9145098924636841, 1.1933770179748535, 1.1062309741973877, 0.8622223138809204, 0.7750763297080994, 0.8447931408882141, 0.7402179837226868, 0.8447931408882141, 1.0888018608093262, 0.9145098924636841, 0.7227887511253357, 0.9319390654563904, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.6530719995498657, 0.5833552479743958, 0.6182135939598083, 0.6182135939598083, 1.0888018608093262, 0.7227887511253357, 0.7227887511253357, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 1.2108062505722046, 1.2630938291549683, 0.8796514868736267, 1.1410894393920898, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 0.7402179837226868, 1.1933770179748535, 0.9319390654563904, 0.7053595781326294, 0.8970807194709778, 0.9145098924636841, 0.513638436794281, 0.670501172542572, 0.827363908290863, 0.827363908290863, 1.5071024894714355, 1.7336820363998413, 1.8556864261627197, 1.942832350730896, 1.629106879234314, 0.30448800325393677, -0.5844008326530457, -1.0201307535171509, -1.4732897281646729, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.5952941179275513, -1.6127232313156128, -1.7870151996612549, -1.7695859670639038, -1.6998692750930786, -1.5081480741500854, -1.3164269924163818, -1.0724183320999146, 0.7227887511253357, 1.5593900680541992, 2.2565577030181885, 2.1868410110473633, 2.1868410110473633, 2.361132860183716, 2.151982545852661, 2.361132860183716, 2.0125491619110107, 2.2914161682128906, 2.361132860183716, 2.1345534324645996, 0.4613508880138397, -1.490718960762024, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5952941179275513, -1.7521568536758423, -1.1595642566680908, -1.0201307535171509, 1.1410894393920898, 1.7162528038024902, 1.5245317220687866, 2.0299782752990723, 1.158518671989441, 1.0190850496292114, 0.5659260153770447, -0.3578213155269623, 0.008191745728254318, 1.5071024894714355, 1.2456645965576172, 1.925403118133545, 1.8382571935653687, 1.6813944578170776, 1.8905447721481323, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0190850496292114, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 1.158518671989441, 1.768540382385254, 2.2914161682128906, 2.430849552154541, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.2914161682128906, 2.1868410110473633, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 1.8556864261627197, 1.7336820363998413, 1.5593900680541992, 1.1236603260040283, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.7402179837226868, 0.7053595781326294, 1.0190850496292114, 1.315381407737732, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5768193006515503, 1.5419609546661377, 1.2979521751403809, 0.13019609451293945, -0.42753809690475464, 0.3916339874267578, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 0.9493682980537415, 0.2347712516784668, -0.11381260305643082, -0.27067533135414124, -0.37525051832199097, -0.6366884112358093, 1.9951199293136597, 2.27398681640625, 2.395991325378418, 2.465708017349243, 2.5354247093200684, 2.117124319076538, -1.1944226026535034, -0.8806971907615662, 1.0190850496292114, 1.2979521751403809, 1.5245317220687866, 1.489673376083374, 0.1999128758907318, -0.6541175842285156, 0.6530719995498657, 0.42649248242378235, -0.6366884112358093, -1.2641394138336182, -0.1486709862947464, 1.071372628211975, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.8796514868736267, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.8099347352981567, 0.7576471567153931, 1.071372628211975, 0.8099347352981567, 0.7053595781326294, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.600784420967102, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.7227887511253357, 0.984226644039154, 1.0016558170318604, 0.670501172542572, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.315381407737732, 1.2630938291549683, 1.158518671989441, 0.7925055623054504, 0.8622223138809204, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.2456645965576172, 1.3502397537231445, 1.1236603260040283, 1.5593900680541992, 1.6813944578170776, 1.8208279609680176, 1.5942485332489014, 1.6988236904144287, 1.9776906967163086, 1.5245317220687866, 0.4962092638015747, -0.18352937698364258, -0.8981263637542725, -1.490718960762024, -1.6127232313156128, -1.5952941179275513, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.6301524639129639, -1.5430065393447876, -1.4558604955673218, -0.8806971907615662, -0.9329847693443298, 0.3742047846317291, 1.2456645965576172, 1.942832350730896, 2.082265853881836, 1.9776906967163086, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.047407388687134, 2.239128589630127, 2.151982545852661, 2.4482789039611816, 0.2347712516784668, 1.785969614982605, 0.16505448520183563, -1.5081480741500854, -1.7172983884811401, -1.6824400424957275, -1.647581696510315, -1.4558604955673218, -1.3687145709991455, -1.6650108098983765, 0.2696296274662018, 1.2805230617523193, 1.8731155395507812, 1.785969614982605, 1.2979521751403809, -0.7935512065887451, -1.2815686464309692, -1.1944226026535034, 0.35677558183670044, 1.7336820363998413, 2.117124319076538, 1.5942485332489014, 2.1868410110473633, 1.8382571935653687, 1.9951199293136597, 2.0299782752990723, 1.8905447721481323, 2.204270124435425, 1.942832350730896, 1.8905447721481323, 1.9079740047454834, 1.925403118133545], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 1.1062309741973877, 1.768540382385254, 2.2565577030181885, 2.395991325378418, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 1.8905447721481323, 1.803398847579956, 1.5593900680541992, 1.071372628211975, 0.5310676693916321, 0.4090631604194641, 0.513638436794281, 0.4613508880138397, 0.600784420967102, 0.9667974710464478, 0.8796514868736267, 0.9319390654563904, 0.7925055623054504, 0.670501172542572, 0.7925055623054504, 1.175947904586792, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.2630938291549683, 0.2173420637845993, 0.5659260153770447, 0.8099347352981567, 0.9145098924636841, 0.9145098924636841, 0.6182135939598083, -0.06152502819895744, -0.20095856487751007, -0.3229629397392273, -0.41010889410972595, 1.9776906967163086, 2.430849552154541, 2.4482789039611816, 2.5702831745147705, 2.1868410110473633, -1.333856225013733, -0.8806971907615662, 1.3850982189178467, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, -0.5495424270629883, -0.8284096121788025, 1.803398847579956, 1.6988236904144287, 1.611677646636963, 1.3850982189178467, 1.2630938291549683, 0.5310676693916321, 0.1999128758907318, 0.9319390654563904, 0.9145098924636841, 1.1236603260040283, 0.7925055623054504, 0.7227887511253357, 0.42649248242378235, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 0.7402179837226868, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.5310676693916321, 0.8447931408882141, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.44392168521881104, 0.827363908290863, 0.7053595781326294, 0.6356428265571594, 0.7227887511253357, 0.6530719995498657, 0.984226644039154, 0.6530719995498657, 0.7925055623054504, 0.9667974710464478, 0.827363908290863, 0.7402179837226868, 0.9145098924636841, 0.7227887511253357, 0.827363908290863, 0.984226644039154, 1.0365142822265625, 1.158518671989441, 0.9319390654563904, 0.6182135939598083, 0.7750763297080994, 0.9319390654563904, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.3676689863204956, 1.3502397537231445, 1.5942485332489014, 1.5071024894714355, 1.629106879234314, 1.768540382385254, 1.9951199293136597, 1.5245317220687866, 0.3742047846317291, -0.6366884112358093, -1.2118518352508545, -1.4384313821792603, -1.6127232313156128, -1.5604356527328491, -1.5430065393447876, -1.5952941179275513, -1.647581696510315, -1.5604356527328491, -1.5081480741500854, -0.688975989818573, 0.6356428265571594, 1.315381407737732, 0.13019609451293945, 0.9319390654563904, 0.8622223138809204, 1.332810640335083, 2.2216994762420654, 2.1345534324645996, 1.9079740047454834, 2.082265853881836, 2.239128589630127, 2.3262743949890137, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9079740047454834, 1.768540382385254, 2.082265853881836, 2.1345534324645996, 1.646536111831665, 0.513638436794281, -1.1944226026535034, -0.8981263637542725, -1.6998692750930786, -1.7695859670639038, -1.7347276210784912, -1.5255773067474365, 0.478780061006546, 1.8208279609680176, 1.9776906967163086, -0.8981263637542725, -1.5604356527328491, -1.5952941179275513, -1.2641394138336182, 0.9667974710464478, 1.785969614982605, 2.5354247093200684, 2.0648367404937744, 2.3785619735717773, 2.2216994762420654, 2.1868410110473633, 1.7162528038024902, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 1.158518671989441, 1.646536111831665, 2.117124319076538, 2.3262743949890137, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.629106879234314, 1.1236603260040283, 0.5833552479743958, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.28705883026123047, 0.5659260153770447, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8970807194709778, 0.5833552479743958, 0.6182135939598083, 1.053943395614624, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.7511112689971924, 0.7750763297080994, 0.4090631604194641, 0.5833552479743958, 0.670501172542572, 0.7402179837226868, 0.30448800325393677, -0.2881045341491699, -0.3578213155269623, 2.0299782752990723, 1.9776906967163086, 2.465708017349243, 2.552854061126709, 1.8208279609680176, -1.403572916984558, -0.9678431153297424, 1.1933770179748535, 1.5768193006515503, 1.611677646636963, 1.8556864261627197, -0.9852723479270935, -0.8981263637542725, 1.8556864261627197, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.646536111831665, 0.478780061006546, 0.4613508880138397, 1.0365142822265625, 1.1062309741973877, 0.984226644039154, 0.7227887511253357, 0.984226644039154, 0.8796514868736267, 0.7750763297080994, 0.9667974710464478, 0.7750763297080994, 0.7053595781326294, 0.7576471567153931, 0.3742047846317291, 0.5484968423843384, 0.7227887511253357, 0.8099347352981567, 0.6356428265571594, 0.44392168521881104, 0.670501172542572, 0.5484968423843384, 0.4613508880138397, 0.6879304051399231, 0.670501172542572, 0.5833552479743958, 0.8796514868736267, 0.6879304051399231, 0.9145098924636841, 0.7053595781326294, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 0.6356428265571594, 0.6530719995498657, 0.8970807194709778, 1.611677646636963, 0.9493682980537415, 1.315381407737732, 1.611677646636963, 1.5071024894714355, 1.6639652252197266, 1.5419609546661377, 1.4199565649032593, 1.1236603260040283, 1.646536111831665, 1.3502397537231445, 0.1999128758907318, -0.7412636280059814, -1.490718960762024, -1.5604356527328491, -1.6301524639129639, -1.5952941179275513, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.0549890995025635, -0.44496726989746094, 0.2347712516784668, 1.6988236904144287, 2.082265853881836, 1.8208279609680176, 2.0648367404937744, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.204270124435425, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.3262743949890137, 2.2216994762420654, 1.768540382385254, 2.0125491619110107, 2.1345534324645996, 2.117124319076538, 2.3262743949890137, 2.0125491619110107, 1.7162528038024902, 1.4025273323059082, 1.0016558170318604, -0.3578213155269623, -1.5778648853302002, -1.7172983884811401, -1.7172983884811401, -1.7695859670639038, -1.3861438035964966, 0.8099347352981567, -0.3055337369441986, -1.7521568536758423, -1.7870151996612549, -1.5255773067474365, -1.1247059106826782, 0.7227887511253357, 1.942832350730896, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.117124319076538, 1.5419609546661377, 1.7336820363998413, 2.1345534324645996, 1.7162528038024902, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.8447931408882141, 1.0888018608093262, 1.646536111831665, 2.2914161682128906, 2.430849552154541, 2.395991325378418, 2.3437037467956543, 2.27398681640625, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6639652252197266, 1.4025273323059082, 0.7402179837226868, 0.4962092638015747, 0.670501172542572, 0.827363908290863, 0.2347712516784668, 0.28705883026123047, 0.5833552479743958, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.6356428265571594, 0.5484968423843384, 0.670501172542572, 1.1236603260040283, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 0.44392168521881104, 0.18248367309570312, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, -0.009237446822226048, 1.7336820363998413, 2.1868410110473633, 2.2565577030181885, 2.4134204387664795, 2.5702831745147705, 0.16505448520183563, -1.0375598669052124, 0.600784420967102, 1.1062309741973877, 1.332810640335083, 1.315381407737732, -0.7586928009986877, -1.4384313821792603, 1.3850982189178467, 1.6813944578170776, 1.785969614982605, 1.6813944578170776, 1.7162528038024902, 0.11276690661907196, 0.5659260153770447, 1.2979521751403809, 1.3676689863204956, 1.5245317220687866, 1.5768193006515503, 1.3502397537231445, 0.7750763297080994, 1.2282354831695557, 1.071372628211975, 0.7576471567153931, 0.5659260153770447, 0.5659260153770447, 0.7402179837226868, 0.6182135939598083, 0.7750763297080994, 0.7053595781326294, 0.6182135939598083, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.3916339874267578, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7402179837226868, 0.6530719995498657, 0.513638436794281, 0.44392168521881104, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.9667974710464478, 0.5659260153770447, 0.8970807194709778, 0.7402179837226868, 0.9319390654563904, 0.8447931408882141, 0.9667974710464478, 1.071372628211975, 0.8447931408882141, 0.6356428265571594, 1.2630938291549683, 1.4548149108886719, 1.071372628211975, 1.071372628211975, 1.2282354831695557, 1.5071024894714355, 1.3676689863204956, 1.5419609546661377, 1.8382571935653687, 2.047407388687134, 1.803398847579956, 0.9667974710464478, -0.44496726989746094, -1.0549890995025635, -1.3861438035964966, -1.5604356527328491, -1.6301524639129639, -1.6650108098983765, -1.5081480741500854, -1.5952941179275513, -0.7238344550132751, 0.2522004544734955, 0.33934640884399414, 1.942832350730896, 1.0365142822265625, 1.785969614982605, 1.9951199293136597, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.2216994762420654, 2.1345534324645996, 2.0648367404937744, 1.7336820363998413, 1.8556864261627197, 1.9951199293136597, 2.0996949672698975, 2.117124319076538, 1.5593900680541992, 1.489673376083374, 0.3916339874267578, -0.9155555367469788, -1.5081480741500854, -1.6301524639129639, -1.7172983884811401, -1.7172983884811401, -1.6650108098983765, -1.6998692750930786, -1.7521568536758423, -1.3687145709991455, -1.5952941179275513, -0.27067533135414124, -0.9329847693443298, 1.1062309741973877, 2.2216994762420654, 2.1694118976593018, 2.552854061126709, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.5419609546661377, 2.395991325378418, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.768540382385254, 1.768540382385254], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 1.2630938291549683, 1.942832350730896, 2.361132860183716, 2.395991325378418, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.1345534324645996, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 1.942832350730896, 1.785969614982605, 1.8382571935653687, 1.6639652252197266, 1.2630938291549683, 1.053943395614624, 0.9145098924636841, 0.827363908290863, 0.670501172542572, 0.600784420967102, 0.513638436794281, 0.8447931408882141, 1.0190850496292114, 1.0365142822265625, 0.8447931408882141, 0.5833552479743958, 0.478780061006546, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.984226644039154, 1.1236603260040283, 1.1410894393920898, 1.0365142822265625, 1.0016558170318604, 0.42649248242378235, -0.009237446822226048, -0.026666639372706413, -0.1486709862947464, -0.5146840810775757, 2.2565577030181885, 2.1868410110473633, 2.395991325378418, 2.465708017349243, 2.4831371307373047, -0.23581695556640625, 0.2173420637845993, -0.3229629397392273, -0.8806971907615662, -0.27067533135414124, -0.3229629397392273, -0.7586928009986877, 0.18248367309570312, 0.7053595781326294, 0.7576471567153931, 0.5484968423843384, 1.071372628211975, -0.25324615836143494, 0.827363908290863, 1.3502397537231445, 1.5942485332489014, 1.5942485332489014, 0.9667974710464478, 1.4548149108886719, 1.071372628211975, 0.7576471567153931, 0.7576471567153931, 0.6356428265571594, 0.7227887511253357, 0.6182135939598083, 0.7227887511253357, 0.6182135939598083, 0.513638436794281, 0.6879304051399231, 0.7227887511253357, 0.5833552479743958, 0.5833552479743958, 0.478780061006546, 0.5659260153770447, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.4090631604194641, 0.5833552479743958, 0.5310676693916321, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.8447931408882141, 0.7750763297080994, 0.8099347352981567, 0.8796514868736267, 1.053943395614624, 0.8099347352981567, 0.5659260153770447, 0.9145098924636841, 1.0190850496292114, 1.489673376083374, 1.2805230617523193, 1.3850982189178467, 1.2456645965576172, 1.1062309741973877, 1.4025273323059082, 1.646536111831665, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.2979521751403809, 0.2522004544734955, -0.7761220335960388, -1.403572916984558, -1.5255773067474365, -1.6301524639129639, -1.6824400424957275, -1.4732897281646729, -1.3861438035964966, -0.06152502819895744, 1.0190850496292114, 1.5942485332489014, 1.8208279609680176, 1.9776906967163086, 2.082265853881836, 2.27398681640625, 2.3437037467956543, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.204270124435425, 2.082265853881836, 1.9776906967163086, 2.0996949672698975, 2.0299782752990723, 2.239128589630127, 1.9776906967163086, 1.6639652252197266, 1.7336820363998413, 1.6813944578170776, 1.8556864261627197, 2.082265853881836, 1.6988236904144287, 1.2456645965576172, -0.18352937698364258, -0.8806971907615662, -1.7521568536758423, -1.7347276210784912, -1.0027015209197998, -1.7347276210784912, -1.6824400424957275, -1.6824400424957275, 0.7053595781326294, 1.3502397537231445, -1.7521568536758423, -0.9678431153297424, -0.1486709862947464, 1.5071024894714355, 2.1345534324645996, 2.2914161682128906, 2.3262743949890137, 2.395991325378418, 2.308845281600952, 1.7336820363998413, 1.8382571935653687, 2.0648367404937744, 1.768540382385254, 1.8382571935653687, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 1.5768193006515503, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.361132860183716, 2.3437037467956543, 2.2216994762420654, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.611677646636963, 1.3676689863204956, 1.1062309741973877, 0.984226644039154, 1.0190850496292114, 0.8622223138809204, 0.7053595781326294, 0.6879304051399231, 0.5310676693916321, 0.6879304051399231, 0.9319390654563904, 1.0016558170318604, 0.9319390654563904, 0.7750763297080994, 0.513638436794281, 0.42649248242378235, 0.7402179837226868, 0.7402179837226868, 0.8099347352981567, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6356428265571594, 0.1999128758907318, -0.532113254070282, -1.0375598669052124, -0.9504139423370361, 2.4831371307373047, 2.430849552154541, 2.517995595932007, 2.5354247093200684, -0.07895421981811523, 0.0430501289665699, -1.0724183320999146, -0.8632679581642151, -0.20095856487751007, 1.489673376083374, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, -0.07895421981811523, -0.9678431153297424, 0.8447931408882141, 0.8622223138809204, 0.33934640884399414, 1.175947904586792, 1.3676689863204956, 1.5245317220687866, 1.1236603260040283, 0.7576471567153931, 1.1236603260040283, 1.0016558170318604, 0.984226644039154, 1.2805230617523193, 0.8970807194709778, 0.6182135939598083, 0.827363908290863, 0.2347712516784668, 0.513638436794281, 0.4962092638015747, 0.5833552479743958, 0.2696296274662018, 0.670501172542572, 0.7750763297080994, 0.6530719995498657, 0.2696296274662018, 0.1999128758907318, 0.670501172542572, 0.2522004544734955, 0.3916339874267578, 0.7576471567153931, 0.44392168521881104, 0.478780061006546, 0.5484968423843384, 0.5484968423843384, 0.16505448520183563, 0.7750763297080994, 0.30448800325393677, 0.32191720604896545, 0.670501172542572, 0.600784420967102, 0.35677558183670044, 0.6530719995498657, 1.0190850496292114, 1.4025273323059082, 1.4373857975006104, 1.0365142822265625, 1.5071024894714355, 1.0888018608093262, 1.0016558170318604, 1.5942485332489014, 1.5245317220687866, 1.1236603260040283, 1.5942485332489014, 1.6813944578170776, 1.5593900680541992, 1.4025273323059082, 0.14762529730796814, -0.7935512065887451, -1.2815686464309692, -1.5081480741500854, -1.6301524639129639, -1.5952941179275513, -1.403572916984558, 0.4613508880138397, 1.5768193006515503, 1.611677646636963, 1.1410894393920898, 1.6639652252197266, 2.047407388687134, 1.942832350730896, 2.1694118976593018, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.8382571935653687, 2.2565577030181885, 2.1345534324645996, 2.1345534324645996, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.8731155395507812, 1.785969614982605, 2.204270124435425, 1.6988236904144287, 1.4025273323059082, 2.0125491619110107, 1.629106879234314, 1.6813944578170776, 0.6879304051399231, -1.5604356527328491, -1.5081480741500854, -1.6824400424957275, -1.7172983884811401, -1.6824400424957275, -0.8284096121788025, -1.6301524639129639, -1.647581696510315, -1.7521568536758423, -1.6998692750930786, -1.403572916984558, -0.3055337369441986, 0.8970807194709778, 1.6813944578170776, 2.3437037467956543, 2.1345534324645996, 2.4831371307373047, 1.9776906967163086, 1.4373857975006104, 2.2216994762420654, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7053595781326294, 0.8099347352981567, 0.9667974710464478, 1.5419609546661377, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.2565577030181885, 2.1694118976593018, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.768540382385254, 1.611677646636963, 1.472244143486023, 1.315381407737732, 1.2108062505722046, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.7053595781326294, 0.513638436794281, 0.5833552479743958, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.8796514868736267, 0.4613508880138397, 0.35677558183670044, 0.4090631604194641, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, -0.026666639372706413, -0.1312417984008789, -1.0375598669052124, -0.9678431153297424, -1.0724183320999146, 0.3916339874267578, 1.8208279609680176, 2.308845281600952, 2.4831371307373047, 1.8382571935653687, -0.1486709862947464, -1.1944226026535034, -1.3512853384017944, -0.25324615836143494, 1.2979521751403809, 1.5419609546661377, 1.5942485332489014, 1.4373857975006104, -0.39267969131469727, -1.2989977598190308, 1.158518671989441, 1.611677646636963, 1.5245317220687866, 1.332810640335083, 0.8447931408882141, 1.2108062505722046, 1.158518671989441, 1.1933770179748535, 0.827363908290863, 1.0888018608093262, 0.7053595781326294, 1.0190850496292114, 1.158518671989441, 0.6182135939598083, 0.600784420967102, 0.28705883026123047, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.5659260153770447, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.7053595781326294, 0.5659260153770447, 0.30448800325393677, 0.35677558183670044, 0.7925055623054504, 0.44392168521881104, 0.4090631604194641, 0.5310676693916321, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.5484968423843384, 0.478780061006546, 0.600784420967102, 0.4962092638015747, 1.2805230617523193, 0.6182135939598083, 0.4962092638015747, 1.1062309741973877, 1.1062309741973877, 1.2805230617523193, 1.332810640335083, 1.4373857975006104, 1.2456645965576172, 1.611677646636963, 1.768540382385254, 1.8731155395507812, 1.5942485332489014, 1.5071024894714355, 1.2282354831695557, 0.9145098924636841, 0.35677558183670044, -0.5844008326530457, -1.1072766780853271, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -0.6715468168258667, 0.02562093921005726, 1.4373857975006104, 1.9079740047454834, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 2.047407388687134, 2.0299782752990723, 2.151982545852661, 2.0299782752990723, 2.0299782752990723, 2.2565577030181885, 1.9951199293136597, 1.942832350730896, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.082265853881836, 1.768540382385254, 1.942832350730896, 1.8556864261627197, 1.9776906967163086, 1.6639652252197266, 1.1933770179748535, -0.9329847693443298, -1.2989977598190308, -1.3512853384017944, -1.4210021495819092, 0.14762529730796814, -1.6650108098983765, -1.6824400424957275, 0.7402179837226868, 1.8905447721481323, -1.4210021495819092, -1.6301524639129639, 1.3502397537231445, 2.27398681640625, -1.5081480741500854, -1.1944226026535034, -0.6366884112358093, 1.332810640335083, 1.8556864261627197, 1.7162528038024902, 1.053943395614624, 0.09533771127462387, 2.308845281600952, 2.1868410110473633, 1.629106879234314, 1.5942485332489014, 1.7162528038024902, 1.646536111831665, 1.6639652252197266, 1.646536111831665], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 1.5071024894714355, 2.2914161682128906, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3785619735717773, 2.27398681640625, 2.2914161682128906, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.785969614982605, 1.629106879234314, 1.4373857975006104, 1.1062309741973877, 0.7402179837226868, 0.7227887511253357, 0.8622223138809204, 0.8099347352981567, 0.8622223138809204, 0.7750763297080994, 0.513638436794281, 0.478780061006546, 0.7750763297080994, 0.8622223138809204, 0.7227887511253357, 0.5659260153770447, 0.3742047846317291, 0.09533771127462387, 0.09533771127462387, -0.39267969131469727, -1.0027015209197998, -0.8109803795814514, -1.1247059106826782, -1.1247059106826782, -0.9155555367469788, -0.8109803795814514, 1.8208279609680176, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 1.5071024894714355, -0.9155555367469788, -1.4558604955673218, -0.39267969131469727, 1.0888018608093262, 1.315381407737732, 1.3676689863204956, 1.2456645965576172, -0.39267969131469727, -1.5604356527328491, 0.7402179837226868, 1.5768193006515503, 1.646536111831665, 1.332810640335083, 0.8447931408882141, 0.4962092638015747, 0.8970807194709778, 1.053943395614624, 0.8099347352981567, 0.8970807194709778, 0.7227887511253357, 0.33934640884399414, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.5484968423843384, 0.7576471567153931, 0.7576471567153931, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 1.0190850496292114, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 0.6879304051399231, 0.9319390654563904, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.4090631604194641, 0.600784420967102, 0.670501172542572, 0.6182135939598083, 0.670501172542572, 0.827363908290863, 1.0888018608093262, 0.9319390654563904, 1.175947904586792, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.4025273323059082, 1.1410894393920898, 1.332810640335083, 1.472244143486023, 1.768540382385254, 1.8731155395507812, 1.4548149108886719, 0.30448800325393677, -0.7935512065887451, -1.4384313821792603, -1.5255773067474365, -1.5081480741500854, -0.601830005645752, 1.332810640335083, 1.6988236904144287, 1.960261583328247, 1.925403118133545, 2.1345534324645996, 2.0299782752990723, 1.7336820363998413, 1.8382571935653687, 2.204270124435425, 2.0996949672698975, 2.204270124435425, 2.0996949672698975, 2.2216994762420654, 2.204270124435425, 2.2914161682128906, 2.0996949672698975, 1.8556864261627197, 2.1694118976593018, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.7511112689971924, 1.7336820363998413, 1.5942485332489014, 1.9951199293136597, 1.9951199293136597, -0.6366884112358093, -0.5495424270629883, -1.1595642566680908, 0.16505448520183563, 2.082265853881836, 2.4134204387664795, -0.9504139423370361, -1.6650108098983765, 2.082265853881836, 2.151982545852661, -1.5604356527328491, -0.8981263637542725, -1.403572916984558, -0.4972548484802246, 0.6530719995498657, -0.42753809690475464, -0.9852723479270935, -0.009237446822226048, 2.587712287902832, 1.7162528038024902, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8796514868736267, 1.0365142822265625, 1.629106879234314, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.942832350730896, 1.925403118133545, 1.6813944578170776, 1.3502397537231445, 1.053943395614624, 0.7925055623054504, 0.33934640884399414, 0.2347712516784668, 0.5484968423843384, 0.7750763297080994, 0.7576471567153931, 0.5833552479743958, 0.4613508880138397, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.4090631604194641, 0.3742047846317291, 0.2173420637845993, -0.1661001741886139, 0.2522004544734955, -1.0027015209197998, -1.0027015209197998, -0.9329847693443298, -0.8632679581642151, -1.0027015209197998, -0.6541175842285156, 2.2216994762420654, 2.1694118976593018, 2.0648367404937744, 2.430849552154541, -1.1421350240707397, -0.8806971907615662, 0.1999128758907318, 1.5593900680541992, 0.513638436794281, 0.008191745728254318, -0.04409583657979965, -0.39267969131469727, -1.2641394138336182, -0.5495424270629883, 1.053943395614624, 1.1236603260040283, 1.1062309741973877, 0.7750763297080994, -0.688975989818573, -0.7761220335960388, 0.984226644039154, 0.7750763297080994, 0.7576471567153931, 0.6879304051399231, 0.2696296274662018, 0.5310676693916321, 0.6530719995498657, 0.8622223138809204, 0.8099347352981567, 1.1410894393920898, 0.984226644039154, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 1.1410894393920898, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.6530719995498657, 0.7925055623054504, 0.7227887511253357, 0.3742047846317291, 0.18248367309570312, 0.2347712516784668, -0.009237446822226048, 0.13019609451293945, 0.3916339874267578, 0.8622223138809204, 0.9319390654563904, 0.6530719995498657, 1.0190850496292114, 0.8796514868736267, 0.8796514868736267, 1.332810640335083, 1.0190850496292114, 1.0016558170318604, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.5071024894714355, 1.175947904586792, 1.3502397537231445, 1.6988236904144287, 1.646536111831665, 1.175947904586792, 0.28705883026123047, -0.5146840810775757, -1.3164269924163818, -1.4384313821792603, -1.333856225013733, -0.8284096121788025, 0.7925055623054504, 1.6813944578170776, 1.9079740047454834, 1.8731155395507812, 1.768540382385254, 1.9079740047454834, 1.9079740047454834, 1.7162528038024902, 2.0996949672698975, 1.803398847579956, 1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.0299782752990723, 2.239128589630127, 2.151982545852661, 2.2216994762420654, 1.9079740047454834, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.117124319076538, 1.8731155395507812, 1.8208279609680176, 2.047407388687134, 2.151982545852661, 1.7511112689971924, 2.4831371307373047, 1.6813944578170776, 0.2522004544734955, 1.0016558170318604, 2.2565577030181885, -1.246710181236267, -1.6998692750930786, -1.7172983884811401, -0.601830005645752, -0.4623964726924896, -1.1595642566680908, -1.3164269924163818, -1.1072766780853271, 1.0190850496292114, 0.9493682980537415, -0.9504139423370361, 0.28705883026123047, 2.3262743949890137, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503], [2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 1.5071024894714355, 2.2565577030181885, 2.361132860183716, 2.430849552154541, 2.4134204387664795, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.204270124435425, 2.1868410110473633, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.047407388687134, 1.8905447721481323, 1.768540382385254, 1.768540382385254, 1.4199565649032593, 1.1410894393920898, 0.7576471567153931, 0.44392168521881104, 0.09533771127462387, 0.09533771127462387, 0.3742047846317291, 0.600784420967102, 0.6530719995498657, 0.5310676693916321, 0.28705883026123047, 0.13019609451293945, 0.18248367309570312, 0.07790851593017578, -0.3229629397392273, -0.5495424270629883, -0.8632679581642151, -0.8109803795814514, -0.7586928009986877, -0.5669716596603394, -0.3403921127319336, -0.09638340771198273, -0.1312417984008789, -0.07895421981811523, 0.18248367309570312, 1.942832350730896, 1.768540382385254, -1.0201307535171509, -0.4623964726924896, 0.3742047846317291, 1.2108062505722046, 1.4025273323059082, -0.18352937698364258, -1.0375598669052124, 0.8970807194709778, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 0.11276690661907196, -0.5146840810775757, -0.1312417984008789, -0.6366884112358093, -0.7761220335960388, 0.984226644039154, 0.7227887511253357, 0.7925055623054504, 0.670501172542572, 0.5833552479743958, 1.175947904586792, 0.8099347352981567, 1.0365142822265625, 0.7402179837226868, 0.8622223138809204, 0.7750763297080994, 0.984226644039154, 0.5833552479743958, 0.9319390654563904, 0.9667974710464478, 0.7402179837226868, 1.1062309741973877, 0.8447931408882141, 1.0190850496292114, 0.7925055623054504, 1.1933770179748535, 1.332810640335083, 1.2282354831695557, 1.1236603260040283, 1.2108062505722046, 1.3676689863204956, 1.3502397537231445, 0.7750763297080994, 0.9145098924636841, 0.18248367309570312, 0.44392168521881104, 0.02562093921005726, 0.8796514868736267, 1.0365142822265625, 1.1236603260040283, 0.7925055623054504, 1.053943395614624, 0.8970807194709778, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3850982189178467, 1.5419609546661377, 1.3502397537231445, 1.5593900680541992, 1.2630938291549683, 1.768540382385254, 1.158518671989441, 0.827363908290863, 0.06047932058572769, -0.4798256754875183, -1.4210021495819092, -1.4210021495819092, -0.3578213155269623, 0.9667974710464478, 1.5071024894714355, 2.047407388687134, 2.1345534324645996, 2.361132860183716, 2.0125491619110107, 2.0125491619110107, 2.2565577030181885, 2.239128589630127, 2.0648367404937744, 1.8731155395507812, 2.0648367404937744, 1.8382571935653687, 2.0996949672698975, 2.047407388687134, 1.768540382385254, 1.8905447721481323, 1.8556864261627197, 1.9951199293136597, 2.1694118976593018, 2.1694118976593018, 2.082265853881836, 1.9776906967163086, 2.1868410110473633, 2.1345534324645996, 2.239128589630127, 2.0299782752990723, 2.1694118976593018, 1.942832350730896, 1.8382571935653687, 1.3502397537231445, 1.9951199293136597, 1.4025273323059082, -0.7238344550132751, 1.9951199293136597, -0.8981263637542725, 1.646536111831665, 0.6530719995498657, 1.4025273323059082, 0.7576471567153931, 1.8208279609680176, 1.7511112689971924, 1.9079740047454834, 2.2565577030181885, 0.42649248242378235, 1.053943395614624, 1.6639652252197266, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377], [2.047407388687134, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 1.0888018608093262, 1.7336820363998413, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.4134204387664795, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 1.7336820363998413, 1.4373857975006104, 1.1062309741973877, 0.6530719995498657, 0.28705883026123047, 0.1999128758907318, 0.2173420637845993, 0.13019609451293945, 0.13019609451293945, 0.42649248242378235, 0.478780061006546, 0.4613508880138397, 0.2696296274662018, 0.02562093921005726, -0.20095856487751007, -0.44496726989746094, -1.0027015209197998, -0.8109803795814514, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, 0.5310676693916321, 0.02562093921005726, 0.16505448520183563, 0.13019609451293945, 0.984226644039154, 0.6530719995498657, -0.04409583657979965, -0.4623964726924896, 0.7227887511253357, 0.5310676693916321, 1.4199565649032593, -0.21838775277137756, -1.0201307535171509, 0.7402179837226868, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 0.44392168521881104, -1.1247059106826782, 0.14762529730796814, 0.9493682980537415, 0.8622223138809204, 1.332810640335083, 0.984226644039154, 0.9145098924636841, 0.9145098924636841, 0.8099347352981567, 0.4613508880138397, 0.9319390654563904, 0.8447931408882141, 0.7053595781326294, 0.670501172542572, 0.7402179837226868, 0.600784420967102, 0.35677558183670044, 0.7227887511253357, 0.827363908290863, 0.6182135939598083, 0.6530719995498657, 0.8099347352981567, 0.827363908290863, 0.984226644039154, 1.2630938291549683, 1.2108062505722046, 1.0016558170318604, 1.3850982189178467, 1.4199565649032593, 1.1410894393920898, 1.053943395614624, 1.2282354831695557, 1.1062309741973877, 1.1236603260040283, 0.9145098924636841, 1.0888018608093262, 0.9667974710464478, 0.32191720604896545, 0.4613508880138397, 0.5484968423843384, 0.7576471567153931, 1.0190850496292114, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.5942485332489014, 1.3502397537231445, 1.489673376083374, 1.6813944578170776, 1.1236603260040283, 0.09533771127462387, -0.41010889410972595, -1.1247059106826782, -1.2641394138336182, -1.2989977598190308, 0.670501172542572, 0.9145098924636841, 1.8382571935653687, 1.611677646636963, 2.0648367404937744, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.3785619735717773, 1.960261583328247, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.9776906967163086, 1.785969614982605, 2.117124319076538, 2.27398681640625, 2.308845281600952, 2.151982545852661, 1.9079740047454834, 1.5245317220687866, 1.7336820363998413, 2.117124319076538, 1.768540382385254, 1.9951199293136597, 1.8556864261627197, 2.308845281600952, 1.8556864261627197, 1.629106879234314, 2.0648367404937744, 2.361132860183716, 0.32191720604896545, 1.5071024894714355, 0.7053595781326294, 2.361132860183716, 2.2216994762420654, 2.4831371307373047, 1.8556864261627197, 1.7162528038024902, 2.239128589630127, 2.622570753097534, 1.5942485332489014, 1.4548149108886719, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355], [2.0299782752990723, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 1.0365142822265625, 1.5593900680541992, 2.0996949672698975, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.6988236904144287, 1.4025273323059082, 0.9667974710464478, 1.0365142822265625, 0.6356428265571594, 0.2696296274662018, 0.2173420637845993, -0.20095856487751007, -0.04409583657979965, -0.1312417984008789, 0.4090631604194641, 0.8099347352981567, -0.06152502819895744, -0.27067533135414124, -0.7238344550132751, -1.0201307535171509, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, -0.7586928009986877, -0.09638340771198273, 0.2173420637845993, -0.1661001741886139, 0.6356428265571594, 0.16505448520183563, 1.4199565649032593, 2.2216994762420654, 1.768540382385254, -0.1312417984008789, -0.4972548484802246, -0.23581695556640625, 0.5484968423843384, -0.8806971907615662, -0.4623964726924896, 0.3916339874267578, 0.8796514868736267, 1.175947904586792, 0.5310676693916321, -0.7761220335960388, -0.5669716596603394, 0.8622223138809204, 0.9145098924636841, 1.3502397537231445, 1.1236603260040283, 0.9319390654563904, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 1.1062309741973877, 0.6879304051399231, 0.5833552479743958, 1.3850982189178467, 1.3502397537231445, 0.7227887511253357, 0.7925055623054504, 0.3916339874267578, 0.42649248242378235, 0.5484968423843384, 0.827363908290863, 0.6879304051399231, 0.9667974710464478, 0.9493682980537415, 1.0016558170318604, 1.1236603260040283, 1.1410894393920898, 0.8796514868736267, 1.175947904586792, 1.6639652252197266, 1.4025273323059082, 0.9667974710464478, 0.6356428265571594, -0.7238344550132751, 0.6356428265571594, 0.7227887511253357, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 1.0888018608093262, 1.175947904586792, 1.3502397537231445, 1.2979521751403809, 1.3502397537231445, 1.2456645965576172, 1.611677646636963, 1.4373857975006104, 1.3676689863204956, 1.3850982189178467, 1.472244143486023, 1.0888018608093262, -0.026666639372706413, -0.9155555367469788, -1.1072766780853271, -1.3164269924163818, -1.2118518352508545, -0.1486709862947464, 0.8796514868736267, 1.7162528038024902, 1.942832350730896, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 1.9951199293136597, 1.8208279609680176, 1.6813944578170776, 1.5593900680541992, 1.768540382385254, 1.4373857975006104, 1.3502397537231445, 2.2216994762420654, 2.2216994762420654, 2.151982545852661, 1.9776906967163086, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 2.0996949672698975, 2.082265853881836, 2.2565577030181885, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 0.8970807194709778, 1.7336820363998413, 1.053943395614624, 2.0648367404937744, 1.3502397537231445, 1.1062309741973877, 1.8208279609680176, 2.239128589630127, 1.960261583328247, 1.8382571935653687, 1.629106879234314, 2.1345534324645996, 1.3850982189178467, 2.1868410110473633, 2.3785619735717773, 1.646536111831665, 1.315381407737732, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.3850982189178467, 1.7336820363998413, 2.204270124435425, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.2565577030181885, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 1.8905447721481323, 1.5942485332489014, 1.1933770179748535, 0.9319390654563904, 0.7402179837226868, 1.175947904586792, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.14762529730796814, -0.18352937698364258, 0.32191720604896545, 1.6988236904144287, -0.07895421981811523, -0.8284096121788025, -0.7761220335960388, -0.5669716596603394, -0.4623964726924896, -0.37525051832199097, -0.2881045341491699, -0.21838775277137756, 0.670501172542572, -0.1661001741886139, -0.6541175842285156, -0.21838775277137756, 0.6879304051399231, 0.8447931408882141, 0.28705883026123047, -0.1661001741886139, 1.1410894393920898, -0.5669716596603394, 0.9319390654563904, 0.7402179837226868, 0.2347712516784668, -0.009237446822226048, 0.02562093921005726, 0.33934640884399414, 0.1999128758907318, -0.009237446822226048, -0.1661001741886139, 0.6182135939598083, 0.827363908290863, 0.7402179837226868, 0.7750763297080994, 0.6182135939598083, 0.513638436794281, 0.6356428265571594, 0.7576471567153931, 0.5484968423843384, 0.6182135939598083, 0.7925055623054504, 0.7402179837226868, 0.600784420967102, 0.4962092638015747, 1.5419609546661377, 1.1410894393920898, -0.07895421981811523, 0.7402179837226868, 0.7925055623054504, 0.4962092638015747, 0.827363908290863, 0.670501172542572, 0.8447931408882141, 1.1410894393920898, 0.9667974710464478, 1.175947904586792, 0.7750763297080994, 1.5942485332489014, 0.8622223138809204, 0.8970807194709778, 1.646536111831665, 1.5593900680541992, 1.2805230617523193, 1.0888018608093262, 1.0016558170318604, 1.0888018608093262, 0.6530719995498657, 0.6879304051399231, 1.1933770179748535, 1.3850982189178467, 1.2456645965576172, 1.315381407737732, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.5245317220687866, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.5593900680541992, 0.32191720604896545, -1.0549890995025635, -1.089847445487976, -1.3512853384017944, -0.41010889410972595, 0.9667974710464478, 1.332810640335083, 2.0648367404937744, 1.6813944578170776, 2.117124319076538, 2.308845281600952, 2.1345534324645996, 1.9776906967163086, 1.5245317220687866, 1.4199565649032593, 1.5245317220687866, 1.8905447721481323, 2.117124319076538, 2.27398681640625, 2.1694118976593018, 1.9776906967163086, 1.6813944578170776, 2.0996949672698975, 2.27398681640625, 2.2216994762420654, 1.9079740047454834, 1.803398847579956, 1.8731155395507812, 2.0299782752990723, 2.3785619735717773, 2.204270124435425, 2.308845281600952, 2.27398681640625, 1.5245317220687866, 2.1694118976593018, 1.3850982189178467, 0.14762529730796814, 1.472244143486023, 1.4373857975006104, 0.06047932058572769, 0.4613508880138397, 1.5245317220687866, 0.600784420967102, 1.629106879234314, 1.332810640335083, -0.7238344550132751, 1.8208279609680176, 2.361132860183716, 0.7227887511253357, 2.1868410110473633, 1.9079740047454834, 1.4373857975006104, 1.9776906967163086, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.4025273323059082], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 1.1062309741973877, 1.2630938291549683, 1.489673376083374, 1.6639652252197266, 1.9951199293136597, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1694118976593018, 2.117124319076538, 2.0299782752990723, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.3676689863204956, 1.158518671989441, 0.9145098924636841, 1.0365142822265625, 1.785969614982605, 1.646536111831665, 1.8731155395507812, 1.8731155395507812, 1.2282354831695557, 1.2282354831695557, 1.1410894393920898, 0.5310676693916321, -0.619259238243103, 0.2347712516784668, -0.42753809690475464, -0.42753809690475464, -0.27067533135414124, -0.1661001741886139, 0.32191720604896545, 1.5419609546661377, -0.09638340771198273, 0.0430501289665699, 0.32191720604896545, 1.0365142822265625, -0.07895421981811523, 1.2805230617523193, 0.5484968423843384, 1.8208279609680176, 0.8796514868736267, 1.315381407737732, 0.6879304051399231, 0.5833552479743958, 0.02562093921005726, 0.28705883026123047, 0.5484968423843384, 0.5833552479743958, 0.32191720604896545, 0.6182135939598083, 0.7227887511253357, 0.6356428265571594, 0.4962092638015747, 0.1999128758907318, 0.09533771127462387, 0.30448800325393677, 0.9145098924636841, 0.42649248242378235, 0.7227887511253357, 1.1410894393920898, 0.7053595781326294, 1.315381407737732, 0.478780061006546, 1.053943395614624, 0.0430501289665699, 1.0190850496292114, 0.478780061006546, 0.2173420637845993, 1.5071024894714355, 0.6879304051399231, 0.600784420967102, 0.600784420967102, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.6530719995498657, 1.4548149108886719, 1.5071024894714355, 0.7925055623054504, 0.8796514868736267, 0.7053595781326294, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.5768193006515503, 1.3676689863204956, 1.2282354831695557, 0.7402179837226868, -0.6366884112358093, -1.3512853384017944, -1.1247059106826782, 0.30448800325393677, 1.332810640335083, 1.6988236904144287, 1.332810640335083, 1.2630938291549683, 1.3850982189178467, 1.8556864261627197, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 1.942832350730896, 1.9776906967163086, 1.803398847579956, 1.785969614982605, 1.5593900680541992, 1.158518671989441, 0.984226644039154, 1.4373857975006104, 1.5942485332489014, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.2914161682128906, 2.082265853881836, 2.1345534324645996, 2.3262743949890137, 1.8905447721481323, 1.7511112689971924, 2.151982545852661, 1.4548149108886719, 2.117124319076538, 1.942832350730896, 1.6639652252197266, 1.2282354831695557, 1.1236603260040283, 0.7053595781326294, 0.8099347352981567, 0.6879304051399231, -0.06152502819895744, 0.30448800325393677, 0.7053595781326294, 0.5659260153770447, 1.4199565649032593, 2.2914161682128906, 2.1694118976593018, 2.361132860183716, 1.1062309741973877, 0.984226644039154, 2.395991325378418, 2.0648367404937744, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445], [2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.1410894393920898, 1.315381407737732, 1.5071024894714355, 1.803398847579956, 2.151982545852661, 2.395991325378418, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.0648367404937744, 2.0125491619110107, 1.925403118133545, 1.5768193006515503, 1.4548149108886719, 1.2282354831695557, 1.472244143486023, 1.5768193006515503, 1.7336820363998413, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.9079740047454834, 1.646536111831665, 1.053943395614624, 1.3676689863204956, 1.5768193006515503, 0.7402179837226868, -0.07895421981811523, -0.06152502819895744, -0.5669716596603394, -0.5146840810775757, -0.3229629397392273, 0.5833552479743958, 0.35677558183670044, 0.32191720604896545, 0.42649248242378235, 0.30448800325393677, 0.4962092638015747, 0.513638436794281, 1.332810640335083, 1.3850982189178467, 1.1410894393920898, 1.2805230617523193, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 0.5310676693916321, 0.5833552479743958, 0.478780061006546, -0.1661001741886139, 0.3742047846317291, 0.7053595781326294, 0.600784420967102, 0.4962092638015747, 0.2347712516784668, 0.16505448520183563, 0.30448800325393677, 0.7925055623054504, 0.42649248242378235, 0.670501172542572, 1.4025273323059082, 0.827363908290863, 0.07790851593017578, 1.0016558170318604, 1.053943395614624, 0.478780061006546, 1.3502397537231445, 0.670501172542572, 1.646536111831665, 1.2630938291549683, 1.4548149108886719, 1.3676689863204956, 0.4090631604194641, 0.5833552479743958, 0.7053595781326294, 1.071372628211975, 0.7402179837226868, 0.14762529730796814, 1.2108062505722046, 0.670501172542572, 1.0190850496292114, 0.7402179837226868, 0.02562093921005726, 0.6356428265571594, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 1.1062309741973877, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.4199565649032593, 1.6639652252197266, 1.3502397537231445, 0.8622223138809204, -0.25324615836143494, -1.1595642566680908, -0.688975989818573, 0.984226644039154, 2.0125491619110107, 2.0299782752990723, 1.7336820363998413, 2.117124319076538, 2.2565577030181885, 2.151982545852661, 1.646536111831665, 1.629106879234314, 1.7162528038024902, 1.6813944578170776, 1.960261583328247, 2.0299782752990723, 1.8382571935653687, 2.1694118976593018, 2.0648367404937744, 1.3676689863204956, 1.1933770179748535, 1.5419609546661377, 1.629106879234314, 1.629106879234314, 1.768540382385254, 2.0299782752990723, 2.2565577030181885, 2.2565577030181885, 2.0125491619110107, 1.4548149108886719, 1.9776906967163086, 1.960261583328247, 1.8905447721481323, -0.9155555367469788, 1.4199565649032593, 1.2282354831695557, 0.513638436794281, 0.9145098924636841, -0.1661001741886139, 0.4090631604194641, 2.1345534324645996, -0.532113254070282, 0.5833552479743958, 0.600784420967102, 0.2173420637845993, 1.1933770179748535, 0.33934640884399414, 2.0299782752990723, 1.611677646636963, 1.175947904586792, 0.9493682980537415, 2.308845281600952, 1.646536111831665, 1.4373857975006104, 1.2979521751403809, 1.1933770179748535, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809], [2.0125491619110107, 1.960261583328247, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.2282354831695557, 1.472244143486023, 1.785969614982605, 2.047407388687134, 2.2565577030181885, 2.3437037467956543, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.1694118976593018, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.8382571935653687, 1.942832350730896, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.8905447721481323, 2.047407388687134, 1.925403118133545, 1.9951199293136597, 2.047407388687134, 1.925403118133545, 1.5768193006515503, 1.1933770179748535, 0.670501172542572, 0.478780061006546, 0.9145098924636841, 0.5310676693916321, 0.16505448520183563, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 1.4025273323059082, 1.158518671989441, 1.942832350730896, 1.5942485332489014, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.5245317220687866, 0.6879304051399231, 1.1933770179748535, -0.4798256754875183, -0.009237446822226048, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.2347712516784668, -0.026666639372706413, 0.18248367309570312, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 1.1410894393920898, 0.42649248242378235, 1.4373857975006104, 0.670501172542572, 0.5310676693916321, 1.053943395614624, 1.315381407737732, 0.670501172542572, 1.629106879234314, 1.472244143486023, 0.8970807194709778, 1.053943395614624, 1.315381407737732, 1.2979521751403809, 0.984226644039154, 1.4548149108886719, 1.1062309741973877, 0.5484968423843384, 0.7053595781326294, 0.7227887511253357, 0.8796514868736267, 1.158518671989441, 1.2108062505722046, 0.8796514868736267, 1.2805230617523193, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.071372628211975, 1.1236603260040283, 1.071372628211975, 1.2108062505722046, 1.332810640335083, 1.071372628211975, 1.4199565649032593, 1.4199565649032593, 1.2979521751403809, 1.0190850496292114, 1.0016558170318604, 1.5245317220687866, 1.175947904586792, -0.7412636280059814, -1.1072766780853271, -0.6366884112358093, 1.2630938291549683, 1.158518671989441, 1.9079740047454834, 1.3850982189178467, 1.803398847579956, 1.8208279609680176, 2.0648367404937744, 2.082265853881836, 2.204270124435425, 2.0125491619110107, 1.7511112689971924, 1.6813944578170776, 2.1345534324645996, 2.117124319076538, 1.1062309741973877, 1.611677646636963, 2.047407388687134, 1.960261583328247, 1.6988236904144287, 1.3850982189178467, 1.7336820363998413, 1.5593900680541992, 1.3676689863204956, 1.053943395614624, 1.2282354831695557, 1.5942485332489014, 1.629106879234314, 1.803398847579956, 1.8382571935653687, 1.5245317220687866, 1.1933770179748535, 1.3850982189178467, -0.1661001741886139, -0.7238344550132751, -0.3229629397392273, 0.6182135939598083, 0.2522004544734955, -0.3055337369441986, 1.8905447721481323, -0.5495424270629883, -0.4798256754875183, -0.20095856487751007, -1.1247059106826782, 0.02562093921005726, 0.7576471567153931, 1.4548149108886719, 0.9145098924636841, -0.7064052224159241, 0.0430501289665699, 1.785969614982605, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.472244143486023, 2.047407388687134, 2.2216994762420654, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 1.9951199293136597, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 1.8382571935653687, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7162528038024902, 1.785969614982605, 1.8382571935653687, 1.646536111831665, 1.7511112689971924, 1.925403118133545, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 1.5071024894714355, 0.9145098924636841, 1.472244143486023, 1.158518671989441, 0.8796514868736267, 1.8208279609680176, 0.8099347352981567, 1.8731155395507812, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.9079740047454834, 1.8382571935653687, 1.925403118133545, 1.5942485332489014, 1.9776906967163086, 1.2108062505722046, 1.2630938291549683, 0.33934640884399414, 1.0190850496292114, 0.2696296274662018, 0.008191745728254318, 0.14762529730796814, -0.3403921127319336, 0.2173420637845993, -0.3403921127319336, 0.6530719995498657, 0.600784420967102, 1.2979521751403809, 0.14762529730796814, 0.5310676693916321, 1.1410894393920898, 1.2805230617523193, 0.35677558183670044, 0.42649248242378235, 1.071372628211975, 1.053943395614624, 1.2630938291549683, 0.6182135939598083, 1.2108062505722046, 0.7750763297080994, 1.6639652252197266, 1.175947904586792, 1.071372628211975, 0.9493682980537415, 0.7402179837226868, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 0.5310676693916321, 1.175947904586792, 1.1062309741973877, 1.0888018608093262, 0.827363908290863, 0.7925055623054504, 1.071372628211975, 1.315381407737732, 1.175947904586792, 0.9667974710464478, 1.1933770179748535, 1.2108062505722046, 1.5071024894714355, 1.4025273323059082, 1.5593900680541992, 1.2979521751403809, 1.5768193006515503, 1.2630938291549683, 1.2456645965576172, 1.2979521751403809, -0.601830005645752, -1.176993489265442, -0.9504139423370361, 0.28705883026123047, 2.151982545852661, 1.5942485332489014, 1.5942485332489014, 2.151982545852661, 1.9079740047454834, 2.1694118976593018, 1.8556864261627197, 1.7511112689971924, 1.9079740047454834, 2.117124319076538, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6813944578170776, 1.803398847579956, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.0365142822265625, 0.4090631604194641, 0.7053595781326294, 0.35677558183670044, 1.1933770179748535, 1.332810640335083, 1.5768193006515503, 0.6356428265571594, -0.3055337369441986, -0.39267969131469727, -0.44496726989746094, -0.8109803795814514, -0.619259238243103, -0.1312417984008789, 1.646536111831665, -0.9678431153297424, -0.7935512065887451, 0.3742047846317291, -0.7238344550132751, -1.4558604955673218, -1.0201307535171509, -1.0027015209197998, -0.3578213155269623, -0.3229629397392273, 1.1236603260040283, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.2805230617523193, 1.2456645965576172, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.2805230617523193, 1.611677646636963, 2.1345534324645996, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.2216994762420654, 2.0996949672698975, 2.0125491619110107, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8208279609680176, 1.785969614982605, 1.9776906967163086, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.9079740047454834, 1.785969614982605, 1.332810640335083, 0.827363908290863, 0.8622223138809204, 1.5419609546661377, 1.2456645965576172, 1.4199565649032593, 1.646536111831665, 1.2282354831695557, 1.158518671989441, 1.646536111831665, 1.8731155395507812, 1.7162528038024902, 2.0648367404937744, 1.9079740047454834, 1.9776906967163086, 1.8731155395507812, 1.9776906967163086, 1.8556864261627197, 1.7336820363998413, 1.611677646636963, 0.44392168521881104, -0.09638340771198273, 0.5659260153770447, 2.0299782752990723, 1.0365142822265625, 0.28705883026123047, 0.6182135939598083, 0.5659260153770447, 0.07790851593017578, -0.1312417984008789, -0.3055337369441986, 1.1236603260040283, 1.4199565649032593, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 0.8447931408882141, 1.2108062505722046, 1.4373857975006104, 1.332810640335083, 1.3850982189178467, 1.1062309741973877, 1.3850982189178467, 1.4548149108886719, 1.2282354831695557, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 0.670501172542572, 0.827363908290863, 0.8970807194709778, 0.7925055623054504, 1.1410894393920898, 1.1933770179748535, 1.0365142822265625, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 1.071372628211975, 1.315381407737732, 1.4199565649032593, 1.489673376083374, 1.2108062505722046, 1.472244143486023, 1.3676689863204956, 1.4025273323059082, 1.5942485332489014, 1.489673376083374, 1.175947904586792, -0.21838775277137756, -1.1421350240707397, -1.0027015209197998, 0.8447931408882141, 0.7227887511253357, 1.7162528038024902, 1.6988236904144287, 1.960261583328247, 2.1345534324645996, 1.8731155395507812, 2.047407388687134, 1.9776906967163086, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 1.9776906967163086, 1.7511112689971924, 1.5419609546661377, 2.0648367404937744, 2.151982545852661, 2.0648367404937744, 1.8905447721481323, 1.768540382385254, 1.4373857975006104, 1.7511112689971924, 1.5768193006515503, 0.984226644039154, 1.803398847579956, 1.3850982189178467, 1.611677646636963, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.8382571935653687, 2.239128589630127, 1.960261583328247, 1.1410894393920898, -0.3403921127319336, -0.7238344550132751, -0.18352937698364258, 0.6356428265571594, -0.1312417984008789, -0.3403921127319336, 1.0016558170318604, -0.21838775277137756, -0.8806971907615662, 1.2456645965576172, -0.23581695556640625, -1.0201307535171509, -0.9504139423370361, -0.8981263637542725, -0.42753809690475464, -0.3403921127319336, 1.489673376083374, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7336820363998413, 1.6813944578170776, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.489673376083374, 1.646536111831665, 1.8905447721481323, 2.1345534324645996, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.2914161682128906, 2.239128589630127, 2.1345534324645996, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.117124319076538, 2.0996949672698975, 1.9776906967163086, 1.8905447721481323, 1.9079740047454834, 1.8556864261627197, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.071372628211975, 0.7925055623054504, 1.315381407737732, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.7162528038024902, 1.5768193006515503, 1.8208279609680176, 1.785969614982605, 1.8905447721481323, 1.925403118133545, 2.117124319076538, 1.942832350730896, 1.8731155395507812, 1.9776906967163086, 1.9079740047454834, 1.5593900680541992, 0.827363908290863, 1.472244143486023, 1.0190850496292114, 0.6879304051399231, 0.2696296274662018, 1.9951199293136597, 1.5419609546661377, 1.2282354831695557, 1.0190850496292114, 0.6879304051399231, 0.7925055623054504, 1.2282354831695557, 0.4613508880138397, 1.2108062505722046, 0.9667974710464478, 1.0888018608093262, 0.9493682980537415, 1.1236603260040283, 1.4199565649032593, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.3676689863204956, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 0.8796514868736267, 0.984226644039154, 0.9667974710464478, 0.8796514868736267, 0.9145098924636841, 0.7925055623054504, 0.7227887511253357, 0.827363908290863, 1.315381407737732, 1.2108062505722046, 1.1236603260040283, 1.0190850496292114, 1.1062309741973877, 1.2979521751403809, 1.2108062505722046, 1.4373857975006104, 1.6639652252197266, 1.768540382385254, 1.489673376083374, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 0.6182135939598083, -0.9678431153297424, -1.0027015209197998, 1.332810640335083, 1.8208279609680176, 2.0125491619110107, 1.8556864261627197, 1.8731155395507812, 2.117124319076538, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 2.117124319076538, 2.204270124435425, 1.9951199293136597, 1.960261583328247, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.047407388687134, 1.332810640335083, 2.0125491619110107, 2.151982545852661, 1.7511112689971924, 1.2456645965576172, 2.2565577030181885, 1.8731155395507812, 1.7511112689971924, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 1.5768193006515503, 1.175947904586792, 1.5071024894714355, 1.0888018608093262, 1.0190850496292114, 0.5659260153770447, 1.611677646636963, -0.5146840810775757, -0.3578213155269623, -0.2881045341491699, -0.37525051832199097, -0.8284096121788025, 0.7227887511253357, 0.7925055623054504, -0.532113254070282, 0.14762529730796814, 0.11276690661907196, -0.5669716596603394, -0.4972548484802246, -0.1486709862947464, -0.21838775277137756, -0.3229629397392273, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.175947904586792, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.8905447721481323, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.361132860183716, 2.4134204387664795, 2.3785619735717773, 2.308845281600952, 2.204270124435425, 2.117124319076538, 2.082265853881836, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.960261583328247, 1.8905447721481323, 1.8208279609680176, 1.8208279609680176, 1.6639652252197266, 1.942832350730896, 1.960261583328247, 2.1345534324645996, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.8208279609680176, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.5768193006515503, 1.8556864261627197, 1.9079740047454834, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.6813944578170776, 1.8208279609680176, 1.2456645965576172, 1.8208279609680176, 0.42649248242378235, 1.2456645965576172, 1.5419609546661377, 1.8382571935653687, 1.2630938291549683, 1.5245317220687866, 1.4548149108886719, 1.7336820363998413, 1.175947904586792, 1.0190850496292114, 0.6356428265571594, 1.4548149108886719, 0.984226644039154, 1.3676689863204956, 0.513638436794281, 1.1236603260040283, 1.1933770179748535, 0.8622223138809204, 1.1410894393920898, 0.9319390654563904, 1.2630938291549683, 0.8970807194709778, 1.071372628211975, 1.158518671989441, 1.0365142822265625, 1.1062309741973877, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.332810640335083, 0.9145098924636841, 1.1062309741973877, 1.3850982189178467, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.3850982189178467, 1.2282354831695557, 1.3850982189178467, 1.646536111831665, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.472244143486023, 1.5245317220687866, 1.0190850496292114, -0.07895421981811523, -1.1247059106826782, -0.04409583657979965, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2979521751403809, 1.7336820363998413, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.1868410110473633, 2.0996949672698975, 1.6988236904144287, 1.768540382385254, 1.925403118133545, 2.204270124435425, 2.2216994762420654, 2.3785619735717773, 1.472244143486023, 1.8382571935653687, 1.5071024894714355, 1.5419609546661377, 1.9776906967163086, 1.7336820363998413, 1.942832350730896, 0.8796514868736267, 1.785969614982605, 0.8622223138809204, 1.5942485332489014, 1.315381407737732, 1.8556864261627197, 1.6813944578170776, 1.8556864261627197, 1.4548149108886719, 1.3502397537231445, 0.478780061006546, -0.39267969131469727, -0.3578213155269623, -0.026666639372706413, -0.3403921127319336, -0.8458387851715088, 0.11276690661907196, 0.9667974710464478, -0.7586928009986877, -0.04409583657979965, 0.0430501289665699, -0.4623964726924896, -0.5146840810775757, -0.44496726989746094, -0.4798256754875183, 0.02562093921005726, 1.332810640335083, 1.2456645965576172, 1.2282354831695557, 1.175947904586792], [1.960261583328247, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.5942485332489014, 1.6639652252197266, 1.8905447721481323, 2.2216994762420654, 2.2914161682128906, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.239128589630127, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8905447721481323, 1.9776906967163086, 1.9951199293136597, 1.8905447721481323, 1.8382571935653687, 1.9079740047454834, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.7162528038024902, 1.925403118133545, 1.9776906967163086, 1.942832350730896, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 1.9776906967163086, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.785969614982605, 1.7162528038024902, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.3850982189178467, 1.3502397537231445, 1.175947904586792, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 1.2282354831695557, 1.2630938291549683, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 0.984226644039154, 0.9493682980537415, 1.1062309741973877, 0.9667974710464478, 0.7402179837226868, 0.827363908290863, 1.1236603260040283, 1.2108062505722046, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.1933770179748535, 1.7162528038024902, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.7336820363998413, 1.5593900680541992, 1.5245317220687866, 1.315381407737732, 0.600784420967102, -0.42753809690475464, -0.39267969131469727, 0.6356428265571594, 0.9667974710464478, 1.925403118133545, 1.9951199293136597, 1.7511112689971924, 1.6988236904144287, 2.1345534324645996, 1.942832350730896, 2.0996949672698975, 2.117124319076538, 2.2565577030181885, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.047407388687134, 1.5942485332489014, 1.5768193006515503, 1.4025273323059082, 1.8382571935653687, 1.8905447721481323, 1.5593900680541992, 1.960261583328247, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 0.7750763297080994, 1.6988236904144287, 1.2979521751403809, 1.2805230617523193, 1.803398847579956, 1.6813944578170776, 2.047407388687134, 1.5593900680541992, 2.0299782752990723, 1.7336820363998413, 1.2805230617523193, -0.04409583657979965, -0.8806971907615662, -0.6366884112358093, -0.7586928009986877, -0.9155555367469788, -0.8458387851715088, 0.6530719995498657, -1.0027015209197998, -0.3229629397392273, 0.16505448520183563, -0.1312417984008789, -0.42753809690475464, -0.3403921127319336, -0.532113254070282, 0.6356428265571594, 1.315381407737732, 1.1933770179748535, 1.1236603260040283], [1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.3676689863204956, 1.489673376083374, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.785969614982605, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.4548149108886719, 1.4373857975006104, 1.472244143486023, 1.3502397537231445, 1.4025273323059082, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.646536111831665, 1.7511112689971924, 1.8382571935653687, 1.646536111831665, 1.5419609546661377, 1.8556864261627197, 1.5593900680541992, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2456645965576172, 0.7227887511253357, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.071372628211975, 0.9319390654563904, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.8447931408882141, 1.2282354831695557, 1.315381407737732, 1.2456645965576172, 1.3676689863204956, 1.2108062505722046, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.2456645965576172, 1.489673376083374, 1.1410894393920898, -0.23581695556640625, -0.532113254070282, -0.3229629397392273, 1.4199565649032593, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 2.0299782752990723, 2.0125491619110107, 2.1694118976593018, 1.8556864261627197, 2.1694118976593018, 1.768540382385254, 1.9776906967163086, 2.0648367404937744, 2.204270124435425, 1.4373857975006104, 1.3502397537231445, 1.960261583328247, 1.803398847579956, 1.646536111831665, 1.8556864261627197, 2.0996949672698975, 1.7162528038024902, 1.925403118133545, 1.8382571935653687, 2.0648367404937744, 1.9079740047454834, 1.4025273323059082, 1.8556864261627197, 1.2282354831695557, 1.5419609546661377, 1.3850982189178467, 1.7511112689971924, 1.768540382385254, 1.6813944578170776, 1.489673376083374, 2.047407388687134, 1.332810640335083, 1.8208279609680176, 1.0365142822265625, -0.1486709862947464, -1.0375598669052124, -0.8109803795814514, -0.6541175842285156, -0.8981263637542725, -0.7935512065887451, 0.30448800325393677, -1.0375598669052124, -0.5495424270629883, 0.06047932058572769, -0.06152502819895744, -0.026666639372706413, -0.3229629397392273, -0.44496726989746094, 1.1933770179748535, 1.2456645965576172, 1.0888018608093262], [1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.5419609546661377, 1.7162528038024902, 1.960261583328247, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.204270124435425, 2.117124319076538, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.785969614982605, 1.7162528038024902, 1.6813944578170776, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.5419609546661377, 1.489673376083374, 1.7162528038024902, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 2.082265853881836, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.803398847579956, 1.611677646636963, 1.629106879234314, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.6988236904144287, 1.629106879234314, 1.3502397537231445, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.3850982189178467, 1.158518671989441, 1.2456645965576172, 1.4199565649032593, 1.0016558170318604, 1.1410894393920898, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 1.0365142822265625, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.158518671989441, 1.1410894393920898, 0.9493682980537415, 1.2630938291549683, 1.4199565649032593, 1.2456645965576172, 1.175947904586792, 1.472244143486023, 1.3676689863204956, 1.053943395614624, 1.3676689863204956, 1.489673376083374, 1.472244143486023, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.158518671989441, -0.18352937698364258, -1.0375598669052124, 0.14762529730796814, 1.1062309741973877, 1.8382571935653687, 1.7336820363998413, 2.0299782752990723, 2.1868410110473633, 1.5071024894714355, 2.0125491619110107, 1.8905447721481323, 2.0996949672698975, 2.1345534324645996, 1.7511112689971924, 1.5942485332489014, 2.0299782752990723, 1.5593900680541992, 1.960261583328247, 1.472244143486023, 1.8208279609680176, 1.7336820363998413, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 1.2805230617523193, 1.7162528038024902, 1.942832350730896, 1.4373857975006104, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.8905447721481323, 1.9776906967163086, 1.3676689863204956, 1.803398847579956, 2.082265853881836, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 0.8970807194709778, 0.4090631604194641, -0.9329847693443298, -0.9155555367469788, -0.7935512065887451, -0.8981263637542725, -0.6366884112358093, -0.5146840810775757, -1.089847445487976, -0.41010889410972595, -0.09638340771198273, -0.1661001741886139, 0.2696296274662018, -0.4798256754875183, -0.6541175842285156, 1.4199565649032593, 1.0888018608093262], [1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.7336820363998413, 1.8731155395507812, 2.0299782752990723, 2.151982545852661, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0648367404937744, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8731155395507812, 1.6639652252197266, 1.6988236904144287, 1.5245317220687866, 1.4373857975006104, 1.472244143486023, 1.2979521751403809, 1.175947904586792, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.5593900680541992, 1.6813944578170776, 1.158518671989441, 1.2805230617523193, 1.5071024894714355, 1.611677646636963, 1.768540382385254, 1.4199565649032593, 1.5593900680541992, 1.925403118133545, 1.925403118133545, 1.942832350730896, 2.0125491619110107, 1.8556864261627197, 1.768540382385254, 1.8382571935653687, 1.9951199293136597, 1.8382571935653687, 1.5942485332489014, 1.489673376083374, 1.3676689863204956, 1.7336820363998413, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.3502397537231445, 1.158518671989441, 1.3676689863204956, 1.3850982189178467, 0.7925055623054504, 0.478780061006546, 1.3850982189178467, 0.9145098924636841, 1.158518671989441, 1.053943395614624, 1.1933770179748535, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 0.6356428265571594, 0.7925055623054504, 0.9667974710464478, 1.2805230617523193, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.2805230617523193, 0.9319390654563904, 1.332810640335083, 0.33934640884399414, 1.2282354831695557, 1.1933770179748535, 1.0888018608093262, 1.5593900680541992, 1.6639652252197266, 1.5768193006515503, 1.6813944578170776, 1.5593900680541992, 1.6988236904144287, 1.5768193006515503, 1.5942485332489014, 1.1062309741973877, 0.44392168521881104, -0.8981263637542725, -0.7238344550132751, 1.332810640335083, 1.4373857975006104, 1.5593900680541992, 1.9776906967163086, 1.4025273323059082, 2.239128589630127, 2.1345534324645996, 2.047407388687134, 2.3437037467956543, 2.0299782752990723, 1.942832350730896, 2.047407388687134, 1.925403118133545, 1.942832350730896, 1.785969614982605, 2.0648367404937744, 2.047407388687134, 1.5768193006515503, 1.768540382385254, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.0888018608093262, 1.5071024894714355, 1.8208279609680176, 1.332810640335083, 1.071372628211975, 1.0888018608093262, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 1.0365142822265625, 0.7053595781326294, 1.1236603260040283, 1.2108062505722046, 0.984226644039154, 1.0365142822265625, 1.4373857975006104, 0.42649248242378235, 0.513638436794281, 0.11276690661907196, -0.8632679581642151, -0.9504139423370361, -0.8284096121788025, -0.619259238243103, -0.688975989818573, -0.9504139423370361, -0.6366884112358093, -0.5495424270629883, -0.07895421981811523, -0.1312417984008789, -0.39267969131469727, -0.688975989818573, -0.619259238243103, 2.204270124435425], [1.8556864261627197, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.9776906967163086, 2.1345534324645996, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.942832350730896, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.7336820363998413, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.803398847579956, 1.8382571935653687, 1.803398847579956, 1.785969614982605, 1.5768193006515503, 1.5071024894714355, 1.6988236904144287, 1.7336820363998413, 1.5071024894714355, 1.472244143486023, 1.3502397537231445, 1.5942485332489014, 1.8208279609680176, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.611677646636963, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 1.768540382385254, 1.8208279609680176, 1.472244143486023, 1.315381407737732, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.1410894393920898, 1.071372628211975, 0.9667974710464478, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.8796514868736267, 0.7576471567153931, 1.071372628211975, 1.0888018608093262, 0.9319390654563904, 1.053943395614624, 1.158518671989441, 1.0190850496292114, 0.9493682980537415, 0.4613508880138397, 0.7053595781326294, 0.7750763297080994, 1.071372628211975, 0.9319390654563904, 1.1933770179748535, 1.2108062505722046, 0.8970807194709778, 0.8970807194709778, 1.2108062505722046, 1.1933770179748535, 1.5942485332489014, 1.5071024894714355, 1.5419609546661377, 1.6639652252197266, 1.768540382385254, 1.7511112689971924, 1.5942485332489014, 1.4025273323059082, 0.6879304051399231, -1.0549890995025635, -0.5495424270629883, 0.02562093921005726, 0.28705883026123047, 1.8731155395507812, 1.611677646636963, 1.646536111831665, 2.082265853881836, 2.395991325378418, 1.960261583328247, 1.768540382385254, 1.960261583328247, 2.239128589630127, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 2.2914161682128906, 1.8382571935653687, 1.7162528038024902, 1.7511112689971924, 1.646536111831665, 1.7511112689971924, 1.942832350730896, 1.5071024894714355, 1.7511112689971924, 1.4199565649032593, 1.2456645965576172, 0.9493682980537415, 0.9319390654563904, 0.5833552479743958, 0.827363908290863, 0.8447931408882141, 0.9145098924636841, 0.9319390654563904, 0.7925055623054504, 0.7402179837226868, 0.9493682980537415, 0.5833552479743958, 0.4962092638015747, 1.053943395614624, 0.44392168521881104, 1.053943395614624, 1.0365142822265625, -0.09638340771198273, -0.7064052224159241, -0.9852723479270935, -0.8109803795814514, -0.8632679581642151, -0.7412636280059814, -0.9504139423370361, -0.7586928009986877, -0.37525051832199097, -0.18352937698364258, -0.27067533135414124, -0.4623964726924896, -0.5146840810775757, 0.008191745728254318], [1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.0648367404937744, 1.9776906967163086, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.646536111831665, 1.472244143486023, 1.4025273323059082, 1.3502397537231445, 1.5768193006515503, 1.785969614982605, 1.629106879234314, 1.8905447721481323, 1.7162528038024902, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8208279609680176, 1.768540382385254, 1.803398847579956, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.629106879234314, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.5593900680541992, 1.785969614982605, 1.175947904586792, 1.629106879234314, 1.5768193006515503, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.175947904586792, 1.2108062505722046, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.071372628211975, 0.7402179837226868, 0.600784420967102, 0.8622223138809204, 0.670501172542572, 0.9319390654563904, 0.9667974710464478, 0.9145098924636841, 1.0016558170318604, 1.0888018608093262, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.071372628211975, 0.8796514868736267, 1.0016558170318604, 0.7750763297080994, 1.071372628211975, 0.8447931408882141, 1.0888018608093262, 1.2108062505722046, 1.0888018608093262, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.785969614982605, 1.611677646636963, 1.489673376083374, 1.5593900680541992, 1.5245317220687866, 0.670501172542572, -0.7586928009986877, -0.9504139423370361, 0.33934640884399414, 0.2696296274662018, 1.0190850496292114, 1.8382571935653687, 2.308845281600952, 1.960261583328247, 1.785969614982605, 1.7336820363998413, 1.803398847579956, 2.204270124435425, 1.803398847579956, 1.9951199293136597, 1.8731155395507812, 2.082265853881836, 1.5419609546661377, 1.7162528038024902, 1.8208279609680176, 1.960261583328247, 1.6988236904144287, 2.308845281600952, 1.6639652252197266, 1.7162528038024902, 1.2805230617523193, 1.158518671989441, 0.984226644039154, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.7925055623054504, 1.053943395614624, 0.6879304051399231, 0.8447931408882141, 0.670501172542572, 1.2108062505722046, 1.2456645965576172, 1.3676689863204956, 1.4025273323059082, 0.13019609451293945, -0.5495424270629883, -1.1421350240707397, -0.688975989818573, -0.7761220335960388, -0.6366884112358093, -0.8109803795814514, -0.6715468168258667, -0.7935512065887451, -0.20095856487751007, 0.11276690661907196, -0.5495424270629883, -0.5495424270629883], [1.7336820363998413, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 2.151982545852661, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.7336820363998413, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.6813944578170776, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 1.768540382385254, 1.2630938291549683, 1.489673376083374, 1.4373857975006104, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.6639652252197266, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.5419609546661377, 1.5593900680541992, 1.4548149108886719, 1.629106879234314, 1.2108062505722046, 1.071372628211975, 1.5071024894714355, 1.5419609546661377, 1.2456645965576172, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.158518671989441, 0.8970807194709778, 0.670501172542572, 1.2630938291549683, 0.827363908290863, 0.5659260153770447, 1.2282354831695557, 0.7402179837226868, 1.1933770179748535, 0.7925055623054504, 0.8796514868736267, 0.827363908290863, 1.3502397537231445, 1.315381407737732, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.3676689863204956, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.5071024894714355, 1.785969614982605, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.332810640335083, -0.37525051832199097, -0.7238344550132751, -0.4972548484802246, 0.7227887511253357, 1.0190850496292114, 1.9079740047454834, 1.646536111831665, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 1.7162528038024902, 1.9079740047454834, 1.8731155395507812, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.629106879234314, 1.8382571935653687, 1.8556864261627197, 1.803398847579956, 1.9951199293136597, 1.3676689863204956, 1.5245317220687866, 1.158518671989441, 0.7750763297080994, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9319390654563904, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 0.8796514868736267, 1.0888018608093262, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.1933770179748535, 1.0016558170318604, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.2108062505722046, -0.8458387851715088, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -0.7238344550132751, -0.8109803795814514, -0.6715468168258667, -1.2118518352508545, 0.44392168521881104, -0.09638340771198273, -0.5495424270629883], [1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.8556864261627197, 1.9776906967163086, 2.082265853881836, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.646536111831665, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.4199565649032593, 1.9079740047454834, 1.9776906967163086, 1.5245317220687866, 1.4373857975006104, 1.6639652252197266, 1.3676689863204956, 1.611677646636963, 1.6988236904144287, 1.5768193006515503, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.4025273323059082, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.611677646636963, 1.6639652252197266, 1.2630938291549683, 1.2630938291549683, 1.6639652252197266, 1.4548149108886719, 1.4025273323059082, 1.5071024894714355, 1.315381407737732, 1.2456645965576172, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.071372628211975, 1.2282354831695557, 1.071372628211975, 0.984226644039154, 1.2108062505722046, 1.332810640335083, 1.2979521751403809, 0.7227887511253357, 0.8099347352981567, 1.0016558170318604, 1.071372628211975, 0.670501172542572, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 0.9493682980537415, 0.7053595781326294, 0.984226644039154, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5071024894714355, 1.8382571935653687, 1.6813944578170776, 1.5768193006515503, 1.5768193006515503, 1.6639652252197266, 1.6988236904144287, 1.4548149108886719, 0.33934640884399414, -0.4623964726924896, -1.0724183320999146, 0.44392168521881104, 0.44392168521881104, 1.2456645965576172, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.646536111831665, 1.611677646636963, 2.1345534324645996, 1.7162528038024902, 1.8731155395507812, 1.8556864261627197, 1.7511112689971924, 1.332810640335083, 1.2456645965576172, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.1933770179748535, 1.2979521751403809, 1.3502397537231445, 1.6813944578170776, -0.7064052224159241, -1.1072766780853271, -0.9329847693443298, -0.8458387851715088, -0.8109803795814514, -0.8284096121788025, -0.7935512065887451, -1.0201307535171509, 1.0888018608093262, -0.3055337369441986], [1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.942832350730896, 2.0648367404937744, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0648367404937744, 1.9951199293136597, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6639652252197266, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.6813944578170776, 1.611677646636963, 1.6813944578170776, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.472244143486023, 1.5419609546661377, 1.7162528038024902, 1.8731155395507812, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.472244143486023, 1.4199565649032593, 1.5768193006515503, 1.4199565649032593, 1.611677646636963, 1.6988236904144287, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.6639652252197266, 1.5419609546661377, 1.5071024894714355, 1.2456645965576172, 1.2456645965576172, 1.1062309741973877, 0.8970807194709778, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 1.158518671989441, 1.0016558170318604, 1.053943395614624, 0.7750763297080994, 0.670501172542572, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 1.1236603260040283, 1.1236603260040283, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.611677646636963, 1.5593900680541992, 1.5419609546661377, 1.6639652252197266, 1.5942485332489014, 1.8382571935653687, 1.5245317220687866, 1.315381407737732, -0.20095856487751007, -0.8632679581642151, -0.9678431153297424, 0.2347712516784668, 1.0365142822265625, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.5768193006515503, 1.8556864261627197, 1.8382571935653687, 1.9951199293136597, 1.646536111831665, 1.9951199293136597, 1.5419609546661377, 1.5942485332489014, 2.0299782752990723, 1.768540382385254, 1.785969614982605, 0.7227887511253357, 1.2282354831695557, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.332810640335083, 0.984226644039154, -0.9678431153297424, -1.1421350240707397, -0.9678431153297424, -0.8981263637542725, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, 1.1236603260040283], [1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.925403118133545, 1.9776906967163086, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4373857975006104, 1.2979521751403809, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.646536111831665, 1.8556864261627197, 1.8731155395507812, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.7162528038024902, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.315381407737732, 1.2630938291549683, 1.4199565649032593, 1.5419609546661377, 1.6639652252197266, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.4373857975006104, 1.472244143486023, 1.611677646636963, 1.7336820363998413, 1.3676689863204956, 1.5593900680541992, 1.3676689863204956, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.158518671989441, 0.9667974710464478, 0.9319390654563904, 1.4548149108886719, 1.1236603260040283, 1.1062309741973877, 0.8796514868736267, 0.9667974710464478, 1.071372628211975, 0.827363908290863, 0.8447931408882141, 1.0190850496292114, 0.8447931408882141, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.3676689863204956, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.1933770179748535, -0.2881045341491699, -0.25324615836143494, -0.20095856487751007, 0.5310676693916321, 1.175947904586792, 0.4090631604194641, 0.8622223138809204, 1.6988236904144287, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.942832350730896, 1.7162528038024902, 1.9079740047454834, 1.5593900680541992, 0.8099347352981567, 1.175947904586792, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.3676689863204956, 0.18248367309570312, -1.1247059106826782, -0.9504139423370361, -0.7935512065887451, -0.8458387851715088, -0.9678431153297424, -0.9329847693443298], [1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.960261583328247, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.2805230617523193, 1.5768193006515503, 1.611677646636963, 1.8208279609680176, 1.785969614982605, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.7336820363998413, 1.7336820363998413, 1.5593900680541992, 1.5942485332489014, 1.2805230617523193, 1.3676689863204956, 1.629106879234314, 1.489673376083374, 1.4199565649032593, 1.611677646636963, 1.629106879234314, 1.7162528038024902, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.611677646636963, 1.7162528038024902, 1.646536111831665, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5593900680541992, 1.7336820363998413, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.332810640335083, 1.071372628211975, 1.4373857975006104, 1.2108062505722046, 0.7750763297080994, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.2108062505722046, 1.2630938291549683, 0.827363908290863, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 1.053943395614624, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.4548149108886719, 1.7511112689971924, 1.489673376083374, 1.332810640335083, 1.5071024894714355, 1.611677646636963, 1.6813944578170776, 1.7336820363998413, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.629106879234314, 1.315381407737732, -0.06152502819895744, -0.3403921127319336, 0.5484968423843384, 0.06047932058572769, -0.1486709862947464, 1.646536111831665, 1.5071024894714355, 1.960261583328247, 1.7511112689971924, 1.7162528038024902, 1.960261583328247, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.2108062505722046, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.472244143486023, 0.06047932058572769, -1.333856225013733, -1.089847445487976, -1.0027015209197998, -1.0549890995025635], [1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.7336820363998413, 1.8382571935653687, 1.803398847579956, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.0299782752990723, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.5245317220687866, 1.611677646636963, 1.3502397537231445, 0.8622223138809204, 1.489673376083374, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.472244143486023, 1.611677646636963, 1.629106879234314, 1.472244143486023, 1.5593900680541992, 1.5419609546661377, 1.646536111831665, 1.3676689863204956, 1.472244143486023, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.7162528038024902, 1.5245317220687866, 1.5071024894714355, 1.315381407737732, 1.0888018608093262, 1.6639652252197266, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 1.3676689863204956, 1.158518671989441, 1.1410894393920898, 1.0365142822265625, 1.053943395614624, 0.7750763297080994, 0.9667974710464478, 0.6879304051399231, 0.9319390654563904, 1.0190850496292114, 1.0888018608093262, 1.0190850496292114, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9145098924636841, 1.2805230617523193, 0.9493682980537415, 1.1062309741973877, 1.3502397537231445, 1.4025273323059082, 1.315381407737732, 1.5419609546661377, 1.158518671989441, 1.4025273323059082, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.611677646636963, 1.7511112689971924, 1.3850982189178467, 0.8796514868736267, -0.3229629397392273, -0.7064052224159241, -0.18352937698364258, 0.35677558183670044, 1.1062309741973877, 1.472244143486023, 1.942832350730896, 1.7162528038024902, 1.7162528038024902, 1.9951199293136597, 1.8556864261627197, 1.5942485332489014, 1.803398847579956, 1.611677646636963, 1.5593900680541992, 1.3850982189178467, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 0.5659260153770447, -1.2292810678482056, -1.0549890995025635], [1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7511112689971924, 1.8556864261627197, 2.0996949672698975, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.1694118976593018, 2.0996949672698975, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.5768193006515503, 1.5419609546661377, 1.768540382385254, 1.785969614982605, 1.6988236904144287, 1.5593900680541992, 1.489673376083374, 1.315381407737732, 1.4373857975006104, 1.472244143486023, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.5942485332489014, 1.6813944578170776, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.5942485332489014, 1.3676689863204956, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.332810640335083, 1.2282354831695557, 1.4199565649032593, 1.1062309741973877, 1.2282354831695557, 1.1410894393920898, 1.175947904586792, 0.8099347352981567, 1.175947904586792, 0.8796514868736267, 0.9493682980537415, 1.1933770179748535, 1.1933770179748535, 1.053943395614624, 0.9493682980537415, 1.0365142822265625, 1.2282354831695557, 1.0365142822265625, 0.8447931408882141, 1.332810640335083, 1.0365142822265625, 1.332810640335083, 1.4025273323059082, 1.2979521751403809, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.7162528038024902, 1.768540382385254, 1.6639652252197266, 1.7511112689971924, 1.6639652252197266, 1.5593900680541992, 0.2347712516784668, -0.7238344550132751, -0.8632679581642151, -0.7412636280059814, 0.28705883026123047, 1.158518671989441, 1.6988236904144287, 1.8731155395507812, 1.7162528038024902, 1.942832350730896, 0.7227887511253357, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.4199565649032593, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 1.315381407737732, 1.2805230617523193, 1.4199565649032593], [1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.8731155395507812, 1.9951199293136597, 2.0996949672698975, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0125491619110107, 1.9776906967163086, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.629106879234314, 1.5419609546661377, 1.5768193006515503, 1.6813944578170776, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.8382571935653687, 1.768540382385254, 1.7511112689971924, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.2456645965576172, 1.2282354831695557, 1.489673376083374, 1.071372628211975, 1.1062309741973877, 1.5593900680541992, 1.4025273323059082, 1.5593900680541992, 1.5245317220687866, 1.6813944578170776, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.6813944578170776, 1.5942485332489014, 1.5419609546661377, 1.646536111831665, 1.5942485332489014, 1.5071024894714355, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.5419609546661377, 1.6813944578170776, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.3676689863204956, 1.4548149108886719, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.1062309741973877, 1.158518671989441, 1.0365142822265625, 0.9667974710464478, 1.053943395614624, 1.0190850496292114, 1.2630938291549683, 1.1236603260040283, 1.3502397537231445, 1.2456645965576172, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 0.9493682980537415, 1.175947904586792, 1.175947904586792, 1.3676689863204956, 1.175947904586792, 1.4025273323059082, 1.5768193006515503, 1.3676689863204956, 1.5071024894714355, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 1.5768193006515503, 1.6813944578170776, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.7162528038024902, 1.6813944578170776, 1.0365142822265625, 0.13019609451293945, -0.601830005645752, -0.5844008326530457, -0.7238344550132751, 0.5484968423843384, 0.7402179837226868, 1.158518671989441, 1.785969614982605, 0.6356428265571594, 1.2456645965576172, 1.3850982189178467, 1.646536111831665, 1.5593900680541992, 1.4548149108886719, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.8905447721481323, 2.0648367404937744, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5419609546661377, 1.5593900680541992, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, 1.332810640335083, 1.5593900680541992, 1.472244143486023, 1.3850982189178467, 1.5245317220687866, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.5419609546661377, 1.1236603260040283, 1.1062309741973877, 1.4199565649032593, 1.0190850496292114, 1.0016558170318604, 1.1236603260040283, 1.2979521751403809, 1.053943395614624, 1.2108062505722046, 1.2630938291549683, 1.4025273323059082, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.5768193006515503, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.1410894393920898, 1.4199565649032593, 1.4548149108886719, 1.3502397537231445, 1.472244143486023, 1.4025273323059082, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 1.0016558170318604, 0.8970807194709778, 1.1062309741973877, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.315381407737732, 1.0888018608093262, 1.1933770179748535, 1.1410894393920898, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.3850982189178467, 0.7750763297080994, 1.4548149108886719, 1.0190850496292114, 1.472244143486023, 1.4025273323059082, 1.5071024894714355, 1.4199565649032593, 1.5419609546661377, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7162528038024902, 1.332810640335083, 0.827363908290863, 0.42649248242378235, -0.11381260305643082, -0.41010889410972595, -0.1661001741886139, 0.6356428265571594, 0.32191720604896545, 0.5310676693916321, 0.9319390654563904, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4199565649032593, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262], [1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.9776906967163086, 1.925403118133545, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 1.803398847579956, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.6988236904144287, 1.489673376083374, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.768540382385254, 1.6988236904144287, 1.629106879234314, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.175947904586792, 1.071372628211975, 1.2282354831695557, 1.1236603260040283, 0.9493682980537415, 1.1236603260040283, 1.4548149108886719, 1.2979521751403809, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 0.8970807194709778, 1.0365142822265625, 1.2282354831695557, 1.315381407737732, 1.1410894393920898, 1.1410894393920898, 1.315381407737732, 1.4199565649032593, 1.5419609546661377, 1.3676689863204956, 1.4199565649032593, 1.158518671989441, 1.0888018608093262, 1.332810640335083, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.3850982189178467, 1.2456645965576172, 1.1410894393920898, 1.1236603260040283, 1.5071024894714355, 1.2979521751403809, 1.4548149108886719, 1.053943395614624, 0.7750763297080994, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.1062309741973877, 1.2108062505722046, 1.2108062505722046, 1.1410894393920898, 1.158518671989441, 1.0190850496292114, 1.158518671989441, 1.3502397537231445, 1.0190850496292114, 0.9667974710464478, 0.8447931408882141, 1.2456645965576172, 0.7925055623054504, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.2979521751403809, 1.5593900680541992, 1.5071024894714355, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.0888018608093262, 0.9319390654563904, 0.827363908290863, 1.489673376083374, 1.4025273323059082, 1.5419609546661377, 1.5419609546661377, 1.611677646636963, 1.4548149108886719, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975], [1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.960261583328247, 1.942832350730896, 2.117124319076538, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.6813944578170776, 1.472244143486023, 1.5245317220687866, 1.4548149108886719, 1.3850982189178467, 1.5419609546661377, 1.5245317220687866, 1.6639652252197266, 1.611677646636963, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.7511112689971924, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.5419609546661377, 1.315381407737732, 1.1933770179748535, 1.315381407737732, 1.0016558170318604, 1.2979521751403809, 1.4199565649032593, 1.4548149108886719, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.489673376083374, 1.2979521751403809, 1.4199565649032593, 1.158518671989441, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.8970807194709778, 1.2282354831695557, 1.315381407737732, 1.3676689863204956, 0.984226644039154, 1.175947904586792, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.9493682980537415, 1.2805230617523193, 1.4025273323059082, 1.1933770179748535, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.175947904586792, 1.315381407737732, 1.2805230617523193, 0.984226644039154, 0.9319390654563904, 1.0888018608093262, 0.9493682980537415, 0.8447931408882141, 1.071372628211975, 0.7925055623054504, 1.3502397537231445, 1.472244143486023, 1.2456645965576172, 1.2630938291549683, 1.7336820363998413, 1.7162528038024902, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.646536111831665, 1.5419609546661377, 1.611677646636963, 1.8905447721481323, 1.6813944578170776, 1.5768193006515503, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.472244143486023, 1.472244143486023, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625], [1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 1.9951199293136597, 1.9776906967163086, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.803398847579956, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.2805230617523193, 0.8099347352981567, 1.2108062505722046, 1.4373857975006104, 1.4025273323059082, 1.4548149108886719, 1.5768193006515503, 1.4548149108886719, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.0888018608093262, 1.1062309741973877, 0.9667974710464478, 1.2805230617523193, 1.158518671989441, 1.071372628211975, 1.158518671989441, 0.9667974710464478, 0.9667974710464478, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.0365142822265625, 0.9319390654563904, 1.0888018608093262, 1.0190850496292114, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.315381407737732, 1.2979521751403809, 1.1236603260040283, 1.2805230617523193, 1.1933770179748535, 0.984226644039154, 0.9145098924636841, 1.0190850496292114, 0.7227887511253357, 0.5833552479743958, 0.8796514868736267, 1.2805230617523193, 1.4199565649032593, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5419609546661377, 1.4373857975006104, 1.629106879234314, 1.7162528038024902, 1.472244143486023, 1.611677646636963, 1.9079740047454834, 1.6813944578170776, 1.785969614982605, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.6988236904144287, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.768540382385254, 1.5419609546661377, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8382571935653687, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.117124319076538, 2.082265853881836, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.629106879234314, 1.489673376083374, 1.4025273323059082, 1.3502397537231445, 1.4548149108886719, 1.332810640335083, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.5419609546661377, 1.3502397537231445, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.0016558170318604, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.2805230617523193, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.3850982189178467, 1.4199565649032593, 1.315381407737732, 1.472244143486023, 1.2805230617523193, 1.4025273323059082, 1.2630938291549683, 1.5071024894714355, 1.2282354831695557, 1.4548149108886719, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.053943395614624, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.071372628211975, 0.7925055623054504, 0.5833552479743958, 0.9319390654563904, 0.513638436794281, 1.0016558170318604, 1.175947904586792, 1.071372628211975, 1.3676689863204956, 1.489673376083374, 1.3850982189178467, 1.2979521751403809, 1.4373857975006104, 1.5419609546661377, 1.5768193006515503, 1.5419609546661377, 1.332810640335083, 1.785969614982605, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.332810640335083, 1.7511112689971924, 1.7511112689971924, 1.5768193006515503, 1.629106879234314, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.5768193006515503, 1.6988236904144287, 1.7336820363998413, 1.629106879234314, 1.5768193006515503, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.8905447721481323, 2.047407388687134, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8208279609680176, 1.768540382385254, 1.5942485332489014, 1.5245317220687866, 1.3676689863204956, 1.2282354831695557, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.489673376083374, 1.4373857975006104, 1.315381407737732, 1.4199565649032593, 1.2456645965576172, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.071372628211975, 0.827363908290863, 1.071372628211975, 1.1062309741973877, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.3676689863204956, 1.2979521751403809, 1.3850982189178467, 1.2805230617523193, 1.2282354831695557, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.4548149108886719, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.1410894393920898, 1.3676689863204956, 1.332810640335083, 1.0888018608093262, 1.1933770179748535, 1.1933770179748535, 1.5419609546661377, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.053943395614624, 1.2979521751403809, 1.0190850496292114, 0.8447931408882141, 0.670501172542572, 0.827363908290863, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.071372628211975, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.2282354831695557, 1.803398847579956, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.646536111831665, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.7162528038024902, 1.646536111831665, 1.5768193006515503, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.7162528038024902, 1.6988236904144287, 1.5419609546661377, 1.472244143486023, 1.175947904586792, 1.2282354831695557, 1.489673376083374, 1.1410894393920898, 1.158518671989441, 0.9493682980537415, 0.9145098924636841, 1.1236603260040283, 1.4025273323059082, 0.670501172542572, 0.7750763297080994, 1.315381407737732, 1.1933770179748535, 0.827363908290863, 1.315381407737732, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.0016558170318604, 1.158518671989441, 1.5419609546661377, 0.984226644039154, 1.1410894393920898, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.1933770179748535, 1.175947904586792, 1.2282354831695557, 1.175947904586792, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.472244143486023, 1.2282354831695557, 1.2805230617523193, 1.4025273323059082, 1.4373857975006104, 1.5768193006515503, 1.611677646636963, 1.2282354831695557, 1.3502397537231445, 1.3502397537231445, 1.175947904586792, 1.3502397537231445, 1.0888018608093262, 1.0190850496292114, 1.4548149108886719, 1.053943395614624, 0.7925055623054504, 1.4025273323059082, 1.071372628211975, 1.071372628211975, 0.8970807194709778, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.9145098924636841, 1.1062309741973877, 1.1410894393920898, 1.315381407737732, 1.0190850496292114, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.5593900680541992, 1.3676689863204956, 1.4548149108886719, 1.2456645965576172, 1.6988236904144287, 1.5768193006515503, 1.4199565649032593, 1.5768193006515503, 1.6813944578170776, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.629106879234314, 1.6988236904144287, 1.5768193006515503, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141], [1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8382571935653687, 1.925403118133545, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0648367404937744, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 1.4548149108886719, 1.3502397537231445, 1.332810640335083, 1.5071024894714355, 1.3850982189178467, 1.785969614982605, 1.5593900680541992, 1.5768193006515503, 1.5245317220687866, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.3676689863204956, 1.1933770179748535, 1.2282354831695557, 1.3850982189178467, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.158518671989441, 1.332810640335083, 1.1236603260040283, 1.2282354831695557, 1.315381407737732, 1.2108062505722046, 1.2108062505722046, 1.0888018608093262, 1.071372628211975, 0.9145098924636841, 0.984226644039154, 1.071372628211975, 1.0888018608093262, 1.2108062505722046, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.071372628211975, 1.0016558170318604, 1.315381407737732, 1.1062309741973877, 1.3850982189178467, 1.6639652252197266, 1.3502397537231445, 1.2630938291549683, 1.0016558170318604, 0.8622223138809204, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.1410894393920898, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, 0.9145098924636841, 1.0365142822265625, 1.4025273323059082, 1.1933770179748535, 0.9493682980537415, 1.1236603260040283, 1.053943395614624, 1.158518671989441, 1.4025273323059082, 1.5593900680541992, 1.3850982189178467, 0.7053595781326294, 1.5593900680541992, 1.611677646636963, 1.3850982189178467, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.7162528038024902, 1.6639652252197266, 1.6988236904144287, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.6639652252197266, 1.5419609546661377, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863], [1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9776906967163086, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.3502397537231445, 1.2630938291549683, 1.611677646636963, 1.6813944578170776, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4025273323059082, 1.332810640335083, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.2630938291549683, 1.3676689863204956, 1.2805230617523193, 1.1933770179748535, 1.315381407737732, 1.1933770179748535, 1.2805230617523193, 1.1410894393920898, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.2630938291549683, 1.2282354831695557, 1.4199565649032593, 1.3850982189178467, 1.2805230617523193, 1.4548149108886719, 1.4199565649032593, 1.2456645965576172, 0.8970807194709778, 1.2979521751403809, 1.4025273323059082, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2630938291549683, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.0365142822265625, 1.1933770179748535, 1.4199565649032593, 1.315381407737732, 0.8622223138809204, 1.332810640335083, 1.4548149108886719, 1.4548149108886719, 1.5768193006515503, 1.5768193006515503, 1.2630938291549683, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.803398847579956, 1.7511112689971924, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 0.9493682980537415, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.7162528038024902, 1.785969614982605, 1.7511112689971924, 1.611677646636963, 1.6813944578170776, 1.2979521751403809, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.5768193006515503, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2108062505722046, 1.332810640335083, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 0.8099347352981567, 1.0016558170318604, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.315381407737732, 1.053943395614624, 1.3502397537231445, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.472244143486023, 1.5071024894714355, 1.3850982189178467, 1.4548149108886719, 1.158518671989441, 0.9145098924636841, 0.5833552479743958, 0.670501172542572, 0.8796514868736267, 1.0190850496292114, 0.9493682980537415, 1.2979521751403809, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.5593900680541992, 1.4548149108886719, 1.785969614982605, 1.6639652252197266, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.5593900680541992, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.925403118133545, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.332810640335083, 1.3850982189178467, 1.315381407737732, 1.3850982189178467, 1.4548149108886719, 1.3676689863204956, 1.4199565649032593, 1.1933770179748535, 1.2108062505722046, 1.0888018608093262, 1.1062309741973877, 1.2805230617523193, 1.4025273323059082, 1.4548149108886719, 1.3502397537231445, 1.2630938291549683, 1.315381407737732, 1.1410894393920898, 1.175947904586792, 1.3676689863204956, 1.3676689863204956, 1.5593900680541992, 0.827363908290863, 1.1933770179748535, 1.2108062505722046, 1.071372628211975, 1.4373857975006104, 1.4025273323059082, 1.5071024894714355, 1.053943395614624, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3502397537231445, 1.4199565649032593, 1.3676689863204956, 1.3676689863204956, 1.175947904586792, 1.175947904586792, 1.0365142822265625, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 1.1062309741973877, 1.0190850496292114, 1.0888018608093262, 1.3502397537231445, 1.5071024894714355, 1.489673376083374, 1.8556864261627197, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267], [0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.0125491619110107, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.7336820363998413, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.6813944578170776, 1.5071024894714355, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3502397537231445, 1.4199565649032593, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.2979521751403809, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.5245317220687866, 1.5942485332489014, 1.332810640335083, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 0.9145098924636841, 1.158518671989441, 0.827363908290863, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.2456645965576172, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.4199565649032593, 1.472244143486023, 1.5768193006515503, 1.8905447721481323, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.5768193006515503, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267], [0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 2.0648367404937744, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 1.960261583328247, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 2.0648367404937744, 1.9951199293136597, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.785969614982605, 1.7336820363998413, 1.768540382385254, 1.6813944578170776, 1.629106879234314, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.5768193006515503, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.3850982189178467, 1.2456645965576172, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2456645965576172, 1.2979521751403809, 1.2805230617523193, 1.1410894393920898, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.0888018608093262, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.315381407737732, 1.2630938291549683, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.1933770179748535, 1.3502397537231445, 1.4199565649032593, 1.6813944578170776, 1.803398847579956, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.8382571935653687, 1.646536111831665, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204], [0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.942832350730896, 1.9079740047454834, 1.768540382385254, 2.1345534324645996, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.5593900680541992, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.5245317220687866, 1.5071024894714355, 1.611677646636963, 1.5593900680541992, 1.4373857975006104, 1.4025273323059082, 1.315381407737732, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.2805230617523193, 1.3676689863204956, 1.2630938291549683, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.1933770179748535, 1.1236603260040283, 1.2282354831695557, 1.0190850496292114, 1.2630938291549683, 1.175947904586792, 1.3502397537231445, 1.472244143486023, 1.315381407737732, 1.5245317220687866, 1.315381407737732, 0.9145098924636841, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2282354831695557, 1.315381407737732, 1.315381407737732, 1.2108062505722046, 1.3676689863204956, 1.3850982189178467, 1.315381407737732, 1.3502397537231445, 1.629106879234314, 1.7162528038024902, 1.785969614982605, 1.925403118133545, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778], [0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.8905447721481323, 2.0125491619110107, 1.925403118133545, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.803398847579956, 1.8556864261627197, 1.785969614982605, 1.8556864261627197, 1.803398847579956, 1.6639652252197266, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.4199565649032593, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2456645965576172, 1.2630938291549683, 1.071372628211975, 1.3502397537231445, 1.4025273323059082, 1.2805230617523193, 1.071372628211975, 1.0190850496292114, 1.3502397537231445, 1.2805230617523193, 1.4025273323059082, 1.3676689863204956, 1.7336820363998413, 1.5942485332489014, 1.5245317220687866, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.175947904586792, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.489673376083374, 1.611677646636963, 1.489673376083374, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 2.1345534324645996, 2.204270124435425, 2.1868410110473633, 2.0125491619110107, 1.6988236904144287, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415], [0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7576471567153931, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.047407388687134, 2.0125491619110107, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.2805230617523193, 1.2108062505722046, 1.1410894393920898, 1.2630938291549683, 1.3850982189178467, 1.2630938291549683, 1.2108062505722046, 1.2979521751403809, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.489673376083374, 1.4025273323059082, 1.2805230617523193, 1.5245317220687866, 1.3850982189178467, 1.175947904586792, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.768540382385254, 1.803398847579956, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.960261583328247, 2.1345534324645996, 2.2216994762420654, 2.1868410110473633, 1.9951199293136597, 1.611677646636963, 1.3502397537231445, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415], [0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 2.0299782752990723, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8905447721481323, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4548149108886719, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.4548149108886719, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.4199565649032593, 1.472244143486023, 1.3502397537231445, 1.053943395614624, 1.158518671989441, 1.3676689863204956, 1.5419609546661377, 1.6813944578170776, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.925403118133545, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 1.5593900680541992, 1.489673376083374, 1.489673376083374, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8099347352981567, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.9079740047454834, 1.942832350730896, 1.9951199293136597, 2.117124319076538, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.1868410110473633, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.082265853881836, 2.0125491619110107, 1.960261583328247, 1.960261583328247, 2.047407388687134, 1.9951199293136597, 2.047407388687134, 1.960261583328247, 1.8208279609680176, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.489673376083374, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.4548149108886719, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.2979521751403809, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.611677646636963, 1.472244143486023, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.7511112689971924, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.8382571935653687, 1.8905447721481323, 1.646536111831665, 1.2282354831695557, 1.5245317220687866, 1.6988236904144287, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 1.8731155395507812, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.3850982189178467, 1.489673376083374, 1.3676689863204956, 1.1236603260040283, 1.2630938291549683, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.5593900680541992, 1.5593900680541992, 1.768540382385254, 1.8208279609680176, 1.768540382385254, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.768540382385254, 1.803398847579956, 0.1999128758907318, 0.42649248242378235, 0.7576471567153931, 1.3850982189178467, 1.472244143486023, 1.315381407737732, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.5768193006515503, 1.4199565649032593, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.1062309741973877, 1.071372628211975, 1.332810640335083, 1.315381407737732, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.2456645965576172, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.332810640335083, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.629106879234314, 1.6988236904144287, 1.629106879234314, 1.4199565649032593, 1.6988236904144287, 1.7336820363998413, 1.5419609546661377, -0.8458387851715088, -1.5430065393447876, -1.6650108098983765, -1.6824400424957275, -1.3164269924163818, -1.3861438035964966, -1.1944226026535034, 1.472244143486023, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904], [0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 2.047407388687134, 2.151982545852661, 2.1694118976593018, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, 1.0888018608093262, 0.9667974710464478, 1.2456645965576172, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.2630938291549683, 1.0365142822265625, 1.2456645965576172, 1.332810640335083, 1.315381407737732, 1.4373857975006104, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.1410894393920898, 1.4025273323059082, 1.5071024894714355, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.803398847579956, 0.9319390654563904, -1.1944226026535034, -1.6824400424957275, -1.647581696510315, -1.6824400424957275, -1.5952941179275513, -1.5081480741500854, -0.21838775277137756, -1.5255773067474365, 0.7576471567153931, -0.7935512065887451, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.960261583328247, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.785969614982605, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.332810640335083, 1.2630938291549683, 0.9667974710464478, 1.1236603260040283, 1.175947904586792, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.175947904586792, 1.053943395614624, 1.1410894393920898, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.5245317220687866, 1.7511112689971924, 1.768540382385254, 1.646536111831665, -0.41010889410972595, -1.6650108098983765, -1.3512853384017944, -1.403572916984558, -1.2989977598190308, -1.3861438035964966, -1.7347276210784912, -1.6650108098983765, -1.4558604955673218, -1.5604356527328491, -0.8632679581642151, -1.1421350240707397, -0.37525051832199097, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.8622223138809204, 0.8447931408882141, 0.9319390654563904, 1.0016558170318604, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8905447721481323, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.0996949672698975, 2.1868410110473633, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.3262743949890137, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.0996949672698975, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.8208279609680176, 1.7162528038024902, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 1.7336820363998413, 1.7336820363998413, 1.6639652252197266, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.2979521751403809, 1.315381407737732, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.3850982189178467, 1.4199565649032593, 1.2630938291549683, 1.3502397537231445, 1.5245317220687866, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.2979521751403809, -0.04409583657979965, -1.2118518352508545, -1.333856225013733, -1.3687145709991455, -1.5952941179275513, -1.3687145709991455, -1.2989977598190308, -0.4798256754875183, -1.0549890995025635, -0.5146840810775757, 1.5942485332489014, 0.11276690661907196, -1.2989977598190308, -1.2118518352508545, -0.601830005645752, -1.176993489265442, -0.9678431153297424, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3742047846317291, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.5484968423843384, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.151982545852661, 2.2565577030181885, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.4373857975006104, 1.4025273323059082, 1.4373857975006104, 1.4025273323059082, 1.489673376083374, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 1.158518671989441, -0.9504139423370361, -1.1247059106826782, -1.0375598669052124, -1.5604356527328491, -1.5081480741500854, -1.3164269924163818, -1.6650108098983765, -1.5952941179275513, -1.5081480741500854, -1.246710181236267, -0.9155555367469788, -0.601830005645752, -0.25324615836143494, -1.403572916984558, 1.785969614982605, 1.4025273323059082, -1.0724183320999146, -1.1944226026535034, -1.3687145709991455, -0.04409583657979965, -1.5604356527328491, 0.07790851593017578, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 1.942832350730896, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.5768193006515503, 1.5071024894714355, 1.472244143486023, 1.611677646636963, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.5245317220687866, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 1.8731155395507812, 1.0888018608093262, -0.9852723479270935, -1.246710181236267, -1.3164269924163818, -1.1421350240707397, -1.2292810678482056, -1.4210021495819092, -1.4732897281646729, -0.9155555367469788, -1.647581696510315, -1.490718960762024, -1.6301524639129639, -1.5952941179275513, -1.490718960762024, -1.1247059106826782, -0.8806971907615662, -1.5081480741500854, -0.8284096121788025, 1.4199565649032593, 1.6639652252197266, 1.5071024894714355, 1.1236603260040283, 0.6530719995498657, -1.7172983884811401, -0.7761220335960388, 1.472244143486023, 1.3676689863204956, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.2522004544734955, 0.28705883026123047, 0.3742047846317291, 0.4613508880138397, 0.5659260153770447, 0.5833552479743958, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.3437037467956543, 2.361132860183716, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.8731155395507812, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.117124319076538, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.117124319076538, 1.8208279609680176, -0.8981263637542725, -1.246710181236267, -1.0549890995025635, -1.0201307535171509, -0.7064052224159241, -0.7238344550132751, -1.1944226026535034, -1.3512853384017944, -1.5778648853302002, -1.0375598669052124, -1.1421350240707397, 0.13019609451293945, 0.7053595781326294, -1.2815686464309692, -1.1072766780853271, -1.4384313821792603, -1.5081480741500854, -0.1312417984008789, 0.7053595781326294, 1.6813944578170776, 1.4199565649032593, 1.2456645965576172, -1.5430065393447876, -1.0375598669052124, 1.3676689863204956, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.2173420637845993, 0.2696296274662018, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.670501172542572, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.2565577030181885, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.1694118976593018, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 1.7336820363998413, -0.4623964726924896, -1.1944226026535034, -0.21838775277137756, -1.1421350240707397, -0.7412636280059814, -0.601830005645752, -1.1247059106826782, -0.3403921127319336, -1.0549890995025635, -0.7412636280059814, -0.25324615836143494, -1.5952941179275513, 0.06047932058572769, -1.0201307535171509, -1.1421350240707397, -1.2641394138336182, -1.0375598669052124, -1.4558604955673218, -0.21838775277137756, 0.6356428265571594, 0.513638436794281, 0.4090631604194641, 0.9667974710464478, -0.009237446822226048, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.1999128758907318, 0.2522004544734955, 0.33934640884399414, 0.44392168521881104, 0.5310676693916321, 0.5659260153770447, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.1345534324645996, 2.1345534324645996, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 2.2216994762420654, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.5245317220687866, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.4548149108886719, 1.2282354831695557, 1.3850982189178467, -0.42753809690475464, -0.5146840810775757, -0.8109803795814514, -0.9329847693443298, -1.1944226026535034, -0.4623964726924896, -0.39267969131469727, -0.7412636280059814, -1.089847445487976, -1.0724183320999146, -0.7412636280059814, 0.5484968423843384, -0.7238344550132751, -0.9852723479270935, -0.6366884112358093, -1.1944226026535034, -1.2292810678482056, -1.5255773067474365, -0.41010889410972595, 0.3916339874267578, 0.9319390654563904, 0.8970807194709778, 0.478780061006546, 0.7227887511253357, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841], [0.18248367309570312, 0.2173420637845993, 0.30448800325393677, 0.42649248242378235, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.9667974710464478, 1.0190850496292114, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.0996949672698975, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.117124319076538, 1.9776906967163086, 2.1345534324645996, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7336820363998413, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.472244143486023, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.4199565649032593, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.175947904586792, 1.2630938291549683, -0.601830005645752, -0.7064052224159241, -1.1421350240707397, -1.4558604955673218, -1.5255773067474365, -1.5081480741500854, 1.0888018608093262, 0.9493682980537415, -0.21838775277137756, -0.8458387851715088, -0.6715468168258667, -0.5844008326530457, -1.0549890995025635, 0.5484968423843384, -0.3578213155269623, -0.2881045341491699, -1.3164269924163818, -0.11381260305643082, -1.1595642566680908, -1.333856225013733, 0.7402179837226868, 1.071372628211975, 0.7576471567153931, 0.9493682980537415, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.33934640884399414, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.942832350730896, 2.047407388687134, 2.117124319076538, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0996949672698975, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 1.1410894393920898, 1.6813944578170776, 1.8731155395507812, 1.8382571935653687, 1.4548149108886719, 1.0016558170318604, 1.158518671989441, 2.0125491619110107, 2.082265853881836, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6639652252197266, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.315381407737732, -0.44496726989746094, -0.8458387851715088, -1.1944226026535034, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, 1.1933770179748535, 0.0430501289665699, 0.9319390654563904, -0.1661001741886139, -0.4623964726924896, -0.42753809690475464, 0.35677558183670044, 0.4613508880138397, -0.026666639372706413, 0.13019609451293945, -0.27067533135414124, -0.9155555367469788, -0.06152502819895744, -0.18352937698364258, 0.7053595781326294, 0.8622223138809204, 0.8099347352981567, 0.8796514868736267, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.32191720604896545, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.8622223138809204, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.204270124435425, 0.2347712516784668, 0.06047932058572769, -0.09638340771198273, -0.9329847693443298, -1.3164269924163818, -1.5778648853302002, 0.0430501289665699, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, -0.7761220335960388, -0.8632679581642151, -1.3861438035964966, -1.647581696510315, -1.7172983884811401, -0.9852723479270935, 0.5833552479743958, 1.2805230617523193, 1.6988236904144287, 0.827363908290863, -0.2881045341491699, 0.16505448520183563, -1.1421350240707397, -0.23581695556640625, 0.8796514868736267, 0.2696296274662018, -0.7586928009986877, -0.7064052224159241, -0.9678431153297424, -0.532113254070282, -1.0549890995025635, 0.984226644039154, 1.071372628211975, 0.8099347352981567, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204], [0.18248367309570312, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 1.960261583328247, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 2.0648367404937744, 2.0996949672698975, 1.3676689863204956, -0.3229629397392273, -0.5844008326530457, -0.8632679581642151, -1.3687145709991455, -1.490718960762024, -0.9329847693443298, 1.4548149108886719, 1.942832350730896, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4025273323059082, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2456645965576172, 0.7925055623054504, -0.5495424270629883, -1.0549890995025635, -1.4210021495819092, -1.647581696510315, -0.9155555367469788, 1.7336820363998413, 1.803398847579956, 1.7162528038024902, 1.925403118133545, 1.6639652252197266, 0.7053595781326294, 0.16505448520183563, -0.8109803795814514, -0.9155555367469788, 1.175947904586792, 0.5484968423843384, -0.7586928009986877, -0.6366884112358093, -0.026666639372706413, 0.2347712516784668, 0.478780061006546, 1.0888018608093262, 0.4962092638015747, 0.827363908290863, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [0.14762529730796814, 0.18248367309570312, 0.2522004544734955, 0.2696296274662018, 0.3916339874267578, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 2.117124319076538, 2.1868410110473633, 1.8905447721481323, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 2.047407388687134, 2.1345534324645996, -0.3055337369441986, -0.39267969131469727, -0.5844008326530457, -1.2989977598190308, -1.5255773067474365, -1.5255773067474365, -0.026666639372706413, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.315381407737732, -0.11381260305643082, -1.176993489265442, -1.403572916984558, -1.5430065393447876, -0.9329847693443298, 1.5071024894714355, 1.785969614982605, 1.785969614982605, 1.925403118133545, 2.047407388687134, 1.8905447721481323, 1.4548149108886719, 0.7925055623054504, 0.18248367309570312, -0.8458387851715088, 1.1410894393920898, 0.4090631604194641, -0.601830005645752, -0.5669716596603394, -0.44496726989746094, -1.0375598669052124, 0.3742047846317291, 0.8622223138809204, 0.42649248242378235, 0.8796514868736267, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.7925055623054504], [0.14762529730796814, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 2.239128589630127, 2.082265853881836, 2.1345534324645996, 1.8905447721481323, 1.942832350730896, 2.0299782752990723, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.1868410110473633, -0.11381260305643082, -0.009237446822226048, -0.6366884112358093, -1.2118518352508545, -1.4558604955673218, -0.9852723479270935, -0.8284096121788025, 0.9667974710464478, 1.785969614982605, 2.0125491619110107, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.315381407737732, 0.6530719995498657, -1.4732897281646729, 0.32191720604896545, 1.175947904586792, 1.3676689863204956, 1.0888018608093262, 1.7162528038024902, 1.8556864261627197, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 1.960261583328247, 2.0125491619110107, 0.8970807194709778, 0.8447931408882141, -0.8458387851715088, 1.4025273323059082, 0.6182135939598083, -0.4623964726924896, 0.42649248242378235, -0.41010889410972595, -1.2815686464309692, -0.9329847693443298, 0.8622223138809204, 0.513638436794281, 0.8447931408882141, 1.1236603260040283, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931], [0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.3742047846317291, 0.4613508880138397, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.925403118133545, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1868410110473633, 0.5310676693916321, 0.32191720604896545, -0.4623964726924896, -0.6366884112358093, -1.3861438035964966, -1.4384313821792603, -0.41010889410972595, -0.6366884112358093, -0.8458387851715088, -0.6715468168258667, 0.478780061006546, 1.8905447721481323, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.646536111831665, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2979521751403809, 1.2108062505722046, 0.8447931408882141, 0.6879304051399231, 1.071372628211975, 1.8556864261627197, 1.8382571935653687, 1.332810640335083, 1.6988236904144287, 1.6988236904144287, 1.9951199293136597, 1.942832350730896, 2.0648367404937744, 2.0996949672698975, 1.9079740047454834, 1.2108062505722046, 0.42649248242378235, -1.176993489265442, 1.5071024894714355, 0.8970807194709778, 0.4962092638015747, 0.8447931408882141, 0.4962092638015747, -1.2989977598190308, -1.0549890995025635, 0.670501172542572, 0.4090631604194641, 1.071372628211975, 1.0016558170318604, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.960261583328247, 2.1868410110473633, 1.5071024894714355, -0.4972548484802246, 0.2347712516784668, -1.1595642566680908, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, -0.7935512065887451, -1.5430065393447876, -1.0201307535171509, -1.3164269924163818, 1.4025273323059082, 1.6988236904144287, 1.8208279609680176, 1.7162528038024902, 1.5768193006515503, 1.4025273323059082, 1.4199565649032593, 1.332810640335083, 1.768540382385254, 1.332810640335083, 1.785969614982605, 1.9079740047454834, 1.768540382385254, 1.768540382385254, 1.5942485332489014, 1.768540382385254, 1.9079740047454834, 1.4548149108886719, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 1.8731155395507812, 1.3676689863204956, 0.14762529730796814, -0.7761220335960388, 1.472244143486023, 0.7227887511253357, 1.315381407737732, 1.785969614982605, 0.9319390654563904, -0.7586928009986877, -0.9504139423370361, -0.1312417984008789, 0.7402179837226868, 0.9667974710464478, 0.8796514868736267, 1.175947904586792, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6879304051399231, 0.7402179837226868, 0.7576471567153931, 0.827363908290863, 0.8970807194709778, 0.9667974710464478, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 1.071372628211975, 0.008191745728254318, 0.2173420637845993, -0.20095856487751007, -0.8109803795814514, -0.5146840810775757, -1.4384313821792603, -0.3229629397392273, -0.9155555367469788, -0.4972548484802246, -0.07895421981811523, 1.8382571935653687, 1.7162528038024902, 1.5593900680541992, 1.489673376083374, 1.8208279609680176, 1.785969614982605, 1.646536111831665, 2.0299782752990723, 1.489673376083374, 2.0125491619110107, 1.942832350730896, 2.0648367404937744, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.1345534324645996, 1.472244143486023, 1.9776906967163086, 1.7511112689971924, 1.8731155395507812, 2.0648367404937744, 1.9776906967163086, 1.1236603260040283, -1.0375598669052124, 1.4199565649032593, 1.5768193006515503, 0.7576471567153931, 1.6988236904144287, 1.8905447721481323, 0.7576471567153931, -0.1486709862947464, -1.1944226026535034, -0.009237446822226048, 0.09533771127462387, 0.7750763297080994, 0.984226644039154, 0.984226644039154, 1.2456645965576172, 1.053943395614624, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294], [0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.8447931408882141, 0.9493682980537415, 1.0365142822265625, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.047407388687134, 2.204270124435425, 2.117124319076538, 0.2173420637845993, -0.8981263637542725, 0.6182135939598083, -1.333856225013733, -0.5146840810775757, -1.1247059106826782, -1.0549890995025635, -0.41010889410972595, -1.089847445487976, -0.688975989818573, 0.7925055623054504, 0.8970807194709778, 1.8556864261627197, 2.047407388687134, 1.9776906967163086, 1.7162528038024902, 2.0299782752990723, 1.5419609546661377, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.803398847579956, 1.803398847579956, 1.646536111831665, 1.9951199293136597, 1.7336820363998413, 1.9079740047454834, 1.472244143486023, 1.9079740047454834, 2.082265853881836, 1.8905447721481323, 0.7053595781326294, 0.9667974710464478, 1.6988236904144287, 1.6988236904144287, 0.8099347352981567, 1.768540382385254, 1.925403118133545, 0.9667974710464478, -0.04409583657979965, -1.3512853384017944, 0.008191745728254318, 0.1999128758907318, 0.600784420967102, 1.0365142822265625, 0.9667974710464478, 1.1933770179748535, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.984226644039154, 1.071372628211975, 1.053943395614624, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.2914161682128906, 2.1345534324645996, 1.9079740047454834, 0.8622223138809204, 0.02562093921005726, -0.6715468168258667, -0.27067533135414124, -0.7586928009986877, -0.601830005645752, 0.1999128758907318, -1.176993489265442, -1.2118518352508545, -0.25324615836143494, 0.4090631604194641, -1.647581696510315, -0.5495424270629883, -1.3687145709991455, -1.1247059106826782, 1.7511112689971924, 1.9776906967163086, 1.5593900680541992, 2.082265853881836, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.472244143486023, 1.7162528038024902, 1.8905447721481323, 2.0299782752990723, 1.2630938291549683, 1.629106879234314, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.7336820363998413, 1.8208279609680176, 1.960261583328247, 1.7511112689971924, 0.8796514868736267, 1.785969614982605, 1.942832350730896, 1.2282354831695557, 0.1999128758907318, -1.4210021495819092, 1.1236603260040283, 0.44392168521881104, 0.9667974710464478, 0.4962092638015747, 0.4613508880138397, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9319390654563904, 1.0190850496292114, 1.0365142822265625, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.1345534324645996, 2.2914161682128906, 0.35677558183670044, -0.532113254070282, -0.1661001741886139, 0.32191720604896545, 0.670501172542572, -0.9504139423370361, -1.1944226026535034, -0.21838775277137756, -0.7761220335960388, -1.176993489265442, -0.3055337369441986, -1.0549890995025635, -0.9504139423370361, -1.2292810678482056, -0.5146840810775757, -0.8109803795814514, -0.3403921127319336, -1.5255773067474365, -1.0724183320999146, 0.18248367309570312, 0.42649248242378235, 1.0190850496292114, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.3502397537231445, 1.768540382385254, 2.047407388687134, 0.9145098924636841, 1.3850982189178467, 1.960261583328247, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.925403118133545, 1.925403118133545, 1.5942485332489014, 1.2108062505722046, 1.7336820363998413, 1.8731155395507812, 1.4548149108886719, -0.06152502819895744, -1.5255773067474365, 1.8208279609680176, 1.4373857975006104, 0.600784420967102, 0.4962092638015747, -0.09638340771198273, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.361132860183716, 1.071372628211975, 0.2173420637845993, -0.5844008326530457, -0.18352937698364258, 0.8099347352981567, 0.1999128758907318, 0.4962092638015747, -0.3403921127319336, 0.42649248242378235, 0.44392168521881104, -1.2292810678482056, -1.490718960762024, -0.4972548484802246, -1.403572916984558, -1.333856225013733, -0.3055337369441986, -0.601830005645752, -1.1421350240707397, -1.2815686464309692, -1.2989977598190308, -0.6541175842285156, -0.11381260305643082, -0.532113254070282, 0.9145098924636841, 1.768540382385254, 1.3502397537231445, 1.4025273323059082, 1.646536111831665, 0.9493682980537415, 1.6639652252197266, 1.4548149108886719, 2.0299782752990723, 2.151982545852661, 2.1345534324645996, 2.047407388687134, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 2.117124319076538, 2.0996949672698975, 1.960261583328247, -0.601830005645752, -0.5495424270629883, 2.0299782752990723, 1.925403118133545, 0.7750763297080994, -0.04409583657979965, -0.5844008326530457, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 1.0365142822265625, 0.06047932058572769, -0.09638340771198273, -0.2881045341491699, 0.4613508880138397, 0.5659260153770447, -1.246710181236267, -1.0201307535171509, 0.33934640884399414, -0.009237446822226048, -0.37525051832199097, -0.20095856487751007, -1.176993489265442, 0.1999128758907318, -0.37525051832199097, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -1.0375598669052124, -0.9155555367469788, -0.7761220335960388, -0.25324615836143494, -1.1595642566680908, 0.1999128758907318, -0.04409583657979965, 1.646536111831665, 1.8905447721481323, 0.9145098924636841, 0.9493682980537415, 1.2979521751403809, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.0125491619110107, 2.047407388687134, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 2.2216994762420654, 2.1694118976593018, 2.0125491619110107, -0.8284096121788025, 1.1410894393920898, 1.925403118133545, 1.960261583328247, 1.4199565649032593, 0.8622223138809204, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.2216994762420654, 2.239128589630127, -0.7412636280059814, -0.3229629397392273, -0.25324615836143494, -0.601830005645752, 0.33934640884399414, 0.2347712516784668, -0.3055337369441986, -1.0724183320999146, 0.600784420967102, 0.5833552479743958, 0.4962092638015747, -0.9678431153297424, 0.2173420637845993, -1.403572916984558, -1.3512853384017944, -1.2815686464309692, -1.4384313821792603, -0.8806971907615662, 0.6530719995498657, -0.7935512065887451, -0.601830005645752, -1.0027015209197998, -0.4623964726924896, -1.0375598669052124, -0.8632679581642151, 0.8447931408882141, 1.2282354831695557, 0.7925055623054504, -0.23581695556640625, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 2.0299782752990723, 2.1694118976593018, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.8382571935653687, 1.803398847579956, 1.960261583328247, 1.9951199293136597, 0.9319390654563904, 0.18248367309570312, 0.44392168521881104, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.4613508880138397, 0.5310676693916321, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.1868410110473633, 2.1694118976593018, -0.1486709862947464, -0.6366884112358093, -0.18352937698364258, -0.8458387851715088, -0.9155555367469788, 1.6988236904144287, -0.6541175842285156, -0.3578213155269623, -0.688975989818573, -1.3687145709991455, -0.44496726989746094, -0.1312417984008789, -0.7761220335960388, -0.5146840810775757, -1.4558604955673218, -1.2118518352508545, -1.2989977598190308, 0.4090631604194641, 1.3850982189178467, 1.6988236904144287, 0.2696296274662018, -1.0549890995025635, -0.1486709862947464, -1.0549890995025635, -0.7238344550132751, -1.1072766780853271, -0.1661001741886139, 1.472244143486023, 0.02562093921005726, 1.2630938291549683, 1.0016558170318604, 1.5071024894714355, 1.8556864261627197, 1.9776906967163086, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.117124319076538, 2.1868410110473633, 1.9776906967163086, 1.9951199293136597, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 1.5942485332489014, 0.32191720604896545, 0.3916339874267578, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.082265853881836, 2.3262743949890137, -1.0201307535171509, 0.6530719995498657, 2.0125491619110107, 0.4090631604194641, 0.33934640884399414, -0.6366884112358093, -0.06152502819895744, -0.6366884112358093, -0.9504139423370361, -1.3687145709991455, -1.1421350240707397, 0.2347712516784668, -0.3403921127319336, -1.0201307535171509, -1.5081480741500854, -1.0027015209197998, 0.5659260153770447, 0.9319390654563904, 1.1236603260040283, 2.1868410110473633, 1.2630938291549683, 0.5484968423843384, 1.0016558170318604, 1.489673376083374, 0.8796514868736267, -0.8109803795814514, -1.1247059106826782, 0.6182135939598083, 1.1062309741973877, 0.984226644039154, 1.3676689863204956, 1.3850982189178467, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.942832350730896, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 1.942832350730896, 1.8905447721481323, 2.204270124435425, 1.9951199293136597, 0.670501172542572, 0.09533771127462387, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.2914161682128906, 1.8208279609680176, -0.532113254070282, 0.0430501289665699, 0.6356428265571594, 0.7053595781326294, -0.532113254070282, -0.21838775277137756, -0.9155555367469788, -0.7586928009986877, -0.9678431153297424, -1.1595642566680908, -1.2118518352508545, -0.6715468168258667, -0.8981263637542725, -1.2989977598190308, -0.1312417984008789, -1.333856225013733, 0.9667974710464478, 0.2696296274662018, 1.2108062505722046, 1.4025273323059082, 1.960261583328247, 1.768540382385254, 1.332810640335083, 1.0365142822265625, 0.9493682980537415, 0.7227887511253357, -1.246710181236267, 0.4962092638015747, 1.2456645965576172, 1.4548149108886719, 1.1062309741973877, 1.4373857975006104, 1.5942485332489014, 1.646536111831665, 1.7336820363998413, 2.047407388687134, 2.0125491619110107, 2.117124319076538, 2.1694118976593018, 2.151982545852661, 1.803398847579956, 1.9079740047454834, 2.1868410110473633, 2.1694118976593018, 1.2979521751403809, 0.5310676693916321, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 0.07790851593017578, -0.3229629397392273, -0.1312417984008789, 0.16505448520183563, -0.4623964726924896, 0.984226644039154, 1.158518671989441, 0.7925055623054504, -1.0027015209197998, 0.42649248242378235, -0.9504139423370361, -0.5146840810775757, -0.5146840810775757, -0.532113254070282, -1.1421350240707397, 0.4090631604194641, -0.44496726989746094, -1.0375598669052124, -0.8981263637542725, -1.089847445487976, 0.670501172542572, 0.8099347352981567, 0.5833552479743958, 1.5071024894714355, 1.7511112689971924, 0.7576471567153931, 0.6879304051399231, 0.600784420967102, 0.28705883026123047, 0.3742047846317291, -0.601830005645752, 1.3676689863204956, 1.3502397537231445, 1.2630938291549683, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.332810640335083, 1.629106879234314, 1.8731155395507812, 2.0996949672698975, 2.239128589630127, 2.0996949672698975, 1.960261583328247, 1.9776906967163086, 2.0996949672698975, 2.1868410110473633, 1.9951199293136597, 1.489673376083374, 0.9319390654563904, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 0.478780061006546, -1.0201307535171509, -0.4798256754875183, 0.4962092638015747, 0.8099347352981567, 1.0365142822265625, 1.175947904586792, 1.1410894393920898, 0.6879304051399231, 0.16505448520183563, -0.3229629397392273, -0.8109803795814514, -1.246710181236267, -1.5081480741500854, -0.5146840810775757, -1.0201307535171509, 0.008191745728254318, -1.089847445487976, -0.5669716596603394, -0.21838775277137756, -1.2641394138336182, 0.8099347352981567, 0.7925055623054504, 0.5833552479743958, 0.6182135939598083, 1.332810640335083, 1.3676689863204956, 1.175947904586792, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 1.489673376083374, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6639652252197266, 1.3850982189178467, 1.472244143486023, 1.629106879234314, 1.785969614982605, 1.942832350730896, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 1.2979521751403809, 0.8796514868736267, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 0.600784420967102, 0.33934640884399414, -1.0549890995025635, -0.5669716596603394, 0.513638436794281, 1.0365142822265625, 1.2805230617523193, 1.2108062505722046, 1.0888018608093262, 0.7227887511253357, 0.7925055623054504, -0.7064052224159241, -0.42753809690475464, -1.1421350240707397, -0.23581695556640625, -1.0549890995025635, -0.23581695556640625, -0.7761220335960388, -0.3403921127319336, -0.6366884112358093, -1.0201307535171509, -0.3578213155269623, -1.0201307535171509, 0.670501172542572, 0.7402179837226868, 1.2979521751403809, 1.7511112689971924, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.4373857975006104, 1.2805230617523193, 1.629106879234314, 1.5245317220687866, 1.768540382385254, 1.8556864261627197, 1.9951199293136597, 1.803398847579956, 1.6988236904144287, 1.472244143486023, 1.6988236904144287, 1.768540382385254, 1.646536111831665, 1.5593900680541992, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.960261583328247, 2.0299782752990723, 1.611677646636963, 0.8796514868736267, 0.9667974710464478, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.8622223138809204, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 0.42649248242378235, 0.6182135939598083, -0.9678431153297424, -0.601830005645752, 0.6530719995498657, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 0.827363908290863, 0.09533771127462387, -0.8284096121788025, -0.37525051832199097, -1.1072766780853271, 0.2522004544734955, -0.39267969131469727, -0.6541175842285156, -0.7586928009986877, -1.1247059106826782, 0.07790851593017578, -0.9852723479270935, -0.8981263637542725, -1.2118518352508545, 1.6639652252197266, 1.8556864261627197, 1.785969614982605, 1.472244143486023, 1.8208279609680176, 1.8905447721481323, 1.5768193006515503, 1.646536111831665, 1.7511112689971924, 1.489673376083374, 2.0299782752990723, 2.047407388687134, 1.6988236904144287, 1.7162528038024902, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.6639652252197266, 1.629106879234314, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.629106879234314, 1.768540382385254, 1.8905447721481323, 1.1062309741973877, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 0.5833552479743958, 0.7576471567153931, -0.5495424270629883, -0.7586928009986877, 0.6356428265571594, 1.1933770179748535, 1.3676689863204956, 1.2805230617523193, 1.175947904586792, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 1.4025273323059082, 0.0430501289665699, -0.25324615836143494, -0.619259238243103, -1.5952941179275513, -0.8109803795814514, -1.0375598669052124, -0.688975989818573, -1.1247059106826782, -0.9329847693443298, -0.8109803795814514, -1.089847445487976, -0.11381260305643082, 1.4025273323059082, 1.5768193006515503, 1.6813944578170776, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 2.0299782752990723, 1.9951199293136597, 1.5245317220687866, 2.117124319076538, 2.0299782752990723, 2.0996949672698975, 1.8905447721481323, 1.785969614982605, 1.7162528038024902, 1.803398847579956, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.472244143486023, 1.6813944578170776, 2.1345534324645996, 1.4373857975006104, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 2.047407388687134, 0.7750763297080994, 0.44392168521881104, 0.02562093921005726, -0.5495424270629883, 0.7750763297080994, 1.332810640335083, 1.332810640335083, 1.315381407737732, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.2805230617523193, 1.315381407737732, -0.41010889410972595, -0.8806971907615662, -0.8806971907615662, -1.0724183320999146, 0.35677558183670044, -0.9504139423370361, -0.09638340771198273, -0.1312417984008789, -1.3687145709991455, -1.0027015209197998, -0.7238344550132751, -1.3512853384017944, -0.4798256754875183, 1.5768193006515503, 1.7336820363998413, 1.5593900680541992, 1.5768193006515503, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 1.768540382385254, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 1.9079740047454834, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.7511112689971924, 2.117124319076538, 1.3850982189178467, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 2.0299782752990723, 1.5071024894714355, 0.5484968423843384, -0.4623964726924896, 0.09533771127462387, 0.7402179837226868, 1.158518671989441, 1.2108062505722046, 1.0190850496292114, 0.6879304051399231, 1.1236603260040283, 1.2282354831695557, 1.1062309741973877, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, -0.42753809690475464, -0.20095856487751007, 0.2696296274662018, -0.25324615836143494, -0.3403921127319336, -0.3578213155269623, 0.07790851593017578, 1.315381407737732, -1.1072766780853271, -1.1072766780853271, -0.6366884112358093, -1.176993489265442, 0.478780061006546, 1.785969614982605, 1.6988236904144287, 1.785969614982605, 2.0648367404937744, 2.1694118976593018, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.0648367404937744, 1.5245317220687866, 1.785969614982605, 1.9951199293136597, 1.960261583328247, 2.0996949672698975, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.6639652252197266, 2.2216994762420654, 2.3437037467956543, 0.7227887511253357, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.646536111831665, 0.7576471567153931, 0.2522004544734955, 0.9667974710464478, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.6879304051399231, 1.1062309741973877, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.3676689863204956, 0.9145098924636841, 0.14762529730796814, -0.009237446822226048, -0.2881045341491699, 0.33934640884399414, 0.6182135939598083, -0.18352937698364258, -0.532113254070282, -0.09638340771198273, -0.9504139423370361, -0.3055337369441986, -0.27067533135414124, -1.0724183320999146, 0.5310676693916321, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.082265853881836, 1.8208279609680176, 1.4373857975006104, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.0648367404937744, 1.960261583328247, 1.8382571935653687, 1.942832350730896, 2.204270124435425, 2.1694118976593018, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8622223138809204, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.1410894393920898, 0.7227887511253357, 1.2630938291549683, 1.4373857975006104, 0.30448800325393677, 0.2173420637845993, 0.827363908290863, 0.7750763297080994, 0.600784420967102, 1.071372628211975, 1.611677646636963, 1.1933770179748535, 1.2630938291549683, 1.8208279609680176, 1.5245317220687866, 1.0190850496292114, 0.9667974710464478, -0.20095856487751007, -0.41010889410972595, 1.3502397537231445, -0.7761220335960388, -0.3229629397392273, 1.332810640335083, 0.42649248242378235, 0.9493682980537415, -0.9678431153297424, -0.5146840810775757, -0.5844008326530457, -0.4623964726924896, -0.601830005645752, 0.5310676693916321, 1.803398847579956, 2.204270124435425, 2.0996949672698975, 2.117124319076538, 1.942832350730896, 2.117124319076538, 1.9776906967163086, 1.9776906967163086, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0125491619110107, 1.6813944578170776, 1.8905447721481323, 2.117124319076538, 1.785969614982605, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 1.0190850496292114, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.8905447721481323, 0.478780061006546, 0.8796514868736267, 0.670501172542572, 0.6530719995498657, 0.8622223138809204, 0.32191720604896545, 0.7227887511253357, 0.8099347352981567, 0.5833552479743958, 0.8622223138809204, 1.3850982189178467, 0.984226644039154, 1.2282354831695557, 1.925403118133545, 1.8556864261627197, 1.472244143486023, 0.9493682980537415, -0.4798256754875183, -0.619259238243103, 0.28705883026123047, -1.089847445487976, -0.3055337369441986, 2.1868410110473633, 1.7511112689971924, 0.8447931408882141, 0.6879304051399231, -0.8806971907615662, -0.6541175842285156, 0.07790851593017578, -0.8981263637542725, -0.9678431153297424, 0.6356428265571594, 2.308845281600952, 2.0648367404937744, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.8208279609680176, 1.8731155395507812, 1.6639652252197266, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0996949672698975, 1.785969614982605, 2.0299782752990723, 1.8731155395507812, 0.8796514868736267, 0.8796514868736267, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7925055623054504, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.8905447721481323, 0.42649248242378235, 0.8447931408882141, -0.42753809690475464, 1.5593900680541992, 0.8970807194709778, 0.6879304051399231, 0.827363908290863, 1.175947904586792, 0.8970807194709778, 0.8970807194709778, 1.1933770179748535, 0.7925055623054504, 1.1933770179748535, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 0.827363908290863, -0.1486709862947464, -0.1661001741886139, -0.8806971907615662, 1.2805230617523193, -1.1944226026535034, 1.4373857975006104, 1.925403118133545, 1.5768193006515503, 1.0190850496292114, 0.6879304051399231, -0.3403921127319336, -0.41010889410972595, 0.42649248242378235, -0.39267969131469727, -1.2292810678482056, 0.513638436794281, 2.1694118976593018, 1.7162528038024902, 1.4199565649032593, 1.4199565649032593, 0.8447931408882141, 1.925403118133545, 2.0996949672698975, 2.0996949672698975, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1694118976593018, 2.0996949672698975, 1.8382571935653687, 2.0299782752990723, 1.8905447721481323, 1.7511112689971924, 0.8099347352981567, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.513638436794281, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.629106879234314, 1.6813944578170776, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 0.600784420967102, 0.2347712516784668, -0.07895421981811523, 1.1933770179748535, 1.4025273323059082, 1.0365142822265625, 1.5245317220687866, 1.5071024894714355, 1.053943395614624, 1.1933770179748535, 1.315381407737732, 0.6530719995498657, 1.2108062505722046, 1.8905447721481323, 1.942832350730896, 1.960261583328247, 1.5071024894714355, 0.670501172542572, 0.8970807194709778, 0.16505448520183563, 0.7925055623054504, -0.7586928009986877, -0.619259238243103, 1.9776906967163086, 1.8731155395507812, 2.082265853881836, 1.803398847579956, 1.2805230617523193, 0.7925055623054504, 0.4962092638015747, 0.513638436794281, 0.513638436794281, -1.2641394138336182, 0.478780061006546, 1.768540382385254, 1.175947904586792, 1.768540382385254, 1.1062309741973877, 1.5942485332489014, 1.9776906967163086, 1.8731155395507812, 2.2565577030181885, 2.2914161682128906, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.2216994762420654, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 0.670501172542572, 0.9319390654563904, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.42649248242378235, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.0888018608093262, 1.175947904586792, 1.2630938291549683, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 0.5310676693916321, 0.9667974710464478, 0.6530719995498657, 1.2979521751403809, 1.4025273323059082, 0.9667974710464478, 1.489673376083374, 1.489673376083374, 1.0190850496292114, 1.332810640335083, 1.315381407737732, 0.6879304051399231, 1.158518671989441, 1.8731155395507812, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.5245317220687866, -0.23581695556640625, 1.629106879234314, 0.8622223138809204, 1.2108062505722046, -1.0375598669052124, 2.117124319076538, 1.8208279609680176, 2.1694118976593018, 2.2914161682128906, 2.1694118976593018, 2.0125491619110107, 1.8382571935653687, 0.7750763297080994, 0.6182135939598083, 0.8447931408882141, -1.246710181236267, 1.5071024894714355, 0.33934640884399414, 1.8556864261627197, 1.803398847579956, 1.4548149108886719, 1.785969614982605, 1.5593900680541992, 1.3502397537231445, 2.2565577030181885, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.1868410110473633, 1.8731155395507812, 1.8556864261627197, 2.047407388687134, 1.768540382385254, 0.6182135939598083, 0.8796514868736267, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.925403118133545, 1.0016558170318604, 1.5942485332489014, 0.7053595781326294, 1.4548149108886719, 0.984226644039154, 0.984226644039154, 1.3502397537231445, 1.4199565649032593, 0.670501172542572, 1.2282354831695557, 1.2456645965576172, 0.6356428265571594, 1.3502397537231445, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.942832350730896, 1.7511112689971924, 1.1236603260040283, 1.8208279609680176, 1.8382571935653687, 1.332810640335083, -1.176993489265442, 1.9079740047454834, 1.8731155395507812, 2.1868410110473633, 2.239128589630127, 2.2914161682128906, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.0016558170318604, 0.7402179837226868, 0.33934640884399414, -1.0724183320999146, 1.158518671989441, 1.2805230617523193, 1.0016558170318604, 1.6639652252197266, 1.5593900680541992, 0.9493682980537415, 1.0888018608093262, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.047407388687134, 1.9776906967163086, 1.7511112689971924, 0.9145098924636841, 0.7402179837226868, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.3742047846317291, 0.44392168521881104, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.5071024894714355, 1.3502397537231445, 1.332810640335083, 1.8382571935653687, 1.3676689863204956, 0.670501172542572, 0.6182135939598083, 0.9493682980537415, 0.4962092638015747, 1.175947904586792, 1.2630938291549683, 0.7576471567153931, 1.2979521751403809, 1.803398847579956, 1.8556864261627197, 1.925403118133545, 1.8382571935653687, 1.2630938291549683, -0.009237446822226048, 1.8731155395507812, 2.0996949672698975, 1.2979521751403809, -0.9504139423370361, 1.8905447721481323, 1.960261583328247, 2.2216994762420654, 2.239128589630127, 2.3437037467956543, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.0996949672698975, 0.8622223138809204, 0.8796514868736267, -1.403572916984558, 1.6988236904144287, 1.0190850496292114, 1.8382571935653687, 1.611677646636963, 1.4373857975006104, 0.984226644039154, 1.0016558170318604, 2.2565577030181885, 2.27398681640625, 2.3785619735717773, 2.395991325378418, 2.3262743949890137, 2.239128589630127, 2.1345534324645996, 1.960261583328247, 1.8731155395507812, 1.6988236904144287, 0.7576471567153931, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.4090631604194641, 0.5310676693916321, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.5942485332489014, 1.175947904586792, 1.2979521751403809, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 1.1062309741973877, 1.1062309741973877, 0.8099347352981567, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8905447721481323, 1.2456645965576172, 0.4613508880138397, 0.8622223138809204, 1.6639652252197266, 1.942832350730896, 1.0888018608093262, -0.8284096121788025, 2.047407388687134, 2.117124319076538, 2.239128589630127, 2.2565577030181885, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 1.5768193006515503, 0.7576471567153931, -0.1486709862947464, 0.7402179837226868, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.4199565649032593, 1.3676689863204956, 0.7053595781326294, 2.27398681640625, 2.308845281600952, 2.3437037467956543, 2.4134204387664795, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 1.9776906967163086, 1.9951199293136597, 1.942832350730896, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.44392168521881104, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.8970807194709778, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.7162528038024902, 1.5071024894714355, 1.1062309741973877, 1.7336820363998413, 1.8731155395507812, 1.6813944578170776, 0.5310676693916321, 0.35677558183670044, 0.5659260153770447, 0.8970807194709778, 0.7925055623054504, 1.053943395614624, 1.646536111831665, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 0.18248367309570312, -0.04409583657979965, -0.688975989818573, 0.8622223138809204, 1.5245317220687866, 0.7227887511253357, 1.3676689863204956, 2.1868410110473633, 2.0648367404937744, 2.2216994762420654, 2.1694118976593018, 2.239128589630127, 2.2565577030181885, 2.3262743949890137, 2.27398681640625, 2.2565577030181885, 1.7511112689971924, 1.942832350730896, 1.053943395614624, 0.7925055623054504, 1.960261583328247, 1.9951199293136597, 1.489673376083374, 0.7053595781326294, 1.158518671989441, 0.8970807194709778, 2.151982545852661, 2.27398681640625, 2.3437037467956543, 2.4134204387664795, 2.3785619735717773, 2.2914161682128906, 2.3437037467956543, 2.082265853881836, 2.117124319076538, 1.785969614982605, 1.053943395614624, 0.7402179837226868, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8208279609680176, 1.8731155395507812, 1.6813944578170776, 1.4373857975006104, 1.2979521751403809, 1.5419609546661377, 2.0125491619110107, 1.9951199293136597, 1.5419609546661377, -0.09638340771198273, 0.670501172542572, 0.984226644039154, 0.670501172542572, 1.4199565649032593, 1.8731155395507812, 2.0299782752990723, 1.9079740047454834, 2.0299782752990723, -0.1312417984008789, 0.1999128758907318, -0.619259238243103, 0.2347712516784668, 1.1062309741973877, 1.6988236904144287, 1.332810640335083, 2.1868410110473633, 2.0299782752990723, 2.3262743949890137, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.2216994762420654, 2.2565577030181885, 2.2216994762420654, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.611677646636963, 1.925403118133545, 1.9079740047454834, 1.489673376083374, 0.8796514868736267, 1.3502397537231445, 1.489673376083374, 1.8905447721481323, 2.308845281600952, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.2216994762420654, 2.204270124435425, 1.5768193006515503, 1.3502397537231445, 0.7053595781326294, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1410894393920898, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.472244143486023, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.803398847579956, 1.8208279609680176, 1.0016558170318604, 1.3676689863204956, 1.0190850496292114, 1.3502397537231445, 2.082265853881836, 2.047407388687134, 1.8556864261627197, 0.4613508880138397, 0.7227887511253357, 0.8796514868736267, 0.670501172542572, 1.5593900680541992, 1.8556864261627197, 2.047407388687134, 2.0299782752990723, 1.1062309741973877, 0.3916339874267578, 0.1999128758907318, -0.4623964726924896, -0.4798256754875183, 0.5484968423843384, 1.1236603260040283, 1.646536111831665, 2.0299782752990723, 2.047407388687134, 2.1345534324645996, 2.2216994762420654, 2.151982545852661, 1.8905447721481323, 2.204270124435425, 2.3437037467956543, 2.308845281600952, 2.151982545852661, 2.047407388687134, 2.082265853881836, 1.8905447721481323, 1.8208279609680176, 1.960261583328247, 1.785969614982605, 0.8447931408882141, 1.175947904586792, 1.3502397537231445, 1.942832350730896, 2.308845281600952, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.2565577030181885, 1.785969614982605, 1.5942485332489014, 0.7402179837226868, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.768540382385254, 1.175947904586792, 1.2630938291549683, 0.9667974710464478, 1.2805230617523193, 2.047407388687134, 2.0125491619110107, 1.5071024894714355, 1.1236603260040283, 0.600784420967102, 0.44392168521881104, 0.6879304051399231, 1.8556864261627197, 1.9079740047454834, 1.8208279609680176, 1.9776906967163086, 0.28705883026123047, -0.04409583657979965, 0.6356428265571594, -0.23581695556640625, -0.4972548484802246, 0.1999128758907318, 0.7925055623054504, 1.4548149108886719, 1.472244143486023, 1.7336820363998413, 2.204270124435425, 2.151982545852661, 2.117124319076538, 2.204270124435425, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.9079740047454834, 2.082265853881836, 1.7336820363998413, 0.5310676693916321, 1.0016558170318604, 1.3850982189178467, 2.0648367404937744, 2.308845281600952, 2.361132860183716, 2.395991325378418, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.2565577030181885, 1.8731155395507812, 1.8208279609680176, 0.6879304051399231, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.9667974710464478, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4548149108886719, 1.472244143486023, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.6988236904144287, 1.2979521751403809, 1.315381407737732, 0.9493682980537415, 1.4548149108886719, 2.047407388687134, 1.785969614982605, 1.1062309741973877, 1.4373857975006104, 0.4613508880138397, 0.4613508880138397, 1.4548149108886719, 1.8556864261627197, 2.204270124435425, 1.8556864261627197, 1.768540382385254, 0.30448800325393677, 0.06047932058572769, 0.827363908290863, -0.23581695556640625, 0.09533771127462387, -0.8981263637542725, 0.7925055623054504, 0.8447931408882141, 1.175947904586792, 2.082265853881836, 1.8382571935653687, 2.1694118976593018, 2.1694118976593018, 1.9951199293136597, 2.1868410110473633, 2.3437037467956543, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 2.1345534324645996, 1.175947904586792, 1.2979521751403809, 1.5768193006515503, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 1.8905447721481323, 1.6639652252197266, 0.7750763297080994, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.33934640884399414, 0.3916339874267578, 0.4613508880138397, 0.513638436794281, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.6988236904144287, 1.4373857975006104, 1.4025273323059082, 0.8796514868736267, 1.4025273323059082, 2.0299782752990723, 0.4090631604194641, 0.600784420967102, 1.4373857975006104, 1.071372628211975, 1.472244143486023, 1.472244143486023, 1.9079740047454834, 1.8382571935653687, 1.6988236904144287, 1.472244143486023, 0.02562093921005726, 0.07790851593017578, 0.5659260153770447, -0.41010889410972595, 0.6879304051399231, -0.6715468168258667, 0.07790851593017578, 1.071372628211975, 1.8556864261627197, 1.9776906967163086, 1.5071024894714355, 1.8731155395507812, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.308845281600952, 2.151982545852661, 2.2216994762420654, 2.1345534324645996, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.151982545852661, 2.151982545852661, 0.14762529730796814, 1.1410894393920898, 1.611677646636963, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 2.3262743949890137, 2.2914161682128906, 1.472244143486023, 1.768540382385254, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546], [0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.4373857975006104, 1.5071024894714355, 0.8796514868736267, 1.5245317220687866, 1.6813944578170776, -0.41010889410972595, -0.601830005645752, 0.9667974710464478, 1.472244143486023, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.8905447721481323, 1.489673376083374, 0.9667974710464478, -0.009237446822226048, -0.25324615836143494, 0.0430501289665699, 0.02562093921005726, 0.600784420967102, -0.1312417984008789, 0.4613508880138397, 0.6182135939598083, 1.2979521751403809, 1.2630938291549683, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 2.047407388687134, 2.3262743949890137, 2.2216994762420654, 2.27398681640625, 2.0648367404937744, 2.082265853881836, 2.2216994762420654, 1.9776906967163086, 2.151982545852661, 1.8731155395507812, 0.7227887511253357, 1.0190850496292114, 1.646536111831665, 1.942832350730896, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.308845281600952, 2.27398681640625, 1.803398847579956, 1.925403118133545, 0.600784420967102, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0016558170318604, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.489673376083374, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.611677646636963, 1.5768193006515503, 1.315381407737732, 1.472244143486023, 0.5659260153770447, 1.611677646636963, 1.5245317220687866, 0.11276690661907196, -0.23581695556640625, 0.06047932058572769, 1.8556864261627197, 0.33934640884399414, 1.8905447721481323, 1.942832350730896, 1.942832350730896, 1.4548149108886719, 1.053943395614624, 0.30448800325393677, 0.44392168521881104, 1.1062309741973877, 0.11276690661907196, 1.0016558170318604, 0.6356428265571594, -0.25324615836143494, 0.2173420637845993, 0.7750763297080994, 0.7925055623054504, 1.2282354831695557, 1.489673376083374, 1.611677646636963, 0.6530719995498657, 1.4025273323059082, 2.151982545852661, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.117124319076538, 2.27398681640625, 2.151982545852661, 1.7511112689971924, 2.082265853881836, 0.7750763297080994, 1.4199565649032593, 1.472244143486023, 1.8556864261627197, 2.308845281600952, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 1.960261583328247, 1.785969614982605, 0.6356428265571594, 0.7402179837226868, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.3742047846317291, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.785969614982605, 1.6813944578170776, 1.053943395614624, 1.315381407737732, 0.7750763297080994, 1.611677646636963, 1.1933770179748535, 0.09533771127462387, -1.1595642566680908, -0.23581695556640625, 1.646536111831665, 0.4613508880138397, 1.6988236904144287, 1.960261583328247, 1.8905447721481323, 1.6813944578170776, 1.071372628211975, 0.18248367309570312, 0.513638436794281, 1.2282354831695557, 0.18248367309570312, 0.600784420967102, 0.30448800325393677, -0.688975989818573, 0.6356428265571594, 0.8447931408882141, 1.332810640335083, 1.2282354831695557, 1.175947904586792, 1.5942485332489014, 1.0888018608093262, 1.942832350730896, 2.2565577030181885, 2.1694118976593018, 2.2914161682128906, 2.117124319076538, 2.082265853881836, 2.0648367404937744, 1.960261583328247, 1.9951199293136597, 2.0996949672698975, 1.803398847579956, 1.2979521751403809, 1.611677646636963, 1.960261583328247, 2.204270124435425, 2.2565577030181885, 2.3437037467956543, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.204270124435425, 2.0648367404937744, 1.472244143486023, 1.489673376083374, 0.6530719995498657, 0.7227887511253357, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747], [0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.35677558183670044, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, -0.37525051832199097, 1.158518671989441, 0.3742047846317291, 1.646536111831665, 1.0365142822265625, 0.02562093921005726, -0.026666639372706413, -0.39267969131469727, 0.1999128758907318, 0.3742047846317291, 1.785969614982605, 2.082265853881836, 1.8208279609680176, 1.629106879234314, 0.1999128758907318, 0.11276690661907196, 0.42649248242378235, 0.8970807194709778, 0.33934640884399414, 0.7925055623054504, 0.7750763297080994, -0.41010889410972595, -0.3229629397392273, 0.7925055623054504, 0.8796514868736267, 0.0430501289665699, 0.984226644039154, 1.489673376083374, 1.2456645965576172, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 1.9776906967163086, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.0125491619110107, 1.8905447721481323, 1.5419609546661377, 1.8556864261627197, 2.0299782752990723, 2.2216994762420654, 2.27398681640625, 2.308845281600952, 2.3785619735717773, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.0648367404937744, 1.472244143486023, 2.0648367404937744, 0.6530719995498657, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397], [0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, -1.0027015209197998, 1.158518671989441, 0.18248367309570312, 1.5419609546661377, 0.8099347352981567, 0.2696296274662018, 0.7576471567153931, 0.5659260153770447, 0.984226644039154, 0.5659260153770447, 1.7336820363998413, 2.0996949672698975, 1.7511112689971924, 1.646536111831665, 0.600784420967102, 0.16505448520183563, 0.28705883026123047, 0.6879304051399231, 0.4613508880138397, 0.7750763297080994, 1.1062309741973877, 0.3742047846317291, -0.619259238243103, 1.332810640335083, 0.44392168521881104, 1.1236603260040283, -0.1661001741886139, 0.7402179837226868, 0.600784420967102, 1.768540382385254, 2.0125491619110107, 2.117124319076538, 2.204270124435425, 2.239128589630127, 2.0996949672698975, 1.803398847579956, 1.8556864261627197, 2.0299782752990723, 1.803398847579956, 1.7511112689971924, 1.2979521751403809, 1.803398847579956, 1.8905447721481323, 2.27398681640625, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.308845281600952, 2.1868410110473633, 1.9776906967163086, 1.6813944578170776, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.30448800325393677, 0.4090631604194641, 0.4962092638015747, 0.4613508880138397, 0.5659260153770447, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, -0.20095856487751007, 1.1410894393920898, 0.9319390654563904, 1.3676689863204956, 1.315381407737732, 0.478780061006546, 0.30448800325393677, 0.7053595781326294, 1.2456645965576172, -0.1312417984008789, 1.1410894393920898, 2.082265853881836, 1.5071024894714355, 1.5071024894714355, 0.7402179837226868, 0.008191745728254318, 0.3742047846317291, 0.7925055623054504, 0.7576471567153931, 0.670501172542572, 1.315381407737732, 0.32191720604896545, -0.7064052224159241, 0.8970807194709778, 1.4548149108886719, 1.489673376083374, 1.3676689863204956, 0.2522004544734955, 1.2630938291549683, 1.1236603260040283, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.3262743949890137, 2.2216994762420654, 1.5768193006515503, 1.7336820363998413, 2.0125491619110107, 1.8382571935653687, 1.768540382385254, 0.8622223138809204, 1.646536111831665, 1.925403118133545, 2.3437037467956543, 2.151982545852661, 2.361132860183716, 2.395991325378418, 2.4134204387664795, 2.361132860183716, 2.3785619735717773, 2.3437037467956543, 2.239128589630127, 1.9951199293136597, 2.0299782752990723, 0.670501172542572, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.18248367309570312, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.4199565649032593, 1.646536111831665, 0.0430501289665699, 1.1236603260040283, 1.315381407737732, 1.6813944578170776, 1.7162528038024902, 0.2696296274662018, 0.7227887511253357, 1.0365142822265625, -0.4623964726924896, -0.4972548484802246, 0.6182135939598083, 2.151982545852661, 1.5942485332489014, 1.2456645965576172, 0.6530719995498657, -0.5495424270629883, 0.984226644039154, 0.5833552479743958, 0.600784420967102, 0.3916339874267578, 0.9493682980537415, 0.513638436794281, 0.09533771127462387, -0.3578213155269623, 0.4090631604194641, 1.315381407737732, 1.175947904586792, 0.7925055623054504, -0.06152502819895744, -0.20095856487751007, 1.2979521751403809, 1.925403118133545, 2.1345534324645996, 2.4134204387664795, 2.239128589630127, 1.6639652252197266, 1.768540382385254, 1.5245317220687866, 1.8208279609680176, 1.8208279609680176, 1.5768193006515503, 1.5071024894714355, 1.785969614982605, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.925403118133545, 1.6988236904144287, 2.047407388687134, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.4199565649032593, 1.629106879234314, 0.600784420967102, 1.2630938291549683, 1.315381407737732, 1.629106879234314, 1.7336820363998413, 0.478780061006546, 0.2173420637845993, 0.7402179837226868, -1.1421350240707397, -0.688975989818573, 1.2630938291549683, 2.047407388687134, 1.489673376083374, 0.7053595781326294, 1.0888018608093262, -0.3229629397392273, 0.5484968423843384, -0.39267969131469727, -0.21838775277137756, 0.5833552479743958, 1.2456645965576172, 0.600784420967102, 0.13019609451293945, -0.8806971907615662, 0.4962092638015747, 1.4199565649032593, -0.20095856487751007, -0.4798256754875183, -0.44496726989746094, -0.06152502819895744, 0.8796514868736267, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 1.646536111831665, 2.1345534324645996, 2.239128589630127, 2.0996949672698975, 1.7162528038024902, 2.1868410110473633, 1.1236603260040283, 1.7511112689971924, 2.3785619735717773, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.395991325378418, 2.4134204387664795, 2.395991325378418, 2.2914161682128906, 1.5593900680541992, 1.5071024894714355, 1.8731155395507812, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235], [0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.3916339874267578, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4025273323059082, 1.5245317220687866, 0.7925055623054504, 1.315381407737732, 1.3676689863204956, 1.6988236904144287, 1.6813944578170776, 0.33934640884399414, 0.2173420637845993, -0.7412636280059814, -0.5669716596603394, 0.4090631604194641, 1.8208279609680176, 2.1345534324645996, 1.5071024894714355, 1.2630938291549683, 0.5484968423843384, -0.601830005645752, 0.9667974710464478, 0.5310676693916321, -0.6541175842285156, 0.7402179837226868, 0.9493682980537415, 0.7576471567153931, 0.32191720604896545, -0.532113254070282, 0.3916339874267578, 0.670501172542572, -0.5669716596603394, 0.3742047846317291, -0.7064052224159241, 0.14762529730796814, 1.175947904586792, 1.5942485332489014, 1.1933770179748535, 2.1868410110473633, 2.1694118976593018, 1.768540382385254, 2.151982545852661, 2.27398681640625, 1.9951199293136597, 1.8382571935653687, 2.361132860183716, 1.9079740047454834, 1.6639652252197266, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.3437037467956543, 2.3785619735717773, 2.4134204387664795, 2.430849552154541, 2.3437037467956543, 1.8731155395507812, 1.8208279609680176, 1.3502397537231445, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.489673376083374, -0.11381260305643082, 1.2108062505722046, 1.6639652252197266, 1.803398847579956, 1.7511112689971924, 1.472244143486023, 0.2522004544734955, -0.7064052224159241, -1.7172983884811401, 0.7053595781326294, 2.0299782752990723, 2.239128589630127, 1.5245317220687866, 1.332810640335083, 1.3502397537231445, -0.3055337369441986, 0.513638436794281, 0.9145098924636841, -0.5146840810775757, 0.13019609451293945, 1.0190850496292114, 0.6530719995498657, 0.7750763297080994, -0.2881045341491699, 0.18248367309570312, -0.1312417984008789, -0.4623964726924896, -0.7935512065887451, -0.009237446822226048, 0.9319390654563904, 1.629106879234314, 1.4373857975006104, 1.611677646636963, 1.942832350730896, 1.6813944578170776, 1.8382571935653687, 1.6988236904144287, 2.0996949672698975, 2.0299782752990723, 2.0299782752990723, 2.308845281600952, 2.151982545852661, 1.768540382385254, 2.2914161682128906, 2.117124319076538, 2.0299782752990723, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 1.5942485332489014, 1.0365142822265625, 1.3676689863204956, 0.8796514868736267, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641], [0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.3916339874267578, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 0.4090631604194641, 1.158518671989441, 1.7336820363998413, 1.8208279609680176, 1.646536111831665, 1.611677646636963, 0.42649248242378235, 0.06047932058572769, -1.3512853384017944, 1.2805230617523193, 2.0648367404937744, 2.361132860183716, 1.4199565649032593, 1.3850982189178467, 1.071372628211975, 0.2173420637845993, 0.6356428265571594, 1.0016558170318604, -0.1312417984008789, 0.32191720604896545, 0.44392168521881104, 0.9319390654563904, 0.5833552479743958, -0.25324615836143494, -0.6715468168258667, -0.5844008326530457, 0.0430501289665699, -0.7238344550132751, -0.7238344550132751, 0.8099347352981567, 1.5245317220687866, 1.8208279609680176, 1.2456645965576172, 1.3850982189178467, 0.5833552479743958, 1.5942485332489014, 2.0125491619110107, 2.0125491619110107, 1.960261583328247, 1.611677646636963, 2.2216994762420654, 2.1868410110473633, 1.768540382385254, 1.8382571935653687, 2.2216994762420654, 2.3437037467956543, 2.361132860183716, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.361132860183716, 1.960261583328247, 1.8556864261627197, 1.1933770179748535, 1.1933770179748535, 0.600784420967102, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.3742047846317291, 0.44392168521881104, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, -0.44496726989746094, 1.158518671989441, 1.7336820363998413, 1.8556864261627197, 1.646536111831665, 1.6988236904144287, 0.7750763297080994, -0.07895421981811523, 0.7053595781326294, 0.7750763297080994, 1.8731155395507812, 2.239128589630127, 1.332810640335083, 0.2173420637845993, 0.670501172542572, 0.0430501289665699, 0.18248367309570312, 0.5484968423843384, 0.7227887511253357, -0.3229629397392273, 0.8796514868736267, 0.30448800325393677, 0.8796514868736267, -0.39267969131469727, 0.4090631604194641, 0.5833552479743958, -0.25324615836143494, 0.5833552479743958, -0.8806971907615662, 0.33934640884399414, 1.2979521751403809, 2.0996949672698975, 0.827363908290863, 0.827363908290863, -0.3055337369441986, 1.472244143486023, 1.8382571935653687, 1.6639652252197266, 1.2979521751403809, 1.2630938291549683, 2.0299782752990723, 2.0996949672698975, 1.7336820363998413, 1.6813944578170776, 2.2216994762420654, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.925403118133545, 2.0648367404937744, 0.5833552479743958, 0.7402179837226868, 0.35677558183670044, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5484968423843384, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.2805230617523193, 1.1933770179748535, -0.3403921127319336, 1.1410894393920898, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.7162528038024902, 0.7576471567153931, 0.14762529730796814, 0.7925055623054504, 0.11276690661907196, 1.8556864261627197, 2.1868410110473633, 1.472244143486023, 0.3742047846317291, 1.2805230617523193, 0.9145098924636841, 0.06047932058572769, 0.6879304051399231, 0.7925055623054504, -0.3055337369441986, 0.9667974710464478, 1.053943395614624, 0.7750763297080994, -0.3055337369441986, -0.18352937698364258, 0.2173420637845993, 1.0888018608093262, 0.7750763297080994, 0.6182135939598083, 1.053943395614624, 0.8622223138809204, 2.1868410110473633, 0.7576471567153931, 0.1999128758907318, -0.8981263637542725, 1.7336820363998413, 1.472244143486023, 1.332810640335083, 0.1999128758907318, 0.3916339874267578, 1.7162528038024902, 2.0648367404937744, 1.646536111831665, 0.9667974710464478, 2.308845281600952, 2.5005664825439453, 2.4482789039611816, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.785969614982605, 1.2108062505722046, -0.11381260305643082, -0.18352937698364258, 0.1999128758907318, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044], [0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.4090631604194641, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, -0.7935512065887451, 1.2456645965576172, 1.5071024894714355, 1.7336820363998413, 1.8731155395507812, 1.768540382385254, 0.600784420967102, -0.1661001741886139, 0.4962092638015747, 0.2347712516784668, 1.960261583328247, 1.9776906967163086, 1.2630938291549683, 0.2347712516784668, 1.4548149108886719, 1.6988236904144287, 1.3502397537231445, 1.0365142822265625, -0.5146840810775757, -0.18352937698364258, 0.5310676693916321, 1.5942485332489014, 0.7227887511253357, -0.026666639372706413, 0.11276690661907196, -0.07895421981811523, 1.1062309741973877, 0.6879304051399231, -0.009237446822226048, 1.3676689863204956, 1.7511112689971924, 2.0299782752990723, 1.9079740047454834, 0.6530719995498657, -0.06152502819895744, 1.8382571935653687, 1.7162528038024902, 1.4025273323059082, 1.768540382385254, 0.7053595781326294, 1.3676689863204956, 1.9079740047454834, 1.489673376083374, 0.8622223138809204, 2.204270124435425, 2.151982545852661, 2.4482789039611816, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.2565577030181885, 1.925403118133545, 1.803398847579956, 0.33934640884399414, 0.28705883026123047, 0.670501172542572, 0.6356428265571594, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641], [0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, -1.176993489265442, 1.2979521751403809, 1.489673376083374, 1.8382571935653687, 1.9079740047454834, 1.803398847579956, 0.6530719995498657, -0.09638340771198273, 0.30448800325393677, -0.06152502819895744, 2.047407388687134, 1.8905447721481323, 0.7576471567153931, 0.18248367309570312, 1.2456645965576172, 1.4199565649032593, 0.5833552479743958, 0.2522004544734955, -0.21838775277137756, 1.1236603260040283, 1.053943395614624, 1.4373857975006104, 0.984226644039154, 0.0430501289665699, 0.14762529730796814, 0.28705883026123047, 0.4962092638015747, 0.5310676693916321, 0.33934640884399414, 0.7576471567153931, 1.489673376083374, 1.8208279609680176, 2.151982545852661, 1.9951199293136597, 1.942832350730896, 2.0299782752990723, 1.768540382385254, 1.5942485332489014, 1.785969614982605, 1.2805230617523193, 1.7162528038024902, 2.0299782752990723, 1.2630938291549683, 0.6356428265571594, 2.0996949672698975, 1.925403118133545, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.3785619735717773, 2.2914161682128906, 1.9776906967163086, 1.9776906967163086, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.5659260153770447, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.42649248242378235, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1236603260040283, 1.175947904586792, -1.1595642566680908, 1.3502397537231445, 1.5071024894714355, 1.8556864261627197, 1.785969614982605, 1.6988236904144287, 0.8447931408882141, 0.8447931408882141, -0.42753809690475464, 0.07790851593017578, 2.0648367404937744, 1.9079740047454834, -0.04409583657979965, -0.688975989818573, 1.1933770179748535, 1.3676689863204956, -0.026666639372706413, -0.44496726989746094, 0.32191720604896545, 1.0365142822265625, 0.984226644039154, 1.6639652252197266, 2.0125491619110107, 1.0888018608093262, 0.7576471567153931, 1.2108062505722046, 0.2696296274662018, 0.18248367309570312, 0.44392168521881104, 0.16505448520183563, 0.8447931408882141, 0.984226644039154, 1.611677646636963, 1.8556864261627197, 2.151982545852661, 1.5768193006515503, 1.315381407737732, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.2456645965576172, 1.9951199293136597, 0.6879304051399231, -0.532113254070282, 1.8905447721481323, 1.629106879234314, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.3437037467956543, 2.239128589630127, 1.2630938291549683, 1.5071024894714355, 1.2805230617523193, 0.35677558183670044, 0.28705883026123047, 0.4962092638015747, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.13019609451293945, 0.1999128758907318, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, -0.8458387851715088, 1.2979521751403809, 1.6988236904144287, 1.8731155395507812, 1.7336820363998413, 1.071372628211975, 0.8099347352981567, -0.09638340771198273, -0.3229629397392273, -0.4623964726924896, 2.117124319076538, 1.768540382385254, 0.7053595781326294, -1.1072766780853271, 1.4199565649032593, 1.4199565649032593, -0.04409583657979965, -0.18352937698364258, 0.7227887511253357, 0.7402179837226868, 0.14762529730796814, 1.4548149108886719, 1.9776906967163086, 0.42649248242378235, 1.1410894393920898, 0.5484968423843384, -0.44496726989746094, -0.25324615836143494, -0.11381260305643082, 0.06047932058572769, 0.8796514868736267, 0.44392168521881104, 0.28705883026123047, -0.1661001741886139, 1.785969614982605, 0.11276690661907196, 1.2630938291549683, 1.2979521751403809, 0.8099347352981567, 0.7053595781326294, 1.2630938291549683, 1.9079740047454834, -0.1312417984008789, 1.2456645965576172, 1.611677646636963, 1.4025273323059082, -0.4798256754875183, 0.0430501289665699, 1.7336820363998413, 2.4134204387664795, 2.1694118976593018, 1.5245317220687866, 1.4373857975006104, 1.8382571935653687, 0.30448800325393677, 0.6356428265571594, 0.42649248242378235, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8796514868736267, -0.9678431153297424, 1.3676689863204956, 1.5419609546661377, 1.7336820363998413, 0.9319390654563904, 0.5833552479743958, 0.11276690661907196, 0.28705883026123047, 0.4613508880138397, 0.6182135939598083, 2.2914161682128906, 1.7511112689971924, 0.6356428265571594, -0.9329847693443298, 1.158518671989441, 1.4373857975006104, 0.2696296274662018, 0.7925055623054504, 0.7053595781326294, 0.18248367309570312, 0.33934640884399414, 1.7336820363998413, 1.611677646636963, 0.4090631604194641, 1.1236603260040283, 0.7750763297080994, 0.2696296274662018, 0.33934640884399414, 0.9319390654563904, 0.8099347352981567, 0.9493682980537415, -0.18352937698364258, -0.601830005645752, -0.4623964726924896, 0.0430501289665699, 1.053943395614624, 0.9145098924636841, 1.5245317220687866, 1.1933770179748535, 0.8970807194709778, 1.1933770179748535, 1.2805230617523193, -0.8458387851715088, 1.5245317220687866, 0.478780061006546, -0.41010889410972595, -0.27067533135414124, 0.008191745728254318, 1.4199565649032593, 2.27398681640625, 1.8905447721481323, 0.7227887511253357, 1.8905447721481323, 0.7750763297080994, -0.25324615836143494, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.35677558183670044, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, -0.42753809690475464, 1.3502397537231445, 1.611677646636963, 1.803398847579956, 0.7750763297080994, 1.2456645965576172, 0.35677558183670044, 0.3742047846317291, 0.07790851593017578, 1.2282354831695557, 2.117124319076538, 1.785969614982605, 0.8796514868736267, -1.2292810678482056, 1.4025273323059082, 1.071372628211975, 0.6530719995498657, 0.13019609451293945, 0.13019609451293945, 0.4613508880138397, 1.2630938291549683, 1.7336820363998413, 1.7511112689971924, 0.5484968423843384, 1.3676689863204956, 1.332810640335083, 0.5484968423843384, 1.1410894393920898, 0.28705883026123047, 1.3676689863204956, 1.315381407737732, -0.8109803795814514, -0.9678431153297424, -1.2641394138336182, -0.9504139423370361, 1.1062309741973877, 0.7750763297080994, 1.158518671989441, 1.9079740047454834, 1.472244143486023, 1.3676689863204956, 1.1236603260040283, -0.9504139423370361, 1.3850982189178467, 0.9667974710464478, 0.008191745728254318, 0.02562093921005726, 0.2173420637845993, 0.9319390654563904, 1.646536111831665, 0.4090631604194641, 1.489673376083374, 2.1345534324645996, 1.053943395614624, 0.7402179837226868, 0.2696296274662018, 0.5484968423843384, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.44392168521881104, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.827363908290863, 0.7227887511253357, 0.06047932058572769, 1.2108062505722046, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.4373857975006104, 0.600784420967102, 0.2173420637845993, -0.5495424270629883, 1.5942485332489014, 2.204270124435425, 1.8556864261627197, 1.175947904586792, -1.1247059106826782, 1.472244143486023, 0.6879304051399231, 1.4025273323059082, 0.35677558183670044, 0.5310676693916321, 0.5484968423843384, 1.472244143486023, 1.0888018608093262, 1.5593900680541992, 0.8099347352981567, 1.158518671989441, 0.7402179837226868, 0.9319390654563904, 0.478780061006546, 1.1236603260040283, 0.6356428265571594, -0.8632679581642151, 0.008191745728254318, 0.14762529730796814, -0.1661001741886139, -1.089847445487976, -0.44496726989746094, 0.28705883026123047, 0.9667974710464478, 1.768540382385254, 1.5245317220687866, 1.2805230617523193, 0.06047932058572769, -0.41010889410972595, 1.6813944578170776, 1.4199565649032593, 0.008191745728254318, 0.02562093921005726, 0.6879304051399231, 1.158518671989441, 0.8099347352981567, 1.4548149108886719, 1.629106879234314, 1.6813944578170776, 1.2282354831695557, -0.2881045341491699, 0.3742047846317291, 0.4613508880138397, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.6530719995498657, 0.5833552479743958, 1.158518671989441, 1.5419609546661377, 1.942832350730896, 1.768540382385254, 1.4373857975006104, 0.670501172542572, 0.06047932058572769, 0.44392168521881104, 1.3502397537231445, 1.9776906967163086, 1.8905447721481323, 1.053943395614624, -0.4798256754875183, 1.4548149108886719, 1.3502397537231445, 1.6639652252197266, 0.6879304051399231, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 2.0996949672698975, 0.2173420637845993, 0.3742047846317291, 1.1410894393920898, 1.053943395614624, 1.1410894393920898, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, 0.7925055623054504, -0.09638340771198273, 0.2522004544734955, -0.3578213155269623, -1.1072766780853271, -0.9329847693443298, 0.7227887511253357, 1.0190850496292114, 1.8208279609680176, 1.2979521751403809, 1.2108062505722046, -0.27067533135414124, -0.688975989818573, 1.0365142822265625, 1.646536111831665, 0.7925055623054504, -0.3055337369441986, 1.0016558170318604, 1.3850982189178467, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 2.117124319076538, 1.2805230617523193, 0.32191720604896545, 0.3916339874267578, -0.06152502819895744, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641], [0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.30448800325393677, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.785969614982605, 1.5942485332489014, 0.5659260153770447, 0.8622223138809204, 1.071372628211975, 1.8208279609680176, 1.9776906967163086, 1.5942485332489014, 0.7402179837226868, -0.11381260305643082, 1.3502397537231445, 1.5245317220687866, 1.3850982189178467, 1.0888018608093262, 0.7925055623054504, 1.4199565649032593, 1.2108062505722046, 2.047407388687134, 0.9493682980537415, 0.9667974710464478, 1.158518671989441, -0.20095856487751007, 0.9493682980537415, 1.053943395614624, 0.4613508880138397, -0.20095856487751007, -0.06152502819895744, 0.09533771127462387, 0.3916339874267578, -0.09638340771198273, -0.6366884112358093, -0.3403921127319336, -0.8284096121788025, 0.18248367309570312, 1.5419609546661377, 2.0299782752990723, 1.0190850496292114, -0.4798256754875183, -0.37525051832199097, 0.5484968423843384, 0.7925055623054504, 0.3916339874267578, -0.009237446822226048, 0.9667974710464478, 1.5768193006515503, 1.1236603260040283, 0.478780061006546, 0.8447931408882141, -0.009237446822226048, 0.9667974710464478, 1.1933770179748535, 0.02562093921005726, 0.06047932058572769, 0.5659260153770447, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.6182135939598083, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.4090631604194641, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 1.3850982189178467, 1.646536111831665, 1.960261583328247, 1.7162528038024902, 1.5593900680541992, 0.8447931408882141, 0.5659260153770447, 1.5071024894714355, 1.629106879234314, 1.9079740047454834, 1.5942485332489014, 0.7576471567153931, -0.3578213155269623, 1.5419609546661377, 1.472244143486023, 1.1410894393920898, 1.158518671989441, 0.4613508880138397, 1.4548149108886719, 1.629106879234314, 1.5071024894714355, 0.478780061006546, 1.0190850496292114, 1.0365142822265625, 0.35677558183670044, 0.30448800325393677, 1.2108062505722046, 0.3916339874267578, 0.11276690661907196, -0.4972548484802246, 0.8099347352981567, 0.513638436794281, 0.8622223138809204, -1.1072766780853271, -0.20095856487751007, -1.0549890995025635, -0.4972548484802246, 1.0888018608093262, 1.9079740047454834, 1.1410894393920898, 0.07790851593017578, 0.4090631604194641, 0.8447931408882141, 0.06047932058572769, 0.7925055623054504, 0.33934640884399414, 1.2456645965576172, 1.785969614982605, 1.5245317220687866, -0.18352937698364258, -0.1661001741886139, -0.3578213155269623, -0.5669716596603394, 1.4025273323059082, 1.7511112689971924, 0.3916339874267578, 0.5484968423843384, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235], [0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.513638436794281, 0.4613508880138397, 0.7053595781326294, 1.4025273323059082, 1.7511112689971924, 1.9079740047454834, 1.803398847579956, 1.6813944578170776, 1.1933770179748535, 0.7750763297080994, 1.6639652252197266, 1.768540382385254, 1.8905447721481323, 1.5245317220687866, 0.35677558183670044, 0.008191745728254318, 1.5942485332489014, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 1.071372628211975, 0.7925055623054504, 1.158518671989441, 1.2805230617523193, -0.25324615836143494, 1.5419609546661377, 0.8099347352981567, 0.44392168521881104, 0.4962092638015747, 0.18248367309570312, -0.11381260305643082, 0.42649248242378235, -0.3403921127319336, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, 0.18248367309570312, -0.3055337369441986, 0.8099347352981567, -0.39267969131469727, 1.2630938291549683, 0.6182135939598083, 0.8622223138809204, -0.42753809690475464, 0.2347712516784668, 1.315381407737732, 1.1062309741973877, 1.4373857975006104, 1.3850982189178467, 1.9776906967163086, 1.9951199293136597, 1.7162528038024902, -1.1072766780853271, -0.6541175842285156, 0.8099347352981567, 0.7750763297080994, 1.2282354831695557, 1.9776906967163086, 1.4025273323059082, 0.478780061006546, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235], [0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.30448800325393677, 0.6182135939598083, 1.2979521751403809, 1.6639652252197266, 1.8382571935653687, 1.8208279609680176, 1.2805230617523193, 0.14762529730796814, 1.053943395614624, 1.6988236904144287, 1.8905447721481323, 1.7511112689971924, 1.0190850496292114, -0.532113254070282, -0.7064052224159241, 1.2282354831695557, 1.053943395614624, 1.158518671989441, 0.7925055623054504, 0.5310676693916321, 0.7576471567153931, 0.18248367309570312, 0.6879304051399231, -0.1312417984008789, 1.4548149108886719, 1.611677646636963, 0.42649248242378235, 1.158518671989441, 1.0190850496292114, 1.2979521751403809, 0.13019609451293945, 1.0888018608093262, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 0.7750763297080994, -0.8806971907615662, 0.7576471567153931, -0.1486709862947464, 1.315381407737732, -0.11381260305643082, -0.42753809690475464, -0.4623964726924896, 1.0365142822265625, 0.478780061006546, 0.6530719995498657, 0.9493682980537415, 1.768540382385254, 1.1236603260040283, 1.7336820363998413, 2.0125491619110107, -1.333856225013733, 1.332810640335083, 1.0888018608093262, 0.5659260153770447, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.16505448520183563, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.16505448520183563, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.4090631604194641, 0.35677558183670044, 0.33934640884399414, 0.2522004544734955, 0.2347712516784668, 0.600784420967102, 1.5071024894714355, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.1062309741973877, 0.6356428265571594, 1.2456645965576172, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 0.11276690661907196, 0.07790851593017578, -0.5669716596603394, 1.3850982189178467, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.5310676693916321, 1.1236603260040283, 0.7227887511253357, 0.33934640884399414, 0.4090631604194641, 1.2979521751403809, 1.1062309741973877, 1.2979521751403809, 0.7925055623054504, 1.071372628211975, 1.2108062505722046, 0.3742047846317291, 1.4548149108886719, 1.175947904586792, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, -0.6541175842285156, -0.1312417984008789, 0.478780061006546, 0.33934640884399414, 1.0190850496292114, -0.23581695556640625, -0.4623964726924896, 0.8970807194709778, 0.4613508880138397, 0.5310676693916321, -0.23581695556640625, 0.07790851593017578, 0.9145098924636841, 1.5593900680541992, 1.646536111831665, -0.5844008326530457, 1.1062309741973877, 0.6879304051399231, 0.8622223138809204, 1.2805230617523193, 1.646536111831665, 1.3850982189178467, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.670501172542572, 1.332810640335083, 1.646536111831665, 1.8556864261627197, 1.8208279609680176, 0.7227887511253357, 0.9493682980537415, 1.3676689863204956, 1.768540382385254, 1.5593900680541992, 1.611677646636963, -1.0375598669052124, -0.009237446822226048, -0.5146840810775757, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 1.1410894393920898, 1.3850982189178467, 0.7402179837226868, 0.670501172542572, -0.42753809690475464, 0.06047932058572769, 1.5942485332489014, 1.315381407737732, 0.7925055623054504, 0.06047932058572769, 0.0430501289665699, 1.053943395614624, 0.1999128758907318, 1.4373857975006104, 1.611677646636963, 1.4199565649032593, 1.5245317220687866, 1.3502397537231445, -0.7935512065887451, -0.39267969131469727, 0.8796514868736267, 0.3742047846317291, 0.5833552479743958, -0.1661001741886139, -1.3512853384017944, 0.1999128758907318, 0.0430501289665699, 0.600784420967102, -0.3403921127319336, 0.7227887511253357, 1.2108062505722046, 1.2630938291549683, 1.7511112689971924, -0.8458387851715088, 0.7227887511253357, 0.6879304051399231, 0.2696296274662018, 1.5942485332489014, 1.646536111831665, 1.472244143486023, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.4962092638015747, 0.4613508880138397, 0.478780061006546], [0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.4962092638015747, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.14762529730796814, 0.16505448520183563, 0.7402179837226868, 1.489673376083374, 1.6639652252197266, 1.8382571935653687, 1.768540382385254, 0.44392168521881104, 0.6879304051399231, 1.5245317220687866, 1.8556864261627197, 1.925403118133545, 1.4199565649032593, 0.2696296274662018, -0.009237446822226048, -0.2881045341491699, 1.4373857975006104, 1.2282354831695557, 0.478780061006546, 0.5659260153770447, 0.7053595781326294, 1.2630938291549683, 0.7053595781326294, 0.13019609451293945, 0.8099347352981567, 1.8382571935653687, 1.3502397537231445, 1.1410894393920898, 0.827363908290863, 0.0430501289665699, 0.8796514868736267, 0.28705883026123047, 1.332810640335083, 1.4025273323059082, 1.7162528038024902, 1.2979521751403809, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, -0.04409583657979965, -0.09638340771198273, -0.42753809690475464, 0.2522004544734955, -1.5430065393447876, 1.0016558170318604, 0.7402179837226868, 0.30448800325393677, 0.0430501289665699, -0.09638340771198273, 1.3502397537231445, 1.5593900680541992, 1.942832350730896, -1.490718960762024, 0.28705883026123047, 0.7053595781326294, 0.4613508880138397, 1.7162528038024902, 1.1410894393920898, 0.7053595781326294, 0.600784420967102, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.4613508880138397, 0.478780061006546]]]]} 2026-04-16 20:34:15.787 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[[[0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925], [0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3070467710494995, 1.2385478019714355, 1.18717360496521, 1.2042982578277588, 1.1529240608215332, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.1529240608215332], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.18717360496521], [0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.255672574043274], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.6152924299240112, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5706825256347656, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.324171543121338], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.3584210872650146], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2385478019714355, 1.255672574043274, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914], [0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298], [0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496], [0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.2684305012226105, 0.2281874716281891, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.2281874716281891, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5193082690238953, 0.41655975580215454, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.7992978096008301, -0.645175039768219, -0.3883037567138672, -0.19993148744106293, -0.1143077164888382, 0.03981505334377289, 0.3138112425804138, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112], [-1.3130404949188232, -0.9534205794334412, -0.8506720662117004, -0.7992978096008301, -0.4568027853965759, -0.30267998576164246, -0.2684305012226105, -0.2684305012226105, -0.045808710157871246, 0.29668647050857544, 0.39943498373031616, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-1.6384108066558838, -1.3815394639968872, -1.2445415258407593, -1.141792893409729, -1.141792893409729, -1.0561691522598267, -1.261666178703308, -1.3130404949188232, -1.1760424375534058, -1.227416753768921, -0.9534205794334412, -0.21705622971057892, 0.056939806789159775, 0.43368449807167053, 0.622056782245636, 0.4508092403411865, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-0.9191710948944092, -0.8849216103553772, -1.0561691522598267, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -2.1179039478302, -2.0665295124053955, -1.878157377243042, -1.1760424375534058, -0.6794245839118958, -0.3883037567138672, -0.2684305012226105, 0.26243698596954346, 0.3651854991912842, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9362958669662476, -0.8506720662117004, -0.7136740684509277, -0.7307988405227661, -1.02191960811615, -1.1931672096252441, -1.878157377243042, -1.6897850036621094, -0.5081770420074463, -0.16568197309970856, 0.056939806789159775, 0.17681321501731873, 0.2281874716281891, 0.41655975580215454, 0.3138112425804138, 0.39943498373031616, 0.3480607271194458, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9534205794334412, -0.9705453515052795, -0.9362958669662476, -0.7650483250617981, -0.6794245839118958, -0.7992978096008301, -1.0047948360443115, -1.1760424375534058, -0.9876701235771179, -0.40542852878570557, -0.06293346732854843, 0.03981505334377289, 0.2281874716281891, 0.3651854991912842, 0.4679340124130249, 0.3309359848499298, 0.2110627144575119, 0.29668647050857544, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.41655975580215454, 0.5364330410957336, 0.587807297706604, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1075434684753418, -1.0390443801879883, -1.0390443801879883, -0.9362958669662476, -0.7307988405227661, -0.9534205794334412, -1.415789008140564, -1.672660231590271, -1.8439078330993652, -1.5185375213623047, -0.7992978096008301, -0.3540542721748352, -0.02868395671248436, 0.10831420123577118, 0.27956172823905945, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1931672096252441, -1.1246682405471802, -1.0904186964035034, -1.02191960811615, -1.227416753768921, -1.5014127492904663, -2.1179039478302, -2.01515531539917, -2.1007792949676514, -1.758284091949463, -1.2787909507751465, -0.9705453515052795, -0.8164225816726685, -0.43967801332473755, -0.14855723083019257, 0.0740646943449974, 0.2110627144575119, 0.3138112425804138, 0.3480607271194458, 0.29668647050857544, 0.15968845784664154, 0.2110627144575119, -0.011559205129742622, 0.26243698596954346, 0.5364330410957336, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.718040943145752], [-1.672660231590271, -1.3815394639968872, -1.3301652669906616, -1.2445415258407593, -1.3986642360687256, -1.9295315742492676, -2.032280206680298, -1.9809058904647827, -0.9876701235771179, -0.576676070690155, -0.4568027853965759, -0.42255327105522156, -0.610925555229187, -0.8164225816726685, -0.7821730971336365, -0.6280503273010254, -0.5081770420074463, -1.0047948360443115, -1.3472900390625, -0.5938007831573486, -0.02868395671248436, 0.2281874716281891, 0.03981505334377289, -0.21705622971057892, 0.14256370067596436, 0.5364330410957336, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.15968845784664154, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008], [-2.1179039478302, -1.9295315742492676, -1.672660231590271, -1.4500385522842407, -1.7411593198776245, -2.1007792949676514, -2.1179039478302, -1.227416753768921, -0.7992978096008301, -0.7136740684509277, -0.5253018140792847, -0.40542852878570557, -0.2341809868812561, -0.2341809868812561, -0.4568027853965759, -0.8849216103553772, -1.415789008140564, -2.1179039478302, -1.073293924331665, -0.1143077164888382, 0.3309359848499298, 0.6049320101737976, 0.7076805233955383, 0.6049320101737976, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.9124068021774292, -2.032280206680298, -1.946656346321106, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -1.9980305433273315, -0.8849216103553772, -0.7136740684509277, -0.6622998118400574, -0.610925555229187, -0.5081770420074463, -0.3883037567138672, -0.28555524349212646, -0.18280673027038574, -0.21705622971057892, -0.40542852878570557, -1.227416753768921, -1.141792893409729, -0.2341809868812561, 0.091189444065094, 0.3651854991912842, 0.622056782245636, 0.7761795520782471, 0.6391815543174744, 0.41655975580215454, 0.3138112425804138, 0.38231024146080017, 0.5535577535629272, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.4611696004867554, 0.9474270939826965, 1.4269200563430786, 1.63241708278656, 1.718040943145752, 1.7351655960083008, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.7522903680801392, 1.718040943145752, 1.6666666269302368, 1.6495418548583984, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.8952820301055908, -2.1007792949676514, -2.1007792949676514, -2.1179039478302, -2.1179039478302, -1.946656346321106, -1.672660231590271, -1.02191960811615, -0.9191710948944092, -0.7821730971336365, -0.6965492963790894, -0.5938007831573486, -0.5253018140792847, -0.5253018140792847, -0.5081770420074463, -0.5938007831573486, -0.610925555229187, -0.8849216103553772, -1.3986642360687256, -0.9705453515052795, -0.4910522699356079, -0.1143077164888382, 0.2110627144575119, 0.4508092403411865, 0.38231024146080017, 0.10831420123577118, 0.10831420123577118, 0.3651854991912842, 0.41655975580215454, 0.5535577535629272, 0.622056782245636, 0.5193082690238953, 0.6049320101737976, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.6666666269302368, 1.18717360496521, 0.7933043241500854, 0.9816765785217285, 0.5193082690238953, 1.718040943145752, 1.7694151401519775, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.2727973461151123, 1.0673003196716309, 1.4782943725585938, 1.6837913990020752, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [-0.9191710948944092, -1.4671632051467896, -1.3644146919250488, -1.3986642360687256, -1.6897850036621094, -2.01515531539917, -2.0494048595428467, -1.6384108066558838, -1.3301652669906616, -1.0561691522598267, -0.9534205794334412, -0.8164225816726685, -0.7479235529899597, -0.7479235529899597, -0.7136740684509277, -0.9705453515052795, -1.946656346321106, -2.032280206680298, -2.0494048595428467, -2.1179039478302, -1.7754088640213013, -1.1075434684753418, -0.576676070690155, -0.21705622971057892, 0.02269030176103115, -0.02868395671248436, -0.21705622971057892, -0.08005820959806442, 0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.41655975580215454, 0.5193082690238953, 0.622056782245636, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.5981676578521729, 1.444044828414917, 1.101549744606018, 0.7590547800064087, 0.5535577535629272, 0.41655975580215454, 0.43368449807167053, -0.045808710157871246, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.4269200563430786, 0.9303023219108582, -0.045808710157871246, 0.17681321501731873, 1.3412963151931763, 1.6837913990020752, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [0.7076805233955383, -0.7650483250617981, -1.484287977218628, -1.3301652669906616, -1.5870364904403687, -1.5527870655059814, -2.0494048595428467, -2.1007792949676514, -1.946656346321106, -1.5185375213623047, -1.2102919816970825, -1.1760424375534058, -0.9705453515052795, -0.9534205794334412, -0.9191710948944092, -1.4671632051467896, -2.1179039478302, -2.0494048595428467, -1.7069097757339478, -0.8164225816726685, -0.43967801332473755, -0.3369295001029968, -0.4739275276660919, -0.645175039768219, -0.6622998118400574, -0.3369295001029968, -0.19993148744106293, -0.7992978096008301, -1.0904186964035034, -0.4568027853965759, -0.045808710157871246, -0.045808710157871246, -0.045808710157871246, -0.14855723083019257, 0.2281874716281891, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.6495418548583984, 1.2385478019714355, 0.5535577535629272, 0.9474270939826965, 0.7076805233955383, -0.16568197309970856, 0.056939806789159775, -0.2341809868812561, -0.28555524349212646, -0.40542852878570557, 0.8789280652999878, 1.4269200563430786, 1.2899221181869507, 1.4782943725585938, 1.5810428857803345, 0.7076805233955383, -0.011559205129742622, -0.645175039768219, -0.18280673027038574, 0.8618032932281494, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775], [1.6152924299240112, 0.6391815543174744, -1.758284091949463, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.7411593198776245, -1.3472900390625, -1.4671632051467896, -1.758284091949463, -1.9637811183929443, -1.604161262512207, -1.1589176654815674, -1.073293924331665, -1.2787909507751465, -1.758284091949463, -2.032280206680298, -1.9809058904647827, -0.8677968382835388, -0.40542852878570557, -0.2513057291507721, -0.1143077164888382, 0.056939806789159775, 0.03981505334377289, -0.3540542721748352, -0.9534205794334412, -1.4500385522842407, -1.7754088640213013, -1.8952820301055908, -1.5185375213623047, -1.1246682405471802, -0.31980475783348083, 0.0740646943449974, -0.2513057291507721, -0.19993148744106293, 0.27956172823905945, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.718040943145752, 1.1529240608215332, -0.3540542721748352, 0.03981505334377289, 0.17681321501731873, -0.4910522699356079, -0.2684305012226105, -0.7479235529899597, -0.7136740684509277, -0.5595512986183167, 0.587807297706604, 1.2727973461151123, 1.101549744606018, 1.18717360496521, 0.9303023219108582, 0.3309359848499298, -0.7307988405227661, -0.7650483250617981, -0.5253018140792847, 0.8789280652999878, 1.8550388813018799, 1.786539912223816, 1.786539912223816, 1.7694151401519775], [1.6837913990020752, 1.4782943725585938, 0.5021834969520569, -1.3301652669906616, -1.9809058904647827, -2.0494048595428467, -2.1179039478302, -1.878157377243042, -1.484287977218628, -1.261666178703308, -1.5185375213623047, -1.9980305433273315, -1.8439078330993652, -1.5014127492904663, -1.5527870655059814, -1.9809058904647827, -2.1179039478302, -1.3986642360687256, -0.6965492963790894, -0.5424265265464783, -0.4568027853965759, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.056939806789159775, 0.03981505334377289, -0.5081770420074463, -1.3130404949188232, -1.672660231590271, -0.9020463228225708, -0.6622998118400574, -0.6622998118400574, -0.08005820959806442, 0.5364330410957336, 0.43368449807167053, 0.26243698596954346, 0.5021834969520569, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6837913990020752, 1.7009161710739136, 1.6495418548583984, 0.056939806789159775, -0.645175039768219, -0.7136740684509277, -0.43967801332473755, -0.645175039768219, -0.42255327105522156, -0.6965492963790894, -0.7821730971336365, -0.5595512986183167, 0.27956172823905945, 1.0501755475997925, 0.5535577535629272, 1.1700488328933716, 0.17681321501731873, -0.1143077164888382, -0.8335473537445068, -0.7821730971336365, -0.7307988405227661, 0.4850587546825409, 1.718040943145752, 1.786539912223816, 1.786539912223816, 1.786539912223816], [0.9303023219108582, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 0.5021834969520569, -0.8164225816726685, -1.5699117183685303, -2.01515531539917, -2.1179039478302, -1.8267830610275269, -1.7754088640213013, -2.01515531539917, -1.9295315742492676, -1.8267830610275269, -1.7411593198776245, -1.946656346321106, -1.9809058904647827, -0.9362958669662476, -0.9020463228225708, -0.6965492963790894, -0.5424265265464783, -0.40542852878570557, -0.31980475783348083, -0.3540542721748352, -0.14855723083019257, -0.08005820959806442, -0.06293346732854843, -0.06293346732854843, -0.5938007831573486, -1.4329137802124023, -1.4500385522842407, -1.1246682405471802, -0.9534205794334412, -0.16568197309970856, 0.41655975580215454, 0.5535577535629272, 0.38231024146080017, 0.3651854991912842, 0.5364330410957336, 0.622056782245636, 0.6391815543174744, 0.7419300675392151, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.5981676578521729, -0.045808710157871246, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.6622998118400574, -0.5081770420074463, -0.7307988405227661, -0.7136740684509277, -0.3711790144443512, -0.02868395671248436, 0.7590547800064087, 0.29668647050857544, 0.8618032932281494, -0.2684305012226105, -0.5081770420074463, -0.8506720662117004, -1.1075434684753418, -0.7992978096008301, -0.21705622971057892, 1.7009161710739136, 1.8207894563674927, 1.8207894563674927, 1.786539912223816], [0.587807297706604, 0.7076805233955383, 1.0673003196716309, 1.5810428857803345, 1.8036646842956543, 1.5296685695648193, 0.6734310388565063, -0.7992978096008301, -1.758284091949463, -1.9980305433273315, -2.01515531539917, -1.8610326051712036, -1.7754088640213013, -1.3644146919250488, -1.415789008140564, -1.6555355787277222, -1.8610326051712036, -1.2445415258407593, -0.9876701235771179, -0.9020463228225708, -0.7821730971336365, -0.6280503273010254, -0.5424265265464783, -0.4568027853965759, -0.3540542721748352, -0.40542852878570557, -0.5253018140792847, -0.6794245839118958, -0.7307988405227661, -1.0561691522598267, -1.6212860345840454, -1.5870364904403687, -1.484287977218628, -1.261666178703308, -0.6794245839118958, 0.0740646943449974, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.5706825256347656, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.0330508947372437, -0.7307988405227661, -1.073293924331665, -1.1075434684753418, -1.0390443801879883, -0.7650483250617981, -0.5424265265464783, -0.7821730971336365, -0.6794245839118958, -0.3540542721748352, 0.03981505334377289, 0.622056782245636, 0.29668647050857544, 0.3651854991912842, -0.19993148744106293, -0.645175039768219, -1.0904186964035034, -1.3301652669906616, -0.9362958669662476, -0.4739275276660919, 1.1186745166778564, 1.8207894563674927, 1.8207894563674927, 1.8036646842956543], [0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.7419300675392151, 0.8618032932281494, 1.6495418548583984, 1.906413197517395, 1.6152924299240112, 0.6905558109283447, -1.0561691522598267, -1.5870364904403687, -1.8439078330993652, -2.1179039478302, -1.878157377243042, -1.4500385522842407, -1.2959157228469849, -1.5527870655059814, -1.7411593198776245, -1.3986642360687256, -1.073293924331665, -0.9020463228225708, -0.8677968382835388, -0.8335473537445068, -0.610925555229187, -0.576676070690155, -0.610925555229187, -1.0390443801879883, -1.8439078330993652, -2.1179039478302, -1.9124068021774292, -1.4500385522842407, -1.0047948360443115, -1.0390443801879883, -1.1931672096252441, -0.9705453515052795, -0.645175039768219, -0.28555524349212646, 0.2281874716281891, 0.38231024146080017, 0.24531221389770508, 0.3480607271194458, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.5193082690238953, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5467933416366577, 0.02269030176103115, -1.0390443801879883, -1.1931672096252441, -1.141792893409729, -1.0561691522598267, -0.7650483250617981, -0.6794245839118958, -0.8164225816726685, -0.6794245839118958, -0.3883037567138672, -0.18280673027038574, 0.24531221389770508, 0.3480607271194458, -0.02868395671248436, -0.3540542721748352, -0.7821730971336365, -1.1931672096252441, -1.227416753768921, -1.141792893409729, -0.7136740684509277, 0.41655975580215454, 1.7009161710739136, 1.786539912223816, 1.8550388813018799], [0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 1.2042982578277588, 1.6152924299240112, 1.718040943145752, 0.7248052954673767, -1.2787909507751465, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.1007792949676514, -1.9809058904647827, -1.6384108066558838, -1.6897850036621094, -1.9809058904647827, -1.79253351688385, -1.3301652669906616, -1.1589176654815674, -0.9876701235771179, -0.8164225816726685, -0.7479235529899597, -0.7136740684509277, -1.7240345478057861, -2.1179039478302, -1.1589176654815674, -0.2341809868812561, 0.10831420123577118, 0.17681321501731873, -0.011559205129742622, -0.4910522699356079, -0.7479235529899597, -0.645175039768219, -0.5253018140792847, -0.6280503273010254, -1.0047948360443115, -1.0047948360443115, -0.4568027853965759, -0.02868395671248436, 0.056939806789159775, 0.10831420123577118, 0.38231024146080017, 0.7076805233955383, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.4611696004867554, 1.1529240608215332, 1.2385478019714355, 1.0159261226654053, 1.101549744606018, 0.24531221389770508, -0.7650483250617981, -1.1589176654815674, -1.2102919816970825, -1.3130404949188232, -1.0047948360443115, -0.8506720662117004, -0.7992978096008301, -0.7821730971336365, -0.7136740684509277, -0.645175039768219, -0.4910522699356079, -0.14855723083019257, 0.091189444065094, -0.13143247365951538, -0.5595512986183167, -0.9705453515052795, -1.2102919816970825, -1.1931672096252441, -1.1760424375534058, -1.1075434684753418, -0.7821730971336365, 1.63241708278656, 1.7351655960083008, 1.8550388813018799], [0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.8960528373718262, 1.2214230298995972, 1.2042982578277588, 0.39943498373031616, -0.7479235529899597, -1.6384108066558838, -1.758284091949463, -1.4329137802124023, -1.6897850036621094, -2.032280206680298, -1.9637811183929443, -2.0494048595428467, -1.9295315742492676, -1.7069097757339478, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -0.9534205794334412, -1.261666178703308, -2.032280206680298, -1.8096582889556885, -0.5081770420074463, -0.02868395671248436, 0.15968845784664154, 0.24531221389770508, 0.3309359848499298, 0.3138112425804138, -0.1143077164888382, -0.7992978096008301, -1.1931672096252441, -1.535662293434143, -1.8952820301055908, -1.2959157228469849, -0.09718296676874161, 0.41655975580215454, 0.41655975580215454, -0.08005820959806442, -0.31980475783348083, 0.4850587546825409, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.2042982578277588, 0.7248052954673767, 0.8789280652999878, 0.656306266784668, -0.28555524349212646, -1.02191960811615, -0.8164225816726685, -1.3815394639968872, -1.141792893409729, -1.1589176654815674, -1.3130404949188232, -0.9876701235771179, -0.7307988405227661, -0.7992978096008301, -0.8335473537445068, -0.8164225816726685, -0.7136740684509277, -0.610925555229187, -0.43967801332473755, -0.16568197309970856, -0.2341809868812561, -0.7136740684509277, -0.9876701235771179, -1.0904186964035034, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.8335473537445068, 0.4508092403411865, 1.8379141092300415, 1.786539912223816], [0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.3138112425804138, -1.3301652669906616, -1.7069097757339478, -1.6384108066558838, -1.5014127492904663, -1.672660231590271, -2.0494048595428467, -1.8952820301055908, -1.5527870655059814, -1.5014127492904663, -1.604161262512207, -1.5185375213623047, -1.4329137802124023, -1.6384108066558838, -1.9980305433273315, -1.1931672096252441, -0.3711790144443512, -0.08005820959806442, -0.011559205129742622, 0.02269030176103115, 0.091189444065094, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.3369295001029968, -1.1760424375534058, -1.3472900390625, -0.13143247365951538, 0.4850587546825409, 0.810429036617279, 0.9988013505935669, 1.0159261226654053, 0.6734310388565063, 0.38231024146080017, 0.622056782245636, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.1529240608215332, -0.2341809868812561, -1.227416753768921, 0.19393795728683472, -0.5081770420074463, -0.8677968382835388, -1.5014127492904663, -1.415789008140564, -1.3986642360687256, -1.1246682405471802, -1.0390443801879883, -1.2959157228469849, -0.7992978096008301, -0.8164225816726685, -0.6965492963790894, -0.8335473537445068, -0.7992978096008301, -0.6965492963790894, -0.6794245839118958, -0.5938007831573486, -0.2341809868812561, -0.4568027853965759, -0.645175039768219, -1.02191960811615, -0.9876701235771179, -0.9534205794334412, -1.261666178703308, -1.0561691522598267, -0.7479235529899597, 0.2110627144575119, 1.8892884254455566, 1.8379141092300415], [0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.7419300675392151, 0.9303023219108582, 0.8446785807609558, 0.24531221389770508, -1.141792893409729, -1.7240345478057861, -1.5699117183685303, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.7240345478057861, -1.535662293434143, -1.7069097757339478, -1.8267830610275269, -1.7069097757339478, -1.6897850036621094, -1.0047948360443115, -0.645175039768219, -0.40542852878570557, -0.2341809868812561, -0.18280673027038574, -0.14855723083019257, -0.06293346732854843, 0.03981505334377289, 0.12543895840644836, -0.011559205129742622, -0.3711790144443512, -1.02191960811615, -0.8164225816726685, 0.03981505334377289, 0.38231024146080017, 0.656306266784668, 0.8789280652999878, 1.0159261226654053, 0.8618032932281494, 0.587807297706604, 0.5535577535629272, 0.810429036617279, 0.810429036617279, 0.7076805233955383, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.3070467710494995, 0.5364330410957336, -1.0904186964035034, -1.5014127492904663, -1.3644146919250488, -0.7136740684509277, -1.1931672096252441, -1.6212860345840454, -1.7411593198776245, -1.6897850036621094, -1.0047948360443115, -0.9362958669662476, -1.1075434684753418, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.8164225816726685, -0.6622998118400574, -0.576676070690155, -0.645175039768219, -0.7136740684509277, -0.42255327105522156, -0.6280503273010254, -0.9020463228225708, -0.9876701235771179, -0.7650483250617981, -1.0390443801879883, -1.2959157228469849, -1.0904186964035034, -1.0390443801879883, -0.045808710157871246, 1.8550388813018799, 1.8379141092300415], [0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.8618032932281494, 0.9816765785217285, 0.622056782245636, -0.42255327105522156, -1.4500385522842407, -1.7240345478057861, -1.672660231590271, -1.415789008140564, -1.6384108066558838, -1.9124068021774292, -1.946656346321106, -1.8096582889556885, -1.7069097757339478, -1.672660231590271, -1.2787909507751465, -0.8677968382835388, -0.7479235529899597, -0.610925555229187, -0.5081770420074463, -0.3711790144443512, -0.2684305012226105, -0.18280673027038574, -0.2341809868812561, -0.610925555229187, -1.6384108066558838, -2.0836544036865234, -1.7069097757339478, -1.0047948360443115, -0.645175039768219, -0.28555524349212646, 0.29668647050857544, 0.7248052954673767, 1.0844250917434692, 1.1700488328933716, 0.9303023219108582, 0.43368449807167053, 0.622056782245636, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.0159261226654053, -0.9020463228225708, -1.3472900390625, -1.2959157228469849, -1.3301652669906616, -1.1075434684753418, -1.4671632051467896, -1.0904186964035034, -1.0390443801879883, -1.2102919816970825, -0.9020463228225708, -0.8164225816726685, -0.9534205794334412, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.7650483250617981, -0.610925555229187, -0.645175039768219, -0.7136740684509277, -0.7307988405227661, -0.5595512986183167, -0.610925555229187, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.9534205794334412, -1.1075434684753418, -1.1075434684753418, -1.2959157228469849, -0.2684305012226105, 1.8207894563674927, 1.8379141092300415], [0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.5193082690238953, -0.08005820959806442, -0.9020463228225708, -1.79253351688385, -1.7240345478057861, -1.5014127492904663, -1.3986642360687256, -1.878157377243042, -2.01515531539917, -1.8439078330993652, -1.672660231590271, -1.5699117183685303, -1.227416753768921, -1.0390443801879883, -0.9020463228225708, -0.7992978096008301, -0.645175039768219, -0.5424265265464783, -0.5595512986183167, -0.7650483250617981, -1.1931672096252441, -2.1179039478302, -1.141792893409729, 0.056939806789159775, 0.24531221389770508, 0.14256370067596436, -0.3540542721748352, -0.4910522699356079, -0.06293346732854843, 0.5706825256347656, 0.7590547800064087, 0.9131776094436646, 0.810429036617279, 0.41655975580215454, 0.3309359848499298, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.38231024146080017, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 1.0501755475997925, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.3584210872650146, 0.7761795520782471, 0.9988013505935669, 1.0330508947372437, -0.4910522699356079, -1.6212860345840454, -1.484287977218628, -1.415789008140564, -1.3301652669906616, -1.261666178703308, -1.535662293434143, -0.6965492963790894, -0.6794245839118958, -0.9020463228225708, -0.5424265265464783, -0.576676070690155, -0.3711790144443512, -0.8849216103553772, -0.5253018140792847, -0.645175039768219, -0.5938007831573486, -0.5081770420074463, -0.7479235529899597, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.7821730971336365, -0.8849216103553772, -0.7479235529899597, -0.6794245839118958, -0.7992978096008301, -0.8849216103553772, -1.0047948360443115, -1.2959157228469849, -0.2684305012226105, 1.8892884254455566, 1.8550388813018799], [0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6391815543174744, 0.5706825256347656, 0.5535577535629272, 0.4508092403411865, -0.40542852878570557, -0.9362958669662476, -1.535662293434143, -1.7240345478057861, -1.6897850036621094, -1.9124068021774292, -2.0665295124053955, -1.9637811183929443, -1.7240345478057861, -1.6555355787277222, -1.3472900390625, -1.1075434684753418, -0.9705453515052795, -0.8849216103553772, -0.7992978096008301, -0.8335473537445068, -1.073293924331665, -1.79253351688385, -1.604161262512207, -0.28555524349212646, 0.02269030176103115, 0.2281874716281891, 0.43368449807167053, 0.5193082690238953, 0.2281874716281891, -0.3711790144443512, -0.5424265265464783, -0.4910522699356079, -0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.0740646943449974, -0.8677968382835388, -0.40542852878570557, 0.14256370067596436, 0.6391815543174744, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3309359848499298, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.9303023219108582, 0.9645518660545349, 1.0330508947372437, 1.101549744606018, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.0673003196716309, 0.9816765785217285, 1.255672574043274, 0.7248052954673767, -0.9705453515052795, -1.415789008140564, -0.7992978096008301, -1.6212860345840454, -1.6555355787277222, -1.5185375213623047, -1.3815394639968872, -1.3644146919250488, -0.9876701235771179, -1.3815394639968872, -0.7479235529899597, -1.141792893409729, -0.7992978096008301, -0.6794245839118958, -0.7821730971336365, -0.8506720662117004, -0.8849216103553772, -0.5253018140792847, -0.6794245839118958, -0.7650483250617981, -0.5938007831573486, -0.6965492963790894, -0.7307988405227661, -0.6622998118400574, -0.8506720662117004, -1.02191960811615, -0.8335473537445068, -0.6794245839118958, -0.9020463228225708, -0.9534205794334412, -0.9705453515052795, -1.141792893409729, -1.073293924331665, -0.576676070690155, 1.906413197517395, 1.8550388813018799], [0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.9474270939826965, 1.0844250917434692, 1.0159261226654053, 0.7933043241500854, 0.2110627144575119, -0.5081770420074463, -1.0561691522598267, -1.6212860345840454, -1.8610326051712036, -1.484287977218628, -1.4671632051467896, -1.8610326051712036, -1.9637811183929443, -1.7754088640213013, -1.5527870655059814, -1.261666178703308, -1.02191960811615, -0.9191710948944092, -0.9876701235771179, -1.3130404949188232, -1.946656346321106, -1.1760424375534058, -0.30267998576164246, -0.1143077164888382, 0.0055655487813055515, 0.10831420123577118, 0.27956172823905945, 0.43368449807167053, 0.41655975580215454, 0.15968845784664154, -0.7650483250617981, -1.7754088640213013, -1.7069097757339478, -1.7411593198776245, -1.073293924331665, -1.2102919816970825, -1.4329137802124023, -0.9876701235771179, 0.4508092403411865, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.091189444065094, 0.091189444065094, 0.14256370067596436, 0.15968845784664154, 0.26243698596954346, 0.19393795728683472, 0.056939806789159775, -0.1143077164888382, -0.30267998576164246, -0.3540542721748352, -0.4568027853965759, -0.28555524349212646, -0.3711790144443512, -0.40542852878570557, -0.31980475783348083, 0.0055655487813055515, -0.06293346732854843, 0.091189444065094, 0.587807297706604, 0.7419300675392151, 0.8789280652999878, 0.7761795520782471, 0.8789280652999878, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 0.43368449807167053, -0.9705453515052795, -0.4739275276660919, -1.5527870655059814, -1.3472900390625, -1.9295315742492676, -1.5527870655059814, -2.01515531539917, -1.3301652669906616, -1.484287977218628, -1.227416753768921, -1.0904186964035034, -1.5185375213623047, -0.9876701235771179, -0.5938007831573486, -0.6622998118400574, -0.6622998118400574, -0.9191710948944092, -0.7136740684509277, -0.8164225816726685, -0.7136740684509277, -0.5595512986183167, -0.28555524349212646, -0.7821730971336365, -0.6280503273010254, -0.7136740684509277, -0.6965492963790894, -0.7650483250617981, -0.7136740684509277, -0.7136740684509277, -0.8335473537445068, -0.9020463228225708, -0.8506720662117004, -1.0561691522598267, -0.8335473537445068, -0.9362958669662476, -0.5595512986183167, 1.8892884254455566, 1.8036646842956543], [0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6734310388565063, 1.2385478019714355, 1.563918113708496, 1.3926706314086914, 1.4611696004867554, 1.2214230298995972, 0.7933043241500854, 0.056939806789159775, -0.5595512986183167, -1.1760424375534058, -1.7411593198776245, -1.79253351688385, -1.535662293434143, -1.6384108066558838, -1.8439078330993652, -1.9124068021774292, -1.8267830610275269, -1.5185375213623047, -1.1075434684753418, -1.0561691522598267, -1.2959157228469849, -1.7069097757339478, -0.8335473537445068, -0.3883037567138672, -0.2513057291507721, -0.13143247365951538, -0.08005820959806442, 0.056939806789159775, 0.26243698596954346, 0.3651854991912842, 0.4508092403411865, 0.17681321501731873, -0.7821730971336365, -1.2959157228469849, -1.4671632051467896, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.672660231590271, -1.3130404949188232, 0.17681321501731873, 0.8618032932281494, 0.9303023219108582, 0.8275538086891174, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.6734310388565063, 0.7248052954673767, 0.8960528373718262, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.2110627144575119, 0.26243698596954346, 0.0740646943449974, 0.0740646943449974, 0.0740646943449974, -0.06293346732854843, -0.2341809868812561, -0.3883037567138672, -0.5938007831573486, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9020463228225708, -1.0047948360443115, -0.7821730971336365, -0.9705453515052795, -0.8677968382835388, -0.5938007831573486, -0.5938007831573486, -0.7992978096008301, -0.645175039768219, -0.6794245839118958, -0.7136740684509277, -0.5595512986183167, -0.4568027853965759, -0.2341809868812561, 0.02269030176103115, 0.27956172823905945, 0.29668647050857544, 0.4850587546825409, -0.4739275276660919, -1.0561691522598267, -1.4500385522842407, -1.604161262512207, -1.6212860345840454, -1.5699117183685303, -1.6384108066558838, -1.484287977218628, -1.7069097757339478, -1.4500385522842407, -1.3644146919250488, -1.3815394639968872, -1.2787909507751465, -1.141792893409729, -0.7307988405227661, -0.5424265265464783, -0.4739275276660919, -0.6965492963790894, -0.8506720662117004, -0.645175039768219, -0.6794245839118958, -0.6965492963790894, -0.7821730971336365, -0.3883037567138672, -0.8849216103553772, -0.576676070690155, -0.645175039768219, -0.6622998118400574, -0.8335473537445068, -0.5424265265464783, -0.6794245839118958, -0.8849216103553772, -0.7307988405227661, -0.5938007831573486, -0.7136740684509277, -0.6280503273010254, -1.1075434684753418, -0.8677968382835388, 1.8207894563674927, 1.8379141092300415], [1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5535577535629272, 0.810429036617279, 1.3412963151931763, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.3584210872650146, 0.9988013505935669, 0.5021834969520569, -0.011559205129742622, -0.8335473537445068, -1.3644146919250488, -1.8096582889556885, -1.8439078330993652, -1.6384108066558838, -1.7240345478057861, -1.9637811183929443, -2.0665295124053955, -1.5699117183685303, -1.2445415258407593, -1.3130404949188232, -1.2102919816970825, -0.576676070690155, -0.31980475783348083, -0.3369295001029968, -0.19993148744106293, -0.13143247365951538, -0.045808710157871246, 0.03981505334377289, 0.15968845784664154, 0.2110627144575119, -0.045808710157871246, -0.6280503273010254, -1.3815394639968872, -1.4671632051467896, -1.3815394639968872, -1.2102919816970825, -1.141792893409729, -1.2787909507751465, -1.3815394639968872, -1.5870364904403687, -0.8164225816726685, -0.08005820959806442, -0.02868395671248436, 0.3480607271194458, 0.6734310388565063, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.7590547800064087, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.3651854991912842, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.15968845784664154, 0.19393795728683472, 0.12543895840644836, 0.056939806789159775, 0.056939806789159775, -0.011559205129742622, -0.3540542721748352, -0.9020463228225708, -0.9534205794334412, -0.9362958669662476, -0.8506720662117004, -0.9705453515052795, -0.8849216103553772, -0.9191710948944092, -0.8849216103553772, -1.0047948360443115, -0.8677968382835388, -0.7992978096008301, -0.8849216103553772, -0.7650483250617981, -0.7136740684509277, -0.7479235529899597, -0.4568027853965759, -0.8506720662117004, -0.30267998576164246, -0.7307988405227661, -0.21705622971057892, -0.3711790144443512, -0.16568197309970856, -0.21705622971057892, -0.09718296676874161, 0.02269030176103115, -0.28555524349212646, -0.6280503273010254, -0.8164225816726685, -1.261666178703308, -1.5014127492904663, -1.7240345478057861, -1.672660231590271, -1.758284091949463, -1.6555355787277222, -1.604161262512207, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.5699117183685303, -1.0047948360443115, -0.7307988405227661, -0.5938007831573486, -0.4568027853965759, -0.5595512986183167, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.610925555229187, -0.5081770420074463, -0.5595512986183167, -0.9020463228225708, -0.6622998118400574, -0.8677968382835388, -0.645175039768219, -0.610925555229187, -0.6280503273010254, -0.8335473537445068, -0.7821730971336365, -0.7992978096008301, -0.7992978096008301, -0.6280503273010254, -0.7650483250617981, -0.7307988405227661, -0.8164225816726685, -0.9191710948944092, -0.6280503273010254, 1.8207894563674927, 1.8550388813018799], [1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.7590547800064087, 1.3584210872650146, 1.5810428857803345, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.1700488328933716, 0.6049320101737976, 0.38231024146080017, 0.2110627144575119, -0.4568027853965759, -1.1589176654815674, -1.6384108066558838, -1.8096582889556885, -1.3815394639968872, -1.3301652669906616, -1.672660231590271, -1.7240345478057861, -1.758284091949463, -1.5527870655059814, -0.9876701235771179, -0.42255327105522156, -0.2341809868812561, -0.1143077164888382, -0.045808710157871246, -0.011559205129742622, -0.02868395671248436, -0.011559205129742622, -0.31980475783348083, -0.7307988405227661, -1.7411593198776245, -1.3986642360687256, -0.8849216103553772, -1.141792893409729, -1.3130404949188232, -1.4671632051467896, -1.3815394639968872, -1.5185375213623047, -1.5014127492904663, -1.415789008140564, -1.415789008140564, -1.3472900390625, -1.1246682405471802, -0.8335473537445068, -0.5424265265464783, -0.13143247365951538, 0.29668647050857544, 0.622056782245636, 0.7248052954673767, 0.810429036617279, 0.9645518660545349, 1.0330508947372437, 1.1186745166778564, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 0.5535577535629272, -0.7136740684509277, -0.7821730971336365, -0.40542852878570557, 0.7761795520782471, 1.3412963151931763, 1.5296685695648193, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6837913990020752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.1357992887496948, -1.5014127492904663, -1.6555355787277222, -0.9705453515052795, -0.610925555229187, -0.3883037567138672, -0.30267998576164246, -0.09718296676874161, 0.2110627144575119, 0.29668647050857544, -0.2341809868812561, -0.08005820959806442, 0.02269030176103115, 0.7761795520782471, 0.7248052954673767, 0.622056782245636, 0.5535577535629272, 0.43368449807167053, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3309359848499298, 0.27956172823905945, 0.38231024146080017, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.056939806789159775, 0.15968845784664154, 0.12543895840644836, 0.056939806789159775, -0.011559205129742622, -0.31980475783348083, -0.6965492963790894, -0.7821730971336365, -0.6794245839118958, -0.7479235529899597, -0.576676070690155, -0.8849216103553772, -0.9705453515052795, -0.6965492963790894, -0.7992978096008301, -0.9705453515052795, -0.8677968382835388, -0.7821730971336365, -1.0561691522598267, -0.9362958669662476, -0.7650483250617981, -0.645175039768219, -0.6622998118400574, -0.9876701235771179, -0.4568027853965759, -0.5595512986183167, -0.610925555229187, -0.3540542721748352, -0.09718296676874161, 0.056939806789159775, -0.08005820959806442, -0.02868395671248436, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, -0.6280503273010254, -1.4671632051467896, -1.6212860345840454, -1.7411593198776245, -1.672660231590271, -1.7411593198776245, -1.79253351688385, -1.8267830610275269, -1.6384108066558838, -1.9124068021774292, -0.8164225816726685, -0.7821730971336365, -1.0390443801879883, -1.5870364904403687, -1.4329137802124023, -1.535662293434143, -0.6280503273010254, -0.8677968382835388, -0.31980475783348083, -0.4739275276660919, -0.6622998118400574, -1.0904186964035034, -0.31980475783348083, -0.7821730971336365, -0.5253018140792847, -0.610925555229187, -0.3711790144443512, -0.7821730971336365, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.5938007831573486, -0.8506720662117004, -0.7307988405227661, -0.7650483250617981, -0.7992978096008301, -0.7992978096008301, -1.0561691522598267, -0.8849216103553772, -0.5938007831573486, 1.786539912223816, 1.8550388813018799], [1.101549744606018, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 1.3412963151931763, 1.63241708278656, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.101549744606018, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.17681321501731873, -0.5595512986183167, -1.2959157228469849, -1.6897850036621094, -1.604161262512207, -1.3301652669906616, -1.3815394639968872, -1.7240345478057861, -1.79253351688385, -1.7240345478057861, -1.7411593198776245, -1.79253351688385, -1.3130404949188232, -0.7479235529899597, -0.40542852878570557, -0.19993148744106293, -0.21705622971057892, -0.8506720662117004, -1.5014127492904663, -0.9020463228225708, -1.5014127492904663, -1.5527870655059814, -1.4671632051467896, -1.3301652669906616, -0.7992978096008301, -1.0561691522598267, -1.1075434684753418, -1.1589176654815674, -0.1143077164888382, 0.7933043241500854, 1.1700488328933716, 1.324171543121338, 1.5981676578521729, 1.718040943145752, 1.2727973461151123, 0.5706825256347656, 1.2899221181869507, 1.6837913990020752, 1.8207894563674927, 1.8036646842956543, 1.8207894563674927, 1.8550388813018799, 1.8721636533737183, 1.8379141092300415, 1.5125439167022705, 0.091189444065094, -1.672660231590271, -1.8610326051712036, -0.9534205794334412, 0.9816765785217285, 1.4611696004867554, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.8036646842956543, 1.8379141092300415, 1.8892884254455566, 1.8207894563674927, 1.8207894563674927, 0.9988013505935669, -0.9362958669662476, -0.9020463228225708, -0.3540542721748352, -0.31980475783348083, -0.5938007831573486, -1.0390443801879883, -1.1246682405471802, -1.4329137802124023, -1.79253351688385, -1.8267830610275269, -1.7754088640213013, -1.878157377243042, 0.9303023219108582, 1.4269200563430786, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.563918113708496, 1.3070467710494995, 0.8446785807609558, 0.3480607271194458, 0.091189444065094, 0.12543895840644836, 0.2110627144575119, 0.3138112425804138, 0.26243698596954346, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.10831420123577118, 0.12543895840644836, 0.091189444065094, 0.056939806789159775, 0.02269030176103115, 0.03981505334377289, 0.0740646943449974, 0.056939806789159775, -0.045808710157871246, 0.02269030176103115, 0.02269030176103115, -0.045808710157871246, -0.08005820959806442, -0.06293346732854843, -0.011559205129742622, -0.02868395671248436, -0.08005820959806442, 0.02269030176103115, -0.08005820959806442, 0.0055655487813055515, -0.06293346732854843, 0.02269030176103115, 0.056939806789159775, 0.0055655487813055515, -0.06293346732854843, -0.08005820959806442, -0.16568197309970856, -0.13143247365951538, -0.1143077164888382, -0.6965492963790894, -1.02191960811615, -1.1075434684753418, -1.0904186964035034, -0.8849216103553772, -1.0047948360443115, -0.9876701235771179, -0.8335473537445068, -0.9534205794334412, -0.9362958669662476, -0.7479235529899597, -0.9534205794334412, -0.8164225816726685, -0.7307988405227661, -0.8849216103553772, -0.7307988405227661, -0.7479235529899597, -0.7307988405227661, -0.8164225816726685, -0.5253018140792847, -0.4910522699356079, -0.14855723083019257, -0.5081770420074463, 0.03981505334377289, -0.1143077164888382, -0.4910522699356079, 0.0740646943449974, 0.19393795728683472, 0.3309359848499298, 0.2110627144575119, 0.3309359848499298, 0.0055655487813055515, -1.2445415258407593, -1.604161262512207, -1.79253351688385, -1.8096582889556885, -1.535662293434143, -1.5870364904403687, -1.79253351688385, -1.8952820301055908, -1.5527870655059814, -1.604161262512207, -0.5081770420074463, -0.5253018140792847, -0.7479235529899597, -1.0561691522598267, -1.4329137802124023, -1.2787909507751465, -0.13143247365951538, -0.576676070690155, -0.5424265265464783, -0.40542852878570557, -0.5595512986183167, -0.43967801332473755, -0.6794245839118958, -0.5595512986183167, -0.30267998576164246, -0.610925555229187, -0.40542852878570557, -0.6280503273010254, -0.7136740684509277, -0.3883037567138672, -0.6622998118400574, -0.8506720662117004, -0.576676070690155, -0.7307988405227661, -0.8164225816726685, -0.7479235529899597, -0.8677968382835388, -0.7136740684509277, -1.0561691522598267, -0.7479235529899597, -0.9191710948944092, 1.8207894563674927, 1.8721636533737183], [1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.622056782245636, 1.255672574043274, 1.6152924299240112, 1.5467933416366577, 1.4782943725585938, 1.4269200563430786, 1.1700488328933716, 0.8618032932281494, 0.8446785807609558, 1.1186745166778564, 0.9303023219108582, -0.045808710157871246, -0.9876701235771179, -1.5014127492904663, -1.484287977218628, -1.4500385522842407, -1.3986642360687256, -1.5699117183685303, -1.5870364904403687, -1.5185375213623047, -1.672660231590271, -1.672660231590271, -1.5527870655059814, -1.4671632051467896, -1.2445415258407593, -1.3301652669906616, -1.6555355787277222, -1.878157377243042, -0.9705453515052795, -1.0904186964035034, -1.1246682405471802, -1.1589176654815674, -1.1931672096252441, -1.0390443801879883, -0.8506720662117004, -1.02191960811615, -1.1931672096252441, 0.6734310388565063, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6495418548583984, 1.4097954034805298, 1.6837913990020752, 1.8721636533737183, 1.906413197517395, 1.906413197517395, 1.9235379695892334, 1.9577873945236206, 1.974912166595459, 1.8550388813018799, 1.2214230298995972, -0.7821730971336365, -1.79253351688385, -1.7411593198776245, -1.7411593198776245, -0.6965492963790894, 1.3412963151931763, 1.375545859336853, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.7522903680801392, 1.786539912223816, 1.7694151401519775, 1.2042982578277588, -1.7069097757339478, -1.946656346321106, -1.8610326051712036, -1.7411593198776245, -1.261666178703308, -1.3644146919250488, -1.1760424375534058, -1.227416753768921, -1.227416753768921, -1.672660231590271, -1.758284091949463, -1.878157377243042, -1.8267830610275269, -1.415789008140564, -0.3883037567138672, 0.656306266784668, 1.3926706314086914, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.2042982578277588, 0.7590547800064087, 0.056939806789159775, -0.7650483250617981, -0.8506720662117004, -0.6622998118400574, -0.43967801332473755, -0.5081770420074463, -0.5081770420074463, -0.4739275276660919, -0.5424265265464783, -0.5595512986183167, -0.610925555229187, -0.6794245839118958, -0.576676070690155, -0.5595512986183167, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.5938007831573486, -0.610925555229187, -0.6622998118400574, -0.7650483250617981, -0.7821730971336365, -0.8164225816726685, -0.7992978096008301, -0.7136740684509277, -0.9534205794334412, -1.0047948360443115, -0.7821730971336365, -0.8849216103553772, -0.7650483250617981, -0.7992978096008301, -0.610925555229187, -0.6794245839118958, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.6622998118400574, -0.5253018140792847, -0.6622998118400574, -0.8335473537445068, -0.8164225816726685, -0.8506720662117004, -0.9534205794334412, -0.9534205794334412, -0.9876701235771179, -0.8677968382835388, -0.9534205794334412, -0.7821730971336365, -0.8849216103553772, -0.8849216103553772, -0.8164225816726685, -1.02191960811615, -0.8677968382835388, -0.7136740684509277, -0.9876701235771179, -0.5253018140792847, -0.610925555229187, -0.5253018140792847, -0.5081770420074463, -0.40542852878570557, -0.28555524349212646, -0.19993148744106293, -0.06293346732854843, 0.2281874716281891, -0.18280673027038574, -0.2341809868812561, 0.39943498373031616, 0.12543895840644836, 0.43368449807167053, 0.39943498373031616, 0.056939806789159775, -0.13143247365951538, -1.1246682405471802, -1.6897850036621094, -1.758284091949463, -1.9295315742492676, -1.878157377243042, -1.7240345478057861, -1.3130404949188232, -1.946656346321106, -1.9295315742492676, -1.1931672096252441, -0.40542852878570557, -0.5253018140792847, -0.5081770420074463, -0.5253018140792847, -1.2102919816970825, -1.2787909507751465, -0.21705622971057892, -0.09718296676874161, -0.3540542721748352, -0.5253018140792847, -0.40542852878570557, -0.09718296676874161, -0.5253018140792847, -0.31980475783348083, -0.42255327105522156, -0.6280503273010254, -0.5424265265464783, -0.4739275276660919, -0.8677968382835388, -0.3883037567138672, -0.576676070690155, -0.7821730971336365, -0.5253018140792847, -0.5595512986183167, -0.7307988405227661, -0.8849216103553772, -0.9705453515052795, -0.8335473537445068, -1.02191960811615, -0.6965492963790894, -0.9705453515052795, 1.8379141092300415, 1.8721636533737183], [1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.4954191446304321, 1.255672574043274, 0.9988013505935669, 0.9131776094436646, 1.1357992887496948, 1.2727973461151123, 0.7590547800064087, -0.3883037567138672, -1.227416753768921, -1.5185375213623047, -1.758284091949463, -1.535662293434143, -1.2787909507751465, -1.535662293434143, -1.6384108066558838, -1.227416753768921, -1.02191960811615, -0.9362958669662476, -1.0047948360443115, -1.073293924331665, -1.484287977218628, -1.9124068021774292, -1.5527870655059814, -1.535662293434143, -1.604161262512207, -1.5699117183685303, -1.3815394639968872, -1.535662293434143, -1.7240345478057861, -1.4500385522842407, -1.261666178703308, -1.141792893409729, 1.3926706314086914, 1.63241708278656, 1.7009161710739136, 1.5981676578521729, 1.6666666269302368, 1.7694151401519775, 1.8721636533737183, 1.8379141092300415, 1.8036646842956543, 1.786539912223816, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, -0.8164225816726685, -1.5870364904403687, -1.8096582889556885, -1.7754088640213013, -1.8952820301055908, -1.946656346321106, -1.7240345478057861, -0.7992978096008301, 0.24531221389770508, 0.8446785807609558, 1.1700488328933716, 1.4097954034805298, 1.3584210872650146, 1.5125439167022705, 1.5467933416366577, 0.4850587546825409, -1.9809058904647827, -2.0665295124053955, -2.1179039478302, -2.0494048595428467, -2.01515531539917, -2.0494048595428467, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.758284091949463, -1.878157377243042, -1.878157377243042, -1.6897850036621094, -1.7069097757339478, -1.3472900390625, -1.2102919816970825, -0.610925555229187, 0.656306266784668, 1.1357992887496948, 0.02269030176103115, -1.7240345478057861, -1.5699117183685303, -1.4500385522842407, -1.3130404949188232, -1.1760424375534058, -1.141792893409729, -0.9191710948944092, -0.7992978096008301, -0.8506720662117004, -0.9534205794334412, -0.9191710948944092, -0.9020463228225708, -1.0047948360443115, -0.9020463228225708, -0.7821730971336365, -0.7479235529899597, -1.02191960811615, -0.9534205794334412, -1.02191960811615, -1.073293924331665, -1.0047948360443115, -0.8335473537445068, -0.9534205794334412, -0.7650483250617981, -0.6794245839118958, -0.7136740684509277, -0.7650483250617981, -0.6794245839118958, -0.8335473537445068, -0.9362958669662476, -0.7992978096008301, -0.6794245839118958, -0.5424265265464783, -0.7821730971336365, -0.9534205794334412, -0.8849216103553772, -0.8506720662117004, -0.8335473537445068, -0.6280503273010254, -0.7992978096008301, -0.8849216103553772, -0.8506720662117004, -0.8677968382835388, -0.7992978096008301, -0.9362958669662476, -0.9362958669662476, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -0.9020463228225708, -1.02191960811615, -0.9534205794334412, -0.576676070690155, -0.7650483250617981, -0.6794245839118958, -0.6280503273010254, -0.3711790144443512, -0.40542852878570557, -0.3540542721748352, -0.5595512986183167, -0.30267998576164246, -0.40542852878570557, -0.2684305012226105, 0.2110627144575119, 0.091189444065094, 0.24531221389770508, 0.39943498373031616, 0.5193082690238953, 0.5706825256347656, 0.6905558109283447, -0.06293346732854843, -0.3369295001029968, -1.2445415258407593, -1.6212860345840454, -1.79253351688385, -1.8610326051712036, -1.9295315742492676, -1.8096582889556885, -1.8439078330993652, -1.9809058904647827, -1.8439078330993652, -1.6384108066558838, -0.8164225816726685, -0.576676070690155, -0.5424265265464783, -0.42255327105522156, -1.2959157228469849, -1.0047948360443115, -0.4739275276660919, -0.2341809868812561, -0.3540542721748352, -0.3540542721748352, -0.2513057291507721, -0.3540542721748352, -0.610925555229187, 0.0055655487813055515, -0.28555524349212646, -0.5081770420074463, -0.7136740684509277, -0.5595512986183167, -0.6280503273010254, -0.3540542721748352, -0.5253018140792847, -0.5424265265464783, -0.4739275276660919, -0.5938007831573486, -0.645175039768219, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -1.02191960811615, -0.3883037567138672, -0.8164225816726685, 1.8036646842956543, 1.8721636533737183], [1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 1.1186745166778564, 1.5125439167022705, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.1186745166778564, 1.0330508947372437, 1.1700488328933716, 1.324171543121338, 1.2214230298995972, 0.3651854991912842, -0.7650483250617981, -1.1246682405471802, -1.5699117183685303, -1.5870364904403687, -1.2959157228469849, -1.3815394639968872, -1.4671632051467896, -1.2787909507751465, -1.1246682405471802, -1.0561691522598267, -1.1246682405471802, -1.261666178703308, -1.6555355787277222, -1.3130404949188232, -1.2787909507751465, -1.3986642360687256, -1.5185375213623047, -1.6212860345840454, -1.7240345478057861, -1.7754088640213013, -1.8952820301055908, -1.9295315742492676, -1.79253351688385, -1.5185375213623047, -1.0390443801879883, 0.19393795728683472, 0.4850587546825409, 0.587807297706604, 1.2214230298995972, 1.7351655960083008, 1.7694151401519775, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5296685695648193, 1.5125439167022705, 0.9645518660545349, -1.878157377243042, -1.8610326051712036, -1.8096582889556885, -1.7411593198776245, -1.8610326051712036, -1.8610326051712036, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.946656346321106, -1.7069097757339478, -1.7240345478057861, -1.8267830610275269, -1.7754088640213013, -1.7754088640213013, -1.9124068021774292, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -2.0494048595428467, -2.01515531539917, -1.946656346321106, -1.9980305433273315, -1.946656346321106, -1.8610326051712036, -1.9637811183929443, -2.1179039478302, -1.9809058904647827, -1.9809058904647827, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.1589176654815674, -0.3540542721748352, -1.1760424375534058, -1.261666178703308, -1.0904186964035034, -1.1246682405471802, -0.8506720662117004, -0.645175039768219, -0.28555524349212646, -0.3369295001029968, -0.7479235529899597, -0.9362958669662476, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -1.2102919816970825, -1.141792893409729, -1.0047948360443115, -0.9876701235771179, -1.0561691522598267, -0.8849216103553772, -0.8335473537445068, -0.7479235529899597, -0.7307988405227661, -0.6622998118400574, -0.7136740684509277, -0.6794245839118958, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.6622998118400574, -0.6280503273010254, -0.5938007831573486, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.7992978096008301, -0.8164225816726685, -0.8506720662117004, -0.7650483250617981, -0.7992978096008301, -0.9020463228225708, -0.9191710948944092, -1.073293924331665, -0.8506720662117004, -0.9191710948944092, -0.9020463228225708, -1.1589176654815674, -1.0390443801879883, -1.0904186964035034, -0.9020463228225708, -0.9191710948944092, -0.9362958669662476, -0.8335473537445068, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.610925555229187, -0.8677968382835388, -0.610925555229187, -0.8506720662117004, -0.5938007831573486, -0.28555524349212646, -0.2684305012226105, -0.2341809868812561, -0.18280673027038574, -0.045808710157871246, -0.06293346732854843, 0.24531221389770508, -0.02868395671248436, 0.38231024146080017, 0.15968845784664154, 0.810429036617279, 0.6905558109283447, 0.5193082690238953, 0.6049320101737976, -0.40542852878570557, -1.8096582889556885, -1.7754088640213013, -1.758284091949463, -1.7754088640213013, -1.9637811183929443, -1.946656346321106, -1.8952820301055908, -1.9124068021774292, -1.946656346321106, -1.6897850036621094, -0.9705453515052795, -0.7479235529899597, -0.30267998576164246, -0.21705622971057892, -0.6280503273010254, -1.02191960811615, -0.7136740684509277, 0.0740646943449974, 0.056939806789159775, -0.09718296676874161, -0.3369295001029968, -0.42255327105522156, -0.5595512986183167, -0.5424265265464783, -0.2513057291507721, -0.4568027853965759, -0.8164225816726685, -0.4739275276660919, -0.5424265265464783, -0.42255327105522156, -0.43967801332473755, -0.40542852878570557, -0.43967801332473755, -0.5253018140792847, -0.576676070690155, -0.3883037567138672, -0.9020463228225708, -0.8506720662117004, -0.645175039768219, -0.30267998576164246, -0.7821730971336365, 1.8550388813018799, 1.8379141092300415], [1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7590547800064087, 0.6905558109283447, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.7933043241500854, 1.375545859336853, 1.563918113708496, 1.4782943725585938, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, -0.1143077164888382, -1.141792893409729, -1.3130404949188232, -1.2102919816970825, -1.3644146919250488, -1.3301652669906616, -1.2102919816970825, -1.4500385522842407, -1.5699117183685303, -1.6555355787277222, -1.8096582889556885, -1.9295315742492676, -1.8952820301055908, -1.9637811183929443, -2.01515531539917, -1.946656346321106, -1.878157377243042, -1.8952820301055908, -2.032280206680298, -2.0665295124053955, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.672660231590271, -1.8096582889556885, -1.8610326051712036, -1.878157377243042, -2.01515531539917, 0.03981505334377289, 0.38231024146080017, -1.8610326051712036, -1.9124068021774292, -1.5014127492904663, -1.0904186964035034, -1.5014127492904663, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, -2.0836544036865234, -2.1007792949676514, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.0494048595428467, -2.1179039478302, -2.01515531539917, -2.0494048595428467, -2.01515531539917, -1.9295315742492676, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.0836544036865234, -1.6897850036621094, -1.5185375213623047, -0.7821730971336365, -0.4739275276660919, -0.6622998118400574, -1.1246682405471802, -1.8439078330993652, -1.7411593198776245, -1.1931672096252441, -1.4500385522842407, -1.8267830610275269, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -1.9980305433273315, -1.8439078330993652, -1.4329137802124023, -0.9534205794334412, -0.8335473537445068, -0.9020463228225708, -0.7136740684509277, -1.141792893409729, -1.1075434684753418, -0.8849216103553772, -0.9362958669662476, -1.0047948360443115, -1.02191960811615, -0.9705453515052795, -0.9191710948944092, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.7479235529899597, -0.610925555229187, -0.8335473537445068, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -1.0390443801879883, -0.9534205794334412, -0.8335473537445068, -0.8677968382835388, -0.8335473537445068, -0.645175039768219, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -1.0047948360443115, -0.8506720662117004, -0.8506720662117004, -0.8849216103553772, -0.6794245839118958, -0.7136740684509277, -0.7992978096008301, -0.7479235529899597, -0.7992978096008301, -0.9191710948944092, -0.8849216103553772, -0.9876701235771179, -0.9705453515052795, -1.0047948360443115, -1.0561691522598267, -0.9876701235771179, -0.9705453515052795, -0.9362958669662476, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.7307988405227661, -0.9876701235771179, -0.6622998118400574, -0.5938007831573486, -0.7307988405227661, -0.7992978096008301, -0.5424265265464783, -0.28555524349212646, -0.21705622971057892, -0.3711790144443512, 0.0740646943449974, 0.2110627144575119, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, -0.13143247365951538, 0.4679340124130249, 0.5364330410957336, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.6391815543174744, -0.5253018140792847, -1.8096582889556885, -1.8096582889556885, -1.878157377243042, -1.8096582889556885, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.9124068021774292, -2.0836544036865234, -1.2787909507751465, -1.02191960811615, -0.045808710157871246, 0.17681321501731873, -0.6280503273010254, -0.7136740684509277, -0.5081770420074463, -0.28555524349212646, -0.08005820959806442, -0.16568197309970856, -0.2684305012226105, -0.42255327105522156, -0.4739275276660919, -0.5595512986183167, -0.2513057291507721, -0.3369295001029968, -0.7821730971336365, -0.6794245839118958, -0.3711790144443512, -0.5595512986183167, -0.30267998576164246, -0.2341809868812561, -0.2513057291507721, -0.7650483250617981, -0.5595512986183167, -0.610925555229187, -1.02191960811615, -0.9876701235771179, -0.40542852878570557, -0.6794245839118958, -0.645175039768219, 1.8721636533737183, 1.8379141092300415], [1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.6049320101737976, 1.2727973461151123, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.2899221181869507, 0.7933043241500854, -0.3369295001029968, -0.9020463228225708, -0.9362958669662476, -1.3130404949188232, -1.672660231590271, -1.946656346321106, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.79253351688385, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -2.0836544036865234, -1.8439078330993652, -1.3130404949188232, -1.2102919816970825, -1.3301652669906616, -1.415789008140564, -1.5185375213623047, -1.5870364904403687, -1.8267830610275269, -2.01515531539917, -2.1179039478302, -2.1007792949676514, -1.9124068021774292, -1.878157377243042, -1.9637811183929443, -2.1007792949676514, -2.1179039478302, -1.9124068021774292, -1.79253351688385, -1.8439078330993652, -2.032280206680298, -2.0836544036865234, -1.9295315742492676, -0.4568027853965759, -0.3540542721748352, 0.02269030176103115, 0.38231024146080017, 0.7248052954673767, 0.8960528373718262, -0.08005820959806442, -0.7136740684509277, 0.0740646943449974, 0.6905558109283447, 0.091189444065094, -0.5253018140792847, -1.1075434684753418, -1.9637811183929443, -2.0836544036865234, 0.10831420123577118, 0.9303023219108582, 1.4269200563430786, 1.563918113708496, 1.5125439167022705, 1.3584210872650146, 0.9303023219108582, 0.3651854991912842, -0.4910522699356079, -1.415789008140564, -1.5699117183685303, -1.0390443801879883, -1.02191960811615, -0.9020463228225708, -1.0561691522598267, -0.9705453515052795, -1.0904186964035034, -1.1075434684753418, -0.8164225816726685, -0.7136740684509277, -0.7992978096008301, -0.8677968382835388, -0.9534205794334412, -0.9876701235771179, -0.9191710948944092, -0.8677968382835388, -0.8849216103553772, -0.9362958669662476, -0.7307988405227661, -0.9191710948944092, -0.9876701235771179, -0.9362958669662476, -0.7821730971336365, -0.7992978096008301, -0.7821730971336365, -0.645175039768219, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.6280503273010254, -0.4910522699356079, -0.43967801332473755, -0.5938007831573486, -0.7136740684509277, -0.7650483250617981, -0.8506720662117004, -0.6965492963790894, -0.6794245839118958, -0.645175039768219, -0.6622998118400574, -0.610925555229187, -0.6794245839118958, -0.8335473537445068, -0.9534205794334412, -0.7821730971336365, -0.7992978096008301, -0.8164225816726685, -0.9191710948944092, -1.1589176654815674, -0.9705453515052795, -0.8849216103553772, -0.6965492963790894, -0.7992978096008301, -0.8335473537445068, -0.6622998118400574, -0.7821730971336365, -1.1760424375534058, -0.5595512986183167, -0.28555524349212646, -0.3711790144443512, -0.28555524349212646, -0.4568027853965759, -0.2684305012226105, -0.02868395671248436, -0.18280673027038574, 0.24531221389770508, 0.0740646943449974, 0.2281874716281891, 0.6391815543174744, 0.5535577535629272, 0.5021834969520569, 0.6905558109283447, 0.7590547800064087, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.656306266784668, -0.1143077164888382, -1.7411593198776245, -1.878157377243042, -1.8267830610275269, -1.8096582889556885, -1.8096582889556885, -1.8952820301055908, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.1589176654815674, -1.8439078330993652, -1.2959157228469849, -0.14855723083019257, -0.16568197309970856, -0.30267998576164246, -0.2341809868812561, -1.2102919816970825, -0.7479235529899597, -0.2684305012226105, -0.13143247365951538, -0.21705622971057892, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.14855723083019257, -0.42255327105522156, -0.3369295001029968, -0.4568027853965759, -0.3883037567138672, -0.5253018140792847, -0.31980475783348083, -0.2341809868812561, -0.2684305012226105, -0.4568027853965759, -0.43967801332473755, -0.6280503273010254, -0.7821730971336365, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -0.3540542721748352, 1.6666666269302368, 1.8721636533737183], [1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8789280652999878, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.9474270939826965, 1.4782943725585938, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.2899221181869507, 1.375545859336853, 1.3584210872650146, 1.1529240608215332, 0.5364330410957336, -1.1589176654815674, -1.6384108066558838, -1.79253351688385, -1.79253351688385, -1.8096582889556885, -1.7069097757339478, -1.7754088640213013, -1.8439078330993652, -1.8610326051712036, -1.758284091949463, -1.9124068021774292, -1.9124068021774292, -1.9809058904647827, -2.0665295124053955, -2.0494048595428467, -1.9295315742492676, -1.5014127492904663, -0.5081770420074463, -0.28555524349212646, -0.3540542721748352, -0.9191710948944092, -1.4500385522842407, -1.8096582889556885, -1.9980305433273315, -2.032280206680298, -1.7240345478057861, -1.6212860345840454, -1.484287977218628, -1.604161262512207, -1.9980305433273315, -2.0836544036865234, -1.1246682405471802, -0.14855723083019257, 0.17681321501731873, 0.5193082690238953, 0.7590547800064087, 0.5535577535629272, 0.6391815543174744, -0.6794245839118958, -2.0836544036865234, -1.0390443801879883, -0.5938007831573486, -1.141792893409729, -2.032280206680298, -2.0836544036865234, 0.17681321501731873, 0.7933043241500854, 1.2214230298995972, 1.2727973461151123, 1.3584210872650146, 1.5296685695648193, 1.4782943725585938, 0.5021834969520569, -1.7411593198776245, -0.6965492963790894, -0.2513057291507721, 0.27956172823905945, 0.6734310388565063, 0.3480607271194458, -0.9020463228225708, -0.16568197309970856, 0.26243698596954346, -1.3986642360687256, -1.4329137802124023, -0.9191710948944092, -1.1246682405471802, -1.3301652669906616, -1.1931672096252441, -1.1589176654815674, -0.9876701235771179, -0.9534205794334412, -1.02191960811615, -0.9705453515052795, -0.8164225816726685, -0.7479235529899597, -0.610925555229187, -0.7479235529899597, -0.8506720662117004, -0.8677968382835388, -1.0047948360443115, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.7650483250617981, -0.5938007831573486, -1.02191960811615, -0.9191710948944092, -0.8335473537445068, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.8506720662117004, -1.0561691522598267, -0.7479235529899597, -0.7136740684509277, -0.5081770420074463, -0.5081770420074463, -0.576676070690155, -0.645175039768219, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.8335473537445068, -0.5253018140792847, -0.645175039768219, -0.7821730971336365, -0.7992978096008301, -0.9191710948944092, -0.8164225816726685, -0.9020463228225708, -1.0561691522598267, -1.0047948360443115, -0.8849216103553772, -0.7136740684509277, -0.645175039768219, -0.8849216103553772, -0.6622998118400574, -0.7479235529899597, -0.7821730971336365, -0.9876701235771179, -0.5938007831573486, -0.7307988405227661, -0.576676070690155, -0.4910522699356079, -0.3711790144443512, -0.3540542721748352, -0.09718296676874161, -0.045808710157871246, 0.4850587546825409, 0.39943498373031616, 0.3138112425804138, 0.6905558109283447, 0.4679340124130249, 0.810429036617279, 0.8789280652999878, 0.9645518660545349, 0.8446785807609558, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.3138112425804138, -0.7307988405227661, -1.4671632051467896, -1.79253351688385, -1.8952820301055908, -1.8267830610275269, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9295315742492676, -1.672660231590271, -0.7992978096008301, -1.6212860345840454, -0.2341809868812561, 0.03981505334377289, -0.7650483250617981, 0.27956172823905945, -0.08005820959806442, 0.091189444065094, 0.0740646943449974, 0.19393795728683472, 0.15968845784664154, -0.3883037567138672, -0.5424265265464783, -0.5424265265464783, -0.2341809868812561, -0.16568197309970856, -0.28555524349212646, -0.21705622971057892, -0.4910522699356079, -0.3540542721748352, -0.3883037567138672, -0.2684305012226105, -0.5081770420074463, -0.2341809868812561, -0.08005820959806442, -0.8506720662117004, -0.7479235529899597, -0.4910522699356079, -0.7650483250617981, -0.8849216103553772, -0.13143247365951538, 1.563918113708496, 1.8721636533737183], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3138112425804138, 0.7248052954673767, 1.3412963151931763, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.0844250917434692, -1.3301652669906616, -1.484287977218628, -1.6212860345840454, -1.7240345478057861, -1.7411593198776245, -1.6384108066558838, -1.7069097757339478, -1.7240345478057861, -1.9124068021774292, -1.9980305433273315, -1.9295315742492676, -1.9124068021774292, -1.9637811183929443, -1.946656346321106, -1.6555355787277222, -0.1143077164888382, 0.8789280652999878, 1.0673003196716309, 1.1700488328933716, 1.0844250917434692, 0.656306266784668, 0.5364330410957336, -0.18280673027038574, -1.5527870655059814, -1.4500385522842407, -1.6555355787277222, -1.878157377243042, -2.0836544036865234, -2.1179039478302, -2.032280206680298, -1.9809058904647827, -0.8335473537445068, -0.4739275276660919, -0.2341809868812561, -0.09718296676874161, -0.08005820959806442, -0.7992978096008301, -1.9980305433273315, -0.645175039768219, 0.7248052954673767, 1.0159261226654053, 1.101549744606018, 1.18717360496521, 1.1186745166778564, 1.0159261226654053, 0.10831420123577118, -1.6384108066558838, -0.9705453515052795, -0.2684305012226105, -0.09718296676874161, -1.02191960811615, -1.7069097757339478, 0.3651854991912842, 1.3412963151931763, 1.3584210872650146, 1.1700488328933716, 0.587807297706604, -0.7307988405227661, -2.1179039478302, -0.43967801332473755, 0.2110627144575119, 0.4508092403411865, 0.26243698596954346, -0.7992978096008301, -0.8677968382835388, -0.7479235529899597, -0.8164225816726685, -0.8335473537445068, -0.7650483250617981, -0.8335473537445068, -1.0047948360443115, -1.0561691522598267, -0.9705453515052795, -0.7992978096008301, -0.9020463228225708, -0.9020463228225708, -0.9534205794334412, -0.8849216103553772, -0.9534205794334412, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -0.8506720662117004, -0.8335473537445068, -0.7136740684509277, -0.9705453515052795, -0.8164225816726685, -0.7650483250617981, -0.8164225816726685, -0.645175039768219, -0.6622998118400574, -0.8164225816726685, -0.8506720662117004, -0.8677968382835388, -1.0390443801879883, -0.8335473537445068, -0.6280503273010254, -0.6794245839118958, -0.576676070690155, -0.40542852878570557, -0.576676070690155, -0.610925555229187, -0.4568027853965759, -0.5938007831573486, -0.6965492963790894, -0.7136740684509277, -0.8335473537445068, -0.8335473537445068, -0.7992978096008301, -0.9362958669662476, -0.7821730971336365, -0.9191710948944092, -1.1589176654815674, -0.8849216103553772, -0.8677968382835388, -0.9362958669662476, -0.6965492963790894, -0.610925555229187, -0.6965492963790894, -0.576676070690155, -0.576676070690155, -0.5081770420074463, -0.5253018140792847, -0.28555524349212646, -0.1143077164888382, 0.056939806789159775, 0.2281874716281891, 0.29668647050857544, 0.4508092403411865, 0.5535577535629272, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 0.8960528373718262, 0.9645518660545349, 1.1357992887496948, 0.9645518660545349, 0.8275538086891174, 0.622056782245636, 0.38231024146080017, -1.3472900390625, -1.7754088640213013, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.758284091949463, -1.8610326051712036, -1.4671632051467896, -1.227416753768921, -1.5014127492904663, -0.3711790144443512, 0.2281874716281891, 0.0055655487813055515, 0.2281874716281891, -0.7479235529899597, -0.576676070690155, 0.17681321501731873, 0.056939806789159775, -0.28555524349212646, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.28555524349212646, -0.31980475783348083, -0.5081770420074463, -0.02868395671248436, -0.40542852878570557, -0.40542852878570557, -0.3369295001029968, -0.2684305012226105, -0.2341809868812561, -0.31980475783348083, -0.5081770420074463, -0.5253018140792847, -0.3711790144443512, -0.9020463228225708, -0.6965492963790894, -0.2341809868812561, 1.6152924299240112, 1.8892884254455566], [1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.810429036617279, 0.6391815543174744, 0.3651854991912842, 0.4508092403411865, 1.1357992887496948, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.0673003196716309, -1.5870364904403687, -1.6384108066558838, -1.484287977218628, -1.5699117183685303, -1.6212860345840454, -1.672660231590271, -1.7754088640213013, -1.5185375213623047, -1.3301652669906616, -1.6555355787277222, -1.7754088640213013, -2.1007792949676514, -2.1179039478302, -0.645175039768219, 1.0330508947372437, 1.3926706314086914, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.563918113708496, 0.8789280652999878, -1.141792893409729, -1.9295315742492676, -1.3815394639968872, -1.946656346321106, -1.9809058904647827, -1.8096582889556885, -2.032280206680298, -1.2102919816970825, -1.1760424375534058, -0.9876701235771179, -1.1246682405471802, -1.9809058904647827, -2.1179039478302, -1.7411593198776245, -1.604161262512207, -1.9295315742492676, -2.1179039478302, -0.7821730971336365, -0.011559205129742622, 0.4679340124130249, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.4508092403411865, -1.758284091949463, 0.27956172823905945, 1.1186745166778564, 0.9645518660545349, 0.810429036617279, 0.3309359848499298, -1.4671632051467896, -0.4568027853965759, 0.091189444065094, 0.6391815543174744, 0.7076805233955383, 0.8446785807609558, -0.645175039768219, -2.01515531539917, -1.141792893409729, -1.8610326051712036, -0.3540542721748352, -0.045808710157871246, -0.7992978096008301, -0.9362958669662476, -0.8335473537445068, -0.8335473537445068, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9191710948944092, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -1.0390443801879883, -0.8677968382835388, -1.0047948360443115, -0.7479235529899597, -0.7479235529899597, -0.7650483250617981, -0.9876701235771179, -0.9534205794334412, -0.7992978096008301, -0.9020463228225708, -0.8335473537445068, -0.7992978096008301, -0.7821730971336365, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.7136740684509277, -0.7821730971336365, -0.6965492963790894, -0.7821730971336365, -0.8335473537445068, -0.7821730971336365, -0.8677968382835388, -0.576676070690155, -0.5595512986183167, -0.6794245839118958, -0.7479235529899597, -0.9362958669662476, -0.8164225816726685, -0.9534205794334412, -0.8164225816726685, -0.9534205794334412, -0.8849216103553772, -0.8677968382835388, -0.8677968382835388, -0.7307988405227661, -1.02191960811615, -0.4568027853965759, -0.7136740684509277, -0.5081770420074463, -0.5938007831573486, -0.9191710948944092, -0.8164225816726685, -0.42255327105522156, -0.4910522699356079, -0.2513057291507721, -0.19993148744106293, -0.31980475783348083, -0.4910522699356079, -0.21705622971057892, -0.06293346732854843, 0.43368449807167053, 0.19393795728683472, 0.7590547800064087, 0.5364330410957336, 0.6049320101737976, 0.7248052954673767, 0.8618032932281494, 0.9131776094436646, 1.0330508947372437, 0.9303023219108582, 0.8960528373718262, 1.0159261226654053, 0.6391815543174744, 0.24531221389770508, -0.6965492963790894, -1.604161262512207, -1.878157377243042, -1.8439078330993652, -1.8952820301055908, -1.878157377243042, -1.946656346321106, -1.946656346321106, -1.9124068021774292, -1.8952820301055908, -1.9637811183929443, -1.758284091949463, -1.3644146919250488, -0.30267998576164246, -1.02191960811615, -1.2102919816970825, -0.8677968382835388, -0.42255327105522156, -0.40542852878570557, 0.15968845784664154, 0.26243698596954346, 0.27956172823905945, 0.0055655487813055515, 0.26243698596954346, 0.12543895840644836, -0.4910522699356079, -0.18280673027038574, -0.2684305012226105, -0.4568027853965759, -0.4739275276660919, -0.28555524349212646, -0.045808710157871246, -0.4910522699356079, -0.21705622971057892, -0.42255327105522156, -0.31980475783348083, -0.5253018140792847, -0.576676070690155, -0.2513057291507721, -0.28555524349212646, -0.6965492963790894, -0.3711790144443512, -0.02868395671248436, 1.6495418548583984, 1.8721636533737183], [1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.4679340124130249, 1.101549744606018, 1.5125439167022705, 1.4097954034805298, 0.9303023219108582, 0.5364330410957336, 0.810429036617279, 1.3412963151931763, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5125439167022705, 1.4097954034805298, 1.2727973461151123, 0.3480607271194458, -1.2787909507751465, -1.4671632051467896, -1.6212860345840454, -1.6897850036621094, -1.7411593198776245, -1.79253351688385, -1.79253351688385, -1.5699117183685303, -1.1589176654815674, -1.0390443801879883, -1.1075434684753418, -1.1931672096252441, 1.2385478019714355, 1.5981676578521729, 1.8036646842956543, 1.786539912223816, 1.8036646842956543, 1.7351655960083008, 1.3584210872650146, 0.7076805233955383, -1.415789008140564, -1.8952820301055908, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -1.9124068021774292, -1.227416753768921, -1.2959157228469849, -1.1931672096252441, -1.8952820301055908, -2.1179039478302, -2.0494048595428467, -1.0390443801879883, -0.8335473537445068, -0.8335473537445068, -0.7821730971336365, -0.5424265265464783, -1.073293924331665, -2.1179039478302, -2.1179039478302, -2.032280206680298, -1.484287977218628, -1.5527870655059814, -2.1179039478302, -0.7650483250617981, 0.43368449807167053, 0.7419300675392151, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 0.7076805233955383, -0.2341809868812561, -1.3986642360687256, 0.14256370067596436, 0.6905558109283447, 0.9131776094436646, 0.14256370067596436, -1.8267830610275269, -2.0494048595428467, 0.26243698596954346, 0.091189444065094, -0.40542852878570557, -0.6965492963790894, -1.02191960811615, -0.9876701235771179, -0.7821730971336365, -0.7650483250617981, -0.7479235529899597, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -1.0561691522598267, -0.8677968382835388, -1.0561691522598267, -1.0561691522598267, -1.0561691522598267, -1.1075434684753418, -0.7821730971336365, -0.8335473537445068, -0.6794245839118958, -0.8677968382835388, -0.6794245839118958, -0.5595512986183167, -0.5081770420074463, -0.9362958669662476, -0.9534205794334412, -0.8164225816726685, -1.1246682405471802, -0.6280503273010254, -0.7821730971336365, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.7479235529899597, -0.7479235529899597, -0.8335473537445068, -1.073293924331665, -0.7479235529899597, -0.28555524349212646, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.5938007831573486, -0.6965492963790894, -0.9020463228225708, -0.7479235529899597, -0.9191710948944092, -1.0561691522598267, -1.0390443801879883, -0.9020463228225708, -1.1589176654815674, -0.4568027853965759, -1.3472900390625, -0.9020463228225708, -0.8506720662117004, -0.9534205794334412, -0.5253018140792847, -0.6622998118400574, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.2684305012226105, -0.13143247365951538, 0.03981505334377289, -0.02868395671248436, 0.17681321501731873, 0.622056782245636, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 1.2385478019714355, 1.1357992887496948, 0.9988013505935669, 1.1700488328933716, 1.0159261226654053, 0.6905558109283447, 0.5706825256347656, -1.2445415258407593, -1.8096582889556885, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.946656346321106, -1.9295315742492676, -1.946656346321106, -1.946656346321106, -1.9295315742492676, -1.7754088640213013, -1.878157377243042, -1.6555355787277222, -1.7754088640213013, -0.14855723083019257, -0.9020463228225708, -0.6622998118400574, 0.0740646943449974, 0.5706825256347656, -0.2513057291507721, 0.03981505334377289, 0.19393795728683472, -0.045808710157871246, -0.31980475783348083, -0.30267998576164246, -0.3883037567138672, -0.5081770420074463, -0.28555524349212646, -0.31980475783348083, -0.5253018140792847, -0.011559205129742622, 0.03981505334377289, -0.30267998576164246, -0.5081770420074463, -0.3369295001029968, -0.2684305012226105, -0.43967801332473755, -0.610925555229187, -0.9020463228225708, -0.6794245839118958, -0.576676070690155, -0.6794245839118958, -0.5081770420074463, 0.2281874716281891, 1.6495418548583984, 1.8892884254455566], [1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 1.1700488328933716, 1.7694151401519775, 1.6666666269302368, 1.324171543121338, 0.43368449807167053, 0.6049320101737976, 1.1700488328933716, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5296685695648193, 1.375545859336853, 1.1186745166778564, 1.1186745166778564, 0.7590547800064087, -0.7650483250617981, -1.2445415258407593, -0.9876701235771179, -1.3644146919250488, -1.8096582889556885, -1.9809058904647827, -2.032280206680298, -1.8096582889556885, -1.484287977218628, -1.1589176654815674, -0.2684305012226105, 1.2385478019714355, 1.718040943145752, 1.7694151401519775, 1.8036646842956543, 1.7522903680801392, 1.4611696004867554, 0.27956172823905945, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.4500385522842407, -1.1931672096252441, -1.604161262512207, -2.01515531539917, -2.1007792949676514, -1.7411593198776245, -1.7240345478057861, -1.8096582889556885, -1.9809058904647827, -1.9809058904647827, -1.3301652669906616, -1.2787909507751465, -1.073293924331665, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -1.9637811183929443, -0.7650483250617981, -0.40542852878570557, -0.576676070690155, -0.6794245839118958, -0.6622998118400574, -1.672660231590271, -1.2787909507751465, -0.4739275276660919, 0.0740646943449974, 0.6905558109283447, 1.0673003196716309, 1.2899221181869507, 1.5296685695648193, 1.6666666269302368, 1.6666666269302368, -0.21705622971057892, -1.6897850036621094, -1.6897850036621094, -1.9637811183929443, -0.7650483250617981, -0.30267998576164246, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.8849216103553772, -0.9705453515052795, -0.8849216103553772, -0.7650483250617981, -0.8164225816726685, -0.8164225816726685, -0.6965492963790894, -0.5081770420074463, -0.8335473537445068, -0.8849216103553772, -0.9705453515052795, -0.7992978096008301, -1.1760424375534058, -0.9876701235771179, -0.8677968382835388, -0.7821730971336365, -0.9534205794334412, -1.0390443801879883, -0.9362958669662476, -0.9876701235771179, -0.6965492963790894, -0.7479235529899597, -0.9876701235771179, -0.5938007831573486, -0.7650483250617981, -0.9362958669662476, -0.7136740684509277, -0.9191710948944092, -0.7821730971336365, -1.1075434684753418, -0.8677968382835388, -0.7307988405227661, -0.6794245839118958, -0.8677968382835388, -0.7479235529899597, -0.645175039768219, -0.6280503273010254, -0.7136740684509277, -0.8849216103553772, -0.645175039768219, -0.43967801332473755, -0.576676070690155, -0.31980475783348083, -0.8164225816726685, -0.8164225816726685, -0.7307988405227661, -0.610925555229187, -0.5424265265464783, -0.6965492963790894, -0.8164225816726685, -0.7136740684509277, -0.8677968382835388, -0.43967801332473755, -0.40542852878570557, -0.5424265265464783, -0.3883037567138672, -0.2684305012226105, -0.08005820959806442, -0.2684305012226105, -0.2684305012226105, 0.12543895840644836, 0.24531221389770508, 0.656306266784668, 0.4679340124130249, 0.7076805233955383, 0.810429036617279, 1.1700488328933716, 1.0501755475997925, 1.1357992887496948, 1.2042982578277588, 1.255672574043274, 1.0501755475997925, 1.0501755475997925, 0.41655975580215454, -1.4329137802124023, -1.8439078330993652, -1.946656346321106, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.9637811183929443, -1.9637811183929443, -1.9637811183929443, -1.8439078330993652, -0.9876701235771179, -1.1931672096252441, -1.1760424375534058, -0.9705453515052795, 0.587807297706604, 0.4850587546825409, 1.0844250917434692, 1.4097954034805298, 0.3309359848499298, 0.6391815543174744, 0.3480607271194458, 0.5364330410957336, -0.011559205129742622, -0.2513057291507721, -0.8506720662117004, -0.5424265265464783, -0.14855723083019257, -0.21705622971057892, -0.3883037567138672, 0.15968845784664154, -0.40542852878570557, -0.7136740684509277, -0.4910522699356079, -0.045808710157871246, -0.43967801332473755, -0.3711790144443512, -0.6622998118400574, -0.9362958669662476, -0.7992978096008301, -0.5253018140792847, -0.610925555229187, -0.40542852878570557, -0.02868395671248436, 1.5981676578521729, 1.8892884254455566], [1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 1.1186745166778564, 1.7351655960083008, 1.7694151401519775, 1.3926706314086914, 0.5706825256347656, 0.6049320101737976, 1.0501755475997925, 1.18717360496521, 0.9816765785217285, 0.4508092403411865, -0.8335473537445068, -1.5870364904403687, -1.672660231590271, -1.6212860345840454, -1.7069097757339478, -1.8267830610275269, -1.5014127492904663, -0.9705453515052795, -0.610925555229187, -0.9020463228225708, -1.5014127492904663, -1.878157377243042, -1.946656346321106, -2.0665295124053955, -1.604161262512207, 0.622056782245636, 1.5125439167022705, 1.718040943145752, 1.6666666269302368, 1.3584210872650146, -0.13143247365951538, -1.6384108066558838, -1.8610326051712036, -2.032280206680298, -1.9295315742492676, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -2.01515531539917, -1.5014127492904663, -1.3986642360687256, -1.535662293434143, -1.8439078330993652, -2.01515531539917, -1.672660231590271, -1.2959157228469849, -1.5014127492904663, -1.79253351688385, -1.9295315742492676, -2.0836544036865234, -2.1179039478302, -1.227416753768921, -0.7479235529899597, -0.7821730971336365, -0.6794245839118958, -0.5081770420074463, -1.0390443801879883, -2.1007792949676514, -2.1007792949676514, -0.7136740684509277, 1.101549744606018, 1.5125439167022705, 1.6837913990020752, 1.7522903680801392, 1.8892884254455566, 1.7009161710739136, 1.3070467710494995, -1.7240345478057861, -2.0494048595428467, -2.1179039478302, -1.5527870655059814, -1.3130404949188232, -1.1589176654815674, -1.1931672096252441, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.9020463228225708, -0.9191710948944092, -0.8849216103553772, -0.7307988405227661, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -0.5424265265464783, -0.8506720662117004, -0.576676070690155, -0.7650483250617981, -0.9534205794334412, -0.6965492963790894, -0.9362958669662476, -0.8506720662117004, -0.8849216103553772, -0.7136740684509277, -1.0390443801879883, -0.6965492963790894, -0.6965492963790894, -0.645175039768219, -0.7650483250617981, -0.7479235529899597, -0.7992978096008301, -0.8506720662117004, -0.4739275276660919, -0.9020463228225708, -0.9191710948944092, -0.8335473537445068, -0.9020463228225708, -0.9705453515052795, -0.7821730971336365, -0.7821730971336365, -0.9534205794334412, -0.8335473537445068, -0.3369295001029968, -0.40542852878570557, -0.42255327105522156, -0.5595512986183167, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.6965492963790894, -0.7992978096008301, -0.576676070690155, -0.6965492963790894, -0.610925555229187, -0.7136740684509277, -0.9876701235771179, -0.610925555229187, -0.6794245839118958, -0.42255327105522156, -0.610925555229187, -0.4910522699356079, -0.3369295001029968, -0.19993148744106293, -0.14855723083019257, 0.0055655487813055515, -0.08005820959806442, 0.29668647050857544, 0.39943498373031616, 0.5535577535629272, 0.7419300675392151, 1.0330508947372437, 0.8275538086891174, 1.1186745166778564, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.324171543121338, 1.1529240608215332, 0.5535577535629272, -1.604161262512207, -1.8267830610275269, -1.8952820301055908, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9980305433273315, -1.9295315742492676, -1.9637811183929443, -1.7069097757339478, -1.5527870655059814, -1.4329137802124023, 0.8789280652999878, 1.1529240608215332, 1.324171543121338, 1.4611696004867554, 1.101549744606018, 1.444044828414917, 1.0501755475997925, 0.9131776094436646, 0.587807297706604, 0.5021834969520569, 0.27956172823905945, -0.2341809868812561, 0.056939806789159775, -0.30267998576164246, -0.3369295001029968, 0.056939806789159775, -0.16568197309970856, -0.02868395671248436, -0.8677968382835388, -0.18280673027038574, -0.5424265265464783, -0.045808710157871246, -0.21705622971057892, -0.43967801332473755, -0.576676070690155, -0.43967801332473755, -0.4568027853965759, -0.43967801332473755, -0.6965492963790894, -0.610925555229187, 0.0055655487813055515, 1.63241708278656, 1.8721636533737183], [1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.7933043241500854, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.3651854991912842, 1.0501755475997925, 1.5810428857803345, 1.7694151401519775, 1.3584210872650146, 0.14256370067596436, -1.1075434684753418, -1.8952820301055908, -2.01515531539917, -1.8439078330993652, -1.758284091949463, -1.79253351688385, -1.878157377243042, -1.8952820301055908, -1.946656346321106, -2.01515531539917, -2.0665295124053955, -2.0665295124053955, -1.7069097757339478, -0.9020463228225708, -0.30267998576164246, -0.3883037567138672, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -2.01515531539917, 0.5364330410957336, 1.4954191446304321, 1.1357992887496948, 0.3651854991912842, -1.946656346321106, -2.1007792949676514, -1.946656346321106, -2.032280206680298, -2.0665295124053955, -1.6384108066558838, -1.4329137802124023, -1.3644146919250488, -1.8267830610275269, -1.9809058904647827, -2.1179039478302, -2.1179039478302, -1.9980305433273315, -1.9980305433273315, -1.261666178703308, -1.4329137802124023, -1.3986642360687256, -1.8096582889556885, -1.946656346321106, -1.1760424375534058, -1.1931672096252441, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.6897850036621094, -1.9124068021774292, -1.9637811183929443, -2.0494048595428467, 0.3309359848499298, 1.6837913990020752, 1.8721636533737183, 1.9577873945236206, 2.0434112548828125, 2.0091617107391357, 1.8892884254455566, 0.5193082690238953, -1.6212860345840454, -1.4329137802124023, -2.032280206680298, -1.8096582889556885, -1.1246682405471802, -1.1589176654815674, -1.0904186964035034, -0.9876701235771179, -1.2445415258407593, -1.2102919816970825, -1.0561691522598267, -1.02191960811615, -0.8506720662117004, -0.9876701235771179, -0.8164225816726685, -0.610925555229187, -1.02191960811615, -0.9534205794334412, -0.6622998118400574, -0.610925555229187, -0.9020463228225708, -0.7650483250617981, -1.1589176654815674, -0.42255327105522156, -0.8164225816726685, -0.7650483250617981, -0.8849216103553772, -0.7136740684509277, -0.5424265265464783, -0.43967801332473755, -0.7992978096008301, -0.9362958669662476, -0.7136740684509277, -0.6965492963790894, -0.7136740684509277, -0.9020463228225708, -0.8849216103553772, -0.9705453515052795, -0.4910522699356079, -0.8506720662117004, -0.6794245839118958, -0.7479235529899597, -1.02191960811615, -0.645175039768219, -0.7307988405227661, -0.645175039768219, -0.4910522699356079, -0.3883037567138672, -0.645175039768219, -0.43967801332473755, -0.4568027853965759, -0.5424265265464783, -0.6794245839118958, -1.073293924331665, -0.645175039768219, -0.9191710948944092, -0.6622998118400574, -1.141792893409729, -0.8164225816726685, -0.6794245839118958, -0.6622998118400574, -0.4739275276660919, -0.30267998576164246, -0.5424265265464783, -0.4739275276660919, -0.2684305012226105, -0.3883037567138672, 0.02269030176103115, 0.15968845784664154, 0.2110627144575119, 0.29668647050857544, 0.4850587546825409, 0.7248052954673767, 0.6049320101737976, 1.1700488328933716, 1.1529240608215332, 1.0330508947372437, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, -0.7307988405227661, -1.8096582889556885, -1.8439078330993652, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9637811183929443, -1.9809058904647827, -1.2787909507751465, -1.672660231590271, 0.3651854991912842, -0.13143247365951538, -0.02868395671248436, 1.0844250917434692, 1.5810428857803345, 1.444044828414917, 1.5296685695648193, 1.563918113708496, 1.5125439167022705, 1.2385478019714355, 0.9816765785217285, 0.6049320101737976, 0.7248052954673767, -0.14855723083019257, -0.7479235529899597, -0.5595512986183167, -0.43967801332473755, 0.2281874716281891, -0.08005820959806442, -0.045808710157871246, -0.8677968382835388, -0.19993148744106293, -0.576676070690155, -0.28555524349212646, -0.2341809868812561, -0.3711790144443512, -0.8335473537445068, -0.6965492963790894, -0.16568197309970856, -0.1143077164888382, -0.576676070690155, -0.5424265265464783, -0.18280673027038574, 1.5981676578521729, 1.8550388813018799], [1.4097954034805298, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.8960528373718262, 1.5981676578521729, 1.7009161710739136, 0.9303023219108582, -0.8335473537445068, -1.2959157228469849, -1.4671632051467896, -1.7754088640213013, -2.0494048595428467, -2.0494048595428467, -2.0494048595428467, -1.9809058904647827, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9980305433273315, -2.0494048595428467, -2.1179039478302, -2.1179039478302, -1.5699117183685303, -0.7479235529899597, 0.02269030176103115, -0.40542852878570557, -1.3986642360687256, -1.9124068021774292, -0.30267998576164246, 0.8618032932281494, -0.5253018140792847, -1.8952820301055908, -1.7754088640213013, -1.604161262512207, -1.535662293434143, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.946656346321106, -2.1179039478302, -1.604161262512207, -1.2959157228469849, -1.3644146919250488, -1.79253351688385, -2.032280206680298, -1.9295315742492676, -2.0494048595428467, -2.1007792949676514, -2.0665295124053955, -1.7069097757339478, -1.5014127492904663, -1.3472900390625, -1.484287977218628, -1.79253351688385, -1.3986642360687256, -1.415789008140564, -1.8267830610275269, -2.1179039478302, -0.08005820959806442, 1.4097954034805298, 1.8207894563674927, 1.906413197517395, 1.974912166595459, 2.0262863636016846, 1.8892884254455566, -0.011559205129742622, -1.0390443801879883, -1.5185375213623047, -2.032280206680298, -1.7754088640213013, -0.9362958669662476, -0.9876701235771179, -1.227416753768921, -0.9020463228225708, -1.4500385522842407, -1.2102919816970825, -1.1246682405471802, -0.8335473537445068, -1.0904186964035034, -0.8677968382835388, -0.8506720662117004, -1.02191960811615, -0.9020463228225708, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -0.7479235529899597, -0.8335473537445068, -0.7136740684509277, -0.9362958669662476, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.8335473537445068, -0.8164225816726685, -0.9876701235771179, -0.7992978096008301, -0.9534205794334412, -0.8164225816726685, -1.02191960811615, -1.073293924331665, -1.2445415258407593, -0.8677968382835388, -1.073293924331665, -1.1931672096252441, -0.5253018140792847, -0.4910522699356079, -0.576676070690155, -0.6965492963790894, -0.7821730971336365, -0.7136740684509277, -0.9534205794334412, -0.9362958669662476, -0.7650483250617981, -0.5595512986183167, -0.4910522699356079, -0.5424265265464783, -0.4739275276660919, -0.43967801332473755, -0.5938007831573486, -0.5595512986183167, -0.5938007831573486, -0.9020463228225708, -0.5081770420074463, -0.8506720662117004, -0.6622998118400574, -0.6622998118400574, -0.6280503273010254, -0.576676070690155, -0.8164225816726685, -0.5938007831573486, -0.3711790144443512, -0.011559205129742622, 0.0055655487813055515, -0.21705622971057892, -0.011559205129742622, 0.29668647050857544, 0.43368449807167053, 0.6905558109283447, 0.7590547800064087, 1.0159261226654053, 1.1700488328933716, 1.1529240608215332, 1.2727973461151123, 1.18717360496521, 1.2214230298995972, 1.2899221181869507, 1.0673003196716309, 0.4508092403411865, -1.3130404949188232, -1.7240345478057861, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.8952820301055908, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.8267830610275269, -1.1589176654815674, -0.5253018140792847, 0.12543895840644836, 1.18717360496521, 0.9131776094436646, 1.4269200563430786, 0.2281874716281891, 1.5296685695648193, 1.4611696004867554, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.5125439167022705, 0.9645518660545349, 1.324171543121338, -0.5595512986183167, -0.7821730971336365, -0.645175039768219, -0.16568197309970856, 0.056939806789159775, 0.0740646943449974, -0.19993148744106293, -0.5081770420074463, -0.14855723083019257, -0.5253018140792847, -0.2341809868812561, -0.09718296676874161, -0.610925555229187, -0.4910522699356079, -0.5938007831573486, -0.3369295001029968, -0.8335473537445068, -0.2513057291507721, -0.42255327105522156, -0.40542852878570557, 1.718040943145752, 1.8721636533737183], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.810429036617279, 1.4611696004867554, 1.6152924299240112, 1.2214230298995972, 0.6049320101737976, -0.2341809868812561, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -1.4500385522842407, -1.8952820301055908, -2.032280206680298, -2.0494048595428467, -2.0494048595428467, -2.032280206680298, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -2.1007792949676514, -2.0836544036865234, -1.9124068021774292, -1.2102919816970825, -0.045808710157871246, -0.06293346732854843, -1.02191960811615, -1.7240345478057861, -2.0836544036865234, -2.01515531539917, -1.9295315742492676, -1.8439078330993652, -1.8952820301055908, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.4329137802124023, -1.8439078330993652, -2.1007792949676514, -1.9980305433273315, -1.9809058904647827, -2.1179039478302, -1.9124068021774292, -1.3644146919250488, -1.535662293434143, -1.8267830610275269, -2.1007792949676514, -1.6555355787277222, -1.8439078330993652, -1.9980305433273315, -2.0836544036865234, -2.1007792949676514, -1.5014127492904663, -1.7069097757339478, -1.5014127492904663, -1.3301652669906616, 0.9131776094436646, 1.6837913990020752, 1.8550388813018799, 1.8721636533737183, 1.8550388813018799, 1.8379141092300415, 1.5125439167022705, -0.5938007831573486, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -2.1179039478302, -1.3301652669906616, -1.227416753768921, -1.1589176654815674, -1.3301652669906616, -1.8096582889556885, -1.3644146919250488, -1.0561691522598267, -1.02191960811615, -1.3986642360687256, -1.073293924331665, -0.8335473537445068, -0.7307988405227661, -0.9191710948944092, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.6965492963790894, -0.7136740684509277, -0.28555524349212646, -1.0561691522598267, -0.610925555229187, -0.6965492963790894, -0.6965492963790894, -0.8677968382835388, -1.0390443801879883, -1.0390443801879883, -0.9705453515052795, -1.02191960811615, -0.9362958669662476, -0.8335473537445068, -0.7307988405227661, -0.9020463228225708, -0.7307988405227661, -0.8849216103553772, -0.7136740684509277, -0.5253018140792847, -0.4568027853965759, -0.6622998118400574, -0.8677968382835388, -0.7992978096008301, -1.1075434684753418, -0.7479235529899597, -0.9705453515052795, -0.5595512986183167, -0.5081770420074463, -0.4739275276660919, -0.7479235529899597, -0.5938007831573486, -0.6622998118400574, -0.5595512986183167, -0.3369295001029968, -0.5938007831573486, -0.5424265265464783, -0.40542852878570557, -0.7650483250617981, -0.40542852878570557, -0.5424265265464783, -0.5081770420074463, -0.2684305012226105, -0.06293346732854843, 0.0740646943449974, 0.2281874716281891, 0.4679340124130249, 0.39943498373031616, 0.4850587546825409, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 0.9474270939826965, 0.8275538086891174, -1.4500385522842407, -1.6384108066558838, -1.79253351688385, -1.878157377243042, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.878157377243042, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8267830610275269, -1.7411593198776245, -0.7992978096008301, 0.656306266784668, 0.27956172823905945, 1.2042982578277588, 1.3926706314086914, 1.6666666269302368, 1.2727973461151123, 1.3584210872650146, 1.3584210872650146, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4954191446304321, 1.1700488328933716, 0.091189444065094, 0.03981505334377289, 0.4850587546825409, 0.39943498373031616, 0.12543895840644836, -0.06293346732854843, -0.13143247365951538, -0.13143247365951538, -0.19993148744106293, -0.16568197309970856, -0.4910522699356079, 0.02269030176103115, -0.610925555229187, -0.4910522699356079, -0.2513057291507721, -0.2513057291507721, -0.7479235529899597, -0.19993148744106293, -0.7821730971336365, -0.5938007831573486, 1.7694151401519775, 1.906413197517395], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.7933043241500854, 1.3926706314086914, 1.5981676578521729, 1.5125439167022705, 1.3412963151931763, 1.0159261226654053, -0.045808710157871246, -0.9020463228225708, -0.610925555229187, -0.4568027853965759, -0.5253018140792847, -1.0904186964035034, -1.79253351688385, -2.01515531539917, -2.1179039478302, -2.0836544036865234, -2.0665295124053955, -2.032280206680298, -2.01515531539917, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -1.6384108066558838, -0.7992978096008301, -0.2684305012226105, -0.5424265265464783, -1.4329137802124023, -1.9637811183929443, -2.1179039478302, -2.0665295124053955, -1.8096582889556885, -1.5699117183685303, -1.79253351688385, -1.6897850036621094, -1.8610326051712036, -1.7754088640213013, -1.5527870655059814, -1.415789008140564, -1.5870364904403687, -2.1007792949676514, -2.1179039478302, -1.9809058904647827, -2.0665295124053955, -2.0836544036865234, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.6384108066558838, -1.5699117183685303, -1.5699117183685303, -2.1007792949676514, -0.9191710948944092, 1.5810428857803345, 1.8721636533737183, 1.8721636533737183, 1.8550388813018799, 1.7009161710739136, -2.0494048595428467, -2.1179039478302, -1.1931672096252441, -1.1760424375534058, -1.1246682405471802, -0.7479235529899597, -1.5527870655059814, -1.9295315742492676, -1.141792893409729, -1.2959157228469849, -1.1589176654815674, -1.0390443801879883, -1.7069097757339478, -1.8439078330993652, -1.3472900390625, -0.8849216103553772, -1.2102919816970825, -1.1246682405471802, -1.1760424375534058, -0.7821730971336365, -0.7992978096008301, -0.7307988405227661, -0.7821730971336365, -0.6965492963790894, -1.0904186964035034, -0.7307988405227661, -0.9362958669662476, -0.8506720662117004, -0.42255327105522156, -0.7992978096008301, -0.645175039768219, -0.7650483250617981, -0.9191710948944092, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.610925555229187, -0.5938007831573486, -0.9020463228225708, -0.7992978096008301, -0.5081770420074463, -0.5938007831573486, -0.9534205794334412, -0.8677968382835388, -0.4910522699356079, -0.6965492963790894, -0.9534205794334412, -0.645175039768219, -0.40542852878570557, -0.42255327105522156, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.4568027853965759, -0.4568027853965759, -0.3369295001029968, -0.5595512986183167, -0.7650483250617981, -0.31980475783348083, -0.30267998576164246, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.2513057291507721, -0.4910522699356079, -0.4739275276660919, 0.19393795728683472, 0.12543895840644836, 0.15968845784664154, 0.3480607271194458, 0.4850587546825409, 0.5193082690238953, 0.6391815543174744, 0.8789280652999878, 0.9303023219108582, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.2214230298995972, 1.1700488328933716, -0.5938007831573486, -1.6384108066558838, -1.8096582889556885, -1.8952820301055908, -1.946656346321106, -1.9295315742492676, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.79253351688385, -1.7240345478057861, -1.073293924331665, -1.8096582889556885, -0.8506720662117004, 0.7419300675392151, 1.4097954034805298, 1.2214230298995972, 1.1700488328933716, 1.7351655960083008, 1.6837913990020752, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.2899221181869507, 1.444044828414917, 1.4269200563430786, 1.0844250917434692, -0.4739275276660919, 1.0330508947372437, 0.7419300675392151, 0.26243698596954346, 0.2110627144575119, -0.28555524349212646, -0.09718296676874161, -0.3883037567138672, 0.091189444065094, -0.30267998576164246, -0.09718296676874161, -0.40542852878570557, -0.14855723083019257, -0.3711790144443512, -0.6794245839118958, -0.43967801332473755, 0.15968845784664154, -0.610925555229187, -0.8677968382835388, 1.7351655960083008, 1.9235379695892334], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5364330410957336, 0.7248052954673767, 1.255672574043274, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 1.0844250917434692, 0.056939806789159775, -0.8506720662117004, -0.9020463228225708, -0.4739275276660919, -0.08005820959806442, -0.14855723083019257, -0.9191710948944092, -1.604161262512207, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -2.0494048595428467, -2.0665295124053955, -2.1007792949676514, -2.1179039478302, -1.946656346321106, -0.8677968382835388, -0.43967801332473755, -0.5253018140792847, -1.0047948360443115, -1.6897850036621094, -2.0836544036865234, -2.1179039478302, -1.8439078330993652, -1.6897850036621094, -1.79253351688385, -1.6897850036621094, -1.9809058904647827, -1.946656346321106, -2.1007792949676514, -1.8096582889556885, -1.535662293434143, -1.535662293434143, -1.6555355787277222, -2.1179039478302, -1.8952820301055908, -1.6212860345840454, -1.484287977218628, -1.79253351688385, -1.9295315742492676, -1.946656346321106, -1.8610326051712036, -1.9980305433273315, -2.1179039478302, -1.2102919816970825, 1.0501755475997925, 1.5125439167022705, 1.6495418548583984, 1.8036646842956543, 1.4611696004867554, -2.0665295124053955, -2.0494048595428467, -1.535662293434143, -1.6212860345840454, -1.484287977218628, -1.2787909507751465, -2.0836544036865234, -2.032280206680298, -0.645175039768219, -1.1589176654815674, -0.9705453515052795, -0.9191710948944092, -0.8506720662117004, -1.7754088640213013, -1.4671632051467896, -1.2787909507751465, -1.261666178703308, -1.1246682405471802, -1.02191960811615, -1.0561691522598267, -0.645175039768219, -0.9191710948944092, -0.8677968382835388, -1.1075434684753418, -0.8506720662117004, -0.5595512986183167, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.6280503273010254, -0.8335473537445068, -0.645175039768219, -0.7307988405227661, -0.7650483250617981, -0.6622998118400574, -0.6965492963790894, -0.576676070690155, -0.3883037567138672, -0.5424265265464783, -0.9876701235771179, -0.8335473537445068, -0.610925555229187, -0.8849216103553772, -0.576676070690155, -0.6794245839118958, -0.7650483250617981, -0.8164225816726685, -0.09718296676874161, -0.19993148744106293, -0.14855723083019257, -0.3369295001029968, -0.2513057291507721, -0.19993148744106293, -0.21705622971057892, -0.42255327105522156, -0.21705622971057892, 0.12543895840644836, -0.43967801332473755, -0.31980475783348083, -0.43967801332473755, 0.14256370067596436, -0.13143247365951538, 0.4508092403411865, 0.29668647050857544, 0.5364330410957336, 0.5706825256347656, 0.810429036617279, 0.9645518660545349, 0.9303023219108582, 1.2899221181869507, 1.3584210872650146, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.375545859336853, 0.5364330410957336, -1.073293924331665, -1.8096582889556885, -1.7754088640213013, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.8610326051712036, -1.8610326051712036, -1.7754088640213013, -1.8267830610275269, -1.878157377243042, -1.535662293434143, -1.758284091949463, -1.5699117183685303, -0.8335473537445068, 0.9474270939826965, -1.2959157228469849, 0.7248052954673767, 1.1529240608215332, 1.6152924299240112, 1.4954191446304321, 1.5981676578521729, 1.6495418548583984, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.1700488328933716, 0.5535577535629272, 1.2042982578277588, 1.18717360496521, 0.7933043241500854, 0.10831420123577118, -0.28555524349212646, 0.091189444065094, -0.08005820959806442, -0.09718296676874161, 0.091189444065094, 0.0740646943449974, -0.3369295001029968, -0.2513057291507721, -0.08005820959806442, -0.18280673027038574, -0.045808710157871246, -0.5081770420074463, -0.4568027853965759, -0.31980475783348083, 1.7694151401519775, 1.786539912223816], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.6905558109283447, 1.1529240608215332, 1.5981676578521729, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4097954034805298, 1.0673003196716309, 0.17681321501731873, -0.5595512986183167, -0.7307988405227661, -0.7821730971336365, -0.3711790144443512, 0.12543895840644836, 0.19393795728683472, -0.6622998118400574, -1.5870364904403687, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9637811183929443, -1.9980305433273315, -2.032280206680298, -2.0665295124053955, -1.8610326051712036, -0.9876701235771179, -0.7479235529899597, -0.6965492963790894, -0.7479235529899597, -1.3472900390625, -1.8610326051712036, -2.1179039478302, -1.9124068021774292, -1.7411593198776245, -1.8439078330993652, -1.604161262512207, -1.5185375213623047, -1.9809058904647827, -2.0665295124053955, -1.9809058904647827, -2.1179039478302, -1.8267830610275269, -1.6384108066558838, -2.0836544036865234, -2.1179039478302, -2.0494048595428467, -2.032280206680298, -1.535662293434143, -1.758284091949463, -2.0836544036865234, -2.0836544036865234, -1.604161262512207, -0.8164225816726685, 1.375545859336853, 1.5981676578521729, 1.8207894563674927, 1.8036646842956543, -0.5595512986183167, -1.8267830610275269, -2.0665295124053955, -1.79253351688385, -1.5185375213623047, -1.9637811183929443, -1.9809058904647827, -2.032280206680298, -0.9020463228225708, -1.3130404949188232, -1.2787909507751465, -1.2445415258407593, -1.3301652669906616, -2.0665295124053955, -1.4671632051467896, -1.073293924331665, -1.5014127492904663, -1.4671632051467896, -1.4671632051467896, -0.8506720662117004, -0.9876701235771179, -0.9876701235771179, -1.0390443801879883, -0.7821730971336365, -0.645175039768219, -0.9705453515052795, -0.8506720662117004, -0.6965492963790894, -0.9876701235771179, -0.8506720662117004, -1.1589176654815674, -0.8164225816726685, -0.7821730971336365, -0.9534205794334412, -0.7650483250617981, -0.4739275276660919, -1.1075434684753418, -0.5424265265464783, -0.6280503273010254, -0.7307988405227661, -0.7821730971336365, -0.5081770420074463, -0.610925555229187, -0.5081770420074463, -0.576676070690155, -0.8677968382835388, -0.6280503273010254, -0.6794245839118958, -0.6280503273010254, -0.610925555229187, -0.8164225816726685, -0.610925555229187, -0.610925555229187, -0.3883037567138672, -0.40542852878570557, -0.4568027853965759, -0.40542852878570557, -0.19993148744106293, -0.1143077164888382, 0.0055655487813055515, -0.28555524349212646, -0.16568197309970856, -0.011559205129742622, -0.40542852878570557, -0.30267998576164246, -0.09718296676874161, -0.5938007831573486, 0.27956172823905945, 0.29668647050857544, 0.17681321501731873, 0.39943498373031616, 0.5193082690238953, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.18717360496521, 1.2214230298995972, 1.1529240608215332, 1.255672574043274, -0.08005820959806442, -1.4329137802124023, -1.8096582889556885, -1.8439078330993652, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.7411593198776245, -1.758284091949463, -1.79253351688385, -1.6555355787277222, -1.7411593198776245, -0.7992978096008301, 0.3138112425804138, 0.24531221389770508, 0.2281874716281891, 0.9131776094436646, -0.9020463228225708, -0.16568197309970856, 1.2385478019714355, 1.18717360496521, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.444044828414917, 1.3926706314086914, 1.5467933416366577, 1.3412963151931763, 1.4269200563430786, 1.2385478019714355, 1.2727973461151123, 0.8789280652999878, 0.2281874716281891, -0.31980475783348083, 0.15968845784664154, -0.3369295001029968, -0.3369295001029968, -0.2684305012226105, -0.045808710157871246, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.0740646943449974, 0.10831420123577118, -0.6622998118400574, -0.3540542721748352, 0.3480607271194458, 1.8036646842956543, 1.786539912223816], [1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 1.2214230298995972, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4611696004867554, 1.2214230298995972, 0.19393795728683472, -0.5253018140792847, -0.4739275276660919, -0.6794245839118958, -0.9191710948944092, -0.28555524349212646, 0.2281874716281891, 0.12543895840644836, -0.7650483250617981, -1.6212860345840454, -1.878157377243042, -1.9809058904647827, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -2.1179039478302, -1.8952820301055908, -1.261666178703308, -0.9191710948944092, -0.9876701235771179, -0.9020463228225708, -1.261666178703308, -1.878157377243042, -2.0836544036865234, -2.0665295124053955, -1.758284091949463, -1.8610326051712036, -1.8096582889556885, -1.3815394639968872, -1.5014127492904663, -1.8267830610275269, -1.9980305433273315, -1.8267830610275269, -1.5014127492904663, -1.7754088640213013, -1.9809058904647827, -2.0836544036865234, -1.8952820301055908, -1.7240345478057861, -1.7754088640213013, -1.8267830610275269, -1.9637811183929443, -2.1179039478302, -2.1007792949676514, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, -0.9362958669662476, -1.5870364904403687, -1.672660231590271, -2.1179039478302, -2.1007792949676514, -1.3815394639968872, -0.8506720662117004, -0.9362958669662476, -1.2787909507751465, -1.604161262512207, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -1.7754088640213013, -1.5527870655059814, -1.073293924331665, -1.1246682405471802, -0.9705453515052795, -1.2445415258407593, -1.2102919816970825, -1.1075434684753418, -0.645175039768219, -1.0390443801879883, -0.8164225816726685, -0.9705453515052795, -1.02191960811615, -0.7479235529899597, -1.073293924331665, -0.6965492963790894, -0.7136740684509277, -0.8677968382835388, -0.8849216103553772, -0.4568027853965759, -1.073293924331665, -0.3540542721748352, -0.576676070690155, -0.6622998118400574, -0.7136740684509277, -0.7136740684509277, -0.5424265265464783, -0.7992978096008301, -0.6965492963790894, -0.8849216103553772, -0.6965492963790894, -0.9191710948944092, -0.8677968382835388, -1.02191960811615, -0.5253018140792847, -0.3540542721748352, -0.4568027853965759, -0.9020463228225708, -0.7479235529899597, -0.3369295001029968, -0.30267998576164246, -0.13143247365951538, -0.5595512986183167, -0.9020463228225708, -0.7136740684509277, -0.42255327105522156, 0.15968845784664154, 0.12543895840644836, 0.03981505334377289, -0.2513057291507721, -0.02868395671248436, 0.12543895840644836, -0.19993148744106293, 0.15968845784664154, 0.26243698596954346, 0.6905558109283447, 0.6391815543174744, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 1.2214230298995972, 1.2899221181869507, 1.0844250917434692, 1.2727973461151123, 1.0844250917434692, 0.4679340124130249, -0.7992978096008301, -0.576676070690155, -1.7754088640213013, -1.8439078330993652, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.878157377243042, -1.8610326051712036, -1.7411593198776245, -1.8439078330993652, -1.227416753768921, -1.3301652669906616, 1.1700488328933716, 1.2385478019714355, 1.444044828414917, 0.27956172823905945, 1.7694151401519775, -0.08005820959806442, -1.141792893409729, 0.5021834969520569, 1.4097954034805298, 1.444044828414917, 1.563918113708496, 1.2899221181869507, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, -0.16568197309970856, -0.42255327105522156, -0.09718296676874161, -0.5424265265464783, -0.31980475783348083, -0.21705622971057892, -0.16568197309970856, -0.21705622971057892, -0.2684305012226105, -0.31980475783348083, 0.14256370067596436, -0.28555524349212646, -0.40542852878570557, -0.40542852878570557, 0.7248052954673767, 1.8207894563674927, 1.7351655960083008], [1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.7590547800064087, 0.7248052954673767, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.8618032932281494, 1.4611696004867554, 1.6495418548583984, 1.7009161710739136, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.375545859336853, 1.1357992887496948, 0.3309359848499298, -0.30267998576164246, -0.18280673027038574, -0.40542852878570557, -1.1931672096252441, -1.1075434684753418, -0.2513057291507721, 0.14256370067596436, -0.18280673027038574, -1.073293924331665, -1.7069097757339478, -1.8439078330993652, -2.032280206680298, -2.1179039478302, -2.0836544036865234, -2.01515531539917, -1.9637811183929443, -1.261666178703308, -0.9191710948944092, -1.02191960811615, -0.8506720662117004, -0.7307988405227661, -1.4671632051467896, -1.9124068021774292, -2.1179039478302, -1.9124068021774292, -1.8267830610275269, -2.0494048595428467, -1.7069097757339478, -1.9980305433273315, -1.7240345478057861, -1.8439078330993652, -2.1007792949676514, -1.5699117183685303, -1.6212860345840454, -1.9809058904647827, -2.1007792949676514, -2.1179039478302, -1.8952820301055908, -1.8439078330993652, -1.535662293434143, -1.6212860345840454, 0.4850587546825409, 1.3070467710494995, 1.4782943725585938, 1.101549744606018, -1.1246682405471802, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -1.9637811183929443, -1.4500385522842407, -1.415789008140564, -1.5185375213623047, -1.0047948360443115, -2.032280206680298, -2.0836544036865234, -0.7992978096008301, -0.8677968382835388, -0.8506720662117004, -0.9362958669662476, -1.6384108066558838, -1.6897850036621094, -1.1760424375534058, -1.1589176654815674, -1.02191960811615, -1.2102919816970825, -1.02191960811615, -1.0904186964035034, -0.9020463228225708, -0.7992978096008301, -1.1931672096252441, -0.7821730971336365, -1.2787909507751465, -1.0047948360443115, -1.0047948360443115, -0.9705453515052795, -1.2787909507751465, -0.4910522699356079, -1.227416753768921, -0.40542852878570557, -0.8849216103553772, -0.9191710948944092, -0.4910522699356079, -0.7136740684509277, -0.5595512986183167, -0.5253018140792847, -1.0047948360443115, -0.5938007831573486, -0.645175039768219, -0.7479235529899597, -0.8164225816726685, -0.5938007831573486, -0.7650483250617981, -0.8506720662117004, -0.8164225816726685, -0.6965492963790894, -0.7479235529899597, -0.7650483250617981, -0.610925555229187, -0.3540542721748352, -0.06293346732854843, -0.045808710157871246, -0.02868395671248436, -0.011559205129742622, -0.011559205129742622, 0.14256370067596436, 0.03981505334377289, -0.3369295001029968, -0.19993148744106293, 0.14256370067596436, -0.1143077164888382, 0.12543895840644836, 0.19393795728683472, 0.24531221389770508, 0.3651854991912842, 0.6734310388565063, 0.7590547800064087, 0.9645518660545349, 0.8275538086891174, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 0.4679340124130249, -1.227416753768921, -1.5527870655059814, -1.9980305433273315, -1.9124068021774292, -1.8952820301055908, -1.7240345478057861, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.415789008140564, -0.8849216103553772, 0.6391815543174744, 1.4954191446304321, 1.7694151401519775, 1.7522903680801392, 1.3412963151931763, 1.8721636533737183, 1.6495418548583984, -1.7411593198776245, -1.878157377243042, -0.08005820959806442, 1.5125439167022705, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.375545859336853, 1.444044828414917, 1.0501755475997925, 1.5125439167022705, 1.375545859336853, 0.14256370067596436, 0.3309359848499298, 0.056939806789159775, 0.2281874716281891, -0.3711790144443512, -0.2684305012226105, -0.43967801332473755, -0.40542852878570557, 0.056939806789159775, 0.02269030176103115, -0.3711790144443512, -0.5595512986183167, -0.7821730971336365, -0.18280673027038574, 1.0330508947372437, 1.786539912223816, 1.718040943145752], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 1.0844250917434692, 1.5467933416366577, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6152924299240112, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.1700488328933716, 0.41655975580215454, -0.31980475783348083, -0.2684305012226105, -0.06293346732854843, -0.6965492963790894, -1.535662293434143, -1.0047948360443115, -0.08005820959806442, 0.24531221389770508, -0.4739275276660919, -1.4329137802124023, -1.79253351688385, -1.8952820301055908, -2.0665295124053955, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.0390443801879883, -0.8849216103553772, -1.0047948360443115, -0.9362958669662476, -0.7307988405227661, -1.0904186964035034, -1.946656346321106, -2.1179039478302, -1.9124068021774292, -1.6384108066558838, -1.9124068021774292, -1.79253351688385, -1.535662293434143, -1.535662293434143, -1.9980305433273315, -1.9809058904647827, -1.8952820301055908, -2.0836544036865234, -2.032280206680298, -2.0494048595428467, -2.01515531539917, -1.9637811183929443, -2.0494048595428467, -1.79253351688385, 0.8275538086891174, 1.6495418548583984, 1.786539912223816, 1.8721636533737183, 1.5810428857803345, -1.8096582889556885, -2.032280206680298, -1.9637811183929443, -1.9295315742492676, -2.01515531539917, -2.0836544036865234, -1.9980305433273315, -2.1179039478302, -2.0836544036865234, -1.4671632051467896, -1.415789008140564, -1.3130404949188232, -1.3130404949188232, -1.1931672096252441, -1.3986642360687256, -1.4500385522842407, -1.0047948360443115, -1.6897850036621094, -1.1760424375534058, -1.1246682405471802, -1.0904186964035034, -1.1589176654815674, -1.0047948360443115, -0.9876701235771179, -1.02191960811615, -1.0390443801879883, -1.073293924331665, -1.1246682405471802, -1.3815394639968872, -0.8335473537445068, -1.2959157228469849, -0.7479235529899597, -0.9191710948944092, -1.02191960811615, -1.02191960811615, -1.0390443801879883, -1.1760424375534058, -1.415789008140564, -0.7479235529899597, -0.6965492963790894, -0.7992978096008301, -0.6794245839118958, -0.6794245839118958, -0.8849216103553772, -0.6280503273010254, -0.3369295001029968, -0.21705622971057892, -0.43967801332473755, -0.4739275276660919, -0.645175039768219, -0.4568027853965759, -0.3711790144443512, -0.6622998118400574, -0.7307988405227661, -0.31980475783348083, -0.9191710948944092, -0.5253018140792847, -0.4568027853965759, 0.03981505334377289, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.09718296676874161, 0.15968845784664154, 0.3651854991912842, 0.19393795728683472, 0.3309359848499298, 0.5021834969520569, 0.622056782245636, 0.7590547800064087, 0.9303023219108582, 1.1186745166778564, 1.3584210872650146, 1.2214230298995972, 1.2385478019714355, 1.0159261226654053, 0.0740646943449974, -0.6280503273010254, -1.9637811183929443, -1.9295315742492676, -1.9980305433273315, -1.8952820301055908, -1.6212860345840454, -1.6897850036621094, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.6555355787277222, -1.6555355787277222, -0.7821730971336365, 0.26243698596954346, 1.1357992887496948, 1.4782943725585938, 1.7522903680801392, 1.786539912223816, 1.6666666269302368, 1.8379141092300415, 1.9577873945236206, -0.9876701235771179, -1.8267830610275269, -0.9362958669662476, -1.9809058904647827, -1.758284091949463, 0.03981505334377289, 1.6837913990020752, 1.3926706314086914, 1.2385478019714355, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.375545859336853, 1.3070467710494995, 1.5467933416366577, 1.4611696004867554, 0.8789280652999878, 0.7933043241500854, 0.43368449807167053, -0.2341809868812561, -0.4910522699356079, -0.3883037567138672, -0.21705622971057892, -0.3540542721748352, -0.1143077164888382, 0.091189444065094, 0.0055655487813055515, -0.4739275276660919, -0.7650483250617981, -0.5424265265464783, 1.3070467710494995, 1.6666666269302368, 1.786539912223816], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 1.18717360496521, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.3584210872650146, 1.1186745166778564, 0.3480607271194458, -0.3711790144443512, -0.3711790144443512, -0.08005820959806442, -0.18280673027038574, -1.227416753768921, -1.415789008140564, -0.4910522699356079, -0.06293346732854843, -0.19993148744106293, -0.9020463228225708, -1.7069097757339478, -1.8439078330993652, -1.8096582889556885, -1.946656346321106, -2.0665295124053955, -2.01515531539917, -1.3130404949188232, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8164225816726685, -0.7650483250617981, -1.6897850036621094, -2.1179039478302, -2.032280206680298, -1.8610326051712036, -1.8096582889556885, -2.0836544036865234, -1.9124068021774292, -1.6212860345840454, -1.535662293434143, -1.8610326051712036, -1.9637811183929443, -1.79253351688385, -1.8610326051712036, -2.0494048595428467, -2.0836544036865234, -1.8267830610275269, -1.672660231590271, 1.2727973461151123, 1.6666666269302368, 1.8379141092300415, -0.2341809868812561, -1.9980305433273315, -2.1179039478302, -1.2959157228469849, -1.672660231590271, -1.2959157228469849, -1.2445415258407593, -1.3472900390625, -2.1179039478302, -0.8506720662117004, -0.9876701235771179, -1.3472900390625, -1.8610326051712036, -2.1007792949676514, -1.604161262512207, -1.2445415258407593, -1.3130404949188232, -1.0047948360443115, -1.1760424375534058, -1.415789008140564, -1.227416753768921, -1.3130404949188232, -1.141792893409729, -1.1075434684753418, -1.0047948360443115, -1.1246682405471802, -1.0561691522598267, -1.1760424375534058, -1.227416753768921, -1.1075434684753418, -1.415789008140564, -0.8849216103553772, -1.073293924331665, -1.415789008140564, -1.141792893409729, -1.3130404949188232, -1.3986642360687256, -1.0561691522598267, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -0.9020463228225708, -0.9191710948944092, -1.0904186964035034, -0.7821730971336365, -0.6622998118400574, -0.8849216103553772, -0.9534205794334412, -0.645175039768219, -1.2445415258407593, -1.5185375213623047, -1.7240345478057861, -1.1931672096252441, -1.2102919816970825, -1.2959157228469849, -0.8335473537445068, -0.8506720662117004, -0.7479235529899597, -0.8164225816726685, -0.30267998576164246, -0.4739275276660919, -0.43967801332473755, -0.08005820959806442, 0.2281874716281891, 0.056939806789159775, 0.17681321501731873, 0.4679340124130249, 0.622056782245636, 0.7419300675392151, 0.7419300675392151, 1.0501755475997925, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.4097954034805298, 1.0501755475997925, 0.056939806789159775, -0.9705453515052795, -1.9809058904647827, -1.9809058904647827, -1.9637811183929443, -1.8267830610275269, -1.9124068021774292, -1.878157377243042, -1.672660231590271, -1.8610326051712036, -1.8439078330993652, -1.672660231590271, -1.3472900390625, -0.9876701235771179, 0.24531221389770508, 0.6391815543174744, 1.1186745166778564, 1.4269200563430786, 1.906413197517395, 1.9406627416610718, 1.8207894563674927, 1.8379141092300415, 1.9920369386672974, 1.7009161710739136, -0.8506720662117004, -1.2959157228469849, -1.415789008140564, -1.8610326051712036, -1.8610326051712036, -1.9809058904647827, -0.610925555229187, 1.375545859336853, 1.18717360496521, 1.4097954034805298, 1.255672574043274, 1.3584210872650146, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.255672574043274, 0.8446785807609558, -0.3369295001029968, -0.4739275276660919, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.19393795728683472, 0.19393795728683472, 0.656306266784668, -0.21705622971057892, -0.4568027853965759, -0.4568027853965759, -0.2684305012226105, 1.6152924299240112, 1.6495418548583984, 1.7351655960083008], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 1.444044828414917, 1.6152924299240112, 1.6495418548583984, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 0.4679340124130249, -0.31980475783348083, -0.7136740684509277, -0.40542852878570557, 0.0055655487813055515, -0.9362958669662476, -1.3644146919250488, -0.4739275276660919, -0.5081770420074463, -0.5081770420074463, -0.6280503273010254, -1.1760424375534058, -1.9295315742492676, -1.7754088640213013, -1.9637811183929443, -2.0665295124053955, -2.1179039478302, -1.6384108066558838, -0.9534205794334412, -1.2102919816970825, -1.3815394639968872, -1.3301652669906616, -0.8677968382835388, -1.3130404949188232, -2.0836544036865234, -1.9637811183929443, -1.6212860345840454, -1.79253351688385, -1.946656346321106, -1.8610326051712036, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.032280206680298, -2.032280206680298, -1.8610326051712036, -1.9809058904647827, -2.032280206680298, 1.101549744606018, 1.255672574043274, 1.5810428857803345, 0.587807297706604, -2.1007792949676514, -2.0665295124053955, -1.415789008140564, -1.6384108066558838, -1.5527870655059814, -1.4671632051467896, -2.0836544036865234, -1.9980305433273315, -1.3130404949188232, -1.4500385522842407, -1.1760424375534058, -2.1007792949676514, -1.1760424375534058, -1.1246682405471802, -1.2102919816970825, -1.2959157228469849, -1.3644146919250488, -1.2445415258407593, -1.3301652669906616, -1.2102919816970825, -1.415789008140564, -1.1246682405471802, -1.1760424375534058, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.1760424375534058, -1.2445415258407593, -1.4329137802124023, -1.3815394639968872, -1.1931672096252441, -1.3986642360687256, -1.3815394639968872, -1.1931672096252441, -1.2102919816970825, -1.227416753768921, -0.9020463228225708, -1.3644146919250488, -0.8849216103553772, -1.0904186964035034, -1.0047948360443115, -0.6794245839118958, -0.9876701235771179, -1.3815394639968872, -0.9534205794334412, -1.02191960811615, -0.7992978096008301, -0.7479235529899597, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.6280503273010254, -0.7307988405227661, -0.7650483250617981, -0.7479235529899597, -0.8506720662117004, -0.5253018140792847, -0.7479235529899597, -0.2513057291507721, -0.4568027853965759, -0.8677968382835388, -0.19993148744106293, -0.011559205129742622, -0.011559205129742622, 0.5193082690238953, 0.27956172823905945, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 1.0330508947372437, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 0.7248052954673767, 0.12543895840644836, 0.2110627144575119, -0.9876701235771179, -1.946656346321106, -2.01515531539917, -2.032280206680298, -1.946656346321106, -1.8952820301055908, -1.8267830610275269, -1.8439078330993652, -1.7411593198776245, -1.8439078330993652, -1.672660231590271, -1.1931672096252441, -1.1760424375534058, -0.3369295001029968, 0.8789280652999878, 1.2042982578277588, 1.4097954034805298, 1.5125439167022705, 1.974912166595459, 1.5981676578521729, 1.8036646842956543, 1.8721636533737183, 1.7009161710739136, 0.2281874716281891, -1.5870364904403687, -1.878157377243042, -1.8267830610275269, -1.79253351688385, -1.6212860345840454, -2.01515531539917, -1.604161262512207, 1.1700488328933716, 1.0673003196716309, 1.2385478019714355, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3926706314086914, 0.9303023219108582, 0.27956172823905945, 0.12543895840644836, -0.09718296676874161, 0.2281874716281891, -0.08005820959806442, 0.12543895840644836, -0.30267998576164246, -0.5253018140792847, 0.41655975580215454, -0.3711790144443512, -0.09718296676874161, -0.09718296676874161, -0.28555524349212646, 1.5467933416366577, 1.5810428857803345, 1.6666666269302368], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 1.101549744606018, 1.4954191446304321, 1.6152924299240112, 1.7009161710739136, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.0330508947372437, 0.5193082690238953, -0.16568197309970856, -1.02191960811615, -0.6965492963790894, -0.21705622971057892, -0.8164225816726685, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.7479235529899597, -0.5424265265464783, -0.610925555229187, -1.4329137802124023, -1.758284091949463, -1.7411593198776245, -1.8952820301055908, -2.1179039478302, -1.9124068021774292, -1.0904186964035034, -1.2787909507751465, -1.3472900390625, -1.261666178703308, -0.9362958669662476, -0.9876701235771179, -2.0836544036865234, -2.01515531539917, -1.7069097757339478, -1.6897850036621094, -1.9980305433273315, -1.878157377243042, -1.7240345478057861, -1.5870364904403687, -1.9980305433273315, -2.0665295124053955, -1.9637811183929443, -1.79253351688385, -0.2684305012226105, 1.1529240608215332, 1.4269200563430786, 1.563918113708496, 1.8379141092300415, 0.4679340124130249, -2.0665295124053955, -2.1179039478302, -2.0665295124053955, -1.7411593198776245, -1.7411593198776245, -2.0836544036865234, -1.4500385522842407, -1.3130404949188232, -1.2959157228469849, -2.01515531539917, -1.261666178703308, -1.1246682405471802, -1.227416753768921, -1.073293924331665, -1.4500385522842407, -1.073293924331665, -1.3472900390625, -1.484287977218628, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.5870364904403687, -1.1589176654815674, -1.0904186964035034, -1.2102919816970825, -1.02191960811615, -1.415789008140564, -1.415789008140564, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -0.8164225816726685, -1.3472900390625, -1.0904186964035034, -0.9020463228225708, -1.2787909507751465, -1.0390443801879883, -1.3815394639968872, -0.9020463228225708, -0.7136740684509277, -0.6965492963790894, -0.8164225816726685, -0.8849216103553772, -0.5595512986183167, -0.7136740684509277, -0.8506720662117004, -0.6965492963790894, -0.8164225816726685, -0.5595512986183167, -0.5595512986183167, -0.6794245839118958, -0.5595512986183167, -0.40542852878570557, -0.3883037567138672, -1.0561691522598267, -1.3130404949188232, -0.28555524349212646, -0.02868395671248436, 0.26243698596954346, -0.045808710157871246, 0.27956172823905945, 0.10831420123577118, 0.3651854991912842, 0.4508092403411865, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.9988013505935669, 1.2899221181869507, 0.9816765785217285, 1.2385478019714355, 1.375545859336853, 0.3138112425804138, -0.9705453515052795, -1.9124068021774292, -1.9295315742492676, -2.01515531539917, -2.0494048595428467, -2.0494048595428467, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.604161262512207, -1.484287977218628, -1.3472900390625, -0.3883037567138672, 0.8960528373718262, 1.2214230298995972, 1.63241708278656, 1.444044828414917, 1.6837913990020752, 1.63241708278656, 1.718040943145752, 1.8207894563674927, 1.8721636533737183, 1.3926706314086914, -1.0561691522598267, -1.9124068021774292, -1.8267830610275269, -1.7069097757339478, -1.604161262512207, -1.4329137802124023, -1.5014127492904663, -2.0665295124053955, -1.0904186964035034, 0.7248052954673767, 1.4611696004867554, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.375545859336853, 0.38231024146080017, 0.656306266784668, 0.5364330410957336, 0.43368449807167053, -0.13143247365951538, -0.09718296676874161, -0.30267998576164246, 0.0740646943449974, -0.3711790144443512, -0.011559205129742622, -0.2513057291507721, -0.02868395671248436, 0.4679340124130249, 0.19393795728683472, 1.563918113708496, 1.5810428857803345, 1.5981676578521729], [1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 1.18717360496521, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.0501755475997925, 0.4508092403411865, -0.16568197309970856, -1.1075434684753418, -1.2102919816970825, -0.6622998118400574, -0.8677968382835388, -1.0047948360443115, -0.9705453515052795, -0.9362958669662476, -1.0047948360443115, -0.9020463228225708, -0.5938007831573486, -0.7479235529899597, -1.604161262512207, -1.8952820301055908, -1.878157377243042, -2.0665295124053955, -1.9637811183929443, -1.2787909507751465, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.261666178703308, -1.261666178703308, -2.01515531539917, -1.758284091949463, -1.7754088640213013, -1.9124068021774292, -1.9809058904647827, -1.8952820301055908, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -2.0494048595428467, -2.0665295124053955, -0.8164225816726685, 1.5296685695648193, 1.718040943145752, 1.8207894563674927, 0.2110627144575119, -2.032280206680298, -1.5014127492904663, -1.4671632051467896, -1.227416753768921, -0.9705453515052795, -1.261666178703308, -1.9637811183929443, -2.032280206680298, -2.032280206680298, -2.1007792949676514, -1.9295315742492676, -1.535662293434143, -1.261666178703308, -1.4671632051467896, -1.484287977218628, -1.2787909507751465, -1.261666178703308, -1.1589176654815674, -1.3472900390625, -1.1075434684753418, -1.3301652669906616, -1.3472900390625, -1.1760424375534058, -1.227416753768921, -1.415789008140564, -1.3986642360687256, -1.415789008140564, -1.227416753768921, -1.1246682405471802, -1.1760424375534058, -1.0561691522598267, -1.2102919816970825, -1.3301652669906616, -1.1760424375534058, -1.0904186964035034, -1.1246682405471802, -1.261666178703308, -1.1075434684753418, -1.141792893409729, -0.9705453515052795, -0.9876701235771179, -0.9191710948944092, -0.9191710948944092, -0.9876701235771179, -0.7307988405227661, -0.7479235529899597, -0.8849216103553772, -0.7136740684509277, -0.6280503273010254, -0.8849216103553772, -1.02191960811615, -0.6794245839118958, -0.8164225816726685, -0.5938007831573486, -0.40542852878570557, -0.13143247365951538, -0.3540542721748352, -0.09718296676874161, -0.3369295001029968, -0.19993148744106293, 0.0055655487813055515, 0.24531221389770508, 0.3309359848499298, 0.6049320101737976, 0.5364330410957336, 0.8618032932281494, 0.6049320101737976, 1.2042982578277588, 1.1700488328933716, 1.324171543121338, 1.324171543121338, 0.9988013505935669, 0.8618032932281494, -1.5699117183685303, -1.8267830610275269, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0494048595428467, -1.9980305433273315, -1.8952820301055908, -1.9124068021774292, -1.79253351688385, -1.6555355787277222, -1.7240345478057861, -0.8506720662117004, -0.645175039768219, 0.622056782245636, 1.0501755475997925, 1.3584210872650146, 1.6666666269302368, 1.7009161710739136, 1.7522903680801392, 1.8721636533737183, 1.786539912223816, 1.718040943145752, 1.563918113708496, -0.40542852878570557, -1.878157377243042, -1.7069097757339478, -1.7754088640213013, -1.7754088640213013, -0.9020463228225708, -1.6897850036621094, -1.9124068021774292, -1.8610326051712036, 0.6049320101737976, 0.8789280652999878, 1.18717360496521, 1.0159261226654053, 1.2042982578277588, 1.101549744606018, 0.4679340124130249, 0.9816765785217285, 0.41655975580215454, -0.28555524349212646, -0.3883037567138672, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.31980475783348083, 0.0740646943449974, 0.24531221389770508, 0.39943498373031616, 0.5706825256347656, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345], [1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.7761795520782471, 1.3070467710494995, 1.5981676578521729, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.2042982578277588, 0.9645518660545349, 0.24531221389770508, -0.045808710157871246, -0.9191710948944092, -1.3986642360687256, -0.9191710948944092, -1.0904186964035034, -1.1760424375534058, -1.073293924331665, -1.0904186964035034, -1.1589176654815674, -1.141792893409729, -1.0390443801879883, -0.6965492963790894, -0.9705453515052795, -1.8096582889556885, -1.946656346321106, -1.9124068021774292, -2.0665295124053955, -1.5185375213623047, -1.3472900390625, -1.5185375213623047, -1.6897850036621094, -1.5185375213623047, -1.535662293434143, -1.946656346321106, -1.8439078330993652, -1.8610326051712036, -1.9809058904647827, -2.1007792949676514, -1.8439078330993652, -1.7240345478057861, -1.8439078330993652, -2.0494048595428467, -1.7069097757339478, 1.1357992887496948, 1.4611696004867554, 1.7351655960083008, 0.6905558109283447, -1.9637811183929443, -1.5527870655059814, -1.672660231590271, -1.672660231590271, -1.5014127492904663, -1.5185375213623047, -1.946656346321106, -1.0904186964035034, -1.261666178703308, -1.073293924331665, -0.6965492963790894, -0.9705453515052795, -2.032280206680298, -1.3644146919250488, -1.3986642360687256, -1.3644146919250488, -1.141792893409729, -1.227416753768921, -1.261666178703308, -1.2787909507751465, -1.261666178703308, -1.3301652669906616, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.2445415258407593, -1.2787909507751465, -1.227416753768921, -1.261666178703308, -1.261666178703308, -1.1931672096252441, -1.3301652669906616, -1.3472900390625, -1.227416753768921, -1.4500385522842407, -1.0390443801879883, -0.9191710948944092, -1.1931672096252441, -1.1760424375534058, -1.073293924331665, -1.0561691522598267, -0.9534205794334412, -0.8335473537445068, -1.0904186964035034, -1.0390443801879883, -0.8849216103553772, -0.6794245839118958, -0.7307988405227661, -0.7307988405227661, -0.6622998118400574, -0.6794245839118958, -0.8164225816726685, -0.9020463228225708, -0.7307988405227661, -0.9534205794334412, -0.6280503273010254, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.3138112425804138, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.8618032932281494, 0.9131776094436646, 1.2727973461151123, 1.18717360496521, 0.7933043241500854, -0.02868395671248436, -0.02868395671248436, 0.656306266784668, -1.02191960811615, -1.8439078330993652, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -2.032280206680298, -1.9637811183929443, -1.9124068021774292, -1.9295315742492676, -1.8267830610275269, -1.484287977218628, -1.535662293434143, -0.21705622971057892, 0.6391815543174744, 1.18717360496521, 1.4269200563430786, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.4954191446304321, 0.587807297706604, -1.9295315742492676, -1.79253351688385, -1.7411593198776245, -1.878157377243042, -1.9295315742492676, -1.79253351688385, -1.9124068021774292, -2.01515531539917, 0.056939806789159775, 0.7248052954673767, 1.0501755475997925, 1.0844250917434692, 0.8960528373718262, 0.8789280652999878, 0.7076805233955383, 0.43368449807167053, -1.415789008140564, -0.9876701235771179, -0.6622998118400574, 0.29668647050857544, 0.2281874716281891, -0.19993148744106293, -0.3369295001029968, -0.16568197309970856, 0.4679340124130249, 0.4679340124130249, 0.587807297706604, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577], [1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.9131776094436646, 1.4782943725585938, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1186745166778564, 0.8960528373718262, 0.43368449807167053, -0.06293346732854843, -0.18280673027038574, -0.7136740684509277, -1.1075434684753418, -0.8677968382835388, -1.141792893409729, -1.415789008140564, -1.3301652669906616, -1.073293924331665, -1.3986642360687256, -1.484287977218628, -1.261666178703308, -1.141792893409729, -0.7479235529899597, -1.141792893409729, -1.9809058904647827, -1.9637811183929443, -2.1179039478302, -1.5870364904403687, -1.3301652669906616, -1.535662293434143, -1.484287977218628, -1.415789008140564, -1.6555355787277222, -2.0494048595428467, -1.8096582889556885, -1.878157377243042, -2.0665295124053955, -1.9809058904647827, -1.9809058904647827, -1.8267830610275269, -0.4739275276660919, 1.0673003196716309, 1.255672574043274, 1.563918113708496, 1.6495418548583984, 0.6391815543174744, -2.01515531539917, -1.6897850036621094, -1.5185375213623047, -1.3986642360687256, -2.1179039478302, -1.9637811183929443, -1.3130404949188232, -1.415789008140564, -1.3815394639968872, -1.3986642360687256, -1.3301652669906616, -2.1179039478302, -1.5014127492904663, -1.3130404949188232, -1.672660231590271, -1.5527870655059814, -1.5185375213623047, -1.2445415258407593, -1.2787909507751465, -1.2959157228469849, -1.3986642360687256, -1.1931672096252441, -1.141792893409729, -1.3644146919250488, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.3815394639968872, -0.9534205794334412, -1.2445415258407593, -1.2787909507751465, -1.3815394639968872, -1.2102919816970825, -1.3301652669906616, -1.02191960811615, -1.0047948360443115, -1.261666178703308, -1.3130404949188232, -1.0904186964035034, -1.141792893409729, -0.8164225816726685, -0.9876701235771179, -1.0047948360443115, -0.9191710948944092, -0.6622998118400574, -0.6622998118400574, -0.6965492963790894, -0.9534205794334412, -0.5595512986183167, -0.5595512986183167, -0.4910522699356079, -0.7650483250617981, -0.5595512986183167, -0.40542852878570557, -0.9705453515052795, -1.2959157228469849, -0.7136740684509277, -0.8849216103553772, 0.14256370067596436, 0.24531221389770508, 0.091189444065094, 0.622056782245636, 0.3309359848499298, 0.5364330410957336, 0.8446785807609558, 0.656306266784668, 1.0844250917434692, 1.255672574043274, 0.15968845784664154, -0.4739275276660919, -1.7411593198776245, -1.9295315742492676, -1.9295315742492676, -1.9295315742492676, -1.9637811183929443, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -1.8439078330993652, -1.6384108066558838, -1.4671632051467896, -0.6965492963790894, 0.8789280652999878, 1.2214230298995972, 1.5296685695648193, 1.4097954034805298, 1.6495418548583984, 1.7009161710739136, 1.718040943145752, 1.5981676578521729, 1.6837913990020752, 1.3926706314086914, 1.7009161710739136, -1.5870364904403687, -1.79253351688385, -1.7754088640213013, -1.8267830610275269, -1.8267830610275269, -1.8267830610275269, -1.8439078330993652, -1.9637811183929443, 0.4850587546825409, 0.810429036617279, 0.8446785807609558, 1.2042982578277588, 1.2385478019714355, 0.8275538086891174, 0.6049320101737976, -0.9191710948944092, -1.2445415258407593, -1.5527870655059814, -0.4739275276660919, -0.14855723083019257, 0.7933043241500854, -0.06293346732854843, -0.14855723083019257, 0.38231024146080017, 0.3138112425804138, 0.3651854991912842, 0.6391815543174744, 1.3926706314086914, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 1.375545859336853, 1.63241708278656, 1.7009161710739136, 1.718040943145752, 1.7009161710739136, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.0501755475997925, 0.656306266784668, 0.41655975580215454, -0.2513057291507721, -0.21705622971057892, -0.08005820959806442, -0.42255327105522156, -0.5595512986183167, -0.8506720662117004, -1.2102919816970825, -1.6384108066558838, -1.5014127492904663, -1.1760424375534058, -1.2102919816970825, -1.2959157228469849, -1.3472900390625, -1.3472900390625, -1.227416753768921, -0.7821730971336365, -1.5185375213623047, -2.0494048595428467, -1.8952820301055908, -1.4671632051467896, -1.484287977218628, -1.7240345478057861, -1.79253351688385, -1.6555355787277222, -1.9637811183929443, -1.8610326051712036, -1.8096582889556885, -1.946656346321106, -2.032280206680298, -2.1179039478302, -1.0561691522598267, 1.0844250917434692, 1.3926706314086914, 1.6495418548583984, 1.7522903680801392, 1.7522903680801392, -0.7992978096008301, -2.0836544036865234, -2.1179039478302, -2.01515531539917, -1.946656346321106, -2.0665295124053955, -2.0836544036865234, -1.415789008140564, -1.2959157228469849, -1.3472900390625, -1.2787909507751465, -2.01515531539917, -1.8096582889556885, -1.1760424375534058, -1.758284091949463, -1.4329137802124023, -1.5014127492904663, -1.5014127492904663, -1.3815394639968872, -1.4500385522842407, -1.2787909507751465, -1.0390443801879883, -1.227416753768921, -1.3986642360687256, -1.141792893409729, -1.3986642360687256, -1.3130404949188232, -1.1760424375534058, -1.2787909507751465, -1.3130404949188232, -1.227416753768921, -1.3130404949188232, -1.3644146919250488, -1.3130404949188232, -1.3301652669906616, -0.8677968382835388, -1.261666178703308, -1.261666178703308, -1.02191960811615, -0.9876701235771179, -1.0390443801879883, -0.8335473537445068, -0.8164225816726685, -0.7821730971336365, -0.7307988405227661, -0.7479235529899597, -0.5253018140792847, -0.43967801332473755, -0.7650483250617981, -0.4568027853965759, -0.4739275276660919, -0.3711790144443512, -0.16568197309970856, -0.43967801332473755, 0.12543895840644836, -0.011559205129742622, -0.08005820959806442, 0.15968845784664154, 0.056939806789159775, -0.3540542721748352, -0.18280673027038574, 0.056939806789159775, 0.0740646943449974, 0.7590547800064087, 0.9816765785217285, 1.101549744606018, 1.18717360496521, 0.8789280652999878, -0.40542852878570557, -1.0390443801879883, -1.415789008140564, -1.8267830610275269, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9809058904647827, -2.1007792949676514, -1.9980305433273315, -1.9980305433273315, -1.878157377243042, -1.7411593198776245, -1.672660231590271, -0.13143247365951538, 0.622056782245636, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.718040943145752, 1.5125439167022705, 1.7351655960083008, 1.4269200563430786, 1.7351655960083008, 1.7351655960083008, 1.5125439167022705, -0.09718296676874161, -1.9295315742492676, -1.79253351688385, -1.8096582889556885, -1.7754088640213013, -1.9295315742492676, -2.0665295124053955, -1.484287977218628, -1.5014127492904663, 0.29668647050857544, 0.6905558109283447, 0.38231024146080017, 0.9474270939826965, -0.14855723083019257, -0.14855723083019257, -0.5938007831573486, -1.5527870655059814, -1.4500385522842407, -0.18280673027038574, -0.40542852878570557, -0.02868395671248436, -0.19993148744106293, -0.31980475783348083, 0.056939806789159775, 0.38231024146080017, 0.14256370067596436, 0.9816765785217285, 1.2899221181869507, 1.4269200563430786, 1.444044828414917, 1.444044828414917], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 1.18717360496521, 1.6152924299240112, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5296685695648193, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 0.9303023219108582, 0.7590547800064087, 0.5193082690238953, 0.0740646943449974, -0.40542852878570557, -0.42255327105522156, -0.40542852878570557, -0.5595512986183167, -0.8677968382835388, -1.073293924331665, -1.227416753768921, -1.535662293434143, -1.7069097757339478, -1.484287977218628, -1.261666178703308, -1.3301652669906616, -1.3986642360687256, -1.4500385522842407, -1.1931672096252441, -0.9362958669662476, -1.0047948360443115, -1.6212860345840454, -2.1179039478302, -1.604161262512207, -1.3986642360687256, -1.6384108066558838, -1.484287977218628, -1.5527870655059814, -1.946656346321106, -1.9980305433273315, -1.8439078330993652, -1.9124068021774292, -2.1007792949676514, 0.7933043241500854, 1.4097954034805298, 1.6837913990020752, 1.7694151401519775, 1.7522903680801392, 1.0844250917434692, -2.0836544036865234, -2.1179039478302, -1.672660231590271, -1.5699117183685303, -1.4671632051467896, -1.1760424375534058, -1.7754088640213013, -1.9637811183929443, -1.7754088640213013, -2.032280206680298, -2.1179039478302, -2.1007792949676514, -1.6897850036621094, -1.261666178703308, -1.415789008140564, -1.5870364904403687, -1.484287977218628, -1.3986642360687256, -1.3986642360687256, -1.2445415258407593, -1.141792893409729, -1.1760424375534058, -1.261666178703308, -1.2445415258407593, -1.3472900390625, -1.261666178703308, -1.2959157228469849, -0.8849216103553772, -1.1760424375534058, -1.3130404949188232, -1.227416753768921, -1.261666178703308, -1.2445415258407593, -1.2787909507751465, -1.3130404949188232, -1.3644146919250488, -1.3644146919250488, -1.227416753768921, -1.227416753768921, -1.073293924331665, -1.02191960811615, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -1.073293924331665, -0.8849216103553772, -0.7992978096008301, -0.6794245839118958, -0.28555524349212646, -0.2513057291507721, -0.2513057291507721, -0.43967801332473755, -0.30267998576164246, -0.31980475783348083, -0.13143247365951538, 0.03981505334377289, 0.15968845784664154, 0.4850587546825409, 0.587807297706604, 0.3651854991912842, 0.810429036617279, 0.9303023219108582, 1.0673003196716309, 0.8446785807609558, 0.9474270939826965, 1.2214230298995972, 0.7761795520782471, -0.2341809868812561, -0.6794245839118958, -1.3130404949188232, -1.8439078330993652, -1.9124068021774292, -1.946656346321106, -1.946656346321106, -1.946656346321106, -1.9809058904647827, -1.9809058904647827, -1.9295315742492676, -1.9637811183929443, -1.9980305433273315, -1.9637811183929443, -1.4671632051467896, -1.5527870655059814, -0.3540542721748352, 0.43368449807167053, 1.1529240608215332, 1.4097954034805298, 1.3412963151931763, 1.563918113708496, 1.5810428857803345, 1.6495418548583984, 1.4269200563430786, 1.6152924299240112, 1.5296685695648193, 1.8207894563674927, -0.3540542721748352, 1.1700488328933716, -0.3883037567138672, -1.8439078330993652, -2.032280206680298, -2.01515531539917, -1.9980305433273315, -1.7754088640213013, -1.6897850036621094, -2.0665295124053955, -0.4739275276660919, 0.26243698596954346, 0.6905558109283447, 0.6734310388565063, 0.19393795728683472, -1.6384108066558838, -1.9980305433273315, -1.9295315742492676, -1.073293924331665, 0.10831420123577118, 0.5706825256347656, -0.21705622971057892, 0.3138112425804138, -0.08005820959806442, 0.12543895840644836, 0.03981505334377289, -0.13143247365951538, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.3926706314086914, 1.4097954034805298], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.7590547800064087, 1.1529240608215332, 1.6152924299240112, 1.7694151401519775, 1.8036646842956543, 1.7009161710739136, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 0.9645518660545349, 0.810429036617279, 0.5364330410957336, 0.0055655487813055515, -0.576676070690155, -0.5938007831573486, -0.5424265265464783, -0.7136740684509277, -0.7992978096008301, -0.9191710948944092, -1.141792893409729, -1.2787909507751465, -1.484287977218628, -1.6897850036621094, -1.7069097757339478, -1.3986642360687256, -1.4329137802124023, -1.4329137802124023, -1.415789008140564, -1.3472900390625, -1.1760424375534058, -0.9020463228225708, -1.02191960811615, -1.9637811183929443, -1.8439078330993652, -1.6555355787277222, -1.6212860345840454, -1.5527870655059814, -1.7240345478057861, -2.01515531539917, -1.8267830610275269, -1.946656346321106, -1.8096582889556885, 0.8789280652999878, 1.6152924299240112, 1.718040943145752, 1.786539912223816, 1.2727973461151123, -2.0494048595428467, -2.0836544036865234, -1.5699117183685303, -1.6897850036621094, -1.415789008140564, -1.3130404949188232, -1.9980305433273315, -2.0665295124053955, -0.9191710948944092, -1.415789008140564, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.5870364904403687, -1.672660231590271, -1.484287977218628, -1.4500385522842407, -1.1760424375534058, -1.4329137802124023, -1.484287977218628, -1.7754088640213013, -1.3130404949188232, -1.2787909507751465, -1.227416753768921, -1.3301652669906616, -1.3472900390625, -1.261666178703308, -1.1246682405471802, -1.073293924331665, -1.4500385522842407, -1.1075434684753418, -1.415789008140564, -1.3644146919250488, -1.2959157228469849, -1.4329137802124023, -1.0904186964035034, -1.227416753768921, -1.3301652669906616, -1.1931672096252441, -1.261666178703308, -0.9362958669662476, -1.2787909507751465, -1.0390443801879883, -0.8506720662117004, -0.9534205794334412, -0.9876701235771179, -0.7821730971336365, -0.9191710948944092, -0.7650483250617981, -0.4739275276660919, -0.31980475783348083, -0.02868395671248436, -0.14855723083019257, -0.42255327105522156, -0.14855723083019257, 0.15968845784664154, 0.5021834969520569, 0.41655975580215454, 0.3651854991912842, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7590547800064087, 0.8960528373718262, 1.0159261226654053, 1.2385478019714355, 0.7761795520782471, -0.3540542721748352, -1.1246682405471802, -1.6212860345840454, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.946656346321106, -1.9637811183929443, -1.9124068021774292, -1.9124068021774292, -1.1589176654815674, -0.16568197309970856, 0.5021834969520569, -0.6622998118400574, 0.10831420123577118, 0.0740646943449974, 0.656306266784668, 1.5810428857803345, 1.4954191446304321, 1.2727973461151123, 1.444044828414917, 1.5981676578521729, 1.7351655960083008, 1.375545859336853, 1.324171543121338, 1.4097954034805298, 1.2899221181869507, 1.1529240608215332, 1.4611696004867554, 1.5125439167022705, 1.1186745166778564, -0.011559205129742622, -1.7069097757339478, -1.3644146919250488, -2.0494048595428467, -2.0665295124053955, -2.0836544036865234, -2.032280206680298, -0.3540542721748352, 0.7248052954673767, 0.9131776094436646, -1.535662293434143, -2.032280206680298, -1.9637811183929443, -1.7411593198776245, -0.4910522699356079, 0.2281874716281891, 1.1700488328933716, 0.43368449807167053, 0.7248052954673767, 0.4508092403411865, 0.27956172823905945, -0.28555524349212646, 0.38231024146080017, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 1.0330508947372437, 1.5125439167022705, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.5296685695648193, 1.4611696004867554, 1.2899221181869507, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.0330508947372437, 0.8789280652999878, 0.5364330410957336, -0.045808710157871246, -0.5081770420074463, -0.6622998118400574, -0.576676070690155, -0.5938007831573486, -1.1246682405471802, -1.1931672096252441, -1.227416753768921, -1.3815394639968872, -1.4671632051467896, -1.4329137802124023, -1.7754088640213013, -1.79253351688385, -1.4671632051467896, -1.415789008140564, -1.5185375213623047, -1.5699117183685303, -1.5014127492904663, -1.4329137802124023, -1.3130404949188232, -0.8677968382835388, -1.7069097757339478, -1.9295315742492676, -1.758284091949463, -1.8267830610275269, -1.672660231590271, -1.6897850036621094, -2.032280206680298, -1.9980305433273315, 0.7076805233955383, 1.0844250917434692, 1.6495418548583984, 1.8036646842956543, 0.9988013505935669, -2.0494048595428467, -2.1179039478302, -1.604161262512207, -1.6384108066558838, -1.2959157228469849, -1.3130404949188232, -1.9980305433273315, -2.0836544036865234, -0.7821730971336365, -1.3986642360687256, -1.3644146919250488, -1.5185375213623047, -1.5014127492904663, -1.604161262512207, -1.4500385522842407, -1.672660231590271, -1.4500385522842407, -1.5185375213623047, -1.7069097757339478, -1.261666178703308, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.6555355787277222, -1.3472900390625, -1.227416753768921, -1.1589176654815674, -1.3130404949188232, -1.484287977218628, -1.261666178703308, -1.3815394639968872, -1.3986642360687256, -1.1931672096252441, -1.2445415258407593, -1.3472900390625, -1.0390443801879883, -1.227416753768921, -1.0047948360443115, -1.2102919816970825, -1.073293924331665, -1.141792893409729, -1.1589176654815674, -0.9362958669662476, -0.8677968382835388, -0.7479235529899597, -0.6622998118400574, -0.5595512986183167, -0.4568027853965759, -0.2513057291507721, -0.2341809868812561, -0.40542852878570557, -0.2684305012226105, 0.12543895840644836, 0.9303023219108582, 0.29668647050857544, 0.656306266784668, 0.9474270939826965, 0.7761795520782471, 0.9131776094436646, 0.7933043241500854, 0.6734310388565063, 0.38231024146080017, 0.8960528373718262, 0.587807297706604, -0.5081770420074463, -1.227416753768921, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.8610326051712036, -1.878157377243042, -1.5014127492904663, -1.0047948360443115, -0.40542852878570557, 0.8275538086891174, 1.2042982578277588, 0.9816765785217285, 1.255672574043274, 1.4097954034805298, 1.5467933416366577, 1.444044828414917, 1.4954191446304321, 1.4782943725585938, 1.5981676578521729, 1.5296685695648193, 1.7522903680801392, 1.5981676578521729, 1.0501755475997925, 1.2385478019714355, 1.5125439167022705, 1.4954191446304321, 1.7009161710739136, 1.3926706314086914, 0.9988013505935669, 0.6905558109283447, 0.27956172823905945, -0.9191710948944092, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -1.946656346321106, -0.06293346732854843, -1.1589176654815674, -2.1179039478302, -2.0836544036865234, -1.946656346321106, -1.7411593198776245, -0.8849216103553772, 0.3138112425804138, 0.9474270939826965, 0.587807297706604, 0.6391815543174744, 0.5535577535629272, -0.18280673027038574, 0.19393795728683472, 0.7761795520782471, 1.324171543121338, 1.1529240608215332, 1.3070467710494995, 1.3070467710494995, 1.324171543121338], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.7419300675392151, 1.2042982578277588, 1.6495418548583984, 1.786539912223816, 1.7009161710739136, 1.63241708278656, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5296685695648193, 1.3412963151931763, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 0.9645518660545349, 0.7590547800064087, 0.3651854991912842, -0.31980475783348083, -0.610925555229187, -0.43967801332473755, -0.28555524349212646, -1.2445415258407593, -1.535662293434143, -1.5870364904403687, -1.3815394639968872, -1.3986642360687256, -1.4329137802124023, -1.4500385522842407, -1.672660231590271, -1.758284091949463, -1.6384108066558838, -1.5699117183685303, -1.5185375213623047, -1.535662293434143, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.3301652669906616, -1.8267830610275269, -1.9637811183929443, -1.79253351688385, -1.7069097757339478, -1.6384108066558838, -1.9295315742492676, 0.27956172823905945, 1.255672574043274, 1.4097954034805298, 1.563918113708496, 1.7351655960083008, -0.5595512986183167, -2.1007792949676514, -1.6897850036621094, -1.5870364904403687, -1.4671632051467896, -1.3472900390625, -2.0494048595428467, -2.0665295124053955, -0.8677968382835388, -1.3644146919250488, -1.3472900390625, -1.4329137802124023, -1.3815394639968872, -1.7240345478057861, -1.2959157228469849, -1.6555355787277222, -1.5014127492904663, -1.3472900390625, -1.0561691522598267, -1.3472900390625, -1.7754088640213013, -1.073293924331665, -1.073293924331665, -1.3472900390625, -1.5014127492904663, -1.4500385522842407, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.2787909507751465, -1.3301652669906616, -1.3815394639968872, -1.3301652669906616, -1.3644146919250488, -1.4671632051467896, -1.2959157228469849, -1.2102919816970825, -1.227416753768921, -1.1589176654815674, -1.2445415258407593, -1.3815394639968872, -1.4500385522842407, -1.1589176654815674, -1.1075434684753418, -1.1589176654815674, -0.8677968382835388, -1.1760424375534058, -0.7992978096008301, -0.9020463228225708, -0.645175039768219, -0.43967801332473755, -0.06293346732854843, 0.056939806789159775, 0.02269030176103115, -0.14855723083019257, 0.5193082690238953, 0.7419300675392151, 0.38231024146080017, 0.41655975580215454, 0.6049320101737976, 0.8789280652999878, 0.7419300675392151, 0.8960528373718262, 1.2042982578277588, 1.2899221181869507, 1.1186745166778564, 0.3651854991912842, -0.9876701235771179, -1.484287977218628, -1.8096582889556885, -1.9295315742492676, -1.9295315742492676, -1.9124068021774292, -1.8439078330993652, -1.9980305433273315, -1.4500385522842407, -0.5424265265464783, -0.43967801332473755, 1.1529240608215332, 0.3309359848499298, 1.101549744606018, 1.3584210872650146, 1.4782943725585938, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.5125439167022705, 1.444044828414917, 1.375545859336853, 1.5467933416366577, 1.4611696004867554, 1.3926706314086914, 1.0673003196716309, 0.9988013505935669, 1.2214230298995972, 1.4611696004867554, 1.4954191446304321, 0.8446785807609558, 0.7248052954673767, -0.40542852878570557, -1.5014127492904663, -1.878157377243042, -1.9980305433273315, -2.0836544036865234, -2.0836544036865234, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -1.946656346321106, -1.9124068021774292, -0.8164225816726685, -1.9637811183929443, -0.42255327105522156, 0.9645518660545349, 0.9816765785217285, 1.1357992887496948, 0.39943498373031616, 0.2110627144575119, 0.19393795728683472, 0.14256370067596436, 1.4611696004867554, 1.2727973461151123, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.7933043241500854, 1.4097954034805298, 1.7522903680801392, 1.7351655960083008, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.5296685695648193, 1.324171543121338, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 0.810429036617279, 0.8275538086891174, 0.6049320101737976, 0.15968845784664154, -0.08005820959806442, -0.4739275276660919, -0.8335473537445068, -1.261666178703308, -1.4500385522842407, -1.6555355787277222, -1.4329137802124023, -1.261666178703308, -1.261666178703308, -1.4500385522842407, -1.7069097757339478, -1.8439078330993652, -1.7754088640213013, -1.6555355787277222, -1.6555355787277222, -1.6212860345840454, -1.5185375213623047, -1.5014127492904663, -1.4329137802124023, -1.2959157228469849, -1.6384108066558838, -1.8952820301055908, -1.79253351688385, -1.758284091949463, -1.7240345478057861, 1.324171543121338, 1.375545859336853, 1.5981676578521729, 1.7351655960083008, 1.5981676578521729, -1.7411593198776245, -1.8267830610275269, -2.032280206680298, -2.1179039478302, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.032280206680298, -1.9637811183929443, -1.6384108066558838, -1.5699117183685303, -1.3472900390625, -1.9637811183929443, -0.7479235529899597, -1.2959157228469849, -1.2787909507751465, -1.227416753768921, -1.6555355787277222, -1.141792893409729, -1.4329137802124023, -1.5870364904403687, -1.4500385522842407, -1.535662293434143, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2102919816970825, -1.3472900390625, -1.3472900390625, -1.4500385522842407, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.3301652669906616, -1.141792893409729, -1.1075434684753418, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8506720662117004, -0.8164225816726685, -0.8335473537445068, -0.7479235529899597, -0.3540542721748352, 0.056939806789159775, -0.16568197309970856, -0.2513057291507721, 0.12543895840644836, 0.27956172823905945, 0.7761795520782471, 0.587807297706604, 0.7248052954673767, 0.622056782245636, 0.5021834969520569, 0.7933043241500854, 1.0159261226654053, 1.255672574043274, 1.18717360496521, 1.0330508947372437, 0.656306266784668, -0.3369295001029968, -1.2102919816970825, -1.8267830610275269, -1.8952820301055908, -1.946656346321106, -1.9809058904647827, -1.8952820301055908, -1.9124068021774292, -0.8335473537445068, 0.2110627144575119, 0.7933043241500854, 1.0330508947372437, 1.255672574043274, 1.375545859336853, 1.6152924299240112, 1.7009161710739136, 1.4611696004867554, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3412963151931763, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.3070467710494995, 0.9988013505935669, 0.8789280652999878, 0.8275538086891174, 1.0673003196716309, 1.3070467710494995, 0.8618032932281494, 0.39943498373031616, -1.02191960811615, -1.4500385522842407, -2.1007792949676514, -2.0836544036865234, -1.3815394639968872, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, 0.27956172823905945, 0.8789280652999878, -2.0494048595428467, -1.604161262512207, -1.2787909507751465, -0.045808710157871246, 0.8446785807609558, 1.255672574043274, 1.1357992887496948, 1.0330508947372437, 0.7419300675392151, 0.14256370067596436, 0.587807297706604, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 1.0844250917434692, 1.7351655960083008, 1.7009161710739136, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.4782943725585938, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9131776094436646, 0.7590547800064087, 0.5535577535629272, 0.26243698596954346, -0.13143247365951538, -0.3540542721748352, -0.5595512986183167, -0.9362958669662476, -1.2959157228469849, -1.5185375213623047, -1.7240345478057861, -1.5699117183685303, -1.3301652669906616, -1.261666178703308, -1.2787909507751465, -1.4500385522842407, -1.7240345478057861, -1.8439078330993652, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6555355787277222, -1.604161262512207, -1.3986642360687256, -1.261666178703308, -1.2445415258407593, -1.7069097757339478, -1.9809058904647827, -1.8610326051712036, 1.6495418548583984, 1.6152924299240112, 1.7694151401519775, 1.6837913990020752, -1.604161262512207, -1.8096582889556885, -2.0494048595428467, -1.5527870655059814, -1.8267830610275269, -1.4500385522842407, -1.2959157228469849, -1.02191960811615, -1.1075434684753418, -1.758284091949463, -2.032280206680298, -1.1589176654815674, -1.484287977218628, -1.6555355787277222, -1.4500385522842407, -1.3986642360687256, -1.141792893409729, -1.4329137802124023, -1.7240345478057861, -1.3301652669906616, -1.3644146919250488, -1.3301652669906616, -0.9876701235771179, -1.261666178703308, -1.3986642360687256, -1.141792893409729, -1.6897850036621094, -1.415789008140564, -1.4329137802124023, -1.3472900390625, -1.6555355787277222, -1.2787909507751465, -1.1760424375534058, -1.2102919816970825, -1.5870364904403687, -1.6555355787277222, -1.1931672096252441, -1.535662293434143, -1.3986642360687256, -1.0390443801879883, -1.3472900390625, -1.3130404949188232, -1.2445415258407593, -1.2445415258407593, -1.5699117183685303, -0.8849216103553772, -1.2787909507751465, -1.2102919816970825, -0.8164225816726685, -0.576676070690155, -0.576676070690155, -0.2341809868812561, 0.2110627144575119, 0.6049320101737976, 0.6905558109283447, 0.3480607271194458, 0.810429036617279, 0.43368449807167053, 0.38231024146080017, 0.9645518660545349, 0.8960528373718262, 0.5021834969520569, 0.9645518660545349, 1.0673003196716309, 0.9131776094436646, 0.7248052954673767, -0.5253018140792847, -1.227416753768921, -1.7069097757339478, -1.878157377243042, -1.9637811183929443, -1.946656346321106, -1.946656346321106, -0.2513057291507721, 0.7590547800064087, 0.7933043241500854, 0.3480607271194458, 0.8789280652999878, 1.324171543121338, 1.2385478019714355, 1.5125439167022705, 1.3926706314086914, 1.5981676578521729, 1.4954191446304321, 1.2042982578277588, 1.6152924299240112, 1.5125439167022705, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.444044828414917, 0.8960528373718262, 0.5193082690238953, 1.101549744606018, 0.7590547800064087, 0.8275538086891174, -0.1143077164888382, -2.0494048595428467, -1.878157377243042, -2.0494048595428467, -2.0836544036865234, -2.0836544036865234, -1.261666178703308, -2.0494048595428467, -2.0665295124053955, -2.1179039478302, -2.0836544036865234, -2.0494048595428467, -1.3472900390625, -0.7992978096008301, -0.09718296676874161, 0.7419300675392151, 0.5706825256347656, 0.9816765785217285, 0.4850587546825409, -0.011559205129742622, 1.2042982578277588, 1.0844250917434692, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 1.0159261226654053, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.63241708278656, 1.4782943725585938, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.7933043241500854, 0.5021834969520569, 0.3480607271194458, 0.15968845784664154, -0.18280673027038574, -0.5595512986183167, -0.9362958669662476, -1.1760424375534058, -1.3130404949188232, -1.535662293434143, -1.7411593198776245, -1.672660231590271, -1.5014127492904663, -1.3644146919250488, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -1.7069097757339478, -1.5870364904403687, -1.5699117183685303, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.3644146919250488, -1.9124068021774292, -1.7240345478057861, -1.9809058904647827, -0.576676070690155, 0.9474270939826965, 1.5296685695648193, 1.718040943145752, 0.4850587546825409, -1.8952820301055908, -2.1179039478302, -1.604161262512207, -1.535662293434143, -1.7069097757339478, -1.4500385522842407, -1.535662293434143, -1.415789008140564, -1.878157377243042, -1.9124068021774292, -0.9362958669662476, -1.5014127492904663, -1.261666178703308, -1.5527870655059814, -1.7754088640213013, -1.2787909507751465, -1.2787909507751465, -1.2445415258407593, -1.5699117183685303, -1.3130404949188232, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -1.3986642360687256, -1.3472900390625, -1.604161262512207, -1.3301652669906616, -1.3301652669906616, -1.261666178703308, -1.3644146919250488, -1.1246682405471802, -1.1589176654815674, -1.0047948360443115, -0.9534205794334412, -1.1589176654815674, -1.2959157228469849, -1.4329137802124023, -1.3815394639968872, -0.9534205794334412, -1.2959157228469849, -1.3301652669906616, -1.2102919816970825, -1.1246682405471802, -1.0904186964035034, -0.9534205794334412, -0.9705453515052795, -1.02191960811615, -0.8506720662117004, -0.645175039768219, 0.3651854991912842, -0.2341809868812561, -0.31980475783348083, 0.3138112425804138, 0.3651854991912842, 0.5706825256347656, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.9816765785217285, 1.1357992887496948, 1.2385478019714355, 0.9645518660545349, 0.9303023219108582, 0.622056782245636, 0.2281874716281891, -0.3540542721748352, -1.02191960811615, -1.5185375213623047, -1.8610326051712036, -1.8610326051712036, -1.8439078330993652, -1.2959157228469849, -0.7821730971336365, 0.6049320101737976, 1.0844250917434692, 0.9645518660545349, 0.9816765785217285, 0.9474270939826965, 1.3584210872650146, 1.375545859336853, 1.4954191446304321, 1.3926706314086914, 1.3926706314086914, 1.6152924299240112, 1.3584210872650146, 1.3070467710494995, 1.444044828414917, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.101549744606018, 1.2727973461151123, 1.2214230298995972, 1.2385478019714355, 0.810429036617279, 0.27956172823905945, -1.7069097757339478, -2.01515531539917, -1.9980305433273315, -1.878157377243042, -0.2513057291507721, -2.032280206680298, -2.0665295124053955, 0.24531221389770508, 1.375545859336853, -1.878157377243042, -2.0665295124053955, 0.810429036617279, 1.718040943145752, -2.0836544036865234, -1.9124068021774292, -1.7754088640213013, -0.40542852878570557, 0.091189444065094, -0.18280673027038574, -0.6794245839118958, -1.2959157228469849, 1.0673003196716309, 1.3412963151931763, 1.0844250917434692, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 1.0330508947372437, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.5981676578521729, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 0.9816765785217285, 0.7933043241500854, 0.587807297706604, 0.26243698596954346, -0.2341809868812561, -0.7821730971336365, -1.0047948360443115, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.5185375213623047, -1.604161262512207, -1.7411593198776245, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -1.5527870655059814, -1.6384108066558838, -1.758284091949463, -1.6555355787277222, -1.758284091949463, -1.8267830610275269, -1.6384108066558838, -1.9809058904647827, -1.9980305433273315, -1.8096582889556885, -1.8952820301055908, 0.7933043241500854, 1.0159261226654053, 0.9303023219108582, 0.9303023219108582, 0.2110627144575119, -1.7754088640213013, -1.9980305433273315, -1.878157377243042, -1.4500385522842407, -1.5699117183685303, -1.535662293434143, -1.2445415258407593, -2.1179039478302, -1.8096582889556885, -1.1589176654815674, -1.3644146919250488, -1.261666178703308, -1.5699117183685303, -1.672660231590271, -1.5014127492904663, -1.2102919816970825, -1.2787909507751465, -1.535662293434143, -1.3644146919250488, -1.3986642360687256, -1.6212860345840454, -1.2787909507751465, -1.3986642360687256, -1.4329137802124023, -1.2959157228469849, -1.1589176654815674, -1.261666178703308, -1.141792893409729, -1.1760424375534058, -1.2102919816970825, -1.0390443801879883, -1.0047948360443115, -0.9020463228225708, -0.8506720662117004, -1.141792893409729, -0.8335473537445068, -1.073293924331665, -1.227416753768921, -1.2787909507751465, -1.2102919816970825, -1.1760424375534058, -1.1075434684753418, -1.1246682405471802, -1.1931672096252441, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.5081770420074463, -0.13143247365951538, 0.27956172823905945, 0.2110627144575119, 0.4508092403411865, 0.6049320101737976, 0.5364330410957336, 0.656306266784668, 0.8275538086891174, 0.6734310388565063, 0.8275538086891174, 0.5706825256347656, 0.7590547800064087, 0.8960528373718262, 1.18717360496521, 1.2385478019714355, 0.7419300675392151, -0.42255327105522156, -1.3644146919250488, -1.8952820301055908, -1.878157377243042, -1.8952820301055908, -1.3472900390625, 0.27956172823905945, 0.7248052954673767, 1.1186745166778564, 1.1186745166778564, 1.3412963151931763, 1.2727973461151123, 0.9988013505935669, 1.1186745166778564, 1.5125439167022705, 1.4269200563430786, 1.5810428857803345, 1.4782943725585938, 1.5981676578521729, 1.563918113708496, 1.6495418548583984, 1.4611696004867554, 1.2214230298995972, 1.5296685695648193, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3070467710494995, 1.18717360496521, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.4782943725585938, 1.5125439167022705, -1.0561691522598267, -0.9876701235771179, -1.5699117183685303, -0.30267998576164246, 1.5296685695648193, 1.7009161710739136, -1.5699117183685303, -2.032280206680298, 1.5467933416366577, 1.563918113708496, -2.0665295124053955, -1.261666178703308, -1.9124068021774292, -1.5527870655059814, -0.7650483250617981, -1.604161262512207, -1.8952820301055908, -0.9191710948944092, 1.4782943725585938, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 1.1357992887496948, 1.786539912223816, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 0.9988013505935669, 0.9131776094436646, 0.6391815543174744, 0.19393795728683472, -0.30267998576164246, -0.7479235529899597, -1.1931672096252441, -1.3986642360687256, -1.2787909507751465, -1.1246682405471802, -1.3130404949188232, -1.5527870655059814, -1.7069097757339478, -1.7411593198776245, -1.5699117183685303, -1.5014127492904663, -1.5870364904403687, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -0.7992978096008301, -1.9124068021774292, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -2.0494048595428467, -1.672660231590271, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.324171543121338, -2.032280206680298, -1.9809058904647827, -1.6555355787277222, -0.9534205794334412, -1.8267830610275269, -2.0494048595428467, -1.6897850036621094, -2.01515531539917, -2.1007792949676514, -1.9124068021774292, -1.415789008140564, -1.484287977218628, -1.604161262512207, -1.4500385522842407, -1.79253351688385, -2.0836544036865234, -1.1760424375534058, -1.5014127492904663, -1.535662293434143, -1.484287977218628, -1.484287977218628, -1.3644146919250488, -1.4329137802124023, -1.2959157228469849, -1.1931672096252441, -0.8677968382835388, -1.073293924331665, -1.141792893409729, -1.1246682405471802, -1.1246682405471802, -0.9191710948944092, -0.9876701235771179, -0.8849216103553772, -0.8335473537445068, -0.7307988405227661, -0.7136740684509277, -0.8164225816726685, -1.1075434684753418, -0.9362958669662476, -0.8849216103553772, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.2787909507751465, -1.0561691522598267, -0.7307988405227661, -0.21705622971057892, -0.06293346732854843, -0.16568197309970856, 0.29668647050857544, 0.15968845784664154, 0.15968845784664154, 0.6049320101737976, 0.29668647050857544, 0.3138112425804138, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.9303023219108582, 0.6049320101737976, 0.7761795520782471, 1.101549744606018, 1.0159261226654053, 0.4679340124130249, -0.43967801332473755, -1.1075434684753418, -1.8096582889556885, -1.8267830610275269, -1.758284091949463, -1.5699117183685303, -0.2684305012226105, 0.7248052954673767, 1.0673003196716309, 1.0673003196716309, 0.9816765785217285, 1.1529240608215332, 1.1700488328933716, 0.9988013505935669, 1.3926706314086914, 1.1529240608215332, 1.324171543121338, 1.5125439167022705, 1.6837913990020752, 1.4097954034805298, 1.5981676578521729, 1.5125439167022705, 1.5810428857803345, 1.2727973461151123, 1.444044828414917, 1.4097954034805298, 1.444044828414917, 1.5296685695648193, 1.5810428857803345, 1.4782943725585938, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.6666666269302368, 1.2727973461151123, 1.9406627416610718, 1.1529240608215332, -0.31980475783348083, 0.3651854991912842, 1.5981676578521729, -1.8096582889556885, -2.1007792949676514, -2.0836544036865234, -1.1760424375534058, -1.2102919816970825, -1.9295315742492676, -1.9295315742492676, -1.8267830610275269, 0.2281874716281891, -0.06293346732854843, -1.9809058904647827, -0.6622998118400574, 1.4782943725585938, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564], [1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 1.0501755475997925, 1.6666666269302368, 1.6837913990020752, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.1529240608215332, 0.9474270939826965, 0.8618032932281494, 0.7761795520782471, 0.2281874716281891, -0.2513057291507721, -0.7821730971336365, -1.1246682405471802, -1.4500385522842407, -1.4500385522842407, -1.3986642360687256, -1.2959157228469849, -1.3644146919250488, -1.5699117183685303, -1.7754088640213013, -1.8610326051712036, -1.7411593198776245, -1.6384108066558838, -1.7240345478057861, -1.6555355787277222, -1.9124068021774292, -1.758284091949463, -1.8610326051712036, -1.878157377243042, -1.758284091949463, -1.7240345478057861, -1.6555355787277222, -1.5185375213623047, -1.141792893409729, 0.9131776094436646, 0.656306266784668, -2.0665295124053955, -1.8096582889556885, -1.758284091949463, -1.3986642360687256, -0.8506720662117004, -1.7754088640213013, -2.1007792949676514, -1.02191960811615, -1.073293924331665, -0.8849216103553772, -1.3130404949188232, -1.8952820301055908, -2.032280206680298, -1.8952820301055908, -2.1007792949676514, -2.0665295124053955, -1.1246682405471802, -1.5527870655059814, -1.5870364904403687, -1.7069097757339478, -1.5185375213623047, -0.9876701235771179, -1.3644146919250488, -1.227416753768921, -1.4500385522842407, -1.261666178703308, -1.3130404949188232, -1.073293924331665, -1.4671632051467896, -1.1246682405471802, -1.0904186964035034, -1.3130404949188232, -0.9020463228225708, -1.0904186964035034, -0.8677968382835388, -0.9705453515052795, -0.576676070690155, -0.43967801332473755, -0.5081770420074463, -0.40542852878570557, -0.2684305012226105, -0.06293346732854843, 0.056939806789159775, -0.42255327105522156, -0.18280673027038574, -0.8335473537445068, -0.3883037567138672, -0.7479235529899597, 0.19393795728683472, 0.4508092403411865, 0.39943498373031616, 0.0740646943449974, 0.3309359848499298, 0.17681321501731873, 0.5535577535629272, 0.622056782245636, 0.6905558109283447, 0.810429036617279, 0.9645518660545349, 0.7761795520782471, 0.9816765785217285, 0.6905558109283447, 1.1357992887496948, 0.4679340124130249, 0.091189444065094, -0.576676070690155, -1.0047948360443115, -1.8267830610275269, -1.8439078330993652, -1.1075434684753418, -0.08005820959806442, 0.5364330410957336, 1.2042982578277588, 1.324171543121338, 1.5467933416366577, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.5467933416366577, 1.4097954034805298, 1.255672574043274, 1.444044828414917, 1.2214230298995972, 1.4782943725585938, 1.4097954034805298, 1.1357992887496948, 1.255672574043274, 1.2042982578277588, 1.3584210872650146, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.5125439167022705, 1.6837913990020752, 1.5125439167022705, 1.7009161710739136, 1.5296685695648193, 1.4269200563430786, 0.8446785807609558, 1.3584210872650146, 0.7248052954673767, -1.3130404949188232, 1.4269200563430786, -1.3815394639968872, 1.0673003196716309, 0.03981505334377289, 0.5193082690238953, -0.31980475783348083, 0.622056782245636, 0.622056782245636, 0.7590547800064087, 1.0330508947372437, -0.8335473537445068, -0.08005820959806442, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.7076805233955383, 1.2385478019714355, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.0330508947372437, 0.6391815543174744, 0.15968845784664154, -0.5081770420074463, -0.9362958669662476, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.484287977218628, -1.6555355787277222, -1.535662293434143, -1.5699117183685303, -1.5185375213623047, -1.5527870655059814, -1.604161262512207, -1.484287977218628, -1.3986642360687256, -1.9124068021774292, -1.8267830610275269, -1.8267830610275269, -1.878157377243042, -1.7069097757339478, -1.3986642360687256, -1.8610326051712036, -1.6384108066558838, -1.5699117183685303, -0.3711790144443512, -0.576676070690155, -1.1075434684753418, -1.5699117183685303, -0.9191710948944092, -1.4500385522842407, -0.3711790144443512, -1.6555355787277222, -2.1179039478302, -1.3472900390625, -1.5014127492904663, -1.535662293434143, -1.535662293434143, -1.5014127492904663, -2.0494048595428467, -1.4671632051467896, -1.5014127492904663, -1.3815394639968872, -0.9362958669662476, -1.3644146919250488, -1.5527870655059814, -1.5699117183685303, -1.5014127492904663, -1.79253351688385, -1.2787909507751465, -1.3130404949188232, -1.5014127492904663, -1.415789008140564, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.2787909507751465, -1.227416753768921, -1.415789008140564, -1.3130404949188232, -1.0904186964035034, -1.02191960811615, -0.8335473537445068, -0.5595512986183167, -0.6280503273010254, -0.7821730971336365, -0.18280673027038574, -0.045808710157871246, -0.18280673027038574, -0.19993148744106293, 0.02269030176103115, -0.011559205129742622, 0.0740646943449974, 0.19393795728683472, 0.38231024146080017, 0.3138112425804138, -0.30267998576164246, -0.21705622971057892, -0.14855723083019257, 0.056939806789159775, 0.3309359848499298, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7419300675392151, 0.810429036617279, 1.0159261226654053, 0.7761795520782471, 0.8960528373718262, 1.0673003196716309, 0.4679340124130249, -0.6280503273010254, -1.02191960811615, -1.6555355787277222, -1.6555355787277222, -1.7069097757339478, -0.08005820959806442, -0.16568197309970856, 0.8618032932281494, 0.7933043241500854, 1.2727973461151123, 1.375545859336853, 0.9816765785217285, 0.8618032932281494, 1.1186745166778564, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7522903680801392, 1.324171543121338, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.324171543121338, 1.1529240608215332, 1.4954191446304321, 1.6495418548583984, 1.6837913990020752, 1.5467933416366577, 1.324171543121338, 0.9645518660545349, 1.18717360496521, 1.5981676578521729, 1.2899221181869507, 1.5296685695648193, 1.5125439167022705, 1.9920369386672974, 1.444044828414917, 1.1357992887496948, 1.375545859336853, 1.718040943145752, -0.21705622971057892, 0.9303023219108582, 0.10831420123577118, 1.6837913990020752, 1.3926706314086914, 1.4782943725585938, 0.8446785807609558, 0.7590547800064087, 1.1700488328933716, 1.3926706314086914, 0.17681321501731873, 0.4508092403411865, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 1.101549744606018, 1.563918113708496, 1.786539912223816, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.18717360496521, 0.9645518660545349, 0.5535577535629272, -0.09718296676874161, -0.5595512986183167, -0.4910522699356079, -0.9020463228225708, -1.1246682405471802, -1.1931672096252441, -1.6555355787277222, -1.6212860345840454, -1.9295315742492676, -1.3815394639968872, -0.9534205794334412, -1.758284091949463, -1.6555355787277222, -1.79253351688385, -1.9295315742492676, -2.01515531539917, -1.9980305433273315, -2.1179039478302, -2.032280206680298, -1.758284091949463, -1.4500385522842407, -1.8096582889556885, -0.9705453515052795, -1.2787909507751465, 0.10831420123577118, 1.0501755475997925, 0.656306266784668, -1.3644146919250488, -1.878157377243042, -1.6555355787277222, -0.6794245839118958, -1.946656346321106, -1.9124068021774292, -1.5870364904403687, -1.3644146919250488, -1.3472900390625, -1.4671632051467896, -1.9637811183929443, -1.9809058904647827, -1.4671632051467896, -1.535662293434143, -1.0047948360443115, -1.2445415258407593, -1.4500385522842407, -1.6212860345840454, -1.415789008140564, -1.3644146919250488, -1.3986642360687256, -1.0390443801879883, -1.415789008140564, -1.3644146919250488, -0.43967801332473755, -0.3711790144443512, -1.02191960811615, -1.0047948360443115, -1.4329137802124023, -1.3130404949188232, -1.2102919816970825, -0.9705453515052795, -1.1246682405471802, -0.8506720662117004, -0.9020463228225708, -0.8677968382835388, -0.7479235529899597, -0.5081770420074463, -0.5595512986183167, -0.045808710157871246, 0.5364330410957336, 0.3138112425804138, -0.045808710157871246, -0.31980475783348083, -1.3986642360687256, -0.06293346732854843, 0.02269030176103115, 0.24531221389770508, 0.3480607271194458, 0.3138112425804138, 0.43368449807167053, 0.5193082690238953, 0.7590547800064087, 0.6905558109283447, 0.7419300675392151, 0.6734310388565063, 1.0330508947372437, 0.8618032932281494, 0.7933043241500854, 0.7933043241500854, 0.9131776094436646, 0.4679340124130249, -0.7821730971336365, -1.4671632051467896, -1.5870364904403687, -1.7411593198776245, -1.6897850036621094, -0.9534205794334412, -0.21705622971057892, 0.7076805233955383, 1.1529240608215332, 1.3926706314086914, 1.444044828414917, 1.4097954034805298, 1.2385478019714355, 1.0673003196716309, 0.9303023219108582, 0.810429036617279, 1.0844250917434692, 0.7590547800064087, 0.6734310388565063, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.2899221181869507, 1.5981676578521729, 1.5296685695648193, 1.444044828414917, 1.324171543121338, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.5810428857803345, 1.6152924299240112, 1.8036646842956543, 1.4611696004867554, 1.5296685695648193, 1.4782943725585938, 0.622056782245636, 1.3412963151931763, 0.43368449807167053, 1.4269200563430786, 0.7248052954673767, 0.4850587546825409, 1.2385478019714355, 1.5467933416366577, 1.1186745166778564, 0.9303023219108582, 0.5535577535629272, 1.0673003196716309, 0.29668647050857544, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.5706825256347656, 0.8789280652999878, 1.2042982578277588, 1.63241708278656, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3070467710494995, 1.1700488328933716, 0.8960528373718262, 0.39943498373031616, -0.09718296676874161, -0.4910522699356079, -0.7307988405227661, -0.21705622971057892, -0.8335473537445068, -0.7992978096008301, -0.8677968382835388, -1.2787909507751465, -1.672660231590271, -1.2102919816970825, 0.091189444065094, -1.415789008140564, -1.9295315742492676, -1.8610326051712036, -1.8439078330993652, -1.7754088640213013, -1.758284091949463, -1.7069097757339478, -1.758284091949463, -0.9020463228225708, -1.7069097757339478, -2.0836544036865234, -1.6555355787277222, -0.6280503273010254, -0.42255327105522156, -0.8335473537445068, -1.3130404949188232, -0.16568197309970856, -1.9637811183929443, -0.8164225816726685, -0.8677968382835388, -1.415789008140564, -1.79253351688385, -1.7411593198776245, -1.8267830610275269, -1.9295315742492676, -1.7240345478057861, -1.8952820301055908, -1.5870364904403687, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.5527870655059814, -1.672660231590271, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.484287977218628, -1.2787909507751465, -1.1931672096252441, -1.1931672096252441, -1.1246682405471802, -0.011559205129742622, -0.42255327105522156, -1.6384108066558838, -0.645175039768219, -0.6965492963790894, -1.2102919816970825, -1.02191960811615, -1.073293924331665, -0.9191710948944092, -0.6622998118400574, -0.8335473537445068, -0.4739275276660919, -0.5938007831573486, 0.4679340124130249, -0.14855723083019257, -0.06293346732854843, 0.7419300675392151, 0.7076805233955383, 0.587807297706604, 0.39943498373031616, 0.3138112425804138, 0.38231024146080017, 0.0055655487813055515, 0.03981505334377289, 0.5364330410957336, 0.7248052954673767, 0.6391815543174744, 0.7076805233955383, 0.7761795520782471, 0.7076805233955383, 0.622056782245636, 0.9474270939826965, 0.8789280652999878, 0.9645518660545349, 1.0501755475997925, 0.9303023219108582, -0.43967801332473755, -1.6384108066558838, -1.5527870655059814, -1.9124068021774292, -1.141792893409729, 0.0055655487813055515, 0.3138112425804138, 1.1357992887496948, 0.9303023219108582, 1.3584210872650146, 1.5467933416366577, 1.375545859336853, 1.2214230298995972, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 1.1529240608215332, 1.3926706314086914, 1.5467933416366577, 1.444044828414917, 1.2385478019714355, 0.9474270939826965, 1.3584210872650146, 1.6152924299240112, 1.563918113708496, 1.255672574043274, 1.1529240608215332, 1.255672574043274, 1.444044828414917, 1.8207894563674927, 1.6837913990020752, 1.786539912223816, 1.786539912223816, 1.0844250917434692, 1.8207894563674927, 1.1186745166778564, -0.14855723083019257, 1.0673003196716309, 0.8275538086891174, -0.5424265265464783, -0.14855723083019257, 0.8960528373718262, -0.045808710157871246, 0.8789280652999878, 0.4508092403411865, -1.6212860345840454, 0.8446785807609558, 1.324171543121338, -0.3883037567138672, 1.0501755475997925, 0.41655975580215454, 0.587807297706604, 1.4782943725585938, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.9816765785217285, 1.1357992887496948, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.2042982578277588, 1.101549744606018, 0.8275538086891174, 0.4679340124130249, 0.056939806789159775, -0.28555524349212646, -0.4910522699356079, -0.2341809868812561, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 0.6049320101737976, -0.13143247365951538, -0.28555524349212646, -0.19993148744106293, -0.645175039768219, -1.8096582889556885, -1.1931672096252441, -1.878157377243042, -1.9637811183929443, -1.8439078330993652, -1.7754088640213013, -1.3130404949188232, -0.1143077164888382, -1.672660231590271, -1.4329137802124023, -1.0390443801879883, -0.31980475783348083, -1.227416753768921, 0.12543895840644836, -0.7136740684509277, 0.39943498373031616, -0.6280503273010254, -0.3369295001029968, -1.0561691522598267, -1.1760424375534058, -1.8267830610275269, -1.8267830610275269, -1.672660231590271, -1.5527870655059814, -1.7069097757339478, -1.5014127492904663, -1.535662293434143, -1.5014127492904663, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -1.7411593198776245, -1.1589176654815674, -1.6384108066558838, -1.3472900390625, -0.9020463228225708, -1.1931672096252441, -0.43967801332473755, -1.0904186964035034, -0.43967801332473755, -1.3815394639968872, -0.3883037567138672, -0.7650483250617981, -1.141792893409729, -0.06293346732854843, -1.0047948360443115, -1.0904186964035034, -1.1075434684753418, -0.8677968382835388, -0.9362958669662476, -0.8335473537445068, -0.6622998118400574, 0.41655975580215454, 0.6049320101737976, -0.06293346732854843, 0.091189444065094, -0.02868395671248436, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.27956172823905945, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.4850587546825409, 0.27956172823905945, 0.656306266784668, 0.7248052954673767, 0.7933043241500854, 0.7248052954673767, 0.9131776094436646, 1.0330508947372437, 0.9816765785217285, 0.810429036617279, 0.6049320101737976, -0.02868395671248436, -1.3130404949188232, -1.8267830610275269, -1.7411593198776245, -0.6794245839118958, 0.2281874716281891, 0.6905558109283447, 0.4850587546825409, 0.5021834969520569, 0.6391815543174744, 1.101549744606018, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.18717360496521, 1.2214230298995972, 1.0501755475997925, 1.0330508947372437, 0.810429036617279, 0.3651854991912842, 0.12543895840644836, 0.5706825256347656, 0.7419300675392151, 0.9645518660545349, 1.1186745166778564, 1.4097954034805298, 1.6152924299240112, 1.4611696004867554, 1.5296685695648193, 1.786539912223816, 1.375545859336853, 1.2042982578277588, 1.63241708278656, 0.9988013505935669, 1.7009161710739136, 1.5296685695648193, 1.2214230298995972, 0.7248052954673767, 0.5021834969520569, 0.091189444065094, 0.19393795728683472, 0.0740646943449974, -0.7307988405227661, -0.4739275276660919, -0.21705622971057892, -0.3883037567138672, 0.5193082690238953, 1.2727973461151123, 1.0330508947372437, 1.2727973461151123, -0.3883037567138672, 0.0055655487813055515, 1.8036646842956543, 1.5981676578521729, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 0.9816765785217285, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.7761795520782471, 0.9131776094436646, 1.1700488328933716, 1.4782943725585938, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.3584210872650146, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 0.5706825256347656, 0.3480607271194458, 0.0740646943449974, 0.38231024146080017, 0.4850587546825409, 0.6734310388565063, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.587807297706604, 0.0055655487813055515, 0.3138112425804138, 0.5364330410957336, -0.42255327105522156, -1.2787909507751465, -1.2787909507751465, -1.8096582889556885, -1.9295315742492676, -1.8439078330993652, -1.0561691522598267, -1.261666178703308, -1.227416753768921, -1.073293924331665, -1.1075434684753418, -0.7136740684509277, -0.645175039768219, 0.14256370067596436, 0.17681321501731873, -0.09718296676874161, 0.0055655487813055515, 0.43368449807167053, 0.27956172823905945, -0.19993148744106293, -1.484287977218628, -1.672660231590271, -1.5699117183685303, -1.9295315742492676, -1.5527870655059814, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6897850036621094, -1.6555355787277222, -1.672660231590271, -1.2102919816970825, -1.604161262512207, -1.3815394639968872, -0.4739275276660919, -0.9705453515052795, -1.604161262512207, -0.610925555229187, -0.5081770420074463, -0.9876701235771179, -0.09718296676874161, -0.5595512986183167, 0.41655975580215454, 0.0740646943449974, 0.27956172823905945, 0.091189444065094, -0.8164225816726685, -0.6280503273010254, -0.5253018140792847, -0.21705622971057892, -0.42255327105522156, -0.8677968382835388, 0.38231024146080017, -0.13143247365951538, 0.2281874716281891, -0.045808710157871246, -0.610925555229187, -0.011559205129742622, 0.3651854991912842, 0.24531221389770508, 0.3309359848499298, 0.41655975580215454, 0.5535577535629272, 0.6734310388565063, 0.6734310388565063, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9988013505935669, 0.9131776094436646, 1.1529240608215332, 0.7761795520782471, 0.24531221389770508, -0.9362958669662476, -1.7754088640213013, -1.484287977218628, -0.09718296676874161, 0.8960528373718262, 1.0844250917434692, 0.9303023219108582, 1.3584210872650146, 1.4954191446304321, 1.3926706314086914, 0.8960528373718262, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.2214230298995972, 1.3412963151931763, 1.1186745166778564, 1.4097954034805298, 1.2727973461151123, 0.5706825256347656, 0.39943498373031616, 0.7590547800064087, 0.8960528373718262, 0.9131776094436646, 1.0501755475997925, 1.3070467710494995, 1.5467933416366577, 1.563918113708496, 1.324171543121338, 0.7761795520782471, 1.324171543121338, 1.3412963151931763, 1.3070467710494995, -1.5014127492904663, 0.7590547800064087, 0.587807297706604, -0.13143247365951538, 0.2110627144575119, -0.8677968382835388, -0.30267998576164246, 1.3926706314086914, -1.141792893409729, -0.1143077164888382, -0.16568197309970856, -0.576676070690155, 0.43368449807167053, -0.5081770420074463, 1.0673003196716309, 0.4508092403411865, -0.21705622971057892, -0.2684305012226105, 1.6152924299240112, 1.2385478019714355, 0.9474270939826965, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.7933043241500854, 0.9988013505935669, 1.18717360496521, 1.4097954034805298, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.444044828414917, 1.375545859336853, 1.255672574043274, 1.1529240608215332, 1.0501755475997925, 0.8960528373718262, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 1.0501755475997925, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.4679340124130249, -0.011559205129742622, -0.6280503273010254, -0.8506720662117004, -0.5081770420074463, -0.8506720662117004, -1.1589176654815674, -0.9362958669662476, -0.610925555229187, -0.011559205129742622, 0.26243698596954346, 0.02269030176103115, 0.810429036617279, 0.4508092403411865, 0.587807297706604, 0.622056782245636, 0.3651854991912842, -0.16568197309970856, -1.227416753768921, -0.610925555229187, -2.0494048595428467, -1.79253351688385, -1.6384108066558838, -1.7411593198776245, -1.6897850036621094, -1.6555355787277222, -1.7754088640213013, -1.6555355787277222, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.4910522699356079, -1.1246682405471802, -0.08005820959806442, -0.7992978096008301, -0.9191710948944092, -0.3369295001029968, -0.011559205129742622, -0.5081770420074463, 0.5021834969520569, 0.39943498373031616, -0.1143077164888382, 0.091189444065094, 0.3651854991912842, 0.38231024146080017, 0.0740646943449974, 0.4679340124130249, 0.19393795728683472, -0.28555524349212646, -0.06293346732854843, -0.011559205129742622, 0.14256370067596436, 0.41655975580215454, 0.5535577535629272, 0.2281874716281891, 0.622056782245636, 0.43368449807167053, 0.5021834969520569, 0.5706825256347656, 0.38231024146080017, 0.4679340124130249, 0.5364330410957336, 0.656306266784668, 0.7761795520782471, 0.5535577535629272, 0.9131776094436646, 0.9131776094436646, 0.7933043241500854, 0.5535577535629272, 0.4850587546825409, 0.9474270939826965, 0.587807297706604, -1.415789008140564, -1.7411593198776245, -1.4329137802124023, 0.17681321501731873, 0.02269030176103115, 0.9131776094436646, 0.587807297706604, 1.0501755475997925, 1.0673003196716309, 1.3070467710494995, 1.324171543121338, 1.444044828414917, 1.255672574043274, 0.9988013505935669, 0.9303023219108582, 1.444044828414917, 1.3926706314086914, 0.3651854991912842, 0.8446785807609558, 1.255672574043274, 1.1700488328933716, 0.9131776094436646, 0.587807297706604, 0.9303023219108582, 0.7590547800064087, 0.5535577535629272, 0.24531221389770508, 0.43368449807167053, 0.7933043241500854, 0.8446785807609558, 1.0673003196716309, 1.1357992887496948, 0.8446785807609558, 0.5364330410957336, 0.7076805233955383, -0.8164225816726685, -1.3644146919250488, -1.0390443801879883, -0.1143077164888382, -0.4739275276660919, -1.0047948360443115, 1.2214230298995972, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -1.8096582889556885, -0.645175039768219, 0.0740646943449974, 0.5021834969520569, -0.2513057291507721, -1.8096582889556885, -0.7479235529899597, 1.3412963151931763, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 1.4097954034805298, 1.5467933416366577, 1.63241708278656, 1.6837913990020752, 1.6837913990020752, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4611696004867554, 1.375545859336853, 1.2727973461151123, 1.1357992887496948, 1.0159261226654053, 0.9474270939826965, 0.8446785807609558, 0.7248052954673767, 0.7248052954673767, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.7248052954673767, 0.810429036617279, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.8446785807609558, 0.39943498373031616, -0.30267998576164246, 0.2110627144575119, -0.045808710157871246, -0.2513057291507721, 0.7419300675392151, -0.2341809868812561, 0.810429036617279, 0.6049320101737976, 0.7419300675392151, 0.7933043241500854, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.4679340124130249, 0.6391815543174744, -0.19993148744106293, -0.14855723083019257, -1.2102919816970825, -0.6622998118400574, -1.5870364904403687, -1.7754088640213013, -1.5014127492904663, -1.9124068021774292, -1.3986642360687256, -1.9809058904647827, -1.0390443801879883, -1.073293924331665, -0.06293346732854843, -1.141792893409729, -0.6965492963790894, -0.1143077164888382, 0.02269030176103115, -0.8164225816726685, -0.6965492963790894, 0.02269030176103115, 0.091189444065094, 0.3309359848499298, -0.2513057291507721, 0.5021834969520569, 0.091189444065094, 0.9988013505935669, 0.5535577535629272, 0.4679340124130249, 0.3138112425804138, 0.03981505334377289, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, -0.08005820959806442, 0.5535577535629272, 0.4850587546825409, 0.4679340124130249, 0.2110627144575119, 0.14256370067596436, 0.41655975580215454, 0.6734310388565063, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.6905558109283447, 1.0330508947372437, 0.9303023219108582, 1.0844250917434692, 0.8275538086891174, 1.101549744606018, 0.7590547800064087, 0.6734310388565063, 0.7076805233955383, -1.2959157228469849, -1.8096582889556885, -1.7411593198776245, -0.7992978096008301, 0.9645518660545349, 0.587807297706604, 0.7590547800064087, 1.4097954034805298, 1.1529240608215332, 1.4097954034805298, 1.101549744606018, 1.0501755475997925, 1.18717360496521, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.8960528373718262, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.17681321501731873, -0.43967801332473755, -0.09718296676874161, -0.42255327105522156, 0.43368449807167053, 0.656306266784668, 0.8960528373718262, -0.02868395671248436, -0.9534205794334412, -1.0904186964035034, -1.1589176654815674, -1.5185375213623047, -1.3301652669906616, -0.8164225816726685, 0.9303023219108582, -1.604161262512207, -1.4329137802124023, -0.2341809868812561, -1.3130404949188232, -1.9980305433273315, -1.758284091949463, -1.8267830610275269, -1.2445415258407593, -1.2445415258407593, 0.43368449807167053, 0.7933043241500854, 0.9303023219108582, 0.8789280652999878, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7076805233955383, 0.9645518660545349, 1.4611696004867554, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.5810428857803345, 1.4611696004867554, 1.3070467710494995, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 0.9988013505935669, 0.8960528373718262, 0.8618032932281494, 0.9474270939826965, 0.9816765785217285, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.7933043241500854, 0.24531221389770508, -0.2513057291507721, -0.2341809868812561, 0.38231024146080017, 0.0055655487813055515, 0.24531221389770508, 0.5364330410957336, 0.2281874716281891, 0.19393795728683472, 0.656306266784668, 0.8789280652999878, 0.8618032932281494, 1.2214230298995972, 1.0673003196716309, 1.1357992887496948, 1.101549744606018, 1.2214230298995972, 0.9303023219108582, 0.6049320101737976, 0.3309359848499298, -0.9362958669662476, -1.4329137802124023, -0.6965492963790894, 0.7076805233955383, -0.31980475783348083, -1.1075434684753418, -0.8506720662117004, -0.9534205794334412, -1.4671632051467896, -1.6212860345840454, -1.535662293434143, -0.06293346732854843, 0.27956172823905945, 0.091189444065094, 0.03981505334377289, 0.02269030176103115, -0.14855723083019257, 0.29668647050857544, 0.5706825256347656, 0.5193082690238953, 0.6049320101737976, 0.5021834969520569, 0.810429036617279, 0.8960528373718262, 0.6905558109283447, 0.8275538086891174, 0.8789280652999878, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.14256370067596436, 0.3138112425804138, 0.3138112425804138, 0.2110627144575119, 0.5535577535629272, 0.6049320101737976, 0.41655975580215454, 0.5706825256347656, 0.622056782245636, 0.39943498373031616, 0.587807297706604, 0.8275538086891174, 0.9303023219108582, 1.0501755475997925, 0.7761795520782471, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 1.0673003196716309, 0.9131776094436646, 0.587807297706604, -0.9020463228225708, -1.7754088640213013, -1.8096582889556885, -0.2684305012226105, -0.4568027853965759, 0.6905558109283447, 0.8446785807609558, 1.18717360496521, 1.375545859336853, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2899221181869507, 1.0330508947372437, 0.7933043241500854, 1.2899221181869507, 1.3584210872650146, 1.2727973461151123, 1.1186745166778564, 0.8275538086891174, 0.4679340124130249, 0.7761795520782471, 0.6049320101737976, 0.02269030176103115, 0.8275538086891174, 0.41655975580215454, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 1.0844250917434692, 1.5467933416366577, 1.2727973461151123, 0.4679340124130249, -1.0561691522598267, -1.4329137802124023, -0.9020463228225708, -0.1143077164888382, -0.8849216103553772, -1.02191960811615, 0.3651854991912842, -0.8164225816726685, -1.4671632051467896, 0.5535577535629272, -0.9705453515052795, -1.7069097757339478, -1.5527870655059814, -1.6384108066558838, -1.5014127492904663, -1.3986642360687256, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.9988013505935669, 1.0673003196716309, 1.2385478019714355, 1.4611696004867554, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.5981676578521729, 1.4954191446304321, 1.375545859336853, 1.2385478019714355, 1.2042982578277588, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0501755475997925, 1.1700488328933716, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2385478019714355, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.091189444065094, -0.19993148744106293, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 1.0330508947372437, 0.9988013505935669, 1.101549744606018, 1.1529240608215332, 1.3584210872650146, 1.18717360496521, 1.1186745166778564, 1.2042982578277588, 1.0330508947372437, 0.587807297706604, -0.2341809868812561, 0.39943498373031616, -0.02868395671248436, -0.30267998576164246, -0.6794245839118958, 0.9131776094436646, 0.4679340124130249, 0.15968845784664154, -0.08005820959806442, -0.5253018140792847, -0.40542852878570557, 0.03981505334377289, -0.6280503273010254, 0.17681321501731873, -0.045808710157871246, 0.10831420123577118, 0.14256370067596436, 0.3480607271194458, 0.7248052954673767, 0.43368449807167053, 0.7076805233955383, 0.41655975580215454, 0.8446785807609558, 0.5535577535629272, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.6905558109283447, 0.38231024146080017, 0.4850587546825409, 0.4508092403411865, 0.3309359848499298, 0.3651854991912842, 0.24531221389770508, 0.17681321501731873, 0.27956172823905945, 0.7590547800064087, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6734310388565063, 0.8618032932281494, 0.7761795520782471, 0.9988013505935669, 1.2214230298995972, 1.324171543121338, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, 0.810429036617279, -0.09718296676874161, -1.6212860345840454, -1.9809058904647827, 0.02269030176103115, 0.5364330410957336, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 1.2385478019714355, 1.1186745166778564, 1.2214230298995972, 1.2727973461151123, 1.4269200563430786, 1.5125439167022705, 1.3070467710494995, 1.2042982578277588, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 0.5021834969520569, 1.1700488328933716, 1.2385478019714355, 0.8446785807609558, 0.3480607271194458, 1.3412963151931763, 0.8960528373718262, 0.7761795520782471, 0.3651854991912842, 0.3138112425804138, 0.15968845784664154, 0.24531221389770508, 0.5193082690238953, 0.19393795728683472, 0.656306266784668, 0.3309359848499298, 0.38231024146080017, -0.06293346732854843, 0.9645518660545349, -1.1246682405471802, -0.9705453515052795, -0.9705453515052795, -1.0561691522598267, -1.5014127492904663, 0.03981505334377289, 0.19393795728683472, -1.1589176654815674, -0.5595512986183167, -0.6965492963790894, -1.415789008140564, -1.4329137802124023, -1.1075434684753418, -1.227416753768921, -1.227416753768921, 0.8960528373718262, 1.0159261226654053, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.4269200563430786, 1.3412963151931763, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.8789280652999878, 1.0673003196716309, 1.2385478019714355, 1.3926706314086914, 1.563918113708496, 1.63241708278656, 1.6837913990020752, 1.718040943145752, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.810429036617279, 1.0844250917434692, 1.101549744606018, 1.324171543121338, 1.1357992887496948, 1.2385478019714355, 1.3070467710494995, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 0.9816765785217285, 1.0159261226654053, 0.8446785807609558, 0.7933043241500854, 1.0673003196716309, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.3584210872650146, 1.2385478019714355, 0.810429036617279, 0.8960528373718262, 0.3651854991912842, 0.9474270939826965, -0.42255327105522156, 0.3309359848499298, 0.587807297706604, 0.9131776094436646, 0.3309359848499298, 0.5706825256347656, 0.5364330410957336, 0.8275538086891174, 0.27956172823905945, 0.091189444065094, -0.2341809868812561, 0.622056782245636, 0.2110627144575119, 0.656306266784668, -0.13143247365951538, 0.5364330410957336, 0.622056782245636, 0.3138112425804138, 0.622056782245636, 0.4508092403411865, 0.8275538086891174, 0.4679340124130249, 0.6391815543174744, 0.6391815543174744, 0.5193082690238953, 0.587807297706604, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.7590547800064087, 0.3651854991912842, 0.587807297706604, 0.8618032932281494, 0.5021834969520569, 0.7761795520782471, 0.7248052954673767, 0.9474270939826965, 0.7933043241500854, 0.9474270939826965, 1.2042982578277588, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 1.0673003196716309, 0.5535577535629272, -0.7307988405227661, -1.8439078330993652, -1.0390443801879883, 0.5706825256347656, 0.6734310388565063, 0.6734310388565063, 0.3309359848499298, 0.810429036617279, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.255672574043274, 1.3412963151931763, 1.4611696004867554, 1.3412963151931763, 0.9131776094436646, 0.9645518660545349, 1.0673003196716309, 1.3070467710494995, 1.3412963151931763, 1.4954191446304321, 0.5706825256347656, 0.9303023219108582, 0.6049320101737976, 0.6391815543174744, 0.9988013505935669, 0.7590547800064087, 0.9645518660545349, -0.09718296676874161, 0.7590547800064087, -0.14855723083019257, 0.5535577535629272, 0.3309359848499298, 0.9988013505935669, 0.9131776094436646, 1.2042982578277588, 0.810429036617279, 0.7076805233955383, -0.14855723083019257, -1.0047948360443115, -1.0390443801879883, -0.7136740684509277, -1.0390443801879883, -1.5014127492904663, -0.5253018140792847, 0.29668647050857544, -1.3986642360687256, -0.7992978096008301, -0.7821730971336365, -1.3130404949188232, -1.4329137802124023, -1.4500385522842407, -1.4329137802124023, -0.7136740684509277, 0.8446785807609558, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878], [1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 1.0159261226654053, 1.0159261226654053, 1.2214230298995972, 1.5467933416366577, 1.6152924299240112, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 0.9303023219108582, 0.8618032932281494, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 1.0673003196716309, 1.0501755475997925, 1.101549744606018, 0.9303023219108582, 1.1357992887496948, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.4097954034805298, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.1186745166778564, 1.2042982578277588, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 1.0159261226654053, 0.9303023219108582, 1.0673003196716309, 1.0673003196716309, 0.8960528373718262, 0.9645518660545349, 1.0330508947372437, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.810429036617279, 0.7419300675392151, 0.622056782245636, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 0.622056782245636, 0.4679340124130249, 0.39943498373031616, 0.5364330410957336, 0.41655975580215454, 0.19393795728683472, 0.3480607271194458, 0.6391815543174744, 0.7248052954673767, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 0.7590547800064087, 1.2727973461151123, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.2899221181869507, 1.1186745166778564, 1.0673003196716309, 0.8789280652999878, -0.02868395671248436, -1.2102919816970825, -1.3986642360687256, -0.5938007831573486, -0.3883037567138672, 0.7590547800064087, 0.9988013505935669, 0.8446785807609558, 0.8275538086891174, 1.2899221181869507, 1.1357992887496948, 1.3412963151931763, 1.3584210872650146, 1.4954191446304321, 1.0159261226654053, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.255672574043274, 1.1357992887496948, 0.6905558109283447, 0.6734310388565063, 0.5021834969520569, 0.9303023219108582, 0.9816765785217285, 0.656306266784668, 0.9816765785217285, 0.8618032932281494, 0.7590547800064087, 0.7419300675392151, -0.21705622971057892, 0.6905558109283447, 0.29668647050857544, 0.3309359848499298, 0.9474270939826965, 0.9131776094436646, 1.3926706314086914, 0.9131776094436646, 1.375545859336853, 1.0844250917434692, 0.6391815543174744, -0.7307988405227661, -1.5527870655059814, -1.3130404949188232, -1.4329137802124023, -1.5870364904403687, -1.4671632051467896, 0.02269030176103115, -1.6555355787277222, -1.073293924331665, -0.6622998118400574, -0.9876701235771179, -1.3986642360687256, -1.3986642360687256, -1.4671632051467896, -0.1143077164888382, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494], [1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 1.1529240608215332, 1.2042982578277588, 1.3412963151931763, 1.5125439167022705, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.5810428857803345, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.255672574043274, 1.18717360496521, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 0.9303023219108582, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 0.7933043241500854, 0.5535577535629272, 0.5364330410957336, 0.6049320101737976, 0.4850587546825409, 0.5364330410957336, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.8960528373718262, 0.9816765785217285, 1.101549744606018, 1.2899221181869507, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.1700488328933716, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.101549744606018, 1.1700488328933716, 0.9816765785217285, 0.810429036617279, 1.1357992887496948, 0.8789280652999878, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 0.6049320101737976, 0.12543895840644836, 0.5706825256347656, 0.7248052954673767, 0.622056782245636, 0.6391815543174744, 0.5535577535629272, 0.4508092403411865, 0.3480607271194458, 0.38231024146080017, 0.5021834969520569, 0.5193082690238953, 0.6391815543174744, 0.5364330410957336, 0.3480607271194458, 0.6905558109283447, 0.7761795520782471, 0.7076805233955383, 0.8275538086891174, 0.7590547800064087, 0.5706825256347656, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.6905558109283447, 0.6049320101737976, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 0.8275538086891174, 1.0673003196716309, 0.5193082690238953, -1.073293924331665, -1.5527870655059814, -1.5014127492904663, 0.0740646943449974, 0.656306266784668, 0.810429036617279, 0.9474270939826965, 1.1357992887496948, 1.1529240608215332, 1.3584210872650146, 1.101549744606018, 1.4097954034805298, 1.0159261226654053, 1.2214230298995972, 1.2899221181869507, 1.3926706314086914, 0.6391815543174744, 0.4679340124130249, 1.0159261226654053, 0.8618032932281494, 0.7076805233955383, 0.9131776094436646, 1.1700488328933716, 0.7933043241500854, 0.9988013505935669, 0.8618032932281494, 1.0844250917434692, 0.9303023219108582, 0.43368449807167053, 0.8789280652999878, 0.24531221389770508, 0.5535577535629272, 0.43368449807167053, 0.8789280652999878, 0.9816765785217285, 1.0159261226654053, 0.810429036617279, 1.3584210872650146, 0.656306266784668, 1.1357992887496948, 0.29668647050857544, -0.8506720662117004, -1.7069097757339478, -1.4671632051467896, -1.3472900390625, -1.5185375213623047, -1.3644146919250488, -0.3540542721748352, -1.7240345478057861, -1.2959157228469849, -0.7479235529899597, -1.0047948360443115, -1.1075434684753418, -1.3986642360687256, -1.3815394639968872, 0.7076805233955383, 0.8960528373718262, 0.8789280652999878], [1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 1.0159261226654053, 1.1529240608215332, 1.3584210872650146, 1.5296685695648193, 1.6152924299240112, 1.6666666269302368, 1.6666666269302368, 1.563918113708496, 1.5125439167022705, 1.444044828414917, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.8789280652999878, 0.7419300675392151, 0.6734310388565063, 0.8789280652999878, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.7761795520782471, 0.810429036617279, 0.9303023219108582, 0.7933043241500854, 0.7419300675392151, 0.9645518660545349, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.2899221181869507, 1.4269200563430786, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.18717360496521, 0.9988013505935669, 1.0159261226654053, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.1186745166778564, 1.0501755475997925, 0.7761795520782471, 0.9303023219108582, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.6049320101737976, 0.6905558109283447, 0.9131776094436646, 0.5021834969520569, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6049320101737976, 0.622056782245636, 0.7933043241500854, 0.7933043241500854, 0.7419300675392151, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.8275538086891174, 0.9645518660545349, 0.7933043241500854, 0.7590547800064087, 1.0159261226654053, 0.9303023219108582, 0.622056782245636, 0.9303023219108582, 1.0673003196716309, 1.0501755475997925, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 0.5193082690238953, -1.02191960811615, -1.9295315742492676, -0.8506720662117004, -0.2513057291507721, 0.5021834969520569, 0.587807297706604, 0.9988013505935669, 1.2042982578277588, 0.587807297706604, 1.1357992887496948, 1.0844250917434692, 1.2899221181869507, 1.324171543121338, 0.9474270939826965, 0.7248052954673767, 1.1357992887496948, 0.622056782245636, 0.9645518660545349, 0.4679340124130249, 0.810429036617279, 0.7248052954673767, 0.7761795520782471, 0.7419300675392151, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 0.38231024146080017, 0.7761795520782471, 0.9645518660545349, 0.4850587546825409, 0.8960528373718262, 0.7761795520782471, 0.9131776094436646, 1.18717360496521, 1.2899221181869507, 0.6905558109283447, 1.0159261226654053, 1.2899221181869507, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.15968845784664154, -0.2513057291507721, -1.5527870655059814, -1.5014127492904663, -1.3815394639968872, -1.484287977218628, -1.2445415258407593, -1.1246682405471802, -1.7069097757339478, -1.02191960811615, -0.9534205794334412, -1.0904186964035034, -0.7136740684509277, -1.5014127492904663, -1.5527870655059814, 0.9645518660545349, 0.8789280652999878], [1.4269200563430786, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0673003196716309, 1.1700488328933716, 1.2727973461151123, 1.3926706314086914, 1.4611696004867554, 1.6152924299240112, 1.6152924299240112, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.375545859336853, 1.3412963151931763, 1.2385478019714355, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.7933043241500854, 0.810429036617279, 0.656306266784668, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.3309359848499298, 0.5021834969520569, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.9131776094436646, 0.7761795520782471, 0.8960528373718262, 0.38231024146080017, 0.5364330410957336, 0.7590547800064087, 0.8618032932281494, 1.0159261226654053, 0.7419300675392151, 0.8789280652999878, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.2214230298995972, 1.375545859336853, 1.2214230298995972, 0.9816765785217285, 0.8789280652999878, 0.7590547800064087, 1.1186745166778564, 1.0844250917434692, 1.1186745166778564, 1.0844250917434692, 0.7933043241500854, 0.6049320101737976, 0.810429036617279, 0.8275538086891174, 0.24531221389770508, -0.06293346732854843, 0.8275538086891174, 0.3480607271194458, 0.656306266784668, 0.5535577535629272, 0.6905558109283447, 0.41655975580215454, 0.5364330410957336, 0.7933043241500854, 0.7761795520782471, 0.6734310388565063, 0.2281874716281891, 0.38231024146080017, 0.5535577535629272, 0.8446785807609558, 0.5535577535629272, 0.622056782245636, 0.5706825256347656, 0.8446785807609558, 0.5021834969520569, 0.8960528373718262, -0.08005820959806442, 0.7933043241500854, 0.7590547800064087, 0.656306266784668, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2385478019714355, 1.1186745166778564, 1.2727973461151123, 1.1529240608215332, 1.1529240608215332, 0.4850587546825409, -0.3711790144443512, -1.758284091949463, -1.6555355787277222, 0.03981505334377289, 0.02269030176103115, 0.27956172823905945, 0.8789280652999878, 0.38231024146080017, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.444044828414917, 1.1186745166778564, 1.0330508947372437, 1.1357992887496948, 0.9816765785217285, 0.9645518660545349, 0.7761795520782471, 1.0501755475997925, 1.0330508947372437, 0.5706825256347656, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.8960528373718262, 0.2110627144575119, 0.6391815543174744, 0.9816765785217285, 0.5193082690238953, 0.3480607271194458, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.41655975580215454, 0.5193082690238953, 0.2110627144575119, 0.5021834969520569, 0.587807297706604, 0.3651854991912842, 0.41655975580215454, 0.8446785807609558, -0.14855723083019257, -0.09718296676874161, -0.4910522699356079, -1.4671632051467896, -1.5699117183685303, -1.4329137802124023, -1.227416753768921, -1.2959157228469849, -1.5527870655059814, -1.2445415258407593, -1.2787909507751465, -0.9020463228225708, -0.9876701235771179, -1.2787909507751465, -1.535662293434143, -1.2445415258407593, 1.718040943145752], [1.3926706314086914, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.1357992887496948, 1.3412963151931763, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.5467933416366577, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.2727973461151123, 1.2042982578277588, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.8618032932281494, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.8275538086891174, 0.7590547800064087, 0.9474270939826965, 0.9816765785217285, 0.7590547800064087, 0.7419300675392151, 0.6049320101737976, 0.9131776094436646, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.1186745166778564, 0.9645518660545349, 1.0159261226654053, 1.1357992887496948, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 0.8618032932281494, 0.7076805233955383, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.587807297706604, 0.5021834969520569, 0.41655975580215454, 0.27956172823905945, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.656306266784668, 0.6734310388565063, 0.5193082690238953, 0.6391815543174744, 0.7419300675392151, 0.6049320101737976, 0.5193082690238953, 0.03981505334377289, 0.27956172823905945, 0.3651854991912842, 0.6391815543174744, 0.5021834969520569, 0.7590547800064087, 0.7761795520782471, 0.4508092403411865, 0.4679340124130249, 0.7590547800064087, 0.7761795520782471, 1.18717360496521, 1.0844250917434692, 1.1186745166778564, 1.2385478019714355, 1.3412963151931763, 1.324171543121338, 1.1700488328933716, 0.810429036617279, -0.1143077164888382, -1.878157377243042, -1.4329137802124023, -1.1931672096252441, -1.1075434684753418, 0.4679340124130249, 0.43368449807167053, 0.5535577535629272, 1.0330508947372437, 1.3926706314086914, 0.9645518660545349, 0.7761795520782471, 0.9645518660545349, 1.2385478019714355, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.2385478019714355, 0.7761795520782471, 0.656306266784668, 0.6905558109283447, 0.622056782245636, 0.7419300675392151, 0.9303023219108582, 0.5021834969520569, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.41655975580215454, 0.5193082690238953, 0.2281874716281891, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.4508092403411865, 0.3480607271194458, 0.5706825256347656, 0.19393795728683472, 0.091189444065094, 0.7248052954673767, 0.02269030176103115, 0.5021834969520569, 0.41655975580215454, -0.7479235529899597, -1.3472900390625, -1.6212860345840454, -1.4329137802124023, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.3644146919250488, -1.0561691522598267, -0.9191710948944092, -1.02191960811615, -1.261666178703308, -1.415789008140564, -0.6965492963790894], [1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.2042982578277588, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.324171543121338, 1.2385478019714355, 1.1529240608215332, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.7933043241500854, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.8446785807609558, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.7590547800064087, 0.9645518660545349, 0.8618032932281494, 1.1186745166778564, 0.9645518660545349, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.1529240608215332, 1.0501755475997925, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 0.6391815543174744, 0.8789280652999878, 1.0159261226654053, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 1.18717360496521, 0.6049320101737976, 1.0330508947372437, 1.0330508947372437, 0.8446785807609558, 0.7933043241500854, 0.8960528373718262, 0.7248052954673767, 0.7590547800064087, 0.587807297706604, 0.7248052954673767, 0.6049320101737976, 0.6391815543174744, 0.5706825256347656, 0.27956172823905945, 0.14256370067596436, 0.39943498373031616, 0.2281874716281891, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.6734310388565063, 0.8275538086891174, 0.6905558109283447, 0.7419300675392151, 0.6391815543174744, 0.4508092403411865, 0.5706825256347656, 0.3651854991912842, 0.622056782245636, 0.41655975580215454, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.18717360496521, 1.0673003196716309, 1.1357992887496948, 0.9645518660545349, -0.09718296676874161, -1.535662293434143, -1.7411593198776245, -0.9020463228225708, -1.261666178703308, -0.4568027853965759, 0.6049320101737976, 1.101549744606018, 0.7933043241500854, 0.6391815543174744, 0.587807297706604, 0.6905558109283447, 1.1357992887496948, 0.7419300675392151, 0.8960528373718262, 0.7761795520782471, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 0.7590547800064087, 1.324171543121338, 0.7419300675392151, 0.9131776094436646, 0.7933043241500854, 0.7248052954673767, 0.587807297706604, 0.5706825256347656, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.656306266784668, 0.4850587546825409, 0.7590547800064087, 0.38231024146080017, 0.5364330410957336, 0.38231024146080017, 0.8618032932281494, 0.810429036617279, 0.8960528373718262, 0.8275538086891174, -0.4910522699356079, -1.2445415258407593, -1.758284091949463, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.3815394639968872, -1.261666178703308, -1.3986642360687256, -0.8506720662117004, -0.6965492963790894, -1.4329137802124023, -1.3644146919250488], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4782943725585938, 1.3584210872650146, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0844250917434692, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.6734310388565063, 1.0159261226654053, 0.9988013505935669, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 1.18717360496521, 1.1529240608215332, 1.0501755475997925, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 0.9816765785217285, 1.0159261226654053, 0.9645518660545349, 1.101549744606018, 0.9988013505935669, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 1.0844250917434692, 0.6734310388565063, 0.5364330410957336, 0.9988013505935669, 1.0673003196716309, 0.7590547800064087, 0.7076805233955383, 0.7933043241500854, 0.5364330410957336, 0.38231024146080017, 0.5193082690238953, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6391815543174744, 0.7419300675392151, 0.4850587546825409, 0.26243698596954346, 0.8446785807609558, 0.41655975580215454, 0.15968845784664154, 0.7933043241500854, 0.3138112425804138, 0.7590547800064087, 0.3651854991912842, 0.4508092403411865, 0.39943498373031616, 0.9131776094436646, 0.8789280652999878, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.2042982578277588, 1.0844250917434692, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.0673003196716309, 0.6391815543174744, -1.1760424375534058, -1.5527870655059814, -1.604161262512207, -0.7650483250617981, -0.43967801332473755, 0.5535577535629272, 0.3309359848499298, 0.14256370067596436, 0.5021834969520569, 0.810429036617279, 0.5021834969520569, 0.7248052954673767, 0.7590547800064087, 0.4850587546825409, 0.4850587546825409, 0.39943498373031616, 0.5021834969520569, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 1.0159261226654053, 0.41655975580215454, 0.7419300675392151, 0.656306266784668, 0.43368449807167053, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.587807297706604, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.5706825256347656, 0.7761795520782471, 0.7419300675392151, 0.810429036617279, 0.656306266784668, 0.8446785807609558, 0.656306266784668, 0.8618032932281494, 0.9131776094436646, 0.9816765785217285, 0.6049320101737976, -1.415789008140564, -1.7069097757339478, -1.4500385522842407, -1.3301652669906616, -1.3130404949188232, -1.3986642360687256, -1.261666178703308, -1.79253351688385, -0.30267998576164246, -0.8849216103553772, -1.3815394639968872], [1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.7933043241500854, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.6391815543174744, 1.1186745166778564, 1.18717360496521, 0.7761795520782471, 0.6905558109283447, 0.9131776094436646, 0.6391815543174744, 0.9303023219108582, 1.0159261226654053, 0.9131776094436646, 0.8789280652999878, 1.0330508947372437, 1.0844250917434692, 1.1529240608215332, 1.1357992887496948, 1.0330508947372437, 1.1186745166778564, 0.8960528373718262, 0.9645518660545349, 0.9474270939826965, 0.7933043241500854, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 1.0330508947372437, 1.1186745166778564, 0.7248052954673767, 0.7248052954673767, 1.1186745166778564, 0.9303023219108582, 0.8789280652999878, 0.9816765785217285, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.656306266784668, 0.7076805233955383, 0.6391815543174744, 0.7933043241500854, 0.656306266784668, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8789280652999878, 0.3138112425804138, 0.39943498373031616, 0.587807297706604, 0.6391815543174744, 0.24531221389770508, 0.39943498373031616, 0.4850587546825409, 0.6905558109283447, 0.5193082690238953, 0.26243698596954346, 0.5535577535629272, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.4097954034805298, 1.255672574043274, 1.1529240608215332, 1.1529240608215332, 1.255672574043274, 1.3070467710494995, 0.8960528373718262, -0.4568027853965759, -1.3301652669906616, -1.9124068021774292, -0.6794245839118958, -0.9705453515052795, -0.2513057291507721, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.3480607271194458, 0.4508092403411865, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.4679340124130249, 0.43368449807167053, 0.9645518660545349, 0.6049320101737976, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.5364330410957336, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 1.18717360496521, -1.1760424375534058, -1.6384108066558838, -1.5014127492904663, -1.4329137802124023, -1.3986642360687256, -1.415789008140564, -1.3815394639968872, -1.6384108066558838, 0.3651854991912842, -1.141792893409729], [1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 0.9474270939826965, 0.9303023219108582, 0.8618032932281494, 0.9303023219108582, 0.810429036617279, 0.6734310388565063, 0.7761795520782471, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8446785807609558, 0.9131776094436646, 1.0844250917434692, 1.2214230298995972, 1.0501755475997925, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.8618032932281494, 0.810429036617279, 0.9645518660545349, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 0.8446785807609558, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 0.9816765785217285, 0.9474270939826965, 0.6905558109283447, 0.7933043241500854, 0.656306266784668, 0.4508092403411865, 0.587807297706604, 0.7761795520782471, 0.7933043241500854, 0.6734310388565063, 0.6049320101737976, 0.6391815543174744, 0.7419300675392151, 0.587807297706604, 0.6391815543174744, 0.3651854991912842, 0.26243698596954346, 0.4508092403411865, 0.39943498373031616, 0.3138112425804138, 0.3651854991912842, 0.5021834969520569, 0.5193082690238953, 0.6905558109283447, 0.6905558109283447, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0159261226654053, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.2385478019714355, 1.1700488328933716, 1.3412963151931763, 1.0330508947372437, 0.6391815543174744, -0.9876701235771179, -1.4500385522842407, -1.7411593198776245, -1.141792893409729, -0.576676070690155, -0.14855723083019257, 0.03981505334377289, 0.10831420123577118, 0.14256370067596436, 0.43368449807167053, 0.4679340124130249, 0.6734310388565063, 0.4679340124130249, 0.810429036617279, 0.3651854991912842, 0.43368449807167053, 0.8789280652999878, 0.656306266784668, 0.7076805233955383, -0.06293346732854843, 0.6734310388565063, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7419300675392151, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.4508092403411865, -1.5527870655059814, -1.7240345478057861, -1.5527870655059814, -1.484287977218628, -1.4671632051467896, -1.3472900390625, -1.535662293434143, 0.3138112425804138], [1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.5193082690238953, 0.7933043241500854, 0.9816765785217285, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 1.0159261226654053, 0.9131776094436646, 1.1186745166778564, 1.1357992887496948, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.8618032932281494, 0.8960528373718262, 0.9988013505935669, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.7419300675392151, 0.6905558109283447, 0.8446785807609558, 0.9645518660545349, 1.0844250917434692, 0.9645518660545349, 1.0844250917434692, 1.0159261226654053, 0.8960528373718262, 0.9303023219108582, 1.0673003196716309, 1.18717360496521, 0.8275538086891174, 1.0159261226654053, 0.810429036617279, 0.6734310388565063, 0.8446785807609558, 0.9303023219108582, 0.8618032932281494, 0.7076805233955383, 0.5193082690238953, 0.4850587546825409, 0.9988013505935669, 0.6905558109283447, 0.6734310388565063, 0.4679340124130249, 0.5535577535629272, 0.6734310388565063, 0.41655975580215454, 0.43368449807167053, 0.6049320101737976, 0.43368449807167053, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.8618032932281494, 0.9474270939826965, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.18717360496521, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.5364330410957336, -1.0904186964035034, -1.3301652669906616, -1.5699117183685303, -1.1760424375534058, -0.576676070690155, -1.3301652669906616, -0.9020463228225708, 0.15968845784664154, 0.27956172823905945, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.4508092403411865, 0.6734310388565063, 0.4850587546825409, 0.7076805233955383, 0.6049320101737976, 0.3651854991912842, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 1.0501755475997925, -0.2513057291507721, -1.5870364904403687, -1.535662293434143, -1.4329137802124023, -1.3301652669906616, -1.4671632051467896, -1.4500385522842407], [1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7248052954673767, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 1.0673003196716309, 1.0330508947372437, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.0159261226654053, 1.0159261226654053, 0.8446785807609558, 0.8789280652999878, 0.5706825256347656, 0.656306266784668, 0.9474270939826965, 0.810429036617279, 0.7419300675392151, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 0.9816765785217285, 1.0673003196716309, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0501755475997925, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.9988013505935669, 1.0159261226654053, 1.18717360496521, 1.0673003196716309, 1.1529240608215332, 1.1186745166778564, 0.9988013505935669, 0.8275538086891174, 0.5535577535629272, 0.9816765785217285, 0.7590547800064087, 0.3309359848499298, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.7761795520782471, 0.8275538086891174, 0.41655975580215454, 0.43368449807167053, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.6391815543174744, 0.8446785807609558, 0.7419300675392151, 0.7933043241500854, 0.7076805233955383, 0.7761795520782471, 0.8446785807609558, 0.7761795520782471, 0.7419300675392151, 0.8618032932281494, 1.0330508947372437, 1.324171543121338, 1.0673003196716309, 0.9303023219108582, 1.1186745166778564, 1.2214230298995972, 1.2899221181869507, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 0.9988013505935669, 0.4850587546825409, -1.1075434684753418, -1.6212860345840454, -0.9534205794334412, -1.5014127492904663, -1.8439078330993652, -0.13143247365951538, -0.011559205129742622, 0.4850587546825409, 0.3651854991912842, 0.3480607271194458, 0.6049320101737976, 0.4850587546825409, 0.3309359848499298, 0.3138112425804138, 0.39943498373031616, 0.5364330410957336, 0.622056782245636, 0.810429036617279, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, -0.42255327105522156, -1.8610326051712036, -1.5527870655059814, -1.4671632051467896, -1.5185375213623047], [1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2214230298995972, 1.2727973461151123, 1.1700488328933716, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.1186745166778564, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 0.8618032932281494, 0.9303023219108582, 0.6734310388565063, 0.2110627144575119, 0.8275538086891174, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 0.8960528373718262, 1.0330508947372437, 1.0501755475997925, 0.8960528373718262, 0.9816765785217285, 0.9988013505935669, 1.0844250917434692, 0.8275538086891174, 0.9303023219108582, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.2042982578277588, 1.0330508947372437, 1.0159261226654053, 0.8275538086891174, 0.6391815543174744, 1.2042982578277588, 1.0501755475997925, 0.7076805233955383, 0.656306266784668, 0.9303023219108582, 0.7248052954673767, 0.7076805233955383, 0.622056782245636, 0.6391815543174744, 0.3651854991912842, 0.5535577535629272, 0.27956172823905945, 0.5193082690238953, 0.6049320101737976, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7076805233955383, 0.6391815543174744, 0.4850587546825409, 0.8446785807609558, 0.5193082690238953, 0.6734310388565063, 0.9131776094436646, 0.9816765785217285, 0.8960528373718262, 1.1186745166778564, 0.7248052954673767, 0.9816765785217285, 1.255672574043274, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.1357992887496948, 1.2385478019714355, 0.6734310388565063, 0.0055655487813055515, -1.3644146919250488, -1.7754088640213013, -1.3815394639968872, -1.0904186964035034, -0.5595512986183167, -0.16568197309970856, 0.39943498373031616, 0.29668647050857544, 0.3480607271194458, 0.5364330410957336, 0.3138112425804138, 0.10831420123577118, 0.41655975580215454, 0.4850587546825409, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.10831420123577118, -1.6555355787277222, -1.5014127492904663], [1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3070467710494995, 1.2042982578277588, 1.1357992887496948, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9303023219108582, 1.0159261226654053, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8446785807609558, 0.7761795520782471, 0.656306266784668, 0.7761795520782471, 0.810429036617279, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 1.0330508947372437, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0159261226654053, 0.9474270939826965, 1.0159261226654053, 1.101549744606018, 1.0501755475997925, 1.101549744606018, 1.0844250917434692, 1.1357992887496948, 1.0501755475997925, 1.1357992887496948, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.1357992887496948, 0.9131776094436646, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.9131776094436646, 0.8789280652999878, 0.7933043241500854, 0.9816765785217285, 0.6734310388565063, 0.7933043241500854, 0.7248052954673767, 0.7590547800064087, 0.38231024146080017, 0.7590547800064087, 0.4679340124130249, 0.5364330410957336, 0.7761795520782471, 0.7761795520782471, 0.6391815543174744, 0.5364330410957336, 0.622056782245636, 0.7933043241500854, 0.6049320101737976, 0.41655975580215454, 0.8789280652999878, 0.6049320101737976, 0.8960528373718262, 0.9645518660545349, 0.8789280652999878, 0.9816765785217285, 0.9988013505935669, 1.0673003196716309, 1.2214230298995972, 1.3070467710494995, 1.3070467710494995, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.1357992887496948, 0.8960528373718262, -0.5595512986183167, -1.3644146919250488, -1.672660231590271, -1.946656346321106, -1.2102919816970825, -0.645175039768219, 0.02269030176103115, 0.3651854991912842, 0.27956172823905945, 0.38231024146080017, -0.9191710948944092, 0.12543895840644836, 0.24531221389770508, 0.7761795520782471, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.9645518660545349], [1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 1.2042982578277588, 1.2899221181869507, 1.3070467710494995, 1.4097954034805298, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8789280652999878, 0.9645518660545349, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 0.9988013505935669, 1.0330508947372437, 0.7419300675392151, 0.8275538086891174, 0.656306266784668, 0.7419300675392151, 0.5193082690238953, 0.5364330410957336, 0.8275538086891174, 0.41655975580215454, 0.4508092403411865, 0.8960528373718262, 0.8275538086891174, 0.9816765785217285, 0.9474270939826965, 1.1186745166778564, 1.101549744606018, 1.0159261226654053, 0.9988013505935669, 1.0673003196716309, 1.101549744606018, 1.0673003196716309, 1.1529240608215332, 1.0673003196716309, 1.0159261226654053, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 1.0844250917434692, 1.2214230298995972, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7076805233955383, 0.7761795520782471, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7076805233955383, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, 0.8446785807609558, 0.9474270939826965, 0.5535577535629272, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.7419300675392151, 0.9645518660545349, 1.1529240608215332, 0.9474270939826965, 1.0844250917434692, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.375545859336853, 1.18717360496521, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.18717360496521, 1.1357992887496948, 0.5193082690238953, -0.5253018140792847, -1.3815394639968872, -1.5185375213623047, -1.7411593198776245, -1.1246682405471802, -0.9191710948944092, -0.4910522699356079, 0.15968845784664154, -0.9876701235771179, -0.3540542721748352, 0.15968845784664154, 0.8446785807609558, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174], [1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.2042982578277588, 1.375545859336853, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.7761795520782471, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 0.622056782245636, 0.8446785807609558, 0.7076805233955383, 0.6391815543174744, 0.810429036617279, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.8789280652999878, 0.4850587546825409, 0.5364330410957336, 0.8446785807609558, 0.4508092403411865, 0.4508092403411865, 0.587807297706604, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.7419300675392151, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 1.0673003196716309, 0.9816765785217285, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.101549744606018, 0.6905558109283447, 0.9645518660545349, 1.0159261226654053, 0.9303023219108582, 1.0330508947372437, 0.9645518660545349, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.7590547800064087, 0.6905558109283447, 0.587807297706604, 0.4850587546825409, 0.6905558109283447, 0.656306266784668, 0.8618032932281494, 0.5535577535629272, 0.9131776094436646, 0.6734310388565063, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.7419300675392151, 0.8275538086891174, 0.9816765785217285, 0.3480607271194458, 1.0159261226654053, 0.587807297706604, 1.0501755475997925, 0.9816765785217285, 1.0844250917434692, 0.9988013505935669, 1.1529240608215332, 1.2385478019714355, 1.2042982578277588, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2214230298995972, 0.7248052954673767, 0.15968845784664154, -0.3540542721748352, -0.9705453515052795, -1.5870364904403687, -1.3301652669906616, -0.5081770420074463, -0.7992978096008301, -0.610925555229187, -0.14855723083019257, 0.7933043241500854, 1.0673003196716309, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854], [0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2899221181869507, 1.2385478019714355, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 0.9303023219108582, 0.8275538086891174, 0.7761795520782471, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.6734310388565063, 0.7419300675392151, 0.6734310388565063, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.7248052954673767, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.5706825256347656, 0.4679340124130249, 0.29668647050857544, 0.4850587546825409, 0.8789280652999878, 0.7248052954673767, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.3651854991912842, 0.5021834969520569, 0.7076805233955383, 0.7933043241500854, 0.622056782245636, 0.622056782245636, 0.7933043241500854, 0.8960528373718262, 1.0159261226654053, 0.8618032932281494, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.810429036617279, 0.7076805233955383, 0.6905558109283447, 1.0501755475997925, 0.8446785807609558, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.6905558109283447, 0.7933043241500854, 0.7933043241500854, 0.7248052954673767, 0.7419300675392151, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 0.622056782245636, 0.5706825256347656, 0.4508092403411865, 0.810429036617279, 0.3651854991912842, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 1.1357992887496948, 1.1186745166778564, 1.18717360496521, 1.324171543121338, 1.2899221181869507, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.0330508947372437, 0.9131776094436646, 0.4679340124130249, 0.19393795728683472, 0.10831420123577118, 0.7761795520782471, 0.7248052954673767, 0.8275538086891174, 0.8960528373718262, 1.0330508947372437, 0.9474270939826965, 1.0673003196716309, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471], [0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.4269200563430786, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 0.9816765785217285, 0.9131776094436646, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.5706825256347656, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 0.8275538086891174, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.5706825256347656, 0.4508092403411865, 0.622056782245636, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7933043241500854, 0.5706825256347656, 0.3651854991912842, 0.4679340124130249, 0.9303023219108582, 0.7419300675392151, 0.8960528373718262, 0.6391815543174744, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.9645518660545349, 0.7076805233955383, 0.810429036617279, 0.8446785807609558, 0.6391815543174744, 0.622056782245636, 0.4850587546825409, 0.4508092403411865, 0.7933043241500854, 0.8618032932281494, 0.9131776094436646, 0.5364330410957336, 0.7419300675392151, 0.5364330410957336, 0.5535577535629272, 0.4679340124130249, 0.5021834969520569, 0.8275538086891174, 0.9474270939826965, 0.7419300675392151, 0.6049320101737976, 0.7933043241500854, 0.656306266784668, 0.8960528373718262, 0.810429036617279, 0.9474270939826965, 0.7590547800064087, 0.8960528373718262, 0.8618032932281494, 0.5706825256347656, 0.5193082690238953, 0.6905558109283447, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.3651854991912842, 0.9131776094436646, 1.0330508947372437, 0.8275538086891174, 0.8446785807609558, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.3070467710494995, 1.255672574043274, 1.2214230298995972, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.1700488328933716, 1.4611696004867554, 1.2385478019714355, 1.1186745166778564, 1.1357992887496948, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.0844250917434692, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151], [0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.255672574043274, 1.3584210872650146, 1.3070467710494995, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.810429036617279, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.7761795520782471, 0.6391815543174744, 0.5706825256347656, 0.10831420123577118, 0.622056782245636, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9645518660545349, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 0.6391815543174744, 0.656306266784668, 0.5535577535629272, 0.8446785807609558, 0.7419300675392151, 0.656306266784668, 0.7248052954673767, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.7761795520782471, 0.6391815543174744, 0.587807297706604, 0.4850587546825409, 0.6391815543174744, 0.5706825256347656, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7248052954673767, 0.8618032932281494, 0.8446785807609558, 0.6734310388565063, 0.8446785807609558, 0.7590547800064087, 0.5535577535629272, 0.4850587546825409, 0.6391815543174744, 0.3480607271194458, 0.2110627144575119, 0.4679340124130249, 0.8446785807609558, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 1.1186745166778564, 1.1186745166778564, 1.0159261226654053, 1.2385478019714355, 1.324171543121338, 1.101549744606018, 1.2214230298995972, 1.4782943725585938, 1.2727973461151123, 1.3584210872650146, 1.2899221181869507, 1.1357992887496948, 1.255672574043274, 1.255672574043274, 1.1357992887496948, 1.2385478019714355, 1.2727973461151123, 1.3584210872650146, 1.0844250917434692, 1.0501755475997925, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151], [0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2385478019714355, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0330508947372437, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.6734310388565063, 0.587807297706604, 0.5364330410957336, 0.6391815543174744, 0.5193082690238953, 0.656306266784668, 0.7933043241500854, 0.8446785807609558, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.8618032932281494, 0.7761795520782471, 0.5535577535629272, 0.7933043241500854, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.7419300675392151, 0.8789280652999878, 0.9131776094436646, 0.8275538086891174, 0.7590547800064087, 0.6049320101737976, 0.6905558109283447, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.6734310388565063, 0.7761795520782471, 1.0673003196716309, 0.9474270939826965, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.8275538086891174, 0.9474270939826965, 0.810429036617279, 1.0501755475997925, 0.7761795520782471, 0.9988013505935669, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.6049320101737976, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.6391815543174744, 0.3651854991912842, 0.15968845784664154, 0.5535577535629272, 0.14256370067596436, 0.622056782245636, 0.7590547800064087, 0.622056782245636, 0.9131776094436646, 1.0330508947372437, 0.9645518660545349, 0.8789280652999878, 1.0159261226654053, 1.1186745166778564, 1.18717360496521, 1.1357992887496948, 0.9645518660545349, 1.3926706314086914, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, 1.3070467710494995, 1.3070467710494995, 1.1529240608215332, 1.1700488328933716, 1.3070467710494995, 1.324171543121338, 1.1357992887496948, 1.0330508947372437, 1.1529240608215332, 1.18717360496521, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767], [0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.255672574043274, 1.375545859336853, 1.444044828414917, 1.4782943725585938, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 0.7761795520782471, 0.7076805233955383, 0.5535577535629272, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.5364330410957336, 0.4508092403411865, 0.5364330410957336, 0.6734310388565063, 0.6391815543174744, 0.4850587546825409, 0.26243698596954346, 0.622056782245636, 0.656306266784668, 0.9131776094436646, 0.9303023219108582, 0.8960528373718262, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8960528373718262, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 1.0673003196716309, 0.9645518660545349, 0.6905558109283447, 0.9131776094436646, 0.8789280652999878, 0.6391815543174744, 0.7248052954673767, 0.7419300675392151, 1.0844250917434692, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.8618032932281494, 0.587807297706604, 0.41655975580215454, 0.29668647050857544, 0.4508092403411865, 0.656306266784668, 0.7933043241500854, 0.7761795520782471, 0.8789280652999878, 0.9131776094436646, 0.656306266784668, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.2214230298995972, 0.810429036617279, 1.375545859336853, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8618032932281494, 0.8446785807609558, 0.6905558109283447, 0.622056782245636, 0.3309359848499298, 0.41655975580215454, 0.6905558109283447, 0.38231024146080017, 0.4508092403411865, 0.24531221389770508, 0.2110627144575119, 0.41655975580215454, 0.6905558109283447, 0.0055655487813055515, 0.10831420123577118, 0.7419300675392151, 0.622056782245636, 0.26243698596954346, 0.7419300675392151, 0.810429036617279, 0.6391815543174744, 0.9645518660545349, 0.5364330410957336, 0.656306266784668, 1.0159261226654053, 0.4850587546825409, 0.6905558109283447, 1.0159261226654053, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7248052954673767, 0.810429036617279, 0.810429036617279, 0.8618032932281494, 1.0159261226654053, 0.7761795520782471, 0.8275538086891174, 0.9474270939826965, 0.9816765785217285, 1.1186745166778564, 1.1700488328933716, 0.7761795520782471, 0.8960528373718262, 0.8960528373718262, 0.7248052954673767, 0.9131776094436646, 0.656306266784668, 0.587807297706604, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.9474270939826965, 0.6391815543174744, 0.6391815543174744, 0.4679340124130249, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.4850587546825409, 0.6734310388565063, 0.7076805233955383, 0.8789280652999878, 0.587807297706604, 0.9816765785217285, 0.9474270939826965, 1.0159261226654053, 1.1186745166778564, 0.9474270939826965, 1.0159261226654053, 0.810429036617279, 1.255672574043274, 1.1357992887496948, 0.9816765785217285, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063], [0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.8789280652999878, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5021834969520569, 0.5193082690238953, 0.7076805233955383, 0.622056782245636, 1.0673003196716309, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.6734310388565063, 0.810429036617279, 0.6049320101737976, 0.7076805233955383, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6391815543174744, 0.4850587546825409, 0.5535577535629272, 0.6391815543174744, 0.6391815543174744, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8446785807609558, 0.9131776094436646, 0.9988013505935669, 0.9988013505935669, 0.622056782245636, 0.5535577535629272, 0.8618032932281494, 0.656306266784668, 0.9303023219108582, 1.2042982578277588, 0.8960528373718262, 0.8446785807609558, 0.5706825256347656, 0.4508092403411865, 0.7590547800064087, 0.7248052954673767, 0.8446785807609558, 0.8446785807609558, 0.7076805233955383, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.4850587546825409, 0.587807297706604, 0.9645518660545349, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.587807297706604, 0.6905558109283447, 0.9303023219108582, 1.0844250917434692, 0.9474270939826965, 0.27956172823905945, 1.1186745166778564, 1.1700488328933716, 0.9474270939826965, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 1.2385478019714355, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668], [0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.3070467710494995, 1.2899221181869507, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6905558109283447, 0.5535577535629272, 0.5193082690238953, 0.8960528373718262, 0.9645518660545349, 0.8960528373718262, 0.8618032932281494, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8275538086891174, 0.7419300675392151, 0.8618032932281494, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.810429036617279, 0.7761795520782471, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.9988013505935669, 0.9645518660545349, 0.7933043241500854, 0.4508092403411865, 0.8446785807609558, 0.9474270939826965, 0.7933043241500854, 0.7076805233955383, 0.622056782245636, 0.8275538086891174, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.41655975580215454, 0.4508092403411865, 0.38231024146080017, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.5535577535629272, 0.6905558109283447, 0.9131776094436646, 0.810429036617279, 0.43368449807167053, 0.8960528373718262, 1.0159261226654053, 1.0159261226654053, 1.1357992887496948, 1.1357992887496948, 0.8275538086891174, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.2899221181869507, 1.1700488328933716, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9303023219108582, 0.8960528373718262, 0.7933043241500854, 0.8789280652999878, 0.5364330410957336, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.8618032932281494, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.7933043241500854, 0.7076805233955383, 0.8446785807609558, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9303023219108582, 0.9645518660545349, 0.7761795520782471, 0.8960528373718262, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.3651854991912842, 0.5535577535629272, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.7590547800064087, 0.8618032932281494, 0.6049320101737976, 0.8960528373718262, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.9988013505935669, 0.7248052954673767, 0.4850587546825409, 0.15968845784664154, 0.24531221389770508, 0.4508092403411865, 0.587807297706604, 0.5193082690238953, 0.8618032932281494, 0.810429036617279, 0.7248052954673767, 0.622056782245636, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.6734310388565063, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 1.0159261226654053, 1.324171543121338, 1.2214230298995972, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.0330508947372437, 0.9988013505935669, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.9131776094436646, 0.9474270939826965, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.0673003196716309, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.8789280652999878, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8960528373718262, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 0.8960528373718262, 0.810429036617279, 0.8789280652999878, 0.6905558109283447, 0.7248052954673767, 0.9131776094436646, 0.9131776094436646, 1.101549744606018, 0.38231024146080017, 0.7419300675392151, 0.7590547800064087, 0.622056782245636, 0.9816765785217285, 0.9474270939826965, 1.0501755475997925, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.7248052954673767, 0.7076805233955383, 0.6049320101737976, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.7933043241500854, 0.587807297706604, 0.7076805233955383, 0.6049320101737976, 0.6391815543174744, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 0.8275538086891174, 0.9816765785217285, 0.9645518660545349, 1.324171543121338, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744], [0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.375545859336853, 1.4269200563430786, 1.2214230298995972, 1.3412963151931763, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.101549744606018, 1.18717360496521, 1.18717360496521, 1.0501755475997925, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.9645518660545349, 0.8960528373718262, 0.9645518660545349, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.9988013505935669, 1.0159261226654053, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.8446785807609558, 0.622056782245636, 0.587807297706604, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 1.0673003196716309, 1.1357992887496948, 0.8789280652999878, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.7761795520782471, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.7419300675392151, 0.4850587546825409, 0.7248052954673767, 0.39943498373031616, 0.4508092403411865, 0.6391815543174744, 0.6734310388565063, 0.7590547800064087, 0.7076805233955383, 0.6049320101737976, 0.5364330410957336, 0.7419300675392151, 0.656306266784668, 0.587807297706604, 0.587807297706604, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.3584210872650146, 1.4097954034805298, 1.324171543121338, 1.3070467710494995, 1.18717360496521, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.2214230298995972, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2899221181869507, 1.18717360496521, 1.3412963151931763, 1.2727973461151123, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1357992887496948, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.0330508947372437, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8960528373718262, 0.8446785807609558, 0.9303023219108582, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.8446785807609558, 0.8275538086891174, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.6391815543174744, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.8618032932281494, 0.9303023219108582, 1.18717360496521, 1.2385478019714355, 1.375545859336853, 1.4269200563430786, 1.4097954034805298, 1.2899221181869507, 1.101549744606018, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3926706314086914, 1.324171543121338, 1.101549744606018, 1.4611696004867554, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.0501755475997925, 1.2214230298995972, 1.18717360496521, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 1.1529240608215332, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.7933043241500854, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8275538086891174, 0.9131776094436646, 0.810429036617279, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.7590547800064087, 0.6734310388565063, 0.7761795520782471, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.9131776094436646, 1.0159261226654053, 0.8618032932281494, 1.0844250917434692, 0.8618032932281494, 0.5021834969520569, 0.7076805233955383, 0.656306266784668, 0.7590547800064087, 0.7761795520782471, 0.8618032932281494, 0.8618032932281494, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 1.1700488328933716, 1.255672574043274, 1.324171543121338, 1.3412963151931763, 1.4611696004867554, 1.5125439167022705, 1.375545859336853, 1.2214230298995972, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.1700488328933716, 1.3070467710494995, 1.255672574043274, 1.1186745166778564, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.8789280652999878, 0.8275538086891174, 0.7248052954673767, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.7933043241500854, 0.8275538086891174, 0.6391815543174744, 0.9131776094436646, 0.9645518660545349, 0.8618032932281494, 0.656306266784668, 0.6049320101737976, 0.9303023219108582, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 1.2727973461151123, 1.1357992887496948, 1.0673003196716309, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 1.0330508947372437, 1.1529240608215332, 1.0501755475997925, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.5125439167022705, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.2214230298995972, 1.0159261226654053, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447], [0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9131776094436646, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.8789280652999878, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.8275538086891174, 0.7590547800064087, 0.7076805233955383, 0.8275538086891174, 0.9474270939826965, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 1.0330508947372437, 0.9474270939826965, 0.8275538086891174, 1.0673003196716309, 0.9303023219108582, 0.7248052954673767, 0.656306266784668, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 1.3070467710494995, 1.3412963151931763, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.375545859336853, 0.9988013505935669, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447], [0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.4097954034805298, 1.3926706314086914, 1.2727973461151123, 1.1357992887496948, 1.2214230298995972, 1.2042982578277588, 1.1357992887496948, 1.2214230298995972, 1.1700488328933716, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.8618032932281494, 0.8960528373718262, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.6734310388565063, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 1.0501755475997925, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 0.8960528373718262, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 1.1186745166778564, 1.255672574043274, 1.0159261226654053, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2385478019714355, 1.18717360496521, 1.0673003196716309, 1.4097954034805298, 1.444044828414917, 1.375545859336853, 1.4097954034805298, 0.9474270939826965, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.4269200563430786, 1.324171543121338, 1.3926706314086914, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.3412963151931763, 1.2042982578277588, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 1.0330508947372437, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.9988013505935669, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 1.0501755475997925, 0.9131776094436646, 0.810429036617279, 0.656306266784668, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.7590547800064087, 0.8618032932281494, 0.9303023219108582, 1.0501755475997925, 1.18717360496521, 1.0501755475997925, 1.255672574043274, 1.4097954034805298, 1.3070467710494995, 1.2899221181869507, 1.101549744606018, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.0330508947372437, 0.5535577535629272, 0.9816765785217285, 1.1529240608215332, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.2385478019714355, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3584210872650146, 1.2899221181869507, 1.2727973461151123, 1.18717360496521, 1.1186745166778564, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9645518660545349, 1.0673003196716309, 0.9474270939826965, 0.7076805233955383, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9474270939826965, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.1357992887496948, 1.1357992887496948, 1.3412963151931763, 1.375545859336853, 1.324171543121338, 1.0673003196716309, 1.1186745166778564, 1.2214230298995972, 1.2385478019714355, 1.1700488328933716, -0.3711790144443512, -0.13143247365951538, 0.19393795728683472, 0.810429036617279, 1.0673003196716309, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.2899221181869507, 1.4269200563430786, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.0501755475997925, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.6905558109283447, 0.6734310388565063, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 0.8275538086891174, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 1.0159261226654053, 1.0330508947372437, 1.2042982578277588, 1.2727973461151123, 1.1357992887496948, 0.9303023219108582, 1.2042982578277588, 1.2214230298995972, 0.9131776094436646, -1.3986642360687256, -2.0494048595428467, -2.0836544036865234, -2.0665295124053955, -1.7240345478057861, -1.7754088640213013, -1.5527870655059814, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447], [0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 0.9474270939826965, 0.8789280652999878, 0.7590547800064087, 0.6734310388565063, 0.5535577535629272, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.8275538086891174, 0.622056782245636, 0.8275538086891174, 0.9131776094436646, 0.8960528373718262, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.7248052954673767, 0.9816765785217285, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.1357992887496948, 1.2214230298995972, 0.3651854991912842, -1.7240345478057861, -2.1007792949676514, -2.0494048595428467, -1.9980305433273315, -1.8610326051712036, -1.758284091949463, -0.4910522699356079, -1.7754088640213013, 0.3651854991912842, -1.1589176654815674, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.26243698596954346, 0.29668647050857544, 0.3651854991912842, 0.41655975580215454, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.4269200563430786, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5467933416366577, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.0501755475997925, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9816765785217285, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.5535577535629272, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.656306266784668, 0.7248052954673767, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9988013505935669, 1.2214230298995972, 1.2385478019714355, 1.1186745166778564, -0.7992978096008301, -2.0494048595428467, -1.7411593198776245, -1.758284091949463, -1.5527870655059814, -1.6212860345840454, -1.8267830610275269, -1.672660231590271, -1.484287977218628, -1.7411593198776245, -1.227416753768921, -1.5185375213623047, -0.7821730971336365, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.375545859336853, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.255672574043274, 1.18717360496521, 1.101549744606018, 1.1700488328933716, 1.2214230298995972, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.9474270939826965, 0.8618032932281494, 0.9816765785217285, 0.9988013505935669, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 0.7590547800064087, -0.5595512986183167, -1.7069097757339478, -1.8267830610275269, -1.7240345478057861, -1.946656346321106, -1.7240345478057861, -1.6555355787277222, -0.7992978096008301, -1.3301652669906616, -0.5081770420074463, 1.718040943145752, 0.17681321501731873, -1.3986642360687256, -1.3986642360687256, -0.8335473537445068, -1.4671632051467896, -1.3130404949188232, 1.0844250917434692, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2281874716281891, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.8618032932281494, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.18717360496521, 1.324171543121338, 1.3412963151931763, 0.5706825256347656, -1.5185375213623047, -1.6897850036621094, -1.6212860345840454, -1.946656346321106, -1.9124068021774292, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.8267830610275269, -1.5699117183685303, -1.2445415258407593, -0.9705453515052795, -0.5938007831573486, -1.4500385522842407, 1.9235379695892334, 1.563918113708496, -0.9362958669662476, -1.0904186964035034, -1.2787909507751465, -0.16568197309970856, -1.8439078330993652, -0.31980475783348083, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.4782943725585938, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2727973461151123, 1.255672574043274, 1.1700488328933716, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.18717360496521, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.101549744606018, 1.101549744606018, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 0.43368449807167053, -1.604161262512207, -1.7069097757339478, -1.7240345478057861, -1.5527870655059814, -1.6384108066558838, -1.7411593198776245, -1.79253351688385, -1.2445415258407593, -1.9637811183929443, -1.7754088640213013, -1.9124068021774292, -1.878157377243042, -1.7411593198776245, -1.3130404949188232, -1.2102919816970825, -1.7240345478057861, -0.645175039768219, 1.6495418548583984, 1.9235379695892334, 1.8036646842956543, 1.375545859336853, 0.656306266784668, -1.9637811183929443, -1.1760424375534058, 1.0501755475997925, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.39943498373031616, 0.41655975580215454, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.375545859336853, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6837913990020752, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.3070467710494995, 1.1529240608215332, -1.3644146919250488, -1.6384108066558838, -1.415789008140564, -1.3815394639968872, -1.073293924331665, -1.0561691522598267, -1.5185375213623047, -1.672660231590271, -1.8952820301055908, -1.2787909507751465, -1.3815394639968872, -0.13143247365951538, 0.43368449807167053, -1.5870364904403687, -1.5014127492904663, -1.758284091949463, -1.6555355787277222, 0.0740646943449974, 1.2727973461151123, 2.1804091930389404, 1.7009161710739136, 1.6495418548583984, -1.415789008140564, -1.415789008140564, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.15968845784664154, 0.19393795728683472, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4954191446304321, 1.4269200563430786, 1.4097954034805298, 1.444044828414917, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5296685695648193, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.5125439167022705, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.375545859336853, 1.1700488328933716, -0.9362958669662476, -1.5699117183685303, -0.5595512986183167, -1.484287977218628, -1.0904186964035034, -0.9362958669662476, -1.4500385522842407, -0.6794245839118958, -1.3815394639968872, -1.0047948360443115, -0.5424265265464783, -1.8610326051712036, -0.19993148744106293, -1.1589176654815674, -1.3130404949188232, -1.5527870655059814, -1.484287977218628, -1.5185375213623047, 0.27956172823905945, 1.4611696004867554, 1.2214230298995972, 1.2727973461151123, 1.5810428857803345, 0.12543895840644836, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.14256370067596436, 0.17681321501731873, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4097954034805298, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.4782943725585938, 1.2899221181869507, 1.5810428857803345, 1.4097954034805298, 1.444044828414917, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9988013505935669, 0.9645518660545349, 1.0159261226654053, 1.1529240608215332, 1.2042982578277588, 1.1700488328933716, 1.0844250917434692, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, -0.8849216103553772, -0.8506720662117004, -1.1075434684753418, -1.227416753768921, -1.484287977218628, -0.7992978096008301, -0.7307988405227661, -1.073293924331665, -1.415789008140564, -1.3815394639968872, -1.0561691522598267, 0.2110627144575119, -1.0047948360443115, -1.0390443801879883, -0.5424265265464783, -1.2959157228469849, -1.5527870655059814, -1.7754088640213013, -0.30267998576164246, 0.9303023219108582, 1.7522903680801392, 1.9235379695892334, 1.2899221181869507, 1.101549744606018, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063], [0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.27956172823905945, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.324171543121338, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.5467933416366577, 1.444044828414917, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.4954191446304321, 1.4782943725585938, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.9645518660545349, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, -1.0561691522598267, -1.0390443801879883, -1.4329137802124023, -1.7411593198776245, -1.8096582889556885, -1.8267830610275269, 0.7248052954673767, 0.6049320101737976, -0.5424265265464783, -1.141792893409729, -0.9876701235771179, -0.9020463228225708, -1.3986642360687256, 0.38231024146080017, -0.08005820959806442, -0.16568197309970856, -1.2959157228469849, -0.3369295001029968, -1.4500385522842407, -1.3815394639968872, 1.324171543121338, 1.8892884254455566, 1.4097954034805298, 1.18717360496521, 0.9474270939826965, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.2110627144575119, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.375545859336853, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.563918113708496, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.444044828414917, 1.5467933416366577, 1.6152924299240112, 1.5810428857803345, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.444044828414917, 1.563918113708496, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5125439167022705, 0.17681321501731873, 0.622056782245636, 0.9131776094436646, 0.9303023219108582, 0.587807297706604, 0.29668647050857544, 0.587807297706604, 1.5125439167022705, 1.5981676578521729, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, -0.8677968382835388, -1.073293924331665, -1.3644146919250488, -1.6897850036621094, -1.8267830610275269, -1.758284091949463, 1.0159261226654053, 0.0055655487813055515, 0.9474270939826965, -0.28555524349212646, -0.6280503273010254, -0.6965492963790894, -0.045808710157871246, 0.29668647050857544, 0.3309359848499298, 0.4679340124130249, -0.42255327105522156, -1.2787909507751465, -0.4910522699356079, -0.43967801332473755, 0.9988013505935669, 1.63241708278656, 1.5296685695648193, 1.1357992887496948, 0.9303023219108582, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5296685695648193, 1.5125439167022705, 1.4269200563430786, 1.5296685695648193, 1.4782943725585938, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.4782943725585938, 1.444044828414917, -0.6965492963790894, -1.0047948360443115, -1.073293924331665, -1.6555355787277222, -1.9295315742492676, -2.032280206680298, -0.3540542721748352, 1.6495418548583984, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, -1.1931672096252441, -1.141792893409729, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -0.9534205794334412, 0.6049320101737976, 1.324171543121338, 1.8207894563674927, 0.8618032932281494, -0.3540542721748352, -0.08005820959806442, -1.484287977218628, -0.43967801332473755, 1.0844250917434692, 0.656306266784668, -0.7307988405227661, -0.9876701235771179, -1.3644146919250488, -0.8849216103553772, -0.9876701235771179, 1.5467933416366577, 1.7009161710739136, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.12543895840644836, 0.14256370067596436, 0.2110627144575119, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.5296685695648193, 1.4269200563430786, 1.5467933416366577, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5810428857803345, 1.444044828414917, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5467933416366577, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.444044828414917, 0.5193082690238953, -1.3301652669906616, -1.4500385522842407, -1.5185375213623047, -1.878157377243042, -1.8952820301055908, -1.3301652669906616, 0.9988013505935669, 1.4782943725585938, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 0.9474270939826965, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.38231024146080017, -0.9705453515052795, -1.3815394639968872, -1.6212860345840454, -1.6897850036621094, -0.8506720662117004, 1.8379141092300415, 1.8721636533737183, 1.718040943145752, 1.8892884254455566, 1.7351655960083008, 0.7248052954673767, 0.056939806789159775, -1.0047948360443115, -1.1075434684753418, 1.255672574043274, 0.9988013505935669, -0.4910522699356079, -0.6794245839118958, -0.3883037567138672, -0.16568197309970856, 0.4850587546825409, 1.7009161710739136, 1.255672574043274, 1.255672574043274, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.12543895840644836, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.3412963151931763, 1.4782943725585938, 1.5296685695648193, 1.324171543121338, 1.4269200563430786, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5296685695648193, 1.2727973461151123, -1.1931672096252441, -1.1589176654815674, -1.2787909507751465, -1.8096582889556885, -1.9124068021774292, -1.8952820301055908, -0.42255327105522156, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, -0.4910522699356079, -1.415789008140564, -1.535662293434143, -1.604161262512207, -0.8677968382835388, 1.5981676578521729, 1.8379141092300415, 1.786539912223816, 1.8721636533737183, 1.9406627416610718, 1.906413197517395, 1.4611696004867554, 0.7761795520782471, 0.12543895840644836, -1.0904186964035034, 1.1700488328933716, 0.8960528373718262, 0.02269030176103115, -0.40542852878570557, -0.5253018140792847, -1.415789008140564, 0.3480607271194458, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6049320101737976], [0.15968845784664154, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4611696004867554, 1.6495418548583984, 1.4954191446304321, 1.5467933416366577, 1.375545859336853, 1.444044828414917, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.4954191446304321, 1.444044828414917, -0.9534205794334412, -0.8164225816726685, -1.2959157228469849, -1.6555355787277222, -1.8096582889556885, -1.3472900390625, -1.1931672096252441, 0.5706825256347656, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.19393795728683472, -1.6212860345840454, 0.43368449807167053, 1.324171543121338, 1.4954191446304321, 1.2385478019714355, 1.8550388813018799, 1.9235379695892334, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 1.9406627416610718, 1.9920369386672974, 0.9131776094436646, 0.810429036617279, -1.0561691522598267, 1.4954191446304321, 1.1357992887496948, 0.38231024146080017, 0.7076805233955383, -0.16568197309970856, -1.5527870655059814, -1.1589176654815674, 1.444044828414917, 1.375545859336853, 1.3926706314086914, 0.9303023219108582, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976], [0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4611696004867554, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, -0.21705622971057892, -0.43967801332473755, -1.141792893409729, -1.02191960811615, -1.7411593198776245, -1.79253351688385, -0.7821730971336365, -0.9876701235771179, -1.1931672096252441, -1.02191960811615, 0.10831420123577118, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.7076805233955383, 0.7761795520782471, 1.375545859336853, 2.0091617107391357, 1.906413197517395, 1.4097954034805298, 1.7694151401519775, 1.786539912223816, 2.0091617107391357, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.8892884254455566, 1.2214230298995972, 0.41655975580215454, -1.2445415258407593, 1.718040943145752, 1.4782943725585938, 1.1700488328933716, 1.0844250917434692, 0.8446785807609558, -1.4671632051467896, -1.3472900390625, 1.18717360496521, 1.2727973461151123, 1.63241708278656, 0.9645518660545349, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.6152924299240112, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.5467933416366577, 1.5981676578521729, 0.7761795520782471, -1.1931672096252441, -0.14855723083019257, -1.5185375213623047, -1.0561691522598267, -0.9362958669662476, -0.610925555229187, -1.1246682405471802, -1.8610326051712036, -1.3472900390625, -1.6384108066558838, 1.0330508947372437, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1529240608215332, 1.4097954034805298, 1.324171543121338, 1.7522903680801392, 1.324171543121338, 1.8207894563674927, 2.0091617107391357, 1.974912166595459, 1.8892884254455566, 1.6666666269302368, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 2.0091617107391357, 1.9577873945236206, 1.9577873945236206, 2.0262863636016846, 1.8550388813018799, 1.375545859336853, 0.17681321501731873, -0.6965492963790894, 1.7694151401519775, 1.3584210872650146, 1.7694151401519775, 1.8207894563674927, 1.2727973461151123, -0.8849216103553772, -1.3644146919250488, 0.3480607271194458, 1.6152924299240112, 1.563918113708496, 0.9816765785217285, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.63241708278656, 0.39943498373031616, -0.6280503273010254, -0.31980475783348083, -0.5938007831573486, -1.1246682405471802, -0.9191710948944092, -1.79253351688385, -0.6622998118400574, -1.1760424375534058, -0.7821730971336365, -0.40542852878570557, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.5467933416366577, 2.0434112548828125, 1.8207894563674927, 1.6666666269302368, 2.0434112548828125, 1.4954191446304321, 2.0434112548828125, 1.974912166595459, 2.111910104751587, 1.8379141092300415, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.6152924299240112, 2.0262863636016846, 1.8036646842956543, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 1.2899221181869507, -0.7479235529899597, 1.5467933416366577, 1.906413197517395, 1.4269200563430786, 1.906413197517395, 1.974912166595459, 0.9645518660545349, 0.056939806789159775, -1.604161262512207, 0.6049320101737976, 1.18717360496521, 1.5125439167022705, 1.3926706314086914, 0.8789280652999878, 0.6391815543174744, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656], [0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7419300675392151, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.375545859336853, -0.3711790144443512, -1.3130404949188232, 0.24531221389770508, -1.7240345478057861, -0.8849216103553772, -1.4500385522842407, -1.2959157228469849, -0.5938007831573486, -1.261666178703308, -0.8506720662117004, 0.7076805233955383, 0.8446785807609558, 1.8721636533737183, 2.094785451889038, 1.974912166595459, 1.7351655960083008, 2.0605359077453613, 1.6152924299240112, 1.9920369386672974, 2.0091617107391357, 1.9920369386672974, 1.8892884254455566, 1.8721636533737183, 1.6495418548583984, 1.9406627416610718, 1.8379141092300415, 2.0091617107391357, 1.5810428857803345, 2.0091617107391357, 2.0776607990264893, 1.9406627416610718, 0.8618032932281494, 1.1700488328933716, 1.8036646842956543, 2.0091617107391357, 1.4269200563430786, 1.9235379695892334, 2.0262863636016846, 1.1529240608215332, 0.2110627144575119, -1.535662293434143, 0.622056782245636, 1.255672574043274, 1.444044828414917, 1.5981676578521729, 1.0844250917434692, 0.656306266784668, 0.7419300675392151, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7590547800064087, 0.7248052954673767, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.444044828414917, 1.1357992887496948, 0.2281874716281891, -0.4568027853965759, -1.0561691522598267, -0.6794245839118958, -1.1246682405471802, -0.9362958669662476, -0.1143077164888382, -1.3815394639968872, -1.2959157228469849, -0.2684305012226105, 0.38231024146080017, -1.7069097757339478, -0.7479235529899597, -1.6384108066558838, -1.227416753768921, 1.6666666269302368, 1.974912166595459, 1.6152924299240112, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 1.974912166595459, 1.5467933416366577, 1.7522903680801392, 1.9235379695892334, 2.0605359077453613, 1.4269200563430786, 1.786539912223816, 2.0776607990264893, 2.0776607990264893, 1.9406627416610718, 1.786539912223816, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.444044828414917, 1.9235379695892334, 2.0434112548828125, 1.4097954034805298, 0.4508092403411865, -1.415789008140564, 1.563918113708496, 1.2727973461151123, 1.786539912223816, 1.2899221181869507, 0.9131776094436646, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.563918113708496, -0.6622998118400574, -1.3301652669906616, -0.8506720662117004, -0.21705622971057892, 0.2110627144575119, -1.3472900390625, -1.5527870655059814, -0.5595512986183167, -1.2102919816970825, -1.604161262512207, -0.5595512986183167, -1.141792893409729, -1.1246682405471802, -1.5185375213623047, -0.9191710948944092, -1.3130404949188232, -0.645175039768219, -1.7240345478057861, -1.1246682405471802, 0.19393795728683472, 0.4850587546825409, 1.0673003196716309, 1.9577873945236206, 1.9235379695892334, 1.9235379695892334, 1.4269200563430786, 1.8550388813018799, 2.0262863636016846, 1.1186745166778564, 1.5981676578521729, 1.9406627416610718, 2.1632845401763916, 2.111910104751587, 2.0091617107391357, 1.9235379695892334, 1.906413197517395, 1.8892884254455566, 1.6837913990020752, 1.8550388813018799, 1.974912166595459, 1.63241708278656, 0.19393795728683472, -1.484287977218628, 2.0091617107391357, 1.9406627416610718, 1.324171543121338, 1.444044828414917, 0.6391815543174744, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, -0.02868395671248436, -0.5424265265464783, -1.1589176654815674, -0.7479235529899597, 0.14256370067596436, -0.42255327105522156, -0.06293346732854843, -0.7479235529899597, 0.03981505334377289, 0.056939806789159775, -1.5870364904403687, -1.8439078330993652, -0.9362958669662476, -1.8096582889556885, -1.672660231590271, -0.6280503273010254, -0.9362958669662476, -1.6555355787277222, -1.7069097757339478, -1.535662293434143, -0.8335473537445068, -0.2513057291507721, -0.610925555229187, 0.8789280652999878, 1.8379141092300415, 1.5125439167022705, 1.5125439167022705, 1.7522903680801392, 1.255672574043274, 1.974912166595459, 1.7009161710739136, 1.974912166595459, 2.111910104751587, 2.094785451889038, 2.0091617107391357, 1.8036646842956543, 1.906413197517395, 1.8379141092300415, 1.9920369386672974, 1.974912166595459, 1.9406627416610718, -0.3883037567138672, -0.1143077164888382, 2.0776607990264893, 2.0434112548828125, 1.324171543121338, 0.8618032932281494, 0.12543895840644836, 0.9474270939826965, 0.587807297706604, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.5125439167022705, 0.091189444065094, -0.6622998118400574, -0.6280503273010254, -0.7821730971336365, -0.14855723083019257, 0.03981505334377289, -1.7069097757339478, -1.4500385522842407, -0.08005820959806442, -0.3883037567138672, -0.7650483250617981, -0.576676070690155, -1.604161262512207, -0.21705622971057892, -0.7307988405227661, -1.4500385522842407, -1.1246682405471802, -1.0904186964035034, -1.3815394639968872, -1.261666178703308, -1.1589176654815674, -0.645175039768219, -1.535662293434143, -0.16568197309970856, -0.2341809868812561, 1.5810428857803345, 1.8892884254455566, 1.2385478019714355, 1.3584210872650146, 1.563918113708496, 1.6837913990020752, 1.8036646842956543, 2.0776607990264893, 2.0091617107391357, 2.0091617107391357, 2.0776607990264893, 1.9920369386672974, 1.9235379695892334, 2.129034996032715, 2.0434112548828125, 1.974912166595459, -0.6622998118400574, 1.4097954034805298, 2.0091617107391357, 2.0776607990264893, 1.7694151401519775, 1.5981676578521729, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.324171543121338, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.444044828414917, -1.3815394639968872, -0.7992978096008301, -0.6794245839118958, -1.1075434684753418, -0.08005820959806442, -0.19993148744106293, -0.8164225816726685, -1.5014127492904663, 0.2110627144575119, 0.19393795728683472, 0.10831420123577118, -1.3986642360687256, -0.21705622971057892, -1.7411593198776245, -1.6555355787277222, -1.3472900390625, -1.2445415258407593, -0.6965492963790894, 0.6391815543174744, -1.0047948360443115, -0.9362958669662476, -1.415789008140564, -0.9362958669662476, -1.3815394639968872, -1.02191960811615, 0.656306266784668, 1.3926706314086914, 1.1357992887496948, 0.17681321501731873, 1.7694151401519775, 1.8721636533737183, 1.974912166595459, 1.8892884254455566, 2.0091617107391357, 2.094785451889038, 1.9406627416610718, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0605359077453613, 1.9577873945236206, 1.8892884254455566, 1.9920369386672974, 2.0605359077453613, 1.4611696004867554, 1.0844250917434692, 0.6391815543174744, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.6666666269302368, 1.4954191446304321, -0.7307988405227661, -1.0561691522598267, -0.5938007831573486, -1.261666178703308, -1.1931672096252441, 1.2727973461151123, -1.1760424375534058, -0.8164225816726685, -1.0561691522598267, -1.7411593198776245, -0.7992978096008301, -0.5595512986183167, -1.1760424375534058, -0.8677968382835388, -1.7411593198776245, -1.2445415258407593, -0.7992978096008301, 1.0501755475997925, 1.786539912223816, 1.7694151401519775, 0.15968845784664154, -1.2787909507751465, -0.4739275276660919, -1.2959157228469849, -0.9362958669662476, -1.3301652669906616, -0.31980475783348083, 1.63241708278656, 0.5364330410957336, 1.8721636533737183, 1.2385478019714355, 1.6666666269302368, 1.9235379695892334, 1.974912166595459, 2.0091617107391357, 2.0605359077453613, 2.0776607990264893, 2.1461596488952637, 1.9920369386672974, 2.111910104751587, 1.974912166595459, 2.0091617107391357, 1.8721636533737183, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.2385478019714355, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.5981676578521729, 1.7351655960083008, -1.2787909507751465, 0.5021834969520569, 1.8207894563674927, 0.3480607271194458, 0.2110627144575119, -0.9876701235771179, -0.5595512986183167, -1.0904186964035034, -1.3815394639968872, -1.672660231590271, -1.3301652669906616, -0.16568197309970856, -0.7821730971336365, -1.3472900390625, -1.7240345478057861, -0.6622998118400574, 1.1529240608215332, 1.4097954034805298, 1.4097954034805298, 2.1461596488952637, 1.2899221181869507, 0.6391815543174744, 1.0330508947372437, 1.4954191446304321, 0.9131776094436646, -0.8677968382835388, -1.1075434684753418, 0.8446785807609558, 1.6495418548583984, 1.5296685695648193, 1.7694151401519775, 1.6495418548583984, 1.8721636533737183, 1.8892884254455566, 1.8892884254455566, 1.974912166595459, 2.0605359077453613, 1.9406627416610718, 2.0605359077453613, 2.111910104751587, 1.974912166595459, 1.9920369386672974, 1.9406627416610718, 2.111910104751587, 2.1461596488952637, 1.4269200563430786, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.6152924299240112, 1.6152924299240112, 1.7009161710739136, 1.6837913990020752, -0.3369295001029968, 0.27956172823905945, 0.7248052954673767, 0.7248052954673767, -0.7307988405227661, -0.6622998118400574, -1.3986642360687256, -1.1760424375534058, -1.2445415258407593, -1.141792893409729, -1.3130404949188232, -1.02191960811615, -1.4500385522842407, -1.6384108066558838, -0.2341809868812561, -1.2102919816970825, 1.1700488328933716, 0.7761795520782471, 1.5296685695648193, 1.563918113708496, 2.0434112548828125, 1.8550388813018799, 1.4269200563430786, 1.1357992887496948, 1.18717360496521, 0.8618032932281494, -1.0561691522598267, 0.810429036617279, 1.786539912223816, 1.8892884254455566, 1.444044828414917, 1.6495418548583984, 1.7351655960083008, 1.7694151401519775, 1.8892884254455566, 2.1461596488952637, 2.0091617107391357, 2.0776607990264893, 2.111910104751587, 2.094785451889038, 1.8550388813018799, 1.9577873945236206, 2.094785451889038, 2.0434112548828125, 1.6837913990020752, 0.9816765785217285, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.563918113708496, 1.7009161710739136, -0.16568197309970856, -0.2684305012226105, 0.2281874716281891, 0.7076805233955383, 0.0740646943449974, 1.2214230298995972, 1.3584210872650146, 0.7419300675392151, -1.2102919816970825, 0.02269030176103115, -1.415789008140564, -0.9705453515052795, -0.7307988405227661, -0.5424265265464783, -1.2102919816970825, -0.045808710157871246, -0.7821730971336365, -1.4671632051467896, -1.2102919816970825, -1.1589176654815674, 0.8446785807609558, 1.255672574043274, 0.9988013505935669, 1.7522903680801392, 1.9235379695892334, 0.9303023219108582, 0.8618032932281494, 0.7933043241500854, 0.4679340124130249, 0.6391815543174744, -0.13143247365951538, 1.8550388813018799, 1.7351655960083008, 1.5981676578521729, 1.6837913990020752, 1.7351655960083008, 1.6495418548583984, 1.5981676578521729, 1.8379141092300415, 1.974912166595459, 2.0605359077453613, 2.0776607990264893, 2.0434112548828125, 2.0262863636016846, 2.0091617107391357, 2.0091617107391357, 2.0605359077453613, 2.111910104751587, 1.8550388813018799, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 0.656306266784668, -0.5424265265464783, 0.29668647050857544, 1.2214230298995972, 1.2214230298995972, 1.2899221181869507, 1.375545859336853, 1.2727973461151123, 0.8275538086891174, 0.12543895840644836, -0.7307988405227661, -1.2102919816970825, -1.6212860345840454, -1.5527870655059814, -0.5081770420074463, -1.1589176654815674, -0.30267998576164246, -1.604161262512207, -1.073293924331665, -0.5595512986183167, -1.3815394639968872, 1.18717360496521, 1.4097954034805298, 0.9816765785217285, 0.8446785807609558, 1.4269200563430786, 1.4611696004867554, 1.2385478019714355, 0.8789280652999878, 1.0330508947372437, 1.255672574043274, 1.7694151401519775, 1.7694151401519775, 1.8036646842956543, 1.7351655960083008, 1.7351655960083008, 1.8207894563674927, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.8207894563674927, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 1.9406627416610718, 2.0605359077453613, 1.563918113708496, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.444044828414917, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 0.4679340124130249, 0.7419300675392151, -0.5424265265464783, 0.27956172823905945, 1.2214230298995972, 1.3412963151931763, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 1.0673003196716309, -0.9191710948944092, -0.8335473537445068, -1.604161262512207, -0.5424265265464783, -1.0904186964035034, -0.16568197309970856, -0.8164225816726685, -0.610925555229187, -1.073293924331665, -1.4671632051467896, -0.6622998118400574, -0.9705453515052795, 1.0330508947372437, 1.101549744606018, 1.4954191446304321, 1.8207894563674927, 1.8892884254455566, 1.8379141092300415, 1.8550388813018799, 1.6495418548583984, 1.563918113708496, 1.8036646842956543, 1.6666666269302368, 1.8892884254455566, 1.9235379695892334, 1.9920369386672974, 1.8721636533737183, 1.8207894563674927, 1.5981676578521729, 1.8207894563674927, 1.8892884254455566, 1.7694151401519775, 1.6495418548583984, 1.9406627416610718, 1.8721636533737183, 1.9235379695892334, 1.9406627416610718, 1.974912166595459, 1.7694151401519775, 0.7248052954673767, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.6152924299240112, 0.3138112425804138, 1.0330508947372437, -0.42255327105522156, 0.26243698596954346, 1.3412963151931763, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1186745166778564, 1.2385478019714355, 0.10831420123577118, -1.227416753768921, -0.8849216103553772, -1.5699117183685303, 0.0055655487813055515, -0.2513057291507721, -0.43967801332473755, -0.5424265265464783, -1.1589176654815674, -0.2684305012226105, -1.3472900390625, -1.2102919816970825, -1.3301652669906616, 1.6837913990020752, 1.9235379695892334, 1.9235379695892334, 1.5810428857803345, 1.8550388813018799, 1.974912166595459, 1.718040943145752, 1.8207894563674927, 1.8207894563674927, 1.5467933416366577, 2.0262863636016846, 2.0091617107391357, 1.7009161710739136, 1.7694151401519775, 1.7351655960083008, 1.8550388813018799, 1.906413197517395, 1.786539912223816, 1.7522903680801392, 1.8721636533737183, 1.8207894563674927, 1.9920369386672974, 1.7522903680801392, 1.8207894563674927, 1.8379141092300415, 1.1529240608215332, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 0.4850587546825409, 1.2042982578277588, 0.03981505334377289, 0.12543895840644836, 1.324171543121338, 1.3926706314086914, 1.444044828414917, 1.375545859336853, 1.3070467710494995, 1.0330508947372437, 1.2214230298995972, 1.101549744606018, 1.324171543121338, -0.06293346732854843, -0.7307988405227661, -1.1589176654815674, -1.7754088640213013, -0.6965492963790894, -0.4739275276660919, -0.18280673027038574, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.4671632051467896, -0.30267998576164246, 1.3926706314086914, 1.7009161710739136, 1.8036646842956543, 1.9920369386672974, 1.786539912223816, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.9577873945236206, 1.4782943725585938, 2.0605359077453613, 2.0262863636016846, 2.1461596488952637, 2.0091617107391357, 1.906413197517395, 1.8379141092300415, 1.9235379695892334, 1.786539912223816, 1.7351655960083008, 1.7694151401519775, 1.7522903680801392, 1.6666666269302368, 1.8036646842956543, 2.0776607990264893, 1.375545859336853, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5810428857803345, 0.6734310388565063, 0.8960528373718262, 0.6734310388565063, 0.38231024146080017, 1.3584210872650146, 1.444044828414917, 1.3584210872650146, 1.3584210872650146, 0.9303023219108582, 1.0673003196716309, 1.1357992887496948, 1.1529240608215332, 1.375545859336853, 1.4269200563430786, -0.4568027853965759, -1.2102919816970825, -1.3644146919250488, -1.261666178703308, 0.38231024146080017, -0.5253018140792847, 0.4679340124130249, -0.02868395671248436, -1.5870364904403687, -1.3644146919250488, -1.0904186964035034, -1.672660231590271, -0.6280503273010254, 1.6152924299240112, 1.9235379695892334, 1.7009161710739136, 1.6152924299240112, 2.094785451889038, 2.0434112548828125, 2.0434112548828125, 1.6666666269302368, 1.9235379695892334, 1.9577873945236206, 1.9577873945236206, 2.0434112548828125, 2.0262863636016846, 1.9920369386672974, 1.9577873945236206, 1.8379141092300415, 1.8721636533737183, 1.7009161710739136, 1.7694151401519775, 1.7694151401519775, 1.8207894563674927, 1.9920369386672974, 1.101549744606018, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.9988013505935669, 0.12543895840644836, 0.8446785807609558, 1.3070467710494995, 1.4097954034805298, 1.2899221181869507, 1.0844250917434692, 0.7761795520782471, 1.2042982578277588, 1.324171543121338, 1.2042982578277588, 1.3584210872650146, 1.3584210872650146, 1.255672574043274, -0.645175039768219, -0.576676070690155, 0.03981505334377289, -0.3711790144443512, -0.19993148744106293, 0.056939806789159775, 0.6905558109283447, 1.563918113708496, -1.1760424375534058, -1.4329137802124023, -1.0390443801879883, -1.5014127492904663, 0.3309359848499298, 1.8207894563674927, 1.7351655960083008, 1.8036646842956543, 2.0776607990264893, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0091617107391357, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9406627416610718, 1.9235379695892334, 1.9235379695892334, 1.9235379695892334, 1.7522903680801392, 2.129034996032715, 2.1461596488952637, 0.5193082690238953, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.2042982578277588, 0.7076805233955383, 1.4611696004867554, 1.2385478019714355, 1.2042982578277588, 1.0159261226654053, 1.0159261226654053, 0.7933043241500854, 1.2042982578277588, 1.3584210872650146, 1.2385478019714355, 1.324171543121338, 1.2727973461151123, 1.375545859336853, 0.8446785807609558, 0.02269030176103115, -0.31980475783348083, -0.610925555229187, 0.056939806789159775, 0.5706825256347656, 0.4508092403411865, 0.0740646943449974, 0.091189444065094, -1.1246682405471802, -0.6280503273010254, -0.6622998118400574, -1.3986642360687256, 0.3309359848499298, 1.6152924299240112, 1.8721636533737183, 2.0434112548828125, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9406627416610718, 2.0091617107391357, 1.786539912223816, 1.4954191446304321, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 1.9406627416610718, 2.0262863636016846, 2.1632845401763916, 2.1632845401763916, 0.7933043241500854, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.0159261226654053, 1.1529240608215332, 1.5981676578521729, 1.7694151401519775, 0.810429036617279, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 0.7419300675392151, 1.1529240608215332, 1.6837913990020752, 1.2899221181869507, 1.3584210872650146, 1.8892884254455566, 1.5810428857803345, 1.0501755475997925, 0.9645518660545349, -0.5595512986183167, -0.9020463228225708, 0.7590547800064087, -1.261666178703308, -0.2513057291507721, 1.7522903680801392, 0.6391815543174744, 0.8789280652999878, -1.1589176654815674, -0.8677968382835388, -0.9705453515052795, -0.8335473537445068, -0.7821730971336365, 0.622056782245636, 2.0776607990264893, 2.0776607990264893, 1.974912166595459, 1.9920369386672974, 1.8207894563674927, 2.0262863636016846, 1.9235379695892334, 2.0091617107391357, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.0605359077453613, 2.0776607990264893, 1.786539912223816, 1.974912166595459, 2.1804091930389404, 1.9577873945236206, 0.8618032932281494, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.3926706314086914, 0.5535577535629272, 1.3070467710494995, 0.9645518660545349, 0.9474270939826965, 1.3070467710494995, 0.8446785807609558, 1.0330508947372437, 1.101549744606018, 0.8446785807609558, 1.2042982578277588, 1.563918113708496, 1.3070467710494995, 1.5296685695648193, 1.906413197517395, 1.8379141092300415, 1.4097954034805298, 0.8789280652999878, -0.43967801332473755, -0.8506720662117004, -0.1143077164888382, -1.4500385522842407, -0.5595512986183167, 2.0776607990264893, 1.8036646842956543, 0.8960528373718262, 0.622056782245636, -1.02191960811615, -0.8164225816726685, -0.21705622971057892, -1.1075434684753418, -1.0904186964035034, 0.5021834969520569, 2.1804091930389404, 1.9920369386672974, 1.9577873945236206, 1.6837913990020752, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6666666269302368, 2.214658737182617, 2.1632845401763916, 2.111910104751587, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 2.0605359077453613, 1.8892884254455566, 2.111910104751587, 2.111910104751587, 1.0159261226654053, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.5021834969520569, 1.2727973461151123, -0.02868395671248436, 1.8379141092300415, 1.18717360496521, 1.0159261226654053, 0.9988013505935669, 1.3584210872650146, 1.0673003196716309, 1.1529240608215332, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 0.7590547800064087, 0.056939806789159775, 0.12543895840644836, -0.5938007831573486, 1.4097954034805298, -1.3986642360687256, 1.2385478019714355, 1.9406627416610718, 1.6837913990020752, 1.0330508947372437, 0.622056782245636, -0.3540542721748352, -0.19993148744106293, 0.5364330410957336, -0.40542852878570557, -1.2959157228469849, 0.17681321501731873, 1.9920369386672974, 1.8892884254455566, 1.786539912223816, 1.5467933416366577, 0.9645518660545349, 1.974912166595459, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 2.094785451889038, 2.0262863636016846, 1.8721636533737183, 0.6391815543174744, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.563918113708496, 1.4269200563430786, 0.656306266784668, 0.6734310388565063, 0.41655975580215454, 1.4782943725585938, 1.5467933416366577, 1.1186745166778564, 1.4782943725585938, 1.4954191446304321, 1.1186745166778564, 1.375545859336853, 1.5296685695648193, 1.1357992887496948, 1.444044828414917, 1.8721636533737183, 1.906413197517395, 1.8892884254455566, 1.4097954034805298, 0.9816765785217285, 1.5467933416366577, 0.7761795520782471, 1.1186745166778564, -0.9191710948944092, -0.8506720662117004, 1.9406627416610718, 1.906413197517395, 1.9920369386672974, 1.7009161710739136, 1.2385478019714355, 0.9988013505935669, 0.656306266784668, 0.622056782245636, 0.6049320101737976, -1.5014127492904663, 0.27956172823905945, 1.906413197517395, 1.5810428857803345, 1.9235379695892334, 1.2385478019714355, 1.6837913990020752, 1.9920369386672974, 1.8550388813018799, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0434112548828125, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 1.0159261226654053, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4269200563430786, 0.587807297706604, 1.3584210872650146, 1.2214230298995972, 1.563918113708496, 1.4782943725585938, 0.9474270939826965, 1.375545859336853, 1.444044828414917, 1.0673003196716309, 1.444044828414917, 1.563918113708496, 1.2042982578277588, 1.375545859336853, 1.8721636533737183, 1.8207894563674927, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 0.4679340124130249, 2.129034996032715, 0.9988013505935669, 1.0673003196716309, -1.2959157228469849, 2.0434112548828125, 1.7351655960083008, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9235379695892334, 1.8207894563674927, 0.8960528373718262, 0.810429036617279, 0.810429036617279, -1.3644146919250488, 1.563918113708496, 0.587807297706604, 2.0262863636016846, 1.9235379695892334, 1.563918113708496, 1.8379141092300415, 1.5981676578521729, 1.3070467710494995, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.1975340843200684, 2.0605359077453613, 1.9235379695892334, 1.8379141092300415, 2.0091617107391357, 1.8721636533737183, 0.7419300675392151, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.810429036617279, 0.8446785807609558, 0.9131776094436646, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.5125439167022705, 0.8960528373718262, 1.7694151401519775, 1.0844250917434692, 1.6837913990020752, 1.1529240608215332, 1.101549744606018, 1.3070467710494995, 1.4782943725585938, 0.8446785807609558, 1.375545859336853, 1.63241708278656, 1.1700488328933716, 1.4611696004867554, 1.8892884254455566, 1.8207894563674927, 1.8550388813018799, 1.786539912223816, 1.9406627416610718, 1.6152924299240112, 1.8379141092300415, 1.718040943145752, 1.2727973461151123, -1.2959157228469849, 1.8379141092300415, 1.786539912223816, 1.9920369386672974, 2.0091617107391357, 2.0434112548828125, 1.9577873945236206, 1.9577873945236206, 1.8721636533737183, 0.9131776094436646, 0.810429036617279, 0.3309359848499298, -0.9020463228225708, 1.5467933416366577, 1.5296685695648193, 1.101549744606018, 1.8207894563674927, 1.7351655960083008, 1.2042982578277588, 1.255672574043274, 2.1461596488952637, 2.111910104751587, 2.1632845401763916, 2.1461596488952637, 2.0605359077453613, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.906413197517395, 1.2899221181869507, 0.622056782245636, 0.5364330410957336, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7761795520782471, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 1.4269200563430786, 1.9406627416610718, 1.563918113708496, 0.9303023219108582, 0.7419300675392151, 1.1529240608215332, 0.810429036617279, 1.444044828414917, 1.7522903680801392, 1.2899221181869507, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 1.4782943725585938, 0.5364330410957336, 1.9235379695892334, 1.9920369386672974, 1.3412963151931763, -0.8849216103553772, 1.9577873945236206, 1.8892884254455566, 2.0262863636016846, 2.0091617107391357, 2.094785451889038, 1.974912166595459, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 0.8960528373718262, 0.9303023219108582, -1.1589176654815674, 1.9920369386672974, 1.2214230298995972, 1.8550388813018799, 1.6837913990020752, 1.6495418548583984, 1.2727973461151123, 1.18717360496521, 2.1461596488952637, 2.0434112548828125, 2.1461596488952637, 2.1632845401763916, 2.094785451889038, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 1.906413197517395, 1.906413197517395, 0.6391815543174744, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053], [0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.4097954034805298, 1.3584210872650146, 1.2214230298995972, 1.3070467710494995, 1.8721636533737183, 1.7522903680801392, 1.2385478019714355, 0.7419300675392151, 0.8275538086891174, 0.9474270939826965, 1.5125439167022705, 1.6495418548583984, 1.324171543121338, 1.6495418548583984, 1.5810428857803345, 1.6837913990020752, 1.8892884254455566, 1.3412963151931763, 0.8618032932281494, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.375545859336853, -0.5424265265464783, 2.0605359077453613, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 2.0091617107391357, 2.0091617107391357, 1.563918113708496, 0.8789280652999878, 0.0740646943449974, 0.9474270939826965, 2.0091617107391357, 1.906413197517395, 1.9235379695892334, 1.5981676578521729, 1.6837913990020752, 0.9303023219108582, 2.1975340843200684, 2.094785451889038, 2.111910104751587, 2.1804091930389404, 2.111910104751587, 2.111910104751587, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 2.0262863636016846, 0.7076805233955383, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4954191446304321, 1.5467933416366577, 1.1529240608215332, 1.786539912223816, 1.9235379695892334, 1.7522903680801392, 0.6905558109283447, 0.7590547800064087, 1.2385478019714355, 1.4954191446304321, 1.324171543121338, 1.4269200563430786, 1.5296685695648193, 1.8207894563674927, 1.7522903680801392, 1.906413197517395, 0.4508092403411865, 0.41655975580215454, -0.09718296676874161, 1.324171543121338, 1.9235379695892334, 1.2214230298995972, 1.6495418548583984, 2.0605359077453613, 1.8550388813018799, 2.0262863636016846, 1.974912166595459, 2.0434112548828125, 2.0605359077453613, 2.129034996032715, 2.0776607990264893, 2.0605359077453613, 1.718040943145752, 1.9577873945236206, 1.101549744606018, 0.8446785807609558, 1.9577873945236206, 1.974912166595459, 1.6666666269302368, 1.0330508947372437, 1.4782943725585938, 1.0673003196716309, 2.129034996032715, 2.0776607990264893, 2.129034996032715, 2.1632845401763916, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 1.8892884254455566, 1.974912166595459, 1.8207894563674927, 1.1357992887496948, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.6152924299240112, 2.0434112548828125, 2.0091617107391357, 1.63241708278656, 0.3309359848499298, 1.444044828414917, 1.7351655960083008, 1.2042982578277588, 1.6152924299240112, 1.7351655960083008, 1.974912166595459, 1.7522903680801392, 2.0262863636016846, 0.26243698596954346, 0.8275538086891174, 0.03981505334377289, 0.8960528373718262, 1.7009161710739136, 2.1461596488952637, 1.5125439167022705, 2.0091617107391357, 1.8036646842956543, 2.129034996032715, 2.0262863636016846, 2.0262863636016846, 1.9920369386672974, 2.0262863636016846, 2.0605359077453613, 2.0262863636016846, 2.0091617107391357, 1.9235379695892334, 1.8892884254455566, 1.5467933416366577, 1.8550388813018799, 1.8892884254455566, 1.718040943145752, 1.2899221181869507, 1.6495418548583984, 1.63241708278656, 1.906413197517395, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.974912166595459, 2.0262863636016846, 1.6495418548583984, 1.4954191446304321, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 0.7933043241500854, 1.4097954034805298, 1.1186745166778564, 1.4269200563430786, 2.111910104751587, 2.0262863636016846, 1.8550388813018799, 0.9303023219108582, 1.63241708278656, 1.8036646842956543, 1.2042982578277588, 1.63241708278656, 1.7522903680801392, 1.906413197517395, 1.8379141092300415, 1.2214230298995972, 0.9474270939826965, 0.9645518660545349, 0.19393795728683472, 0.2281874716281891, 1.2727973461151123, 1.5810428857803345, 1.906413197517395, 1.9920369386672974, 1.8550388813018799, 1.9406627416610718, 2.0262863636016846, 1.9577873945236206, 1.7009161710739136, 2.0091617107391357, 2.1461596488952637, 2.111910104751587, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 1.7694151401519775, 1.7009161710739136, 1.8721636533737183, 1.9406627416610718, 1.2385478019714355, 1.4782943725585938, 1.4954191446304321, 1.9577873945236206, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 1.8550388813018799, 1.718040943145752, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 0.9474270939826965, 1.3070467710494995, 1.0673003196716309, 1.3412963151931763, 2.0776607990264893, 1.9920369386672974, 1.4269200563430786, 1.5467933416366577, 1.5981676578521729, 1.5125439167022705, 1.2385478019714355, 1.786539912223816, 1.786539912223816, 1.6495418548583984, 1.8207894563674927, 0.5364330410957336, 0.6734310388565063, 1.2727973461151123, 0.24531221389770508, 0.02269030176103115, 0.8960528373718262, 1.4954191446304321, 1.9920369386672974, 1.786539912223816, 1.6666666269302368, 2.0091617107391357, 1.9577873945236206, 1.9235379695892334, 2.0091617107391357, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.0262863636016846, 1.9577873945236206, 1.9577873945236206, 1.7522903680801392, 1.718040943145752, 1.9577873945236206, 1.8550388813018799, 0.8789280652999878, 1.324171543121338, 1.5125439167022705, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.111910104751587, 2.094785451889038, 2.0605359077453613, 1.9406627416610718, 1.9406627416610718, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.14256370067596436, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0673003196716309, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1186745166778564, 1.3070467710494995, 1.1357992887496948, 1.6666666269302368, 1.9577873945236206, 1.8721636533737183, 1.3070467710494995, 1.7351655960083008, 1.3926706314086914, 1.375545859336853, 1.8036646842956543, 1.786539912223816, 1.9235379695892334, 1.6152924299240112, 1.8721636533737183, 0.8789280652999878, 0.8446785807609558, 1.3584210872650146, 0.3138112425804138, 0.5706825256347656, -0.3540542721748352, 1.5810428857803345, 1.4269200563430786, 1.4611696004867554, 2.094785451889038, 1.7694151401519775, 2.0434112548828125, 1.974912166595459, 1.786539912223816, 1.9920369386672974, 2.1975340843200684, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9920369386672974, 1.8721636533737183, 1.8892884254455566, 1.6837913990020752, 2.094785451889038, 1.444044828414917, 1.5296685695648193, 1.6495418548583984, 1.9577873945236206, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 1.9577873945236206, 1.8207894563674927, 0.6734310388565063, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 1.3584210872650146, 1.0844250917434692, 1.5981676578521729, 1.9406627416610718, 0.5706825256347656, 1.0673003196716309, 1.7522903680801392, 1.5810428857803345, 1.8550388813018799, 1.5467933416366577, 1.8379141092300415, 1.786539912223816, 1.6666666269302368, 1.718040943145752, 0.656306266784668, 0.8960528373718262, 1.1357992887496948, 0.15968845784664154, 1.18717360496521, -0.13143247365951538, 0.7076805233955383, 1.6152924299240112, 2.1632845401763916, 2.129034996032715, 1.6152924299240112, 1.8892884254455566, 2.094785451889038, 2.0091617107391357, 2.0262863636016846, 2.0605359077453613, 1.8892884254455566, 2.0262863636016846, 1.9406627416610718, 1.8892884254455566, 1.906413197517395, 1.8892884254455566, 2.0605359077453613, 2.111910104751587, 0.4850587546825409, 1.4611696004867554, 1.7351655960083008, 1.974912166595459, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.111910104751587, 1.5467933416366577, 1.9235379695892334, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.18717360496521, 1.255672574043274, 1.2214230298995972, 1.3926706314086914, 1.1529240608215332, 1.7009161710739136, 1.6152924299240112, -0.14855723083019257, -0.06293346732854843, 1.375545859336853, 1.6837913990020752, 1.7351655960083008, 1.6837913990020752, 1.8036646842956543, 1.9235379695892334, 1.6152924299240112, 1.3412963151931763, 0.622056782245636, 0.4850587546825409, 0.656306266784668, 0.6049320101737976, 1.1700488328933716, 0.41655975580215454, 0.9988013505935669, 1.1700488328933716, 1.7694151401519775, 1.6152924299240112, 2.231783390045166, 1.974912166595459, 1.9920369386672974, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 1.906413197517395, 2.0776607990264893, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.8036646842956543, 2.0605359077453613, 1.8207894563674927, 1.1529240608215332, 1.444044828414917, 1.8892884254455566, 2.0262863636016846, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 2.094785451889038, 1.8721636533737183, 2.0776607990264893, 0.5021834969520569, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.0844250917434692, 1.324171543121338, 0.8789280652999878, 1.7694151401519775, 1.444044828414917, 0.3480607271194458, 0.17681321501731873, 0.5364330410957336, 2.094785451889038, 0.5706825256347656, 2.0091617107391357, 1.8721636533737183, 1.8550388813018799, 1.6495418548583984, 1.4611696004867554, 0.8960528373718262, 1.0844250917434692, 1.718040943145752, 0.7076805233955383, 1.563918113708496, 1.18717360496521, 0.29668647050857544, 0.8789280652999878, 1.444044828414917, 1.3070467710494995, 1.7009161710739136, 1.906413197517395, 1.974912166595459, 1.2042982578277588, 1.7351655960083008, 2.1632845401763916, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.9235379695892334, 2.0776607990264893, 1.974912166595459, 1.6495418548583984, 2.0434112548828125, 1.255672574043274, 1.9235379695892334, 1.8036646842956543, 2.0434112548828125, 2.0605359077453613, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0262863636016846, 1.9406627416610718, 0.5364330410957336, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.3584210872650146, 1.2214230298995972, 0.9988013505935669, 1.324171543121338, 1.1186745166778564, 1.7009161710739136, 1.2214230298995972, 0.622056782245636, -0.5938007831573486, 0.29668647050857544, 2.129034996032715, 0.9988013505935669, 1.9406627416610718, 1.7694151401519775, 1.7351655960083008, 1.7351655960083008, 1.4269200563430786, 0.7761795520782471, 1.1186745166778564, 1.718040943145752, 0.7933043241500854, 1.2214230298995972, 0.9303023219108582, -0.045808710157871246, 1.2385478019714355, 1.444044828414917, 1.8892884254455566, 1.8036646842956543, 1.6495418548583984, 1.786539912223816, 1.5125439167022705, 2.0605359077453613, 2.129034996032715, 1.9920369386672974, 2.1461596488952637, 1.974912166595459, 1.9406627416610718, 1.9577873945236206, 1.9235379695892334, 1.9577873945236206, 2.0605359077453613, 2.0605359077453613, 1.5810428857803345, 1.8036646842956543, 2.0434112548828125, 2.0776607990264893, 2.094785451889038, 2.1461596488952637, 2.1461596488952637, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 1.974912166595459, 2.0091617107391357, 1.5296685695648193, 1.444044828414917, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, -0.30267998576164246, 1.255672574043274, 0.7933043241500854, 1.8207894563674927, 1.1700488328933716, 0.6391815543174744, 0.5706825256347656, 0.19393795728683472, 0.7590547800064087, 0.8960528373718262, 1.9920369386672974, 1.8892884254455566, 1.718040943145752, 1.7522903680801392, 0.656306266784668, 0.7933043241500854, 1.101549744606018, 1.4954191446304321, 0.9988013505935669, 1.444044828414917, 1.3926706314086914, 0.26243698596954346, 0.27956172823905945, 1.324171543121338, 1.63241708278656, 0.8960528373718262, 1.6495418548583984, 1.7522903680801392, 1.4782943725585938, 2.129034996032715, 1.9920369386672974, 1.9577873945236206, 2.0262863636016846, 2.094785451889038, 1.8379141092300415, 1.6837913990020752, 1.8550388813018799, 1.9577873945236206, 2.0091617107391357, 2.0776607990264893, 1.7351655960083008, 1.9406627416610718, 2.0262863636016846, 2.094785451889038, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0776607990264893, 2.0091617107391357, 1.5467933416366577, 2.0091617107391357, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8960528373718262, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2899221181869507, -0.7479235529899597, 1.3412963151931763, 0.587807297706604, 1.6666666269302368, 0.8960528373718262, 0.8618032932281494, 1.324171543121338, 1.1186745166778564, 1.5125439167022705, 1.0501755475997925, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 1.8550388813018799, 1.1357992887496948, 0.9303023219108582, 1.0501755475997925, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.7351655960083008, 1.0330508947372437, -0.02868395671248436, 1.7694151401519775, 0.9645518660545349, 1.8036646842956543, 0.5535577535629272, 1.3070467710494995, 0.9988013505935669, 1.8721636533737183, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.094785451889038, 1.9577873945236206, 1.7009161710739136, 1.8892884254455566, 2.0605359077453613, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 1.9235379695892334, 1.9577873945236206, 2.1461596488952637, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.129034996032715, 2.129034996032715, 2.0776607990264893, 2.111910104751587, 2.0434112548828125, 1.63241708278656, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3480607271194458, 0.3309359848499298, 0.39943498373031616, 0.4679340124130249, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7761795520782471, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.2727973461151123, 0.17681321501731873, 1.3412963151931763, 1.1357992887496948, 1.4269200563430786, 1.3070467710494995, 0.9645518660545349, 0.8446785807609558, 1.1700488328933716, 1.718040943145752, 0.38231024146080017, 1.324171543121338, 1.9235379695892334, 1.4954191446304321, 1.8379141092300415, 1.3584210872650146, 0.8275538086891174, 1.1529240608215332, 1.5125439167022705, 1.563918113708496, 1.4269200563430786, 1.9235379695892334, 0.9645518660545349, -0.1143077164888382, 1.324171543121338, 1.718040943145752, 1.906413197517395, 2.0091617107391357, 0.9988013505935669, 1.9577873945236206, 1.63241708278656, 1.9406627416610718, 2.094785451889038, 1.9920369386672974, 2.129034996032715, 2.0776607990264893, 1.5296685695648193, 1.786539912223816, 2.129034996032715, 1.8892884254455566, 2.0434112548828125, 1.1700488328933716, 1.9406627416610718, 1.974912166595459, 2.1804091930389404, 1.974912166595459, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.111910104751587, 2.129034996032715, 2.111910104751587, 2.1804091930389404, 2.0605359077453613, 1.9406627416610718, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0501755475997925, 1.324171543121338, 0.4679340124130249, 1.18717360496521, 1.3070467710494995, 1.63241708278656, 1.63241708278656, 0.7076805233955383, 1.3584210872650146, 1.4954191446304321, 0.10831420123577118, 0.19393795728683472, 0.9474270939826965, 2.0434112548828125, 1.5296685695648193, 1.7009161710739136, 1.444044828414917, 0.38231024146080017, 1.7351655960083008, 1.5981676578521729, 1.718040943145752, 1.2899221181869507, 1.5467933416366577, 1.1186745166778564, 0.656306266784668, 0.14256370067596436, 0.9303023219108582, 1.786539912223816, 1.8036646842956543, 1.5810428857803345, 0.8275538086891174, 0.7933043241500854, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.7351655960083008, 1.8207894563674927, 1.6837913990020752, 1.8892884254455566, 2.0091617107391357, 1.7009161710739136, 1.8721636533737183, 1.8379141092300415, 2.1804091930389404, 2.111910104751587, 2.1461596488952637, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.9577873945236206, 1.8379141092300415, 1.974912166595459, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.2385478019714355, 0.9645518660545349, 1.324171543121338, 1.2899221181869507, 1.5810428857803345, 1.6495418548583984, 0.9303023219108582, 0.9474270939826965, 1.3412963151931763, -0.43967801332473755, 0.10831420123577118, 1.5981676578521729, 1.8550388813018799, 1.4097954034805298, 1.0673003196716309, 1.786539912223816, 0.6391815543174744, 1.4269200563430786, 1.0330508947372437, 1.1529240608215332, 1.4611696004867554, 1.8036646842956543, 1.2042982578277588, 0.6905558109283447, -0.3711790144443512, 1.0844250917434692, 2.0091617107391357, 0.5706825256347656, 0.4679340124130249, 0.656306266784668, 0.9131776094436646, 1.3926706314086914, 1.8721636533737183, 2.1632845401763916, 1.9406627416610718, 2.094785451889038, 1.7522903680801392, 2.129034996032715, 2.1632845401763916, 2.094785451889038, 1.7009161710739136, 2.0091617107391357, 1.4097954034805298, 2.111910104751587, 2.1975340843200684, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.094785451889038, 1.6495418548583984, 1.8207894563674927, 2.0262863636016846, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616], [0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.3926706314086914, 1.3412963151931763, 1.6495418548583984, 1.5981676578521729, 0.7590547800064087, 0.9474270939826965, -0.02868395671248436, 0.12543895840644836, 1.1700488328933716, 2.0776607990264893, 1.8892884254455566, 1.4954191446304321, 1.5125439167022705, 1.2214230298995972, 0.41655975580215454, 1.9406627416610718, 1.6152924299240112, 0.5193082690238953, 1.5467933416366577, 1.4782943725585938, 1.3584210872650146, 0.8789280652999878, -0.045808710157871246, 1.0330508947372437, 1.324171543121338, 0.24531221389770508, 1.3584210872650146, 0.3651854991912842, 0.9474270939826965, 1.6495418548583984, 1.9577873945236206, 1.3926706314086914, 2.111910104751587, 2.111910104751587, 1.906413197517395, 2.129034996032715, 2.0434112548828125, 1.974912166595459, 1.974912166595459, 2.1461596488952637, 1.9406627416610718, 1.9406627416610718, 2.1975340843200684, 2.1632845401763916, 2.111910104751587, 2.214658737182617, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.111910104751587, 1.9235379695892334, 2.1804091930389404, 1.6495418548583984, 0.5706825256347656, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017], [0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.10831420123577118, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 1.1186745166778564, 0.056939806789159775, 1.3070467710494995, 1.5296685695648193, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 0.8960528373718262, 0.03981505334377289, -1.1075434684753418, 1.2385478019714355, 2.0262863636016846, 1.9406627416610718, 1.5810428857803345, 1.5981676578521729, 1.8379141092300415, 0.6905558109283447, 1.4954191446304321, 1.7351655960083008, 0.5535577535629272, 0.9303023219108582, 1.4954191446304321, 1.1700488328933716, 1.375545859336853, 0.26243698596954346, 0.6391815543174744, 0.41655975580215454, 0.12543895840644836, -0.14855723083019257, 0.8446785807609558, 1.4611696004867554, 1.9577873945236206, 1.8207894563674927, 2.0262863636016846, 2.0434112548828125, 1.906413197517395, 2.0262863636016846, 1.7694151401519775, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 2.111910104751587, 2.0091617107391357, 1.9406627416610718, 2.214658737182617, 2.129034996032715, 1.9577873945236206, 2.111910104751587, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1632845401763916, 1.6152924299240112, 1.3412963151931763, 1.7009161710739136, 0.9303023219108582, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017], [0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.5535577535629272, 1.255672574043274, 1.5467933416366577, 1.7009161710739136, 1.5810428857803345, 1.63241708278656, 0.9816765785217285, 0.7933043241500854, -0.7479235529899597, 1.7522903680801392, 2.0605359077453613, 2.0434112548828125, 1.4954191446304321, 1.786539912223816, 1.5810428857803345, 1.18717360496521, 1.5981676578521729, 1.906413197517395, 0.9474270939826965, 1.18717360496521, 1.0159261226654053, 1.4269200563430786, 1.18717360496521, 0.24531221389770508, -0.3369295001029968, -0.21705622971057892, 0.41655975580215454, -0.30267998576164246, -0.011559205129742622, 1.3070467710494995, 1.8379141092300415, 2.094785451889038, 1.8207894563674927, 1.9920369386672974, 1.375545859336853, 2.0262863636016846, 2.0434112548828125, 2.0776607990264893, 2.0776607990264893, 1.7522903680801392, 2.094785451889038, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.214658737182617, 2.214658737182617, 2.0776607990264893, 2.1632845401763916, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.974912166595459, 2.094785451889038, 1.5981676578521729, 1.4611696004867554, 0.6391815543174744, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.8789280652999878, 0.8618032932281494, -0.28555524349212646, 1.255672574043274, 1.5467933416366577, 1.7351655960083008, 1.5810428857803345, 1.6837913990020752, 1.2042982578277588, 0.7248052954673767, 1.3584210872650146, 1.324171543121338, 1.9235379695892334, 1.9920369386672974, 1.4611696004867554, 0.810429036617279, 1.18717360496521, 0.9131776094436646, 1.0844250917434692, 1.4954191446304321, 1.6837913990020752, 0.5193082690238953, 1.5125439167022705, 0.8618032932281494, 1.444044828414917, -0.02868395671248436, 0.4850587546825409, 0.656306266784668, -0.13143247365951538, 0.6905558109283447, -0.42255327105522156, 0.8618032932281494, 1.6666666269302368, 2.231783390045166, 1.4097954034805298, 1.974912166595459, 0.9474270939826965, 2.0091617107391357, 1.974912166595459, 1.906413197517395, 1.6837913990020752, 1.786539912223816, 2.0776607990264893, 1.9406627416610718, 2.0776607990264893, 2.0091617107391357, 2.1632845401763916, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.906413197517395, 2.1975340843200684, 1.1529240608215332, 1.3584210872650146, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.19993148744106293, 1.2385478019714355, 1.5810428857803345, 1.6666666269302368, 1.7522903680801392, 1.6837913990020752, 1.0330508947372437, 0.9645518660545349, 1.4954191446304321, 0.7076805233955383, 1.974912166595459, 1.974912166595459, 1.6495418548583984, 1.0159261226654053, 1.7009161710739136, 1.6152924299240112, 0.8446785807609558, 1.5810428857803345, 1.5981676578521729, 0.39943498373031616, 1.5981676578521729, 1.6837913990020752, 1.324171543121338, -0.011559205129742622, -0.28555524349212646, 0.10831420123577118, 0.9816765785217285, 0.7076805233955383, 0.8789280652999878, 1.563918113708496, 1.3070467710494995, 2.214658737182617, 1.18717360496521, 1.4954191446304321, 0.27956172823905945, 1.9406627416610718, 1.8892884254455566, 1.9235379695892334, 0.9988013505935669, 1.3070467710494995, 1.9235379695892334, 1.9235379695892334, 2.0605359077453613, 1.4954191446304321, 2.214658737182617, 2.094785451889038, 2.1975340843200684, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1804091930389404, 1.7522903680801392, 1.2727973461151123, 0.622056782245636, 0.7248052954673767, 0.5535577535629272, 0.5021834969520569, 0.6391815543174744, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298], [0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.9020463228225708, 1.4097954034805298, 1.444044828414917, 1.6495418548583984, 1.7694151401519775, 1.6666666269302368, 0.9303023219108582, 0.7076805233955383, 1.2727973461151123, 1.0159261226654053, 1.906413197517395, 1.9406627416610718, 1.5296685695648193, 0.6391815543174744, 1.8550388813018799, 2.0605359077453613, 1.7009161710739136, 1.6495418548583984, 0.3309359848499298, 0.5193082690238953, 0.9303023219108582, 2.0262863636016846, 1.255672574043274, 0.24531221389770508, 0.14256370067596436, -0.1143077164888382, 0.9645518660545349, 0.5021834969520569, 0.19393795728683472, 1.5467933416366577, 1.9235379695892334, 2.1632845401763916, 2.1804091930389404, 1.3926706314086914, 0.5021834969520569, 2.0091617107391357, 1.906413197517395, 1.718040943145752, 2.129034996032715, 1.375545859336853, 1.8207894563674927, 1.8550388813018799, 1.974912166595459, 1.7009161710739136, 2.231783390045166, 2.0091617107391357, 2.1632845401763916, 2.094785451889038, 2.231783390045166, 2.1632845401763916, 1.9920369386672974, 1.906413197517395, 1.9577873945236206, 0.8446785807609558, 0.8789280652999878, 0.9816765785217285, 0.587807297706604, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 0.7761795520782471, -1.2787909507751465, 1.4611696004867554, 1.4954191446304321, 1.7694151401519775, 1.8036646842956543, 1.6666666269302368, 0.9988013505935669, 0.7248052954673767, 1.0844250917434692, 0.7761795520782471, 2.0434112548828125, 1.9406627416610718, 1.1529240608215332, 0.5706825256347656, 1.6495418548583984, 1.8379141092300415, 0.9988013505935669, 0.9816765785217285, 0.622056782245636, 1.7522903680801392, 1.4782943725585938, 1.8550388813018799, 1.324171543121338, 0.15968845784664154, 0.091189444065094, 0.24531221389770508, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.8446785807609558, 1.5467933416366577, 1.8892884254455566, 2.129034996032715, 2.1975340843200684, 2.0605359077453613, 1.974912166595459, 1.8721636533737183, 1.8207894563674927, 2.1461596488952637, 1.7522903680801392, 2.0262863636016846, 2.0434112548828125, 1.9235379695892334, 1.444044828414917, 2.1632845401763916, 1.974912166595459, 2.214658737182617, 2.1632845401763916, 2.214658737182617, 2.248908281326294, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 1.4611696004867554, 1.7522903680801392, 1.4269200563430786, 0.587807297706604, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.7248052954673767, 0.810429036617279, -1.261666178703308, 1.5296685695648193, 1.4611696004867554, 1.8036646842956543, 1.7694151401519775, 1.6495418548583984, 1.2042982578277588, 1.5981676578521729, 0.38231024146080017, 0.8960528373718262, 2.0434112548828125, 1.974912166595459, 0.43368449807167053, -0.30267998576164246, 1.5981676578521729, 1.8379141092300415, 0.4850587546825409, 0.29668647050857544, 1.1357992887496948, 1.7351655960083008, 1.5981676578521729, 2.0605359077453613, 2.0776607990264893, 0.9816765785217285, 0.587807297706604, 1.101549744606018, 0.3138112425804138, 0.3480607271194458, 0.6049320101737976, 0.3480607271194458, 1.0159261226654053, 1.1529240608215332, 1.6666666269302368, 1.9235379695892334, 2.1975340843200684, 1.6495418548583984, 1.5125439167022705, 1.8892884254455566, 1.9577873945236206, 2.129034996032715, 1.6495418548583984, 2.111910104751587, 1.4954191446304321, 0.2281874716281891, 2.0262863636016846, 1.9235379695892334, 2.094785451889038, 2.1461596488952637, 2.0605359077453613, 2.214658737182617, 2.129034996032715, 1.4954191446304321, 1.7009161710739136, 1.563918113708496, 1.0844250917434692, 0.7761795520782471, 0.5706825256347656, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.41655975580215454, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7076805233955383, 0.7419300675392151, -0.9705453515052795, 1.4611696004867554, 1.563918113708496, 1.8207894563674927, 1.8207894563674927, 1.2214230298995972, 1.18717360496521, 0.6391815543174744, 0.4679340124130249, 0.3309359848499298, 2.0262863636016846, 1.8207894563674927, 1.1529240608215332, -0.7479235529899597, 1.8207894563674927, 1.906413197517395, 0.5021834969520569, 0.4679340124130249, 1.4097954034805298, 1.5467933416366577, 0.9645518660545349, 1.8721636533737183, 1.8892884254455566, 0.19393795728683472, 0.9131776094436646, 0.41655975580215454, -0.3369295001029968, 0.056939806789159775, 0.26243698596954346, 0.43368449807167053, 1.2385478019714355, 0.810429036617279, 0.7076805233955383, 0.12543895840644836, 2.094785451889038, 0.5706825256347656, 1.6495418548583984, 1.786539912223816, 1.4269200563430786, 1.4782943725585938, 1.8379141092300415, 2.094785451889038, 0.6905558109283447, 1.906413197517395, 1.8036646842956543, 1.8721636533737183, 0.091189444065094, 0.7933043241500854, 1.9577873945236206, 2.248908281326294, 2.094785451889038, 1.9235379695892334, 1.6666666269302368, 2.0776607990264893, 1.0501755475997925, 1.1529240608215332, 0.5193082690238953, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.5364330410957336, -0.9362958669662476, 1.3926706314086914, 1.5296685695648193, 1.906413197517395, 1.5125439167022705, 1.4269200563430786, 0.6049320101737976, 1.0844250917434692, 1.1700488328933716, 1.0673003196716309, 2.0605359077453613, 1.786539912223816, 0.9474270939826965, -0.8506720662117004, 1.444044828414917, 1.9577873945236206, 0.8275538086891174, 1.3584210872650146, 1.4097954034805298, 0.9474270939826965, 1.0844250917434692, 2.1804091930389404, 1.6837913990020752, 0.26243698596954346, 0.8789280652999878, 0.6391815543174744, 0.3309359848499298, 0.5535577535629272, 1.101549744606018, 1.0330508947372437, 1.255672574043274, 0.2110627144575119, -0.21705622971057892, -0.011559205129742622, 0.4850587546825409, 1.4954191446304321, 1.3412963151931763, 1.8721636533737183, 1.7009161710739136, 1.6837913990020752, 1.4782943725585938, 1.4269200563430786, 0.091189444065094, 2.0605359077453613, 1.18717360496521, 0.9474270939826965, 0.5535577535629272, 0.7933043241500854, 1.8207894563674927, 2.248908281326294, 1.9920369386672974, 1.375545859336853, 2.094785451889038, 1.0330508947372437, 0.3651854991912842, 0.9131776094436646, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.5364330410957336, -0.3540542721748352, 1.375545859336853, 1.5810428857803345, 1.8207894563674927, 1.1186745166778564, 1.8207894563674927, 0.8960528373718262, 1.18717360496521, 0.7761795520782471, 1.6495418548583984, 1.8721636533737183, 1.8036646842956543, 1.1700488328933716, -1.1589176654815674, 1.7522903680801392, 1.63241708278656, 1.1357992887496948, 0.6905558109283447, 0.7933043241500854, 1.1186745166778564, 1.8550388813018799, 2.0262863636016846, 1.8036646842956543, 0.38231024146080017, 1.1357992887496948, 1.1700488328933716, 0.5364330410957336, 1.2385478019714355, 0.27956172823905945, 1.4782943725585938, 1.718040943145752, -0.19993148744106293, -0.30267998576164246, -0.7136740684509277, -0.4568027853965759, 1.6152924299240112, 1.2727973461151123, 1.5296685695648193, 2.111910104751587, 1.9577873945236206, 1.7694151401519775, 1.6495418548583984, 0.03981505334377289, 1.8892884254455566, 1.5467933416366577, 1.3412963151931763, 1.0673003196716309, 1.0844250917434692, 1.563918113708496, 2.0776607990264893, 0.810429036617279, 2.0262863636016846, 2.214658737182617, 1.2042982578277588, 1.1529240608215332, 0.7419300675392151, 0.6049320101737976, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.5021834969520569, 0.15968845784664154, 1.324171543121338, 1.7351655960083008, 1.7694151401519775, 1.8207894563674927, 1.7351655960083008, 1.18717360496521, 1.0330508947372437, 0.10831420123577118, 1.9920369386672974, 1.9577873945236206, 1.8721636533737183, 1.4782943725585938, -1.0390443801879883, 1.8721636533737183, 1.2727973461151123, 1.7694151401519775, 0.9131776094436646, 1.1357992887496948, 1.1186745166778564, 1.9406627416610718, 1.2727973461151123, 1.6495418548583984, 0.6905558109283447, 0.9474270939826965, 0.5535577535629272, 0.8275538086891174, 0.4850587546825409, 1.0159261226654053, 0.7419300675392151, -0.43967801332473755, 0.6391815543174744, 0.8618032932281494, 0.24531221389770508, -0.7479235529899597, -0.13143247365951538, 0.5535577535629272, 1.3926706314086914, 1.9406627416610718, 1.8550388813018799, 2.0091617107391357, 1.1529240608215332, 0.7590547800064087, 2.1975340843200684, 1.8379141092300415, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.8036646842956543, 1.4611696004867554, 1.9920369386672974, 2.0262863636016846, 1.6495418548583984, 1.255672574043274, -0.08005820959806442, 0.810429036617279, 0.622056782245636, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945], [0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5706825256347656, 0.5021834969520569, 0.7076805233955383, 1.2899221181869507, 1.4954191446304321, 1.8721636533737183, 1.7522903680801392, 1.563918113708496, 1.2727973461151123, 0.8618032932281494, 1.0330508947372437, 1.6152924299240112, 1.8550388813018799, 1.974912166595459, 1.4097954034805298, -0.3711790144443512, 1.8892884254455566, 1.906413197517395, 1.974912166595459, 1.255672574043274, 1.4611696004867554, 1.4782943725585938, 1.6495418548583984, 2.214658737182617, 0.39943498373031616, 0.38231024146080017, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.810429036617279, 0.4850587546825409, -0.13143247365951538, 1.1186745166778564, 0.3309359848499298, 0.6905558109283447, -0.06293346732854843, -0.9020463228225708, -0.8164225816726685, 0.7761795520782471, 1.375545859336853, 2.0776607990264893, 1.5125439167022705, 1.9920369386672974, 1.2214230298995972, 0.7076805233955383, 1.6666666269302368, 2.0605359077453613, 1.974912166595459, 1.0673003196716309, 1.6666666269302368, 1.9235379695892334, 1.4269200563430786, 1.375545859336853, 1.1186745166778564, 2.0262863636016846, 1.1186745166778564, 0.3480607271194458, 0.810429036617279, 0.26243698596954346, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.38231024146080017, 1.3070467710494995, 1.6152924299240112, 1.9235379695892334, 1.786539912223816, 1.6837913990020752, 1.101549744606018, 1.5125439167022705, 1.5296685695648193, 1.8892884254455566, 2.0262863636016846, 1.8207894563674927, 1.1357992887496948, 0.091189444065094, 1.7522903680801392, 2.0091617107391357, 1.7522903680801392, 1.6837913990020752, 1.3070467710494995, 1.786539912223816, 1.4611696004867554, 2.1804091930389404, 1.1357992887496948, 0.9131776094436646, 0.9816765785217285, -0.31980475783348083, 0.8789280652999878, 1.0330508947372437, 0.5706825256347656, -0.011559205129742622, 0.17681321501731873, 0.29668647050857544, 0.5021834969520569, 0.0740646943449974, -0.43967801332473755, -0.19993148744106293, -0.6280503273010254, 0.6049320101737976, 1.974912166595459, 2.1804091930389404, 1.6666666269302368, 1.0330508947372437, 1.0330508947372437, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.2214230298995972, 1.5981676578521729, 1.9577873945236206, 1.6495418548583984, 1.255672574043274, 1.4269200563430786, 0.12543895840644836, 0.8446785807609558, 1.18717360496521, 0.39943498373031616, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.3138112425804138, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.4679340124130249, 0.622056782245636, 1.563918113708496, 1.6495418548583984, 1.9577873945236206, 1.7009161710739136, 1.6152924299240112, 1.18717360496521, 1.0501755475997925, 1.7694151401519775, 1.6495418548583984, 1.9577873945236206, 1.8207894563674927, 1.1529240608215332, -0.02868395671248436, 1.9406627416610718, 1.9577873945236206, 1.63241708278656, 1.7522903680801392, 0.9816765785217285, 1.8379141092300415, 1.906413197517395, 1.786539912223816, 0.5706825256347656, 0.8618032932281494, 0.8275538086891174, 0.2281874716281891, 0.24531221389770508, 1.18717360496521, 0.4679340124130249, 0.26243698596954346, -0.3369295001029968, 0.8789280652999878, 0.587807297706604, 0.9988013505935669, -0.9362958669662476, -0.045808710157871246, -0.7307988405227661, 0.056939806789159775, 1.6152924299240112, 2.214658737182617, 1.8207894563674927, 1.444044828414917, 1.6666666269302368, 1.8379141092300415, 0.8960528373718262, 1.718040943145752, 1.0501755475997925, 1.5810428857803345, 2.0091617107391357, 2.0091617107391357, 0.6734310388565063, 0.656306266784668, 0.03981505334377289, -0.3540542721748352, 1.5125439167022705, 1.974912166595459, 0.587807297706604, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.7761795520782471, 1.5810428857803345, 1.7522903680801392, 1.906413197517395, 1.786539912223816, 1.7351655960083008, 1.444044828414917, 1.1357992887496948, 1.8207894563674927, 1.7522903680801392, 1.9406627416610718, 1.7694151401519775, 0.7590547800064087, 0.41655975580215454, 1.974912166595459, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.1700488328933716, 1.5125439167022705, 1.718040943145752, -0.18280673027038574, 1.2214230298995972, 0.587807297706604, 0.3138112425804138, 0.43368449807167053, 0.17681321501731873, -0.011559205129742622, 0.5535577535629272, -0.2513057291507721, 0.656306266784668, 0.810429036617279, 0.6391815543174744, 0.3309359848499298, -0.19993148744106293, 0.9988013505935669, 0.03981505334377289, 1.7351655960083008, 1.18717360496521, 1.6666666269302368, 0.9131776094436646, 1.4269200563430786, 1.8207894563674927, 1.63241708278656, 1.974912166595459, 1.4611696004867554, 2.0434112548828125, 2.0434112548828125, 2.129034996032715, -0.2341809868812561, 0.14256370067596436, 1.2385478019714355, 1.0501755475997925, 1.4097954034805298, 2.0776607990264893, 1.444044828414917, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544], [0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.7761795520782471, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.8379141092300415, 1.5810428857803345, 0.7248052954673767, 1.4611696004867554, 1.8207894563674927, 1.8036646842956543, 1.8721636533737183, 1.4269200563430786, -0.02868395671248436, -0.3540542721748352, 1.5981676578521729, 1.5296685695648193, 1.7009161710739136, 1.3584210872650146, 1.0330508947372437, 1.18717360496521, 0.6391815543174744, 1.1529240608215332, 0.02269030176103115, 1.2385478019714355, 1.3412963151931763, 0.3309359848499298, 1.101549744606018, 0.8618032932281494, 1.255672574043274, 0.10831420123577118, 0.9988013505935669, 0.9131776094436646, 1.101549744606018, 1.0844250917434692, 0.7761795520782471, -0.8849216103553772, 0.7590547800064087, 0.056939806789159775, 1.6837913990020752, 0.41655975580215454, 0.38231024146080017, 0.6391815543174744, 2.0434112548828125, 1.2214230298995972, 1.5125439167022705, 1.5981676578521729, 1.974912166595459, 1.6666666269302368, 1.9406627416610718, 2.248908281326294, -0.19993148744106293, 1.8379141092300415, 1.2042982578277588, 0.7761795520782471, 1.5810428857803345, 1.7009161710739136, 1.6152924299240112, 0.5193082690238953, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.26243698596954346, 0.7419300675392151, 1.786539912223816, 1.7694151401519775, 1.7351655960083008, 1.8721636533737183, 1.444044828414917, 1.2214230298995972, 1.5810428857803345, 1.9577873945236206, 1.8036646842956543, 2.0262863636016846, 0.5535577535629272, 0.622056782245636, -0.2341809868812561, 1.7351655960083008, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.0330508947372437, 1.563918113708496, 1.1529240608215332, 0.6734310388565063, 0.4508092403411865, 1.0501755475997925, 0.8789280652999878, 1.2042982578277588, 0.7933043241500854, 0.9474270939826965, 1.1529240608215332, 0.3309359848499298, 1.3412963151931763, 1.0501755475997925, 1.324171543121338, 0.9645518660545349, 1.0501755475997925, -0.6794245839118958, -0.13143247365951538, 0.6391815543174744, 0.7248052954673767, 1.3926706314086914, 0.4679340124130249, 0.5706825256347656, 1.9235379695892334, 1.6152924299240112, 1.8550388813018799, 0.9816765785217285, 0.9303023219108582, 1.6666666269302368, 1.974912166595459, 2.094785451889038, 0.7076805233955383, 1.6666666269302368, 0.8275538086891174, 1.1186745166778564, 1.444044828414917, 1.8379141092300415, 1.4611696004867554, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.8275538086891174, 1.6152924299240112, 1.6666666269302368, 1.718040943145752, 1.8379141092300415, 1.0501755475997925, 1.5125439167022705, 1.5467933416366577, 1.786539912223816, 1.5467933416366577, 1.8036646842956543, -0.5938007831573486, 0.4508092403411865, -0.2341809868812561, 1.5810428857803345, 1.6152924299240112, 1.3070467710494995, 1.7009161710739136, 1.8721636533737183, 1.18717360496521, 1.0159261226654053, -0.3540542721748352, -0.045808710157871246, 1.255672574043274, 1.0159261226654053, 0.7076805233955383, 0.12543895840644836, 0.056939806789159775, 0.9988013505935669, 0.15968845784664154, 1.324171543121338, 1.4954191446304321, 1.4269200563430786, 1.4954191446304321, 1.2899221181869507, -0.8506720662117004, -0.3883037567138672, 1.0501755475997925, 0.7419300675392151, 0.9303023219108582, 0.4850587546825409, -0.3540542721748352, 1.1357992887496948, 1.0501755475997925, 1.8892884254455566, 0.9988013505935669, 1.7351655960083008, 2.0091617107391357, 1.7009161710739136, 2.248908281326294, 0.5364330410957336, 1.444044828414917, 0.9303023219108582, 0.5364330410957336, 1.7522903680801392, 1.8379141092300415, 1.5467933416366577, 0.4850587546825409, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298], [0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.14256370067596436, 0.10831420123577118, 0.0740646943449974, 0.19393795728683472, 0.8960528373718262, 1.7522903680801392, 1.6666666269302368, 1.6837913990020752, 1.8036646842956543, 0.7933043241500854, 1.2042982578277588, 1.63241708278656, 1.8207894563674927, 2.0434112548828125, 1.718040943145752, 0.656306266784668, 0.26243698596954346, -0.09718296676874161, 1.7522903680801392, 1.7351655960083008, 1.1357992887496948, 1.1357992887496948, 1.2042982578277588, 1.7009161710739136, 1.0330508947372437, 0.02269030176103115, 0.587807297706604, 1.4782943725585938, 1.101549744606018, 1.0844250917434692, 0.9474270939826965, 0.12543895840644836, 0.8275538086891174, 0.24531221389770508, 1.2214230298995972, 1.2727973461151123, 1.7009161710739136, 1.255672574043274, 1.786539912223816, -0.5938007831573486, 0.6391815543174744, 0.14256370067596436, 0.29668647050857544, 0.0055655487813055515, 0.9474270939826965, -0.6794245839118958, 1.7351655960083008, 1.63241708278656, 1.5810428857803345, 1.444044828414917, 1.0673003196716309, 1.974912166595459, 1.8550388813018799, 2.231783390045166, -0.14855723083019257, 1.1186745166778564, 1.0159261226654053, 0.7761795520782471, 1.8892884254455566, 1.3412963151931763, 0.7933043241500854, 0.5021834969520569, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3309359848499298]], [[0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967], [0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5728292465209961, 0.6603642702102661, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.3081233501434326], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3606443405151367], [0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.3956583738327026], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.430672287940979], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.518207311630249, 1.465686321258545], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.5707283020019531], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.6232492923736572], [0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085], [0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.7633053064346313], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0280113220214844, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7654062509536743, 1.1330533027648926, 1.1855742931365967, 0.9929972887039185, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014], [1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.4481793642044067, 1.2030812501907349, 0.8879552483558655, 0.6953782439231873, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [1.343137264251709, 1.5007003545761108, 1.6582633256912231, 1.728291392326355, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.343137264251709, 0.9929972887039185, 0.7829132676124573, 0.7128852605819702, 0.6428572535514832, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [0.590336263179779, 1.0630252361297607, 1.2731093168258667, 1.4131653308868408, 1.5007003545761108, 1.6757704019546509, 1.640756368637085, 1.5007003545761108, 1.3606443405151367, 1.1855742931365967, 0.6953782439231873, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [0.3102242052555084, 0.6953782439231873, 0.8879552483558655, 1.0280113220214844, 1.1855742931365967, 0.9754902720451355, 0.3102242052555084, -0.022408949211239815, -0.03991595283150673, -0.21498596668243408, -0.1624649614095688, 0.3627452254295349, 0.415266215801239, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [1.3081233501434326, 1.3081233501434326, 1.1155463457107544, 0.8704482913017273, 0.415266215801239, -0.4600839912891388, -1.5630252361297607, -1.755602240562439, -0.9152660369873047, 0.08263305574655533, 0.7829132676124573, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.0455182790756226, 0.7829132676124573, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.34523820877075195, -0.8977590203285217, -0.7927170395851135, 0.9404762983322144, 1.5707283020019531, 1.7983193397521973, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.465686321258545, 1.343137264251709, 1.0980392694473267, 0.8529412746429443, 0.6603642702102661, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.2030812501907349, 1.2906162738800049, 1.3256303071975708, 1.3956583738327026, 1.518207311630249, 1.4131653308868408, 0.9054622650146484, 0.3277312219142914, 0.7303922772407532, 1.2556023597717285, 1.5882353782653809, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.0280113220214844, 0.8004202842712402, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [1.0455182790756226, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 0.9754902720451355, 0.17016807198524475, -0.5126050114631653, -1.0903360843658447, -0.3550419807434082, 0.7654062509536743, 1.343137264251709, 1.553221344947815, 1.640756368637085, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.8333333730697632, 1.553221344947815, 1.3606443405151367, 1.0980392694473267, 0.7829132676124573, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [0.6778712272644043, 0.8704482913017273, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, -0.022408949211239815, -1.6330533027648926, -1.895658254623413, -1.422969102859497, -0.4950979948043823, 0.415266215801239, 0.7829132676124573, 0.9229692816734314, 1.2380952835083008, 1.483193278312683, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.815826416015625, 1.7457983493804932, 1.4481793642044067, 1.1330533027648926, 0.6078432202339172, 0.4852942228317261, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055], [-0.17997196316719055, 0.34523820877075195, 0.590336263179779, 0.6778712272644043, 0.13515406847000122, -1.370448112487793, -1.8256303071975708, -1.3004200458526611, 0.432773232460022, 1.2556023597717285, 1.465686321258545, 1.4131653308868408, 1.2205883264541626, 0.9579832553863525, 0.9404762983322144, 1.1505602598190308, 1.0455182790756226, 0.3802522122859955, 0.1001400575041771, 0.9579832553863525, 1.553221344947815, 1.5357143878936768, 1.0455182790756226, 0.6078432202339172, 0.7303922772407532, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332], [-1.4404760599136353, -0.9502801299095154, -0.26750698685646057, 0.11764705926179886, -0.6526610255241394, -1.720588207244873, -1.7380952835083008, -0.12745095789432526, 1.1330533027648926, 1.2380952835083008, 1.430672287940979, 1.518207311630249, 1.605742335319519, 1.605742335319519, 1.378151297569275, 0.9404762983322144, 0.012605053372681141, -0.9852941036224365, 0.2752102017402649, 1.430672287940979, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.728291392326355, 1.465686321258545, 1.2380952835083008, 1.0455182790756226, 0.9054622650146484, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9558824300765991, 1.9733893871307373, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.3004200458526611, -1.6330533027648926, -1.4404760599136353, -0.7051820158958435, -0.9852941036224365, -1.668067216873169, -1.2654061317443848, 0.6778712272644043, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.553221344947815, 1.6582633256912231, 1.640756368637085, 1.2030812501907349, 0.2752102017402649, 0.590336263179779, 1.2556023597717285, 1.5707283020019531, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.6232492923736572, 1.430672287940979, 1.2205883264541626, 1.0805323123931885, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9558824300765991, 1.6757704019546509, 1.1680673360824585, 1.6757704019546509, 1.9208683967590332, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.0378150939941406, -1.3179271221160889, -1.3004200458526611, -1.195378065109253, -1.247899055480957, -1.335434079170227, -0.7051820158958435, 0.6253502368927002, 1.0105042457580566, 1.1505602598190308, 1.2380952835083008, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.4481793642044067, 1.2205883264541626, 0.6778712272644043, 0.1001400575041771, 0.2226892113685608, 0.9929972887039185, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 1.693277359008789, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.465686321258545, 1.3081233501434326, 1.1505602598190308, 0.9229692816734314, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.483193278312683, 1.1680673360824585, 1.4481793642044067, 0.9929972887039185, 2.0259103775024414, 2.0259103775024414, 1.9208683967590332, 1.9383753538131714, 1.9733893871307373, 1.9033613204956055, 1.5357143878936768, 1.4131653308868408, 1.8333333730697632, 1.9733893871307373, 1.9908963441848755, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [-0.3550419807434082, -0.4075630009174347, 0.2577032148838043, 0.34523820877075195, -0.3550419807434082, -1.0553221702575684, -1.0728291273117065, -0.26750698685646057, 0.520308256149292, 0.8879552483558655, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 0.7303922772407532, -0.8277310132980347, -1.4404760599136353, -1.4754900932312012, -1.1428570747375488, -0.3550419807434082, 0.6078432202339172, 1.2030812501907349, 1.430672287940979, 1.553221344947815, 1.483193278312683, 1.3606443405151367, 1.430672287940979, 1.640756368637085, 1.5007003545761108, 1.3956583738327026, 1.2731093168258667, 0.9754902720451355, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9033613204956055, 1.8333333730697632, 1.693277359008789, 1.4131653308868408, 1.1330533027648926, 1.0455182790756226, 1.0105042457580566, 1.1155463457107544, 0.6078432202339172, 1.7983193397521973, 1.9383753538131714, 1.9208683967590332, 1.9558824300765991, 1.9383753538131714, 1.6582633256912231, 1.2906162738800049, 0.6603642702102661, 0.7128852605819702, 1.7107843160629272, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [1.0805323123931885, -0.057422954589128494, -0.3550419807434082, 0.06512605398893356, 0.415266215801239, -0.057422954589128494, -0.8627450466156006, -0.8802520632743835, -0.6701680421829224, -0.10994396358728409, 0.590336263179779, 0.8704482913017273, 0.9404762983322144, 1.0455182790756226, 0.9754902720451355, -0.28501397371292114, -1.5980392694473267, -1.7731093168258667, -0.8627450466156006, 0.6078432202339172, 1.1155463457107544, 1.4131653308868408, 1.3956583738327026, 1.1505602598190308, 1.0805323123931885, 1.343137264251709, 1.465686321258545, 0.8704482913017273, 0.4852942228317261, 1.0105042457580566, 1.4481793642044067, 1.3081233501434326, 0.9229692816734314, 0.432773232460022, 0.502801239490509, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.5707283020019531, 0.8529412746429443, 1.3256303071975708, 1.2731093168258667, 0.5378152132034302, 0.7303922772407532, 0.4677872359752655, 0.4852942228317261, 0.3802522122859955, 1.2906162738800049, 1.693277359008789, 1.6582633256912231, 1.728291392326355, 1.815826416015625, 1.0280113220214844, 0.6603642702102661, 0.415266215801239, 0.520308256149292, 1.2906162738800049, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991], [1.9033613204956055, 1.0980392694473267, -1.160364031791687, -1.5455182790756226, -1.335434079170227, -0.9327731132507324, -0.4600839912891388, 0.3102242052555084, 0.432773232460022, -0.2499999701976776, -0.4600839912891388, 0.012605053372681141, 0.502801239490509, 0.7303922772407532, 0.3277312219142914, -1.1428570747375488, -1.720588207244873, -1.370448112487793, 0.6953782439231873, 1.3956583738327026, 1.518207311630249, 1.6232492923736572, 1.780812382698059, 1.7983193397521973, 1.3606443405151367, 0.7829132676124573, 0.11764705926179886, -0.5126050114631653, -0.6876749992370605, -0.21498596668243408, 0.432773232460022, 1.2556023597717285, 1.4481793642044067, 0.8704482913017273, 0.5728292465209961, 0.8529412746429443, 0.9579832553863525, 0.8354342579841614, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 2.0084033012390137, 1.5357143878936768, 0.17016807198524475, 0.6078432202339172, 0.8879552483558655, 0.3102242052555084, 0.590336263179779, -0.0049019488506019115, 0.03011205606162548, 0.2577032148838043, 1.0805323123931885, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.3081233501434326, 0.9929972887039185, 0.24019621312618256, 0.520308256149292, 0.45028021931648254, 1.4131653308868408, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991], [1.9383753538131714, 1.9383753538131714, 1.1330533027648926, -0.7226890325546265, -1.580532193183899, -1.457983136177063, -1.335434079170227, -0.8277310132980347, 0.0476190559566021, 0.590336263179779, 0.012605053372681141, -0.9677870869636536, -0.5826330184936523, 0.03011205606162548, -0.3200279772281647, -1.4929972887039185, -1.720588207244873, -0.39005598425865173, 1.2380952835083008, 1.3256303071975708, 1.4131653308868408, 1.4481793642044067, 1.5357143878936768, 1.6232492923736572, 1.7107843160629272, 1.7457983493804932, 1.2030812501907349, 0.13515406847000122, -0.5301120281219482, 0.3627452254295349, 0.6603642702102661, 0.7303922772407532, 1.2380952835083008, 1.7633053064346313, 1.5882353782653809, 1.3606443405151367, 1.3081233501434326, 1.1505602598190308, 0.9579832553863525, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9208683967590332, 1.9733893871307373, 0.4677872359752655, 0.012605053372681141, -0.07492996007204056, 0.2577032148838043, 0.15266107022762299, 0.520308256149292, -0.03991595283150673, -0.14495795965194702, 0.2577032148838043, 0.8354342579841614, 1.465686321258545, 1.0455182790756226, 1.5707283020019531, 0.7478992342948914, 0.8179272413253784, 0.29271721839904785, 0.45028021931648254, 0.34523820877075195, 1.1855742931365967, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373], [1.1330533027648926, 1.640756368637085, 1.8858543634414673, 1.7457983493804932, 1.1155463457107544, 0.2577032148838043, -0.5126050114631653, -1.4054621458053589, -1.4754900932312012, -0.9327731132507324, -0.5651260018348694, -0.8802520632743835, -0.8452380299568176, -0.3025209903717041, -0.5651260018348694, -1.195378065109253, -1.1253501176834106, 0.45028021931648254, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.483193278312683, 1.518207311630249, 1.6582633256912231, 1.693277359008789, 1.5882353782653809, 0.9579832553863525, -0.09243696182966232, -0.33753499388694763, -0.03991595283150673, 0.17016807198524475, 0.9579832553863525, 1.605742335319519, 1.7107843160629272, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.1330533027648926, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 0.3802522122859955, -0.3200279772281647, -0.39005598425865173, -0.23249296844005585, 0.08263305574655533, 0.3277312219142914, -0.057422954589128494, -0.12745095789432526, 0.2226892113685608, 0.5728292465209961, 1.2030812501907349, 0.6778712272644043, 1.465686321258545, 0.4677872359752655, 0.4677872359752655, 0.2577032148838043, 0.03011205606162548, 0.24019621312618256, 0.7654062509536743, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 2.0259103775024414], [0.7829132676124573, 0.9054622650146484, 1.2731093168258667, 1.868347406387329, 1.9558824300765991, 1.868347406387329, 1.430672287940979, 0.3102242052555084, -0.7226890325546265, -0.7577030062675476, -1.160364031791687, -1.2654061317443848, -0.5126050114631653, 0.45028021931648254, 0.415266215801239, -0.23249296844005585, -0.47759100794792175, 0.39775922894477844, 0.9929972887039185, 1.0455182790756226, 1.1505602598190308, 1.2380952835083008, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.1855742931365967, 0.8354342579841614, 0.17016807198524475, -0.4950979948043823, -0.4425770044326782, -0.3025209903717041, -0.09243696182966232, 0.5378152132034302, 1.2731093168258667, 1.6757704019546509, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.0630252361297607, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.3956583738327026, -0.3025209903717041, -0.5301120281219482, -0.5826330184936523, -0.42506998777389526, -0.03991595283150673, 0.24019621312618256, -0.09243696182966232, -0.07492996007204056, 0.2752102017402649, 0.5728292465209961, 1.0630252361297607, 0.7654062509536743, 0.9929972887039185, 0.520308256149292, 0.3102242052555084, -0.022408949211239815, -0.1624649614095688, 0.17016807198524475, 0.6428572535514832, 1.6582633256912231, 2.0084033012390137, 2.0084033012390137, 2.043417453765869], [0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9579832553863525, 1.518207311630249, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 1.3606443405151367, 0.502801239490509, 0.13515406847000122, -0.5301120281219482, -1.195378065109253, -0.6526610255241394, 0.13515406847000122, 0.45028021931648254, 0.20518220961093903, -0.057422954589128494, 0.20518220961093903, 0.6778712272644043, 0.9054622650146484, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.3081233501434326, 1.2380952835083008, 0.5378152132034302, -0.7226890325546265, -1.3529410362243652, -1.0728291273117065, -0.19747896492481232, 0.3277312219142914, 0.2752102017402649, 0.11764705926179886, 0.3277312219142914, 0.6778712272644043, 1.0280113220214844, 1.518207311630249, 1.6582633256912231, 1.430672287940979, 1.3956583738327026, 1.4481793642044067, 1.2030812501907349, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.3802522122859955, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8508403301239014, 0.39775922894477844, -0.5301120281219482, -0.5476189851760864, -0.47759100794792175, -0.33753499388694763, 0.06512605398893356, 0.20518220961093903, -0.03991595283150673, 0.11764705926179886, 0.432773232460022, 0.5378152132034302, 0.8354342579841614, 0.9054622650146484, 0.6253502368927002, 0.3627452254295349, 0.15266107022762299, -0.12745095789432526, -0.03991595283150673, 0.012605053372681141, 0.6078432202339172, 1.2030812501907349, 1.9908963441848755, 2.043417453765869, 2.043417453765869], [0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.5357143878936768, 1.9208683967590332, 2.0259103775024414, 1.4481793642044067, -0.0049019488506019115, -0.33753499388694763, -0.8802520632743835, -1.160364031791687, -1.0028010606765747, -0.4950979948043823, -0.057422954589128494, -0.2499999701976776, -0.8452380299568176, -0.3550419807434082, 0.24019621312618256, 0.6253502368927002, 0.9229692816734314, 1.0630252361297607, 1.1330533027648926, 0.8704482913017273, -0.7051820158958435, -1.580532193183899, -0.3025209903717041, 1.1680673360824585, 1.605742335319519, 1.640756368637085, 1.4481793642044067, 0.9404762983322144, 0.6778712272644043, 0.7654062509536743, 0.8529412746429443, 0.7128852605819702, 0.3627452254295349, 0.3102242052555084, 0.8354342579841614, 1.2030812501907349, 1.1155463457107544, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.7107843160629272, 1.4481793642044067, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 0.5553222298622131, -0.37254899740219116, -0.6176469922065735, -0.39005598425865173, -0.47759100794792175, -0.09243696182966232, 0.17016807198524475, 0.2226892113685608, 0.17016807198524475, 0.3277312219142914, 0.520308256149292, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.502801239490509, 0.15266107022762299, -0.03991595283150673, -0.1624649614095688, 0.1001400575041771, 0.1001400575041771, 0.34523820877075195, 0.15266107022762299, 2.0259103775024414, 2.0259103775024414, 2.043417453765869], [0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 1.0630252361297607, 1.553221344947815, 1.6232492923736572, 1.2205883264541626, 0.4852942228317261, -0.19747896492481232, -0.14495795965194702, 0.29271721839904785, -0.1624649614095688, -0.7226890325546265, -0.8977590203285217, -1.1253501176834106, -0.7401960492134094, -0.23249296844005585, 0.08263305574655533, 0.502801239490509, 0.7128852605819702, 0.8529412746429443, 0.08263305574655533, -1.3879550695419312, -0.9852941036224365, 1.0280113220214844, 1.465686321258545, 1.553221344947815, 1.6582633256912231, 1.728291392326355, 1.728291392326355, 1.3256303071975708, 0.6428572535514832, 0.17016807198524475, -0.3025209903717041, -0.9852941036224365, -0.09243696182966232, 1.1505602598190308, 1.6232492923736572, 1.5357143878936768, 0.9404762983322144, 0.590336263179779, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.483193278312683, 1.0805323123931885, 1.2731093168258667, 1.2205883264541626, 0.20518220961093903, -0.6176469922065735, -0.4075630009174347, -0.9327731132507324, -0.4075630009174347, -0.28501397371292114, -0.39005598425865173, -0.022408949211239815, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.39775922894477844, 0.5378152132034302, 0.5728292465209961, 0.432773232460022, 0.502801239490509, 0.3627452254295349, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.20518220961093903, 0.18767507374286652, 0.20518220961093903, 0.4677872359752655, 1.1505602598190308, 1.9383753538131714, 2.043417453765869], [0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.9754902720451355, 1.2906162738800049, 1.3606443405151367, 1.0455182790756226, -0.10994396358728409, 0.03011205606162548, 0.5378152132034302, 0.590336263179779, 0.012605053372681141, -0.8452380299568176, -0.7927170395851135, -0.19747896492481232, -0.0049019488506019115, -0.12745095789432526, 0.012605053372681141, 0.17016807198524475, -0.4600839912891388, -1.1078431606292725, 0.06512605398893356, 1.2731093168258667, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.5707283020019531, 1.0980392694473267, 0.18767507374286652, -0.12745095789432526, 1.0980392694473267, 1.5707283020019531, 1.728291392326355, 1.8333333730697632, 1.8858543634414673, 1.605742335319519, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.0805323123931885, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.430672287940979, 0.1001400575041771, -0.8277310132980347, 0.7128852605819702, 0.15266107022762299, -0.3200279772281647, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -0.42506998777389526, -0.21498596668243408, -0.4075630009174347, 0.1001400575041771, 0.13515406847000122, 0.3102242052555084, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 0.3802522122859955, 0.3102242052555084, 0.520308256149292, 0.18767507374286652, 0.03011205606162548, -0.09243696182966232, 0.13515406847000122, 0.2752102017402649, 0.0476190559566021, 0.3277312219142914, 0.590336263179779, 0.9404762983322144, 2.0259103775024414, 2.0959384441375732], [0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 1.1505602598190308, 1.378151297569275, 1.343137264251709, 0.45028021931648254, 0.2226892113685608, 0.34523820877075195, -0.26750698685646057, -0.7927170395851135, -0.5476189851760864, -0.2499999701976776, -0.14495795965194702, -0.2499999701976776, -0.37254899740219116, -0.47759100794792175, -0.5476189851760864, 0.45028021931648254, 1.0630252361297607, 1.1855742931365967, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.465686321258545, 1.518207311630249, 1.6232492923736572, 1.5882353782653809, 1.2030812501907349, 0.2226892113685608, 0.3102242052555084, 1.1855742931365967, 1.483193278312683, 1.640756368637085, 1.815826416015625, 1.9208683967590332, 1.8858543634414673, 1.553221344947815, 1.3606443405151367, 1.518207311630249, 1.2906162738800049, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.5357143878936768, 0.8179272413253784, -0.6876749992370605, -1.0028010606765747, -0.8102240562438965, -0.03991595283150673, -0.6526610255241394, -1.2128850221633911, -1.160364031791687, -0.9677870869636536, -0.19747896492481232, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.13515406847000122, 0.3277312219142914, 0.13515406847000122, 0.24019621312618256, 0.3102242052555084, 0.2577032148838043, 0.29271721839904785, 0.45028021931648254, 0.06512605398893356, -0.14495795965194702, -0.07492996007204056, 0.29271721839904785, 0.1001400575041771, -0.0049019488506019115, 0.3277312219142914, 0.3627452254295349, 0.8004202842712402, 2.0784313678741455, 2.0959384441375732], [1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9054622650146484, 1.2556023597717285, 1.1680673360824585, 0.7128852605819702, 0.17016807198524475, -0.21498596668243408, -0.0049019488506019115, 0.3627452254295349, 0.06512605398893356, -0.33753499388694763, -0.42506998777389526, -0.4075630009174347, -0.4425770044326782, -0.4425770044326782, 0.11764705926179886, 0.7654062509536743, 0.9054622650146484, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.2906162738800049, 1.378151297569275, 1.430672287940979, 1.0980392694473267, -0.057422954589128494, -1.1253501176834106, -0.6701680421829224, 0.29271721839904785, 0.8529412746429443, 1.1505602598190308, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9558824300765991, 1.8333333730697632, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.2030812501907349, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.2906162738800049, -0.6526610255241394, -0.9152660369873047, -0.7051820158958435, -0.7577030062675476, -0.4600839912891388, -1.0028010606765747, -0.6351540088653564, -0.3025209903717041, -0.23249296844005585, 0.06512605398893356, -0.057422954589128494, -0.21498596668243408, -0.14495795965194702, 0.06512605398893356, 0.2226892113685608, 0.06512605398893356, 0.17016807198524475, 0.08263305574655533, 0.11764705926179886, 0.3277312219142914, 0.39775922894477844, 0.13515406847000122, -0.12745095789432526, -0.03991595283150673, 0.18767507374286652, 0.13515406847000122, 0.13515406847000122, 0.29271721839904785, 0.15266107022762299, 0.6253502368927002, 2.043417453765869, 2.0959384441375732], [1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.8354342579841614, 0.9229692816734314, 0.6778712272644043, 0.15266107022762299, -0.5126050114631653, 0.03011205606162548, 0.502801239490509, 0.5378152132034302, -0.1624649614095688, -0.6001400351524353, -0.5476189851760864, -0.3200279772281647, -0.19747896492481232, 0.2577032148838043, 0.520308256149292, 0.7654062509536743, 0.8354342579841614, 0.9229692816734314, 0.9929972887039185, 1.0980392694473267, 1.0455182790756226, 0.2577032148838043, -1.247899055480957, -0.21498596668243408, 1.3956583738327026, 1.640756368637085, 1.483193278312683, 1.0630252361297607, 0.9929972887039185, 1.2556023597717285, 1.6582633256912231, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.5707283020019531, 1.343137264251709, 1.3956583738327026, 1.1505602598190308, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.465686321258545, 1.5007003545761108, 1.5707283020019531, 1.5357143878936768, 1.5882353782653809, 1.693277359008789, 1.0805323123931885, 1.2906162738800049, 1.343137264251709, -0.19747896492481232, -1.2303920984268188, -0.8977590203285217, -0.6876749992370605, -0.6001400351524353, -0.5826330184936523, -0.9152660369873047, -0.03991595283150673, 0.2577032148838043, 0.2226892113685608, 0.5378152132034302, 0.415266215801239, 0.432773232460022, -0.14495795965194702, 0.34523820877075195, 0.20518220961093903, 0.1001400575041771, 0.11764705926179886, -0.09243696182966232, 0.08263305574655533, 0.4852942228317261, 0.3102242052555084, 0.3627452254295349, 0.1001400575041771, 0.0476190559566021, 0.15266107022762299, 0.20518220961093903, 0.3102242052555084, 0.34523820877075195, 0.08263305574655533, 0.520308256149292, 2.1309523582458496, 2.1309523582458496], [1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.8179272413253784, 0.24019621312618256, 0.18767507374286652, 0.1001400575041771, 0.1001400575041771, 0.17016807198524475, -0.19747896492481232, -0.4950979948043823, -0.4950979948043823, -0.37254899740219116, -0.21498596668243408, 0.20518220961093903, 0.4852942228317261, 0.6253502368927002, 0.7303922772407532, 0.7829132676124573, 0.7478992342948914, 0.45028021931648254, -0.6351540088653564, -0.7226890325546265, 1.0805323123931885, 1.465686321258545, 1.5357143878936768, 1.640756368637085, 1.7457983493804932, 1.640756368637085, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.3277312219142914, 0.4677872359752655, 1.0630252361297607, 1.1855742931365967, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.465686321258545, 1.343137264251709, 1.2731093168258667, 1.5882353782653809, 1.0630252361297607, -0.6876749992370605, -1.1428570747375488, -0.4950979948043823, -1.335434079170227, -1.2128850221633911, -0.8802520632743835, -0.6351540088653564, -0.6176469922065735, -0.26750698685646057, -0.6701680421829224, 0.11764705926179886, -0.1624649614095688, 0.24019621312618256, 0.432773232460022, 0.20518220961093903, 0.15266107022762299, 0.17016807198524475, 0.5728292465209961, 0.3277312219142914, 0.0476190559566021, 0.06512605398893356, 0.012605053372681141, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.34523820877075195, 0.4677872359752655, 0.3802522122859955, -0.022408949211239815, 0.012605053372681141, 0.20518220961093903, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 2.2009804248809814, 2.113445281982422], [1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 1.0805323123931885, 1.2731093168258667, 1.2556023597717285, 1.0455182790756226, 0.7654062509536743, 0.45028021931648254, 0.17016807198524475, -0.14495795965194702, -0.19747896492481232, 0.24019621312618256, 0.24019621312618256, -0.1624649614095688, -0.39005598425865173, -0.33753499388694763, -0.12745095789432526, 0.18767507374286652, 0.502801239490509, 0.6428572535514832, 0.502801239490509, -0.03991595283150673, -0.8277310132980347, -0.0049019488506019115, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.518207311630249, 1.605742335319519, 1.7107843160629272, 1.780812382698059, 1.5882353782653809, 0.5553222298622131, -0.7577030062675476, -1.0553221702575684, -1.0028010606765747, -0.28501397371292114, -0.5126050114631653, -0.8452380299568176, -0.4075630009174347, 1.0630252361297607, 1.2205883264541626, 1.0980392694473267, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.7654062509536743, 0.7654062509536743, 0.8354342579841614, 0.6778712272644043, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.6253502368927002, 0.520308256149292, 0.45028021931648254, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.8879552483558655, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3081233501434326, 1.3256303071975708, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 0.7829132676124573, -0.6001400351524353, -0.21498596668243408, -1.335434079170227, -1.1253501176834106, -1.720588207244873, -1.3529410362243652, -1.6505602598190308, -0.7752100229263306, -0.8102240562438965, -0.5476189851760864, -0.39005598425865173, -0.8102240562438965, -0.10994396358728409, 0.3802522122859955, 0.20518220961093903, 0.3277312219142914, -0.0049019488506019115, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.6253502368927002, 0.6603642702102661, -0.057422954589128494, 0.1001400575041771, 0.24019621312618256, 0.2577032148838043, 0.3802522122859955, 0.5728292465209961, 0.6078432202339172, 0.415266215801239, 0.08263305574655533, 0.08263305574655533, 0.0476190559566021, 0.45028021931648254, 0.3627452254295349, 0.6253502368927002, 2.1834733486175537, 2.113445281982422], [1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.8354342579841614, 1.465686321258545, 1.8333333730697632, 1.7457983493804932, 1.6757704019546509, 1.518207311630249, 1.2205883264541626, 0.5728292465209961, 0.3277312219142914, 0.1001400575041771, -0.19747896492481232, -0.022408949211239815, 0.3627452254295349, 0.08263305574655533, -0.4425770044326782, -0.7401960492134094, -0.6176469922065735, -0.17997196316719055, 0.34523820877075195, 0.39775922894477844, -0.0049019488506019115, -0.4425770044326782, 0.590336263179779, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6757704019546509, 1.5882353782653809, 0.39775922894477844, -0.6176469922065735, -0.8802520632743835, -0.9502801299095154, -0.9327731132507324, -0.9327731132507324, -1.0903360843658447, -0.7577030062675476, 0.7829132676124573, 1.3081233501434326, 1.2030812501907349, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2226892113685608, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.1001400575041771, 0.15266107022762299, 0.08263305574655533, 0.3627452254295349, 0.24019621312618256, 0.34523820877075195, 0.6253502368927002, 0.6428572535514832, 0.45028021931648254, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 0.8704482913017273, 0.8179272413253784, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 1.1155463457107544, 0.03011205606162548, -0.7051820158958435, -1.160364031791687, -1.457983136177063, -1.457983136177063, -1.3879550695419312, -1.4404760599136353, -1.2654061317443848, -1.370448112487793, -0.9327731132507324, -0.7752100229263306, -0.7752100229263306, -0.5476189851760864, -0.37254899740219116, 0.20518220961093903, 0.415266215801239, 0.3277312219142914, 0.08263305574655533, 0.03011205606162548, 0.39775922894477844, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.6603642702102661, -0.09243696182966232, 0.11764705926179886, 0.15266107022762299, 0.17016807198524475, 0.24019621312618256, 0.6253502368927002, 0.6253502368927002, 0.415266215801239, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.6428572535514832, 0.17016807198524475, 0.29271721839904785, 2.113445281982422, 2.0959384441375732], [1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 1.0105042457580566, 1.5707283020019531, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.6232492923736572, 1.2556023597717285, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, -0.057422954589128494, -0.17997196316719055, -0.09243696182966232, 0.012605053372681141, -0.3550419807434082, -0.6351540088653564, -0.6701680421829224, -0.14495795965194702, 0.13515406847000122, 0.0476190559566021, 0.24019621312618256, 1.0105042457580566, 1.2030812501907349, 1.1855742931365967, 1.2556023597717285, 1.343137264251709, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.5357143878936768, 1.378151297569275, 0.6078432202339172, -0.6351540088653564, -0.7927170395851135, -0.7401960492134094, -0.6351540088653564, -0.6351540088653564, -0.7577030062675476, -0.9677870869636536, -1.1078431606292725, -0.23249296844005585, 0.432773232460022, 0.3102242052555084, 0.590336263179779, 0.8354342579841614, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.18767507374286652, 0.20518220961093903, 0.2577032148838043, 0.39775922894477844, 0.5728292465209961, 0.3802522122859955, -0.0049019488506019115, -0.12745095789432526, -0.09243696182966232, -0.0049019488506019115, -0.057422954589128494, 0.06512605398893356, 0.06512605398893356, 0.13515406847000122, 0.0476190559566021, 0.15266107022762299, 0.2226892113685608, 0.13515406847000122, 0.3102242052555084, 0.45028021931648254, 0.39775922894477844, 0.7128852605819702, 0.3102242052555084, 0.8704482913017273, 0.4677872359752655, 0.9754902720451355, 0.9579832553863525, 1.0805323123931885, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 0.4852942228317261, 0.11764705926179886, -0.10994396358728409, -0.8277310132980347, -1.247899055480957, -1.5455182790756226, -1.580532193183899, -1.6330533027648926, -1.4754900932312012, -1.3879550695419312, -0.7226890325546265, -0.7752100229263306, -1.0728291273117065, -1.1253501176834106, -0.5126050114631653, 0.012605053372681141, 0.34523820877075195, 0.7128852605819702, 0.5378152132034302, 0.34523820877075195, 0.0476190559566021, -0.07492996007204056, 0.3627452254295349, 0.6078432202339172, 0.6428572535514832, 0.34523820877075195, 0.4677872359752655, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.17016807198524475, 0.15266107022762299, 0.3627452254295349, 0.5378152132034302, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.45028021931648254, 2.113445281982422, 2.113445281982422], [1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.9579832553863525, 1.605742335319519, 1.8508403301239014, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3256303071975708, 0.8879552483558655, 0.7478992342948914, 0.8179272413253784, 0.5378152132034302, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.2752102017402649, 0.29271721839904785, -0.07492996007204056, -0.3025209903717041, -0.3200279772281647, -0.03991595283150673, 0.6778712272644043, 1.0105042457580566, 1.2030812501907349, 1.3081233501434326, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.2030812501907349, 0.590336263179779, -0.7577030062675476, -0.6876749992370605, -0.12745095789432526, -0.47759100794792175, -0.7226890325546265, -0.9502801299095154, -0.9152660369873047, -1.0378150939941406, -1.0378150939941406, -0.8452380299568176, -0.8277310132980347, -0.8452380299568176, -0.7226890325546265, -0.4950979948043823, -0.26750698685646057, 0.06512605398893356, 0.4677872359752655, 0.7829132676124573, 0.9054622650146484, 1.0105042457580566, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 0.8354342579841614, -0.3200279772281647, -0.3025209903717041, 0.08263305574655533, 1.2556023597717285, 1.728291392326355, 1.9208683967590332, 2.0259103775024414, 2.0259103775024414, 2.043417453765869, 2.043417453765869, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 2.165966510772705, 1.605742335319519, -0.8102240562438965, -1.2303920984268188, -0.17997196316719055, 0.8179272413253784, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3606443405151367, 1.1505602598190308, 0.0476190559566021, 0.012605053372681141, 0.29271721839904785, 1.0455182790756226, 0.9754902720451355, 0.8529412746429443, 0.6953782439231873, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.3627452254295349, 0.415266215801239, 0.3102242052555084, 0.15266107022762299, 0.18767507374286652, 0.2577032148838043, 0.17016807198524475, 0.3627452254295349, 0.13515406847000122, 0.012605053372681141, 0.20518220961093903, 0.012605053372681141, -0.09243696182966232, 0.012605053372681141, 0.15266107022762299, -0.10994396358728409, 0.03011205606162548, 0.18767507374286652, 0.3277312219142914, 0.34523820877075195, 0.0476190559566021, 0.590336263179779, 0.4852942228317261, 0.502801239490509, 0.7829132676124573, 1.0455182790756226, 1.2030812501907349, 0.9579832553863525, 0.9404762983322144, 1.0630252361297607, 1.0105042457580566, 0.8529412746429443, 0.012605053372681141, -0.8802520632743835, -1.160364031791687, -1.4754900932312012, -1.5280112028121948, -1.6330533027648926, -1.7030812501907349, -1.6855742931365967, -1.422969102859497, -1.7030812501907349, -0.0049019488506019115, 0.13515406847000122, -0.3550419807434082, -1.2128850221633911, -1.0903360843658447, -0.9327731132507324, 0.39775922894477844, 0.4677872359752655, 0.9229692816734314, 0.520308256149292, 0.11764705926179886, -0.37254899740219116, 0.502801239490509, 0.18767507374286652, 0.5553222298622131, 0.5728292465209961, 0.8354342579841614, 0.2752102017402649, 0.1001400575041771, 0.1001400575041771, -0.03991595283150673, -0.03991595283150673, 0.4677872359752655, 0.39775922894477844, 0.6253502368927002, 0.3627452254295349, 0.18767507374286652, 0.15266107022762299, 0.0476190559566021, 0.432773232460022, 0.502801239490509, 2.0959384441375732, 2.113445281982422], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.9579832553863525, 1.605742335319519, 1.9033613204956055, 1.8858543634414673, 1.7983193397521973, 1.6757704019546509, 1.3606443405151367, 0.8704482913017273, 0.8704482913017273, 1.1330533027648926, 0.9929972887039185, 0.7478992342948914, 0.3627452254295349, 0.012605053372681141, 0.17016807198524475, 0.4852942228317261, 0.3627452254295349, -0.14495795965194702, -0.3025209903717041, -0.21498596668243408, -0.4075630009174347, -0.42506998777389526, 0.0476190559566021, 0.5378152132034302, 0.8879552483558655, 1.1680673360824585, 1.2205883264541626, 0.5728292465209961, -0.4425770044326782, -0.1624649614095688, -0.7752100229263306, -0.8277310132980347, -0.7752100229263306, -0.7401960492134094, -0.23249296844005585, -0.33753499388694763, -0.28501397371292114, -0.42506998777389526, 0.415266215801239, 1.2906162738800049, 1.605742335319519, 1.7107843160629272, 1.9383753538131714, 2.0959384441375732, 1.640756368637085, 0.9754902720451355, 1.5707283020019531, 1.9733893871307373, 2.113445281982422, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.2009804248809814, 2.218487501144409, 2.0784313678741455, 0.7303922772407532, -1.3004200458526611, -1.5455182790756226, -0.37254899740219116, 1.6232492923736572, 1.9558824300765991, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.1834733486175537, 2.235994577407837, 2.3060226440429688, 2.288515567779541, 1.430672287940979, -0.6001400351524353, -0.2499999701976776, 0.6253502368927002, 1.0105042457580566, 0.8704482913017273, 0.7128852605819702, 0.4852942228317261, -0.28501397371292114, -1.0028010606765747, -1.370448112487793, -1.5630252361297607, -1.4054621458053589, 1.5007003545761108, 1.9908963441848755, 2.0959384441375732, 2.0959384441375732, 2.0609242916107178, 1.9383753538131714, 1.6757704019546509, 1.2205883264541626, 0.7654062509536743, 0.502801239490509, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.432773232460022, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.7303922772407532, 0.6428572535514832, 0.7829132676124573, 0.7128852605819702, 0.8004202842712402, 0.8704482913017273, 0.8004202842712402, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.0476190559566021, -0.19747896492481232, -0.2499999701976776, -0.14495795965194702, 0.0476190559566021, -0.19747896492481232, -0.1624649614095688, 0.08263305574655533, -0.07492996007204056, -0.07492996007204056, 0.08263305574655533, -0.1624649614095688, -0.03991595283150673, 0.08263305574655533, -0.03991595283150673, 0.15266107022762299, 0.15266107022762299, 0.17016807198524475, 0.08263305574655533, 0.3802522122859955, 0.432773232460022, 0.7829132676124573, 0.415266215801239, 1.0805323123931885, 0.9404762983322144, 0.5728292465209961, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 0.9929972887039185, 1.0805323123931885, 0.6953782439231873, -0.6701680421829224, -1.3004200458526611, -1.6330533027648926, -1.7030812501907349, -1.5105042457580566, -1.5455182790756226, -1.7030812501907349, -1.755602240562439, -1.3529410362243652, -1.3879550695419312, 0.3277312219142914, 0.6253502368927002, 0.20518220961093903, -0.4950979948043823, -1.0203081369400024, -0.7927170395851135, 0.8354342579841614, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.520308256149292, 0.2226892113685608, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.5553222298622131, 0.8529412746429443, 0.5378152132034302, 0.34523820877075195, 0.5553222298622131, 0.2226892113685608, 0.11764705926179886, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.15266107022762299, -0.03991595283150673, 0.6078432202339172, 0.15266107022762299, 2.1309523582458496, 2.1309523582458496], [1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.9054622650146484, 1.5707283020019531, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.7633053064346313, 1.4131653308868408, 1.0805323123931885, 1.0630252361297607, 1.343137264251709, 1.343137264251709, 0.9404762983322144, 0.590336263179779, 0.34523820877075195, 0.03011205606162548, 0.3102242052555084, 0.3627452254295349, 0.15266107022762299, 0.0476190559566021, -0.03991595283150673, -0.2499999701976776, -0.23249296844005585, -0.21498596668243408, -0.1624649614095688, -0.0049019488506019115, -0.26750698685646057, -0.9152660369873047, -1.195378065109253, -0.28501397371292114, -0.26750698685646057, -0.47759100794792175, -0.5301120281219482, -0.6176469922065735, -0.4600839912891388, -0.12745095789432526, -0.12745095789432526, -0.3200279772281647, 1.2731093168258667, 2.1834733486175537, 2.1309523582458496, 2.0784313678741455, 2.113445281982422, 1.8858543634414673, 1.7457983493804932, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.165966510772705, 2.165966510772705, 2.1309523582458496, 2.218487501144409, 2.1834733486175537, 1.9908963441848755, -0.07492996007204056, -1.422969102859497, -1.6155462265014648, -1.580532193183899, -0.42506998777389526, 1.7633053064346313, 1.8508403301239014, 1.9733893871307373, 1.9558824300765991, 1.9033613204956055, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 2.0084033012390137, 1.5882353782653809, -1.3179271221160889, -1.7030812501907349, -1.755602240562439, -1.370448112487793, -0.5651260018348694, -0.42506998777389526, -0.1624649614095688, -0.19747896492481232, -0.4075630009174347, -1.2654061317443848, -1.6155462265014648, -1.7030812501907349, -1.5980392694473267, -0.4425770044326782, 0.9404762983322144, 1.6757704019546509, 2.0084033012390137, 1.9558824300765991, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 1.8333333730697632, 1.3606443405151367, 0.590336263179779, 0.4677872359752655, 0.502801239490509, 0.590336263179779, 0.45028021931648254, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6603642702102661, 0.590336263179779, 0.4852942228317261, 0.3802522122859955, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.0476190559566021, 0.08263305574655533, 0.34523820877075195, 0.2752102017402649, 0.415266215801239, 0.24019621312618256, 0.39775922894477844, 0.3102242052555084, 0.2226892113685608, 0.29271721839904785, 0.1001400575041771, 0.29271721839904785, 0.39775922894477844, 0.24019621312618256, 0.06512605398893356, 0.08263305574655533, -0.057422954589128494, -0.1624649614095688, -0.14495795965194702, -0.19747896492481232, -0.07492996007204056, -0.1624649614095688, 0.03011205606162548, -0.09243696182966232, -0.09243696182966232, -0.022408949211239815, -0.23249296844005585, -0.07492996007204056, 0.08263305574655533, -0.19747896492481232, 0.2752102017402649, 0.24019621312618256, 0.3102242052555084, 0.34523820877075195, 0.432773232460022, 0.5728292465209961, 0.6603642702102661, 0.8004202842712402, 1.1855742931365967, 0.8004202842712402, 0.7303922772407532, 1.2205883264541626, 0.8354342579841614, 1.1330533027648926, 1.1155463457107544, 0.7478992342948914, 0.5378152132034302, -0.7051820158958435, -1.5105042457580566, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.0903360843658447, -1.7906162738800049, -1.720588207244873, -0.9852941036224365, 0.39775922894477844, 0.5553222298622131, 0.5378152132034302, 0.29271721839904785, -0.7401960492134094, -0.9327731132507324, 0.6253502368927002, 1.0455182790756226, 0.8529412746429443, 0.7128852605819702, 0.6428572535514832, 0.8704482913017273, 0.1001400575041771, 0.3102242052555084, 0.6253502368927002, 0.45028021931648254, 0.5553222298622131, 0.7128852605819702, 0.34523820877075195, 0.7478992342948914, 0.432773232460022, 0.17016807198524475, 0.4677872359752655, 0.5378152132034302, 0.415266215801239, 0.3277312219142914, -0.0049019488506019115, 0.012605053372681141, 0.012605053372681141, 0.7303922772407532, 0.08263305574655533, 2.1484594345092773, 2.1484594345092773], [1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.7983193397521973, 1.5357143878936768, 1.2380952835083008, 1.1330533027648926, 1.465686321258545, 1.5357143878936768, 1.2906162738800049, 0.8004202842712402, 0.6603642702102661, 0.3277312219142914, 0.13515406847000122, 0.3277312219142914, 0.502801239490509, 0.15266107022762299, -0.0049019488506019115, 0.3802522122859955, 0.5378152132034302, 0.5553222298622131, 0.3627452254295349, 0.06512605398893356, -0.6876749992370605, -1.247899055480957, -0.8802520632743835, -0.7927170395851135, -0.9502801299095154, -0.9502801299095154, -0.7927170395851135, -0.9677870869636536, -1.1778711080551147, -0.8277310132980347, -0.6351540088653564, -0.6526610255241394, 1.8333333730697632, 2.0084033012390137, 2.0259103775024414, 2.0609242916107178, 2.0609242916107178, 2.113445281982422, 2.1834733486175537, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.043417453765869, -0.28501397371292114, -1.160364031791687, -1.6155462265014648, -1.7380952835083008, -1.755602240562439, -1.7906162738800049, -1.4929972887039185, -0.47759100794792175, 0.7303922772407532, 1.3081233501434326, 1.6232492923736572, 1.868347406387329, 1.8333333730697632, 1.9733893871307373, 1.9383753538131714, 0.7128852605819702, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.6155462265014648, -1.5280112028121948, -1.3879550695419312, -1.2303920984268188, -1.2128850221633911, -1.3179271221160889, -1.580532193183899, -1.6155462265014648, -1.5630252361297607, -1.195378065109253, -0.21498596668243408, -0.14495795965194702, 0.3277312219142914, 1.5007003545761108, 1.815826416015625, 0.7478992342948914, -0.8802520632743835, -0.4950979948043823, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6078432202339172, 0.6428572535514832, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.3802522122859955, 0.39775922894477844, 0.4677872359752655, 0.4677872359752655, 0.13515406847000122, 0.11764705926179886, 0.1001400575041771, 0.08263305574655533, 0.08263305574655533, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.29271721839904785, 0.15266107022762299, 0.1001400575041771, 0.29271721839904785, 0.432773232460022, 0.45028021931648254, 0.18767507374286652, -0.0049019488506019115, 0.03011205606162548, 0.06512605398893356, 0.08263305574655533, 0.29271721839904785, 0.03011205606162548, -0.057422954589128494, -0.03991595283150673, -0.057422954589128494, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.12745095789432526, -0.14495795965194702, -0.14495795965194702, -0.26750698685646057, -0.19747896492481232, 0.20518220961093903, 0.012605053372681141, 0.1001400575041771, 0.17016807198524475, 0.4677872359752655, 0.432773232460022, 0.4852942228317261, 0.29271721839904785, 0.5728292465209961, 0.4677872359752655, 0.6078432202339172, 1.1155463457107544, 1.0280113220214844, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.3081233501434326, 0.5553222298622131, 0.20518220961093903, -0.8977590203285217, -1.4754900932312012, -1.7030812501907349, -1.7380952835083008, -1.8256303071975708, -1.7030812501907349, -1.668067216873169, -1.843137264251709, -1.668067216873169, -1.4404760599136353, -0.1624649614095688, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, -0.6701680421829224, -0.5826330184936523, 0.17016807198524475, 0.6078432202339172, 0.5728292465209961, 0.8179272413253784, 0.9229692816734314, 0.8179272413253784, 0.15266107022762299, 0.6078432202339172, 0.4852942228317261, 0.4677872359752655, 0.2752102017402649, 0.5728292465209961, 0.520308256149292, 0.7303922772407532, 0.4677872359752655, 0.3802522122859955, 0.4677872359752655, 0.415266215801239, 0.4852942228317261, 0.5553222298622131, 0.1001400575041771, -0.022408949211239815, -0.022408949211239815, 0.9404762983322144, 0.2577032148838043, 2.113445281982422, 2.1484594345092773], [1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.7829132676124573, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.343137264251709, 1.8333333730697632, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.6757704019546509, 1.343137264251709, 1.2906162738800049, 1.6757704019546509, 1.6232492923736572, 1.553221344947815, 1.1505602598190308, 0.6603642702102661, 0.520308256149292, 0.24019621312618256, 0.24019621312618256, 0.520308256149292, 0.415266215801239, 0.29271721839904785, 0.5378152132034302, 0.6953782439231873, 0.590336263179779, 0.24019621312618256, -0.47759100794792175, -1.0378150939941406, -0.7752100229263306, -0.7051820158958435, -0.8277310132980347, -0.9852941036224365, -1.1428570747375488, -1.2654061317443848, -1.422969102859497, -1.5980392694473267, -1.6330533027648926, -1.457983136177063, -1.1778711080551147, -0.7051820158958435, 0.5378152132034302, 0.9404762983322144, 0.9579832553863525, 1.553221344947815, 2.0084033012390137, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.3956583738327026, -1.6505602598190308, -1.6855742931365967, -1.668067216873169, -1.668067216873169, -1.7030812501907349, -1.720588207244873, -1.720588207244873, -1.7030812501907349, -1.7030812501907349, -1.6330533027648926, -1.7731093168258667, -1.4929972887039185, -1.580532193183899, -1.720588207244873, -1.720588207244873, -1.6505602598190308, -1.808123230934143, -1.878151297569275, -1.878151297569275, -1.9131653308868408, -1.8256303071975708, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.7731093168258667, -1.7906162738800049, -1.8256303071975708, -1.808123230934143, -1.6155462265014648, -1.4404760599136353, -1.1778711080551147, -0.6876749992370605, 0.3627452254295349, -0.2499999701976776, -0.14495795965194702, 0.1001400575041771, 0.24019621312618256, 0.6603642702102661, 0.8879552483558655, 1.1330533027648926, 1.0105042457580566, 0.5553222298622131, 0.34523820877075195, 0.2752102017402649, 0.3102242052555084, 0.13515406847000122, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.17016807198524475, 0.08263305574655533, 0.15266107022762299, 0.17016807198524475, 0.2226892113685608, 0.2752102017402649, 0.3277312219142914, 0.2752102017402649, 0.3277312219142914, 0.18767507374286652, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.2226892113685608, 0.3102242052555084, 0.3102242052555084, 0.15266107022762299, 0.08263305574655533, 0.08263305574655533, 0.012605053372681141, -0.03991595283150673, 0.0476190559566021, -0.0049019488506019115, -0.10994396358728409, -0.1624649614095688, -0.3200279772281647, -0.10994396358728409, -0.17997196316719055, -0.17997196316719055, -0.4425770044326782, -0.3200279772281647, -0.37254899740219116, -0.17997196316719055, -0.19747896492481232, -0.21498596668243408, -0.10994396358728409, -0.12745095789432526, -0.057422954589128494, -0.0049019488506019115, 0.11764705926179886, -0.14495795965194702, 0.11764705926179886, -0.12745095789432526, 0.20518220961093903, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.7829132676124573, 0.7829132676124573, 1.0455182790756226, 0.7829132676124573, 1.1680673360824585, 0.8004202842712402, 1.3256303071975708, 1.1855742931365967, 1.0105042457580566, 1.0980392694473267, 0.012605053372681141, -1.5105042457580566, -1.6155462265014648, -1.668067216873169, -1.668067216873169, -1.8606442213058472, -1.843137264251709, -1.7380952835083008, -1.843137264251709, -1.8256303071975708, -1.4929972887039185, -0.47759100794792175, -0.022408949211239815, 0.415266215801239, 0.3627452254295349, 0.0476190559566021, -0.5301120281219482, -0.17997196316719055, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.7654062509536743, 0.3102242052555084, 0.06512605398893356, 0.3627452254295349, 0.3627452254295349, 0.0476190559566021, 0.502801239490509, 0.4677872359752655, 0.6428572535514832, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.5378152132034302, 0.9054622650146484, 0.24019621312618256, 0.06512605398893356, 0.2577032148838043, 0.8529412746429443, 0.2752102017402649, 2.1484594345092773, 2.113445281982422], [1.465686321258545, 1.430672287940979, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 1.0280113220214844, 1.693277359008789, 1.9383753538131714, 1.9383753538131714, 1.9033613204956055, 1.7457983493804932, 1.5882353782653809, 1.5357143878936768, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.605742335319519, 0.9929972887039185, 0.39775922894477844, 0.432773232460022, 0.6428572535514832, 0.415266215801239, 0.45028021931648254, 0.29271721839904785, -0.23249296844005585, -0.6001400351524353, -0.9852941036224365, -1.195378065109253, -1.457983136177063, -1.5630252361297607, -1.6330533027648926, -1.668067216873169, -1.6155462265014648, -1.5630252361297607, -1.6155462265014648, -1.720588207244873, -1.878151297569275, -1.878151297569275, -1.6855742931365967, -1.457983136177063, -1.422969102859497, -1.5455182790756226, -1.720588207244873, -1.7030812501907349, -1.7731093168258667, 0.3802522122859955, 0.6953782439231873, -1.6505602598190308, -1.7030812501907349, -1.195378065109253, -0.7577030062675476, -1.2303920984268188, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.8606442213058472, -1.843137264251709, -1.8256303071975708, -1.895658254623413, -1.9131653308868408, -1.878151297569275, -1.808123230934143, -1.6505602598190308, -1.5980392694473267, -1.5630252361297607, -1.4929972887039185, -1.5105042457580566, -1.6505602598190308, -1.983193278312683, -1.8256303071975708, -0.8277310132980347, -0.17997196316719055, 0.39775922894477844, 0.7829132676124573, 0.4852942228317261, -0.21498596668243408, -1.1253501176834106, -1.247899055480957, -0.6701680421829224, -1.0378150939941406, -1.5105042457580566, -1.7380952835083008, -1.878151297569275, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.720588207244873, -1.5980392694473267, -0.6876749992370605, 0.17016807198524475, 0.39775922894477844, 0.415266215801239, 0.7478992342948914, 0.29271721839904785, 0.20518220961093903, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.20518220961093903, 0.2226892113685608, 0.2752102017402649, 0.432773232460022, 0.432773232460022, 0.3277312219142914, 0.3277312219142914, 0.4677872359752655, 0.20518220961093903, 0.11764705926179886, 0.06512605398893356, 0.06512605398893356, -0.12745095789432526, -0.057422954589128494, 0.08263305574655533, 0.012605053372681141, 0.0476190559566021, 0.18767507374286652, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.1624649614095688, 0.0476190559566021, 0.03011205606162548, -0.07492996007204056, 0.11764705926179886, 0.03011205606162548, -0.07492996007204056, -0.03991595283150673, -0.09243696182966232, -0.19747896492481232, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, -0.3025209903717041, -0.3550419807434082, -0.28501397371292114, -0.26750698685646057, -0.23249296844005585, -0.21498596668243408, -0.21498596668243408, -0.09243696182966232, -0.022408949211239815, -0.28501397371292114, 0.0476190559566021, 0.11764705926179886, -0.022408949211239815, -0.09243696182966232, 0.17016807198524475, 0.502801239490509, 0.5728292465209961, 0.415266215801239, 0.8704482913017273, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.8704482913017273, 0.6078432202339172, 1.1855742931365967, 1.0980392694473267, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.0455182790756226, -0.1624649614095688, -1.5280112028121948, -1.668067216873169, -1.7906162738800049, -1.7030812501907349, -1.755602240562439, -1.7906162738800049, -1.7906162738800049, -1.843137264251709, -1.8256303071975708, -1.9481792449951172, -0.9152660369873047, -0.4425770044326782, 0.520308256149292, 0.6253502368927002, -0.10994396358728409, -0.17997196316719055, 0.08263305574655533, 0.45028021931648254, 0.6428572535514832, 0.6078432202339172, 0.7303922772407532, 0.5728292465209961, 0.39775922894477844, 0.17016807198524475, 0.415266215801239, 0.415266215801239, -0.0049019488506019115, 0.17016807198524475, 0.590336263179779, 0.4677872359752655, 0.6603642702102661, 0.6078432202339172, 0.5378152132034302, 0.08263305574655533, 0.5553222298622131, 0.6953782439231873, 0.2226892113685608, -0.03991595283150673, 0.432773232460022, 0.3277312219142914, 0.415266215801239, 2.1834733486175537, 2.113445281982422], [1.465686321258545, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 1.5007003545761108, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.728291392326355, 1.6232492923736572, 1.430672287940979, 0.6953782439231873, 0.6603642702102661, 0.8004202842712402, 0.08263305574655533, -0.8452380299568176, -1.3879550695419312, -1.422969102859497, -1.422969102859497, -1.3879550695419312, -1.4054621458053589, -1.4754900932312012, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.930672287940979, -1.965686321258545, -2.0007002353668213, -1.983193278312683, -1.965686321258545, -1.5980392694473267, -1.0028010606765747, -0.9502801299095154, -1.1078431606292725, -1.247899055480957, -1.457983136177063, -1.4929972887039185, -1.580532193183899, -1.7380952835083008, -1.8256303071975708, -1.8256303071975708, -1.6330533027648926, -1.580532193183899, -1.755602240562439, -1.895658254623413, -1.7731093168258667, -1.335434079170227, -1.0553221702575684, -0.9502801299095154, -1.370448112487793, -1.755602240562439, -1.0378150939941406, 0.8354342579841614, 1.4481793642044067, 1.780812382698059, 1.8508403301239014, 1.868347406387329, 1.7633053064346313, 1.0455182790756226, 0.3277312219142914, 0.6953782439231873, 1.518207311630249, 1.3081233501434326, 1.0630252361297607, 0.45028021931648254, -0.8277310132980347, -1.335434079170227, 1.728291392326355, 2.0259103775024414, 2.113445281982422, 2.1309523582458496, 2.165966510772705, 2.0609242916107178, 1.7633053064346313, 1.1680673360824585, 0.18767507374286652, -0.8802520632743835, -1.0378150939941406, -0.33753499388694763, -0.057422954589128494, 0.18767507374286652, 0.06512605398893356, 0.08263305574655533, 0.15266107022762299, 0.13515406847000122, 0.45028021931648254, 0.5378152132034302, 0.45028021931648254, 0.3102242052555084, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.11764705926179886, 0.3102242052555084, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.11764705926179886, 0.06512605398893356, 0.03011205606162548, 0.15266107022762299, 0.06512605398893356, -0.057422954589128494, -0.057422954589128494, 0.20518220961093903, 0.3277312219142914, 0.3802522122859955, 0.2226892113685608, 0.1001400575041771, 0.0476190559566021, -0.03991595283150673, 0.06512605398893356, 0.0476190559566021, 0.03011205606162548, 0.012605053372681141, 0.0476190559566021, -0.022408949211239815, -0.17997196316719055, -0.3200279772281647, -0.14495795965194702, -0.1624649614095688, -0.17997196316719055, -0.26750698685646057, -0.5301120281219482, -0.33753499388694763, -0.2499999701976776, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.057422954589128494, -0.17997196316719055, -0.5826330184936523, 0.0476190559566021, 0.34523820877075195, 0.2577032148838043, 0.34523820877075195, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.4852942228317261, 0.9054622650146484, 0.7478992342948914, 0.8529412746429443, 1.2380952835083008, 1.1505602598190308, 1.0630252361297607, 1.2380952835083008, 1.3081233501434326, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 0.9054622650146484, 0.11764705926179886, -1.6505602598190308, -1.7906162738800049, -1.7380952835083008, -1.6855742931365967, -1.7030812501907349, -1.7906162738800049, -1.808123230934143, -1.7731093168258667, -1.580532193183899, -0.9852941036224365, -1.6855742931365967, -0.7927170395851135, 0.4852942228317261, 0.3277312219142914, 0.20518220961093903, 0.2577032148838043, -0.7226890325546265, -0.17997196316719055, 0.34523820877075195, 0.5378152132034302, 0.520308256149292, 0.6778712272644043, 0.6078432202339172, 0.432773232460022, 0.6953782439231873, 0.502801239490509, 0.502801239490509, 0.415266215801239, 0.502801239490509, 0.29271721839904785, 0.8354342579841614, 0.6953782439231873, 0.3802522122859955, 0.3277312219142914, 0.5728292465209961, 0.415266215801239, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, -0.03991595283150673, 0.6603642702102661, 2.1834733486175537, 2.0784313678741455], [1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.2030812501907349, 1.7633053064346313, 1.9208683967590332, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.815826416015625, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7457983493804932, 1.728291392326355, 1.3956583738327026, -0.1624649614095688, -0.8452380299568176, -1.247899055480957, -1.335434079170227, -1.3179271221160889, -1.2128850221633911, -1.3004200458526611, -1.4754900932312012, -1.580532193183899, -1.5630252361297607, -1.580532193183899, -1.5980392694473267, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.6155462265014648, -1.1078431606292725, -0.12745095789432526, 0.1001400575041771, 0.03011205606162548, -0.5476189851760864, -1.0203081369400024, -1.457983136177063, -1.7731093168258667, -1.808123230934143, -1.2654061317443848, -0.7401960492134094, -0.6351540088653564, -1.0378150939941406, -1.6330533027648926, -1.8256303071975708, -0.09243696182966232, 1.4481793642044067, 1.7457983493804932, 1.9033613204956055, 1.9033613204956055, 2.0609242916107178, 1.728291392326355, 0.6953782439231873, -0.6701680421829224, 0.6603642702102661, 1.0630252361297607, 0.34523820877075195, -0.8277310132980347, -1.4054621458053589, 1.4481793642044067, 2.0784313678741455, 2.0609242916107178, 2.0959384441375732, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.2205883264541626, -1.0553221702575684, 0.7303922772407532, 1.2380952835083008, 1.9908963441848755, 2.0084033012390137, 1.2731093168258667, 0.15266107022762299, 1.1505602598190308, 1.430672287940979, -0.2499999701976776, -0.26750698685646057, 0.2577032148838043, 0.1001400575041771, -0.3025209903717041, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.2226892113685608, 0.15266107022762299, 0.20518220961093903, 0.34523820877075195, 0.39775922894477844, 0.4852942228317261, 0.3102242052555084, 0.18767507374286652, 0.11764705926179886, -0.03991595283150673, -0.022408949211239815, 0.13515406847000122, 0.2577032148838043, 0.13515406847000122, 0.3102242052555084, -0.12745095789432526, -0.03991595283150673, -0.0049019488506019115, 0.15266107022762299, -0.022408949211239815, -0.07492996007204056, -0.07492996007204056, -0.2499999701976776, 0.06512605398893356, 0.11764705926179886, 0.3102242052555084, 0.3102242052555084, 0.24019621312618256, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.012605053372681141, -0.21498596668243408, 0.1001400575041771, -0.022408949211239815, -0.1624649614095688, -0.17997196316719055, -0.28501397371292114, -0.17997196316719055, -0.26750698685646057, -0.42506998777389526, -0.37254899740219116, -0.2499999701976776, -0.057422954589128494, -0.0049019488506019115, -0.19747896492481232, 0.012605053372681141, -0.07492996007204056, -0.1624649614095688, -0.37254899740219116, 0.03011205606162548, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, 0.2752102017402649, 0.29271721839904785, 0.590336263179779, 0.6078432202339172, 1.1155463457107544, 1.0105042457580566, 0.9054622650146484, 1.2731093168258667, 1.0105042457580566, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.1680673360824585, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 0.5728292465209961, -0.4950979948043823, -1.3529410362243652, -1.7030812501907349, -1.808123230934143, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.5105042457580566, -0.5476189851760864, -1.195378065109253, 0.29271721839904785, 0.4852942228317261, -0.28501397371292114, 0.7829132676124573, 0.415266215801239, 0.6253502368927002, 0.6078432202339172, 0.8004202842712402, 0.7829132676124573, 0.34523820877075195, 0.20518220961093903, 0.2752102017402649, 0.7128852605819702, 0.9754902720451355, 0.7128852605819702, 0.6078432202339172, 0.15266107022762299, 0.415266215801239, 0.6428572535514832, 0.6778712272644043, 0.11764705926179886, 0.432773232460022, 0.8004202842712402, 0.20518220961093903, 0.4852942228317261, 0.6428572535514832, 0.2577032148838043, 0.11764705926179886, 0.9054622650146484, 2.0784313678741455, 2.0784313678741455], [1.518207311630249, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 0.9579832553863525, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 1.0105042457580566, 1.6232492923736572, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9383753538131714, 1.8508403301239014, 1.7633053064346313, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.483193278312683, -0.8277310132980347, -0.9677870869636536, -1.1253501176834106, -1.2128850221633911, -1.195378065109253, -1.0728291273117065, -1.0378150939941406, -1.0903360843658447, -1.370448112487793, -1.5105042457580566, -1.5105042457580566, -1.5105042457580566, -1.5980392694473267, -1.5980392694473267, -1.247899055480957, 0.3102242052555084, 1.3081233501434326, 1.430672287940979, 1.5357143878936768, 1.518207311630249, 1.1680673360824585, 1.1680673360824585, 0.520308256149292, -0.8627450466156006, -0.8802520632743835, -0.8627450466156006, -1.2303920984268188, -1.6155462265014648, -1.6855742931365967, -1.3529410362243652, -0.8627450466156006, 1.0630252361297607, 1.3956583738327026, 1.6232492923736572, 1.6757704019546509, 1.3256303071975708, -0.10994396358728409, -1.5105042457580566, 0.39775922894477844, 1.9033613204956055, 2.043417453765869, 1.9908963441848755, 2.0609242916107178, 2.0609242916107178, 2.043417453765869, 1.6757704019546509, 0.06512605398893356, 0.34523820877075195, 1.1330533027648926, 1.1505602598190308, -0.19747896492481232, -0.8102240562438965, 1.553221344947815, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.780812382698059, 0.18767507374286652, -1.720588207244873, 0.5378152132034302, 1.6757704019546509, 1.6582633256912231, 1.3606443405151367, 0.39775922894477844, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.24019621312618256, 0.06512605398893356, 0.012605053372681141, 0.1001400575041771, 0.24019621312618256, 0.1001400575041771, 0.06512605398893356, -0.022408949211239815, 0.012605053372681141, -0.057422954589128494, -0.057422954589128494, -0.022408949211239815, -0.0049019488506019115, -0.0049019488506019115, -0.03991595283150673, -0.0049019488506019115, 0.17016807198524475, -0.14495795965194702, -0.022408949211239815, -0.0049019488506019115, -0.07492996007204056, 0.1001400575041771, 0.08263305574655533, -0.022408949211239815, -0.03991595283150673, -0.057422954589128494, -0.23249296844005585, -0.022408949211239815, 0.18767507374286652, 0.13515406847000122, 0.2226892113685608, 0.3102242052555084, 0.11764705926179886, 0.0476190559566021, 0.13515406847000122, -0.0049019488506019115, -0.10994396358728409, -0.12745095789432526, -0.19747896492481232, -0.19747896492481232, -0.1624649614095688, -0.3025209903717041, -0.14495795965194702, -0.28501397371292114, -0.5301120281219482, -0.2499999701976776, -0.19747896492481232, -0.26750698685646057, -0.022408949211239815, 0.012605053372681141, -0.07492996007204056, 0.0476190559566021, 0.0476190559566021, 0.11764705926179886, 0.11764705926179886, 0.3627452254295349, 0.5378152132034302, 0.6953782439231873, 0.8354342579841614, 0.8704482913017273, 0.9929972887039185, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2731093168258667, 1.2380952835083008, 1.2906162738800049, 1.4131653308868408, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, 0.6428572535514832, -1.0903360843658447, -1.668067216873169, -1.7731093168258667, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.580532193183899, -1.7030812501907349, -1.1253501176834106, -0.8627450466156006, -1.1078431606292725, 0.08263305574655533, 0.6953782439231873, 0.4677872359752655, 0.6953782439231873, -0.28501397371292114, -0.10994396358728409, 0.6428572535514832, 0.4852942228317261, 0.18767507374286652, 0.1001400575041771, 0.4852942228317261, 0.590336263179779, 0.8704482913017273, 0.8354342579841614, 0.3627452254295349, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.432773232460022, 0.4852942228317261, 0.6428572535514832, 0.8704482913017273, 0.29271721839904785, 0.3802522122859955, 0.8179272413253784, 2.1484594345092773, 2.0959384441375732], [1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8179272413253784, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 1.0105042457580566, 0.8704482913017273, 0.6428572535514832, 0.7128852605819702, 1.378151297569275, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3956583738327026, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -1.0378150939941406, -1.0903360843658447, -1.1428570747375488, -0.9677870869636536, -0.6876749992370605, -0.4075630009174347, -0.6526610255241394, -1.2303920984268188, -1.6155462265014648, -1.755602240562439, -0.1624649614095688, 1.605742335319519, 1.8333333730697632, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 2.0259103775024414, 1.4131653308868408, -0.5301120281219482, -1.160364031791687, -0.4075630009174347, -1.0903360843658447, -1.8606442213058472, -1.895658254623413, -1.4929972887039185, 0.2577032148838043, 0.8529412746429443, 0.9229692816734314, 0.13515406847000122, -1.370448112487793, -1.3879550695419312, -0.4600839912891388, -0.47759100794792175, -1.0028010606765747, -1.2654061317443848, 0.7829132676124573, 1.605742335319519, 1.7983193397521973, 1.9208683967590332, 2.043417453765869, 2.0609242916107178, 1.3956583738327026, -0.7577030062675476, 1.3081233501434326, 1.9733893871307373, 2.0609242916107178, 1.9908963441848755, 1.2205883264541626, -0.42506998777389526, 1.1155463457107544, 1.4131653308868408, 1.8858543634414673, 1.9733893871307373, 1.868347406387329, 0.3102242052555084, -1.2654061317443848, -0.03991595283150673, -0.23249296844005585, 1.0980392694473267, 1.1680673360824585, 0.4677872359752655, 0.39775922894477844, 0.39775922894477844, 0.4852942228317261, 0.4677872359752655, 0.3627452254295349, 0.15266107022762299, 0.08263305574655533, 0.06512605398893356, 0.03011205606162548, 0.06512605398893356, 0.03011205606162548, -0.14495795965194702, -0.0049019488506019115, -0.10994396358728409, 0.17016807198524475, 0.11764705926179886, 0.06512605398893356, -0.14495795965194702, -0.12745095789432526, 0.0476190559566021, -0.057422954589128494, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, 0.0476190559566021, 0.2577032148838043, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, 0.03011205606162548, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.2226892113685608, 0.24019621312618256, 0.11764705926179886, 0.012605053372681141, -0.21498596668243408, -0.1624649614095688, -0.37254899740219116, -0.23249296844005585, -0.37254899740219116, -0.23249296844005585, -0.23249296844005585, -0.23249296844005585, -0.10994396358728409, -0.37254899740219116, 0.20518220961093903, -0.07492996007204056, 0.15266107022762299, 0.08263305574655533, -0.26750698685646057, -0.17997196316719055, 0.20518220961093903, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.3102242052555084, 0.13515406847000122, 0.432773232460022, 0.590336263179779, 1.0105042457580566, 0.7478992342948914, 1.2556023597717285, 1.0280113220214844, 1.0280113220214844, 1.1330533027648926, 1.2556023597717285, 1.3081233501434326, 1.430672287940979, 1.3081233501434326, 1.2556023597717285, 1.3081233501434326, 0.8879552483558655, 0.4852942228317261, -0.47759100794792175, -1.370448112487793, -1.7380952835083008, -1.755602240562439, -1.8256303071975708, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.6155462265014648, -1.0203081369400024, 0.012605053372681141, -0.6876749992370605, -0.7752100229263306, -0.4600839912891388, -0.022408949211239815, 0.012605053372681141, 0.6078432202339172, 0.7303922772407532, 0.6603642702102661, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.7128852605819702, 0.502801239490509, 0.3802522122859955, 0.6078432202339172, 0.3277312219142914, 0.7478992342948914, 0.6953782439231873, 0.6078432202339172, 0.2577032148838043, 0.34523820877075195, 0.8704482913017273, 1.0105042457580566, 0.590336263179779, 0.7654062509536743, 1.0805323123931885, 2.165966510772705, 2.0784313678741455], [1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6428572535514832, 0.6428572535514832, 1.3606443405151367, 1.780812382698059, 1.640756368637085, 1.1505602598190308, 0.7478992342948914, 1.0980392694473267, 1.6582633256912231, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.605742335319519, 0.8704482913017273, -0.5476189851760864, -0.6001400351524353, -0.8102240562438965, -1.1253501176834106, -1.370448112487793, -1.5280112028121948, -1.282913088798523, -0.6701680421829224, 0.012605053372681141, 0.29271721839904785, 0.06512605398893356, -0.4600839912891388, 1.6757704019546509, 1.9908963441848755, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 2.1309523582458496, 1.9383753538131714, 1.343137264251709, -0.9152660369873047, -1.4929972887039185, -1.4404760599136353, -1.6330533027648926, -1.7380952835083008, -1.755602240562439, -0.4425770044326782, 0.20518220961093903, 0.2226892113685608, -0.9502801299095154, -1.755602240562439, -1.668067216873169, 0.4677872359752655, 1.3256303071975708, 1.5007003545761108, 1.4481793642044067, 1.343137264251709, 0.13515406847000122, -1.422969102859497, -1.282913088798523, -0.5301120281219482, 0.3102242052555084, -0.09243696182966232, -1.5455182790756226, 0.13515406847000122, 1.8333333730697632, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9908963441848755, 1.9208683967590332, 1.0980392694473267, -0.12745095789432526, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.0630252361297607, -1.1078431606292725, -1.282913088798523, 1.343137264251709, 1.1505602598190308, 0.8004202842712402, 0.5378152132034302, 0.2577032148838043, 0.3277312219142914, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.24019621312618256, 0.11764705926179886, 0.17016807198524475, -0.14495795965194702, 0.06512605398893356, -0.10994396358728409, -0.10994396358728409, -0.10994396358728409, -0.23249296844005585, 0.1001400575041771, 0.0476190559566021, 0.20518220961093903, 0.012605053372681141, 0.2226892113685608, 0.34523820877075195, 0.39775922894477844, -0.07492996007204056, -0.07492996007204056, 0.0476190559566021, -0.2499999701976776, 0.2577032148838043, 0.1001400575041771, 0.0476190559566021, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.06512605398893356, -0.057422954589128494, -0.33753499388694763, -0.022408949211239815, 0.39775922894477844, 0.15266107022762299, 0.06512605398893356, -0.26750698685646057, 0.03011205606162548, -0.09243696182966232, -0.3025209903717041, -0.1624649614095688, -0.3550419807434082, -0.4950979948043823, -0.47759100794792175, -0.33753499388694763, -0.5301120281219482, 0.18767507374286652, -0.7226890325546265, -0.28501397371292114, -0.23249296844005585, -0.33753499388694763, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.17016807198524475, 0.2226892113685608, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.590336263179779, 0.7829132676124573, 1.1505602598190308, 1.3606443405151367, 1.2556023597717285, 1.2556023597717285, 1.1330533027648926, 1.5707283020019531, 1.430672287940979, 1.2906162738800049, 1.465686321258545, 1.3081233501434326, 0.8704482913017273, 0.7654062509536743, -1.0903360843658447, -1.6505602598190308, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.6855742931365967, -1.7731093168258667, -1.5455182790756226, -1.5630252361297607, 0.13515406847000122, -0.5651260018348694, -0.3025209903717041, 0.4852942228317261, 0.9929972887039185, 0.13515406847000122, 0.3802522122859955, 0.5378152132034302, 0.3102242052555084, 0.06512605398893356, 0.0476190559566021, 0.06512605398893356, 0.11764705926179886, 0.45028021931648254, 0.5728292465209961, 0.5378152132034302, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, 0.20518220961093903, 0.590336263179779, 0.7654062509536743, 0.5553222298622131, 0.3277312219142914, 0.012605053372681141, 0.4677872359752655, 0.6603642702102661, 0.5728292465209961, 0.6778712272644043, 1.3081233501434326, 2.1834733486175537, 2.0959384441375732], [1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.4131653308868408, 2.0084033012390137, 1.9033613204956055, 1.553221344947815, 0.6778712272644043, 0.8529412746429443, 1.430672287940979, 1.7457983493804932, 1.9033613204956055, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 0.012605053372681141, -0.33753499388694763, -0.19747896492481232, -0.6876749992370605, -1.4054621458053589, -1.6330533027648926, -1.7030812501907349, -1.4929972887039185, -0.7401960492134094, 0.11764705926179886, 0.8529412746429443, 1.8333333730697632, 2.0609242916107178, 2.0084033012390137, 2.1309523582458496, 2.113445281982422, 1.9733893871307373, 0.8879552483558655, -1.282913088798523, -1.843137264251709, -1.7030812501907349, -0.7051820158958435, -0.5826330184936523, -1.0903360843658447, -1.755602240562439, -1.457983136177063, -0.4600839912891388, -0.6176469922065735, -1.282913088798523, -1.7731093168258667, -1.4404760599136353, 0.3102242052555084, 0.7829132676124573, 0.9754902720451355, 0.7654062509536743, -1.0378150939941406, -1.878151297569275, -1.6505602598190308, 0.5553222298622131, 1.5882353782653809, 1.6232492923736572, 1.3956583738327026, 0.8704482913017273, -0.4950979948043823, 0.03011205606162548, 0.9754902720451355, 1.378151297569275, 1.6757704019546509, 1.9033613204956055, 1.9208683967590332, 2.113445281982422, 2.1309523582458496, 2.0609242916107178, 0.5728292465209961, -0.7401960492134094, -0.8452380299568176, -1.2654061317443848, 0.20518220961093903, 0.9054622650146484, 0.6253502368927002, 0.4852942228317261, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.3802522122859955, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.4677872359752655, 0.08263305574655533, 0.0476190559566021, -0.022408949211239815, 0.15266107022762299, -0.23249296844005585, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, -0.03991595283150673, -0.14495795965194702, -0.03991595283150673, -0.09243696182966232, 0.18767507374286652, 0.06512605398893356, -0.1624649614095688, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.11764705926179886, -0.07492996007204056, 0.03011205606162548, -0.3025209903717041, -0.057422954589128494, 0.08263305574655533, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.03011205606162548, 0.03011205606162548, -0.03991595283150673, -0.21498596668243408, -0.0049019488506019115, 0.17016807198524475, 0.0476190559566021, 0.29271721839904785, -0.2499999701976776, -0.23249296844005585, -0.14495795965194702, -0.022408949211239815, 0.06512605398893356, -0.10994396358728409, -0.23249296844005585, -0.14495795965194702, -0.3025209903717041, 0.13515406847000122, 0.17016807198524475, 0.012605053372681141, 0.17016807198524475, 0.3102242052555084, 0.502801239490509, 0.3102242052555084, 0.3277312219142914, 0.7303922772407532, 0.8529412746429443, 1.2556023597717285, 0.9754902720451355, 1.1505602598190308, 1.1855742931365967, 1.5357143878936768, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.3256303071975708, 1.3256303071975708, 0.6078432202339172, -1.282913088798523, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.7906162738800049, -1.8256303071975708, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.8606442213058472, -1.720588207244873, -0.8452380299568176, -1.0378150939941406, -0.8977590203285217, -0.6701680421829224, 0.8879552483558655, 0.8004202842712402, 1.465686321258545, 1.7983193397521973, 0.6778712272644043, 1.0105042457580566, 0.7128852605819702, 0.9229692816734314, 0.3627452254295349, 0.11764705926179886, -0.4425770044326782, 0.012605053372681141, 0.502801239490509, 0.590336263179779, 0.520308256149292, 1.0980392694473267, 0.3802522122859955, -0.12745095789432526, 0.2577032148838043, 0.9229692816734314, 0.590336263179779, 0.7478992342948914, 0.45028021931648254, 0.03011205606162548, 0.2226892113685608, 0.6428572535514832, 0.6428572535514832, 0.8004202842712402, 1.0630252361297607, 2.1309523582458496, 2.0959384441375732], [1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 1.343137264251709, 1.9733893871307373, 2.0084033012390137, 1.6232492923736572, 0.7829132676124573, 0.8179272413253784, 1.2380952835083008, 1.5707283020019531, 1.3606443405151367, 0.8004202842712402, -0.5126050114631653, -1.335434079170227, -1.4054621458053589, -1.3004200458526611, -1.4404760599136353, -1.4929972887039185, -0.8977590203285217, -0.057422954589128494, 0.34523820877075195, -0.1624649614095688, -1.0903360843658447, -1.668067216873169, -1.878151297569275, -1.6505602598190308, -1.0203081369400024, 1.1680673360824585, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 1.7983193397521973, 0.415266215801239, -1.0203081369400024, -1.4754900932312012, -1.7380952835083008, -1.5980392694473267, -1.2654061317443848, -1.6155462265014648, -1.843137264251709, -1.7030812501907349, -0.6351540088653564, 0.012605053372681141, -0.3550419807434082, -1.3179271221160889, -1.6155462265014648, -0.8102240562438965, 0.415266215801239, 0.20518220961093903, -0.4600839912891388, -1.3879550695419312, -1.7906162738800049, -1.668067216873169, -0.23249296844005585, 1.343137264251709, 1.5882353782653809, 1.465686321258545, 1.430672287940979, 0.502801239490509, -1.5105042457580566, -1.6155462265014648, 0.11764705926179886, 1.8858543634414673, 2.043417453765869, 2.113445281982422, 2.165966510772705, 2.218487501144409, 2.1484594345092773, 2.0084033012390137, -0.7226890325546265, -1.5280112028121948, -1.7030812501907349, -0.6176469922065735, 0.06512605398893356, 0.3277312219142914, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.29271721839904785, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.3627452254295349, 0.03011205606162548, 0.08263305574655533, 0.3802522122859955, 0.08263305574655533, 0.3802522122859955, 0.18767507374286652, -0.022408949211239815, 0.2577032148838043, 0.012605053372681141, 0.08263305574655533, 0.06512605398893356, 0.18767507374286652, -0.14495795965194702, 0.20518220961093903, 0.20518220961093903, 0.17016807198524475, 0.03011205606162548, 0.06512605398893356, -0.0049019488506019115, -0.03991595283150673, 0.34523820877075195, -0.09243696182966232, -0.10994396358728409, -0.022408949211239815, -0.10994396358728409, -0.1624649614095688, -0.0049019488506019115, -0.057422954589128494, -0.23249296844005585, -0.1624649614095688, 0.29271721839904785, 0.2226892113685608, 0.18767507374286652, 0.0476190559566021, -0.14495795965194702, -0.022408949211239815, -0.022408949211239815, -0.09243696182966232, -0.21498596668243408, 0.03011205606162548, -0.09243696182966232, -0.03991595283150673, -0.1624649614095688, -0.4425770044326782, -0.07492996007204056, -0.12745095789432526, 0.13515406847000122, -0.057422954589128494, 0.06512605398893356, 0.24019621312618256, 0.3802522122859955, 0.45028021931648254, 0.5553222298622131, 0.4677872359752655, 0.8704482913017273, 0.9754902720451355, 1.1155463457107544, 1.2380952835083008, 1.4481793642044067, 1.1855742931365967, 1.4481793642044067, 1.5357143878936768, 1.518207311630249, 1.4131653308868408, 1.5707283020019531, 1.3956583738327026, 0.7654062509536743, -1.5105042457580566, -1.720588207244873, -1.808123230934143, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.843137264251709, -1.843137264251709, -1.895658254623413, -1.8256303071975708, -1.808123230934143, -1.5630252361297607, -1.3879550695419312, -1.2303920984268188, 1.2380952835083008, 1.465686321258545, 1.5882353782653809, 1.7107843160629272, 1.378151297569275, 1.728291392326355, 1.3256303071975708, 1.2731093168258667, 0.9929972887039185, 0.9054622650146484, 0.6603642702102661, 0.13515406847000122, 0.4852942228317261, 0.20518220961093903, 0.20518220961093903, 0.7829132676124573, 0.6078432202339172, 0.9054622650146484, 0.17016807198524475, 0.8354342579841614, 0.432773232460022, 0.8704482913017273, 0.7478992342948914, 0.7829132676124573, 0.7128852605819702, 0.5553222298622131, 0.4852942228317261, 0.6428572535514832, 0.520308256149292, 0.6428572535514832, 1.0980392694473267, 2.165966510772705, 2.0784313678741455], [1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5378152132034302, 1.2731093168258667, 1.9033613204956055, 1.9908963441848755, 1.640756368637085, 0.520308256149292, -0.6176469922065735, -1.282913088798523, -1.5455182790756226, -1.5455182790756226, -1.5455182790756226, -1.6155462265014648, -1.668067216873169, -1.6505602598190308, -1.720588207244873, -1.7906162738800049, -1.8256303071975708, -1.7731093168258667, -1.3004200458526611, -0.4075630009174347, 0.3627452254295349, 0.3802522122859955, -0.39005598425865173, -1.4404760599136353, -1.7731093168258667, -1.7030812501907349, 1.0280113220214844, 2.043417453765869, 1.6582633256912231, 0.8879552483558655, -1.422969102859497, -1.6155462265014648, -1.4754900932312012, -1.668067216873169, -1.668067216873169, -0.8977590203285217, -0.42506998777389526, -0.5651260018348694, -1.4754900932312012, -1.4929972887039185, -1.4404760599136353, -1.843137264251709, -1.9481792449951172, -1.6155462265014648, 0.11764705926179886, 0.3277312219142914, 0.1001400575041771, -0.7401960492134094, -1.1253501176834106, 0.39775922894477844, 0.45028021931648254, -0.28501397371292114, -0.8102240562438965, -0.5126050114631653, -0.6001400351524353, -1.370448112487793, -1.8256303071975708, -1.6505602598190308, 0.9404762983322144, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.2710084915161133, 2.358543634414673, 2.393557548522949, 1.7983193397521973, 0.0476190559566021, -0.6876749992370605, -1.720588207244873, -0.4425770044326782, 0.6953782439231873, 0.7829132676124573, 0.7128852605819702, 0.502801239490509, -0.14495795965194702, 0.012605053372681141, -0.09243696182966232, -0.03991595283150673, 0.15266107022762299, 0.012605053372681141, 0.18767507374286652, 0.3627452254295349, -0.03991595283150673, 0.0476190559566021, 0.3277312219142914, 0.39775922894477844, 0.1001400575041771, 0.24019621312618256, -0.1624649614095688, 0.590336263179779, 0.17016807198524475, 0.20518220961093903, 0.03011205606162548, 0.18767507374286652, 0.34523820877075195, 0.3802522122859955, -0.022408949211239815, -0.14495795965194702, 0.08263305574655533, 0.1001400575041771, 0.08263305574655533, -0.10994396358728409, -0.09243696182966232, -0.17997196316719055, 0.3102242052555084, -0.10994396358728409, 0.03011205606162548, -0.07492996007204056, -0.3550419807434082, 0.012605053372681141, -0.07492996007204056, -0.0049019488506019115, 0.15266107022762299, 0.2577032148838043, -0.0049019488506019115, 0.17016807198524475, 0.13515406847000122, -0.0049019488506019115, -0.14495795965194702, -0.4950979948043823, -0.07492996007204056, -0.39005598425865173, -0.14495795965194702, -0.5826330184936523, -0.26750698685646057, -0.12745095789432526, -0.10994396358728409, 0.08263305574655533, 0.2577032148838043, -0.0049019488506019115, 0.0476190559566021, 0.2577032148838043, 0.15266107022762299, 0.5728292465209961, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.553221344947815, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.430672287940979, -0.5651260018348694, -1.7030812501907349, -1.720588207244873, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.8606442213058472, -1.878151297569275, -1.0903360843658447, -1.4404760599136353, 0.7128852605819702, 0.15266107022762299, 0.3102242052555084, 1.378151297569275, 1.868347406387329, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.5882353782653809, 1.343137264251709, 0.9579832553863525, 1.0630252361297607, 0.2226892113685608, -0.33753499388694763, -0.12745095789432526, -0.0049019488506019115, 0.7303922772407532, 0.502801239490509, 0.7654062509536743, 0.08263305574655533, 0.9754902720451355, 0.432773232460022, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.502801239490509, 0.39775922894477844, 0.520308256149292, 0.8704482913017273, 0.6253502368927002, 0.6953782439231873, 1.0455182790756226, 2.1834733486175537, 2.0609242916107178], [1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 1.1855742931365967, 1.8333333730697632, 2.0259103775024414, 1.3956583738327026, -0.26750698685646057, -0.5476189851760864, -0.7752100229263306, -1.1253501176834106, -1.5105042457580566, -1.720588207244873, -1.7731093168258667, -1.7380952835083008, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.878151297569275, -1.930672287940979, -1.808123230934143, -1.160364031791687, -0.09243696182966232, 0.7128852605819702, 0.29271721839904785, -0.7401960492134094, -1.5630252361297607, 0.1001400575041771, 1.2205883264541626, -0.19747896492481232, -1.5455182790756226, -1.370448112487793, -1.0203081369400024, -1.0728291273117065, -1.5980392694473267, -1.5105042457580566, -1.0028010606765747, -0.9677870869636536, -1.5105042457580566, -0.7752100229263306, -0.12745095789432526, -0.3550419807434082, -1.2303920984268188, -1.4054621458053589, -0.9502801299095154, -1.422969102859497, -1.8256303071975708, -1.878151297569275, -0.7401960492134094, 0.2752102017402649, 0.2226892113685608, -0.3025209903717041, -0.9327731132507324, -0.022408949211239815, -0.0049019488506019115, -0.7577030062675476, -1.6855742931365967, 0.20518220961093903, 1.693277359008789, 2.165966510772705, 2.2710084915161133, 2.3235294818878174, 2.3060226440429688, 2.2710084915161133, 0.590336263179779, 0.03011205606162548, -0.6701680421829224, -1.843137264251709, -1.1778711080551147, 1.0805323123931885, 1.2556023597717285, 1.0630252361297607, 1.0455182790756226, -0.14495795965194702, -0.3200279772281647, 0.012605053372681141, 0.1001400575041771, -0.0049019488506019115, 0.1001400575041771, 0.11764705926179886, -0.057422954589128494, 0.06512605398893356, 0.2752102017402649, 0.11764705926179886, 0.08263305574655533, 0.24019621312618256, 0.17016807198524475, 0.29271721839904785, 0.06512605398893356, 0.2752102017402649, 0.502801239490509, 0.34523820877075195, 0.06512605398893356, -0.022408949211239815, -0.21498596668243408, -0.09243696182966232, -0.26750698685646057, -0.10994396358728409, -0.3200279772281647, -0.37254899740219116, -0.4950979948043823, -0.07492996007204056, -0.28501397371292114, -0.4075630009174347, 0.2226892113685608, 0.24019621312618256, 0.1001400575041771, -0.057422954589128494, -0.14495795965194702, -0.07492996007204056, -0.3200279772281647, -0.3025209903717041, -0.12745095789432526, 0.08263305574655533, 0.15266107022762299, 0.0476190559566021, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -0.057422954589128494, -0.09243696182966232, -0.4075630009174347, -0.0049019488506019115, -0.28501397371292114, -0.09243696182966232, -0.09243696182966232, -0.07492996007204056, -0.0049019488506019115, -0.2499999701976776, -0.022408949211239815, 0.13515406847000122, 0.4677872359752655, 0.502801239490509, 0.2752102017402649, 0.502801239490509, 0.8004202842712402, 0.8879552483558655, 1.1680673360824585, 1.1505602598190308, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.5882353782653809, 1.465686321258545, 1.465686321258545, 1.5357143878936768, 1.2731093168258667, 0.6253502368927002, -1.195378065109253, -1.5980392694473267, -1.7906162738800049, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.7906162738800049, -1.7906162738800049, -1.8256303071975708, -1.7906162738800049, -1.7731093168258667, -1.7380952835083008, -0.9852941036224365, -0.23249296844005585, 0.502801239490509, 1.518207311630249, 1.2205883264541626, 1.7457983493804932, 0.4677872359752655, 1.7983193397521973, 1.728291392326355, 1.7983193397521973, 1.6582633256912231, 1.640756368637085, 1.8333333730697632, 1.2556023597717285, 1.605742335319519, -0.23249296844005585, -0.4425770044326782, -0.28501397371292114, 0.24019621312618256, 0.45028021931648254, 0.6078432202339172, 0.520308256149292, 0.34523820877075195, 0.8704482913017273, 0.415266215801239, 0.6253502368927002, 0.7478992342948914, 0.45028021931648254, 0.8179272413253784, 0.5553222298622131, 0.34523820877075195, 0.08263305574655533, 0.9229692816734314, 0.7829132676124573, 0.7829132676124573, 2.235994577407837, 2.0609242916107178], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.8704482913017273, 0.8179272413253784, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.0280113220214844, 1.7457983493804932, 2.0084033012390137, 1.693277359008789, 1.1855742931365967, 0.432773232460022, -0.03991595283150673, -0.10994396358728409, -0.33753499388694763, -0.9502801299095154, -1.5105042457580566, -1.7906162738800049, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.9131653308868408, -1.930672287940979, -1.965686321258545, -1.965686321258545, -2.018207311630249, -1.755602240562439, -0.8977590203285217, 0.3802522122859955, 0.5728292465209961, -0.28501397371292114, -0.9852941036224365, -1.668067216873169, -1.720588207244873, -1.5630252361297607, -1.3529410362243652, -1.1778711080551147, -1.1778711080551147, -1.1078431606292725, -0.8627450466156006, -0.7226890325546265, -1.282913088798523, -1.4054621458053589, -1.0203081369400024, -0.8277310132980347, -1.5630252361297607, -1.3879550695419312, -0.19747896492481232, -0.7051820158958435, -1.422969102859497, -1.6330533027648926, -1.0028010606765747, -0.8277310132980347, -1.4929972887039185, -1.843137264251709, -1.5630252361297607, 0.03011205606162548, 0.20518220961093903, 0.24019621312618256, -0.07492996007204056, 1.5707283020019531, 2.165966510772705, 2.218487501144409, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 1.9733893871307373, 0.0476190559566021, -1.1078431606292725, -1.5630252361297607, -1.720588207244873, -1.160364031791687, 0.4677872359752655, 0.5553222298622131, 0.6253502368927002, 0.2752102017402649, -0.8627450466156006, -0.4425770044326782, 0.17016807198524475, -0.07492996007204056, -0.33753499388694763, -0.10994396358728409, 0.13515406847000122, 0.24019621312618256, 0.0476190559566021, -0.21498596668243408, 0.13515406847000122, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.24019621312618256, 0.2752102017402649, 0.2226892113685608, 0.6253502368927002, -0.21498596668243408, 0.20518220961093903, 0.03011205606162548, 0.03011205606162548, -0.14495795965194702, -0.3200279772281647, -0.3200279772281647, -0.2499999701976776, -0.3025209903717041, -0.17997196316719055, -0.03991595283150673, 0.06512605398893356, -0.10994396358728409, 0.03011205606162548, -0.1624649614095688, -0.022408949211239815, 0.13515406847000122, 0.18767507374286652, -0.022408949211239815, -0.23249296844005585, -0.1624649614095688, -0.47759100794792175, -0.10994396358728409, -0.33753499388694763, -0.0049019488506019115, 0.06512605398893356, 0.03011205606162548, -0.23249296844005585, -0.10994396358728409, -0.17997196316719055, -0.07492996007204056, 0.15266107022762299, -0.07492996007204056, -0.03991595283150673, 0.1001400575041771, -0.26750698685646057, 0.1001400575041771, -0.03991595283150673, -0.0049019488506019115, 0.18767507374286652, 0.39775922894477844, 0.5378152132034302, 0.6953782439231873, 0.9229692816734314, 0.8004202842712402, 0.8879552483558655, 1.2205883264541626, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.0455182790756226, -1.3004200458526611, -1.5280112028121948, -1.668067216873169, -1.755602240562439, -1.808123230934143, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.580532193183899, -0.5126050114631653, 1.0455182790756226, 0.590336263179779, 1.483193278312683, 1.6582633256912231, 1.8858543634414673, 1.5007003545761108, 1.6232492923736572, 1.6232492923736572, 1.693277359008789, 1.7633053064346313, 1.7107843160629272, 1.780812382698059, 1.430672287940979, 0.3627452254295349, 0.34523820877075195, 0.8354342579841614, 0.7829132676124573, 0.5553222298622131, 0.432773232460022, 0.4852942228317261, 0.5553222298622131, 0.6428572535514832, 0.6953782439231873, 0.3802522122859955, 0.9229692816734314, 0.432773232460022, 0.6953782439231873, 0.9404762983322144, 0.5553222298622131, 0.1001400575041771, 0.8354342579841614, 0.3802522122859955, 0.45028021931648254, 2.1834733486175537, 2.043417453765869], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6778712272644043, 1.0280113220214844, 1.7107843160629272, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.465686321258545, 0.432773232460022, -0.26750698685646057, 0.0476190559566021, 0.24019621312618256, 0.1001400575041771, -0.6001400351524353, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.8606442213058472, -1.895658254623413, -1.9131653308868408, -1.9481792449951172, -1.965686321258545, -1.983193278312683, -1.9481792449951172, -1.370448112487793, -0.17997196316719055, 0.5378152132034302, 0.2577032148838043, -0.8277310132980347, -1.6155462265014648, -1.9481792449951172, -1.755602240562439, -1.3529410362243652, -0.9152660369873047, -1.0903360843658447, -0.6876749992370605, -0.9327731132507324, -0.8627450466156006, -0.6176469922065735, -0.4600839912891388, -0.9502801299095154, -1.5105042457580566, -1.2128850221633911, -1.0378150939941406, -1.422969102859497, -1.668067216873169, -1.247899055480957, -1.2128850221633911, -1.878151297569275, -1.930672287940979, -1.247899055480957, -0.26750698685646057, -0.21498596668243408, -0.7226890325546265, -1.422969102859497, -0.14495795965194702, 2.0609242916107178, 2.165966510772705, 2.218487501144409, 2.288515567779541, 2.1484594345092773, -1.720588207244873, -1.7731093168258667, 0.24019621312618256, 0.9054622650146484, 1.0630252361297607, 0.9404762983322144, -0.7226890325546265, -1.2128850221633911, 0.3627452254295349, 0.6778712272644043, 0.590336263179779, 0.590336263179779, -0.12745095789432526, -0.9327731132507324, -0.5476189851760864, 0.08263305574655533, -0.2499999701976776, -0.1624649614095688, -0.21498596668243408, 0.18767507374286652, 0.17016807198524475, 0.24019621312618256, 0.17016807198524475, 0.2577032148838043, -0.14495795965194702, 0.2226892113685608, -0.09243696182966232, -0.03991595283150673, 0.3802522122859955, -0.022408949211239815, 0.08263305574655533, 0.012605053372681141, -0.07492996007204056, -0.03991595283150673, -0.12745095789432526, -0.0049019488506019115, 0.2226892113685608, 0.20518220961093903, -0.10994396358728409, -0.0049019488506019115, 0.29271721839904785, 0.17016807198524475, -0.23249296844005585, -0.17997196316719055, 0.17016807198524475, -0.057422954589128494, -0.3200279772281647, -0.0049019488506019115, 0.2577032148838043, 0.2226892113685608, -0.23249296844005585, -0.23249296844005585, -0.09243696182966232, -0.26750698685646057, 0.0476190559566021, 0.06512605398893356, 0.1001400575041771, -0.12745095789432526, -0.33753499388694763, 0.11764705926179886, 0.2226892113685608, 0.03011205606162548, 0.012605053372681141, -0.10994396358728409, 0.2577032148838043, 0.012605053372681141, 0.012605053372681141, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 1.2030812501907349, 1.3256303071975708, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.3956583738327026, -0.4075630009174347, -1.4754900932312012, -1.7030812501907349, -1.755602240562439, -1.8256303071975708, -1.808123230934143, -1.7731093168258667, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.6855742931365967, -1.6330533027648926, -0.8977590203285217, -1.5455182790756226, -0.47759100794792175, 1.0805323123931885, 1.6757704019546509, 1.483193278312683, 1.3956583738327026, 1.9558824300765991, 1.9558824300765991, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.5357143878936768, 1.693277359008789, 1.693277359008789, 1.3256303071975708, -0.23249296844005585, 1.343137264251709, 1.0980392694473267, 0.6603642702102661, 0.6778712272644043, 0.2226892113685608, 0.4677872359752655, 0.29271721839904785, 0.8879552483558655, 0.590336263179779, 0.9054622650146484, 0.6078432202339172, 0.9579832553863525, 0.8529412746429443, 0.2226892113685608, 0.39775922894477844, 1.1155463457107544, 0.502801239490509, 0.03011205606162548, 2.0784313678741455, 2.0084033012390137], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.9404762983322144, 1.553221344947815, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.7107843160629272, 1.4481793642044067, 0.45028021931648254, -0.33753499388694763, -0.2499999701976776, 0.24019621312618256, 0.502801239490509, 0.3277312219142914, -0.4950979948043823, -1.2303920984268188, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.843137264251709, -1.878151297569275, -1.878151297569275, -1.930672287940979, -1.9131653308868408, -1.6505602598190308, -0.33753499388694763, 0.502801239490509, 0.6428572535514832, -0.07492996007204056, -1.282913088798523, -1.755602240562439, -1.9131653308868408, -1.5980392694473267, -1.1078431606292725, -0.6526610255241394, -0.6701680421829224, -1.3004200458526611, -1.0028010606765747, -1.160364031791687, -0.8277310132980347, -0.19747896492481232, -0.19747896492481232, -1.0028010606765747, -1.6855742931365967, -1.1078431606292725, -0.7226890325546265, -0.6876749992370605, -1.370448112487793, -1.5280112028121948, -1.2303920984268188, -1.370448112487793, -1.8256303071975708, -1.668067216873169, -0.2499999701976776, 1.815826416015625, 1.9033613204956055, 2.043417453765869, 2.235994577407837, 1.9208683967590332, -2.018207311630249, -1.6505602598190308, 0.18767507374286652, 0.6603642702102661, 0.7829132676124573, 0.2226892113685608, -1.755602240562439, -1.3004200458526611, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3606443405151367, 1.2205883264541626, -0.8452380299568176, -0.5126050114631653, -0.12745095789432526, -0.28501397371292114, -0.21498596668243408, -0.12745095789432526, -0.12745095789432526, 0.3102242052555084, 0.012605053372681141, 0.06512605398893356, -0.21498596668243408, 0.0476190559566021, 0.34523820877075195, 0.17016807198524475, 0.29271721839904785, -0.09243696182966232, -0.33753499388694763, -0.3200279772281647, -0.03991595283150673, -0.0049019488506019115, 0.03011205606162548, 0.3277312219142914, 0.13515406847000122, 0.34523820877075195, 0.08263305574655533, 0.20518220961093903, 0.08263305574655533, 0.012605053372681141, 0.012605053372681141, -0.022408949211239815, 0.1001400575041771, 0.29271721839904785, 0.17016807198524475, -0.3025209903717041, -0.14495795965194702, 0.08263305574655533, -0.23249296844005585, 0.08263305574655533, -0.022408949211239815, -0.09243696182966232, -0.17997196316719055, 0.432773232460022, 0.3102242052555084, 0.3277312219142914, 0.1001400575041771, 0.17016807198524475, 0.20518220961093903, 0.24019621312618256, -0.03991595283150673, 0.11764705926179886, 0.415266215801239, -0.057422954589128494, 0.06512605398893356, -0.057422954589128494, 0.520308256149292, 0.24019621312618256, 0.8004202842712402, 0.6078432202339172, 0.8354342579841614, 0.8879552483558655, 1.1330533027648926, 1.3081233501434326, 1.1680673360824585, 1.553221344947815, 1.6232492923736572, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.553221344947815, 0.6778712272644043, -0.9502801299095154, -1.7030812501907349, -1.668067216873169, -1.808123230934143, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.755602240562439, -1.668067216873169, -1.7030812501907349, -1.7906162738800049, -1.3879550695419312, -1.5455182790756226, -1.335434079170227, -0.6001400351524353, 1.2205883264541626, -1.0728291273117065, 0.9929972887039185, 1.3606443405151367, 1.8333333730697632, 1.7107843160629272, 1.815826416015625, 1.8858543634414673, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.465686321258545, 0.8354342579841614, 1.518207311630249, 1.483193278312683, 1.1680673360824585, 0.5553222298622131, 0.15266107022762299, 0.502801239490509, 0.502801239490509, 0.6253502368927002, 0.9754902720451355, 1.0805323123931885, 0.6778712272644043, 0.7829132676124573, 1.1330533027648926, 0.9229692816734314, 0.9754902720451355, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 2.0084033012390137, 2.043417453765869], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.8879552483558655, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.7633053064346313, 1.483193278312683, 0.6078432202339172, -0.10994396358728409, -0.21498596668243408, -0.19747896492481232, 0.15266107022762299, 0.6253502368927002, 0.590336263179779, -0.3025209903717041, -1.247899055480957, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.9131653308868408, -1.895658254623413, -1.9131653308868408, -1.965686321258545, -1.668067216873169, -0.39005598425865173, 0.3627452254295349, 0.6253502368927002, 0.3102242052555084, -0.7401960492134094, -1.5980392694473267, -1.895658254623413, -1.6505602598190308, -1.1253501176834106, -0.9502801299095154, -0.7051820158958435, -0.6001400351524353, -1.0378150939941406, -1.1253501176834106, -0.9677870869636536, -1.668067216873169, -1.4929972887039185, -0.7051820158958435, -1.3179271221160889, -1.5980392694473267, -1.843137264251709, -1.6505602598190308, -0.7927170395851135, -1.0378150939941406, -1.720588207244873, -1.6155462265014648, -0.7577030062675476, -0.1624649614095688, 1.7457983493804932, 1.9383753538131714, 2.165966510772705, 2.2009804248809814, -0.10994396358728409, -1.282913088798523, -0.9677870869636536, -0.7226890325546265, -0.3200279772281647, -1.2303920984268188, -1.843137264251709, -1.5280112028121948, 0.9229692816734314, 0.9229692816734314, 0.8179272413253784, 0.8004202842712402, 0.2752102017402649, -1.7380952835083008, -0.9327731132507324, 0.4852942228317261, -0.14495795965194702, -0.2499999701976776, -0.26750698685646057, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.10994396358728409, 0.13515406847000122, 0.2752102017402649, -0.057422954589128494, 0.03011205606162548, 0.18767507374286652, -0.10994396358728409, 0.012605053372681141, -0.28501397371292114, 0.06512605398893356, 0.1001400575041771, -0.07492996007204056, 0.17016807198524475, 0.45028021931648254, -0.17997196316719055, 0.3277312219142914, 0.18767507374286652, 0.06512605398893356, -0.03991595283150673, 0.18767507374286652, 0.06512605398893356, 0.17016807198524475, 0.1001400575041771, -0.1624649614095688, 0.06512605398893356, 0.012605053372681141, 0.06512605398893356, 0.0476190559566021, -0.1624649614095688, 0.0476190559566021, 0.06512605398893356, 0.2752102017402649, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.2226892113685608, 0.29271721839904785, 0.415266215801239, 0.1001400575041771, 0.20518220961093903, 0.34523820877075195, -0.03991595283150673, 0.08263305574655533, 0.29271721839904785, -0.21498596668243408, 0.6603642702102661, 0.6778712272644043, 0.5378152132034302, 0.7128852605819702, 0.8179272413253784, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.5007003545761108, 1.5882353782653809, 1.640756368637085, 1.465686321258545, 1.5007003545761108, 1.3606443405151367, 1.4481793642044067, 0.0476190559566021, -1.3179271221160889, -1.7030812501907349, -1.7380952835083008, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.6330533027648926, -1.6505602598190308, -1.6855742931365967, -1.5280112028121948, -1.5980392694473267, -0.6001400351524353, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 1.1505602598190308, -0.7051820158958435, 0.012605053372681141, 1.4481793642044067, 1.4131653308868408, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, 1.5882353782653809, 1.693277359008789, 1.640756368637085, 1.7983193397521973, 1.640756368637085, 1.728291392326355, 1.5357143878936768, 1.553221344947815, 1.2731093168258667, 0.6953782439231873, 0.1001400575041771, 0.5728292465209961, 0.15266107022762299, 0.34523820877075195, 0.5728292465209961, 0.9404762983322144, 0.7128852605819702, 0.9054622650146484, 1.0280113220214844, 1.2205883264541626, 1.1855742931365967, 0.3277312219142914, 0.6428572535514832, 1.1855742931365967, 2.0084033012390137, 2.043417453765869], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.8004202842712402, 1.4481793642044067, 1.868347406387329, 1.9908963441848755, 1.9733893871307373, 1.9383753538131714, 1.8333333730697632, 1.7457983493804932, 1.5357143878936768, 0.6078432202339172, -0.0049019488506019115, -0.0049019488506019115, -0.2499999701976776, -0.4600839912891388, 0.17016807198524475, 0.7303922772407532, 0.5378152132034302, -0.4600839912891388, -1.370448112487793, -1.6505602598190308, -1.8256303071975708, -1.878151297569275, -1.808123230934143, -1.9481792449951172, -1.983193278312683, -1.5280112028121948, -0.23249296844005585, 0.432773232460022, 0.590336263179779, 0.6778712272644043, 0.08263305574655533, -1.2654061317443848, -1.8256303071975708, -1.7030812501907349, -1.1778711080551147, -1.160364031791687, -1.0378150939941406, -0.39005598425865173, -0.23249296844005585, -0.8802520632743835, -1.1778711080551147, -0.6876749992370605, -0.7577030062675476, -1.3529410362243652, -1.720588207244873, -1.6155462265014648, -1.1428570747375488, -0.9852941036224365, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.5105042457580566, -1.843137264251709, 1.7633053064346313, 2.1484594345092773, 2.1309523582458496, -0.057422954589128494, -0.5826330184936523, -0.5651260018348694, -1.755602240562439, -1.8606442213058472, -0.5826330184936523, 0.6778712272644043, 0.520308256149292, 0.3627452254295349, -0.07492996007204056, -1.2128850221633911, -1.0553221702575684, -0.8627450466156006, -1.7030812501907349, -1.755602240562439, -0.4075630009174347, -0.42506998777389526, -0.10994396358728409, -0.21498596668243408, -0.03991595283150673, -0.3200279772281647, -0.3025209903717041, -0.17997196316719055, 0.2752102017402649, -0.12745095789432526, 0.1001400575041771, -0.09243696182966232, -0.14495795965194702, 0.13515406847000122, -0.19747896492481232, 0.18767507374286652, 0.17016807198524475, 0.012605053372681141, -0.03991595283150673, 0.34523820877075195, -0.26750698685646057, 0.45028021931648254, 0.2226892113685608, 0.13515406847000122, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, -0.14495795965194702, -0.03991595283150673, -0.2499999701976776, 0.012605053372681141, -0.23249296844005585, -0.17997196316719055, -0.33753499388694763, 0.13515406847000122, 0.3102242052555084, 0.2226892113685608, -0.23249296844005585, -0.09243696182966232, 0.20518220961093903, 0.20518220961093903, 0.3102242052555084, -0.1624649614095688, -0.5301120281219482, -0.33753499388694763, -0.14495795965194702, 0.502801239490509, 0.4852942228317261, 0.415266215801239, 0.13515406847000122, 0.3627452254295349, 0.520308256149292, 0.17016807198524475, 0.5378152132034302, 0.6253502368927002, 1.0280113220214844, 0.9404762983322144, 1.2380952835083008, 1.3081233501434326, 1.2906162738800049, 1.465686321258545, 1.553221344947815, 1.343137264251709, 1.553221344947815, 1.343137264251709, 0.6953782439231873, -0.6526610255241394, -0.4600839912891388, -1.668067216873169, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.755602240562439, -1.7731093168258667, -1.755602240562439, -1.6330533027648926, -1.7380952835083008, -1.0553221702575684, -1.1078431606292725, 1.3956583738327026, 1.430672287940979, 1.6757704019546509, 0.4852942228317261, 2.0259103775024414, 0.11764705926179886, -0.9677870869636536, 0.7128852605819702, 1.640756368637085, 1.6757704019546509, 1.7983193397521973, 1.483193278312683, 1.430672287940979, 1.6232492923736572, 1.553221344947815, 1.6232492923736572, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.5882353782653809, 1.605742335319519, 1.483193278312683, 0.2577032148838043, -0.057422954589128494, 0.2577032148838043, -0.10994396358728409, 0.29271721839904785, 0.5378152132034302, 0.8354342579841614, 0.7829132676124573, 0.6603642702102661, 0.6778712272644043, 1.343137264251709, 0.8179272413253784, 0.6428572535514832, 0.6253502368927002, 1.5007003545761108, 1.9558824300765991, 1.9733893871307373], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 1.1330533027648926, 1.7983193397521973, 2.0259103775024414, 2.043417453765869, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7457983493804932, 1.5007003545761108, 0.7303922772407532, 0.08263305574655533, 0.24019621312618256, 0.03011205606162548, -0.7927170395851135, -0.6701680421829224, 0.24019621312618256, 0.6953782439231873, 0.3802522122859955, -0.6351540088653564, -1.3529410362243652, -1.6855742931365967, -1.843137264251709, -1.8606442213058472, -1.9131653308868408, -2.0007002353668213, -1.370448112487793, -0.022408949211239815, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.502801239490509, -0.6526610255241394, -1.6330533027648926, -1.755602240562439, -1.3529410362243652, -0.9852941036224365, -0.7927170395851135, -0.6351540088653564, -1.0728291273117065, -0.4425770044326782, -1.1253501176834106, -1.6505602598190308, -0.9852941036224365, -0.8977590203285217, -1.3004200458526611, -1.580532193183899, -1.8256303071975708, -1.3179271221160889, -0.9852941036224365, -0.8102240562438965, -1.0903360843658447, 0.9754902720451355, 1.7457983493804932, 1.8508403301239014, 1.4131653308868408, -0.39005598425865173, -1.0553221702575684, -1.895658254623413, -1.930672287940979, -1.0903360843658447, 0.6778712272644043, 0.7303922772407532, 0.9404762983322144, 0.6253502368927002, -1.668067216873169, -1.5280112028121948, 1.0630252361297607, 1.0980392694473267, 0.9404762983322144, 0.6603642702102661, -0.3025209903717041, -0.6526610255241394, -0.1624649614095688, -0.23249296844005585, -0.10994396358728409, -0.28501397371292114, -0.09243696182966232, -0.17997196316719055, 0.012605053372681141, 0.11764705926179886, -0.3200279772281647, 0.08263305574655533, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.09243696182966232, -0.4075630009174347, 0.3627452254295349, -0.5126050114631653, 0.3102242052555084, -0.1624649614095688, -0.14495795965194702, 0.2577032148838043, 0.012605053372681141, 0.11764705926179886, 0.11764705926179886, -0.3550419807434082, 0.06512605398893356, 0.012605053372681141, -0.03991595283150673, -0.12745095789432526, 0.1001400575041771, -0.057422954589128494, -0.19747896492481232, -0.1624649614095688, -0.03991595283150673, -0.07492996007204056, -0.10994396358728409, -0.07492996007204056, 0.15266107022762299, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.45028021931648254, 0.415266215801239, 0.06512605398893356, 0.20518220961093903, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.9754902720451355, 1.0805323123931885, 1.2906162738800049, 1.1680673360824585, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.465686321258545, 0.7128852605819702, -1.0728291273117065, -1.4054621458053589, -1.9131653308868408, -1.808123230934143, -1.7906162738800049, -1.6155462265014648, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.7731093168258667, -1.6330533027648926, -1.6155462265014648, -1.3004200458526611, -0.6701680421829224, 0.9404762983322144, 1.728291392326355, 1.9383753538131714, 1.9733893871307373, 1.553221344947815, 2.0959384441375732, 1.868347406387329, -1.5980392694473267, -1.720588207244873, 0.1001400575041771, 1.7457983493804932, 1.5882353782653809, 1.640756368637085, 1.6757704019546509, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.553221344947815, 1.6757704019546509, 1.7457983493804932, 1.343137264251709, 1.7983193397521973, 1.7107843160629272, 0.5378152132034302, 0.6953782439231873, 0.3802522122859955, 0.6603642702102661, 0.17016807198524475, 0.432773232460022, 0.6603642702102661, 0.6953782439231873, 1.0630252361297607, 1.0630252361297607, 0.8179272413253784, 0.5728292465209961, 0.29271721839904785, 0.8354342579841614, 1.7633053064346313, 1.8858543634414673, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 1.2380952835083008, 1.868347406387329, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.868347406387329, 1.780812382698059, 1.780812382698059, 1.518207311630249, 0.7829132676124573, 0.06512605398893356, 0.15266107022762299, 0.3627452254295349, -0.28501397371292114, -1.1428570747375488, -0.6001400351524353, 0.39775922894477844, 0.7478992342948914, 0.06512605398893356, -0.9327731132507324, -1.422969102859497, -1.6155462265014648, -1.808123230934143, -1.930672287940979, -1.9481792449951172, -1.282913088798523, 0.18767507374286652, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, -0.10994396358728409, -1.4404760599136353, -1.755602240562439, -1.4929972887039185, -1.0553221702575684, -0.9677870869636536, -0.4425770044326782, -0.2499999701976776, -0.5126050114631653, -1.335434079170227, -1.195378065109253, -1.2303920984268188, -1.7380952835083008, -1.7380952835083008, -1.457983136177063, -1.3529410362243652, -1.3879550695419312, -1.6155462265014648, -1.1078431606292725, 1.6232492923736572, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.165966510772705, -1.4929972887039185, -1.878151297569275, -1.3179271221160889, -0.37254899740219116, -0.42506998777389526, -0.33753499388694763, -0.9327731132507324, -1.895658254623413, -1.6855742931365967, -0.23249296844005585, 0.4677872359752655, 0.45028021931648254, 0.3802522122859955, 0.0476190559566021, -0.7401960492134094, -0.5126050114631653, -0.022408949211239815, -0.7226890325546265, -0.19747896492481232, -0.12745095789432526, -0.09243696182966232, -0.19747896492481232, -0.09243696182966232, -0.10994396358728409, -0.14495795965194702, -0.1624649614095688, -0.19747896492481232, -0.21498596668243408, -0.47759100794792175, 0.08263305574655533, -0.39005598425865173, 0.1001400575041771, -0.10994396358728409, -0.2499999701976776, -0.3200279772281647, -0.33753499388694763, -0.4600839912891388, -0.7051820158958435, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.0476190559566021, 0.08263305574655533, -0.14495795965194702, 0.06512605398893356, 0.34523820877075195, 0.39775922894477844, 0.17016807198524475, 0.13515406847000122, -0.09243696182966232, 0.11764705926179886, 0.20518220961093903, -0.09243696182966232, -0.33753499388694763, 0.06512605398893356, -0.5826330184936523, -0.21498596668243408, -0.07492996007204056, 0.415266215801239, 0.4852942228317261, 0.5728292465209961, 0.432773232460022, 0.20518220961093903, 0.4677872359752655, 0.6428572535514832, 0.4677872359752655, 0.6253502368927002, 0.8004202842712402, 0.9404762983322144, 1.0280113220214844, 1.1855742931365967, 1.3606443405151367, 1.5882353782653809, 1.430672287940979, 1.4481793642044067, 1.2205883264541626, 0.20518220961093903, -0.5126050114631653, -1.878151297569275, -1.843137264251709, -1.9131653308868408, -1.808123230934143, -1.5280112028121948, -1.580532193183899, -1.7906162738800049, -1.7731093168258667, -1.6505602598190308, -1.5455182790756226, -1.5105042457580566, -0.6176469922065735, 0.520308256149292, 1.430672287940979, 1.7107843160629272, 1.9733893871307373, 1.9733893871307373, 1.8508403301239014, 2.0259103775024414, 2.1484594345092773, -0.8802520632743835, -1.7380952835083008, -0.8277310132980347, -1.895658254623413, -1.668067216873169, 0.17016807198524475, 1.8508403301239014, 1.605742335319519, 1.5007003545761108, 1.5882353782653809, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.553221344947815, 1.7983193397521973, 1.693277359008789, 1.1680673360824585, 1.1505602598190308, 0.8004202842712402, 0.20518220961093903, 0.012605053372681141, 0.20518220961093903, 0.6253502368927002, 0.6603642702102661, 1.0105042457580566, 1.2380952835083008, 1.0805323123931885, 0.6603642702102661, 0.45028021931648254, 0.7478992342948914, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 1.483193278312683, 1.9558824300765991, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055, 1.815826416015625, 1.728291392326355, 1.5007003545761108, 0.7478992342948914, 0.012605053372681141, 0.012605053372681141, 0.3102242052555084, 0.2226892113685608, -0.8277310132980347, -0.9677870869636536, 0.0476190559566021, 0.590336263179779, 0.590336263179779, -0.0049019488506019115, -1.0378150939941406, -1.4929972887039185, -1.7030812501907349, -1.8606442213058472, -1.895658254623413, -1.457983136177063, -0.23249296844005585, 0.3277312219142914, 0.5728292465209961, 0.6253502368927002, 0.7478992342948914, 0.29271721839904785, -0.9152660369873047, -1.6505602598190308, -1.5105042457580566, -1.195378065109253, -1.0378150939941406, -1.2128850221633911, -1.0028010606765747, -0.47759100794792175, -0.6526610255241394, -1.370448112487793, -1.6505602598190308, -1.195378065109253, -1.3004200458526611, -1.6505602598190308, -1.8606442213058472, -1.3879550695419312, -1.0728291273117065, 1.8333333730697632, 2.1309523582458496, 2.1309523582458496, 0.29271721839904785, -1.720588207244873, -1.9131653308868408, 0.03011205606162548, 0.590336263179779, 0.7829132676124573, 0.8354342579841614, -0.28501397371292114, -1.6505602598190308, 0.3627452254295349, 0.7303922772407532, 0.3102242052555084, -0.9502801299095154, -1.3179271221160889, -0.6701680421829224, -0.5126050114631653, -0.33753499388694763, 0.012605053372681141, -0.1624649614095688, -0.4075630009174347, -0.21498596668243408, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.09243696182966232, -0.21498596668243408, -0.14495795965194702, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.5126050114631653, 0.03011205606162548, -0.23249296844005585, -0.6176469922065735, -0.37254899740219116, -0.5826330184936523, -0.6701680421829224, -0.3200279772281647, -0.3200279772281647, -0.26750698685646057, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.33753499388694763, -0.03991595283150673, 0.03011205606162548, -0.21498596668243408, -0.3550419807434082, -0.03991595283150673, -0.6526610255241394, -0.9502801299095154, -1.1428570747375488, -0.6176469922065735, -0.6176469922065735, -0.8102240562438965, -0.37254899740219116, -0.4425770044326782, -0.3550419807434082, -0.42506998777389526, 0.08263305574655533, -0.12745095789432526, -0.12745095789432526, 0.24019621312618256, 0.5553222298622131, 0.3802522122859955, 0.45028021931648254, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.343137264251709, 1.5007003545761108, 1.4131653308868408, 1.430672287940979, 1.6232492923736572, 1.2556023597717285, 0.24019621312618256, -0.8277310132980347, -1.878151297569275, -1.895658254623413, -1.878151297569275, -1.7380952835083008, -1.8256303071975708, -1.7906162738800049, -1.5630252361297607, -1.755602240562439, -1.7380952835083008, -1.5630252361297607, -1.2303920984268188, -0.8277310132980347, 0.432773232460022, 0.8879552483558655, 1.3956583738327026, 1.6582633256912231, 2.1309523582458496, 2.1309523582458496, 2.0084033012390137, 2.0259103775024414, 2.1834733486175537, 1.868347406387329, -0.7401960492134094, -1.195378065109253, -1.3004200458526611, -1.7906162738800049, -1.7906162738800049, -1.9131653308868408, -0.5126050114631653, 1.5882353782653809, 1.4481793642044067, 1.7107843160629272, 1.5007003545761108, 1.605742335319519, 1.7107843160629272, 1.7457983493804932, 1.815826416015625, 1.605742335319519, 1.2205883264541626, 0.03011205606162548, -0.03991595283150673, 0.11764705926179886, 0.3627452254295349, 0.8354342579841614, 1.1680673360824585, 1.2556023597717285, 1.6582633256912231, 0.9754902720451355, 0.6953782439231873, 0.6603642702102661, 0.8879552483558655, 2.0959384441375732, 1.9558824300765991, 1.9383753538131714], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0805323123931885, 1.728291392326355, 2.0084033012390137, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.5357143878936768, 0.8354342579841614, 0.03011205606162548, -0.37254899740219116, -0.0049019488506019115, 0.432773232460022, -0.5126050114631653, -0.8627450466156006, 0.29271721839904785, 0.45028021931648254, 0.7654062509536743, 0.590336263179779, -0.1624649614095688, -1.1428570747375488, -1.5105042457580566, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -0.8277310132980347, 0.24019621312618256, 0.3277312219142914, 0.590336263179779, 0.590336263179779, 0.5728292465209961, -0.42506998777389526, -1.5105042457580566, -1.457983136177063, -1.1253501176834106, -1.2128850221633911, -0.8102240562438965, -0.8452380299568176, -1.1428570747375488, -1.4404760599136353, -1.4054621458053589, -1.4404760599136353, -1.720588207244873, -1.5455182790756226, -1.5455182790756226, -1.4754900932312012, 1.7633053064346313, 1.780812382698059, 1.9033613204956055, 1.1155463457107544, -2.0007002353668213, -1.8606442213058472, -0.47759100794792175, 0.18767507374286652, 0.2577032148838043, 0.3102242052555084, -1.370448112487793, -1.3179271221160889, 0.590336263179779, 0.8354342579841614, 0.7128852605819702, -1.422969102859497, -0.23249296844005585, 0.415266215801239, 0.20518220961093903, 0.0476190559566021, -0.33753499388694763, -0.19747896492481232, -0.3025209903717041, -0.1624649614095688, -0.42506998777389526, -0.1624649614095688, -0.26750698685646057, -0.42506998777389526, -0.26750698685646057, -0.17997196316719055, -0.21498596668243408, -0.3200279772281647, -0.5126050114631653, -0.4600839912891388, -0.26750698685646057, -0.5651260018348694, -0.6001400351524353, -0.42506998777389526, -0.4425770044326782, -0.4425770044326782, -0.10994396358728409, -0.5826330184936523, -0.1624649614095688, -0.37254899740219116, -0.28501397371292114, 0.0476190559566021, -0.23249296844005585, -0.6526610255241394, -0.26750698685646057, -0.3550419807434082, -0.19747896492481232, -0.14495795965194702, -0.17997196316719055, -0.03991595283150673, -0.19747896492481232, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.17997196316719055, -0.3200279772281647, -0.0049019488506019115, -0.3200279772281647, 0.15266107022762299, -0.09243696182966232, -0.5126050114631653, 0.11764705926179886, 0.3277312219142914, 0.3277312219142914, 0.8179272413253784, 0.5728292465209961, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.3256303071975708, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 0.9054622650146484, 0.3102242052555084, 0.39775922894477844, -0.8277310132980347, -1.8606442213058472, -1.9481792449951172, -1.9481792449951172, -1.8606442213058472, -1.808123230934143, -1.7380952835083008, -1.7380952835083008, -1.6330533027648926, -1.7380952835083008, -1.5630252361297607, -1.0903360843658447, -1.0378150939941406, -0.17997196316719055, 1.1330533027648926, 1.483193278312683, 1.640756368637085, 1.7107843160629272, 2.165966510772705, 1.780812382698059, 1.9733893871307373, 2.0609242916107178, 1.868347406387329, 0.3627452254295349, -1.4929972887039185, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.580532193183899, -1.983193278312683, -1.5455182790756226, 1.3956583738327026, 1.343137264251709, 1.483193278312683, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.2731093168258667, 0.6603642702102661, 0.5553222298622131, 0.415266215801239, 0.7829132676124573, 0.5553222298622131, 1.0105042457580566, 0.7128852605819702, 0.4677872359752655, 1.343137264251709, 0.8179272413253784, 0.9579832553863525, 0.8354342579841614, 0.590336263179779, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8704482913017273, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.9733893871307373, 2.0259103775024414, 2.0084033012390137, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6757704019546509, 1.4131653308868408, 0.8879552483558655, 0.17016807198524475, -0.6526610255241394, -0.37254899740219116, 0.17016807198524475, -0.3025209903717041, -0.5476189851760864, 0.15266107022762299, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, -0.5826330184936523, -1.335434079170227, -1.5455182790756226, -1.895658254623413, -1.8256303071975708, -1.0378150939941406, 0.13515406847000122, 0.3102242052555084, 0.5553222298622131, 0.590336263179779, 0.5378152132034302, 0.17016807198524475, -1.3879550695419312, -1.370448112487793, -1.160364031791687, -1.195378065109253, -1.5980392694473267, -1.422969102859497, -0.8627450466156006, -0.8627450466156006, -1.5630252361297607, -1.5455182790756226, -1.3879550695419312, -1.247899055480957, 0.3102242052555084, 1.6757704019546509, 1.815826416015625, 2.0259103775024414, 2.113445281982422, 0.7303922772407532, -1.878151297569275, -1.2128850221633911, -0.7226890325546265, -0.37254899740219116, -1.0903360843658447, -1.3879550695419312, 0.012605053372681141, 0.6078432202339172, 0.20518220961093903, -1.668067216873169, -0.28501397371292114, 0.5378152132034302, 0.17016807198524475, 0.08263305574655533, -0.3200279772281647, 0.012605053372681141, -0.26750698685646057, -0.4425770044326782, -0.19747896492481232, -0.33753499388694763, -0.23249296844005585, -0.6351540088653564, -0.19747896492481232, -0.12745095789432526, -0.2499999701976776, -0.09243696182966232, -0.5126050114631653, -0.4950979948043823, -0.5126050114631653, -0.5651260018348694, -0.47759100794792175, -0.0049019488506019115, -0.5651260018348694, -0.28501397371292114, -0.07492996007204056, -0.42506998777389526, -0.26750698685646057, -0.6176469922065735, -0.12745095789432526, 0.0476190559566021, 0.06512605398893356, -0.07492996007204056, -0.14495795965194702, 0.11764705926179886, -0.057422954589128494, -0.21498596668243408, -0.07492996007204056, -0.21498596668243408, 0.0476190559566021, 0.0476190559566021, -0.07492996007204056, 0.1001400575041771, 0.20518220961093903, 0.20518220961093903, -0.5126050114631653, -0.8802520632743835, 0.15266107022762299, 0.3802522122859955, 0.6428572535514832, 0.2752102017402649, 0.6078432202339172, 0.432773232460022, 0.6603642702102661, 0.7478992342948914, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.2731093168258667, 1.5707283020019531, 1.2205883264541626, 1.465686321258545, 1.5882353782653809, 0.502801239490509, -0.8102240562438965, -1.7906162738800049, -1.8256303071975708, -1.9481792449951172, -1.965686321258545, -1.965686321258545, -1.808123230934143, -1.7906162738800049, -1.7380952835083008, -1.668067216873169, -1.4929972887039185, -1.370448112487793, -1.2128850221633911, -0.19747896492481232, 1.1330533027648926, 1.483193278312683, 1.9208683967590332, 1.6757704019546509, 1.9033613204956055, 1.815826416015625, 1.9033613204956055, 2.0084033012390137, 2.0609242916107178, 1.605742335319519, -0.9502801299095154, -1.843137264251709, -1.7380952835083008, -1.6505602598190308, -1.5455182790756226, -1.370448112487793, -1.4929972887039185, -2.0357143878936768, -0.9502801299095154, 1.0280113220214844, 1.7457983493804932, 1.430672287940979, 1.430672287940979, 1.640756368637085, 1.728291392326355, 0.7303922772407532, 1.0630252361297607, 0.9929972887039185, 0.9929972887039185, 0.4677872359752655, 0.6078432202339172, 0.6253502368927002, 1.1155463457107544, 0.6253502368927002, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 1.2030812501907349, 0.8179272413253784, 1.815826416015625, 1.8858543634414673, 1.8508403301239014], [1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9404762983322144, 1.483193278312683, 1.868347406387329, 1.9383753538131714, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9033613204956055, 1.868347406387329, 1.780812382698059, 1.728291392326355, 1.6582633256912231, 1.605742335319519, 1.4131653308868408, 0.7829132676124573, 0.18767507374286652, -0.7401960492134094, -0.7927170395851135, -0.23249296844005585, -0.2499999701976776, -0.03991595283150673, 0.3627452254295349, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.8354342579841614, 0.45028021931648254, -0.7226890325546265, -1.4054621458053589, -1.6330533027648926, -1.8256303071975708, -1.3004200458526611, -0.03991595283150673, 0.3102242052555084, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.11764705926179886, -0.9677870869636536, -0.8802520632743835, -1.0553221702575684, -1.247899055480957, -1.195378065109253, -1.1078431606292725, -1.195378065109253, -1.2128850221633911, -1.5280112028121948, -1.5280112028121948, -1.580532193183899, -0.3025209903717041, 2.0259103775024414, 2.113445281982422, 2.0959384441375732, 0.520308256149292, -1.930672287940979, -0.6176469922065735, 0.18767507374286652, 0.502801239490509, 0.5378152132034302, -0.39005598425865173, -1.4929972887039185, -0.8627450466156006, -0.8277310132980347, -1.580532193183899, -1.4404760599136353, -0.3200279772281647, -0.03991595283150673, -0.21498596668243408, -0.3550419807434082, -0.21498596668243408, -0.23249296844005585, -0.12745095789432526, -0.37254899740219116, -0.12745095789432526, -0.3550419807434082, -0.4075630009174347, -0.23249296844005585, -0.26750698685646057, -0.4600839912891388, -0.47759100794792175, -0.5301120281219482, -0.37254899740219116, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.3550419807434082, -0.4600839912891388, -0.28501397371292114, -0.19747896492481232, -0.23249296844005585, -0.3550419807434082, -0.21498596668243408, -0.3025209903717041, -0.1624649614095688, -0.17997196316719055, -0.10994396358728409, -0.10994396358728409, -0.21498596668243408, -0.057422954589128494, -0.07492996007204056, -0.21498596668243408, -0.07492996007204056, 0.0476190559566021, -0.28501397371292114, -0.4425770044326782, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.0476190559566021, 0.3802522122859955, 0.1001400575041771, 0.34523820877075195, 0.03011205606162548, 0.08263305574655533, 0.29271721839904785, 0.5378152132034302, 0.590336263179779, 0.8529412746429443, 0.8004202842712402, 1.1330533027648926, 0.8354342579841614, 1.4481793642044067, 1.4131653308868408, 1.5707283020019531, 1.5007003545761108, 1.1855742931365967, 1.0455182790756226, -1.4404760599136353, -1.7380952835083008, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.965686321258545, -1.9131653308868408, -1.808123230934143, -1.8256303071975708, -1.7030812501907349, -1.5630252361297607, -1.6330533027648926, -0.6876749992370605, -0.39005598425865173, 0.9054622650146484, 1.3081233501434326, 1.6232492923736572, 1.9033613204956055, 1.9033613204956055, 1.9733893871307373, 2.0959384441375732, 2.0084033012390137, 1.9383753538131714, 1.8508403301239014, -0.2499999701976776, -1.8606442213058472, -1.668067216873169, -1.7030812501907349, -1.7030812501907349, -0.8102240562438965, -1.668067216873169, -1.9131653308868408, -1.755602240562439, 0.9054622650146484, 1.2030812501907349, 1.518207311630249, 1.3606443405151367, 1.553221344947815, 1.430672287940979, 0.8004202842712402, 1.378151297569275, 0.8354342579841614, 0.2226892113685608, 0.17016807198524475, 0.45028021931648254, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.9229692816734314, 1.4131653308868408, 1.2556023597717285, 1.1505602598190308, 1.5707283020019531, 1.7983193397521973, 1.7983193397521973, 1.815826416015625], [1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 1.0105042457580566, 1.5707283020019531, 1.8858543634414673, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5707283020019531, 1.343137264251709, 0.6428572535514832, 0.3802522122859955, -0.4950979948043823, -1.0203081369400024, -0.37254899740219116, -0.2499999701976776, -0.14495795965194702, 0.17016807198524475, 0.3802522122859955, 0.4677872359752655, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.11764705926179886, -1.0378150939941406, -1.4929972887039185, -1.6155462265014648, -1.5455182790756226, -0.28501397371292114, 0.06512605398893356, 0.18767507374286652, 0.18767507374286652, 0.11764705926179886, -0.1624649614095688, -0.8802520632743835, -0.9852941036224365, -1.160364031791687, -1.370448112487793, -1.5630252361297607, -1.2303920984268188, -1.1253501176834106, -1.282913088798523, -1.5630252361297607, -1.160364031791687, 1.640756368637085, 1.868347406387329, 2.0784313678741455, 1.0105042457580566, -1.755602240562439, -0.5301120281219482, 0.1001400575041771, 0.34523820877075195, 0.3277312219142914, -0.4600839912891388, -1.7380952835083008, 0.20518220961093903, 0.7303922772407532, 0.9229692816734314, 0.8529412746429443, 0.6078432202339172, -1.1428570747375488, -0.6001400351524353, -0.3200279772281647, -0.28501397371292114, -0.14495795965194702, -0.26750698685646057, -0.28501397371292114, -0.3025209903717041, -0.26750698685646057, -0.37254899740219116, -0.42506998777389526, -0.26750698685646057, -0.1624649614095688, -0.3200279772281647, -0.39005598425865173, -0.37254899740219116, -0.4075630009174347, -0.39005598425865173, -0.33753499388694763, -0.47759100794792175, -0.4600839912891388, -0.3550419807434082, -0.5651260018348694, -0.1624649614095688, -0.022408949211239815, -0.3025209903717041, -0.33753499388694763, -0.26750698685646057, -0.26750698685646057, -0.14495795965194702, -0.022408949211239815, -0.3200279772281647, -0.37254899740219116, -0.21498596668243408, -0.0049019488506019115, -0.09243696182966232, -0.07492996007204056, -0.057422954589128494, -0.09243696182966232, -0.3025209903717041, -0.4075630009174347, -0.26750698685646057, -0.5301120281219482, -0.19747896492481232, 0.15266107022762299, 0.34523820877075195, 0.2577032148838043, 0.6078432202339172, 0.8704482913017273, 0.9054622650146484, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 1.0980392694473267, 1.1505602598190308, 1.518207311630249, 1.430672287940979, 1.0280113220214844, 0.1001400575041771, 0.1001400575041771, 0.8179272413253784, -0.9152660369873047, -1.755602240562439, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.9481792449951172, -1.878151297569275, -1.8256303071975708, -1.843137264251709, -1.7380952835083008, -1.3879550695419312, -1.370448112487793, 0.0476190559566021, 0.9229692816734314, 1.4481793642044067, 1.693277359008789, 1.6582633256912231, 1.9033613204956055, 1.9033613204956055, 1.815826416015625, 1.9208683967590332, 1.9208683967590332, 1.780812382698059, 0.7654062509536743, -1.895658254623413, -1.755602240562439, -1.668067216873169, -1.808123230934143, -1.8606442213058472, -1.7380952835083008, -1.8606442213058472, -1.930672287940979, 0.3102242052555084, 1.0455182790756226, 1.378151297569275, 1.430672287940979, 1.2380952835083008, 1.2380952835083008, 1.0980392694473267, 0.8354342579841614, -1.0553221702575684, -0.6526610255241394, -0.26750698685646057, 0.7654062509536743, 0.9054622650146484, 0.5553222298622131, 0.4677872359752655, 0.7128852605819702, 1.5357143878936768, 1.3956583738327026, 1.2380952835083008, 1.8508403301239014, 1.7457983493804932, 1.7457983493804932, 1.780812382698059], [1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 1.1155463457107544, 1.7633053064346313, 1.9383753538131714, 1.9733893871307373, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.3081233501434326, 0.8704482913017273, 0.3802522122859955, 0.29271721839904785, -0.3550419807434082, -0.7401960492134094, -0.3550419807434082, -0.37254899740219116, -0.4075630009174347, -0.10994396358728409, 0.24019621312618256, 0.13515406847000122, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.7654062509536743, -0.07492996007204056, -1.3879550695419312, -1.422969102859497, -1.4929972887039185, -0.6001400351524353, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.1001400575041771, -0.2499999701976776, -0.9502801299095154, -1.0378150939941406, -1.2303920984268188, -1.4054621458053589, -1.3529410362243652, -1.370448112487793, -1.282913088798523, 0.11764705926179886, 1.6232492923736572, 1.693277359008789, 1.9033613204956055, 2.0609242916107178, 0.8529412746429443, -1.4404760599136353, -0.7226890325546265, -0.3025209903717041, -0.1624649614095688, -1.6505602598190308, -1.895658254623413, 0.0476190559566021, 0.8004202842712402, 0.9229692816734314, 0.9929972887039185, 0.5378152132034302, -1.580532193183899, -1.160364031791687, -0.14495795965194702, -0.4075630009174347, -0.4075630009174347, -0.5476189851760864, -0.26750698685646057, -0.3025209903717041, -0.33753499388694763, -0.4425770044326782, -0.23249296844005585, -0.17997196316719055, -0.39005598425865173, -0.42506998777389526, -0.47759100794792175, -0.4950979948043823, -0.5301120281219482, -0.057422954589128494, -0.37254899740219116, -0.42506998777389526, -0.4950979948043823, -0.3200279772281647, -0.4425770044326782, -0.12745095789432526, -0.10994396358728409, -0.39005598425865173, -0.47759100794792175, -0.28501397371292114, -0.3550419807434082, -0.022408949211239815, -0.19747896492481232, -0.23249296844005585, -0.26750698685646057, 0.012605053372681141, 0.012605053372681141, -0.03991595283150673, -0.3025209903717041, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, -0.3025209903717041, -0.10994396358728409, 0.012605053372681141, -0.6176469922065735, -0.9852941036224365, -0.4075630009174347, -0.6351540088653564, 0.415266215801239, 0.5378152132034302, 0.3802522122859955, 0.8354342579841614, 0.502801239490509, 0.7128852605819702, 1.0455182790756226, 0.8879552483558655, 1.3256303071975708, 1.5007003545761108, 0.3802522122859955, -0.37254899740219116, -1.668067216873169, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.878151297569275, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.983193278312683, -1.9131653308868408, -1.9131653308868408, -1.755602240562439, -1.5630252361297607, -1.3179271221160889, -0.4425770044326782, 1.1505602598190308, 1.483193278312683, 1.815826416015625, 1.640756368637085, 1.8508403301239014, 1.9208683967590332, 1.9383753538131714, 1.815826416015625, 1.9033613204956055, 1.693277359008789, 1.9208683967590332, -1.5455182790756226, -1.755602240562439, -1.7030812501907349, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.755602240562439, -1.878151297569275, 0.6603642702102661, 1.1330533027648926, 1.1680673360824585, 1.553221344947815, 1.5882353782653809, 1.2205883264541626, 1.0280113220214844, -0.5301120281219482, -0.8277310132980347, -1.0728291273117065, 0.06512605398893356, 0.4677872359752655, 1.5357143878936768, 0.7128852605819702, 0.7478992342948914, 1.4131653308868408, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932], [1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 1.0630252361297607, 1.6232492923736572, 1.9383753538131714, 2.0084033012390137, 2.0259103775024414, 1.9908963441848755, 1.9033613204956055, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.780812382698059, 1.7107843160629272, 1.7107843160629272, 1.640756368637085, 1.3956583738327026, 1.0980392694473267, 0.8704482913017273, 0.3277312219142914, 0.2577032148838043, 0.3102242052555084, -0.09243696182966232, 0.012605053372681141, -0.057422954589128494, -0.09243696182966232, -0.33753499388694763, -0.23249296844005585, 0.2226892113685608, 0.29271721839904785, 0.3627452254295349, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.5553222298622131, -0.4600839912891388, -1.370448112487793, -1.3879550695419312, -0.6001400351524353, -0.2499999701976776, -0.09243696182966232, 0.012605053372681141, -0.1624649614095688, -0.8452380299568176, -1.0553221702575684, -1.1428570747375488, -1.3879550695419312, -1.4929972887039185, -1.4404760599136353, -0.4950979948043823, 1.605742335319519, 1.780812382698059, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, -0.4425770044326782, -1.720588207244873, -1.6505602598190308, -1.0203081369400024, -1.160364031791687, -1.7380952835083008, -1.5105042457580566, 0.012605053372681141, 0.2752102017402649, 0.3802522122859955, 0.20518220961093903, -1.580532193183899, -1.6155462265014648, 0.11764705926179886, -0.12745095789432526, -0.21498596668243408, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.37254899740219116, -0.10994396358728409, -0.28501397371292114, -0.47759100794792175, -0.2499999701976776, -0.5126050114631653, -0.42506998777389526, -0.26750698685646057, -0.3550419807434082, -0.4075630009174347, -0.3200279772281647, -0.47759100794792175, -0.5476189851760864, -0.5126050114631653, -0.5126050114631653, -0.03991595283150673, -0.4425770044326782, -0.47759100794792175, -0.23249296844005585, -0.26750698685646057, -0.3200279772281647, -0.09243696182966232, -0.09243696182966232, -0.10994396358728409, -0.057422954589128494, -0.07492996007204056, 0.13515406847000122, 0.2226892113685608, -0.1624649614095688, 0.13515406847000122, 0.06512605398893356, 0.11764705926179886, 0.2577032148838043, -0.057422954589128494, 0.432773232460022, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.29271721839904785, -0.12745095789432526, 0.0476190559566021, 0.2226892113685608, 0.24019621312618256, 0.9404762983322144, 1.1855742931365967, 1.3081233501434326, 1.3956583738327026, 1.0805323123931885, -0.23249296844005585, -0.9502801299095154, -1.335434079170227, -1.7380952835083008, -1.8256303071975708, -1.8606442213058472, -1.9131653308868408, -1.9131653308868408, -1.895658254623413, -1.895658254623413, -1.878151297569275, -2.0007002353668213, -1.965686321258545, -2.0007002353668213, -1.878151297569275, -1.7380952835083008, -1.4404760599136353, 0.1001400575041771, 0.8529412746429443, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.9208683967590332, 1.7107843160629272, 1.9383753538131714, 1.640756368637085, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 0.03011205606162548, -1.843137264251709, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.843137264251709, -1.983193278312683, -1.3879550695419312, -1.4054621458053589, 0.520308256149292, 1.0455182790756226, 0.8179272413253784, 1.343137264251709, 0.3802522122859955, 0.3277312219142914, -0.23249296844005585, -1.2654061317443848, -1.0028010606765747, 0.4852942228317261, 0.29271721839904785, 0.8704482913017273, 0.7303922772407532, 0.6428572535514832, 1.0980392694473267, 1.343137264251709, 1.2030812501907349, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.693277359008789], [1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.9404762983322144, 1.465686321258545, 1.9033613204956055, 2.043417453765869, 2.043417453765869, 2.0084033012390137, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.3606443405151367, 1.2030812501907349, 1.0630252361297607, 0.5728292465209961, 0.012605053372681141, -0.022408949211239815, 0.012605053372681141, 0.012605053372681141, 0.03011205606162548, 0.08263305574655533, 0.06512605398893356, -0.21498596668243408, -0.3550419807434082, -0.057422954589128494, 0.24019621312618256, 0.34523820877075195, 0.415266215801239, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.415266215801239, -0.6701680421829224, -1.3004200458526611, -0.5476189851760864, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.21498596668243408, -0.9677870869636536, -1.2303920984268188, -1.2128850221633911, -1.282913088798523, -1.5630252361297607, 1.3606443405151367, 1.8508403301239014, 2.0259103775024414, 2.0784313678741455, 2.0784313678741455, 1.465686321258545, -1.843137264251709, -1.7030812501907349, -0.33753499388694763, -0.0049019488506019115, 0.2577032148838043, 0.2752102017402649, -0.8627450466156006, -1.457983136177063, -0.4425770044326782, -0.6876749992370605, -1.5980392694473267, -1.843137264251709, -1.282913088798523, -0.3025209903717041, -0.37254899740219116, -0.47759100794792175, -0.5126050114631653, -0.4425770044326782, -0.4950979948043823, -0.3200279772281647, -0.21498596668243408, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, -0.4600839912891388, -0.37254899740219116, -0.39005598425865173, 0.0476190559566021, -0.26750698685646057, -0.4075630009174347, -0.39005598425865173, -0.4600839912891388, -0.4425770044326782, -0.47759100794792175, -0.5126050114631653, -0.5651260018348694, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.4600839912891388, -0.17997196316719055, -0.09243696182966232, -0.4075630009174347, -0.2499999701976776, -0.14495795965194702, -0.07492996007204056, 0.3102242052555084, 0.2752102017402649, 0.24019621312618256, -0.057422954589128494, 0.0476190559566021, -0.03991595283150673, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6603642702102661, 0.7654062509536743, 0.5378152132034302, 1.0105042457580566, 1.1330533027648926, 1.2731093168258667, 1.0455182790756226, 1.1505602598190308, 1.430672287940979, 0.9754902720451355, -0.057422954589128494, -0.6001400351524353, -1.2303920984268188, -1.755602240562439, -1.8256303071975708, -1.8606442213058472, -1.8606442213058472, -1.8606442213058472, -1.878151297569275, -1.8606442213058472, -1.808123230934143, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.3529410362243652, -1.457983136177063, -0.12745095789432526, 0.6603642702102661, 1.3956583738327026, 1.6582633256912231, 1.5357143878936768, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.6232492923736572, 1.815826416015625, 1.728291392326355, 2.0259103775024414, -0.19747896492481232, 1.3606443405151367, -0.2499999701976776, -1.7906162738800049, -1.983193278312683, -1.965686321258545, -1.930672287940979, -1.6855742931365967, -1.5980392694473267, -2.0007002353668213, -0.3025209903717041, 0.6078432202339172, 1.1330533027648926, 1.0280113220214844, 0.5553222298622131, -1.370448112487793, -1.7906162738800049, -1.7731093168258667, -0.5826330184936523, 0.7829132676124573, 1.2906162738800049, 0.7128852605819702, 1.2205883264541626, 0.8179272413253784, 1.0455182790756226, 1.0280113220214844, 0.8704482913017273, 1.7457983493804932, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.6582633256912231], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9754902720451355, 1.430672287940979, 1.9033613204956055, 2.0609242916107178, 2.0959384441375732, 2.043417453765869, 1.9908963441848755, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.3956583738327026, 1.2906162738800049, 0.9929972887039185, 0.4852942228317261, -0.10994396358728409, -0.21498596668243408, -0.14495795965194702, -0.1624649614095688, -0.022408949211239815, 0.20518220961093903, -0.0049019488506019115, -0.07492996007204056, -0.26750698685646057, -0.42506998777389526, -0.28501397371292114, 0.11764705926179886, 0.17016807198524475, 0.20518220961093903, 0.29271721839904785, 0.415266215801239, 0.5378152132034302, 0.5728292465209961, 0.2226892113685608, -0.8802520632743835, -0.6701680421829224, -0.47759100794792175, -0.4075630009174347, -0.37254899740219116, -0.6351540088653564, -1.1778711080551147, -1.160364031791687, -1.282913088798523, -1.247899055480957, 1.378151297569275, 2.0259103775024414, 2.0609242916107178, 2.1834733486175537, 1.6232492923736572, -1.895658254623413, -1.668067216873169, 0.012605053372681141, 0.3277312219142914, 0.6078432202339172, 0.502801239490509, -1.3179271221160889, -1.6155462265014648, 0.6428572535514832, 0.4852942228317261, 0.2752102017402649, 0.2752102017402649, 0.20518220961093903, -0.6351540088653564, -0.9677870869636536, -0.4425770044326782, -0.39005598425865173, -0.14495795965194702, -0.4425770044326782, -0.4950979948043823, -0.7927170395851135, -0.3200279772281647, -0.28501397371292114, -0.33753499388694763, -0.4425770044326782, -0.4600839912891388, -0.37254899740219116, -0.2499999701976776, -0.19747896492481232, -0.6001400351524353, -0.3025209903717041, -0.6176469922065735, -0.5651260018348694, -0.5126050114631653, -0.6351540088653564, -0.28501397371292114, -0.42506998777389526, -0.5476189851760864, -0.47759100794792175, -0.5476189851760864, -0.21498596668243408, -0.5651260018348694, -0.39005598425865173, -0.19747896492481232, -0.28501397371292114, -0.3550419807434082, -0.12745095789432526, -0.3200279772281647, -0.17997196316719055, 0.03011205606162548, 0.13515406847000122, 0.3277312219142914, 0.15266107022762299, -0.14495795965194702, 0.08263305574655533, 0.34523820877075195, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.8004202842712402, 0.8004202842712402, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.4481793642044067, 0.9754902720451355, -0.17997196316719055, -1.0728291273117065, -1.5455182790756226, -1.7030812501907349, -1.8256303071975708, -1.8256303071975708, -1.808123230934143, -1.8606442213058472, -1.843137264251709, -1.808123230934143, -1.808123230934143, -1.0378150939941406, 0.1001400575041771, 0.8004202842712402, -0.42506998777389526, 0.3802522122859955, 0.24019621312618256, 0.8529412746429443, 1.815826416015625, 1.7107843160629272, 1.465686321258545, 1.640756368637085, 1.7983193397521973, 1.9558824300765991, 1.5707283020019531, 1.5007003545761108, 1.5882353782653809, 1.483193278312683, 1.343137264251709, 1.6582633256912231, 1.7107843160629272, 1.3256303071975708, 0.17016807198524475, -1.5630252361297607, -1.247899055480957, -1.965686321258545, -1.983193278312683, -2.0007002353668213, -1.930672287940979, -0.09243696182966232, 1.1155463457107544, 1.2380952835083008, -1.422969102859497, -1.9481792449951172, -1.878151297569275, -1.6155462265014648, 0.03011205606162548, 0.9229692816734314, 1.8333333730697632, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.1330533027648926, 0.6078432202339172, 1.2205883264541626, 1.6232492923736572, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6232492923736572], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8704482913017273, 1.3081233501434326, 1.7983193397521973, 2.0084033012390137, 2.0784313678741455, 2.043417453765869, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.868347406387329, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.0455182790756226, 0.502801239490509, -0.057422954589128494, -0.33753499388694763, -0.19747896492481232, -0.12745095789432526, -0.42506998777389526, -0.28501397371292114, -0.10994396358728409, -0.07492996007204056, -0.17997196316719055, -0.14495795965194702, -0.4950979948043823, -0.4425770044326782, -0.022408949211239815, 0.11764705926179886, 0.08263305574655533, 0.17016807198524475, 0.24019621312618256, 0.2752102017402649, 0.3627452254295349, 0.6428572535514832, -0.39005598425865173, -0.7752100229263306, -0.6001400351524353, -0.6176469922065735, -0.5476189851760864, -0.8452380299568176, -1.2654061317443848, -1.3529410362243652, 1.2556023597717285, 1.553221344947815, 2.0609242916107178, 2.2009804248809814, 1.3081233501434326, -1.9131653308868408, -1.6855742931365967, -0.1624649614095688, 0.18767507374286652, 0.502801239490509, 0.502801239490509, -1.5980392694473267, -1.6855742931365967, 0.8004202842712402, 0.7128852605819702, 0.5728292465209961, 0.6078432202339172, 0.45028021931648254, -0.6001400351524353, -0.6526610255241394, -0.37254899740219116, -0.14495795965194702, -0.2499999701976776, -0.47759100794792175, -0.26750698685646057, -0.37254899740219116, -0.47759100794792175, -0.28501397371292114, -0.4075630009174347, -0.47759100794792175, -0.42506998777389526, -0.7927170395851135, -0.5126050114631653, -0.39005598425865173, -0.33753499388694763, -0.5126050114631653, -0.6876749992370605, -0.4600839912891388, -0.5826330184936523, -0.5826330184936523, -0.37254899740219116, -0.4425770044326782, -0.5476189851760864, -0.3200279772281647, -0.5126050114631653, -0.28501397371292114, -0.4950979948043823, -0.42506998777389526, -0.4950979948043823, -0.5126050114631653, -0.3025209903717041, -0.21498596668243408, -0.14495795965194702, -0.09243696182966232, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.0476190559566021, -0.12745095789432526, -0.057422954589128494, 0.29271721839904785, 1.0805323123931885, 0.415266215801239, 0.7829132676124573, 1.0805323123931885, 0.9404762983322144, 1.1155463457107544, 0.9929972887039185, 0.8704482913017273, 0.590336263179779, 1.0980392694473267, 0.8004202842712402, -0.3550419807434082, -1.160364031791687, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.7731093168258667, -1.4054621458053589, -0.9152660369873047, -0.3025209903717041, 1.1155463457107544, 1.5007003545761108, 1.2731093168258667, 1.553221344947815, 1.5882353782653809, 1.7633053064346313, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.9733893871307373, 1.7983193397521973, 1.2380952835083008, 1.4131653308868408, 1.693277359008789, 1.693277359008789, 1.9033613204956055, 1.605742335319519, 1.2556023597717285, 0.9404762983322144, 0.5378152132034302, -0.7927170395851135, -1.9131653308868408, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.7030812501907349, 0.29271721839904785, -0.9327731132507324, -2.0007002353668213, -1.965686321258545, -1.7906162738800049, -1.5630252361297607, -0.3025209903717041, 0.9929972887039185, 1.5707283020019531, 1.3956583738327026, 1.4481793642044067, 1.378151297569275, 0.6078432202339172, 0.8529412746429443, 1.3956583738327026, 1.518207311630249, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.8879552483558655, 1.3606443405151367, 1.8508403301239014, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.7107843160629272, 1.640756368637085, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.3606443405151367, 1.1330533027648926, 0.7478992342948914, 0.08263305574655533, -0.19747896492481232, -0.0049019488506019115, 0.13515406847000122, -0.6001400351524353, -0.6351540088653564, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.14495795965194702, -0.19747896492481232, -0.42506998777389526, -0.5126050114631653, -0.37254899740219116, -0.07492996007204056, 0.06512605398893356, 0.1001400575041771, 0.17016807198524475, 0.08263305574655533, 0.06512605398893356, 0.06512605398893356, -0.6701680421829224, -0.9327731132507324, -0.8452380299568176, -0.8452380299568176, -0.7577030062675476, -1.0728291273117065, 0.9579832553863525, 1.693277359008789, 1.815826416015625, 1.9383753538131714, 2.043417453765869, -0.39005598425865173, -1.8256303071975708, -0.6876749992370605, -0.21498596668243408, -0.0049019488506019115, 0.18767507374286652, -1.7030812501907349, -1.7906162738800049, 0.45028021931648254, 0.6253502368927002, 0.5553222298622131, 0.6078432202339172, 0.5378152132034302, -0.8627450466156006, -0.4950979948043823, -0.12745095789432526, 0.012605053372681141, 0.2226892113685608, 0.20518220961093903, 0.11764705926179886, -0.47759100794792175, -0.09243696182966232, -0.28501397371292114, -0.4950979948043823, -0.6701680421829224, -0.6351540088653564, -0.4600839912891388, -0.5476189851760864, -0.39005598425865173, -0.4600839912891388, -0.5126050114631653, -0.5826330184936523, -0.5301120281219482, -0.5651260018348694, -0.7401960492134094, -0.5651260018348694, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.6351540088653564, -0.7051820158958435, -0.4075630009174347, -0.3550419807434082, -0.4075630009174347, -0.17997196316719055, -0.5126050114631653, -0.14495795965194702, -0.3200279772281647, -0.022408949211239815, 0.03011205606162548, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, 0.1001400575041771, 0.7654062509536743, 0.9229692816734314, 0.4852942228317261, 0.5378152132034302, 0.7303922772407532, 1.0105042457580566, 0.8704482913017273, 1.0455182790756226, 1.343137264251709, 1.465686321258545, 1.2906162738800049, 0.5378152132034302, -0.8277310132980347, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.755602240562439, -1.895658254623413, -1.195378065109253, -0.26750698685646057, -0.19747896492481232, 1.3956583738327026, 0.520308256149292, 1.3081233501434326, 1.5882353782653809, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.7457983493804932, 1.6582633256912231, 1.5882353782653809, 1.2556023597717285, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.728291392326355, 1.1680673360824585, 1.0280113220214844, -0.14495795965194702, -1.3179271221160889, -1.7731093168258667, -1.9131653308868408, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.965686321258545, -2.018207311630249, -1.8606442213058472, -1.808123230934143, -0.5826330184936523, -1.6505602598190308, 0.17016807198524475, 1.5357143878936768, 1.5882353782653809, 1.7983193397521973, 1.1855742931365967, 1.0105042457580566, 0.8004202842712402, 0.7303922772407532, 1.8858543634414673, 1.5007003545761108, 1.483193278312683, 1.553221344947815, 1.553221344947815, 1.553221344947815], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7303922772407532, 0.9754902720451355, 1.6232492923736572, 2.0084033012390137, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.8858543634414673, 1.693277359008789, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.2205883264541626, 1.2556023597717285, 1.0630252361297607, 0.6603642702102661, 0.39775922894477844, 0.15266107022762299, -0.03991595283150673, -0.2499999701976776, -0.33753499388694763, -0.4600839912891388, -0.1624649614095688, -0.03991595283150673, -0.03991595283150673, -0.21498596668243408, -0.47759100794792175, -0.5826330184936523, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.2499999701976776, -0.09243696182966232, -0.057422954589128494, -0.12745095789432526, -0.1624649614095688, -0.7401960492134094, -1.2303920984268188, -1.0378150939941406, -1.0903360843658447, -1.2303920984268188, 1.7633053064346313, 1.780812382698059, 1.9733893871307373, 2.0784313678741455, 1.9383753538131714, -1.2303920984268188, -1.0378150939941406, -1.3004200458526611, -1.6330533027648926, -1.160364031791687, -1.3004200458526611, -1.5105042457580566, -0.9327731132507324, -0.4425770044326782, -0.4425770044326782, -0.47759100794792175, -0.07492996007204056, -1.2303920984268188, -0.09243696182966232, 0.11764705926179886, 0.2752102017402649, 0.3277312219142914, -0.33753499388694763, 0.18767507374286652, -0.21498596668243408, -0.5476189851760864, -0.5476189851760864, -0.6001400351524353, -0.4950979948043823, -0.5826330184936523, -0.4950979948043823, -0.5651260018348694, -0.6701680421829224, -0.4950979948043823, -0.42506998777389526, -0.5476189851760864, -0.5476189851760864, -0.6526610255241394, -0.5651260018348694, -0.6351540088653564, -0.5826330184936523, -0.6176469922065735, -0.7226890325546265, -0.5476189851760864, -0.6001400351524353, -0.4075630009174347, -0.37254899740219116, -0.3025209903717041, -0.4075630009174347, -0.3200279772281647, -0.19747896492481232, -0.19747896492481232, -0.2499999701976776, -0.1624649614095688, 0.08263305574655533, 0.3802522122859955, 0.15266107022762299, 0.012605053372681141, 0.3802522122859955, 0.520308256149292, 0.9754902720451355, 0.6953782439231873, 0.8529412746429443, 0.7478992342948914, 0.6078432202339172, 0.9229692816734314, 1.1505602598190308, 1.3956583738327026, 1.378151297569275, 1.2205883264541626, 0.8354342579841614, -0.17997196316719055, -1.0903360843658447, -1.720588207244873, -1.7906162738800049, -1.843137264251709, -1.9131653308868408, -1.7906162738800049, -1.7731093168258667, -0.5476189851760864, 0.502801239490509, 1.0630252361297607, 1.2731093168258667, 1.465686321258545, 1.5882353782653809, 1.8508403301239014, 1.9383753538131714, 1.6582633256912231, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.640756368637085, 1.5357143878936768, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.5007003545761108, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.3081233501434326, 1.553221344947815, 1.1505602598190308, 0.6778712272644043, -0.7752100229263306, -1.282913088798523, -2.018207311630249, -2.0007002353668213, -1.2654061317443848, -2.018207311630249, -1.965686321258545, -1.965686321258545, 0.432773232460022, 1.0455182790756226, -1.9481792449951172, -1.422969102859497, -0.9327731132507324, 0.6778712272644043, 1.5357143878936768, 1.8858543634414673, 1.728291392326355, 1.728291392326355, 1.483193278312683, 0.8704482913017273, 1.0980392694473267, 1.640756368637085, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 1.3081233501434326, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.815826416015625, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 0.7829132676124573, 0.415266215801239, 0.24019621312618256, 0.20518220961093903, -0.0049019488506019115, -0.19747896492481232, -0.3025209903717041, -0.5476189851760864, -0.39005598425865173, -0.14495795965194702, -0.07492996007204056, -0.057422954589128494, -0.26750698685646057, -0.5826330184936523, -0.7051820158958435, -0.4425770044326782, -0.4600839912891388, -0.4075630009174347, -0.2499999701976776, -0.2499999701976776, -0.26750698685646057, -0.3025209903717041, -0.6176469922065735, -1.247899055480957, -1.6330533027648926, -1.5630252361297607, 2.043417453765869, 1.9908963441848755, 2.1309523582458496, 2.0784313678741455, -1.0728291273117065, -1.1778711080551147, -1.7906162738800049, -1.335434079170227, -1.195378065109253, 0.18767507374286652, 0.415266215801239, 0.432773232460022, 0.4677872359752655, -1.0903360843658447, -1.6855742931365967, -0.10994396358728409, -0.23249296844005585, -0.6701680421829224, -0.03991595283150673, 0.06512605398893356, 0.2226892113685608, -0.1624649614095688, -0.5651260018348694, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, 0.06512605398893356, -0.3025209903717041, -0.5826330184936523, -0.4075630009174347, -0.9502801299095154, -0.6701680421829224, -0.6876749992370605, -0.5651260018348694, -0.8627450466156006, -0.4600839912891388, -0.37254899740219116, -0.47759100794792175, -0.8627450466156006, -0.9327731132507324, -0.4600839912891388, -0.8627450466156006, -0.7226890325546265, -0.33753499388694763, -0.6701680421829224, -0.6351540088653564, -0.5651260018348694, -0.5651260018348694, -0.9327731132507324, -0.28501397371292114, -0.7051820158958435, -0.6876749992370605, -0.26750698685646057, -0.17997196316719055, -0.3200279772281647, 0.03011205606162548, 0.4677872359752655, 0.8704482913017273, 0.9404762983322144, 0.5378152132034302, 0.9229692816734314, 0.5553222298622131, 0.502801239490509, 1.0980392694473267, 1.0280113220214844, 0.6253502368927002, 1.0980392694473267, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, -0.39005598425865173, -1.0903360843658447, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.8256303071975708, -0.07492996007204056, 1.0805323123931885, 1.0980392694473267, 0.6078432202339172, 1.1155463457107544, 1.5357143878936768, 1.4481793642044067, 1.7457983493804932, 1.6232492923736572, 1.7983193397521973, 1.693277359008789, 1.3956583738327026, 1.7983193397521973, 1.693277359008789, 1.693277359008789, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.4131653308868408, 1.3081233501434326, 1.6582633256912231, 1.1330533027648926, 0.7829132676124573, 1.3956583738327026, 1.0455182790756226, 1.1155463457107544, 0.17016807198524475, -1.9131653308868408, -1.755602240562439, -1.965686321258545, -1.965686321258545, -1.983193278312683, -1.1428570747375488, -1.9481792449951172, -1.965686321258545, -2.018207311630249, -2.0007002353668213, -1.878151297569275, -1.0203081369400024, -0.23249296844005585, 0.6778712272644043, 1.518207311630249, 1.2906162738800049, 1.6232492923736572, 1.0805323123931885, 0.6603642702102661, 1.6582633256912231, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 1.2380952835083008, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.8333333730697632, 1.728291392326355, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.3081233501434326, 1.0280113220214844, 0.8354342579841614, 0.6428572535514832, 0.432773232460022, 0.24019621312618256, 0.08263305574655533, 0.03011205606162548, -0.12745095789432526, -0.3550419807434082, -0.5651260018348694, -0.4950979948043823, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.23249296844005585, -0.5826330184936523, -0.7401960492134094, -0.7401960492134094, -0.7577030062675476, -0.7577030062675476, -0.7401960492134094, -0.8277310132980347, -0.8452380299568176, -1.5980392694473267, -1.5105042457580566, -1.668067216873169, -0.23249296844005585, 1.3081233501434326, 1.8858543634414673, 2.0784313678741455, 1.0455182790756226, -1.282913088798523, -1.878151297569275, -1.4929972887039185, -1.0728291273117065, 0.20518220961093903, 0.3627452254295349, 0.4677872359752655, 0.4677872359752655, -1.160364031791687, -1.720588207244873, 0.3627452254295349, 0.432773232460022, 0.2752102017402649, -0.0049019488506019115, -0.4950979948043823, -0.12745095789432526, -0.14495795965194702, -0.1624649614095688, -0.5126050114631653, -0.19747896492481232, -0.5126050114631653, -0.14495795965194702, -0.03991595283150673, -0.5826330184936523, -0.6351540088653564, -0.8977590203285217, -0.6176469922065735, -0.6176469922065735, -0.5126050114631653, -0.5826330184936523, -0.3200279772281647, -0.3550419807434082, -0.2499999701976776, -0.21498596668243408, -0.42506998777389526, -0.5651260018348694, -0.7752100229263306, -0.7226890325546265, -0.28501397371292114, -0.6351540088653564, -0.6701680421829224, -0.5476189851760864, -0.47759100794792175, -0.47759100794792175, -0.37254899740219116, -0.4425770044326782, -0.4950979948043823, -0.33753499388694763, -0.26750698685646057, 0.6253502368927002, 0.012605053372681141, -0.057422954589128494, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.7478992342948914, 0.9229692816734314, 0.7478992342948914, 1.1155463457107544, 1.2731093168258667, 1.3956583738327026, 1.0980392694473267, 1.1330533027648926, 0.7829132676124573, 0.39775922894477844, -0.21498596668243408, -0.8977590203285217, -1.4054621458053589, -1.755602240562439, -1.7380952835083008, -1.7030812501907349, -1.1428570747375488, -0.5826330184936523, 0.9054622650146484, 1.3956583738327026, 1.2380952835083008, 1.2205883264541626, 1.1505602598190308, 1.5707283020019531, 1.605742335319519, 1.728291392326355, 1.5882353782653809, 1.5882353782653809, 1.815826416015625, 1.553221344947815, 1.5007003545761108, 1.640756368637085, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.2906162738800049, 1.465686321258545, 1.4131653308868408, 1.483193278312683, 1.0805323123931885, 0.590336263179779, -1.4754900932312012, -1.7906162738800049, -1.7380952835083008, -1.720588207244873, -0.10994396358728409, -1.930672287940979, -1.9481792449951172, 0.39775922894477844, 1.5357143878936768, -1.7906162738800049, -1.983193278312683, 0.9579832553863525, 1.8858543634414673, -1.930672287940979, -1.6330533027648926, -1.370448112487793, 0.502801239490509, 1.1155463457107544, 0.7478992342948914, -0.0049019488506019115, -0.9152660369873047, 1.5707283020019531, 1.7107843160629272, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 1.2030812501907349, 1.9733893871307373, 2.0084033012390137, 2.0084033012390137, 1.9733893871307373, 1.9908963441848755, 1.8858543634414673, 1.868347406387329, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.2380952835083008, 1.0455182790756226, 0.8004202842712402, 0.34523820877075195, -0.14495795965194702, -0.3025209903717041, -0.057422954589128494, -0.14495795965194702, -0.1624649614095688, -0.3200279772281647, -0.47759100794792175, -0.5651260018348694, -0.33753499388694763, -0.2499999701976776, -0.37254899740219116, -0.5301120281219482, -0.7051820158958435, -0.8277310132980347, -0.7927170395851135, -1.1253501176834106, -1.4754900932312012, -1.3529410362243652, -1.668067216873169, -1.6855742931365967, -1.4929972887039185, -1.457983136177063, 1.2731093168258667, 1.465686321258545, 1.3606443405151367, 1.5007003545761108, 0.7478992342948914, -1.580532193183899, -1.9131653308868408, -1.282913088798523, -0.1624649614095688, 0.06512605398893356, 0.1001400575041771, 0.11764705926179886, -1.2654061317443848, -1.8256303071975708, -0.07492996007204056, 0.432773232460022, 0.18767507374286652, 0.20518220961093903, -0.4425770044326782, -0.5651260018348694, -0.28501397371292114, -0.21498596668243408, -0.4950979948043823, -0.37254899740219116, -0.42506998777389526, -0.8102240562438965, -0.4950979948043823, -0.6526610255241394, -0.7051820158958435, -0.5651260018348694, -0.4075630009174347, -0.42506998777389526, -0.3200279772281647, -0.37254899740219116, -0.4075630009174347, -0.23249296844005585, -0.17997196316719055, -0.09243696182966232, -0.09243696182966232, -0.4075630009174347, -0.12745095789432526, -0.37254899740219116, -0.5301120281219482, -0.5826330184936523, -0.5651260018348694, -0.5826330184936523, -0.5301120281219482, -0.5476189851760864, -0.6351540088653564, -0.39005598425865173, -0.2499999701976776, -0.2499999701976776, -0.12745095789432526, 0.18767507374286652, 0.5378152132034302, 0.3627452254295349, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 0.7654062509536743, 0.9579832553863525, 0.8004202842712402, 0.9404762983322144, 0.6778712272644043, 0.8704482913017273, 1.0105042457580566, 1.3256303071975708, 1.3956583738327026, 0.9404762983322144, -0.19747896492481232, -1.2303920984268188, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.1253501176834106, 0.6078432202339172, 0.9929972887039185, 1.3606443405151367, 1.3606443405151367, 1.5882353782653809, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 1.728291392326355, 1.6232492923736572, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.8508403301239014, 1.6582633256912231, 1.4131653308868408, 1.728291392326355, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.640756368637085, 1.693277359008789, -0.9502801299095154, -0.8977590203285217, -1.457983136177063, -0.10994396358728409, 1.8333333730697632, 1.9208683967590332, -1.4754900932312012, -1.9481792449951172, 1.7983193397521973, 1.7633053064346313, -1.9481792449951172, -1.1428570747375488, -1.7906162738800049, -1.195378065109253, -0.14495795965194702, -1.195378065109253, -1.720588207244873, -0.6876749992370605, 1.9558824300765991, 1.483193278312683, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.3606443405151367, 2.043417453765869, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.3606443405151367, 1.0980392694473267, 0.6778712272644043, 0.2752102017402649, -0.12745095789432526, -0.5476189851760864, -0.6526610255241394, -0.33753499388694763, -0.07492996007204056, -0.12745095789432526, -0.39005598425865173, -0.5826330184936523, -0.7226890325546265, -0.6526610255241394, -0.5651260018348694, -0.6526610255241394, -0.6176469922065735, -0.6526610255241394, -0.8977590203285217, -0.33753499388694763, -1.6155462265014648, -1.6330533027648926, -1.6155462265014648, -1.5980392694473267, -1.6855742931365967, -1.3004200458526611, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, -1.9131653308868408, -1.6855742931365967, -0.8977590203285217, 0.2577032148838043, -0.6701680421829224, -1.1253501176834106, -0.9852941036224365, -1.3179271221160889, -1.8606442213058472, -1.3004200458526611, -0.03991595283150673, -0.1624649614095688, -0.14495795965194702, -0.4950979948043823, -1.335434079170227, -1.4929972887039185, -0.23249296844005585, -0.5651260018348694, -0.6176469922065735, -0.5826330184936523, -0.7927170395851135, -0.6176469922065735, -0.6176469922065735, -0.4425770044326782, -0.4075630009174347, -0.07492996007204056, -0.26750698685646057, -0.33753499388694763, -0.3200279772281647, -0.3200279772281647, -0.10994396358728409, -0.1624649614095688, -0.09243696182966232, -0.07492996007204056, 0.012605053372681141, -0.0049019488506019115, -0.10994396358728409, -0.4075630009174347, -0.2499999701976776, -0.26750698685646057, -0.6176469922065735, -0.7752100229263306, -0.7051820158958435, -0.8977590203285217, -0.6876749992370605, -0.37254899740219116, 0.15266107022762299, 0.2577032148838043, 0.06512605398893356, 0.502801239490509, 0.3277312219142914, 0.3102242052555084, 0.7654062509536743, 0.45028021931648254, 0.415266215801239, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0455182790756226, 0.7128852605819702, 0.8879552483558655, 1.2556023597717285, 1.1680673360824585, 0.6603642702102661, -0.21498596668243408, -0.9677870869636536, -1.720588207244873, -1.755602240562439, -1.6505602598190308, -1.370448112487793, 0.0476190559566021, 0.9929972887039185, 1.3081233501434326, 1.3081233501434326, 1.2205883264541626, 1.4131653308868408, 1.465686321258545, 1.2556023597717285, 1.6232492923736572, 1.343137264251709, 1.5357143878936768, 1.693277359008789, 1.8858543634414673, 1.605742335319519, 1.7983193397521973, 1.7107843160629272, 1.780812382698059, 1.465686321258545, 1.640756368637085, 1.605742335319519, 1.640756368637085, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.430672287940979, 1.430672287940979, 1.7107843160629272, 1.8508403301239014, 1.430672287940979, 2.0784313678741455, 1.3081233501434326, -0.1624649614095688, 0.6253502368927002, 1.8333333730697632, -1.6855742931365967, -2.018207311630249, -1.930672287940979, -1.0028010606765747, -1.0203081369400024, -1.7731093168258667, -1.843137264251709, -1.6505602598190308, 0.4852942228317261, 0.3102242052555084, -1.6505602598190308, -0.33753499388694763, 1.8858543634414673, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709], [1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 1.2731093168258667, 1.9208683967590332, 1.9733893871307373, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.5357143878936768, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 0.7128852605819702, 0.3102242052555084, -0.12745095789432526, -0.4600839912891388, -0.7577030062675476, -0.7226890325546265, -0.5301120281219482, -0.33753499388694763, -0.33753499388694763, -0.47759100794792175, -0.7752100229263306, -0.9327731132507324, -0.8452380299568176, -0.8627450466156006, -1.0903360843658447, -1.1778711080551147, -1.5105042457580566, -1.4754900932312012, -1.4929972887039185, -1.3879550695419312, -1.2128850221633911, -1.0903360843658447, -1.0378150939941406, -0.8977590203285217, -0.6351540088653564, 1.4481793642044067, 1.0980392694473267, -1.808123230934143, -1.282913088798523, -0.6526610255241394, 0.0476190559566021, 0.3277312219142914, -1.160364031791687, -1.720588207244873, -0.03991595283150673, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -1.0203081369400024, -1.4929972887039185, -1.247899055480957, -1.5455182790756226, -1.6155462265014648, -0.23249296844005585, -0.6176469922065735, -0.6001400351524353, -0.6876749992370605, -0.6351540088653564, -0.07492996007204056, -0.4600839912891388, -0.3200279772281647, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.26750698685646057, -0.6701680421829224, -0.3200279772281647, -0.28501397371292114, -0.5126050114631653, -0.10994396358728409, -0.33753499388694763, -0.14495795965194702, -0.2499999701976776, 0.11764705926179886, 0.2752102017402649, 0.18767507374286652, 0.20518220961093903, 0.29271721839904785, 0.4852942228317261, 0.502801239490509, -0.057422954589128494, 0.18767507374286652, -0.5301120281219482, -0.057422954589128494, -0.5126050114631653, 0.34523820877075195, 0.5378152132034302, 0.5553222298622131, 0.2226892113685608, 0.4852942228317261, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.8004202842712402, 0.9229692816734314, 1.0805323123931885, 0.8879552483558655, 1.0980392694473267, 0.8354342579841614, 1.2906162738800049, 0.6428572535514832, 0.3277312219142914, -0.42506998777389526, -0.8977590203285217, -1.755602240562439, -1.755602240562439, -0.8802520632743835, 0.24019621312618256, 0.8004202842712402, 1.4481793642044067, 1.5707283020019531, 1.815826416015625, 1.518207311630249, 1.5707283020019531, 1.7983193397521973, 1.7633053064346313, 1.605742335319519, 1.4481793642044067, 1.640756368637085, 1.4131653308868408, 1.6757704019546509, 1.605742335319519, 1.3256303071975708, 1.4481793642044067, 1.3956583738327026, 1.553221344947815, 1.728291392326355, 1.728291392326355, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.6757704019546509, 1.8858543634414673, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 1.553221344947815, 0.9754902720451355, -1.1428570747375488, 1.605742335319519, -1.3179271221160889, 1.2731093168258667, 0.24019621312618256, 0.8179272413253784, -0.0049019488506019115, 1.0455182790756226, 1.1155463457107544, 1.2731093168258667, 1.518207311630249, -0.37254899740219116, 0.3802522122859955, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326], [1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.9229692816734314, 1.430672287940979, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0259103775024414, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4131653308868408, 1.0980392694473267, 0.6953782439231873, 0.20518220961093903, -0.2499999701976776, -0.6351540088653564, -0.7051820158958435, -0.6876749992370605, -0.7577030062675476, -0.7752100229263306, -0.4950979948043823, -0.4950979948043823, -0.5301120281219482, -0.6876749992370605, -0.8802520632743835, -0.9152660369873047, -1.0203081369400024, -1.5630252361297607, -1.4929972887039185, -1.422969102859497, -1.3879550695419312, -1.1428570747375488, -0.5826330184936523, -1.0378150939941406, -0.8452380299568176, -0.8627450466156006, 0.2577032148838043, -0.03991595283150673, -0.7051820158958435, -1.2128850221633911, -0.21498596668243408, -0.5476189851760864, 0.39775922894477844, -1.0553221702575684, -1.6855742931365967, -0.21498596668243408, 0.11764705926179886, 0.18767507374286652, 0.06512605398893356, -0.4600839912891388, -1.6855742931365967, -0.6876749992370605, -0.14495795965194702, -0.19747896492481232, 0.11764705926179886, -0.3200279772281647, -0.47759100794792175, -0.4950979948043823, -0.4950979948043823, -0.8452380299568176, -0.3550419807434082, -0.4075630009174347, -0.6351540088653564, -0.6001400351524353, -0.4950979948043823, -0.6001400351524353, -0.8277310132980347, -0.4950979948043823, -0.4425770044326782, -0.6351540088653564, -0.5476189851760864, -0.33753499388694763, -0.3025209903717041, -0.12745095789432526, 0.15266107022762299, 0.13515406847000122, -0.057422954589128494, 0.432773232460022, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.45028021931648254, 0.6078432202339172, 0.4852942228317261, -0.17997196316719055, -0.09243696182966232, -0.0049019488506019115, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8529412746429443, 0.9229692816734314, 1.1330533027648926, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 0.6603642702102661, -0.42506998777389526, -0.8802520632743835, -1.580532193183899, -1.5980392694473267, -1.580532193183899, 0.15266107022762299, 0.15266107022762299, 1.1505602598190308, 1.0280113220214844, 1.5007003545761108, 1.605742335319519, 1.2205883264541626, 1.1155463457107544, 1.3606443405151367, 1.5357143878936768, 1.728291392326355, 1.8858543634414673, 1.9558824300765991, 1.5357143878936768, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.5357143878936768, 1.343137264251709, 1.6757704019546509, 1.8333333730697632, 1.868347406387329, 1.7633053064346313, 1.5357143878936768, 1.1680673360824585, 1.3956583738327026, 1.780812382698059, 1.483193278312683, 1.7107843160629272, 1.693277359008789, 2.1309523582458496, 1.5707283020019531, 1.3081233501434326, 1.6232492923736572, 1.9558824300765991, -0.03991595283150673, 1.0805323123931885, 0.24019621312618256, 1.9733893871307373, 1.7633053064346313, 1.9033613204956055, 1.1855742931365967, 1.2030812501907349, 1.693277359008789, 1.9383753538131714, 0.7478992342948914, 0.8354342579841614, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667], [1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.4131653308868408, 1.343137264251709, 1.2906162738800049, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 1.3081233501434326, 1.815826416015625, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 1.9733893871307373, 1.9558824300765991, 1.9208683967590332, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.3956583738327026, 1.0805323123931885, 0.5378152132034302, 0.06512605398893356, 0.08263305574655533, -0.3550419807434082, -0.5826330184936523, -0.6001400351524353, -1.0203081369400024, -0.9152660369873047, -1.0378150939941406, -0.47759100794792175, -0.09243696182966232, -0.9327731132507324, -1.0028010606765747, -1.335434079170227, -1.5455182790756226, -1.580532193183899, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -1.0728291273117065, -0.7401960492134094, -1.0903360843658447, -0.3025209903717041, -0.6876749992370605, 0.6603642702102661, 1.5882353782653809, 1.0980392694473267, -0.9327731132507324, -1.370448112487793, -1.0378150939941406, -0.19747896492481232, -1.580532193183899, -1.3179271221160889, -0.6526610255241394, -0.17997196316719055, -0.057422954589128494, -0.5126050114631653, -1.5280112028121948, -1.3879550695419312, -0.23249296844005585, -0.3200279772281647, 0.15266107022762299, -0.14495795965194702, -0.4075630009174347, -0.6351540088653564, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.14495795965194702, -0.5301120281219482, -0.6001400351524353, 0.2752102017402649, 0.3277312219142914, -0.3025209903717041, -0.28501397371292114, -0.7401960492134094, -0.6001400351524353, -0.4950979948043823, -0.28501397371292114, -0.47759100794792175, -0.1624649614095688, -0.14495795965194702, -0.09243696182966232, 0.03011205606162548, 0.1001400575041771, -0.03991595283150673, 0.3802522122859955, 0.9229692816734314, 0.6603642702102661, 0.2577032148838043, -0.057422954589128494, -1.247899055480957, 0.11764705926179886, 0.20518220961093903, 0.432773232460022, 0.4852942228317261, 0.432773232460022, 0.5553222298622131, 0.6603642702102661, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9229692816734314, 1.0980392694473267, 0.6778712272644043, -0.5826330184936523, -1.3004200458526611, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -0.7577030062675476, 0.1001400575041771, 0.9929972887039185, 1.378151297569275, 1.6232492923736572, 1.6582633256912231, 1.6232492923736572, 1.4481793642044067, 1.2731093168258667, 1.1330533027648926, 1.0105042457580566, 1.2906162738800049, 0.9579832553863525, 0.8704482913017273, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.553221344947815, 1.7633053064346313, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.6757704019546509, 1.693277359008789, 1.6582633256912231, 1.780812382698059, 1.7983193397521973, 1.9733893871307373, 1.6582633256912231, 1.693277359008789, 1.5707283020019531, 0.6778712272644043, 1.5007003545761108, 0.6428572535514832, 1.6582633256912231, 0.9404762983322144, 0.6953782439231873, 1.483193278312683, 1.8508403301239014, 1.518207311630249, 1.3606443405151367, 0.9754902720451355, 1.5357143878936768, 0.8004202842712402, 1.553221344947815, 1.5707283020019531, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 1.1155463457107544, 1.4481793642044067, 1.868347406387329, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.815826416015625, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.3256303071975708, 0.9054622650146484, 0.415266215801239, 0.0476190559566021, -0.17997196316719055, 0.2752102017402649, -0.3025209903717041, -0.28501397371292114, -0.3025209903717041, -0.6176469922065735, -0.9852941036224365, -0.5126050114631653, 0.8354342579841614, -0.8277310132980347, -1.4929972887039185, -1.422969102859497, -1.3179271221160889, -1.2128850221633911, -1.160364031791687, -1.1078431606292725, -1.1078431606292725, -0.23249296844005585, -1.0553221702575684, -1.5280112028121948, -1.0378150939941406, -0.07492996007204056, 0.08263305574655533, -0.42506998777389526, -0.8627450466156006, 0.39775922894477844, -1.3529410362243652, -0.03991595283150673, -0.19747896492481232, -0.7401960492134094, -1.0378150939941406, -1.0028010606765747, -0.8977590203285217, -1.0378150939941406, -1.0553221702575684, -1.1778711080551147, -0.47759100794792175, -0.37254899740219116, -0.4600839912891388, -0.4075630009174347, -0.6001400351524353, -0.7226890325546265, -0.5826330184936523, -0.4600839912891388, -0.6701680421829224, -0.6001400351524353, -0.39005598425865173, -0.39005598425865173, -0.4600839912891388, -0.4600839912891388, 0.6253502368927002, 0.2226892113685608, -1.0028010606765747, 0.012605053372681141, -0.057422954589128494, -0.5651260018348694, -0.3550419807434082, -0.4075630009174347, -0.21498596668243408, 0.08263305574655533, -0.09243696182966232, 0.17016807198524475, -0.10994396358728409, 0.8179272413253784, 0.17016807198524475, 0.24019621312618256, 1.0280113220214844, 0.9579832553863525, 0.7478992342948914, 0.5553222298622131, 0.4677872359752655, 0.5553222298622131, 0.11764705926179886, 0.15266107022762299, 0.6603642702102661, 0.8529412746429443, 0.7303922772407532, 0.8004202842712402, 0.8704482913017273, 0.8179272413253784, 0.7128852605819702, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.2380952835083008, 1.1505602598190308, -0.23249296844005585, -1.4754900932312012, -1.457983136177063, -1.7906162738800049, -0.9502801299095154, 0.2577032148838043, 0.6078432202339172, 1.378151297569275, 1.1155463457107544, 1.5707283020019531, 1.7633053064346313, 1.5882353782653809, 1.430672287940979, 0.9754902720451355, 0.8704482913017273, 0.9754902720451355, 1.378151297569275, 1.605742335319519, 1.7633053064346313, 1.693277359008789, 1.5357143878936768, 1.2380952835083008, 1.6582633256912231, 1.8508403301239014, 1.7983193397521973, 1.483193278312683, 1.378151297569275, 1.4481793642044067, 1.6582633256912231, 2.043417453765869, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.2556023597717285, 2.0259103775024414, 1.2556023597717285, -0.03991595283150673, 1.2906162738800049, 1.0630252361297607, -0.3550419807434082, 0.0476190559566021, 1.1155463457107544, 0.20518220961093903, 1.2030812501907349, 0.8529412746429443, -1.2303920984268188, 1.2906162738800049, 1.815826416015625, 0.1001400575041771, 1.5707283020019531, 1.1330533027648926, 0.9929972887039185, 1.7107843160629272, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 1.2205883264541626, 1.378151297569275, 1.605742335319519, 1.815826416015625, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.693277359008789, 1.5707283020019531, 1.465686321258545, 1.2380952835083008, 0.9054622650146484, 0.590336263179779, 0.29271721839904785, 0.012605053372681141, 0.20518220961093903, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.1855742931365967, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, -0.1624649614095688, -1.3529410362243652, -0.5826330184936523, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.0378150939941406, -0.5476189851760864, 0.6778712272644043, -0.9502801299095154, -0.7577030062675476, -0.47759100794792175, 0.2226892113685608, -0.8102240562438965, 0.6428572535514832, -0.14495795965194702, 1.0455182790756226, 0.1001400575041771, 0.432773232460022, -0.3025209903717041, -0.4075630009174347, -0.9677870869636536, -0.8452380299568176, -0.6001400351524353, -0.6001400351524353, -0.8277310132980347, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.6351540088653564, -0.8977590203285217, -0.9677870869636536, -0.8802520632743835, -0.26750698685646057, -0.7577030062675476, -0.4600839912891388, 0.012605053372681141, -0.39005598425865173, 0.3102242052555084, -0.4950979948043823, 0.11764705926179886, -0.8277310132980347, 0.18767507374286652, -0.2499999701976776, -0.5826330184936523, 0.6078432202339172, -0.3025209903717041, -0.4425770044326782, -0.4425770044326782, -0.1624649614095688, -0.19747896492481232, -0.1624649614095688, -0.21498596668243408, 0.6778712272644043, 0.8879552483558655, 0.20518220961093903, 0.34523820877075195, 0.20518220961093903, 0.3627452254295349, 0.415266215801239, 0.502801239490509, 0.39775922894477844, 0.5728292465209961, 0.6078432202339172, 0.5553222298622131, 0.6078432202339172, 0.3627452254295349, 0.7478992342948914, 0.8179272413253784, 0.9054622650146484, 0.8354342579841614, 1.0280113220214844, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.8179272413253784, 0.18767507374286652, -1.1078431606292725, -1.668067216873169, -1.5980392694473267, -0.47759100794792175, 0.520308256149292, 1.0280113220214844, 0.6778712272644043, 0.6953782439231873, 0.8529412746429443, 1.3081233501434326, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.3956583738327026, 1.430672287940979, 1.2556023597717285, 1.2380952835083008, 1.0105042457580566, 0.6078432202339172, 0.39775922894477844, 0.8529412746429443, 1.0280113220214844, 1.2030812501907349, 1.343137264251709, 1.640756368637085, 1.8508403301239014, 1.6582633256912231, 1.7457983493804932, 1.9908963441848755, 1.5882353782653809, 1.3606443405151367, 1.7983193397521973, 1.1680673360824585, 1.9033613204956055, 1.693277359008789, 1.3606443405151367, 0.9404762983322144, 0.7128852605819702, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, -0.47759100794792175, -0.14495795965194702, 0.18767507374286652, 0.06512605398893356, 0.9754902720451355, 1.780812382698059, 1.553221344947815, 1.7633053064346313, 0.3802522122859955, 0.5378152132034302, 2.0259103775024414, 1.8333333730697632, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308], [1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 1.1680673360824585, 1.4481793642044067, 1.7633053064346313, 1.9733893871307373, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.605742335319519, 1.518207311630249, 1.378151297569275, 1.0105042457580566, 0.8179272413253784, 0.5553222298622131, 0.7654062509536743, 0.8879552483558655, 1.0630252361297607, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.378151297569275, 1.0105042457580566, 0.415266215801239, 0.7303922772407532, 0.9404762983322144, 0.03011205606162548, -0.8452380299568176, -0.8627450466156006, -1.4054621458053589, -1.3529410362243652, -1.1778711080551147, -0.26750698685646057, -0.47759100794792175, -0.5126050114631653, -0.37254899740219116, -0.4600839912891388, -0.17997196316719055, -0.12745095789432526, 0.6953782439231873, 0.7478992342948914, 0.45028021931648254, 0.5728292465209961, 1.0105042457580566, 0.8529412746429443, 0.5553222298622131, -0.4600839912891388, -0.5651260018348694, -0.6526610255241394, -1.1428570747375488, -0.6001400351524353, -0.47759100794792175, -0.5826330184936523, -0.5826330184936523, -0.7577030062675476, -0.7752100229263306, -0.8277310132980347, -0.3550419807434082, -0.7577030062675476, -0.5476189851760864, 0.29271721839904785, -0.2499999701976776, -0.9677870869636536, -0.022408949211239815, 0.08263305574655533, -0.4425770044326782, 0.45028021931648254, -0.10994396358728409, 0.8704482913017273, 0.502801239490509, 0.6953782439231873, 0.5378152132034302, -0.42506998777389526, -0.2499999701976776, -0.14495795965194702, 0.2752102017402649, -0.022408949211239815, -0.5826330184936523, 0.6078432202339172, 0.1001400575041771, 0.45028021931648254, 0.17016807198524475, -0.5126050114631653, 0.1001400575041771, 0.4852942228317261, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.6603642702102661, 0.8004202842712402, 0.7829132676124573, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0280113220214844, 1.2556023597717285, 0.9054622650146484, 0.3802522122859955, -0.7226890325546265, -1.6330533027648926, -1.2654061317443848, 0.2577032148838043, 1.2380952835083008, 1.378151297569275, 1.1680673360824585, 1.5707283020019531, 1.7107843160629272, 1.605742335319519, 1.0980392694473267, 1.0805323123931885, 1.1680673360824585, 1.1330533027648926, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 1.6232492923736572, 1.5007003545761108, 0.8179272413253784, 0.6253502368927002, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.3081233501434326, 1.5707283020019531, 1.7983193397521973, 1.815826416015625, 1.5707283020019531, 1.0105042457580566, 1.553221344947815, 1.5707283020019531, 1.5357143878936768, -1.3179271221160889, 0.9929972887039185, 0.8179272413253784, 0.1001400575041771, 0.502801239490509, -0.6001400351524353, -0.022408949211239815, 1.7107843160629272, -0.8452380299568176, 0.18767507374286652, 0.15266107022762299, -0.26750698685646057, 0.8004202842712402, -0.14495795965194702, 1.5007003545761108, 1.0105042457580566, 0.415266215801239, 0.24019621312618256, 1.8858543634414673, 1.3956583738327026, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926], [1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8704482913017273, 0.9579832553863525, 1.1680673360824585, 1.465686321258545, 1.693277359008789, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.7457983493804932, 1.6232492923736572, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.2380952835083008, 1.3081233501434326, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.3081233501434326, 1.465686321258545, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.2906162738800049, 0.9054622650146484, 0.4677872359752655, -0.07492996007204056, -0.26750698685646057, 0.13515406847000122, -0.26750698685646057, -0.6001400351524353, -0.42506998777389526, -0.09243696182966232, 0.502801239490509, 0.7829132676124573, 0.5378152132034302, 1.3081233501434326, 0.9404762983322144, 1.0805323123931885, 1.1155463457107544, 1.0105042457580566, 0.6778712272644043, -0.28501397371292114, 0.20518220961093903, -1.4054621458053589, -0.9677870869636536, -0.6001400351524353, -0.5651260018348694, -0.6001400351524353, -0.7577030062675476, -1.0203081369400024, -0.8452380299568176, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, 0.18767507374286652, -0.4950979948043823, 0.5378152132034302, -0.2499999701976776, -0.4075630009174347, 0.17016807198524475, 0.4677872359752655, -0.09243696182966232, 0.9054622650146484, 0.7829132676124573, 0.2226892113685608, 0.45028021931648254, 0.6953782439231873, 0.6603642702102661, 0.34523820877075195, 0.8354342579841614, 0.520308256149292, -0.022408949211239815, 0.15266107022762299, 0.17016807198524475, 0.3277312219142914, 0.6078432202339172, 0.6778712272644043, 0.34523820877075195, 0.7478992342948914, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7654062509536743, 0.8879552483558655, 0.6428572535514832, 1.0105042457580566, 1.0105042457580566, 0.8879552483558655, 0.6428572535514832, 0.590336263179779, 1.0980392694473267, 0.7128852605819702, -1.2128850221633911, -1.5980392694473267, -1.247899055480957, 0.5553222298622131, 0.3627452254295349, 1.1855742931365967, 0.8179272413253784, 1.2556023597717285, 1.2731093168258667, 1.518207311630249, 1.553221344947815, 1.6582633256912231, 1.465686321258545, 1.2030812501907349, 1.1505602598190308, 1.6582633256912231, 1.605742335319519, 0.5553222298622131, 1.0630252361297607, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.8529412746429443, 1.2030812501907349, 1.0280113220214844, 0.8179272413253784, 0.502801239490509, 0.6953782439231873, 1.0630252361297607, 1.1155463457107544, 1.3081233501434326, 1.3956583738327026, 1.1155463457107544, 0.7829132676124573, 0.9579832553863525, -0.6001400351524353, -1.160364031791687, -0.7752100229263306, 0.18767507374286652, -0.17997196316719055, -0.7226890325546265, 1.5707283020019531, -0.9327731132507324, -0.9152660369873047, -0.6351540088653564, -1.580532193183899, -0.39005598425865173, 0.415266215801239, 0.9754902720451355, 0.2577032148838043, -1.3879550695419312, -0.47759100794792175, 1.5882353782653809, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 1.1505602598190308, 1.693277359008789, 1.8333333730697632, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7457983493804932, 1.640756368637085, 1.483193278312683, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1680673360824585, 1.1330533027648926, 1.2556023597717285, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 0.8354342579841614, 0.15266107022762299, 0.7128852605819702, 0.415266215801239, 0.17016807198524475, 1.2030812501907349, 0.20518220961093903, 1.2731093168258667, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3256303071975708, 1.2556023597717285, 1.3256303071975708, 0.9404762983322144, 1.2556023597717285, 0.45028021931648254, 0.45028021931648254, -0.6176469922065735, 0.13515406847000122, -0.6001400351524353, -0.8977590203285217, -0.7577030062675476, -1.3004200458526611, -0.6526610255241394, -1.2303920984268188, -0.28501397371292114, -0.3550419807434082, 0.5378152132034302, -0.6001400351524353, -0.17997196316719055, 0.3802522122859955, 0.4677872359752655, -0.42506998777389526, -0.3025209903717041, 0.39775922894477844, 0.432773232460022, 0.6603642702102661, -0.0049019488506019115, 0.7478992342948914, 0.3102242052555084, 1.1855742931365967, 0.7303922772407532, 0.6428572535514832, 0.520308256149292, 0.2752102017402649, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.08263305574655533, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.3277312219142914, 0.2577032148838043, 0.5378152132034302, 0.8004202842712402, 0.6953782439231873, 0.5553222298622131, 0.7829132676124573, 0.8004202842712402, 1.1330533027648926, 1.0280113220214844, 1.1855742931365967, 0.9229692816734314, 1.2030812501907349, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, -1.0728291273117065, -1.668067216873169, -1.5455182790756226, -0.4425770044326782, 1.3256303071975708, 0.8529412746429443, 0.9929972887039185, 1.6232492923736572, 1.3606443405151367, 1.6232492923736572, 1.3081233501434326, 1.2556023597717285, 1.3956583738327026, 1.605742335319519, 1.5707283020019531, 1.465686321258545, 1.378151297569275, 1.5007003545761108, 1.4481793642044067, 1.3606443405151367, 1.1330533027648926, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 0.45028021931648254, -0.17997196316719055, 0.15266107022762299, -0.17997196316719055, 0.6953782439231873, 0.9054622650146484, 1.1330533027648926, 0.20518220961093903, -0.7401960492134094, -0.8277310132980347, -0.8802520632743835, -1.247899055480957, -1.0553221702575684, -0.5301120281219482, 1.2556023597717285, -1.335434079170227, -1.1778711080551147, -0.03991595283150673, -1.1253501176834106, -1.7380952835083008, -1.422969102859497, -1.5280112028121948, -0.9327731132507324, -0.8802520632743835, 0.8354342579841614, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.8508403301239014, 1.7983193397521973, 1.6757704019546509, 1.553221344947815, 1.5007003545761108, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2205883264541626, 0.6953782439231873, 0.17016807198524475, 0.13515406847000122, 0.8179272413253784, 0.5378152132034302, 0.7478992342948914, 0.9929972887039185, 0.6253502368927002, 0.5728292465209961, 1.0455182790756226, 1.2731093168258667, 1.2205883264541626, 1.5882353782653809, 1.430672287940979, 1.5007003545761108, 1.430672287940979, 1.4481793642044067, 1.3081233501434326, 1.1330533027648926, 0.8179272413253784, -0.4950979948043823, -0.8277310132980347, -0.1624649614095688, 1.2731093168258667, 0.2577032148838043, -0.5301120281219482, -0.14495795965194702, -0.2499999701976776, -0.7752100229263306, -0.9677870869636536, -1.0903360843658447, 0.3802522122859955, 0.6953782439231873, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.18767507374286652, 0.6078432202339172, 0.8529412746429443, 0.7829132676124573, 0.8354342579841614, 0.6603642702102661, 0.9229692816734314, 0.9929972887039185, 0.7478992342948914, 0.8704482913017273, 0.9754902720451355, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.2752102017402649, 0.45028021931648254, 0.432773232460022, 0.3277312219142914, 0.6778712272644043, 0.7303922772407532, 0.5378152132034302, 0.6953782439231873, 0.7478992342948914, 0.520308256149292, 0.7128852605819702, 0.9579832553863525, 1.0630252361297607, 1.1505602598190308, 0.8704482913017273, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.1855742931365967, 1.0630252361297607, 0.7128852605819702, -0.6876749992370605, -1.6330533027648926, -1.6155462265014648, 0.1001400575041771, -0.14495795965194702, 0.9404762983322144, 1.0455182790756226, 1.378151297569275, 1.5882353782653809, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5007003545761108, 1.2380952835083008, 0.9929972887039185, 1.518207311630249, 1.605742335319519, 1.518207311630249, 1.3606443405151367, 1.1330533027648926, 0.7829132676124573, 1.0980392694473267, 0.9229692816734314, 0.3277312219142914, 1.1505602598190308, 0.7303922772407532, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 1.3606443405151367, 1.815826416015625, 1.5357143878936768, 0.7128852605819702, -0.7752100229263306, -1.160364031791687, -0.6176469922065735, 0.18767507374286652, -0.6176469922065735, -0.7401960492134094, 0.6953782439231873, -0.5126050114631653, -1.2303920984268188, 0.8529412746429443, -0.6876749992370605, -1.4404760599136353, -1.3879550695419312, -1.422969102859497, -1.0728291273117065, -0.8977590203285217, 1.2205883264541626, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.2556023597717285, 1.2906162738800049, 1.465686321258545, 1.7457983493804932, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7983193397521973, 1.7107843160629272, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.4131653308868408, 1.5357143878936768, 1.6757704019546509, 1.728291392326355, 1.6232492923736572, 1.605742335319519, 1.483193278312683, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 0.45028021931648254, 0.18767507374286652, 0.7128852605819702, 1.0455182790756226, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 1.343137264251709, 1.3081233501434326, 1.4131653308868408, 1.465686321258545, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.465686321258545, 1.378151297569275, 1.0455182790756226, 0.2752102017402649, 0.9229692816734314, 0.432773232460022, 0.08263305574655533, -0.3550419807434082, 1.3256303071975708, 0.8704482913017273, 0.5553222298622131, 0.3277312219142914, -0.057422954589128494, 0.03011205606162548, 0.432773232460022, -0.3200279772281647, 0.4852942228317261, 0.2752102017402649, 0.432773232460022, 0.39775922894477844, 0.5728292465209961, 0.9229692816734314, 0.6078432202339172, 0.8179272413253784, 0.520308256149292, 0.9579832553863525, 0.6778712272644043, 0.7478992342948914, 0.8704482913017273, 0.7654062509536743, 0.8004202842712402, 0.4852942228317261, 0.590336263179779, 0.5553222298622131, 0.432773232460022, 0.4677872359752655, 0.34523820877075195, 0.2752102017402649, 0.3802522122859955, 0.8704482913017273, 0.7654062509536743, 0.7128852605819702, 0.6778712272644043, 0.7654062509536743, 0.9579832553863525, 0.8704482913017273, 1.0980392694473267, 1.3256303071975708, 1.430672287940979, 1.0805323123931885, 0.9579832553863525, 1.0980392694473267, 0.9054622650146484, 0.08263305574655533, -1.3879550695419312, -1.6855742931365967, 0.3802522122859955, 0.9579832553863525, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.4481793642044067, 1.343137264251709, 1.465686321258545, 1.483193278312683, 1.6582633256912231, 1.728291392326355, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 0.7829132676124573, 1.465686321258545, 1.5882353782653809, 1.1855742931365967, 0.6778712272644043, 1.693277359008789, 1.2380952835083008, 1.0980392694473267, 0.6778712272644043, 0.6253502368927002, 0.45028021931648254, 0.5378152132034302, 0.8179272413253784, 0.45028021931648254, 0.9054622650146484, 0.5553222298622131, 0.590336263179779, 0.13515406847000122, 1.1855742931365967, -0.9502801299095154, -0.7927170395851135, -0.7577030062675476, -0.8452380299568176, -1.3004200458526611, 0.2752102017402649, 0.45028021931648254, -0.9327731132507324, -0.33753499388694763, -0.39005598425865173, -1.1078431606292725, -1.0553221702575684, -0.7051820158958435, -0.8627450466156006, -0.8627450466156006, 1.1330533027648926, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.2906162738800049, 1.465686321258545, 1.6757704019546509, 1.8508403301239014, 1.9208683967590332, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.8858543634414673, 1.7633053064346313, 1.693277359008789, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.1680673360824585, 1.4481793642044067, 1.465686321258545, 1.693277359008789, 1.518207311630249, 1.605742335319519, 1.6582633256912231, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.1855742931365967, 1.0980392694473267, 1.378151297569275, 1.4131653308868408, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.465686321258545, 1.6232492923736572, 1.5357143878936768, 1.1505602598190308, 1.3081233501434326, 0.7303922772407532, 1.2906162738800049, -0.10994396358728409, 0.6603642702102661, 0.9404762983322144, 1.2556023597717285, 0.6778712272644043, 0.9754902720451355, 0.9054622650146484, 1.1680673360824585, 0.5378152132034302, 0.34523820877075195, -0.0049019488506019115, 0.8704482913017273, 0.432773232460022, 0.8529412746429443, 0.03011205606162548, 0.6603642702102661, 0.7303922772407532, 0.415266215801239, 0.7303922772407532, 0.5728292465209961, 0.9229692816734314, 0.5553222298622131, 0.7303922772407532, 0.7478992342948914, 0.6253502368927002, 0.6953782439231873, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.8879552483558655, 0.4677872359752655, 0.6953782439231873, 0.9754902720451355, 0.6078432202339172, 0.9054622650146484, 0.8179272413253784, 1.0455182790756226, 0.8879552483558655, 1.0455182790756226, 1.3081233501434326, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.0805323123931885, 1.1680673360824585, 0.6428572535514832, -0.5651260018348694, -1.6330533027648926, -0.7401960492134094, 0.9579832553863525, 1.1155463457107544, 1.0280113220214844, 0.590336263179779, 1.0280113220214844, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6757704019546509, 1.605742335319519, 1.1505602598190308, 1.1855742931365967, 1.3256303071975708, 1.6232492923736572, 1.640756368637085, 1.7983193397521973, 0.9054622650146484, 1.2731093168258667, 0.9404762983322144, 0.9754902720451355, 1.3256303071975708, 1.0805323123931885, 1.2906162738800049, 0.20518220961093903, 1.0630252361297607, 0.13515406847000122, 0.8704482913017273, 0.6078432202339172, 1.2556023597717285, 1.1505602598190308, 1.430672287940979, 1.0455182790756226, 0.9229692816734314, 0.0476190559566021, -0.8277310132980347, -0.8277310132980347, -0.4950979948043823, -0.8102240562438965, -1.3004200458526611, -0.28501397371292114, 0.5378152132034302, -1.2128850221633911, -0.5301120281219482, -0.4600839912891388, -0.9852941036224365, -1.0728291273117065, -1.0728291273117065, -1.0378150939941406, -0.4075630009174347, 1.0630252361297607, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885], [1.728291392326355, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.2380952835083008, 1.2556023597717285, 1.5007003545761108, 1.8333333730697632, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.4481793642044067, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.2030812501907349, 1.1330533027648926, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.2380952835083008, 1.4481793642044067, 1.553221344947815, 1.518207311630249, 1.6582633256912231, 1.6582633256912231, 1.605742335319519, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.518207311630249, 1.1505602598190308, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.2906162738800049, 1.2380952835083008, 1.3256303071975708, 1.3081233501434326, 1.0980392694473267, 1.1680673360824585, 1.2380952835083008, 0.9404762983322144, 0.8879552483558655, 0.7128852605819702, 0.9579832553863525, 0.8529412746429443, 0.7303922772407532, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.8879552483558655, 0.9229692816734314, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.6603642702102661, 0.520308256149292, 0.29271721839904785, 0.4677872359752655, 0.7654062509536743, 0.8529412746429443, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 0.8529412746429443, 1.378151297569275, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.3956583738327026, 1.2205883264541626, 1.1855742931365967, 0.9754902720451355, 0.17016807198524475, -0.9852941036224365, -1.1078431606292725, -0.21498596668243408, 0.012605053372681141, 1.0980392694473267, 1.2731093168258667, 1.0630252361297607, 1.0455182790756226, 1.5357143878936768, 1.378151297569275, 1.553221344947815, 1.5707283020019531, 1.7107843160629272, 1.2380952835083008, 1.5707283020019531, 1.553221344947815, 1.465686321258545, 1.518207311630249, 1.430672287940979, 0.9754902720451355, 0.9579832553863525, 0.8354342579841614, 1.2731093168258667, 1.3256303071975708, 0.9929972887039185, 1.3256303071975708, 1.1855742931365967, 1.0630252361297607, 1.0630252361297607, 0.08263305574655533, 1.0105042457580566, 0.6078432202339172, 0.6078432202339172, 1.2030812501907349, 1.1505602598190308, 1.6232492923736572, 1.1330533027648926, 1.605742335319519, 1.3081233501434326, 0.8529412746429443, -0.5126050114631653, -1.3529410362243652, -1.1078431606292725, -1.2303920984268188, -1.3879550695419312, -1.2654061317443848, 0.2752102017402649, -1.422969102859497, -0.8102240562438965, -0.33753499388694763, -0.6526610255241394, -1.0028010606765747, -0.9327731132507324, -1.0903360843658447, 0.18767507374286652, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607], [1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.378151297569275, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.1505602598190308, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1330533027648926, 0.8879552483558655, 0.8704482913017273, 0.9404762983322144, 0.8179272413253784, 0.8704482913017273, 1.1680673360824585, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.553221344947815, 1.6582633256912231, 1.693277359008789, 1.6232492923736572, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.2556023597717285, 1.3606443405151367, 1.430672287940979, 1.2380952835083008, 1.0105042457580566, 1.3081233501434326, 1.0105042457580566, 0.9404762983322144, 1.0105042457580566, 0.9579832553863525, 1.0105042457580566, 0.7829132676124573, 0.2577032148838043, 0.6953782439231873, 0.8179272413253784, 0.7303922772407532, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.6253502368927002, 0.7478992342948914, 0.6603642702102661, 0.4677872359752655, 0.8004202842712402, 0.8879552483558655, 0.8179272413253784, 0.9404762983322144, 0.8879552483558655, 0.6953782439231873, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.6953782439231873, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 0.9404762983322144, 1.1855742931365967, 0.7303922772407532, -0.8627450466156006, -1.2654061317443848, -1.160364031791687, 0.4852942228317261, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.378151297569275, 1.3956583738327026, 1.605742335319519, 1.3081233501434326, 1.6232492923736572, 1.2205883264541626, 1.430672287940979, 1.553221344947815, 1.6582633256912231, 0.8704482913017273, 0.7128852605819702, 1.2906162738800049, 1.1330533027648926, 0.9754902720451355, 1.2556023597717285, 1.518207311630249, 1.1330533027648926, 1.343137264251709, 1.1855742931365967, 1.4131653308868408, 1.2556023597717285, 0.7478992342948914, 1.2030812501907349, 0.5553222298622131, 0.8704482913017273, 0.7128852605819702, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.0455182790756226, 1.605742335319519, 0.8879552483558655, 1.378151297569275, 0.5553222298622131, -0.6351540088653564, -1.5105042457580566, -1.282913088798523, -1.1428570747375488, -1.335434079170227, -1.160364031791687, -0.09243696182966232, -1.4754900932312012, -1.0028010606765747, -0.42506998777389526, -0.6001400351524353, -0.6176469922065735, -0.9152660369873047, -1.0028010606765747, 0.9054622650146484, 1.0805323123931885, 1.0630252361297607], [1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.2556023597717285, 1.3956583738327026, 1.5882353782653809, 1.7633053064346313, 1.8858543634414673, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.8508403301239014, 1.780812382698059, 1.693277359008789, 1.6232492923736572, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2380952835083008, 1.0980392694473267, 0.9754902720451355, 1.1855742931365967, 1.0105042457580566, 1.0805323123931885, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.5007003545761108, 1.6582633256912231, 1.3956583738327026, 1.378151297569275, 1.3081233501434326, 1.2556023597717285, 1.378151297569275, 1.1855742931365967, 1.2030812501907349, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2030812501907349, 0.8879552483558655, 1.0455182790756226, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.7128852605819702, 0.8004202842712402, 1.0105042457580566, 0.590336263179779, 0.7303922772407532, 0.8004202842712402, 0.8004202842712402, 0.7128852605819702, 0.7303922772407532, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.6078432202339172, 0.9229692816734314, 1.0805323123931885, 0.9054622650146484, 0.8354342579841614, 1.1330533027648926, 1.0280113220214844, 0.7128852605819702, 1.0280113220214844, 1.1855742931365967, 1.1680673360824585, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 0.6953782439231873, -0.7927170395851135, -1.720588207244873, -0.5826330184936523, 0.18767507374286652, 0.9054622650146484, 0.8879552483558655, 1.3081233501434326, 1.483193278312683, 0.8354342579841614, 1.3606443405151367, 1.3256303071975708, 1.5357143878936768, 1.5707283020019531, 1.1855742931365967, 1.0630252361297607, 1.465686321258545, 0.9579832553863525, 1.2906162738800049, 0.7829132676124573, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.0455182790756226, 1.2205883264541626, 1.3081233501434326, 1.430672287940979, 0.6603642702102661, 1.0455182790756226, 1.2380952835083008, 0.7478992342948914, 1.1680673360824585, 1.0630252361297607, 1.1680673360824585, 1.3956583738327026, 1.5007003545761108, 0.8879552483558655, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.2030812501907349, 1.2205883264541626, 0.415266215801239, -0.07492996007204056, -1.422969102859497, -1.370448112487793, -1.247899055480957, -1.3529410362243652, -1.0728291273117065, -0.9502801299095154, -1.5455182790756226, -0.8452380299568176, -0.6176469922065735, -0.7226890325546265, -0.28501397371292114, -1.0903360843658447, -1.160364031791687, 1.2030812501907349, 1.0280113220214844], [1.6582633256912231, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.5007003545761108, 1.6232492923736572, 1.728291392326355, 1.868347406387329, 1.8858543634414673, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7107843160629272, 1.7107843160629272, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.343137264251709, 1.343137264251709, 1.1330533027648926, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 0.8179272413253784, 0.6778712272644043, 0.8529412746429443, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.0805323123931885, 1.2030812501907349, 0.6953782439231873, 0.7829132676124573, 1.0280113220214844, 1.1155463457107544, 1.2731093168258667, 0.9404762983322144, 1.0805323123931885, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5882353782653809, 1.430672287940979, 1.343137264251709, 1.4131653308868408, 1.5707283020019531, 1.4131653308868408, 1.1680673360824585, 1.0630252361297607, 0.9579832553863525, 1.3256303071975708, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 0.9229692816734314, 0.7128852605819702, 0.9229692816734314, 0.9404762983322144, 0.34523820877075195, 0.03011205606162548, 0.9404762983322144, 0.45028021931648254, 0.7478992342948914, 0.6428572535514832, 0.7829132676124573, 0.502801239490509, 0.6428572535514832, 0.9054622650146484, 0.8879552483558655, 0.7829132676124573, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.9404762983322144, 0.6603642702102661, 0.7128852605819702, 0.6603642702102661, 0.9404762983322144, 0.590336263179779, 0.9929972887039185, -0.0049019488506019115, 0.8879552483558655, 0.8529412746429443, 0.7478992342948914, 1.2556023597717285, 1.3606443405151367, 1.2731093168258667, 1.3606443405151367, 1.2380952835083008, 1.3956583738327026, 1.2731093168258667, 1.2906162738800049, 0.6778712272644043, -0.10994396358728409, -1.5280112028121948, -1.4404760599136353, 0.415266215801239, 0.45028021931648254, 0.6428572535514832, 1.2205883264541626, 0.6778712272644043, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.7107843160629272, 1.378151297569275, 1.3081233501434326, 1.483193278312683, 1.3256303071975708, 1.2906162738800049, 1.0980392694473267, 1.378151297569275, 1.3606443405151367, 0.8879552483558655, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2205883264541626, 0.45028021931648254, 0.8879552483558655, 1.2380952835083008, 0.7829132676124573, 0.590336263179779, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.6428572535514832, 0.7478992342948914, 0.415266215801239, 0.7654062509536743, 0.8529412746429443, 0.6253502368927002, 0.6778712272644043, 1.1155463457107544, 0.1001400575041771, 0.1001400575041771, -0.3025209903717041, -1.3004200458526611, -1.3879550695419312, -1.2654061317443848, -1.0553221702575684, -1.1253501176834106, -1.3879550695419312, -1.0728291273117065, -1.0203081369400024, -0.5826330184936523, -0.6701680421829224, -0.9502801299095154, -1.2128850221633911, -1.0028010606765747, 1.9558824300765991], [1.605742335319519, 1.5882353782653809, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3606443405151367, 1.5707283020019531, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.640756368637085, 1.553221344947815, 1.483193278312683, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.2906162738800049, 1.3256303071975708, 1.2906162738800049, 1.3256303071975708, 1.1505602598190308, 1.0805323123931885, 1.2731093168258667, 1.2380952835083008, 1.0105042457580566, 0.9929972887039185, 0.8529412746429443, 1.1330533027648926, 1.3256303071975708, 1.2556023597717285, 1.2205883264541626, 1.343137264251709, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.0630252361297607, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.6953782439231873, 0.6078432202339172, 0.520308256149292, 0.3627452254295349, 0.520308256149292, 0.5553222298622131, 0.4852942228317261, 0.4677872359752655, 0.7654062509536743, 0.7829132676124573, 0.6253502368927002, 0.7478992342948914, 0.8529412746429443, 0.7128852605819702, 0.6078432202339172, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.7303922772407532, 0.590336263179779, 0.8529412746429443, 0.8704482913017273, 0.5553222298622131, 0.5553222298622131, 0.8704482913017273, 0.8879552483558655, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.3606443405151367, 1.465686321258545, 1.4481793642044067, 1.2906162738800049, 1.0280113220214844, 0.17016807198524475, -1.6505602598190308, -1.2303920984268188, -0.8977590203285217, -0.7226890325546265, 0.8704482913017273, 0.8179272413253784, 0.8879552483558655, 1.343137264251709, 1.6757704019546509, 1.2556023597717285, 1.0630252361297607, 1.2556023597717285, 1.5357143878936768, 1.1855742931365967, 1.1505602598190308, 1.2030812501907349, 1.553221344947815, 1.0805323123931885, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.2030812501907349, 0.9579832553863525, 0.8879552483558655, 0.6603642702102661, 0.7128852605819702, 0.432773232460022, 0.6953782439231873, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.6253502368927002, 0.5378152132034302, 0.7654062509536743, 0.3802522122859955, 0.2752102017402649, 0.9054622650146484, 0.24019621312618256, 0.7829132676124573, 0.6953782439231873, -0.5126050114631653, -1.1253501176834106, -1.422969102859497, -1.247899055480957, -1.3004200458526611, -1.1778711080551147, -1.3879550695419312, -1.195378065109253, -0.8277310132980347, -0.6701680421829224, -0.7752100229263306, -1.0378150939941406, -1.0728291273117065, -0.42506998777389526], [1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.4131653308868408, 1.7107843160629272, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2731093168258667, 1.1505602598190308, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.1680673360824585, 0.9929972887039185, 0.9054622650146484, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.1505602598190308, 1.4131653308868408, 1.2556023597717285, 1.3956583738327026, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.343137264251709, 1.2380952835083008, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 0.8529412746429443, 1.0980392694473267, 1.2205883264541626, 1.3956583738327026, 1.430672287940979, 1.343137264251709, 1.1330533027648926, 1.3606443405151367, 0.7478992342948914, 1.2030812501907349, 1.1855742931365967, 0.9929972887039185, 0.9404762983322144, 1.0280113220214844, 0.8529412746429443, 0.8879552483558655, 0.7128852605819702, 0.8529412746429443, 0.7128852605819702, 0.7654062509536743, 0.6953782439231873, 0.3627452254295349, 0.2226892113685608, 0.4852942228317261, 0.3102242052555084, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.6953782439231873, 0.7829132676124573, 0.9404762983322144, 0.8004202842712402, 0.8354342579841614, 0.7303922772407532, 0.5378152132034302, 0.6603642702102661, 0.432773232460022, 0.7303922772407532, 0.502801239490509, 0.7478992342948914, 0.8879552483558655, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.483193278312683, 1.3081233501434326, 1.1855742931365967, 1.2556023597717285, 1.1155463457107544, 0.1001400575041771, -1.3179271221160889, -1.5280112028121948, -0.5651260018348694, -0.8102240562438965, -0.022408949211239815, 0.9929972887039185, 1.518207311630249, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.0455182790756226, 1.465686321258545, 1.0455182790756226, 1.2556023597717285, 1.1330533027648926, 1.3081233501434326, 0.7829132676124573, 0.9929972887039185, 1.0980392694473267, 1.2731093168258667, 1.0805323123931885, 1.6232492923736572, 0.9929972887039185, 1.1855742931365967, 0.9929972887039185, 0.9229692816734314, 0.7829132676124573, 0.7654062509536743, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.6603642702102661, 0.9404762983322144, 0.5553222298622131, 0.7128852605819702, 0.5378152132034302, 1.0455182790756226, 1.0455182790756226, 1.1505602598190308, 1.1155463457107544, -0.2499999701976776, -1.0378150939941406, -1.6155462265014648, -1.1253501176834106, -1.2128850221633911, -1.0553221702575684, -1.2303920984268188, -1.0903360843658447, -1.2303920984268188, -0.6526610255241394, -0.42506998777389526, -1.1078431606292725, -1.0903360843658447], [1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.5882353782653809, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.2731093168258667, 1.2556023597717285, 1.1330533027648926, 1.1680673360824585, 1.1330533027648926, 1.2205883264541626, 1.3956583738327026, 1.343137264251709, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2030812501907349, 1.2380952835083008, 1.1505602598190308, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.2380952835083008, 0.8179272413253784, 0.6778712272644043, 1.1330533027648926, 1.2030812501907349, 0.8879552483558655, 0.8354342579841614, 0.9229692816734314, 0.6603642702102661, 0.502801239490509, 0.6428572535514832, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.7478992342948914, 0.8529412746429443, 0.590336263179779, 0.3627452254295349, 0.9579832553863525, 0.520308256149292, 0.2577032148838043, 0.8879552483558655, 0.39775922894477844, 0.8529412746429443, 0.45028021931648254, 0.5378152132034302, 0.4852942228317261, 1.0105042457580566, 0.9754902720451355, 0.8179272413253784, 0.9054622650146484, 0.9229692816734314, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.3256303071975708, 1.2030812501907349, 1.483193278312683, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 0.8004202842712402, -0.9852941036224365, -1.335434079170227, -1.282913088798523, -0.28501397371292114, -0.0049019488506019115, 0.9929972887039185, 0.7829132676124573, 0.5728292465209961, 0.9404762983322144, 1.2380952835083008, 0.8879552483558655, 1.0980392694473267, 1.0980392694473267, 0.8529412746429443, 0.8529412746429443, 0.7654062509536743, 0.8529412746429443, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.2906162738800049, 0.6428572535514832, 0.9754902720451355, 0.9054622650146484, 0.6078432202339172, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.7654062509536743, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.7654062509536743, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 0.8179272413253784, -1.282913088798523, -1.580532193183899, -1.3004200458526611, -1.1778711080551147, -1.1428570747375488, -1.2303920984268188, -1.0903360843658447, -1.6330533027648926, -0.057422954589128494, -0.6176469922065735, -1.0903360843658447], [1.518207311630249, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1505602598190308, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 0.9404762983322144, 1.430672287940979, 1.5007003545761108, 1.0280113220214844, 0.9404762983322144, 1.1680673360824585, 0.8879552483558655, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.0805323123931885, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.3606443405151367, 1.2556023597717285, 1.343137264251709, 1.1155463457107544, 1.1680673360824585, 1.1330533027648926, 0.9754902720451355, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9404762983322144, 1.1855742931365967, 1.2731093168258667, 0.8704482913017273, 0.8704482913017273, 1.2556023597717285, 1.0455182790756226, 0.9929972887039185, 1.0980392694473267, 0.9929972887039185, 0.9229692816734314, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7303922772407532, 0.8879552483558655, 0.7303922772407532, 0.6778712272644043, 0.9054622650146484, 1.0280113220214844, 0.9929972887039185, 0.415266215801239, 0.502801239490509, 0.6953782439231873, 0.7303922772407532, 0.3277312219142914, 0.4852942228317261, 0.5728292465209961, 0.7829132676124573, 0.6078432202339172, 0.3627452254295349, 0.6428572535514832, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.5357143878936768, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.378151297569275, 1.465686321258545, 1.0980392694473267, -0.2499999701976776, -1.1253501176834106, -1.7380952835083008, -0.3550419807434082, -0.5301120281219482, 0.24019621312618256, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.8004202842712402, 0.8529412746429443, 1.1855742931365967, 1.1155463457107544, 1.1505602598190308, 0.8354342579841614, 0.8004202842712402, 1.3081233501434326, 0.9404762983322144, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 0.7829132676124573, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0980392694473267, 1.0280113220214844, 1.1155463457107544, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.4131653308868408, -1.0203081369400024, -1.4929972887039185, -1.370448112487793, -1.2654061317443848, -1.2303920984268188, -1.247899055480957, -1.2128850221633911, -1.5105042457580566, 0.6428572535514832, -0.8102240562438965], [1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.5707283020019531, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.2731093168258667, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.0630252361297607, 0.9229692816734314, 1.0280113220214844, 1.1680673360824585, 1.2205883264541626, 1.1680673360824585, 1.0805323123931885, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.430672287940979, 1.2731093168258667, 1.3256303071975708, 1.2380952835083008, 1.1505602598190308, 1.0455182790756226, 0.9929972887039185, 1.1505602598190308, 0.9929972887039185, 1.1855742931365967, 1.2731093168258667, 0.9929972887039185, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.0980392694473267, 1.0630252361297607, 0.8004202842712402, 0.9229692816734314, 0.7829132676124573, 0.5728292465209961, 0.7128852605819702, 0.8704482913017273, 0.8879552483558655, 0.7654062509536743, 0.6953782439231873, 0.7478992342948914, 0.8529412746429443, 0.6953782439231873, 0.7478992342948914, 0.4677872359752655, 0.3627452254295349, 0.5553222298622131, 0.4852942228317261, 0.39775922894477844, 0.45028021931648254, 0.590336263179779, 0.6078432202339172, 0.7829132676124573, 0.7829132676124573, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.3606443405151367, 1.2906162738800049, 1.483193278312683, 1.2556023597717285, 0.8879552483558655, -0.7927170395851135, -1.370448112487793, -1.5630252361297607, -0.7401960492134094, -0.057422954589128494, 0.3802522122859955, 0.5728292465209961, 0.6428572535514832, 0.5728292465209961, 0.8704482913017273, 0.8704482913017273, 1.0630252361297607, 0.8354342579841614, 1.1855742931365967, 0.7303922772407532, 0.7654062509536743, 1.2030812501907349, 0.9929972887039185, 1.0455182790756226, 0.17016807198524475, 0.9054622650146484, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.6428572535514832, -1.422969102859497, -1.5630252361297607, -1.3879550695419312, -1.3179271221160889, -1.3004200458526611, -1.3179271221160889, -1.370448112487793, 0.6778712272644043], [1.4481793642044067, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.605742335319519, 1.5882353782653809, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4481793642044067, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.8879552483558655, 0.8179272413253784, 1.0980392694473267, 1.2906162738800049, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.2030812501907349, 1.2731093168258667, 1.2030812501907349, 1.4131653308868408, 1.430672287940979, 0.9229692816734314, 0.8529412746429443, 0.8354342579841614, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.2380952835083008, 1.1155463457107544, 1.2380952835083008, 1.1680673360824585, 1.0455182790756226, 1.0805323123931885, 1.2205883264541626, 1.343137264251709, 0.9754902720451355, 1.1330533027648926, 0.9229692816734314, 0.7829132676124573, 0.9579832553863525, 1.0630252361297607, 0.9929972887039185, 0.8354342579841614, 0.6428572535514832, 0.590336263179779, 1.1155463457107544, 0.7829132676124573, 0.7654062509536743, 0.5728292465209961, 0.6603642702102661, 0.7829132676124573, 0.520308256149292, 0.5378152132034302, 0.7128852605819702, 0.5553222298622131, 0.6603642702102661, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8004202842712402, 0.9754902720451355, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 1.0630252361297607, 1.3606443405151367, 1.2205883264541626, 1.2030812501907349, 1.3081233501434326, 1.4481793642044067, 1.3606443405151367, 1.4131653308868408, 1.3606443405151367, 1.2731093168258667, 0.7303922772407532, -0.8277310132980347, -1.0203081369400024, -1.1778711080551147, -0.6526610255241394, 0.012605053372681141, -0.7577030062675476, -0.28501397371292114, 0.6603642702102661, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 0.9054622650146484, 0.9754902720451355, 0.8179272413253784, 0.5378152132034302, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.2380952835083008, -0.057422954589128494, -1.4404760599136353, -1.4054621458053589, -1.3179271221160889, -1.247899055480957, -1.370448112487793, -1.335434079170227], [1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6232492923736572, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2030812501907349, 1.2205883264541626, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.8004202842712402, 1.0980392694473267, 1.1330533027648926, 1.3256303071975708, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.2731093168258667, 1.0980392694473267, 1.1330533027648926, 0.8179272413253784, 0.9054622650146484, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2906162738800049, 1.2030812501907349, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.343137264251709, 1.2205883264541626, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 0.9229692816734314, 0.6603642702102661, 1.1155463457107544, 0.8879552483558655, 0.45028021931648254, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.8704482913017273, 0.9229692816734314, 0.520308256149292, 0.5378152132034302, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.7478992342948914, 0.9579832553863525, 0.8529412746429443, 0.8879552483558655, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.9579832553863525, 1.1505602598190308, 1.4481793642044067, 1.1855742931365967, 1.0455182790756226, 1.2380952835083008, 1.343137264251709, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.2030812501907349, 0.7478992342948914, -0.8452380299568176, -1.3004200458526611, -0.5126050114631653, -1.0378150939941406, -1.3179271221160889, 0.4677872359752655, 0.520308256149292, 0.9929972887039185, 0.8354342579841614, 0.8004202842712402, 1.0630252361297607, 0.9579832553863525, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.0805323123931885, 1.2205883264541626, -0.2499999701976776, -1.720588207244873, -1.457983136177063, -1.370448112487793, -1.422969102859497], [1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.465686321258545, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.8704482913017273, 0.39775922894477844, 0.9929972887039185, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.0455182790756226, 1.1855742931365967, 1.2030812501907349, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.2380952835083008, 0.9754902720451355, 1.0805323123931885, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.343137264251709, 1.1680673360824585, 1.1505602598190308, 0.9579832553863525, 0.7654062509536743, 1.343137264251709, 1.1855742931365967, 0.8179272413253784, 0.7303922772407532, 1.0280113220214844, 0.8179272413253784, 0.8004202842712402, 0.7303922772407532, 0.7478992342948914, 0.4677872359752655, 0.6603642702102661, 0.3802522122859955, 0.6253502368927002, 0.7128852605819702, 0.7829132676124573, 0.7128852605819702, 0.8529412746429443, 0.8179272413253784, 0.7303922772407532, 0.5728292465209961, 0.9404762983322144, 0.6078432202339172, 0.7654062509536743, 1.0105042457580566, 1.0630252361297607, 1.0105042457580566, 1.2380952835083008, 0.8354342579841614, 1.0980392694473267, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.3081233501434326, 1.3956583738327026, 0.8354342579841614, 0.2226892113685608, -1.1078431606292725, -1.5105042457580566, -1.0553221702575684, -0.6701680421829224, -0.03991595283150673, 0.3802522122859955, 0.9404762983322144, 0.8179272413253784, 0.8879552483558655, 1.0630252361297607, 0.8354342579841614, 0.6253502368927002, 0.8879552483558655, 0.8879552483558655, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 0.2577032148838043, -1.5455182790756226, -1.370448112487793], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.5357143878936768, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.4481793642044067, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.2380952835083008, 1.2556023597717285, 1.1330533027648926, 1.1330533027648926, 1.0630252361297607, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.0805323123931885, 1.0455182790756226, 1.2731093168258667, 1.3081233501434326, 1.2380952835083008, 1.0980392694473267, 1.0280113220214844, 0.8354342579841614, 0.9579832553863525, 0.9929972887039185, 0.8879552483558655, 0.7829132676124573, 0.7478992342948914, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.2205883264541626, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2380952835083008, 1.2906162738800049, 1.2030812501907349, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 1.0805323123931885, 0.7654062509536743, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.502801239490509, 0.8704482913017273, 0.5728292465209961, 0.6428572535514832, 0.8879552483558655, 0.8879552483558655, 0.7478992342948914, 0.6428572535514832, 0.7303922772407532, 0.8879552483558655, 0.6953782439231873, 0.502801239490509, 0.9929972887039185, 0.6953782439231873, 0.9929972887039185, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.465686321258545, 1.4131653308868408, 1.4481793642044067, 1.2556023597717285, 1.0980392694473267, -0.3200279772281647, -1.195378065109253, -1.457983136177063, -1.580532193183899, -0.7401960492134094, -0.09243696182966232, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.9754902720451355, -0.37254899740219116, 0.7128852605819702, 0.7654062509536743, 1.1680673360824585, 1.1855742931365967, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.1330533027648926], [1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.6757704019546509, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1155463457107544, 1.0630252361297607, 1.0980392694473267, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.2906162738800049, 1.2906162738800049, 0.9929972887039185, 1.0805323123931885, 0.9229692816734314, 0.9929972887039185, 0.7128852605819702, 0.6953782439231873, 0.9929972887039185, 0.590336263179779, 0.6253502368927002, 1.0805323123931885, 0.9754902720451355, 1.1330533027648926, 1.0980392694473267, 1.2731093168258667, 1.2556023597717285, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 1.2205883264541626, 1.3606443405151367, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 1.0280113220214844, 1.1155463457107544, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.7654062509536743, 0.8354342579841614, 0.7128852605819702, 0.6428572535514832, 0.7478992342948914, 0.7128852605819702, 0.9579832553863525, 0.8179272413253784, 1.0455182790756226, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 1.0105042457580566, 0.6078432202339172, 0.8354342579841614, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.0630252361297607, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.5007003545761108, 1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.2731093168258667, 0.6253502368927002, -0.3025209903717041, -1.1253501176834106, -1.2303920984268188, -1.4929972887039185, -0.6176469922065735, -0.4425770044326782, -0.03991595283150673, 0.6078432202339172, -0.4425770044326782, 0.08263305574655533, 0.5728292465209961, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185], [1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.465686321258545, 1.640756368637085, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.1680673360824585, 1.0630252361297607, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 0.8704482913017273, 1.0980392694473267, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 1.0630252361297607, 0.6603642702102661, 0.6778712272644043, 0.9929972887039185, 0.590336263179779, 0.590336263179779, 0.7303922772407532, 0.9054622650146484, 0.6603642702102661, 0.8004202842712402, 0.8529412746429443, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.0630252361297607, 1.0280113220214844, 1.2030812501907349, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.2380952835083008, 0.8179272413253784, 1.0980392694473267, 1.1155463457107544, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 0.9404762983322144, 0.8879552483558655, 0.9579832553863525, 0.8529412746429443, 0.8004202842712402, 0.6953782439231873, 0.590336263179779, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.6778712272644043, 1.0105042457580566, 0.7829132676124573, 0.8879552483558655, 0.8179272413253784, 0.7128852605819702, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 0.432773232460022, 1.1155463457107544, 0.6778712272644043, 1.1680673360824585, 1.0980392694473267, 1.2030812501907349, 1.1155463457107544, 1.2731093168258667, 1.3606443405151367, 1.3256303071975708, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 0.9229692816734314, 0.3802522122859955, -0.10994396358728409, -0.7226890325546265, -1.1778711080551147, -0.9502801299095154, -0.14495795965194702, -0.47759100794792175, -0.26750698685646057, 0.15266107022762299, 1.0805323123931885, 1.3256303071975708, 1.1330533027648926, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525], [1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.553221344947815, 1.5007003545761108, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.1330533027648926, 1.0805323123931885, 1.0105042457580566, 0.9404762983322144, 1.1855742931365967, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 0.9929972887039185, 0.7829132676124573, 0.6603642702102661, 0.5378152132034302, 0.7478992342948914, 0.6428572535514832, 0.4677872359752655, 0.6603642702102661, 1.0280113220214844, 0.8704482913017273, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.502801239490509, 0.6428572535514832, 0.8179272413253784, 0.9054622650146484, 0.7303922772407532, 0.7303922772407532, 0.9054622650146484, 1.0105042457580566, 1.1330533027648926, 0.9929972887039185, 1.0980392694473267, 0.8354342579841614, 0.7654062509536743, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 1.0980392694473267, 1.0455182790756226, 0.9054622650146484, 0.8004202842712402, 0.7829132676124573, 1.1855742931365967, 0.9754902720451355, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.8004202842712402, 0.9054622650146484, 0.9054622650146484, 0.8354342579841614, 0.8529412746429443, 0.7128852605819702, 0.8529412746429443, 1.0105042457580566, 0.6778712272644043, 0.6253502368927002, 0.502801239490509, 0.9054622650146484, 0.45028021931648254, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.2556023597717285, 1.2380952835083008, 1.3081233501434326, 1.4481793642044067, 1.4131653308868408, 1.465686321258545, 1.378151297569275, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.2556023597717285, 1.1855742931365967, 1.0980392694473267, 0.6778712272644043, 0.4677872359752655, 0.34523820877075195, 0.9929972887039185, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.1855742931365967, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144], [1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5707283020019531, 1.5357143878936768, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.2906162738800049, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.8704482913017273, 1.0280113220214844, 1.0455182790756226, 1.1855742931365967, 1.1330533027648926, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.2731093168258667, 1.3081233501434326, 1.2205883264541626, 1.2205883264541626, 1.0805323123931885, 0.8354342579841614, 0.6953782439231873, 0.8179272413253784, 0.4677872359752655, 0.8179272413253784, 0.9404762983322144, 0.9754902720451355, 0.7478992342948914, 0.502801239490509, 0.6078432202339172, 1.0805323123931885, 0.8879552483558655, 1.0280113220214844, 0.7478992342948914, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 0.7654062509536743, 0.7478992342948914, 0.6078432202339172, 0.5728292465209961, 0.9229692816734314, 0.9929972887039185, 1.0455182790756226, 0.6603642702102661, 0.8354342579841614, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6253502368927002, 0.9579832553863525, 1.0805323123931885, 0.8704482913017273, 0.7303922772407532, 0.9229692816734314, 0.7829132676124573, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 1.0105042457580566, 0.9754902720451355, 0.6778712272644043, 0.6253502368927002, 0.7478992342948914, 0.6078432202339172, 0.502801239490509, 0.7303922772407532, 0.45028021931648254, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 0.9579832553863525, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.2380952835083008, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.343137264251709, 1.2380952835083008, 1.3081233501434326, 1.553221344947815, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484], [1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.1155463457107544, 1.1855742931365967, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9404762983322144, 0.9754902720451355, 0.8354342579841614, 0.7478992342948914, 0.29271721839904785, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.0105042457580566, 1.2556023597717285, 1.1330533027648926, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0630252361297607, 0.9929972887039185, 1.0805323123931885, 1.1680673360824585, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 0.7654062509536743, 0.7829132676124573, 0.6603642702102661, 0.9754902720451355, 0.8529412746429443, 0.7478992342948914, 0.8179272413253784, 0.6253502368927002, 0.6253502368927002, 0.7478992342948914, 0.9054622650146484, 0.7654062509536743, 0.7128852605819702, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.8529412746429443, 0.9929972887039185, 0.9754902720451355, 0.8004202842712402, 0.9404762983322144, 0.8529412746429443, 0.6428572535514832, 0.5728292465209961, 0.6953782439231873, 0.39775922894477844, 0.2577032148838043, 0.5728292465209961, 0.9579832553863525, 1.0805323123931885, 1.1505602598190308, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.1330533027648926, 1.3606443405151367, 1.4481793642044067, 1.2205883264541626, 1.343137264251709, 1.605742335319519, 1.3956583738327026, 1.483193278312683, 1.4131653308868408, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.2731093168258667, 1.378151297569275, 1.4131653308868408, 1.5007003545761108, 1.2380952835083008, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314], [1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.780812382698059, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1155463457107544, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.8179272413253784, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 1.0280113220214844, 0.8354342579841614, 0.7303922772407532, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9929972887039185, 0.9054622650146484, 0.6778712272644043, 0.9054622650146484, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 1.0455182790756226, 0.9579832553863525, 0.8704482913017273, 0.7303922772407532, 0.8179272413253784, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.8004202842712402, 0.7654062509536743, 0.8704482913017273, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 0.9929972887039185, 1.1505602598190308, 0.9579832553863525, 1.0805323123931885, 0.9404762983322144, 1.1855742931365967, 0.9054622650146484, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.7303922772407532, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.7303922772407532, 0.45028021931648254, 0.24019621312618256, 0.6078432202339172, 0.18767507374286652, 0.6778712272644043, 0.8704482913017273, 0.7478992342948914, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9929972887039185, 1.1330533027648926, 1.2380952835083008, 1.3081233501434326, 1.2556023597717285, 1.0630252361297607, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.4481793642044067, 1.0280113220214844, 1.4481793642044067, 1.4481793642044067, 1.2731093168258667, 1.3081233501434326, 1.4481793642044067, 1.465686321258545, 1.2731093168258667, 1.1855742931365967, 1.3081233501434326, 1.343137264251709, 1.2380952835083008, 1.2380952835083008, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484], [1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.5357143878936768, 1.6582633256912231, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3081233501434326, 1.2556023597717285, 1.0805323123931885, 1.0105042457580566, 0.8529412746429443, 0.7128852605819702, 0.8179272413253784, 0.8879552483558655, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8004202842712402, 0.9054622650146484, 0.7303922772407532, 0.6428572535514832, 0.7303922772407532, 0.8004202842712402, 0.7654062509536743, 0.6078432202339172, 0.3802522122859955, 0.7303922772407532, 0.8004202842712402, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 1.0630252361297607, 0.9754902720451355, 1.0455182790756226, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9929972887039185, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 1.1330533027648926, 1.0455182790756226, 1.0455182790756226, 1.2030812501907349, 1.0980392694473267, 0.8179272413253784, 1.0455182790756226, 1.0105042457580566, 0.7654062509536743, 0.8529412746429443, 0.8704482913017273, 1.2205883264541626, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7128852605819702, 0.9579832553863525, 0.6778712272644043, 0.502801239490509, 0.34523820877075195, 0.502801239490509, 0.7128852605819702, 0.9054622650146484, 0.9054622650146484, 1.0105042457580566, 1.0455182790756226, 0.7654062509536743, 1.0105042457580566, 1.0980392694473267, 1.2556023597717285, 1.1505602598190308, 1.2556023597717285, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.343137264251709, 0.9229692816734314, 1.5007003545761108, 1.378151297569275, 1.4131653308868408, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273], [0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.5882353782653809, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.0455182790756226, 0.9754902720451355, 0.6778712272644043, 0.7128852605819702, 0.9579832553863525, 0.6078432202339172, 0.6428572535514832, 0.432773232460022, 0.39775922894477844, 0.6603642702102661, 0.9404762983322144, 0.18767507374286652, 0.29271721839904785, 0.8879552483558655, 0.7654062509536743, 0.39775922894477844, 0.8879552483558655, 0.9404762983322144, 0.7654062509536743, 1.0980392694473267, 0.6603642702102661, 0.7654062509536743, 1.1330533027648926, 0.6078432202339172, 0.8179272413253784, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.1505602598190308, 0.9054622650146484, 0.9579832553863525, 1.0980392694473267, 1.1155463457107544, 1.2556023597717285, 1.3081233501434326, 0.9054622650146484, 1.0105042457580566, 1.0280113220214844, 0.8529412746429443, 1.0280113220214844, 0.7478992342948914, 0.6778712272644043, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 1.0805323123931885, 0.7303922772407532, 0.7303922772407532, 0.5553222298622131, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.5728292465209961, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.6778712272644043, 1.0805323123931885, 1.0455182790756226, 1.1330533027648926, 1.2205883264541626, 1.0630252361297607, 1.1330533027648926, 0.9054622650146484, 1.378151297569275, 1.2731093168258667, 1.1155463457107544, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.2731093168258667, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.0805323123931885, 0.9754902720451355, 0.9579832553863525, 0.8529412746429443, 0.8179272413253784, 0.9754902720451355, 0.8529412746429443, 1.2731093168258667, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 0.9229692816734314, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.9054622650146484, 0.7829132676124573, 0.9229692816734314, 0.7128852605819702, 0.8179272413253784, 0.9754902720451355, 0.8879552483558655, 0.8879552483558655, 0.7654062509536743, 0.7303922772407532, 0.5728292465209961, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 0.9754902720451355, 1.0455182790756226, 1.1330533027648926, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.9929972887039185, 0.7829132676124573, 1.0630252361297607, 1.343137264251709, 1.0280113220214844, 0.9229692816734314, 0.6603642702102661, 0.520308256149292, 0.8879552483558655, 0.8529412746429443, 0.9754902720451355, 0.9754902720451355, 0.8004202842712402, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.4677872359752655, 0.5728292465209961, 0.6953782439231873, 1.0630252361297607, 0.8529412746429443, 0.6078432202339172, 0.7829132676124573, 0.6778712272644043, 0.7829132676124573, 1.0455182790756226, 1.1855742931365967, 1.0455182790756226, 0.3627452254295349, 1.2205883264541626, 1.2731093168258667, 1.0805323123931885, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.3081233501434326, 1.2380952835083008, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.4481793642044067, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2731093168258667, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.8179272413253784, 0.7303922772407532, 1.0980392694473267, 1.1680673360824585, 1.0980392694473267, 1.1155463457107544, 1.0455182790756226, 0.9229692816734314, 0.8529412746429443, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 0.9404762983322144, 0.8179272413253784, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 0.8704482913017273, 0.9929972887039185, 0.8704482913017273, 0.9404762983322144, 0.8004202842712402, 0.9054622650146484, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.9404762983322144, 0.9054622650146484, 1.0980392694473267, 1.0630252361297607, 0.9579832553863525, 1.1330533027648926, 1.0980392694473267, 0.9229692816734314, 0.5728292465209961, 0.9754902720451355, 1.0805323123931885, 0.9229692816734314, 0.8354342579841614, 0.7128852605819702, 0.9229692816734314, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.6953782439231873, 0.9404762983322144, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.502801239490509, 0.5378152132034302, 0.4677872359752655, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.6428572535514832, 0.7829132676124573, 1.0105042457580566, 0.9054622650146484, 0.520308256149292, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.2731093168258667, 1.2731093168258667, 0.9579832553863525, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.4481793642044067, 1.378151297569275, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.430672287940979, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.0980392694473267, 1.1505602598190308, 0.7654062509536743, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7478992342948914, 0.8704482913017273, 0.8879552483558655, 0.9754902720451355, 0.9054622650146484, 0.8179272413253784, 0.9579832553863525, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0630252361297607, 1.0630252361297607, 0.8704482913017273, 0.9929972887039185, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 0.4852942228317261, 0.6778712272644043, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 0.8879552483558655, 0.9929972887039185, 0.7303922772407532, 1.0280113220214844, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.0630252361297607, 1.1330533027648926, 0.8179272413253784, 0.5728292465209961, 0.24019621312618256, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.6078432202339172, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.7128852605819702, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7478992342948914, 0.9404762983322144, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.483193278312683, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.693277359008789, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.0630252361297607, 1.0280113220214844, 0.7654062509536743, 0.7128852605819702, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.9579832553863525, 1.0805323123931885, 1.1330533027648926, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.8179272413253784, 0.8529412746429443, 1.0455182790756226, 1.0280113220214844, 1.2380952835083008, 0.502801239490509, 0.8704482913017273, 0.8879552483558655, 0.7478992342948914, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 0.7303922772407532, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.8529412746429443, 0.8354342579841614, 0.6953782439231873, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.9404762983322144, 0.6778712272644043, 0.8004202842712402, 0.6953782439231873, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.6428572535514832, 0.9404762983322144, 1.0980392694473267, 1.0805323123931885, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402], [0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.6232492923736572, 1.6582633256912231, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 1.0805323123931885, 1.0280113220214844, 1.0630252361297607, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0980392694473267, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 0.9754902720451355, 0.7478992342948914, 0.7128852605819702, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.2030812501907349, 1.2731093168258667, 1.0105042457580566, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9054622650146484, 0.9754902720451355, 1.0280113220214844, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 0.8704482913017273, 0.5728292465209961, 0.8179272413253784, 0.4852942228317261, 0.5378152132034302, 0.7654062509536743, 0.8004202842712402, 0.8879552483558655, 0.8354342579841614, 0.6953782439231873, 0.6253502368927002, 0.8354342579841614, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 1.0105042457580566, 1.0805323123931885, 1.1680673360824585, 1.483193278312683, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.343137264251709, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402], [0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.6582633256912231, 1.6757704019546509, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5357143878936768, 1.6582633256912231, 1.6582633256912231, 1.553221344947815, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2906162738800049, 1.3256303071975708, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.2205883264541626, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.0980392694473267, 1.0280113220214844, 0.9754902720451355, 1.0630252361297607, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.7654062509536743, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7654062509536743, 0.8179272413253784, 0.8004202842712402, 0.9929972887039185, 0.9404762983322144, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.0630252361297607, 1.3256303071975708, 1.4131653308868408, 1.5707283020019531, 1.6232492923736572, 1.5882353782653809, 1.4481793642044067, 1.2556023597717285, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573], [0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.640756368637085, 1.553221344947815, 1.378151297569275, 1.7457983493804932, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.6582633256912231, 1.7107843160629272, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6232492923736572, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2030812501907349, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.2205883264541626, 1.1855742931365967, 1.2906162738800049, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 0.9229692816734314, 1.1330533027648926, 1.1155463457107544, 1.0455182790756226, 0.9579832553863525, 1.0455182790756226, 0.9404762983322144, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.8879552483558655, 0.8004202842712402, 0.9054622650146484, 0.6953782439231873, 0.9404762983322144, 0.8529412746429443, 1.0280113220214844, 1.1505602598190308, 0.9929972887039185, 1.2030812501907349, 0.9929972887039185, 0.5728292465209961, 0.8004202842712402, 0.7478992342948914, 0.8529412746429443, 0.9054622650146484, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9929972887039185, 1.3081233501434326, 1.3956583738327026, 1.465686321258545, 1.553221344947815, 1.6757704019546509, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.1680673360824585, 1.1505602598190308, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784], [0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.3606443405151367, 1.465686321258545, 1.4131653308868408, 1.2731093168258667, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.1680673360824585, 0.9579832553863525, 0.9054622650146484, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 0.9229692816734314, 0.7303922772407532, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 0.7829132676124573, 0.7128852605819702, 1.0455182790756226, 0.9579832553863525, 1.0805323123931885, 1.0455182790756226, 1.4131653308868408, 1.2731093168258667, 1.2030812501907349, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8704482913017273, 0.9754902720451355, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1855742931365967, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.7107843160629272, 1.780812382698059, 1.7633053064346313, 1.605742335319519, 1.3956583738327026, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784], [0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.693277359008789, 1.5707283020019531, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.0980392694473267, 1.0455182790756226, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.9404762983322144, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 0.9929972887039185, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 0.9579832553863525, 0.8879552483558655, 0.8004202842712402, 0.9229692816734314, 1.0455182790756226, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9579832553863525, 1.2030812501907349, 1.0630252361297607, 0.8529412746429443, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.4481793642044067, 1.483193278312683, 1.3256303071975708, 1.378151297569275, 1.343137264251709, 1.6582633256912231, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.5707283020019531, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784], [0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.518207311630249, 1.6757704019546509, 1.5882353782653809, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.465686321258545, 1.3081233501434326, 1.378151297569275, 1.3606443405151367, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 0.9929972887039185, 1.0280113220214844, 1.1505602598190308, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.1330533027648926, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9754902720451355, 1.1505602598190308, 1.1505602598190308, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0980392694473267, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, 0.8529412746429443, 1.0630252361297607, 1.2380952835083008, 1.378151297569275, 1.1505602598190308, 1.2556023597717285, 1.3956583738327026, 1.430672287940979, 1.5007003545761108, 1.378151297569275, 1.3256303071975708, 1.2556023597717285, 1.6232492923736572, 1.693277359008789, 1.6582633256912231, 1.605742335319519, 1.1330533027648926, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.728291392326355, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.693277359008789, 1.605742335319519, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.5707283020019531, 1.6232492923736572, 1.5357143878936768, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3081233501434326, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.1680673360824585, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.1330533027648926, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 0.9404762983322144, 0.7829132676124573, 1.0105042457580566, 0.9579832553863525, 1.0455182790756226, 1.1330533027648926, 1.1855742931365967, 1.1330533027648926, 0.9929972887039185, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 0.8879552483558655, 0.9929972887039185, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1680673360824585, 1.3956583738327026, 1.553221344947815, 1.4481793642044067, 1.430672287940979, 1.2205883264541626, 1.3256303071975708, 1.378151297569275, 1.5007003545761108, 1.5707283020019531, 1.2906162738800049, 0.8529412746429443, 1.1680673360824585, 1.3256303071975708, 1.0805323123931885, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.518207311630249, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0805323123931885, 1.1855742931365967, 1.0630252361297607, 0.8179272413253784, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.2556023597717285, 1.2556023597717285, 1.465686321258545, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.378151297569275, -0.17997196316719055, 0.06512605398893356, 0.39775922894477844, 1.0105042457580566, 1.2205883264541626, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.640756368637085, 1.7633053064346313, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.1155463457107544, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 0.8004202842712402, 0.7654062509536743, 1.0280113220214844, 1.0105042457580566, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.0805323123931885, 1.3606443405151367, 1.378151297569275, 1.1330533027648926, -1.247899055480957, -1.930672287940979, -2.0007002353668213, -2.0007002353668213, -1.6505602598190308, -1.7030812501907349, -1.457983136177063, 1.2205883264541626, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443], [0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.0805323123931885, 1.0105042457580566, 0.8879552483558655, 0.8004202842712402, 0.6603642702102661, 0.9404762983322144, 0.9054622650146484, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 0.7303922772407532, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.8354342579841614, 1.0980392694473267, 1.2030812501907349, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 0.5553222298622131, -1.580532193183899, -2.018207311630249, -1.965686321258545, -1.930672287940979, -1.843137264251709, -1.7731093168258667, -0.47759100794792175, -1.7906162738800049, 0.502801239490509, -1.0553221702575684, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.605742335319519, 1.7107843160629272, 1.6757704019546509, 1.7457983493804932, 1.780812382698059, 1.8333333730697632, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.343137264251709, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.1855742931365967, 1.1155463457107544, 1.1680673360824585, 1.0280113220214844, 0.9579832553863525, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.1680673360824585, 1.378151297569275, 1.4131653308868408, 1.2906162738800049, -0.7051820158958435, -1.965686321258545, -1.6505602598190308, -1.668067216873169, -1.4929972887039185, -1.5280112028121948, -1.808123230934143, -1.8256303071975708, -1.580532193183899, -1.7731093168258667, -1.160364031791687, -1.457983136177063, -0.6351540088653564, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.6232492923736572, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.640756368637085, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7983193397521973, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 0.9579832553863525, 1.0455182790756226, 1.2030812501907349, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 0.9579832553863525, -0.39005598425865173, -1.5630252361297607, -1.6855742931365967, -1.6330533027648926, -1.8606442213058472, -1.6330533027648926, -1.5630252361297607, -0.7577030062675476, -1.2303920984268188, -0.4950979948043823, 1.6582633256912231, 0.06512605398893356, -1.457983136177063, -1.422969102859497, -0.7927170395851135, -1.370448112487793, -1.1778711080551147, 1.2205883264541626, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.39775922894477844, 0.4677872359752655, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.693277359008789, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.3081233501434326, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1155463457107544, 1.0455182790756226, 0.9754902720451355, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.3956583738327026, 1.5357143878936768, 1.5357143878936768, 0.7829132676124573, -1.335434079170227, -1.4929972887039185, -1.4054621458053589, -1.843137264251709, -1.808123230934143, -1.6155462265014648, -1.965686321258545, -1.8256303071975708, -1.7380952835083008, -1.4754900932312012, -1.1428570747375488, -0.9327731132507324, -0.4950979948043823, -1.457983136177063, 1.868347406387329, 1.4481793642044067, -1.0728291273117065, -1.2303920984268188, -1.4054621458053589, -0.12745095789432526, -1.755602240562439, -0.23249296844005585, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6428572535514832, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.7633053064346313, 1.6757704019546509, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2731093168258667, 1.2030812501907349, 1.1680673360824585, 1.3081233501434326, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.4131653308868408, 1.465686321258545, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 0.6953782439231873, -1.3879550695419312, -1.6155462265014648, -1.6505602598190308, -1.4754900932312012, -1.5630252361297607, -1.6505602598190308, -1.7030812501907349, -1.1428570747375488, -1.878151297569275, -1.6855742931365967, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.2654061317443848, -1.1253501176834106, -1.7906162738800049, -0.8277310132980347, 1.518207311630249, 1.7633053064346313, 1.5882353782653809, 1.2030812501907349, 0.6603642702102661, -1.9131653308868408, -1.1078431606292725, 1.2205883264541626, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6757704019546509, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9733893871307373, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.7107843160629272, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.3956583738327026, -1.282913088798523, -1.5630252361297607, -1.3179271221160889, -1.282913088798523, -0.9677870869636536, -0.9502801299095154, -1.422969102859497, -1.580532193183899, -1.808123230934143, -1.195378065109253, -1.3004200458526611, -0.022408949211239815, 0.5553222298622131, -1.4929972887039185, -1.3879550695419312, -1.6855742931365967, -1.6855742931365967, -0.10994396358728409, 0.8879552483558655, 1.8508403301239014, 1.5882353782653809, 1.430672287940979, -1.580532193183899, -1.335434079170227, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.3102242052555084, 0.3802522122859955, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.7457983493804932, 1.6757704019546509, 1.6582633256912231, 1.693277359008789, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.815826416015625, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.7457983493804932, 1.693277359008789, 1.728291392326355, 1.7983193397521973, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.6757704019546509, 1.3956583738327026, -0.8277310132980347, -1.4754900932312012, -0.4425770044326782, -1.3879550695419312, -0.9852941036224365, -0.8277310132980347, -1.3529410362243652, -0.5651260018348694, -1.282913088798523, -0.9152660369873047, -0.4425770044326782, -1.7906162738800049, -0.09243696182966232, -1.1078431606292725, -1.3179271221160889, -1.5455182790756226, -1.3004200458526611, -1.5280112028121948, -0.022408949211239815, 0.9929972887039185, 0.8179272413253784, 0.7829132676124573, 1.2030812501907349, -0.022408949211239815, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.29271721839904785, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.640756368637085, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8333333730697632, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.7633053064346313, 1.5707283020019531, 1.868347406387329, 1.693277359008789, 1.728291392326355, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.2556023597717285, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1680673360824585, 1.0105042457580566, 1.0980392694473267, -0.7226890325546265, -0.7401960492134094, -1.0028010606765747, -1.1253501176834106, -1.3879550695419312, -0.6876749992370605, -0.6176469922065735, -0.9677870869636536, -1.3179271221160889, -1.3179271221160889, -0.9852941036224365, 0.3102242052555084, -0.9152660369873047, -1.0728291273117065, -0.6526610255241394, -1.3179271221160889, -1.457983136177063, -1.720588207244873, -0.4075630009174347, 0.590336263179779, 1.2205883264541626, 1.3256303071975708, 0.8179272413253784, 0.9054622650146484, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.2752102017402649, 0.3277312219142914, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.6582633256912231, 1.815826416015625, 1.728291392326355, 1.728291392326355, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, -0.8802520632743835, -0.9327731132507324, -1.335434079170227, -1.6505602598190308, -1.720588207244873, -1.7380952835083008, 0.8704482913017273, 0.7478992342948914, -0.4425770044326782, -1.0903360843658447, -0.9152660369873047, -0.8277310132980347, -1.335434079170227, 0.3102242052555084, -0.28501397371292114, -0.21498596668243408, -1.370448112487793, -0.3025209903717041, -1.422969102859497, -1.4754900932312012, 0.9229692816734314, 1.378151297569275, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614], [0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.6757704019546509, 1.780812382698059, 1.8508403301239014, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.868347406387329, 0.6078432202339172, 1.0455182790756226, 1.3081233501434326, 1.3081233501434326, 0.9229692816734314, 0.5553222298622131, 0.8004202842712402, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, -0.7401960492134094, -1.0378150939941406, -1.3529410362243652, -1.668067216873169, -1.755602240562439, -1.668067216873169, 1.1155463457107544, -0.03991595283150673, 0.8704482913017273, -0.3025209903717041, -0.6526610255241394, -0.6876749992370605, 0.0476190559566021, 0.24019621312618256, 0.0476190559566021, 0.2226892113685608, -0.4075630009174347, -1.160364031791687, -0.37254899740219116, -0.4075630009174347, 0.7303922772407532, 1.1155463457107544, 1.0805323123931885, 0.9754902720451355, 1.0805323123931885, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.8333333730697632, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.780812382698059, -0.3200279772281647, -0.6176469922065735, -0.7927170395851135, -1.4404760599136353, -1.720588207244873, -1.8606442213058472, -0.1624649614095688, 1.8333333730697632, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 0.9754902720451355, -1.0728291273117065, -1.0553221702575684, -1.5455182790756226, -1.7906162738800049, -1.843137264251709, -0.9852941036224365, 0.5728292465209961, 1.2556023597717285, 1.7107843160629272, 0.8704482913017273, -0.37254899740219116, -0.057422954589128494, -1.4754900932312012, -0.4425770044326782, 0.8879552483558655, 0.34523820877075195, -0.8277310132980347, -0.8802520632743835, -1.2128850221633911, -0.7401960492134094, -1.1253501176834106, 1.1855742931365967, 1.343137264251709, 0.9054622650146484, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573], [0.2752102017402649, 0.29271721839904785, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.6757704019546509, 1.7457983493804932, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 0.8529412746429443, -1.0378150939941406, -1.0553221702575684, -1.3004200458526611, -1.7030812501907349, -1.755602240562439, -1.2128850221633911, 1.2205883264541626, 1.7107843160629272, 1.7633053064346313, 1.7633053064346313, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.5378152132034302, -0.8452380299568176, -1.3179271221160889, -1.5980392694473267, -1.755602240562439, -0.9677870869636536, 1.7983193397521973, 1.8333333730697632, 1.6757704019546509, 1.8508403301239014, 1.7457983493804932, 0.6953782439231873, 0.06512605398893356, -0.9677870869636536, -1.0728291273117065, 1.1330533027648926, 0.6428572535514832, -0.7752100229263306, -0.7752100229263306, -0.28501397371292114, -0.022408949211239815, 0.3802522122859955, 1.2906162738800049, 0.8004202842712402, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573], [0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.605742335319519, 1.7457983493804932, 1.7983193397521973, 1.553221344947815, 1.6582633256912231, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, -0.7577030062675476, -0.8802520632743835, -1.0553221702575684, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -0.28501397371292114, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, -0.3550419807434082, -1.4054621458053589, -1.5455182790756226, -1.6330533027648926, -0.9677870869636536, 1.518207311630249, 1.815826416015625, 1.7983193397521973, 1.8858543634414673, 1.9908963441848755, 1.9383753538131714, 1.4481793642044067, 0.7654062509536743, 0.11764705926179886, -1.0203081369400024, 1.0980392694473267, 0.502801239490509, -0.5476189851760864, -0.6701680421829224, -0.6001400351524353, -1.370448112487793, 0.24019621312618256, 1.0980392694473267, 0.7654062509536743, 1.0630252361297607, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914], [0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.693277359008789, 1.9033613204956055, 1.7457983493804932, 1.7983193397521973, 1.5882353782653809, 1.6757704019546509, 1.7633053064346313, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, -0.6176469922065735, -0.5651260018348694, -1.0903360843658447, -1.5455182790756226, -1.720588207244873, -1.247899055480957, -1.0903360843658447, 0.7128852605819702, 1.605742335319519, 1.815826416015625, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 0.3802522122859955, -1.6330533027648926, 0.3277312219142914, 1.2205883264541626, 1.430672287940979, 1.1505602598190308, 1.780812382698059, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 2.0609242916107178, 1.9908963441848755, 2.0259103775024414, 0.8879552483558655, 0.7829132676124573, -1.0203081369400024, 1.4131653308868408, 0.7654062509536743, -0.26750698685646057, 0.4677872359752655, -0.3550419807434082, -1.5455182790756226, -1.1778711080551147, 1.0805323123931885, 0.8529412746429443, 0.9579832553863525, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914], [0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.693277359008789, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.815826416015625, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 0.03011205606162548, -0.23249296844005585, -0.9327731132507324, -0.9152660369873047, -1.6505602598190308, -1.7030812501907349, -0.6701680421829224, -0.8452380299568176, -1.0553221702575684, -0.8977590203285217, 0.2752102017402649, 1.693277359008789, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.3256303071975708, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.1330533027648926, 1.0630252361297607, 0.7303922772407532, 0.6953782439231873, 1.2205883264541626, 1.9558824300765991, 1.9208683967590332, 1.4131653308868408, 1.780812382698059, 1.728291392326355, 2.0259103775024414, 1.9383753538131714, 2.043417453765869, 2.1309523582458496, 1.9208683967590332, 1.2030812501907349, 0.3802522122859955, -1.3004200458526611, 1.6232492923736572, 1.1855742931365967, 0.7829132676124573, 0.9404762983322144, 0.590336263179779, -1.457983136177063, -1.4054621458053589, 0.8004202842712402, 0.7303922772407532, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.780812382698059, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.8858543634414673, 1.0630252361297607, -0.9327731132507324, -0.022408949211239815, -1.422969102859497, -0.9502801299095154, -0.8277310132980347, -0.4950979948043823, -1.0203081369400024, -1.7731093168258667, -1.247899055480957, -1.5455182790756226, 1.1855742931365967, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3081233501434326, 1.4131653308868408, 1.3256303071975708, 1.7633053064346313, 1.343137264251709, 1.8333333730697632, 1.9733893871307373, 1.868347406387329, 1.868347406387329, 1.6757704019546509, 1.8508403301239014, 1.9908963441848755, 1.483193278312683, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 2.0959384441375732, 1.8858543634414673, 1.343137264251709, 0.08263305574655533, -0.8277310132980347, 1.6582633256912231, 1.0805323123931885, 1.5882353782653809, 1.7633053064346313, 0.9404762983322144, -0.9502801299095154, -1.422969102859497, -0.057422954589128494, 1.0805323123931885, 1.1330533027648926, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 0.5728292465209961, -0.42506998777389526, -0.14495795965194702, -0.5301120281219482, -1.1078431606292725, -0.8102240562438965, -1.7030812501907349, -0.5476189851760864, -1.1078431606292725, -0.6876749992370605, -0.3025209903717041, 1.605742335319519, 1.5707283020019531, 1.4481793642044067, 1.5007003545761108, 1.9208683967590332, 1.8508403301239014, 1.6582633256912231, 1.9908963441848755, 1.4481793642044067, 2.0609242916107178, 1.9908963441848755, 2.113445281982422, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 2.0084033012390137, 1.5882353782653809, 1.9908963441848755, 1.7633053064346313, 1.9733893871307373, 2.1484594345092773, 2.043417453765869, 1.1855742931365967, -0.9852941036224365, 1.518207311630249, 1.815826416015625, 1.0280113220214844, 1.8333333730697632, 1.9383753538131714, 0.7829132676124573, -0.1624649614095688, -1.457983136177063, 0.13515406847000122, 0.45028021931648254, 1.0455182790756226, 1.1155463457107544, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 1.6582633256912231, -0.21498596668243408, -1.2303920984268188, 0.3277312219142914, -1.6505602598190308, -0.7752100229263306, -1.3529410362243652, -1.247899055480957, -0.5651260018348694, -1.247899055480957, -0.8277310132980347, 0.6953782439231873, 0.8354342579841614, 1.9383753538131714, 2.165966510772705, 2.043417453765869, 1.780812382698059, 2.0784313678741455, 1.5707283020019531, 2.0084033012390137, 2.0259103775024414, 2.0084033012390137, 1.9033613204956055, 1.8858543634414673, 1.640756368637085, 1.9383753538131714, 1.815826416015625, 1.9733893871307373, 1.5357143878936768, 1.9733893871307373, 2.1484594345092773, 1.9558824300765991, 0.7829132676124573, 1.0280113220214844, 1.780812382698059, 1.8858543634414673, 1.0105042457580566, 1.868347406387329, 1.9908963441848755, 0.9929972887039185, -0.03991595283150673, -1.5630252361297607, 0.11764705926179886, 0.4852942228317261, 0.8179272413253784, 1.2556023597717285, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.6253502368927002, 0.6428572535514832, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 2.0259103775024414, 1.8333333730697632, 1.4131653308868408, 0.432773232460022, -0.33753499388694763, -0.9852941036224365, -0.6001400351524353, -1.0203081369400024, -0.8277310132980347, 0.012605053372681141, -1.3529410362243652, -1.3179271221160889, -0.3200279772281647, 0.34523820877075195, -1.7380952835083008, -0.6351540088653564, -1.4929972887039185, -1.195378065109253, 1.728291392326355, 2.0084033012390137, 1.6232492923736572, 2.1309523582458496, 1.8858543634414673, 1.9208683967590332, 1.9908963441848755, 1.553221344947815, 1.7633053064346313, 1.9383753538131714, 2.0259103775024414, 1.3956583738327026, 1.7633053064346313, 2.0609242916107178, 2.113445281982422, 1.9733893871307373, 1.7983193397521973, 1.9033613204956055, 2.043417453765869, 1.8508403301239014, 1.0805323123931885, 1.9033613204956055, 2.0084033012390137, 1.2556023597717285, 0.20518220961093903, -1.5980392694473267, 1.2030812501907349, 0.6603642702102661, 1.1680673360824585, 0.7478992342948914, 0.5728292465209961, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.590336263179779, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.8858543634414673, -0.26750698685646057, -1.0378150939941406, -0.6351540088653564, -0.057422954589128494, 0.3277312219142914, -1.2654061317443848, -1.457983136177063, -0.4425770044326782, -1.0553221702575684, -1.4754900932312012, -0.4950979948043823, -1.1778711080551147, -1.0203081369400024, -1.422969102859497, -0.8452380299568176, -1.2654061317443848, -0.6001400351524353, -1.720588207244873, -1.1428570747375488, 0.18767507374286652, 0.4677872359752655, 1.0630252361297607, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.4481793642044067, 1.8858543634414673, 1.9733893871307373, 1.0980392694473267, 1.5707283020019531, 1.8858543634414673, 2.2009804248809814, 2.1484594345092773, 2.0959384441375732, 1.9908963441848755, 1.9733893871307373, 1.640756368637085, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.483193278312683, -0.03991595283150673, -1.5980392694473267, 1.9208683967590332, 1.6582633256912231, 0.8354342579841614, 0.8179272413253784, 0.11764705926179886, 0.8529412746429443, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9558824300765991, 0.4852942228317261, -0.28501397371292114, -1.0203081369400024, -0.5826330184936523, 0.3802522122859955, -0.23249296844005585, 0.11764705926179886, -0.6701680421829224, 0.15266107022762299, 0.18767507374286652, -1.4929972887039185, -1.755602240562439, -0.8102240562438965, -1.7030812501907349, -1.580532193183899, -0.5476189851760864, -0.8627450466156006, -1.5105042457580566, -1.5455182790756226, -1.422969102859497, -0.7927170395851135, -0.21498596668243408, -0.6351540088653564, 0.9054622650146484, 1.780812382698059, 1.4131653308868408, 1.5882353782653809, 1.7107843160629272, 1.0980392694473267, 1.815826416015625, 1.5707283020019531, 2.1309523582458496, 2.1834733486175537, 2.0959384441375732, 2.0084033012390137, 1.8333333730697632, 1.9383753538131714, 1.8858543634414673, 2.0959384441375732, 2.0784313678741455, 1.9033613204956055, -0.7051820158958435, -0.37254899740219116, 1.9733893871307373, 1.8508403301239014, 0.9054622650146484, 0.2577032148838043, -0.5126050114631653, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8333333730697632, 0.520308256149292, -0.39005598425865173, -0.47759100794792175, -0.6351540088653564, 0.0476190559566021, 0.2226892113685608, -1.6155462265014648, -1.335434079170227, 0.0476190559566021, -0.26750698685646057, -0.6526610255241394, -0.4600839912891388, -1.4929972887039185, -0.07492996007204056, -0.6176469922065735, -1.3879550695419312, -1.0028010606765747, -1.0028010606765747, -1.3179271221160889, -1.195378065109253, -1.0903360843658447, -0.5651260018348694, -1.4929972887039185, 0.0476190559566021, -0.19747896492481232, 1.5007003545761108, 1.8508403301239014, 1.0280113220214844, 1.1330533027648926, 1.4131653308868408, 1.640756368637085, 1.868347406387329, 2.1309523582458496, 2.0084033012390137, 2.0084033012390137, 2.113445281982422, 2.0259103775024414, 1.9558824300765991, 2.1834733486175537, 2.1484594345092773, 1.9733893871307373, -0.8977590203285217, 1.2556023597717285, 1.9208683967590332, 1.9733893871307373, 1.518207311630249, 1.1330533027648926, 0.03011205606162548, 0.5728292465209961, 0.9579832553863525, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -1.195378065109253, -0.6876749992370605, -0.5826330184936523, -0.9852941036224365, 0.03011205606162548, -0.057422954589128494, -0.6351540088653564, -1.370448112487793, 0.34523820877075195, 0.3277312219142914, 0.24019621312618256, -1.282913088798523, -0.07492996007204056, -1.6505602598190308, -1.5980392694473267, -1.335434079170227, -1.457983136177063, -0.8977590203285217, 0.5728292465209961, -1.0028010606765747, -0.8627450466156006, -1.3179271221160889, -0.7401960492134094, -1.3004200458526611, -1.0553221702575684, 0.7128852605819702, 1.2380952835083008, 0.9054622650146484, -0.09243696182966232, 1.5882353782653809, 1.815826416015625, 1.9383753538131714, 1.9383753538131714, 2.043417453765869, 2.113445281982422, 1.9558824300765991, 2.0959384441375732, 2.1484594345092773, 2.2009804248809814, 2.1834733486175537, 1.9908963441848755, 1.8508403301239014, 1.8333333730697632, 2.0084033012390137, 2.043417453765869, 1.1330533027648926, 0.34523820877075195, 0.34523820877075195, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -0.5476189851760864, -0.9677870869636536, -0.5126050114631653, -1.1778711080551147, -1.1428570747375488, 1.4481793642044067, -0.9852941036224365, -0.6701680421829224, -0.9502801299095154, -1.6505602598190308, -0.7051820158958435, -0.4425770044326782, -1.0728291273117065, -0.7752100229263306, -1.7030812501907349, -1.3529410362243652, -1.2128850221633911, 0.6428572535514832, 1.605742335319519, 1.7107843160629272, 0.17016807198524475, -1.2128850221633911, -0.3550419807434082, -1.2654061317443848, -0.8977590203285217, -1.1428570747375488, -0.3025209903717041, 1.483193278312683, 0.18767507374286652, 1.465686321258545, 1.1155463457107544, 1.605742335319519, 1.9733893871307373, 2.0259103775024414, 2.0259103775024414, 2.0784313678741455, 2.113445281982422, 2.165966510772705, 2.0784313678741455, 2.2009804248809814, 1.9908963441848755, 1.9383753538131714, 1.8333333730697632, 2.1484594345092773, 2.0959384441375732, 1.7457983493804932, 0.4852942228317261, 0.3802522122859955, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 2.0259103775024414, -1.195378065109253, 0.520308256149292, 1.8858543634414673, 0.29271721839904785, 0.17016807198524475, -0.9327731132507324, -0.39005598425865173, -0.9852941036224365, -1.3004200458526611, -1.6505602598190308, -1.3529410362243652, -0.022408949211239815, -0.6701680421829224, -1.3529410362243652, -1.7380952835083008, -1.0028010606765747, 0.7654062509536743, 1.1855742931365967, 1.2731093168258667, 2.165966510772705, 1.2030812501907349, 0.5728292465209961, 1.0105042457580566, 1.5007003545761108, 0.8879552483558655, -0.9502801299095154, -1.2303920984268188, 0.6253502368927002, 1.2556023597717285, 1.2380952835083008, 1.5707283020019531, 1.5357143878936768, 1.8333333730697632, 1.868347406387329, 1.9383753538131714, 2.0609242916107178, 2.0959384441375732, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 2.113445281982422, 2.043417453765869, 0.8354342579841614, 0.20518220961093903, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.9733893871307373, 1.7107843160629272, -0.5301120281219482, 0.06512605398893356, 0.6603642702102661, 0.6428572535514832, -0.7226890325546265, -0.5651260018348694, -1.335434079170227, -1.0903360843658447, -1.1253501176834106, -1.247899055480957, -1.3179271221160889, -0.9327731132507324, -1.3179271221160889, -1.5105042457580566, -0.26750698685646057, -1.3529410362243652, 1.0630252361297607, 0.5553222298622131, 1.430672287940979, 1.5357143878936768, 2.0784313678741455, 1.8858543634414673, 1.4481793642044067, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, -1.3004200458526611, 0.502801239490509, 1.5007003545761108, 1.6232492923736572, 1.2030812501907349, 1.483193278312683, 1.6757704019546509, 1.7457983493804932, 1.8333333730697632, 2.113445281982422, 2.0084033012390137, 2.1309523582458496, 2.1484594345092773, 2.0959384441375732, 1.868347406387329, 1.9733893871307373, 2.0784313678741455, 2.2535016536712646, 1.430672287940979, 0.6603642702102661, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8858543634414673, 1.9558824300765991, -0.2499999701976776, -0.42506998777389526, -0.10994396358728409, 0.3102242052555084, -0.3200279772281647, 1.0980392694473267, 1.2205883264541626, 0.7128852605819702, -1.195378065109253, 0.11764705926179886, -1.335434079170227, -0.8277310132980347, -0.6876749992370605, -0.5651260018348694, -1.2303920984268188, 0.06512605398893356, -0.6351540088653564, -1.3879550695419312, -1.2128850221633911, -1.247899055480957, 0.7128852605819702, 1.0280113220214844, 0.8179272413253784, 1.6757704019546509, 1.868347406387329, 0.8529412746429443, 0.7829132676124573, 0.6953782439231873, 0.3102242052555084, 0.3627452254295349, -0.5826330184936523, 1.6757704019546509, 1.5357143878936768, 1.378151297569275, 1.465686321258545, 1.6582633256912231, 1.518207311630249, 1.4131653308868408, 1.7107843160629272, 1.9383753538131714, 2.0784313678741455, 2.1834733486175537, 2.043417453765869, 2.043417453765869, 2.0259103775024414, 2.0084033012390137, 2.1834733486175537, 2.043417453765869, 1.640756368637085, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8333333730697632, 1.553221344947815, 0.39775922894477844, -0.9327731132507324, -0.26750698685646057, 0.7128852605819702, 0.9229692816734314, 1.1505602598190308, 1.2380952835083008, 1.1505602598190308, 0.6778712272644043, 0.06512605398893356, -0.6701680421829224, -1.160364031791687, -1.5455182790756226, -1.6155462265014648, -0.6001400351524353, -1.2128850221633911, -0.21498596668243408, -1.4054621458053589, -0.9327731132507324, -0.5476189851760864, -1.4404760599136353, 0.9754902720451355, 1.0805323123931885, 0.8004202842712402, 0.6953782439231873, 1.3606443405151367, 1.430672287940979, 1.2556023597717285, 0.8179272413253784, 0.7829132676124573, 0.8529412746429443, 1.7107843160629272, 1.6757704019546509, 1.693277359008789, 1.640756368637085, 1.693277359008789, 1.7457983493804932, 1.465686321258545, 1.553221344947815, 1.693277359008789, 1.7983193397521973, 1.9558824300765991, 1.9558824300765991, 2.043417453765869, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 2.0609242916107178, 1.5007003545761108, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.7983193397521973, 0.415266215801239, 0.4677872359752655, -0.9677870869636536, -0.3550419807434082, 0.7303922772407532, 1.1505602598190308, 1.343137264251709, 1.2556023597717285, 1.1330533027648926, 0.8354342579841614, 0.8179272413253784, -0.9502801299095154, -0.7577030062675476, -1.5105042457580566, -0.5126050114631653, -1.195378065109253, -0.3200279772281647, -0.8977590203285217, -0.4950979948043823, -0.9502801299095154, -1.3879550695419312, -0.6351540088653564, -1.0728291273117065, 0.8179272413253784, 0.9404762983322144, 1.4131653308868408, 1.780812382698059, 1.9033613204956055, 1.8508403301239014, 1.815826416015625, 1.518207311630249, 1.3606443405151367, 1.7457983493804932, 1.605742335319519, 1.8333333730697632, 1.8858543634414673, 1.9908963441848755, 1.8508403301239014, 1.7633053064346313, 1.5357143878936768, 1.780812382698059, 1.8333333730697632, 1.7107843160629272, 1.518207311630249, 1.8858543634414673, 1.868347406387329, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 0.2226892113685608, 0.7303922772407532, -0.9152660369873047, -0.4075630009174347, 0.8879552483558655, 1.343137264251709, 1.4131653308868408, 1.3081233501434326, 1.1505602598190308, 0.8179272413253784, 0.9579832553863525, 0.012605053372681141, -1.1253501176834106, -0.7226890325546265, -1.422969102859497, 0.06512605398893356, -0.42506998777389526, -0.6526610255241394, -0.8277310132980347, -1.3179271221160889, -0.2499999701976776, -1.247899055480957, -1.195378065109253, -1.370448112487793, 1.693277359008789, 1.9383753538131714, 1.8858543634414673, 1.5357143878936768, 1.815826416015625, 1.9208683967590332, 1.6582633256912231, 1.728291392326355, 1.8333333730697632, 1.553221344947815, 2.0259103775024414, 2.0084033012390137, 1.6757704019546509, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.728291392326355, 1.693277359008789, 1.7983193397521973, 1.7457983493804932, 1.9208683967590332, 1.640756368637085, 1.7633053064346313, 1.815826416015625, 1.2030812501907349, 0.6778712272644043, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 0.3627452254295349, 0.8704482913017273, -0.4950979948043823, -0.5826330184936523, 0.8879552483558655, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.1855742931365967, 0.9229692816734314, 1.0280113220214844, 0.9229692816734314, 1.2906162738800049, -0.09243696182966232, -0.5651260018348694, -0.9327731132507324, -1.7380952835083008, -0.9152660369873047, -1.0378150939941406, -0.7226890325546265, -1.247899055480957, -1.1428570747375488, -1.247899055480957, -1.3879550695419312, -0.2499999701976776, 1.4481793642044067, 1.728291392326355, 1.7457983493804932, 1.9208683967590332, 1.7457983493804932, 1.8858543634414673, 1.9033613204956055, 2.0259103775024414, 1.9558824300765991, 1.465686321258545, 2.0609242916107178, 2.0259103775024414, 2.1309523582458496, 1.9558824300765991, 1.8508403301239014, 1.780812382698059, 1.868347406387329, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.605742335319519, 1.5007003545761108, 1.693277359008789, 2.0609242916107178, 1.483193278312683, 0.6953782439231873, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.3256303071975708, 1.3606443405151367, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 0.6078432202339172, 0.590336263179779, 0.11764705926179886, -0.26750698685646057, 0.9754902720451355, 1.378151297569275, 1.3956583738327026, 1.3081233501434326, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0455182790756226, 1.2906162738800049, 1.378151297569275, -0.4950979948043823, -1.1428570747375488, -1.247899055480957, -1.2654061317443848, 0.29271721839904785, -0.9152660369873047, -0.0049019488506019115, -0.10994396358728409, -1.5630252361297607, -1.282913088798523, -0.9677870869636536, -1.5630252361297607, -0.5826330184936523, 1.6757704019546509, 1.8333333730697632, 1.640756368637085, 1.605742335319519, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.7457983493804932, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.8508403301239014, 1.9383753538131714, 1.728291392326355, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.9908963441848755, 1.1855742931365967, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.343137264251709, 0.6953782439231873, -0.33753499388694763, 0.34523820877075195, 0.9579832553863525, 1.2731093168258667, 1.2380952835083008, 0.9929972887039185, 0.6078432202339172, 1.0980392694473267, 1.2380952835083008, 1.1155463457107544, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, -0.6176469922065735, -0.5126050114631653, 0.1001400575041771, -0.37254899740219116, -0.4425770044326782, -0.37254899740219116, 0.3102242052555084, 1.378151297569275, -1.247899055480957, -1.335434079170227, -0.9502801299095154, -1.4404760599136353, 0.39775922894477844, 1.8333333730697632, 1.7457983493804932, 1.7983193397521973, 2.0784313678741455, 2.1484594345092773, 2.0784313678741455, 2.0084033012390137, 2.113445281982422, 2.0609242916107178, 1.553221344947815, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 2.113445281982422, 2.0609242916107178, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 2.1484594345092773, 2.235994577407837, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6757704019546509, 1.7107843160629272, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 1.483193278312683, 0.9054622650146484, 0.432773232460022, 1.1855742931365967, 0.9404762983322144, 0.9404762983322144, 0.8529412746429443, 0.8879552483558655, 0.6603642702102661, 1.0980392694473267, 1.2731093168258667, 1.1505602598190308, 1.2380952835083008, 1.3081233501434326, 1.4131653308868408, 0.8354342579841614, -0.022408949211239815, -0.21498596668243408, -0.4950979948043823, 0.06512605398893356, 0.39775922894477844, 0.03011205606162548, -0.33753499388694763, -0.057422954589128494, -1.1253501176834106, -0.5826330184936523, -0.5826330184936523, -1.3179271221160889, 0.3802522122859955, 1.6582633256912231, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.7983193397521973, 1.4481793642044067, 2.0609242916107178, 2.1309523582458496, 2.1309523582458496, 2.165966510772705, 2.165966510772705, 2.113445281982422, 2.043417453765869, 1.9033613204956055, 2.0084033012390137, 2.1834733486175537, 2.2009804248809814, 0.8529412746429443, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2906162738800049, 1.3606443405151367, 1.4131653308868408, 1.5007003545761108, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 0.9754902720451355, 0.8529412746429443, 1.483193278312683, 1.6582633256912231, 0.5553222298622131, 0.502801239490509, 0.8879552483558655, 0.8179272413253784, 0.6253502368927002, 1.0805323123931885, 1.605742335319519, 1.2030812501907349, 1.2731093168258667, 1.9558824300765991, 1.6232492923736572, 1.0280113220214844, 0.8879552483558655, -0.4075630009174347, -0.7051820158958435, 0.9229692816734314, -1.247899055480957, -0.4075630009174347, 1.465686321258545, 0.4852942228317261, 0.9054622650146484, -1.1428570747375488, -0.7927170395851135, -0.8452380299568176, -0.7401960492134094, -0.7226890325546265, 0.590336263179779, 2.0084033012390137, 2.1834733486175537, 2.0784313678741455, 2.0784313678741455, 1.9208683967590332, 2.0609242916107178, 1.9383753538131714, 1.9733893871307373, 2.113445281982422, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.165966510772705, 2.113445281982422, 2.0959384441375732, 1.7457983493804932, 2.0084033012390137, 2.1484594345092773, 1.9033613204956055, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2731093168258667, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7457983493804932, 0.3277312219142914, 0.9579832553863525, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.39775922894477844, 0.7829132676124573, 0.8879552483558655, 0.6603642702102661, 0.9579832553863525, 1.5007003545761108, 0.9754902720451355, 1.343137264251709, 1.9383753538131714, 1.868347406387329, 1.4131653308868408, 0.8704482913017273, -0.5301120281219482, -0.7927170395851135, 0.03011205606162548, -1.3529410362243652, -0.4600839912891388, 2.1834733486175537, 1.693277359008789, 0.8879552483558655, 0.6603642702102661, -1.0553221702575684, -0.8452380299568176, -0.19747896492481232, -1.160364031791687, -1.195378065109253, 0.45028021931648254, 2.1834733486175537, 2.0609242916107178, 1.9908963441848755, 1.640756368637085, 1.7633053064346313, 1.8508403301239014, 1.868347406387329, 1.6582633256912231, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.218487501144409, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.8508403301239014, 2.043417453765869, 2.0259103775024414, 0.9929972887039185, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 0.2752102017402649, 0.9229692816734314, -0.3550419807434082, 1.693277359008789, 0.9754902720451355, 0.7478992342948914, 0.8704482913017273, 1.2030812501907349, 0.9229692816734314, 0.9054622650146484, 1.3606443405151367, 0.8704482913017273, 1.2731093168258667, 1.9383753538131714, 1.9383753538131714, 1.7107843160629272, 0.7478992342948914, -0.3025209903717041, -0.21498596668243408, -0.8452380299568176, 1.3081233501434326, -1.370448112487793, 1.3256303071975708, 1.868347406387329, 1.640756368637085, 1.0105042457580566, 0.5728292465209961, -0.4075630009174347, -0.39005598425865173, 0.3802522122859955, -0.4950979948043823, -1.3529410362243652, 0.2752102017402649, 2.0959384441375732, 1.780812382698059, 1.5707283020019531, 1.483193278312683, 0.8704482913017273, 1.9033613204956055, 2.0959384441375732, 2.113445281982422, 2.2009804248809814, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.113445281982422, 2.043417453765869, 1.9383753538131714, 2.0609242916107178, 1.9733893871307373, 1.868347406387329, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.780812382698059, 0.45028021931648254, 0.3102242052555084, 0.012605053372681141, 1.2731093168258667, 1.4481793642044067, 1.0455182790756226, 1.518207311630249, 1.465686321258545, 0.9579832553863525, 1.1330533027648926, 1.483193278312683, 0.8354342579841614, 1.2556023597717285, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.4131653308868408, 0.6428572535514832, 1.0805323123931885, 0.3627452254295349, 0.8879552483558655, -0.9327731132507324, -0.8452380299568176, 1.9558824300765991, 1.9383753538131714, 2.0084033012390137, 1.7107843160629272, 1.2556023597717285, 0.8529412746429443, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, -1.3879550695419312, 0.34523820877075195, 1.7983193397521973, 1.343137264251709, 1.815826416015625, 1.1155463457107544, 1.553221344947815, 1.9733893871307373, 1.8858543634414673, 2.218487501144409, 2.2710084915161133, 2.2710084915161133, 2.218487501144409, 2.1484594345092773, 2.113445281982422, 2.043417453765869, 1.9208683967590332, 1.9733893871307373, 2.0084033012390137, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0455182790756226, 1.1155463457107544, 1.1855742931365967, 1.2556023597717285, 1.3081233501434326, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7633053064346313, 0.39775922894477844, 1.0455182790756226, 0.7654062509536743, 1.3606443405151367, 1.4481793642044067, 0.9404762983322144, 1.483193278312683, 1.430672287940979, 0.9404762983322144, 1.2205883264541626, 1.465686321258545, 0.8879552483558655, 1.1855742931365967, 1.9208683967590332, 1.8508403301239014, 1.8333333730697632, 1.9383753538131714, 1.6582633256912231, 0.012605053372681141, 1.8333333730697632, 0.8704482913017273, 1.0630252361297607, -1.3179271221160889, 2.0784313678741455, 1.780812382698059, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.0259103775024414, 1.868347406387329, 0.8704482913017273, 0.7128852605819702, 0.8704482913017273, -1.4054621458053589, 1.4481793642044067, 0.415266215801239, 1.9208683967590332, 1.815826416015625, 1.4481793642044067, 1.815826416015625, 1.605742335319519, 1.3256303071975708, 2.235994577407837, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.0609242916107178, 2.0084033012390137, 1.868347406387329, 2.0084033012390137, 1.7983193397521973, 0.6953782439231873, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 1.0105042457580566, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2731093168258667, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 0.8879552483558655, 1.640756368637085, 0.7829132676124573, 1.553221344947815, 1.0280113220214844, 0.9579832553863525, 1.3256303071975708, 1.378151297569275, 0.6603642702102661, 1.2205883264541626, 1.3256303071975708, 0.7829132676124573, 1.3956583738327026, 1.868347406387329, 1.8333333730697632, 1.9208683967590332, 1.9033613204956055, 1.780812382698059, 1.2556023597717285, 1.9383753538131714, 1.7633053064346313, 1.2731093168258667, -1.370448112487793, 1.8333333730697632, 1.8333333730697632, 2.0784313678741455, 2.0959384441375732, 2.1309523582458496, 2.0609242916107178, 2.0609242916107178, 1.9733893871307373, 0.9929972887039185, 0.8004202842712402, 0.20518220961093903, -1.1253501176834106, 1.3606443405151367, 1.3956583738327026, 1.0280113220214844, 1.7107843160629272, 1.6757704019546509, 1.0805323123931885, 1.1680673360824585, 2.288515567779541, 2.2009804248809814, 2.2535016536712646, 2.235994577407837, 2.1484594345092773, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.8508403301239014, 1.0280113220214844, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.9208683967590332, 1.3956583738327026, 0.6603642702102661, 0.6428572535514832, 0.9579832553863525, 0.520308256149292, 1.2205883264541626, 1.378151297569275, 0.9054622650146484, 1.3256303071975708, 1.815826416015625, 1.868347406387329, 1.9383753538131714, 1.8333333730697632, 1.3256303071975708, 0.15266107022762299, 2.0259103775024414, 2.0084033012390137, 1.2205883264541626, -1.0028010606765747, 1.9208683967590332, 1.9383753538131714, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.0784313678741455, 2.113445281982422, 2.0259103775024414, 2.0609242916107178, 0.8879552483558655, 0.8354342579841614, -1.4054621458053589, 1.7983193397521973, 1.1155463457107544, 1.8508403301239014, 1.6232492923736572, 1.553221344947815, 1.1155463457107544, 1.0630252361297607, 2.2535016536712646, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.1834733486175537, 2.1484594345092773, 2.0609242916107178, 1.9033613204956055, 1.9208683967590332, 1.7457983493804932, 0.7303922772407532, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779], [0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.430672287940979, 1.1680673360824585, 1.2731093168258667, 1.9033613204956055, 1.693277359008789, 1.0805323123931885, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 1.1855742931365967, 1.2556023597717285, 0.9579832553863525, 1.693277359008789, 1.693277359008789, 1.7633053064346313, 1.9208683967590332, 1.3081233501434326, 0.4677872359752655, 0.9929972887039185, 1.815826416015625, 1.8508403301239014, 1.1680673360824585, -0.7226890325546265, 1.9908963441848755, 2.0259103775024414, 2.1309523582458496, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.1309523582458496, 2.0959384441375732, 2.0959384441375732, 1.553221344947815, 0.7829132676124573, -0.12745095789432526, 0.7654062509536743, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.483193278312683, 1.483193278312683, 0.7654062509536743, 2.2710084915161133, 2.1834733486175537, 2.2009804248809814, 2.2710084915161133, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 1.9208683967590332, 2.0084033012390137, 1.9383753538131714, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.640756368637085, 1.6582633256912231, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.0805323123931885, 1.7457983493804932, 1.9383753538131714, 1.7633053064346313, 0.6078432202339172, 0.502801239490509, 0.8354342579841614, 1.1330533027648926, 0.9929972887039185, 1.1330533027648926, 1.605742335319519, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 0.18767507374286652, -0.057422954589128494, -0.7401960492134094, 0.9579832553863525, 1.7107843160629272, 0.9229692816734314, 1.5007003545761108, 2.043417453765869, 1.9208683967590332, 2.113445281982422, 2.0609242916107178, 2.1309523582458496, 2.1484594345092773, 2.2009804248809814, 2.165966510772705, 2.1484594345092773, 1.7107843160629272, 1.9383753538131714, 1.0455182790756226, 0.7829132676124573, 1.9558824300765991, 1.9733893871307373, 1.553221344947815, 0.8004202842712402, 1.2731093168258667, 0.9754902720451355, 2.165966510772705, 2.2009804248809814, 2.235994577407837, 2.288515567779541, 2.218487501144409, 2.165966510772705, 2.218487501144409, 2.0084033012390137, 2.0784313678741455, 1.780812382698059, 1.0805323123931885, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.4481793642044067, 1.3081233501434326, 1.5707283020019531, 2.0609242916107178, 2.0609242916107178, 1.605742335319519, 0.08263305574655533, 0.9929972887039185, 1.343137264251709, 0.8879552483558655, 1.465686321258545, 1.868347406387329, 1.9908963441848755, 1.8508403301239014, 1.9733893871307373, -0.1624649614095688, 0.29271721839904785, -0.6001400351524353, 0.3802522122859955, 1.378151297569275, 1.9033613204956055, 1.430672287940979, 2.043417453765869, 1.8858543634414673, 2.218487501144409, 2.113445281982422, 2.113445281982422, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.5357143878936768, 1.868347406387329, 1.8858543634414673, 1.5707283020019531, 1.0105042457580566, 1.465686321258545, 1.5707283020019531, 1.9558824300765991, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.235994577407837, 2.218487501144409, 2.235994577407837, 2.113445281982422, 2.1309523582458496, 1.605742335319519, 1.4131653308868408, 0.6953782439231873, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.553221344947815, 0.8354342579841614, 1.378151297569275, 1.0280113220214844, 1.378151297569275, 2.1309523582458496, 2.0784313678741455, 1.8508403301239014, 0.6253502368927002, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.553221344947815, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.0980392694473267, 0.45028021931648254, 0.415266215801239, -0.3200279772281647, -0.33753499388694763, 0.7303922772407532, 1.3256303071975708, 1.7983193397521973, 2.0259103775024414, 1.9383753538131714, 2.0259103775024414, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0959384441375732, 2.235994577407837, 2.2009804248809814, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.815826416015625, 1.7457983493804932, 1.9033613204956055, 1.8333333730697632, 0.9929972887039185, 1.3081233501434326, 1.4481793642044067, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.2710084915161133, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 1.815826416015625, 1.6582633256912231, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.0105042457580566, 1.2731093168258667, 0.9754902720451355, 1.3081233501434326, 2.0959384441375732, 2.0609242916107178, 1.430672287940979, 1.2556023597717285, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 1.7983193397521973, 1.9733893871307373, 1.6757704019546509, 1.9208683967590332, 0.3277312219142914, 0.1001400575041771, 0.8179272413253784, -0.14495795965194702, -0.5126050114631653, 0.24019621312618256, 1.0280113220214844, 1.7107843160629272, 1.6232492923736572, 1.6757704019546509, 2.0959384441375732, 2.043417453765869, 2.0084033012390137, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.8333333730697632, 1.7983193397521973, 2.0084033012390137, 1.7457983493804932, 0.6253502368927002, 1.1330533027648926, 1.465686321258545, 2.1309523582458496, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 2.165966510772705, 1.9033613204956055, 1.8858543634414673, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9754902720451355, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.483193278312683, 1.2030812501907349, 1.3081233501434326, 0.9929972887039185, 1.4131653308868408, 2.113445281982422, 1.780812382698059, 1.1505602598190308, 1.5707283020019531, 0.8004202842712402, 0.7654062509536743, 1.5357143878936768, 1.7457983493804932, 1.9908963441848755, 1.815826416015625, 1.780812382698059, 0.415266215801239, 0.2752102017402649, 0.8879552483558655, -0.17997196316719055, 0.08263305574655533, -0.9152660369873047, 0.9229692816734314, 1.0630252361297607, 1.3606443405151367, 2.0784313678741455, 1.780812382698059, 2.0959384441375732, 2.0609242916107178, 1.9033613204956055, 2.0784313678741455, 2.2009804248809814, 2.0609242916107178, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 2.0959384441375732, 1.2205883264541626, 1.3256303071975708, 1.5707283020019531, 1.9733893871307373, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.218487501144409, 1.868347406387329, 1.7107843160629272, 0.7829132676124573, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.343137264251709, 1.3606443405151367, 0.9054622650146484, 1.378151297569275, 2.0784313678741455, 0.415266215801239, 0.7829132676124573, 1.605742335319519, 1.2906162738800049, 1.640756368637085, 1.5007003545761108, 1.8508403301239014, 1.7983193397521973, 1.693277359008789, 1.465686321258545, 0.1001400575041771, 0.24019621312618256, 0.6778712272644043, -0.3200279772281647, 0.7128852605819702, -0.6701680421829224, 0.20518220961093903, 1.3081233501434326, 2.0609242916107178, 2.0609242916107178, 1.5357143878936768, 1.868347406387329, 2.113445281982422, 2.043417453765869, 2.0959384441375732, 2.1484594345092773, 1.9908963441848755, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 2.0959384441375732, 2.113445281982422, 0.24019621312618256, 1.2380952835083008, 1.6757704019546509, 2.0084033012390137, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 2.2009804248809814, 2.1834733486175537, 1.4481793642044067, 1.815826416015625, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.3081233501434326, 1.378151297569275, 0.8529412746429443, 1.5007003545761108, 1.728291392326355, -0.4600839912891388, -0.47759100794792175, 1.1330533027648926, 1.553221344947815, 1.693277359008789, 1.7457983493804932, 1.868347406387329, 1.9033613204956055, 1.553221344947815, 0.9929972887039185, 0.08263305574655533, -0.14495795965194702, 0.18767507374286652, 0.13515406847000122, 0.6953782439231873, -0.07492996007204056, 0.5728292465209961, 0.8179272413253784, 1.5007003545761108, 1.4131653308868408, 2.0259103775024414, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 2.0084033012390137, 2.218487501144409, 2.0784313678741455, 2.165966510772705, 1.9558824300765991, 1.9733893871307373, 2.113445281982422, 1.8858543634414673, 2.0784313678741455, 1.815826416015625, 0.9054622650146484, 1.2030812501907349, 1.7983193397521973, 2.0259103775024414, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 2.165966510772705, 1.7983193397521973, 1.9733893871307373, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9054622650146484, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.465686321258545, 1.1505602598190308, 1.2906162738800049, 0.5378152132034302, 1.5882353782653809, 1.5707283020019531, -0.0049019488506019115, -0.28501397371292114, 0.18767507374286652, 1.9208683967590332, 0.39775922894477844, 1.9558824300765991, 1.8858543634414673, 1.868347406387329, 1.605742335319519, 1.1680673360824585, 0.415266215801239, 0.6078432202339172, 1.2731093168258667, 0.24019621312618256, 1.1155463457107544, 0.7128852605819702, -0.19747896492481232, 0.39775922894477844, 0.9754902720451355, 0.9579832553863525, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 0.8004202842712402, 1.483193278312683, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.165966510772705, 2.0084033012390137, 2.165966510772705, 2.0609242916107178, 1.6757704019546509, 2.043417453765869, 0.9929972887039185, 1.693277359008789, 1.6757704019546509, 2.0259103775024414, 2.1834733486175537, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 1.9383753538131714, 1.8333333730697632, 0.6428572535514832, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5707283020019531, 0.9404762983322144, 1.2731093168258667, 0.8179272413253784, 1.5707283020019531, 1.2731093168258667, 0.11764705926179886, -1.0553221702575684, -0.12745095789432526, 1.7983193397521973, 0.5728292465209961, 1.728291392326355, 1.8508403301239014, 1.8333333730697632, 1.7633053064346313, 1.0980392694473267, 0.24019621312618256, 0.6778712272644043, 1.3956583738327026, 0.29271721839904785, 0.7128852605819702, 0.415266215801239, -0.6351540088653564, 0.7829132676124573, 1.1155463457107544, 1.483193278312683, 1.378151297569275, 1.343137264251709, 1.7107843160629272, 1.2205883264541626, 1.9908963441848755, 2.218487501144409, 2.113445281982422, 2.1484594345092773, 1.9908963441848755, 1.9383753538131714, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 2.0609242916107178, 1.9033613204956055, 1.430672287940979, 1.728291392326355, 2.0784313678741455, 2.1834733486175537, 2.2009804248809814, 2.235994577407837, 2.235994577407837, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.0784313678741455, 2.0084033012390137, 1.483193278312683, 1.465686321258545, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.520308256149292, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.553221344947815, -0.5301120281219482, 1.1680673360824585, 0.3802522122859955, 1.553221344947815, 1.0805323123931885, 0.03011205606162548, 0.0476190559566021, -0.3025209903717041, 0.3102242052555084, 0.4852942228317261, 1.8333333730697632, 1.9733893871307373, 1.728291392326355, 1.7107843160629272, 0.2226892113685608, 0.18767507374286652, 0.6078432202339172, 1.0630252361297607, 0.4852942228317261, 0.9404762983322144, 0.9229692816734314, -0.3200279772281647, -0.19747896492481232, 0.9754902720451355, 1.1155463457107544, 0.3277312219142914, 1.2380952835083008, 1.605742335319519, 1.465686321258545, 2.2009804248809814, 2.0784313678741455, 2.0259103775024414, 2.043417453765869, 2.113445281982422, 1.8508403301239014, 1.693277359008789, 1.8508403301239014, 1.9558824300765991, 2.0084033012390137, 1.9208683967590332, 1.5707283020019531, 1.868347406387329, 2.0259103775024414, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.235994577407837, 2.218487501144409, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 2.0084033012390137, 1.5007003545761108, 2.043417453765869, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, -1.160364031791687, 1.1680673360824585, 0.2226892113685608, 1.465686321258545, 0.8704482913017273, 0.2752102017402649, 0.8704482913017273, 0.6778712272644043, 1.0980392694473267, 0.7128852605819702, 1.7983193397521973, 1.9908963441848755, 1.640756368637085, 1.728291392326355, 0.6603642702102661, 0.2577032148838043, 0.4852942228317261, 0.8529412746429443, 0.6253502368927002, 0.9754902720451355, 1.3256303071975708, 0.4677872359752655, -0.5126050114631653, 1.4131653308868408, 0.6078432202339172, 1.378151297569275, 0.08263305574655533, 0.9404762983322144, 0.8004202842712402, 1.8333333730697632, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 2.113445281982422, 1.9733893871307373, 1.7107843160629272, 1.9033613204956055, 2.0784313678741455, 1.8508403301239014, 1.815826416015625, 1.3606443405151367, 1.868347406387329, 1.9733893871307373, 2.2535016536712646, 2.1834733486175537, 2.218487501144409, 2.235994577407837, 2.235994577407837, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1309523582458496, 2.0084033012390137, 1.6582633256912231, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, -0.3025209903717041, 1.1505602598190308, 0.9754902720451355, 1.343137264251709, 1.3956583738327026, 0.502801239490509, 0.4677872359752655, 0.8529412746429443, 1.3956583738327026, 0.0476190559566021, 1.2030812501907349, 1.9733893871307373, 1.4131653308868408, 1.640756368637085, 0.8179272413253784, 0.13515406847000122, 0.5553222298622131, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 1.553221344947815, 0.45028021931648254, -0.6176469922065735, 0.9229692816734314, 1.5357143878936768, 1.693277359008789, 1.605742335319519, 0.502801239490509, 1.5357143878936768, 1.3081233501434326, 1.8333333730697632, 2.1309523582458496, 2.0084033012390137, 2.1484594345092773, 2.0959384441375732, 1.5357143878936768, 1.780812382698059, 2.0784313678741455, 1.8858543634414673, 1.9208683967590332, 0.9754902720451355, 1.8333333730697632, 2.0259103775024414, 2.288515567779541, 2.0609242916107178, 2.2535016536712646, 2.2535016536712646, 2.288515567779541, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1834733486175537, 2.0259103775024414, 1.9733893871307373, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.4131653308868408, 0.0476190559566021, 1.0980392694473267, 1.2556023597717285, 1.5707283020019531, 1.693277359008789, 0.24019621312618256, 0.9404762983322144, 1.1330533027648926, -0.4075630009174347, -0.3550419807434082, 0.6253502368927002, 2.0084033012390137, 1.553221344947815, 1.3956583738327026, 0.8004202842712402, -0.39005598425865173, 1.1155463457107544, 0.9054622650146484, 0.9054622650146484, 0.6603642702102661, 1.1680673360824585, 0.6253502368927002, 0.18767507374286652, -0.3025209903717041, 0.6253502368927002, 1.5007003545761108, 1.378151297569275, 1.0630252361297607, 0.2226892113685608, 0.17016807198524475, 1.518207311630249, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.113445281982422, 1.7457983493804932, 1.780812382698059, 1.5357143878936768, 1.8333333730697632, 1.9733893871307373, 1.5357143878936768, 1.7457983493804932, 1.7983193397521973, 2.2710084915161133, 2.218487501144409, 2.235994577407837, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 1.9383753538131714, 1.7983193397521973, 2.0084033012390137, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.4131653308868408, 0.6428572535514832, 1.2205883264541626, 1.2380952835083008, 1.518207311630249, 1.7107843160629272, 0.45028021931648254, 0.3802522122859955, 0.7478992342948914, -1.1253501176834106, -0.6176469922065735, 1.2380952835083008, 1.9383753538131714, 1.483193278312683, 0.7829132676124573, 1.2030812501907349, -0.17997196316719055, 0.7303922772407532, 0.08263305574655533, 0.15266107022762299, 0.7654062509536743, 1.3606443405151367, 0.7128852605819702, 0.2226892113685608, -0.8277310132980347, 0.6778712272644043, 1.5357143878936768, -0.07492996007204056, -0.28501397371292114, -0.23249296844005585, 0.18767507374286652, 1.0630252361297607, 1.8508403301239014, 2.1484594345092773, 1.9733893871307373, 2.113445281982422, 1.7107843160629272, 2.0784313678741455, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0259103775024414, 1.3081233501434326, 1.9383753538131714, 2.3060226440429688, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.288515567779541, 2.2710084915161133, 2.218487501144409, 1.6582633256912231, 1.7633053064346313, 1.9733893871307373, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 0.8704482913017273, 1.2731093168258667, 1.2906162738800049, 1.5882353782653809, 1.6757704019546509, 0.29271721839904785, 0.3802522122859955, -0.7752100229263306, -0.5651260018348694, 0.520308256149292, 1.8508403301239014, 2.0609242916107178, 1.430672287940979, 1.2906162738800049, 0.6428572535514832, -0.39005598425865173, 1.2030812501907349, 0.9754902720451355, -0.3025209903717041, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 0.415266215801239, -0.4950979948043823, 0.5553222298622131, 0.7654062509536743, -0.47759100794792175, 0.5728292465209961, -0.4425770044326782, 0.3277312219142914, 1.3256303071975708, 1.7983193397521973, 1.3606443405151367, 2.1309523582458496, 2.113445281982422, 1.8508403301239014, 2.1309523582458496, 2.1309523582458496, 1.9733893871307373, 1.9558824300765991, 2.1834733486175537, 2.0084033012390137, 1.7983193397521973, 2.3060226440429688, 2.2710084915161133, 2.218487501144409, 2.3235294818878174, 2.2535016536712646, 2.288515567779541, 2.3060226440429688, 2.235994577407837, 1.9733893871307373, 2.0959384441375732, 1.5357143878936768, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.20518220961093903, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.378151297569275, -0.23249296844005585, 1.2030812501907349, 1.5882353782653809, 1.7107843160629272, 1.7107843160629272, 1.4481793642044067, 0.3277312219142914, -0.5826330184936523, -1.5980392694473267, 0.7829132676124573, 1.9733893871307373, 2.0959384441375732, 1.483193278312683, 1.3606443405151367, 1.465686321258545, -0.21498596668243408, 0.8004202842712402, 1.2205883264541626, -0.07492996007204056, 0.3277312219142914, 0.9754902720451355, 0.8004202842712402, 0.8879552483558655, -0.33753499388694763, 0.20518220961093903, -0.09243696182966232, -0.4425770044326782, -0.7577030062675476, 0.13515406847000122, 1.0630252361297607, 1.780812382698059, 1.640756368637085, 1.9208683967590332, 2.0959384441375732, 1.6582633256912231, 1.9033613204956055, 1.780812382698059, 2.0784313678741455, 2.0259103775024414, 2.0259103775024414, 2.218487501144409, 2.1309523582458496, 1.8333333730697632, 2.288515567779541, 2.1309523582458496, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.288515567779541, 2.2535016536712646, 1.5882353782653809, 1.1855742931365967, 1.5882353782653809, 1.0105042457580566, 0.6603642702102661, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 0.2577032148838043, 1.1505602598190308, 1.6232492923736572, 1.7457983493804932, 1.5882353782653809, 1.5882353782653809, 0.4852942228317261, 0.2226892113685608, -1.195378065109253, 1.3606443405151367, 2.0084033012390137, 2.1834733486175537, 1.4131653308868408, 1.3956583738327026, 1.1855742931365967, 0.29271721839904785, 0.8529412746429443, 1.3606443405151367, 0.3277312219142914, 0.5728292465209961, 0.432773232460022, 1.0980392694473267, 0.6778712272644043, -0.33753499388694763, -0.7051820158958435, -0.6176469922065735, -0.0049019488506019115, -0.7577030062675476, -0.6526610255241394, 0.9229692816734314, 1.6582633256912231, 1.9558824300765991, 1.553221344947815, 1.7457983493804932, 0.8704482913017273, 1.9208683967590332, 2.0784313678741455, 2.043417453765869, 1.9733893871307373, 1.6582633256912231, 2.2009804248809814, 2.1484594345092773, 1.8508403301239014, 1.8858543634414673, 2.235994577407837, 2.3060226440429688, 2.235994577407837, 2.288515567779541, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9558824300765991, 1.9558824300765991, 1.378151297569275, 1.343137264251709, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, -0.6001400351524353, 1.1505602598190308, 1.6232492923736572, 1.780812382698059, 1.5882353782653809, 1.6757704019546509, 0.8179272413253784, 0.06512605398893356, 0.9404762983322144, 0.9229692816734314, 1.8508403301239014, 2.0784313678741455, 1.343137264251709, 0.24019621312618256, 0.8354342579841614, 0.11764705926179886, 0.3277312219142914, 0.9579832553863525, 1.0805323123931885, -0.12745095789432526, 0.9579832553863525, 0.502801239490509, 0.9929972887039185, -0.5126050114631653, 0.3102242052555084, 0.4852942228317261, -0.3550419807434082, 0.4677872359752655, -0.8802520632743835, 0.4852942228317261, 1.4481793642044067, 2.1484594345092773, 1.0280113220214844, 1.3256303071975708, 0.17016807198524475, 1.8858543634414673, 1.9033613204956055, 1.7457983493804932, 1.3956583738327026, 1.5007003545761108, 2.0609242916107178, 2.043417453765869, 1.8858543634414673, 1.8333333730697632, 2.2009804248809814, 2.3060226440429688, 2.341036558151245, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9208683967590332, 2.0609242916107178, 0.6778712272644043, 0.8879552483558655, 0.4677872359752655, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.432773232460022], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, -0.4950979948043823, 1.1330533027648926, 1.6582633256912231, 1.7107843160629272, 1.7633053064346313, 1.693277359008789, 0.7478992342948914, 0.2752102017402649, 1.0630252361297607, 0.3102242052555084, 1.868347406387329, 2.043417453765869, 1.518207311630249, 0.4677872359752655, 1.5007003545761108, 1.0280113220214844, 0.18767507374286652, 1.0280113220214844, 0.9579832553863525, -0.26750698685646057, 1.0280113220214844, 1.3256303071975708, 0.9054622650146484, -0.42506998777389526, -0.3200279772281647, 0.08263305574655533, 0.9404762983322144, 0.6078432202339172, 0.590336263179779, 1.2205883264541626, 1.0105042457580566, 2.113445281982422, 0.8529412746429443, 0.5728292465209961, -0.6001400351524353, 1.9033613204956055, 1.6582633256912231, 1.553221344947815, 0.432773232460022, 0.8004202842712402, 1.815826416015625, 1.9908963441848755, 1.8508403301239014, 1.2205883264541626, 2.288515567779541, 2.341036558151245, 2.3235294818878174, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.288515567779541, 1.780812382698059, 1.1155463457107544, -0.057422954589128494, -0.022408949211239815, 0.34523820877075195, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254], [0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0105042457580566, -0.9852941036224365, 1.2731093168258667, 1.4481793642044067, 1.6582633256912231, 1.780812382698059, 1.693277359008789, 0.6253502368927002, -0.07492996007204056, 0.6953782439231873, 0.45028021931648254, 1.9033613204956055, 1.9383753538131714, 1.343137264251709, 0.2226892113685608, 1.5882353782653809, 1.868347406387329, 1.4131653308868408, 1.2030812501907349, -0.39005598425865173, -0.17997196316719055, 0.502801239490509, 1.693277359008789, 0.8179272413253784, -0.12745095789432526, -0.057422954589128494, -0.2499999701976776, 0.9229692816734314, 0.502801239490509, -0.03991595283150673, 1.343137264251709, 1.7107843160629272, 1.9908963441848755, 2.043417453765869, 0.8704482913017273, 0.11764705926179886, 1.9383753538131714, 1.7457983493804932, 1.4481793642044067, 1.8858543634414673, 0.9229692816734314, 1.693277359008789, 1.815826416015625, 1.6757704019546509, 1.2731093168258667, 2.1309523582458496, 2.165966510772705, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.288515567779541, 2.2535016536712646, 1.868347406387329, 1.8508403301239014, 0.415266215801239, 0.415266215801239, 0.8004202842712402, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.432773232460022], [0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9229692816734314, -1.370448112487793, 1.3256303071975708, 1.5357143878936768, 1.7983193397521973, 1.815826416015625, 1.6757704019546509, 0.6778712272644043, 0.03011205606162548, 0.520308256149292, 0.13515406847000122, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.20518220961093903, 1.378151297569275, 1.5707283020019531, 0.6078432202339172, 0.3277312219142914, -0.09243696182966232, 1.2380952835083008, 1.1680673360824585, 1.5882353782653809, 1.0280113220214844, -0.07492996007204056, -0.057422954589128494, 0.13515406847000122, 0.3277312219142914, 0.39775922894477844, 0.2577032148838043, 0.6778712272644043, 1.4131653308868408, 1.7457983493804932, 2.1309523582458496, 2.043417453765869, 1.9558824300765991, 1.9733893871307373, 1.7457983493804932, 1.6232492923736572, 1.868347406387329, 1.378151297569275, 1.9558824300765991, 2.043417453765869, 1.6582633256912231, 1.0280113220214844, 2.0259103775024414, 2.0259103775024414, 2.165966510772705, 2.341036558151245, 2.2710084915161133, 2.3060226440429688, 2.2535016536712646, 1.9383753538131714, 2.0259103775024414, 1.1155463457107544, 1.2731093168258667, 1.1855742931365967, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, -1.3529410362243652, 1.3956583738327026, 1.483193278312683, 1.8333333730697632, 1.7983193397521973, 1.6757704019546509, 0.8704482913017273, 0.9929972887039185, -0.21498596668243408, 0.2752102017402649, 1.9908963441848755, 1.7983193397521973, -0.057422954589128494, -0.6701680421829224, 1.3256303071975708, 1.5007003545761108, -0.03991595283150673, -0.39005598425865173, 0.502801239490509, 1.2731093168258667, 1.1855742931365967, 1.868347406387329, 2.0084033012390137, 0.9404762983322144, 0.5553222298622131, 1.0455182790756226, 0.15266107022762299, 0.1001400575041771, 0.415266215801239, 0.13515406847000122, 0.8179272413253784, 0.9579832553863525, 1.5882353782653809, 1.8858543634414673, 2.1309523582458496, 1.5357143878936768, 1.3256303071975708, 1.6232492923736572, 1.6232492923736572, 1.7457983493804932, 1.518207311630249, 1.9908963441848755, 1.0280113220214844, -0.21498596668243408, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.9733893871307373, 2.0609242916107178, 2.2710084915161133, 2.1484594345092773, 1.2906162738800049, 1.605742335319519, 1.3956583738327026, 0.4852942228317261, 0.432773232460022, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, -1.0378150939941406, 1.3256303071975708, 1.5707283020019531, 1.8508403301239014, 1.8333333730697632, 1.2205883264541626, 0.8529412746429443, 0.06512605398893356, -0.10994396358728409, -0.2499999701976776, 2.043417453765869, 1.6757704019546509, 0.6953782439231873, -1.0903360843658447, 1.553221344947815, 1.5357143878936768, -0.09243696182966232, -0.12745095789432526, 0.9054622650146484, 0.9929972887039185, 0.3627452254295349, 1.693277359008789, 1.9383753538131714, 0.2577032148838043, 0.9754902720451355, 0.3627452254295349, -0.5476189851760864, -0.3025209903717041, -0.057422954589128494, 0.11764705926179886, 0.9404762983322144, 0.502801239490509, 0.3802522122859955, -0.057422954589128494, 1.9208683967590332, 0.2226892113685608, 1.343137264251709, 1.4481793642044067, 0.9754902720451355, 1.0105042457580566, 1.605742335319519, 1.8508403301239014, -0.0049019488506019115, 1.553221344947815, 1.5882353782653809, 1.6582633256912231, -0.37254899740219116, 0.18767507374286652, 1.815826416015625, 2.3235294818878174, 2.0959384441375732, 1.6232492923736572, 1.605742335319519, 1.9733893871307373, 0.432773232460022, 0.7654062509536743, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8354342579841614, 0.8529412746429443, -1.1078431606292725, 1.2906162738800049, 1.518207311630249, 1.7633053064346313, 1.0805323123931885, 0.8179272413253784, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.6778712272644043, 2.1309523582458496, 1.7107843160629272, 0.6078432202339172, -1.0553221702575684, 1.2906162738800049, 1.6232492923736572, 0.24019621312618256, 0.8354342579841614, 0.8179272413253784, 0.2752102017402649, 0.415266215801239, 1.9033613204956055, 1.6582633256912231, 0.24019621312618256, 0.9404762983322144, 0.6253502368927002, 0.17016807198524475, 0.3102242052555084, 0.8529412746429443, 0.7303922772407532, 0.9054622650146484, -0.23249296844005585, -0.6176469922065735, -0.5651260018348694, 0.0476190559566021, 1.1855742931365967, 1.0280113220214844, 1.640756368637085, 1.3256303071975708, 1.1680673360824585, 1.2906162738800049, 1.2731093168258667, -0.7051820158958435, 1.8508403301239014, 0.6953782439231873, -0.0049019488506019115, -0.12745095789432526, 0.2577032148838043, 1.5882353782653809, 2.288515567779541, 1.8858543634414673, 1.0280113220214844, 2.0084033012390137, 0.8179272413253784, -0.07492996007204056, 0.45028021931648254, 0.5378152132034302, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, -0.5476189851760864, 1.2731093168258667, 1.5707283020019531, 1.7633053064346313, 0.8529412746429443, 1.4131653308868408, 0.502801239490509, 0.5553222298622131, 0.17016807198524475, 1.3081233501434326, 1.9558824300765991, 1.728291392326355, 0.8529412746429443, -1.335434079170227, 1.518207311630249, 1.2556023597717285, 0.6778712272644043, 0.18767507374286652, 0.2752102017402649, 0.6078432202339172, 1.3956583738327026, 1.868347406387329, 1.7457983493804932, 0.415266215801239, 1.1330533027648926, 1.1505602598190308, 0.432773232460022, 1.0980392694473267, 0.2226892113685608, 1.2731093168258667, 1.2556023597717285, -0.8802520632743835, -0.8802520632743835, -1.282913088798523, -0.9152660369873047, 1.2380952835083008, 0.9229692816734314, 1.2731093168258667, 1.9558824300765991, 1.7457983493804932, 1.5707283020019531, 1.2906162738800049, -0.6526610255241394, 1.693277359008789, 1.1505602598190308, 0.39775922894477844, 0.29271721839904785, 0.520308256149292, 1.2030812501907349, 1.8333333730697632, 0.5378152132034302, 1.7457983493804932, 2.218487501144409, 1.0630252361297607, 0.8704482913017273, 0.2577032148838043, 0.6078432202339172, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, -0.057422954589128494, 1.1505602598190308, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.518207311630249, 0.7303922772407532, 0.39775922894477844, -0.4600839912891388, 1.6757704019546509, 2.0609242916107178, 1.7983193397521973, 1.1680673360824585, -1.2303920984268188, 1.553221344947815, 0.8354342579841614, 1.465686321258545, 0.415266215801239, 0.6953782439231873, 0.7478992342948914, 1.6232492923736572, 1.1330533027648926, 1.4481793642044067, 0.6253502368927002, 0.9229692816734314, 0.520308256149292, 0.7829132676124573, 0.39775922894477844, 0.9579832553863525, 0.5378152132034302, -0.9152660369873047, 0.012605053372681141, 0.20518220961093903, -0.19747896492481232, -1.1253501176834106, -0.4600839912891388, 0.3102242052555084, 1.1155463457107544, 1.7633053064346313, 1.7107843160629272, 1.553221344947815, 0.39775922894477844, -0.03991595283150673, 2.0084033012390137, 1.5357143878936768, 0.3627452254295349, 0.39775922894477844, 0.9229692816734314, 1.4481793642044067, 1.0805323123931885, 1.6757704019546509, 1.815826416015625, 1.693277359008789, 1.1680673360824585, -0.26750698685646057, 0.3102242052555084, 0.5553222298622131, 0.6778712272644043, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.432773232460022], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.5378152132034302, 1.1155463457107544, 1.5007003545761108, 1.9208683967590332, 1.7457983493804932, 1.483193278312683, 0.8179272413253784, 0.24019621312618256, 0.5728292465209961, 1.4131653308868408, 1.8858543634414673, 1.868347406387329, 1.0805323123931885, -0.6001400351524353, 1.5707283020019531, 1.5707283020019531, 1.7457983493804932, 0.7478992342948914, 1.0630252361297607, 1.2030812501907349, 1.4481793642044067, 2.113445281982422, 0.0476190559566021, 0.18767507374286652, 0.9054622650146484, 0.8354342579841614, 0.9929972887039185, 0.7478992342948914, 0.3277312219142914, -0.42506998777389526, 0.7303922772407532, -0.07492996007204056, 0.24019621312618256, -0.42506998777389526, -1.2303920984268188, -1.0728291273117065, 0.6428572535514832, 1.0980392694473267, 1.868347406387329, 1.378151297569275, 1.465686321258545, 0.08263305574655533, -0.28501397371292114, 1.4131653308868408, 1.8508403301239014, 1.0805323123931885, 0.08263305574655533, 1.2380952835083008, 1.6232492923736572, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 2.0959384441375732, 1.1505602598190308, 0.2226892113685608, 0.34523820877075195, 0.012605053372681141, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.432773232460022], [0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.29271721839904785, 1.0980392694473267, 1.605742335319519, 1.9208683967590332, 1.780812382698059, 1.640756368637085, 0.7829132676124573, 1.0455182790756226, 1.2205883264541626, 1.8333333730697632, 1.9558824300765991, 1.605742335319519, 0.8179272413253784, -0.26750698685646057, 1.5007003545761108, 1.780812382698059, 1.483193278312683, 1.1680673360824585, 0.8529412746429443, 1.5007003545761108, 1.3081233501434326, 2.0959384441375732, 0.8354342579841614, 0.7829132676124573, 0.9579832553863525, -0.39005598425865173, 0.7829132676124573, 0.9229692816734314, 0.415266215801239, -0.3025209903717041, -0.17997196316719055, -0.0049019488506019115, 0.29271721839904785, -0.2499999701976776, -0.7752100229263306, -0.4950979948043823, -0.9327731132507324, 0.24019621312618256, 1.693277359008789, 2.0784313678741455, 1.3081233501434326, -0.10994396358728409, 0.0476190559566021, 0.9229692816734314, 1.1330533027648926, 0.6253502368927002, 0.3802522122859955, 1.2205883264541626, 1.7457983493804932, 1.2731093168258667, 0.6778712272644043, 0.9229692816734314, -0.12745095789432526, 0.7654062509536743, 1.0455182790756226, -0.0049019488506019115, 0.13515406847000122, 0.5378152132034302, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.432773232460022], [0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 1.3606443405151367, 1.640756368637085, 1.9558824300765991, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 0.7128852605819702, 1.640756368637085, 1.640756368637085, 1.8858543634414673, 1.605742335319519, 0.8354342579841614, -0.4425770044326782, 1.605742335319519, 1.640756368637085, 1.3081233501434326, 1.2380952835083008, 0.520308256149292, 1.5357143878936768, 1.7107843160629272, 1.553221344947815, 0.3802522122859955, 0.8179272413253784, 0.8529412746429443, 0.17016807198524475, 0.13515406847000122, 1.0980392694473267, 0.2752102017402649, -0.03991595283150673, -0.6351540088653564, 0.6953782439231873, 0.432773232460022, 0.7478992342948914, -1.2303920984268188, -0.3200279772281647, -1.1253501176834106, -0.4075630009174347, 1.2380952835083008, 1.9908963441848755, 1.465686321258545, 0.4677872359752655, 0.8354342579841614, 1.0805323123931885, 0.3802522122859955, 1.0105042457580566, 0.6603642702102661, 1.3956583738327026, 1.8858543634414673, 1.6582633256912231, -0.057422954589128494, -0.1624649614095688, -0.47759100794792175, -0.7226890325546265, 1.343137264251709, 1.728291392326355, 0.415266215801239, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.432773232460022, 0.4677872359752655, 0.45028021931648254], [0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5553222298622131, 0.5378152132034302, 0.4677872359752655, 0.6953782439231873, 1.378151297569275, 1.7457983493804932, 1.9033613204956055, 1.7983193397521973, 1.7107843160629272, 1.2731093168258667, 0.8004202842712402, 1.6757704019546509, 1.7457983493804932, 1.868347406387329, 1.553221344947815, 0.432773232460022, -0.03991595283150673, 1.553221344947815, 1.0805323123931885, 1.1680673360824585, 1.0105042457580566, 1.1330533027648926, 0.8704482913017273, 1.2380952835083008, 1.343137264251709, -0.33753499388694763, 1.3081233501434326, 0.5728292465209961, 0.2577032148838043, 0.3277312219142914, 0.0476190559566021, -0.2499999701976776, 0.2752102017402649, -0.4600839912891388, 0.5728292465209961, 0.6953782439231873, 0.432773232460022, 0.06512605398893356, -0.4425770044326782, 0.6778712272644043, -0.37254899740219116, 1.3606443405151367, 0.6778712272644043, 1.1855742931365967, -0.022408949211239815, 0.590336263179779, 1.465686321258545, 1.4131653308868408, 1.605742335319519, 1.5357143878936768, 2.0259103775024414, 2.043417453765869, 1.7983193397521973, -0.9852941036224365, -0.6001400351524353, 0.8004202842712402, 0.8004202842712402, 1.2556023597717285, 1.9383753538131714, 1.3956583738327026, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254], [0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.3802522122859955, 0.6778712272644043, 1.343137264251709, 1.6232492923736572, 1.815826416015625, 1.8333333730697632, 1.343137264251709, 0.29271721839904785, 1.1155463457107544, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.0455182790756226, -0.5126050114631653, -0.7401960492134094, 1.2556023597717285, 1.1680673360824585, 1.3606443405151367, 0.8879552483558655, 0.6078432202339172, 0.8004202842712402, 0.2226892113685608, 0.7654062509536743, -0.1624649614095688, 1.2906162738800049, 1.3606443405151367, 0.2226892113685608, 1.0280113220214844, 0.8879552483558655, 1.1330533027648926, -0.03991595283150673, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.6078432202339172, -1.0903360843658447, 0.590336263179779, -0.23249296844005585, 1.343137264251709, -0.03991595283150673, -0.28501397371292114, -0.2499999701976776, 1.2906162738800049, 0.7128852605819702, 1.0105042457580566, 1.2205883264541626, 1.8333333730697632, 1.4131653308868408, 1.868347406387329, 2.0784313678741455, -1.0728291273117065, 1.5007003545761108, 1.0630252361297607, 0.5553222298622131, 1.465686321258545, 1.5357143878936768, 1.5707283020019531, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.415266215801239, 0.34523820877075195, 0.29271721839904785, 0.6603642702102661, 1.553221344947815, 1.7107843160629272, 1.868347406387329, 1.8508403301239014, 1.1330533027648926, 0.7654062509536743, 1.2906162738800049, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 0.11764705926179886, 0.03011205606162548, -0.6001400351524353, 1.430672287940979, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.6078432202339172, 1.1680673360824585, 0.7303922772407532, 0.3627452254295349, 0.3102242052555084, 1.0980392694473267, 0.8704482913017273, 1.1155463457107544, 0.6953782439231873, 0.9404762983322144, 1.0455182790756226, 0.2226892113685608, 1.3081233501434326, 1.0455182790756226, 1.1855742931365967, 0.8004202842712402, 0.8879552483558655, -0.8802520632743835, -0.3025209903717041, 0.39775922894477844, 0.3627452254295349, 1.0980392694473267, -0.10994396358728409, -0.28501397371292114, 1.0980392694473267, 0.7303922772407532, 0.9404762983322144, 0.1001400575041771, 0.2226892113685608, 1.2731093168258667, 1.7633053064346313, 1.7457983493804932, -0.26750698685646057, 1.3081233501434326, 0.6428572535514832, 0.8179272413253784, 1.3256303071975708, 1.6757704019546509, 1.4131653308868408, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.2577032148838043, 0.7303922772407532, 1.378151297569275, 1.605742335319519, 1.8508403301239014, 1.815826416015625, 0.7478992342948914, 1.0630252361297607, 1.430672287940979, 1.7457983493804932, 1.5357143878936768, 1.640756368637085, -1.0553221702575684, -0.12745095789432526, -0.5126050114631653, 1.3256303071975708, 1.2205883264541626, 0.8354342579841614, 1.2556023597717285, 1.465686321258545, 0.7829132676124573, 0.6428572535514832, -0.5476189851760864, -0.10994396358728409, 1.378151297569275, 1.1155463457107544, 0.6428572535514832, -0.03991595283150673, -0.09243696182966232, 0.8879552483558655, 0.03011205606162548, 1.2906162738800049, 1.483193278312683, 1.3256303071975708, 1.3956583738327026, 1.1855742931365967, -1.0203081369400024, -0.5651260018348694, 0.8004202842712402, 0.3802522122859955, 0.6253502368927002, -0.09243696182966232, -1.2303920984268188, 0.39775922894477844, 0.520308256149292, 1.2556023597717285, 0.2577032148838043, 1.0980392694473267, 1.5707283020019531, 1.465686321258545, 1.8508403301239014, -0.47759100794792175, 1.0105042457580566, 0.6603642702102661, 0.13515406847000122, 1.6232492923736572, 1.6757704019546509, 1.5007003545761108, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.520308256149292, 0.4852942228317261, 0.502801239490509], [0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3802522122859955, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.29271721839904785, 0.24019621312618256, 0.2226892113685608, 0.8004202842712402, 1.5357143878936768, 1.6232492923736572, 1.8333333730697632, 1.7633053064346313, 0.4677872359752655, 0.7654062509536743, 1.6232492923736572, 1.815826416015625, 1.8858543634414673, 1.430672287940979, 0.2577032148838043, -0.10994396358728409, -0.26750698685646057, 1.5007003545761108, 1.343137264251709, 0.590336263179779, 0.6778712272644043, 0.7829132676124573, 1.3081233501434326, 0.6778712272644043, -0.03991595283150673, 0.590336263179779, 1.605742335319519, 1.1855742931365967, 1.0280113220214844, 0.7654062509536743, -0.07492996007204056, 0.7128852605819702, 0.11764705926179886, 1.1855742931365967, 1.2731093168258667, 1.640756368637085, 1.1855742931365967, 1.7107843160629272, -0.7226890325546265, 0.4852942228317261, -0.12745095789432526, -0.07492996007204056, -0.47759100794792175, 0.2577032148838043, -1.457983136177063, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.5728292465209961, 0.2577032148838043, 1.6582633256912231, 1.7107843160629272, 1.9908963441848755, -1.1428570747375488, 0.6078432202339172, 0.6778712272644043, 0.3102242052555084, 1.7457983493804932, 1.1680673360824585, 0.7303922772407532, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.4852942228317261, 0.502801239490509]], [[1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8556864261627197, 1.803398847579956, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374], [1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.646536111831665], [1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7925055623054504, 0.8447931408882141, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.7511112689971924], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7227887511253357, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8731155395507812, 1.8208279609680176, 1.803398847579956], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.9145098924636841, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.8905447721481323], [1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086], [0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107], [0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0299782752990723], [0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.1236603260040283, 1.0888018608093262, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.047407388687134], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8796514868736267, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [1.4548149108886719, 1.8208279609680176, 1.7511112689971924, 1.472244143486023, 1.1062309741973877, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.27398681640625, 2.2565577030181885, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.6988236904144287, 1.2456645965576172, 0.9667974710464478, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.6879304051399231, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7750763297080994, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.047407388687134, 2.1345534324645996, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.1868410110473633, 2.047407388687134, 1.8731155395507812, 1.315381407737732, 1.1062309741973877, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.8622223138809204, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.082265853881836], [1.5768193006515503, 2.0125491619110107, 2.117124319076538, 2.1868410110473633, 2.3262743949890137, 2.3785619735717773, 2.2565577030181885, 2.0648367404937744, 2.0299782752990723, 1.8208279609680176, 1.1062309741973877, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [1.332810640335083, 1.6813944578170776, 1.785969614982605, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 1.4025273323059082, 1.158518671989441, 0.8099347352981567, 0.6879304051399231, 0.600784420967102, 0.9667974710464478, 0.9319390654563904, 1.0365142822265625, 0.984226644039154, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [2.1694118976593018, 2.1694118976593018, 2.0125491619110107, 1.785969614982605, 1.7162528038024902, 0.6879304051399231, -0.688975989818573, -1.1247059106826782, 0.008191745728254318, 1.053943395614624, 1.6813944578170776, 1.785969614982605, 1.5942485332489014, 1.7511112689971924, 1.472244143486023, 1.1410894393920898, 0.984226644039154, 0.7750763297080994, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.27398681640625, 1.9951199293136597, 1.2805230617523193, 0.09533771127462387, 0.16505448520183563, 1.7511112689971924, 2.308845281600952, 2.3785619735717773, 2.2565577030181885, 2.308845281600952, 2.361132860183716, 2.047407388687134, 1.925403118133545, 1.629106879234314, 1.2456645965576172, 0.9493682980537415, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [2.0125491619110107, 2.082265853881836, 2.117124319076538, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.8556864261627197, 1.646536111831665, 1.768540382385254, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.27398681640625, 2.204270124435425, 2.047407388687134, 1.8731155395507812, 1.611677646636963, 1.1410894393920898, 0.8970807194709778, 0.7576471567153931, 0.6530719995498657, 0.8099347352981567, 0.8622223138809204, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.2108062505722046, 0.2173420637845993, -0.20095856487751007, 0.5484968423843384, 1.611677646636963, 2.0996949672698975, 2.204270124435425, 2.239128589630127, 2.308845281600952, 2.2914161682128906, 2.3262743949890137, 2.3262743949890137, 2.082265853881836, 1.803398847579956, 1.489673376083374, 1.1062309741973877, 0.9493682980537415, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.9145098924636841, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.6639652252197266, 1.8208279609680176, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 0.984226644039154, -0.688975989818573, -1.176993489265442, -0.6366884112358093, 0.4613508880138397, 1.332810640335083, 1.5768193006515503, 1.7162528038024902, 1.960261583328247, 2.1694118976593018, 2.204270124435425, 2.27398681640625, 2.361132860183716, 2.4831371307373047, 2.4134204387664795, 2.047407388687134, 1.6813944578170776, 1.1062309741973877, 0.7925055623054504, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1694118976593018, 2.1868410110473633], [0.8970807194709778, 1.4025273323059082, 1.5942485332489014, 1.6988236904144287, 1.3676689863204956, -0.5495424270629883, -1.2815686464309692, -0.6541175842285156, 1.1933770179748535, 2.1868410110473633, 2.27398681640625, 2.117124319076538, 2.082265853881836, 1.7511112689971924, 1.6988236904144287, 1.803398847579956, 1.803398847579956, 1.2630938291549683, 1.0016558170318604, 1.8382571935653687, 2.2914161682128906, 2.204270124435425, 1.6813944578170776, 1.071372628211975, 1.175947904586792, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425], [-0.5495424270629883, -0.026666639372706413, 0.7750763297080994, 1.2805230617523193, 0.42649248242378235, -1.1072766780853271, -1.176993489265442, 0.8099347352981567, 1.960261583328247, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.3262743949890137, 2.3262743949890137, 2.0996949672698975, 1.803398847579956, 1.0365142822265625, 0.07790851593017578, 1.2456645965576172, 2.2216994762420654, 2.2914161682128906, 2.308845281600952, 2.395991325378418, 2.3437037467956543, 2.0299782752990723, 1.8208279609680176, 1.5245317220687866, 1.2805230617523193, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.2914161682128906, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.3262743949890137, 2.2216994762420654, 2.204270124435425, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [-0.3055337369441986, -0.6541175842285156, -0.42753809690475464, 0.18248367309570312, 0.02562093921005726, -0.8981263637542725, -0.4972548484802246, 1.7162528038024902, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.239128589630127, 2.3437037467956543, 2.361132860183716, 2.0648367404937744, 1.2805230617523193, 1.5768193006515503, 2.117124319076538, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.3437037467956543, 2.3437037467956543, 2.239128589630127, 2.047407388687134, 1.785969614982605, 1.5245317220687866, 1.2456645965576172, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7336820363998413, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.239128589630127, 2.2565577030181885, 2.082265853881836, 1.5768193006515503, 2.0996949672698975, 2.308845281600952, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [0.008191745728254318, -0.3055337369441986, -0.23581695556640625, -0.11381260305643082, -0.21838775277137756, -0.3403921127319336, 0.2522004544734955, 1.6813944578170776, 1.9079740047454834, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.082265853881836, 1.629106879234314, 1.071372628211975, 1.158518671989441, 1.8556864261627197, 2.151982545852661, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.151982545852661, 2.239128589630127, 2.308845281600952, 2.047407388687134, 1.8556864261627197, 1.611677646636963, 1.315381407737732, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1868410110473633, 2.1345534324645996, 2.1868410110473633, 2.2914161682128906, 2.2914161682128906, 2.0299782752990723, 1.768540382385254, 2.082265853881836, 1.646536111831665, 2.4134204387664795, 2.2914161682128906, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 1.960261583328247, 2.0299782752990723, 2.3262743949890137, 2.3437037467956543, 2.2565577030181885, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [0.5833552479743958, 0.600784420967102, 1.332810640335083, 1.5419609546661377, 0.8796514868736267, 0.14762529730796814, -0.009237446822226048, 0.6530719995498657, 1.4548149108886719, 1.7511112689971924, 1.7511112689971924, 1.925403118133545, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.8556864261627197, 0.14762529730796814, -0.42753809690475464, -0.4972548484802246, -0.25324615836143494, 0.6356428265571594, 1.5419609546661377, 1.942832350730896, 2.0648367404937744, 2.1868410110473633, 2.0648367404937744, 1.942832350730896, 2.047407388687134, 2.2914161682128906, 2.1694118976593018, 1.960261583328247, 1.803398847579956, 1.4025273323059082, 1.1062309741973877, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.478780061006546, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.35677558183670044, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.0299782752990723, 1.8556864261627197, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.5071024894714355, 2.430849552154541, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.082265853881836, 1.925403118133545, 1.629106879234314, 1.5942485332489014, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [1.6988236904144287, 0.7925055623054504, 0.7402179837226868, 1.2456645965576172, 1.646536111831665, 1.2456645965576172, 0.44392168521881104, 0.35677558183670044, 0.600784420967102, 1.071372628211975, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 0.9145098924636841, -0.8806971907615662, -0.9678431153297424, -0.04409583657979965, 1.4548149108886719, 2.0125491619110107, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.7511112689971924, 2.0299782752990723, 2.204270124435425, 1.629106879234314, 1.2805230617523193, 1.8382571935653687, 2.1868410110473633, 1.9951199293136597, 1.5419609546661377, 0.9145098924636841, 0.8099347352981567, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.0648367404937744, 1.8905447721481323, 1.5419609546661377, 1.925403118133545, 1.960261583328247, 1.5245317220687866, 1.785969614982605, 1.5419609546661377, 1.5768193006515503, 1.489673376083374, 2.0996949672698975, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.1868410110473633, 1.6988236904144287, 1.629106879234314, 1.5419609546661377, 1.7162528038024902, 1.7336820363998413, 2.27398681640625, 2.239128589630127, 2.239128589630127, 2.239128589630127], [2.2914161682128906, 1.6813944578170776, -0.2881045341491699, -0.532113254070282, -0.3578213155269623, 0.09533771127462387, 0.6879304051399231, 1.472244143486023, 1.5942485332489014, 1.071372628211975, 0.8622223138809204, 1.2108062505722046, 1.5419609546661377, 1.7336820363998413, 1.3676689863204956, -0.18352937698364258, -1.176993489265442, -0.5495424270629883, 1.5419609546661377, 2.204270124435425, 2.239128589630127, 2.204270124435425, 2.308845281600952, 2.3437037467956543, 2.047407388687134, 1.5942485332489014, 1.071372628211975, 0.5833552479743958, 0.42649248242378235, 0.8622223138809204, 1.315381407737732, 2.0996949672698975, 2.2216994762420654, 1.5071024894714355, 1.1933770179748535, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.0365142822265625, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.3742047846317291, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7227887511253357, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.2216994762420654, 2.1345534324645996, 1.2108062505722046, 1.5245317220687866, 1.8382571935653687, 1.5768193006515503, 1.8208279609680176, 1.2979521751403809, 1.3676689863204956, 1.5593900680541992, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.9079740047454834, 1.8556864261627197, 1.942832350730896, 1.4548149108886719, 1.6988236904144287, 1.785969614982605, 2.0125491619110107, 2.2216994762420654, 2.2565577030181885, 2.2565577030181885, 2.239128589630127], [2.2216994762420654, 2.3785619735717773, 1.8208279609680176, 0.02562093921005726, -0.619259238243103, -0.42753809690475464, -0.25324615836143494, 0.28705883026123047, 1.1236603260040283, 1.646536111831665, 1.2108062505722046, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 0.7750763297080994, -0.601830005645752, -1.1595642566680908, 0.44392168521881104, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.2914161682128906, 2.204270124435425, 2.3437037467956543, 2.4134204387664795, 1.925403118133545, 1.0016558170318604, 0.44392168521881104, 1.2979521751403809, 1.489673376083374, 1.5245317220687866, 1.9951199293136597, 2.361132860183716, 2.27398681640625, 1.960261583328247, 1.8208279609680176, 1.6639652252197266, 1.2630938291549683, 1.0888018608093262, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.42649248242378235, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.3742047846317291, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.2565577030181885, 2.1694118976593018, 1.2630938291549683, 1.2805230617523193, 1.053943395614624, 1.4025273323059082, 1.5245317220687866, 1.5942485332489014, 1.175947904586792, 1.1062309741973877, 1.5071024894714355, 1.7511112689971924, 1.960261583328247, 1.785969614982605, 2.2565577030181885, 1.629106879234314, 1.9776906967163086, 1.5593900680541992, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885], [1.472244143486023, 2.0125491619110107, 2.3262743949890137, 2.204270124435425, 1.9079740047454834, 1.1062309741973877, 0.6530719995498657, 0.11276690661907196, -0.3229629397392273, 0.28705883026123047, 0.5833552479743958, 0.28705883026123047, 0.4090631604194641, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, -0.21838775277137756, 1.3850982189178467, 1.9079740047454834, 1.942832350730896, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.239128589630127, 2.2914161682128906, 2.3262743949890137, 2.0299782752990723, 1.053943395614624, 0.670501172542572, 0.9145098924636841, 1.0016558170318604, 1.7336820363998413, 2.1868410110473633, 2.27398681640625, 2.047407388687134, 1.960261583328247, 1.768540382385254, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.151982545852661, 2.204270124435425, 2.151982545852661, 2.151982545852661, 2.308845281600952, 1.2805230617523193, 0.9145098924636841, 0.7925055623054504, 0.9667974710464478, 1.3850982189178467, 1.5071024894714355, 0.9319390654563904, 0.9493682980537415, 1.489673376083374, 1.472244143486023, 1.8208279609680176, 1.472244143486023, 2.239128589630127, 1.4199565649032593, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.629106879234314, 1.768540382385254, 2.430849552154541, 2.204270124435425, 2.2565577030181885, 2.2914161682128906], [1.1236603260040283, 1.2456645965576172, 1.6988236904144287, 2.2565577030181885, 2.465708017349243, 2.5005664825439453, 2.1868410110473633, 1.0888018608093262, 0.3742047846317291, 0.4090631604194641, 0.1999128758907318, 0.18248367309570312, 0.827363908290863, 1.6988236904144287, 1.6639652252197266, 0.9493682980537415, 0.7227887511253357, 1.489673376083374, 1.8731155395507812, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 2.0648367404937744, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.0125491619110107, 1.8556864261627197, 1.2805230617523193, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.7925055623054504, 1.332810640335083, 1.960261583328247, 2.2216994762420654, 2.0996949672698975, 1.9951199293136597, 1.8556864261627197, 1.6988236904144287, 1.3676689863204956, 1.158518671989441, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.1933770179748535, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0125491619110107, 2.0996949672698975, 2.151982545852661, 2.117124319076538, 2.1694118976593018, 1.9079740047454834, 0.7925055623054504, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 1.2805230617523193, 1.5419609546661377, 1.0016558170318604, 1.071372628211975, 1.5419609546661377, 1.5071024894714355, 1.7162528038024902, 1.5419609546661377, 1.785969614982605, 1.5419609546661377, 1.5245317220687866, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.8382571935653687, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.308845281600952], [1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.332810640335083, 1.5593900680541992, 2.1345534324645996, 2.465708017349243, 2.430849552154541, 2.2565577030181885, 1.4199565649032593, 1.2282354831695557, 0.670501172542572, -0.04409583657979965, 0.478780061006546, 1.2456645965576172, 1.7511112689971924, 1.5071024894714355, 1.158518671989441, 1.2805230617523193, 1.6639652252197266, 1.8556864261627197, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 1.4548149108886719, 0.30448800325393677, -0.3578213155269623, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.175947904586792, 1.0190850496292114, 1.2805230617523193, 1.472244143486023, 1.646536111831665, 2.082265853881836, 2.3785619735717773, 2.0996949672698975, 1.9951199293136597, 1.9776906967163086, 1.6639652252197266, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.32191720604896545, 0.30448800325393677, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.151982545852661, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 1.0888018608093262, 0.7053595781326294, 0.8099347352981567, 0.8099347352981567, 0.984226644039154, 1.4548149108886719, 1.5245317220687866, 1.2630938291549683, 1.4025273323059082, 1.7162528038024902, 1.489673376083374, 1.6813944578170776, 1.7511112689971924, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.629106879234314, 1.5593900680541992, 2.0125491619110107, 2.082265853881836, 2.3437037467956543, 2.3437037467956543, 2.27398681640625], [1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.3676689863204956, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2216994762420654, 1.1410894393920898, 0.9493682980537415, 0.513638436794281, 0.13019609451293945, 0.28705883026123047, 0.7053595781326294, 1.1410894393920898, 0.984226644039154, 0.3742047846317291, 0.827363908290863, 1.3676689863204956, 1.611677646636963, 1.8556864261627197, 1.960261583328247, 1.942832350730896, 1.8208279609680176, 0.3742047846317291, -0.6366884112358093, 0.4613508880138397, 1.9079740047454834, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.7336820363998413, 1.5245317220687866, 1.5768193006515503, 1.6639652252197266, 1.5245317220687866, 1.2456645965576172, 1.1410894393920898, 1.629106879234314, 1.925403118133545, 1.7336820363998413, 1.2979521751403809, 1.1410894393920898, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 1.9776906967163086, 1.8731155395507812, 1.9951199293136597, 1.803398847579956, 2.0299782752990723, 1.2630938291549683, 0.3916339874267578, 0.513638436794281, 1.0016558170318604, 0.8447931408882141, 1.2282354831695557, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.7336820363998413, 1.6639652252197266, 1.925403118133545, 1.2805230617523193, 2.395991325378418, 2.361132860183716, 2.308845281600952], [1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.3502397537231445, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.5942485332489014, 1.1410894393920898, 1.2282354831695557, 1.4373857975006104, 1.053943395614624, 0.4613508880138397, 0.2522004544734955, 0.07790851593017578, 0.478780061006546, 1.0016558170318604, 1.1933770179748535, 1.5071024894714355, 1.6988236904144287, 1.803398847579956, 1.0365142822265625, -0.37525051832199097, -0.11381260305643082, 1.629106879234314, 2.0648367404937744, 2.117124319076538, 2.204270124435425, 2.2914161682128906, 2.27398681640625, 2.0648367404937744, 1.3676689863204956, 1.1062309741973877, 0.7925055623054504, 0.0430501289665699, 0.7053595781326294, 1.803398847579956, 2.2216994762420654, 2.117124319076538, 1.5245317220687866, 1.175947904586792, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.2696296274662018, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.513638436794281, 0.600784420967102, 0.6530719995498657, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 1.0888018608093262, 0.18248367309570312, 0.33934640884399414, -0.009237446822226048, 0.7925055623054504, 1.1062309741973877, 1.0190850496292114, 1.4025273323059082, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.6813944578170776, 1.5419609546661377, 1.4548149108886719, 1.2108062505722046, 1.2979521751403809, 1.5419609546661377, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.8382571935653687, 1.8382571935653687, 2.27398681640625, 2.3785619735717773], [1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.6639652252197266, 1.8905447721481323, 1.8208279609680176, 0.8970807194709778, 1.1933770179748535, 1.768540382385254, 1.8382571935653687, 1.2979521751403809, 0.4962092638015747, 0.5484968423843384, 1.158518671989441, 1.2805230617523193, 1.0888018608093262, 1.1410894393920898, 1.2805230617523193, 0.6530719995498657, -0.04409583657979965, 0.9493682980537415, 1.960261583328247, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.8731155395507812, 1.1410894393920898, 0.8447931408882141, 1.8382571935653687, 2.151982545852661, 2.2216994762420654, 2.3437037467956543, 2.4482789039611816, 2.239128589630127, 1.960261583328247, 1.925403118133545, 1.7162528038024902, 1.3676689863204956, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.7511112689971924, 0.6182135939598083, -0.07895421981811523, 1.5419609546661377, 1.1933770179748535, 0.7053595781326294, -0.2881045341491699, -0.18352937698364258, 0.13019609451293945, 0.7925055623054504, 1.1236603260040283, 0.9493682980537415, 1.489673376083374, 1.5245317220687866, 1.6813944578170776, 1.5245317220687866, 1.5419609546661377, 1.646536111831665, 1.6813944578170776, 1.5593900680541992, 1.629106879234314, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.5593900680541992, 1.7511112689971924, 1.5942485332489014, 1.8382571935653687, 2.0125491619110107, 1.7336820363998413, 2.3262743949890137, 2.4134204387664795], [1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 1.1062309741973877, 1.5593900680541992, 1.960261583328247, 2.1345534324645996, 1.4548149108886719, 1.3502397537231445, 1.629106879234314, 1.0888018608093262, 0.5659260153770447, 0.8447931408882141, 1.1410894393920898, 1.175947904586792, 1.053943395614624, 0.9145098924636841, 0.7576471567153931, 0.5833552479743958, 1.4373857975006104, 1.8382571935653687, 1.8905447721481323, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 1.158518671989441, 1.1410894393920898, 1.8731155395507812, 2.0648367404937744, 2.2216994762420654, 2.361132860183716, 2.430849552154541, 2.4482789039611816, 2.0996949672698975, 1.8905447721481323, 2.0648367404937744, 1.629106879234314, 1.315381407737732, 1.175947904586792, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.8905447721481323, 1.2630938291549683, 0.06047932058572769, 0.02562093921005726, 0.2696296274662018, 1.1410894393920898, 0.4090631604194641, -0.3578213155269623, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.1062309741973877, 0.984226644039154, 1.1933770179748535, 1.4548149108886719, 1.629106879234314, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.646536111831665, 1.5419609546661377, 1.5245317220687866, 1.8556864261627197, 1.8208279609680176, 1.7162528038024902, 2.308845281600952, 2.361132860183716], [1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.2630938291549683, 1.6988236904144287, 1.803398847579956, 1.611677646636963, 1.332810640335083, 1.0190850496292114, 1.2979521751403809, 1.7162528038024902, 1.4199565649032593, 0.9667974710464478, 0.9145098924636841, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 1.2108062505722046, 1.629106879234314, 1.629106879234314, 1.6988236904144287, 1.785969614982605, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 1.8208279609680176, 0.827363908290863, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 2.0996949672698975, 2.239128589630127, 2.430849552154541, 2.4134204387664795, 2.082265853881836, 1.960261583328247, 1.8208279609680176, 1.489673376083374, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.5833552479743958, 0.6182135939598083, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.6639652252197266, -0.09638340771198273, 0.02562093921005726, 0.513638436794281, 0.42649248242378235, 0.7227887511253357, 0.02562093921005726, 0.32191720604896545, 0.827363908290863, 1.1410894393920898, 1.5071024894714355, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.3676689863204956, 1.332810640335083, 1.4199565649032593, 1.5942485332489014, 1.611677646636963, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.5593900680541992, 1.5593900680541992, 1.646536111831665, 1.8382571935653687, 1.6813944578170776, 1.611677646636963, 2.27398681640625, 2.3437037467956543], [1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0888018608093262, 1.3502397537231445, 1.4025273323059082, 1.0888018608093262, 0.7750763297080994, 1.315381407737732, 1.7511112689971924, 1.6988236904144287, 1.1410894393920898, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 1.2630938291549683, 1.4199565649032593, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.7336820363998413, 1.8208279609680176, 1.8556864261627197, 1.2456645965576172, -0.18352937698364258, 0.6530719995498657, 2.082265853881836, 2.2914161682128906, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.925403118133545, 2.151982545852661, 2.204270124435425, 2.3785619735717773, 2.4134204387664795, 2.1345534324645996, 1.925403118133545, 1.8905447721481323, 1.5419609546661377, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.18248367309570312, 0.16505448520183563, 0.11276690661907196, 0.11276690661907196, 0.07790851593017578, 0.09533771127462387, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5833552479743958, 0.513638436794281, 0.600784420967102, 0.6879304051399231, 0.7576471567153931, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.8382571935653687, 1.8208279609680176, 1.960261583328247, 1.4373857975006104, 1.6813944578170776, 1.6639652252197266, 0.14762529730796814, -0.5146840810775757, 0.2522004544734955, 0.7227887511253357, 0.8970807194709778, 0.6879304051399231, 0.09533771127462387, 1.3676689863204956, 1.6639652252197266, 1.5593900680541992, 1.8905447721481323, 1.768540382385254, 1.785969614982605, 1.1933770179748535, 1.7336820363998413, 1.629106879234314, 1.3676689863204956, 1.315381407737732, 1.1236603260040283, 1.3850982189178467, 1.7336820363998413, 1.611677646636963, 1.646536111831665, 1.4199565649032593, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.7162528038024902, 1.8731155395507812, 1.6813944578170776, 1.629106879234314, 2.3437037467956543, 2.3262743949890137], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 1.175947904586792, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.5071024894714355, 1.646536111831665, 1.2979521751403809, 0.8970807194709778, 0.7750763297080994, 0.8622223138809204, 0.9145098924636841, 1.2282354831695557, 1.3676689863204956, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.4199565649032593, 0.4090631604194641, 0.32191720604896545, 1.7162528038024902, 2.047407388687134, 2.117124319076538, 2.204270124435425, 2.308845281600952, 2.239128589630127, 1.785969614982605, 1.489673376083374, 1.4199565649032593, 1.1236603260040283, 1.2805230617523193, 1.803398847579956, 1.9079740047454834, 0.6879304051399231, 0.8970807194709778, 1.1236603260040283, 1.2979521751403809, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.09533771127462387, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.5659260153770447, 0.7053595781326294, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.3676689863204956, 1.4025273323059082, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 2.0125491619110107, 1.646536111831665, 0.008191745728254318, -0.44496726989746094, 0.11276690661907196, -0.8284096121788025, -0.41010889410972595, 0.30448800325393677, 0.7925055623054504, 0.9493682980537415, 1.053943395614624, 0.3916339874267578, 1.489673376083374, 1.2979521751403809, 1.6813944578170776, 1.8556864261627197, 1.5942485332489014, 1.472244143486023, 1.4548149108886719, 1.9079740047454834, 1.6813944578170776, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.5768193006515503, 1.7336820363998413, 1.7162528038024902, 1.3850982189178467, 1.4025273323059082, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.5245317220687866, 2.430849552154541, 2.3437037467956543], [1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.3850982189178467, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.3676689863204956, 1.2630938291549683, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.5419609546661377, 1.5071024894714355, 1.071372628211975, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 1.1933770179748535, 1.4373857975006104, 1.5245317220687866, 1.489673376083374, 1.053943395614624, 0.2522004544734955, 0.9319390654563904, 1.8905447721481323, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.2565577030181885, 2.308845281600952, 2.2914161682128906, 1.2630938291549683, -0.06152502819895744, -0.3055337369441986, -0.3229629397392273, 0.42649248242378235, 0.18248367309570312, -0.23581695556640625, 0.2173420637845993, 1.5942485332489014, 1.5419609546661377, 1.2805230617523193, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.32191720604896545, 0.42649248242378235, 0.513638436794281, 0.6356428265571594, 0.984226644039154, 1.175947904586792, 1.5245317220687866, 1.611677646636963, 1.785969614982605, 1.6639652252197266, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.6813944578170776, 1.5768193006515503, 1.5245317220687866, 1.5942485332489014, 1.8382571935653687, 1.6988236904144287, 1.7511112689971924, 2.0996949672698975, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.8382571935653687, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.4025273323059082, 0.02562093921005726, 0.3916339874267578, -0.6366884112358093, -0.42753809690475464, -1.089847445487976, -0.8109803795814514, -0.8632679581642151, 0.30448800325393677, 0.4613508880138397, 0.7576471567153931, 0.8622223138809204, 0.3916339874267578, 1.2979521751403809, 1.7336820363998413, 1.5942485332489014, 1.6813944578170776, 1.4548149108886719, 1.7336820363998413, 1.6639652252197266, 1.803398847579956, 1.9079740047454834, 1.8382571935653687, 1.1062309741973877, 1.2805230617523193, 1.489673376083374, 1.5768193006515503, 1.6639652252197266, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.9951199293136597, 1.9776906967163086, 1.785969614982605, 2.465708017349243, 2.308845281600952], [1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.175947904586792, 1.8556864261627197, 2.2565577030181885, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 1.6639652252197266, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 1.0016558170318604, 1.2282354831695557, 1.646536111831665, 1.4548149108886719, 0.827363908290863, 0.4613508880138397, 0.5484968423843384, 0.9145098924636841, 1.4025273323059082, 1.4199565649032593, 1.0888018608093262, 0.5833552479743958, 1.489673376083374, 1.8556864261627197, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.082265853881836, 2.1345534324645996, 2.1868410110473633, 2.082265853881836, 1.053943395614624, 0.1999128758907318, -0.27067533135414124, -0.3229629397392273, -0.3055337369441986, -0.3578213155269623, -0.44496726989746094, -0.07895421981811523, 1.332810640335083, 1.6639652252197266, 1.4373857975006104, 1.1410894393920898, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1410894393920898, 1.071372628211975, 0.9493682980537415, 0.984226644039154, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1410894393920898, 1.1236603260040283, 1.0190850496292114, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.0888018608093262, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 0.8622223138809204, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.18248367309570312, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.16505448520183563, 0.2347712516784668, 0.1999128758907318, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.4090631604194641, 0.7576471567153931, 1.2456645965576172, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.6813944578170776, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.646536111831665, 1.6988236904144287, 1.629106879234314, 1.8731155395507812, 1.7511112689971924, 1.8208279609680176, 2.082265853881836, 2.117124319076538, 1.8731155395507812, 1.960261583328247, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.942832350730896, 1.8905447721481323, 1.9776906967163086, 1.925403118133545, 2.047407388687134, 0.827363908290863, 0.07790851593017578, -0.42753809690475464, -0.9155555367469788, -0.9504139423370361, -0.7935512065887451, -0.7935512065887451, -0.5495424270629883, -0.42753809690475464, 0.14762529730796814, 0.32191720604896545, 0.35677558183670044, 0.600784420967102, 0.8622223138809204, 1.489673376083374, 1.629106879234314, 1.5768193006515503, 1.2979521751403809, 1.3850982189178467, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.7336820363998413, 1.8731155395507812, 1.071372628211975, 1.315381407737732, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.942832350730896, 1.942832350730896, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.8208279609680176, 2.1694118976593018, 1.785969614982605, 1.5245317220687866, 2.4482789039611816, 2.361132860183716], [1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.3850982189178467, 1.9776906967163086, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.047407388687134, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 1.3676689863204956, 0.9493682980537415, 0.6356428265571594, 0.513638436794281, 0.984226644039154, 1.2108062505722046, 1.1410894393920898, 1.2282354831695557, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.0299782752990723, 1.332810640335083, 0.16505448520183563, -0.1661001741886139, -0.1486709862947464, -0.04409583657979965, -0.04409583657979965, -0.21838775277137756, -0.37525051832199097, -0.532113254070282, 0.2696296274662018, 0.8970807194709778, 0.6530719995498657, 0.7925055623054504, 1.0888018608093262, 1.158518671989441, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.0016558170318604, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.175947904586792, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8796514868736267, 0.8622223138809204, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.2522004544734955, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.18248367309570312, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.2522004544734955, 0.513638436794281, 0.827363908290863, 1.3676689863204956, 1.4025273323059082, 1.2282354831695557, 1.3502397537231445, 1.4373857975006104, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.5593900680541992, 1.629106879234314, 1.5245317220687866, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.8208279609680176, 1.8905447721481323, 1.803398847579956, 2.0648367404937744, 1.629106879234314, 2.151982545852661, 1.6813944578170776, 2.1868410110473633, 2.0648367404937744, 2.1868410110473633, 2.047407388687134, 2.082265853881836, 1.9776906967163086, 1.611677646636963, 1.3850982189178467, 1.1410894393920898, 0.2173420637845993, -0.4972548484802246, -0.9852723479270935, -1.1072766780853271, -1.1944226026535034, -0.9155555367469788, -0.6715468168258667, 0.2347712516784668, 0.4090631604194641, 0.18248367309570312, -0.009237446822226048, 0.478780061006546, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.6988236904144287, 1.5245317220687866, 1.2630938291549683, 1.175947904586792, 1.5942485332489014, 1.8382571935653687, 1.8556864261627197, 1.5768193006515503, 1.6639652252197266, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.5245317220687866, 1.7336820363998413, 1.925403118133545, 1.960261583328247, 1.5768193006515503, 2.395991325378418, 2.395991325378418], [1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.2630938291549683, 1.925403118133545, 2.27398681640625, 2.204270124435425, 2.1694118976593018, 2.0996949672698975, 1.629106879234314, 1.2630938291549683, 1.175947904586792, 1.4199565649032593, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.158518671989441, 1.5071024894714355, 1.5071024894714355, 1.0888018608093262, 0.8796514868736267, 0.8099347352981567, 1.0365142822265625, 1.6639652252197266, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 1.489673376083374, 0.06047932058572769, -0.026666639372706413, 0.513638436794281, 0.14762529730796814, -0.11381260305643082, -0.3229629397392273, -0.3403921127319336, -0.4623964726924896, -0.44496726989746094, -0.20095856487751007, -0.21838775277137756, -0.3229629397392273, -0.25324615836143494, -0.09638340771198273, 0.11276690661907196, 0.3916339874267578, 0.7402179837226868, 1.071372628211975, 1.175947904586792, 1.2805230617523193, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.785969614982605, 1.8556864261627197, 2.047407388687134, 2.27398681640625, 1.3676689863204956, -0.06152502819895744, 0.2696296274662018, 0.7925055623054504, 1.803398847579956, 2.27398681640625, 2.430849552154541, 2.4831371307373047, 2.430849552154541, 2.361132860183716, 2.3785619735717773, 2.430849552154541, 2.3437037467956543, 2.395991325378418, 2.622570753097534, 2.1345534324645996, -0.37525051832199097, -0.44496726989746094, 0.7925055623054504, 1.785969614982605, 2.0299782752990723, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 1.6813944578170776, 0.42649248242378235, 0.2696296274662018, 0.6356428265571594, 1.3850982189178467, 1.2456645965576172, 1.1236603260040283, 1.053943395614624, 0.8622223138809204, 0.6530719995498657, 0.5833552479743958, 0.4613508880138397, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.09533771127462387, 0.13019609451293945, 0.14762529730796814, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.28705883026123047, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.42649248242378235, 0.42649248242378235, 0.513638436794281, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.9667974710464478, 1.1236603260040283, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.646536111831665, 1.8731155395507812, 1.5942485332489014, 1.4373857975006104, 1.5768193006515503, 1.3502397537231445, 1.4025273323059082, 1.5071024894714355, 1.629106879234314, 1.3676689863204956, 1.472244143486023, 1.629106879234314, 1.7511112689971924, 1.7511112689971924, 1.4199565649032593, 1.942832350730896, 1.785969614982605, 1.6639652252197266, 1.8905447721481323, 2.0996949672698975, 2.2216994762420654, 2.0299782752990723, 2.0125491619110107, 2.1345534324645996, 2.047407388687134, 1.8731155395507812, 1.175947904586792, 0.2696296274662018, -0.1486709862947464, -0.688975989818573, -1.0201307535171509, -1.2815686464309692, -1.2989977598190308, -1.2989977598190308, -0.9155555367469788, -1.0201307535171509, 1.1236603260040283, 1.489673376083374, 1.0365142822265625, -0.009237446822226048, -0.2881045341491699, 0.13019609451293945, 1.6813944578170776, 1.6639652252197266, 2.0648367404937744, 1.6988236904144287, 1.3502397537231445, 0.8622223138809204, 1.7511112689971924, 1.4373857975006104, 1.768540382385254, 1.785969614982605, 2.047407388687134, 1.5071024894714355, 1.3676689863204956, 1.4025273323059082, 1.2979521751403809, 1.2979521751403809, 1.8208279609680176, 1.7336820363998413, 1.925403118133545, 1.7336820363998413, 1.5071024894714355, 1.5942485332489014, 1.5593900680541992, 1.9951199293136597, 1.5071024894714355, 2.308845281600952, 2.361132860183716], [1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.2282354831695557, 2.0299782752990723, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.0648367404937744, 1.7511112689971924, 1.2282354831695557, 1.2456645965576172, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.3850982189178467, 1.0888018608093262, 1.315381407737732, 1.7162528038024902, 1.489673376083374, 1.0190850496292114, 0.8447931408882141, 0.9319390654563904, 0.7402179837226868, 0.5659260153770447, 0.8970807194709778, 1.315381407737732, 1.611677646636963, 1.8731155395507812, 1.9079740047454834, 1.4025273323059082, 0.478780061006546, 0.7053595781326294, -0.1486709862947464, -0.1486709862947464, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.35677558183670044, 1.0888018608093262, 1.8556864261627197, 2.117124319076538, 2.1694118976593018, 2.308845281600952, 2.5354247093200684, 2.1694118976593018, 1.5593900680541992, 1.925403118133545, 2.3262743949890137, 2.465708017349243, 2.4482789039611816, 2.517995595932007, 2.552854061126709, 2.5702831745147705, 2.587712287902832, 2.622570753097534, 1.4199565649032593, -0.7064052224159241, -0.9852723479270935, 0.4613508880138397, 2.4134204387664795, 2.465708017349243, 2.430849552154541, 2.4482789039611816, 2.430849552154541, 2.4831371307373047, 2.5354247093200684, 2.5702831745147705, 2.622570753097534, 2.6399998664855957, 2.6399998664855957, 1.925403118133545, -0.026666639372706413, 0.8622223138809204, 1.768540382385254, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.0299782752990723, 0.9145098924636841, -0.18352937698364258, -0.7238344550132751, -0.9852723479270935, -0.7238344550132751, 2.1694118976593018, 2.430849552154541, 2.430849552154541, 2.517995595932007, 2.430849552154541, 2.308845281600952, 2.0648367404937744, 1.611677646636963, 1.2108062505722046, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.6879304051399231, 0.600784420967102, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.670501172542572, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7576471567153931, 0.8447931408882141, 0.9493682980537415, 0.8970807194709778, 0.9667974710464478, 0.9667974710464478, 1.1410894393920898, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2979521751403809, 1.472244143486023, 1.4199565649032593, 1.5071024894714355, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.7162528038024902, 1.2456645965576172, 1.158518671989441, 1.1410894393920898, 1.2979521751403809, 1.489673376083374, 1.2282354831695557, 1.2979521751403809, 1.5419609546661377, 1.3502397537231445, 1.332810640335083, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.5593900680541992, 1.4373857975006104, 1.611677646636963, 1.5419609546661377, 1.5593900680541992, 1.472244143486023, 1.7511112689971924, 1.768540382385254, 2.0648367404937744, 1.6813944578170776, 2.239128589630127, 2.0299782752990723, 1.611677646636963, 2.1868410110473633, 2.0996949672698975, 2.1694118976593018, 1.9776906967163086, 2.0299782752990723, 1.7336820363998413, 0.4090631604194641, -0.5146840810775757, -1.1072766780853271, -1.246710181236267, -1.176993489265442, -1.1944226026535034, -1.2989977598190308, -1.403572916984558, -0.8806971907615662, -0.7238344550132751, 1.5768193006515503, 1.960261583328247, 1.5245317220687866, 0.6530719995498657, -0.21838775277137756, 0.2696296274662018, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.925403118133545, 1.6639652252197266, 1.472244143486023, 1.2630938291549683, 1.5419609546661377, 1.8905447721481323, 1.768540382385254, 2.047407388687134, 1.803398847579956, 1.629106879234314, 1.8208279609680176, 1.5593900680541992, 1.472244143486023, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.4025273323059082, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 1.332810640335083, 2.4482789039611816, 2.395991325378418], [1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.175947904586792, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2565577030181885, 2.1345534324645996, 1.8731155395507812, 1.4548149108886719, 1.3850982189178467, 1.8208279609680176, 1.8382571935653687, 1.6639652252197266, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.5071024894714355, 1.3502397537231445, 1.1933770179748535, 1.1236603260040283, 0.8796514868736267, 0.8447931408882141, 0.7576471567153931, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, -0.07895421981811523, -0.37525051832199097, 0.478780061006546, 0.4090631604194641, 0.2522004544734955, 0.18248367309570312, 0.06047932058572769, 0.1999128758907318, 0.6356428265571594, 0.7750763297080994, 0.5659260153770447, 1.8556864261627197, 2.587712287902832, 2.5354247093200684, 2.4482789039611816, 2.552854061126709, 2.308845281600952, 2.151982545852661, 2.465708017349243, 2.4831371307373047, 2.517995595932007, 2.5354247093200684, 2.5354247093200684, 2.517995595932007, 2.587712287902832, 2.552854061126709, 2.587712287902832, 0.7053595781326294, -0.688975989818573, -1.1944226026535034, -1.1595642566680908, 0.0430501289665699, 2.3262743949890137, 2.430849552154541, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.3262743949890137, 2.517995595932007, 2.517995595932007, 2.4831371307373047, 2.1694118976593018, -0.9504139423370361, -1.4732897281646729, -1.4384313821792603, -0.5146840810775757, 0.6356428265571594, 1.0190850496292114, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, -0.18352937698364258, -1.1247059106826782, -1.2641394138336182, -1.1944226026535034, 0.513638436794281, 1.8556864261627197, 2.4482789039611816, 2.587712287902832, 2.4134204387664795, 2.430849552154541, 2.395991325378418, 2.4831371307373047, 2.5702831745147705, 2.1694118976593018, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.4025273323059082, 1.2108062505722046, 1.175947904586792, 1.2456645965576172, 1.4199565649032593, 1.5419609546661377, 1.646536111831665, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.803398847579956, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.768540382385254, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.4373857975006104, 1.5071024894714355, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.5942485332489014, 1.7336820363998413, 1.629106879234314, 1.5245317220687866, 1.611677646636963, 1.4373857975006104, 1.629106879234314, 1.6813944578170776, 1.5942485332489014, 1.472244143486023, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.4548149108886719, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.1933770179748535, 1.315381407737732, 1.489673376083374, 1.2108062505722046, 1.6813944578170776, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.2565577030181885, 1.8208279609680176, 1.6813944578170776, 2.1694118976593018, 1.768540382385254, 2.0648367404937744, 2.047407388687134, 1.6988236904144287, 1.646536111831665, 0.2696296274662018, -0.9678431153297424, -1.3861438035964966, -1.5255773067474365, -1.490718960762024, -1.333856225013733, -0.8109803795814514, -1.5081480741500854, -1.5604356527328491, -0.1486709862947464, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.5593900680541992, 0.42649248242378235, 0.1999128758907318, 1.6639652252197266, 2.0996949672698975, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 2.117124319076538, 1.2979521751403809, 1.4199565649032593, 1.611677646636963, 1.611677646636963, 1.8382571935653687, 1.9776906967163086, 1.5245317220687866, 2.0125491619110107, 1.6988236904144287, 1.4199565649032593, 1.6639652252197266, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 2.082265853881836, 1.2630938291549683, 2.430849552154541, 2.361132860183716], [1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 1.053943395614624, 1.785969614982605, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.239128589630127, 1.942832350730896, 1.5942485332489014, 1.5593900680541992, 1.942832350730896, 2.0996949672698975, 2.0299782752990723, 1.7162528038024902, 1.5071024894714355, 1.4373857975006104, 1.3676689863204956, 1.5245317220687866, 1.646536111831665, 1.2805230617523193, 1.0888018608093262, 1.4548149108886719, 1.5593900680541992, 1.5245317220687866, 1.2805230617523193, 0.9667974710464478, 0.13019609451293945, -0.44496726989746094, -0.11381260305643082, -0.09638340771198273, -0.3229629397392273, -0.3229629397392273, -0.20095856487751007, -0.39267969131469727, -0.5844008326530457, -0.1486709862947464, 0.0430501289665699, -0.11381260305643082, 2.27398681640625, 2.4482789039611816, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.5005664825439453, 2.587712287902832, 2.5354247093200684, 2.5005664825439453, 2.4831371307373047, 2.395991325378418, 2.3785619735717773, 2.4831371307373047, 2.4482789039611816, 0.28705883026123047, -0.5146840810775757, -1.0724183320999146, -1.3861438035964966, -1.403572916984558, -1.403572916984558, -1.0549890995025635, -0.009237446822226048, 1.2805230617523193, 1.8556864261627197, 2.151982545852661, 2.361132860183716, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 1.3676689863204956, -1.2641394138336182, -1.5081480741500854, -1.5778648853302002, -1.490718960762024, -0.9678431153297424, -0.7064052224159241, -0.5669716596603394, -0.3578213155269623, -0.21838775277137756, -0.688975989818573, -1.2815686464309692, -1.1247059106826782, -1.1072766780853271, -0.3229629397392273, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 2.151982545852661, 2.587712287902832, 1.629106879234314, 0.28705883026123047, 0.8970807194709778, 1.3502397537231445, 1.611677646636963, 1.6813944578170776, 1.646536111831665, 1.8382571935653687, 1.9079740047454834, 1.8382571935653687, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.7511112689971924, 1.8556864261627197, 1.8556864261627197, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.5942485332489014, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.5942485332489014, 1.6813944578170776, 1.5768193006515503, 1.5071024894714355, 1.6813944578170776, 1.785969614982605, 1.8208279609680176, 1.5071024894714355, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.5942485332489014, 1.3676689863204956, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.2282354831695557, 1.2282354831695557, 1.3502397537231445, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.5593900680541992, 1.3676689863204956, 1.4373857975006104, 1.5245317220687866, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.5593900680541992, 1.7511112689971924, 1.611677646636963, 1.7162528038024902, 2.1868410110473633, 2.0125491619110107, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0996949672698975, 2.204270124435425, 1.4548149108886719, 1.315381407737732, 0.008191745728254318, -0.9329847693443298, -1.3861438035964966, -1.4384313821792603, -1.5255773067474365, -1.403572916984558, -1.4210021495819092, -1.5081480741500854, -1.5081480741500854, -0.688975989818573, 1.071372628211975, 1.5245317220687866, 1.5419609546661377, 1.5245317220687866, 0.42649248242378235, 0.513638436794281, 1.2282354831695557, 1.7162528038024902, 1.7336820363998413, 1.9776906967163086, 2.1868410110473633, 1.9776906967163086, 1.2979521751403809, 1.7162528038024902, 1.5593900680541992, 1.6639652252197266, 1.5593900680541992, 1.803398847579956, 1.7162528038024902, 1.9776906967163086, 1.7162528038024902, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.803398847579956, 1.925403118133545, 1.472244143486023, 1.3850982189178467, 1.3676689863204956, 2.239128589630127, 1.4373857975006104, 2.395991325378418, 2.361132860183716], [1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3502397537231445, 1.332810640335083, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.7925055623054504, 0.8447931408882141, 0.9667974710464478, 1.6988236904144287, 2.204270124435425, 2.3262743949890137, 2.3437037467956543, 2.27398681640625, 2.047407388687134, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 2.047407388687134, 2.1694118976593018, 1.8382571935653687, 1.5245317220687866, 1.5419609546661377, 1.3850982189178467, 1.3850982189178467, 1.629106879234314, 1.5071024894714355, 1.3502397537231445, 1.5071024894714355, 1.5942485332489014, 1.3850982189178467, 0.984226644039154, 0.18248367309570312, -0.37525051832199097, -0.11381260305643082, -0.07895421981811523, -0.2881045341491699, -0.4798256754875183, -0.6541175842285156, -0.8109803795814514, -0.9678431153297424, -1.2292810678482056, -1.246710181236267, -1.0549890995025635, -0.7412636280059814, -0.21838775277137756, 1.0365142822265625, 1.2979521751403809, 1.332810640335083, 1.942832350730896, 2.430849552154541, 2.517995595932007, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.768540382385254, -1.176993489265442, -1.2815686464309692, -1.3512853384017944, -1.333856225013733, -1.403572916984558, -1.403572916984558, -1.403572916984558, -1.3861438035964966, -1.3687145709991455, -1.2989977598190308, -1.4384313821792603, -1.1421350240707397, -1.089847445487976, -1.2292810678482056, -1.1944226026535034, -1.3861438035964966, -1.490718960762024, -1.4558604955673218, -1.4558604955673218, -1.403572916984558, -1.3164269924163818, -1.2292810678482056, -1.2292810678482056, -1.246710181236267, -1.2641394138336182, -1.2815686464309692, -1.5255773067474365, -1.5430065393447876, -1.647581696510315, -1.5255773067474365, -1.1421350240707397, -0.8109803795814514, -0.3403921127319336, 0.3742047846317291, 1.0190850496292114, 0.6530719995498657, 1.071372628211975, 1.472244143486023, 1.629106879234314, 1.8731155395507812, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.785969614982605, 1.646536111831665, 1.629106879234314, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.5419609546661377, 1.6813944578170776, 1.6639652252197266, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6988236904144287, 1.5593900680541992, 1.5942485332489014, 1.5071024894714355, 1.611677646636963, 1.629106879234314, 1.6813944578170776, 1.6639652252197266, 1.5245317220687866, 1.4199565649032593, 1.4025273323059082, 1.315381407737732, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.0190850496292114, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 0.9319390654563904, 1.053943395614624, 1.0016558170318604, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.1933770179748535, 1.4025273323059082, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.8731155395507812, 1.8382571935653687, 2.0996949672698975, 1.785969614982605, 2.117124319076538, 1.7162528038024902, 2.0996949672698975, 1.9776906967163086, 1.803398847579956, 1.9079740047454834, 0.9493682980537415, -0.8632679581642151, -1.2118518352508545, -1.3512853384017944, -1.3687145709991455, -1.5604356527328491, -1.5430065393447876, -1.5255773067474365, -1.4384313821792603, -1.6127232313156128, -0.9504139423370361, 0.4962092638015747, 1.071372628211975, 1.5419609546661377, 1.4548149108886719, 1.0888018608093262, 0.513638436794281, 0.8970807194709778, 1.8556864261627197, 1.9079740047454834, 1.960261583328247, 2.0125491619110107, 1.925403118133545, 1.4199565649032593, 1.158518671989441, 1.489673376083374, 1.5593900680541992, 1.332810640335083, 1.7511112689971924, 1.6813944578170776, 1.8556864261627197, 1.7511112689971924, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.8208279609680176, 2.239128589630127, 1.629106879234314, 1.472244143486023, 1.611677646636963, 2.0648367404937744, 1.472244143486023, 2.430849552154541, 2.3262743949890137], [1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.7576471567153931, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 1.4373857975006104, 2.0648367404937744, 2.361132860183716, 2.3262743949890137, 2.3262743949890137, 2.1694118976593018, 1.9776906967163086, 2.0648367404937744, 1.942832350730896, 1.925403118133545, 2.117124319076538, 2.0648367404937744, 1.7336820363998413, 1.4199565649032593, 1.5768193006515503, 1.768540382385254, 1.5245317220687866, 1.5419609546661377, 1.2979521751403809, 0.6530719995498657, 0.18248367309570312, -0.3229629397392273, -0.6715468168258667, -0.9329847693443298, -1.0201307535171509, -1.1247059106826782, -1.1595642566680908, -1.1421350240707397, -1.1247059106826782, -1.176993489265442, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.3861438035964966, -1.089847445487976, -1.0027015209197998, -1.0724183320999146, -1.2641394138336182, -1.2641394138336182, -1.3687145709991455, 0.7576471567153931, 1.1236603260040283, -1.2118518352508545, -1.2641394138336182, -0.7412636280059814, -0.23581695556640625, -0.7935512065887451, -1.6301524639129639, -1.5430065393447876, -1.6127232313156128, -1.6824400424957275, -1.5081480741500854, -1.490718960762024, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.3687145709991455, -1.246710181236267, -1.2118518352508545, -1.176993489265442, -1.1247059106826782, -1.1072766780853271, -1.246710181236267, -1.5778648853302002, -1.1595642566680908, 0.06047932058572769, 0.7227887511253357, 1.2108062505722046, 1.4548149108886719, 1.1236603260040283, 0.5310676693916321, -0.4972548484802246, -0.6715468168258667, -0.1312417984008789, -0.5495424270629883, -0.7935512065887451, -1.176993489265442, -1.4384313821792603, -1.3164269924163818, -1.3512853384017944, -1.3687145709991455, -1.3512853384017944, -0.7412636280059814, 0.4962092638015747, 1.629106879234314, 1.9079740047454834, 1.768540382385254, 1.8905447721481323, 1.5419609546661377, 1.611677646636963, 1.803398847579956, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.9079740047454834, 1.7336820363998413, 1.6639652252197266, 1.6639652252197266, 1.803398847579956, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.472244143486023, 1.2805230617523193, 1.3502397537231445, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.5593900680541992, 1.472244143486023, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.3676689863204956, 1.3502397537231445, 1.2282354831695557, 1.4025273323059082, 1.332810640335083, 1.2456645965576172, 1.2805230617523193, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.071372628211975, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.2456645965576172, 1.315381407737732, 1.053943395614624, 1.3850982189178467, 1.4373857975006104, 1.2979521751403809, 1.2282354831695557, 1.489673376083374, 1.646536111831665, 1.7162528038024902, 1.5593900680541992, 1.9776906967163086, 2.0648367404937744, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.611677646636963, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.9079740047454834, 1.960261583328247, 1.785969614982605, 0.5659260153770447, -1.176993489265442, -1.4384313821792603, -1.490718960762024, -1.403572916984558, -1.4558604955673218, -1.490718960762024, -1.6127232313156128, -1.3687145709991455, -1.5952941179275513, -1.490718960762024, -0.1312417984008789, 0.6182135939598083, 1.629106879234314, 1.646536111831665, 0.9493682980537415, 0.8099347352981567, 1.1062309741973877, 1.472244143486023, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.785969614982605, 1.5071024894714355, 1.2282354831695557, 1.5245317220687866, 1.5942485332489014, 1.2979521751403809, 1.4373857975006104, 1.785969614982605, 1.6813944578170776, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.2805230617523193, 1.803398847579956, 1.9776906967163086, 1.611677646636963, 1.3676689863204956, 1.7511112689971924, 1.5245317220687866, 1.5942485332489014, 2.465708017349243, 2.3262743949890137], [1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.1933770179748535, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 0.9145098924636841, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 1.0888018608093262, 1.9079740047454834, 2.3262743949890137, 2.3437037467956543, 2.308845281600952, 2.239128589630127, 2.204270124435425, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.0299782752990723, 1.472244143486023, 1.5593900680541992, 1.785969614982605, 1.0365142822265625, -0.04409583657979965, -0.688975989818573, -0.8284096121788025, -0.9155555367469788, -0.9155555367469788, -1.0201307535171509, -1.0724183320999146, -1.1247059106826782, -1.3687145709991455, -1.4732897281646729, -1.5604356527328491, -1.647581696510315, -1.7347276210784912, -1.6650108098983765, -1.6127232313156128, -1.1944226026535034, -0.5844008326530457, -0.4798256754875183, -0.5844008326530457, -0.6715468168258667, -1.0375598669052124, -1.176993489265442, -1.1944226026535034, -1.333856225013733, -1.3164269924163818, -1.2292810678482056, -1.0027015209197998, -0.9678431153297424, -1.333856225013733, -1.4732897281646729, -1.333856225013733, -0.7412636280059814, -0.3578213155269623, -0.3578213155269623, -0.7412636280059814, -1.2118518352508545, -0.1312417984008789, 1.7336820363998413, 2.082265853881836, 2.361132860183716, 2.4482789039611816, 2.4831371307373047, 2.5005664825439453, 1.7511112689971924, 0.9145098924636841, 1.2805230617523193, 2.1694118976593018, 2.151982545852661, 1.9951199293136597, 1.2630938291549683, 0.0430501289665699, -0.3578213155269623, 2.517995595932007, 2.622570753097534, 2.5702831745147705, 2.517995595932007, 2.5354247093200684, 2.6051416397094727, 2.430849552154541, 2.0648367404937744, 1.175947904586792, 0.0430501289665699, -0.11381260305643082, 0.7402179837226868, 1.1410894393920898, 1.472244143486023, 1.5245317220687866, 1.629106879234314, 1.5593900680541992, 1.5419609546661377, 1.8382571935653687, 1.925403118133545, 1.8208279609680176, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.646536111831665, 1.489673376083374, 1.6813944578170776, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.5768193006515503, 1.5071024894714355, 1.3676689863204956, 1.2456645965576172, 1.489673376083374, 1.629106879234314, 1.6813944578170776, 1.5071024894714355, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.1933770179748535, 1.0365142822265625, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 0.8099347352981567, 1.0016558170318604, 1.053943395614624, 1.2282354831695557, 1.1236603260040283, 1.0888018608093262, 1.2630938291549683, 1.1410894393920898, 0.7402179837226868, 1.3676689863204956, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.3502397537231445, 1.629106879234314, 1.8382571935653687, 1.611677646636963, 1.9776906967163086, 1.646536111831665, 1.7511112689971924, 2.0996949672698975, 2.0125491619110107, 1.925403118133545, 2.0648367404937744, 2.0996949672698975, 1.803398847579956, 1.9079740047454834, 1.942832350730896, 1.6813944578170776, 0.9145098924636841, -1.246710181236267, -1.5255773067474365, -1.4384313821792603, -1.4384313821792603, -1.4384313821792603, -1.5255773067474365, -1.490718960762024, -1.4732897281646729, -1.2641394138336182, -0.4623964726924896, -1.0724183320999146, 0.13019609451293945, 1.472244143486023, 1.315381407737732, 1.2456645965576172, 1.2979521751403809, 0.32191720604896545, 0.8447931408882141, 1.4373857975006104, 1.6988236904144287, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.611677646636963, 1.9079740047454834, 1.7336820363998413, 1.803398847579956, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 2.0125491619110107, 1.8731155395507812, 1.5419609546661377, 1.3676689863204956, 1.7336820363998413, 1.8382571935653687, 1.785969614982605, 1.6639652252197266, 1.6639652252197266, 1.332810640335083, 1.8731155395507812, 2.6399998664855957, 2.3262743949890137], [1.803398847579956, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7576471567153931, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 1.5071024894714355, 2.1345534324645996, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.204270124435425, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.0299782752990723, 0.600784420967102, -0.09638340771198273, -0.6715468168258667, -0.7761220335960388, -0.7064052224159241, -0.5495424270629883, -0.688975989818573, -0.8458387851715088, -1.0549890995025635, -1.1421350240707397, -1.1421350240707397, -1.176993489265442, -1.3164269924163818, -1.4558604955673218, -1.5081480741500854, -1.2118518352508545, -0.5844008326530457, 0.4613508880138397, 0.7402179837226868, 0.7053595781326294, 0.14762529730796814, -0.5495424270629883, -0.9852723479270935, -1.176993489265442, -1.0724183320999146, -0.37525051832199097, 0.44392168521881104, 0.4613508880138397, -0.2881045341491699, -1.2118518352508545, -1.1247059106826782, 0.670501172542572, 2.047407388687134, 2.361132860183716, 2.5005664825439453, 2.3262743949890137, 2.5005664825439453, 2.308845281600952, 1.8208279609680176, 0.478780061006546, 1.4548149108886719, 1.9079740047454834, 1.2979521751403809, 0.14762529730796814, -0.44496726989746094, 2.239128589630127, 2.622570753097534, 2.5702831745147705, 2.5354247093200684, 2.5005664825439453, 2.5354247093200684, 2.587712287902832, 1.8556864261627197, -0.1486709862947464, 1.5419609546661377, 1.8731155395507812, 2.5005664825439453, 2.5702831745147705, 2.0125491619110107, 0.8796514868736267, 1.8731155395507812, 2.1345534324645996, 0.8447931408882141, 0.8970807194709778, 1.5245317220687866, 1.472244143486023, 1.1933770179748535, 1.3850982189178467, 1.3850982189178467, 1.5071024894714355, 1.611677646636963, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.768540382385254, 1.8731155395507812, 1.6988236904144287, 1.5768193006515503, 1.5071024894714355, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.5419609546661377, 1.4025273323059082, 1.5768193006515503, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.053943395614624, 1.3676689863204956, 1.4199565649032593, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 0.984226644039154, 1.2979521751403809, 1.175947904586792, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0888018608093262, 1.0016558170318604, 0.8447931408882141, 0.9319390654563904, 1.053943395614624, 1.2282354831695557, 1.2979521751403809, 1.0365142822265625, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 0.8970807194709778, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.6813944578170776, 1.6639652252197266, 2.1345534324645996, 1.9951199293136597, 1.768540382385254, 2.0996949672698975, 1.8208279609680176, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.315381407737732, 0.1999128758907318, -1.0201307535171509, -1.4732897281646729, -1.5081480741500854, -1.4558604955673218, -1.5255773067474365, -1.5255773067474365, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -1.0027015209197998, 0.11276690661907196, -0.3578213155269623, 1.2456645965576172, 1.4548149108886719, 0.7227887511253357, 1.803398847579956, 1.4199565649032593, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.7162528038024902, 1.3850982189178467, 1.332810640335083, 1.472244143486023, 1.8731155395507812, 2.1345534324645996, 1.960261583328247, 1.8382571935653687, 1.315381407737732, 1.5942485332489014, 1.8556864261627197, 1.8556864261627197, 1.2630938291549683, 1.489673376083374, 1.8905447721481323, 1.489673376083374, 1.768540382385254, 1.960261583328247, 1.611677646636963, 1.472244143486023, 2.047407388687134, 2.6051416397094727, 2.3262743949890137], [1.8208279609680176, 1.7511112689971924, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.0888018608093262, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 1.2630938291549683, 1.9776906967163086, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.3262743949890137, 2.239128589630127, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.0125491619110107, 1.960261583328247, -0.1312417984008789, -0.3229629397392273, -0.619259238243103, -0.688975989818573, -0.601830005645752, -0.41010889410972595, -0.37525051832199097, -0.3055337369441986, -0.5844008326530457, -0.9678431153297424, -1.0201307535171509, -1.0375598669052124, -1.1595642566680908, -1.176993489265442, -0.7761220335960388, 0.827363908290863, 1.8208279609680176, 1.9951199293136597, 2.0996949672698975, 2.0996949672698975, 1.7511112689971924, 1.6988236904144287, 1.2805230617523193, 0.16505448520183563, 0.2696296274662018, 0.3916339874267578, -0.1312417984008789, -0.7064052224159241, -0.8284096121788025, -0.37525051832199097, 0.2696296274662018, 2.082265853881836, 2.1868410110473633, 2.395991325378418, 2.4831371307373047, 2.0648367404937744, 0.8796514868736267, -0.6715468168258667, 1.1933770179748535, 2.27398681640625, 2.5005664825439453, 2.4831371307373047, 2.552854061126709, 2.4831371307373047, 2.517995595932007, 2.361132860183716, 1.0365142822265625, 1.2979521751403809, 1.9951199293136597, 1.9776906967163086, 0.670501172542572, 0.16505448520183563, 2.2565577030181885, 2.6399998664855957, 2.4831371307373047, 2.622570753097534, 2.3785619735717773, 1.053943395614624, -0.8284096121788025, 1.315381407737732, 2.4134204387664795, 2.3262743949890137, 2.1694118976593018, 1.4199565649032593, 1.5593900680541992, 1.6813944578170776, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.4548149108886719, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.472244143486023, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.489673376083374, 1.1933770179748535, 1.332810640335083, 1.315381407737732, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.071372628211975, 1.2630938291549683, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.5245317220687866, 1.2805230617523193, 1.2108062505722046, 1.315381407737732, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 0.984226644039154, 0.7402179837226868, 1.0190850496292114, 1.053943395614624, 0.984226644039154, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.9951199293136597, 1.942832350730896, 1.9776906967163086, 2.082265853881836, 1.8556864261627197, 1.768540382385254, 1.5942485332489014, 1.3502397537231445, -0.5669716596603394, -1.4210021495819092, -1.5778648853302002, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.2641394138336182, -1.1944226026535034, -0.39267969131469727, -0.07895421981811523, -0.27067533135414124, 1.0016558170318604, 1.6639652252197266, 1.4373857975006104, 1.6639652252197266, 0.7576471567153931, 0.9667974710464478, 1.5593900680541992, 1.332810640335083, 1.1062309741973877, 1.2108062505722046, 1.7162528038024902, 1.7162528038024902, 2.0299782752990723, 2.0299782752990723, 1.5768193006515503, 1.7336820363998413, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.7336820363998413, 1.629106879234314, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 2.151982545852661, 1.5768193006515503, 1.7162528038024902, 1.8382571935653687, 2.622570753097534, 2.3437037467956543], [1.8382571935653687, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 1.2805230617523193, 1.1062309741973877, 0.8970807194709778, 1.071372628211975, 1.8208279609680176, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.308845281600952, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.0996949672698975, 1.9079740047454834, -0.39267969131469727, -0.3055337369441986, -0.25324615836143494, -0.39267969131469727, -0.4972548484802246, -0.619259238243103, -0.42753809690475464, 0.14762529730796814, 0.5310676693916321, 0.13019609451293945, -0.601830005645752, -1.1072766780853271, -1.2989977598190308, 0.28705883026123047, 2.1345534324645996, 2.3262743949890137, 2.3785619735717773, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 1.8556864261627197, 0.18248367309570312, -0.1661001741886139, 0.8447931408882141, 0.18248367309570312, -1.246710181236267, -1.4384313821792603, -0.5669716596603394, 1.6988236904144287, 2.2216994762420654, 2.308845281600952, 1.472244143486023, -0.25324615836143494, -0.23581695556640625, 0.827363908290863, 0.8447931408882141, -0.2881045341491699, -0.4798256754875183, 1.8208279609680176, 2.430849552154541, 2.465708017349243, 2.622570753097534, 2.6051416397094727, 2.5702831745147705, 2.151982545852661, 0.07790851593017578, 2.0648367404937744, 2.552854061126709, 2.5354247093200684, 2.5702831745147705, 2.0299782752990723, 0.33934640884399414, 1.8556864261627197, 2.239128589630127, 2.517995595932007, 2.2914161682128906, 2.4482789039611816, 0.984226644039154, -0.4623964726924896, 0.8970807194709778, 0.7750763297080994, 2.0299782752990723, 2.0996949672698975, 1.6639652252197266, 1.8208279609680176, 1.8208279609680176, 1.6988236904144287, 1.7336820363998413, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4025273323059082, 1.2456645965576172, 1.4025273323059082, 1.2282354831695557, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.2282354831695557, 1.2456645965576172, 1.4025273323059082, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.2805230617523193, 1.315381407737732, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.5071024894714355, 1.5071024894714355, 1.2979521751403809, 1.158518671989441, 0.9319390654563904, 0.9667974710464478, 0.7750763297080994, 0.9145098924636841, 0.7750763297080994, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.158518671989441, 0.8622223138809204, 1.4373857975006104, 1.158518671989441, 1.3850982189178467, 1.315381407737732, 0.984226644039154, 1.0888018608093262, 1.4373857975006104, 1.3502397537231445, 1.5768193006515503, 1.646536111831665, 1.489673376083374, 1.315381407737732, 1.5245317220687866, 1.6813944578170776, 1.942832350730896, 1.646536111831665, 2.117124319076538, 1.8382571935653687, 1.8208279609680176, 1.8905447721481323, 1.9776906967163086, 2.047407388687134, 2.1345534324645996, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.489673376083374, 1.1410894393920898, 0.16505448520183563, -0.9329847693443298, -1.5255773067474365, -1.5604356527328491, -1.5255773067474365, -1.5081480741500854, -1.5778648853302002, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.490718960762024, -1.089847445487976, -0.27067533135414124, 0.7576471567153931, 0.13019609451293945, 0.13019609451293945, 0.513638436794281, 0.9667974710464478, 1.0016558170318604, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.2282354831695557, 1.4373857975006104, 1.8208279609680176, 1.5768193006515503, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 1.646536111831665, 1.5071024894714355, 1.6988236904144287, 1.5071024894714355, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.489673376083374, 1.646536111831665, 2.1868410110473633, 2.27398681640625, 1.8556864261627197, 2.047407388687134, 2.0648367404937744, 2.5702831745147705, 2.3262743949890137], [1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1410894393920898, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.7750763297080994, 0.8099347352981567, 1.629106879234314, 2.117124319076538, 2.0299782752990723, 1.5245317220687866, 1.1236603260040283, 1.3850982189178467, 1.960261583328247, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.3262743949890137, 2.27398681640625, 2.1694118976593018, 2.151982545852661, 1.489673376083374, 0.16505448520183563, 0.1999128758907318, -0.04409583657979965, -0.42753809690475464, -0.7586928009986877, -0.9678431153297424, -0.6715468168258667, 0.02562093921005726, 0.7925055623054504, 1.2282354831695557, 0.8796514868736267, 0.28705883026123047, 2.3262743949890137, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.5354247093200684, 2.5005664825439453, 2.395991325378418, 2.0648367404937744, -0.026666639372706413, -0.4972548484802246, -0.18352937698364258, -0.6541175842285156, -0.8284096121788025, -0.9155555367469788, 0.7925055623054504, 1.8556864261627197, 1.6813944578170776, 0.18248367309570312, -1.0549890995025635, -0.8284096121788025, 1.4373857975006104, 2.4482789039611816, 2.517995595932007, 2.4482789039611816, 2.3437037467956543, 1.2282354831695557, -0.27067533135414124, -0.23581695556640625, 0.600784420967102, 1.2979521751403809, 0.8099347352981567, -0.532113254070282, 1.0016558170318604, 2.4482789039611816, 2.4482789039611816, 2.4482789039611816, 2.395991325378418, 2.4482789039611816, 2.5005664825439453, 2.0125491619110107, 0.7750763297080994, 1.8208279609680176, 2.308845281600952, 2.6399998664855957, 2.0125491619110107, -0.009237446822226048, -0.44496726989746094, 2.1868410110473633, 2.0996949672698975, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.6639652252197266, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.5419609546661377, 1.489673376083374, 1.489673376083374, 1.1410894393920898, 1.3850982189178467, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.332810640335083, 1.315381407737732, 1.4548149108886719, 1.071372628211975, 1.5419609546661377, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2456645965576172, 1.3676689863204956, 1.3676689863204956, 1.2456645965576172, 0.9319390654563904, 1.2108062505722046, 1.646536111831665, 1.4025273323059082, 1.315381407737732, 0.984226644039154, 1.2282354831695557, 1.0016558170318604, 0.7576471567153931, 0.984226644039154, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.8796514868736267, 0.5659260153770447, 1.315381407737732, 0.44392168521881104, 0.9145098924636841, 0.9667974710464478, 0.8622223138809204, 1.2979521751403809, 1.1062309741973877, 1.175947904586792, 1.332810640335083, 1.332810640335083, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.6988236904144287, 2.0299782752990723, 2.1345534324645996, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 2.2565577030181885, 2.0299782752990723, 1.9079740047454834, 2.082265853881836, 1.925403118133545, 1.489673376083374, 1.315381407737732, -0.601830005645752, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5778648853302002, -1.5778648853302002, -1.490718960762024, -1.4732897281646729, -0.9678431153297424, -0.8806971907615662, 0.8447931408882141, 0.2522004544734955, 0.5484968423843384, 1.2979521751403809, 1.8382571935653687, 1.053943395614624, 1.315381407737732, 1.4548149108886719, 1.2630938291549683, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.2108062505722046, 1.6639652252197266, 1.8556864261627197, 1.6813944578170776, 1.9951199293136597, 1.8208279609680176, 1.2805230617523193, 1.3502397537231445, 1.785969614982605, 1.960261583328247, 1.785969614982605, 1.629106879234314, 1.315381407737732, 1.7336820363998413, 1.960261583328247, 1.8556864261627197, 1.9079740047454834, 2.4482789039611816, 2.622570753097534, 2.361132860183716], [1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.9145098924636841, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.6813944578170776, 2.3785619735717773, 2.27398681640625, 1.925403118133545, 0.984226644039154, 1.175947904586792, 1.785969614982605, 2.151982545852661, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.1694118976593018, 1.942832350730896, 2.117124319076538, 1.925403118133545, 0.6879304051399231, 0.42649248242378235, 0.5833552479743958, 0.11276690661907196, -0.8284096121788025, -1.0724183320999146, -1.1944226026535034, -1.0027015209197998, -0.1312417984008789, 1.0016558170318604, 1.646536111831665, 2.3437037467956543, 2.4482789039611816, 2.430849552154541, 2.517995595932007, 2.552854061126709, 2.517995595932007, 1.5071024894714355, -0.4798256754875183, -1.1944226026535034, -0.9678431153297424, 0.600784420967102, 0.7576471567153931, -0.3229629397392273, -1.0201307535171509, -0.21838775277137756, 1.2979521751403809, 0.9667974710464478, -0.25324615836143494, -1.1072766780853271, -0.3578213155269623, 1.5942485332489014, 2.1868410110473633, 2.204270124435425, 1.785969614982605, -0.18352937698364258, -1.1944226026535034, -1.0724183320999146, 1.4548149108886719, 2.430849552154541, 2.5005664825439453, 2.3437037467956543, 1.960261583328247, 0.513638436794281, 0.9667974710464478, 1.925403118133545, 2.1694118976593018, 2.204270124435425, 2.2914161682128906, 2.395991325378418, 2.552854061126709, 2.517995595932007, 2.430849552154541, 1.4025273323059082, 0.513638436794281, 0.1999128758907318, -0.1486709862947464, 1.2282354831695557, 1.9951199293136597, 1.803398847579956, 1.7162528038024902, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.611677646636963, 1.646536111831665, 1.785969614982605, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.1410894393920898, 1.2456645965576172, 1.3502397537231445, 1.4373857975006104, 1.2630938291549683, 1.2456645965576172, 1.3502397537231445, 1.2979521751403809, 1.5942485332489014, 1.4373857975006104, 1.1933770179748535, 1.5942485332489014, 1.3850982189178467, 1.1933770179748535, 1.4199565649032593, 1.2108062505722046, 1.3502397537231445, 1.0016558170318604, 1.2456645965576172, 1.3850982189178467, 1.4025273323059082, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2456645965576172, 1.158518671989441, 0.984226644039154, 1.158518671989441, 1.2282354831695557, 1.071372628211975, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.0365142822265625, 0.9493682980537415, 1.053943395614624, 0.9145098924636841, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.332810640335083, 1.4199565649032593, 1.5768193006515503, 1.3676689863204956, 1.3502397537231445, 1.7336820363998413, 1.803398847579956, 2.082265853881836, 1.7511112689971924, 1.8382571935653687, 1.8731155395507812, 2.1868410110473633, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 1.8556864261627197, 1.8556864261627197, 1.0888018608093262, -0.8458387851715088, -1.3164269924163818, -1.4732897281646729, -1.5255773067474365, -1.5255773067474365, -1.5604356527328491, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5952941179275513, -1.5952941179275513, -1.403572916984558, -0.37525051832199097, -0.4798256754875183, -0.2881045341491699, -0.07895421981811523, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 2.465708017349243, 1.4025273323059082, 1.785969614982605, 1.5419609546661377, 1.8208279609680176, 1.3676689863204956, 1.0190850496292114, 0.5310676693916321, 1.071372628211975, 1.6639652252197266, 1.7162528038024902, 1.646536111831665, 2.239128589630127, 1.5942485332489014, 1.071372628211975, 1.4373857975006104, 2.0648367404937744, 1.803398847579956, 1.925403118133545, 1.6988236904144287, 1.332810640335083, 1.4548149108886719, 1.942832350730896, 1.942832350730896, 2.0648367404937744, 2.204270124435425, 2.5702831745147705, 2.3437037467956543], [1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.1933770179748535, 1.0888018608093262, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7402179837226868, 0.8099347352981567, 1.6988236904144287, 2.3437037467956543, 2.3785619735717773, 1.942832350730896, 1.1236603260040283, 1.175947904586792, 1.6639652252197266, 2.0648367404937744, 1.8556864261627197, 1.3850982189178467, 0.07790851593017578, -0.8458387851715088, -0.8981263637542725, -0.8632679581642151, -0.9852723479270935, -1.0027015209197998, -0.3229629397392273, 0.5484968423843384, 1.0016558170318604, 0.4962092638015747, -0.44496726989746094, -1.0549890995025635, -1.3512853384017944, -1.1421350240707397, -0.619259238243103, 1.5593900680541992, 2.361132860183716, 2.5354247093200684, 2.5354247093200684, 2.3437037467956543, 1.1410894393920898, -0.21838775277137756, -0.6366884112358093, -1.089847445487976, -1.0549890995025635, -0.20095856487751007, -0.37525051832199097, -1.2292810678482056, -1.1072766780853271, 0.513638436794281, 1.6988236904144287, 0.984226644039154, -0.42753809690475464, -0.7238344550132751, 0.5310676693916321, 1.8731155395507812, 1.8208279609680176, 1.0016558170318604, -0.1486709862947464, -0.9155555367469788, -0.9155555367469788, 0.7227887511253357, 2.27398681640625, 2.3437037467956543, 2.308845281600952, 2.3437037467956543, 1.3502397537231445, -0.688975989818573, -0.7586928009986877, 0.9667974710464478, 2.5354247093200684, 2.4831371307373047, 2.4482789039611816, 2.5702831745147705, 2.430849552154541, 2.5354247093200684, 2.622570753097534, 0.5659260153770447, -0.4798256754875183, -0.9504139423370361, 0.6530719995498657, 1.5419609546661377, 1.7511112689971924, 1.646536111831665, 1.8731155395507812, 1.785969614982605, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.4025273323059082, 1.4025273323059082, 1.6639652252197266, 1.4025273323059082, 1.7511112689971924, 1.5593900680541992, 1.3502397537231445, 1.5768193006515503, 1.315381407737732, 1.4025273323059082, 1.3676689863204956, 1.5768193006515503, 1.2456645965576172, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.315381407737732, 1.2630938291549683, 1.646536111831665, 1.2108062505722046, 1.1933770179748535, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.315381407737732, 1.2282354831695557, 1.0016558170318604, 1.053943395614624, 1.489673376083374, 1.4199565649032593, 1.4025273323059082, 1.1933770179748535, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 0.9145098924636841, 1.1410894393920898, 1.0190850496292114, 1.071372628211975, 1.0016558170318604, 0.7576471567153931, 1.158518671989441, 1.0888018608093262, 1.3502397537231445, 1.158518671989441, 1.2456645965576172, 1.3502397537231445, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.4199565649032593, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 2.0648367404937744, 1.785969614982605, 2.0125491619110107, 2.082265853881836, 2.0648367404937744, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2108062505722046, -1.1247059106826782, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5778648853302002, -1.6301524639129639, -1.5604356527328491, -1.5604356527328491, -1.1247059106826782, -0.7935512065887451, -0.6715468168258667, 1.7511112689971924, 1.9951199293136597, 2.1345534324645996, 2.204270124435425, 1.8905447721481323, 2.27398681640625, 1.8905447721481323, 1.8382571935653687, 1.611677646636963, 1.6813944578170776, 1.5768193006515503, 1.0888018608093262, 1.4548149108886719, 1.2282354831695557, 1.2805230617523193, 1.7511112689971924, 1.6988236904144287, 2.117124319076538, 1.4025273323059082, 1.9776906967163086, 1.5768193006515503, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.6813944578170776, 1.960261583328247, 1.8556864261627197, 1.960261583328247, 2.2216994762420654, 2.622570753097534, 2.3437037467956543], [1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.1933770179748535, 1.0888018608093262, 1.0365142822265625, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 1.5593900680541992, 2.204270124435425, 2.361132860183716, 2.082265853881836, 1.071372628211975, 0.008191745728254318, -0.688975989818573, -0.9504139423370361, -1.0201307535171509, -1.0724183320999146, -1.1944226026535034, -1.2641394138336182, -1.2815686464309692, -1.4210021495819092, -1.4732897281646729, -1.4210021495819092, -1.3164269924163818, -0.7761220335960388, 0.1999128758907318, 1.0016558170318604, 1.053943395614624, 0.30448800325393677, -0.8632679581642151, -1.2641394138336182, -1.176993489265442, 1.4373857975006104, 2.517995595932007, 2.2216994762420654, 1.611677646636963, -0.6541175842285156, -0.8284096121788025, -0.688975989818573, -0.8632679581642151, -0.9329847693443298, 0.16505448520183563, 0.984226644039154, 0.7576471567153931, -0.5495424270629883, -0.41010889410972595, -0.11381260305643082, -1.0027015209197998, -1.403572916984558, -0.7412636280059814, 1.646536111831665, 1.7162528038024902, 1.2805230617523193, 0.30448800325393677, -0.07895421981811523, 1.6988236904144287, 1.7511112689971924, 1.1933770179748535, 0.7750763297080994, 0.9319390654563904, 0.5659260153770447, -0.42753809690475464, -1.1944226026535034, -1.246710181236267, 1.489673376083374, 2.6399998664855957, 2.622570753097534, 2.552854061126709, 2.5702831745147705, 2.517995595932007, 2.5005664825439453, 2.6399998664855957, 1.4199565649032593, 0.670501172542572, -0.9329847693443298, 0.4962092638015747, 1.9951199293136597, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.5071024894714355, 1.5419609546661377, 1.3850982189178467, 1.5593900680541992, 1.7336820363998413, 1.2979521751403809, 1.3676689863204956, 1.646536111831665, 1.7336820363998413, 1.4548149108886719, 1.5942485332489014, 1.1933770179748535, 1.8208279609680176, 1.4199565649032593, 1.5071024894714355, 1.4025273323059082, 1.5768193006515503, 1.6988236904144287, 1.6813944578170776, 1.2805230617523193, 1.1062309741973877, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.5593900680541992, 1.175947904586792, 1.315381407737732, 1.2108062505722046, 0.8622223138809204, 1.2282354831695557, 1.1236603260040283, 1.1933770179748535, 1.315381407737732, 1.4199565649032593, 1.158518671989441, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.5484968423843384, 0.984226644039154, 0.6879304051399231, 0.9493682980537415, 0.5310676693916321, 0.8970807194709778, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.4373857975006104, 1.175947904586792, 1.1933770179748535, 1.332810640335083, 1.2108062505722046, 1.5942485332489014, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.8208279609680176, 1.8905447721481323, 1.646536111831665, 2.082265853881836, 2.0125491619110107, 1.8905447721481323, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.8556864261627197, -0.18352937698364258, -1.4210021495819092, -1.5081480741500854, -1.5255773067474365, -1.5778648853302002, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -0.6715468168258667, -0.8981263637542725, 1.332810640335083, 0.7227887511253357, 0.8622223138809204, 1.925403118133545, 2.361132860183716, 2.1345534324645996, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.047407388687134, 1.8382571935653687, 1.5768193006515503, 1.803398847579956, 1.158518671989441, 0.6530719995498657, 0.9667974710464478, 1.175947904586792, 1.803398847579956, 1.6639652252197266, 1.960261583328247, 1.315381407737732, 2.1345534324645996, 1.5942485332489014, 1.6988236904144287, 1.803398847579956, 1.8905447721481323, 1.611677646636963, 1.611677646636963, 1.7336820363998413, 2.1345534324645996, 1.942832350730896, 1.9951199293136597, 2.2565577030181885, 2.5702831745147705, 2.3262743949890137], [1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.629106879234314, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.1933770179748535, 1.1410894393920898, 1.0888018608093262, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.827363908290863, 1.4373857975006104, 2.151982545852661, 2.4482789039611816, 1.960261583328247, 0.3916339874267578, 0.1999128758907318, -0.06152502819895744, -0.532113254070282, -0.8981263637542725, -1.176993489265442, -1.333856225013733, -1.403572916984558, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, -1.6127232313156128, -1.6127232313156128, -1.6301524639129639, -1.403572916984558, -0.688975989818573, 0.42649248242378235, 1.2282354831695557, 0.827363908290863, -0.21838775277137756, -0.9504139423370361, 0.7227887511253357, 1.8905447721481323, 0.4613508880138397, -0.9329847693443298, -0.688975989818573, -0.20095856487751007, -0.27067533135414124, -0.7761220335960388, -0.4972548484802246, 0.28705883026123047, 0.30448800325393677, -0.5669716596603394, 0.28705883026123047, 1.2108062505722046, 0.8796514868736267, -0.41010889410972595, -0.3403921127319336, 0.5484968423843384, -0.1661001741886139, -0.9329847693443298, -1.2118518352508545, 0.5310676693916321, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.35677558183670044, 1.5245317220687866, 1.4373857975006104, 0.3916339874267578, -0.7412636280059814, 0.8447931408882141, 2.204270124435425, 2.552854061126709, 2.5354247093200684, 2.517995595932007, 2.5702831745147705, 2.622570753097534, 1.2282354831695557, 1.611677646636963, 0.7925055623054504, -1.0549890995025635, -0.3229629397392273, 2.1694118976593018, 2.3785619735717773, 2.151982545852661, 2.2565577030181885, 1.2456645965576172, 1.158518671989441, 1.3850982189178467, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.5245317220687866, 1.332810640335083, 1.4548149108886719, 1.646536111831665, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.5245317220687866, 1.646536111831665, 1.4199565649032593, 1.472244143486023, 1.7336820363998413, 1.629106879234314, 1.3850982189178467, 1.2805230617523193, 1.071372628211975, 1.175947904586792, 0.9667974710464478, 1.175947904586792, 0.9667974710464478, 0.9145098924636841, 0.7402179837226868, 1.1410894393920898, 0.9319390654563904, 0.8099347352981567, 1.472244143486023, 1.472244143486023, 1.3502397537231445, 1.2108062505722046, 1.0190850496292114, 1.0888018608093262, 0.8447931408882141, 0.8622223138809204, 1.0365142822265625, 1.2456645965576172, 1.315381407737732, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.670501172542572, 1.071372628211975, 0.7925055623054504, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 0.827363908290863, 1.053943395614624, 1.2108062505722046, 1.5593900680541992, 1.5071024894714355, 1.2630938291549683, 1.489673376083374, 1.7336820363998413, 1.7336820363998413, 1.942832350730896, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 1.9776906967163086, 2.0996949672698975, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 1.768540382385254, 1.053943395614624, -0.8806971907615662, -1.3861438035964966, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5255773067474365, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5255773067474365, -1.5081480741500854, -1.3512853384017944, -0.42753809690475464, 0.42649248242378235, 1.1933770179748535, 2.1694118976593018, 1.803398847579956, 2.27398681640625, 0.9493682980537415, 2.2216994762420654, 2.151982545852661, 2.2565577030181885, 2.151982545852661, 2.1345534324645996, 2.3437037467956543, 1.8731155395507812, 2.2914161682128906, 0.6879304051399231, 0.5484968423843384, 0.7925055623054504, 1.332810640335083, 1.5245317220687866, 1.6988236904144287, 1.6639652252197266, 1.5245317220687866, 2.0299782752990723, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 1.5768193006515503, 1.8905447721481323, 1.7162528038024902, 1.5593900680541992, 1.332810640335083, 2.151982545852661, 2.0648367404937744, 1.9951199293136597, 2.552854061126709, 2.3437037467956543], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 1.315381407737732, 2.082265853881836, 2.4482789039611816, 2.1868410110473633, 1.960261583328247, 1.175947904586792, 0.7053595781326294, 0.6356428265571594, 0.4090631604194641, -0.3403921127319336, -1.0375598669052124, -1.4210021495819092, -1.5430065393447876, -1.6127232313156128, -1.6650108098983765, -1.7172983884811401, -1.7347276210784912, -1.7172983884811401, -1.7347276210784912, -1.6127232313156128, -1.2989977598190308, -0.3403921127319336, 1.0016558170318604, 1.158518671989441, 0.28705883026123047, -0.39267969131469727, -1.089847445487976, -1.176993489265442, -0.9329847693443298, -0.532113254070282, -0.18352937698364258, -0.1486709862947464, 0.0430501289665699, 0.3916339874267578, 0.5833552479743958, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.513638436794281, -0.619259238243103, -0.5146840810775757, 1.175947904586792, 0.5833552479743958, -0.4972548484802246, -1.0027015209197998, 0.1999128758907318, 0.5310676693916321, -0.5495424270629883, -1.0549890995025635, -0.619259238243103, 1.5768193006515503, 1.8208279609680176, 1.646536111831665, 1.158518671989441, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.4831371307373047, 2.465708017349243, 2.517995595932007, 2.308845281600952, 0.7402179837226868, 0.33934640884399414, -0.5844008326530457, -1.0027015209197998, 0.11276690661907196, 1.960261583328247, 1.7336820363998413, 1.925403118133545, 1.629106879234314, 0.5310676693916321, 0.9493682980537415, 1.5768193006515503, 1.3850982189178467, 0.9319390654563904, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.4373857975006104, 1.175947904586792, 1.5245317220687866, 1.5942485332489014, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.472244143486023, 1.8731155395507812, 1.053943395614624, 1.472244143486023, 1.2282354831695557, 1.2282354831695557, 1.053943395614624, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.175947904586792, 1.2805230617523193, 1.1062309741973877, 1.175947904586792, 1.0016558170318604, 1.1410894393920898, 1.315381407737732, 1.315381407737732, 1.1062309741973877, 0.8970807194709778, 0.9667974710464478, 0.6879304051399231, 1.053943395614624, 0.827363908290863, 1.1410894393920898, 1.158518671989441, 1.1062309741973877, 0.7576471567153931, 0.9319390654563904, 0.8622223138809204, 0.9667974710464478, 1.1933770179748535, 0.9319390654563904, 1.0016558170318604, 1.175947904586792, 0.827363908290863, 1.175947904586792, 1.0365142822265625, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.489673376083374, 1.611677646636963, 1.8382571935653687, 1.646536111831665, 1.6639652252197266, 1.925403118133545, 2.0299782752990723, 1.960261583328247, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 1.6988236904144287, 1.489673376083374, -0.9329847693443298, -1.2292810678482056, -1.4558604955673218, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5255773067474365, -1.4732897281646729, -1.490718960762024, -1.3687145709991455, -1.0027015209197998, 0.18248367309570312, 1.768540382385254, 1.2979521751403809, 2.0299782752990723, 2.1694118976593018, 2.3262743949890137, 1.9079740047454834, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.3262743949890137, 2.0125491619110107, 1.1933770179748535, 1.1933770179748535, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.5245317220687866, 2.0996949672698975, 1.5593900680541992, 1.803398847579956, 2.0996949672698975, 1.803398847579956, 1.2630938291549683, 2.0299782752990723, 1.7162528038024902, 1.611677646636963, 2.517995595932007, 2.361132860183716], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.8970807194709778, 1.2979521751403809, 2.0125491619110107, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.0996949672698975, 1.1236603260040283, 0.513638436794281, 0.7576471567153931, 0.8796514868736267, 0.7053595781326294, 0.008191745728254318, -0.8632679581642151, -1.246710181236267, -1.490718960762024, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.6824400424957275, -1.6650108098983765, -1.5952941179275513, -0.8806971907615662, 0.3742047846317291, 1.2282354831695557, 1.0016558170318604, -0.11381260305643082, -0.9678431153297424, -1.2641394138336182, -1.1595642566680908, -0.5844008326530457, 0.02562093921005726, -0.06152502819895744, 0.6530719995498657, 0.35677558183670044, 0.4090631604194641, 0.6879304051399231, 0.9493682980537415, 0.16505448520183563, -0.42753809690475464, 0.32191720604896545, 0.30448800325393677, -0.4972548484802246, -0.8981263637542725, -0.1486709862947464, -0.04409583657979965, -1.1595642566680908, -1.3687145709991455, -0.2881045341491699, 1.2979521751403809, 1.3676689863204956, 0.5833552479743958, -0.2881045341491699, 0.5833552479743958, 2.517995595932007, 2.552854061126709, 2.517995595932007, 2.6051416397094727, 2.587712287902832, -1.0027015209197998, -1.089847445487976, 1.5942485332489014, 2.082265853881836, 2.204270124435425, 2.2216994762420654, 0.6182135939598083, -0.25324615836143494, 1.489673376083374, 1.8731155395507812, 1.6813944578170776, 1.7162528038024902, 1.1933770179748535, 0.5484968423843384, 0.6530719995498657, 1.472244143486023, 1.1410894393920898, 1.2282354831695557, 1.175947904586792, 1.611677646636963, 1.5942485332489014, 1.6639652252197266, 1.5593900680541992, 1.629106879234314, 1.2282354831695557, 1.5942485332489014, 1.2108062505722046, 1.2456645965576172, 1.5942485332489014, 1.158518671989441, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.2456645965576172, 1.1062309741973877, 1.2282354831695557, 1.4548149108886719, 1.4373857975006104, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.315381407737732, 0.9319390654563904, 0.984226644039154, 1.3502397537231445, 1.0365142822265625, 0.7750763297080994, 1.0888018608093262, 1.3502397537231445, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 0.8622223138809204, 1.1062309741973877, 1.0190850496292114, 1.1236603260040283, 0.8970807194709778, 0.6879304051399231, 1.1410894393920898, 1.175947904586792, 1.0190850496292114, 1.053943395614624, 0.9319390654563904, 1.2979521751403809, 1.053943395614624, 1.071372628211975, 1.611677646636963, 1.5071024894714355, 1.472244143486023, 1.646536111831665, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.8556864261627197, 1.9951199293136597, 2.0648367404937744, 1.960261583328247, 1.8905447721481323, 2.082265853881836, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 0.008191745728254318, -1.1595642566680908, -1.4384313821792603, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.4732897281646729, -1.4732897281646729, -1.4732897281646729, -1.4210021495819092, -1.2641394138336182, -0.3578213155269623, -0.9329847693443298, 0.16505448520183563, 1.6813944578170776, 2.2216994762420654, 1.960261583328247, 1.803398847579956, 2.3262743949890137, 2.3785619735717773, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.0996949672698975, 2.239128589630127, 2.1868410110473633, 2.0996949672698975, 0.4962092638015747, 2.0648367404937744, 1.768540382385254, 1.5593900680541992, 1.629106879234314, 1.2630938291549683, 1.5593900680541992, 1.4025273323059082, 2.0125491619110107, 1.768540382385254, 2.047407388687134, 1.7511112689971924, 2.117124319076538, 1.9951199293136597, 1.4373857975006104, 1.489673376083374, 2.239128589630127, 1.8905447721481323, 1.1062309741973877, 2.4134204387664795, 2.3437037467956543], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.8099347352981567, 1.1410894393920898, 1.8208279609680176, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.1345534324645996, 1.9776906967163086, 1.071372628211975, 0.35677558183670044, 0.4613508880138397, 0.9319390654563904, 1.1933770179748535, 1.0190850496292114, 0.16505448520183563, -0.6366884112358093, -1.1595642566680908, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.6301524639129639, -1.5778648853302002, -1.6301524639129639, -1.6998692750930786, -1.2815686464309692, 0.2347712516784668, 1.175947904586792, 1.3676689863204956, 0.6879304051399231, -0.5844008326530457, -1.2641394138336182, -1.5081480741500854, -1.1072766780853271, -0.21838775277137756, 0.28705883026123047, 0.600784420967102, 0.2173420637845993, 0.3742047846317291, 0.16505448520183563, 0.478780061006546, 1.2805230617523193, 1.2805230617523193, -0.07895421981811523, -0.8981263637542725, 0.0430501289665699, 0.7053595781326294, 0.33934640884399414, -0.41010889410972595, -0.532113254070282, 0.16505448520183563, -0.39267969131469727, -1.4384313821792603, -0.9852723479270935, 0.8447931408882141, 2.6051416397094727, 2.395991325378418, 2.4134204387664795, 2.5354247093200684, 2.27398681640625, -1.5604356527328491, -0.8806971907615662, 1.5419609546661377, 2.1868410110473633, 2.204270124435425, 1.4373857975006104, -1.0724183320999146, -0.37525051832199097, 2.27398681640625, 2.1868410110473633, 2.2216994762420654, 2.082265853881836, 2.2914161682128906, 0.2173420637845993, 0.42649248242378235, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.6988236904144287, 1.4199565649032593, 1.4199565649032593, 1.1236603260040283, 1.4025273323059082, 1.6988236904144287, 1.4548149108886719, 1.5768193006515503, 1.175947904586792, 0.9493682980537415, 1.0016558170318604, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.5245317220687866, 1.332810640335083, 1.5419609546661377, 1.315381407737732, 1.472244143486023, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.175947904586792, 1.3676689863204956, 1.2282354831695557, 0.8099347352981567, 1.0016558170318604, 1.2456645965576172, 0.9319390654563904, 1.2456645965576172, 1.1410894393920898, 1.0190850496292114, 0.8622223138809204, 1.4548149108886719, 1.2456645965576172, 1.4199565649032593, 1.1236603260040283, 1.1236603260040283, 1.053943395614624, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.315381407737732, 0.9145098924636841, 1.053943395614624, 0.9145098924636841, 1.4548149108886719, 1.1062309741973877, 1.629106879234314, 1.4373857975006104, 1.5593900680541992, 1.5942485332489014, 1.785969614982605, 1.9079740047454834, 1.7162528038024902, 2.047407388687134, 2.082265853881836, 1.8731155395507812, 1.8905447721481323, 1.960261583328247, 2.082265853881836, 1.053943395614624, -0.6366884112358093, -1.403572916984558, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.3687145709991455, -1.403572916984558, -1.4732897281646729, -1.089847445487976, -1.1421350240707397, -0.8284096121788025, -0.04409583657979965, 1.768540382385254, -0.5146840810775757, 1.5419609546661377, 1.8382571935653687, 2.308845281600952, 2.1868410110473633, 2.2565577030181885, 2.308845281600952, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.3850982189178467, 2.047407388687134, 2.0299782752990723, 1.8382571935653687, 1.4199565649032593, 1.175947904586792, 1.5245317220687866, 1.5768193006515503, 1.7336820363998413, 2.1345534324645996, 2.2565577030181885, 1.8556864261627197, 1.9079740047454834, 2.1694118976593018, 1.960261583328247, 2.239128589630127, 1.8382571935653687, 1.8382571935653687, 1.5245317220687866, 2.239128589630127, 2.308845281600952], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 0.9319390654563904, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 1.1062309741973877, 1.785969614982605, 2.2565577030181885, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 1.9776906967163086, 1.2108062505722046, 0.5310676693916321, 0.42649248242378235, 0.4090631604194641, 0.7925055623054504, 1.2630938291549683, 1.1933770179748535, 0.2347712516784668, -0.7761220335960388, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5952941179275513, -1.1421350240707397, 0.32191720604896545, 1.1062309741973877, 1.5942485332489014, 1.158518671989441, 0.07790851593017578, -0.7238344550132751, -1.1944226026535034, -0.8806971907615662, -0.3578213155269623, -0.1312417984008789, 0.44392168521881104, 0.7227887511253357, 0.42649248242378235, 0.2173420637845993, 0.33934640884399414, -0.7412636280059814, -0.6541175842285156, 0.6530719995498657, 0.16505448520183563, -0.7412636280059814, -1.1421350240707397, -0.9504139423370361, 0.44392168521881104, 0.13019609451293945, -0.9155555367469788, -0.7586928009986877, 0.35677558183670044, 0.5484968423843384, 2.239128589630127, 2.3437037467956543, 2.465708017349243, 2.517995595932007, 0.5484968423843384, -0.23581695556640625, 0.478780061006546, 0.6356428265571594, 1.071372628211975, -0.06152502819895744, -1.176993489265442, -0.7935512065887451, 1.8731155395507812, 2.151982545852661, 2.117124319076538, 2.151982545852661, 1.489673376083374, -0.8284096121788025, 0.008191745728254318, 1.7162528038024902, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.489673376083374, 1.3502397537231445, 1.3502397537231445, 1.2456645965576172, 1.4373857975006104, 1.5768193006515503, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.175947904586792, 1.2979521751403809, 1.0365142822265625, 1.3850982189178467, 1.4199565649032593, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.0190850496292114, 1.5768193006515503, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.2108062505722046, 0.8970807194709778, 1.175947904586792, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.0016558170318604, 1.2108062505722046, 1.175947904586792, 1.315381407737732, 1.1410894393920898, 0.984226644039154, 1.053943395614624, 1.1933770179748535, 1.158518671989441, 1.2108062505722046, 0.984226644039154, 1.053943395614624, 1.175947904586792, 0.7925055623054504, 1.0190850496292114, 1.2282354831695557, 0.7227887511253357, 1.5593900680541992, 1.5419609546661377, 1.3676689863204956, 1.5419609546661377, 1.5245317220687866, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.9079740047454834, 0.42649248242378235, -1.0027015209197998, -1.403572916984558, -1.4732897281646729, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.3861438035964966, -1.3512853384017944, -1.3687145709991455, -1.176993489265442, -1.1595642566680908, -0.11381260305643082, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 1.6813944578170776, -0.1661001741886139, 0.4962092638015747, 1.9079740047454834, 1.8731155395507812, 2.239128589630127, 2.204270124435425, 2.2565577030181885, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 2.1868410110473633, 2.3437037467956543, 2.1868410110473633, 2.27398681640625, 2.082265853881836, 2.0996949672698975, 1.942832350730896, 1.5071024894714355, 1.0888018608093262, 1.5942485332489014, 1.2456645965576172, 1.4373857975006104, 1.7162528038024902, 2.1345534324645996, 1.9079740047454834, 2.0648367404937744, 2.0996949672698975, 2.1694118976593018, 2.361132860183716, 1.611677646636963, 1.8556864261627197, 2.0648367404937744, 2.2565577030181885, 2.3262743949890137], [1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.1236603260040283, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 1.053943395614624, 1.7336820363998413, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.1236603260040283, 0.5484968423843384, 0.6356428265571594, 0.4090631604194641, 0.18248367309570312, 0.8099347352981567, 1.3676689863204956, 1.1236603260040283, 0.0430501289665699, -0.9504139423370361, -1.2989977598190308, -1.403572916984558, -1.5255773067474365, -1.5952941179275513, -1.6998692750930786, -1.5081480741500854, -0.9504139423370361, 0.600784420967102, 1.2805230617523193, 1.4373857975006104, 1.5071024894714355, 0.670501172542572, -0.532113254070282, -1.1072766780853271, -1.0375598669052124, -0.3229629397392273, -0.1312417984008789, 0.18248367309570312, 0.8622223138809204, 1.2108062505722046, 0.3742047846317291, 0.0430501289665699, 0.670501172542572, 0.670501172542572, -0.532113254070282, -0.9678431153297424, -0.7761220335960388, -0.009237446822226048, 0.11276690661907196, -0.3578213155269623, -0.2881045341491699, 0.06047932058572769, -0.5844008326530457, -1.1595642566680908, 2.2914161682128906, 2.5354247093200684, 2.5354247093200684, 0.9145098924636841, 0.8622223138809204, 0.9667974710464478, -0.7412636280059814, -1.2989977598190308, 0.2347712516784668, 1.7336820363998413, 1.5071024894714355, 1.5419609546661377, 1.332810640335083, 0.0430501289665699, 0.06047932058572769, 0.14762529730796814, -1.0027015209197998, -0.9852723479270935, 0.8796514868736267, 0.9145098924636841, 1.2456645965576172, 1.1236603260040283, 1.3676689863204956, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.5245317220687866, 1.1236603260040283, 1.3502397537231445, 1.1933770179748535, 1.1410894393920898, 1.4199565649032593, 1.0888018608093262, 1.5245317220687866, 1.489673376083374, 1.332810640335083, 1.2630938291549683, 1.5942485332489014, 0.984226644039154, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.0190850496292114, 1.1236603260040283, 0.9145098924636841, 1.071372628211975, 0.8796514868736267, 0.9667974710464478, 0.827363908290863, 1.2979521751403809, 1.472244143486023, 1.3850982189178467, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1410894393920898, 1.2456645965576172, 0.6879304051399231, 0.2522004544734955, 0.35677558183670044, 0.6182135939598083, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.0365142822265625, 1.2630938291549683, 1.4199565649032593, 1.071372628211975, 1.4025273323059082, 1.4548149108886719, 1.8556864261627197, 1.6639652252197266, 1.925403118133545, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 1.803398847579956, 2.047407388687134, 1.8731155395507812, 1.1236603260040283, -0.21838775277137756, -0.07895421981811523, -1.3512853384017944, -1.4384313821792603, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.490718960762024, -1.5081480741500854, -1.490718960762024, -1.333856225013733, -1.4210021495819092, -0.6541175842285156, -0.6366884112358093, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 0.8970807194709778, 2.430849552154541, 0.5484968423843384, -0.5495424270629883, 1.1236603260040283, 2.047407388687134, 2.082265853881836, 2.2216994762420654, 1.960261583328247, 1.942832350730896, 2.151982545852661, 2.0996949672698975, 2.1694118976593018, 2.151982545852661, 2.239128589630127, 2.2565577030181885, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 1.053943395614624, 0.9319390654563904, 1.2630938291549683, 0.9493682980537415, 1.3676689863204956, 1.6813944578170776, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.785969614982605, 2.27398681640625, 1.9776906967163086, 1.9079740047454834, 1.8382571935653687, 2.2216994762420654, 2.239128589630127, 2.3262743949890137], [1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.9145098924636841, 1.0190850496292114, 1.4548149108886719, 2.1694118976593018, 2.4831371307373047, 2.465708017349243, 2.3437037467956543, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.0648367404937744, 1.2805230617523193, 0.6356428265571594, 0.8622223138809204, 0.670501172542572, -0.2881045341491699, -0.1486709862947464, 0.827363908290863, 1.2630938291549683, 0.9667974710464478, 0.09533771127462387, -0.8109803795814514, -1.2641394138336182, -1.5778648853302002, -1.7695859670639038, -1.7521568536758423, -1.647581696510315, -0.7586928009986877, 0.8622223138809204, 1.472244143486023, 1.785969614982605, 1.6813944578170776, 1.315381407737732, 0.0430501289665699, -1.0549890995025635, -1.089847445487976, -0.601830005645752, -0.1661001741886139, 0.3916339874267578, 0.5484968423843384, 0.13019609451293945, 0.7576471567153931, 0.2522004544734955, -0.7064052224159241, 0.09533771127462387, 0.3916339874267578, -0.1312417984008789, -0.7412636280059814, -1.1072766780853271, -0.20095856487751007, 0.4090631604194641, 0.44392168521881104, -0.18352937698364258, 1.646536111831665, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 0.7750763297080994, -0.009237446822226048, -1.6998692750930786, -1.5604356527328491, -0.23581695556640625, 2.117124319076538, 1.8731155395507812, 2.0648367404937744, 1.6813944578170776, -1.1072766780853271, -0.9504139423370361, 2.082265853881836, 2.239128589630127, 1.9951199293136597, 1.8731155395507812, 0.9493682980537415, 0.7053595781326294, 1.158518671989441, 1.175947904586792, 1.2979521751403809, 1.1236603260040283, 1.2282354831695557, 1.071372628211975, 1.2630938291549683, 1.3676689863204956, 0.9667974710464478, 1.3676689863204956, 0.8796514868736267, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 0.9145098924636841, 1.6639652252197266, 0.7750763297080994, 1.5942485332489014, 1.1236603260040283, 1.0888018608093262, 1.489673376083374, 1.2456645965576172, 1.3676689863204956, 1.315381407737732, 0.827363908290863, 1.2456645965576172, 1.1933770179748535, 1.0190850496292114, 0.984226644039154, 1.2456645965576172, 1.1062309741973877, 0.9667974710464478, 1.0016558170318604, 1.1236603260040283, 1.0365142822265625, 0.9319390654563904, 0.9319390654563904, 1.0888018608093262, 1.1933770179748535, 1.175947904586792, 1.053943395614624, 0.9667974710464478, 0.8622223138809204, 1.1410894393920898, 1.158518671989441, 0.8622223138809204, 1.053943395614624, 1.4025273323059082, 1.1410894393920898, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.6988236904144287, 1.768540382385254, 1.942832350730896, 1.7511112689971924, 2.117124319076538, 2.0299782752990723, 1.9951199293136597, 1.9776906967163086, 1.2630938291549683, -0.5844008326530457, -1.0201307535171509, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.3512853384017944, -1.5081480741500854, -1.5255773067474365, -1.490718960762024, -1.5081480741500854, -1.3861438035964966, -1.3164269924163818, -0.9852723479270935, -0.2881045341491699, 1.315381407737732, 2.0996949672698975, 2.2914161682128906, 2.308845281600952, 1.8905447721481323, 2.430849552154541, 2.2216994762420654, -1.2118518352508545, -1.333856225013733, 0.4962092638015747, 2.117124319076538, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.0996949672698975, 2.2216994762420654, 2.2914161682128906, 1.8905447721481323, 2.361132860183716, 2.308845281600952, 1.315381407737732, 1.646536111831665, 1.3850982189178467, 1.6813944578170776, 1.2456645965576172, 1.5593900680541992, 1.7511112689971924, 1.8382571935653687, 2.204270124435425, 2.151982545852661, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 2.151982545852661, 2.3785619735717773, 2.2216994762420654, 2.3262743949890137], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.3850982189178467, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.27398681640625, 2.0648367404937744, 1.332810640335083, 0.6530719995498657, 0.6879304051399231, 0.8970807194709778, 0.2522004544734955, -0.601830005645752, -0.09638340771198273, 0.9145098924636841, 1.315381407737732, 0.6879304051399231, -0.3403921127319336, -0.9329847693443298, -1.2292810678482056, -1.4732897281646729, -1.5778648853302002, -1.4384313821792603, -0.6715468168258667, 0.8447931408882141, 1.5071024894714355, 1.6639652252197266, 1.646536111831665, 1.5768193006515503, 0.7053595781326294, -0.6715468168258667, -1.089847445487976, -0.688975989818573, -0.04409583657979965, 0.13019609451293945, 0.7402179837226868, 1.053943395614624, 0.7750763297080994, -0.1486709862947464, 0.2522004544734955, -0.06152502819895744, -1.0027015209197998, -1.1944226026535034, -0.5495424270629883, -0.3403921127319336, -0.4798256754875183, -0.8109803795814514, -0.23581695556640625, 2.3437037467956543, 2.430849552154541, 2.5702831745147705, 2.517995595932007, 2.6051416397094727, -0.7761220335960388, -1.4384313821792603, -0.39267969131469727, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 0.2522004544734955, -1.3512853384017944, -1.1595642566680908, 0.7053595781326294, 1.768540382385254, 1.6988236904144287, 1.6639652252197266, 1.2805230617523193, 0.2347712516784668, 0.6530719995498657, 1.2630938291549683, 0.5659260153770447, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.0365142822265625, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.7925055623054504, 1.3502397537231445, 0.8796514868736267, 1.3676689863204956, 1.175947904586792, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.7750763297080994, 0.4962092638015747, 1.175947904586792, 1.2282354831695557, 1.1236603260040283, 1.2456645965576172, 1.2282354831695557, 0.984226644039154, 1.175947904586792, 1.3850982189178467, 1.4373857975006104, 1.2282354831695557, 1.175947904586792, 0.8447931408882141, 0.984226644039154, 1.071372628211975, 0.7750763297080994, 0.478780061006546, 0.8622223138809204, 0.1999128758907318, 0.5484968423843384, 0.6879304051399231, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2630938291549683, 1.0365142822265625, 1.2979521751403809, 1.489673376083374, 1.315381407737732, 1.4199565649032593, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.8382571935653687, 1.942832350730896, 2.0299782752990723, 1.9079740047454834, 1.960261583328247, 1.803398847579956, 0.8099347352981567, -0.1486709862947464, -1.647581696510315, -1.5778648853302002, -1.647581696510315, -1.5604356527328491, -1.2641394138336182, -1.3164269924163818, -1.5255773067474365, -1.5081480741500854, -1.3861438035964966, -1.2815686464309692, -1.1247059106826782, -0.11381260305643082, 1.0016558170318604, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.27398681640625, 2.151982545852661, 2.3262743949890137, 2.4482789039611816, -0.44496726989746094, -1.333856225013733, -0.4623964726924896, -1.5778648853302002, -1.2641394138336182, 0.5833552479743958, 2.2216994762420654, 2.0648367404937744, 1.9951199293136597, 2.082265853881836, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.117124319076538, 2.3437037467956543, 2.395991325378418, 1.7162528038024902, 1.803398847579956, 1.646536111831665, 1.1236603260040283, 1.0190850496292114, 1.2630938291549683, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 2.1694118976593018, 2.1868410110473633, 1.8905447721481323, 1.7336820363998413, 1.9079740047454834, 2.552854061126709, 2.151982545852661, 2.151982545852661], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 1.0016558170318604, 1.7511112689971924, 2.27398681640625, 2.3785619735717773, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2216994762420654, 2.0125491619110107, 1.2979521751403809, 0.5659260153770447, 0.5659260153770447, 0.8622223138809204, 0.7227887511253357, -0.2881045341491699, -0.39267969131469727, 0.6530719995498657, 1.2282354831695557, 1.2630938291549683, 0.6879304051399231, -0.3578213155269623, -0.8981263637542725, -1.2641394138336182, -1.5255773067474365, -1.490718960762024, -0.8806971907615662, 0.5659260153770447, 1.2108062505722046, 1.4548149108886719, 1.5593900680541992, 1.7162528038024902, 1.071372628211975, -0.18352937698364258, -1.0027015209197998, -0.8981263637542725, -0.21838775277137756, 0.06047932058572769, 0.008191745728254318, 0.30448800325393677, 0.9667974710464478, 0.6530719995498657, -0.37525051832199097, -0.8109803795814514, -0.25324615836143494, -0.27067533135414124, -0.8458387851715088, -1.0375598669052124, -0.44496726989746094, -0.21838775277137756, 2.27398681640625, 2.5354247093200684, 2.517995595932007, 0.8970807194709778, -1.0724183320999146, -1.2815686464309692, 1.3676689863204956, 1.9776906967163086, 2.0125491619110107, 2.117124319076538, 0.8796514868736267, -0.8284096121788025, 1.2805230617523193, 1.925403118133545, 1.646536111831665, 0.2173420637845993, -0.21838775277137756, 0.6182135939598083, 0.6356428265571594, 0.984226644039154, 1.2805230617523193, 1.1062309741973877, 0.8622223138809204, 1.0190850496292114, 0.8970807194709778, 1.053943395614624, 1.053943395614624, 1.175947904586792, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 0.9319390654563904, 1.053943395614624, 0.7402179837226868, 1.2805230617523193, 1.0365142822265625, 0.670501172542572, 0.9319390654563904, 0.7053595781326294, 0.600784420967102, 0.9145098924636841, 0.8622223138809204, 0.9319390654563904, 0.8796514868736267, 1.0190850496292114, 1.0016558170318604, 0.8099347352981567, 1.0888018608093262, 1.1410894393920898, 0.8447931408882141, 0.6879304051399231, 1.0016558170318604, 0.3916339874267578, 0.02562093921005726, -0.20095856487751007, 0.32191720604896545, 0.30448800325393677, 0.16505448520183563, 0.5833552479743958, 0.4962092638015747, 0.5659260153770447, 0.3916339874267578, 0.8796514868736267, 0.6356428265571594, 0.6182135939598083, 1.0190850496292114, 1.332810640335083, 1.158518671989441, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.960261583328247, 2.0996949672698975, 1.9776906967163086, 1.8556864261627197, 2.0996949672698975, 1.768540382385254, 0.7925055623054504, -0.3229629397392273, -1.5604356527328491, -1.6301524639129639, -1.6127232313156128, -1.4732897281646729, -1.5604356527328491, -1.5255773067474365, -1.2989977598190308, -1.490718960762024, -1.4732897281646729, -1.2989977598190308, -0.9155555367469788, -0.41010889410972595, 0.984226644039154, 1.3850982189178467, 1.803398847579956, 2.0299782752990723, 2.465708017349243, 2.430849552154541, 2.308845281600952, 2.3262743949890137, 2.4831371307373047, 2.2914161682128906, -0.3403921127319336, -0.8284096121788025, -0.9852723479270935, -1.4210021495819092, -1.4210021495819092, -1.5430065393447876, -0.1312417984008789, 1.9776906967163086, 1.942832350730896, 2.2565577030181885, 2.0648367404937744, 2.1694118976593018, 2.27398681640625, 2.308845281600952, 2.2565577030181885, 2.1868410110473633, 2.047407388687134, 1.0365142822265625, 0.984226644039154, 1.1933770179748535, 1.5419609546661377, 1.9079740047454834, 2.1868410110473633, 2.2565577030181885, 2.5702831745147705, 1.9776906967163086, 1.8905447721481323, 1.942832350730896, 2.082265853881836, 2.6051416397094727, 2.1694118976593018, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 1.2805230617523193, 2.0125491619110107, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.1868410110473633, 2.0299782752990723, 1.332810640335083, 0.5310676693916321, 0.14762529730796814, 0.5484968423843384, 1.0190850496292114, 0.07790851593017578, -0.23581695556640625, 1.0016558170318604, 1.2456645965576172, 1.4373857975006104, 1.2979521751403809, 0.478780061006546, -0.601830005645752, -1.1072766780853271, -1.4558604955673218, -1.4384313821792603, -1.3164269924163818, -0.1661001741886139, 1.053943395614624, 1.3502397537231445, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 0.5310676693916321, -0.7761220335960388, -0.688975989818573, -0.23581695556640625, -0.1312417984008789, 0.42649248242378235, 0.30448800325393677, -0.18352937698364258, -0.532113254070282, -0.3055337369441986, -0.37525051832199097, -0.9329847693443298, -0.8284096121788025, -0.601830005645752, -0.5495424270629883, 2.2914161682128906, 2.204270124435425, 2.2565577030181885, 1.6639652252197266, -1.4384313821792603, -1.1944226026535034, 0.7576471567153931, 1.5942485332489014, 1.6639652252197266, 1.7162528038024902, -0.1486709862947464, -0.37525051832199097, 1.646536111831665, 2.0648367404937744, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, 1.6639652252197266, 1.332810640335083, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, 0.984226644039154, 1.053943395614624, 0.7925055623054504, 1.071372628211975, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 1.071372628211975, 1.0190850496292114, 0.8796514868736267, 0.6879304051399231, 0.7402179837226868, 0.9319390654563904, 0.7053595781326294, 0.6879304051399231, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 1.1062309741973877, 0.600784420967102, 1.0365142822265625, 0.827363908290863, 0.9145098924636841, 1.2456645965576172, 0.9145098924636841, 0.478780061006546, 0.8447931408882141, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.8622223138809204, 1.0016558170318604, 0.827363908290863, 1.0190850496292114, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.670501172542572, 0.984226644039154, 0.5659260153770447, 1.0016558170318604, 0.7402179837226868, 0.28705883026123047, 0.8622223138809204, 1.053943395614624, 1.071372628211975, 1.5768193006515503, 1.332810640335083, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.9079740047454834, 2.1694118976593018, 2.0996949672698975, 1.925403118133545, 1.3850982189178467, 0.827363908290863, 0.9145098924636841, -0.41010889410972595, -1.5778648853302002, -1.6301524639129639, -1.6824400424957275, -1.5952941179275513, -1.5430065393447876, -1.4732897281646729, -1.4732897281646729, -1.3687145709991455, -1.4732897281646729, -1.2989977598190308, -0.7412636280059814, -0.5844008326530457, 0.4090631604194641, 1.646536111831665, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.465708017349243, 2.082265853881836, 2.2914161682128906, 2.361132860183716, 2.2914161682128906, 0.7576471567153931, -1.1247059106826782, -1.4558604955673218, -1.4384313821792603, -1.403572916984558, -1.2292810678482056, -1.6998692750930786, -1.2292810678482056, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.151982545852661, 1.9951199293136597, 1.5768193006515503, 1.489673376083374, 1.3850982189178467, 1.8208279609680176, 1.6639652252197266, 2.0648367404937744, 1.7511112689971924, 1.5245317220687866, 2.2914161682128906, 1.8556864261627197, 2.117124319076538, 1.9079740047454834, 1.489673376083374, 2.2914161682128906, 2.151982545852661, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.646536111831665, 2.239128589630127, 2.361132860183716, 2.395991325378418, 2.4482789039611816, 2.430849552154541, 2.3262743949890137, 2.3785619735717773, 2.3262743949890137, 2.239128589630127, 2.27398681640625, 2.204270124435425, 2.151982545852661, 1.9079740047454834, 1.4025273323059082, 0.7227887511253357, -0.06152502819895744, 0.1999128758907318, 0.7576471567153931, 0.30448800325393677, 0.09533771127462387, 0.8447931408882141, 1.3850982189178467, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 0.09533771127462387, -0.8284096121788025, -1.1072766780853271, -1.4384313821792603, -1.246710181236267, -0.2881045341491699, 1.071372628211975, 1.332810640335083, 1.5245317220687866, 1.4548149108886719, 1.489673376083374, 1.1062309741973877, -0.39267969131469727, -0.2881045341491699, 0.0430501289665699, -0.04409583657979965, -0.619259238243103, -0.4972548484802246, 0.32191720604896545, 0.30448800325393677, -0.7412636280059814, -0.8109803795814514, -0.4972548484802246, -0.3229629397392273, 0.9319390654563904, 2.1694118976593018, 2.204270124435425, 2.517995595932007, 2.587712287902832, 1.332810640335083, -1.0724183320999146, 0.0430501289665699, 0.8970807194709778, 1.175947904586792, 0.16505448520183563, -0.37525051832199097, 1.1062309741973877, 1.9079740047454834, 1.4199565649032593, -0.8284096121788025, 0.600784420967102, 1.8208279609680176, 1.4025273323059082, 1.4548149108886719, 0.9493682980537415, 1.2630938291549683, 0.984226644039154, 0.8099347352981567, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 0.6182135939598083, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.0888018608093262, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 1.2805230617523193, 0.7053595781326294, 0.9667974710464478, 1.1236603260040283, 0.7227887511253357, 0.9145098924636841, 0.5659260153770447, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.053943395614624, 0.9493682980537415, 1.1933770179748535, 0.9667974710464478, 0.827363908290863, 0.9667974710464478, 0.8447931408882141, 1.1062309741973877, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 1.2282354831695557, 1.1933770179748535, 0.44392168521881104, 0.0430501289665699, 1.053943395614624, 1.2456645965576172, 1.472244143486023, 1.0016558170318604, 1.3502397537231445, 1.175947904586792, 1.4199565649032593, 1.4548149108886719, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.8208279609680176, 2.0996949672698975, 1.768540382385254, 1.8905447721481323, 2.0648367404937744, 0.984226644039154, -0.3403921127319336, -1.4558604955673218, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.5430065393447876, -1.5255773067474365, -1.4732897281646729, -1.403572916984558, -1.2292810678482056, -1.089847445487976, -0.8458387851715088, 0.2696296274662018, 1.6988236904144287, 2.0125491619110107, 2.3262743949890137, 2.082265853881836, 2.2565577030181885, 2.1345534324645996, 2.2216994762420654, 2.308845281600952, 2.3785619735717773, 2.0125491619110107, -0.5146840810775757, -1.4732897281646729, -1.4384313821792603, -1.333856225013733, -1.2118518352508545, -1.0549890995025635, -1.2641394138336182, -1.804444432258606, -0.5146840810775757, 1.6988236904144287, 2.3437037467956543, 2.0299782752990723, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 1.5245317220687866, 1.9079740047454834, 1.785969614982605, 1.925403118133545, 1.4373857975006104, 1.5942485332489014, 1.6813944578170776, 2.2216994762420654, 1.7336820363998413, 1.942832350730896, 1.942832350730896, 1.960261583328247, 2.082265853881836, 1.4373857975006104, 2.1345534324645996, 2.151982545852661, 2.117124319076538], [1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 1.1062309741973877, 1.7511112689971924, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.4134204387664795, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.2914161682128906, 2.2914161682128906, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 1.9079740047454834, 1.315381407737732, 0.7053595781326294, -0.18352937698364258, -0.23581695556640625, 0.3742047846317291, 0.3916339874267578, 0.7402179837226868, 1.2108062505722046, 1.3502397537231445, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.0888018608093262, -0.04409583657979965, -0.8284096121788025, -1.0375598669052124, -1.3861438035964966, -0.6541175842285156, 0.9493682980537415, 1.3676689863204956, 1.4025273323059082, 1.5071024894714355, 1.4548149108886719, 1.1062309741973877, 0.13019609451293945, 0.1999128758907318, -0.009237446822226048, -0.21838775277137756, -0.06152502819895744, 0.02562093921005726, -0.25324615836143494, -0.27067533135414124, -0.601830005645752, -0.688975989818573, -0.7935512065887451, 0.33934640884399414, 2.5005664825439453, 2.4831371307373047, 2.5354247093200684, 1.0365142822265625, -1.4384313821792603, 0.44392168521881104, 1.768540382385254, 1.8208279609680176, 1.803398847579956, 0.7750763297080994, -0.6541175842285156, 0.4090631604194641, 0.5659260153770447, -0.7935512065887451, -0.5146840810775757, 0.9493682980537415, 1.175947904586792, 1.1933770179748535, 0.9667974710464478, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.1236603260040283, 0.8970807194709778, 0.9145098924636841, 1.071372628211975, 0.9667974710464478, 0.7750763297080994, 0.7227887511253357, 0.6356428265571594, 0.7750763297080994, 0.8447931408882141, 0.8099347352981567, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 0.9493682980537415, 1.0190850496292114, 0.984226644039154, 0.8099347352981567, 0.9667974710464478, 0.8796514868736267, 1.053943395614624, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 0.827363908290863, 1.0190850496292114, 1.0016558170318604, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.7576471567153931, 0.5659260153770447, 0.8970807194709778, 0.7227887511253357, 0.8796514868736267, 1.0016558170318604, 1.2630938291549683, 0.9667974710464478, 1.175947904586792, 0.827363908290863, 0.7925055623054504, 1.0190850496292114, 1.2630938291549683, 1.315381407737732, 1.5768193006515503, 1.472244143486023, 1.785969614982605, 1.3850982189178467, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9951199293136597, 1.629106879234314, 1.472244143486023, -1.0724183320999146, -1.4732897281646729, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5430065393447876, -1.5604356527328491, -1.4384313821792603, -1.2989977598190308, -1.3512853384017944, -0.27067533135414124, 0.13019609451293945, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.3262743949890137, 2.3437037467956543, 2.465708017349243, 2.3785619735717773, 2.308845281600952, 2.239128589630127, 0.2347712516784668, -1.4384313821792603, -1.4210021495819092, -1.403572916984558, -1.3861438035964966, -0.4972548484802246, -1.3512853384017944, -1.7172983884811401, -1.5255773067474365, 1.4548149108886719, 1.8905447721481323, 2.1694118976593018, 1.960261583328247, 2.117124319076538, 2.1345534324645996, 1.5593900680541992, 2.1345534324645996, 1.611677646636963, 1.2108062505722046, 1.1410894393920898, 1.4199565649032593, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.9951199293136597, 2.308845281600952, 2.2216994762420654, 1.9951199293136597, 2.239128589630127, 2.0648367404937744, 2.0648367404937744, 2.082265853881836], [1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.9145098924636841, 1.175947904586792, 1.8556864261627197, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 1.8556864261627197, 1.1933770179748535, 0.9493682980537415, 0.11276690661907196, -0.5146840810775757, 0.2347712516784668, 0.4613508880138397, 0.670501172542572, 1.0365142822265625, 1.332810640335083, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.5768193006515503, 0.9319390654563904, -0.2881045341491699, -0.9504139423370361, -1.1072766780853271, -0.7412636280059814, 0.5833552479743958, 1.0365142822265625, 1.315381407737732, 1.4199565649032593, 1.2282354831695557, 0.984226644039154, 0.35677558183670044, 0.2347712516784668, -0.009237446822226048, -0.25324615836143494, -0.6366884112358093, -0.27067533135414124, -0.18352937698364258, -0.41010889410972595, -0.7586928009986877, -0.4972548484802246, 2.151982545852661, 2.27398681640625, 2.5005664825439453, 1.5245317220687866, -1.2118518352508545, 0.5310676693916321, 1.5768193006515503, 1.6813944578170776, 1.7336820363998413, 0.7227887511253357, -1.176993489265442, 1.1062309741973877, 1.9776906967163086, 1.8382571935653687, 1.7511112689971924, 1.785969614982605, -0.09638340771198273, 0.4962092638015747, 0.9319390654563904, 1.1062309741973877, 1.2282354831695557, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7053595781326294, 0.6879304051399231, 0.7925055623054504, 0.6879304051399231, 0.7750763297080994, 0.9319390654563904, 0.7227887511253357, 1.1236603260040283, 1.158518671989441, 0.8796514868736267, 0.8447931408882141, 0.9493682980537415, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 0.7576471567153931, 0.7053595781326294, 0.8622223138809204, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.6530719995498657, 0.5310676693916321, 0.6530719995498657, 0.3742047846317291, 0.5833552479743958, 0.9145098924636841, 1.053943395614624, 0.984226644039154, 1.332810640335083, 1.5942485332489014, 1.629106879234314, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.7162528038024902, 1.6988236904144287, 2.0648367404937744, 1.960261583328247, 1.5593900680541992, 0.4962092638015747, 0.478780061006546, 1.1410894393920898, -0.619259238243103, -1.490718960762024, -1.6301524639129639, -1.6824400424957275, -1.6650108098983765, -1.6824400424957275, -1.6824400424957275, -1.6127232313156128, -1.5604356527328491, -1.5778648853302002, -1.4732897281646729, -1.1072766780853271, -0.9329847693443298, 0.600784420967102, 1.5245317220687866, 1.9776906967163086, 2.151982545852661, 2.0648367404937744, 2.3262743949890137, 2.27398681640625, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.1694118976593018, 1.2456645965576172, -1.490718960762024, -1.5081480741500854, -1.3512853384017944, -1.490718960762024, -1.5430065393447876, -1.403572916984558, -1.647581696510315, -1.6998692750930786, 0.8099347352981567, 1.7336820363998413, 2.0299782752990723, 2.0299782752990723, 1.8208279609680176, 1.9079740047454834, 1.7336820363998413, 1.5768193006515503, -0.18352937698364258, 0.30448800325393677, 0.6530719995498657, 1.6813944578170776, 1.8731155395507812, 1.629106879234314, 1.5768193006515503, 1.6988236904144287, 2.4134204387664795, 2.3262743949890137, 1.9951199293136597, 2.2914161682128906, 2.0125491619110107, 2.0125491619110107, 2.047407388687134], [1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.5942485332489014, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.053943395614624, 1.0190850496292114, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 1.3676689863204956, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.395991325378418, 2.3785619735717773, 2.3437037467956543, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.2914161682128906, 2.204270124435425, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.8556864261627197, 1.4373857975006104, 0.984226644039154, 0.9319390654563904, 0.1999128758907318, -0.1312417984008789, 0.4090631604194641, 0.478780061006546, 0.5833552479743958, 0.9493682980537415, 1.315381407737732, 1.1933770179748535, 1.3502397537231445, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 0.6879304051399231, -0.601830005645752, -0.7238344550132751, -0.7761220335960388, 0.30448800325393677, 1.1410894393920898, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 0.984226644039154, 0.16505448520183563, 0.02562093921005726, -0.20095856487751007, -0.39267969131469727, -0.37525051832199097, -0.4798256754875183, -0.4623964726924896, 0.8099347352981567, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.465708017349243, 1.2979521751403809, -0.5146840810775757, 0.5659260153770447, 0.9319390654563904, 1.2456645965576172, -0.688975989818573, -1.3512853384017944, 0.8970807194709778, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.6988236904144287, -0.7412636280059814, -0.37525051832199097, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.7053595781326294, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.7925055623054504, 1.0016558170318604, 1.0016558170318604, 0.7576471567153931, 0.7750763297080994, 0.7053595781326294, 0.6530719995498657, 0.5833552479743958, 0.984226644039154, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.9145098924636841, 0.7576471567153931, 1.071372628211975, 1.053943395614624, 0.7925055623054504, 0.7227887511253357, 0.9319390654563904, 0.8622223138809204, 1.158518671989441, 0.9493682980537415, 0.8622223138809204, 0.8099347352981567, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 0.7402179837226868, 1.0888018608093262, 1.0365142822265625, 0.8970807194709778, 0.5484968423843384, 0.6879304051399231, 0.8099347352981567, 0.06047932058572769, -0.3229629397392273, 0.2173420637845993, -0.009237446822226048, 1.1410894393920898, 1.2630938291549683, 1.1062309741973877, 1.5419609546661377, 1.158518671989441, 1.332810640335083, 1.629106879234314, 1.4373857975006104, 1.8731155395507812, 2.047407388687134, 0.9145098924636841, -0.04409583657979965, -1.3512853384017944, -1.5952941179275513, -1.6127232313156128, -1.5952941179275513, -1.6127232313156128, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.647581696510315, -1.490718960762024, -1.2815686464309692, -0.8458387851715088, 0.14762529730796814, 1.803398847579956, 2.0299782752990723, 2.27398681640625, 2.047407388687134, 2.27398681640625, 2.308845281600952, 2.308845281600952, 2.204270124435425, 2.27398681640625, 2.082265853881836, 2.3785619735717773, -1.1421350240707397, -1.5081480741500854, -1.3861438035964966, -1.4384313821792603, -1.4384313821792603, -1.3861438035964966, -1.490718960762024, -1.647581696510315, 1.1236603260040283, 1.803398847579956, 1.8208279609680176, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.646536111831665, 0.30448800325393677, 0.2696296274662018, -0.06152502819895744, 1.071372628211975, 1.4548149108886719, 2.4482789039611816, 1.7336820363998413, 1.7511112689971924, 2.2914161682128906, 2.0996949672698975, 2.27398681640625, 2.0125491619110107, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107], [1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 1.2979521751403809, 1.942832350730896, 2.3437037467956543, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 1.925403118133545, 1.629106879234314, 1.4373857975006104, 0.8796514868736267, 0.827363908290863, 0.9145098924636841, 0.600784420967102, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.6182135939598083, 0.7750763297080994, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.5071024894714355, 1.611677646636963, 1.4025273323059082, 0.4090631604194641, -0.4972548484802246, -0.4623964726924896, 0.4962092638015747, 0.9145098924636841, 1.175947904586792, 1.2805230617523193, 1.0365142822265625, 0.30448800325393677, 0.02562093921005726, -0.06152502819895744, -0.39267969131469727, -0.619259238243103, -0.4972548484802246, 0.35677558183670044, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.4134204387664795, 2.5005664825439453, 0.28705883026123047, -0.9155555367469788, -0.7412636280059814, 0.28705883026123047, -0.06152502819895744, -1.0201307535171509, -0.6366884112358093, 1.4373857975006104, 1.7162528038024902, 1.6988236904144287, 1.5245317220687866, -0.6366884112358093, -1.2292810678482056, 0.9145098924636841, 1.1933770179748535, 1.1062309741973877, 0.8622223138809204, 0.7750763297080994, 0.8447931408882141, 0.7402179837226868, 0.8447931408882141, 1.0888018608093262, 0.9145098924636841, 0.7227887511253357, 0.9319390654563904, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.6530719995498657, 0.5833552479743958, 0.6182135939598083, 0.6182135939598083, 1.0888018608093262, 0.7227887511253357, 0.7227887511253357, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 1.2108062505722046, 1.2630938291549683, 0.8796514868736267, 1.1410894393920898, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 0.7402179837226868, 1.1933770179748535, 0.9319390654563904, 0.7053595781326294, 0.8970807194709778, 0.9145098924636841, 0.513638436794281, 0.670501172542572, 0.827363908290863, 0.827363908290863, 1.5071024894714355, 1.7336820363998413, 1.8556864261627197, 1.942832350730896, 1.629106879234314, 0.30448800325393677, -0.5844008326530457, -1.0201307535171509, -1.4732897281646729, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.5952941179275513, -1.6127232313156128, -1.7870151996612549, -1.7695859670639038, -1.6998692750930786, -1.5081480741500854, -1.3164269924163818, -1.0724183320999146, 0.7227887511253357, 1.5593900680541992, 2.2565577030181885, 2.1868410110473633, 2.1868410110473633, 2.361132860183716, 2.151982545852661, 2.361132860183716, 2.0125491619110107, 2.2914161682128906, 2.361132860183716, 2.1345534324645996, 0.4613508880138397, -1.490718960762024, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5952941179275513, -1.7521568536758423, -1.1595642566680908, -1.0201307535171509, 1.1410894393920898, 1.7162528038024902, 1.5245317220687866, 2.0299782752990723, 1.158518671989441, 1.0190850496292114, 0.5659260153770447, -0.3578213155269623, 0.008191745728254318, 1.5071024894714355, 1.2456645965576172, 1.925403118133545, 1.8382571935653687, 1.6813944578170776, 1.8905447721481323, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0190850496292114, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 1.158518671989441, 1.768540382385254, 2.2914161682128906, 2.430849552154541, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.2914161682128906, 2.1868410110473633, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 1.8556864261627197, 1.7336820363998413, 1.5593900680541992, 1.1236603260040283, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.7402179837226868, 0.7053595781326294, 1.0190850496292114, 1.315381407737732, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5768193006515503, 1.5419609546661377, 1.2979521751403809, 0.13019609451293945, -0.42753809690475464, 0.3916339874267578, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 0.9493682980537415, 0.2347712516784668, -0.11381260305643082, -0.27067533135414124, -0.37525051832199097, -0.6366884112358093, 1.9951199293136597, 2.27398681640625, 2.395991325378418, 2.465708017349243, 2.5354247093200684, 2.117124319076538, -1.1944226026535034, -0.8806971907615662, 1.0190850496292114, 1.2979521751403809, 1.5245317220687866, 1.489673376083374, 0.1999128758907318, -0.6541175842285156, 0.6530719995498657, 0.42649248242378235, -0.6366884112358093, -1.2641394138336182, -0.1486709862947464, 1.071372628211975, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.8796514868736267, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.8099347352981567, 0.7576471567153931, 1.071372628211975, 0.8099347352981567, 0.7053595781326294, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.600784420967102, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.7227887511253357, 0.984226644039154, 1.0016558170318604, 0.670501172542572, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.315381407737732, 1.2630938291549683, 1.158518671989441, 0.7925055623054504, 0.8622223138809204, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.2456645965576172, 1.3502397537231445, 1.1236603260040283, 1.5593900680541992, 1.6813944578170776, 1.8208279609680176, 1.5942485332489014, 1.6988236904144287, 1.9776906967163086, 1.5245317220687866, 0.4962092638015747, -0.18352937698364258, -0.8981263637542725, -1.490718960762024, -1.6127232313156128, -1.5952941179275513, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.6301524639129639, -1.5430065393447876, -1.4558604955673218, -0.8806971907615662, -0.9329847693443298, 0.3742047846317291, 1.2456645965576172, 1.942832350730896, 2.082265853881836, 1.9776906967163086, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.047407388687134, 2.239128589630127, 2.151982545852661, 2.4482789039611816, 0.2347712516784668, 1.785969614982605, 0.16505448520183563, -1.5081480741500854, -1.7172983884811401, -1.6824400424957275, -1.647581696510315, -1.4558604955673218, -1.3687145709991455, -1.6650108098983765, 0.2696296274662018, 1.2805230617523193, 1.8731155395507812, 1.785969614982605, 1.2979521751403809, -0.7935512065887451, -1.2815686464309692, -1.1944226026535034, 0.35677558183670044, 1.7336820363998413, 2.117124319076538, 1.5942485332489014, 2.1868410110473633, 1.8382571935653687, 1.9951199293136597, 2.0299782752990723, 1.8905447721481323, 2.204270124435425, 1.942832350730896, 1.8905447721481323, 1.9079740047454834, 1.925403118133545], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 1.1062309741973877, 1.768540382385254, 2.2565577030181885, 2.395991325378418, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 1.8905447721481323, 1.803398847579956, 1.5593900680541992, 1.071372628211975, 0.5310676693916321, 0.4090631604194641, 0.513638436794281, 0.4613508880138397, 0.600784420967102, 0.9667974710464478, 0.8796514868736267, 0.9319390654563904, 0.7925055623054504, 0.670501172542572, 0.7925055623054504, 1.175947904586792, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.2630938291549683, 0.2173420637845993, 0.5659260153770447, 0.8099347352981567, 0.9145098924636841, 0.9145098924636841, 0.6182135939598083, -0.06152502819895744, -0.20095856487751007, -0.3229629397392273, -0.41010889410972595, 1.9776906967163086, 2.430849552154541, 2.4482789039611816, 2.5702831745147705, 2.1868410110473633, -1.333856225013733, -0.8806971907615662, 1.3850982189178467, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, -0.5495424270629883, -0.8284096121788025, 1.803398847579956, 1.6988236904144287, 1.611677646636963, 1.3850982189178467, 1.2630938291549683, 0.5310676693916321, 0.1999128758907318, 0.9319390654563904, 0.9145098924636841, 1.1236603260040283, 0.7925055623054504, 0.7227887511253357, 0.42649248242378235, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 0.7402179837226868, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.5310676693916321, 0.8447931408882141, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.44392168521881104, 0.827363908290863, 0.7053595781326294, 0.6356428265571594, 0.7227887511253357, 0.6530719995498657, 0.984226644039154, 0.6530719995498657, 0.7925055623054504, 0.9667974710464478, 0.827363908290863, 0.7402179837226868, 0.9145098924636841, 0.7227887511253357, 0.827363908290863, 0.984226644039154, 1.0365142822265625, 1.158518671989441, 0.9319390654563904, 0.6182135939598083, 0.7750763297080994, 0.9319390654563904, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.3676689863204956, 1.3502397537231445, 1.5942485332489014, 1.5071024894714355, 1.629106879234314, 1.768540382385254, 1.9951199293136597, 1.5245317220687866, 0.3742047846317291, -0.6366884112358093, -1.2118518352508545, -1.4384313821792603, -1.6127232313156128, -1.5604356527328491, -1.5430065393447876, -1.5952941179275513, -1.647581696510315, -1.5604356527328491, -1.5081480741500854, -0.688975989818573, 0.6356428265571594, 1.315381407737732, 0.13019609451293945, 0.9319390654563904, 0.8622223138809204, 1.332810640335083, 2.2216994762420654, 2.1345534324645996, 1.9079740047454834, 2.082265853881836, 2.239128589630127, 2.3262743949890137, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9079740047454834, 1.768540382385254, 2.082265853881836, 2.1345534324645996, 1.646536111831665, 0.513638436794281, -1.1944226026535034, -0.8981263637542725, -1.6998692750930786, -1.7695859670639038, -1.7347276210784912, -1.5255773067474365, 0.478780061006546, 1.8208279609680176, 1.9776906967163086, -0.8981263637542725, -1.5604356527328491, -1.5952941179275513, -1.2641394138336182, 0.9667974710464478, 1.785969614982605, 2.5354247093200684, 2.0648367404937744, 2.3785619735717773, 2.2216994762420654, 2.1868410110473633, 1.7162528038024902, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 1.158518671989441, 1.646536111831665, 2.117124319076538, 2.3262743949890137, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.629106879234314, 1.1236603260040283, 0.5833552479743958, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.28705883026123047, 0.5659260153770447, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8970807194709778, 0.5833552479743958, 0.6182135939598083, 1.053943395614624, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.7511112689971924, 0.7750763297080994, 0.4090631604194641, 0.5833552479743958, 0.670501172542572, 0.7402179837226868, 0.30448800325393677, -0.2881045341491699, -0.3578213155269623, 2.0299782752990723, 1.9776906967163086, 2.465708017349243, 2.552854061126709, 1.8208279609680176, -1.403572916984558, -0.9678431153297424, 1.1933770179748535, 1.5768193006515503, 1.611677646636963, 1.8556864261627197, -0.9852723479270935, -0.8981263637542725, 1.8556864261627197, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.646536111831665, 0.478780061006546, 0.4613508880138397, 1.0365142822265625, 1.1062309741973877, 0.984226644039154, 0.7227887511253357, 0.984226644039154, 0.8796514868736267, 0.7750763297080994, 0.9667974710464478, 0.7750763297080994, 0.7053595781326294, 0.7576471567153931, 0.3742047846317291, 0.5484968423843384, 0.7227887511253357, 0.8099347352981567, 0.6356428265571594, 0.44392168521881104, 0.670501172542572, 0.5484968423843384, 0.4613508880138397, 0.6879304051399231, 0.670501172542572, 0.5833552479743958, 0.8796514868736267, 0.6879304051399231, 0.9145098924636841, 0.7053595781326294, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 0.6356428265571594, 0.6530719995498657, 0.8970807194709778, 1.611677646636963, 0.9493682980537415, 1.315381407737732, 1.611677646636963, 1.5071024894714355, 1.6639652252197266, 1.5419609546661377, 1.4199565649032593, 1.1236603260040283, 1.646536111831665, 1.3502397537231445, 0.1999128758907318, -0.7412636280059814, -1.490718960762024, -1.5604356527328491, -1.6301524639129639, -1.5952941179275513, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.0549890995025635, -0.44496726989746094, 0.2347712516784668, 1.6988236904144287, 2.082265853881836, 1.8208279609680176, 2.0648367404937744, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.204270124435425, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.3262743949890137, 2.2216994762420654, 1.768540382385254, 2.0125491619110107, 2.1345534324645996, 2.117124319076538, 2.3262743949890137, 2.0125491619110107, 1.7162528038024902, 1.4025273323059082, 1.0016558170318604, -0.3578213155269623, -1.5778648853302002, -1.7172983884811401, -1.7172983884811401, -1.7695859670639038, -1.3861438035964966, 0.8099347352981567, -0.3055337369441986, -1.7521568536758423, -1.7870151996612549, -1.5255773067474365, -1.1247059106826782, 0.7227887511253357, 1.942832350730896, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.117124319076538, 1.5419609546661377, 1.7336820363998413, 2.1345534324645996, 1.7162528038024902, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.8447931408882141, 1.0888018608093262, 1.646536111831665, 2.2914161682128906, 2.430849552154541, 2.395991325378418, 2.3437037467956543, 2.27398681640625, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6639652252197266, 1.4025273323059082, 0.7402179837226868, 0.4962092638015747, 0.670501172542572, 0.827363908290863, 0.2347712516784668, 0.28705883026123047, 0.5833552479743958, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.6356428265571594, 0.5484968423843384, 0.670501172542572, 1.1236603260040283, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 0.44392168521881104, 0.18248367309570312, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, -0.009237446822226048, 1.7336820363998413, 2.1868410110473633, 2.2565577030181885, 2.4134204387664795, 2.5702831745147705, 0.16505448520183563, -1.0375598669052124, 0.600784420967102, 1.1062309741973877, 1.332810640335083, 1.315381407737732, -0.7586928009986877, -1.4384313821792603, 1.3850982189178467, 1.6813944578170776, 1.785969614982605, 1.6813944578170776, 1.7162528038024902, 0.11276690661907196, 0.5659260153770447, 1.2979521751403809, 1.3676689863204956, 1.5245317220687866, 1.5768193006515503, 1.3502397537231445, 0.7750763297080994, 1.2282354831695557, 1.071372628211975, 0.7576471567153931, 0.5659260153770447, 0.5659260153770447, 0.7402179837226868, 0.6182135939598083, 0.7750763297080994, 0.7053595781326294, 0.6182135939598083, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.3916339874267578, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7402179837226868, 0.6530719995498657, 0.513638436794281, 0.44392168521881104, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.9667974710464478, 0.5659260153770447, 0.8970807194709778, 0.7402179837226868, 0.9319390654563904, 0.8447931408882141, 0.9667974710464478, 1.071372628211975, 0.8447931408882141, 0.6356428265571594, 1.2630938291549683, 1.4548149108886719, 1.071372628211975, 1.071372628211975, 1.2282354831695557, 1.5071024894714355, 1.3676689863204956, 1.5419609546661377, 1.8382571935653687, 2.047407388687134, 1.803398847579956, 0.9667974710464478, -0.44496726989746094, -1.0549890995025635, -1.3861438035964966, -1.5604356527328491, -1.6301524639129639, -1.6650108098983765, -1.5081480741500854, -1.5952941179275513, -0.7238344550132751, 0.2522004544734955, 0.33934640884399414, 1.942832350730896, 1.0365142822265625, 1.785969614982605, 1.9951199293136597, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.2216994762420654, 2.1345534324645996, 2.0648367404937744, 1.7336820363998413, 1.8556864261627197, 1.9951199293136597, 2.0996949672698975, 2.117124319076538, 1.5593900680541992, 1.489673376083374, 0.3916339874267578, -0.9155555367469788, -1.5081480741500854, -1.6301524639129639, -1.7172983884811401, -1.7172983884811401, -1.6650108098983765, -1.6998692750930786, -1.7521568536758423, -1.3687145709991455, -1.5952941179275513, -0.27067533135414124, -0.9329847693443298, 1.1062309741973877, 2.2216994762420654, 2.1694118976593018, 2.552854061126709, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.5419609546661377, 2.395991325378418, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.768540382385254, 1.768540382385254], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 1.2630938291549683, 1.942832350730896, 2.361132860183716, 2.395991325378418, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.1345534324645996, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 1.942832350730896, 1.785969614982605, 1.8382571935653687, 1.6639652252197266, 1.2630938291549683, 1.053943395614624, 0.9145098924636841, 0.827363908290863, 0.670501172542572, 0.600784420967102, 0.513638436794281, 0.8447931408882141, 1.0190850496292114, 1.0365142822265625, 0.8447931408882141, 0.5833552479743958, 0.478780061006546, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.984226644039154, 1.1236603260040283, 1.1410894393920898, 1.0365142822265625, 1.0016558170318604, 0.42649248242378235, -0.009237446822226048, -0.026666639372706413, -0.1486709862947464, -0.5146840810775757, 2.2565577030181885, 2.1868410110473633, 2.395991325378418, 2.465708017349243, 2.4831371307373047, -0.23581695556640625, 0.2173420637845993, -0.3229629397392273, -0.8806971907615662, -0.27067533135414124, -0.3229629397392273, -0.7586928009986877, 0.18248367309570312, 0.7053595781326294, 0.7576471567153931, 0.5484968423843384, 1.071372628211975, -0.25324615836143494, 0.827363908290863, 1.3502397537231445, 1.5942485332489014, 1.5942485332489014, 0.9667974710464478, 1.4548149108886719, 1.071372628211975, 0.7576471567153931, 0.7576471567153931, 0.6356428265571594, 0.7227887511253357, 0.6182135939598083, 0.7227887511253357, 0.6182135939598083, 0.513638436794281, 0.6879304051399231, 0.7227887511253357, 0.5833552479743958, 0.5833552479743958, 0.478780061006546, 0.5659260153770447, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.4090631604194641, 0.5833552479743958, 0.5310676693916321, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.8447931408882141, 0.7750763297080994, 0.8099347352981567, 0.8796514868736267, 1.053943395614624, 0.8099347352981567, 0.5659260153770447, 0.9145098924636841, 1.0190850496292114, 1.489673376083374, 1.2805230617523193, 1.3850982189178467, 1.2456645965576172, 1.1062309741973877, 1.4025273323059082, 1.646536111831665, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.2979521751403809, 0.2522004544734955, -0.7761220335960388, -1.403572916984558, -1.5255773067474365, -1.6301524639129639, -1.6824400424957275, -1.4732897281646729, -1.3861438035964966, -0.06152502819895744, 1.0190850496292114, 1.5942485332489014, 1.8208279609680176, 1.9776906967163086, 2.082265853881836, 2.27398681640625, 2.3437037467956543, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.204270124435425, 2.082265853881836, 1.9776906967163086, 2.0996949672698975, 2.0299782752990723, 2.239128589630127, 1.9776906967163086, 1.6639652252197266, 1.7336820363998413, 1.6813944578170776, 1.8556864261627197, 2.082265853881836, 1.6988236904144287, 1.2456645965576172, -0.18352937698364258, -0.8806971907615662, -1.7521568536758423, -1.7347276210784912, -1.0027015209197998, -1.7347276210784912, -1.6824400424957275, -1.6824400424957275, 0.7053595781326294, 1.3502397537231445, -1.7521568536758423, -0.9678431153297424, -0.1486709862947464, 1.5071024894714355, 2.1345534324645996, 2.2914161682128906, 2.3262743949890137, 2.395991325378418, 2.308845281600952, 1.7336820363998413, 1.8382571935653687, 2.0648367404937744, 1.768540382385254, 1.8382571935653687, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 1.5768193006515503, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.361132860183716, 2.3437037467956543, 2.2216994762420654, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.611677646636963, 1.3676689863204956, 1.1062309741973877, 0.984226644039154, 1.0190850496292114, 0.8622223138809204, 0.7053595781326294, 0.6879304051399231, 0.5310676693916321, 0.6879304051399231, 0.9319390654563904, 1.0016558170318604, 0.9319390654563904, 0.7750763297080994, 0.513638436794281, 0.42649248242378235, 0.7402179837226868, 0.7402179837226868, 0.8099347352981567, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6356428265571594, 0.1999128758907318, -0.532113254070282, -1.0375598669052124, -0.9504139423370361, 2.4831371307373047, 2.430849552154541, 2.517995595932007, 2.5354247093200684, -0.07895421981811523, 0.0430501289665699, -1.0724183320999146, -0.8632679581642151, -0.20095856487751007, 1.489673376083374, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, -0.07895421981811523, -0.9678431153297424, 0.8447931408882141, 0.8622223138809204, 0.33934640884399414, 1.175947904586792, 1.3676689863204956, 1.5245317220687866, 1.1236603260040283, 0.7576471567153931, 1.1236603260040283, 1.0016558170318604, 0.984226644039154, 1.2805230617523193, 0.8970807194709778, 0.6182135939598083, 0.827363908290863, 0.2347712516784668, 0.513638436794281, 0.4962092638015747, 0.5833552479743958, 0.2696296274662018, 0.670501172542572, 0.7750763297080994, 0.6530719995498657, 0.2696296274662018, 0.1999128758907318, 0.670501172542572, 0.2522004544734955, 0.3916339874267578, 0.7576471567153931, 0.44392168521881104, 0.478780061006546, 0.5484968423843384, 0.5484968423843384, 0.16505448520183563, 0.7750763297080994, 0.30448800325393677, 0.32191720604896545, 0.670501172542572, 0.600784420967102, 0.35677558183670044, 0.6530719995498657, 1.0190850496292114, 1.4025273323059082, 1.4373857975006104, 1.0365142822265625, 1.5071024894714355, 1.0888018608093262, 1.0016558170318604, 1.5942485332489014, 1.5245317220687866, 1.1236603260040283, 1.5942485332489014, 1.6813944578170776, 1.5593900680541992, 1.4025273323059082, 0.14762529730796814, -0.7935512065887451, -1.2815686464309692, -1.5081480741500854, -1.6301524639129639, -1.5952941179275513, -1.403572916984558, 0.4613508880138397, 1.5768193006515503, 1.611677646636963, 1.1410894393920898, 1.6639652252197266, 2.047407388687134, 1.942832350730896, 2.1694118976593018, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.8382571935653687, 2.2565577030181885, 2.1345534324645996, 2.1345534324645996, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.8731155395507812, 1.785969614982605, 2.204270124435425, 1.6988236904144287, 1.4025273323059082, 2.0125491619110107, 1.629106879234314, 1.6813944578170776, 0.6879304051399231, -1.5604356527328491, -1.5081480741500854, -1.6824400424957275, -1.7172983884811401, -1.6824400424957275, -0.8284096121788025, -1.6301524639129639, -1.647581696510315, -1.7521568536758423, -1.6998692750930786, -1.403572916984558, -0.3055337369441986, 0.8970807194709778, 1.6813944578170776, 2.3437037467956543, 2.1345534324645996, 2.4831371307373047, 1.9776906967163086, 1.4373857975006104, 2.2216994762420654, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7053595781326294, 0.8099347352981567, 0.9667974710464478, 1.5419609546661377, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.2565577030181885, 2.1694118976593018, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.768540382385254, 1.611677646636963, 1.472244143486023, 1.315381407737732, 1.2108062505722046, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.7053595781326294, 0.513638436794281, 0.5833552479743958, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.8796514868736267, 0.4613508880138397, 0.35677558183670044, 0.4090631604194641, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, -0.026666639372706413, -0.1312417984008789, -1.0375598669052124, -0.9678431153297424, -1.0724183320999146, 0.3916339874267578, 1.8208279609680176, 2.308845281600952, 2.4831371307373047, 1.8382571935653687, -0.1486709862947464, -1.1944226026535034, -1.3512853384017944, -0.25324615836143494, 1.2979521751403809, 1.5419609546661377, 1.5942485332489014, 1.4373857975006104, -0.39267969131469727, -1.2989977598190308, 1.158518671989441, 1.611677646636963, 1.5245317220687866, 1.332810640335083, 0.8447931408882141, 1.2108062505722046, 1.158518671989441, 1.1933770179748535, 0.827363908290863, 1.0888018608093262, 0.7053595781326294, 1.0190850496292114, 1.158518671989441, 0.6182135939598083, 0.600784420967102, 0.28705883026123047, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.5659260153770447, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.7053595781326294, 0.5659260153770447, 0.30448800325393677, 0.35677558183670044, 0.7925055623054504, 0.44392168521881104, 0.4090631604194641, 0.5310676693916321, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.5484968423843384, 0.478780061006546, 0.600784420967102, 0.4962092638015747, 1.2805230617523193, 0.6182135939598083, 0.4962092638015747, 1.1062309741973877, 1.1062309741973877, 1.2805230617523193, 1.332810640335083, 1.4373857975006104, 1.2456645965576172, 1.611677646636963, 1.768540382385254, 1.8731155395507812, 1.5942485332489014, 1.5071024894714355, 1.2282354831695557, 0.9145098924636841, 0.35677558183670044, -0.5844008326530457, -1.1072766780853271, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -0.6715468168258667, 0.02562093921005726, 1.4373857975006104, 1.9079740047454834, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 2.047407388687134, 2.0299782752990723, 2.151982545852661, 2.0299782752990723, 2.0299782752990723, 2.2565577030181885, 1.9951199293136597, 1.942832350730896, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.082265853881836, 1.768540382385254, 1.942832350730896, 1.8556864261627197, 1.9776906967163086, 1.6639652252197266, 1.1933770179748535, -0.9329847693443298, -1.2989977598190308, -1.3512853384017944, -1.4210021495819092, 0.14762529730796814, -1.6650108098983765, -1.6824400424957275, 0.7402179837226868, 1.8905447721481323, -1.4210021495819092, -1.6301524639129639, 1.3502397537231445, 2.27398681640625, -1.5081480741500854, -1.1944226026535034, -0.6366884112358093, 1.332810640335083, 1.8556864261627197, 1.7162528038024902, 1.053943395614624, 0.09533771127462387, 2.308845281600952, 2.1868410110473633, 1.629106879234314, 1.5942485332489014, 1.7162528038024902, 1.646536111831665, 1.6639652252197266, 1.646536111831665], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 1.5071024894714355, 2.2914161682128906, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3785619735717773, 2.27398681640625, 2.2914161682128906, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.785969614982605, 1.629106879234314, 1.4373857975006104, 1.1062309741973877, 0.7402179837226868, 0.7227887511253357, 0.8622223138809204, 0.8099347352981567, 0.8622223138809204, 0.7750763297080994, 0.513638436794281, 0.478780061006546, 0.7750763297080994, 0.8622223138809204, 0.7227887511253357, 0.5659260153770447, 0.3742047846317291, 0.09533771127462387, 0.09533771127462387, -0.39267969131469727, -1.0027015209197998, -0.8109803795814514, -1.1247059106826782, -1.1247059106826782, -0.9155555367469788, -0.8109803795814514, 1.8208279609680176, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 1.5071024894714355, -0.9155555367469788, -1.4558604955673218, -0.39267969131469727, 1.0888018608093262, 1.315381407737732, 1.3676689863204956, 1.2456645965576172, -0.39267969131469727, -1.5604356527328491, 0.7402179837226868, 1.5768193006515503, 1.646536111831665, 1.332810640335083, 0.8447931408882141, 0.4962092638015747, 0.8970807194709778, 1.053943395614624, 0.8099347352981567, 0.8970807194709778, 0.7227887511253357, 0.33934640884399414, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.5484968423843384, 0.7576471567153931, 0.7576471567153931, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 1.0190850496292114, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 0.6879304051399231, 0.9319390654563904, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.4090631604194641, 0.600784420967102, 0.670501172542572, 0.6182135939598083, 0.670501172542572, 0.827363908290863, 1.0888018608093262, 0.9319390654563904, 1.175947904586792, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.4025273323059082, 1.1410894393920898, 1.332810640335083, 1.472244143486023, 1.768540382385254, 1.8731155395507812, 1.4548149108886719, 0.30448800325393677, -0.7935512065887451, -1.4384313821792603, -1.5255773067474365, -1.5081480741500854, -0.601830005645752, 1.332810640335083, 1.6988236904144287, 1.960261583328247, 1.925403118133545, 2.1345534324645996, 2.0299782752990723, 1.7336820363998413, 1.8382571935653687, 2.204270124435425, 2.0996949672698975, 2.204270124435425, 2.0996949672698975, 2.2216994762420654, 2.204270124435425, 2.2914161682128906, 2.0996949672698975, 1.8556864261627197, 2.1694118976593018, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.7511112689971924, 1.7336820363998413, 1.5942485332489014, 1.9951199293136597, 1.9951199293136597, -0.6366884112358093, -0.5495424270629883, -1.1595642566680908, 0.16505448520183563, 2.082265853881836, 2.4134204387664795, -0.9504139423370361, -1.6650108098983765, 2.082265853881836, 2.151982545852661, -1.5604356527328491, -0.8981263637542725, -1.403572916984558, -0.4972548484802246, 0.6530719995498657, -0.42753809690475464, -0.9852723479270935, -0.009237446822226048, 2.587712287902832, 1.7162528038024902, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8796514868736267, 1.0365142822265625, 1.629106879234314, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.942832350730896, 1.925403118133545, 1.6813944578170776, 1.3502397537231445, 1.053943395614624, 0.7925055623054504, 0.33934640884399414, 0.2347712516784668, 0.5484968423843384, 0.7750763297080994, 0.7576471567153931, 0.5833552479743958, 0.4613508880138397, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.4090631604194641, 0.3742047846317291, 0.2173420637845993, -0.1661001741886139, 0.2522004544734955, -1.0027015209197998, -1.0027015209197998, -0.9329847693443298, -0.8632679581642151, -1.0027015209197998, -0.6541175842285156, 2.2216994762420654, 2.1694118976593018, 2.0648367404937744, 2.430849552154541, -1.1421350240707397, -0.8806971907615662, 0.1999128758907318, 1.5593900680541992, 0.513638436794281, 0.008191745728254318, -0.04409583657979965, -0.39267969131469727, -1.2641394138336182, -0.5495424270629883, 1.053943395614624, 1.1236603260040283, 1.1062309741973877, 0.7750763297080994, -0.688975989818573, -0.7761220335960388, 0.984226644039154, 0.7750763297080994, 0.7576471567153931, 0.6879304051399231, 0.2696296274662018, 0.5310676693916321, 0.6530719995498657, 0.8622223138809204, 0.8099347352981567, 1.1410894393920898, 0.984226644039154, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 1.1410894393920898, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.6530719995498657, 0.7925055623054504, 0.7227887511253357, 0.3742047846317291, 0.18248367309570312, 0.2347712516784668, -0.009237446822226048, 0.13019609451293945, 0.3916339874267578, 0.8622223138809204, 0.9319390654563904, 0.6530719995498657, 1.0190850496292114, 0.8796514868736267, 0.8796514868736267, 1.332810640335083, 1.0190850496292114, 1.0016558170318604, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.5071024894714355, 1.175947904586792, 1.3502397537231445, 1.6988236904144287, 1.646536111831665, 1.175947904586792, 0.28705883026123047, -0.5146840810775757, -1.3164269924163818, -1.4384313821792603, -1.333856225013733, -0.8284096121788025, 0.7925055623054504, 1.6813944578170776, 1.9079740047454834, 1.8731155395507812, 1.768540382385254, 1.9079740047454834, 1.9079740047454834, 1.7162528038024902, 2.0996949672698975, 1.803398847579956, 1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.0299782752990723, 2.239128589630127, 2.151982545852661, 2.2216994762420654, 1.9079740047454834, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.117124319076538, 1.8731155395507812, 1.8208279609680176, 2.047407388687134, 2.151982545852661, 1.7511112689971924, 2.4831371307373047, 1.6813944578170776, 0.2522004544734955, 1.0016558170318604, 2.2565577030181885, -1.246710181236267, -1.6998692750930786, -1.7172983884811401, -0.601830005645752, -0.4623964726924896, -1.1595642566680908, -1.3164269924163818, -1.1072766780853271, 1.0190850496292114, 0.9493682980537415, -0.9504139423370361, 0.28705883026123047, 2.3262743949890137, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503], [2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 1.5071024894714355, 2.2565577030181885, 2.361132860183716, 2.430849552154541, 2.4134204387664795, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.204270124435425, 2.1868410110473633, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.047407388687134, 1.8905447721481323, 1.768540382385254, 1.768540382385254, 1.4199565649032593, 1.1410894393920898, 0.7576471567153931, 0.44392168521881104, 0.09533771127462387, 0.09533771127462387, 0.3742047846317291, 0.600784420967102, 0.6530719995498657, 0.5310676693916321, 0.28705883026123047, 0.13019609451293945, 0.18248367309570312, 0.07790851593017578, -0.3229629397392273, -0.5495424270629883, -0.8632679581642151, -0.8109803795814514, -0.7586928009986877, -0.5669716596603394, -0.3403921127319336, -0.09638340771198273, -0.1312417984008789, -0.07895421981811523, 0.18248367309570312, 1.942832350730896, 1.768540382385254, -1.0201307535171509, -0.4623964726924896, 0.3742047846317291, 1.2108062505722046, 1.4025273323059082, -0.18352937698364258, -1.0375598669052124, 0.8970807194709778, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 0.11276690661907196, -0.5146840810775757, -0.1312417984008789, -0.6366884112358093, -0.7761220335960388, 0.984226644039154, 0.7227887511253357, 0.7925055623054504, 0.670501172542572, 0.5833552479743958, 1.175947904586792, 0.8099347352981567, 1.0365142822265625, 0.7402179837226868, 0.8622223138809204, 0.7750763297080994, 0.984226644039154, 0.5833552479743958, 0.9319390654563904, 0.9667974710464478, 0.7402179837226868, 1.1062309741973877, 0.8447931408882141, 1.0190850496292114, 0.7925055623054504, 1.1933770179748535, 1.332810640335083, 1.2282354831695557, 1.1236603260040283, 1.2108062505722046, 1.3676689863204956, 1.3502397537231445, 0.7750763297080994, 0.9145098924636841, 0.18248367309570312, 0.44392168521881104, 0.02562093921005726, 0.8796514868736267, 1.0365142822265625, 1.1236603260040283, 0.7925055623054504, 1.053943395614624, 0.8970807194709778, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3850982189178467, 1.5419609546661377, 1.3502397537231445, 1.5593900680541992, 1.2630938291549683, 1.768540382385254, 1.158518671989441, 0.827363908290863, 0.06047932058572769, -0.4798256754875183, -1.4210021495819092, -1.4210021495819092, -0.3578213155269623, 0.9667974710464478, 1.5071024894714355, 2.047407388687134, 2.1345534324645996, 2.361132860183716, 2.0125491619110107, 2.0125491619110107, 2.2565577030181885, 2.239128589630127, 2.0648367404937744, 1.8731155395507812, 2.0648367404937744, 1.8382571935653687, 2.0996949672698975, 2.047407388687134, 1.768540382385254, 1.8905447721481323, 1.8556864261627197, 1.9951199293136597, 2.1694118976593018, 2.1694118976593018, 2.082265853881836, 1.9776906967163086, 2.1868410110473633, 2.1345534324645996, 2.239128589630127, 2.0299782752990723, 2.1694118976593018, 1.942832350730896, 1.8382571935653687, 1.3502397537231445, 1.9951199293136597, 1.4025273323059082, -0.7238344550132751, 1.9951199293136597, -0.8981263637542725, 1.646536111831665, 0.6530719995498657, 1.4025273323059082, 0.7576471567153931, 1.8208279609680176, 1.7511112689971924, 1.9079740047454834, 2.2565577030181885, 0.42649248242378235, 1.053943395614624, 1.6639652252197266, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377], [2.047407388687134, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 1.0888018608093262, 1.7336820363998413, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.4134204387664795, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 1.7336820363998413, 1.4373857975006104, 1.1062309741973877, 0.6530719995498657, 0.28705883026123047, 0.1999128758907318, 0.2173420637845993, 0.13019609451293945, 0.13019609451293945, 0.42649248242378235, 0.478780061006546, 0.4613508880138397, 0.2696296274662018, 0.02562093921005726, -0.20095856487751007, -0.44496726989746094, -1.0027015209197998, -0.8109803795814514, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, 0.5310676693916321, 0.02562093921005726, 0.16505448520183563, 0.13019609451293945, 0.984226644039154, 0.6530719995498657, -0.04409583657979965, -0.4623964726924896, 0.7227887511253357, 0.5310676693916321, 1.4199565649032593, -0.21838775277137756, -1.0201307535171509, 0.7402179837226868, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 0.44392168521881104, -1.1247059106826782, 0.14762529730796814, 0.9493682980537415, 0.8622223138809204, 1.332810640335083, 0.984226644039154, 0.9145098924636841, 0.9145098924636841, 0.8099347352981567, 0.4613508880138397, 0.9319390654563904, 0.8447931408882141, 0.7053595781326294, 0.670501172542572, 0.7402179837226868, 0.600784420967102, 0.35677558183670044, 0.7227887511253357, 0.827363908290863, 0.6182135939598083, 0.6530719995498657, 0.8099347352981567, 0.827363908290863, 0.984226644039154, 1.2630938291549683, 1.2108062505722046, 1.0016558170318604, 1.3850982189178467, 1.4199565649032593, 1.1410894393920898, 1.053943395614624, 1.2282354831695557, 1.1062309741973877, 1.1236603260040283, 0.9145098924636841, 1.0888018608093262, 0.9667974710464478, 0.32191720604896545, 0.4613508880138397, 0.5484968423843384, 0.7576471567153931, 1.0190850496292114, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.5942485332489014, 1.3502397537231445, 1.489673376083374, 1.6813944578170776, 1.1236603260040283, 0.09533771127462387, -0.41010889410972595, -1.1247059106826782, -1.2641394138336182, -1.2989977598190308, 0.670501172542572, 0.9145098924636841, 1.8382571935653687, 1.611677646636963, 2.0648367404937744, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.3785619735717773, 1.960261583328247, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.9776906967163086, 1.785969614982605, 2.117124319076538, 2.27398681640625, 2.308845281600952, 2.151982545852661, 1.9079740047454834, 1.5245317220687866, 1.7336820363998413, 2.117124319076538, 1.768540382385254, 1.9951199293136597, 1.8556864261627197, 2.308845281600952, 1.8556864261627197, 1.629106879234314, 2.0648367404937744, 2.361132860183716, 0.32191720604896545, 1.5071024894714355, 0.7053595781326294, 2.361132860183716, 2.2216994762420654, 2.4831371307373047, 1.8556864261627197, 1.7162528038024902, 2.239128589630127, 2.622570753097534, 1.5942485332489014, 1.4548149108886719, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355], [2.0299782752990723, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 1.0365142822265625, 1.5593900680541992, 2.0996949672698975, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.6988236904144287, 1.4025273323059082, 0.9667974710464478, 1.0365142822265625, 0.6356428265571594, 0.2696296274662018, 0.2173420637845993, -0.20095856487751007, -0.04409583657979965, -0.1312417984008789, 0.4090631604194641, 0.8099347352981567, -0.06152502819895744, -0.27067533135414124, -0.7238344550132751, -1.0201307535171509, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, -0.7586928009986877, -0.09638340771198273, 0.2173420637845993, -0.1661001741886139, 0.6356428265571594, 0.16505448520183563, 1.4199565649032593, 2.2216994762420654, 1.768540382385254, -0.1312417984008789, -0.4972548484802246, -0.23581695556640625, 0.5484968423843384, -0.8806971907615662, -0.4623964726924896, 0.3916339874267578, 0.8796514868736267, 1.175947904586792, 0.5310676693916321, -0.7761220335960388, -0.5669716596603394, 0.8622223138809204, 0.9145098924636841, 1.3502397537231445, 1.1236603260040283, 0.9319390654563904, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 1.1062309741973877, 0.6879304051399231, 0.5833552479743958, 1.3850982189178467, 1.3502397537231445, 0.7227887511253357, 0.7925055623054504, 0.3916339874267578, 0.42649248242378235, 0.5484968423843384, 0.827363908290863, 0.6879304051399231, 0.9667974710464478, 0.9493682980537415, 1.0016558170318604, 1.1236603260040283, 1.1410894393920898, 0.8796514868736267, 1.175947904586792, 1.6639652252197266, 1.4025273323059082, 0.9667974710464478, 0.6356428265571594, -0.7238344550132751, 0.6356428265571594, 0.7227887511253357, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 1.0888018608093262, 1.175947904586792, 1.3502397537231445, 1.2979521751403809, 1.3502397537231445, 1.2456645965576172, 1.611677646636963, 1.4373857975006104, 1.3676689863204956, 1.3850982189178467, 1.472244143486023, 1.0888018608093262, -0.026666639372706413, -0.9155555367469788, -1.1072766780853271, -1.3164269924163818, -1.2118518352508545, -0.1486709862947464, 0.8796514868736267, 1.7162528038024902, 1.942832350730896, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 1.9951199293136597, 1.8208279609680176, 1.6813944578170776, 1.5593900680541992, 1.768540382385254, 1.4373857975006104, 1.3502397537231445, 2.2216994762420654, 2.2216994762420654, 2.151982545852661, 1.9776906967163086, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 2.0996949672698975, 2.082265853881836, 2.2565577030181885, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 0.8970807194709778, 1.7336820363998413, 1.053943395614624, 2.0648367404937744, 1.3502397537231445, 1.1062309741973877, 1.8208279609680176, 2.239128589630127, 1.960261583328247, 1.8382571935653687, 1.629106879234314, 2.1345534324645996, 1.3850982189178467, 2.1868410110473633, 2.3785619735717773, 1.646536111831665, 1.315381407737732, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.3850982189178467, 1.7336820363998413, 2.204270124435425, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.2565577030181885, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 1.8905447721481323, 1.5942485332489014, 1.1933770179748535, 0.9319390654563904, 0.7402179837226868, 1.175947904586792, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.14762529730796814, -0.18352937698364258, 0.32191720604896545, 1.6988236904144287, -0.07895421981811523, -0.8284096121788025, -0.7761220335960388, -0.5669716596603394, -0.4623964726924896, -0.37525051832199097, -0.2881045341491699, -0.21838775277137756, 0.670501172542572, -0.1661001741886139, -0.6541175842285156, -0.21838775277137756, 0.6879304051399231, 0.8447931408882141, 0.28705883026123047, -0.1661001741886139, 1.1410894393920898, -0.5669716596603394, 0.9319390654563904, 0.7402179837226868, 0.2347712516784668, -0.009237446822226048, 0.02562093921005726, 0.33934640884399414, 0.1999128758907318, -0.009237446822226048, -0.1661001741886139, 0.6182135939598083, 0.827363908290863, 0.7402179837226868, 0.7750763297080994, 0.6182135939598083, 0.513638436794281, 0.6356428265571594, 0.7576471567153931, 0.5484968423843384, 0.6182135939598083, 0.7925055623054504, 0.7402179837226868, 0.600784420967102, 0.4962092638015747, 1.5419609546661377, 1.1410894393920898, -0.07895421981811523, 0.7402179837226868, 0.7925055623054504, 0.4962092638015747, 0.827363908290863, 0.670501172542572, 0.8447931408882141, 1.1410894393920898, 0.9667974710464478, 1.175947904586792, 0.7750763297080994, 1.5942485332489014, 0.8622223138809204, 0.8970807194709778, 1.646536111831665, 1.5593900680541992, 1.2805230617523193, 1.0888018608093262, 1.0016558170318604, 1.0888018608093262, 0.6530719995498657, 0.6879304051399231, 1.1933770179748535, 1.3850982189178467, 1.2456645965576172, 1.315381407737732, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.5245317220687866, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.5593900680541992, 0.32191720604896545, -1.0549890995025635, -1.089847445487976, -1.3512853384017944, -0.41010889410972595, 0.9667974710464478, 1.332810640335083, 2.0648367404937744, 1.6813944578170776, 2.117124319076538, 2.308845281600952, 2.1345534324645996, 1.9776906967163086, 1.5245317220687866, 1.4199565649032593, 1.5245317220687866, 1.8905447721481323, 2.117124319076538, 2.27398681640625, 2.1694118976593018, 1.9776906967163086, 1.6813944578170776, 2.0996949672698975, 2.27398681640625, 2.2216994762420654, 1.9079740047454834, 1.803398847579956, 1.8731155395507812, 2.0299782752990723, 2.3785619735717773, 2.204270124435425, 2.308845281600952, 2.27398681640625, 1.5245317220687866, 2.1694118976593018, 1.3850982189178467, 0.14762529730796814, 1.472244143486023, 1.4373857975006104, 0.06047932058572769, 0.4613508880138397, 1.5245317220687866, 0.600784420967102, 1.629106879234314, 1.332810640335083, -0.7238344550132751, 1.8208279609680176, 2.361132860183716, 0.7227887511253357, 2.1868410110473633, 1.9079740047454834, 1.4373857975006104, 1.9776906967163086, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.4025273323059082], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 1.1062309741973877, 1.2630938291549683, 1.489673376083374, 1.6639652252197266, 1.9951199293136597, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1694118976593018, 2.117124319076538, 2.0299782752990723, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.3676689863204956, 1.158518671989441, 0.9145098924636841, 1.0365142822265625, 1.785969614982605, 1.646536111831665, 1.8731155395507812, 1.8731155395507812, 1.2282354831695557, 1.2282354831695557, 1.1410894393920898, 0.5310676693916321, -0.619259238243103, 0.2347712516784668, -0.42753809690475464, -0.42753809690475464, -0.27067533135414124, -0.1661001741886139, 0.32191720604896545, 1.5419609546661377, -0.09638340771198273, 0.0430501289665699, 0.32191720604896545, 1.0365142822265625, -0.07895421981811523, 1.2805230617523193, 0.5484968423843384, 1.8208279609680176, 0.8796514868736267, 1.315381407737732, 0.6879304051399231, 0.5833552479743958, 0.02562093921005726, 0.28705883026123047, 0.5484968423843384, 0.5833552479743958, 0.32191720604896545, 0.6182135939598083, 0.7227887511253357, 0.6356428265571594, 0.4962092638015747, 0.1999128758907318, 0.09533771127462387, 0.30448800325393677, 0.9145098924636841, 0.42649248242378235, 0.7227887511253357, 1.1410894393920898, 0.7053595781326294, 1.315381407737732, 0.478780061006546, 1.053943395614624, 0.0430501289665699, 1.0190850496292114, 0.478780061006546, 0.2173420637845993, 1.5071024894714355, 0.6879304051399231, 0.600784420967102, 0.600784420967102, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.6530719995498657, 1.4548149108886719, 1.5071024894714355, 0.7925055623054504, 0.8796514868736267, 0.7053595781326294, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.5768193006515503, 1.3676689863204956, 1.2282354831695557, 0.7402179837226868, -0.6366884112358093, -1.3512853384017944, -1.1247059106826782, 0.30448800325393677, 1.332810640335083, 1.6988236904144287, 1.332810640335083, 1.2630938291549683, 1.3850982189178467, 1.8556864261627197, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 1.942832350730896, 1.9776906967163086, 1.803398847579956, 1.785969614982605, 1.5593900680541992, 1.158518671989441, 0.984226644039154, 1.4373857975006104, 1.5942485332489014, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.2914161682128906, 2.082265853881836, 2.1345534324645996, 2.3262743949890137, 1.8905447721481323, 1.7511112689971924, 2.151982545852661, 1.4548149108886719, 2.117124319076538, 1.942832350730896, 1.6639652252197266, 1.2282354831695557, 1.1236603260040283, 0.7053595781326294, 0.8099347352981567, 0.6879304051399231, -0.06152502819895744, 0.30448800325393677, 0.7053595781326294, 0.5659260153770447, 1.4199565649032593, 2.2914161682128906, 2.1694118976593018, 2.361132860183716, 1.1062309741973877, 0.984226644039154, 2.395991325378418, 2.0648367404937744, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445], [2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.1410894393920898, 1.315381407737732, 1.5071024894714355, 1.803398847579956, 2.151982545852661, 2.395991325378418, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.0648367404937744, 2.0125491619110107, 1.925403118133545, 1.5768193006515503, 1.4548149108886719, 1.2282354831695557, 1.472244143486023, 1.5768193006515503, 1.7336820363998413, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.9079740047454834, 1.646536111831665, 1.053943395614624, 1.3676689863204956, 1.5768193006515503, 0.7402179837226868, -0.07895421981811523, -0.06152502819895744, -0.5669716596603394, -0.5146840810775757, -0.3229629397392273, 0.5833552479743958, 0.35677558183670044, 0.32191720604896545, 0.42649248242378235, 0.30448800325393677, 0.4962092638015747, 0.513638436794281, 1.332810640335083, 1.3850982189178467, 1.1410894393920898, 1.2805230617523193, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 0.5310676693916321, 0.5833552479743958, 0.478780061006546, -0.1661001741886139, 0.3742047846317291, 0.7053595781326294, 0.600784420967102, 0.4962092638015747, 0.2347712516784668, 0.16505448520183563, 0.30448800325393677, 0.7925055623054504, 0.42649248242378235, 0.670501172542572, 1.4025273323059082, 0.827363908290863, 0.07790851593017578, 1.0016558170318604, 1.053943395614624, 0.478780061006546, 1.3502397537231445, 0.670501172542572, 1.646536111831665, 1.2630938291549683, 1.4548149108886719, 1.3676689863204956, 0.4090631604194641, 0.5833552479743958, 0.7053595781326294, 1.071372628211975, 0.7402179837226868, 0.14762529730796814, 1.2108062505722046, 0.670501172542572, 1.0190850496292114, 0.7402179837226868, 0.02562093921005726, 0.6356428265571594, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 1.1062309741973877, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.4199565649032593, 1.6639652252197266, 1.3502397537231445, 0.8622223138809204, -0.25324615836143494, -1.1595642566680908, -0.688975989818573, 0.984226644039154, 2.0125491619110107, 2.0299782752990723, 1.7336820363998413, 2.117124319076538, 2.2565577030181885, 2.151982545852661, 1.646536111831665, 1.629106879234314, 1.7162528038024902, 1.6813944578170776, 1.960261583328247, 2.0299782752990723, 1.8382571935653687, 2.1694118976593018, 2.0648367404937744, 1.3676689863204956, 1.1933770179748535, 1.5419609546661377, 1.629106879234314, 1.629106879234314, 1.768540382385254, 2.0299782752990723, 2.2565577030181885, 2.2565577030181885, 2.0125491619110107, 1.4548149108886719, 1.9776906967163086, 1.960261583328247, 1.8905447721481323, -0.9155555367469788, 1.4199565649032593, 1.2282354831695557, 0.513638436794281, 0.9145098924636841, -0.1661001741886139, 0.4090631604194641, 2.1345534324645996, -0.532113254070282, 0.5833552479743958, 0.600784420967102, 0.2173420637845993, 1.1933770179748535, 0.33934640884399414, 2.0299782752990723, 1.611677646636963, 1.175947904586792, 0.9493682980537415, 2.308845281600952, 1.646536111831665, 1.4373857975006104, 1.2979521751403809, 1.1933770179748535, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809], [2.0125491619110107, 1.960261583328247, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.2282354831695557, 1.472244143486023, 1.785969614982605, 2.047407388687134, 2.2565577030181885, 2.3437037467956543, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.1694118976593018, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.8382571935653687, 1.942832350730896, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.8905447721481323, 2.047407388687134, 1.925403118133545, 1.9951199293136597, 2.047407388687134, 1.925403118133545, 1.5768193006515503, 1.1933770179748535, 0.670501172542572, 0.478780061006546, 0.9145098924636841, 0.5310676693916321, 0.16505448520183563, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 1.4025273323059082, 1.158518671989441, 1.942832350730896, 1.5942485332489014, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.5245317220687866, 0.6879304051399231, 1.1933770179748535, -0.4798256754875183, -0.009237446822226048, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.2347712516784668, -0.026666639372706413, 0.18248367309570312, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 1.1410894393920898, 0.42649248242378235, 1.4373857975006104, 0.670501172542572, 0.5310676693916321, 1.053943395614624, 1.315381407737732, 0.670501172542572, 1.629106879234314, 1.472244143486023, 0.8970807194709778, 1.053943395614624, 1.315381407737732, 1.2979521751403809, 0.984226644039154, 1.4548149108886719, 1.1062309741973877, 0.5484968423843384, 0.7053595781326294, 0.7227887511253357, 0.8796514868736267, 1.158518671989441, 1.2108062505722046, 0.8796514868736267, 1.2805230617523193, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.071372628211975, 1.1236603260040283, 1.071372628211975, 1.2108062505722046, 1.332810640335083, 1.071372628211975, 1.4199565649032593, 1.4199565649032593, 1.2979521751403809, 1.0190850496292114, 1.0016558170318604, 1.5245317220687866, 1.175947904586792, -0.7412636280059814, -1.1072766780853271, -0.6366884112358093, 1.2630938291549683, 1.158518671989441, 1.9079740047454834, 1.3850982189178467, 1.803398847579956, 1.8208279609680176, 2.0648367404937744, 2.082265853881836, 2.204270124435425, 2.0125491619110107, 1.7511112689971924, 1.6813944578170776, 2.1345534324645996, 2.117124319076538, 1.1062309741973877, 1.611677646636963, 2.047407388687134, 1.960261583328247, 1.6988236904144287, 1.3850982189178467, 1.7336820363998413, 1.5593900680541992, 1.3676689863204956, 1.053943395614624, 1.2282354831695557, 1.5942485332489014, 1.629106879234314, 1.803398847579956, 1.8382571935653687, 1.5245317220687866, 1.1933770179748535, 1.3850982189178467, -0.1661001741886139, -0.7238344550132751, -0.3229629397392273, 0.6182135939598083, 0.2522004544734955, -0.3055337369441986, 1.8905447721481323, -0.5495424270629883, -0.4798256754875183, -0.20095856487751007, -1.1247059106826782, 0.02562093921005726, 0.7576471567153931, 1.4548149108886719, 0.9145098924636841, -0.7064052224159241, 0.0430501289665699, 1.785969614982605, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.472244143486023, 2.047407388687134, 2.2216994762420654, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 1.9951199293136597, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 1.8382571935653687, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7162528038024902, 1.785969614982605, 1.8382571935653687, 1.646536111831665, 1.7511112689971924, 1.925403118133545, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 1.5071024894714355, 0.9145098924636841, 1.472244143486023, 1.158518671989441, 0.8796514868736267, 1.8208279609680176, 0.8099347352981567, 1.8731155395507812, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.9079740047454834, 1.8382571935653687, 1.925403118133545, 1.5942485332489014, 1.9776906967163086, 1.2108062505722046, 1.2630938291549683, 0.33934640884399414, 1.0190850496292114, 0.2696296274662018, 0.008191745728254318, 0.14762529730796814, -0.3403921127319336, 0.2173420637845993, -0.3403921127319336, 0.6530719995498657, 0.600784420967102, 1.2979521751403809, 0.14762529730796814, 0.5310676693916321, 1.1410894393920898, 1.2805230617523193, 0.35677558183670044, 0.42649248242378235, 1.071372628211975, 1.053943395614624, 1.2630938291549683, 0.6182135939598083, 1.2108062505722046, 0.7750763297080994, 1.6639652252197266, 1.175947904586792, 1.071372628211975, 0.9493682980537415, 0.7402179837226868, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 0.5310676693916321, 1.175947904586792, 1.1062309741973877, 1.0888018608093262, 0.827363908290863, 0.7925055623054504, 1.071372628211975, 1.315381407737732, 1.175947904586792, 0.9667974710464478, 1.1933770179748535, 1.2108062505722046, 1.5071024894714355, 1.4025273323059082, 1.5593900680541992, 1.2979521751403809, 1.5768193006515503, 1.2630938291549683, 1.2456645965576172, 1.2979521751403809, -0.601830005645752, -1.176993489265442, -0.9504139423370361, 0.28705883026123047, 2.151982545852661, 1.5942485332489014, 1.5942485332489014, 2.151982545852661, 1.9079740047454834, 2.1694118976593018, 1.8556864261627197, 1.7511112689971924, 1.9079740047454834, 2.117124319076538, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6813944578170776, 1.803398847579956, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.0365142822265625, 0.4090631604194641, 0.7053595781326294, 0.35677558183670044, 1.1933770179748535, 1.332810640335083, 1.5768193006515503, 0.6356428265571594, -0.3055337369441986, -0.39267969131469727, -0.44496726989746094, -0.8109803795814514, -0.619259238243103, -0.1312417984008789, 1.646536111831665, -0.9678431153297424, -0.7935512065887451, 0.3742047846317291, -0.7238344550132751, -1.4558604955673218, -1.0201307535171509, -1.0027015209197998, -0.3578213155269623, -0.3229629397392273, 1.1236603260040283, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.2805230617523193, 1.2456645965576172, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.2805230617523193, 1.611677646636963, 2.1345534324645996, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.2216994762420654, 2.0996949672698975, 2.0125491619110107, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8208279609680176, 1.785969614982605, 1.9776906967163086, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.9079740047454834, 1.785969614982605, 1.332810640335083, 0.827363908290863, 0.8622223138809204, 1.5419609546661377, 1.2456645965576172, 1.4199565649032593, 1.646536111831665, 1.2282354831695557, 1.158518671989441, 1.646536111831665, 1.8731155395507812, 1.7162528038024902, 2.0648367404937744, 1.9079740047454834, 1.9776906967163086, 1.8731155395507812, 1.9776906967163086, 1.8556864261627197, 1.7336820363998413, 1.611677646636963, 0.44392168521881104, -0.09638340771198273, 0.5659260153770447, 2.0299782752990723, 1.0365142822265625, 0.28705883026123047, 0.6182135939598083, 0.5659260153770447, 0.07790851593017578, -0.1312417984008789, -0.3055337369441986, 1.1236603260040283, 1.4199565649032593, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 0.8447931408882141, 1.2108062505722046, 1.4373857975006104, 1.332810640335083, 1.3850982189178467, 1.1062309741973877, 1.3850982189178467, 1.4548149108886719, 1.2282354831695557, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 0.670501172542572, 0.827363908290863, 0.8970807194709778, 0.7925055623054504, 1.1410894393920898, 1.1933770179748535, 1.0365142822265625, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 1.071372628211975, 1.315381407737732, 1.4199565649032593, 1.489673376083374, 1.2108062505722046, 1.472244143486023, 1.3676689863204956, 1.4025273323059082, 1.5942485332489014, 1.489673376083374, 1.175947904586792, -0.21838775277137756, -1.1421350240707397, -1.0027015209197998, 0.8447931408882141, 0.7227887511253357, 1.7162528038024902, 1.6988236904144287, 1.960261583328247, 2.1345534324645996, 1.8731155395507812, 2.047407388687134, 1.9776906967163086, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 1.9776906967163086, 1.7511112689971924, 1.5419609546661377, 2.0648367404937744, 2.151982545852661, 2.0648367404937744, 1.8905447721481323, 1.768540382385254, 1.4373857975006104, 1.7511112689971924, 1.5768193006515503, 0.984226644039154, 1.803398847579956, 1.3850982189178467, 1.611677646636963, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.8382571935653687, 2.239128589630127, 1.960261583328247, 1.1410894393920898, -0.3403921127319336, -0.7238344550132751, -0.18352937698364258, 0.6356428265571594, -0.1312417984008789, -0.3403921127319336, 1.0016558170318604, -0.21838775277137756, -0.8806971907615662, 1.2456645965576172, -0.23581695556640625, -1.0201307535171509, -0.9504139423370361, -0.8981263637542725, -0.42753809690475464, -0.3403921127319336, 1.489673376083374, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7336820363998413, 1.6813944578170776, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.489673376083374, 1.646536111831665, 1.8905447721481323, 2.1345534324645996, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.2914161682128906, 2.239128589630127, 2.1345534324645996, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.117124319076538, 2.0996949672698975, 1.9776906967163086, 1.8905447721481323, 1.9079740047454834, 1.8556864261627197, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.071372628211975, 0.7925055623054504, 1.315381407737732, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.7162528038024902, 1.5768193006515503, 1.8208279609680176, 1.785969614982605, 1.8905447721481323, 1.925403118133545, 2.117124319076538, 1.942832350730896, 1.8731155395507812, 1.9776906967163086, 1.9079740047454834, 1.5593900680541992, 0.827363908290863, 1.472244143486023, 1.0190850496292114, 0.6879304051399231, 0.2696296274662018, 1.9951199293136597, 1.5419609546661377, 1.2282354831695557, 1.0190850496292114, 0.6879304051399231, 0.7925055623054504, 1.2282354831695557, 0.4613508880138397, 1.2108062505722046, 0.9667974710464478, 1.0888018608093262, 0.9493682980537415, 1.1236603260040283, 1.4199565649032593, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.3676689863204956, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 0.8796514868736267, 0.984226644039154, 0.9667974710464478, 0.8796514868736267, 0.9145098924636841, 0.7925055623054504, 0.7227887511253357, 0.827363908290863, 1.315381407737732, 1.2108062505722046, 1.1236603260040283, 1.0190850496292114, 1.1062309741973877, 1.2979521751403809, 1.2108062505722046, 1.4373857975006104, 1.6639652252197266, 1.768540382385254, 1.489673376083374, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 0.6182135939598083, -0.9678431153297424, -1.0027015209197998, 1.332810640335083, 1.8208279609680176, 2.0125491619110107, 1.8556864261627197, 1.8731155395507812, 2.117124319076538, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 2.117124319076538, 2.204270124435425, 1.9951199293136597, 1.960261583328247, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.047407388687134, 1.332810640335083, 2.0125491619110107, 2.151982545852661, 1.7511112689971924, 1.2456645965576172, 2.2565577030181885, 1.8731155395507812, 1.7511112689971924, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 1.5768193006515503, 1.175947904586792, 1.5071024894714355, 1.0888018608093262, 1.0190850496292114, 0.5659260153770447, 1.611677646636963, -0.5146840810775757, -0.3578213155269623, -0.2881045341491699, -0.37525051832199097, -0.8284096121788025, 0.7227887511253357, 0.7925055623054504, -0.532113254070282, 0.14762529730796814, 0.11276690661907196, -0.5669716596603394, -0.4972548484802246, -0.1486709862947464, -0.21838775277137756, -0.3229629397392273, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.175947904586792, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.8905447721481323, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.361132860183716, 2.4134204387664795, 2.3785619735717773, 2.308845281600952, 2.204270124435425, 2.117124319076538, 2.082265853881836, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.960261583328247, 1.8905447721481323, 1.8208279609680176, 1.8208279609680176, 1.6639652252197266, 1.942832350730896, 1.960261583328247, 2.1345534324645996, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.8208279609680176, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.5768193006515503, 1.8556864261627197, 1.9079740047454834, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.6813944578170776, 1.8208279609680176, 1.2456645965576172, 1.8208279609680176, 0.42649248242378235, 1.2456645965576172, 1.5419609546661377, 1.8382571935653687, 1.2630938291549683, 1.5245317220687866, 1.4548149108886719, 1.7336820363998413, 1.175947904586792, 1.0190850496292114, 0.6356428265571594, 1.4548149108886719, 0.984226644039154, 1.3676689863204956, 0.513638436794281, 1.1236603260040283, 1.1933770179748535, 0.8622223138809204, 1.1410894393920898, 0.9319390654563904, 1.2630938291549683, 0.8970807194709778, 1.071372628211975, 1.158518671989441, 1.0365142822265625, 1.1062309741973877, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.332810640335083, 0.9145098924636841, 1.1062309741973877, 1.3850982189178467, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.3850982189178467, 1.2282354831695557, 1.3850982189178467, 1.646536111831665, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.472244143486023, 1.5245317220687866, 1.0190850496292114, -0.07895421981811523, -1.1247059106826782, -0.04409583657979965, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2979521751403809, 1.7336820363998413, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.1868410110473633, 2.0996949672698975, 1.6988236904144287, 1.768540382385254, 1.925403118133545, 2.204270124435425, 2.2216994762420654, 2.3785619735717773, 1.472244143486023, 1.8382571935653687, 1.5071024894714355, 1.5419609546661377, 1.9776906967163086, 1.7336820363998413, 1.942832350730896, 0.8796514868736267, 1.785969614982605, 0.8622223138809204, 1.5942485332489014, 1.315381407737732, 1.8556864261627197, 1.6813944578170776, 1.8556864261627197, 1.4548149108886719, 1.3502397537231445, 0.478780061006546, -0.39267969131469727, -0.3578213155269623, -0.026666639372706413, -0.3403921127319336, -0.8458387851715088, 0.11276690661907196, 0.9667974710464478, -0.7586928009986877, -0.04409583657979965, 0.0430501289665699, -0.4623964726924896, -0.5146840810775757, -0.44496726989746094, -0.4798256754875183, 0.02562093921005726, 1.332810640335083, 1.2456645965576172, 1.2282354831695557, 1.175947904586792], [1.960261583328247, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.5942485332489014, 1.6639652252197266, 1.8905447721481323, 2.2216994762420654, 2.2914161682128906, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.239128589630127, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8905447721481323, 1.9776906967163086, 1.9951199293136597, 1.8905447721481323, 1.8382571935653687, 1.9079740047454834, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.7162528038024902, 1.925403118133545, 1.9776906967163086, 1.942832350730896, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 1.9776906967163086, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.785969614982605, 1.7162528038024902, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.3850982189178467, 1.3502397537231445, 1.175947904586792, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 1.2282354831695557, 1.2630938291549683, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 0.984226644039154, 0.9493682980537415, 1.1062309741973877, 0.9667974710464478, 0.7402179837226868, 0.827363908290863, 1.1236603260040283, 1.2108062505722046, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.1933770179748535, 1.7162528038024902, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.7336820363998413, 1.5593900680541992, 1.5245317220687866, 1.315381407737732, 0.600784420967102, -0.42753809690475464, -0.39267969131469727, 0.6356428265571594, 0.9667974710464478, 1.925403118133545, 1.9951199293136597, 1.7511112689971924, 1.6988236904144287, 2.1345534324645996, 1.942832350730896, 2.0996949672698975, 2.117124319076538, 2.2565577030181885, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.047407388687134, 1.5942485332489014, 1.5768193006515503, 1.4025273323059082, 1.8382571935653687, 1.8905447721481323, 1.5593900680541992, 1.960261583328247, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 0.7750763297080994, 1.6988236904144287, 1.2979521751403809, 1.2805230617523193, 1.803398847579956, 1.6813944578170776, 2.047407388687134, 1.5593900680541992, 2.0299782752990723, 1.7336820363998413, 1.2805230617523193, -0.04409583657979965, -0.8806971907615662, -0.6366884112358093, -0.7586928009986877, -0.9155555367469788, -0.8458387851715088, 0.6530719995498657, -1.0027015209197998, -0.3229629397392273, 0.16505448520183563, -0.1312417984008789, -0.42753809690475464, -0.3403921127319336, -0.532113254070282, 0.6356428265571594, 1.315381407737732, 1.1933770179748535, 1.1236603260040283], [1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.3676689863204956, 1.489673376083374, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.785969614982605, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.4548149108886719, 1.4373857975006104, 1.472244143486023, 1.3502397537231445, 1.4025273323059082, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.646536111831665, 1.7511112689971924, 1.8382571935653687, 1.646536111831665, 1.5419609546661377, 1.8556864261627197, 1.5593900680541992, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2456645965576172, 0.7227887511253357, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.071372628211975, 0.9319390654563904, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.8447931408882141, 1.2282354831695557, 1.315381407737732, 1.2456645965576172, 1.3676689863204956, 1.2108062505722046, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.2456645965576172, 1.489673376083374, 1.1410894393920898, -0.23581695556640625, -0.532113254070282, -0.3229629397392273, 1.4199565649032593, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 2.0299782752990723, 2.0125491619110107, 2.1694118976593018, 1.8556864261627197, 2.1694118976593018, 1.768540382385254, 1.9776906967163086, 2.0648367404937744, 2.204270124435425, 1.4373857975006104, 1.3502397537231445, 1.960261583328247, 1.803398847579956, 1.646536111831665, 1.8556864261627197, 2.0996949672698975, 1.7162528038024902, 1.925403118133545, 1.8382571935653687, 2.0648367404937744, 1.9079740047454834, 1.4025273323059082, 1.8556864261627197, 1.2282354831695557, 1.5419609546661377, 1.3850982189178467, 1.7511112689971924, 1.768540382385254, 1.6813944578170776, 1.489673376083374, 2.047407388687134, 1.332810640335083, 1.8208279609680176, 1.0365142822265625, -0.1486709862947464, -1.0375598669052124, -0.8109803795814514, -0.6541175842285156, -0.8981263637542725, -0.7935512065887451, 0.30448800325393677, -1.0375598669052124, -0.5495424270629883, 0.06047932058572769, -0.06152502819895744, -0.026666639372706413, -0.3229629397392273, -0.44496726989746094, 1.1933770179748535, 1.2456645965576172, 1.0888018608093262], [1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.5419609546661377, 1.7162528038024902, 1.960261583328247, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.204270124435425, 2.117124319076538, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.785969614982605, 1.7162528038024902, 1.6813944578170776, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.5419609546661377, 1.489673376083374, 1.7162528038024902, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 2.082265853881836, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.803398847579956, 1.611677646636963, 1.629106879234314, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.6988236904144287, 1.629106879234314, 1.3502397537231445, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.3850982189178467, 1.158518671989441, 1.2456645965576172, 1.4199565649032593, 1.0016558170318604, 1.1410894393920898, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 1.0365142822265625, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.158518671989441, 1.1410894393920898, 0.9493682980537415, 1.2630938291549683, 1.4199565649032593, 1.2456645965576172, 1.175947904586792, 1.472244143486023, 1.3676689863204956, 1.053943395614624, 1.3676689863204956, 1.489673376083374, 1.472244143486023, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.158518671989441, -0.18352937698364258, -1.0375598669052124, 0.14762529730796814, 1.1062309741973877, 1.8382571935653687, 1.7336820363998413, 2.0299782752990723, 2.1868410110473633, 1.5071024894714355, 2.0125491619110107, 1.8905447721481323, 2.0996949672698975, 2.1345534324645996, 1.7511112689971924, 1.5942485332489014, 2.0299782752990723, 1.5593900680541992, 1.960261583328247, 1.472244143486023, 1.8208279609680176, 1.7336820363998413, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 1.2805230617523193, 1.7162528038024902, 1.942832350730896, 1.4373857975006104, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.8905447721481323, 1.9776906967163086, 1.3676689863204956, 1.803398847579956, 2.082265853881836, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 0.8970807194709778, 0.4090631604194641, -0.9329847693443298, -0.9155555367469788, -0.7935512065887451, -0.8981263637542725, -0.6366884112358093, -0.5146840810775757, -1.089847445487976, -0.41010889410972595, -0.09638340771198273, -0.1661001741886139, 0.2696296274662018, -0.4798256754875183, -0.6541175842285156, 1.4199565649032593, 1.0888018608093262], [1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.7336820363998413, 1.8731155395507812, 2.0299782752990723, 2.151982545852661, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0648367404937744, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8731155395507812, 1.6639652252197266, 1.6988236904144287, 1.5245317220687866, 1.4373857975006104, 1.472244143486023, 1.2979521751403809, 1.175947904586792, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.5593900680541992, 1.6813944578170776, 1.158518671989441, 1.2805230617523193, 1.5071024894714355, 1.611677646636963, 1.768540382385254, 1.4199565649032593, 1.5593900680541992, 1.925403118133545, 1.925403118133545, 1.942832350730896, 2.0125491619110107, 1.8556864261627197, 1.768540382385254, 1.8382571935653687, 1.9951199293136597, 1.8382571935653687, 1.5942485332489014, 1.489673376083374, 1.3676689863204956, 1.7336820363998413, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.3502397537231445, 1.158518671989441, 1.3676689863204956, 1.3850982189178467, 0.7925055623054504, 0.478780061006546, 1.3850982189178467, 0.9145098924636841, 1.158518671989441, 1.053943395614624, 1.1933770179748535, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 0.6356428265571594, 0.7925055623054504, 0.9667974710464478, 1.2805230617523193, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.2805230617523193, 0.9319390654563904, 1.332810640335083, 0.33934640884399414, 1.2282354831695557, 1.1933770179748535, 1.0888018608093262, 1.5593900680541992, 1.6639652252197266, 1.5768193006515503, 1.6813944578170776, 1.5593900680541992, 1.6988236904144287, 1.5768193006515503, 1.5942485332489014, 1.1062309741973877, 0.44392168521881104, -0.8981263637542725, -0.7238344550132751, 1.332810640335083, 1.4373857975006104, 1.5593900680541992, 1.9776906967163086, 1.4025273323059082, 2.239128589630127, 2.1345534324645996, 2.047407388687134, 2.3437037467956543, 2.0299782752990723, 1.942832350730896, 2.047407388687134, 1.925403118133545, 1.942832350730896, 1.785969614982605, 2.0648367404937744, 2.047407388687134, 1.5768193006515503, 1.768540382385254, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.0888018608093262, 1.5071024894714355, 1.8208279609680176, 1.332810640335083, 1.071372628211975, 1.0888018608093262, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 1.0365142822265625, 0.7053595781326294, 1.1236603260040283, 1.2108062505722046, 0.984226644039154, 1.0365142822265625, 1.4373857975006104, 0.42649248242378235, 0.513638436794281, 0.11276690661907196, -0.8632679581642151, -0.9504139423370361, -0.8284096121788025, -0.619259238243103, -0.688975989818573, -0.9504139423370361, -0.6366884112358093, -0.5495424270629883, -0.07895421981811523, -0.1312417984008789, -0.39267969131469727, -0.688975989818573, -0.619259238243103, 2.204270124435425], [1.8556864261627197, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.9776906967163086, 2.1345534324645996, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.942832350730896, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.7336820363998413, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.803398847579956, 1.8382571935653687, 1.803398847579956, 1.785969614982605, 1.5768193006515503, 1.5071024894714355, 1.6988236904144287, 1.7336820363998413, 1.5071024894714355, 1.472244143486023, 1.3502397537231445, 1.5942485332489014, 1.8208279609680176, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.611677646636963, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 1.768540382385254, 1.8208279609680176, 1.472244143486023, 1.315381407737732, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.1410894393920898, 1.071372628211975, 0.9667974710464478, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.8796514868736267, 0.7576471567153931, 1.071372628211975, 1.0888018608093262, 0.9319390654563904, 1.053943395614624, 1.158518671989441, 1.0190850496292114, 0.9493682980537415, 0.4613508880138397, 0.7053595781326294, 0.7750763297080994, 1.071372628211975, 0.9319390654563904, 1.1933770179748535, 1.2108062505722046, 0.8970807194709778, 0.8970807194709778, 1.2108062505722046, 1.1933770179748535, 1.5942485332489014, 1.5071024894714355, 1.5419609546661377, 1.6639652252197266, 1.768540382385254, 1.7511112689971924, 1.5942485332489014, 1.4025273323059082, 0.6879304051399231, -1.0549890995025635, -0.5495424270629883, 0.02562093921005726, 0.28705883026123047, 1.8731155395507812, 1.611677646636963, 1.646536111831665, 2.082265853881836, 2.395991325378418, 1.960261583328247, 1.768540382385254, 1.960261583328247, 2.239128589630127, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 2.2914161682128906, 1.8382571935653687, 1.7162528038024902, 1.7511112689971924, 1.646536111831665, 1.7511112689971924, 1.942832350730896, 1.5071024894714355, 1.7511112689971924, 1.4199565649032593, 1.2456645965576172, 0.9493682980537415, 0.9319390654563904, 0.5833552479743958, 0.827363908290863, 0.8447931408882141, 0.9145098924636841, 0.9319390654563904, 0.7925055623054504, 0.7402179837226868, 0.9493682980537415, 0.5833552479743958, 0.4962092638015747, 1.053943395614624, 0.44392168521881104, 1.053943395614624, 1.0365142822265625, -0.09638340771198273, -0.7064052224159241, -0.9852723479270935, -0.8109803795814514, -0.8632679581642151, -0.7412636280059814, -0.9504139423370361, -0.7586928009986877, -0.37525051832199097, -0.18352937698364258, -0.27067533135414124, -0.4623964726924896, -0.5146840810775757, 0.008191745728254318], [1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.0648367404937744, 1.9776906967163086, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.646536111831665, 1.472244143486023, 1.4025273323059082, 1.3502397537231445, 1.5768193006515503, 1.785969614982605, 1.629106879234314, 1.8905447721481323, 1.7162528038024902, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8208279609680176, 1.768540382385254, 1.803398847579956, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.629106879234314, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.5593900680541992, 1.785969614982605, 1.175947904586792, 1.629106879234314, 1.5768193006515503, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.175947904586792, 1.2108062505722046, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.071372628211975, 0.7402179837226868, 0.600784420967102, 0.8622223138809204, 0.670501172542572, 0.9319390654563904, 0.9667974710464478, 0.9145098924636841, 1.0016558170318604, 1.0888018608093262, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.071372628211975, 0.8796514868736267, 1.0016558170318604, 0.7750763297080994, 1.071372628211975, 0.8447931408882141, 1.0888018608093262, 1.2108062505722046, 1.0888018608093262, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.785969614982605, 1.611677646636963, 1.489673376083374, 1.5593900680541992, 1.5245317220687866, 0.670501172542572, -0.7586928009986877, -0.9504139423370361, 0.33934640884399414, 0.2696296274662018, 1.0190850496292114, 1.8382571935653687, 2.308845281600952, 1.960261583328247, 1.785969614982605, 1.7336820363998413, 1.803398847579956, 2.204270124435425, 1.803398847579956, 1.9951199293136597, 1.8731155395507812, 2.082265853881836, 1.5419609546661377, 1.7162528038024902, 1.8208279609680176, 1.960261583328247, 1.6988236904144287, 2.308845281600952, 1.6639652252197266, 1.7162528038024902, 1.2805230617523193, 1.158518671989441, 0.984226644039154, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.7925055623054504, 1.053943395614624, 0.6879304051399231, 0.8447931408882141, 0.670501172542572, 1.2108062505722046, 1.2456645965576172, 1.3676689863204956, 1.4025273323059082, 0.13019609451293945, -0.5495424270629883, -1.1421350240707397, -0.688975989818573, -0.7761220335960388, -0.6366884112358093, -0.8109803795814514, -0.6715468168258667, -0.7935512065887451, -0.20095856487751007, 0.11276690661907196, -0.5495424270629883, -0.5495424270629883], [1.7336820363998413, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 2.151982545852661, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.7336820363998413, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.6813944578170776, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 1.768540382385254, 1.2630938291549683, 1.489673376083374, 1.4373857975006104, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.6639652252197266, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.5419609546661377, 1.5593900680541992, 1.4548149108886719, 1.629106879234314, 1.2108062505722046, 1.071372628211975, 1.5071024894714355, 1.5419609546661377, 1.2456645965576172, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.158518671989441, 0.8970807194709778, 0.670501172542572, 1.2630938291549683, 0.827363908290863, 0.5659260153770447, 1.2282354831695557, 0.7402179837226868, 1.1933770179748535, 0.7925055623054504, 0.8796514868736267, 0.827363908290863, 1.3502397537231445, 1.315381407737732, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.3676689863204956, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.5071024894714355, 1.785969614982605, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.332810640335083, -0.37525051832199097, -0.7238344550132751, -0.4972548484802246, 0.7227887511253357, 1.0190850496292114, 1.9079740047454834, 1.646536111831665, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 1.7162528038024902, 1.9079740047454834, 1.8731155395507812, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.629106879234314, 1.8382571935653687, 1.8556864261627197, 1.803398847579956, 1.9951199293136597, 1.3676689863204956, 1.5245317220687866, 1.158518671989441, 0.7750763297080994, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9319390654563904, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 0.8796514868736267, 1.0888018608093262, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.1933770179748535, 1.0016558170318604, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.2108062505722046, -0.8458387851715088, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -0.7238344550132751, -0.8109803795814514, -0.6715468168258667, -1.2118518352508545, 0.44392168521881104, -0.09638340771198273, -0.5495424270629883], [1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.8556864261627197, 1.9776906967163086, 2.082265853881836, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.646536111831665, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.4199565649032593, 1.9079740047454834, 1.9776906967163086, 1.5245317220687866, 1.4373857975006104, 1.6639652252197266, 1.3676689863204956, 1.611677646636963, 1.6988236904144287, 1.5768193006515503, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.4025273323059082, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.611677646636963, 1.6639652252197266, 1.2630938291549683, 1.2630938291549683, 1.6639652252197266, 1.4548149108886719, 1.4025273323059082, 1.5071024894714355, 1.315381407737732, 1.2456645965576172, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.071372628211975, 1.2282354831695557, 1.071372628211975, 0.984226644039154, 1.2108062505722046, 1.332810640335083, 1.2979521751403809, 0.7227887511253357, 0.8099347352981567, 1.0016558170318604, 1.071372628211975, 0.670501172542572, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 0.9493682980537415, 0.7053595781326294, 0.984226644039154, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5071024894714355, 1.8382571935653687, 1.6813944578170776, 1.5768193006515503, 1.5768193006515503, 1.6639652252197266, 1.6988236904144287, 1.4548149108886719, 0.33934640884399414, -0.4623964726924896, -1.0724183320999146, 0.44392168521881104, 0.44392168521881104, 1.2456645965576172, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.646536111831665, 1.611677646636963, 2.1345534324645996, 1.7162528038024902, 1.8731155395507812, 1.8556864261627197, 1.7511112689971924, 1.332810640335083, 1.2456645965576172, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.1933770179748535, 1.2979521751403809, 1.3502397537231445, 1.6813944578170776, -0.7064052224159241, -1.1072766780853271, -0.9329847693443298, -0.8458387851715088, -0.8109803795814514, -0.8284096121788025, -0.7935512065887451, -1.0201307535171509, 1.0888018608093262, -0.3055337369441986], [1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.942832350730896, 2.0648367404937744, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0648367404937744, 1.9951199293136597, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6639652252197266, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.6813944578170776, 1.611677646636963, 1.6813944578170776, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.472244143486023, 1.5419609546661377, 1.7162528038024902, 1.8731155395507812, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.472244143486023, 1.4199565649032593, 1.5768193006515503, 1.4199565649032593, 1.611677646636963, 1.6988236904144287, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.6639652252197266, 1.5419609546661377, 1.5071024894714355, 1.2456645965576172, 1.2456645965576172, 1.1062309741973877, 0.8970807194709778, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 1.158518671989441, 1.0016558170318604, 1.053943395614624, 0.7750763297080994, 0.670501172542572, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 1.1236603260040283, 1.1236603260040283, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.611677646636963, 1.5593900680541992, 1.5419609546661377, 1.6639652252197266, 1.5942485332489014, 1.8382571935653687, 1.5245317220687866, 1.315381407737732, -0.20095856487751007, -0.8632679581642151, -0.9678431153297424, 0.2347712516784668, 1.0365142822265625, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.5768193006515503, 1.8556864261627197, 1.8382571935653687, 1.9951199293136597, 1.646536111831665, 1.9951199293136597, 1.5419609546661377, 1.5942485332489014, 2.0299782752990723, 1.768540382385254, 1.785969614982605, 0.7227887511253357, 1.2282354831695557, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.332810640335083, 0.984226644039154, -0.9678431153297424, -1.1421350240707397, -0.9678431153297424, -0.8981263637542725, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, 1.1236603260040283], [1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.925403118133545, 1.9776906967163086, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4373857975006104, 1.2979521751403809, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.646536111831665, 1.8556864261627197, 1.8731155395507812, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.7162528038024902, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.315381407737732, 1.2630938291549683, 1.4199565649032593, 1.5419609546661377, 1.6639652252197266, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.4373857975006104, 1.472244143486023, 1.611677646636963, 1.7336820363998413, 1.3676689863204956, 1.5593900680541992, 1.3676689863204956, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.158518671989441, 0.9667974710464478, 0.9319390654563904, 1.4548149108886719, 1.1236603260040283, 1.1062309741973877, 0.8796514868736267, 0.9667974710464478, 1.071372628211975, 0.827363908290863, 0.8447931408882141, 1.0190850496292114, 0.8447931408882141, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.3676689863204956, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.1933770179748535, -0.2881045341491699, -0.25324615836143494, -0.20095856487751007, 0.5310676693916321, 1.175947904586792, 0.4090631604194641, 0.8622223138809204, 1.6988236904144287, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.942832350730896, 1.7162528038024902, 1.9079740047454834, 1.5593900680541992, 0.8099347352981567, 1.175947904586792, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.3676689863204956, 0.18248367309570312, -1.1247059106826782, -0.9504139423370361, -0.7935512065887451, -0.8458387851715088, -0.9678431153297424, -0.9329847693443298], [1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.960261583328247, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.2805230617523193, 1.5768193006515503, 1.611677646636963, 1.8208279609680176, 1.785969614982605, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.7336820363998413, 1.7336820363998413, 1.5593900680541992, 1.5942485332489014, 1.2805230617523193, 1.3676689863204956, 1.629106879234314, 1.489673376083374, 1.4199565649032593, 1.611677646636963, 1.629106879234314, 1.7162528038024902, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.611677646636963, 1.7162528038024902, 1.646536111831665, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5593900680541992, 1.7336820363998413, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.332810640335083, 1.071372628211975, 1.4373857975006104, 1.2108062505722046, 0.7750763297080994, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.2108062505722046, 1.2630938291549683, 0.827363908290863, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 1.053943395614624, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.4548149108886719, 1.7511112689971924, 1.489673376083374, 1.332810640335083, 1.5071024894714355, 1.611677646636963, 1.6813944578170776, 1.7336820363998413, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.629106879234314, 1.315381407737732, -0.06152502819895744, -0.3403921127319336, 0.5484968423843384, 0.06047932058572769, -0.1486709862947464, 1.646536111831665, 1.5071024894714355, 1.960261583328247, 1.7511112689971924, 1.7162528038024902, 1.960261583328247, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.2108062505722046, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.472244143486023, 0.06047932058572769, -1.333856225013733, -1.089847445487976, -1.0027015209197998, -1.0549890995025635], [1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.7336820363998413, 1.8382571935653687, 1.803398847579956, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.0299782752990723, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.5245317220687866, 1.611677646636963, 1.3502397537231445, 0.8622223138809204, 1.489673376083374, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.472244143486023, 1.611677646636963, 1.629106879234314, 1.472244143486023, 1.5593900680541992, 1.5419609546661377, 1.646536111831665, 1.3676689863204956, 1.472244143486023, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.7162528038024902, 1.5245317220687866, 1.5071024894714355, 1.315381407737732, 1.0888018608093262, 1.6639652252197266, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 1.3676689863204956, 1.158518671989441, 1.1410894393920898, 1.0365142822265625, 1.053943395614624, 0.7750763297080994, 0.9667974710464478, 0.6879304051399231, 0.9319390654563904, 1.0190850496292114, 1.0888018608093262, 1.0190850496292114, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9145098924636841, 1.2805230617523193, 0.9493682980537415, 1.1062309741973877, 1.3502397537231445, 1.4025273323059082, 1.315381407737732, 1.5419609546661377, 1.158518671989441, 1.4025273323059082, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.611677646636963, 1.7511112689971924, 1.3850982189178467, 0.8796514868736267, -0.3229629397392273, -0.7064052224159241, -0.18352937698364258, 0.35677558183670044, 1.1062309741973877, 1.472244143486023, 1.942832350730896, 1.7162528038024902, 1.7162528038024902, 1.9951199293136597, 1.8556864261627197, 1.5942485332489014, 1.803398847579956, 1.611677646636963, 1.5593900680541992, 1.3850982189178467, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 0.5659260153770447, -1.2292810678482056, -1.0549890995025635], [1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7511112689971924, 1.8556864261627197, 2.0996949672698975, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.1694118976593018, 2.0996949672698975, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.5768193006515503, 1.5419609546661377, 1.768540382385254, 1.785969614982605, 1.6988236904144287, 1.5593900680541992, 1.489673376083374, 1.315381407737732, 1.4373857975006104, 1.472244143486023, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.5942485332489014, 1.6813944578170776, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.5942485332489014, 1.3676689863204956, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.332810640335083, 1.2282354831695557, 1.4199565649032593, 1.1062309741973877, 1.2282354831695557, 1.1410894393920898, 1.175947904586792, 0.8099347352981567, 1.175947904586792, 0.8796514868736267, 0.9493682980537415, 1.1933770179748535, 1.1933770179748535, 1.053943395614624, 0.9493682980537415, 1.0365142822265625, 1.2282354831695557, 1.0365142822265625, 0.8447931408882141, 1.332810640335083, 1.0365142822265625, 1.332810640335083, 1.4025273323059082, 1.2979521751403809, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.7162528038024902, 1.768540382385254, 1.6639652252197266, 1.7511112689971924, 1.6639652252197266, 1.5593900680541992, 0.2347712516784668, -0.7238344550132751, -0.8632679581642151, -0.7412636280059814, 0.28705883026123047, 1.158518671989441, 1.6988236904144287, 1.8731155395507812, 1.7162528038024902, 1.942832350730896, 0.7227887511253357, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.4199565649032593, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 1.315381407737732, 1.2805230617523193, 1.4199565649032593], [1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.8731155395507812, 1.9951199293136597, 2.0996949672698975, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0125491619110107, 1.9776906967163086, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.629106879234314, 1.5419609546661377, 1.5768193006515503, 1.6813944578170776, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.8382571935653687, 1.768540382385254, 1.7511112689971924, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.2456645965576172, 1.2282354831695557, 1.489673376083374, 1.071372628211975, 1.1062309741973877, 1.5593900680541992, 1.4025273323059082, 1.5593900680541992, 1.5245317220687866, 1.6813944578170776, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.6813944578170776, 1.5942485332489014, 1.5419609546661377, 1.646536111831665, 1.5942485332489014, 1.5071024894714355, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.5419609546661377, 1.6813944578170776, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.3676689863204956, 1.4548149108886719, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.1062309741973877, 1.158518671989441, 1.0365142822265625, 0.9667974710464478, 1.053943395614624, 1.0190850496292114, 1.2630938291549683, 1.1236603260040283, 1.3502397537231445, 1.2456645965576172, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 0.9493682980537415, 1.175947904586792, 1.175947904586792, 1.3676689863204956, 1.175947904586792, 1.4025273323059082, 1.5768193006515503, 1.3676689863204956, 1.5071024894714355, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 1.5768193006515503, 1.6813944578170776, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.7162528038024902, 1.6813944578170776, 1.0365142822265625, 0.13019609451293945, -0.601830005645752, -0.5844008326530457, -0.7238344550132751, 0.5484968423843384, 0.7402179837226868, 1.158518671989441, 1.785969614982605, 0.6356428265571594, 1.2456645965576172, 1.3850982189178467, 1.646536111831665, 1.5593900680541992, 1.4548149108886719, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.8905447721481323, 2.0648367404937744, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5419609546661377, 1.5593900680541992, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, 1.332810640335083, 1.5593900680541992, 1.472244143486023, 1.3850982189178467, 1.5245317220687866, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.5419609546661377, 1.1236603260040283, 1.1062309741973877, 1.4199565649032593, 1.0190850496292114, 1.0016558170318604, 1.1236603260040283, 1.2979521751403809, 1.053943395614624, 1.2108062505722046, 1.2630938291549683, 1.4025273323059082, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.5768193006515503, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.1410894393920898, 1.4199565649032593, 1.4548149108886719, 1.3502397537231445, 1.472244143486023, 1.4025273323059082, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 1.0016558170318604, 0.8970807194709778, 1.1062309741973877, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.315381407737732, 1.0888018608093262, 1.1933770179748535, 1.1410894393920898, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.3850982189178467, 0.7750763297080994, 1.4548149108886719, 1.0190850496292114, 1.472244143486023, 1.4025273323059082, 1.5071024894714355, 1.4199565649032593, 1.5419609546661377, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7162528038024902, 1.332810640335083, 0.827363908290863, 0.42649248242378235, -0.11381260305643082, -0.41010889410972595, -0.1661001741886139, 0.6356428265571594, 0.32191720604896545, 0.5310676693916321, 0.9319390654563904, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4199565649032593, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262], [1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.9776906967163086, 1.925403118133545, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 1.803398847579956, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.6988236904144287, 1.489673376083374, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.768540382385254, 1.6988236904144287, 1.629106879234314, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.175947904586792, 1.071372628211975, 1.2282354831695557, 1.1236603260040283, 0.9493682980537415, 1.1236603260040283, 1.4548149108886719, 1.2979521751403809, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 0.8970807194709778, 1.0365142822265625, 1.2282354831695557, 1.315381407737732, 1.1410894393920898, 1.1410894393920898, 1.315381407737732, 1.4199565649032593, 1.5419609546661377, 1.3676689863204956, 1.4199565649032593, 1.158518671989441, 1.0888018608093262, 1.332810640335083, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.3850982189178467, 1.2456645965576172, 1.1410894393920898, 1.1236603260040283, 1.5071024894714355, 1.2979521751403809, 1.4548149108886719, 1.053943395614624, 0.7750763297080994, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.1062309741973877, 1.2108062505722046, 1.2108062505722046, 1.1410894393920898, 1.158518671989441, 1.0190850496292114, 1.158518671989441, 1.3502397537231445, 1.0190850496292114, 0.9667974710464478, 0.8447931408882141, 1.2456645965576172, 0.7925055623054504, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.2979521751403809, 1.5593900680541992, 1.5071024894714355, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.0888018608093262, 0.9319390654563904, 0.827363908290863, 1.489673376083374, 1.4025273323059082, 1.5419609546661377, 1.5419609546661377, 1.611677646636963, 1.4548149108886719, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975], [1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.960261583328247, 1.942832350730896, 2.117124319076538, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.6813944578170776, 1.472244143486023, 1.5245317220687866, 1.4548149108886719, 1.3850982189178467, 1.5419609546661377, 1.5245317220687866, 1.6639652252197266, 1.611677646636963, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.7511112689971924, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.5419609546661377, 1.315381407737732, 1.1933770179748535, 1.315381407737732, 1.0016558170318604, 1.2979521751403809, 1.4199565649032593, 1.4548149108886719, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.489673376083374, 1.2979521751403809, 1.4199565649032593, 1.158518671989441, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.8970807194709778, 1.2282354831695557, 1.315381407737732, 1.3676689863204956, 0.984226644039154, 1.175947904586792, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.9493682980537415, 1.2805230617523193, 1.4025273323059082, 1.1933770179748535, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.175947904586792, 1.315381407737732, 1.2805230617523193, 0.984226644039154, 0.9319390654563904, 1.0888018608093262, 0.9493682980537415, 0.8447931408882141, 1.071372628211975, 0.7925055623054504, 1.3502397537231445, 1.472244143486023, 1.2456645965576172, 1.2630938291549683, 1.7336820363998413, 1.7162528038024902, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.646536111831665, 1.5419609546661377, 1.611677646636963, 1.8905447721481323, 1.6813944578170776, 1.5768193006515503, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.472244143486023, 1.472244143486023, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625], [1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 1.9951199293136597, 1.9776906967163086, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.803398847579956, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.2805230617523193, 0.8099347352981567, 1.2108062505722046, 1.4373857975006104, 1.4025273323059082, 1.4548149108886719, 1.5768193006515503, 1.4548149108886719, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.0888018608093262, 1.1062309741973877, 0.9667974710464478, 1.2805230617523193, 1.158518671989441, 1.071372628211975, 1.158518671989441, 0.9667974710464478, 0.9667974710464478, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.0365142822265625, 0.9319390654563904, 1.0888018608093262, 1.0190850496292114, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.315381407737732, 1.2979521751403809, 1.1236603260040283, 1.2805230617523193, 1.1933770179748535, 0.984226644039154, 0.9145098924636841, 1.0190850496292114, 0.7227887511253357, 0.5833552479743958, 0.8796514868736267, 1.2805230617523193, 1.4199565649032593, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5419609546661377, 1.4373857975006104, 1.629106879234314, 1.7162528038024902, 1.472244143486023, 1.611677646636963, 1.9079740047454834, 1.6813944578170776, 1.785969614982605, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.6988236904144287, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.768540382385254, 1.5419609546661377, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8382571935653687, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.117124319076538, 2.082265853881836, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.629106879234314, 1.489673376083374, 1.4025273323059082, 1.3502397537231445, 1.4548149108886719, 1.332810640335083, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.5419609546661377, 1.3502397537231445, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.0016558170318604, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.2805230617523193, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.3850982189178467, 1.4199565649032593, 1.315381407737732, 1.472244143486023, 1.2805230617523193, 1.4025273323059082, 1.2630938291549683, 1.5071024894714355, 1.2282354831695557, 1.4548149108886719, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.053943395614624, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.071372628211975, 0.7925055623054504, 0.5833552479743958, 0.9319390654563904, 0.513638436794281, 1.0016558170318604, 1.175947904586792, 1.071372628211975, 1.3676689863204956, 1.489673376083374, 1.3850982189178467, 1.2979521751403809, 1.4373857975006104, 1.5419609546661377, 1.5768193006515503, 1.5419609546661377, 1.332810640335083, 1.785969614982605, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.332810640335083, 1.7511112689971924, 1.7511112689971924, 1.5768193006515503, 1.629106879234314, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.5768193006515503, 1.6988236904144287, 1.7336820363998413, 1.629106879234314, 1.5768193006515503, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.8905447721481323, 2.047407388687134, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8208279609680176, 1.768540382385254, 1.5942485332489014, 1.5245317220687866, 1.3676689863204956, 1.2282354831695557, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.489673376083374, 1.4373857975006104, 1.315381407737732, 1.4199565649032593, 1.2456645965576172, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.071372628211975, 0.827363908290863, 1.071372628211975, 1.1062309741973877, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.3676689863204956, 1.2979521751403809, 1.3850982189178467, 1.2805230617523193, 1.2282354831695557, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.4548149108886719, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.1410894393920898, 1.3676689863204956, 1.332810640335083, 1.0888018608093262, 1.1933770179748535, 1.1933770179748535, 1.5419609546661377, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.053943395614624, 1.2979521751403809, 1.0190850496292114, 0.8447931408882141, 0.670501172542572, 0.827363908290863, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.071372628211975, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.2282354831695557, 1.803398847579956, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.646536111831665, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.7162528038024902, 1.646536111831665, 1.5768193006515503, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.7162528038024902, 1.6988236904144287, 1.5419609546661377, 1.472244143486023, 1.175947904586792, 1.2282354831695557, 1.489673376083374, 1.1410894393920898, 1.158518671989441, 0.9493682980537415, 0.9145098924636841, 1.1236603260040283, 1.4025273323059082, 0.670501172542572, 0.7750763297080994, 1.315381407737732, 1.1933770179748535, 0.827363908290863, 1.315381407737732, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.0016558170318604, 1.158518671989441, 1.5419609546661377, 0.984226644039154, 1.1410894393920898, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.1933770179748535, 1.175947904586792, 1.2282354831695557, 1.175947904586792, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.472244143486023, 1.2282354831695557, 1.2805230617523193, 1.4025273323059082, 1.4373857975006104, 1.5768193006515503, 1.611677646636963, 1.2282354831695557, 1.3502397537231445, 1.3502397537231445, 1.175947904586792, 1.3502397537231445, 1.0888018608093262, 1.0190850496292114, 1.4548149108886719, 1.053943395614624, 0.7925055623054504, 1.4025273323059082, 1.071372628211975, 1.071372628211975, 0.8970807194709778, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.9145098924636841, 1.1062309741973877, 1.1410894393920898, 1.315381407737732, 1.0190850496292114, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.5593900680541992, 1.3676689863204956, 1.4548149108886719, 1.2456645965576172, 1.6988236904144287, 1.5768193006515503, 1.4199565649032593, 1.5768193006515503, 1.6813944578170776, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.629106879234314, 1.6988236904144287, 1.5768193006515503, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141], [1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8382571935653687, 1.925403118133545, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0648367404937744, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 1.4548149108886719, 1.3502397537231445, 1.332810640335083, 1.5071024894714355, 1.3850982189178467, 1.785969614982605, 1.5593900680541992, 1.5768193006515503, 1.5245317220687866, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.3676689863204956, 1.1933770179748535, 1.2282354831695557, 1.3850982189178467, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.158518671989441, 1.332810640335083, 1.1236603260040283, 1.2282354831695557, 1.315381407737732, 1.2108062505722046, 1.2108062505722046, 1.0888018608093262, 1.071372628211975, 0.9145098924636841, 0.984226644039154, 1.071372628211975, 1.0888018608093262, 1.2108062505722046, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.071372628211975, 1.0016558170318604, 1.315381407737732, 1.1062309741973877, 1.3850982189178467, 1.6639652252197266, 1.3502397537231445, 1.2630938291549683, 1.0016558170318604, 0.8622223138809204, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.1410894393920898, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, 0.9145098924636841, 1.0365142822265625, 1.4025273323059082, 1.1933770179748535, 0.9493682980537415, 1.1236603260040283, 1.053943395614624, 1.158518671989441, 1.4025273323059082, 1.5593900680541992, 1.3850982189178467, 0.7053595781326294, 1.5593900680541992, 1.611677646636963, 1.3850982189178467, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.7162528038024902, 1.6639652252197266, 1.6988236904144287, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.6639652252197266, 1.5419609546661377, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863], [1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9776906967163086, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.3502397537231445, 1.2630938291549683, 1.611677646636963, 1.6813944578170776, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4025273323059082, 1.332810640335083, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.2630938291549683, 1.3676689863204956, 1.2805230617523193, 1.1933770179748535, 1.315381407737732, 1.1933770179748535, 1.2805230617523193, 1.1410894393920898, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.2630938291549683, 1.2282354831695557, 1.4199565649032593, 1.3850982189178467, 1.2805230617523193, 1.4548149108886719, 1.4199565649032593, 1.2456645965576172, 0.8970807194709778, 1.2979521751403809, 1.4025273323059082, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2630938291549683, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.0365142822265625, 1.1933770179748535, 1.4199565649032593, 1.315381407737732, 0.8622223138809204, 1.332810640335083, 1.4548149108886719, 1.4548149108886719, 1.5768193006515503, 1.5768193006515503, 1.2630938291549683, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.803398847579956, 1.7511112689971924, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 0.9493682980537415, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.7162528038024902, 1.785969614982605, 1.7511112689971924, 1.611677646636963, 1.6813944578170776, 1.2979521751403809, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.5768193006515503, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2108062505722046, 1.332810640335083, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 0.8099347352981567, 1.0016558170318604, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.315381407737732, 1.053943395614624, 1.3502397537231445, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.472244143486023, 1.5071024894714355, 1.3850982189178467, 1.4548149108886719, 1.158518671989441, 0.9145098924636841, 0.5833552479743958, 0.670501172542572, 0.8796514868736267, 1.0190850496292114, 0.9493682980537415, 1.2979521751403809, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.5593900680541992, 1.4548149108886719, 1.785969614982605, 1.6639652252197266, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.5593900680541992, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.925403118133545, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.332810640335083, 1.3850982189178467, 1.315381407737732, 1.3850982189178467, 1.4548149108886719, 1.3676689863204956, 1.4199565649032593, 1.1933770179748535, 1.2108062505722046, 1.0888018608093262, 1.1062309741973877, 1.2805230617523193, 1.4025273323059082, 1.4548149108886719, 1.3502397537231445, 1.2630938291549683, 1.315381407737732, 1.1410894393920898, 1.175947904586792, 1.3676689863204956, 1.3676689863204956, 1.5593900680541992, 0.827363908290863, 1.1933770179748535, 1.2108062505722046, 1.071372628211975, 1.4373857975006104, 1.4025273323059082, 1.5071024894714355, 1.053943395614624, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3502397537231445, 1.4199565649032593, 1.3676689863204956, 1.3676689863204956, 1.175947904586792, 1.175947904586792, 1.0365142822265625, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 1.1062309741973877, 1.0190850496292114, 1.0888018608093262, 1.3502397537231445, 1.5071024894714355, 1.489673376083374, 1.8556864261627197, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267], [0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.0125491619110107, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.7336820363998413, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.6813944578170776, 1.5071024894714355, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3502397537231445, 1.4199565649032593, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.2979521751403809, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.5245317220687866, 1.5942485332489014, 1.332810640335083, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 0.9145098924636841, 1.158518671989441, 0.827363908290863, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.2456645965576172, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.4199565649032593, 1.472244143486023, 1.5768193006515503, 1.8905447721481323, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.5768193006515503, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267], [0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 2.0648367404937744, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 1.960261583328247, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 2.0648367404937744, 1.9951199293136597, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.785969614982605, 1.7336820363998413, 1.768540382385254, 1.6813944578170776, 1.629106879234314, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.5768193006515503, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.3850982189178467, 1.2456645965576172, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2456645965576172, 1.2979521751403809, 1.2805230617523193, 1.1410894393920898, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.0888018608093262, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.315381407737732, 1.2630938291549683, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.1933770179748535, 1.3502397537231445, 1.4199565649032593, 1.6813944578170776, 1.803398847579956, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.8382571935653687, 1.646536111831665, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204], [0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.942832350730896, 1.9079740047454834, 1.768540382385254, 2.1345534324645996, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.5593900680541992, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.5245317220687866, 1.5071024894714355, 1.611677646636963, 1.5593900680541992, 1.4373857975006104, 1.4025273323059082, 1.315381407737732, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.2805230617523193, 1.3676689863204956, 1.2630938291549683, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.1933770179748535, 1.1236603260040283, 1.2282354831695557, 1.0190850496292114, 1.2630938291549683, 1.175947904586792, 1.3502397537231445, 1.472244143486023, 1.315381407737732, 1.5245317220687866, 1.315381407737732, 0.9145098924636841, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2282354831695557, 1.315381407737732, 1.315381407737732, 1.2108062505722046, 1.3676689863204956, 1.3850982189178467, 1.315381407737732, 1.3502397537231445, 1.629106879234314, 1.7162528038024902, 1.785969614982605, 1.925403118133545, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778], [0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.8905447721481323, 2.0125491619110107, 1.925403118133545, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.803398847579956, 1.8556864261627197, 1.785969614982605, 1.8556864261627197, 1.803398847579956, 1.6639652252197266, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.4199565649032593, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2456645965576172, 1.2630938291549683, 1.071372628211975, 1.3502397537231445, 1.4025273323059082, 1.2805230617523193, 1.071372628211975, 1.0190850496292114, 1.3502397537231445, 1.2805230617523193, 1.4025273323059082, 1.3676689863204956, 1.7336820363998413, 1.5942485332489014, 1.5245317220687866, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.175947904586792, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.489673376083374, 1.611677646636963, 1.489673376083374, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 2.1345534324645996, 2.204270124435425, 2.1868410110473633, 2.0125491619110107, 1.6988236904144287, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415], [0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7576471567153931, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.047407388687134, 2.0125491619110107, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.2805230617523193, 1.2108062505722046, 1.1410894393920898, 1.2630938291549683, 1.3850982189178467, 1.2630938291549683, 1.2108062505722046, 1.2979521751403809, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.489673376083374, 1.4025273323059082, 1.2805230617523193, 1.5245317220687866, 1.3850982189178467, 1.175947904586792, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.768540382385254, 1.803398847579956, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.960261583328247, 2.1345534324645996, 2.2216994762420654, 2.1868410110473633, 1.9951199293136597, 1.611677646636963, 1.3502397537231445, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415], [0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 2.0299782752990723, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8905447721481323, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4548149108886719, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.4548149108886719, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.4199565649032593, 1.472244143486023, 1.3502397537231445, 1.053943395614624, 1.158518671989441, 1.3676689863204956, 1.5419609546661377, 1.6813944578170776, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.925403118133545, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 1.5593900680541992, 1.489673376083374, 1.489673376083374, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8099347352981567, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.9079740047454834, 1.942832350730896, 1.9951199293136597, 2.117124319076538, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.1868410110473633, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.082265853881836, 2.0125491619110107, 1.960261583328247, 1.960261583328247, 2.047407388687134, 1.9951199293136597, 2.047407388687134, 1.960261583328247, 1.8208279609680176, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.489673376083374, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.4548149108886719, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.2979521751403809, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.611677646636963, 1.472244143486023, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.7511112689971924, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.8382571935653687, 1.8905447721481323, 1.646536111831665, 1.2282354831695557, 1.5245317220687866, 1.6988236904144287, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 1.8731155395507812, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.3850982189178467, 1.489673376083374, 1.3676689863204956, 1.1236603260040283, 1.2630938291549683, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.5593900680541992, 1.5593900680541992, 1.768540382385254, 1.8208279609680176, 1.768540382385254, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.768540382385254, 1.803398847579956, 0.1999128758907318, 0.42649248242378235, 0.7576471567153931, 1.3850982189178467, 1.472244143486023, 1.315381407737732, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.5768193006515503, 1.4199565649032593, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.1062309741973877, 1.071372628211975, 1.332810640335083, 1.315381407737732, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.2456645965576172, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.332810640335083, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.629106879234314, 1.6988236904144287, 1.629106879234314, 1.4199565649032593, 1.6988236904144287, 1.7336820363998413, 1.5419609546661377, -0.8458387851715088, -1.5430065393447876, -1.6650108098983765, -1.6824400424957275, -1.3164269924163818, -1.3861438035964966, -1.1944226026535034, 1.472244143486023, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904], [0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 2.047407388687134, 2.151982545852661, 2.1694118976593018, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, 1.0888018608093262, 0.9667974710464478, 1.2456645965576172, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.2630938291549683, 1.0365142822265625, 1.2456645965576172, 1.332810640335083, 1.315381407737732, 1.4373857975006104, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.1410894393920898, 1.4025273323059082, 1.5071024894714355, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.803398847579956, 0.9319390654563904, -1.1944226026535034, -1.6824400424957275, -1.647581696510315, -1.6824400424957275, -1.5952941179275513, -1.5081480741500854, -0.21838775277137756, -1.5255773067474365, 0.7576471567153931, -0.7935512065887451, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.960261583328247, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.785969614982605, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.332810640335083, 1.2630938291549683, 0.9667974710464478, 1.1236603260040283, 1.175947904586792, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.175947904586792, 1.053943395614624, 1.1410894393920898, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.5245317220687866, 1.7511112689971924, 1.768540382385254, 1.646536111831665, -0.41010889410972595, -1.6650108098983765, -1.3512853384017944, -1.403572916984558, -1.2989977598190308, -1.3861438035964966, -1.7347276210784912, -1.6650108098983765, -1.4558604955673218, -1.5604356527328491, -0.8632679581642151, -1.1421350240707397, -0.37525051832199097, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.8622223138809204, 0.8447931408882141, 0.9319390654563904, 1.0016558170318604, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8905447721481323, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.0996949672698975, 2.1868410110473633, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.3262743949890137, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.0996949672698975, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.8208279609680176, 1.7162528038024902, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 1.7336820363998413, 1.7336820363998413, 1.6639652252197266, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.2979521751403809, 1.315381407737732, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.3850982189178467, 1.4199565649032593, 1.2630938291549683, 1.3502397537231445, 1.5245317220687866, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.2979521751403809, -0.04409583657979965, -1.2118518352508545, -1.333856225013733, -1.3687145709991455, -1.5952941179275513, -1.3687145709991455, -1.2989977598190308, -0.4798256754875183, -1.0549890995025635, -0.5146840810775757, 1.5942485332489014, 0.11276690661907196, -1.2989977598190308, -1.2118518352508545, -0.601830005645752, -1.176993489265442, -0.9678431153297424, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3742047846317291, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.5484968423843384, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.151982545852661, 2.2565577030181885, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.4373857975006104, 1.4025273323059082, 1.4373857975006104, 1.4025273323059082, 1.489673376083374, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 1.158518671989441, -0.9504139423370361, -1.1247059106826782, -1.0375598669052124, -1.5604356527328491, -1.5081480741500854, -1.3164269924163818, -1.6650108098983765, -1.5952941179275513, -1.5081480741500854, -1.246710181236267, -0.9155555367469788, -0.601830005645752, -0.25324615836143494, -1.403572916984558, 1.785969614982605, 1.4025273323059082, -1.0724183320999146, -1.1944226026535034, -1.3687145709991455, -0.04409583657979965, -1.5604356527328491, 0.07790851593017578, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 1.942832350730896, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.5768193006515503, 1.5071024894714355, 1.472244143486023, 1.611677646636963, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.5245317220687866, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 1.8731155395507812, 1.0888018608093262, -0.9852723479270935, -1.246710181236267, -1.3164269924163818, -1.1421350240707397, -1.2292810678482056, -1.4210021495819092, -1.4732897281646729, -0.9155555367469788, -1.647581696510315, -1.490718960762024, -1.6301524639129639, -1.5952941179275513, -1.490718960762024, -1.1247059106826782, -0.8806971907615662, -1.5081480741500854, -0.8284096121788025, 1.4199565649032593, 1.6639652252197266, 1.5071024894714355, 1.1236603260040283, 0.6530719995498657, -1.7172983884811401, -0.7761220335960388, 1.472244143486023, 1.3676689863204956, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.2522004544734955, 0.28705883026123047, 0.3742047846317291, 0.4613508880138397, 0.5659260153770447, 0.5833552479743958, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.3437037467956543, 2.361132860183716, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.8731155395507812, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.117124319076538, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.117124319076538, 1.8208279609680176, -0.8981263637542725, -1.246710181236267, -1.0549890995025635, -1.0201307535171509, -0.7064052224159241, -0.7238344550132751, -1.1944226026535034, -1.3512853384017944, -1.5778648853302002, -1.0375598669052124, -1.1421350240707397, 0.13019609451293945, 0.7053595781326294, -1.2815686464309692, -1.1072766780853271, -1.4384313821792603, -1.5081480741500854, -0.1312417984008789, 0.7053595781326294, 1.6813944578170776, 1.4199565649032593, 1.2456645965576172, -1.5430065393447876, -1.0375598669052124, 1.3676689863204956, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.2173420637845993, 0.2696296274662018, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.670501172542572, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.2565577030181885, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.1694118976593018, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 1.7336820363998413, -0.4623964726924896, -1.1944226026535034, -0.21838775277137756, -1.1421350240707397, -0.7412636280059814, -0.601830005645752, -1.1247059106826782, -0.3403921127319336, -1.0549890995025635, -0.7412636280059814, -0.25324615836143494, -1.5952941179275513, 0.06047932058572769, -1.0201307535171509, -1.1421350240707397, -1.2641394138336182, -1.0375598669052124, -1.4558604955673218, -0.21838775277137756, 0.6356428265571594, 0.513638436794281, 0.4090631604194641, 0.9667974710464478, -0.009237446822226048, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.1999128758907318, 0.2522004544734955, 0.33934640884399414, 0.44392168521881104, 0.5310676693916321, 0.5659260153770447, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.1345534324645996, 2.1345534324645996, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 2.2216994762420654, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.5245317220687866, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.4548149108886719, 1.2282354831695557, 1.3850982189178467, -0.42753809690475464, -0.5146840810775757, -0.8109803795814514, -0.9329847693443298, -1.1944226026535034, -0.4623964726924896, -0.39267969131469727, -0.7412636280059814, -1.089847445487976, -1.0724183320999146, -0.7412636280059814, 0.5484968423843384, -0.7238344550132751, -0.9852723479270935, -0.6366884112358093, -1.1944226026535034, -1.2292810678482056, -1.5255773067474365, -0.41010889410972595, 0.3916339874267578, 0.9319390654563904, 0.8970807194709778, 0.478780061006546, 0.7227887511253357, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841], [0.18248367309570312, 0.2173420637845993, 0.30448800325393677, 0.42649248242378235, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.9667974710464478, 1.0190850496292114, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.0996949672698975, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.117124319076538, 1.9776906967163086, 2.1345534324645996, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7336820363998413, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.472244143486023, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.4199565649032593, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.175947904586792, 1.2630938291549683, -0.601830005645752, -0.7064052224159241, -1.1421350240707397, -1.4558604955673218, -1.5255773067474365, -1.5081480741500854, 1.0888018608093262, 0.9493682980537415, -0.21838775277137756, -0.8458387851715088, -0.6715468168258667, -0.5844008326530457, -1.0549890995025635, 0.5484968423843384, -0.3578213155269623, -0.2881045341491699, -1.3164269924163818, -0.11381260305643082, -1.1595642566680908, -1.333856225013733, 0.7402179837226868, 1.071372628211975, 0.7576471567153931, 0.9493682980537415, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.33934640884399414, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.942832350730896, 2.047407388687134, 2.117124319076538, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0996949672698975, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 1.1410894393920898, 1.6813944578170776, 1.8731155395507812, 1.8382571935653687, 1.4548149108886719, 1.0016558170318604, 1.158518671989441, 2.0125491619110107, 2.082265853881836, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6639652252197266, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.315381407737732, -0.44496726989746094, -0.8458387851715088, -1.1944226026535034, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, 1.1933770179748535, 0.0430501289665699, 0.9319390654563904, -0.1661001741886139, -0.4623964726924896, -0.42753809690475464, 0.35677558183670044, 0.4613508880138397, -0.026666639372706413, 0.13019609451293945, -0.27067533135414124, -0.9155555367469788, -0.06152502819895744, -0.18352937698364258, 0.7053595781326294, 0.8622223138809204, 0.8099347352981567, 0.8796514868736267, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.32191720604896545, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.8622223138809204, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.204270124435425, 0.2347712516784668, 0.06047932058572769, -0.09638340771198273, -0.9329847693443298, -1.3164269924163818, -1.5778648853302002, 0.0430501289665699, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, -0.7761220335960388, -0.8632679581642151, -1.3861438035964966, -1.647581696510315, -1.7172983884811401, -0.9852723479270935, 0.5833552479743958, 1.2805230617523193, 1.6988236904144287, 0.827363908290863, -0.2881045341491699, 0.16505448520183563, -1.1421350240707397, -0.23581695556640625, 0.8796514868736267, 0.2696296274662018, -0.7586928009986877, -0.7064052224159241, -0.9678431153297424, -0.532113254070282, -1.0549890995025635, 0.984226644039154, 1.071372628211975, 0.8099347352981567, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204], [0.18248367309570312, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 1.960261583328247, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 2.0648367404937744, 2.0996949672698975, 1.3676689863204956, -0.3229629397392273, -0.5844008326530457, -0.8632679581642151, -1.3687145709991455, -1.490718960762024, -0.9329847693443298, 1.4548149108886719, 1.942832350730896, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4025273323059082, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2456645965576172, 0.7925055623054504, -0.5495424270629883, -1.0549890995025635, -1.4210021495819092, -1.647581696510315, -0.9155555367469788, 1.7336820363998413, 1.803398847579956, 1.7162528038024902, 1.925403118133545, 1.6639652252197266, 0.7053595781326294, 0.16505448520183563, -0.8109803795814514, -0.9155555367469788, 1.175947904586792, 0.5484968423843384, -0.7586928009986877, -0.6366884112358093, -0.026666639372706413, 0.2347712516784668, 0.478780061006546, 1.0888018608093262, 0.4962092638015747, 0.827363908290863, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [0.14762529730796814, 0.18248367309570312, 0.2522004544734955, 0.2696296274662018, 0.3916339874267578, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 2.117124319076538, 2.1868410110473633, 1.8905447721481323, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 2.047407388687134, 2.1345534324645996, -0.3055337369441986, -0.39267969131469727, -0.5844008326530457, -1.2989977598190308, -1.5255773067474365, -1.5255773067474365, -0.026666639372706413, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.315381407737732, -0.11381260305643082, -1.176993489265442, -1.403572916984558, -1.5430065393447876, -0.9329847693443298, 1.5071024894714355, 1.785969614982605, 1.785969614982605, 1.925403118133545, 2.047407388687134, 1.8905447721481323, 1.4548149108886719, 0.7925055623054504, 0.18248367309570312, -0.8458387851715088, 1.1410894393920898, 0.4090631604194641, -0.601830005645752, -0.5669716596603394, -0.44496726989746094, -1.0375598669052124, 0.3742047846317291, 0.8622223138809204, 0.42649248242378235, 0.8796514868736267, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.7925055623054504], [0.14762529730796814, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 2.239128589630127, 2.082265853881836, 2.1345534324645996, 1.8905447721481323, 1.942832350730896, 2.0299782752990723, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.1868410110473633, -0.11381260305643082, -0.009237446822226048, -0.6366884112358093, -1.2118518352508545, -1.4558604955673218, -0.9852723479270935, -0.8284096121788025, 0.9667974710464478, 1.785969614982605, 2.0125491619110107, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.315381407737732, 0.6530719995498657, -1.4732897281646729, 0.32191720604896545, 1.175947904586792, 1.3676689863204956, 1.0888018608093262, 1.7162528038024902, 1.8556864261627197, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 1.960261583328247, 2.0125491619110107, 0.8970807194709778, 0.8447931408882141, -0.8458387851715088, 1.4025273323059082, 0.6182135939598083, -0.4623964726924896, 0.42649248242378235, -0.41010889410972595, -1.2815686464309692, -0.9329847693443298, 0.8622223138809204, 0.513638436794281, 0.8447931408882141, 1.1236603260040283, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931], [0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.3742047846317291, 0.4613508880138397, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.925403118133545, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1868410110473633, 0.5310676693916321, 0.32191720604896545, -0.4623964726924896, -0.6366884112358093, -1.3861438035964966, -1.4384313821792603, -0.41010889410972595, -0.6366884112358093, -0.8458387851715088, -0.6715468168258667, 0.478780061006546, 1.8905447721481323, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.646536111831665, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2979521751403809, 1.2108062505722046, 0.8447931408882141, 0.6879304051399231, 1.071372628211975, 1.8556864261627197, 1.8382571935653687, 1.332810640335083, 1.6988236904144287, 1.6988236904144287, 1.9951199293136597, 1.942832350730896, 2.0648367404937744, 2.0996949672698975, 1.9079740047454834, 1.2108062505722046, 0.42649248242378235, -1.176993489265442, 1.5071024894714355, 0.8970807194709778, 0.4962092638015747, 0.8447931408882141, 0.4962092638015747, -1.2989977598190308, -1.0549890995025635, 0.670501172542572, 0.4090631604194641, 1.071372628211975, 1.0016558170318604, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.960261583328247, 2.1868410110473633, 1.5071024894714355, -0.4972548484802246, 0.2347712516784668, -1.1595642566680908, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, -0.7935512065887451, -1.5430065393447876, -1.0201307535171509, -1.3164269924163818, 1.4025273323059082, 1.6988236904144287, 1.8208279609680176, 1.7162528038024902, 1.5768193006515503, 1.4025273323059082, 1.4199565649032593, 1.332810640335083, 1.768540382385254, 1.332810640335083, 1.785969614982605, 1.9079740047454834, 1.768540382385254, 1.768540382385254, 1.5942485332489014, 1.768540382385254, 1.9079740047454834, 1.4548149108886719, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 1.8731155395507812, 1.3676689863204956, 0.14762529730796814, -0.7761220335960388, 1.472244143486023, 0.7227887511253357, 1.315381407737732, 1.785969614982605, 0.9319390654563904, -0.7586928009986877, -0.9504139423370361, -0.1312417984008789, 0.7402179837226868, 0.9667974710464478, 0.8796514868736267, 1.175947904586792, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6879304051399231, 0.7402179837226868, 0.7576471567153931, 0.827363908290863, 0.8970807194709778, 0.9667974710464478, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 1.071372628211975, 0.008191745728254318, 0.2173420637845993, -0.20095856487751007, -0.8109803795814514, -0.5146840810775757, -1.4384313821792603, -0.3229629397392273, -0.9155555367469788, -0.4972548484802246, -0.07895421981811523, 1.8382571935653687, 1.7162528038024902, 1.5593900680541992, 1.489673376083374, 1.8208279609680176, 1.785969614982605, 1.646536111831665, 2.0299782752990723, 1.489673376083374, 2.0125491619110107, 1.942832350730896, 2.0648367404937744, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.1345534324645996, 1.472244143486023, 1.9776906967163086, 1.7511112689971924, 1.8731155395507812, 2.0648367404937744, 1.9776906967163086, 1.1236603260040283, -1.0375598669052124, 1.4199565649032593, 1.5768193006515503, 0.7576471567153931, 1.6988236904144287, 1.8905447721481323, 0.7576471567153931, -0.1486709862947464, -1.1944226026535034, -0.009237446822226048, 0.09533771127462387, 0.7750763297080994, 0.984226644039154, 0.984226644039154, 1.2456645965576172, 1.053943395614624, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294], [0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.8447931408882141, 0.9493682980537415, 1.0365142822265625, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.047407388687134, 2.204270124435425, 2.117124319076538, 0.2173420637845993, -0.8981263637542725, 0.6182135939598083, -1.333856225013733, -0.5146840810775757, -1.1247059106826782, -1.0549890995025635, -0.41010889410972595, -1.089847445487976, -0.688975989818573, 0.7925055623054504, 0.8970807194709778, 1.8556864261627197, 2.047407388687134, 1.9776906967163086, 1.7162528038024902, 2.0299782752990723, 1.5419609546661377, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.803398847579956, 1.803398847579956, 1.646536111831665, 1.9951199293136597, 1.7336820363998413, 1.9079740047454834, 1.472244143486023, 1.9079740047454834, 2.082265853881836, 1.8905447721481323, 0.7053595781326294, 0.9667974710464478, 1.6988236904144287, 1.6988236904144287, 0.8099347352981567, 1.768540382385254, 1.925403118133545, 0.9667974710464478, -0.04409583657979965, -1.3512853384017944, 0.008191745728254318, 0.1999128758907318, 0.600784420967102, 1.0365142822265625, 0.9667974710464478, 1.1933770179748535, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.984226644039154, 1.071372628211975, 1.053943395614624, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.2914161682128906, 2.1345534324645996, 1.9079740047454834, 0.8622223138809204, 0.02562093921005726, -0.6715468168258667, -0.27067533135414124, -0.7586928009986877, -0.601830005645752, 0.1999128758907318, -1.176993489265442, -1.2118518352508545, -0.25324615836143494, 0.4090631604194641, -1.647581696510315, -0.5495424270629883, -1.3687145709991455, -1.1247059106826782, 1.7511112689971924, 1.9776906967163086, 1.5593900680541992, 2.082265853881836, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.472244143486023, 1.7162528038024902, 1.8905447721481323, 2.0299782752990723, 1.2630938291549683, 1.629106879234314, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.7336820363998413, 1.8208279609680176, 1.960261583328247, 1.7511112689971924, 0.8796514868736267, 1.785969614982605, 1.942832350730896, 1.2282354831695557, 0.1999128758907318, -1.4210021495819092, 1.1236603260040283, 0.44392168521881104, 0.9667974710464478, 0.4962092638015747, 0.4613508880138397, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9319390654563904, 1.0190850496292114, 1.0365142822265625, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.1345534324645996, 2.2914161682128906, 0.35677558183670044, -0.532113254070282, -0.1661001741886139, 0.32191720604896545, 0.670501172542572, -0.9504139423370361, -1.1944226026535034, -0.21838775277137756, -0.7761220335960388, -1.176993489265442, -0.3055337369441986, -1.0549890995025635, -0.9504139423370361, -1.2292810678482056, -0.5146840810775757, -0.8109803795814514, -0.3403921127319336, -1.5255773067474365, -1.0724183320999146, 0.18248367309570312, 0.42649248242378235, 1.0190850496292114, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.3502397537231445, 1.768540382385254, 2.047407388687134, 0.9145098924636841, 1.3850982189178467, 1.960261583328247, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.925403118133545, 1.925403118133545, 1.5942485332489014, 1.2108062505722046, 1.7336820363998413, 1.8731155395507812, 1.4548149108886719, -0.06152502819895744, -1.5255773067474365, 1.8208279609680176, 1.4373857975006104, 0.600784420967102, 0.4962092638015747, -0.09638340771198273, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.361132860183716, 1.071372628211975, 0.2173420637845993, -0.5844008326530457, -0.18352937698364258, 0.8099347352981567, 0.1999128758907318, 0.4962092638015747, -0.3403921127319336, 0.42649248242378235, 0.44392168521881104, -1.2292810678482056, -1.490718960762024, -0.4972548484802246, -1.403572916984558, -1.333856225013733, -0.3055337369441986, -0.601830005645752, -1.1421350240707397, -1.2815686464309692, -1.2989977598190308, -0.6541175842285156, -0.11381260305643082, -0.532113254070282, 0.9145098924636841, 1.768540382385254, 1.3502397537231445, 1.4025273323059082, 1.646536111831665, 0.9493682980537415, 1.6639652252197266, 1.4548149108886719, 2.0299782752990723, 2.151982545852661, 2.1345534324645996, 2.047407388687134, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 2.117124319076538, 2.0996949672698975, 1.960261583328247, -0.601830005645752, -0.5495424270629883, 2.0299782752990723, 1.925403118133545, 0.7750763297080994, -0.04409583657979965, -0.5844008326530457, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 1.0365142822265625, 0.06047932058572769, -0.09638340771198273, -0.2881045341491699, 0.4613508880138397, 0.5659260153770447, -1.246710181236267, -1.0201307535171509, 0.33934640884399414, -0.009237446822226048, -0.37525051832199097, -0.20095856487751007, -1.176993489265442, 0.1999128758907318, -0.37525051832199097, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -1.0375598669052124, -0.9155555367469788, -0.7761220335960388, -0.25324615836143494, -1.1595642566680908, 0.1999128758907318, -0.04409583657979965, 1.646536111831665, 1.8905447721481323, 0.9145098924636841, 0.9493682980537415, 1.2979521751403809, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.0125491619110107, 2.047407388687134, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 2.2216994762420654, 2.1694118976593018, 2.0125491619110107, -0.8284096121788025, 1.1410894393920898, 1.925403118133545, 1.960261583328247, 1.4199565649032593, 0.8622223138809204, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.2216994762420654, 2.239128589630127, -0.7412636280059814, -0.3229629397392273, -0.25324615836143494, -0.601830005645752, 0.33934640884399414, 0.2347712516784668, -0.3055337369441986, -1.0724183320999146, 0.600784420967102, 0.5833552479743958, 0.4962092638015747, -0.9678431153297424, 0.2173420637845993, -1.403572916984558, -1.3512853384017944, -1.2815686464309692, -1.4384313821792603, -0.8806971907615662, 0.6530719995498657, -0.7935512065887451, -0.601830005645752, -1.0027015209197998, -0.4623964726924896, -1.0375598669052124, -0.8632679581642151, 0.8447931408882141, 1.2282354831695557, 0.7925055623054504, -0.23581695556640625, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 2.0299782752990723, 2.1694118976593018, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.8382571935653687, 1.803398847579956, 1.960261583328247, 1.9951199293136597, 0.9319390654563904, 0.18248367309570312, 0.44392168521881104, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.4613508880138397, 0.5310676693916321, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.1868410110473633, 2.1694118976593018, -0.1486709862947464, -0.6366884112358093, -0.18352937698364258, -0.8458387851715088, -0.9155555367469788, 1.6988236904144287, -0.6541175842285156, -0.3578213155269623, -0.688975989818573, -1.3687145709991455, -0.44496726989746094, -0.1312417984008789, -0.7761220335960388, -0.5146840810775757, -1.4558604955673218, -1.2118518352508545, -1.2989977598190308, 0.4090631604194641, 1.3850982189178467, 1.6988236904144287, 0.2696296274662018, -1.0549890995025635, -0.1486709862947464, -1.0549890995025635, -0.7238344550132751, -1.1072766780853271, -0.1661001741886139, 1.472244143486023, 0.02562093921005726, 1.2630938291549683, 1.0016558170318604, 1.5071024894714355, 1.8556864261627197, 1.9776906967163086, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.117124319076538, 2.1868410110473633, 1.9776906967163086, 1.9951199293136597, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 1.5942485332489014, 0.32191720604896545, 0.3916339874267578, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.082265853881836, 2.3262743949890137, -1.0201307535171509, 0.6530719995498657, 2.0125491619110107, 0.4090631604194641, 0.33934640884399414, -0.6366884112358093, -0.06152502819895744, -0.6366884112358093, -0.9504139423370361, -1.3687145709991455, -1.1421350240707397, 0.2347712516784668, -0.3403921127319336, -1.0201307535171509, -1.5081480741500854, -1.0027015209197998, 0.5659260153770447, 0.9319390654563904, 1.1236603260040283, 2.1868410110473633, 1.2630938291549683, 0.5484968423843384, 1.0016558170318604, 1.489673376083374, 0.8796514868736267, -0.8109803795814514, -1.1247059106826782, 0.6182135939598083, 1.1062309741973877, 0.984226644039154, 1.3676689863204956, 1.3850982189178467, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.942832350730896, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 1.942832350730896, 1.8905447721481323, 2.204270124435425, 1.9951199293136597, 0.670501172542572, 0.09533771127462387, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.2914161682128906, 1.8208279609680176, -0.532113254070282, 0.0430501289665699, 0.6356428265571594, 0.7053595781326294, -0.532113254070282, -0.21838775277137756, -0.9155555367469788, -0.7586928009986877, -0.9678431153297424, -1.1595642566680908, -1.2118518352508545, -0.6715468168258667, -0.8981263637542725, -1.2989977598190308, -0.1312417984008789, -1.333856225013733, 0.9667974710464478, 0.2696296274662018, 1.2108062505722046, 1.4025273323059082, 1.960261583328247, 1.768540382385254, 1.332810640335083, 1.0365142822265625, 0.9493682980537415, 0.7227887511253357, -1.246710181236267, 0.4962092638015747, 1.2456645965576172, 1.4548149108886719, 1.1062309741973877, 1.4373857975006104, 1.5942485332489014, 1.646536111831665, 1.7336820363998413, 2.047407388687134, 2.0125491619110107, 2.117124319076538, 2.1694118976593018, 2.151982545852661, 1.803398847579956, 1.9079740047454834, 2.1868410110473633, 2.1694118976593018, 1.2979521751403809, 0.5310676693916321, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 0.07790851593017578, -0.3229629397392273, -0.1312417984008789, 0.16505448520183563, -0.4623964726924896, 0.984226644039154, 1.158518671989441, 0.7925055623054504, -1.0027015209197998, 0.42649248242378235, -0.9504139423370361, -0.5146840810775757, -0.5146840810775757, -0.532113254070282, -1.1421350240707397, 0.4090631604194641, -0.44496726989746094, -1.0375598669052124, -0.8981263637542725, -1.089847445487976, 0.670501172542572, 0.8099347352981567, 0.5833552479743958, 1.5071024894714355, 1.7511112689971924, 0.7576471567153931, 0.6879304051399231, 0.600784420967102, 0.28705883026123047, 0.3742047846317291, -0.601830005645752, 1.3676689863204956, 1.3502397537231445, 1.2630938291549683, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.332810640335083, 1.629106879234314, 1.8731155395507812, 2.0996949672698975, 2.239128589630127, 2.0996949672698975, 1.960261583328247, 1.9776906967163086, 2.0996949672698975, 2.1868410110473633, 1.9951199293136597, 1.489673376083374, 0.9319390654563904, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 0.478780061006546, -1.0201307535171509, -0.4798256754875183, 0.4962092638015747, 0.8099347352981567, 1.0365142822265625, 1.175947904586792, 1.1410894393920898, 0.6879304051399231, 0.16505448520183563, -0.3229629397392273, -0.8109803795814514, -1.246710181236267, -1.5081480741500854, -0.5146840810775757, -1.0201307535171509, 0.008191745728254318, -1.089847445487976, -0.5669716596603394, -0.21838775277137756, -1.2641394138336182, 0.8099347352981567, 0.7925055623054504, 0.5833552479743958, 0.6182135939598083, 1.332810640335083, 1.3676689863204956, 1.175947904586792, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 1.489673376083374, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6639652252197266, 1.3850982189178467, 1.472244143486023, 1.629106879234314, 1.785969614982605, 1.942832350730896, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 1.2979521751403809, 0.8796514868736267, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 0.600784420967102, 0.33934640884399414, -1.0549890995025635, -0.5669716596603394, 0.513638436794281, 1.0365142822265625, 1.2805230617523193, 1.2108062505722046, 1.0888018608093262, 0.7227887511253357, 0.7925055623054504, -0.7064052224159241, -0.42753809690475464, -1.1421350240707397, -0.23581695556640625, -1.0549890995025635, -0.23581695556640625, -0.7761220335960388, -0.3403921127319336, -0.6366884112358093, -1.0201307535171509, -0.3578213155269623, -1.0201307535171509, 0.670501172542572, 0.7402179837226868, 1.2979521751403809, 1.7511112689971924, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.4373857975006104, 1.2805230617523193, 1.629106879234314, 1.5245317220687866, 1.768540382385254, 1.8556864261627197, 1.9951199293136597, 1.803398847579956, 1.6988236904144287, 1.472244143486023, 1.6988236904144287, 1.768540382385254, 1.646536111831665, 1.5593900680541992, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.960261583328247, 2.0299782752990723, 1.611677646636963, 0.8796514868736267, 0.9667974710464478, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.8622223138809204, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 0.42649248242378235, 0.6182135939598083, -0.9678431153297424, -0.601830005645752, 0.6530719995498657, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 0.827363908290863, 0.09533771127462387, -0.8284096121788025, -0.37525051832199097, -1.1072766780853271, 0.2522004544734955, -0.39267969131469727, -0.6541175842285156, -0.7586928009986877, -1.1247059106826782, 0.07790851593017578, -0.9852723479270935, -0.8981263637542725, -1.2118518352508545, 1.6639652252197266, 1.8556864261627197, 1.785969614982605, 1.472244143486023, 1.8208279609680176, 1.8905447721481323, 1.5768193006515503, 1.646536111831665, 1.7511112689971924, 1.489673376083374, 2.0299782752990723, 2.047407388687134, 1.6988236904144287, 1.7162528038024902, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.6639652252197266, 1.629106879234314, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.629106879234314, 1.768540382385254, 1.8905447721481323, 1.1062309741973877, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 0.5833552479743958, 0.7576471567153931, -0.5495424270629883, -0.7586928009986877, 0.6356428265571594, 1.1933770179748535, 1.3676689863204956, 1.2805230617523193, 1.175947904586792, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 1.4025273323059082, 0.0430501289665699, -0.25324615836143494, -0.619259238243103, -1.5952941179275513, -0.8109803795814514, -1.0375598669052124, -0.688975989818573, -1.1247059106826782, -0.9329847693443298, -0.8109803795814514, -1.089847445487976, -0.11381260305643082, 1.4025273323059082, 1.5768193006515503, 1.6813944578170776, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 2.0299782752990723, 1.9951199293136597, 1.5245317220687866, 2.117124319076538, 2.0299782752990723, 2.0996949672698975, 1.8905447721481323, 1.785969614982605, 1.7162528038024902, 1.803398847579956, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.472244143486023, 1.6813944578170776, 2.1345534324645996, 1.4373857975006104, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 2.047407388687134, 0.7750763297080994, 0.44392168521881104, 0.02562093921005726, -0.5495424270629883, 0.7750763297080994, 1.332810640335083, 1.332810640335083, 1.315381407737732, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.2805230617523193, 1.315381407737732, -0.41010889410972595, -0.8806971907615662, -0.8806971907615662, -1.0724183320999146, 0.35677558183670044, -0.9504139423370361, -0.09638340771198273, -0.1312417984008789, -1.3687145709991455, -1.0027015209197998, -0.7238344550132751, -1.3512853384017944, -0.4798256754875183, 1.5768193006515503, 1.7336820363998413, 1.5593900680541992, 1.5768193006515503, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 1.768540382385254, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 1.9079740047454834, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.7511112689971924, 2.117124319076538, 1.3850982189178467, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 2.0299782752990723, 1.5071024894714355, 0.5484968423843384, -0.4623964726924896, 0.09533771127462387, 0.7402179837226868, 1.158518671989441, 1.2108062505722046, 1.0190850496292114, 0.6879304051399231, 1.1236603260040283, 1.2282354831695557, 1.1062309741973877, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, -0.42753809690475464, -0.20095856487751007, 0.2696296274662018, -0.25324615836143494, -0.3403921127319336, -0.3578213155269623, 0.07790851593017578, 1.315381407737732, -1.1072766780853271, -1.1072766780853271, -0.6366884112358093, -1.176993489265442, 0.478780061006546, 1.785969614982605, 1.6988236904144287, 1.785969614982605, 2.0648367404937744, 2.1694118976593018, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.0648367404937744, 1.5245317220687866, 1.785969614982605, 1.9951199293136597, 1.960261583328247, 2.0996949672698975, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.6639652252197266, 2.2216994762420654, 2.3437037467956543, 0.7227887511253357, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.646536111831665, 0.7576471567153931, 0.2522004544734955, 0.9667974710464478, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.6879304051399231, 1.1062309741973877, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.3676689863204956, 0.9145098924636841, 0.14762529730796814, -0.009237446822226048, -0.2881045341491699, 0.33934640884399414, 0.6182135939598083, -0.18352937698364258, -0.532113254070282, -0.09638340771198273, -0.9504139423370361, -0.3055337369441986, -0.27067533135414124, -1.0724183320999146, 0.5310676693916321, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.082265853881836, 1.8208279609680176, 1.4373857975006104, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.0648367404937744, 1.960261583328247, 1.8382571935653687, 1.942832350730896, 2.204270124435425, 2.1694118976593018, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8622223138809204, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.1410894393920898, 0.7227887511253357, 1.2630938291549683, 1.4373857975006104, 0.30448800325393677, 0.2173420637845993, 0.827363908290863, 0.7750763297080994, 0.600784420967102, 1.071372628211975, 1.611677646636963, 1.1933770179748535, 1.2630938291549683, 1.8208279609680176, 1.5245317220687866, 1.0190850496292114, 0.9667974710464478, -0.20095856487751007, -0.41010889410972595, 1.3502397537231445, -0.7761220335960388, -0.3229629397392273, 1.332810640335083, 0.42649248242378235, 0.9493682980537415, -0.9678431153297424, -0.5146840810775757, -0.5844008326530457, -0.4623964726924896, -0.601830005645752, 0.5310676693916321, 1.803398847579956, 2.204270124435425, 2.0996949672698975, 2.117124319076538, 1.942832350730896, 2.117124319076538, 1.9776906967163086, 1.9776906967163086, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0125491619110107, 1.6813944578170776, 1.8905447721481323, 2.117124319076538, 1.785969614982605, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 1.0190850496292114, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.8905447721481323, 0.478780061006546, 0.8796514868736267, 0.670501172542572, 0.6530719995498657, 0.8622223138809204, 0.32191720604896545, 0.7227887511253357, 0.8099347352981567, 0.5833552479743958, 0.8622223138809204, 1.3850982189178467, 0.984226644039154, 1.2282354831695557, 1.925403118133545, 1.8556864261627197, 1.472244143486023, 0.9493682980537415, -0.4798256754875183, -0.619259238243103, 0.28705883026123047, -1.089847445487976, -0.3055337369441986, 2.1868410110473633, 1.7511112689971924, 0.8447931408882141, 0.6879304051399231, -0.8806971907615662, -0.6541175842285156, 0.07790851593017578, -0.8981263637542725, -0.9678431153297424, 0.6356428265571594, 2.308845281600952, 2.0648367404937744, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.8208279609680176, 1.8731155395507812, 1.6639652252197266, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0996949672698975, 1.785969614982605, 2.0299782752990723, 1.8731155395507812, 0.8796514868736267, 0.8796514868736267, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7925055623054504, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.8905447721481323, 0.42649248242378235, 0.8447931408882141, -0.42753809690475464, 1.5593900680541992, 0.8970807194709778, 0.6879304051399231, 0.827363908290863, 1.175947904586792, 0.8970807194709778, 0.8970807194709778, 1.1933770179748535, 0.7925055623054504, 1.1933770179748535, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 0.827363908290863, -0.1486709862947464, -0.1661001741886139, -0.8806971907615662, 1.2805230617523193, -1.1944226026535034, 1.4373857975006104, 1.925403118133545, 1.5768193006515503, 1.0190850496292114, 0.6879304051399231, -0.3403921127319336, -0.41010889410972595, 0.42649248242378235, -0.39267969131469727, -1.2292810678482056, 0.513638436794281, 2.1694118976593018, 1.7162528038024902, 1.4199565649032593, 1.4199565649032593, 0.8447931408882141, 1.925403118133545, 2.0996949672698975, 2.0996949672698975, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1694118976593018, 2.0996949672698975, 1.8382571935653687, 2.0299782752990723, 1.8905447721481323, 1.7511112689971924, 0.8099347352981567, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.513638436794281, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.629106879234314, 1.6813944578170776, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 0.600784420967102, 0.2347712516784668, -0.07895421981811523, 1.1933770179748535, 1.4025273323059082, 1.0365142822265625, 1.5245317220687866, 1.5071024894714355, 1.053943395614624, 1.1933770179748535, 1.315381407737732, 0.6530719995498657, 1.2108062505722046, 1.8905447721481323, 1.942832350730896, 1.960261583328247, 1.5071024894714355, 0.670501172542572, 0.8970807194709778, 0.16505448520183563, 0.7925055623054504, -0.7586928009986877, -0.619259238243103, 1.9776906967163086, 1.8731155395507812, 2.082265853881836, 1.803398847579956, 1.2805230617523193, 0.7925055623054504, 0.4962092638015747, 0.513638436794281, 0.513638436794281, -1.2641394138336182, 0.478780061006546, 1.768540382385254, 1.175947904586792, 1.768540382385254, 1.1062309741973877, 1.5942485332489014, 1.9776906967163086, 1.8731155395507812, 2.2565577030181885, 2.2914161682128906, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.2216994762420654, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 0.670501172542572, 0.9319390654563904, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.42649248242378235, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.0888018608093262, 1.175947904586792, 1.2630938291549683, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 0.5310676693916321, 0.9667974710464478, 0.6530719995498657, 1.2979521751403809, 1.4025273323059082, 0.9667974710464478, 1.489673376083374, 1.489673376083374, 1.0190850496292114, 1.332810640335083, 1.315381407737732, 0.6879304051399231, 1.158518671989441, 1.8731155395507812, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.5245317220687866, -0.23581695556640625, 1.629106879234314, 0.8622223138809204, 1.2108062505722046, -1.0375598669052124, 2.117124319076538, 1.8208279609680176, 2.1694118976593018, 2.2914161682128906, 2.1694118976593018, 2.0125491619110107, 1.8382571935653687, 0.7750763297080994, 0.6182135939598083, 0.8447931408882141, -1.246710181236267, 1.5071024894714355, 0.33934640884399414, 1.8556864261627197, 1.803398847579956, 1.4548149108886719, 1.785969614982605, 1.5593900680541992, 1.3502397537231445, 2.2565577030181885, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.1868410110473633, 1.8731155395507812, 1.8556864261627197, 2.047407388687134, 1.768540382385254, 0.6182135939598083, 0.8796514868736267, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.925403118133545, 1.0016558170318604, 1.5942485332489014, 0.7053595781326294, 1.4548149108886719, 0.984226644039154, 0.984226644039154, 1.3502397537231445, 1.4199565649032593, 0.670501172542572, 1.2282354831695557, 1.2456645965576172, 0.6356428265571594, 1.3502397537231445, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.942832350730896, 1.7511112689971924, 1.1236603260040283, 1.8208279609680176, 1.8382571935653687, 1.332810640335083, -1.176993489265442, 1.9079740047454834, 1.8731155395507812, 2.1868410110473633, 2.239128589630127, 2.2914161682128906, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.0016558170318604, 0.7402179837226868, 0.33934640884399414, -1.0724183320999146, 1.158518671989441, 1.2805230617523193, 1.0016558170318604, 1.6639652252197266, 1.5593900680541992, 0.9493682980537415, 1.0888018608093262, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.047407388687134, 1.9776906967163086, 1.7511112689971924, 0.9145098924636841, 0.7402179837226868, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.3742047846317291, 0.44392168521881104, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.5071024894714355, 1.3502397537231445, 1.332810640335083, 1.8382571935653687, 1.3676689863204956, 0.670501172542572, 0.6182135939598083, 0.9493682980537415, 0.4962092638015747, 1.175947904586792, 1.2630938291549683, 0.7576471567153931, 1.2979521751403809, 1.803398847579956, 1.8556864261627197, 1.925403118133545, 1.8382571935653687, 1.2630938291549683, -0.009237446822226048, 1.8731155395507812, 2.0996949672698975, 1.2979521751403809, -0.9504139423370361, 1.8905447721481323, 1.960261583328247, 2.2216994762420654, 2.239128589630127, 2.3437037467956543, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.0996949672698975, 0.8622223138809204, 0.8796514868736267, -1.403572916984558, 1.6988236904144287, 1.0190850496292114, 1.8382571935653687, 1.611677646636963, 1.4373857975006104, 0.984226644039154, 1.0016558170318604, 2.2565577030181885, 2.27398681640625, 2.3785619735717773, 2.395991325378418, 2.3262743949890137, 2.239128589630127, 2.1345534324645996, 1.960261583328247, 1.8731155395507812, 1.6988236904144287, 0.7576471567153931, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.4090631604194641, 0.5310676693916321, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.5942485332489014, 1.175947904586792, 1.2979521751403809, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 1.1062309741973877, 1.1062309741973877, 0.8099347352981567, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8905447721481323, 1.2456645965576172, 0.4613508880138397, 0.8622223138809204, 1.6639652252197266, 1.942832350730896, 1.0888018608093262, -0.8284096121788025, 2.047407388687134, 2.117124319076538, 2.239128589630127, 2.2565577030181885, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 1.5768193006515503, 0.7576471567153931, -0.1486709862947464, 0.7402179837226868, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.4199565649032593, 1.3676689863204956, 0.7053595781326294, 2.27398681640625, 2.308845281600952, 2.3437037467956543, 2.4134204387664795, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 1.9776906967163086, 1.9951199293136597, 1.942832350730896, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.44392168521881104, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.8970807194709778, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.7162528038024902, 1.5071024894714355, 1.1062309741973877, 1.7336820363998413, 1.8731155395507812, 1.6813944578170776, 0.5310676693916321, 0.35677558183670044, 0.5659260153770447, 0.8970807194709778, 0.7925055623054504, 1.053943395614624, 1.646536111831665, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 0.18248367309570312, -0.04409583657979965, -0.688975989818573, 0.8622223138809204, 1.5245317220687866, 0.7227887511253357, 1.3676689863204956, 2.1868410110473633, 2.0648367404937744, 2.2216994762420654, 2.1694118976593018, 2.239128589630127, 2.2565577030181885, 2.3262743949890137, 2.27398681640625, 2.2565577030181885, 1.7511112689971924, 1.942832350730896, 1.053943395614624, 0.7925055623054504, 1.960261583328247, 1.9951199293136597, 1.489673376083374, 0.7053595781326294, 1.158518671989441, 0.8970807194709778, 2.151982545852661, 2.27398681640625, 2.3437037467956543, 2.4134204387664795, 2.3785619735717773, 2.2914161682128906, 2.3437037467956543, 2.082265853881836, 2.117124319076538, 1.785969614982605, 1.053943395614624, 0.7402179837226868, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8208279609680176, 1.8731155395507812, 1.6813944578170776, 1.4373857975006104, 1.2979521751403809, 1.5419609546661377, 2.0125491619110107, 1.9951199293136597, 1.5419609546661377, -0.09638340771198273, 0.670501172542572, 0.984226644039154, 0.670501172542572, 1.4199565649032593, 1.8731155395507812, 2.0299782752990723, 1.9079740047454834, 2.0299782752990723, -0.1312417984008789, 0.1999128758907318, -0.619259238243103, 0.2347712516784668, 1.1062309741973877, 1.6988236904144287, 1.332810640335083, 2.1868410110473633, 2.0299782752990723, 2.3262743949890137, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.2216994762420654, 2.2565577030181885, 2.2216994762420654, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.611677646636963, 1.925403118133545, 1.9079740047454834, 1.489673376083374, 0.8796514868736267, 1.3502397537231445, 1.489673376083374, 1.8905447721481323, 2.308845281600952, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.2216994762420654, 2.204270124435425, 1.5768193006515503, 1.3502397537231445, 0.7053595781326294, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1410894393920898, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.472244143486023, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.803398847579956, 1.8208279609680176, 1.0016558170318604, 1.3676689863204956, 1.0190850496292114, 1.3502397537231445, 2.082265853881836, 2.047407388687134, 1.8556864261627197, 0.4613508880138397, 0.7227887511253357, 0.8796514868736267, 0.670501172542572, 1.5593900680541992, 1.8556864261627197, 2.047407388687134, 2.0299782752990723, 1.1062309741973877, 0.3916339874267578, 0.1999128758907318, -0.4623964726924896, -0.4798256754875183, 0.5484968423843384, 1.1236603260040283, 1.646536111831665, 2.0299782752990723, 2.047407388687134, 2.1345534324645996, 2.2216994762420654, 2.151982545852661, 1.8905447721481323, 2.204270124435425, 2.3437037467956543, 2.308845281600952, 2.151982545852661, 2.047407388687134, 2.082265853881836, 1.8905447721481323, 1.8208279609680176, 1.960261583328247, 1.785969614982605, 0.8447931408882141, 1.175947904586792, 1.3502397537231445, 1.942832350730896, 2.308845281600952, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.2565577030181885, 1.785969614982605, 1.5942485332489014, 0.7402179837226868, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.768540382385254, 1.175947904586792, 1.2630938291549683, 0.9667974710464478, 1.2805230617523193, 2.047407388687134, 2.0125491619110107, 1.5071024894714355, 1.1236603260040283, 0.600784420967102, 0.44392168521881104, 0.6879304051399231, 1.8556864261627197, 1.9079740047454834, 1.8208279609680176, 1.9776906967163086, 0.28705883026123047, -0.04409583657979965, 0.6356428265571594, -0.23581695556640625, -0.4972548484802246, 0.1999128758907318, 0.7925055623054504, 1.4548149108886719, 1.472244143486023, 1.7336820363998413, 2.204270124435425, 2.151982545852661, 2.117124319076538, 2.204270124435425, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.9079740047454834, 2.082265853881836, 1.7336820363998413, 0.5310676693916321, 1.0016558170318604, 1.3850982189178467, 2.0648367404937744, 2.308845281600952, 2.361132860183716, 2.395991325378418, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.2565577030181885, 1.8731155395507812, 1.8208279609680176, 0.6879304051399231, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.9667974710464478, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4548149108886719, 1.472244143486023, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.6988236904144287, 1.2979521751403809, 1.315381407737732, 0.9493682980537415, 1.4548149108886719, 2.047407388687134, 1.785969614982605, 1.1062309741973877, 1.4373857975006104, 0.4613508880138397, 0.4613508880138397, 1.4548149108886719, 1.8556864261627197, 2.204270124435425, 1.8556864261627197, 1.768540382385254, 0.30448800325393677, 0.06047932058572769, 0.827363908290863, -0.23581695556640625, 0.09533771127462387, -0.8981263637542725, 0.7925055623054504, 0.8447931408882141, 1.175947904586792, 2.082265853881836, 1.8382571935653687, 2.1694118976593018, 2.1694118976593018, 1.9951199293136597, 2.1868410110473633, 2.3437037467956543, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 2.1345534324645996, 1.175947904586792, 1.2979521751403809, 1.5768193006515503, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 1.8905447721481323, 1.6639652252197266, 0.7750763297080994, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.33934640884399414, 0.3916339874267578, 0.4613508880138397, 0.513638436794281, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.6988236904144287, 1.4373857975006104, 1.4025273323059082, 0.8796514868736267, 1.4025273323059082, 2.0299782752990723, 0.4090631604194641, 0.600784420967102, 1.4373857975006104, 1.071372628211975, 1.472244143486023, 1.472244143486023, 1.9079740047454834, 1.8382571935653687, 1.6988236904144287, 1.472244143486023, 0.02562093921005726, 0.07790851593017578, 0.5659260153770447, -0.41010889410972595, 0.6879304051399231, -0.6715468168258667, 0.07790851593017578, 1.071372628211975, 1.8556864261627197, 1.9776906967163086, 1.5071024894714355, 1.8731155395507812, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.308845281600952, 2.151982545852661, 2.2216994762420654, 2.1345534324645996, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.151982545852661, 2.151982545852661, 0.14762529730796814, 1.1410894393920898, 1.611677646636963, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 2.3262743949890137, 2.2914161682128906, 1.472244143486023, 1.768540382385254, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546], [0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.4373857975006104, 1.5071024894714355, 0.8796514868736267, 1.5245317220687866, 1.6813944578170776, -0.41010889410972595, -0.601830005645752, 0.9667974710464478, 1.472244143486023, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.8905447721481323, 1.489673376083374, 0.9667974710464478, -0.009237446822226048, -0.25324615836143494, 0.0430501289665699, 0.02562093921005726, 0.600784420967102, -0.1312417984008789, 0.4613508880138397, 0.6182135939598083, 1.2979521751403809, 1.2630938291549683, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 2.047407388687134, 2.3262743949890137, 2.2216994762420654, 2.27398681640625, 2.0648367404937744, 2.082265853881836, 2.2216994762420654, 1.9776906967163086, 2.151982545852661, 1.8731155395507812, 0.7227887511253357, 1.0190850496292114, 1.646536111831665, 1.942832350730896, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.308845281600952, 2.27398681640625, 1.803398847579956, 1.925403118133545, 0.600784420967102, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0016558170318604, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.489673376083374, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.611677646636963, 1.5768193006515503, 1.315381407737732, 1.472244143486023, 0.5659260153770447, 1.611677646636963, 1.5245317220687866, 0.11276690661907196, -0.23581695556640625, 0.06047932058572769, 1.8556864261627197, 0.33934640884399414, 1.8905447721481323, 1.942832350730896, 1.942832350730896, 1.4548149108886719, 1.053943395614624, 0.30448800325393677, 0.44392168521881104, 1.1062309741973877, 0.11276690661907196, 1.0016558170318604, 0.6356428265571594, -0.25324615836143494, 0.2173420637845993, 0.7750763297080994, 0.7925055623054504, 1.2282354831695557, 1.489673376083374, 1.611677646636963, 0.6530719995498657, 1.4025273323059082, 2.151982545852661, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.117124319076538, 2.27398681640625, 2.151982545852661, 1.7511112689971924, 2.082265853881836, 0.7750763297080994, 1.4199565649032593, 1.472244143486023, 1.8556864261627197, 2.308845281600952, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 1.960261583328247, 1.785969614982605, 0.6356428265571594, 0.7402179837226868, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.3742047846317291, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.785969614982605, 1.6813944578170776, 1.053943395614624, 1.315381407737732, 0.7750763297080994, 1.611677646636963, 1.1933770179748535, 0.09533771127462387, -1.1595642566680908, -0.23581695556640625, 1.646536111831665, 0.4613508880138397, 1.6988236904144287, 1.960261583328247, 1.8905447721481323, 1.6813944578170776, 1.071372628211975, 0.18248367309570312, 0.513638436794281, 1.2282354831695557, 0.18248367309570312, 0.600784420967102, 0.30448800325393677, -0.688975989818573, 0.6356428265571594, 0.8447931408882141, 1.332810640335083, 1.2282354831695557, 1.175947904586792, 1.5942485332489014, 1.0888018608093262, 1.942832350730896, 2.2565577030181885, 2.1694118976593018, 2.2914161682128906, 2.117124319076538, 2.082265853881836, 2.0648367404937744, 1.960261583328247, 1.9951199293136597, 2.0996949672698975, 1.803398847579956, 1.2979521751403809, 1.611677646636963, 1.960261583328247, 2.204270124435425, 2.2565577030181885, 2.3437037467956543, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.204270124435425, 2.0648367404937744, 1.472244143486023, 1.489673376083374, 0.6530719995498657, 0.7227887511253357, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747], [0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.35677558183670044, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, -0.37525051832199097, 1.158518671989441, 0.3742047846317291, 1.646536111831665, 1.0365142822265625, 0.02562093921005726, -0.026666639372706413, -0.39267969131469727, 0.1999128758907318, 0.3742047846317291, 1.785969614982605, 2.082265853881836, 1.8208279609680176, 1.629106879234314, 0.1999128758907318, 0.11276690661907196, 0.42649248242378235, 0.8970807194709778, 0.33934640884399414, 0.7925055623054504, 0.7750763297080994, -0.41010889410972595, -0.3229629397392273, 0.7925055623054504, 0.8796514868736267, 0.0430501289665699, 0.984226644039154, 1.489673376083374, 1.2456645965576172, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 1.9776906967163086, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.0125491619110107, 1.8905447721481323, 1.5419609546661377, 1.8556864261627197, 2.0299782752990723, 2.2216994762420654, 2.27398681640625, 2.308845281600952, 2.3785619735717773, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.0648367404937744, 1.472244143486023, 2.0648367404937744, 0.6530719995498657, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397], [0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, -1.0027015209197998, 1.158518671989441, 0.18248367309570312, 1.5419609546661377, 0.8099347352981567, 0.2696296274662018, 0.7576471567153931, 0.5659260153770447, 0.984226644039154, 0.5659260153770447, 1.7336820363998413, 2.0996949672698975, 1.7511112689971924, 1.646536111831665, 0.600784420967102, 0.16505448520183563, 0.28705883026123047, 0.6879304051399231, 0.4613508880138397, 0.7750763297080994, 1.1062309741973877, 0.3742047846317291, -0.619259238243103, 1.332810640335083, 0.44392168521881104, 1.1236603260040283, -0.1661001741886139, 0.7402179837226868, 0.600784420967102, 1.768540382385254, 2.0125491619110107, 2.117124319076538, 2.204270124435425, 2.239128589630127, 2.0996949672698975, 1.803398847579956, 1.8556864261627197, 2.0299782752990723, 1.803398847579956, 1.7511112689971924, 1.2979521751403809, 1.803398847579956, 1.8905447721481323, 2.27398681640625, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.308845281600952, 2.1868410110473633, 1.9776906967163086, 1.6813944578170776, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.30448800325393677, 0.4090631604194641, 0.4962092638015747, 0.4613508880138397, 0.5659260153770447, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, -0.20095856487751007, 1.1410894393920898, 0.9319390654563904, 1.3676689863204956, 1.315381407737732, 0.478780061006546, 0.30448800325393677, 0.7053595781326294, 1.2456645965576172, -0.1312417984008789, 1.1410894393920898, 2.082265853881836, 1.5071024894714355, 1.5071024894714355, 0.7402179837226868, 0.008191745728254318, 0.3742047846317291, 0.7925055623054504, 0.7576471567153931, 0.670501172542572, 1.315381407737732, 0.32191720604896545, -0.7064052224159241, 0.8970807194709778, 1.4548149108886719, 1.489673376083374, 1.3676689863204956, 0.2522004544734955, 1.2630938291549683, 1.1236603260040283, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.3262743949890137, 2.2216994762420654, 1.5768193006515503, 1.7336820363998413, 2.0125491619110107, 1.8382571935653687, 1.768540382385254, 0.8622223138809204, 1.646536111831665, 1.925403118133545, 2.3437037467956543, 2.151982545852661, 2.361132860183716, 2.395991325378418, 2.4134204387664795, 2.361132860183716, 2.3785619735717773, 2.3437037467956543, 2.239128589630127, 1.9951199293136597, 2.0299782752990723, 0.670501172542572, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.18248367309570312, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.4199565649032593, 1.646536111831665, 0.0430501289665699, 1.1236603260040283, 1.315381407737732, 1.6813944578170776, 1.7162528038024902, 0.2696296274662018, 0.7227887511253357, 1.0365142822265625, -0.4623964726924896, -0.4972548484802246, 0.6182135939598083, 2.151982545852661, 1.5942485332489014, 1.2456645965576172, 0.6530719995498657, -0.5495424270629883, 0.984226644039154, 0.5833552479743958, 0.600784420967102, 0.3916339874267578, 0.9493682980537415, 0.513638436794281, 0.09533771127462387, -0.3578213155269623, 0.4090631604194641, 1.315381407737732, 1.175947904586792, 0.7925055623054504, -0.06152502819895744, -0.20095856487751007, 1.2979521751403809, 1.925403118133545, 2.1345534324645996, 2.4134204387664795, 2.239128589630127, 1.6639652252197266, 1.768540382385254, 1.5245317220687866, 1.8208279609680176, 1.8208279609680176, 1.5768193006515503, 1.5071024894714355, 1.785969614982605, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.925403118133545, 1.6988236904144287, 2.047407388687134, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.4199565649032593, 1.629106879234314, 0.600784420967102, 1.2630938291549683, 1.315381407737732, 1.629106879234314, 1.7336820363998413, 0.478780061006546, 0.2173420637845993, 0.7402179837226868, -1.1421350240707397, -0.688975989818573, 1.2630938291549683, 2.047407388687134, 1.489673376083374, 0.7053595781326294, 1.0888018608093262, -0.3229629397392273, 0.5484968423843384, -0.39267969131469727, -0.21838775277137756, 0.5833552479743958, 1.2456645965576172, 0.600784420967102, 0.13019609451293945, -0.8806971907615662, 0.4962092638015747, 1.4199565649032593, -0.20095856487751007, -0.4798256754875183, -0.44496726989746094, -0.06152502819895744, 0.8796514868736267, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 1.646536111831665, 2.1345534324645996, 2.239128589630127, 2.0996949672698975, 1.7162528038024902, 2.1868410110473633, 1.1236603260040283, 1.7511112689971924, 2.3785619735717773, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.395991325378418, 2.4134204387664795, 2.395991325378418, 2.2914161682128906, 1.5593900680541992, 1.5071024894714355, 1.8731155395507812, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235], [0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.3916339874267578, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4025273323059082, 1.5245317220687866, 0.7925055623054504, 1.315381407737732, 1.3676689863204956, 1.6988236904144287, 1.6813944578170776, 0.33934640884399414, 0.2173420637845993, -0.7412636280059814, -0.5669716596603394, 0.4090631604194641, 1.8208279609680176, 2.1345534324645996, 1.5071024894714355, 1.2630938291549683, 0.5484968423843384, -0.601830005645752, 0.9667974710464478, 0.5310676693916321, -0.6541175842285156, 0.7402179837226868, 0.9493682980537415, 0.7576471567153931, 0.32191720604896545, -0.532113254070282, 0.3916339874267578, 0.670501172542572, -0.5669716596603394, 0.3742047846317291, -0.7064052224159241, 0.14762529730796814, 1.175947904586792, 1.5942485332489014, 1.1933770179748535, 2.1868410110473633, 2.1694118976593018, 1.768540382385254, 2.151982545852661, 2.27398681640625, 1.9951199293136597, 1.8382571935653687, 2.361132860183716, 1.9079740047454834, 1.6639652252197266, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.3437037467956543, 2.3785619735717773, 2.4134204387664795, 2.430849552154541, 2.3437037467956543, 1.8731155395507812, 1.8208279609680176, 1.3502397537231445, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.489673376083374, -0.11381260305643082, 1.2108062505722046, 1.6639652252197266, 1.803398847579956, 1.7511112689971924, 1.472244143486023, 0.2522004544734955, -0.7064052224159241, -1.7172983884811401, 0.7053595781326294, 2.0299782752990723, 2.239128589630127, 1.5245317220687866, 1.332810640335083, 1.3502397537231445, -0.3055337369441986, 0.513638436794281, 0.9145098924636841, -0.5146840810775757, 0.13019609451293945, 1.0190850496292114, 0.6530719995498657, 0.7750763297080994, -0.2881045341491699, 0.18248367309570312, -0.1312417984008789, -0.4623964726924896, -0.7935512065887451, -0.009237446822226048, 0.9319390654563904, 1.629106879234314, 1.4373857975006104, 1.611677646636963, 1.942832350730896, 1.6813944578170776, 1.8382571935653687, 1.6988236904144287, 2.0996949672698975, 2.0299782752990723, 2.0299782752990723, 2.308845281600952, 2.151982545852661, 1.768540382385254, 2.2914161682128906, 2.117124319076538, 2.0299782752990723, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 1.5942485332489014, 1.0365142822265625, 1.3676689863204956, 0.8796514868736267, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641], [0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.3916339874267578, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 0.4090631604194641, 1.158518671989441, 1.7336820363998413, 1.8208279609680176, 1.646536111831665, 1.611677646636963, 0.42649248242378235, 0.06047932058572769, -1.3512853384017944, 1.2805230617523193, 2.0648367404937744, 2.361132860183716, 1.4199565649032593, 1.3850982189178467, 1.071372628211975, 0.2173420637845993, 0.6356428265571594, 1.0016558170318604, -0.1312417984008789, 0.32191720604896545, 0.44392168521881104, 0.9319390654563904, 0.5833552479743958, -0.25324615836143494, -0.6715468168258667, -0.5844008326530457, 0.0430501289665699, -0.7238344550132751, -0.7238344550132751, 0.8099347352981567, 1.5245317220687866, 1.8208279609680176, 1.2456645965576172, 1.3850982189178467, 0.5833552479743958, 1.5942485332489014, 2.0125491619110107, 2.0125491619110107, 1.960261583328247, 1.611677646636963, 2.2216994762420654, 2.1868410110473633, 1.768540382385254, 1.8382571935653687, 2.2216994762420654, 2.3437037467956543, 2.361132860183716, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.361132860183716, 1.960261583328247, 1.8556864261627197, 1.1933770179748535, 1.1933770179748535, 0.600784420967102, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.3742047846317291, 0.44392168521881104, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, -0.44496726989746094, 1.158518671989441, 1.7336820363998413, 1.8556864261627197, 1.646536111831665, 1.6988236904144287, 0.7750763297080994, -0.07895421981811523, 0.7053595781326294, 0.7750763297080994, 1.8731155395507812, 2.239128589630127, 1.332810640335083, 0.2173420637845993, 0.670501172542572, 0.0430501289665699, 0.18248367309570312, 0.5484968423843384, 0.7227887511253357, -0.3229629397392273, 0.8796514868736267, 0.30448800325393677, 0.8796514868736267, -0.39267969131469727, 0.4090631604194641, 0.5833552479743958, -0.25324615836143494, 0.5833552479743958, -0.8806971907615662, 0.33934640884399414, 1.2979521751403809, 2.0996949672698975, 0.827363908290863, 0.827363908290863, -0.3055337369441986, 1.472244143486023, 1.8382571935653687, 1.6639652252197266, 1.2979521751403809, 1.2630938291549683, 2.0299782752990723, 2.0996949672698975, 1.7336820363998413, 1.6813944578170776, 2.2216994762420654, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.925403118133545, 2.0648367404937744, 0.5833552479743958, 0.7402179837226868, 0.35677558183670044, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5484968423843384, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.2805230617523193, 1.1933770179748535, -0.3403921127319336, 1.1410894393920898, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.7162528038024902, 0.7576471567153931, 0.14762529730796814, 0.7925055623054504, 0.11276690661907196, 1.8556864261627197, 2.1868410110473633, 1.472244143486023, 0.3742047846317291, 1.2805230617523193, 0.9145098924636841, 0.06047932058572769, 0.6879304051399231, 0.7925055623054504, -0.3055337369441986, 0.9667974710464478, 1.053943395614624, 0.7750763297080994, -0.3055337369441986, -0.18352937698364258, 0.2173420637845993, 1.0888018608093262, 0.7750763297080994, 0.6182135939598083, 1.053943395614624, 0.8622223138809204, 2.1868410110473633, 0.7576471567153931, 0.1999128758907318, -0.8981263637542725, 1.7336820363998413, 1.472244143486023, 1.332810640335083, 0.1999128758907318, 0.3916339874267578, 1.7162528038024902, 2.0648367404937744, 1.646536111831665, 0.9667974710464478, 2.308845281600952, 2.5005664825439453, 2.4482789039611816, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.785969614982605, 1.2108062505722046, -0.11381260305643082, -0.18352937698364258, 0.1999128758907318, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044], [0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.4090631604194641, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, -0.7935512065887451, 1.2456645965576172, 1.5071024894714355, 1.7336820363998413, 1.8731155395507812, 1.768540382385254, 0.600784420967102, -0.1661001741886139, 0.4962092638015747, 0.2347712516784668, 1.960261583328247, 1.9776906967163086, 1.2630938291549683, 0.2347712516784668, 1.4548149108886719, 1.6988236904144287, 1.3502397537231445, 1.0365142822265625, -0.5146840810775757, -0.18352937698364258, 0.5310676693916321, 1.5942485332489014, 0.7227887511253357, -0.026666639372706413, 0.11276690661907196, -0.07895421981811523, 1.1062309741973877, 0.6879304051399231, -0.009237446822226048, 1.3676689863204956, 1.7511112689971924, 2.0299782752990723, 1.9079740047454834, 0.6530719995498657, -0.06152502819895744, 1.8382571935653687, 1.7162528038024902, 1.4025273323059082, 1.768540382385254, 0.7053595781326294, 1.3676689863204956, 1.9079740047454834, 1.489673376083374, 0.8622223138809204, 2.204270124435425, 2.151982545852661, 2.4482789039611816, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.2565577030181885, 1.925403118133545, 1.803398847579956, 0.33934640884399414, 0.28705883026123047, 0.670501172542572, 0.6356428265571594, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641], [0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, -1.176993489265442, 1.2979521751403809, 1.489673376083374, 1.8382571935653687, 1.9079740047454834, 1.803398847579956, 0.6530719995498657, -0.09638340771198273, 0.30448800325393677, -0.06152502819895744, 2.047407388687134, 1.8905447721481323, 0.7576471567153931, 0.18248367309570312, 1.2456645965576172, 1.4199565649032593, 0.5833552479743958, 0.2522004544734955, -0.21838775277137756, 1.1236603260040283, 1.053943395614624, 1.4373857975006104, 0.984226644039154, 0.0430501289665699, 0.14762529730796814, 0.28705883026123047, 0.4962092638015747, 0.5310676693916321, 0.33934640884399414, 0.7576471567153931, 1.489673376083374, 1.8208279609680176, 2.151982545852661, 1.9951199293136597, 1.942832350730896, 2.0299782752990723, 1.768540382385254, 1.5942485332489014, 1.785969614982605, 1.2805230617523193, 1.7162528038024902, 2.0299782752990723, 1.2630938291549683, 0.6356428265571594, 2.0996949672698975, 1.925403118133545, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.3785619735717773, 2.2914161682128906, 1.9776906967163086, 1.9776906967163086, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.5659260153770447, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.42649248242378235, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1236603260040283, 1.175947904586792, -1.1595642566680908, 1.3502397537231445, 1.5071024894714355, 1.8556864261627197, 1.785969614982605, 1.6988236904144287, 0.8447931408882141, 0.8447931408882141, -0.42753809690475464, 0.07790851593017578, 2.0648367404937744, 1.9079740047454834, -0.04409583657979965, -0.688975989818573, 1.1933770179748535, 1.3676689863204956, -0.026666639372706413, -0.44496726989746094, 0.32191720604896545, 1.0365142822265625, 0.984226644039154, 1.6639652252197266, 2.0125491619110107, 1.0888018608093262, 0.7576471567153931, 1.2108062505722046, 0.2696296274662018, 0.18248367309570312, 0.44392168521881104, 0.16505448520183563, 0.8447931408882141, 0.984226644039154, 1.611677646636963, 1.8556864261627197, 2.151982545852661, 1.5768193006515503, 1.315381407737732, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.2456645965576172, 1.9951199293136597, 0.6879304051399231, -0.532113254070282, 1.8905447721481323, 1.629106879234314, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.3437037467956543, 2.239128589630127, 1.2630938291549683, 1.5071024894714355, 1.2805230617523193, 0.35677558183670044, 0.28705883026123047, 0.4962092638015747, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.13019609451293945, 0.1999128758907318, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, -0.8458387851715088, 1.2979521751403809, 1.6988236904144287, 1.8731155395507812, 1.7336820363998413, 1.071372628211975, 0.8099347352981567, -0.09638340771198273, -0.3229629397392273, -0.4623964726924896, 2.117124319076538, 1.768540382385254, 0.7053595781326294, -1.1072766780853271, 1.4199565649032593, 1.4199565649032593, -0.04409583657979965, -0.18352937698364258, 0.7227887511253357, 0.7402179837226868, 0.14762529730796814, 1.4548149108886719, 1.9776906967163086, 0.42649248242378235, 1.1410894393920898, 0.5484968423843384, -0.44496726989746094, -0.25324615836143494, -0.11381260305643082, 0.06047932058572769, 0.8796514868736267, 0.44392168521881104, 0.28705883026123047, -0.1661001741886139, 1.785969614982605, 0.11276690661907196, 1.2630938291549683, 1.2979521751403809, 0.8099347352981567, 0.7053595781326294, 1.2630938291549683, 1.9079740047454834, -0.1312417984008789, 1.2456645965576172, 1.611677646636963, 1.4025273323059082, -0.4798256754875183, 0.0430501289665699, 1.7336820363998413, 2.4134204387664795, 2.1694118976593018, 1.5245317220687866, 1.4373857975006104, 1.8382571935653687, 0.30448800325393677, 0.6356428265571594, 0.42649248242378235, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8796514868736267, -0.9678431153297424, 1.3676689863204956, 1.5419609546661377, 1.7336820363998413, 0.9319390654563904, 0.5833552479743958, 0.11276690661907196, 0.28705883026123047, 0.4613508880138397, 0.6182135939598083, 2.2914161682128906, 1.7511112689971924, 0.6356428265571594, -0.9329847693443298, 1.158518671989441, 1.4373857975006104, 0.2696296274662018, 0.7925055623054504, 0.7053595781326294, 0.18248367309570312, 0.33934640884399414, 1.7336820363998413, 1.611677646636963, 0.4090631604194641, 1.1236603260040283, 0.7750763297080994, 0.2696296274662018, 0.33934640884399414, 0.9319390654563904, 0.8099347352981567, 0.9493682980537415, -0.18352937698364258, -0.601830005645752, -0.4623964726924896, 0.0430501289665699, 1.053943395614624, 0.9145098924636841, 1.5245317220687866, 1.1933770179748535, 0.8970807194709778, 1.1933770179748535, 1.2805230617523193, -0.8458387851715088, 1.5245317220687866, 0.478780061006546, -0.41010889410972595, -0.27067533135414124, 0.008191745728254318, 1.4199565649032593, 2.27398681640625, 1.8905447721481323, 0.7227887511253357, 1.8905447721481323, 0.7750763297080994, -0.25324615836143494, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.35677558183670044, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, -0.42753809690475464, 1.3502397537231445, 1.611677646636963, 1.803398847579956, 0.7750763297080994, 1.2456645965576172, 0.35677558183670044, 0.3742047846317291, 0.07790851593017578, 1.2282354831695557, 2.117124319076538, 1.785969614982605, 0.8796514868736267, -1.2292810678482056, 1.4025273323059082, 1.071372628211975, 0.6530719995498657, 0.13019609451293945, 0.13019609451293945, 0.4613508880138397, 1.2630938291549683, 1.7336820363998413, 1.7511112689971924, 0.5484968423843384, 1.3676689863204956, 1.332810640335083, 0.5484968423843384, 1.1410894393920898, 0.28705883026123047, 1.3676689863204956, 1.315381407737732, -0.8109803795814514, -0.9678431153297424, -1.2641394138336182, -0.9504139423370361, 1.1062309741973877, 0.7750763297080994, 1.158518671989441, 1.9079740047454834, 1.472244143486023, 1.3676689863204956, 1.1236603260040283, -0.9504139423370361, 1.3850982189178467, 0.9667974710464478, 0.008191745728254318, 0.02562093921005726, 0.2173420637845993, 0.9319390654563904, 1.646536111831665, 0.4090631604194641, 1.489673376083374, 2.1345534324645996, 1.053943395614624, 0.7402179837226868, 0.2696296274662018, 0.5484968423843384, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.44392168521881104, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.827363908290863, 0.7227887511253357, 0.06047932058572769, 1.2108062505722046, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.4373857975006104, 0.600784420967102, 0.2173420637845993, -0.5495424270629883, 1.5942485332489014, 2.204270124435425, 1.8556864261627197, 1.175947904586792, -1.1247059106826782, 1.472244143486023, 0.6879304051399231, 1.4025273323059082, 0.35677558183670044, 0.5310676693916321, 0.5484968423843384, 1.472244143486023, 1.0888018608093262, 1.5593900680541992, 0.8099347352981567, 1.158518671989441, 0.7402179837226868, 0.9319390654563904, 0.478780061006546, 1.1236603260040283, 0.6356428265571594, -0.8632679581642151, 0.008191745728254318, 0.14762529730796814, -0.1661001741886139, -1.089847445487976, -0.44496726989746094, 0.28705883026123047, 0.9667974710464478, 1.768540382385254, 1.5245317220687866, 1.2805230617523193, 0.06047932058572769, -0.41010889410972595, 1.6813944578170776, 1.4199565649032593, 0.008191745728254318, 0.02562093921005726, 0.6879304051399231, 1.158518671989441, 0.8099347352981567, 1.4548149108886719, 1.629106879234314, 1.6813944578170776, 1.2282354831695557, -0.2881045341491699, 0.3742047846317291, 0.4613508880138397, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.6530719995498657, 0.5833552479743958, 1.158518671989441, 1.5419609546661377, 1.942832350730896, 1.768540382385254, 1.4373857975006104, 0.670501172542572, 0.06047932058572769, 0.44392168521881104, 1.3502397537231445, 1.9776906967163086, 1.8905447721481323, 1.053943395614624, -0.4798256754875183, 1.4548149108886719, 1.3502397537231445, 1.6639652252197266, 0.6879304051399231, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 2.0996949672698975, 0.2173420637845993, 0.3742047846317291, 1.1410894393920898, 1.053943395614624, 1.1410894393920898, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, 0.7925055623054504, -0.09638340771198273, 0.2522004544734955, -0.3578213155269623, -1.1072766780853271, -0.9329847693443298, 0.7227887511253357, 1.0190850496292114, 1.8208279609680176, 1.2979521751403809, 1.2108062505722046, -0.27067533135414124, -0.688975989818573, 1.0365142822265625, 1.646536111831665, 0.7925055623054504, -0.3055337369441986, 1.0016558170318604, 1.3850982189178467, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 2.117124319076538, 1.2805230617523193, 0.32191720604896545, 0.3916339874267578, -0.06152502819895744, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641], [0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.30448800325393677, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.785969614982605, 1.5942485332489014, 0.5659260153770447, 0.8622223138809204, 1.071372628211975, 1.8208279609680176, 1.9776906967163086, 1.5942485332489014, 0.7402179837226868, -0.11381260305643082, 1.3502397537231445, 1.5245317220687866, 1.3850982189178467, 1.0888018608093262, 0.7925055623054504, 1.4199565649032593, 1.2108062505722046, 2.047407388687134, 0.9493682980537415, 0.9667974710464478, 1.158518671989441, -0.20095856487751007, 0.9493682980537415, 1.053943395614624, 0.4613508880138397, -0.20095856487751007, -0.06152502819895744, 0.09533771127462387, 0.3916339874267578, -0.09638340771198273, -0.6366884112358093, -0.3403921127319336, -0.8284096121788025, 0.18248367309570312, 1.5419609546661377, 2.0299782752990723, 1.0190850496292114, -0.4798256754875183, -0.37525051832199097, 0.5484968423843384, 0.7925055623054504, 0.3916339874267578, -0.009237446822226048, 0.9667974710464478, 1.5768193006515503, 1.1236603260040283, 0.478780061006546, 0.8447931408882141, -0.009237446822226048, 0.9667974710464478, 1.1933770179748535, 0.02562093921005726, 0.06047932058572769, 0.5659260153770447, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.6182135939598083, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.4090631604194641, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 1.3850982189178467, 1.646536111831665, 1.960261583328247, 1.7162528038024902, 1.5593900680541992, 0.8447931408882141, 0.5659260153770447, 1.5071024894714355, 1.629106879234314, 1.9079740047454834, 1.5942485332489014, 0.7576471567153931, -0.3578213155269623, 1.5419609546661377, 1.472244143486023, 1.1410894393920898, 1.158518671989441, 0.4613508880138397, 1.4548149108886719, 1.629106879234314, 1.5071024894714355, 0.478780061006546, 1.0190850496292114, 1.0365142822265625, 0.35677558183670044, 0.30448800325393677, 1.2108062505722046, 0.3916339874267578, 0.11276690661907196, -0.4972548484802246, 0.8099347352981567, 0.513638436794281, 0.8622223138809204, -1.1072766780853271, -0.20095856487751007, -1.0549890995025635, -0.4972548484802246, 1.0888018608093262, 1.9079740047454834, 1.1410894393920898, 0.07790851593017578, 0.4090631604194641, 0.8447931408882141, 0.06047932058572769, 0.7925055623054504, 0.33934640884399414, 1.2456645965576172, 1.785969614982605, 1.5245317220687866, -0.18352937698364258, -0.1661001741886139, -0.3578213155269623, -0.5669716596603394, 1.4025273323059082, 1.7511112689971924, 0.3916339874267578, 0.5484968423843384, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235], [0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.513638436794281, 0.4613508880138397, 0.7053595781326294, 1.4025273323059082, 1.7511112689971924, 1.9079740047454834, 1.803398847579956, 1.6813944578170776, 1.1933770179748535, 0.7750763297080994, 1.6639652252197266, 1.768540382385254, 1.8905447721481323, 1.5245317220687866, 0.35677558183670044, 0.008191745728254318, 1.5942485332489014, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 1.071372628211975, 0.7925055623054504, 1.158518671989441, 1.2805230617523193, -0.25324615836143494, 1.5419609546661377, 0.8099347352981567, 0.44392168521881104, 0.4962092638015747, 0.18248367309570312, -0.11381260305643082, 0.42649248242378235, -0.3403921127319336, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, 0.18248367309570312, -0.3055337369441986, 0.8099347352981567, -0.39267969131469727, 1.2630938291549683, 0.6182135939598083, 0.8622223138809204, -0.42753809690475464, 0.2347712516784668, 1.315381407737732, 1.1062309741973877, 1.4373857975006104, 1.3850982189178467, 1.9776906967163086, 1.9951199293136597, 1.7162528038024902, -1.1072766780853271, -0.6541175842285156, 0.8099347352981567, 0.7750763297080994, 1.2282354831695557, 1.9776906967163086, 1.4025273323059082, 0.478780061006546, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235], [0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.30448800325393677, 0.6182135939598083, 1.2979521751403809, 1.6639652252197266, 1.8382571935653687, 1.8208279609680176, 1.2805230617523193, 0.14762529730796814, 1.053943395614624, 1.6988236904144287, 1.8905447721481323, 1.7511112689971924, 1.0190850496292114, -0.532113254070282, -0.7064052224159241, 1.2282354831695557, 1.053943395614624, 1.158518671989441, 0.7925055623054504, 0.5310676693916321, 0.7576471567153931, 0.18248367309570312, 0.6879304051399231, -0.1312417984008789, 1.4548149108886719, 1.611677646636963, 0.42649248242378235, 1.158518671989441, 1.0190850496292114, 1.2979521751403809, 0.13019609451293945, 1.0888018608093262, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 0.7750763297080994, -0.8806971907615662, 0.7576471567153931, -0.1486709862947464, 1.315381407737732, -0.11381260305643082, -0.42753809690475464, -0.4623964726924896, 1.0365142822265625, 0.478780061006546, 0.6530719995498657, 0.9493682980537415, 1.768540382385254, 1.1236603260040283, 1.7336820363998413, 2.0125491619110107, -1.333856225013733, 1.332810640335083, 1.0888018608093262, 0.5659260153770447, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.16505448520183563, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.16505448520183563, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.4090631604194641, 0.35677558183670044, 0.33934640884399414, 0.2522004544734955, 0.2347712516784668, 0.600784420967102, 1.5071024894714355, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.1062309741973877, 0.6356428265571594, 1.2456645965576172, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 0.11276690661907196, 0.07790851593017578, -0.5669716596603394, 1.3850982189178467, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.5310676693916321, 1.1236603260040283, 0.7227887511253357, 0.33934640884399414, 0.4090631604194641, 1.2979521751403809, 1.1062309741973877, 1.2979521751403809, 0.7925055623054504, 1.071372628211975, 1.2108062505722046, 0.3742047846317291, 1.4548149108886719, 1.175947904586792, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, -0.6541175842285156, -0.1312417984008789, 0.478780061006546, 0.33934640884399414, 1.0190850496292114, -0.23581695556640625, -0.4623964726924896, 0.8970807194709778, 0.4613508880138397, 0.5310676693916321, -0.23581695556640625, 0.07790851593017578, 0.9145098924636841, 1.5593900680541992, 1.646536111831665, -0.5844008326530457, 1.1062309741973877, 0.6879304051399231, 0.8622223138809204, 1.2805230617523193, 1.646536111831665, 1.3850982189178467, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.670501172542572, 1.332810640335083, 1.646536111831665, 1.8556864261627197, 1.8208279609680176, 0.7227887511253357, 0.9493682980537415, 1.3676689863204956, 1.768540382385254, 1.5593900680541992, 1.611677646636963, -1.0375598669052124, -0.009237446822226048, -0.5146840810775757, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 1.1410894393920898, 1.3850982189178467, 0.7402179837226868, 0.670501172542572, -0.42753809690475464, 0.06047932058572769, 1.5942485332489014, 1.315381407737732, 0.7925055623054504, 0.06047932058572769, 0.0430501289665699, 1.053943395614624, 0.1999128758907318, 1.4373857975006104, 1.611677646636963, 1.4199565649032593, 1.5245317220687866, 1.3502397537231445, -0.7935512065887451, -0.39267969131469727, 0.8796514868736267, 0.3742047846317291, 0.5833552479743958, -0.1661001741886139, -1.3512853384017944, 0.1999128758907318, 0.0430501289665699, 0.600784420967102, -0.3403921127319336, 0.7227887511253357, 1.2108062505722046, 1.2630938291549683, 1.7511112689971924, -0.8458387851715088, 0.7227887511253357, 0.6879304051399231, 0.2696296274662018, 1.5942485332489014, 1.646536111831665, 1.472244143486023, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.4962092638015747, 0.4613508880138397, 0.478780061006546], [0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.4962092638015747, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.14762529730796814, 0.16505448520183563, 0.7402179837226868, 1.489673376083374, 1.6639652252197266, 1.8382571935653687, 1.768540382385254, 0.44392168521881104, 0.6879304051399231, 1.5245317220687866, 1.8556864261627197, 1.925403118133545, 1.4199565649032593, 0.2696296274662018, -0.009237446822226048, -0.2881045341491699, 1.4373857975006104, 1.2282354831695557, 0.478780061006546, 0.5659260153770447, 0.7053595781326294, 1.2630938291549683, 0.7053595781326294, 0.13019609451293945, 0.8099347352981567, 1.8382571935653687, 1.3502397537231445, 1.1410894393920898, 0.827363908290863, 0.0430501289665699, 0.8796514868736267, 0.28705883026123047, 1.332810640335083, 1.4025273323059082, 1.7162528038024902, 1.2979521751403809, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, -0.04409583657979965, -0.09638340771198273, -0.42753809690475464, 0.2522004544734955, -1.5430065393447876, 1.0016558170318604, 0.7402179837226868, 0.30448800325393677, 0.0430501289665699, -0.09638340771198273, 1.3502397537231445, 1.5593900680541992, 1.942832350730896, -1.490718960762024, 0.28705883026123047, 0.7053595781326294, 0.4613508880138397, 1.7162528038024902, 1.1410894393920898, 0.7053595781326294, 0.600784420967102, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.4613508880138397, 0.478780061006546]]]]} 2026-04-16 20:34:17.143 3502 kserve.trace response code: 200, content: {"predictions":[[6.736569968524009e-9,1.153582651625129e-8,5.142186410012073e-8,6.647101002954514e-8,4.094442118685038e-8,1.3402272713847196e-7,9.35544619551365e-8,2.8935589924117266e-8,6.845294819868286e-8,7.680520752728626e-8,2.0334418877610005e-6,1.1085519417974865e-6,2.3477346644540376e-7,6.581955744877632e-7,0.00012372950732242316,4.2878312456196e-7,6.419879809982376e-6,0.9993487000465393,0.00007371911488007754,0.00003101079710177146,5.602713827101979e-6,2.1862256289750803e-6,1.9543842100233633e-8,3.728848128048412e-7,4.29031416615544e-7,1.8250955235998845e-7,7.159837878134567e-8,9.231503561579757e-9,6.469168170042394e-7,7.031603299623157e-9,4.4511686780879245e-8,1.2455829789814743e-7,9.446210924579646e-8,4.3476589439706004e-8,4.6581672563661414e-7,6.797636586952649e-8,2.1060014887552825e-7,2.2604888627597575e-8,1.4311326879123953e-7,7.951216218771151e-8,1.2341666888460168e-7,1.0921577313638409e-6,0.000015243762391037308,3.1172930903267115e-7,2.415180802017858e-7,6.863702850523623e-8,8.46760883632669e-8,9.424560687421035e-8,1.0219084245477461e-8,3.3770398033539095e-8,3.6928447855189006e-8,1.3693848188722768e-7,1.067415098532365e-7,2.5994486918534676e-7,3.486601087843155e-7,3.132020509610811e-8,3.5748260529544496e-7,6.648343742199359e-8,3.163856945320731e-7,1.2095728152416996e-6,8.663983663836916e-8,4.014367860349921e-8,1.2544606420306081e-7,3.320077013313494e-8,1.973121896980956e-7,3.8063546980993124e-7,1.382770449254167e-7,2.3001977211833946e-8,7.14414980507172e-8,2.851079372589993e-8,2.982524804906461e-8,8.935905526641363e-8,6.223806394700659e-7,6.478746428228987e-8,1.3662854314588913e-7,9.973038572752557e-8,2.576123669939534e-8,4.130169273253159e-8,3.9383902361578293e-8,1.2157941853274679e-7,4.302776233089389e-6,1.8178942582380841e-6,1.8520014464229462e-6,1.6245859342234326e-6,0.0000164481571118813,0.000010544756150920875,3.993004611402284e-6,2.646454788646224e-7,0.00001919327405630611,4.803187607649306e-7,1.6962640358997305e-7,4.550436642603017e-6,0.000042358526116004214,4.443309080670588e-6,5.103951934870565e-6,0.000013506267350749113,4.1758286783988297e-7,4.4944314936401497e-7,3.156656873670727e-7,1.0557428140600678e-6,1.3364497952750298e-8,1.3893487249561076e-8,6.770295613023336e-8,1.4129548731034447e-7,7.170429228153807e-8,7.934354329108828e-8,2.6391164809069778e-8,2.6133946562367782e-8,7.1966232972897615e-9,2.1752097012495142e-8,6.684530973188885e-8,3.4177467966856057e-8,1.6228092647452286e-7,4.107051836399478e-7,6.472068889706861e-7,2.9513313393181306e-7,5.653383094994524e-9,4.8300755395302986e-8,8.887371727439586e-9,3.7305639466467255e-8,1.7784008932153483e-8,4.641856232723285e-9,3.413062898971475e-8,1.9373679549516964e-7,1.2980041219634586e-6,3.5640496776068176e-8,2.1493017143825455e-8,3.055253330330743e-7,1.553226809392072e-7,1.4520828699460253e-6,3.488421285169352e-8,0.00003825387466349639,4.508809183789708e-7,4.176648928932991e-7,6.770537765987683e-7,1.4142071336209483e-7,0.00001423571211489616,6.293736873885791e-7,4.762812295666663e-6,9.024806217894366e-7,9.058892942448438e-7,1.5713549146312289e-6,1.5720408441666223e-7,1.8185124872616143e-7,7.193072093514274e-8,1.1952631666645175e-6,8.874753234522359e-7,2.0870552930318809e-7,9.906116105184992e-8,7.793509837483725e-9,1.0058372623689138e-7,4.205883783470199e-7,1.8436001880672848e-7,1.6437729755125474e-7,7.02525184692604e-8,2.5704193262754416e-7,7.586770323086967e-8,7.841231308702845e-7,2.495280568837188e-7,5.157617977147311e-8,4.0673629797538524e-8,7.531674839356128e-9,4.797425745550754e-8,1.7419722553313477e-8,1.7958475950763386e-7,1.2566235163546935e-8,8.975329990335013e-8,3.269607518063822e-8,1.1208221195602164e-7,3.906690437815996e-8,4.676846998563633e-8,1.852334321483795e-7,1.4832883721282997e-7,1.2279221550670627e-7,1.0729002042353386e-6,3.6537970427019673e-9,1.6198204377815273e-7,1.6190487173162182e-8,1.2004819893718377e-7,1.480009448329156e-8,4.022906807676918e-8,2.1505718450498534e-7,1.192555032503151e-7,4.898190297808469e-8,7.608841201545147e-8,2.3137237903370078e-8,8.52094430570105e-8,9.586112525994395e-8,1.3351485961266008e-7,3.0216618540634954e-8,4.4238134933038964e-8,2.610634552979718e-8,2.397684113475407e-7,1.3192399705985736e-7,1.6734691854480843e-8,1.5883161097463017e-7,4.064300753725547e-7,8.753363545110915e-8,8.366871497855755e-7,3.437562767771851e-8,7.847781802183817e-8,8.526320982582547e-9,9.601245665180613e-8,5.258879127723048e-7,1.3557291822507977e-7,1.0307118003538562e-7,1.0429684671464656e-8,5.187630236491714e-8,2.1869702493404475e-8,1.179131725592697e-8,2.9806198398318884e-8,4.3383401759911067e-8,2.999067660880428e-8,2.8507258775789523e-8,3.058627484620047e-8,6.441018740588333e-8,1.5363882610586188e-8,1.597368459727022e-8,2.57365329048298e-8,1.090363141997841e-7,3.211827603877282e-8,6.819658615597746e-9,1.9251054084179486e-7,5.825749838095362e-8,1.876556723345857e-7,4.0070369777822634e-7,1.5791380647556252e-8,1.9501307235714194e-7,1.0141919304373914e-8,2.744775962071344e-8,1.2843395680306458e-8,3.7296960186949946e-8,7.407404467585366e-8,4.206033921150265e-8,1.6924593282396927e-8,1.4591853414458456e-7,4.344931525679385e-8,1.7191209167322086e-7,3.5816999144344663e-8,8.440128596021168e-9,4.1947775031303536e-8,2.513996122388562e-8,2.8339847801817086e-8,8.747072399728495e-8,8.277008411994302e-9,1.1676148936601294e-8,1.4548319882123906e-7,7.200192886358536e-9,2.623576165206032e-6,5.675644842995098e-7,1.9483265987219056e-6,6.752511438889996e-8,8.168359499904909e-8,1.0932910754490877e-7,1.6708914074570203e-7,3.138676518688044e-8,2.9734879447573803e-8,5.7520821883372264e-8,5.8507939826313304e-8,3.2544284067625995e-7,3.330167075432655e-8,4.186742614820105e-7,1.5085691984495497e-7,2.334644193524582e-7,2.8639897209359333e-7,2.2940034227758588e-7,1.8537357959758083e-7,3.151756686747831e-7,1.1075776455982123e-6,1.5369606387594104e-7,1.9237216974943294e-7,1.6404264613356645e-7,2.900799245253438e-7,1.2466382770526252e-7,5.802550617772795e-8,5.1861558603150115e-8,6.009345909774311e-9,1.23330778478703e-7,1.3798263864828186e-7,1.7370017246776115e-7,5.617696388071636e-7,5.160393001801822e-8,4.813227150179955e-8,8.032599652096906e-8,2.0644911273848265e-6,5.638538027596951e-7,8.794099244369136e-7,3.4785582556651207e-6,2.972355162000895e-7,3.390414349269122e-7,9.468957529179534e-8,3.754799493549399e-8,1.5678830322940485e-7,8.2030041426151e-8,6.847877820348458e-9,1.825139683830912e-8,6.050154155445853e-8,3.9562941367421445e-8,1.0699794472657231e-7,3.256623699599004e-7,3.536899839673424e-7,7.326217854597417e-8,4.857605517827324e-7,7.717640073678922e-7,3.456741737295488e-8,3.2461647947457095e-7,3.1608240078639938e-6,5.330938535053065e-8,3.645648973815696e-7,5.481521156980307e-7,4.623012372917401e-8,1.346600981833035e-7,4.352903104631878e-8,1.6403919289587066e-7,2.4636646500653114e-8,5.958662185889807e-8,9.493569308460792e-8,5.5234050222452424e-8,5.741187081298449e-8,0.000011850225746457,5.826300366607029e-6,7.420818292303011e-6,9.127862199420633e-7,2.001935399675858e-6,1.0334889566365746e-6,3.514648483360361e-8,2.0589775431290036e-6,3.5655068586493144e-7,6.873136015883574e-8,2.193502490754895e-9,5.560284321859399e-8,3.3266616128457827e-7,1.3073517379780242e-7,2.7187292417352182e-8,1.0462799515664756e-8,7.466601914529747e-7,6.923080064780152e-8,1.6145493830777013e-8,8.568415310605815e-9,4.762142236103273e-9,1.233958357715892e-7,8.340525603500737e-9,3.2648699299642203e-9,5.063196084620358e-9,4.0704488668552585e-9,1.2043389396865223e-8,5.1055555339019065e-9,7.267066948202228e-9,1.1844983305309142e-7,7.53547197973603e-8,6.386873252495207e-8,1.621267564644313e-8,2.6103893446816073e-7,6.979319664424111e-7,6.647392325476176e-8,7.717375183347031e-7,6.651137596236367e-7,3.3244478458982485e-7,3.707229154770175e-7,3.995585302618565e-7,6.411539743567118e-8,7.107263400030206e-8,1.6379799205878953e-7,6.876715730186334e-8,3.4624252975845593e-7,2.0256192101442139e-7,6.19600768914097e-7,2.6840686118134727e-8,6.720200644849683e-7,1.1348156476742588e-6,1.8397651047052932e-6,6.397185075002199e-7,7.257429501805746e-8,4.2213261508550204e-7,3.965735402289283e-7,1.4037237860975438e-7,3.249813573802385e-7,1.5857477819736232e-7,1.1122037335553614e-7,7.39131564841955e-8,3.4231769063808315e-7,5.39788445053091e-8,8.517191218970765e-8,4.060975243191933e-6,0.000014478493540082127,7.316928396505773e-9,6.948383646232514e-9,4.4688626132938225e-8,9.23126250995665e-8,5.41190452452156e-8,2.224259958438779e-7,1.7609368185844687e-8,2.0905980946395175e-8,3.6797160873902612e-9,6.177843658861093e-8,1.7920085326750268e-7,2.6278852871541858e-8,2.698776313536655e-8,1.6432605320915172e-7,1.2827440798446332e-7,4.468845560268164e-8,6.316474099321567e-8,1.9461522171582146e-8,2.0871000927513705e-8,2.2414262446091016e-8,2.4764982953229264e-8,6.785314532464781e-9,2.4248494767675766e-8,4.554914667664889e-9,2.8976625543464252e-8,2.0402152856036082e-8,1.6009290959573264e-7,2.019951637066697e-7,1.6111656009343278e-8,5.964040639128143e-8,4.0982603977113286e-9,3.907972612182675e-8,7.511245847524606e-9,5.965555942566425e-7,1.6478051634294388e-7,1.410681527147517e-8,3.285524030616216e-8,3.338656018314623e-9,1.2200259469352659e-8,4.624581961820695e-8,6.842250765970448e-9,1.7426071252657493e-8,4.661075436729334e-8,9.33183343931887e-8,1.230591379908219e-7,1.2359244294657401e-8,1.1173082903326303e-8,2.772451956900568e-8,2.4191731995415466e-7,3.4511506896706123e-7,2.593734649281032e-8,9.964443847820803e-8,9.797671118860762e-9,1.90853270964908e-7,3.9726497647052383e-8,2.6638923955601967e-8,6.8740502179309715e-9,3.146955052102385e-8,2.4086276084744895e-7,1.3126738451774145e-7,2.1254035686979478e-7,2.0501781605730685e-8,3.694923123020999e-8,6.563101351275691e-7,2.5600135344916453e-8,2.688264899575188e-8,6.880517844365386e-7,2.0092501529234141e-7,2.7880052044793047e-8,2.62837644982028e-8,5.167780159354152e-8,1.893516099471526e-7,4.6184757707123936e-7,1.1086663143089481e-8,1.4542384008109366e-7,2.8736709012378014e-8,6.105074703555147e-7,1.2016337258557996e-8,1.3944533350240818e-7,2.0936788303060894e-8,4.3800788773751265e-8,1.9662968142597492e-8,6.6543535126584175e-9,1.1149432488366529e-8,6.424846787922434e-8,6.971495380980741e-9,3.2599853927450795e-9,1.4260012726197147e-8,2.7894840215481054e-8,8.115682703646598e-8,2.599534454361674e-8,2.285521105704902e-8,1.05594978094814e-7,8.145473628928812e-8,3.779314994289962e-8,4.8818307618603285e-8,2.3420332340151617e-8,1.0599223720930695e-8,3.604067799756194e-8,5.062377184117395e-8,3.6804056691153164e-8,1.5015616527946918e-9,1.4474869658442913e-6,1.0761959856608883e-6,1.304976251503831e-7,3.073563448197092e-8,1.7183838352252678e-8,2.042087920983704e-8,7.904924714807748e-9,1.6901843480354728e-7,1.2416376371504612e-8,5.4757610001843204e-8,2.6250097207025647e-8,1.3261202802539174e-8,6.298007804161898e-8,1.2709827856838274e-8,2.0171410142211244e-7,4.386575014336813e-8,6.962276444255622e-8,2.956475668725034e-7,7.925040677037032e-7,2.0868660044470744e-7,1.7341581326490996e-7,4.294189182019181e-8,4.213362547744737e-9,8.8246935092684e-8,1.7341355018629656e-8,7.321497008661026e-8,1.7941481189609476e-8,1.1245008835203407e-7,4.2423405943736725e-7,8.259470440918903e-9,1.1336252470073305e-7,8.268681739309613e-8,2.2186704029536486e-8,1.9539518447686532e-8,1.0675572426066537e-8,3.288476690954667e-8,2.4340661042288048e-8,6.639029948019015e-8,5.604618547039308e-9,1.386590220420203e-8,6.6757905869963e-8,1.1355724360839758e-8,3.1321272331297223e-7,3.1244848486267074e-8,1.502163371469578e-7,1.346161226933873e-8,1.8882738572756352e-7,4.645693962856967e-8,4.645321638463429e-8,7.71435715307689e-9,3.585664032357272e-8,7.608256247237932e-9,4.2214487905312126e-8,4.3406713778892936e-9,1.3401408871516196e-8,8.565495335233209e-8,1.7045202582721686e-8,5.422122839604526e-8,3.0218750168842234e-8,6.153300091682468e-8,3.9388163841636015e-9,4.135585029985123e-8,1.7818981845607595e-8,4.31053557292671e-8,3.9032919119108556e-9,7.663005163749403e-8,1.1890258555524724e-8,9.304103265606045e-9,1.0967905472725192e-9,1.0536636452229686e-8,1.1516662112853737e-7,8.134422273542441e-7,5.9525618212319387e-8,2.8063100288022724e-8,1.283296402476708e-8,1.060557863752365e-7,7.872866945035639e-7,2.7501052102252288e-8,3.936232229051484e-9,2.0519189902756807e-8,7.394696410756296e-9,3.5983390489491285e-8,2.5378296797384792e-8,4.6989228508209635e-8,7.549436631393291e-9,6.322734407149255e-7,5.581916262542563e-9,1.2963950268840563e-7,1.587476106124086e-8,3.3837391555380236e-8,6.474394353972457e-9,9.121036015358186e-8,1.3918366015275296e-8,8.229938508463874e-9,2.7060956142577197e-8,2.6095642979839795e-8,5.722282203635132e-9,6.963402938708896e-7,4.685033871965061e-8,9.590480409826796e-9,2.0991818416860042e-7,3.082116961650172e-8,3.563118511351604e-8,7.326215154535021e-7,2.1759417450084584e-6,2.4074907400972734e-7,2.974484800688515e-7,2.528977205429328e-8,7.667869894589785e-9,2.6632636718204594e-7,3.435845030708151e-8,2.3129958393042216e-8,3.1239306252928145e-8,2.8691238185274415e-7,3.8957892911639647e-8,2.4183783864373254e-8,1.158230222841894e-8,5.1544706280992614e-8,2.0343204454320585e-8,8.201909196259294e-8,1.1641392738681589e-8,5.496298740581551e-7,1.1682007361457636e-8,4.7576321549058775e-8,1.6349654075042963e-8,4.090812311119407e-8,2.1270925287808495e-7,1.669703095785735e-7,3.989651631286506e-8,2.8524043500510743e-6,1.2500227342115977e-7,2.4846258384059183e-7,1.2454135500661323e-8,2.9699904757762852e-8,4.25093871214699e-9,1.6144196024470148e-7,2.6385819751340023e-7,7.637975585339518e-9,3.4455236441743864e-9,7.273212787595185e-8,1.763124757303558e-8,7.586505645917896e-9,2.154678924171094e-8,1.267521554382256e-7,2.5636829548147944e-8,3.500932521660616e-8,6.472151170555662e-8,8.387794458997178e-9,3.0694742747527926e-8,7.520281286588215e-8,1.5724816648798878e-7,1.9633705505839316e-7,1.2290654183289007e-7,1.1121071841202479e-9,1.5468767600168576e-8,9.916888643601851e-9,6.882375487293757e-7,8.267530660077682e-8,4.46946799570469e-8,2.075171856574798e-8,8.649272587035739e-8,5.20271186132959e-8,4.5564465978031876e-8,2.031970502969216e-8,8.705073994974555e-9,6.45198596771479e-8,2.1777212921847422e-8,1.0309374687267336e-8,3.2118705917127954e-8,2.3336649235261575e-7,8.053995692591798e-9,1.9623111313649133e-7,1.2887916511772346e-7,1.5392334518082862e-8,1.401880500573327e-9,5.696758975659577e-8,6.079961423210989e-9,1.0782660986308201e-8,2.4260382147645032e-8,1.9388348704296732e-8,2.2969983604070876e-7,1.997151066746028e-8,2.8477696645268225e-8,5.227270349905666e-8,2.739241153904004e-7,9.85714976309282e-8,3.129077086327925e-8,4.1513992243835673e-8,5.2511412995670526e-9,1.5806674582563573e-6,8.547505672140687e-7,1.0688979479311911e-8,1.0621677120070672e-6,7.737217089243131e-8,6.394137130882882e-8,1.1698201518584028e-7,1.0486479595783749e-7,2.1160776952910965e-7,1.5339432835048683e-8,5.094390331805698e-8,1.4005206772083056e-8,2.6281709253339613e-8,8.77830927947798e-8,7.771985721660712e-9,4.228822803042931e-8,3.3243432540075446e-7,7.72913466562386e-8,7.63679175452836e-10,5.989415541307608e-8,1.3260753917165857e-7,1.2853475084284582e-7,8.844149412823299e-9,1.0194228394766469e-7,2.4937534703894926e-7,1.6547782877296413e-7,1.176258734858493e-8,1.1496064900029523e-7,2.934237670615403e-7,1.3261050924029405e-8,8.630173198298507e-8,5.739413211358624e-8,1.1093964502606468e-7,2.2933429022486962e-7,3.470581191322708e-7,1.475092403779854e-7,1.5024763655446804e-8,6.454251177956394e-8,5.164459437878577e-8,6.23732674398525e-8,1.2935890936205396e-7,1.4051898311606692e-8,5.386868906498421e-8,2.082729722019394e-8,1.3040525104202061e-8,1.05788906523685e-7,1.507953939494655e-8,8.926216423787992e-7,4.637372086335745e-8,7.480928161385236e-7,5.883074472023964e-9,2.870727655590599e-9,8.381493898923509e-7,7.341868002441743e-9,1.4245849833116608e-8,1.0926260785026898e-7,1.1308060265946551e-7,2.52335809136639e-7,1.178269073420779e-7,4.667730024721095e-8,2.79587997198405e-9,3.436349871321909e-8,1.4674341741738317e-7,3.539640758276619e-8,2.0580911552769976e-7,7.18380377406902e-8,2.7693602078215918e-8,4.5492825506698864e-8,1.955898198957584e-8,1.5359576721607482e-8,1.2336422550163206e-8,2.957029643368969e-8,2.877517033539334e-7,9.051751135302766e-7,2.3732353326977318e-7,1.6521470413977113e-8,1.5478654802336678e-8,3.526755776306345e-8,3.61636587342673e-8,1.615889466677345e-8,7.649993705172164e-8,1.9661243300106435e-8,4.9174737171142624e-8,1.1712456426948847e-7,1.0889120716228717e-8,1.4941074368834961e-6,1.0185750909386115e-8,3.7575578204496196e-8,2.0970718495050278e-8,3.368522527580353e-8,4.845519985252622e-9,6.039555842107802e-7,1.0373183201295433e-8,2.841620698745828e-7,4.499007388858445e-7,3.4631430168019506e-8,7.720588968140873e-8,1.4711066853578814e-7,1.160143270340086e-7,4.0074306184578745e-7,3.0256124716743216e-8,6.706726196625823e-8,2.012845534693497e-8,1.5987545731732666e-9,4.1919221871467016e-8,1.3166965295852151e-8,3.231780709711529e-8,9.247563781400459e-8,1.3075164417841734e-7,1.0574149911235509e-7,3.762125899697821e-8,1.0942090256094161e-7,7.001387558602801e-8,2.7426720450307585e-8,2.0766329100752046e-8,4.5402845927355884e-8,3.390360703292572e-8,1.0469531730450399e-7,2.8271228913467894e-8,3.406190955956845e-7,5.146158059687878e-7,6.740644380442973e-7,6.3821934404018066e-9,3.638748680145909e-8,3.6260146885069844e-8,1.6065344254911906e-7,3.639007957190188e-7,6.232625970881145e-9,4.8054303647404595e-8,3.3725854109434295e-8,6.3287848206528e-7,6.480550496235082e-8,2.116489525860743e-7,8.38768769995113e-8,1.758889212055692e-8,2.729004577872729e-9,2.144768451728396e-8,7.861175532752895e-8,2.011793931444572e-8,2.840733515085958e-8,2.492219834948628e-7,2.0156347702027233e-8,2.6551370879701608e-8,2.7847898209643063e-8,6.907038496706264e-9,1.8805204504701578e-8,1.3006692611838844e-8,3.685865976876812e-7,3.9678877783444477e-7,2.7591790185965692e-8,2.5228539257682314e-8,1.5469838388071366e-7,3.6892611632310945e-8,1.4401622117077295e-9,2.1504664715621402e-8,5.068058328561165e-8,5.081657761252245e-8,1.1718628734058711e-8,5.409200909411993e-8,7.138175419640902e-7,2.523685509459028e-7,7.071956531490287e-8,7.199660245760242e-8,1.2525339876390262e-8,3.4802988579940575e-7,1.9591639954796847e-7,1.2404500182583433e-7,1.2346009725661133e-7,1.92011366806355e-8,1.9895020386684337e-7,3.7876212388709973e-8,1.0629652713589621e-8,1.2436973229057458e-8,2.186162078032794e-7,2.618108396745811e-7,1.1128912547064829e-7,1.0776497560982534e-7,6.380246109216614e-9,3.895029632161595e-9,1.576254788915321e-7,2.9089968212048234e-9,1.03809227880447e-8,2.8134863327977655e-8,1.0777869263733919e-8,1.3605805371241786e-8,2.9236161935841665e-8,1.918957508451058e-7,2.1994748067299952e-7,1.3263833587018325e-8,4.900423533626963e-8,2.9808058243929736e-9,8.925934658066126e-9,1.0996840771326788e-8,7.715520666806697e-9,7.454385553273823e-9,5.0860990086221136e-8,1.5129604946650943e-7,1.1959995660504319e-8,1.1323217030678734e-8,9.39119804144184e-9,9.585582461113518e-8,1.9055129030220996e-8,1.8105044574667772e-8,6.179151057494892e-8,6.389322493305372e-8,1.1853056314237165e-8,9.372677745034252e-9,1.2332006349424773e-7,1.6521848777983905e-8,1.246099685658919e-7,4.196111902388111e-9,3.9965367903960214e-8,1.255440107428285e-8,1.4302015571843185e-8,6.631698745707126e-9,5.964162053118116e-9,5.556878956980427e-9,1.419230528654225e-7,1.7612896030527736e-8,3.3801444487835397e-7,7.856438344333583e-8,2.9667463152804885e-8,2.8991748877160717e-6,1.3787196166958893e-6,5.313577133847502e-9,2.5128217728820346e-8,8.406522056247923e-8,4.492775573794461e-8,5.4087468726038423e-8,2.4238921980668238e-8,4.0167356019082945e-7,4.1083040969169815e-8,5.415281023601892e-8,8.640659743264223e-9,5.773174294176897e-8,2.6442751277500065e-7,8.953106203080097e-7,2.799365539374321e-8,5.889395637836969e-9,4.178830081968954e-8,2.888028660663622e-8,2.1357223545237503e-8,2.3023956430279213e-7,8.786517469161481e-8,2.069703963769598e-9,2.2363829899063603e-8,3.2032425600903025e-9,1.176860120466472e-8,6.963498577761129e-8,2.2719042647167953e-8,7.360319465021803e-9,6.922469264480924e-9,3.2138252947788715e-8,1.3705631829452614e-7,1.9814805796158907e-8,1.0578844467090676e-8,2.7049035011827982e-8,2.9755513608620277e-9,2.1773475467057324e-8,1.0975404585167325e-8,1.9918440230526357e-8,2.3881801425318372e-8,2.1357100976615584e-8,6.109046157831699e-9,1.1890372242362446e-8,1.1459750481890296e-8,3.731681275098708e-8,1.5726065782928345e-8,3.403987491878979e-8,3.6921193213856895e-8,9.281668411631472e-8,1.2323060616381554e-7,4.234707162709128e-8,1.7423577247654976e-8,5.811278214196136e-8,3.9313878374969136e-8,2.3690166273127033e-8,1.792834680713895e-8,1.4406491999352511e-8,7.0197305745978156e-9,6.041436506620812e-8,4.867428771149207e-8,1.0685186957459791e-8,1.005112082452797e-8,4.2425732260653604e-8,2.6077879411445792e-8,5.136626679558276e-9,1.6972753202892932e-9,1.9131350725842822e-8,2.1117190840413969e-7,1.3372530638378066e-8,2.000219723186092e-8,1.0454146348592985e-7,2.814382682458927e-8,2.134452614654947e-7,2.104584950757271e-8,1.9114216343041335e-7,3.957645233754192e-8,2.9315843974586642e-8,1.1051893977764848e-7,4.840025980001883e-8,5.583537188158516e-8,1.2129960680340446e-7,1.7761975001917563e-8,2.561053769056798e-8,1.2038481145282276e-7,4.6748018789344314e-9,1.591587306393194e-8,3.147561500327356e-8,6.147622144681009e-8,2.204614979461894e-8,3.2577264619249036e-7,1.198899752807847e-7,2.3818718375423487e-7,1.490982981522393e-8,5.1016343149967724e-8,5.5141523347401744e-8,2.288526701477167e-8,5.7140397302646306e-8,5.185041231925425e-7,4.977233558633998e-8,1.104976110610778e-8,1.26408238543263e-7,8.174780674607973e-8]]} 2026-04-16 20:34:17.143 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[[6.736569968524009e-9,1.153582651625129e-8,5.142186410012073e-8,6.647101002954514e-8,4.094442118685038e-8,1.3402272713847196e-7,9.35544619551365e-8,2.8935589924117266e-8,6.845294819868286e-8,7.680520752728626e-8,2.0334418877610005e-6,1.1085519417974865e-6,2.3477346644540376e-7,6.581955744877632e-7,0.00012372950732242316,4.2878312456196e-7,6.419879809982376e-6,0.9993487000465393,0.00007371911488007754,0.00003101079710177146,5.602713827101979e-6,2.1862256289750803e-6,1.9543842100233633e-8,3.728848128048412e-7,4.29031416615544e-7,1.8250955235998845e-7,7.159837878134567e-8,9.231503561579757e-9,6.469168170042394e-7,7.031603299623157e-9,4.4511686780879245e-8,1.2455829789814743e-7,9.446210924579646e-8,4.3476589439706004e-8,4.6581672563661414e-7,6.797636586952649e-8,2.1060014887552825e-7,2.2604888627597575e-8,1.4311326879123953e-7,7.951216218771151e-8,1.2341666888460168e-7,1.0921577313638409e-6,0.000015243762391037308,3.1172930903267115e-7,2.415180802017858e-7,6.863702850523623e-8,8.46760883632669e-8,9.424560687421035e-8,1.0219084245477461e-8,3.3770398033539095e-8,3.6928447855189006e-8,1.3693848188722768e-7,1.067415098532365e-7,2.5994486918534676e-7,3.486601087843155e-7,3.132020509610811e-8,3.5748260529544496e-7,6.648343742199359e-8,3.163856945320731e-7,1.2095728152416996e-6,8.663983663836916e-8,4.014367860349921e-8,1.2544606420306081e-7,3.320077013313494e-8,1.973121896980956e-7,3.8063546980993124e-7,1.382770449254167e-7,2.3001977211833946e-8,7.14414980507172e-8,2.851079372589993e-8,2.982524804906461e-8,8.935905526641363e-8,6.223806394700659e-7,6.478746428228987e-8,1.3662854314588913e-7,9.973038572752557e-8,2.576123669939534e-8,4.130169273253159e-8,3.9383902361578293e-8,1.2157941853274679e-7,4.302776233089389e-6,1.8178942582380841e-6,1.8520014464229462e-6,1.6245859342234326e-6,0.0000164481571118813,0.000010544756150920875,3.993004611402284e-6,2.646454788646224e-7,0.00001919327405630611,4.803187607649306e-7,1.6962640358997305e-7,4.550436642603017e-6,0.000042358526116004214,4.443309080670588e-6,5.103951934870565e-6,0.000013506267350749113,4.1758286783988297e-7,4.4944314936401497e-7,3.156656873670727e-7,1.0557428140600678e-6,1.3364497952750298e-8,1.3893487249561076e-8,6.770295613023336e-8,1.4129548731034447e-7,7.170429228153807e-8,7.934354329108828e-8,2.6391164809069778e-8,2.6133946562367782e-8,7.1966232972897615e-9,2.1752097012495142e-8,6.684530973188885e-8,3.4177467966856057e-8,1.6228092647452286e-7,4.107051836399478e-7,6.472068889706861e-7,2.9513313393181306e-7,5.653383094994524e-9,4.8300755395302986e-8,8.887371727439586e-9,3.7305639466467255e-8,1.7784008932153483e-8,4.641856232723285e-9,3.413062898971475e-8,1.9373679549516964e-7,1.2980041219634586e-6,3.5640496776068176e-8,2.1493017143825455e-8,3.055253330330743e-7,1.553226809392072e-7,1.4520828699460253e-6,3.488421285169352e-8,0.00003825387466349639,4.508809183789708e-7,4.176648928932991e-7,6.770537765987683e-7,1.4142071336209483e-7,0.00001423571211489616,6.293736873885791e-7,4.762812295666663e-6,9.024806217894366e-7,9.058892942448438e-7,1.5713549146312289e-6,1.5720408441666223e-7,1.8185124872616143e-7,7.193072093514274e-8,1.1952631666645175e-6,8.874753234522359e-7,2.0870552930318809e-7,9.906116105184992e-8,7.793509837483725e-9,1.0058372623689138e-7,4.205883783470199e-7,1.8436001880672848e-7,1.6437729755125474e-7,7.02525184692604e-8,2.5704193262754416e-7,7.586770323086967e-8,7.841231308702845e-7,2.495280568837188e-7,5.157617977147311e-8,4.0673629797538524e-8,7.531674839356128e-9,4.797425745550754e-8,1.7419722553313477e-8,1.7958475950763386e-7,1.2566235163546935e-8,8.975329990335013e-8,3.269607518063822e-8,1.1208221195602164e-7,3.906690437815996e-8,4.676846998563633e-8,1.852334321483795e-7,1.4832883721282997e-7,1.2279221550670627e-7,1.0729002042353386e-6,3.6537970427019673e-9,1.6198204377815273e-7,1.6190487173162182e-8,1.2004819893718377e-7,1.480009448329156e-8,4.022906807676918e-8,2.1505718450498534e-7,1.192555032503151e-7,4.898190297808469e-8,7.608841201545147e-8,2.3137237903370078e-8,8.52094430570105e-8,9.586112525994395e-8,1.3351485961266008e-7,3.0216618540634954e-8,4.4238134933038964e-8,2.610634552979718e-8,2.397684113475407e-7,1.3192399705985736e-7,1.6734691854480843e-8,1.5883161097463017e-7,4.064300753725547e-7,8.753363545110915e-8,8.366871497855755e-7,3.437562767771851e-8,7.847781802183817e-8,8.526320982582547e-9,9.601245665180613e-8,5.258879127723048e-7,1.3557291822507977e-7,1.0307118003538562e-7,1.0429684671464656e-8,5.187630236491714e-8,2.1869702493404475e-8,1.179131725592697e-8,2.9806198398318884e-8,4.3383401759911067e-8,2.999067660880428e-8,2.8507258775789523e-8,3.058627484620047e-8,6.441018740588333e-8,1.5363882610586188e-8,1.597368459727022e-8,2.57365329048298e-8,1.090363141997841e-7,3.211827603877282e-8,6.819658615597746e-9,1.9251054084179486e-7,5.825749838095362e-8,1.876556723345857e-7,4.0070369777822634e-7,1.5791380647556252e-8,1.9501307235714194e-7,1.0141919304373914e-8,2.744775962071344e-8,1.2843395680306458e-8,3.7296960186949946e-8,7.407404467585366e-8,4.206033921150265e-8,1.6924593282396927e-8,1.4591853414458456e-7,4.344931525679385e-8,1.7191209167322086e-7,3.5816999144344663e-8,8.440128596021168e-9,4.1947775031303536e-8,2.513996122388562e-8,2.8339847801817086e-8,8.747072399728495e-8,8.277008411994302e-9,1.1676148936601294e-8,1.4548319882123906e-7,7.200192886358536e-9,2.623576165206032e-6,5.675644842995098e-7,1.9483265987219056e-6,6.752511438889996e-8,8.168359499904909e-8,1.0932910754490877e-7,1.6708914074570203e-7,3.138676518688044e-8,2.9734879447573803e-8,5.7520821883372264e-8,5.8507939826313304e-8,3.2544284067625995e-7,3.330167075432655e-8,4.186742614820105e-7,1.5085691984495497e-7,2.334644193524582e-7,2.8639897209359333e-7,2.2940034227758588e-7,1.8537357959758083e-7,3.151756686747831e-7,1.1075776455982123e-6,1.5369606387594104e-7,1.9237216974943294e-7,1.6404264613356645e-7,2.900799245253438e-7,1.2466382770526252e-7,5.802550617772795e-8,5.1861558603150115e-8,6.009345909774311e-9,1.23330778478703e-7,1.3798263864828186e-7,1.7370017246776115e-7,5.617696388071636e-7,5.160393001801822e-8,4.813227150179955e-8,8.032599652096906e-8,2.0644911273848265e-6,5.638538027596951e-7,8.794099244369136e-7,3.4785582556651207e-6,2.972355162000895e-7,3.390414349269122e-7,9.468957529179534e-8,3.754799493549399e-8,1.5678830322940485e-7,8.2030041426151e-8,6.847877820348458e-9,1.825139683830912e-8,6.050154155445853e-8,3.9562941367421445e-8,1.0699794472657231e-7,3.256623699599004e-7,3.536899839673424e-7,7.326217854597417e-8,4.857605517827324e-7,7.717640073678922e-7,3.456741737295488e-8,3.2461647947457095e-7,3.1608240078639938e-6,5.330938535053065e-8,3.645648973815696e-7,5.481521156980307e-7,4.623012372917401e-8,1.346600981833035e-7,4.352903104631878e-8,1.6403919289587066e-7,2.4636646500653114e-8,5.958662185889807e-8,9.493569308460792e-8,5.5234050222452424e-8,5.741187081298449e-8,0.000011850225746457,5.826300366607029e-6,7.420818292303011e-6,9.127862199420633e-7,2.001935399675858e-6,1.0334889566365746e-6,3.514648483360361e-8,2.0589775431290036e-6,3.5655068586493144e-7,6.873136015883574e-8,2.193502490754895e-9,5.560284321859399e-8,3.3266616128457827e-7,1.3073517379780242e-7,2.7187292417352182e-8,1.0462799515664756e-8,7.466601914529747e-7,6.923080064780152e-8,1.6145493830777013e-8,8.568415310605815e-9,4.762142236103273e-9,1.233958357715892e-7,8.340525603500737e-9,3.2648699299642203e-9,5.063196084620358e-9,4.0704488668552585e-9,1.2043389396865223e-8,5.1055555339019065e-9,7.267066948202228e-9,1.1844983305309142e-7,7.53547197973603e-8,6.386873252495207e-8,1.621267564644313e-8,2.6103893446816073e-7,6.979319664424111e-7,6.647392325476176e-8,7.717375183347031e-7,6.651137596236367e-7,3.3244478458982485e-7,3.707229154770175e-7,3.995585302618565e-7,6.411539743567118e-8,7.107263400030206e-8,1.6379799205878953e-7,6.876715730186334e-8,3.4624252975845593e-7,2.0256192101442139e-7,6.19600768914097e-7,2.6840686118134727e-8,6.720200644849683e-7,1.1348156476742588e-6,1.8397651047052932e-6,6.397185075002199e-7,7.257429501805746e-8,4.2213261508550204e-7,3.965735402289283e-7,1.4037237860975438e-7,3.249813573802385e-7,1.5857477819736232e-7,1.1122037335553614e-7,7.39131564841955e-8,3.4231769063808315e-7,5.39788445053091e-8,8.517191218970765e-8,4.060975243191933e-6,0.000014478493540082127,7.316928396505773e-9,6.948383646232514e-9,4.4688626132938225e-8,9.23126250995665e-8,5.41190452452156e-8,2.224259958438779e-7,1.7609368185844687e-8,2.0905980946395175e-8,3.6797160873902612e-9,6.177843658861093e-8,1.7920085326750268e-7,2.6278852871541858e-8,2.698776313536655e-8,1.6432605320915172e-7,1.2827440798446332e-7,4.468845560268164e-8,6.316474099321567e-8,1.9461522171582146e-8,2.0871000927513705e-8,2.2414262446091016e-8,2.4764982953229264e-8,6.785314532464781e-9,2.4248494767675766e-8,4.554914667664889e-9,2.8976625543464252e-8,2.0402152856036082e-8,1.6009290959573264e-7,2.019951637066697e-7,1.6111656009343278e-8,5.964040639128143e-8,4.0982603977113286e-9,3.907972612182675e-8,7.511245847524606e-9,5.965555942566425e-7,1.6478051634294388e-7,1.410681527147517e-8,3.285524030616216e-8,3.338656018314623e-9,1.2200259469352659e-8,4.624581961820695e-8,6.842250765970448e-9,1.7426071252657493e-8,4.661075436729334e-8,9.33183343931887e-8,1.230591379908219e-7,1.2359244294657401e-8,1.1173082903326303e-8,2.772451956900568e-8,2.4191731995415466e-7,3.4511506896706123e-7,2.593734649281032e-8,9.964443847820803e-8,9.797671118860762e-9,1.90853270964908e-7,3.9726497647052383e-8,2.6638923955601967e-8,6.8740502179309715e-9,3.146955052102385e-8,2.4086276084744895e-7,1.3126738451774145e-7,2.1254035686979478e-7,2.0501781605730685e-8,3.694923123020999e-8,6.563101351275691e-7,2.5600135344916453e-8,2.688264899575188e-8,6.880517844365386e-7,2.0092501529234141e-7,2.7880052044793047e-8,2.62837644982028e-8,5.167780159354152e-8,1.893516099471526e-7,4.6184757707123936e-7,1.1086663143089481e-8,1.4542384008109366e-7,2.8736709012378014e-8,6.105074703555147e-7,1.2016337258557996e-8,1.3944533350240818e-7,2.0936788303060894e-8,4.3800788773751265e-8,1.9662968142597492e-8,6.6543535126584175e-9,1.1149432488366529e-8,6.424846787922434e-8,6.971495380980741e-9,3.2599853927450795e-9,1.4260012726197147e-8,2.7894840215481054e-8,8.115682703646598e-8,2.599534454361674e-8,2.285521105704902e-8,1.05594978094814e-7,8.145473628928812e-8,3.779314994289962e-8,4.8818307618603285e-8,2.3420332340151617e-8,1.0599223720930695e-8,3.604067799756194e-8,5.062377184117395e-8,3.6804056691153164e-8,1.5015616527946918e-9,1.4474869658442913e-6,1.0761959856608883e-6,1.304976251503831e-7,3.073563448197092e-8,1.7183838352252678e-8,2.042087920983704e-8,7.904924714807748e-9,1.6901843480354728e-7,1.2416376371504612e-8,5.4757610001843204e-8,2.6250097207025647e-8,1.3261202802539174e-8,6.298007804161898e-8,1.2709827856838274e-8,2.0171410142211244e-7,4.386575014336813e-8,6.962276444255622e-8,2.956475668725034e-7,7.925040677037032e-7,2.0868660044470744e-7,1.7341581326490996e-7,4.294189182019181e-8,4.213362547744737e-9,8.8246935092684e-8,1.7341355018629656e-8,7.321497008661026e-8,1.7941481189609476e-8,1.1245008835203407e-7,4.2423405943736725e-7,8.259470440918903e-9,1.1336252470073305e-7,8.268681739309613e-8,2.2186704029536486e-8,1.9539518447686532e-8,1.0675572426066537e-8,3.288476690954667e-8,2.4340661042288048e-8,6.639029948019015e-8,5.604618547039308e-9,1.386590220420203e-8,6.6757905869963e-8,1.1355724360839758e-8,3.1321272331297223e-7,3.1244848486267074e-8,1.502163371469578e-7,1.346161226933873e-8,1.8882738572756352e-7,4.645693962856967e-8,4.645321638463429e-8,7.71435715307689e-9,3.585664032357272e-8,7.608256247237932e-9,4.2214487905312126e-8,4.3406713778892936e-9,1.3401408871516196e-8,8.565495335233209e-8,1.7045202582721686e-8,5.422122839604526e-8,3.0218750168842234e-8,6.153300091682468e-8,3.9388163841636015e-9,4.135585029985123e-8,1.7818981845607595e-8,4.31053557292671e-8,3.9032919119108556e-9,7.663005163749403e-8,1.1890258555524724e-8,9.304103265606045e-9,1.0967905472725192e-9,1.0536636452229686e-8,1.1516662112853737e-7,8.134422273542441e-7,5.9525618212319387e-8,2.8063100288022724e-8,1.283296402476708e-8,1.060557863752365e-7,7.872866945035639e-7,2.7501052102252288e-8,3.936232229051484e-9,2.0519189902756807e-8,7.394696410756296e-9,3.5983390489491285e-8,2.5378296797384792e-8,4.6989228508209635e-8,7.549436631393291e-9,6.322734407149255e-7,5.581916262542563e-9,1.2963950268840563e-7,1.587476106124086e-8,3.3837391555380236e-8,6.474394353972457e-9,9.121036015358186e-8,1.3918366015275296e-8,8.229938508463874e-9,2.7060956142577197e-8,2.6095642979839795e-8,5.722282203635132e-9,6.963402938708896e-7,4.685033871965061e-8,9.590480409826796e-9,2.0991818416860042e-7,3.082116961650172e-8,3.563118511351604e-8,7.326215154535021e-7,2.1759417450084584e-6,2.4074907400972734e-7,2.974484800688515e-7,2.528977205429328e-8,7.667869894589785e-9,2.6632636718204594e-7,3.435845030708151e-8,2.3129958393042216e-8,3.1239306252928145e-8,2.8691238185274415e-7,3.8957892911639647e-8,2.4183783864373254e-8,1.158230222841894e-8,5.1544706280992614e-8,2.0343204454320585e-8,8.201909196259294e-8,1.1641392738681589e-8,5.496298740581551e-7,1.1682007361457636e-8,4.7576321549058775e-8,1.6349654075042963e-8,4.090812311119407e-8,2.1270925287808495e-7,1.669703095785735e-7,3.989651631286506e-8,2.8524043500510743e-6,1.2500227342115977e-7,2.4846258384059183e-7,1.2454135500661323e-8,2.9699904757762852e-8,4.25093871214699e-9,1.6144196024470148e-7,2.6385819751340023e-7,7.637975585339518e-9,3.4455236441743864e-9,7.273212787595185e-8,1.763124757303558e-8,7.586505645917896e-9,2.154678924171094e-8,1.267521554382256e-7,2.5636829548147944e-8,3.500932521660616e-8,6.472151170555662e-8,8.387794458997178e-9,3.0694742747527926e-8,7.520281286588215e-8,1.5724816648798878e-7,1.9633705505839316e-7,1.2290654183289007e-7,1.1121071841202479e-9,1.5468767600168576e-8,9.916888643601851e-9,6.882375487293757e-7,8.267530660077682e-8,4.46946799570469e-8,2.075171856574798e-8,8.649272587035739e-8,5.20271186132959e-8,4.5564465978031876e-8,2.031970502969216e-8,8.705073994974555e-9,6.45198596771479e-8,2.1777212921847422e-8,1.0309374687267336e-8,3.2118705917127954e-8,2.3336649235261575e-7,8.053995692591798e-9,1.9623111313649133e-7,1.2887916511772346e-7,1.5392334518082862e-8,1.401880500573327e-9,5.696758975659577e-8,6.079961423210989e-9,1.0782660986308201e-8,2.4260382147645032e-8,1.9388348704296732e-8,2.2969983604070876e-7,1.997151066746028e-8,2.8477696645268225e-8,5.227270349905666e-8,2.739241153904004e-7,9.85714976309282e-8,3.129077086327925e-8,4.1513992243835673e-8,5.2511412995670526e-9,1.5806674582563573e-6,8.547505672140687e-7,1.0688979479311911e-8,1.0621677120070672e-6,7.737217089243131e-8,6.394137130882882e-8,1.1698201518584028e-7,1.0486479595783749e-7,2.1160776952910965e-7,1.5339432835048683e-8,5.094390331805698e-8,1.4005206772083056e-8,2.6281709253339613e-8,8.77830927947798e-8,7.771985721660712e-9,4.228822803042931e-8,3.3243432540075446e-7,7.72913466562386e-8,7.63679175452836e-10,5.989415541307608e-8,1.3260753917165857e-7,1.2853475084284582e-7,8.844149412823299e-9,1.0194228394766469e-7,2.4937534703894926e-7,1.6547782877296413e-7,1.176258734858493e-8,1.1496064900029523e-7,2.934237670615403e-7,1.3261050924029405e-8,8.630173198298507e-8,5.739413211358624e-8,1.1093964502606468e-7,2.2933429022486962e-7,3.470581191322708e-7,1.475092403779854e-7,1.5024763655446804e-8,6.454251177956394e-8,5.164459437878577e-8,6.23732674398525e-8,1.2935890936205396e-7,1.4051898311606692e-8,5.386868906498421e-8,2.082729722019394e-8,1.3040525104202061e-8,1.05788906523685e-7,1.507953939494655e-8,8.926216423787992e-7,4.637372086335745e-8,7.480928161385236e-7,5.883074472023964e-9,2.870727655590599e-9,8.381493898923509e-7,7.341868002441743e-9,1.4245849833116608e-8,1.0926260785026898e-7,1.1308060265946551e-7,2.52335809136639e-7,1.178269073420779e-7,4.667730024721095e-8,2.79587997198405e-9,3.436349871321909e-8,1.4674341741738317e-7,3.539640758276619e-8,2.0580911552769976e-7,7.18380377406902e-8,2.7693602078215918e-8,4.5492825506698864e-8,1.955898198957584e-8,1.5359576721607482e-8,1.2336422550163206e-8,2.957029643368969e-8,2.877517033539334e-7,9.051751135302766e-7,2.3732353326977318e-7,1.6521470413977113e-8,1.5478654802336678e-8,3.526755776306345e-8,3.61636587342673e-8,1.615889466677345e-8,7.649993705172164e-8,1.9661243300106435e-8,4.9174737171142624e-8,1.1712456426948847e-7,1.0889120716228717e-8,1.4941074368834961e-6,1.0185750909386115e-8,3.7575578204496196e-8,2.0970718495050278e-8,3.368522527580353e-8,4.845519985252622e-9,6.039555842107802e-7,1.0373183201295433e-8,2.841620698745828e-7,4.499007388858445e-7,3.4631430168019506e-8,7.720588968140873e-8,1.4711066853578814e-7,1.160143270340086e-7,4.0074306184578745e-7,3.0256124716743216e-8,6.706726196625823e-8,2.012845534693497e-8,1.5987545731732666e-9,4.1919221871467016e-8,1.3166965295852151e-8,3.231780709711529e-8,9.247563781400459e-8,1.3075164417841734e-7,1.0574149911235509e-7,3.762125899697821e-8,1.0942090256094161e-7,7.001387558602801e-8,2.7426720450307585e-8,2.0766329100752046e-8,4.5402845927355884e-8,3.390360703292572e-8,1.0469531730450399e-7,2.8271228913467894e-8,3.406190955956845e-7,5.146158059687878e-7,6.740644380442973e-7,6.3821934404018066e-9,3.638748680145909e-8,3.6260146885069844e-8,1.6065344254911906e-7,3.639007957190188e-7,6.232625970881145e-9,4.8054303647404595e-8,3.3725854109434295e-8,6.3287848206528e-7,6.480550496235082e-8,2.116489525860743e-7,8.38768769995113e-8,1.758889212055692e-8,2.729004577872729e-9,2.144768451728396e-8,7.861175532752895e-8,2.011793931444572e-8,2.840733515085958e-8,2.492219834948628e-7,2.0156347702027233e-8,2.6551370879701608e-8,2.7847898209643063e-8,6.907038496706264e-9,1.8805204504701578e-8,1.3006692611838844e-8,3.685865976876812e-7,3.9678877783444477e-7,2.7591790185965692e-8,2.5228539257682314e-8,1.5469838388071366e-7,3.6892611632310945e-8,1.4401622117077295e-9,2.1504664715621402e-8,5.068058328561165e-8,5.081657761252245e-8,1.1718628734058711e-8,5.409200909411993e-8,7.138175419640902e-7,2.523685509459028e-7,7.071956531490287e-8,7.199660245760242e-8,1.2525339876390262e-8,3.4802988579940575e-7,1.9591639954796847e-7,1.2404500182583433e-7,1.2346009725661133e-7,1.92011366806355e-8,1.9895020386684337e-7,3.7876212388709973e-8,1.0629652713589621e-8,1.2436973229057458e-8,2.186162078032794e-7,2.618108396745811e-7,1.1128912547064829e-7,1.0776497560982534e-7,6.380246109216614e-9,3.895029632161595e-9,1.576254788915321e-7,2.9089968212048234e-9,1.03809227880447e-8,2.8134863327977655e-8,1.0777869263733919e-8,1.3605805371241786e-8,2.9236161935841665e-8,1.918957508451058e-7,2.1994748067299952e-7,1.3263833587018325e-8,4.900423533626963e-8,2.9808058243929736e-9,8.925934658066126e-9,1.0996840771326788e-8,7.715520666806697e-9,7.454385553273823e-9,5.0860990086221136e-8,1.5129604946650943e-7,1.1959995660504319e-8,1.1323217030678734e-8,9.39119804144184e-9,9.585582461113518e-8,1.9055129030220996e-8,1.8105044574667772e-8,6.179151057494892e-8,6.389322493305372e-8,1.1853056314237165e-8,9.372677745034252e-9,1.2332006349424773e-7,1.6521848777983905e-8,1.246099685658919e-7,4.196111902388111e-9,3.9965367903960214e-8,1.255440107428285e-8,1.4302015571843185e-8,6.631698745707126e-9,5.964162053118116e-9,5.556878956980427e-9,1.419230528654225e-7,1.7612896030527736e-8,3.3801444487835397e-7,7.856438344333583e-8,2.9667463152804885e-8,2.8991748877160717e-6,1.3787196166958893e-6,5.313577133847502e-9,2.5128217728820346e-8,8.406522056247923e-8,4.492775573794461e-8,5.4087468726038423e-8,2.4238921980668238e-8,4.0167356019082945e-7,4.1083040969169815e-8,5.415281023601892e-8,8.640659743264223e-9,5.773174294176897e-8,2.6442751277500065e-7,8.953106203080097e-7,2.799365539374321e-8,5.889395637836969e-9,4.178830081968954e-8,2.888028660663622e-8,2.1357223545237503e-8,2.3023956430279213e-7,8.786517469161481e-8,2.069703963769598e-9,2.2363829899063603e-8,3.2032425600903025e-9,1.176860120466472e-8,6.963498577761129e-8,2.2719042647167953e-8,7.360319465021803e-9,6.922469264480924e-9,3.2138252947788715e-8,1.3705631829452614e-7,1.9814805796158907e-8,1.0578844467090676e-8,2.7049035011827982e-8,2.9755513608620277e-9,2.1773475467057324e-8,1.0975404585167325e-8,1.9918440230526357e-8,2.3881801425318372e-8,2.1357100976615584e-8,6.109046157831699e-9,1.1890372242362446e-8,1.1459750481890296e-8,3.731681275098708e-8,1.5726065782928345e-8,3.403987491878979e-8,3.6921193213856895e-8,9.281668411631472e-8,1.2323060616381554e-7,4.234707162709128e-8,1.7423577247654976e-8,5.811278214196136e-8,3.9313878374969136e-8,2.3690166273127033e-8,1.792834680713895e-8,1.4406491999352511e-8,7.0197305745978156e-9,6.041436506620812e-8,4.867428771149207e-8,1.0685186957459791e-8,1.005112082452797e-8,4.2425732260653604e-8,2.6077879411445792e-8,5.136626679558276e-9,1.6972753202892932e-9,1.9131350725842822e-8,2.1117190840413969e-7,1.3372530638378066e-8,2.000219723186092e-8,1.0454146348592985e-7,2.814382682458927e-8,2.134452614654947e-7,2.104584950757271e-8,1.9114216343041335e-7,3.957645233754192e-8,2.9315843974586642e-8,1.1051893977764848e-7,4.840025980001883e-8,5.583537188158516e-8,1.2129960680340446e-7,1.7761975001917563e-8,2.561053769056798e-8,1.2038481145282276e-7,4.6748018789344314e-9,1.591587306393194e-8,3.147561500327356e-8,6.147622144681009e-8,2.204614979461894e-8,3.2577264619249036e-7,1.198899752807847e-7,2.3818718375423487e-7,1.490982981522393e-8,5.1016343149967724e-8,5.5141523347401744e-8,2.288526701477167e-8,5.7140397302646306e-8,5.185041231925425e-7,4.977233558633998e-8,1.104976110610778e-8,1.26408238543263e-7,8.174780674607973e-8]]} 2026-04-16 20:34:17.143 3502 kserve.trace Got response {'predictions': [[6.736569968524009e-09, 1.153582651625129e-08, 5.142186410012073e-08, 6.647101002954514e-08, 4.094442118685038e-08, 1.3402272713847196e-07, 9.35544619551365e-08, 2.8935589924117266e-08, 6.845294819868286e-08, 7.680520752728626e-08, 2.0334418877610005e-06, 1.1085519417974865e-06, 2.3477346644540376e-07, 6.581955744877632e-07, 0.00012372950732242316, 4.2878312456196e-07, 6.419879809982376e-06, 0.9993487000465393, 7.371911488007754e-05, 3.101079710177146e-05, 5.602713827101979e-06, 2.1862256289750803e-06, 1.9543842100233633e-08, 3.728848128048412e-07, 4.29031416615544e-07, 1.8250955235998845e-07, 7.159837878134567e-08, 9.231503561579757e-09, 6.469168170042394e-07, 7.031603299623157e-09, 4.4511686780879245e-08, 1.2455829789814743e-07, 9.446210924579646e-08, 4.3476589439706004e-08, 4.6581672563661414e-07, 6.797636586952649e-08, 2.1060014887552825e-07, 2.2604888627597575e-08, 1.4311326879123953e-07, 7.951216218771151e-08, 1.2341666888460168e-07, 1.0921577313638409e-06, 1.5243762391037308e-05, 3.1172930903267115e-07, 2.415180802017858e-07, 6.863702850523623e-08, 8.46760883632669e-08, 9.424560687421035e-08, 1.0219084245477461e-08, 3.3770398033539095e-08, 3.6928447855189006e-08, 1.3693848188722768e-07, 1.067415098532365e-07, 2.5994486918534676e-07, 3.486601087843155e-07, 3.132020509610811e-08, 3.5748260529544496e-07, 6.648343742199359e-08, 3.163856945320731e-07, 1.2095728152416996e-06, 8.663983663836916e-08, 4.014367860349921e-08, 1.2544606420306081e-07, 3.320077013313494e-08, 1.973121896980956e-07, 3.8063546980993124e-07, 1.382770449254167e-07, 2.3001977211833946e-08, 7.14414980507172e-08, 2.851079372589993e-08, 2.982524804906461e-08, 8.935905526641363e-08, 6.223806394700659e-07, 6.478746428228987e-08, 1.3662854314588913e-07, 9.973038572752557e-08, 2.576123669939534e-08, 4.130169273253159e-08, 3.9383902361578293e-08, 1.2157941853274679e-07, 4.302776233089389e-06, 1.8178942582380841e-06, 1.8520014464229462e-06, 1.6245859342234326e-06, 1.64481571118813e-05, 1.0544756150920875e-05, 3.993004611402284e-06, 2.646454788646224e-07, 1.919327405630611e-05, 4.803187607649306e-07, 1.6962640358997305e-07, 4.550436642603017e-06, 4.2358526116004214e-05, 4.443309080670588e-06, 5.103951934870565e-06, 1.3506267350749113e-05, 4.1758286783988297e-07, 4.4944314936401497e-07, 3.156656873670727e-07, 1.0557428140600678e-06, 1.3364497952750298e-08, 1.3893487249561076e-08, 6.770295613023336e-08, 1.4129548731034447e-07, 7.170429228153807e-08, 7.934354329108828e-08, 2.6391164809069778e-08, 2.6133946562367782e-08, 7.1966232972897615e-09, 2.1752097012495142e-08, 6.684530973188885e-08, 3.4177467966856057e-08, 1.6228092647452286e-07, 4.107051836399478e-07, 6.472068889706861e-07, 2.9513313393181306e-07, 5.653383094994524e-09, 4.8300755395302986e-08, 8.887371727439586e-09, 3.7305639466467255e-08, 1.7784008932153483e-08, 4.641856232723285e-09, 3.413062898971475e-08, 1.9373679549516964e-07, 1.2980041219634586e-06, 3.5640496776068176e-08, 2.1493017143825455e-08, 3.055253330330743e-07, 1.553226809392072e-07, 1.4520828699460253e-06, 3.488421285169352e-08, 3.825387466349639e-05, 4.508809183789708e-07, 4.176648928932991e-07, 6.770537765987683e-07, 1.4142071336209483e-07, 1.423571211489616e-05, 6.293736873885791e-07, 4.762812295666663e-06, 9.024806217894366e-07, 9.058892942448438e-07, 1.5713549146312289e-06, 1.5720408441666223e-07, 1.8185124872616143e-07, 7.193072093514274e-08, 1.1952631666645175e-06, 8.874753234522359e-07, 2.0870552930318809e-07, 9.906116105184992e-08, 7.793509837483725e-09, 1.0058372623689138e-07, 4.205883783470199e-07, 1.8436001880672848e-07, 1.6437729755125474e-07, 7.02525184692604e-08, 2.5704193262754416e-07, 7.586770323086967e-08, 7.841231308702845e-07, 2.495280568837188e-07, 5.157617977147311e-08, 4.0673629797538524e-08, 7.531674839356128e-09, 4.797425745550754e-08, 1.7419722553313477e-08, 1.7958475950763386e-07, 1.2566235163546935e-08, 8.975329990335013e-08, 3.269607518063822e-08, 1.1208221195602164e-07, 3.906690437815996e-08, 4.676846998563633e-08, 1.852334321483795e-07, 1.4832883721282997e-07, 1.2279221550670627e-07, 1.0729002042353386e-06, 3.6537970427019673e-09, 1.6198204377815273e-07, 1.6190487173162182e-08, 1.2004819893718377e-07, 1.480009448329156e-08, 4.022906807676918e-08, 2.1505718450498534e-07, 1.192555032503151e-07, 4.898190297808469e-08, 7.608841201545147e-08, 2.3137237903370078e-08, 8.52094430570105e-08, 9.586112525994395e-08, 1.3351485961266008e-07, 3.0216618540634954e-08, 4.4238134933038964e-08, 2.610634552979718e-08, 2.397684113475407e-07, 1.3192399705985736e-07, 1.6734691854480843e-08, 1.5883161097463017e-07, 4.064300753725547e-07, 8.753363545110915e-08, 8.366871497855755e-07, 3.437562767771851e-08, 7.847781802183817e-08, 8.526320982582547e-09, 9.601245665180613e-08, 5.258879127723048e-07, 1.3557291822507977e-07, 1.0307118003538562e-07, 1.0429684671464656e-08, 5.187630236491714e-08, 2.1869702493404475e-08, 1.179131725592697e-08, 2.9806198398318884e-08, 4.3383401759911067e-08, 2.999067660880428e-08, 2.8507258775789523e-08, 3.058627484620047e-08, 6.441018740588333e-08, 1.5363882610586188e-08, 1.597368459727022e-08, 2.57365329048298e-08, 1.090363141997841e-07, 3.211827603877282e-08, 6.819658615597746e-09, 1.9251054084179486e-07, 5.825749838095362e-08, 1.876556723345857e-07, 4.0070369777822634e-07, 1.5791380647556252e-08, 1.9501307235714194e-07, 1.0141919304373914e-08, 2.744775962071344e-08, 1.2843395680306458e-08, 3.7296960186949946e-08, 7.407404467585366e-08, 4.206033921150265e-08, 1.6924593282396927e-08, 1.4591853414458456e-07, 4.344931525679385e-08, 1.7191209167322086e-07, 3.5816999144344663e-08, 8.440128596021168e-09, 4.1947775031303536e-08, 2.513996122388562e-08, 2.8339847801817086e-08, 8.747072399728495e-08, 8.277008411994302e-09, 1.1676148936601294e-08, 1.4548319882123906e-07, 7.200192886358536e-09, 2.623576165206032e-06, 5.675644842995098e-07, 1.9483265987219056e-06, 6.752511438889996e-08, 8.168359499904909e-08, 1.0932910754490877e-07, 1.6708914074570203e-07, 3.138676518688044e-08, 2.9734879447573803e-08, 5.7520821883372264e-08, 5.8507939826313304e-08, 3.2544284067625995e-07, 3.330167075432655e-08, 4.186742614820105e-07, 1.5085691984495497e-07, 2.334644193524582e-07, 2.8639897209359333e-07, 2.2940034227758588e-07, 1.8537357959758083e-07, 3.151756686747831e-07, 1.1075776455982123e-06, 1.5369606387594104e-07, 1.9237216974943294e-07, 1.6404264613356645e-07, 2.900799245253438e-07, 1.2466382770526252e-07, 5.802550617772795e-08, 5.1861558603150115e-08, 6.009345909774311e-09, 1.23330778478703e-07, 1.3798263864828186e-07, 1.7370017246776115e-07, 5.617696388071636e-07, 5.160393001801822e-08, 4.813227150179955e-08, 8.032599652096906e-08, 2.0644911273848265e-06, 5.638538027596951e-07, 8.794099244369136e-07, 3.4785582556651207e-06, 2.972355162000895e-07, 3.390414349269122e-07, 9.468957529179534e-08, 3.754799493549399e-08, 1.5678830322940485e-07, 8.2030041426151e-08, 6.847877820348458e-09, 1.825139683830912e-08, 6.050154155445853e-08, 3.9562941367421445e-08, 1.0699794472657231e-07, 3.256623699599004e-07, 3.536899839673424e-07, 7.326217854597417e-08, 4.857605517827324e-07, 7.717640073678922e-07, 3.456741737295488e-08, 3.2461647947457095e-07, 3.1608240078639938e-06, 5.330938535053065e-08, 3.645648973815696e-07, 5.481521156980307e-07, 4.623012372917401e-08, 1.346600981833035e-07, 4.352903104631878e-08, 1.6403919289587066e-07, 2.4636646500653114e-08, 5.958662185889807e-08, 9.493569308460792e-08, 5.5234050222452424e-08, 5.741187081298449e-08, 1.1850225746457e-05, 5.826300366607029e-06, 7.420818292303011e-06, 9.127862199420633e-07, 2.001935399675858e-06, 1.0334889566365746e-06, 3.514648483360361e-08, 2.0589775431290036e-06, 3.5655068586493144e-07, 6.873136015883574e-08, 2.193502490754895e-09, 5.560284321859399e-08, 3.3266616128457827e-07, 1.3073517379780242e-07, 2.7187292417352182e-08, 1.0462799515664756e-08, 7.466601914529747e-07, 6.923080064780152e-08, 1.6145493830777013e-08, 8.568415310605815e-09, 4.762142236103273e-09, 1.233958357715892e-07, 8.340525603500737e-09, 3.2648699299642203e-09, 5.063196084620358e-09, 4.0704488668552585e-09, 1.2043389396865223e-08, 5.1055555339019065e-09, 7.267066948202228e-09, 1.1844983305309142e-07, 7.53547197973603e-08, 6.386873252495207e-08, 1.621267564644313e-08, 2.6103893446816073e-07, 6.979319664424111e-07, 6.647392325476176e-08, 7.717375183347031e-07, 6.651137596236367e-07, 3.3244478458982485e-07, 3.707229154770175e-07, 3.995585302618565e-07, 6.411539743567118e-08, 7.107263400030206e-08, 1.6379799205878953e-07, 6.876715730186334e-08, 3.4624252975845593e-07, 2.0256192101442139e-07, 6.19600768914097e-07, 2.6840686118134727e-08, 6.720200644849683e-07, 1.1348156476742588e-06, 1.8397651047052932e-06, 6.397185075002199e-07, 7.257429501805746e-08, 4.2213261508550204e-07, 3.965735402289283e-07, 1.4037237860975438e-07, 3.249813573802385e-07, 1.5857477819736232e-07, 1.1122037335553614e-07, 7.39131564841955e-08, 3.4231769063808315e-07, 5.39788445053091e-08, 8.517191218970765e-08, 4.060975243191933e-06, 1.4478493540082127e-05, 7.316928396505773e-09, 6.948383646232514e-09, 4.4688626132938225e-08, 9.23126250995665e-08, 5.41190452452156e-08, 2.224259958438779e-07, 1.7609368185844687e-08, 2.0905980946395175e-08, 3.6797160873902612e-09, 6.177843658861093e-08, 1.7920085326750268e-07, 2.6278852871541858e-08, 2.698776313536655e-08, 1.6432605320915172e-07, 1.2827440798446332e-07, 4.468845560268164e-08, 6.316474099321567e-08, 1.9461522171582146e-08, 2.0871000927513705e-08, 2.2414262446091016e-08, 2.4764982953229264e-08, 6.785314532464781e-09, 2.4248494767675766e-08, 4.554914667664889e-09, 2.8976625543464252e-08, 2.0402152856036082e-08, 1.6009290959573264e-07, 2.019951637066697e-07, 1.6111656009343278e-08, 5.964040639128143e-08, 4.0982603977113286e-09, 3.907972612182675e-08, 7.511245847524606e-09, 5.965555942566425e-07, 1.6478051634294388e-07, 1.410681527147517e-08, 3.285524030616216e-08, 3.338656018314623e-09, 1.2200259469352659e-08, 4.624581961820695e-08, 6.842250765970448e-09, 1.7426071252657493e-08, 4.661075436729334e-08, 9.33183343931887e-08, 1.230591379908219e-07, 1.2359244294657401e-08, 1.1173082903326303e-08, 2.772451956900568e-08, 2.4191731995415466e-07, 3.4511506896706123e-07, 2.593734649281032e-08, 9.964443847820803e-08, 9.797671118860762e-09, 1.90853270964908e-07, 3.9726497647052383e-08, 2.6638923955601967e-08, 6.8740502179309715e-09, 3.146955052102385e-08, 2.4086276084744895e-07, 1.3126738451774145e-07, 2.1254035686979478e-07, 2.0501781605730685e-08, 3.694923123020999e-08, 6.563101351275691e-07, 2.5600135344916453e-08, 2.688264899575188e-08, 6.880517844365386e-07, 2.0092501529234141e-07, 2.7880052044793047e-08, 2.62837644982028e-08, 5.167780159354152e-08, 1.893516099471526e-07, 4.6184757707123936e-07, 1.1086663143089481e-08, 1.4542384008109366e-07, 2.8736709012378014e-08, 6.105074703555147e-07, 1.2016337258557996e-08, 1.3944533350240818e-07, 2.0936788303060894e-08, 4.3800788773751265e-08, 1.9662968142597492e-08, 6.6543535126584175e-09, 1.1149432488366529e-08, 6.424846787922434e-08, 6.971495380980741e-09, 3.2599853927450795e-09, 1.4260012726197147e-08, 2.7894840215481054e-08, 8.115682703646598e-08, 2.599534454361674e-08, 2.285521105704902e-08, 1.05594978094814e-07, 8.145473628928812e-08, 3.779314994289962e-08, 4.8818307618603285e-08, 2.3420332340151617e-08, 1.0599223720930695e-08, 3.604067799756194e-08, 5.062377184117395e-08, 3.6804056691153164e-08, 1.5015616527946918e-09, 1.4474869658442913e-06, 1.0761959856608883e-06, 1.304976251503831e-07, 3.073563448197092e-08, 1.7183838352252678e-08, 2.042087920983704e-08, 7.904924714807748e-09, 1.6901843480354728e-07, 1.2416376371504612e-08, 5.4757610001843204e-08, 2.6250097207025647e-08, 1.3261202802539174e-08, 6.298007804161898e-08, 1.2709827856838274e-08, 2.0171410142211244e-07, 4.386575014336813e-08, 6.962276444255622e-08, 2.956475668725034e-07, 7.925040677037032e-07, 2.0868660044470744e-07, 1.7341581326490996e-07, 4.294189182019181e-08, 4.213362547744737e-09, 8.8246935092684e-08, 1.7341355018629656e-08, 7.321497008661026e-08, 1.7941481189609476e-08, 1.1245008835203407e-07, 4.2423405943736725e-07, 8.259470440918903e-09, 1.1336252470073305e-07, 8.268681739309613e-08, 2.2186704029536486e-08, 1.9539518447686532e-08, 1.0675572426066537e-08, 3.288476690954667e-08, 2.4340661042288048e-08, 6.639029948019015e-08, 5.604618547039308e-09, 1.386590220420203e-08, 6.6757905869963e-08, 1.1355724360839758e-08, 3.1321272331297223e-07, 3.1244848486267074e-08, 1.502163371469578e-07, 1.346161226933873e-08, 1.8882738572756352e-07, 4.645693962856967e-08, 4.645321638463429e-08, 7.71435715307689e-09, 3.585664032357272e-08, 7.608256247237932e-09, 4.2214487905312126e-08, 4.3406713778892936e-09, 1.3401408871516196e-08, 8.565495335233209e-08, 1.7045202582721686e-08, 5.422122839604526e-08, 3.0218750168842234e-08, 6.153300091682468e-08, 3.9388163841636015e-09, 4.135585029985123e-08, 1.7818981845607595e-08, 4.31053557292671e-08, 3.9032919119108556e-09, 7.663005163749403e-08, 1.1890258555524724e-08, 9.304103265606045e-09, 1.0967905472725192e-09, 1.0536636452229686e-08, 1.1516662112853737e-07, 8.134422273542441e-07, 5.9525618212319387e-08, 2.8063100288022724e-08, 1.283296402476708e-08, 1.060557863752365e-07, 7.872866945035639e-07, 2.7501052102252288e-08, 3.936232229051484e-09, 2.0519189902756807e-08, 7.394696410756296e-09, 3.5983390489491285e-08, 2.5378296797384792e-08, 4.6989228508209635e-08, 7.549436631393291e-09, 6.322734407149255e-07, 5.581916262542563e-09, 1.2963950268840563e-07, 1.587476106124086e-08, 3.3837391555380236e-08, 6.474394353972457e-09, 9.121036015358186e-08, 1.3918366015275296e-08, 8.229938508463874e-09, 2.7060956142577197e-08, 2.6095642979839795e-08, 5.722282203635132e-09, 6.963402938708896e-07, 4.685033871965061e-08, 9.590480409826796e-09, 2.0991818416860042e-07, 3.082116961650172e-08, 3.563118511351604e-08, 7.326215154535021e-07, 2.1759417450084584e-06, 2.4074907400972734e-07, 2.974484800688515e-07, 2.528977205429328e-08, 7.667869894589785e-09, 2.6632636718204594e-07, 3.435845030708151e-08, 2.3129958393042216e-08, 3.1239306252928145e-08, 2.8691238185274415e-07, 3.8957892911639647e-08, 2.4183783864373254e-08, 1.158230222841894e-08, 5.1544706280992614e-08, 2.0343204454320585e-08, 8.201909196259294e-08, 1.1641392738681589e-08, 5.496298740581551e-07, 1.1682007361457636e-08, 4.7576321549058775e-08, 1.6349654075042963e-08, 4.090812311119407e-08, 2.1270925287808495e-07, 1.669703095785735e-07, 3.989651631286506e-08, 2.8524043500510743e-06, 1.2500227342115977e-07, 2.4846258384059183e-07, 1.2454135500661323e-08, 2.9699904757762852e-08, 4.25093871214699e-09, 1.6144196024470148e-07, 2.6385819751340023e-07, 7.637975585339518e-09, 3.4455236441743864e-09, 7.273212787595185e-08, 1.763124757303558e-08, 7.586505645917896e-09, 2.154678924171094e-08, 1.267521554382256e-07, 2.5636829548147944e-08, 3.500932521660616e-08, 6.472151170555662e-08, 8.387794458997178e-09, 3.0694742747527926e-08, 7.520281286588215e-08, 1.5724816648798878e-07, 1.9633705505839316e-07, 1.2290654183289007e-07, 1.1121071841202479e-09, 1.5468767600168576e-08, 9.916888643601851e-09, 6.882375487293757e-07, 8.267530660077682e-08, 4.46946799570469e-08, 2.075171856574798e-08, 8.649272587035739e-08, 5.20271186132959e-08, 4.5564465978031876e-08, 2.031970502969216e-08, 8.705073994974555e-09, 6.45198596771479e-08, 2.1777212921847422e-08, 1.0309374687267336e-08, 3.2118705917127954e-08, 2.3336649235261575e-07, 8.053995692591798e-09, 1.9623111313649133e-07, 1.2887916511772346e-07, 1.5392334518082862e-08, 1.401880500573327e-09, 5.696758975659577e-08, 6.079961423210989e-09, 1.0782660986308201e-08, 2.4260382147645032e-08, 1.9388348704296732e-08, 2.2969983604070876e-07, 1.997151066746028e-08, 2.8477696645268225e-08, 5.227270349905666e-08, 2.739241153904004e-07, 9.85714976309282e-08, 3.129077086327925e-08, 4.1513992243835673e-08, 5.2511412995670526e-09, 1.5806674582563573e-06, 8.547505672140687e-07, 1.0688979479311911e-08, 1.0621677120070672e-06, 7.737217089243131e-08, 6.394137130882882e-08, 1.1698201518584028e-07, 1.0486479595783749e-07, 2.1160776952910965e-07, 1.5339432835048683e-08, 5.094390331805698e-08, 1.4005206772083056e-08, 2.6281709253339613e-08, 8.77830927947798e-08, 7.771985721660712e-09, 4.228822803042931e-08, 3.3243432540075446e-07, 7.72913466562386e-08, 7.63679175452836e-10, 5.989415541307608e-08, 1.3260753917165857e-07, 1.2853475084284582e-07, 8.844149412823299e-09, 1.0194228394766469e-07, 2.4937534703894926e-07, 1.6547782877296413e-07, 1.176258734858493e-08, 1.1496064900029523e-07, 2.934237670615403e-07, 1.3261050924029405e-08, 8.630173198298507e-08, 5.739413211358624e-08, 1.1093964502606468e-07, 2.2933429022486962e-07, 3.470581191322708e-07, 1.475092403779854e-07, 1.5024763655446804e-08, 6.454251177956394e-08, 5.164459437878577e-08, 6.23732674398525e-08, 1.2935890936205396e-07, 1.4051898311606692e-08, 5.386868906498421e-08, 2.082729722019394e-08, 1.3040525104202061e-08, 1.05788906523685e-07, 1.507953939494655e-08, 8.926216423787992e-07, 4.637372086335745e-08, 7.480928161385236e-07, 5.883074472023964e-09, 2.870727655590599e-09, 8.381493898923509e-07, 7.341868002441743e-09, 1.4245849833116608e-08, 1.0926260785026898e-07, 1.1308060265946551e-07, 2.52335809136639e-07, 1.178269073420779e-07, 4.667730024721095e-08, 2.79587997198405e-09, 3.436349871321909e-08, 1.4674341741738317e-07, 3.539640758276619e-08, 2.0580911552769976e-07, 7.18380377406902e-08, 2.7693602078215918e-08, 4.5492825506698864e-08, 1.955898198957584e-08, 1.5359576721607482e-08, 1.2336422550163206e-08, 2.957029643368969e-08, 2.877517033539334e-07, 9.051751135302766e-07, 2.3732353326977318e-07, 1.6521470413977113e-08, 1.5478654802336678e-08, 3.526755776306345e-08, 3.61636587342673e-08, 1.615889466677345e-08, 7.649993705172164e-08, 1.9661243300106435e-08, 4.9174737171142624e-08, 1.1712456426948847e-07, 1.0889120716228717e-08, 1.4941074368834961e-06, 1.0185750909386115e-08, 3.7575578204496196e-08, 2.0970718495050278e-08, 3.368522527580353e-08, 4.845519985252622e-09, 6.039555842107802e-07, 1.0373183201295433e-08, 2.841620698745828e-07, 4.499007388858445e-07, 3.4631430168019506e-08, 7.720588968140873e-08, 1.4711066853578814e-07, 1.160143270340086e-07, 4.0074306184578745e-07, 3.0256124716743216e-08, 6.706726196625823e-08, 2.012845534693497e-08, 1.5987545731732666e-09, 4.1919221871467016e-08, 1.3166965295852151e-08, 3.231780709711529e-08, 9.247563781400459e-08, 1.3075164417841734e-07, 1.0574149911235509e-07, 3.762125899697821e-08, 1.0942090256094161e-07, 7.001387558602801e-08, 2.7426720450307585e-08, 2.0766329100752046e-08, 4.5402845927355884e-08, 3.390360703292572e-08, 1.0469531730450399e-07, 2.8271228913467894e-08, 3.406190955956845e-07, 5.146158059687878e-07, 6.740644380442973e-07, 6.3821934404018066e-09, 3.638748680145909e-08, 3.6260146885069844e-08, 1.6065344254911906e-07, 3.639007957190188e-07, 6.232625970881145e-09, 4.8054303647404595e-08, 3.3725854109434295e-08, 6.3287848206528e-07, 6.480550496235082e-08, 2.116489525860743e-07, 8.38768769995113e-08, 1.758889212055692e-08, 2.729004577872729e-09, 2.144768451728396e-08, 7.861175532752895e-08, 2.011793931444572e-08, 2.840733515085958e-08, 2.492219834948628e-07, 2.0156347702027233e-08, 2.6551370879701608e-08, 2.7847898209643063e-08, 6.907038496706264e-09, 1.8805204504701578e-08, 1.3006692611838844e-08, 3.685865976876812e-07, 3.9678877783444477e-07, 2.7591790185965692e-08, 2.5228539257682314e-08, 1.5469838388071366e-07, 3.6892611632310945e-08, 1.4401622117077295e-09, 2.1504664715621402e-08, 5.068058328561165e-08, 5.081657761252245e-08, 1.1718628734058711e-08, 5.409200909411993e-08, 7.138175419640902e-07, 2.523685509459028e-07, 7.071956531490287e-08, 7.199660245760242e-08, 1.2525339876390262e-08, 3.4802988579940575e-07, 1.9591639954796847e-07, 1.2404500182583433e-07, 1.2346009725661133e-07, 1.92011366806355e-08, 1.9895020386684337e-07, 3.7876212388709973e-08, 1.0629652713589621e-08, 1.2436973229057458e-08, 2.186162078032794e-07, 2.618108396745811e-07, 1.1128912547064829e-07, 1.0776497560982534e-07, 6.380246109216614e-09, 3.895029632161595e-09, 1.576254788915321e-07, 2.9089968212048234e-09, 1.03809227880447e-08, 2.8134863327977655e-08, 1.0777869263733919e-08, 1.3605805371241786e-08, 2.9236161935841665e-08, 1.918957508451058e-07, 2.1994748067299952e-07, 1.3263833587018325e-08, 4.900423533626963e-08, 2.9808058243929736e-09, 8.925934658066126e-09, 1.0996840771326788e-08, 7.715520666806697e-09, 7.454385553273823e-09, 5.0860990086221136e-08, 1.5129604946650943e-07, 1.1959995660504319e-08, 1.1323217030678734e-08, 9.39119804144184e-09, 9.585582461113518e-08, 1.9055129030220996e-08, 1.8105044574667772e-08, 6.179151057494892e-08, 6.389322493305372e-08, 1.1853056314237165e-08, 9.372677745034252e-09, 1.2332006349424773e-07, 1.6521848777983905e-08, 1.246099685658919e-07, 4.196111902388111e-09, 3.9965367903960214e-08, 1.255440107428285e-08, 1.4302015571843185e-08, 6.631698745707126e-09, 5.964162053118116e-09, 5.556878956980427e-09, 1.419230528654225e-07, 1.7612896030527736e-08, 3.3801444487835397e-07, 7.856438344333583e-08, 2.9667463152804885e-08, 2.8991748877160717e-06, 1.3787196166958893e-06, 5.313577133847502e-09, 2.5128217728820346e-08, 8.406522056247923e-08, 4.492775573794461e-08, 5.4087468726038423e-08, 2.4238921980668238e-08, 4.0167356019082945e-07, 4.1083040969169815e-08, 5.415281023601892e-08, 8.640659743264223e-09, 5.773174294176897e-08, 2.6442751277500065e-07, 8.953106203080097e-07, 2.799365539374321e-08, 5.889395637836969e-09, 4.178830081968954e-08, 2.888028660663622e-08, 2.1357223545237503e-08, 2.3023956430279213e-07, 8.786517469161481e-08, 2.069703963769598e-09, 2.2363829899063603e-08, 3.2032425600903025e-09, 1.176860120466472e-08, 6.963498577761129e-08, 2.2719042647167953e-08, 7.360319465021803e-09, 6.922469264480924e-09, 3.2138252947788715e-08, 1.3705631829452614e-07, 1.9814805796158907e-08, 1.0578844467090676e-08, 2.7049035011827982e-08, 2.9755513608620277e-09, 2.1773475467057324e-08, 1.0975404585167325e-08, 1.9918440230526357e-08, 2.3881801425318372e-08, 2.1357100976615584e-08, 6.109046157831699e-09, 1.1890372242362446e-08, 1.1459750481890296e-08, 3.731681275098708e-08, 1.5726065782928345e-08, 3.403987491878979e-08, 3.6921193213856895e-08, 9.281668411631472e-08, 1.2323060616381554e-07, 4.234707162709128e-08, 1.7423577247654976e-08, 5.811278214196136e-08, 3.9313878374969136e-08, 2.3690166273127033e-08, 1.792834680713895e-08, 1.4406491999352511e-08, 7.0197305745978156e-09, 6.041436506620812e-08, 4.867428771149207e-08, 1.0685186957459791e-08, 1.005112082452797e-08, 4.2425732260653604e-08, 2.6077879411445792e-08, 5.136626679558276e-09, 1.6972753202892932e-09, 1.9131350725842822e-08, 2.1117190840413969e-07, 1.3372530638378066e-08, 2.000219723186092e-08, 1.0454146348592985e-07, 2.814382682458927e-08, 2.134452614654947e-07, 2.104584950757271e-08, 1.9114216343041335e-07, 3.957645233754192e-08, 2.9315843974586642e-08, 1.1051893977764848e-07, 4.840025980001883e-08, 5.583537188158516e-08, 1.2129960680340446e-07, 1.7761975001917563e-08, 2.561053769056798e-08, 1.2038481145282276e-07, 4.6748018789344314e-09, 1.591587306393194e-08, 3.147561500327356e-08, 6.147622144681009e-08, 2.204614979461894e-08, 3.2577264619249036e-07, 1.198899752807847e-07, 2.3818718375423487e-07, 1.490982981522393e-08, 5.1016343149967724e-08, 5.5141523347401744e-08, 2.288526701477167e-08, 5.7140397302646306e-08, 5.185041231925425e-07, 4.977233558633998e-08, 1.104976110610778e-08, 1.26408238543263e-07, 8.174780674607973e-08]]} 2026-04-16 20:34:17.143 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [[6.736569968524009e-09, 1.153582651625129e-08, 5.142186410012073e-08, 6.647101002954514e-08, 4.094442118685038e-08, 1.3402272713847196e-07, 9.35544619551365e-08, 2.8935589924117266e-08, 6.845294819868286e-08, 7.680520752728626e-08, 2.0334418877610005e-06, 1.1085519417974865e-06, 2.3477346644540376e-07, 6.581955744877632e-07, 0.00012372950732242316, 4.2878312456196e-07, 6.419879809982376e-06, 0.9993487000465393, 7.371911488007754e-05, 3.101079710177146e-05, 5.602713827101979e-06, 2.1862256289750803e-06, 1.9543842100233633e-08, 3.728848128048412e-07, 4.29031416615544e-07, 1.8250955235998845e-07, 7.159837878134567e-08, 9.231503561579757e-09, 6.469168170042394e-07, 7.031603299623157e-09, 4.4511686780879245e-08, 1.2455829789814743e-07, 9.446210924579646e-08, 4.3476589439706004e-08, 4.6581672563661414e-07, 6.797636586952649e-08, 2.1060014887552825e-07, 2.2604888627597575e-08, 1.4311326879123953e-07, 7.951216218771151e-08, 1.2341666888460168e-07, 1.0921577313638409e-06, 1.5243762391037308e-05, 3.1172930903267115e-07, 2.415180802017858e-07, 6.863702850523623e-08, 8.46760883632669e-08, 9.424560687421035e-08, 1.0219084245477461e-08, 3.3770398033539095e-08, 3.6928447855189006e-08, 1.3693848188722768e-07, 1.067415098532365e-07, 2.5994486918534676e-07, 3.486601087843155e-07, 3.132020509610811e-08, 3.5748260529544496e-07, 6.648343742199359e-08, 3.163856945320731e-07, 1.2095728152416996e-06, 8.663983663836916e-08, 4.014367860349921e-08, 1.2544606420306081e-07, 3.320077013313494e-08, 1.973121896980956e-07, 3.8063546980993124e-07, 1.382770449254167e-07, 2.3001977211833946e-08, 7.14414980507172e-08, 2.851079372589993e-08, 2.982524804906461e-08, 8.935905526641363e-08, 6.223806394700659e-07, 6.478746428228987e-08, 1.3662854314588913e-07, 9.973038572752557e-08, 2.576123669939534e-08, 4.130169273253159e-08, 3.9383902361578293e-08, 1.2157941853274679e-07, 4.302776233089389e-06, 1.8178942582380841e-06, 1.8520014464229462e-06, 1.6245859342234326e-06, 1.64481571118813e-05, 1.0544756150920875e-05, 3.993004611402284e-06, 2.646454788646224e-07, 1.919327405630611e-05, 4.803187607649306e-07, 1.6962640358997305e-07, 4.550436642603017e-06, 4.2358526116004214e-05, 4.443309080670588e-06, 5.103951934870565e-06, 1.3506267350749113e-05, 4.1758286783988297e-07, 4.4944314936401497e-07, 3.156656873670727e-07, 1.0557428140600678e-06, 1.3364497952750298e-08, 1.3893487249561076e-08, 6.770295613023336e-08, 1.4129548731034447e-07, 7.170429228153807e-08, 7.934354329108828e-08, 2.6391164809069778e-08, 2.6133946562367782e-08, 7.1966232972897615e-09, 2.1752097012495142e-08, 6.684530973188885e-08, 3.4177467966856057e-08, 1.6228092647452286e-07, 4.107051836399478e-07, 6.472068889706861e-07, 2.9513313393181306e-07, 5.653383094994524e-09, 4.8300755395302986e-08, 8.887371727439586e-09, 3.7305639466467255e-08, 1.7784008932153483e-08, 4.641856232723285e-09, 3.413062898971475e-08, 1.9373679549516964e-07, 1.2980041219634586e-06, 3.5640496776068176e-08, 2.1493017143825455e-08, 3.055253330330743e-07, 1.553226809392072e-07, 1.4520828699460253e-06, 3.488421285169352e-08, 3.825387466349639e-05, 4.508809183789708e-07, 4.176648928932991e-07, 6.770537765987683e-07, 1.4142071336209483e-07, 1.423571211489616e-05, 6.293736873885791e-07, 4.762812295666663e-06, 9.024806217894366e-07, 9.058892942448438e-07, 1.5713549146312289e-06, 1.5720408441666223e-07, 1.8185124872616143e-07, 7.193072093514274e-08, 1.1952631666645175e-06, 8.874753234522359e-07, 2.0870552930318809e-07, 9.906116105184992e-08, 7.793509837483725e-09, 1.0058372623689138e-07, 4.205883783470199e-07, 1.8436001880672848e-07, 1.6437729755125474e-07, 7.02525184692604e-08, 2.5704193262754416e-07, 7.586770323086967e-08, 7.841231308702845e-07, 2.495280568837188e-07, 5.157617977147311e-08, 4.0673629797538524e-08, 7.531674839356128e-09, 4.797425745550754e-08, 1.7419722553313477e-08, 1.7958475950763386e-07, 1.2566235163546935e-08, 8.975329990335013e-08, 3.269607518063822e-08, 1.1208221195602164e-07, 3.906690437815996e-08, 4.676846998563633e-08, 1.852334321483795e-07, 1.4832883721282997e-07, 1.2279221550670627e-07, 1.0729002042353386e-06, 3.6537970427019673e-09, 1.6198204377815273e-07, 1.6190487173162182e-08, 1.2004819893718377e-07, 1.480009448329156e-08, 4.022906807676918e-08, 2.1505718450498534e-07, 1.192555032503151e-07, 4.898190297808469e-08, 7.608841201545147e-08, 2.3137237903370078e-08, 8.52094430570105e-08, 9.586112525994395e-08, 1.3351485961266008e-07, 3.0216618540634954e-08, 4.4238134933038964e-08, 2.610634552979718e-08, 2.397684113475407e-07, 1.3192399705985736e-07, 1.6734691854480843e-08, 1.5883161097463017e-07, 4.064300753725547e-07, 8.753363545110915e-08, 8.366871497855755e-07, 3.437562767771851e-08, 7.847781802183817e-08, 8.526320982582547e-09, 9.601245665180613e-08, 5.258879127723048e-07, 1.3557291822507977e-07, 1.0307118003538562e-07, 1.0429684671464656e-08, 5.187630236491714e-08, 2.1869702493404475e-08, 1.179131725592697e-08, 2.9806198398318884e-08, 4.3383401759911067e-08, 2.999067660880428e-08, 2.8507258775789523e-08, 3.058627484620047e-08, 6.441018740588333e-08, 1.5363882610586188e-08, 1.597368459727022e-08, 2.57365329048298e-08, 1.090363141997841e-07, 3.211827603877282e-08, 6.819658615597746e-09, 1.9251054084179486e-07, 5.825749838095362e-08, 1.876556723345857e-07, 4.0070369777822634e-07, 1.5791380647556252e-08, 1.9501307235714194e-07, 1.0141919304373914e-08, 2.744775962071344e-08, 1.2843395680306458e-08, 3.7296960186949946e-08, 7.407404467585366e-08, 4.206033921150265e-08, 1.6924593282396927e-08, 1.4591853414458456e-07, 4.344931525679385e-08, 1.7191209167322086e-07, 3.5816999144344663e-08, 8.440128596021168e-09, 4.1947775031303536e-08, 2.513996122388562e-08, 2.8339847801817086e-08, 8.747072399728495e-08, 8.277008411994302e-09, 1.1676148936601294e-08, 1.4548319882123906e-07, 7.200192886358536e-09, 2.623576165206032e-06, 5.675644842995098e-07, 1.9483265987219056e-06, 6.752511438889996e-08, 8.168359499904909e-08, 1.0932910754490877e-07, 1.6708914074570203e-07, 3.138676518688044e-08, 2.9734879447573803e-08, 5.7520821883372264e-08, 5.8507939826313304e-08, 3.2544284067625995e-07, 3.330167075432655e-08, 4.186742614820105e-07, 1.5085691984495497e-07, 2.334644193524582e-07, 2.8639897209359333e-07, 2.2940034227758588e-07, 1.8537357959758083e-07, 3.151756686747831e-07, 1.1075776455982123e-06, 1.5369606387594104e-07, 1.9237216974943294e-07, 1.6404264613356645e-07, 2.900799245253438e-07, 1.2466382770526252e-07, 5.802550617772795e-08, 5.1861558603150115e-08, 6.009345909774311e-09, 1.23330778478703e-07, 1.3798263864828186e-07, 1.7370017246776115e-07, 5.617696388071636e-07, 5.160393001801822e-08, 4.813227150179955e-08, 8.032599652096906e-08, 2.0644911273848265e-06, 5.638538027596951e-07, 8.794099244369136e-07, 3.4785582556651207e-06, 2.972355162000895e-07, 3.390414349269122e-07, 9.468957529179534e-08, 3.754799493549399e-08, 1.5678830322940485e-07, 8.2030041426151e-08, 6.847877820348458e-09, 1.825139683830912e-08, 6.050154155445853e-08, 3.9562941367421445e-08, 1.0699794472657231e-07, 3.256623699599004e-07, 3.536899839673424e-07, 7.326217854597417e-08, 4.857605517827324e-07, 7.717640073678922e-07, 3.456741737295488e-08, 3.2461647947457095e-07, 3.1608240078639938e-06, 5.330938535053065e-08, 3.645648973815696e-07, 5.481521156980307e-07, 4.623012372917401e-08, 1.346600981833035e-07, 4.352903104631878e-08, 1.6403919289587066e-07, 2.4636646500653114e-08, 5.958662185889807e-08, 9.493569308460792e-08, 5.5234050222452424e-08, 5.741187081298449e-08, 1.1850225746457e-05, 5.826300366607029e-06, 7.420818292303011e-06, 9.127862199420633e-07, 2.001935399675858e-06, 1.0334889566365746e-06, 3.514648483360361e-08, 2.0589775431290036e-06, 3.5655068586493144e-07, 6.873136015883574e-08, 2.193502490754895e-09, 5.560284321859399e-08, 3.3266616128457827e-07, 1.3073517379780242e-07, 2.7187292417352182e-08, 1.0462799515664756e-08, 7.466601914529747e-07, 6.923080064780152e-08, 1.6145493830777013e-08, 8.568415310605815e-09, 4.762142236103273e-09, 1.233958357715892e-07, 8.340525603500737e-09, 3.2648699299642203e-09, 5.063196084620358e-09, 4.0704488668552585e-09, 1.2043389396865223e-08, 5.1055555339019065e-09, 7.267066948202228e-09, 1.1844983305309142e-07, 7.53547197973603e-08, 6.386873252495207e-08, 1.621267564644313e-08, 2.6103893446816073e-07, 6.979319664424111e-07, 6.647392325476176e-08, 7.717375183347031e-07, 6.651137596236367e-07, 3.3244478458982485e-07, 3.707229154770175e-07, 3.995585302618565e-07, 6.411539743567118e-08, 7.107263400030206e-08, 1.6379799205878953e-07, 6.876715730186334e-08, 3.4624252975845593e-07, 2.0256192101442139e-07, 6.19600768914097e-07, 2.6840686118134727e-08, 6.720200644849683e-07, 1.1348156476742588e-06, 1.8397651047052932e-06, 6.397185075002199e-07, 7.257429501805746e-08, 4.2213261508550204e-07, 3.965735402289283e-07, 1.4037237860975438e-07, 3.249813573802385e-07, 1.5857477819736232e-07, 1.1122037335553614e-07, 7.39131564841955e-08, 3.4231769063808315e-07, 5.39788445053091e-08, 8.517191218970765e-08, 4.060975243191933e-06, 1.4478493540082127e-05, 7.316928396505773e-09, 6.948383646232514e-09, 4.4688626132938225e-08, 9.23126250995665e-08, 5.41190452452156e-08, 2.224259958438779e-07, 1.7609368185844687e-08, 2.0905980946395175e-08, 3.6797160873902612e-09, 6.177843658861093e-08, 1.7920085326750268e-07, 2.6278852871541858e-08, 2.698776313536655e-08, 1.6432605320915172e-07, 1.2827440798446332e-07, 4.468845560268164e-08, 6.316474099321567e-08, 1.9461522171582146e-08, 2.0871000927513705e-08, 2.2414262446091016e-08, 2.4764982953229264e-08, 6.785314532464781e-09, 2.4248494767675766e-08, 4.554914667664889e-09, 2.8976625543464252e-08, 2.0402152856036082e-08, 1.6009290959573264e-07, 2.019951637066697e-07, 1.6111656009343278e-08, 5.964040639128143e-08, 4.0982603977113286e-09, 3.907972612182675e-08, 7.511245847524606e-09, 5.965555942566425e-07, 1.6478051634294388e-07, 1.410681527147517e-08, 3.285524030616216e-08, 3.338656018314623e-09, 1.2200259469352659e-08, 4.624581961820695e-08, 6.842250765970448e-09, 1.7426071252657493e-08, 4.661075436729334e-08, 9.33183343931887e-08, 1.230591379908219e-07, 1.2359244294657401e-08, 1.1173082903326303e-08, 2.772451956900568e-08, 2.4191731995415466e-07, 3.4511506896706123e-07, 2.593734649281032e-08, 9.964443847820803e-08, 9.797671118860762e-09, 1.90853270964908e-07, 3.9726497647052383e-08, 2.6638923955601967e-08, 6.8740502179309715e-09, 3.146955052102385e-08, 2.4086276084744895e-07, 1.3126738451774145e-07, 2.1254035686979478e-07, 2.0501781605730685e-08, 3.694923123020999e-08, 6.563101351275691e-07, 2.5600135344916453e-08, 2.688264899575188e-08, 6.880517844365386e-07, 2.0092501529234141e-07, 2.7880052044793047e-08, 2.62837644982028e-08, 5.167780159354152e-08, 1.893516099471526e-07, 4.6184757707123936e-07, 1.1086663143089481e-08, 1.4542384008109366e-07, 2.8736709012378014e-08, 6.105074703555147e-07, 1.2016337258557996e-08, 1.3944533350240818e-07, 2.0936788303060894e-08, 4.3800788773751265e-08, 1.9662968142597492e-08, 6.6543535126584175e-09, 1.1149432488366529e-08, 6.424846787922434e-08, 6.971495380980741e-09, 3.2599853927450795e-09, 1.4260012726197147e-08, 2.7894840215481054e-08, 8.115682703646598e-08, 2.599534454361674e-08, 2.285521105704902e-08, 1.05594978094814e-07, 8.145473628928812e-08, 3.779314994289962e-08, 4.8818307618603285e-08, 2.3420332340151617e-08, 1.0599223720930695e-08, 3.604067799756194e-08, 5.062377184117395e-08, 3.6804056691153164e-08, 1.5015616527946918e-09, 1.4474869658442913e-06, 1.0761959856608883e-06, 1.304976251503831e-07, 3.073563448197092e-08, 1.7183838352252678e-08, 2.042087920983704e-08, 7.904924714807748e-09, 1.6901843480354728e-07, 1.2416376371504612e-08, 5.4757610001843204e-08, 2.6250097207025647e-08, 1.3261202802539174e-08, 6.298007804161898e-08, 1.2709827856838274e-08, 2.0171410142211244e-07, 4.386575014336813e-08, 6.962276444255622e-08, 2.956475668725034e-07, 7.925040677037032e-07, 2.0868660044470744e-07, 1.7341581326490996e-07, 4.294189182019181e-08, 4.213362547744737e-09, 8.8246935092684e-08, 1.7341355018629656e-08, 7.321497008661026e-08, 1.7941481189609476e-08, 1.1245008835203407e-07, 4.2423405943736725e-07, 8.259470440918903e-09, 1.1336252470073305e-07, 8.268681739309613e-08, 2.2186704029536486e-08, 1.9539518447686532e-08, 1.0675572426066537e-08, 3.288476690954667e-08, 2.4340661042288048e-08, 6.639029948019015e-08, 5.604618547039308e-09, 1.386590220420203e-08, 6.6757905869963e-08, 1.1355724360839758e-08, 3.1321272331297223e-07, 3.1244848486267074e-08, 1.502163371469578e-07, 1.346161226933873e-08, 1.8882738572756352e-07, 4.645693962856967e-08, 4.645321638463429e-08, 7.71435715307689e-09, 3.585664032357272e-08, 7.608256247237932e-09, 4.2214487905312126e-08, 4.3406713778892936e-09, 1.3401408871516196e-08, 8.565495335233209e-08, 1.7045202582721686e-08, 5.422122839604526e-08, 3.0218750168842234e-08, 6.153300091682468e-08, 3.9388163841636015e-09, 4.135585029985123e-08, 1.7818981845607595e-08, 4.31053557292671e-08, 3.9032919119108556e-09, 7.663005163749403e-08, 1.1890258555524724e-08, 9.304103265606045e-09, 1.0967905472725192e-09, 1.0536636452229686e-08, 1.1516662112853737e-07, 8.134422273542441e-07, 5.9525618212319387e-08, 2.8063100288022724e-08, 1.283296402476708e-08, 1.060557863752365e-07, 7.872866945035639e-07, 2.7501052102252288e-08, 3.936232229051484e-09, 2.0519189902756807e-08, 7.394696410756296e-09, 3.5983390489491285e-08, 2.5378296797384792e-08, 4.6989228508209635e-08, 7.549436631393291e-09, 6.322734407149255e-07, 5.581916262542563e-09, 1.2963950268840563e-07, 1.587476106124086e-08, 3.3837391555380236e-08, 6.474394353972457e-09, 9.121036015358186e-08, 1.3918366015275296e-08, 8.229938508463874e-09, 2.7060956142577197e-08, 2.6095642979839795e-08, 5.722282203635132e-09, 6.963402938708896e-07, 4.685033871965061e-08, 9.590480409826796e-09, 2.0991818416860042e-07, 3.082116961650172e-08, 3.563118511351604e-08, 7.326215154535021e-07, 2.1759417450084584e-06, 2.4074907400972734e-07, 2.974484800688515e-07, 2.528977205429328e-08, 7.667869894589785e-09, 2.6632636718204594e-07, 3.435845030708151e-08, 2.3129958393042216e-08, 3.1239306252928145e-08, 2.8691238185274415e-07, 3.8957892911639647e-08, 2.4183783864373254e-08, 1.158230222841894e-08, 5.1544706280992614e-08, 2.0343204454320585e-08, 8.201909196259294e-08, 1.1641392738681589e-08, 5.496298740581551e-07, 1.1682007361457636e-08, 4.7576321549058775e-08, 1.6349654075042963e-08, 4.090812311119407e-08, 2.1270925287808495e-07, 1.669703095785735e-07, 3.989651631286506e-08, 2.8524043500510743e-06, 1.2500227342115977e-07, 2.4846258384059183e-07, 1.2454135500661323e-08, 2.9699904757762852e-08, 4.25093871214699e-09, 1.6144196024470148e-07, 2.6385819751340023e-07, 7.637975585339518e-09, 3.4455236441743864e-09, 7.273212787595185e-08, 1.763124757303558e-08, 7.586505645917896e-09, 2.154678924171094e-08, 1.267521554382256e-07, 2.5636829548147944e-08, 3.500932521660616e-08, 6.472151170555662e-08, 8.387794458997178e-09, 3.0694742747527926e-08, 7.520281286588215e-08, 1.5724816648798878e-07, 1.9633705505839316e-07, 1.2290654183289007e-07, 1.1121071841202479e-09, 1.5468767600168576e-08, 9.916888643601851e-09, 6.882375487293757e-07, 8.267530660077682e-08, 4.46946799570469e-08, 2.075171856574798e-08, 8.649272587035739e-08, 5.20271186132959e-08, 4.5564465978031876e-08, 2.031970502969216e-08, 8.705073994974555e-09, 6.45198596771479e-08, 2.1777212921847422e-08, 1.0309374687267336e-08, 3.2118705917127954e-08, 2.3336649235261575e-07, 8.053995692591798e-09, 1.9623111313649133e-07, 1.2887916511772346e-07, 1.5392334518082862e-08, 1.401880500573327e-09, 5.696758975659577e-08, 6.079961423210989e-09, 1.0782660986308201e-08, 2.4260382147645032e-08, 1.9388348704296732e-08, 2.2969983604070876e-07, 1.997151066746028e-08, 2.8477696645268225e-08, 5.227270349905666e-08, 2.739241153904004e-07, 9.85714976309282e-08, 3.129077086327925e-08, 4.1513992243835673e-08, 5.2511412995670526e-09, 1.5806674582563573e-06, 8.547505672140687e-07, 1.0688979479311911e-08, 1.0621677120070672e-06, 7.737217089243131e-08, 6.394137130882882e-08, 1.1698201518584028e-07, 1.0486479595783749e-07, 2.1160776952910965e-07, 1.5339432835048683e-08, 5.094390331805698e-08, 1.4005206772083056e-08, 2.6281709253339613e-08, 8.77830927947798e-08, 7.771985721660712e-09, 4.228822803042931e-08, 3.3243432540075446e-07, 7.72913466562386e-08, 7.63679175452836e-10, 5.989415541307608e-08, 1.3260753917165857e-07, 1.2853475084284582e-07, 8.844149412823299e-09, 1.0194228394766469e-07, 2.4937534703894926e-07, 1.6547782877296413e-07, 1.176258734858493e-08, 1.1496064900029523e-07, 2.934237670615403e-07, 1.3261050924029405e-08, 8.630173198298507e-08, 5.739413211358624e-08, 1.1093964502606468e-07, 2.2933429022486962e-07, 3.470581191322708e-07, 1.475092403779854e-07, 1.5024763655446804e-08, 6.454251177956394e-08, 5.164459437878577e-08, 6.23732674398525e-08, 1.2935890936205396e-07, 1.4051898311606692e-08, 5.386868906498421e-08, 2.082729722019394e-08, 1.3040525104202061e-08, 1.05788906523685e-07, 1.507953939494655e-08, 8.926216423787992e-07, 4.637372086335745e-08, 7.480928161385236e-07, 5.883074472023964e-09, 2.870727655590599e-09, 8.381493898923509e-07, 7.341868002441743e-09, 1.4245849833116608e-08, 1.0926260785026898e-07, 1.1308060265946551e-07, 2.52335809136639e-07, 1.178269073420779e-07, 4.667730024721095e-08, 2.79587997198405e-09, 3.436349871321909e-08, 1.4674341741738317e-07, 3.539640758276619e-08, 2.0580911552769976e-07, 7.18380377406902e-08, 2.7693602078215918e-08, 4.5492825506698864e-08, 1.955898198957584e-08, 1.5359576721607482e-08, 1.2336422550163206e-08, 2.957029643368969e-08, 2.877517033539334e-07, 9.051751135302766e-07, 2.3732353326977318e-07, 1.6521470413977113e-08, 1.5478654802336678e-08, 3.526755776306345e-08, 3.61636587342673e-08, 1.615889466677345e-08, 7.649993705172164e-08, 1.9661243300106435e-08, 4.9174737171142624e-08, 1.1712456426948847e-07, 1.0889120716228717e-08, 1.4941074368834961e-06, 1.0185750909386115e-08, 3.7575578204496196e-08, 2.0970718495050278e-08, 3.368522527580353e-08, 4.845519985252622e-09, 6.039555842107802e-07, 1.0373183201295433e-08, 2.841620698745828e-07, 4.499007388858445e-07, 3.4631430168019506e-08, 7.720588968140873e-08, 1.4711066853578814e-07, 1.160143270340086e-07, 4.0074306184578745e-07, 3.0256124716743216e-08, 6.706726196625823e-08, 2.012845534693497e-08, 1.5987545731732666e-09, 4.1919221871467016e-08, 1.3166965295852151e-08, 3.231780709711529e-08, 9.247563781400459e-08, 1.3075164417841734e-07, 1.0574149911235509e-07, 3.762125899697821e-08, 1.0942090256094161e-07, 7.001387558602801e-08, 2.7426720450307585e-08, 2.0766329100752046e-08, 4.5402845927355884e-08, 3.390360703292572e-08, 1.0469531730450399e-07, 2.8271228913467894e-08, 3.406190955956845e-07, 5.146158059687878e-07, 6.740644380442973e-07, 6.3821934404018066e-09, 3.638748680145909e-08, 3.6260146885069844e-08, 1.6065344254911906e-07, 3.639007957190188e-07, 6.232625970881145e-09, 4.8054303647404595e-08, 3.3725854109434295e-08, 6.3287848206528e-07, 6.480550496235082e-08, 2.116489525860743e-07, 8.38768769995113e-08, 1.758889212055692e-08, 2.729004577872729e-09, 2.144768451728396e-08, 7.861175532752895e-08, 2.011793931444572e-08, 2.840733515085958e-08, 2.492219834948628e-07, 2.0156347702027233e-08, 2.6551370879701608e-08, 2.7847898209643063e-08, 6.907038496706264e-09, 1.8805204504701578e-08, 1.3006692611838844e-08, 3.685865976876812e-07, 3.9678877783444477e-07, 2.7591790185965692e-08, 2.5228539257682314e-08, 1.5469838388071366e-07, 3.6892611632310945e-08, 1.4401622117077295e-09, 2.1504664715621402e-08, 5.068058328561165e-08, 5.081657761252245e-08, 1.1718628734058711e-08, 5.409200909411993e-08, 7.138175419640902e-07, 2.523685509459028e-07, 7.071956531490287e-08, 7.199660245760242e-08, 1.2525339876390262e-08, 3.4802988579940575e-07, 1.9591639954796847e-07, 1.2404500182583433e-07, 1.2346009725661133e-07, 1.92011366806355e-08, 1.9895020386684337e-07, 3.7876212388709973e-08, 1.0629652713589621e-08, 1.2436973229057458e-08, 2.186162078032794e-07, 2.618108396745811e-07, 1.1128912547064829e-07, 1.0776497560982534e-07, 6.380246109216614e-09, 3.895029632161595e-09, 1.576254788915321e-07, 2.9089968212048234e-09, 1.03809227880447e-08, 2.8134863327977655e-08, 1.0777869263733919e-08, 1.3605805371241786e-08, 2.9236161935841665e-08, 1.918957508451058e-07, 2.1994748067299952e-07, 1.3263833587018325e-08, 4.900423533626963e-08, 2.9808058243929736e-09, 8.925934658066126e-09, 1.0996840771326788e-08, 7.715520666806697e-09, 7.454385553273823e-09, 5.0860990086221136e-08, 1.5129604946650943e-07, 1.1959995660504319e-08, 1.1323217030678734e-08, 9.39119804144184e-09, 9.585582461113518e-08, 1.9055129030220996e-08, 1.8105044574667772e-08, 6.179151057494892e-08, 6.389322493305372e-08, 1.1853056314237165e-08, 9.372677745034252e-09, 1.2332006349424773e-07, 1.6521848777983905e-08, 1.246099685658919e-07, 4.196111902388111e-09, 3.9965367903960214e-08, 1.255440107428285e-08, 1.4302015571843185e-08, 6.631698745707126e-09, 5.964162053118116e-09, 5.556878956980427e-09, 1.419230528654225e-07, 1.7612896030527736e-08, 3.3801444487835397e-07, 7.856438344333583e-08, 2.9667463152804885e-08, 2.8991748877160717e-06, 1.3787196166958893e-06, 5.313577133847502e-09, 2.5128217728820346e-08, 8.406522056247923e-08, 4.492775573794461e-08, 5.4087468726038423e-08, 2.4238921980668238e-08, 4.0167356019082945e-07, 4.1083040969169815e-08, 5.415281023601892e-08, 8.640659743264223e-09, 5.773174294176897e-08, 2.6442751277500065e-07, 8.953106203080097e-07, 2.799365539374321e-08, 5.889395637836969e-09, 4.178830081968954e-08, 2.888028660663622e-08, 2.1357223545237503e-08, 2.3023956430279213e-07, 8.786517469161481e-08, 2.069703963769598e-09, 2.2363829899063603e-08, 3.2032425600903025e-09, 1.176860120466472e-08, 6.963498577761129e-08, 2.2719042647167953e-08, 7.360319465021803e-09, 6.922469264480924e-09, 3.2138252947788715e-08, 1.3705631829452614e-07, 1.9814805796158907e-08, 1.0578844467090676e-08, 2.7049035011827982e-08, 2.9755513608620277e-09, 2.1773475467057324e-08, 1.0975404585167325e-08, 1.9918440230526357e-08, 2.3881801425318372e-08, 2.1357100976615584e-08, 6.109046157831699e-09, 1.1890372242362446e-08, 1.1459750481890296e-08, 3.731681275098708e-08, 1.5726065782928345e-08, 3.403987491878979e-08, 3.6921193213856895e-08, 9.281668411631472e-08, 1.2323060616381554e-07, 4.234707162709128e-08, 1.7423577247654976e-08, 5.811278214196136e-08, 3.9313878374969136e-08, 2.3690166273127033e-08, 1.792834680713895e-08, 1.4406491999352511e-08, 7.0197305745978156e-09, 6.041436506620812e-08, 4.867428771149207e-08, 1.0685186957459791e-08, 1.005112082452797e-08, 4.2425732260653604e-08, 2.6077879411445792e-08, 5.136626679558276e-09, 1.6972753202892932e-09, 1.9131350725842822e-08, 2.1117190840413969e-07, 1.3372530638378066e-08, 2.000219723186092e-08, 1.0454146348592985e-07, 2.814382682458927e-08, 2.134452614654947e-07, 2.104584950757271e-08, 1.9114216343041335e-07, 3.957645233754192e-08, 2.9315843974586642e-08, 1.1051893977764848e-07, 4.840025980001883e-08, 5.583537188158516e-08, 1.2129960680340446e-07, 1.7761975001917563e-08, 2.561053769056798e-08, 1.2038481145282276e-07, 4.6748018789344314e-09, 1.591587306393194e-08, 3.147561500327356e-08, 6.147622144681009e-08, 2.204614979461894e-08, 3.2577264619249036e-07, 1.198899752807847e-07, 2.3818718375423487e-07, 1.490982981522393e-08, 5.1016343149967724e-08, 5.5141523347401744e-08, 2.288526701477167e-08, 5.7140397302646306e-08, 5.185041231925425e-07, 4.977233558633998e-08, 1.104976110610778e-08, 1.26408238543263e-07, 8.174780674607973e-08]]} [gw0] PASSED predictor/test_paddle.py::test_paddle predictor/test_paddle.py::test_paddle_runtime 2026-04-16 20:35:07.309 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:35:07.309 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:35:07.309 3502 kserve.trace Host from isvc status URL = isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:07.309 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:07.309 3502 kserve.trace Network layer = istio 2026-04-16 20:35:07.309 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:35:07.309 3502 kserve.trace Using external route host: isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:07.309 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:07.346 3502 kserve.trace Sending Header = {'Host': 'isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:35:07.346 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:35:07.346 3502 kserve.trace base url = https://isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:07.346 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:07.346 3502 kserve.trace url: https://isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-paddle-runtime:predict 2026-04-16 20:35:07.346 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-paddle-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-paddle-runtime:predict 2026-04-16 20:35:07.347 3502 kserve.trace request data: {'instances': [[[[0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925], [0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3070467710494995, 1.2385478019714355, 1.18717360496521, 1.2042982578277588, 1.1529240608215332, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.1529240608215332], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.18717360496521], [0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.255672574043274], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.6152924299240112, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5706825256347656, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.324171543121338], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.3584210872650146], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2385478019714355, 1.255672574043274, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914], [0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298], [0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496], [0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.2684305012226105, 0.2281874716281891, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.2281874716281891, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5193082690238953, 0.41655975580215454, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.7992978096008301, -0.645175039768219, -0.3883037567138672, -0.19993148744106293, -0.1143077164888382, 0.03981505334377289, 0.3138112425804138, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112], [-1.3130404949188232, -0.9534205794334412, -0.8506720662117004, -0.7992978096008301, -0.4568027853965759, -0.30267998576164246, -0.2684305012226105, -0.2684305012226105, -0.045808710157871246, 0.29668647050857544, 0.39943498373031616, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-1.6384108066558838, -1.3815394639968872, -1.2445415258407593, -1.141792893409729, -1.141792893409729, -1.0561691522598267, -1.261666178703308, -1.3130404949188232, -1.1760424375534058, -1.227416753768921, -0.9534205794334412, -0.21705622971057892, 0.056939806789159775, 0.43368449807167053, 0.622056782245636, 0.4508092403411865, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-0.9191710948944092, -0.8849216103553772, -1.0561691522598267, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -2.1179039478302, -2.0665295124053955, -1.878157377243042, -1.1760424375534058, -0.6794245839118958, -0.3883037567138672, -0.2684305012226105, 0.26243698596954346, 0.3651854991912842, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9362958669662476, -0.8506720662117004, -0.7136740684509277, -0.7307988405227661, -1.02191960811615, -1.1931672096252441, -1.878157377243042, -1.6897850036621094, -0.5081770420074463, -0.16568197309970856, 0.056939806789159775, 0.17681321501731873, 0.2281874716281891, 0.41655975580215454, 0.3138112425804138, 0.39943498373031616, 0.3480607271194458, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9534205794334412, -0.9705453515052795, -0.9362958669662476, -0.7650483250617981, -0.6794245839118958, -0.7992978096008301, -1.0047948360443115, -1.1760424375534058, -0.9876701235771179, -0.40542852878570557, -0.06293346732854843, 0.03981505334377289, 0.2281874716281891, 0.3651854991912842, 0.4679340124130249, 0.3309359848499298, 0.2110627144575119, 0.29668647050857544, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.41655975580215454, 0.5364330410957336, 0.587807297706604, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1075434684753418, -1.0390443801879883, -1.0390443801879883, -0.9362958669662476, -0.7307988405227661, -0.9534205794334412, -1.415789008140564, -1.672660231590271, -1.8439078330993652, -1.5185375213623047, -0.7992978096008301, -0.3540542721748352, -0.02868395671248436, 0.10831420123577118, 0.27956172823905945, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1931672096252441, -1.1246682405471802, -1.0904186964035034, -1.02191960811615, -1.227416753768921, -1.5014127492904663, -2.1179039478302, -2.01515531539917, -2.1007792949676514, -1.758284091949463, -1.2787909507751465, -0.9705453515052795, -0.8164225816726685, -0.43967801332473755, -0.14855723083019257, 0.0740646943449974, 0.2110627144575119, 0.3138112425804138, 0.3480607271194458, 0.29668647050857544, 0.15968845784664154, 0.2110627144575119, -0.011559205129742622, 0.26243698596954346, 0.5364330410957336, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.718040943145752], [-1.672660231590271, -1.3815394639968872, -1.3301652669906616, -1.2445415258407593, -1.3986642360687256, -1.9295315742492676, -2.032280206680298, -1.9809058904647827, -0.9876701235771179, -0.576676070690155, -0.4568027853965759, -0.42255327105522156, -0.610925555229187, -0.8164225816726685, -0.7821730971336365, -0.6280503273010254, -0.5081770420074463, -1.0047948360443115, -1.3472900390625, -0.5938007831573486, -0.02868395671248436, 0.2281874716281891, 0.03981505334377289, -0.21705622971057892, 0.14256370067596436, 0.5364330410957336, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.15968845784664154, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008], [-2.1179039478302, -1.9295315742492676, -1.672660231590271, -1.4500385522842407, -1.7411593198776245, -2.1007792949676514, -2.1179039478302, -1.227416753768921, -0.7992978096008301, -0.7136740684509277, -0.5253018140792847, -0.40542852878570557, -0.2341809868812561, -0.2341809868812561, -0.4568027853965759, -0.8849216103553772, -1.415789008140564, -2.1179039478302, -1.073293924331665, -0.1143077164888382, 0.3309359848499298, 0.6049320101737976, 0.7076805233955383, 0.6049320101737976, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.9124068021774292, -2.032280206680298, -1.946656346321106, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -1.9980305433273315, -0.8849216103553772, -0.7136740684509277, -0.6622998118400574, -0.610925555229187, -0.5081770420074463, -0.3883037567138672, -0.28555524349212646, -0.18280673027038574, -0.21705622971057892, -0.40542852878570557, -1.227416753768921, -1.141792893409729, -0.2341809868812561, 0.091189444065094, 0.3651854991912842, 0.622056782245636, 0.7761795520782471, 0.6391815543174744, 0.41655975580215454, 0.3138112425804138, 0.38231024146080017, 0.5535577535629272, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.4611696004867554, 0.9474270939826965, 1.4269200563430786, 1.63241708278656, 1.718040943145752, 1.7351655960083008, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.7522903680801392, 1.718040943145752, 1.6666666269302368, 1.6495418548583984, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.8952820301055908, -2.1007792949676514, -2.1007792949676514, -2.1179039478302, -2.1179039478302, -1.946656346321106, -1.672660231590271, -1.02191960811615, -0.9191710948944092, -0.7821730971336365, -0.6965492963790894, -0.5938007831573486, -0.5253018140792847, -0.5253018140792847, -0.5081770420074463, -0.5938007831573486, -0.610925555229187, -0.8849216103553772, -1.3986642360687256, -0.9705453515052795, -0.4910522699356079, -0.1143077164888382, 0.2110627144575119, 0.4508092403411865, 0.38231024146080017, 0.10831420123577118, 0.10831420123577118, 0.3651854991912842, 0.41655975580215454, 0.5535577535629272, 0.622056782245636, 0.5193082690238953, 0.6049320101737976, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.6666666269302368, 1.18717360496521, 0.7933043241500854, 0.9816765785217285, 0.5193082690238953, 1.718040943145752, 1.7694151401519775, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.2727973461151123, 1.0673003196716309, 1.4782943725585938, 1.6837913990020752, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [-0.9191710948944092, -1.4671632051467896, -1.3644146919250488, -1.3986642360687256, -1.6897850036621094, -2.01515531539917, -2.0494048595428467, -1.6384108066558838, -1.3301652669906616, -1.0561691522598267, -0.9534205794334412, -0.8164225816726685, -0.7479235529899597, -0.7479235529899597, -0.7136740684509277, -0.9705453515052795, -1.946656346321106, -2.032280206680298, -2.0494048595428467, -2.1179039478302, -1.7754088640213013, -1.1075434684753418, -0.576676070690155, -0.21705622971057892, 0.02269030176103115, -0.02868395671248436, -0.21705622971057892, -0.08005820959806442, 0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.41655975580215454, 0.5193082690238953, 0.622056782245636, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.5981676578521729, 1.444044828414917, 1.101549744606018, 0.7590547800064087, 0.5535577535629272, 0.41655975580215454, 0.43368449807167053, -0.045808710157871246, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.4269200563430786, 0.9303023219108582, -0.045808710157871246, 0.17681321501731873, 1.3412963151931763, 1.6837913990020752, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [0.7076805233955383, -0.7650483250617981, -1.484287977218628, -1.3301652669906616, -1.5870364904403687, -1.5527870655059814, -2.0494048595428467, -2.1007792949676514, -1.946656346321106, -1.5185375213623047, -1.2102919816970825, -1.1760424375534058, -0.9705453515052795, -0.9534205794334412, -0.9191710948944092, -1.4671632051467896, -2.1179039478302, -2.0494048595428467, -1.7069097757339478, -0.8164225816726685, -0.43967801332473755, -0.3369295001029968, -0.4739275276660919, -0.645175039768219, -0.6622998118400574, -0.3369295001029968, -0.19993148744106293, -0.7992978096008301, -1.0904186964035034, -0.4568027853965759, -0.045808710157871246, -0.045808710157871246, -0.045808710157871246, -0.14855723083019257, 0.2281874716281891, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.6495418548583984, 1.2385478019714355, 0.5535577535629272, 0.9474270939826965, 0.7076805233955383, -0.16568197309970856, 0.056939806789159775, -0.2341809868812561, -0.28555524349212646, -0.40542852878570557, 0.8789280652999878, 1.4269200563430786, 1.2899221181869507, 1.4782943725585938, 1.5810428857803345, 0.7076805233955383, -0.011559205129742622, -0.645175039768219, -0.18280673027038574, 0.8618032932281494, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775], [1.6152924299240112, 0.6391815543174744, -1.758284091949463, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.7411593198776245, -1.3472900390625, -1.4671632051467896, -1.758284091949463, -1.9637811183929443, -1.604161262512207, -1.1589176654815674, -1.073293924331665, -1.2787909507751465, -1.758284091949463, -2.032280206680298, -1.9809058904647827, -0.8677968382835388, -0.40542852878570557, -0.2513057291507721, -0.1143077164888382, 0.056939806789159775, 0.03981505334377289, -0.3540542721748352, -0.9534205794334412, -1.4500385522842407, -1.7754088640213013, -1.8952820301055908, -1.5185375213623047, -1.1246682405471802, -0.31980475783348083, 0.0740646943449974, -0.2513057291507721, -0.19993148744106293, 0.27956172823905945, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.718040943145752, 1.1529240608215332, -0.3540542721748352, 0.03981505334377289, 0.17681321501731873, -0.4910522699356079, -0.2684305012226105, -0.7479235529899597, -0.7136740684509277, -0.5595512986183167, 0.587807297706604, 1.2727973461151123, 1.101549744606018, 1.18717360496521, 0.9303023219108582, 0.3309359848499298, -0.7307988405227661, -0.7650483250617981, -0.5253018140792847, 0.8789280652999878, 1.8550388813018799, 1.786539912223816, 1.786539912223816, 1.7694151401519775], [1.6837913990020752, 1.4782943725585938, 0.5021834969520569, -1.3301652669906616, -1.9809058904647827, -2.0494048595428467, -2.1179039478302, -1.878157377243042, -1.484287977218628, -1.261666178703308, -1.5185375213623047, -1.9980305433273315, -1.8439078330993652, -1.5014127492904663, -1.5527870655059814, -1.9809058904647827, -2.1179039478302, -1.3986642360687256, -0.6965492963790894, -0.5424265265464783, -0.4568027853965759, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.056939806789159775, 0.03981505334377289, -0.5081770420074463, -1.3130404949188232, -1.672660231590271, -0.9020463228225708, -0.6622998118400574, -0.6622998118400574, -0.08005820959806442, 0.5364330410957336, 0.43368449807167053, 0.26243698596954346, 0.5021834969520569, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6837913990020752, 1.7009161710739136, 1.6495418548583984, 0.056939806789159775, -0.645175039768219, -0.7136740684509277, -0.43967801332473755, -0.645175039768219, -0.42255327105522156, -0.6965492963790894, -0.7821730971336365, -0.5595512986183167, 0.27956172823905945, 1.0501755475997925, 0.5535577535629272, 1.1700488328933716, 0.17681321501731873, -0.1143077164888382, -0.8335473537445068, -0.7821730971336365, -0.7307988405227661, 0.4850587546825409, 1.718040943145752, 1.786539912223816, 1.786539912223816, 1.786539912223816], [0.9303023219108582, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 0.5021834969520569, -0.8164225816726685, -1.5699117183685303, -2.01515531539917, -2.1179039478302, -1.8267830610275269, -1.7754088640213013, -2.01515531539917, -1.9295315742492676, -1.8267830610275269, -1.7411593198776245, -1.946656346321106, -1.9809058904647827, -0.9362958669662476, -0.9020463228225708, -0.6965492963790894, -0.5424265265464783, -0.40542852878570557, -0.31980475783348083, -0.3540542721748352, -0.14855723083019257, -0.08005820959806442, -0.06293346732854843, -0.06293346732854843, -0.5938007831573486, -1.4329137802124023, -1.4500385522842407, -1.1246682405471802, -0.9534205794334412, -0.16568197309970856, 0.41655975580215454, 0.5535577535629272, 0.38231024146080017, 0.3651854991912842, 0.5364330410957336, 0.622056782245636, 0.6391815543174744, 0.7419300675392151, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.5981676578521729, -0.045808710157871246, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.6622998118400574, -0.5081770420074463, -0.7307988405227661, -0.7136740684509277, -0.3711790144443512, -0.02868395671248436, 0.7590547800064087, 0.29668647050857544, 0.8618032932281494, -0.2684305012226105, -0.5081770420074463, -0.8506720662117004, -1.1075434684753418, -0.7992978096008301, -0.21705622971057892, 1.7009161710739136, 1.8207894563674927, 1.8207894563674927, 1.786539912223816], [0.587807297706604, 0.7076805233955383, 1.0673003196716309, 1.5810428857803345, 1.8036646842956543, 1.5296685695648193, 0.6734310388565063, -0.7992978096008301, -1.758284091949463, -1.9980305433273315, -2.01515531539917, -1.8610326051712036, -1.7754088640213013, -1.3644146919250488, -1.415789008140564, -1.6555355787277222, -1.8610326051712036, -1.2445415258407593, -0.9876701235771179, -0.9020463228225708, -0.7821730971336365, -0.6280503273010254, -0.5424265265464783, -0.4568027853965759, -0.3540542721748352, -0.40542852878570557, -0.5253018140792847, -0.6794245839118958, -0.7307988405227661, -1.0561691522598267, -1.6212860345840454, -1.5870364904403687, -1.484287977218628, -1.261666178703308, -0.6794245839118958, 0.0740646943449974, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.5706825256347656, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.0330508947372437, -0.7307988405227661, -1.073293924331665, -1.1075434684753418, -1.0390443801879883, -0.7650483250617981, -0.5424265265464783, -0.7821730971336365, -0.6794245839118958, -0.3540542721748352, 0.03981505334377289, 0.622056782245636, 0.29668647050857544, 0.3651854991912842, -0.19993148744106293, -0.645175039768219, -1.0904186964035034, -1.3301652669906616, -0.9362958669662476, -0.4739275276660919, 1.1186745166778564, 1.8207894563674927, 1.8207894563674927, 1.8036646842956543], [0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.7419300675392151, 0.8618032932281494, 1.6495418548583984, 1.906413197517395, 1.6152924299240112, 0.6905558109283447, -1.0561691522598267, -1.5870364904403687, -1.8439078330993652, -2.1179039478302, -1.878157377243042, -1.4500385522842407, -1.2959157228469849, -1.5527870655059814, -1.7411593198776245, -1.3986642360687256, -1.073293924331665, -0.9020463228225708, -0.8677968382835388, -0.8335473537445068, -0.610925555229187, -0.576676070690155, -0.610925555229187, -1.0390443801879883, -1.8439078330993652, -2.1179039478302, -1.9124068021774292, -1.4500385522842407, -1.0047948360443115, -1.0390443801879883, -1.1931672096252441, -0.9705453515052795, -0.645175039768219, -0.28555524349212646, 0.2281874716281891, 0.38231024146080017, 0.24531221389770508, 0.3480607271194458, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.5193082690238953, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5467933416366577, 0.02269030176103115, -1.0390443801879883, -1.1931672096252441, -1.141792893409729, -1.0561691522598267, -0.7650483250617981, -0.6794245839118958, -0.8164225816726685, -0.6794245839118958, -0.3883037567138672, -0.18280673027038574, 0.24531221389770508, 0.3480607271194458, -0.02868395671248436, -0.3540542721748352, -0.7821730971336365, -1.1931672096252441, -1.227416753768921, -1.141792893409729, -0.7136740684509277, 0.41655975580215454, 1.7009161710739136, 1.786539912223816, 1.8550388813018799], [0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 1.2042982578277588, 1.6152924299240112, 1.718040943145752, 0.7248052954673767, -1.2787909507751465, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.1007792949676514, -1.9809058904647827, -1.6384108066558838, -1.6897850036621094, -1.9809058904647827, -1.79253351688385, -1.3301652669906616, -1.1589176654815674, -0.9876701235771179, -0.8164225816726685, -0.7479235529899597, -0.7136740684509277, -1.7240345478057861, -2.1179039478302, -1.1589176654815674, -0.2341809868812561, 0.10831420123577118, 0.17681321501731873, -0.011559205129742622, -0.4910522699356079, -0.7479235529899597, -0.645175039768219, -0.5253018140792847, -0.6280503273010254, -1.0047948360443115, -1.0047948360443115, -0.4568027853965759, -0.02868395671248436, 0.056939806789159775, 0.10831420123577118, 0.38231024146080017, 0.7076805233955383, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.4611696004867554, 1.1529240608215332, 1.2385478019714355, 1.0159261226654053, 1.101549744606018, 0.24531221389770508, -0.7650483250617981, -1.1589176654815674, -1.2102919816970825, -1.3130404949188232, -1.0047948360443115, -0.8506720662117004, -0.7992978096008301, -0.7821730971336365, -0.7136740684509277, -0.645175039768219, -0.4910522699356079, -0.14855723083019257, 0.091189444065094, -0.13143247365951538, -0.5595512986183167, -0.9705453515052795, -1.2102919816970825, -1.1931672096252441, -1.1760424375534058, -1.1075434684753418, -0.7821730971336365, 1.63241708278656, 1.7351655960083008, 1.8550388813018799], [0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.8960528373718262, 1.2214230298995972, 1.2042982578277588, 0.39943498373031616, -0.7479235529899597, -1.6384108066558838, -1.758284091949463, -1.4329137802124023, -1.6897850036621094, -2.032280206680298, -1.9637811183929443, -2.0494048595428467, -1.9295315742492676, -1.7069097757339478, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -0.9534205794334412, -1.261666178703308, -2.032280206680298, -1.8096582889556885, -0.5081770420074463, -0.02868395671248436, 0.15968845784664154, 0.24531221389770508, 0.3309359848499298, 0.3138112425804138, -0.1143077164888382, -0.7992978096008301, -1.1931672096252441, -1.535662293434143, -1.8952820301055908, -1.2959157228469849, -0.09718296676874161, 0.41655975580215454, 0.41655975580215454, -0.08005820959806442, -0.31980475783348083, 0.4850587546825409, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.2042982578277588, 0.7248052954673767, 0.8789280652999878, 0.656306266784668, -0.28555524349212646, -1.02191960811615, -0.8164225816726685, -1.3815394639968872, -1.141792893409729, -1.1589176654815674, -1.3130404949188232, -0.9876701235771179, -0.7307988405227661, -0.7992978096008301, -0.8335473537445068, -0.8164225816726685, -0.7136740684509277, -0.610925555229187, -0.43967801332473755, -0.16568197309970856, -0.2341809868812561, -0.7136740684509277, -0.9876701235771179, -1.0904186964035034, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.8335473537445068, 0.4508092403411865, 1.8379141092300415, 1.786539912223816], [0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.3138112425804138, -1.3301652669906616, -1.7069097757339478, -1.6384108066558838, -1.5014127492904663, -1.672660231590271, -2.0494048595428467, -1.8952820301055908, -1.5527870655059814, -1.5014127492904663, -1.604161262512207, -1.5185375213623047, -1.4329137802124023, -1.6384108066558838, -1.9980305433273315, -1.1931672096252441, -0.3711790144443512, -0.08005820959806442, -0.011559205129742622, 0.02269030176103115, 0.091189444065094, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.3369295001029968, -1.1760424375534058, -1.3472900390625, -0.13143247365951538, 0.4850587546825409, 0.810429036617279, 0.9988013505935669, 1.0159261226654053, 0.6734310388565063, 0.38231024146080017, 0.622056782245636, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.1529240608215332, -0.2341809868812561, -1.227416753768921, 0.19393795728683472, -0.5081770420074463, -0.8677968382835388, -1.5014127492904663, -1.415789008140564, -1.3986642360687256, -1.1246682405471802, -1.0390443801879883, -1.2959157228469849, -0.7992978096008301, -0.8164225816726685, -0.6965492963790894, -0.8335473537445068, -0.7992978096008301, -0.6965492963790894, -0.6794245839118958, -0.5938007831573486, -0.2341809868812561, -0.4568027853965759, -0.645175039768219, -1.02191960811615, -0.9876701235771179, -0.9534205794334412, -1.261666178703308, -1.0561691522598267, -0.7479235529899597, 0.2110627144575119, 1.8892884254455566, 1.8379141092300415], [0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.7419300675392151, 0.9303023219108582, 0.8446785807609558, 0.24531221389770508, -1.141792893409729, -1.7240345478057861, -1.5699117183685303, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.7240345478057861, -1.535662293434143, -1.7069097757339478, -1.8267830610275269, -1.7069097757339478, -1.6897850036621094, -1.0047948360443115, -0.645175039768219, -0.40542852878570557, -0.2341809868812561, -0.18280673027038574, -0.14855723083019257, -0.06293346732854843, 0.03981505334377289, 0.12543895840644836, -0.011559205129742622, -0.3711790144443512, -1.02191960811615, -0.8164225816726685, 0.03981505334377289, 0.38231024146080017, 0.656306266784668, 0.8789280652999878, 1.0159261226654053, 0.8618032932281494, 0.587807297706604, 0.5535577535629272, 0.810429036617279, 0.810429036617279, 0.7076805233955383, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.3070467710494995, 0.5364330410957336, -1.0904186964035034, -1.5014127492904663, -1.3644146919250488, -0.7136740684509277, -1.1931672096252441, -1.6212860345840454, -1.7411593198776245, -1.6897850036621094, -1.0047948360443115, -0.9362958669662476, -1.1075434684753418, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.8164225816726685, -0.6622998118400574, -0.576676070690155, -0.645175039768219, -0.7136740684509277, -0.42255327105522156, -0.6280503273010254, -0.9020463228225708, -0.9876701235771179, -0.7650483250617981, -1.0390443801879883, -1.2959157228469849, -1.0904186964035034, -1.0390443801879883, -0.045808710157871246, 1.8550388813018799, 1.8379141092300415], [0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.8618032932281494, 0.9816765785217285, 0.622056782245636, -0.42255327105522156, -1.4500385522842407, -1.7240345478057861, -1.672660231590271, -1.415789008140564, -1.6384108066558838, -1.9124068021774292, -1.946656346321106, -1.8096582889556885, -1.7069097757339478, -1.672660231590271, -1.2787909507751465, -0.8677968382835388, -0.7479235529899597, -0.610925555229187, -0.5081770420074463, -0.3711790144443512, -0.2684305012226105, -0.18280673027038574, -0.2341809868812561, -0.610925555229187, -1.6384108066558838, -2.0836544036865234, -1.7069097757339478, -1.0047948360443115, -0.645175039768219, -0.28555524349212646, 0.29668647050857544, 0.7248052954673767, 1.0844250917434692, 1.1700488328933716, 0.9303023219108582, 0.43368449807167053, 0.622056782245636, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.0159261226654053, -0.9020463228225708, -1.3472900390625, -1.2959157228469849, -1.3301652669906616, -1.1075434684753418, -1.4671632051467896, -1.0904186964035034, -1.0390443801879883, -1.2102919816970825, -0.9020463228225708, -0.8164225816726685, -0.9534205794334412, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.7650483250617981, -0.610925555229187, -0.645175039768219, -0.7136740684509277, -0.7307988405227661, -0.5595512986183167, -0.610925555229187, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.9534205794334412, -1.1075434684753418, -1.1075434684753418, -1.2959157228469849, -0.2684305012226105, 1.8207894563674927, 1.8379141092300415], [0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.5193082690238953, -0.08005820959806442, -0.9020463228225708, -1.79253351688385, -1.7240345478057861, -1.5014127492904663, -1.3986642360687256, -1.878157377243042, -2.01515531539917, -1.8439078330993652, -1.672660231590271, -1.5699117183685303, -1.227416753768921, -1.0390443801879883, -0.9020463228225708, -0.7992978096008301, -0.645175039768219, -0.5424265265464783, -0.5595512986183167, -0.7650483250617981, -1.1931672096252441, -2.1179039478302, -1.141792893409729, 0.056939806789159775, 0.24531221389770508, 0.14256370067596436, -0.3540542721748352, -0.4910522699356079, -0.06293346732854843, 0.5706825256347656, 0.7590547800064087, 0.9131776094436646, 0.810429036617279, 0.41655975580215454, 0.3309359848499298, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.38231024146080017, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 1.0501755475997925, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.3584210872650146, 0.7761795520782471, 0.9988013505935669, 1.0330508947372437, -0.4910522699356079, -1.6212860345840454, -1.484287977218628, -1.415789008140564, -1.3301652669906616, -1.261666178703308, -1.535662293434143, -0.6965492963790894, -0.6794245839118958, -0.9020463228225708, -0.5424265265464783, -0.576676070690155, -0.3711790144443512, -0.8849216103553772, -0.5253018140792847, -0.645175039768219, -0.5938007831573486, -0.5081770420074463, -0.7479235529899597, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.7821730971336365, -0.8849216103553772, -0.7479235529899597, -0.6794245839118958, -0.7992978096008301, -0.8849216103553772, -1.0047948360443115, -1.2959157228469849, -0.2684305012226105, 1.8892884254455566, 1.8550388813018799], [0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6391815543174744, 0.5706825256347656, 0.5535577535629272, 0.4508092403411865, -0.40542852878570557, -0.9362958669662476, -1.535662293434143, -1.7240345478057861, -1.6897850036621094, -1.9124068021774292, -2.0665295124053955, -1.9637811183929443, -1.7240345478057861, -1.6555355787277222, -1.3472900390625, -1.1075434684753418, -0.9705453515052795, -0.8849216103553772, -0.7992978096008301, -0.8335473537445068, -1.073293924331665, -1.79253351688385, -1.604161262512207, -0.28555524349212646, 0.02269030176103115, 0.2281874716281891, 0.43368449807167053, 0.5193082690238953, 0.2281874716281891, -0.3711790144443512, -0.5424265265464783, -0.4910522699356079, -0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.0740646943449974, -0.8677968382835388, -0.40542852878570557, 0.14256370067596436, 0.6391815543174744, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3309359848499298, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.9303023219108582, 0.9645518660545349, 1.0330508947372437, 1.101549744606018, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.0673003196716309, 0.9816765785217285, 1.255672574043274, 0.7248052954673767, -0.9705453515052795, -1.415789008140564, -0.7992978096008301, -1.6212860345840454, -1.6555355787277222, -1.5185375213623047, -1.3815394639968872, -1.3644146919250488, -0.9876701235771179, -1.3815394639968872, -0.7479235529899597, -1.141792893409729, -0.7992978096008301, -0.6794245839118958, -0.7821730971336365, -0.8506720662117004, -0.8849216103553772, -0.5253018140792847, -0.6794245839118958, -0.7650483250617981, -0.5938007831573486, -0.6965492963790894, -0.7307988405227661, -0.6622998118400574, -0.8506720662117004, -1.02191960811615, -0.8335473537445068, -0.6794245839118958, -0.9020463228225708, -0.9534205794334412, -0.9705453515052795, -1.141792893409729, -1.073293924331665, -0.576676070690155, 1.906413197517395, 1.8550388813018799], [0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.9474270939826965, 1.0844250917434692, 1.0159261226654053, 0.7933043241500854, 0.2110627144575119, -0.5081770420074463, -1.0561691522598267, -1.6212860345840454, -1.8610326051712036, -1.484287977218628, -1.4671632051467896, -1.8610326051712036, -1.9637811183929443, -1.7754088640213013, -1.5527870655059814, -1.261666178703308, -1.02191960811615, -0.9191710948944092, -0.9876701235771179, -1.3130404949188232, -1.946656346321106, -1.1760424375534058, -0.30267998576164246, -0.1143077164888382, 0.0055655487813055515, 0.10831420123577118, 0.27956172823905945, 0.43368449807167053, 0.41655975580215454, 0.15968845784664154, -0.7650483250617981, -1.7754088640213013, -1.7069097757339478, -1.7411593198776245, -1.073293924331665, -1.2102919816970825, -1.4329137802124023, -0.9876701235771179, 0.4508092403411865, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.091189444065094, 0.091189444065094, 0.14256370067596436, 0.15968845784664154, 0.26243698596954346, 0.19393795728683472, 0.056939806789159775, -0.1143077164888382, -0.30267998576164246, -0.3540542721748352, -0.4568027853965759, -0.28555524349212646, -0.3711790144443512, -0.40542852878570557, -0.31980475783348083, 0.0055655487813055515, -0.06293346732854843, 0.091189444065094, 0.587807297706604, 0.7419300675392151, 0.8789280652999878, 0.7761795520782471, 0.8789280652999878, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 0.43368449807167053, -0.9705453515052795, -0.4739275276660919, -1.5527870655059814, -1.3472900390625, -1.9295315742492676, -1.5527870655059814, -2.01515531539917, -1.3301652669906616, -1.484287977218628, -1.227416753768921, -1.0904186964035034, -1.5185375213623047, -0.9876701235771179, -0.5938007831573486, -0.6622998118400574, -0.6622998118400574, -0.9191710948944092, -0.7136740684509277, -0.8164225816726685, -0.7136740684509277, -0.5595512986183167, -0.28555524349212646, -0.7821730971336365, -0.6280503273010254, -0.7136740684509277, -0.6965492963790894, -0.7650483250617981, -0.7136740684509277, -0.7136740684509277, -0.8335473537445068, -0.9020463228225708, -0.8506720662117004, -1.0561691522598267, -0.8335473537445068, -0.9362958669662476, -0.5595512986183167, 1.8892884254455566, 1.8036646842956543], [0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6734310388565063, 1.2385478019714355, 1.563918113708496, 1.3926706314086914, 1.4611696004867554, 1.2214230298995972, 0.7933043241500854, 0.056939806789159775, -0.5595512986183167, -1.1760424375534058, -1.7411593198776245, -1.79253351688385, -1.535662293434143, -1.6384108066558838, -1.8439078330993652, -1.9124068021774292, -1.8267830610275269, -1.5185375213623047, -1.1075434684753418, -1.0561691522598267, -1.2959157228469849, -1.7069097757339478, -0.8335473537445068, -0.3883037567138672, -0.2513057291507721, -0.13143247365951538, -0.08005820959806442, 0.056939806789159775, 0.26243698596954346, 0.3651854991912842, 0.4508092403411865, 0.17681321501731873, -0.7821730971336365, -1.2959157228469849, -1.4671632051467896, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.672660231590271, -1.3130404949188232, 0.17681321501731873, 0.8618032932281494, 0.9303023219108582, 0.8275538086891174, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.6734310388565063, 0.7248052954673767, 0.8960528373718262, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.2110627144575119, 0.26243698596954346, 0.0740646943449974, 0.0740646943449974, 0.0740646943449974, -0.06293346732854843, -0.2341809868812561, -0.3883037567138672, -0.5938007831573486, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9020463228225708, -1.0047948360443115, -0.7821730971336365, -0.9705453515052795, -0.8677968382835388, -0.5938007831573486, -0.5938007831573486, -0.7992978096008301, -0.645175039768219, -0.6794245839118958, -0.7136740684509277, -0.5595512986183167, -0.4568027853965759, -0.2341809868812561, 0.02269030176103115, 0.27956172823905945, 0.29668647050857544, 0.4850587546825409, -0.4739275276660919, -1.0561691522598267, -1.4500385522842407, -1.604161262512207, -1.6212860345840454, -1.5699117183685303, -1.6384108066558838, -1.484287977218628, -1.7069097757339478, -1.4500385522842407, -1.3644146919250488, -1.3815394639968872, -1.2787909507751465, -1.141792893409729, -0.7307988405227661, -0.5424265265464783, -0.4739275276660919, -0.6965492963790894, -0.8506720662117004, -0.645175039768219, -0.6794245839118958, -0.6965492963790894, -0.7821730971336365, -0.3883037567138672, -0.8849216103553772, -0.576676070690155, -0.645175039768219, -0.6622998118400574, -0.8335473537445068, -0.5424265265464783, -0.6794245839118958, -0.8849216103553772, -0.7307988405227661, -0.5938007831573486, -0.7136740684509277, -0.6280503273010254, -1.1075434684753418, -0.8677968382835388, 1.8207894563674927, 1.8379141092300415], [1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5535577535629272, 0.810429036617279, 1.3412963151931763, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.3584210872650146, 0.9988013505935669, 0.5021834969520569, -0.011559205129742622, -0.8335473537445068, -1.3644146919250488, -1.8096582889556885, -1.8439078330993652, -1.6384108066558838, -1.7240345478057861, -1.9637811183929443, -2.0665295124053955, -1.5699117183685303, -1.2445415258407593, -1.3130404949188232, -1.2102919816970825, -0.576676070690155, -0.31980475783348083, -0.3369295001029968, -0.19993148744106293, -0.13143247365951538, -0.045808710157871246, 0.03981505334377289, 0.15968845784664154, 0.2110627144575119, -0.045808710157871246, -0.6280503273010254, -1.3815394639968872, -1.4671632051467896, -1.3815394639968872, -1.2102919816970825, -1.141792893409729, -1.2787909507751465, -1.3815394639968872, -1.5870364904403687, -0.8164225816726685, -0.08005820959806442, -0.02868395671248436, 0.3480607271194458, 0.6734310388565063, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.7590547800064087, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.3651854991912842, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.15968845784664154, 0.19393795728683472, 0.12543895840644836, 0.056939806789159775, 0.056939806789159775, -0.011559205129742622, -0.3540542721748352, -0.9020463228225708, -0.9534205794334412, -0.9362958669662476, -0.8506720662117004, -0.9705453515052795, -0.8849216103553772, -0.9191710948944092, -0.8849216103553772, -1.0047948360443115, -0.8677968382835388, -0.7992978096008301, -0.8849216103553772, -0.7650483250617981, -0.7136740684509277, -0.7479235529899597, -0.4568027853965759, -0.8506720662117004, -0.30267998576164246, -0.7307988405227661, -0.21705622971057892, -0.3711790144443512, -0.16568197309970856, -0.21705622971057892, -0.09718296676874161, 0.02269030176103115, -0.28555524349212646, -0.6280503273010254, -0.8164225816726685, -1.261666178703308, -1.5014127492904663, -1.7240345478057861, -1.672660231590271, -1.758284091949463, -1.6555355787277222, -1.604161262512207, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.5699117183685303, -1.0047948360443115, -0.7307988405227661, -0.5938007831573486, -0.4568027853965759, -0.5595512986183167, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.610925555229187, -0.5081770420074463, -0.5595512986183167, -0.9020463228225708, -0.6622998118400574, -0.8677968382835388, -0.645175039768219, -0.610925555229187, -0.6280503273010254, -0.8335473537445068, -0.7821730971336365, -0.7992978096008301, -0.7992978096008301, -0.6280503273010254, -0.7650483250617981, -0.7307988405227661, -0.8164225816726685, -0.9191710948944092, -0.6280503273010254, 1.8207894563674927, 1.8550388813018799], [1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.7590547800064087, 1.3584210872650146, 1.5810428857803345, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.1700488328933716, 0.6049320101737976, 0.38231024146080017, 0.2110627144575119, -0.4568027853965759, -1.1589176654815674, -1.6384108066558838, -1.8096582889556885, -1.3815394639968872, -1.3301652669906616, -1.672660231590271, -1.7240345478057861, -1.758284091949463, -1.5527870655059814, -0.9876701235771179, -0.42255327105522156, -0.2341809868812561, -0.1143077164888382, -0.045808710157871246, -0.011559205129742622, -0.02868395671248436, -0.011559205129742622, -0.31980475783348083, -0.7307988405227661, -1.7411593198776245, -1.3986642360687256, -0.8849216103553772, -1.141792893409729, -1.3130404949188232, -1.4671632051467896, -1.3815394639968872, -1.5185375213623047, -1.5014127492904663, -1.415789008140564, -1.415789008140564, -1.3472900390625, -1.1246682405471802, -0.8335473537445068, -0.5424265265464783, -0.13143247365951538, 0.29668647050857544, 0.622056782245636, 0.7248052954673767, 0.810429036617279, 0.9645518660545349, 1.0330508947372437, 1.1186745166778564, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 0.5535577535629272, -0.7136740684509277, -0.7821730971336365, -0.40542852878570557, 0.7761795520782471, 1.3412963151931763, 1.5296685695648193, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6837913990020752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.1357992887496948, -1.5014127492904663, -1.6555355787277222, -0.9705453515052795, -0.610925555229187, -0.3883037567138672, -0.30267998576164246, -0.09718296676874161, 0.2110627144575119, 0.29668647050857544, -0.2341809868812561, -0.08005820959806442, 0.02269030176103115, 0.7761795520782471, 0.7248052954673767, 0.622056782245636, 0.5535577535629272, 0.43368449807167053, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3309359848499298, 0.27956172823905945, 0.38231024146080017, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.056939806789159775, 0.15968845784664154, 0.12543895840644836, 0.056939806789159775, -0.011559205129742622, -0.31980475783348083, -0.6965492963790894, -0.7821730971336365, -0.6794245839118958, -0.7479235529899597, -0.576676070690155, -0.8849216103553772, -0.9705453515052795, -0.6965492963790894, -0.7992978096008301, -0.9705453515052795, -0.8677968382835388, -0.7821730971336365, -1.0561691522598267, -0.9362958669662476, -0.7650483250617981, -0.645175039768219, -0.6622998118400574, -0.9876701235771179, -0.4568027853965759, -0.5595512986183167, -0.610925555229187, -0.3540542721748352, -0.09718296676874161, 0.056939806789159775, -0.08005820959806442, -0.02868395671248436, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, -0.6280503273010254, -1.4671632051467896, -1.6212860345840454, -1.7411593198776245, -1.672660231590271, -1.7411593198776245, -1.79253351688385, -1.8267830610275269, -1.6384108066558838, -1.9124068021774292, -0.8164225816726685, -0.7821730971336365, -1.0390443801879883, -1.5870364904403687, -1.4329137802124023, -1.535662293434143, -0.6280503273010254, -0.8677968382835388, -0.31980475783348083, -0.4739275276660919, -0.6622998118400574, -1.0904186964035034, -0.31980475783348083, -0.7821730971336365, -0.5253018140792847, -0.610925555229187, -0.3711790144443512, -0.7821730971336365, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.5938007831573486, -0.8506720662117004, -0.7307988405227661, -0.7650483250617981, -0.7992978096008301, -0.7992978096008301, -1.0561691522598267, -0.8849216103553772, -0.5938007831573486, 1.786539912223816, 1.8550388813018799], [1.101549744606018, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 1.3412963151931763, 1.63241708278656, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.101549744606018, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.17681321501731873, -0.5595512986183167, -1.2959157228469849, -1.6897850036621094, -1.604161262512207, -1.3301652669906616, -1.3815394639968872, -1.7240345478057861, -1.79253351688385, -1.7240345478057861, -1.7411593198776245, -1.79253351688385, -1.3130404949188232, -0.7479235529899597, -0.40542852878570557, -0.19993148744106293, -0.21705622971057892, -0.8506720662117004, -1.5014127492904663, -0.9020463228225708, -1.5014127492904663, -1.5527870655059814, -1.4671632051467896, -1.3301652669906616, -0.7992978096008301, -1.0561691522598267, -1.1075434684753418, -1.1589176654815674, -0.1143077164888382, 0.7933043241500854, 1.1700488328933716, 1.324171543121338, 1.5981676578521729, 1.718040943145752, 1.2727973461151123, 0.5706825256347656, 1.2899221181869507, 1.6837913990020752, 1.8207894563674927, 1.8036646842956543, 1.8207894563674927, 1.8550388813018799, 1.8721636533737183, 1.8379141092300415, 1.5125439167022705, 0.091189444065094, -1.672660231590271, -1.8610326051712036, -0.9534205794334412, 0.9816765785217285, 1.4611696004867554, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.8036646842956543, 1.8379141092300415, 1.8892884254455566, 1.8207894563674927, 1.8207894563674927, 0.9988013505935669, -0.9362958669662476, -0.9020463228225708, -0.3540542721748352, -0.31980475783348083, -0.5938007831573486, -1.0390443801879883, -1.1246682405471802, -1.4329137802124023, -1.79253351688385, -1.8267830610275269, -1.7754088640213013, -1.878157377243042, 0.9303023219108582, 1.4269200563430786, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.563918113708496, 1.3070467710494995, 0.8446785807609558, 0.3480607271194458, 0.091189444065094, 0.12543895840644836, 0.2110627144575119, 0.3138112425804138, 0.26243698596954346, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.10831420123577118, 0.12543895840644836, 0.091189444065094, 0.056939806789159775, 0.02269030176103115, 0.03981505334377289, 0.0740646943449974, 0.056939806789159775, -0.045808710157871246, 0.02269030176103115, 0.02269030176103115, -0.045808710157871246, -0.08005820959806442, -0.06293346732854843, -0.011559205129742622, -0.02868395671248436, -0.08005820959806442, 0.02269030176103115, -0.08005820959806442, 0.0055655487813055515, -0.06293346732854843, 0.02269030176103115, 0.056939806789159775, 0.0055655487813055515, -0.06293346732854843, -0.08005820959806442, -0.16568197309970856, -0.13143247365951538, -0.1143077164888382, -0.6965492963790894, -1.02191960811615, -1.1075434684753418, -1.0904186964035034, -0.8849216103553772, -1.0047948360443115, -0.9876701235771179, -0.8335473537445068, -0.9534205794334412, -0.9362958669662476, -0.7479235529899597, -0.9534205794334412, -0.8164225816726685, -0.7307988405227661, -0.8849216103553772, -0.7307988405227661, -0.7479235529899597, -0.7307988405227661, -0.8164225816726685, -0.5253018140792847, -0.4910522699356079, -0.14855723083019257, -0.5081770420074463, 0.03981505334377289, -0.1143077164888382, -0.4910522699356079, 0.0740646943449974, 0.19393795728683472, 0.3309359848499298, 0.2110627144575119, 0.3309359848499298, 0.0055655487813055515, -1.2445415258407593, -1.604161262512207, -1.79253351688385, -1.8096582889556885, -1.535662293434143, -1.5870364904403687, -1.79253351688385, -1.8952820301055908, -1.5527870655059814, -1.604161262512207, -0.5081770420074463, -0.5253018140792847, -0.7479235529899597, -1.0561691522598267, -1.4329137802124023, -1.2787909507751465, -0.13143247365951538, -0.576676070690155, -0.5424265265464783, -0.40542852878570557, -0.5595512986183167, -0.43967801332473755, -0.6794245839118958, -0.5595512986183167, -0.30267998576164246, -0.610925555229187, -0.40542852878570557, -0.6280503273010254, -0.7136740684509277, -0.3883037567138672, -0.6622998118400574, -0.8506720662117004, -0.576676070690155, -0.7307988405227661, -0.8164225816726685, -0.7479235529899597, -0.8677968382835388, -0.7136740684509277, -1.0561691522598267, -0.7479235529899597, -0.9191710948944092, 1.8207894563674927, 1.8721636533737183], [1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.622056782245636, 1.255672574043274, 1.6152924299240112, 1.5467933416366577, 1.4782943725585938, 1.4269200563430786, 1.1700488328933716, 0.8618032932281494, 0.8446785807609558, 1.1186745166778564, 0.9303023219108582, -0.045808710157871246, -0.9876701235771179, -1.5014127492904663, -1.484287977218628, -1.4500385522842407, -1.3986642360687256, -1.5699117183685303, -1.5870364904403687, -1.5185375213623047, -1.672660231590271, -1.672660231590271, -1.5527870655059814, -1.4671632051467896, -1.2445415258407593, -1.3301652669906616, -1.6555355787277222, -1.878157377243042, -0.9705453515052795, -1.0904186964035034, -1.1246682405471802, -1.1589176654815674, -1.1931672096252441, -1.0390443801879883, -0.8506720662117004, -1.02191960811615, -1.1931672096252441, 0.6734310388565063, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6495418548583984, 1.4097954034805298, 1.6837913990020752, 1.8721636533737183, 1.906413197517395, 1.906413197517395, 1.9235379695892334, 1.9577873945236206, 1.974912166595459, 1.8550388813018799, 1.2214230298995972, -0.7821730971336365, -1.79253351688385, -1.7411593198776245, -1.7411593198776245, -0.6965492963790894, 1.3412963151931763, 1.375545859336853, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.7522903680801392, 1.786539912223816, 1.7694151401519775, 1.2042982578277588, -1.7069097757339478, -1.946656346321106, -1.8610326051712036, -1.7411593198776245, -1.261666178703308, -1.3644146919250488, -1.1760424375534058, -1.227416753768921, -1.227416753768921, -1.672660231590271, -1.758284091949463, -1.878157377243042, -1.8267830610275269, -1.415789008140564, -0.3883037567138672, 0.656306266784668, 1.3926706314086914, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.2042982578277588, 0.7590547800064087, 0.056939806789159775, -0.7650483250617981, -0.8506720662117004, -0.6622998118400574, -0.43967801332473755, -0.5081770420074463, -0.5081770420074463, -0.4739275276660919, -0.5424265265464783, -0.5595512986183167, -0.610925555229187, -0.6794245839118958, -0.576676070690155, -0.5595512986183167, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.5938007831573486, -0.610925555229187, -0.6622998118400574, -0.7650483250617981, -0.7821730971336365, -0.8164225816726685, -0.7992978096008301, -0.7136740684509277, -0.9534205794334412, -1.0047948360443115, -0.7821730971336365, -0.8849216103553772, -0.7650483250617981, -0.7992978096008301, -0.610925555229187, -0.6794245839118958, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.6622998118400574, -0.5253018140792847, -0.6622998118400574, -0.8335473537445068, -0.8164225816726685, -0.8506720662117004, -0.9534205794334412, -0.9534205794334412, -0.9876701235771179, -0.8677968382835388, -0.9534205794334412, -0.7821730971336365, -0.8849216103553772, -0.8849216103553772, -0.8164225816726685, -1.02191960811615, -0.8677968382835388, -0.7136740684509277, -0.9876701235771179, -0.5253018140792847, -0.610925555229187, -0.5253018140792847, -0.5081770420074463, -0.40542852878570557, -0.28555524349212646, -0.19993148744106293, -0.06293346732854843, 0.2281874716281891, -0.18280673027038574, -0.2341809868812561, 0.39943498373031616, 0.12543895840644836, 0.43368449807167053, 0.39943498373031616, 0.056939806789159775, -0.13143247365951538, -1.1246682405471802, -1.6897850036621094, -1.758284091949463, -1.9295315742492676, -1.878157377243042, -1.7240345478057861, -1.3130404949188232, -1.946656346321106, -1.9295315742492676, -1.1931672096252441, -0.40542852878570557, -0.5253018140792847, -0.5081770420074463, -0.5253018140792847, -1.2102919816970825, -1.2787909507751465, -0.21705622971057892, -0.09718296676874161, -0.3540542721748352, -0.5253018140792847, -0.40542852878570557, -0.09718296676874161, -0.5253018140792847, -0.31980475783348083, -0.42255327105522156, -0.6280503273010254, -0.5424265265464783, -0.4739275276660919, -0.8677968382835388, -0.3883037567138672, -0.576676070690155, -0.7821730971336365, -0.5253018140792847, -0.5595512986183167, -0.7307988405227661, -0.8849216103553772, -0.9705453515052795, -0.8335473537445068, -1.02191960811615, -0.6965492963790894, -0.9705453515052795, 1.8379141092300415, 1.8721636533737183], [1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.4954191446304321, 1.255672574043274, 0.9988013505935669, 0.9131776094436646, 1.1357992887496948, 1.2727973461151123, 0.7590547800064087, -0.3883037567138672, -1.227416753768921, -1.5185375213623047, -1.758284091949463, -1.535662293434143, -1.2787909507751465, -1.535662293434143, -1.6384108066558838, -1.227416753768921, -1.02191960811615, -0.9362958669662476, -1.0047948360443115, -1.073293924331665, -1.484287977218628, -1.9124068021774292, -1.5527870655059814, -1.535662293434143, -1.604161262512207, -1.5699117183685303, -1.3815394639968872, -1.535662293434143, -1.7240345478057861, -1.4500385522842407, -1.261666178703308, -1.141792893409729, 1.3926706314086914, 1.63241708278656, 1.7009161710739136, 1.5981676578521729, 1.6666666269302368, 1.7694151401519775, 1.8721636533737183, 1.8379141092300415, 1.8036646842956543, 1.786539912223816, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, -0.8164225816726685, -1.5870364904403687, -1.8096582889556885, -1.7754088640213013, -1.8952820301055908, -1.946656346321106, -1.7240345478057861, -0.7992978096008301, 0.24531221389770508, 0.8446785807609558, 1.1700488328933716, 1.4097954034805298, 1.3584210872650146, 1.5125439167022705, 1.5467933416366577, 0.4850587546825409, -1.9809058904647827, -2.0665295124053955, -2.1179039478302, -2.0494048595428467, -2.01515531539917, -2.0494048595428467, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.758284091949463, -1.878157377243042, -1.878157377243042, -1.6897850036621094, -1.7069097757339478, -1.3472900390625, -1.2102919816970825, -0.610925555229187, 0.656306266784668, 1.1357992887496948, 0.02269030176103115, -1.7240345478057861, -1.5699117183685303, -1.4500385522842407, -1.3130404949188232, -1.1760424375534058, -1.141792893409729, -0.9191710948944092, -0.7992978096008301, -0.8506720662117004, -0.9534205794334412, -0.9191710948944092, -0.9020463228225708, -1.0047948360443115, -0.9020463228225708, -0.7821730971336365, -0.7479235529899597, -1.02191960811615, -0.9534205794334412, -1.02191960811615, -1.073293924331665, -1.0047948360443115, -0.8335473537445068, -0.9534205794334412, -0.7650483250617981, -0.6794245839118958, -0.7136740684509277, -0.7650483250617981, -0.6794245839118958, -0.8335473537445068, -0.9362958669662476, -0.7992978096008301, -0.6794245839118958, -0.5424265265464783, -0.7821730971336365, -0.9534205794334412, -0.8849216103553772, -0.8506720662117004, -0.8335473537445068, -0.6280503273010254, -0.7992978096008301, -0.8849216103553772, -0.8506720662117004, -0.8677968382835388, -0.7992978096008301, -0.9362958669662476, -0.9362958669662476, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -0.9020463228225708, -1.02191960811615, -0.9534205794334412, -0.576676070690155, -0.7650483250617981, -0.6794245839118958, -0.6280503273010254, -0.3711790144443512, -0.40542852878570557, -0.3540542721748352, -0.5595512986183167, -0.30267998576164246, -0.40542852878570557, -0.2684305012226105, 0.2110627144575119, 0.091189444065094, 0.24531221389770508, 0.39943498373031616, 0.5193082690238953, 0.5706825256347656, 0.6905558109283447, -0.06293346732854843, -0.3369295001029968, -1.2445415258407593, -1.6212860345840454, -1.79253351688385, -1.8610326051712036, -1.9295315742492676, -1.8096582889556885, -1.8439078330993652, -1.9809058904647827, -1.8439078330993652, -1.6384108066558838, -0.8164225816726685, -0.576676070690155, -0.5424265265464783, -0.42255327105522156, -1.2959157228469849, -1.0047948360443115, -0.4739275276660919, -0.2341809868812561, -0.3540542721748352, -0.3540542721748352, -0.2513057291507721, -0.3540542721748352, -0.610925555229187, 0.0055655487813055515, -0.28555524349212646, -0.5081770420074463, -0.7136740684509277, -0.5595512986183167, -0.6280503273010254, -0.3540542721748352, -0.5253018140792847, -0.5424265265464783, -0.4739275276660919, -0.5938007831573486, -0.645175039768219, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -1.02191960811615, -0.3883037567138672, -0.8164225816726685, 1.8036646842956543, 1.8721636533737183], [1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 1.1186745166778564, 1.5125439167022705, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.1186745166778564, 1.0330508947372437, 1.1700488328933716, 1.324171543121338, 1.2214230298995972, 0.3651854991912842, -0.7650483250617981, -1.1246682405471802, -1.5699117183685303, -1.5870364904403687, -1.2959157228469849, -1.3815394639968872, -1.4671632051467896, -1.2787909507751465, -1.1246682405471802, -1.0561691522598267, -1.1246682405471802, -1.261666178703308, -1.6555355787277222, -1.3130404949188232, -1.2787909507751465, -1.3986642360687256, -1.5185375213623047, -1.6212860345840454, -1.7240345478057861, -1.7754088640213013, -1.8952820301055908, -1.9295315742492676, -1.79253351688385, -1.5185375213623047, -1.0390443801879883, 0.19393795728683472, 0.4850587546825409, 0.587807297706604, 1.2214230298995972, 1.7351655960083008, 1.7694151401519775, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5296685695648193, 1.5125439167022705, 0.9645518660545349, -1.878157377243042, -1.8610326051712036, -1.8096582889556885, -1.7411593198776245, -1.8610326051712036, -1.8610326051712036, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.946656346321106, -1.7069097757339478, -1.7240345478057861, -1.8267830610275269, -1.7754088640213013, -1.7754088640213013, -1.9124068021774292, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -2.0494048595428467, -2.01515531539917, -1.946656346321106, -1.9980305433273315, -1.946656346321106, -1.8610326051712036, -1.9637811183929443, -2.1179039478302, -1.9809058904647827, -1.9809058904647827, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.1589176654815674, -0.3540542721748352, -1.1760424375534058, -1.261666178703308, -1.0904186964035034, -1.1246682405471802, -0.8506720662117004, -0.645175039768219, -0.28555524349212646, -0.3369295001029968, -0.7479235529899597, -0.9362958669662476, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -1.2102919816970825, -1.141792893409729, -1.0047948360443115, -0.9876701235771179, -1.0561691522598267, -0.8849216103553772, -0.8335473537445068, -0.7479235529899597, -0.7307988405227661, -0.6622998118400574, -0.7136740684509277, -0.6794245839118958, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.6622998118400574, -0.6280503273010254, -0.5938007831573486, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.7992978096008301, -0.8164225816726685, -0.8506720662117004, -0.7650483250617981, -0.7992978096008301, -0.9020463228225708, -0.9191710948944092, -1.073293924331665, -0.8506720662117004, -0.9191710948944092, -0.9020463228225708, -1.1589176654815674, -1.0390443801879883, -1.0904186964035034, -0.9020463228225708, -0.9191710948944092, -0.9362958669662476, -0.8335473537445068, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.610925555229187, -0.8677968382835388, -0.610925555229187, -0.8506720662117004, -0.5938007831573486, -0.28555524349212646, -0.2684305012226105, -0.2341809868812561, -0.18280673027038574, -0.045808710157871246, -0.06293346732854843, 0.24531221389770508, -0.02868395671248436, 0.38231024146080017, 0.15968845784664154, 0.810429036617279, 0.6905558109283447, 0.5193082690238953, 0.6049320101737976, -0.40542852878570557, -1.8096582889556885, -1.7754088640213013, -1.758284091949463, -1.7754088640213013, -1.9637811183929443, -1.946656346321106, -1.8952820301055908, -1.9124068021774292, -1.946656346321106, -1.6897850036621094, -0.9705453515052795, -0.7479235529899597, -0.30267998576164246, -0.21705622971057892, -0.6280503273010254, -1.02191960811615, -0.7136740684509277, 0.0740646943449974, 0.056939806789159775, -0.09718296676874161, -0.3369295001029968, -0.42255327105522156, -0.5595512986183167, -0.5424265265464783, -0.2513057291507721, -0.4568027853965759, -0.8164225816726685, -0.4739275276660919, -0.5424265265464783, -0.42255327105522156, -0.43967801332473755, -0.40542852878570557, -0.43967801332473755, -0.5253018140792847, -0.576676070690155, -0.3883037567138672, -0.9020463228225708, -0.8506720662117004, -0.645175039768219, -0.30267998576164246, -0.7821730971336365, 1.8550388813018799, 1.8379141092300415], [1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7590547800064087, 0.6905558109283447, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.7933043241500854, 1.375545859336853, 1.563918113708496, 1.4782943725585938, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, -0.1143077164888382, -1.141792893409729, -1.3130404949188232, -1.2102919816970825, -1.3644146919250488, -1.3301652669906616, -1.2102919816970825, -1.4500385522842407, -1.5699117183685303, -1.6555355787277222, -1.8096582889556885, -1.9295315742492676, -1.8952820301055908, -1.9637811183929443, -2.01515531539917, -1.946656346321106, -1.878157377243042, -1.8952820301055908, -2.032280206680298, -2.0665295124053955, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.672660231590271, -1.8096582889556885, -1.8610326051712036, -1.878157377243042, -2.01515531539917, 0.03981505334377289, 0.38231024146080017, -1.8610326051712036, -1.9124068021774292, -1.5014127492904663, -1.0904186964035034, -1.5014127492904663, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, -2.0836544036865234, -2.1007792949676514, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.0494048595428467, -2.1179039478302, -2.01515531539917, -2.0494048595428467, -2.01515531539917, -1.9295315742492676, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.0836544036865234, -1.6897850036621094, -1.5185375213623047, -0.7821730971336365, -0.4739275276660919, -0.6622998118400574, -1.1246682405471802, -1.8439078330993652, -1.7411593198776245, -1.1931672096252441, -1.4500385522842407, -1.8267830610275269, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -1.9980305433273315, -1.8439078330993652, -1.4329137802124023, -0.9534205794334412, -0.8335473537445068, -0.9020463228225708, -0.7136740684509277, -1.141792893409729, -1.1075434684753418, -0.8849216103553772, -0.9362958669662476, -1.0047948360443115, -1.02191960811615, -0.9705453515052795, -0.9191710948944092, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.7479235529899597, -0.610925555229187, -0.8335473537445068, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -1.0390443801879883, -0.9534205794334412, -0.8335473537445068, -0.8677968382835388, -0.8335473537445068, -0.645175039768219, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -1.0047948360443115, -0.8506720662117004, -0.8506720662117004, -0.8849216103553772, -0.6794245839118958, -0.7136740684509277, -0.7992978096008301, -0.7479235529899597, -0.7992978096008301, -0.9191710948944092, -0.8849216103553772, -0.9876701235771179, -0.9705453515052795, -1.0047948360443115, -1.0561691522598267, -0.9876701235771179, -0.9705453515052795, -0.9362958669662476, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.7307988405227661, -0.9876701235771179, -0.6622998118400574, -0.5938007831573486, -0.7307988405227661, -0.7992978096008301, -0.5424265265464783, -0.28555524349212646, -0.21705622971057892, -0.3711790144443512, 0.0740646943449974, 0.2110627144575119, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, -0.13143247365951538, 0.4679340124130249, 0.5364330410957336, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.6391815543174744, -0.5253018140792847, -1.8096582889556885, -1.8096582889556885, -1.878157377243042, -1.8096582889556885, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.9124068021774292, -2.0836544036865234, -1.2787909507751465, -1.02191960811615, -0.045808710157871246, 0.17681321501731873, -0.6280503273010254, -0.7136740684509277, -0.5081770420074463, -0.28555524349212646, -0.08005820959806442, -0.16568197309970856, -0.2684305012226105, -0.42255327105522156, -0.4739275276660919, -0.5595512986183167, -0.2513057291507721, -0.3369295001029968, -0.7821730971336365, -0.6794245839118958, -0.3711790144443512, -0.5595512986183167, -0.30267998576164246, -0.2341809868812561, -0.2513057291507721, -0.7650483250617981, -0.5595512986183167, -0.610925555229187, -1.02191960811615, -0.9876701235771179, -0.40542852878570557, -0.6794245839118958, -0.645175039768219, 1.8721636533737183, 1.8379141092300415], [1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.6049320101737976, 1.2727973461151123, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.2899221181869507, 0.7933043241500854, -0.3369295001029968, -0.9020463228225708, -0.9362958669662476, -1.3130404949188232, -1.672660231590271, -1.946656346321106, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.79253351688385, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -2.0836544036865234, -1.8439078330993652, -1.3130404949188232, -1.2102919816970825, -1.3301652669906616, -1.415789008140564, -1.5185375213623047, -1.5870364904403687, -1.8267830610275269, -2.01515531539917, -2.1179039478302, -2.1007792949676514, -1.9124068021774292, -1.878157377243042, -1.9637811183929443, -2.1007792949676514, -2.1179039478302, -1.9124068021774292, -1.79253351688385, -1.8439078330993652, -2.032280206680298, -2.0836544036865234, -1.9295315742492676, -0.4568027853965759, -0.3540542721748352, 0.02269030176103115, 0.38231024146080017, 0.7248052954673767, 0.8960528373718262, -0.08005820959806442, -0.7136740684509277, 0.0740646943449974, 0.6905558109283447, 0.091189444065094, -0.5253018140792847, -1.1075434684753418, -1.9637811183929443, -2.0836544036865234, 0.10831420123577118, 0.9303023219108582, 1.4269200563430786, 1.563918113708496, 1.5125439167022705, 1.3584210872650146, 0.9303023219108582, 0.3651854991912842, -0.4910522699356079, -1.415789008140564, -1.5699117183685303, -1.0390443801879883, -1.02191960811615, -0.9020463228225708, -1.0561691522598267, -0.9705453515052795, -1.0904186964035034, -1.1075434684753418, -0.8164225816726685, -0.7136740684509277, -0.7992978096008301, -0.8677968382835388, -0.9534205794334412, -0.9876701235771179, -0.9191710948944092, -0.8677968382835388, -0.8849216103553772, -0.9362958669662476, -0.7307988405227661, -0.9191710948944092, -0.9876701235771179, -0.9362958669662476, -0.7821730971336365, -0.7992978096008301, -0.7821730971336365, -0.645175039768219, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.6280503273010254, -0.4910522699356079, -0.43967801332473755, -0.5938007831573486, -0.7136740684509277, -0.7650483250617981, -0.8506720662117004, -0.6965492963790894, -0.6794245839118958, -0.645175039768219, -0.6622998118400574, -0.610925555229187, -0.6794245839118958, -0.8335473537445068, -0.9534205794334412, -0.7821730971336365, -0.7992978096008301, -0.8164225816726685, -0.9191710948944092, -1.1589176654815674, -0.9705453515052795, -0.8849216103553772, -0.6965492963790894, -0.7992978096008301, -0.8335473537445068, -0.6622998118400574, -0.7821730971336365, -1.1760424375534058, -0.5595512986183167, -0.28555524349212646, -0.3711790144443512, -0.28555524349212646, -0.4568027853965759, -0.2684305012226105, -0.02868395671248436, -0.18280673027038574, 0.24531221389770508, 0.0740646943449974, 0.2281874716281891, 0.6391815543174744, 0.5535577535629272, 0.5021834969520569, 0.6905558109283447, 0.7590547800064087, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.656306266784668, -0.1143077164888382, -1.7411593198776245, -1.878157377243042, -1.8267830610275269, -1.8096582889556885, -1.8096582889556885, -1.8952820301055908, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.1589176654815674, -1.8439078330993652, -1.2959157228469849, -0.14855723083019257, -0.16568197309970856, -0.30267998576164246, -0.2341809868812561, -1.2102919816970825, -0.7479235529899597, -0.2684305012226105, -0.13143247365951538, -0.21705622971057892, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.14855723083019257, -0.42255327105522156, -0.3369295001029968, -0.4568027853965759, -0.3883037567138672, -0.5253018140792847, -0.31980475783348083, -0.2341809868812561, -0.2684305012226105, -0.4568027853965759, -0.43967801332473755, -0.6280503273010254, -0.7821730971336365, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -0.3540542721748352, 1.6666666269302368, 1.8721636533737183], [1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8789280652999878, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.9474270939826965, 1.4782943725585938, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.2899221181869507, 1.375545859336853, 1.3584210872650146, 1.1529240608215332, 0.5364330410957336, -1.1589176654815674, -1.6384108066558838, -1.79253351688385, -1.79253351688385, -1.8096582889556885, -1.7069097757339478, -1.7754088640213013, -1.8439078330993652, -1.8610326051712036, -1.758284091949463, -1.9124068021774292, -1.9124068021774292, -1.9809058904647827, -2.0665295124053955, -2.0494048595428467, -1.9295315742492676, -1.5014127492904663, -0.5081770420074463, -0.28555524349212646, -0.3540542721748352, -0.9191710948944092, -1.4500385522842407, -1.8096582889556885, -1.9980305433273315, -2.032280206680298, -1.7240345478057861, -1.6212860345840454, -1.484287977218628, -1.604161262512207, -1.9980305433273315, -2.0836544036865234, -1.1246682405471802, -0.14855723083019257, 0.17681321501731873, 0.5193082690238953, 0.7590547800064087, 0.5535577535629272, 0.6391815543174744, -0.6794245839118958, -2.0836544036865234, -1.0390443801879883, -0.5938007831573486, -1.141792893409729, -2.032280206680298, -2.0836544036865234, 0.17681321501731873, 0.7933043241500854, 1.2214230298995972, 1.2727973461151123, 1.3584210872650146, 1.5296685695648193, 1.4782943725585938, 0.5021834969520569, -1.7411593198776245, -0.6965492963790894, -0.2513057291507721, 0.27956172823905945, 0.6734310388565063, 0.3480607271194458, -0.9020463228225708, -0.16568197309970856, 0.26243698596954346, -1.3986642360687256, -1.4329137802124023, -0.9191710948944092, -1.1246682405471802, -1.3301652669906616, -1.1931672096252441, -1.1589176654815674, -0.9876701235771179, -0.9534205794334412, -1.02191960811615, -0.9705453515052795, -0.8164225816726685, -0.7479235529899597, -0.610925555229187, -0.7479235529899597, -0.8506720662117004, -0.8677968382835388, -1.0047948360443115, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.7650483250617981, -0.5938007831573486, -1.02191960811615, -0.9191710948944092, -0.8335473537445068, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.8506720662117004, -1.0561691522598267, -0.7479235529899597, -0.7136740684509277, -0.5081770420074463, -0.5081770420074463, -0.576676070690155, -0.645175039768219, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.8335473537445068, -0.5253018140792847, -0.645175039768219, -0.7821730971336365, -0.7992978096008301, -0.9191710948944092, -0.8164225816726685, -0.9020463228225708, -1.0561691522598267, -1.0047948360443115, -0.8849216103553772, -0.7136740684509277, -0.645175039768219, -0.8849216103553772, -0.6622998118400574, -0.7479235529899597, -0.7821730971336365, -0.9876701235771179, -0.5938007831573486, -0.7307988405227661, -0.576676070690155, -0.4910522699356079, -0.3711790144443512, -0.3540542721748352, -0.09718296676874161, -0.045808710157871246, 0.4850587546825409, 0.39943498373031616, 0.3138112425804138, 0.6905558109283447, 0.4679340124130249, 0.810429036617279, 0.8789280652999878, 0.9645518660545349, 0.8446785807609558, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.3138112425804138, -0.7307988405227661, -1.4671632051467896, -1.79253351688385, -1.8952820301055908, -1.8267830610275269, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9295315742492676, -1.672660231590271, -0.7992978096008301, -1.6212860345840454, -0.2341809868812561, 0.03981505334377289, -0.7650483250617981, 0.27956172823905945, -0.08005820959806442, 0.091189444065094, 0.0740646943449974, 0.19393795728683472, 0.15968845784664154, -0.3883037567138672, -0.5424265265464783, -0.5424265265464783, -0.2341809868812561, -0.16568197309970856, -0.28555524349212646, -0.21705622971057892, -0.4910522699356079, -0.3540542721748352, -0.3883037567138672, -0.2684305012226105, -0.5081770420074463, -0.2341809868812561, -0.08005820959806442, -0.8506720662117004, -0.7479235529899597, -0.4910522699356079, -0.7650483250617981, -0.8849216103553772, -0.13143247365951538, 1.563918113708496, 1.8721636533737183], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3138112425804138, 0.7248052954673767, 1.3412963151931763, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.0844250917434692, -1.3301652669906616, -1.484287977218628, -1.6212860345840454, -1.7240345478057861, -1.7411593198776245, -1.6384108066558838, -1.7069097757339478, -1.7240345478057861, -1.9124068021774292, -1.9980305433273315, -1.9295315742492676, -1.9124068021774292, -1.9637811183929443, -1.946656346321106, -1.6555355787277222, -0.1143077164888382, 0.8789280652999878, 1.0673003196716309, 1.1700488328933716, 1.0844250917434692, 0.656306266784668, 0.5364330410957336, -0.18280673027038574, -1.5527870655059814, -1.4500385522842407, -1.6555355787277222, -1.878157377243042, -2.0836544036865234, -2.1179039478302, -2.032280206680298, -1.9809058904647827, -0.8335473537445068, -0.4739275276660919, -0.2341809868812561, -0.09718296676874161, -0.08005820959806442, -0.7992978096008301, -1.9980305433273315, -0.645175039768219, 0.7248052954673767, 1.0159261226654053, 1.101549744606018, 1.18717360496521, 1.1186745166778564, 1.0159261226654053, 0.10831420123577118, -1.6384108066558838, -0.9705453515052795, -0.2684305012226105, -0.09718296676874161, -1.02191960811615, -1.7069097757339478, 0.3651854991912842, 1.3412963151931763, 1.3584210872650146, 1.1700488328933716, 0.587807297706604, -0.7307988405227661, -2.1179039478302, -0.43967801332473755, 0.2110627144575119, 0.4508092403411865, 0.26243698596954346, -0.7992978096008301, -0.8677968382835388, -0.7479235529899597, -0.8164225816726685, -0.8335473537445068, -0.7650483250617981, -0.8335473537445068, -1.0047948360443115, -1.0561691522598267, -0.9705453515052795, -0.7992978096008301, -0.9020463228225708, -0.9020463228225708, -0.9534205794334412, -0.8849216103553772, -0.9534205794334412, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -0.8506720662117004, -0.8335473537445068, -0.7136740684509277, -0.9705453515052795, -0.8164225816726685, -0.7650483250617981, -0.8164225816726685, -0.645175039768219, -0.6622998118400574, -0.8164225816726685, -0.8506720662117004, -0.8677968382835388, -1.0390443801879883, -0.8335473537445068, -0.6280503273010254, -0.6794245839118958, -0.576676070690155, -0.40542852878570557, -0.576676070690155, -0.610925555229187, -0.4568027853965759, -0.5938007831573486, -0.6965492963790894, -0.7136740684509277, -0.8335473537445068, -0.8335473537445068, -0.7992978096008301, -0.9362958669662476, -0.7821730971336365, -0.9191710948944092, -1.1589176654815674, -0.8849216103553772, -0.8677968382835388, -0.9362958669662476, -0.6965492963790894, -0.610925555229187, -0.6965492963790894, -0.576676070690155, -0.576676070690155, -0.5081770420074463, -0.5253018140792847, -0.28555524349212646, -0.1143077164888382, 0.056939806789159775, 0.2281874716281891, 0.29668647050857544, 0.4508092403411865, 0.5535577535629272, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 0.8960528373718262, 0.9645518660545349, 1.1357992887496948, 0.9645518660545349, 0.8275538086891174, 0.622056782245636, 0.38231024146080017, -1.3472900390625, -1.7754088640213013, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.758284091949463, -1.8610326051712036, -1.4671632051467896, -1.227416753768921, -1.5014127492904663, -0.3711790144443512, 0.2281874716281891, 0.0055655487813055515, 0.2281874716281891, -0.7479235529899597, -0.576676070690155, 0.17681321501731873, 0.056939806789159775, -0.28555524349212646, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.28555524349212646, -0.31980475783348083, -0.5081770420074463, -0.02868395671248436, -0.40542852878570557, -0.40542852878570557, -0.3369295001029968, -0.2684305012226105, -0.2341809868812561, -0.31980475783348083, -0.5081770420074463, -0.5253018140792847, -0.3711790144443512, -0.9020463228225708, -0.6965492963790894, -0.2341809868812561, 1.6152924299240112, 1.8892884254455566], [1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.810429036617279, 0.6391815543174744, 0.3651854991912842, 0.4508092403411865, 1.1357992887496948, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.0673003196716309, -1.5870364904403687, -1.6384108066558838, -1.484287977218628, -1.5699117183685303, -1.6212860345840454, -1.672660231590271, -1.7754088640213013, -1.5185375213623047, -1.3301652669906616, -1.6555355787277222, -1.7754088640213013, -2.1007792949676514, -2.1179039478302, -0.645175039768219, 1.0330508947372437, 1.3926706314086914, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.563918113708496, 0.8789280652999878, -1.141792893409729, -1.9295315742492676, -1.3815394639968872, -1.946656346321106, -1.9809058904647827, -1.8096582889556885, -2.032280206680298, -1.2102919816970825, -1.1760424375534058, -0.9876701235771179, -1.1246682405471802, -1.9809058904647827, -2.1179039478302, -1.7411593198776245, -1.604161262512207, -1.9295315742492676, -2.1179039478302, -0.7821730971336365, -0.011559205129742622, 0.4679340124130249, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.4508092403411865, -1.758284091949463, 0.27956172823905945, 1.1186745166778564, 0.9645518660545349, 0.810429036617279, 0.3309359848499298, -1.4671632051467896, -0.4568027853965759, 0.091189444065094, 0.6391815543174744, 0.7076805233955383, 0.8446785807609558, -0.645175039768219, -2.01515531539917, -1.141792893409729, -1.8610326051712036, -0.3540542721748352, -0.045808710157871246, -0.7992978096008301, -0.9362958669662476, -0.8335473537445068, -0.8335473537445068, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9191710948944092, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -1.0390443801879883, -0.8677968382835388, -1.0047948360443115, -0.7479235529899597, -0.7479235529899597, -0.7650483250617981, -0.9876701235771179, -0.9534205794334412, -0.7992978096008301, -0.9020463228225708, -0.8335473537445068, -0.7992978096008301, -0.7821730971336365, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.7136740684509277, -0.7821730971336365, -0.6965492963790894, -0.7821730971336365, -0.8335473537445068, -0.7821730971336365, -0.8677968382835388, -0.576676070690155, -0.5595512986183167, -0.6794245839118958, -0.7479235529899597, -0.9362958669662476, -0.8164225816726685, -0.9534205794334412, -0.8164225816726685, -0.9534205794334412, -0.8849216103553772, -0.8677968382835388, -0.8677968382835388, -0.7307988405227661, -1.02191960811615, -0.4568027853965759, -0.7136740684509277, -0.5081770420074463, -0.5938007831573486, -0.9191710948944092, -0.8164225816726685, -0.42255327105522156, -0.4910522699356079, -0.2513057291507721, -0.19993148744106293, -0.31980475783348083, -0.4910522699356079, -0.21705622971057892, -0.06293346732854843, 0.43368449807167053, 0.19393795728683472, 0.7590547800064087, 0.5364330410957336, 0.6049320101737976, 0.7248052954673767, 0.8618032932281494, 0.9131776094436646, 1.0330508947372437, 0.9303023219108582, 0.8960528373718262, 1.0159261226654053, 0.6391815543174744, 0.24531221389770508, -0.6965492963790894, -1.604161262512207, -1.878157377243042, -1.8439078330993652, -1.8952820301055908, -1.878157377243042, -1.946656346321106, -1.946656346321106, -1.9124068021774292, -1.8952820301055908, -1.9637811183929443, -1.758284091949463, -1.3644146919250488, -0.30267998576164246, -1.02191960811615, -1.2102919816970825, -0.8677968382835388, -0.42255327105522156, -0.40542852878570557, 0.15968845784664154, 0.26243698596954346, 0.27956172823905945, 0.0055655487813055515, 0.26243698596954346, 0.12543895840644836, -0.4910522699356079, -0.18280673027038574, -0.2684305012226105, -0.4568027853965759, -0.4739275276660919, -0.28555524349212646, -0.045808710157871246, -0.4910522699356079, -0.21705622971057892, -0.42255327105522156, -0.31980475783348083, -0.5253018140792847, -0.576676070690155, -0.2513057291507721, -0.28555524349212646, -0.6965492963790894, -0.3711790144443512, -0.02868395671248436, 1.6495418548583984, 1.8721636533737183], [1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.4679340124130249, 1.101549744606018, 1.5125439167022705, 1.4097954034805298, 0.9303023219108582, 0.5364330410957336, 0.810429036617279, 1.3412963151931763, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5125439167022705, 1.4097954034805298, 1.2727973461151123, 0.3480607271194458, -1.2787909507751465, -1.4671632051467896, -1.6212860345840454, -1.6897850036621094, -1.7411593198776245, -1.79253351688385, -1.79253351688385, -1.5699117183685303, -1.1589176654815674, -1.0390443801879883, -1.1075434684753418, -1.1931672096252441, 1.2385478019714355, 1.5981676578521729, 1.8036646842956543, 1.786539912223816, 1.8036646842956543, 1.7351655960083008, 1.3584210872650146, 0.7076805233955383, -1.415789008140564, -1.8952820301055908, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -1.9124068021774292, -1.227416753768921, -1.2959157228469849, -1.1931672096252441, -1.8952820301055908, -2.1179039478302, -2.0494048595428467, -1.0390443801879883, -0.8335473537445068, -0.8335473537445068, -0.7821730971336365, -0.5424265265464783, -1.073293924331665, -2.1179039478302, -2.1179039478302, -2.032280206680298, -1.484287977218628, -1.5527870655059814, -2.1179039478302, -0.7650483250617981, 0.43368449807167053, 0.7419300675392151, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 0.7076805233955383, -0.2341809868812561, -1.3986642360687256, 0.14256370067596436, 0.6905558109283447, 0.9131776094436646, 0.14256370067596436, -1.8267830610275269, -2.0494048595428467, 0.26243698596954346, 0.091189444065094, -0.40542852878570557, -0.6965492963790894, -1.02191960811615, -0.9876701235771179, -0.7821730971336365, -0.7650483250617981, -0.7479235529899597, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -1.0561691522598267, -0.8677968382835388, -1.0561691522598267, -1.0561691522598267, -1.0561691522598267, -1.1075434684753418, -0.7821730971336365, -0.8335473537445068, -0.6794245839118958, -0.8677968382835388, -0.6794245839118958, -0.5595512986183167, -0.5081770420074463, -0.9362958669662476, -0.9534205794334412, -0.8164225816726685, -1.1246682405471802, -0.6280503273010254, -0.7821730971336365, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.7479235529899597, -0.7479235529899597, -0.8335473537445068, -1.073293924331665, -0.7479235529899597, -0.28555524349212646, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.5938007831573486, -0.6965492963790894, -0.9020463228225708, -0.7479235529899597, -0.9191710948944092, -1.0561691522598267, -1.0390443801879883, -0.9020463228225708, -1.1589176654815674, -0.4568027853965759, -1.3472900390625, -0.9020463228225708, -0.8506720662117004, -0.9534205794334412, -0.5253018140792847, -0.6622998118400574, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.2684305012226105, -0.13143247365951538, 0.03981505334377289, -0.02868395671248436, 0.17681321501731873, 0.622056782245636, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 1.2385478019714355, 1.1357992887496948, 0.9988013505935669, 1.1700488328933716, 1.0159261226654053, 0.6905558109283447, 0.5706825256347656, -1.2445415258407593, -1.8096582889556885, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.946656346321106, -1.9295315742492676, -1.946656346321106, -1.946656346321106, -1.9295315742492676, -1.7754088640213013, -1.878157377243042, -1.6555355787277222, -1.7754088640213013, -0.14855723083019257, -0.9020463228225708, -0.6622998118400574, 0.0740646943449974, 0.5706825256347656, -0.2513057291507721, 0.03981505334377289, 0.19393795728683472, -0.045808710157871246, -0.31980475783348083, -0.30267998576164246, -0.3883037567138672, -0.5081770420074463, -0.28555524349212646, -0.31980475783348083, -0.5253018140792847, -0.011559205129742622, 0.03981505334377289, -0.30267998576164246, -0.5081770420074463, -0.3369295001029968, -0.2684305012226105, -0.43967801332473755, -0.610925555229187, -0.9020463228225708, -0.6794245839118958, -0.576676070690155, -0.6794245839118958, -0.5081770420074463, 0.2281874716281891, 1.6495418548583984, 1.8892884254455566], [1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 1.1700488328933716, 1.7694151401519775, 1.6666666269302368, 1.324171543121338, 0.43368449807167053, 0.6049320101737976, 1.1700488328933716, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5296685695648193, 1.375545859336853, 1.1186745166778564, 1.1186745166778564, 0.7590547800064087, -0.7650483250617981, -1.2445415258407593, -0.9876701235771179, -1.3644146919250488, -1.8096582889556885, -1.9809058904647827, -2.032280206680298, -1.8096582889556885, -1.484287977218628, -1.1589176654815674, -0.2684305012226105, 1.2385478019714355, 1.718040943145752, 1.7694151401519775, 1.8036646842956543, 1.7522903680801392, 1.4611696004867554, 0.27956172823905945, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.4500385522842407, -1.1931672096252441, -1.604161262512207, -2.01515531539917, -2.1007792949676514, -1.7411593198776245, -1.7240345478057861, -1.8096582889556885, -1.9809058904647827, -1.9809058904647827, -1.3301652669906616, -1.2787909507751465, -1.073293924331665, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -1.9637811183929443, -0.7650483250617981, -0.40542852878570557, -0.576676070690155, -0.6794245839118958, -0.6622998118400574, -1.672660231590271, -1.2787909507751465, -0.4739275276660919, 0.0740646943449974, 0.6905558109283447, 1.0673003196716309, 1.2899221181869507, 1.5296685695648193, 1.6666666269302368, 1.6666666269302368, -0.21705622971057892, -1.6897850036621094, -1.6897850036621094, -1.9637811183929443, -0.7650483250617981, -0.30267998576164246, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.8849216103553772, -0.9705453515052795, -0.8849216103553772, -0.7650483250617981, -0.8164225816726685, -0.8164225816726685, -0.6965492963790894, -0.5081770420074463, -0.8335473537445068, -0.8849216103553772, -0.9705453515052795, -0.7992978096008301, -1.1760424375534058, -0.9876701235771179, -0.8677968382835388, -0.7821730971336365, -0.9534205794334412, -1.0390443801879883, -0.9362958669662476, -0.9876701235771179, -0.6965492963790894, -0.7479235529899597, -0.9876701235771179, -0.5938007831573486, -0.7650483250617981, -0.9362958669662476, -0.7136740684509277, -0.9191710948944092, -0.7821730971336365, -1.1075434684753418, -0.8677968382835388, -0.7307988405227661, -0.6794245839118958, -0.8677968382835388, -0.7479235529899597, -0.645175039768219, -0.6280503273010254, -0.7136740684509277, -0.8849216103553772, -0.645175039768219, -0.43967801332473755, -0.576676070690155, -0.31980475783348083, -0.8164225816726685, -0.8164225816726685, -0.7307988405227661, -0.610925555229187, -0.5424265265464783, -0.6965492963790894, -0.8164225816726685, -0.7136740684509277, -0.8677968382835388, -0.43967801332473755, -0.40542852878570557, -0.5424265265464783, -0.3883037567138672, -0.2684305012226105, -0.08005820959806442, -0.2684305012226105, -0.2684305012226105, 0.12543895840644836, 0.24531221389770508, 0.656306266784668, 0.4679340124130249, 0.7076805233955383, 0.810429036617279, 1.1700488328933716, 1.0501755475997925, 1.1357992887496948, 1.2042982578277588, 1.255672574043274, 1.0501755475997925, 1.0501755475997925, 0.41655975580215454, -1.4329137802124023, -1.8439078330993652, -1.946656346321106, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.9637811183929443, -1.9637811183929443, -1.9637811183929443, -1.8439078330993652, -0.9876701235771179, -1.1931672096252441, -1.1760424375534058, -0.9705453515052795, 0.587807297706604, 0.4850587546825409, 1.0844250917434692, 1.4097954034805298, 0.3309359848499298, 0.6391815543174744, 0.3480607271194458, 0.5364330410957336, -0.011559205129742622, -0.2513057291507721, -0.8506720662117004, -0.5424265265464783, -0.14855723083019257, -0.21705622971057892, -0.3883037567138672, 0.15968845784664154, -0.40542852878570557, -0.7136740684509277, -0.4910522699356079, -0.045808710157871246, -0.43967801332473755, -0.3711790144443512, -0.6622998118400574, -0.9362958669662476, -0.7992978096008301, -0.5253018140792847, -0.610925555229187, -0.40542852878570557, -0.02868395671248436, 1.5981676578521729, 1.8892884254455566], [1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 1.1186745166778564, 1.7351655960083008, 1.7694151401519775, 1.3926706314086914, 0.5706825256347656, 0.6049320101737976, 1.0501755475997925, 1.18717360496521, 0.9816765785217285, 0.4508092403411865, -0.8335473537445068, -1.5870364904403687, -1.672660231590271, -1.6212860345840454, -1.7069097757339478, -1.8267830610275269, -1.5014127492904663, -0.9705453515052795, -0.610925555229187, -0.9020463228225708, -1.5014127492904663, -1.878157377243042, -1.946656346321106, -2.0665295124053955, -1.604161262512207, 0.622056782245636, 1.5125439167022705, 1.718040943145752, 1.6666666269302368, 1.3584210872650146, -0.13143247365951538, -1.6384108066558838, -1.8610326051712036, -2.032280206680298, -1.9295315742492676, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -2.01515531539917, -1.5014127492904663, -1.3986642360687256, -1.535662293434143, -1.8439078330993652, -2.01515531539917, -1.672660231590271, -1.2959157228469849, -1.5014127492904663, -1.79253351688385, -1.9295315742492676, -2.0836544036865234, -2.1179039478302, -1.227416753768921, -0.7479235529899597, -0.7821730971336365, -0.6794245839118958, -0.5081770420074463, -1.0390443801879883, -2.1007792949676514, -2.1007792949676514, -0.7136740684509277, 1.101549744606018, 1.5125439167022705, 1.6837913990020752, 1.7522903680801392, 1.8892884254455566, 1.7009161710739136, 1.3070467710494995, -1.7240345478057861, -2.0494048595428467, -2.1179039478302, -1.5527870655059814, -1.3130404949188232, -1.1589176654815674, -1.1931672096252441, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.9020463228225708, -0.9191710948944092, -0.8849216103553772, -0.7307988405227661, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -0.5424265265464783, -0.8506720662117004, -0.576676070690155, -0.7650483250617981, -0.9534205794334412, -0.6965492963790894, -0.9362958669662476, -0.8506720662117004, -0.8849216103553772, -0.7136740684509277, -1.0390443801879883, -0.6965492963790894, -0.6965492963790894, -0.645175039768219, -0.7650483250617981, -0.7479235529899597, -0.7992978096008301, -0.8506720662117004, -0.4739275276660919, -0.9020463228225708, -0.9191710948944092, -0.8335473537445068, -0.9020463228225708, -0.9705453515052795, -0.7821730971336365, -0.7821730971336365, -0.9534205794334412, -0.8335473537445068, -0.3369295001029968, -0.40542852878570557, -0.42255327105522156, -0.5595512986183167, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.6965492963790894, -0.7992978096008301, -0.576676070690155, -0.6965492963790894, -0.610925555229187, -0.7136740684509277, -0.9876701235771179, -0.610925555229187, -0.6794245839118958, -0.42255327105522156, -0.610925555229187, -0.4910522699356079, -0.3369295001029968, -0.19993148744106293, -0.14855723083019257, 0.0055655487813055515, -0.08005820959806442, 0.29668647050857544, 0.39943498373031616, 0.5535577535629272, 0.7419300675392151, 1.0330508947372437, 0.8275538086891174, 1.1186745166778564, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.324171543121338, 1.1529240608215332, 0.5535577535629272, -1.604161262512207, -1.8267830610275269, -1.8952820301055908, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9980305433273315, -1.9295315742492676, -1.9637811183929443, -1.7069097757339478, -1.5527870655059814, -1.4329137802124023, 0.8789280652999878, 1.1529240608215332, 1.324171543121338, 1.4611696004867554, 1.101549744606018, 1.444044828414917, 1.0501755475997925, 0.9131776094436646, 0.587807297706604, 0.5021834969520569, 0.27956172823905945, -0.2341809868812561, 0.056939806789159775, -0.30267998576164246, -0.3369295001029968, 0.056939806789159775, -0.16568197309970856, -0.02868395671248436, -0.8677968382835388, -0.18280673027038574, -0.5424265265464783, -0.045808710157871246, -0.21705622971057892, -0.43967801332473755, -0.576676070690155, -0.43967801332473755, -0.4568027853965759, -0.43967801332473755, -0.6965492963790894, -0.610925555229187, 0.0055655487813055515, 1.63241708278656, 1.8721636533737183], [1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.7933043241500854, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.3651854991912842, 1.0501755475997925, 1.5810428857803345, 1.7694151401519775, 1.3584210872650146, 0.14256370067596436, -1.1075434684753418, -1.8952820301055908, -2.01515531539917, -1.8439078330993652, -1.758284091949463, -1.79253351688385, -1.878157377243042, -1.8952820301055908, -1.946656346321106, -2.01515531539917, -2.0665295124053955, -2.0665295124053955, -1.7069097757339478, -0.9020463228225708, -0.30267998576164246, -0.3883037567138672, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -2.01515531539917, 0.5364330410957336, 1.4954191446304321, 1.1357992887496948, 0.3651854991912842, -1.946656346321106, -2.1007792949676514, -1.946656346321106, -2.032280206680298, -2.0665295124053955, -1.6384108066558838, -1.4329137802124023, -1.3644146919250488, -1.8267830610275269, -1.9809058904647827, -2.1179039478302, -2.1179039478302, -1.9980305433273315, -1.9980305433273315, -1.261666178703308, -1.4329137802124023, -1.3986642360687256, -1.8096582889556885, -1.946656346321106, -1.1760424375534058, -1.1931672096252441, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.6897850036621094, -1.9124068021774292, -1.9637811183929443, -2.0494048595428467, 0.3309359848499298, 1.6837913990020752, 1.8721636533737183, 1.9577873945236206, 2.0434112548828125, 2.0091617107391357, 1.8892884254455566, 0.5193082690238953, -1.6212860345840454, -1.4329137802124023, -2.032280206680298, -1.8096582889556885, -1.1246682405471802, -1.1589176654815674, -1.0904186964035034, -0.9876701235771179, -1.2445415258407593, -1.2102919816970825, -1.0561691522598267, -1.02191960811615, -0.8506720662117004, -0.9876701235771179, -0.8164225816726685, -0.610925555229187, -1.02191960811615, -0.9534205794334412, -0.6622998118400574, -0.610925555229187, -0.9020463228225708, -0.7650483250617981, -1.1589176654815674, -0.42255327105522156, -0.8164225816726685, -0.7650483250617981, -0.8849216103553772, -0.7136740684509277, -0.5424265265464783, -0.43967801332473755, -0.7992978096008301, -0.9362958669662476, -0.7136740684509277, -0.6965492963790894, -0.7136740684509277, -0.9020463228225708, -0.8849216103553772, -0.9705453515052795, -0.4910522699356079, -0.8506720662117004, -0.6794245839118958, -0.7479235529899597, -1.02191960811615, -0.645175039768219, -0.7307988405227661, -0.645175039768219, -0.4910522699356079, -0.3883037567138672, -0.645175039768219, -0.43967801332473755, -0.4568027853965759, -0.5424265265464783, -0.6794245839118958, -1.073293924331665, -0.645175039768219, -0.9191710948944092, -0.6622998118400574, -1.141792893409729, -0.8164225816726685, -0.6794245839118958, -0.6622998118400574, -0.4739275276660919, -0.30267998576164246, -0.5424265265464783, -0.4739275276660919, -0.2684305012226105, -0.3883037567138672, 0.02269030176103115, 0.15968845784664154, 0.2110627144575119, 0.29668647050857544, 0.4850587546825409, 0.7248052954673767, 0.6049320101737976, 1.1700488328933716, 1.1529240608215332, 1.0330508947372437, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, -0.7307988405227661, -1.8096582889556885, -1.8439078330993652, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9637811183929443, -1.9809058904647827, -1.2787909507751465, -1.672660231590271, 0.3651854991912842, -0.13143247365951538, -0.02868395671248436, 1.0844250917434692, 1.5810428857803345, 1.444044828414917, 1.5296685695648193, 1.563918113708496, 1.5125439167022705, 1.2385478019714355, 0.9816765785217285, 0.6049320101737976, 0.7248052954673767, -0.14855723083019257, -0.7479235529899597, -0.5595512986183167, -0.43967801332473755, 0.2281874716281891, -0.08005820959806442, -0.045808710157871246, -0.8677968382835388, -0.19993148744106293, -0.576676070690155, -0.28555524349212646, -0.2341809868812561, -0.3711790144443512, -0.8335473537445068, -0.6965492963790894, -0.16568197309970856, -0.1143077164888382, -0.576676070690155, -0.5424265265464783, -0.18280673027038574, 1.5981676578521729, 1.8550388813018799], [1.4097954034805298, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.8960528373718262, 1.5981676578521729, 1.7009161710739136, 0.9303023219108582, -0.8335473537445068, -1.2959157228469849, -1.4671632051467896, -1.7754088640213013, -2.0494048595428467, -2.0494048595428467, -2.0494048595428467, -1.9809058904647827, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9980305433273315, -2.0494048595428467, -2.1179039478302, -2.1179039478302, -1.5699117183685303, -0.7479235529899597, 0.02269030176103115, -0.40542852878570557, -1.3986642360687256, -1.9124068021774292, -0.30267998576164246, 0.8618032932281494, -0.5253018140792847, -1.8952820301055908, -1.7754088640213013, -1.604161262512207, -1.535662293434143, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.946656346321106, -2.1179039478302, -1.604161262512207, -1.2959157228469849, -1.3644146919250488, -1.79253351688385, -2.032280206680298, -1.9295315742492676, -2.0494048595428467, -2.1007792949676514, -2.0665295124053955, -1.7069097757339478, -1.5014127492904663, -1.3472900390625, -1.484287977218628, -1.79253351688385, -1.3986642360687256, -1.415789008140564, -1.8267830610275269, -2.1179039478302, -0.08005820959806442, 1.4097954034805298, 1.8207894563674927, 1.906413197517395, 1.974912166595459, 2.0262863636016846, 1.8892884254455566, -0.011559205129742622, -1.0390443801879883, -1.5185375213623047, -2.032280206680298, -1.7754088640213013, -0.9362958669662476, -0.9876701235771179, -1.227416753768921, -0.9020463228225708, -1.4500385522842407, -1.2102919816970825, -1.1246682405471802, -0.8335473537445068, -1.0904186964035034, -0.8677968382835388, -0.8506720662117004, -1.02191960811615, -0.9020463228225708, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -0.7479235529899597, -0.8335473537445068, -0.7136740684509277, -0.9362958669662476, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.8335473537445068, -0.8164225816726685, -0.9876701235771179, -0.7992978096008301, -0.9534205794334412, -0.8164225816726685, -1.02191960811615, -1.073293924331665, -1.2445415258407593, -0.8677968382835388, -1.073293924331665, -1.1931672096252441, -0.5253018140792847, -0.4910522699356079, -0.576676070690155, -0.6965492963790894, -0.7821730971336365, -0.7136740684509277, -0.9534205794334412, -0.9362958669662476, -0.7650483250617981, -0.5595512986183167, -0.4910522699356079, -0.5424265265464783, -0.4739275276660919, -0.43967801332473755, -0.5938007831573486, -0.5595512986183167, -0.5938007831573486, -0.9020463228225708, -0.5081770420074463, -0.8506720662117004, -0.6622998118400574, -0.6622998118400574, -0.6280503273010254, -0.576676070690155, -0.8164225816726685, -0.5938007831573486, -0.3711790144443512, -0.011559205129742622, 0.0055655487813055515, -0.21705622971057892, -0.011559205129742622, 0.29668647050857544, 0.43368449807167053, 0.6905558109283447, 0.7590547800064087, 1.0159261226654053, 1.1700488328933716, 1.1529240608215332, 1.2727973461151123, 1.18717360496521, 1.2214230298995972, 1.2899221181869507, 1.0673003196716309, 0.4508092403411865, -1.3130404949188232, -1.7240345478057861, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.8952820301055908, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.8267830610275269, -1.1589176654815674, -0.5253018140792847, 0.12543895840644836, 1.18717360496521, 0.9131776094436646, 1.4269200563430786, 0.2281874716281891, 1.5296685695648193, 1.4611696004867554, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.5125439167022705, 0.9645518660545349, 1.324171543121338, -0.5595512986183167, -0.7821730971336365, -0.645175039768219, -0.16568197309970856, 0.056939806789159775, 0.0740646943449974, -0.19993148744106293, -0.5081770420074463, -0.14855723083019257, -0.5253018140792847, -0.2341809868812561, -0.09718296676874161, -0.610925555229187, -0.4910522699356079, -0.5938007831573486, -0.3369295001029968, -0.8335473537445068, -0.2513057291507721, -0.42255327105522156, -0.40542852878570557, 1.718040943145752, 1.8721636533737183], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.810429036617279, 1.4611696004867554, 1.6152924299240112, 1.2214230298995972, 0.6049320101737976, -0.2341809868812561, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -1.4500385522842407, -1.8952820301055908, -2.032280206680298, -2.0494048595428467, -2.0494048595428467, -2.032280206680298, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -2.1007792949676514, -2.0836544036865234, -1.9124068021774292, -1.2102919816970825, -0.045808710157871246, -0.06293346732854843, -1.02191960811615, -1.7240345478057861, -2.0836544036865234, -2.01515531539917, -1.9295315742492676, -1.8439078330993652, -1.8952820301055908, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.4329137802124023, -1.8439078330993652, -2.1007792949676514, -1.9980305433273315, -1.9809058904647827, -2.1179039478302, -1.9124068021774292, -1.3644146919250488, -1.535662293434143, -1.8267830610275269, -2.1007792949676514, -1.6555355787277222, -1.8439078330993652, -1.9980305433273315, -2.0836544036865234, -2.1007792949676514, -1.5014127492904663, -1.7069097757339478, -1.5014127492904663, -1.3301652669906616, 0.9131776094436646, 1.6837913990020752, 1.8550388813018799, 1.8721636533737183, 1.8550388813018799, 1.8379141092300415, 1.5125439167022705, -0.5938007831573486, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -2.1179039478302, -1.3301652669906616, -1.227416753768921, -1.1589176654815674, -1.3301652669906616, -1.8096582889556885, -1.3644146919250488, -1.0561691522598267, -1.02191960811615, -1.3986642360687256, -1.073293924331665, -0.8335473537445068, -0.7307988405227661, -0.9191710948944092, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.6965492963790894, -0.7136740684509277, -0.28555524349212646, -1.0561691522598267, -0.610925555229187, -0.6965492963790894, -0.6965492963790894, -0.8677968382835388, -1.0390443801879883, -1.0390443801879883, -0.9705453515052795, -1.02191960811615, -0.9362958669662476, -0.8335473537445068, -0.7307988405227661, -0.9020463228225708, -0.7307988405227661, -0.8849216103553772, -0.7136740684509277, -0.5253018140792847, -0.4568027853965759, -0.6622998118400574, -0.8677968382835388, -0.7992978096008301, -1.1075434684753418, -0.7479235529899597, -0.9705453515052795, -0.5595512986183167, -0.5081770420074463, -0.4739275276660919, -0.7479235529899597, -0.5938007831573486, -0.6622998118400574, -0.5595512986183167, -0.3369295001029968, -0.5938007831573486, -0.5424265265464783, -0.40542852878570557, -0.7650483250617981, -0.40542852878570557, -0.5424265265464783, -0.5081770420074463, -0.2684305012226105, -0.06293346732854843, 0.0740646943449974, 0.2281874716281891, 0.4679340124130249, 0.39943498373031616, 0.4850587546825409, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 0.9474270939826965, 0.8275538086891174, -1.4500385522842407, -1.6384108066558838, -1.79253351688385, -1.878157377243042, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.878157377243042, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8267830610275269, -1.7411593198776245, -0.7992978096008301, 0.656306266784668, 0.27956172823905945, 1.2042982578277588, 1.3926706314086914, 1.6666666269302368, 1.2727973461151123, 1.3584210872650146, 1.3584210872650146, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4954191446304321, 1.1700488328933716, 0.091189444065094, 0.03981505334377289, 0.4850587546825409, 0.39943498373031616, 0.12543895840644836, -0.06293346732854843, -0.13143247365951538, -0.13143247365951538, -0.19993148744106293, -0.16568197309970856, -0.4910522699356079, 0.02269030176103115, -0.610925555229187, -0.4910522699356079, -0.2513057291507721, -0.2513057291507721, -0.7479235529899597, -0.19993148744106293, -0.7821730971336365, -0.5938007831573486, 1.7694151401519775, 1.906413197517395], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.7933043241500854, 1.3926706314086914, 1.5981676578521729, 1.5125439167022705, 1.3412963151931763, 1.0159261226654053, -0.045808710157871246, -0.9020463228225708, -0.610925555229187, -0.4568027853965759, -0.5253018140792847, -1.0904186964035034, -1.79253351688385, -2.01515531539917, -2.1179039478302, -2.0836544036865234, -2.0665295124053955, -2.032280206680298, -2.01515531539917, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -1.6384108066558838, -0.7992978096008301, -0.2684305012226105, -0.5424265265464783, -1.4329137802124023, -1.9637811183929443, -2.1179039478302, -2.0665295124053955, -1.8096582889556885, -1.5699117183685303, -1.79253351688385, -1.6897850036621094, -1.8610326051712036, -1.7754088640213013, -1.5527870655059814, -1.415789008140564, -1.5870364904403687, -2.1007792949676514, -2.1179039478302, -1.9809058904647827, -2.0665295124053955, -2.0836544036865234, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.6384108066558838, -1.5699117183685303, -1.5699117183685303, -2.1007792949676514, -0.9191710948944092, 1.5810428857803345, 1.8721636533737183, 1.8721636533737183, 1.8550388813018799, 1.7009161710739136, -2.0494048595428467, -2.1179039478302, -1.1931672096252441, -1.1760424375534058, -1.1246682405471802, -0.7479235529899597, -1.5527870655059814, -1.9295315742492676, -1.141792893409729, -1.2959157228469849, -1.1589176654815674, -1.0390443801879883, -1.7069097757339478, -1.8439078330993652, -1.3472900390625, -0.8849216103553772, -1.2102919816970825, -1.1246682405471802, -1.1760424375534058, -0.7821730971336365, -0.7992978096008301, -0.7307988405227661, -0.7821730971336365, -0.6965492963790894, -1.0904186964035034, -0.7307988405227661, -0.9362958669662476, -0.8506720662117004, -0.42255327105522156, -0.7992978096008301, -0.645175039768219, -0.7650483250617981, -0.9191710948944092, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.610925555229187, -0.5938007831573486, -0.9020463228225708, -0.7992978096008301, -0.5081770420074463, -0.5938007831573486, -0.9534205794334412, -0.8677968382835388, -0.4910522699356079, -0.6965492963790894, -0.9534205794334412, -0.645175039768219, -0.40542852878570557, -0.42255327105522156, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.4568027853965759, -0.4568027853965759, -0.3369295001029968, -0.5595512986183167, -0.7650483250617981, -0.31980475783348083, -0.30267998576164246, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.2513057291507721, -0.4910522699356079, -0.4739275276660919, 0.19393795728683472, 0.12543895840644836, 0.15968845784664154, 0.3480607271194458, 0.4850587546825409, 0.5193082690238953, 0.6391815543174744, 0.8789280652999878, 0.9303023219108582, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.2214230298995972, 1.1700488328933716, -0.5938007831573486, -1.6384108066558838, -1.8096582889556885, -1.8952820301055908, -1.946656346321106, -1.9295315742492676, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.79253351688385, -1.7240345478057861, -1.073293924331665, -1.8096582889556885, -0.8506720662117004, 0.7419300675392151, 1.4097954034805298, 1.2214230298995972, 1.1700488328933716, 1.7351655960083008, 1.6837913990020752, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.2899221181869507, 1.444044828414917, 1.4269200563430786, 1.0844250917434692, -0.4739275276660919, 1.0330508947372437, 0.7419300675392151, 0.26243698596954346, 0.2110627144575119, -0.28555524349212646, -0.09718296676874161, -0.3883037567138672, 0.091189444065094, -0.30267998576164246, -0.09718296676874161, -0.40542852878570557, -0.14855723083019257, -0.3711790144443512, -0.6794245839118958, -0.43967801332473755, 0.15968845784664154, -0.610925555229187, -0.8677968382835388, 1.7351655960083008, 1.9235379695892334], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5364330410957336, 0.7248052954673767, 1.255672574043274, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 1.0844250917434692, 0.056939806789159775, -0.8506720662117004, -0.9020463228225708, -0.4739275276660919, -0.08005820959806442, -0.14855723083019257, -0.9191710948944092, -1.604161262512207, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -2.0494048595428467, -2.0665295124053955, -2.1007792949676514, -2.1179039478302, -1.946656346321106, -0.8677968382835388, -0.43967801332473755, -0.5253018140792847, -1.0047948360443115, -1.6897850036621094, -2.0836544036865234, -2.1179039478302, -1.8439078330993652, -1.6897850036621094, -1.79253351688385, -1.6897850036621094, -1.9809058904647827, -1.946656346321106, -2.1007792949676514, -1.8096582889556885, -1.535662293434143, -1.535662293434143, -1.6555355787277222, -2.1179039478302, -1.8952820301055908, -1.6212860345840454, -1.484287977218628, -1.79253351688385, -1.9295315742492676, -1.946656346321106, -1.8610326051712036, -1.9980305433273315, -2.1179039478302, -1.2102919816970825, 1.0501755475997925, 1.5125439167022705, 1.6495418548583984, 1.8036646842956543, 1.4611696004867554, -2.0665295124053955, -2.0494048595428467, -1.535662293434143, -1.6212860345840454, -1.484287977218628, -1.2787909507751465, -2.0836544036865234, -2.032280206680298, -0.645175039768219, -1.1589176654815674, -0.9705453515052795, -0.9191710948944092, -0.8506720662117004, -1.7754088640213013, -1.4671632051467896, -1.2787909507751465, -1.261666178703308, -1.1246682405471802, -1.02191960811615, -1.0561691522598267, -0.645175039768219, -0.9191710948944092, -0.8677968382835388, -1.1075434684753418, -0.8506720662117004, -0.5595512986183167, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.6280503273010254, -0.8335473537445068, -0.645175039768219, -0.7307988405227661, -0.7650483250617981, -0.6622998118400574, -0.6965492963790894, -0.576676070690155, -0.3883037567138672, -0.5424265265464783, -0.9876701235771179, -0.8335473537445068, -0.610925555229187, -0.8849216103553772, -0.576676070690155, -0.6794245839118958, -0.7650483250617981, -0.8164225816726685, -0.09718296676874161, -0.19993148744106293, -0.14855723083019257, -0.3369295001029968, -0.2513057291507721, -0.19993148744106293, -0.21705622971057892, -0.42255327105522156, -0.21705622971057892, 0.12543895840644836, -0.43967801332473755, -0.31980475783348083, -0.43967801332473755, 0.14256370067596436, -0.13143247365951538, 0.4508092403411865, 0.29668647050857544, 0.5364330410957336, 0.5706825256347656, 0.810429036617279, 0.9645518660545349, 0.9303023219108582, 1.2899221181869507, 1.3584210872650146, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.375545859336853, 0.5364330410957336, -1.073293924331665, -1.8096582889556885, -1.7754088640213013, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.8610326051712036, -1.8610326051712036, -1.7754088640213013, -1.8267830610275269, -1.878157377243042, -1.535662293434143, -1.758284091949463, -1.5699117183685303, -0.8335473537445068, 0.9474270939826965, -1.2959157228469849, 0.7248052954673767, 1.1529240608215332, 1.6152924299240112, 1.4954191446304321, 1.5981676578521729, 1.6495418548583984, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.1700488328933716, 0.5535577535629272, 1.2042982578277588, 1.18717360496521, 0.7933043241500854, 0.10831420123577118, -0.28555524349212646, 0.091189444065094, -0.08005820959806442, -0.09718296676874161, 0.091189444065094, 0.0740646943449974, -0.3369295001029968, -0.2513057291507721, -0.08005820959806442, -0.18280673027038574, -0.045808710157871246, -0.5081770420074463, -0.4568027853965759, -0.31980475783348083, 1.7694151401519775, 1.786539912223816], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.6905558109283447, 1.1529240608215332, 1.5981676578521729, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4097954034805298, 1.0673003196716309, 0.17681321501731873, -0.5595512986183167, -0.7307988405227661, -0.7821730971336365, -0.3711790144443512, 0.12543895840644836, 0.19393795728683472, -0.6622998118400574, -1.5870364904403687, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9637811183929443, -1.9980305433273315, -2.032280206680298, -2.0665295124053955, -1.8610326051712036, -0.9876701235771179, -0.7479235529899597, -0.6965492963790894, -0.7479235529899597, -1.3472900390625, -1.8610326051712036, -2.1179039478302, -1.9124068021774292, -1.7411593198776245, -1.8439078330993652, -1.604161262512207, -1.5185375213623047, -1.9809058904647827, -2.0665295124053955, -1.9809058904647827, -2.1179039478302, -1.8267830610275269, -1.6384108066558838, -2.0836544036865234, -2.1179039478302, -2.0494048595428467, -2.032280206680298, -1.535662293434143, -1.758284091949463, -2.0836544036865234, -2.0836544036865234, -1.604161262512207, -0.8164225816726685, 1.375545859336853, 1.5981676578521729, 1.8207894563674927, 1.8036646842956543, -0.5595512986183167, -1.8267830610275269, -2.0665295124053955, -1.79253351688385, -1.5185375213623047, -1.9637811183929443, -1.9809058904647827, -2.032280206680298, -0.9020463228225708, -1.3130404949188232, -1.2787909507751465, -1.2445415258407593, -1.3301652669906616, -2.0665295124053955, -1.4671632051467896, -1.073293924331665, -1.5014127492904663, -1.4671632051467896, -1.4671632051467896, -0.8506720662117004, -0.9876701235771179, -0.9876701235771179, -1.0390443801879883, -0.7821730971336365, -0.645175039768219, -0.9705453515052795, -0.8506720662117004, -0.6965492963790894, -0.9876701235771179, -0.8506720662117004, -1.1589176654815674, -0.8164225816726685, -0.7821730971336365, -0.9534205794334412, -0.7650483250617981, -0.4739275276660919, -1.1075434684753418, -0.5424265265464783, -0.6280503273010254, -0.7307988405227661, -0.7821730971336365, -0.5081770420074463, -0.610925555229187, -0.5081770420074463, -0.576676070690155, -0.8677968382835388, -0.6280503273010254, -0.6794245839118958, -0.6280503273010254, -0.610925555229187, -0.8164225816726685, -0.610925555229187, -0.610925555229187, -0.3883037567138672, -0.40542852878570557, -0.4568027853965759, -0.40542852878570557, -0.19993148744106293, -0.1143077164888382, 0.0055655487813055515, -0.28555524349212646, -0.16568197309970856, -0.011559205129742622, -0.40542852878570557, -0.30267998576164246, -0.09718296676874161, -0.5938007831573486, 0.27956172823905945, 0.29668647050857544, 0.17681321501731873, 0.39943498373031616, 0.5193082690238953, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.18717360496521, 1.2214230298995972, 1.1529240608215332, 1.255672574043274, -0.08005820959806442, -1.4329137802124023, -1.8096582889556885, -1.8439078330993652, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.7411593198776245, -1.758284091949463, -1.79253351688385, -1.6555355787277222, -1.7411593198776245, -0.7992978096008301, 0.3138112425804138, 0.24531221389770508, 0.2281874716281891, 0.9131776094436646, -0.9020463228225708, -0.16568197309970856, 1.2385478019714355, 1.18717360496521, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.444044828414917, 1.3926706314086914, 1.5467933416366577, 1.3412963151931763, 1.4269200563430786, 1.2385478019714355, 1.2727973461151123, 0.8789280652999878, 0.2281874716281891, -0.31980475783348083, 0.15968845784664154, -0.3369295001029968, -0.3369295001029968, -0.2684305012226105, -0.045808710157871246, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.0740646943449974, 0.10831420123577118, -0.6622998118400574, -0.3540542721748352, 0.3480607271194458, 1.8036646842956543, 1.786539912223816], [1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 1.2214230298995972, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4611696004867554, 1.2214230298995972, 0.19393795728683472, -0.5253018140792847, -0.4739275276660919, -0.6794245839118958, -0.9191710948944092, -0.28555524349212646, 0.2281874716281891, 0.12543895840644836, -0.7650483250617981, -1.6212860345840454, -1.878157377243042, -1.9809058904647827, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -2.1179039478302, -1.8952820301055908, -1.261666178703308, -0.9191710948944092, -0.9876701235771179, -0.9020463228225708, -1.261666178703308, -1.878157377243042, -2.0836544036865234, -2.0665295124053955, -1.758284091949463, -1.8610326051712036, -1.8096582889556885, -1.3815394639968872, -1.5014127492904663, -1.8267830610275269, -1.9980305433273315, -1.8267830610275269, -1.5014127492904663, -1.7754088640213013, -1.9809058904647827, -2.0836544036865234, -1.8952820301055908, -1.7240345478057861, -1.7754088640213013, -1.8267830610275269, -1.9637811183929443, -2.1179039478302, -2.1007792949676514, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, -0.9362958669662476, -1.5870364904403687, -1.672660231590271, -2.1179039478302, -2.1007792949676514, -1.3815394639968872, -0.8506720662117004, -0.9362958669662476, -1.2787909507751465, -1.604161262512207, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -1.7754088640213013, -1.5527870655059814, -1.073293924331665, -1.1246682405471802, -0.9705453515052795, -1.2445415258407593, -1.2102919816970825, -1.1075434684753418, -0.645175039768219, -1.0390443801879883, -0.8164225816726685, -0.9705453515052795, -1.02191960811615, -0.7479235529899597, -1.073293924331665, -0.6965492963790894, -0.7136740684509277, -0.8677968382835388, -0.8849216103553772, -0.4568027853965759, -1.073293924331665, -0.3540542721748352, -0.576676070690155, -0.6622998118400574, -0.7136740684509277, -0.7136740684509277, -0.5424265265464783, -0.7992978096008301, -0.6965492963790894, -0.8849216103553772, -0.6965492963790894, -0.9191710948944092, -0.8677968382835388, -1.02191960811615, -0.5253018140792847, -0.3540542721748352, -0.4568027853965759, -0.9020463228225708, -0.7479235529899597, -0.3369295001029968, -0.30267998576164246, -0.13143247365951538, -0.5595512986183167, -0.9020463228225708, -0.7136740684509277, -0.42255327105522156, 0.15968845784664154, 0.12543895840644836, 0.03981505334377289, -0.2513057291507721, -0.02868395671248436, 0.12543895840644836, -0.19993148744106293, 0.15968845784664154, 0.26243698596954346, 0.6905558109283447, 0.6391815543174744, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 1.2214230298995972, 1.2899221181869507, 1.0844250917434692, 1.2727973461151123, 1.0844250917434692, 0.4679340124130249, -0.7992978096008301, -0.576676070690155, -1.7754088640213013, -1.8439078330993652, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.878157377243042, -1.8610326051712036, -1.7411593198776245, -1.8439078330993652, -1.227416753768921, -1.3301652669906616, 1.1700488328933716, 1.2385478019714355, 1.444044828414917, 0.27956172823905945, 1.7694151401519775, -0.08005820959806442, -1.141792893409729, 0.5021834969520569, 1.4097954034805298, 1.444044828414917, 1.563918113708496, 1.2899221181869507, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, -0.16568197309970856, -0.42255327105522156, -0.09718296676874161, -0.5424265265464783, -0.31980475783348083, -0.21705622971057892, -0.16568197309970856, -0.21705622971057892, -0.2684305012226105, -0.31980475783348083, 0.14256370067596436, -0.28555524349212646, -0.40542852878570557, -0.40542852878570557, 0.7248052954673767, 1.8207894563674927, 1.7351655960083008], [1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.7590547800064087, 0.7248052954673767, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.8618032932281494, 1.4611696004867554, 1.6495418548583984, 1.7009161710739136, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.375545859336853, 1.1357992887496948, 0.3309359848499298, -0.30267998576164246, -0.18280673027038574, -0.40542852878570557, -1.1931672096252441, -1.1075434684753418, -0.2513057291507721, 0.14256370067596436, -0.18280673027038574, -1.073293924331665, -1.7069097757339478, -1.8439078330993652, -2.032280206680298, -2.1179039478302, -2.0836544036865234, -2.01515531539917, -1.9637811183929443, -1.261666178703308, -0.9191710948944092, -1.02191960811615, -0.8506720662117004, -0.7307988405227661, -1.4671632051467896, -1.9124068021774292, -2.1179039478302, -1.9124068021774292, -1.8267830610275269, -2.0494048595428467, -1.7069097757339478, -1.9980305433273315, -1.7240345478057861, -1.8439078330993652, -2.1007792949676514, -1.5699117183685303, -1.6212860345840454, -1.9809058904647827, -2.1007792949676514, -2.1179039478302, -1.8952820301055908, -1.8439078330993652, -1.535662293434143, -1.6212860345840454, 0.4850587546825409, 1.3070467710494995, 1.4782943725585938, 1.101549744606018, -1.1246682405471802, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -1.9637811183929443, -1.4500385522842407, -1.415789008140564, -1.5185375213623047, -1.0047948360443115, -2.032280206680298, -2.0836544036865234, -0.7992978096008301, -0.8677968382835388, -0.8506720662117004, -0.9362958669662476, -1.6384108066558838, -1.6897850036621094, -1.1760424375534058, -1.1589176654815674, -1.02191960811615, -1.2102919816970825, -1.02191960811615, -1.0904186964035034, -0.9020463228225708, -0.7992978096008301, -1.1931672096252441, -0.7821730971336365, -1.2787909507751465, -1.0047948360443115, -1.0047948360443115, -0.9705453515052795, -1.2787909507751465, -0.4910522699356079, -1.227416753768921, -0.40542852878570557, -0.8849216103553772, -0.9191710948944092, -0.4910522699356079, -0.7136740684509277, -0.5595512986183167, -0.5253018140792847, -1.0047948360443115, -0.5938007831573486, -0.645175039768219, -0.7479235529899597, -0.8164225816726685, -0.5938007831573486, -0.7650483250617981, -0.8506720662117004, -0.8164225816726685, -0.6965492963790894, -0.7479235529899597, -0.7650483250617981, -0.610925555229187, -0.3540542721748352, -0.06293346732854843, -0.045808710157871246, -0.02868395671248436, -0.011559205129742622, -0.011559205129742622, 0.14256370067596436, 0.03981505334377289, -0.3369295001029968, -0.19993148744106293, 0.14256370067596436, -0.1143077164888382, 0.12543895840644836, 0.19393795728683472, 0.24531221389770508, 0.3651854991912842, 0.6734310388565063, 0.7590547800064087, 0.9645518660545349, 0.8275538086891174, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 0.4679340124130249, -1.227416753768921, -1.5527870655059814, -1.9980305433273315, -1.9124068021774292, -1.8952820301055908, -1.7240345478057861, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.415789008140564, -0.8849216103553772, 0.6391815543174744, 1.4954191446304321, 1.7694151401519775, 1.7522903680801392, 1.3412963151931763, 1.8721636533737183, 1.6495418548583984, -1.7411593198776245, -1.878157377243042, -0.08005820959806442, 1.5125439167022705, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.375545859336853, 1.444044828414917, 1.0501755475997925, 1.5125439167022705, 1.375545859336853, 0.14256370067596436, 0.3309359848499298, 0.056939806789159775, 0.2281874716281891, -0.3711790144443512, -0.2684305012226105, -0.43967801332473755, -0.40542852878570557, 0.056939806789159775, 0.02269030176103115, -0.3711790144443512, -0.5595512986183167, -0.7821730971336365, -0.18280673027038574, 1.0330508947372437, 1.786539912223816, 1.718040943145752], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 1.0844250917434692, 1.5467933416366577, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6152924299240112, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.1700488328933716, 0.41655975580215454, -0.31980475783348083, -0.2684305012226105, -0.06293346732854843, -0.6965492963790894, -1.535662293434143, -1.0047948360443115, -0.08005820959806442, 0.24531221389770508, -0.4739275276660919, -1.4329137802124023, -1.79253351688385, -1.8952820301055908, -2.0665295124053955, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.0390443801879883, -0.8849216103553772, -1.0047948360443115, -0.9362958669662476, -0.7307988405227661, -1.0904186964035034, -1.946656346321106, -2.1179039478302, -1.9124068021774292, -1.6384108066558838, -1.9124068021774292, -1.79253351688385, -1.535662293434143, -1.535662293434143, -1.9980305433273315, -1.9809058904647827, -1.8952820301055908, -2.0836544036865234, -2.032280206680298, -2.0494048595428467, -2.01515531539917, -1.9637811183929443, -2.0494048595428467, -1.79253351688385, 0.8275538086891174, 1.6495418548583984, 1.786539912223816, 1.8721636533737183, 1.5810428857803345, -1.8096582889556885, -2.032280206680298, -1.9637811183929443, -1.9295315742492676, -2.01515531539917, -2.0836544036865234, -1.9980305433273315, -2.1179039478302, -2.0836544036865234, -1.4671632051467896, -1.415789008140564, -1.3130404949188232, -1.3130404949188232, -1.1931672096252441, -1.3986642360687256, -1.4500385522842407, -1.0047948360443115, -1.6897850036621094, -1.1760424375534058, -1.1246682405471802, -1.0904186964035034, -1.1589176654815674, -1.0047948360443115, -0.9876701235771179, -1.02191960811615, -1.0390443801879883, -1.073293924331665, -1.1246682405471802, -1.3815394639968872, -0.8335473537445068, -1.2959157228469849, -0.7479235529899597, -0.9191710948944092, -1.02191960811615, -1.02191960811615, -1.0390443801879883, -1.1760424375534058, -1.415789008140564, -0.7479235529899597, -0.6965492963790894, -0.7992978096008301, -0.6794245839118958, -0.6794245839118958, -0.8849216103553772, -0.6280503273010254, -0.3369295001029968, -0.21705622971057892, -0.43967801332473755, -0.4739275276660919, -0.645175039768219, -0.4568027853965759, -0.3711790144443512, -0.6622998118400574, -0.7307988405227661, -0.31980475783348083, -0.9191710948944092, -0.5253018140792847, -0.4568027853965759, 0.03981505334377289, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.09718296676874161, 0.15968845784664154, 0.3651854991912842, 0.19393795728683472, 0.3309359848499298, 0.5021834969520569, 0.622056782245636, 0.7590547800064087, 0.9303023219108582, 1.1186745166778564, 1.3584210872650146, 1.2214230298995972, 1.2385478019714355, 1.0159261226654053, 0.0740646943449974, -0.6280503273010254, -1.9637811183929443, -1.9295315742492676, -1.9980305433273315, -1.8952820301055908, -1.6212860345840454, -1.6897850036621094, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.6555355787277222, -1.6555355787277222, -0.7821730971336365, 0.26243698596954346, 1.1357992887496948, 1.4782943725585938, 1.7522903680801392, 1.786539912223816, 1.6666666269302368, 1.8379141092300415, 1.9577873945236206, -0.9876701235771179, -1.8267830610275269, -0.9362958669662476, -1.9809058904647827, -1.758284091949463, 0.03981505334377289, 1.6837913990020752, 1.3926706314086914, 1.2385478019714355, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.375545859336853, 1.3070467710494995, 1.5467933416366577, 1.4611696004867554, 0.8789280652999878, 0.7933043241500854, 0.43368449807167053, -0.2341809868812561, -0.4910522699356079, -0.3883037567138672, -0.21705622971057892, -0.3540542721748352, -0.1143077164888382, 0.091189444065094, 0.0055655487813055515, -0.4739275276660919, -0.7650483250617981, -0.5424265265464783, 1.3070467710494995, 1.6666666269302368, 1.786539912223816], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 1.18717360496521, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.3584210872650146, 1.1186745166778564, 0.3480607271194458, -0.3711790144443512, -0.3711790144443512, -0.08005820959806442, -0.18280673027038574, -1.227416753768921, -1.415789008140564, -0.4910522699356079, -0.06293346732854843, -0.19993148744106293, -0.9020463228225708, -1.7069097757339478, -1.8439078330993652, -1.8096582889556885, -1.946656346321106, -2.0665295124053955, -2.01515531539917, -1.3130404949188232, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8164225816726685, -0.7650483250617981, -1.6897850036621094, -2.1179039478302, -2.032280206680298, -1.8610326051712036, -1.8096582889556885, -2.0836544036865234, -1.9124068021774292, -1.6212860345840454, -1.535662293434143, -1.8610326051712036, -1.9637811183929443, -1.79253351688385, -1.8610326051712036, -2.0494048595428467, -2.0836544036865234, -1.8267830610275269, -1.672660231590271, 1.2727973461151123, 1.6666666269302368, 1.8379141092300415, -0.2341809868812561, -1.9980305433273315, -2.1179039478302, -1.2959157228469849, -1.672660231590271, -1.2959157228469849, -1.2445415258407593, -1.3472900390625, -2.1179039478302, -0.8506720662117004, -0.9876701235771179, -1.3472900390625, -1.8610326051712036, -2.1007792949676514, -1.604161262512207, -1.2445415258407593, -1.3130404949188232, -1.0047948360443115, -1.1760424375534058, -1.415789008140564, -1.227416753768921, -1.3130404949188232, -1.141792893409729, -1.1075434684753418, -1.0047948360443115, -1.1246682405471802, -1.0561691522598267, -1.1760424375534058, -1.227416753768921, -1.1075434684753418, -1.415789008140564, -0.8849216103553772, -1.073293924331665, -1.415789008140564, -1.141792893409729, -1.3130404949188232, -1.3986642360687256, -1.0561691522598267, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -0.9020463228225708, -0.9191710948944092, -1.0904186964035034, -0.7821730971336365, -0.6622998118400574, -0.8849216103553772, -0.9534205794334412, -0.645175039768219, -1.2445415258407593, -1.5185375213623047, -1.7240345478057861, -1.1931672096252441, -1.2102919816970825, -1.2959157228469849, -0.8335473537445068, -0.8506720662117004, -0.7479235529899597, -0.8164225816726685, -0.30267998576164246, -0.4739275276660919, -0.43967801332473755, -0.08005820959806442, 0.2281874716281891, 0.056939806789159775, 0.17681321501731873, 0.4679340124130249, 0.622056782245636, 0.7419300675392151, 0.7419300675392151, 1.0501755475997925, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.4097954034805298, 1.0501755475997925, 0.056939806789159775, -0.9705453515052795, -1.9809058904647827, -1.9809058904647827, -1.9637811183929443, -1.8267830610275269, -1.9124068021774292, -1.878157377243042, -1.672660231590271, -1.8610326051712036, -1.8439078330993652, -1.672660231590271, -1.3472900390625, -0.9876701235771179, 0.24531221389770508, 0.6391815543174744, 1.1186745166778564, 1.4269200563430786, 1.906413197517395, 1.9406627416610718, 1.8207894563674927, 1.8379141092300415, 1.9920369386672974, 1.7009161710739136, -0.8506720662117004, -1.2959157228469849, -1.415789008140564, -1.8610326051712036, -1.8610326051712036, -1.9809058904647827, -0.610925555229187, 1.375545859336853, 1.18717360496521, 1.4097954034805298, 1.255672574043274, 1.3584210872650146, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.255672574043274, 0.8446785807609558, -0.3369295001029968, -0.4739275276660919, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.19393795728683472, 0.19393795728683472, 0.656306266784668, -0.21705622971057892, -0.4568027853965759, -0.4568027853965759, -0.2684305012226105, 1.6152924299240112, 1.6495418548583984, 1.7351655960083008], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 1.444044828414917, 1.6152924299240112, 1.6495418548583984, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 0.4679340124130249, -0.31980475783348083, -0.7136740684509277, -0.40542852878570557, 0.0055655487813055515, -0.9362958669662476, -1.3644146919250488, -0.4739275276660919, -0.5081770420074463, -0.5081770420074463, -0.6280503273010254, -1.1760424375534058, -1.9295315742492676, -1.7754088640213013, -1.9637811183929443, -2.0665295124053955, -2.1179039478302, -1.6384108066558838, -0.9534205794334412, -1.2102919816970825, -1.3815394639968872, -1.3301652669906616, -0.8677968382835388, -1.3130404949188232, -2.0836544036865234, -1.9637811183929443, -1.6212860345840454, -1.79253351688385, -1.946656346321106, -1.8610326051712036, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.032280206680298, -2.032280206680298, -1.8610326051712036, -1.9809058904647827, -2.032280206680298, 1.101549744606018, 1.255672574043274, 1.5810428857803345, 0.587807297706604, -2.1007792949676514, -2.0665295124053955, -1.415789008140564, -1.6384108066558838, -1.5527870655059814, -1.4671632051467896, -2.0836544036865234, -1.9980305433273315, -1.3130404949188232, -1.4500385522842407, -1.1760424375534058, -2.1007792949676514, -1.1760424375534058, -1.1246682405471802, -1.2102919816970825, -1.2959157228469849, -1.3644146919250488, -1.2445415258407593, -1.3301652669906616, -1.2102919816970825, -1.415789008140564, -1.1246682405471802, -1.1760424375534058, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.1760424375534058, -1.2445415258407593, -1.4329137802124023, -1.3815394639968872, -1.1931672096252441, -1.3986642360687256, -1.3815394639968872, -1.1931672096252441, -1.2102919816970825, -1.227416753768921, -0.9020463228225708, -1.3644146919250488, -0.8849216103553772, -1.0904186964035034, -1.0047948360443115, -0.6794245839118958, -0.9876701235771179, -1.3815394639968872, -0.9534205794334412, -1.02191960811615, -0.7992978096008301, -0.7479235529899597, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.6280503273010254, -0.7307988405227661, -0.7650483250617981, -0.7479235529899597, -0.8506720662117004, -0.5253018140792847, -0.7479235529899597, -0.2513057291507721, -0.4568027853965759, -0.8677968382835388, -0.19993148744106293, -0.011559205129742622, -0.011559205129742622, 0.5193082690238953, 0.27956172823905945, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 1.0330508947372437, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 0.7248052954673767, 0.12543895840644836, 0.2110627144575119, -0.9876701235771179, -1.946656346321106, -2.01515531539917, -2.032280206680298, -1.946656346321106, -1.8952820301055908, -1.8267830610275269, -1.8439078330993652, -1.7411593198776245, -1.8439078330993652, -1.672660231590271, -1.1931672096252441, -1.1760424375534058, -0.3369295001029968, 0.8789280652999878, 1.2042982578277588, 1.4097954034805298, 1.5125439167022705, 1.974912166595459, 1.5981676578521729, 1.8036646842956543, 1.8721636533737183, 1.7009161710739136, 0.2281874716281891, -1.5870364904403687, -1.878157377243042, -1.8267830610275269, -1.79253351688385, -1.6212860345840454, -2.01515531539917, -1.604161262512207, 1.1700488328933716, 1.0673003196716309, 1.2385478019714355, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3926706314086914, 0.9303023219108582, 0.27956172823905945, 0.12543895840644836, -0.09718296676874161, 0.2281874716281891, -0.08005820959806442, 0.12543895840644836, -0.30267998576164246, -0.5253018140792847, 0.41655975580215454, -0.3711790144443512, -0.09718296676874161, -0.09718296676874161, -0.28555524349212646, 1.5467933416366577, 1.5810428857803345, 1.6666666269302368], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 1.101549744606018, 1.4954191446304321, 1.6152924299240112, 1.7009161710739136, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.0330508947372437, 0.5193082690238953, -0.16568197309970856, -1.02191960811615, -0.6965492963790894, -0.21705622971057892, -0.8164225816726685, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.7479235529899597, -0.5424265265464783, -0.610925555229187, -1.4329137802124023, -1.758284091949463, -1.7411593198776245, -1.8952820301055908, -2.1179039478302, -1.9124068021774292, -1.0904186964035034, -1.2787909507751465, -1.3472900390625, -1.261666178703308, -0.9362958669662476, -0.9876701235771179, -2.0836544036865234, -2.01515531539917, -1.7069097757339478, -1.6897850036621094, -1.9980305433273315, -1.878157377243042, -1.7240345478057861, -1.5870364904403687, -1.9980305433273315, -2.0665295124053955, -1.9637811183929443, -1.79253351688385, -0.2684305012226105, 1.1529240608215332, 1.4269200563430786, 1.563918113708496, 1.8379141092300415, 0.4679340124130249, -2.0665295124053955, -2.1179039478302, -2.0665295124053955, -1.7411593198776245, -1.7411593198776245, -2.0836544036865234, -1.4500385522842407, -1.3130404949188232, -1.2959157228469849, -2.01515531539917, -1.261666178703308, -1.1246682405471802, -1.227416753768921, -1.073293924331665, -1.4500385522842407, -1.073293924331665, -1.3472900390625, -1.484287977218628, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.5870364904403687, -1.1589176654815674, -1.0904186964035034, -1.2102919816970825, -1.02191960811615, -1.415789008140564, -1.415789008140564, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -0.8164225816726685, -1.3472900390625, -1.0904186964035034, -0.9020463228225708, -1.2787909507751465, -1.0390443801879883, -1.3815394639968872, -0.9020463228225708, -0.7136740684509277, -0.6965492963790894, -0.8164225816726685, -0.8849216103553772, -0.5595512986183167, -0.7136740684509277, -0.8506720662117004, -0.6965492963790894, -0.8164225816726685, -0.5595512986183167, -0.5595512986183167, -0.6794245839118958, -0.5595512986183167, -0.40542852878570557, -0.3883037567138672, -1.0561691522598267, -1.3130404949188232, -0.28555524349212646, -0.02868395671248436, 0.26243698596954346, -0.045808710157871246, 0.27956172823905945, 0.10831420123577118, 0.3651854991912842, 0.4508092403411865, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.9988013505935669, 1.2899221181869507, 0.9816765785217285, 1.2385478019714355, 1.375545859336853, 0.3138112425804138, -0.9705453515052795, -1.9124068021774292, -1.9295315742492676, -2.01515531539917, -2.0494048595428467, -2.0494048595428467, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.604161262512207, -1.484287977218628, -1.3472900390625, -0.3883037567138672, 0.8960528373718262, 1.2214230298995972, 1.63241708278656, 1.444044828414917, 1.6837913990020752, 1.63241708278656, 1.718040943145752, 1.8207894563674927, 1.8721636533737183, 1.3926706314086914, -1.0561691522598267, -1.9124068021774292, -1.8267830610275269, -1.7069097757339478, -1.604161262512207, -1.4329137802124023, -1.5014127492904663, -2.0665295124053955, -1.0904186964035034, 0.7248052954673767, 1.4611696004867554, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.375545859336853, 0.38231024146080017, 0.656306266784668, 0.5364330410957336, 0.43368449807167053, -0.13143247365951538, -0.09718296676874161, -0.30267998576164246, 0.0740646943449974, -0.3711790144443512, -0.011559205129742622, -0.2513057291507721, -0.02868395671248436, 0.4679340124130249, 0.19393795728683472, 1.563918113708496, 1.5810428857803345, 1.5981676578521729], [1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 1.18717360496521, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.0501755475997925, 0.4508092403411865, -0.16568197309970856, -1.1075434684753418, -1.2102919816970825, -0.6622998118400574, -0.8677968382835388, -1.0047948360443115, -0.9705453515052795, -0.9362958669662476, -1.0047948360443115, -0.9020463228225708, -0.5938007831573486, -0.7479235529899597, -1.604161262512207, -1.8952820301055908, -1.878157377243042, -2.0665295124053955, -1.9637811183929443, -1.2787909507751465, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.261666178703308, -1.261666178703308, -2.01515531539917, -1.758284091949463, -1.7754088640213013, -1.9124068021774292, -1.9809058904647827, -1.8952820301055908, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -2.0494048595428467, -2.0665295124053955, -0.8164225816726685, 1.5296685695648193, 1.718040943145752, 1.8207894563674927, 0.2110627144575119, -2.032280206680298, -1.5014127492904663, -1.4671632051467896, -1.227416753768921, -0.9705453515052795, -1.261666178703308, -1.9637811183929443, -2.032280206680298, -2.032280206680298, -2.1007792949676514, -1.9295315742492676, -1.535662293434143, -1.261666178703308, -1.4671632051467896, -1.484287977218628, -1.2787909507751465, -1.261666178703308, -1.1589176654815674, -1.3472900390625, -1.1075434684753418, -1.3301652669906616, -1.3472900390625, -1.1760424375534058, -1.227416753768921, -1.415789008140564, -1.3986642360687256, -1.415789008140564, -1.227416753768921, -1.1246682405471802, -1.1760424375534058, -1.0561691522598267, -1.2102919816970825, -1.3301652669906616, -1.1760424375534058, -1.0904186964035034, -1.1246682405471802, -1.261666178703308, -1.1075434684753418, -1.141792893409729, -0.9705453515052795, -0.9876701235771179, -0.9191710948944092, -0.9191710948944092, -0.9876701235771179, -0.7307988405227661, -0.7479235529899597, -0.8849216103553772, -0.7136740684509277, -0.6280503273010254, -0.8849216103553772, -1.02191960811615, -0.6794245839118958, -0.8164225816726685, -0.5938007831573486, -0.40542852878570557, -0.13143247365951538, -0.3540542721748352, -0.09718296676874161, -0.3369295001029968, -0.19993148744106293, 0.0055655487813055515, 0.24531221389770508, 0.3309359848499298, 0.6049320101737976, 0.5364330410957336, 0.8618032932281494, 0.6049320101737976, 1.2042982578277588, 1.1700488328933716, 1.324171543121338, 1.324171543121338, 0.9988013505935669, 0.8618032932281494, -1.5699117183685303, -1.8267830610275269, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0494048595428467, -1.9980305433273315, -1.8952820301055908, -1.9124068021774292, -1.79253351688385, -1.6555355787277222, -1.7240345478057861, -0.8506720662117004, -0.645175039768219, 0.622056782245636, 1.0501755475997925, 1.3584210872650146, 1.6666666269302368, 1.7009161710739136, 1.7522903680801392, 1.8721636533737183, 1.786539912223816, 1.718040943145752, 1.563918113708496, -0.40542852878570557, -1.878157377243042, -1.7069097757339478, -1.7754088640213013, -1.7754088640213013, -0.9020463228225708, -1.6897850036621094, -1.9124068021774292, -1.8610326051712036, 0.6049320101737976, 0.8789280652999878, 1.18717360496521, 1.0159261226654053, 1.2042982578277588, 1.101549744606018, 0.4679340124130249, 0.9816765785217285, 0.41655975580215454, -0.28555524349212646, -0.3883037567138672, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.31980475783348083, 0.0740646943449974, 0.24531221389770508, 0.39943498373031616, 0.5706825256347656, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345], [1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.7761795520782471, 1.3070467710494995, 1.5981676578521729, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.2042982578277588, 0.9645518660545349, 0.24531221389770508, -0.045808710157871246, -0.9191710948944092, -1.3986642360687256, -0.9191710948944092, -1.0904186964035034, -1.1760424375534058, -1.073293924331665, -1.0904186964035034, -1.1589176654815674, -1.141792893409729, -1.0390443801879883, -0.6965492963790894, -0.9705453515052795, -1.8096582889556885, -1.946656346321106, -1.9124068021774292, -2.0665295124053955, -1.5185375213623047, -1.3472900390625, -1.5185375213623047, -1.6897850036621094, -1.5185375213623047, -1.535662293434143, -1.946656346321106, -1.8439078330993652, -1.8610326051712036, -1.9809058904647827, -2.1007792949676514, -1.8439078330993652, -1.7240345478057861, -1.8439078330993652, -2.0494048595428467, -1.7069097757339478, 1.1357992887496948, 1.4611696004867554, 1.7351655960083008, 0.6905558109283447, -1.9637811183929443, -1.5527870655059814, -1.672660231590271, -1.672660231590271, -1.5014127492904663, -1.5185375213623047, -1.946656346321106, -1.0904186964035034, -1.261666178703308, -1.073293924331665, -0.6965492963790894, -0.9705453515052795, -2.032280206680298, -1.3644146919250488, -1.3986642360687256, -1.3644146919250488, -1.141792893409729, -1.227416753768921, -1.261666178703308, -1.2787909507751465, -1.261666178703308, -1.3301652669906616, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.2445415258407593, -1.2787909507751465, -1.227416753768921, -1.261666178703308, -1.261666178703308, -1.1931672096252441, -1.3301652669906616, -1.3472900390625, -1.227416753768921, -1.4500385522842407, -1.0390443801879883, -0.9191710948944092, -1.1931672096252441, -1.1760424375534058, -1.073293924331665, -1.0561691522598267, -0.9534205794334412, -0.8335473537445068, -1.0904186964035034, -1.0390443801879883, -0.8849216103553772, -0.6794245839118958, -0.7307988405227661, -0.7307988405227661, -0.6622998118400574, -0.6794245839118958, -0.8164225816726685, -0.9020463228225708, -0.7307988405227661, -0.9534205794334412, -0.6280503273010254, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.3138112425804138, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.8618032932281494, 0.9131776094436646, 1.2727973461151123, 1.18717360496521, 0.7933043241500854, -0.02868395671248436, -0.02868395671248436, 0.656306266784668, -1.02191960811615, -1.8439078330993652, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -2.032280206680298, -1.9637811183929443, -1.9124068021774292, -1.9295315742492676, -1.8267830610275269, -1.484287977218628, -1.535662293434143, -0.21705622971057892, 0.6391815543174744, 1.18717360496521, 1.4269200563430786, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.4954191446304321, 0.587807297706604, -1.9295315742492676, -1.79253351688385, -1.7411593198776245, -1.878157377243042, -1.9295315742492676, -1.79253351688385, -1.9124068021774292, -2.01515531539917, 0.056939806789159775, 0.7248052954673767, 1.0501755475997925, 1.0844250917434692, 0.8960528373718262, 0.8789280652999878, 0.7076805233955383, 0.43368449807167053, -1.415789008140564, -0.9876701235771179, -0.6622998118400574, 0.29668647050857544, 0.2281874716281891, -0.19993148744106293, -0.3369295001029968, -0.16568197309970856, 0.4679340124130249, 0.4679340124130249, 0.587807297706604, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577], [1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.9131776094436646, 1.4782943725585938, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1186745166778564, 0.8960528373718262, 0.43368449807167053, -0.06293346732854843, -0.18280673027038574, -0.7136740684509277, -1.1075434684753418, -0.8677968382835388, -1.141792893409729, -1.415789008140564, -1.3301652669906616, -1.073293924331665, -1.3986642360687256, -1.484287977218628, -1.261666178703308, -1.141792893409729, -0.7479235529899597, -1.141792893409729, -1.9809058904647827, -1.9637811183929443, -2.1179039478302, -1.5870364904403687, -1.3301652669906616, -1.535662293434143, -1.484287977218628, -1.415789008140564, -1.6555355787277222, -2.0494048595428467, -1.8096582889556885, -1.878157377243042, -2.0665295124053955, -1.9809058904647827, -1.9809058904647827, -1.8267830610275269, -0.4739275276660919, 1.0673003196716309, 1.255672574043274, 1.563918113708496, 1.6495418548583984, 0.6391815543174744, -2.01515531539917, -1.6897850036621094, -1.5185375213623047, -1.3986642360687256, -2.1179039478302, -1.9637811183929443, -1.3130404949188232, -1.415789008140564, -1.3815394639968872, -1.3986642360687256, -1.3301652669906616, -2.1179039478302, -1.5014127492904663, -1.3130404949188232, -1.672660231590271, -1.5527870655059814, -1.5185375213623047, -1.2445415258407593, -1.2787909507751465, -1.2959157228469849, -1.3986642360687256, -1.1931672096252441, -1.141792893409729, -1.3644146919250488, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.3815394639968872, -0.9534205794334412, -1.2445415258407593, -1.2787909507751465, -1.3815394639968872, -1.2102919816970825, -1.3301652669906616, -1.02191960811615, -1.0047948360443115, -1.261666178703308, -1.3130404949188232, -1.0904186964035034, -1.141792893409729, -0.8164225816726685, -0.9876701235771179, -1.0047948360443115, -0.9191710948944092, -0.6622998118400574, -0.6622998118400574, -0.6965492963790894, -0.9534205794334412, -0.5595512986183167, -0.5595512986183167, -0.4910522699356079, -0.7650483250617981, -0.5595512986183167, -0.40542852878570557, -0.9705453515052795, -1.2959157228469849, -0.7136740684509277, -0.8849216103553772, 0.14256370067596436, 0.24531221389770508, 0.091189444065094, 0.622056782245636, 0.3309359848499298, 0.5364330410957336, 0.8446785807609558, 0.656306266784668, 1.0844250917434692, 1.255672574043274, 0.15968845784664154, -0.4739275276660919, -1.7411593198776245, -1.9295315742492676, -1.9295315742492676, -1.9295315742492676, -1.9637811183929443, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -1.8439078330993652, -1.6384108066558838, -1.4671632051467896, -0.6965492963790894, 0.8789280652999878, 1.2214230298995972, 1.5296685695648193, 1.4097954034805298, 1.6495418548583984, 1.7009161710739136, 1.718040943145752, 1.5981676578521729, 1.6837913990020752, 1.3926706314086914, 1.7009161710739136, -1.5870364904403687, -1.79253351688385, -1.7754088640213013, -1.8267830610275269, -1.8267830610275269, -1.8267830610275269, -1.8439078330993652, -1.9637811183929443, 0.4850587546825409, 0.810429036617279, 0.8446785807609558, 1.2042982578277588, 1.2385478019714355, 0.8275538086891174, 0.6049320101737976, -0.9191710948944092, -1.2445415258407593, -1.5527870655059814, -0.4739275276660919, -0.14855723083019257, 0.7933043241500854, -0.06293346732854843, -0.14855723083019257, 0.38231024146080017, 0.3138112425804138, 0.3651854991912842, 0.6391815543174744, 1.3926706314086914, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 1.375545859336853, 1.63241708278656, 1.7009161710739136, 1.718040943145752, 1.7009161710739136, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.0501755475997925, 0.656306266784668, 0.41655975580215454, -0.2513057291507721, -0.21705622971057892, -0.08005820959806442, -0.42255327105522156, -0.5595512986183167, -0.8506720662117004, -1.2102919816970825, -1.6384108066558838, -1.5014127492904663, -1.1760424375534058, -1.2102919816970825, -1.2959157228469849, -1.3472900390625, -1.3472900390625, -1.227416753768921, -0.7821730971336365, -1.5185375213623047, -2.0494048595428467, -1.8952820301055908, -1.4671632051467896, -1.484287977218628, -1.7240345478057861, -1.79253351688385, -1.6555355787277222, -1.9637811183929443, -1.8610326051712036, -1.8096582889556885, -1.946656346321106, -2.032280206680298, -2.1179039478302, -1.0561691522598267, 1.0844250917434692, 1.3926706314086914, 1.6495418548583984, 1.7522903680801392, 1.7522903680801392, -0.7992978096008301, -2.0836544036865234, -2.1179039478302, -2.01515531539917, -1.946656346321106, -2.0665295124053955, -2.0836544036865234, -1.415789008140564, -1.2959157228469849, -1.3472900390625, -1.2787909507751465, -2.01515531539917, -1.8096582889556885, -1.1760424375534058, -1.758284091949463, -1.4329137802124023, -1.5014127492904663, -1.5014127492904663, -1.3815394639968872, -1.4500385522842407, -1.2787909507751465, -1.0390443801879883, -1.227416753768921, -1.3986642360687256, -1.141792893409729, -1.3986642360687256, -1.3130404949188232, -1.1760424375534058, -1.2787909507751465, -1.3130404949188232, -1.227416753768921, -1.3130404949188232, -1.3644146919250488, -1.3130404949188232, -1.3301652669906616, -0.8677968382835388, -1.261666178703308, -1.261666178703308, -1.02191960811615, -0.9876701235771179, -1.0390443801879883, -0.8335473537445068, -0.8164225816726685, -0.7821730971336365, -0.7307988405227661, -0.7479235529899597, -0.5253018140792847, -0.43967801332473755, -0.7650483250617981, -0.4568027853965759, -0.4739275276660919, -0.3711790144443512, -0.16568197309970856, -0.43967801332473755, 0.12543895840644836, -0.011559205129742622, -0.08005820959806442, 0.15968845784664154, 0.056939806789159775, -0.3540542721748352, -0.18280673027038574, 0.056939806789159775, 0.0740646943449974, 0.7590547800064087, 0.9816765785217285, 1.101549744606018, 1.18717360496521, 0.8789280652999878, -0.40542852878570557, -1.0390443801879883, -1.415789008140564, -1.8267830610275269, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9809058904647827, -2.1007792949676514, -1.9980305433273315, -1.9980305433273315, -1.878157377243042, -1.7411593198776245, -1.672660231590271, -0.13143247365951538, 0.622056782245636, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.718040943145752, 1.5125439167022705, 1.7351655960083008, 1.4269200563430786, 1.7351655960083008, 1.7351655960083008, 1.5125439167022705, -0.09718296676874161, -1.9295315742492676, -1.79253351688385, -1.8096582889556885, -1.7754088640213013, -1.9295315742492676, -2.0665295124053955, -1.484287977218628, -1.5014127492904663, 0.29668647050857544, 0.6905558109283447, 0.38231024146080017, 0.9474270939826965, -0.14855723083019257, -0.14855723083019257, -0.5938007831573486, -1.5527870655059814, -1.4500385522842407, -0.18280673027038574, -0.40542852878570557, -0.02868395671248436, -0.19993148744106293, -0.31980475783348083, 0.056939806789159775, 0.38231024146080017, 0.14256370067596436, 0.9816765785217285, 1.2899221181869507, 1.4269200563430786, 1.444044828414917, 1.444044828414917], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 1.18717360496521, 1.6152924299240112, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5296685695648193, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 0.9303023219108582, 0.7590547800064087, 0.5193082690238953, 0.0740646943449974, -0.40542852878570557, -0.42255327105522156, -0.40542852878570557, -0.5595512986183167, -0.8677968382835388, -1.073293924331665, -1.227416753768921, -1.535662293434143, -1.7069097757339478, -1.484287977218628, -1.261666178703308, -1.3301652669906616, -1.3986642360687256, -1.4500385522842407, -1.1931672096252441, -0.9362958669662476, -1.0047948360443115, -1.6212860345840454, -2.1179039478302, -1.604161262512207, -1.3986642360687256, -1.6384108066558838, -1.484287977218628, -1.5527870655059814, -1.946656346321106, -1.9980305433273315, -1.8439078330993652, -1.9124068021774292, -2.1007792949676514, 0.7933043241500854, 1.4097954034805298, 1.6837913990020752, 1.7694151401519775, 1.7522903680801392, 1.0844250917434692, -2.0836544036865234, -2.1179039478302, -1.672660231590271, -1.5699117183685303, -1.4671632051467896, -1.1760424375534058, -1.7754088640213013, -1.9637811183929443, -1.7754088640213013, -2.032280206680298, -2.1179039478302, -2.1007792949676514, -1.6897850036621094, -1.261666178703308, -1.415789008140564, -1.5870364904403687, -1.484287977218628, -1.3986642360687256, -1.3986642360687256, -1.2445415258407593, -1.141792893409729, -1.1760424375534058, -1.261666178703308, -1.2445415258407593, -1.3472900390625, -1.261666178703308, -1.2959157228469849, -0.8849216103553772, -1.1760424375534058, -1.3130404949188232, -1.227416753768921, -1.261666178703308, -1.2445415258407593, -1.2787909507751465, -1.3130404949188232, -1.3644146919250488, -1.3644146919250488, -1.227416753768921, -1.227416753768921, -1.073293924331665, -1.02191960811615, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -1.073293924331665, -0.8849216103553772, -0.7992978096008301, -0.6794245839118958, -0.28555524349212646, -0.2513057291507721, -0.2513057291507721, -0.43967801332473755, -0.30267998576164246, -0.31980475783348083, -0.13143247365951538, 0.03981505334377289, 0.15968845784664154, 0.4850587546825409, 0.587807297706604, 0.3651854991912842, 0.810429036617279, 0.9303023219108582, 1.0673003196716309, 0.8446785807609558, 0.9474270939826965, 1.2214230298995972, 0.7761795520782471, -0.2341809868812561, -0.6794245839118958, -1.3130404949188232, -1.8439078330993652, -1.9124068021774292, -1.946656346321106, -1.946656346321106, -1.946656346321106, -1.9809058904647827, -1.9809058904647827, -1.9295315742492676, -1.9637811183929443, -1.9980305433273315, -1.9637811183929443, -1.4671632051467896, -1.5527870655059814, -0.3540542721748352, 0.43368449807167053, 1.1529240608215332, 1.4097954034805298, 1.3412963151931763, 1.563918113708496, 1.5810428857803345, 1.6495418548583984, 1.4269200563430786, 1.6152924299240112, 1.5296685695648193, 1.8207894563674927, -0.3540542721748352, 1.1700488328933716, -0.3883037567138672, -1.8439078330993652, -2.032280206680298, -2.01515531539917, -1.9980305433273315, -1.7754088640213013, -1.6897850036621094, -2.0665295124053955, -0.4739275276660919, 0.26243698596954346, 0.6905558109283447, 0.6734310388565063, 0.19393795728683472, -1.6384108066558838, -1.9980305433273315, -1.9295315742492676, -1.073293924331665, 0.10831420123577118, 0.5706825256347656, -0.21705622971057892, 0.3138112425804138, -0.08005820959806442, 0.12543895840644836, 0.03981505334377289, -0.13143247365951538, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.3926706314086914, 1.4097954034805298], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.7590547800064087, 1.1529240608215332, 1.6152924299240112, 1.7694151401519775, 1.8036646842956543, 1.7009161710739136, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 0.9645518660545349, 0.810429036617279, 0.5364330410957336, 0.0055655487813055515, -0.576676070690155, -0.5938007831573486, -0.5424265265464783, -0.7136740684509277, -0.7992978096008301, -0.9191710948944092, -1.141792893409729, -1.2787909507751465, -1.484287977218628, -1.6897850036621094, -1.7069097757339478, -1.3986642360687256, -1.4329137802124023, -1.4329137802124023, -1.415789008140564, -1.3472900390625, -1.1760424375534058, -0.9020463228225708, -1.02191960811615, -1.9637811183929443, -1.8439078330993652, -1.6555355787277222, -1.6212860345840454, -1.5527870655059814, -1.7240345478057861, -2.01515531539917, -1.8267830610275269, -1.946656346321106, -1.8096582889556885, 0.8789280652999878, 1.6152924299240112, 1.718040943145752, 1.786539912223816, 1.2727973461151123, -2.0494048595428467, -2.0836544036865234, -1.5699117183685303, -1.6897850036621094, -1.415789008140564, -1.3130404949188232, -1.9980305433273315, -2.0665295124053955, -0.9191710948944092, -1.415789008140564, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.5870364904403687, -1.672660231590271, -1.484287977218628, -1.4500385522842407, -1.1760424375534058, -1.4329137802124023, -1.484287977218628, -1.7754088640213013, -1.3130404949188232, -1.2787909507751465, -1.227416753768921, -1.3301652669906616, -1.3472900390625, -1.261666178703308, -1.1246682405471802, -1.073293924331665, -1.4500385522842407, -1.1075434684753418, -1.415789008140564, -1.3644146919250488, -1.2959157228469849, -1.4329137802124023, -1.0904186964035034, -1.227416753768921, -1.3301652669906616, -1.1931672096252441, -1.261666178703308, -0.9362958669662476, -1.2787909507751465, -1.0390443801879883, -0.8506720662117004, -0.9534205794334412, -0.9876701235771179, -0.7821730971336365, -0.9191710948944092, -0.7650483250617981, -0.4739275276660919, -0.31980475783348083, -0.02868395671248436, -0.14855723083019257, -0.42255327105522156, -0.14855723083019257, 0.15968845784664154, 0.5021834969520569, 0.41655975580215454, 0.3651854991912842, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7590547800064087, 0.8960528373718262, 1.0159261226654053, 1.2385478019714355, 0.7761795520782471, -0.3540542721748352, -1.1246682405471802, -1.6212860345840454, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.946656346321106, -1.9637811183929443, -1.9124068021774292, -1.9124068021774292, -1.1589176654815674, -0.16568197309970856, 0.5021834969520569, -0.6622998118400574, 0.10831420123577118, 0.0740646943449974, 0.656306266784668, 1.5810428857803345, 1.4954191446304321, 1.2727973461151123, 1.444044828414917, 1.5981676578521729, 1.7351655960083008, 1.375545859336853, 1.324171543121338, 1.4097954034805298, 1.2899221181869507, 1.1529240608215332, 1.4611696004867554, 1.5125439167022705, 1.1186745166778564, -0.011559205129742622, -1.7069097757339478, -1.3644146919250488, -2.0494048595428467, -2.0665295124053955, -2.0836544036865234, -2.032280206680298, -0.3540542721748352, 0.7248052954673767, 0.9131776094436646, -1.535662293434143, -2.032280206680298, -1.9637811183929443, -1.7411593198776245, -0.4910522699356079, 0.2281874716281891, 1.1700488328933716, 0.43368449807167053, 0.7248052954673767, 0.4508092403411865, 0.27956172823905945, -0.28555524349212646, 0.38231024146080017, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 1.0330508947372437, 1.5125439167022705, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.5296685695648193, 1.4611696004867554, 1.2899221181869507, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.0330508947372437, 0.8789280652999878, 0.5364330410957336, -0.045808710157871246, -0.5081770420074463, -0.6622998118400574, -0.576676070690155, -0.5938007831573486, -1.1246682405471802, -1.1931672096252441, -1.227416753768921, -1.3815394639968872, -1.4671632051467896, -1.4329137802124023, -1.7754088640213013, -1.79253351688385, -1.4671632051467896, -1.415789008140564, -1.5185375213623047, -1.5699117183685303, -1.5014127492904663, -1.4329137802124023, -1.3130404949188232, -0.8677968382835388, -1.7069097757339478, -1.9295315742492676, -1.758284091949463, -1.8267830610275269, -1.672660231590271, -1.6897850036621094, -2.032280206680298, -1.9980305433273315, 0.7076805233955383, 1.0844250917434692, 1.6495418548583984, 1.8036646842956543, 0.9988013505935669, -2.0494048595428467, -2.1179039478302, -1.604161262512207, -1.6384108066558838, -1.2959157228469849, -1.3130404949188232, -1.9980305433273315, -2.0836544036865234, -0.7821730971336365, -1.3986642360687256, -1.3644146919250488, -1.5185375213623047, -1.5014127492904663, -1.604161262512207, -1.4500385522842407, -1.672660231590271, -1.4500385522842407, -1.5185375213623047, -1.7069097757339478, -1.261666178703308, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.6555355787277222, -1.3472900390625, -1.227416753768921, -1.1589176654815674, -1.3130404949188232, -1.484287977218628, -1.261666178703308, -1.3815394639968872, -1.3986642360687256, -1.1931672096252441, -1.2445415258407593, -1.3472900390625, -1.0390443801879883, -1.227416753768921, -1.0047948360443115, -1.2102919816970825, -1.073293924331665, -1.141792893409729, -1.1589176654815674, -0.9362958669662476, -0.8677968382835388, -0.7479235529899597, -0.6622998118400574, -0.5595512986183167, -0.4568027853965759, -0.2513057291507721, -0.2341809868812561, -0.40542852878570557, -0.2684305012226105, 0.12543895840644836, 0.9303023219108582, 0.29668647050857544, 0.656306266784668, 0.9474270939826965, 0.7761795520782471, 0.9131776094436646, 0.7933043241500854, 0.6734310388565063, 0.38231024146080017, 0.8960528373718262, 0.587807297706604, -0.5081770420074463, -1.227416753768921, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.8610326051712036, -1.878157377243042, -1.5014127492904663, -1.0047948360443115, -0.40542852878570557, 0.8275538086891174, 1.2042982578277588, 0.9816765785217285, 1.255672574043274, 1.4097954034805298, 1.5467933416366577, 1.444044828414917, 1.4954191446304321, 1.4782943725585938, 1.5981676578521729, 1.5296685695648193, 1.7522903680801392, 1.5981676578521729, 1.0501755475997925, 1.2385478019714355, 1.5125439167022705, 1.4954191446304321, 1.7009161710739136, 1.3926706314086914, 0.9988013505935669, 0.6905558109283447, 0.27956172823905945, -0.9191710948944092, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -1.946656346321106, -0.06293346732854843, -1.1589176654815674, -2.1179039478302, -2.0836544036865234, -1.946656346321106, -1.7411593198776245, -0.8849216103553772, 0.3138112425804138, 0.9474270939826965, 0.587807297706604, 0.6391815543174744, 0.5535577535629272, -0.18280673027038574, 0.19393795728683472, 0.7761795520782471, 1.324171543121338, 1.1529240608215332, 1.3070467710494995, 1.3070467710494995, 1.324171543121338], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.7419300675392151, 1.2042982578277588, 1.6495418548583984, 1.786539912223816, 1.7009161710739136, 1.63241708278656, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5296685695648193, 1.3412963151931763, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 0.9645518660545349, 0.7590547800064087, 0.3651854991912842, -0.31980475783348083, -0.610925555229187, -0.43967801332473755, -0.28555524349212646, -1.2445415258407593, -1.535662293434143, -1.5870364904403687, -1.3815394639968872, -1.3986642360687256, -1.4329137802124023, -1.4500385522842407, -1.672660231590271, -1.758284091949463, -1.6384108066558838, -1.5699117183685303, -1.5185375213623047, -1.535662293434143, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.3301652669906616, -1.8267830610275269, -1.9637811183929443, -1.79253351688385, -1.7069097757339478, -1.6384108066558838, -1.9295315742492676, 0.27956172823905945, 1.255672574043274, 1.4097954034805298, 1.563918113708496, 1.7351655960083008, -0.5595512986183167, -2.1007792949676514, -1.6897850036621094, -1.5870364904403687, -1.4671632051467896, -1.3472900390625, -2.0494048595428467, -2.0665295124053955, -0.8677968382835388, -1.3644146919250488, -1.3472900390625, -1.4329137802124023, -1.3815394639968872, -1.7240345478057861, -1.2959157228469849, -1.6555355787277222, -1.5014127492904663, -1.3472900390625, -1.0561691522598267, -1.3472900390625, -1.7754088640213013, -1.073293924331665, -1.073293924331665, -1.3472900390625, -1.5014127492904663, -1.4500385522842407, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.2787909507751465, -1.3301652669906616, -1.3815394639968872, -1.3301652669906616, -1.3644146919250488, -1.4671632051467896, -1.2959157228469849, -1.2102919816970825, -1.227416753768921, -1.1589176654815674, -1.2445415258407593, -1.3815394639968872, -1.4500385522842407, -1.1589176654815674, -1.1075434684753418, -1.1589176654815674, -0.8677968382835388, -1.1760424375534058, -0.7992978096008301, -0.9020463228225708, -0.645175039768219, -0.43967801332473755, -0.06293346732854843, 0.056939806789159775, 0.02269030176103115, -0.14855723083019257, 0.5193082690238953, 0.7419300675392151, 0.38231024146080017, 0.41655975580215454, 0.6049320101737976, 0.8789280652999878, 0.7419300675392151, 0.8960528373718262, 1.2042982578277588, 1.2899221181869507, 1.1186745166778564, 0.3651854991912842, -0.9876701235771179, -1.484287977218628, -1.8096582889556885, -1.9295315742492676, -1.9295315742492676, -1.9124068021774292, -1.8439078330993652, -1.9980305433273315, -1.4500385522842407, -0.5424265265464783, -0.43967801332473755, 1.1529240608215332, 0.3309359848499298, 1.101549744606018, 1.3584210872650146, 1.4782943725585938, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.5125439167022705, 1.444044828414917, 1.375545859336853, 1.5467933416366577, 1.4611696004867554, 1.3926706314086914, 1.0673003196716309, 0.9988013505935669, 1.2214230298995972, 1.4611696004867554, 1.4954191446304321, 0.8446785807609558, 0.7248052954673767, -0.40542852878570557, -1.5014127492904663, -1.878157377243042, -1.9980305433273315, -2.0836544036865234, -2.0836544036865234, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -1.946656346321106, -1.9124068021774292, -0.8164225816726685, -1.9637811183929443, -0.42255327105522156, 0.9645518660545349, 0.9816765785217285, 1.1357992887496948, 0.39943498373031616, 0.2110627144575119, 0.19393795728683472, 0.14256370067596436, 1.4611696004867554, 1.2727973461151123, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.7933043241500854, 1.4097954034805298, 1.7522903680801392, 1.7351655960083008, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.5296685695648193, 1.324171543121338, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 0.810429036617279, 0.8275538086891174, 0.6049320101737976, 0.15968845784664154, -0.08005820959806442, -0.4739275276660919, -0.8335473537445068, -1.261666178703308, -1.4500385522842407, -1.6555355787277222, -1.4329137802124023, -1.261666178703308, -1.261666178703308, -1.4500385522842407, -1.7069097757339478, -1.8439078330993652, -1.7754088640213013, -1.6555355787277222, -1.6555355787277222, -1.6212860345840454, -1.5185375213623047, -1.5014127492904663, -1.4329137802124023, -1.2959157228469849, -1.6384108066558838, -1.8952820301055908, -1.79253351688385, -1.758284091949463, -1.7240345478057861, 1.324171543121338, 1.375545859336853, 1.5981676578521729, 1.7351655960083008, 1.5981676578521729, -1.7411593198776245, -1.8267830610275269, -2.032280206680298, -2.1179039478302, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.032280206680298, -1.9637811183929443, -1.6384108066558838, -1.5699117183685303, -1.3472900390625, -1.9637811183929443, -0.7479235529899597, -1.2959157228469849, -1.2787909507751465, -1.227416753768921, -1.6555355787277222, -1.141792893409729, -1.4329137802124023, -1.5870364904403687, -1.4500385522842407, -1.535662293434143, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2102919816970825, -1.3472900390625, -1.3472900390625, -1.4500385522842407, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.3301652669906616, -1.141792893409729, -1.1075434684753418, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8506720662117004, -0.8164225816726685, -0.8335473537445068, -0.7479235529899597, -0.3540542721748352, 0.056939806789159775, -0.16568197309970856, -0.2513057291507721, 0.12543895840644836, 0.27956172823905945, 0.7761795520782471, 0.587807297706604, 0.7248052954673767, 0.622056782245636, 0.5021834969520569, 0.7933043241500854, 1.0159261226654053, 1.255672574043274, 1.18717360496521, 1.0330508947372437, 0.656306266784668, -0.3369295001029968, -1.2102919816970825, -1.8267830610275269, -1.8952820301055908, -1.946656346321106, -1.9809058904647827, -1.8952820301055908, -1.9124068021774292, -0.8335473537445068, 0.2110627144575119, 0.7933043241500854, 1.0330508947372437, 1.255672574043274, 1.375545859336853, 1.6152924299240112, 1.7009161710739136, 1.4611696004867554, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3412963151931763, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.3070467710494995, 0.9988013505935669, 0.8789280652999878, 0.8275538086891174, 1.0673003196716309, 1.3070467710494995, 0.8618032932281494, 0.39943498373031616, -1.02191960811615, -1.4500385522842407, -2.1007792949676514, -2.0836544036865234, -1.3815394639968872, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, 0.27956172823905945, 0.8789280652999878, -2.0494048595428467, -1.604161262512207, -1.2787909507751465, -0.045808710157871246, 0.8446785807609558, 1.255672574043274, 1.1357992887496948, 1.0330508947372437, 0.7419300675392151, 0.14256370067596436, 0.587807297706604, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 1.0844250917434692, 1.7351655960083008, 1.7009161710739136, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.4782943725585938, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9131776094436646, 0.7590547800064087, 0.5535577535629272, 0.26243698596954346, -0.13143247365951538, -0.3540542721748352, -0.5595512986183167, -0.9362958669662476, -1.2959157228469849, -1.5185375213623047, -1.7240345478057861, -1.5699117183685303, -1.3301652669906616, -1.261666178703308, -1.2787909507751465, -1.4500385522842407, -1.7240345478057861, -1.8439078330993652, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6555355787277222, -1.604161262512207, -1.3986642360687256, -1.261666178703308, -1.2445415258407593, -1.7069097757339478, -1.9809058904647827, -1.8610326051712036, 1.6495418548583984, 1.6152924299240112, 1.7694151401519775, 1.6837913990020752, -1.604161262512207, -1.8096582889556885, -2.0494048595428467, -1.5527870655059814, -1.8267830610275269, -1.4500385522842407, -1.2959157228469849, -1.02191960811615, -1.1075434684753418, -1.758284091949463, -2.032280206680298, -1.1589176654815674, -1.484287977218628, -1.6555355787277222, -1.4500385522842407, -1.3986642360687256, -1.141792893409729, -1.4329137802124023, -1.7240345478057861, -1.3301652669906616, -1.3644146919250488, -1.3301652669906616, -0.9876701235771179, -1.261666178703308, -1.3986642360687256, -1.141792893409729, -1.6897850036621094, -1.415789008140564, -1.4329137802124023, -1.3472900390625, -1.6555355787277222, -1.2787909507751465, -1.1760424375534058, -1.2102919816970825, -1.5870364904403687, -1.6555355787277222, -1.1931672096252441, -1.535662293434143, -1.3986642360687256, -1.0390443801879883, -1.3472900390625, -1.3130404949188232, -1.2445415258407593, -1.2445415258407593, -1.5699117183685303, -0.8849216103553772, -1.2787909507751465, -1.2102919816970825, -0.8164225816726685, -0.576676070690155, -0.576676070690155, -0.2341809868812561, 0.2110627144575119, 0.6049320101737976, 0.6905558109283447, 0.3480607271194458, 0.810429036617279, 0.43368449807167053, 0.38231024146080017, 0.9645518660545349, 0.8960528373718262, 0.5021834969520569, 0.9645518660545349, 1.0673003196716309, 0.9131776094436646, 0.7248052954673767, -0.5253018140792847, -1.227416753768921, -1.7069097757339478, -1.878157377243042, -1.9637811183929443, -1.946656346321106, -1.946656346321106, -0.2513057291507721, 0.7590547800064087, 0.7933043241500854, 0.3480607271194458, 0.8789280652999878, 1.324171543121338, 1.2385478019714355, 1.5125439167022705, 1.3926706314086914, 1.5981676578521729, 1.4954191446304321, 1.2042982578277588, 1.6152924299240112, 1.5125439167022705, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.444044828414917, 0.8960528373718262, 0.5193082690238953, 1.101549744606018, 0.7590547800064087, 0.8275538086891174, -0.1143077164888382, -2.0494048595428467, -1.878157377243042, -2.0494048595428467, -2.0836544036865234, -2.0836544036865234, -1.261666178703308, -2.0494048595428467, -2.0665295124053955, -2.1179039478302, -2.0836544036865234, -2.0494048595428467, -1.3472900390625, -0.7992978096008301, -0.09718296676874161, 0.7419300675392151, 0.5706825256347656, 0.9816765785217285, 0.4850587546825409, -0.011559205129742622, 1.2042982578277588, 1.0844250917434692, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 1.0159261226654053, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.63241708278656, 1.4782943725585938, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.7933043241500854, 0.5021834969520569, 0.3480607271194458, 0.15968845784664154, -0.18280673027038574, -0.5595512986183167, -0.9362958669662476, -1.1760424375534058, -1.3130404949188232, -1.535662293434143, -1.7411593198776245, -1.672660231590271, -1.5014127492904663, -1.3644146919250488, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -1.7069097757339478, -1.5870364904403687, -1.5699117183685303, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.3644146919250488, -1.9124068021774292, -1.7240345478057861, -1.9809058904647827, -0.576676070690155, 0.9474270939826965, 1.5296685695648193, 1.718040943145752, 0.4850587546825409, -1.8952820301055908, -2.1179039478302, -1.604161262512207, -1.535662293434143, -1.7069097757339478, -1.4500385522842407, -1.535662293434143, -1.415789008140564, -1.878157377243042, -1.9124068021774292, -0.9362958669662476, -1.5014127492904663, -1.261666178703308, -1.5527870655059814, -1.7754088640213013, -1.2787909507751465, -1.2787909507751465, -1.2445415258407593, -1.5699117183685303, -1.3130404949188232, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -1.3986642360687256, -1.3472900390625, -1.604161262512207, -1.3301652669906616, -1.3301652669906616, -1.261666178703308, -1.3644146919250488, -1.1246682405471802, -1.1589176654815674, -1.0047948360443115, -0.9534205794334412, -1.1589176654815674, -1.2959157228469849, -1.4329137802124023, -1.3815394639968872, -0.9534205794334412, -1.2959157228469849, -1.3301652669906616, -1.2102919816970825, -1.1246682405471802, -1.0904186964035034, -0.9534205794334412, -0.9705453515052795, -1.02191960811615, -0.8506720662117004, -0.645175039768219, 0.3651854991912842, -0.2341809868812561, -0.31980475783348083, 0.3138112425804138, 0.3651854991912842, 0.5706825256347656, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.9816765785217285, 1.1357992887496948, 1.2385478019714355, 0.9645518660545349, 0.9303023219108582, 0.622056782245636, 0.2281874716281891, -0.3540542721748352, -1.02191960811615, -1.5185375213623047, -1.8610326051712036, -1.8610326051712036, -1.8439078330993652, -1.2959157228469849, -0.7821730971336365, 0.6049320101737976, 1.0844250917434692, 0.9645518660545349, 0.9816765785217285, 0.9474270939826965, 1.3584210872650146, 1.375545859336853, 1.4954191446304321, 1.3926706314086914, 1.3926706314086914, 1.6152924299240112, 1.3584210872650146, 1.3070467710494995, 1.444044828414917, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.101549744606018, 1.2727973461151123, 1.2214230298995972, 1.2385478019714355, 0.810429036617279, 0.27956172823905945, -1.7069097757339478, -2.01515531539917, -1.9980305433273315, -1.878157377243042, -0.2513057291507721, -2.032280206680298, -2.0665295124053955, 0.24531221389770508, 1.375545859336853, -1.878157377243042, -2.0665295124053955, 0.810429036617279, 1.718040943145752, -2.0836544036865234, -1.9124068021774292, -1.7754088640213013, -0.40542852878570557, 0.091189444065094, -0.18280673027038574, -0.6794245839118958, -1.2959157228469849, 1.0673003196716309, 1.3412963151931763, 1.0844250917434692, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 1.0330508947372437, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.5981676578521729, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 0.9816765785217285, 0.7933043241500854, 0.587807297706604, 0.26243698596954346, -0.2341809868812561, -0.7821730971336365, -1.0047948360443115, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.5185375213623047, -1.604161262512207, -1.7411593198776245, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -1.5527870655059814, -1.6384108066558838, -1.758284091949463, -1.6555355787277222, -1.758284091949463, -1.8267830610275269, -1.6384108066558838, -1.9809058904647827, -1.9980305433273315, -1.8096582889556885, -1.8952820301055908, 0.7933043241500854, 1.0159261226654053, 0.9303023219108582, 0.9303023219108582, 0.2110627144575119, -1.7754088640213013, -1.9980305433273315, -1.878157377243042, -1.4500385522842407, -1.5699117183685303, -1.535662293434143, -1.2445415258407593, -2.1179039478302, -1.8096582889556885, -1.1589176654815674, -1.3644146919250488, -1.261666178703308, -1.5699117183685303, -1.672660231590271, -1.5014127492904663, -1.2102919816970825, -1.2787909507751465, -1.535662293434143, -1.3644146919250488, -1.3986642360687256, -1.6212860345840454, -1.2787909507751465, -1.3986642360687256, -1.4329137802124023, -1.2959157228469849, -1.1589176654815674, -1.261666178703308, -1.141792893409729, -1.1760424375534058, -1.2102919816970825, -1.0390443801879883, -1.0047948360443115, -0.9020463228225708, -0.8506720662117004, -1.141792893409729, -0.8335473537445068, -1.073293924331665, -1.227416753768921, -1.2787909507751465, -1.2102919816970825, -1.1760424375534058, -1.1075434684753418, -1.1246682405471802, -1.1931672096252441, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.5081770420074463, -0.13143247365951538, 0.27956172823905945, 0.2110627144575119, 0.4508092403411865, 0.6049320101737976, 0.5364330410957336, 0.656306266784668, 0.8275538086891174, 0.6734310388565063, 0.8275538086891174, 0.5706825256347656, 0.7590547800064087, 0.8960528373718262, 1.18717360496521, 1.2385478019714355, 0.7419300675392151, -0.42255327105522156, -1.3644146919250488, -1.8952820301055908, -1.878157377243042, -1.8952820301055908, -1.3472900390625, 0.27956172823905945, 0.7248052954673767, 1.1186745166778564, 1.1186745166778564, 1.3412963151931763, 1.2727973461151123, 0.9988013505935669, 1.1186745166778564, 1.5125439167022705, 1.4269200563430786, 1.5810428857803345, 1.4782943725585938, 1.5981676578521729, 1.563918113708496, 1.6495418548583984, 1.4611696004867554, 1.2214230298995972, 1.5296685695648193, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3070467710494995, 1.18717360496521, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.4782943725585938, 1.5125439167022705, -1.0561691522598267, -0.9876701235771179, -1.5699117183685303, -0.30267998576164246, 1.5296685695648193, 1.7009161710739136, -1.5699117183685303, -2.032280206680298, 1.5467933416366577, 1.563918113708496, -2.0665295124053955, -1.261666178703308, -1.9124068021774292, -1.5527870655059814, -0.7650483250617981, -1.604161262512207, -1.8952820301055908, -0.9191710948944092, 1.4782943725585938, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 1.1357992887496948, 1.786539912223816, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 0.9988013505935669, 0.9131776094436646, 0.6391815543174744, 0.19393795728683472, -0.30267998576164246, -0.7479235529899597, -1.1931672096252441, -1.3986642360687256, -1.2787909507751465, -1.1246682405471802, -1.3130404949188232, -1.5527870655059814, -1.7069097757339478, -1.7411593198776245, -1.5699117183685303, -1.5014127492904663, -1.5870364904403687, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -0.7992978096008301, -1.9124068021774292, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -2.0494048595428467, -1.672660231590271, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.324171543121338, -2.032280206680298, -1.9809058904647827, -1.6555355787277222, -0.9534205794334412, -1.8267830610275269, -2.0494048595428467, -1.6897850036621094, -2.01515531539917, -2.1007792949676514, -1.9124068021774292, -1.415789008140564, -1.484287977218628, -1.604161262512207, -1.4500385522842407, -1.79253351688385, -2.0836544036865234, -1.1760424375534058, -1.5014127492904663, -1.535662293434143, -1.484287977218628, -1.484287977218628, -1.3644146919250488, -1.4329137802124023, -1.2959157228469849, -1.1931672096252441, -0.8677968382835388, -1.073293924331665, -1.141792893409729, -1.1246682405471802, -1.1246682405471802, -0.9191710948944092, -0.9876701235771179, -0.8849216103553772, -0.8335473537445068, -0.7307988405227661, -0.7136740684509277, -0.8164225816726685, -1.1075434684753418, -0.9362958669662476, -0.8849216103553772, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.2787909507751465, -1.0561691522598267, -0.7307988405227661, -0.21705622971057892, -0.06293346732854843, -0.16568197309970856, 0.29668647050857544, 0.15968845784664154, 0.15968845784664154, 0.6049320101737976, 0.29668647050857544, 0.3138112425804138, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.9303023219108582, 0.6049320101737976, 0.7761795520782471, 1.101549744606018, 1.0159261226654053, 0.4679340124130249, -0.43967801332473755, -1.1075434684753418, -1.8096582889556885, -1.8267830610275269, -1.758284091949463, -1.5699117183685303, -0.2684305012226105, 0.7248052954673767, 1.0673003196716309, 1.0673003196716309, 0.9816765785217285, 1.1529240608215332, 1.1700488328933716, 0.9988013505935669, 1.3926706314086914, 1.1529240608215332, 1.324171543121338, 1.5125439167022705, 1.6837913990020752, 1.4097954034805298, 1.5981676578521729, 1.5125439167022705, 1.5810428857803345, 1.2727973461151123, 1.444044828414917, 1.4097954034805298, 1.444044828414917, 1.5296685695648193, 1.5810428857803345, 1.4782943725585938, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.6666666269302368, 1.2727973461151123, 1.9406627416610718, 1.1529240608215332, -0.31980475783348083, 0.3651854991912842, 1.5981676578521729, -1.8096582889556885, -2.1007792949676514, -2.0836544036865234, -1.1760424375534058, -1.2102919816970825, -1.9295315742492676, -1.9295315742492676, -1.8267830610275269, 0.2281874716281891, -0.06293346732854843, -1.9809058904647827, -0.6622998118400574, 1.4782943725585938, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564], [1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 1.0501755475997925, 1.6666666269302368, 1.6837913990020752, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.1529240608215332, 0.9474270939826965, 0.8618032932281494, 0.7761795520782471, 0.2281874716281891, -0.2513057291507721, -0.7821730971336365, -1.1246682405471802, -1.4500385522842407, -1.4500385522842407, -1.3986642360687256, -1.2959157228469849, -1.3644146919250488, -1.5699117183685303, -1.7754088640213013, -1.8610326051712036, -1.7411593198776245, -1.6384108066558838, -1.7240345478057861, -1.6555355787277222, -1.9124068021774292, -1.758284091949463, -1.8610326051712036, -1.878157377243042, -1.758284091949463, -1.7240345478057861, -1.6555355787277222, -1.5185375213623047, -1.141792893409729, 0.9131776094436646, 0.656306266784668, -2.0665295124053955, -1.8096582889556885, -1.758284091949463, -1.3986642360687256, -0.8506720662117004, -1.7754088640213013, -2.1007792949676514, -1.02191960811615, -1.073293924331665, -0.8849216103553772, -1.3130404949188232, -1.8952820301055908, -2.032280206680298, -1.8952820301055908, -2.1007792949676514, -2.0665295124053955, -1.1246682405471802, -1.5527870655059814, -1.5870364904403687, -1.7069097757339478, -1.5185375213623047, -0.9876701235771179, -1.3644146919250488, -1.227416753768921, -1.4500385522842407, -1.261666178703308, -1.3130404949188232, -1.073293924331665, -1.4671632051467896, -1.1246682405471802, -1.0904186964035034, -1.3130404949188232, -0.9020463228225708, -1.0904186964035034, -0.8677968382835388, -0.9705453515052795, -0.576676070690155, -0.43967801332473755, -0.5081770420074463, -0.40542852878570557, -0.2684305012226105, -0.06293346732854843, 0.056939806789159775, -0.42255327105522156, -0.18280673027038574, -0.8335473537445068, -0.3883037567138672, -0.7479235529899597, 0.19393795728683472, 0.4508092403411865, 0.39943498373031616, 0.0740646943449974, 0.3309359848499298, 0.17681321501731873, 0.5535577535629272, 0.622056782245636, 0.6905558109283447, 0.810429036617279, 0.9645518660545349, 0.7761795520782471, 0.9816765785217285, 0.6905558109283447, 1.1357992887496948, 0.4679340124130249, 0.091189444065094, -0.576676070690155, -1.0047948360443115, -1.8267830610275269, -1.8439078330993652, -1.1075434684753418, -0.08005820959806442, 0.5364330410957336, 1.2042982578277588, 1.324171543121338, 1.5467933416366577, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.5467933416366577, 1.4097954034805298, 1.255672574043274, 1.444044828414917, 1.2214230298995972, 1.4782943725585938, 1.4097954034805298, 1.1357992887496948, 1.255672574043274, 1.2042982578277588, 1.3584210872650146, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.5125439167022705, 1.6837913990020752, 1.5125439167022705, 1.7009161710739136, 1.5296685695648193, 1.4269200563430786, 0.8446785807609558, 1.3584210872650146, 0.7248052954673767, -1.3130404949188232, 1.4269200563430786, -1.3815394639968872, 1.0673003196716309, 0.03981505334377289, 0.5193082690238953, -0.31980475783348083, 0.622056782245636, 0.622056782245636, 0.7590547800064087, 1.0330508947372437, -0.8335473537445068, -0.08005820959806442, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.7076805233955383, 1.2385478019714355, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.0330508947372437, 0.6391815543174744, 0.15968845784664154, -0.5081770420074463, -0.9362958669662476, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.484287977218628, -1.6555355787277222, -1.535662293434143, -1.5699117183685303, -1.5185375213623047, -1.5527870655059814, -1.604161262512207, -1.484287977218628, -1.3986642360687256, -1.9124068021774292, -1.8267830610275269, -1.8267830610275269, -1.878157377243042, -1.7069097757339478, -1.3986642360687256, -1.8610326051712036, -1.6384108066558838, -1.5699117183685303, -0.3711790144443512, -0.576676070690155, -1.1075434684753418, -1.5699117183685303, -0.9191710948944092, -1.4500385522842407, -0.3711790144443512, -1.6555355787277222, -2.1179039478302, -1.3472900390625, -1.5014127492904663, -1.535662293434143, -1.535662293434143, -1.5014127492904663, -2.0494048595428467, -1.4671632051467896, -1.5014127492904663, -1.3815394639968872, -0.9362958669662476, -1.3644146919250488, -1.5527870655059814, -1.5699117183685303, -1.5014127492904663, -1.79253351688385, -1.2787909507751465, -1.3130404949188232, -1.5014127492904663, -1.415789008140564, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.2787909507751465, -1.227416753768921, -1.415789008140564, -1.3130404949188232, -1.0904186964035034, -1.02191960811615, -0.8335473537445068, -0.5595512986183167, -0.6280503273010254, -0.7821730971336365, -0.18280673027038574, -0.045808710157871246, -0.18280673027038574, -0.19993148744106293, 0.02269030176103115, -0.011559205129742622, 0.0740646943449974, 0.19393795728683472, 0.38231024146080017, 0.3138112425804138, -0.30267998576164246, -0.21705622971057892, -0.14855723083019257, 0.056939806789159775, 0.3309359848499298, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7419300675392151, 0.810429036617279, 1.0159261226654053, 0.7761795520782471, 0.8960528373718262, 1.0673003196716309, 0.4679340124130249, -0.6280503273010254, -1.02191960811615, -1.6555355787277222, -1.6555355787277222, -1.7069097757339478, -0.08005820959806442, -0.16568197309970856, 0.8618032932281494, 0.7933043241500854, 1.2727973461151123, 1.375545859336853, 0.9816765785217285, 0.8618032932281494, 1.1186745166778564, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7522903680801392, 1.324171543121338, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.324171543121338, 1.1529240608215332, 1.4954191446304321, 1.6495418548583984, 1.6837913990020752, 1.5467933416366577, 1.324171543121338, 0.9645518660545349, 1.18717360496521, 1.5981676578521729, 1.2899221181869507, 1.5296685695648193, 1.5125439167022705, 1.9920369386672974, 1.444044828414917, 1.1357992887496948, 1.375545859336853, 1.718040943145752, -0.21705622971057892, 0.9303023219108582, 0.10831420123577118, 1.6837913990020752, 1.3926706314086914, 1.4782943725585938, 0.8446785807609558, 0.7590547800064087, 1.1700488328933716, 1.3926706314086914, 0.17681321501731873, 0.4508092403411865, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 1.101549744606018, 1.563918113708496, 1.786539912223816, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.18717360496521, 0.9645518660545349, 0.5535577535629272, -0.09718296676874161, -0.5595512986183167, -0.4910522699356079, -0.9020463228225708, -1.1246682405471802, -1.1931672096252441, -1.6555355787277222, -1.6212860345840454, -1.9295315742492676, -1.3815394639968872, -0.9534205794334412, -1.758284091949463, -1.6555355787277222, -1.79253351688385, -1.9295315742492676, -2.01515531539917, -1.9980305433273315, -2.1179039478302, -2.032280206680298, -1.758284091949463, -1.4500385522842407, -1.8096582889556885, -0.9705453515052795, -1.2787909507751465, 0.10831420123577118, 1.0501755475997925, 0.656306266784668, -1.3644146919250488, -1.878157377243042, -1.6555355787277222, -0.6794245839118958, -1.946656346321106, -1.9124068021774292, -1.5870364904403687, -1.3644146919250488, -1.3472900390625, -1.4671632051467896, -1.9637811183929443, -1.9809058904647827, -1.4671632051467896, -1.535662293434143, -1.0047948360443115, -1.2445415258407593, -1.4500385522842407, -1.6212860345840454, -1.415789008140564, -1.3644146919250488, -1.3986642360687256, -1.0390443801879883, -1.415789008140564, -1.3644146919250488, -0.43967801332473755, -0.3711790144443512, -1.02191960811615, -1.0047948360443115, -1.4329137802124023, -1.3130404949188232, -1.2102919816970825, -0.9705453515052795, -1.1246682405471802, -0.8506720662117004, -0.9020463228225708, -0.8677968382835388, -0.7479235529899597, -0.5081770420074463, -0.5595512986183167, -0.045808710157871246, 0.5364330410957336, 0.3138112425804138, -0.045808710157871246, -0.31980475783348083, -1.3986642360687256, -0.06293346732854843, 0.02269030176103115, 0.24531221389770508, 0.3480607271194458, 0.3138112425804138, 0.43368449807167053, 0.5193082690238953, 0.7590547800064087, 0.6905558109283447, 0.7419300675392151, 0.6734310388565063, 1.0330508947372437, 0.8618032932281494, 0.7933043241500854, 0.7933043241500854, 0.9131776094436646, 0.4679340124130249, -0.7821730971336365, -1.4671632051467896, -1.5870364904403687, -1.7411593198776245, -1.6897850036621094, -0.9534205794334412, -0.21705622971057892, 0.7076805233955383, 1.1529240608215332, 1.3926706314086914, 1.444044828414917, 1.4097954034805298, 1.2385478019714355, 1.0673003196716309, 0.9303023219108582, 0.810429036617279, 1.0844250917434692, 0.7590547800064087, 0.6734310388565063, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.2899221181869507, 1.5981676578521729, 1.5296685695648193, 1.444044828414917, 1.324171543121338, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.5810428857803345, 1.6152924299240112, 1.8036646842956543, 1.4611696004867554, 1.5296685695648193, 1.4782943725585938, 0.622056782245636, 1.3412963151931763, 0.43368449807167053, 1.4269200563430786, 0.7248052954673767, 0.4850587546825409, 1.2385478019714355, 1.5467933416366577, 1.1186745166778564, 0.9303023219108582, 0.5535577535629272, 1.0673003196716309, 0.29668647050857544, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.5706825256347656, 0.8789280652999878, 1.2042982578277588, 1.63241708278656, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3070467710494995, 1.1700488328933716, 0.8960528373718262, 0.39943498373031616, -0.09718296676874161, -0.4910522699356079, -0.7307988405227661, -0.21705622971057892, -0.8335473537445068, -0.7992978096008301, -0.8677968382835388, -1.2787909507751465, -1.672660231590271, -1.2102919816970825, 0.091189444065094, -1.415789008140564, -1.9295315742492676, -1.8610326051712036, -1.8439078330993652, -1.7754088640213013, -1.758284091949463, -1.7069097757339478, -1.758284091949463, -0.9020463228225708, -1.7069097757339478, -2.0836544036865234, -1.6555355787277222, -0.6280503273010254, -0.42255327105522156, -0.8335473537445068, -1.3130404949188232, -0.16568197309970856, -1.9637811183929443, -0.8164225816726685, -0.8677968382835388, -1.415789008140564, -1.79253351688385, -1.7411593198776245, -1.8267830610275269, -1.9295315742492676, -1.7240345478057861, -1.8952820301055908, -1.5870364904403687, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.5527870655059814, -1.672660231590271, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.484287977218628, -1.2787909507751465, -1.1931672096252441, -1.1931672096252441, -1.1246682405471802, -0.011559205129742622, -0.42255327105522156, -1.6384108066558838, -0.645175039768219, -0.6965492963790894, -1.2102919816970825, -1.02191960811615, -1.073293924331665, -0.9191710948944092, -0.6622998118400574, -0.8335473537445068, -0.4739275276660919, -0.5938007831573486, 0.4679340124130249, -0.14855723083019257, -0.06293346732854843, 0.7419300675392151, 0.7076805233955383, 0.587807297706604, 0.39943498373031616, 0.3138112425804138, 0.38231024146080017, 0.0055655487813055515, 0.03981505334377289, 0.5364330410957336, 0.7248052954673767, 0.6391815543174744, 0.7076805233955383, 0.7761795520782471, 0.7076805233955383, 0.622056782245636, 0.9474270939826965, 0.8789280652999878, 0.9645518660545349, 1.0501755475997925, 0.9303023219108582, -0.43967801332473755, -1.6384108066558838, -1.5527870655059814, -1.9124068021774292, -1.141792893409729, 0.0055655487813055515, 0.3138112425804138, 1.1357992887496948, 0.9303023219108582, 1.3584210872650146, 1.5467933416366577, 1.375545859336853, 1.2214230298995972, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 1.1529240608215332, 1.3926706314086914, 1.5467933416366577, 1.444044828414917, 1.2385478019714355, 0.9474270939826965, 1.3584210872650146, 1.6152924299240112, 1.563918113708496, 1.255672574043274, 1.1529240608215332, 1.255672574043274, 1.444044828414917, 1.8207894563674927, 1.6837913990020752, 1.786539912223816, 1.786539912223816, 1.0844250917434692, 1.8207894563674927, 1.1186745166778564, -0.14855723083019257, 1.0673003196716309, 0.8275538086891174, -0.5424265265464783, -0.14855723083019257, 0.8960528373718262, -0.045808710157871246, 0.8789280652999878, 0.4508092403411865, -1.6212860345840454, 0.8446785807609558, 1.324171543121338, -0.3883037567138672, 1.0501755475997925, 0.41655975580215454, 0.587807297706604, 1.4782943725585938, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.9816765785217285, 1.1357992887496948, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.2042982578277588, 1.101549744606018, 0.8275538086891174, 0.4679340124130249, 0.056939806789159775, -0.28555524349212646, -0.4910522699356079, -0.2341809868812561, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 0.6049320101737976, -0.13143247365951538, -0.28555524349212646, -0.19993148744106293, -0.645175039768219, -1.8096582889556885, -1.1931672096252441, -1.878157377243042, -1.9637811183929443, -1.8439078330993652, -1.7754088640213013, -1.3130404949188232, -0.1143077164888382, -1.672660231590271, -1.4329137802124023, -1.0390443801879883, -0.31980475783348083, -1.227416753768921, 0.12543895840644836, -0.7136740684509277, 0.39943498373031616, -0.6280503273010254, -0.3369295001029968, -1.0561691522598267, -1.1760424375534058, -1.8267830610275269, -1.8267830610275269, -1.672660231590271, -1.5527870655059814, -1.7069097757339478, -1.5014127492904663, -1.535662293434143, -1.5014127492904663, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -1.7411593198776245, -1.1589176654815674, -1.6384108066558838, -1.3472900390625, -0.9020463228225708, -1.1931672096252441, -0.43967801332473755, -1.0904186964035034, -0.43967801332473755, -1.3815394639968872, -0.3883037567138672, -0.7650483250617981, -1.141792893409729, -0.06293346732854843, -1.0047948360443115, -1.0904186964035034, -1.1075434684753418, -0.8677968382835388, -0.9362958669662476, -0.8335473537445068, -0.6622998118400574, 0.41655975580215454, 0.6049320101737976, -0.06293346732854843, 0.091189444065094, -0.02868395671248436, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.27956172823905945, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.4850587546825409, 0.27956172823905945, 0.656306266784668, 0.7248052954673767, 0.7933043241500854, 0.7248052954673767, 0.9131776094436646, 1.0330508947372437, 0.9816765785217285, 0.810429036617279, 0.6049320101737976, -0.02868395671248436, -1.3130404949188232, -1.8267830610275269, -1.7411593198776245, -0.6794245839118958, 0.2281874716281891, 0.6905558109283447, 0.4850587546825409, 0.5021834969520569, 0.6391815543174744, 1.101549744606018, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.18717360496521, 1.2214230298995972, 1.0501755475997925, 1.0330508947372437, 0.810429036617279, 0.3651854991912842, 0.12543895840644836, 0.5706825256347656, 0.7419300675392151, 0.9645518660545349, 1.1186745166778564, 1.4097954034805298, 1.6152924299240112, 1.4611696004867554, 1.5296685695648193, 1.786539912223816, 1.375545859336853, 1.2042982578277588, 1.63241708278656, 0.9988013505935669, 1.7009161710739136, 1.5296685695648193, 1.2214230298995972, 0.7248052954673767, 0.5021834969520569, 0.091189444065094, 0.19393795728683472, 0.0740646943449974, -0.7307988405227661, -0.4739275276660919, -0.21705622971057892, -0.3883037567138672, 0.5193082690238953, 1.2727973461151123, 1.0330508947372437, 1.2727973461151123, -0.3883037567138672, 0.0055655487813055515, 1.8036646842956543, 1.5981676578521729, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 0.9816765785217285, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.7761795520782471, 0.9131776094436646, 1.1700488328933716, 1.4782943725585938, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.3584210872650146, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 0.5706825256347656, 0.3480607271194458, 0.0740646943449974, 0.38231024146080017, 0.4850587546825409, 0.6734310388565063, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.587807297706604, 0.0055655487813055515, 0.3138112425804138, 0.5364330410957336, -0.42255327105522156, -1.2787909507751465, -1.2787909507751465, -1.8096582889556885, -1.9295315742492676, -1.8439078330993652, -1.0561691522598267, -1.261666178703308, -1.227416753768921, -1.073293924331665, -1.1075434684753418, -0.7136740684509277, -0.645175039768219, 0.14256370067596436, 0.17681321501731873, -0.09718296676874161, 0.0055655487813055515, 0.43368449807167053, 0.27956172823905945, -0.19993148744106293, -1.484287977218628, -1.672660231590271, -1.5699117183685303, -1.9295315742492676, -1.5527870655059814, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6897850036621094, -1.6555355787277222, -1.672660231590271, -1.2102919816970825, -1.604161262512207, -1.3815394639968872, -0.4739275276660919, -0.9705453515052795, -1.604161262512207, -0.610925555229187, -0.5081770420074463, -0.9876701235771179, -0.09718296676874161, -0.5595512986183167, 0.41655975580215454, 0.0740646943449974, 0.27956172823905945, 0.091189444065094, -0.8164225816726685, -0.6280503273010254, -0.5253018140792847, -0.21705622971057892, -0.42255327105522156, -0.8677968382835388, 0.38231024146080017, -0.13143247365951538, 0.2281874716281891, -0.045808710157871246, -0.610925555229187, -0.011559205129742622, 0.3651854991912842, 0.24531221389770508, 0.3309359848499298, 0.41655975580215454, 0.5535577535629272, 0.6734310388565063, 0.6734310388565063, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9988013505935669, 0.9131776094436646, 1.1529240608215332, 0.7761795520782471, 0.24531221389770508, -0.9362958669662476, -1.7754088640213013, -1.484287977218628, -0.09718296676874161, 0.8960528373718262, 1.0844250917434692, 0.9303023219108582, 1.3584210872650146, 1.4954191446304321, 1.3926706314086914, 0.8960528373718262, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.2214230298995972, 1.3412963151931763, 1.1186745166778564, 1.4097954034805298, 1.2727973461151123, 0.5706825256347656, 0.39943498373031616, 0.7590547800064087, 0.8960528373718262, 0.9131776094436646, 1.0501755475997925, 1.3070467710494995, 1.5467933416366577, 1.563918113708496, 1.324171543121338, 0.7761795520782471, 1.324171543121338, 1.3412963151931763, 1.3070467710494995, -1.5014127492904663, 0.7590547800064087, 0.587807297706604, -0.13143247365951538, 0.2110627144575119, -0.8677968382835388, -0.30267998576164246, 1.3926706314086914, -1.141792893409729, -0.1143077164888382, -0.16568197309970856, -0.576676070690155, 0.43368449807167053, -0.5081770420074463, 1.0673003196716309, 0.4508092403411865, -0.21705622971057892, -0.2684305012226105, 1.6152924299240112, 1.2385478019714355, 0.9474270939826965, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.7933043241500854, 0.9988013505935669, 1.18717360496521, 1.4097954034805298, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.444044828414917, 1.375545859336853, 1.255672574043274, 1.1529240608215332, 1.0501755475997925, 0.8960528373718262, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 1.0501755475997925, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.4679340124130249, -0.011559205129742622, -0.6280503273010254, -0.8506720662117004, -0.5081770420074463, -0.8506720662117004, -1.1589176654815674, -0.9362958669662476, -0.610925555229187, -0.011559205129742622, 0.26243698596954346, 0.02269030176103115, 0.810429036617279, 0.4508092403411865, 0.587807297706604, 0.622056782245636, 0.3651854991912842, -0.16568197309970856, -1.227416753768921, -0.610925555229187, -2.0494048595428467, -1.79253351688385, -1.6384108066558838, -1.7411593198776245, -1.6897850036621094, -1.6555355787277222, -1.7754088640213013, -1.6555355787277222, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.4910522699356079, -1.1246682405471802, -0.08005820959806442, -0.7992978096008301, -0.9191710948944092, -0.3369295001029968, -0.011559205129742622, -0.5081770420074463, 0.5021834969520569, 0.39943498373031616, -0.1143077164888382, 0.091189444065094, 0.3651854991912842, 0.38231024146080017, 0.0740646943449974, 0.4679340124130249, 0.19393795728683472, -0.28555524349212646, -0.06293346732854843, -0.011559205129742622, 0.14256370067596436, 0.41655975580215454, 0.5535577535629272, 0.2281874716281891, 0.622056782245636, 0.43368449807167053, 0.5021834969520569, 0.5706825256347656, 0.38231024146080017, 0.4679340124130249, 0.5364330410957336, 0.656306266784668, 0.7761795520782471, 0.5535577535629272, 0.9131776094436646, 0.9131776094436646, 0.7933043241500854, 0.5535577535629272, 0.4850587546825409, 0.9474270939826965, 0.587807297706604, -1.415789008140564, -1.7411593198776245, -1.4329137802124023, 0.17681321501731873, 0.02269030176103115, 0.9131776094436646, 0.587807297706604, 1.0501755475997925, 1.0673003196716309, 1.3070467710494995, 1.324171543121338, 1.444044828414917, 1.255672574043274, 0.9988013505935669, 0.9303023219108582, 1.444044828414917, 1.3926706314086914, 0.3651854991912842, 0.8446785807609558, 1.255672574043274, 1.1700488328933716, 0.9131776094436646, 0.587807297706604, 0.9303023219108582, 0.7590547800064087, 0.5535577535629272, 0.24531221389770508, 0.43368449807167053, 0.7933043241500854, 0.8446785807609558, 1.0673003196716309, 1.1357992887496948, 0.8446785807609558, 0.5364330410957336, 0.7076805233955383, -0.8164225816726685, -1.3644146919250488, -1.0390443801879883, -0.1143077164888382, -0.4739275276660919, -1.0047948360443115, 1.2214230298995972, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -1.8096582889556885, -0.645175039768219, 0.0740646943449974, 0.5021834969520569, -0.2513057291507721, -1.8096582889556885, -0.7479235529899597, 1.3412963151931763, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 1.4097954034805298, 1.5467933416366577, 1.63241708278656, 1.6837913990020752, 1.6837913990020752, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4611696004867554, 1.375545859336853, 1.2727973461151123, 1.1357992887496948, 1.0159261226654053, 0.9474270939826965, 0.8446785807609558, 0.7248052954673767, 0.7248052954673767, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.7248052954673767, 0.810429036617279, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.8446785807609558, 0.39943498373031616, -0.30267998576164246, 0.2110627144575119, -0.045808710157871246, -0.2513057291507721, 0.7419300675392151, -0.2341809868812561, 0.810429036617279, 0.6049320101737976, 0.7419300675392151, 0.7933043241500854, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.4679340124130249, 0.6391815543174744, -0.19993148744106293, -0.14855723083019257, -1.2102919816970825, -0.6622998118400574, -1.5870364904403687, -1.7754088640213013, -1.5014127492904663, -1.9124068021774292, -1.3986642360687256, -1.9809058904647827, -1.0390443801879883, -1.073293924331665, -0.06293346732854843, -1.141792893409729, -0.6965492963790894, -0.1143077164888382, 0.02269030176103115, -0.8164225816726685, -0.6965492963790894, 0.02269030176103115, 0.091189444065094, 0.3309359848499298, -0.2513057291507721, 0.5021834969520569, 0.091189444065094, 0.9988013505935669, 0.5535577535629272, 0.4679340124130249, 0.3138112425804138, 0.03981505334377289, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, -0.08005820959806442, 0.5535577535629272, 0.4850587546825409, 0.4679340124130249, 0.2110627144575119, 0.14256370067596436, 0.41655975580215454, 0.6734310388565063, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.6905558109283447, 1.0330508947372437, 0.9303023219108582, 1.0844250917434692, 0.8275538086891174, 1.101549744606018, 0.7590547800064087, 0.6734310388565063, 0.7076805233955383, -1.2959157228469849, -1.8096582889556885, -1.7411593198776245, -0.7992978096008301, 0.9645518660545349, 0.587807297706604, 0.7590547800064087, 1.4097954034805298, 1.1529240608215332, 1.4097954034805298, 1.101549744606018, 1.0501755475997925, 1.18717360496521, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.8960528373718262, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.17681321501731873, -0.43967801332473755, -0.09718296676874161, -0.42255327105522156, 0.43368449807167053, 0.656306266784668, 0.8960528373718262, -0.02868395671248436, -0.9534205794334412, -1.0904186964035034, -1.1589176654815674, -1.5185375213623047, -1.3301652669906616, -0.8164225816726685, 0.9303023219108582, -1.604161262512207, -1.4329137802124023, -0.2341809868812561, -1.3130404949188232, -1.9980305433273315, -1.758284091949463, -1.8267830610275269, -1.2445415258407593, -1.2445415258407593, 0.43368449807167053, 0.7933043241500854, 0.9303023219108582, 0.8789280652999878, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7076805233955383, 0.9645518660545349, 1.4611696004867554, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.5810428857803345, 1.4611696004867554, 1.3070467710494995, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 0.9988013505935669, 0.8960528373718262, 0.8618032932281494, 0.9474270939826965, 0.9816765785217285, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.7933043241500854, 0.24531221389770508, -0.2513057291507721, -0.2341809868812561, 0.38231024146080017, 0.0055655487813055515, 0.24531221389770508, 0.5364330410957336, 0.2281874716281891, 0.19393795728683472, 0.656306266784668, 0.8789280652999878, 0.8618032932281494, 1.2214230298995972, 1.0673003196716309, 1.1357992887496948, 1.101549744606018, 1.2214230298995972, 0.9303023219108582, 0.6049320101737976, 0.3309359848499298, -0.9362958669662476, -1.4329137802124023, -0.6965492963790894, 0.7076805233955383, -0.31980475783348083, -1.1075434684753418, -0.8506720662117004, -0.9534205794334412, -1.4671632051467896, -1.6212860345840454, -1.535662293434143, -0.06293346732854843, 0.27956172823905945, 0.091189444065094, 0.03981505334377289, 0.02269030176103115, -0.14855723083019257, 0.29668647050857544, 0.5706825256347656, 0.5193082690238953, 0.6049320101737976, 0.5021834969520569, 0.810429036617279, 0.8960528373718262, 0.6905558109283447, 0.8275538086891174, 0.8789280652999878, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.14256370067596436, 0.3138112425804138, 0.3138112425804138, 0.2110627144575119, 0.5535577535629272, 0.6049320101737976, 0.41655975580215454, 0.5706825256347656, 0.622056782245636, 0.39943498373031616, 0.587807297706604, 0.8275538086891174, 0.9303023219108582, 1.0501755475997925, 0.7761795520782471, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 1.0673003196716309, 0.9131776094436646, 0.587807297706604, -0.9020463228225708, -1.7754088640213013, -1.8096582889556885, -0.2684305012226105, -0.4568027853965759, 0.6905558109283447, 0.8446785807609558, 1.18717360496521, 1.375545859336853, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2899221181869507, 1.0330508947372437, 0.7933043241500854, 1.2899221181869507, 1.3584210872650146, 1.2727973461151123, 1.1186745166778564, 0.8275538086891174, 0.4679340124130249, 0.7761795520782471, 0.6049320101737976, 0.02269030176103115, 0.8275538086891174, 0.41655975580215454, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 1.0844250917434692, 1.5467933416366577, 1.2727973461151123, 0.4679340124130249, -1.0561691522598267, -1.4329137802124023, -0.9020463228225708, -0.1143077164888382, -0.8849216103553772, -1.02191960811615, 0.3651854991912842, -0.8164225816726685, -1.4671632051467896, 0.5535577535629272, -0.9705453515052795, -1.7069097757339478, -1.5527870655059814, -1.6384108066558838, -1.5014127492904663, -1.3986642360687256, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.9988013505935669, 1.0673003196716309, 1.2385478019714355, 1.4611696004867554, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.5981676578521729, 1.4954191446304321, 1.375545859336853, 1.2385478019714355, 1.2042982578277588, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0501755475997925, 1.1700488328933716, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2385478019714355, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.091189444065094, -0.19993148744106293, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 1.0330508947372437, 0.9988013505935669, 1.101549744606018, 1.1529240608215332, 1.3584210872650146, 1.18717360496521, 1.1186745166778564, 1.2042982578277588, 1.0330508947372437, 0.587807297706604, -0.2341809868812561, 0.39943498373031616, -0.02868395671248436, -0.30267998576164246, -0.6794245839118958, 0.9131776094436646, 0.4679340124130249, 0.15968845784664154, -0.08005820959806442, -0.5253018140792847, -0.40542852878570557, 0.03981505334377289, -0.6280503273010254, 0.17681321501731873, -0.045808710157871246, 0.10831420123577118, 0.14256370067596436, 0.3480607271194458, 0.7248052954673767, 0.43368449807167053, 0.7076805233955383, 0.41655975580215454, 0.8446785807609558, 0.5535577535629272, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.6905558109283447, 0.38231024146080017, 0.4850587546825409, 0.4508092403411865, 0.3309359848499298, 0.3651854991912842, 0.24531221389770508, 0.17681321501731873, 0.27956172823905945, 0.7590547800064087, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6734310388565063, 0.8618032932281494, 0.7761795520782471, 0.9988013505935669, 1.2214230298995972, 1.324171543121338, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, 0.810429036617279, -0.09718296676874161, -1.6212860345840454, -1.9809058904647827, 0.02269030176103115, 0.5364330410957336, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 1.2385478019714355, 1.1186745166778564, 1.2214230298995972, 1.2727973461151123, 1.4269200563430786, 1.5125439167022705, 1.3070467710494995, 1.2042982578277588, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 0.5021834969520569, 1.1700488328933716, 1.2385478019714355, 0.8446785807609558, 0.3480607271194458, 1.3412963151931763, 0.8960528373718262, 0.7761795520782471, 0.3651854991912842, 0.3138112425804138, 0.15968845784664154, 0.24531221389770508, 0.5193082690238953, 0.19393795728683472, 0.656306266784668, 0.3309359848499298, 0.38231024146080017, -0.06293346732854843, 0.9645518660545349, -1.1246682405471802, -0.9705453515052795, -0.9705453515052795, -1.0561691522598267, -1.5014127492904663, 0.03981505334377289, 0.19393795728683472, -1.1589176654815674, -0.5595512986183167, -0.6965492963790894, -1.415789008140564, -1.4329137802124023, -1.1075434684753418, -1.227416753768921, -1.227416753768921, 0.8960528373718262, 1.0159261226654053, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.4269200563430786, 1.3412963151931763, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.8789280652999878, 1.0673003196716309, 1.2385478019714355, 1.3926706314086914, 1.563918113708496, 1.63241708278656, 1.6837913990020752, 1.718040943145752, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.810429036617279, 1.0844250917434692, 1.101549744606018, 1.324171543121338, 1.1357992887496948, 1.2385478019714355, 1.3070467710494995, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 0.9816765785217285, 1.0159261226654053, 0.8446785807609558, 0.7933043241500854, 1.0673003196716309, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.3584210872650146, 1.2385478019714355, 0.810429036617279, 0.8960528373718262, 0.3651854991912842, 0.9474270939826965, -0.42255327105522156, 0.3309359848499298, 0.587807297706604, 0.9131776094436646, 0.3309359848499298, 0.5706825256347656, 0.5364330410957336, 0.8275538086891174, 0.27956172823905945, 0.091189444065094, -0.2341809868812561, 0.622056782245636, 0.2110627144575119, 0.656306266784668, -0.13143247365951538, 0.5364330410957336, 0.622056782245636, 0.3138112425804138, 0.622056782245636, 0.4508092403411865, 0.8275538086891174, 0.4679340124130249, 0.6391815543174744, 0.6391815543174744, 0.5193082690238953, 0.587807297706604, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.7590547800064087, 0.3651854991912842, 0.587807297706604, 0.8618032932281494, 0.5021834969520569, 0.7761795520782471, 0.7248052954673767, 0.9474270939826965, 0.7933043241500854, 0.9474270939826965, 1.2042982578277588, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 1.0673003196716309, 0.5535577535629272, -0.7307988405227661, -1.8439078330993652, -1.0390443801879883, 0.5706825256347656, 0.6734310388565063, 0.6734310388565063, 0.3309359848499298, 0.810429036617279, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.255672574043274, 1.3412963151931763, 1.4611696004867554, 1.3412963151931763, 0.9131776094436646, 0.9645518660545349, 1.0673003196716309, 1.3070467710494995, 1.3412963151931763, 1.4954191446304321, 0.5706825256347656, 0.9303023219108582, 0.6049320101737976, 0.6391815543174744, 0.9988013505935669, 0.7590547800064087, 0.9645518660545349, -0.09718296676874161, 0.7590547800064087, -0.14855723083019257, 0.5535577535629272, 0.3309359848499298, 0.9988013505935669, 0.9131776094436646, 1.2042982578277588, 0.810429036617279, 0.7076805233955383, -0.14855723083019257, -1.0047948360443115, -1.0390443801879883, -0.7136740684509277, -1.0390443801879883, -1.5014127492904663, -0.5253018140792847, 0.29668647050857544, -1.3986642360687256, -0.7992978096008301, -0.7821730971336365, -1.3130404949188232, -1.4329137802124023, -1.4500385522842407, -1.4329137802124023, -0.7136740684509277, 0.8446785807609558, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878], [1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 1.0159261226654053, 1.0159261226654053, 1.2214230298995972, 1.5467933416366577, 1.6152924299240112, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 0.9303023219108582, 0.8618032932281494, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 1.0673003196716309, 1.0501755475997925, 1.101549744606018, 0.9303023219108582, 1.1357992887496948, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.4097954034805298, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.1186745166778564, 1.2042982578277588, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 1.0159261226654053, 0.9303023219108582, 1.0673003196716309, 1.0673003196716309, 0.8960528373718262, 0.9645518660545349, 1.0330508947372437, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.810429036617279, 0.7419300675392151, 0.622056782245636, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 0.622056782245636, 0.4679340124130249, 0.39943498373031616, 0.5364330410957336, 0.41655975580215454, 0.19393795728683472, 0.3480607271194458, 0.6391815543174744, 0.7248052954673767, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 0.7590547800064087, 1.2727973461151123, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.2899221181869507, 1.1186745166778564, 1.0673003196716309, 0.8789280652999878, -0.02868395671248436, -1.2102919816970825, -1.3986642360687256, -0.5938007831573486, -0.3883037567138672, 0.7590547800064087, 0.9988013505935669, 0.8446785807609558, 0.8275538086891174, 1.2899221181869507, 1.1357992887496948, 1.3412963151931763, 1.3584210872650146, 1.4954191446304321, 1.0159261226654053, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.255672574043274, 1.1357992887496948, 0.6905558109283447, 0.6734310388565063, 0.5021834969520569, 0.9303023219108582, 0.9816765785217285, 0.656306266784668, 0.9816765785217285, 0.8618032932281494, 0.7590547800064087, 0.7419300675392151, -0.21705622971057892, 0.6905558109283447, 0.29668647050857544, 0.3309359848499298, 0.9474270939826965, 0.9131776094436646, 1.3926706314086914, 0.9131776094436646, 1.375545859336853, 1.0844250917434692, 0.6391815543174744, -0.7307988405227661, -1.5527870655059814, -1.3130404949188232, -1.4329137802124023, -1.5870364904403687, -1.4671632051467896, 0.02269030176103115, -1.6555355787277222, -1.073293924331665, -0.6622998118400574, -0.9876701235771179, -1.3986642360687256, -1.3986642360687256, -1.4671632051467896, -0.1143077164888382, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494], [1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 1.1529240608215332, 1.2042982578277588, 1.3412963151931763, 1.5125439167022705, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.5810428857803345, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.255672574043274, 1.18717360496521, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 0.9303023219108582, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 0.7933043241500854, 0.5535577535629272, 0.5364330410957336, 0.6049320101737976, 0.4850587546825409, 0.5364330410957336, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.8960528373718262, 0.9816765785217285, 1.101549744606018, 1.2899221181869507, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.1700488328933716, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.101549744606018, 1.1700488328933716, 0.9816765785217285, 0.810429036617279, 1.1357992887496948, 0.8789280652999878, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 0.6049320101737976, 0.12543895840644836, 0.5706825256347656, 0.7248052954673767, 0.622056782245636, 0.6391815543174744, 0.5535577535629272, 0.4508092403411865, 0.3480607271194458, 0.38231024146080017, 0.5021834969520569, 0.5193082690238953, 0.6391815543174744, 0.5364330410957336, 0.3480607271194458, 0.6905558109283447, 0.7761795520782471, 0.7076805233955383, 0.8275538086891174, 0.7590547800064087, 0.5706825256347656, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.6905558109283447, 0.6049320101737976, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 0.8275538086891174, 1.0673003196716309, 0.5193082690238953, -1.073293924331665, -1.5527870655059814, -1.5014127492904663, 0.0740646943449974, 0.656306266784668, 0.810429036617279, 0.9474270939826965, 1.1357992887496948, 1.1529240608215332, 1.3584210872650146, 1.101549744606018, 1.4097954034805298, 1.0159261226654053, 1.2214230298995972, 1.2899221181869507, 1.3926706314086914, 0.6391815543174744, 0.4679340124130249, 1.0159261226654053, 0.8618032932281494, 0.7076805233955383, 0.9131776094436646, 1.1700488328933716, 0.7933043241500854, 0.9988013505935669, 0.8618032932281494, 1.0844250917434692, 0.9303023219108582, 0.43368449807167053, 0.8789280652999878, 0.24531221389770508, 0.5535577535629272, 0.43368449807167053, 0.8789280652999878, 0.9816765785217285, 1.0159261226654053, 0.810429036617279, 1.3584210872650146, 0.656306266784668, 1.1357992887496948, 0.29668647050857544, -0.8506720662117004, -1.7069097757339478, -1.4671632051467896, -1.3472900390625, -1.5185375213623047, -1.3644146919250488, -0.3540542721748352, -1.7240345478057861, -1.2959157228469849, -0.7479235529899597, -1.0047948360443115, -1.1075434684753418, -1.3986642360687256, -1.3815394639968872, 0.7076805233955383, 0.8960528373718262, 0.8789280652999878], [1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 1.0159261226654053, 1.1529240608215332, 1.3584210872650146, 1.5296685695648193, 1.6152924299240112, 1.6666666269302368, 1.6666666269302368, 1.563918113708496, 1.5125439167022705, 1.444044828414917, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.8789280652999878, 0.7419300675392151, 0.6734310388565063, 0.8789280652999878, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.7761795520782471, 0.810429036617279, 0.9303023219108582, 0.7933043241500854, 0.7419300675392151, 0.9645518660545349, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.2899221181869507, 1.4269200563430786, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.18717360496521, 0.9988013505935669, 1.0159261226654053, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.1186745166778564, 1.0501755475997925, 0.7761795520782471, 0.9303023219108582, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.6049320101737976, 0.6905558109283447, 0.9131776094436646, 0.5021834969520569, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6049320101737976, 0.622056782245636, 0.7933043241500854, 0.7933043241500854, 0.7419300675392151, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.8275538086891174, 0.9645518660545349, 0.7933043241500854, 0.7590547800064087, 1.0159261226654053, 0.9303023219108582, 0.622056782245636, 0.9303023219108582, 1.0673003196716309, 1.0501755475997925, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 0.5193082690238953, -1.02191960811615, -1.9295315742492676, -0.8506720662117004, -0.2513057291507721, 0.5021834969520569, 0.587807297706604, 0.9988013505935669, 1.2042982578277588, 0.587807297706604, 1.1357992887496948, 1.0844250917434692, 1.2899221181869507, 1.324171543121338, 0.9474270939826965, 0.7248052954673767, 1.1357992887496948, 0.622056782245636, 0.9645518660545349, 0.4679340124130249, 0.810429036617279, 0.7248052954673767, 0.7761795520782471, 0.7419300675392151, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 0.38231024146080017, 0.7761795520782471, 0.9645518660545349, 0.4850587546825409, 0.8960528373718262, 0.7761795520782471, 0.9131776094436646, 1.18717360496521, 1.2899221181869507, 0.6905558109283447, 1.0159261226654053, 1.2899221181869507, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.15968845784664154, -0.2513057291507721, -1.5527870655059814, -1.5014127492904663, -1.3815394639968872, -1.484287977218628, -1.2445415258407593, -1.1246682405471802, -1.7069097757339478, -1.02191960811615, -0.9534205794334412, -1.0904186964035034, -0.7136740684509277, -1.5014127492904663, -1.5527870655059814, 0.9645518660545349, 0.8789280652999878], [1.4269200563430786, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0673003196716309, 1.1700488328933716, 1.2727973461151123, 1.3926706314086914, 1.4611696004867554, 1.6152924299240112, 1.6152924299240112, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.375545859336853, 1.3412963151931763, 1.2385478019714355, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.7933043241500854, 0.810429036617279, 0.656306266784668, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.3309359848499298, 0.5021834969520569, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.9131776094436646, 0.7761795520782471, 0.8960528373718262, 0.38231024146080017, 0.5364330410957336, 0.7590547800064087, 0.8618032932281494, 1.0159261226654053, 0.7419300675392151, 0.8789280652999878, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.2214230298995972, 1.375545859336853, 1.2214230298995972, 0.9816765785217285, 0.8789280652999878, 0.7590547800064087, 1.1186745166778564, 1.0844250917434692, 1.1186745166778564, 1.0844250917434692, 0.7933043241500854, 0.6049320101737976, 0.810429036617279, 0.8275538086891174, 0.24531221389770508, -0.06293346732854843, 0.8275538086891174, 0.3480607271194458, 0.656306266784668, 0.5535577535629272, 0.6905558109283447, 0.41655975580215454, 0.5364330410957336, 0.7933043241500854, 0.7761795520782471, 0.6734310388565063, 0.2281874716281891, 0.38231024146080017, 0.5535577535629272, 0.8446785807609558, 0.5535577535629272, 0.622056782245636, 0.5706825256347656, 0.8446785807609558, 0.5021834969520569, 0.8960528373718262, -0.08005820959806442, 0.7933043241500854, 0.7590547800064087, 0.656306266784668, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2385478019714355, 1.1186745166778564, 1.2727973461151123, 1.1529240608215332, 1.1529240608215332, 0.4850587546825409, -0.3711790144443512, -1.758284091949463, -1.6555355787277222, 0.03981505334377289, 0.02269030176103115, 0.27956172823905945, 0.8789280652999878, 0.38231024146080017, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.444044828414917, 1.1186745166778564, 1.0330508947372437, 1.1357992887496948, 0.9816765785217285, 0.9645518660545349, 0.7761795520782471, 1.0501755475997925, 1.0330508947372437, 0.5706825256347656, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.8960528373718262, 0.2110627144575119, 0.6391815543174744, 0.9816765785217285, 0.5193082690238953, 0.3480607271194458, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.41655975580215454, 0.5193082690238953, 0.2110627144575119, 0.5021834969520569, 0.587807297706604, 0.3651854991912842, 0.41655975580215454, 0.8446785807609558, -0.14855723083019257, -0.09718296676874161, -0.4910522699356079, -1.4671632051467896, -1.5699117183685303, -1.4329137802124023, -1.227416753768921, -1.2959157228469849, -1.5527870655059814, -1.2445415258407593, -1.2787909507751465, -0.9020463228225708, -0.9876701235771179, -1.2787909507751465, -1.535662293434143, -1.2445415258407593, 1.718040943145752], [1.3926706314086914, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.1357992887496948, 1.3412963151931763, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.5467933416366577, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.2727973461151123, 1.2042982578277588, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.8618032932281494, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.8275538086891174, 0.7590547800064087, 0.9474270939826965, 0.9816765785217285, 0.7590547800064087, 0.7419300675392151, 0.6049320101737976, 0.9131776094436646, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.1186745166778564, 0.9645518660545349, 1.0159261226654053, 1.1357992887496948, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 0.8618032932281494, 0.7076805233955383, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.587807297706604, 0.5021834969520569, 0.41655975580215454, 0.27956172823905945, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.656306266784668, 0.6734310388565063, 0.5193082690238953, 0.6391815543174744, 0.7419300675392151, 0.6049320101737976, 0.5193082690238953, 0.03981505334377289, 0.27956172823905945, 0.3651854991912842, 0.6391815543174744, 0.5021834969520569, 0.7590547800064087, 0.7761795520782471, 0.4508092403411865, 0.4679340124130249, 0.7590547800064087, 0.7761795520782471, 1.18717360496521, 1.0844250917434692, 1.1186745166778564, 1.2385478019714355, 1.3412963151931763, 1.324171543121338, 1.1700488328933716, 0.810429036617279, -0.1143077164888382, -1.878157377243042, -1.4329137802124023, -1.1931672096252441, -1.1075434684753418, 0.4679340124130249, 0.43368449807167053, 0.5535577535629272, 1.0330508947372437, 1.3926706314086914, 0.9645518660545349, 0.7761795520782471, 0.9645518660545349, 1.2385478019714355, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.2385478019714355, 0.7761795520782471, 0.656306266784668, 0.6905558109283447, 0.622056782245636, 0.7419300675392151, 0.9303023219108582, 0.5021834969520569, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.41655975580215454, 0.5193082690238953, 0.2281874716281891, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.4508092403411865, 0.3480607271194458, 0.5706825256347656, 0.19393795728683472, 0.091189444065094, 0.7248052954673767, 0.02269030176103115, 0.5021834969520569, 0.41655975580215454, -0.7479235529899597, -1.3472900390625, -1.6212860345840454, -1.4329137802124023, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.3644146919250488, -1.0561691522598267, -0.9191710948944092, -1.02191960811615, -1.261666178703308, -1.415789008140564, -0.6965492963790894], [1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.2042982578277588, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.324171543121338, 1.2385478019714355, 1.1529240608215332, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.7933043241500854, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.8446785807609558, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.7590547800064087, 0.9645518660545349, 0.8618032932281494, 1.1186745166778564, 0.9645518660545349, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.1529240608215332, 1.0501755475997925, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 0.6391815543174744, 0.8789280652999878, 1.0159261226654053, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 1.18717360496521, 0.6049320101737976, 1.0330508947372437, 1.0330508947372437, 0.8446785807609558, 0.7933043241500854, 0.8960528373718262, 0.7248052954673767, 0.7590547800064087, 0.587807297706604, 0.7248052954673767, 0.6049320101737976, 0.6391815543174744, 0.5706825256347656, 0.27956172823905945, 0.14256370067596436, 0.39943498373031616, 0.2281874716281891, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.6734310388565063, 0.8275538086891174, 0.6905558109283447, 0.7419300675392151, 0.6391815543174744, 0.4508092403411865, 0.5706825256347656, 0.3651854991912842, 0.622056782245636, 0.41655975580215454, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.18717360496521, 1.0673003196716309, 1.1357992887496948, 0.9645518660545349, -0.09718296676874161, -1.535662293434143, -1.7411593198776245, -0.9020463228225708, -1.261666178703308, -0.4568027853965759, 0.6049320101737976, 1.101549744606018, 0.7933043241500854, 0.6391815543174744, 0.587807297706604, 0.6905558109283447, 1.1357992887496948, 0.7419300675392151, 0.8960528373718262, 0.7761795520782471, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 0.7590547800064087, 1.324171543121338, 0.7419300675392151, 0.9131776094436646, 0.7933043241500854, 0.7248052954673767, 0.587807297706604, 0.5706825256347656, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.656306266784668, 0.4850587546825409, 0.7590547800064087, 0.38231024146080017, 0.5364330410957336, 0.38231024146080017, 0.8618032932281494, 0.810429036617279, 0.8960528373718262, 0.8275538086891174, -0.4910522699356079, -1.2445415258407593, -1.758284091949463, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.3815394639968872, -1.261666178703308, -1.3986642360687256, -0.8506720662117004, -0.6965492963790894, -1.4329137802124023, -1.3644146919250488], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4782943725585938, 1.3584210872650146, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0844250917434692, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.6734310388565063, 1.0159261226654053, 0.9988013505935669, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 1.18717360496521, 1.1529240608215332, 1.0501755475997925, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 0.9816765785217285, 1.0159261226654053, 0.9645518660545349, 1.101549744606018, 0.9988013505935669, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 1.0844250917434692, 0.6734310388565063, 0.5364330410957336, 0.9988013505935669, 1.0673003196716309, 0.7590547800064087, 0.7076805233955383, 0.7933043241500854, 0.5364330410957336, 0.38231024146080017, 0.5193082690238953, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6391815543174744, 0.7419300675392151, 0.4850587546825409, 0.26243698596954346, 0.8446785807609558, 0.41655975580215454, 0.15968845784664154, 0.7933043241500854, 0.3138112425804138, 0.7590547800064087, 0.3651854991912842, 0.4508092403411865, 0.39943498373031616, 0.9131776094436646, 0.8789280652999878, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.2042982578277588, 1.0844250917434692, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.0673003196716309, 0.6391815543174744, -1.1760424375534058, -1.5527870655059814, -1.604161262512207, -0.7650483250617981, -0.43967801332473755, 0.5535577535629272, 0.3309359848499298, 0.14256370067596436, 0.5021834969520569, 0.810429036617279, 0.5021834969520569, 0.7248052954673767, 0.7590547800064087, 0.4850587546825409, 0.4850587546825409, 0.39943498373031616, 0.5021834969520569, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 1.0159261226654053, 0.41655975580215454, 0.7419300675392151, 0.656306266784668, 0.43368449807167053, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.587807297706604, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.5706825256347656, 0.7761795520782471, 0.7419300675392151, 0.810429036617279, 0.656306266784668, 0.8446785807609558, 0.656306266784668, 0.8618032932281494, 0.9131776094436646, 0.9816765785217285, 0.6049320101737976, -1.415789008140564, -1.7069097757339478, -1.4500385522842407, -1.3301652669906616, -1.3130404949188232, -1.3986642360687256, -1.261666178703308, -1.79253351688385, -0.30267998576164246, -0.8849216103553772, -1.3815394639968872], [1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.7933043241500854, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.6391815543174744, 1.1186745166778564, 1.18717360496521, 0.7761795520782471, 0.6905558109283447, 0.9131776094436646, 0.6391815543174744, 0.9303023219108582, 1.0159261226654053, 0.9131776094436646, 0.8789280652999878, 1.0330508947372437, 1.0844250917434692, 1.1529240608215332, 1.1357992887496948, 1.0330508947372437, 1.1186745166778564, 0.8960528373718262, 0.9645518660545349, 0.9474270939826965, 0.7933043241500854, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 1.0330508947372437, 1.1186745166778564, 0.7248052954673767, 0.7248052954673767, 1.1186745166778564, 0.9303023219108582, 0.8789280652999878, 0.9816765785217285, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.656306266784668, 0.7076805233955383, 0.6391815543174744, 0.7933043241500854, 0.656306266784668, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8789280652999878, 0.3138112425804138, 0.39943498373031616, 0.587807297706604, 0.6391815543174744, 0.24531221389770508, 0.39943498373031616, 0.4850587546825409, 0.6905558109283447, 0.5193082690238953, 0.26243698596954346, 0.5535577535629272, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.4097954034805298, 1.255672574043274, 1.1529240608215332, 1.1529240608215332, 1.255672574043274, 1.3070467710494995, 0.8960528373718262, -0.4568027853965759, -1.3301652669906616, -1.9124068021774292, -0.6794245839118958, -0.9705453515052795, -0.2513057291507721, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.3480607271194458, 0.4508092403411865, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.4679340124130249, 0.43368449807167053, 0.9645518660545349, 0.6049320101737976, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.5364330410957336, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 1.18717360496521, -1.1760424375534058, -1.6384108066558838, -1.5014127492904663, -1.4329137802124023, -1.3986642360687256, -1.415789008140564, -1.3815394639968872, -1.6384108066558838, 0.3651854991912842, -1.141792893409729], [1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 0.9474270939826965, 0.9303023219108582, 0.8618032932281494, 0.9303023219108582, 0.810429036617279, 0.6734310388565063, 0.7761795520782471, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8446785807609558, 0.9131776094436646, 1.0844250917434692, 1.2214230298995972, 1.0501755475997925, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.8618032932281494, 0.810429036617279, 0.9645518660545349, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 0.8446785807609558, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 0.9816765785217285, 0.9474270939826965, 0.6905558109283447, 0.7933043241500854, 0.656306266784668, 0.4508092403411865, 0.587807297706604, 0.7761795520782471, 0.7933043241500854, 0.6734310388565063, 0.6049320101737976, 0.6391815543174744, 0.7419300675392151, 0.587807297706604, 0.6391815543174744, 0.3651854991912842, 0.26243698596954346, 0.4508092403411865, 0.39943498373031616, 0.3138112425804138, 0.3651854991912842, 0.5021834969520569, 0.5193082690238953, 0.6905558109283447, 0.6905558109283447, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0159261226654053, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.2385478019714355, 1.1700488328933716, 1.3412963151931763, 1.0330508947372437, 0.6391815543174744, -0.9876701235771179, -1.4500385522842407, -1.7411593198776245, -1.141792893409729, -0.576676070690155, -0.14855723083019257, 0.03981505334377289, 0.10831420123577118, 0.14256370067596436, 0.43368449807167053, 0.4679340124130249, 0.6734310388565063, 0.4679340124130249, 0.810429036617279, 0.3651854991912842, 0.43368449807167053, 0.8789280652999878, 0.656306266784668, 0.7076805233955383, -0.06293346732854843, 0.6734310388565063, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7419300675392151, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.4508092403411865, -1.5527870655059814, -1.7240345478057861, -1.5527870655059814, -1.484287977218628, -1.4671632051467896, -1.3472900390625, -1.535662293434143, 0.3138112425804138], [1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.5193082690238953, 0.7933043241500854, 0.9816765785217285, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 1.0159261226654053, 0.9131776094436646, 1.1186745166778564, 1.1357992887496948, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.8618032932281494, 0.8960528373718262, 0.9988013505935669, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.7419300675392151, 0.6905558109283447, 0.8446785807609558, 0.9645518660545349, 1.0844250917434692, 0.9645518660545349, 1.0844250917434692, 1.0159261226654053, 0.8960528373718262, 0.9303023219108582, 1.0673003196716309, 1.18717360496521, 0.8275538086891174, 1.0159261226654053, 0.810429036617279, 0.6734310388565063, 0.8446785807609558, 0.9303023219108582, 0.8618032932281494, 0.7076805233955383, 0.5193082690238953, 0.4850587546825409, 0.9988013505935669, 0.6905558109283447, 0.6734310388565063, 0.4679340124130249, 0.5535577535629272, 0.6734310388565063, 0.41655975580215454, 0.43368449807167053, 0.6049320101737976, 0.43368449807167053, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.8618032932281494, 0.9474270939826965, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.18717360496521, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.5364330410957336, -1.0904186964035034, -1.3301652669906616, -1.5699117183685303, -1.1760424375534058, -0.576676070690155, -1.3301652669906616, -0.9020463228225708, 0.15968845784664154, 0.27956172823905945, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.4508092403411865, 0.6734310388565063, 0.4850587546825409, 0.7076805233955383, 0.6049320101737976, 0.3651854991912842, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 1.0501755475997925, -0.2513057291507721, -1.5870364904403687, -1.535662293434143, -1.4329137802124023, -1.3301652669906616, -1.4671632051467896, -1.4500385522842407], [1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7248052954673767, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 1.0673003196716309, 1.0330508947372437, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.0159261226654053, 1.0159261226654053, 0.8446785807609558, 0.8789280652999878, 0.5706825256347656, 0.656306266784668, 0.9474270939826965, 0.810429036617279, 0.7419300675392151, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 0.9816765785217285, 1.0673003196716309, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0501755475997925, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.9988013505935669, 1.0159261226654053, 1.18717360496521, 1.0673003196716309, 1.1529240608215332, 1.1186745166778564, 0.9988013505935669, 0.8275538086891174, 0.5535577535629272, 0.9816765785217285, 0.7590547800064087, 0.3309359848499298, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.7761795520782471, 0.8275538086891174, 0.41655975580215454, 0.43368449807167053, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.6391815543174744, 0.8446785807609558, 0.7419300675392151, 0.7933043241500854, 0.7076805233955383, 0.7761795520782471, 0.8446785807609558, 0.7761795520782471, 0.7419300675392151, 0.8618032932281494, 1.0330508947372437, 1.324171543121338, 1.0673003196716309, 0.9303023219108582, 1.1186745166778564, 1.2214230298995972, 1.2899221181869507, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 0.9988013505935669, 0.4850587546825409, -1.1075434684753418, -1.6212860345840454, -0.9534205794334412, -1.5014127492904663, -1.8439078330993652, -0.13143247365951538, -0.011559205129742622, 0.4850587546825409, 0.3651854991912842, 0.3480607271194458, 0.6049320101737976, 0.4850587546825409, 0.3309359848499298, 0.3138112425804138, 0.39943498373031616, 0.5364330410957336, 0.622056782245636, 0.810429036617279, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, -0.42255327105522156, -1.8610326051712036, -1.5527870655059814, -1.4671632051467896, -1.5185375213623047], [1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2214230298995972, 1.2727973461151123, 1.1700488328933716, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.1186745166778564, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 0.8618032932281494, 0.9303023219108582, 0.6734310388565063, 0.2110627144575119, 0.8275538086891174, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 0.8960528373718262, 1.0330508947372437, 1.0501755475997925, 0.8960528373718262, 0.9816765785217285, 0.9988013505935669, 1.0844250917434692, 0.8275538086891174, 0.9303023219108582, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.2042982578277588, 1.0330508947372437, 1.0159261226654053, 0.8275538086891174, 0.6391815543174744, 1.2042982578277588, 1.0501755475997925, 0.7076805233955383, 0.656306266784668, 0.9303023219108582, 0.7248052954673767, 0.7076805233955383, 0.622056782245636, 0.6391815543174744, 0.3651854991912842, 0.5535577535629272, 0.27956172823905945, 0.5193082690238953, 0.6049320101737976, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7076805233955383, 0.6391815543174744, 0.4850587546825409, 0.8446785807609558, 0.5193082690238953, 0.6734310388565063, 0.9131776094436646, 0.9816765785217285, 0.8960528373718262, 1.1186745166778564, 0.7248052954673767, 0.9816765785217285, 1.255672574043274, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.1357992887496948, 1.2385478019714355, 0.6734310388565063, 0.0055655487813055515, -1.3644146919250488, -1.7754088640213013, -1.3815394639968872, -1.0904186964035034, -0.5595512986183167, -0.16568197309970856, 0.39943498373031616, 0.29668647050857544, 0.3480607271194458, 0.5364330410957336, 0.3138112425804138, 0.10831420123577118, 0.41655975580215454, 0.4850587546825409, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.10831420123577118, -1.6555355787277222, -1.5014127492904663], [1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3070467710494995, 1.2042982578277588, 1.1357992887496948, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9303023219108582, 1.0159261226654053, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8446785807609558, 0.7761795520782471, 0.656306266784668, 0.7761795520782471, 0.810429036617279, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 1.0330508947372437, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0159261226654053, 0.9474270939826965, 1.0159261226654053, 1.101549744606018, 1.0501755475997925, 1.101549744606018, 1.0844250917434692, 1.1357992887496948, 1.0501755475997925, 1.1357992887496948, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.1357992887496948, 0.9131776094436646, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.9131776094436646, 0.8789280652999878, 0.7933043241500854, 0.9816765785217285, 0.6734310388565063, 0.7933043241500854, 0.7248052954673767, 0.7590547800064087, 0.38231024146080017, 0.7590547800064087, 0.4679340124130249, 0.5364330410957336, 0.7761795520782471, 0.7761795520782471, 0.6391815543174744, 0.5364330410957336, 0.622056782245636, 0.7933043241500854, 0.6049320101737976, 0.41655975580215454, 0.8789280652999878, 0.6049320101737976, 0.8960528373718262, 0.9645518660545349, 0.8789280652999878, 0.9816765785217285, 0.9988013505935669, 1.0673003196716309, 1.2214230298995972, 1.3070467710494995, 1.3070467710494995, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.1357992887496948, 0.8960528373718262, -0.5595512986183167, -1.3644146919250488, -1.672660231590271, -1.946656346321106, -1.2102919816970825, -0.645175039768219, 0.02269030176103115, 0.3651854991912842, 0.27956172823905945, 0.38231024146080017, -0.9191710948944092, 0.12543895840644836, 0.24531221389770508, 0.7761795520782471, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.9645518660545349], [1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 1.2042982578277588, 1.2899221181869507, 1.3070467710494995, 1.4097954034805298, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8789280652999878, 0.9645518660545349, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 0.9988013505935669, 1.0330508947372437, 0.7419300675392151, 0.8275538086891174, 0.656306266784668, 0.7419300675392151, 0.5193082690238953, 0.5364330410957336, 0.8275538086891174, 0.41655975580215454, 0.4508092403411865, 0.8960528373718262, 0.8275538086891174, 0.9816765785217285, 0.9474270939826965, 1.1186745166778564, 1.101549744606018, 1.0159261226654053, 0.9988013505935669, 1.0673003196716309, 1.101549744606018, 1.0673003196716309, 1.1529240608215332, 1.0673003196716309, 1.0159261226654053, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 1.0844250917434692, 1.2214230298995972, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7076805233955383, 0.7761795520782471, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7076805233955383, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, 0.8446785807609558, 0.9474270939826965, 0.5535577535629272, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.7419300675392151, 0.9645518660545349, 1.1529240608215332, 0.9474270939826965, 1.0844250917434692, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.375545859336853, 1.18717360496521, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.18717360496521, 1.1357992887496948, 0.5193082690238953, -0.5253018140792847, -1.3815394639968872, -1.5185375213623047, -1.7411593198776245, -1.1246682405471802, -0.9191710948944092, -0.4910522699356079, 0.15968845784664154, -0.9876701235771179, -0.3540542721748352, 0.15968845784664154, 0.8446785807609558, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174], [1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.2042982578277588, 1.375545859336853, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.7761795520782471, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 0.622056782245636, 0.8446785807609558, 0.7076805233955383, 0.6391815543174744, 0.810429036617279, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.8789280652999878, 0.4850587546825409, 0.5364330410957336, 0.8446785807609558, 0.4508092403411865, 0.4508092403411865, 0.587807297706604, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.7419300675392151, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 1.0673003196716309, 0.9816765785217285, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.101549744606018, 0.6905558109283447, 0.9645518660545349, 1.0159261226654053, 0.9303023219108582, 1.0330508947372437, 0.9645518660545349, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.7590547800064087, 0.6905558109283447, 0.587807297706604, 0.4850587546825409, 0.6905558109283447, 0.656306266784668, 0.8618032932281494, 0.5535577535629272, 0.9131776094436646, 0.6734310388565063, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.7419300675392151, 0.8275538086891174, 0.9816765785217285, 0.3480607271194458, 1.0159261226654053, 0.587807297706604, 1.0501755475997925, 0.9816765785217285, 1.0844250917434692, 0.9988013505935669, 1.1529240608215332, 1.2385478019714355, 1.2042982578277588, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2214230298995972, 0.7248052954673767, 0.15968845784664154, -0.3540542721748352, -0.9705453515052795, -1.5870364904403687, -1.3301652669906616, -0.5081770420074463, -0.7992978096008301, -0.610925555229187, -0.14855723083019257, 0.7933043241500854, 1.0673003196716309, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854], [0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2899221181869507, 1.2385478019714355, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 0.9303023219108582, 0.8275538086891174, 0.7761795520782471, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.6734310388565063, 0.7419300675392151, 0.6734310388565063, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.7248052954673767, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.5706825256347656, 0.4679340124130249, 0.29668647050857544, 0.4850587546825409, 0.8789280652999878, 0.7248052954673767, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.3651854991912842, 0.5021834969520569, 0.7076805233955383, 0.7933043241500854, 0.622056782245636, 0.622056782245636, 0.7933043241500854, 0.8960528373718262, 1.0159261226654053, 0.8618032932281494, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.810429036617279, 0.7076805233955383, 0.6905558109283447, 1.0501755475997925, 0.8446785807609558, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.6905558109283447, 0.7933043241500854, 0.7933043241500854, 0.7248052954673767, 0.7419300675392151, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 0.622056782245636, 0.5706825256347656, 0.4508092403411865, 0.810429036617279, 0.3651854991912842, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 1.1357992887496948, 1.1186745166778564, 1.18717360496521, 1.324171543121338, 1.2899221181869507, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.0330508947372437, 0.9131776094436646, 0.4679340124130249, 0.19393795728683472, 0.10831420123577118, 0.7761795520782471, 0.7248052954673767, 0.8275538086891174, 0.8960528373718262, 1.0330508947372437, 0.9474270939826965, 1.0673003196716309, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471], [0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.4269200563430786, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 0.9816765785217285, 0.9131776094436646, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.5706825256347656, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 0.8275538086891174, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.5706825256347656, 0.4508092403411865, 0.622056782245636, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7933043241500854, 0.5706825256347656, 0.3651854991912842, 0.4679340124130249, 0.9303023219108582, 0.7419300675392151, 0.8960528373718262, 0.6391815543174744, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.9645518660545349, 0.7076805233955383, 0.810429036617279, 0.8446785807609558, 0.6391815543174744, 0.622056782245636, 0.4850587546825409, 0.4508092403411865, 0.7933043241500854, 0.8618032932281494, 0.9131776094436646, 0.5364330410957336, 0.7419300675392151, 0.5364330410957336, 0.5535577535629272, 0.4679340124130249, 0.5021834969520569, 0.8275538086891174, 0.9474270939826965, 0.7419300675392151, 0.6049320101737976, 0.7933043241500854, 0.656306266784668, 0.8960528373718262, 0.810429036617279, 0.9474270939826965, 0.7590547800064087, 0.8960528373718262, 0.8618032932281494, 0.5706825256347656, 0.5193082690238953, 0.6905558109283447, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.3651854991912842, 0.9131776094436646, 1.0330508947372437, 0.8275538086891174, 0.8446785807609558, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.3070467710494995, 1.255672574043274, 1.2214230298995972, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.1700488328933716, 1.4611696004867554, 1.2385478019714355, 1.1186745166778564, 1.1357992887496948, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.0844250917434692, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151], [0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.255672574043274, 1.3584210872650146, 1.3070467710494995, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.810429036617279, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.7761795520782471, 0.6391815543174744, 0.5706825256347656, 0.10831420123577118, 0.622056782245636, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9645518660545349, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 0.6391815543174744, 0.656306266784668, 0.5535577535629272, 0.8446785807609558, 0.7419300675392151, 0.656306266784668, 0.7248052954673767, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.7761795520782471, 0.6391815543174744, 0.587807297706604, 0.4850587546825409, 0.6391815543174744, 0.5706825256347656, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7248052954673767, 0.8618032932281494, 0.8446785807609558, 0.6734310388565063, 0.8446785807609558, 0.7590547800064087, 0.5535577535629272, 0.4850587546825409, 0.6391815543174744, 0.3480607271194458, 0.2110627144575119, 0.4679340124130249, 0.8446785807609558, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 1.1186745166778564, 1.1186745166778564, 1.0159261226654053, 1.2385478019714355, 1.324171543121338, 1.101549744606018, 1.2214230298995972, 1.4782943725585938, 1.2727973461151123, 1.3584210872650146, 1.2899221181869507, 1.1357992887496948, 1.255672574043274, 1.255672574043274, 1.1357992887496948, 1.2385478019714355, 1.2727973461151123, 1.3584210872650146, 1.0844250917434692, 1.0501755475997925, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151], [0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2385478019714355, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0330508947372437, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.6734310388565063, 0.587807297706604, 0.5364330410957336, 0.6391815543174744, 0.5193082690238953, 0.656306266784668, 0.7933043241500854, 0.8446785807609558, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.8618032932281494, 0.7761795520782471, 0.5535577535629272, 0.7933043241500854, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.7419300675392151, 0.8789280652999878, 0.9131776094436646, 0.8275538086891174, 0.7590547800064087, 0.6049320101737976, 0.6905558109283447, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.6734310388565063, 0.7761795520782471, 1.0673003196716309, 0.9474270939826965, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.8275538086891174, 0.9474270939826965, 0.810429036617279, 1.0501755475997925, 0.7761795520782471, 0.9988013505935669, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.6049320101737976, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.6391815543174744, 0.3651854991912842, 0.15968845784664154, 0.5535577535629272, 0.14256370067596436, 0.622056782245636, 0.7590547800064087, 0.622056782245636, 0.9131776094436646, 1.0330508947372437, 0.9645518660545349, 0.8789280652999878, 1.0159261226654053, 1.1186745166778564, 1.18717360496521, 1.1357992887496948, 0.9645518660545349, 1.3926706314086914, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, 1.3070467710494995, 1.3070467710494995, 1.1529240608215332, 1.1700488328933716, 1.3070467710494995, 1.324171543121338, 1.1357992887496948, 1.0330508947372437, 1.1529240608215332, 1.18717360496521, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767], [0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.255672574043274, 1.375545859336853, 1.444044828414917, 1.4782943725585938, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 0.7761795520782471, 0.7076805233955383, 0.5535577535629272, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.5364330410957336, 0.4508092403411865, 0.5364330410957336, 0.6734310388565063, 0.6391815543174744, 0.4850587546825409, 0.26243698596954346, 0.622056782245636, 0.656306266784668, 0.9131776094436646, 0.9303023219108582, 0.8960528373718262, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8960528373718262, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 1.0673003196716309, 0.9645518660545349, 0.6905558109283447, 0.9131776094436646, 0.8789280652999878, 0.6391815543174744, 0.7248052954673767, 0.7419300675392151, 1.0844250917434692, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.8618032932281494, 0.587807297706604, 0.41655975580215454, 0.29668647050857544, 0.4508092403411865, 0.656306266784668, 0.7933043241500854, 0.7761795520782471, 0.8789280652999878, 0.9131776094436646, 0.656306266784668, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.2214230298995972, 0.810429036617279, 1.375545859336853, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8618032932281494, 0.8446785807609558, 0.6905558109283447, 0.622056782245636, 0.3309359848499298, 0.41655975580215454, 0.6905558109283447, 0.38231024146080017, 0.4508092403411865, 0.24531221389770508, 0.2110627144575119, 0.41655975580215454, 0.6905558109283447, 0.0055655487813055515, 0.10831420123577118, 0.7419300675392151, 0.622056782245636, 0.26243698596954346, 0.7419300675392151, 0.810429036617279, 0.6391815543174744, 0.9645518660545349, 0.5364330410957336, 0.656306266784668, 1.0159261226654053, 0.4850587546825409, 0.6905558109283447, 1.0159261226654053, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7248052954673767, 0.810429036617279, 0.810429036617279, 0.8618032932281494, 1.0159261226654053, 0.7761795520782471, 0.8275538086891174, 0.9474270939826965, 0.9816765785217285, 1.1186745166778564, 1.1700488328933716, 0.7761795520782471, 0.8960528373718262, 0.8960528373718262, 0.7248052954673767, 0.9131776094436646, 0.656306266784668, 0.587807297706604, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.9474270939826965, 0.6391815543174744, 0.6391815543174744, 0.4679340124130249, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.4850587546825409, 0.6734310388565063, 0.7076805233955383, 0.8789280652999878, 0.587807297706604, 0.9816765785217285, 0.9474270939826965, 1.0159261226654053, 1.1186745166778564, 0.9474270939826965, 1.0159261226654053, 0.810429036617279, 1.255672574043274, 1.1357992887496948, 0.9816765785217285, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063], [0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.8789280652999878, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5021834969520569, 0.5193082690238953, 0.7076805233955383, 0.622056782245636, 1.0673003196716309, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.6734310388565063, 0.810429036617279, 0.6049320101737976, 0.7076805233955383, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6391815543174744, 0.4850587546825409, 0.5535577535629272, 0.6391815543174744, 0.6391815543174744, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8446785807609558, 0.9131776094436646, 0.9988013505935669, 0.9988013505935669, 0.622056782245636, 0.5535577535629272, 0.8618032932281494, 0.656306266784668, 0.9303023219108582, 1.2042982578277588, 0.8960528373718262, 0.8446785807609558, 0.5706825256347656, 0.4508092403411865, 0.7590547800064087, 0.7248052954673767, 0.8446785807609558, 0.8446785807609558, 0.7076805233955383, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.4850587546825409, 0.587807297706604, 0.9645518660545349, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.587807297706604, 0.6905558109283447, 0.9303023219108582, 1.0844250917434692, 0.9474270939826965, 0.27956172823905945, 1.1186745166778564, 1.1700488328933716, 0.9474270939826965, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 1.2385478019714355, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668], [0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.3070467710494995, 1.2899221181869507, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6905558109283447, 0.5535577535629272, 0.5193082690238953, 0.8960528373718262, 0.9645518660545349, 0.8960528373718262, 0.8618032932281494, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8275538086891174, 0.7419300675392151, 0.8618032932281494, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.810429036617279, 0.7761795520782471, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.9988013505935669, 0.9645518660545349, 0.7933043241500854, 0.4508092403411865, 0.8446785807609558, 0.9474270939826965, 0.7933043241500854, 0.7076805233955383, 0.622056782245636, 0.8275538086891174, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.41655975580215454, 0.4508092403411865, 0.38231024146080017, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.5535577535629272, 0.6905558109283447, 0.9131776094436646, 0.810429036617279, 0.43368449807167053, 0.8960528373718262, 1.0159261226654053, 1.0159261226654053, 1.1357992887496948, 1.1357992887496948, 0.8275538086891174, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.2899221181869507, 1.1700488328933716, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9303023219108582, 0.8960528373718262, 0.7933043241500854, 0.8789280652999878, 0.5364330410957336, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.8618032932281494, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.7933043241500854, 0.7076805233955383, 0.8446785807609558, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9303023219108582, 0.9645518660545349, 0.7761795520782471, 0.8960528373718262, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.3651854991912842, 0.5535577535629272, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.7590547800064087, 0.8618032932281494, 0.6049320101737976, 0.8960528373718262, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.9988013505935669, 0.7248052954673767, 0.4850587546825409, 0.15968845784664154, 0.24531221389770508, 0.4508092403411865, 0.587807297706604, 0.5193082690238953, 0.8618032932281494, 0.810429036617279, 0.7248052954673767, 0.622056782245636, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.6734310388565063, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 1.0159261226654053, 1.324171543121338, 1.2214230298995972, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.0330508947372437, 0.9988013505935669, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.9131776094436646, 0.9474270939826965, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.0673003196716309, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.8789280652999878, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8960528373718262, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 0.8960528373718262, 0.810429036617279, 0.8789280652999878, 0.6905558109283447, 0.7248052954673767, 0.9131776094436646, 0.9131776094436646, 1.101549744606018, 0.38231024146080017, 0.7419300675392151, 0.7590547800064087, 0.622056782245636, 0.9816765785217285, 0.9474270939826965, 1.0501755475997925, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.7248052954673767, 0.7076805233955383, 0.6049320101737976, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.7933043241500854, 0.587807297706604, 0.7076805233955383, 0.6049320101737976, 0.6391815543174744, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 0.8275538086891174, 0.9816765785217285, 0.9645518660545349, 1.324171543121338, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744], [0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.375545859336853, 1.4269200563430786, 1.2214230298995972, 1.3412963151931763, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.101549744606018, 1.18717360496521, 1.18717360496521, 1.0501755475997925, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.9645518660545349, 0.8960528373718262, 0.9645518660545349, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.9988013505935669, 1.0159261226654053, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.8446785807609558, 0.622056782245636, 0.587807297706604, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 1.0673003196716309, 1.1357992887496948, 0.8789280652999878, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.7761795520782471, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.7419300675392151, 0.4850587546825409, 0.7248052954673767, 0.39943498373031616, 0.4508092403411865, 0.6391815543174744, 0.6734310388565063, 0.7590547800064087, 0.7076805233955383, 0.6049320101737976, 0.5364330410957336, 0.7419300675392151, 0.656306266784668, 0.587807297706604, 0.587807297706604, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.3584210872650146, 1.4097954034805298, 1.324171543121338, 1.3070467710494995, 1.18717360496521, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.2214230298995972, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2899221181869507, 1.18717360496521, 1.3412963151931763, 1.2727973461151123, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1357992887496948, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.0330508947372437, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8960528373718262, 0.8446785807609558, 0.9303023219108582, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.8446785807609558, 0.8275538086891174, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.6391815543174744, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.8618032932281494, 0.9303023219108582, 1.18717360496521, 1.2385478019714355, 1.375545859336853, 1.4269200563430786, 1.4097954034805298, 1.2899221181869507, 1.101549744606018, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3926706314086914, 1.324171543121338, 1.101549744606018, 1.4611696004867554, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.0501755475997925, 1.2214230298995972, 1.18717360496521, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 1.1529240608215332, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.7933043241500854, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8275538086891174, 0.9131776094436646, 0.810429036617279, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.7590547800064087, 0.6734310388565063, 0.7761795520782471, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.9131776094436646, 1.0159261226654053, 0.8618032932281494, 1.0844250917434692, 0.8618032932281494, 0.5021834969520569, 0.7076805233955383, 0.656306266784668, 0.7590547800064087, 0.7761795520782471, 0.8618032932281494, 0.8618032932281494, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 1.1700488328933716, 1.255672574043274, 1.324171543121338, 1.3412963151931763, 1.4611696004867554, 1.5125439167022705, 1.375545859336853, 1.2214230298995972, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.1700488328933716, 1.3070467710494995, 1.255672574043274, 1.1186745166778564, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.8789280652999878, 0.8275538086891174, 0.7248052954673767, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.7933043241500854, 0.8275538086891174, 0.6391815543174744, 0.9131776094436646, 0.9645518660545349, 0.8618032932281494, 0.656306266784668, 0.6049320101737976, 0.9303023219108582, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 1.2727973461151123, 1.1357992887496948, 1.0673003196716309, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 1.0330508947372437, 1.1529240608215332, 1.0501755475997925, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.5125439167022705, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.2214230298995972, 1.0159261226654053, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447], [0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9131776094436646, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.8789280652999878, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.8275538086891174, 0.7590547800064087, 0.7076805233955383, 0.8275538086891174, 0.9474270939826965, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 1.0330508947372437, 0.9474270939826965, 0.8275538086891174, 1.0673003196716309, 0.9303023219108582, 0.7248052954673767, 0.656306266784668, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 1.3070467710494995, 1.3412963151931763, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.375545859336853, 0.9988013505935669, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447], [0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.4097954034805298, 1.3926706314086914, 1.2727973461151123, 1.1357992887496948, 1.2214230298995972, 1.2042982578277588, 1.1357992887496948, 1.2214230298995972, 1.1700488328933716, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.8618032932281494, 0.8960528373718262, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.6734310388565063, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 1.0501755475997925, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 0.8960528373718262, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 1.1186745166778564, 1.255672574043274, 1.0159261226654053, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2385478019714355, 1.18717360496521, 1.0673003196716309, 1.4097954034805298, 1.444044828414917, 1.375545859336853, 1.4097954034805298, 0.9474270939826965, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.4269200563430786, 1.324171543121338, 1.3926706314086914, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.3412963151931763, 1.2042982578277588, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 1.0330508947372437, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.9988013505935669, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 1.0501755475997925, 0.9131776094436646, 0.810429036617279, 0.656306266784668, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.7590547800064087, 0.8618032932281494, 0.9303023219108582, 1.0501755475997925, 1.18717360496521, 1.0501755475997925, 1.255672574043274, 1.4097954034805298, 1.3070467710494995, 1.2899221181869507, 1.101549744606018, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.0330508947372437, 0.5535577535629272, 0.9816765785217285, 1.1529240608215332, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.2385478019714355, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3584210872650146, 1.2899221181869507, 1.2727973461151123, 1.18717360496521, 1.1186745166778564, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9645518660545349, 1.0673003196716309, 0.9474270939826965, 0.7076805233955383, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9474270939826965, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.1357992887496948, 1.1357992887496948, 1.3412963151931763, 1.375545859336853, 1.324171543121338, 1.0673003196716309, 1.1186745166778564, 1.2214230298995972, 1.2385478019714355, 1.1700488328933716, -0.3711790144443512, -0.13143247365951538, 0.19393795728683472, 0.810429036617279, 1.0673003196716309, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.2899221181869507, 1.4269200563430786, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.0501755475997925, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.6905558109283447, 0.6734310388565063, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 0.8275538086891174, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 1.0159261226654053, 1.0330508947372437, 1.2042982578277588, 1.2727973461151123, 1.1357992887496948, 0.9303023219108582, 1.2042982578277588, 1.2214230298995972, 0.9131776094436646, -1.3986642360687256, -2.0494048595428467, -2.0836544036865234, -2.0665295124053955, -1.7240345478057861, -1.7754088640213013, -1.5527870655059814, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447], [0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 0.9474270939826965, 0.8789280652999878, 0.7590547800064087, 0.6734310388565063, 0.5535577535629272, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.8275538086891174, 0.622056782245636, 0.8275538086891174, 0.9131776094436646, 0.8960528373718262, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.7248052954673767, 0.9816765785217285, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.1357992887496948, 1.2214230298995972, 0.3651854991912842, -1.7240345478057861, -2.1007792949676514, -2.0494048595428467, -1.9980305433273315, -1.8610326051712036, -1.758284091949463, -0.4910522699356079, -1.7754088640213013, 0.3651854991912842, -1.1589176654815674, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.26243698596954346, 0.29668647050857544, 0.3651854991912842, 0.41655975580215454, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.4269200563430786, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5467933416366577, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.0501755475997925, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9816765785217285, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.5535577535629272, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.656306266784668, 0.7248052954673767, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9988013505935669, 1.2214230298995972, 1.2385478019714355, 1.1186745166778564, -0.7992978096008301, -2.0494048595428467, -1.7411593198776245, -1.758284091949463, -1.5527870655059814, -1.6212860345840454, -1.8267830610275269, -1.672660231590271, -1.484287977218628, -1.7411593198776245, -1.227416753768921, -1.5185375213623047, -0.7821730971336365, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.375545859336853, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.255672574043274, 1.18717360496521, 1.101549744606018, 1.1700488328933716, 1.2214230298995972, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.9474270939826965, 0.8618032932281494, 0.9816765785217285, 0.9988013505935669, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 0.7590547800064087, -0.5595512986183167, -1.7069097757339478, -1.8267830610275269, -1.7240345478057861, -1.946656346321106, -1.7240345478057861, -1.6555355787277222, -0.7992978096008301, -1.3301652669906616, -0.5081770420074463, 1.718040943145752, 0.17681321501731873, -1.3986642360687256, -1.3986642360687256, -0.8335473537445068, -1.4671632051467896, -1.3130404949188232, 1.0844250917434692, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2281874716281891, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.8618032932281494, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.18717360496521, 1.324171543121338, 1.3412963151931763, 0.5706825256347656, -1.5185375213623047, -1.6897850036621094, -1.6212860345840454, -1.946656346321106, -1.9124068021774292, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.8267830610275269, -1.5699117183685303, -1.2445415258407593, -0.9705453515052795, -0.5938007831573486, -1.4500385522842407, 1.9235379695892334, 1.563918113708496, -0.9362958669662476, -1.0904186964035034, -1.2787909507751465, -0.16568197309970856, -1.8439078330993652, -0.31980475783348083, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.4782943725585938, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2727973461151123, 1.255672574043274, 1.1700488328933716, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.18717360496521, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.101549744606018, 1.101549744606018, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 0.43368449807167053, -1.604161262512207, -1.7069097757339478, -1.7240345478057861, -1.5527870655059814, -1.6384108066558838, -1.7411593198776245, -1.79253351688385, -1.2445415258407593, -1.9637811183929443, -1.7754088640213013, -1.9124068021774292, -1.878157377243042, -1.7411593198776245, -1.3130404949188232, -1.2102919816970825, -1.7240345478057861, -0.645175039768219, 1.6495418548583984, 1.9235379695892334, 1.8036646842956543, 1.375545859336853, 0.656306266784668, -1.9637811183929443, -1.1760424375534058, 1.0501755475997925, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.39943498373031616, 0.41655975580215454, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.375545859336853, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6837913990020752, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.3070467710494995, 1.1529240608215332, -1.3644146919250488, -1.6384108066558838, -1.415789008140564, -1.3815394639968872, -1.073293924331665, -1.0561691522598267, -1.5185375213623047, -1.672660231590271, -1.8952820301055908, -1.2787909507751465, -1.3815394639968872, -0.13143247365951538, 0.43368449807167053, -1.5870364904403687, -1.5014127492904663, -1.758284091949463, -1.6555355787277222, 0.0740646943449974, 1.2727973461151123, 2.1804091930389404, 1.7009161710739136, 1.6495418548583984, -1.415789008140564, -1.415789008140564, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.15968845784664154, 0.19393795728683472, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4954191446304321, 1.4269200563430786, 1.4097954034805298, 1.444044828414917, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5296685695648193, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.5125439167022705, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.375545859336853, 1.1700488328933716, -0.9362958669662476, -1.5699117183685303, -0.5595512986183167, -1.484287977218628, -1.0904186964035034, -0.9362958669662476, -1.4500385522842407, -0.6794245839118958, -1.3815394639968872, -1.0047948360443115, -0.5424265265464783, -1.8610326051712036, -0.19993148744106293, -1.1589176654815674, -1.3130404949188232, -1.5527870655059814, -1.484287977218628, -1.5185375213623047, 0.27956172823905945, 1.4611696004867554, 1.2214230298995972, 1.2727973461151123, 1.5810428857803345, 0.12543895840644836, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.14256370067596436, 0.17681321501731873, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4097954034805298, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.4782943725585938, 1.2899221181869507, 1.5810428857803345, 1.4097954034805298, 1.444044828414917, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9988013505935669, 0.9645518660545349, 1.0159261226654053, 1.1529240608215332, 1.2042982578277588, 1.1700488328933716, 1.0844250917434692, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, -0.8849216103553772, -0.8506720662117004, -1.1075434684753418, -1.227416753768921, -1.484287977218628, -0.7992978096008301, -0.7307988405227661, -1.073293924331665, -1.415789008140564, -1.3815394639968872, -1.0561691522598267, 0.2110627144575119, -1.0047948360443115, -1.0390443801879883, -0.5424265265464783, -1.2959157228469849, -1.5527870655059814, -1.7754088640213013, -0.30267998576164246, 0.9303023219108582, 1.7522903680801392, 1.9235379695892334, 1.2899221181869507, 1.101549744606018, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063], [0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.27956172823905945, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.324171543121338, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.5467933416366577, 1.444044828414917, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.4954191446304321, 1.4782943725585938, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.9645518660545349, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, -1.0561691522598267, -1.0390443801879883, -1.4329137802124023, -1.7411593198776245, -1.8096582889556885, -1.8267830610275269, 0.7248052954673767, 0.6049320101737976, -0.5424265265464783, -1.141792893409729, -0.9876701235771179, -0.9020463228225708, -1.3986642360687256, 0.38231024146080017, -0.08005820959806442, -0.16568197309970856, -1.2959157228469849, -0.3369295001029968, -1.4500385522842407, -1.3815394639968872, 1.324171543121338, 1.8892884254455566, 1.4097954034805298, 1.18717360496521, 0.9474270939826965, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.2110627144575119, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.375545859336853, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.563918113708496, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.444044828414917, 1.5467933416366577, 1.6152924299240112, 1.5810428857803345, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.444044828414917, 1.563918113708496, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5125439167022705, 0.17681321501731873, 0.622056782245636, 0.9131776094436646, 0.9303023219108582, 0.587807297706604, 0.29668647050857544, 0.587807297706604, 1.5125439167022705, 1.5981676578521729, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, -0.8677968382835388, -1.073293924331665, -1.3644146919250488, -1.6897850036621094, -1.8267830610275269, -1.758284091949463, 1.0159261226654053, 0.0055655487813055515, 0.9474270939826965, -0.28555524349212646, -0.6280503273010254, -0.6965492963790894, -0.045808710157871246, 0.29668647050857544, 0.3309359848499298, 0.4679340124130249, -0.42255327105522156, -1.2787909507751465, -0.4910522699356079, -0.43967801332473755, 0.9988013505935669, 1.63241708278656, 1.5296685695648193, 1.1357992887496948, 0.9303023219108582, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5296685695648193, 1.5125439167022705, 1.4269200563430786, 1.5296685695648193, 1.4782943725585938, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.4782943725585938, 1.444044828414917, -0.6965492963790894, -1.0047948360443115, -1.073293924331665, -1.6555355787277222, -1.9295315742492676, -2.032280206680298, -0.3540542721748352, 1.6495418548583984, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, -1.1931672096252441, -1.141792893409729, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -0.9534205794334412, 0.6049320101737976, 1.324171543121338, 1.8207894563674927, 0.8618032932281494, -0.3540542721748352, -0.08005820959806442, -1.484287977218628, -0.43967801332473755, 1.0844250917434692, 0.656306266784668, -0.7307988405227661, -0.9876701235771179, -1.3644146919250488, -0.8849216103553772, -0.9876701235771179, 1.5467933416366577, 1.7009161710739136, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.12543895840644836, 0.14256370067596436, 0.2110627144575119, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.5296685695648193, 1.4269200563430786, 1.5467933416366577, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5810428857803345, 1.444044828414917, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5467933416366577, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.444044828414917, 0.5193082690238953, -1.3301652669906616, -1.4500385522842407, -1.5185375213623047, -1.878157377243042, -1.8952820301055908, -1.3301652669906616, 0.9988013505935669, 1.4782943725585938, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 0.9474270939826965, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.38231024146080017, -0.9705453515052795, -1.3815394639968872, -1.6212860345840454, -1.6897850036621094, -0.8506720662117004, 1.8379141092300415, 1.8721636533737183, 1.718040943145752, 1.8892884254455566, 1.7351655960083008, 0.7248052954673767, 0.056939806789159775, -1.0047948360443115, -1.1075434684753418, 1.255672574043274, 0.9988013505935669, -0.4910522699356079, -0.6794245839118958, -0.3883037567138672, -0.16568197309970856, 0.4850587546825409, 1.7009161710739136, 1.255672574043274, 1.255672574043274, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.12543895840644836, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.3412963151931763, 1.4782943725585938, 1.5296685695648193, 1.324171543121338, 1.4269200563430786, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5296685695648193, 1.2727973461151123, -1.1931672096252441, -1.1589176654815674, -1.2787909507751465, -1.8096582889556885, -1.9124068021774292, -1.8952820301055908, -0.42255327105522156, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, -0.4910522699356079, -1.415789008140564, -1.535662293434143, -1.604161262512207, -0.8677968382835388, 1.5981676578521729, 1.8379141092300415, 1.786539912223816, 1.8721636533737183, 1.9406627416610718, 1.906413197517395, 1.4611696004867554, 0.7761795520782471, 0.12543895840644836, -1.0904186964035034, 1.1700488328933716, 0.8960528373718262, 0.02269030176103115, -0.40542852878570557, -0.5253018140792847, -1.415789008140564, 0.3480607271194458, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6049320101737976], [0.15968845784664154, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4611696004867554, 1.6495418548583984, 1.4954191446304321, 1.5467933416366577, 1.375545859336853, 1.444044828414917, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.4954191446304321, 1.444044828414917, -0.9534205794334412, -0.8164225816726685, -1.2959157228469849, -1.6555355787277222, -1.8096582889556885, -1.3472900390625, -1.1931672096252441, 0.5706825256347656, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.19393795728683472, -1.6212860345840454, 0.43368449807167053, 1.324171543121338, 1.4954191446304321, 1.2385478019714355, 1.8550388813018799, 1.9235379695892334, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 1.9406627416610718, 1.9920369386672974, 0.9131776094436646, 0.810429036617279, -1.0561691522598267, 1.4954191446304321, 1.1357992887496948, 0.38231024146080017, 0.7076805233955383, -0.16568197309970856, -1.5527870655059814, -1.1589176654815674, 1.444044828414917, 1.375545859336853, 1.3926706314086914, 0.9303023219108582, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976], [0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4611696004867554, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, -0.21705622971057892, -0.43967801332473755, -1.141792893409729, -1.02191960811615, -1.7411593198776245, -1.79253351688385, -0.7821730971336365, -0.9876701235771179, -1.1931672096252441, -1.02191960811615, 0.10831420123577118, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.7076805233955383, 0.7761795520782471, 1.375545859336853, 2.0091617107391357, 1.906413197517395, 1.4097954034805298, 1.7694151401519775, 1.786539912223816, 2.0091617107391357, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.8892884254455566, 1.2214230298995972, 0.41655975580215454, -1.2445415258407593, 1.718040943145752, 1.4782943725585938, 1.1700488328933716, 1.0844250917434692, 0.8446785807609558, -1.4671632051467896, -1.3472900390625, 1.18717360496521, 1.2727973461151123, 1.63241708278656, 0.9645518660545349, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.6152924299240112, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.5467933416366577, 1.5981676578521729, 0.7761795520782471, -1.1931672096252441, -0.14855723083019257, -1.5185375213623047, -1.0561691522598267, -0.9362958669662476, -0.610925555229187, -1.1246682405471802, -1.8610326051712036, -1.3472900390625, -1.6384108066558838, 1.0330508947372437, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1529240608215332, 1.4097954034805298, 1.324171543121338, 1.7522903680801392, 1.324171543121338, 1.8207894563674927, 2.0091617107391357, 1.974912166595459, 1.8892884254455566, 1.6666666269302368, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 2.0091617107391357, 1.9577873945236206, 1.9577873945236206, 2.0262863636016846, 1.8550388813018799, 1.375545859336853, 0.17681321501731873, -0.6965492963790894, 1.7694151401519775, 1.3584210872650146, 1.7694151401519775, 1.8207894563674927, 1.2727973461151123, -0.8849216103553772, -1.3644146919250488, 0.3480607271194458, 1.6152924299240112, 1.563918113708496, 0.9816765785217285, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.63241708278656, 0.39943498373031616, -0.6280503273010254, -0.31980475783348083, -0.5938007831573486, -1.1246682405471802, -0.9191710948944092, -1.79253351688385, -0.6622998118400574, -1.1760424375534058, -0.7821730971336365, -0.40542852878570557, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.5467933416366577, 2.0434112548828125, 1.8207894563674927, 1.6666666269302368, 2.0434112548828125, 1.4954191446304321, 2.0434112548828125, 1.974912166595459, 2.111910104751587, 1.8379141092300415, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.6152924299240112, 2.0262863636016846, 1.8036646842956543, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 1.2899221181869507, -0.7479235529899597, 1.5467933416366577, 1.906413197517395, 1.4269200563430786, 1.906413197517395, 1.974912166595459, 0.9645518660545349, 0.056939806789159775, -1.604161262512207, 0.6049320101737976, 1.18717360496521, 1.5125439167022705, 1.3926706314086914, 0.8789280652999878, 0.6391815543174744, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656], [0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7419300675392151, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.375545859336853, -0.3711790144443512, -1.3130404949188232, 0.24531221389770508, -1.7240345478057861, -0.8849216103553772, -1.4500385522842407, -1.2959157228469849, -0.5938007831573486, -1.261666178703308, -0.8506720662117004, 0.7076805233955383, 0.8446785807609558, 1.8721636533737183, 2.094785451889038, 1.974912166595459, 1.7351655960083008, 2.0605359077453613, 1.6152924299240112, 1.9920369386672974, 2.0091617107391357, 1.9920369386672974, 1.8892884254455566, 1.8721636533737183, 1.6495418548583984, 1.9406627416610718, 1.8379141092300415, 2.0091617107391357, 1.5810428857803345, 2.0091617107391357, 2.0776607990264893, 1.9406627416610718, 0.8618032932281494, 1.1700488328933716, 1.8036646842956543, 2.0091617107391357, 1.4269200563430786, 1.9235379695892334, 2.0262863636016846, 1.1529240608215332, 0.2110627144575119, -1.535662293434143, 0.622056782245636, 1.255672574043274, 1.444044828414917, 1.5981676578521729, 1.0844250917434692, 0.656306266784668, 0.7419300675392151, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7590547800064087, 0.7248052954673767, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.444044828414917, 1.1357992887496948, 0.2281874716281891, -0.4568027853965759, -1.0561691522598267, -0.6794245839118958, -1.1246682405471802, -0.9362958669662476, -0.1143077164888382, -1.3815394639968872, -1.2959157228469849, -0.2684305012226105, 0.38231024146080017, -1.7069097757339478, -0.7479235529899597, -1.6384108066558838, -1.227416753768921, 1.6666666269302368, 1.974912166595459, 1.6152924299240112, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 1.974912166595459, 1.5467933416366577, 1.7522903680801392, 1.9235379695892334, 2.0605359077453613, 1.4269200563430786, 1.786539912223816, 2.0776607990264893, 2.0776607990264893, 1.9406627416610718, 1.786539912223816, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.444044828414917, 1.9235379695892334, 2.0434112548828125, 1.4097954034805298, 0.4508092403411865, -1.415789008140564, 1.563918113708496, 1.2727973461151123, 1.786539912223816, 1.2899221181869507, 0.9131776094436646, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.563918113708496, -0.6622998118400574, -1.3301652669906616, -0.8506720662117004, -0.21705622971057892, 0.2110627144575119, -1.3472900390625, -1.5527870655059814, -0.5595512986183167, -1.2102919816970825, -1.604161262512207, -0.5595512986183167, -1.141792893409729, -1.1246682405471802, -1.5185375213623047, -0.9191710948944092, -1.3130404949188232, -0.645175039768219, -1.7240345478057861, -1.1246682405471802, 0.19393795728683472, 0.4850587546825409, 1.0673003196716309, 1.9577873945236206, 1.9235379695892334, 1.9235379695892334, 1.4269200563430786, 1.8550388813018799, 2.0262863636016846, 1.1186745166778564, 1.5981676578521729, 1.9406627416610718, 2.1632845401763916, 2.111910104751587, 2.0091617107391357, 1.9235379695892334, 1.906413197517395, 1.8892884254455566, 1.6837913990020752, 1.8550388813018799, 1.974912166595459, 1.63241708278656, 0.19393795728683472, -1.484287977218628, 2.0091617107391357, 1.9406627416610718, 1.324171543121338, 1.444044828414917, 0.6391815543174744, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, -0.02868395671248436, -0.5424265265464783, -1.1589176654815674, -0.7479235529899597, 0.14256370067596436, -0.42255327105522156, -0.06293346732854843, -0.7479235529899597, 0.03981505334377289, 0.056939806789159775, -1.5870364904403687, -1.8439078330993652, -0.9362958669662476, -1.8096582889556885, -1.672660231590271, -0.6280503273010254, -0.9362958669662476, -1.6555355787277222, -1.7069097757339478, -1.535662293434143, -0.8335473537445068, -0.2513057291507721, -0.610925555229187, 0.8789280652999878, 1.8379141092300415, 1.5125439167022705, 1.5125439167022705, 1.7522903680801392, 1.255672574043274, 1.974912166595459, 1.7009161710739136, 1.974912166595459, 2.111910104751587, 2.094785451889038, 2.0091617107391357, 1.8036646842956543, 1.906413197517395, 1.8379141092300415, 1.9920369386672974, 1.974912166595459, 1.9406627416610718, -0.3883037567138672, -0.1143077164888382, 2.0776607990264893, 2.0434112548828125, 1.324171543121338, 0.8618032932281494, 0.12543895840644836, 0.9474270939826965, 0.587807297706604, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.5125439167022705, 0.091189444065094, -0.6622998118400574, -0.6280503273010254, -0.7821730971336365, -0.14855723083019257, 0.03981505334377289, -1.7069097757339478, -1.4500385522842407, -0.08005820959806442, -0.3883037567138672, -0.7650483250617981, -0.576676070690155, -1.604161262512207, -0.21705622971057892, -0.7307988405227661, -1.4500385522842407, -1.1246682405471802, -1.0904186964035034, -1.3815394639968872, -1.261666178703308, -1.1589176654815674, -0.645175039768219, -1.535662293434143, -0.16568197309970856, -0.2341809868812561, 1.5810428857803345, 1.8892884254455566, 1.2385478019714355, 1.3584210872650146, 1.563918113708496, 1.6837913990020752, 1.8036646842956543, 2.0776607990264893, 2.0091617107391357, 2.0091617107391357, 2.0776607990264893, 1.9920369386672974, 1.9235379695892334, 2.129034996032715, 2.0434112548828125, 1.974912166595459, -0.6622998118400574, 1.4097954034805298, 2.0091617107391357, 2.0776607990264893, 1.7694151401519775, 1.5981676578521729, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.324171543121338, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.444044828414917, -1.3815394639968872, -0.7992978096008301, -0.6794245839118958, -1.1075434684753418, -0.08005820959806442, -0.19993148744106293, -0.8164225816726685, -1.5014127492904663, 0.2110627144575119, 0.19393795728683472, 0.10831420123577118, -1.3986642360687256, -0.21705622971057892, -1.7411593198776245, -1.6555355787277222, -1.3472900390625, -1.2445415258407593, -0.6965492963790894, 0.6391815543174744, -1.0047948360443115, -0.9362958669662476, -1.415789008140564, -0.9362958669662476, -1.3815394639968872, -1.02191960811615, 0.656306266784668, 1.3926706314086914, 1.1357992887496948, 0.17681321501731873, 1.7694151401519775, 1.8721636533737183, 1.974912166595459, 1.8892884254455566, 2.0091617107391357, 2.094785451889038, 1.9406627416610718, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0605359077453613, 1.9577873945236206, 1.8892884254455566, 1.9920369386672974, 2.0605359077453613, 1.4611696004867554, 1.0844250917434692, 0.6391815543174744, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.6666666269302368, 1.4954191446304321, -0.7307988405227661, -1.0561691522598267, -0.5938007831573486, -1.261666178703308, -1.1931672096252441, 1.2727973461151123, -1.1760424375534058, -0.8164225816726685, -1.0561691522598267, -1.7411593198776245, -0.7992978096008301, -0.5595512986183167, -1.1760424375534058, -0.8677968382835388, -1.7411593198776245, -1.2445415258407593, -0.7992978096008301, 1.0501755475997925, 1.786539912223816, 1.7694151401519775, 0.15968845784664154, -1.2787909507751465, -0.4739275276660919, -1.2959157228469849, -0.9362958669662476, -1.3301652669906616, -0.31980475783348083, 1.63241708278656, 0.5364330410957336, 1.8721636533737183, 1.2385478019714355, 1.6666666269302368, 1.9235379695892334, 1.974912166595459, 2.0091617107391357, 2.0605359077453613, 2.0776607990264893, 2.1461596488952637, 1.9920369386672974, 2.111910104751587, 1.974912166595459, 2.0091617107391357, 1.8721636533737183, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.2385478019714355, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.5981676578521729, 1.7351655960083008, -1.2787909507751465, 0.5021834969520569, 1.8207894563674927, 0.3480607271194458, 0.2110627144575119, -0.9876701235771179, -0.5595512986183167, -1.0904186964035034, -1.3815394639968872, -1.672660231590271, -1.3301652669906616, -0.16568197309970856, -0.7821730971336365, -1.3472900390625, -1.7240345478057861, -0.6622998118400574, 1.1529240608215332, 1.4097954034805298, 1.4097954034805298, 2.1461596488952637, 1.2899221181869507, 0.6391815543174744, 1.0330508947372437, 1.4954191446304321, 0.9131776094436646, -0.8677968382835388, -1.1075434684753418, 0.8446785807609558, 1.6495418548583984, 1.5296685695648193, 1.7694151401519775, 1.6495418548583984, 1.8721636533737183, 1.8892884254455566, 1.8892884254455566, 1.974912166595459, 2.0605359077453613, 1.9406627416610718, 2.0605359077453613, 2.111910104751587, 1.974912166595459, 1.9920369386672974, 1.9406627416610718, 2.111910104751587, 2.1461596488952637, 1.4269200563430786, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.6152924299240112, 1.6152924299240112, 1.7009161710739136, 1.6837913990020752, -0.3369295001029968, 0.27956172823905945, 0.7248052954673767, 0.7248052954673767, -0.7307988405227661, -0.6622998118400574, -1.3986642360687256, -1.1760424375534058, -1.2445415258407593, -1.141792893409729, -1.3130404949188232, -1.02191960811615, -1.4500385522842407, -1.6384108066558838, -0.2341809868812561, -1.2102919816970825, 1.1700488328933716, 0.7761795520782471, 1.5296685695648193, 1.563918113708496, 2.0434112548828125, 1.8550388813018799, 1.4269200563430786, 1.1357992887496948, 1.18717360496521, 0.8618032932281494, -1.0561691522598267, 0.810429036617279, 1.786539912223816, 1.8892884254455566, 1.444044828414917, 1.6495418548583984, 1.7351655960083008, 1.7694151401519775, 1.8892884254455566, 2.1461596488952637, 2.0091617107391357, 2.0776607990264893, 2.111910104751587, 2.094785451889038, 1.8550388813018799, 1.9577873945236206, 2.094785451889038, 2.0434112548828125, 1.6837913990020752, 0.9816765785217285, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.563918113708496, 1.7009161710739136, -0.16568197309970856, -0.2684305012226105, 0.2281874716281891, 0.7076805233955383, 0.0740646943449974, 1.2214230298995972, 1.3584210872650146, 0.7419300675392151, -1.2102919816970825, 0.02269030176103115, -1.415789008140564, -0.9705453515052795, -0.7307988405227661, -0.5424265265464783, -1.2102919816970825, -0.045808710157871246, -0.7821730971336365, -1.4671632051467896, -1.2102919816970825, -1.1589176654815674, 0.8446785807609558, 1.255672574043274, 0.9988013505935669, 1.7522903680801392, 1.9235379695892334, 0.9303023219108582, 0.8618032932281494, 0.7933043241500854, 0.4679340124130249, 0.6391815543174744, -0.13143247365951538, 1.8550388813018799, 1.7351655960083008, 1.5981676578521729, 1.6837913990020752, 1.7351655960083008, 1.6495418548583984, 1.5981676578521729, 1.8379141092300415, 1.974912166595459, 2.0605359077453613, 2.0776607990264893, 2.0434112548828125, 2.0262863636016846, 2.0091617107391357, 2.0091617107391357, 2.0605359077453613, 2.111910104751587, 1.8550388813018799, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 0.656306266784668, -0.5424265265464783, 0.29668647050857544, 1.2214230298995972, 1.2214230298995972, 1.2899221181869507, 1.375545859336853, 1.2727973461151123, 0.8275538086891174, 0.12543895840644836, -0.7307988405227661, -1.2102919816970825, -1.6212860345840454, -1.5527870655059814, -0.5081770420074463, -1.1589176654815674, -0.30267998576164246, -1.604161262512207, -1.073293924331665, -0.5595512986183167, -1.3815394639968872, 1.18717360496521, 1.4097954034805298, 0.9816765785217285, 0.8446785807609558, 1.4269200563430786, 1.4611696004867554, 1.2385478019714355, 0.8789280652999878, 1.0330508947372437, 1.255672574043274, 1.7694151401519775, 1.7694151401519775, 1.8036646842956543, 1.7351655960083008, 1.7351655960083008, 1.8207894563674927, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.8207894563674927, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 1.9406627416610718, 2.0605359077453613, 1.563918113708496, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.444044828414917, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 0.4679340124130249, 0.7419300675392151, -0.5424265265464783, 0.27956172823905945, 1.2214230298995972, 1.3412963151931763, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 1.0673003196716309, -0.9191710948944092, -0.8335473537445068, -1.604161262512207, -0.5424265265464783, -1.0904186964035034, -0.16568197309970856, -0.8164225816726685, -0.610925555229187, -1.073293924331665, -1.4671632051467896, -0.6622998118400574, -0.9705453515052795, 1.0330508947372437, 1.101549744606018, 1.4954191446304321, 1.8207894563674927, 1.8892884254455566, 1.8379141092300415, 1.8550388813018799, 1.6495418548583984, 1.563918113708496, 1.8036646842956543, 1.6666666269302368, 1.8892884254455566, 1.9235379695892334, 1.9920369386672974, 1.8721636533737183, 1.8207894563674927, 1.5981676578521729, 1.8207894563674927, 1.8892884254455566, 1.7694151401519775, 1.6495418548583984, 1.9406627416610718, 1.8721636533737183, 1.9235379695892334, 1.9406627416610718, 1.974912166595459, 1.7694151401519775, 0.7248052954673767, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.6152924299240112, 0.3138112425804138, 1.0330508947372437, -0.42255327105522156, 0.26243698596954346, 1.3412963151931763, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1186745166778564, 1.2385478019714355, 0.10831420123577118, -1.227416753768921, -0.8849216103553772, -1.5699117183685303, 0.0055655487813055515, -0.2513057291507721, -0.43967801332473755, -0.5424265265464783, -1.1589176654815674, -0.2684305012226105, -1.3472900390625, -1.2102919816970825, -1.3301652669906616, 1.6837913990020752, 1.9235379695892334, 1.9235379695892334, 1.5810428857803345, 1.8550388813018799, 1.974912166595459, 1.718040943145752, 1.8207894563674927, 1.8207894563674927, 1.5467933416366577, 2.0262863636016846, 2.0091617107391357, 1.7009161710739136, 1.7694151401519775, 1.7351655960083008, 1.8550388813018799, 1.906413197517395, 1.786539912223816, 1.7522903680801392, 1.8721636533737183, 1.8207894563674927, 1.9920369386672974, 1.7522903680801392, 1.8207894563674927, 1.8379141092300415, 1.1529240608215332, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 0.4850587546825409, 1.2042982578277588, 0.03981505334377289, 0.12543895840644836, 1.324171543121338, 1.3926706314086914, 1.444044828414917, 1.375545859336853, 1.3070467710494995, 1.0330508947372437, 1.2214230298995972, 1.101549744606018, 1.324171543121338, -0.06293346732854843, -0.7307988405227661, -1.1589176654815674, -1.7754088640213013, -0.6965492963790894, -0.4739275276660919, -0.18280673027038574, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.4671632051467896, -0.30267998576164246, 1.3926706314086914, 1.7009161710739136, 1.8036646842956543, 1.9920369386672974, 1.786539912223816, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.9577873945236206, 1.4782943725585938, 2.0605359077453613, 2.0262863636016846, 2.1461596488952637, 2.0091617107391357, 1.906413197517395, 1.8379141092300415, 1.9235379695892334, 1.786539912223816, 1.7351655960083008, 1.7694151401519775, 1.7522903680801392, 1.6666666269302368, 1.8036646842956543, 2.0776607990264893, 1.375545859336853, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5810428857803345, 0.6734310388565063, 0.8960528373718262, 0.6734310388565063, 0.38231024146080017, 1.3584210872650146, 1.444044828414917, 1.3584210872650146, 1.3584210872650146, 0.9303023219108582, 1.0673003196716309, 1.1357992887496948, 1.1529240608215332, 1.375545859336853, 1.4269200563430786, -0.4568027853965759, -1.2102919816970825, -1.3644146919250488, -1.261666178703308, 0.38231024146080017, -0.5253018140792847, 0.4679340124130249, -0.02868395671248436, -1.5870364904403687, -1.3644146919250488, -1.0904186964035034, -1.672660231590271, -0.6280503273010254, 1.6152924299240112, 1.9235379695892334, 1.7009161710739136, 1.6152924299240112, 2.094785451889038, 2.0434112548828125, 2.0434112548828125, 1.6666666269302368, 1.9235379695892334, 1.9577873945236206, 1.9577873945236206, 2.0434112548828125, 2.0262863636016846, 1.9920369386672974, 1.9577873945236206, 1.8379141092300415, 1.8721636533737183, 1.7009161710739136, 1.7694151401519775, 1.7694151401519775, 1.8207894563674927, 1.9920369386672974, 1.101549744606018, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.9988013505935669, 0.12543895840644836, 0.8446785807609558, 1.3070467710494995, 1.4097954034805298, 1.2899221181869507, 1.0844250917434692, 0.7761795520782471, 1.2042982578277588, 1.324171543121338, 1.2042982578277588, 1.3584210872650146, 1.3584210872650146, 1.255672574043274, -0.645175039768219, -0.576676070690155, 0.03981505334377289, -0.3711790144443512, -0.19993148744106293, 0.056939806789159775, 0.6905558109283447, 1.563918113708496, -1.1760424375534058, -1.4329137802124023, -1.0390443801879883, -1.5014127492904663, 0.3309359848499298, 1.8207894563674927, 1.7351655960083008, 1.8036646842956543, 2.0776607990264893, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0091617107391357, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9406627416610718, 1.9235379695892334, 1.9235379695892334, 1.9235379695892334, 1.7522903680801392, 2.129034996032715, 2.1461596488952637, 0.5193082690238953, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.2042982578277588, 0.7076805233955383, 1.4611696004867554, 1.2385478019714355, 1.2042982578277588, 1.0159261226654053, 1.0159261226654053, 0.7933043241500854, 1.2042982578277588, 1.3584210872650146, 1.2385478019714355, 1.324171543121338, 1.2727973461151123, 1.375545859336853, 0.8446785807609558, 0.02269030176103115, -0.31980475783348083, -0.610925555229187, 0.056939806789159775, 0.5706825256347656, 0.4508092403411865, 0.0740646943449974, 0.091189444065094, -1.1246682405471802, -0.6280503273010254, -0.6622998118400574, -1.3986642360687256, 0.3309359848499298, 1.6152924299240112, 1.8721636533737183, 2.0434112548828125, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9406627416610718, 2.0091617107391357, 1.786539912223816, 1.4954191446304321, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 1.9406627416610718, 2.0262863636016846, 2.1632845401763916, 2.1632845401763916, 0.7933043241500854, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.0159261226654053, 1.1529240608215332, 1.5981676578521729, 1.7694151401519775, 0.810429036617279, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 0.7419300675392151, 1.1529240608215332, 1.6837913990020752, 1.2899221181869507, 1.3584210872650146, 1.8892884254455566, 1.5810428857803345, 1.0501755475997925, 0.9645518660545349, -0.5595512986183167, -0.9020463228225708, 0.7590547800064087, -1.261666178703308, -0.2513057291507721, 1.7522903680801392, 0.6391815543174744, 0.8789280652999878, -1.1589176654815674, -0.8677968382835388, -0.9705453515052795, -0.8335473537445068, -0.7821730971336365, 0.622056782245636, 2.0776607990264893, 2.0776607990264893, 1.974912166595459, 1.9920369386672974, 1.8207894563674927, 2.0262863636016846, 1.9235379695892334, 2.0091617107391357, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.0605359077453613, 2.0776607990264893, 1.786539912223816, 1.974912166595459, 2.1804091930389404, 1.9577873945236206, 0.8618032932281494, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.3926706314086914, 0.5535577535629272, 1.3070467710494995, 0.9645518660545349, 0.9474270939826965, 1.3070467710494995, 0.8446785807609558, 1.0330508947372437, 1.101549744606018, 0.8446785807609558, 1.2042982578277588, 1.563918113708496, 1.3070467710494995, 1.5296685695648193, 1.906413197517395, 1.8379141092300415, 1.4097954034805298, 0.8789280652999878, -0.43967801332473755, -0.8506720662117004, -0.1143077164888382, -1.4500385522842407, -0.5595512986183167, 2.0776607990264893, 1.8036646842956543, 0.8960528373718262, 0.622056782245636, -1.02191960811615, -0.8164225816726685, -0.21705622971057892, -1.1075434684753418, -1.0904186964035034, 0.5021834969520569, 2.1804091930389404, 1.9920369386672974, 1.9577873945236206, 1.6837913990020752, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6666666269302368, 2.214658737182617, 2.1632845401763916, 2.111910104751587, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 2.0605359077453613, 1.8892884254455566, 2.111910104751587, 2.111910104751587, 1.0159261226654053, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.5021834969520569, 1.2727973461151123, -0.02868395671248436, 1.8379141092300415, 1.18717360496521, 1.0159261226654053, 0.9988013505935669, 1.3584210872650146, 1.0673003196716309, 1.1529240608215332, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 0.7590547800064087, 0.056939806789159775, 0.12543895840644836, -0.5938007831573486, 1.4097954034805298, -1.3986642360687256, 1.2385478019714355, 1.9406627416610718, 1.6837913990020752, 1.0330508947372437, 0.622056782245636, -0.3540542721748352, -0.19993148744106293, 0.5364330410957336, -0.40542852878570557, -1.2959157228469849, 0.17681321501731873, 1.9920369386672974, 1.8892884254455566, 1.786539912223816, 1.5467933416366577, 0.9645518660545349, 1.974912166595459, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 2.094785451889038, 2.0262863636016846, 1.8721636533737183, 0.6391815543174744, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.563918113708496, 1.4269200563430786, 0.656306266784668, 0.6734310388565063, 0.41655975580215454, 1.4782943725585938, 1.5467933416366577, 1.1186745166778564, 1.4782943725585938, 1.4954191446304321, 1.1186745166778564, 1.375545859336853, 1.5296685695648193, 1.1357992887496948, 1.444044828414917, 1.8721636533737183, 1.906413197517395, 1.8892884254455566, 1.4097954034805298, 0.9816765785217285, 1.5467933416366577, 0.7761795520782471, 1.1186745166778564, -0.9191710948944092, -0.8506720662117004, 1.9406627416610718, 1.906413197517395, 1.9920369386672974, 1.7009161710739136, 1.2385478019714355, 0.9988013505935669, 0.656306266784668, 0.622056782245636, 0.6049320101737976, -1.5014127492904663, 0.27956172823905945, 1.906413197517395, 1.5810428857803345, 1.9235379695892334, 1.2385478019714355, 1.6837913990020752, 1.9920369386672974, 1.8550388813018799, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0434112548828125, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 1.0159261226654053, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4269200563430786, 0.587807297706604, 1.3584210872650146, 1.2214230298995972, 1.563918113708496, 1.4782943725585938, 0.9474270939826965, 1.375545859336853, 1.444044828414917, 1.0673003196716309, 1.444044828414917, 1.563918113708496, 1.2042982578277588, 1.375545859336853, 1.8721636533737183, 1.8207894563674927, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 0.4679340124130249, 2.129034996032715, 0.9988013505935669, 1.0673003196716309, -1.2959157228469849, 2.0434112548828125, 1.7351655960083008, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9235379695892334, 1.8207894563674927, 0.8960528373718262, 0.810429036617279, 0.810429036617279, -1.3644146919250488, 1.563918113708496, 0.587807297706604, 2.0262863636016846, 1.9235379695892334, 1.563918113708496, 1.8379141092300415, 1.5981676578521729, 1.3070467710494995, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.1975340843200684, 2.0605359077453613, 1.9235379695892334, 1.8379141092300415, 2.0091617107391357, 1.8721636533737183, 0.7419300675392151, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.810429036617279, 0.8446785807609558, 0.9131776094436646, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.5125439167022705, 0.8960528373718262, 1.7694151401519775, 1.0844250917434692, 1.6837913990020752, 1.1529240608215332, 1.101549744606018, 1.3070467710494995, 1.4782943725585938, 0.8446785807609558, 1.375545859336853, 1.63241708278656, 1.1700488328933716, 1.4611696004867554, 1.8892884254455566, 1.8207894563674927, 1.8550388813018799, 1.786539912223816, 1.9406627416610718, 1.6152924299240112, 1.8379141092300415, 1.718040943145752, 1.2727973461151123, -1.2959157228469849, 1.8379141092300415, 1.786539912223816, 1.9920369386672974, 2.0091617107391357, 2.0434112548828125, 1.9577873945236206, 1.9577873945236206, 1.8721636533737183, 0.9131776094436646, 0.810429036617279, 0.3309359848499298, -0.9020463228225708, 1.5467933416366577, 1.5296685695648193, 1.101549744606018, 1.8207894563674927, 1.7351655960083008, 1.2042982578277588, 1.255672574043274, 2.1461596488952637, 2.111910104751587, 2.1632845401763916, 2.1461596488952637, 2.0605359077453613, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.906413197517395, 1.2899221181869507, 0.622056782245636, 0.5364330410957336, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7761795520782471, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 1.4269200563430786, 1.9406627416610718, 1.563918113708496, 0.9303023219108582, 0.7419300675392151, 1.1529240608215332, 0.810429036617279, 1.444044828414917, 1.7522903680801392, 1.2899221181869507, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 1.4782943725585938, 0.5364330410957336, 1.9235379695892334, 1.9920369386672974, 1.3412963151931763, -0.8849216103553772, 1.9577873945236206, 1.8892884254455566, 2.0262863636016846, 2.0091617107391357, 2.094785451889038, 1.974912166595459, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 0.8960528373718262, 0.9303023219108582, -1.1589176654815674, 1.9920369386672974, 1.2214230298995972, 1.8550388813018799, 1.6837913990020752, 1.6495418548583984, 1.2727973461151123, 1.18717360496521, 2.1461596488952637, 2.0434112548828125, 2.1461596488952637, 2.1632845401763916, 2.094785451889038, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 1.906413197517395, 1.906413197517395, 0.6391815543174744, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053], [0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.4097954034805298, 1.3584210872650146, 1.2214230298995972, 1.3070467710494995, 1.8721636533737183, 1.7522903680801392, 1.2385478019714355, 0.7419300675392151, 0.8275538086891174, 0.9474270939826965, 1.5125439167022705, 1.6495418548583984, 1.324171543121338, 1.6495418548583984, 1.5810428857803345, 1.6837913990020752, 1.8892884254455566, 1.3412963151931763, 0.8618032932281494, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.375545859336853, -0.5424265265464783, 2.0605359077453613, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 2.0091617107391357, 2.0091617107391357, 1.563918113708496, 0.8789280652999878, 0.0740646943449974, 0.9474270939826965, 2.0091617107391357, 1.906413197517395, 1.9235379695892334, 1.5981676578521729, 1.6837913990020752, 0.9303023219108582, 2.1975340843200684, 2.094785451889038, 2.111910104751587, 2.1804091930389404, 2.111910104751587, 2.111910104751587, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 2.0262863636016846, 0.7076805233955383, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4954191446304321, 1.5467933416366577, 1.1529240608215332, 1.786539912223816, 1.9235379695892334, 1.7522903680801392, 0.6905558109283447, 0.7590547800064087, 1.2385478019714355, 1.4954191446304321, 1.324171543121338, 1.4269200563430786, 1.5296685695648193, 1.8207894563674927, 1.7522903680801392, 1.906413197517395, 0.4508092403411865, 0.41655975580215454, -0.09718296676874161, 1.324171543121338, 1.9235379695892334, 1.2214230298995972, 1.6495418548583984, 2.0605359077453613, 1.8550388813018799, 2.0262863636016846, 1.974912166595459, 2.0434112548828125, 2.0605359077453613, 2.129034996032715, 2.0776607990264893, 2.0605359077453613, 1.718040943145752, 1.9577873945236206, 1.101549744606018, 0.8446785807609558, 1.9577873945236206, 1.974912166595459, 1.6666666269302368, 1.0330508947372437, 1.4782943725585938, 1.0673003196716309, 2.129034996032715, 2.0776607990264893, 2.129034996032715, 2.1632845401763916, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 1.8892884254455566, 1.974912166595459, 1.8207894563674927, 1.1357992887496948, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.6152924299240112, 2.0434112548828125, 2.0091617107391357, 1.63241708278656, 0.3309359848499298, 1.444044828414917, 1.7351655960083008, 1.2042982578277588, 1.6152924299240112, 1.7351655960083008, 1.974912166595459, 1.7522903680801392, 2.0262863636016846, 0.26243698596954346, 0.8275538086891174, 0.03981505334377289, 0.8960528373718262, 1.7009161710739136, 2.1461596488952637, 1.5125439167022705, 2.0091617107391357, 1.8036646842956543, 2.129034996032715, 2.0262863636016846, 2.0262863636016846, 1.9920369386672974, 2.0262863636016846, 2.0605359077453613, 2.0262863636016846, 2.0091617107391357, 1.9235379695892334, 1.8892884254455566, 1.5467933416366577, 1.8550388813018799, 1.8892884254455566, 1.718040943145752, 1.2899221181869507, 1.6495418548583984, 1.63241708278656, 1.906413197517395, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.974912166595459, 2.0262863636016846, 1.6495418548583984, 1.4954191446304321, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 0.7933043241500854, 1.4097954034805298, 1.1186745166778564, 1.4269200563430786, 2.111910104751587, 2.0262863636016846, 1.8550388813018799, 0.9303023219108582, 1.63241708278656, 1.8036646842956543, 1.2042982578277588, 1.63241708278656, 1.7522903680801392, 1.906413197517395, 1.8379141092300415, 1.2214230298995972, 0.9474270939826965, 0.9645518660545349, 0.19393795728683472, 0.2281874716281891, 1.2727973461151123, 1.5810428857803345, 1.906413197517395, 1.9920369386672974, 1.8550388813018799, 1.9406627416610718, 2.0262863636016846, 1.9577873945236206, 1.7009161710739136, 2.0091617107391357, 2.1461596488952637, 2.111910104751587, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 1.7694151401519775, 1.7009161710739136, 1.8721636533737183, 1.9406627416610718, 1.2385478019714355, 1.4782943725585938, 1.4954191446304321, 1.9577873945236206, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 1.8550388813018799, 1.718040943145752, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 0.9474270939826965, 1.3070467710494995, 1.0673003196716309, 1.3412963151931763, 2.0776607990264893, 1.9920369386672974, 1.4269200563430786, 1.5467933416366577, 1.5981676578521729, 1.5125439167022705, 1.2385478019714355, 1.786539912223816, 1.786539912223816, 1.6495418548583984, 1.8207894563674927, 0.5364330410957336, 0.6734310388565063, 1.2727973461151123, 0.24531221389770508, 0.02269030176103115, 0.8960528373718262, 1.4954191446304321, 1.9920369386672974, 1.786539912223816, 1.6666666269302368, 2.0091617107391357, 1.9577873945236206, 1.9235379695892334, 2.0091617107391357, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.0262863636016846, 1.9577873945236206, 1.9577873945236206, 1.7522903680801392, 1.718040943145752, 1.9577873945236206, 1.8550388813018799, 0.8789280652999878, 1.324171543121338, 1.5125439167022705, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.111910104751587, 2.094785451889038, 2.0605359077453613, 1.9406627416610718, 1.9406627416610718, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.14256370067596436, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0673003196716309, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1186745166778564, 1.3070467710494995, 1.1357992887496948, 1.6666666269302368, 1.9577873945236206, 1.8721636533737183, 1.3070467710494995, 1.7351655960083008, 1.3926706314086914, 1.375545859336853, 1.8036646842956543, 1.786539912223816, 1.9235379695892334, 1.6152924299240112, 1.8721636533737183, 0.8789280652999878, 0.8446785807609558, 1.3584210872650146, 0.3138112425804138, 0.5706825256347656, -0.3540542721748352, 1.5810428857803345, 1.4269200563430786, 1.4611696004867554, 2.094785451889038, 1.7694151401519775, 2.0434112548828125, 1.974912166595459, 1.786539912223816, 1.9920369386672974, 2.1975340843200684, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9920369386672974, 1.8721636533737183, 1.8892884254455566, 1.6837913990020752, 2.094785451889038, 1.444044828414917, 1.5296685695648193, 1.6495418548583984, 1.9577873945236206, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 1.9577873945236206, 1.8207894563674927, 0.6734310388565063, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 1.3584210872650146, 1.0844250917434692, 1.5981676578521729, 1.9406627416610718, 0.5706825256347656, 1.0673003196716309, 1.7522903680801392, 1.5810428857803345, 1.8550388813018799, 1.5467933416366577, 1.8379141092300415, 1.786539912223816, 1.6666666269302368, 1.718040943145752, 0.656306266784668, 0.8960528373718262, 1.1357992887496948, 0.15968845784664154, 1.18717360496521, -0.13143247365951538, 0.7076805233955383, 1.6152924299240112, 2.1632845401763916, 2.129034996032715, 1.6152924299240112, 1.8892884254455566, 2.094785451889038, 2.0091617107391357, 2.0262863636016846, 2.0605359077453613, 1.8892884254455566, 2.0262863636016846, 1.9406627416610718, 1.8892884254455566, 1.906413197517395, 1.8892884254455566, 2.0605359077453613, 2.111910104751587, 0.4850587546825409, 1.4611696004867554, 1.7351655960083008, 1.974912166595459, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.111910104751587, 1.5467933416366577, 1.9235379695892334, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.18717360496521, 1.255672574043274, 1.2214230298995972, 1.3926706314086914, 1.1529240608215332, 1.7009161710739136, 1.6152924299240112, -0.14855723083019257, -0.06293346732854843, 1.375545859336853, 1.6837913990020752, 1.7351655960083008, 1.6837913990020752, 1.8036646842956543, 1.9235379695892334, 1.6152924299240112, 1.3412963151931763, 0.622056782245636, 0.4850587546825409, 0.656306266784668, 0.6049320101737976, 1.1700488328933716, 0.41655975580215454, 0.9988013505935669, 1.1700488328933716, 1.7694151401519775, 1.6152924299240112, 2.231783390045166, 1.974912166595459, 1.9920369386672974, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 1.906413197517395, 2.0776607990264893, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.8036646842956543, 2.0605359077453613, 1.8207894563674927, 1.1529240608215332, 1.444044828414917, 1.8892884254455566, 2.0262863636016846, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 2.094785451889038, 1.8721636533737183, 2.0776607990264893, 0.5021834969520569, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.0844250917434692, 1.324171543121338, 0.8789280652999878, 1.7694151401519775, 1.444044828414917, 0.3480607271194458, 0.17681321501731873, 0.5364330410957336, 2.094785451889038, 0.5706825256347656, 2.0091617107391357, 1.8721636533737183, 1.8550388813018799, 1.6495418548583984, 1.4611696004867554, 0.8960528373718262, 1.0844250917434692, 1.718040943145752, 0.7076805233955383, 1.563918113708496, 1.18717360496521, 0.29668647050857544, 0.8789280652999878, 1.444044828414917, 1.3070467710494995, 1.7009161710739136, 1.906413197517395, 1.974912166595459, 1.2042982578277588, 1.7351655960083008, 2.1632845401763916, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.9235379695892334, 2.0776607990264893, 1.974912166595459, 1.6495418548583984, 2.0434112548828125, 1.255672574043274, 1.9235379695892334, 1.8036646842956543, 2.0434112548828125, 2.0605359077453613, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0262863636016846, 1.9406627416610718, 0.5364330410957336, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.3584210872650146, 1.2214230298995972, 0.9988013505935669, 1.324171543121338, 1.1186745166778564, 1.7009161710739136, 1.2214230298995972, 0.622056782245636, -0.5938007831573486, 0.29668647050857544, 2.129034996032715, 0.9988013505935669, 1.9406627416610718, 1.7694151401519775, 1.7351655960083008, 1.7351655960083008, 1.4269200563430786, 0.7761795520782471, 1.1186745166778564, 1.718040943145752, 0.7933043241500854, 1.2214230298995972, 0.9303023219108582, -0.045808710157871246, 1.2385478019714355, 1.444044828414917, 1.8892884254455566, 1.8036646842956543, 1.6495418548583984, 1.786539912223816, 1.5125439167022705, 2.0605359077453613, 2.129034996032715, 1.9920369386672974, 2.1461596488952637, 1.974912166595459, 1.9406627416610718, 1.9577873945236206, 1.9235379695892334, 1.9577873945236206, 2.0605359077453613, 2.0605359077453613, 1.5810428857803345, 1.8036646842956543, 2.0434112548828125, 2.0776607990264893, 2.094785451889038, 2.1461596488952637, 2.1461596488952637, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 1.974912166595459, 2.0091617107391357, 1.5296685695648193, 1.444044828414917, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, -0.30267998576164246, 1.255672574043274, 0.7933043241500854, 1.8207894563674927, 1.1700488328933716, 0.6391815543174744, 0.5706825256347656, 0.19393795728683472, 0.7590547800064087, 0.8960528373718262, 1.9920369386672974, 1.8892884254455566, 1.718040943145752, 1.7522903680801392, 0.656306266784668, 0.7933043241500854, 1.101549744606018, 1.4954191446304321, 0.9988013505935669, 1.444044828414917, 1.3926706314086914, 0.26243698596954346, 0.27956172823905945, 1.324171543121338, 1.63241708278656, 0.8960528373718262, 1.6495418548583984, 1.7522903680801392, 1.4782943725585938, 2.129034996032715, 1.9920369386672974, 1.9577873945236206, 2.0262863636016846, 2.094785451889038, 1.8379141092300415, 1.6837913990020752, 1.8550388813018799, 1.9577873945236206, 2.0091617107391357, 2.0776607990264893, 1.7351655960083008, 1.9406627416610718, 2.0262863636016846, 2.094785451889038, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0776607990264893, 2.0091617107391357, 1.5467933416366577, 2.0091617107391357, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8960528373718262, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2899221181869507, -0.7479235529899597, 1.3412963151931763, 0.587807297706604, 1.6666666269302368, 0.8960528373718262, 0.8618032932281494, 1.324171543121338, 1.1186745166778564, 1.5125439167022705, 1.0501755475997925, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 1.8550388813018799, 1.1357992887496948, 0.9303023219108582, 1.0501755475997925, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.7351655960083008, 1.0330508947372437, -0.02868395671248436, 1.7694151401519775, 0.9645518660545349, 1.8036646842956543, 0.5535577535629272, 1.3070467710494995, 0.9988013505935669, 1.8721636533737183, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.094785451889038, 1.9577873945236206, 1.7009161710739136, 1.8892884254455566, 2.0605359077453613, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 1.9235379695892334, 1.9577873945236206, 2.1461596488952637, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.129034996032715, 2.129034996032715, 2.0776607990264893, 2.111910104751587, 2.0434112548828125, 1.63241708278656, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3480607271194458, 0.3309359848499298, 0.39943498373031616, 0.4679340124130249, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7761795520782471, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.2727973461151123, 0.17681321501731873, 1.3412963151931763, 1.1357992887496948, 1.4269200563430786, 1.3070467710494995, 0.9645518660545349, 0.8446785807609558, 1.1700488328933716, 1.718040943145752, 0.38231024146080017, 1.324171543121338, 1.9235379695892334, 1.4954191446304321, 1.8379141092300415, 1.3584210872650146, 0.8275538086891174, 1.1529240608215332, 1.5125439167022705, 1.563918113708496, 1.4269200563430786, 1.9235379695892334, 0.9645518660545349, -0.1143077164888382, 1.324171543121338, 1.718040943145752, 1.906413197517395, 2.0091617107391357, 0.9988013505935669, 1.9577873945236206, 1.63241708278656, 1.9406627416610718, 2.094785451889038, 1.9920369386672974, 2.129034996032715, 2.0776607990264893, 1.5296685695648193, 1.786539912223816, 2.129034996032715, 1.8892884254455566, 2.0434112548828125, 1.1700488328933716, 1.9406627416610718, 1.974912166595459, 2.1804091930389404, 1.974912166595459, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.111910104751587, 2.129034996032715, 2.111910104751587, 2.1804091930389404, 2.0605359077453613, 1.9406627416610718, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0501755475997925, 1.324171543121338, 0.4679340124130249, 1.18717360496521, 1.3070467710494995, 1.63241708278656, 1.63241708278656, 0.7076805233955383, 1.3584210872650146, 1.4954191446304321, 0.10831420123577118, 0.19393795728683472, 0.9474270939826965, 2.0434112548828125, 1.5296685695648193, 1.7009161710739136, 1.444044828414917, 0.38231024146080017, 1.7351655960083008, 1.5981676578521729, 1.718040943145752, 1.2899221181869507, 1.5467933416366577, 1.1186745166778564, 0.656306266784668, 0.14256370067596436, 0.9303023219108582, 1.786539912223816, 1.8036646842956543, 1.5810428857803345, 0.8275538086891174, 0.7933043241500854, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.7351655960083008, 1.8207894563674927, 1.6837913990020752, 1.8892884254455566, 2.0091617107391357, 1.7009161710739136, 1.8721636533737183, 1.8379141092300415, 2.1804091930389404, 2.111910104751587, 2.1461596488952637, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.9577873945236206, 1.8379141092300415, 1.974912166595459, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.2385478019714355, 0.9645518660545349, 1.324171543121338, 1.2899221181869507, 1.5810428857803345, 1.6495418548583984, 0.9303023219108582, 0.9474270939826965, 1.3412963151931763, -0.43967801332473755, 0.10831420123577118, 1.5981676578521729, 1.8550388813018799, 1.4097954034805298, 1.0673003196716309, 1.786539912223816, 0.6391815543174744, 1.4269200563430786, 1.0330508947372437, 1.1529240608215332, 1.4611696004867554, 1.8036646842956543, 1.2042982578277588, 0.6905558109283447, -0.3711790144443512, 1.0844250917434692, 2.0091617107391357, 0.5706825256347656, 0.4679340124130249, 0.656306266784668, 0.9131776094436646, 1.3926706314086914, 1.8721636533737183, 2.1632845401763916, 1.9406627416610718, 2.094785451889038, 1.7522903680801392, 2.129034996032715, 2.1632845401763916, 2.094785451889038, 1.7009161710739136, 2.0091617107391357, 1.4097954034805298, 2.111910104751587, 2.1975340843200684, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.094785451889038, 1.6495418548583984, 1.8207894563674927, 2.0262863636016846, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616], [0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.3926706314086914, 1.3412963151931763, 1.6495418548583984, 1.5981676578521729, 0.7590547800064087, 0.9474270939826965, -0.02868395671248436, 0.12543895840644836, 1.1700488328933716, 2.0776607990264893, 1.8892884254455566, 1.4954191446304321, 1.5125439167022705, 1.2214230298995972, 0.41655975580215454, 1.9406627416610718, 1.6152924299240112, 0.5193082690238953, 1.5467933416366577, 1.4782943725585938, 1.3584210872650146, 0.8789280652999878, -0.045808710157871246, 1.0330508947372437, 1.324171543121338, 0.24531221389770508, 1.3584210872650146, 0.3651854991912842, 0.9474270939826965, 1.6495418548583984, 1.9577873945236206, 1.3926706314086914, 2.111910104751587, 2.111910104751587, 1.906413197517395, 2.129034996032715, 2.0434112548828125, 1.974912166595459, 1.974912166595459, 2.1461596488952637, 1.9406627416610718, 1.9406627416610718, 2.1975340843200684, 2.1632845401763916, 2.111910104751587, 2.214658737182617, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.111910104751587, 1.9235379695892334, 2.1804091930389404, 1.6495418548583984, 0.5706825256347656, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017], [0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.10831420123577118, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 1.1186745166778564, 0.056939806789159775, 1.3070467710494995, 1.5296685695648193, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 0.8960528373718262, 0.03981505334377289, -1.1075434684753418, 1.2385478019714355, 2.0262863636016846, 1.9406627416610718, 1.5810428857803345, 1.5981676578521729, 1.8379141092300415, 0.6905558109283447, 1.4954191446304321, 1.7351655960083008, 0.5535577535629272, 0.9303023219108582, 1.4954191446304321, 1.1700488328933716, 1.375545859336853, 0.26243698596954346, 0.6391815543174744, 0.41655975580215454, 0.12543895840644836, -0.14855723083019257, 0.8446785807609558, 1.4611696004867554, 1.9577873945236206, 1.8207894563674927, 2.0262863636016846, 2.0434112548828125, 1.906413197517395, 2.0262863636016846, 1.7694151401519775, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 2.111910104751587, 2.0091617107391357, 1.9406627416610718, 2.214658737182617, 2.129034996032715, 1.9577873945236206, 2.111910104751587, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1632845401763916, 1.6152924299240112, 1.3412963151931763, 1.7009161710739136, 0.9303023219108582, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017], [0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.5535577535629272, 1.255672574043274, 1.5467933416366577, 1.7009161710739136, 1.5810428857803345, 1.63241708278656, 0.9816765785217285, 0.7933043241500854, -0.7479235529899597, 1.7522903680801392, 2.0605359077453613, 2.0434112548828125, 1.4954191446304321, 1.786539912223816, 1.5810428857803345, 1.18717360496521, 1.5981676578521729, 1.906413197517395, 0.9474270939826965, 1.18717360496521, 1.0159261226654053, 1.4269200563430786, 1.18717360496521, 0.24531221389770508, -0.3369295001029968, -0.21705622971057892, 0.41655975580215454, -0.30267998576164246, -0.011559205129742622, 1.3070467710494995, 1.8379141092300415, 2.094785451889038, 1.8207894563674927, 1.9920369386672974, 1.375545859336853, 2.0262863636016846, 2.0434112548828125, 2.0776607990264893, 2.0776607990264893, 1.7522903680801392, 2.094785451889038, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.214658737182617, 2.214658737182617, 2.0776607990264893, 2.1632845401763916, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.974912166595459, 2.094785451889038, 1.5981676578521729, 1.4611696004867554, 0.6391815543174744, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.8789280652999878, 0.8618032932281494, -0.28555524349212646, 1.255672574043274, 1.5467933416366577, 1.7351655960083008, 1.5810428857803345, 1.6837913990020752, 1.2042982578277588, 0.7248052954673767, 1.3584210872650146, 1.324171543121338, 1.9235379695892334, 1.9920369386672974, 1.4611696004867554, 0.810429036617279, 1.18717360496521, 0.9131776094436646, 1.0844250917434692, 1.4954191446304321, 1.6837913990020752, 0.5193082690238953, 1.5125439167022705, 0.8618032932281494, 1.444044828414917, -0.02868395671248436, 0.4850587546825409, 0.656306266784668, -0.13143247365951538, 0.6905558109283447, -0.42255327105522156, 0.8618032932281494, 1.6666666269302368, 2.231783390045166, 1.4097954034805298, 1.974912166595459, 0.9474270939826965, 2.0091617107391357, 1.974912166595459, 1.906413197517395, 1.6837913990020752, 1.786539912223816, 2.0776607990264893, 1.9406627416610718, 2.0776607990264893, 2.0091617107391357, 2.1632845401763916, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.906413197517395, 2.1975340843200684, 1.1529240608215332, 1.3584210872650146, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.19993148744106293, 1.2385478019714355, 1.5810428857803345, 1.6666666269302368, 1.7522903680801392, 1.6837913990020752, 1.0330508947372437, 0.9645518660545349, 1.4954191446304321, 0.7076805233955383, 1.974912166595459, 1.974912166595459, 1.6495418548583984, 1.0159261226654053, 1.7009161710739136, 1.6152924299240112, 0.8446785807609558, 1.5810428857803345, 1.5981676578521729, 0.39943498373031616, 1.5981676578521729, 1.6837913990020752, 1.324171543121338, -0.011559205129742622, -0.28555524349212646, 0.10831420123577118, 0.9816765785217285, 0.7076805233955383, 0.8789280652999878, 1.563918113708496, 1.3070467710494995, 2.214658737182617, 1.18717360496521, 1.4954191446304321, 0.27956172823905945, 1.9406627416610718, 1.8892884254455566, 1.9235379695892334, 0.9988013505935669, 1.3070467710494995, 1.9235379695892334, 1.9235379695892334, 2.0605359077453613, 1.4954191446304321, 2.214658737182617, 2.094785451889038, 2.1975340843200684, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1804091930389404, 1.7522903680801392, 1.2727973461151123, 0.622056782245636, 0.7248052954673767, 0.5535577535629272, 0.5021834969520569, 0.6391815543174744, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298], [0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.9020463228225708, 1.4097954034805298, 1.444044828414917, 1.6495418548583984, 1.7694151401519775, 1.6666666269302368, 0.9303023219108582, 0.7076805233955383, 1.2727973461151123, 1.0159261226654053, 1.906413197517395, 1.9406627416610718, 1.5296685695648193, 0.6391815543174744, 1.8550388813018799, 2.0605359077453613, 1.7009161710739136, 1.6495418548583984, 0.3309359848499298, 0.5193082690238953, 0.9303023219108582, 2.0262863636016846, 1.255672574043274, 0.24531221389770508, 0.14256370067596436, -0.1143077164888382, 0.9645518660545349, 0.5021834969520569, 0.19393795728683472, 1.5467933416366577, 1.9235379695892334, 2.1632845401763916, 2.1804091930389404, 1.3926706314086914, 0.5021834969520569, 2.0091617107391357, 1.906413197517395, 1.718040943145752, 2.129034996032715, 1.375545859336853, 1.8207894563674927, 1.8550388813018799, 1.974912166595459, 1.7009161710739136, 2.231783390045166, 2.0091617107391357, 2.1632845401763916, 2.094785451889038, 2.231783390045166, 2.1632845401763916, 1.9920369386672974, 1.906413197517395, 1.9577873945236206, 0.8446785807609558, 0.8789280652999878, 0.9816765785217285, 0.587807297706604, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 0.7761795520782471, -1.2787909507751465, 1.4611696004867554, 1.4954191446304321, 1.7694151401519775, 1.8036646842956543, 1.6666666269302368, 0.9988013505935669, 0.7248052954673767, 1.0844250917434692, 0.7761795520782471, 2.0434112548828125, 1.9406627416610718, 1.1529240608215332, 0.5706825256347656, 1.6495418548583984, 1.8379141092300415, 0.9988013505935669, 0.9816765785217285, 0.622056782245636, 1.7522903680801392, 1.4782943725585938, 1.8550388813018799, 1.324171543121338, 0.15968845784664154, 0.091189444065094, 0.24531221389770508, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.8446785807609558, 1.5467933416366577, 1.8892884254455566, 2.129034996032715, 2.1975340843200684, 2.0605359077453613, 1.974912166595459, 1.8721636533737183, 1.8207894563674927, 2.1461596488952637, 1.7522903680801392, 2.0262863636016846, 2.0434112548828125, 1.9235379695892334, 1.444044828414917, 2.1632845401763916, 1.974912166595459, 2.214658737182617, 2.1632845401763916, 2.214658737182617, 2.248908281326294, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 1.4611696004867554, 1.7522903680801392, 1.4269200563430786, 0.587807297706604, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.7248052954673767, 0.810429036617279, -1.261666178703308, 1.5296685695648193, 1.4611696004867554, 1.8036646842956543, 1.7694151401519775, 1.6495418548583984, 1.2042982578277588, 1.5981676578521729, 0.38231024146080017, 0.8960528373718262, 2.0434112548828125, 1.974912166595459, 0.43368449807167053, -0.30267998576164246, 1.5981676578521729, 1.8379141092300415, 0.4850587546825409, 0.29668647050857544, 1.1357992887496948, 1.7351655960083008, 1.5981676578521729, 2.0605359077453613, 2.0776607990264893, 0.9816765785217285, 0.587807297706604, 1.101549744606018, 0.3138112425804138, 0.3480607271194458, 0.6049320101737976, 0.3480607271194458, 1.0159261226654053, 1.1529240608215332, 1.6666666269302368, 1.9235379695892334, 2.1975340843200684, 1.6495418548583984, 1.5125439167022705, 1.8892884254455566, 1.9577873945236206, 2.129034996032715, 1.6495418548583984, 2.111910104751587, 1.4954191446304321, 0.2281874716281891, 2.0262863636016846, 1.9235379695892334, 2.094785451889038, 2.1461596488952637, 2.0605359077453613, 2.214658737182617, 2.129034996032715, 1.4954191446304321, 1.7009161710739136, 1.563918113708496, 1.0844250917434692, 0.7761795520782471, 0.5706825256347656, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.41655975580215454, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7076805233955383, 0.7419300675392151, -0.9705453515052795, 1.4611696004867554, 1.563918113708496, 1.8207894563674927, 1.8207894563674927, 1.2214230298995972, 1.18717360496521, 0.6391815543174744, 0.4679340124130249, 0.3309359848499298, 2.0262863636016846, 1.8207894563674927, 1.1529240608215332, -0.7479235529899597, 1.8207894563674927, 1.906413197517395, 0.5021834969520569, 0.4679340124130249, 1.4097954034805298, 1.5467933416366577, 0.9645518660545349, 1.8721636533737183, 1.8892884254455566, 0.19393795728683472, 0.9131776094436646, 0.41655975580215454, -0.3369295001029968, 0.056939806789159775, 0.26243698596954346, 0.43368449807167053, 1.2385478019714355, 0.810429036617279, 0.7076805233955383, 0.12543895840644836, 2.094785451889038, 0.5706825256347656, 1.6495418548583984, 1.786539912223816, 1.4269200563430786, 1.4782943725585938, 1.8379141092300415, 2.094785451889038, 0.6905558109283447, 1.906413197517395, 1.8036646842956543, 1.8721636533737183, 0.091189444065094, 0.7933043241500854, 1.9577873945236206, 2.248908281326294, 2.094785451889038, 1.9235379695892334, 1.6666666269302368, 2.0776607990264893, 1.0501755475997925, 1.1529240608215332, 0.5193082690238953, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.5364330410957336, -0.9362958669662476, 1.3926706314086914, 1.5296685695648193, 1.906413197517395, 1.5125439167022705, 1.4269200563430786, 0.6049320101737976, 1.0844250917434692, 1.1700488328933716, 1.0673003196716309, 2.0605359077453613, 1.786539912223816, 0.9474270939826965, -0.8506720662117004, 1.444044828414917, 1.9577873945236206, 0.8275538086891174, 1.3584210872650146, 1.4097954034805298, 0.9474270939826965, 1.0844250917434692, 2.1804091930389404, 1.6837913990020752, 0.26243698596954346, 0.8789280652999878, 0.6391815543174744, 0.3309359848499298, 0.5535577535629272, 1.101549744606018, 1.0330508947372437, 1.255672574043274, 0.2110627144575119, -0.21705622971057892, -0.011559205129742622, 0.4850587546825409, 1.4954191446304321, 1.3412963151931763, 1.8721636533737183, 1.7009161710739136, 1.6837913990020752, 1.4782943725585938, 1.4269200563430786, 0.091189444065094, 2.0605359077453613, 1.18717360496521, 0.9474270939826965, 0.5535577535629272, 0.7933043241500854, 1.8207894563674927, 2.248908281326294, 1.9920369386672974, 1.375545859336853, 2.094785451889038, 1.0330508947372437, 0.3651854991912842, 0.9131776094436646, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.5364330410957336, -0.3540542721748352, 1.375545859336853, 1.5810428857803345, 1.8207894563674927, 1.1186745166778564, 1.8207894563674927, 0.8960528373718262, 1.18717360496521, 0.7761795520782471, 1.6495418548583984, 1.8721636533737183, 1.8036646842956543, 1.1700488328933716, -1.1589176654815674, 1.7522903680801392, 1.63241708278656, 1.1357992887496948, 0.6905558109283447, 0.7933043241500854, 1.1186745166778564, 1.8550388813018799, 2.0262863636016846, 1.8036646842956543, 0.38231024146080017, 1.1357992887496948, 1.1700488328933716, 0.5364330410957336, 1.2385478019714355, 0.27956172823905945, 1.4782943725585938, 1.718040943145752, -0.19993148744106293, -0.30267998576164246, -0.7136740684509277, -0.4568027853965759, 1.6152924299240112, 1.2727973461151123, 1.5296685695648193, 2.111910104751587, 1.9577873945236206, 1.7694151401519775, 1.6495418548583984, 0.03981505334377289, 1.8892884254455566, 1.5467933416366577, 1.3412963151931763, 1.0673003196716309, 1.0844250917434692, 1.563918113708496, 2.0776607990264893, 0.810429036617279, 2.0262863636016846, 2.214658737182617, 1.2042982578277588, 1.1529240608215332, 0.7419300675392151, 0.6049320101737976, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.5021834969520569, 0.15968845784664154, 1.324171543121338, 1.7351655960083008, 1.7694151401519775, 1.8207894563674927, 1.7351655960083008, 1.18717360496521, 1.0330508947372437, 0.10831420123577118, 1.9920369386672974, 1.9577873945236206, 1.8721636533737183, 1.4782943725585938, -1.0390443801879883, 1.8721636533737183, 1.2727973461151123, 1.7694151401519775, 0.9131776094436646, 1.1357992887496948, 1.1186745166778564, 1.9406627416610718, 1.2727973461151123, 1.6495418548583984, 0.6905558109283447, 0.9474270939826965, 0.5535577535629272, 0.8275538086891174, 0.4850587546825409, 1.0159261226654053, 0.7419300675392151, -0.43967801332473755, 0.6391815543174744, 0.8618032932281494, 0.24531221389770508, -0.7479235529899597, -0.13143247365951538, 0.5535577535629272, 1.3926706314086914, 1.9406627416610718, 1.8550388813018799, 2.0091617107391357, 1.1529240608215332, 0.7590547800064087, 2.1975340843200684, 1.8379141092300415, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.8036646842956543, 1.4611696004867554, 1.9920369386672974, 2.0262863636016846, 1.6495418548583984, 1.255672574043274, -0.08005820959806442, 0.810429036617279, 0.622056782245636, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945], [0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5706825256347656, 0.5021834969520569, 0.7076805233955383, 1.2899221181869507, 1.4954191446304321, 1.8721636533737183, 1.7522903680801392, 1.563918113708496, 1.2727973461151123, 0.8618032932281494, 1.0330508947372437, 1.6152924299240112, 1.8550388813018799, 1.974912166595459, 1.4097954034805298, -0.3711790144443512, 1.8892884254455566, 1.906413197517395, 1.974912166595459, 1.255672574043274, 1.4611696004867554, 1.4782943725585938, 1.6495418548583984, 2.214658737182617, 0.39943498373031616, 0.38231024146080017, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.810429036617279, 0.4850587546825409, -0.13143247365951538, 1.1186745166778564, 0.3309359848499298, 0.6905558109283447, -0.06293346732854843, -0.9020463228225708, -0.8164225816726685, 0.7761795520782471, 1.375545859336853, 2.0776607990264893, 1.5125439167022705, 1.9920369386672974, 1.2214230298995972, 0.7076805233955383, 1.6666666269302368, 2.0605359077453613, 1.974912166595459, 1.0673003196716309, 1.6666666269302368, 1.9235379695892334, 1.4269200563430786, 1.375545859336853, 1.1186745166778564, 2.0262863636016846, 1.1186745166778564, 0.3480607271194458, 0.810429036617279, 0.26243698596954346, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.38231024146080017, 1.3070467710494995, 1.6152924299240112, 1.9235379695892334, 1.786539912223816, 1.6837913990020752, 1.101549744606018, 1.5125439167022705, 1.5296685695648193, 1.8892884254455566, 2.0262863636016846, 1.8207894563674927, 1.1357992887496948, 0.091189444065094, 1.7522903680801392, 2.0091617107391357, 1.7522903680801392, 1.6837913990020752, 1.3070467710494995, 1.786539912223816, 1.4611696004867554, 2.1804091930389404, 1.1357992887496948, 0.9131776094436646, 0.9816765785217285, -0.31980475783348083, 0.8789280652999878, 1.0330508947372437, 0.5706825256347656, -0.011559205129742622, 0.17681321501731873, 0.29668647050857544, 0.5021834969520569, 0.0740646943449974, -0.43967801332473755, -0.19993148744106293, -0.6280503273010254, 0.6049320101737976, 1.974912166595459, 2.1804091930389404, 1.6666666269302368, 1.0330508947372437, 1.0330508947372437, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.2214230298995972, 1.5981676578521729, 1.9577873945236206, 1.6495418548583984, 1.255672574043274, 1.4269200563430786, 0.12543895840644836, 0.8446785807609558, 1.18717360496521, 0.39943498373031616, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.3138112425804138, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.4679340124130249, 0.622056782245636, 1.563918113708496, 1.6495418548583984, 1.9577873945236206, 1.7009161710739136, 1.6152924299240112, 1.18717360496521, 1.0501755475997925, 1.7694151401519775, 1.6495418548583984, 1.9577873945236206, 1.8207894563674927, 1.1529240608215332, -0.02868395671248436, 1.9406627416610718, 1.9577873945236206, 1.63241708278656, 1.7522903680801392, 0.9816765785217285, 1.8379141092300415, 1.906413197517395, 1.786539912223816, 0.5706825256347656, 0.8618032932281494, 0.8275538086891174, 0.2281874716281891, 0.24531221389770508, 1.18717360496521, 0.4679340124130249, 0.26243698596954346, -0.3369295001029968, 0.8789280652999878, 0.587807297706604, 0.9988013505935669, -0.9362958669662476, -0.045808710157871246, -0.7307988405227661, 0.056939806789159775, 1.6152924299240112, 2.214658737182617, 1.8207894563674927, 1.444044828414917, 1.6666666269302368, 1.8379141092300415, 0.8960528373718262, 1.718040943145752, 1.0501755475997925, 1.5810428857803345, 2.0091617107391357, 2.0091617107391357, 0.6734310388565063, 0.656306266784668, 0.03981505334377289, -0.3540542721748352, 1.5125439167022705, 1.974912166595459, 0.587807297706604, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.7761795520782471, 1.5810428857803345, 1.7522903680801392, 1.906413197517395, 1.786539912223816, 1.7351655960083008, 1.444044828414917, 1.1357992887496948, 1.8207894563674927, 1.7522903680801392, 1.9406627416610718, 1.7694151401519775, 0.7590547800064087, 0.41655975580215454, 1.974912166595459, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.1700488328933716, 1.5125439167022705, 1.718040943145752, -0.18280673027038574, 1.2214230298995972, 0.587807297706604, 0.3138112425804138, 0.43368449807167053, 0.17681321501731873, -0.011559205129742622, 0.5535577535629272, -0.2513057291507721, 0.656306266784668, 0.810429036617279, 0.6391815543174744, 0.3309359848499298, -0.19993148744106293, 0.9988013505935669, 0.03981505334377289, 1.7351655960083008, 1.18717360496521, 1.6666666269302368, 0.9131776094436646, 1.4269200563430786, 1.8207894563674927, 1.63241708278656, 1.974912166595459, 1.4611696004867554, 2.0434112548828125, 2.0434112548828125, 2.129034996032715, -0.2341809868812561, 0.14256370067596436, 1.2385478019714355, 1.0501755475997925, 1.4097954034805298, 2.0776607990264893, 1.444044828414917, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544], [0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.7761795520782471, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.8379141092300415, 1.5810428857803345, 0.7248052954673767, 1.4611696004867554, 1.8207894563674927, 1.8036646842956543, 1.8721636533737183, 1.4269200563430786, -0.02868395671248436, -0.3540542721748352, 1.5981676578521729, 1.5296685695648193, 1.7009161710739136, 1.3584210872650146, 1.0330508947372437, 1.18717360496521, 0.6391815543174744, 1.1529240608215332, 0.02269030176103115, 1.2385478019714355, 1.3412963151931763, 0.3309359848499298, 1.101549744606018, 0.8618032932281494, 1.255672574043274, 0.10831420123577118, 0.9988013505935669, 0.9131776094436646, 1.101549744606018, 1.0844250917434692, 0.7761795520782471, -0.8849216103553772, 0.7590547800064087, 0.056939806789159775, 1.6837913990020752, 0.41655975580215454, 0.38231024146080017, 0.6391815543174744, 2.0434112548828125, 1.2214230298995972, 1.5125439167022705, 1.5981676578521729, 1.974912166595459, 1.6666666269302368, 1.9406627416610718, 2.248908281326294, -0.19993148744106293, 1.8379141092300415, 1.2042982578277588, 0.7761795520782471, 1.5810428857803345, 1.7009161710739136, 1.6152924299240112, 0.5193082690238953, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.26243698596954346, 0.7419300675392151, 1.786539912223816, 1.7694151401519775, 1.7351655960083008, 1.8721636533737183, 1.444044828414917, 1.2214230298995972, 1.5810428857803345, 1.9577873945236206, 1.8036646842956543, 2.0262863636016846, 0.5535577535629272, 0.622056782245636, -0.2341809868812561, 1.7351655960083008, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.0330508947372437, 1.563918113708496, 1.1529240608215332, 0.6734310388565063, 0.4508092403411865, 1.0501755475997925, 0.8789280652999878, 1.2042982578277588, 0.7933043241500854, 0.9474270939826965, 1.1529240608215332, 0.3309359848499298, 1.3412963151931763, 1.0501755475997925, 1.324171543121338, 0.9645518660545349, 1.0501755475997925, -0.6794245839118958, -0.13143247365951538, 0.6391815543174744, 0.7248052954673767, 1.3926706314086914, 0.4679340124130249, 0.5706825256347656, 1.9235379695892334, 1.6152924299240112, 1.8550388813018799, 0.9816765785217285, 0.9303023219108582, 1.6666666269302368, 1.974912166595459, 2.094785451889038, 0.7076805233955383, 1.6666666269302368, 0.8275538086891174, 1.1186745166778564, 1.444044828414917, 1.8379141092300415, 1.4611696004867554, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.8275538086891174, 1.6152924299240112, 1.6666666269302368, 1.718040943145752, 1.8379141092300415, 1.0501755475997925, 1.5125439167022705, 1.5467933416366577, 1.786539912223816, 1.5467933416366577, 1.8036646842956543, -0.5938007831573486, 0.4508092403411865, -0.2341809868812561, 1.5810428857803345, 1.6152924299240112, 1.3070467710494995, 1.7009161710739136, 1.8721636533737183, 1.18717360496521, 1.0159261226654053, -0.3540542721748352, -0.045808710157871246, 1.255672574043274, 1.0159261226654053, 0.7076805233955383, 0.12543895840644836, 0.056939806789159775, 0.9988013505935669, 0.15968845784664154, 1.324171543121338, 1.4954191446304321, 1.4269200563430786, 1.4954191446304321, 1.2899221181869507, -0.8506720662117004, -0.3883037567138672, 1.0501755475997925, 0.7419300675392151, 0.9303023219108582, 0.4850587546825409, -0.3540542721748352, 1.1357992887496948, 1.0501755475997925, 1.8892884254455566, 0.9988013505935669, 1.7351655960083008, 2.0091617107391357, 1.7009161710739136, 2.248908281326294, 0.5364330410957336, 1.444044828414917, 0.9303023219108582, 0.5364330410957336, 1.7522903680801392, 1.8379141092300415, 1.5467933416366577, 0.4850587546825409, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298], [0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.14256370067596436, 0.10831420123577118, 0.0740646943449974, 0.19393795728683472, 0.8960528373718262, 1.7522903680801392, 1.6666666269302368, 1.6837913990020752, 1.8036646842956543, 0.7933043241500854, 1.2042982578277588, 1.63241708278656, 1.8207894563674927, 2.0434112548828125, 1.718040943145752, 0.656306266784668, 0.26243698596954346, -0.09718296676874161, 1.7522903680801392, 1.7351655960083008, 1.1357992887496948, 1.1357992887496948, 1.2042982578277588, 1.7009161710739136, 1.0330508947372437, 0.02269030176103115, 0.587807297706604, 1.4782943725585938, 1.101549744606018, 1.0844250917434692, 0.9474270939826965, 0.12543895840644836, 0.8275538086891174, 0.24531221389770508, 1.2214230298995972, 1.2727973461151123, 1.7009161710739136, 1.255672574043274, 1.786539912223816, -0.5938007831573486, 0.6391815543174744, 0.14256370067596436, 0.29668647050857544, 0.0055655487813055515, 0.9474270939826965, -0.6794245839118958, 1.7351655960083008, 1.63241708278656, 1.5810428857803345, 1.444044828414917, 1.0673003196716309, 1.974912166595459, 1.8550388813018799, 2.231783390045166, -0.14855723083019257, 1.1186745166778564, 1.0159261226654053, 0.7761795520782471, 1.8892884254455566, 1.3412963151931763, 0.7933043241500854, 0.5021834969520569, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3309359848499298]], [[0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967], [0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5728292465209961, 0.6603642702102661, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.3081233501434326], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3606443405151367], [0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.3956583738327026], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.430672287940979], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.518207311630249, 1.465686321258545], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.5707283020019531], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.6232492923736572], [0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085], [0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.7633053064346313], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0280113220214844, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7654062509536743, 1.1330533027648926, 1.1855742931365967, 0.9929972887039185, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014], [1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.4481793642044067, 1.2030812501907349, 0.8879552483558655, 0.6953782439231873, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [1.343137264251709, 1.5007003545761108, 1.6582633256912231, 1.728291392326355, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.343137264251709, 0.9929972887039185, 0.7829132676124573, 0.7128852605819702, 0.6428572535514832, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [0.590336263179779, 1.0630252361297607, 1.2731093168258667, 1.4131653308868408, 1.5007003545761108, 1.6757704019546509, 1.640756368637085, 1.5007003545761108, 1.3606443405151367, 1.1855742931365967, 0.6953782439231873, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [0.3102242052555084, 0.6953782439231873, 0.8879552483558655, 1.0280113220214844, 1.1855742931365967, 0.9754902720451355, 0.3102242052555084, -0.022408949211239815, -0.03991595283150673, -0.21498596668243408, -0.1624649614095688, 0.3627452254295349, 0.415266215801239, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [1.3081233501434326, 1.3081233501434326, 1.1155463457107544, 0.8704482913017273, 0.415266215801239, -0.4600839912891388, -1.5630252361297607, -1.755602240562439, -0.9152660369873047, 0.08263305574655533, 0.7829132676124573, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.0455182790756226, 0.7829132676124573, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.34523820877075195, -0.8977590203285217, -0.7927170395851135, 0.9404762983322144, 1.5707283020019531, 1.7983193397521973, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.465686321258545, 1.343137264251709, 1.0980392694473267, 0.8529412746429443, 0.6603642702102661, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.2030812501907349, 1.2906162738800049, 1.3256303071975708, 1.3956583738327026, 1.518207311630249, 1.4131653308868408, 0.9054622650146484, 0.3277312219142914, 0.7303922772407532, 1.2556023597717285, 1.5882353782653809, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.0280113220214844, 0.8004202842712402, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [1.0455182790756226, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 0.9754902720451355, 0.17016807198524475, -0.5126050114631653, -1.0903360843658447, -0.3550419807434082, 0.7654062509536743, 1.343137264251709, 1.553221344947815, 1.640756368637085, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.8333333730697632, 1.553221344947815, 1.3606443405151367, 1.0980392694473267, 0.7829132676124573, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [0.6778712272644043, 0.8704482913017273, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, -0.022408949211239815, -1.6330533027648926, -1.895658254623413, -1.422969102859497, -0.4950979948043823, 0.415266215801239, 0.7829132676124573, 0.9229692816734314, 1.2380952835083008, 1.483193278312683, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.815826416015625, 1.7457983493804932, 1.4481793642044067, 1.1330533027648926, 0.6078432202339172, 0.4852942228317261, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055], [-0.17997196316719055, 0.34523820877075195, 0.590336263179779, 0.6778712272644043, 0.13515406847000122, -1.370448112487793, -1.8256303071975708, -1.3004200458526611, 0.432773232460022, 1.2556023597717285, 1.465686321258545, 1.4131653308868408, 1.2205883264541626, 0.9579832553863525, 0.9404762983322144, 1.1505602598190308, 1.0455182790756226, 0.3802522122859955, 0.1001400575041771, 0.9579832553863525, 1.553221344947815, 1.5357143878936768, 1.0455182790756226, 0.6078432202339172, 0.7303922772407532, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332], [-1.4404760599136353, -0.9502801299095154, -0.26750698685646057, 0.11764705926179886, -0.6526610255241394, -1.720588207244873, -1.7380952835083008, -0.12745095789432526, 1.1330533027648926, 1.2380952835083008, 1.430672287940979, 1.518207311630249, 1.605742335319519, 1.605742335319519, 1.378151297569275, 0.9404762983322144, 0.012605053372681141, -0.9852941036224365, 0.2752102017402649, 1.430672287940979, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.728291392326355, 1.465686321258545, 1.2380952835083008, 1.0455182790756226, 0.9054622650146484, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9558824300765991, 1.9733893871307373, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.3004200458526611, -1.6330533027648926, -1.4404760599136353, -0.7051820158958435, -0.9852941036224365, -1.668067216873169, -1.2654061317443848, 0.6778712272644043, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.553221344947815, 1.6582633256912231, 1.640756368637085, 1.2030812501907349, 0.2752102017402649, 0.590336263179779, 1.2556023597717285, 1.5707283020019531, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.6232492923736572, 1.430672287940979, 1.2205883264541626, 1.0805323123931885, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9558824300765991, 1.6757704019546509, 1.1680673360824585, 1.6757704019546509, 1.9208683967590332, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.0378150939941406, -1.3179271221160889, -1.3004200458526611, -1.195378065109253, -1.247899055480957, -1.335434079170227, -0.7051820158958435, 0.6253502368927002, 1.0105042457580566, 1.1505602598190308, 1.2380952835083008, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.4481793642044067, 1.2205883264541626, 0.6778712272644043, 0.1001400575041771, 0.2226892113685608, 0.9929972887039185, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 1.693277359008789, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.465686321258545, 1.3081233501434326, 1.1505602598190308, 0.9229692816734314, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.483193278312683, 1.1680673360824585, 1.4481793642044067, 0.9929972887039185, 2.0259103775024414, 2.0259103775024414, 1.9208683967590332, 1.9383753538131714, 1.9733893871307373, 1.9033613204956055, 1.5357143878936768, 1.4131653308868408, 1.8333333730697632, 1.9733893871307373, 1.9908963441848755, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [-0.3550419807434082, -0.4075630009174347, 0.2577032148838043, 0.34523820877075195, -0.3550419807434082, -1.0553221702575684, -1.0728291273117065, -0.26750698685646057, 0.520308256149292, 0.8879552483558655, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 0.7303922772407532, -0.8277310132980347, -1.4404760599136353, -1.4754900932312012, -1.1428570747375488, -0.3550419807434082, 0.6078432202339172, 1.2030812501907349, 1.430672287940979, 1.553221344947815, 1.483193278312683, 1.3606443405151367, 1.430672287940979, 1.640756368637085, 1.5007003545761108, 1.3956583738327026, 1.2731093168258667, 0.9754902720451355, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9033613204956055, 1.8333333730697632, 1.693277359008789, 1.4131653308868408, 1.1330533027648926, 1.0455182790756226, 1.0105042457580566, 1.1155463457107544, 0.6078432202339172, 1.7983193397521973, 1.9383753538131714, 1.9208683967590332, 1.9558824300765991, 1.9383753538131714, 1.6582633256912231, 1.2906162738800049, 0.6603642702102661, 0.7128852605819702, 1.7107843160629272, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [1.0805323123931885, -0.057422954589128494, -0.3550419807434082, 0.06512605398893356, 0.415266215801239, -0.057422954589128494, -0.8627450466156006, -0.8802520632743835, -0.6701680421829224, -0.10994396358728409, 0.590336263179779, 0.8704482913017273, 0.9404762983322144, 1.0455182790756226, 0.9754902720451355, -0.28501397371292114, -1.5980392694473267, -1.7731093168258667, -0.8627450466156006, 0.6078432202339172, 1.1155463457107544, 1.4131653308868408, 1.3956583738327026, 1.1505602598190308, 1.0805323123931885, 1.343137264251709, 1.465686321258545, 0.8704482913017273, 0.4852942228317261, 1.0105042457580566, 1.4481793642044067, 1.3081233501434326, 0.9229692816734314, 0.432773232460022, 0.502801239490509, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.5707283020019531, 0.8529412746429443, 1.3256303071975708, 1.2731093168258667, 0.5378152132034302, 0.7303922772407532, 0.4677872359752655, 0.4852942228317261, 0.3802522122859955, 1.2906162738800049, 1.693277359008789, 1.6582633256912231, 1.728291392326355, 1.815826416015625, 1.0280113220214844, 0.6603642702102661, 0.415266215801239, 0.520308256149292, 1.2906162738800049, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991], [1.9033613204956055, 1.0980392694473267, -1.160364031791687, -1.5455182790756226, -1.335434079170227, -0.9327731132507324, -0.4600839912891388, 0.3102242052555084, 0.432773232460022, -0.2499999701976776, -0.4600839912891388, 0.012605053372681141, 0.502801239490509, 0.7303922772407532, 0.3277312219142914, -1.1428570747375488, -1.720588207244873, -1.370448112487793, 0.6953782439231873, 1.3956583738327026, 1.518207311630249, 1.6232492923736572, 1.780812382698059, 1.7983193397521973, 1.3606443405151367, 0.7829132676124573, 0.11764705926179886, -0.5126050114631653, -0.6876749992370605, -0.21498596668243408, 0.432773232460022, 1.2556023597717285, 1.4481793642044067, 0.8704482913017273, 0.5728292465209961, 0.8529412746429443, 0.9579832553863525, 0.8354342579841614, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 2.0084033012390137, 1.5357143878936768, 0.17016807198524475, 0.6078432202339172, 0.8879552483558655, 0.3102242052555084, 0.590336263179779, -0.0049019488506019115, 0.03011205606162548, 0.2577032148838043, 1.0805323123931885, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.3081233501434326, 0.9929972887039185, 0.24019621312618256, 0.520308256149292, 0.45028021931648254, 1.4131653308868408, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991], [1.9383753538131714, 1.9383753538131714, 1.1330533027648926, -0.7226890325546265, -1.580532193183899, -1.457983136177063, -1.335434079170227, -0.8277310132980347, 0.0476190559566021, 0.590336263179779, 0.012605053372681141, -0.9677870869636536, -0.5826330184936523, 0.03011205606162548, -0.3200279772281647, -1.4929972887039185, -1.720588207244873, -0.39005598425865173, 1.2380952835083008, 1.3256303071975708, 1.4131653308868408, 1.4481793642044067, 1.5357143878936768, 1.6232492923736572, 1.7107843160629272, 1.7457983493804932, 1.2030812501907349, 0.13515406847000122, -0.5301120281219482, 0.3627452254295349, 0.6603642702102661, 0.7303922772407532, 1.2380952835083008, 1.7633053064346313, 1.5882353782653809, 1.3606443405151367, 1.3081233501434326, 1.1505602598190308, 0.9579832553863525, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9208683967590332, 1.9733893871307373, 0.4677872359752655, 0.012605053372681141, -0.07492996007204056, 0.2577032148838043, 0.15266107022762299, 0.520308256149292, -0.03991595283150673, -0.14495795965194702, 0.2577032148838043, 0.8354342579841614, 1.465686321258545, 1.0455182790756226, 1.5707283020019531, 0.7478992342948914, 0.8179272413253784, 0.29271721839904785, 0.45028021931648254, 0.34523820877075195, 1.1855742931365967, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373], [1.1330533027648926, 1.640756368637085, 1.8858543634414673, 1.7457983493804932, 1.1155463457107544, 0.2577032148838043, -0.5126050114631653, -1.4054621458053589, -1.4754900932312012, -0.9327731132507324, -0.5651260018348694, -0.8802520632743835, -0.8452380299568176, -0.3025209903717041, -0.5651260018348694, -1.195378065109253, -1.1253501176834106, 0.45028021931648254, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.483193278312683, 1.518207311630249, 1.6582633256912231, 1.693277359008789, 1.5882353782653809, 0.9579832553863525, -0.09243696182966232, -0.33753499388694763, -0.03991595283150673, 0.17016807198524475, 0.9579832553863525, 1.605742335319519, 1.7107843160629272, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.1330533027648926, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 0.3802522122859955, -0.3200279772281647, -0.39005598425865173, -0.23249296844005585, 0.08263305574655533, 0.3277312219142914, -0.057422954589128494, -0.12745095789432526, 0.2226892113685608, 0.5728292465209961, 1.2030812501907349, 0.6778712272644043, 1.465686321258545, 0.4677872359752655, 0.4677872359752655, 0.2577032148838043, 0.03011205606162548, 0.24019621312618256, 0.7654062509536743, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 2.0259103775024414], [0.7829132676124573, 0.9054622650146484, 1.2731093168258667, 1.868347406387329, 1.9558824300765991, 1.868347406387329, 1.430672287940979, 0.3102242052555084, -0.7226890325546265, -0.7577030062675476, -1.160364031791687, -1.2654061317443848, -0.5126050114631653, 0.45028021931648254, 0.415266215801239, -0.23249296844005585, -0.47759100794792175, 0.39775922894477844, 0.9929972887039185, 1.0455182790756226, 1.1505602598190308, 1.2380952835083008, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.1855742931365967, 0.8354342579841614, 0.17016807198524475, -0.4950979948043823, -0.4425770044326782, -0.3025209903717041, -0.09243696182966232, 0.5378152132034302, 1.2731093168258667, 1.6757704019546509, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.0630252361297607, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.3956583738327026, -0.3025209903717041, -0.5301120281219482, -0.5826330184936523, -0.42506998777389526, -0.03991595283150673, 0.24019621312618256, -0.09243696182966232, -0.07492996007204056, 0.2752102017402649, 0.5728292465209961, 1.0630252361297607, 0.7654062509536743, 0.9929972887039185, 0.520308256149292, 0.3102242052555084, -0.022408949211239815, -0.1624649614095688, 0.17016807198524475, 0.6428572535514832, 1.6582633256912231, 2.0084033012390137, 2.0084033012390137, 2.043417453765869], [0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9579832553863525, 1.518207311630249, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 1.3606443405151367, 0.502801239490509, 0.13515406847000122, -0.5301120281219482, -1.195378065109253, -0.6526610255241394, 0.13515406847000122, 0.45028021931648254, 0.20518220961093903, -0.057422954589128494, 0.20518220961093903, 0.6778712272644043, 0.9054622650146484, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.3081233501434326, 1.2380952835083008, 0.5378152132034302, -0.7226890325546265, -1.3529410362243652, -1.0728291273117065, -0.19747896492481232, 0.3277312219142914, 0.2752102017402649, 0.11764705926179886, 0.3277312219142914, 0.6778712272644043, 1.0280113220214844, 1.518207311630249, 1.6582633256912231, 1.430672287940979, 1.3956583738327026, 1.4481793642044067, 1.2030812501907349, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.3802522122859955, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8508403301239014, 0.39775922894477844, -0.5301120281219482, -0.5476189851760864, -0.47759100794792175, -0.33753499388694763, 0.06512605398893356, 0.20518220961093903, -0.03991595283150673, 0.11764705926179886, 0.432773232460022, 0.5378152132034302, 0.8354342579841614, 0.9054622650146484, 0.6253502368927002, 0.3627452254295349, 0.15266107022762299, -0.12745095789432526, -0.03991595283150673, 0.012605053372681141, 0.6078432202339172, 1.2030812501907349, 1.9908963441848755, 2.043417453765869, 2.043417453765869], [0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.5357143878936768, 1.9208683967590332, 2.0259103775024414, 1.4481793642044067, -0.0049019488506019115, -0.33753499388694763, -0.8802520632743835, -1.160364031791687, -1.0028010606765747, -0.4950979948043823, -0.057422954589128494, -0.2499999701976776, -0.8452380299568176, -0.3550419807434082, 0.24019621312618256, 0.6253502368927002, 0.9229692816734314, 1.0630252361297607, 1.1330533027648926, 0.8704482913017273, -0.7051820158958435, -1.580532193183899, -0.3025209903717041, 1.1680673360824585, 1.605742335319519, 1.640756368637085, 1.4481793642044067, 0.9404762983322144, 0.6778712272644043, 0.7654062509536743, 0.8529412746429443, 0.7128852605819702, 0.3627452254295349, 0.3102242052555084, 0.8354342579841614, 1.2030812501907349, 1.1155463457107544, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.7107843160629272, 1.4481793642044067, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 0.5553222298622131, -0.37254899740219116, -0.6176469922065735, -0.39005598425865173, -0.47759100794792175, -0.09243696182966232, 0.17016807198524475, 0.2226892113685608, 0.17016807198524475, 0.3277312219142914, 0.520308256149292, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.502801239490509, 0.15266107022762299, -0.03991595283150673, -0.1624649614095688, 0.1001400575041771, 0.1001400575041771, 0.34523820877075195, 0.15266107022762299, 2.0259103775024414, 2.0259103775024414, 2.043417453765869], [0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 1.0630252361297607, 1.553221344947815, 1.6232492923736572, 1.2205883264541626, 0.4852942228317261, -0.19747896492481232, -0.14495795965194702, 0.29271721839904785, -0.1624649614095688, -0.7226890325546265, -0.8977590203285217, -1.1253501176834106, -0.7401960492134094, -0.23249296844005585, 0.08263305574655533, 0.502801239490509, 0.7128852605819702, 0.8529412746429443, 0.08263305574655533, -1.3879550695419312, -0.9852941036224365, 1.0280113220214844, 1.465686321258545, 1.553221344947815, 1.6582633256912231, 1.728291392326355, 1.728291392326355, 1.3256303071975708, 0.6428572535514832, 0.17016807198524475, -0.3025209903717041, -0.9852941036224365, -0.09243696182966232, 1.1505602598190308, 1.6232492923736572, 1.5357143878936768, 0.9404762983322144, 0.590336263179779, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.483193278312683, 1.0805323123931885, 1.2731093168258667, 1.2205883264541626, 0.20518220961093903, -0.6176469922065735, -0.4075630009174347, -0.9327731132507324, -0.4075630009174347, -0.28501397371292114, -0.39005598425865173, -0.022408949211239815, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.39775922894477844, 0.5378152132034302, 0.5728292465209961, 0.432773232460022, 0.502801239490509, 0.3627452254295349, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.20518220961093903, 0.18767507374286652, 0.20518220961093903, 0.4677872359752655, 1.1505602598190308, 1.9383753538131714, 2.043417453765869], [0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.9754902720451355, 1.2906162738800049, 1.3606443405151367, 1.0455182790756226, -0.10994396358728409, 0.03011205606162548, 0.5378152132034302, 0.590336263179779, 0.012605053372681141, -0.8452380299568176, -0.7927170395851135, -0.19747896492481232, -0.0049019488506019115, -0.12745095789432526, 0.012605053372681141, 0.17016807198524475, -0.4600839912891388, -1.1078431606292725, 0.06512605398893356, 1.2731093168258667, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.5707283020019531, 1.0980392694473267, 0.18767507374286652, -0.12745095789432526, 1.0980392694473267, 1.5707283020019531, 1.728291392326355, 1.8333333730697632, 1.8858543634414673, 1.605742335319519, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.0805323123931885, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.430672287940979, 0.1001400575041771, -0.8277310132980347, 0.7128852605819702, 0.15266107022762299, -0.3200279772281647, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -0.42506998777389526, -0.21498596668243408, -0.4075630009174347, 0.1001400575041771, 0.13515406847000122, 0.3102242052555084, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 0.3802522122859955, 0.3102242052555084, 0.520308256149292, 0.18767507374286652, 0.03011205606162548, -0.09243696182966232, 0.13515406847000122, 0.2752102017402649, 0.0476190559566021, 0.3277312219142914, 0.590336263179779, 0.9404762983322144, 2.0259103775024414, 2.0959384441375732], [0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 1.1505602598190308, 1.378151297569275, 1.343137264251709, 0.45028021931648254, 0.2226892113685608, 0.34523820877075195, -0.26750698685646057, -0.7927170395851135, -0.5476189851760864, -0.2499999701976776, -0.14495795965194702, -0.2499999701976776, -0.37254899740219116, -0.47759100794792175, -0.5476189851760864, 0.45028021931648254, 1.0630252361297607, 1.1855742931365967, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.465686321258545, 1.518207311630249, 1.6232492923736572, 1.5882353782653809, 1.2030812501907349, 0.2226892113685608, 0.3102242052555084, 1.1855742931365967, 1.483193278312683, 1.640756368637085, 1.815826416015625, 1.9208683967590332, 1.8858543634414673, 1.553221344947815, 1.3606443405151367, 1.518207311630249, 1.2906162738800049, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.5357143878936768, 0.8179272413253784, -0.6876749992370605, -1.0028010606765747, -0.8102240562438965, -0.03991595283150673, -0.6526610255241394, -1.2128850221633911, -1.160364031791687, -0.9677870869636536, -0.19747896492481232, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.13515406847000122, 0.3277312219142914, 0.13515406847000122, 0.24019621312618256, 0.3102242052555084, 0.2577032148838043, 0.29271721839904785, 0.45028021931648254, 0.06512605398893356, -0.14495795965194702, -0.07492996007204056, 0.29271721839904785, 0.1001400575041771, -0.0049019488506019115, 0.3277312219142914, 0.3627452254295349, 0.8004202842712402, 2.0784313678741455, 2.0959384441375732], [1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9054622650146484, 1.2556023597717285, 1.1680673360824585, 0.7128852605819702, 0.17016807198524475, -0.21498596668243408, -0.0049019488506019115, 0.3627452254295349, 0.06512605398893356, -0.33753499388694763, -0.42506998777389526, -0.4075630009174347, -0.4425770044326782, -0.4425770044326782, 0.11764705926179886, 0.7654062509536743, 0.9054622650146484, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.2906162738800049, 1.378151297569275, 1.430672287940979, 1.0980392694473267, -0.057422954589128494, -1.1253501176834106, -0.6701680421829224, 0.29271721839904785, 0.8529412746429443, 1.1505602598190308, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9558824300765991, 1.8333333730697632, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.2030812501907349, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.2906162738800049, -0.6526610255241394, -0.9152660369873047, -0.7051820158958435, -0.7577030062675476, -0.4600839912891388, -1.0028010606765747, -0.6351540088653564, -0.3025209903717041, -0.23249296844005585, 0.06512605398893356, -0.057422954589128494, -0.21498596668243408, -0.14495795965194702, 0.06512605398893356, 0.2226892113685608, 0.06512605398893356, 0.17016807198524475, 0.08263305574655533, 0.11764705926179886, 0.3277312219142914, 0.39775922894477844, 0.13515406847000122, -0.12745095789432526, -0.03991595283150673, 0.18767507374286652, 0.13515406847000122, 0.13515406847000122, 0.29271721839904785, 0.15266107022762299, 0.6253502368927002, 2.043417453765869, 2.0959384441375732], [1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.8354342579841614, 0.9229692816734314, 0.6778712272644043, 0.15266107022762299, -0.5126050114631653, 0.03011205606162548, 0.502801239490509, 0.5378152132034302, -0.1624649614095688, -0.6001400351524353, -0.5476189851760864, -0.3200279772281647, -0.19747896492481232, 0.2577032148838043, 0.520308256149292, 0.7654062509536743, 0.8354342579841614, 0.9229692816734314, 0.9929972887039185, 1.0980392694473267, 1.0455182790756226, 0.2577032148838043, -1.247899055480957, -0.21498596668243408, 1.3956583738327026, 1.640756368637085, 1.483193278312683, 1.0630252361297607, 0.9929972887039185, 1.2556023597717285, 1.6582633256912231, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.5707283020019531, 1.343137264251709, 1.3956583738327026, 1.1505602598190308, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.465686321258545, 1.5007003545761108, 1.5707283020019531, 1.5357143878936768, 1.5882353782653809, 1.693277359008789, 1.0805323123931885, 1.2906162738800049, 1.343137264251709, -0.19747896492481232, -1.2303920984268188, -0.8977590203285217, -0.6876749992370605, -0.6001400351524353, -0.5826330184936523, -0.9152660369873047, -0.03991595283150673, 0.2577032148838043, 0.2226892113685608, 0.5378152132034302, 0.415266215801239, 0.432773232460022, -0.14495795965194702, 0.34523820877075195, 0.20518220961093903, 0.1001400575041771, 0.11764705926179886, -0.09243696182966232, 0.08263305574655533, 0.4852942228317261, 0.3102242052555084, 0.3627452254295349, 0.1001400575041771, 0.0476190559566021, 0.15266107022762299, 0.20518220961093903, 0.3102242052555084, 0.34523820877075195, 0.08263305574655533, 0.520308256149292, 2.1309523582458496, 2.1309523582458496], [1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.8179272413253784, 0.24019621312618256, 0.18767507374286652, 0.1001400575041771, 0.1001400575041771, 0.17016807198524475, -0.19747896492481232, -0.4950979948043823, -0.4950979948043823, -0.37254899740219116, -0.21498596668243408, 0.20518220961093903, 0.4852942228317261, 0.6253502368927002, 0.7303922772407532, 0.7829132676124573, 0.7478992342948914, 0.45028021931648254, -0.6351540088653564, -0.7226890325546265, 1.0805323123931885, 1.465686321258545, 1.5357143878936768, 1.640756368637085, 1.7457983493804932, 1.640756368637085, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.3277312219142914, 0.4677872359752655, 1.0630252361297607, 1.1855742931365967, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.465686321258545, 1.343137264251709, 1.2731093168258667, 1.5882353782653809, 1.0630252361297607, -0.6876749992370605, -1.1428570747375488, -0.4950979948043823, -1.335434079170227, -1.2128850221633911, -0.8802520632743835, -0.6351540088653564, -0.6176469922065735, -0.26750698685646057, -0.6701680421829224, 0.11764705926179886, -0.1624649614095688, 0.24019621312618256, 0.432773232460022, 0.20518220961093903, 0.15266107022762299, 0.17016807198524475, 0.5728292465209961, 0.3277312219142914, 0.0476190559566021, 0.06512605398893356, 0.012605053372681141, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.34523820877075195, 0.4677872359752655, 0.3802522122859955, -0.022408949211239815, 0.012605053372681141, 0.20518220961093903, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 2.2009804248809814, 2.113445281982422], [1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 1.0805323123931885, 1.2731093168258667, 1.2556023597717285, 1.0455182790756226, 0.7654062509536743, 0.45028021931648254, 0.17016807198524475, -0.14495795965194702, -0.19747896492481232, 0.24019621312618256, 0.24019621312618256, -0.1624649614095688, -0.39005598425865173, -0.33753499388694763, -0.12745095789432526, 0.18767507374286652, 0.502801239490509, 0.6428572535514832, 0.502801239490509, -0.03991595283150673, -0.8277310132980347, -0.0049019488506019115, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.518207311630249, 1.605742335319519, 1.7107843160629272, 1.780812382698059, 1.5882353782653809, 0.5553222298622131, -0.7577030062675476, -1.0553221702575684, -1.0028010606765747, -0.28501397371292114, -0.5126050114631653, -0.8452380299568176, -0.4075630009174347, 1.0630252361297607, 1.2205883264541626, 1.0980392694473267, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.7654062509536743, 0.7654062509536743, 0.8354342579841614, 0.6778712272644043, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.6253502368927002, 0.520308256149292, 0.45028021931648254, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.8879552483558655, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3081233501434326, 1.3256303071975708, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 0.7829132676124573, -0.6001400351524353, -0.21498596668243408, -1.335434079170227, -1.1253501176834106, -1.720588207244873, -1.3529410362243652, -1.6505602598190308, -0.7752100229263306, -0.8102240562438965, -0.5476189851760864, -0.39005598425865173, -0.8102240562438965, -0.10994396358728409, 0.3802522122859955, 0.20518220961093903, 0.3277312219142914, -0.0049019488506019115, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.6253502368927002, 0.6603642702102661, -0.057422954589128494, 0.1001400575041771, 0.24019621312618256, 0.2577032148838043, 0.3802522122859955, 0.5728292465209961, 0.6078432202339172, 0.415266215801239, 0.08263305574655533, 0.08263305574655533, 0.0476190559566021, 0.45028021931648254, 0.3627452254295349, 0.6253502368927002, 2.1834733486175537, 2.113445281982422], [1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.8354342579841614, 1.465686321258545, 1.8333333730697632, 1.7457983493804932, 1.6757704019546509, 1.518207311630249, 1.2205883264541626, 0.5728292465209961, 0.3277312219142914, 0.1001400575041771, -0.19747896492481232, -0.022408949211239815, 0.3627452254295349, 0.08263305574655533, -0.4425770044326782, -0.7401960492134094, -0.6176469922065735, -0.17997196316719055, 0.34523820877075195, 0.39775922894477844, -0.0049019488506019115, -0.4425770044326782, 0.590336263179779, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6757704019546509, 1.5882353782653809, 0.39775922894477844, -0.6176469922065735, -0.8802520632743835, -0.9502801299095154, -0.9327731132507324, -0.9327731132507324, -1.0903360843658447, -0.7577030062675476, 0.7829132676124573, 1.3081233501434326, 1.2030812501907349, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2226892113685608, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.1001400575041771, 0.15266107022762299, 0.08263305574655533, 0.3627452254295349, 0.24019621312618256, 0.34523820877075195, 0.6253502368927002, 0.6428572535514832, 0.45028021931648254, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 0.8704482913017273, 0.8179272413253784, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 1.1155463457107544, 0.03011205606162548, -0.7051820158958435, -1.160364031791687, -1.457983136177063, -1.457983136177063, -1.3879550695419312, -1.4404760599136353, -1.2654061317443848, -1.370448112487793, -0.9327731132507324, -0.7752100229263306, -0.7752100229263306, -0.5476189851760864, -0.37254899740219116, 0.20518220961093903, 0.415266215801239, 0.3277312219142914, 0.08263305574655533, 0.03011205606162548, 0.39775922894477844, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.6603642702102661, -0.09243696182966232, 0.11764705926179886, 0.15266107022762299, 0.17016807198524475, 0.24019621312618256, 0.6253502368927002, 0.6253502368927002, 0.415266215801239, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.6428572535514832, 0.17016807198524475, 0.29271721839904785, 2.113445281982422, 2.0959384441375732], [1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 1.0105042457580566, 1.5707283020019531, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.6232492923736572, 1.2556023597717285, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, -0.057422954589128494, -0.17997196316719055, -0.09243696182966232, 0.012605053372681141, -0.3550419807434082, -0.6351540088653564, -0.6701680421829224, -0.14495795965194702, 0.13515406847000122, 0.0476190559566021, 0.24019621312618256, 1.0105042457580566, 1.2030812501907349, 1.1855742931365967, 1.2556023597717285, 1.343137264251709, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.5357143878936768, 1.378151297569275, 0.6078432202339172, -0.6351540088653564, -0.7927170395851135, -0.7401960492134094, -0.6351540088653564, -0.6351540088653564, -0.7577030062675476, -0.9677870869636536, -1.1078431606292725, -0.23249296844005585, 0.432773232460022, 0.3102242052555084, 0.590336263179779, 0.8354342579841614, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.18767507374286652, 0.20518220961093903, 0.2577032148838043, 0.39775922894477844, 0.5728292465209961, 0.3802522122859955, -0.0049019488506019115, -0.12745095789432526, -0.09243696182966232, -0.0049019488506019115, -0.057422954589128494, 0.06512605398893356, 0.06512605398893356, 0.13515406847000122, 0.0476190559566021, 0.15266107022762299, 0.2226892113685608, 0.13515406847000122, 0.3102242052555084, 0.45028021931648254, 0.39775922894477844, 0.7128852605819702, 0.3102242052555084, 0.8704482913017273, 0.4677872359752655, 0.9754902720451355, 0.9579832553863525, 1.0805323123931885, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 0.4852942228317261, 0.11764705926179886, -0.10994396358728409, -0.8277310132980347, -1.247899055480957, -1.5455182790756226, -1.580532193183899, -1.6330533027648926, -1.4754900932312012, -1.3879550695419312, -0.7226890325546265, -0.7752100229263306, -1.0728291273117065, -1.1253501176834106, -0.5126050114631653, 0.012605053372681141, 0.34523820877075195, 0.7128852605819702, 0.5378152132034302, 0.34523820877075195, 0.0476190559566021, -0.07492996007204056, 0.3627452254295349, 0.6078432202339172, 0.6428572535514832, 0.34523820877075195, 0.4677872359752655, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.17016807198524475, 0.15266107022762299, 0.3627452254295349, 0.5378152132034302, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.45028021931648254, 2.113445281982422, 2.113445281982422], [1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.9579832553863525, 1.605742335319519, 1.8508403301239014, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3256303071975708, 0.8879552483558655, 0.7478992342948914, 0.8179272413253784, 0.5378152132034302, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.2752102017402649, 0.29271721839904785, -0.07492996007204056, -0.3025209903717041, -0.3200279772281647, -0.03991595283150673, 0.6778712272644043, 1.0105042457580566, 1.2030812501907349, 1.3081233501434326, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.2030812501907349, 0.590336263179779, -0.7577030062675476, -0.6876749992370605, -0.12745095789432526, -0.47759100794792175, -0.7226890325546265, -0.9502801299095154, -0.9152660369873047, -1.0378150939941406, -1.0378150939941406, -0.8452380299568176, -0.8277310132980347, -0.8452380299568176, -0.7226890325546265, -0.4950979948043823, -0.26750698685646057, 0.06512605398893356, 0.4677872359752655, 0.7829132676124573, 0.9054622650146484, 1.0105042457580566, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 0.8354342579841614, -0.3200279772281647, -0.3025209903717041, 0.08263305574655533, 1.2556023597717285, 1.728291392326355, 1.9208683967590332, 2.0259103775024414, 2.0259103775024414, 2.043417453765869, 2.043417453765869, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 2.165966510772705, 1.605742335319519, -0.8102240562438965, -1.2303920984268188, -0.17997196316719055, 0.8179272413253784, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3606443405151367, 1.1505602598190308, 0.0476190559566021, 0.012605053372681141, 0.29271721839904785, 1.0455182790756226, 0.9754902720451355, 0.8529412746429443, 0.6953782439231873, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.3627452254295349, 0.415266215801239, 0.3102242052555084, 0.15266107022762299, 0.18767507374286652, 0.2577032148838043, 0.17016807198524475, 0.3627452254295349, 0.13515406847000122, 0.012605053372681141, 0.20518220961093903, 0.012605053372681141, -0.09243696182966232, 0.012605053372681141, 0.15266107022762299, -0.10994396358728409, 0.03011205606162548, 0.18767507374286652, 0.3277312219142914, 0.34523820877075195, 0.0476190559566021, 0.590336263179779, 0.4852942228317261, 0.502801239490509, 0.7829132676124573, 1.0455182790756226, 1.2030812501907349, 0.9579832553863525, 0.9404762983322144, 1.0630252361297607, 1.0105042457580566, 0.8529412746429443, 0.012605053372681141, -0.8802520632743835, -1.160364031791687, -1.4754900932312012, -1.5280112028121948, -1.6330533027648926, -1.7030812501907349, -1.6855742931365967, -1.422969102859497, -1.7030812501907349, -0.0049019488506019115, 0.13515406847000122, -0.3550419807434082, -1.2128850221633911, -1.0903360843658447, -0.9327731132507324, 0.39775922894477844, 0.4677872359752655, 0.9229692816734314, 0.520308256149292, 0.11764705926179886, -0.37254899740219116, 0.502801239490509, 0.18767507374286652, 0.5553222298622131, 0.5728292465209961, 0.8354342579841614, 0.2752102017402649, 0.1001400575041771, 0.1001400575041771, -0.03991595283150673, -0.03991595283150673, 0.4677872359752655, 0.39775922894477844, 0.6253502368927002, 0.3627452254295349, 0.18767507374286652, 0.15266107022762299, 0.0476190559566021, 0.432773232460022, 0.502801239490509, 2.0959384441375732, 2.113445281982422], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.9579832553863525, 1.605742335319519, 1.9033613204956055, 1.8858543634414673, 1.7983193397521973, 1.6757704019546509, 1.3606443405151367, 0.8704482913017273, 0.8704482913017273, 1.1330533027648926, 0.9929972887039185, 0.7478992342948914, 0.3627452254295349, 0.012605053372681141, 0.17016807198524475, 0.4852942228317261, 0.3627452254295349, -0.14495795965194702, -0.3025209903717041, -0.21498596668243408, -0.4075630009174347, -0.42506998777389526, 0.0476190559566021, 0.5378152132034302, 0.8879552483558655, 1.1680673360824585, 1.2205883264541626, 0.5728292465209961, -0.4425770044326782, -0.1624649614095688, -0.7752100229263306, -0.8277310132980347, -0.7752100229263306, -0.7401960492134094, -0.23249296844005585, -0.33753499388694763, -0.28501397371292114, -0.42506998777389526, 0.415266215801239, 1.2906162738800049, 1.605742335319519, 1.7107843160629272, 1.9383753538131714, 2.0959384441375732, 1.640756368637085, 0.9754902720451355, 1.5707283020019531, 1.9733893871307373, 2.113445281982422, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.2009804248809814, 2.218487501144409, 2.0784313678741455, 0.7303922772407532, -1.3004200458526611, -1.5455182790756226, -0.37254899740219116, 1.6232492923736572, 1.9558824300765991, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.1834733486175537, 2.235994577407837, 2.3060226440429688, 2.288515567779541, 1.430672287940979, -0.6001400351524353, -0.2499999701976776, 0.6253502368927002, 1.0105042457580566, 0.8704482913017273, 0.7128852605819702, 0.4852942228317261, -0.28501397371292114, -1.0028010606765747, -1.370448112487793, -1.5630252361297607, -1.4054621458053589, 1.5007003545761108, 1.9908963441848755, 2.0959384441375732, 2.0959384441375732, 2.0609242916107178, 1.9383753538131714, 1.6757704019546509, 1.2205883264541626, 0.7654062509536743, 0.502801239490509, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.432773232460022, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.7303922772407532, 0.6428572535514832, 0.7829132676124573, 0.7128852605819702, 0.8004202842712402, 0.8704482913017273, 0.8004202842712402, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.0476190559566021, -0.19747896492481232, -0.2499999701976776, -0.14495795965194702, 0.0476190559566021, -0.19747896492481232, -0.1624649614095688, 0.08263305574655533, -0.07492996007204056, -0.07492996007204056, 0.08263305574655533, -0.1624649614095688, -0.03991595283150673, 0.08263305574655533, -0.03991595283150673, 0.15266107022762299, 0.15266107022762299, 0.17016807198524475, 0.08263305574655533, 0.3802522122859955, 0.432773232460022, 0.7829132676124573, 0.415266215801239, 1.0805323123931885, 0.9404762983322144, 0.5728292465209961, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 0.9929972887039185, 1.0805323123931885, 0.6953782439231873, -0.6701680421829224, -1.3004200458526611, -1.6330533027648926, -1.7030812501907349, -1.5105042457580566, -1.5455182790756226, -1.7030812501907349, -1.755602240562439, -1.3529410362243652, -1.3879550695419312, 0.3277312219142914, 0.6253502368927002, 0.20518220961093903, -0.4950979948043823, -1.0203081369400024, -0.7927170395851135, 0.8354342579841614, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.520308256149292, 0.2226892113685608, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.5553222298622131, 0.8529412746429443, 0.5378152132034302, 0.34523820877075195, 0.5553222298622131, 0.2226892113685608, 0.11764705926179886, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.15266107022762299, -0.03991595283150673, 0.6078432202339172, 0.15266107022762299, 2.1309523582458496, 2.1309523582458496], [1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.9054622650146484, 1.5707283020019531, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.7633053064346313, 1.4131653308868408, 1.0805323123931885, 1.0630252361297607, 1.343137264251709, 1.343137264251709, 0.9404762983322144, 0.590336263179779, 0.34523820877075195, 0.03011205606162548, 0.3102242052555084, 0.3627452254295349, 0.15266107022762299, 0.0476190559566021, -0.03991595283150673, -0.2499999701976776, -0.23249296844005585, -0.21498596668243408, -0.1624649614095688, -0.0049019488506019115, -0.26750698685646057, -0.9152660369873047, -1.195378065109253, -0.28501397371292114, -0.26750698685646057, -0.47759100794792175, -0.5301120281219482, -0.6176469922065735, -0.4600839912891388, -0.12745095789432526, -0.12745095789432526, -0.3200279772281647, 1.2731093168258667, 2.1834733486175537, 2.1309523582458496, 2.0784313678741455, 2.113445281982422, 1.8858543634414673, 1.7457983493804932, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.165966510772705, 2.165966510772705, 2.1309523582458496, 2.218487501144409, 2.1834733486175537, 1.9908963441848755, -0.07492996007204056, -1.422969102859497, -1.6155462265014648, -1.580532193183899, -0.42506998777389526, 1.7633053064346313, 1.8508403301239014, 1.9733893871307373, 1.9558824300765991, 1.9033613204956055, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 2.0084033012390137, 1.5882353782653809, -1.3179271221160889, -1.7030812501907349, -1.755602240562439, -1.370448112487793, -0.5651260018348694, -0.42506998777389526, -0.1624649614095688, -0.19747896492481232, -0.4075630009174347, -1.2654061317443848, -1.6155462265014648, -1.7030812501907349, -1.5980392694473267, -0.4425770044326782, 0.9404762983322144, 1.6757704019546509, 2.0084033012390137, 1.9558824300765991, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 1.8333333730697632, 1.3606443405151367, 0.590336263179779, 0.4677872359752655, 0.502801239490509, 0.590336263179779, 0.45028021931648254, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6603642702102661, 0.590336263179779, 0.4852942228317261, 0.3802522122859955, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.0476190559566021, 0.08263305574655533, 0.34523820877075195, 0.2752102017402649, 0.415266215801239, 0.24019621312618256, 0.39775922894477844, 0.3102242052555084, 0.2226892113685608, 0.29271721839904785, 0.1001400575041771, 0.29271721839904785, 0.39775922894477844, 0.24019621312618256, 0.06512605398893356, 0.08263305574655533, -0.057422954589128494, -0.1624649614095688, -0.14495795965194702, -0.19747896492481232, -0.07492996007204056, -0.1624649614095688, 0.03011205606162548, -0.09243696182966232, -0.09243696182966232, -0.022408949211239815, -0.23249296844005585, -0.07492996007204056, 0.08263305574655533, -0.19747896492481232, 0.2752102017402649, 0.24019621312618256, 0.3102242052555084, 0.34523820877075195, 0.432773232460022, 0.5728292465209961, 0.6603642702102661, 0.8004202842712402, 1.1855742931365967, 0.8004202842712402, 0.7303922772407532, 1.2205883264541626, 0.8354342579841614, 1.1330533027648926, 1.1155463457107544, 0.7478992342948914, 0.5378152132034302, -0.7051820158958435, -1.5105042457580566, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.0903360843658447, -1.7906162738800049, -1.720588207244873, -0.9852941036224365, 0.39775922894477844, 0.5553222298622131, 0.5378152132034302, 0.29271721839904785, -0.7401960492134094, -0.9327731132507324, 0.6253502368927002, 1.0455182790756226, 0.8529412746429443, 0.7128852605819702, 0.6428572535514832, 0.8704482913017273, 0.1001400575041771, 0.3102242052555084, 0.6253502368927002, 0.45028021931648254, 0.5553222298622131, 0.7128852605819702, 0.34523820877075195, 0.7478992342948914, 0.432773232460022, 0.17016807198524475, 0.4677872359752655, 0.5378152132034302, 0.415266215801239, 0.3277312219142914, -0.0049019488506019115, 0.012605053372681141, 0.012605053372681141, 0.7303922772407532, 0.08263305574655533, 2.1484594345092773, 2.1484594345092773], [1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.7983193397521973, 1.5357143878936768, 1.2380952835083008, 1.1330533027648926, 1.465686321258545, 1.5357143878936768, 1.2906162738800049, 0.8004202842712402, 0.6603642702102661, 0.3277312219142914, 0.13515406847000122, 0.3277312219142914, 0.502801239490509, 0.15266107022762299, -0.0049019488506019115, 0.3802522122859955, 0.5378152132034302, 0.5553222298622131, 0.3627452254295349, 0.06512605398893356, -0.6876749992370605, -1.247899055480957, -0.8802520632743835, -0.7927170395851135, -0.9502801299095154, -0.9502801299095154, -0.7927170395851135, -0.9677870869636536, -1.1778711080551147, -0.8277310132980347, -0.6351540088653564, -0.6526610255241394, 1.8333333730697632, 2.0084033012390137, 2.0259103775024414, 2.0609242916107178, 2.0609242916107178, 2.113445281982422, 2.1834733486175537, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.043417453765869, -0.28501397371292114, -1.160364031791687, -1.6155462265014648, -1.7380952835083008, -1.755602240562439, -1.7906162738800049, -1.4929972887039185, -0.47759100794792175, 0.7303922772407532, 1.3081233501434326, 1.6232492923736572, 1.868347406387329, 1.8333333730697632, 1.9733893871307373, 1.9383753538131714, 0.7128852605819702, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.6155462265014648, -1.5280112028121948, -1.3879550695419312, -1.2303920984268188, -1.2128850221633911, -1.3179271221160889, -1.580532193183899, -1.6155462265014648, -1.5630252361297607, -1.195378065109253, -0.21498596668243408, -0.14495795965194702, 0.3277312219142914, 1.5007003545761108, 1.815826416015625, 0.7478992342948914, -0.8802520632743835, -0.4950979948043823, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6078432202339172, 0.6428572535514832, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.3802522122859955, 0.39775922894477844, 0.4677872359752655, 0.4677872359752655, 0.13515406847000122, 0.11764705926179886, 0.1001400575041771, 0.08263305574655533, 0.08263305574655533, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.29271721839904785, 0.15266107022762299, 0.1001400575041771, 0.29271721839904785, 0.432773232460022, 0.45028021931648254, 0.18767507374286652, -0.0049019488506019115, 0.03011205606162548, 0.06512605398893356, 0.08263305574655533, 0.29271721839904785, 0.03011205606162548, -0.057422954589128494, -0.03991595283150673, -0.057422954589128494, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.12745095789432526, -0.14495795965194702, -0.14495795965194702, -0.26750698685646057, -0.19747896492481232, 0.20518220961093903, 0.012605053372681141, 0.1001400575041771, 0.17016807198524475, 0.4677872359752655, 0.432773232460022, 0.4852942228317261, 0.29271721839904785, 0.5728292465209961, 0.4677872359752655, 0.6078432202339172, 1.1155463457107544, 1.0280113220214844, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.3081233501434326, 0.5553222298622131, 0.20518220961093903, -0.8977590203285217, -1.4754900932312012, -1.7030812501907349, -1.7380952835083008, -1.8256303071975708, -1.7030812501907349, -1.668067216873169, -1.843137264251709, -1.668067216873169, -1.4404760599136353, -0.1624649614095688, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, -0.6701680421829224, -0.5826330184936523, 0.17016807198524475, 0.6078432202339172, 0.5728292465209961, 0.8179272413253784, 0.9229692816734314, 0.8179272413253784, 0.15266107022762299, 0.6078432202339172, 0.4852942228317261, 0.4677872359752655, 0.2752102017402649, 0.5728292465209961, 0.520308256149292, 0.7303922772407532, 0.4677872359752655, 0.3802522122859955, 0.4677872359752655, 0.415266215801239, 0.4852942228317261, 0.5553222298622131, 0.1001400575041771, -0.022408949211239815, -0.022408949211239815, 0.9404762983322144, 0.2577032148838043, 2.113445281982422, 2.1484594345092773], [1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.7829132676124573, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.343137264251709, 1.8333333730697632, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.6757704019546509, 1.343137264251709, 1.2906162738800049, 1.6757704019546509, 1.6232492923736572, 1.553221344947815, 1.1505602598190308, 0.6603642702102661, 0.520308256149292, 0.24019621312618256, 0.24019621312618256, 0.520308256149292, 0.415266215801239, 0.29271721839904785, 0.5378152132034302, 0.6953782439231873, 0.590336263179779, 0.24019621312618256, -0.47759100794792175, -1.0378150939941406, -0.7752100229263306, -0.7051820158958435, -0.8277310132980347, -0.9852941036224365, -1.1428570747375488, -1.2654061317443848, -1.422969102859497, -1.5980392694473267, -1.6330533027648926, -1.457983136177063, -1.1778711080551147, -0.7051820158958435, 0.5378152132034302, 0.9404762983322144, 0.9579832553863525, 1.553221344947815, 2.0084033012390137, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.3956583738327026, -1.6505602598190308, -1.6855742931365967, -1.668067216873169, -1.668067216873169, -1.7030812501907349, -1.720588207244873, -1.720588207244873, -1.7030812501907349, -1.7030812501907349, -1.6330533027648926, -1.7731093168258667, -1.4929972887039185, -1.580532193183899, -1.720588207244873, -1.720588207244873, -1.6505602598190308, -1.808123230934143, -1.878151297569275, -1.878151297569275, -1.9131653308868408, -1.8256303071975708, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.7731093168258667, -1.7906162738800049, -1.8256303071975708, -1.808123230934143, -1.6155462265014648, -1.4404760599136353, -1.1778711080551147, -0.6876749992370605, 0.3627452254295349, -0.2499999701976776, -0.14495795965194702, 0.1001400575041771, 0.24019621312618256, 0.6603642702102661, 0.8879552483558655, 1.1330533027648926, 1.0105042457580566, 0.5553222298622131, 0.34523820877075195, 0.2752102017402649, 0.3102242052555084, 0.13515406847000122, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.17016807198524475, 0.08263305574655533, 0.15266107022762299, 0.17016807198524475, 0.2226892113685608, 0.2752102017402649, 0.3277312219142914, 0.2752102017402649, 0.3277312219142914, 0.18767507374286652, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.2226892113685608, 0.3102242052555084, 0.3102242052555084, 0.15266107022762299, 0.08263305574655533, 0.08263305574655533, 0.012605053372681141, -0.03991595283150673, 0.0476190559566021, -0.0049019488506019115, -0.10994396358728409, -0.1624649614095688, -0.3200279772281647, -0.10994396358728409, -0.17997196316719055, -0.17997196316719055, -0.4425770044326782, -0.3200279772281647, -0.37254899740219116, -0.17997196316719055, -0.19747896492481232, -0.21498596668243408, -0.10994396358728409, -0.12745095789432526, -0.057422954589128494, -0.0049019488506019115, 0.11764705926179886, -0.14495795965194702, 0.11764705926179886, -0.12745095789432526, 0.20518220961093903, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.7829132676124573, 0.7829132676124573, 1.0455182790756226, 0.7829132676124573, 1.1680673360824585, 0.8004202842712402, 1.3256303071975708, 1.1855742931365967, 1.0105042457580566, 1.0980392694473267, 0.012605053372681141, -1.5105042457580566, -1.6155462265014648, -1.668067216873169, -1.668067216873169, -1.8606442213058472, -1.843137264251709, -1.7380952835083008, -1.843137264251709, -1.8256303071975708, -1.4929972887039185, -0.47759100794792175, -0.022408949211239815, 0.415266215801239, 0.3627452254295349, 0.0476190559566021, -0.5301120281219482, -0.17997196316719055, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.7654062509536743, 0.3102242052555084, 0.06512605398893356, 0.3627452254295349, 0.3627452254295349, 0.0476190559566021, 0.502801239490509, 0.4677872359752655, 0.6428572535514832, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.5378152132034302, 0.9054622650146484, 0.24019621312618256, 0.06512605398893356, 0.2577032148838043, 0.8529412746429443, 0.2752102017402649, 2.1484594345092773, 2.113445281982422], [1.465686321258545, 1.430672287940979, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 1.0280113220214844, 1.693277359008789, 1.9383753538131714, 1.9383753538131714, 1.9033613204956055, 1.7457983493804932, 1.5882353782653809, 1.5357143878936768, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.605742335319519, 0.9929972887039185, 0.39775922894477844, 0.432773232460022, 0.6428572535514832, 0.415266215801239, 0.45028021931648254, 0.29271721839904785, -0.23249296844005585, -0.6001400351524353, -0.9852941036224365, -1.195378065109253, -1.457983136177063, -1.5630252361297607, -1.6330533027648926, -1.668067216873169, -1.6155462265014648, -1.5630252361297607, -1.6155462265014648, -1.720588207244873, -1.878151297569275, -1.878151297569275, -1.6855742931365967, -1.457983136177063, -1.422969102859497, -1.5455182790756226, -1.720588207244873, -1.7030812501907349, -1.7731093168258667, 0.3802522122859955, 0.6953782439231873, -1.6505602598190308, -1.7030812501907349, -1.195378065109253, -0.7577030062675476, -1.2303920984268188, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.8606442213058472, -1.843137264251709, -1.8256303071975708, -1.895658254623413, -1.9131653308868408, -1.878151297569275, -1.808123230934143, -1.6505602598190308, -1.5980392694473267, -1.5630252361297607, -1.4929972887039185, -1.5105042457580566, -1.6505602598190308, -1.983193278312683, -1.8256303071975708, -0.8277310132980347, -0.17997196316719055, 0.39775922894477844, 0.7829132676124573, 0.4852942228317261, -0.21498596668243408, -1.1253501176834106, -1.247899055480957, -0.6701680421829224, -1.0378150939941406, -1.5105042457580566, -1.7380952835083008, -1.878151297569275, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.720588207244873, -1.5980392694473267, -0.6876749992370605, 0.17016807198524475, 0.39775922894477844, 0.415266215801239, 0.7478992342948914, 0.29271721839904785, 0.20518220961093903, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.20518220961093903, 0.2226892113685608, 0.2752102017402649, 0.432773232460022, 0.432773232460022, 0.3277312219142914, 0.3277312219142914, 0.4677872359752655, 0.20518220961093903, 0.11764705926179886, 0.06512605398893356, 0.06512605398893356, -0.12745095789432526, -0.057422954589128494, 0.08263305574655533, 0.012605053372681141, 0.0476190559566021, 0.18767507374286652, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.1624649614095688, 0.0476190559566021, 0.03011205606162548, -0.07492996007204056, 0.11764705926179886, 0.03011205606162548, -0.07492996007204056, -0.03991595283150673, -0.09243696182966232, -0.19747896492481232, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, -0.3025209903717041, -0.3550419807434082, -0.28501397371292114, -0.26750698685646057, -0.23249296844005585, -0.21498596668243408, -0.21498596668243408, -0.09243696182966232, -0.022408949211239815, -0.28501397371292114, 0.0476190559566021, 0.11764705926179886, -0.022408949211239815, -0.09243696182966232, 0.17016807198524475, 0.502801239490509, 0.5728292465209961, 0.415266215801239, 0.8704482913017273, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.8704482913017273, 0.6078432202339172, 1.1855742931365967, 1.0980392694473267, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.0455182790756226, -0.1624649614095688, -1.5280112028121948, -1.668067216873169, -1.7906162738800049, -1.7030812501907349, -1.755602240562439, -1.7906162738800049, -1.7906162738800049, -1.843137264251709, -1.8256303071975708, -1.9481792449951172, -0.9152660369873047, -0.4425770044326782, 0.520308256149292, 0.6253502368927002, -0.10994396358728409, -0.17997196316719055, 0.08263305574655533, 0.45028021931648254, 0.6428572535514832, 0.6078432202339172, 0.7303922772407532, 0.5728292465209961, 0.39775922894477844, 0.17016807198524475, 0.415266215801239, 0.415266215801239, -0.0049019488506019115, 0.17016807198524475, 0.590336263179779, 0.4677872359752655, 0.6603642702102661, 0.6078432202339172, 0.5378152132034302, 0.08263305574655533, 0.5553222298622131, 0.6953782439231873, 0.2226892113685608, -0.03991595283150673, 0.432773232460022, 0.3277312219142914, 0.415266215801239, 2.1834733486175537, 2.113445281982422], [1.465686321258545, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 1.5007003545761108, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.728291392326355, 1.6232492923736572, 1.430672287940979, 0.6953782439231873, 0.6603642702102661, 0.8004202842712402, 0.08263305574655533, -0.8452380299568176, -1.3879550695419312, -1.422969102859497, -1.422969102859497, -1.3879550695419312, -1.4054621458053589, -1.4754900932312012, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.930672287940979, -1.965686321258545, -2.0007002353668213, -1.983193278312683, -1.965686321258545, -1.5980392694473267, -1.0028010606765747, -0.9502801299095154, -1.1078431606292725, -1.247899055480957, -1.457983136177063, -1.4929972887039185, -1.580532193183899, -1.7380952835083008, -1.8256303071975708, -1.8256303071975708, -1.6330533027648926, -1.580532193183899, -1.755602240562439, -1.895658254623413, -1.7731093168258667, -1.335434079170227, -1.0553221702575684, -0.9502801299095154, -1.370448112487793, -1.755602240562439, -1.0378150939941406, 0.8354342579841614, 1.4481793642044067, 1.780812382698059, 1.8508403301239014, 1.868347406387329, 1.7633053064346313, 1.0455182790756226, 0.3277312219142914, 0.6953782439231873, 1.518207311630249, 1.3081233501434326, 1.0630252361297607, 0.45028021931648254, -0.8277310132980347, -1.335434079170227, 1.728291392326355, 2.0259103775024414, 2.113445281982422, 2.1309523582458496, 2.165966510772705, 2.0609242916107178, 1.7633053064346313, 1.1680673360824585, 0.18767507374286652, -0.8802520632743835, -1.0378150939941406, -0.33753499388694763, -0.057422954589128494, 0.18767507374286652, 0.06512605398893356, 0.08263305574655533, 0.15266107022762299, 0.13515406847000122, 0.45028021931648254, 0.5378152132034302, 0.45028021931648254, 0.3102242052555084, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.11764705926179886, 0.3102242052555084, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.11764705926179886, 0.06512605398893356, 0.03011205606162548, 0.15266107022762299, 0.06512605398893356, -0.057422954589128494, -0.057422954589128494, 0.20518220961093903, 0.3277312219142914, 0.3802522122859955, 0.2226892113685608, 0.1001400575041771, 0.0476190559566021, -0.03991595283150673, 0.06512605398893356, 0.0476190559566021, 0.03011205606162548, 0.012605053372681141, 0.0476190559566021, -0.022408949211239815, -0.17997196316719055, -0.3200279772281647, -0.14495795965194702, -0.1624649614095688, -0.17997196316719055, -0.26750698685646057, -0.5301120281219482, -0.33753499388694763, -0.2499999701976776, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.057422954589128494, -0.17997196316719055, -0.5826330184936523, 0.0476190559566021, 0.34523820877075195, 0.2577032148838043, 0.34523820877075195, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.4852942228317261, 0.9054622650146484, 0.7478992342948914, 0.8529412746429443, 1.2380952835083008, 1.1505602598190308, 1.0630252361297607, 1.2380952835083008, 1.3081233501434326, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 0.9054622650146484, 0.11764705926179886, -1.6505602598190308, -1.7906162738800049, -1.7380952835083008, -1.6855742931365967, -1.7030812501907349, -1.7906162738800049, -1.808123230934143, -1.7731093168258667, -1.580532193183899, -0.9852941036224365, -1.6855742931365967, -0.7927170395851135, 0.4852942228317261, 0.3277312219142914, 0.20518220961093903, 0.2577032148838043, -0.7226890325546265, -0.17997196316719055, 0.34523820877075195, 0.5378152132034302, 0.520308256149292, 0.6778712272644043, 0.6078432202339172, 0.432773232460022, 0.6953782439231873, 0.502801239490509, 0.502801239490509, 0.415266215801239, 0.502801239490509, 0.29271721839904785, 0.8354342579841614, 0.6953782439231873, 0.3802522122859955, 0.3277312219142914, 0.5728292465209961, 0.415266215801239, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, -0.03991595283150673, 0.6603642702102661, 2.1834733486175537, 2.0784313678741455], [1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.2030812501907349, 1.7633053064346313, 1.9208683967590332, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.815826416015625, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7457983493804932, 1.728291392326355, 1.3956583738327026, -0.1624649614095688, -0.8452380299568176, -1.247899055480957, -1.335434079170227, -1.3179271221160889, -1.2128850221633911, -1.3004200458526611, -1.4754900932312012, -1.580532193183899, -1.5630252361297607, -1.580532193183899, -1.5980392694473267, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.6155462265014648, -1.1078431606292725, -0.12745095789432526, 0.1001400575041771, 0.03011205606162548, -0.5476189851760864, -1.0203081369400024, -1.457983136177063, -1.7731093168258667, -1.808123230934143, -1.2654061317443848, -0.7401960492134094, -0.6351540088653564, -1.0378150939941406, -1.6330533027648926, -1.8256303071975708, -0.09243696182966232, 1.4481793642044067, 1.7457983493804932, 1.9033613204956055, 1.9033613204956055, 2.0609242916107178, 1.728291392326355, 0.6953782439231873, -0.6701680421829224, 0.6603642702102661, 1.0630252361297607, 0.34523820877075195, -0.8277310132980347, -1.4054621458053589, 1.4481793642044067, 2.0784313678741455, 2.0609242916107178, 2.0959384441375732, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.2205883264541626, -1.0553221702575684, 0.7303922772407532, 1.2380952835083008, 1.9908963441848755, 2.0084033012390137, 1.2731093168258667, 0.15266107022762299, 1.1505602598190308, 1.430672287940979, -0.2499999701976776, -0.26750698685646057, 0.2577032148838043, 0.1001400575041771, -0.3025209903717041, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.2226892113685608, 0.15266107022762299, 0.20518220961093903, 0.34523820877075195, 0.39775922894477844, 0.4852942228317261, 0.3102242052555084, 0.18767507374286652, 0.11764705926179886, -0.03991595283150673, -0.022408949211239815, 0.13515406847000122, 0.2577032148838043, 0.13515406847000122, 0.3102242052555084, -0.12745095789432526, -0.03991595283150673, -0.0049019488506019115, 0.15266107022762299, -0.022408949211239815, -0.07492996007204056, -0.07492996007204056, -0.2499999701976776, 0.06512605398893356, 0.11764705926179886, 0.3102242052555084, 0.3102242052555084, 0.24019621312618256, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.012605053372681141, -0.21498596668243408, 0.1001400575041771, -0.022408949211239815, -0.1624649614095688, -0.17997196316719055, -0.28501397371292114, -0.17997196316719055, -0.26750698685646057, -0.42506998777389526, -0.37254899740219116, -0.2499999701976776, -0.057422954589128494, -0.0049019488506019115, -0.19747896492481232, 0.012605053372681141, -0.07492996007204056, -0.1624649614095688, -0.37254899740219116, 0.03011205606162548, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, 0.2752102017402649, 0.29271721839904785, 0.590336263179779, 0.6078432202339172, 1.1155463457107544, 1.0105042457580566, 0.9054622650146484, 1.2731093168258667, 1.0105042457580566, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.1680673360824585, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 0.5728292465209961, -0.4950979948043823, -1.3529410362243652, -1.7030812501907349, -1.808123230934143, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.5105042457580566, -0.5476189851760864, -1.195378065109253, 0.29271721839904785, 0.4852942228317261, -0.28501397371292114, 0.7829132676124573, 0.415266215801239, 0.6253502368927002, 0.6078432202339172, 0.8004202842712402, 0.7829132676124573, 0.34523820877075195, 0.20518220961093903, 0.2752102017402649, 0.7128852605819702, 0.9754902720451355, 0.7128852605819702, 0.6078432202339172, 0.15266107022762299, 0.415266215801239, 0.6428572535514832, 0.6778712272644043, 0.11764705926179886, 0.432773232460022, 0.8004202842712402, 0.20518220961093903, 0.4852942228317261, 0.6428572535514832, 0.2577032148838043, 0.11764705926179886, 0.9054622650146484, 2.0784313678741455, 2.0784313678741455], [1.518207311630249, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 0.9579832553863525, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 1.0105042457580566, 1.6232492923736572, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9383753538131714, 1.8508403301239014, 1.7633053064346313, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.483193278312683, -0.8277310132980347, -0.9677870869636536, -1.1253501176834106, -1.2128850221633911, -1.195378065109253, -1.0728291273117065, -1.0378150939941406, -1.0903360843658447, -1.370448112487793, -1.5105042457580566, -1.5105042457580566, -1.5105042457580566, -1.5980392694473267, -1.5980392694473267, -1.247899055480957, 0.3102242052555084, 1.3081233501434326, 1.430672287940979, 1.5357143878936768, 1.518207311630249, 1.1680673360824585, 1.1680673360824585, 0.520308256149292, -0.8627450466156006, -0.8802520632743835, -0.8627450466156006, -1.2303920984268188, -1.6155462265014648, -1.6855742931365967, -1.3529410362243652, -0.8627450466156006, 1.0630252361297607, 1.3956583738327026, 1.6232492923736572, 1.6757704019546509, 1.3256303071975708, -0.10994396358728409, -1.5105042457580566, 0.39775922894477844, 1.9033613204956055, 2.043417453765869, 1.9908963441848755, 2.0609242916107178, 2.0609242916107178, 2.043417453765869, 1.6757704019546509, 0.06512605398893356, 0.34523820877075195, 1.1330533027648926, 1.1505602598190308, -0.19747896492481232, -0.8102240562438965, 1.553221344947815, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.780812382698059, 0.18767507374286652, -1.720588207244873, 0.5378152132034302, 1.6757704019546509, 1.6582633256912231, 1.3606443405151367, 0.39775922894477844, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.24019621312618256, 0.06512605398893356, 0.012605053372681141, 0.1001400575041771, 0.24019621312618256, 0.1001400575041771, 0.06512605398893356, -0.022408949211239815, 0.012605053372681141, -0.057422954589128494, -0.057422954589128494, -0.022408949211239815, -0.0049019488506019115, -0.0049019488506019115, -0.03991595283150673, -0.0049019488506019115, 0.17016807198524475, -0.14495795965194702, -0.022408949211239815, -0.0049019488506019115, -0.07492996007204056, 0.1001400575041771, 0.08263305574655533, -0.022408949211239815, -0.03991595283150673, -0.057422954589128494, -0.23249296844005585, -0.022408949211239815, 0.18767507374286652, 0.13515406847000122, 0.2226892113685608, 0.3102242052555084, 0.11764705926179886, 0.0476190559566021, 0.13515406847000122, -0.0049019488506019115, -0.10994396358728409, -0.12745095789432526, -0.19747896492481232, -0.19747896492481232, -0.1624649614095688, -0.3025209903717041, -0.14495795965194702, -0.28501397371292114, -0.5301120281219482, -0.2499999701976776, -0.19747896492481232, -0.26750698685646057, -0.022408949211239815, 0.012605053372681141, -0.07492996007204056, 0.0476190559566021, 0.0476190559566021, 0.11764705926179886, 0.11764705926179886, 0.3627452254295349, 0.5378152132034302, 0.6953782439231873, 0.8354342579841614, 0.8704482913017273, 0.9929972887039185, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2731093168258667, 1.2380952835083008, 1.2906162738800049, 1.4131653308868408, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, 0.6428572535514832, -1.0903360843658447, -1.668067216873169, -1.7731093168258667, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.580532193183899, -1.7030812501907349, -1.1253501176834106, -0.8627450466156006, -1.1078431606292725, 0.08263305574655533, 0.6953782439231873, 0.4677872359752655, 0.6953782439231873, -0.28501397371292114, -0.10994396358728409, 0.6428572535514832, 0.4852942228317261, 0.18767507374286652, 0.1001400575041771, 0.4852942228317261, 0.590336263179779, 0.8704482913017273, 0.8354342579841614, 0.3627452254295349, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.432773232460022, 0.4852942228317261, 0.6428572535514832, 0.8704482913017273, 0.29271721839904785, 0.3802522122859955, 0.8179272413253784, 2.1484594345092773, 2.0959384441375732], [1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8179272413253784, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 1.0105042457580566, 0.8704482913017273, 0.6428572535514832, 0.7128852605819702, 1.378151297569275, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3956583738327026, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -1.0378150939941406, -1.0903360843658447, -1.1428570747375488, -0.9677870869636536, -0.6876749992370605, -0.4075630009174347, -0.6526610255241394, -1.2303920984268188, -1.6155462265014648, -1.755602240562439, -0.1624649614095688, 1.605742335319519, 1.8333333730697632, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 2.0259103775024414, 1.4131653308868408, -0.5301120281219482, -1.160364031791687, -0.4075630009174347, -1.0903360843658447, -1.8606442213058472, -1.895658254623413, -1.4929972887039185, 0.2577032148838043, 0.8529412746429443, 0.9229692816734314, 0.13515406847000122, -1.370448112487793, -1.3879550695419312, -0.4600839912891388, -0.47759100794792175, -1.0028010606765747, -1.2654061317443848, 0.7829132676124573, 1.605742335319519, 1.7983193397521973, 1.9208683967590332, 2.043417453765869, 2.0609242916107178, 1.3956583738327026, -0.7577030062675476, 1.3081233501434326, 1.9733893871307373, 2.0609242916107178, 1.9908963441848755, 1.2205883264541626, -0.42506998777389526, 1.1155463457107544, 1.4131653308868408, 1.8858543634414673, 1.9733893871307373, 1.868347406387329, 0.3102242052555084, -1.2654061317443848, -0.03991595283150673, -0.23249296844005585, 1.0980392694473267, 1.1680673360824585, 0.4677872359752655, 0.39775922894477844, 0.39775922894477844, 0.4852942228317261, 0.4677872359752655, 0.3627452254295349, 0.15266107022762299, 0.08263305574655533, 0.06512605398893356, 0.03011205606162548, 0.06512605398893356, 0.03011205606162548, -0.14495795965194702, -0.0049019488506019115, -0.10994396358728409, 0.17016807198524475, 0.11764705926179886, 0.06512605398893356, -0.14495795965194702, -0.12745095789432526, 0.0476190559566021, -0.057422954589128494, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, 0.0476190559566021, 0.2577032148838043, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, 0.03011205606162548, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.2226892113685608, 0.24019621312618256, 0.11764705926179886, 0.012605053372681141, -0.21498596668243408, -0.1624649614095688, -0.37254899740219116, -0.23249296844005585, -0.37254899740219116, -0.23249296844005585, -0.23249296844005585, -0.23249296844005585, -0.10994396358728409, -0.37254899740219116, 0.20518220961093903, -0.07492996007204056, 0.15266107022762299, 0.08263305574655533, -0.26750698685646057, -0.17997196316719055, 0.20518220961093903, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.3102242052555084, 0.13515406847000122, 0.432773232460022, 0.590336263179779, 1.0105042457580566, 0.7478992342948914, 1.2556023597717285, 1.0280113220214844, 1.0280113220214844, 1.1330533027648926, 1.2556023597717285, 1.3081233501434326, 1.430672287940979, 1.3081233501434326, 1.2556023597717285, 1.3081233501434326, 0.8879552483558655, 0.4852942228317261, -0.47759100794792175, -1.370448112487793, -1.7380952835083008, -1.755602240562439, -1.8256303071975708, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.6155462265014648, -1.0203081369400024, 0.012605053372681141, -0.6876749992370605, -0.7752100229263306, -0.4600839912891388, -0.022408949211239815, 0.012605053372681141, 0.6078432202339172, 0.7303922772407532, 0.6603642702102661, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.7128852605819702, 0.502801239490509, 0.3802522122859955, 0.6078432202339172, 0.3277312219142914, 0.7478992342948914, 0.6953782439231873, 0.6078432202339172, 0.2577032148838043, 0.34523820877075195, 0.8704482913017273, 1.0105042457580566, 0.590336263179779, 0.7654062509536743, 1.0805323123931885, 2.165966510772705, 2.0784313678741455], [1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6428572535514832, 0.6428572535514832, 1.3606443405151367, 1.780812382698059, 1.640756368637085, 1.1505602598190308, 0.7478992342948914, 1.0980392694473267, 1.6582633256912231, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.605742335319519, 0.8704482913017273, -0.5476189851760864, -0.6001400351524353, -0.8102240562438965, -1.1253501176834106, -1.370448112487793, -1.5280112028121948, -1.282913088798523, -0.6701680421829224, 0.012605053372681141, 0.29271721839904785, 0.06512605398893356, -0.4600839912891388, 1.6757704019546509, 1.9908963441848755, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 2.1309523582458496, 1.9383753538131714, 1.343137264251709, -0.9152660369873047, -1.4929972887039185, -1.4404760599136353, -1.6330533027648926, -1.7380952835083008, -1.755602240562439, -0.4425770044326782, 0.20518220961093903, 0.2226892113685608, -0.9502801299095154, -1.755602240562439, -1.668067216873169, 0.4677872359752655, 1.3256303071975708, 1.5007003545761108, 1.4481793642044067, 1.343137264251709, 0.13515406847000122, -1.422969102859497, -1.282913088798523, -0.5301120281219482, 0.3102242052555084, -0.09243696182966232, -1.5455182790756226, 0.13515406847000122, 1.8333333730697632, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9908963441848755, 1.9208683967590332, 1.0980392694473267, -0.12745095789432526, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.0630252361297607, -1.1078431606292725, -1.282913088798523, 1.343137264251709, 1.1505602598190308, 0.8004202842712402, 0.5378152132034302, 0.2577032148838043, 0.3277312219142914, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.24019621312618256, 0.11764705926179886, 0.17016807198524475, -0.14495795965194702, 0.06512605398893356, -0.10994396358728409, -0.10994396358728409, -0.10994396358728409, -0.23249296844005585, 0.1001400575041771, 0.0476190559566021, 0.20518220961093903, 0.012605053372681141, 0.2226892113685608, 0.34523820877075195, 0.39775922894477844, -0.07492996007204056, -0.07492996007204056, 0.0476190559566021, -0.2499999701976776, 0.2577032148838043, 0.1001400575041771, 0.0476190559566021, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.06512605398893356, -0.057422954589128494, -0.33753499388694763, -0.022408949211239815, 0.39775922894477844, 0.15266107022762299, 0.06512605398893356, -0.26750698685646057, 0.03011205606162548, -0.09243696182966232, -0.3025209903717041, -0.1624649614095688, -0.3550419807434082, -0.4950979948043823, -0.47759100794792175, -0.33753499388694763, -0.5301120281219482, 0.18767507374286652, -0.7226890325546265, -0.28501397371292114, -0.23249296844005585, -0.33753499388694763, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.17016807198524475, 0.2226892113685608, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.590336263179779, 0.7829132676124573, 1.1505602598190308, 1.3606443405151367, 1.2556023597717285, 1.2556023597717285, 1.1330533027648926, 1.5707283020019531, 1.430672287940979, 1.2906162738800049, 1.465686321258545, 1.3081233501434326, 0.8704482913017273, 0.7654062509536743, -1.0903360843658447, -1.6505602598190308, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.6855742931365967, -1.7731093168258667, -1.5455182790756226, -1.5630252361297607, 0.13515406847000122, -0.5651260018348694, -0.3025209903717041, 0.4852942228317261, 0.9929972887039185, 0.13515406847000122, 0.3802522122859955, 0.5378152132034302, 0.3102242052555084, 0.06512605398893356, 0.0476190559566021, 0.06512605398893356, 0.11764705926179886, 0.45028021931648254, 0.5728292465209961, 0.5378152132034302, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, 0.20518220961093903, 0.590336263179779, 0.7654062509536743, 0.5553222298622131, 0.3277312219142914, 0.012605053372681141, 0.4677872359752655, 0.6603642702102661, 0.5728292465209961, 0.6778712272644043, 1.3081233501434326, 2.1834733486175537, 2.0959384441375732], [1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.4131653308868408, 2.0084033012390137, 1.9033613204956055, 1.553221344947815, 0.6778712272644043, 0.8529412746429443, 1.430672287940979, 1.7457983493804932, 1.9033613204956055, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 0.012605053372681141, -0.33753499388694763, -0.19747896492481232, -0.6876749992370605, -1.4054621458053589, -1.6330533027648926, -1.7030812501907349, -1.4929972887039185, -0.7401960492134094, 0.11764705926179886, 0.8529412746429443, 1.8333333730697632, 2.0609242916107178, 2.0084033012390137, 2.1309523582458496, 2.113445281982422, 1.9733893871307373, 0.8879552483558655, -1.282913088798523, -1.843137264251709, -1.7030812501907349, -0.7051820158958435, -0.5826330184936523, -1.0903360843658447, -1.755602240562439, -1.457983136177063, -0.4600839912891388, -0.6176469922065735, -1.282913088798523, -1.7731093168258667, -1.4404760599136353, 0.3102242052555084, 0.7829132676124573, 0.9754902720451355, 0.7654062509536743, -1.0378150939941406, -1.878151297569275, -1.6505602598190308, 0.5553222298622131, 1.5882353782653809, 1.6232492923736572, 1.3956583738327026, 0.8704482913017273, -0.4950979948043823, 0.03011205606162548, 0.9754902720451355, 1.378151297569275, 1.6757704019546509, 1.9033613204956055, 1.9208683967590332, 2.113445281982422, 2.1309523582458496, 2.0609242916107178, 0.5728292465209961, -0.7401960492134094, -0.8452380299568176, -1.2654061317443848, 0.20518220961093903, 0.9054622650146484, 0.6253502368927002, 0.4852942228317261, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.3802522122859955, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.4677872359752655, 0.08263305574655533, 0.0476190559566021, -0.022408949211239815, 0.15266107022762299, -0.23249296844005585, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, -0.03991595283150673, -0.14495795965194702, -0.03991595283150673, -0.09243696182966232, 0.18767507374286652, 0.06512605398893356, -0.1624649614095688, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.11764705926179886, -0.07492996007204056, 0.03011205606162548, -0.3025209903717041, -0.057422954589128494, 0.08263305574655533, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.03011205606162548, 0.03011205606162548, -0.03991595283150673, -0.21498596668243408, -0.0049019488506019115, 0.17016807198524475, 0.0476190559566021, 0.29271721839904785, -0.2499999701976776, -0.23249296844005585, -0.14495795965194702, -0.022408949211239815, 0.06512605398893356, -0.10994396358728409, -0.23249296844005585, -0.14495795965194702, -0.3025209903717041, 0.13515406847000122, 0.17016807198524475, 0.012605053372681141, 0.17016807198524475, 0.3102242052555084, 0.502801239490509, 0.3102242052555084, 0.3277312219142914, 0.7303922772407532, 0.8529412746429443, 1.2556023597717285, 0.9754902720451355, 1.1505602598190308, 1.1855742931365967, 1.5357143878936768, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.3256303071975708, 1.3256303071975708, 0.6078432202339172, -1.282913088798523, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.7906162738800049, -1.8256303071975708, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.8606442213058472, -1.720588207244873, -0.8452380299568176, -1.0378150939941406, -0.8977590203285217, -0.6701680421829224, 0.8879552483558655, 0.8004202842712402, 1.465686321258545, 1.7983193397521973, 0.6778712272644043, 1.0105042457580566, 0.7128852605819702, 0.9229692816734314, 0.3627452254295349, 0.11764705926179886, -0.4425770044326782, 0.012605053372681141, 0.502801239490509, 0.590336263179779, 0.520308256149292, 1.0980392694473267, 0.3802522122859955, -0.12745095789432526, 0.2577032148838043, 0.9229692816734314, 0.590336263179779, 0.7478992342948914, 0.45028021931648254, 0.03011205606162548, 0.2226892113685608, 0.6428572535514832, 0.6428572535514832, 0.8004202842712402, 1.0630252361297607, 2.1309523582458496, 2.0959384441375732], [1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 1.343137264251709, 1.9733893871307373, 2.0084033012390137, 1.6232492923736572, 0.7829132676124573, 0.8179272413253784, 1.2380952835083008, 1.5707283020019531, 1.3606443405151367, 0.8004202842712402, -0.5126050114631653, -1.335434079170227, -1.4054621458053589, -1.3004200458526611, -1.4404760599136353, -1.4929972887039185, -0.8977590203285217, -0.057422954589128494, 0.34523820877075195, -0.1624649614095688, -1.0903360843658447, -1.668067216873169, -1.878151297569275, -1.6505602598190308, -1.0203081369400024, 1.1680673360824585, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 1.7983193397521973, 0.415266215801239, -1.0203081369400024, -1.4754900932312012, -1.7380952835083008, -1.5980392694473267, -1.2654061317443848, -1.6155462265014648, -1.843137264251709, -1.7030812501907349, -0.6351540088653564, 0.012605053372681141, -0.3550419807434082, -1.3179271221160889, -1.6155462265014648, -0.8102240562438965, 0.415266215801239, 0.20518220961093903, -0.4600839912891388, -1.3879550695419312, -1.7906162738800049, -1.668067216873169, -0.23249296844005585, 1.343137264251709, 1.5882353782653809, 1.465686321258545, 1.430672287940979, 0.502801239490509, -1.5105042457580566, -1.6155462265014648, 0.11764705926179886, 1.8858543634414673, 2.043417453765869, 2.113445281982422, 2.165966510772705, 2.218487501144409, 2.1484594345092773, 2.0084033012390137, -0.7226890325546265, -1.5280112028121948, -1.7030812501907349, -0.6176469922065735, 0.06512605398893356, 0.3277312219142914, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.29271721839904785, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.3627452254295349, 0.03011205606162548, 0.08263305574655533, 0.3802522122859955, 0.08263305574655533, 0.3802522122859955, 0.18767507374286652, -0.022408949211239815, 0.2577032148838043, 0.012605053372681141, 0.08263305574655533, 0.06512605398893356, 0.18767507374286652, -0.14495795965194702, 0.20518220961093903, 0.20518220961093903, 0.17016807198524475, 0.03011205606162548, 0.06512605398893356, -0.0049019488506019115, -0.03991595283150673, 0.34523820877075195, -0.09243696182966232, -0.10994396358728409, -0.022408949211239815, -0.10994396358728409, -0.1624649614095688, -0.0049019488506019115, -0.057422954589128494, -0.23249296844005585, -0.1624649614095688, 0.29271721839904785, 0.2226892113685608, 0.18767507374286652, 0.0476190559566021, -0.14495795965194702, -0.022408949211239815, -0.022408949211239815, -0.09243696182966232, -0.21498596668243408, 0.03011205606162548, -0.09243696182966232, -0.03991595283150673, -0.1624649614095688, -0.4425770044326782, -0.07492996007204056, -0.12745095789432526, 0.13515406847000122, -0.057422954589128494, 0.06512605398893356, 0.24019621312618256, 0.3802522122859955, 0.45028021931648254, 0.5553222298622131, 0.4677872359752655, 0.8704482913017273, 0.9754902720451355, 1.1155463457107544, 1.2380952835083008, 1.4481793642044067, 1.1855742931365967, 1.4481793642044067, 1.5357143878936768, 1.518207311630249, 1.4131653308868408, 1.5707283020019531, 1.3956583738327026, 0.7654062509536743, -1.5105042457580566, -1.720588207244873, -1.808123230934143, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.843137264251709, -1.843137264251709, -1.895658254623413, -1.8256303071975708, -1.808123230934143, -1.5630252361297607, -1.3879550695419312, -1.2303920984268188, 1.2380952835083008, 1.465686321258545, 1.5882353782653809, 1.7107843160629272, 1.378151297569275, 1.728291392326355, 1.3256303071975708, 1.2731093168258667, 0.9929972887039185, 0.9054622650146484, 0.6603642702102661, 0.13515406847000122, 0.4852942228317261, 0.20518220961093903, 0.20518220961093903, 0.7829132676124573, 0.6078432202339172, 0.9054622650146484, 0.17016807198524475, 0.8354342579841614, 0.432773232460022, 0.8704482913017273, 0.7478992342948914, 0.7829132676124573, 0.7128852605819702, 0.5553222298622131, 0.4852942228317261, 0.6428572535514832, 0.520308256149292, 0.6428572535514832, 1.0980392694473267, 2.165966510772705, 2.0784313678741455], [1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5378152132034302, 1.2731093168258667, 1.9033613204956055, 1.9908963441848755, 1.640756368637085, 0.520308256149292, -0.6176469922065735, -1.282913088798523, -1.5455182790756226, -1.5455182790756226, -1.5455182790756226, -1.6155462265014648, -1.668067216873169, -1.6505602598190308, -1.720588207244873, -1.7906162738800049, -1.8256303071975708, -1.7731093168258667, -1.3004200458526611, -0.4075630009174347, 0.3627452254295349, 0.3802522122859955, -0.39005598425865173, -1.4404760599136353, -1.7731093168258667, -1.7030812501907349, 1.0280113220214844, 2.043417453765869, 1.6582633256912231, 0.8879552483558655, -1.422969102859497, -1.6155462265014648, -1.4754900932312012, -1.668067216873169, -1.668067216873169, -0.8977590203285217, -0.42506998777389526, -0.5651260018348694, -1.4754900932312012, -1.4929972887039185, -1.4404760599136353, -1.843137264251709, -1.9481792449951172, -1.6155462265014648, 0.11764705926179886, 0.3277312219142914, 0.1001400575041771, -0.7401960492134094, -1.1253501176834106, 0.39775922894477844, 0.45028021931648254, -0.28501397371292114, -0.8102240562438965, -0.5126050114631653, -0.6001400351524353, -1.370448112487793, -1.8256303071975708, -1.6505602598190308, 0.9404762983322144, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.2710084915161133, 2.358543634414673, 2.393557548522949, 1.7983193397521973, 0.0476190559566021, -0.6876749992370605, -1.720588207244873, -0.4425770044326782, 0.6953782439231873, 0.7829132676124573, 0.7128852605819702, 0.502801239490509, -0.14495795965194702, 0.012605053372681141, -0.09243696182966232, -0.03991595283150673, 0.15266107022762299, 0.012605053372681141, 0.18767507374286652, 0.3627452254295349, -0.03991595283150673, 0.0476190559566021, 0.3277312219142914, 0.39775922894477844, 0.1001400575041771, 0.24019621312618256, -0.1624649614095688, 0.590336263179779, 0.17016807198524475, 0.20518220961093903, 0.03011205606162548, 0.18767507374286652, 0.34523820877075195, 0.3802522122859955, -0.022408949211239815, -0.14495795965194702, 0.08263305574655533, 0.1001400575041771, 0.08263305574655533, -0.10994396358728409, -0.09243696182966232, -0.17997196316719055, 0.3102242052555084, -0.10994396358728409, 0.03011205606162548, -0.07492996007204056, -0.3550419807434082, 0.012605053372681141, -0.07492996007204056, -0.0049019488506019115, 0.15266107022762299, 0.2577032148838043, -0.0049019488506019115, 0.17016807198524475, 0.13515406847000122, -0.0049019488506019115, -0.14495795965194702, -0.4950979948043823, -0.07492996007204056, -0.39005598425865173, -0.14495795965194702, -0.5826330184936523, -0.26750698685646057, -0.12745095789432526, -0.10994396358728409, 0.08263305574655533, 0.2577032148838043, -0.0049019488506019115, 0.0476190559566021, 0.2577032148838043, 0.15266107022762299, 0.5728292465209961, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.553221344947815, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.430672287940979, -0.5651260018348694, -1.7030812501907349, -1.720588207244873, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.8606442213058472, -1.878151297569275, -1.0903360843658447, -1.4404760599136353, 0.7128852605819702, 0.15266107022762299, 0.3102242052555084, 1.378151297569275, 1.868347406387329, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.5882353782653809, 1.343137264251709, 0.9579832553863525, 1.0630252361297607, 0.2226892113685608, -0.33753499388694763, -0.12745095789432526, -0.0049019488506019115, 0.7303922772407532, 0.502801239490509, 0.7654062509536743, 0.08263305574655533, 0.9754902720451355, 0.432773232460022, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.502801239490509, 0.39775922894477844, 0.520308256149292, 0.8704482913017273, 0.6253502368927002, 0.6953782439231873, 1.0455182790756226, 2.1834733486175537, 2.0609242916107178], [1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 1.1855742931365967, 1.8333333730697632, 2.0259103775024414, 1.3956583738327026, -0.26750698685646057, -0.5476189851760864, -0.7752100229263306, -1.1253501176834106, -1.5105042457580566, -1.720588207244873, -1.7731093168258667, -1.7380952835083008, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.878151297569275, -1.930672287940979, -1.808123230934143, -1.160364031791687, -0.09243696182966232, 0.7128852605819702, 0.29271721839904785, -0.7401960492134094, -1.5630252361297607, 0.1001400575041771, 1.2205883264541626, -0.19747896492481232, -1.5455182790756226, -1.370448112487793, -1.0203081369400024, -1.0728291273117065, -1.5980392694473267, -1.5105042457580566, -1.0028010606765747, -0.9677870869636536, -1.5105042457580566, -0.7752100229263306, -0.12745095789432526, -0.3550419807434082, -1.2303920984268188, -1.4054621458053589, -0.9502801299095154, -1.422969102859497, -1.8256303071975708, -1.878151297569275, -0.7401960492134094, 0.2752102017402649, 0.2226892113685608, -0.3025209903717041, -0.9327731132507324, -0.022408949211239815, -0.0049019488506019115, -0.7577030062675476, -1.6855742931365967, 0.20518220961093903, 1.693277359008789, 2.165966510772705, 2.2710084915161133, 2.3235294818878174, 2.3060226440429688, 2.2710084915161133, 0.590336263179779, 0.03011205606162548, -0.6701680421829224, -1.843137264251709, -1.1778711080551147, 1.0805323123931885, 1.2556023597717285, 1.0630252361297607, 1.0455182790756226, -0.14495795965194702, -0.3200279772281647, 0.012605053372681141, 0.1001400575041771, -0.0049019488506019115, 0.1001400575041771, 0.11764705926179886, -0.057422954589128494, 0.06512605398893356, 0.2752102017402649, 0.11764705926179886, 0.08263305574655533, 0.24019621312618256, 0.17016807198524475, 0.29271721839904785, 0.06512605398893356, 0.2752102017402649, 0.502801239490509, 0.34523820877075195, 0.06512605398893356, -0.022408949211239815, -0.21498596668243408, -0.09243696182966232, -0.26750698685646057, -0.10994396358728409, -0.3200279772281647, -0.37254899740219116, -0.4950979948043823, -0.07492996007204056, -0.28501397371292114, -0.4075630009174347, 0.2226892113685608, 0.24019621312618256, 0.1001400575041771, -0.057422954589128494, -0.14495795965194702, -0.07492996007204056, -0.3200279772281647, -0.3025209903717041, -0.12745095789432526, 0.08263305574655533, 0.15266107022762299, 0.0476190559566021, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -0.057422954589128494, -0.09243696182966232, -0.4075630009174347, -0.0049019488506019115, -0.28501397371292114, -0.09243696182966232, -0.09243696182966232, -0.07492996007204056, -0.0049019488506019115, -0.2499999701976776, -0.022408949211239815, 0.13515406847000122, 0.4677872359752655, 0.502801239490509, 0.2752102017402649, 0.502801239490509, 0.8004202842712402, 0.8879552483558655, 1.1680673360824585, 1.1505602598190308, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.5882353782653809, 1.465686321258545, 1.465686321258545, 1.5357143878936768, 1.2731093168258667, 0.6253502368927002, -1.195378065109253, -1.5980392694473267, -1.7906162738800049, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.7906162738800049, -1.7906162738800049, -1.8256303071975708, -1.7906162738800049, -1.7731093168258667, -1.7380952835083008, -0.9852941036224365, -0.23249296844005585, 0.502801239490509, 1.518207311630249, 1.2205883264541626, 1.7457983493804932, 0.4677872359752655, 1.7983193397521973, 1.728291392326355, 1.7983193397521973, 1.6582633256912231, 1.640756368637085, 1.8333333730697632, 1.2556023597717285, 1.605742335319519, -0.23249296844005585, -0.4425770044326782, -0.28501397371292114, 0.24019621312618256, 0.45028021931648254, 0.6078432202339172, 0.520308256149292, 0.34523820877075195, 0.8704482913017273, 0.415266215801239, 0.6253502368927002, 0.7478992342948914, 0.45028021931648254, 0.8179272413253784, 0.5553222298622131, 0.34523820877075195, 0.08263305574655533, 0.9229692816734314, 0.7829132676124573, 0.7829132676124573, 2.235994577407837, 2.0609242916107178], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.8704482913017273, 0.8179272413253784, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.0280113220214844, 1.7457983493804932, 2.0084033012390137, 1.693277359008789, 1.1855742931365967, 0.432773232460022, -0.03991595283150673, -0.10994396358728409, -0.33753499388694763, -0.9502801299095154, -1.5105042457580566, -1.7906162738800049, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.9131653308868408, -1.930672287940979, -1.965686321258545, -1.965686321258545, -2.018207311630249, -1.755602240562439, -0.8977590203285217, 0.3802522122859955, 0.5728292465209961, -0.28501397371292114, -0.9852941036224365, -1.668067216873169, -1.720588207244873, -1.5630252361297607, -1.3529410362243652, -1.1778711080551147, -1.1778711080551147, -1.1078431606292725, -0.8627450466156006, -0.7226890325546265, -1.282913088798523, -1.4054621458053589, -1.0203081369400024, -0.8277310132980347, -1.5630252361297607, -1.3879550695419312, -0.19747896492481232, -0.7051820158958435, -1.422969102859497, -1.6330533027648926, -1.0028010606765747, -0.8277310132980347, -1.4929972887039185, -1.843137264251709, -1.5630252361297607, 0.03011205606162548, 0.20518220961093903, 0.24019621312618256, -0.07492996007204056, 1.5707283020019531, 2.165966510772705, 2.218487501144409, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 1.9733893871307373, 0.0476190559566021, -1.1078431606292725, -1.5630252361297607, -1.720588207244873, -1.160364031791687, 0.4677872359752655, 0.5553222298622131, 0.6253502368927002, 0.2752102017402649, -0.8627450466156006, -0.4425770044326782, 0.17016807198524475, -0.07492996007204056, -0.33753499388694763, -0.10994396358728409, 0.13515406847000122, 0.24019621312618256, 0.0476190559566021, -0.21498596668243408, 0.13515406847000122, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.24019621312618256, 0.2752102017402649, 0.2226892113685608, 0.6253502368927002, -0.21498596668243408, 0.20518220961093903, 0.03011205606162548, 0.03011205606162548, -0.14495795965194702, -0.3200279772281647, -0.3200279772281647, -0.2499999701976776, -0.3025209903717041, -0.17997196316719055, -0.03991595283150673, 0.06512605398893356, -0.10994396358728409, 0.03011205606162548, -0.1624649614095688, -0.022408949211239815, 0.13515406847000122, 0.18767507374286652, -0.022408949211239815, -0.23249296844005585, -0.1624649614095688, -0.47759100794792175, -0.10994396358728409, -0.33753499388694763, -0.0049019488506019115, 0.06512605398893356, 0.03011205606162548, -0.23249296844005585, -0.10994396358728409, -0.17997196316719055, -0.07492996007204056, 0.15266107022762299, -0.07492996007204056, -0.03991595283150673, 0.1001400575041771, -0.26750698685646057, 0.1001400575041771, -0.03991595283150673, -0.0049019488506019115, 0.18767507374286652, 0.39775922894477844, 0.5378152132034302, 0.6953782439231873, 0.9229692816734314, 0.8004202842712402, 0.8879552483558655, 1.2205883264541626, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.0455182790756226, -1.3004200458526611, -1.5280112028121948, -1.668067216873169, -1.755602240562439, -1.808123230934143, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.580532193183899, -0.5126050114631653, 1.0455182790756226, 0.590336263179779, 1.483193278312683, 1.6582633256912231, 1.8858543634414673, 1.5007003545761108, 1.6232492923736572, 1.6232492923736572, 1.693277359008789, 1.7633053064346313, 1.7107843160629272, 1.780812382698059, 1.430672287940979, 0.3627452254295349, 0.34523820877075195, 0.8354342579841614, 0.7829132676124573, 0.5553222298622131, 0.432773232460022, 0.4852942228317261, 0.5553222298622131, 0.6428572535514832, 0.6953782439231873, 0.3802522122859955, 0.9229692816734314, 0.432773232460022, 0.6953782439231873, 0.9404762983322144, 0.5553222298622131, 0.1001400575041771, 0.8354342579841614, 0.3802522122859955, 0.45028021931648254, 2.1834733486175537, 2.043417453765869], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6778712272644043, 1.0280113220214844, 1.7107843160629272, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.465686321258545, 0.432773232460022, -0.26750698685646057, 0.0476190559566021, 0.24019621312618256, 0.1001400575041771, -0.6001400351524353, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.8606442213058472, -1.895658254623413, -1.9131653308868408, -1.9481792449951172, -1.965686321258545, -1.983193278312683, -1.9481792449951172, -1.370448112487793, -0.17997196316719055, 0.5378152132034302, 0.2577032148838043, -0.8277310132980347, -1.6155462265014648, -1.9481792449951172, -1.755602240562439, -1.3529410362243652, -0.9152660369873047, -1.0903360843658447, -0.6876749992370605, -0.9327731132507324, -0.8627450466156006, -0.6176469922065735, -0.4600839912891388, -0.9502801299095154, -1.5105042457580566, -1.2128850221633911, -1.0378150939941406, -1.422969102859497, -1.668067216873169, -1.247899055480957, -1.2128850221633911, -1.878151297569275, -1.930672287940979, -1.247899055480957, -0.26750698685646057, -0.21498596668243408, -0.7226890325546265, -1.422969102859497, -0.14495795965194702, 2.0609242916107178, 2.165966510772705, 2.218487501144409, 2.288515567779541, 2.1484594345092773, -1.720588207244873, -1.7731093168258667, 0.24019621312618256, 0.9054622650146484, 1.0630252361297607, 0.9404762983322144, -0.7226890325546265, -1.2128850221633911, 0.3627452254295349, 0.6778712272644043, 0.590336263179779, 0.590336263179779, -0.12745095789432526, -0.9327731132507324, -0.5476189851760864, 0.08263305574655533, -0.2499999701976776, -0.1624649614095688, -0.21498596668243408, 0.18767507374286652, 0.17016807198524475, 0.24019621312618256, 0.17016807198524475, 0.2577032148838043, -0.14495795965194702, 0.2226892113685608, -0.09243696182966232, -0.03991595283150673, 0.3802522122859955, -0.022408949211239815, 0.08263305574655533, 0.012605053372681141, -0.07492996007204056, -0.03991595283150673, -0.12745095789432526, -0.0049019488506019115, 0.2226892113685608, 0.20518220961093903, -0.10994396358728409, -0.0049019488506019115, 0.29271721839904785, 0.17016807198524475, -0.23249296844005585, -0.17997196316719055, 0.17016807198524475, -0.057422954589128494, -0.3200279772281647, -0.0049019488506019115, 0.2577032148838043, 0.2226892113685608, -0.23249296844005585, -0.23249296844005585, -0.09243696182966232, -0.26750698685646057, 0.0476190559566021, 0.06512605398893356, 0.1001400575041771, -0.12745095789432526, -0.33753499388694763, 0.11764705926179886, 0.2226892113685608, 0.03011205606162548, 0.012605053372681141, -0.10994396358728409, 0.2577032148838043, 0.012605053372681141, 0.012605053372681141, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 1.2030812501907349, 1.3256303071975708, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.3956583738327026, -0.4075630009174347, -1.4754900932312012, -1.7030812501907349, -1.755602240562439, -1.8256303071975708, -1.808123230934143, -1.7731093168258667, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.6855742931365967, -1.6330533027648926, -0.8977590203285217, -1.5455182790756226, -0.47759100794792175, 1.0805323123931885, 1.6757704019546509, 1.483193278312683, 1.3956583738327026, 1.9558824300765991, 1.9558824300765991, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.5357143878936768, 1.693277359008789, 1.693277359008789, 1.3256303071975708, -0.23249296844005585, 1.343137264251709, 1.0980392694473267, 0.6603642702102661, 0.6778712272644043, 0.2226892113685608, 0.4677872359752655, 0.29271721839904785, 0.8879552483558655, 0.590336263179779, 0.9054622650146484, 0.6078432202339172, 0.9579832553863525, 0.8529412746429443, 0.2226892113685608, 0.39775922894477844, 1.1155463457107544, 0.502801239490509, 0.03011205606162548, 2.0784313678741455, 2.0084033012390137], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.9404762983322144, 1.553221344947815, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.7107843160629272, 1.4481793642044067, 0.45028021931648254, -0.33753499388694763, -0.2499999701976776, 0.24019621312618256, 0.502801239490509, 0.3277312219142914, -0.4950979948043823, -1.2303920984268188, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.843137264251709, -1.878151297569275, -1.878151297569275, -1.930672287940979, -1.9131653308868408, -1.6505602598190308, -0.33753499388694763, 0.502801239490509, 0.6428572535514832, -0.07492996007204056, -1.282913088798523, -1.755602240562439, -1.9131653308868408, -1.5980392694473267, -1.1078431606292725, -0.6526610255241394, -0.6701680421829224, -1.3004200458526611, -1.0028010606765747, -1.160364031791687, -0.8277310132980347, -0.19747896492481232, -0.19747896492481232, -1.0028010606765747, -1.6855742931365967, -1.1078431606292725, -0.7226890325546265, -0.6876749992370605, -1.370448112487793, -1.5280112028121948, -1.2303920984268188, -1.370448112487793, -1.8256303071975708, -1.668067216873169, -0.2499999701976776, 1.815826416015625, 1.9033613204956055, 2.043417453765869, 2.235994577407837, 1.9208683967590332, -2.018207311630249, -1.6505602598190308, 0.18767507374286652, 0.6603642702102661, 0.7829132676124573, 0.2226892113685608, -1.755602240562439, -1.3004200458526611, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3606443405151367, 1.2205883264541626, -0.8452380299568176, -0.5126050114631653, -0.12745095789432526, -0.28501397371292114, -0.21498596668243408, -0.12745095789432526, -0.12745095789432526, 0.3102242052555084, 0.012605053372681141, 0.06512605398893356, -0.21498596668243408, 0.0476190559566021, 0.34523820877075195, 0.17016807198524475, 0.29271721839904785, -0.09243696182966232, -0.33753499388694763, -0.3200279772281647, -0.03991595283150673, -0.0049019488506019115, 0.03011205606162548, 0.3277312219142914, 0.13515406847000122, 0.34523820877075195, 0.08263305574655533, 0.20518220961093903, 0.08263305574655533, 0.012605053372681141, 0.012605053372681141, -0.022408949211239815, 0.1001400575041771, 0.29271721839904785, 0.17016807198524475, -0.3025209903717041, -0.14495795965194702, 0.08263305574655533, -0.23249296844005585, 0.08263305574655533, -0.022408949211239815, -0.09243696182966232, -0.17997196316719055, 0.432773232460022, 0.3102242052555084, 0.3277312219142914, 0.1001400575041771, 0.17016807198524475, 0.20518220961093903, 0.24019621312618256, -0.03991595283150673, 0.11764705926179886, 0.415266215801239, -0.057422954589128494, 0.06512605398893356, -0.057422954589128494, 0.520308256149292, 0.24019621312618256, 0.8004202842712402, 0.6078432202339172, 0.8354342579841614, 0.8879552483558655, 1.1330533027648926, 1.3081233501434326, 1.1680673360824585, 1.553221344947815, 1.6232492923736572, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.553221344947815, 0.6778712272644043, -0.9502801299095154, -1.7030812501907349, -1.668067216873169, -1.808123230934143, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.755602240562439, -1.668067216873169, -1.7030812501907349, -1.7906162738800049, -1.3879550695419312, -1.5455182790756226, -1.335434079170227, -0.6001400351524353, 1.2205883264541626, -1.0728291273117065, 0.9929972887039185, 1.3606443405151367, 1.8333333730697632, 1.7107843160629272, 1.815826416015625, 1.8858543634414673, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.465686321258545, 0.8354342579841614, 1.518207311630249, 1.483193278312683, 1.1680673360824585, 0.5553222298622131, 0.15266107022762299, 0.502801239490509, 0.502801239490509, 0.6253502368927002, 0.9754902720451355, 1.0805323123931885, 0.6778712272644043, 0.7829132676124573, 1.1330533027648926, 0.9229692816734314, 0.9754902720451355, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 2.0084033012390137, 2.043417453765869], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.8879552483558655, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.7633053064346313, 1.483193278312683, 0.6078432202339172, -0.10994396358728409, -0.21498596668243408, -0.19747896492481232, 0.15266107022762299, 0.6253502368927002, 0.590336263179779, -0.3025209903717041, -1.247899055480957, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.9131653308868408, -1.895658254623413, -1.9131653308868408, -1.965686321258545, -1.668067216873169, -0.39005598425865173, 0.3627452254295349, 0.6253502368927002, 0.3102242052555084, -0.7401960492134094, -1.5980392694473267, -1.895658254623413, -1.6505602598190308, -1.1253501176834106, -0.9502801299095154, -0.7051820158958435, -0.6001400351524353, -1.0378150939941406, -1.1253501176834106, -0.9677870869636536, -1.668067216873169, -1.4929972887039185, -0.7051820158958435, -1.3179271221160889, -1.5980392694473267, -1.843137264251709, -1.6505602598190308, -0.7927170395851135, -1.0378150939941406, -1.720588207244873, -1.6155462265014648, -0.7577030062675476, -0.1624649614095688, 1.7457983493804932, 1.9383753538131714, 2.165966510772705, 2.2009804248809814, -0.10994396358728409, -1.282913088798523, -0.9677870869636536, -0.7226890325546265, -0.3200279772281647, -1.2303920984268188, -1.843137264251709, -1.5280112028121948, 0.9229692816734314, 0.9229692816734314, 0.8179272413253784, 0.8004202842712402, 0.2752102017402649, -1.7380952835083008, -0.9327731132507324, 0.4852942228317261, -0.14495795965194702, -0.2499999701976776, -0.26750698685646057, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.10994396358728409, 0.13515406847000122, 0.2752102017402649, -0.057422954589128494, 0.03011205606162548, 0.18767507374286652, -0.10994396358728409, 0.012605053372681141, -0.28501397371292114, 0.06512605398893356, 0.1001400575041771, -0.07492996007204056, 0.17016807198524475, 0.45028021931648254, -0.17997196316719055, 0.3277312219142914, 0.18767507374286652, 0.06512605398893356, -0.03991595283150673, 0.18767507374286652, 0.06512605398893356, 0.17016807198524475, 0.1001400575041771, -0.1624649614095688, 0.06512605398893356, 0.012605053372681141, 0.06512605398893356, 0.0476190559566021, -0.1624649614095688, 0.0476190559566021, 0.06512605398893356, 0.2752102017402649, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.2226892113685608, 0.29271721839904785, 0.415266215801239, 0.1001400575041771, 0.20518220961093903, 0.34523820877075195, -0.03991595283150673, 0.08263305574655533, 0.29271721839904785, -0.21498596668243408, 0.6603642702102661, 0.6778712272644043, 0.5378152132034302, 0.7128852605819702, 0.8179272413253784, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.5007003545761108, 1.5882353782653809, 1.640756368637085, 1.465686321258545, 1.5007003545761108, 1.3606443405151367, 1.4481793642044067, 0.0476190559566021, -1.3179271221160889, -1.7030812501907349, -1.7380952835083008, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.6330533027648926, -1.6505602598190308, -1.6855742931365967, -1.5280112028121948, -1.5980392694473267, -0.6001400351524353, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 1.1505602598190308, -0.7051820158958435, 0.012605053372681141, 1.4481793642044067, 1.4131653308868408, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, 1.5882353782653809, 1.693277359008789, 1.640756368637085, 1.7983193397521973, 1.640756368637085, 1.728291392326355, 1.5357143878936768, 1.553221344947815, 1.2731093168258667, 0.6953782439231873, 0.1001400575041771, 0.5728292465209961, 0.15266107022762299, 0.34523820877075195, 0.5728292465209961, 0.9404762983322144, 0.7128852605819702, 0.9054622650146484, 1.0280113220214844, 1.2205883264541626, 1.1855742931365967, 0.3277312219142914, 0.6428572535514832, 1.1855742931365967, 2.0084033012390137, 2.043417453765869], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.8004202842712402, 1.4481793642044067, 1.868347406387329, 1.9908963441848755, 1.9733893871307373, 1.9383753538131714, 1.8333333730697632, 1.7457983493804932, 1.5357143878936768, 0.6078432202339172, -0.0049019488506019115, -0.0049019488506019115, -0.2499999701976776, -0.4600839912891388, 0.17016807198524475, 0.7303922772407532, 0.5378152132034302, -0.4600839912891388, -1.370448112487793, -1.6505602598190308, -1.8256303071975708, -1.878151297569275, -1.808123230934143, -1.9481792449951172, -1.983193278312683, -1.5280112028121948, -0.23249296844005585, 0.432773232460022, 0.590336263179779, 0.6778712272644043, 0.08263305574655533, -1.2654061317443848, -1.8256303071975708, -1.7030812501907349, -1.1778711080551147, -1.160364031791687, -1.0378150939941406, -0.39005598425865173, -0.23249296844005585, -0.8802520632743835, -1.1778711080551147, -0.6876749992370605, -0.7577030062675476, -1.3529410362243652, -1.720588207244873, -1.6155462265014648, -1.1428570747375488, -0.9852941036224365, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.5105042457580566, -1.843137264251709, 1.7633053064346313, 2.1484594345092773, 2.1309523582458496, -0.057422954589128494, -0.5826330184936523, -0.5651260018348694, -1.755602240562439, -1.8606442213058472, -0.5826330184936523, 0.6778712272644043, 0.520308256149292, 0.3627452254295349, -0.07492996007204056, -1.2128850221633911, -1.0553221702575684, -0.8627450466156006, -1.7030812501907349, -1.755602240562439, -0.4075630009174347, -0.42506998777389526, -0.10994396358728409, -0.21498596668243408, -0.03991595283150673, -0.3200279772281647, -0.3025209903717041, -0.17997196316719055, 0.2752102017402649, -0.12745095789432526, 0.1001400575041771, -0.09243696182966232, -0.14495795965194702, 0.13515406847000122, -0.19747896492481232, 0.18767507374286652, 0.17016807198524475, 0.012605053372681141, -0.03991595283150673, 0.34523820877075195, -0.26750698685646057, 0.45028021931648254, 0.2226892113685608, 0.13515406847000122, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, -0.14495795965194702, -0.03991595283150673, -0.2499999701976776, 0.012605053372681141, -0.23249296844005585, -0.17997196316719055, -0.33753499388694763, 0.13515406847000122, 0.3102242052555084, 0.2226892113685608, -0.23249296844005585, -0.09243696182966232, 0.20518220961093903, 0.20518220961093903, 0.3102242052555084, -0.1624649614095688, -0.5301120281219482, -0.33753499388694763, -0.14495795965194702, 0.502801239490509, 0.4852942228317261, 0.415266215801239, 0.13515406847000122, 0.3627452254295349, 0.520308256149292, 0.17016807198524475, 0.5378152132034302, 0.6253502368927002, 1.0280113220214844, 0.9404762983322144, 1.2380952835083008, 1.3081233501434326, 1.2906162738800049, 1.465686321258545, 1.553221344947815, 1.343137264251709, 1.553221344947815, 1.343137264251709, 0.6953782439231873, -0.6526610255241394, -0.4600839912891388, -1.668067216873169, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.755602240562439, -1.7731093168258667, -1.755602240562439, -1.6330533027648926, -1.7380952835083008, -1.0553221702575684, -1.1078431606292725, 1.3956583738327026, 1.430672287940979, 1.6757704019546509, 0.4852942228317261, 2.0259103775024414, 0.11764705926179886, -0.9677870869636536, 0.7128852605819702, 1.640756368637085, 1.6757704019546509, 1.7983193397521973, 1.483193278312683, 1.430672287940979, 1.6232492923736572, 1.553221344947815, 1.6232492923736572, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.5882353782653809, 1.605742335319519, 1.483193278312683, 0.2577032148838043, -0.057422954589128494, 0.2577032148838043, -0.10994396358728409, 0.29271721839904785, 0.5378152132034302, 0.8354342579841614, 0.7829132676124573, 0.6603642702102661, 0.6778712272644043, 1.343137264251709, 0.8179272413253784, 0.6428572535514832, 0.6253502368927002, 1.5007003545761108, 1.9558824300765991, 1.9733893871307373], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 1.1330533027648926, 1.7983193397521973, 2.0259103775024414, 2.043417453765869, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7457983493804932, 1.5007003545761108, 0.7303922772407532, 0.08263305574655533, 0.24019621312618256, 0.03011205606162548, -0.7927170395851135, -0.6701680421829224, 0.24019621312618256, 0.6953782439231873, 0.3802522122859955, -0.6351540088653564, -1.3529410362243652, -1.6855742931365967, -1.843137264251709, -1.8606442213058472, -1.9131653308868408, -2.0007002353668213, -1.370448112487793, -0.022408949211239815, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.502801239490509, -0.6526610255241394, -1.6330533027648926, -1.755602240562439, -1.3529410362243652, -0.9852941036224365, -0.7927170395851135, -0.6351540088653564, -1.0728291273117065, -0.4425770044326782, -1.1253501176834106, -1.6505602598190308, -0.9852941036224365, -0.8977590203285217, -1.3004200458526611, -1.580532193183899, -1.8256303071975708, -1.3179271221160889, -0.9852941036224365, -0.8102240562438965, -1.0903360843658447, 0.9754902720451355, 1.7457983493804932, 1.8508403301239014, 1.4131653308868408, -0.39005598425865173, -1.0553221702575684, -1.895658254623413, -1.930672287940979, -1.0903360843658447, 0.6778712272644043, 0.7303922772407532, 0.9404762983322144, 0.6253502368927002, -1.668067216873169, -1.5280112028121948, 1.0630252361297607, 1.0980392694473267, 0.9404762983322144, 0.6603642702102661, -0.3025209903717041, -0.6526610255241394, -0.1624649614095688, -0.23249296844005585, -0.10994396358728409, -0.28501397371292114, -0.09243696182966232, -0.17997196316719055, 0.012605053372681141, 0.11764705926179886, -0.3200279772281647, 0.08263305574655533, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.09243696182966232, -0.4075630009174347, 0.3627452254295349, -0.5126050114631653, 0.3102242052555084, -0.1624649614095688, -0.14495795965194702, 0.2577032148838043, 0.012605053372681141, 0.11764705926179886, 0.11764705926179886, -0.3550419807434082, 0.06512605398893356, 0.012605053372681141, -0.03991595283150673, -0.12745095789432526, 0.1001400575041771, -0.057422954589128494, -0.19747896492481232, -0.1624649614095688, -0.03991595283150673, -0.07492996007204056, -0.10994396358728409, -0.07492996007204056, 0.15266107022762299, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.45028021931648254, 0.415266215801239, 0.06512605398893356, 0.20518220961093903, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.9754902720451355, 1.0805323123931885, 1.2906162738800049, 1.1680673360824585, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.465686321258545, 0.7128852605819702, -1.0728291273117065, -1.4054621458053589, -1.9131653308868408, -1.808123230934143, -1.7906162738800049, -1.6155462265014648, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.7731093168258667, -1.6330533027648926, -1.6155462265014648, -1.3004200458526611, -0.6701680421829224, 0.9404762983322144, 1.728291392326355, 1.9383753538131714, 1.9733893871307373, 1.553221344947815, 2.0959384441375732, 1.868347406387329, -1.5980392694473267, -1.720588207244873, 0.1001400575041771, 1.7457983493804932, 1.5882353782653809, 1.640756368637085, 1.6757704019546509, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.553221344947815, 1.6757704019546509, 1.7457983493804932, 1.343137264251709, 1.7983193397521973, 1.7107843160629272, 0.5378152132034302, 0.6953782439231873, 0.3802522122859955, 0.6603642702102661, 0.17016807198524475, 0.432773232460022, 0.6603642702102661, 0.6953782439231873, 1.0630252361297607, 1.0630252361297607, 0.8179272413253784, 0.5728292465209961, 0.29271721839904785, 0.8354342579841614, 1.7633053064346313, 1.8858543634414673, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 1.2380952835083008, 1.868347406387329, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.868347406387329, 1.780812382698059, 1.780812382698059, 1.518207311630249, 0.7829132676124573, 0.06512605398893356, 0.15266107022762299, 0.3627452254295349, -0.28501397371292114, -1.1428570747375488, -0.6001400351524353, 0.39775922894477844, 0.7478992342948914, 0.06512605398893356, -0.9327731132507324, -1.422969102859497, -1.6155462265014648, -1.808123230934143, -1.930672287940979, -1.9481792449951172, -1.282913088798523, 0.18767507374286652, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, -0.10994396358728409, -1.4404760599136353, -1.755602240562439, -1.4929972887039185, -1.0553221702575684, -0.9677870869636536, -0.4425770044326782, -0.2499999701976776, -0.5126050114631653, -1.335434079170227, -1.195378065109253, -1.2303920984268188, -1.7380952835083008, -1.7380952835083008, -1.457983136177063, -1.3529410362243652, -1.3879550695419312, -1.6155462265014648, -1.1078431606292725, 1.6232492923736572, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.165966510772705, -1.4929972887039185, -1.878151297569275, -1.3179271221160889, -0.37254899740219116, -0.42506998777389526, -0.33753499388694763, -0.9327731132507324, -1.895658254623413, -1.6855742931365967, -0.23249296844005585, 0.4677872359752655, 0.45028021931648254, 0.3802522122859955, 0.0476190559566021, -0.7401960492134094, -0.5126050114631653, -0.022408949211239815, -0.7226890325546265, -0.19747896492481232, -0.12745095789432526, -0.09243696182966232, -0.19747896492481232, -0.09243696182966232, -0.10994396358728409, -0.14495795965194702, -0.1624649614095688, -0.19747896492481232, -0.21498596668243408, -0.47759100794792175, 0.08263305574655533, -0.39005598425865173, 0.1001400575041771, -0.10994396358728409, -0.2499999701976776, -0.3200279772281647, -0.33753499388694763, -0.4600839912891388, -0.7051820158958435, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.0476190559566021, 0.08263305574655533, -0.14495795965194702, 0.06512605398893356, 0.34523820877075195, 0.39775922894477844, 0.17016807198524475, 0.13515406847000122, -0.09243696182966232, 0.11764705926179886, 0.20518220961093903, -0.09243696182966232, -0.33753499388694763, 0.06512605398893356, -0.5826330184936523, -0.21498596668243408, -0.07492996007204056, 0.415266215801239, 0.4852942228317261, 0.5728292465209961, 0.432773232460022, 0.20518220961093903, 0.4677872359752655, 0.6428572535514832, 0.4677872359752655, 0.6253502368927002, 0.8004202842712402, 0.9404762983322144, 1.0280113220214844, 1.1855742931365967, 1.3606443405151367, 1.5882353782653809, 1.430672287940979, 1.4481793642044067, 1.2205883264541626, 0.20518220961093903, -0.5126050114631653, -1.878151297569275, -1.843137264251709, -1.9131653308868408, -1.808123230934143, -1.5280112028121948, -1.580532193183899, -1.7906162738800049, -1.7731093168258667, -1.6505602598190308, -1.5455182790756226, -1.5105042457580566, -0.6176469922065735, 0.520308256149292, 1.430672287940979, 1.7107843160629272, 1.9733893871307373, 1.9733893871307373, 1.8508403301239014, 2.0259103775024414, 2.1484594345092773, -0.8802520632743835, -1.7380952835083008, -0.8277310132980347, -1.895658254623413, -1.668067216873169, 0.17016807198524475, 1.8508403301239014, 1.605742335319519, 1.5007003545761108, 1.5882353782653809, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.553221344947815, 1.7983193397521973, 1.693277359008789, 1.1680673360824585, 1.1505602598190308, 0.8004202842712402, 0.20518220961093903, 0.012605053372681141, 0.20518220961093903, 0.6253502368927002, 0.6603642702102661, 1.0105042457580566, 1.2380952835083008, 1.0805323123931885, 0.6603642702102661, 0.45028021931648254, 0.7478992342948914, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 1.483193278312683, 1.9558824300765991, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055, 1.815826416015625, 1.728291392326355, 1.5007003545761108, 0.7478992342948914, 0.012605053372681141, 0.012605053372681141, 0.3102242052555084, 0.2226892113685608, -0.8277310132980347, -0.9677870869636536, 0.0476190559566021, 0.590336263179779, 0.590336263179779, -0.0049019488506019115, -1.0378150939941406, -1.4929972887039185, -1.7030812501907349, -1.8606442213058472, -1.895658254623413, -1.457983136177063, -0.23249296844005585, 0.3277312219142914, 0.5728292465209961, 0.6253502368927002, 0.7478992342948914, 0.29271721839904785, -0.9152660369873047, -1.6505602598190308, -1.5105042457580566, -1.195378065109253, -1.0378150939941406, -1.2128850221633911, -1.0028010606765747, -0.47759100794792175, -0.6526610255241394, -1.370448112487793, -1.6505602598190308, -1.195378065109253, -1.3004200458526611, -1.6505602598190308, -1.8606442213058472, -1.3879550695419312, -1.0728291273117065, 1.8333333730697632, 2.1309523582458496, 2.1309523582458496, 0.29271721839904785, -1.720588207244873, -1.9131653308868408, 0.03011205606162548, 0.590336263179779, 0.7829132676124573, 0.8354342579841614, -0.28501397371292114, -1.6505602598190308, 0.3627452254295349, 0.7303922772407532, 0.3102242052555084, -0.9502801299095154, -1.3179271221160889, -0.6701680421829224, -0.5126050114631653, -0.33753499388694763, 0.012605053372681141, -0.1624649614095688, -0.4075630009174347, -0.21498596668243408, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.09243696182966232, -0.21498596668243408, -0.14495795965194702, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.5126050114631653, 0.03011205606162548, -0.23249296844005585, -0.6176469922065735, -0.37254899740219116, -0.5826330184936523, -0.6701680421829224, -0.3200279772281647, -0.3200279772281647, -0.26750698685646057, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.33753499388694763, -0.03991595283150673, 0.03011205606162548, -0.21498596668243408, -0.3550419807434082, -0.03991595283150673, -0.6526610255241394, -0.9502801299095154, -1.1428570747375488, -0.6176469922065735, -0.6176469922065735, -0.8102240562438965, -0.37254899740219116, -0.4425770044326782, -0.3550419807434082, -0.42506998777389526, 0.08263305574655533, -0.12745095789432526, -0.12745095789432526, 0.24019621312618256, 0.5553222298622131, 0.3802522122859955, 0.45028021931648254, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.343137264251709, 1.5007003545761108, 1.4131653308868408, 1.430672287940979, 1.6232492923736572, 1.2556023597717285, 0.24019621312618256, -0.8277310132980347, -1.878151297569275, -1.895658254623413, -1.878151297569275, -1.7380952835083008, -1.8256303071975708, -1.7906162738800049, -1.5630252361297607, -1.755602240562439, -1.7380952835083008, -1.5630252361297607, -1.2303920984268188, -0.8277310132980347, 0.432773232460022, 0.8879552483558655, 1.3956583738327026, 1.6582633256912231, 2.1309523582458496, 2.1309523582458496, 2.0084033012390137, 2.0259103775024414, 2.1834733486175537, 1.868347406387329, -0.7401960492134094, -1.195378065109253, -1.3004200458526611, -1.7906162738800049, -1.7906162738800049, -1.9131653308868408, -0.5126050114631653, 1.5882353782653809, 1.4481793642044067, 1.7107843160629272, 1.5007003545761108, 1.605742335319519, 1.7107843160629272, 1.7457983493804932, 1.815826416015625, 1.605742335319519, 1.2205883264541626, 0.03011205606162548, -0.03991595283150673, 0.11764705926179886, 0.3627452254295349, 0.8354342579841614, 1.1680673360824585, 1.2556023597717285, 1.6582633256912231, 0.9754902720451355, 0.6953782439231873, 0.6603642702102661, 0.8879552483558655, 2.0959384441375732, 1.9558824300765991, 1.9383753538131714], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0805323123931885, 1.728291392326355, 2.0084033012390137, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.5357143878936768, 0.8354342579841614, 0.03011205606162548, -0.37254899740219116, -0.0049019488506019115, 0.432773232460022, -0.5126050114631653, -0.8627450466156006, 0.29271721839904785, 0.45028021931648254, 0.7654062509536743, 0.590336263179779, -0.1624649614095688, -1.1428570747375488, -1.5105042457580566, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -0.8277310132980347, 0.24019621312618256, 0.3277312219142914, 0.590336263179779, 0.590336263179779, 0.5728292465209961, -0.42506998777389526, -1.5105042457580566, -1.457983136177063, -1.1253501176834106, -1.2128850221633911, -0.8102240562438965, -0.8452380299568176, -1.1428570747375488, -1.4404760599136353, -1.4054621458053589, -1.4404760599136353, -1.720588207244873, -1.5455182790756226, -1.5455182790756226, -1.4754900932312012, 1.7633053064346313, 1.780812382698059, 1.9033613204956055, 1.1155463457107544, -2.0007002353668213, -1.8606442213058472, -0.47759100794792175, 0.18767507374286652, 0.2577032148838043, 0.3102242052555084, -1.370448112487793, -1.3179271221160889, 0.590336263179779, 0.8354342579841614, 0.7128852605819702, -1.422969102859497, -0.23249296844005585, 0.415266215801239, 0.20518220961093903, 0.0476190559566021, -0.33753499388694763, -0.19747896492481232, -0.3025209903717041, -0.1624649614095688, -0.42506998777389526, -0.1624649614095688, -0.26750698685646057, -0.42506998777389526, -0.26750698685646057, -0.17997196316719055, -0.21498596668243408, -0.3200279772281647, -0.5126050114631653, -0.4600839912891388, -0.26750698685646057, -0.5651260018348694, -0.6001400351524353, -0.42506998777389526, -0.4425770044326782, -0.4425770044326782, -0.10994396358728409, -0.5826330184936523, -0.1624649614095688, -0.37254899740219116, -0.28501397371292114, 0.0476190559566021, -0.23249296844005585, -0.6526610255241394, -0.26750698685646057, -0.3550419807434082, -0.19747896492481232, -0.14495795965194702, -0.17997196316719055, -0.03991595283150673, -0.19747896492481232, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.17997196316719055, -0.3200279772281647, -0.0049019488506019115, -0.3200279772281647, 0.15266107022762299, -0.09243696182966232, -0.5126050114631653, 0.11764705926179886, 0.3277312219142914, 0.3277312219142914, 0.8179272413253784, 0.5728292465209961, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.3256303071975708, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 0.9054622650146484, 0.3102242052555084, 0.39775922894477844, -0.8277310132980347, -1.8606442213058472, -1.9481792449951172, -1.9481792449951172, -1.8606442213058472, -1.808123230934143, -1.7380952835083008, -1.7380952835083008, -1.6330533027648926, -1.7380952835083008, -1.5630252361297607, -1.0903360843658447, -1.0378150939941406, -0.17997196316719055, 1.1330533027648926, 1.483193278312683, 1.640756368637085, 1.7107843160629272, 2.165966510772705, 1.780812382698059, 1.9733893871307373, 2.0609242916107178, 1.868347406387329, 0.3627452254295349, -1.4929972887039185, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.580532193183899, -1.983193278312683, -1.5455182790756226, 1.3956583738327026, 1.343137264251709, 1.483193278312683, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.2731093168258667, 0.6603642702102661, 0.5553222298622131, 0.415266215801239, 0.7829132676124573, 0.5553222298622131, 1.0105042457580566, 0.7128852605819702, 0.4677872359752655, 1.343137264251709, 0.8179272413253784, 0.9579832553863525, 0.8354342579841614, 0.590336263179779, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8704482913017273, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.9733893871307373, 2.0259103775024414, 2.0084033012390137, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6757704019546509, 1.4131653308868408, 0.8879552483558655, 0.17016807198524475, -0.6526610255241394, -0.37254899740219116, 0.17016807198524475, -0.3025209903717041, -0.5476189851760864, 0.15266107022762299, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, -0.5826330184936523, -1.335434079170227, -1.5455182790756226, -1.895658254623413, -1.8256303071975708, -1.0378150939941406, 0.13515406847000122, 0.3102242052555084, 0.5553222298622131, 0.590336263179779, 0.5378152132034302, 0.17016807198524475, -1.3879550695419312, -1.370448112487793, -1.160364031791687, -1.195378065109253, -1.5980392694473267, -1.422969102859497, -0.8627450466156006, -0.8627450466156006, -1.5630252361297607, -1.5455182790756226, -1.3879550695419312, -1.247899055480957, 0.3102242052555084, 1.6757704019546509, 1.815826416015625, 2.0259103775024414, 2.113445281982422, 0.7303922772407532, -1.878151297569275, -1.2128850221633911, -0.7226890325546265, -0.37254899740219116, -1.0903360843658447, -1.3879550695419312, 0.012605053372681141, 0.6078432202339172, 0.20518220961093903, -1.668067216873169, -0.28501397371292114, 0.5378152132034302, 0.17016807198524475, 0.08263305574655533, -0.3200279772281647, 0.012605053372681141, -0.26750698685646057, -0.4425770044326782, -0.19747896492481232, -0.33753499388694763, -0.23249296844005585, -0.6351540088653564, -0.19747896492481232, -0.12745095789432526, -0.2499999701976776, -0.09243696182966232, -0.5126050114631653, -0.4950979948043823, -0.5126050114631653, -0.5651260018348694, -0.47759100794792175, -0.0049019488506019115, -0.5651260018348694, -0.28501397371292114, -0.07492996007204056, -0.42506998777389526, -0.26750698685646057, -0.6176469922065735, -0.12745095789432526, 0.0476190559566021, 0.06512605398893356, -0.07492996007204056, -0.14495795965194702, 0.11764705926179886, -0.057422954589128494, -0.21498596668243408, -0.07492996007204056, -0.21498596668243408, 0.0476190559566021, 0.0476190559566021, -0.07492996007204056, 0.1001400575041771, 0.20518220961093903, 0.20518220961093903, -0.5126050114631653, -0.8802520632743835, 0.15266107022762299, 0.3802522122859955, 0.6428572535514832, 0.2752102017402649, 0.6078432202339172, 0.432773232460022, 0.6603642702102661, 0.7478992342948914, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.2731093168258667, 1.5707283020019531, 1.2205883264541626, 1.465686321258545, 1.5882353782653809, 0.502801239490509, -0.8102240562438965, -1.7906162738800049, -1.8256303071975708, -1.9481792449951172, -1.965686321258545, -1.965686321258545, -1.808123230934143, -1.7906162738800049, -1.7380952835083008, -1.668067216873169, -1.4929972887039185, -1.370448112487793, -1.2128850221633911, -0.19747896492481232, 1.1330533027648926, 1.483193278312683, 1.9208683967590332, 1.6757704019546509, 1.9033613204956055, 1.815826416015625, 1.9033613204956055, 2.0084033012390137, 2.0609242916107178, 1.605742335319519, -0.9502801299095154, -1.843137264251709, -1.7380952835083008, -1.6505602598190308, -1.5455182790756226, -1.370448112487793, -1.4929972887039185, -2.0357143878936768, -0.9502801299095154, 1.0280113220214844, 1.7457983493804932, 1.430672287940979, 1.430672287940979, 1.640756368637085, 1.728291392326355, 0.7303922772407532, 1.0630252361297607, 0.9929972887039185, 0.9929972887039185, 0.4677872359752655, 0.6078432202339172, 0.6253502368927002, 1.1155463457107544, 0.6253502368927002, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 1.2030812501907349, 0.8179272413253784, 1.815826416015625, 1.8858543634414673, 1.8508403301239014], [1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9404762983322144, 1.483193278312683, 1.868347406387329, 1.9383753538131714, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9033613204956055, 1.868347406387329, 1.780812382698059, 1.728291392326355, 1.6582633256912231, 1.605742335319519, 1.4131653308868408, 0.7829132676124573, 0.18767507374286652, -0.7401960492134094, -0.7927170395851135, -0.23249296844005585, -0.2499999701976776, -0.03991595283150673, 0.3627452254295349, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.8354342579841614, 0.45028021931648254, -0.7226890325546265, -1.4054621458053589, -1.6330533027648926, -1.8256303071975708, -1.3004200458526611, -0.03991595283150673, 0.3102242052555084, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.11764705926179886, -0.9677870869636536, -0.8802520632743835, -1.0553221702575684, -1.247899055480957, -1.195378065109253, -1.1078431606292725, -1.195378065109253, -1.2128850221633911, -1.5280112028121948, -1.5280112028121948, -1.580532193183899, -0.3025209903717041, 2.0259103775024414, 2.113445281982422, 2.0959384441375732, 0.520308256149292, -1.930672287940979, -0.6176469922065735, 0.18767507374286652, 0.502801239490509, 0.5378152132034302, -0.39005598425865173, -1.4929972887039185, -0.8627450466156006, -0.8277310132980347, -1.580532193183899, -1.4404760599136353, -0.3200279772281647, -0.03991595283150673, -0.21498596668243408, -0.3550419807434082, -0.21498596668243408, -0.23249296844005585, -0.12745095789432526, -0.37254899740219116, -0.12745095789432526, -0.3550419807434082, -0.4075630009174347, -0.23249296844005585, -0.26750698685646057, -0.4600839912891388, -0.47759100794792175, -0.5301120281219482, -0.37254899740219116, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.3550419807434082, -0.4600839912891388, -0.28501397371292114, -0.19747896492481232, -0.23249296844005585, -0.3550419807434082, -0.21498596668243408, -0.3025209903717041, -0.1624649614095688, -0.17997196316719055, -0.10994396358728409, -0.10994396358728409, -0.21498596668243408, -0.057422954589128494, -0.07492996007204056, -0.21498596668243408, -0.07492996007204056, 0.0476190559566021, -0.28501397371292114, -0.4425770044326782, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.0476190559566021, 0.3802522122859955, 0.1001400575041771, 0.34523820877075195, 0.03011205606162548, 0.08263305574655533, 0.29271721839904785, 0.5378152132034302, 0.590336263179779, 0.8529412746429443, 0.8004202842712402, 1.1330533027648926, 0.8354342579841614, 1.4481793642044067, 1.4131653308868408, 1.5707283020019531, 1.5007003545761108, 1.1855742931365967, 1.0455182790756226, -1.4404760599136353, -1.7380952835083008, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.965686321258545, -1.9131653308868408, -1.808123230934143, -1.8256303071975708, -1.7030812501907349, -1.5630252361297607, -1.6330533027648926, -0.6876749992370605, -0.39005598425865173, 0.9054622650146484, 1.3081233501434326, 1.6232492923736572, 1.9033613204956055, 1.9033613204956055, 1.9733893871307373, 2.0959384441375732, 2.0084033012390137, 1.9383753538131714, 1.8508403301239014, -0.2499999701976776, -1.8606442213058472, -1.668067216873169, -1.7030812501907349, -1.7030812501907349, -0.8102240562438965, -1.668067216873169, -1.9131653308868408, -1.755602240562439, 0.9054622650146484, 1.2030812501907349, 1.518207311630249, 1.3606443405151367, 1.553221344947815, 1.430672287940979, 0.8004202842712402, 1.378151297569275, 0.8354342579841614, 0.2226892113685608, 0.17016807198524475, 0.45028021931648254, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.9229692816734314, 1.4131653308868408, 1.2556023597717285, 1.1505602598190308, 1.5707283020019531, 1.7983193397521973, 1.7983193397521973, 1.815826416015625], [1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 1.0105042457580566, 1.5707283020019531, 1.8858543634414673, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5707283020019531, 1.343137264251709, 0.6428572535514832, 0.3802522122859955, -0.4950979948043823, -1.0203081369400024, -0.37254899740219116, -0.2499999701976776, -0.14495795965194702, 0.17016807198524475, 0.3802522122859955, 0.4677872359752655, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.11764705926179886, -1.0378150939941406, -1.4929972887039185, -1.6155462265014648, -1.5455182790756226, -0.28501397371292114, 0.06512605398893356, 0.18767507374286652, 0.18767507374286652, 0.11764705926179886, -0.1624649614095688, -0.8802520632743835, -0.9852941036224365, -1.160364031791687, -1.370448112487793, -1.5630252361297607, -1.2303920984268188, -1.1253501176834106, -1.282913088798523, -1.5630252361297607, -1.160364031791687, 1.640756368637085, 1.868347406387329, 2.0784313678741455, 1.0105042457580566, -1.755602240562439, -0.5301120281219482, 0.1001400575041771, 0.34523820877075195, 0.3277312219142914, -0.4600839912891388, -1.7380952835083008, 0.20518220961093903, 0.7303922772407532, 0.9229692816734314, 0.8529412746429443, 0.6078432202339172, -1.1428570747375488, -0.6001400351524353, -0.3200279772281647, -0.28501397371292114, -0.14495795965194702, -0.26750698685646057, -0.28501397371292114, -0.3025209903717041, -0.26750698685646057, -0.37254899740219116, -0.42506998777389526, -0.26750698685646057, -0.1624649614095688, -0.3200279772281647, -0.39005598425865173, -0.37254899740219116, -0.4075630009174347, -0.39005598425865173, -0.33753499388694763, -0.47759100794792175, -0.4600839912891388, -0.3550419807434082, -0.5651260018348694, -0.1624649614095688, -0.022408949211239815, -0.3025209903717041, -0.33753499388694763, -0.26750698685646057, -0.26750698685646057, -0.14495795965194702, -0.022408949211239815, -0.3200279772281647, -0.37254899740219116, -0.21498596668243408, -0.0049019488506019115, -0.09243696182966232, -0.07492996007204056, -0.057422954589128494, -0.09243696182966232, -0.3025209903717041, -0.4075630009174347, -0.26750698685646057, -0.5301120281219482, -0.19747896492481232, 0.15266107022762299, 0.34523820877075195, 0.2577032148838043, 0.6078432202339172, 0.8704482913017273, 0.9054622650146484, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 1.0980392694473267, 1.1505602598190308, 1.518207311630249, 1.430672287940979, 1.0280113220214844, 0.1001400575041771, 0.1001400575041771, 0.8179272413253784, -0.9152660369873047, -1.755602240562439, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.9481792449951172, -1.878151297569275, -1.8256303071975708, -1.843137264251709, -1.7380952835083008, -1.3879550695419312, -1.370448112487793, 0.0476190559566021, 0.9229692816734314, 1.4481793642044067, 1.693277359008789, 1.6582633256912231, 1.9033613204956055, 1.9033613204956055, 1.815826416015625, 1.9208683967590332, 1.9208683967590332, 1.780812382698059, 0.7654062509536743, -1.895658254623413, -1.755602240562439, -1.668067216873169, -1.808123230934143, -1.8606442213058472, -1.7380952835083008, -1.8606442213058472, -1.930672287940979, 0.3102242052555084, 1.0455182790756226, 1.378151297569275, 1.430672287940979, 1.2380952835083008, 1.2380952835083008, 1.0980392694473267, 0.8354342579841614, -1.0553221702575684, -0.6526610255241394, -0.26750698685646057, 0.7654062509536743, 0.9054622650146484, 0.5553222298622131, 0.4677872359752655, 0.7128852605819702, 1.5357143878936768, 1.3956583738327026, 1.2380952835083008, 1.8508403301239014, 1.7457983493804932, 1.7457983493804932, 1.780812382698059], [1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 1.1155463457107544, 1.7633053064346313, 1.9383753538131714, 1.9733893871307373, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.3081233501434326, 0.8704482913017273, 0.3802522122859955, 0.29271721839904785, -0.3550419807434082, -0.7401960492134094, -0.3550419807434082, -0.37254899740219116, -0.4075630009174347, -0.10994396358728409, 0.24019621312618256, 0.13515406847000122, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.7654062509536743, -0.07492996007204056, -1.3879550695419312, -1.422969102859497, -1.4929972887039185, -0.6001400351524353, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.1001400575041771, -0.2499999701976776, -0.9502801299095154, -1.0378150939941406, -1.2303920984268188, -1.4054621458053589, -1.3529410362243652, -1.370448112487793, -1.282913088798523, 0.11764705926179886, 1.6232492923736572, 1.693277359008789, 1.9033613204956055, 2.0609242916107178, 0.8529412746429443, -1.4404760599136353, -0.7226890325546265, -0.3025209903717041, -0.1624649614095688, -1.6505602598190308, -1.895658254623413, 0.0476190559566021, 0.8004202842712402, 0.9229692816734314, 0.9929972887039185, 0.5378152132034302, -1.580532193183899, -1.160364031791687, -0.14495795965194702, -0.4075630009174347, -0.4075630009174347, -0.5476189851760864, -0.26750698685646057, -0.3025209903717041, -0.33753499388694763, -0.4425770044326782, -0.23249296844005585, -0.17997196316719055, -0.39005598425865173, -0.42506998777389526, -0.47759100794792175, -0.4950979948043823, -0.5301120281219482, -0.057422954589128494, -0.37254899740219116, -0.42506998777389526, -0.4950979948043823, -0.3200279772281647, -0.4425770044326782, -0.12745095789432526, -0.10994396358728409, -0.39005598425865173, -0.47759100794792175, -0.28501397371292114, -0.3550419807434082, -0.022408949211239815, -0.19747896492481232, -0.23249296844005585, -0.26750698685646057, 0.012605053372681141, 0.012605053372681141, -0.03991595283150673, -0.3025209903717041, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, -0.3025209903717041, -0.10994396358728409, 0.012605053372681141, -0.6176469922065735, -0.9852941036224365, -0.4075630009174347, -0.6351540088653564, 0.415266215801239, 0.5378152132034302, 0.3802522122859955, 0.8354342579841614, 0.502801239490509, 0.7128852605819702, 1.0455182790756226, 0.8879552483558655, 1.3256303071975708, 1.5007003545761108, 0.3802522122859955, -0.37254899740219116, -1.668067216873169, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.878151297569275, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.983193278312683, -1.9131653308868408, -1.9131653308868408, -1.755602240562439, -1.5630252361297607, -1.3179271221160889, -0.4425770044326782, 1.1505602598190308, 1.483193278312683, 1.815826416015625, 1.640756368637085, 1.8508403301239014, 1.9208683967590332, 1.9383753538131714, 1.815826416015625, 1.9033613204956055, 1.693277359008789, 1.9208683967590332, -1.5455182790756226, -1.755602240562439, -1.7030812501907349, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.755602240562439, -1.878151297569275, 0.6603642702102661, 1.1330533027648926, 1.1680673360824585, 1.553221344947815, 1.5882353782653809, 1.2205883264541626, 1.0280113220214844, -0.5301120281219482, -0.8277310132980347, -1.0728291273117065, 0.06512605398893356, 0.4677872359752655, 1.5357143878936768, 0.7128852605819702, 0.7478992342948914, 1.4131653308868408, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932], [1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 1.0630252361297607, 1.6232492923736572, 1.9383753538131714, 2.0084033012390137, 2.0259103775024414, 1.9908963441848755, 1.9033613204956055, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.780812382698059, 1.7107843160629272, 1.7107843160629272, 1.640756368637085, 1.3956583738327026, 1.0980392694473267, 0.8704482913017273, 0.3277312219142914, 0.2577032148838043, 0.3102242052555084, -0.09243696182966232, 0.012605053372681141, -0.057422954589128494, -0.09243696182966232, -0.33753499388694763, -0.23249296844005585, 0.2226892113685608, 0.29271721839904785, 0.3627452254295349, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.5553222298622131, -0.4600839912891388, -1.370448112487793, -1.3879550695419312, -0.6001400351524353, -0.2499999701976776, -0.09243696182966232, 0.012605053372681141, -0.1624649614095688, -0.8452380299568176, -1.0553221702575684, -1.1428570747375488, -1.3879550695419312, -1.4929972887039185, -1.4404760599136353, -0.4950979948043823, 1.605742335319519, 1.780812382698059, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, -0.4425770044326782, -1.720588207244873, -1.6505602598190308, -1.0203081369400024, -1.160364031791687, -1.7380952835083008, -1.5105042457580566, 0.012605053372681141, 0.2752102017402649, 0.3802522122859955, 0.20518220961093903, -1.580532193183899, -1.6155462265014648, 0.11764705926179886, -0.12745095789432526, -0.21498596668243408, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.37254899740219116, -0.10994396358728409, -0.28501397371292114, -0.47759100794792175, -0.2499999701976776, -0.5126050114631653, -0.42506998777389526, -0.26750698685646057, -0.3550419807434082, -0.4075630009174347, -0.3200279772281647, -0.47759100794792175, -0.5476189851760864, -0.5126050114631653, -0.5126050114631653, -0.03991595283150673, -0.4425770044326782, -0.47759100794792175, -0.23249296844005585, -0.26750698685646057, -0.3200279772281647, -0.09243696182966232, -0.09243696182966232, -0.10994396358728409, -0.057422954589128494, -0.07492996007204056, 0.13515406847000122, 0.2226892113685608, -0.1624649614095688, 0.13515406847000122, 0.06512605398893356, 0.11764705926179886, 0.2577032148838043, -0.057422954589128494, 0.432773232460022, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.29271721839904785, -0.12745095789432526, 0.0476190559566021, 0.2226892113685608, 0.24019621312618256, 0.9404762983322144, 1.1855742931365967, 1.3081233501434326, 1.3956583738327026, 1.0805323123931885, -0.23249296844005585, -0.9502801299095154, -1.335434079170227, -1.7380952835083008, -1.8256303071975708, -1.8606442213058472, -1.9131653308868408, -1.9131653308868408, -1.895658254623413, -1.895658254623413, -1.878151297569275, -2.0007002353668213, -1.965686321258545, -2.0007002353668213, -1.878151297569275, -1.7380952835083008, -1.4404760599136353, 0.1001400575041771, 0.8529412746429443, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.9208683967590332, 1.7107843160629272, 1.9383753538131714, 1.640756368637085, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 0.03011205606162548, -1.843137264251709, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.843137264251709, -1.983193278312683, -1.3879550695419312, -1.4054621458053589, 0.520308256149292, 1.0455182790756226, 0.8179272413253784, 1.343137264251709, 0.3802522122859955, 0.3277312219142914, -0.23249296844005585, -1.2654061317443848, -1.0028010606765747, 0.4852942228317261, 0.29271721839904785, 0.8704482913017273, 0.7303922772407532, 0.6428572535514832, 1.0980392694473267, 1.343137264251709, 1.2030812501907349, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.693277359008789], [1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.9404762983322144, 1.465686321258545, 1.9033613204956055, 2.043417453765869, 2.043417453765869, 2.0084033012390137, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.3606443405151367, 1.2030812501907349, 1.0630252361297607, 0.5728292465209961, 0.012605053372681141, -0.022408949211239815, 0.012605053372681141, 0.012605053372681141, 0.03011205606162548, 0.08263305574655533, 0.06512605398893356, -0.21498596668243408, -0.3550419807434082, -0.057422954589128494, 0.24019621312618256, 0.34523820877075195, 0.415266215801239, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.415266215801239, -0.6701680421829224, -1.3004200458526611, -0.5476189851760864, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.21498596668243408, -0.9677870869636536, -1.2303920984268188, -1.2128850221633911, -1.282913088798523, -1.5630252361297607, 1.3606443405151367, 1.8508403301239014, 2.0259103775024414, 2.0784313678741455, 2.0784313678741455, 1.465686321258545, -1.843137264251709, -1.7030812501907349, -0.33753499388694763, -0.0049019488506019115, 0.2577032148838043, 0.2752102017402649, -0.8627450466156006, -1.457983136177063, -0.4425770044326782, -0.6876749992370605, -1.5980392694473267, -1.843137264251709, -1.282913088798523, -0.3025209903717041, -0.37254899740219116, -0.47759100794792175, -0.5126050114631653, -0.4425770044326782, -0.4950979948043823, -0.3200279772281647, -0.21498596668243408, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, -0.4600839912891388, -0.37254899740219116, -0.39005598425865173, 0.0476190559566021, -0.26750698685646057, -0.4075630009174347, -0.39005598425865173, -0.4600839912891388, -0.4425770044326782, -0.47759100794792175, -0.5126050114631653, -0.5651260018348694, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.4600839912891388, -0.17997196316719055, -0.09243696182966232, -0.4075630009174347, -0.2499999701976776, -0.14495795965194702, -0.07492996007204056, 0.3102242052555084, 0.2752102017402649, 0.24019621312618256, -0.057422954589128494, 0.0476190559566021, -0.03991595283150673, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6603642702102661, 0.7654062509536743, 0.5378152132034302, 1.0105042457580566, 1.1330533027648926, 1.2731093168258667, 1.0455182790756226, 1.1505602598190308, 1.430672287940979, 0.9754902720451355, -0.057422954589128494, -0.6001400351524353, -1.2303920984268188, -1.755602240562439, -1.8256303071975708, -1.8606442213058472, -1.8606442213058472, -1.8606442213058472, -1.878151297569275, -1.8606442213058472, -1.808123230934143, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.3529410362243652, -1.457983136177063, -0.12745095789432526, 0.6603642702102661, 1.3956583738327026, 1.6582633256912231, 1.5357143878936768, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.6232492923736572, 1.815826416015625, 1.728291392326355, 2.0259103775024414, -0.19747896492481232, 1.3606443405151367, -0.2499999701976776, -1.7906162738800049, -1.983193278312683, -1.965686321258545, -1.930672287940979, -1.6855742931365967, -1.5980392694473267, -2.0007002353668213, -0.3025209903717041, 0.6078432202339172, 1.1330533027648926, 1.0280113220214844, 0.5553222298622131, -1.370448112487793, -1.7906162738800049, -1.7731093168258667, -0.5826330184936523, 0.7829132676124573, 1.2906162738800049, 0.7128852605819702, 1.2205883264541626, 0.8179272413253784, 1.0455182790756226, 1.0280113220214844, 0.8704482913017273, 1.7457983493804932, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.6582633256912231], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9754902720451355, 1.430672287940979, 1.9033613204956055, 2.0609242916107178, 2.0959384441375732, 2.043417453765869, 1.9908963441848755, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.3956583738327026, 1.2906162738800049, 0.9929972887039185, 0.4852942228317261, -0.10994396358728409, -0.21498596668243408, -0.14495795965194702, -0.1624649614095688, -0.022408949211239815, 0.20518220961093903, -0.0049019488506019115, -0.07492996007204056, -0.26750698685646057, -0.42506998777389526, -0.28501397371292114, 0.11764705926179886, 0.17016807198524475, 0.20518220961093903, 0.29271721839904785, 0.415266215801239, 0.5378152132034302, 0.5728292465209961, 0.2226892113685608, -0.8802520632743835, -0.6701680421829224, -0.47759100794792175, -0.4075630009174347, -0.37254899740219116, -0.6351540088653564, -1.1778711080551147, -1.160364031791687, -1.282913088798523, -1.247899055480957, 1.378151297569275, 2.0259103775024414, 2.0609242916107178, 2.1834733486175537, 1.6232492923736572, -1.895658254623413, -1.668067216873169, 0.012605053372681141, 0.3277312219142914, 0.6078432202339172, 0.502801239490509, -1.3179271221160889, -1.6155462265014648, 0.6428572535514832, 0.4852942228317261, 0.2752102017402649, 0.2752102017402649, 0.20518220961093903, -0.6351540088653564, -0.9677870869636536, -0.4425770044326782, -0.39005598425865173, -0.14495795965194702, -0.4425770044326782, -0.4950979948043823, -0.7927170395851135, -0.3200279772281647, -0.28501397371292114, -0.33753499388694763, -0.4425770044326782, -0.4600839912891388, -0.37254899740219116, -0.2499999701976776, -0.19747896492481232, -0.6001400351524353, -0.3025209903717041, -0.6176469922065735, -0.5651260018348694, -0.5126050114631653, -0.6351540088653564, -0.28501397371292114, -0.42506998777389526, -0.5476189851760864, -0.47759100794792175, -0.5476189851760864, -0.21498596668243408, -0.5651260018348694, -0.39005598425865173, -0.19747896492481232, -0.28501397371292114, -0.3550419807434082, -0.12745095789432526, -0.3200279772281647, -0.17997196316719055, 0.03011205606162548, 0.13515406847000122, 0.3277312219142914, 0.15266107022762299, -0.14495795965194702, 0.08263305574655533, 0.34523820877075195, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.8004202842712402, 0.8004202842712402, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.4481793642044067, 0.9754902720451355, -0.17997196316719055, -1.0728291273117065, -1.5455182790756226, -1.7030812501907349, -1.8256303071975708, -1.8256303071975708, -1.808123230934143, -1.8606442213058472, -1.843137264251709, -1.808123230934143, -1.808123230934143, -1.0378150939941406, 0.1001400575041771, 0.8004202842712402, -0.42506998777389526, 0.3802522122859955, 0.24019621312618256, 0.8529412746429443, 1.815826416015625, 1.7107843160629272, 1.465686321258545, 1.640756368637085, 1.7983193397521973, 1.9558824300765991, 1.5707283020019531, 1.5007003545761108, 1.5882353782653809, 1.483193278312683, 1.343137264251709, 1.6582633256912231, 1.7107843160629272, 1.3256303071975708, 0.17016807198524475, -1.5630252361297607, -1.247899055480957, -1.965686321258545, -1.983193278312683, -2.0007002353668213, -1.930672287940979, -0.09243696182966232, 1.1155463457107544, 1.2380952835083008, -1.422969102859497, -1.9481792449951172, -1.878151297569275, -1.6155462265014648, 0.03011205606162548, 0.9229692816734314, 1.8333333730697632, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.1330533027648926, 0.6078432202339172, 1.2205883264541626, 1.6232492923736572, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6232492923736572], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8704482913017273, 1.3081233501434326, 1.7983193397521973, 2.0084033012390137, 2.0784313678741455, 2.043417453765869, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.868347406387329, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.0455182790756226, 0.502801239490509, -0.057422954589128494, -0.33753499388694763, -0.19747896492481232, -0.12745095789432526, -0.42506998777389526, -0.28501397371292114, -0.10994396358728409, -0.07492996007204056, -0.17997196316719055, -0.14495795965194702, -0.4950979948043823, -0.4425770044326782, -0.022408949211239815, 0.11764705926179886, 0.08263305574655533, 0.17016807198524475, 0.24019621312618256, 0.2752102017402649, 0.3627452254295349, 0.6428572535514832, -0.39005598425865173, -0.7752100229263306, -0.6001400351524353, -0.6176469922065735, -0.5476189851760864, -0.8452380299568176, -1.2654061317443848, -1.3529410362243652, 1.2556023597717285, 1.553221344947815, 2.0609242916107178, 2.2009804248809814, 1.3081233501434326, -1.9131653308868408, -1.6855742931365967, -0.1624649614095688, 0.18767507374286652, 0.502801239490509, 0.502801239490509, -1.5980392694473267, -1.6855742931365967, 0.8004202842712402, 0.7128852605819702, 0.5728292465209961, 0.6078432202339172, 0.45028021931648254, -0.6001400351524353, -0.6526610255241394, -0.37254899740219116, -0.14495795965194702, -0.2499999701976776, -0.47759100794792175, -0.26750698685646057, -0.37254899740219116, -0.47759100794792175, -0.28501397371292114, -0.4075630009174347, -0.47759100794792175, -0.42506998777389526, -0.7927170395851135, -0.5126050114631653, -0.39005598425865173, -0.33753499388694763, -0.5126050114631653, -0.6876749992370605, -0.4600839912891388, -0.5826330184936523, -0.5826330184936523, -0.37254899740219116, -0.4425770044326782, -0.5476189851760864, -0.3200279772281647, -0.5126050114631653, -0.28501397371292114, -0.4950979948043823, -0.42506998777389526, -0.4950979948043823, -0.5126050114631653, -0.3025209903717041, -0.21498596668243408, -0.14495795965194702, -0.09243696182966232, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.0476190559566021, -0.12745095789432526, -0.057422954589128494, 0.29271721839904785, 1.0805323123931885, 0.415266215801239, 0.7829132676124573, 1.0805323123931885, 0.9404762983322144, 1.1155463457107544, 0.9929972887039185, 0.8704482913017273, 0.590336263179779, 1.0980392694473267, 0.8004202842712402, -0.3550419807434082, -1.160364031791687, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.7731093168258667, -1.4054621458053589, -0.9152660369873047, -0.3025209903717041, 1.1155463457107544, 1.5007003545761108, 1.2731093168258667, 1.553221344947815, 1.5882353782653809, 1.7633053064346313, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.9733893871307373, 1.7983193397521973, 1.2380952835083008, 1.4131653308868408, 1.693277359008789, 1.693277359008789, 1.9033613204956055, 1.605742335319519, 1.2556023597717285, 0.9404762983322144, 0.5378152132034302, -0.7927170395851135, -1.9131653308868408, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.7030812501907349, 0.29271721839904785, -0.9327731132507324, -2.0007002353668213, -1.965686321258545, -1.7906162738800049, -1.5630252361297607, -0.3025209903717041, 0.9929972887039185, 1.5707283020019531, 1.3956583738327026, 1.4481793642044067, 1.378151297569275, 0.6078432202339172, 0.8529412746429443, 1.3956583738327026, 1.518207311630249, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.8879552483558655, 1.3606443405151367, 1.8508403301239014, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.7107843160629272, 1.640756368637085, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.3606443405151367, 1.1330533027648926, 0.7478992342948914, 0.08263305574655533, -0.19747896492481232, -0.0049019488506019115, 0.13515406847000122, -0.6001400351524353, -0.6351540088653564, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.14495795965194702, -0.19747896492481232, -0.42506998777389526, -0.5126050114631653, -0.37254899740219116, -0.07492996007204056, 0.06512605398893356, 0.1001400575041771, 0.17016807198524475, 0.08263305574655533, 0.06512605398893356, 0.06512605398893356, -0.6701680421829224, -0.9327731132507324, -0.8452380299568176, -0.8452380299568176, -0.7577030062675476, -1.0728291273117065, 0.9579832553863525, 1.693277359008789, 1.815826416015625, 1.9383753538131714, 2.043417453765869, -0.39005598425865173, -1.8256303071975708, -0.6876749992370605, -0.21498596668243408, -0.0049019488506019115, 0.18767507374286652, -1.7030812501907349, -1.7906162738800049, 0.45028021931648254, 0.6253502368927002, 0.5553222298622131, 0.6078432202339172, 0.5378152132034302, -0.8627450466156006, -0.4950979948043823, -0.12745095789432526, 0.012605053372681141, 0.2226892113685608, 0.20518220961093903, 0.11764705926179886, -0.47759100794792175, -0.09243696182966232, -0.28501397371292114, -0.4950979948043823, -0.6701680421829224, -0.6351540088653564, -0.4600839912891388, -0.5476189851760864, -0.39005598425865173, -0.4600839912891388, -0.5126050114631653, -0.5826330184936523, -0.5301120281219482, -0.5651260018348694, -0.7401960492134094, -0.5651260018348694, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.6351540088653564, -0.7051820158958435, -0.4075630009174347, -0.3550419807434082, -0.4075630009174347, -0.17997196316719055, -0.5126050114631653, -0.14495795965194702, -0.3200279772281647, -0.022408949211239815, 0.03011205606162548, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, 0.1001400575041771, 0.7654062509536743, 0.9229692816734314, 0.4852942228317261, 0.5378152132034302, 0.7303922772407532, 1.0105042457580566, 0.8704482913017273, 1.0455182790756226, 1.343137264251709, 1.465686321258545, 1.2906162738800049, 0.5378152132034302, -0.8277310132980347, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.755602240562439, -1.895658254623413, -1.195378065109253, -0.26750698685646057, -0.19747896492481232, 1.3956583738327026, 0.520308256149292, 1.3081233501434326, 1.5882353782653809, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.7457983493804932, 1.6582633256912231, 1.5882353782653809, 1.2556023597717285, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.728291392326355, 1.1680673360824585, 1.0280113220214844, -0.14495795965194702, -1.3179271221160889, -1.7731093168258667, -1.9131653308868408, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.965686321258545, -2.018207311630249, -1.8606442213058472, -1.808123230934143, -0.5826330184936523, -1.6505602598190308, 0.17016807198524475, 1.5357143878936768, 1.5882353782653809, 1.7983193397521973, 1.1855742931365967, 1.0105042457580566, 0.8004202842712402, 0.7303922772407532, 1.8858543634414673, 1.5007003545761108, 1.483193278312683, 1.553221344947815, 1.553221344947815, 1.553221344947815], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7303922772407532, 0.9754902720451355, 1.6232492923736572, 2.0084033012390137, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.8858543634414673, 1.693277359008789, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.2205883264541626, 1.2556023597717285, 1.0630252361297607, 0.6603642702102661, 0.39775922894477844, 0.15266107022762299, -0.03991595283150673, -0.2499999701976776, -0.33753499388694763, -0.4600839912891388, -0.1624649614095688, -0.03991595283150673, -0.03991595283150673, -0.21498596668243408, -0.47759100794792175, -0.5826330184936523, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.2499999701976776, -0.09243696182966232, -0.057422954589128494, -0.12745095789432526, -0.1624649614095688, -0.7401960492134094, -1.2303920984268188, -1.0378150939941406, -1.0903360843658447, -1.2303920984268188, 1.7633053064346313, 1.780812382698059, 1.9733893871307373, 2.0784313678741455, 1.9383753538131714, -1.2303920984268188, -1.0378150939941406, -1.3004200458526611, -1.6330533027648926, -1.160364031791687, -1.3004200458526611, -1.5105042457580566, -0.9327731132507324, -0.4425770044326782, -0.4425770044326782, -0.47759100794792175, -0.07492996007204056, -1.2303920984268188, -0.09243696182966232, 0.11764705926179886, 0.2752102017402649, 0.3277312219142914, -0.33753499388694763, 0.18767507374286652, -0.21498596668243408, -0.5476189851760864, -0.5476189851760864, -0.6001400351524353, -0.4950979948043823, -0.5826330184936523, -0.4950979948043823, -0.5651260018348694, -0.6701680421829224, -0.4950979948043823, -0.42506998777389526, -0.5476189851760864, -0.5476189851760864, -0.6526610255241394, -0.5651260018348694, -0.6351540088653564, -0.5826330184936523, -0.6176469922065735, -0.7226890325546265, -0.5476189851760864, -0.6001400351524353, -0.4075630009174347, -0.37254899740219116, -0.3025209903717041, -0.4075630009174347, -0.3200279772281647, -0.19747896492481232, -0.19747896492481232, -0.2499999701976776, -0.1624649614095688, 0.08263305574655533, 0.3802522122859955, 0.15266107022762299, 0.012605053372681141, 0.3802522122859955, 0.520308256149292, 0.9754902720451355, 0.6953782439231873, 0.8529412746429443, 0.7478992342948914, 0.6078432202339172, 0.9229692816734314, 1.1505602598190308, 1.3956583738327026, 1.378151297569275, 1.2205883264541626, 0.8354342579841614, -0.17997196316719055, -1.0903360843658447, -1.720588207244873, -1.7906162738800049, -1.843137264251709, -1.9131653308868408, -1.7906162738800049, -1.7731093168258667, -0.5476189851760864, 0.502801239490509, 1.0630252361297607, 1.2731093168258667, 1.465686321258545, 1.5882353782653809, 1.8508403301239014, 1.9383753538131714, 1.6582633256912231, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.640756368637085, 1.5357143878936768, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.5007003545761108, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.3081233501434326, 1.553221344947815, 1.1505602598190308, 0.6778712272644043, -0.7752100229263306, -1.282913088798523, -2.018207311630249, -2.0007002353668213, -1.2654061317443848, -2.018207311630249, -1.965686321258545, -1.965686321258545, 0.432773232460022, 1.0455182790756226, -1.9481792449951172, -1.422969102859497, -0.9327731132507324, 0.6778712272644043, 1.5357143878936768, 1.8858543634414673, 1.728291392326355, 1.728291392326355, 1.483193278312683, 0.8704482913017273, 1.0980392694473267, 1.640756368637085, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 1.3081233501434326, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.815826416015625, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 0.7829132676124573, 0.415266215801239, 0.24019621312618256, 0.20518220961093903, -0.0049019488506019115, -0.19747896492481232, -0.3025209903717041, -0.5476189851760864, -0.39005598425865173, -0.14495795965194702, -0.07492996007204056, -0.057422954589128494, -0.26750698685646057, -0.5826330184936523, -0.7051820158958435, -0.4425770044326782, -0.4600839912891388, -0.4075630009174347, -0.2499999701976776, -0.2499999701976776, -0.26750698685646057, -0.3025209903717041, -0.6176469922065735, -1.247899055480957, -1.6330533027648926, -1.5630252361297607, 2.043417453765869, 1.9908963441848755, 2.1309523582458496, 2.0784313678741455, -1.0728291273117065, -1.1778711080551147, -1.7906162738800049, -1.335434079170227, -1.195378065109253, 0.18767507374286652, 0.415266215801239, 0.432773232460022, 0.4677872359752655, -1.0903360843658447, -1.6855742931365967, -0.10994396358728409, -0.23249296844005585, -0.6701680421829224, -0.03991595283150673, 0.06512605398893356, 0.2226892113685608, -0.1624649614095688, -0.5651260018348694, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, 0.06512605398893356, -0.3025209903717041, -0.5826330184936523, -0.4075630009174347, -0.9502801299095154, -0.6701680421829224, -0.6876749992370605, -0.5651260018348694, -0.8627450466156006, -0.4600839912891388, -0.37254899740219116, -0.47759100794792175, -0.8627450466156006, -0.9327731132507324, -0.4600839912891388, -0.8627450466156006, -0.7226890325546265, -0.33753499388694763, -0.6701680421829224, -0.6351540088653564, -0.5651260018348694, -0.5651260018348694, -0.9327731132507324, -0.28501397371292114, -0.7051820158958435, -0.6876749992370605, -0.26750698685646057, -0.17997196316719055, -0.3200279772281647, 0.03011205606162548, 0.4677872359752655, 0.8704482913017273, 0.9404762983322144, 0.5378152132034302, 0.9229692816734314, 0.5553222298622131, 0.502801239490509, 1.0980392694473267, 1.0280113220214844, 0.6253502368927002, 1.0980392694473267, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, -0.39005598425865173, -1.0903360843658447, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.8256303071975708, -0.07492996007204056, 1.0805323123931885, 1.0980392694473267, 0.6078432202339172, 1.1155463457107544, 1.5357143878936768, 1.4481793642044067, 1.7457983493804932, 1.6232492923736572, 1.7983193397521973, 1.693277359008789, 1.3956583738327026, 1.7983193397521973, 1.693277359008789, 1.693277359008789, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.4131653308868408, 1.3081233501434326, 1.6582633256912231, 1.1330533027648926, 0.7829132676124573, 1.3956583738327026, 1.0455182790756226, 1.1155463457107544, 0.17016807198524475, -1.9131653308868408, -1.755602240562439, -1.965686321258545, -1.965686321258545, -1.983193278312683, -1.1428570747375488, -1.9481792449951172, -1.965686321258545, -2.018207311630249, -2.0007002353668213, -1.878151297569275, -1.0203081369400024, -0.23249296844005585, 0.6778712272644043, 1.518207311630249, 1.2906162738800049, 1.6232492923736572, 1.0805323123931885, 0.6603642702102661, 1.6582633256912231, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 1.2380952835083008, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.8333333730697632, 1.728291392326355, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.3081233501434326, 1.0280113220214844, 0.8354342579841614, 0.6428572535514832, 0.432773232460022, 0.24019621312618256, 0.08263305574655533, 0.03011205606162548, -0.12745095789432526, -0.3550419807434082, -0.5651260018348694, -0.4950979948043823, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.23249296844005585, -0.5826330184936523, -0.7401960492134094, -0.7401960492134094, -0.7577030062675476, -0.7577030062675476, -0.7401960492134094, -0.8277310132980347, -0.8452380299568176, -1.5980392694473267, -1.5105042457580566, -1.668067216873169, -0.23249296844005585, 1.3081233501434326, 1.8858543634414673, 2.0784313678741455, 1.0455182790756226, -1.282913088798523, -1.878151297569275, -1.4929972887039185, -1.0728291273117065, 0.20518220961093903, 0.3627452254295349, 0.4677872359752655, 0.4677872359752655, -1.160364031791687, -1.720588207244873, 0.3627452254295349, 0.432773232460022, 0.2752102017402649, -0.0049019488506019115, -0.4950979948043823, -0.12745095789432526, -0.14495795965194702, -0.1624649614095688, -0.5126050114631653, -0.19747896492481232, -0.5126050114631653, -0.14495795965194702, -0.03991595283150673, -0.5826330184936523, -0.6351540088653564, -0.8977590203285217, -0.6176469922065735, -0.6176469922065735, -0.5126050114631653, -0.5826330184936523, -0.3200279772281647, -0.3550419807434082, -0.2499999701976776, -0.21498596668243408, -0.42506998777389526, -0.5651260018348694, -0.7752100229263306, -0.7226890325546265, -0.28501397371292114, -0.6351540088653564, -0.6701680421829224, -0.5476189851760864, -0.47759100794792175, -0.47759100794792175, -0.37254899740219116, -0.4425770044326782, -0.4950979948043823, -0.33753499388694763, -0.26750698685646057, 0.6253502368927002, 0.012605053372681141, -0.057422954589128494, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.7478992342948914, 0.9229692816734314, 0.7478992342948914, 1.1155463457107544, 1.2731093168258667, 1.3956583738327026, 1.0980392694473267, 1.1330533027648926, 0.7829132676124573, 0.39775922894477844, -0.21498596668243408, -0.8977590203285217, -1.4054621458053589, -1.755602240562439, -1.7380952835083008, -1.7030812501907349, -1.1428570747375488, -0.5826330184936523, 0.9054622650146484, 1.3956583738327026, 1.2380952835083008, 1.2205883264541626, 1.1505602598190308, 1.5707283020019531, 1.605742335319519, 1.728291392326355, 1.5882353782653809, 1.5882353782653809, 1.815826416015625, 1.553221344947815, 1.5007003545761108, 1.640756368637085, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.2906162738800049, 1.465686321258545, 1.4131653308868408, 1.483193278312683, 1.0805323123931885, 0.590336263179779, -1.4754900932312012, -1.7906162738800049, -1.7380952835083008, -1.720588207244873, -0.10994396358728409, -1.930672287940979, -1.9481792449951172, 0.39775922894477844, 1.5357143878936768, -1.7906162738800049, -1.983193278312683, 0.9579832553863525, 1.8858543634414673, -1.930672287940979, -1.6330533027648926, -1.370448112487793, 0.502801239490509, 1.1155463457107544, 0.7478992342948914, -0.0049019488506019115, -0.9152660369873047, 1.5707283020019531, 1.7107843160629272, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 1.2030812501907349, 1.9733893871307373, 2.0084033012390137, 2.0084033012390137, 1.9733893871307373, 1.9908963441848755, 1.8858543634414673, 1.868347406387329, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.2380952835083008, 1.0455182790756226, 0.8004202842712402, 0.34523820877075195, -0.14495795965194702, -0.3025209903717041, -0.057422954589128494, -0.14495795965194702, -0.1624649614095688, -0.3200279772281647, -0.47759100794792175, -0.5651260018348694, -0.33753499388694763, -0.2499999701976776, -0.37254899740219116, -0.5301120281219482, -0.7051820158958435, -0.8277310132980347, -0.7927170395851135, -1.1253501176834106, -1.4754900932312012, -1.3529410362243652, -1.668067216873169, -1.6855742931365967, -1.4929972887039185, -1.457983136177063, 1.2731093168258667, 1.465686321258545, 1.3606443405151367, 1.5007003545761108, 0.7478992342948914, -1.580532193183899, -1.9131653308868408, -1.282913088798523, -0.1624649614095688, 0.06512605398893356, 0.1001400575041771, 0.11764705926179886, -1.2654061317443848, -1.8256303071975708, -0.07492996007204056, 0.432773232460022, 0.18767507374286652, 0.20518220961093903, -0.4425770044326782, -0.5651260018348694, -0.28501397371292114, -0.21498596668243408, -0.4950979948043823, -0.37254899740219116, -0.42506998777389526, -0.8102240562438965, -0.4950979948043823, -0.6526610255241394, -0.7051820158958435, -0.5651260018348694, -0.4075630009174347, -0.42506998777389526, -0.3200279772281647, -0.37254899740219116, -0.4075630009174347, -0.23249296844005585, -0.17997196316719055, -0.09243696182966232, -0.09243696182966232, -0.4075630009174347, -0.12745095789432526, -0.37254899740219116, -0.5301120281219482, -0.5826330184936523, -0.5651260018348694, -0.5826330184936523, -0.5301120281219482, -0.5476189851760864, -0.6351540088653564, -0.39005598425865173, -0.2499999701976776, -0.2499999701976776, -0.12745095789432526, 0.18767507374286652, 0.5378152132034302, 0.3627452254295349, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 0.7654062509536743, 0.9579832553863525, 0.8004202842712402, 0.9404762983322144, 0.6778712272644043, 0.8704482913017273, 1.0105042457580566, 1.3256303071975708, 1.3956583738327026, 0.9404762983322144, -0.19747896492481232, -1.2303920984268188, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.1253501176834106, 0.6078432202339172, 0.9929972887039185, 1.3606443405151367, 1.3606443405151367, 1.5882353782653809, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 1.728291392326355, 1.6232492923736572, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.8508403301239014, 1.6582633256912231, 1.4131653308868408, 1.728291392326355, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.640756368637085, 1.693277359008789, -0.9502801299095154, -0.8977590203285217, -1.457983136177063, -0.10994396358728409, 1.8333333730697632, 1.9208683967590332, -1.4754900932312012, -1.9481792449951172, 1.7983193397521973, 1.7633053064346313, -1.9481792449951172, -1.1428570747375488, -1.7906162738800049, -1.195378065109253, -0.14495795965194702, -1.195378065109253, -1.720588207244873, -0.6876749992370605, 1.9558824300765991, 1.483193278312683, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.3606443405151367, 2.043417453765869, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.3606443405151367, 1.0980392694473267, 0.6778712272644043, 0.2752102017402649, -0.12745095789432526, -0.5476189851760864, -0.6526610255241394, -0.33753499388694763, -0.07492996007204056, -0.12745095789432526, -0.39005598425865173, -0.5826330184936523, -0.7226890325546265, -0.6526610255241394, -0.5651260018348694, -0.6526610255241394, -0.6176469922065735, -0.6526610255241394, -0.8977590203285217, -0.33753499388694763, -1.6155462265014648, -1.6330533027648926, -1.6155462265014648, -1.5980392694473267, -1.6855742931365967, -1.3004200458526611, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, -1.9131653308868408, -1.6855742931365967, -0.8977590203285217, 0.2577032148838043, -0.6701680421829224, -1.1253501176834106, -0.9852941036224365, -1.3179271221160889, -1.8606442213058472, -1.3004200458526611, -0.03991595283150673, -0.1624649614095688, -0.14495795965194702, -0.4950979948043823, -1.335434079170227, -1.4929972887039185, -0.23249296844005585, -0.5651260018348694, -0.6176469922065735, -0.5826330184936523, -0.7927170395851135, -0.6176469922065735, -0.6176469922065735, -0.4425770044326782, -0.4075630009174347, -0.07492996007204056, -0.26750698685646057, -0.33753499388694763, -0.3200279772281647, -0.3200279772281647, -0.10994396358728409, -0.1624649614095688, -0.09243696182966232, -0.07492996007204056, 0.012605053372681141, -0.0049019488506019115, -0.10994396358728409, -0.4075630009174347, -0.2499999701976776, -0.26750698685646057, -0.6176469922065735, -0.7752100229263306, -0.7051820158958435, -0.8977590203285217, -0.6876749992370605, -0.37254899740219116, 0.15266107022762299, 0.2577032148838043, 0.06512605398893356, 0.502801239490509, 0.3277312219142914, 0.3102242052555084, 0.7654062509536743, 0.45028021931648254, 0.415266215801239, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0455182790756226, 0.7128852605819702, 0.8879552483558655, 1.2556023597717285, 1.1680673360824585, 0.6603642702102661, -0.21498596668243408, -0.9677870869636536, -1.720588207244873, -1.755602240562439, -1.6505602598190308, -1.370448112487793, 0.0476190559566021, 0.9929972887039185, 1.3081233501434326, 1.3081233501434326, 1.2205883264541626, 1.4131653308868408, 1.465686321258545, 1.2556023597717285, 1.6232492923736572, 1.343137264251709, 1.5357143878936768, 1.693277359008789, 1.8858543634414673, 1.605742335319519, 1.7983193397521973, 1.7107843160629272, 1.780812382698059, 1.465686321258545, 1.640756368637085, 1.605742335319519, 1.640756368637085, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.430672287940979, 1.430672287940979, 1.7107843160629272, 1.8508403301239014, 1.430672287940979, 2.0784313678741455, 1.3081233501434326, -0.1624649614095688, 0.6253502368927002, 1.8333333730697632, -1.6855742931365967, -2.018207311630249, -1.930672287940979, -1.0028010606765747, -1.0203081369400024, -1.7731093168258667, -1.843137264251709, -1.6505602598190308, 0.4852942228317261, 0.3102242052555084, -1.6505602598190308, -0.33753499388694763, 1.8858543634414673, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709], [1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 1.2731093168258667, 1.9208683967590332, 1.9733893871307373, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.5357143878936768, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 0.7128852605819702, 0.3102242052555084, -0.12745095789432526, -0.4600839912891388, -0.7577030062675476, -0.7226890325546265, -0.5301120281219482, -0.33753499388694763, -0.33753499388694763, -0.47759100794792175, -0.7752100229263306, -0.9327731132507324, -0.8452380299568176, -0.8627450466156006, -1.0903360843658447, -1.1778711080551147, -1.5105042457580566, -1.4754900932312012, -1.4929972887039185, -1.3879550695419312, -1.2128850221633911, -1.0903360843658447, -1.0378150939941406, -0.8977590203285217, -0.6351540088653564, 1.4481793642044067, 1.0980392694473267, -1.808123230934143, -1.282913088798523, -0.6526610255241394, 0.0476190559566021, 0.3277312219142914, -1.160364031791687, -1.720588207244873, -0.03991595283150673, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -1.0203081369400024, -1.4929972887039185, -1.247899055480957, -1.5455182790756226, -1.6155462265014648, -0.23249296844005585, -0.6176469922065735, -0.6001400351524353, -0.6876749992370605, -0.6351540088653564, -0.07492996007204056, -0.4600839912891388, -0.3200279772281647, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.26750698685646057, -0.6701680421829224, -0.3200279772281647, -0.28501397371292114, -0.5126050114631653, -0.10994396358728409, -0.33753499388694763, -0.14495795965194702, -0.2499999701976776, 0.11764705926179886, 0.2752102017402649, 0.18767507374286652, 0.20518220961093903, 0.29271721839904785, 0.4852942228317261, 0.502801239490509, -0.057422954589128494, 0.18767507374286652, -0.5301120281219482, -0.057422954589128494, -0.5126050114631653, 0.34523820877075195, 0.5378152132034302, 0.5553222298622131, 0.2226892113685608, 0.4852942228317261, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.8004202842712402, 0.9229692816734314, 1.0805323123931885, 0.8879552483558655, 1.0980392694473267, 0.8354342579841614, 1.2906162738800049, 0.6428572535514832, 0.3277312219142914, -0.42506998777389526, -0.8977590203285217, -1.755602240562439, -1.755602240562439, -0.8802520632743835, 0.24019621312618256, 0.8004202842712402, 1.4481793642044067, 1.5707283020019531, 1.815826416015625, 1.518207311630249, 1.5707283020019531, 1.7983193397521973, 1.7633053064346313, 1.605742335319519, 1.4481793642044067, 1.640756368637085, 1.4131653308868408, 1.6757704019546509, 1.605742335319519, 1.3256303071975708, 1.4481793642044067, 1.3956583738327026, 1.553221344947815, 1.728291392326355, 1.728291392326355, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.6757704019546509, 1.8858543634414673, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 1.553221344947815, 0.9754902720451355, -1.1428570747375488, 1.605742335319519, -1.3179271221160889, 1.2731093168258667, 0.24019621312618256, 0.8179272413253784, -0.0049019488506019115, 1.0455182790756226, 1.1155463457107544, 1.2731093168258667, 1.518207311630249, -0.37254899740219116, 0.3802522122859955, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326], [1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.9229692816734314, 1.430672287940979, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0259103775024414, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4131653308868408, 1.0980392694473267, 0.6953782439231873, 0.20518220961093903, -0.2499999701976776, -0.6351540088653564, -0.7051820158958435, -0.6876749992370605, -0.7577030062675476, -0.7752100229263306, -0.4950979948043823, -0.4950979948043823, -0.5301120281219482, -0.6876749992370605, -0.8802520632743835, -0.9152660369873047, -1.0203081369400024, -1.5630252361297607, -1.4929972887039185, -1.422969102859497, -1.3879550695419312, -1.1428570747375488, -0.5826330184936523, -1.0378150939941406, -0.8452380299568176, -0.8627450466156006, 0.2577032148838043, -0.03991595283150673, -0.7051820158958435, -1.2128850221633911, -0.21498596668243408, -0.5476189851760864, 0.39775922894477844, -1.0553221702575684, -1.6855742931365967, -0.21498596668243408, 0.11764705926179886, 0.18767507374286652, 0.06512605398893356, -0.4600839912891388, -1.6855742931365967, -0.6876749992370605, -0.14495795965194702, -0.19747896492481232, 0.11764705926179886, -0.3200279772281647, -0.47759100794792175, -0.4950979948043823, -0.4950979948043823, -0.8452380299568176, -0.3550419807434082, -0.4075630009174347, -0.6351540088653564, -0.6001400351524353, -0.4950979948043823, -0.6001400351524353, -0.8277310132980347, -0.4950979948043823, -0.4425770044326782, -0.6351540088653564, -0.5476189851760864, -0.33753499388694763, -0.3025209903717041, -0.12745095789432526, 0.15266107022762299, 0.13515406847000122, -0.057422954589128494, 0.432773232460022, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.45028021931648254, 0.6078432202339172, 0.4852942228317261, -0.17997196316719055, -0.09243696182966232, -0.0049019488506019115, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8529412746429443, 0.9229692816734314, 1.1330533027648926, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 0.6603642702102661, -0.42506998777389526, -0.8802520632743835, -1.580532193183899, -1.5980392694473267, -1.580532193183899, 0.15266107022762299, 0.15266107022762299, 1.1505602598190308, 1.0280113220214844, 1.5007003545761108, 1.605742335319519, 1.2205883264541626, 1.1155463457107544, 1.3606443405151367, 1.5357143878936768, 1.728291392326355, 1.8858543634414673, 1.9558824300765991, 1.5357143878936768, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.5357143878936768, 1.343137264251709, 1.6757704019546509, 1.8333333730697632, 1.868347406387329, 1.7633053064346313, 1.5357143878936768, 1.1680673360824585, 1.3956583738327026, 1.780812382698059, 1.483193278312683, 1.7107843160629272, 1.693277359008789, 2.1309523582458496, 1.5707283020019531, 1.3081233501434326, 1.6232492923736572, 1.9558824300765991, -0.03991595283150673, 1.0805323123931885, 0.24019621312618256, 1.9733893871307373, 1.7633053064346313, 1.9033613204956055, 1.1855742931365967, 1.2030812501907349, 1.693277359008789, 1.9383753538131714, 0.7478992342948914, 0.8354342579841614, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667], [1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.4131653308868408, 1.343137264251709, 1.2906162738800049, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 1.3081233501434326, 1.815826416015625, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 1.9733893871307373, 1.9558824300765991, 1.9208683967590332, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.3956583738327026, 1.0805323123931885, 0.5378152132034302, 0.06512605398893356, 0.08263305574655533, -0.3550419807434082, -0.5826330184936523, -0.6001400351524353, -1.0203081369400024, -0.9152660369873047, -1.0378150939941406, -0.47759100794792175, -0.09243696182966232, -0.9327731132507324, -1.0028010606765747, -1.335434079170227, -1.5455182790756226, -1.580532193183899, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -1.0728291273117065, -0.7401960492134094, -1.0903360843658447, -0.3025209903717041, -0.6876749992370605, 0.6603642702102661, 1.5882353782653809, 1.0980392694473267, -0.9327731132507324, -1.370448112487793, -1.0378150939941406, -0.19747896492481232, -1.580532193183899, -1.3179271221160889, -0.6526610255241394, -0.17997196316719055, -0.057422954589128494, -0.5126050114631653, -1.5280112028121948, -1.3879550695419312, -0.23249296844005585, -0.3200279772281647, 0.15266107022762299, -0.14495795965194702, -0.4075630009174347, -0.6351540088653564, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.14495795965194702, -0.5301120281219482, -0.6001400351524353, 0.2752102017402649, 0.3277312219142914, -0.3025209903717041, -0.28501397371292114, -0.7401960492134094, -0.6001400351524353, -0.4950979948043823, -0.28501397371292114, -0.47759100794792175, -0.1624649614095688, -0.14495795965194702, -0.09243696182966232, 0.03011205606162548, 0.1001400575041771, -0.03991595283150673, 0.3802522122859955, 0.9229692816734314, 0.6603642702102661, 0.2577032148838043, -0.057422954589128494, -1.247899055480957, 0.11764705926179886, 0.20518220961093903, 0.432773232460022, 0.4852942228317261, 0.432773232460022, 0.5553222298622131, 0.6603642702102661, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9229692816734314, 1.0980392694473267, 0.6778712272644043, -0.5826330184936523, -1.3004200458526611, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -0.7577030062675476, 0.1001400575041771, 0.9929972887039185, 1.378151297569275, 1.6232492923736572, 1.6582633256912231, 1.6232492923736572, 1.4481793642044067, 1.2731093168258667, 1.1330533027648926, 1.0105042457580566, 1.2906162738800049, 0.9579832553863525, 0.8704482913017273, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.553221344947815, 1.7633053064346313, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.6757704019546509, 1.693277359008789, 1.6582633256912231, 1.780812382698059, 1.7983193397521973, 1.9733893871307373, 1.6582633256912231, 1.693277359008789, 1.5707283020019531, 0.6778712272644043, 1.5007003545761108, 0.6428572535514832, 1.6582633256912231, 0.9404762983322144, 0.6953782439231873, 1.483193278312683, 1.8508403301239014, 1.518207311630249, 1.3606443405151367, 0.9754902720451355, 1.5357143878936768, 0.8004202842712402, 1.553221344947815, 1.5707283020019531, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 1.1155463457107544, 1.4481793642044067, 1.868347406387329, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.815826416015625, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.3256303071975708, 0.9054622650146484, 0.415266215801239, 0.0476190559566021, -0.17997196316719055, 0.2752102017402649, -0.3025209903717041, -0.28501397371292114, -0.3025209903717041, -0.6176469922065735, -0.9852941036224365, -0.5126050114631653, 0.8354342579841614, -0.8277310132980347, -1.4929972887039185, -1.422969102859497, -1.3179271221160889, -1.2128850221633911, -1.160364031791687, -1.1078431606292725, -1.1078431606292725, -0.23249296844005585, -1.0553221702575684, -1.5280112028121948, -1.0378150939941406, -0.07492996007204056, 0.08263305574655533, -0.42506998777389526, -0.8627450466156006, 0.39775922894477844, -1.3529410362243652, -0.03991595283150673, -0.19747896492481232, -0.7401960492134094, -1.0378150939941406, -1.0028010606765747, -0.8977590203285217, -1.0378150939941406, -1.0553221702575684, -1.1778711080551147, -0.47759100794792175, -0.37254899740219116, -0.4600839912891388, -0.4075630009174347, -0.6001400351524353, -0.7226890325546265, -0.5826330184936523, -0.4600839912891388, -0.6701680421829224, -0.6001400351524353, -0.39005598425865173, -0.39005598425865173, -0.4600839912891388, -0.4600839912891388, 0.6253502368927002, 0.2226892113685608, -1.0028010606765747, 0.012605053372681141, -0.057422954589128494, -0.5651260018348694, -0.3550419807434082, -0.4075630009174347, -0.21498596668243408, 0.08263305574655533, -0.09243696182966232, 0.17016807198524475, -0.10994396358728409, 0.8179272413253784, 0.17016807198524475, 0.24019621312618256, 1.0280113220214844, 0.9579832553863525, 0.7478992342948914, 0.5553222298622131, 0.4677872359752655, 0.5553222298622131, 0.11764705926179886, 0.15266107022762299, 0.6603642702102661, 0.8529412746429443, 0.7303922772407532, 0.8004202842712402, 0.8704482913017273, 0.8179272413253784, 0.7128852605819702, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.2380952835083008, 1.1505602598190308, -0.23249296844005585, -1.4754900932312012, -1.457983136177063, -1.7906162738800049, -0.9502801299095154, 0.2577032148838043, 0.6078432202339172, 1.378151297569275, 1.1155463457107544, 1.5707283020019531, 1.7633053064346313, 1.5882353782653809, 1.430672287940979, 0.9754902720451355, 0.8704482913017273, 0.9754902720451355, 1.378151297569275, 1.605742335319519, 1.7633053064346313, 1.693277359008789, 1.5357143878936768, 1.2380952835083008, 1.6582633256912231, 1.8508403301239014, 1.7983193397521973, 1.483193278312683, 1.378151297569275, 1.4481793642044067, 1.6582633256912231, 2.043417453765869, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.2556023597717285, 2.0259103775024414, 1.2556023597717285, -0.03991595283150673, 1.2906162738800049, 1.0630252361297607, -0.3550419807434082, 0.0476190559566021, 1.1155463457107544, 0.20518220961093903, 1.2030812501907349, 0.8529412746429443, -1.2303920984268188, 1.2906162738800049, 1.815826416015625, 0.1001400575041771, 1.5707283020019531, 1.1330533027648926, 0.9929972887039185, 1.7107843160629272, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 1.2205883264541626, 1.378151297569275, 1.605742335319519, 1.815826416015625, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.693277359008789, 1.5707283020019531, 1.465686321258545, 1.2380952835083008, 0.9054622650146484, 0.590336263179779, 0.29271721839904785, 0.012605053372681141, 0.20518220961093903, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.1855742931365967, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, -0.1624649614095688, -1.3529410362243652, -0.5826330184936523, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.0378150939941406, -0.5476189851760864, 0.6778712272644043, -0.9502801299095154, -0.7577030062675476, -0.47759100794792175, 0.2226892113685608, -0.8102240562438965, 0.6428572535514832, -0.14495795965194702, 1.0455182790756226, 0.1001400575041771, 0.432773232460022, -0.3025209903717041, -0.4075630009174347, -0.9677870869636536, -0.8452380299568176, -0.6001400351524353, -0.6001400351524353, -0.8277310132980347, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.6351540088653564, -0.8977590203285217, -0.9677870869636536, -0.8802520632743835, -0.26750698685646057, -0.7577030062675476, -0.4600839912891388, 0.012605053372681141, -0.39005598425865173, 0.3102242052555084, -0.4950979948043823, 0.11764705926179886, -0.8277310132980347, 0.18767507374286652, -0.2499999701976776, -0.5826330184936523, 0.6078432202339172, -0.3025209903717041, -0.4425770044326782, -0.4425770044326782, -0.1624649614095688, -0.19747896492481232, -0.1624649614095688, -0.21498596668243408, 0.6778712272644043, 0.8879552483558655, 0.20518220961093903, 0.34523820877075195, 0.20518220961093903, 0.3627452254295349, 0.415266215801239, 0.502801239490509, 0.39775922894477844, 0.5728292465209961, 0.6078432202339172, 0.5553222298622131, 0.6078432202339172, 0.3627452254295349, 0.7478992342948914, 0.8179272413253784, 0.9054622650146484, 0.8354342579841614, 1.0280113220214844, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.8179272413253784, 0.18767507374286652, -1.1078431606292725, -1.668067216873169, -1.5980392694473267, -0.47759100794792175, 0.520308256149292, 1.0280113220214844, 0.6778712272644043, 0.6953782439231873, 0.8529412746429443, 1.3081233501434326, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.3956583738327026, 1.430672287940979, 1.2556023597717285, 1.2380952835083008, 1.0105042457580566, 0.6078432202339172, 0.39775922894477844, 0.8529412746429443, 1.0280113220214844, 1.2030812501907349, 1.343137264251709, 1.640756368637085, 1.8508403301239014, 1.6582633256912231, 1.7457983493804932, 1.9908963441848755, 1.5882353782653809, 1.3606443405151367, 1.7983193397521973, 1.1680673360824585, 1.9033613204956055, 1.693277359008789, 1.3606443405151367, 0.9404762983322144, 0.7128852605819702, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, -0.47759100794792175, -0.14495795965194702, 0.18767507374286652, 0.06512605398893356, 0.9754902720451355, 1.780812382698059, 1.553221344947815, 1.7633053064346313, 0.3802522122859955, 0.5378152132034302, 2.0259103775024414, 1.8333333730697632, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308], [1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 1.1680673360824585, 1.4481793642044067, 1.7633053064346313, 1.9733893871307373, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.605742335319519, 1.518207311630249, 1.378151297569275, 1.0105042457580566, 0.8179272413253784, 0.5553222298622131, 0.7654062509536743, 0.8879552483558655, 1.0630252361297607, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.378151297569275, 1.0105042457580566, 0.415266215801239, 0.7303922772407532, 0.9404762983322144, 0.03011205606162548, -0.8452380299568176, -0.8627450466156006, -1.4054621458053589, -1.3529410362243652, -1.1778711080551147, -0.26750698685646057, -0.47759100794792175, -0.5126050114631653, -0.37254899740219116, -0.4600839912891388, -0.17997196316719055, -0.12745095789432526, 0.6953782439231873, 0.7478992342948914, 0.45028021931648254, 0.5728292465209961, 1.0105042457580566, 0.8529412746429443, 0.5553222298622131, -0.4600839912891388, -0.5651260018348694, -0.6526610255241394, -1.1428570747375488, -0.6001400351524353, -0.47759100794792175, -0.5826330184936523, -0.5826330184936523, -0.7577030062675476, -0.7752100229263306, -0.8277310132980347, -0.3550419807434082, -0.7577030062675476, -0.5476189851760864, 0.29271721839904785, -0.2499999701976776, -0.9677870869636536, -0.022408949211239815, 0.08263305574655533, -0.4425770044326782, 0.45028021931648254, -0.10994396358728409, 0.8704482913017273, 0.502801239490509, 0.6953782439231873, 0.5378152132034302, -0.42506998777389526, -0.2499999701976776, -0.14495795965194702, 0.2752102017402649, -0.022408949211239815, -0.5826330184936523, 0.6078432202339172, 0.1001400575041771, 0.45028021931648254, 0.17016807198524475, -0.5126050114631653, 0.1001400575041771, 0.4852942228317261, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.6603642702102661, 0.8004202842712402, 0.7829132676124573, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0280113220214844, 1.2556023597717285, 0.9054622650146484, 0.3802522122859955, -0.7226890325546265, -1.6330533027648926, -1.2654061317443848, 0.2577032148838043, 1.2380952835083008, 1.378151297569275, 1.1680673360824585, 1.5707283020019531, 1.7107843160629272, 1.605742335319519, 1.0980392694473267, 1.0805323123931885, 1.1680673360824585, 1.1330533027648926, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 1.6232492923736572, 1.5007003545761108, 0.8179272413253784, 0.6253502368927002, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.3081233501434326, 1.5707283020019531, 1.7983193397521973, 1.815826416015625, 1.5707283020019531, 1.0105042457580566, 1.553221344947815, 1.5707283020019531, 1.5357143878936768, -1.3179271221160889, 0.9929972887039185, 0.8179272413253784, 0.1001400575041771, 0.502801239490509, -0.6001400351524353, -0.022408949211239815, 1.7107843160629272, -0.8452380299568176, 0.18767507374286652, 0.15266107022762299, -0.26750698685646057, 0.8004202842712402, -0.14495795965194702, 1.5007003545761108, 1.0105042457580566, 0.415266215801239, 0.24019621312618256, 1.8858543634414673, 1.3956583738327026, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926], [1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8704482913017273, 0.9579832553863525, 1.1680673360824585, 1.465686321258545, 1.693277359008789, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.7457983493804932, 1.6232492923736572, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.2380952835083008, 1.3081233501434326, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.3081233501434326, 1.465686321258545, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.2906162738800049, 0.9054622650146484, 0.4677872359752655, -0.07492996007204056, -0.26750698685646057, 0.13515406847000122, -0.26750698685646057, -0.6001400351524353, -0.42506998777389526, -0.09243696182966232, 0.502801239490509, 0.7829132676124573, 0.5378152132034302, 1.3081233501434326, 0.9404762983322144, 1.0805323123931885, 1.1155463457107544, 1.0105042457580566, 0.6778712272644043, -0.28501397371292114, 0.20518220961093903, -1.4054621458053589, -0.9677870869636536, -0.6001400351524353, -0.5651260018348694, -0.6001400351524353, -0.7577030062675476, -1.0203081369400024, -0.8452380299568176, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, 0.18767507374286652, -0.4950979948043823, 0.5378152132034302, -0.2499999701976776, -0.4075630009174347, 0.17016807198524475, 0.4677872359752655, -0.09243696182966232, 0.9054622650146484, 0.7829132676124573, 0.2226892113685608, 0.45028021931648254, 0.6953782439231873, 0.6603642702102661, 0.34523820877075195, 0.8354342579841614, 0.520308256149292, -0.022408949211239815, 0.15266107022762299, 0.17016807198524475, 0.3277312219142914, 0.6078432202339172, 0.6778712272644043, 0.34523820877075195, 0.7478992342948914, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7654062509536743, 0.8879552483558655, 0.6428572535514832, 1.0105042457580566, 1.0105042457580566, 0.8879552483558655, 0.6428572535514832, 0.590336263179779, 1.0980392694473267, 0.7128852605819702, -1.2128850221633911, -1.5980392694473267, -1.247899055480957, 0.5553222298622131, 0.3627452254295349, 1.1855742931365967, 0.8179272413253784, 1.2556023597717285, 1.2731093168258667, 1.518207311630249, 1.553221344947815, 1.6582633256912231, 1.465686321258545, 1.2030812501907349, 1.1505602598190308, 1.6582633256912231, 1.605742335319519, 0.5553222298622131, 1.0630252361297607, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.8529412746429443, 1.2030812501907349, 1.0280113220214844, 0.8179272413253784, 0.502801239490509, 0.6953782439231873, 1.0630252361297607, 1.1155463457107544, 1.3081233501434326, 1.3956583738327026, 1.1155463457107544, 0.7829132676124573, 0.9579832553863525, -0.6001400351524353, -1.160364031791687, -0.7752100229263306, 0.18767507374286652, -0.17997196316719055, -0.7226890325546265, 1.5707283020019531, -0.9327731132507324, -0.9152660369873047, -0.6351540088653564, -1.580532193183899, -0.39005598425865173, 0.415266215801239, 0.9754902720451355, 0.2577032148838043, -1.3879550695419312, -0.47759100794792175, 1.5882353782653809, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 1.1505602598190308, 1.693277359008789, 1.8333333730697632, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7457983493804932, 1.640756368637085, 1.483193278312683, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1680673360824585, 1.1330533027648926, 1.2556023597717285, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 0.8354342579841614, 0.15266107022762299, 0.7128852605819702, 0.415266215801239, 0.17016807198524475, 1.2030812501907349, 0.20518220961093903, 1.2731093168258667, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3256303071975708, 1.2556023597717285, 1.3256303071975708, 0.9404762983322144, 1.2556023597717285, 0.45028021931648254, 0.45028021931648254, -0.6176469922065735, 0.13515406847000122, -0.6001400351524353, -0.8977590203285217, -0.7577030062675476, -1.3004200458526611, -0.6526610255241394, -1.2303920984268188, -0.28501397371292114, -0.3550419807434082, 0.5378152132034302, -0.6001400351524353, -0.17997196316719055, 0.3802522122859955, 0.4677872359752655, -0.42506998777389526, -0.3025209903717041, 0.39775922894477844, 0.432773232460022, 0.6603642702102661, -0.0049019488506019115, 0.7478992342948914, 0.3102242052555084, 1.1855742931365967, 0.7303922772407532, 0.6428572535514832, 0.520308256149292, 0.2752102017402649, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.08263305574655533, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.3277312219142914, 0.2577032148838043, 0.5378152132034302, 0.8004202842712402, 0.6953782439231873, 0.5553222298622131, 0.7829132676124573, 0.8004202842712402, 1.1330533027648926, 1.0280113220214844, 1.1855742931365967, 0.9229692816734314, 1.2030812501907349, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, -1.0728291273117065, -1.668067216873169, -1.5455182790756226, -0.4425770044326782, 1.3256303071975708, 0.8529412746429443, 0.9929972887039185, 1.6232492923736572, 1.3606443405151367, 1.6232492923736572, 1.3081233501434326, 1.2556023597717285, 1.3956583738327026, 1.605742335319519, 1.5707283020019531, 1.465686321258545, 1.378151297569275, 1.5007003545761108, 1.4481793642044067, 1.3606443405151367, 1.1330533027648926, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 0.45028021931648254, -0.17997196316719055, 0.15266107022762299, -0.17997196316719055, 0.6953782439231873, 0.9054622650146484, 1.1330533027648926, 0.20518220961093903, -0.7401960492134094, -0.8277310132980347, -0.8802520632743835, -1.247899055480957, -1.0553221702575684, -0.5301120281219482, 1.2556023597717285, -1.335434079170227, -1.1778711080551147, -0.03991595283150673, -1.1253501176834106, -1.7380952835083008, -1.422969102859497, -1.5280112028121948, -0.9327731132507324, -0.8802520632743835, 0.8354342579841614, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.8508403301239014, 1.7983193397521973, 1.6757704019546509, 1.553221344947815, 1.5007003545761108, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2205883264541626, 0.6953782439231873, 0.17016807198524475, 0.13515406847000122, 0.8179272413253784, 0.5378152132034302, 0.7478992342948914, 0.9929972887039185, 0.6253502368927002, 0.5728292465209961, 1.0455182790756226, 1.2731093168258667, 1.2205883264541626, 1.5882353782653809, 1.430672287940979, 1.5007003545761108, 1.430672287940979, 1.4481793642044067, 1.3081233501434326, 1.1330533027648926, 0.8179272413253784, -0.4950979948043823, -0.8277310132980347, -0.1624649614095688, 1.2731093168258667, 0.2577032148838043, -0.5301120281219482, -0.14495795965194702, -0.2499999701976776, -0.7752100229263306, -0.9677870869636536, -1.0903360843658447, 0.3802522122859955, 0.6953782439231873, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.18767507374286652, 0.6078432202339172, 0.8529412746429443, 0.7829132676124573, 0.8354342579841614, 0.6603642702102661, 0.9229692816734314, 0.9929972887039185, 0.7478992342948914, 0.8704482913017273, 0.9754902720451355, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.2752102017402649, 0.45028021931648254, 0.432773232460022, 0.3277312219142914, 0.6778712272644043, 0.7303922772407532, 0.5378152132034302, 0.6953782439231873, 0.7478992342948914, 0.520308256149292, 0.7128852605819702, 0.9579832553863525, 1.0630252361297607, 1.1505602598190308, 0.8704482913017273, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.1855742931365967, 1.0630252361297607, 0.7128852605819702, -0.6876749992370605, -1.6330533027648926, -1.6155462265014648, 0.1001400575041771, -0.14495795965194702, 0.9404762983322144, 1.0455182790756226, 1.378151297569275, 1.5882353782653809, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5007003545761108, 1.2380952835083008, 0.9929972887039185, 1.518207311630249, 1.605742335319519, 1.518207311630249, 1.3606443405151367, 1.1330533027648926, 0.7829132676124573, 1.0980392694473267, 0.9229692816734314, 0.3277312219142914, 1.1505602598190308, 0.7303922772407532, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 1.3606443405151367, 1.815826416015625, 1.5357143878936768, 0.7128852605819702, -0.7752100229263306, -1.160364031791687, -0.6176469922065735, 0.18767507374286652, -0.6176469922065735, -0.7401960492134094, 0.6953782439231873, -0.5126050114631653, -1.2303920984268188, 0.8529412746429443, -0.6876749992370605, -1.4404760599136353, -1.3879550695419312, -1.422969102859497, -1.0728291273117065, -0.8977590203285217, 1.2205883264541626, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.2556023597717285, 1.2906162738800049, 1.465686321258545, 1.7457983493804932, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7983193397521973, 1.7107843160629272, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.4131653308868408, 1.5357143878936768, 1.6757704019546509, 1.728291392326355, 1.6232492923736572, 1.605742335319519, 1.483193278312683, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 0.45028021931648254, 0.18767507374286652, 0.7128852605819702, 1.0455182790756226, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 1.343137264251709, 1.3081233501434326, 1.4131653308868408, 1.465686321258545, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.465686321258545, 1.378151297569275, 1.0455182790756226, 0.2752102017402649, 0.9229692816734314, 0.432773232460022, 0.08263305574655533, -0.3550419807434082, 1.3256303071975708, 0.8704482913017273, 0.5553222298622131, 0.3277312219142914, -0.057422954589128494, 0.03011205606162548, 0.432773232460022, -0.3200279772281647, 0.4852942228317261, 0.2752102017402649, 0.432773232460022, 0.39775922894477844, 0.5728292465209961, 0.9229692816734314, 0.6078432202339172, 0.8179272413253784, 0.520308256149292, 0.9579832553863525, 0.6778712272644043, 0.7478992342948914, 0.8704482913017273, 0.7654062509536743, 0.8004202842712402, 0.4852942228317261, 0.590336263179779, 0.5553222298622131, 0.432773232460022, 0.4677872359752655, 0.34523820877075195, 0.2752102017402649, 0.3802522122859955, 0.8704482913017273, 0.7654062509536743, 0.7128852605819702, 0.6778712272644043, 0.7654062509536743, 0.9579832553863525, 0.8704482913017273, 1.0980392694473267, 1.3256303071975708, 1.430672287940979, 1.0805323123931885, 0.9579832553863525, 1.0980392694473267, 0.9054622650146484, 0.08263305574655533, -1.3879550695419312, -1.6855742931365967, 0.3802522122859955, 0.9579832553863525, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.4481793642044067, 1.343137264251709, 1.465686321258545, 1.483193278312683, 1.6582633256912231, 1.728291392326355, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 0.7829132676124573, 1.465686321258545, 1.5882353782653809, 1.1855742931365967, 0.6778712272644043, 1.693277359008789, 1.2380952835083008, 1.0980392694473267, 0.6778712272644043, 0.6253502368927002, 0.45028021931648254, 0.5378152132034302, 0.8179272413253784, 0.45028021931648254, 0.9054622650146484, 0.5553222298622131, 0.590336263179779, 0.13515406847000122, 1.1855742931365967, -0.9502801299095154, -0.7927170395851135, -0.7577030062675476, -0.8452380299568176, -1.3004200458526611, 0.2752102017402649, 0.45028021931648254, -0.9327731132507324, -0.33753499388694763, -0.39005598425865173, -1.1078431606292725, -1.0553221702575684, -0.7051820158958435, -0.8627450466156006, -0.8627450466156006, 1.1330533027648926, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.2906162738800049, 1.465686321258545, 1.6757704019546509, 1.8508403301239014, 1.9208683967590332, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.8858543634414673, 1.7633053064346313, 1.693277359008789, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.1680673360824585, 1.4481793642044067, 1.465686321258545, 1.693277359008789, 1.518207311630249, 1.605742335319519, 1.6582633256912231, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.1855742931365967, 1.0980392694473267, 1.378151297569275, 1.4131653308868408, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.465686321258545, 1.6232492923736572, 1.5357143878936768, 1.1505602598190308, 1.3081233501434326, 0.7303922772407532, 1.2906162738800049, -0.10994396358728409, 0.6603642702102661, 0.9404762983322144, 1.2556023597717285, 0.6778712272644043, 0.9754902720451355, 0.9054622650146484, 1.1680673360824585, 0.5378152132034302, 0.34523820877075195, -0.0049019488506019115, 0.8704482913017273, 0.432773232460022, 0.8529412746429443, 0.03011205606162548, 0.6603642702102661, 0.7303922772407532, 0.415266215801239, 0.7303922772407532, 0.5728292465209961, 0.9229692816734314, 0.5553222298622131, 0.7303922772407532, 0.7478992342948914, 0.6253502368927002, 0.6953782439231873, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.8879552483558655, 0.4677872359752655, 0.6953782439231873, 0.9754902720451355, 0.6078432202339172, 0.9054622650146484, 0.8179272413253784, 1.0455182790756226, 0.8879552483558655, 1.0455182790756226, 1.3081233501434326, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.0805323123931885, 1.1680673360824585, 0.6428572535514832, -0.5651260018348694, -1.6330533027648926, -0.7401960492134094, 0.9579832553863525, 1.1155463457107544, 1.0280113220214844, 0.590336263179779, 1.0280113220214844, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6757704019546509, 1.605742335319519, 1.1505602598190308, 1.1855742931365967, 1.3256303071975708, 1.6232492923736572, 1.640756368637085, 1.7983193397521973, 0.9054622650146484, 1.2731093168258667, 0.9404762983322144, 0.9754902720451355, 1.3256303071975708, 1.0805323123931885, 1.2906162738800049, 0.20518220961093903, 1.0630252361297607, 0.13515406847000122, 0.8704482913017273, 0.6078432202339172, 1.2556023597717285, 1.1505602598190308, 1.430672287940979, 1.0455182790756226, 0.9229692816734314, 0.0476190559566021, -0.8277310132980347, -0.8277310132980347, -0.4950979948043823, -0.8102240562438965, -1.3004200458526611, -0.28501397371292114, 0.5378152132034302, -1.2128850221633911, -0.5301120281219482, -0.4600839912891388, -0.9852941036224365, -1.0728291273117065, -1.0728291273117065, -1.0378150939941406, -0.4075630009174347, 1.0630252361297607, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885], [1.728291392326355, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.2380952835083008, 1.2556023597717285, 1.5007003545761108, 1.8333333730697632, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.4481793642044067, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.2030812501907349, 1.1330533027648926, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.2380952835083008, 1.4481793642044067, 1.553221344947815, 1.518207311630249, 1.6582633256912231, 1.6582633256912231, 1.605742335319519, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.518207311630249, 1.1505602598190308, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.2906162738800049, 1.2380952835083008, 1.3256303071975708, 1.3081233501434326, 1.0980392694473267, 1.1680673360824585, 1.2380952835083008, 0.9404762983322144, 0.8879552483558655, 0.7128852605819702, 0.9579832553863525, 0.8529412746429443, 0.7303922772407532, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.8879552483558655, 0.9229692816734314, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.6603642702102661, 0.520308256149292, 0.29271721839904785, 0.4677872359752655, 0.7654062509536743, 0.8529412746429443, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 0.8529412746429443, 1.378151297569275, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.3956583738327026, 1.2205883264541626, 1.1855742931365967, 0.9754902720451355, 0.17016807198524475, -0.9852941036224365, -1.1078431606292725, -0.21498596668243408, 0.012605053372681141, 1.0980392694473267, 1.2731093168258667, 1.0630252361297607, 1.0455182790756226, 1.5357143878936768, 1.378151297569275, 1.553221344947815, 1.5707283020019531, 1.7107843160629272, 1.2380952835083008, 1.5707283020019531, 1.553221344947815, 1.465686321258545, 1.518207311630249, 1.430672287940979, 0.9754902720451355, 0.9579832553863525, 0.8354342579841614, 1.2731093168258667, 1.3256303071975708, 0.9929972887039185, 1.3256303071975708, 1.1855742931365967, 1.0630252361297607, 1.0630252361297607, 0.08263305574655533, 1.0105042457580566, 0.6078432202339172, 0.6078432202339172, 1.2030812501907349, 1.1505602598190308, 1.6232492923736572, 1.1330533027648926, 1.605742335319519, 1.3081233501434326, 0.8529412746429443, -0.5126050114631653, -1.3529410362243652, -1.1078431606292725, -1.2303920984268188, -1.3879550695419312, -1.2654061317443848, 0.2752102017402649, -1.422969102859497, -0.8102240562438965, -0.33753499388694763, -0.6526610255241394, -1.0028010606765747, -0.9327731132507324, -1.0903360843658447, 0.18767507374286652, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607], [1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.378151297569275, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.1505602598190308, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1330533027648926, 0.8879552483558655, 0.8704482913017273, 0.9404762983322144, 0.8179272413253784, 0.8704482913017273, 1.1680673360824585, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.553221344947815, 1.6582633256912231, 1.693277359008789, 1.6232492923736572, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.2556023597717285, 1.3606443405151367, 1.430672287940979, 1.2380952835083008, 1.0105042457580566, 1.3081233501434326, 1.0105042457580566, 0.9404762983322144, 1.0105042457580566, 0.9579832553863525, 1.0105042457580566, 0.7829132676124573, 0.2577032148838043, 0.6953782439231873, 0.8179272413253784, 0.7303922772407532, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.6253502368927002, 0.7478992342948914, 0.6603642702102661, 0.4677872359752655, 0.8004202842712402, 0.8879552483558655, 0.8179272413253784, 0.9404762983322144, 0.8879552483558655, 0.6953782439231873, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.6953782439231873, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 0.9404762983322144, 1.1855742931365967, 0.7303922772407532, -0.8627450466156006, -1.2654061317443848, -1.160364031791687, 0.4852942228317261, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.378151297569275, 1.3956583738327026, 1.605742335319519, 1.3081233501434326, 1.6232492923736572, 1.2205883264541626, 1.430672287940979, 1.553221344947815, 1.6582633256912231, 0.8704482913017273, 0.7128852605819702, 1.2906162738800049, 1.1330533027648926, 0.9754902720451355, 1.2556023597717285, 1.518207311630249, 1.1330533027648926, 1.343137264251709, 1.1855742931365967, 1.4131653308868408, 1.2556023597717285, 0.7478992342948914, 1.2030812501907349, 0.5553222298622131, 0.8704482913017273, 0.7128852605819702, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.0455182790756226, 1.605742335319519, 0.8879552483558655, 1.378151297569275, 0.5553222298622131, -0.6351540088653564, -1.5105042457580566, -1.282913088798523, -1.1428570747375488, -1.335434079170227, -1.160364031791687, -0.09243696182966232, -1.4754900932312012, -1.0028010606765747, -0.42506998777389526, -0.6001400351524353, -0.6176469922065735, -0.9152660369873047, -1.0028010606765747, 0.9054622650146484, 1.0805323123931885, 1.0630252361297607], [1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.2556023597717285, 1.3956583738327026, 1.5882353782653809, 1.7633053064346313, 1.8858543634414673, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.8508403301239014, 1.780812382698059, 1.693277359008789, 1.6232492923736572, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2380952835083008, 1.0980392694473267, 0.9754902720451355, 1.1855742931365967, 1.0105042457580566, 1.0805323123931885, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.5007003545761108, 1.6582633256912231, 1.3956583738327026, 1.378151297569275, 1.3081233501434326, 1.2556023597717285, 1.378151297569275, 1.1855742931365967, 1.2030812501907349, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2030812501907349, 0.8879552483558655, 1.0455182790756226, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.7128852605819702, 0.8004202842712402, 1.0105042457580566, 0.590336263179779, 0.7303922772407532, 0.8004202842712402, 0.8004202842712402, 0.7128852605819702, 0.7303922772407532, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.6078432202339172, 0.9229692816734314, 1.0805323123931885, 0.9054622650146484, 0.8354342579841614, 1.1330533027648926, 1.0280113220214844, 0.7128852605819702, 1.0280113220214844, 1.1855742931365967, 1.1680673360824585, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 0.6953782439231873, -0.7927170395851135, -1.720588207244873, -0.5826330184936523, 0.18767507374286652, 0.9054622650146484, 0.8879552483558655, 1.3081233501434326, 1.483193278312683, 0.8354342579841614, 1.3606443405151367, 1.3256303071975708, 1.5357143878936768, 1.5707283020019531, 1.1855742931365967, 1.0630252361297607, 1.465686321258545, 0.9579832553863525, 1.2906162738800049, 0.7829132676124573, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.0455182790756226, 1.2205883264541626, 1.3081233501434326, 1.430672287940979, 0.6603642702102661, 1.0455182790756226, 1.2380952835083008, 0.7478992342948914, 1.1680673360824585, 1.0630252361297607, 1.1680673360824585, 1.3956583738327026, 1.5007003545761108, 0.8879552483558655, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.2030812501907349, 1.2205883264541626, 0.415266215801239, -0.07492996007204056, -1.422969102859497, -1.370448112487793, -1.247899055480957, -1.3529410362243652, -1.0728291273117065, -0.9502801299095154, -1.5455182790756226, -0.8452380299568176, -0.6176469922065735, -0.7226890325546265, -0.28501397371292114, -1.0903360843658447, -1.160364031791687, 1.2030812501907349, 1.0280113220214844], [1.6582633256912231, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.5007003545761108, 1.6232492923736572, 1.728291392326355, 1.868347406387329, 1.8858543634414673, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7107843160629272, 1.7107843160629272, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.343137264251709, 1.343137264251709, 1.1330533027648926, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 0.8179272413253784, 0.6778712272644043, 0.8529412746429443, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.0805323123931885, 1.2030812501907349, 0.6953782439231873, 0.7829132676124573, 1.0280113220214844, 1.1155463457107544, 1.2731093168258667, 0.9404762983322144, 1.0805323123931885, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5882353782653809, 1.430672287940979, 1.343137264251709, 1.4131653308868408, 1.5707283020019531, 1.4131653308868408, 1.1680673360824585, 1.0630252361297607, 0.9579832553863525, 1.3256303071975708, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 0.9229692816734314, 0.7128852605819702, 0.9229692816734314, 0.9404762983322144, 0.34523820877075195, 0.03011205606162548, 0.9404762983322144, 0.45028021931648254, 0.7478992342948914, 0.6428572535514832, 0.7829132676124573, 0.502801239490509, 0.6428572535514832, 0.9054622650146484, 0.8879552483558655, 0.7829132676124573, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.9404762983322144, 0.6603642702102661, 0.7128852605819702, 0.6603642702102661, 0.9404762983322144, 0.590336263179779, 0.9929972887039185, -0.0049019488506019115, 0.8879552483558655, 0.8529412746429443, 0.7478992342948914, 1.2556023597717285, 1.3606443405151367, 1.2731093168258667, 1.3606443405151367, 1.2380952835083008, 1.3956583738327026, 1.2731093168258667, 1.2906162738800049, 0.6778712272644043, -0.10994396358728409, -1.5280112028121948, -1.4404760599136353, 0.415266215801239, 0.45028021931648254, 0.6428572535514832, 1.2205883264541626, 0.6778712272644043, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.7107843160629272, 1.378151297569275, 1.3081233501434326, 1.483193278312683, 1.3256303071975708, 1.2906162738800049, 1.0980392694473267, 1.378151297569275, 1.3606443405151367, 0.8879552483558655, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2205883264541626, 0.45028021931648254, 0.8879552483558655, 1.2380952835083008, 0.7829132676124573, 0.590336263179779, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.6428572535514832, 0.7478992342948914, 0.415266215801239, 0.7654062509536743, 0.8529412746429443, 0.6253502368927002, 0.6778712272644043, 1.1155463457107544, 0.1001400575041771, 0.1001400575041771, -0.3025209903717041, -1.3004200458526611, -1.3879550695419312, -1.2654061317443848, -1.0553221702575684, -1.1253501176834106, -1.3879550695419312, -1.0728291273117065, -1.0203081369400024, -0.5826330184936523, -0.6701680421829224, -0.9502801299095154, -1.2128850221633911, -1.0028010606765747, 1.9558824300765991], [1.605742335319519, 1.5882353782653809, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3606443405151367, 1.5707283020019531, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.640756368637085, 1.553221344947815, 1.483193278312683, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.2906162738800049, 1.3256303071975708, 1.2906162738800049, 1.3256303071975708, 1.1505602598190308, 1.0805323123931885, 1.2731093168258667, 1.2380952835083008, 1.0105042457580566, 0.9929972887039185, 0.8529412746429443, 1.1330533027648926, 1.3256303071975708, 1.2556023597717285, 1.2205883264541626, 1.343137264251709, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.0630252361297607, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.6953782439231873, 0.6078432202339172, 0.520308256149292, 0.3627452254295349, 0.520308256149292, 0.5553222298622131, 0.4852942228317261, 0.4677872359752655, 0.7654062509536743, 0.7829132676124573, 0.6253502368927002, 0.7478992342948914, 0.8529412746429443, 0.7128852605819702, 0.6078432202339172, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.7303922772407532, 0.590336263179779, 0.8529412746429443, 0.8704482913017273, 0.5553222298622131, 0.5553222298622131, 0.8704482913017273, 0.8879552483558655, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.3606443405151367, 1.465686321258545, 1.4481793642044067, 1.2906162738800049, 1.0280113220214844, 0.17016807198524475, -1.6505602598190308, -1.2303920984268188, -0.8977590203285217, -0.7226890325546265, 0.8704482913017273, 0.8179272413253784, 0.8879552483558655, 1.343137264251709, 1.6757704019546509, 1.2556023597717285, 1.0630252361297607, 1.2556023597717285, 1.5357143878936768, 1.1855742931365967, 1.1505602598190308, 1.2030812501907349, 1.553221344947815, 1.0805323123931885, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.2030812501907349, 0.9579832553863525, 0.8879552483558655, 0.6603642702102661, 0.7128852605819702, 0.432773232460022, 0.6953782439231873, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.6253502368927002, 0.5378152132034302, 0.7654062509536743, 0.3802522122859955, 0.2752102017402649, 0.9054622650146484, 0.24019621312618256, 0.7829132676124573, 0.6953782439231873, -0.5126050114631653, -1.1253501176834106, -1.422969102859497, -1.247899055480957, -1.3004200458526611, -1.1778711080551147, -1.3879550695419312, -1.195378065109253, -0.8277310132980347, -0.6701680421829224, -0.7752100229263306, -1.0378150939941406, -1.0728291273117065, -0.42506998777389526], [1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.4131653308868408, 1.7107843160629272, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2731093168258667, 1.1505602598190308, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.1680673360824585, 0.9929972887039185, 0.9054622650146484, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.1505602598190308, 1.4131653308868408, 1.2556023597717285, 1.3956583738327026, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.343137264251709, 1.2380952835083008, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 0.8529412746429443, 1.0980392694473267, 1.2205883264541626, 1.3956583738327026, 1.430672287940979, 1.343137264251709, 1.1330533027648926, 1.3606443405151367, 0.7478992342948914, 1.2030812501907349, 1.1855742931365967, 0.9929972887039185, 0.9404762983322144, 1.0280113220214844, 0.8529412746429443, 0.8879552483558655, 0.7128852605819702, 0.8529412746429443, 0.7128852605819702, 0.7654062509536743, 0.6953782439231873, 0.3627452254295349, 0.2226892113685608, 0.4852942228317261, 0.3102242052555084, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.6953782439231873, 0.7829132676124573, 0.9404762983322144, 0.8004202842712402, 0.8354342579841614, 0.7303922772407532, 0.5378152132034302, 0.6603642702102661, 0.432773232460022, 0.7303922772407532, 0.502801239490509, 0.7478992342948914, 0.8879552483558655, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.483193278312683, 1.3081233501434326, 1.1855742931365967, 1.2556023597717285, 1.1155463457107544, 0.1001400575041771, -1.3179271221160889, -1.5280112028121948, -0.5651260018348694, -0.8102240562438965, -0.022408949211239815, 0.9929972887039185, 1.518207311630249, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.0455182790756226, 1.465686321258545, 1.0455182790756226, 1.2556023597717285, 1.1330533027648926, 1.3081233501434326, 0.7829132676124573, 0.9929972887039185, 1.0980392694473267, 1.2731093168258667, 1.0805323123931885, 1.6232492923736572, 0.9929972887039185, 1.1855742931365967, 0.9929972887039185, 0.9229692816734314, 0.7829132676124573, 0.7654062509536743, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.6603642702102661, 0.9404762983322144, 0.5553222298622131, 0.7128852605819702, 0.5378152132034302, 1.0455182790756226, 1.0455182790756226, 1.1505602598190308, 1.1155463457107544, -0.2499999701976776, -1.0378150939941406, -1.6155462265014648, -1.1253501176834106, -1.2128850221633911, -1.0553221702575684, -1.2303920984268188, -1.0903360843658447, -1.2303920984268188, -0.6526610255241394, -0.42506998777389526, -1.1078431606292725, -1.0903360843658447], [1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.5882353782653809, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.2731093168258667, 1.2556023597717285, 1.1330533027648926, 1.1680673360824585, 1.1330533027648926, 1.2205883264541626, 1.3956583738327026, 1.343137264251709, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2030812501907349, 1.2380952835083008, 1.1505602598190308, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.2380952835083008, 0.8179272413253784, 0.6778712272644043, 1.1330533027648926, 1.2030812501907349, 0.8879552483558655, 0.8354342579841614, 0.9229692816734314, 0.6603642702102661, 0.502801239490509, 0.6428572535514832, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.7478992342948914, 0.8529412746429443, 0.590336263179779, 0.3627452254295349, 0.9579832553863525, 0.520308256149292, 0.2577032148838043, 0.8879552483558655, 0.39775922894477844, 0.8529412746429443, 0.45028021931648254, 0.5378152132034302, 0.4852942228317261, 1.0105042457580566, 0.9754902720451355, 0.8179272413253784, 0.9054622650146484, 0.9229692816734314, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.3256303071975708, 1.2030812501907349, 1.483193278312683, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 0.8004202842712402, -0.9852941036224365, -1.335434079170227, -1.282913088798523, -0.28501397371292114, -0.0049019488506019115, 0.9929972887039185, 0.7829132676124573, 0.5728292465209961, 0.9404762983322144, 1.2380952835083008, 0.8879552483558655, 1.0980392694473267, 1.0980392694473267, 0.8529412746429443, 0.8529412746429443, 0.7654062509536743, 0.8529412746429443, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.2906162738800049, 0.6428572535514832, 0.9754902720451355, 0.9054622650146484, 0.6078432202339172, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.7654062509536743, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.7654062509536743, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 0.8179272413253784, -1.282913088798523, -1.580532193183899, -1.3004200458526611, -1.1778711080551147, -1.1428570747375488, -1.2303920984268188, -1.0903360843658447, -1.6330533027648926, -0.057422954589128494, -0.6176469922065735, -1.0903360843658447], [1.518207311630249, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1505602598190308, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 0.9404762983322144, 1.430672287940979, 1.5007003545761108, 1.0280113220214844, 0.9404762983322144, 1.1680673360824585, 0.8879552483558655, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.0805323123931885, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.3606443405151367, 1.2556023597717285, 1.343137264251709, 1.1155463457107544, 1.1680673360824585, 1.1330533027648926, 0.9754902720451355, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9404762983322144, 1.1855742931365967, 1.2731093168258667, 0.8704482913017273, 0.8704482913017273, 1.2556023597717285, 1.0455182790756226, 0.9929972887039185, 1.0980392694473267, 0.9929972887039185, 0.9229692816734314, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7303922772407532, 0.8879552483558655, 0.7303922772407532, 0.6778712272644043, 0.9054622650146484, 1.0280113220214844, 0.9929972887039185, 0.415266215801239, 0.502801239490509, 0.6953782439231873, 0.7303922772407532, 0.3277312219142914, 0.4852942228317261, 0.5728292465209961, 0.7829132676124573, 0.6078432202339172, 0.3627452254295349, 0.6428572535514832, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.5357143878936768, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.378151297569275, 1.465686321258545, 1.0980392694473267, -0.2499999701976776, -1.1253501176834106, -1.7380952835083008, -0.3550419807434082, -0.5301120281219482, 0.24019621312618256, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.8004202842712402, 0.8529412746429443, 1.1855742931365967, 1.1155463457107544, 1.1505602598190308, 0.8354342579841614, 0.8004202842712402, 1.3081233501434326, 0.9404762983322144, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 0.7829132676124573, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0980392694473267, 1.0280113220214844, 1.1155463457107544, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.4131653308868408, -1.0203081369400024, -1.4929972887039185, -1.370448112487793, -1.2654061317443848, -1.2303920984268188, -1.247899055480957, -1.2128850221633911, -1.5105042457580566, 0.6428572535514832, -0.8102240562438965], [1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.5707283020019531, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.2731093168258667, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.0630252361297607, 0.9229692816734314, 1.0280113220214844, 1.1680673360824585, 1.2205883264541626, 1.1680673360824585, 1.0805323123931885, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.430672287940979, 1.2731093168258667, 1.3256303071975708, 1.2380952835083008, 1.1505602598190308, 1.0455182790756226, 0.9929972887039185, 1.1505602598190308, 0.9929972887039185, 1.1855742931365967, 1.2731093168258667, 0.9929972887039185, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.0980392694473267, 1.0630252361297607, 0.8004202842712402, 0.9229692816734314, 0.7829132676124573, 0.5728292465209961, 0.7128852605819702, 0.8704482913017273, 0.8879552483558655, 0.7654062509536743, 0.6953782439231873, 0.7478992342948914, 0.8529412746429443, 0.6953782439231873, 0.7478992342948914, 0.4677872359752655, 0.3627452254295349, 0.5553222298622131, 0.4852942228317261, 0.39775922894477844, 0.45028021931648254, 0.590336263179779, 0.6078432202339172, 0.7829132676124573, 0.7829132676124573, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.3606443405151367, 1.2906162738800049, 1.483193278312683, 1.2556023597717285, 0.8879552483558655, -0.7927170395851135, -1.370448112487793, -1.5630252361297607, -0.7401960492134094, -0.057422954589128494, 0.3802522122859955, 0.5728292465209961, 0.6428572535514832, 0.5728292465209961, 0.8704482913017273, 0.8704482913017273, 1.0630252361297607, 0.8354342579841614, 1.1855742931365967, 0.7303922772407532, 0.7654062509536743, 1.2030812501907349, 0.9929972887039185, 1.0455182790756226, 0.17016807198524475, 0.9054622650146484, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.6428572535514832, -1.422969102859497, -1.5630252361297607, -1.3879550695419312, -1.3179271221160889, -1.3004200458526611, -1.3179271221160889, -1.370448112487793, 0.6778712272644043], [1.4481793642044067, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.605742335319519, 1.5882353782653809, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4481793642044067, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.8879552483558655, 0.8179272413253784, 1.0980392694473267, 1.2906162738800049, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.2030812501907349, 1.2731093168258667, 1.2030812501907349, 1.4131653308868408, 1.430672287940979, 0.9229692816734314, 0.8529412746429443, 0.8354342579841614, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.2380952835083008, 1.1155463457107544, 1.2380952835083008, 1.1680673360824585, 1.0455182790756226, 1.0805323123931885, 1.2205883264541626, 1.343137264251709, 0.9754902720451355, 1.1330533027648926, 0.9229692816734314, 0.7829132676124573, 0.9579832553863525, 1.0630252361297607, 0.9929972887039185, 0.8354342579841614, 0.6428572535514832, 0.590336263179779, 1.1155463457107544, 0.7829132676124573, 0.7654062509536743, 0.5728292465209961, 0.6603642702102661, 0.7829132676124573, 0.520308256149292, 0.5378152132034302, 0.7128852605819702, 0.5553222298622131, 0.6603642702102661, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8004202842712402, 0.9754902720451355, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 1.0630252361297607, 1.3606443405151367, 1.2205883264541626, 1.2030812501907349, 1.3081233501434326, 1.4481793642044067, 1.3606443405151367, 1.4131653308868408, 1.3606443405151367, 1.2731093168258667, 0.7303922772407532, -0.8277310132980347, -1.0203081369400024, -1.1778711080551147, -0.6526610255241394, 0.012605053372681141, -0.7577030062675476, -0.28501397371292114, 0.6603642702102661, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 0.9054622650146484, 0.9754902720451355, 0.8179272413253784, 0.5378152132034302, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.2380952835083008, -0.057422954589128494, -1.4404760599136353, -1.4054621458053589, -1.3179271221160889, -1.247899055480957, -1.370448112487793, -1.335434079170227], [1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6232492923736572, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2030812501907349, 1.2205883264541626, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.8004202842712402, 1.0980392694473267, 1.1330533027648926, 1.3256303071975708, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.2731093168258667, 1.0980392694473267, 1.1330533027648926, 0.8179272413253784, 0.9054622650146484, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2906162738800049, 1.2030812501907349, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.343137264251709, 1.2205883264541626, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 0.9229692816734314, 0.6603642702102661, 1.1155463457107544, 0.8879552483558655, 0.45028021931648254, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.8704482913017273, 0.9229692816734314, 0.520308256149292, 0.5378152132034302, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.7478992342948914, 0.9579832553863525, 0.8529412746429443, 0.8879552483558655, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.9579832553863525, 1.1505602598190308, 1.4481793642044067, 1.1855742931365967, 1.0455182790756226, 1.2380952835083008, 1.343137264251709, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.2030812501907349, 0.7478992342948914, -0.8452380299568176, -1.3004200458526611, -0.5126050114631653, -1.0378150939941406, -1.3179271221160889, 0.4677872359752655, 0.520308256149292, 0.9929972887039185, 0.8354342579841614, 0.8004202842712402, 1.0630252361297607, 0.9579832553863525, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.0805323123931885, 1.2205883264541626, -0.2499999701976776, -1.720588207244873, -1.457983136177063, -1.370448112487793, -1.422969102859497], [1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.465686321258545, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.8704482913017273, 0.39775922894477844, 0.9929972887039185, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.0455182790756226, 1.1855742931365967, 1.2030812501907349, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.2380952835083008, 0.9754902720451355, 1.0805323123931885, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.343137264251709, 1.1680673360824585, 1.1505602598190308, 0.9579832553863525, 0.7654062509536743, 1.343137264251709, 1.1855742931365967, 0.8179272413253784, 0.7303922772407532, 1.0280113220214844, 0.8179272413253784, 0.8004202842712402, 0.7303922772407532, 0.7478992342948914, 0.4677872359752655, 0.6603642702102661, 0.3802522122859955, 0.6253502368927002, 0.7128852605819702, 0.7829132676124573, 0.7128852605819702, 0.8529412746429443, 0.8179272413253784, 0.7303922772407532, 0.5728292465209961, 0.9404762983322144, 0.6078432202339172, 0.7654062509536743, 1.0105042457580566, 1.0630252361297607, 1.0105042457580566, 1.2380952835083008, 0.8354342579841614, 1.0980392694473267, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.3081233501434326, 1.3956583738327026, 0.8354342579841614, 0.2226892113685608, -1.1078431606292725, -1.5105042457580566, -1.0553221702575684, -0.6701680421829224, -0.03991595283150673, 0.3802522122859955, 0.9404762983322144, 0.8179272413253784, 0.8879552483558655, 1.0630252361297607, 0.8354342579841614, 0.6253502368927002, 0.8879552483558655, 0.8879552483558655, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 0.2577032148838043, -1.5455182790756226, -1.370448112487793], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.5357143878936768, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.4481793642044067, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.2380952835083008, 1.2556023597717285, 1.1330533027648926, 1.1330533027648926, 1.0630252361297607, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.0805323123931885, 1.0455182790756226, 1.2731093168258667, 1.3081233501434326, 1.2380952835083008, 1.0980392694473267, 1.0280113220214844, 0.8354342579841614, 0.9579832553863525, 0.9929972887039185, 0.8879552483558655, 0.7829132676124573, 0.7478992342948914, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.2205883264541626, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2380952835083008, 1.2906162738800049, 1.2030812501907349, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 1.0805323123931885, 0.7654062509536743, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.502801239490509, 0.8704482913017273, 0.5728292465209961, 0.6428572535514832, 0.8879552483558655, 0.8879552483558655, 0.7478992342948914, 0.6428572535514832, 0.7303922772407532, 0.8879552483558655, 0.6953782439231873, 0.502801239490509, 0.9929972887039185, 0.6953782439231873, 0.9929972887039185, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.465686321258545, 1.4131653308868408, 1.4481793642044067, 1.2556023597717285, 1.0980392694473267, -0.3200279772281647, -1.195378065109253, -1.457983136177063, -1.580532193183899, -0.7401960492134094, -0.09243696182966232, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.9754902720451355, -0.37254899740219116, 0.7128852605819702, 0.7654062509536743, 1.1680673360824585, 1.1855742931365967, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.1330533027648926], [1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.6757704019546509, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1155463457107544, 1.0630252361297607, 1.0980392694473267, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.2906162738800049, 1.2906162738800049, 0.9929972887039185, 1.0805323123931885, 0.9229692816734314, 0.9929972887039185, 0.7128852605819702, 0.6953782439231873, 0.9929972887039185, 0.590336263179779, 0.6253502368927002, 1.0805323123931885, 0.9754902720451355, 1.1330533027648926, 1.0980392694473267, 1.2731093168258667, 1.2556023597717285, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 1.2205883264541626, 1.3606443405151367, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 1.0280113220214844, 1.1155463457107544, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.7654062509536743, 0.8354342579841614, 0.7128852605819702, 0.6428572535514832, 0.7478992342948914, 0.7128852605819702, 0.9579832553863525, 0.8179272413253784, 1.0455182790756226, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 1.0105042457580566, 0.6078432202339172, 0.8354342579841614, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.0630252361297607, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.5007003545761108, 1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.2731093168258667, 0.6253502368927002, -0.3025209903717041, -1.1253501176834106, -1.2303920984268188, -1.4929972887039185, -0.6176469922065735, -0.4425770044326782, -0.03991595283150673, 0.6078432202339172, -0.4425770044326782, 0.08263305574655533, 0.5728292465209961, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185], [1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.465686321258545, 1.640756368637085, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.1680673360824585, 1.0630252361297607, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 0.8704482913017273, 1.0980392694473267, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 1.0630252361297607, 0.6603642702102661, 0.6778712272644043, 0.9929972887039185, 0.590336263179779, 0.590336263179779, 0.7303922772407532, 0.9054622650146484, 0.6603642702102661, 0.8004202842712402, 0.8529412746429443, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.0630252361297607, 1.0280113220214844, 1.2030812501907349, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.2380952835083008, 0.8179272413253784, 1.0980392694473267, 1.1155463457107544, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 0.9404762983322144, 0.8879552483558655, 0.9579832553863525, 0.8529412746429443, 0.8004202842712402, 0.6953782439231873, 0.590336263179779, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.6778712272644043, 1.0105042457580566, 0.7829132676124573, 0.8879552483558655, 0.8179272413253784, 0.7128852605819702, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 0.432773232460022, 1.1155463457107544, 0.6778712272644043, 1.1680673360824585, 1.0980392694473267, 1.2030812501907349, 1.1155463457107544, 1.2731093168258667, 1.3606443405151367, 1.3256303071975708, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 0.9229692816734314, 0.3802522122859955, -0.10994396358728409, -0.7226890325546265, -1.1778711080551147, -0.9502801299095154, -0.14495795965194702, -0.47759100794792175, -0.26750698685646057, 0.15266107022762299, 1.0805323123931885, 1.3256303071975708, 1.1330533027648926, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525], [1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.553221344947815, 1.5007003545761108, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.1330533027648926, 1.0805323123931885, 1.0105042457580566, 0.9404762983322144, 1.1855742931365967, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 0.9929972887039185, 0.7829132676124573, 0.6603642702102661, 0.5378152132034302, 0.7478992342948914, 0.6428572535514832, 0.4677872359752655, 0.6603642702102661, 1.0280113220214844, 0.8704482913017273, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.502801239490509, 0.6428572535514832, 0.8179272413253784, 0.9054622650146484, 0.7303922772407532, 0.7303922772407532, 0.9054622650146484, 1.0105042457580566, 1.1330533027648926, 0.9929972887039185, 1.0980392694473267, 0.8354342579841614, 0.7654062509536743, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 1.0980392694473267, 1.0455182790756226, 0.9054622650146484, 0.8004202842712402, 0.7829132676124573, 1.1855742931365967, 0.9754902720451355, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.8004202842712402, 0.9054622650146484, 0.9054622650146484, 0.8354342579841614, 0.8529412746429443, 0.7128852605819702, 0.8529412746429443, 1.0105042457580566, 0.6778712272644043, 0.6253502368927002, 0.502801239490509, 0.9054622650146484, 0.45028021931648254, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.2556023597717285, 1.2380952835083008, 1.3081233501434326, 1.4481793642044067, 1.4131653308868408, 1.465686321258545, 1.378151297569275, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.2556023597717285, 1.1855742931365967, 1.0980392694473267, 0.6778712272644043, 0.4677872359752655, 0.34523820877075195, 0.9929972887039185, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.1855742931365967, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144], [1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5707283020019531, 1.5357143878936768, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.2906162738800049, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.8704482913017273, 1.0280113220214844, 1.0455182790756226, 1.1855742931365967, 1.1330533027648926, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.2731093168258667, 1.3081233501434326, 1.2205883264541626, 1.2205883264541626, 1.0805323123931885, 0.8354342579841614, 0.6953782439231873, 0.8179272413253784, 0.4677872359752655, 0.8179272413253784, 0.9404762983322144, 0.9754902720451355, 0.7478992342948914, 0.502801239490509, 0.6078432202339172, 1.0805323123931885, 0.8879552483558655, 1.0280113220214844, 0.7478992342948914, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 0.7654062509536743, 0.7478992342948914, 0.6078432202339172, 0.5728292465209961, 0.9229692816734314, 0.9929972887039185, 1.0455182790756226, 0.6603642702102661, 0.8354342579841614, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6253502368927002, 0.9579832553863525, 1.0805323123931885, 0.8704482913017273, 0.7303922772407532, 0.9229692816734314, 0.7829132676124573, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 1.0105042457580566, 0.9754902720451355, 0.6778712272644043, 0.6253502368927002, 0.7478992342948914, 0.6078432202339172, 0.502801239490509, 0.7303922772407532, 0.45028021931648254, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 0.9579832553863525, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.2380952835083008, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.343137264251709, 1.2380952835083008, 1.3081233501434326, 1.553221344947815, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484], [1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.1155463457107544, 1.1855742931365967, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9404762983322144, 0.9754902720451355, 0.8354342579841614, 0.7478992342948914, 0.29271721839904785, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.0105042457580566, 1.2556023597717285, 1.1330533027648926, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0630252361297607, 0.9929972887039185, 1.0805323123931885, 1.1680673360824585, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 0.7654062509536743, 0.7829132676124573, 0.6603642702102661, 0.9754902720451355, 0.8529412746429443, 0.7478992342948914, 0.8179272413253784, 0.6253502368927002, 0.6253502368927002, 0.7478992342948914, 0.9054622650146484, 0.7654062509536743, 0.7128852605819702, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.8529412746429443, 0.9929972887039185, 0.9754902720451355, 0.8004202842712402, 0.9404762983322144, 0.8529412746429443, 0.6428572535514832, 0.5728292465209961, 0.6953782439231873, 0.39775922894477844, 0.2577032148838043, 0.5728292465209961, 0.9579832553863525, 1.0805323123931885, 1.1505602598190308, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.1330533027648926, 1.3606443405151367, 1.4481793642044067, 1.2205883264541626, 1.343137264251709, 1.605742335319519, 1.3956583738327026, 1.483193278312683, 1.4131653308868408, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.2731093168258667, 1.378151297569275, 1.4131653308868408, 1.5007003545761108, 1.2380952835083008, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314], [1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.780812382698059, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1155463457107544, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.8179272413253784, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 1.0280113220214844, 0.8354342579841614, 0.7303922772407532, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9929972887039185, 0.9054622650146484, 0.6778712272644043, 0.9054622650146484, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 1.0455182790756226, 0.9579832553863525, 0.8704482913017273, 0.7303922772407532, 0.8179272413253784, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.8004202842712402, 0.7654062509536743, 0.8704482913017273, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 0.9929972887039185, 1.1505602598190308, 0.9579832553863525, 1.0805323123931885, 0.9404762983322144, 1.1855742931365967, 0.9054622650146484, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.7303922772407532, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.7303922772407532, 0.45028021931648254, 0.24019621312618256, 0.6078432202339172, 0.18767507374286652, 0.6778712272644043, 0.8704482913017273, 0.7478992342948914, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9929972887039185, 1.1330533027648926, 1.2380952835083008, 1.3081233501434326, 1.2556023597717285, 1.0630252361297607, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.4481793642044067, 1.0280113220214844, 1.4481793642044067, 1.4481793642044067, 1.2731093168258667, 1.3081233501434326, 1.4481793642044067, 1.465686321258545, 1.2731093168258667, 1.1855742931365967, 1.3081233501434326, 1.343137264251709, 1.2380952835083008, 1.2380952835083008, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484], [1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.5357143878936768, 1.6582633256912231, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3081233501434326, 1.2556023597717285, 1.0805323123931885, 1.0105042457580566, 0.8529412746429443, 0.7128852605819702, 0.8179272413253784, 0.8879552483558655, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8004202842712402, 0.9054622650146484, 0.7303922772407532, 0.6428572535514832, 0.7303922772407532, 0.8004202842712402, 0.7654062509536743, 0.6078432202339172, 0.3802522122859955, 0.7303922772407532, 0.8004202842712402, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 1.0630252361297607, 0.9754902720451355, 1.0455182790756226, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9929972887039185, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 1.1330533027648926, 1.0455182790756226, 1.0455182790756226, 1.2030812501907349, 1.0980392694473267, 0.8179272413253784, 1.0455182790756226, 1.0105042457580566, 0.7654062509536743, 0.8529412746429443, 0.8704482913017273, 1.2205883264541626, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7128852605819702, 0.9579832553863525, 0.6778712272644043, 0.502801239490509, 0.34523820877075195, 0.502801239490509, 0.7128852605819702, 0.9054622650146484, 0.9054622650146484, 1.0105042457580566, 1.0455182790756226, 0.7654062509536743, 1.0105042457580566, 1.0980392694473267, 1.2556023597717285, 1.1505602598190308, 1.2556023597717285, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.343137264251709, 0.9229692816734314, 1.5007003545761108, 1.378151297569275, 1.4131653308868408, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273], [0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.5882353782653809, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.0455182790756226, 0.9754902720451355, 0.6778712272644043, 0.7128852605819702, 0.9579832553863525, 0.6078432202339172, 0.6428572535514832, 0.432773232460022, 0.39775922894477844, 0.6603642702102661, 0.9404762983322144, 0.18767507374286652, 0.29271721839904785, 0.8879552483558655, 0.7654062509536743, 0.39775922894477844, 0.8879552483558655, 0.9404762983322144, 0.7654062509536743, 1.0980392694473267, 0.6603642702102661, 0.7654062509536743, 1.1330533027648926, 0.6078432202339172, 0.8179272413253784, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.1505602598190308, 0.9054622650146484, 0.9579832553863525, 1.0980392694473267, 1.1155463457107544, 1.2556023597717285, 1.3081233501434326, 0.9054622650146484, 1.0105042457580566, 1.0280113220214844, 0.8529412746429443, 1.0280113220214844, 0.7478992342948914, 0.6778712272644043, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 1.0805323123931885, 0.7303922772407532, 0.7303922772407532, 0.5553222298622131, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.5728292465209961, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.6778712272644043, 1.0805323123931885, 1.0455182790756226, 1.1330533027648926, 1.2205883264541626, 1.0630252361297607, 1.1330533027648926, 0.9054622650146484, 1.378151297569275, 1.2731093168258667, 1.1155463457107544, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.2731093168258667, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.0805323123931885, 0.9754902720451355, 0.9579832553863525, 0.8529412746429443, 0.8179272413253784, 0.9754902720451355, 0.8529412746429443, 1.2731093168258667, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 0.9229692816734314, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.9054622650146484, 0.7829132676124573, 0.9229692816734314, 0.7128852605819702, 0.8179272413253784, 0.9754902720451355, 0.8879552483558655, 0.8879552483558655, 0.7654062509536743, 0.7303922772407532, 0.5728292465209961, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 0.9754902720451355, 1.0455182790756226, 1.1330533027648926, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.9929972887039185, 0.7829132676124573, 1.0630252361297607, 1.343137264251709, 1.0280113220214844, 0.9229692816734314, 0.6603642702102661, 0.520308256149292, 0.8879552483558655, 0.8529412746429443, 0.9754902720451355, 0.9754902720451355, 0.8004202842712402, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.4677872359752655, 0.5728292465209961, 0.6953782439231873, 1.0630252361297607, 0.8529412746429443, 0.6078432202339172, 0.7829132676124573, 0.6778712272644043, 0.7829132676124573, 1.0455182790756226, 1.1855742931365967, 1.0455182790756226, 0.3627452254295349, 1.2205883264541626, 1.2731093168258667, 1.0805323123931885, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.3081233501434326, 1.2380952835083008, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.4481793642044067, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2731093168258667, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.8179272413253784, 0.7303922772407532, 1.0980392694473267, 1.1680673360824585, 1.0980392694473267, 1.1155463457107544, 1.0455182790756226, 0.9229692816734314, 0.8529412746429443, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 0.9404762983322144, 0.8179272413253784, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 0.8704482913017273, 0.9929972887039185, 0.8704482913017273, 0.9404762983322144, 0.8004202842712402, 0.9054622650146484, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.9404762983322144, 0.9054622650146484, 1.0980392694473267, 1.0630252361297607, 0.9579832553863525, 1.1330533027648926, 1.0980392694473267, 0.9229692816734314, 0.5728292465209961, 0.9754902720451355, 1.0805323123931885, 0.9229692816734314, 0.8354342579841614, 0.7128852605819702, 0.9229692816734314, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.6953782439231873, 0.9404762983322144, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.502801239490509, 0.5378152132034302, 0.4677872359752655, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.6428572535514832, 0.7829132676124573, 1.0105042457580566, 0.9054622650146484, 0.520308256149292, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.2731093168258667, 1.2731093168258667, 0.9579832553863525, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.4481793642044067, 1.378151297569275, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.430672287940979, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.0980392694473267, 1.1505602598190308, 0.7654062509536743, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7478992342948914, 0.8704482913017273, 0.8879552483558655, 0.9754902720451355, 0.9054622650146484, 0.8179272413253784, 0.9579832553863525, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0630252361297607, 1.0630252361297607, 0.8704482913017273, 0.9929972887039185, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 0.4852942228317261, 0.6778712272644043, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 0.8879552483558655, 0.9929972887039185, 0.7303922772407532, 1.0280113220214844, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.0630252361297607, 1.1330533027648926, 0.8179272413253784, 0.5728292465209961, 0.24019621312618256, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.6078432202339172, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.7128852605819702, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7478992342948914, 0.9404762983322144, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.483193278312683, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.693277359008789, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.0630252361297607, 1.0280113220214844, 0.7654062509536743, 0.7128852605819702, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.9579832553863525, 1.0805323123931885, 1.1330533027648926, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.8179272413253784, 0.8529412746429443, 1.0455182790756226, 1.0280113220214844, 1.2380952835083008, 0.502801239490509, 0.8704482913017273, 0.8879552483558655, 0.7478992342948914, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 0.7303922772407532, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.8529412746429443, 0.8354342579841614, 0.6953782439231873, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.9404762983322144, 0.6778712272644043, 0.8004202842712402, 0.6953782439231873, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.6428572535514832, 0.9404762983322144, 1.0980392694473267, 1.0805323123931885, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402], [0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.6232492923736572, 1.6582633256912231, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 1.0805323123931885, 1.0280113220214844, 1.0630252361297607, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0980392694473267, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 0.9754902720451355, 0.7478992342948914, 0.7128852605819702, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.2030812501907349, 1.2731093168258667, 1.0105042457580566, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9054622650146484, 0.9754902720451355, 1.0280113220214844, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 0.8704482913017273, 0.5728292465209961, 0.8179272413253784, 0.4852942228317261, 0.5378152132034302, 0.7654062509536743, 0.8004202842712402, 0.8879552483558655, 0.8354342579841614, 0.6953782439231873, 0.6253502368927002, 0.8354342579841614, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 1.0105042457580566, 1.0805323123931885, 1.1680673360824585, 1.483193278312683, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.343137264251709, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402], [0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.6582633256912231, 1.6757704019546509, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5357143878936768, 1.6582633256912231, 1.6582633256912231, 1.553221344947815, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2906162738800049, 1.3256303071975708, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.2205883264541626, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.0980392694473267, 1.0280113220214844, 0.9754902720451355, 1.0630252361297607, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.7654062509536743, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7654062509536743, 0.8179272413253784, 0.8004202842712402, 0.9929972887039185, 0.9404762983322144, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.0630252361297607, 1.3256303071975708, 1.4131653308868408, 1.5707283020019531, 1.6232492923736572, 1.5882353782653809, 1.4481793642044067, 1.2556023597717285, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573], [0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.640756368637085, 1.553221344947815, 1.378151297569275, 1.7457983493804932, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.6582633256912231, 1.7107843160629272, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6232492923736572, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2030812501907349, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.2205883264541626, 1.1855742931365967, 1.2906162738800049, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 0.9229692816734314, 1.1330533027648926, 1.1155463457107544, 1.0455182790756226, 0.9579832553863525, 1.0455182790756226, 0.9404762983322144, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.8879552483558655, 0.8004202842712402, 0.9054622650146484, 0.6953782439231873, 0.9404762983322144, 0.8529412746429443, 1.0280113220214844, 1.1505602598190308, 0.9929972887039185, 1.2030812501907349, 0.9929972887039185, 0.5728292465209961, 0.8004202842712402, 0.7478992342948914, 0.8529412746429443, 0.9054622650146484, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9929972887039185, 1.3081233501434326, 1.3956583738327026, 1.465686321258545, 1.553221344947815, 1.6757704019546509, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.1680673360824585, 1.1505602598190308, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784], [0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.3606443405151367, 1.465686321258545, 1.4131653308868408, 1.2731093168258667, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.1680673360824585, 0.9579832553863525, 0.9054622650146484, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 0.9229692816734314, 0.7303922772407532, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 0.7829132676124573, 0.7128852605819702, 1.0455182790756226, 0.9579832553863525, 1.0805323123931885, 1.0455182790756226, 1.4131653308868408, 1.2731093168258667, 1.2030812501907349, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8704482913017273, 0.9754902720451355, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1855742931365967, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.7107843160629272, 1.780812382698059, 1.7633053064346313, 1.605742335319519, 1.3956583738327026, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784], [0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.693277359008789, 1.5707283020019531, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.0980392694473267, 1.0455182790756226, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.9404762983322144, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 0.9929972887039185, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 0.9579832553863525, 0.8879552483558655, 0.8004202842712402, 0.9229692816734314, 1.0455182790756226, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9579832553863525, 1.2030812501907349, 1.0630252361297607, 0.8529412746429443, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.4481793642044067, 1.483193278312683, 1.3256303071975708, 1.378151297569275, 1.343137264251709, 1.6582633256912231, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.5707283020019531, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784], [0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.518207311630249, 1.6757704019546509, 1.5882353782653809, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.465686321258545, 1.3081233501434326, 1.378151297569275, 1.3606443405151367, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 0.9929972887039185, 1.0280113220214844, 1.1505602598190308, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.1330533027648926, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9754902720451355, 1.1505602598190308, 1.1505602598190308, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0980392694473267, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, 0.8529412746429443, 1.0630252361297607, 1.2380952835083008, 1.378151297569275, 1.1505602598190308, 1.2556023597717285, 1.3956583738327026, 1.430672287940979, 1.5007003545761108, 1.378151297569275, 1.3256303071975708, 1.2556023597717285, 1.6232492923736572, 1.693277359008789, 1.6582633256912231, 1.605742335319519, 1.1330533027648926, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.728291392326355, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.693277359008789, 1.605742335319519, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.5707283020019531, 1.6232492923736572, 1.5357143878936768, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3081233501434326, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.1680673360824585, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.1330533027648926, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 0.9404762983322144, 0.7829132676124573, 1.0105042457580566, 0.9579832553863525, 1.0455182790756226, 1.1330533027648926, 1.1855742931365967, 1.1330533027648926, 0.9929972887039185, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 0.8879552483558655, 0.9929972887039185, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1680673360824585, 1.3956583738327026, 1.553221344947815, 1.4481793642044067, 1.430672287940979, 1.2205883264541626, 1.3256303071975708, 1.378151297569275, 1.5007003545761108, 1.5707283020019531, 1.2906162738800049, 0.8529412746429443, 1.1680673360824585, 1.3256303071975708, 1.0805323123931885, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.518207311630249, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0805323123931885, 1.1855742931365967, 1.0630252361297607, 0.8179272413253784, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.2556023597717285, 1.2556023597717285, 1.465686321258545, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.378151297569275, -0.17997196316719055, 0.06512605398893356, 0.39775922894477844, 1.0105042457580566, 1.2205883264541626, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.640756368637085, 1.7633053064346313, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.1155463457107544, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 0.8004202842712402, 0.7654062509536743, 1.0280113220214844, 1.0105042457580566, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.0805323123931885, 1.3606443405151367, 1.378151297569275, 1.1330533027648926, -1.247899055480957, -1.930672287940979, -2.0007002353668213, -2.0007002353668213, -1.6505602598190308, -1.7030812501907349, -1.457983136177063, 1.2205883264541626, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443], [0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.0805323123931885, 1.0105042457580566, 0.8879552483558655, 0.8004202842712402, 0.6603642702102661, 0.9404762983322144, 0.9054622650146484, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 0.7303922772407532, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.8354342579841614, 1.0980392694473267, 1.2030812501907349, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 0.5553222298622131, -1.580532193183899, -2.018207311630249, -1.965686321258545, -1.930672287940979, -1.843137264251709, -1.7731093168258667, -0.47759100794792175, -1.7906162738800049, 0.502801239490509, -1.0553221702575684, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.605742335319519, 1.7107843160629272, 1.6757704019546509, 1.7457983493804932, 1.780812382698059, 1.8333333730697632, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.343137264251709, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.1855742931365967, 1.1155463457107544, 1.1680673360824585, 1.0280113220214844, 0.9579832553863525, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.1680673360824585, 1.378151297569275, 1.4131653308868408, 1.2906162738800049, -0.7051820158958435, -1.965686321258545, -1.6505602598190308, -1.668067216873169, -1.4929972887039185, -1.5280112028121948, -1.808123230934143, -1.8256303071975708, -1.580532193183899, -1.7731093168258667, -1.160364031791687, -1.457983136177063, -0.6351540088653564, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.6232492923736572, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.640756368637085, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7983193397521973, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 0.9579832553863525, 1.0455182790756226, 1.2030812501907349, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 0.9579832553863525, -0.39005598425865173, -1.5630252361297607, -1.6855742931365967, -1.6330533027648926, -1.8606442213058472, -1.6330533027648926, -1.5630252361297607, -0.7577030062675476, -1.2303920984268188, -0.4950979948043823, 1.6582633256912231, 0.06512605398893356, -1.457983136177063, -1.422969102859497, -0.7927170395851135, -1.370448112487793, -1.1778711080551147, 1.2205883264541626, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.39775922894477844, 0.4677872359752655, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.693277359008789, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.3081233501434326, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1155463457107544, 1.0455182790756226, 0.9754902720451355, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.3956583738327026, 1.5357143878936768, 1.5357143878936768, 0.7829132676124573, -1.335434079170227, -1.4929972887039185, -1.4054621458053589, -1.843137264251709, -1.808123230934143, -1.6155462265014648, -1.965686321258545, -1.8256303071975708, -1.7380952835083008, -1.4754900932312012, -1.1428570747375488, -0.9327731132507324, -0.4950979948043823, -1.457983136177063, 1.868347406387329, 1.4481793642044067, -1.0728291273117065, -1.2303920984268188, -1.4054621458053589, -0.12745095789432526, -1.755602240562439, -0.23249296844005585, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6428572535514832, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.7633053064346313, 1.6757704019546509, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2731093168258667, 1.2030812501907349, 1.1680673360824585, 1.3081233501434326, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.4131653308868408, 1.465686321258545, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 0.6953782439231873, -1.3879550695419312, -1.6155462265014648, -1.6505602598190308, -1.4754900932312012, -1.5630252361297607, -1.6505602598190308, -1.7030812501907349, -1.1428570747375488, -1.878151297569275, -1.6855742931365967, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.2654061317443848, -1.1253501176834106, -1.7906162738800049, -0.8277310132980347, 1.518207311630249, 1.7633053064346313, 1.5882353782653809, 1.2030812501907349, 0.6603642702102661, -1.9131653308868408, -1.1078431606292725, 1.2205883264541626, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6757704019546509, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9733893871307373, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.7107843160629272, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.3956583738327026, -1.282913088798523, -1.5630252361297607, -1.3179271221160889, -1.282913088798523, -0.9677870869636536, -0.9502801299095154, -1.422969102859497, -1.580532193183899, -1.808123230934143, -1.195378065109253, -1.3004200458526611, -0.022408949211239815, 0.5553222298622131, -1.4929972887039185, -1.3879550695419312, -1.6855742931365967, -1.6855742931365967, -0.10994396358728409, 0.8879552483558655, 1.8508403301239014, 1.5882353782653809, 1.430672287940979, -1.580532193183899, -1.335434079170227, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.3102242052555084, 0.3802522122859955, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.7457983493804932, 1.6757704019546509, 1.6582633256912231, 1.693277359008789, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.815826416015625, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.7457983493804932, 1.693277359008789, 1.728291392326355, 1.7983193397521973, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.6757704019546509, 1.3956583738327026, -0.8277310132980347, -1.4754900932312012, -0.4425770044326782, -1.3879550695419312, -0.9852941036224365, -0.8277310132980347, -1.3529410362243652, -0.5651260018348694, -1.282913088798523, -0.9152660369873047, -0.4425770044326782, -1.7906162738800049, -0.09243696182966232, -1.1078431606292725, -1.3179271221160889, -1.5455182790756226, -1.3004200458526611, -1.5280112028121948, -0.022408949211239815, 0.9929972887039185, 0.8179272413253784, 0.7829132676124573, 1.2030812501907349, -0.022408949211239815, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.29271721839904785, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.640756368637085, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8333333730697632, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.7633053064346313, 1.5707283020019531, 1.868347406387329, 1.693277359008789, 1.728291392326355, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.2556023597717285, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1680673360824585, 1.0105042457580566, 1.0980392694473267, -0.7226890325546265, -0.7401960492134094, -1.0028010606765747, -1.1253501176834106, -1.3879550695419312, -0.6876749992370605, -0.6176469922065735, -0.9677870869636536, -1.3179271221160889, -1.3179271221160889, -0.9852941036224365, 0.3102242052555084, -0.9152660369873047, -1.0728291273117065, -0.6526610255241394, -1.3179271221160889, -1.457983136177063, -1.720588207244873, -0.4075630009174347, 0.590336263179779, 1.2205883264541626, 1.3256303071975708, 0.8179272413253784, 0.9054622650146484, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.2752102017402649, 0.3277312219142914, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.6582633256912231, 1.815826416015625, 1.728291392326355, 1.728291392326355, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, -0.8802520632743835, -0.9327731132507324, -1.335434079170227, -1.6505602598190308, -1.720588207244873, -1.7380952835083008, 0.8704482913017273, 0.7478992342948914, -0.4425770044326782, -1.0903360843658447, -0.9152660369873047, -0.8277310132980347, -1.335434079170227, 0.3102242052555084, -0.28501397371292114, -0.21498596668243408, -1.370448112487793, -0.3025209903717041, -1.422969102859497, -1.4754900932312012, 0.9229692816734314, 1.378151297569275, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614], [0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.6757704019546509, 1.780812382698059, 1.8508403301239014, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.868347406387329, 0.6078432202339172, 1.0455182790756226, 1.3081233501434326, 1.3081233501434326, 0.9229692816734314, 0.5553222298622131, 0.8004202842712402, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, -0.7401960492134094, -1.0378150939941406, -1.3529410362243652, -1.668067216873169, -1.755602240562439, -1.668067216873169, 1.1155463457107544, -0.03991595283150673, 0.8704482913017273, -0.3025209903717041, -0.6526610255241394, -0.6876749992370605, 0.0476190559566021, 0.24019621312618256, 0.0476190559566021, 0.2226892113685608, -0.4075630009174347, -1.160364031791687, -0.37254899740219116, -0.4075630009174347, 0.7303922772407532, 1.1155463457107544, 1.0805323123931885, 0.9754902720451355, 1.0805323123931885, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.8333333730697632, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.780812382698059, -0.3200279772281647, -0.6176469922065735, -0.7927170395851135, -1.4404760599136353, -1.720588207244873, -1.8606442213058472, -0.1624649614095688, 1.8333333730697632, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 0.9754902720451355, -1.0728291273117065, -1.0553221702575684, -1.5455182790756226, -1.7906162738800049, -1.843137264251709, -0.9852941036224365, 0.5728292465209961, 1.2556023597717285, 1.7107843160629272, 0.8704482913017273, -0.37254899740219116, -0.057422954589128494, -1.4754900932312012, -0.4425770044326782, 0.8879552483558655, 0.34523820877075195, -0.8277310132980347, -0.8802520632743835, -1.2128850221633911, -0.7401960492134094, -1.1253501176834106, 1.1855742931365967, 1.343137264251709, 0.9054622650146484, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573], [0.2752102017402649, 0.29271721839904785, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.6757704019546509, 1.7457983493804932, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 0.8529412746429443, -1.0378150939941406, -1.0553221702575684, -1.3004200458526611, -1.7030812501907349, -1.755602240562439, -1.2128850221633911, 1.2205883264541626, 1.7107843160629272, 1.7633053064346313, 1.7633053064346313, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.5378152132034302, -0.8452380299568176, -1.3179271221160889, -1.5980392694473267, -1.755602240562439, -0.9677870869636536, 1.7983193397521973, 1.8333333730697632, 1.6757704019546509, 1.8508403301239014, 1.7457983493804932, 0.6953782439231873, 0.06512605398893356, -0.9677870869636536, -1.0728291273117065, 1.1330533027648926, 0.6428572535514832, -0.7752100229263306, -0.7752100229263306, -0.28501397371292114, -0.022408949211239815, 0.3802522122859955, 1.2906162738800049, 0.8004202842712402, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573], [0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.605742335319519, 1.7457983493804932, 1.7983193397521973, 1.553221344947815, 1.6582633256912231, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, -0.7577030062675476, -0.8802520632743835, -1.0553221702575684, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -0.28501397371292114, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, -0.3550419807434082, -1.4054621458053589, -1.5455182790756226, -1.6330533027648926, -0.9677870869636536, 1.518207311630249, 1.815826416015625, 1.7983193397521973, 1.8858543634414673, 1.9908963441848755, 1.9383753538131714, 1.4481793642044067, 0.7654062509536743, 0.11764705926179886, -1.0203081369400024, 1.0980392694473267, 0.502801239490509, -0.5476189851760864, -0.6701680421829224, -0.6001400351524353, -1.370448112487793, 0.24019621312618256, 1.0980392694473267, 0.7654062509536743, 1.0630252361297607, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914], [0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.693277359008789, 1.9033613204956055, 1.7457983493804932, 1.7983193397521973, 1.5882353782653809, 1.6757704019546509, 1.7633053064346313, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, -0.6176469922065735, -0.5651260018348694, -1.0903360843658447, -1.5455182790756226, -1.720588207244873, -1.247899055480957, -1.0903360843658447, 0.7128852605819702, 1.605742335319519, 1.815826416015625, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 0.3802522122859955, -1.6330533027648926, 0.3277312219142914, 1.2205883264541626, 1.430672287940979, 1.1505602598190308, 1.780812382698059, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 2.0609242916107178, 1.9908963441848755, 2.0259103775024414, 0.8879552483558655, 0.7829132676124573, -1.0203081369400024, 1.4131653308868408, 0.7654062509536743, -0.26750698685646057, 0.4677872359752655, -0.3550419807434082, -1.5455182790756226, -1.1778711080551147, 1.0805323123931885, 0.8529412746429443, 0.9579832553863525, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914], [0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.693277359008789, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.815826416015625, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 0.03011205606162548, -0.23249296844005585, -0.9327731132507324, -0.9152660369873047, -1.6505602598190308, -1.7030812501907349, -0.6701680421829224, -0.8452380299568176, -1.0553221702575684, -0.8977590203285217, 0.2752102017402649, 1.693277359008789, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.3256303071975708, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.1330533027648926, 1.0630252361297607, 0.7303922772407532, 0.6953782439231873, 1.2205883264541626, 1.9558824300765991, 1.9208683967590332, 1.4131653308868408, 1.780812382698059, 1.728291392326355, 2.0259103775024414, 1.9383753538131714, 2.043417453765869, 2.1309523582458496, 1.9208683967590332, 1.2030812501907349, 0.3802522122859955, -1.3004200458526611, 1.6232492923736572, 1.1855742931365967, 0.7829132676124573, 0.9404762983322144, 0.590336263179779, -1.457983136177063, -1.4054621458053589, 0.8004202842712402, 0.7303922772407532, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.780812382698059, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.8858543634414673, 1.0630252361297607, -0.9327731132507324, -0.022408949211239815, -1.422969102859497, -0.9502801299095154, -0.8277310132980347, -0.4950979948043823, -1.0203081369400024, -1.7731093168258667, -1.247899055480957, -1.5455182790756226, 1.1855742931365967, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3081233501434326, 1.4131653308868408, 1.3256303071975708, 1.7633053064346313, 1.343137264251709, 1.8333333730697632, 1.9733893871307373, 1.868347406387329, 1.868347406387329, 1.6757704019546509, 1.8508403301239014, 1.9908963441848755, 1.483193278312683, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 2.0959384441375732, 1.8858543634414673, 1.343137264251709, 0.08263305574655533, -0.8277310132980347, 1.6582633256912231, 1.0805323123931885, 1.5882353782653809, 1.7633053064346313, 0.9404762983322144, -0.9502801299095154, -1.422969102859497, -0.057422954589128494, 1.0805323123931885, 1.1330533027648926, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 0.5728292465209961, -0.42506998777389526, -0.14495795965194702, -0.5301120281219482, -1.1078431606292725, -0.8102240562438965, -1.7030812501907349, -0.5476189851760864, -1.1078431606292725, -0.6876749992370605, -0.3025209903717041, 1.605742335319519, 1.5707283020019531, 1.4481793642044067, 1.5007003545761108, 1.9208683967590332, 1.8508403301239014, 1.6582633256912231, 1.9908963441848755, 1.4481793642044067, 2.0609242916107178, 1.9908963441848755, 2.113445281982422, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 2.0084033012390137, 1.5882353782653809, 1.9908963441848755, 1.7633053064346313, 1.9733893871307373, 2.1484594345092773, 2.043417453765869, 1.1855742931365967, -0.9852941036224365, 1.518207311630249, 1.815826416015625, 1.0280113220214844, 1.8333333730697632, 1.9383753538131714, 0.7829132676124573, -0.1624649614095688, -1.457983136177063, 0.13515406847000122, 0.45028021931648254, 1.0455182790756226, 1.1155463457107544, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 1.6582633256912231, -0.21498596668243408, -1.2303920984268188, 0.3277312219142914, -1.6505602598190308, -0.7752100229263306, -1.3529410362243652, -1.247899055480957, -0.5651260018348694, -1.247899055480957, -0.8277310132980347, 0.6953782439231873, 0.8354342579841614, 1.9383753538131714, 2.165966510772705, 2.043417453765869, 1.780812382698059, 2.0784313678741455, 1.5707283020019531, 2.0084033012390137, 2.0259103775024414, 2.0084033012390137, 1.9033613204956055, 1.8858543634414673, 1.640756368637085, 1.9383753538131714, 1.815826416015625, 1.9733893871307373, 1.5357143878936768, 1.9733893871307373, 2.1484594345092773, 1.9558824300765991, 0.7829132676124573, 1.0280113220214844, 1.780812382698059, 1.8858543634414673, 1.0105042457580566, 1.868347406387329, 1.9908963441848755, 0.9929972887039185, -0.03991595283150673, -1.5630252361297607, 0.11764705926179886, 0.4852942228317261, 0.8179272413253784, 1.2556023597717285, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.6253502368927002, 0.6428572535514832, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 2.0259103775024414, 1.8333333730697632, 1.4131653308868408, 0.432773232460022, -0.33753499388694763, -0.9852941036224365, -0.6001400351524353, -1.0203081369400024, -0.8277310132980347, 0.012605053372681141, -1.3529410362243652, -1.3179271221160889, -0.3200279772281647, 0.34523820877075195, -1.7380952835083008, -0.6351540088653564, -1.4929972887039185, -1.195378065109253, 1.728291392326355, 2.0084033012390137, 1.6232492923736572, 2.1309523582458496, 1.8858543634414673, 1.9208683967590332, 1.9908963441848755, 1.553221344947815, 1.7633053064346313, 1.9383753538131714, 2.0259103775024414, 1.3956583738327026, 1.7633053064346313, 2.0609242916107178, 2.113445281982422, 1.9733893871307373, 1.7983193397521973, 1.9033613204956055, 2.043417453765869, 1.8508403301239014, 1.0805323123931885, 1.9033613204956055, 2.0084033012390137, 1.2556023597717285, 0.20518220961093903, -1.5980392694473267, 1.2030812501907349, 0.6603642702102661, 1.1680673360824585, 0.7478992342948914, 0.5728292465209961, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.590336263179779, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.8858543634414673, -0.26750698685646057, -1.0378150939941406, -0.6351540088653564, -0.057422954589128494, 0.3277312219142914, -1.2654061317443848, -1.457983136177063, -0.4425770044326782, -1.0553221702575684, -1.4754900932312012, -0.4950979948043823, -1.1778711080551147, -1.0203081369400024, -1.422969102859497, -0.8452380299568176, -1.2654061317443848, -0.6001400351524353, -1.720588207244873, -1.1428570747375488, 0.18767507374286652, 0.4677872359752655, 1.0630252361297607, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.4481793642044067, 1.8858543634414673, 1.9733893871307373, 1.0980392694473267, 1.5707283020019531, 1.8858543634414673, 2.2009804248809814, 2.1484594345092773, 2.0959384441375732, 1.9908963441848755, 1.9733893871307373, 1.640756368637085, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.483193278312683, -0.03991595283150673, -1.5980392694473267, 1.9208683967590332, 1.6582633256912231, 0.8354342579841614, 0.8179272413253784, 0.11764705926179886, 0.8529412746429443, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9558824300765991, 0.4852942228317261, -0.28501397371292114, -1.0203081369400024, -0.5826330184936523, 0.3802522122859955, -0.23249296844005585, 0.11764705926179886, -0.6701680421829224, 0.15266107022762299, 0.18767507374286652, -1.4929972887039185, -1.755602240562439, -0.8102240562438965, -1.7030812501907349, -1.580532193183899, -0.5476189851760864, -0.8627450466156006, -1.5105042457580566, -1.5455182790756226, -1.422969102859497, -0.7927170395851135, -0.21498596668243408, -0.6351540088653564, 0.9054622650146484, 1.780812382698059, 1.4131653308868408, 1.5882353782653809, 1.7107843160629272, 1.0980392694473267, 1.815826416015625, 1.5707283020019531, 2.1309523582458496, 2.1834733486175537, 2.0959384441375732, 2.0084033012390137, 1.8333333730697632, 1.9383753538131714, 1.8858543634414673, 2.0959384441375732, 2.0784313678741455, 1.9033613204956055, -0.7051820158958435, -0.37254899740219116, 1.9733893871307373, 1.8508403301239014, 0.9054622650146484, 0.2577032148838043, -0.5126050114631653, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8333333730697632, 0.520308256149292, -0.39005598425865173, -0.47759100794792175, -0.6351540088653564, 0.0476190559566021, 0.2226892113685608, -1.6155462265014648, -1.335434079170227, 0.0476190559566021, -0.26750698685646057, -0.6526610255241394, -0.4600839912891388, -1.4929972887039185, -0.07492996007204056, -0.6176469922065735, -1.3879550695419312, -1.0028010606765747, -1.0028010606765747, -1.3179271221160889, -1.195378065109253, -1.0903360843658447, -0.5651260018348694, -1.4929972887039185, 0.0476190559566021, -0.19747896492481232, 1.5007003545761108, 1.8508403301239014, 1.0280113220214844, 1.1330533027648926, 1.4131653308868408, 1.640756368637085, 1.868347406387329, 2.1309523582458496, 2.0084033012390137, 2.0084033012390137, 2.113445281982422, 2.0259103775024414, 1.9558824300765991, 2.1834733486175537, 2.1484594345092773, 1.9733893871307373, -0.8977590203285217, 1.2556023597717285, 1.9208683967590332, 1.9733893871307373, 1.518207311630249, 1.1330533027648926, 0.03011205606162548, 0.5728292465209961, 0.9579832553863525, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -1.195378065109253, -0.6876749992370605, -0.5826330184936523, -0.9852941036224365, 0.03011205606162548, -0.057422954589128494, -0.6351540088653564, -1.370448112487793, 0.34523820877075195, 0.3277312219142914, 0.24019621312618256, -1.282913088798523, -0.07492996007204056, -1.6505602598190308, -1.5980392694473267, -1.335434079170227, -1.457983136177063, -0.8977590203285217, 0.5728292465209961, -1.0028010606765747, -0.8627450466156006, -1.3179271221160889, -0.7401960492134094, -1.3004200458526611, -1.0553221702575684, 0.7128852605819702, 1.2380952835083008, 0.9054622650146484, -0.09243696182966232, 1.5882353782653809, 1.815826416015625, 1.9383753538131714, 1.9383753538131714, 2.043417453765869, 2.113445281982422, 1.9558824300765991, 2.0959384441375732, 2.1484594345092773, 2.2009804248809814, 2.1834733486175537, 1.9908963441848755, 1.8508403301239014, 1.8333333730697632, 2.0084033012390137, 2.043417453765869, 1.1330533027648926, 0.34523820877075195, 0.34523820877075195, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -0.5476189851760864, -0.9677870869636536, -0.5126050114631653, -1.1778711080551147, -1.1428570747375488, 1.4481793642044067, -0.9852941036224365, -0.6701680421829224, -0.9502801299095154, -1.6505602598190308, -0.7051820158958435, -0.4425770044326782, -1.0728291273117065, -0.7752100229263306, -1.7030812501907349, -1.3529410362243652, -1.2128850221633911, 0.6428572535514832, 1.605742335319519, 1.7107843160629272, 0.17016807198524475, -1.2128850221633911, -0.3550419807434082, -1.2654061317443848, -0.8977590203285217, -1.1428570747375488, -0.3025209903717041, 1.483193278312683, 0.18767507374286652, 1.465686321258545, 1.1155463457107544, 1.605742335319519, 1.9733893871307373, 2.0259103775024414, 2.0259103775024414, 2.0784313678741455, 2.113445281982422, 2.165966510772705, 2.0784313678741455, 2.2009804248809814, 1.9908963441848755, 1.9383753538131714, 1.8333333730697632, 2.1484594345092773, 2.0959384441375732, 1.7457983493804932, 0.4852942228317261, 0.3802522122859955, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 2.0259103775024414, -1.195378065109253, 0.520308256149292, 1.8858543634414673, 0.29271721839904785, 0.17016807198524475, -0.9327731132507324, -0.39005598425865173, -0.9852941036224365, -1.3004200458526611, -1.6505602598190308, -1.3529410362243652, -0.022408949211239815, -0.6701680421829224, -1.3529410362243652, -1.7380952835083008, -1.0028010606765747, 0.7654062509536743, 1.1855742931365967, 1.2731093168258667, 2.165966510772705, 1.2030812501907349, 0.5728292465209961, 1.0105042457580566, 1.5007003545761108, 0.8879552483558655, -0.9502801299095154, -1.2303920984268188, 0.6253502368927002, 1.2556023597717285, 1.2380952835083008, 1.5707283020019531, 1.5357143878936768, 1.8333333730697632, 1.868347406387329, 1.9383753538131714, 2.0609242916107178, 2.0959384441375732, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 2.113445281982422, 2.043417453765869, 0.8354342579841614, 0.20518220961093903, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.9733893871307373, 1.7107843160629272, -0.5301120281219482, 0.06512605398893356, 0.6603642702102661, 0.6428572535514832, -0.7226890325546265, -0.5651260018348694, -1.335434079170227, -1.0903360843658447, -1.1253501176834106, -1.247899055480957, -1.3179271221160889, -0.9327731132507324, -1.3179271221160889, -1.5105042457580566, -0.26750698685646057, -1.3529410362243652, 1.0630252361297607, 0.5553222298622131, 1.430672287940979, 1.5357143878936768, 2.0784313678741455, 1.8858543634414673, 1.4481793642044067, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, -1.3004200458526611, 0.502801239490509, 1.5007003545761108, 1.6232492923736572, 1.2030812501907349, 1.483193278312683, 1.6757704019546509, 1.7457983493804932, 1.8333333730697632, 2.113445281982422, 2.0084033012390137, 2.1309523582458496, 2.1484594345092773, 2.0959384441375732, 1.868347406387329, 1.9733893871307373, 2.0784313678741455, 2.2535016536712646, 1.430672287940979, 0.6603642702102661, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8858543634414673, 1.9558824300765991, -0.2499999701976776, -0.42506998777389526, -0.10994396358728409, 0.3102242052555084, -0.3200279772281647, 1.0980392694473267, 1.2205883264541626, 0.7128852605819702, -1.195378065109253, 0.11764705926179886, -1.335434079170227, -0.8277310132980347, -0.6876749992370605, -0.5651260018348694, -1.2303920984268188, 0.06512605398893356, -0.6351540088653564, -1.3879550695419312, -1.2128850221633911, -1.247899055480957, 0.7128852605819702, 1.0280113220214844, 0.8179272413253784, 1.6757704019546509, 1.868347406387329, 0.8529412746429443, 0.7829132676124573, 0.6953782439231873, 0.3102242052555084, 0.3627452254295349, -0.5826330184936523, 1.6757704019546509, 1.5357143878936768, 1.378151297569275, 1.465686321258545, 1.6582633256912231, 1.518207311630249, 1.4131653308868408, 1.7107843160629272, 1.9383753538131714, 2.0784313678741455, 2.1834733486175537, 2.043417453765869, 2.043417453765869, 2.0259103775024414, 2.0084033012390137, 2.1834733486175537, 2.043417453765869, 1.640756368637085, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8333333730697632, 1.553221344947815, 0.39775922894477844, -0.9327731132507324, -0.26750698685646057, 0.7128852605819702, 0.9229692816734314, 1.1505602598190308, 1.2380952835083008, 1.1505602598190308, 0.6778712272644043, 0.06512605398893356, -0.6701680421829224, -1.160364031791687, -1.5455182790756226, -1.6155462265014648, -0.6001400351524353, -1.2128850221633911, -0.21498596668243408, -1.4054621458053589, -0.9327731132507324, -0.5476189851760864, -1.4404760599136353, 0.9754902720451355, 1.0805323123931885, 0.8004202842712402, 0.6953782439231873, 1.3606443405151367, 1.430672287940979, 1.2556023597717285, 0.8179272413253784, 0.7829132676124573, 0.8529412746429443, 1.7107843160629272, 1.6757704019546509, 1.693277359008789, 1.640756368637085, 1.693277359008789, 1.7457983493804932, 1.465686321258545, 1.553221344947815, 1.693277359008789, 1.7983193397521973, 1.9558824300765991, 1.9558824300765991, 2.043417453765869, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 2.0609242916107178, 1.5007003545761108, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.7983193397521973, 0.415266215801239, 0.4677872359752655, -0.9677870869636536, -0.3550419807434082, 0.7303922772407532, 1.1505602598190308, 1.343137264251709, 1.2556023597717285, 1.1330533027648926, 0.8354342579841614, 0.8179272413253784, -0.9502801299095154, -0.7577030062675476, -1.5105042457580566, -0.5126050114631653, -1.195378065109253, -0.3200279772281647, -0.8977590203285217, -0.4950979948043823, -0.9502801299095154, -1.3879550695419312, -0.6351540088653564, -1.0728291273117065, 0.8179272413253784, 0.9404762983322144, 1.4131653308868408, 1.780812382698059, 1.9033613204956055, 1.8508403301239014, 1.815826416015625, 1.518207311630249, 1.3606443405151367, 1.7457983493804932, 1.605742335319519, 1.8333333730697632, 1.8858543634414673, 1.9908963441848755, 1.8508403301239014, 1.7633053064346313, 1.5357143878936768, 1.780812382698059, 1.8333333730697632, 1.7107843160629272, 1.518207311630249, 1.8858543634414673, 1.868347406387329, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 0.2226892113685608, 0.7303922772407532, -0.9152660369873047, -0.4075630009174347, 0.8879552483558655, 1.343137264251709, 1.4131653308868408, 1.3081233501434326, 1.1505602598190308, 0.8179272413253784, 0.9579832553863525, 0.012605053372681141, -1.1253501176834106, -0.7226890325546265, -1.422969102859497, 0.06512605398893356, -0.42506998777389526, -0.6526610255241394, -0.8277310132980347, -1.3179271221160889, -0.2499999701976776, -1.247899055480957, -1.195378065109253, -1.370448112487793, 1.693277359008789, 1.9383753538131714, 1.8858543634414673, 1.5357143878936768, 1.815826416015625, 1.9208683967590332, 1.6582633256912231, 1.728291392326355, 1.8333333730697632, 1.553221344947815, 2.0259103775024414, 2.0084033012390137, 1.6757704019546509, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.728291392326355, 1.693277359008789, 1.7983193397521973, 1.7457983493804932, 1.9208683967590332, 1.640756368637085, 1.7633053064346313, 1.815826416015625, 1.2030812501907349, 0.6778712272644043, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 0.3627452254295349, 0.8704482913017273, -0.4950979948043823, -0.5826330184936523, 0.8879552483558655, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.1855742931365967, 0.9229692816734314, 1.0280113220214844, 0.9229692816734314, 1.2906162738800049, -0.09243696182966232, -0.5651260018348694, -0.9327731132507324, -1.7380952835083008, -0.9152660369873047, -1.0378150939941406, -0.7226890325546265, -1.247899055480957, -1.1428570747375488, -1.247899055480957, -1.3879550695419312, -0.2499999701976776, 1.4481793642044067, 1.728291392326355, 1.7457983493804932, 1.9208683967590332, 1.7457983493804932, 1.8858543634414673, 1.9033613204956055, 2.0259103775024414, 1.9558824300765991, 1.465686321258545, 2.0609242916107178, 2.0259103775024414, 2.1309523582458496, 1.9558824300765991, 1.8508403301239014, 1.780812382698059, 1.868347406387329, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.605742335319519, 1.5007003545761108, 1.693277359008789, 2.0609242916107178, 1.483193278312683, 0.6953782439231873, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.3256303071975708, 1.3606443405151367, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 0.6078432202339172, 0.590336263179779, 0.11764705926179886, -0.26750698685646057, 0.9754902720451355, 1.378151297569275, 1.3956583738327026, 1.3081233501434326, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0455182790756226, 1.2906162738800049, 1.378151297569275, -0.4950979948043823, -1.1428570747375488, -1.247899055480957, -1.2654061317443848, 0.29271721839904785, -0.9152660369873047, -0.0049019488506019115, -0.10994396358728409, -1.5630252361297607, -1.282913088798523, -0.9677870869636536, -1.5630252361297607, -0.5826330184936523, 1.6757704019546509, 1.8333333730697632, 1.640756368637085, 1.605742335319519, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.7457983493804932, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.8508403301239014, 1.9383753538131714, 1.728291392326355, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.9908963441848755, 1.1855742931365967, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.343137264251709, 0.6953782439231873, -0.33753499388694763, 0.34523820877075195, 0.9579832553863525, 1.2731093168258667, 1.2380952835083008, 0.9929972887039185, 0.6078432202339172, 1.0980392694473267, 1.2380952835083008, 1.1155463457107544, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, -0.6176469922065735, -0.5126050114631653, 0.1001400575041771, -0.37254899740219116, -0.4425770044326782, -0.37254899740219116, 0.3102242052555084, 1.378151297569275, -1.247899055480957, -1.335434079170227, -0.9502801299095154, -1.4404760599136353, 0.39775922894477844, 1.8333333730697632, 1.7457983493804932, 1.7983193397521973, 2.0784313678741455, 2.1484594345092773, 2.0784313678741455, 2.0084033012390137, 2.113445281982422, 2.0609242916107178, 1.553221344947815, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 2.113445281982422, 2.0609242916107178, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 2.1484594345092773, 2.235994577407837, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6757704019546509, 1.7107843160629272, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 1.483193278312683, 0.9054622650146484, 0.432773232460022, 1.1855742931365967, 0.9404762983322144, 0.9404762983322144, 0.8529412746429443, 0.8879552483558655, 0.6603642702102661, 1.0980392694473267, 1.2731093168258667, 1.1505602598190308, 1.2380952835083008, 1.3081233501434326, 1.4131653308868408, 0.8354342579841614, -0.022408949211239815, -0.21498596668243408, -0.4950979948043823, 0.06512605398893356, 0.39775922894477844, 0.03011205606162548, -0.33753499388694763, -0.057422954589128494, -1.1253501176834106, -0.5826330184936523, -0.5826330184936523, -1.3179271221160889, 0.3802522122859955, 1.6582633256912231, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.7983193397521973, 1.4481793642044067, 2.0609242916107178, 2.1309523582458496, 2.1309523582458496, 2.165966510772705, 2.165966510772705, 2.113445281982422, 2.043417453765869, 1.9033613204956055, 2.0084033012390137, 2.1834733486175537, 2.2009804248809814, 0.8529412746429443, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2906162738800049, 1.3606443405151367, 1.4131653308868408, 1.5007003545761108, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 0.9754902720451355, 0.8529412746429443, 1.483193278312683, 1.6582633256912231, 0.5553222298622131, 0.502801239490509, 0.8879552483558655, 0.8179272413253784, 0.6253502368927002, 1.0805323123931885, 1.605742335319519, 1.2030812501907349, 1.2731093168258667, 1.9558824300765991, 1.6232492923736572, 1.0280113220214844, 0.8879552483558655, -0.4075630009174347, -0.7051820158958435, 0.9229692816734314, -1.247899055480957, -0.4075630009174347, 1.465686321258545, 0.4852942228317261, 0.9054622650146484, -1.1428570747375488, -0.7927170395851135, -0.8452380299568176, -0.7401960492134094, -0.7226890325546265, 0.590336263179779, 2.0084033012390137, 2.1834733486175537, 2.0784313678741455, 2.0784313678741455, 1.9208683967590332, 2.0609242916107178, 1.9383753538131714, 1.9733893871307373, 2.113445281982422, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.165966510772705, 2.113445281982422, 2.0959384441375732, 1.7457983493804932, 2.0084033012390137, 2.1484594345092773, 1.9033613204956055, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2731093168258667, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7457983493804932, 0.3277312219142914, 0.9579832553863525, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.39775922894477844, 0.7829132676124573, 0.8879552483558655, 0.6603642702102661, 0.9579832553863525, 1.5007003545761108, 0.9754902720451355, 1.343137264251709, 1.9383753538131714, 1.868347406387329, 1.4131653308868408, 0.8704482913017273, -0.5301120281219482, -0.7927170395851135, 0.03011205606162548, -1.3529410362243652, -0.4600839912891388, 2.1834733486175537, 1.693277359008789, 0.8879552483558655, 0.6603642702102661, -1.0553221702575684, -0.8452380299568176, -0.19747896492481232, -1.160364031791687, -1.195378065109253, 0.45028021931648254, 2.1834733486175537, 2.0609242916107178, 1.9908963441848755, 1.640756368637085, 1.7633053064346313, 1.8508403301239014, 1.868347406387329, 1.6582633256912231, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.218487501144409, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.8508403301239014, 2.043417453765869, 2.0259103775024414, 0.9929972887039185, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 0.2752102017402649, 0.9229692816734314, -0.3550419807434082, 1.693277359008789, 0.9754902720451355, 0.7478992342948914, 0.8704482913017273, 1.2030812501907349, 0.9229692816734314, 0.9054622650146484, 1.3606443405151367, 0.8704482913017273, 1.2731093168258667, 1.9383753538131714, 1.9383753538131714, 1.7107843160629272, 0.7478992342948914, -0.3025209903717041, -0.21498596668243408, -0.8452380299568176, 1.3081233501434326, -1.370448112487793, 1.3256303071975708, 1.868347406387329, 1.640756368637085, 1.0105042457580566, 0.5728292465209961, -0.4075630009174347, -0.39005598425865173, 0.3802522122859955, -0.4950979948043823, -1.3529410362243652, 0.2752102017402649, 2.0959384441375732, 1.780812382698059, 1.5707283020019531, 1.483193278312683, 0.8704482913017273, 1.9033613204956055, 2.0959384441375732, 2.113445281982422, 2.2009804248809814, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.113445281982422, 2.043417453765869, 1.9383753538131714, 2.0609242916107178, 1.9733893871307373, 1.868347406387329, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.780812382698059, 0.45028021931648254, 0.3102242052555084, 0.012605053372681141, 1.2731093168258667, 1.4481793642044067, 1.0455182790756226, 1.518207311630249, 1.465686321258545, 0.9579832553863525, 1.1330533027648926, 1.483193278312683, 0.8354342579841614, 1.2556023597717285, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.4131653308868408, 0.6428572535514832, 1.0805323123931885, 0.3627452254295349, 0.8879552483558655, -0.9327731132507324, -0.8452380299568176, 1.9558824300765991, 1.9383753538131714, 2.0084033012390137, 1.7107843160629272, 1.2556023597717285, 0.8529412746429443, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, -1.3879550695419312, 0.34523820877075195, 1.7983193397521973, 1.343137264251709, 1.815826416015625, 1.1155463457107544, 1.553221344947815, 1.9733893871307373, 1.8858543634414673, 2.218487501144409, 2.2710084915161133, 2.2710084915161133, 2.218487501144409, 2.1484594345092773, 2.113445281982422, 2.043417453765869, 1.9208683967590332, 1.9733893871307373, 2.0084033012390137, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0455182790756226, 1.1155463457107544, 1.1855742931365967, 1.2556023597717285, 1.3081233501434326, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7633053064346313, 0.39775922894477844, 1.0455182790756226, 0.7654062509536743, 1.3606443405151367, 1.4481793642044067, 0.9404762983322144, 1.483193278312683, 1.430672287940979, 0.9404762983322144, 1.2205883264541626, 1.465686321258545, 0.8879552483558655, 1.1855742931365967, 1.9208683967590332, 1.8508403301239014, 1.8333333730697632, 1.9383753538131714, 1.6582633256912231, 0.012605053372681141, 1.8333333730697632, 0.8704482913017273, 1.0630252361297607, -1.3179271221160889, 2.0784313678741455, 1.780812382698059, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.0259103775024414, 1.868347406387329, 0.8704482913017273, 0.7128852605819702, 0.8704482913017273, -1.4054621458053589, 1.4481793642044067, 0.415266215801239, 1.9208683967590332, 1.815826416015625, 1.4481793642044067, 1.815826416015625, 1.605742335319519, 1.3256303071975708, 2.235994577407837, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.0609242916107178, 2.0084033012390137, 1.868347406387329, 2.0084033012390137, 1.7983193397521973, 0.6953782439231873, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 1.0105042457580566, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2731093168258667, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 0.8879552483558655, 1.640756368637085, 0.7829132676124573, 1.553221344947815, 1.0280113220214844, 0.9579832553863525, 1.3256303071975708, 1.378151297569275, 0.6603642702102661, 1.2205883264541626, 1.3256303071975708, 0.7829132676124573, 1.3956583738327026, 1.868347406387329, 1.8333333730697632, 1.9208683967590332, 1.9033613204956055, 1.780812382698059, 1.2556023597717285, 1.9383753538131714, 1.7633053064346313, 1.2731093168258667, -1.370448112487793, 1.8333333730697632, 1.8333333730697632, 2.0784313678741455, 2.0959384441375732, 2.1309523582458496, 2.0609242916107178, 2.0609242916107178, 1.9733893871307373, 0.9929972887039185, 0.8004202842712402, 0.20518220961093903, -1.1253501176834106, 1.3606443405151367, 1.3956583738327026, 1.0280113220214844, 1.7107843160629272, 1.6757704019546509, 1.0805323123931885, 1.1680673360824585, 2.288515567779541, 2.2009804248809814, 2.2535016536712646, 2.235994577407837, 2.1484594345092773, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.8508403301239014, 1.0280113220214844, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.9208683967590332, 1.3956583738327026, 0.6603642702102661, 0.6428572535514832, 0.9579832553863525, 0.520308256149292, 1.2205883264541626, 1.378151297569275, 0.9054622650146484, 1.3256303071975708, 1.815826416015625, 1.868347406387329, 1.9383753538131714, 1.8333333730697632, 1.3256303071975708, 0.15266107022762299, 2.0259103775024414, 2.0084033012390137, 1.2205883264541626, -1.0028010606765747, 1.9208683967590332, 1.9383753538131714, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.0784313678741455, 2.113445281982422, 2.0259103775024414, 2.0609242916107178, 0.8879552483558655, 0.8354342579841614, -1.4054621458053589, 1.7983193397521973, 1.1155463457107544, 1.8508403301239014, 1.6232492923736572, 1.553221344947815, 1.1155463457107544, 1.0630252361297607, 2.2535016536712646, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.1834733486175537, 2.1484594345092773, 2.0609242916107178, 1.9033613204956055, 1.9208683967590332, 1.7457983493804932, 0.7303922772407532, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779], [0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.430672287940979, 1.1680673360824585, 1.2731093168258667, 1.9033613204956055, 1.693277359008789, 1.0805323123931885, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 1.1855742931365967, 1.2556023597717285, 0.9579832553863525, 1.693277359008789, 1.693277359008789, 1.7633053064346313, 1.9208683967590332, 1.3081233501434326, 0.4677872359752655, 0.9929972887039185, 1.815826416015625, 1.8508403301239014, 1.1680673360824585, -0.7226890325546265, 1.9908963441848755, 2.0259103775024414, 2.1309523582458496, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.1309523582458496, 2.0959384441375732, 2.0959384441375732, 1.553221344947815, 0.7829132676124573, -0.12745095789432526, 0.7654062509536743, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.483193278312683, 1.483193278312683, 0.7654062509536743, 2.2710084915161133, 2.1834733486175537, 2.2009804248809814, 2.2710084915161133, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 1.9208683967590332, 2.0084033012390137, 1.9383753538131714, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.640756368637085, 1.6582633256912231, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.0805323123931885, 1.7457983493804932, 1.9383753538131714, 1.7633053064346313, 0.6078432202339172, 0.502801239490509, 0.8354342579841614, 1.1330533027648926, 0.9929972887039185, 1.1330533027648926, 1.605742335319519, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 0.18767507374286652, -0.057422954589128494, -0.7401960492134094, 0.9579832553863525, 1.7107843160629272, 0.9229692816734314, 1.5007003545761108, 2.043417453765869, 1.9208683967590332, 2.113445281982422, 2.0609242916107178, 2.1309523582458496, 2.1484594345092773, 2.2009804248809814, 2.165966510772705, 2.1484594345092773, 1.7107843160629272, 1.9383753538131714, 1.0455182790756226, 0.7829132676124573, 1.9558824300765991, 1.9733893871307373, 1.553221344947815, 0.8004202842712402, 1.2731093168258667, 0.9754902720451355, 2.165966510772705, 2.2009804248809814, 2.235994577407837, 2.288515567779541, 2.218487501144409, 2.165966510772705, 2.218487501144409, 2.0084033012390137, 2.0784313678741455, 1.780812382698059, 1.0805323123931885, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.4481793642044067, 1.3081233501434326, 1.5707283020019531, 2.0609242916107178, 2.0609242916107178, 1.605742335319519, 0.08263305574655533, 0.9929972887039185, 1.343137264251709, 0.8879552483558655, 1.465686321258545, 1.868347406387329, 1.9908963441848755, 1.8508403301239014, 1.9733893871307373, -0.1624649614095688, 0.29271721839904785, -0.6001400351524353, 0.3802522122859955, 1.378151297569275, 1.9033613204956055, 1.430672287940979, 2.043417453765869, 1.8858543634414673, 2.218487501144409, 2.113445281982422, 2.113445281982422, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.5357143878936768, 1.868347406387329, 1.8858543634414673, 1.5707283020019531, 1.0105042457580566, 1.465686321258545, 1.5707283020019531, 1.9558824300765991, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.235994577407837, 2.218487501144409, 2.235994577407837, 2.113445281982422, 2.1309523582458496, 1.605742335319519, 1.4131653308868408, 0.6953782439231873, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.553221344947815, 0.8354342579841614, 1.378151297569275, 1.0280113220214844, 1.378151297569275, 2.1309523582458496, 2.0784313678741455, 1.8508403301239014, 0.6253502368927002, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.553221344947815, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.0980392694473267, 0.45028021931648254, 0.415266215801239, -0.3200279772281647, -0.33753499388694763, 0.7303922772407532, 1.3256303071975708, 1.7983193397521973, 2.0259103775024414, 1.9383753538131714, 2.0259103775024414, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0959384441375732, 2.235994577407837, 2.2009804248809814, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.815826416015625, 1.7457983493804932, 1.9033613204956055, 1.8333333730697632, 0.9929972887039185, 1.3081233501434326, 1.4481793642044067, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.2710084915161133, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 1.815826416015625, 1.6582633256912231, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.0105042457580566, 1.2731093168258667, 0.9754902720451355, 1.3081233501434326, 2.0959384441375732, 2.0609242916107178, 1.430672287940979, 1.2556023597717285, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 1.7983193397521973, 1.9733893871307373, 1.6757704019546509, 1.9208683967590332, 0.3277312219142914, 0.1001400575041771, 0.8179272413253784, -0.14495795965194702, -0.5126050114631653, 0.24019621312618256, 1.0280113220214844, 1.7107843160629272, 1.6232492923736572, 1.6757704019546509, 2.0959384441375732, 2.043417453765869, 2.0084033012390137, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.8333333730697632, 1.7983193397521973, 2.0084033012390137, 1.7457983493804932, 0.6253502368927002, 1.1330533027648926, 1.465686321258545, 2.1309523582458496, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 2.165966510772705, 1.9033613204956055, 1.8858543634414673, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9754902720451355, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.483193278312683, 1.2030812501907349, 1.3081233501434326, 0.9929972887039185, 1.4131653308868408, 2.113445281982422, 1.780812382698059, 1.1505602598190308, 1.5707283020019531, 0.8004202842712402, 0.7654062509536743, 1.5357143878936768, 1.7457983493804932, 1.9908963441848755, 1.815826416015625, 1.780812382698059, 0.415266215801239, 0.2752102017402649, 0.8879552483558655, -0.17997196316719055, 0.08263305574655533, -0.9152660369873047, 0.9229692816734314, 1.0630252361297607, 1.3606443405151367, 2.0784313678741455, 1.780812382698059, 2.0959384441375732, 2.0609242916107178, 1.9033613204956055, 2.0784313678741455, 2.2009804248809814, 2.0609242916107178, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 2.0959384441375732, 1.2205883264541626, 1.3256303071975708, 1.5707283020019531, 1.9733893871307373, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.218487501144409, 1.868347406387329, 1.7107843160629272, 0.7829132676124573, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.343137264251709, 1.3606443405151367, 0.9054622650146484, 1.378151297569275, 2.0784313678741455, 0.415266215801239, 0.7829132676124573, 1.605742335319519, 1.2906162738800049, 1.640756368637085, 1.5007003545761108, 1.8508403301239014, 1.7983193397521973, 1.693277359008789, 1.465686321258545, 0.1001400575041771, 0.24019621312618256, 0.6778712272644043, -0.3200279772281647, 0.7128852605819702, -0.6701680421829224, 0.20518220961093903, 1.3081233501434326, 2.0609242916107178, 2.0609242916107178, 1.5357143878936768, 1.868347406387329, 2.113445281982422, 2.043417453765869, 2.0959384441375732, 2.1484594345092773, 1.9908963441848755, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 2.0959384441375732, 2.113445281982422, 0.24019621312618256, 1.2380952835083008, 1.6757704019546509, 2.0084033012390137, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 2.2009804248809814, 2.1834733486175537, 1.4481793642044067, 1.815826416015625, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.3081233501434326, 1.378151297569275, 0.8529412746429443, 1.5007003545761108, 1.728291392326355, -0.4600839912891388, -0.47759100794792175, 1.1330533027648926, 1.553221344947815, 1.693277359008789, 1.7457983493804932, 1.868347406387329, 1.9033613204956055, 1.553221344947815, 0.9929972887039185, 0.08263305574655533, -0.14495795965194702, 0.18767507374286652, 0.13515406847000122, 0.6953782439231873, -0.07492996007204056, 0.5728292465209961, 0.8179272413253784, 1.5007003545761108, 1.4131653308868408, 2.0259103775024414, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 2.0084033012390137, 2.218487501144409, 2.0784313678741455, 2.165966510772705, 1.9558824300765991, 1.9733893871307373, 2.113445281982422, 1.8858543634414673, 2.0784313678741455, 1.815826416015625, 0.9054622650146484, 1.2030812501907349, 1.7983193397521973, 2.0259103775024414, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 2.165966510772705, 1.7983193397521973, 1.9733893871307373, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9054622650146484, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.465686321258545, 1.1505602598190308, 1.2906162738800049, 0.5378152132034302, 1.5882353782653809, 1.5707283020019531, -0.0049019488506019115, -0.28501397371292114, 0.18767507374286652, 1.9208683967590332, 0.39775922894477844, 1.9558824300765991, 1.8858543634414673, 1.868347406387329, 1.605742335319519, 1.1680673360824585, 0.415266215801239, 0.6078432202339172, 1.2731093168258667, 0.24019621312618256, 1.1155463457107544, 0.7128852605819702, -0.19747896492481232, 0.39775922894477844, 0.9754902720451355, 0.9579832553863525, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 0.8004202842712402, 1.483193278312683, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.165966510772705, 2.0084033012390137, 2.165966510772705, 2.0609242916107178, 1.6757704019546509, 2.043417453765869, 0.9929972887039185, 1.693277359008789, 1.6757704019546509, 2.0259103775024414, 2.1834733486175537, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 1.9383753538131714, 1.8333333730697632, 0.6428572535514832, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5707283020019531, 0.9404762983322144, 1.2731093168258667, 0.8179272413253784, 1.5707283020019531, 1.2731093168258667, 0.11764705926179886, -1.0553221702575684, -0.12745095789432526, 1.7983193397521973, 0.5728292465209961, 1.728291392326355, 1.8508403301239014, 1.8333333730697632, 1.7633053064346313, 1.0980392694473267, 0.24019621312618256, 0.6778712272644043, 1.3956583738327026, 0.29271721839904785, 0.7128852605819702, 0.415266215801239, -0.6351540088653564, 0.7829132676124573, 1.1155463457107544, 1.483193278312683, 1.378151297569275, 1.343137264251709, 1.7107843160629272, 1.2205883264541626, 1.9908963441848755, 2.218487501144409, 2.113445281982422, 2.1484594345092773, 1.9908963441848755, 1.9383753538131714, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 2.0609242916107178, 1.9033613204956055, 1.430672287940979, 1.728291392326355, 2.0784313678741455, 2.1834733486175537, 2.2009804248809814, 2.235994577407837, 2.235994577407837, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.0784313678741455, 2.0084033012390137, 1.483193278312683, 1.465686321258545, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.520308256149292, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.553221344947815, -0.5301120281219482, 1.1680673360824585, 0.3802522122859955, 1.553221344947815, 1.0805323123931885, 0.03011205606162548, 0.0476190559566021, -0.3025209903717041, 0.3102242052555084, 0.4852942228317261, 1.8333333730697632, 1.9733893871307373, 1.728291392326355, 1.7107843160629272, 0.2226892113685608, 0.18767507374286652, 0.6078432202339172, 1.0630252361297607, 0.4852942228317261, 0.9404762983322144, 0.9229692816734314, -0.3200279772281647, -0.19747896492481232, 0.9754902720451355, 1.1155463457107544, 0.3277312219142914, 1.2380952835083008, 1.605742335319519, 1.465686321258545, 2.2009804248809814, 2.0784313678741455, 2.0259103775024414, 2.043417453765869, 2.113445281982422, 1.8508403301239014, 1.693277359008789, 1.8508403301239014, 1.9558824300765991, 2.0084033012390137, 1.9208683967590332, 1.5707283020019531, 1.868347406387329, 2.0259103775024414, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.235994577407837, 2.218487501144409, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 2.0084033012390137, 1.5007003545761108, 2.043417453765869, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, -1.160364031791687, 1.1680673360824585, 0.2226892113685608, 1.465686321258545, 0.8704482913017273, 0.2752102017402649, 0.8704482913017273, 0.6778712272644043, 1.0980392694473267, 0.7128852605819702, 1.7983193397521973, 1.9908963441848755, 1.640756368637085, 1.728291392326355, 0.6603642702102661, 0.2577032148838043, 0.4852942228317261, 0.8529412746429443, 0.6253502368927002, 0.9754902720451355, 1.3256303071975708, 0.4677872359752655, -0.5126050114631653, 1.4131653308868408, 0.6078432202339172, 1.378151297569275, 0.08263305574655533, 0.9404762983322144, 0.8004202842712402, 1.8333333730697632, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 2.113445281982422, 1.9733893871307373, 1.7107843160629272, 1.9033613204956055, 2.0784313678741455, 1.8508403301239014, 1.815826416015625, 1.3606443405151367, 1.868347406387329, 1.9733893871307373, 2.2535016536712646, 2.1834733486175537, 2.218487501144409, 2.235994577407837, 2.235994577407837, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1309523582458496, 2.0084033012390137, 1.6582633256912231, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, -0.3025209903717041, 1.1505602598190308, 0.9754902720451355, 1.343137264251709, 1.3956583738327026, 0.502801239490509, 0.4677872359752655, 0.8529412746429443, 1.3956583738327026, 0.0476190559566021, 1.2030812501907349, 1.9733893871307373, 1.4131653308868408, 1.640756368637085, 0.8179272413253784, 0.13515406847000122, 0.5553222298622131, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 1.553221344947815, 0.45028021931648254, -0.6176469922065735, 0.9229692816734314, 1.5357143878936768, 1.693277359008789, 1.605742335319519, 0.502801239490509, 1.5357143878936768, 1.3081233501434326, 1.8333333730697632, 2.1309523582458496, 2.0084033012390137, 2.1484594345092773, 2.0959384441375732, 1.5357143878936768, 1.780812382698059, 2.0784313678741455, 1.8858543634414673, 1.9208683967590332, 0.9754902720451355, 1.8333333730697632, 2.0259103775024414, 2.288515567779541, 2.0609242916107178, 2.2535016536712646, 2.2535016536712646, 2.288515567779541, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1834733486175537, 2.0259103775024414, 1.9733893871307373, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.4131653308868408, 0.0476190559566021, 1.0980392694473267, 1.2556023597717285, 1.5707283020019531, 1.693277359008789, 0.24019621312618256, 0.9404762983322144, 1.1330533027648926, -0.4075630009174347, -0.3550419807434082, 0.6253502368927002, 2.0084033012390137, 1.553221344947815, 1.3956583738327026, 0.8004202842712402, -0.39005598425865173, 1.1155463457107544, 0.9054622650146484, 0.9054622650146484, 0.6603642702102661, 1.1680673360824585, 0.6253502368927002, 0.18767507374286652, -0.3025209903717041, 0.6253502368927002, 1.5007003545761108, 1.378151297569275, 1.0630252361297607, 0.2226892113685608, 0.17016807198524475, 1.518207311630249, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.113445281982422, 1.7457983493804932, 1.780812382698059, 1.5357143878936768, 1.8333333730697632, 1.9733893871307373, 1.5357143878936768, 1.7457983493804932, 1.7983193397521973, 2.2710084915161133, 2.218487501144409, 2.235994577407837, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 1.9383753538131714, 1.7983193397521973, 2.0084033012390137, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.4131653308868408, 0.6428572535514832, 1.2205883264541626, 1.2380952835083008, 1.518207311630249, 1.7107843160629272, 0.45028021931648254, 0.3802522122859955, 0.7478992342948914, -1.1253501176834106, -0.6176469922065735, 1.2380952835083008, 1.9383753538131714, 1.483193278312683, 0.7829132676124573, 1.2030812501907349, -0.17997196316719055, 0.7303922772407532, 0.08263305574655533, 0.15266107022762299, 0.7654062509536743, 1.3606443405151367, 0.7128852605819702, 0.2226892113685608, -0.8277310132980347, 0.6778712272644043, 1.5357143878936768, -0.07492996007204056, -0.28501397371292114, -0.23249296844005585, 0.18767507374286652, 1.0630252361297607, 1.8508403301239014, 2.1484594345092773, 1.9733893871307373, 2.113445281982422, 1.7107843160629272, 2.0784313678741455, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0259103775024414, 1.3081233501434326, 1.9383753538131714, 2.3060226440429688, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.288515567779541, 2.2710084915161133, 2.218487501144409, 1.6582633256912231, 1.7633053064346313, 1.9733893871307373, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 0.8704482913017273, 1.2731093168258667, 1.2906162738800049, 1.5882353782653809, 1.6757704019546509, 0.29271721839904785, 0.3802522122859955, -0.7752100229263306, -0.5651260018348694, 0.520308256149292, 1.8508403301239014, 2.0609242916107178, 1.430672287940979, 1.2906162738800049, 0.6428572535514832, -0.39005598425865173, 1.2030812501907349, 0.9754902720451355, -0.3025209903717041, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 0.415266215801239, -0.4950979948043823, 0.5553222298622131, 0.7654062509536743, -0.47759100794792175, 0.5728292465209961, -0.4425770044326782, 0.3277312219142914, 1.3256303071975708, 1.7983193397521973, 1.3606443405151367, 2.1309523582458496, 2.113445281982422, 1.8508403301239014, 2.1309523582458496, 2.1309523582458496, 1.9733893871307373, 1.9558824300765991, 2.1834733486175537, 2.0084033012390137, 1.7983193397521973, 2.3060226440429688, 2.2710084915161133, 2.218487501144409, 2.3235294818878174, 2.2535016536712646, 2.288515567779541, 2.3060226440429688, 2.235994577407837, 1.9733893871307373, 2.0959384441375732, 1.5357143878936768, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.20518220961093903, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.378151297569275, -0.23249296844005585, 1.2030812501907349, 1.5882353782653809, 1.7107843160629272, 1.7107843160629272, 1.4481793642044067, 0.3277312219142914, -0.5826330184936523, -1.5980392694473267, 0.7829132676124573, 1.9733893871307373, 2.0959384441375732, 1.483193278312683, 1.3606443405151367, 1.465686321258545, -0.21498596668243408, 0.8004202842712402, 1.2205883264541626, -0.07492996007204056, 0.3277312219142914, 0.9754902720451355, 0.8004202842712402, 0.8879552483558655, -0.33753499388694763, 0.20518220961093903, -0.09243696182966232, -0.4425770044326782, -0.7577030062675476, 0.13515406847000122, 1.0630252361297607, 1.780812382698059, 1.640756368637085, 1.9208683967590332, 2.0959384441375732, 1.6582633256912231, 1.9033613204956055, 1.780812382698059, 2.0784313678741455, 2.0259103775024414, 2.0259103775024414, 2.218487501144409, 2.1309523582458496, 1.8333333730697632, 2.288515567779541, 2.1309523582458496, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.288515567779541, 2.2535016536712646, 1.5882353782653809, 1.1855742931365967, 1.5882353782653809, 1.0105042457580566, 0.6603642702102661, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 0.2577032148838043, 1.1505602598190308, 1.6232492923736572, 1.7457983493804932, 1.5882353782653809, 1.5882353782653809, 0.4852942228317261, 0.2226892113685608, -1.195378065109253, 1.3606443405151367, 2.0084033012390137, 2.1834733486175537, 1.4131653308868408, 1.3956583738327026, 1.1855742931365967, 0.29271721839904785, 0.8529412746429443, 1.3606443405151367, 0.3277312219142914, 0.5728292465209961, 0.432773232460022, 1.0980392694473267, 0.6778712272644043, -0.33753499388694763, -0.7051820158958435, -0.6176469922065735, -0.0049019488506019115, -0.7577030062675476, -0.6526610255241394, 0.9229692816734314, 1.6582633256912231, 1.9558824300765991, 1.553221344947815, 1.7457983493804932, 0.8704482913017273, 1.9208683967590332, 2.0784313678741455, 2.043417453765869, 1.9733893871307373, 1.6582633256912231, 2.2009804248809814, 2.1484594345092773, 1.8508403301239014, 1.8858543634414673, 2.235994577407837, 2.3060226440429688, 2.235994577407837, 2.288515567779541, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9558824300765991, 1.9558824300765991, 1.378151297569275, 1.343137264251709, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, -0.6001400351524353, 1.1505602598190308, 1.6232492923736572, 1.780812382698059, 1.5882353782653809, 1.6757704019546509, 0.8179272413253784, 0.06512605398893356, 0.9404762983322144, 0.9229692816734314, 1.8508403301239014, 2.0784313678741455, 1.343137264251709, 0.24019621312618256, 0.8354342579841614, 0.11764705926179886, 0.3277312219142914, 0.9579832553863525, 1.0805323123931885, -0.12745095789432526, 0.9579832553863525, 0.502801239490509, 0.9929972887039185, -0.5126050114631653, 0.3102242052555084, 0.4852942228317261, -0.3550419807434082, 0.4677872359752655, -0.8802520632743835, 0.4852942228317261, 1.4481793642044067, 2.1484594345092773, 1.0280113220214844, 1.3256303071975708, 0.17016807198524475, 1.8858543634414673, 1.9033613204956055, 1.7457983493804932, 1.3956583738327026, 1.5007003545761108, 2.0609242916107178, 2.043417453765869, 1.8858543634414673, 1.8333333730697632, 2.2009804248809814, 2.3060226440429688, 2.341036558151245, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9208683967590332, 2.0609242916107178, 0.6778712272644043, 0.8879552483558655, 0.4677872359752655, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.432773232460022], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, -0.4950979948043823, 1.1330533027648926, 1.6582633256912231, 1.7107843160629272, 1.7633053064346313, 1.693277359008789, 0.7478992342948914, 0.2752102017402649, 1.0630252361297607, 0.3102242052555084, 1.868347406387329, 2.043417453765869, 1.518207311630249, 0.4677872359752655, 1.5007003545761108, 1.0280113220214844, 0.18767507374286652, 1.0280113220214844, 0.9579832553863525, -0.26750698685646057, 1.0280113220214844, 1.3256303071975708, 0.9054622650146484, -0.42506998777389526, -0.3200279772281647, 0.08263305574655533, 0.9404762983322144, 0.6078432202339172, 0.590336263179779, 1.2205883264541626, 1.0105042457580566, 2.113445281982422, 0.8529412746429443, 0.5728292465209961, -0.6001400351524353, 1.9033613204956055, 1.6582633256912231, 1.553221344947815, 0.432773232460022, 0.8004202842712402, 1.815826416015625, 1.9908963441848755, 1.8508403301239014, 1.2205883264541626, 2.288515567779541, 2.341036558151245, 2.3235294818878174, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.288515567779541, 1.780812382698059, 1.1155463457107544, -0.057422954589128494, -0.022408949211239815, 0.34523820877075195, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254], [0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0105042457580566, -0.9852941036224365, 1.2731093168258667, 1.4481793642044067, 1.6582633256912231, 1.780812382698059, 1.693277359008789, 0.6253502368927002, -0.07492996007204056, 0.6953782439231873, 0.45028021931648254, 1.9033613204956055, 1.9383753538131714, 1.343137264251709, 0.2226892113685608, 1.5882353782653809, 1.868347406387329, 1.4131653308868408, 1.2030812501907349, -0.39005598425865173, -0.17997196316719055, 0.502801239490509, 1.693277359008789, 0.8179272413253784, -0.12745095789432526, -0.057422954589128494, -0.2499999701976776, 0.9229692816734314, 0.502801239490509, -0.03991595283150673, 1.343137264251709, 1.7107843160629272, 1.9908963441848755, 2.043417453765869, 0.8704482913017273, 0.11764705926179886, 1.9383753538131714, 1.7457983493804932, 1.4481793642044067, 1.8858543634414673, 0.9229692816734314, 1.693277359008789, 1.815826416015625, 1.6757704019546509, 1.2731093168258667, 2.1309523582458496, 2.165966510772705, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.288515567779541, 2.2535016536712646, 1.868347406387329, 1.8508403301239014, 0.415266215801239, 0.415266215801239, 0.8004202842712402, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.432773232460022], [0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9229692816734314, -1.370448112487793, 1.3256303071975708, 1.5357143878936768, 1.7983193397521973, 1.815826416015625, 1.6757704019546509, 0.6778712272644043, 0.03011205606162548, 0.520308256149292, 0.13515406847000122, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.20518220961093903, 1.378151297569275, 1.5707283020019531, 0.6078432202339172, 0.3277312219142914, -0.09243696182966232, 1.2380952835083008, 1.1680673360824585, 1.5882353782653809, 1.0280113220214844, -0.07492996007204056, -0.057422954589128494, 0.13515406847000122, 0.3277312219142914, 0.39775922894477844, 0.2577032148838043, 0.6778712272644043, 1.4131653308868408, 1.7457983493804932, 2.1309523582458496, 2.043417453765869, 1.9558824300765991, 1.9733893871307373, 1.7457983493804932, 1.6232492923736572, 1.868347406387329, 1.378151297569275, 1.9558824300765991, 2.043417453765869, 1.6582633256912231, 1.0280113220214844, 2.0259103775024414, 2.0259103775024414, 2.165966510772705, 2.341036558151245, 2.2710084915161133, 2.3060226440429688, 2.2535016536712646, 1.9383753538131714, 2.0259103775024414, 1.1155463457107544, 1.2731093168258667, 1.1855742931365967, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, -1.3529410362243652, 1.3956583738327026, 1.483193278312683, 1.8333333730697632, 1.7983193397521973, 1.6757704019546509, 0.8704482913017273, 0.9929972887039185, -0.21498596668243408, 0.2752102017402649, 1.9908963441848755, 1.7983193397521973, -0.057422954589128494, -0.6701680421829224, 1.3256303071975708, 1.5007003545761108, -0.03991595283150673, -0.39005598425865173, 0.502801239490509, 1.2731093168258667, 1.1855742931365967, 1.868347406387329, 2.0084033012390137, 0.9404762983322144, 0.5553222298622131, 1.0455182790756226, 0.15266107022762299, 0.1001400575041771, 0.415266215801239, 0.13515406847000122, 0.8179272413253784, 0.9579832553863525, 1.5882353782653809, 1.8858543634414673, 2.1309523582458496, 1.5357143878936768, 1.3256303071975708, 1.6232492923736572, 1.6232492923736572, 1.7457983493804932, 1.518207311630249, 1.9908963441848755, 1.0280113220214844, -0.21498596668243408, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.9733893871307373, 2.0609242916107178, 2.2710084915161133, 2.1484594345092773, 1.2906162738800049, 1.605742335319519, 1.3956583738327026, 0.4852942228317261, 0.432773232460022, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, -1.0378150939941406, 1.3256303071975708, 1.5707283020019531, 1.8508403301239014, 1.8333333730697632, 1.2205883264541626, 0.8529412746429443, 0.06512605398893356, -0.10994396358728409, -0.2499999701976776, 2.043417453765869, 1.6757704019546509, 0.6953782439231873, -1.0903360843658447, 1.553221344947815, 1.5357143878936768, -0.09243696182966232, -0.12745095789432526, 0.9054622650146484, 0.9929972887039185, 0.3627452254295349, 1.693277359008789, 1.9383753538131714, 0.2577032148838043, 0.9754902720451355, 0.3627452254295349, -0.5476189851760864, -0.3025209903717041, -0.057422954589128494, 0.11764705926179886, 0.9404762983322144, 0.502801239490509, 0.3802522122859955, -0.057422954589128494, 1.9208683967590332, 0.2226892113685608, 1.343137264251709, 1.4481793642044067, 0.9754902720451355, 1.0105042457580566, 1.605742335319519, 1.8508403301239014, -0.0049019488506019115, 1.553221344947815, 1.5882353782653809, 1.6582633256912231, -0.37254899740219116, 0.18767507374286652, 1.815826416015625, 2.3235294818878174, 2.0959384441375732, 1.6232492923736572, 1.605742335319519, 1.9733893871307373, 0.432773232460022, 0.7654062509536743, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8354342579841614, 0.8529412746429443, -1.1078431606292725, 1.2906162738800049, 1.518207311630249, 1.7633053064346313, 1.0805323123931885, 0.8179272413253784, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.6778712272644043, 2.1309523582458496, 1.7107843160629272, 0.6078432202339172, -1.0553221702575684, 1.2906162738800049, 1.6232492923736572, 0.24019621312618256, 0.8354342579841614, 0.8179272413253784, 0.2752102017402649, 0.415266215801239, 1.9033613204956055, 1.6582633256912231, 0.24019621312618256, 0.9404762983322144, 0.6253502368927002, 0.17016807198524475, 0.3102242052555084, 0.8529412746429443, 0.7303922772407532, 0.9054622650146484, -0.23249296844005585, -0.6176469922065735, -0.5651260018348694, 0.0476190559566021, 1.1855742931365967, 1.0280113220214844, 1.640756368637085, 1.3256303071975708, 1.1680673360824585, 1.2906162738800049, 1.2731093168258667, -0.7051820158958435, 1.8508403301239014, 0.6953782439231873, -0.0049019488506019115, -0.12745095789432526, 0.2577032148838043, 1.5882353782653809, 2.288515567779541, 1.8858543634414673, 1.0280113220214844, 2.0084033012390137, 0.8179272413253784, -0.07492996007204056, 0.45028021931648254, 0.5378152132034302, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, -0.5476189851760864, 1.2731093168258667, 1.5707283020019531, 1.7633053064346313, 0.8529412746429443, 1.4131653308868408, 0.502801239490509, 0.5553222298622131, 0.17016807198524475, 1.3081233501434326, 1.9558824300765991, 1.728291392326355, 0.8529412746429443, -1.335434079170227, 1.518207311630249, 1.2556023597717285, 0.6778712272644043, 0.18767507374286652, 0.2752102017402649, 0.6078432202339172, 1.3956583738327026, 1.868347406387329, 1.7457983493804932, 0.415266215801239, 1.1330533027648926, 1.1505602598190308, 0.432773232460022, 1.0980392694473267, 0.2226892113685608, 1.2731093168258667, 1.2556023597717285, -0.8802520632743835, -0.8802520632743835, -1.282913088798523, -0.9152660369873047, 1.2380952835083008, 0.9229692816734314, 1.2731093168258667, 1.9558824300765991, 1.7457983493804932, 1.5707283020019531, 1.2906162738800049, -0.6526610255241394, 1.693277359008789, 1.1505602598190308, 0.39775922894477844, 0.29271721839904785, 0.520308256149292, 1.2030812501907349, 1.8333333730697632, 0.5378152132034302, 1.7457983493804932, 2.218487501144409, 1.0630252361297607, 0.8704482913017273, 0.2577032148838043, 0.6078432202339172, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, -0.057422954589128494, 1.1505602598190308, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.518207311630249, 0.7303922772407532, 0.39775922894477844, -0.4600839912891388, 1.6757704019546509, 2.0609242916107178, 1.7983193397521973, 1.1680673360824585, -1.2303920984268188, 1.553221344947815, 0.8354342579841614, 1.465686321258545, 0.415266215801239, 0.6953782439231873, 0.7478992342948914, 1.6232492923736572, 1.1330533027648926, 1.4481793642044067, 0.6253502368927002, 0.9229692816734314, 0.520308256149292, 0.7829132676124573, 0.39775922894477844, 0.9579832553863525, 0.5378152132034302, -0.9152660369873047, 0.012605053372681141, 0.20518220961093903, -0.19747896492481232, -1.1253501176834106, -0.4600839912891388, 0.3102242052555084, 1.1155463457107544, 1.7633053064346313, 1.7107843160629272, 1.553221344947815, 0.39775922894477844, -0.03991595283150673, 2.0084033012390137, 1.5357143878936768, 0.3627452254295349, 0.39775922894477844, 0.9229692816734314, 1.4481793642044067, 1.0805323123931885, 1.6757704019546509, 1.815826416015625, 1.693277359008789, 1.1680673360824585, -0.26750698685646057, 0.3102242052555084, 0.5553222298622131, 0.6778712272644043, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.432773232460022], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.5378152132034302, 1.1155463457107544, 1.5007003545761108, 1.9208683967590332, 1.7457983493804932, 1.483193278312683, 0.8179272413253784, 0.24019621312618256, 0.5728292465209961, 1.4131653308868408, 1.8858543634414673, 1.868347406387329, 1.0805323123931885, -0.6001400351524353, 1.5707283020019531, 1.5707283020019531, 1.7457983493804932, 0.7478992342948914, 1.0630252361297607, 1.2030812501907349, 1.4481793642044067, 2.113445281982422, 0.0476190559566021, 0.18767507374286652, 0.9054622650146484, 0.8354342579841614, 0.9929972887039185, 0.7478992342948914, 0.3277312219142914, -0.42506998777389526, 0.7303922772407532, -0.07492996007204056, 0.24019621312618256, -0.42506998777389526, -1.2303920984268188, -1.0728291273117065, 0.6428572535514832, 1.0980392694473267, 1.868347406387329, 1.378151297569275, 1.465686321258545, 0.08263305574655533, -0.28501397371292114, 1.4131653308868408, 1.8508403301239014, 1.0805323123931885, 0.08263305574655533, 1.2380952835083008, 1.6232492923736572, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 2.0959384441375732, 1.1505602598190308, 0.2226892113685608, 0.34523820877075195, 0.012605053372681141, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.432773232460022], [0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.29271721839904785, 1.0980392694473267, 1.605742335319519, 1.9208683967590332, 1.780812382698059, 1.640756368637085, 0.7829132676124573, 1.0455182790756226, 1.2205883264541626, 1.8333333730697632, 1.9558824300765991, 1.605742335319519, 0.8179272413253784, -0.26750698685646057, 1.5007003545761108, 1.780812382698059, 1.483193278312683, 1.1680673360824585, 0.8529412746429443, 1.5007003545761108, 1.3081233501434326, 2.0959384441375732, 0.8354342579841614, 0.7829132676124573, 0.9579832553863525, -0.39005598425865173, 0.7829132676124573, 0.9229692816734314, 0.415266215801239, -0.3025209903717041, -0.17997196316719055, -0.0049019488506019115, 0.29271721839904785, -0.2499999701976776, -0.7752100229263306, -0.4950979948043823, -0.9327731132507324, 0.24019621312618256, 1.693277359008789, 2.0784313678741455, 1.3081233501434326, -0.10994396358728409, 0.0476190559566021, 0.9229692816734314, 1.1330533027648926, 0.6253502368927002, 0.3802522122859955, 1.2205883264541626, 1.7457983493804932, 1.2731093168258667, 0.6778712272644043, 0.9229692816734314, -0.12745095789432526, 0.7654062509536743, 1.0455182790756226, -0.0049019488506019115, 0.13515406847000122, 0.5378152132034302, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.432773232460022], [0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 1.3606443405151367, 1.640756368637085, 1.9558824300765991, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 0.7128852605819702, 1.640756368637085, 1.640756368637085, 1.8858543634414673, 1.605742335319519, 0.8354342579841614, -0.4425770044326782, 1.605742335319519, 1.640756368637085, 1.3081233501434326, 1.2380952835083008, 0.520308256149292, 1.5357143878936768, 1.7107843160629272, 1.553221344947815, 0.3802522122859955, 0.8179272413253784, 0.8529412746429443, 0.17016807198524475, 0.13515406847000122, 1.0980392694473267, 0.2752102017402649, -0.03991595283150673, -0.6351540088653564, 0.6953782439231873, 0.432773232460022, 0.7478992342948914, -1.2303920984268188, -0.3200279772281647, -1.1253501176834106, -0.4075630009174347, 1.2380952835083008, 1.9908963441848755, 1.465686321258545, 0.4677872359752655, 0.8354342579841614, 1.0805323123931885, 0.3802522122859955, 1.0105042457580566, 0.6603642702102661, 1.3956583738327026, 1.8858543634414673, 1.6582633256912231, -0.057422954589128494, -0.1624649614095688, -0.47759100794792175, -0.7226890325546265, 1.343137264251709, 1.728291392326355, 0.415266215801239, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.432773232460022, 0.4677872359752655, 0.45028021931648254], [0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5553222298622131, 0.5378152132034302, 0.4677872359752655, 0.6953782439231873, 1.378151297569275, 1.7457983493804932, 1.9033613204956055, 1.7983193397521973, 1.7107843160629272, 1.2731093168258667, 0.8004202842712402, 1.6757704019546509, 1.7457983493804932, 1.868347406387329, 1.553221344947815, 0.432773232460022, -0.03991595283150673, 1.553221344947815, 1.0805323123931885, 1.1680673360824585, 1.0105042457580566, 1.1330533027648926, 0.8704482913017273, 1.2380952835083008, 1.343137264251709, -0.33753499388694763, 1.3081233501434326, 0.5728292465209961, 0.2577032148838043, 0.3277312219142914, 0.0476190559566021, -0.2499999701976776, 0.2752102017402649, -0.4600839912891388, 0.5728292465209961, 0.6953782439231873, 0.432773232460022, 0.06512605398893356, -0.4425770044326782, 0.6778712272644043, -0.37254899740219116, 1.3606443405151367, 0.6778712272644043, 1.1855742931365967, -0.022408949211239815, 0.590336263179779, 1.465686321258545, 1.4131653308868408, 1.605742335319519, 1.5357143878936768, 2.0259103775024414, 2.043417453765869, 1.7983193397521973, -0.9852941036224365, -0.6001400351524353, 0.8004202842712402, 0.8004202842712402, 1.2556023597717285, 1.9383753538131714, 1.3956583738327026, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254], [0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.3802522122859955, 0.6778712272644043, 1.343137264251709, 1.6232492923736572, 1.815826416015625, 1.8333333730697632, 1.343137264251709, 0.29271721839904785, 1.1155463457107544, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.0455182790756226, -0.5126050114631653, -0.7401960492134094, 1.2556023597717285, 1.1680673360824585, 1.3606443405151367, 0.8879552483558655, 0.6078432202339172, 0.8004202842712402, 0.2226892113685608, 0.7654062509536743, -0.1624649614095688, 1.2906162738800049, 1.3606443405151367, 0.2226892113685608, 1.0280113220214844, 0.8879552483558655, 1.1330533027648926, -0.03991595283150673, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.6078432202339172, -1.0903360843658447, 0.590336263179779, -0.23249296844005585, 1.343137264251709, -0.03991595283150673, -0.28501397371292114, -0.2499999701976776, 1.2906162738800049, 0.7128852605819702, 1.0105042457580566, 1.2205883264541626, 1.8333333730697632, 1.4131653308868408, 1.868347406387329, 2.0784313678741455, -1.0728291273117065, 1.5007003545761108, 1.0630252361297607, 0.5553222298622131, 1.465686321258545, 1.5357143878936768, 1.5707283020019531, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.415266215801239, 0.34523820877075195, 0.29271721839904785, 0.6603642702102661, 1.553221344947815, 1.7107843160629272, 1.868347406387329, 1.8508403301239014, 1.1330533027648926, 0.7654062509536743, 1.2906162738800049, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 0.11764705926179886, 0.03011205606162548, -0.6001400351524353, 1.430672287940979, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.6078432202339172, 1.1680673360824585, 0.7303922772407532, 0.3627452254295349, 0.3102242052555084, 1.0980392694473267, 0.8704482913017273, 1.1155463457107544, 0.6953782439231873, 0.9404762983322144, 1.0455182790756226, 0.2226892113685608, 1.3081233501434326, 1.0455182790756226, 1.1855742931365967, 0.8004202842712402, 0.8879552483558655, -0.8802520632743835, -0.3025209903717041, 0.39775922894477844, 0.3627452254295349, 1.0980392694473267, -0.10994396358728409, -0.28501397371292114, 1.0980392694473267, 0.7303922772407532, 0.9404762983322144, 0.1001400575041771, 0.2226892113685608, 1.2731093168258667, 1.7633053064346313, 1.7457983493804932, -0.26750698685646057, 1.3081233501434326, 0.6428572535514832, 0.8179272413253784, 1.3256303071975708, 1.6757704019546509, 1.4131653308868408, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.2577032148838043, 0.7303922772407532, 1.378151297569275, 1.605742335319519, 1.8508403301239014, 1.815826416015625, 0.7478992342948914, 1.0630252361297607, 1.430672287940979, 1.7457983493804932, 1.5357143878936768, 1.640756368637085, -1.0553221702575684, -0.12745095789432526, -0.5126050114631653, 1.3256303071975708, 1.2205883264541626, 0.8354342579841614, 1.2556023597717285, 1.465686321258545, 0.7829132676124573, 0.6428572535514832, -0.5476189851760864, -0.10994396358728409, 1.378151297569275, 1.1155463457107544, 0.6428572535514832, -0.03991595283150673, -0.09243696182966232, 0.8879552483558655, 0.03011205606162548, 1.2906162738800049, 1.483193278312683, 1.3256303071975708, 1.3956583738327026, 1.1855742931365967, -1.0203081369400024, -0.5651260018348694, 0.8004202842712402, 0.3802522122859955, 0.6253502368927002, -0.09243696182966232, -1.2303920984268188, 0.39775922894477844, 0.520308256149292, 1.2556023597717285, 0.2577032148838043, 1.0980392694473267, 1.5707283020019531, 1.465686321258545, 1.8508403301239014, -0.47759100794792175, 1.0105042457580566, 0.6603642702102661, 0.13515406847000122, 1.6232492923736572, 1.6757704019546509, 1.5007003545761108, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.520308256149292, 0.4852942228317261, 0.502801239490509], [0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3802522122859955, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.29271721839904785, 0.24019621312618256, 0.2226892113685608, 0.8004202842712402, 1.5357143878936768, 1.6232492923736572, 1.8333333730697632, 1.7633053064346313, 0.4677872359752655, 0.7654062509536743, 1.6232492923736572, 1.815826416015625, 1.8858543634414673, 1.430672287940979, 0.2577032148838043, -0.10994396358728409, -0.26750698685646057, 1.5007003545761108, 1.343137264251709, 0.590336263179779, 0.6778712272644043, 0.7829132676124573, 1.3081233501434326, 0.6778712272644043, -0.03991595283150673, 0.590336263179779, 1.605742335319519, 1.1855742931365967, 1.0280113220214844, 0.7654062509536743, -0.07492996007204056, 0.7128852605819702, 0.11764705926179886, 1.1855742931365967, 1.2731093168258667, 1.640756368637085, 1.1855742931365967, 1.7107843160629272, -0.7226890325546265, 0.4852942228317261, -0.12745095789432526, -0.07492996007204056, -0.47759100794792175, 0.2577032148838043, -1.457983136177063, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.5728292465209961, 0.2577032148838043, 1.6582633256912231, 1.7107843160629272, 1.9908963441848755, -1.1428570747375488, 0.6078432202339172, 0.6778712272644043, 0.3102242052555084, 1.7457983493804932, 1.1680673360824585, 0.7303922772407532, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.4852942228317261, 0.502801239490509]], [[1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8556864261627197, 1.803398847579956, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374], [1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.646536111831665], [1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7925055623054504, 0.8447931408882141, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.7511112689971924], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7227887511253357, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8731155395507812, 1.8208279609680176, 1.803398847579956], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.9145098924636841, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.8905447721481323], [1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086], [0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107], [0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0299782752990723], [0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.1236603260040283, 1.0888018608093262, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.047407388687134], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8796514868736267, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [1.4548149108886719, 1.8208279609680176, 1.7511112689971924, 1.472244143486023, 1.1062309741973877, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.27398681640625, 2.2565577030181885, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.6988236904144287, 1.2456645965576172, 0.9667974710464478, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.6879304051399231, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7750763297080994, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.047407388687134, 2.1345534324645996, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.1868410110473633, 2.047407388687134, 1.8731155395507812, 1.315381407737732, 1.1062309741973877, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.8622223138809204, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.082265853881836], [1.5768193006515503, 2.0125491619110107, 2.117124319076538, 2.1868410110473633, 2.3262743949890137, 2.3785619735717773, 2.2565577030181885, 2.0648367404937744, 2.0299782752990723, 1.8208279609680176, 1.1062309741973877, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [1.332810640335083, 1.6813944578170776, 1.785969614982605, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 1.4025273323059082, 1.158518671989441, 0.8099347352981567, 0.6879304051399231, 0.600784420967102, 0.9667974710464478, 0.9319390654563904, 1.0365142822265625, 0.984226644039154, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [2.1694118976593018, 2.1694118976593018, 2.0125491619110107, 1.785969614982605, 1.7162528038024902, 0.6879304051399231, -0.688975989818573, -1.1247059106826782, 0.008191745728254318, 1.053943395614624, 1.6813944578170776, 1.785969614982605, 1.5942485332489014, 1.7511112689971924, 1.472244143486023, 1.1410894393920898, 0.984226644039154, 0.7750763297080994, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.27398681640625, 1.9951199293136597, 1.2805230617523193, 0.09533771127462387, 0.16505448520183563, 1.7511112689971924, 2.308845281600952, 2.3785619735717773, 2.2565577030181885, 2.308845281600952, 2.361132860183716, 2.047407388687134, 1.925403118133545, 1.629106879234314, 1.2456645965576172, 0.9493682980537415, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [2.0125491619110107, 2.082265853881836, 2.117124319076538, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.8556864261627197, 1.646536111831665, 1.768540382385254, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.27398681640625, 2.204270124435425, 2.047407388687134, 1.8731155395507812, 1.611677646636963, 1.1410894393920898, 0.8970807194709778, 0.7576471567153931, 0.6530719995498657, 0.8099347352981567, 0.8622223138809204, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.2108062505722046, 0.2173420637845993, -0.20095856487751007, 0.5484968423843384, 1.611677646636963, 2.0996949672698975, 2.204270124435425, 2.239128589630127, 2.308845281600952, 2.2914161682128906, 2.3262743949890137, 2.3262743949890137, 2.082265853881836, 1.803398847579956, 1.489673376083374, 1.1062309741973877, 0.9493682980537415, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.9145098924636841, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.6639652252197266, 1.8208279609680176, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 0.984226644039154, -0.688975989818573, -1.176993489265442, -0.6366884112358093, 0.4613508880138397, 1.332810640335083, 1.5768193006515503, 1.7162528038024902, 1.960261583328247, 2.1694118976593018, 2.204270124435425, 2.27398681640625, 2.361132860183716, 2.4831371307373047, 2.4134204387664795, 2.047407388687134, 1.6813944578170776, 1.1062309741973877, 0.7925055623054504, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1694118976593018, 2.1868410110473633], [0.8970807194709778, 1.4025273323059082, 1.5942485332489014, 1.6988236904144287, 1.3676689863204956, -0.5495424270629883, -1.2815686464309692, -0.6541175842285156, 1.1933770179748535, 2.1868410110473633, 2.27398681640625, 2.117124319076538, 2.082265853881836, 1.7511112689971924, 1.6988236904144287, 1.803398847579956, 1.803398847579956, 1.2630938291549683, 1.0016558170318604, 1.8382571935653687, 2.2914161682128906, 2.204270124435425, 1.6813944578170776, 1.071372628211975, 1.175947904586792, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425], [-0.5495424270629883, -0.026666639372706413, 0.7750763297080994, 1.2805230617523193, 0.42649248242378235, -1.1072766780853271, -1.176993489265442, 0.8099347352981567, 1.960261583328247, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.3262743949890137, 2.3262743949890137, 2.0996949672698975, 1.803398847579956, 1.0365142822265625, 0.07790851593017578, 1.2456645965576172, 2.2216994762420654, 2.2914161682128906, 2.308845281600952, 2.395991325378418, 2.3437037467956543, 2.0299782752990723, 1.8208279609680176, 1.5245317220687866, 1.2805230617523193, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.2914161682128906, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.3262743949890137, 2.2216994762420654, 2.204270124435425, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [-0.3055337369441986, -0.6541175842285156, -0.42753809690475464, 0.18248367309570312, 0.02562093921005726, -0.8981263637542725, -0.4972548484802246, 1.7162528038024902, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.239128589630127, 2.3437037467956543, 2.361132860183716, 2.0648367404937744, 1.2805230617523193, 1.5768193006515503, 2.117124319076538, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.3437037467956543, 2.3437037467956543, 2.239128589630127, 2.047407388687134, 1.785969614982605, 1.5245317220687866, 1.2456645965576172, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7336820363998413, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.239128589630127, 2.2565577030181885, 2.082265853881836, 1.5768193006515503, 2.0996949672698975, 2.308845281600952, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [0.008191745728254318, -0.3055337369441986, -0.23581695556640625, -0.11381260305643082, -0.21838775277137756, -0.3403921127319336, 0.2522004544734955, 1.6813944578170776, 1.9079740047454834, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.082265853881836, 1.629106879234314, 1.071372628211975, 1.158518671989441, 1.8556864261627197, 2.151982545852661, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.151982545852661, 2.239128589630127, 2.308845281600952, 2.047407388687134, 1.8556864261627197, 1.611677646636963, 1.315381407737732, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1868410110473633, 2.1345534324645996, 2.1868410110473633, 2.2914161682128906, 2.2914161682128906, 2.0299782752990723, 1.768540382385254, 2.082265853881836, 1.646536111831665, 2.4134204387664795, 2.2914161682128906, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 1.960261583328247, 2.0299782752990723, 2.3262743949890137, 2.3437037467956543, 2.2565577030181885, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [0.5833552479743958, 0.600784420967102, 1.332810640335083, 1.5419609546661377, 0.8796514868736267, 0.14762529730796814, -0.009237446822226048, 0.6530719995498657, 1.4548149108886719, 1.7511112689971924, 1.7511112689971924, 1.925403118133545, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.8556864261627197, 0.14762529730796814, -0.42753809690475464, -0.4972548484802246, -0.25324615836143494, 0.6356428265571594, 1.5419609546661377, 1.942832350730896, 2.0648367404937744, 2.1868410110473633, 2.0648367404937744, 1.942832350730896, 2.047407388687134, 2.2914161682128906, 2.1694118976593018, 1.960261583328247, 1.803398847579956, 1.4025273323059082, 1.1062309741973877, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.478780061006546, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.35677558183670044, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.0299782752990723, 1.8556864261627197, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.5071024894714355, 2.430849552154541, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.082265853881836, 1.925403118133545, 1.629106879234314, 1.5942485332489014, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [1.6988236904144287, 0.7925055623054504, 0.7402179837226868, 1.2456645965576172, 1.646536111831665, 1.2456645965576172, 0.44392168521881104, 0.35677558183670044, 0.600784420967102, 1.071372628211975, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 0.9145098924636841, -0.8806971907615662, -0.9678431153297424, -0.04409583657979965, 1.4548149108886719, 2.0125491619110107, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.7511112689971924, 2.0299782752990723, 2.204270124435425, 1.629106879234314, 1.2805230617523193, 1.8382571935653687, 2.1868410110473633, 1.9951199293136597, 1.5419609546661377, 0.9145098924636841, 0.8099347352981567, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.0648367404937744, 1.8905447721481323, 1.5419609546661377, 1.925403118133545, 1.960261583328247, 1.5245317220687866, 1.785969614982605, 1.5419609546661377, 1.5768193006515503, 1.489673376083374, 2.0996949672698975, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.1868410110473633, 1.6988236904144287, 1.629106879234314, 1.5419609546661377, 1.7162528038024902, 1.7336820363998413, 2.27398681640625, 2.239128589630127, 2.239128589630127, 2.239128589630127], [2.2914161682128906, 1.6813944578170776, -0.2881045341491699, -0.532113254070282, -0.3578213155269623, 0.09533771127462387, 0.6879304051399231, 1.472244143486023, 1.5942485332489014, 1.071372628211975, 0.8622223138809204, 1.2108062505722046, 1.5419609546661377, 1.7336820363998413, 1.3676689863204956, -0.18352937698364258, -1.176993489265442, -0.5495424270629883, 1.5419609546661377, 2.204270124435425, 2.239128589630127, 2.204270124435425, 2.308845281600952, 2.3437037467956543, 2.047407388687134, 1.5942485332489014, 1.071372628211975, 0.5833552479743958, 0.42649248242378235, 0.8622223138809204, 1.315381407737732, 2.0996949672698975, 2.2216994762420654, 1.5071024894714355, 1.1933770179748535, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.0365142822265625, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.3742047846317291, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7227887511253357, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.2216994762420654, 2.1345534324645996, 1.2108062505722046, 1.5245317220687866, 1.8382571935653687, 1.5768193006515503, 1.8208279609680176, 1.2979521751403809, 1.3676689863204956, 1.5593900680541992, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.9079740047454834, 1.8556864261627197, 1.942832350730896, 1.4548149108886719, 1.6988236904144287, 1.785969614982605, 2.0125491619110107, 2.2216994762420654, 2.2565577030181885, 2.2565577030181885, 2.239128589630127], [2.2216994762420654, 2.3785619735717773, 1.8208279609680176, 0.02562093921005726, -0.619259238243103, -0.42753809690475464, -0.25324615836143494, 0.28705883026123047, 1.1236603260040283, 1.646536111831665, 1.2108062505722046, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 0.7750763297080994, -0.601830005645752, -1.1595642566680908, 0.44392168521881104, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.2914161682128906, 2.204270124435425, 2.3437037467956543, 2.4134204387664795, 1.925403118133545, 1.0016558170318604, 0.44392168521881104, 1.2979521751403809, 1.489673376083374, 1.5245317220687866, 1.9951199293136597, 2.361132860183716, 2.27398681640625, 1.960261583328247, 1.8208279609680176, 1.6639652252197266, 1.2630938291549683, 1.0888018608093262, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.42649248242378235, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.3742047846317291, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.2565577030181885, 2.1694118976593018, 1.2630938291549683, 1.2805230617523193, 1.053943395614624, 1.4025273323059082, 1.5245317220687866, 1.5942485332489014, 1.175947904586792, 1.1062309741973877, 1.5071024894714355, 1.7511112689971924, 1.960261583328247, 1.785969614982605, 2.2565577030181885, 1.629106879234314, 1.9776906967163086, 1.5593900680541992, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885], [1.472244143486023, 2.0125491619110107, 2.3262743949890137, 2.204270124435425, 1.9079740047454834, 1.1062309741973877, 0.6530719995498657, 0.11276690661907196, -0.3229629397392273, 0.28705883026123047, 0.5833552479743958, 0.28705883026123047, 0.4090631604194641, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, -0.21838775277137756, 1.3850982189178467, 1.9079740047454834, 1.942832350730896, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.239128589630127, 2.2914161682128906, 2.3262743949890137, 2.0299782752990723, 1.053943395614624, 0.670501172542572, 0.9145098924636841, 1.0016558170318604, 1.7336820363998413, 2.1868410110473633, 2.27398681640625, 2.047407388687134, 1.960261583328247, 1.768540382385254, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.151982545852661, 2.204270124435425, 2.151982545852661, 2.151982545852661, 2.308845281600952, 1.2805230617523193, 0.9145098924636841, 0.7925055623054504, 0.9667974710464478, 1.3850982189178467, 1.5071024894714355, 0.9319390654563904, 0.9493682980537415, 1.489673376083374, 1.472244143486023, 1.8208279609680176, 1.472244143486023, 2.239128589630127, 1.4199565649032593, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.629106879234314, 1.768540382385254, 2.430849552154541, 2.204270124435425, 2.2565577030181885, 2.2914161682128906], [1.1236603260040283, 1.2456645965576172, 1.6988236904144287, 2.2565577030181885, 2.465708017349243, 2.5005664825439453, 2.1868410110473633, 1.0888018608093262, 0.3742047846317291, 0.4090631604194641, 0.1999128758907318, 0.18248367309570312, 0.827363908290863, 1.6988236904144287, 1.6639652252197266, 0.9493682980537415, 0.7227887511253357, 1.489673376083374, 1.8731155395507812, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 2.0648367404937744, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.0125491619110107, 1.8556864261627197, 1.2805230617523193, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.7925055623054504, 1.332810640335083, 1.960261583328247, 2.2216994762420654, 2.0996949672698975, 1.9951199293136597, 1.8556864261627197, 1.6988236904144287, 1.3676689863204956, 1.158518671989441, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.1933770179748535, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0125491619110107, 2.0996949672698975, 2.151982545852661, 2.117124319076538, 2.1694118976593018, 1.9079740047454834, 0.7925055623054504, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 1.2805230617523193, 1.5419609546661377, 1.0016558170318604, 1.071372628211975, 1.5419609546661377, 1.5071024894714355, 1.7162528038024902, 1.5419609546661377, 1.785969614982605, 1.5419609546661377, 1.5245317220687866, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.8382571935653687, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.308845281600952], [1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.332810640335083, 1.5593900680541992, 2.1345534324645996, 2.465708017349243, 2.430849552154541, 2.2565577030181885, 1.4199565649032593, 1.2282354831695557, 0.670501172542572, -0.04409583657979965, 0.478780061006546, 1.2456645965576172, 1.7511112689971924, 1.5071024894714355, 1.158518671989441, 1.2805230617523193, 1.6639652252197266, 1.8556864261627197, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 1.4548149108886719, 0.30448800325393677, -0.3578213155269623, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.175947904586792, 1.0190850496292114, 1.2805230617523193, 1.472244143486023, 1.646536111831665, 2.082265853881836, 2.3785619735717773, 2.0996949672698975, 1.9951199293136597, 1.9776906967163086, 1.6639652252197266, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.32191720604896545, 0.30448800325393677, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.151982545852661, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 1.0888018608093262, 0.7053595781326294, 0.8099347352981567, 0.8099347352981567, 0.984226644039154, 1.4548149108886719, 1.5245317220687866, 1.2630938291549683, 1.4025273323059082, 1.7162528038024902, 1.489673376083374, 1.6813944578170776, 1.7511112689971924, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.629106879234314, 1.5593900680541992, 2.0125491619110107, 2.082265853881836, 2.3437037467956543, 2.3437037467956543, 2.27398681640625], [1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.3676689863204956, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2216994762420654, 1.1410894393920898, 0.9493682980537415, 0.513638436794281, 0.13019609451293945, 0.28705883026123047, 0.7053595781326294, 1.1410894393920898, 0.984226644039154, 0.3742047846317291, 0.827363908290863, 1.3676689863204956, 1.611677646636963, 1.8556864261627197, 1.960261583328247, 1.942832350730896, 1.8208279609680176, 0.3742047846317291, -0.6366884112358093, 0.4613508880138397, 1.9079740047454834, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.7336820363998413, 1.5245317220687866, 1.5768193006515503, 1.6639652252197266, 1.5245317220687866, 1.2456645965576172, 1.1410894393920898, 1.629106879234314, 1.925403118133545, 1.7336820363998413, 1.2979521751403809, 1.1410894393920898, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 1.9776906967163086, 1.8731155395507812, 1.9951199293136597, 1.803398847579956, 2.0299782752990723, 1.2630938291549683, 0.3916339874267578, 0.513638436794281, 1.0016558170318604, 0.8447931408882141, 1.2282354831695557, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.7336820363998413, 1.6639652252197266, 1.925403118133545, 1.2805230617523193, 2.395991325378418, 2.361132860183716, 2.308845281600952], [1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.3502397537231445, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.5942485332489014, 1.1410894393920898, 1.2282354831695557, 1.4373857975006104, 1.053943395614624, 0.4613508880138397, 0.2522004544734955, 0.07790851593017578, 0.478780061006546, 1.0016558170318604, 1.1933770179748535, 1.5071024894714355, 1.6988236904144287, 1.803398847579956, 1.0365142822265625, -0.37525051832199097, -0.11381260305643082, 1.629106879234314, 2.0648367404937744, 2.117124319076538, 2.204270124435425, 2.2914161682128906, 2.27398681640625, 2.0648367404937744, 1.3676689863204956, 1.1062309741973877, 0.7925055623054504, 0.0430501289665699, 0.7053595781326294, 1.803398847579956, 2.2216994762420654, 2.117124319076538, 1.5245317220687866, 1.175947904586792, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.2696296274662018, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.513638436794281, 0.600784420967102, 0.6530719995498657, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 1.0888018608093262, 0.18248367309570312, 0.33934640884399414, -0.009237446822226048, 0.7925055623054504, 1.1062309741973877, 1.0190850496292114, 1.4025273323059082, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.6813944578170776, 1.5419609546661377, 1.4548149108886719, 1.2108062505722046, 1.2979521751403809, 1.5419609546661377, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.8382571935653687, 1.8382571935653687, 2.27398681640625, 2.3785619735717773], [1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.6639652252197266, 1.8905447721481323, 1.8208279609680176, 0.8970807194709778, 1.1933770179748535, 1.768540382385254, 1.8382571935653687, 1.2979521751403809, 0.4962092638015747, 0.5484968423843384, 1.158518671989441, 1.2805230617523193, 1.0888018608093262, 1.1410894393920898, 1.2805230617523193, 0.6530719995498657, -0.04409583657979965, 0.9493682980537415, 1.960261583328247, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.8731155395507812, 1.1410894393920898, 0.8447931408882141, 1.8382571935653687, 2.151982545852661, 2.2216994762420654, 2.3437037467956543, 2.4482789039611816, 2.239128589630127, 1.960261583328247, 1.925403118133545, 1.7162528038024902, 1.3676689863204956, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.7511112689971924, 0.6182135939598083, -0.07895421981811523, 1.5419609546661377, 1.1933770179748535, 0.7053595781326294, -0.2881045341491699, -0.18352937698364258, 0.13019609451293945, 0.7925055623054504, 1.1236603260040283, 0.9493682980537415, 1.489673376083374, 1.5245317220687866, 1.6813944578170776, 1.5245317220687866, 1.5419609546661377, 1.646536111831665, 1.6813944578170776, 1.5593900680541992, 1.629106879234314, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.5593900680541992, 1.7511112689971924, 1.5942485332489014, 1.8382571935653687, 2.0125491619110107, 1.7336820363998413, 2.3262743949890137, 2.4134204387664795], [1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 1.1062309741973877, 1.5593900680541992, 1.960261583328247, 2.1345534324645996, 1.4548149108886719, 1.3502397537231445, 1.629106879234314, 1.0888018608093262, 0.5659260153770447, 0.8447931408882141, 1.1410894393920898, 1.175947904586792, 1.053943395614624, 0.9145098924636841, 0.7576471567153931, 0.5833552479743958, 1.4373857975006104, 1.8382571935653687, 1.8905447721481323, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 1.158518671989441, 1.1410894393920898, 1.8731155395507812, 2.0648367404937744, 2.2216994762420654, 2.361132860183716, 2.430849552154541, 2.4482789039611816, 2.0996949672698975, 1.8905447721481323, 2.0648367404937744, 1.629106879234314, 1.315381407737732, 1.175947904586792, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.8905447721481323, 1.2630938291549683, 0.06047932058572769, 0.02562093921005726, 0.2696296274662018, 1.1410894393920898, 0.4090631604194641, -0.3578213155269623, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.1062309741973877, 0.984226644039154, 1.1933770179748535, 1.4548149108886719, 1.629106879234314, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.646536111831665, 1.5419609546661377, 1.5245317220687866, 1.8556864261627197, 1.8208279609680176, 1.7162528038024902, 2.308845281600952, 2.361132860183716], [1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.2630938291549683, 1.6988236904144287, 1.803398847579956, 1.611677646636963, 1.332810640335083, 1.0190850496292114, 1.2979521751403809, 1.7162528038024902, 1.4199565649032593, 0.9667974710464478, 0.9145098924636841, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 1.2108062505722046, 1.629106879234314, 1.629106879234314, 1.6988236904144287, 1.785969614982605, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 1.8208279609680176, 0.827363908290863, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 2.0996949672698975, 2.239128589630127, 2.430849552154541, 2.4134204387664795, 2.082265853881836, 1.960261583328247, 1.8208279609680176, 1.489673376083374, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.5833552479743958, 0.6182135939598083, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.6639652252197266, -0.09638340771198273, 0.02562093921005726, 0.513638436794281, 0.42649248242378235, 0.7227887511253357, 0.02562093921005726, 0.32191720604896545, 0.827363908290863, 1.1410894393920898, 1.5071024894714355, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.3676689863204956, 1.332810640335083, 1.4199565649032593, 1.5942485332489014, 1.611677646636963, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.5593900680541992, 1.5593900680541992, 1.646536111831665, 1.8382571935653687, 1.6813944578170776, 1.611677646636963, 2.27398681640625, 2.3437037467956543], [1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0888018608093262, 1.3502397537231445, 1.4025273323059082, 1.0888018608093262, 0.7750763297080994, 1.315381407737732, 1.7511112689971924, 1.6988236904144287, 1.1410894393920898, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 1.2630938291549683, 1.4199565649032593, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.7336820363998413, 1.8208279609680176, 1.8556864261627197, 1.2456645965576172, -0.18352937698364258, 0.6530719995498657, 2.082265853881836, 2.2914161682128906, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.925403118133545, 2.151982545852661, 2.204270124435425, 2.3785619735717773, 2.4134204387664795, 2.1345534324645996, 1.925403118133545, 1.8905447721481323, 1.5419609546661377, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.18248367309570312, 0.16505448520183563, 0.11276690661907196, 0.11276690661907196, 0.07790851593017578, 0.09533771127462387, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5833552479743958, 0.513638436794281, 0.600784420967102, 0.6879304051399231, 0.7576471567153931, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.8382571935653687, 1.8208279609680176, 1.960261583328247, 1.4373857975006104, 1.6813944578170776, 1.6639652252197266, 0.14762529730796814, -0.5146840810775757, 0.2522004544734955, 0.7227887511253357, 0.8970807194709778, 0.6879304051399231, 0.09533771127462387, 1.3676689863204956, 1.6639652252197266, 1.5593900680541992, 1.8905447721481323, 1.768540382385254, 1.785969614982605, 1.1933770179748535, 1.7336820363998413, 1.629106879234314, 1.3676689863204956, 1.315381407737732, 1.1236603260040283, 1.3850982189178467, 1.7336820363998413, 1.611677646636963, 1.646536111831665, 1.4199565649032593, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.7162528038024902, 1.8731155395507812, 1.6813944578170776, 1.629106879234314, 2.3437037467956543, 2.3262743949890137], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 1.175947904586792, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.5071024894714355, 1.646536111831665, 1.2979521751403809, 0.8970807194709778, 0.7750763297080994, 0.8622223138809204, 0.9145098924636841, 1.2282354831695557, 1.3676689863204956, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.4199565649032593, 0.4090631604194641, 0.32191720604896545, 1.7162528038024902, 2.047407388687134, 2.117124319076538, 2.204270124435425, 2.308845281600952, 2.239128589630127, 1.785969614982605, 1.489673376083374, 1.4199565649032593, 1.1236603260040283, 1.2805230617523193, 1.803398847579956, 1.9079740047454834, 0.6879304051399231, 0.8970807194709778, 1.1236603260040283, 1.2979521751403809, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.09533771127462387, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.5659260153770447, 0.7053595781326294, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.3676689863204956, 1.4025273323059082, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 2.0125491619110107, 1.646536111831665, 0.008191745728254318, -0.44496726989746094, 0.11276690661907196, -0.8284096121788025, -0.41010889410972595, 0.30448800325393677, 0.7925055623054504, 0.9493682980537415, 1.053943395614624, 0.3916339874267578, 1.489673376083374, 1.2979521751403809, 1.6813944578170776, 1.8556864261627197, 1.5942485332489014, 1.472244143486023, 1.4548149108886719, 1.9079740047454834, 1.6813944578170776, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.5768193006515503, 1.7336820363998413, 1.7162528038024902, 1.3850982189178467, 1.4025273323059082, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.5245317220687866, 2.430849552154541, 2.3437037467956543], [1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.3850982189178467, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.3676689863204956, 1.2630938291549683, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.5419609546661377, 1.5071024894714355, 1.071372628211975, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 1.1933770179748535, 1.4373857975006104, 1.5245317220687866, 1.489673376083374, 1.053943395614624, 0.2522004544734955, 0.9319390654563904, 1.8905447721481323, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.2565577030181885, 2.308845281600952, 2.2914161682128906, 1.2630938291549683, -0.06152502819895744, -0.3055337369441986, -0.3229629397392273, 0.42649248242378235, 0.18248367309570312, -0.23581695556640625, 0.2173420637845993, 1.5942485332489014, 1.5419609546661377, 1.2805230617523193, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.32191720604896545, 0.42649248242378235, 0.513638436794281, 0.6356428265571594, 0.984226644039154, 1.175947904586792, 1.5245317220687866, 1.611677646636963, 1.785969614982605, 1.6639652252197266, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.6813944578170776, 1.5768193006515503, 1.5245317220687866, 1.5942485332489014, 1.8382571935653687, 1.6988236904144287, 1.7511112689971924, 2.0996949672698975, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.8382571935653687, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.4025273323059082, 0.02562093921005726, 0.3916339874267578, -0.6366884112358093, -0.42753809690475464, -1.089847445487976, -0.8109803795814514, -0.8632679581642151, 0.30448800325393677, 0.4613508880138397, 0.7576471567153931, 0.8622223138809204, 0.3916339874267578, 1.2979521751403809, 1.7336820363998413, 1.5942485332489014, 1.6813944578170776, 1.4548149108886719, 1.7336820363998413, 1.6639652252197266, 1.803398847579956, 1.9079740047454834, 1.8382571935653687, 1.1062309741973877, 1.2805230617523193, 1.489673376083374, 1.5768193006515503, 1.6639652252197266, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.9951199293136597, 1.9776906967163086, 1.785969614982605, 2.465708017349243, 2.308845281600952], [1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.175947904586792, 1.8556864261627197, 2.2565577030181885, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 1.6639652252197266, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 1.0016558170318604, 1.2282354831695557, 1.646536111831665, 1.4548149108886719, 0.827363908290863, 0.4613508880138397, 0.5484968423843384, 0.9145098924636841, 1.4025273323059082, 1.4199565649032593, 1.0888018608093262, 0.5833552479743958, 1.489673376083374, 1.8556864261627197, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.082265853881836, 2.1345534324645996, 2.1868410110473633, 2.082265853881836, 1.053943395614624, 0.1999128758907318, -0.27067533135414124, -0.3229629397392273, -0.3055337369441986, -0.3578213155269623, -0.44496726989746094, -0.07895421981811523, 1.332810640335083, 1.6639652252197266, 1.4373857975006104, 1.1410894393920898, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1410894393920898, 1.071372628211975, 0.9493682980537415, 0.984226644039154, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1410894393920898, 1.1236603260040283, 1.0190850496292114, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.0888018608093262, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 0.8622223138809204, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.18248367309570312, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.16505448520183563, 0.2347712516784668, 0.1999128758907318, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.4090631604194641, 0.7576471567153931, 1.2456645965576172, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.6813944578170776, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.646536111831665, 1.6988236904144287, 1.629106879234314, 1.8731155395507812, 1.7511112689971924, 1.8208279609680176, 2.082265853881836, 2.117124319076538, 1.8731155395507812, 1.960261583328247, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.942832350730896, 1.8905447721481323, 1.9776906967163086, 1.925403118133545, 2.047407388687134, 0.827363908290863, 0.07790851593017578, -0.42753809690475464, -0.9155555367469788, -0.9504139423370361, -0.7935512065887451, -0.7935512065887451, -0.5495424270629883, -0.42753809690475464, 0.14762529730796814, 0.32191720604896545, 0.35677558183670044, 0.600784420967102, 0.8622223138809204, 1.489673376083374, 1.629106879234314, 1.5768193006515503, 1.2979521751403809, 1.3850982189178467, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.7336820363998413, 1.8731155395507812, 1.071372628211975, 1.315381407737732, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.942832350730896, 1.942832350730896, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.8208279609680176, 2.1694118976593018, 1.785969614982605, 1.5245317220687866, 2.4482789039611816, 2.361132860183716], [1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.3850982189178467, 1.9776906967163086, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.047407388687134, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 1.3676689863204956, 0.9493682980537415, 0.6356428265571594, 0.513638436794281, 0.984226644039154, 1.2108062505722046, 1.1410894393920898, 1.2282354831695557, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.0299782752990723, 1.332810640335083, 0.16505448520183563, -0.1661001741886139, -0.1486709862947464, -0.04409583657979965, -0.04409583657979965, -0.21838775277137756, -0.37525051832199097, -0.532113254070282, 0.2696296274662018, 0.8970807194709778, 0.6530719995498657, 0.7925055623054504, 1.0888018608093262, 1.158518671989441, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.0016558170318604, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.175947904586792, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8796514868736267, 0.8622223138809204, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.2522004544734955, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.18248367309570312, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.2522004544734955, 0.513638436794281, 0.827363908290863, 1.3676689863204956, 1.4025273323059082, 1.2282354831695557, 1.3502397537231445, 1.4373857975006104, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.5593900680541992, 1.629106879234314, 1.5245317220687866, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.8208279609680176, 1.8905447721481323, 1.803398847579956, 2.0648367404937744, 1.629106879234314, 2.151982545852661, 1.6813944578170776, 2.1868410110473633, 2.0648367404937744, 2.1868410110473633, 2.047407388687134, 2.082265853881836, 1.9776906967163086, 1.611677646636963, 1.3850982189178467, 1.1410894393920898, 0.2173420637845993, -0.4972548484802246, -0.9852723479270935, -1.1072766780853271, -1.1944226026535034, -0.9155555367469788, -0.6715468168258667, 0.2347712516784668, 0.4090631604194641, 0.18248367309570312, -0.009237446822226048, 0.478780061006546, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.6988236904144287, 1.5245317220687866, 1.2630938291549683, 1.175947904586792, 1.5942485332489014, 1.8382571935653687, 1.8556864261627197, 1.5768193006515503, 1.6639652252197266, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.5245317220687866, 1.7336820363998413, 1.925403118133545, 1.960261583328247, 1.5768193006515503, 2.395991325378418, 2.395991325378418], [1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.2630938291549683, 1.925403118133545, 2.27398681640625, 2.204270124435425, 2.1694118976593018, 2.0996949672698975, 1.629106879234314, 1.2630938291549683, 1.175947904586792, 1.4199565649032593, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.158518671989441, 1.5071024894714355, 1.5071024894714355, 1.0888018608093262, 0.8796514868736267, 0.8099347352981567, 1.0365142822265625, 1.6639652252197266, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 1.489673376083374, 0.06047932058572769, -0.026666639372706413, 0.513638436794281, 0.14762529730796814, -0.11381260305643082, -0.3229629397392273, -0.3403921127319336, -0.4623964726924896, -0.44496726989746094, -0.20095856487751007, -0.21838775277137756, -0.3229629397392273, -0.25324615836143494, -0.09638340771198273, 0.11276690661907196, 0.3916339874267578, 0.7402179837226868, 1.071372628211975, 1.175947904586792, 1.2805230617523193, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.785969614982605, 1.8556864261627197, 2.047407388687134, 2.27398681640625, 1.3676689863204956, -0.06152502819895744, 0.2696296274662018, 0.7925055623054504, 1.803398847579956, 2.27398681640625, 2.430849552154541, 2.4831371307373047, 2.430849552154541, 2.361132860183716, 2.3785619735717773, 2.430849552154541, 2.3437037467956543, 2.395991325378418, 2.622570753097534, 2.1345534324645996, -0.37525051832199097, -0.44496726989746094, 0.7925055623054504, 1.785969614982605, 2.0299782752990723, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 1.6813944578170776, 0.42649248242378235, 0.2696296274662018, 0.6356428265571594, 1.3850982189178467, 1.2456645965576172, 1.1236603260040283, 1.053943395614624, 0.8622223138809204, 0.6530719995498657, 0.5833552479743958, 0.4613508880138397, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.09533771127462387, 0.13019609451293945, 0.14762529730796814, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.28705883026123047, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.42649248242378235, 0.42649248242378235, 0.513638436794281, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.9667974710464478, 1.1236603260040283, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.646536111831665, 1.8731155395507812, 1.5942485332489014, 1.4373857975006104, 1.5768193006515503, 1.3502397537231445, 1.4025273323059082, 1.5071024894714355, 1.629106879234314, 1.3676689863204956, 1.472244143486023, 1.629106879234314, 1.7511112689971924, 1.7511112689971924, 1.4199565649032593, 1.942832350730896, 1.785969614982605, 1.6639652252197266, 1.8905447721481323, 2.0996949672698975, 2.2216994762420654, 2.0299782752990723, 2.0125491619110107, 2.1345534324645996, 2.047407388687134, 1.8731155395507812, 1.175947904586792, 0.2696296274662018, -0.1486709862947464, -0.688975989818573, -1.0201307535171509, -1.2815686464309692, -1.2989977598190308, -1.2989977598190308, -0.9155555367469788, -1.0201307535171509, 1.1236603260040283, 1.489673376083374, 1.0365142822265625, -0.009237446822226048, -0.2881045341491699, 0.13019609451293945, 1.6813944578170776, 1.6639652252197266, 2.0648367404937744, 1.6988236904144287, 1.3502397537231445, 0.8622223138809204, 1.7511112689971924, 1.4373857975006104, 1.768540382385254, 1.785969614982605, 2.047407388687134, 1.5071024894714355, 1.3676689863204956, 1.4025273323059082, 1.2979521751403809, 1.2979521751403809, 1.8208279609680176, 1.7336820363998413, 1.925403118133545, 1.7336820363998413, 1.5071024894714355, 1.5942485332489014, 1.5593900680541992, 1.9951199293136597, 1.5071024894714355, 2.308845281600952, 2.361132860183716], [1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.2282354831695557, 2.0299782752990723, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.0648367404937744, 1.7511112689971924, 1.2282354831695557, 1.2456645965576172, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.3850982189178467, 1.0888018608093262, 1.315381407737732, 1.7162528038024902, 1.489673376083374, 1.0190850496292114, 0.8447931408882141, 0.9319390654563904, 0.7402179837226868, 0.5659260153770447, 0.8970807194709778, 1.315381407737732, 1.611677646636963, 1.8731155395507812, 1.9079740047454834, 1.4025273323059082, 0.478780061006546, 0.7053595781326294, -0.1486709862947464, -0.1486709862947464, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.35677558183670044, 1.0888018608093262, 1.8556864261627197, 2.117124319076538, 2.1694118976593018, 2.308845281600952, 2.5354247093200684, 2.1694118976593018, 1.5593900680541992, 1.925403118133545, 2.3262743949890137, 2.465708017349243, 2.4482789039611816, 2.517995595932007, 2.552854061126709, 2.5702831745147705, 2.587712287902832, 2.622570753097534, 1.4199565649032593, -0.7064052224159241, -0.9852723479270935, 0.4613508880138397, 2.4134204387664795, 2.465708017349243, 2.430849552154541, 2.4482789039611816, 2.430849552154541, 2.4831371307373047, 2.5354247093200684, 2.5702831745147705, 2.622570753097534, 2.6399998664855957, 2.6399998664855957, 1.925403118133545, -0.026666639372706413, 0.8622223138809204, 1.768540382385254, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.0299782752990723, 0.9145098924636841, -0.18352937698364258, -0.7238344550132751, -0.9852723479270935, -0.7238344550132751, 2.1694118976593018, 2.430849552154541, 2.430849552154541, 2.517995595932007, 2.430849552154541, 2.308845281600952, 2.0648367404937744, 1.611677646636963, 1.2108062505722046, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.6879304051399231, 0.600784420967102, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.670501172542572, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7576471567153931, 0.8447931408882141, 0.9493682980537415, 0.8970807194709778, 0.9667974710464478, 0.9667974710464478, 1.1410894393920898, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2979521751403809, 1.472244143486023, 1.4199565649032593, 1.5071024894714355, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.7162528038024902, 1.2456645965576172, 1.158518671989441, 1.1410894393920898, 1.2979521751403809, 1.489673376083374, 1.2282354831695557, 1.2979521751403809, 1.5419609546661377, 1.3502397537231445, 1.332810640335083, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.5593900680541992, 1.4373857975006104, 1.611677646636963, 1.5419609546661377, 1.5593900680541992, 1.472244143486023, 1.7511112689971924, 1.768540382385254, 2.0648367404937744, 1.6813944578170776, 2.239128589630127, 2.0299782752990723, 1.611677646636963, 2.1868410110473633, 2.0996949672698975, 2.1694118976593018, 1.9776906967163086, 2.0299782752990723, 1.7336820363998413, 0.4090631604194641, -0.5146840810775757, -1.1072766780853271, -1.246710181236267, -1.176993489265442, -1.1944226026535034, -1.2989977598190308, -1.403572916984558, -0.8806971907615662, -0.7238344550132751, 1.5768193006515503, 1.960261583328247, 1.5245317220687866, 0.6530719995498657, -0.21838775277137756, 0.2696296274662018, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.925403118133545, 1.6639652252197266, 1.472244143486023, 1.2630938291549683, 1.5419609546661377, 1.8905447721481323, 1.768540382385254, 2.047407388687134, 1.803398847579956, 1.629106879234314, 1.8208279609680176, 1.5593900680541992, 1.472244143486023, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.4025273323059082, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 1.332810640335083, 2.4482789039611816, 2.395991325378418], [1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.175947904586792, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2565577030181885, 2.1345534324645996, 1.8731155395507812, 1.4548149108886719, 1.3850982189178467, 1.8208279609680176, 1.8382571935653687, 1.6639652252197266, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.5071024894714355, 1.3502397537231445, 1.1933770179748535, 1.1236603260040283, 0.8796514868736267, 0.8447931408882141, 0.7576471567153931, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, -0.07895421981811523, -0.37525051832199097, 0.478780061006546, 0.4090631604194641, 0.2522004544734955, 0.18248367309570312, 0.06047932058572769, 0.1999128758907318, 0.6356428265571594, 0.7750763297080994, 0.5659260153770447, 1.8556864261627197, 2.587712287902832, 2.5354247093200684, 2.4482789039611816, 2.552854061126709, 2.308845281600952, 2.151982545852661, 2.465708017349243, 2.4831371307373047, 2.517995595932007, 2.5354247093200684, 2.5354247093200684, 2.517995595932007, 2.587712287902832, 2.552854061126709, 2.587712287902832, 0.7053595781326294, -0.688975989818573, -1.1944226026535034, -1.1595642566680908, 0.0430501289665699, 2.3262743949890137, 2.430849552154541, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.3262743949890137, 2.517995595932007, 2.517995595932007, 2.4831371307373047, 2.1694118976593018, -0.9504139423370361, -1.4732897281646729, -1.4384313821792603, -0.5146840810775757, 0.6356428265571594, 1.0190850496292114, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, -0.18352937698364258, -1.1247059106826782, -1.2641394138336182, -1.1944226026535034, 0.513638436794281, 1.8556864261627197, 2.4482789039611816, 2.587712287902832, 2.4134204387664795, 2.430849552154541, 2.395991325378418, 2.4831371307373047, 2.5702831745147705, 2.1694118976593018, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.4025273323059082, 1.2108062505722046, 1.175947904586792, 1.2456645965576172, 1.4199565649032593, 1.5419609546661377, 1.646536111831665, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.803398847579956, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.768540382385254, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.4373857975006104, 1.5071024894714355, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.5942485332489014, 1.7336820363998413, 1.629106879234314, 1.5245317220687866, 1.611677646636963, 1.4373857975006104, 1.629106879234314, 1.6813944578170776, 1.5942485332489014, 1.472244143486023, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.4548149108886719, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.1933770179748535, 1.315381407737732, 1.489673376083374, 1.2108062505722046, 1.6813944578170776, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.2565577030181885, 1.8208279609680176, 1.6813944578170776, 2.1694118976593018, 1.768540382385254, 2.0648367404937744, 2.047407388687134, 1.6988236904144287, 1.646536111831665, 0.2696296274662018, -0.9678431153297424, -1.3861438035964966, -1.5255773067474365, -1.490718960762024, -1.333856225013733, -0.8109803795814514, -1.5081480741500854, -1.5604356527328491, -0.1486709862947464, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.5593900680541992, 0.42649248242378235, 0.1999128758907318, 1.6639652252197266, 2.0996949672698975, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 2.117124319076538, 1.2979521751403809, 1.4199565649032593, 1.611677646636963, 1.611677646636963, 1.8382571935653687, 1.9776906967163086, 1.5245317220687866, 2.0125491619110107, 1.6988236904144287, 1.4199565649032593, 1.6639652252197266, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 2.082265853881836, 1.2630938291549683, 2.430849552154541, 2.361132860183716], [1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 1.053943395614624, 1.785969614982605, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.239128589630127, 1.942832350730896, 1.5942485332489014, 1.5593900680541992, 1.942832350730896, 2.0996949672698975, 2.0299782752990723, 1.7162528038024902, 1.5071024894714355, 1.4373857975006104, 1.3676689863204956, 1.5245317220687866, 1.646536111831665, 1.2805230617523193, 1.0888018608093262, 1.4548149108886719, 1.5593900680541992, 1.5245317220687866, 1.2805230617523193, 0.9667974710464478, 0.13019609451293945, -0.44496726989746094, -0.11381260305643082, -0.09638340771198273, -0.3229629397392273, -0.3229629397392273, -0.20095856487751007, -0.39267969131469727, -0.5844008326530457, -0.1486709862947464, 0.0430501289665699, -0.11381260305643082, 2.27398681640625, 2.4482789039611816, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.5005664825439453, 2.587712287902832, 2.5354247093200684, 2.5005664825439453, 2.4831371307373047, 2.395991325378418, 2.3785619735717773, 2.4831371307373047, 2.4482789039611816, 0.28705883026123047, -0.5146840810775757, -1.0724183320999146, -1.3861438035964966, -1.403572916984558, -1.403572916984558, -1.0549890995025635, -0.009237446822226048, 1.2805230617523193, 1.8556864261627197, 2.151982545852661, 2.361132860183716, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 1.3676689863204956, -1.2641394138336182, -1.5081480741500854, -1.5778648853302002, -1.490718960762024, -0.9678431153297424, -0.7064052224159241, -0.5669716596603394, -0.3578213155269623, -0.21838775277137756, -0.688975989818573, -1.2815686464309692, -1.1247059106826782, -1.1072766780853271, -0.3229629397392273, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 2.151982545852661, 2.587712287902832, 1.629106879234314, 0.28705883026123047, 0.8970807194709778, 1.3502397537231445, 1.611677646636963, 1.6813944578170776, 1.646536111831665, 1.8382571935653687, 1.9079740047454834, 1.8382571935653687, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.7511112689971924, 1.8556864261627197, 1.8556864261627197, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.5942485332489014, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.5942485332489014, 1.6813944578170776, 1.5768193006515503, 1.5071024894714355, 1.6813944578170776, 1.785969614982605, 1.8208279609680176, 1.5071024894714355, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.5942485332489014, 1.3676689863204956, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.2282354831695557, 1.2282354831695557, 1.3502397537231445, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.5593900680541992, 1.3676689863204956, 1.4373857975006104, 1.5245317220687866, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.5593900680541992, 1.7511112689971924, 1.611677646636963, 1.7162528038024902, 2.1868410110473633, 2.0125491619110107, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0996949672698975, 2.204270124435425, 1.4548149108886719, 1.315381407737732, 0.008191745728254318, -0.9329847693443298, -1.3861438035964966, -1.4384313821792603, -1.5255773067474365, -1.403572916984558, -1.4210021495819092, -1.5081480741500854, -1.5081480741500854, -0.688975989818573, 1.071372628211975, 1.5245317220687866, 1.5419609546661377, 1.5245317220687866, 0.42649248242378235, 0.513638436794281, 1.2282354831695557, 1.7162528038024902, 1.7336820363998413, 1.9776906967163086, 2.1868410110473633, 1.9776906967163086, 1.2979521751403809, 1.7162528038024902, 1.5593900680541992, 1.6639652252197266, 1.5593900680541992, 1.803398847579956, 1.7162528038024902, 1.9776906967163086, 1.7162528038024902, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.803398847579956, 1.925403118133545, 1.472244143486023, 1.3850982189178467, 1.3676689863204956, 2.239128589630127, 1.4373857975006104, 2.395991325378418, 2.361132860183716], [1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3502397537231445, 1.332810640335083, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.7925055623054504, 0.8447931408882141, 0.9667974710464478, 1.6988236904144287, 2.204270124435425, 2.3262743949890137, 2.3437037467956543, 2.27398681640625, 2.047407388687134, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 2.047407388687134, 2.1694118976593018, 1.8382571935653687, 1.5245317220687866, 1.5419609546661377, 1.3850982189178467, 1.3850982189178467, 1.629106879234314, 1.5071024894714355, 1.3502397537231445, 1.5071024894714355, 1.5942485332489014, 1.3850982189178467, 0.984226644039154, 0.18248367309570312, -0.37525051832199097, -0.11381260305643082, -0.07895421981811523, -0.2881045341491699, -0.4798256754875183, -0.6541175842285156, -0.8109803795814514, -0.9678431153297424, -1.2292810678482056, -1.246710181236267, -1.0549890995025635, -0.7412636280059814, -0.21838775277137756, 1.0365142822265625, 1.2979521751403809, 1.332810640335083, 1.942832350730896, 2.430849552154541, 2.517995595932007, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.768540382385254, -1.176993489265442, -1.2815686464309692, -1.3512853384017944, -1.333856225013733, -1.403572916984558, -1.403572916984558, -1.403572916984558, -1.3861438035964966, -1.3687145709991455, -1.2989977598190308, -1.4384313821792603, -1.1421350240707397, -1.089847445487976, -1.2292810678482056, -1.1944226026535034, -1.3861438035964966, -1.490718960762024, -1.4558604955673218, -1.4558604955673218, -1.403572916984558, -1.3164269924163818, -1.2292810678482056, -1.2292810678482056, -1.246710181236267, -1.2641394138336182, -1.2815686464309692, -1.5255773067474365, -1.5430065393447876, -1.647581696510315, -1.5255773067474365, -1.1421350240707397, -0.8109803795814514, -0.3403921127319336, 0.3742047846317291, 1.0190850496292114, 0.6530719995498657, 1.071372628211975, 1.472244143486023, 1.629106879234314, 1.8731155395507812, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.785969614982605, 1.646536111831665, 1.629106879234314, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.5419609546661377, 1.6813944578170776, 1.6639652252197266, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6988236904144287, 1.5593900680541992, 1.5942485332489014, 1.5071024894714355, 1.611677646636963, 1.629106879234314, 1.6813944578170776, 1.6639652252197266, 1.5245317220687866, 1.4199565649032593, 1.4025273323059082, 1.315381407737732, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.0190850496292114, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 0.9319390654563904, 1.053943395614624, 1.0016558170318604, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.1933770179748535, 1.4025273323059082, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.8731155395507812, 1.8382571935653687, 2.0996949672698975, 1.785969614982605, 2.117124319076538, 1.7162528038024902, 2.0996949672698975, 1.9776906967163086, 1.803398847579956, 1.9079740047454834, 0.9493682980537415, -0.8632679581642151, -1.2118518352508545, -1.3512853384017944, -1.3687145709991455, -1.5604356527328491, -1.5430065393447876, -1.5255773067474365, -1.4384313821792603, -1.6127232313156128, -0.9504139423370361, 0.4962092638015747, 1.071372628211975, 1.5419609546661377, 1.4548149108886719, 1.0888018608093262, 0.513638436794281, 0.8970807194709778, 1.8556864261627197, 1.9079740047454834, 1.960261583328247, 2.0125491619110107, 1.925403118133545, 1.4199565649032593, 1.158518671989441, 1.489673376083374, 1.5593900680541992, 1.332810640335083, 1.7511112689971924, 1.6813944578170776, 1.8556864261627197, 1.7511112689971924, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.8208279609680176, 2.239128589630127, 1.629106879234314, 1.472244143486023, 1.611677646636963, 2.0648367404937744, 1.472244143486023, 2.430849552154541, 2.3262743949890137], [1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.7576471567153931, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 1.4373857975006104, 2.0648367404937744, 2.361132860183716, 2.3262743949890137, 2.3262743949890137, 2.1694118976593018, 1.9776906967163086, 2.0648367404937744, 1.942832350730896, 1.925403118133545, 2.117124319076538, 2.0648367404937744, 1.7336820363998413, 1.4199565649032593, 1.5768193006515503, 1.768540382385254, 1.5245317220687866, 1.5419609546661377, 1.2979521751403809, 0.6530719995498657, 0.18248367309570312, -0.3229629397392273, -0.6715468168258667, -0.9329847693443298, -1.0201307535171509, -1.1247059106826782, -1.1595642566680908, -1.1421350240707397, -1.1247059106826782, -1.176993489265442, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.3861438035964966, -1.089847445487976, -1.0027015209197998, -1.0724183320999146, -1.2641394138336182, -1.2641394138336182, -1.3687145709991455, 0.7576471567153931, 1.1236603260040283, -1.2118518352508545, -1.2641394138336182, -0.7412636280059814, -0.23581695556640625, -0.7935512065887451, -1.6301524639129639, -1.5430065393447876, -1.6127232313156128, -1.6824400424957275, -1.5081480741500854, -1.490718960762024, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.3687145709991455, -1.246710181236267, -1.2118518352508545, -1.176993489265442, -1.1247059106826782, -1.1072766780853271, -1.246710181236267, -1.5778648853302002, -1.1595642566680908, 0.06047932058572769, 0.7227887511253357, 1.2108062505722046, 1.4548149108886719, 1.1236603260040283, 0.5310676693916321, -0.4972548484802246, -0.6715468168258667, -0.1312417984008789, -0.5495424270629883, -0.7935512065887451, -1.176993489265442, -1.4384313821792603, -1.3164269924163818, -1.3512853384017944, -1.3687145709991455, -1.3512853384017944, -0.7412636280059814, 0.4962092638015747, 1.629106879234314, 1.9079740047454834, 1.768540382385254, 1.8905447721481323, 1.5419609546661377, 1.611677646636963, 1.803398847579956, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.9079740047454834, 1.7336820363998413, 1.6639652252197266, 1.6639652252197266, 1.803398847579956, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.472244143486023, 1.2805230617523193, 1.3502397537231445, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.5593900680541992, 1.472244143486023, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.3676689863204956, 1.3502397537231445, 1.2282354831695557, 1.4025273323059082, 1.332810640335083, 1.2456645965576172, 1.2805230617523193, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.071372628211975, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.2456645965576172, 1.315381407737732, 1.053943395614624, 1.3850982189178467, 1.4373857975006104, 1.2979521751403809, 1.2282354831695557, 1.489673376083374, 1.646536111831665, 1.7162528038024902, 1.5593900680541992, 1.9776906967163086, 2.0648367404937744, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.611677646636963, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.9079740047454834, 1.960261583328247, 1.785969614982605, 0.5659260153770447, -1.176993489265442, -1.4384313821792603, -1.490718960762024, -1.403572916984558, -1.4558604955673218, -1.490718960762024, -1.6127232313156128, -1.3687145709991455, -1.5952941179275513, -1.490718960762024, -0.1312417984008789, 0.6182135939598083, 1.629106879234314, 1.646536111831665, 0.9493682980537415, 0.8099347352981567, 1.1062309741973877, 1.472244143486023, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.785969614982605, 1.5071024894714355, 1.2282354831695557, 1.5245317220687866, 1.5942485332489014, 1.2979521751403809, 1.4373857975006104, 1.785969614982605, 1.6813944578170776, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.2805230617523193, 1.803398847579956, 1.9776906967163086, 1.611677646636963, 1.3676689863204956, 1.7511112689971924, 1.5245317220687866, 1.5942485332489014, 2.465708017349243, 2.3262743949890137], [1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.1933770179748535, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 0.9145098924636841, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 1.0888018608093262, 1.9079740047454834, 2.3262743949890137, 2.3437037467956543, 2.308845281600952, 2.239128589630127, 2.204270124435425, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.0299782752990723, 1.472244143486023, 1.5593900680541992, 1.785969614982605, 1.0365142822265625, -0.04409583657979965, -0.688975989818573, -0.8284096121788025, -0.9155555367469788, -0.9155555367469788, -1.0201307535171509, -1.0724183320999146, -1.1247059106826782, -1.3687145709991455, -1.4732897281646729, -1.5604356527328491, -1.647581696510315, -1.7347276210784912, -1.6650108098983765, -1.6127232313156128, -1.1944226026535034, -0.5844008326530457, -0.4798256754875183, -0.5844008326530457, -0.6715468168258667, -1.0375598669052124, -1.176993489265442, -1.1944226026535034, -1.333856225013733, -1.3164269924163818, -1.2292810678482056, -1.0027015209197998, -0.9678431153297424, -1.333856225013733, -1.4732897281646729, -1.333856225013733, -0.7412636280059814, -0.3578213155269623, -0.3578213155269623, -0.7412636280059814, -1.2118518352508545, -0.1312417984008789, 1.7336820363998413, 2.082265853881836, 2.361132860183716, 2.4482789039611816, 2.4831371307373047, 2.5005664825439453, 1.7511112689971924, 0.9145098924636841, 1.2805230617523193, 2.1694118976593018, 2.151982545852661, 1.9951199293136597, 1.2630938291549683, 0.0430501289665699, -0.3578213155269623, 2.517995595932007, 2.622570753097534, 2.5702831745147705, 2.517995595932007, 2.5354247093200684, 2.6051416397094727, 2.430849552154541, 2.0648367404937744, 1.175947904586792, 0.0430501289665699, -0.11381260305643082, 0.7402179837226868, 1.1410894393920898, 1.472244143486023, 1.5245317220687866, 1.629106879234314, 1.5593900680541992, 1.5419609546661377, 1.8382571935653687, 1.925403118133545, 1.8208279609680176, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.646536111831665, 1.489673376083374, 1.6813944578170776, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.5768193006515503, 1.5071024894714355, 1.3676689863204956, 1.2456645965576172, 1.489673376083374, 1.629106879234314, 1.6813944578170776, 1.5071024894714355, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.1933770179748535, 1.0365142822265625, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 0.8099347352981567, 1.0016558170318604, 1.053943395614624, 1.2282354831695557, 1.1236603260040283, 1.0888018608093262, 1.2630938291549683, 1.1410894393920898, 0.7402179837226868, 1.3676689863204956, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.3502397537231445, 1.629106879234314, 1.8382571935653687, 1.611677646636963, 1.9776906967163086, 1.646536111831665, 1.7511112689971924, 2.0996949672698975, 2.0125491619110107, 1.925403118133545, 2.0648367404937744, 2.0996949672698975, 1.803398847579956, 1.9079740047454834, 1.942832350730896, 1.6813944578170776, 0.9145098924636841, -1.246710181236267, -1.5255773067474365, -1.4384313821792603, -1.4384313821792603, -1.4384313821792603, -1.5255773067474365, -1.490718960762024, -1.4732897281646729, -1.2641394138336182, -0.4623964726924896, -1.0724183320999146, 0.13019609451293945, 1.472244143486023, 1.315381407737732, 1.2456645965576172, 1.2979521751403809, 0.32191720604896545, 0.8447931408882141, 1.4373857975006104, 1.6988236904144287, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.611677646636963, 1.9079740047454834, 1.7336820363998413, 1.803398847579956, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 2.0125491619110107, 1.8731155395507812, 1.5419609546661377, 1.3676689863204956, 1.7336820363998413, 1.8382571935653687, 1.785969614982605, 1.6639652252197266, 1.6639652252197266, 1.332810640335083, 1.8731155395507812, 2.6399998664855957, 2.3262743949890137], [1.803398847579956, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7576471567153931, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 1.5071024894714355, 2.1345534324645996, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.204270124435425, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.0299782752990723, 0.600784420967102, -0.09638340771198273, -0.6715468168258667, -0.7761220335960388, -0.7064052224159241, -0.5495424270629883, -0.688975989818573, -0.8458387851715088, -1.0549890995025635, -1.1421350240707397, -1.1421350240707397, -1.176993489265442, -1.3164269924163818, -1.4558604955673218, -1.5081480741500854, -1.2118518352508545, -0.5844008326530457, 0.4613508880138397, 0.7402179837226868, 0.7053595781326294, 0.14762529730796814, -0.5495424270629883, -0.9852723479270935, -1.176993489265442, -1.0724183320999146, -0.37525051832199097, 0.44392168521881104, 0.4613508880138397, -0.2881045341491699, -1.2118518352508545, -1.1247059106826782, 0.670501172542572, 2.047407388687134, 2.361132860183716, 2.5005664825439453, 2.3262743949890137, 2.5005664825439453, 2.308845281600952, 1.8208279609680176, 0.478780061006546, 1.4548149108886719, 1.9079740047454834, 1.2979521751403809, 0.14762529730796814, -0.44496726989746094, 2.239128589630127, 2.622570753097534, 2.5702831745147705, 2.5354247093200684, 2.5005664825439453, 2.5354247093200684, 2.587712287902832, 1.8556864261627197, -0.1486709862947464, 1.5419609546661377, 1.8731155395507812, 2.5005664825439453, 2.5702831745147705, 2.0125491619110107, 0.8796514868736267, 1.8731155395507812, 2.1345534324645996, 0.8447931408882141, 0.8970807194709778, 1.5245317220687866, 1.472244143486023, 1.1933770179748535, 1.3850982189178467, 1.3850982189178467, 1.5071024894714355, 1.611677646636963, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.768540382385254, 1.8731155395507812, 1.6988236904144287, 1.5768193006515503, 1.5071024894714355, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.5419609546661377, 1.4025273323059082, 1.5768193006515503, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.053943395614624, 1.3676689863204956, 1.4199565649032593, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 0.984226644039154, 1.2979521751403809, 1.175947904586792, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0888018608093262, 1.0016558170318604, 0.8447931408882141, 0.9319390654563904, 1.053943395614624, 1.2282354831695557, 1.2979521751403809, 1.0365142822265625, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 0.8970807194709778, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.6813944578170776, 1.6639652252197266, 2.1345534324645996, 1.9951199293136597, 1.768540382385254, 2.0996949672698975, 1.8208279609680176, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.315381407737732, 0.1999128758907318, -1.0201307535171509, -1.4732897281646729, -1.5081480741500854, -1.4558604955673218, -1.5255773067474365, -1.5255773067474365, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -1.0027015209197998, 0.11276690661907196, -0.3578213155269623, 1.2456645965576172, 1.4548149108886719, 0.7227887511253357, 1.803398847579956, 1.4199565649032593, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.7162528038024902, 1.3850982189178467, 1.332810640335083, 1.472244143486023, 1.8731155395507812, 2.1345534324645996, 1.960261583328247, 1.8382571935653687, 1.315381407737732, 1.5942485332489014, 1.8556864261627197, 1.8556864261627197, 1.2630938291549683, 1.489673376083374, 1.8905447721481323, 1.489673376083374, 1.768540382385254, 1.960261583328247, 1.611677646636963, 1.472244143486023, 2.047407388687134, 2.6051416397094727, 2.3262743949890137], [1.8208279609680176, 1.7511112689971924, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.0888018608093262, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 1.2630938291549683, 1.9776906967163086, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.3262743949890137, 2.239128589630127, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.0125491619110107, 1.960261583328247, -0.1312417984008789, -0.3229629397392273, -0.619259238243103, -0.688975989818573, -0.601830005645752, -0.41010889410972595, -0.37525051832199097, -0.3055337369441986, -0.5844008326530457, -0.9678431153297424, -1.0201307535171509, -1.0375598669052124, -1.1595642566680908, -1.176993489265442, -0.7761220335960388, 0.827363908290863, 1.8208279609680176, 1.9951199293136597, 2.0996949672698975, 2.0996949672698975, 1.7511112689971924, 1.6988236904144287, 1.2805230617523193, 0.16505448520183563, 0.2696296274662018, 0.3916339874267578, -0.1312417984008789, -0.7064052224159241, -0.8284096121788025, -0.37525051832199097, 0.2696296274662018, 2.082265853881836, 2.1868410110473633, 2.395991325378418, 2.4831371307373047, 2.0648367404937744, 0.8796514868736267, -0.6715468168258667, 1.1933770179748535, 2.27398681640625, 2.5005664825439453, 2.4831371307373047, 2.552854061126709, 2.4831371307373047, 2.517995595932007, 2.361132860183716, 1.0365142822265625, 1.2979521751403809, 1.9951199293136597, 1.9776906967163086, 0.670501172542572, 0.16505448520183563, 2.2565577030181885, 2.6399998664855957, 2.4831371307373047, 2.622570753097534, 2.3785619735717773, 1.053943395614624, -0.8284096121788025, 1.315381407737732, 2.4134204387664795, 2.3262743949890137, 2.1694118976593018, 1.4199565649032593, 1.5593900680541992, 1.6813944578170776, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.4548149108886719, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.472244143486023, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.489673376083374, 1.1933770179748535, 1.332810640335083, 1.315381407737732, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.071372628211975, 1.2630938291549683, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.5245317220687866, 1.2805230617523193, 1.2108062505722046, 1.315381407737732, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 0.984226644039154, 0.7402179837226868, 1.0190850496292114, 1.053943395614624, 0.984226644039154, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.9951199293136597, 1.942832350730896, 1.9776906967163086, 2.082265853881836, 1.8556864261627197, 1.768540382385254, 1.5942485332489014, 1.3502397537231445, -0.5669716596603394, -1.4210021495819092, -1.5778648853302002, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.2641394138336182, -1.1944226026535034, -0.39267969131469727, -0.07895421981811523, -0.27067533135414124, 1.0016558170318604, 1.6639652252197266, 1.4373857975006104, 1.6639652252197266, 0.7576471567153931, 0.9667974710464478, 1.5593900680541992, 1.332810640335083, 1.1062309741973877, 1.2108062505722046, 1.7162528038024902, 1.7162528038024902, 2.0299782752990723, 2.0299782752990723, 1.5768193006515503, 1.7336820363998413, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.7336820363998413, 1.629106879234314, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 2.151982545852661, 1.5768193006515503, 1.7162528038024902, 1.8382571935653687, 2.622570753097534, 2.3437037467956543], [1.8382571935653687, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 1.2805230617523193, 1.1062309741973877, 0.8970807194709778, 1.071372628211975, 1.8208279609680176, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.308845281600952, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.0996949672698975, 1.9079740047454834, -0.39267969131469727, -0.3055337369441986, -0.25324615836143494, -0.39267969131469727, -0.4972548484802246, -0.619259238243103, -0.42753809690475464, 0.14762529730796814, 0.5310676693916321, 0.13019609451293945, -0.601830005645752, -1.1072766780853271, -1.2989977598190308, 0.28705883026123047, 2.1345534324645996, 2.3262743949890137, 2.3785619735717773, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 1.8556864261627197, 0.18248367309570312, -0.1661001741886139, 0.8447931408882141, 0.18248367309570312, -1.246710181236267, -1.4384313821792603, -0.5669716596603394, 1.6988236904144287, 2.2216994762420654, 2.308845281600952, 1.472244143486023, -0.25324615836143494, -0.23581695556640625, 0.827363908290863, 0.8447931408882141, -0.2881045341491699, -0.4798256754875183, 1.8208279609680176, 2.430849552154541, 2.465708017349243, 2.622570753097534, 2.6051416397094727, 2.5702831745147705, 2.151982545852661, 0.07790851593017578, 2.0648367404937744, 2.552854061126709, 2.5354247093200684, 2.5702831745147705, 2.0299782752990723, 0.33934640884399414, 1.8556864261627197, 2.239128589630127, 2.517995595932007, 2.2914161682128906, 2.4482789039611816, 0.984226644039154, -0.4623964726924896, 0.8970807194709778, 0.7750763297080994, 2.0299782752990723, 2.0996949672698975, 1.6639652252197266, 1.8208279609680176, 1.8208279609680176, 1.6988236904144287, 1.7336820363998413, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4025273323059082, 1.2456645965576172, 1.4025273323059082, 1.2282354831695557, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.2282354831695557, 1.2456645965576172, 1.4025273323059082, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.2805230617523193, 1.315381407737732, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.5071024894714355, 1.5071024894714355, 1.2979521751403809, 1.158518671989441, 0.9319390654563904, 0.9667974710464478, 0.7750763297080994, 0.9145098924636841, 0.7750763297080994, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.158518671989441, 0.8622223138809204, 1.4373857975006104, 1.158518671989441, 1.3850982189178467, 1.315381407737732, 0.984226644039154, 1.0888018608093262, 1.4373857975006104, 1.3502397537231445, 1.5768193006515503, 1.646536111831665, 1.489673376083374, 1.315381407737732, 1.5245317220687866, 1.6813944578170776, 1.942832350730896, 1.646536111831665, 2.117124319076538, 1.8382571935653687, 1.8208279609680176, 1.8905447721481323, 1.9776906967163086, 2.047407388687134, 2.1345534324645996, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.489673376083374, 1.1410894393920898, 0.16505448520183563, -0.9329847693443298, -1.5255773067474365, -1.5604356527328491, -1.5255773067474365, -1.5081480741500854, -1.5778648853302002, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.490718960762024, -1.089847445487976, -0.27067533135414124, 0.7576471567153931, 0.13019609451293945, 0.13019609451293945, 0.513638436794281, 0.9667974710464478, 1.0016558170318604, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.2282354831695557, 1.4373857975006104, 1.8208279609680176, 1.5768193006515503, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 1.646536111831665, 1.5071024894714355, 1.6988236904144287, 1.5071024894714355, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.489673376083374, 1.646536111831665, 2.1868410110473633, 2.27398681640625, 1.8556864261627197, 2.047407388687134, 2.0648367404937744, 2.5702831745147705, 2.3262743949890137], [1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1410894393920898, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.7750763297080994, 0.8099347352981567, 1.629106879234314, 2.117124319076538, 2.0299782752990723, 1.5245317220687866, 1.1236603260040283, 1.3850982189178467, 1.960261583328247, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.3262743949890137, 2.27398681640625, 2.1694118976593018, 2.151982545852661, 1.489673376083374, 0.16505448520183563, 0.1999128758907318, -0.04409583657979965, -0.42753809690475464, -0.7586928009986877, -0.9678431153297424, -0.6715468168258667, 0.02562093921005726, 0.7925055623054504, 1.2282354831695557, 0.8796514868736267, 0.28705883026123047, 2.3262743949890137, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.5354247093200684, 2.5005664825439453, 2.395991325378418, 2.0648367404937744, -0.026666639372706413, -0.4972548484802246, -0.18352937698364258, -0.6541175842285156, -0.8284096121788025, -0.9155555367469788, 0.7925055623054504, 1.8556864261627197, 1.6813944578170776, 0.18248367309570312, -1.0549890995025635, -0.8284096121788025, 1.4373857975006104, 2.4482789039611816, 2.517995595932007, 2.4482789039611816, 2.3437037467956543, 1.2282354831695557, -0.27067533135414124, -0.23581695556640625, 0.600784420967102, 1.2979521751403809, 0.8099347352981567, -0.532113254070282, 1.0016558170318604, 2.4482789039611816, 2.4482789039611816, 2.4482789039611816, 2.395991325378418, 2.4482789039611816, 2.5005664825439453, 2.0125491619110107, 0.7750763297080994, 1.8208279609680176, 2.308845281600952, 2.6399998664855957, 2.0125491619110107, -0.009237446822226048, -0.44496726989746094, 2.1868410110473633, 2.0996949672698975, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.6639652252197266, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.5419609546661377, 1.489673376083374, 1.489673376083374, 1.1410894393920898, 1.3850982189178467, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.332810640335083, 1.315381407737732, 1.4548149108886719, 1.071372628211975, 1.5419609546661377, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2456645965576172, 1.3676689863204956, 1.3676689863204956, 1.2456645965576172, 0.9319390654563904, 1.2108062505722046, 1.646536111831665, 1.4025273323059082, 1.315381407737732, 0.984226644039154, 1.2282354831695557, 1.0016558170318604, 0.7576471567153931, 0.984226644039154, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.8796514868736267, 0.5659260153770447, 1.315381407737732, 0.44392168521881104, 0.9145098924636841, 0.9667974710464478, 0.8622223138809204, 1.2979521751403809, 1.1062309741973877, 1.175947904586792, 1.332810640335083, 1.332810640335083, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.6988236904144287, 2.0299782752990723, 2.1345534324645996, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 2.2565577030181885, 2.0299782752990723, 1.9079740047454834, 2.082265853881836, 1.925403118133545, 1.489673376083374, 1.315381407737732, -0.601830005645752, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5778648853302002, -1.5778648853302002, -1.490718960762024, -1.4732897281646729, -0.9678431153297424, -0.8806971907615662, 0.8447931408882141, 0.2522004544734955, 0.5484968423843384, 1.2979521751403809, 1.8382571935653687, 1.053943395614624, 1.315381407737732, 1.4548149108886719, 1.2630938291549683, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.2108062505722046, 1.6639652252197266, 1.8556864261627197, 1.6813944578170776, 1.9951199293136597, 1.8208279609680176, 1.2805230617523193, 1.3502397537231445, 1.785969614982605, 1.960261583328247, 1.785969614982605, 1.629106879234314, 1.315381407737732, 1.7336820363998413, 1.960261583328247, 1.8556864261627197, 1.9079740047454834, 2.4482789039611816, 2.622570753097534, 2.361132860183716], [1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.9145098924636841, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.6813944578170776, 2.3785619735717773, 2.27398681640625, 1.925403118133545, 0.984226644039154, 1.175947904586792, 1.785969614982605, 2.151982545852661, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.1694118976593018, 1.942832350730896, 2.117124319076538, 1.925403118133545, 0.6879304051399231, 0.42649248242378235, 0.5833552479743958, 0.11276690661907196, -0.8284096121788025, -1.0724183320999146, -1.1944226026535034, -1.0027015209197998, -0.1312417984008789, 1.0016558170318604, 1.646536111831665, 2.3437037467956543, 2.4482789039611816, 2.430849552154541, 2.517995595932007, 2.552854061126709, 2.517995595932007, 1.5071024894714355, -0.4798256754875183, -1.1944226026535034, -0.9678431153297424, 0.600784420967102, 0.7576471567153931, -0.3229629397392273, -1.0201307535171509, -0.21838775277137756, 1.2979521751403809, 0.9667974710464478, -0.25324615836143494, -1.1072766780853271, -0.3578213155269623, 1.5942485332489014, 2.1868410110473633, 2.204270124435425, 1.785969614982605, -0.18352937698364258, -1.1944226026535034, -1.0724183320999146, 1.4548149108886719, 2.430849552154541, 2.5005664825439453, 2.3437037467956543, 1.960261583328247, 0.513638436794281, 0.9667974710464478, 1.925403118133545, 2.1694118976593018, 2.204270124435425, 2.2914161682128906, 2.395991325378418, 2.552854061126709, 2.517995595932007, 2.430849552154541, 1.4025273323059082, 0.513638436794281, 0.1999128758907318, -0.1486709862947464, 1.2282354831695557, 1.9951199293136597, 1.803398847579956, 1.7162528038024902, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.611677646636963, 1.646536111831665, 1.785969614982605, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.1410894393920898, 1.2456645965576172, 1.3502397537231445, 1.4373857975006104, 1.2630938291549683, 1.2456645965576172, 1.3502397537231445, 1.2979521751403809, 1.5942485332489014, 1.4373857975006104, 1.1933770179748535, 1.5942485332489014, 1.3850982189178467, 1.1933770179748535, 1.4199565649032593, 1.2108062505722046, 1.3502397537231445, 1.0016558170318604, 1.2456645965576172, 1.3850982189178467, 1.4025273323059082, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2456645965576172, 1.158518671989441, 0.984226644039154, 1.158518671989441, 1.2282354831695557, 1.071372628211975, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.0365142822265625, 0.9493682980537415, 1.053943395614624, 0.9145098924636841, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.332810640335083, 1.4199565649032593, 1.5768193006515503, 1.3676689863204956, 1.3502397537231445, 1.7336820363998413, 1.803398847579956, 2.082265853881836, 1.7511112689971924, 1.8382571935653687, 1.8731155395507812, 2.1868410110473633, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 1.8556864261627197, 1.8556864261627197, 1.0888018608093262, -0.8458387851715088, -1.3164269924163818, -1.4732897281646729, -1.5255773067474365, -1.5255773067474365, -1.5604356527328491, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5952941179275513, -1.5952941179275513, -1.403572916984558, -0.37525051832199097, -0.4798256754875183, -0.2881045341491699, -0.07895421981811523, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 2.465708017349243, 1.4025273323059082, 1.785969614982605, 1.5419609546661377, 1.8208279609680176, 1.3676689863204956, 1.0190850496292114, 0.5310676693916321, 1.071372628211975, 1.6639652252197266, 1.7162528038024902, 1.646536111831665, 2.239128589630127, 1.5942485332489014, 1.071372628211975, 1.4373857975006104, 2.0648367404937744, 1.803398847579956, 1.925403118133545, 1.6988236904144287, 1.332810640335083, 1.4548149108886719, 1.942832350730896, 1.942832350730896, 2.0648367404937744, 2.204270124435425, 2.5702831745147705, 2.3437037467956543], [1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.1933770179748535, 1.0888018608093262, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7402179837226868, 0.8099347352981567, 1.6988236904144287, 2.3437037467956543, 2.3785619735717773, 1.942832350730896, 1.1236603260040283, 1.175947904586792, 1.6639652252197266, 2.0648367404937744, 1.8556864261627197, 1.3850982189178467, 0.07790851593017578, -0.8458387851715088, -0.8981263637542725, -0.8632679581642151, -0.9852723479270935, -1.0027015209197998, -0.3229629397392273, 0.5484968423843384, 1.0016558170318604, 0.4962092638015747, -0.44496726989746094, -1.0549890995025635, -1.3512853384017944, -1.1421350240707397, -0.619259238243103, 1.5593900680541992, 2.361132860183716, 2.5354247093200684, 2.5354247093200684, 2.3437037467956543, 1.1410894393920898, -0.21838775277137756, -0.6366884112358093, -1.089847445487976, -1.0549890995025635, -0.20095856487751007, -0.37525051832199097, -1.2292810678482056, -1.1072766780853271, 0.513638436794281, 1.6988236904144287, 0.984226644039154, -0.42753809690475464, -0.7238344550132751, 0.5310676693916321, 1.8731155395507812, 1.8208279609680176, 1.0016558170318604, -0.1486709862947464, -0.9155555367469788, -0.9155555367469788, 0.7227887511253357, 2.27398681640625, 2.3437037467956543, 2.308845281600952, 2.3437037467956543, 1.3502397537231445, -0.688975989818573, -0.7586928009986877, 0.9667974710464478, 2.5354247093200684, 2.4831371307373047, 2.4482789039611816, 2.5702831745147705, 2.430849552154541, 2.5354247093200684, 2.622570753097534, 0.5659260153770447, -0.4798256754875183, -0.9504139423370361, 0.6530719995498657, 1.5419609546661377, 1.7511112689971924, 1.646536111831665, 1.8731155395507812, 1.785969614982605, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.4025273323059082, 1.4025273323059082, 1.6639652252197266, 1.4025273323059082, 1.7511112689971924, 1.5593900680541992, 1.3502397537231445, 1.5768193006515503, 1.315381407737732, 1.4025273323059082, 1.3676689863204956, 1.5768193006515503, 1.2456645965576172, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.315381407737732, 1.2630938291549683, 1.646536111831665, 1.2108062505722046, 1.1933770179748535, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.315381407737732, 1.2282354831695557, 1.0016558170318604, 1.053943395614624, 1.489673376083374, 1.4199565649032593, 1.4025273323059082, 1.1933770179748535, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 0.9145098924636841, 1.1410894393920898, 1.0190850496292114, 1.071372628211975, 1.0016558170318604, 0.7576471567153931, 1.158518671989441, 1.0888018608093262, 1.3502397537231445, 1.158518671989441, 1.2456645965576172, 1.3502397537231445, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.4199565649032593, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 2.0648367404937744, 1.785969614982605, 2.0125491619110107, 2.082265853881836, 2.0648367404937744, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2108062505722046, -1.1247059106826782, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5778648853302002, -1.6301524639129639, -1.5604356527328491, -1.5604356527328491, -1.1247059106826782, -0.7935512065887451, -0.6715468168258667, 1.7511112689971924, 1.9951199293136597, 2.1345534324645996, 2.204270124435425, 1.8905447721481323, 2.27398681640625, 1.8905447721481323, 1.8382571935653687, 1.611677646636963, 1.6813944578170776, 1.5768193006515503, 1.0888018608093262, 1.4548149108886719, 1.2282354831695557, 1.2805230617523193, 1.7511112689971924, 1.6988236904144287, 2.117124319076538, 1.4025273323059082, 1.9776906967163086, 1.5768193006515503, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.6813944578170776, 1.960261583328247, 1.8556864261627197, 1.960261583328247, 2.2216994762420654, 2.622570753097534, 2.3437037467956543], [1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.1933770179748535, 1.0888018608093262, 1.0365142822265625, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 1.5593900680541992, 2.204270124435425, 2.361132860183716, 2.082265853881836, 1.071372628211975, 0.008191745728254318, -0.688975989818573, -0.9504139423370361, -1.0201307535171509, -1.0724183320999146, -1.1944226026535034, -1.2641394138336182, -1.2815686464309692, -1.4210021495819092, -1.4732897281646729, -1.4210021495819092, -1.3164269924163818, -0.7761220335960388, 0.1999128758907318, 1.0016558170318604, 1.053943395614624, 0.30448800325393677, -0.8632679581642151, -1.2641394138336182, -1.176993489265442, 1.4373857975006104, 2.517995595932007, 2.2216994762420654, 1.611677646636963, -0.6541175842285156, -0.8284096121788025, -0.688975989818573, -0.8632679581642151, -0.9329847693443298, 0.16505448520183563, 0.984226644039154, 0.7576471567153931, -0.5495424270629883, -0.41010889410972595, -0.11381260305643082, -1.0027015209197998, -1.403572916984558, -0.7412636280059814, 1.646536111831665, 1.7162528038024902, 1.2805230617523193, 0.30448800325393677, -0.07895421981811523, 1.6988236904144287, 1.7511112689971924, 1.1933770179748535, 0.7750763297080994, 0.9319390654563904, 0.5659260153770447, -0.42753809690475464, -1.1944226026535034, -1.246710181236267, 1.489673376083374, 2.6399998664855957, 2.622570753097534, 2.552854061126709, 2.5702831745147705, 2.517995595932007, 2.5005664825439453, 2.6399998664855957, 1.4199565649032593, 0.670501172542572, -0.9329847693443298, 0.4962092638015747, 1.9951199293136597, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.5071024894714355, 1.5419609546661377, 1.3850982189178467, 1.5593900680541992, 1.7336820363998413, 1.2979521751403809, 1.3676689863204956, 1.646536111831665, 1.7336820363998413, 1.4548149108886719, 1.5942485332489014, 1.1933770179748535, 1.8208279609680176, 1.4199565649032593, 1.5071024894714355, 1.4025273323059082, 1.5768193006515503, 1.6988236904144287, 1.6813944578170776, 1.2805230617523193, 1.1062309741973877, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.5593900680541992, 1.175947904586792, 1.315381407737732, 1.2108062505722046, 0.8622223138809204, 1.2282354831695557, 1.1236603260040283, 1.1933770179748535, 1.315381407737732, 1.4199565649032593, 1.158518671989441, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.5484968423843384, 0.984226644039154, 0.6879304051399231, 0.9493682980537415, 0.5310676693916321, 0.8970807194709778, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.4373857975006104, 1.175947904586792, 1.1933770179748535, 1.332810640335083, 1.2108062505722046, 1.5942485332489014, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.8208279609680176, 1.8905447721481323, 1.646536111831665, 2.082265853881836, 2.0125491619110107, 1.8905447721481323, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.8556864261627197, -0.18352937698364258, -1.4210021495819092, -1.5081480741500854, -1.5255773067474365, -1.5778648853302002, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -0.6715468168258667, -0.8981263637542725, 1.332810640335083, 0.7227887511253357, 0.8622223138809204, 1.925403118133545, 2.361132860183716, 2.1345534324645996, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.047407388687134, 1.8382571935653687, 1.5768193006515503, 1.803398847579956, 1.158518671989441, 0.6530719995498657, 0.9667974710464478, 1.175947904586792, 1.803398847579956, 1.6639652252197266, 1.960261583328247, 1.315381407737732, 2.1345534324645996, 1.5942485332489014, 1.6988236904144287, 1.803398847579956, 1.8905447721481323, 1.611677646636963, 1.611677646636963, 1.7336820363998413, 2.1345534324645996, 1.942832350730896, 1.9951199293136597, 2.2565577030181885, 2.5702831745147705, 2.3262743949890137], [1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.629106879234314, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.1933770179748535, 1.1410894393920898, 1.0888018608093262, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.827363908290863, 1.4373857975006104, 2.151982545852661, 2.4482789039611816, 1.960261583328247, 0.3916339874267578, 0.1999128758907318, -0.06152502819895744, -0.532113254070282, -0.8981263637542725, -1.176993489265442, -1.333856225013733, -1.403572916984558, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, -1.6127232313156128, -1.6127232313156128, -1.6301524639129639, -1.403572916984558, -0.688975989818573, 0.42649248242378235, 1.2282354831695557, 0.827363908290863, -0.21838775277137756, -0.9504139423370361, 0.7227887511253357, 1.8905447721481323, 0.4613508880138397, -0.9329847693443298, -0.688975989818573, -0.20095856487751007, -0.27067533135414124, -0.7761220335960388, -0.4972548484802246, 0.28705883026123047, 0.30448800325393677, -0.5669716596603394, 0.28705883026123047, 1.2108062505722046, 0.8796514868736267, -0.41010889410972595, -0.3403921127319336, 0.5484968423843384, -0.1661001741886139, -0.9329847693443298, -1.2118518352508545, 0.5310676693916321, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.35677558183670044, 1.5245317220687866, 1.4373857975006104, 0.3916339874267578, -0.7412636280059814, 0.8447931408882141, 2.204270124435425, 2.552854061126709, 2.5354247093200684, 2.517995595932007, 2.5702831745147705, 2.622570753097534, 1.2282354831695557, 1.611677646636963, 0.7925055623054504, -1.0549890995025635, -0.3229629397392273, 2.1694118976593018, 2.3785619735717773, 2.151982545852661, 2.2565577030181885, 1.2456645965576172, 1.158518671989441, 1.3850982189178467, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.5245317220687866, 1.332810640335083, 1.4548149108886719, 1.646536111831665, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.5245317220687866, 1.646536111831665, 1.4199565649032593, 1.472244143486023, 1.7336820363998413, 1.629106879234314, 1.3850982189178467, 1.2805230617523193, 1.071372628211975, 1.175947904586792, 0.9667974710464478, 1.175947904586792, 0.9667974710464478, 0.9145098924636841, 0.7402179837226868, 1.1410894393920898, 0.9319390654563904, 0.8099347352981567, 1.472244143486023, 1.472244143486023, 1.3502397537231445, 1.2108062505722046, 1.0190850496292114, 1.0888018608093262, 0.8447931408882141, 0.8622223138809204, 1.0365142822265625, 1.2456645965576172, 1.315381407737732, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.670501172542572, 1.071372628211975, 0.7925055623054504, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 0.827363908290863, 1.053943395614624, 1.2108062505722046, 1.5593900680541992, 1.5071024894714355, 1.2630938291549683, 1.489673376083374, 1.7336820363998413, 1.7336820363998413, 1.942832350730896, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 1.9776906967163086, 2.0996949672698975, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 1.768540382385254, 1.053943395614624, -0.8806971907615662, -1.3861438035964966, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5255773067474365, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5255773067474365, -1.5081480741500854, -1.3512853384017944, -0.42753809690475464, 0.42649248242378235, 1.1933770179748535, 2.1694118976593018, 1.803398847579956, 2.27398681640625, 0.9493682980537415, 2.2216994762420654, 2.151982545852661, 2.2565577030181885, 2.151982545852661, 2.1345534324645996, 2.3437037467956543, 1.8731155395507812, 2.2914161682128906, 0.6879304051399231, 0.5484968423843384, 0.7925055623054504, 1.332810640335083, 1.5245317220687866, 1.6988236904144287, 1.6639652252197266, 1.5245317220687866, 2.0299782752990723, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 1.5768193006515503, 1.8905447721481323, 1.7162528038024902, 1.5593900680541992, 1.332810640335083, 2.151982545852661, 2.0648367404937744, 1.9951199293136597, 2.552854061126709, 2.3437037467956543], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 1.315381407737732, 2.082265853881836, 2.4482789039611816, 2.1868410110473633, 1.960261583328247, 1.175947904586792, 0.7053595781326294, 0.6356428265571594, 0.4090631604194641, -0.3403921127319336, -1.0375598669052124, -1.4210021495819092, -1.5430065393447876, -1.6127232313156128, -1.6650108098983765, -1.7172983884811401, -1.7347276210784912, -1.7172983884811401, -1.7347276210784912, -1.6127232313156128, -1.2989977598190308, -0.3403921127319336, 1.0016558170318604, 1.158518671989441, 0.28705883026123047, -0.39267969131469727, -1.089847445487976, -1.176993489265442, -0.9329847693443298, -0.532113254070282, -0.18352937698364258, -0.1486709862947464, 0.0430501289665699, 0.3916339874267578, 0.5833552479743958, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.513638436794281, -0.619259238243103, -0.5146840810775757, 1.175947904586792, 0.5833552479743958, -0.4972548484802246, -1.0027015209197998, 0.1999128758907318, 0.5310676693916321, -0.5495424270629883, -1.0549890995025635, -0.619259238243103, 1.5768193006515503, 1.8208279609680176, 1.646536111831665, 1.158518671989441, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.4831371307373047, 2.465708017349243, 2.517995595932007, 2.308845281600952, 0.7402179837226868, 0.33934640884399414, -0.5844008326530457, -1.0027015209197998, 0.11276690661907196, 1.960261583328247, 1.7336820363998413, 1.925403118133545, 1.629106879234314, 0.5310676693916321, 0.9493682980537415, 1.5768193006515503, 1.3850982189178467, 0.9319390654563904, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.4373857975006104, 1.175947904586792, 1.5245317220687866, 1.5942485332489014, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.472244143486023, 1.8731155395507812, 1.053943395614624, 1.472244143486023, 1.2282354831695557, 1.2282354831695557, 1.053943395614624, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.175947904586792, 1.2805230617523193, 1.1062309741973877, 1.175947904586792, 1.0016558170318604, 1.1410894393920898, 1.315381407737732, 1.315381407737732, 1.1062309741973877, 0.8970807194709778, 0.9667974710464478, 0.6879304051399231, 1.053943395614624, 0.827363908290863, 1.1410894393920898, 1.158518671989441, 1.1062309741973877, 0.7576471567153931, 0.9319390654563904, 0.8622223138809204, 0.9667974710464478, 1.1933770179748535, 0.9319390654563904, 1.0016558170318604, 1.175947904586792, 0.827363908290863, 1.175947904586792, 1.0365142822265625, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.489673376083374, 1.611677646636963, 1.8382571935653687, 1.646536111831665, 1.6639652252197266, 1.925403118133545, 2.0299782752990723, 1.960261583328247, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 1.6988236904144287, 1.489673376083374, -0.9329847693443298, -1.2292810678482056, -1.4558604955673218, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5255773067474365, -1.4732897281646729, -1.490718960762024, -1.3687145709991455, -1.0027015209197998, 0.18248367309570312, 1.768540382385254, 1.2979521751403809, 2.0299782752990723, 2.1694118976593018, 2.3262743949890137, 1.9079740047454834, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.3262743949890137, 2.0125491619110107, 1.1933770179748535, 1.1933770179748535, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.5245317220687866, 2.0996949672698975, 1.5593900680541992, 1.803398847579956, 2.0996949672698975, 1.803398847579956, 1.2630938291549683, 2.0299782752990723, 1.7162528038024902, 1.611677646636963, 2.517995595932007, 2.361132860183716], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.8970807194709778, 1.2979521751403809, 2.0125491619110107, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.0996949672698975, 1.1236603260040283, 0.513638436794281, 0.7576471567153931, 0.8796514868736267, 0.7053595781326294, 0.008191745728254318, -0.8632679581642151, -1.246710181236267, -1.490718960762024, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.6824400424957275, -1.6650108098983765, -1.5952941179275513, -0.8806971907615662, 0.3742047846317291, 1.2282354831695557, 1.0016558170318604, -0.11381260305643082, -0.9678431153297424, -1.2641394138336182, -1.1595642566680908, -0.5844008326530457, 0.02562093921005726, -0.06152502819895744, 0.6530719995498657, 0.35677558183670044, 0.4090631604194641, 0.6879304051399231, 0.9493682980537415, 0.16505448520183563, -0.42753809690475464, 0.32191720604896545, 0.30448800325393677, -0.4972548484802246, -0.8981263637542725, -0.1486709862947464, -0.04409583657979965, -1.1595642566680908, -1.3687145709991455, -0.2881045341491699, 1.2979521751403809, 1.3676689863204956, 0.5833552479743958, -0.2881045341491699, 0.5833552479743958, 2.517995595932007, 2.552854061126709, 2.517995595932007, 2.6051416397094727, 2.587712287902832, -1.0027015209197998, -1.089847445487976, 1.5942485332489014, 2.082265853881836, 2.204270124435425, 2.2216994762420654, 0.6182135939598083, -0.25324615836143494, 1.489673376083374, 1.8731155395507812, 1.6813944578170776, 1.7162528038024902, 1.1933770179748535, 0.5484968423843384, 0.6530719995498657, 1.472244143486023, 1.1410894393920898, 1.2282354831695557, 1.175947904586792, 1.611677646636963, 1.5942485332489014, 1.6639652252197266, 1.5593900680541992, 1.629106879234314, 1.2282354831695557, 1.5942485332489014, 1.2108062505722046, 1.2456645965576172, 1.5942485332489014, 1.158518671989441, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.2456645965576172, 1.1062309741973877, 1.2282354831695557, 1.4548149108886719, 1.4373857975006104, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.315381407737732, 0.9319390654563904, 0.984226644039154, 1.3502397537231445, 1.0365142822265625, 0.7750763297080994, 1.0888018608093262, 1.3502397537231445, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 0.8622223138809204, 1.1062309741973877, 1.0190850496292114, 1.1236603260040283, 0.8970807194709778, 0.6879304051399231, 1.1410894393920898, 1.175947904586792, 1.0190850496292114, 1.053943395614624, 0.9319390654563904, 1.2979521751403809, 1.053943395614624, 1.071372628211975, 1.611677646636963, 1.5071024894714355, 1.472244143486023, 1.646536111831665, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.8556864261627197, 1.9951199293136597, 2.0648367404937744, 1.960261583328247, 1.8905447721481323, 2.082265853881836, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 0.008191745728254318, -1.1595642566680908, -1.4384313821792603, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.4732897281646729, -1.4732897281646729, -1.4732897281646729, -1.4210021495819092, -1.2641394138336182, -0.3578213155269623, -0.9329847693443298, 0.16505448520183563, 1.6813944578170776, 2.2216994762420654, 1.960261583328247, 1.803398847579956, 2.3262743949890137, 2.3785619735717773, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.0996949672698975, 2.239128589630127, 2.1868410110473633, 2.0996949672698975, 0.4962092638015747, 2.0648367404937744, 1.768540382385254, 1.5593900680541992, 1.629106879234314, 1.2630938291549683, 1.5593900680541992, 1.4025273323059082, 2.0125491619110107, 1.768540382385254, 2.047407388687134, 1.7511112689971924, 2.117124319076538, 1.9951199293136597, 1.4373857975006104, 1.489673376083374, 2.239128589630127, 1.8905447721481323, 1.1062309741973877, 2.4134204387664795, 2.3437037467956543], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.8099347352981567, 1.1410894393920898, 1.8208279609680176, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.1345534324645996, 1.9776906967163086, 1.071372628211975, 0.35677558183670044, 0.4613508880138397, 0.9319390654563904, 1.1933770179748535, 1.0190850496292114, 0.16505448520183563, -0.6366884112358093, -1.1595642566680908, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.6301524639129639, -1.5778648853302002, -1.6301524639129639, -1.6998692750930786, -1.2815686464309692, 0.2347712516784668, 1.175947904586792, 1.3676689863204956, 0.6879304051399231, -0.5844008326530457, -1.2641394138336182, -1.5081480741500854, -1.1072766780853271, -0.21838775277137756, 0.28705883026123047, 0.600784420967102, 0.2173420637845993, 0.3742047846317291, 0.16505448520183563, 0.478780061006546, 1.2805230617523193, 1.2805230617523193, -0.07895421981811523, -0.8981263637542725, 0.0430501289665699, 0.7053595781326294, 0.33934640884399414, -0.41010889410972595, -0.532113254070282, 0.16505448520183563, -0.39267969131469727, -1.4384313821792603, -0.9852723479270935, 0.8447931408882141, 2.6051416397094727, 2.395991325378418, 2.4134204387664795, 2.5354247093200684, 2.27398681640625, -1.5604356527328491, -0.8806971907615662, 1.5419609546661377, 2.1868410110473633, 2.204270124435425, 1.4373857975006104, -1.0724183320999146, -0.37525051832199097, 2.27398681640625, 2.1868410110473633, 2.2216994762420654, 2.082265853881836, 2.2914161682128906, 0.2173420637845993, 0.42649248242378235, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.6988236904144287, 1.4199565649032593, 1.4199565649032593, 1.1236603260040283, 1.4025273323059082, 1.6988236904144287, 1.4548149108886719, 1.5768193006515503, 1.175947904586792, 0.9493682980537415, 1.0016558170318604, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.5245317220687866, 1.332810640335083, 1.5419609546661377, 1.315381407737732, 1.472244143486023, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.175947904586792, 1.3676689863204956, 1.2282354831695557, 0.8099347352981567, 1.0016558170318604, 1.2456645965576172, 0.9319390654563904, 1.2456645965576172, 1.1410894393920898, 1.0190850496292114, 0.8622223138809204, 1.4548149108886719, 1.2456645965576172, 1.4199565649032593, 1.1236603260040283, 1.1236603260040283, 1.053943395614624, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.315381407737732, 0.9145098924636841, 1.053943395614624, 0.9145098924636841, 1.4548149108886719, 1.1062309741973877, 1.629106879234314, 1.4373857975006104, 1.5593900680541992, 1.5942485332489014, 1.785969614982605, 1.9079740047454834, 1.7162528038024902, 2.047407388687134, 2.082265853881836, 1.8731155395507812, 1.8905447721481323, 1.960261583328247, 2.082265853881836, 1.053943395614624, -0.6366884112358093, -1.403572916984558, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.3687145709991455, -1.403572916984558, -1.4732897281646729, -1.089847445487976, -1.1421350240707397, -0.8284096121788025, -0.04409583657979965, 1.768540382385254, -0.5146840810775757, 1.5419609546661377, 1.8382571935653687, 2.308845281600952, 2.1868410110473633, 2.2565577030181885, 2.308845281600952, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.3850982189178467, 2.047407388687134, 2.0299782752990723, 1.8382571935653687, 1.4199565649032593, 1.175947904586792, 1.5245317220687866, 1.5768193006515503, 1.7336820363998413, 2.1345534324645996, 2.2565577030181885, 1.8556864261627197, 1.9079740047454834, 2.1694118976593018, 1.960261583328247, 2.239128589630127, 1.8382571935653687, 1.8382571935653687, 1.5245317220687866, 2.239128589630127, 2.308845281600952], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 0.9319390654563904, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 1.1062309741973877, 1.785969614982605, 2.2565577030181885, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 1.9776906967163086, 1.2108062505722046, 0.5310676693916321, 0.42649248242378235, 0.4090631604194641, 0.7925055623054504, 1.2630938291549683, 1.1933770179748535, 0.2347712516784668, -0.7761220335960388, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5952941179275513, -1.1421350240707397, 0.32191720604896545, 1.1062309741973877, 1.5942485332489014, 1.158518671989441, 0.07790851593017578, -0.7238344550132751, -1.1944226026535034, -0.8806971907615662, -0.3578213155269623, -0.1312417984008789, 0.44392168521881104, 0.7227887511253357, 0.42649248242378235, 0.2173420637845993, 0.33934640884399414, -0.7412636280059814, -0.6541175842285156, 0.6530719995498657, 0.16505448520183563, -0.7412636280059814, -1.1421350240707397, -0.9504139423370361, 0.44392168521881104, 0.13019609451293945, -0.9155555367469788, -0.7586928009986877, 0.35677558183670044, 0.5484968423843384, 2.239128589630127, 2.3437037467956543, 2.465708017349243, 2.517995595932007, 0.5484968423843384, -0.23581695556640625, 0.478780061006546, 0.6356428265571594, 1.071372628211975, -0.06152502819895744, -1.176993489265442, -0.7935512065887451, 1.8731155395507812, 2.151982545852661, 2.117124319076538, 2.151982545852661, 1.489673376083374, -0.8284096121788025, 0.008191745728254318, 1.7162528038024902, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.489673376083374, 1.3502397537231445, 1.3502397537231445, 1.2456645965576172, 1.4373857975006104, 1.5768193006515503, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.175947904586792, 1.2979521751403809, 1.0365142822265625, 1.3850982189178467, 1.4199565649032593, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.0190850496292114, 1.5768193006515503, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.2108062505722046, 0.8970807194709778, 1.175947904586792, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.0016558170318604, 1.2108062505722046, 1.175947904586792, 1.315381407737732, 1.1410894393920898, 0.984226644039154, 1.053943395614624, 1.1933770179748535, 1.158518671989441, 1.2108062505722046, 0.984226644039154, 1.053943395614624, 1.175947904586792, 0.7925055623054504, 1.0190850496292114, 1.2282354831695557, 0.7227887511253357, 1.5593900680541992, 1.5419609546661377, 1.3676689863204956, 1.5419609546661377, 1.5245317220687866, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.9079740047454834, 0.42649248242378235, -1.0027015209197998, -1.403572916984558, -1.4732897281646729, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.3861438035964966, -1.3512853384017944, -1.3687145709991455, -1.176993489265442, -1.1595642566680908, -0.11381260305643082, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 1.6813944578170776, -0.1661001741886139, 0.4962092638015747, 1.9079740047454834, 1.8731155395507812, 2.239128589630127, 2.204270124435425, 2.2565577030181885, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 2.1868410110473633, 2.3437037467956543, 2.1868410110473633, 2.27398681640625, 2.082265853881836, 2.0996949672698975, 1.942832350730896, 1.5071024894714355, 1.0888018608093262, 1.5942485332489014, 1.2456645965576172, 1.4373857975006104, 1.7162528038024902, 2.1345534324645996, 1.9079740047454834, 2.0648367404937744, 2.0996949672698975, 2.1694118976593018, 2.361132860183716, 1.611677646636963, 1.8556864261627197, 2.0648367404937744, 2.2565577030181885, 2.3262743949890137], [1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.1236603260040283, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 1.053943395614624, 1.7336820363998413, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.1236603260040283, 0.5484968423843384, 0.6356428265571594, 0.4090631604194641, 0.18248367309570312, 0.8099347352981567, 1.3676689863204956, 1.1236603260040283, 0.0430501289665699, -0.9504139423370361, -1.2989977598190308, -1.403572916984558, -1.5255773067474365, -1.5952941179275513, -1.6998692750930786, -1.5081480741500854, -0.9504139423370361, 0.600784420967102, 1.2805230617523193, 1.4373857975006104, 1.5071024894714355, 0.670501172542572, -0.532113254070282, -1.1072766780853271, -1.0375598669052124, -0.3229629397392273, -0.1312417984008789, 0.18248367309570312, 0.8622223138809204, 1.2108062505722046, 0.3742047846317291, 0.0430501289665699, 0.670501172542572, 0.670501172542572, -0.532113254070282, -0.9678431153297424, -0.7761220335960388, -0.009237446822226048, 0.11276690661907196, -0.3578213155269623, -0.2881045341491699, 0.06047932058572769, -0.5844008326530457, -1.1595642566680908, 2.2914161682128906, 2.5354247093200684, 2.5354247093200684, 0.9145098924636841, 0.8622223138809204, 0.9667974710464478, -0.7412636280059814, -1.2989977598190308, 0.2347712516784668, 1.7336820363998413, 1.5071024894714355, 1.5419609546661377, 1.332810640335083, 0.0430501289665699, 0.06047932058572769, 0.14762529730796814, -1.0027015209197998, -0.9852723479270935, 0.8796514868736267, 0.9145098924636841, 1.2456645965576172, 1.1236603260040283, 1.3676689863204956, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.5245317220687866, 1.1236603260040283, 1.3502397537231445, 1.1933770179748535, 1.1410894393920898, 1.4199565649032593, 1.0888018608093262, 1.5245317220687866, 1.489673376083374, 1.332810640335083, 1.2630938291549683, 1.5942485332489014, 0.984226644039154, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.0190850496292114, 1.1236603260040283, 0.9145098924636841, 1.071372628211975, 0.8796514868736267, 0.9667974710464478, 0.827363908290863, 1.2979521751403809, 1.472244143486023, 1.3850982189178467, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1410894393920898, 1.2456645965576172, 0.6879304051399231, 0.2522004544734955, 0.35677558183670044, 0.6182135939598083, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.0365142822265625, 1.2630938291549683, 1.4199565649032593, 1.071372628211975, 1.4025273323059082, 1.4548149108886719, 1.8556864261627197, 1.6639652252197266, 1.925403118133545, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 1.803398847579956, 2.047407388687134, 1.8731155395507812, 1.1236603260040283, -0.21838775277137756, -0.07895421981811523, -1.3512853384017944, -1.4384313821792603, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.490718960762024, -1.5081480741500854, -1.490718960762024, -1.333856225013733, -1.4210021495819092, -0.6541175842285156, -0.6366884112358093, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 0.8970807194709778, 2.430849552154541, 0.5484968423843384, -0.5495424270629883, 1.1236603260040283, 2.047407388687134, 2.082265853881836, 2.2216994762420654, 1.960261583328247, 1.942832350730896, 2.151982545852661, 2.0996949672698975, 2.1694118976593018, 2.151982545852661, 2.239128589630127, 2.2565577030181885, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 1.053943395614624, 0.9319390654563904, 1.2630938291549683, 0.9493682980537415, 1.3676689863204956, 1.6813944578170776, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.785969614982605, 2.27398681640625, 1.9776906967163086, 1.9079740047454834, 1.8382571935653687, 2.2216994762420654, 2.239128589630127, 2.3262743949890137], [1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.9145098924636841, 1.0190850496292114, 1.4548149108886719, 2.1694118976593018, 2.4831371307373047, 2.465708017349243, 2.3437037467956543, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.0648367404937744, 1.2805230617523193, 0.6356428265571594, 0.8622223138809204, 0.670501172542572, -0.2881045341491699, -0.1486709862947464, 0.827363908290863, 1.2630938291549683, 0.9667974710464478, 0.09533771127462387, -0.8109803795814514, -1.2641394138336182, -1.5778648853302002, -1.7695859670639038, -1.7521568536758423, -1.647581696510315, -0.7586928009986877, 0.8622223138809204, 1.472244143486023, 1.785969614982605, 1.6813944578170776, 1.315381407737732, 0.0430501289665699, -1.0549890995025635, -1.089847445487976, -0.601830005645752, -0.1661001741886139, 0.3916339874267578, 0.5484968423843384, 0.13019609451293945, 0.7576471567153931, 0.2522004544734955, -0.7064052224159241, 0.09533771127462387, 0.3916339874267578, -0.1312417984008789, -0.7412636280059814, -1.1072766780853271, -0.20095856487751007, 0.4090631604194641, 0.44392168521881104, -0.18352937698364258, 1.646536111831665, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 0.7750763297080994, -0.009237446822226048, -1.6998692750930786, -1.5604356527328491, -0.23581695556640625, 2.117124319076538, 1.8731155395507812, 2.0648367404937744, 1.6813944578170776, -1.1072766780853271, -0.9504139423370361, 2.082265853881836, 2.239128589630127, 1.9951199293136597, 1.8731155395507812, 0.9493682980537415, 0.7053595781326294, 1.158518671989441, 1.175947904586792, 1.2979521751403809, 1.1236603260040283, 1.2282354831695557, 1.071372628211975, 1.2630938291549683, 1.3676689863204956, 0.9667974710464478, 1.3676689863204956, 0.8796514868736267, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 0.9145098924636841, 1.6639652252197266, 0.7750763297080994, 1.5942485332489014, 1.1236603260040283, 1.0888018608093262, 1.489673376083374, 1.2456645965576172, 1.3676689863204956, 1.315381407737732, 0.827363908290863, 1.2456645965576172, 1.1933770179748535, 1.0190850496292114, 0.984226644039154, 1.2456645965576172, 1.1062309741973877, 0.9667974710464478, 1.0016558170318604, 1.1236603260040283, 1.0365142822265625, 0.9319390654563904, 0.9319390654563904, 1.0888018608093262, 1.1933770179748535, 1.175947904586792, 1.053943395614624, 0.9667974710464478, 0.8622223138809204, 1.1410894393920898, 1.158518671989441, 0.8622223138809204, 1.053943395614624, 1.4025273323059082, 1.1410894393920898, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.6988236904144287, 1.768540382385254, 1.942832350730896, 1.7511112689971924, 2.117124319076538, 2.0299782752990723, 1.9951199293136597, 1.9776906967163086, 1.2630938291549683, -0.5844008326530457, -1.0201307535171509, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.3512853384017944, -1.5081480741500854, -1.5255773067474365, -1.490718960762024, -1.5081480741500854, -1.3861438035964966, -1.3164269924163818, -0.9852723479270935, -0.2881045341491699, 1.315381407737732, 2.0996949672698975, 2.2914161682128906, 2.308845281600952, 1.8905447721481323, 2.430849552154541, 2.2216994762420654, -1.2118518352508545, -1.333856225013733, 0.4962092638015747, 2.117124319076538, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.0996949672698975, 2.2216994762420654, 2.2914161682128906, 1.8905447721481323, 2.361132860183716, 2.308845281600952, 1.315381407737732, 1.646536111831665, 1.3850982189178467, 1.6813944578170776, 1.2456645965576172, 1.5593900680541992, 1.7511112689971924, 1.8382571935653687, 2.204270124435425, 2.151982545852661, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 2.151982545852661, 2.3785619735717773, 2.2216994762420654, 2.3262743949890137], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.3850982189178467, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.27398681640625, 2.0648367404937744, 1.332810640335083, 0.6530719995498657, 0.6879304051399231, 0.8970807194709778, 0.2522004544734955, -0.601830005645752, -0.09638340771198273, 0.9145098924636841, 1.315381407737732, 0.6879304051399231, -0.3403921127319336, -0.9329847693443298, -1.2292810678482056, -1.4732897281646729, -1.5778648853302002, -1.4384313821792603, -0.6715468168258667, 0.8447931408882141, 1.5071024894714355, 1.6639652252197266, 1.646536111831665, 1.5768193006515503, 0.7053595781326294, -0.6715468168258667, -1.089847445487976, -0.688975989818573, -0.04409583657979965, 0.13019609451293945, 0.7402179837226868, 1.053943395614624, 0.7750763297080994, -0.1486709862947464, 0.2522004544734955, -0.06152502819895744, -1.0027015209197998, -1.1944226026535034, -0.5495424270629883, -0.3403921127319336, -0.4798256754875183, -0.8109803795814514, -0.23581695556640625, 2.3437037467956543, 2.430849552154541, 2.5702831745147705, 2.517995595932007, 2.6051416397094727, -0.7761220335960388, -1.4384313821792603, -0.39267969131469727, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 0.2522004544734955, -1.3512853384017944, -1.1595642566680908, 0.7053595781326294, 1.768540382385254, 1.6988236904144287, 1.6639652252197266, 1.2805230617523193, 0.2347712516784668, 0.6530719995498657, 1.2630938291549683, 0.5659260153770447, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.0365142822265625, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.7925055623054504, 1.3502397537231445, 0.8796514868736267, 1.3676689863204956, 1.175947904586792, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.7750763297080994, 0.4962092638015747, 1.175947904586792, 1.2282354831695557, 1.1236603260040283, 1.2456645965576172, 1.2282354831695557, 0.984226644039154, 1.175947904586792, 1.3850982189178467, 1.4373857975006104, 1.2282354831695557, 1.175947904586792, 0.8447931408882141, 0.984226644039154, 1.071372628211975, 0.7750763297080994, 0.478780061006546, 0.8622223138809204, 0.1999128758907318, 0.5484968423843384, 0.6879304051399231, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2630938291549683, 1.0365142822265625, 1.2979521751403809, 1.489673376083374, 1.315381407737732, 1.4199565649032593, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.8382571935653687, 1.942832350730896, 2.0299782752990723, 1.9079740047454834, 1.960261583328247, 1.803398847579956, 0.8099347352981567, -0.1486709862947464, -1.647581696510315, -1.5778648853302002, -1.647581696510315, -1.5604356527328491, -1.2641394138336182, -1.3164269924163818, -1.5255773067474365, -1.5081480741500854, -1.3861438035964966, -1.2815686464309692, -1.1247059106826782, -0.11381260305643082, 1.0016558170318604, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.27398681640625, 2.151982545852661, 2.3262743949890137, 2.4482789039611816, -0.44496726989746094, -1.333856225013733, -0.4623964726924896, -1.5778648853302002, -1.2641394138336182, 0.5833552479743958, 2.2216994762420654, 2.0648367404937744, 1.9951199293136597, 2.082265853881836, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.117124319076538, 2.3437037467956543, 2.395991325378418, 1.7162528038024902, 1.803398847579956, 1.646536111831665, 1.1236603260040283, 1.0190850496292114, 1.2630938291549683, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 2.1694118976593018, 2.1868410110473633, 1.8905447721481323, 1.7336820363998413, 1.9079740047454834, 2.552854061126709, 2.151982545852661, 2.151982545852661], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 1.0016558170318604, 1.7511112689971924, 2.27398681640625, 2.3785619735717773, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2216994762420654, 2.0125491619110107, 1.2979521751403809, 0.5659260153770447, 0.5659260153770447, 0.8622223138809204, 0.7227887511253357, -0.2881045341491699, -0.39267969131469727, 0.6530719995498657, 1.2282354831695557, 1.2630938291549683, 0.6879304051399231, -0.3578213155269623, -0.8981263637542725, -1.2641394138336182, -1.5255773067474365, -1.490718960762024, -0.8806971907615662, 0.5659260153770447, 1.2108062505722046, 1.4548149108886719, 1.5593900680541992, 1.7162528038024902, 1.071372628211975, -0.18352937698364258, -1.0027015209197998, -0.8981263637542725, -0.21838775277137756, 0.06047932058572769, 0.008191745728254318, 0.30448800325393677, 0.9667974710464478, 0.6530719995498657, -0.37525051832199097, -0.8109803795814514, -0.25324615836143494, -0.27067533135414124, -0.8458387851715088, -1.0375598669052124, -0.44496726989746094, -0.21838775277137756, 2.27398681640625, 2.5354247093200684, 2.517995595932007, 0.8970807194709778, -1.0724183320999146, -1.2815686464309692, 1.3676689863204956, 1.9776906967163086, 2.0125491619110107, 2.117124319076538, 0.8796514868736267, -0.8284096121788025, 1.2805230617523193, 1.925403118133545, 1.646536111831665, 0.2173420637845993, -0.21838775277137756, 0.6182135939598083, 0.6356428265571594, 0.984226644039154, 1.2805230617523193, 1.1062309741973877, 0.8622223138809204, 1.0190850496292114, 0.8970807194709778, 1.053943395614624, 1.053943395614624, 1.175947904586792, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 0.9319390654563904, 1.053943395614624, 0.7402179837226868, 1.2805230617523193, 1.0365142822265625, 0.670501172542572, 0.9319390654563904, 0.7053595781326294, 0.600784420967102, 0.9145098924636841, 0.8622223138809204, 0.9319390654563904, 0.8796514868736267, 1.0190850496292114, 1.0016558170318604, 0.8099347352981567, 1.0888018608093262, 1.1410894393920898, 0.8447931408882141, 0.6879304051399231, 1.0016558170318604, 0.3916339874267578, 0.02562093921005726, -0.20095856487751007, 0.32191720604896545, 0.30448800325393677, 0.16505448520183563, 0.5833552479743958, 0.4962092638015747, 0.5659260153770447, 0.3916339874267578, 0.8796514868736267, 0.6356428265571594, 0.6182135939598083, 1.0190850496292114, 1.332810640335083, 1.158518671989441, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.960261583328247, 2.0996949672698975, 1.9776906967163086, 1.8556864261627197, 2.0996949672698975, 1.768540382385254, 0.7925055623054504, -0.3229629397392273, -1.5604356527328491, -1.6301524639129639, -1.6127232313156128, -1.4732897281646729, -1.5604356527328491, -1.5255773067474365, -1.2989977598190308, -1.490718960762024, -1.4732897281646729, -1.2989977598190308, -0.9155555367469788, -0.41010889410972595, 0.984226644039154, 1.3850982189178467, 1.803398847579956, 2.0299782752990723, 2.465708017349243, 2.430849552154541, 2.308845281600952, 2.3262743949890137, 2.4831371307373047, 2.2914161682128906, -0.3403921127319336, -0.8284096121788025, -0.9852723479270935, -1.4210021495819092, -1.4210021495819092, -1.5430065393447876, -0.1312417984008789, 1.9776906967163086, 1.942832350730896, 2.2565577030181885, 2.0648367404937744, 2.1694118976593018, 2.27398681640625, 2.308845281600952, 2.2565577030181885, 2.1868410110473633, 2.047407388687134, 1.0365142822265625, 0.984226644039154, 1.1933770179748535, 1.5419609546661377, 1.9079740047454834, 2.1868410110473633, 2.2565577030181885, 2.5702831745147705, 1.9776906967163086, 1.8905447721481323, 1.942832350730896, 2.082265853881836, 2.6051416397094727, 2.1694118976593018, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 1.2805230617523193, 2.0125491619110107, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.1868410110473633, 2.0299782752990723, 1.332810640335083, 0.5310676693916321, 0.14762529730796814, 0.5484968423843384, 1.0190850496292114, 0.07790851593017578, -0.23581695556640625, 1.0016558170318604, 1.2456645965576172, 1.4373857975006104, 1.2979521751403809, 0.478780061006546, -0.601830005645752, -1.1072766780853271, -1.4558604955673218, -1.4384313821792603, -1.3164269924163818, -0.1661001741886139, 1.053943395614624, 1.3502397537231445, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 0.5310676693916321, -0.7761220335960388, -0.688975989818573, -0.23581695556640625, -0.1312417984008789, 0.42649248242378235, 0.30448800325393677, -0.18352937698364258, -0.532113254070282, -0.3055337369441986, -0.37525051832199097, -0.9329847693443298, -0.8284096121788025, -0.601830005645752, -0.5495424270629883, 2.2914161682128906, 2.204270124435425, 2.2565577030181885, 1.6639652252197266, -1.4384313821792603, -1.1944226026535034, 0.7576471567153931, 1.5942485332489014, 1.6639652252197266, 1.7162528038024902, -0.1486709862947464, -0.37525051832199097, 1.646536111831665, 2.0648367404937744, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, 1.6639652252197266, 1.332810640335083, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, 0.984226644039154, 1.053943395614624, 0.7925055623054504, 1.071372628211975, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 1.071372628211975, 1.0190850496292114, 0.8796514868736267, 0.6879304051399231, 0.7402179837226868, 0.9319390654563904, 0.7053595781326294, 0.6879304051399231, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 1.1062309741973877, 0.600784420967102, 1.0365142822265625, 0.827363908290863, 0.9145098924636841, 1.2456645965576172, 0.9145098924636841, 0.478780061006546, 0.8447931408882141, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.8622223138809204, 1.0016558170318604, 0.827363908290863, 1.0190850496292114, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.670501172542572, 0.984226644039154, 0.5659260153770447, 1.0016558170318604, 0.7402179837226868, 0.28705883026123047, 0.8622223138809204, 1.053943395614624, 1.071372628211975, 1.5768193006515503, 1.332810640335083, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.9079740047454834, 2.1694118976593018, 2.0996949672698975, 1.925403118133545, 1.3850982189178467, 0.827363908290863, 0.9145098924636841, -0.41010889410972595, -1.5778648853302002, -1.6301524639129639, -1.6824400424957275, -1.5952941179275513, -1.5430065393447876, -1.4732897281646729, -1.4732897281646729, -1.3687145709991455, -1.4732897281646729, -1.2989977598190308, -0.7412636280059814, -0.5844008326530457, 0.4090631604194641, 1.646536111831665, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.465708017349243, 2.082265853881836, 2.2914161682128906, 2.361132860183716, 2.2914161682128906, 0.7576471567153931, -1.1247059106826782, -1.4558604955673218, -1.4384313821792603, -1.403572916984558, -1.2292810678482056, -1.6998692750930786, -1.2292810678482056, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.151982545852661, 1.9951199293136597, 1.5768193006515503, 1.489673376083374, 1.3850982189178467, 1.8208279609680176, 1.6639652252197266, 2.0648367404937744, 1.7511112689971924, 1.5245317220687866, 2.2914161682128906, 1.8556864261627197, 2.117124319076538, 1.9079740047454834, 1.489673376083374, 2.2914161682128906, 2.151982545852661, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.646536111831665, 2.239128589630127, 2.361132860183716, 2.395991325378418, 2.4482789039611816, 2.430849552154541, 2.3262743949890137, 2.3785619735717773, 2.3262743949890137, 2.239128589630127, 2.27398681640625, 2.204270124435425, 2.151982545852661, 1.9079740047454834, 1.4025273323059082, 0.7227887511253357, -0.06152502819895744, 0.1999128758907318, 0.7576471567153931, 0.30448800325393677, 0.09533771127462387, 0.8447931408882141, 1.3850982189178467, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 0.09533771127462387, -0.8284096121788025, -1.1072766780853271, -1.4384313821792603, -1.246710181236267, -0.2881045341491699, 1.071372628211975, 1.332810640335083, 1.5245317220687866, 1.4548149108886719, 1.489673376083374, 1.1062309741973877, -0.39267969131469727, -0.2881045341491699, 0.0430501289665699, -0.04409583657979965, -0.619259238243103, -0.4972548484802246, 0.32191720604896545, 0.30448800325393677, -0.7412636280059814, -0.8109803795814514, -0.4972548484802246, -0.3229629397392273, 0.9319390654563904, 2.1694118976593018, 2.204270124435425, 2.517995595932007, 2.587712287902832, 1.332810640335083, -1.0724183320999146, 0.0430501289665699, 0.8970807194709778, 1.175947904586792, 0.16505448520183563, -0.37525051832199097, 1.1062309741973877, 1.9079740047454834, 1.4199565649032593, -0.8284096121788025, 0.600784420967102, 1.8208279609680176, 1.4025273323059082, 1.4548149108886719, 0.9493682980537415, 1.2630938291549683, 0.984226644039154, 0.8099347352981567, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 0.6182135939598083, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.0888018608093262, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 1.2805230617523193, 0.7053595781326294, 0.9667974710464478, 1.1236603260040283, 0.7227887511253357, 0.9145098924636841, 0.5659260153770447, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.053943395614624, 0.9493682980537415, 1.1933770179748535, 0.9667974710464478, 0.827363908290863, 0.9667974710464478, 0.8447931408882141, 1.1062309741973877, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 1.2282354831695557, 1.1933770179748535, 0.44392168521881104, 0.0430501289665699, 1.053943395614624, 1.2456645965576172, 1.472244143486023, 1.0016558170318604, 1.3502397537231445, 1.175947904586792, 1.4199565649032593, 1.4548149108886719, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.8208279609680176, 2.0996949672698975, 1.768540382385254, 1.8905447721481323, 2.0648367404937744, 0.984226644039154, -0.3403921127319336, -1.4558604955673218, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.5430065393447876, -1.5255773067474365, -1.4732897281646729, -1.403572916984558, -1.2292810678482056, -1.089847445487976, -0.8458387851715088, 0.2696296274662018, 1.6988236904144287, 2.0125491619110107, 2.3262743949890137, 2.082265853881836, 2.2565577030181885, 2.1345534324645996, 2.2216994762420654, 2.308845281600952, 2.3785619735717773, 2.0125491619110107, -0.5146840810775757, -1.4732897281646729, -1.4384313821792603, -1.333856225013733, -1.2118518352508545, -1.0549890995025635, -1.2641394138336182, -1.804444432258606, -0.5146840810775757, 1.6988236904144287, 2.3437037467956543, 2.0299782752990723, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 1.5245317220687866, 1.9079740047454834, 1.785969614982605, 1.925403118133545, 1.4373857975006104, 1.5942485332489014, 1.6813944578170776, 2.2216994762420654, 1.7336820363998413, 1.942832350730896, 1.942832350730896, 1.960261583328247, 2.082265853881836, 1.4373857975006104, 2.1345534324645996, 2.151982545852661, 2.117124319076538], [1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 1.1062309741973877, 1.7511112689971924, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.4134204387664795, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.2914161682128906, 2.2914161682128906, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 1.9079740047454834, 1.315381407737732, 0.7053595781326294, -0.18352937698364258, -0.23581695556640625, 0.3742047846317291, 0.3916339874267578, 0.7402179837226868, 1.2108062505722046, 1.3502397537231445, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.0888018608093262, -0.04409583657979965, -0.8284096121788025, -1.0375598669052124, -1.3861438035964966, -0.6541175842285156, 0.9493682980537415, 1.3676689863204956, 1.4025273323059082, 1.5071024894714355, 1.4548149108886719, 1.1062309741973877, 0.13019609451293945, 0.1999128758907318, -0.009237446822226048, -0.21838775277137756, -0.06152502819895744, 0.02562093921005726, -0.25324615836143494, -0.27067533135414124, -0.601830005645752, -0.688975989818573, -0.7935512065887451, 0.33934640884399414, 2.5005664825439453, 2.4831371307373047, 2.5354247093200684, 1.0365142822265625, -1.4384313821792603, 0.44392168521881104, 1.768540382385254, 1.8208279609680176, 1.803398847579956, 0.7750763297080994, -0.6541175842285156, 0.4090631604194641, 0.5659260153770447, -0.7935512065887451, -0.5146840810775757, 0.9493682980537415, 1.175947904586792, 1.1933770179748535, 0.9667974710464478, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.1236603260040283, 0.8970807194709778, 0.9145098924636841, 1.071372628211975, 0.9667974710464478, 0.7750763297080994, 0.7227887511253357, 0.6356428265571594, 0.7750763297080994, 0.8447931408882141, 0.8099347352981567, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 0.9493682980537415, 1.0190850496292114, 0.984226644039154, 0.8099347352981567, 0.9667974710464478, 0.8796514868736267, 1.053943395614624, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 0.827363908290863, 1.0190850496292114, 1.0016558170318604, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.7576471567153931, 0.5659260153770447, 0.8970807194709778, 0.7227887511253357, 0.8796514868736267, 1.0016558170318604, 1.2630938291549683, 0.9667974710464478, 1.175947904586792, 0.827363908290863, 0.7925055623054504, 1.0190850496292114, 1.2630938291549683, 1.315381407737732, 1.5768193006515503, 1.472244143486023, 1.785969614982605, 1.3850982189178467, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9951199293136597, 1.629106879234314, 1.472244143486023, -1.0724183320999146, -1.4732897281646729, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5430065393447876, -1.5604356527328491, -1.4384313821792603, -1.2989977598190308, -1.3512853384017944, -0.27067533135414124, 0.13019609451293945, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.3262743949890137, 2.3437037467956543, 2.465708017349243, 2.3785619735717773, 2.308845281600952, 2.239128589630127, 0.2347712516784668, -1.4384313821792603, -1.4210021495819092, -1.403572916984558, -1.3861438035964966, -0.4972548484802246, -1.3512853384017944, -1.7172983884811401, -1.5255773067474365, 1.4548149108886719, 1.8905447721481323, 2.1694118976593018, 1.960261583328247, 2.117124319076538, 2.1345534324645996, 1.5593900680541992, 2.1345534324645996, 1.611677646636963, 1.2108062505722046, 1.1410894393920898, 1.4199565649032593, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.9951199293136597, 2.308845281600952, 2.2216994762420654, 1.9951199293136597, 2.239128589630127, 2.0648367404937744, 2.0648367404937744, 2.082265853881836], [1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.9145098924636841, 1.175947904586792, 1.8556864261627197, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 1.8556864261627197, 1.1933770179748535, 0.9493682980537415, 0.11276690661907196, -0.5146840810775757, 0.2347712516784668, 0.4613508880138397, 0.670501172542572, 1.0365142822265625, 1.332810640335083, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.5768193006515503, 0.9319390654563904, -0.2881045341491699, -0.9504139423370361, -1.1072766780853271, -0.7412636280059814, 0.5833552479743958, 1.0365142822265625, 1.315381407737732, 1.4199565649032593, 1.2282354831695557, 0.984226644039154, 0.35677558183670044, 0.2347712516784668, -0.009237446822226048, -0.25324615836143494, -0.6366884112358093, -0.27067533135414124, -0.18352937698364258, -0.41010889410972595, -0.7586928009986877, -0.4972548484802246, 2.151982545852661, 2.27398681640625, 2.5005664825439453, 1.5245317220687866, -1.2118518352508545, 0.5310676693916321, 1.5768193006515503, 1.6813944578170776, 1.7336820363998413, 0.7227887511253357, -1.176993489265442, 1.1062309741973877, 1.9776906967163086, 1.8382571935653687, 1.7511112689971924, 1.785969614982605, -0.09638340771198273, 0.4962092638015747, 0.9319390654563904, 1.1062309741973877, 1.2282354831695557, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7053595781326294, 0.6879304051399231, 0.7925055623054504, 0.6879304051399231, 0.7750763297080994, 0.9319390654563904, 0.7227887511253357, 1.1236603260040283, 1.158518671989441, 0.8796514868736267, 0.8447931408882141, 0.9493682980537415, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 0.7576471567153931, 0.7053595781326294, 0.8622223138809204, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.6530719995498657, 0.5310676693916321, 0.6530719995498657, 0.3742047846317291, 0.5833552479743958, 0.9145098924636841, 1.053943395614624, 0.984226644039154, 1.332810640335083, 1.5942485332489014, 1.629106879234314, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.7162528038024902, 1.6988236904144287, 2.0648367404937744, 1.960261583328247, 1.5593900680541992, 0.4962092638015747, 0.478780061006546, 1.1410894393920898, -0.619259238243103, -1.490718960762024, -1.6301524639129639, -1.6824400424957275, -1.6650108098983765, -1.6824400424957275, -1.6824400424957275, -1.6127232313156128, -1.5604356527328491, -1.5778648853302002, -1.4732897281646729, -1.1072766780853271, -0.9329847693443298, 0.600784420967102, 1.5245317220687866, 1.9776906967163086, 2.151982545852661, 2.0648367404937744, 2.3262743949890137, 2.27398681640625, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.1694118976593018, 1.2456645965576172, -1.490718960762024, -1.5081480741500854, -1.3512853384017944, -1.490718960762024, -1.5430065393447876, -1.403572916984558, -1.647581696510315, -1.6998692750930786, 0.8099347352981567, 1.7336820363998413, 2.0299782752990723, 2.0299782752990723, 1.8208279609680176, 1.9079740047454834, 1.7336820363998413, 1.5768193006515503, -0.18352937698364258, 0.30448800325393677, 0.6530719995498657, 1.6813944578170776, 1.8731155395507812, 1.629106879234314, 1.5768193006515503, 1.6988236904144287, 2.4134204387664795, 2.3262743949890137, 1.9951199293136597, 2.2914161682128906, 2.0125491619110107, 2.0125491619110107, 2.047407388687134], [1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.5942485332489014, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.053943395614624, 1.0190850496292114, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 1.3676689863204956, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.395991325378418, 2.3785619735717773, 2.3437037467956543, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.2914161682128906, 2.204270124435425, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.8556864261627197, 1.4373857975006104, 0.984226644039154, 0.9319390654563904, 0.1999128758907318, -0.1312417984008789, 0.4090631604194641, 0.478780061006546, 0.5833552479743958, 0.9493682980537415, 1.315381407737732, 1.1933770179748535, 1.3502397537231445, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 0.6879304051399231, -0.601830005645752, -0.7238344550132751, -0.7761220335960388, 0.30448800325393677, 1.1410894393920898, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 0.984226644039154, 0.16505448520183563, 0.02562093921005726, -0.20095856487751007, -0.39267969131469727, -0.37525051832199097, -0.4798256754875183, -0.4623964726924896, 0.8099347352981567, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.465708017349243, 1.2979521751403809, -0.5146840810775757, 0.5659260153770447, 0.9319390654563904, 1.2456645965576172, -0.688975989818573, -1.3512853384017944, 0.8970807194709778, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.6988236904144287, -0.7412636280059814, -0.37525051832199097, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.7053595781326294, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.7925055623054504, 1.0016558170318604, 1.0016558170318604, 0.7576471567153931, 0.7750763297080994, 0.7053595781326294, 0.6530719995498657, 0.5833552479743958, 0.984226644039154, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.9145098924636841, 0.7576471567153931, 1.071372628211975, 1.053943395614624, 0.7925055623054504, 0.7227887511253357, 0.9319390654563904, 0.8622223138809204, 1.158518671989441, 0.9493682980537415, 0.8622223138809204, 0.8099347352981567, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 0.7402179837226868, 1.0888018608093262, 1.0365142822265625, 0.8970807194709778, 0.5484968423843384, 0.6879304051399231, 0.8099347352981567, 0.06047932058572769, -0.3229629397392273, 0.2173420637845993, -0.009237446822226048, 1.1410894393920898, 1.2630938291549683, 1.1062309741973877, 1.5419609546661377, 1.158518671989441, 1.332810640335083, 1.629106879234314, 1.4373857975006104, 1.8731155395507812, 2.047407388687134, 0.9145098924636841, -0.04409583657979965, -1.3512853384017944, -1.5952941179275513, -1.6127232313156128, -1.5952941179275513, -1.6127232313156128, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.647581696510315, -1.490718960762024, -1.2815686464309692, -0.8458387851715088, 0.14762529730796814, 1.803398847579956, 2.0299782752990723, 2.27398681640625, 2.047407388687134, 2.27398681640625, 2.308845281600952, 2.308845281600952, 2.204270124435425, 2.27398681640625, 2.082265853881836, 2.3785619735717773, -1.1421350240707397, -1.5081480741500854, -1.3861438035964966, -1.4384313821792603, -1.4384313821792603, -1.3861438035964966, -1.490718960762024, -1.647581696510315, 1.1236603260040283, 1.803398847579956, 1.8208279609680176, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.646536111831665, 0.30448800325393677, 0.2696296274662018, -0.06152502819895744, 1.071372628211975, 1.4548149108886719, 2.4482789039611816, 1.7336820363998413, 1.7511112689971924, 2.2914161682128906, 2.0996949672698975, 2.27398681640625, 2.0125491619110107, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107], [1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 1.2979521751403809, 1.942832350730896, 2.3437037467956543, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 1.925403118133545, 1.629106879234314, 1.4373857975006104, 0.8796514868736267, 0.827363908290863, 0.9145098924636841, 0.600784420967102, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.6182135939598083, 0.7750763297080994, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.5071024894714355, 1.611677646636963, 1.4025273323059082, 0.4090631604194641, -0.4972548484802246, -0.4623964726924896, 0.4962092638015747, 0.9145098924636841, 1.175947904586792, 1.2805230617523193, 1.0365142822265625, 0.30448800325393677, 0.02562093921005726, -0.06152502819895744, -0.39267969131469727, -0.619259238243103, -0.4972548484802246, 0.35677558183670044, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.4134204387664795, 2.5005664825439453, 0.28705883026123047, -0.9155555367469788, -0.7412636280059814, 0.28705883026123047, -0.06152502819895744, -1.0201307535171509, -0.6366884112358093, 1.4373857975006104, 1.7162528038024902, 1.6988236904144287, 1.5245317220687866, -0.6366884112358093, -1.2292810678482056, 0.9145098924636841, 1.1933770179748535, 1.1062309741973877, 0.8622223138809204, 0.7750763297080994, 0.8447931408882141, 0.7402179837226868, 0.8447931408882141, 1.0888018608093262, 0.9145098924636841, 0.7227887511253357, 0.9319390654563904, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.6530719995498657, 0.5833552479743958, 0.6182135939598083, 0.6182135939598083, 1.0888018608093262, 0.7227887511253357, 0.7227887511253357, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 1.2108062505722046, 1.2630938291549683, 0.8796514868736267, 1.1410894393920898, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 0.7402179837226868, 1.1933770179748535, 0.9319390654563904, 0.7053595781326294, 0.8970807194709778, 0.9145098924636841, 0.513638436794281, 0.670501172542572, 0.827363908290863, 0.827363908290863, 1.5071024894714355, 1.7336820363998413, 1.8556864261627197, 1.942832350730896, 1.629106879234314, 0.30448800325393677, -0.5844008326530457, -1.0201307535171509, -1.4732897281646729, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.5952941179275513, -1.6127232313156128, -1.7870151996612549, -1.7695859670639038, -1.6998692750930786, -1.5081480741500854, -1.3164269924163818, -1.0724183320999146, 0.7227887511253357, 1.5593900680541992, 2.2565577030181885, 2.1868410110473633, 2.1868410110473633, 2.361132860183716, 2.151982545852661, 2.361132860183716, 2.0125491619110107, 2.2914161682128906, 2.361132860183716, 2.1345534324645996, 0.4613508880138397, -1.490718960762024, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5952941179275513, -1.7521568536758423, -1.1595642566680908, -1.0201307535171509, 1.1410894393920898, 1.7162528038024902, 1.5245317220687866, 2.0299782752990723, 1.158518671989441, 1.0190850496292114, 0.5659260153770447, -0.3578213155269623, 0.008191745728254318, 1.5071024894714355, 1.2456645965576172, 1.925403118133545, 1.8382571935653687, 1.6813944578170776, 1.8905447721481323, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0190850496292114, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 1.158518671989441, 1.768540382385254, 2.2914161682128906, 2.430849552154541, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.2914161682128906, 2.1868410110473633, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 1.8556864261627197, 1.7336820363998413, 1.5593900680541992, 1.1236603260040283, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.7402179837226868, 0.7053595781326294, 1.0190850496292114, 1.315381407737732, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5768193006515503, 1.5419609546661377, 1.2979521751403809, 0.13019609451293945, -0.42753809690475464, 0.3916339874267578, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 0.9493682980537415, 0.2347712516784668, -0.11381260305643082, -0.27067533135414124, -0.37525051832199097, -0.6366884112358093, 1.9951199293136597, 2.27398681640625, 2.395991325378418, 2.465708017349243, 2.5354247093200684, 2.117124319076538, -1.1944226026535034, -0.8806971907615662, 1.0190850496292114, 1.2979521751403809, 1.5245317220687866, 1.489673376083374, 0.1999128758907318, -0.6541175842285156, 0.6530719995498657, 0.42649248242378235, -0.6366884112358093, -1.2641394138336182, -0.1486709862947464, 1.071372628211975, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.8796514868736267, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.8099347352981567, 0.7576471567153931, 1.071372628211975, 0.8099347352981567, 0.7053595781326294, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.600784420967102, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.7227887511253357, 0.984226644039154, 1.0016558170318604, 0.670501172542572, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.315381407737732, 1.2630938291549683, 1.158518671989441, 0.7925055623054504, 0.8622223138809204, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.2456645965576172, 1.3502397537231445, 1.1236603260040283, 1.5593900680541992, 1.6813944578170776, 1.8208279609680176, 1.5942485332489014, 1.6988236904144287, 1.9776906967163086, 1.5245317220687866, 0.4962092638015747, -0.18352937698364258, -0.8981263637542725, -1.490718960762024, -1.6127232313156128, -1.5952941179275513, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.6301524639129639, -1.5430065393447876, -1.4558604955673218, -0.8806971907615662, -0.9329847693443298, 0.3742047846317291, 1.2456645965576172, 1.942832350730896, 2.082265853881836, 1.9776906967163086, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.047407388687134, 2.239128589630127, 2.151982545852661, 2.4482789039611816, 0.2347712516784668, 1.785969614982605, 0.16505448520183563, -1.5081480741500854, -1.7172983884811401, -1.6824400424957275, -1.647581696510315, -1.4558604955673218, -1.3687145709991455, -1.6650108098983765, 0.2696296274662018, 1.2805230617523193, 1.8731155395507812, 1.785969614982605, 1.2979521751403809, -0.7935512065887451, -1.2815686464309692, -1.1944226026535034, 0.35677558183670044, 1.7336820363998413, 2.117124319076538, 1.5942485332489014, 2.1868410110473633, 1.8382571935653687, 1.9951199293136597, 2.0299782752990723, 1.8905447721481323, 2.204270124435425, 1.942832350730896, 1.8905447721481323, 1.9079740047454834, 1.925403118133545], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 1.1062309741973877, 1.768540382385254, 2.2565577030181885, 2.395991325378418, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 1.8905447721481323, 1.803398847579956, 1.5593900680541992, 1.071372628211975, 0.5310676693916321, 0.4090631604194641, 0.513638436794281, 0.4613508880138397, 0.600784420967102, 0.9667974710464478, 0.8796514868736267, 0.9319390654563904, 0.7925055623054504, 0.670501172542572, 0.7925055623054504, 1.175947904586792, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.2630938291549683, 0.2173420637845993, 0.5659260153770447, 0.8099347352981567, 0.9145098924636841, 0.9145098924636841, 0.6182135939598083, -0.06152502819895744, -0.20095856487751007, -0.3229629397392273, -0.41010889410972595, 1.9776906967163086, 2.430849552154541, 2.4482789039611816, 2.5702831745147705, 2.1868410110473633, -1.333856225013733, -0.8806971907615662, 1.3850982189178467, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, -0.5495424270629883, -0.8284096121788025, 1.803398847579956, 1.6988236904144287, 1.611677646636963, 1.3850982189178467, 1.2630938291549683, 0.5310676693916321, 0.1999128758907318, 0.9319390654563904, 0.9145098924636841, 1.1236603260040283, 0.7925055623054504, 0.7227887511253357, 0.42649248242378235, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 0.7402179837226868, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.5310676693916321, 0.8447931408882141, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.44392168521881104, 0.827363908290863, 0.7053595781326294, 0.6356428265571594, 0.7227887511253357, 0.6530719995498657, 0.984226644039154, 0.6530719995498657, 0.7925055623054504, 0.9667974710464478, 0.827363908290863, 0.7402179837226868, 0.9145098924636841, 0.7227887511253357, 0.827363908290863, 0.984226644039154, 1.0365142822265625, 1.158518671989441, 0.9319390654563904, 0.6182135939598083, 0.7750763297080994, 0.9319390654563904, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.3676689863204956, 1.3502397537231445, 1.5942485332489014, 1.5071024894714355, 1.629106879234314, 1.768540382385254, 1.9951199293136597, 1.5245317220687866, 0.3742047846317291, -0.6366884112358093, -1.2118518352508545, -1.4384313821792603, -1.6127232313156128, -1.5604356527328491, -1.5430065393447876, -1.5952941179275513, -1.647581696510315, -1.5604356527328491, -1.5081480741500854, -0.688975989818573, 0.6356428265571594, 1.315381407737732, 0.13019609451293945, 0.9319390654563904, 0.8622223138809204, 1.332810640335083, 2.2216994762420654, 2.1345534324645996, 1.9079740047454834, 2.082265853881836, 2.239128589630127, 2.3262743949890137, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9079740047454834, 1.768540382385254, 2.082265853881836, 2.1345534324645996, 1.646536111831665, 0.513638436794281, -1.1944226026535034, -0.8981263637542725, -1.6998692750930786, -1.7695859670639038, -1.7347276210784912, -1.5255773067474365, 0.478780061006546, 1.8208279609680176, 1.9776906967163086, -0.8981263637542725, -1.5604356527328491, -1.5952941179275513, -1.2641394138336182, 0.9667974710464478, 1.785969614982605, 2.5354247093200684, 2.0648367404937744, 2.3785619735717773, 2.2216994762420654, 2.1868410110473633, 1.7162528038024902, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 1.158518671989441, 1.646536111831665, 2.117124319076538, 2.3262743949890137, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.629106879234314, 1.1236603260040283, 0.5833552479743958, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.28705883026123047, 0.5659260153770447, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8970807194709778, 0.5833552479743958, 0.6182135939598083, 1.053943395614624, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.7511112689971924, 0.7750763297080994, 0.4090631604194641, 0.5833552479743958, 0.670501172542572, 0.7402179837226868, 0.30448800325393677, -0.2881045341491699, -0.3578213155269623, 2.0299782752990723, 1.9776906967163086, 2.465708017349243, 2.552854061126709, 1.8208279609680176, -1.403572916984558, -0.9678431153297424, 1.1933770179748535, 1.5768193006515503, 1.611677646636963, 1.8556864261627197, -0.9852723479270935, -0.8981263637542725, 1.8556864261627197, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.646536111831665, 0.478780061006546, 0.4613508880138397, 1.0365142822265625, 1.1062309741973877, 0.984226644039154, 0.7227887511253357, 0.984226644039154, 0.8796514868736267, 0.7750763297080994, 0.9667974710464478, 0.7750763297080994, 0.7053595781326294, 0.7576471567153931, 0.3742047846317291, 0.5484968423843384, 0.7227887511253357, 0.8099347352981567, 0.6356428265571594, 0.44392168521881104, 0.670501172542572, 0.5484968423843384, 0.4613508880138397, 0.6879304051399231, 0.670501172542572, 0.5833552479743958, 0.8796514868736267, 0.6879304051399231, 0.9145098924636841, 0.7053595781326294, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 0.6356428265571594, 0.6530719995498657, 0.8970807194709778, 1.611677646636963, 0.9493682980537415, 1.315381407737732, 1.611677646636963, 1.5071024894714355, 1.6639652252197266, 1.5419609546661377, 1.4199565649032593, 1.1236603260040283, 1.646536111831665, 1.3502397537231445, 0.1999128758907318, -0.7412636280059814, -1.490718960762024, -1.5604356527328491, -1.6301524639129639, -1.5952941179275513, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.0549890995025635, -0.44496726989746094, 0.2347712516784668, 1.6988236904144287, 2.082265853881836, 1.8208279609680176, 2.0648367404937744, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.204270124435425, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.3262743949890137, 2.2216994762420654, 1.768540382385254, 2.0125491619110107, 2.1345534324645996, 2.117124319076538, 2.3262743949890137, 2.0125491619110107, 1.7162528038024902, 1.4025273323059082, 1.0016558170318604, -0.3578213155269623, -1.5778648853302002, -1.7172983884811401, -1.7172983884811401, -1.7695859670639038, -1.3861438035964966, 0.8099347352981567, -0.3055337369441986, -1.7521568536758423, -1.7870151996612549, -1.5255773067474365, -1.1247059106826782, 0.7227887511253357, 1.942832350730896, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.117124319076538, 1.5419609546661377, 1.7336820363998413, 2.1345534324645996, 1.7162528038024902, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.8447931408882141, 1.0888018608093262, 1.646536111831665, 2.2914161682128906, 2.430849552154541, 2.395991325378418, 2.3437037467956543, 2.27398681640625, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6639652252197266, 1.4025273323059082, 0.7402179837226868, 0.4962092638015747, 0.670501172542572, 0.827363908290863, 0.2347712516784668, 0.28705883026123047, 0.5833552479743958, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.6356428265571594, 0.5484968423843384, 0.670501172542572, 1.1236603260040283, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 0.44392168521881104, 0.18248367309570312, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, -0.009237446822226048, 1.7336820363998413, 2.1868410110473633, 2.2565577030181885, 2.4134204387664795, 2.5702831745147705, 0.16505448520183563, -1.0375598669052124, 0.600784420967102, 1.1062309741973877, 1.332810640335083, 1.315381407737732, -0.7586928009986877, -1.4384313821792603, 1.3850982189178467, 1.6813944578170776, 1.785969614982605, 1.6813944578170776, 1.7162528038024902, 0.11276690661907196, 0.5659260153770447, 1.2979521751403809, 1.3676689863204956, 1.5245317220687866, 1.5768193006515503, 1.3502397537231445, 0.7750763297080994, 1.2282354831695557, 1.071372628211975, 0.7576471567153931, 0.5659260153770447, 0.5659260153770447, 0.7402179837226868, 0.6182135939598083, 0.7750763297080994, 0.7053595781326294, 0.6182135939598083, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.3916339874267578, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7402179837226868, 0.6530719995498657, 0.513638436794281, 0.44392168521881104, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.9667974710464478, 0.5659260153770447, 0.8970807194709778, 0.7402179837226868, 0.9319390654563904, 0.8447931408882141, 0.9667974710464478, 1.071372628211975, 0.8447931408882141, 0.6356428265571594, 1.2630938291549683, 1.4548149108886719, 1.071372628211975, 1.071372628211975, 1.2282354831695557, 1.5071024894714355, 1.3676689863204956, 1.5419609546661377, 1.8382571935653687, 2.047407388687134, 1.803398847579956, 0.9667974710464478, -0.44496726989746094, -1.0549890995025635, -1.3861438035964966, -1.5604356527328491, -1.6301524639129639, -1.6650108098983765, -1.5081480741500854, -1.5952941179275513, -0.7238344550132751, 0.2522004544734955, 0.33934640884399414, 1.942832350730896, 1.0365142822265625, 1.785969614982605, 1.9951199293136597, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.2216994762420654, 2.1345534324645996, 2.0648367404937744, 1.7336820363998413, 1.8556864261627197, 1.9951199293136597, 2.0996949672698975, 2.117124319076538, 1.5593900680541992, 1.489673376083374, 0.3916339874267578, -0.9155555367469788, -1.5081480741500854, -1.6301524639129639, -1.7172983884811401, -1.7172983884811401, -1.6650108098983765, -1.6998692750930786, -1.7521568536758423, -1.3687145709991455, -1.5952941179275513, -0.27067533135414124, -0.9329847693443298, 1.1062309741973877, 2.2216994762420654, 2.1694118976593018, 2.552854061126709, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.5419609546661377, 2.395991325378418, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.768540382385254, 1.768540382385254], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 1.2630938291549683, 1.942832350730896, 2.361132860183716, 2.395991325378418, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.1345534324645996, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 1.942832350730896, 1.785969614982605, 1.8382571935653687, 1.6639652252197266, 1.2630938291549683, 1.053943395614624, 0.9145098924636841, 0.827363908290863, 0.670501172542572, 0.600784420967102, 0.513638436794281, 0.8447931408882141, 1.0190850496292114, 1.0365142822265625, 0.8447931408882141, 0.5833552479743958, 0.478780061006546, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.984226644039154, 1.1236603260040283, 1.1410894393920898, 1.0365142822265625, 1.0016558170318604, 0.42649248242378235, -0.009237446822226048, -0.026666639372706413, -0.1486709862947464, -0.5146840810775757, 2.2565577030181885, 2.1868410110473633, 2.395991325378418, 2.465708017349243, 2.4831371307373047, -0.23581695556640625, 0.2173420637845993, -0.3229629397392273, -0.8806971907615662, -0.27067533135414124, -0.3229629397392273, -0.7586928009986877, 0.18248367309570312, 0.7053595781326294, 0.7576471567153931, 0.5484968423843384, 1.071372628211975, -0.25324615836143494, 0.827363908290863, 1.3502397537231445, 1.5942485332489014, 1.5942485332489014, 0.9667974710464478, 1.4548149108886719, 1.071372628211975, 0.7576471567153931, 0.7576471567153931, 0.6356428265571594, 0.7227887511253357, 0.6182135939598083, 0.7227887511253357, 0.6182135939598083, 0.513638436794281, 0.6879304051399231, 0.7227887511253357, 0.5833552479743958, 0.5833552479743958, 0.478780061006546, 0.5659260153770447, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.4090631604194641, 0.5833552479743958, 0.5310676693916321, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.8447931408882141, 0.7750763297080994, 0.8099347352981567, 0.8796514868736267, 1.053943395614624, 0.8099347352981567, 0.5659260153770447, 0.9145098924636841, 1.0190850496292114, 1.489673376083374, 1.2805230617523193, 1.3850982189178467, 1.2456645965576172, 1.1062309741973877, 1.4025273323059082, 1.646536111831665, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.2979521751403809, 0.2522004544734955, -0.7761220335960388, -1.403572916984558, -1.5255773067474365, -1.6301524639129639, -1.6824400424957275, -1.4732897281646729, -1.3861438035964966, -0.06152502819895744, 1.0190850496292114, 1.5942485332489014, 1.8208279609680176, 1.9776906967163086, 2.082265853881836, 2.27398681640625, 2.3437037467956543, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.204270124435425, 2.082265853881836, 1.9776906967163086, 2.0996949672698975, 2.0299782752990723, 2.239128589630127, 1.9776906967163086, 1.6639652252197266, 1.7336820363998413, 1.6813944578170776, 1.8556864261627197, 2.082265853881836, 1.6988236904144287, 1.2456645965576172, -0.18352937698364258, -0.8806971907615662, -1.7521568536758423, -1.7347276210784912, -1.0027015209197998, -1.7347276210784912, -1.6824400424957275, -1.6824400424957275, 0.7053595781326294, 1.3502397537231445, -1.7521568536758423, -0.9678431153297424, -0.1486709862947464, 1.5071024894714355, 2.1345534324645996, 2.2914161682128906, 2.3262743949890137, 2.395991325378418, 2.308845281600952, 1.7336820363998413, 1.8382571935653687, 2.0648367404937744, 1.768540382385254, 1.8382571935653687, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 1.5768193006515503, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.361132860183716, 2.3437037467956543, 2.2216994762420654, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.611677646636963, 1.3676689863204956, 1.1062309741973877, 0.984226644039154, 1.0190850496292114, 0.8622223138809204, 0.7053595781326294, 0.6879304051399231, 0.5310676693916321, 0.6879304051399231, 0.9319390654563904, 1.0016558170318604, 0.9319390654563904, 0.7750763297080994, 0.513638436794281, 0.42649248242378235, 0.7402179837226868, 0.7402179837226868, 0.8099347352981567, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6356428265571594, 0.1999128758907318, -0.532113254070282, -1.0375598669052124, -0.9504139423370361, 2.4831371307373047, 2.430849552154541, 2.517995595932007, 2.5354247093200684, -0.07895421981811523, 0.0430501289665699, -1.0724183320999146, -0.8632679581642151, -0.20095856487751007, 1.489673376083374, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, -0.07895421981811523, -0.9678431153297424, 0.8447931408882141, 0.8622223138809204, 0.33934640884399414, 1.175947904586792, 1.3676689863204956, 1.5245317220687866, 1.1236603260040283, 0.7576471567153931, 1.1236603260040283, 1.0016558170318604, 0.984226644039154, 1.2805230617523193, 0.8970807194709778, 0.6182135939598083, 0.827363908290863, 0.2347712516784668, 0.513638436794281, 0.4962092638015747, 0.5833552479743958, 0.2696296274662018, 0.670501172542572, 0.7750763297080994, 0.6530719995498657, 0.2696296274662018, 0.1999128758907318, 0.670501172542572, 0.2522004544734955, 0.3916339874267578, 0.7576471567153931, 0.44392168521881104, 0.478780061006546, 0.5484968423843384, 0.5484968423843384, 0.16505448520183563, 0.7750763297080994, 0.30448800325393677, 0.32191720604896545, 0.670501172542572, 0.600784420967102, 0.35677558183670044, 0.6530719995498657, 1.0190850496292114, 1.4025273323059082, 1.4373857975006104, 1.0365142822265625, 1.5071024894714355, 1.0888018608093262, 1.0016558170318604, 1.5942485332489014, 1.5245317220687866, 1.1236603260040283, 1.5942485332489014, 1.6813944578170776, 1.5593900680541992, 1.4025273323059082, 0.14762529730796814, -0.7935512065887451, -1.2815686464309692, -1.5081480741500854, -1.6301524639129639, -1.5952941179275513, -1.403572916984558, 0.4613508880138397, 1.5768193006515503, 1.611677646636963, 1.1410894393920898, 1.6639652252197266, 2.047407388687134, 1.942832350730896, 2.1694118976593018, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.8382571935653687, 2.2565577030181885, 2.1345534324645996, 2.1345534324645996, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.8731155395507812, 1.785969614982605, 2.204270124435425, 1.6988236904144287, 1.4025273323059082, 2.0125491619110107, 1.629106879234314, 1.6813944578170776, 0.6879304051399231, -1.5604356527328491, -1.5081480741500854, -1.6824400424957275, -1.7172983884811401, -1.6824400424957275, -0.8284096121788025, -1.6301524639129639, -1.647581696510315, -1.7521568536758423, -1.6998692750930786, -1.403572916984558, -0.3055337369441986, 0.8970807194709778, 1.6813944578170776, 2.3437037467956543, 2.1345534324645996, 2.4831371307373047, 1.9776906967163086, 1.4373857975006104, 2.2216994762420654, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7053595781326294, 0.8099347352981567, 0.9667974710464478, 1.5419609546661377, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.2565577030181885, 2.1694118976593018, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.768540382385254, 1.611677646636963, 1.472244143486023, 1.315381407737732, 1.2108062505722046, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.7053595781326294, 0.513638436794281, 0.5833552479743958, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.8796514868736267, 0.4613508880138397, 0.35677558183670044, 0.4090631604194641, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, -0.026666639372706413, -0.1312417984008789, -1.0375598669052124, -0.9678431153297424, -1.0724183320999146, 0.3916339874267578, 1.8208279609680176, 2.308845281600952, 2.4831371307373047, 1.8382571935653687, -0.1486709862947464, -1.1944226026535034, -1.3512853384017944, -0.25324615836143494, 1.2979521751403809, 1.5419609546661377, 1.5942485332489014, 1.4373857975006104, -0.39267969131469727, -1.2989977598190308, 1.158518671989441, 1.611677646636963, 1.5245317220687866, 1.332810640335083, 0.8447931408882141, 1.2108062505722046, 1.158518671989441, 1.1933770179748535, 0.827363908290863, 1.0888018608093262, 0.7053595781326294, 1.0190850496292114, 1.158518671989441, 0.6182135939598083, 0.600784420967102, 0.28705883026123047, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.5659260153770447, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.7053595781326294, 0.5659260153770447, 0.30448800325393677, 0.35677558183670044, 0.7925055623054504, 0.44392168521881104, 0.4090631604194641, 0.5310676693916321, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.5484968423843384, 0.478780061006546, 0.600784420967102, 0.4962092638015747, 1.2805230617523193, 0.6182135939598083, 0.4962092638015747, 1.1062309741973877, 1.1062309741973877, 1.2805230617523193, 1.332810640335083, 1.4373857975006104, 1.2456645965576172, 1.611677646636963, 1.768540382385254, 1.8731155395507812, 1.5942485332489014, 1.5071024894714355, 1.2282354831695557, 0.9145098924636841, 0.35677558183670044, -0.5844008326530457, -1.1072766780853271, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -0.6715468168258667, 0.02562093921005726, 1.4373857975006104, 1.9079740047454834, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 2.047407388687134, 2.0299782752990723, 2.151982545852661, 2.0299782752990723, 2.0299782752990723, 2.2565577030181885, 1.9951199293136597, 1.942832350730896, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.082265853881836, 1.768540382385254, 1.942832350730896, 1.8556864261627197, 1.9776906967163086, 1.6639652252197266, 1.1933770179748535, -0.9329847693443298, -1.2989977598190308, -1.3512853384017944, -1.4210021495819092, 0.14762529730796814, -1.6650108098983765, -1.6824400424957275, 0.7402179837226868, 1.8905447721481323, -1.4210021495819092, -1.6301524639129639, 1.3502397537231445, 2.27398681640625, -1.5081480741500854, -1.1944226026535034, -0.6366884112358093, 1.332810640335083, 1.8556864261627197, 1.7162528038024902, 1.053943395614624, 0.09533771127462387, 2.308845281600952, 2.1868410110473633, 1.629106879234314, 1.5942485332489014, 1.7162528038024902, 1.646536111831665, 1.6639652252197266, 1.646536111831665], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 1.5071024894714355, 2.2914161682128906, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3785619735717773, 2.27398681640625, 2.2914161682128906, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.785969614982605, 1.629106879234314, 1.4373857975006104, 1.1062309741973877, 0.7402179837226868, 0.7227887511253357, 0.8622223138809204, 0.8099347352981567, 0.8622223138809204, 0.7750763297080994, 0.513638436794281, 0.478780061006546, 0.7750763297080994, 0.8622223138809204, 0.7227887511253357, 0.5659260153770447, 0.3742047846317291, 0.09533771127462387, 0.09533771127462387, -0.39267969131469727, -1.0027015209197998, -0.8109803795814514, -1.1247059106826782, -1.1247059106826782, -0.9155555367469788, -0.8109803795814514, 1.8208279609680176, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 1.5071024894714355, -0.9155555367469788, -1.4558604955673218, -0.39267969131469727, 1.0888018608093262, 1.315381407737732, 1.3676689863204956, 1.2456645965576172, -0.39267969131469727, -1.5604356527328491, 0.7402179837226868, 1.5768193006515503, 1.646536111831665, 1.332810640335083, 0.8447931408882141, 0.4962092638015747, 0.8970807194709778, 1.053943395614624, 0.8099347352981567, 0.8970807194709778, 0.7227887511253357, 0.33934640884399414, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.5484968423843384, 0.7576471567153931, 0.7576471567153931, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 1.0190850496292114, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 0.6879304051399231, 0.9319390654563904, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.4090631604194641, 0.600784420967102, 0.670501172542572, 0.6182135939598083, 0.670501172542572, 0.827363908290863, 1.0888018608093262, 0.9319390654563904, 1.175947904586792, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.4025273323059082, 1.1410894393920898, 1.332810640335083, 1.472244143486023, 1.768540382385254, 1.8731155395507812, 1.4548149108886719, 0.30448800325393677, -0.7935512065887451, -1.4384313821792603, -1.5255773067474365, -1.5081480741500854, -0.601830005645752, 1.332810640335083, 1.6988236904144287, 1.960261583328247, 1.925403118133545, 2.1345534324645996, 2.0299782752990723, 1.7336820363998413, 1.8382571935653687, 2.204270124435425, 2.0996949672698975, 2.204270124435425, 2.0996949672698975, 2.2216994762420654, 2.204270124435425, 2.2914161682128906, 2.0996949672698975, 1.8556864261627197, 2.1694118976593018, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.7511112689971924, 1.7336820363998413, 1.5942485332489014, 1.9951199293136597, 1.9951199293136597, -0.6366884112358093, -0.5495424270629883, -1.1595642566680908, 0.16505448520183563, 2.082265853881836, 2.4134204387664795, -0.9504139423370361, -1.6650108098983765, 2.082265853881836, 2.151982545852661, -1.5604356527328491, -0.8981263637542725, -1.403572916984558, -0.4972548484802246, 0.6530719995498657, -0.42753809690475464, -0.9852723479270935, -0.009237446822226048, 2.587712287902832, 1.7162528038024902, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8796514868736267, 1.0365142822265625, 1.629106879234314, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.942832350730896, 1.925403118133545, 1.6813944578170776, 1.3502397537231445, 1.053943395614624, 0.7925055623054504, 0.33934640884399414, 0.2347712516784668, 0.5484968423843384, 0.7750763297080994, 0.7576471567153931, 0.5833552479743958, 0.4613508880138397, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.4090631604194641, 0.3742047846317291, 0.2173420637845993, -0.1661001741886139, 0.2522004544734955, -1.0027015209197998, -1.0027015209197998, -0.9329847693443298, -0.8632679581642151, -1.0027015209197998, -0.6541175842285156, 2.2216994762420654, 2.1694118976593018, 2.0648367404937744, 2.430849552154541, -1.1421350240707397, -0.8806971907615662, 0.1999128758907318, 1.5593900680541992, 0.513638436794281, 0.008191745728254318, -0.04409583657979965, -0.39267969131469727, -1.2641394138336182, -0.5495424270629883, 1.053943395614624, 1.1236603260040283, 1.1062309741973877, 0.7750763297080994, -0.688975989818573, -0.7761220335960388, 0.984226644039154, 0.7750763297080994, 0.7576471567153931, 0.6879304051399231, 0.2696296274662018, 0.5310676693916321, 0.6530719995498657, 0.8622223138809204, 0.8099347352981567, 1.1410894393920898, 0.984226644039154, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 1.1410894393920898, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.6530719995498657, 0.7925055623054504, 0.7227887511253357, 0.3742047846317291, 0.18248367309570312, 0.2347712516784668, -0.009237446822226048, 0.13019609451293945, 0.3916339874267578, 0.8622223138809204, 0.9319390654563904, 0.6530719995498657, 1.0190850496292114, 0.8796514868736267, 0.8796514868736267, 1.332810640335083, 1.0190850496292114, 1.0016558170318604, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.5071024894714355, 1.175947904586792, 1.3502397537231445, 1.6988236904144287, 1.646536111831665, 1.175947904586792, 0.28705883026123047, -0.5146840810775757, -1.3164269924163818, -1.4384313821792603, -1.333856225013733, -0.8284096121788025, 0.7925055623054504, 1.6813944578170776, 1.9079740047454834, 1.8731155395507812, 1.768540382385254, 1.9079740047454834, 1.9079740047454834, 1.7162528038024902, 2.0996949672698975, 1.803398847579956, 1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.0299782752990723, 2.239128589630127, 2.151982545852661, 2.2216994762420654, 1.9079740047454834, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.117124319076538, 1.8731155395507812, 1.8208279609680176, 2.047407388687134, 2.151982545852661, 1.7511112689971924, 2.4831371307373047, 1.6813944578170776, 0.2522004544734955, 1.0016558170318604, 2.2565577030181885, -1.246710181236267, -1.6998692750930786, -1.7172983884811401, -0.601830005645752, -0.4623964726924896, -1.1595642566680908, -1.3164269924163818, -1.1072766780853271, 1.0190850496292114, 0.9493682980537415, -0.9504139423370361, 0.28705883026123047, 2.3262743949890137, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503], [2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 1.5071024894714355, 2.2565577030181885, 2.361132860183716, 2.430849552154541, 2.4134204387664795, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.204270124435425, 2.1868410110473633, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.047407388687134, 1.8905447721481323, 1.768540382385254, 1.768540382385254, 1.4199565649032593, 1.1410894393920898, 0.7576471567153931, 0.44392168521881104, 0.09533771127462387, 0.09533771127462387, 0.3742047846317291, 0.600784420967102, 0.6530719995498657, 0.5310676693916321, 0.28705883026123047, 0.13019609451293945, 0.18248367309570312, 0.07790851593017578, -0.3229629397392273, -0.5495424270629883, -0.8632679581642151, -0.8109803795814514, -0.7586928009986877, -0.5669716596603394, -0.3403921127319336, -0.09638340771198273, -0.1312417984008789, -0.07895421981811523, 0.18248367309570312, 1.942832350730896, 1.768540382385254, -1.0201307535171509, -0.4623964726924896, 0.3742047846317291, 1.2108062505722046, 1.4025273323059082, -0.18352937698364258, -1.0375598669052124, 0.8970807194709778, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 0.11276690661907196, -0.5146840810775757, -0.1312417984008789, -0.6366884112358093, -0.7761220335960388, 0.984226644039154, 0.7227887511253357, 0.7925055623054504, 0.670501172542572, 0.5833552479743958, 1.175947904586792, 0.8099347352981567, 1.0365142822265625, 0.7402179837226868, 0.8622223138809204, 0.7750763297080994, 0.984226644039154, 0.5833552479743958, 0.9319390654563904, 0.9667974710464478, 0.7402179837226868, 1.1062309741973877, 0.8447931408882141, 1.0190850496292114, 0.7925055623054504, 1.1933770179748535, 1.332810640335083, 1.2282354831695557, 1.1236603260040283, 1.2108062505722046, 1.3676689863204956, 1.3502397537231445, 0.7750763297080994, 0.9145098924636841, 0.18248367309570312, 0.44392168521881104, 0.02562093921005726, 0.8796514868736267, 1.0365142822265625, 1.1236603260040283, 0.7925055623054504, 1.053943395614624, 0.8970807194709778, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3850982189178467, 1.5419609546661377, 1.3502397537231445, 1.5593900680541992, 1.2630938291549683, 1.768540382385254, 1.158518671989441, 0.827363908290863, 0.06047932058572769, -0.4798256754875183, -1.4210021495819092, -1.4210021495819092, -0.3578213155269623, 0.9667974710464478, 1.5071024894714355, 2.047407388687134, 2.1345534324645996, 2.361132860183716, 2.0125491619110107, 2.0125491619110107, 2.2565577030181885, 2.239128589630127, 2.0648367404937744, 1.8731155395507812, 2.0648367404937744, 1.8382571935653687, 2.0996949672698975, 2.047407388687134, 1.768540382385254, 1.8905447721481323, 1.8556864261627197, 1.9951199293136597, 2.1694118976593018, 2.1694118976593018, 2.082265853881836, 1.9776906967163086, 2.1868410110473633, 2.1345534324645996, 2.239128589630127, 2.0299782752990723, 2.1694118976593018, 1.942832350730896, 1.8382571935653687, 1.3502397537231445, 1.9951199293136597, 1.4025273323059082, -0.7238344550132751, 1.9951199293136597, -0.8981263637542725, 1.646536111831665, 0.6530719995498657, 1.4025273323059082, 0.7576471567153931, 1.8208279609680176, 1.7511112689971924, 1.9079740047454834, 2.2565577030181885, 0.42649248242378235, 1.053943395614624, 1.6639652252197266, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377], [2.047407388687134, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 1.0888018608093262, 1.7336820363998413, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.4134204387664795, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 1.7336820363998413, 1.4373857975006104, 1.1062309741973877, 0.6530719995498657, 0.28705883026123047, 0.1999128758907318, 0.2173420637845993, 0.13019609451293945, 0.13019609451293945, 0.42649248242378235, 0.478780061006546, 0.4613508880138397, 0.2696296274662018, 0.02562093921005726, -0.20095856487751007, -0.44496726989746094, -1.0027015209197998, -0.8109803795814514, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, 0.5310676693916321, 0.02562093921005726, 0.16505448520183563, 0.13019609451293945, 0.984226644039154, 0.6530719995498657, -0.04409583657979965, -0.4623964726924896, 0.7227887511253357, 0.5310676693916321, 1.4199565649032593, -0.21838775277137756, -1.0201307535171509, 0.7402179837226868, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 0.44392168521881104, -1.1247059106826782, 0.14762529730796814, 0.9493682980537415, 0.8622223138809204, 1.332810640335083, 0.984226644039154, 0.9145098924636841, 0.9145098924636841, 0.8099347352981567, 0.4613508880138397, 0.9319390654563904, 0.8447931408882141, 0.7053595781326294, 0.670501172542572, 0.7402179837226868, 0.600784420967102, 0.35677558183670044, 0.7227887511253357, 0.827363908290863, 0.6182135939598083, 0.6530719995498657, 0.8099347352981567, 0.827363908290863, 0.984226644039154, 1.2630938291549683, 1.2108062505722046, 1.0016558170318604, 1.3850982189178467, 1.4199565649032593, 1.1410894393920898, 1.053943395614624, 1.2282354831695557, 1.1062309741973877, 1.1236603260040283, 0.9145098924636841, 1.0888018608093262, 0.9667974710464478, 0.32191720604896545, 0.4613508880138397, 0.5484968423843384, 0.7576471567153931, 1.0190850496292114, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.5942485332489014, 1.3502397537231445, 1.489673376083374, 1.6813944578170776, 1.1236603260040283, 0.09533771127462387, -0.41010889410972595, -1.1247059106826782, -1.2641394138336182, -1.2989977598190308, 0.670501172542572, 0.9145098924636841, 1.8382571935653687, 1.611677646636963, 2.0648367404937744, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.3785619735717773, 1.960261583328247, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.9776906967163086, 1.785969614982605, 2.117124319076538, 2.27398681640625, 2.308845281600952, 2.151982545852661, 1.9079740047454834, 1.5245317220687866, 1.7336820363998413, 2.117124319076538, 1.768540382385254, 1.9951199293136597, 1.8556864261627197, 2.308845281600952, 1.8556864261627197, 1.629106879234314, 2.0648367404937744, 2.361132860183716, 0.32191720604896545, 1.5071024894714355, 0.7053595781326294, 2.361132860183716, 2.2216994762420654, 2.4831371307373047, 1.8556864261627197, 1.7162528038024902, 2.239128589630127, 2.622570753097534, 1.5942485332489014, 1.4548149108886719, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355], [2.0299782752990723, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 1.0365142822265625, 1.5593900680541992, 2.0996949672698975, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.6988236904144287, 1.4025273323059082, 0.9667974710464478, 1.0365142822265625, 0.6356428265571594, 0.2696296274662018, 0.2173420637845993, -0.20095856487751007, -0.04409583657979965, -0.1312417984008789, 0.4090631604194641, 0.8099347352981567, -0.06152502819895744, -0.27067533135414124, -0.7238344550132751, -1.0201307535171509, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, -0.7586928009986877, -0.09638340771198273, 0.2173420637845993, -0.1661001741886139, 0.6356428265571594, 0.16505448520183563, 1.4199565649032593, 2.2216994762420654, 1.768540382385254, -0.1312417984008789, -0.4972548484802246, -0.23581695556640625, 0.5484968423843384, -0.8806971907615662, -0.4623964726924896, 0.3916339874267578, 0.8796514868736267, 1.175947904586792, 0.5310676693916321, -0.7761220335960388, -0.5669716596603394, 0.8622223138809204, 0.9145098924636841, 1.3502397537231445, 1.1236603260040283, 0.9319390654563904, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 1.1062309741973877, 0.6879304051399231, 0.5833552479743958, 1.3850982189178467, 1.3502397537231445, 0.7227887511253357, 0.7925055623054504, 0.3916339874267578, 0.42649248242378235, 0.5484968423843384, 0.827363908290863, 0.6879304051399231, 0.9667974710464478, 0.9493682980537415, 1.0016558170318604, 1.1236603260040283, 1.1410894393920898, 0.8796514868736267, 1.175947904586792, 1.6639652252197266, 1.4025273323059082, 0.9667974710464478, 0.6356428265571594, -0.7238344550132751, 0.6356428265571594, 0.7227887511253357, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 1.0888018608093262, 1.175947904586792, 1.3502397537231445, 1.2979521751403809, 1.3502397537231445, 1.2456645965576172, 1.611677646636963, 1.4373857975006104, 1.3676689863204956, 1.3850982189178467, 1.472244143486023, 1.0888018608093262, -0.026666639372706413, -0.9155555367469788, -1.1072766780853271, -1.3164269924163818, -1.2118518352508545, -0.1486709862947464, 0.8796514868736267, 1.7162528038024902, 1.942832350730896, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 1.9951199293136597, 1.8208279609680176, 1.6813944578170776, 1.5593900680541992, 1.768540382385254, 1.4373857975006104, 1.3502397537231445, 2.2216994762420654, 2.2216994762420654, 2.151982545852661, 1.9776906967163086, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 2.0996949672698975, 2.082265853881836, 2.2565577030181885, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 0.8970807194709778, 1.7336820363998413, 1.053943395614624, 2.0648367404937744, 1.3502397537231445, 1.1062309741973877, 1.8208279609680176, 2.239128589630127, 1.960261583328247, 1.8382571935653687, 1.629106879234314, 2.1345534324645996, 1.3850982189178467, 2.1868410110473633, 2.3785619735717773, 1.646536111831665, 1.315381407737732, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.3850982189178467, 1.7336820363998413, 2.204270124435425, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.2565577030181885, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 1.8905447721481323, 1.5942485332489014, 1.1933770179748535, 0.9319390654563904, 0.7402179837226868, 1.175947904586792, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.14762529730796814, -0.18352937698364258, 0.32191720604896545, 1.6988236904144287, -0.07895421981811523, -0.8284096121788025, -0.7761220335960388, -0.5669716596603394, -0.4623964726924896, -0.37525051832199097, -0.2881045341491699, -0.21838775277137756, 0.670501172542572, -0.1661001741886139, -0.6541175842285156, -0.21838775277137756, 0.6879304051399231, 0.8447931408882141, 0.28705883026123047, -0.1661001741886139, 1.1410894393920898, -0.5669716596603394, 0.9319390654563904, 0.7402179837226868, 0.2347712516784668, -0.009237446822226048, 0.02562093921005726, 0.33934640884399414, 0.1999128758907318, -0.009237446822226048, -0.1661001741886139, 0.6182135939598083, 0.827363908290863, 0.7402179837226868, 0.7750763297080994, 0.6182135939598083, 0.513638436794281, 0.6356428265571594, 0.7576471567153931, 0.5484968423843384, 0.6182135939598083, 0.7925055623054504, 0.7402179837226868, 0.600784420967102, 0.4962092638015747, 1.5419609546661377, 1.1410894393920898, -0.07895421981811523, 0.7402179837226868, 0.7925055623054504, 0.4962092638015747, 0.827363908290863, 0.670501172542572, 0.8447931408882141, 1.1410894393920898, 0.9667974710464478, 1.175947904586792, 0.7750763297080994, 1.5942485332489014, 0.8622223138809204, 0.8970807194709778, 1.646536111831665, 1.5593900680541992, 1.2805230617523193, 1.0888018608093262, 1.0016558170318604, 1.0888018608093262, 0.6530719995498657, 0.6879304051399231, 1.1933770179748535, 1.3850982189178467, 1.2456645965576172, 1.315381407737732, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.5245317220687866, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.5593900680541992, 0.32191720604896545, -1.0549890995025635, -1.089847445487976, -1.3512853384017944, -0.41010889410972595, 0.9667974710464478, 1.332810640335083, 2.0648367404937744, 1.6813944578170776, 2.117124319076538, 2.308845281600952, 2.1345534324645996, 1.9776906967163086, 1.5245317220687866, 1.4199565649032593, 1.5245317220687866, 1.8905447721481323, 2.117124319076538, 2.27398681640625, 2.1694118976593018, 1.9776906967163086, 1.6813944578170776, 2.0996949672698975, 2.27398681640625, 2.2216994762420654, 1.9079740047454834, 1.803398847579956, 1.8731155395507812, 2.0299782752990723, 2.3785619735717773, 2.204270124435425, 2.308845281600952, 2.27398681640625, 1.5245317220687866, 2.1694118976593018, 1.3850982189178467, 0.14762529730796814, 1.472244143486023, 1.4373857975006104, 0.06047932058572769, 0.4613508880138397, 1.5245317220687866, 0.600784420967102, 1.629106879234314, 1.332810640335083, -0.7238344550132751, 1.8208279609680176, 2.361132860183716, 0.7227887511253357, 2.1868410110473633, 1.9079740047454834, 1.4373857975006104, 1.9776906967163086, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.4025273323059082], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 1.1062309741973877, 1.2630938291549683, 1.489673376083374, 1.6639652252197266, 1.9951199293136597, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1694118976593018, 2.117124319076538, 2.0299782752990723, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.3676689863204956, 1.158518671989441, 0.9145098924636841, 1.0365142822265625, 1.785969614982605, 1.646536111831665, 1.8731155395507812, 1.8731155395507812, 1.2282354831695557, 1.2282354831695557, 1.1410894393920898, 0.5310676693916321, -0.619259238243103, 0.2347712516784668, -0.42753809690475464, -0.42753809690475464, -0.27067533135414124, -0.1661001741886139, 0.32191720604896545, 1.5419609546661377, -0.09638340771198273, 0.0430501289665699, 0.32191720604896545, 1.0365142822265625, -0.07895421981811523, 1.2805230617523193, 0.5484968423843384, 1.8208279609680176, 0.8796514868736267, 1.315381407737732, 0.6879304051399231, 0.5833552479743958, 0.02562093921005726, 0.28705883026123047, 0.5484968423843384, 0.5833552479743958, 0.32191720604896545, 0.6182135939598083, 0.7227887511253357, 0.6356428265571594, 0.4962092638015747, 0.1999128758907318, 0.09533771127462387, 0.30448800325393677, 0.9145098924636841, 0.42649248242378235, 0.7227887511253357, 1.1410894393920898, 0.7053595781326294, 1.315381407737732, 0.478780061006546, 1.053943395614624, 0.0430501289665699, 1.0190850496292114, 0.478780061006546, 0.2173420637845993, 1.5071024894714355, 0.6879304051399231, 0.600784420967102, 0.600784420967102, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.6530719995498657, 1.4548149108886719, 1.5071024894714355, 0.7925055623054504, 0.8796514868736267, 0.7053595781326294, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.5768193006515503, 1.3676689863204956, 1.2282354831695557, 0.7402179837226868, -0.6366884112358093, -1.3512853384017944, -1.1247059106826782, 0.30448800325393677, 1.332810640335083, 1.6988236904144287, 1.332810640335083, 1.2630938291549683, 1.3850982189178467, 1.8556864261627197, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 1.942832350730896, 1.9776906967163086, 1.803398847579956, 1.785969614982605, 1.5593900680541992, 1.158518671989441, 0.984226644039154, 1.4373857975006104, 1.5942485332489014, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.2914161682128906, 2.082265853881836, 2.1345534324645996, 2.3262743949890137, 1.8905447721481323, 1.7511112689971924, 2.151982545852661, 1.4548149108886719, 2.117124319076538, 1.942832350730896, 1.6639652252197266, 1.2282354831695557, 1.1236603260040283, 0.7053595781326294, 0.8099347352981567, 0.6879304051399231, -0.06152502819895744, 0.30448800325393677, 0.7053595781326294, 0.5659260153770447, 1.4199565649032593, 2.2914161682128906, 2.1694118976593018, 2.361132860183716, 1.1062309741973877, 0.984226644039154, 2.395991325378418, 2.0648367404937744, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445], [2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.1410894393920898, 1.315381407737732, 1.5071024894714355, 1.803398847579956, 2.151982545852661, 2.395991325378418, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.0648367404937744, 2.0125491619110107, 1.925403118133545, 1.5768193006515503, 1.4548149108886719, 1.2282354831695557, 1.472244143486023, 1.5768193006515503, 1.7336820363998413, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.9079740047454834, 1.646536111831665, 1.053943395614624, 1.3676689863204956, 1.5768193006515503, 0.7402179837226868, -0.07895421981811523, -0.06152502819895744, -0.5669716596603394, -0.5146840810775757, -0.3229629397392273, 0.5833552479743958, 0.35677558183670044, 0.32191720604896545, 0.42649248242378235, 0.30448800325393677, 0.4962092638015747, 0.513638436794281, 1.332810640335083, 1.3850982189178467, 1.1410894393920898, 1.2805230617523193, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 0.5310676693916321, 0.5833552479743958, 0.478780061006546, -0.1661001741886139, 0.3742047846317291, 0.7053595781326294, 0.600784420967102, 0.4962092638015747, 0.2347712516784668, 0.16505448520183563, 0.30448800325393677, 0.7925055623054504, 0.42649248242378235, 0.670501172542572, 1.4025273323059082, 0.827363908290863, 0.07790851593017578, 1.0016558170318604, 1.053943395614624, 0.478780061006546, 1.3502397537231445, 0.670501172542572, 1.646536111831665, 1.2630938291549683, 1.4548149108886719, 1.3676689863204956, 0.4090631604194641, 0.5833552479743958, 0.7053595781326294, 1.071372628211975, 0.7402179837226868, 0.14762529730796814, 1.2108062505722046, 0.670501172542572, 1.0190850496292114, 0.7402179837226868, 0.02562093921005726, 0.6356428265571594, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 1.1062309741973877, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.4199565649032593, 1.6639652252197266, 1.3502397537231445, 0.8622223138809204, -0.25324615836143494, -1.1595642566680908, -0.688975989818573, 0.984226644039154, 2.0125491619110107, 2.0299782752990723, 1.7336820363998413, 2.117124319076538, 2.2565577030181885, 2.151982545852661, 1.646536111831665, 1.629106879234314, 1.7162528038024902, 1.6813944578170776, 1.960261583328247, 2.0299782752990723, 1.8382571935653687, 2.1694118976593018, 2.0648367404937744, 1.3676689863204956, 1.1933770179748535, 1.5419609546661377, 1.629106879234314, 1.629106879234314, 1.768540382385254, 2.0299782752990723, 2.2565577030181885, 2.2565577030181885, 2.0125491619110107, 1.4548149108886719, 1.9776906967163086, 1.960261583328247, 1.8905447721481323, -0.9155555367469788, 1.4199565649032593, 1.2282354831695557, 0.513638436794281, 0.9145098924636841, -0.1661001741886139, 0.4090631604194641, 2.1345534324645996, -0.532113254070282, 0.5833552479743958, 0.600784420967102, 0.2173420637845993, 1.1933770179748535, 0.33934640884399414, 2.0299782752990723, 1.611677646636963, 1.175947904586792, 0.9493682980537415, 2.308845281600952, 1.646536111831665, 1.4373857975006104, 1.2979521751403809, 1.1933770179748535, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809], [2.0125491619110107, 1.960261583328247, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.2282354831695557, 1.472244143486023, 1.785969614982605, 2.047407388687134, 2.2565577030181885, 2.3437037467956543, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.1694118976593018, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.8382571935653687, 1.942832350730896, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.8905447721481323, 2.047407388687134, 1.925403118133545, 1.9951199293136597, 2.047407388687134, 1.925403118133545, 1.5768193006515503, 1.1933770179748535, 0.670501172542572, 0.478780061006546, 0.9145098924636841, 0.5310676693916321, 0.16505448520183563, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 1.4025273323059082, 1.158518671989441, 1.942832350730896, 1.5942485332489014, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.5245317220687866, 0.6879304051399231, 1.1933770179748535, -0.4798256754875183, -0.009237446822226048, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.2347712516784668, -0.026666639372706413, 0.18248367309570312, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 1.1410894393920898, 0.42649248242378235, 1.4373857975006104, 0.670501172542572, 0.5310676693916321, 1.053943395614624, 1.315381407737732, 0.670501172542572, 1.629106879234314, 1.472244143486023, 0.8970807194709778, 1.053943395614624, 1.315381407737732, 1.2979521751403809, 0.984226644039154, 1.4548149108886719, 1.1062309741973877, 0.5484968423843384, 0.7053595781326294, 0.7227887511253357, 0.8796514868736267, 1.158518671989441, 1.2108062505722046, 0.8796514868736267, 1.2805230617523193, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.071372628211975, 1.1236603260040283, 1.071372628211975, 1.2108062505722046, 1.332810640335083, 1.071372628211975, 1.4199565649032593, 1.4199565649032593, 1.2979521751403809, 1.0190850496292114, 1.0016558170318604, 1.5245317220687866, 1.175947904586792, -0.7412636280059814, -1.1072766780853271, -0.6366884112358093, 1.2630938291549683, 1.158518671989441, 1.9079740047454834, 1.3850982189178467, 1.803398847579956, 1.8208279609680176, 2.0648367404937744, 2.082265853881836, 2.204270124435425, 2.0125491619110107, 1.7511112689971924, 1.6813944578170776, 2.1345534324645996, 2.117124319076538, 1.1062309741973877, 1.611677646636963, 2.047407388687134, 1.960261583328247, 1.6988236904144287, 1.3850982189178467, 1.7336820363998413, 1.5593900680541992, 1.3676689863204956, 1.053943395614624, 1.2282354831695557, 1.5942485332489014, 1.629106879234314, 1.803398847579956, 1.8382571935653687, 1.5245317220687866, 1.1933770179748535, 1.3850982189178467, -0.1661001741886139, -0.7238344550132751, -0.3229629397392273, 0.6182135939598083, 0.2522004544734955, -0.3055337369441986, 1.8905447721481323, -0.5495424270629883, -0.4798256754875183, -0.20095856487751007, -1.1247059106826782, 0.02562093921005726, 0.7576471567153931, 1.4548149108886719, 0.9145098924636841, -0.7064052224159241, 0.0430501289665699, 1.785969614982605, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.472244143486023, 2.047407388687134, 2.2216994762420654, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 1.9951199293136597, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 1.8382571935653687, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7162528038024902, 1.785969614982605, 1.8382571935653687, 1.646536111831665, 1.7511112689971924, 1.925403118133545, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 1.5071024894714355, 0.9145098924636841, 1.472244143486023, 1.158518671989441, 0.8796514868736267, 1.8208279609680176, 0.8099347352981567, 1.8731155395507812, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.9079740047454834, 1.8382571935653687, 1.925403118133545, 1.5942485332489014, 1.9776906967163086, 1.2108062505722046, 1.2630938291549683, 0.33934640884399414, 1.0190850496292114, 0.2696296274662018, 0.008191745728254318, 0.14762529730796814, -0.3403921127319336, 0.2173420637845993, -0.3403921127319336, 0.6530719995498657, 0.600784420967102, 1.2979521751403809, 0.14762529730796814, 0.5310676693916321, 1.1410894393920898, 1.2805230617523193, 0.35677558183670044, 0.42649248242378235, 1.071372628211975, 1.053943395614624, 1.2630938291549683, 0.6182135939598083, 1.2108062505722046, 0.7750763297080994, 1.6639652252197266, 1.175947904586792, 1.071372628211975, 0.9493682980537415, 0.7402179837226868, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 0.5310676693916321, 1.175947904586792, 1.1062309741973877, 1.0888018608093262, 0.827363908290863, 0.7925055623054504, 1.071372628211975, 1.315381407737732, 1.175947904586792, 0.9667974710464478, 1.1933770179748535, 1.2108062505722046, 1.5071024894714355, 1.4025273323059082, 1.5593900680541992, 1.2979521751403809, 1.5768193006515503, 1.2630938291549683, 1.2456645965576172, 1.2979521751403809, -0.601830005645752, -1.176993489265442, -0.9504139423370361, 0.28705883026123047, 2.151982545852661, 1.5942485332489014, 1.5942485332489014, 2.151982545852661, 1.9079740047454834, 2.1694118976593018, 1.8556864261627197, 1.7511112689971924, 1.9079740047454834, 2.117124319076538, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6813944578170776, 1.803398847579956, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.0365142822265625, 0.4090631604194641, 0.7053595781326294, 0.35677558183670044, 1.1933770179748535, 1.332810640335083, 1.5768193006515503, 0.6356428265571594, -0.3055337369441986, -0.39267969131469727, -0.44496726989746094, -0.8109803795814514, -0.619259238243103, -0.1312417984008789, 1.646536111831665, -0.9678431153297424, -0.7935512065887451, 0.3742047846317291, -0.7238344550132751, -1.4558604955673218, -1.0201307535171509, -1.0027015209197998, -0.3578213155269623, -0.3229629397392273, 1.1236603260040283, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.2805230617523193, 1.2456645965576172, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.2805230617523193, 1.611677646636963, 2.1345534324645996, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.2216994762420654, 2.0996949672698975, 2.0125491619110107, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8208279609680176, 1.785969614982605, 1.9776906967163086, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.9079740047454834, 1.785969614982605, 1.332810640335083, 0.827363908290863, 0.8622223138809204, 1.5419609546661377, 1.2456645965576172, 1.4199565649032593, 1.646536111831665, 1.2282354831695557, 1.158518671989441, 1.646536111831665, 1.8731155395507812, 1.7162528038024902, 2.0648367404937744, 1.9079740047454834, 1.9776906967163086, 1.8731155395507812, 1.9776906967163086, 1.8556864261627197, 1.7336820363998413, 1.611677646636963, 0.44392168521881104, -0.09638340771198273, 0.5659260153770447, 2.0299782752990723, 1.0365142822265625, 0.28705883026123047, 0.6182135939598083, 0.5659260153770447, 0.07790851593017578, -0.1312417984008789, -0.3055337369441986, 1.1236603260040283, 1.4199565649032593, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 0.8447931408882141, 1.2108062505722046, 1.4373857975006104, 1.332810640335083, 1.3850982189178467, 1.1062309741973877, 1.3850982189178467, 1.4548149108886719, 1.2282354831695557, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 0.670501172542572, 0.827363908290863, 0.8970807194709778, 0.7925055623054504, 1.1410894393920898, 1.1933770179748535, 1.0365142822265625, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 1.071372628211975, 1.315381407737732, 1.4199565649032593, 1.489673376083374, 1.2108062505722046, 1.472244143486023, 1.3676689863204956, 1.4025273323059082, 1.5942485332489014, 1.489673376083374, 1.175947904586792, -0.21838775277137756, -1.1421350240707397, -1.0027015209197998, 0.8447931408882141, 0.7227887511253357, 1.7162528038024902, 1.6988236904144287, 1.960261583328247, 2.1345534324645996, 1.8731155395507812, 2.047407388687134, 1.9776906967163086, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 1.9776906967163086, 1.7511112689971924, 1.5419609546661377, 2.0648367404937744, 2.151982545852661, 2.0648367404937744, 1.8905447721481323, 1.768540382385254, 1.4373857975006104, 1.7511112689971924, 1.5768193006515503, 0.984226644039154, 1.803398847579956, 1.3850982189178467, 1.611677646636963, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.8382571935653687, 2.239128589630127, 1.960261583328247, 1.1410894393920898, -0.3403921127319336, -0.7238344550132751, -0.18352937698364258, 0.6356428265571594, -0.1312417984008789, -0.3403921127319336, 1.0016558170318604, -0.21838775277137756, -0.8806971907615662, 1.2456645965576172, -0.23581695556640625, -1.0201307535171509, -0.9504139423370361, -0.8981263637542725, -0.42753809690475464, -0.3403921127319336, 1.489673376083374, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7336820363998413, 1.6813944578170776, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.489673376083374, 1.646536111831665, 1.8905447721481323, 2.1345534324645996, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.2914161682128906, 2.239128589630127, 2.1345534324645996, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.117124319076538, 2.0996949672698975, 1.9776906967163086, 1.8905447721481323, 1.9079740047454834, 1.8556864261627197, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.071372628211975, 0.7925055623054504, 1.315381407737732, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.7162528038024902, 1.5768193006515503, 1.8208279609680176, 1.785969614982605, 1.8905447721481323, 1.925403118133545, 2.117124319076538, 1.942832350730896, 1.8731155395507812, 1.9776906967163086, 1.9079740047454834, 1.5593900680541992, 0.827363908290863, 1.472244143486023, 1.0190850496292114, 0.6879304051399231, 0.2696296274662018, 1.9951199293136597, 1.5419609546661377, 1.2282354831695557, 1.0190850496292114, 0.6879304051399231, 0.7925055623054504, 1.2282354831695557, 0.4613508880138397, 1.2108062505722046, 0.9667974710464478, 1.0888018608093262, 0.9493682980537415, 1.1236603260040283, 1.4199565649032593, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.3676689863204956, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 0.8796514868736267, 0.984226644039154, 0.9667974710464478, 0.8796514868736267, 0.9145098924636841, 0.7925055623054504, 0.7227887511253357, 0.827363908290863, 1.315381407737732, 1.2108062505722046, 1.1236603260040283, 1.0190850496292114, 1.1062309741973877, 1.2979521751403809, 1.2108062505722046, 1.4373857975006104, 1.6639652252197266, 1.768540382385254, 1.489673376083374, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 0.6182135939598083, -0.9678431153297424, -1.0027015209197998, 1.332810640335083, 1.8208279609680176, 2.0125491619110107, 1.8556864261627197, 1.8731155395507812, 2.117124319076538, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 2.117124319076538, 2.204270124435425, 1.9951199293136597, 1.960261583328247, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.047407388687134, 1.332810640335083, 2.0125491619110107, 2.151982545852661, 1.7511112689971924, 1.2456645965576172, 2.2565577030181885, 1.8731155395507812, 1.7511112689971924, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 1.5768193006515503, 1.175947904586792, 1.5071024894714355, 1.0888018608093262, 1.0190850496292114, 0.5659260153770447, 1.611677646636963, -0.5146840810775757, -0.3578213155269623, -0.2881045341491699, -0.37525051832199097, -0.8284096121788025, 0.7227887511253357, 0.7925055623054504, -0.532113254070282, 0.14762529730796814, 0.11276690661907196, -0.5669716596603394, -0.4972548484802246, -0.1486709862947464, -0.21838775277137756, -0.3229629397392273, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.175947904586792, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.8905447721481323, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.361132860183716, 2.4134204387664795, 2.3785619735717773, 2.308845281600952, 2.204270124435425, 2.117124319076538, 2.082265853881836, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.960261583328247, 1.8905447721481323, 1.8208279609680176, 1.8208279609680176, 1.6639652252197266, 1.942832350730896, 1.960261583328247, 2.1345534324645996, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.8208279609680176, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.5768193006515503, 1.8556864261627197, 1.9079740047454834, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.6813944578170776, 1.8208279609680176, 1.2456645965576172, 1.8208279609680176, 0.42649248242378235, 1.2456645965576172, 1.5419609546661377, 1.8382571935653687, 1.2630938291549683, 1.5245317220687866, 1.4548149108886719, 1.7336820363998413, 1.175947904586792, 1.0190850496292114, 0.6356428265571594, 1.4548149108886719, 0.984226644039154, 1.3676689863204956, 0.513638436794281, 1.1236603260040283, 1.1933770179748535, 0.8622223138809204, 1.1410894393920898, 0.9319390654563904, 1.2630938291549683, 0.8970807194709778, 1.071372628211975, 1.158518671989441, 1.0365142822265625, 1.1062309741973877, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.332810640335083, 0.9145098924636841, 1.1062309741973877, 1.3850982189178467, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.3850982189178467, 1.2282354831695557, 1.3850982189178467, 1.646536111831665, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.472244143486023, 1.5245317220687866, 1.0190850496292114, -0.07895421981811523, -1.1247059106826782, -0.04409583657979965, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2979521751403809, 1.7336820363998413, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.1868410110473633, 2.0996949672698975, 1.6988236904144287, 1.768540382385254, 1.925403118133545, 2.204270124435425, 2.2216994762420654, 2.3785619735717773, 1.472244143486023, 1.8382571935653687, 1.5071024894714355, 1.5419609546661377, 1.9776906967163086, 1.7336820363998413, 1.942832350730896, 0.8796514868736267, 1.785969614982605, 0.8622223138809204, 1.5942485332489014, 1.315381407737732, 1.8556864261627197, 1.6813944578170776, 1.8556864261627197, 1.4548149108886719, 1.3502397537231445, 0.478780061006546, -0.39267969131469727, -0.3578213155269623, -0.026666639372706413, -0.3403921127319336, -0.8458387851715088, 0.11276690661907196, 0.9667974710464478, -0.7586928009986877, -0.04409583657979965, 0.0430501289665699, -0.4623964726924896, -0.5146840810775757, -0.44496726989746094, -0.4798256754875183, 0.02562093921005726, 1.332810640335083, 1.2456645965576172, 1.2282354831695557, 1.175947904586792], [1.960261583328247, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.5942485332489014, 1.6639652252197266, 1.8905447721481323, 2.2216994762420654, 2.2914161682128906, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.239128589630127, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8905447721481323, 1.9776906967163086, 1.9951199293136597, 1.8905447721481323, 1.8382571935653687, 1.9079740047454834, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.7162528038024902, 1.925403118133545, 1.9776906967163086, 1.942832350730896, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 1.9776906967163086, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.785969614982605, 1.7162528038024902, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.3850982189178467, 1.3502397537231445, 1.175947904586792, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 1.2282354831695557, 1.2630938291549683, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 0.984226644039154, 0.9493682980537415, 1.1062309741973877, 0.9667974710464478, 0.7402179837226868, 0.827363908290863, 1.1236603260040283, 1.2108062505722046, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.1933770179748535, 1.7162528038024902, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.7336820363998413, 1.5593900680541992, 1.5245317220687866, 1.315381407737732, 0.600784420967102, -0.42753809690475464, -0.39267969131469727, 0.6356428265571594, 0.9667974710464478, 1.925403118133545, 1.9951199293136597, 1.7511112689971924, 1.6988236904144287, 2.1345534324645996, 1.942832350730896, 2.0996949672698975, 2.117124319076538, 2.2565577030181885, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.047407388687134, 1.5942485332489014, 1.5768193006515503, 1.4025273323059082, 1.8382571935653687, 1.8905447721481323, 1.5593900680541992, 1.960261583328247, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 0.7750763297080994, 1.6988236904144287, 1.2979521751403809, 1.2805230617523193, 1.803398847579956, 1.6813944578170776, 2.047407388687134, 1.5593900680541992, 2.0299782752990723, 1.7336820363998413, 1.2805230617523193, -0.04409583657979965, -0.8806971907615662, -0.6366884112358093, -0.7586928009986877, -0.9155555367469788, -0.8458387851715088, 0.6530719995498657, -1.0027015209197998, -0.3229629397392273, 0.16505448520183563, -0.1312417984008789, -0.42753809690475464, -0.3403921127319336, -0.532113254070282, 0.6356428265571594, 1.315381407737732, 1.1933770179748535, 1.1236603260040283], [1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.3676689863204956, 1.489673376083374, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.785969614982605, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.4548149108886719, 1.4373857975006104, 1.472244143486023, 1.3502397537231445, 1.4025273323059082, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.646536111831665, 1.7511112689971924, 1.8382571935653687, 1.646536111831665, 1.5419609546661377, 1.8556864261627197, 1.5593900680541992, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2456645965576172, 0.7227887511253357, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.071372628211975, 0.9319390654563904, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.8447931408882141, 1.2282354831695557, 1.315381407737732, 1.2456645965576172, 1.3676689863204956, 1.2108062505722046, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.2456645965576172, 1.489673376083374, 1.1410894393920898, -0.23581695556640625, -0.532113254070282, -0.3229629397392273, 1.4199565649032593, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 2.0299782752990723, 2.0125491619110107, 2.1694118976593018, 1.8556864261627197, 2.1694118976593018, 1.768540382385254, 1.9776906967163086, 2.0648367404937744, 2.204270124435425, 1.4373857975006104, 1.3502397537231445, 1.960261583328247, 1.803398847579956, 1.646536111831665, 1.8556864261627197, 2.0996949672698975, 1.7162528038024902, 1.925403118133545, 1.8382571935653687, 2.0648367404937744, 1.9079740047454834, 1.4025273323059082, 1.8556864261627197, 1.2282354831695557, 1.5419609546661377, 1.3850982189178467, 1.7511112689971924, 1.768540382385254, 1.6813944578170776, 1.489673376083374, 2.047407388687134, 1.332810640335083, 1.8208279609680176, 1.0365142822265625, -0.1486709862947464, -1.0375598669052124, -0.8109803795814514, -0.6541175842285156, -0.8981263637542725, -0.7935512065887451, 0.30448800325393677, -1.0375598669052124, -0.5495424270629883, 0.06047932058572769, -0.06152502819895744, -0.026666639372706413, -0.3229629397392273, -0.44496726989746094, 1.1933770179748535, 1.2456645965576172, 1.0888018608093262], [1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.5419609546661377, 1.7162528038024902, 1.960261583328247, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.204270124435425, 2.117124319076538, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.785969614982605, 1.7162528038024902, 1.6813944578170776, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.5419609546661377, 1.489673376083374, 1.7162528038024902, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 2.082265853881836, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.803398847579956, 1.611677646636963, 1.629106879234314, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.6988236904144287, 1.629106879234314, 1.3502397537231445, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.3850982189178467, 1.158518671989441, 1.2456645965576172, 1.4199565649032593, 1.0016558170318604, 1.1410894393920898, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 1.0365142822265625, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.158518671989441, 1.1410894393920898, 0.9493682980537415, 1.2630938291549683, 1.4199565649032593, 1.2456645965576172, 1.175947904586792, 1.472244143486023, 1.3676689863204956, 1.053943395614624, 1.3676689863204956, 1.489673376083374, 1.472244143486023, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.158518671989441, -0.18352937698364258, -1.0375598669052124, 0.14762529730796814, 1.1062309741973877, 1.8382571935653687, 1.7336820363998413, 2.0299782752990723, 2.1868410110473633, 1.5071024894714355, 2.0125491619110107, 1.8905447721481323, 2.0996949672698975, 2.1345534324645996, 1.7511112689971924, 1.5942485332489014, 2.0299782752990723, 1.5593900680541992, 1.960261583328247, 1.472244143486023, 1.8208279609680176, 1.7336820363998413, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 1.2805230617523193, 1.7162528038024902, 1.942832350730896, 1.4373857975006104, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.8905447721481323, 1.9776906967163086, 1.3676689863204956, 1.803398847579956, 2.082265853881836, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 0.8970807194709778, 0.4090631604194641, -0.9329847693443298, -0.9155555367469788, -0.7935512065887451, -0.8981263637542725, -0.6366884112358093, -0.5146840810775757, -1.089847445487976, -0.41010889410972595, -0.09638340771198273, -0.1661001741886139, 0.2696296274662018, -0.4798256754875183, -0.6541175842285156, 1.4199565649032593, 1.0888018608093262], [1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.7336820363998413, 1.8731155395507812, 2.0299782752990723, 2.151982545852661, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0648367404937744, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8731155395507812, 1.6639652252197266, 1.6988236904144287, 1.5245317220687866, 1.4373857975006104, 1.472244143486023, 1.2979521751403809, 1.175947904586792, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.5593900680541992, 1.6813944578170776, 1.158518671989441, 1.2805230617523193, 1.5071024894714355, 1.611677646636963, 1.768540382385254, 1.4199565649032593, 1.5593900680541992, 1.925403118133545, 1.925403118133545, 1.942832350730896, 2.0125491619110107, 1.8556864261627197, 1.768540382385254, 1.8382571935653687, 1.9951199293136597, 1.8382571935653687, 1.5942485332489014, 1.489673376083374, 1.3676689863204956, 1.7336820363998413, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.3502397537231445, 1.158518671989441, 1.3676689863204956, 1.3850982189178467, 0.7925055623054504, 0.478780061006546, 1.3850982189178467, 0.9145098924636841, 1.158518671989441, 1.053943395614624, 1.1933770179748535, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 0.6356428265571594, 0.7925055623054504, 0.9667974710464478, 1.2805230617523193, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.2805230617523193, 0.9319390654563904, 1.332810640335083, 0.33934640884399414, 1.2282354831695557, 1.1933770179748535, 1.0888018608093262, 1.5593900680541992, 1.6639652252197266, 1.5768193006515503, 1.6813944578170776, 1.5593900680541992, 1.6988236904144287, 1.5768193006515503, 1.5942485332489014, 1.1062309741973877, 0.44392168521881104, -0.8981263637542725, -0.7238344550132751, 1.332810640335083, 1.4373857975006104, 1.5593900680541992, 1.9776906967163086, 1.4025273323059082, 2.239128589630127, 2.1345534324645996, 2.047407388687134, 2.3437037467956543, 2.0299782752990723, 1.942832350730896, 2.047407388687134, 1.925403118133545, 1.942832350730896, 1.785969614982605, 2.0648367404937744, 2.047407388687134, 1.5768193006515503, 1.768540382385254, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.0888018608093262, 1.5071024894714355, 1.8208279609680176, 1.332810640335083, 1.071372628211975, 1.0888018608093262, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 1.0365142822265625, 0.7053595781326294, 1.1236603260040283, 1.2108062505722046, 0.984226644039154, 1.0365142822265625, 1.4373857975006104, 0.42649248242378235, 0.513638436794281, 0.11276690661907196, -0.8632679581642151, -0.9504139423370361, -0.8284096121788025, -0.619259238243103, -0.688975989818573, -0.9504139423370361, -0.6366884112358093, -0.5495424270629883, -0.07895421981811523, -0.1312417984008789, -0.39267969131469727, -0.688975989818573, -0.619259238243103, 2.204270124435425], [1.8556864261627197, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.9776906967163086, 2.1345534324645996, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.942832350730896, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.7336820363998413, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.803398847579956, 1.8382571935653687, 1.803398847579956, 1.785969614982605, 1.5768193006515503, 1.5071024894714355, 1.6988236904144287, 1.7336820363998413, 1.5071024894714355, 1.472244143486023, 1.3502397537231445, 1.5942485332489014, 1.8208279609680176, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.611677646636963, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 1.768540382385254, 1.8208279609680176, 1.472244143486023, 1.315381407737732, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.1410894393920898, 1.071372628211975, 0.9667974710464478, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.8796514868736267, 0.7576471567153931, 1.071372628211975, 1.0888018608093262, 0.9319390654563904, 1.053943395614624, 1.158518671989441, 1.0190850496292114, 0.9493682980537415, 0.4613508880138397, 0.7053595781326294, 0.7750763297080994, 1.071372628211975, 0.9319390654563904, 1.1933770179748535, 1.2108062505722046, 0.8970807194709778, 0.8970807194709778, 1.2108062505722046, 1.1933770179748535, 1.5942485332489014, 1.5071024894714355, 1.5419609546661377, 1.6639652252197266, 1.768540382385254, 1.7511112689971924, 1.5942485332489014, 1.4025273323059082, 0.6879304051399231, -1.0549890995025635, -0.5495424270629883, 0.02562093921005726, 0.28705883026123047, 1.8731155395507812, 1.611677646636963, 1.646536111831665, 2.082265853881836, 2.395991325378418, 1.960261583328247, 1.768540382385254, 1.960261583328247, 2.239128589630127, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 2.2914161682128906, 1.8382571935653687, 1.7162528038024902, 1.7511112689971924, 1.646536111831665, 1.7511112689971924, 1.942832350730896, 1.5071024894714355, 1.7511112689971924, 1.4199565649032593, 1.2456645965576172, 0.9493682980537415, 0.9319390654563904, 0.5833552479743958, 0.827363908290863, 0.8447931408882141, 0.9145098924636841, 0.9319390654563904, 0.7925055623054504, 0.7402179837226868, 0.9493682980537415, 0.5833552479743958, 0.4962092638015747, 1.053943395614624, 0.44392168521881104, 1.053943395614624, 1.0365142822265625, -0.09638340771198273, -0.7064052224159241, -0.9852723479270935, -0.8109803795814514, -0.8632679581642151, -0.7412636280059814, -0.9504139423370361, -0.7586928009986877, -0.37525051832199097, -0.18352937698364258, -0.27067533135414124, -0.4623964726924896, -0.5146840810775757, 0.008191745728254318], [1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.0648367404937744, 1.9776906967163086, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.646536111831665, 1.472244143486023, 1.4025273323059082, 1.3502397537231445, 1.5768193006515503, 1.785969614982605, 1.629106879234314, 1.8905447721481323, 1.7162528038024902, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8208279609680176, 1.768540382385254, 1.803398847579956, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.629106879234314, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.5593900680541992, 1.785969614982605, 1.175947904586792, 1.629106879234314, 1.5768193006515503, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.175947904586792, 1.2108062505722046, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.071372628211975, 0.7402179837226868, 0.600784420967102, 0.8622223138809204, 0.670501172542572, 0.9319390654563904, 0.9667974710464478, 0.9145098924636841, 1.0016558170318604, 1.0888018608093262, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.071372628211975, 0.8796514868736267, 1.0016558170318604, 0.7750763297080994, 1.071372628211975, 0.8447931408882141, 1.0888018608093262, 1.2108062505722046, 1.0888018608093262, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.785969614982605, 1.611677646636963, 1.489673376083374, 1.5593900680541992, 1.5245317220687866, 0.670501172542572, -0.7586928009986877, -0.9504139423370361, 0.33934640884399414, 0.2696296274662018, 1.0190850496292114, 1.8382571935653687, 2.308845281600952, 1.960261583328247, 1.785969614982605, 1.7336820363998413, 1.803398847579956, 2.204270124435425, 1.803398847579956, 1.9951199293136597, 1.8731155395507812, 2.082265853881836, 1.5419609546661377, 1.7162528038024902, 1.8208279609680176, 1.960261583328247, 1.6988236904144287, 2.308845281600952, 1.6639652252197266, 1.7162528038024902, 1.2805230617523193, 1.158518671989441, 0.984226644039154, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.7925055623054504, 1.053943395614624, 0.6879304051399231, 0.8447931408882141, 0.670501172542572, 1.2108062505722046, 1.2456645965576172, 1.3676689863204956, 1.4025273323059082, 0.13019609451293945, -0.5495424270629883, -1.1421350240707397, -0.688975989818573, -0.7761220335960388, -0.6366884112358093, -0.8109803795814514, -0.6715468168258667, -0.7935512065887451, -0.20095856487751007, 0.11276690661907196, -0.5495424270629883, -0.5495424270629883], [1.7336820363998413, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 2.151982545852661, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.7336820363998413, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.6813944578170776, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 1.768540382385254, 1.2630938291549683, 1.489673376083374, 1.4373857975006104, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.6639652252197266, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.5419609546661377, 1.5593900680541992, 1.4548149108886719, 1.629106879234314, 1.2108062505722046, 1.071372628211975, 1.5071024894714355, 1.5419609546661377, 1.2456645965576172, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.158518671989441, 0.8970807194709778, 0.670501172542572, 1.2630938291549683, 0.827363908290863, 0.5659260153770447, 1.2282354831695557, 0.7402179837226868, 1.1933770179748535, 0.7925055623054504, 0.8796514868736267, 0.827363908290863, 1.3502397537231445, 1.315381407737732, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.3676689863204956, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.5071024894714355, 1.785969614982605, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.332810640335083, -0.37525051832199097, -0.7238344550132751, -0.4972548484802246, 0.7227887511253357, 1.0190850496292114, 1.9079740047454834, 1.646536111831665, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 1.7162528038024902, 1.9079740047454834, 1.8731155395507812, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.629106879234314, 1.8382571935653687, 1.8556864261627197, 1.803398847579956, 1.9951199293136597, 1.3676689863204956, 1.5245317220687866, 1.158518671989441, 0.7750763297080994, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9319390654563904, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 0.8796514868736267, 1.0888018608093262, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.1933770179748535, 1.0016558170318604, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.2108062505722046, -0.8458387851715088, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -0.7238344550132751, -0.8109803795814514, -0.6715468168258667, -1.2118518352508545, 0.44392168521881104, -0.09638340771198273, -0.5495424270629883], [1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.8556864261627197, 1.9776906967163086, 2.082265853881836, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.646536111831665, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.4199565649032593, 1.9079740047454834, 1.9776906967163086, 1.5245317220687866, 1.4373857975006104, 1.6639652252197266, 1.3676689863204956, 1.611677646636963, 1.6988236904144287, 1.5768193006515503, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.4025273323059082, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.611677646636963, 1.6639652252197266, 1.2630938291549683, 1.2630938291549683, 1.6639652252197266, 1.4548149108886719, 1.4025273323059082, 1.5071024894714355, 1.315381407737732, 1.2456645965576172, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.071372628211975, 1.2282354831695557, 1.071372628211975, 0.984226644039154, 1.2108062505722046, 1.332810640335083, 1.2979521751403809, 0.7227887511253357, 0.8099347352981567, 1.0016558170318604, 1.071372628211975, 0.670501172542572, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 0.9493682980537415, 0.7053595781326294, 0.984226644039154, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5071024894714355, 1.8382571935653687, 1.6813944578170776, 1.5768193006515503, 1.5768193006515503, 1.6639652252197266, 1.6988236904144287, 1.4548149108886719, 0.33934640884399414, -0.4623964726924896, -1.0724183320999146, 0.44392168521881104, 0.44392168521881104, 1.2456645965576172, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.646536111831665, 1.611677646636963, 2.1345534324645996, 1.7162528038024902, 1.8731155395507812, 1.8556864261627197, 1.7511112689971924, 1.332810640335083, 1.2456645965576172, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.1933770179748535, 1.2979521751403809, 1.3502397537231445, 1.6813944578170776, -0.7064052224159241, -1.1072766780853271, -0.9329847693443298, -0.8458387851715088, -0.8109803795814514, -0.8284096121788025, -0.7935512065887451, -1.0201307535171509, 1.0888018608093262, -0.3055337369441986], [1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.942832350730896, 2.0648367404937744, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0648367404937744, 1.9951199293136597, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6639652252197266, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.6813944578170776, 1.611677646636963, 1.6813944578170776, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.472244143486023, 1.5419609546661377, 1.7162528038024902, 1.8731155395507812, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.472244143486023, 1.4199565649032593, 1.5768193006515503, 1.4199565649032593, 1.611677646636963, 1.6988236904144287, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.6639652252197266, 1.5419609546661377, 1.5071024894714355, 1.2456645965576172, 1.2456645965576172, 1.1062309741973877, 0.8970807194709778, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 1.158518671989441, 1.0016558170318604, 1.053943395614624, 0.7750763297080994, 0.670501172542572, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 1.1236603260040283, 1.1236603260040283, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.611677646636963, 1.5593900680541992, 1.5419609546661377, 1.6639652252197266, 1.5942485332489014, 1.8382571935653687, 1.5245317220687866, 1.315381407737732, -0.20095856487751007, -0.8632679581642151, -0.9678431153297424, 0.2347712516784668, 1.0365142822265625, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.5768193006515503, 1.8556864261627197, 1.8382571935653687, 1.9951199293136597, 1.646536111831665, 1.9951199293136597, 1.5419609546661377, 1.5942485332489014, 2.0299782752990723, 1.768540382385254, 1.785969614982605, 0.7227887511253357, 1.2282354831695557, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.332810640335083, 0.984226644039154, -0.9678431153297424, -1.1421350240707397, -0.9678431153297424, -0.8981263637542725, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, 1.1236603260040283], [1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.925403118133545, 1.9776906967163086, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4373857975006104, 1.2979521751403809, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.646536111831665, 1.8556864261627197, 1.8731155395507812, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.7162528038024902, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.315381407737732, 1.2630938291549683, 1.4199565649032593, 1.5419609546661377, 1.6639652252197266, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.4373857975006104, 1.472244143486023, 1.611677646636963, 1.7336820363998413, 1.3676689863204956, 1.5593900680541992, 1.3676689863204956, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.158518671989441, 0.9667974710464478, 0.9319390654563904, 1.4548149108886719, 1.1236603260040283, 1.1062309741973877, 0.8796514868736267, 0.9667974710464478, 1.071372628211975, 0.827363908290863, 0.8447931408882141, 1.0190850496292114, 0.8447931408882141, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.3676689863204956, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.1933770179748535, -0.2881045341491699, -0.25324615836143494, -0.20095856487751007, 0.5310676693916321, 1.175947904586792, 0.4090631604194641, 0.8622223138809204, 1.6988236904144287, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.942832350730896, 1.7162528038024902, 1.9079740047454834, 1.5593900680541992, 0.8099347352981567, 1.175947904586792, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.3676689863204956, 0.18248367309570312, -1.1247059106826782, -0.9504139423370361, -0.7935512065887451, -0.8458387851715088, -0.9678431153297424, -0.9329847693443298], [1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.960261583328247, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.2805230617523193, 1.5768193006515503, 1.611677646636963, 1.8208279609680176, 1.785969614982605, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.7336820363998413, 1.7336820363998413, 1.5593900680541992, 1.5942485332489014, 1.2805230617523193, 1.3676689863204956, 1.629106879234314, 1.489673376083374, 1.4199565649032593, 1.611677646636963, 1.629106879234314, 1.7162528038024902, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.611677646636963, 1.7162528038024902, 1.646536111831665, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5593900680541992, 1.7336820363998413, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.332810640335083, 1.071372628211975, 1.4373857975006104, 1.2108062505722046, 0.7750763297080994, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.2108062505722046, 1.2630938291549683, 0.827363908290863, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 1.053943395614624, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.4548149108886719, 1.7511112689971924, 1.489673376083374, 1.332810640335083, 1.5071024894714355, 1.611677646636963, 1.6813944578170776, 1.7336820363998413, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.629106879234314, 1.315381407737732, -0.06152502819895744, -0.3403921127319336, 0.5484968423843384, 0.06047932058572769, -0.1486709862947464, 1.646536111831665, 1.5071024894714355, 1.960261583328247, 1.7511112689971924, 1.7162528038024902, 1.960261583328247, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.2108062505722046, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.472244143486023, 0.06047932058572769, -1.333856225013733, -1.089847445487976, -1.0027015209197998, -1.0549890995025635], [1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.7336820363998413, 1.8382571935653687, 1.803398847579956, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.0299782752990723, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.5245317220687866, 1.611677646636963, 1.3502397537231445, 0.8622223138809204, 1.489673376083374, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.472244143486023, 1.611677646636963, 1.629106879234314, 1.472244143486023, 1.5593900680541992, 1.5419609546661377, 1.646536111831665, 1.3676689863204956, 1.472244143486023, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.7162528038024902, 1.5245317220687866, 1.5071024894714355, 1.315381407737732, 1.0888018608093262, 1.6639652252197266, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 1.3676689863204956, 1.158518671989441, 1.1410894393920898, 1.0365142822265625, 1.053943395614624, 0.7750763297080994, 0.9667974710464478, 0.6879304051399231, 0.9319390654563904, 1.0190850496292114, 1.0888018608093262, 1.0190850496292114, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9145098924636841, 1.2805230617523193, 0.9493682980537415, 1.1062309741973877, 1.3502397537231445, 1.4025273323059082, 1.315381407737732, 1.5419609546661377, 1.158518671989441, 1.4025273323059082, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.611677646636963, 1.7511112689971924, 1.3850982189178467, 0.8796514868736267, -0.3229629397392273, -0.7064052224159241, -0.18352937698364258, 0.35677558183670044, 1.1062309741973877, 1.472244143486023, 1.942832350730896, 1.7162528038024902, 1.7162528038024902, 1.9951199293136597, 1.8556864261627197, 1.5942485332489014, 1.803398847579956, 1.611677646636963, 1.5593900680541992, 1.3850982189178467, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 0.5659260153770447, -1.2292810678482056, -1.0549890995025635], [1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7511112689971924, 1.8556864261627197, 2.0996949672698975, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.1694118976593018, 2.0996949672698975, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.5768193006515503, 1.5419609546661377, 1.768540382385254, 1.785969614982605, 1.6988236904144287, 1.5593900680541992, 1.489673376083374, 1.315381407737732, 1.4373857975006104, 1.472244143486023, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.5942485332489014, 1.6813944578170776, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.5942485332489014, 1.3676689863204956, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.332810640335083, 1.2282354831695557, 1.4199565649032593, 1.1062309741973877, 1.2282354831695557, 1.1410894393920898, 1.175947904586792, 0.8099347352981567, 1.175947904586792, 0.8796514868736267, 0.9493682980537415, 1.1933770179748535, 1.1933770179748535, 1.053943395614624, 0.9493682980537415, 1.0365142822265625, 1.2282354831695557, 1.0365142822265625, 0.8447931408882141, 1.332810640335083, 1.0365142822265625, 1.332810640335083, 1.4025273323059082, 1.2979521751403809, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.7162528038024902, 1.768540382385254, 1.6639652252197266, 1.7511112689971924, 1.6639652252197266, 1.5593900680541992, 0.2347712516784668, -0.7238344550132751, -0.8632679581642151, -0.7412636280059814, 0.28705883026123047, 1.158518671989441, 1.6988236904144287, 1.8731155395507812, 1.7162528038024902, 1.942832350730896, 0.7227887511253357, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.4199565649032593, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 1.315381407737732, 1.2805230617523193, 1.4199565649032593], [1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.8731155395507812, 1.9951199293136597, 2.0996949672698975, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0125491619110107, 1.9776906967163086, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.629106879234314, 1.5419609546661377, 1.5768193006515503, 1.6813944578170776, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.8382571935653687, 1.768540382385254, 1.7511112689971924, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.2456645965576172, 1.2282354831695557, 1.489673376083374, 1.071372628211975, 1.1062309741973877, 1.5593900680541992, 1.4025273323059082, 1.5593900680541992, 1.5245317220687866, 1.6813944578170776, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.6813944578170776, 1.5942485332489014, 1.5419609546661377, 1.646536111831665, 1.5942485332489014, 1.5071024894714355, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.5419609546661377, 1.6813944578170776, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.3676689863204956, 1.4548149108886719, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.1062309741973877, 1.158518671989441, 1.0365142822265625, 0.9667974710464478, 1.053943395614624, 1.0190850496292114, 1.2630938291549683, 1.1236603260040283, 1.3502397537231445, 1.2456645965576172, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 0.9493682980537415, 1.175947904586792, 1.175947904586792, 1.3676689863204956, 1.175947904586792, 1.4025273323059082, 1.5768193006515503, 1.3676689863204956, 1.5071024894714355, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 1.5768193006515503, 1.6813944578170776, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.7162528038024902, 1.6813944578170776, 1.0365142822265625, 0.13019609451293945, -0.601830005645752, -0.5844008326530457, -0.7238344550132751, 0.5484968423843384, 0.7402179837226868, 1.158518671989441, 1.785969614982605, 0.6356428265571594, 1.2456645965576172, 1.3850982189178467, 1.646536111831665, 1.5593900680541992, 1.4548149108886719, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.8905447721481323, 2.0648367404937744, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5419609546661377, 1.5593900680541992, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, 1.332810640335083, 1.5593900680541992, 1.472244143486023, 1.3850982189178467, 1.5245317220687866, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.5419609546661377, 1.1236603260040283, 1.1062309741973877, 1.4199565649032593, 1.0190850496292114, 1.0016558170318604, 1.1236603260040283, 1.2979521751403809, 1.053943395614624, 1.2108062505722046, 1.2630938291549683, 1.4025273323059082, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.5768193006515503, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.1410894393920898, 1.4199565649032593, 1.4548149108886719, 1.3502397537231445, 1.472244143486023, 1.4025273323059082, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 1.0016558170318604, 0.8970807194709778, 1.1062309741973877, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.315381407737732, 1.0888018608093262, 1.1933770179748535, 1.1410894393920898, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.3850982189178467, 0.7750763297080994, 1.4548149108886719, 1.0190850496292114, 1.472244143486023, 1.4025273323059082, 1.5071024894714355, 1.4199565649032593, 1.5419609546661377, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7162528038024902, 1.332810640335083, 0.827363908290863, 0.42649248242378235, -0.11381260305643082, -0.41010889410972595, -0.1661001741886139, 0.6356428265571594, 0.32191720604896545, 0.5310676693916321, 0.9319390654563904, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4199565649032593, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262], [1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.9776906967163086, 1.925403118133545, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 1.803398847579956, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.6988236904144287, 1.489673376083374, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.768540382385254, 1.6988236904144287, 1.629106879234314, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.175947904586792, 1.071372628211975, 1.2282354831695557, 1.1236603260040283, 0.9493682980537415, 1.1236603260040283, 1.4548149108886719, 1.2979521751403809, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 0.8970807194709778, 1.0365142822265625, 1.2282354831695557, 1.315381407737732, 1.1410894393920898, 1.1410894393920898, 1.315381407737732, 1.4199565649032593, 1.5419609546661377, 1.3676689863204956, 1.4199565649032593, 1.158518671989441, 1.0888018608093262, 1.332810640335083, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.3850982189178467, 1.2456645965576172, 1.1410894393920898, 1.1236603260040283, 1.5071024894714355, 1.2979521751403809, 1.4548149108886719, 1.053943395614624, 0.7750763297080994, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.1062309741973877, 1.2108062505722046, 1.2108062505722046, 1.1410894393920898, 1.158518671989441, 1.0190850496292114, 1.158518671989441, 1.3502397537231445, 1.0190850496292114, 0.9667974710464478, 0.8447931408882141, 1.2456645965576172, 0.7925055623054504, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.2979521751403809, 1.5593900680541992, 1.5071024894714355, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.0888018608093262, 0.9319390654563904, 0.827363908290863, 1.489673376083374, 1.4025273323059082, 1.5419609546661377, 1.5419609546661377, 1.611677646636963, 1.4548149108886719, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975], [1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.960261583328247, 1.942832350730896, 2.117124319076538, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.6813944578170776, 1.472244143486023, 1.5245317220687866, 1.4548149108886719, 1.3850982189178467, 1.5419609546661377, 1.5245317220687866, 1.6639652252197266, 1.611677646636963, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.7511112689971924, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.5419609546661377, 1.315381407737732, 1.1933770179748535, 1.315381407737732, 1.0016558170318604, 1.2979521751403809, 1.4199565649032593, 1.4548149108886719, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.489673376083374, 1.2979521751403809, 1.4199565649032593, 1.158518671989441, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.8970807194709778, 1.2282354831695557, 1.315381407737732, 1.3676689863204956, 0.984226644039154, 1.175947904586792, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.9493682980537415, 1.2805230617523193, 1.4025273323059082, 1.1933770179748535, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.175947904586792, 1.315381407737732, 1.2805230617523193, 0.984226644039154, 0.9319390654563904, 1.0888018608093262, 0.9493682980537415, 0.8447931408882141, 1.071372628211975, 0.7925055623054504, 1.3502397537231445, 1.472244143486023, 1.2456645965576172, 1.2630938291549683, 1.7336820363998413, 1.7162528038024902, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.646536111831665, 1.5419609546661377, 1.611677646636963, 1.8905447721481323, 1.6813944578170776, 1.5768193006515503, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.472244143486023, 1.472244143486023, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625], [1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 1.9951199293136597, 1.9776906967163086, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.803398847579956, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.2805230617523193, 0.8099347352981567, 1.2108062505722046, 1.4373857975006104, 1.4025273323059082, 1.4548149108886719, 1.5768193006515503, 1.4548149108886719, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.0888018608093262, 1.1062309741973877, 0.9667974710464478, 1.2805230617523193, 1.158518671989441, 1.071372628211975, 1.158518671989441, 0.9667974710464478, 0.9667974710464478, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.0365142822265625, 0.9319390654563904, 1.0888018608093262, 1.0190850496292114, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.315381407737732, 1.2979521751403809, 1.1236603260040283, 1.2805230617523193, 1.1933770179748535, 0.984226644039154, 0.9145098924636841, 1.0190850496292114, 0.7227887511253357, 0.5833552479743958, 0.8796514868736267, 1.2805230617523193, 1.4199565649032593, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5419609546661377, 1.4373857975006104, 1.629106879234314, 1.7162528038024902, 1.472244143486023, 1.611677646636963, 1.9079740047454834, 1.6813944578170776, 1.785969614982605, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.6988236904144287, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.768540382385254, 1.5419609546661377, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8382571935653687, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.117124319076538, 2.082265853881836, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.629106879234314, 1.489673376083374, 1.4025273323059082, 1.3502397537231445, 1.4548149108886719, 1.332810640335083, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.5419609546661377, 1.3502397537231445, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.0016558170318604, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.2805230617523193, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.3850982189178467, 1.4199565649032593, 1.315381407737732, 1.472244143486023, 1.2805230617523193, 1.4025273323059082, 1.2630938291549683, 1.5071024894714355, 1.2282354831695557, 1.4548149108886719, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.053943395614624, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.071372628211975, 0.7925055623054504, 0.5833552479743958, 0.9319390654563904, 0.513638436794281, 1.0016558170318604, 1.175947904586792, 1.071372628211975, 1.3676689863204956, 1.489673376083374, 1.3850982189178467, 1.2979521751403809, 1.4373857975006104, 1.5419609546661377, 1.5768193006515503, 1.5419609546661377, 1.332810640335083, 1.785969614982605, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.332810640335083, 1.7511112689971924, 1.7511112689971924, 1.5768193006515503, 1.629106879234314, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.5768193006515503, 1.6988236904144287, 1.7336820363998413, 1.629106879234314, 1.5768193006515503, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.8905447721481323, 2.047407388687134, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8208279609680176, 1.768540382385254, 1.5942485332489014, 1.5245317220687866, 1.3676689863204956, 1.2282354831695557, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.489673376083374, 1.4373857975006104, 1.315381407737732, 1.4199565649032593, 1.2456645965576172, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.071372628211975, 0.827363908290863, 1.071372628211975, 1.1062309741973877, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.3676689863204956, 1.2979521751403809, 1.3850982189178467, 1.2805230617523193, 1.2282354831695557, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.4548149108886719, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.1410894393920898, 1.3676689863204956, 1.332810640335083, 1.0888018608093262, 1.1933770179748535, 1.1933770179748535, 1.5419609546661377, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.053943395614624, 1.2979521751403809, 1.0190850496292114, 0.8447931408882141, 0.670501172542572, 0.827363908290863, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.071372628211975, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.2282354831695557, 1.803398847579956, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.646536111831665, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.7162528038024902, 1.646536111831665, 1.5768193006515503, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.7162528038024902, 1.6988236904144287, 1.5419609546661377, 1.472244143486023, 1.175947904586792, 1.2282354831695557, 1.489673376083374, 1.1410894393920898, 1.158518671989441, 0.9493682980537415, 0.9145098924636841, 1.1236603260040283, 1.4025273323059082, 0.670501172542572, 0.7750763297080994, 1.315381407737732, 1.1933770179748535, 0.827363908290863, 1.315381407737732, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.0016558170318604, 1.158518671989441, 1.5419609546661377, 0.984226644039154, 1.1410894393920898, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.1933770179748535, 1.175947904586792, 1.2282354831695557, 1.175947904586792, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.472244143486023, 1.2282354831695557, 1.2805230617523193, 1.4025273323059082, 1.4373857975006104, 1.5768193006515503, 1.611677646636963, 1.2282354831695557, 1.3502397537231445, 1.3502397537231445, 1.175947904586792, 1.3502397537231445, 1.0888018608093262, 1.0190850496292114, 1.4548149108886719, 1.053943395614624, 0.7925055623054504, 1.4025273323059082, 1.071372628211975, 1.071372628211975, 0.8970807194709778, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.9145098924636841, 1.1062309741973877, 1.1410894393920898, 1.315381407737732, 1.0190850496292114, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.5593900680541992, 1.3676689863204956, 1.4548149108886719, 1.2456645965576172, 1.6988236904144287, 1.5768193006515503, 1.4199565649032593, 1.5768193006515503, 1.6813944578170776, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.629106879234314, 1.6988236904144287, 1.5768193006515503, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141], [1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8382571935653687, 1.925403118133545, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0648367404937744, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 1.4548149108886719, 1.3502397537231445, 1.332810640335083, 1.5071024894714355, 1.3850982189178467, 1.785969614982605, 1.5593900680541992, 1.5768193006515503, 1.5245317220687866, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.3676689863204956, 1.1933770179748535, 1.2282354831695557, 1.3850982189178467, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.158518671989441, 1.332810640335083, 1.1236603260040283, 1.2282354831695557, 1.315381407737732, 1.2108062505722046, 1.2108062505722046, 1.0888018608093262, 1.071372628211975, 0.9145098924636841, 0.984226644039154, 1.071372628211975, 1.0888018608093262, 1.2108062505722046, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.071372628211975, 1.0016558170318604, 1.315381407737732, 1.1062309741973877, 1.3850982189178467, 1.6639652252197266, 1.3502397537231445, 1.2630938291549683, 1.0016558170318604, 0.8622223138809204, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.1410894393920898, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, 0.9145098924636841, 1.0365142822265625, 1.4025273323059082, 1.1933770179748535, 0.9493682980537415, 1.1236603260040283, 1.053943395614624, 1.158518671989441, 1.4025273323059082, 1.5593900680541992, 1.3850982189178467, 0.7053595781326294, 1.5593900680541992, 1.611677646636963, 1.3850982189178467, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.7162528038024902, 1.6639652252197266, 1.6988236904144287, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.6639652252197266, 1.5419609546661377, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863], [1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9776906967163086, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.3502397537231445, 1.2630938291549683, 1.611677646636963, 1.6813944578170776, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4025273323059082, 1.332810640335083, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.2630938291549683, 1.3676689863204956, 1.2805230617523193, 1.1933770179748535, 1.315381407737732, 1.1933770179748535, 1.2805230617523193, 1.1410894393920898, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.2630938291549683, 1.2282354831695557, 1.4199565649032593, 1.3850982189178467, 1.2805230617523193, 1.4548149108886719, 1.4199565649032593, 1.2456645965576172, 0.8970807194709778, 1.2979521751403809, 1.4025273323059082, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2630938291549683, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.0365142822265625, 1.1933770179748535, 1.4199565649032593, 1.315381407737732, 0.8622223138809204, 1.332810640335083, 1.4548149108886719, 1.4548149108886719, 1.5768193006515503, 1.5768193006515503, 1.2630938291549683, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.803398847579956, 1.7511112689971924, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 0.9493682980537415, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.7162528038024902, 1.785969614982605, 1.7511112689971924, 1.611677646636963, 1.6813944578170776, 1.2979521751403809, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.5768193006515503, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2108062505722046, 1.332810640335083, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 0.8099347352981567, 1.0016558170318604, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.315381407737732, 1.053943395614624, 1.3502397537231445, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.472244143486023, 1.5071024894714355, 1.3850982189178467, 1.4548149108886719, 1.158518671989441, 0.9145098924636841, 0.5833552479743958, 0.670501172542572, 0.8796514868736267, 1.0190850496292114, 0.9493682980537415, 1.2979521751403809, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.5593900680541992, 1.4548149108886719, 1.785969614982605, 1.6639652252197266, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.5593900680541992, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.925403118133545, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.332810640335083, 1.3850982189178467, 1.315381407737732, 1.3850982189178467, 1.4548149108886719, 1.3676689863204956, 1.4199565649032593, 1.1933770179748535, 1.2108062505722046, 1.0888018608093262, 1.1062309741973877, 1.2805230617523193, 1.4025273323059082, 1.4548149108886719, 1.3502397537231445, 1.2630938291549683, 1.315381407737732, 1.1410894393920898, 1.175947904586792, 1.3676689863204956, 1.3676689863204956, 1.5593900680541992, 0.827363908290863, 1.1933770179748535, 1.2108062505722046, 1.071372628211975, 1.4373857975006104, 1.4025273323059082, 1.5071024894714355, 1.053943395614624, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3502397537231445, 1.4199565649032593, 1.3676689863204956, 1.3676689863204956, 1.175947904586792, 1.175947904586792, 1.0365142822265625, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 1.1062309741973877, 1.0190850496292114, 1.0888018608093262, 1.3502397537231445, 1.5071024894714355, 1.489673376083374, 1.8556864261627197, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267], [0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.0125491619110107, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.7336820363998413, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.6813944578170776, 1.5071024894714355, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3502397537231445, 1.4199565649032593, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.2979521751403809, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.5245317220687866, 1.5942485332489014, 1.332810640335083, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 0.9145098924636841, 1.158518671989441, 0.827363908290863, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.2456645965576172, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.4199565649032593, 1.472244143486023, 1.5768193006515503, 1.8905447721481323, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.5768193006515503, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267], [0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 2.0648367404937744, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 1.960261583328247, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 2.0648367404937744, 1.9951199293136597, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.785969614982605, 1.7336820363998413, 1.768540382385254, 1.6813944578170776, 1.629106879234314, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.5768193006515503, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.3850982189178467, 1.2456645965576172, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2456645965576172, 1.2979521751403809, 1.2805230617523193, 1.1410894393920898, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.0888018608093262, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.315381407737732, 1.2630938291549683, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.1933770179748535, 1.3502397537231445, 1.4199565649032593, 1.6813944578170776, 1.803398847579956, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.8382571935653687, 1.646536111831665, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204], [0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.942832350730896, 1.9079740047454834, 1.768540382385254, 2.1345534324645996, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.5593900680541992, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.5245317220687866, 1.5071024894714355, 1.611677646636963, 1.5593900680541992, 1.4373857975006104, 1.4025273323059082, 1.315381407737732, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.2805230617523193, 1.3676689863204956, 1.2630938291549683, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.1933770179748535, 1.1236603260040283, 1.2282354831695557, 1.0190850496292114, 1.2630938291549683, 1.175947904586792, 1.3502397537231445, 1.472244143486023, 1.315381407737732, 1.5245317220687866, 1.315381407737732, 0.9145098924636841, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2282354831695557, 1.315381407737732, 1.315381407737732, 1.2108062505722046, 1.3676689863204956, 1.3850982189178467, 1.315381407737732, 1.3502397537231445, 1.629106879234314, 1.7162528038024902, 1.785969614982605, 1.925403118133545, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778], [0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.8905447721481323, 2.0125491619110107, 1.925403118133545, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.803398847579956, 1.8556864261627197, 1.785969614982605, 1.8556864261627197, 1.803398847579956, 1.6639652252197266, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.4199565649032593, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2456645965576172, 1.2630938291549683, 1.071372628211975, 1.3502397537231445, 1.4025273323059082, 1.2805230617523193, 1.071372628211975, 1.0190850496292114, 1.3502397537231445, 1.2805230617523193, 1.4025273323059082, 1.3676689863204956, 1.7336820363998413, 1.5942485332489014, 1.5245317220687866, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.175947904586792, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.489673376083374, 1.611677646636963, 1.489673376083374, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 2.1345534324645996, 2.204270124435425, 2.1868410110473633, 2.0125491619110107, 1.6988236904144287, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415], [0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7576471567153931, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.047407388687134, 2.0125491619110107, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.2805230617523193, 1.2108062505722046, 1.1410894393920898, 1.2630938291549683, 1.3850982189178467, 1.2630938291549683, 1.2108062505722046, 1.2979521751403809, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.489673376083374, 1.4025273323059082, 1.2805230617523193, 1.5245317220687866, 1.3850982189178467, 1.175947904586792, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.768540382385254, 1.803398847579956, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.960261583328247, 2.1345534324645996, 2.2216994762420654, 2.1868410110473633, 1.9951199293136597, 1.611677646636963, 1.3502397537231445, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415], [0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 2.0299782752990723, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8905447721481323, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4548149108886719, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.4548149108886719, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.4199565649032593, 1.472244143486023, 1.3502397537231445, 1.053943395614624, 1.158518671989441, 1.3676689863204956, 1.5419609546661377, 1.6813944578170776, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.925403118133545, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 1.5593900680541992, 1.489673376083374, 1.489673376083374, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8099347352981567, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.9079740047454834, 1.942832350730896, 1.9951199293136597, 2.117124319076538, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.1868410110473633, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.082265853881836, 2.0125491619110107, 1.960261583328247, 1.960261583328247, 2.047407388687134, 1.9951199293136597, 2.047407388687134, 1.960261583328247, 1.8208279609680176, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.489673376083374, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.4548149108886719, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.2979521751403809, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.611677646636963, 1.472244143486023, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.7511112689971924, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.8382571935653687, 1.8905447721481323, 1.646536111831665, 1.2282354831695557, 1.5245317220687866, 1.6988236904144287, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 1.8731155395507812, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.3850982189178467, 1.489673376083374, 1.3676689863204956, 1.1236603260040283, 1.2630938291549683, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.5593900680541992, 1.5593900680541992, 1.768540382385254, 1.8208279609680176, 1.768540382385254, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.768540382385254, 1.803398847579956, 0.1999128758907318, 0.42649248242378235, 0.7576471567153931, 1.3850982189178467, 1.472244143486023, 1.315381407737732, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.5768193006515503, 1.4199565649032593, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.1062309741973877, 1.071372628211975, 1.332810640335083, 1.315381407737732, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.2456645965576172, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.332810640335083, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.629106879234314, 1.6988236904144287, 1.629106879234314, 1.4199565649032593, 1.6988236904144287, 1.7336820363998413, 1.5419609546661377, -0.8458387851715088, -1.5430065393447876, -1.6650108098983765, -1.6824400424957275, -1.3164269924163818, -1.3861438035964966, -1.1944226026535034, 1.472244143486023, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904], [0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 2.047407388687134, 2.151982545852661, 2.1694118976593018, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, 1.0888018608093262, 0.9667974710464478, 1.2456645965576172, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.2630938291549683, 1.0365142822265625, 1.2456645965576172, 1.332810640335083, 1.315381407737732, 1.4373857975006104, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.1410894393920898, 1.4025273323059082, 1.5071024894714355, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.803398847579956, 0.9319390654563904, -1.1944226026535034, -1.6824400424957275, -1.647581696510315, -1.6824400424957275, -1.5952941179275513, -1.5081480741500854, -0.21838775277137756, -1.5255773067474365, 0.7576471567153931, -0.7935512065887451, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.960261583328247, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.785969614982605, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.332810640335083, 1.2630938291549683, 0.9667974710464478, 1.1236603260040283, 1.175947904586792, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.175947904586792, 1.053943395614624, 1.1410894393920898, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.5245317220687866, 1.7511112689971924, 1.768540382385254, 1.646536111831665, -0.41010889410972595, -1.6650108098983765, -1.3512853384017944, -1.403572916984558, -1.2989977598190308, -1.3861438035964966, -1.7347276210784912, -1.6650108098983765, -1.4558604955673218, -1.5604356527328491, -0.8632679581642151, -1.1421350240707397, -0.37525051832199097, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.8622223138809204, 0.8447931408882141, 0.9319390654563904, 1.0016558170318604, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8905447721481323, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.0996949672698975, 2.1868410110473633, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.3262743949890137, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.0996949672698975, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.8208279609680176, 1.7162528038024902, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 1.7336820363998413, 1.7336820363998413, 1.6639652252197266, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.2979521751403809, 1.315381407737732, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.3850982189178467, 1.4199565649032593, 1.2630938291549683, 1.3502397537231445, 1.5245317220687866, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.2979521751403809, -0.04409583657979965, -1.2118518352508545, -1.333856225013733, -1.3687145709991455, -1.5952941179275513, -1.3687145709991455, -1.2989977598190308, -0.4798256754875183, -1.0549890995025635, -0.5146840810775757, 1.5942485332489014, 0.11276690661907196, -1.2989977598190308, -1.2118518352508545, -0.601830005645752, -1.176993489265442, -0.9678431153297424, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3742047846317291, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.5484968423843384, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.151982545852661, 2.2565577030181885, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.4373857975006104, 1.4025273323059082, 1.4373857975006104, 1.4025273323059082, 1.489673376083374, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 1.158518671989441, -0.9504139423370361, -1.1247059106826782, -1.0375598669052124, -1.5604356527328491, -1.5081480741500854, -1.3164269924163818, -1.6650108098983765, -1.5952941179275513, -1.5081480741500854, -1.246710181236267, -0.9155555367469788, -0.601830005645752, -0.25324615836143494, -1.403572916984558, 1.785969614982605, 1.4025273323059082, -1.0724183320999146, -1.1944226026535034, -1.3687145709991455, -0.04409583657979965, -1.5604356527328491, 0.07790851593017578, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 1.942832350730896, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.5768193006515503, 1.5071024894714355, 1.472244143486023, 1.611677646636963, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.5245317220687866, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 1.8731155395507812, 1.0888018608093262, -0.9852723479270935, -1.246710181236267, -1.3164269924163818, -1.1421350240707397, -1.2292810678482056, -1.4210021495819092, -1.4732897281646729, -0.9155555367469788, -1.647581696510315, -1.490718960762024, -1.6301524639129639, -1.5952941179275513, -1.490718960762024, -1.1247059106826782, -0.8806971907615662, -1.5081480741500854, -0.8284096121788025, 1.4199565649032593, 1.6639652252197266, 1.5071024894714355, 1.1236603260040283, 0.6530719995498657, -1.7172983884811401, -0.7761220335960388, 1.472244143486023, 1.3676689863204956, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.2522004544734955, 0.28705883026123047, 0.3742047846317291, 0.4613508880138397, 0.5659260153770447, 0.5833552479743958, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.3437037467956543, 2.361132860183716, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.8731155395507812, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.117124319076538, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.117124319076538, 1.8208279609680176, -0.8981263637542725, -1.246710181236267, -1.0549890995025635, -1.0201307535171509, -0.7064052224159241, -0.7238344550132751, -1.1944226026535034, -1.3512853384017944, -1.5778648853302002, -1.0375598669052124, -1.1421350240707397, 0.13019609451293945, 0.7053595781326294, -1.2815686464309692, -1.1072766780853271, -1.4384313821792603, -1.5081480741500854, -0.1312417984008789, 0.7053595781326294, 1.6813944578170776, 1.4199565649032593, 1.2456645965576172, -1.5430065393447876, -1.0375598669052124, 1.3676689863204956, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.2173420637845993, 0.2696296274662018, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.670501172542572, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.2565577030181885, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.1694118976593018, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 1.7336820363998413, -0.4623964726924896, -1.1944226026535034, -0.21838775277137756, -1.1421350240707397, -0.7412636280059814, -0.601830005645752, -1.1247059106826782, -0.3403921127319336, -1.0549890995025635, -0.7412636280059814, -0.25324615836143494, -1.5952941179275513, 0.06047932058572769, -1.0201307535171509, -1.1421350240707397, -1.2641394138336182, -1.0375598669052124, -1.4558604955673218, -0.21838775277137756, 0.6356428265571594, 0.513638436794281, 0.4090631604194641, 0.9667974710464478, -0.009237446822226048, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.1999128758907318, 0.2522004544734955, 0.33934640884399414, 0.44392168521881104, 0.5310676693916321, 0.5659260153770447, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.1345534324645996, 2.1345534324645996, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 2.2216994762420654, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.5245317220687866, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.4548149108886719, 1.2282354831695557, 1.3850982189178467, -0.42753809690475464, -0.5146840810775757, -0.8109803795814514, -0.9329847693443298, -1.1944226026535034, -0.4623964726924896, -0.39267969131469727, -0.7412636280059814, -1.089847445487976, -1.0724183320999146, -0.7412636280059814, 0.5484968423843384, -0.7238344550132751, -0.9852723479270935, -0.6366884112358093, -1.1944226026535034, -1.2292810678482056, -1.5255773067474365, -0.41010889410972595, 0.3916339874267578, 0.9319390654563904, 0.8970807194709778, 0.478780061006546, 0.7227887511253357, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841], [0.18248367309570312, 0.2173420637845993, 0.30448800325393677, 0.42649248242378235, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.9667974710464478, 1.0190850496292114, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.0996949672698975, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.117124319076538, 1.9776906967163086, 2.1345534324645996, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7336820363998413, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.472244143486023, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.4199565649032593, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.175947904586792, 1.2630938291549683, -0.601830005645752, -0.7064052224159241, -1.1421350240707397, -1.4558604955673218, -1.5255773067474365, -1.5081480741500854, 1.0888018608093262, 0.9493682980537415, -0.21838775277137756, -0.8458387851715088, -0.6715468168258667, -0.5844008326530457, -1.0549890995025635, 0.5484968423843384, -0.3578213155269623, -0.2881045341491699, -1.3164269924163818, -0.11381260305643082, -1.1595642566680908, -1.333856225013733, 0.7402179837226868, 1.071372628211975, 0.7576471567153931, 0.9493682980537415, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.33934640884399414, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.942832350730896, 2.047407388687134, 2.117124319076538, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0996949672698975, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 1.1410894393920898, 1.6813944578170776, 1.8731155395507812, 1.8382571935653687, 1.4548149108886719, 1.0016558170318604, 1.158518671989441, 2.0125491619110107, 2.082265853881836, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6639652252197266, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.315381407737732, -0.44496726989746094, -0.8458387851715088, -1.1944226026535034, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, 1.1933770179748535, 0.0430501289665699, 0.9319390654563904, -0.1661001741886139, -0.4623964726924896, -0.42753809690475464, 0.35677558183670044, 0.4613508880138397, -0.026666639372706413, 0.13019609451293945, -0.27067533135414124, -0.9155555367469788, -0.06152502819895744, -0.18352937698364258, 0.7053595781326294, 0.8622223138809204, 0.8099347352981567, 0.8796514868736267, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.32191720604896545, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.8622223138809204, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.204270124435425, 0.2347712516784668, 0.06047932058572769, -0.09638340771198273, -0.9329847693443298, -1.3164269924163818, -1.5778648853302002, 0.0430501289665699, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, -0.7761220335960388, -0.8632679581642151, -1.3861438035964966, -1.647581696510315, -1.7172983884811401, -0.9852723479270935, 0.5833552479743958, 1.2805230617523193, 1.6988236904144287, 0.827363908290863, -0.2881045341491699, 0.16505448520183563, -1.1421350240707397, -0.23581695556640625, 0.8796514868736267, 0.2696296274662018, -0.7586928009986877, -0.7064052224159241, -0.9678431153297424, -0.532113254070282, -1.0549890995025635, 0.984226644039154, 1.071372628211975, 0.8099347352981567, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204], [0.18248367309570312, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 1.960261583328247, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 2.0648367404937744, 2.0996949672698975, 1.3676689863204956, -0.3229629397392273, -0.5844008326530457, -0.8632679581642151, -1.3687145709991455, -1.490718960762024, -0.9329847693443298, 1.4548149108886719, 1.942832350730896, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4025273323059082, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2456645965576172, 0.7925055623054504, -0.5495424270629883, -1.0549890995025635, -1.4210021495819092, -1.647581696510315, -0.9155555367469788, 1.7336820363998413, 1.803398847579956, 1.7162528038024902, 1.925403118133545, 1.6639652252197266, 0.7053595781326294, 0.16505448520183563, -0.8109803795814514, -0.9155555367469788, 1.175947904586792, 0.5484968423843384, -0.7586928009986877, -0.6366884112358093, -0.026666639372706413, 0.2347712516784668, 0.478780061006546, 1.0888018608093262, 0.4962092638015747, 0.827363908290863, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [0.14762529730796814, 0.18248367309570312, 0.2522004544734955, 0.2696296274662018, 0.3916339874267578, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 2.117124319076538, 2.1868410110473633, 1.8905447721481323, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 2.047407388687134, 2.1345534324645996, -0.3055337369441986, -0.39267969131469727, -0.5844008326530457, -1.2989977598190308, -1.5255773067474365, -1.5255773067474365, -0.026666639372706413, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.315381407737732, -0.11381260305643082, -1.176993489265442, -1.403572916984558, -1.5430065393447876, -0.9329847693443298, 1.5071024894714355, 1.785969614982605, 1.785969614982605, 1.925403118133545, 2.047407388687134, 1.8905447721481323, 1.4548149108886719, 0.7925055623054504, 0.18248367309570312, -0.8458387851715088, 1.1410894393920898, 0.4090631604194641, -0.601830005645752, -0.5669716596603394, -0.44496726989746094, -1.0375598669052124, 0.3742047846317291, 0.8622223138809204, 0.42649248242378235, 0.8796514868736267, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.7925055623054504], [0.14762529730796814, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 2.239128589630127, 2.082265853881836, 2.1345534324645996, 1.8905447721481323, 1.942832350730896, 2.0299782752990723, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.1868410110473633, -0.11381260305643082, -0.009237446822226048, -0.6366884112358093, -1.2118518352508545, -1.4558604955673218, -0.9852723479270935, -0.8284096121788025, 0.9667974710464478, 1.785969614982605, 2.0125491619110107, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.315381407737732, 0.6530719995498657, -1.4732897281646729, 0.32191720604896545, 1.175947904586792, 1.3676689863204956, 1.0888018608093262, 1.7162528038024902, 1.8556864261627197, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 1.960261583328247, 2.0125491619110107, 0.8970807194709778, 0.8447931408882141, -0.8458387851715088, 1.4025273323059082, 0.6182135939598083, -0.4623964726924896, 0.42649248242378235, -0.41010889410972595, -1.2815686464309692, -0.9329847693443298, 0.8622223138809204, 0.513638436794281, 0.8447931408882141, 1.1236603260040283, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931], [0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.3742047846317291, 0.4613508880138397, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.925403118133545, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1868410110473633, 0.5310676693916321, 0.32191720604896545, -0.4623964726924896, -0.6366884112358093, -1.3861438035964966, -1.4384313821792603, -0.41010889410972595, -0.6366884112358093, -0.8458387851715088, -0.6715468168258667, 0.478780061006546, 1.8905447721481323, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.646536111831665, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2979521751403809, 1.2108062505722046, 0.8447931408882141, 0.6879304051399231, 1.071372628211975, 1.8556864261627197, 1.8382571935653687, 1.332810640335083, 1.6988236904144287, 1.6988236904144287, 1.9951199293136597, 1.942832350730896, 2.0648367404937744, 2.0996949672698975, 1.9079740047454834, 1.2108062505722046, 0.42649248242378235, -1.176993489265442, 1.5071024894714355, 0.8970807194709778, 0.4962092638015747, 0.8447931408882141, 0.4962092638015747, -1.2989977598190308, -1.0549890995025635, 0.670501172542572, 0.4090631604194641, 1.071372628211975, 1.0016558170318604, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.960261583328247, 2.1868410110473633, 1.5071024894714355, -0.4972548484802246, 0.2347712516784668, -1.1595642566680908, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, -0.7935512065887451, -1.5430065393447876, -1.0201307535171509, -1.3164269924163818, 1.4025273323059082, 1.6988236904144287, 1.8208279609680176, 1.7162528038024902, 1.5768193006515503, 1.4025273323059082, 1.4199565649032593, 1.332810640335083, 1.768540382385254, 1.332810640335083, 1.785969614982605, 1.9079740047454834, 1.768540382385254, 1.768540382385254, 1.5942485332489014, 1.768540382385254, 1.9079740047454834, 1.4548149108886719, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 1.8731155395507812, 1.3676689863204956, 0.14762529730796814, -0.7761220335960388, 1.472244143486023, 0.7227887511253357, 1.315381407737732, 1.785969614982605, 0.9319390654563904, -0.7586928009986877, -0.9504139423370361, -0.1312417984008789, 0.7402179837226868, 0.9667974710464478, 0.8796514868736267, 1.175947904586792, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6879304051399231, 0.7402179837226868, 0.7576471567153931, 0.827363908290863, 0.8970807194709778, 0.9667974710464478, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 1.071372628211975, 0.008191745728254318, 0.2173420637845993, -0.20095856487751007, -0.8109803795814514, -0.5146840810775757, -1.4384313821792603, -0.3229629397392273, -0.9155555367469788, -0.4972548484802246, -0.07895421981811523, 1.8382571935653687, 1.7162528038024902, 1.5593900680541992, 1.489673376083374, 1.8208279609680176, 1.785969614982605, 1.646536111831665, 2.0299782752990723, 1.489673376083374, 2.0125491619110107, 1.942832350730896, 2.0648367404937744, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.1345534324645996, 1.472244143486023, 1.9776906967163086, 1.7511112689971924, 1.8731155395507812, 2.0648367404937744, 1.9776906967163086, 1.1236603260040283, -1.0375598669052124, 1.4199565649032593, 1.5768193006515503, 0.7576471567153931, 1.6988236904144287, 1.8905447721481323, 0.7576471567153931, -0.1486709862947464, -1.1944226026535034, -0.009237446822226048, 0.09533771127462387, 0.7750763297080994, 0.984226644039154, 0.984226644039154, 1.2456645965576172, 1.053943395614624, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294], [0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.8447931408882141, 0.9493682980537415, 1.0365142822265625, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.047407388687134, 2.204270124435425, 2.117124319076538, 0.2173420637845993, -0.8981263637542725, 0.6182135939598083, -1.333856225013733, -0.5146840810775757, -1.1247059106826782, -1.0549890995025635, -0.41010889410972595, -1.089847445487976, -0.688975989818573, 0.7925055623054504, 0.8970807194709778, 1.8556864261627197, 2.047407388687134, 1.9776906967163086, 1.7162528038024902, 2.0299782752990723, 1.5419609546661377, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.803398847579956, 1.803398847579956, 1.646536111831665, 1.9951199293136597, 1.7336820363998413, 1.9079740047454834, 1.472244143486023, 1.9079740047454834, 2.082265853881836, 1.8905447721481323, 0.7053595781326294, 0.9667974710464478, 1.6988236904144287, 1.6988236904144287, 0.8099347352981567, 1.768540382385254, 1.925403118133545, 0.9667974710464478, -0.04409583657979965, -1.3512853384017944, 0.008191745728254318, 0.1999128758907318, 0.600784420967102, 1.0365142822265625, 0.9667974710464478, 1.1933770179748535, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.984226644039154, 1.071372628211975, 1.053943395614624, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.2914161682128906, 2.1345534324645996, 1.9079740047454834, 0.8622223138809204, 0.02562093921005726, -0.6715468168258667, -0.27067533135414124, -0.7586928009986877, -0.601830005645752, 0.1999128758907318, -1.176993489265442, -1.2118518352508545, -0.25324615836143494, 0.4090631604194641, -1.647581696510315, -0.5495424270629883, -1.3687145709991455, -1.1247059106826782, 1.7511112689971924, 1.9776906967163086, 1.5593900680541992, 2.082265853881836, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.472244143486023, 1.7162528038024902, 1.8905447721481323, 2.0299782752990723, 1.2630938291549683, 1.629106879234314, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.7336820363998413, 1.8208279609680176, 1.960261583328247, 1.7511112689971924, 0.8796514868736267, 1.785969614982605, 1.942832350730896, 1.2282354831695557, 0.1999128758907318, -1.4210021495819092, 1.1236603260040283, 0.44392168521881104, 0.9667974710464478, 0.4962092638015747, 0.4613508880138397, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9319390654563904, 1.0190850496292114, 1.0365142822265625, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.1345534324645996, 2.2914161682128906, 0.35677558183670044, -0.532113254070282, -0.1661001741886139, 0.32191720604896545, 0.670501172542572, -0.9504139423370361, -1.1944226026535034, -0.21838775277137756, -0.7761220335960388, -1.176993489265442, -0.3055337369441986, -1.0549890995025635, -0.9504139423370361, -1.2292810678482056, -0.5146840810775757, -0.8109803795814514, -0.3403921127319336, -1.5255773067474365, -1.0724183320999146, 0.18248367309570312, 0.42649248242378235, 1.0190850496292114, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.3502397537231445, 1.768540382385254, 2.047407388687134, 0.9145098924636841, 1.3850982189178467, 1.960261583328247, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.925403118133545, 1.925403118133545, 1.5942485332489014, 1.2108062505722046, 1.7336820363998413, 1.8731155395507812, 1.4548149108886719, -0.06152502819895744, -1.5255773067474365, 1.8208279609680176, 1.4373857975006104, 0.600784420967102, 0.4962092638015747, -0.09638340771198273, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.361132860183716, 1.071372628211975, 0.2173420637845993, -0.5844008326530457, -0.18352937698364258, 0.8099347352981567, 0.1999128758907318, 0.4962092638015747, -0.3403921127319336, 0.42649248242378235, 0.44392168521881104, -1.2292810678482056, -1.490718960762024, -0.4972548484802246, -1.403572916984558, -1.333856225013733, -0.3055337369441986, -0.601830005645752, -1.1421350240707397, -1.2815686464309692, -1.2989977598190308, -0.6541175842285156, -0.11381260305643082, -0.532113254070282, 0.9145098924636841, 1.768540382385254, 1.3502397537231445, 1.4025273323059082, 1.646536111831665, 0.9493682980537415, 1.6639652252197266, 1.4548149108886719, 2.0299782752990723, 2.151982545852661, 2.1345534324645996, 2.047407388687134, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 2.117124319076538, 2.0996949672698975, 1.960261583328247, -0.601830005645752, -0.5495424270629883, 2.0299782752990723, 1.925403118133545, 0.7750763297080994, -0.04409583657979965, -0.5844008326530457, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 1.0365142822265625, 0.06047932058572769, -0.09638340771198273, -0.2881045341491699, 0.4613508880138397, 0.5659260153770447, -1.246710181236267, -1.0201307535171509, 0.33934640884399414, -0.009237446822226048, -0.37525051832199097, -0.20095856487751007, -1.176993489265442, 0.1999128758907318, -0.37525051832199097, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -1.0375598669052124, -0.9155555367469788, -0.7761220335960388, -0.25324615836143494, -1.1595642566680908, 0.1999128758907318, -0.04409583657979965, 1.646536111831665, 1.8905447721481323, 0.9145098924636841, 0.9493682980537415, 1.2979521751403809, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.0125491619110107, 2.047407388687134, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 2.2216994762420654, 2.1694118976593018, 2.0125491619110107, -0.8284096121788025, 1.1410894393920898, 1.925403118133545, 1.960261583328247, 1.4199565649032593, 0.8622223138809204, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.2216994762420654, 2.239128589630127, -0.7412636280059814, -0.3229629397392273, -0.25324615836143494, -0.601830005645752, 0.33934640884399414, 0.2347712516784668, -0.3055337369441986, -1.0724183320999146, 0.600784420967102, 0.5833552479743958, 0.4962092638015747, -0.9678431153297424, 0.2173420637845993, -1.403572916984558, -1.3512853384017944, -1.2815686464309692, -1.4384313821792603, -0.8806971907615662, 0.6530719995498657, -0.7935512065887451, -0.601830005645752, -1.0027015209197998, -0.4623964726924896, -1.0375598669052124, -0.8632679581642151, 0.8447931408882141, 1.2282354831695557, 0.7925055623054504, -0.23581695556640625, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 2.0299782752990723, 2.1694118976593018, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.8382571935653687, 1.803398847579956, 1.960261583328247, 1.9951199293136597, 0.9319390654563904, 0.18248367309570312, 0.44392168521881104, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.4613508880138397, 0.5310676693916321, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.1868410110473633, 2.1694118976593018, -0.1486709862947464, -0.6366884112358093, -0.18352937698364258, -0.8458387851715088, -0.9155555367469788, 1.6988236904144287, -0.6541175842285156, -0.3578213155269623, -0.688975989818573, -1.3687145709991455, -0.44496726989746094, -0.1312417984008789, -0.7761220335960388, -0.5146840810775757, -1.4558604955673218, -1.2118518352508545, -1.2989977598190308, 0.4090631604194641, 1.3850982189178467, 1.6988236904144287, 0.2696296274662018, -1.0549890995025635, -0.1486709862947464, -1.0549890995025635, -0.7238344550132751, -1.1072766780853271, -0.1661001741886139, 1.472244143486023, 0.02562093921005726, 1.2630938291549683, 1.0016558170318604, 1.5071024894714355, 1.8556864261627197, 1.9776906967163086, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.117124319076538, 2.1868410110473633, 1.9776906967163086, 1.9951199293136597, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 1.5942485332489014, 0.32191720604896545, 0.3916339874267578, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.082265853881836, 2.3262743949890137, -1.0201307535171509, 0.6530719995498657, 2.0125491619110107, 0.4090631604194641, 0.33934640884399414, -0.6366884112358093, -0.06152502819895744, -0.6366884112358093, -0.9504139423370361, -1.3687145709991455, -1.1421350240707397, 0.2347712516784668, -0.3403921127319336, -1.0201307535171509, -1.5081480741500854, -1.0027015209197998, 0.5659260153770447, 0.9319390654563904, 1.1236603260040283, 2.1868410110473633, 1.2630938291549683, 0.5484968423843384, 1.0016558170318604, 1.489673376083374, 0.8796514868736267, -0.8109803795814514, -1.1247059106826782, 0.6182135939598083, 1.1062309741973877, 0.984226644039154, 1.3676689863204956, 1.3850982189178467, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.942832350730896, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 1.942832350730896, 1.8905447721481323, 2.204270124435425, 1.9951199293136597, 0.670501172542572, 0.09533771127462387, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.2914161682128906, 1.8208279609680176, -0.532113254070282, 0.0430501289665699, 0.6356428265571594, 0.7053595781326294, -0.532113254070282, -0.21838775277137756, -0.9155555367469788, -0.7586928009986877, -0.9678431153297424, -1.1595642566680908, -1.2118518352508545, -0.6715468168258667, -0.8981263637542725, -1.2989977598190308, -0.1312417984008789, -1.333856225013733, 0.9667974710464478, 0.2696296274662018, 1.2108062505722046, 1.4025273323059082, 1.960261583328247, 1.768540382385254, 1.332810640335083, 1.0365142822265625, 0.9493682980537415, 0.7227887511253357, -1.246710181236267, 0.4962092638015747, 1.2456645965576172, 1.4548149108886719, 1.1062309741973877, 1.4373857975006104, 1.5942485332489014, 1.646536111831665, 1.7336820363998413, 2.047407388687134, 2.0125491619110107, 2.117124319076538, 2.1694118976593018, 2.151982545852661, 1.803398847579956, 1.9079740047454834, 2.1868410110473633, 2.1694118976593018, 1.2979521751403809, 0.5310676693916321, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 0.07790851593017578, -0.3229629397392273, -0.1312417984008789, 0.16505448520183563, -0.4623964726924896, 0.984226644039154, 1.158518671989441, 0.7925055623054504, -1.0027015209197998, 0.42649248242378235, -0.9504139423370361, -0.5146840810775757, -0.5146840810775757, -0.532113254070282, -1.1421350240707397, 0.4090631604194641, -0.44496726989746094, -1.0375598669052124, -0.8981263637542725, -1.089847445487976, 0.670501172542572, 0.8099347352981567, 0.5833552479743958, 1.5071024894714355, 1.7511112689971924, 0.7576471567153931, 0.6879304051399231, 0.600784420967102, 0.28705883026123047, 0.3742047846317291, -0.601830005645752, 1.3676689863204956, 1.3502397537231445, 1.2630938291549683, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.332810640335083, 1.629106879234314, 1.8731155395507812, 2.0996949672698975, 2.239128589630127, 2.0996949672698975, 1.960261583328247, 1.9776906967163086, 2.0996949672698975, 2.1868410110473633, 1.9951199293136597, 1.489673376083374, 0.9319390654563904, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 0.478780061006546, -1.0201307535171509, -0.4798256754875183, 0.4962092638015747, 0.8099347352981567, 1.0365142822265625, 1.175947904586792, 1.1410894393920898, 0.6879304051399231, 0.16505448520183563, -0.3229629397392273, -0.8109803795814514, -1.246710181236267, -1.5081480741500854, -0.5146840810775757, -1.0201307535171509, 0.008191745728254318, -1.089847445487976, -0.5669716596603394, -0.21838775277137756, -1.2641394138336182, 0.8099347352981567, 0.7925055623054504, 0.5833552479743958, 0.6182135939598083, 1.332810640335083, 1.3676689863204956, 1.175947904586792, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 1.489673376083374, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6639652252197266, 1.3850982189178467, 1.472244143486023, 1.629106879234314, 1.785969614982605, 1.942832350730896, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 1.2979521751403809, 0.8796514868736267, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 0.600784420967102, 0.33934640884399414, -1.0549890995025635, -0.5669716596603394, 0.513638436794281, 1.0365142822265625, 1.2805230617523193, 1.2108062505722046, 1.0888018608093262, 0.7227887511253357, 0.7925055623054504, -0.7064052224159241, -0.42753809690475464, -1.1421350240707397, -0.23581695556640625, -1.0549890995025635, -0.23581695556640625, -0.7761220335960388, -0.3403921127319336, -0.6366884112358093, -1.0201307535171509, -0.3578213155269623, -1.0201307535171509, 0.670501172542572, 0.7402179837226868, 1.2979521751403809, 1.7511112689971924, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.4373857975006104, 1.2805230617523193, 1.629106879234314, 1.5245317220687866, 1.768540382385254, 1.8556864261627197, 1.9951199293136597, 1.803398847579956, 1.6988236904144287, 1.472244143486023, 1.6988236904144287, 1.768540382385254, 1.646536111831665, 1.5593900680541992, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.960261583328247, 2.0299782752990723, 1.611677646636963, 0.8796514868736267, 0.9667974710464478, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.8622223138809204, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 0.42649248242378235, 0.6182135939598083, -0.9678431153297424, -0.601830005645752, 0.6530719995498657, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 0.827363908290863, 0.09533771127462387, -0.8284096121788025, -0.37525051832199097, -1.1072766780853271, 0.2522004544734955, -0.39267969131469727, -0.6541175842285156, -0.7586928009986877, -1.1247059106826782, 0.07790851593017578, -0.9852723479270935, -0.8981263637542725, -1.2118518352508545, 1.6639652252197266, 1.8556864261627197, 1.785969614982605, 1.472244143486023, 1.8208279609680176, 1.8905447721481323, 1.5768193006515503, 1.646536111831665, 1.7511112689971924, 1.489673376083374, 2.0299782752990723, 2.047407388687134, 1.6988236904144287, 1.7162528038024902, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.6639652252197266, 1.629106879234314, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.629106879234314, 1.768540382385254, 1.8905447721481323, 1.1062309741973877, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 0.5833552479743958, 0.7576471567153931, -0.5495424270629883, -0.7586928009986877, 0.6356428265571594, 1.1933770179748535, 1.3676689863204956, 1.2805230617523193, 1.175947904586792, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 1.4025273323059082, 0.0430501289665699, -0.25324615836143494, -0.619259238243103, -1.5952941179275513, -0.8109803795814514, -1.0375598669052124, -0.688975989818573, -1.1247059106826782, -0.9329847693443298, -0.8109803795814514, -1.089847445487976, -0.11381260305643082, 1.4025273323059082, 1.5768193006515503, 1.6813944578170776, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 2.0299782752990723, 1.9951199293136597, 1.5245317220687866, 2.117124319076538, 2.0299782752990723, 2.0996949672698975, 1.8905447721481323, 1.785969614982605, 1.7162528038024902, 1.803398847579956, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.472244143486023, 1.6813944578170776, 2.1345534324645996, 1.4373857975006104, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 2.047407388687134, 0.7750763297080994, 0.44392168521881104, 0.02562093921005726, -0.5495424270629883, 0.7750763297080994, 1.332810640335083, 1.332810640335083, 1.315381407737732, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.2805230617523193, 1.315381407737732, -0.41010889410972595, -0.8806971907615662, -0.8806971907615662, -1.0724183320999146, 0.35677558183670044, -0.9504139423370361, -0.09638340771198273, -0.1312417984008789, -1.3687145709991455, -1.0027015209197998, -0.7238344550132751, -1.3512853384017944, -0.4798256754875183, 1.5768193006515503, 1.7336820363998413, 1.5593900680541992, 1.5768193006515503, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 1.768540382385254, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 1.9079740047454834, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.7511112689971924, 2.117124319076538, 1.3850982189178467, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 2.0299782752990723, 1.5071024894714355, 0.5484968423843384, -0.4623964726924896, 0.09533771127462387, 0.7402179837226868, 1.158518671989441, 1.2108062505722046, 1.0190850496292114, 0.6879304051399231, 1.1236603260040283, 1.2282354831695557, 1.1062309741973877, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, -0.42753809690475464, -0.20095856487751007, 0.2696296274662018, -0.25324615836143494, -0.3403921127319336, -0.3578213155269623, 0.07790851593017578, 1.315381407737732, -1.1072766780853271, -1.1072766780853271, -0.6366884112358093, -1.176993489265442, 0.478780061006546, 1.785969614982605, 1.6988236904144287, 1.785969614982605, 2.0648367404937744, 2.1694118976593018, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.0648367404937744, 1.5245317220687866, 1.785969614982605, 1.9951199293136597, 1.960261583328247, 2.0996949672698975, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.6639652252197266, 2.2216994762420654, 2.3437037467956543, 0.7227887511253357, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.646536111831665, 0.7576471567153931, 0.2522004544734955, 0.9667974710464478, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.6879304051399231, 1.1062309741973877, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.3676689863204956, 0.9145098924636841, 0.14762529730796814, -0.009237446822226048, -0.2881045341491699, 0.33934640884399414, 0.6182135939598083, -0.18352937698364258, -0.532113254070282, -0.09638340771198273, -0.9504139423370361, -0.3055337369441986, -0.27067533135414124, -1.0724183320999146, 0.5310676693916321, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.082265853881836, 1.8208279609680176, 1.4373857975006104, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.0648367404937744, 1.960261583328247, 1.8382571935653687, 1.942832350730896, 2.204270124435425, 2.1694118976593018, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8622223138809204, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.1410894393920898, 0.7227887511253357, 1.2630938291549683, 1.4373857975006104, 0.30448800325393677, 0.2173420637845993, 0.827363908290863, 0.7750763297080994, 0.600784420967102, 1.071372628211975, 1.611677646636963, 1.1933770179748535, 1.2630938291549683, 1.8208279609680176, 1.5245317220687866, 1.0190850496292114, 0.9667974710464478, -0.20095856487751007, -0.41010889410972595, 1.3502397537231445, -0.7761220335960388, -0.3229629397392273, 1.332810640335083, 0.42649248242378235, 0.9493682980537415, -0.9678431153297424, -0.5146840810775757, -0.5844008326530457, -0.4623964726924896, -0.601830005645752, 0.5310676693916321, 1.803398847579956, 2.204270124435425, 2.0996949672698975, 2.117124319076538, 1.942832350730896, 2.117124319076538, 1.9776906967163086, 1.9776906967163086, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0125491619110107, 1.6813944578170776, 1.8905447721481323, 2.117124319076538, 1.785969614982605, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 1.0190850496292114, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.8905447721481323, 0.478780061006546, 0.8796514868736267, 0.670501172542572, 0.6530719995498657, 0.8622223138809204, 0.32191720604896545, 0.7227887511253357, 0.8099347352981567, 0.5833552479743958, 0.8622223138809204, 1.3850982189178467, 0.984226644039154, 1.2282354831695557, 1.925403118133545, 1.8556864261627197, 1.472244143486023, 0.9493682980537415, -0.4798256754875183, -0.619259238243103, 0.28705883026123047, -1.089847445487976, -0.3055337369441986, 2.1868410110473633, 1.7511112689971924, 0.8447931408882141, 0.6879304051399231, -0.8806971907615662, -0.6541175842285156, 0.07790851593017578, -0.8981263637542725, -0.9678431153297424, 0.6356428265571594, 2.308845281600952, 2.0648367404937744, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.8208279609680176, 1.8731155395507812, 1.6639652252197266, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0996949672698975, 1.785969614982605, 2.0299782752990723, 1.8731155395507812, 0.8796514868736267, 0.8796514868736267, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7925055623054504, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.8905447721481323, 0.42649248242378235, 0.8447931408882141, -0.42753809690475464, 1.5593900680541992, 0.8970807194709778, 0.6879304051399231, 0.827363908290863, 1.175947904586792, 0.8970807194709778, 0.8970807194709778, 1.1933770179748535, 0.7925055623054504, 1.1933770179748535, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 0.827363908290863, -0.1486709862947464, -0.1661001741886139, -0.8806971907615662, 1.2805230617523193, -1.1944226026535034, 1.4373857975006104, 1.925403118133545, 1.5768193006515503, 1.0190850496292114, 0.6879304051399231, -0.3403921127319336, -0.41010889410972595, 0.42649248242378235, -0.39267969131469727, -1.2292810678482056, 0.513638436794281, 2.1694118976593018, 1.7162528038024902, 1.4199565649032593, 1.4199565649032593, 0.8447931408882141, 1.925403118133545, 2.0996949672698975, 2.0996949672698975, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1694118976593018, 2.0996949672698975, 1.8382571935653687, 2.0299782752990723, 1.8905447721481323, 1.7511112689971924, 0.8099347352981567, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.513638436794281, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.629106879234314, 1.6813944578170776, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 0.600784420967102, 0.2347712516784668, -0.07895421981811523, 1.1933770179748535, 1.4025273323059082, 1.0365142822265625, 1.5245317220687866, 1.5071024894714355, 1.053943395614624, 1.1933770179748535, 1.315381407737732, 0.6530719995498657, 1.2108062505722046, 1.8905447721481323, 1.942832350730896, 1.960261583328247, 1.5071024894714355, 0.670501172542572, 0.8970807194709778, 0.16505448520183563, 0.7925055623054504, -0.7586928009986877, -0.619259238243103, 1.9776906967163086, 1.8731155395507812, 2.082265853881836, 1.803398847579956, 1.2805230617523193, 0.7925055623054504, 0.4962092638015747, 0.513638436794281, 0.513638436794281, -1.2641394138336182, 0.478780061006546, 1.768540382385254, 1.175947904586792, 1.768540382385254, 1.1062309741973877, 1.5942485332489014, 1.9776906967163086, 1.8731155395507812, 2.2565577030181885, 2.2914161682128906, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.2216994762420654, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 0.670501172542572, 0.9319390654563904, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.42649248242378235, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.0888018608093262, 1.175947904586792, 1.2630938291549683, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 0.5310676693916321, 0.9667974710464478, 0.6530719995498657, 1.2979521751403809, 1.4025273323059082, 0.9667974710464478, 1.489673376083374, 1.489673376083374, 1.0190850496292114, 1.332810640335083, 1.315381407737732, 0.6879304051399231, 1.158518671989441, 1.8731155395507812, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.5245317220687866, -0.23581695556640625, 1.629106879234314, 0.8622223138809204, 1.2108062505722046, -1.0375598669052124, 2.117124319076538, 1.8208279609680176, 2.1694118976593018, 2.2914161682128906, 2.1694118976593018, 2.0125491619110107, 1.8382571935653687, 0.7750763297080994, 0.6182135939598083, 0.8447931408882141, -1.246710181236267, 1.5071024894714355, 0.33934640884399414, 1.8556864261627197, 1.803398847579956, 1.4548149108886719, 1.785969614982605, 1.5593900680541992, 1.3502397537231445, 2.2565577030181885, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.1868410110473633, 1.8731155395507812, 1.8556864261627197, 2.047407388687134, 1.768540382385254, 0.6182135939598083, 0.8796514868736267, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.925403118133545, 1.0016558170318604, 1.5942485332489014, 0.7053595781326294, 1.4548149108886719, 0.984226644039154, 0.984226644039154, 1.3502397537231445, 1.4199565649032593, 0.670501172542572, 1.2282354831695557, 1.2456645965576172, 0.6356428265571594, 1.3502397537231445, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.942832350730896, 1.7511112689971924, 1.1236603260040283, 1.8208279609680176, 1.8382571935653687, 1.332810640335083, -1.176993489265442, 1.9079740047454834, 1.8731155395507812, 2.1868410110473633, 2.239128589630127, 2.2914161682128906, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.0016558170318604, 0.7402179837226868, 0.33934640884399414, -1.0724183320999146, 1.158518671989441, 1.2805230617523193, 1.0016558170318604, 1.6639652252197266, 1.5593900680541992, 0.9493682980537415, 1.0888018608093262, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.047407388687134, 1.9776906967163086, 1.7511112689971924, 0.9145098924636841, 0.7402179837226868, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.3742047846317291, 0.44392168521881104, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.5071024894714355, 1.3502397537231445, 1.332810640335083, 1.8382571935653687, 1.3676689863204956, 0.670501172542572, 0.6182135939598083, 0.9493682980537415, 0.4962092638015747, 1.175947904586792, 1.2630938291549683, 0.7576471567153931, 1.2979521751403809, 1.803398847579956, 1.8556864261627197, 1.925403118133545, 1.8382571935653687, 1.2630938291549683, -0.009237446822226048, 1.8731155395507812, 2.0996949672698975, 1.2979521751403809, -0.9504139423370361, 1.8905447721481323, 1.960261583328247, 2.2216994762420654, 2.239128589630127, 2.3437037467956543, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.0996949672698975, 0.8622223138809204, 0.8796514868736267, -1.403572916984558, 1.6988236904144287, 1.0190850496292114, 1.8382571935653687, 1.611677646636963, 1.4373857975006104, 0.984226644039154, 1.0016558170318604, 2.2565577030181885, 2.27398681640625, 2.3785619735717773, 2.395991325378418, 2.3262743949890137, 2.239128589630127, 2.1345534324645996, 1.960261583328247, 1.8731155395507812, 1.6988236904144287, 0.7576471567153931, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.4090631604194641, 0.5310676693916321, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.5942485332489014, 1.175947904586792, 1.2979521751403809, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 1.1062309741973877, 1.1062309741973877, 0.8099347352981567, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8905447721481323, 1.2456645965576172, 0.4613508880138397, 0.8622223138809204, 1.6639652252197266, 1.942832350730896, 1.0888018608093262, -0.8284096121788025, 2.047407388687134, 2.117124319076538, 2.239128589630127, 2.2565577030181885, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 1.5768193006515503, 0.7576471567153931, -0.1486709862947464, 0.7402179837226868, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.4199565649032593, 1.3676689863204956, 0.7053595781326294, 2.27398681640625, 2.308845281600952, 2.3437037467956543, 2.4134204387664795, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 1.9776906967163086, 1.9951199293136597, 1.942832350730896, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.44392168521881104, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.8970807194709778, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.7162528038024902, 1.5071024894714355, 1.1062309741973877, 1.7336820363998413, 1.8731155395507812, 1.6813944578170776, 0.5310676693916321, 0.35677558183670044, 0.5659260153770447, 0.8970807194709778, 0.7925055623054504, 1.053943395614624, 1.646536111831665, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 0.18248367309570312, -0.04409583657979965, -0.688975989818573, 0.8622223138809204, 1.5245317220687866, 0.7227887511253357, 1.3676689863204956, 2.1868410110473633, 2.0648367404937744, 2.2216994762420654, 2.1694118976593018, 2.239128589630127, 2.2565577030181885, 2.3262743949890137, 2.27398681640625, 2.2565577030181885, 1.7511112689971924, 1.942832350730896, 1.053943395614624, 0.7925055623054504, 1.960261583328247, 1.9951199293136597, 1.489673376083374, 0.7053595781326294, 1.158518671989441, 0.8970807194709778, 2.151982545852661, 2.27398681640625, 2.3437037467956543, 2.4134204387664795, 2.3785619735717773, 2.2914161682128906, 2.3437037467956543, 2.082265853881836, 2.117124319076538, 1.785969614982605, 1.053943395614624, 0.7402179837226868, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8208279609680176, 1.8731155395507812, 1.6813944578170776, 1.4373857975006104, 1.2979521751403809, 1.5419609546661377, 2.0125491619110107, 1.9951199293136597, 1.5419609546661377, -0.09638340771198273, 0.670501172542572, 0.984226644039154, 0.670501172542572, 1.4199565649032593, 1.8731155395507812, 2.0299782752990723, 1.9079740047454834, 2.0299782752990723, -0.1312417984008789, 0.1999128758907318, -0.619259238243103, 0.2347712516784668, 1.1062309741973877, 1.6988236904144287, 1.332810640335083, 2.1868410110473633, 2.0299782752990723, 2.3262743949890137, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.2216994762420654, 2.2565577030181885, 2.2216994762420654, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.611677646636963, 1.925403118133545, 1.9079740047454834, 1.489673376083374, 0.8796514868736267, 1.3502397537231445, 1.489673376083374, 1.8905447721481323, 2.308845281600952, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.2216994762420654, 2.204270124435425, 1.5768193006515503, 1.3502397537231445, 0.7053595781326294, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1410894393920898, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.472244143486023, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.803398847579956, 1.8208279609680176, 1.0016558170318604, 1.3676689863204956, 1.0190850496292114, 1.3502397537231445, 2.082265853881836, 2.047407388687134, 1.8556864261627197, 0.4613508880138397, 0.7227887511253357, 0.8796514868736267, 0.670501172542572, 1.5593900680541992, 1.8556864261627197, 2.047407388687134, 2.0299782752990723, 1.1062309741973877, 0.3916339874267578, 0.1999128758907318, -0.4623964726924896, -0.4798256754875183, 0.5484968423843384, 1.1236603260040283, 1.646536111831665, 2.0299782752990723, 2.047407388687134, 2.1345534324645996, 2.2216994762420654, 2.151982545852661, 1.8905447721481323, 2.204270124435425, 2.3437037467956543, 2.308845281600952, 2.151982545852661, 2.047407388687134, 2.082265853881836, 1.8905447721481323, 1.8208279609680176, 1.960261583328247, 1.785969614982605, 0.8447931408882141, 1.175947904586792, 1.3502397537231445, 1.942832350730896, 2.308845281600952, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.2565577030181885, 1.785969614982605, 1.5942485332489014, 0.7402179837226868, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.768540382385254, 1.175947904586792, 1.2630938291549683, 0.9667974710464478, 1.2805230617523193, 2.047407388687134, 2.0125491619110107, 1.5071024894714355, 1.1236603260040283, 0.600784420967102, 0.44392168521881104, 0.6879304051399231, 1.8556864261627197, 1.9079740047454834, 1.8208279609680176, 1.9776906967163086, 0.28705883026123047, -0.04409583657979965, 0.6356428265571594, -0.23581695556640625, -0.4972548484802246, 0.1999128758907318, 0.7925055623054504, 1.4548149108886719, 1.472244143486023, 1.7336820363998413, 2.204270124435425, 2.151982545852661, 2.117124319076538, 2.204270124435425, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.9079740047454834, 2.082265853881836, 1.7336820363998413, 0.5310676693916321, 1.0016558170318604, 1.3850982189178467, 2.0648367404937744, 2.308845281600952, 2.361132860183716, 2.395991325378418, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.2565577030181885, 1.8731155395507812, 1.8208279609680176, 0.6879304051399231, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.9667974710464478, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4548149108886719, 1.472244143486023, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.6988236904144287, 1.2979521751403809, 1.315381407737732, 0.9493682980537415, 1.4548149108886719, 2.047407388687134, 1.785969614982605, 1.1062309741973877, 1.4373857975006104, 0.4613508880138397, 0.4613508880138397, 1.4548149108886719, 1.8556864261627197, 2.204270124435425, 1.8556864261627197, 1.768540382385254, 0.30448800325393677, 0.06047932058572769, 0.827363908290863, -0.23581695556640625, 0.09533771127462387, -0.8981263637542725, 0.7925055623054504, 0.8447931408882141, 1.175947904586792, 2.082265853881836, 1.8382571935653687, 2.1694118976593018, 2.1694118976593018, 1.9951199293136597, 2.1868410110473633, 2.3437037467956543, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 2.1345534324645996, 1.175947904586792, 1.2979521751403809, 1.5768193006515503, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 1.8905447721481323, 1.6639652252197266, 0.7750763297080994, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.33934640884399414, 0.3916339874267578, 0.4613508880138397, 0.513638436794281, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.6988236904144287, 1.4373857975006104, 1.4025273323059082, 0.8796514868736267, 1.4025273323059082, 2.0299782752990723, 0.4090631604194641, 0.600784420967102, 1.4373857975006104, 1.071372628211975, 1.472244143486023, 1.472244143486023, 1.9079740047454834, 1.8382571935653687, 1.6988236904144287, 1.472244143486023, 0.02562093921005726, 0.07790851593017578, 0.5659260153770447, -0.41010889410972595, 0.6879304051399231, -0.6715468168258667, 0.07790851593017578, 1.071372628211975, 1.8556864261627197, 1.9776906967163086, 1.5071024894714355, 1.8731155395507812, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.308845281600952, 2.151982545852661, 2.2216994762420654, 2.1345534324645996, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.151982545852661, 2.151982545852661, 0.14762529730796814, 1.1410894393920898, 1.611677646636963, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 2.3262743949890137, 2.2914161682128906, 1.472244143486023, 1.768540382385254, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546], [0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.4373857975006104, 1.5071024894714355, 0.8796514868736267, 1.5245317220687866, 1.6813944578170776, -0.41010889410972595, -0.601830005645752, 0.9667974710464478, 1.472244143486023, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.8905447721481323, 1.489673376083374, 0.9667974710464478, -0.009237446822226048, -0.25324615836143494, 0.0430501289665699, 0.02562093921005726, 0.600784420967102, -0.1312417984008789, 0.4613508880138397, 0.6182135939598083, 1.2979521751403809, 1.2630938291549683, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 2.047407388687134, 2.3262743949890137, 2.2216994762420654, 2.27398681640625, 2.0648367404937744, 2.082265853881836, 2.2216994762420654, 1.9776906967163086, 2.151982545852661, 1.8731155395507812, 0.7227887511253357, 1.0190850496292114, 1.646536111831665, 1.942832350730896, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.308845281600952, 2.27398681640625, 1.803398847579956, 1.925403118133545, 0.600784420967102, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0016558170318604, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.489673376083374, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.611677646636963, 1.5768193006515503, 1.315381407737732, 1.472244143486023, 0.5659260153770447, 1.611677646636963, 1.5245317220687866, 0.11276690661907196, -0.23581695556640625, 0.06047932058572769, 1.8556864261627197, 0.33934640884399414, 1.8905447721481323, 1.942832350730896, 1.942832350730896, 1.4548149108886719, 1.053943395614624, 0.30448800325393677, 0.44392168521881104, 1.1062309741973877, 0.11276690661907196, 1.0016558170318604, 0.6356428265571594, -0.25324615836143494, 0.2173420637845993, 0.7750763297080994, 0.7925055623054504, 1.2282354831695557, 1.489673376083374, 1.611677646636963, 0.6530719995498657, 1.4025273323059082, 2.151982545852661, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.117124319076538, 2.27398681640625, 2.151982545852661, 1.7511112689971924, 2.082265853881836, 0.7750763297080994, 1.4199565649032593, 1.472244143486023, 1.8556864261627197, 2.308845281600952, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 1.960261583328247, 1.785969614982605, 0.6356428265571594, 0.7402179837226868, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.3742047846317291, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.785969614982605, 1.6813944578170776, 1.053943395614624, 1.315381407737732, 0.7750763297080994, 1.611677646636963, 1.1933770179748535, 0.09533771127462387, -1.1595642566680908, -0.23581695556640625, 1.646536111831665, 0.4613508880138397, 1.6988236904144287, 1.960261583328247, 1.8905447721481323, 1.6813944578170776, 1.071372628211975, 0.18248367309570312, 0.513638436794281, 1.2282354831695557, 0.18248367309570312, 0.600784420967102, 0.30448800325393677, -0.688975989818573, 0.6356428265571594, 0.8447931408882141, 1.332810640335083, 1.2282354831695557, 1.175947904586792, 1.5942485332489014, 1.0888018608093262, 1.942832350730896, 2.2565577030181885, 2.1694118976593018, 2.2914161682128906, 2.117124319076538, 2.082265853881836, 2.0648367404937744, 1.960261583328247, 1.9951199293136597, 2.0996949672698975, 1.803398847579956, 1.2979521751403809, 1.611677646636963, 1.960261583328247, 2.204270124435425, 2.2565577030181885, 2.3437037467956543, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.204270124435425, 2.0648367404937744, 1.472244143486023, 1.489673376083374, 0.6530719995498657, 0.7227887511253357, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747], [0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.35677558183670044, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, -0.37525051832199097, 1.158518671989441, 0.3742047846317291, 1.646536111831665, 1.0365142822265625, 0.02562093921005726, -0.026666639372706413, -0.39267969131469727, 0.1999128758907318, 0.3742047846317291, 1.785969614982605, 2.082265853881836, 1.8208279609680176, 1.629106879234314, 0.1999128758907318, 0.11276690661907196, 0.42649248242378235, 0.8970807194709778, 0.33934640884399414, 0.7925055623054504, 0.7750763297080994, -0.41010889410972595, -0.3229629397392273, 0.7925055623054504, 0.8796514868736267, 0.0430501289665699, 0.984226644039154, 1.489673376083374, 1.2456645965576172, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 1.9776906967163086, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.0125491619110107, 1.8905447721481323, 1.5419609546661377, 1.8556864261627197, 2.0299782752990723, 2.2216994762420654, 2.27398681640625, 2.308845281600952, 2.3785619735717773, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.0648367404937744, 1.472244143486023, 2.0648367404937744, 0.6530719995498657, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397], [0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, -1.0027015209197998, 1.158518671989441, 0.18248367309570312, 1.5419609546661377, 0.8099347352981567, 0.2696296274662018, 0.7576471567153931, 0.5659260153770447, 0.984226644039154, 0.5659260153770447, 1.7336820363998413, 2.0996949672698975, 1.7511112689971924, 1.646536111831665, 0.600784420967102, 0.16505448520183563, 0.28705883026123047, 0.6879304051399231, 0.4613508880138397, 0.7750763297080994, 1.1062309741973877, 0.3742047846317291, -0.619259238243103, 1.332810640335083, 0.44392168521881104, 1.1236603260040283, -0.1661001741886139, 0.7402179837226868, 0.600784420967102, 1.768540382385254, 2.0125491619110107, 2.117124319076538, 2.204270124435425, 2.239128589630127, 2.0996949672698975, 1.803398847579956, 1.8556864261627197, 2.0299782752990723, 1.803398847579956, 1.7511112689971924, 1.2979521751403809, 1.803398847579956, 1.8905447721481323, 2.27398681640625, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.308845281600952, 2.1868410110473633, 1.9776906967163086, 1.6813944578170776, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.30448800325393677, 0.4090631604194641, 0.4962092638015747, 0.4613508880138397, 0.5659260153770447, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, -0.20095856487751007, 1.1410894393920898, 0.9319390654563904, 1.3676689863204956, 1.315381407737732, 0.478780061006546, 0.30448800325393677, 0.7053595781326294, 1.2456645965576172, -0.1312417984008789, 1.1410894393920898, 2.082265853881836, 1.5071024894714355, 1.5071024894714355, 0.7402179837226868, 0.008191745728254318, 0.3742047846317291, 0.7925055623054504, 0.7576471567153931, 0.670501172542572, 1.315381407737732, 0.32191720604896545, -0.7064052224159241, 0.8970807194709778, 1.4548149108886719, 1.489673376083374, 1.3676689863204956, 0.2522004544734955, 1.2630938291549683, 1.1236603260040283, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.3262743949890137, 2.2216994762420654, 1.5768193006515503, 1.7336820363998413, 2.0125491619110107, 1.8382571935653687, 1.768540382385254, 0.8622223138809204, 1.646536111831665, 1.925403118133545, 2.3437037467956543, 2.151982545852661, 2.361132860183716, 2.395991325378418, 2.4134204387664795, 2.361132860183716, 2.3785619735717773, 2.3437037467956543, 2.239128589630127, 1.9951199293136597, 2.0299782752990723, 0.670501172542572, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.18248367309570312, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.4199565649032593, 1.646536111831665, 0.0430501289665699, 1.1236603260040283, 1.315381407737732, 1.6813944578170776, 1.7162528038024902, 0.2696296274662018, 0.7227887511253357, 1.0365142822265625, -0.4623964726924896, -0.4972548484802246, 0.6182135939598083, 2.151982545852661, 1.5942485332489014, 1.2456645965576172, 0.6530719995498657, -0.5495424270629883, 0.984226644039154, 0.5833552479743958, 0.600784420967102, 0.3916339874267578, 0.9493682980537415, 0.513638436794281, 0.09533771127462387, -0.3578213155269623, 0.4090631604194641, 1.315381407737732, 1.175947904586792, 0.7925055623054504, -0.06152502819895744, -0.20095856487751007, 1.2979521751403809, 1.925403118133545, 2.1345534324645996, 2.4134204387664795, 2.239128589630127, 1.6639652252197266, 1.768540382385254, 1.5245317220687866, 1.8208279609680176, 1.8208279609680176, 1.5768193006515503, 1.5071024894714355, 1.785969614982605, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.925403118133545, 1.6988236904144287, 2.047407388687134, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.4199565649032593, 1.629106879234314, 0.600784420967102, 1.2630938291549683, 1.315381407737732, 1.629106879234314, 1.7336820363998413, 0.478780061006546, 0.2173420637845993, 0.7402179837226868, -1.1421350240707397, -0.688975989818573, 1.2630938291549683, 2.047407388687134, 1.489673376083374, 0.7053595781326294, 1.0888018608093262, -0.3229629397392273, 0.5484968423843384, -0.39267969131469727, -0.21838775277137756, 0.5833552479743958, 1.2456645965576172, 0.600784420967102, 0.13019609451293945, -0.8806971907615662, 0.4962092638015747, 1.4199565649032593, -0.20095856487751007, -0.4798256754875183, -0.44496726989746094, -0.06152502819895744, 0.8796514868736267, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 1.646536111831665, 2.1345534324645996, 2.239128589630127, 2.0996949672698975, 1.7162528038024902, 2.1868410110473633, 1.1236603260040283, 1.7511112689971924, 2.3785619735717773, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.395991325378418, 2.4134204387664795, 2.395991325378418, 2.2914161682128906, 1.5593900680541992, 1.5071024894714355, 1.8731155395507812, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235], [0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.3916339874267578, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4025273323059082, 1.5245317220687866, 0.7925055623054504, 1.315381407737732, 1.3676689863204956, 1.6988236904144287, 1.6813944578170776, 0.33934640884399414, 0.2173420637845993, -0.7412636280059814, -0.5669716596603394, 0.4090631604194641, 1.8208279609680176, 2.1345534324645996, 1.5071024894714355, 1.2630938291549683, 0.5484968423843384, -0.601830005645752, 0.9667974710464478, 0.5310676693916321, -0.6541175842285156, 0.7402179837226868, 0.9493682980537415, 0.7576471567153931, 0.32191720604896545, -0.532113254070282, 0.3916339874267578, 0.670501172542572, -0.5669716596603394, 0.3742047846317291, -0.7064052224159241, 0.14762529730796814, 1.175947904586792, 1.5942485332489014, 1.1933770179748535, 2.1868410110473633, 2.1694118976593018, 1.768540382385254, 2.151982545852661, 2.27398681640625, 1.9951199293136597, 1.8382571935653687, 2.361132860183716, 1.9079740047454834, 1.6639652252197266, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.3437037467956543, 2.3785619735717773, 2.4134204387664795, 2.430849552154541, 2.3437037467956543, 1.8731155395507812, 1.8208279609680176, 1.3502397537231445, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.489673376083374, -0.11381260305643082, 1.2108062505722046, 1.6639652252197266, 1.803398847579956, 1.7511112689971924, 1.472244143486023, 0.2522004544734955, -0.7064052224159241, -1.7172983884811401, 0.7053595781326294, 2.0299782752990723, 2.239128589630127, 1.5245317220687866, 1.332810640335083, 1.3502397537231445, -0.3055337369441986, 0.513638436794281, 0.9145098924636841, -0.5146840810775757, 0.13019609451293945, 1.0190850496292114, 0.6530719995498657, 0.7750763297080994, -0.2881045341491699, 0.18248367309570312, -0.1312417984008789, -0.4623964726924896, -0.7935512065887451, -0.009237446822226048, 0.9319390654563904, 1.629106879234314, 1.4373857975006104, 1.611677646636963, 1.942832350730896, 1.6813944578170776, 1.8382571935653687, 1.6988236904144287, 2.0996949672698975, 2.0299782752990723, 2.0299782752990723, 2.308845281600952, 2.151982545852661, 1.768540382385254, 2.2914161682128906, 2.117124319076538, 2.0299782752990723, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 1.5942485332489014, 1.0365142822265625, 1.3676689863204956, 0.8796514868736267, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641], [0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.3916339874267578, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 0.4090631604194641, 1.158518671989441, 1.7336820363998413, 1.8208279609680176, 1.646536111831665, 1.611677646636963, 0.42649248242378235, 0.06047932058572769, -1.3512853384017944, 1.2805230617523193, 2.0648367404937744, 2.361132860183716, 1.4199565649032593, 1.3850982189178467, 1.071372628211975, 0.2173420637845993, 0.6356428265571594, 1.0016558170318604, -0.1312417984008789, 0.32191720604896545, 0.44392168521881104, 0.9319390654563904, 0.5833552479743958, -0.25324615836143494, -0.6715468168258667, -0.5844008326530457, 0.0430501289665699, -0.7238344550132751, -0.7238344550132751, 0.8099347352981567, 1.5245317220687866, 1.8208279609680176, 1.2456645965576172, 1.3850982189178467, 0.5833552479743958, 1.5942485332489014, 2.0125491619110107, 2.0125491619110107, 1.960261583328247, 1.611677646636963, 2.2216994762420654, 2.1868410110473633, 1.768540382385254, 1.8382571935653687, 2.2216994762420654, 2.3437037467956543, 2.361132860183716, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.361132860183716, 1.960261583328247, 1.8556864261627197, 1.1933770179748535, 1.1933770179748535, 0.600784420967102, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.3742047846317291, 0.44392168521881104, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, -0.44496726989746094, 1.158518671989441, 1.7336820363998413, 1.8556864261627197, 1.646536111831665, 1.6988236904144287, 0.7750763297080994, -0.07895421981811523, 0.7053595781326294, 0.7750763297080994, 1.8731155395507812, 2.239128589630127, 1.332810640335083, 0.2173420637845993, 0.670501172542572, 0.0430501289665699, 0.18248367309570312, 0.5484968423843384, 0.7227887511253357, -0.3229629397392273, 0.8796514868736267, 0.30448800325393677, 0.8796514868736267, -0.39267969131469727, 0.4090631604194641, 0.5833552479743958, -0.25324615836143494, 0.5833552479743958, -0.8806971907615662, 0.33934640884399414, 1.2979521751403809, 2.0996949672698975, 0.827363908290863, 0.827363908290863, -0.3055337369441986, 1.472244143486023, 1.8382571935653687, 1.6639652252197266, 1.2979521751403809, 1.2630938291549683, 2.0299782752990723, 2.0996949672698975, 1.7336820363998413, 1.6813944578170776, 2.2216994762420654, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.925403118133545, 2.0648367404937744, 0.5833552479743958, 0.7402179837226868, 0.35677558183670044, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5484968423843384, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.2805230617523193, 1.1933770179748535, -0.3403921127319336, 1.1410894393920898, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.7162528038024902, 0.7576471567153931, 0.14762529730796814, 0.7925055623054504, 0.11276690661907196, 1.8556864261627197, 2.1868410110473633, 1.472244143486023, 0.3742047846317291, 1.2805230617523193, 0.9145098924636841, 0.06047932058572769, 0.6879304051399231, 0.7925055623054504, -0.3055337369441986, 0.9667974710464478, 1.053943395614624, 0.7750763297080994, -0.3055337369441986, -0.18352937698364258, 0.2173420637845993, 1.0888018608093262, 0.7750763297080994, 0.6182135939598083, 1.053943395614624, 0.8622223138809204, 2.1868410110473633, 0.7576471567153931, 0.1999128758907318, -0.8981263637542725, 1.7336820363998413, 1.472244143486023, 1.332810640335083, 0.1999128758907318, 0.3916339874267578, 1.7162528038024902, 2.0648367404937744, 1.646536111831665, 0.9667974710464478, 2.308845281600952, 2.5005664825439453, 2.4482789039611816, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.785969614982605, 1.2108062505722046, -0.11381260305643082, -0.18352937698364258, 0.1999128758907318, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044], [0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.4090631604194641, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, -0.7935512065887451, 1.2456645965576172, 1.5071024894714355, 1.7336820363998413, 1.8731155395507812, 1.768540382385254, 0.600784420967102, -0.1661001741886139, 0.4962092638015747, 0.2347712516784668, 1.960261583328247, 1.9776906967163086, 1.2630938291549683, 0.2347712516784668, 1.4548149108886719, 1.6988236904144287, 1.3502397537231445, 1.0365142822265625, -0.5146840810775757, -0.18352937698364258, 0.5310676693916321, 1.5942485332489014, 0.7227887511253357, -0.026666639372706413, 0.11276690661907196, -0.07895421981811523, 1.1062309741973877, 0.6879304051399231, -0.009237446822226048, 1.3676689863204956, 1.7511112689971924, 2.0299782752990723, 1.9079740047454834, 0.6530719995498657, -0.06152502819895744, 1.8382571935653687, 1.7162528038024902, 1.4025273323059082, 1.768540382385254, 0.7053595781326294, 1.3676689863204956, 1.9079740047454834, 1.489673376083374, 0.8622223138809204, 2.204270124435425, 2.151982545852661, 2.4482789039611816, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.2565577030181885, 1.925403118133545, 1.803398847579956, 0.33934640884399414, 0.28705883026123047, 0.670501172542572, 0.6356428265571594, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641], [0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, -1.176993489265442, 1.2979521751403809, 1.489673376083374, 1.8382571935653687, 1.9079740047454834, 1.803398847579956, 0.6530719995498657, -0.09638340771198273, 0.30448800325393677, -0.06152502819895744, 2.047407388687134, 1.8905447721481323, 0.7576471567153931, 0.18248367309570312, 1.2456645965576172, 1.4199565649032593, 0.5833552479743958, 0.2522004544734955, -0.21838775277137756, 1.1236603260040283, 1.053943395614624, 1.4373857975006104, 0.984226644039154, 0.0430501289665699, 0.14762529730796814, 0.28705883026123047, 0.4962092638015747, 0.5310676693916321, 0.33934640884399414, 0.7576471567153931, 1.489673376083374, 1.8208279609680176, 2.151982545852661, 1.9951199293136597, 1.942832350730896, 2.0299782752990723, 1.768540382385254, 1.5942485332489014, 1.785969614982605, 1.2805230617523193, 1.7162528038024902, 2.0299782752990723, 1.2630938291549683, 0.6356428265571594, 2.0996949672698975, 1.925403118133545, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.3785619735717773, 2.2914161682128906, 1.9776906967163086, 1.9776906967163086, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.5659260153770447, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.42649248242378235, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1236603260040283, 1.175947904586792, -1.1595642566680908, 1.3502397537231445, 1.5071024894714355, 1.8556864261627197, 1.785969614982605, 1.6988236904144287, 0.8447931408882141, 0.8447931408882141, -0.42753809690475464, 0.07790851593017578, 2.0648367404937744, 1.9079740047454834, -0.04409583657979965, -0.688975989818573, 1.1933770179748535, 1.3676689863204956, -0.026666639372706413, -0.44496726989746094, 0.32191720604896545, 1.0365142822265625, 0.984226644039154, 1.6639652252197266, 2.0125491619110107, 1.0888018608093262, 0.7576471567153931, 1.2108062505722046, 0.2696296274662018, 0.18248367309570312, 0.44392168521881104, 0.16505448520183563, 0.8447931408882141, 0.984226644039154, 1.611677646636963, 1.8556864261627197, 2.151982545852661, 1.5768193006515503, 1.315381407737732, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.2456645965576172, 1.9951199293136597, 0.6879304051399231, -0.532113254070282, 1.8905447721481323, 1.629106879234314, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.3437037467956543, 2.239128589630127, 1.2630938291549683, 1.5071024894714355, 1.2805230617523193, 0.35677558183670044, 0.28705883026123047, 0.4962092638015747, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.13019609451293945, 0.1999128758907318, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, -0.8458387851715088, 1.2979521751403809, 1.6988236904144287, 1.8731155395507812, 1.7336820363998413, 1.071372628211975, 0.8099347352981567, -0.09638340771198273, -0.3229629397392273, -0.4623964726924896, 2.117124319076538, 1.768540382385254, 0.7053595781326294, -1.1072766780853271, 1.4199565649032593, 1.4199565649032593, -0.04409583657979965, -0.18352937698364258, 0.7227887511253357, 0.7402179837226868, 0.14762529730796814, 1.4548149108886719, 1.9776906967163086, 0.42649248242378235, 1.1410894393920898, 0.5484968423843384, -0.44496726989746094, -0.25324615836143494, -0.11381260305643082, 0.06047932058572769, 0.8796514868736267, 0.44392168521881104, 0.28705883026123047, -0.1661001741886139, 1.785969614982605, 0.11276690661907196, 1.2630938291549683, 1.2979521751403809, 0.8099347352981567, 0.7053595781326294, 1.2630938291549683, 1.9079740047454834, -0.1312417984008789, 1.2456645965576172, 1.611677646636963, 1.4025273323059082, -0.4798256754875183, 0.0430501289665699, 1.7336820363998413, 2.4134204387664795, 2.1694118976593018, 1.5245317220687866, 1.4373857975006104, 1.8382571935653687, 0.30448800325393677, 0.6356428265571594, 0.42649248242378235, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8796514868736267, -0.9678431153297424, 1.3676689863204956, 1.5419609546661377, 1.7336820363998413, 0.9319390654563904, 0.5833552479743958, 0.11276690661907196, 0.28705883026123047, 0.4613508880138397, 0.6182135939598083, 2.2914161682128906, 1.7511112689971924, 0.6356428265571594, -0.9329847693443298, 1.158518671989441, 1.4373857975006104, 0.2696296274662018, 0.7925055623054504, 0.7053595781326294, 0.18248367309570312, 0.33934640884399414, 1.7336820363998413, 1.611677646636963, 0.4090631604194641, 1.1236603260040283, 0.7750763297080994, 0.2696296274662018, 0.33934640884399414, 0.9319390654563904, 0.8099347352981567, 0.9493682980537415, -0.18352937698364258, -0.601830005645752, -0.4623964726924896, 0.0430501289665699, 1.053943395614624, 0.9145098924636841, 1.5245317220687866, 1.1933770179748535, 0.8970807194709778, 1.1933770179748535, 1.2805230617523193, -0.8458387851715088, 1.5245317220687866, 0.478780061006546, -0.41010889410972595, -0.27067533135414124, 0.008191745728254318, 1.4199565649032593, 2.27398681640625, 1.8905447721481323, 0.7227887511253357, 1.8905447721481323, 0.7750763297080994, -0.25324615836143494, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.35677558183670044, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, -0.42753809690475464, 1.3502397537231445, 1.611677646636963, 1.803398847579956, 0.7750763297080994, 1.2456645965576172, 0.35677558183670044, 0.3742047846317291, 0.07790851593017578, 1.2282354831695557, 2.117124319076538, 1.785969614982605, 0.8796514868736267, -1.2292810678482056, 1.4025273323059082, 1.071372628211975, 0.6530719995498657, 0.13019609451293945, 0.13019609451293945, 0.4613508880138397, 1.2630938291549683, 1.7336820363998413, 1.7511112689971924, 0.5484968423843384, 1.3676689863204956, 1.332810640335083, 0.5484968423843384, 1.1410894393920898, 0.28705883026123047, 1.3676689863204956, 1.315381407737732, -0.8109803795814514, -0.9678431153297424, -1.2641394138336182, -0.9504139423370361, 1.1062309741973877, 0.7750763297080994, 1.158518671989441, 1.9079740047454834, 1.472244143486023, 1.3676689863204956, 1.1236603260040283, -0.9504139423370361, 1.3850982189178467, 0.9667974710464478, 0.008191745728254318, 0.02562093921005726, 0.2173420637845993, 0.9319390654563904, 1.646536111831665, 0.4090631604194641, 1.489673376083374, 2.1345534324645996, 1.053943395614624, 0.7402179837226868, 0.2696296274662018, 0.5484968423843384, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.44392168521881104, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.827363908290863, 0.7227887511253357, 0.06047932058572769, 1.2108062505722046, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.4373857975006104, 0.600784420967102, 0.2173420637845993, -0.5495424270629883, 1.5942485332489014, 2.204270124435425, 1.8556864261627197, 1.175947904586792, -1.1247059106826782, 1.472244143486023, 0.6879304051399231, 1.4025273323059082, 0.35677558183670044, 0.5310676693916321, 0.5484968423843384, 1.472244143486023, 1.0888018608093262, 1.5593900680541992, 0.8099347352981567, 1.158518671989441, 0.7402179837226868, 0.9319390654563904, 0.478780061006546, 1.1236603260040283, 0.6356428265571594, -0.8632679581642151, 0.008191745728254318, 0.14762529730796814, -0.1661001741886139, -1.089847445487976, -0.44496726989746094, 0.28705883026123047, 0.9667974710464478, 1.768540382385254, 1.5245317220687866, 1.2805230617523193, 0.06047932058572769, -0.41010889410972595, 1.6813944578170776, 1.4199565649032593, 0.008191745728254318, 0.02562093921005726, 0.6879304051399231, 1.158518671989441, 0.8099347352981567, 1.4548149108886719, 1.629106879234314, 1.6813944578170776, 1.2282354831695557, -0.2881045341491699, 0.3742047846317291, 0.4613508880138397, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.6530719995498657, 0.5833552479743958, 1.158518671989441, 1.5419609546661377, 1.942832350730896, 1.768540382385254, 1.4373857975006104, 0.670501172542572, 0.06047932058572769, 0.44392168521881104, 1.3502397537231445, 1.9776906967163086, 1.8905447721481323, 1.053943395614624, -0.4798256754875183, 1.4548149108886719, 1.3502397537231445, 1.6639652252197266, 0.6879304051399231, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 2.0996949672698975, 0.2173420637845993, 0.3742047846317291, 1.1410894393920898, 1.053943395614624, 1.1410894393920898, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, 0.7925055623054504, -0.09638340771198273, 0.2522004544734955, -0.3578213155269623, -1.1072766780853271, -0.9329847693443298, 0.7227887511253357, 1.0190850496292114, 1.8208279609680176, 1.2979521751403809, 1.2108062505722046, -0.27067533135414124, -0.688975989818573, 1.0365142822265625, 1.646536111831665, 0.7925055623054504, -0.3055337369441986, 1.0016558170318604, 1.3850982189178467, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 2.117124319076538, 1.2805230617523193, 0.32191720604896545, 0.3916339874267578, -0.06152502819895744, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641], [0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.30448800325393677, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.785969614982605, 1.5942485332489014, 0.5659260153770447, 0.8622223138809204, 1.071372628211975, 1.8208279609680176, 1.9776906967163086, 1.5942485332489014, 0.7402179837226868, -0.11381260305643082, 1.3502397537231445, 1.5245317220687866, 1.3850982189178467, 1.0888018608093262, 0.7925055623054504, 1.4199565649032593, 1.2108062505722046, 2.047407388687134, 0.9493682980537415, 0.9667974710464478, 1.158518671989441, -0.20095856487751007, 0.9493682980537415, 1.053943395614624, 0.4613508880138397, -0.20095856487751007, -0.06152502819895744, 0.09533771127462387, 0.3916339874267578, -0.09638340771198273, -0.6366884112358093, -0.3403921127319336, -0.8284096121788025, 0.18248367309570312, 1.5419609546661377, 2.0299782752990723, 1.0190850496292114, -0.4798256754875183, -0.37525051832199097, 0.5484968423843384, 0.7925055623054504, 0.3916339874267578, -0.009237446822226048, 0.9667974710464478, 1.5768193006515503, 1.1236603260040283, 0.478780061006546, 0.8447931408882141, -0.009237446822226048, 0.9667974710464478, 1.1933770179748535, 0.02562093921005726, 0.06047932058572769, 0.5659260153770447, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.6182135939598083, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.4090631604194641, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 1.3850982189178467, 1.646536111831665, 1.960261583328247, 1.7162528038024902, 1.5593900680541992, 0.8447931408882141, 0.5659260153770447, 1.5071024894714355, 1.629106879234314, 1.9079740047454834, 1.5942485332489014, 0.7576471567153931, -0.3578213155269623, 1.5419609546661377, 1.472244143486023, 1.1410894393920898, 1.158518671989441, 0.4613508880138397, 1.4548149108886719, 1.629106879234314, 1.5071024894714355, 0.478780061006546, 1.0190850496292114, 1.0365142822265625, 0.35677558183670044, 0.30448800325393677, 1.2108062505722046, 0.3916339874267578, 0.11276690661907196, -0.4972548484802246, 0.8099347352981567, 0.513638436794281, 0.8622223138809204, -1.1072766780853271, -0.20095856487751007, -1.0549890995025635, -0.4972548484802246, 1.0888018608093262, 1.9079740047454834, 1.1410894393920898, 0.07790851593017578, 0.4090631604194641, 0.8447931408882141, 0.06047932058572769, 0.7925055623054504, 0.33934640884399414, 1.2456645965576172, 1.785969614982605, 1.5245317220687866, -0.18352937698364258, -0.1661001741886139, -0.3578213155269623, -0.5669716596603394, 1.4025273323059082, 1.7511112689971924, 0.3916339874267578, 0.5484968423843384, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235], [0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.513638436794281, 0.4613508880138397, 0.7053595781326294, 1.4025273323059082, 1.7511112689971924, 1.9079740047454834, 1.803398847579956, 1.6813944578170776, 1.1933770179748535, 0.7750763297080994, 1.6639652252197266, 1.768540382385254, 1.8905447721481323, 1.5245317220687866, 0.35677558183670044, 0.008191745728254318, 1.5942485332489014, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 1.071372628211975, 0.7925055623054504, 1.158518671989441, 1.2805230617523193, -0.25324615836143494, 1.5419609546661377, 0.8099347352981567, 0.44392168521881104, 0.4962092638015747, 0.18248367309570312, -0.11381260305643082, 0.42649248242378235, -0.3403921127319336, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, 0.18248367309570312, -0.3055337369441986, 0.8099347352981567, -0.39267969131469727, 1.2630938291549683, 0.6182135939598083, 0.8622223138809204, -0.42753809690475464, 0.2347712516784668, 1.315381407737732, 1.1062309741973877, 1.4373857975006104, 1.3850982189178467, 1.9776906967163086, 1.9951199293136597, 1.7162528038024902, -1.1072766780853271, -0.6541175842285156, 0.8099347352981567, 0.7750763297080994, 1.2282354831695557, 1.9776906967163086, 1.4025273323059082, 0.478780061006546, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235], [0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.30448800325393677, 0.6182135939598083, 1.2979521751403809, 1.6639652252197266, 1.8382571935653687, 1.8208279609680176, 1.2805230617523193, 0.14762529730796814, 1.053943395614624, 1.6988236904144287, 1.8905447721481323, 1.7511112689971924, 1.0190850496292114, -0.532113254070282, -0.7064052224159241, 1.2282354831695557, 1.053943395614624, 1.158518671989441, 0.7925055623054504, 0.5310676693916321, 0.7576471567153931, 0.18248367309570312, 0.6879304051399231, -0.1312417984008789, 1.4548149108886719, 1.611677646636963, 0.42649248242378235, 1.158518671989441, 1.0190850496292114, 1.2979521751403809, 0.13019609451293945, 1.0888018608093262, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 0.7750763297080994, -0.8806971907615662, 0.7576471567153931, -0.1486709862947464, 1.315381407737732, -0.11381260305643082, -0.42753809690475464, -0.4623964726924896, 1.0365142822265625, 0.478780061006546, 0.6530719995498657, 0.9493682980537415, 1.768540382385254, 1.1236603260040283, 1.7336820363998413, 2.0125491619110107, -1.333856225013733, 1.332810640335083, 1.0888018608093262, 0.5659260153770447, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.16505448520183563, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.16505448520183563, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.4090631604194641, 0.35677558183670044, 0.33934640884399414, 0.2522004544734955, 0.2347712516784668, 0.600784420967102, 1.5071024894714355, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.1062309741973877, 0.6356428265571594, 1.2456645965576172, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 0.11276690661907196, 0.07790851593017578, -0.5669716596603394, 1.3850982189178467, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.5310676693916321, 1.1236603260040283, 0.7227887511253357, 0.33934640884399414, 0.4090631604194641, 1.2979521751403809, 1.1062309741973877, 1.2979521751403809, 0.7925055623054504, 1.071372628211975, 1.2108062505722046, 0.3742047846317291, 1.4548149108886719, 1.175947904586792, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, -0.6541175842285156, -0.1312417984008789, 0.478780061006546, 0.33934640884399414, 1.0190850496292114, -0.23581695556640625, -0.4623964726924896, 0.8970807194709778, 0.4613508880138397, 0.5310676693916321, -0.23581695556640625, 0.07790851593017578, 0.9145098924636841, 1.5593900680541992, 1.646536111831665, -0.5844008326530457, 1.1062309741973877, 0.6879304051399231, 0.8622223138809204, 1.2805230617523193, 1.646536111831665, 1.3850982189178467, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.670501172542572, 1.332810640335083, 1.646536111831665, 1.8556864261627197, 1.8208279609680176, 0.7227887511253357, 0.9493682980537415, 1.3676689863204956, 1.768540382385254, 1.5593900680541992, 1.611677646636963, -1.0375598669052124, -0.009237446822226048, -0.5146840810775757, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 1.1410894393920898, 1.3850982189178467, 0.7402179837226868, 0.670501172542572, -0.42753809690475464, 0.06047932058572769, 1.5942485332489014, 1.315381407737732, 0.7925055623054504, 0.06047932058572769, 0.0430501289665699, 1.053943395614624, 0.1999128758907318, 1.4373857975006104, 1.611677646636963, 1.4199565649032593, 1.5245317220687866, 1.3502397537231445, -0.7935512065887451, -0.39267969131469727, 0.8796514868736267, 0.3742047846317291, 0.5833552479743958, -0.1661001741886139, -1.3512853384017944, 0.1999128758907318, 0.0430501289665699, 0.600784420967102, -0.3403921127319336, 0.7227887511253357, 1.2108062505722046, 1.2630938291549683, 1.7511112689971924, -0.8458387851715088, 0.7227887511253357, 0.6879304051399231, 0.2696296274662018, 1.5942485332489014, 1.646536111831665, 1.472244143486023, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.4962092638015747, 0.4613508880138397, 0.478780061006546], [0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.4962092638015747, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.14762529730796814, 0.16505448520183563, 0.7402179837226868, 1.489673376083374, 1.6639652252197266, 1.8382571935653687, 1.768540382385254, 0.44392168521881104, 0.6879304051399231, 1.5245317220687866, 1.8556864261627197, 1.925403118133545, 1.4199565649032593, 0.2696296274662018, -0.009237446822226048, -0.2881045341491699, 1.4373857975006104, 1.2282354831695557, 0.478780061006546, 0.5659260153770447, 0.7053595781326294, 1.2630938291549683, 0.7053595781326294, 0.13019609451293945, 0.8099347352981567, 1.8382571935653687, 1.3502397537231445, 1.1410894393920898, 0.827363908290863, 0.0430501289665699, 0.8796514868736267, 0.28705883026123047, 1.332810640335083, 1.4025273323059082, 1.7162528038024902, 1.2979521751403809, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, -0.04409583657979965, -0.09638340771198273, -0.42753809690475464, 0.2522004544734955, -1.5430065393447876, 1.0016558170318604, 0.7402179837226868, 0.30448800325393677, 0.0430501289665699, -0.09638340771198273, 1.3502397537231445, 1.5593900680541992, 1.942832350730896, -1.490718960762024, 0.28705883026123047, 0.7053595781326294, 0.4613508880138397, 1.7162528038024902, 1.1410894393920898, 0.7053595781326294, 0.600784420967102, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.4613508880138397, 0.478780061006546]]]]} 2026-04-16 20:35:07.347 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[[[0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925], [0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3070467710494995, 1.2385478019714355, 1.18717360496521, 1.2042982578277588, 1.1529240608215332, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.1529240608215332], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.18717360496521], [0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.255672574043274], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.6152924299240112, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5706825256347656, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.324171543121338], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.3584210872650146], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2385478019714355, 1.255672574043274, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914], [0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298], [0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496], [0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.2684305012226105, 0.2281874716281891, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.2281874716281891, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5193082690238953, 0.41655975580215454, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.7992978096008301, -0.645175039768219, -0.3883037567138672, -0.19993148744106293, -0.1143077164888382, 0.03981505334377289, 0.3138112425804138, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112], [-1.3130404949188232, -0.9534205794334412, -0.8506720662117004, -0.7992978096008301, -0.4568027853965759, -0.30267998576164246, -0.2684305012226105, -0.2684305012226105, -0.045808710157871246, 0.29668647050857544, 0.39943498373031616, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-1.6384108066558838, -1.3815394639968872, -1.2445415258407593, -1.141792893409729, -1.141792893409729, -1.0561691522598267, -1.261666178703308, -1.3130404949188232, -1.1760424375534058, -1.227416753768921, -0.9534205794334412, -0.21705622971057892, 0.056939806789159775, 0.43368449807167053, 0.622056782245636, 0.4508092403411865, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-0.9191710948944092, -0.8849216103553772, -1.0561691522598267, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -2.1179039478302, -2.0665295124053955, -1.878157377243042, -1.1760424375534058, -0.6794245839118958, -0.3883037567138672, -0.2684305012226105, 0.26243698596954346, 0.3651854991912842, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9362958669662476, -0.8506720662117004, -0.7136740684509277, -0.7307988405227661, -1.02191960811615, -1.1931672096252441, -1.878157377243042, -1.6897850036621094, -0.5081770420074463, -0.16568197309970856, 0.056939806789159775, 0.17681321501731873, 0.2281874716281891, 0.41655975580215454, 0.3138112425804138, 0.39943498373031616, 0.3480607271194458, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9534205794334412, -0.9705453515052795, -0.9362958669662476, -0.7650483250617981, -0.6794245839118958, -0.7992978096008301, -1.0047948360443115, -1.1760424375534058, -0.9876701235771179, -0.40542852878570557, -0.06293346732854843, 0.03981505334377289, 0.2281874716281891, 0.3651854991912842, 0.4679340124130249, 0.3309359848499298, 0.2110627144575119, 0.29668647050857544, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.41655975580215454, 0.5364330410957336, 0.587807297706604, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1075434684753418, -1.0390443801879883, -1.0390443801879883, -0.9362958669662476, -0.7307988405227661, -0.9534205794334412, -1.415789008140564, -1.672660231590271, -1.8439078330993652, -1.5185375213623047, -0.7992978096008301, -0.3540542721748352, -0.02868395671248436, 0.10831420123577118, 0.27956172823905945, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1931672096252441, -1.1246682405471802, -1.0904186964035034, -1.02191960811615, -1.227416753768921, -1.5014127492904663, -2.1179039478302, -2.01515531539917, -2.1007792949676514, -1.758284091949463, -1.2787909507751465, -0.9705453515052795, -0.8164225816726685, -0.43967801332473755, -0.14855723083019257, 0.0740646943449974, 0.2110627144575119, 0.3138112425804138, 0.3480607271194458, 0.29668647050857544, 0.15968845784664154, 0.2110627144575119, -0.011559205129742622, 0.26243698596954346, 0.5364330410957336, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.718040943145752], [-1.672660231590271, -1.3815394639968872, -1.3301652669906616, -1.2445415258407593, -1.3986642360687256, -1.9295315742492676, -2.032280206680298, -1.9809058904647827, -0.9876701235771179, -0.576676070690155, -0.4568027853965759, -0.42255327105522156, -0.610925555229187, -0.8164225816726685, -0.7821730971336365, -0.6280503273010254, -0.5081770420074463, -1.0047948360443115, -1.3472900390625, -0.5938007831573486, -0.02868395671248436, 0.2281874716281891, 0.03981505334377289, -0.21705622971057892, 0.14256370067596436, 0.5364330410957336, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.15968845784664154, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008], [-2.1179039478302, -1.9295315742492676, -1.672660231590271, -1.4500385522842407, -1.7411593198776245, -2.1007792949676514, -2.1179039478302, -1.227416753768921, -0.7992978096008301, -0.7136740684509277, -0.5253018140792847, -0.40542852878570557, -0.2341809868812561, -0.2341809868812561, -0.4568027853965759, -0.8849216103553772, -1.415789008140564, -2.1179039478302, -1.073293924331665, -0.1143077164888382, 0.3309359848499298, 0.6049320101737976, 0.7076805233955383, 0.6049320101737976, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.9124068021774292, -2.032280206680298, -1.946656346321106, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -1.9980305433273315, -0.8849216103553772, -0.7136740684509277, -0.6622998118400574, -0.610925555229187, -0.5081770420074463, -0.3883037567138672, -0.28555524349212646, -0.18280673027038574, -0.21705622971057892, -0.40542852878570557, -1.227416753768921, -1.141792893409729, -0.2341809868812561, 0.091189444065094, 0.3651854991912842, 0.622056782245636, 0.7761795520782471, 0.6391815543174744, 0.41655975580215454, 0.3138112425804138, 0.38231024146080017, 0.5535577535629272, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.4611696004867554, 0.9474270939826965, 1.4269200563430786, 1.63241708278656, 1.718040943145752, 1.7351655960083008, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.7522903680801392, 1.718040943145752, 1.6666666269302368, 1.6495418548583984, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.8952820301055908, -2.1007792949676514, -2.1007792949676514, -2.1179039478302, -2.1179039478302, -1.946656346321106, -1.672660231590271, -1.02191960811615, -0.9191710948944092, -0.7821730971336365, -0.6965492963790894, -0.5938007831573486, -0.5253018140792847, -0.5253018140792847, -0.5081770420074463, -0.5938007831573486, -0.610925555229187, -0.8849216103553772, -1.3986642360687256, -0.9705453515052795, -0.4910522699356079, -0.1143077164888382, 0.2110627144575119, 0.4508092403411865, 0.38231024146080017, 0.10831420123577118, 0.10831420123577118, 0.3651854991912842, 0.41655975580215454, 0.5535577535629272, 0.622056782245636, 0.5193082690238953, 0.6049320101737976, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.6666666269302368, 1.18717360496521, 0.7933043241500854, 0.9816765785217285, 0.5193082690238953, 1.718040943145752, 1.7694151401519775, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.2727973461151123, 1.0673003196716309, 1.4782943725585938, 1.6837913990020752, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [-0.9191710948944092, -1.4671632051467896, -1.3644146919250488, -1.3986642360687256, -1.6897850036621094, -2.01515531539917, -2.0494048595428467, -1.6384108066558838, -1.3301652669906616, -1.0561691522598267, -0.9534205794334412, -0.8164225816726685, -0.7479235529899597, -0.7479235529899597, -0.7136740684509277, -0.9705453515052795, -1.946656346321106, -2.032280206680298, -2.0494048595428467, -2.1179039478302, -1.7754088640213013, -1.1075434684753418, -0.576676070690155, -0.21705622971057892, 0.02269030176103115, -0.02868395671248436, -0.21705622971057892, -0.08005820959806442, 0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.41655975580215454, 0.5193082690238953, 0.622056782245636, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.5981676578521729, 1.444044828414917, 1.101549744606018, 0.7590547800064087, 0.5535577535629272, 0.41655975580215454, 0.43368449807167053, -0.045808710157871246, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.4269200563430786, 0.9303023219108582, -0.045808710157871246, 0.17681321501731873, 1.3412963151931763, 1.6837913990020752, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [0.7076805233955383, -0.7650483250617981, -1.484287977218628, -1.3301652669906616, -1.5870364904403687, -1.5527870655059814, -2.0494048595428467, -2.1007792949676514, -1.946656346321106, -1.5185375213623047, -1.2102919816970825, -1.1760424375534058, -0.9705453515052795, -0.9534205794334412, -0.9191710948944092, -1.4671632051467896, -2.1179039478302, -2.0494048595428467, -1.7069097757339478, -0.8164225816726685, -0.43967801332473755, -0.3369295001029968, -0.4739275276660919, -0.645175039768219, -0.6622998118400574, -0.3369295001029968, -0.19993148744106293, -0.7992978096008301, -1.0904186964035034, -0.4568027853965759, -0.045808710157871246, -0.045808710157871246, -0.045808710157871246, -0.14855723083019257, 0.2281874716281891, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.6495418548583984, 1.2385478019714355, 0.5535577535629272, 0.9474270939826965, 0.7076805233955383, -0.16568197309970856, 0.056939806789159775, -0.2341809868812561, -0.28555524349212646, -0.40542852878570557, 0.8789280652999878, 1.4269200563430786, 1.2899221181869507, 1.4782943725585938, 1.5810428857803345, 0.7076805233955383, -0.011559205129742622, -0.645175039768219, -0.18280673027038574, 0.8618032932281494, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775], [1.6152924299240112, 0.6391815543174744, -1.758284091949463, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.7411593198776245, -1.3472900390625, -1.4671632051467896, -1.758284091949463, -1.9637811183929443, -1.604161262512207, -1.1589176654815674, -1.073293924331665, -1.2787909507751465, -1.758284091949463, -2.032280206680298, -1.9809058904647827, -0.8677968382835388, -0.40542852878570557, -0.2513057291507721, -0.1143077164888382, 0.056939806789159775, 0.03981505334377289, -0.3540542721748352, -0.9534205794334412, -1.4500385522842407, -1.7754088640213013, -1.8952820301055908, -1.5185375213623047, -1.1246682405471802, -0.31980475783348083, 0.0740646943449974, -0.2513057291507721, -0.19993148744106293, 0.27956172823905945, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.718040943145752, 1.1529240608215332, -0.3540542721748352, 0.03981505334377289, 0.17681321501731873, -0.4910522699356079, -0.2684305012226105, -0.7479235529899597, -0.7136740684509277, -0.5595512986183167, 0.587807297706604, 1.2727973461151123, 1.101549744606018, 1.18717360496521, 0.9303023219108582, 0.3309359848499298, -0.7307988405227661, -0.7650483250617981, -0.5253018140792847, 0.8789280652999878, 1.8550388813018799, 1.786539912223816, 1.786539912223816, 1.7694151401519775], [1.6837913990020752, 1.4782943725585938, 0.5021834969520569, -1.3301652669906616, -1.9809058904647827, -2.0494048595428467, -2.1179039478302, -1.878157377243042, -1.484287977218628, -1.261666178703308, -1.5185375213623047, -1.9980305433273315, -1.8439078330993652, -1.5014127492904663, -1.5527870655059814, -1.9809058904647827, -2.1179039478302, -1.3986642360687256, -0.6965492963790894, -0.5424265265464783, -0.4568027853965759, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.056939806789159775, 0.03981505334377289, -0.5081770420074463, -1.3130404949188232, -1.672660231590271, -0.9020463228225708, -0.6622998118400574, -0.6622998118400574, -0.08005820959806442, 0.5364330410957336, 0.43368449807167053, 0.26243698596954346, 0.5021834969520569, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6837913990020752, 1.7009161710739136, 1.6495418548583984, 0.056939806789159775, -0.645175039768219, -0.7136740684509277, -0.43967801332473755, -0.645175039768219, -0.42255327105522156, -0.6965492963790894, -0.7821730971336365, -0.5595512986183167, 0.27956172823905945, 1.0501755475997925, 0.5535577535629272, 1.1700488328933716, 0.17681321501731873, -0.1143077164888382, -0.8335473537445068, -0.7821730971336365, -0.7307988405227661, 0.4850587546825409, 1.718040943145752, 1.786539912223816, 1.786539912223816, 1.786539912223816], [0.9303023219108582, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 0.5021834969520569, -0.8164225816726685, -1.5699117183685303, -2.01515531539917, -2.1179039478302, -1.8267830610275269, -1.7754088640213013, -2.01515531539917, -1.9295315742492676, -1.8267830610275269, -1.7411593198776245, -1.946656346321106, -1.9809058904647827, -0.9362958669662476, -0.9020463228225708, -0.6965492963790894, -0.5424265265464783, -0.40542852878570557, -0.31980475783348083, -0.3540542721748352, -0.14855723083019257, -0.08005820959806442, -0.06293346732854843, -0.06293346732854843, -0.5938007831573486, -1.4329137802124023, -1.4500385522842407, -1.1246682405471802, -0.9534205794334412, -0.16568197309970856, 0.41655975580215454, 0.5535577535629272, 0.38231024146080017, 0.3651854991912842, 0.5364330410957336, 0.622056782245636, 0.6391815543174744, 0.7419300675392151, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.5981676578521729, -0.045808710157871246, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.6622998118400574, -0.5081770420074463, -0.7307988405227661, -0.7136740684509277, -0.3711790144443512, -0.02868395671248436, 0.7590547800064087, 0.29668647050857544, 0.8618032932281494, -0.2684305012226105, -0.5081770420074463, -0.8506720662117004, -1.1075434684753418, -0.7992978096008301, -0.21705622971057892, 1.7009161710739136, 1.8207894563674927, 1.8207894563674927, 1.786539912223816], [0.587807297706604, 0.7076805233955383, 1.0673003196716309, 1.5810428857803345, 1.8036646842956543, 1.5296685695648193, 0.6734310388565063, -0.7992978096008301, -1.758284091949463, -1.9980305433273315, -2.01515531539917, -1.8610326051712036, -1.7754088640213013, -1.3644146919250488, -1.415789008140564, -1.6555355787277222, -1.8610326051712036, -1.2445415258407593, -0.9876701235771179, -0.9020463228225708, -0.7821730971336365, -0.6280503273010254, -0.5424265265464783, -0.4568027853965759, -0.3540542721748352, -0.40542852878570557, -0.5253018140792847, -0.6794245839118958, -0.7307988405227661, -1.0561691522598267, -1.6212860345840454, -1.5870364904403687, -1.484287977218628, -1.261666178703308, -0.6794245839118958, 0.0740646943449974, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.5706825256347656, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.0330508947372437, -0.7307988405227661, -1.073293924331665, -1.1075434684753418, -1.0390443801879883, -0.7650483250617981, -0.5424265265464783, -0.7821730971336365, -0.6794245839118958, -0.3540542721748352, 0.03981505334377289, 0.622056782245636, 0.29668647050857544, 0.3651854991912842, -0.19993148744106293, -0.645175039768219, -1.0904186964035034, -1.3301652669906616, -0.9362958669662476, -0.4739275276660919, 1.1186745166778564, 1.8207894563674927, 1.8207894563674927, 1.8036646842956543], [0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.7419300675392151, 0.8618032932281494, 1.6495418548583984, 1.906413197517395, 1.6152924299240112, 0.6905558109283447, -1.0561691522598267, -1.5870364904403687, -1.8439078330993652, -2.1179039478302, -1.878157377243042, -1.4500385522842407, -1.2959157228469849, -1.5527870655059814, -1.7411593198776245, -1.3986642360687256, -1.073293924331665, -0.9020463228225708, -0.8677968382835388, -0.8335473537445068, -0.610925555229187, -0.576676070690155, -0.610925555229187, -1.0390443801879883, -1.8439078330993652, -2.1179039478302, -1.9124068021774292, -1.4500385522842407, -1.0047948360443115, -1.0390443801879883, -1.1931672096252441, -0.9705453515052795, -0.645175039768219, -0.28555524349212646, 0.2281874716281891, 0.38231024146080017, 0.24531221389770508, 0.3480607271194458, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.5193082690238953, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5467933416366577, 0.02269030176103115, -1.0390443801879883, -1.1931672096252441, -1.141792893409729, -1.0561691522598267, -0.7650483250617981, -0.6794245839118958, -0.8164225816726685, -0.6794245839118958, -0.3883037567138672, -0.18280673027038574, 0.24531221389770508, 0.3480607271194458, -0.02868395671248436, -0.3540542721748352, -0.7821730971336365, -1.1931672096252441, -1.227416753768921, -1.141792893409729, -0.7136740684509277, 0.41655975580215454, 1.7009161710739136, 1.786539912223816, 1.8550388813018799], [0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 1.2042982578277588, 1.6152924299240112, 1.718040943145752, 0.7248052954673767, -1.2787909507751465, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.1007792949676514, -1.9809058904647827, -1.6384108066558838, -1.6897850036621094, -1.9809058904647827, -1.79253351688385, -1.3301652669906616, -1.1589176654815674, -0.9876701235771179, -0.8164225816726685, -0.7479235529899597, -0.7136740684509277, -1.7240345478057861, -2.1179039478302, -1.1589176654815674, -0.2341809868812561, 0.10831420123577118, 0.17681321501731873, -0.011559205129742622, -0.4910522699356079, -0.7479235529899597, -0.645175039768219, -0.5253018140792847, -0.6280503273010254, -1.0047948360443115, -1.0047948360443115, -0.4568027853965759, -0.02868395671248436, 0.056939806789159775, 0.10831420123577118, 0.38231024146080017, 0.7076805233955383, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.4611696004867554, 1.1529240608215332, 1.2385478019714355, 1.0159261226654053, 1.101549744606018, 0.24531221389770508, -0.7650483250617981, -1.1589176654815674, -1.2102919816970825, -1.3130404949188232, -1.0047948360443115, -0.8506720662117004, -0.7992978096008301, -0.7821730971336365, -0.7136740684509277, -0.645175039768219, -0.4910522699356079, -0.14855723083019257, 0.091189444065094, -0.13143247365951538, -0.5595512986183167, -0.9705453515052795, -1.2102919816970825, -1.1931672096252441, -1.1760424375534058, -1.1075434684753418, -0.7821730971336365, 1.63241708278656, 1.7351655960083008, 1.8550388813018799], [0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.8960528373718262, 1.2214230298995972, 1.2042982578277588, 0.39943498373031616, -0.7479235529899597, -1.6384108066558838, -1.758284091949463, -1.4329137802124023, -1.6897850036621094, -2.032280206680298, -1.9637811183929443, -2.0494048595428467, -1.9295315742492676, -1.7069097757339478, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -0.9534205794334412, -1.261666178703308, -2.032280206680298, -1.8096582889556885, -0.5081770420074463, -0.02868395671248436, 0.15968845784664154, 0.24531221389770508, 0.3309359848499298, 0.3138112425804138, -0.1143077164888382, -0.7992978096008301, -1.1931672096252441, -1.535662293434143, -1.8952820301055908, -1.2959157228469849, -0.09718296676874161, 0.41655975580215454, 0.41655975580215454, -0.08005820959806442, -0.31980475783348083, 0.4850587546825409, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.2042982578277588, 0.7248052954673767, 0.8789280652999878, 0.656306266784668, -0.28555524349212646, -1.02191960811615, -0.8164225816726685, -1.3815394639968872, -1.141792893409729, -1.1589176654815674, -1.3130404949188232, -0.9876701235771179, -0.7307988405227661, -0.7992978096008301, -0.8335473537445068, -0.8164225816726685, -0.7136740684509277, -0.610925555229187, -0.43967801332473755, -0.16568197309970856, -0.2341809868812561, -0.7136740684509277, -0.9876701235771179, -1.0904186964035034, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.8335473537445068, 0.4508092403411865, 1.8379141092300415, 1.786539912223816], [0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.3138112425804138, -1.3301652669906616, -1.7069097757339478, -1.6384108066558838, -1.5014127492904663, -1.672660231590271, -2.0494048595428467, -1.8952820301055908, -1.5527870655059814, -1.5014127492904663, -1.604161262512207, -1.5185375213623047, -1.4329137802124023, -1.6384108066558838, -1.9980305433273315, -1.1931672096252441, -0.3711790144443512, -0.08005820959806442, -0.011559205129742622, 0.02269030176103115, 0.091189444065094, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.3369295001029968, -1.1760424375534058, -1.3472900390625, -0.13143247365951538, 0.4850587546825409, 0.810429036617279, 0.9988013505935669, 1.0159261226654053, 0.6734310388565063, 0.38231024146080017, 0.622056782245636, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.1529240608215332, -0.2341809868812561, -1.227416753768921, 0.19393795728683472, -0.5081770420074463, -0.8677968382835388, -1.5014127492904663, -1.415789008140564, -1.3986642360687256, -1.1246682405471802, -1.0390443801879883, -1.2959157228469849, -0.7992978096008301, -0.8164225816726685, -0.6965492963790894, -0.8335473537445068, -0.7992978096008301, -0.6965492963790894, -0.6794245839118958, -0.5938007831573486, -0.2341809868812561, -0.4568027853965759, -0.645175039768219, -1.02191960811615, -0.9876701235771179, -0.9534205794334412, -1.261666178703308, -1.0561691522598267, -0.7479235529899597, 0.2110627144575119, 1.8892884254455566, 1.8379141092300415], [0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.7419300675392151, 0.9303023219108582, 0.8446785807609558, 0.24531221389770508, -1.141792893409729, -1.7240345478057861, -1.5699117183685303, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.7240345478057861, -1.535662293434143, -1.7069097757339478, -1.8267830610275269, -1.7069097757339478, -1.6897850036621094, -1.0047948360443115, -0.645175039768219, -0.40542852878570557, -0.2341809868812561, -0.18280673027038574, -0.14855723083019257, -0.06293346732854843, 0.03981505334377289, 0.12543895840644836, -0.011559205129742622, -0.3711790144443512, -1.02191960811615, -0.8164225816726685, 0.03981505334377289, 0.38231024146080017, 0.656306266784668, 0.8789280652999878, 1.0159261226654053, 0.8618032932281494, 0.587807297706604, 0.5535577535629272, 0.810429036617279, 0.810429036617279, 0.7076805233955383, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.3070467710494995, 0.5364330410957336, -1.0904186964035034, -1.5014127492904663, -1.3644146919250488, -0.7136740684509277, -1.1931672096252441, -1.6212860345840454, -1.7411593198776245, -1.6897850036621094, -1.0047948360443115, -0.9362958669662476, -1.1075434684753418, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.8164225816726685, -0.6622998118400574, -0.576676070690155, -0.645175039768219, -0.7136740684509277, -0.42255327105522156, -0.6280503273010254, -0.9020463228225708, -0.9876701235771179, -0.7650483250617981, -1.0390443801879883, -1.2959157228469849, -1.0904186964035034, -1.0390443801879883, -0.045808710157871246, 1.8550388813018799, 1.8379141092300415], [0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.8618032932281494, 0.9816765785217285, 0.622056782245636, -0.42255327105522156, -1.4500385522842407, -1.7240345478057861, -1.672660231590271, -1.415789008140564, -1.6384108066558838, -1.9124068021774292, -1.946656346321106, -1.8096582889556885, -1.7069097757339478, -1.672660231590271, -1.2787909507751465, -0.8677968382835388, -0.7479235529899597, -0.610925555229187, -0.5081770420074463, -0.3711790144443512, -0.2684305012226105, -0.18280673027038574, -0.2341809868812561, -0.610925555229187, -1.6384108066558838, -2.0836544036865234, -1.7069097757339478, -1.0047948360443115, -0.645175039768219, -0.28555524349212646, 0.29668647050857544, 0.7248052954673767, 1.0844250917434692, 1.1700488328933716, 0.9303023219108582, 0.43368449807167053, 0.622056782245636, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.0159261226654053, -0.9020463228225708, -1.3472900390625, -1.2959157228469849, -1.3301652669906616, -1.1075434684753418, -1.4671632051467896, -1.0904186964035034, -1.0390443801879883, -1.2102919816970825, -0.9020463228225708, -0.8164225816726685, -0.9534205794334412, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.7650483250617981, -0.610925555229187, -0.645175039768219, -0.7136740684509277, -0.7307988405227661, -0.5595512986183167, -0.610925555229187, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.9534205794334412, -1.1075434684753418, -1.1075434684753418, -1.2959157228469849, -0.2684305012226105, 1.8207894563674927, 1.8379141092300415], [0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.5193082690238953, -0.08005820959806442, -0.9020463228225708, -1.79253351688385, -1.7240345478057861, -1.5014127492904663, -1.3986642360687256, -1.878157377243042, -2.01515531539917, -1.8439078330993652, -1.672660231590271, -1.5699117183685303, -1.227416753768921, -1.0390443801879883, -0.9020463228225708, -0.7992978096008301, -0.645175039768219, -0.5424265265464783, -0.5595512986183167, -0.7650483250617981, -1.1931672096252441, -2.1179039478302, -1.141792893409729, 0.056939806789159775, 0.24531221389770508, 0.14256370067596436, -0.3540542721748352, -0.4910522699356079, -0.06293346732854843, 0.5706825256347656, 0.7590547800064087, 0.9131776094436646, 0.810429036617279, 0.41655975580215454, 0.3309359848499298, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.38231024146080017, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 1.0501755475997925, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.3584210872650146, 0.7761795520782471, 0.9988013505935669, 1.0330508947372437, -0.4910522699356079, -1.6212860345840454, -1.484287977218628, -1.415789008140564, -1.3301652669906616, -1.261666178703308, -1.535662293434143, -0.6965492963790894, -0.6794245839118958, -0.9020463228225708, -0.5424265265464783, -0.576676070690155, -0.3711790144443512, -0.8849216103553772, -0.5253018140792847, -0.645175039768219, -0.5938007831573486, -0.5081770420074463, -0.7479235529899597, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.7821730971336365, -0.8849216103553772, -0.7479235529899597, -0.6794245839118958, -0.7992978096008301, -0.8849216103553772, -1.0047948360443115, -1.2959157228469849, -0.2684305012226105, 1.8892884254455566, 1.8550388813018799], [0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6391815543174744, 0.5706825256347656, 0.5535577535629272, 0.4508092403411865, -0.40542852878570557, -0.9362958669662476, -1.535662293434143, -1.7240345478057861, -1.6897850036621094, -1.9124068021774292, -2.0665295124053955, -1.9637811183929443, -1.7240345478057861, -1.6555355787277222, -1.3472900390625, -1.1075434684753418, -0.9705453515052795, -0.8849216103553772, -0.7992978096008301, -0.8335473537445068, -1.073293924331665, -1.79253351688385, -1.604161262512207, -0.28555524349212646, 0.02269030176103115, 0.2281874716281891, 0.43368449807167053, 0.5193082690238953, 0.2281874716281891, -0.3711790144443512, -0.5424265265464783, -0.4910522699356079, -0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.0740646943449974, -0.8677968382835388, -0.40542852878570557, 0.14256370067596436, 0.6391815543174744, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3309359848499298, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.9303023219108582, 0.9645518660545349, 1.0330508947372437, 1.101549744606018, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.0673003196716309, 0.9816765785217285, 1.255672574043274, 0.7248052954673767, -0.9705453515052795, -1.415789008140564, -0.7992978096008301, -1.6212860345840454, -1.6555355787277222, -1.5185375213623047, -1.3815394639968872, -1.3644146919250488, -0.9876701235771179, -1.3815394639968872, -0.7479235529899597, -1.141792893409729, -0.7992978096008301, -0.6794245839118958, -0.7821730971336365, -0.8506720662117004, -0.8849216103553772, -0.5253018140792847, -0.6794245839118958, -0.7650483250617981, -0.5938007831573486, -0.6965492963790894, -0.7307988405227661, -0.6622998118400574, -0.8506720662117004, -1.02191960811615, -0.8335473537445068, -0.6794245839118958, -0.9020463228225708, -0.9534205794334412, -0.9705453515052795, -1.141792893409729, -1.073293924331665, -0.576676070690155, 1.906413197517395, 1.8550388813018799], [0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.9474270939826965, 1.0844250917434692, 1.0159261226654053, 0.7933043241500854, 0.2110627144575119, -0.5081770420074463, -1.0561691522598267, -1.6212860345840454, -1.8610326051712036, -1.484287977218628, -1.4671632051467896, -1.8610326051712036, -1.9637811183929443, -1.7754088640213013, -1.5527870655059814, -1.261666178703308, -1.02191960811615, -0.9191710948944092, -0.9876701235771179, -1.3130404949188232, -1.946656346321106, -1.1760424375534058, -0.30267998576164246, -0.1143077164888382, 0.0055655487813055515, 0.10831420123577118, 0.27956172823905945, 0.43368449807167053, 0.41655975580215454, 0.15968845784664154, -0.7650483250617981, -1.7754088640213013, -1.7069097757339478, -1.7411593198776245, -1.073293924331665, -1.2102919816970825, -1.4329137802124023, -0.9876701235771179, 0.4508092403411865, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.091189444065094, 0.091189444065094, 0.14256370067596436, 0.15968845784664154, 0.26243698596954346, 0.19393795728683472, 0.056939806789159775, -0.1143077164888382, -0.30267998576164246, -0.3540542721748352, -0.4568027853965759, -0.28555524349212646, -0.3711790144443512, -0.40542852878570557, -0.31980475783348083, 0.0055655487813055515, -0.06293346732854843, 0.091189444065094, 0.587807297706604, 0.7419300675392151, 0.8789280652999878, 0.7761795520782471, 0.8789280652999878, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 0.43368449807167053, -0.9705453515052795, -0.4739275276660919, -1.5527870655059814, -1.3472900390625, -1.9295315742492676, -1.5527870655059814, -2.01515531539917, -1.3301652669906616, -1.484287977218628, -1.227416753768921, -1.0904186964035034, -1.5185375213623047, -0.9876701235771179, -0.5938007831573486, -0.6622998118400574, -0.6622998118400574, -0.9191710948944092, -0.7136740684509277, -0.8164225816726685, -0.7136740684509277, -0.5595512986183167, -0.28555524349212646, -0.7821730971336365, -0.6280503273010254, -0.7136740684509277, -0.6965492963790894, -0.7650483250617981, -0.7136740684509277, -0.7136740684509277, -0.8335473537445068, -0.9020463228225708, -0.8506720662117004, -1.0561691522598267, -0.8335473537445068, -0.9362958669662476, -0.5595512986183167, 1.8892884254455566, 1.8036646842956543], [0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6734310388565063, 1.2385478019714355, 1.563918113708496, 1.3926706314086914, 1.4611696004867554, 1.2214230298995972, 0.7933043241500854, 0.056939806789159775, -0.5595512986183167, -1.1760424375534058, -1.7411593198776245, -1.79253351688385, -1.535662293434143, -1.6384108066558838, -1.8439078330993652, -1.9124068021774292, -1.8267830610275269, -1.5185375213623047, -1.1075434684753418, -1.0561691522598267, -1.2959157228469849, -1.7069097757339478, -0.8335473537445068, -0.3883037567138672, -0.2513057291507721, -0.13143247365951538, -0.08005820959806442, 0.056939806789159775, 0.26243698596954346, 0.3651854991912842, 0.4508092403411865, 0.17681321501731873, -0.7821730971336365, -1.2959157228469849, -1.4671632051467896, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.672660231590271, -1.3130404949188232, 0.17681321501731873, 0.8618032932281494, 0.9303023219108582, 0.8275538086891174, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.6734310388565063, 0.7248052954673767, 0.8960528373718262, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.2110627144575119, 0.26243698596954346, 0.0740646943449974, 0.0740646943449974, 0.0740646943449974, -0.06293346732854843, -0.2341809868812561, -0.3883037567138672, -0.5938007831573486, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9020463228225708, -1.0047948360443115, -0.7821730971336365, -0.9705453515052795, -0.8677968382835388, -0.5938007831573486, -0.5938007831573486, -0.7992978096008301, -0.645175039768219, -0.6794245839118958, -0.7136740684509277, -0.5595512986183167, -0.4568027853965759, -0.2341809868812561, 0.02269030176103115, 0.27956172823905945, 0.29668647050857544, 0.4850587546825409, -0.4739275276660919, -1.0561691522598267, -1.4500385522842407, -1.604161262512207, -1.6212860345840454, -1.5699117183685303, -1.6384108066558838, -1.484287977218628, -1.7069097757339478, -1.4500385522842407, -1.3644146919250488, -1.3815394639968872, -1.2787909507751465, -1.141792893409729, -0.7307988405227661, -0.5424265265464783, -0.4739275276660919, -0.6965492963790894, -0.8506720662117004, -0.645175039768219, -0.6794245839118958, -0.6965492963790894, -0.7821730971336365, -0.3883037567138672, -0.8849216103553772, -0.576676070690155, -0.645175039768219, -0.6622998118400574, -0.8335473537445068, -0.5424265265464783, -0.6794245839118958, -0.8849216103553772, -0.7307988405227661, -0.5938007831573486, -0.7136740684509277, -0.6280503273010254, -1.1075434684753418, -0.8677968382835388, 1.8207894563674927, 1.8379141092300415], [1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5535577535629272, 0.810429036617279, 1.3412963151931763, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.3584210872650146, 0.9988013505935669, 0.5021834969520569, -0.011559205129742622, -0.8335473537445068, -1.3644146919250488, -1.8096582889556885, -1.8439078330993652, -1.6384108066558838, -1.7240345478057861, -1.9637811183929443, -2.0665295124053955, -1.5699117183685303, -1.2445415258407593, -1.3130404949188232, -1.2102919816970825, -0.576676070690155, -0.31980475783348083, -0.3369295001029968, -0.19993148744106293, -0.13143247365951538, -0.045808710157871246, 0.03981505334377289, 0.15968845784664154, 0.2110627144575119, -0.045808710157871246, -0.6280503273010254, -1.3815394639968872, -1.4671632051467896, -1.3815394639968872, -1.2102919816970825, -1.141792893409729, -1.2787909507751465, -1.3815394639968872, -1.5870364904403687, -0.8164225816726685, -0.08005820959806442, -0.02868395671248436, 0.3480607271194458, 0.6734310388565063, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.7590547800064087, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.3651854991912842, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.15968845784664154, 0.19393795728683472, 0.12543895840644836, 0.056939806789159775, 0.056939806789159775, -0.011559205129742622, -0.3540542721748352, -0.9020463228225708, -0.9534205794334412, -0.9362958669662476, -0.8506720662117004, -0.9705453515052795, -0.8849216103553772, -0.9191710948944092, -0.8849216103553772, -1.0047948360443115, -0.8677968382835388, -0.7992978096008301, -0.8849216103553772, -0.7650483250617981, -0.7136740684509277, -0.7479235529899597, -0.4568027853965759, -0.8506720662117004, -0.30267998576164246, -0.7307988405227661, -0.21705622971057892, -0.3711790144443512, -0.16568197309970856, -0.21705622971057892, -0.09718296676874161, 0.02269030176103115, -0.28555524349212646, -0.6280503273010254, -0.8164225816726685, -1.261666178703308, -1.5014127492904663, -1.7240345478057861, -1.672660231590271, -1.758284091949463, -1.6555355787277222, -1.604161262512207, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.5699117183685303, -1.0047948360443115, -0.7307988405227661, -0.5938007831573486, -0.4568027853965759, -0.5595512986183167, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.610925555229187, -0.5081770420074463, -0.5595512986183167, -0.9020463228225708, -0.6622998118400574, -0.8677968382835388, -0.645175039768219, -0.610925555229187, -0.6280503273010254, -0.8335473537445068, -0.7821730971336365, -0.7992978096008301, -0.7992978096008301, -0.6280503273010254, -0.7650483250617981, -0.7307988405227661, -0.8164225816726685, -0.9191710948944092, -0.6280503273010254, 1.8207894563674927, 1.8550388813018799], [1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.7590547800064087, 1.3584210872650146, 1.5810428857803345, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.1700488328933716, 0.6049320101737976, 0.38231024146080017, 0.2110627144575119, -0.4568027853965759, -1.1589176654815674, -1.6384108066558838, -1.8096582889556885, -1.3815394639968872, -1.3301652669906616, -1.672660231590271, -1.7240345478057861, -1.758284091949463, -1.5527870655059814, -0.9876701235771179, -0.42255327105522156, -0.2341809868812561, -0.1143077164888382, -0.045808710157871246, -0.011559205129742622, -0.02868395671248436, -0.011559205129742622, -0.31980475783348083, -0.7307988405227661, -1.7411593198776245, -1.3986642360687256, -0.8849216103553772, -1.141792893409729, -1.3130404949188232, -1.4671632051467896, -1.3815394639968872, -1.5185375213623047, -1.5014127492904663, -1.415789008140564, -1.415789008140564, -1.3472900390625, -1.1246682405471802, -0.8335473537445068, -0.5424265265464783, -0.13143247365951538, 0.29668647050857544, 0.622056782245636, 0.7248052954673767, 0.810429036617279, 0.9645518660545349, 1.0330508947372437, 1.1186745166778564, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 0.5535577535629272, -0.7136740684509277, -0.7821730971336365, -0.40542852878570557, 0.7761795520782471, 1.3412963151931763, 1.5296685695648193, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6837913990020752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.1357992887496948, -1.5014127492904663, -1.6555355787277222, -0.9705453515052795, -0.610925555229187, -0.3883037567138672, -0.30267998576164246, -0.09718296676874161, 0.2110627144575119, 0.29668647050857544, -0.2341809868812561, -0.08005820959806442, 0.02269030176103115, 0.7761795520782471, 0.7248052954673767, 0.622056782245636, 0.5535577535629272, 0.43368449807167053, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3309359848499298, 0.27956172823905945, 0.38231024146080017, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.056939806789159775, 0.15968845784664154, 0.12543895840644836, 0.056939806789159775, -0.011559205129742622, -0.31980475783348083, -0.6965492963790894, -0.7821730971336365, -0.6794245839118958, -0.7479235529899597, -0.576676070690155, -0.8849216103553772, -0.9705453515052795, -0.6965492963790894, -0.7992978096008301, -0.9705453515052795, -0.8677968382835388, -0.7821730971336365, -1.0561691522598267, -0.9362958669662476, -0.7650483250617981, -0.645175039768219, -0.6622998118400574, -0.9876701235771179, -0.4568027853965759, -0.5595512986183167, -0.610925555229187, -0.3540542721748352, -0.09718296676874161, 0.056939806789159775, -0.08005820959806442, -0.02868395671248436, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, -0.6280503273010254, -1.4671632051467896, -1.6212860345840454, -1.7411593198776245, -1.672660231590271, -1.7411593198776245, -1.79253351688385, -1.8267830610275269, -1.6384108066558838, -1.9124068021774292, -0.8164225816726685, -0.7821730971336365, -1.0390443801879883, -1.5870364904403687, -1.4329137802124023, -1.535662293434143, -0.6280503273010254, -0.8677968382835388, -0.31980475783348083, -0.4739275276660919, -0.6622998118400574, -1.0904186964035034, -0.31980475783348083, -0.7821730971336365, -0.5253018140792847, -0.610925555229187, -0.3711790144443512, -0.7821730971336365, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.5938007831573486, -0.8506720662117004, -0.7307988405227661, -0.7650483250617981, -0.7992978096008301, -0.7992978096008301, -1.0561691522598267, -0.8849216103553772, -0.5938007831573486, 1.786539912223816, 1.8550388813018799], [1.101549744606018, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 1.3412963151931763, 1.63241708278656, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.101549744606018, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.17681321501731873, -0.5595512986183167, -1.2959157228469849, -1.6897850036621094, -1.604161262512207, -1.3301652669906616, -1.3815394639968872, -1.7240345478057861, -1.79253351688385, -1.7240345478057861, -1.7411593198776245, -1.79253351688385, -1.3130404949188232, -0.7479235529899597, -0.40542852878570557, -0.19993148744106293, -0.21705622971057892, -0.8506720662117004, -1.5014127492904663, -0.9020463228225708, -1.5014127492904663, -1.5527870655059814, -1.4671632051467896, -1.3301652669906616, -0.7992978096008301, -1.0561691522598267, -1.1075434684753418, -1.1589176654815674, -0.1143077164888382, 0.7933043241500854, 1.1700488328933716, 1.324171543121338, 1.5981676578521729, 1.718040943145752, 1.2727973461151123, 0.5706825256347656, 1.2899221181869507, 1.6837913990020752, 1.8207894563674927, 1.8036646842956543, 1.8207894563674927, 1.8550388813018799, 1.8721636533737183, 1.8379141092300415, 1.5125439167022705, 0.091189444065094, -1.672660231590271, -1.8610326051712036, -0.9534205794334412, 0.9816765785217285, 1.4611696004867554, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.8036646842956543, 1.8379141092300415, 1.8892884254455566, 1.8207894563674927, 1.8207894563674927, 0.9988013505935669, -0.9362958669662476, -0.9020463228225708, -0.3540542721748352, -0.31980475783348083, -0.5938007831573486, -1.0390443801879883, -1.1246682405471802, -1.4329137802124023, -1.79253351688385, -1.8267830610275269, -1.7754088640213013, -1.878157377243042, 0.9303023219108582, 1.4269200563430786, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.563918113708496, 1.3070467710494995, 0.8446785807609558, 0.3480607271194458, 0.091189444065094, 0.12543895840644836, 0.2110627144575119, 0.3138112425804138, 0.26243698596954346, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.10831420123577118, 0.12543895840644836, 0.091189444065094, 0.056939806789159775, 0.02269030176103115, 0.03981505334377289, 0.0740646943449974, 0.056939806789159775, -0.045808710157871246, 0.02269030176103115, 0.02269030176103115, -0.045808710157871246, -0.08005820959806442, -0.06293346732854843, -0.011559205129742622, -0.02868395671248436, -0.08005820959806442, 0.02269030176103115, -0.08005820959806442, 0.0055655487813055515, -0.06293346732854843, 0.02269030176103115, 0.056939806789159775, 0.0055655487813055515, -0.06293346732854843, -0.08005820959806442, -0.16568197309970856, -0.13143247365951538, -0.1143077164888382, -0.6965492963790894, -1.02191960811615, -1.1075434684753418, -1.0904186964035034, -0.8849216103553772, -1.0047948360443115, -0.9876701235771179, -0.8335473537445068, -0.9534205794334412, -0.9362958669662476, -0.7479235529899597, -0.9534205794334412, -0.8164225816726685, -0.7307988405227661, -0.8849216103553772, -0.7307988405227661, -0.7479235529899597, -0.7307988405227661, -0.8164225816726685, -0.5253018140792847, -0.4910522699356079, -0.14855723083019257, -0.5081770420074463, 0.03981505334377289, -0.1143077164888382, -0.4910522699356079, 0.0740646943449974, 0.19393795728683472, 0.3309359848499298, 0.2110627144575119, 0.3309359848499298, 0.0055655487813055515, -1.2445415258407593, -1.604161262512207, -1.79253351688385, -1.8096582889556885, -1.535662293434143, -1.5870364904403687, -1.79253351688385, -1.8952820301055908, -1.5527870655059814, -1.604161262512207, -0.5081770420074463, -0.5253018140792847, -0.7479235529899597, -1.0561691522598267, -1.4329137802124023, -1.2787909507751465, -0.13143247365951538, -0.576676070690155, -0.5424265265464783, -0.40542852878570557, -0.5595512986183167, -0.43967801332473755, -0.6794245839118958, -0.5595512986183167, -0.30267998576164246, -0.610925555229187, -0.40542852878570557, -0.6280503273010254, -0.7136740684509277, -0.3883037567138672, -0.6622998118400574, -0.8506720662117004, -0.576676070690155, -0.7307988405227661, -0.8164225816726685, -0.7479235529899597, -0.8677968382835388, -0.7136740684509277, -1.0561691522598267, -0.7479235529899597, -0.9191710948944092, 1.8207894563674927, 1.8721636533737183], [1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.622056782245636, 1.255672574043274, 1.6152924299240112, 1.5467933416366577, 1.4782943725585938, 1.4269200563430786, 1.1700488328933716, 0.8618032932281494, 0.8446785807609558, 1.1186745166778564, 0.9303023219108582, -0.045808710157871246, -0.9876701235771179, -1.5014127492904663, -1.484287977218628, -1.4500385522842407, -1.3986642360687256, -1.5699117183685303, -1.5870364904403687, -1.5185375213623047, -1.672660231590271, -1.672660231590271, -1.5527870655059814, -1.4671632051467896, -1.2445415258407593, -1.3301652669906616, -1.6555355787277222, -1.878157377243042, -0.9705453515052795, -1.0904186964035034, -1.1246682405471802, -1.1589176654815674, -1.1931672096252441, -1.0390443801879883, -0.8506720662117004, -1.02191960811615, -1.1931672096252441, 0.6734310388565063, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6495418548583984, 1.4097954034805298, 1.6837913990020752, 1.8721636533737183, 1.906413197517395, 1.906413197517395, 1.9235379695892334, 1.9577873945236206, 1.974912166595459, 1.8550388813018799, 1.2214230298995972, -0.7821730971336365, -1.79253351688385, -1.7411593198776245, -1.7411593198776245, -0.6965492963790894, 1.3412963151931763, 1.375545859336853, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.7522903680801392, 1.786539912223816, 1.7694151401519775, 1.2042982578277588, -1.7069097757339478, -1.946656346321106, -1.8610326051712036, -1.7411593198776245, -1.261666178703308, -1.3644146919250488, -1.1760424375534058, -1.227416753768921, -1.227416753768921, -1.672660231590271, -1.758284091949463, -1.878157377243042, -1.8267830610275269, -1.415789008140564, -0.3883037567138672, 0.656306266784668, 1.3926706314086914, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.2042982578277588, 0.7590547800064087, 0.056939806789159775, -0.7650483250617981, -0.8506720662117004, -0.6622998118400574, -0.43967801332473755, -0.5081770420074463, -0.5081770420074463, -0.4739275276660919, -0.5424265265464783, -0.5595512986183167, -0.610925555229187, -0.6794245839118958, -0.576676070690155, -0.5595512986183167, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.5938007831573486, -0.610925555229187, -0.6622998118400574, -0.7650483250617981, -0.7821730971336365, -0.8164225816726685, -0.7992978096008301, -0.7136740684509277, -0.9534205794334412, -1.0047948360443115, -0.7821730971336365, -0.8849216103553772, -0.7650483250617981, -0.7992978096008301, -0.610925555229187, -0.6794245839118958, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.6622998118400574, -0.5253018140792847, -0.6622998118400574, -0.8335473537445068, -0.8164225816726685, -0.8506720662117004, -0.9534205794334412, -0.9534205794334412, -0.9876701235771179, -0.8677968382835388, -0.9534205794334412, -0.7821730971336365, -0.8849216103553772, -0.8849216103553772, -0.8164225816726685, -1.02191960811615, -0.8677968382835388, -0.7136740684509277, -0.9876701235771179, -0.5253018140792847, -0.610925555229187, -0.5253018140792847, -0.5081770420074463, -0.40542852878570557, -0.28555524349212646, -0.19993148744106293, -0.06293346732854843, 0.2281874716281891, -0.18280673027038574, -0.2341809868812561, 0.39943498373031616, 0.12543895840644836, 0.43368449807167053, 0.39943498373031616, 0.056939806789159775, -0.13143247365951538, -1.1246682405471802, -1.6897850036621094, -1.758284091949463, -1.9295315742492676, -1.878157377243042, -1.7240345478057861, -1.3130404949188232, -1.946656346321106, -1.9295315742492676, -1.1931672096252441, -0.40542852878570557, -0.5253018140792847, -0.5081770420074463, -0.5253018140792847, -1.2102919816970825, -1.2787909507751465, -0.21705622971057892, -0.09718296676874161, -0.3540542721748352, -0.5253018140792847, -0.40542852878570557, -0.09718296676874161, -0.5253018140792847, -0.31980475783348083, -0.42255327105522156, -0.6280503273010254, -0.5424265265464783, -0.4739275276660919, -0.8677968382835388, -0.3883037567138672, -0.576676070690155, -0.7821730971336365, -0.5253018140792847, -0.5595512986183167, -0.7307988405227661, -0.8849216103553772, -0.9705453515052795, -0.8335473537445068, -1.02191960811615, -0.6965492963790894, -0.9705453515052795, 1.8379141092300415, 1.8721636533737183], [1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.4954191446304321, 1.255672574043274, 0.9988013505935669, 0.9131776094436646, 1.1357992887496948, 1.2727973461151123, 0.7590547800064087, -0.3883037567138672, -1.227416753768921, -1.5185375213623047, -1.758284091949463, -1.535662293434143, -1.2787909507751465, -1.535662293434143, -1.6384108066558838, -1.227416753768921, -1.02191960811615, -0.9362958669662476, -1.0047948360443115, -1.073293924331665, -1.484287977218628, -1.9124068021774292, -1.5527870655059814, -1.535662293434143, -1.604161262512207, -1.5699117183685303, -1.3815394639968872, -1.535662293434143, -1.7240345478057861, -1.4500385522842407, -1.261666178703308, -1.141792893409729, 1.3926706314086914, 1.63241708278656, 1.7009161710739136, 1.5981676578521729, 1.6666666269302368, 1.7694151401519775, 1.8721636533737183, 1.8379141092300415, 1.8036646842956543, 1.786539912223816, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, -0.8164225816726685, -1.5870364904403687, -1.8096582889556885, -1.7754088640213013, -1.8952820301055908, -1.946656346321106, -1.7240345478057861, -0.7992978096008301, 0.24531221389770508, 0.8446785807609558, 1.1700488328933716, 1.4097954034805298, 1.3584210872650146, 1.5125439167022705, 1.5467933416366577, 0.4850587546825409, -1.9809058904647827, -2.0665295124053955, -2.1179039478302, -2.0494048595428467, -2.01515531539917, -2.0494048595428467, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.758284091949463, -1.878157377243042, -1.878157377243042, -1.6897850036621094, -1.7069097757339478, -1.3472900390625, -1.2102919816970825, -0.610925555229187, 0.656306266784668, 1.1357992887496948, 0.02269030176103115, -1.7240345478057861, -1.5699117183685303, -1.4500385522842407, -1.3130404949188232, -1.1760424375534058, -1.141792893409729, -0.9191710948944092, -0.7992978096008301, -0.8506720662117004, -0.9534205794334412, -0.9191710948944092, -0.9020463228225708, -1.0047948360443115, -0.9020463228225708, -0.7821730971336365, -0.7479235529899597, -1.02191960811615, -0.9534205794334412, -1.02191960811615, -1.073293924331665, -1.0047948360443115, -0.8335473537445068, -0.9534205794334412, -0.7650483250617981, -0.6794245839118958, -0.7136740684509277, -0.7650483250617981, -0.6794245839118958, -0.8335473537445068, -0.9362958669662476, -0.7992978096008301, -0.6794245839118958, -0.5424265265464783, -0.7821730971336365, -0.9534205794334412, -0.8849216103553772, -0.8506720662117004, -0.8335473537445068, -0.6280503273010254, -0.7992978096008301, -0.8849216103553772, -0.8506720662117004, -0.8677968382835388, -0.7992978096008301, -0.9362958669662476, -0.9362958669662476, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -0.9020463228225708, -1.02191960811615, -0.9534205794334412, -0.576676070690155, -0.7650483250617981, -0.6794245839118958, -0.6280503273010254, -0.3711790144443512, -0.40542852878570557, -0.3540542721748352, -0.5595512986183167, -0.30267998576164246, -0.40542852878570557, -0.2684305012226105, 0.2110627144575119, 0.091189444065094, 0.24531221389770508, 0.39943498373031616, 0.5193082690238953, 0.5706825256347656, 0.6905558109283447, -0.06293346732854843, -0.3369295001029968, -1.2445415258407593, -1.6212860345840454, -1.79253351688385, -1.8610326051712036, -1.9295315742492676, -1.8096582889556885, -1.8439078330993652, -1.9809058904647827, -1.8439078330993652, -1.6384108066558838, -0.8164225816726685, -0.576676070690155, -0.5424265265464783, -0.42255327105522156, -1.2959157228469849, -1.0047948360443115, -0.4739275276660919, -0.2341809868812561, -0.3540542721748352, -0.3540542721748352, -0.2513057291507721, -0.3540542721748352, -0.610925555229187, 0.0055655487813055515, -0.28555524349212646, -0.5081770420074463, -0.7136740684509277, -0.5595512986183167, -0.6280503273010254, -0.3540542721748352, -0.5253018140792847, -0.5424265265464783, -0.4739275276660919, -0.5938007831573486, -0.645175039768219, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -1.02191960811615, -0.3883037567138672, -0.8164225816726685, 1.8036646842956543, 1.8721636533737183], [1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 1.1186745166778564, 1.5125439167022705, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.1186745166778564, 1.0330508947372437, 1.1700488328933716, 1.324171543121338, 1.2214230298995972, 0.3651854991912842, -0.7650483250617981, -1.1246682405471802, -1.5699117183685303, -1.5870364904403687, -1.2959157228469849, -1.3815394639968872, -1.4671632051467896, -1.2787909507751465, -1.1246682405471802, -1.0561691522598267, -1.1246682405471802, -1.261666178703308, -1.6555355787277222, -1.3130404949188232, -1.2787909507751465, -1.3986642360687256, -1.5185375213623047, -1.6212860345840454, -1.7240345478057861, -1.7754088640213013, -1.8952820301055908, -1.9295315742492676, -1.79253351688385, -1.5185375213623047, -1.0390443801879883, 0.19393795728683472, 0.4850587546825409, 0.587807297706604, 1.2214230298995972, 1.7351655960083008, 1.7694151401519775, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5296685695648193, 1.5125439167022705, 0.9645518660545349, -1.878157377243042, -1.8610326051712036, -1.8096582889556885, -1.7411593198776245, -1.8610326051712036, -1.8610326051712036, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.946656346321106, -1.7069097757339478, -1.7240345478057861, -1.8267830610275269, -1.7754088640213013, -1.7754088640213013, -1.9124068021774292, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -2.0494048595428467, -2.01515531539917, -1.946656346321106, -1.9980305433273315, -1.946656346321106, -1.8610326051712036, -1.9637811183929443, -2.1179039478302, -1.9809058904647827, -1.9809058904647827, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.1589176654815674, -0.3540542721748352, -1.1760424375534058, -1.261666178703308, -1.0904186964035034, -1.1246682405471802, -0.8506720662117004, -0.645175039768219, -0.28555524349212646, -0.3369295001029968, -0.7479235529899597, -0.9362958669662476, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -1.2102919816970825, -1.141792893409729, -1.0047948360443115, -0.9876701235771179, -1.0561691522598267, -0.8849216103553772, -0.8335473537445068, -0.7479235529899597, -0.7307988405227661, -0.6622998118400574, -0.7136740684509277, -0.6794245839118958, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.6622998118400574, -0.6280503273010254, -0.5938007831573486, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.7992978096008301, -0.8164225816726685, -0.8506720662117004, -0.7650483250617981, -0.7992978096008301, -0.9020463228225708, -0.9191710948944092, -1.073293924331665, -0.8506720662117004, -0.9191710948944092, -0.9020463228225708, -1.1589176654815674, -1.0390443801879883, -1.0904186964035034, -0.9020463228225708, -0.9191710948944092, -0.9362958669662476, -0.8335473537445068, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.610925555229187, -0.8677968382835388, -0.610925555229187, -0.8506720662117004, -0.5938007831573486, -0.28555524349212646, -0.2684305012226105, -0.2341809868812561, -0.18280673027038574, -0.045808710157871246, -0.06293346732854843, 0.24531221389770508, -0.02868395671248436, 0.38231024146080017, 0.15968845784664154, 0.810429036617279, 0.6905558109283447, 0.5193082690238953, 0.6049320101737976, -0.40542852878570557, -1.8096582889556885, -1.7754088640213013, -1.758284091949463, -1.7754088640213013, -1.9637811183929443, -1.946656346321106, -1.8952820301055908, -1.9124068021774292, -1.946656346321106, -1.6897850036621094, -0.9705453515052795, -0.7479235529899597, -0.30267998576164246, -0.21705622971057892, -0.6280503273010254, -1.02191960811615, -0.7136740684509277, 0.0740646943449974, 0.056939806789159775, -0.09718296676874161, -0.3369295001029968, -0.42255327105522156, -0.5595512986183167, -0.5424265265464783, -0.2513057291507721, -0.4568027853965759, -0.8164225816726685, -0.4739275276660919, -0.5424265265464783, -0.42255327105522156, -0.43967801332473755, -0.40542852878570557, -0.43967801332473755, -0.5253018140792847, -0.576676070690155, -0.3883037567138672, -0.9020463228225708, -0.8506720662117004, -0.645175039768219, -0.30267998576164246, -0.7821730971336365, 1.8550388813018799, 1.8379141092300415], [1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7590547800064087, 0.6905558109283447, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.7933043241500854, 1.375545859336853, 1.563918113708496, 1.4782943725585938, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, -0.1143077164888382, -1.141792893409729, -1.3130404949188232, -1.2102919816970825, -1.3644146919250488, -1.3301652669906616, -1.2102919816970825, -1.4500385522842407, -1.5699117183685303, -1.6555355787277222, -1.8096582889556885, -1.9295315742492676, -1.8952820301055908, -1.9637811183929443, -2.01515531539917, -1.946656346321106, -1.878157377243042, -1.8952820301055908, -2.032280206680298, -2.0665295124053955, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.672660231590271, -1.8096582889556885, -1.8610326051712036, -1.878157377243042, -2.01515531539917, 0.03981505334377289, 0.38231024146080017, -1.8610326051712036, -1.9124068021774292, -1.5014127492904663, -1.0904186964035034, -1.5014127492904663, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, -2.0836544036865234, -2.1007792949676514, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.0494048595428467, -2.1179039478302, -2.01515531539917, -2.0494048595428467, -2.01515531539917, -1.9295315742492676, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.0836544036865234, -1.6897850036621094, -1.5185375213623047, -0.7821730971336365, -0.4739275276660919, -0.6622998118400574, -1.1246682405471802, -1.8439078330993652, -1.7411593198776245, -1.1931672096252441, -1.4500385522842407, -1.8267830610275269, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -1.9980305433273315, -1.8439078330993652, -1.4329137802124023, -0.9534205794334412, -0.8335473537445068, -0.9020463228225708, -0.7136740684509277, -1.141792893409729, -1.1075434684753418, -0.8849216103553772, -0.9362958669662476, -1.0047948360443115, -1.02191960811615, -0.9705453515052795, -0.9191710948944092, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.7479235529899597, -0.610925555229187, -0.8335473537445068, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -1.0390443801879883, -0.9534205794334412, -0.8335473537445068, -0.8677968382835388, -0.8335473537445068, -0.645175039768219, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -1.0047948360443115, -0.8506720662117004, -0.8506720662117004, -0.8849216103553772, -0.6794245839118958, -0.7136740684509277, -0.7992978096008301, -0.7479235529899597, -0.7992978096008301, -0.9191710948944092, -0.8849216103553772, -0.9876701235771179, -0.9705453515052795, -1.0047948360443115, -1.0561691522598267, -0.9876701235771179, -0.9705453515052795, -0.9362958669662476, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.7307988405227661, -0.9876701235771179, -0.6622998118400574, -0.5938007831573486, -0.7307988405227661, -0.7992978096008301, -0.5424265265464783, -0.28555524349212646, -0.21705622971057892, -0.3711790144443512, 0.0740646943449974, 0.2110627144575119, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, -0.13143247365951538, 0.4679340124130249, 0.5364330410957336, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.6391815543174744, -0.5253018140792847, -1.8096582889556885, -1.8096582889556885, -1.878157377243042, -1.8096582889556885, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.9124068021774292, -2.0836544036865234, -1.2787909507751465, -1.02191960811615, -0.045808710157871246, 0.17681321501731873, -0.6280503273010254, -0.7136740684509277, -0.5081770420074463, -0.28555524349212646, -0.08005820959806442, -0.16568197309970856, -0.2684305012226105, -0.42255327105522156, -0.4739275276660919, -0.5595512986183167, -0.2513057291507721, -0.3369295001029968, -0.7821730971336365, -0.6794245839118958, -0.3711790144443512, -0.5595512986183167, -0.30267998576164246, -0.2341809868812561, -0.2513057291507721, -0.7650483250617981, -0.5595512986183167, -0.610925555229187, -1.02191960811615, -0.9876701235771179, -0.40542852878570557, -0.6794245839118958, -0.645175039768219, 1.8721636533737183, 1.8379141092300415], [1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.6049320101737976, 1.2727973461151123, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.2899221181869507, 0.7933043241500854, -0.3369295001029968, -0.9020463228225708, -0.9362958669662476, -1.3130404949188232, -1.672660231590271, -1.946656346321106, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.79253351688385, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -2.0836544036865234, -1.8439078330993652, -1.3130404949188232, -1.2102919816970825, -1.3301652669906616, -1.415789008140564, -1.5185375213623047, -1.5870364904403687, -1.8267830610275269, -2.01515531539917, -2.1179039478302, -2.1007792949676514, -1.9124068021774292, -1.878157377243042, -1.9637811183929443, -2.1007792949676514, -2.1179039478302, -1.9124068021774292, -1.79253351688385, -1.8439078330993652, -2.032280206680298, -2.0836544036865234, -1.9295315742492676, -0.4568027853965759, -0.3540542721748352, 0.02269030176103115, 0.38231024146080017, 0.7248052954673767, 0.8960528373718262, -0.08005820959806442, -0.7136740684509277, 0.0740646943449974, 0.6905558109283447, 0.091189444065094, -0.5253018140792847, -1.1075434684753418, -1.9637811183929443, -2.0836544036865234, 0.10831420123577118, 0.9303023219108582, 1.4269200563430786, 1.563918113708496, 1.5125439167022705, 1.3584210872650146, 0.9303023219108582, 0.3651854991912842, -0.4910522699356079, -1.415789008140564, -1.5699117183685303, -1.0390443801879883, -1.02191960811615, -0.9020463228225708, -1.0561691522598267, -0.9705453515052795, -1.0904186964035034, -1.1075434684753418, -0.8164225816726685, -0.7136740684509277, -0.7992978096008301, -0.8677968382835388, -0.9534205794334412, -0.9876701235771179, -0.9191710948944092, -0.8677968382835388, -0.8849216103553772, -0.9362958669662476, -0.7307988405227661, -0.9191710948944092, -0.9876701235771179, -0.9362958669662476, -0.7821730971336365, -0.7992978096008301, -0.7821730971336365, -0.645175039768219, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.6280503273010254, -0.4910522699356079, -0.43967801332473755, -0.5938007831573486, -0.7136740684509277, -0.7650483250617981, -0.8506720662117004, -0.6965492963790894, -0.6794245839118958, -0.645175039768219, -0.6622998118400574, -0.610925555229187, -0.6794245839118958, -0.8335473537445068, -0.9534205794334412, -0.7821730971336365, -0.7992978096008301, -0.8164225816726685, -0.9191710948944092, -1.1589176654815674, -0.9705453515052795, -0.8849216103553772, -0.6965492963790894, -0.7992978096008301, -0.8335473537445068, -0.6622998118400574, -0.7821730971336365, -1.1760424375534058, -0.5595512986183167, -0.28555524349212646, -0.3711790144443512, -0.28555524349212646, -0.4568027853965759, -0.2684305012226105, -0.02868395671248436, -0.18280673027038574, 0.24531221389770508, 0.0740646943449974, 0.2281874716281891, 0.6391815543174744, 0.5535577535629272, 0.5021834969520569, 0.6905558109283447, 0.7590547800064087, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.656306266784668, -0.1143077164888382, -1.7411593198776245, -1.878157377243042, -1.8267830610275269, -1.8096582889556885, -1.8096582889556885, -1.8952820301055908, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.1589176654815674, -1.8439078330993652, -1.2959157228469849, -0.14855723083019257, -0.16568197309970856, -0.30267998576164246, -0.2341809868812561, -1.2102919816970825, -0.7479235529899597, -0.2684305012226105, -0.13143247365951538, -0.21705622971057892, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.14855723083019257, -0.42255327105522156, -0.3369295001029968, -0.4568027853965759, -0.3883037567138672, -0.5253018140792847, -0.31980475783348083, -0.2341809868812561, -0.2684305012226105, -0.4568027853965759, -0.43967801332473755, -0.6280503273010254, -0.7821730971336365, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -0.3540542721748352, 1.6666666269302368, 1.8721636533737183], [1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8789280652999878, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.9474270939826965, 1.4782943725585938, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.2899221181869507, 1.375545859336853, 1.3584210872650146, 1.1529240608215332, 0.5364330410957336, -1.1589176654815674, -1.6384108066558838, -1.79253351688385, -1.79253351688385, -1.8096582889556885, -1.7069097757339478, -1.7754088640213013, -1.8439078330993652, -1.8610326051712036, -1.758284091949463, -1.9124068021774292, -1.9124068021774292, -1.9809058904647827, -2.0665295124053955, -2.0494048595428467, -1.9295315742492676, -1.5014127492904663, -0.5081770420074463, -0.28555524349212646, -0.3540542721748352, -0.9191710948944092, -1.4500385522842407, -1.8096582889556885, -1.9980305433273315, -2.032280206680298, -1.7240345478057861, -1.6212860345840454, -1.484287977218628, -1.604161262512207, -1.9980305433273315, -2.0836544036865234, -1.1246682405471802, -0.14855723083019257, 0.17681321501731873, 0.5193082690238953, 0.7590547800064087, 0.5535577535629272, 0.6391815543174744, -0.6794245839118958, -2.0836544036865234, -1.0390443801879883, -0.5938007831573486, -1.141792893409729, -2.032280206680298, -2.0836544036865234, 0.17681321501731873, 0.7933043241500854, 1.2214230298995972, 1.2727973461151123, 1.3584210872650146, 1.5296685695648193, 1.4782943725585938, 0.5021834969520569, -1.7411593198776245, -0.6965492963790894, -0.2513057291507721, 0.27956172823905945, 0.6734310388565063, 0.3480607271194458, -0.9020463228225708, -0.16568197309970856, 0.26243698596954346, -1.3986642360687256, -1.4329137802124023, -0.9191710948944092, -1.1246682405471802, -1.3301652669906616, -1.1931672096252441, -1.1589176654815674, -0.9876701235771179, -0.9534205794334412, -1.02191960811615, -0.9705453515052795, -0.8164225816726685, -0.7479235529899597, -0.610925555229187, -0.7479235529899597, -0.8506720662117004, -0.8677968382835388, -1.0047948360443115, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.7650483250617981, -0.5938007831573486, -1.02191960811615, -0.9191710948944092, -0.8335473537445068, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.8506720662117004, -1.0561691522598267, -0.7479235529899597, -0.7136740684509277, -0.5081770420074463, -0.5081770420074463, -0.576676070690155, -0.645175039768219, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.8335473537445068, -0.5253018140792847, -0.645175039768219, -0.7821730971336365, -0.7992978096008301, -0.9191710948944092, -0.8164225816726685, -0.9020463228225708, -1.0561691522598267, -1.0047948360443115, -0.8849216103553772, -0.7136740684509277, -0.645175039768219, -0.8849216103553772, -0.6622998118400574, -0.7479235529899597, -0.7821730971336365, -0.9876701235771179, -0.5938007831573486, -0.7307988405227661, -0.576676070690155, -0.4910522699356079, -0.3711790144443512, -0.3540542721748352, -0.09718296676874161, -0.045808710157871246, 0.4850587546825409, 0.39943498373031616, 0.3138112425804138, 0.6905558109283447, 0.4679340124130249, 0.810429036617279, 0.8789280652999878, 0.9645518660545349, 0.8446785807609558, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.3138112425804138, -0.7307988405227661, -1.4671632051467896, -1.79253351688385, -1.8952820301055908, -1.8267830610275269, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9295315742492676, -1.672660231590271, -0.7992978096008301, -1.6212860345840454, -0.2341809868812561, 0.03981505334377289, -0.7650483250617981, 0.27956172823905945, -0.08005820959806442, 0.091189444065094, 0.0740646943449974, 0.19393795728683472, 0.15968845784664154, -0.3883037567138672, -0.5424265265464783, -0.5424265265464783, -0.2341809868812561, -0.16568197309970856, -0.28555524349212646, -0.21705622971057892, -0.4910522699356079, -0.3540542721748352, -0.3883037567138672, -0.2684305012226105, -0.5081770420074463, -0.2341809868812561, -0.08005820959806442, -0.8506720662117004, -0.7479235529899597, -0.4910522699356079, -0.7650483250617981, -0.8849216103553772, -0.13143247365951538, 1.563918113708496, 1.8721636533737183], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3138112425804138, 0.7248052954673767, 1.3412963151931763, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.0844250917434692, -1.3301652669906616, -1.484287977218628, -1.6212860345840454, -1.7240345478057861, -1.7411593198776245, -1.6384108066558838, -1.7069097757339478, -1.7240345478057861, -1.9124068021774292, -1.9980305433273315, -1.9295315742492676, -1.9124068021774292, -1.9637811183929443, -1.946656346321106, -1.6555355787277222, -0.1143077164888382, 0.8789280652999878, 1.0673003196716309, 1.1700488328933716, 1.0844250917434692, 0.656306266784668, 0.5364330410957336, -0.18280673027038574, -1.5527870655059814, -1.4500385522842407, -1.6555355787277222, -1.878157377243042, -2.0836544036865234, -2.1179039478302, -2.032280206680298, -1.9809058904647827, -0.8335473537445068, -0.4739275276660919, -0.2341809868812561, -0.09718296676874161, -0.08005820959806442, -0.7992978096008301, -1.9980305433273315, -0.645175039768219, 0.7248052954673767, 1.0159261226654053, 1.101549744606018, 1.18717360496521, 1.1186745166778564, 1.0159261226654053, 0.10831420123577118, -1.6384108066558838, -0.9705453515052795, -0.2684305012226105, -0.09718296676874161, -1.02191960811615, -1.7069097757339478, 0.3651854991912842, 1.3412963151931763, 1.3584210872650146, 1.1700488328933716, 0.587807297706604, -0.7307988405227661, -2.1179039478302, -0.43967801332473755, 0.2110627144575119, 0.4508092403411865, 0.26243698596954346, -0.7992978096008301, -0.8677968382835388, -0.7479235529899597, -0.8164225816726685, -0.8335473537445068, -0.7650483250617981, -0.8335473537445068, -1.0047948360443115, -1.0561691522598267, -0.9705453515052795, -0.7992978096008301, -0.9020463228225708, -0.9020463228225708, -0.9534205794334412, -0.8849216103553772, -0.9534205794334412, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -0.8506720662117004, -0.8335473537445068, -0.7136740684509277, -0.9705453515052795, -0.8164225816726685, -0.7650483250617981, -0.8164225816726685, -0.645175039768219, -0.6622998118400574, -0.8164225816726685, -0.8506720662117004, -0.8677968382835388, -1.0390443801879883, -0.8335473537445068, -0.6280503273010254, -0.6794245839118958, -0.576676070690155, -0.40542852878570557, -0.576676070690155, -0.610925555229187, -0.4568027853965759, -0.5938007831573486, -0.6965492963790894, -0.7136740684509277, -0.8335473537445068, -0.8335473537445068, -0.7992978096008301, -0.9362958669662476, -0.7821730971336365, -0.9191710948944092, -1.1589176654815674, -0.8849216103553772, -0.8677968382835388, -0.9362958669662476, -0.6965492963790894, -0.610925555229187, -0.6965492963790894, -0.576676070690155, -0.576676070690155, -0.5081770420074463, -0.5253018140792847, -0.28555524349212646, -0.1143077164888382, 0.056939806789159775, 0.2281874716281891, 0.29668647050857544, 0.4508092403411865, 0.5535577535629272, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 0.8960528373718262, 0.9645518660545349, 1.1357992887496948, 0.9645518660545349, 0.8275538086891174, 0.622056782245636, 0.38231024146080017, -1.3472900390625, -1.7754088640213013, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.758284091949463, -1.8610326051712036, -1.4671632051467896, -1.227416753768921, -1.5014127492904663, -0.3711790144443512, 0.2281874716281891, 0.0055655487813055515, 0.2281874716281891, -0.7479235529899597, -0.576676070690155, 0.17681321501731873, 0.056939806789159775, -0.28555524349212646, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.28555524349212646, -0.31980475783348083, -0.5081770420074463, -0.02868395671248436, -0.40542852878570557, -0.40542852878570557, -0.3369295001029968, -0.2684305012226105, -0.2341809868812561, -0.31980475783348083, -0.5081770420074463, -0.5253018140792847, -0.3711790144443512, -0.9020463228225708, -0.6965492963790894, -0.2341809868812561, 1.6152924299240112, 1.8892884254455566], [1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.810429036617279, 0.6391815543174744, 0.3651854991912842, 0.4508092403411865, 1.1357992887496948, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.0673003196716309, -1.5870364904403687, -1.6384108066558838, -1.484287977218628, -1.5699117183685303, -1.6212860345840454, -1.672660231590271, -1.7754088640213013, -1.5185375213623047, -1.3301652669906616, -1.6555355787277222, -1.7754088640213013, -2.1007792949676514, -2.1179039478302, -0.645175039768219, 1.0330508947372437, 1.3926706314086914, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.563918113708496, 0.8789280652999878, -1.141792893409729, -1.9295315742492676, -1.3815394639968872, -1.946656346321106, -1.9809058904647827, -1.8096582889556885, -2.032280206680298, -1.2102919816970825, -1.1760424375534058, -0.9876701235771179, -1.1246682405471802, -1.9809058904647827, -2.1179039478302, -1.7411593198776245, -1.604161262512207, -1.9295315742492676, -2.1179039478302, -0.7821730971336365, -0.011559205129742622, 0.4679340124130249, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.4508092403411865, -1.758284091949463, 0.27956172823905945, 1.1186745166778564, 0.9645518660545349, 0.810429036617279, 0.3309359848499298, -1.4671632051467896, -0.4568027853965759, 0.091189444065094, 0.6391815543174744, 0.7076805233955383, 0.8446785807609558, -0.645175039768219, -2.01515531539917, -1.141792893409729, -1.8610326051712036, -0.3540542721748352, -0.045808710157871246, -0.7992978096008301, -0.9362958669662476, -0.8335473537445068, -0.8335473537445068, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9191710948944092, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -1.0390443801879883, -0.8677968382835388, -1.0047948360443115, -0.7479235529899597, -0.7479235529899597, -0.7650483250617981, -0.9876701235771179, -0.9534205794334412, -0.7992978096008301, -0.9020463228225708, -0.8335473537445068, -0.7992978096008301, -0.7821730971336365, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.7136740684509277, -0.7821730971336365, -0.6965492963790894, -0.7821730971336365, -0.8335473537445068, -0.7821730971336365, -0.8677968382835388, -0.576676070690155, -0.5595512986183167, -0.6794245839118958, -0.7479235529899597, -0.9362958669662476, -0.8164225816726685, -0.9534205794334412, -0.8164225816726685, -0.9534205794334412, -0.8849216103553772, -0.8677968382835388, -0.8677968382835388, -0.7307988405227661, -1.02191960811615, -0.4568027853965759, -0.7136740684509277, -0.5081770420074463, -0.5938007831573486, -0.9191710948944092, -0.8164225816726685, -0.42255327105522156, -0.4910522699356079, -0.2513057291507721, -0.19993148744106293, -0.31980475783348083, -0.4910522699356079, -0.21705622971057892, -0.06293346732854843, 0.43368449807167053, 0.19393795728683472, 0.7590547800064087, 0.5364330410957336, 0.6049320101737976, 0.7248052954673767, 0.8618032932281494, 0.9131776094436646, 1.0330508947372437, 0.9303023219108582, 0.8960528373718262, 1.0159261226654053, 0.6391815543174744, 0.24531221389770508, -0.6965492963790894, -1.604161262512207, -1.878157377243042, -1.8439078330993652, -1.8952820301055908, -1.878157377243042, -1.946656346321106, -1.946656346321106, -1.9124068021774292, -1.8952820301055908, -1.9637811183929443, -1.758284091949463, -1.3644146919250488, -0.30267998576164246, -1.02191960811615, -1.2102919816970825, -0.8677968382835388, -0.42255327105522156, -0.40542852878570557, 0.15968845784664154, 0.26243698596954346, 0.27956172823905945, 0.0055655487813055515, 0.26243698596954346, 0.12543895840644836, -0.4910522699356079, -0.18280673027038574, -0.2684305012226105, -0.4568027853965759, -0.4739275276660919, -0.28555524349212646, -0.045808710157871246, -0.4910522699356079, -0.21705622971057892, -0.42255327105522156, -0.31980475783348083, -0.5253018140792847, -0.576676070690155, -0.2513057291507721, -0.28555524349212646, -0.6965492963790894, -0.3711790144443512, -0.02868395671248436, 1.6495418548583984, 1.8721636533737183], [1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.4679340124130249, 1.101549744606018, 1.5125439167022705, 1.4097954034805298, 0.9303023219108582, 0.5364330410957336, 0.810429036617279, 1.3412963151931763, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5125439167022705, 1.4097954034805298, 1.2727973461151123, 0.3480607271194458, -1.2787909507751465, -1.4671632051467896, -1.6212860345840454, -1.6897850036621094, -1.7411593198776245, -1.79253351688385, -1.79253351688385, -1.5699117183685303, -1.1589176654815674, -1.0390443801879883, -1.1075434684753418, -1.1931672096252441, 1.2385478019714355, 1.5981676578521729, 1.8036646842956543, 1.786539912223816, 1.8036646842956543, 1.7351655960083008, 1.3584210872650146, 0.7076805233955383, -1.415789008140564, -1.8952820301055908, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -1.9124068021774292, -1.227416753768921, -1.2959157228469849, -1.1931672096252441, -1.8952820301055908, -2.1179039478302, -2.0494048595428467, -1.0390443801879883, -0.8335473537445068, -0.8335473537445068, -0.7821730971336365, -0.5424265265464783, -1.073293924331665, -2.1179039478302, -2.1179039478302, -2.032280206680298, -1.484287977218628, -1.5527870655059814, -2.1179039478302, -0.7650483250617981, 0.43368449807167053, 0.7419300675392151, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 0.7076805233955383, -0.2341809868812561, -1.3986642360687256, 0.14256370067596436, 0.6905558109283447, 0.9131776094436646, 0.14256370067596436, -1.8267830610275269, -2.0494048595428467, 0.26243698596954346, 0.091189444065094, -0.40542852878570557, -0.6965492963790894, -1.02191960811615, -0.9876701235771179, -0.7821730971336365, -0.7650483250617981, -0.7479235529899597, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -1.0561691522598267, -0.8677968382835388, -1.0561691522598267, -1.0561691522598267, -1.0561691522598267, -1.1075434684753418, -0.7821730971336365, -0.8335473537445068, -0.6794245839118958, -0.8677968382835388, -0.6794245839118958, -0.5595512986183167, -0.5081770420074463, -0.9362958669662476, -0.9534205794334412, -0.8164225816726685, -1.1246682405471802, -0.6280503273010254, -0.7821730971336365, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.7479235529899597, -0.7479235529899597, -0.8335473537445068, -1.073293924331665, -0.7479235529899597, -0.28555524349212646, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.5938007831573486, -0.6965492963790894, -0.9020463228225708, -0.7479235529899597, -0.9191710948944092, -1.0561691522598267, -1.0390443801879883, -0.9020463228225708, -1.1589176654815674, -0.4568027853965759, -1.3472900390625, -0.9020463228225708, -0.8506720662117004, -0.9534205794334412, -0.5253018140792847, -0.6622998118400574, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.2684305012226105, -0.13143247365951538, 0.03981505334377289, -0.02868395671248436, 0.17681321501731873, 0.622056782245636, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 1.2385478019714355, 1.1357992887496948, 0.9988013505935669, 1.1700488328933716, 1.0159261226654053, 0.6905558109283447, 0.5706825256347656, -1.2445415258407593, -1.8096582889556885, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.946656346321106, -1.9295315742492676, -1.946656346321106, -1.946656346321106, -1.9295315742492676, -1.7754088640213013, -1.878157377243042, -1.6555355787277222, -1.7754088640213013, -0.14855723083019257, -0.9020463228225708, -0.6622998118400574, 0.0740646943449974, 0.5706825256347656, -0.2513057291507721, 0.03981505334377289, 0.19393795728683472, -0.045808710157871246, -0.31980475783348083, -0.30267998576164246, -0.3883037567138672, -0.5081770420074463, -0.28555524349212646, -0.31980475783348083, -0.5253018140792847, -0.011559205129742622, 0.03981505334377289, -0.30267998576164246, -0.5081770420074463, -0.3369295001029968, -0.2684305012226105, -0.43967801332473755, -0.610925555229187, -0.9020463228225708, -0.6794245839118958, -0.576676070690155, -0.6794245839118958, -0.5081770420074463, 0.2281874716281891, 1.6495418548583984, 1.8892884254455566], [1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 1.1700488328933716, 1.7694151401519775, 1.6666666269302368, 1.324171543121338, 0.43368449807167053, 0.6049320101737976, 1.1700488328933716, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5296685695648193, 1.375545859336853, 1.1186745166778564, 1.1186745166778564, 0.7590547800064087, -0.7650483250617981, -1.2445415258407593, -0.9876701235771179, -1.3644146919250488, -1.8096582889556885, -1.9809058904647827, -2.032280206680298, -1.8096582889556885, -1.484287977218628, -1.1589176654815674, -0.2684305012226105, 1.2385478019714355, 1.718040943145752, 1.7694151401519775, 1.8036646842956543, 1.7522903680801392, 1.4611696004867554, 0.27956172823905945, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.4500385522842407, -1.1931672096252441, -1.604161262512207, -2.01515531539917, -2.1007792949676514, -1.7411593198776245, -1.7240345478057861, -1.8096582889556885, -1.9809058904647827, -1.9809058904647827, -1.3301652669906616, -1.2787909507751465, -1.073293924331665, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -1.9637811183929443, -0.7650483250617981, -0.40542852878570557, -0.576676070690155, -0.6794245839118958, -0.6622998118400574, -1.672660231590271, -1.2787909507751465, -0.4739275276660919, 0.0740646943449974, 0.6905558109283447, 1.0673003196716309, 1.2899221181869507, 1.5296685695648193, 1.6666666269302368, 1.6666666269302368, -0.21705622971057892, -1.6897850036621094, -1.6897850036621094, -1.9637811183929443, -0.7650483250617981, -0.30267998576164246, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.8849216103553772, -0.9705453515052795, -0.8849216103553772, -0.7650483250617981, -0.8164225816726685, -0.8164225816726685, -0.6965492963790894, -0.5081770420074463, -0.8335473537445068, -0.8849216103553772, -0.9705453515052795, -0.7992978096008301, -1.1760424375534058, -0.9876701235771179, -0.8677968382835388, -0.7821730971336365, -0.9534205794334412, -1.0390443801879883, -0.9362958669662476, -0.9876701235771179, -0.6965492963790894, -0.7479235529899597, -0.9876701235771179, -0.5938007831573486, -0.7650483250617981, -0.9362958669662476, -0.7136740684509277, -0.9191710948944092, -0.7821730971336365, -1.1075434684753418, -0.8677968382835388, -0.7307988405227661, -0.6794245839118958, -0.8677968382835388, -0.7479235529899597, -0.645175039768219, -0.6280503273010254, -0.7136740684509277, -0.8849216103553772, -0.645175039768219, -0.43967801332473755, -0.576676070690155, -0.31980475783348083, -0.8164225816726685, -0.8164225816726685, -0.7307988405227661, -0.610925555229187, -0.5424265265464783, -0.6965492963790894, -0.8164225816726685, -0.7136740684509277, -0.8677968382835388, -0.43967801332473755, -0.40542852878570557, -0.5424265265464783, -0.3883037567138672, -0.2684305012226105, -0.08005820959806442, -0.2684305012226105, -0.2684305012226105, 0.12543895840644836, 0.24531221389770508, 0.656306266784668, 0.4679340124130249, 0.7076805233955383, 0.810429036617279, 1.1700488328933716, 1.0501755475997925, 1.1357992887496948, 1.2042982578277588, 1.255672574043274, 1.0501755475997925, 1.0501755475997925, 0.41655975580215454, -1.4329137802124023, -1.8439078330993652, -1.946656346321106, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.9637811183929443, -1.9637811183929443, -1.9637811183929443, -1.8439078330993652, -0.9876701235771179, -1.1931672096252441, -1.1760424375534058, -0.9705453515052795, 0.587807297706604, 0.4850587546825409, 1.0844250917434692, 1.4097954034805298, 0.3309359848499298, 0.6391815543174744, 0.3480607271194458, 0.5364330410957336, -0.011559205129742622, -0.2513057291507721, -0.8506720662117004, -0.5424265265464783, -0.14855723083019257, -0.21705622971057892, -0.3883037567138672, 0.15968845784664154, -0.40542852878570557, -0.7136740684509277, -0.4910522699356079, -0.045808710157871246, -0.43967801332473755, -0.3711790144443512, -0.6622998118400574, -0.9362958669662476, -0.7992978096008301, -0.5253018140792847, -0.610925555229187, -0.40542852878570557, -0.02868395671248436, 1.5981676578521729, 1.8892884254455566], [1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 1.1186745166778564, 1.7351655960083008, 1.7694151401519775, 1.3926706314086914, 0.5706825256347656, 0.6049320101737976, 1.0501755475997925, 1.18717360496521, 0.9816765785217285, 0.4508092403411865, -0.8335473537445068, -1.5870364904403687, -1.672660231590271, -1.6212860345840454, -1.7069097757339478, -1.8267830610275269, -1.5014127492904663, -0.9705453515052795, -0.610925555229187, -0.9020463228225708, -1.5014127492904663, -1.878157377243042, -1.946656346321106, -2.0665295124053955, -1.604161262512207, 0.622056782245636, 1.5125439167022705, 1.718040943145752, 1.6666666269302368, 1.3584210872650146, -0.13143247365951538, -1.6384108066558838, -1.8610326051712036, -2.032280206680298, -1.9295315742492676, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -2.01515531539917, -1.5014127492904663, -1.3986642360687256, -1.535662293434143, -1.8439078330993652, -2.01515531539917, -1.672660231590271, -1.2959157228469849, -1.5014127492904663, -1.79253351688385, -1.9295315742492676, -2.0836544036865234, -2.1179039478302, -1.227416753768921, -0.7479235529899597, -0.7821730971336365, -0.6794245839118958, -0.5081770420074463, -1.0390443801879883, -2.1007792949676514, -2.1007792949676514, -0.7136740684509277, 1.101549744606018, 1.5125439167022705, 1.6837913990020752, 1.7522903680801392, 1.8892884254455566, 1.7009161710739136, 1.3070467710494995, -1.7240345478057861, -2.0494048595428467, -2.1179039478302, -1.5527870655059814, -1.3130404949188232, -1.1589176654815674, -1.1931672096252441, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.9020463228225708, -0.9191710948944092, -0.8849216103553772, -0.7307988405227661, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -0.5424265265464783, -0.8506720662117004, -0.576676070690155, -0.7650483250617981, -0.9534205794334412, -0.6965492963790894, -0.9362958669662476, -0.8506720662117004, -0.8849216103553772, -0.7136740684509277, -1.0390443801879883, -0.6965492963790894, -0.6965492963790894, -0.645175039768219, -0.7650483250617981, -0.7479235529899597, -0.7992978096008301, -0.8506720662117004, -0.4739275276660919, -0.9020463228225708, -0.9191710948944092, -0.8335473537445068, -0.9020463228225708, -0.9705453515052795, -0.7821730971336365, -0.7821730971336365, -0.9534205794334412, -0.8335473537445068, -0.3369295001029968, -0.40542852878570557, -0.42255327105522156, -0.5595512986183167, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.6965492963790894, -0.7992978096008301, -0.576676070690155, -0.6965492963790894, -0.610925555229187, -0.7136740684509277, -0.9876701235771179, -0.610925555229187, -0.6794245839118958, -0.42255327105522156, -0.610925555229187, -0.4910522699356079, -0.3369295001029968, -0.19993148744106293, -0.14855723083019257, 0.0055655487813055515, -0.08005820959806442, 0.29668647050857544, 0.39943498373031616, 0.5535577535629272, 0.7419300675392151, 1.0330508947372437, 0.8275538086891174, 1.1186745166778564, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.324171543121338, 1.1529240608215332, 0.5535577535629272, -1.604161262512207, -1.8267830610275269, -1.8952820301055908, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9980305433273315, -1.9295315742492676, -1.9637811183929443, -1.7069097757339478, -1.5527870655059814, -1.4329137802124023, 0.8789280652999878, 1.1529240608215332, 1.324171543121338, 1.4611696004867554, 1.101549744606018, 1.444044828414917, 1.0501755475997925, 0.9131776094436646, 0.587807297706604, 0.5021834969520569, 0.27956172823905945, -0.2341809868812561, 0.056939806789159775, -0.30267998576164246, -0.3369295001029968, 0.056939806789159775, -0.16568197309970856, -0.02868395671248436, -0.8677968382835388, -0.18280673027038574, -0.5424265265464783, -0.045808710157871246, -0.21705622971057892, -0.43967801332473755, -0.576676070690155, -0.43967801332473755, -0.4568027853965759, -0.43967801332473755, -0.6965492963790894, -0.610925555229187, 0.0055655487813055515, 1.63241708278656, 1.8721636533737183], [1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.7933043241500854, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.3651854991912842, 1.0501755475997925, 1.5810428857803345, 1.7694151401519775, 1.3584210872650146, 0.14256370067596436, -1.1075434684753418, -1.8952820301055908, -2.01515531539917, -1.8439078330993652, -1.758284091949463, -1.79253351688385, -1.878157377243042, -1.8952820301055908, -1.946656346321106, -2.01515531539917, -2.0665295124053955, -2.0665295124053955, -1.7069097757339478, -0.9020463228225708, -0.30267998576164246, -0.3883037567138672, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -2.01515531539917, 0.5364330410957336, 1.4954191446304321, 1.1357992887496948, 0.3651854991912842, -1.946656346321106, -2.1007792949676514, -1.946656346321106, -2.032280206680298, -2.0665295124053955, -1.6384108066558838, -1.4329137802124023, -1.3644146919250488, -1.8267830610275269, -1.9809058904647827, -2.1179039478302, -2.1179039478302, -1.9980305433273315, -1.9980305433273315, -1.261666178703308, -1.4329137802124023, -1.3986642360687256, -1.8096582889556885, -1.946656346321106, -1.1760424375534058, -1.1931672096252441, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.6897850036621094, -1.9124068021774292, -1.9637811183929443, -2.0494048595428467, 0.3309359848499298, 1.6837913990020752, 1.8721636533737183, 1.9577873945236206, 2.0434112548828125, 2.0091617107391357, 1.8892884254455566, 0.5193082690238953, -1.6212860345840454, -1.4329137802124023, -2.032280206680298, -1.8096582889556885, -1.1246682405471802, -1.1589176654815674, -1.0904186964035034, -0.9876701235771179, -1.2445415258407593, -1.2102919816970825, -1.0561691522598267, -1.02191960811615, -0.8506720662117004, -0.9876701235771179, -0.8164225816726685, -0.610925555229187, -1.02191960811615, -0.9534205794334412, -0.6622998118400574, -0.610925555229187, -0.9020463228225708, -0.7650483250617981, -1.1589176654815674, -0.42255327105522156, -0.8164225816726685, -0.7650483250617981, -0.8849216103553772, -0.7136740684509277, -0.5424265265464783, -0.43967801332473755, -0.7992978096008301, -0.9362958669662476, -0.7136740684509277, -0.6965492963790894, -0.7136740684509277, -0.9020463228225708, -0.8849216103553772, -0.9705453515052795, -0.4910522699356079, -0.8506720662117004, -0.6794245839118958, -0.7479235529899597, -1.02191960811615, -0.645175039768219, -0.7307988405227661, -0.645175039768219, -0.4910522699356079, -0.3883037567138672, -0.645175039768219, -0.43967801332473755, -0.4568027853965759, -0.5424265265464783, -0.6794245839118958, -1.073293924331665, -0.645175039768219, -0.9191710948944092, -0.6622998118400574, -1.141792893409729, -0.8164225816726685, -0.6794245839118958, -0.6622998118400574, -0.4739275276660919, -0.30267998576164246, -0.5424265265464783, -0.4739275276660919, -0.2684305012226105, -0.3883037567138672, 0.02269030176103115, 0.15968845784664154, 0.2110627144575119, 0.29668647050857544, 0.4850587546825409, 0.7248052954673767, 0.6049320101737976, 1.1700488328933716, 1.1529240608215332, 1.0330508947372437, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, -0.7307988405227661, -1.8096582889556885, -1.8439078330993652, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9637811183929443, -1.9809058904647827, -1.2787909507751465, -1.672660231590271, 0.3651854991912842, -0.13143247365951538, -0.02868395671248436, 1.0844250917434692, 1.5810428857803345, 1.444044828414917, 1.5296685695648193, 1.563918113708496, 1.5125439167022705, 1.2385478019714355, 0.9816765785217285, 0.6049320101737976, 0.7248052954673767, -0.14855723083019257, -0.7479235529899597, -0.5595512986183167, -0.43967801332473755, 0.2281874716281891, -0.08005820959806442, -0.045808710157871246, -0.8677968382835388, -0.19993148744106293, -0.576676070690155, -0.28555524349212646, -0.2341809868812561, -0.3711790144443512, -0.8335473537445068, -0.6965492963790894, -0.16568197309970856, -0.1143077164888382, -0.576676070690155, -0.5424265265464783, -0.18280673027038574, 1.5981676578521729, 1.8550388813018799], [1.4097954034805298, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.8960528373718262, 1.5981676578521729, 1.7009161710739136, 0.9303023219108582, -0.8335473537445068, -1.2959157228469849, -1.4671632051467896, -1.7754088640213013, -2.0494048595428467, -2.0494048595428467, -2.0494048595428467, -1.9809058904647827, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9980305433273315, -2.0494048595428467, -2.1179039478302, -2.1179039478302, -1.5699117183685303, -0.7479235529899597, 0.02269030176103115, -0.40542852878570557, -1.3986642360687256, -1.9124068021774292, -0.30267998576164246, 0.8618032932281494, -0.5253018140792847, -1.8952820301055908, -1.7754088640213013, -1.604161262512207, -1.535662293434143, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.946656346321106, -2.1179039478302, -1.604161262512207, -1.2959157228469849, -1.3644146919250488, -1.79253351688385, -2.032280206680298, -1.9295315742492676, -2.0494048595428467, -2.1007792949676514, -2.0665295124053955, -1.7069097757339478, -1.5014127492904663, -1.3472900390625, -1.484287977218628, -1.79253351688385, -1.3986642360687256, -1.415789008140564, -1.8267830610275269, -2.1179039478302, -0.08005820959806442, 1.4097954034805298, 1.8207894563674927, 1.906413197517395, 1.974912166595459, 2.0262863636016846, 1.8892884254455566, -0.011559205129742622, -1.0390443801879883, -1.5185375213623047, -2.032280206680298, -1.7754088640213013, -0.9362958669662476, -0.9876701235771179, -1.227416753768921, -0.9020463228225708, -1.4500385522842407, -1.2102919816970825, -1.1246682405471802, -0.8335473537445068, -1.0904186964035034, -0.8677968382835388, -0.8506720662117004, -1.02191960811615, -0.9020463228225708, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -0.7479235529899597, -0.8335473537445068, -0.7136740684509277, -0.9362958669662476, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.8335473537445068, -0.8164225816726685, -0.9876701235771179, -0.7992978096008301, -0.9534205794334412, -0.8164225816726685, -1.02191960811615, -1.073293924331665, -1.2445415258407593, -0.8677968382835388, -1.073293924331665, -1.1931672096252441, -0.5253018140792847, -0.4910522699356079, -0.576676070690155, -0.6965492963790894, -0.7821730971336365, -0.7136740684509277, -0.9534205794334412, -0.9362958669662476, -0.7650483250617981, -0.5595512986183167, -0.4910522699356079, -0.5424265265464783, -0.4739275276660919, -0.43967801332473755, -0.5938007831573486, -0.5595512986183167, -0.5938007831573486, -0.9020463228225708, -0.5081770420074463, -0.8506720662117004, -0.6622998118400574, -0.6622998118400574, -0.6280503273010254, -0.576676070690155, -0.8164225816726685, -0.5938007831573486, -0.3711790144443512, -0.011559205129742622, 0.0055655487813055515, -0.21705622971057892, -0.011559205129742622, 0.29668647050857544, 0.43368449807167053, 0.6905558109283447, 0.7590547800064087, 1.0159261226654053, 1.1700488328933716, 1.1529240608215332, 1.2727973461151123, 1.18717360496521, 1.2214230298995972, 1.2899221181869507, 1.0673003196716309, 0.4508092403411865, -1.3130404949188232, -1.7240345478057861, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.8952820301055908, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.8267830610275269, -1.1589176654815674, -0.5253018140792847, 0.12543895840644836, 1.18717360496521, 0.9131776094436646, 1.4269200563430786, 0.2281874716281891, 1.5296685695648193, 1.4611696004867554, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.5125439167022705, 0.9645518660545349, 1.324171543121338, -0.5595512986183167, -0.7821730971336365, -0.645175039768219, -0.16568197309970856, 0.056939806789159775, 0.0740646943449974, -0.19993148744106293, -0.5081770420074463, -0.14855723083019257, -0.5253018140792847, -0.2341809868812561, -0.09718296676874161, -0.610925555229187, -0.4910522699356079, -0.5938007831573486, -0.3369295001029968, -0.8335473537445068, -0.2513057291507721, -0.42255327105522156, -0.40542852878570557, 1.718040943145752, 1.8721636533737183], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.810429036617279, 1.4611696004867554, 1.6152924299240112, 1.2214230298995972, 0.6049320101737976, -0.2341809868812561, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -1.4500385522842407, -1.8952820301055908, -2.032280206680298, -2.0494048595428467, -2.0494048595428467, -2.032280206680298, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -2.1007792949676514, -2.0836544036865234, -1.9124068021774292, -1.2102919816970825, -0.045808710157871246, -0.06293346732854843, -1.02191960811615, -1.7240345478057861, -2.0836544036865234, -2.01515531539917, -1.9295315742492676, -1.8439078330993652, -1.8952820301055908, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.4329137802124023, -1.8439078330993652, -2.1007792949676514, -1.9980305433273315, -1.9809058904647827, -2.1179039478302, -1.9124068021774292, -1.3644146919250488, -1.535662293434143, -1.8267830610275269, -2.1007792949676514, -1.6555355787277222, -1.8439078330993652, -1.9980305433273315, -2.0836544036865234, -2.1007792949676514, -1.5014127492904663, -1.7069097757339478, -1.5014127492904663, -1.3301652669906616, 0.9131776094436646, 1.6837913990020752, 1.8550388813018799, 1.8721636533737183, 1.8550388813018799, 1.8379141092300415, 1.5125439167022705, -0.5938007831573486, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -2.1179039478302, -1.3301652669906616, -1.227416753768921, -1.1589176654815674, -1.3301652669906616, -1.8096582889556885, -1.3644146919250488, -1.0561691522598267, -1.02191960811615, -1.3986642360687256, -1.073293924331665, -0.8335473537445068, -0.7307988405227661, -0.9191710948944092, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.6965492963790894, -0.7136740684509277, -0.28555524349212646, -1.0561691522598267, -0.610925555229187, -0.6965492963790894, -0.6965492963790894, -0.8677968382835388, -1.0390443801879883, -1.0390443801879883, -0.9705453515052795, -1.02191960811615, -0.9362958669662476, -0.8335473537445068, -0.7307988405227661, -0.9020463228225708, -0.7307988405227661, -0.8849216103553772, -0.7136740684509277, -0.5253018140792847, -0.4568027853965759, -0.6622998118400574, -0.8677968382835388, -0.7992978096008301, -1.1075434684753418, -0.7479235529899597, -0.9705453515052795, -0.5595512986183167, -0.5081770420074463, -0.4739275276660919, -0.7479235529899597, -0.5938007831573486, -0.6622998118400574, -0.5595512986183167, -0.3369295001029968, -0.5938007831573486, -0.5424265265464783, -0.40542852878570557, -0.7650483250617981, -0.40542852878570557, -0.5424265265464783, -0.5081770420074463, -0.2684305012226105, -0.06293346732854843, 0.0740646943449974, 0.2281874716281891, 0.4679340124130249, 0.39943498373031616, 0.4850587546825409, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 0.9474270939826965, 0.8275538086891174, -1.4500385522842407, -1.6384108066558838, -1.79253351688385, -1.878157377243042, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.878157377243042, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8267830610275269, -1.7411593198776245, -0.7992978096008301, 0.656306266784668, 0.27956172823905945, 1.2042982578277588, 1.3926706314086914, 1.6666666269302368, 1.2727973461151123, 1.3584210872650146, 1.3584210872650146, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4954191446304321, 1.1700488328933716, 0.091189444065094, 0.03981505334377289, 0.4850587546825409, 0.39943498373031616, 0.12543895840644836, -0.06293346732854843, -0.13143247365951538, -0.13143247365951538, -0.19993148744106293, -0.16568197309970856, -0.4910522699356079, 0.02269030176103115, -0.610925555229187, -0.4910522699356079, -0.2513057291507721, -0.2513057291507721, -0.7479235529899597, -0.19993148744106293, -0.7821730971336365, -0.5938007831573486, 1.7694151401519775, 1.906413197517395], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.7933043241500854, 1.3926706314086914, 1.5981676578521729, 1.5125439167022705, 1.3412963151931763, 1.0159261226654053, -0.045808710157871246, -0.9020463228225708, -0.610925555229187, -0.4568027853965759, -0.5253018140792847, -1.0904186964035034, -1.79253351688385, -2.01515531539917, -2.1179039478302, -2.0836544036865234, -2.0665295124053955, -2.032280206680298, -2.01515531539917, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -1.6384108066558838, -0.7992978096008301, -0.2684305012226105, -0.5424265265464783, -1.4329137802124023, -1.9637811183929443, -2.1179039478302, -2.0665295124053955, -1.8096582889556885, -1.5699117183685303, -1.79253351688385, -1.6897850036621094, -1.8610326051712036, -1.7754088640213013, -1.5527870655059814, -1.415789008140564, -1.5870364904403687, -2.1007792949676514, -2.1179039478302, -1.9809058904647827, -2.0665295124053955, -2.0836544036865234, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.6384108066558838, -1.5699117183685303, -1.5699117183685303, -2.1007792949676514, -0.9191710948944092, 1.5810428857803345, 1.8721636533737183, 1.8721636533737183, 1.8550388813018799, 1.7009161710739136, -2.0494048595428467, -2.1179039478302, -1.1931672096252441, -1.1760424375534058, -1.1246682405471802, -0.7479235529899597, -1.5527870655059814, -1.9295315742492676, -1.141792893409729, -1.2959157228469849, -1.1589176654815674, -1.0390443801879883, -1.7069097757339478, -1.8439078330993652, -1.3472900390625, -0.8849216103553772, -1.2102919816970825, -1.1246682405471802, -1.1760424375534058, -0.7821730971336365, -0.7992978096008301, -0.7307988405227661, -0.7821730971336365, -0.6965492963790894, -1.0904186964035034, -0.7307988405227661, -0.9362958669662476, -0.8506720662117004, -0.42255327105522156, -0.7992978096008301, -0.645175039768219, -0.7650483250617981, -0.9191710948944092, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.610925555229187, -0.5938007831573486, -0.9020463228225708, -0.7992978096008301, -0.5081770420074463, -0.5938007831573486, -0.9534205794334412, -0.8677968382835388, -0.4910522699356079, -0.6965492963790894, -0.9534205794334412, -0.645175039768219, -0.40542852878570557, -0.42255327105522156, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.4568027853965759, -0.4568027853965759, -0.3369295001029968, -0.5595512986183167, -0.7650483250617981, -0.31980475783348083, -0.30267998576164246, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.2513057291507721, -0.4910522699356079, -0.4739275276660919, 0.19393795728683472, 0.12543895840644836, 0.15968845784664154, 0.3480607271194458, 0.4850587546825409, 0.5193082690238953, 0.6391815543174744, 0.8789280652999878, 0.9303023219108582, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.2214230298995972, 1.1700488328933716, -0.5938007831573486, -1.6384108066558838, -1.8096582889556885, -1.8952820301055908, -1.946656346321106, -1.9295315742492676, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.79253351688385, -1.7240345478057861, -1.073293924331665, -1.8096582889556885, -0.8506720662117004, 0.7419300675392151, 1.4097954034805298, 1.2214230298995972, 1.1700488328933716, 1.7351655960083008, 1.6837913990020752, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.2899221181869507, 1.444044828414917, 1.4269200563430786, 1.0844250917434692, -0.4739275276660919, 1.0330508947372437, 0.7419300675392151, 0.26243698596954346, 0.2110627144575119, -0.28555524349212646, -0.09718296676874161, -0.3883037567138672, 0.091189444065094, -0.30267998576164246, -0.09718296676874161, -0.40542852878570557, -0.14855723083019257, -0.3711790144443512, -0.6794245839118958, -0.43967801332473755, 0.15968845784664154, -0.610925555229187, -0.8677968382835388, 1.7351655960083008, 1.9235379695892334], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5364330410957336, 0.7248052954673767, 1.255672574043274, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 1.0844250917434692, 0.056939806789159775, -0.8506720662117004, -0.9020463228225708, -0.4739275276660919, -0.08005820959806442, -0.14855723083019257, -0.9191710948944092, -1.604161262512207, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -2.0494048595428467, -2.0665295124053955, -2.1007792949676514, -2.1179039478302, -1.946656346321106, -0.8677968382835388, -0.43967801332473755, -0.5253018140792847, -1.0047948360443115, -1.6897850036621094, -2.0836544036865234, -2.1179039478302, -1.8439078330993652, -1.6897850036621094, -1.79253351688385, -1.6897850036621094, -1.9809058904647827, -1.946656346321106, -2.1007792949676514, -1.8096582889556885, -1.535662293434143, -1.535662293434143, -1.6555355787277222, -2.1179039478302, -1.8952820301055908, -1.6212860345840454, -1.484287977218628, -1.79253351688385, -1.9295315742492676, -1.946656346321106, -1.8610326051712036, -1.9980305433273315, -2.1179039478302, -1.2102919816970825, 1.0501755475997925, 1.5125439167022705, 1.6495418548583984, 1.8036646842956543, 1.4611696004867554, -2.0665295124053955, -2.0494048595428467, -1.535662293434143, -1.6212860345840454, -1.484287977218628, -1.2787909507751465, -2.0836544036865234, -2.032280206680298, -0.645175039768219, -1.1589176654815674, -0.9705453515052795, -0.9191710948944092, -0.8506720662117004, -1.7754088640213013, -1.4671632051467896, -1.2787909507751465, -1.261666178703308, -1.1246682405471802, -1.02191960811615, -1.0561691522598267, -0.645175039768219, -0.9191710948944092, -0.8677968382835388, -1.1075434684753418, -0.8506720662117004, -0.5595512986183167, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.6280503273010254, -0.8335473537445068, -0.645175039768219, -0.7307988405227661, -0.7650483250617981, -0.6622998118400574, -0.6965492963790894, -0.576676070690155, -0.3883037567138672, -0.5424265265464783, -0.9876701235771179, -0.8335473537445068, -0.610925555229187, -0.8849216103553772, -0.576676070690155, -0.6794245839118958, -0.7650483250617981, -0.8164225816726685, -0.09718296676874161, -0.19993148744106293, -0.14855723083019257, -0.3369295001029968, -0.2513057291507721, -0.19993148744106293, -0.21705622971057892, -0.42255327105522156, -0.21705622971057892, 0.12543895840644836, -0.43967801332473755, -0.31980475783348083, -0.43967801332473755, 0.14256370067596436, -0.13143247365951538, 0.4508092403411865, 0.29668647050857544, 0.5364330410957336, 0.5706825256347656, 0.810429036617279, 0.9645518660545349, 0.9303023219108582, 1.2899221181869507, 1.3584210872650146, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.375545859336853, 0.5364330410957336, -1.073293924331665, -1.8096582889556885, -1.7754088640213013, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.8610326051712036, -1.8610326051712036, -1.7754088640213013, -1.8267830610275269, -1.878157377243042, -1.535662293434143, -1.758284091949463, -1.5699117183685303, -0.8335473537445068, 0.9474270939826965, -1.2959157228469849, 0.7248052954673767, 1.1529240608215332, 1.6152924299240112, 1.4954191446304321, 1.5981676578521729, 1.6495418548583984, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.1700488328933716, 0.5535577535629272, 1.2042982578277588, 1.18717360496521, 0.7933043241500854, 0.10831420123577118, -0.28555524349212646, 0.091189444065094, -0.08005820959806442, -0.09718296676874161, 0.091189444065094, 0.0740646943449974, -0.3369295001029968, -0.2513057291507721, -0.08005820959806442, -0.18280673027038574, -0.045808710157871246, -0.5081770420074463, -0.4568027853965759, -0.31980475783348083, 1.7694151401519775, 1.786539912223816], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.6905558109283447, 1.1529240608215332, 1.5981676578521729, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4097954034805298, 1.0673003196716309, 0.17681321501731873, -0.5595512986183167, -0.7307988405227661, -0.7821730971336365, -0.3711790144443512, 0.12543895840644836, 0.19393795728683472, -0.6622998118400574, -1.5870364904403687, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9637811183929443, -1.9980305433273315, -2.032280206680298, -2.0665295124053955, -1.8610326051712036, -0.9876701235771179, -0.7479235529899597, -0.6965492963790894, -0.7479235529899597, -1.3472900390625, -1.8610326051712036, -2.1179039478302, -1.9124068021774292, -1.7411593198776245, -1.8439078330993652, -1.604161262512207, -1.5185375213623047, -1.9809058904647827, -2.0665295124053955, -1.9809058904647827, -2.1179039478302, -1.8267830610275269, -1.6384108066558838, -2.0836544036865234, -2.1179039478302, -2.0494048595428467, -2.032280206680298, -1.535662293434143, -1.758284091949463, -2.0836544036865234, -2.0836544036865234, -1.604161262512207, -0.8164225816726685, 1.375545859336853, 1.5981676578521729, 1.8207894563674927, 1.8036646842956543, -0.5595512986183167, -1.8267830610275269, -2.0665295124053955, -1.79253351688385, -1.5185375213623047, -1.9637811183929443, -1.9809058904647827, -2.032280206680298, -0.9020463228225708, -1.3130404949188232, -1.2787909507751465, -1.2445415258407593, -1.3301652669906616, -2.0665295124053955, -1.4671632051467896, -1.073293924331665, -1.5014127492904663, -1.4671632051467896, -1.4671632051467896, -0.8506720662117004, -0.9876701235771179, -0.9876701235771179, -1.0390443801879883, -0.7821730971336365, -0.645175039768219, -0.9705453515052795, -0.8506720662117004, -0.6965492963790894, -0.9876701235771179, -0.8506720662117004, -1.1589176654815674, -0.8164225816726685, -0.7821730971336365, -0.9534205794334412, -0.7650483250617981, -0.4739275276660919, -1.1075434684753418, -0.5424265265464783, -0.6280503273010254, -0.7307988405227661, -0.7821730971336365, -0.5081770420074463, -0.610925555229187, -0.5081770420074463, -0.576676070690155, -0.8677968382835388, -0.6280503273010254, -0.6794245839118958, -0.6280503273010254, -0.610925555229187, -0.8164225816726685, -0.610925555229187, -0.610925555229187, -0.3883037567138672, -0.40542852878570557, -0.4568027853965759, -0.40542852878570557, -0.19993148744106293, -0.1143077164888382, 0.0055655487813055515, -0.28555524349212646, -0.16568197309970856, -0.011559205129742622, -0.40542852878570557, -0.30267998576164246, -0.09718296676874161, -0.5938007831573486, 0.27956172823905945, 0.29668647050857544, 0.17681321501731873, 0.39943498373031616, 0.5193082690238953, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.18717360496521, 1.2214230298995972, 1.1529240608215332, 1.255672574043274, -0.08005820959806442, -1.4329137802124023, -1.8096582889556885, -1.8439078330993652, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.7411593198776245, -1.758284091949463, -1.79253351688385, -1.6555355787277222, -1.7411593198776245, -0.7992978096008301, 0.3138112425804138, 0.24531221389770508, 0.2281874716281891, 0.9131776094436646, -0.9020463228225708, -0.16568197309970856, 1.2385478019714355, 1.18717360496521, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.444044828414917, 1.3926706314086914, 1.5467933416366577, 1.3412963151931763, 1.4269200563430786, 1.2385478019714355, 1.2727973461151123, 0.8789280652999878, 0.2281874716281891, -0.31980475783348083, 0.15968845784664154, -0.3369295001029968, -0.3369295001029968, -0.2684305012226105, -0.045808710157871246, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.0740646943449974, 0.10831420123577118, -0.6622998118400574, -0.3540542721748352, 0.3480607271194458, 1.8036646842956543, 1.786539912223816], [1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 1.2214230298995972, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4611696004867554, 1.2214230298995972, 0.19393795728683472, -0.5253018140792847, -0.4739275276660919, -0.6794245839118958, -0.9191710948944092, -0.28555524349212646, 0.2281874716281891, 0.12543895840644836, -0.7650483250617981, -1.6212860345840454, -1.878157377243042, -1.9809058904647827, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -2.1179039478302, -1.8952820301055908, -1.261666178703308, -0.9191710948944092, -0.9876701235771179, -0.9020463228225708, -1.261666178703308, -1.878157377243042, -2.0836544036865234, -2.0665295124053955, -1.758284091949463, -1.8610326051712036, -1.8096582889556885, -1.3815394639968872, -1.5014127492904663, -1.8267830610275269, -1.9980305433273315, -1.8267830610275269, -1.5014127492904663, -1.7754088640213013, -1.9809058904647827, -2.0836544036865234, -1.8952820301055908, -1.7240345478057861, -1.7754088640213013, -1.8267830610275269, -1.9637811183929443, -2.1179039478302, -2.1007792949676514, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, -0.9362958669662476, -1.5870364904403687, -1.672660231590271, -2.1179039478302, -2.1007792949676514, -1.3815394639968872, -0.8506720662117004, -0.9362958669662476, -1.2787909507751465, -1.604161262512207, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -1.7754088640213013, -1.5527870655059814, -1.073293924331665, -1.1246682405471802, -0.9705453515052795, -1.2445415258407593, -1.2102919816970825, -1.1075434684753418, -0.645175039768219, -1.0390443801879883, -0.8164225816726685, -0.9705453515052795, -1.02191960811615, -0.7479235529899597, -1.073293924331665, -0.6965492963790894, -0.7136740684509277, -0.8677968382835388, -0.8849216103553772, -0.4568027853965759, -1.073293924331665, -0.3540542721748352, -0.576676070690155, -0.6622998118400574, -0.7136740684509277, -0.7136740684509277, -0.5424265265464783, -0.7992978096008301, -0.6965492963790894, -0.8849216103553772, -0.6965492963790894, -0.9191710948944092, -0.8677968382835388, -1.02191960811615, -0.5253018140792847, -0.3540542721748352, -0.4568027853965759, -0.9020463228225708, -0.7479235529899597, -0.3369295001029968, -0.30267998576164246, -0.13143247365951538, -0.5595512986183167, -0.9020463228225708, -0.7136740684509277, -0.42255327105522156, 0.15968845784664154, 0.12543895840644836, 0.03981505334377289, -0.2513057291507721, -0.02868395671248436, 0.12543895840644836, -0.19993148744106293, 0.15968845784664154, 0.26243698596954346, 0.6905558109283447, 0.6391815543174744, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 1.2214230298995972, 1.2899221181869507, 1.0844250917434692, 1.2727973461151123, 1.0844250917434692, 0.4679340124130249, -0.7992978096008301, -0.576676070690155, -1.7754088640213013, -1.8439078330993652, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.878157377243042, -1.8610326051712036, -1.7411593198776245, -1.8439078330993652, -1.227416753768921, -1.3301652669906616, 1.1700488328933716, 1.2385478019714355, 1.444044828414917, 0.27956172823905945, 1.7694151401519775, -0.08005820959806442, -1.141792893409729, 0.5021834969520569, 1.4097954034805298, 1.444044828414917, 1.563918113708496, 1.2899221181869507, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, -0.16568197309970856, -0.42255327105522156, -0.09718296676874161, -0.5424265265464783, -0.31980475783348083, -0.21705622971057892, -0.16568197309970856, -0.21705622971057892, -0.2684305012226105, -0.31980475783348083, 0.14256370067596436, -0.28555524349212646, -0.40542852878570557, -0.40542852878570557, 0.7248052954673767, 1.8207894563674927, 1.7351655960083008], [1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.7590547800064087, 0.7248052954673767, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.8618032932281494, 1.4611696004867554, 1.6495418548583984, 1.7009161710739136, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.375545859336853, 1.1357992887496948, 0.3309359848499298, -0.30267998576164246, -0.18280673027038574, -0.40542852878570557, -1.1931672096252441, -1.1075434684753418, -0.2513057291507721, 0.14256370067596436, -0.18280673027038574, -1.073293924331665, -1.7069097757339478, -1.8439078330993652, -2.032280206680298, -2.1179039478302, -2.0836544036865234, -2.01515531539917, -1.9637811183929443, -1.261666178703308, -0.9191710948944092, -1.02191960811615, -0.8506720662117004, -0.7307988405227661, -1.4671632051467896, -1.9124068021774292, -2.1179039478302, -1.9124068021774292, -1.8267830610275269, -2.0494048595428467, -1.7069097757339478, -1.9980305433273315, -1.7240345478057861, -1.8439078330993652, -2.1007792949676514, -1.5699117183685303, -1.6212860345840454, -1.9809058904647827, -2.1007792949676514, -2.1179039478302, -1.8952820301055908, -1.8439078330993652, -1.535662293434143, -1.6212860345840454, 0.4850587546825409, 1.3070467710494995, 1.4782943725585938, 1.101549744606018, -1.1246682405471802, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -1.9637811183929443, -1.4500385522842407, -1.415789008140564, -1.5185375213623047, -1.0047948360443115, -2.032280206680298, -2.0836544036865234, -0.7992978096008301, -0.8677968382835388, -0.8506720662117004, -0.9362958669662476, -1.6384108066558838, -1.6897850036621094, -1.1760424375534058, -1.1589176654815674, -1.02191960811615, -1.2102919816970825, -1.02191960811615, -1.0904186964035034, -0.9020463228225708, -0.7992978096008301, -1.1931672096252441, -0.7821730971336365, -1.2787909507751465, -1.0047948360443115, -1.0047948360443115, -0.9705453515052795, -1.2787909507751465, -0.4910522699356079, -1.227416753768921, -0.40542852878570557, -0.8849216103553772, -0.9191710948944092, -0.4910522699356079, -0.7136740684509277, -0.5595512986183167, -0.5253018140792847, -1.0047948360443115, -0.5938007831573486, -0.645175039768219, -0.7479235529899597, -0.8164225816726685, -0.5938007831573486, -0.7650483250617981, -0.8506720662117004, -0.8164225816726685, -0.6965492963790894, -0.7479235529899597, -0.7650483250617981, -0.610925555229187, -0.3540542721748352, -0.06293346732854843, -0.045808710157871246, -0.02868395671248436, -0.011559205129742622, -0.011559205129742622, 0.14256370067596436, 0.03981505334377289, -0.3369295001029968, -0.19993148744106293, 0.14256370067596436, -0.1143077164888382, 0.12543895840644836, 0.19393795728683472, 0.24531221389770508, 0.3651854991912842, 0.6734310388565063, 0.7590547800064087, 0.9645518660545349, 0.8275538086891174, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 0.4679340124130249, -1.227416753768921, -1.5527870655059814, -1.9980305433273315, -1.9124068021774292, -1.8952820301055908, -1.7240345478057861, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.415789008140564, -0.8849216103553772, 0.6391815543174744, 1.4954191446304321, 1.7694151401519775, 1.7522903680801392, 1.3412963151931763, 1.8721636533737183, 1.6495418548583984, -1.7411593198776245, -1.878157377243042, -0.08005820959806442, 1.5125439167022705, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.375545859336853, 1.444044828414917, 1.0501755475997925, 1.5125439167022705, 1.375545859336853, 0.14256370067596436, 0.3309359848499298, 0.056939806789159775, 0.2281874716281891, -0.3711790144443512, -0.2684305012226105, -0.43967801332473755, -0.40542852878570557, 0.056939806789159775, 0.02269030176103115, -0.3711790144443512, -0.5595512986183167, -0.7821730971336365, -0.18280673027038574, 1.0330508947372437, 1.786539912223816, 1.718040943145752], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 1.0844250917434692, 1.5467933416366577, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6152924299240112, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.1700488328933716, 0.41655975580215454, -0.31980475783348083, -0.2684305012226105, -0.06293346732854843, -0.6965492963790894, -1.535662293434143, -1.0047948360443115, -0.08005820959806442, 0.24531221389770508, -0.4739275276660919, -1.4329137802124023, -1.79253351688385, -1.8952820301055908, -2.0665295124053955, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.0390443801879883, -0.8849216103553772, -1.0047948360443115, -0.9362958669662476, -0.7307988405227661, -1.0904186964035034, -1.946656346321106, -2.1179039478302, -1.9124068021774292, -1.6384108066558838, -1.9124068021774292, -1.79253351688385, -1.535662293434143, -1.535662293434143, -1.9980305433273315, -1.9809058904647827, -1.8952820301055908, -2.0836544036865234, -2.032280206680298, -2.0494048595428467, -2.01515531539917, -1.9637811183929443, -2.0494048595428467, -1.79253351688385, 0.8275538086891174, 1.6495418548583984, 1.786539912223816, 1.8721636533737183, 1.5810428857803345, -1.8096582889556885, -2.032280206680298, -1.9637811183929443, -1.9295315742492676, -2.01515531539917, -2.0836544036865234, -1.9980305433273315, -2.1179039478302, -2.0836544036865234, -1.4671632051467896, -1.415789008140564, -1.3130404949188232, -1.3130404949188232, -1.1931672096252441, -1.3986642360687256, -1.4500385522842407, -1.0047948360443115, -1.6897850036621094, -1.1760424375534058, -1.1246682405471802, -1.0904186964035034, -1.1589176654815674, -1.0047948360443115, -0.9876701235771179, -1.02191960811615, -1.0390443801879883, -1.073293924331665, -1.1246682405471802, -1.3815394639968872, -0.8335473537445068, -1.2959157228469849, -0.7479235529899597, -0.9191710948944092, -1.02191960811615, -1.02191960811615, -1.0390443801879883, -1.1760424375534058, -1.415789008140564, -0.7479235529899597, -0.6965492963790894, -0.7992978096008301, -0.6794245839118958, -0.6794245839118958, -0.8849216103553772, -0.6280503273010254, -0.3369295001029968, -0.21705622971057892, -0.43967801332473755, -0.4739275276660919, -0.645175039768219, -0.4568027853965759, -0.3711790144443512, -0.6622998118400574, -0.7307988405227661, -0.31980475783348083, -0.9191710948944092, -0.5253018140792847, -0.4568027853965759, 0.03981505334377289, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.09718296676874161, 0.15968845784664154, 0.3651854991912842, 0.19393795728683472, 0.3309359848499298, 0.5021834969520569, 0.622056782245636, 0.7590547800064087, 0.9303023219108582, 1.1186745166778564, 1.3584210872650146, 1.2214230298995972, 1.2385478019714355, 1.0159261226654053, 0.0740646943449974, -0.6280503273010254, -1.9637811183929443, -1.9295315742492676, -1.9980305433273315, -1.8952820301055908, -1.6212860345840454, -1.6897850036621094, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.6555355787277222, -1.6555355787277222, -0.7821730971336365, 0.26243698596954346, 1.1357992887496948, 1.4782943725585938, 1.7522903680801392, 1.786539912223816, 1.6666666269302368, 1.8379141092300415, 1.9577873945236206, -0.9876701235771179, -1.8267830610275269, -0.9362958669662476, -1.9809058904647827, -1.758284091949463, 0.03981505334377289, 1.6837913990020752, 1.3926706314086914, 1.2385478019714355, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.375545859336853, 1.3070467710494995, 1.5467933416366577, 1.4611696004867554, 0.8789280652999878, 0.7933043241500854, 0.43368449807167053, -0.2341809868812561, -0.4910522699356079, -0.3883037567138672, -0.21705622971057892, -0.3540542721748352, -0.1143077164888382, 0.091189444065094, 0.0055655487813055515, -0.4739275276660919, -0.7650483250617981, -0.5424265265464783, 1.3070467710494995, 1.6666666269302368, 1.786539912223816], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 1.18717360496521, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.3584210872650146, 1.1186745166778564, 0.3480607271194458, -0.3711790144443512, -0.3711790144443512, -0.08005820959806442, -0.18280673027038574, -1.227416753768921, -1.415789008140564, -0.4910522699356079, -0.06293346732854843, -0.19993148744106293, -0.9020463228225708, -1.7069097757339478, -1.8439078330993652, -1.8096582889556885, -1.946656346321106, -2.0665295124053955, -2.01515531539917, -1.3130404949188232, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8164225816726685, -0.7650483250617981, -1.6897850036621094, -2.1179039478302, -2.032280206680298, -1.8610326051712036, -1.8096582889556885, -2.0836544036865234, -1.9124068021774292, -1.6212860345840454, -1.535662293434143, -1.8610326051712036, -1.9637811183929443, -1.79253351688385, -1.8610326051712036, -2.0494048595428467, -2.0836544036865234, -1.8267830610275269, -1.672660231590271, 1.2727973461151123, 1.6666666269302368, 1.8379141092300415, -0.2341809868812561, -1.9980305433273315, -2.1179039478302, -1.2959157228469849, -1.672660231590271, -1.2959157228469849, -1.2445415258407593, -1.3472900390625, -2.1179039478302, -0.8506720662117004, -0.9876701235771179, -1.3472900390625, -1.8610326051712036, -2.1007792949676514, -1.604161262512207, -1.2445415258407593, -1.3130404949188232, -1.0047948360443115, -1.1760424375534058, -1.415789008140564, -1.227416753768921, -1.3130404949188232, -1.141792893409729, -1.1075434684753418, -1.0047948360443115, -1.1246682405471802, -1.0561691522598267, -1.1760424375534058, -1.227416753768921, -1.1075434684753418, -1.415789008140564, -0.8849216103553772, -1.073293924331665, -1.415789008140564, -1.141792893409729, -1.3130404949188232, -1.3986642360687256, -1.0561691522598267, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -0.9020463228225708, -0.9191710948944092, -1.0904186964035034, -0.7821730971336365, -0.6622998118400574, -0.8849216103553772, -0.9534205794334412, -0.645175039768219, -1.2445415258407593, -1.5185375213623047, -1.7240345478057861, -1.1931672096252441, -1.2102919816970825, -1.2959157228469849, -0.8335473537445068, -0.8506720662117004, -0.7479235529899597, -0.8164225816726685, -0.30267998576164246, -0.4739275276660919, -0.43967801332473755, -0.08005820959806442, 0.2281874716281891, 0.056939806789159775, 0.17681321501731873, 0.4679340124130249, 0.622056782245636, 0.7419300675392151, 0.7419300675392151, 1.0501755475997925, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.4097954034805298, 1.0501755475997925, 0.056939806789159775, -0.9705453515052795, -1.9809058904647827, -1.9809058904647827, -1.9637811183929443, -1.8267830610275269, -1.9124068021774292, -1.878157377243042, -1.672660231590271, -1.8610326051712036, -1.8439078330993652, -1.672660231590271, -1.3472900390625, -0.9876701235771179, 0.24531221389770508, 0.6391815543174744, 1.1186745166778564, 1.4269200563430786, 1.906413197517395, 1.9406627416610718, 1.8207894563674927, 1.8379141092300415, 1.9920369386672974, 1.7009161710739136, -0.8506720662117004, -1.2959157228469849, -1.415789008140564, -1.8610326051712036, -1.8610326051712036, -1.9809058904647827, -0.610925555229187, 1.375545859336853, 1.18717360496521, 1.4097954034805298, 1.255672574043274, 1.3584210872650146, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.255672574043274, 0.8446785807609558, -0.3369295001029968, -0.4739275276660919, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.19393795728683472, 0.19393795728683472, 0.656306266784668, -0.21705622971057892, -0.4568027853965759, -0.4568027853965759, -0.2684305012226105, 1.6152924299240112, 1.6495418548583984, 1.7351655960083008], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 1.444044828414917, 1.6152924299240112, 1.6495418548583984, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 0.4679340124130249, -0.31980475783348083, -0.7136740684509277, -0.40542852878570557, 0.0055655487813055515, -0.9362958669662476, -1.3644146919250488, -0.4739275276660919, -0.5081770420074463, -0.5081770420074463, -0.6280503273010254, -1.1760424375534058, -1.9295315742492676, -1.7754088640213013, -1.9637811183929443, -2.0665295124053955, -2.1179039478302, -1.6384108066558838, -0.9534205794334412, -1.2102919816970825, -1.3815394639968872, -1.3301652669906616, -0.8677968382835388, -1.3130404949188232, -2.0836544036865234, -1.9637811183929443, -1.6212860345840454, -1.79253351688385, -1.946656346321106, -1.8610326051712036, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.032280206680298, -2.032280206680298, -1.8610326051712036, -1.9809058904647827, -2.032280206680298, 1.101549744606018, 1.255672574043274, 1.5810428857803345, 0.587807297706604, -2.1007792949676514, -2.0665295124053955, -1.415789008140564, -1.6384108066558838, -1.5527870655059814, -1.4671632051467896, -2.0836544036865234, -1.9980305433273315, -1.3130404949188232, -1.4500385522842407, -1.1760424375534058, -2.1007792949676514, -1.1760424375534058, -1.1246682405471802, -1.2102919816970825, -1.2959157228469849, -1.3644146919250488, -1.2445415258407593, -1.3301652669906616, -1.2102919816970825, -1.415789008140564, -1.1246682405471802, -1.1760424375534058, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.1760424375534058, -1.2445415258407593, -1.4329137802124023, -1.3815394639968872, -1.1931672096252441, -1.3986642360687256, -1.3815394639968872, -1.1931672096252441, -1.2102919816970825, -1.227416753768921, -0.9020463228225708, -1.3644146919250488, -0.8849216103553772, -1.0904186964035034, -1.0047948360443115, -0.6794245839118958, -0.9876701235771179, -1.3815394639968872, -0.9534205794334412, -1.02191960811615, -0.7992978096008301, -0.7479235529899597, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.6280503273010254, -0.7307988405227661, -0.7650483250617981, -0.7479235529899597, -0.8506720662117004, -0.5253018140792847, -0.7479235529899597, -0.2513057291507721, -0.4568027853965759, -0.8677968382835388, -0.19993148744106293, -0.011559205129742622, -0.011559205129742622, 0.5193082690238953, 0.27956172823905945, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 1.0330508947372437, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 0.7248052954673767, 0.12543895840644836, 0.2110627144575119, -0.9876701235771179, -1.946656346321106, -2.01515531539917, -2.032280206680298, -1.946656346321106, -1.8952820301055908, -1.8267830610275269, -1.8439078330993652, -1.7411593198776245, -1.8439078330993652, -1.672660231590271, -1.1931672096252441, -1.1760424375534058, -0.3369295001029968, 0.8789280652999878, 1.2042982578277588, 1.4097954034805298, 1.5125439167022705, 1.974912166595459, 1.5981676578521729, 1.8036646842956543, 1.8721636533737183, 1.7009161710739136, 0.2281874716281891, -1.5870364904403687, -1.878157377243042, -1.8267830610275269, -1.79253351688385, -1.6212860345840454, -2.01515531539917, -1.604161262512207, 1.1700488328933716, 1.0673003196716309, 1.2385478019714355, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3926706314086914, 0.9303023219108582, 0.27956172823905945, 0.12543895840644836, -0.09718296676874161, 0.2281874716281891, -0.08005820959806442, 0.12543895840644836, -0.30267998576164246, -0.5253018140792847, 0.41655975580215454, -0.3711790144443512, -0.09718296676874161, -0.09718296676874161, -0.28555524349212646, 1.5467933416366577, 1.5810428857803345, 1.6666666269302368], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 1.101549744606018, 1.4954191446304321, 1.6152924299240112, 1.7009161710739136, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.0330508947372437, 0.5193082690238953, -0.16568197309970856, -1.02191960811615, -0.6965492963790894, -0.21705622971057892, -0.8164225816726685, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.7479235529899597, -0.5424265265464783, -0.610925555229187, -1.4329137802124023, -1.758284091949463, -1.7411593198776245, -1.8952820301055908, -2.1179039478302, -1.9124068021774292, -1.0904186964035034, -1.2787909507751465, -1.3472900390625, -1.261666178703308, -0.9362958669662476, -0.9876701235771179, -2.0836544036865234, -2.01515531539917, -1.7069097757339478, -1.6897850036621094, -1.9980305433273315, -1.878157377243042, -1.7240345478057861, -1.5870364904403687, -1.9980305433273315, -2.0665295124053955, -1.9637811183929443, -1.79253351688385, -0.2684305012226105, 1.1529240608215332, 1.4269200563430786, 1.563918113708496, 1.8379141092300415, 0.4679340124130249, -2.0665295124053955, -2.1179039478302, -2.0665295124053955, -1.7411593198776245, -1.7411593198776245, -2.0836544036865234, -1.4500385522842407, -1.3130404949188232, -1.2959157228469849, -2.01515531539917, -1.261666178703308, -1.1246682405471802, -1.227416753768921, -1.073293924331665, -1.4500385522842407, -1.073293924331665, -1.3472900390625, -1.484287977218628, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.5870364904403687, -1.1589176654815674, -1.0904186964035034, -1.2102919816970825, -1.02191960811615, -1.415789008140564, -1.415789008140564, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -0.8164225816726685, -1.3472900390625, -1.0904186964035034, -0.9020463228225708, -1.2787909507751465, -1.0390443801879883, -1.3815394639968872, -0.9020463228225708, -0.7136740684509277, -0.6965492963790894, -0.8164225816726685, -0.8849216103553772, -0.5595512986183167, -0.7136740684509277, -0.8506720662117004, -0.6965492963790894, -0.8164225816726685, -0.5595512986183167, -0.5595512986183167, -0.6794245839118958, -0.5595512986183167, -0.40542852878570557, -0.3883037567138672, -1.0561691522598267, -1.3130404949188232, -0.28555524349212646, -0.02868395671248436, 0.26243698596954346, -0.045808710157871246, 0.27956172823905945, 0.10831420123577118, 0.3651854991912842, 0.4508092403411865, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.9988013505935669, 1.2899221181869507, 0.9816765785217285, 1.2385478019714355, 1.375545859336853, 0.3138112425804138, -0.9705453515052795, -1.9124068021774292, -1.9295315742492676, -2.01515531539917, -2.0494048595428467, -2.0494048595428467, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.604161262512207, -1.484287977218628, -1.3472900390625, -0.3883037567138672, 0.8960528373718262, 1.2214230298995972, 1.63241708278656, 1.444044828414917, 1.6837913990020752, 1.63241708278656, 1.718040943145752, 1.8207894563674927, 1.8721636533737183, 1.3926706314086914, -1.0561691522598267, -1.9124068021774292, -1.8267830610275269, -1.7069097757339478, -1.604161262512207, -1.4329137802124023, -1.5014127492904663, -2.0665295124053955, -1.0904186964035034, 0.7248052954673767, 1.4611696004867554, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.375545859336853, 0.38231024146080017, 0.656306266784668, 0.5364330410957336, 0.43368449807167053, -0.13143247365951538, -0.09718296676874161, -0.30267998576164246, 0.0740646943449974, -0.3711790144443512, -0.011559205129742622, -0.2513057291507721, -0.02868395671248436, 0.4679340124130249, 0.19393795728683472, 1.563918113708496, 1.5810428857803345, 1.5981676578521729], [1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 1.18717360496521, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.0501755475997925, 0.4508092403411865, -0.16568197309970856, -1.1075434684753418, -1.2102919816970825, -0.6622998118400574, -0.8677968382835388, -1.0047948360443115, -0.9705453515052795, -0.9362958669662476, -1.0047948360443115, -0.9020463228225708, -0.5938007831573486, -0.7479235529899597, -1.604161262512207, -1.8952820301055908, -1.878157377243042, -2.0665295124053955, -1.9637811183929443, -1.2787909507751465, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.261666178703308, -1.261666178703308, -2.01515531539917, -1.758284091949463, -1.7754088640213013, -1.9124068021774292, -1.9809058904647827, -1.8952820301055908, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -2.0494048595428467, -2.0665295124053955, -0.8164225816726685, 1.5296685695648193, 1.718040943145752, 1.8207894563674927, 0.2110627144575119, -2.032280206680298, -1.5014127492904663, -1.4671632051467896, -1.227416753768921, -0.9705453515052795, -1.261666178703308, -1.9637811183929443, -2.032280206680298, -2.032280206680298, -2.1007792949676514, -1.9295315742492676, -1.535662293434143, -1.261666178703308, -1.4671632051467896, -1.484287977218628, -1.2787909507751465, -1.261666178703308, -1.1589176654815674, -1.3472900390625, -1.1075434684753418, -1.3301652669906616, -1.3472900390625, -1.1760424375534058, -1.227416753768921, -1.415789008140564, -1.3986642360687256, -1.415789008140564, -1.227416753768921, -1.1246682405471802, -1.1760424375534058, -1.0561691522598267, -1.2102919816970825, -1.3301652669906616, -1.1760424375534058, -1.0904186964035034, -1.1246682405471802, -1.261666178703308, -1.1075434684753418, -1.141792893409729, -0.9705453515052795, -0.9876701235771179, -0.9191710948944092, -0.9191710948944092, -0.9876701235771179, -0.7307988405227661, -0.7479235529899597, -0.8849216103553772, -0.7136740684509277, -0.6280503273010254, -0.8849216103553772, -1.02191960811615, -0.6794245839118958, -0.8164225816726685, -0.5938007831573486, -0.40542852878570557, -0.13143247365951538, -0.3540542721748352, -0.09718296676874161, -0.3369295001029968, -0.19993148744106293, 0.0055655487813055515, 0.24531221389770508, 0.3309359848499298, 0.6049320101737976, 0.5364330410957336, 0.8618032932281494, 0.6049320101737976, 1.2042982578277588, 1.1700488328933716, 1.324171543121338, 1.324171543121338, 0.9988013505935669, 0.8618032932281494, -1.5699117183685303, -1.8267830610275269, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0494048595428467, -1.9980305433273315, -1.8952820301055908, -1.9124068021774292, -1.79253351688385, -1.6555355787277222, -1.7240345478057861, -0.8506720662117004, -0.645175039768219, 0.622056782245636, 1.0501755475997925, 1.3584210872650146, 1.6666666269302368, 1.7009161710739136, 1.7522903680801392, 1.8721636533737183, 1.786539912223816, 1.718040943145752, 1.563918113708496, -0.40542852878570557, -1.878157377243042, -1.7069097757339478, -1.7754088640213013, -1.7754088640213013, -0.9020463228225708, -1.6897850036621094, -1.9124068021774292, -1.8610326051712036, 0.6049320101737976, 0.8789280652999878, 1.18717360496521, 1.0159261226654053, 1.2042982578277588, 1.101549744606018, 0.4679340124130249, 0.9816765785217285, 0.41655975580215454, -0.28555524349212646, -0.3883037567138672, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.31980475783348083, 0.0740646943449974, 0.24531221389770508, 0.39943498373031616, 0.5706825256347656, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345], [1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.7761795520782471, 1.3070467710494995, 1.5981676578521729, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.2042982578277588, 0.9645518660545349, 0.24531221389770508, -0.045808710157871246, -0.9191710948944092, -1.3986642360687256, -0.9191710948944092, -1.0904186964035034, -1.1760424375534058, -1.073293924331665, -1.0904186964035034, -1.1589176654815674, -1.141792893409729, -1.0390443801879883, -0.6965492963790894, -0.9705453515052795, -1.8096582889556885, -1.946656346321106, -1.9124068021774292, -2.0665295124053955, -1.5185375213623047, -1.3472900390625, -1.5185375213623047, -1.6897850036621094, -1.5185375213623047, -1.535662293434143, -1.946656346321106, -1.8439078330993652, -1.8610326051712036, -1.9809058904647827, -2.1007792949676514, -1.8439078330993652, -1.7240345478057861, -1.8439078330993652, -2.0494048595428467, -1.7069097757339478, 1.1357992887496948, 1.4611696004867554, 1.7351655960083008, 0.6905558109283447, -1.9637811183929443, -1.5527870655059814, -1.672660231590271, -1.672660231590271, -1.5014127492904663, -1.5185375213623047, -1.946656346321106, -1.0904186964035034, -1.261666178703308, -1.073293924331665, -0.6965492963790894, -0.9705453515052795, -2.032280206680298, -1.3644146919250488, -1.3986642360687256, -1.3644146919250488, -1.141792893409729, -1.227416753768921, -1.261666178703308, -1.2787909507751465, -1.261666178703308, -1.3301652669906616, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.2445415258407593, -1.2787909507751465, -1.227416753768921, -1.261666178703308, -1.261666178703308, -1.1931672096252441, -1.3301652669906616, -1.3472900390625, -1.227416753768921, -1.4500385522842407, -1.0390443801879883, -0.9191710948944092, -1.1931672096252441, -1.1760424375534058, -1.073293924331665, -1.0561691522598267, -0.9534205794334412, -0.8335473537445068, -1.0904186964035034, -1.0390443801879883, -0.8849216103553772, -0.6794245839118958, -0.7307988405227661, -0.7307988405227661, -0.6622998118400574, -0.6794245839118958, -0.8164225816726685, -0.9020463228225708, -0.7307988405227661, -0.9534205794334412, -0.6280503273010254, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.3138112425804138, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.8618032932281494, 0.9131776094436646, 1.2727973461151123, 1.18717360496521, 0.7933043241500854, -0.02868395671248436, -0.02868395671248436, 0.656306266784668, -1.02191960811615, -1.8439078330993652, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -2.032280206680298, -1.9637811183929443, -1.9124068021774292, -1.9295315742492676, -1.8267830610275269, -1.484287977218628, -1.535662293434143, -0.21705622971057892, 0.6391815543174744, 1.18717360496521, 1.4269200563430786, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.4954191446304321, 0.587807297706604, -1.9295315742492676, -1.79253351688385, -1.7411593198776245, -1.878157377243042, -1.9295315742492676, -1.79253351688385, -1.9124068021774292, -2.01515531539917, 0.056939806789159775, 0.7248052954673767, 1.0501755475997925, 1.0844250917434692, 0.8960528373718262, 0.8789280652999878, 0.7076805233955383, 0.43368449807167053, -1.415789008140564, -0.9876701235771179, -0.6622998118400574, 0.29668647050857544, 0.2281874716281891, -0.19993148744106293, -0.3369295001029968, -0.16568197309970856, 0.4679340124130249, 0.4679340124130249, 0.587807297706604, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577], [1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.9131776094436646, 1.4782943725585938, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1186745166778564, 0.8960528373718262, 0.43368449807167053, -0.06293346732854843, -0.18280673027038574, -0.7136740684509277, -1.1075434684753418, -0.8677968382835388, -1.141792893409729, -1.415789008140564, -1.3301652669906616, -1.073293924331665, -1.3986642360687256, -1.484287977218628, -1.261666178703308, -1.141792893409729, -0.7479235529899597, -1.141792893409729, -1.9809058904647827, -1.9637811183929443, -2.1179039478302, -1.5870364904403687, -1.3301652669906616, -1.535662293434143, -1.484287977218628, -1.415789008140564, -1.6555355787277222, -2.0494048595428467, -1.8096582889556885, -1.878157377243042, -2.0665295124053955, -1.9809058904647827, -1.9809058904647827, -1.8267830610275269, -0.4739275276660919, 1.0673003196716309, 1.255672574043274, 1.563918113708496, 1.6495418548583984, 0.6391815543174744, -2.01515531539917, -1.6897850036621094, -1.5185375213623047, -1.3986642360687256, -2.1179039478302, -1.9637811183929443, -1.3130404949188232, -1.415789008140564, -1.3815394639968872, -1.3986642360687256, -1.3301652669906616, -2.1179039478302, -1.5014127492904663, -1.3130404949188232, -1.672660231590271, -1.5527870655059814, -1.5185375213623047, -1.2445415258407593, -1.2787909507751465, -1.2959157228469849, -1.3986642360687256, -1.1931672096252441, -1.141792893409729, -1.3644146919250488, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.3815394639968872, -0.9534205794334412, -1.2445415258407593, -1.2787909507751465, -1.3815394639968872, -1.2102919816970825, -1.3301652669906616, -1.02191960811615, -1.0047948360443115, -1.261666178703308, -1.3130404949188232, -1.0904186964035034, -1.141792893409729, -0.8164225816726685, -0.9876701235771179, -1.0047948360443115, -0.9191710948944092, -0.6622998118400574, -0.6622998118400574, -0.6965492963790894, -0.9534205794334412, -0.5595512986183167, -0.5595512986183167, -0.4910522699356079, -0.7650483250617981, -0.5595512986183167, -0.40542852878570557, -0.9705453515052795, -1.2959157228469849, -0.7136740684509277, -0.8849216103553772, 0.14256370067596436, 0.24531221389770508, 0.091189444065094, 0.622056782245636, 0.3309359848499298, 0.5364330410957336, 0.8446785807609558, 0.656306266784668, 1.0844250917434692, 1.255672574043274, 0.15968845784664154, -0.4739275276660919, -1.7411593198776245, -1.9295315742492676, -1.9295315742492676, -1.9295315742492676, -1.9637811183929443, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -1.8439078330993652, -1.6384108066558838, -1.4671632051467896, -0.6965492963790894, 0.8789280652999878, 1.2214230298995972, 1.5296685695648193, 1.4097954034805298, 1.6495418548583984, 1.7009161710739136, 1.718040943145752, 1.5981676578521729, 1.6837913990020752, 1.3926706314086914, 1.7009161710739136, -1.5870364904403687, -1.79253351688385, -1.7754088640213013, -1.8267830610275269, -1.8267830610275269, -1.8267830610275269, -1.8439078330993652, -1.9637811183929443, 0.4850587546825409, 0.810429036617279, 0.8446785807609558, 1.2042982578277588, 1.2385478019714355, 0.8275538086891174, 0.6049320101737976, -0.9191710948944092, -1.2445415258407593, -1.5527870655059814, -0.4739275276660919, -0.14855723083019257, 0.7933043241500854, -0.06293346732854843, -0.14855723083019257, 0.38231024146080017, 0.3138112425804138, 0.3651854991912842, 0.6391815543174744, 1.3926706314086914, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 1.375545859336853, 1.63241708278656, 1.7009161710739136, 1.718040943145752, 1.7009161710739136, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.0501755475997925, 0.656306266784668, 0.41655975580215454, -0.2513057291507721, -0.21705622971057892, -0.08005820959806442, -0.42255327105522156, -0.5595512986183167, -0.8506720662117004, -1.2102919816970825, -1.6384108066558838, -1.5014127492904663, -1.1760424375534058, -1.2102919816970825, -1.2959157228469849, -1.3472900390625, -1.3472900390625, -1.227416753768921, -0.7821730971336365, -1.5185375213623047, -2.0494048595428467, -1.8952820301055908, -1.4671632051467896, -1.484287977218628, -1.7240345478057861, -1.79253351688385, -1.6555355787277222, -1.9637811183929443, -1.8610326051712036, -1.8096582889556885, -1.946656346321106, -2.032280206680298, -2.1179039478302, -1.0561691522598267, 1.0844250917434692, 1.3926706314086914, 1.6495418548583984, 1.7522903680801392, 1.7522903680801392, -0.7992978096008301, -2.0836544036865234, -2.1179039478302, -2.01515531539917, -1.946656346321106, -2.0665295124053955, -2.0836544036865234, -1.415789008140564, -1.2959157228469849, -1.3472900390625, -1.2787909507751465, -2.01515531539917, -1.8096582889556885, -1.1760424375534058, -1.758284091949463, -1.4329137802124023, -1.5014127492904663, -1.5014127492904663, -1.3815394639968872, -1.4500385522842407, -1.2787909507751465, -1.0390443801879883, -1.227416753768921, -1.3986642360687256, -1.141792893409729, -1.3986642360687256, -1.3130404949188232, -1.1760424375534058, -1.2787909507751465, -1.3130404949188232, -1.227416753768921, -1.3130404949188232, -1.3644146919250488, -1.3130404949188232, -1.3301652669906616, -0.8677968382835388, -1.261666178703308, -1.261666178703308, -1.02191960811615, -0.9876701235771179, -1.0390443801879883, -0.8335473537445068, -0.8164225816726685, -0.7821730971336365, -0.7307988405227661, -0.7479235529899597, -0.5253018140792847, -0.43967801332473755, -0.7650483250617981, -0.4568027853965759, -0.4739275276660919, -0.3711790144443512, -0.16568197309970856, -0.43967801332473755, 0.12543895840644836, -0.011559205129742622, -0.08005820959806442, 0.15968845784664154, 0.056939806789159775, -0.3540542721748352, -0.18280673027038574, 0.056939806789159775, 0.0740646943449974, 0.7590547800064087, 0.9816765785217285, 1.101549744606018, 1.18717360496521, 0.8789280652999878, -0.40542852878570557, -1.0390443801879883, -1.415789008140564, -1.8267830610275269, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9809058904647827, -2.1007792949676514, -1.9980305433273315, -1.9980305433273315, -1.878157377243042, -1.7411593198776245, -1.672660231590271, -0.13143247365951538, 0.622056782245636, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.718040943145752, 1.5125439167022705, 1.7351655960083008, 1.4269200563430786, 1.7351655960083008, 1.7351655960083008, 1.5125439167022705, -0.09718296676874161, -1.9295315742492676, -1.79253351688385, -1.8096582889556885, -1.7754088640213013, -1.9295315742492676, -2.0665295124053955, -1.484287977218628, -1.5014127492904663, 0.29668647050857544, 0.6905558109283447, 0.38231024146080017, 0.9474270939826965, -0.14855723083019257, -0.14855723083019257, -0.5938007831573486, -1.5527870655059814, -1.4500385522842407, -0.18280673027038574, -0.40542852878570557, -0.02868395671248436, -0.19993148744106293, -0.31980475783348083, 0.056939806789159775, 0.38231024146080017, 0.14256370067596436, 0.9816765785217285, 1.2899221181869507, 1.4269200563430786, 1.444044828414917, 1.444044828414917], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 1.18717360496521, 1.6152924299240112, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5296685695648193, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 0.9303023219108582, 0.7590547800064087, 0.5193082690238953, 0.0740646943449974, -0.40542852878570557, -0.42255327105522156, -0.40542852878570557, -0.5595512986183167, -0.8677968382835388, -1.073293924331665, -1.227416753768921, -1.535662293434143, -1.7069097757339478, -1.484287977218628, -1.261666178703308, -1.3301652669906616, -1.3986642360687256, -1.4500385522842407, -1.1931672096252441, -0.9362958669662476, -1.0047948360443115, -1.6212860345840454, -2.1179039478302, -1.604161262512207, -1.3986642360687256, -1.6384108066558838, -1.484287977218628, -1.5527870655059814, -1.946656346321106, -1.9980305433273315, -1.8439078330993652, -1.9124068021774292, -2.1007792949676514, 0.7933043241500854, 1.4097954034805298, 1.6837913990020752, 1.7694151401519775, 1.7522903680801392, 1.0844250917434692, -2.0836544036865234, -2.1179039478302, -1.672660231590271, -1.5699117183685303, -1.4671632051467896, -1.1760424375534058, -1.7754088640213013, -1.9637811183929443, -1.7754088640213013, -2.032280206680298, -2.1179039478302, -2.1007792949676514, -1.6897850036621094, -1.261666178703308, -1.415789008140564, -1.5870364904403687, -1.484287977218628, -1.3986642360687256, -1.3986642360687256, -1.2445415258407593, -1.141792893409729, -1.1760424375534058, -1.261666178703308, -1.2445415258407593, -1.3472900390625, -1.261666178703308, -1.2959157228469849, -0.8849216103553772, -1.1760424375534058, -1.3130404949188232, -1.227416753768921, -1.261666178703308, -1.2445415258407593, -1.2787909507751465, -1.3130404949188232, -1.3644146919250488, -1.3644146919250488, -1.227416753768921, -1.227416753768921, -1.073293924331665, -1.02191960811615, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -1.073293924331665, -0.8849216103553772, -0.7992978096008301, -0.6794245839118958, -0.28555524349212646, -0.2513057291507721, -0.2513057291507721, -0.43967801332473755, -0.30267998576164246, -0.31980475783348083, -0.13143247365951538, 0.03981505334377289, 0.15968845784664154, 0.4850587546825409, 0.587807297706604, 0.3651854991912842, 0.810429036617279, 0.9303023219108582, 1.0673003196716309, 0.8446785807609558, 0.9474270939826965, 1.2214230298995972, 0.7761795520782471, -0.2341809868812561, -0.6794245839118958, -1.3130404949188232, -1.8439078330993652, -1.9124068021774292, -1.946656346321106, -1.946656346321106, -1.946656346321106, -1.9809058904647827, -1.9809058904647827, -1.9295315742492676, -1.9637811183929443, -1.9980305433273315, -1.9637811183929443, -1.4671632051467896, -1.5527870655059814, -0.3540542721748352, 0.43368449807167053, 1.1529240608215332, 1.4097954034805298, 1.3412963151931763, 1.563918113708496, 1.5810428857803345, 1.6495418548583984, 1.4269200563430786, 1.6152924299240112, 1.5296685695648193, 1.8207894563674927, -0.3540542721748352, 1.1700488328933716, -0.3883037567138672, -1.8439078330993652, -2.032280206680298, -2.01515531539917, -1.9980305433273315, -1.7754088640213013, -1.6897850036621094, -2.0665295124053955, -0.4739275276660919, 0.26243698596954346, 0.6905558109283447, 0.6734310388565063, 0.19393795728683472, -1.6384108066558838, -1.9980305433273315, -1.9295315742492676, -1.073293924331665, 0.10831420123577118, 0.5706825256347656, -0.21705622971057892, 0.3138112425804138, -0.08005820959806442, 0.12543895840644836, 0.03981505334377289, -0.13143247365951538, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.3926706314086914, 1.4097954034805298], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.7590547800064087, 1.1529240608215332, 1.6152924299240112, 1.7694151401519775, 1.8036646842956543, 1.7009161710739136, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 0.9645518660545349, 0.810429036617279, 0.5364330410957336, 0.0055655487813055515, -0.576676070690155, -0.5938007831573486, -0.5424265265464783, -0.7136740684509277, -0.7992978096008301, -0.9191710948944092, -1.141792893409729, -1.2787909507751465, -1.484287977218628, -1.6897850036621094, -1.7069097757339478, -1.3986642360687256, -1.4329137802124023, -1.4329137802124023, -1.415789008140564, -1.3472900390625, -1.1760424375534058, -0.9020463228225708, -1.02191960811615, -1.9637811183929443, -1.8439078330993652, -1.6555355787277222, -1.6212860345840454, -1.5527870655059814, -1.7240345478057861, -2.01515531539917, -1.8267830610275269, -1.946656346321106, -1.8096582889556885, 0.8789280652999878, 1.6152924299240112, 1.718040943145752, 1.786539912223816, 1.2727973461151123, -2.0494048595428467, -2.0836544036865234, -1.5699117183685303, -1.6897850036621094, -1.415789008140564, -1.3130404949188232, -1.9980305433273315, -2.0665295124053955, -0.9191710948944092, -1.415789008140564, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.5870364904403687, -1.672660231590271, -1.484287977218628, -1.4500385522842407, -1.1760424375534058, -1.4329137802124023, -1.484287977218628, -1.7754088640213013, -1.3130404949188232, -1.2787909507751465, -1.227416753768921, -1.3301652669906616, -1.3472900390625, -1.261666178703308, -1.1246682405471802, -1.073293924331665, -1.4500385522842407, -1.1075434684753418, -1.415789008140564, -1.3644146919250488, -1.2959157228469849, -1.4329137802124023, -1.0904186964035034, -1.227416753768921, -1.3301652669906616, -1.1931672096252441, -1.261666178703308, -0.9362958669662476, -1.2787909507751465, -1.0390443801879883, -0.8506720662117004, -0.9534205794334412, -0.9876701235771179, -0.7821730971336365, -0.9191710948944092, -0.7650483250617981, -0.4739275276660919, -0.31980475783348083, -0.02868395671248436, -0.14855723083019257, -0.42255327105522156, -0.14855723083019257, 0.15968845784664154, 0.5021834969520569, 0.41655975580215454, 0.3651854991912842, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7590547800064087, 0.8960528373718262, 1.0159261226654053, 1.2385478019714355, 0.7761795520782471, -0.3540542721748352, -1.1246682405471802, -1.6212860345840454, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.946656346321106, -1.9637811183929443, -1.9124068021774292, -1.9124068021774292, -1.1589176654815674, -0.16568197309970856, 0.5021834969520569, -0.6622998118400574, 0.10831420123577118, 0.0740646943449974, 0.656306266784668, 1.5810428857803345, 1.4954191446304321, 1.2727973461151123, 1.444044828414917, 1.5981676578521729, 1.7351655960083008, 1.375545859336853, 1.324171543121338, 1.4097954034805298, 1.2899221181869507, 1.1529240608215332, 1.4611696004867554, 1.5125439167022705, 1.1186745166778564, -0.011559205129742622, -1.7069097757339478, -1.3644146919250488, -2.0494048595428467, -2.0665295124053955, -2.0836544036865234, -2.032280206680298, -0.3540542721748352, 0.7248052954673767, 0.9131776094436646, -1.535662293434143, -2.032280206680298, -1.9637811183929443, -1.7411593198776245, -0.4910522699356079, 0.2281874716281891, 1.1700488328933716, 0.43368449807167053, 0.7248052954673767, 0.4508092403411865, 0.27956172823905945, -0.28555524349212646, 0.38231024146080017, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 1.0330508947372437, 1.5125439167022705, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.5296685695648193, 1.4611696004867554, 1.2899221181869507, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.0330508947372437, 0.8789280652999878, 0.5364330410957336, -0.045808710157871246, -0.5081770420074463, -0.6622998118400574, -0.576676070690155, -0.5938007831573486, -1.1246682405471802, -1.1931672096252441, -1.227416753768921, -1.3815394639968872, -1.4671632051467896, -1.4329137802124023, -1.7754088640213013, -1.79253351688385, -1.4671632051467896, -1.415789008140564, -1.5185375213623047, -1.5699117183685303, -1.5014127492904663, -1.4329137802124023, -1.3130404949188232, -0.8677968382835388, -1.7069097757339478, -1.9295315742492676, -1.758284091949463, -1.8267830610275269, -1.672660231590271, -1.6897850036621094, -2.032280206680298, -1.9980305433273315, 0.7076805233955383, 1.0844250917434692, 1.6495418548583984, 1.8036646842956543, 0.9988013505935669, -2.0494048595428467, -2.1179039478302, -1.604161262512207, -1.6384108066558838, -1.2959157228469849, -1.3130404949188232, -1.9980305433273315, -2.0836544036865234, -0.7821730971336365, -1.3986642360687256, -1.3644146919250488, -1.5185375213623047, -1.5014127492904663, -1.604161262512207, -1.4500385522842407, -1.672660231590271, -1.4500385522842407, -1.5185375213623047, -1.7069097757339478, -1.261666178703308, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.6555355787277222, -1.3472900390625, -1.227416753768921, -1.1589176654815674, -1.3130404949188232, -1.484287977218628, -1.261666178703308, -1.3815394639968872, -1.3986642360687256, -1.1931672096252441, -1.2445415258407593, -1.3472900390625, -1.0390443801879883, -1.227416753768921, -1.0047948360443115, -1.2102919816970825, -1.073293924331665, -1.141792893409729, -1.1589176654815674, -0.9362958669662476, -0.8677968382835388, -0.7479235529899597, -0.6622998118400574, -0.5595512986183167, -0.4568027853965759, -0.2513057291507721, -0.2341809868812561, -0.40542852878570557, -0.2684305012226105, 0.12543895840644836, 0.9303023219108582, 0.29668647050857544, 0.656306266784668, 0.9474270939826965, 0.7761795520782471, 0.9131776094436646, 0.7933043241500854, 0.6734310388565063, 0.38231024146080017, 0.8960528373718262, 0.587807297706604, -0.5081770420074463, -1.227416753768921, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.8610326051712036, -1.878157377243042, -1.5014127492904663, -1.0047948360443115, -0.40542852878570557, 0.8275538086891174, 1.2042982578277588, 0.9816765785217285, 1.255672574043274, 1.4097954034805298, 1.5467933416366577, 1.444044828414917, 1.4954191446304321, 1.4782943725585938, 1.5981676578521729, 1.5296685695648193, 1.7522903680801392, 1.5981676578521729, 1.0501755475997925, 1.2385478019714355, 1.5125439167022705, 1.4954191446304321, 1.7009161710739136, 1.3926706314086914, 0.9988013505935669, 0.6905558109283447, 0.27956172823905945, -0.9191710948944092, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -1.946656346321106, -0.06293346732854843, -1.1589176654815674, -2.1179039478302, -2.0836544036865234, -1.946656346321106, -1.7411593198776245, -0.8849216103553772, 0.3138112425804138, 0.9474270939826965, 0.587807297706604, 0.6391815543174744, 0.5535577535629272, -0.18280673027038574, 0.19393795728683472, 0.7761795520782471, 1.324171543121338, 1.1529240608215332, 1.3070467710494995, 1.3070467710494995, 1.324171543121338], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.7419300675392151, 1.2042982578277588, 1.6495418548583984, 1.786539912223816, 1.7009161710739136, 1.63241708278656, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5296685695648193, 1.3412963151931763, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 0.9645518660545349, 0.7590547800064087, 0.3651854991912842, -0.31980475783348083, -0.610925555229187, -0.43967801332473755, -0.28555524349212646, -1.2445415258407593, -1.535662293434143, -1.5870364904403687, -1.3815394639968872, -1.3986642360687256, -1.4329137802124023, -1.4500385522842407, -1.672660231590271, -1.758284091949463, -1.6384108066558838, -1.5699117183685303, -1.5185375213623047, -1.535662293434143, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.3301652669906616, -1.8267830610275269, -1.9637811183929443, -1.79253351688385, -1.7069097757339478, -1.6384108066558838, -1.9295315742492676, 0.27956172823905945, 1.255672574043274, 1.4097954034805298, 1.563918113708496, 1.7351655960083008, -0.5595512986183167, -2.1007792949676514, -1.6897850036621094, -1.5870364904403687, -1.4671632051467896, -1.3472900390625, -2.0494048595428467, -2.0665295124053955, -0.8677968382835388, -1.3644146919250488, -1.3472900390625, -1.4329137802124023, -1.3815394639968872, -1.7240345478057861, -1.2959157228469849, -1.6555355787277222, -1.5014127492904663, -1.3472900390625, -1.0561691522598267, -1.3472900390625, -1.7754088640213013, -1.073293924331665, -1.073293924331665, -1.3472900390625, -1.5014127492904663, -1.4500385522842407, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.2787909507751465, -1.3301652669906616, -1.3815394639968872, -1.3301652669906616, -1.3644146919250488, -1.4671632051467896, -1.2959157228469849, -1.2102919816970825, -1.227416753768921, -1.1589176654815674, -1.2445415258407593, -1.3815394639968872, -1.4500385522842407, -1.1589176654815674, -1.1075434684753418, -1.1589176654815674, -0.8677968382835388, -1.1760424375534058, -0.7992978096008301, -0.9020463228225708, -0.645175039768219, -0.43967801332473755, -0.06293346732854843, 0.056939806789159775, 0.02269030176103115, -0.14855723083019257, 0.5193082690238953, 0.7419300675392151, 0.38231024146080017, 0.41655975580215454, 0.6049320101737976, 0.8789280652999878, 0.7419300675392151, 0.8960528373718262, 1.2042982578277588, 1.2899221181869507, 1.1186745166778564, 0.3651854991912842, -0.9876701235771179, -1.484287977218628, -1.8096582889556885, -1.9295315742492676, -1.9295315742492676, -1.9124068021774292, -1.8439078330993652, -1.9980305433273315, -1.4500385522842407, -0.5424265265464783, -0.43967801332473755, 1.1529240608215332, 0.3309359848499298, 1.101549744606018, 1.3584210872650146, 1.4782943725585938, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.5125439167022705, 1.444044828414917, 1.375545859336853, 1.5467933416366577, 1.4611696004867554, 1.3926706314086914, 1.0673003196716309, 0.9988013505935669, 1.2214230298995972, 1.4611696004867554, 1.4954191446304321, 0.8446785807609558, 0.7248052954673767, -0.40542852878570557, -1.5014127492904663, -1.878157377243042, -1.9980305433273315, -2.0836544036865234, -2.0836544036865234, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -1.946656346321106, -1.9124068021774292, -0.8164225816726685, -1.9637811183929443, -0.42255327105522156, 0.9645518660545349, 0.9816765785217285, 1.1357992887496948, 0.39943498373031616, 0.2110627144575119, 0.19393795728683472, 0.14256370067596436, 1.4611696004867554, 1.2727973461151123, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.7933043241500854, 1.4097954034805298, 1.7522903680801392, 1.7351655960083008, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.5296685695648193, 1.324171543121338, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 0.810429036617279, 0.8275538086891174, 0.6049320101737976, 0.15968845784664154, -0.08005820959806442, -0.4739275276660919, -0.8335473537445068, -1.261666178703308, -1.4500385522842407, -1.6555355787277222, -1.4329137802124023, -1.261666178703308, -1.261666178703308, -1.4500385522842407, -1.7069097757339478, -1.8439078330993652, -1.7754088640213013, -1.6555355787277222, -1.6555355787277222, -1.6212860345840454, -1.5185375213623047, -1.5014127492904663, -1.4329137802124023, -1.2959157228469849, -1.6384108066558838, -1.8952820301055908, -1.79253351688385, -1.758284091949463, -1.7240345478057861, 1.324171543121338, 1.375545859336853, 1.5981676578521729, 1.7351655960083008, 1.5981676578521729, -1.7411593198776245, -1.8267830610275269, -2.032280206680298, -2.1179039478302, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.032280206680298, -1.9637811183929443, -1.6384108066558838, -1.5699117183685303, -1.3472900390625, -1.9637811183929443, -0.7479235529899597, -1.2959157228469849, -1.2787909507751465, -1.227416753768921, -1.6555355787277222, -1.141792893409729, -1.4329137802124023, -1.5870364904403687, -1.4500385522842407, -1.535662293434143, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2102919816970825, -1.3472900390625, -1.3472900390625, -1.4500385522842407, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.3301652669906616, -1.141792893409729, -1.1075434684753418, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8506720662117004, -0.8164225816726685, -0.8335473537445068, -0.7479235529899597, -0.3540542721748352, 0.056939806789159775, -0.16568197309970856, -0.2513057291507721, 0.12543895840644836, 0.27956172823905945, 0.7761795520782471, 0.587807297706604, 0.7248052954673767, 0.622056782245636, 0.5021834969520569, 0.7933043241500854, 1.0159261226654053, 1.255672574043274, 1.18717360496521, 1.0330508947372437, 0.656306266784668, -0.3369295001029968, -1.2102919816970825, -1.8267830610275269, -1.8952820301055908, -1.946656346321106, -1.9809058904647827, -1.8952820301055908, -1.9124068021774292, -0.8335473537445068, 0.2110627144575119, 0.7933043241500854, 1.0330508947372437, 1.255672574043274, 1.375545859336853, 1.6152924299240112, 1.7009161710739136, 1.4611696004867554, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3412963151931763, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.3070467710494995, 0.9988013505935669, 0.8789280652999878, 0.8275538086891174, 1.0673003196716309, 1.3070467710494995, 0.8618032932281494, 0.39943498373031616, -1.02191960811615, -1.4500385522842407, -2.1007792949676514, -2.0836544036865234, -1.3815394639968872, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, 0.27956172823905945, 0.8789280652999878, -2.0494048595428467, -1.604161262512207, -1.2787909507751465, -0.045808710157871246, 0.8446785807609558, 1.255672574043274, 1.1357992887496948, 1.0330508947372437, 0.7419300675392151, 0.14256370067596436, 0.587807297706604, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 1.0844250917434692, 1.7351655960083008, 1.7009161710739136, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.4782943725585938, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9131776094436646, 0.7590547800064087, 0.5535577535629272, 0.26243698596954346, -0.13143247365951538, -0.3540542721748352, -0.5595512986183167, -0.9362958669662476, -1.2959157228469849, -1.5185375213623047, -1.7240345478057861, -1.5699117183685303, -1.3301652669906616, -1.261666178703308, -1.2787909507751465, -1.4500385522842407, -1.7240345478057861, -1.8439078330993652, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6555355787277222, -1.604161262512207, -1.3986642360687256, -1.261666178703308, -1.2445415258407593, -1.7069097757339478, -1.9809058904647827, -1.8610326051712036, 1.6495418548583984, 1.6152924299240112, 1.7694151401519775, 1.6837913990020752, -1.604161262512207, -1.8096582889556885, -2.0494048595428467, -1.5527870655059814, -1.8267830610275269, -1.4500385522842407, -1.2959157228469849, -1.02191960811615, -1.1075434684753418, -1.758284091949463, -2.032280206680298, -1.1589176654815674, -1.484287977218628, -1.6555355787277222, -1.4500385522842407, -1.3986642360687256, -1.141792893409729, -1.4329137802124023, -1.7240345478057861, -1.3301652669906616, -1.3644146919250488, -1.3301652669906616, -0.9876701235771179, -1.261666178703308, -1.3986642360687256, -1.141792893409729, -1.6897850036621094, -1.415789008140564, -1.4329137802124023, -1.3472900390625, -1.6555355787277222, -1.2787909507751465, -1.1760424375534058, -1.2102919816970825, -1.5870364904403687, -1.6555355787277222, -1.1931672096252441, -1.535662293434143, -1.3986642360687256, -1.0390443801879883, -1.3472900390625, -1.3130404949188232, -1.2445415258407593, -1.2445415258407593, -1.5699117183685303, -0.8849216103553772, -1.2787909507751465, -1.2102919816970825, -0.8164225816726685, -0.576676070690155, -0.576676070690155, -0.2341809868812561, 0.2110627144575119, 0.6049320101737976, 0.6905558109283447, 0.3480607271194458, 0.810429036617279, 0.43368449807167053, 0.38231024146080017, 0.9645518660545349, 0.8960528373718262, 0.5021834969520569, 0.9645518660545349, 1.0673003196716309, 0.9131776094436646, 0.7248052954673767, -0.5253018140792847, -1.227416753768921, -1.7069097757339478, -1.878157377243042, -1.9637811183929443, -1.946656346321106, -1.946656346321106, -0.2513057291507721, 0.7590547800064087, 0.7933043241500854, 0.3480607271194458, 0.8789280652999878, 1.324171543121338, 1.2385478019714355, 1.5125439167022705, 1.3926706314086914, 1.5981676578521729, 1.4954191446304321, 1.2042982578277588, 1.6152924299240112, 1.5125439167022705, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.444044828414917, 0.8960528373718262, 0.5193082690238953, 1.101549744606018, 0.7590547800064087, 0.8275538086891174, -0.1143077164888382, -2.0494048595428467, -1.878157377243042, -2.0494048595428467, -2.0836544036865234, -2.0836544036865234, -1.261666178703308, -2.0494048595428467, -2.0665295124053955, -2.1179039478302, -2.0836544036865234, -2.0494048595428467, -1.3472900390625, -0.7992978096008301, -0.09718296676874161, 0.7419300675392151, 0.5706825256347656, 0.9816765785217285, 0.4850587546825409, -0.011559205129742622, 1.2042982578277588, 1.0844250917434692, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 1.0159261226654053, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.63241708278656, 1.4782943725585938, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.7933043241500854, 0.5021834969520569, 0.3480607271194458, 0.15968845784664154, -0.18280673027038574, -0.5595512986183167, -0.9362958669662476, -1.1760424375534058, -1.3130404949188232, -1.535662293434143, -1.7411593198776245, -1.672660231590271, -1.5014127492904663, -1.3644146919250488, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -1.7069097757339478, -1.5870364904403687, -1.5699117183685303, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.3644146919250488, -1.9124068021774292, -1.7240345478057861, -1.9809058904647827, -0.576676070690155, 0.9474270939826965, 1.5296685695648193, 1.718040943145752, 0.4850587546825409, -1.8952820301055908, -2.1179039478302, -1.604161262512207, -1.535662293434143, -1.7069097757339478, -1.4500385522842407, -1.535662293434143, -1.415789008140564, -1.878157377243042, -1.9124068021774292, -0.9362958669662476, -1.5014127492904663, -1.261666178703308, -1.5527870655059814, -1.7754088640213013, -1.2787909507751465, -1.2787909507751465, -1.2445415258407593, -1.5699117183685303, -1.3130404949188232, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -1.3986642360687256, -1.3472900390625, -1.604161262512207, -1.3301652669906616, -1.3301652669906616, -1.261666178703308, -1.3644146919250488, -1.1246682405471802, -1.1589176654815674, -1.0047948360443115, -0.9534205794334412, -1.1589176654815674, -1.2959157228469849, -1.4329137802124023, -1.3815394639968872, -0.9534205794334412, -1.2959157228469849, -1.3301652669906616, -1.2102919816970825, -1.1246682405471802, -1.0904186964035034, -0.9534205794334412, -0.9705453515052795, -1.02191960811615, -0.8506720662117004, -0.645175039768219, 0.3651854991912842, -0.2341809868812561, -0.31980475783348083, 0.3138112425804138, 0.3651854991912842, 0.5706825256347656, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.9816765785217285, 1.1357992887496948, 1.2385478019714355, 0.9645518660545349, 0.9303023219108582, 0.622056782245636, 0.2281874716281891, -0.3540542721748352, -1.02191960811615, -1.5185375213623047, -1.8610326051712036, -1.8610326051712036, -1.8439078330993652, -1.2959157228469849, -0.7821730971336365, 0.6049320101737976, 1.0844250917434692, 0.9645518660545349, 0.9816765785217285, 0.9474270939826965, 1.3584210872650146, 1.375545859336853, 1.4954191446304321, 1.3926706314086914, 1.3926706314086914, 1.6152924299240112, 1.3584210872650146, 1.3070467710494995, 1.444044828414917, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.101549744606018, 1.2727973461151123, 1.2214230298995972, 1.2385478019714355, 0.810429036617279, 0.27956172823905945, -1.7069097757339478, -2.01515531539917, -1.9980305433273315, -1.878157377243042, -0.2513057291507721, -2.032280206680298, -2.0665295124053955, 0.24531221389770508, 1.375545859336853, -1.878157377243042, -2.0665295124053955, 0.810429036617279, 1.718040943145752, -2.0836544036865234, -1.9124068021774292, -1.7754088640213013, -0.40542852878570557, 0.091189444065094, -0.18280673027038574, -0.6794245839118958, -1.2959157228469849, 1.0673003196716309, 1.3412963151931763, 1.0844250917434692, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 1.0330508947372437, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.5981676578521729, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 0.9816765785217285, 0.7933043241500854, 0.587807297706604, 0.26243698596954346, -0.2341809868812561, -0.7821730971336365, -1.0047948360443115, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.5185375213623047, -1.604161262512207, -1.7411593198776245, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -1.5527870655059814, -1.6384108066558838, -1.758284091949463, -1.6555355787277222, -1.758284091949463, -1.8267830610275269, -1.6384108066558838, -1.9809058904647827, -1.9980305433273315, -1.8096582889556885, -1.8952820301055908, 0.7933043241500854, 1.0159261226654053, 0.9303023219108582, 0.9303023219108582, 0.2110627144575119, -1.7754088640213013, -1.9980305433273315, -1.878157377243042, -1.4500385522842407, -1.5699117183685303, -1.535662293434143, -1.2445415258407593, -2.1179039478302, -1.8096582889556885, -1.1589176654815674, -1.3644146919250488, -1.261666178703308, -1.5699117183685303, -1.672660231590271, -1.5014127492904663, -1.2102919816970825, -1.2787909507751465, -1.535662293434143, -1.3644146919250488, -1.3986642360687256, -1.6212860345840454, -1.2787909507751465, -1.3986642360687256, -1.4329137802124023, -1.2959157228469849, -1.1589176654815674, -1.261666178703308, -1.141792893409729, -1.1760424375534058, -1.2102919816970825, -1.0390443801879883, -1.0047948360443115, -0.9020463228225708, -0.8506720662117004, -1.141792893409729, -0.8335473537445068, -1.073293924331665, -1.227416753768921, -1.2787909507751465, -1.2102919816970825, -1.1760424375534058, -1.1075434684753418, -1.1246682405471802, -1.1931672096252441, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.5081770420074463, -0.13143247365951538, 0.27956172823905945, 0.2110627144575119, 0.4508092403411865, 0.6049320101737976, 0.5364330410957336, 0.656306266784668, 0.8275538086891174, 0.6734310388565063, 0.8275538086891174, 0.5706825256347656, 0.7590547800064087, 0.8960528373718262, 1.18717360496521, 1.2385478019714355, 0.7419300675392151, -0.42255327105522156, -1.3644146919250488, -1.8952820301055908, -1.878157377243042, -1.8952820301055908, -1.3472900390625, 0.27956172823905945, 0.7248052954673767, 1.1186745166778564, 1.1186745166778564, 1.3412963151931763, 1.2727973461151123, 0.9988013505935669, 1.1186745166778564, 1.5125439167022705, 1.4269200563430786, 1.5810428857803345, 1.4782943725585938, 1.5981676578521729, 1.563918113708496, 1.6495418548583984, 1.4611696004867554, 1.2214230298995972, 1.5296685695648193, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3070467710494995, 1.18717360496521, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.4782943725585938, 1.5125439167022705, -1.0561691522598267, -0.9876701235771179, -1.5699117183685303, -0.30267998576164246, 1.5296685695648193, 1.7009161710739136, -1.5699117183685303, -2.032280206680298, 1.5467933416366577, 1.563918113708496, -2.0665295124053955, -1.261666178703308, -1.9124068021774292, -1.5527870655059814, -0.7650483250617981, -1.604161262512207, -1.8952820301055908, -0.9191710948944092, 1.4782943725585938, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 1.1357992887496948, 1.786539912223816, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 0.9988013505935669, 0.9131776094436646, 0.6391815543174744, 0.19393795728683472, -0.30267998576164246, -0.7479235529899597, -1.1931672096252441, -1.3986642360687256, -1.2787909507751465, -1.1246682405471802, -1.3130404949188232, -1.5527870655059814, -1.7069097757339478, -1.7411593198776245, -1.5699117183685303, -1.5014127492904663, -1.5870364904403687, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -0.7992978096008301, -1.9124068021774292, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -2.0494048595428467, -1.672660231590271, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.324171543121338, -2.032280206680298, -1.9809058904647827, -1.6555355787277222, -0.9534205794334412, -1.8267830610275269, -2.0494048595428467, -1.6897850036621094, -2.01515531539917, -2.1007792949676514, -1.9124068021774292, -1.415789008140564, -1.484287977218628, -1.604161262512207, -1.4500385522842407, -1.79253351688385, -2.0836544036865234, -1.1760424375534058, -1.5014127492904663, -1.535662293434143, -1.484287977218628, -1.484287977218628, -1.3644146919250488, -1.4329137802124023, -1.2959157228469849, -1.1931672096252441, -0.8677968382835388, -1.073293924331665, -1.141792893409729, -1.1246682405471802, -1.1246682405471802, -0.9191710948944092, -0.9876701235771179, -0.8849216103553772, -0.8335473537445068, -0.7307988405227661, -0.7136740684509277, -0.8164225816726685, -1.1075434684753418, -0.9362958669662476, -0.8849216103553772, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.2787909507751465, -1.0561691522598267, -0.7307988405227661, -0.21705622971057892, -0.06293346732854843, -0.16568197309970856, 0.29668647050857544, 0.15968845784664154, 0.15968845784664154, 0.6049320101737976, 0.29668647050857544, 0.3138112425804138, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.9303023219108582, 0.6049320101737976, 0.7761795520782471, 1.101549744606018, 1.0159261226654053, 0.4679340124130249, -0.43967801332473755, -1.1075434684753418, -1.8096582889556885, -1.8267830610275269, -1.758284091949463, -1.5699117183685303, -0.2684305012226105, 0.7248052954673767, 1.0673003196716309, 1.0673003196716309, 0.9816765785217285, 1.1529240608215332, 1.1700488328933716, 0.9988013505935669, 1.3926706314086914, 1.1529240608215332, 1.324171543121338, 1.5125439167022705, 1.6837913990020752, 1.4097954034805298, 1.5981676578521729, 1.5125439167022705, 1.5810428857803345, 1.2727973461151123, 1.444044828414917, 1.4097954034805298, 1.444044828414917, 1.5296685695648193, 1.5810428857803345, 1.4782943725585938, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.6666666269302368, 1.2727973461151123, 1.9406627416610718, 1.1529240608215332, -0.31980475783348083, 0.3651854991912842, 1.5981676578521729, -1.8096582889556885, -2.1007792949676514, -2.0836544036865234, -1.1760424375534058, -1.2102919816970825, -1.9295315742492676, -1.9295315742492676, -1.8267830610275269, 0.2281874716281891, -0.06293346732854843, -1.9809058904647827, -0.6622998118400574, 1.4782943725585938, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564], [1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 1.0501755475997925, 1.6666666269302368, 1.6837913990020752, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.1529240608215332, 0.9474270939826965, 0.8618032932281494, 0.7761795520782471, 0.2281874716281891, -0.2513057291507721, -0.7821730971336365, -1.1246682405471802, -1.4500385522842407, -1.4500385522842407, -1.3986642360687256, -1.2959157228469849, -1.3644146919250488, -1.5699117183685303, -1.7754088640213013, -1.8610326051712036, -1.7411593198776245, -1.6384108066558838, -1.7240345478057861, -1.6555355787277222, -1.9124068021774292, -1.758284091949463, -1.8610326051712036, -1.878157377243042, -1.758284091949463, -1.7240345478057861, -1.6555355787277222, -1.5185375213623047, -1.141792893409729, 0.9131776094436646, 0.656306266784668, -2.0665295124053955, -1.8096582889556885, -1.758284091949463, -1.3986642360687256, -0.8506720662117004, -1.7754088640213013, -2.1007792949676514, -1.02191960811615, -1.073293924331665, -0.8849216103553772, -1.3130404949188232, -1.8952820301055908, -2.032280206680298, -1.8952820301055908, -2.1007792949676514, -2.0665295124053955, -1.1246682405471802, -1.5527870655059814, -1.5870364904403687, -1.7069097757339478, -1.5185375213623047, -0.9876701235771179, -1.3644146919250488, -1.227416753768921, -1.4500385522842407, -1.261666178703308, -1.3130404949188232, -1.073293924331665, -1.4671632051467896, -1.1246682405471802, -1.0904186964035034, -1.3130404949188232, -0.9020463228225708, -1.0904186964035034, -0.8677968382835388, -0.9705453515052795, -0.576676070690155, -0.43967801332473755, -0.5081770420074463, -0.40542852878570557, -0.2684305012226105, -0.06293346732854843, 0.056939806789159775, -0.42255327105522156, -0.18280673027038574, -0.8335473537445068, -0.3883037567138672, -0.7479235529899597, 0.19393795728683472, 0.4508092403411865, 0.39943498373031616, 0.0740646943449974, 0.3309359848499298, 0.17681321501731873, 0.5535577535629272, 0.622056782245636, 0.6905558109283447, 0.810429036617279, 0.9645518660545349, 0.7761795520782471, 0.9816765785217285, 0.6905558109283447, 1.1357992887496948, 0.4679340124130249, 0.091189444065094, -0.576676070690155, -1.0047948360443115, -1.8267830610275269, -1.8439078330993652, -1.1075434684753418, -0.08005820959806442, 0.5364330410957336, 1.2042982578277588, 1.324171543121338, 1.5467933416366577, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.5467933416366577, 1.4097954034805298, 1.255672574043274, 1.444044828414917, 1.2214230298995972, 1.4782943725585938, 1.4097954034805298, 1.1357992887496948, 1.255672574043274, 1.2042982578277588, 1.3584210872650146, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.5125439167022705, 1.6837913990020752, 1.5125439167022705, 1.7009161710739136, 1.5296685695648193, 1.4269200563430786, 0.8446785807609558, 1.3584210872650146, 0.7248052954673767, -1.3130404949188232, 1.4269200563430786, -1.3815394639968872, 1.0673003196716309, 0.03981505334377289, 0.5193082690238953, -0.31980475783348083, 0.622056782245636, 0.622056782245636, 0.7590547800064087, 1.0330508947372437, -0.8335473537445068, -0.08005820959806442, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.7076805233955383, 1.2385478019714355, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.0330508947372437, 0.6391815543174744, 0.15968845784664154, -0.5081770420074463, -0.9362958669662476, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.484287977218628, -1.6555355787277222, -1.535662293434143, -1.5699117183685303, -1.5185375213623047, -1.5527870655059814, -1.604161262512207, -1.484287977218628, -1.3986642360687256, -1.9124068021774292, -1.8267830610275269, -1.8267830610275269, -1.878157377243042, -1.7069097757339478, -1.3986642360687256, -1.8610326051712036, -1.6384108066558838, -1.5699117183685303, -0.3711790144443512, -0.576676070690155, -1.1075434684753418, -1.5699117183685303, -0.9191710948944092, -1.4500385522842407, -0.3711790144443512, -1.6555355787277222, -2.1179039478302, -1.3472900390625, -1.5014127492904663, -1.535662293434143, -1.535662293434143, -1.5014127492904663, -2.0494048595428467, -1.4671632051467896, -1.5014127492904663, -1.3815394639968872, -0.9362958669662476, -1.3644146919250488, -1.5527870655059814, -1.5699117183685303, -1.5014127492904663, -1.79253351688385, -1.2787909507751465, -1.3130404949188232, -1.5014127492904663, -1.415789008140564, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.2787909507751465, -1.227416753768921, -1.415789008140564, -1.3130404949188232, -1.0904186964035034, -1.02191960811615, -0.8335473537445068, -0.5595512986183167, -0.6280503273010254, -0.7821730971336365, -0.18280673027038574, -0.045808710157871246, -0.18280673027038574, -0.19993148744106293, 0.02269030176103115, -0.011559205129742622, 0.0740646943449974, 0.19393795728683472, 0.38231024146080017, 0.3138112425804138, -0.30267998576164246, -0.21705622971057892, -0.14855723083019257, 0.056939806789159775, 0.3309359848499298, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7419300675392151, 0.810429036617279, 1.0159261226654053, 0.7761795520782471, 0.8960528373718262, 1.0673003196716309, 0.4679340124130249, -0.6280503273010254, -1.02191960811615, -1.6555355787277222, -1.6555355787277222, -1.7069097757339478, -0.08005820959806442, -0.16568197309970856, 0.8618032932281494, 0.7933043241500854, 1.2727973461151123, 1.375545859336853, 0.9816765785217285, 0.8618032932281494, 1.1186745166778564, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7522903680801392, 1.324171543121338, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.324171543121338, 1.1529240608215332, 1.4954191446304321, 1.6495418548583984, 1.6837913990020752, 1.5467933416366577, 1.324171543121338, 0.9645518660545349, 1.18717360496521, 1.5981676578521729, 1.2899221181869507, 1.5296685695648193, 1.5125439167022705, 1.9920369386672974, 1.444044828414917, 1.1357992887496948, 1.375545859336853, 1.718040943145752, -0.21705622971057892, 0.9303023219108582, 0.10831420123577118, 1.6837913990020752, 1.3926706314086914, 1.4782943725585938, 0.8446785807609558, 0.7590547800064087, 1.1700488328933716, 1.3926706314086914, 0.17681321501731873, 0.4508092403411865, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 1.101549744606018, 1.563918113708496, 1.786539912223816, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.18717360496521, 0.9645518660545349, 0.5535577535629272, -0.09718296676874161, -0.5595512986183167, -0.4910522699356079, -0.9020463228225708, -1.1246682405471802, -1.1931672096252441, -1.6555355787277222, -1.6212860345840454, -1.9295315742492676, -1.3815394639968872, -0.9534205794334412, -1.758284091949463, -1.6555355787277222, -1.79253351688385, -1.9295315742492676, -2.01515531539917, -1.9980305433273315, -2.1179039478302, -2.032280206680298, -1.758284091949463, -1.4500385522842407, -1.8096582889556885, -0.9705453515052795, -1.2787909507751465, 0.10831420123577118, 1.0501755475997925, 0.656306266784668, -1.3644146919250488, -1.878157377243042, -1.6555355787277222, -0.6794245839118958, -1.946656346321106, -1.9124068021774292, -1.5870364904403687, -1.3644146919250488, -1.3472900390625, -1.4671632051467896, -1.9637811183929443, -1.9809058904647827, -1.4671632051467896, -1.535662293434143, -1.0047948360443115, -1.2445415258407593, -1.4500385522842407, -1.6212860345840454, -1.415789008140564, -1.3644146919250488, -1.3986642360687256, -1.0390443801879883, -1.415789008140564, -1.3644146919250488, -0.43967801332473755, -0.3711790144443512, -1.02191960811615, -1.0047948360443115, -1.4329137802124023, -1.3130404949188232, -1.2102919816970825, -0.9705453515052795, -1.1246682405471802, -0.8506720662117004, -0.9020463228225708, -0.8677968382835388, -0.7479235529899597, -0.5081770420074463, -0.5595512986183167, -0.045808710157871246, 0.5364330410957336, 0.3138112425804138, -0.045808710157871246, -0.31980475783348083, -1.3986642360687256, -0.06293346732854843, 0.02269030176103115, 0.24531221389770508, 0.3480607271194458, 0.3138112425804138, 0.43368449807167053, 0.5193082690238953, 0.7590547800064087, 0.6905558109283447, 0.7419300675392151, 0.6734310388565063, 1.0330508947372437, 0.8618032932281494, 0.7933043241500854, 0.7933043241500854, 0.9131776094436646, 0.4679340124130249, -0.7821730971336365, -1.4671632051467896, -1.5870364904403687, -1.7411593198776245, -1.6897850036621094, -0.9534205794334412, -0.21705622971057892, 0.7076805233955383, 1.1529240608215332, 1.3926706314086914, 1.444044828414917, 1.4097954034805298, 1.2385478019714355, 1.0673003196716309, 0.9303023219108582, 0.810429036617279, 1.0844250917434692, 0.7590547800064087, 0.6734310388565063, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.2899221181869507, 1.5981676578521729, 1.5296685695648193, 1.444044828414917, 1.324171543121338, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.5810428857803345, 1.6152924299240112, 1.8036646842956543, 1.4611696004867554, 1.5296685695648193, 1.4782943725585938, 0.622056782245636, 1.3412963151931763, 0.43368449807167053, 1.4269200563430786, 0.7248052954673767, 0.4850587546825409, 1.2385478019714355, 1.5467933416366577, 1.1186745166778564, 0.9303023219108582, 0.5535577535629272, 1.0673003196716309, 0.29668647050857544, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.5706825256347656, 0.8789280652999878, 1.2042982578277588, 1.63241708278656, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3070467710494995, 1.1700488328933716, 0.8960528373718262, 0.39943498373031616, -0.09718296676874161, -0.4910522699356079, -0.7307988405227661, -0.21705622971057892, -0.8335473537445068, -0.7992978096008301, -0.8677968382835388, -1.2787909507751465, -1.672660231590271, -1.2102919816970825, 0.091189444065094, -1.415789008140564, -1.9295315742492676, -1.8610326051712036, -1.8439078330993652, -1.7754088640213013, -1.758284091949463, -1.7069097757339478, -1.758284091949463, -0.9020463228225708, -1.7069097757339478, -2.0836544036865234, -1.6555355787277222, -0.6280503273010254, -0.42255327105522156, -0.8335473537445068, -1.3130404949188232, -0.16568197309970856, -1.9637811183929443, -0.8164225816726685, -0.8677968382835388, -1.415789008140564, -1.79253351688385, -1.7411593198776245, -1.8267830610275269, -1.9295315742492676, -1.7240345478057861, -1.8952820301055908, -1.5870364904403687, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.5527870655059814, -1.672660231590271, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.484287977218628, -1.2787909507751465, -1.1931672096252441, -1.1931672096252441, -1.1246682405471802, -0.011559205129742622, -0.42255327105522156, -1.6384108066558838, -0.645175039768219, -0.6965492963790894, -1.2102919816970825, -1.02191960811615, -1.073293924331665, -0.9191710948944092, -0.6622998118400574, -0.8335473537445068, -0.4739275276660919, -0.5938007831573486, 0.4679340124130249, -0.14855723083019257, -0.06293346732854843, 0.7419300675392151, 0.7076805233955383, 0.587807297706604, 0.39943498373031616, 0.3138112425804138, 0.38231024146080017, 0.0055655487813055515, 0.03981505334377289, 0.5364330410957336, 0.7248052954673767, 0.6391815543174744, 0.7076805233955383, 0.7761795520782471, 0.7076805233955383, 0.622056782245636, 0.9474270939826965, 0.8789280652999878, 0.9645518660545349, 1.0501755475997925, 0.9303023219108582, -0.43967801332473755, -1.6384108066558838, -1.5527870655059814, -1.9124068021774292, -1.141792893409729, 0.0055655487813055515, 0.3138112425804138, 1.1357992887496948, 0.9303023219108582, 1.3584210872650146, 1.5467933416366577, 1.375545859336853, 1.2214230298995972, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 1.1529240608215332, 1.3926706314086914, 1.5467933416366577, 1.444044828414917, 1.2385478019714355, 0.9474270939826965, 1.3584210872650146, 1.6152924299240112, 1.563918113708496, 1.255672574043274, 1.1529240608215332, 1.255672574043274, 1.444044828414917, 1.8207894563674927, 1.6837913990020752, 1.786539912223816, 1.786539912223816, 1.0844250917434692, 1.8207894563674927, 1.1186745166778564, -0.14855723083019257, 1.0673003196716309, 0.8275538086891174, -0.5424265265464783, -0.14855723083019257, 0.8960528373718262, -0.045808710157871246, 0.8789280652999878, 0.4508092403411865, -1.6212860345840454, 0.8446785807609558, 1.324171543121338, -0.3883037567138672, 1.0501755475997925, 0.41655975580215454, 0.587807297706604, 1.4782943725585938, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.9816765785217285, 1.1357992887496948, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.2042982578277588, 1.101549744606018, 0.8275538086891174, 0.4679340124130249, 0.056939806789159775, -0.28555524349212646, -0.4910522699356079, -0.2341809868812561, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 0.6049320101737976, -0.13143247365951538, -0.28555524349212646, -0.19993148744106293, -0.645175039768219, -1.8096582889556885, -1.1931672096252441, -1.878157377243042, -1.9637811183929443, -1.8439078330993652, -1.7754088640213013, -1.3130404949188232, -0.1143077164888382, -1.672660231590271, -1.4329137802124023, -1.0390443801879883, -0.31980475783348083, -1.227416753768921, 0.12543895840644836, -0.7136740684509277, 0.39943498373031616, -0.6280503273010254, -0.3369295001029968, -1.0561691522598267, -1.1760424375534058, -1.8267830610275269, -1.8267830610275269, -1.672660231590271, -1.5527870655059814, -1.7069097757339478, -1.5014127492904663, -1.535662293434143, -1.5014127492904663, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -1.7411593198776245, -1.1589176654815674, -1.6384108066558838, -1.3472900390625, -0.9020463228225708, -1.1931672096252441, -0.43967801332473755, -1.0904186964035034, -0.43967801332473755, -1.3815394639968872, -0.3883037567138672, -0.7650483250617981, -1.141792893409729, -0.06293346732854843, -1.0047948360443115, -1.0904186964035034, -1.1075434684753418, -0.8677968382835388, -0.9362958669662476, -0.8335473537445068, -0.6622998118400574, 0.41655975580215454, 0.6049320101737976, -0.06293346732854843, 0.091189444065094, -0.02868395671248436, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.27956172823905945, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.4850587546825409, 0.27956172823905945, 0.656306266784668, 0.7248052954673767, 0.7933043241500854, 0.7248052954673767, 0.9131776094436646, 1.0330508947372437, 0.9816765785217285, 0.810429036617279, 0.6049320101737976, -0.02868395671248436, -1.3130404949188232, -1.8267830610275269, -1.7411593198776245, -0.6794245839118958, 0.2281874716281891, 0.6905558109283447, 0.4850587546825409, 0.5021834969520569, 0.6391815543174744, 1.101549744606018, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.18717360496521, 1.2214230298995972, 1.0501755475997925, 1.0330508947372437, 0.810429036617279, 0.3651854991912842, 0.12543895840644836, 0.5706825256347656, 0.7419300675392151, 0.9645518660545349, 1.1186745166778564, 1.4097954034805298, 1.6152924299240112, 1.4611696004867554, 1.5296685695648193, 1.786539912223816, 1.375545859336853, 1.2042982578277588, 1.63241708278656, 0.9988013505935669, 1.7009161710739136, 1.5296685695648193, 1.2214230298995972, 0.7248052954673767, 0.5021834969520569, 0.091189444065094, 0.19393795728683472, 0.0740646943449974, -0.7307988405227661, -0.4739275276660919, -0.21705622971057892, -0.3883037567138672, 0.5193082690238953, 1.2727973461151123, 1.0330508947372437, 1.2727973461151123, -0.3883037567138672, 0.0055655487813055515, 1.8036646842956543, 1.5981676578521729, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 0.9816765785217285, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.7761795520782471, 0.9131776094436646, 1.1700488328933716, 1.4782943725585938, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.3584210872650146, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 0.5706825256347656, 0.3480607271194458, 0.0740646943449974, 0.38231024146080017, 0.4850587546825409, 0.6734310388565063, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.587807297706604, 0.0055655487813055515, 0.3138112425804138, 0.5364330410957336, -0.42255327105522156, -1.2787909507751465, -1.2787909507751465, -1.8096582889556885, -1.9295315742492676, -1.8439078330993652, -1.0561691522598267, -1.261666178703308, -1.227416753768921, -1.073293924331665, -1.1075434684753418, -0.7136740684509277, -0.645175039768219, 0.14256370067596436, 0.17681321501731873, -0.09718296676874161, 0.0055655487813055515, 0.43368449807167053, 0.27956172823905945, -0.19993148744106293, -1.484287977218628, -1.672660231590271, -1.5699117183685303, -1.9295315742492676, -1.5527870655059814, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6897850036621094, -1.6555355787277222, -1.672660231590271, -1.2102919816970825, -1.604161262512207, -1.3815394639968872, -0.4739275276660919, -0.9705453515052795, -1.604161262512207, -0.610925555229187, -0.5081770420074463, -0.9876701235771179, -0.09718296676874161, -0.5595512986183167, 0.41655975580215454, 0.0740646943449974, 0.27956172823905945, 0.091189444065094, -0.8164225816726685, -0.6280503273010254, -0.5253018140792847, -0.21705622971057892, -0.42255327105522156, -0.8677968382835388, 0.38231024146080017, -0.13143247365951538, 0.2281874716281891, -0.045808710157871246, -0.610925555229187, -0.011559205129742622, 0.3651854991912842, 0.24531221389770508, 0.3309359848499298, 0.41655975580215454, 0.5535577535629272, 0.6734310388565063, 0.6734310388565063, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9988013505935669, 0.9131776094436646, 1.1529240608215332, 0.7761795520782471, 0.24531221389770508, -0.9362958669662476, -1.7754088640213013, -1.484287977218628, -0.09718296676874161, 0.8960528373718262, 1.0844250917434692, 0.9303023219108582, 1.3584210872650146, 1.4954191446304321, 1.3926706314086914, 0.8960528373718262, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.2214230298995972, 1.3412963151931763, 1.1186745166778564, 1.4097954034805298, 1.2727973461151123, 0.5706825256347656, 0.39943498373031616, 0.7590547800064087, 0.8960528373718262, 0.9131776094436646, 1.0501755475997925, 1.3070467710494995, 1.5467933416366577, 1.563918113708496, 1.324171543121338, 0.7761795520782471, 1.324171543121338, 1.3412963151931763, 1.3070467710494995, -1.5014127492904663, 0.7590547800064087, 0.587807297706604, -0.13143247365951538, 0.2110627144575119, -0.8677968382835388, -0.30267998576164246, 1.3926706314086914, -1.141792893409729, -0.1143077164888382, -0.16568197309970856, -0.576676070690155, 0.43368449807167053, -0.5081770420074463, 1.0673003196716309, 0.4508092403411865, -0.21705622971057892, -0.2684305012226105, 1.6152924299240112, 1.2385478019714355, 0.9474270939826965, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.7933043241500854, 0.9988013505935669, 1.18717360496521, 1.4097954034805298, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.444044828414917, 1.375545859336853, 1.255672574043274, 1.1529240608215332, 1.0501755475997925, 0.8960528373718262, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 1.0501755475997925, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.4679340124130249, -0.011559205129742622, -0.6280503273010254, -0.8506720662117004, -0.5081770420074463, -0.8506720662117004, -1.1589176654815674, -0.9362958669662476, -0.610925555229187, -0.011559205129742622, 0.26243698596954346, 0.02269030176103115, 0.810429036617279, 0.4508092403411865, 0.587807297706604, 0.622056782245636, 0.3651854991912842, -0.16568197309970856, -1.227416753768921, -0.610925555229187, -2.0494048595428467, -1.79253351688385, -1.6384108066558838, -1.7411593198776245, -1.6897850036621094, -1.6555355787277222, -1.7754088640213013, -1.6555355787277222, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.4910522699356079, -1.1246682405471802, -0.08005820959806442, -0.7992978096008301, -0.9191710948944092, -0.3369295001029968, -0.011559205129742622, -0.5081770420074463, 0.5021834969520569, 0.39943498373031616, -0.1143077164888382, 0.091189444065094, 0.3651854991912842, 0.38231024146080017, 0.0740646943449974, 0.4679340124130249, 0.19393795728683472, -0.28555524349212646, -0.06293346732854843, -0.011559205129742622, 0.14256370067596436, 0.41655975580215454, 0.5535577535629272, 0.2281874716281891, 0.622056782245636, 0.43368449807167053, 0.5021834969520569, 0.5706825256347656, 0.38231024146080017, 0.4679340124130249, 0.5364330410957336, 0.656306266784668, 0.7761795520782471, 0.5535577535629272, 0.9131776094436646, 0.9131776094436646, 0.7933043241500854, 0.5535577535629272, 0.4850587546825409, 0.9474270939826965, 0.587807297706604, -1.415789008140564, -1.7411593198776245, -1.4329137802124023, 0.17681321501731873, 0.02269030176103115, 0.9131776094436646, 0.587807297706604, 1.0501755475997925, 1.0673003196716309, 1.3070467710494995, 1.324171543121338, 1.444044828414917, 1.255672574043274, 0.9988013505935669, 0.9303023219108582, 1.444044828414917, 1.3926706314086914, 0.3651854991912842, 0.8446785807609558, 1.255672574043274, 1.1700488328933716, 0.9131776094436646, 0.587807297706604, 0.9303023219108582, 0.7590547800064087, 0.5535577535629272, 0.24531221389770508, 0.43368449807167053, 0.7933043241500854, 0.8446785807609558, 1.0673003196716309, 1.1357992887496948, 0.8446785807609558, 0.5364330410957336, 0.7076805233955383, -0.8164225816726685, -1.3644146919250488, -1.0390443801879883, -0.1143077164888382, -0.4739275276660919, -1.0047948360443115, 1.2214230298995972, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -1.8096582889556885, -0.645175039768219, 0.0740646943449974, 0.5021834969520569, -0.2513057291507721, -1.8096582889556885, -0.7479235529899597, 1.3412963151931763, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 1.4097954034805298, 1.5467933416366577, 1.63241708278656, 1.6837913990020752, 1.6837913990020752, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4611696004867554, 1.375545859336853, 1.2727973461151123, 1.1357992887496948, 1.0159261226654053, 0.9474270939826965, 0.8446785807609558, 0.7248052954673767, 0.7248052954673767, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.7248052954673767, 0.810429036617279, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.8446785807609558, 0.39943498373031616, -0.30267998576164246, 0.2110627144575119, -0.045808710157871246, -0.2513057291507721, 0.7419300675392151, -0.2341809868812561, 0.810429036617279, 0.6049320101737976, 0.7419300675392151, 0.7933043241500854, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.4679340124130249, 0.6391815543174744, -0.19993148744106293, -0.14855723083019257, -1.2102919816970825, -0.6622998118400574, -1.5870364904403687, -1.7754088640213013, -1.5014127492904663, -1.9124068021774292, -1.3986642360687256, -1.9809058904647827, -1.0390443801879883, -1.073293924331665, -0.06293346732854843, -1.141792893409729, -0.6965492963790894, -0.1143077164888382, 0.02269030176103115, -0.8164225816726685, -0.6965492963790894, 0.02269030176103115, 0.091189444065094, 0.3309359848499298, -0.2513057291507721, 0.5021834969520569, 0.091189444065094, 0.9988013505935669, 0.5535577535629272, 0.4679340124130249, 0.3138112425804138, 0.03981505334377289, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, -0.08005820959806442, 0.5535577535629272, 0.4850587546825409, 0.4679340124130249, 0.2110627144575119, 0.14256370067596436, 0.41655975580215454, 0.6734310388565063, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.6905558109283447, 1.0330508947372437, 0.9303023219108582, 1.0844250917434692, 0.8275538086891174, 1.101549744606018, 0.7590547800064087, 0.6734310388565063, 0.7076805233955383, -1.2959157228469849, -1.8096582889556885, -1.7411593198776245, -0.7992978096008301, 0.9645518660545349, 0.587807297706604, 0.7590547800064087, 1.4097954034805298, 1.1529240608215332, 1.4097954034805298, 1.101549744606018, 1.0501755475997925, 1.18717360496521, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.8960528373718262, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.17681321501731873, -0.43967801332473755, -0.09718296676874161, -0.42255327105522156, 0.43368449807167053, 0.656306266784668, 0.8960528373718262, -0.02868395671248436, -0.9534205794334412, -1.0904186964035034, -1.1589176654815674, -1.5185375213623047, -1.3301652669906616, -0.8164225816726685, 0.9303023219108582, -1.604161262512207, -1.4329137802124023, -0.2341809868812561, -1.3130404949188232, -1.9980305433273315, -1.758284091949463, -1.8267830610275269, -1.2445415258407593, -1.2445415258407593, 0.43368449807167053, 0.7933043241500854, 0.9303023219108582, 0.8789280652999878, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7076805233955383, 0.9645518660545349, 1.4611696004867554, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.5810428857803345, 1.4611696004867554, 1.3070467710494995, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 0.9988013505935669, 0.8960528373718262, 0.8618032932281494, 0.9474270939826965, 0.9816765785217285, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.7933043241500854, 0.24531221389770508, -0.2513057291507721, -0.2341809868812561, 0.38231024146080017, 0.0055655487813055515, 0.24531221389770508, 0.5364330410957336, 0.2281874716281891, 0.19393795728683472, 0.656306266784668, 0.8789280652999878, 0.8618032932281494, 1.2214230298995972, 1.0673003196716309, 1.1357992887496948, 1.101549744606018, 1.2214230298995972, 0.9303023219108582, 0.6049320101737976, 0.3309359848499298, -0.9362958669662476, -1.4329137802124023, -0.6965492963790894, 0.7076805233955383, -0.31980475783348083, -1.1075434684753418, -0.8506720662117004, -0.9534205794334412, -1.4671632051467896, -1.6212860345840454, -1.535662293434143, -0.06293346732854843, 0.27956172823905945, 0.091189444065094, 0.03981505334377289, 0.02269030176103115, -0.14855723083019257, 0.29668647050857544, 0.5706825256347656, 0.5193082690238953, 0.6049320101737976, 0.5021834969520569, 0.810429036617279, 0.8960528373718262, 0.6905558109283447, 0.8275538086891174, 0.8789280652999878, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.14256370067596436, 0.3138112425804138, 0.3138112425804138, 0.2110627144575119, 0.5535577535629272, 0.6049320101737976, 0.41655975580215454, 0.5706825256347656, 0.622056782245636, 0.39943498373031616, 0.587807297706604, 0.8275538086891174, 0.9303023219108582, 1.0501755475997925, 0.7761795520782471, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 1.0673003196716309, 0.9131776094436646, 0.587807297706604, -0.9020463228225708, -1.7754088640213013, -1.8096582889556885, -0.2684305012226105, -0.4568027853965759, 0.6905558109283447, 0.8446785807609558, 1.18717360496521, 1.375545859336853, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2899221181869507, 1.0330508947372437, 0.7933043241500854, 1.2899221181869507, 1.3584210872650146, 1.2727973461151123, 1.1186745166778564, 0.8275538086891174, 0.4679340124130249, 0.7761795520782471, 0.6049320101737976, 0.02269030176103115, 0.8275538086891174, 0.41655975580215454, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 1.0844250917434692, 1.5467933416366577, 1.2727973461151123, 0.4679340124130249, -1.0561691522598267, -1.4329137802124023, -0.9020463228225708, -0.1143077164888382, -0.8849216103553772, -1.02191960811615, 0.3651854991912842, -0.8164225816726685, -1.4671632051467896, 0.5535577535629272, -0.9705453515052795, -1.7069097757339478, -1.5527870655059814, -1.6384108066558838, -1.5014127492904663, -1.3986642360687256, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.9988013505935669, 1.0673003196716309, 1.2385478019714355, 1.4611696004867554, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.5981676578521729, 1.4954191446304321, 1.375545859336853, 1.2385478019714355, 1.2042982578277588, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0501755475997925, 1.1700488328933716, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2385478019714355, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.091189444065094, -0.19993148744106293, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 1.0330508947372437, 0.9988013505935669, 1.101549744606018, 1.1529240608215332, 1.3584210872650146, 1.18717360496521, 1.1186745166778564, 1.2042982578277588, 1.0330508947372437, 0.587807297706604, -0.2341809868812561, 0.39943498373031616, -0.02868395671248436, -0.30267998576164246, -0.6794245839118958, 0.9131776094436646, 0.4679340124130249, 0.15968845784664154, -0.08005820959806442, -0.5253018140792847, -0.40542852878570557, 0.03981505334377289, -0.6280503273010254, 0.17681321501731873, -0.045808710157871246, 0.10831420123577118, 0.14256370067596436, 0.3480607271194458, 0.7248052954673767, 0.43368449807167053, 0.7076805233955383, 0.41655975580215454, 0.8446785807609558, 0.5535577535629272, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.6905558109283447, 0.38231024146080017, 0.4850587546825409, 0.4508092403411865, 0.3309359848499298, 0.3651854991912842, 0.24531221389770508, 0.17681321501731873, 0.27956172823905945, 0.7590547800064087, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6734310388565063, 0.8618032932281494, 0.7761795520782471, 0.9988013505935669, 1.2214230298995972, 1.324171543121338, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, 0.810429036617279, -0.09718296676874161, -1.6212860345840454, -1.9809058904647827, 0.02269030176103115, 0.5364330410957336, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 1.2385478019714355, 1.1186745166778564, 1.2214230298995972, 1.2727973461151123, 1.4269200563430786, 1.5125439167022705, 1.3070467710494995, 1.2042982578277588, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 0.5021834969520569, 1.1700488328933716, 1.2385478019714355, 0.8446785807609558, 0.3480607271194458, 1.3412963151931763, 0.8960528373718262, 0.7761795520782471, 0.3651854991912842, 0.3138112425804138, 0.15968845784664154, 0.24531221389770508, 0.5193082690238953, 0.19393795728683472, 0.656306266784668, 0.3309359848499298, 0.38231024146080017, -0.06293346732854843, 0.9645518660545349, -1.1246682405471802, -0.9705453515052795, -0.9705453515052795, -1.0561691522598267, -1.5014127492904663, 0.03981505334377289, 0.19393795728683472, -1.1589176654815674, -0.5595512986183167, -0.6965492963790894, -1.415789008140564, -1.4329137802124023, -1.1075434684753418, -1.227416753768921, -1.227416753768921, 0.8960528373718262, 1.0159261226654053, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.4269200563430786, 1.3412963151931763, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.8789280652999878, 1.0673003196716309, 1.2385478019714355, 1.3926706314086914, 1.563918113708496, 1.63241708278656, 1.6837913990020752, 1.718040943145752, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.810429036617279, 1.0844250917434692, 1.101549744606018, 1.324171543121338, 1.1357992887496948, 1.2385478019714355, 1.3070467710494995, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 0.9816765785217285, 1.0159261226654053, 0.8446785807609558, 0.7933043241500854, 1.0673003196716309, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.3584210872650146, 1.2385478019714355, 0.810429036617279, 0.8960528373718262, 0.3651854991912842, 0.9474270939826965, -0.42255327105522156, 0.3309359848499298, 0.587807297706604, 0.9131776094436646, 0.3309359848499298, 0.5706825256347656, 0.5364330410957336, 0.8275538086891174, 0.27956172823905945, 0.091189444065094, -0.2341809868812561, 0.622056782245636, 0.2110627144575119, 0.656306266784668, -0.13143247365951538, 0.5364330410957336, 0.622056782245636, 0.3138112425804138, 0.622056782245636, 0.4508092403411865, 0.8275538086891174, 0.4679340124130249, 0.6391815543174744, 0.6391815543174744, 0.5193082690238953, 0.587807297706604, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.7590547800064087, 0.3651854991912842, 0.587807297706604, 0.8618032932281494, 0.5021834969520569, 0.7761795520782471, 0.7248052954673767, 0.9474270939826965, 0.7933043241500854, 0.9474270939826965, 1.2042982578277588, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 1.0673003196716309, 0.5535577535629272, -0.7307988405227661, -1.8439078330993652, -1.0390443801879883, 0.5706825256347656, 0.6734310388565063, 0.6734310388565063, 0.3309359848499298, 0.810429036617279, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.255672574043274, 1.3412963151931763, 1.4611696004867554, 1.3412963151931763, 0.9131776094436646, 0.9645518660545349, 1.0673003196716309, 1.3070467710494995, 1.3412963151931763, 1.4954191446304321, 0.5706825256347656, 0.9303023219108582, 0.6049320101737976, 0.6391815543174744, 0.9988013505935669, 0.7590547800064087, 0.9645518660545349, -0.09718296676874161, 0.7590547800064087, -0.14855723083019257, 0.5535577535629272, 0.3309359848499298, 0.9988013505935669, 0.9131776094436646, 1.2042982578277588, 0.810429036617279, 0.7076805233955383, -0.14855723083019257, -1.0047948360443115, -1.0390443801879883, -0.7136740684509277, -1.0390443801879883, -1.5014127492904663, -0.5253018140792847, 0.29668647050857544, -1.3986642360687256, -0.7992978096008301, -0.7821730971336365, -1.3130404949188232, -1.4329137802124023, -1.4500385522842407, -1.4329137802124023, -0.7136740684509277, 0.8446785807609558, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878], [1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 1.0159261226654053, 1.0159261226654053, 1.2214230298995972, 1.5467933416366577, 1.6152924299240112, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 0.9303023219108582, 0.8618032932281494, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 1.0673003196716309, 1.0501755475997925, 1.101549744606018, 0.9303023219108582, 1.1357992887496948, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.4097954034805298, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.1186745166778564, 1.2042982578277588, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 1.0159261226654053, 0.9303023219108582, 1.0673003196716309, 1.0673003196716309, 0.8960528373718262, 0.9645518660545349, 1.0330508947372437, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.810429036617279, 0.7419300675392151, 0.622056782245636, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 0.622056782245636, 0.4679340124130249, 0.39943498373031616, 0.5364330410957336, 0.41655975580215454, 0.19393795728683472, 0.3480607271194458, 0.6391815543174744, 0.7248052954673767, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 0.7590547800064087, 1.2727973461151123, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.2899221181869507, 1.1186745166778564, 1.0673003196716309, 0.8789280652999878, -0.02868395671248436, -1.2102919816970825, -1.3986642360687256, -0.5938007831573486, -0.3883037567138672, 0.7590547800064087, 0.9988013505935669, 0.8446785807609558, 0.8275538086891174, 1.2899221181869507, 1.1357992887496948, 1.3412963151931763, 1.3584210872650146, 1.4954191446304321, 1.0159261226654053, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.255672574043274, 1.1357992887496948, 0.6905558109283447, 0.6734310388565063, 0.5021834969520569, 0.9303023219108582, 0.9816765785217285, 0.656306266784668, 0.9816765785217285, 0.8618032932281494, 0.7590547800064087, 0.7419300675392151, -0.21705622971057892, 0.6905558109283447, 0.29668647050857544, 0.3309359848499298, 0.9474270939826965, 0.9131776094436646, 1.3926706314086914, 0.9131776094436646, 1.375545859336853, 1.0844250917434692, 0.6391815543174744, -0.7307988405227661, -1.5527870655059814, -1.3130404949188232, -1.4329137802124023, -1.5870364904403687, -1.4671632051467896, 0.02269030176103115, -1.6555355787277222, -1.073293924331665, -0.6622998118400574, -0.9876701235771179, -1.3986642360687256, -1.3986642360687256, -1.4671632051467896, -0.1143077164888382, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494], [1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 1.1529240608215332, 1.2042982578277588, 1.3412963151931763, 1.5125439167022705, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.5810428857803345, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.255672574043274, 1.18717360496521, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 0.9303023219108582, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 0.7933043241500854, 0.5535577535629272, 0.5364330410957336, 0.6049320101737976, 0.4850587546825409, 0.5364330410957336, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.8960528373718262, 0.9816765785217285, 1.101549744606018, 1.2899221181869507, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.1700488328933716, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.101549744606018, 1.1700488328933716, 0.9816765785217285, 0.810429036617279, 1.1357992887496948, 0.8789280652999878, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 0.6049320101737976, 0.12543895840644836, 0.5706825256347656, 0.7248052954673767, 0.622056782245636, 0.6391815543174744, 0.5535577535629272, 0.4508092403411865, 0.3480607271194458, 0.38231024146080017, 0.5021834969520569, 0.5193082690238953, 0.6391815543174744, 0.5364330410957336, 0.3480607271194458, 0.6905558109283447, 0.7761795520782471, 0.7076805233955383, 0.8275538086891174, 0.7590547800064087, 0.5706825256347656, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.6905558109283447, 0.6049320101737976, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 0.8275538086891174, 1.0673003196716309, 0.5193082690238953, -1.073293924331665, -1.5527870655059814, -1.5014127492904663, 0.0740646943449974, 0.656306266784668, 0.810429036617279, 0.9474270939826965, 1.1357992887496948, 1.1529240608215332, 1.3584210872650146, 1.101549744606018, 1.4097954034805298, 1.0159261226654053, 1.2214230298995972, 1.2899221181869507, 1.3926706314086914, 0.6391815543174744, 0.4679340124130249, 1.0159261226654053, 0.8618032932281494, 0.7076805233955383, 0.9131776094436646, 1.1700488328933716, 0.7933043241500854, 0.9988013505935669, 0.8618032932281494, 1.0844250917434692, 0.9303023219108582, 0.43368449807167053, 0.8789280652999878, 0.24531221389770508, 0.5535577535629272, 0.43368449807167053, 0.8789280652999878, 0.9816765785217285, 1.0159261226654053, 0.810429036617279, 1.3584210872650146, 0.656306266784668, 1.1357992887496948, 0.29668647050857544, -0.8506720662117004, -1.7069097757339478, -1.4671632051467896, -1.3472900390625, -1.5185375213623047, -1.3644146919250488, -0.3540542721748352, -1.7240345478057861, -1.2959157228469849, -0.7479235529899597, -1.0047948360443115, -1.1075434684753418, -1.3986642360687256, -1.3815394639968872, 0.7076805233955383, 0.8960528373718262, 0.8789280652999878], [1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 1.0159261226654053, 1.1529240608215332, 1.3584210872650146, 1.5296685695648193, 1.6152924299240112, 1.6666666269302368, 1.6666666269302368, 1.563918113708496, 1.5125439167022705, 1.444044828414917, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.8789280652999878, 0.7419300675392151, 0.6734310388565063, 0.8789280652999878, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.7761795520782471, 0.810429036617279, 0.9303023219108582, 0.7933043241500854, 0.7419300675392151, 0.9645518660545349, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.2899221181869507, 1.4269200563430786, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.18717360496521, 0.9988013505935669, 1.0159261226654053, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.1186745166778564, 1.0501755475997925, 0.7761795520782471, 0.9303023219108582, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.6049320101737976, 0.6905558109283447, 0.9131776094436646, 0.5021834969520569, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6049320101737976, 0.622056782245636, 0.7933043241500854, 0.7933043241500854, 0.7419300675392151, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.8275538086891174, 0.9645518660545349, 0.7933043241500854, 0.7590547800064087, 1.0159261226654053, 0.9303023219108582, 0.622056782245636, 0.9303023219108582, 1.0673003196716309, 1.0501755475997925, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 0.5193082690238953, -1.02191960811615, -1.9295315742492676, -0.8506720662117004, -0.2513057291507721, 0.5021834969520569, 0.587807297706604, 0.9988013505935669, 1.2042982578277588, 0.587807297706604, 1.1357992887496948, 1.0844250917434692, 1.2899221181869507, 1.324171543121338, 0.9474270939826965, 0.7248052954673767, 1.1357992887496948, 0.622056782245636, 0.9645518660545349, 0.4679340124130249, 0.810429036617279, 0.7248052954673767, 0.7761795520782471, 0.7419300675392151, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 0.38231024146080017, 0.7761795520782471, 0.9645518660545349, 0.4850587546825409, 0.8960528373718262, 0.7761795520782471, 0.9131776094436646, 1.18717360496521, 1.2899221181869507, 0.6905558109283447, 1.0159261226654053, 1.2899221181869507, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.15968845784664154, -0.2513057291507721, -1.5527870655059814, -1.5014127492904663, -1.3815394639968872, -1.484287977218628, -1.2445415258407593, -1.1246682405471802, -1.7069097757339478, -1.02191960811615, -0.9534205794334412, -1.0904186964035034, -0.7136740684509277, -1.5014127492904663, -1.5527870655059814, 0.9645518660545349, 0.8789280652999878], [1.4269200563430786, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0673003196716309, 1.1700488328933716, 1.2727973461151123, 1.3926706314086914, 1.4611696004867554, 1.6152924299240112, 1.6152924299240112, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.375545859336853, 1.3412963151931763, 1.2385478019714355, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.7933043241500854, 0.810429036617279, 0.656306266784668, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.3309359848499298, 0.5021834969520569, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.9131776094436646, 0.7761795520782471, 0.8960528373718262, 0.38231024146080017, 0.5364330410957336, 0.7590547800064087, 0.8618032932281494, 1.0159261226654053, 0.7419300675392151, 0.8789280652999878, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.2214230298995972, 1.375545859336853, 1.2214230298995972, 0.9816765785217285, 0.8789280652999878, 0.7590547800064087, 1.1186745166778564, 1.0844250917434692, 1.1186745166778564, 1.0844250917434692, 0.7933043241500854, 0.6049320101737976, 0.810429036617279, 0.8275538086891174, 0.24531221389770508, -0.06293346732854843, 0.8275538086891174, 0.3480607271194458, 0.656306266784668, 0.5535577535629272, 0.6905558109283447, 0.41655975580215454, 0.5364330410957336, 0.7933043241500854, 0.7761795520782471, 0.6734310388565063, 0.2281874716281891, 0.38231024146080017, 0.5535577535629272, 0.8446785807609558, 0.5535577535629272, 0.622056782245636, 0.5706825256347656, 0.8446785807609558, 0.5021834969520569, 0.8960528373718262, -0.08005820959806442, 0.7933043241500854, 0.7590547800064087, 0.656306266784668, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2385478019714355, 1.1186745166778564, 1.2727973461151123, 1.1529240608215332, 1.1529240608215332, 0.4850587546825409, -0.3711790144443512, -1.758284091949463, -1.6555355787277222, 0.03981505334377289, 0.02269030176103115, 0.27956172823905945, 0.8789280652999878, 0.38231024146080017, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.444044828414917, 1.1186745166778564, 1.0330508947372437, 1.1357992887496948, 0.9816765785217285, 0.9645518660545349, 0.7761795520782471, 1.0501755475997925, 1.0330508947372437, 0.5706825256347656, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.8960528373718262, 0.2110627144575119, 0.6391815543174744, 0.9816765785217285, 0.5193082690238953, 0.3480607271194458, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.41655975580215454, 0.5193082690238953, 0.2110627144575119, 0.5021834969520569, 0.587807297706604, 0.3651854991912842, 0.41655975580215454, 0.8446785807609558, -0.14855723083019257, -0.09718296676874161, -0.4910522699356079, -1.4671632051467896, -1.5699117183685303, -1.4329137802124023, -1.227416753768921, -1.2959157228469849, -1.5527870655059814, -1.2445415258407593, -1.2787909507751465, -0.9020463228225708, -0.9876701235771179, -1.2787909507751465, -1.535662293434143, -1.2445415258407593, 1.718040943145752], [1.3926706314086914, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.1357992887496948, 1.3412963151931763, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.5467933416366577, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.2727973461151123, 1.2042982578277588, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.8618032932281494, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.8275538086891174, 0.7590547800064087, 0.9474270939826965, 0.9816765785217285, 0.7590547800064087, 0.7419300675392151, 0.6049320101737976, 0.9131776094436646, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.1186745166778564, 0.9645518660545349, 1.0159261226654053, 1.1357992887496948, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 0.8618032932281494, 0.7076805233955383, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.587807297706604, 0.5021834969520569, 0.41655975580215454, 0.27956172823905945, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.656306266784668, 0.6734310388565063, 0.5193082690238953, 0.6391815543174744, 0.7419300675392151, 0.6049320101737976, 0.5193082690238953, 0.03981505334377289, 0.27956172823905945, 0.3651854991912842, 0.6391815543174744, 0.5021834969520569, 0.7590547800064087, 0.7761795520782471, 0.4508092403411865, 0.4679340124130249, 0.7590547800064087, 0.7761795520782471, 1.18717360496521, 1.0844250917434692, 1.1186745166778564, 1.2385478019714355, 1.3412963151931763, 1.324171543121338, 1.1700488328933716, 0.810429036617279, -0.1143077164888382, -1.878157377243042, -1.4329137802124023, -1.1931672096252441, -1.1075434684753418, 0.4679340124130249, 0.43368449807167053, 0.5535577535629272, 1.0330508947372437, 1.3926706314086914, 0.9645518660545349, 0.7761795520782471, 0.9645518660545349, 1.2385478019714355, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.2385478019714355, 0.7761795520782471, 0.656306266784668, 0.6905558109283447, 0.622056782245636, 0.7419300675392151, 0.9303023219108582, 0.5021834969520569, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.41655975580215454, 0.5193082690238953, 0.2281874716281891, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.4508092403411865, 0.3480607271194458, 0.5706825256347656, 0.19393795728683472, 0.091189444065094, 0.7248052954673767, 0.02269030176103115, 0.5021834969520569, 0.41655975580215454, -0.7479235529899597, -1.3472900390625, -1.6212860345840454, -1.4329137802124023, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.3644146919250488, -1.0561691522598267, -0.9191710948944092, -1.02191960811615, -1.261666178703308, -1.415789008140564, -0.6965492963790894], [1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.2042982578277588, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.324171543121338, 1.2385478019714355, 1.1529240608215332, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.7933043241500854, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.8446785807609558, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.7590547800064087, 0.9645518660545349, 0.8618032932281494, 1.1186745166778564, 0.9645518660545349, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.1529240608215332, 1.0501755475997925, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 0.6391815543174744, 0.8789280652999878, 1.0159261226654053, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 1.18717360496521, 0.6049320101737976, 1.0330508947372437, 1.0330508947372437, 0.8446785807609558, 0.7933043241500854, 0.8960528373718262, 0.7248052954673767, 0.7590547800064087, 0.587807297706604, 0.7248052954673767, 0.6049320101737976, 0.6391815543174744, 0.5706825256347656, 0.27956172823905945, 0.14256370067596436, 0.39943498373031616, 0.2281874716281891, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.6734310388565063, 0.8275538086891174, 0.6905558109283447, 0.7419300675392151, 0.6391815543174744, 0.4508092403411865, 0.5706825256347656, 0.3651854991912842, 0.622056782245636, 0.41655975580215454, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.18717360496521, 1.0673003196716309, 1.1357992887496948, 0.9645518660545349, -0.09718296676874161, -1.535662293434143, -1.7411593198776245, -0.9020463228225708, -1.261666178703308, -0.4568027853965759, 0.6049320101737976, 1.101549744606018, 0.7933043241500854, 0.6391815543174744, 0.587807297706604, 0.6905558109283447, 1.1357992887496948, 0.7419300675392151, 0.8960528373718262, 0.7761795520782471, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 0.7590547800064087, 1.324171543121338, 0.7419300675392151, 0.9131776094436646, 0.7933043241500854, 0.7248052954673767, 0.587807297706604, 0.5706825256347656, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.656306266784668, 0.4850587546825409, 0.7590547800064087, 0.38231024146080017, 0.5364330410957336, 0.38231024146080017, 0.8618032932281494, 0.810429036617279, 0.8960528373718262, 0.8275538086891174, -0.4910522699356079, -1.2445415258407593, -1.758284091949463, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.3815394639968872, -1.261666178703308, -1.3986642360687256, -0.8506720662117004, -0.6965492963790894, -1.4329137802124023, -1.3644146919250488], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4782943725585938, 1.3584210872650146, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0844250917434692, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.6734310388565063, 1.0159261226654053, 0.9988013505935669, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 1.18717360496521, 1.1529240608215332, 1.0501755475997925, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 0.9816765785217285, 1.0159261226654053, 0.9645518660545349, 1.101549744606018, 0.9988013505935669, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 1.0844250917434692, 0.6734310388565063, 0.5364330410957336, 0.9988013505935669, 1.0673003196716309, 0.7590547800064087, 0.7076805233955383, 0.7933043241500854, 0.5364330410957336, 0.38231024146080017, 0.5193082690238953, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6391815543174744, 0.7419300675392151, 0.4850587546825409, 0.26243698596954346, 0.8446785807609558, 0.41655975580215454, 0.15968845784664154, 0.7933043241500854, 0.3138112425804138, 0.7590547800064087, 0.3651854991912842, 0.4508092403411865, 0.39943498373031616, 0.9131776094436646, 0.8789280652999878, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.2042982578277588, 1.0844250917434692, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.0673003196716309, 0.6391815543174744, -1.1760424375534058, -1.5527870655059814, -1.604161262512207, -0.7650483250617981, -0.43967801332473755, 0.5535577535629272, 0.3309359848499298, 0.14256370067596436, 0.5021834969520569, 0.810429036617279, 0.5021834969520569, 0.7248052954673767, 0.7590547800064087, 0.4850587546825409, 0.4850587546825409, 0.39943498373031616, 0.5021834969520569, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 1.0159261226654053, 0.41655975580215454, 0.7419300675392151, 0.656306266784668, 0.43368449807167053, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.587807297706604, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.5706825256347656, 0.7761795520782471, 0.7419300675392151, 0.810429036617279, 0.656306266784668, 0.8446785807609558, 0.656306266784668, 0.8618032932281494, 0.9131776094436646, 0.9816765785217285, 0.6049320101737976, -1.415789008140564, -1.7069097757339478, -1.4500385522842407, -1.3301652669906616, -1.3130404949188232, -1.3986642360687256, -1.261666178703308, -1.79253351688385, -0.30267998576164246, -0.8849216103553772, -1.3815394639968872], [1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.7933043241500854, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.6391815543174744, 1.1186745166778564, 1.18717360496521, 0.7761795520782471, 0.6905558109283447, 0.9131776094436646, 0.6391815543174744, 0.9303023219108582, 1.0159261226654053, 0.9131776094436646, 0.8789280652999878, 1.0330508947372437, 1.0844250917434692, 1.1529240608215332, 1.1357992887496948, 1.0330508947372437, 1.1186745166778564, 0.8960528373718262, 0.9645518660545349, 0.9474270939826965, 0.7933043241500854, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 1.0330508947372437, 1.1186745166778564, 0.7248052954673767, 0.7248052954673767, 1.1186745166778564, 0.9303023219108582, 0.8789280652999878, 0.9816765785217285, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.656306266784668, 0.7076805233955383, 0.6391815543174744, 0.7933043241500854, 0.656306266784668, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8789280652999878, 0.3138112425804138, 0.39943498373031616, 0.587807297706604, 0.6391815543174744, 0.24531221389770508, 0.39943498373031616, 0.4850587546825409, 0.6905558109283447, 0.5193082690238953, 0.26243698596954346, 0.5535577535629272, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.4097954034805298, 1.255672574043274, 1.1529240608215332, 1.1529240608215332, 1.255672574043274, 1.3070467710494995, 0.8960528373718262, -0.4568027853965759, -1.3301652669906616, -1.9124068021774292, -0.6794245839118958, -0.9705453515052795, -0.2513057291507721, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.3480607271194458, 0.4508092403411865, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.4679340124130249, 0.43368449807167053, 0.9645518660545349, 0.6049320101737976, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.5364330410957336, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 1.18717360496521, -1.1760424375534058, -1.6384108066558838, -1.5014127492904663, -1.4329137802124023, -1.3986642360687256, -1.415789008140564, -1.3815394639968872, -1.6384108066558838, 0.3651854991912842, -1.141792893409729], [1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 0.9474270939826965, 0.9303023219108582, 0.8618032932281494, 0.9303023219108582, 0.810429036617279, 0.6734310388565063, 0.7761795520782471, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8446785807609558, 0.9131776094436646, 1.0844250917434692, 1.2214230298995972, 1.0501755475997925, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.8618032932281494, 0.810429036617279, 0.9645518660545349, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 0.8446785807609558, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 0.9816765785217285, 0.9474270939826965, 0.6905558109283447, 0.7933043241500854, 0.656306266784668, 0.4508092403411865, 0.587807297706604, 0.7761795520782471, 0.7933043241500854, 0.6734310388565063, 0.6049320101737976, 0.6391815543174744, 0.7419300675392151, 0.587807297706604, 0.6391815543174744, 0.3651854991912842, 0.26243698596954346, 0.4508092403411865, 0.39943498373031616, 0.3138112425804138, 0.3651854991912842, 0.5021834969520569, 0.5193082690238953, 0.6905558109283447, 0.6905558109283447, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0159261226654053, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.2385478019714355, 1.1700488328933716, 1.3412963151931763, 1.0330508947372437, 0.6391815543174744, -0.9876701235771179, -1.4500385522842407, -1.7411593198776245, -1.141792893409729, -0.576676070690155, -0.14855723083019257, 0.03981505334377289, 0.10831420123577118, 0.14256370067596436, 0.43368449807167053, 0.4679340124130249, 0.6734310388565063, 0.4679340124130249, 0.810429036617279, 0.3651854991912842, 0.43368449807167053, 0.8789280652999878, 0.656306266784668, 0.7076805233955383, -0.06293346732854843, 0.6734310388565063, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7419300675392151, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.4508092403411865, -1.5527870655059814, -1.7240345478057861, -1.5527870655059814, -1.484287977218628, -1.4671632051467896, -1.3472900390625, -1.535662293434143, 0.3138112425804138], [1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.5193082690238953, 0.7933043241500854, 0.9816765785217285, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 1.0159261226654053, 0.9131776094436646, 1.1186745166778564, 1.1357992887496948, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.8618032932281494, 0.8960528373718262, 0.9988013505935669, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.7419300675392151, 0.6905558109283447, 0.8446785807609558, 0.9645518660545349, 1.0844250917434692, 0.9645518660545349, 1.0844250917434692, 1.0159261226654053, 0.8960528373718262, 0.9303023219108582, 1.0673003196716309, 1.18717360496521, 0.8275538086891174, 1.0159261226654053, 0.810429036617279, 0.6734310388565063, 0.8446785807609558, 0.9303023219108582, 0.8618032932281494, 0.7076805233955383, 0.5193082690238953, 0.4850587546825409, 0.9988013505935669, 0.6905558109283447, 0.6734310388565063, 0.4679340124130249, 0.5535577535629272, 0.6734310388565063, 0.41655975580215454, 0.43368449807167053, 0.6049320101737976, 0.43368449807167053, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.8618032932281494, 0.9474270939826965, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.18717360496521, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.5364330410957336, -1.0904186964035034, -1.3301652669906616, -1.5699117183685303, -1.1760424375534058, -0.576676070690155, -1.3301652669906616, -0.9020463228225708, 0.15968845784664154, 0.27956172823905945, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.4508092403411865, 0.6734310388565063, 0.4850587546825409, 0.7076805233955383, 0.6049320101737976, 0.3651854991912842, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 1.0501755475997925, -0.2513057291507721, -1.5870364904403687, -1.535662293434143, -1.4329137802124023, -1.3301652669906616, -1.4671632051467896, -1.4500385522842407], [1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7248052954673767, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 1.0673003196716309, 1.0330508947372437, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.0159261226654053, 1.0159261226654053, 0.8446785807609558, 0.8789280652999878, 0.5706825256347656, 0.656306266784668, 0.9474270939826965, 0.810429036617279, 0.7419300675392151, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 0.9816765785217285, 1.0673003196716309, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0501755475997925, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.9988013505935669, 1.0159261226654053, 1.18717360496521, 1.0673003196716309, 1.1529240608215332, 1.1186745166778564, 0.9988013505935669, 0.8275538086891174, 0.5535577535629272, 0.9816765785217285, 0.7590547800064087, 0.3309359848499298, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.7761795520782471, 0.8275538086891174, 0.41655975580215454, 0.43368449807167053, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.6391815543174744, 0.8446785807609558, 0.7419300675392151, 0.7933043241500854, 0.7076805233955383, 0.7761795520782471, 0.8446785807609558, 0.7761795520782471, 0.7419300675392151, 0.8618032932281494, 1.0330508947372437, 1.324171543121338, 1.0673003196716309, 0.9303023219108582, 1.1186745166778564, 1.2214230298995972, 1.2899221181869507, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 0.9988013505935669, 0.4850587546825409, -1.1075434684753418, -1.6212860345840454, -0.9534205794334412, -1.5014127492904663, -1.8439078330993652, -0.13143247365951538, -0.011559205129742622, 0.4850587546825409, 0.3651854991912842, 0.3480607271194458, 0.6049320101737976, 0.4850587546825409, 0.3309359848499298, 0.3138112425804138, 0.39943498373031616, 0.5364330410957336, 0.622056782245636, 0.810429036617279, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, -0.42255327105522156, -1.8610326051712036, -1.5527870655059814, -1.4671632051467896, -1.5185375213623047], [1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2214230298995972, 1.2727973461151123, 1.1700488328933716, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.1186745166778564, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 0.8618032932281494, 0.9303023219108582, 0.6734310388565063, 0.2110627144575119, 0.8275538086891174, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 0.8960528373718262, 1.0330508947372437, 1.0501755475997925, 0.8960528373718262, 0.9816765785217285, 0.9988013505935669, 1.0844250917434692, 0.8275538086891174, 0.9303023219108582, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.2042982578277588, 1.0330508947372437, 1.0159261226654053, 0.8275538086891174, 0.6391815543174744, 1.2042982578277588, 1.0501755475997925, 0.7076805233955383, 0.656306266784668, 0.9303023219108582, 0.7248052954673767, 0.7076805233955383, 0.622056782245636, 0.6391815543174744, 0.3651854991912842, 0.5535577535629272, 0.27956172823905945, 0.5193082690238953, 0.6049320101737976, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7076805233955383, 0.6391815543174744, 0.4850587546825409, 0.8446785807609558, 0.5193082690238953, 0.6734310388565063, 0.9131776094436646, 0.9816765785217285, 0.8960528373718262, 1.1186745166778564, 0.7248052954673767, 0.9816765785217285, 1.255672574043274, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.1357992887496948, 1.2385478019714355, 0.6734310388565063, 0.0055655487813055515, -1.3644146919250488, -1.7754088640213013, -1.3815394639968872, -1.0904186964035034, -0.5595512986183167, -0.16568197309970856, 0.39943498373031616, 0.29668647050857544, 0.3480607271194458, 0.5364330410957336, 0.3138112425804138, 0.10831420123577118, 0.41655975580215454, 0.4850587546825409, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.10831420123577118, -1.6555355787277222, -1.5014127492904663], [1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3070467710494995, 1.2042982578277588, 1.1357992887496948, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9303023219108582, 1.0159261226654053, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8446785807609558, 0.7761795520782471, 0.656306266784668, 0.7761795520782471, 0.810429036617279, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 1.0330508947372437, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0159261226654053, 0.9474270939826965, 1.0159261226654053, 1.101549744606018, 1.0501755475997925, 1.101549744606018, 1.0844250917434692, 1.1357992887496948, 1.0501755475997925, 1.1357992887496948, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.1357992887496948, 0.9131776094436646, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.9131776094436646, 0.8789280652999878, 0.7933043241500854, 0.9816765785217285, 0.6734310388565063, 0.7933043241500854, 0.7248052954673767, 0.7590547800064087, 0.38231024146080017, 0.7590547800064087, 0.4679340124130249, 0.5364330410957336, 0.7761795520782471, 0.7761795520782471, 0.6391815543174744, 0.5364330410957336, 0.622056782245636, 0.7933043241500854, 0.6049320101737976, 0.41655975580215454, 0.8789280652999878, 0.6049320101737976, 0.8960528373718262, 0.9645518660545349, 0.8789280652999878, 0.9816765785217285, 0.9988013505935669, 1.0673003196716309, 1.2214230298995972, 1.3070467710494995, 1.3070467710494995, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.1357992887496948, 0.8960528373718262, -0.5595512986183167, -1.3644146919250488, -1.672660231590271, -1.946656346321106, -1.2102919816970825, -0.645175039768219, 0.02269030176103115, 0.3651854991912842, 0.27956172823905945, 0.38231024146080017, -0.9191710948944092, 0.12543895840644836, 0.24531221389770508, 0.7761795520782471, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.9645518660545349], [1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 1.2042982578277588, 1.2899221181869507, 1.3070467710494995, 1.4097954034805298, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8789280652999878, 0.9645518660545349, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 0.9988013505935669, 1.0330508947372437, 0.7419300675392151, 0.8275538086891174, 0.656306266784668, 0.7419300675392151, 0.5193082690238953, 0.5364330410957336, 0.8275538086891174, 0.41655975580215454, 0.4508092403411865, 0.8960528373718262, 0.8275538086891174, 0.9816765785217285, 0.9474270939826965, 1.1186745166778564, 1.101549744606018, 1.0159261226654053, 0.9988013505935669, 1.0673003196716309, 1.101549744606018, 1.0673003196716309, 1.1529240608215332, 1.0673003196716309, 1.0159261226654053, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 1.0844250917434692, 1.2214230298995972, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7076805233955383, 0.7761795520782471, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7076805233955383, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, 0.8446785807609558, 0.9474270939826965, 0.5535577535629272, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.7419300675392151, 0.9645518660545349, 1.1529240608215332, 0.9474270939826965, 1.0844250917434692, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.375545859336853, 1.18717360496521, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.18717360496521, 1.1357992887496948, 0.5193082690238953, -0.5253018140792847, -1.3815394639968872, -1.5185375213623047, -1.7411593198776245, -1.1246682405471802, -0.9191710948944092, -0.4910522699356079, 0.15968845784664154, -0.9876701235771179, -0.3540542721748352, 0.15968845784664154, 0.8446785807609558, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174], [1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.2042982578277588, 1.375545859336853, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.7761795520782471, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 0.622056782245636, 0.8446785807609558, 0.7076805233955383, 0.6391815543174744, 0.810429036617279, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.8789280652999878, 0.4850587546825409, 0.5364330410957336, 0.8446785807609558, 0.4508092403411865, 0.4508092403411865, 0.587807297706604, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.7419300675392151, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 1.0673003196716309, 0.9816765785217285, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.101549744606018, 0.6905558109283447, 0.9645518660545349, 1.0159261226654053, 0.9303023219108582, 1.0330508947372437, 0.9645518660545349, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.7590547800064087, 0.6905558109283447, 0.587807297706604, 0.4850587546825409, 0.6905558109283447, 0.656306266784668, 0.8618032932281494, 0.5535577535629272, 0.9131776094436646, 0.6734310388565063, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.7419300675392151, 0.8275538086891174, 0.9816765785217285, 0.3480607271194458, 1.0159261226654053, 0.587807297706604, 1.0501755475997925, 0.9816765785217285, 1.0844250917434692, 0.9988013505935669, 1.1529240608215332, 1.2385478019714355, 1.2042982578277588, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2214230298995972, 0.7248052954673767, 0.15968845784664154, -0.3540542721748352, -0.9705453515052795, -1.5870364904403687, -1.3301652669906616, -0.5081770420074463, -0.7992978096008301, -0.610925555229187, -0.14855723083019257, 0.7933043241500854, 1.0673003196716309, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854], [0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2899221181869507, 1.2385478019714355, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 0.9303023219108582, 0.8275538086891174, 0.7761795520782471, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.6734310388565063, 0.7419300675392151, 0.6734310388565063, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.7248052954673767, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.5706825256347656, 0.4679340124130249, 0.29668647050857544, 0.4850587546825409, 0.8789280652999878, 0.7248052954673767, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.3651854991912842, 0.5021834969520569, 0.7076805233955383, 0.7933043241500854, 0.622056782245636, 0.622056782245636, 0.7933043241500854, 0.8960528373718262, 1.0159261226654053, 0.8618032932281494, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.810429036617279, 0.7076805233955383, 0.6905558109283447, 1.0501755475997925, 0.8446785807609558, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.6905558109283447, 0.7933043241500854, 0.7933043241500854, 0.7248052954673767, 0.7419300675392151, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 0.622056782245636, 0.5706825256347656, 0.4508092403411865, 0.810429036617279, 0.3651854991912842, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 1.1357992887496948, 1.1186745166778564, 1.18717360496521, 1.324171543121338, 1.2899221181869507, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.0330508947372437, 0.9131776094436646, 0.4679340124130249, 0.19393795728683472, 0.10831420123577118, 0.7761795520782471, 0.7248052954673767, 0.8275538086891174, 0.8960528373718262, 1.0330508947372437, 0.9474270939826965, 1.0673003196716309, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471], [0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.4269200563430786, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 0.9816765785217285, 0.9131776094436646, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.5706825256347656, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 0.8275538086891174, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.5706825256347656, 0.4508092403411865, 0.622056782245636, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7933043241500854, 0.5706825256347656, 0.3651854991912842, 0.4679340124130249, 0.9303023219108582, 0.7419300675392151, 0.8960528373718262, 0.6391815543174744, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.9645518660545349, 0.7076805233955383, 0.810429036617279, 0.8446785807609558, 0.6391815543174744, 0.622056782245636, 0.4850587546825409, 0.4508092403411865, 0.7933043241500854, 0.8618032932281494, 0.9131776094436646, 0.5364330410957336, 0.7419300675392151, 0.5364330410957336, 0.5535577535629272, 0.4679340124130249, 0.5021834969520569, 0.8275538086891174, 0.9474270939826965, 0.7419300675392151, 0.6049320101737976, 0.7933043241500854, 0.656306266784668, 0.8960528373718262, 0.810429036617279, 0.9474270939826965, 0.7590547800064087, 0.8960528373718262, 0.8618032932281494, 0.5706825256347656, 0.5193082690238953, 0.6905558109283447, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.3651854991912842, 0.9131776094436646, 1.0330508947372437, 0.8275538086891174, 0.8446785807609558, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.3070467710494995, 1.255672574043274, 1.2214230298995972, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.1700488328933716, 1.4611696004867554, 1.2385478019714355, 1.1186745166778564, 1.1357992887496948, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.0844250917434692, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151], [0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.255672574043274, 1.3584210872650146, 1.3070467710494995, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.810429036617279, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.7761795520782471, 0.6391815543174744, 0.5706825256347656, 0.10831420123577118, 0.622056782245636, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9645518660545349, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 0.6391815543174744, 0.656306266784668, 0.5535577535629272, 0.8446785807609558, 0.7419300675392151, 0.656306266784668, 0.7248052954673767, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.7761795520782471, 0.6391815543174744, 0.587807297706604, 0.4850587546825409, 0.6391815543174744, 0.5706825256347656, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7248052954673767, 0.8618032932281494, 0.8446785807609558, 0.6734310388565063, 0.8446785807609558, 0.7590547800064087, 0.5535577535629272, 0.4850587546825409, 0.6391815543174744, 0.3480607271194458, 0.2110627144575119, 0.4679340124130249, 0.8446785807609558, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 1.1186745166778564, 1.1186745166778564, 1.0159261226654053, 1.2385478019714355, 1.324171543121338, 1.101549744606018, 1.2214230298995972, 1.4782943725585938, 1.2727973461151123, 1.3584210872650146, 1.2899221181869507, 1.1357992887496948, 1.255672574043274, 1.255672574043274, 1.1357992887496948, 1.2385478019714355, 1.2727973461151123, 1.3584210872650146, 1.0844250917434692, 1.0501755475997925, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151], [0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2385478019714355, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0330508947372437, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.6734310388565063, 0.587807297706604, 0.5364330410957336, 0.6391815543174744, 0.5193082690238953, 0.656306266784668, 0.7933043241500854, 0.8446785807609558, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.8618032932281494, 0.7761795520782471, 0.5535577535629272, 0.7933043241500854, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.7419300675392151, 0.8789280652999878, 0.9131776094436646, 0.8275538086891174, 0.7590547800064087, 0.6049320101737976, 0.6905558109283447, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.6734310388565063, 0.7761795520782471, 1.0673003196716309, 0.9474270939826965, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.8275538086891174, 0.9474270939826965, 0.810429036617279, 1.0501755475997925, 0.7761795520782471, 0.9988013505935669, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.6049320101737976, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.6391815543174744, 0.3651854991912842, 0.15968845784664154, 0.5535577535629272, 0.14256370067596436, 0.622056782245636, 0.7590547800064087, 0.622056782245636, 0.9131776094436646, 1.0330508947372437, 0.9645518660545349, 0.8789280652999878, 1.0159261226654053, 1.1186745166778564, 1.18717360496521, 1.1357992887496948, 0.9645518660545349, 1.3926706314086914, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, 1.3070467710494995, 1.3070467710494995, 1.1529240608215332, 1.1700488328933716, 1.3070467710494995, 1.324171543121338, 1.1357992887496948, 1.0330508947372437, 1.1529240608215332, 1.18717360496521, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767], [0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.255672574043274, 1.375545859336853, 1.444044828414917, 1.4782943725585938, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 0.7761795520782471, 0.7076805233955383, 0.5535577535629272, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.5364330410957336, 0.4508092403411865, 0.5364330410957336, 0.6734310388565063, 0.6391815543174744, 0.4850587546825409, 0.26243698596954346, 0.622056782245636, 0.656306266784668, 0.9131776094436646, 0.9303023219108582, 0.8960528373718262, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8960528373718262, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 1.0673003196716309, 0.9645518660545349, 0.6905558109283447, 0.9131776094436646, 0.8789280652999878, 0.6391815543174744, 0.7248052954673767, 0.7419300675392151, 1.0844250917434692, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.8618032932281494, 0.587807297706604, 0.41655975580215454, 0.29668647050857544, 0.4508092403411865, 0.656306266784668, 0.7933043241500854, 0.7761795520782471, 0.8789280652999878, 0.9131776094436646, 0.656306266784668, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.2214230298995972, 0.810429036617279, 1.375545859336853, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8618032932281494, 0.8446785807609558, 0.6905558109283447, 0.622056782245636, 0.3309359848499298, 0.41655975580215454, 0.6905558109283447, 0.38231024146080017, 0.4508092403411865, 0.24531221389770508, 0.2110627144575119, 0.41655975580215454, 0.6905558109283447, 0.0055655487813055515, 0.10831420123577118, 0.7419300675392151, 0.622056782245636, 0.26243698596954346, 0.7419300675392151, 0.810429036617279, 0.6391815543174744, 0.9645518660545349, 0.5364330410957336, 0.656306266784668, 1.0159261226654053, 0.4850587546825409, 0.6905558109283447, 1.0159261226654053, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7248052954673767, 0.810429036617279, 0.810429036617279, 0.8618032932281494, 1.0159261226654053, 0.7761795520782471, 0.8275538086891174, 0.9474270939826965, 0.9816765785217285, 1.1186745166778564, 1.1700488328933716, 0.7761795520782471, 0.8960528373718262, 0.8960528373718262, 0.7248052954673767, 0.9131776094436646, 0.656306266784668, 0.587807297706604, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.9474270939826965, 0.6391815543174744, 0.6391815543174744, 0.4679340124130249, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.4850587546825409, 0.6734310388565063, 0.7076805233955383, 0.8789280652999878, 0.587807297706604, 0.9816765785217285, 0.9474270939826965, 1.0159261226654053, 1.1186745166778564, 0.9474270939826965, 1.0159261226654053, 0.810429036617279, 1.255672574043274, 1.1357992887496948, 0.9816765785217285, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063], [0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.8789280652999878, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5021834969520569, 0.5193082690238953, 0.7076805233955383, 0.622056782245636, 1.0673003196716309, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.6734310388565063, 0.810429036617279, 0.6049320101737976, 0.7076805233955383, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6391815543174744, 0.4850587546825409, 0.5535577535629272, 0.6391815543174744, 0.6391815543174744, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8446785807609558, 0.9131776094436646, 0.9988013505935669, 0.9988013505935669, 0.622056782245636, 0.5535577535629272, 0.8618032932281494, 0.656306266784668, 0.9303023219108582, 1.2042982578277588, 0.8960528373718262, 0.8446785807609558, 0.5706825256347656, 0.4508092403411865, 0.7590547800064087, 0.7248052954673767, 0.8446785807609558, 0.8446785807609558, 0.7076805233955383, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.4850587546825409, 0.587807297706604, 0.9645518660545349, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.587807297706604, 0.6905558109283447, 0.9303023219108582, 1.0844250917434692, 0.9474270939826965, 0.27956172823905945, 1.1186745166778564, 1.1700488328933716, 0.9474270939826965, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 1.2385478019714355, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668], [0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.3070467710494995, 1.2899221181869507, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6905558109283447, 0.5535577535629272, 0.5193082690238953, 0.8960528373718262, 0.9645518660545349, 0.8960528373718262, 0.8618032932281494, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8275538086891174, 0.7419300675392151, 0.8618032932281494, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.810429036617279, 0.7761795520782471, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.9988013505935669, 0.9645518660545349, 0.7933043241500854, 0.4508092403411865, 0.8446785807609558, 0.9474270939826965, 0.7933043241500854, 0.7076805233955383, 0.622056782245636, 0.8275538086891174, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.41655975580215454, 0.4508092403411865, 0.38231024146080017, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.5535577535629272, 0.6905558109283447, 0.9131776094436646, 0.810429036617279, 0.43368449807167053, 0.8960528373718262, 1.0159261226654053, 1.0159261226654053, 1.1357992887496948, 1.1357992887496948, 0.8275538086891174, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.2899221181869507, 1.1700488328933716, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9303023219108582, 0.8960528373718262, 0.7933043241500854, 0.8789280652999878, 0.5364330410957336, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.8618032932281494, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.7933043241500854, 0.7076805233955383, 0.8446785807609558, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9303023219108582, 0.9645518660545349, 0.7761795520782471, 0.8960528373718262, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.3651854991912842, 0.5535577535629272, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.7590547800064087, 0.8618032932281494, 0.6049320101737976, 0.8960528373718262, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.9988013505935669, 0.7248052954673767, 0.4850587546825409, 0.15968845784664154, 0.24531221389770508, 0.4508092403411865, 0.587807297706604, 0.5193082690238953, 0.8618032932281494, 0.810429036617279, 0.7248052954673767, 0.622056782245636, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.6734310388565063, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 1.0159261226654053, 1.324171543121338, 1.2214230298995972, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.0330508947372437, 0.9988013505935669, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.9131776094436646, 0.9474270939826965, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.0673003196716309, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.8789280652999878, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8960528373718262, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 0.8960528373718262, 0.810429036617279, 0.8789280652999878, 0.6905558109283447, 0.7248052954673767, 0.9131776094436646, 0.9131776094436646, 1.101549744606018, 0.38231024146080017, 0.7419300675392151, 0.7590547800064087, 0.622056782245636, 0.9816765785217285, 0.9474270939826965, 1.0501755475997925, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.7248052954673767, 0.7076805233955383, 0.6049320101737976, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.7933043241500854, 0.587807297706604, 0.7076805233955383, 0.6049320101737976, 0.6391815543174744, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 0.8275538086891174, 0.9816765785217285, 0.9645518660545349, 1.324171543121338, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744], [0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.375545859336853, 1.4269200563430786, 1.2214230298995972, 1.3412963151931763, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.101549744606018, 1.18717360496521, 1.18717360496521, 1.0501755475997925, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.9645518660545349, 0.8960528373718262, 0.9645518660545349, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.9988013505935669, 1.0159261226654053, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.8446785807609558, 0.622056782245636, 0.587807297706604, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 1.0673003196716309, 1.1357992887496948, 0.8789280652999878, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.7761795520782471, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.7419300675392151, 0.4850587546825409, 0.7248052954673767, 0.39943498373031616, 0.4508092403411865, 0.6391815543174744, 0.6734310388565063, 0.7590547800064087, 0.7076805233955383, 0.6049320101737976, 0.5364330410957336, 0.7419300675392151, 0.656306266784668, 0.587807297706604, 0.587807297706604, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.3584210872650146, 1.4097954034805298, 1.324171543121338, 1.3070467710494995, 1.18717360496521, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.2214230298995972, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2899221181869507, 1.18717360496521, 1.3412963151931763, 1.2727973461151123, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1357992887496948, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.0330508947372437, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8960528373718262, 0.8446785807609558, 0.9303023219108582, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.8446785807609558, 0.8275538086891174, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.6391815543174744, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.8618032932281494, 0.9303023219108582, 1.18717360496521, 1.2385478019714355, 1.375545859336853, 1.4269200563430786, 1.4097954034805298, 1.2899221181869507, 1.101549744606018, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3926706314086914, 1.324171543121338, 1.101549744606018, 1.4611696004867554, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.0501755475997925, 1.2214230298995972, 1.18717360496521, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 1.1529240608215332, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.7933043241500854, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8275538086891174, 0.9131776094436646, 0.810429036617279, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.7590547800064087, 0.6734310388565063, 0.7761795520782471, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.9131776094436646, 1.0159261226654053, 0.8618032932281494, 1.0844250917434692, 0.8618032932281494, 0.5021834969520569, 0.7076805233955383, 0.656306266784668, 0.7590547800064087, 0.7761795520782471, 0.8618032932281494, 0.8618032932281494, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 1.1700488328933716, 1.255672574043274, 1.324171543121338, 1.3412963151931763, 1.4611696004867554, 1.5125439167022705, 1.375545859336853, 1.2214230298995972, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.1700488328933716, 1.3070467710494995, 1.255672574043274, 1.1186745166778564, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.8789280652999878, 0.8275538086891174, 0.7248052954673767, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.7933043241500854, 0.8275538086891174, 0.6391815543174744, 0.9131776094436646, 0.9645518660545349, 0.8618032932281494, 0.656306266784668, 0.6049320101737976, 0.9303023219108582, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 1.2727973461151123, 1.1357992887496948, 1.0673003196716309, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 1.0330508947372437, 1.1529240608215332, 1.0501755475997925, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.5125439167022705, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.2214230298995972, 1.0159261226654053, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447], [0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9131776094436646, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.8789280652999878, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.8275538086891174, 0.7590547800064087, 0.7076805233955383, 0.8275538086891174, 0.9474270939826965, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 1.0330508947372437, 0.9474270939826965, 0.8275538086891174, 1.0673003196716309, 0.9303023219108582, 0.7248052954673767, 0.656306266784668, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 1.3070467710494995, 1.3412963151931763, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.375545859336853, 0.9988013505935669, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447], [0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.4097954034805298, 1.3926706314086914, 1.2727973461151123, 1.1357992887496948, 1.2214230298995972, 1.2042982578277588, 1.1357992887496948, 1.2214230298995972, 1.1700488328933716, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.8618032932281494, 0.8960528373718262, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.6734310388565063, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 1.0501755475997925, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 0.8960528373718262, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 1.1186745166778564, 1.255672574043274, 1.0159261226654053, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2385478019714355, 1.18717360496521, 1.0673003196716309, 1.4097954034805298, 1.444044828414917, 1.375545859336853, 1.4097954034805298, 0.9474270939826965, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.4269200563430786, 1.324171543121338, 1.3926706314086914, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.3412963151931763, 1.2042982578277588, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 1.0330508947372437, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.9988013505935669, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 1.0501755475997925, 0.9131776094436646, 0.810429036617279, 0.656306266784668, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.7590547800064087, 0.8618032932281494, 0.9303023219108582, 1.0501755475997925, 1.18717360496521, 1.0501755475997925, 1.255672574043274, 1.4097954034805298, 1.3070467710494995, 1.2899221181869507, 1.101549744606018, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.0330508947372437, 0.5535577535629272, 0.9816765785217285, 1.1529240608215332, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.2385478019714355, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3584210872650146, 1.2899221181869507, 1.2727973461151123, 1.18717360496521, 1.1186745166778564, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9645518660545349, 1.0673003196716309, 0.9474270939826965, 0.7076805233955383, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9474270939826965, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.1357992887496948, 1.1357992887496948, 1.3412963151931763, 1.375545859336853, 1.324171543121338, 1.0673003196716309, 1.1186745166778564, 1.2214230298995972, 1.2385478019714355, 1.1700488328933716, -0.3711790144443512, -0.13143247365951538, 0.19393795728683472, 0.810429036617279, 1.0673003196716309, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.2899221181869507, 1.4269200563430786, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.0501755475997925, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.6905558109283447, 0.6734310388565063, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 0.8275538086891174, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 1.0159261226654053, 1.0330508947372437, 1.2042982578277588, 1.2727973461151123, 1.1357992887496948, 0.9303023219108582, 1.2042982578277588, 1.2214230298995972, 0.9131776094436646, -1.3986642360687256, -2.0494048595428467, -2.0836544036865234, -2.0665295124053955, -1.7240345478057861, -1.7754088640213013, -1.5527870655059814, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447], [0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 0.9474270939826965, 0.8789280652999878, 0.7590547800064087, 0.6734310388565063, 0.5535577535629272, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.8275538086891174, 0.622056782245636, 0.8275538086891174, 0.9131776094436646, 0.8960528373718262, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.7248052954673767, 0.9816765785217285, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.1357992887496948, 1.2214230298995972, 0.3651854991912842, -1.7240345478057861, -2.1007792949676514, -2.0494048595428467, -1.9980305433273315, -1.8610326051712036, -1.758284091949463, -0.4910522699356079, -1.7754088640213013, 0.3651854991912842, -1.1589176654815674, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.26243698596954346, 0.29668647050857544, 0.3651854991912842, 0.41655975580215454, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.4269200563430786, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5467933416366577, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.0501755475997925, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9816765785217285, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.5535577535629272, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.656306266784668, 0.7248052954673767, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9988013505935669, 1.2214230298995972, 1.2385478019714355, 1.1186745166778564, -0.7992978096008301, -2.0494048595428467, -1.7411593198776245, -1.758284091949463, -1.5527870655059814, -1.6212860345840454, -1.8267830610275269, -1.672660231590271, -1.484287977218628, -1.7411593198776245, -1.227416753768921, -1.5185375213623047, -0.7821730971336365, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.375545859336853, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.255672574043274, 1.18717360496521, 1.101549744606018, 1.1700488328933716, 1.2214230298995972, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.9474270939826965, 0.8618032932281494, 0.9816765785217285, 0.9988013505935669, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 0.7590547800064087, -0.5595512986183167, -1.7069097757339478, -1.8267830610275269, -1.7240345478057861, -1.946656346321106, -1.7240345478057861, -1.6555355787277222, -0.7992978096008301, -1.3301652669906616, -0.5081770420074463, 1.718040943145752, 0.17681321501731873, -1.3986642360687256, -1.3986642360687256, -0.8335473537445068, -1.4671632051467896, -1.3130404949188232, 1.0844250917434692, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2281874716281891, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.8618032932281494, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.18717360496521, 1.324171543121338, 1.3412963151931763, 0.5706825256347656, -1.5185375213623047, -1.6897850036621094, -1.6212860345840454, -1.946656346321106, -1.9124068021774292, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.8267830610275269, -1.5699117183685303, -1.2445415258407593, -0.9705453515052795, -0.5938007831573486, -1.4500385522842407, 1.9235379695892334, 1.563918113708496, -0.9362958669662476, -1.0904186964035034, -1.2787909507751465, -0.16568197309970856, -1.8439078330993652, -0.31980475783348083, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.4782943725585938, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2727973461151123, 1.255672574043274, 1.1700488328933716, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.18717360496521, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.101549744606018, 1.101549744606018, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 0.43368449807167053, -1.604161262512207, -1.7069097757339478, -1.7240345478057861, -1.5527870655059814, -1.6384108066558838, -1.7411593198776245, -1.79253351688385, -1.2445415258407593, -1.9637811183929443, -1.7754088640213013, -1.9124068021774292, -1.878157377243042, -1.7411593198776245, -1.3130404949188232, -1.2102919816970825, -1.7240345478057861, -0.645175039768219, 1.6495418548583984, 1.9235379695892334, 1.8036646842956543, 1.375545859336853, 0.656306266784668, -1.9637811183929443, -1.1760424375534058, 1.0501755475997925, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.39943498373031616, 0.41655975580215454, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.375545859336853, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6837913990020752, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.3070467710494995, 1.1529240608215332, -1.3644146919250488, -1.6384108066558838, -1.415789008140564, -1.3815394639968872, -1.073293924331665, -1.0561691522598267, -1.5185375213623047, -1.672660231590271, -1.8952820301055908, -1.2787909507751465, -1.3815394639968872, -0.13143247365951538, 0.43368449807167053, -1.5870364904403687, -1.5014127492904663, -1.758284091949463, -1.6555355787277222, 0.0740646943449974, 1.2727973461151123, 2.1804091930389404, 1.7009161710739136, 1.6495418548583984, -1.415789008140564, -1.415789008140564, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.15968845784664154, 0.19393795728683472, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4954191446304321, 1.4269200563430786, 1.4097954034805298, 1.444044828414917, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5296685695648193, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.5125439167022705, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.375545859336853, 1.1700488328933716, -0.9362958669662476, -1.5699117183685303, -0.5595512986183167, -1.484287977218628, -1.0904186964035034, -0.9362958669662476, -1.4500385522842407, -0.6794245839118958, -1.3815394639968872, -1.0047948360443115, -0.5424265265464783, -1.8610326051712036, -0.19993148744106293, -1.1589176654815674, -1.3130404949188232, -1.5527870655059814, -1.484287977218628, -1.5185375213623047, 0.27956172823905945, 1.4611696004867554, 1.2214230298995972, 1.2727973461151123, 1.5810428857803345, 0.12543895840644836, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.14256370067596436, 0.17681321501731873, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4097954034805298, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.4782943725585938, 1.2899221181869507, 1.5810428857803345, 1.4097954034805298, 1.444044828414917, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9988013505935669, 0.9645518660545349, 1.0159261226654053, 1.1529240608215332, 1.2042982578277588, 1.1700488328933716, 1.0844250917434692, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, -0.8849216103553772, -0.8506720662117004, -1.1075434684753418, -1.227416753768921, -1.484287977218628, -0.7992978096008301, -0.7307988405227661, -1.073293924331665, -1.415789008140564, -1.3815394639968872, -1.0561691522598267, 0.2110627144575119, -1.0047948360443115, -1.0390443801879883, -0.5424265265464783, -1.2959157228469849, -1.5527870655059814, -1.7754088640213013, -0.30267998576164246, 0.9303023219108582, 1.7522903680801392, 1.9235379695892334, 1.2899221181869507, 1.101549744606018, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063], [0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.27956172823905945, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.324171543121338, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.5467933416366577, 1.444044828414917, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.4954191446304321, 1.4782943725585938, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.9645518660545349, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, -1.0561691522598267, -1.0390443801879883, -1.4329137802124023, -1.7411593198776245, -1.8096582889556885, -1.8267830610275269, 0.7248052954673767, 0.6049320101737976, -0.5424265265464783, -1.141792893409729, -0.9876701235771179, -0.9020463228225708, -1.3986642360687256, 0.38231024146080017, -0.08005820959806442, -0.16568197309970856, -1.2959157228469849, -0.3369295001029968, -1.4500385522842407, -1.3815394639968872, 1.324171543121338, 1.8892884254455566, 1.4097954034805298, 1.18717360496521, 0.9474270939826965, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.2110627144575119, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.375545859336853, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.563918113708496, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.444044828414917, 1.5467933416366577, 1.6152924299240112, 1.5810428857803345, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.444044828414917, 1.563918113708496, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5125439167022705, 0.17681321501731873, 0.622056782245636, 0.9131776094436646, 0.9303023219108582, 0.587807297706604, 0.29668647050857544, 0.587807297706604, 1.5125439167022705, 1.5981676578521729, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, -0.8677968382835388, -1.073293924331665, -1.3644146919250488, -1.6897850036621094, -1.8267830610275269, -1.758284091949463, 1.0159261226654053, 0.0055655487813055515, 0.9474270939826965, -0.28555524349212646, -0.6280503273010254, -0.6965492963790894, -0.045808710157871246, 0.29668647050857544, 0.3309359848499298, 0.4679340124130249, -0.42255327105522156, -1.2787909507751465, -0.4910522699356079, -0.43967801332473755, 0.9988013505935669, 1.63241708278656, 1.5296685695648193, 1.1357992887496948, 0.9303023219108582, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5296685695648193, 1.5125439167022705, 1.4269200563430786, 1.5296685695648193, 1.4782943725585938, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.4782943725585938, 1.444044828414917, -0.6965492963790894, -1.0047948360443115, -1.073293924331665, -1.6555355787277222, -1.9295315742492676, -2.032280206680298, -0.3540542721748352, 1.6495418548583984, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, -1.1931672096252441, -1.141792893409729, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -0.9534205794334412, 0.6049320101737976, 1.324171543121338, 1.8207894563674927, 0.8618032932281494, -0.3540542721748352, -0.08005820959806442, -1.484287977218628, -0.43967801332473755, 1.0844250917434692, 0.656306266784668, -0.7307988405227661, -0.9876701235771179, -1.3644146919250488, -0.8849216103553772, -0.9876701235771179, 1.5467933416366577, 1.7009161710739136, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.12543895840644836, 0.14256370067596436, 0.2110627144575119, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.5296685695648193, 1.4269200563430786, 1.5467933416366577, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5810428857803345, 1.444044828414917, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5467933416366577, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.444044828414917, 0.5193082690238953, -1.3301652669906616, -1.4500385522842407, -1.5185375213623047, -1.878157377243042, -1.8952820301055908, -1.3301652669906616, 0.9988013505935669, 1.4782943725585938, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 0.9474270939826965, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.38231024146080017, -0.9705453515052795, -1.3815394639968872, -1.6212860345840454, -1.6897850036621094, -0.8506720662117004, 1.8379141092300415, 1.8721636533737183, 1.718040943145752, 1.8892884254455566, 1.7351655960083008, 0.7248052954673767, 0.056939806789159775, -1.0047948360443115, -1.1075434684753418, 1.255672574043274, 0.9988013505935669, -0.4910522699356079, -0.6794245839118958, -0.3883037567138672, -0.16568197309970856, 0.4850587546825409, 1.7009161710739136, 1.255672574043274, 1.255672574043274, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.12543895840644836, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.3412963151931763, 1.4782943725585938, 1.5296685695648193, 1.324171543121338, 1.4269200563430786, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5296685695648193, 1.2727973461151123, -1.1931672096252441, -1.1589176654815674, -1.2787909507751465, -1.8096582889556885, -1.9124068021774292, -1.8952820301055908, -0.42255327105522156, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, -0.4910522699356079, -1.415789008140564, -1.535662293434143, -1.604161262512207, -0.8677968382835388, 1.5981676578521729, 1.8379141092300415, 1.786539912223816, 1.8721636533737183, 1.9406627416610718, 1.906413197517395, 1.4611696004867554, 0.7761795520782471, 0.12543895840644836, -1.0904186964035034, 1.1700488328933716, 0.8960528373718262, 0.02269030176103115, -0.40542852878570557, -0.5253018140792847, -1.415789008140564, 0.3480607271194458, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6049320101737976], [0.15968845784664154, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4611696004867554, 1.6495418548583984, 1.4954191446304321, 1.5467933416366577, 1.375545859336853, 1.444044828414917, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.4954191446304321, 1.444044828414917, -0.9534205794334412, -0.8164225816726685, -1.2959157228469849, -1.6555355787277222, -1.8096582889556885, -1.3472900390625, -1.1931672096252441, 0.5706825256347656, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.19393795728683472, -1.6212860345840454, 0.43368449807167053, 1.324171543121338, 1.4954191446304321, 1.2385478019714355, 1.8550388813018799, 1.9235379695892334, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 1.9406627416610718, 1.9920369386672974, 0.9131776094436646, 0.810429036617279, -1.0561691522598267, 1.4954191446304321, 1.1357992887496948, 0.38231024146080017, 0.7076805233955383, -0.16568197309970856, -1.5527870655059814, -1.1589176654815674, 1.444044828414917, 1.375545859336853, 1.3926706314086914, 0.9303023219108582, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976], [0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4611696004867554, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, -0.21705622971057892, -0.43967801332473755, -1.141792893409729, -1.02191960811615, -1.7411593198776245, -1.79253351688385, -0.7821730971336365, -0.9876701235771179, -1.1931672096252441, -1.02191960811615, 0.10831420123577118, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.7076805233955383, 0.7761795520782471, 1.375545859336853, 2.0091617107391357, 1.906413197517395, 1.4097954034805298, 1.7694151401519775, 1.786539912223816, 2.0091617107391357, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.8892884254455566, 1.2214230298995972, 0.41655975580215454, -1.2445415258407593, 1.718040943145752, 1.4782943725585938, 1.1700488328933716, 1.0844250917434692, 0.8446785807609558, -1.4671632051467896, -1.3472900390625, 1.18717360496521, 1.2727973461151123, 1.63241708278656, 0.9645518660545349, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.6152924299240112, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.5467933416366577, 1.5981676578521729, 0.7761795520782471, -1.1931672096252441, -0.14855723083019257, -1.5185375213623047, -1.0561691522598267, -0.9362958669662476, -0.610925555229187, -1.1246682405471802, -1.8610326051712036, -1.3472900390625, -1.6384108066558838, 1.0330508947372437, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1529240608215332, 1.4097954034805298, 1.324171543121338, 1.7522903680801392, 1.324171543121338, 1.8207894563674927, 2.0091617107391357, 1.974912166595459, 1.8892884254455566, 1.6666666269302368, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 2.0091617107391357, 1.9577873945236206, 1.9577873945236206, 2.0262863636016846, 1.8550388813018799, 1.375545859336853, 0.17681321501731873, -0.6965492963790894, 1.7694151401519775, 1.3584210872650146, 1.7694151401519775, 1.8207894563674927, 1.2727973461151123, -0.8849216103553772, -1.3644146919250488, 0.3480607271194458, 1.6152924299240112, 1.563918113708496, 0.9816765785217285, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.63241708278656, 0.39943498373031616, -0.6280503273010254, -0.31980475783348083, -0.5938007831573486, -1.1246682405471802, -0.9191710948944092, -1.79253351688385, -0.6622998118400574, -1.1760424375534058, -0.7821730971336365, -0.40542852878570557, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.5467933416366577, 2.0434112548828125, 1.8207894563674927, 1.6666666269302368, 2.0434112548828125, 1.4954191446304321, 2.0434112548828125, 1.974912166595459, 2.111910104751587, 1.8379141092300415, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.6152924299240112, 2.0262863636016846, 1.8036646842956543, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 1.2899221181869507, -0.7479235529899597, 1.5467933416366577, 1.906413197517395, 1.4269200563430786, 1.906413197517395, 1.974912166595459, 0.9645518660545349, 0.056939806789159775, -1.604161262512207, 0.6049320101737976, 1.18717360496521, 1.5125439167022705, 1.3926706314086914, 0.8789280652999878, 0.6391815543174744, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656], [0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7419300675392151, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.375545859336853, -0.3711790144443512, -1.3130404949188232, 0.24531221389770508, -1.7240345478057861, -0.8849216103553772, -1.4500385522842407, -1.2959157228469849, -0.5938007831573486, -1.261666178703308, -0.8506720662117004, 0.7076805233955383, 0.8446785807609558, 1.8721636533737183, 2.094785451889038, 1.974912166595459, 1.7351655960083008, 2.0605359077453613, 1.6152924299240112, 1.9920369386672974, 2.0091617107391357, 1.9920369386672974, 1.8892884254455566, 1.8721636533737183, 1.6495418548583984, 1.9406627416610718, 1.8379141092300415, 2.0091617107391357, 1.5810428857803345, 2.0091617107391357, 2.0776607990264893, 1.9406627416610718, 0.8618032932281494, 1.1700488328933716, 1.8036646842956543, 2.0091617107391357, 1.4269200563430786, 1.9235379695892334, 2.0262863636016846, 1.1529240608215332, 0.2110627144575119, -1.535662293434143, 0.622056782245636, 1.255672574043274, 1.444044828414917, 1.5981676578521729, 1.0844250917434692, 0.656306266784668, 0.7419300675392151, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7590547800064087, 0.7248052954673767, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.444044828414917, 1.1357992887496948, 0.2281874716281891, -0.4568027853965759, -1.0561691522598267, -0.6794245839118958, -1.1246682405471802, -0.9362958669662476, -0.1143077164888382, -1.3815394639968872, -1.2959157228469849, -0.2684305012226105, 0.38231024146080017, -1.7069097757339478, -0.7479235529899597, -1.6384108066558838, -1.227416753768921, 1.6666666269302368, 1.974912166595459, 1.6152924299240112, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 1.974912166595459, 1.5467933416366577, 1.7522903680801392, 1.9235379695892334, 2.0605359077453613, 1.4269200563430786, 1.786539912223816, 2.0776607990264893, 2.0776607990264893, 1.9406627416610718, 1.786539912223816, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.444044828414917, 1.9235379695892334, 2.0434112548828125, 1.4097954034805298, 0.4508092403411865, -1.415789008140564, 1.563918113708496, 1.2727973461151123, 1.786539912223816, 1.2899221181869507, 0.9131776094436646, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.563918113708496, -0.6622998118400574, -1.3301652669906616, -0.8506720662117004, -0.21705622971057892, 0.2110627144575119, -1.3472900390625, -1.5527870655059814, -0.5595512986183167, -1.2102919816970825, -1.604161262512207, -0.5595512986183167, -1.141792893409729, -1.1246682405471802, -1.5185375213623047, -0.9191710948944092, -1.3130404949188232, -0.645175039768219, -1.7240345478057861, -1.1246682405471802, 0.19393795728683472, 0.4850587546825409, 1.0673003196716309, 1.9577873945236206, 1.9235379695892334, 1.9235379695892334, 1.4269200563430786, 1.8550388813018799, 2.0262863636016846, 1.1186745166778564, 1.5981676578521729, 1.9406627416610718, 2.1632845401763916, 2.111910104751587, 2.0091617107391357, 1.9235379695892334, 1.906413197517395, 1.8892884254455566, 1.6837913990020752, 1.8550388813018799, 1.974912166595459, 1.63241708278656, 0.19393795728683472, -1.484287977218628, 2.0091617107391357, 1.9406627416610718, 1.324171543121338, 1.444044828414917, 0.6391815543174744, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, -0.02868395671248436, -0.5424265265464783, -1.1589176654815674, -0.7479235529899597, 0.14256370067596436, -0.42255327105522156, -0.06293346732854843, -0.7479235529899597, 0.03981505334377289, 0.056939806789159775, -1.5870364904403687, -1.8439078330993652, -0.9362958669662476, -1.8096582889556885, -1.672660231590271, -0.6280503273010254, -0.9362958669662476, -1.6555355787277222, -1.7069097757339478, -1.535662293434143, -0.8335473537445068, -0.2513057291507721, -0.610925555229187, 0.8789280652999878, 1.8379141092300415, 1.5125439167022705, 1.5125439167022705, 1.7522903680801392, 1.255672574043274, 1.974912166595459, 1.7009161710739136, 1.974912166595459, 2.111910104751587, 2.094785451889038, 2.0091617107391357, 1.8036646842956543, 1.906413197517395, 1.8379141092300415, 1.9920369386672974, 1.974912166595459, 1.9406627416610718, -0.3883037567138672, -0.1143077164888382, 2.0776607990264893, 2.0434112548828125, 1.324171543121338, 0.8618032932281494, 0.12543895840644836, 0.9474270939826965, 0.587807297706604, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.5125439167022705, 0.091189444065094, -0.6622998118400574, -0.6280503273010254, -0.7821730971336365, -0.14855723083019257, 0.03981505334377289, -1.7069097757339478, -1.4500385522842407, -0.08005820959806442, -0.3883037567138672, -0.7650483250617981, -0.576676070690155, -1.604161262512207, -0.21705622971057892, -0.7307988405227661, -1.4500385522842407, -1.1246682405471802, -1.0904186964035034, -1.3815394639968872, -1.261666178703308, -1.1589176654815674, -0.645175039768219, -1.535662293434143, -0.16568197309970856, -0.2341809868812561, 1.5810428857803345, 1.8892884254455566, 1.2385478019714355, 1.3584210872650146, 1.563918113708496, 1.6837913990020752, 1.8036646842956543, 2.0776607990264893, 2.0091617107391357, 2.0091617107391357, 2.0776607990264893, 1.9920369386672974, 1.9235379695892334, 2.129034996032715, 2.0434112548828125, 1.974912166595459, -0.6622998118400574, 1.4097954034805298, 2.0091617107391357, 2.0776607990264893, 1.7694151401519775, 1.5981676578521729, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.324171543121338, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.444044828414917, -1.3815394639968872, -0.7992978096008301, -0.6794245839118958, -1.1075434684753418, -0.08005820959806442, -0.19993148744106293, -0.8164225816726685, -1.5014127492904663, 0.2110627144575119, 0.19393795728683472, 0.10831420123577118, -1.3986642360687256, -0.21705622971057892, -1.7411593198776245, -1.6555355787277222, -1.3472900390625, -1.2445415258407593, -0.6965492963790894, 0.6391815543174744, -1.0047948360443115, -0.9362958669662476, -1.415789008140564, -0.9362958669662476, -1.3815394639968872, -1.02191960811615, 0.656306266784668, 1.3926706314086914, 1.1357992887496948, 0.17681321501731873, 1.7694151401519775, 1.8721636533737183, 1.974912166595459, 1.8892884254455566, 2.0091617107391357, 2.094785451889038, 1.9406627416610718, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0605359077453613, 1.9577873945236206, 1.8892884254455566, 1.9920369386672974, 2.0605359077453613, 1.4611696004867554, 1.0844250917434692, 0.6391815543174744, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.6666666269302368, 1.4954191446304321, -0.7307988405227661, -1.0561691522598267, -0.5938007831573486, -1.261666178703308, -1.1931672096252441, 1.2727973461151123, -1.1760424375534058, -0.8164225816726685, -1.0561691522598267, -1.7411593198776245, -0.7992978096008301, -0.5595512986183167, -1.1760424375534058, -0.8677968382835388, -1.7411593198776245, -1.2445415258407593, -0.7992978096008301, 1.0501755475997925, 1.786539912223816, 1.7694151401519775, 0.15968845784664154, -1.2787909507751465, -0.4739275276660919, -1.2959157228469849, -0.9362958669662476, -1.3301652669906616, -0.31980475783348083, 1.63241708278656, 0.5364330410957336, 1.8721636533737183, 1.2385478019714355, 1.6666666269302368, 1.9235379695892334, 1.974912166595459, 2.0091617107391357, 2.0605359077453613, 2.0776607990264893, 2.1461596488952637, 1.9920369386672974, 2.111910104751587, 1.974912166595459, 2.0091617107391357, 1.8721636533737183, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.2385478019714355, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.5981676578521729, 1.7351655960083008, -1.2787909507751465, 0.5021834969520569, 1.8207894563674927, 0.3480607271194458, 0.2110627144575119, -0.9876701235771179, -0.5595512986183167, -1.0904186964035034, -1.3815394639968872, -1.672660231590271, -1.3301652669906616, -0.16568197309970856, -0.7821730971336365, -1.3472900390625, -1.7240345478057861, -0.6622998118400574, 1.1529240608215332, 1.4097954034805298, 1.4097954034805298, 2.1461596488952637, 1.2899221181869507, 0.6391815543174744, 1.0330508947372437, 1.4954191446304321, 0.9131776094436646, -0.8677968382835388, -1.1075434684753418, 0.8446785807609558, 1.6495418548583984, 1.5296685695648193, 1.7694151401519775, 1.6495418548583984, 1.8721636533737183, 1.8892884254455566, 1.8892884254455566, 1.974912166595459, 2.0605359077453613, 1.9406627416610718, 2.0605359077453613, 2.111910104751587, 1.974912166595459, 1.9920369386672974, 1.9406627416610718, 2.111910104751587, 2.1461596488952637, 1.4269200563430786, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.6152924299240112, 1.6152924299240112, 1.7009161710739136, 1.6837913990020752, -0.3369295001029968, 0.27956172823905945, 0.7248052954673767, 0.7248052954673767, -0.7307988405227661, -0.6622998118400574, -1.3986642360687256, -1.1760424375534058, -1.2445415258407593, -1.141792893409729, -1.3130404949188232, -1.02191960811615, -1.4500385522842407, -1.6384108066558838, -0.2341809868812561, -1.2102919816970825, 1.1700488328933716, 0.7761795520782471, 1.5296685695648193, 1.563918113708496, 2.0434112548828125, 1.8550388813018799, 1.4269200563430786, 1.1357992887496948, 1.18717360496521, 0.8618032932281494, -1.0561691522598267, 0.810429036617279, 1.786539912223816, 1.8892884254455566, 1.444044828414917, 1.6495418548583984, 1.7351655960083008, 1.7694151401519775, 1.8892884254455566, 2.1461596488952637, 2.0091617107391357, 2.0776607990264893, 2.111910104751587, 2.094785451889038, 1.8550388813018799, 1.9577873945236206, 2.094785451889038, 2.0434112548828125, 1.6837913990020752, 0.9816765785217285, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.563918113708496, 1.7009161710739136, -0.16568197309970856, -0.2684305012226105, 0.2281874716281891, 0.7076805233955383, 0.0740646943449974, 1.2214230298995972, 1.3584210872650146, 0.7419300675392151, -1.2102919816970825, 0.02269030176103115, -1.415789008140564, -0.9705453515052795, -0.7307988405227661, -0.5424265265464783, -1.2102919816970825, -0.045808710157871246, -0.7821730971336365, -1.4671632051467896, -1.2102919816970825, -1.1589176654815674, 0.8446785807609558, 1.255672574043274, 0.9988013505935669, 1.7522903680801392, 1.9235379695892334, 0.9303023219108582, 0.8618032932281494, 0.7933043241500854, 0.4679340124130249, 0.6391815543174744, -0.13143247365951538, 1.8550388813018799, 1.7351655960083008, 1.5981676578521729, 1.6837913990020752, 1.7351655960083008, 1.6495418548583984, 1.5981676578521729, 1.8379141092300415, 1.974912166595459, 2.0605359077453613, 2.0776607990264893, 2.0434112548828125, 2.0262863636016846, 2.0091617107391357, 2.0091617107391357, 2.0605359077453613, 2.111910104751587, 1.8550388813018799, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 0.656306266784668, -0.5424265265464783, 0.29668647050857544, 1.2214230298995972, 1.2214230298995972, 1.2899221181869507, 1.375545859336853, 1.2727973461151123, 0.8275538086891174, 0.12543895840644836, -0.7307988405227661, -1.2102919816970825, -1.6212860345840454, -1.5527870655059814, -0.5081770420074463, -1.1589176654815674, -0.30267998576164246, -1.604161262512207, -1.073293924331665, -0.5595512986183167, -1.3815394639968872, 1.18717360496521, 1.4097954034805298, 0.9816765785217285, 0.8446785807609558, 1.4269200563430786, 1.4611696004867554, 1.2385478019714355, 0.8789280652999878, 1.0330508947372437, 1.255672574043274, 1.7694151401519775, 1.7694151401519775, 1.8036646842956543, 1.7351655960083008, 1.7351655960083008, 1.8207894563674927, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.8207894563674927, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 1.9406627416610718, 2.0605359077453613, 1.563918113708496, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.444044828414917, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 0.4679340124130249, 0.7419300675392151, -0.5424265265464783, 0.27956172823905945, 1.2214230298995972, 1.3412963151931763, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 1.0673003196716309, -0.9191710948944092, -0.8335473537445068, -1.604161262512207, -0.5424265265464783, -1.0904186964035034, -0.16568197309970856, -0.8164225816726685, -0.610925555229187, -1.073293924331665, -1.4671632051467896, -0.6622998118400574, -0.9705453515052795, 1.0330508947372437, 1.101549744606018, 1.4954191446304321, 1.8207894563674927, 1.8892884254455566, 1.8379141092300415, 1.8550388813018799, 1.6495418548583984, 1.563918113708496, 1.8036646842956543, 1.6666666269302368, 1.8892884254455566, 1.9235379695892334, 1.9920369386672974, 1.8721636533737183, 1.8207894563674927, 1.5981676578521729, 1.8207894563674927, 1.8892884254455566, 1.7694151401519775, 1.6495418548583984, 1.9406627416610718, 1.8721636533737183, 1.9235379695892334, 1.9406627416610718, 1.974912166595459, 1.7694151401519775, 0.7248052954673767, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.6152924299240112, 0.3138112425804138, 1.0330508947372437, -0.42255327105522156, 0.26243698596954346, 1.3412963151931763, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1186745166778564, 1.2385478019714355, 0.10831420123577118, -1.227416753768921, -0.8849216103553772, -1.5699117183685303, 0.0055655487813055515, -0.2513057291507721, -0.43967801332473755, -0.5424265265464783, -1.1589176654815674, -0.2684305012226105, -1.3472900390625, -1.2102919816970825, -1.3301652669906616, 1.6837913990020752, 1.9235379695892334, 1.9235379695892334, 1.5810428857803345, 1.8550388813018799, 1.974912166595459, 1.718040943145752, 1.8207894563674927, 1.8207894563674927, 1.5467933416366577, 2.0262863636016846, 2.0091617107391357, 1.7009161710739136, 1.7694151401519775, 1.7351655960083008, 1.8550388813018799, 1.906413197517395, 1.786539912223816, 1.7522903680801392, 1.8721636533737183, 1.8207894563674927, 1.9920369386672974, 1.7522903680801392, 1.8207894563674927, 1.8379141092300415, 1.1529240608215332, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 0.4850587546825409, 1.2042982578277588, 0.03981505334377289, 0.12543895840644836, 1.324171543121338, 1.3926706314086914, 1.444044828414917, 1.375545859336853, 1.3070467710494995, 1.0330508947372437, 1.2214230298995972, 1.101549744606018, 1.324171543121338, -0.06293346732854843, -0.7307988405227661, -1.1589176654815674, -1.7754088640213013, -0.6965492963790894, -0.4739275276660919, -0.18280673027038574, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.4671632051467896, -0.30267998576164246, 1.3926706314086914, 1.7009161710739136, 1.8036646842956543, 1.9920369386672974, 1.786539912223816, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.9577873945236206, 1.4782943725585938, 2.0605359077453613, 2.0262863636016846, 2.1461596488952637, 2.0091617107391357, 1.906413197517395, 1.8379141092300415, 1.9235379695892334, 1.786539912223816, 1.7351655960083008, 1.7694151401519775, 1.7522903680801392, 1.6666666269302368, 1.8036646842956543, 2.0776607990264893, 1.375545859336853, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5810428857803345, 0.6734310388565063, 0.8960528373718262, 0.6734310388565063, 0.38231024146080017, 1.3584210872650146, 1.444044828414917, 1.3584210872650146, 1.3584210872650146, 0.9303023219108582, 1.0673003196716309, 1.1357992887496948, 1.1529240608215332, 1.375545859336853, 1.4269200563430786, -0.4568027853965759, -1.2102919816970825, -1.3644146919250488, -1.261666178703308, 0.38231024146080017, -0.5253018140792847, 0.4679340124130249, -0.02868395671248436, -1.5870364904403687, -1.3644146919250488, -1.0904186964035034, -1.672660231590271, -0.6280503273010254, 1.6152924299240112, 1.9235379695892334, 1.7009161710739136, 1.6152924299240112, 2.094785451889038, 2.0434112548828125, 2.0434112548828125, 1.6666666269302368, 1.9235379695892334, 1.9577873945236206, 1.9577873945236206, 2.0434112548828125, 2.0262863636016846, 1.9920369386672974, 1.9577873945236206, 1.8379141092300415, 1.8721636533737183, 1.7009161710739136, 1.7694151401519775, 1.7694151401519775, 1.8207894563674927, 1.9920369386672974, 1.101549744606018, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.9988013505935669, 0.12543895840644836, 0.8446785807609558, 1.3070467710494995, 1.4097954034805298, 1.2899221181869507, 1.0844250917434692, 0.7761795520782471, 1.2042982578277588, 1.324171543121338, 1.2042982578277588, 1.3584210872650146, 1.3584210872650146, 1.255672574043274, -0.645175039768219, -0.576676070690155, 0.03981505334377289, -0.3711790144443512, -0.19993148744106293, 0.056939806789159775, 0.6905558109283447, 1.563918113708496, -1.1760424375534058, -1.4329137802124023, -1.0390443801879883, -1.5014127492904663, 0.3309359848499298, 1.8207894563674927, 1.7351655960083008, 1.8036646842956543, 2.0776607990264893, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0091617107391357, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9406627416610718, 1.9235379695892334, 1.9235379695892334, 1.9235379695892334, 1.7522903680801392, 2.129034996032715, 2.1461596488952637, 0.5193082690238953, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.2042982578277588, 0.7076805233955383, 1.4611696004867554, 1.2385478019714355, 1.2042982578277588, 1.0159261226654053, 1.0159261226654053, 0.7933043241500854, 1.2042982578277588, 1.3584210872650146, 1.2385478019714355, 1.324171543121338, 1.2727973461151123, 1.375545859336853, 0.8446785807609558, 0.02269030176103115, -0.31980475783348083, -0.610925555229187, 0.056939806789159775, 0.5706825256347656, 0.4508092403411865, 0.0740646943449974, 0.091189444065094, -1.1246682405471802, -0.6280503273010254, -0.6622998118400574, -1.3986642360687256, 0.3309359848499298, 1.6152924299240112, 1.8721636533737183, 2.0434112548828125, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9406627416610718, 2.0091617107391357, 1.786539912223816, 1.4954191446304321, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 1.9406627416610718, 2.0262863636016846, 2.1632845401763916, 2.1632845401763916, 0.7933043241500854, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.0159261226654053, 1.1529240608215332, 1.5981676578521729, 1.7694151401519775, 0.810429036617279, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 0.7419300675392151, 1.1529240608215332, 1.6837913990020752, 1.2899221181869507, 1.3584210872650146, 1.8892884254455566, 1.5810428857803345, 1.0501755475997925, 0.9645518660545349, -0.5595512986183167, -0.9020463228225708, 0.7590547800064087, -1.261666178703308, -0.2513057291507721, 1.7522903680801392, 0.6391815543174744, 0.8789280652999878, -1.1589176654815674, -0.8677968382835388, -0.9705453515052795, -0.8335473537445068, -0.7821730971336365, 0.622056782245636, 2.0776607990264893, 2.0776607990264893, 1.974912166595459, 1.9920369386672974, 1.8207894563674927, 2.0262863636016846, 1.9235379695892334, 2.0091617107391357, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.0605359077453613, 2.0776607990264893, 1.786539912223816, 1.974912166595459, 2.1804091930389404, 1.9577873945236206, 0.8618032932281494, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.3926706314086914, 0.5535577535629272, 1.3070467710494995, 0.9645518660545349, 0.9474270939826965, 1.3070467710494995, 0.8446785807609558, 1.0330508947372437, 1.101549744606018, 0.8446785807609558, 1.2042982578277588, 1.563918113708496, 1.3070467710494995, 1.5296685695648193, 1.906413197517395, 1.8379141092300415, 1.4097954034805298, 0.8789280652999878, -0.43967801332473755, -0.8506720662117004, -0.1143077164888382, -1.4500385522842407, -0.5595512986183167, 2.0776607990264893, 1.8036646842956543, 0.8960528373718262, 0.622056782245636, -1.02191960811615, -0.8164225816726685, -0.21705622971057892, -1.1075434684753418, -1.0904186964035034, 0.5021834969520569, 2.1804091930389404, 1.9920369386672974, 1.9577873945236206, 1.6837913990020752, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6666666269302368, 2.214658737182617, 2.1632845401763916, 2.111910104751587, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 2.0605359077453613, 1.8892884254455566, 2.111910104751587, 2.111910104751587, 1.0159261226654053, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.5021834969520569, 1.2727973461151123, -0.02868395671248436, 1.8379141092300415, 1.18717360496521, 1.0159261226654053, 0.9988013505935669, 1.3584210872650146, 1.0673003196716309, 1.1529240608215332, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 0.7590547800064087, 0.056939806789159775, 0.12543895840644836, -0.5938007831573486, 1.4097954034805298, -1.3986642360687256, 1.2385478019714355, 1.9406627416610718, 1.6837913990020752, 1.0330508947372437, 0.622056782245636, -0.3540542721748352, -0.19993148744106293, 0.5364330410957336, -0.40542852878570557, -1.2959157228469849, 0.17681321501731873, 1.9920369386672974, 1.8892884254455566, 1.786539912223816, 1.5467933416366577, 0.9645518660545349, 1.974912166595459, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 2.094785451889038, 2.0262863636016846, 1.8721636533737183, 0.6391815543174744, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.563918113708496, 1.4269200563430786, 0.656306266784668, 0.6734310388565063, 0.41655975580215454, 1.4782943725585938, 1.5467933416366577, 1.1186745166778564, 1.4782943725585938, 1.4954191446304321, 1.1186745166778564, 1.375545859336853, 1.5296685695648193, 1.1357992887496948, 1.444044828414917, 1.8721636533737183, 1.906413197517395, 1.8892884254455566, 1.4097954034805298, 0.9816765785217285, 1.5467933416366577, 0.7761795520782471, 1.1186745166778564, -0.9191710948944092, -0.8506720662117004, 1.9406627416610718, 1.906413197517395, 1.9920369386672974, 1.7009161710739136, 1.2385478019714355, 0.9988013505935669, 0.656306266784668, 0.622056782245636, 0.6049320101737976, -1.5014127492904663, 0.27956172823905945, 1.906413197517395, 1.5810428857803345, 1.9235379695892334, 1.2385478019714355, 1.6837913990020752, 1.9920369386672974, 1.8550388813018799, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0434112548828125, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 1.0159261226654053, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4269200563430786, 0.587807297706604, 1.3584210872650146, 1.2214230298995972, 1.563918113708496, 1.4782943725585938, 0.9474270939826965, 1.375545859336853, 1.444044828414917, 1.0673003196716309, 1.444044828414917, 1.563918113708496, 1.2042982578277588, 1.375545859336853, 1.8721636533737183, 1.8207894563674927, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 0.4679340124130249, 2.129034996032715, 0.9988013505935669, 1.0673003196716309, -1.2959157228469849, 2.0434112548828125, 1.7351655960083008, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9235379695892334, 1.8207894563674927, 0.8960528373718262, 0.810429036617279, 0.810429036617279, -1.3644146919250488, 1.563918113708496, 0.587807297706604, 2.0262863636016846, 1.9235379695892334, 1.563918113708496, 1.8379141092300415, 1.5981676578521729, 1.3070467710494995, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.1975340843200684, 2.0605359077453613, 1.9235379695892334, 1.8379141092300415, 2.0091617107391357, 1.8721636533737183, 0.7419300675392151, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.810429036617279, 0.8446785807609558, 0.9131776094436646, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.5125439167022705, 0.8960528373718262, 1.7694151401519775, 1.0844250917434692, 1.6837913990020752, 1.1529240608215332, 1.101549744606018, 1.3070467710494995, 1.4782943725585938, 0.8446785807609558, 1.375545859336853, 1.63241708278656, 1.1700488328933716, 1.4611696004867554, 1.8892884254455566, 1.8207894563674927, 1.8550388813018799, 1.786539912223816, 1.9406627416610718, 1.6152924299240112, 1.8379141092300415, 1.718040943145752, 1.2727973461151123, -1.2959157228469849, 1.8379141092300415, 1.786539912223816, 1.9920369386672974, 2.0091617107391357, 2.0434112548828125, 1.9577873945236206, 1.9577873945236206, 1.8721636533737183, 0.9131776094436646, 0.810429036617279, 0.3309359848499298, -0.9020463228225708, 1.5467933416366577, 1.5296685695648193, 1.101549744606018, 1.8207894563674927, 1.7351655960083008, 1.2042982578277588, 1.255672574043274, 2.1461596488952637, 2.111910104751587, 2.1632845401763916, 2.1461596488952637, 2.0605359077453613, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.906413197517395, 1.2899221181869507, 0.622056782245636, 0.5364330410957336, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7761795520782471, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 1.4269200563430786, 1.9406627416610718, 1.563918113708496, 0.9303023219108582, 0.7419300675392151, 1.1529240608215332, 0.810429036617279, 1.444044828414917, 1.7522903680801392, 1.2899221181869507, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 1.4782943725585938, 0.5364330410957336, 1.9235379695892334, 1.9920369386672974, 1.3412963151931763, -0.8849216103553772, 1.9577873945236206, 1.8892884254455566, 2.0262863636016846, 2.0091617107391357, 2.094785451889038, 1.974912166595459, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 0.8960528373718262, 0.9303023219108582, -1.1589176654815674, 1.9920369386672974, 1.2214230298995972, 1.8550388813018799, 1.6837913990020752, 1.6495418548583984, 1.2727973461151123, 1.18717360496521, 2.1461596488952637, 2.0434112548828125, 2.1461596488952637, 2.1632845401763916, 2.094785451889038, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 1.906413197517395, 1.906413197517395, 0.6391815543174744, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053], [0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.4097954034805298, 1.3584210872650146, 1.2214230298995972, 1.3070467710494995, 1.8721636533737183, 1.7522903680801392, 1.2385478019714355, 0.7419300675392151, 0.8275538086891174, 0.9474270939826965, 1.5125439167022705, 1.6495418548583984, 1.324171543121338, 1.6495418548583984, 1.5810428857803345, 1.6837913990020752, 1.8892884254455566, 1.3412963151931763, 0.8618032932281494, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.375545859336853, -0.5424265265464783, 2.0605359077453613, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 2.0091617107391357, 2.0091617107391357, 1.563918113708496, 0.8789280652999878, 0.0740646943449974, 0.9474270939826965, 2.0091617107391357, 1.906413197517395, 1.9235379695892334, 1.5981676578521729, 1.6837913990020752, 0.9303023219108582, 2.1975340843200684, 2.094785451889038, 2.111910104751587, 2.1804091930389404, 2.111910104751587, 2.111910104751587, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 2.0262863636016846, 0.7076805233955383, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4954191446304321, 1.5467933416366577, 1.1529240608215332, 1.786539912223816, 1.9235379695892334, 1.7522903680801392, 0.6905558109283447, 0.7590547800064087, 1.2385478019714355, 1.4954191446304321, 1.324171543121338, 1.4269200563430786, 1.5296685695648193, 1.8207894563674927, 1.7522903680801392, 1.906413197517395, 0.4508092403411865, 0.41655975580215454, -0.09718296676874161, 1.324171543121338, 1.9235379695892334, 1.2214230298995972, 1.6495418548583984, 2.0605359077453613, 1.8550388813018799, 2.0262863636016846, 1.974912166595459, 2.0434112548828125, 2.0605359077453613, 2.129034996032715, 2.0776607990264893, 2.0605359077453613, 1.718040943145752, 1.9577873945236206, 1.101549744606018, 0.8446785807609558, 1.9577873945236206, 1.974912166595459, 1.6666666269302368, 1.0330508947372437, 1.4782943725585938, 1.0673003196716309, 2.129034996032715, 2.0776607990264893, 2.129034996032715, 2.1632845401763916, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 1.8892884254455566, 1.974912166595459, 1.8207894563674927, 1.1357992887496948, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.6152924299240112, 2.0434112548828125, 2.0091617107391357, 1.63241708278656, 0.3309359848499298, 1.444044828414917, 1.7351655960083008, 1.2042982578277588, 1.6152924299240112, 1.7351655960083008, 1.974912166595459, 1.7522903680801392, 2.0262863636016846, 0.26243698596954346, 0.8275538086891174, 0.03981505334377289, 0.8960528373718262, 1.7009161710739136, 2.1461596488952637, 1.5125439167022705, 2.0091617107391357, 1.8036646842956543, 2.129034996032715, 2.0262863636016846, 2.0262863636016846, 1.9920369386672974, 2.0262863636016846, 2.0605359077453613, 2.0262863636016846, 2.0091617107391357, 1.9235379695892334, 1.8892884254455566, 1.5467933416366577, 1.8550388813018799, 1.8892884254455566, 1.718040943145752, 1.2899221181869507, 1.6495418548583984, 1.63241708278656, 1.906413197517395, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.974912166595459, 2.0262863636016846, 1.6495418548583984, 1.4954191446304321, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 0.7933043241500854, 1.4097954034805298, 1.1186745166778564, 1.4269200563430786, 2.111910104751587, 2.0262863636016846, 1.8550388813018799, 0.9303023219108582, 1.63241708278656, 1.8036646842956543, 1.2042982578277588, 1.63241708278656, 1.7522903680801392, 1.906413197517395, 1.8379141092300415, 1.2214230298995972, 0.9474270939826965, 0.9645518660545349, 0.19393795728683472, 0.2281874716281891, 1.2727973461151123, 1.5810428857803345, 1.906413197517395, 1.9920369386672974, 1.8550388813018799, 1.9406627416610718, 2.0262863636016846, 1.9577873945236206, 1.7009161710739136, 2.0091617107391357, 2.1461596488952637, 2.111910104751587, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 1.7694151401519775, 1.7009161710739136, 1.8721636533737183, 1.9406627416610718, 1.2385478019714355, 1.4782943725585938, 1.4954191446304321, 1.9577873945236206, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 1.8550388813018799, 1.718040943145752, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 0.9474270939826965, 1.3070467710494995, 1.0673003196716309, 1.3412963151931763, 2.0776607990264893, 1.9920369386672974, 1.4269200563430786, 1.5467933416366577, 1.5981676578521729, 1.5125439167022705, 1.2385478019714355, 1.786539912223816, 1.786539912223816, 1.6495418548583984, 1.8207894563674927, 0.5364330410957336, 0.6734310388565063, 1.2727973461151123, 0.24531221389770508, 0.02269030176103115, 0.8960528373718262, 1.4954191446304321, 1.9920369386672974, 1.786539912223816, 1.6666666269302368, 2.0091617107391357, 1.9577873945236206, 1.9235379695892334, 2.0091617107391357, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.0262863636016846, 1.9577873945236206, 1.9577873945236206, 1.7522903680801392, 1.718040943145752, 1.9577873945236206, 1.8550388813018799, 0.8789280652999878, 1.324171543121338, 1.5125439167022705, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.111910104751587, 2.094785451889038, 2.0605359077453613, 1.9406627416610718, 1.9406627416610718, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.14256370067596436, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0673003196716309, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1186745166778564, 1.3070467710494995, 1.1357992887496948, 1.6666666269302368, 1.9577873945236206, 1.8721636533737183, 1.3070467710494995, 1.7351655960083008, 1.3926706314086914, 1.375545859336853, 1.8036646842956543, 1.786539912223816, 1.9235379695892334, 1.6152924299240112, 1.8721636533737183, 0.8789280652999878, 0.8446785807609558, 1.3584210872650146, 0.3138112425804138, 0.5706825256347656, -0.3540542721748352, 1.5810428857803345, 1.4269200563430786, 1.4611696004867554, 2.094785451889038, 1.7694151401519775, 2.0434112548828125, 1.974912166595459, 1.786539912223816, 1.9920369386672974, 2.1975340843200684, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9920369386672974, 1.8721636533737183, 1.8892884254455566, 1.6837913990020752, 2.094785451889038, 1.444044828414917, 1.5296685695648193, 1.6495418548583984, 1.9577873945236206, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 1.9577873945236206, 1.8207894563674927, 0.6734310388565063, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 1.3584210872650146, 1.0844250917434692, 1.5981676578521729, 1.9406627416610718, 0.5706825256347656, 1.0673003196716309, 1.7522903680801392, 1.5810428857803345, 1.8550388813018799, 1.5467933416366577, 1.8379141092300415, 1.786539912223816, 1.6666666269302368, 1.718040943145752, 0.656306266784668, 0.8960528373718262, 1.1357992887496948, 0.15968845784664154, 1.18717360496521, -0.13143247365951538, 0.7076805233955383, 1.6152924299240112, 2.1632845401763916, 2.129034996032715, 1.6152924299240112, 1.8892884254455566, 2.094785451889038, 2.0091617107391357, 2.0262863636016846, 2.0605359077453613, 1.8892884254455566, 2.0262863636016846, 1.9406627416610718, 1.8892884254455566, 1.906413197517395, 1.8892884254455566, 2.0605359077453613, 2.111910104751587, 0.4850587546825409, 1.4611696004867554, 1.7351655960083008, 1.974912166595459, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.111910104751587, 1.5467933416366577, 1.9235379695892334, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.18717360496521, 1.255672574043274, 1.2214230298995972, 1.3926706314086914, 1.1529240608215332, 1.7009161710739136, 1.6152924299240112, -0.14855723083019257, -0.06293346732854843, 1.375545859336853, 1.6837913990020752, 1.7351655960083008, 1.6837913990020752, 1.8036646842956543, 1.9235379695892334, 1.6152924299240112, 1.3412963151931763, 0.622056782245636, 0.4850587546825409, 0.656306266784668, 0.6049320101737976, 1.1700488328933716, 0.41655975580215454, 0.9988013505935669, 1.1700488328933716, 1.7694151401519775, 1.6152924299240112, 2.231783390045166, 1.974912166595459, 1.9920369386672974, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 1.906413197517395, 2.0776607990264893, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.8036646842956543, 2.0605359077453613, 1.8207894563674927, 1.1529240608215332, 1.444044828414917, 1.8892884254455566, 2.0262863636016846, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 2.094785451889038, 1.8721636533737183, 2.0776607990264893, 0.5021834969520569, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.0844250917434692, 1.324171543121338, 0.8789280652999878, 1.7694151401519775, 1.444044828414917, 0.3480607271194458, 0.17681321501731873, 0.5364330410957336, 2.094785451889038, 0.5706825256347656, 2.0091617107391357, 1.8721636533737183, 1.8550388813018799, 1.6495418548583984, 1.4611696004867554, 0.8960528373718262, 1.0844250917434692, 1.718040943145752, 0.7076805233955383, 1.563918113708496, 1.18717360496521, 0.29668647050857544, 0.8789280652999878, 1.444044828414917, 1.3070467710494995, 1.7009161710739136, 1.906413197517395, 1.974912166595459, 1.2042982578277588, 1.7351655960083008, 2.1632845401763916, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.9235379695892334, 2.0776607990264893, 1.974912166595459, 1.6495418548583984, 2.0434112548828125, 1.255672574043274, 1.9235379695892334, 1.8036646842956543, 2.0434112548828125, 2.0605359077453613, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0262863636016846, 1.9406627416610718, 0.5364330410957336, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.3584210872650146, 1.2214230298995972, 0.9988013505935669, 1.324171543121338, 1.1186745166778564, 1.7009161710739136, 1.2214230298995972, 0.622056782245636, -0.5938007831573486, 0.29668647050857544, 2.129034996032715, 0.9988013505935669, 1.9406627416610718, 1.7694151401519775, 1.7351655960083008, 1.7351655960083008, 1.4269200563430786, 0.7761795520782471, 1.1186745166778564, 1.718040943145752, 0.7933043241500854, 1.2214230298995972, 0.9303023219108582, -0.045808710157871246, 1.2385478019714355, 1.444044828414917, 1.8892884254455566, 1.8036646842956543, 1.6495418548583984, 1.786539912223816, 1.5125439167022705, 2.0605359077453613, 2.129034996032715, 1.9920369386672974, 2.1461596488952637, 1.974912166595459, 1.9406627416610718, 1.9577873945236206, 1.9235379695892334, 1.9577873945236206, 2.0605359077453613, 2.0605359077453613, 1.5810428857803345, 1.8036646842956543, 2.0434112548828125, 2.0776607990264893, 2.094785451889038, 2.1461596488952637, 2.1461596488952637, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 1.974912166595459, 2.0091617107391357, 1.5296685695648193, 1.444044828414917, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, -0.30267998576164246, 1.255672574043274, 0.7933043241500854, 1.8207894563674927, 1.1700488328933716, 0.6391815543174744, 0.5706825256347656, 0.19393795728683472, 0.7590547800064087, 0.8960528373718262, 1.9920369386672974, 1.8892884254455566, 1.718040943145752, 1.7522903680801392, 0.656306266784668, 0.7933043241500854, 1.101549744606018, 1.4954191446304321, 0.9988013505935669, 1.444044828414917, 1.3926706314086914, 0.26243698596954346, 0.27956172823905945, 1.324171543121338, 1.63241708278656, 0.8960528373718262, 1.6495418548583984, 1.7522903680801392, 1.4782943725585938, 2.129034996032715, 1.9920369386672974, 1.9577873945236206, 2.0262863636016846, 2.094785451889038, 1.8379141092300415, 1.6837913990020752, 1.8550388813018799, 1.9577873945236206, 2.0091617107391357, 2.0776607990264893, 1.7351655960083008, 1.9406627416610718, 2.0262863636016846, 2.094785451889038, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0776607990264893, 2.0091617107391357, 1.5467933416366577, 2.0091617107391357, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8960528373718262, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2899221181869507, -0.7479235529899597, 1.3412963151931763, 0.587807297706604, 1.6666666269302368, 0.8960528373718262, 0.8618032932281494, 1.324171543121338, 1.1186745166778564, 1.5125439167022705, 1.0501755475997925, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 1.8550388813018799, 1.1357992887496948, 0.9303023219108582, 1.0501755475997925, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.7351655960083008, 1.0330508947372437, -0.02868395671248436, 1.7694151401519775, 0.9645518660545349, 1.8036646842956543, 0.5535577535629272, 1.3070467710494995, 0.9988013505935669, 1.8721636533737183, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.094785451889038, 1.9577873945236206, 1.7009161710739136, 1.8892884254455566, 2.0605359077453613, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 1.9235379695892334, 1.9577873945236206, 2.1461596488952637, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.129034996032715, 2.129034996032715, 2.0776607990264893, 2.111910104751587, 2.0434112548828125, 1.63241708278656, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3480607271194458, 0.3309359848499298, 0.39943498373031616, 0.4679340124130249, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7761795520782471, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.2727973461151123, 0.17681321501731873, 1.3412963151931763, 1.1357992887496948, 1.4269200563430786, 1.3070467710494995, 0.9645518660545349, 0.8446785807609558, 1.1700488328933716, 1.718040943145752, 0.38231024146080017, 1.324171543121338, 1.9235379695892334, 1.4954191446304321, 1.8379141092300415, 1.3584210872650146, 0.8275538086891174, 1.1529240608215332, 1.5125439167022705, 1.563918113708496, 1.4269200563430786, 1.9235379695892334, 0.9645518660545349, -0.1143077164888382, 1.324171543121338, 1.718040943145752, 1.906413197517395, 2.0091617107391357, 0.9988013505935669, 1.9577873945236206, 1.63241708278656, 1.9406627416610718, 2.094785451889038, 1.9920369386672974, 2.129034996032715, 2.0776607990264893, 1.5296685695648193, 1.786539912223816, 2.129034996032715, 1.8892884254455566, 2.0434112548828125, 1.1700488328933716, 1.9406627416610718, 1.974912166595459, 2.1804091930389404, 1.974912166595459, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.111910104751587, 2.129034996032715, 2.111910104751587, 2.1804091930389404, 2.0605359077453613, 1.9406627416610718, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0501755475997925, 1.324171543121338, 0.4679340124130249, 1.18717360496521, 1.3070467710494995, 1.63241708278656, 1.63241708278656, 0.7076805233955383, 1.3584210872650146, 1.4954191446304321, 0.10831420123577118, 0.19393795728683472, 0.9474270939826965, 2.0434112548828125, 1.5296685695648193, 1.7009161710739136, 1.444044828414917, 0.38231024146080017, 1.7351655960083008, 1.5981676578521729, 1.718040943145752, 1.2899221181869507, 1.5467933416366577, 1.1186745166778564, 0.656306266784668, 0.14256370067596436, 0.9303023219108582, 1.786539912223816, 1.8036646842956543, 1.5810428857803345, 0.8275538086891174, 0.7933043241500854, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.7351655960083008, 1.8207894563674927, 1.6837913990020752, 1.8892884254455566, 2.0091617107391357, 1.7009161710739136, 1.8721636533737183, 1.8379141092300415, 2.1804091930389404, 2.111910104751587, 2.1461596488952637, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.9577873945236206, 1.8379141092300415, 1.974912166595459, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.2385478019714355, 0.9645518660545349, 1.324171543121338, 1.2899221181869507, 1.5810428857803345, 1.6495418548583984, 0.9303023219108582, 0.9474270939826965, 1.3412963151931763, -0.43967801332473755, 0.10831420123577118, 1.5981676578521729, 1.8550388813018799, 1.4097954034805298, 1.0673003196716309, 1.786539912223816, 0.6391815543174744, 1.4269200563430786, 1.0330508947372437, 1.1529240608215332, 1.4611696004867554, 1.8036646842956543, 1.2042982578277588, 0.6905558109283447, -0.3711790144443512, 1.0844250917434692, 2.0091617107391357, 0.5706825256347656, 0.4679340124130249, 0.656306266784668, 0.9131776094436646, 1.3926706314086914, 1.8721636533737183, 2.1632845401763916, 1.9406627416610718, 2.094785451889038, 1.7522903680801392, 2.129034996032715, 2.1632845401763916, 2.094785451889038, 1.7009161710739136, 2.0091617107391357, 1.4097954034805298, 2.111910104751587, 2.1975340843200684, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.094785451889038, 1.6495418548583984, 1.8207894563674927, 2.0262863636016846, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616], [0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.3926706314086914, 1.3412963151931763, 1.6495418548583984, 1.5981676578521729, 0.7590547800064087, 0.9474270939826965, -0.02868395671248436, 0.12543895840644836, 1.1700488328933716, 2.0776607990264893, 1.8892884254455566, 1.4954191446304321, 1.5125439167022705, 1.2214230298995972, 0.41655975580215454, 1.9406627416610718, 1.6152924299240112, 0.5193082690238953, 1.5467933416366577, 1.4782943725585938, 1.3584210872650146, 0.8789280652999878, -0.045808710157871246, 1.0330508947372437, 1.324171543121338, 0.24531221389770508, 1.3584210872650146, 0.3651854991912842, 0.9474270939826965, 1.6495418548583984, 1.9577873945236206, 1.3926706314086914, 2.111910104751587, 2.111910104751587, 1.906413197517395, 2.129034996032715, 2.0434112548828125, 1.974912166595459, 1.974912166595459, 2.1461596488952637, 1.9406627416610718, 1.9406627416610718, 2.1975340843200684, 2.1632845401763916, 2.111910104751587, 2.214658737182617, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.111910104751587, 1.9235379695892334, 2.1804091930389404, 1.6495418548583984, 0.5706825256347656, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017], [0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.10831420123577118, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 1.1186745166778564, 0.056939806789159775, 1.3070467710494995, 1.5296685695648193, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 0.8960528373718262, 0.03981505334377289, -1.1075434684753418, 1.2385478019714355, 2.0262863636016846, 1.9406627416610718, 1.5810428857803345, 1.5981676578521729, 1.8379141092300415, 0.6905558109283447, 1.4954191446304321, 1.7351655960083008, 0.5535577535629272, 0.9303023219108582, 1.4954191446304321, 1.1700488328933716, 1.375545859336853, 0.26243698596954346, 0.6391815543174744, 0.41655975580215454, 0.12543895840644836, -0.14855723083019257, 0.8446785807609558, 1.4611696004867554, 1.9577873945236206, 1.8207894563674927, 2.0262863636016846, 2.0434112548828125, 1.906413197517395, 2.0262863636016846, 1.7694151401519775, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 2.111910104751587, 2.0091617107391357, 1.9406627416610718, 2.214658737182617, 2.129034996032715, 1.9577873945236206, 2.111910104751587, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1632845401763916, 1.6152924299240112, 1.3412963151931763, 1.7009161710739136, 0.9303023219108582, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017], [0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.5535577535629272, 1.255672574043274, 1.5467933416366577, 1.7009161710739136, 1.5810428857803345, 1.63241708278656, 0.9816765785217285, 0.7933043241500854, -0.7479235529899597, 1.7522903680801392, 2.0605359077453613, 2.0434112548828125, 1.4954191446304321, 1.786539912223816, 1.5810428857803345, 1.18717360496521, 1.5981676578521729, 1.906413197517395, 0.9474270939826965, 1.18717360496521, 1.0159261226654053, 1.4269200563430786, 1.18717360496521, 0.24531221389770508, -0.3369295001029968, -0.21705622971057892, 0.41655975580215454, -0.30267998576164246, -0.011559205129742622, 1.3070467710494995, 1.8379141092300415, 2.094785451889038, 1.8207894563674927, 1.9920369386672974, 1.375545859336853, 2.0262863636016846, 2.0434112548828125, 2.0776607990264893, 2.0776607990264893, 1.7522903680801392, 2.094785451889038, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.214658737182617, 2.214658737182617, 2.0776607990264893, 2.1632845401763916, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.974912166595459, 2.094785451889038, 1.5981676578521729, 1.4611696004867554, 0.6391815543174744, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.8789280652999878, 0.8618032932281494, -0.28555524349212646, 1.255672574043274, 1.5467933416366577, 1.7351655960083008, 1.5810428857803345, 1.6837913990020752, 1.2042982578277588, 0.7248052954673767, 1.3584210872650146, 1.324171543121338, 1.9235379695892334, 1.9920369386672974, 1.4611696004867554, 0.810429036617279, 1.18717360496521, 0.9131776094436646, 1.0844250917434692, 1.4954191446304321, 1.6837913990020752, 0.5193082690238953, 1.5125439167022705, 0.8618032932281494, 1.444044828414917, -0.02868395671248436, 0.4850587546825409, 0.656306266784668, -0.13143247365951538, 0.6905558109283447, -0.42255327105522156, 0.8618032932281494, 1.6666666269302368, 2.231783390045166, 1.4097954034805298, 1.974912166595459, 0.9474270939826965, 2.0091617107391357, 1.974912166595459, 1.906413197517395, 1.6837913990020752, 1.786539912223816, 2.0776607990264893, 1.9406627416610718, 2.0776607990264893, 2.0091617107391357, 2.1632845401763916, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.906413197517395, 2.1975340843200684, 1.1529240608215332, 1.3584210872650146, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.19993148744106293, 1.2385478019714355, 1.5810428857803345, 1.6666666269302368, 1.7522903680801392, 1.6837913990020752, 1.0330508947372437, 0.9645518660545349, 1.4954191446304321, 0.7076805233955383, 1.974912166595459, 1.974912166595459, 1.6495418548583984, 1.0159261226654053, 1.7009161710739136, 1.6152924299240112, 0.8446785807609558, 1.5810428857803345, 1.5981676578521729, 0.39943498373031616, 1.5981676578521729, 1.6837913990020752, 1.324171543121338, -0.011559205129742622, -0.28555524349212646, 0.10831420123577118, 0.9816765785217285, 0.7076805233955383, 0.8789280652999878, 1.563918113708496, 1.3070467710494995, 2.214658737182617, 1.18717360496521, 1.4954191446304321, 0.27956172823905945, 1.9406627416610718, 1.8892884254455566, 1.9235379695892334, 0.9988013505935669, 1.3070467710494995, 1.9235379695892334, 1.9235379695892334, 2.0605359077453613, 1.4954191446304321, 2.214658737182617, 2.094785451889038, 2.1975340843200684, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1804091930389404, 1.7522903680801392, 1.2727973461151123, 0.622056782245636, 0.7248052954673767, 0.5535577535629272, 0.5021834969520569, 0.6391815543174744, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298], [0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.9020463228225708, 1.4097954034805298, 1.444044828414917, 1.6495418548583984, 1.7694151401519775, 1.6666666269302368, 0.9303023219108582, 0.7076805233955383, 1.2727973461151123, 1.0159261226654053, 1.906413197517395, 1.9406627416610718, 1.5296685695648193, 0.6391815543174744, 1.8550388813018799, 2.0605359077453613, 1.7009161710739136, 1.6495418548583984, 0.3309359848499298, 0.5193082690238953, 0.9303023219108582, 2.0262863636016846, 1.255672574043274, 0.24531221389770508, 0.14256370067596436, -0.1143077164888382, 0.9645518660545349, 0.5021834969520569, 0.19393795728683472, 1.5467933416366577, 1.9235379695892334, 2.1632845401763916, 2.1804091930389404, 1.3926706314086914, 0.5021834969520569, 2.0091617107391357, 1.906413197517395, 1.718040943145752, 2.129034996032715, 1.375545859336853, 1.8207894563674927, 1.8550388813018799, 1.974912166595459, 1.7009161710739136, 2.231783390045166, 2.0091617107391357, 2.1632845401763916, 2.094785451889038, 2.231783390045166, 2.1632845401763916, 1.9920369386672974, 1.906413197517395, 1.9577873945236206, 0.8446785807609558, 0.8789280652999878, 0.9816765785217285, 0.587807297706604, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 0.7761795520782471, -1.2787909507751465, 1.4611696004867554, 1.4954191446304321, 1.7694151401519775, 1.8036646842956543, 1.6666666269302368, 0.9988013505935669, 0.7248052954673767, 1.0844250917434692, 0.7761795520782471, 2.0434112548828125, 1.9406627416610718, 1.1529240608215332, 0.5706825256347656, 1.6495418548583984, 1.8379141092300415, 0.9988013505935669, 0.9816765785217285, 0.622056782245636, 1.7522903680801392, 1.4782943725585938, 1.8550388813018799, 1.324171543121338, 0.15968845784664154, 0.091189444065094, 0.24531221389770508, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.8446785807609558, 1.5467933416366577, 1.8892884254455566, 2.129034996032715, 2.1975340843200684, 2.0605359077453613, 1.974912166595459, 1.8721636533737183, 1.8207894563674927, 2.1461596488952637, 1.7522903680801392, 2.0262863636016846, 2.0434112548828125, 1.9235379695892334, 1.444044828414917, 2.1632845401763916, 1.974912166595459, 2.214658737182617, 2.1632845401763916, 2.214658737182617, 2.248908281326294, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 1.4611696004867554, 1.7522903680801392, 1.4269200563430786, 0.587807297706604, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.7248052954673767, 0.810429036617279, -1.261666178703308, 1.5296685695648193, 1.4611696004867554, 1.8036646842956543, 1.7694151401519775, 1.6495418548583984, 1.2042982578277588, 1.5981676578521729, 0.38231024146080017, 0.8960528373718262, 2.0434112548828125, 1.974912166595459, 0.43368449807167053, -0.30267998576164246, 1.5981676578521729, 1.8379141092300415, 0.4850587546825409, 0.29668647050857544, 1.1357992887496948, 1.7351655960083008, 1.5981676578521729, 2.0605359077453613, 2.0776607990264893, 0.9816765785217285, 0.587807297706604, 1.101549744606018, 0.3138112425804138, 0.3480607271194458, 0.6049320101737976, 0.3480607271194458, 1.0159261226654053, 1.1529240608215332, 1.6666666269302368, 1.9235379695892334, 2.1975340843200684, 1.6495418548583984, 1.5125439167022705, 1.8892884254455566, 1.9577873945236206, 2.129034996032715, 1.6495418548583984, 2.111910104751587, 1.4954191446304321, 0.2281874716281891, 2.0262863636016846, 1.9235379695892334, 2.094785451889038, 2.1461596488952637, 2.0605359077453613, 2.214658737182617, 2.129034996032715, 1.4954191446304321, 1.7009161710739136, 1.563918113708496, 1.0844250917434692, 0.7761795520782471, 0.5706825256347656, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.41655975580215454, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7076805233955383, 0.7419300675392151, -0.9705453515052795, 1.4611696004867554, 1.563918113708496, 1.8207894563674927, 1.8207894563674927, 1.2214230298995972, 1.18717360496521, 0.6391815543174744, 0.4679340124130249, 0.3309359848499298, 2.0262863636016846, 1.8207894563674927, 1.1529240608215332, -0.7479235529899597, 1.8207894563674927, 1.906413197517395, 0.5021834969520569, 0.4679340124130249, 1.4097954034805298, 1.5467933416366577, 0.9645518660545349, 1.8721636533737183, 1.8892884254455566, 0.19393795728683472, 0.9131776094436646, 0.41655975580215454, -0.3369295001029968, 0.056939806789159775, 0.26243698596954346, 0.43368449807167053, 1.2385478019714355, 0.810429036617279, 0.7076805233955383, 0.12543895840644836, 2.094785451889038, 0.5706825256347656, 1.6495418548583984, 1.786539912223816, 1.4269200563430786, 1.4782943725585938, 1.8379141092300415, 2.094785451889038, 0.6905558109283447, 1.906413197517395, 1.8036646842956543, 1.8721636533737183, 0.091189444065094, 0.7933043241500854, 1.9577873945236206, 2.248908281326294, 2.094785451889038, 1.9235379695892334, 1.6666666269302368, 2.0776607990264893, 1.0501755475997925, 1.1529240608215332, 0.5193082690238953, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.5364330410957336, -0.9362958669662476, 1.3926706314086914, 1.5296685695648193, 1.906413197517395, 1.5125439167022705, 1.4269200563430786, 0.6049320101737976, 1.0844250917434692, 1.1700488328933716, 1.0673003196716309, 2.0605359077453613, 1.786539912223816, 0.9474270939826965, -0.8506720662117004, 1.444044828414917, 1.9577873945236206, 0.8275538086891174, 1.3584210872650146, 1.4097954034805298, 0.9474270939826965, 1.0844250917434692, 2.1804091930389404, 1.6837913990020752, 0.26243698596954346, 0.8789280652999878, 0.6391815543174744, 0.3309359848499298, 0.5535577535629272, 1.101549744606018, 1.0330508947372437, 1.255672574043274, 0.2110627144575119, -0.21705622971057892, -0.011559205129742622, 0.4850587546825409, 1.4954191446304321, 1.3412963151931763, 1.8721636533737183, 1.7009161710739136, 1.6837913990020752, 1.4782943725585938, 1.4269200563430786, 0.091189444065094, 2.0605359077453613, 1.18717360496521, 0.9474270939826965, 0.5535577535629272, 0.7933043241500854, 1.8207894563674927, 2.248908281326294, 1.9920369386672974, 1.375545859336853, 2.094785451889038, 1.0330508947372437, 0.3651854991912842, 0.9131776094436646, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.5364330410957336, -0.3540542721748352, 1.375545859336853, 1.5810428857803345, 1.8207894563674927, 1.1186745166778564, 1.8207894563674927, 0.8960528373718262, 1.18717360496521, 0.7761795520782471, 1.6495418548583984, 1.8721636533737183, 1.8036646842956543, 1.1700488328933716, -1.1589176654815674, 1.7522903680801392, 1.63241708278656, 1.1357992887496948, 0.6905558109283447, 0.7933043241500854, 1.1186745166778564, 1.8550388813018799, 2.0262863636016846, 1.8036646842956543, 0.38231024146080017, 1.1357992887496948, 1.1700488328933716, 0.5364330410957336, 1.2385478019714355, 0.27956172823905945, 1.4782943725585938, 1.718040943145752, -0.19993148744106293, -0.30267998576164246, -0.7136740684509277, -0.4568027853965759, 1.6152924299240112, 1.2727973461151123, 1.5296685695648193, 2.111910104751587, 1.9577873945236206, 1.7694151401519775, 1.6495418548583984, 0.03981505334377289, 1.8892884254455566, 1.5467933416366577, 1.3412963151931763, 1.0673003196716309, 1.0844250917434692, 1.563918113708496, 2.0776607990264893, 0.810429036617279, 2.0262863636016846, 2.214658737182617, 1.2042982578277588, 1.1529240608215332, 0.7419300675392151, 0.6049320101737976, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.5021834969520569, 0.15968845784664154, 1.324171543121338, 1.7351655960083008, 1.7694151401519775, 1.8207894563674927, 1.7351655960083008, 1.18717360496521, 1.0330508947372437, 0.10831420123577118, 1.9920369386672974, 1.9577873945236206, 1.8721636533737183, 1.4782943725585938, -1.0390443801879883, 1.8721636533737183, 1.2727973461151123, 1.7694151401519775, 0.9131776094436646, 1.1357992887496948, 1.1186745166778564, 1.9406627416610718, 1.2727973461151123, 1.6495418548583984, 0.6905558109283447, 0.9474270939826965, 0.5535577535629272, 0.8275538086891174, 0.4850587546825409, 1.0159261226654053, 0.7419300675392151, -0.43967801332473755, 0.6391815543174744, 0.8618032932281494, 0.24531221389770508, -0.7479235529899597, -0.13143247365951538, 0.5535577535629272, 1.3926706314086914, 1.9406627416610718, 1.8550388813018799, 2.0091617107391357, 1.1529240608215332, 0.7590547800064087, 2.1975340843200684, 1.8379141092300415, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.8036646842956543, 1.4611696004867554, 1.9920369386672974, 2.0262863636016846, 1.6495418548583984, 1.255672574043274, -0.08005820959806442, 0.810429036617279, 0.622056782245636, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945], [0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5706825256347656, 0.5021834969520569, 0.7076805233955383, 1.2899221181869507, 1.4954191446304321, 1.8721636533737183, 1.7522903680801392, 1.563918113708496, 1.2727973461151123, 0.8618032932281494, 1.0330508947372437, 1.6152924299240112, 1.8550388813018799, 1.974912166595459, 1.4097954034805298, -0.3711790144443512, 1.8892884254455566, 1.906413197517395, 1.974912166595459, 1.255672574043274, 1.4611696004867554, 1.4782943725585938, 1.6495418548583984, 2.214658737182617, 0.39943498373031616, 0.38231024146080017, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.810429036617279, 0.4850587546825409, -0.13143247365951538, 1.1186745166778564, 0.3309359848499298, 0.6905558109283447, -0.06293346732854843, -0.9020463228225708, -0.8164225816726685, 0.7761795520782471, 1.375545859336853, 2.0776607990264893, 1.5125439167022705, 1.9920369386672974, 1.2214230298995972, 0.7076805233955383, 1.6666666269302368, 2.0605359077453613, 1.974912166595459, 1.0673003196716309, 1.6666666269302368, 1.9235379695892334, 1.4269200563430786, 1.375545859336853, 1.1186745166778564, 2.0262863636016846, 1.1186745166778564, 0.3480607271194458, 0.810429036617279, 0.26243698596954346, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.38231024146080017, 1.3070467710494995, 1.6152924299240112, 1.9235379695892334, 1.786539912223816, 1.6837913990020752, 1.101549744606018, 1.5125439167022705, 1.5296685695648193, 1.8892884254455566, 2.0262863636016846, 1.8207894563674927, 1.1357992887496948, 0.091189444065094, 1.7522903680801392, 2.0091617107391357, 1.7522903680801392, 1.6837913990020752, 1.3070467710494995, 1.786539912223816, 1.4611696004867554, 2.1804091930389404, 1.1357992887496948, 0.9131776094436646, 0.9816765785217285, -0.31980475783348083, 0.8789280652999878, 1.0330508947372437, 0.5706825256347656, -0.011559205129742622, 0.17681321501731873, 0.29668647050857544, 0.5021834969520569, 0.0740646943449974, -0.43967801332473755, -0.19993148744106293, -0.6280503273010254, 0.6049320101737976, 1.974912166595459, 2.1804091930389404, 1.6666666269302368, 1.0330508947372437, 1.0330508947372437, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.2214230298995972, 1.5981676578521729, 1.9577873945236206, 1.6495418548583984, 1.255672574043274, 1.4269200563430786, 0.12543895840644836, 0.8446785807609558, 1.18717360496521, 0.39943498373031616, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.3138112425804138, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.4679340124130249, 0.622056782245636, 1.563918113708496, 1.6495418548583984, 1.9577873945236206, 1.7009161710739136, 1.6152924299240112, 1.18717360496521, 1.0501755475997925, 1.7694151401519775, 1.6495418548583984, 1.9577873945236206, 1.8207894563674927, 1.1529240608215332, -0.02868395671248436, 1.9406627416610718, 1.9577873945236206, 1.63241708278656, 1.7522903680801392, 0.9816765785217285, 1.8379141092300415, 1.906413197517395, 1.786539912223816, 0.5706825256347656, 0.8618032932281494, 0.8275538086891174, 0.2281874716281891, 0.24531221389770508, 1.18717360496521, 0.4679340124130249, 0.26243698596954346, -0.3369295001029968, 0.8789280652999878, 0.587807297706604, 0.9988013505935669, -0.9362958669662476, -0.045808710157871246, -0.7307988405227661, 0.056939806789159775, 1.6152924299240112, 2.214658737182617, 1.8207894563674927, 1.444044828414917, 1.6666666269302368, 1.8379141092300415, 0.8960528373718262, 1.718040943145752, 1.0501755475997925, 1.5810428857803345, 2.0091617107391357, 2.0091617107391357, 0.6734310388565063, 0.656306266784668, 0.03981505334377289, -0.3540542721748352, 1.5125439167022705, 1.974912166595459, 0.587807297706604, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.7761795520782471, 1.5810428857803345, 1.7522903680801392, 1.906413197517395, 1.786539912223816, 1.7351655960083008, 1.444044828414917, 1.1357992887496948, 1.8207894563674927, 1.7522903680801392, 1.9406627416610718, 1.7694151401519775, 0.7590547800064087, 0.41655975580215454, 1.974912166595459, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.1700488328933716, 1.5125439167022705, 1.718040943145752, -0.18280673027038574, 1.2214230298995972, 0.587807297706604, 0.3138112425804138, 0.43368449807167053, 0.17681321501731873, -0.011559205129742622, 0.5535577535629272, -0.2513057291507721, 0.656306266784668, 0.810429036617279, 0.6391815543174744, 0.3309359848499298, -0.19993148744106293, 0.9988013505935669, 0.03981505334377289, 1.7351655960083008, 1.18717360496521, 1.6666666269302368, 0.9131776094436646, 1.4269200563430786, 1.8207894563674927, 1.63241708278656, 1.974912166595459, 1.4611696004867554, 2.0434112548828125, 2.0434112548828125, 2.129034996032715, -0.2341809868812561, 0.14256370067596436, 1.2385478019714355, 1.0501755475997925, 1.4097954034805298, 2.0776607990264893, 1.444044828414917, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544], [0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.7761795520782471, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.8379141092300415, 1.5810428857803345, 0.7248052954673767, 1.4611696004867554, 1.8207894563674927, 1.8036646842956543, 1.8721636533737183, 1.4269200563430786, -0.02868395671248436, -0.3540542721748352, 1.5981676578521729, 1.5296685695648193, 1.7009161710739136, 1.3584210872650146, 1.0330508947372437, 1.18717360496521, 0.6391815543174744, 1.1529240608215332, 0.02269030176103115, 1.2385478019714355, 1.3412963151931763, 0.3309359848499298, 1.101549744606018, 0.8618032932281494, 1.255672574043274, 0.10831420123577118, 0.9988013505935669, 0.9131776094436646, 1.101549744606018, 1.0844250917434692, 0.7761795520782471, -0.8849216103553772, 0.7590547800064087, 0.056939806789159775, 1.6837913990020752, 0.41655975580215454, 0.38231024146080017, 0.6391815543174744, 2.0434112548828125, 1.2214230298995972, 1.5125439167022705, 1.5981676578521729, 1.974912166595459, 1.6666666269302368, 1.9406627416610718, 2.248908281326294, -0.19993148744106293, 1.8379141092300415, 1.2042982578277588, 0.7761795520782471, 1.5810428857803345, 1.7009161710739136, 1.6152924299240112, 0.5193082690238953, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.26243698596954346, 0.7419300675392151, 1.786539912223816, 1.7694151401519775, 1.7351655960083008, 1.8721636533737183, 1.444044828414917, 1.2214230298995972, 1.5810428857803345, 1.9577873945236206, 1.8036646842956543, 2.0262863636016846, 0.5535577535629272, 0.622056782245636, -0.2341809868812561, 1.7351655960083008, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.0330508947372437, 1.563918113708496, 1.1529240608215332, 0.6734310388565063, 0.4508092403411865, 1.0501755475997925, 0.8789280652999878, 1.2042982578277588, 0.7933043241500854, 0.9474270939826965, 1.1529240608215332, 0.3309359848499298, 1.3412963151931763, 1.0501755475997925, 1.324171543121338, 0.9645518660545349, 1.0501755475997925, -0.6794245839118958, -0.13143247365951538, 0.6391815543174744, 0.7248052954673767, 1.3926706314086914, 0.4679340124130249, 0.5706825256347656, 1.9235379695892334, 1.6152924299240112, 1.8550388813018799, 0.9816765785217285, 0.9303023219108582, 1.6666666269302368, 1.974912166595459, 2.094785451889038, 0.7076805233955383, 1.6666666269302368, 0.8275538086891174, 1.1186745166778564, 1.444044828414917, 1.8379141092300415, 1.4611696004867554, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.8275538086891174, 1.6152924299240112, 1.6666666269302368, 1.718040943145752, 1.8379141092300415, 1.0501755475997925, 1.5125439167022705, 1.5467933416366577, 1.786539912223816, 1.5467933416366577, 1.8036646842956543, -0.5938007831573486, 0.4508092403411865, -0.2341809868812561, 1.5810428857803345, 1.6152924299240112, 1.3070467710494995, 1.7009161710739136, 1.8721636533737183, 1.18717360496521, 1.0159261226654053, -0.3540542721748352, -0.045808710157871246, 1.255672574043274, 1.0159261226654053, 0.7076805233955383, 0.12543895840644836, 0.056939806789159775, 0.9988013505935669, 0.15968845784664154, 1.324171543121338, 1.4954191446304321, 1.4269200563430786, 1.4954191446304321, 1.2899221181869507, -0.8506720662117004, -0.3883037567138672, 1.0501755475997925, 0.7419300675392151, 0.9303023219108582, 0.4850587546825409, -0.3540542721748352, 1.1357992887496948, 1.0501755475997925, 1.8892884254455566, 0.9988013505935669, 1.7351655960083008, 2.0091617107391357, 1.7009161710739136, 2.248908281326294, 0.5364330410957336, 1.444044828414917, 0.9303023219108582, 0.5364330410957336, 1.7522903680801392, 1.8379141092300415, 1.5467933416366577, 0.4850587546825409, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298], [0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.14256370067596436, 0.10831420123577118, 0.0740646943449974, 0.19393795728683472, 0.8960528373718262, 1.7522903680801392, 1.6666666269302368, 1.6837913990020752, 1.8036646842956543, 0.7933043241500854, 1.2042982578277588, 1.63241708278656, 1.8207894563674927, 2.0434112548828125, 1.718040943145752, 0.656306266784668, 0.26243698596954346, -0.09718296676874161, 1.7522903680801392, 1.7351655960083008, 1.1357992887496948, 1.1357992887496948, 1.2042982578277588, 1.7009161710739136, 1.0330508947372437, 0.02269030176103115, 0.587807297706604, 1.4782943725585938, 1.101549744606018, 1.0844250917434692, 0.9474270939826965, 0.12543895840644836, 0.8275538086891174, 0.24531221389770508, 1.2214230298995972, 1.2727973461151123, 1.7009161710739136, 1.255672574043274, 1.786539912223816, -0.5938007831573486, 0.6391815543174744, 0.14256370067596436, 0.29668647050857544, 0.0055655487813055515, 0.9474270939826965, -0.6794245839118958, 1.7351655960083008, 1.63241708278656, 1.5810428857803345, 1.444044828414917, 1.0673003196716309, 1.974912166595459, 1.8550388813018799, 2.231783390045166, -0.14855723083019257, 1.1186745166778564, 1.0159261226654053, 0.7761795520782471, 1.8892884254455566, 1.3412963151931763, 0.7933043241500854, 0.5021834969520569, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3309359848499298]], [[0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967], [0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5728292465209961, 0.6603642702102661, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.3081233501434326], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3606443405151367], [0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.3956583738327026], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.430672287940979], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.518207311630249, 1.465686321258545], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.5707283020019531], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.6232492923736572], [0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085], [0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.7633053064346313], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0280113220214844, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7654062509536743, 1.1330533027648926, 1.1855742931365967, 0.9929972887039185, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014], [1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.4481793642044067, 1.2030812501907349, 0.8879552483558655, 0.6953782439231873, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [1.343137264251709, 1.5007003545761108, 1.6582633256912231, 1.728291392326355, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.343137264251709, 0.9929972887039185, 0.7829132676124573, 0.7128852605819702, 0.6428572535514832, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [0.590336263179779, 1.0630252361297607, 1.2731093168258667, 1.4131653308868408, 1.5007003545761108, 1.6757704019546509, 1.640756368637085, 1.5007003545761108, 1.3606443405151367, 1.1855742931365967, 0.6953782439231873, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [0.3102242052555084, 0.6953782439231873, 0.8879552483558655, 1.0280113220214844, 1.1855742931365967, 0.9754902720451355, 0.3102242052555084, -0.022408949211239815, -0.03991595283150673, -0.21498596668243408, -0.1624649614095688, 0.3627452254295349, 0.415266215801239, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [1.3081233501434326, 1.3081233501434326, 1.1155463457107544, 0.8704482913017273, 0.415266215801239, -0.4600839912891388, -1.5630252361297607, -1.755602240562439, -0.9152660369873047, 0.08263305574655533, 0.7829132676124573, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.0455182790756226, 0.7829132676124573, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.34523820877075195, -0.8977590203285217, -0.7927170395851135, 0.9404762983322144, 1.5707283020019531, 1.7983193397521973, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.465686321258545, 1.343137264251709, 1.0980392694473267, 0.8529412746429443, 0.6603642702102661, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.2030812501907349, 1.2906162738800049, 1.3256303071975708, 1.3956583738327026, 1.518207311630249, 1.4131653308868408, 0.9054622650146484, 0.3277312219142914, 0.7303922772407532, 1.2556023597717285, 1.5882353782653809, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.0280113220214844, 0.8004202842712402, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [1.0455182790756226, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 0.9754902720451355, 0.17016807198524475, -0.5126050114631653, -1.0903360843658447, -0.3550419807434082, 0.7654062509536743, 1.343137264251709, 1.553221344947815, 1.640756368637085, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.8333333730697632, 1.553221344947815, 1.3606443405151367, 1.0980392694473267, 0.7829132676124573, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [0.6778712272644043, 0.8704482913017273, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, -0.022408949211239815, -1.6330533027648926, -1.895658254623413, -1.422969102859497, -0.4950979948043823, 0.415266215801239, 0.7829132676124573, 0.9229692816734314, 1.2380952835083008, 1.483193278312683, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.815826416015625, 1.7457983493804932, 1.4481793642044067, 1.1330533027648926, 0.6078432202339172, 0.4852942228317261, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055], [-0.17997196316719055, 0.34523820877075195, 0.590336263179779, 0.6778712272644043, 0.13515406847000122, -1.370448112487793, -1.8256303071975708, -1.3004200458526611, 0.432773232460022, 1.2556023597717285, 1.465686321258545, 1.4131653308868408, 1.2205883264541626, 0.9579832553863525, 0.9404762983322144, 1.1505602598190308, 1.0455182790756226, 0.3802522122859955, 0.1001400575041771, 0.9579832553863525, 1.553221344947815, 1.5357143878936768, 1.0455182790756226, 0.6078432202339172, 0.7303922772407532, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332], [-1.4404760599136353, -0.9502801299095154, -0.26750698685646057, 0.11764705926179886, -0.6526610255241394, -1.720588207244873, -1.7380952835083008, -0.12745095789432526, 1.1330533027648926, 1.2380952835083008, 1.430672287940979, 1.518207311630249, 1.605742335319519, 1.605742335319519, 1.378151297569275, 0.9404762983322144, 0.012605053372681141, -0.9852941036224365, 0.2752102017402649, 1.430672287940979, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.728291392326355, 1.465686321258545, 1.2380952835083008, 1.0455182790756226, 0.9054622650146484, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9558824300765991, 1.9733893871307373, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.3004200458526611, -1.6330533027648926, -1.4404760599136353, -0.7051820158958435, -0.9852941036224365, -1.668067216873169, -1.2654061317443848, 0.6778712272644043, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.553221344947815, 1.6582633256912231, 1.640756368637085, 1.2030812501907349, 0.2752102017402649, 0.590336263179779, 1.2556023597717285, 1.5707283020019531, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.6232492923736572, 1.430672287940979, 1.2205883264541626, 1.0805323123931885, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9558824300765991, 1.6757704019546509, 1.1680673360824585, 1.6757704019546509, 1.9208683967590332, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.0378150939941406, -1.3179271221160889, -1.3004200458526611, -1.195378065109253, -1.247899055480957, -1.335434079170227, -0.7051820158958435, 0.6253502368927002, 1.0105042457580566, 1.1505602598190308, 1.2380952835083008, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.4481793642044067, 1.2205883264541626, 0.6778712272644043, 0.1001400575041771, 0.2226892113685608, 0.9929972887039185, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 1.693277359008789, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.465686321258545, 1.3081233501434326, 1.1505602598190308, 0.9229692816734314, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.483193278312683, 1.1680673360824585, 1.4481793642044067, 0.9929972887039185, 2.0259103775024414, 2.0259103775024414, 1.9208683967590332, 1.9383753538131714, 1.9733893871307373, 1.9033613204956055, 1.5357143878936768, 1.4131653308868408, 1.8333333730697632, 1.9733893871307373, 1.9908963441848755, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [-0.3550419807434082, -0.4075630009174347, 0.2577032148838043, 0.34523820877075195, -0.3550419807434082, -1.0553221702575684, -1.0728291273117065, -0.26750698685646057, 0.520308256149292, 0.8879552483558655, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 0.7303922772407532, -0.8277310132980347, -1.4404760599136353, -1.4754900932312012, -1.1428570747375488, -0.3550419807434082, 0.6078432202339172, 1.2030812501907349, 1.430672287940979, 1.553221344947815, 1.483193278312683, 1.3606443405151367, 1.430672287940979, 1.640756368637085, 1.5007003545761108, 1.3956583738327026, 1.2731093168258667, 0.9754902720451355, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9033613204956055, 1.8333333730697632, 1.693277359008789, 1.4131653308868408, 1.1330533027648926, 1.0455182790756226, 1.0105042457580566, 1.1155463457107544, 0.6078432202339172, 1.7983193397521973, 1.9383753538131714, 1.9208683967590332, 1.9558824300765991, 1.9383753538131714, 1.6582633256912231, 1.2906162738800049, 0.6603642702102661, 0.7128852605819702, 1.7107843160629272, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [1.0805323123931885, -0.057422954589128494, -0.3550419807434082, 0.06512605398893356, 0.415266215801239, -0.057422954589128494, -0.8627450466156006, -0.8802520632743835, -0.6701680421829224, -0.10994396358728409, 0.590336263179779, 0.8704482913017273, 0.9404762983322144, 1.0455182790756226, 0.9754902720451355, -0.28501397371292114, -1.5980392694473267, -1.7731093168258667, -0.8627450466156006, 0.6078432202339172, 1.1155463457107544, 1.4131653308868408, 1.3956583738327026, 1.1505602598190308, 1.0805323123931885, 1.343137264251709, 1.465686321258545, 0.8704482913017273, 0.4852942228317261, 1.0105042457580566, 1.4481793642044067, 1.3081233501434326, 0.9229692816734314, 0.432773232460022, 0.502801239490509, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.5707283020019531, 0.8529412746429443, 1.3256303071975708, 1.2731093168258667, 0.5378152132034302, 0.7303922772407532, 0.4677872359752655, 0.4852942228317261, 0.3802522122859955, 1.2906162738800049, 1.693277359008789, 1.6582633256912231, 1.728291392326355, 1.815826416015625, 1.0280113220214844, 0.6603642702102661, 0.415266215801239, 0.520308256149292, 1.2906162738800049, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991], [1.9033613204956055, 1.0980392694473267, -1.160364031791687, -1.5455182790756226, -1.335434079170227, -0.9327731132507324, -0.4600839912891388, 0.3102242052555084, 0.432773232460022, -0.2499999701976776, -0.4600839912891388, 0.012605053372681141, 0.502801239490509, 0.7303922772407532, 0.3277312219142914, -1.1428570747375488, -1.720588207244873, -1.370448112487793, 0.6953782439231873, 1.3956583738327026, 1.518207311630249, 1.6232492923736572, 1.780812382698059, 1.7983193397521973, 1.3606443405151367, 0.7829132676124573, 0.11764705926179886, -0.5126050114631653, -0.6876749992370605, -0.21498596668243408, 0.432773232460022, 1.2556023597717285, 1.4481793642044067, 0.8704482913017273, 0.5728292465209961, 0.8529412746429443, 0.9579832553863525, 0.8354342579841614, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 2.0084033012390137, 1.5357143878936768, 0.17016807198524475, 0.6078432202339172, 0.8879552483558655, 0.3102242052555084, 0.590336263179779, -0.0049019488506019115, 0.03011205606162548, 0.2577032148838043, 1.0805323123931885, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.3081233501434326, 0.9929972887039185, 0.24019621312618256, 0.520308256149292, 0.45028021931648254, 1.4131653308868408, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991], [1.9383753538131714, 1.9383753538131714, 1.1330533027648926, -0.7226890325546265, -1.580532193183899, -1.457983136177063, -1.335434079170227, -0.8277310132980347, 0.0476190559566021, 0.590336263179779, 0.012605053372681141, -0.9677870869636536, -0.5826330184936523, 0.03011205606162548, -0.3200279772281647, -1.4929972887039185, -1.720588207244873, -0.39005598425865173, 1.2380952835083008, 1.3256303071975708, 1.4131653308868408, 1.4481793642044067, 1.5357143878936768, 1.6232492923736572, 1.7107843160629272, 1.7457983493804932, 1.2030812501907349, 0.13515406847000122, -0.5301120281219482, 0.3627452254295349, 0.6603642702102661, 0.7303922772407532, 1.2380952835083008, 1.7633053064346313, 1.5882353782653809, 1.3606443405151367, 1.3081233501434326, 1.1505602598190308, 0.9579832553863525, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9208683967590332, 1.9733893871307373, 0.4677872359752655, 0.012605053372681141, -0.07492996007204056, 0.2577032148838043, 0.15266107022762299, 0.520308256149292, -0.03991595283150673, -0.14495795965194702, 0.2577032148838043, 0.8354342579841614, 1.465686321258545, 1.0455182790756226, 1.5707283020019531, 0.7478992342948914, 0.8179272413253784, 0.29271721839904785, 0.45028021931648254, 0.34523820877075195, 1.1855742931365967, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373], [1.1330533027648926, 1.640756368637085, 1.8858543634414673, 1.7457983493804932, 1.1155463457107544, 0.2577032148838043, -0.5126050114631653, -1.4054621458053589, -1.4754900932312012, -0.9327731132507324, -0.5651260018348694, -0.8802520632743835, -0.8452380299568176, -0.3025209903717041, -0.5651260018348694, -1.195378065109253, -1.1253501176834106, 0.45028021931648254, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.483193278312683, 1.518207311630249, 1.6582633256912231, 1.693277359008789, 1.5882353782653809, 0.9579832553863525, -0.09243696182966232, -0.33753499388694763, -0.03991595283150673, 0.17016807198524475, 0.9579832553863525, 1.605742335319519, 1.7107843160629272, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.1330533027648926, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 0.3802522122859955, -0.3200279772281647, -0.39005598425865173, -0.23249296844005585, 0.08263305574655533, 0.3277312219142914, -0.057422954589128494, -0.12745095789432526, 0.2226892113685608, 0.5728292465209961, 1.2030812501907349, 0.6778712272644043, 1.465686321258545, 0.4677872359752655, 0.4677872359752655, 0.2577032148838043, 0.03011205606162548, 0.24019621312618256, 0.7654062509536743, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 2.0259103775024414], [0.7829132676124573, 0.9054622650146484, 1.2731093168258667, 1.868347406387329, 1.9558824300765991, 1.868347406387329, 1.430672287940979, 0.3102242052555084, -0.7226890325546265, -0.7577030062675476, -1.160364031791687, -1.2654061317443848, -0.5126050114631653, 0.45028021931648254, 0.415266215801239, -0.23249296844005585, -0.47759100794792175, 0.39775922894477844, 0.9929972887039185, 1.0455182790756226, 1.1505602598190308, 1.2380952835083008, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.1855742931365967, 0.8354342579841614, 0.17016807198524475, -0.4950979948043823, -0.4425770044326782, -0.3025209903717041, -0.09243696182966232, 0.5378152132034302, 1.2731093168258667, 1.6757704019546509, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.0630252361297607, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.3956583738327026, -0.3025209903717041, -0.5301120281219482, -0.5826330184936523, -0.42506998777389526, -0.03991595283150673, 0.24019621312618256, -0.09243696182966232, -0.07492996007204056, 0.2752102017402649, 0.5728292465209961, 1.0630252361297607, 0.7654062509536743, 0.9929972887039185, 0.520308256149292, 0.3102242052555084, -0.022408949211239815, -0.1624649614095688, 0.17016807198524475, 0.6428572535514832, 1.6582633256912231, 2.0084033012390137, 2.0084033012390137, 2.043417453765869], [0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9579832553863525, 1.518207311630249, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 1.3606443405151367, 0.502801239490509, 0.13515406847000122, -0.5301120281219482, -1.195378065109253, -0.6526610255241394, 0.13515406847000122, 0.45028021931648254, 0.20518220961093903, -0.057422954589128494, 0.20518220961093903, 0.6778712272644043, 0.9054622650146484, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.3081233501434326, 1.2380952835083008, 0.5378152132034302, -0.7226890325546265, -1.3529410362243652, -1.0728291273117065, -0.19747896492481232, 0.3277312219142914, 0.2752102017402649, 0.11764705926179886, 0.3277312219142914, 0.6778712272644043, 1.0280113220214844, 1.518207311630249, 1.6582633256912231, 1.430672287940979, 1.3956583738327026, 1.4481793642044067, 1.2030812501907349, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.3802522122859955, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8508403301239014, 0.39775922894477844, -0.5301120281219482, -0.5476189851760864, -0.47759100794792175, -0.33753499388694763, 0.06512605398893356, 0.20518220961093903, -0.03991595283150673, 0.11764705926179886, 0.432773232460022, 0.5378152132034302, 0.8354342579841614, 0.9054622650146484, 0.6253502368927002, 0.3627452254295349, 0.15266107022762299, -0.12745095789432526, -0.03991595283150673, 0.012605053372681141, 0.6078432202339172, 1.2030812501907349, 1.9908963441848755, 2.043417453765869, 2.043417453765869], [0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.5357143878936768, 1.9208683967590332, 2.0259103775024414, 1.4481793642044067, -0.0049019488506019115, -0.33753499388694763, -0.8802520632743835, -1.160364031791687, -1.0028010606765747, -0.4950979948043823, -0.057422954589128494, -0.2499999701976776, -0.8452380299568176, -0.3550419807434082, 0.24019621312618256, 0.6253502368927002, 0.9229692816734314, 1.0630252361297607, 1.1330533027648926, 0.8704482913017273, -0.7051820158958435, -1.580532193183899, -0.3025209903717041, 1.1680673360824585, 1.605742335319519, 1.640756368637085, 1.4481793642044067, 0.9404762983322144, 0.6778712272644043, 0.7654062509536743, 0.8529412746429443, 0.7128852605819702, 0.3627452254295349, 0.3102242052555084, 0.8354342579841614, 1.2030812501907349, 1.1155463457107544, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.7107843160629272, 1.4481793642044067, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 0.5553222298622131, -0.37254899740219116, -0.6176469922065735, -0.39005598425865173, -0.47759100794792175, -0.09243696182966232, 0.17016807198524475, 0.2226892113685608, 0.17016807198524475, 0.3277312219142914, 0.520308256149292, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.502801239490509, 0.15266107022762299, -0.03991595283150673, -0.1624649614095688, 0.1001400575041771, 0.1001400575041771, 0.34523820877075195, 0.15266107022762299, 2.0259103775024414, 2.0259103775024414, 2.043417453765869], [0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 1.0630252361297607, 1.553221344947815, 1.6232492923736572, 1.2205883264541626, 0.4852942228317261, -0.19747896492481232, -0.14495795965194702, 0.29271721839904785, -0.1624649614095688, -0.7226890325546265, -0.8977590203285217, -1.1253501176834106, -0.7401960492134094, -0.23249296844005585, 0.08263305574655533, 0.502801239490509, 0.7128852605819702, 0.8529412746429443, 0.08263305574655533, -1.3879550695419312, -0.9852941036224365, 1.0280113220214844, 1.465686321258545, 1.553221344947815, 1.6582633256912231, 1.728291392326355, 1.728291392326355, 1.3256303071975708, 0.6428572535514832, 0.17016807198524475, -0.3025209903717041, -0.9852941036224365, -0.09243696182966232, 1.1505602598190308, 1.6232492923736572, 1.5357143878936768, 0.9404762983322144, 0.590336263179779, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.483193278312683, 1.0805323123931885, 1.2731093168258667, 1.2205883264541626, 0.20518220961093903, -0.6176469922065735, -0.4075630009174347, -0.9327731132507324, -0.4075630009174347, -0.28501397371292114, -0.39005598425865173, -0.022408949211239815, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.39775922894477844, 0.5378152132034302, 0.5728292465209961, 0.432773232460022, 0.502801239490509, 0.3627452254295349, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.20518220961093903, 0.18767507374286652, 0.20518220961093903, 0.4677872359752655, 1.1505602598190308, 1.9383753538131714, 2.043417453765869], [0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.9754902720451355, 1.2906162738800049, 1.3606443405151367, 1.0455182790756226, -0.10994396358728409, 0.03011205606162548, 0.5378152132034302, 0.590336263179779, 0.012605053372681141, -0.8452380299568176, -0.7927170395851135, -0.19747896492481232, -0.0049019488506019115, -0.12745095789432526, 0.012605053372681141, 0.17016807198524475, -0.4600839912891388, -1.1078431606292725, 0.06512605398893356, 1.2731093168258667, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.5707283020019531, 1.0980392694473267, 0.18767507374286652, -0.12745095789432526, 1.0980392694473267, 1.5707283020019531, 1.728291392326355, 1.8333333730697632, 1.8858543634414673, 1.605742335319519, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.0805323123931885, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.430672287940979, 0.1001400575041771, -0.8277310132980347, 0.7128852605819702, 0.15266107022762299, -0.3200279772281647, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -0.42506998777389526, -0.21498596668243408, -0.4075630009174347, 0.1001400575041771, 0.13515406847000122, 0.3102242052555084, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 0.3802522122859955, 0.3102242052555084, 0.520308256149292, 0.18767507374286652, 0.03011205606162548, -0.09243696182966232, 0.13515406847000122, 0.2752102017402649, 0.0476190559566021, 0.3277312219142914, 0.590336263179779, 0.9404762983322144, 2.0259103775024414, 2.0959384441375732], [0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 1.1505602598190308, 1.378151297569275, 1.343137264251709, 0.45028021931648254, 0.2226892113685608, 0.34523820877075195, -0.26750698685646057, -0.7927170395851135, -0.5476189851760864, -0.2499999701976776, -0.14495795965194702, -0.2499999701976776, -0.37254899740219116, -0.47759100794792175, -0.5476189851760864, 0.45028021931648254, 1.0630252361297607, 1.1855742931365967, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.465686321258545, 1.518207311630249, 1.6232492923736572, 1.5882353782653809, 1.2030812501907349, 0.2226892113685608, 0.3102242052555084, 1.1855742931365967, 1.483193278312683, 1.640756368637085, 1.815826416015625, 1.9208683967590332, 1.8858543634414673, 1.553221344947815, 1.3606443405151367, 1.518207311630249, 1.2906162738800049, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.5357143878936768, 0.8179272413253784, -0.6876749992370605, -1.0028010606765747, -0.8102240562438965, -0.03991595283150673, -0.6526610255241394, -1.2128850221633911, -1.160364031791687, -0.9677870869636536, -0.19747896492481232, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.13515406847000122, 0.3277312219142914, 0.13515406847000122, 0.24019621312618256, 0.3102242052555084, 0.2577032148838043, 0.29271721839904785, 0.45028021931648254, 0.06512605398893356, -0.14495795965194702, -0.07492996007204056, 0.29271721839904785, 0.1001400575041771, -0.0049019488506019115, 0.3277312219142914, 0.3627452254295349, 0.8004202842712402, 2.0784313678741455, 2.0959384441375732], [1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9054622650146484, 1.2556023597717285, 1.1680673360824585, 0.7128852605819702, 0.17016807198524475, -0.21498596668243408, -0.0049019488506019115, 0.3627452254295349, 0.06512605398893356, -0.33753499388694763, -0.42506998777389526, -0.4075630009174347, -0.4425770044326782, -0.4425770044326782, 0.11764705926179886, 0.7654062509536743, 0.9054622650146484, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.2906162738800049, 1.378151297569275, 1.430672287940979, 1.0980392694473267, -0.057422954589128494, -1.1253501176834106, -0.6701680421829224, 0.29271721839904785, 0.8529412746429443, 1.1505602598190308, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9558824300765991, 1.8333333730697632, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.2030812501907349, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.2906162738800049, -0.6526610255241394, -0.9152660369873047, -0.7051820158958435, -0.7577030062675476, -0.4600839912891388, -1.0028010606765747, -0.6351540088653564, -0.3025209903717041, -0.23249296844005585, 0.06512605398893356, -0.057422954589128494, -0.21498596668243408, -0.14495795965194702, 0.06512605398893356, 0.2226892113685608, 0.06512605398893356, 0.17016807198524475, 0.08263305574655533, 0.11764705926179886, 0.3277312219142914, 0.39775922894477844, 0.13515406847000122, -0.12745095789432526, -0.03991595283150673, 0.18767507374286652, 0.13515406847000122, 0.13515406847000122, 0.29271721839904785, 0.15266107022762299, 0.6253502368927002, 2.043417453765869, 2.0959384441375732], [1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.8354342579841614, 0.9229692816734314, 0.6778712272644043, 0.15266107022762299, -0.5126050114631653, 0.03011205606162548, 0.502801239490509, 0.5378152132034302, -0.1624649614095688, -0.6001400351524353, -0.5476189851760864, -0.3200279772281647, -0.19747896492481232, 0.2577032148838043, 0.520308256149292, 0.7654062509536743, 0.8354342579841614, 0.9229692816734314, 0.9929972887039185, 1.0980392694473267, 1.0455182790756226, 0.2577032148838043, -1.247899055480957, -0.21498596668243408, 1.3956583738327026, 1.640756368637085, 1.483193278312683, 1.0630252361297607, 0.9929972887039185, 1.2556023597717285, 1.6582633256912231, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.5707283020019531, 1.343137264251709, 1.3956583738327026, 1.1505602598190308, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.465686321258545, 1.5007003545761108, 1.5707283020019531, 1.5357143878936768, 1.5882353782653809, 1.693277359008789, 1.0805323123931885, 1.2906162738800049, 1.343137264251709, -0.19747896492481232, -1.2303920984268188, -0.8977590203285217, -0.6876749992370605, -0.6001400351524353, -0.5826330184936523, -0.9152660369873047, -0.03991595283150673, 0.2577032148838043, 0.2226892113685608, 0.5378152132034302, 0.415266215801239, 0.432773232460022, -0.14495795965194702, 0.34523820877075195, 0.20518220961093903, 0.1001400575041771, 0.11764705926179886, -0.09243696182966232, 0.08263305574655533, 0.4852942228317261, 0.3102242052555084, 0.3627452254295349, 0.1001400575041771, 0.0476190559566021, 0.15266107022762299, 0.20518220961093903, 0.3102242052555084, 0.34523820877075195, 0.08263305574655533, 0.520308256149292, 2.1309523582458496, 2.1309523582458496], [1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.8179272413253784, 0.24019621312618256, 0.18767507374286652, 0.1001400575041771, 0.1001400575041771, 0.17016807198524475, -0.19747896492481232, -0.4950979948043823, -0.4950979948043823, -0.37254899740219116, -0.21498596668243408, 0.20518220961093903, 0.4852942228317261, 0.6253502368927002, 0.7303922772407532, 0.7829132676124573, 0.7478992342948914, 0.45028021931648254, -0.6351540088653564, -0.7226890325546265, 1.0805323123931885, 1.465686321258545, 1.5357143878936768, 1.640756368637085, 1.7457983493804932, 1.640756368637085, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.3277312219142914, 0.4677872359752655, 1.0630252361297607, 1.1855742931365967, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.465686321258545, 1.343137264251709, 1.2731093168258667, 1.5882353782653809, 1.0630252361297607, -0.6876749992370605, -1.1428570747375488, -0.4950979948043823, -1.335434079170227, -1.2128850221633911, -0.8802520632743835, -0.6351540088653564, -0.6176469922065735, -0.26750698685646057, -0.6701680421829224, 0.11764705926179886, -0.1624649614095688, 0.24019621312618256, 0.432773232460022, 0.20518220961093903, 0.15266107022762299, 0.17016807198524475, 0.5728292465209961, 0.3277312219142914, 0.0476190559566021, 0.06512605398893356, 0.012605053372681141, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.34523820877075195, 0.4677872359752655, 0.3802522122859955, -0.022408949211239815, 0.012605053372681141, 0.20518220961093903, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 2.2009804248809814, 2.113445281982422], [1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 1.0805323123931885, 1.2731093168258667, 1.2556023597717285, 1.0455182790756226, 0.7654062509536743, 0.45028021931648254, 0.17016807198524475, -0.14495795965194702, -0.19747896492481232, 0.24019621312618256, 0.24019621312618256, -0.1624649614095688, -0.39005598425865173, -0.33753499388694763, -0.12745095789432526, 0.18767507374286652, 0.502801239490509, 0.6428572535514832, 0.502801239490509, -0.03991595283150673, -0.8277310132980347, -0.0049019488506019115, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.518207311630249, 1.605742335319519, 1.7107843160629272, 1.780812382698059, 1.5882353782653809, 0.5553222298622131, -0.7577030062675476, -1.0553221702575684, -1.0028010606765747, -0.28501397371292114, -0.5126050114631653, -0.8452380299568176, -0.4075630009174347, 1.0630252361297607, 1.2205883264541626, 1.0980392694473267, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.7654062509536743, 0.7654062509536743, 0.8354342579841614, 0.6778712272644043, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.6253502368927002, 0.520308256149292, 0.45028021931648254, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.8879552483558655, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3081233501434326, 1.3256303071975708, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 0.7829132676124573, -0.6001400351524353, -0.21498596668243408, -1.335434079170227, -1.1253501176834106, -1.720588207244873, -1.3529410362243652, -1.6505602598190308, -0.7752100229263306, -0.8102240562438965, -0.5476189851760864, -0.39005598425865173, -0.8102240562438965, -0.10994396358728409, 0.3802522122859955, 0.20518220961093903, 0.3277312219142914, -0.0049019488506019115, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.6253502368927002, 0.6603642702102661, -0.057422954589128494, 0.1001400575041771, 0.24019621312618256, 0.2577032148838043, 0.3802522122859955, 0.5728292465209961, 0.6078432202339172, 0.415266215801239, 0.08263305574655533, 0.08263305574655533, 0.0476190559566021, 0.45028021931648254, 0.3627452254295349, 0.6253502368927002, 2.1834733486175537, 2.113445281982422], [1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.8354342579841614, 1.465686321258545, 1.8333333730697632, 1.7457983493804932, 1.6757704019546509, 1.518207311630249, 1.2205883264541626, 0.5728292465209961, 0.3277312219142914, 0.1001400575041771, -0.19747896492481232, -0.022408949211239815, 0.3627452254295349, 0.08263305574655533, -0.4425770044326782, -0.7401960492134094, -0.6176469922065735, -0.17997196316719055, 0.34523820877075195, 0.39775922894477844, -0.0049019488506019115, -0.4425770044326782, 0.590336263179779, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6757704019546509, 1.5882353782653809, 0.39775922894477844, -0.6176469922065735, -0.8802520632743835, -0.9502801299095154, -0.9327731132507324, -0.9327731132507324, -1.0903360843658447, -0.7577030062675476, 0.7829132676124573, 1.3081233501434326, 1.2030812501907349, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2226892113685608, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.1001400575041771, 0.15266107022762299, 0.08263305574655533, 0.3627452254295349, 0.24019621312618256, 0.34523820877075195, 0.6253502368927002, 0.6428572535514832, 0.45028021931648254, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 0.8704482913017273, 0.8179272413253784, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 1.1155463457107544, 0.03011205606162548, -0.7051820158958435, -1.160364031791687, -1.457983136177063, -1.457983136177063, -1.3879550695419312, -1.4404760599136353, -1.2654061317443848, -1.370448112487793, -0.9327731132507324, -0.7752100229263306, -0.7752100229263306, -0.5476189851760864, -0.37254899740219116, 0.20518220961093903, 0.415266215801239, 0.3277312219142914, 0.08263305574655533, 0.03011205606162548, 0.39775922894477844, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.6603642702102661, -0.09243696182966232, 0.11764705926179886, 0.15266107022762299, 0.17016807198524475, 0.24019621312618256, 0.6253502368927002, 0.6253502368927002, 0.415266215801239, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.6428572535514832, 0.17016807198524475, 0.29271721839904785, 2.113445281982422, 2.0959384441375732], [1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 1.0105042457580566, 1.5707283020019531, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.6232492923736572, 1.2556023597717285, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, -0.057422954589128494, -0.17997196316719055, -0.09243696182966232, 0.012605053372681141, -0.3550419807434082, -0.6351540088653564, -0.6701680421829224, -0.14495795965194702, 0.13515406847000122, 0.0476190559566021, 0.24019621312618256, 1.0105042457580566, 1.2030812501907349, 1.1855742931365967, 1.2556023597717285, 1.343137264251709, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.5357143878936768, 1.378151297569275, 0.6078432202339172, -0.6351540088653564, -0.7927170395851135, -0.7401960492134094, -0.6351540088653564, -0.6351540088653564, -0.7577030062675476, -0.9677870869636536, -1.1078431606292725, -0.23249296844005585, 0.432773232460022, 0.3102242052555084, 0.590336263179779, 0.8354342579841614, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.18767507374286652, 0.20518220961093903, 0.2577032148838043, 0.39775922894477844, 0.5728292465209961, 0.3802522122859955, -0.0049019488506019115, -0.12745095789432526, -0.09243696182966232, -0.0049019488506019115, -0.057422954589128494, 0.06512605398893356, 0.06512605398893356, 0.13515406847000122, 0.0476190559566021, 0.15266107022762299, 0.2226892113685608, 0.13515406847000122, 0.3102242052555084, 0.45028021931648254, 0.39775922894477844, 0.7128852605819702, 0.3102242052555084, 0.8704482913017273, 0.4677872359752655, 0.9754902720451355, 0.9579832553863525, 1.0805323123931885, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 0.4852942228317261, 0.11764705926179886, -0.10994396358728409, -0.8277310132980347, -1.247899055480957, -1.5455182790756226, -1.580532193183899, -1.6330533027648926, -1.4754900932312012, -1.3879550695419312, -0.7226890325546265, -0.7752100229263306, -1.0728291273117065, -1.1253501176834106, -0.5126050114631653, 0.012605053372681141, 0.34523820877075195, 0.7128852605819702, 0.5378152132034302, 0.34523820877075195, 0.0476190559566021, -0.07492996007204056, 0.3627452254295349, 0.6078432202339172, 0.6428572535514832, 0.34523820877075195, 0.4677872359752655, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.17016807198524475, 0.15266107022762299, 0.3627452254295349, 0.5378152132034302, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.45028021931648254, 2.113445281982422, 2.113445281982422], [1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.9579832553863525, 1.605742335319519, 1.8508403301239014, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3256303071975708, 0.8879552483558655, 0.7478992342948914, 0.8179272413253784, 0.5378152132034302, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.2752102017402649, 0.29271721839904785, -0.07492996007204056, -0.3025209903717041, -0.3200279772281647, -0.03991595283150673, 0.6778712272644043, 1.0105042457580566, 1.2030812501907349, 1.3081233501434326, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.2030812501907349, 0.590336263179779, -0.7577030062675476, -0.6876749992370605, -0.12745095789432526, -0.47759100794792175, -0.7226890325546265, -0.9502801299095154, -0.9152660369873047, -1.0378150939941406, -1.0378150939941406, -0.8452380299568176, -0.8277310132980347, -0.8452380299568176, -0.7226890325546265, -0.4950979948043823, -0.26750698685646057, 0.06512605398893356, 0.4677872359752655, 0.7829132676124573, 0.9054622650146484, 1.0105042457580566, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 0.8354342579841614, -0.3200279772281647, -0.3025209903717041, 0.08263305574655533, 1.2556023597717285, 1.728291392326355, 1.9208683967590332, 2.0259103775024414, 2.0259103775024414, 2.043417453765869, 2.043417453765869, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 2.165966510772705, 1.605742335319519, -0.8102240562438965, -1.2303920984268188, -0.17997196316719055, 0.8179272413253784, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3606443405151367, 1.1505602598190308, 0.0476190559566021, 0.012605053372681141, 0.29271721839904785, 1.0455182790756226, 0.9754902720451355, 0.8529412746429443, 0.6953782439231873, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.3627452254295349, 0.415266215801239, 0.3102242052555084, 0.15266107022762299, 0.18767507374286652, 0.2577032148838043, 0.17016807198524475, 0.3627452254295349, 0.13515406847000122, 0.012605053372681141, 0.20518220961093903, 0.012605053372681141, -0.09243696182966232, 0.012605053372681141, 0.15266107022762299, -0.10994396358728409, 0.03011205606162548, 0.18767507374286652, 0.3277312219142914, 0.34523820877075195, 0.0476190559566021, 0.590336263179779, 0.4852942228317261, 0.502801239490509, 0.7829132676124573, 1.0455182790756226, 1.2030812501907349, 0.9579832553863525, 0.9404762983322144, 1.0630252361297607, 1.0105042457580566, 0.8529412746429443, 0.012605053372681141, -0.8802520632743835, -1.160364031791687, -1.4754900932312012, -1.5280112028121948, -1.6330533027648926, -1.7030812501907349, -1.6855742931365967, -1.422969102859497, -1.7030812501907349, -0.0049019488506019115, 0.13515406847000122, -0.3550419807434082, -1.2128850221633911, -1.0903360843658447, -0.9327731132507324, 0.39775922894477844, 0.4677872359752655, 0.9229692816734314, 0.520308256149292, 0.11764705926179886, -0.37254899740219116, 0.502801239490509, 0.18767507374286652, 0.5553222298622131, 0.5728292465209961, 0.8354342579841614, 0.2752102017402649, 0.1001400575041771, 0.1001400575041771, -0.03991595283150673, -0.03991595283150673, 0.4677872359752655, 0.39775922894477844, 0.6253502368927002, 0.3627452254295349, 0.18767507374286652, 0.15266107022762299, 0.0476190559566021, 0.432773232460022, 0.502801239490509, 2.0959384441375732, 2.113445281982422], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.9579832553863525, 1.605742335319519, 1.9033613204956055, 1.8858543634414673, 1.7983193397521973, 1.6757704019546509, 1.3606443405151367, 0.8704482913017273, 0.8704482913017273, 1.1330533027648926, 0.9929972887039185, 0.7478992342948914, 0.3627452254295349, 0.012605053372681141, 0.17016807198524475, 0.4852942228317261, 0.3627452254295349, -0.14495795965194702, -0.3025209903717041, -0.21498596668243408, -0.4075630009174347, -0.42506998777389526, 0.0476190559566021, 0.5378152132034302, 0.8879552483558655, 1.1680673360824585, 1.2205883264541626, 0.5728292465209961, -0.4425770044326782, -0.1624649614095688, -0.7752100229263306, -0.8277310132980347, -0.7752100229263306, -0.7401960492134094, -0.23249296844005585, -0.33753499388694763, -0.28501397371292114, -0.42506998777389526, 0.415266215801239, 1.2906162738800049, 1.605742335319519, 1.7107843160629272, 1.9383753538131714, 2.0959384441375732, 1.640756368637085, 0.9754902720451355, 1.5707283020019531, 1.9733893871307373, 2.113445281982422, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.2009804248809814, 2.218487501144409, 2.0784313678741455, 0.7303922772407532, -1.3004200458526611, -1.5455182790756226, -0.37254899740219116, 1.6232492923736572, 1.9558824300765991, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.1834733486175537, 2.235994577407837, 2.3060226440429688, 2.288515567779541, 1.430672287940979, -0.6001400351524353, -0.2499999701976776, 0.6253502368927002, 1.0105042457580566, 0.8704482913017273, 0.7128852605819702, 0.4852942228317261, -0.28501397371292114, -1.0028010606765747, -1.370448112487793, -1.5630252361297607, -1.4054621458053589, 1.5007003545761108, 1.9908963441848755, 2.0959384441375732, 2.0959384441375732, 2.0609242916107178, 1.9383753538131714, 1.6757704019546509, 1.2205883264541626, 0.7654062509536743, 0.502801239490509, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.432773232460022, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.7303922772407532, 0.6428572535514832, 0.7829132676124573, 0.7128852605819702, 0.8004202842712402, 0.8704482913017273, 0.8004202842712402, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.0476190559566021, -0.19747896492481232, -0.2499999701976776, -0.14495795965194702, 0.0476190559566021, -0.19747896492481232, -0.1624649614095688, 0.08263305574655533, -0.07492996007204056, -0.07492996007204056, 0.08263305574655533, -0.1624649614095688, -0.03991595283150673, 0.08263305574655533, -0.03991595283150673, 0.15266107022762299, 0.15266107022762299, 0.17016807198524475, 0.08263305574655533, 0.3802522122859955, 0.432773232460022, 0.7829132676124573, 0.415266215801239, 1.0805323123931885, 0.9404762983322144, 0.5728292465209961, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 0.9929972887039185, 1.0805323123931885, 0.6953782439231873, -0.6701680421829224, -1.3004200458526611, -1.6330533027648926, -1.7030812501907349, -1.5105042457580566, -1.5455182790756226, -1.7030812501907349, -1.755602240562439, -1.3529410362243652, -1.3879550695419312, 0.3277312219142914, 0.6253502368927002, 0.20518220961093903, -0.4950979948043823, -1.0203081369400024, -0.7927170395851135, 0.8354342579841614, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.520308256149292, 0.2226892113685608, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.5553222298622131, 0.8529412746429443, 0.5378152132034302, 0.34523820877075195, 0.5553222298622131, 0.2226892113685608, 0.11764705926179886, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.15266107022762299, -0.03991595283150673, 0.6078432202339172, 0.15266107022762299, 2.1309523582458496, 2.1309523582458496], [1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.9054622650146484, 1.5707283020019531, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.7633053064346313, 1.4131653308868408, 1.0805323123931885, 1.0630252361297607, 1.343137264251709, 1.343137264251709, 0.9404762983322144, 0.590336263179779, 0.34523820877075195, 0.03011205606162548, 0.3102242052555084, 0.3627452254295349, 0.15266107022762299, 0.0476190559566021, -0.03991595283150673, -0.2499999701976776, -0.23249296844005585, -0.21498596668243408, -0.1624649614095688, -0.0049019488506019115, -0.26750698685646057, -0.9152660369873047, -1.195378065109253, -0.28501397371292114, -0.26750698685646057, -0.47759100794792175, -0.5301120281219482, -0.6176469922065735, -0.4600839912891388, -0.12745095789432526, -0.12745095789432526, -0.3200279772281647, 1.2731093168258667, 2.1834733486175537, 2.1309523582458496, 2.0784313678741455, 2.113445281982422, 1.8858543634414673, 1.7457983493804932, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.165966510772705, 2.165966510772705, 2.1309523582458496, 2.218487501144409, 2.1834733486175537, 1.9908963441848755, -0.07492996007204056, -1.422969102859497, -1.6155462265014648, -1.580532193183899, -0.42506998777389526, 1.7633053064346313, 1.8508403301239014, 1.9733893871307373, 1.9558824300765991, 1.9033613204956055, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 2.0084033012390137, 1.5882353782653809, -1.3179271221160889, -1.7030812501907349, -1.755602240562439, -1.370448112487793, -0.5651260018348694, -0.42506998777389526, -0.1624649614095688, -0.19747896492481232, -0.4075630009174347, -1.2654061317443848, -1.6155462265014648, -1.7030812501907349, -1.5980392694473267, -0.4425770044326782, 0.9404762983322144, 1.6757704019546509, 2.0084033012390137, 1.9558824300765991, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 1.8333333730697632, 1.3606443405151367, 0.590336263179779, 0.4677872359752655, 0.502801239490509, 0.590336263179779, 0.45028021931648254, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6603642702102661, 0.590336263179779, 0.4852942228317261, 0.3802522122859955, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.0476190559566021, 0.08263305574655533, 0.34523820877075195, 0.2752102017402649, 0.415266215801239, 0.24019621312618256, 0.39775922894477844, 0.3102242052555084, 0.2226892113685608, 0.29271721839904785, 0.1001400575041771, 0.29271721839904785, 0.39775922894477844, 0.24019621312618256, 0.06512605398893356, 0.08263305574655533, -0.057422954589128494, -0.1624649614095688, -0.14495795965194702, -0.19747896492481232, -0.07492996007204056, -0.1624649614095688, 0.03011205606162548, -0.09243696182966232, -0.09243696182966232, -0.022408949211239815, -0.23249296844005585, -0.07492996007204056, 0.08263305574655533, -0.19747896492481232, 0.2752102017402649, 0.24019621312618256, 0.3102242052555084, 0.34523820877075195, 0.432773232460022, 0.5728292465209961, 0.6603642702102661, 0.8004202842712402, 1.1855742931365967, 0.8004202842712402, 0.7303922772407532, 1.2205883264541626, 0.8354342579841614, 1.1330533027648926, 1.1155463457107544, 0.7478992342948914, 0.5378152132034302, -0.7051820158958435, -1.5105042457580566, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.0903360843658447, -1.7906162738800049, -1.720588207244873, -0.9852941036224365, 0.39775922894477844, 0.5553222298622131, 0.5378152132034302, 0.29271721839904785, -0.7401960492134094, -0.9327731132507324, 0.6253502368927002, 1.0455182790756226, 0.8529412746429443, 0.7128852605819702, 0.6428572535514832, 0.8704482913017273, 0.1001400575041771, 0.3102242052555084, 0.6253502368927002, 0.45028021931648254, 0.5553222298622131, 0.7128852605819702, 0.34523820877075195, 0.7478992342948914, 0.432773232460022, 0.17016807198524475, 0.4677872359752655, 0.5378152132034302, 0.415266215801239, 0.3277312219142914, -0.0049019488506019115, 0.012605053372681141, 0.012605053372681141, 0.7303922772407532, 0.08263305574655533, 2.1484594345092773, 2.1484594345092773], [1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.7983193397521973, 1.5357143878936768, 1.2380952835083008, 1.1330533027648926, 1.465686321258545, 1.5357143878936768, 1.2906162738800049, 0.8004202842712402, 0.6603642702102661, 0.3277312219142914, 0.13515406847000122, 0.3277312219142914, 0.502801239490509, 0.15266107022762299, -0.0049019488506019115, 0.3802522122859955, 0.5378152132034302, 0.5553222298622131, 0.3627452254295349, 0.06512605398893356, -0.6876749992370605, -1.247899055480957, -0.8802520632743835, -0.7927170395851135, -0.9502801299095154, -0.9502801299095154, -0.7927170395851135, -0.9677870869636536, -1.1778711080551147, -0.8277310132980347, -0.6351540088653564, -0.6526610255241394, 1.8333333730697632, 2.0084033012390137, 2.0259103775024414, 2.0609242916107178, 2.0609242916107178, 2.113445281982422, 2.1834733486175537, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.043417453765869, -0.28501397371292114, -1.160364031791687, -1.6155462265014648, -1.7380952835083008, -1.755602240562439, -1.7906162738800049, -1.4929972887039185, -0.47759100794792175, 0.7303922772407532, 1.3081233501434326, 1.6232492923736572, 1.868347406387329, 1.8333333730697632, 1.9733893871307373, 1.9383753538131714, 0.7128852605819702, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.6155462265014648, -1.5280112028121948, -1.3879550695419312, -1.2303920984268188, -1.2128850221633911, -1.3179271221160889, -1.580532193183899, -1.6155462265014648, -1.5630252361297607, -1.195378065109253, -0.21498596668243408, -0.14495795965194702, 0.3277312219142914, 1.5007003545761108, 1.815826416015625, 0.7478992342948914, -0.8802520632743835, -0.4950979948043823, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6078432202339172, 0.6428572535514832, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.3802522122859955, 0.39775922894477844, 0.4677872359752655, 0.4677872359752655, 0.13515406847000122, 0.11764705926179886, 0.1001400575041771, 0.08263305574655533, 0.08263305574655533, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.29271721839904785, 0.15266107022762299, 0.1001400575041771, 0.29271721839904785, 0.432773232460022, 0.45028021931648254, 0.18767507374286652, -0.0049019488506019115, 0.03011205606162548, 0.06512605398893356, 0.08263305574655533, 0.29271721839904785, 0.03011205606162548, -0.057422954589128494, -0.03991595283150673, -0.057422954589128494, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.12745095789432526, -0.14495795965194702, -0.14495795965194702, -0.26750698685646057, -0.19747896492481232, 0.20518220961093903, 0.012605053372681141, 0.1001400575041771, 0.17016807198524475, 0.4677872359752655, 0.432773232460022, 0.4852942228317261, 0.29271721839904785, 0.5728292465209961, 0.4677872359752655, 0.6078432202339172, 1.1155463457107544, 1.0280113220214844, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.3081233501434326, 0.5553222298622131, 0.20518220961093903, -0.8977590203285217, -1.4754900932312012, -1.7030812501907349, -1.7380952835083008, -1.8256303071975708, -1.7030812501907349, -1.668067216873169, -1.843137264251709, -1.668067216873169, -1.4404760599136353, -0.1624649614095688, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, -0.6701680421829224, -0.5826330184936523, 0.17016807198524475, 0.6078432202339172, 0.5728292465209961, 0.8179272413253784, 0.9229692816734314, 0.8179272413253784, 0.15266107022762299, 0.6078432202339172, 0.4852942228317261, 0.4677872359752655, 0.2752102017402649, 0.5728292465209961, 0.520308256149292, 0.7303922772407532, 0.4677872359752655, 0.3802522122859955, 0.4677872359752655, 0.415266215801239, 0.4852942228317261, 0.5553222298622131, 0.1001400575041771, -0.022408949211239815, -0.022408949211239815, 0.9404762983322144, 0.2577032148838043, 2.113445281982422, 2.1484594345092773], [1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.7829132676124573, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.343137264251709, 1.8333333730697632, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.6757704019546509, 1.343137264251709, 1.2906162738800049, 1.6757704019546509, 1.6232492923736572, 1.553221344947815, 1.1505602598190308, 0.6603642702102661, 0.520308256149292, 0.24019621312618256, 0.24019621312618256, 0.520308256149292, 0.415266215801239, 0.29271721839904785, 0.5378152132034302, 0.6953782439231873, 0.590336263179779, 0.24019621312618256, -0.47759100794792175, -1.0378150939941406, -0.7752100229263306, -0.7051820158958435, -0.8277310132980347, -0.9852941036224365, -1.1428570747375488, -1.2654061317443848, -1.422969102859497, -1.5980392694473267, -1.6330533027648926, -1.457983136177063, -1.1778711080551147, -0.7051820158958435, 0.5378152132034302, 0.9404762983322144, 0.9579832553863525, 1.553221344947815, 2.0084033012390137, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.3956583738327026, -1.6505602598190308, -1.6855742931365967, -1.668067216873169, -1.668067216873169, -1.7030812501907349, -1.720588207244873, -1.720588207244873, -1.7030812501907349, -1.7030812501907349, -1.6330533027648926, -1.7731093168258667, -1.4929972887039185, -1.580532193183899, -1.720588207244873, -1.720588207244873, -1.6505602598190308, -1.808123230934143, -1.878151297569275, -1.878151297569275, -1.9131653308868408, -1.8256303071975708, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.7731093168258667, -1.7906162738800049, -1.8256303071975708, -1.808123230934143, -1.6155462265014648, -1.4404760599136353, -1.1778711080551147, -0.6876749992370605, 0.3627452254295349, -0.2499999701976776, -0.14495795965194702, 0.1001400575041771, 0.24019621312618256, 0.6603642702102661, 0.8879552483558655, 1.1330533027648926, 1.0105042457580566, 0.5553222298622131, 0.34523820877075195, 0.2752102017402649, 0.3102242052555084, 0.13515406847000122, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.17016807198524475, 0.08263305574655533, 0.15266107022762299, 0.17016807198524475, 0.2226892113685608, 0.2752102017402649, 0.3277312219142914, 0.2752102017402649, 0.3277312219142914, 0.18767507374286652, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.2226892113685608, 0.3102242052555084, 0.3102242052555084, 0.15266107022762299, 0.08263305574655533, 0.08263305574655533, 0.012605053372681141, -0.03991595283150673, 0.0476190559566021, -0.0049019488506019115, -0.10994396358728409, -0.1624649614095688, -0.3200279772281647, -0.10994396358728409, -0.17997196316719055, -0.17997196316719055, -0.4425770044326782, -0.3200279772281647, -0.37254899740219116, -0.17997196316719055, -0.19747896492481232, -0.21498596668243408, -0.10994396358728409, -0.12745095789432526, -0.057422954589128494, -0.0049019488506019115, 0.11764705926179886, -0.14495795965194702, 0.11764705926179886, -0.12745095789432526, 0.20518220961093903, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.7829132676124573, 0.7829132676124573, 1.0455182790756226, 0.7829132676124573, 1.1680673360824585, 0.8004202842712402, 1.3256303071975708, 1.1855742931365967, 1.0105042457580566, 1.0980392694473267, 0.012605053372681141, -1.5105042457580566, -1.6155462265014648, -1.668067216873169, -1.668067216873169, -1.8606442213058472, -1.843137264251709, -1.7380952835083008, -1.843137264251709, -1.8256303071975708, -1.4929972887039185, -0.47759100794792175, -0.022408949211239815, 0.415266215801239, 0.3627452254295349, 0.0476190559566021, -0.5301120281219482, -0.17997196316719055, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.7654062509536743, 0.3102242052555084, 0.06512605398893356, 0.3627452254295349, 0.3627452254295349, 0.0476190559566021, 0.502801239490509, 0.4677872359752655, 0.6428572535514832, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.5378152132034302, 0.9054622650146484, 0.24019621312618256, 0.06512605398893356, 0.2577032148838043, 0.8529412746429443, 0.2752102017402649, 2.1484594345092773, 2.113445281982422], [1.465686321258545, 1.430672287940979, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 1.0280113220214844, 1.693277359008789, 1.9383753538131714, 1.9383753538131714, 1.9033613204956055, 1.7457983493804932, 1.5882353782653809, 1.5357143878936768, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.605742335319519, 0.9929972887039185, 0.39775922894477844, 0.432773232460022, 0.6428572535514832, 0.415266215801239, 0.45028021931648254, 0.29271721839904785, -0.23249296844005585, -0.6001400351524353, -0.9852941036224365, -1.195378065109253, -1.457983136177063, -1.5630252361297607, -1.6330533027648926, -1.668067216873169, -1.6155462265014648, -1.5630252361297607, -1.6155462265014648, -1.720588207244873, -1.878151297569275, -1.878151297569275, -1.6855742931365967, -1.457983136177063, -1.422969102859497, -1.5455182790756226, -1.720588207244873, -1.7030812501907349, -1.7731093168258667, 0.3802522122859955, 0.6953782439231873, -1.6505602598190308, -1.7030812501907349, -1.195378065109253, -0.7577030062675476, -1.2303920984268188, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.8606442213058472, -1.843137264251709, -1.8256303071975708, -1.895658254623413, -1.9131653308868408, -1.878151297569275, -1.808123230934143, -1.6505602598190308, -1.5980392694473267, -1.5630252361297607, -1.4929972887039185, -1.5105042457580566, -1.6505602598190308, -1.983193278312683, -1.8256303071975708, -0.8277310132980347, -0.17997196316719055, 0.39775922894477844, 0.7829132676124573, 0.4852942228317261, -0.21498596668243408, -1.1253501176834106, -1.247899055480957, -0.6701680421829224, -1.0378150939941406, -1.5105042457580566, -1.7380952835083008, -1.878151297569275, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.720588207244873, -1.5980392694473267, -0.6876749992370605, 0.17016807198524475, 0.39775922894477844, 0.415266215801239, 0.7478992342948914, 0.29271721839904785, 0.20518220961093903, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.20518220961093903, 0.2226892113685608, 0.2752102017402649, 0.432773232460022, 0.432773232460022, 0.3277312219142914, 0.3277312219142914, 0.4677872359752655, 0.20518220961093903, 0.11764705926179886, 0.06512605398893356, 0.06512605398893356, -0.12745095789432526, -0.057422954589128494, 0.08263305574655533, 0.012605053372681141, 0.0476190559566021, 0.18767507374286652, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.1624649614095688, 0.0476190559566021, 0.03011205606162548, -0.07492996007204056, 0.11764705926179886, 0.03011205606162548, -0.07492996007204056, -0.03991595283150673, -0.09243696182966232, -0.19747896492481232, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, -0.3025209903717041, -0.3550419807434082, -0.28501397371292114, -0.26750698685646057, -0.23249296844005585, -0.21498596668243408, -0.21498596668243408, -0.09243696182966232, -0.022408949211239815, -0.28501397371292114, 0.0476190559566021, 0.11764705926179886, -0.022408949211239815, -0.09243696182966232, 0.17016807198524475, 0.502801239490509, 0.5728292465209961, 0.415266215801239, 0.8704482913017273, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.8704482913017273, 0.6078432202339172, 1.1855742931365967, 1.0980392694473267, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.0455182790756226, -0.1624649614095688, -1.5280112028121948, -1.668067216873169, -1.7906162738800049, -1.7030812501907349, -1.755602240562439, -1.7906162738800049, -1.7906162738800049, -1.843137264251709, -1.8256303071975708, -1.9481792449951172, -0.9152660369873047, -0.4425770044326782, 0.520308256149292, 0.6253502368927002, -0.10994396358728409, -0.17997196316719055, 0.08263305574655533, 0.45028021931648254, 0.6428572535514832, 0.6078432202339172, 0.7303922772407532, 0.5728292465209961, 0.39775922894477844, 0.17016807198524475, 0.415266215801239, 0.415266215801239, -0.0049019488506019115, 0.17016807198524475, 0.590336263179779, 0.4677872359752655, 0.6603642702102661, 0.6078432202339172, 0.5378152132034302, 0.08263305574655533, 0.5553222298622131, 0.6953782439231873, 0.2226892113685608, -0.03991595283150673, 0.432773232460022, 0.3277312219142914, 0.415266215801239, 2.1834733486175537, 2.113445281982422], [1.465686321258545, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 1.5007003545761108, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.728291392326355, 1.6232492923736572, 1.430672287940979, 0.6953782439231873, 0.6603642702102661, 0.8004202842712402, 0.08263305574655533, -0.8452380299568176, -1.3879550695419312, -1.422969102859497, -1.422969102859497, -1.3879550695419312, -1.4054621458053589, -1.4754900932312012, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.930672287940979, -1.965686321258545, -2.0007002353668213, -1.983193278312683, -1.965686321258545, -1.5980392694473267, -1.0028010606765747, -0.9502801299095154, -1.1078431606292725, -1.247899055480957, -1.457983136177063, -1.4929972887039185, -1.580532193183899, -1.7380952835083008, -1.8256303071975708, -1.8256303071975708, -1.6330533027648926, -1.580532193183899, -1.755602240562439, -1.895658254623413, -1.7731093168258667, -1.335434079170227, -1.0553221702575684, -0.9502801299095154, -1.370448112487793, -1.755602240562439, -1.0378150939941406, 0.8354342579841614, 1.4481793642044067, 1.780812382698059, 1.8508403301239014, 1.868347406387329, 1.7633053064346313, 1.0455182790756226, 0.3277312219142914, 0.6953782439231873, 1.518207311630249, 1.3081233501434326, 1.0630252361297607, 0.45028021931648254, -0.8277310132980347, -1.335434079170227, 1.728291392326355, 2.0259103775024414, 2.113445281982422, 2.1309523582458496, 2.165966510772705, 2.0609242916107178, 1.7633053064346313, 1.1680673360824585, 0.18767507374286652, -0.8802520632743835, -1.0378150939941406, -0.33753499388694763, -0.057422954589128494, 0.18767507374286652, 0.06512605398893356, 0.08263305574655533, 0.15266107022762299, 0.13515406847000122, 0.45028021931648254, 0.5378152132034302, 0.45028021931648254, 0.3102242052555084, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.11764705926179886, 0.3102242052555084, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.11764705926179886, 0.06512605398893356, 0.03011205606162548, 0.15266107022762299, 0.06512605398893356, -0.057422954589128494, -0.057422954589128494, 0.20518220961093903, 0.3277312219142914, 0.3802522122859955, 0.2226892113685608, 0.1001400575041771, 0.0476190559566021, -0.03991595283150673, 0.06512605398893356, 0.0476190559566021, 0.03011205606162548, 0.012605053372681141, 0.0476190559566021, -0.022408949211239815, -0.17997196316719055, -0.3200279772281647, -0.14495795965194702, -0.1624649614095688, -0.17997196316719055, -0.26750698685646057, -0.5301120281219482, -0.33753499388694763, -0.2499999701976776, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.057422954589128494, -0.17997196316719055, -0.5826330184936523, 0.0476190559566021, 0.34523820877075195, 0.2577032148838043, 0.34523820877075195, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.4852942228317261, 0.9054622650146484, 0.7478992342948914, 0.8529412746429443, 1.2380952835083008, 1.1505602598190308, 1.0630252361297607, 1.2380952835083008, 1.3081233501434326, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 0.9054622650146484, 0.11764705926179886, -1.6505602598190308, -1.7906162738800049, -1.7380952835083008, -1.6855742931365967, -1.7030812501907349, -1.7906162738800049, -1.808123230934143, -1.7731093168258667, -1.580532193183899, -0.9852941036224365, -1.6855742931365967, -0.7927170395851135, 0.4852942228317261, 0.3277312219142914, 0.20518220961093903, 0.2577032148838043, -0.7226890325546265, -0.17997196316719055, 0.34523820877075195, 0.5378152132034302, 0.520308256149292, 0.6778712272644043, 0.6078432202339172, 0.432773232460022, 0.6953782439231873, 0.502801239490509, 0.502801239490509, 0.415266215801239, 0.502801239490509, 0.29271721839904785, 0.8354342579841614, 0.6953782439231873, 0.3802522122859955, 0.3277312219142914, 0.5728292465209961, 0.415266215801239, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, -0.03991595283150673, 0.6603642702102661, 2.1834733486175537, 2.0784313678741455], [1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.2030812501907349, 1.7633053064346313, 1.9208683967590332, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.815826416015625, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7457983493804932, 1.728291392326355, 1.3956583738327026, -0.1624649614095688, -0.8452380299568176, -1.247899055480957, -1.335434079170227, -1.3179271221160889, -1.2128850221633911, -1.3004200458526611, -1.4754900932312012, -1.580532193183899, -1.5630252361297607, -1.580532193183899, -1.5980392694473267, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.6155462265014648, -1.1078431606292725, -0.12745095789432526, 0.1001400575041771, 0.03011205606162548, -0.5476189851760864, -1.0203081369400024, -1.457983136177063, -1.7731093168258667, -1.808123230934143, -1.2654061317443848, -0.7401960492134094, -0.6351540088653564, -1.0378150939941406, -1.6330533027648926, -1.8256303071975708, -0.09243696182966232, 1.4481793642044067, 1.7457983493804932, 1.9033613204956055, 1.9033613204956055, 2.0609242916107178, 1.728291392326355, 0.6953782439231873, -0.6701680421829224, 0.6603642702102661, 1.0630252361297607, 0.34523820877075195, -0.8277310132980347, -1.4054621458053589, 1.4481793642044067, 2.0784313678741455, 2.0609242916107178, 2.0959384441375732, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.2205883264541626, -1.0553221702575684, 0.7303922772407532, 1.2380952835083008, 1.9908963441848755, 2.0084033012390137, 1.2731093168258667, 0.15266107022762299, 1.1505602598190308, 1.430672287940979, -0.2499999701976776, -0.26750698685646057, 0.2577032148838043, 0.1001400575041771, -0.3025209903717041, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.2226892113685608, 0.15266107022762299, 0.20518220961093903, 0.34523820877075195, 0.39775922894477844, 0.4852942228317261, 0.3102242052555084, 0.18767507374286652, 0.11764705926179886, -0.03991595283150673, -0.022408949211239815, 0.13515406847000122, 0.2577032148838043, 0.13515406847000122, 0.3102242052555084, -0.12745095789432526, -0.03991595283150673, -0.0049019488506019115, 0.15266107022762299, -0.022408949211239815, -0.07492996007204056, -0.07492996007204056, -0.2499999701976776, 0.06512605398893356, 0.11764705926179886, 0.3102242052555084, 0.3102242052555084, 0.24019621312618256, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.012605053372681141, -0.21498596668243408, 0.1001400575041771, -0.022408949211239815, -0.1624649614095688, -0.17997196316719055, -0.28501397371292114, -0.17997196316719055, -0.26750698685646057, -0.42506998777389526, -0.37254899740219116, -0.2499999701976776, -0.057422954589128494, -0.0049019488506019115, -0.19747896492481232, 0.012605053372681141, -0.07492996007204056, -0.1624649614095688, -0.37254899740219116, 0.03011205606162548, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, 0.2752102017402649, 0.29271721839904785, 0.590336263179779, 0.6078432202339172, 1.1155463457107544, 1.0105042457580566, 0.9054622650146484, 1.2731093168258667, 1.0105042457580566, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.1680673360824585, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 0.5728292465209961, -0.4950979948043823, -1.3529410362243652, -1.7030812501907349, -1.808123230934143, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.5105042457580566, -0.5476189851760864, -1.195378065109253, 0.29271721839904785, 0.4852942228317261, -0.28501397371292114, 0.7829132676124573, 0.415266215801239, 0.6253502368927002, 0.6078432202339172, 0.8004202842712402, 0.7829132676124573, 0.34523820877075195, 0.20518220961093903, 0.2752102017402649, 0.7128852605819702, 0.9754902720451355, 0.7128852605819702, 0.6078432202339172, 0.15266107022762299, 0.415266215801239, 0.6428572535514832, 0.6778712272644043, 0.11764705926179886, 0.432773232460022, 0.8004202842712402, 0.20518220961093903, 0.4852942228317261, 0.6428572535514832, 0.2577032148838043, 0.11764705926179886, 0.9054622650146484, 2.0784313678741455, 2.0784313678741455], [1.518207311630249, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 0.9579832553863525, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 1.0105042457580566, 1.6232492923736572, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9383753538131714, 1.8508403301239014, 1.7633053064346313, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.483193278312683, -0.8277310132980347, -0.9677870869636536, -1.1253501176834106, -1.2128850221633911, -1.195378065109253, -1.0728291273117065, -1.0378150939941406, -1.0903360843658447, -1.370448112487793, -1.5105042457580566, -1.5105042457580566, -1.5105042457580566, -1.5980392694473267, -1.5980392694473267, -1.247899055480957, 0.3102242052555084, 1.3081233501434326, 1.430672287940979, 1.5357143878936768, 1.518207311630249, 1.1680673360824585, 1.1680673360824585, 0.520308256149292, -0.8627450466156006, -0.8802520632743835, -0.8627450466156006, -1.2303920984268188, -1.6155462265014648, -1.6855742931365967, -1.3529410362243652, -0.8627450466156006, 1.0630252361297607, 1.3956583738327026, 1.6232492923736572, 1.6757704019546509, 1.3256303071975708, -0.10994396358728409, -1.5105042457580566, 0.39775922894477844, 1.9033613204956055, 2.043417453765869, 1.9908963441848755, 2.0609242916107178, 2.0609242916107178, 2.043417453765869, 1.6757704019546509, 0.06512605398893356, 0.34523820877075195, 1.1330533027648926, 1.1505602598190308, -0.19747896492481232, -0.8102240562438965, 1.553221344947815, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.780812382698059, 0.18767507374286652, -1.720588207244873, 0.5378152132034302, 1.6757704019546509, 1.6582633256912231, 1.3606443405151367, 0.39775922894477844, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.24019621312618256, 0.06512605398893356, 0.012605053372681141, 0.1001400575041771, 0.24019621312618256, 0.1001400575041771, 0.06512605398893356, -0.022408949211239815, 0.012605053372681141, -0.057422954589128494, -0.057422954589128494, -0.022408949211239815, -0.0049019488506019115, -0.0049019488506019115, -0.03991595283150673, -0.0049019488506019115, 0.17016807198524475, -0.14495795965194702, -0.022408949211239815, -0.0049019488506019115, -0.07492996007204056, 0.1001400575041771, 0.08263305574655533, -0.022408949211239815, -0.03991595283150673, -0.057422954589128494, -0.23249296844005585, -0.022408949211239815, 0.18767507374286652, 0.13515406847000122, 0.2226892113685608, 0.3102242052555084, 0.11764705926179886, 0.0476190559566021, 0.13515406847000122, -0.0049019488506019115, -0.10994396358728409, -0.12745095789432526, -0.19747896492481232, -0.19747896492481232, -0.1624649614095688, -0.3025209903717041, -0.14495795965194702, -0.28501397371292114, -0.5301120281219482, -0.2499999701976776, -0.19747896492481232, -0.26750698685646057, -0.022408949211239815, 0.012605053372681141, -0.07492996007204056, 0.0476190559566021, 0.0476190559566021, 0.11764705926179886, 0.11764705926179886, 0.3627452254295349, 0.5378152132034302, 0.6953782439231873, 0.8354342579841614, 0.8704482913017273, 0.9929972887039185, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2731093168258667, 1.2380952835083008, 1.2906162738800049, 1.4131653308868408, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, 0.6428572535514832, -1.0903360843658447, -1.668067216873169, -1.7731093168258667, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.580532193183899, -1.7030812501907349, -1.1253501176834106, -0.8627450466156006, -1.1078431606292725, 0.08263305574655533, 0.6953782439231873, 0.4677872359752655, 0.6953782439231873, -0.28501397371292114, -0.10994396358728409, 0.6428572535514832, 0.4852942228317261, 0.18767507374286652, 0.1001400575041771, 0.4852942228317261, 0.590336263179779, 0.8704482913017273, 0.8354342579841614, 0.3627452254295349, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.432773232460022, 0.4852942228317261, 0.6428572535514832, 0.8704482913017273, 0.29271721839904785, 0.3802522122859955, 0.8179272413253784, 2.1484594345092773, 2.0959384441375732], [1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8179272413253784, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 1.0105042457580566, 0.8704482913017273, 0.6428572535514832, 0.7128852605819702, 1.378151297569275, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3956583738327026, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -1.0378150939941406, -1.0903360843658447, -1.1428570747375488, -0.9677870869636536, -0.6876749992370605, -0.4075630009174347, -0.6526610255241394, -1.2303920984268188, -1.6155462265014648, -1.755602240562439, -0.1624649614095688, 1.605742335319519, 1.8333333730697632, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 2.0259103775024414, 1.4131653308868408, -0.5301120281219482, -1.160364031791687, -0.4075630009174347, -1.0903360843658447, -1.8606442213058472, -1.895658254623413, -1.4929972887039185, 0.2577032148838043, 0.8529412746429443, 0.9229692816734314, 0.13515406847000122, -1.370448112487793, -1.3879550695419312, -0.4600839912891388, -0.47759100794792175, -1.0028010606765747, -1.2654061317443848, 0.7829132676124573, 1.605742335319519, 1.7983193397521973, 1.9208683967590332, 2.043417453765869, 2.0609242916107178, 1.3956583738327026, -0.7577030062675476, 1.3081233501434326, 1.9733893871307373, 2.0609242916107178, 1.9908963441848755, 1.2205883264541626, -0.42506998777389526, 1.1155463457107544, 1.4131653308868408, 1.8858543634414673, 1.9733893871307373, 1.868347406387329, 0.3102242052555084, -1.2654061317443848, -0.03991595283150673, -0.23249296844005585, 1.0980392694473267, 1.1680673360824585, 0.4677872359752655, 0.39775922894477844, 0.39775922894477844, 0.4852942228317261, 0.4677872359752655, 0.3627452254295349, 0.15266107022762299, 0.08263305574655533, 0.06512605398893356, 0.03011205606162548, 0.06512605398893356, 0.03011205606162548, -0.14495795965194702, -0.0049019488506019115, -0.10994396358728409, 0.17016807198524475, 0.11764705926179886, 0.06512605398893356, -0.14495795965194702, -0.12745095789432526, 0.0476190559566021, -0.057422954589128494, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, 0.0476190559566021, 0.2577032148838043, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, 0.03011205606162548, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.2226892113685608, 0.24019621312618256, 0.11764705926179886, 0.012605053372681141, -0.21498596668243408, -0.1624649614095688, -0.37254899740219116, -0.23249296844005585, -0.37254899740219116, -0.23249296844005585, -0.23249296844005585, -0.23249296844005585, -0.10994396358728409, -0.37254899740219116, 0.20518220961093903, -0.07492996007204056, 0.15266107022762299, 0.08263305574655533, -0.26750698685646057, -0.17997196316719055, 0.20518220961093903, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.3102242052555084, 0.13515406847000122, 0.432773232460022, 0.590336263179779, 1.0105042457580566, 0.7478992342948914, 1.2556023597717285, 1.0280113220214844, 1.0280113220214844, 1.1330533027648926, 1.2556023597717285, 1.3081233501434326, 1.430672287940979, 1.3081233501434326, 1.2556023597717285, 1.3081233501434326, 0.8879552483558655, 0.4852942228317261, -0.47759100794792175, -1.370448112487793, -1.7380952835083008, -1.755602240562439, -1.8256303071975708, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.6155462265014648, -1.0203081369400024, 0.012605053372681141, -0.6876749992370605, -0.7752100229263306, -0.4600839912891388, -0.022408949211239815, 0.012605053372681141, 0.6078432202339172, 0.7303922772407532, 0.6603642702102661, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.7128852605819702, 0.502801239490509, 0.3802522122859955, 0.6078432202339172, 0.3277312219142914, 0.7478992342948914, 0.6953782439231873, 0.6078432202339172, 0.2577032148838043, 0.34523820877075195, 0.8704482913017273, 1.0105042457580566, 0.590336263179779, 0.7654062509536743, 1.0805323123931885, 2.165966510772705, 2.0784313678741455], [1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6428572535514832, 0.6428572535514832, 1.3606443405151367, 1.780812382698059, 1.640756368637085, 1.1505602598190308, 0.7478992342948914, 1.0980392694473267, 1.6582633256912231, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.605742335319519, 0.8704482913017273, -0.5476189851760864, -0.6001400351524353, -0.8102240562438965, -1.1253501176834106, -1.370448112487793, -1.5280112028121948, -1.282913088798523, -0.6701680421829224, 0.012605053372681141, 0.29271721839904785, 0.06512605398893356, -0.4600839912891388, 1.6757704019546509, 1.9908963441848755, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 2.1309523582458496, 1.9383753538131714, 1.343137264251709, -0.9152660369873047, -1.4929972887039185, -1.4404760599136353, -1.6330533027648926, -1.7380952835083008, -1.755602240562439, -0.4425770044326782, 0.20518220961093903, 0.2226892113685608, -0.9502801299095154, -1.755602240562439, -1.668067216873169, 0.4677872359752655, 1.3256303071975708, 1.5007003545761108, 1.4481793642044067, 1.343137264251709, 0.13515406847000122, -1.422969102859497, -1.282913088798523, -0.5301120281219482, 0.3102242052555084, -0.09243696182966232, -1.5455182790756226, 0.13515406847000122, 1.8333333730697632, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9908963441848755, 1.9208683967590332, 1.0980392694473267, -0.12745095789432526, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.0630252361297607, -1.1078431606292725, -1.282913088798523, 1.343137264251709, 1.1505602598190308, 0.8004202842712402, 0.5378152132034302, 0.2577032148838043, 0.3277312219142914, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.24019621312618256, 0.11764705926179886, 0.17016807198524475, -0.14495795965194702, 0.06512605398893356, -0.10994396358728409, -0.10994396358728409, -0.10994396358728409, -0.23249296844005585, 0.1001400575041771, 0.0476190559566021, 0.20518220961093903, 0.012605053372681141, 0.2226892113685608, 0.34523820877075195, 0.39775922894477844, -0.07492996007204056, -0.07492996007204056, 0.0476190559566021, -0.2499999701976776, 0.2577032148838043, 0.1001400575041771, 0.0476190559566021, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.06512605398893356, -0.057422954589128494, -0.33753499388694763, -0.022408949211239815, 0.39775922894477844, 0.15266107022762299, 0.06512605398893356, -0.26750698685646057, 0.03011205606162548, -0.09243696182966232, -0.3025209903717041, -0.1624649614095688, -0.3550419807434082, -0.4950979948043823, -0.47759100794792175, -0.33753499388694763, -0.5301120281219482, 0.18767507374286652, -0.7226890325546265, -0.28501397371292114, -0.23249296844005585, -0.33753499388694763, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.17016807198524475, 0.2226892113685608, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.590336263179779, 0.7829132676124573, 1.1505602598190308, 1.3606443405151367, 1.2556023597717285, 1.2556023597717285, 1.1330533027648926, 1.5707283020019531, 1.430672287940979, 1.2906162738800049, 1.465686321258545, 1.3081233501434326, 0.8704482913017273, 0.7654062509536743, -1.0903360843658447, -1.6505602598190308, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.6855742931365967, -1.7731093168258667, -1.5455182790756226, -1.5630252361297607, 0.13515406847000122, -0.5651260018348694, -0.3025209903717041, 0.4852942228317261, 0.9929972887039185, 0.13515406847000122, 0.3802522122859955, 0.5378152132034302, 0.3102242052555084, 0.06512605398893356, 0.0476190559566021, 0.06512605398893356, 0.11764705926179886, 0.45028021931648254, 0.5728292465209961, 0.5378152132034302, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, 0.20518220961093903, 0.590336263179779, 0.7654062509536743, 0.5553222298622131, 0.3277312219142914, 0.012605053372681141, 0.4677872359752655, 0.6603642702102661, 0.5728292465209961, 0.6778712272644043, 1.3081233501434326, 2.1834733486175537, 2.0959384441375732], [1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.4131653308868408, 2.0084033012390137, 1.9033613204956055, 1.553221344947815, 0.6778712272644043, 0.8529412746429443, 1.430672287940979, 1.7457983493804932, 1.9033613204956055, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 0.012605053372681141, -0.33753499388694763, -0.19747896492481232, -0.6876749992370605, -1.4054621458053589, -1.6330533027648926, -1.7030812501907349, -1.4929972887039185, -0.7401960492134094, 0.11764705926179886, 0.8529412746429443, 1.8333333730697632, 2.0609242916107178, 2.0084033012390137, 2.1309523582458496, 2.113445281982422, 1.9733893871307373, 0.8879552483558655, -1.282913088798523, -1.843137264251709, -1.7030812501907349, -0.7051820158958435, -0.5826330184936523, -1.0903360843658447, -1.755602240562439, -1.457983136177063, -0.4600839912891388, -0.6176469922065735, -1.282913088798523, -1.7731093168258667, -1.4404760599136353, 0.3102242052555084, 0.7829132676124573, 0.9754902720451355, 0.7654062509536743, -1.0378150939941406, -1.878151297569275, -1.6505602598190308, 0.5553222298622131, 1.5882353782653809, 1.6232492923736572, 1.3956583738327026, 0.8704482913017273, -0.4950979948043823, 0.03011205606162548, 0.9754902720451355, 1.378151297569275, 1.6757704019546509, 1.9033613204956055, 1.9208683967590332, 2.113445281982422, 2.1309523582458496, 2.0609242916107178, 0.5728292465209961, -0.7401960492134094, -0.8452380299568176, -1.2654061317443848, 0.20518220961093903, 0.9054622650146484, 0.6253502368927002, 0.4852942228317261, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.3802522122859955, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.4677872359752655, 0.08263305574655533, 0.0476190559566021, -0.022408949211239815, 0.15266107022762299, -0.23249296844005585, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, -0.03991595283150673, -0.14495795965194702, -0.03991595283150673, -0.09243696182966232, 0.18767507374286652, 0.06512605398893356, -0.1624649614095688, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.11764705926179886, -0.07492996007204056, 0.03011205606162548, -0.3025209903717041, -0.057422954589128494, 0.08263305574655533, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.03011205606162548, 0.03011205606162548, -0.03991595283150673, -0.21498596668243408, -0.0049019488506019115, 0.17016807198524475, 0.0476190559566021, 0.29271721839904785, -0.2499999701976776, -0.23249296844005585, -0.14495795965194702, -0.022408949211239815, 0.06512605398893356, -0.10994396358728409, -0.23249296844005585, -0.14495795965194702, -0.3025209903717041, 0.13515406847000122, 0.17016807198524475, 0.012605053372681141, 0.17016807198524475, 0.3102242052555084, 0.502801239490509, 0.3102242052555084, 0.3277312219142914, 0.7303922772407532, 0.8529412746429443, 1.2556023597717285, 0.9754902720451355, 1.1505602598190308, 1.1855742931365967, 1.5357143878936768, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.3256303071975708, 1.3256303071975708, 0.6078432202339172, -1.282913088798523, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.7906162738800049, -1.8256303071975708, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.8606442213058472, -1.720588207244873, -0.8452380299568176, -1.0378150939941406, -0.8977590203285217, -0.6701680421829224, 0.8879552483558655, 0.8004202842712402, 1.465686321258545, 1.7983193397521973, 0.6778712272644043, 1.0105042457580566, 0.7128852605819702, 0.9229692816734314, 0.3627452254295349, 0.11764705926179886, -0.4425770044326782, 0.012605053372681141, 0.502801239490509, 0.590336263179779, 0.520308256149292, 1.0980392694473267, 0.3802522122859955, -0.12745095789432526, 0.2577032148838043, 0.9229692816734314, 0.590336263179779, 0.7478992342948914, 0.45028021931648254, 0.03011205606162548, 0.2226892113685608, 0.6428572535514832, 0.6428572535514832, 0.8004202842712402, 1.0630252361297607, 2.1309523582458496, 2.0959384441375732], [1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 1.343137264251709, 1.9733893871307373, 2.0084033012390137, 1.6232492923736572, 0.7829132676124573, 0.8179272413253784, 1.2380952835083008, 1.5707283020019531, 1.3606443405151367, 0.8004202842712402, -0.5126050114631653, -1.335434079170227, -1.4054621458053589, -1.3004200458526611, -1.4404760599136353, -1.4929972887039185, -0.8977590203285217, -0.057422954589128494, 0.34523820877075195, -0.1624649614095688, -1.0903360843658447, -1.668067216873169, -1.878151297569275, -1.6505602598190308, -1.0203081369400024, 1.1680673360824585, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 1.7983193397521973, 0.415266215801239, -1.0203081369400024, -1.4754900932312012, -1.7380952835083008, -1.5980392694473267, -1.2654061317443848, -1.6155462265014648, -1.843137264251709, -1.7030812501907349, -0.6351540088653564, 0.012605053372681141, -0.3550419807434082, -1.3179271221160889, -1.6155462265014648, -0.8102240562438965, 0.415266215801239, 0.20518220961093903, -0.4600839912891388, -1.3879550695419312, -1.7906162738800049, -1.668067216873169, -0.23249296844005585, 1.343137264251709, 1.5882353782653809, 1.465686321258545, 1.430672287940979, 0.502801239490509, -1.5105042457580566, -1.6155462265014648, 0.11764705926179886, 1.8858543634414673, 2.043417453765869, 2.113445281982422, 2.165966510772705, 2.218487501144409, 2.1484594345092773, 2.0084033012390137, -0.7226890325546265, -1.5280112028121948, -1.7030812501907349, -0.6176469922065735, 0.06512605398893356, 0.3277312219142914, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.29271721839904785, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.3627452254295349, 0.03011205606162548, 0.08263305574655533, 0.3802522122859955, 0.08263305574655533, 0.3802522122859955, 0.18767507374286652, -0.022408949211239815, 0.2577032148838043, 0.012605053372681141, 0.08263305574655533, 0.06512605398893356, 0.18767507374286652, -0.14495795965194702, 0.20518220961093903, 0.20518220961093903, 0.17016807198524475, 0.03011205606162548, 0.06512605398893356, -0.0049019488506019115, -0.03991595283150673, 0.34523820877075195, -0.09243696182966232, -0.10994396358728409, -0.022408949211239815, -0.10994396358728409, -0.1624649614095688, -0.0049019488506019115, -0.057422954589128494, -0.23249296844005585, -0.1624649614095688, 0.29271721839904785, 0.2226892113685608, 0.18767507374286652, 0.0476190559566021, -0.14495795965194702, -0.022408949211239815, -0.022408949211239815, -0.09243696182966232, -0.21498596668243408, 0.03011205606162548, -0.09243696182966232, -0.03991595283150673, -0.1624649614095688, -0.4425770044326782, -0.07492996007204056, -0.12745095789432526, 0.13515406847000122, -0.057422954589128494, 0.06512605398893356, 0.24019621312618256, 0.3802522122859955, 0.45028021931648254, 0.5553222298622131, 0.4677872359752655, 0.8704482913017273, 0.9754902720451355, 1.1155463457107544, 1.2380952835083008, 1.4481793642044067, 1.1855742931365967, 1.4481793642044067, 1.5357143878936768, 1.518207311630249, 1.4131653308868408, 1.5707283020019531, 1.3956583738327026, 0.7654062509536743, -1.5105042457580566, -1.720588207244873, -1.808123230934143, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.843137264251709, -1.843137264251709, -1.895658254623413, -1.8256303071975708, -1.808123230934143, -1.5630252361297607, -1.3879550695419312, -1.2303920984268188, 1.2380952835083008, 1.465686321258545, 1.5882353782653809, 1.7107843160629272, 1.378151297569275, 1.728291392326355, 1.3256303071975708, 1.2731093168258667, 0.9929972887039185, 0.9054622650146484, 0.6603642702102661, 0.13515406847000122, 0.4852942228317261, 0.20518220961093903, 0.20518220961093903, 0.7829132676124573, 0.6078432202339172, 0.9054622650146484, 0.17016807198524475, 0.8354342579841614, 0.432773232460022, 0.8704482913017273, 0.7478992342948914, 0.7829132676124573, 0.7128852605819702, 0.5553222298622131, 0.4852942228317261, 0.6428572535514832, 0.520308256149292, 0.6428572535514832, 1.0980392694473267, 2.165966510772705, 2.0784313678741455], [1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5378152132034302, 1.2731093168258667, 1.9033613204956055, 1.9908963441848755, 1.640756368637085, 0.520308256149292, -0.6176469922065735, -1.282913088798523, -1.5455182790756226, -1.5455182790756226, -1.5455182790756226, -1.6155462265014648, -1.668067216873169, -1.6505602598190308, -1.720588207244873, -1.7906162738800049, -1.8256303071975708, -1.7731093168258667, -1.3004200458526611, -0.4075630009174347, 0.3627452254295349, 0.3802522122859955, -0.39005598425865173, -1.4404760599136353, -1.7731093168258667, -1.7030812501907349, 1.0280113220214844, 2.043417453765869, 1.6582633256912231, 0.8879552483558655, -1.422969102859497, -1.6155462265014648, -1.4754900932312012, -1.668067216873169, -1.668067216873169, -0.8977590203285217, -0.42506998777389526, -0.5651260018348694, -1.4754900932312012, -1.4929972887039185, -1.4404760599136353, -1.843137264251709, -1.9481792449951172, -1.6155462265014648, 0.11764705926179886, 0.3277312219142914, 0.1001400575041771, -0.7401960492134094, -1.1253501176834106, 0.39775922894477844, 0.45028021931648254, -0.28501397371292114, -0.8102240562438965, -0.5126050114631653, -0.6001400351524353, -1.370448112487793, -1.8256303071975708, -1.6505602598190308, 0.9404762983322144, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.2710084915161133, 2.358543634414673, 2.393557548522949, 1.7983193397521973, 0.0476190559566021, -0.6876749992370605, -1.720588207244873, -0.4425770044326782, 0.6953782439231873, 0.7829132676124573, 0.7128852605819702, 0.502801239490509, -0.14495795965194702, 0.012605053372681141, -0.09243696182966232, -0.03991595283150673, 0.15266107022762299, 0.012605053372681141, 0.18767507374286652, 0.3627452254295349, -0.03991595283150673, 0.0476190559566021, 0.3277312219142914, 0.39775922894477844, 0.1001400575041771, 0.24019621312618256, -0.1624649614095688, 0.590336263179779, 0.17016807198524475, 0.20518220961093903, 0.03011205606162548, 0.18767507374286652, 0.34523820877075195, 0.3802522122859955, -0.022408949211239815, -0.14495795965194702, 0.08263305574655533, 0.1001400575041771, 0.08263305574655533, -0.10994396358728409, -0.09243696182966232, -0.17997196316719055, 0.3102242052555084, -0.10994396358728409, 0.03011205606162548, -0.07492996007204056, -0.3550419807434082, 0.012605053372681141, -0.07492996007204056, -0.0049019488506019115, 0.15266107022762299, 0.2577032148838043, -0.0049019488506019115, 0.17016807198524475, 0.13515406847000122, -0.0049019488506019115, -0.14495795965194702, -0.4950979948043823, -0.07492996007204056, -0.39005598425865173, -0.14495795965194702, -0.5826330184936523, -0.26750698685646057, -0.12745095789432526, -0.10994396358728409, 0.08263305574655533, 0.2577032148838043, -0.0049019488506019115, 0.0476190559566021, 0.2577032148838043, 0.15266107022762299, 0.5728292465209961, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.553221344947815, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.430672287940979, -0.5651260018348694, -1.7030812501907349, -1.720588207244873, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.8606442213058472, -1.878151297569275, -1.0903360843658447, -1.4404760599136353, 0.7128852605819702, 0.15266107022762299, 0.3102242052555084, 1.378151297569275, 1.868347406387329, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.5882353782653809, 1.343137264251709, 0.9579832553863525, 1.0630252361297607, 0.2226892113685608, -0.33753499388694763, -0.12745095789432526, -0.0049019488506019115, 0.7303922772407532, 0.502801239490509, 0.7654062509536743, 0.08263305574655533, 0.9754902720451355, 0.432773232460022, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.502801239490509, 0.39775922894477844, 0.520308256149292, 0.8704482913017273, 0.6253502368927002, 0.6953782439231873, 1.0455182790756226, 2.1834733486175537, 2.0609242916107178], [1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 1.1855742931365967, 1.8333333730697632, 2.0259103775024414, 1.3956583738327026, -0.26750698685646057, -0.5476189851760864, -0.7752100229263306, -1.1253501176834106, -1.5105042457580566, -1.720588207244873, -1.7731093168258667, -1.7380952835083008, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.878151297569275, -1.930672287940979, -1.808123230934143, -1.160364031791687, -0.09243696182966232, 0.7128852605819702, 0.29271721839904785, -0.7401960492134094, -1.5630252361297607, 0.1001400575041771, 1.2205883264541626, -0.19747896492481232, -1.5455182790756226, -1.370448112487793, -1.0203081369400024, -1.0728291273117065, -1.5980392694473267, -1.5105042457580566, -1.0028010606765747, -0.9677870869636536, -1.5105042457580566, -0.7752100229263306, -0.12745095789432526, -0.3550419807434082, -1.2303920984268188, -1.4054621458053589, -0.9502801299095154, -1.422969102859497, -1.8256303071975708, -1.878151297569275, -0.7401960492134094, 0.2752102017402649, 0.2226892113685608, -0.3025209903717041, -0.9327731132507324, -0.022408949211239815, -0.0049019488506019115, -0.7577030062675476, -1.6855742931365967, 0.20518220961093903, 1.693277359008789, 2.165966510772705, 2.2710084915161133, 2.3235294818878174, 2.3060226440429688, 2.2710084915161133, 0.590336263179779, 0.03011205606162548, -0.6701680421829224, -1.843137264251709, -1.1778711080551147, 1.0805323123931885, 1.2556023597717285, 1.0630252361297607, 1.0455182790756226, -0.14495795965194702, -0.3200279772281647, 0.012605053372681141, 0.1001400575041771, -0.0049019488506019115, 0.1001400575041771, 0.11764705926179886, -0.057422954589128494, 0.06512605398893356, 0.2752102017402649, 0.11764705926179886, 0.08263305574655533, 0.24019621312618256, 0.17016807198524475, 0.29271721839904785, 0.06512605398893356, 0.2752102017402649, 0.502801239490509, 0.34523820877075195, 0.06512605398893356, -0.022408949211239815, -0.21498596668243408, -0.09243696182966232, -0.26750698685646057, -0.10994396358728409, -0.3200279772281647, -0.37254899740219116, -0.4950979948043823, -0.07492996007204056, -0.28501397371292114, -0.4075630009174347, 0.2226892113685608, 0.24019621312618256, 0.1001400575041771, -0.057422954589128494, -0.14495795965194702, -0.07492996007204056, -0.3200279772281647, -0.3025209903717041, -0.12745095789432526, 0.08263305574655533, 0.15266107022762299, 0.0476190559566021, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -0.057422954589128494, -0.09243696182966232, -0.4075630009174347, -0.0049019488506019115, -0.28501397371292114, -0.09243696182966232, -0.09243696182966232, -0.07492996007204056, -0.0049019488506019115, -0.2499999701976776, -0.022408949211239815, 0.13515406847000122, 0.4677872359752655, 0.502801239490509, 0.2752102017402649, 0.502801239490509, 0.8004202842712402, 0.8879552483558655, 1.1680673360824585, 1.1505602598190308, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.5882353782653809, 1.465686321258545, 1.465686321258545, 1.5357143878936768, 1.2731093168258667, 0.6253502368927002, -1.195378065109253, -1.5980392694473267, -1.7906162738800049, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.7906162738800049, -1.7906162738800049, -1.8256303071975708, -1.7906162738800049, -1.7731093168258667, -1.7380952835083008, -0.9852941036224365, -0.23249296844005585, 0.502801239490509, 1.518207311630249, 1.2205883264541626, 1.7457983493804932, 0.4677872359752655, 1.7983193397521973, 1.728291392326355, 1.7983193397521973, 1.6582633256912231, 1.640756368637085, 1.8333333730697632, 1.2556023597717285, 1.605742335319519, -0.23249296844005585, -0.4425770044326782, -0.28501397371292114, 0.24019621312618256, 0.45028021931648254, 0.6078432202339172, 0.520308256149292, 0.34523820877075195, 0.8704482913017273, 0.415266215801239, 0.6253502368927002, 0.7478992342948914, 0.45028021931648254, 0.8179272413253784, 0.5553222298622131, 0.34523820877075195, 0.08263305574655533, 0.9229692816734314, 0.7829132676124573, 0.7829132676124573, 2.235994577407837, 2.0609242916107178], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.8704482913017273, 0.8179272413253784, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.0280113220214844, 1.7457983493804932, 2.0084033012390137, 1.693277359008789, 1.1855742931365967, 0.432773232460022, -0.03991595283150673, -0.10994396358728409, -0.33753499388694763, -0.9502801299095154, -1.5105042457580566, -1.7906162738800049, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.9131653308868408, -1.930672287940979, -1.965686321258545, -1.965686321258545, -2.018207311630249, -1.755602240562439, -0.8977590203285217, 0.3802522122859955, 0.5728292465209961, -0.28501397371292114, -0.9852941036224365, -1.668067216873169, -1.720588207244873, -1.5630252361297607, -1.3529410362243652, -1.1778711080551147, -1.1778711080551147, -1.1078431606292725, -0.8627450466156006, -0.7226890325546265, -1.282913088798523, -1.4054621458053589, -1.0203081369400024, -0.8277310132980347, -1.5630252361297607, -1.3879550695419312, -0.19747896492481232, -0.7051820158958435, -1.422969102859497, -1.6330533027648926, -1.0028010606765747, -0.8277310132980347, -1.4929972887039185, -1.843137264251709, -1.5630252361297607, 0.03011205606162548, 0.20518220961093903, 0.24019621312618256, -0.07492996007204056, 1.5707283020019531, 2.165966510772705, 2.218487501144409, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 1.9733893871307373, 0.0476190559566021, -1.1078431606292725, -1.5630252361297607, -1.720588207244873, -1.160364031791687, 0.4677872359752655, 0.5553222298622131, 0.6253502368927002, 0.2752102017402649, -0.8627450466156006, -0.4425770044326782, 0.17016807198524475, -0.07492996007204056, -0.33753499388694763, -0.10994396358728409, 0.13515406847000122, 0.24019621312618256, 0.0476190559566021, -0.21498596668243408, 0.13515406847000122, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.24019621312618256, 0.2752102017402649, 0.2226892113685608, 0.6253502368927002, -0.21498596668243408, 0.20518220961093903, 0.03011205606162548, 0.03011205606162548, -0.14495795965194702, -0.3200279772281647, -0.3200279772281647, -0.2499999701976776, -0.3025209903717041, -0.17997196316719055, -0.03991595283150673, 0.06512605398893356, -0.10994396358728409, 0.03011205606162548, -0.1624649614095688, -0.022408949211239815, 0.13515406847000122, 0.18767507374286652, -0.022408949211239815, -0.23249296844005585, -0.1624649614095688, -0.47759100794792175, -0.10994396358728409, -0.33753499388694763, -0.0049019488506019115, 0.06512605398893356, 0.03011205606162548, -0.23249296844005585, -0.10994396358728409, -0.17997196316719055, -0.07492996007204056, 0.15266107022762299, -0.07492996007204056, -0.03991595283150673, 0.1001400575041771, -0.26750698685646057, 0.1001400575041771, -0.03991595283150673, -0.0049019488506019115, 0.18767507374286652, 0.39775922894477844, 0.5378152132034302, 0.6953782439231873, 0.9229692816734314, 0.8004202842712402, 0.8879552483558655, 1.2205883264541626, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.0455182790756226, -1.3004200458526611, -1.5280112028121948, -1.668067216873169, -1.755602240562439, -1.808123230934143, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.580532193183899, -0.5126050114631653, 1.0455182790756226, 0.590336263179779, 1.483193278312683, 1.6582633256912231, 1.8858543634414673, 1.5007003545761108, 1.6232492923736572, 1.6232492923736572, 1.693277359008789, 1.7633053064346313, 1.7107843160629272, 1.780812382698059, 1.430672287940979, 0.3627452254295349, 0.34523820877075195, 0.8354342579841614, 0.7829132676124573, 0.5553222298622131, 0.432773232460022, 0.4852942228317261, 0.5553222298622131, 0.6428572535514832, 0.6953782439231873, 0.3802522122859955, 0.9229692816734314, 0.432773232460022, 0.6953782439231873, 0.9404762983322144, 0.5553222298622131, 0.1001400575041771, 0.8354342579841614, 0.3802522122859955, 0.45028021931648254, 2.1834733486175537, 2.043417453765869], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6778712272644043, 1.0280113220214844, 1.7107843160629272, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.465686321258545, 0.432773232460022, -0.26750698685646057, 0.0476190559566021, 0.24019621312618256, 0.1001400575041771, -0.6001400351524353, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.8606442213058472, -1.895658254623413, -1.9131653308868408, -1.9481792449951172, -1.965686321258545, -1.983193278312683, -1.9481792449951172, -1.370448112487793, -0.17997196316719055, 0.5378152132034302, 0.2577032148838043, -0.8277310132980347, -1.6155462265014648, -1.9481792449951172, -1.755602240562439, -1.3529410362243652, -0.9152660369873047, -1.0903360843658447, -0.6876749992370605, -0.9327731132507324, -0.8627450466156006, -0.6176469922065735, -0.4600839912891388, -0.9502801299095154, -1.5105042457580566, -1.2128850221633911, -1.0378150939941406, -1.422969102859497, -1.668067216873169, -1.247899055480957, -1.2128850221633911, -1.878151297569275, -1.930672287940979, -1.247899055480957, -0.26750698685646057, -0.21498596668243408, -0.7226890325546265, -1.422969102859497, -0.14495795965194702, 2.0609242916107178, 2.165966510772705, 2.218487501144409, 2.288515567779541, 2.1484594345092773, -1.720588207244873, -1.7731093168258667, 0.24019621312618256, 0.9054622650146484, 1.0630252361297607, 0.9404762983322144, -0.7226890325546265, -1.2128850221633911, 0.3627452254295349, 0.6778712272644043, 0.590336263179779, 0.590336263179779, -0.12745095789432526, -0.9327731132507324, -0.5476189851760864, 0.08263305574655533, -0.2499999701976776, -0.1624649614095688, -0.21498596668243408, 0.18767507374286652, 0.17016807198524475, 0.24019621312618256, 0.17016807198524475, 0.2577032148838043, -0.14495795965194702, 0.2226892113685608, -0.09243696182966232, -0.03991595283150673, 0.3802522122859955, -0.022408949211239815, 0.08263305574655533, 0.012605053372681141, -0.07492996007204056, -0.03991595283150673, -0.12745095789432526, -0.0049019488506019115, 0.2226892113685608, 0.20518220961093903, -0.10994396358728409, -0.0049019488506019115, 0.29271721839904785, 0.17016807198524475, -0.23249296844005585, -0.17997196316719055, 0.17016807198524475, -0.057422954589128494, -0.3200279772281647, -0.0049019488506019115, 0.2577032148838043, 0.2226892113685608, -0.23249296844005585, -0.23249296844005585, -0.09243696182966232, -0.26750698685646057, 0.0476190559566021, 0.06512605398893356, 0.1001400575041771, -0.12745095789432526, -0.33753499388694763, 0.11764705926179886, 0.2226892113685608, 0.03011205606162548, 0.012605053372681141, -0.10994396358728409, 0.2577032148838043, 0.012605053372681141, 0.012605053372681141, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 1.2030812501907349, 1.3256303071975708, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.3956583738327026, -0.4075630009174347, -1.4754900932312012, -1.7030812501907349, -1.755602240562439, -1.8256303071975708, -1.808123230934143, -1.7731093168258667, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.6855742931365967, -1.6330533027648926, -0.8977590203285217, -1.5455182790756226, -0.47759100794792175, 1.0805323123931885, 1.6757704019546509, 1.483193278312683, 1.3956583738327026, 1.9558824300765991, 1.9558824300765991, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.5357143878936768, 1.693277359008789, 1.693277359008789, 1.3256303071975708, -0.23249296844005585, 1.343137264251709, 1.0980392694473267, 0.6603642702102661, 0.6778712272644043, 0.2226892113685608, 0.4677872359752655, 0.29271721839904785, 0.8879552483558655, 0.590336263179779, 0.9054622650146484, 0.6078432202339172, 0.9579832553863525, 0.8529412746429443, 0.2226892113685608, 0.39775922894477844, 1.1155463457107544, 0.502801239490509, 0.03011205606162548, 2.0784313678741455, 2.0084033012390137], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.9404762983322144, 1.553221344947815, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.7107843160629272, 1.4481793642044067, 0.45028021931648254, -0.33753499388694763, -0.2499999701976776, 0.24019621312618256, 0.502801239490509, 0.3277312219142914, -0.4950979948043823, -1.2303920984268188, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.843137264251709, -1.878151297569275, -1.878151297569275, -1.930672287940979, -1.9131653308868408, -1.6505602598190308, -0.33753499388694763, 0.502801239490509, 0.6428572535514832, -0.07492996007204056, -1.282913088798523, -1.755602240562439, -1.9131653308868408, -1.5980392694473267, -1.1078431606292725, -0.6526610255241394, -0.6701680421829224, -1.3004200458526611, -1.0028010606765747, -1.160364031791687, -0.8277310132980347, -0.19747896492481232, -0.19747896492481232, -1.0028010606765747, -1.6855742931365967, -1.1078431606292725, -0.7226890325546265, -0.6876749992370605, -1.370448112487793, -1.5280112028121948, -1.2303920984268188, -1.370448112487793, -1.8256303071975708, -1.668067216873169, -0.2499999701976776, 1.815826416015625, 1.9033613204956055, 2.043417453765869, 2.235994577407837, 1.9208683967590332, -2.018207311630249, -1.6505602598190308, 0.18767507374286652, 0.6603642702102661, 0.7829132676124573, 0.2226892113685608, -1.755602240562439, -1.3004200458526611, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3606443405151367, 1.2205883264541626, -0.8452380299568176, -0.5126050114631653, -0.12745095789432526, -0.28501397371292114, -0.21498596668243408, -0.12745095789432526, -0.12745095789432526, 0.3102242052555084, 0.012605053372681141, 0.06512605398893356, -0.21498596668243408, 0.0476190559566021, 0.34523820877075195, 0.17016807198524475, 0.29271721839904785, -0.09243696182966232, -0.33753499388694763, -0.3200279772281647, -0.03991595283150673, -0.0049019488506019115, 0.03011205606162548, 0.3277312219142914, 0.13515406847000122, 0.34523820877075195, 0.08263305574655533, 0.20518220961093903, 0.08263305574655533, 0.012605053372681141, 0.012605053372681141, -0.022408949211239815, 0.1001400575041771, 0.29271721839904785, 0.17016807198524475, -0.3025209903717041, -0.14495795965194702, 0.08263305574655533, -0.23249296844005585, 0.08263305574655533, -0.022408949211239815, -0.09243696182966232, -0.17997196316719055, 0.432773232460022, 0.3102242052555084, 0.3277312219142914, 0.1001400575041771, 0.17016807198524475, 0.20518220961093903, 0.24019621312618256, -0.03991595283150673, 0.11764705926179886, 0.415266215801239, -0.057422954589128494, 0.06512605398893356, -0.057422954589128494, 0.520308256149292, 0.24019621312618256, 0.8004202842712402, 0.6078432202339172, 0.8354342579841614, 0.8879552483558655, 1.1330533027648926, 1.3081233501434326, 1.1680673360824585, 1.553221344947815, 1.6232492923736572, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.553221344947815, 0.6778712272644043, -0.9502801299095154, -1.7030812501907349, -1.668067216873169, -1.808123230934143, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.755602240562439, -1.668067216873169, -1.7030812501907349, -1.7906162738800049, -1.3879550695419312, -1.5455182790756226, -1.335434079170227, -0.6001400351524353, 1.2205883264541626, -1.0728291273117065, 0.9929972887039185, 1.3606443405151367, 1.8333333730697632, 1.7107843160629272, 1.815826416015625, 1.8858543634414673, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.465686321258545, 0.8354342579841614, 1.518207311630249, 1.483193278312683, 1.1680673360824585, 0.5553222298622131, 0.15266107022762299, 0.502801239490509, 0.502801239490509, 0.6253502368927002, 0.9754902720451355, 1.0805323123931885, 0.6778712272644043, 0.7829132676124573, 1.1330533027648926, 0.9229692816734314, 0.9754902720451355, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 2.0084033012390137, 2.043417453765869], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.8879552483558655, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.7633053064346313, 1.483193278312683, 0.6078432202339172, -0.10994396358728409, -0.21498596668243408, -0.19747896492481232, 0.15266107022762299, 0.6253502368927002, 0.590336263179779, -0.3025209903717041, -1.247899055480957, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.9131653308868408, -1.895658254623413, -1.9131653308868408, -1.965686321258545, -1.668067216873169, -0.39005598425865173, 0.3627452254295349, 0.6253502368927002, 0.3102242052555084, -0.7401960492134094, -1.5980392694473267, -1.895658254623413, -1.6505602598190308, -1.1253501176834106, -0.9502801299095154, -0.7051820158958435, -0.6001400351524353, -1.0378150939941406, -1.1253501176834106, -0.9677870869636536, -1.668067216873169, -1.4929972887039185, -0.7051820158958435, -1.3179271221160889, -1.5980392694473267, -1.843137264251709, -1.6505602598190308, -0.7927170395851135, -1.0378150939941406, -1.720588207244873, -1.6155462265014648, -0.7577030062675476, -0.1624649614095688, 1.7457983493804932, 1.9383753538131714, 2.165966510772705, 2.2009804248809814, -0.10994396358728409, -1.282913088798523, -0.9677870869636536, -0.7226890325546265, -0.3200279772281647, -1.2303920984268188, -1.843137264251709, -1.5280112028121948, 0.9229692816734314, 0.9229692816734314, 0.8179272413253784, 0.8004202842712402, 0.2752102017402649, -1.7380952835083008, -0.9327731132507324, 0.4852942228317261, -0.14495795965194702, -0.2499999701976776, -0.26750698685646057, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.10994396358728409, 0.13515406847000122, 0.2752102017402649, -0.057422954589128494, 0.03011205606162548, 0.18767507374286652, -0.10994396358728409, 0.012605053372681141, -0.28501397371292114, 0.06512605398893356, 0.1001400575041771, -0.07492996007204056, 0.17016807198524475, 0.45028021931648254, -0.17997196316719055, 0.3277312219142914, 0.18767507374286652, 0.06512605398893356, -0.03991595283150673, 0.18767507374286652, 0.06512605398893356, 0.17016807198524475, 0.1001400575041771, -0.1624649614095688, 0.06512605398893356, 0.012605053372681141, 0.06512605398893356, 0.0476190559566021, -0.1624649614095688, 0.0476190559566021, 0.06512605398893356, 0.2752102017402649, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.2226892113685608, 0.29271721839904785, 0.415266215801239, 0.1001400575041771, 0.20518220961093903, 0.34523820877075195, -0.03991595283150673, 0.08263305574655533, 0.29271721839904785, -0.21498596668243408, 0.6603642702102661, 0.6778712272644043, 0.5378152132034302, 0.7128852605819702, 0.8179272413253784, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.5007003545761108, 1.5882353782653809, 1.640756368637085, 1.465686321258545, 1.5007003545761108, 1.3606443405151367, 1.4481793642044067, 0.0476190559566021, -1.3179271221160889, -1.7030812501907349, -1.7380952835083008, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.6330533027648926, -1.6505602598190308, -1.6855742931365967, -1.5280112028121948, -1.5980392694473267, -0.6001400351524353, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 1.1505602598190308, -0.7051820158958435, 0.012605053372681141, 1.4481793642044067, 1.4131653308868408, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, 1.5882353782653809, 1.693277359008789, 1.640756368637085, 1.7983193397521973, 1.640756368637085, 1.728291392326355, 1.5357143878936768, 1.553221344947815, 1.2731093168258667, 0.6953782439231873, 0.1001400575041771, 0.5728292465209961, 0.15266107022762299, 0.34523820877075195, 0.5728292465209961, 0.9404762983322144, 0.7128852605819702, 0.9054622650146484, 1.0280113220214844, 1.2205883264541626, 1.1855742931365967, 0.3277312219142914, 0.6428572535514832, 1.1855742931365967, 2.0084033012390137, 2.043417453765869], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.8004202842712402, 1.4481793642044067, 1.868347406387329, 1.9908963441848755, 1.9733893871307373, 1.9383753538131714, 1.8333333730697632, 1.7457983493804932, 1.5357143878936768, 0.6078432202339172, -0.0049019488506019115, -0.0049019488506019115, -0.2499999701976776, -0.4600839912891388, 0.17016807198524475, 0.7303922772407532, 0.5378152132034302, -0.4600839912891388, -1.370448112487793, -1.6505602598190308, -1.8256303071975708, -1.878151297569275, -1.808123230934143, -1.9481792449951172, -1.983193278312683, -1.5280112028121948, -0.23249296844005585, 0.432773232460022, 0.590336263179779, 0.6778712272644043, 0.08263305574655533, -1.2654061317443848, -1.8256303071975708, -1.7030812501907349, -1.1778711080551147, -1.160364031791687, -1.0378150939941406, -0.39005598425865173, -0.23249296844005585, -0.8802520632743835, -1.1778711080551147, -0.6876749992370605, -0.7577030062675476, -1.3529410362243652, -1.720588207244873, -1.6155462265014648, -1.1428570747375488, -0.9852941036224365, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.5105042457580566, -1.843137264251709, 1.7633053064346313, 2.1484594345092773, 2.1309523582458496, -0.057422954589128494, -0.5826330184936523, -0.5651260018348694, -1.755602240562439, -1.8606442213058472, -0.5826330184936523, 0.6778712272644043, 0.520308256149292, 0.3627452254295349, -0.07492996007204056, -1.2128850221633911, -1.0553221702575684, -0.8627450466156006, -1.7030812501907349, -1.755602240562439, -0.4075630009174347, -0.42506998777389526, -0.10994396358728409, -0.21498596668243408, -0.03991595283150673, -0.3200279772281647, -0.3025209903717041, -0.17997196316719055, 0.2752102017402649, -0.12745095789432526, 0.1001400575041771, -0.09243696182966232, -0.14495795965194702, 0.13515406847000122, -0.19747896492481232, 0.18767507374286652, 0.17016807198524475, 0.012605053372681141, -0.03991595283150673, 0.34523820877075195, -0.26750698685646057, 0.45028021931648254, 0.2226892113685608, 0.13515406847000122, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, -0.14495795965194702, -0.03991595283150673, -0.2499999701976776, 0.012605053372681141, -0.23249296844005585, -0.17997196316719055, -0.33753499388694763, 0.13515406847000122, 0.3102242052555084, 0.2226892113685608, -0.23249296844005585, -0.09243696182966232, 0.20518220961093903, 0.20518220961093903, 0.3102242052555084, -0.1624649614095688, -0.5301120281219482, -0.33753499388694763, -0.14495795965194702, 0.502801239490509, 0.4852942228317261, 0.415266215801239, 0.13515406847000122, 0.3627452254295349, 0.520308256149292, 0.17016807198524475, 0.5378152132034302, 0.6253502368927002, 1.0280113220214844, 0.9404762983322144, 1.2380952835083008, 1.3081233501434326, 1.2906162738800049, 1.465686321258545, 1.553221344947815, 1.343137264251709, 1.553221344947815, 1.343137264251709, 0.6953782439231873, -0.6526610255241394, -0.4600839912891388, -1.668067216873169, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.755602240562439, -1.7731093168258667, -1.755602240562439, -1.6330533027648926, -1.7380952835083008, -1.0553221702575684, -1.1078431606292725, 1.3956583738327026, 1.430672287940979, 1.6757704019546509, 0.4852942228317261, 2.0259103775024414, 0.11764705926179886, -0.9677870869636536, 0.7128852605819702, 1.640756368637085, 1.6757704019546509, 1.7983193397521973, 1.483193278312683, 1.430672287940979, 1.6232492923736572, 1.553221344947815, 1.6232492923736572, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.5882353782653809, 1.605742335319519, 1.483193278312683, 0.2577032148838043, -0.057422954589128494, 0.2577032148838043, -0.10994396358728409, 0.29271721839904785, 0.5378152132034302, 0.8354342579841614, 0.7829132676124573, 0.6603642702102661, 0.6778712272644043, 1.343137264251709, 0.8179272413253784, 0.6428572535514832, 0.6253502368927002, 1.5007003545761108, 1.9558824300765991, 1.9733893871307373], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 1.1330533027648926, 1.7983193397521973, 2.0259103775024414, 2.043417453765869, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7457983493804932, 1.5007003545761108, 0.7303922772407532, 0.08263305574655533, 0.24019621312618256, 0.03011205606162548, -0.7927170395851135, -0.6701680421829224, 0.24019621312618256, 0.6953782439231873, 0.3802522122859955, -0.6351540088653564, -1.3529410362243652, -1.6855742931365967, -1.843137264251709, -1.8606442213058472, -1.9131653308868408, -2.0007002353668213, -1.370448112487793, -0.022408949211239815, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.502801239490509, -0.6526610255241394, -1.6330533027648926, -1.755602240562439, -1.3529410362243652, -0.9852941036224365, -0.7927170395851135, -0.6351540088653564, -1.0728291273117065, -0.4425770044326782, -1.1253501176834106, -1.6505602598190308, -0.9852941036224365, -0.8977590203285217, -1.3004200458526611, -1.580532193183899, -1.8256303071975708, -1.3179271221160889, -0.9852941036224365, -0.8102240562438965, -1.0903360843658447, 0.9754902720451355, 1.7457983493804932, 1.8508403301239014, 1.4131653308868408, -0.39005598425865173, -1.0553221702575684, -1.895658254623413, -1.930672287940979, -1.0903360843658447, 0.6778712272644043, 0.7303922772407532, 0.9404762983322144, 0.6253502368927002, -1.668067216873169, -1.5280112028121948, 1.0630252361297607, 1.0980392694473267, 0.9404762983322144, 0.6603642702102661, -0.3025209903717041, -0.6526610255241394, -0.1624649614095688, -0.23249296844005585, -0.10994396358728409, -0.28501397371292114, -0.09243696182966232, -0.17997196316719055, 0.012605053372681141, 0.11764705926179886, -0.3200279772281647, 0.08263305574655533, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.09243696182966232, -0.4075630009174347, 0.3627452254295349, -0.5126050114631653, 0.3102242052555084, -0.1624649614095688, -0.14495795965194702, 0.2577032148838043, 0.012605053372681141, 0.11764705926179886, 0.11764705926179886, -0.3550419807434082, 0.06512605398893356, 0.012605053372681141, -0.03991595283150673, -0.12745095789432526, 0.1001400575041771, -0.057422954589128494, -0.19747896492481232, -0.1624649614095688, -0.03991595283150673, -0.07492996007204056, -0.10994396358728409, -0.07492996007204056, 0.15266107022762299, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.45028021931648254, 0.415266215801239, 0.06512605398893356, 0.20518220961093903, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.9754902720451355, 1.0805323123931885, 1.2906162738800049, 1.1680673360824585, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.465686321258545, 0.7128852605819702, -1.0728291273117065, -1.4054621458053589, -1.9131653308868408, -1.808123230934143, -1.7906162738800049, -1.6155462265014648, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.7731093168258667, -1.6330533027648926, -1.6155462265014648, -1.3004200458526611, -0.6701680421829224, 0.9404762983322144, 1.728291392326355, 1.9383753538131714, 1.9733893871307373, 1.553221344947815, 2.0959384441375732, 1.868347406387329, -1.5980392694473267, -1.720588207244873, 0.1001400575041771, 1.7457983493804932, 1.5882353782653809, 1.640756368637085, 1.6757704019546509, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.553221344947815, 1.6757704019546509, 1.7457983493804932, 1.343137264251709, 1.7983193397521973, 1.7107843160629272, 0.5378152132034302, 0.6953782439231873, 0.3802522122859955, 0.6603642702102661, 0.17016807198524475, 0.432773232460022, 0.6603642702102661, 0.6953782439231873, 1.0630252361297607, 1.0630252361297607, 0.8179272413253784, 0.5728292465209961, 0.29271721839904785, 0.8354342579841614, 1.7633053064346313, 1.8858543634414673, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 1.2380952835083008, 1.868347406387329, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.868347406387329, 1.780812382698059, 1.780812382698059, 1.518207311630249, 0.7829132676124573, 0.06512605398893356, 0.15266107022762299, 0.3627452254295349, -0.28501397371292114, -1.1428570747375488, -0.6001400351524353, 0.39775922894477844, 0.7478992342948914, 0.06512605398893356, -0.9327731132507324, -1.422969102859497, -1.6155462265014648, -1.808123230934143, -1.930672287940979, -1.9481792449951172, -1.282913088798523, 0.18767507374286652, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, -0.10994396358728409, -1.4404760599136353, -1.755602240562439, -1.4929972887039185, -1.0553221702575684, -0.9677870869636536, -0.4425770044326782, -0.2499999701976776, -0.5126050114631653, -1.335434079170227, -1.195378065109253, -1.2303920984268188, -1.7380952835083008, -1.7380952835083008, -1.457983136177063, -1.3529410362243652, -1.3879550695419312, -1.6155462265014648, -1.1078431606292725, 1.6232492923736572, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.165966510772705, -1.4929972887039185, -1.878151297569275, -1.3179271221160889, -0.37254899740219116, -0.42506998777389526, -0.33753499388694763, -0.9327731132507324, -1.895658254623413, -1.6855742931365967, -0.23249296844005585, 0.4677872359752655, 0.45028021931648254, 0.3802522122859955, 0.0476190559566021, -0.7401960492134094, -0.5126050114631653, -0.022408949211239815, -0.7226890325546265, -0.19747896492481232, -0.12745095789432526, -0.09243696182966232, -0.19747896492481232, -0.09243696182966232, -0.10994396358728409, -0.14495795965194702, -0.1624649614095688, -0.19747896492481232, -0.21498596668243408, -0.47759100794792175, 0.08263305574655533, -0.39005598425865173, 0.1001400575041771, -0.10994396358728409, -0.2499999701976776, -0.3200279772281647, -0.33753499388694763, -0.4600839912891388, -0.7051820158958435, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.0476190559566021, 0.08263305574655533, -0.14495795965194702, 0.06512605398893356, 0.34523820877075195, 0.39775922894477844, 0.17016807198524475, 0.13515406847000122, -0.09243696182966232, 0.11764705926179886, 0.20518220961093903, -0.09243696182966232, -0.33753499388694763, 0.06512605398893356, -0.5826330184936523, -0.21498596668243408, -0.07492996007204056, 0.415266215801239, 0.4852942228317261, 0.5728292465209961, 0.432773232460022, 0.20518220961093903, 0.4677872359752655, 0.6428572535514832, 0.4677872359752655, 0.6253502368927002, 0.8004202842712402, 0.9404762983322144, 1.0280113220214844, 1.1855742931365967, 1.3606443405151367, 1.5882353782653809, 1.430672287940979, 1.4481793642044067, 1.2205883264541626, 0.20518220961093903, -0.5126050114631653, -1.878151297569275, -1.843137264251709, -1.9131653308868408, -1.808123230934143, -1.5280112028121948, -1.580532193183899, -1.7906162738800049, -1.7731093168258667, -1.6505602598190308, -1.5455182790756226, -1.5105042457580566, -0.6176469922065735, 0.520308256149292, 1.430672287940979, 1.7107843160629272, 1.9733893871307373, 1.9733893871307373, 1.8508403301239014, 2.0259103775024414, 2.1484594345092773, -0.8802520632743835, -1.7380952835083008, -0.8277310132980347, -1.895658254623413, -1.668067216873169, 0.17016807198524475, 1.8508403301239014, 1.605742335319519, 1.5007003545761108, 1.5882353782653809, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.553221344947815, 1.7983193397521973, 1.693277359008789, 1.1680673360824585, 1.1505602598190308, 0.8004202842712402, 0.20518220961093903, 0.012605053372681141, 0.20518220961093903, 0.6253502368927002, 0.6603642702102661, 1.0105042457580566, 1.2380952835083008, 1.0805323123931885, 0.6603642702102661, 0.45028021931648254, 0.7478992342948914, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 1.483193278312683, 1.9558824300765991, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055, 1.815826416015625, 1.728291392326355, 1.5007003545761108, 0.7478992342948914, 0.012605053372681141, 0.012605053372681141, 0.3102242052555084, 0.2226892113685608, -0.8277310132980347, -0.9677870869636536, 0.0476190559566021, 0.590336263179779, 0.590336263179779, -0.0049019488506019115, -1.0378150939941406, -1.4929972887039185, -1.7030812501907349, -1.8606442213058472, -1.895658254623413, -1.457983136177063, -0.23249296844005585, 0.3277312219142914, 0.5728292465209961, 0.6253502368927002, 0.7478992342948914, 0.29271721839904785, -0.9152660369873047, -1.6505602598190308, -1.5105042457580566, -1.195378065109253, -1.0378150939941406, -1.2128850221633911, -1.0028010606765747, -0.47759100794792175, -0.6526610255241394, -1.370448112487793, -1.6505602598190308, -1.195378065109253, -1.3004200458526611, -1.6505602598190308, -1.8606442213058472, -1.3879550695419312, -1.0728291273117065, 1.8333333730697632, 2.1309523582458496, 2.1309523582458496, 0.29271721839904785, -1.720588207244873, -1.9131653308868408, 0.03011205606162548, 0.590336263179779, 0.7829132676124573, 0.8354342579841614, -0.28501397371292114, -1.6505602598190308, 0.3627452254295349, 0.7303922772407532, 0.3102242052555084, -0.9502801299095154, -1.3179271221160889, -0.6701680421829224, -0.5126050114631653, -0.33753499388694763, 0.012605053372681141, -0.1624649614095688, -0.4075630009174347, -0.21498596668243408, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.09243696182966232, -0.21498596668243408, -0.14495795965194702, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.5126050114631653, 0.03011205606162548, -0.23249296844005585, -0.6176469922065735, -0.37254899740219116, -0.5826330184936523, -0.6701680421829224, -0.3200279772281647, -0.3200279772281647, -0.26750698685646057, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.33753499388694763, -0.03991595283150673, 0.03011205606162548, -0.21498596668243408, -0.3550419807434082, -0.03991595283150673, -0.6526610255241394, -0.9502801299095154, -1.1428570747375488, -0.6176469922065735, -0.6176469922065735, -0.8102240562438965, -0.37254899740219116, -0.4425770044326782, -0.3550419807434082, -0.42506998777389526, 0.08263305574655533, -0.12745095789432526, -0.12745095789432526, 0.24019621312618256, 0.5553222298622131, 0.3802522122859955, 0.45028021931648254, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.343137264251709, 1.5007003545761108, 1.4131653308868408, 1.430672287940979, 1.6232492923736572, 1.2556023597717285, 0.24019621312618256, -0.8277310132980347, -1.878151297569275, -1.895658254623413, -1.878151297569275, -1.7380952835083008, -1.8256303071975708, -1.7906162738800049, -1.5630252361297607, -1.755602240562439, -1.7380952835083008, -1.5630252361297607, -1.2303920984268188, -0.8277310132980347, 0.432773232460022, 0.8879552483558655, 1.3956583738327026, 1.6582633256912231, 2.1309523582458496, 2.1309523582458496, 2.0084033012390137, 2.0259103775024414, 2.1834733486175537, 1.868347406387329, -0.7401960492134094, -1.195378065109253, -1.3004200458526611, -1.7906162738800049, -1.7906162738800049, -1.9131653308868408, -0.5126050114631653, 1.5882353782653809, 1.4481793642044067, 1.7107843160629272, 1.5007003545761108, 1.605742335319519, 1.7107843160629272, 1.7457983493804932, 1.815826416015625, 1.605742335319519, 1.2205883264541626, 0.03011205606162548, -0.03991595283150673, 0.11764705926179886, 0.3627452254295349, 0.8354342579841614, 1.1680673360824585, 1.2556023597717285, 1.6582633256912231, 0.9754902720451355, 0.6953782439231873, 0.6603642702102661, 0.8879552483558655, 2.0959384441375732, 1.9558824300765991, 1.9383753538131714], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0805323123931885, 1.728291392326355, 2.0084033012390137, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.5357143878936768, 0.8354342579841614, 0.03011205606162548, -0.37254899740219116, -0.0049019488506019115, 0.432773232460022, -0.5126050114631653, -0.8627450466156006, 0.29271721839904785, 0.45028021931648254, 0.7654062509536743, 0.590336263179779, -0.1624649614095688, -1.1428570747375488, -1.5105042457580566, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -0.8277310132980347, 0.24019621312618256, 0.3277312219142914, 0.590336263179779, 0.590336263179779, 0.5728292465209961, -0.42506998777389526, -1.5105042457580566, -1.457983136177063, -1.1253501176834106, -1.2128850221633911, -0.8102240562438965, -0.8452380299568176, -1.1428570747375488, -1.4404760599136353, -1.4054621458053589, -1.4404760599136353, -1.720588207244873, -1.5455182790756226, -1.5455182790756226, -1.4754900932312012, 1.7633053064346313, 1.780812382698059, 1.9033613204956055, 1.1155463457107544, -2.0007002353668213, -1.8606442213058472, -0.47759100794792175, 0.18767507374286652, 0.2577032148838043, 0.3102242052555084, -1.370448112487793, -1.3179271221160889, 0.590336263179779, 0.8354342579841614, 0.7128852605819702, -1.422969102859497, -0.23249296844005585, 0.415266215801239, 0.20518220961093903, 0.0476190559566021, -0.33753499388694763, -0.19747896492481232, -0.3025209903717041, -0.1624649614095688, -0.42506998777389526, -0.1624649614095688, -0.26750698685646057, -0.42506998777389526, -0.26750698685646057, -0.17997196316719055, -0.21498596668243408, -0.3200279772281647, -0.5126050114631653, -0.4600839912891388, -0.26750698685646057, -0.5651260018348694, -0.6001400351524353, -0.42506998777389526, -0.4425770044326782, -0.4425770044326782, -0.10994396358728409, -0.5826330184936523, -0.1624649614095688, -0.37254899740219116, -0.28501397371292114, 0.0476190559566021, -0.23249296844005585, -0.6526610255241394, -0.26750698685646057, -0.3550419807434082, -0.19747896492481232, -0.14495795965194702, -0.17997196316719055, -0.03991595283150673, -0.19747896492481232, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.17997196316719055, -0.3200279772281647, -0.0049019488506019115, -0.3200279772281647, 0.15266107022762299, -0.09243696182966232, -0.5126050114631653, 0.11764705926179886, 0.3277312219142914, 0.3277312219142914, 0.8179272413253784, 0.5728292465209961, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.3256303071975708, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 0.9054622650146484, 0.3102242052555084, 0.39775922894477844, -0.8277310132980347, -1.8606442213058472, -1.9481792449951172, -1.9481792449951172, -1.8606442213058472, -1.808123230934143, -1.7380952835083008, -1.7380952835083008, -1.6330533027648926, -1.7380952835083008, -1.5630252361297607, -1.0903360843658447, -1.0378150939941406, -0.17997196316719055, 1.1330533027648926, 1.483193278312683, 1.640756368637085, 1.7107843160629272, 2.165966510772705, 1.780812382698059, 1.9733893871307373, 2.0609242916107178, 1.868347406387329, 0.3627452254295349, -1.4929972887039185, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.580532193183899, -1.983193278312683, -1.5455182790756226, 1.3956583738327026, 1.343137264251709, 1.483193278312683, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.2731093168258667, 0.6603642702102661, 0.5553222298622131, 0.415266215801239, 0.7829132676124573, 0.5553222298622131, 1.0105042457580566, 0.7128852605819702, 0.4677872359752655, 1.343137264251709, 0.8179272413253784, 0.9579832553863525, 0.8354342579841614, 0.590336263179779, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8704482913017273, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.9733893871307373, 2.0259103775024414, 2.0084033012390137, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6757704019546509, 1.4131653308868408, 0.8879552483558655, 0.17016807198524475, -0.6526610255241394, -0.37254899740219116, 0.17016807198524475, -0.3025209903717041, -0.5476189851760864, 0.15266107022762299, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, -0.5826330184936523, -1.335434079170227, -1.5455182790756226, -1.895658254623413, -1.8256303071975708, -1.0378150939941406, 0.13515406847000122, 0.3102242052555084, 0.5553222298622131, 0.590336263179779, 0.5378152132034302, 0.17016807198524475, -1.3879550695419312, -1.370448112487793, -1.160364031791687, -1.195378065109253, -1.5980392694473267, -1.422969102859497, -0.8627450466156006, -0.8627450466156006, -1.5630252361297607, -1.5455182790756226, -1.3879550695419312, -1.247899055480957, 0.3102242052555084, 1.6757704019546509, 1.815826416015625, 2.0259103775024414, 2.113445281982422, 0.7303922772407532, -1.878151297569275, -1.2128850221633911, -0.7226890325546265, -0.37254899740219116, -1.0903360843658447, -1.3879550695419312, 0.012605053372681141, 0.6078432202339172, 0.20518220961093903, -1.668067216873169, -0.28501397371292114, 0.5378152132034302, 0.17016807198524475, 0.08263305574655533, -0.3200279772281647, 0.012605053372681141, -0.26750698685646057, -0.4425770044326782, -0.19747896492481232, -0.33753499388694763, -0.23249296844005585, -0.6351540088653564, -0.19747896492481232, -0.12745095789432526, -0.2499999701976776, -0.09243696182966232, -0.5126050114631653, -0.4950979948043823, -0.5126050114631653, -0.5651260018348694, -0.47759100794792175, -0.0049019488506019115, -0.5651260018348694, -0.28501397371292114, -0.07492996007204056, -0.42506998777389526, -0.26750698685646057, -0.6176469922065735, -0.12745095789432526, 0.0476190559566021, 0.06512605398893356, -0.07492996007204056, -0.14495795965194702, 0.11764705926179886, -0.057422954589128494, -0.21498596668243408, -0.07492996007204056, -0.21498596668243408, 0.0476190559566021, 0.0476190559566021, -0.07492996007204056, 0.1001400575041771, 0.20518220961093903, 0.20518220961093903, -0.5126050114631653, -0.8802520632743835, 0.15266107022762299, 0.3802522122859955, 0.6428572535514832, 0.2752102017402649, 0.6078432202339172, 0.432773232460022, 0.6603642702102661, 0.7478992342948914, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.2731093168258667, 1.5707283020019531, 1.2205883264541626, 1.465686321258545, 1.5882353782653809, 0.502801239490509, -0.8102240562438965, -1.7906162738800049, -1.8256303071975708, -1.9481792449951172, -1.965686321258545, -1.965686321258545, -1.808123230934143, -1.7906162738800049, -1.7380952835083008, -1.668067216873169, -1.4929972887039185, -1.370448112487793, -1.2128850221633911, -0.19747896492481232, 1.1330533027648926, 1.483193278312683, 1.9208683967590332, 1.6757704019546509, 1.9033613204956055, 1.815826416015625, 1.9033613204956055, 2.0084033012390137, 2.0609242916107178, 1.605742335319519, -0.9502801299095154, -1.843137264251709, -1.7380952835083008, -1.6505602598190308, -1.5455182790756226, -1.370448112487793, -1.4929972887039185, -2.0357143878936768, -0.9502801299095154, 1.0280113220214844, 1.7457983493804932, 1.430672287940979, 1.430672287940979, 1.640756368637085, 1.728291392326355, 0.7303922772407532, 1.0630252361297607, 0.9929972887039185, 0.9929972887039185, 0.4677872359752655, 0.6078432202339172, 0.6253502368927002, 1.1155463457107544, 0.6253502368927002, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 1.2030812501907349, 0.8179272413253784, 1.815826416015625, 1.8858543634414673, 1.8508403301239014], [1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9404762983322144, 1.483193278312683, 1.868347406387329, 1.9383753538131714, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9033613204956055, 1.868347406387329, 1.780812382698059, 1.728291392326355, 1.6582633256912231, 1.605742335319519, 1.4131653308868408, 0.7829132676124573, 0.18767507374286652, -0.7401960492134094, -0.7927170395851135, -0.23249296844005585, -0.2499999701976776, -0.03991595283150673, 0.3627452254295349, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.8354342579841614, 0.45028021931648254, -0.7226890325546265, -1.4054621458053589, -1.6330533027648926, -1.8256303071975708, -1.3004200458526611, -0.03991595283150673, 0.3102242052555084, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.11764705926179886, -0.9677870869636536, -0.8802520632743835, -1.0553221702575684, -1.247899055480957, -1.195378065109253, -1.1078431606292725, -1.195378065109253, -1.2128850221633911, -1.5280112028121948, -1.5280112028121948, -1.580532193183899, -0.3025209903717041, 2.0259103775024414, 2.113445281982422, 2.0959384441375732, 0.520308256149292, -1.930672287940979, -0.6176469922065735, 0.18767507374286652, 0.502801239490509, 0.5378152132034302, -0.39005598425865173, -1.4929972887039185, -0.8627450466156006, -0.8277310132980347, -1.580532193183899, -1.4404760599136353, -0.3200279772281647, -0.03991595283150673, -0.21498596668243408, -0.3550419807434082, -0.21498596668243408, -0.23249296844005585, -0.12745095789432526, -0.37254899740219116, -0.12745095789432526, -0.3550419807434082, -0.4075630009174347, -0.23249296844005585, -0.26750698685646057, -0.4600839912891388, -0.47759100794792175, -0.5301120281219482, -0.37254899740219116, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.3550419807434082, -0.4600839912891388, -0.28501397371292114, -0.19747896492481232, -0.23249296844005585, -0.3550419807434082, -0.21498596668243408, -0.3025209903717041, -0.1624649614095688, -0.17997196316719055, -0.10994396358728409, -0.10994396358728409, -0.21498596668243408, -0.057422954589128494, -0.07492996007204056, -0.21498596668243408, -0.07492996007204056, 0.0476190559566021, -0.28501397371292114, -0.4425770044326782, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.0476190559566021, 0.3802522122859955, 0.1001400575041771, 0.34523820877075195, 0.03011205606162548, 0.08263305574655533, 0.29271721839904785, 0.5378152132034302, 0.590336263179779, 0.8529412746429443, 0.8004202842712402, 1.1330533027648926, 0.8354342579841614, 1.4481793642044067, 1.4131653308868408, 1.5707283020019531, 1.5007003545761108, 1.1855742931365967, 1.0455182790756226, -1.4404760599136353, -1.7380952835083008, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.965686321258545, -1.9131653308868408, -1.808123230934143, -1.8256303071975708, -1.7030812501907349, -1.5630252361297607, -1.6330533027648926, -0.6876749992370605, -0.39005598425865173, 0.9054622650146484, 1.3081233501434326, 1.6232492923736572, 1.9033613204956055, 1.9033613204956055, 1.9733893871307373, 2.0959384441375732, 2.0084033012390137, 1.9383753538131714, 1.8508403301239014, -0.2499999701976776, -1.8606442213058472, -1.668067216873169, -1.7030812501907349, -1.7030812501907349, -0.8102240562438965, -1.668067216873169, -1.9131653308868408, -1.755602240562439, 0.9054622650146484, 1.2030812501907349, 1.518207311630249, 1.3606443405151367, 1.553221344947815, 1.430672287940979, 0.8004202842712402, 1.378151297569275, 0.8354342579841614, 0.2226892113685608, 0.17016807198524475, 0.45028021931648254, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.9229692816734314, 1.4131653308868408, 1.2556023597717285, 1.1505602598190308, 1.5707283020019531, 1.7983193397521973, 1.7983193397521973, 1.815826416015625], [1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 1.0105042457580566, 1.5707283020019531, 1.8858543634414673, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5707283020019531, 1.343137264251709, 0.6428572535514832, 0.3802522122859955, -0.4950979948043823, -1.0203081369400024, -0.37254899740219116, -0.2499999701976776, -0.14495795965194702, 0.17016807198524475, 0.3802522122859955, 0.4677872359752655, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.11764705926179886, -1.0378150939941406, -1.4929972887039185, -1.6155462265014648, -1.5455182790756226, -0.28501397371292114, 0.06512605398893356, 0.18767507374286652, 0.18767507374286652, 0.11764705926179886, -0.1624649614095688, -0.8802520632743835, -0.9852941036224365, -1.160364031791687, -1.370448112487793, -1.5630252361297607, -1.2303920984268188, -1.1253501176834106, -1.282913088798523, -1.5630252361297607, -1.160364031791687, 1.640756368637085, 1.868347406387329, 2.0784313678741455, 1.0105042457580566, -1.755602240562439, -0.5301120281219482, 0.1001400575041771, 0.34523820877075195, 0.3277312219142914, -0.4600839912891388, -1.7380952835083008, 0.20518220961093903, 0.7303922772407532, 0.9229692816734314, 0.8529412746429443, 0.6078432202339172, -1.1428570747375488, -0.6001400351524353, -0.3200279772281647, -0.28501397371292114, -0.14495795965194702, -0.26750698685646057, -0.28501397371292114, -0.3025209903717041, -0.26750698685646057, -0.37254899740219116, -0.42506998777389526, -0.26750698685646057, -0.1624649614095688, -0.3200279772281647, -0.39005598425865173, -0.37254899740219116, -0.4075630009174347, -0.39005598425865173, -0.33753499388694763, -0.47759100794792175, -0.4600839912891388, -0.3550419807434082, -0.5651260018348694, -0.1624649614095688, -0.022408949211239815, -0.3025209903717041, -0.33753499388694763, -0.26750698685646057, -0.26750698685646057, -0.14495795965194702, -0.022408949211239815, -0.3200279772281647, -0.37254899740219116, -0.21498596668243408, -0.0049019488506019115, -0.09243696182966232, -0.07492996007204056, -0.057422954589128494, -0.09243696182966232, -0.3025209903717041, -0.4075630009174347, -0.26750698685646057, -0.5301120281219482, -0.19747896492481232, 0.15266107022762299, 0.34523820877075195, 0.2577032148838043, 0.6078432202339172, 0.8704482913017273, 0.9054622650146484, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 1.0980392694473267, 1.1505602598190308, 1.518207311630249, 1.430672287940979, 1.0280113220214844, 0.1001400575041771, 0.1001400575041771, 0.8179272413253784, -0.9152660369873047, -1.755602240562439, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.9481792449951172, -1.878151297569275, -1.8256303071975708, -1.843137264251709, -1.7380952835083008, -1.3879550695419312, -1.370448112487793, 0.0476190559566021, 0.9229692816734314, 1.4481793642044067, 1.693277359008789, 1.6582633256912231, 1.9033613204956055, 1.9033613204956055, 1.815826416015625, 1.9208683967590332, 1.9208683967590332, 1.780812382698059, 0.7654062509536743, -1.895658254623413, -1.755602240562439, -1.668067216873169, -1.808123230934143, -1.8606442213058472, -1.7380952835083008, -1.8606442213058472, -1.930672287940979, 0.3102242052555084, 1.0455182790756226, 1.378151297569275, 1.430672287940979, 1.2380952835083008, 1.2380952835083008, 1.0980392694473267, 0.8354342579841614, -1.0553221702575684, -0.6526610255241394, -0.26750698685646057, 0.7654062509536743, 0.9054622650146484, 0.5553222298622131, 0.4677872359752655, 0.7128852605819702, 1.5357143878936768, 1.3956583738327026, 1.2380952835083008, 1.8508403301239014, 1.7457983493804932, 1.7457983493804932, 1.780812382698059], [1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 1.1155463457107544, 1.7633053064346313, 1.9383753538131714, 1.9733893871307373, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.3081233501434326, 0.8704482913017273, 0.3802522122859955, 0.29271721839904785, -0.3550419807434082, -0.7401960492134094, -0.3550419807434082, -0.37254899740219116, -0.4075630009174347, -0.10994396358728409, 0.24019621312618256, 0.13515406847000122, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.7654062509536743, -0.07492996007204056, -1.3879550695419312, -1.422969102859497, -1.4929972887039185, -0.6001400351524353, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.1001400575041771, -0.2499999701976776, -0.9502801299095154, -1.0378150939941406, -1.2303920984268188, -1.4054621458053589, -1.3529410362243652, -1.370448112487793, -1.282913088798523, 0.11764705926179886, 1.6232492923736572, 1.693277359008789, 1.9033613204956055, 2.0609242916107178, 0.8529412746429443, -1.4404760599136353, -0.7226890325546265, -0.3025209903717041, -0.1624649614095688, -1.6505602598190308, -1.895658254623413, 0.0476190559566021, 0.8004202842712402, 0.9229692816734314, 0.9929972887039185, 0.5378152132034302, -1.580532193183899, -1.160364031791687, -0.14495795965194702, -0.4075630009174347, -0.4075630009174347, -0.5476189851760864, -0.26750698685646057, -0.3025209903717041, -0.33753499388694763, -0.4425770044326782, -0.23249296844005585, -0.17997196316719055, -0.39005598425865173, -0.42506998777389526, -0.47759100794792175, -0.4950979948043823, -0.5301120281219482, -0.057422954589128494, -0.37254899740219116, -0.42506998777389526, -0.4950979948043823, -0.3200279772281647, -0.4425770044326782, -0.12745095789432526, -0.10994396358728409, -0.39005598425865173, -0.47759100794792175, -0.28501397371292114, -0.3550419807434082, -0.022408949211239815, -0.19747896492481232, -0.23249296844005585, -0.26750698685646057, 0.012605053372681141, 0.012605053372681141, -0.03991595283150673, -0.3025209903717041, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, -0.3025209903717041, -0.10994396358728409, 0.012605053372681141, -0.6176469922065735, -0.9852941036224365, -0.4075630009174347, -0.6351540088653564, 0.415266215801239, 0.5378152132034302, 0.3802522122859955, 0.8354342579841614, 0.502801239490509, 0.7128852605819702, 1.0455182790756226, 0.8879552483558655, 1.3256303071975708, 1.5007003545761108, 0.3802522122859955, -0.37254899740219116, -1.668067216873169, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.878151297569275, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.983193278312683, -1.9131653308868408, -1.9131653308868408, -1.755602240562439, -1.5630252361297607, -1.3179271221160889, -0.4425770044326782, 1.1505602598190308, 1.483193278312683, 1.815826416015625, 1.640756368637085, 1.8508403301239014, 1.9208683967590332, 1.9383753538131714, 1.815826416015625, 1.9033613204956055, 1.693277359008789, 1.9208683967590332, -1.5455182790756226, -1.755602240562439, -1.7030812501907349, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.755602240562439, -1.878151297569275, 0.6603642702102661, 1.1330533027648926, 1.1680673360824585, 1.553221344947815, 1.5882353782653809, 1.2205883264541626, 1.0280113220214844, -0.5301120281219482, -0.8277310132980347, -1.0728291273117065, 0.06512605398893356, 0.4677872359752655, 1.5357143878936768, 0.7128852605819702, 0.7478992342948914, 1.4131653308868408, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932], [1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 1.0630252361297607, 1.6232492923736572, 1.9383753538131714, 2.0084033012390137, 2.0259103775024414, 1.9908963441848755, 1.9033613204956055, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.780812382698059, 1.7107843160629272, 1.7107843160629272, 1.640756368637085, 1.3956583738327026, 1.0980392694473267, 0.8704482913017273, 0.3277312219142914, 0.2577032148838043, 0.3102242052555084, -0.09243696182966232, 0.012605053372681141, -0.057422954589128494, -0.09243696182966232, -0.33753499388694763, -0.23249296844005585, 0.2226892113685608, 0.29271721839904785, 0.3627452254295349, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.5553222298622131, -0.4600839912891388, -1.370448112487793, -1.3879550695419312, -0.6001400351524353, -0.2499999701976776, -0.09243696182966232, 0.012605053372681141, -0.1624649614095688, -0.8452380299568176, -1.0553221702575684, -1.1428570747375488, -1.3879550695419312, -1.4929972887039185, -1.4404760599136353, -0.4950979948043823, 1.605742335319519, 1.780812382698059, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, -0.4425770044326782, -1.720588207244873, -1.6505602598190308, -1.0203081369400024, -1.160364031791687, -1.7380952835083008, -1.5105042457580566, 0.012605053372681141, 0.2752102017402649, 0.3802522122859955, 0.20518220961093903, -1.580532193183899, -1.6155462265014648, 0.11764705926179886, -0.12745095789432526, -0.21498596668243408, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.37254899740219116, -0.10994396358728409, -0.28501397371292114, -0.47759100794792175, -0.2499999701976776, -0.5126050114631653, -0.42506998777389526, -0.26750698685646057, -0.3550419807434082, -0.4075630009174347, -0.3200279772281647, -0.47759100794792175, -0.5476189851760864, -0.5126050114631653, -0.5126050114631653, -0.03991595283150673, -0.4425770044326782, -0.47759100794792175, -0.23249296844005585, -0.26750698685646057, -0.3200279772281647, -0.09243696182966232, -0.09243696182966232, -0.10994396358728409, -0.057422954589128494, -0.07492996007204056, 0.13515406847000122, 0.2226892113685608, -0.1624649614095688, 0.13515406847000122, 0.06512605398893356, 0.11764705926179886, 0.2577032148838043, -0.057422954589128494, 0.432773232460022, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.29271721839904785, -0.12745095789432526, 0.0476190559566021, 0.2226892113685608, 0.24019621312618256, 0.9404762983322144, 1.1855742931365967, 1.3081233501434326, 1.3956583738327026, 1.0805323123931885, -0.23249296844005585, -0.9502801299095154, -1.335434079170227, -1.7380952835083008, -1.8256303071975708, -1.8606442213058472, -1.9131653308868408, -1.9131653308868408, -1.895658254623413, -1.895658254623413, -1.878151297569275, -2.0007002353668213, -1.965686321258545, -2.0007002353668213, -1.878151297569275, -1.7380952835083008, -1.4404760599136353, 0.1001400575041771, 0.8529412746429443, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.9208683967590332, 1.7107843160629272, 1.9383753538131714, 1.640756368637085, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 0.03011205606162548, -1.843137264251709, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.843137264251709, -1.983193278312683, -1.3879550695419312, -1.4054621458053589, 0.520308256149292, 1.0455182790756226, 0.8179272413253784, 1.343137264251709, 0.3802522122859955, 0.3277312219142914, -0.23249296844005585, -1.2654061317443848, -1.0028010606765747, 0.4852942228317261, 0.29271721839904785, 0.8704482913017273, 0.7303922772407532, 0.6428572535514832, 1.0980392694473267, 1.343137264251709, 1.2030812501907349, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.693277359008789], [1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.9404762983322144, 1.465686321258545, 1.9033613204956055, 2.043417453765869, 2.043417453765869, 2.0084033012390137, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.3606443405151367, 1.2030812501907349, 1.0630252361297607, 0.5728292465209961, 0.012605053372681141, -0.022408949211239815, 0.012605053372681141, 0.012605053372681141, 0.03011205606162548, 0.08263305574655533, 0.06512605398893356, -0.21498596668243408, -0.3550419807434082, -0.057422954589128494, 0.24019621312618256, 0.34523820877075195, 0.415266215801239, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.415266215801239, -0.6701680421829224, -1.3004200458526611, -0.5476189851760864, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.21498596668243408, -0.9677870869636536, -1.2303920984268188, -1.2128850221633911, -1.282913088798523, -1.5630252361297607, 1.3606443405151367, 1.8508403301239014, 2.0259103775024414, 2.0784313678741455, 2.0784313678741455, 1.465686321258545, -1.843137264251709, -1.7030812501907349, -0.33753499388694763, -0.0049019488506019115, 0.2577032148838043, 0.2752102017402649, -0.8627450466156006, -1.457983136177063, -0.4425770044326782, -0.6876749992370605, -1.5980392694473267, -1.843137264251709, -1.282913088798523, -0.3025209903717041, -0.37254899740219116, -0.47759100794792175, -0.5126050114631653, -0.4425770044326782, -0.4950979948043823, -0.3200279772281647, -0.21498596668243408, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, -0.4600839912891388, -0.37254899740219116, -0.39005598425865173, 0.0476190559566021, -0.26750698685646057, -0.4075630009174347, -0.39005598425865173, -0.4600839912891388, -0.4425770044326782, -0.47759100794792175, -0.5126050114631653, -0.5651260018348694, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.4600839912891388, -0.17997196316719055, -0.09243696182966232, -0.4075630009174347, -0.2499999701976776, -0.14495795965194702, -0.07492996007204056, 0.3102242052555084, 0.2752102017402649, 0.24019621312618256, -0.057422954589128494, 0.0476190559566021, -0.03991595283150673, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6603642702102661, 0.7654062509536743, 0.5378152132034302, 1.0105042457580566, 1.1330533027648926, 1.2731093168258667, 1.0455182790756226, 1.1505602598190308, 1.430672287940979, 0.9754902720451355, -0.057422954589128494, -0.6001400351524353, -1.2303920984268188, -1.755602240562439, -1.8256303071975708, -1.8606442213058472, -1.8606442213058472, -1.8606442213058472, -1.878151297569275, -1.8606442213058472, -1.808123230934143, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.3529410362243652, -1.457983136177063, -0.12745095789432526, 0.6603642702102661, 1.3956583738327026, 1.6582633256912231, 1.5357143878936768, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.6232492923736572, 1.815826416015625, 1.728291392326355, 2.0259103775024414, -0.19747896492481232, 1.3606443405151367, -0.2499999701976776, -1.7906162738800049, -1.983193278312683, -1.965686321258545, -1.930672287940979, -1.6855742931365967, -1.5980392694473267, -2.0007002353668213, -0.3025209903717041, 0.6078432202339172, 1.1330533027648926, 1.0280113220214844, 0.5553222298622131, -1.370448112487793, -1.7906162738800049, -1.7731093168258667, -0.5826330184936523, 0.7829132676124573, 1.2906162738800049, 0.7128852605819702, 1.2205883264541626, 0.8179272413253784, 1.0455182790756226, 1.0280113220214844, 0.8704482913017273, 1.7457983493804932, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.6582633256912231], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9754902720451355, 1.430672287940979, 1.9033613204956055, 2.0609242916107178, 2.0959384441375732, 2.043417453765869, 1.9908963441848755, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.3956583738327026, 1.2906162738800049, 0.9929972887039185, 0.4852942228317261, -0.10994396358728409, -0.21498596668243408, -0.14495795965194702, -0.1624649614095688, -0.022408949211239815, 0.20518220961093903, -0.0049019488506019115, -0.07492996007204056, -0.26750698685646057, -0.42506998777389526, -0.28501397371292114, 0.11764705926179886, 0.17016807198524475, 0.20518220961093903, 0.29271721839904785, 0.415266215801239, 0.5378152132034302, 0.5728292465209961, 0.2226892113685608, -0.8802520632743835, -0.6701680421829224, -0.47759100794792175, -0.4075630009174347, -0.37254899740219116, -0.6351540088653564, -1.1778711080551147, -1.160364031791687, -1.282913088798523, -1.247899055480957, 1.378151297569275, 2.0259103775024414, 2.0609242916107178, 2.1834733486175537, 1.6232492923736572, -1.895658254623413, -1.668067216873169, 0.012605053372681141, 0.3277312219142914, 0.6078432202339172, 0.502801239490509, -1.3179271221160889, -1.6155462265014648, 0.6428572535514832, 0.4852942228317261, 0.2752102017402649, 0.2752102017402649, 0.20518220961093903, -0.6351540088653564, -0.9677870869636536, -0.4425770044326782, -0.39005598425865173, -0.14495795965194702, -0.4425770044326782, -0.4950979948043823, -0.7927170395851135, -0.3200279772281647, -0.28501397371292114, -0.33753499388694763, -0.4425770044326782, -0.4600839912891388, -0.37254899740219116, -0.2499999701976776, -0.19747896492481232, -0.6001400351524353, -0.3025209903717041, -0.6176469922065735, -0.5651260018348694, -0.5126050114631653, -0.6351540088653564, -0.28501397371292114, -0.42506998777389526, -0.5476189851760864, -0.47759100794792175, -0.5476189851760864, -0.21498596668243408, -0.5651260018348694, -0.39005598425865173, -0.19747896492481232, -0.28501397371292114, -0.3550419807434082, -0.12745095789432526, -0.3200279772281647, -0.17997196316719055, 0.03011205606162548, 0.13515406847000122, 0.3277312219142914, 0.15266107022762299, -0.14495795965194702, 0.08263305574655533, 0.34523820877075195, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.8004202842712402, 0.8004202842712402, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.4481793642044067, 0.9754902720451355, -0.17997196316719055, -1.0728291273117065, -1.5455182790756226, -1.7030812501907349, -1.8256303071975708, -1.8256303071975708, -1.808123230934143, -1.8606442213058472, -1.843137264251709, -1.808123230934143, -1.808123230934143, -1.0378150939941406, 0.1001400575041771, 0.8004202842712402, -0.42506998777389526, 0.3802522122859955, 0.24019621312618256, 0.8529412746429443, 1.815826416015625, 1.7107843160629272, 1.465686321258545, 1.640756368637085, 1.7983193397521973, 1.9558824300765991, 1.5707283020019531, 1.5007003545761108, 1.5882353782653809, 1.483193278312683, 1.343137264251709, 1.6582633256912231, 1.7107843160629272, 1.3256303071975708, 0.17016807198524475, -1.5630252361297607, -1.247899055480957, -1.965686321258545, -1.983193278312683, -2.0007002353668213, -1.930672287940979, -0.09243696182966232, 1.1155463457107544, 1.2380952835083008, -1.422969102859497, -1.9481792449951172, -1.878151297569275, -1.6155462265014648, 0.03011205606162548, 0.9229692816734314, 1.8333333730697632, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.1330533027648926, 0.6078432202339172, 1.2205883264541626, 1.6232492923736572, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6232492923736572], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8704482913017273, 1.3081233501434326, 1.7983193397521973, 2.0084033012390137, 2.0784313678741455, 2.043417453765869, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.868347406387329, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.0455182790756226, 0.502801239490509, -0.057422954589128494, -0.33753499388694763, -0.19747896492481232, -0.12745095789432526, -0.42506998777389526, -0.28501397371292114, -0.10994396358728409, -0.07492996007204056, -0.17997196316719055, -0.14495795965194702, -0.4950979948043823, -0.4425770044326782, -0.022408949211239815, 0.11764705926179886, 0.08263305574655533, 0.17016807198524475, 0.24019621312618256, 0.2752102017402649, 0.3627452254295349, 0.6428572535514832, -0.39005598425865173, -0.7752100229263306, -0.6001400351524353, -0.6176469922065735, -0.5476189851760864, -0.8452380299568176, -1.2654061317443848, -1.3529410362243652, 1.2556023597717285, 1.553221344947815, 2.0609242916107178, 2.2009804248809814, 1.3081233501434326, -1.9131653308868408, -1.6855742931365967, -0.1624649614095688, 0.18767507374286652, 0.502801239490509, 0.502801239490509, -1.5980392694473267, -1.6855742931365967, 0.8004202842712402, 0.7128852605819702, 0.5728292465209961, 0.6078432202339172, 0.45028021931648254, -0.6001400351524353, -0.6526610255241394, -0.37254899740219116, -0.14495795965194702, -0.2499999701976776, -0.47759100794792175, -0.26750698685646057, -0.37254899740219116, -0.47759100794792175, -0.28501397371292114, -0.4075630009174347, -0.47759100794792175, -0.42506998777389526, -0.7927170395851135, -0.5126050114631653, -0.39005598425865173, -0.33753499388694763, -0.5126050114631653, -0.6876749992370605, -0.4600839912891388, -0.5826330184936523, -0.5826330184936523, -0.37254899740219116, -0.4425770044326782, -0.5476189851760864, -0.3200279772281647, -0.5126050114631653, -0.28501397371292114, -0.4950979948043823, -0.42506998777389526, -0.4950979948043823, -0.5126050114631653, -0.3025209903717041, -0.21498596668243408, -0.14495795965194702, -0.09243696182966232, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.0476190559566021, -0.12745095789432526, -0.057422954589128494, 0.29271721839904785, 1.0805323123931885, 0.415266215801239, 0.7829132676124573, 1.0805323123931885, 0.9404762983322144, 1.1155463457107544, 0.9929972887039185, 0.8704482913017273, 0.590336263179779, 1.0980392694473267, 0.8004202842712402, -0.3550419807434082, -1.160364031791687, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.7731093168258667, -1.4054621458053589, -0.9152660369873047, -0.3025209903717041, 1.1155463457107544, 1.5007003545761108, 1.2731093168258667, 1.553221344947815, 1.5882353782653809, 1.7633053064346313, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.9733893871307373, 1.7983193397521973, 1.2380952835083008, 1.4131653308868408, 1.693277359008789, 1.693277359008789, 1.9033613204956055, 1.605742335319519, 1.2556023597717285, 0.9404762983322144, 0.5378152132034302, -0.7927170395851135, -1.9131653308868408, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.7030812501907349, 0.29271721839904785, -0.9327731132507324, -2.0007002353668213, -1.965686321258545, -1.7906162738800049, -1.5630252361297607, -0.3025209903717041, 0.9929972887039185, 1.5707283020019531, 1.3956583738327026, 1.4481793642044067, 1.378151297569275, 0.6078432202339172, 0.8529412746429443, 1.3956583738327026, 1.518207311630249, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.8879552483558655, 1.3606443405151367, 1.8508403301239014, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.7107843160629272, 1.640756368637085, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.3606443405151367, 1.1330533027648926, 0.7478992342948914, 0.08263305574655533, -0.19747896492481232, -0.0049019488506019115, 0.13515406847000122, -0.6001400351524353, -0.6351540088653564, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.14495795965194702, -0.19747896492481232, -0.42506998777389526, -0.5126050114631653, -0.37254899740219116, -0.07492996007204056, 0.06512605398893356, 0.1001400575041771, 0.17016807198524475, 0.08263305574655533, 0.06512605398893356, 0.06512605398893356, -0.6701680421829224, -0.9327731132507324, -0.8452380299568176, -0.8452380299568176, -0.7577030062675476, -1.0728291273117065, 0.9579832553863525, 1.693277359008789, 1.815826416015625, 1.9383753538131714, 2.043417453765869, -0.39005598425865173, -1.8256303071975708, -0.6876749992370605, -0.21498596668243408, -0.0049019488506019115, 0.18767507374286652, -1.7030812501907349, -1.7906162738800049, 0.45028021931648254, 0.6253502368927002, 0.5553222298622131, 0.6078432202339172, 0.5378152132034302, -0.8627450466156006, -0.4950979948043823, -0.12745095789432526, 0.012605053372681141, 0.2226892113685608, 0.20518220961093903, 0.11764705926179886, -0.47759100794792175, -0.09243696182966232, -0.28501397371292114, -0.4950979948043823, -0.6701680421829224, -0.6351540088653564, -0.4600839912891388, -0.5476189851760864, -0.39005598425865173, -0.4600839912891388, -0.5126050114631653, -0.5826330184936523, -0.5301120281219482, -0.5651260018348694, -0.7401960492134094, -0.5651260018348694, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.6351540088653564, -0.7051820158958435, -0.4075630009174347, -0.3550419807434082, -0.4075630009174347, -0.17997196316719055, -0.5126050114631653, -0.14495795965194702, -0.3200279772281647, -0.022408949211239815, 0.03011205606162548, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, 0.1001400575041771, 0.7654062509536743, 0.9229692816734314, 0.4852942228317261, 0.5378152132034302, 0.7303922772407532, 1.0105042457580566, 0.8704482913017273, 1.0455182790756226, 1.343137264251709, 1.465686321258545, 1.2906162738800049, 0.5378152132034302, -0.8277310132980347, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.755602240562439, -1.895658254623413, -1.195378065109253, -0.26750698685646057, -0.19747896492481232, 1.3956583738327026, 0.520308256149292, 1.3081233501434326, 1.5882353782653809, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.7457983493804932, 1.6582633256912231, 1.5882353782653809, 1.2556023597717285, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.728291392326355, 1.1680673360824585, 1.0280113220214844, -0.14495795965194702, -1.3179271221160889, -1.7731093168258667, -1.9131653308868408, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.965686321258545, -2.018207311630249, -1.8606442213058472, -1.808123230934143, -0.5826330184936523, -1.6505602598190308, 0.17016807198524475, 1.5357143878936768, 1.5882353782653809, 1.7983193397521973, 1.1855742931365967, 1.0105042457580566, 0.8004202842712402, 0.7303922772407532, 1.8858543634414673, 1.5007003545761108, 1.483193278312683, 1.553221344947815, 1.553221344947815, 1.553221344947815], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7303922772407532, 0.9754902720451355, 1.6232492923736572, 2.0084033012390137, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.8858543634414673, 1.693277359008789, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.2205883264541626, 1.2556023597717285, 1.0630252361297607, 0.6603642702102661, 0.39775922894477844, 0.15266107022762299, -0.03991595283150673, -0.2499999701976776, -0.33753499388694763, -0.4600839912891388, -0.1624649614095688, -0.03991595283150673, -0.03991595283150673, -0.21498596668243408, -0.47759100794792175, -0.5826330184936523, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.2499999701976776, -0.09243696182966232, -0.057422954589128494, -0.12745095789432526, -0.1624649614095688, -0.7401960492134094, -1.2303920984268188, -1.0378150939941406, -1.0903360843658447, -1.2303920984268188, 1.7633053064346313, 1.780812382698059, 1.9733893871307373, 2.0784313678741455, 1.9383753538131714, -1.2303920984268188, -1.0378150939941406, -1.3004200458526611, -1.6330533027648926, -1.160364031791687, -1.3004200458526611, -1.5105042457580566, -0.9327731132507324, -0.4425770044326782, -0.4425770044326782, -0.47759100794792175, -0.07492996007204056, -1.2303920984268188, -0.09243696182966232, 0.11764705926179886, 0.2752102017402649, 0.3277312219142914, -0.33753499388694763, 0.18767507374286652, -0.21498596668243408, -0.5476189851760864, -0.5476189851760864, -0.6001400351524353, -0.4950979948043823, -0.5826330184936523, -0.4950979948043823, -0.5651260018348694, -0.6701680421829224, -0.4950979948043823, -0.42506998777389526, -0.5476189851760864, -0.5476189851760864, -0.6526610255241394, -0.5651260018348694, -0.6351540088653564, -0.5826330184936523, -0.6176469922065735, -0.7226890325546265, -0.5476189851760864, -0.6001400351524353, -0.4075630009174347, -0.37254899740219116, -0.3025209903717041, -0.4075630009174347, -0.3200279772281647, -0.19747896492481232, -0.19747896492481232, -0.2499999701976776, -0.1624649614095688, 0.08263305574655533, 0.3802522122859955, 0.15266107022762299, 0.012605053372681141, 0.3802522122859955, 0.520308256149292, 0.9754902720451355, 0.6953782439231873, 0.8529412746429443, 0.7478992342948914, 0.6078432202339172, 0.9229692816734314, 1.1505602598190308, 1.3956583738327026, 1.378151297569275, 1.2205883264541626, 0.8354342579841614, -0.17997196316719055, -1.0903360843658447, -1.720588207244873, -1.7906162738800049, -1.843137264251709, -1.9131653308868408, -1.7906162738800049, -1.7731093168258667, -0.5476189851760864, 0.502801239490509, 1.0630252361297607, 1.2731093168258667, 1.465686321258545, 1.5882353782653809, 1.8508403301239014, 1.9383753538131714, 1.6582633256912231, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.640756368637085, 1.5357143878936768, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.5007003545761108, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.3081233501434326, 1.553221344947815, 1.1505602598190308, 0.6778712272644043, -0.7752100229263306, -1.282913088798523, -2.018207311630249, -2.0007002353668213, -1.2654061317443848, -2.018207311630249, -1.965686321258545, -1.965686321258545, 0.432773232460022, 1.0455182790756226, -1.9481792449951172, -1.422969102859497, -0.9327731132507324, 0.6778712272644043, 1.5357143878936768, 1.8858543634414673, 1.728291392326355, 1.728291392326355, 1.483193278312683, 0.8704482913017273, 1.0980392694473267, 1.640756368637085, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 1.3081233501434326, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.815826416015625, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 0.7829132676124573, 0.415266215801239, 0.24019621312618256, 0.20518220961093903, -0.0049019488506019115, -0.19747896492481232, -0.3025209903717041, -0.5476189851760864, -0.39005598425865173, -0.14495795965194702, -0.07492996007204056, -0.057422954589128494, -0.26750698685646057, -0.5826330184936523, -0.7051820158958435, -0.4425770044326782, -0.4600839912891388, -0.4075630009174347, -0.2499999701976776, -0.2499999701976776, -0.26750698685646057, -0.3025209903717041, -0.6176469922065735, -1.247899055480957, -1.6330533027648926, -1.5630252361297607, 2.043417453765869, 1.9908963441848755, 2.1309523582458496, 2.0784313678741455, -1.0728291273117065, -1.1778711080551147, -1.7906162738800049, -1.335434079170227, -1.195378065109253, 0.18767507374286652, 0.415266215801239, 0.432773232460022, 0.4677872359752655, -1.0903360843658447, -1.6855742931365967, -0.10994396358728409, -0.23249296844005585, -0.6701680421829224, -0.03991595283150673, 0.06512605398893356, 0.2226892113685608, -0.1624649614095688, -0.5651260018348694, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, 0.06512605398893356, -0.3025209903717041, -0.5826330184936523, -0.4075630009174347, -0.9502801299095154, -0.6701680421829224, -0.6876749992370605, -0.5651260018348694, -0.8627450466156006, -0.4600839912891388, -0.37254899740219116, -0.47759100794792175, -0.8627450466156006, -0.9327731132507324, -0.4600839912891388, -0.8627450466156006, -0.7226890325546265, -0.33753499388694763, -0.6701680421829224, -0.6351540088653564, -0.5651260018348694, -0.5651260018348694, -0.9327731132507324, -0.28501397371292114, -0.7051820158958435, -0.6876749992370605, -0.26750698685646057, -0.17997196316719055, -0.3200279772281647, 0.03011205606162548, 0.4677872359752655, 0.8704482913017273, 0.9404762983322144, 0.5378152132034302, 0.9229692816734314, 0.5553222298622131, 0.502801239490509, 1.0980392694473267, 1.0280113220214844, 0.6253502368927002, 1.0980392694473267, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, -0.39005598425865173, -1.0903360843658447, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.8256303071975708, -0.07492996007204056, 1.0805323123931885, 1.0980392694473267, 0.6078432202339172, 1.1155463457107544, 1.5357143878936768, 1.4481793642044067, 1.7457983493804932, 1.6232492923736572, 1.7983193397521973, 1.693277359008789, 1.3956583738327026, 1.7983193397521973, 1.693277359008789, 1.693277359008789, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.4131653308868408, 1.3081233501434326, 1.6582633256912231, 1.1330533027648926, 0.7829132676124573, 1.3956583738327026, 1.0455182790756226, 1.1155463457107544, 0.17016807198524475, -1.9131653308868408, -1.755602240562439, -1.965686321258545, -1.965686321258545, -1.983193278312683, -1.1428570747375488, -1.9481792449951172, -1.965686321258545, -2.018207311630249, -2.0007002353668213, -1.878151297569275, -1.0203081369400024, -0.23249296844005585, 0.6778712272644043, 1.518207311630249, 1.2906162738800049, 1.6232492923736572, 1.0805323123931885, 0.6603642702102661, 1.6582633256912231, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 1.2380952835083008, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.8333333730697632, 1.728291392326355, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.3081233501434326, 1.0280113220214844, 0.8354342579841614, 0.6428572535514832, 0.432773232460022, 0.24019621312618256, 0.08263305574655533, 0.03011205606162548, -0.12745095789432526, -0.3550419807434082, -0.5651260018348694, -0.4950979948043823, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.23249296844005585, -0.5826330184936523, -0.7401960492134094, -0.7401960492134094, -0.7577030062675476, -0.7577030062675476, -0.7401960492134094, -0.8277310132980347, -0.8452380299568176, -1.5980392694473267, -1.5105042457580566, -1.668067216873169, -0.23249296844005585, 1.3081233501434326, 1.8858543634414673, 2.0784313678741455, 1.0455182790756226, -1.282913088798523, -1.878151297569275, -1.4929972887039185, -1.0728291273117065, 0.20518220961093903, 0.3627452254295349, 0.4677872359752655, 0.4677872359752655, -1.160364031791687, -1.720588207244873, 0.3627452254295349, 0.432773232460022, 0.2752102017402649, -0.0049019488506019115, -0.4950979948043823, -0.12745095789432526, -0.14495795965194702, -0.1624649614095688, -0.5126050114631653, -0.19747896492481232, -0.5126050114631653, -0.14495795965194702, -0.03991595283150673, -0.5826330184936523, -0.6351540088653564, -0.8977590203285217, -0.6176469922065735, -0.6176469922065735, -0.5126050114631653, -0.5826330184936523, -0.3200279772281647, -0.3550419807434082, -0.2499999701976776, -0.21498596668243408, -0.42506998777389526, -0.5651260018348694, -0.7752100229263306, -0.7226890325546265, -0.28501397371292114, -0.6351540088653564, -0.6701680421829224, -0.5476189851760864, -0.47759100794792175, -0.47759100794792175, -0.37254899740219116, -0.4425770044326782, -0.4950979948043823, -0.33753499388694763, -0.26750698685646057, 0.6253502368927002, 0.012605053372681141, -0.057422954589128494, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.7478992342948914, 0.9229692816734314, 0.7478992342948914, 1.1155463457107544, 1.2731093168258667, 1.3956583738327026, 1.0980392694473267, 1.1330533027648926, 0.7829132676124573, 0.39775922894477844, -0.21498596668243408, -0.8977590203285217, -1.4054621458053589, -1.755602240562439, -1.7380952835083008, -1.7030812501907349, -1.1428570747375488, -0.5826330184936523, 0.9054622650146484, 1.3956583738327026, 1.2380952835083008, 1.2205883264541626, 1.1505602598190308, 1.5707283020019531, 1.605742335319519, 1.728291392326355, 1.5882353782653809, 1.5882353782653809, 1.815826416015625, 1.553221344947815, 1.5007003545761108, 1.640756368637085, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.2906162738800049, 1.465686321258545, 1.4131653308868408, 1.483193278312683, 1.0805323123931885, 0.590336263179779, -1.4754900932312012, -1.7906162738800049, -1.7380952835083008, -1.720588207244873, -0.10994396358728409, -1.930672287940979, -1.9481792449951172, 0.39775922894477844, 1.5357143878936768, -1.7906162738800049, -1.983193278312683, 0.9579832553863525, 1.8858543634414673, -1.930672287940979, -1.6330533027648926, -1.370448112487793, 0.502801239490509, 1.1155463457107544, 0.7478992342948914, -0.0049019488506019115, -0.9152660369873047, 1.5707283020019531, 1.7107843160629272, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 1.2030812501907349, 1.9733893871307373, 2.0084033012390137, 2.0084033012390137, 1.9733893871307373, 1.9908963441848755, 1.8858543634414673, 1.868347406387329, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.2380952835083008, 1.0455182790756226, 0.8004202842712402, 0.34523820877075195, -0.14495795965194702, -0.3025209903717041, -0.057422954589128494, -0.14495795965194702, -0.1624649614095688, -0.3200279772281647, -0.47759100794792175, -0.5651260018348694, -0.33753499388694763, -0.2499999701976776, -0.37254899740219116, -0.5301120281219482, -0.7051820158958435, -0.8277310132980347, -0.7927170395851135, -1.1253501176834106, -1.4754900932312012, -1.3529410362243652, -1.668067216873169, -1.6855742931365967, -1.4929972887039185, -1.457983136177063, 1.2731093168258667, 1.465686321258545, 1.3606443405151367, 1.5007003545761108, 0.7478992342948914, -1.580532193183899, -1.9131653308868408, -1.282913088798523, -0.1624649614095688, 0.06512605398893356, 0.1001400575041771, 0.11764705926179886, -1.2654061317443848, -1.8256303071975708, -0.07492996007204056, 0.432773232460022, 0.18767507374286652, 0.20518220961093903, -0.4425770044326782, -0.5651260018348694, -0.28501397371292114, -0.21498596668243408, -0.4950979948043823, -0.37254899740219116, -0.42506998777389526, -0.8102240562438965, -0.4950979948043823, -0.6526610255241394, -0.7051820158958435, -0.5651260018348694, -0.4075630009174347, -0.42506998777389526, -0.3200279772281647, -0.37254899740219116, -0.4075630009174347, -0.23249296844005585, -0.17997196316719055, -0.09243696182966232, -0.09243696182966232, -0.4075630009174347, -0.12745095789432526, -0.37254899740219116, -0.5301120281219482, -0.5826330184936523, -0.5651260018348694, -0.5826330184936523, -0.5301120281219482, -0.5476189851760864, -0.6351540088653564, -0.39005598425865173, -0.2499999701976776, -0.2499999701976776, -0.12745095789432526, 0.18767507374286652, 0.5378152132034302, 0.3627452254295349, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 0.7654062509536743, 0.9579832553863525, 0.8004202842712402, 0.9404762983322144, 0.6778712272644043, 0.8704482913017273, 1.0105042457580566, 1.3256303071975708, 1.3956583738327026, 0.9404762983322144, -0.19747896492481232, -1.2303920984268188, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.1253501176834106, 0.6078432202339172, 0.9929972887039185, 1.3606443405151367, 1.3606443405151367, 1.5882353782653809, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 1.728291392326355, 1.6232492923736572, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.8508403301239014, 1.6582633256912231, 1.4131653308868408, 1.728291392326355, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.640756368637085, 1.693277359008789, -0.9502801299095154, -0.8977590203285217, -1.457983136177063, -0.10994396358728409, 1.8333333730697632, 1.9208683967590332, -1.4754900932312012, -1.9481792449951172, 1.7983193397521973, 1.7633053064346313, -1.9481792449951172, -1.1428570747375488, -1.7906162738800049, -1.195378065109253, -0.14495795965194702, -1.195378065109253, -1.720588207244873, -0.6876749992370605, 1.9558824300765991, 1.483193278312683, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.3606443405151367, 2.043417453765869, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.3606443405151367, 1.0980392694473267, 0.6778712272644043, 0.2752102017402649, -0.12745095789432526, -0.5476189851760864, -0.6526610255241394, -0.33753499388694763, -0.07492996007204056, -0.12745095789432526, -0.39005598425865173, -0.5826330184936523, -0.7226890325546265, -0.6526610255241394, -0.5651260018348694, -0.6526610255241394, -0.6176469922065735, -0.6526610255241394, -0.8977590203285217, -0.33753499388694763, -1.6155462265014648, -1.6330533027648926, -1.6155462265014648, -1.5980392694473267, -1.6855742931365967, -1.3004200458526611, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, -1.9131653308868408, -1.6855742931365967, -0.8977590203285217, 0.2577032148838043, -0.6701680421829224, -1.1253501176834106, -0.9852941036224365, -1.3179271221160889, -1.8606442213058472, -1.3004200458526611, -0.03991595283150673, -0.1624649614095688, -0.14495795965194702, -0.4950979948043823, -1.335434079170227, -1.4929972887039185, -0.23249296844005585, -0.5651260018348694, -0.6176469922065735, -0.5826330184936523, -0.7927170395851135, -0.6176469922065735, -0.6176469922065735, -0.4425770044326782, -0.4075630009174347, -0.07492996007204056, -0.26750698685646057, -0.33753499388694763, -0.3200279772281647, -0.3200279772281647, -0.10994396358728409, -0.1624649614095688, -0.09243696182966232, -0.07492996007204056, 0.012605053372681141, -0.0049019488506019115, -0.10994396358728409, -0.4075630009174347, -0.2499999701976776, -0.26750698685646057, -0.6176469922065735, -0.7752100229263306, -0.7051820158958435, -0.8977590203285217, -0.6876749992370605, -0.37254899740219116, 0.15266107022762299, 0.2577032148838043, 0.06512605398893356, 0.502801239490509, 0.3277312219142914, 0.3102242052555084, 0.7654062509536743, 0.45028021931648254, 0.415266215801239, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0455182790756226, 0.7128852605819702, 0.8879552483558655, 1.2556023597717285, 1.1680673360824585, 0.6603642702102661, -0.21498596668243408, -0.9677870869636536, -1.720588207244873, -1.755602240562439, -1.6505602598190308, -1.370448112487793, 0.0476190559566021, 0.9929972887039185, 1.3081233501434326, 1.3081233501434326, 1.2205883264541626, 1.4131653308868408, 1.465686321258545, 1.2556023597717285, 1.6232492923736572, 1.343137264251709, 1.5357143878936768, 1.693277359008789, 1.8858543634414673, 1.605742335319519, 1.7983193397521973, 1.7107843160629272, 1.780812382698059, 1.465686321258545, 1.640756368637085, 1.605742335319519, 1.640756368637085, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.430672287940979, 1.430672287940979, 1.7107843160629272, 1.8508403301239014, 1.430672287940979, 2.0784313678741455, 1.3081233501434326, -0.1624649614095688, 0.6253502368927002, 1.8333333730697632, -1.6855742931365967, -2.018207311630249, -1.930672287940979, -1.0028010606765747, -1.0203081369400024, -1.7731093168258667, -1.843137264251709, -1.6505602598190308, 0.4852942228317261, 0.3102242052555084, -1.6505602598190308, -0.33753499388694763, 1.8858543634414673, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709], [1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 1.2731093168258667, 1.9208683967590332, 1.9733893871307373, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.5357143878936768, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 0.7128852605819702, 0.3102242052555084, -0.12745095789432526, -0.4600839912891388, -0.7577030062675476, -0.7226890325546265, -0.5301120281219482, -0.33753499388694763, -0.33753499388694763, -0.47759100794792175, -0.7752100229263306, -0.9327731132507324, -0.8452380299568176, -0.8627450466156006, -1.0903360843658447, -1.1778711080551147, -1.5105042457580566, -1.4754900932312012, -1.4929972887039185, -1.3879550695419312, -1.2128850221633911, -1.0903360843658447, -1.0378150939941406, -0.8977590203285217, -0.6351540088653564, 1.4481793642044067, 1.0980392694473267, -1.808123230934143, -1.282913088798523, -0.6526610255241394, 0.0476190559566021, 0.3277312219142914, -1.160364031791687, -1.720588207244873, -0.03991595283150673, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -1.0203081369400024, -1.4929972887039185, -1.247899055480957, -1.5455182790756226, -1.6155462265014648, -0.23249296844005585, -0.6176469922065735, -0.6001400351524353, -0.6876749992370605, -0.6351540088653564, -0.07492996007204056, -0.4600839912891388, -0.3200279772281647, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.26750698685646057, -0.6701680421829224, -0.3200279772281647, -0.28501397371292114, -0.5126050114631653, -0.10994396358728409, -0.33753499388694763, -0.14495795965194702, -0.2499999701976776, 0.11764705926179886, 0.2752102017402649, 0.18767507374286652, 0.20518220961093903, 0.29271721839904785, 0.4852942228317261, 0.502801239490509, -0.057422954589128494, 0.18767507374286652, -0.5301120281219482, -0.057422954589128494, -0.5126050114631653, 0.34523820877075195, 0.5378152132034302, 0.5553222298622131, 0.2226892113685608, 0.4852942228317261, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.8004202842712402, 0.9229692816734314, 1.0805323123931885, 0.8879552483558655, 1.0980392694473267, 0.8354342579841614, 1.2906162738800049, 0.6428572535514832, 0.3277312219142914, -0.42506998777389526, -0.8977590203285217, -1.755602240562439, -1.755602240562439, -0.8802520632743835, 0.24019621312618256, 0.8004202842712402, 1.4481793642044067, 1.5707283020019531, 1.815826416015625, 1.518207311630249, 1.5707283020019531, 1.7983193397521973, 1.7633053064346313, 1.605742335319519, 1.4481793642044067, 1.640756368637085, 1.4131653308868408, 1.6757704019546509, 1.605742335319519, 1.3256303071975708, 1.4481793642044067, 1.3956583738327026, 1.553221344947815, 1.728291392326355, 1.728291392326355, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.6757704019546509, 1.8858543634414673, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 1.553221344947815, 0.9754902720451355, -1.1428570747375488, 1.605742335319519, -1.3179271221160889, 1.2731093168258667, 0.24019621312618256, 0.8179272413253784, -0.0049019488506019115, 1.0455182790756226, 1.1155463457107544, 1.2731093168258667, 1.518207311630249, -0.37254899740219116, 0.3802522122859955, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326], [1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.9229692816734314, 1.430672287940979, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0259103775024414, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4131653308868408, 1.0980392694473267, 0.6953782439231873, 0.20518220961093903, -0.2499999701976776, -0.6351540088653564, -0.7051820158958435, -0.6876749992370605, -0.7577030062675476, -0.7752100229263306, -0.4950979948043823, -0.4950979948043823, -0.5301120281219482, -0.6876749992370605, -0.8802520632743835, -0.9152660369873047, -1.0203081369400024, -1.5630252361297607, -1.4929972887039185, -1.422969102859497, -1.3879550695419312, -1.1428570747375488, -0.5826330184936523, -1.0378150939941406, -0.8452380299568176, -0.8627450466156006, 0.2577032148838043, -0.03991595283150673, -0.7051820158958435, -1.2128850221633911, -0.21498596668243408, -0.5476189851760864, 0.39775922894477844, -1.0553221702575684, -1.6855742931365967, -0.21498596668243408, 0.11764705926179886, 0.18767507374286652, 0.06512605398893356, -0.4600839912891388, -1.6855742931365967, -0.6876749992370605, -0.14495795965194702, -0.19747896492481232, 0.11764705926179886, -0.3200279772281647, -0.47759100794792175, -0.4950979948043823, -0.4950979948043823, -0.8452380299568176, -0.3550419807434082, -0.4075630009174347, -0.6351540088653564, -0.6001400351524353, -0.4950979948043823, -0.6001400351524353, -0.8277310132980347, -0.4950979948043823, -0.4425770044326782, -0.6351540088653564, -0.5476189851760864, -0.33753499388694763, -0.3025209903717041, -0.12745095789432526, 0.15266107022762299, 0.13515406847000122, -0.057422954589128494, 0.432773232460022, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.45028021931648254, 0.6078432202339172, 0.4852942228317261, -0.17997196316719055, -0.09243696182966232, -0.0049019488506019115, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8529412746429443, 0.9229692816734314, 1.1330533027648926, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 0.6603642702102661, -0.42506998777389526, -0.8802520632743835, -1.580532193183899, -1.5980392694473267, -1.580532193183899, 0.15266107022762299, 0.15266107022762299, 1.1505602598190308, 1.0280113220214844, 1.5007003545761108, 1.605742335319519, 1.2205883264541626, 1.1155463457107544, 1.3606443405151367, 1.5357143878936768, 1.728291392326355, 1.8858543634414673, 1.9558824300765991, 1.5357143878936768, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.5357143878936768, 1.343137264251709, 1.6757704019546509, 1.8333333730697632, 1.868347406387329, 1.7633053064346313, 1.5357143878936768, 1.1680673360824585, 1.3956583738327026, 1.780812382698059, 1.483193278312683, 1.7107843160629272, 1.693277359008789, 2.1309523582458496, 1.5707283020019531, 1.3081233501434326, 1.6232492923736572, 1.9558824300765991, -0.03991595283150673, 1.0805323123931885, 0.24019621312618256, 1.9733893871307373, 1.7633053064346313, 1.9033613204956055, 1.1855742931365967, 1.2030812501907349, 1.693277359008789, 1.9383753538131714, 0.7478992342948914, 0.8354342579841614, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667], [1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.4131653308868408, 1.343137264251709, 1.2906162738800049, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 1.3081233501434326, 1.815826416015625, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 1.9733893871307373, 1.9558824300765991, 1.9208683967590332, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.3956583738327026, 1.0805323123931885, 0.5378152132034302, 0.06512605398893356, 0.08263305574655533, -0.3550419807434082, -0.5826330184936523, -0.6001400351524353, -1.0203081369400024, -0.9152660369873047, -1.0378150939941406, -0.47759100794792175, -0.09243696182966232, -0.9327731132507324, -1.0028010606765747, -1.335434079170227, -1.5455182790756226, -1.580532193183899, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -1.0728291273117065, -0.7401960492134094, -1.0903360843658447, -0.3025209903717041, -0.6876749992370605, 0.6603642702102661, 1.5882353782653809, 1.0980392694473267, -0.9327731132507324, -1.370448112487793, -1.0378150939941406, -0.19747896492481232, -1.580532193183899, -1.3179271221160889, -0.6526610255241394, -0.17997196316719055, -0.057422954589128494, -0.5126050114631653, -1.5280112028121948, -1.3879550695419312, -0.23249296844005585, -0.3200279772281647, 0.15266107022762299, -0.14495795965194702, -0.4075630009174347, -0.6351540088653564, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.14495795965194702, -0.5301120281219482, -0.6001400351524353, 0.2752102017402649, 0.3277312219142914, -0.3025209903717041, -0.28501397371292114, -0.7401960492134094, -0.6001400351524353, -0.4950979948043823, -0.28501397371292114, -0.47759100794792175, -0.1624649614095688, -0.14495795965194702, -0.09243696182966232, 0.03011205606162548, 0.1001400575041771, -0.03991595283150673, 0.3802522122859955, 0.9229692816734314, 0.6603642702102661, 0.2577032148838043, -0.057422954589128494, -1.247899055480957, 0.11764705926179886, 0.20518220961093903, 0.432773232460022, 0.4852942228317261, 0.432773232460022, 0.5553222298622131, 0.6603642702102661, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9229692816734314, 1.0980392694473267, 0.6778712272644043, -0.5826330184936523, -1.3004200458526611, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -0.7577030062675476, 0.1001400575041771, 0.9929972887039185, 1.378151297569275, 1.6232492923736572, 1.6582633256912231, 1.6232492923736572, 1.4481793642044067, 1.2731093168258667, 1.1330533027648926, 1.0105042457580566, 1.2906162738800049, 0.9579832553863525, 0.8704482913017273, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.553221344947815, 1.7633053064346313, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.6757704019546509, 1.693277359008789, 1.6582633256912231, 1.780812382698059, 1.7983193397521973, 1.9733893871307373, 1.6582633256912231, 1.693277359008789, 1.5707283020019531, 0.6778712272644043, 1.5007003545761108, 0.6428572535514832, 1.6582633256912231, 0.9404762983322144, 0.6953782439231873, 1.483193278312683, 1.8508403301239014, 1.518207311630249, 1.3606443405151367, 0.9754902720451355, 1.5357143878936768, 0.8004202842712402, 1.553221344947815, 1.5707283020019531, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 1.1155463457107544, 1.4481793642044067, 1.868347406387329, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.815826416015625, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.3256303071975708, 0.9054622650146484, 0.415266215801239, 0.0476190559566021, -0.17997196316719055, 0.2752102017402649, -0.3025209903717041, -0.28501397371292114, -0.3025209903717041, -0.6176469922065735, -0.9852941036224365, -0.5126050114631653, 0.8354342579841614, -0.8277310132980347, -1.4929972887039185, -1.422969102859497, -1.3179271221160889, -1.2128850221633911, -1.160364031791687, -1.1078431606292725, -1.1078431606292725, -0.23249296844005585, -1.0553221702575684, -1.5280112028121948, -1.0378150939941406, -0.07492996007204056, 0.08263305574655533, -0.42506998777389526, -0.8627450466156006, 0.39775922894477844, -1.3529410362243652, -0.03991595283150673, -0.19747896492481232, -0.7401960492134094, -1.0378150939941406, -1.0028010606765747, -0.8977590203285217, -1.0378150939941406, -1.0553221702575684, -1.1778711080551147, -0.47759100794792175, -0.37254899740219116, -0.4600839912891388, -0.4075630009174347, -0.6001400351524353, -0.7226890325546265, -0.5826330184936523, -0.4600839912891388, -0.6701680421829224, -0.6001400351524353, -0.39005598425865173, -0.39005598425865173, -0.4600839912891388, -0.4600839912891388, 0.6253502368927002, 0.2226892113685608, -1.0028010606765747, 0.012605053372681141, -0.057422954589128494, -0.5651260018348694, -0.3550419807434082, -0.4075630009174347, -0.21498596668243408, 0.08263305574655533, -0.09243696182966232, 0.17016807198524475, -0.10994396358728409, 0.8179272413253784, 0.17016807198524475, 0.24019621312618256, 1.0280113220214844, 0.9579832553863525, 0.7478992342948914, 0.5553222298622131, 0.4677872359752655, 0.5553222298622131, 0.11764705926179886, 0.15266107022762299, 0.6603642702102661, 0.8529412746429443, 0.7303922772407532, 0.8004202842712402, 0.8704482913017273, 0.8179272413253784, 0.7128852605819702, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.2380952835083008, 1.1505602598190308, -0.23249296844005585, -1.4754900932312012, -1.457983136177063, -1.7906162738800049, -0.9502801299095154, 0.2577032148838043, 0.6078432202339172, 1.378151297569275, 1.1155463457107544, 1.5707283020019531, 1.7633053064346313, 1.5882353782653809, 1.430672287940979, 0.9754902720451355, 0.8704482913017273, 0.9754902720451355, 1.378151297569275, 1.605742335319519, 1.7633053064346313, 1.693277359008789, 1.5357143878936768, 1.2380952835083008, 1.6582633256912231, 1.8508403301239014, 1.7983193397521973, 1.483193278312683, 1.378151297569275, 1.4481793642044067, 1.6582633256912231, 2.043417453765869, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.2556023597717285, 2.0259103775024414, 1.2556023597717285, -0.03991595283150673, 1.2906162738800049, 1.0630252361297607, -0.3550419807434082, 0.0476190559566021, 1.1155463457107544, 0.20518220961093903, 1.2030812501907349, 0.8529412746429443, -1.2303920984268188, 1.2906162738800049, 1.815826416015625, 0.1001400575041771, 1.5707283020019531, 1.1330533027648926, 0.9929972887039185, 1.7107843160629272, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 1.2205883264541626, 1.378151297569275, 1.605742335319519, 1.815826416015625, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.693277359008789, 1.5707283020019531, 1.465686321258545, 1.2380952835083008, 0.9054622650146484, 0.590336263179779, 0.29271721839904785, 0.012605053372681141, 0.20518220961093903, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.1855742931365967, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, -0.1624649614095688, -1.3529410362243652, -0.5826330184936523, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.0378150939941406, -0.5476189851760864, 0.6778712272644043, -0.9502801299095154, -0.7577030062675476, -0.47759100794792175, 0.2226892113685608, -0.8102240562438965, 0.6428572535514832, -0.14495795965194702, 1.0455182790756226, 0.1001400575041771, 0.432773232460022, -0.3025209903717041, -0.4075630009174347, -0.9677870869636536, -0.8452380299568176, -0.6001400351524353, -0.6001400351524353, -0.8277310132980347, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.6351540088653564, -0.8977590203285217, -0.9677870869636536, -0.8802520632743835, -0.26750698685646057, -0.7577030062675476, -0.4600839912891388, 0.012605053372681141, -0.39005598425865173, 0.3102242052555084, -0.4950979948043823, 0.11764705926179886, -0.8277310132980347, 0.18767507374286652, -0.2499999701976776, -0.5826330184936523, 0.6078432202339172, -0.3025209903717041, -0.4425770044326782, -0.4425770044326782, -0.1624649614095688, -0.19747896492481232, -0.1624649614095688, -0.21498596668243408, 0.6778712272644043, 0.8879552483558655, 0.20518220961093903, 0.34523820877075195, 0.20518220961093903, 0.3627452254295349, 0.415266215801239, 0.502801239490509, 0.39775922894477844, 0.5728292465209961, 0.6078432202339172, 0.5553222298622131, 0.6078432202339172, 0.3627452254295349, 0.7478992342948914, 0.8179272413253784, 0.9054622650146484, 0.8354342579841614, 1.0280113220214844, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.8179272413253784, 0.18767507374286652, -1.1078431606292725, -1.668067216873169, -1.5980392694473267, -0.47759100794792175, 0.520308256149292, 1.0280113220214844, 0.6778712272644043, 0.6953782439231873, 0.8529412746429443, 1.3081233501434326, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.3956583738327026, 1.430672287940979, 1.2556023597717285, 1.2380952835083008, 1.0105042457580566, 0.6078432202339172, 0.39775922894477844, 0.8529412746429443, 1.0280113220214844, 1.2030812501907349, 1.343137264251709, 1.640756368637085, 1.8508403301239014, 1.6582633256912231, 1.7457983493804932, 1.9908963441848755, 1.5882353782653809, 1.3606443405151367, 1.7983193397521973, 1.1680673360824585, 1.9033613204956055, 1.693277359008789, 1.3606443405151367, 0.9404762983322144, 0.7128852605819702, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, -0.47759100794792175, -0.14495795965194702, 0.18767507374286652, 0.06512605398893356, 0.9754902720451355, 1.780812382698059, 1.553221344947815, 1.7633053064346313, 0.3802522122859955, 0.5378152132034302, 2.0259103775024414, 1.8333333730697632, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308], [1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 1.1680673360824585, 1.4481793642044067, 1.7633053064346313, 1.9733893871307373, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.605742335319519, 1.518207311630249, 1.378151297569275, 1.0105042457580566, 0.8179272413253784, 0.5553222298622131, 0.7654062509536743, 0.8879552483558655, 1.0630252361297607, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.378151297569275, 1.0105042457580566, 0.415266215801239, 0.7303922772407532, 0.9404762983322144, 0.03011205606162548, -0.8452380299568176, -0.8627450466156006, -1.4054621458053589, -1.3529410362243652, -1.1778711080551147, -0.26750698685646057, -0.47759100794792175, -0.5126050114631653, -0.37254899740219116, -0.4600839912891388, -0.17997196316719055, -0.12745095789432526, 0.6953782439231873, 0.7478992342948914, 0.45028021931648254, 0.5728292465209961, 1.0105042457580566, 0.8529412746429443, 0.5553222298622131, -0.4600839912891388, -0.5651260018348694, -0.6526610255241394, -1.1428570747375488, -0.6001400351524353, -0.47759100794792175, -0.5826330184936523, -0.5826330184936523, -0.7577030062675476, -0.7752100229263306, -0.8277310132980347, -0.3550419807434082, -0.7577030062675476, -0.5476189851760864, 0.29271721839904785, -0.2499999701976776, -0.9677870869636536, -0.022408949211239815, 0.08263305574655533, -0.4425770044326782, 0.45028021931648254, -0.10994396358728409, 0.8704482913017273, 0.502801239490509, 0.6953782439231873, 0.5378152132034302, -0.42506998777389526, -0.2499999701976776, -0.14495795965194702, 0.2752102017402649, -0.022408949211239815, -0.5826330184936523, 0.6078432202339172, 0.1001400575041771, 0.45028021931648254, 0.17016807198524475, -0.5126050114631653, 0.1001400575041771, 0.4852942228317261, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.6603642702102661, 0.8004202842712402, 0.7829132676124573, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0280113220214844, 1.2556023597717285, 0.9054622650146484, 0.3802522122859955, -0.7226890325546265, -1.6330533027648926, -1.2654061317443848, 0.2577032148838043, 1.2380952835083008, 1.378151297569275, 1.1680673360824585, 1.5707283020019531, 1.7107843160629272, 1.605742335319519, 1.0980392694473267, 1.0805323123931885, 1.1680673360824585, 1.1330533027648926, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 1.6232492923736572, 1.5007003545761108, 0.8179272413253784, 0.6253502368927002, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.3081233501434326, 1.5707283020019531, 1.7983193397521973, 1.815826416015625, 1.5707283020019531, 1.0105042457580566, 1.553221344947815, 1.5707283020019531, 1.5357143878936768, -1.3179271221160889, 0.9929972887039185, 0.8179272413253784, 0.1001400575041771, 0.502801239490509, -0.6001400351524353, -0.022408949211239815, 1.7107843160629272, -0.8452380299568176, 0.18767507374286652, 0.15266107022762299, -0.26750698685646057, 0.8004202842712402, -0.14495795965194702, 1.5007003545761108, 1.0105042457580566, 0.415266215801239, 0.24019621312618256, 1.8858543634414673, 1.3956583738327026, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926], [1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8704482913017273, 0.9579832553863525, 1.1680673360824585, 1.465686321258545, 1.693277359008789, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.7457983493804932, 1.6232492923736572, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.2380952835083008, 1.3081233501434326, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.3081233501434326, 1.465686321258545, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.2906162738800049, 0.9054622650146484, 0.4677872359752655, -0.07492996007204056, -0.26750698685646057, 0.13515406847000122, -0.26750698685646057, -0.6001400351524353, -0.42506998777389526, -0.09243696182966232, 0.502801239490509, 0.7829132676124573, 0.5378152132034302, 1.3081233501434326, 0.9404762983322144, 1.0805323123931885, 1.1155463457107544, 1.0105042457580566, 0.6778712272644043, -0.28501397371292114, 0.20518220961093903, -1.4054621458053589, -0.9677870869636536, -0.6001400351524353, -0.5651260018348694, -0.6001400351524353, -0.7577030062675476, -1.0203081369400024, -0.8452380299568176, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, 0.18767507374286652, -0.4950979948043823, 0.5378152132034302, -0.2499999701976776, -0.4075630009174347, 0.17016807198524475, 0.4677872359752655, -0.09243696182966232, 0.9054622650146484, 0.7829132676124573, 0.2226892113685608, 0.45028021931648254, 0.6953782439231873, 0.6603642702102661, 0.34523820877075195, 0.8354342579841614, 0.520308256149292, -0.022408949211239815, 0.15266107022762299, 0.17016807198524475, 0.3277312219142914, 0.6078432202339172, 0.6778712272644043, 0.34523820877075195, 0.7478992342948914, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7654062509536743, 0.8879552483558655, 0.6428572535514832, 1.0105042457580566, 1.0105042457580566, 0.8879552483558655, 0.6428572535514832, 0.590336263179779, 1.0980392694473267, 0.7128852605819702, -1.2128850221633911, -1.5980392694473267, -1.247899055480957, 0.5553222298622131, 0.3627452254295349, 1.1855742931365967, 0.8179272413253784, 1.2556023597717285, 1.2731093168258667, 1.518207311630249, 1.553221344947815, 1.6582633256912231, 1.465686321258545, 1.2030812501907349, 1.1505602598190308, 1.6582633256912231, 1.605742335319519, 0.5553222298622131, 1.0630252361297607, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.8529412746429443, 1.2030812501907349, 1.0280113220214844, 0.8179272413253784, 0.502801239490509, 0.6953782439231873, 1.0630252361297607, 1.1155463457107544, 1.3081233501434326, 1.3956583738327026, 1.1155463457107544, 0.7829132676124573, 0.9579832553863525, -0.6001400351524353, -1.160364031791687, -0.7752100229263306, 0.18767507374286652, -0.17997196316719055, -0.7226890325546265, 1.5707283020019531, -0.9327731132507324, -0.9152660369873047, -0.6351540088653564, -1.580532193183899, -0.39005598425865173, 0.415266215801239, 0.9754902720451355, 0.2577032148838043, -1.3879550695419312, -0.47759100794792175, 1.5882353782653809, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 1.1505602598190308, 1.693277359008789, 1.8333333730697632, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7457983493804932, 1.640756368637085, 1.483193278312683, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1680673360824585, 1.1330533027648926, 1.2556023597717285, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 0.8354342579841614, 0.15266107022762299, 0.7128852605819702, 0.415266215801239, 0.17016807198524475, 1.2030812501907349, 0.20518220961093903, 1.2731093168258667, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3256303071975708, 1.2556023597717285, 1.3256303071975708, 0.9404762983322144, 1.2556023597717285, 0.45028021931648254, 0.45028021931648254, -0.6176469922065735, 0.13515406847000122, -0.6001400351524353, -0.8977590203285217, -0.7577030062675476, -1.3004200458526611, -0.6526610255241394, -1.2303920984268188, -0.28501397371292114, -0.3550419807434082, 0.5378152132034302, -0.6001400351524353, -0.17997196316719055, 0.3802522122859955, 0.4677872359752655, -0.42506998777389526, -0.3025209903717041, 0.39775922894477844, 0.432773232460022, 0.6603642702102661, -0.0049019488506019115, 0.7478992342948914, 0.3102242052555084, 1.1855742931365967, 0.7303922772407532, 0.6428572535514832, 0.520308256149292, 0.2752102017402649, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.08263305574655533, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.3277312219142914, 0.2577032148838043, 0.5378152132034302, 0.8004202842712402, 0.6953782439231873, 0.5553222298622131, 0.7829132676124573, 0.8004202842712402, 1.1330533027648926, 1.0280113220214844, 1.1855742931365967, 0.9229692816734314, 1.2030812501907349, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, -1.0728291273117065, -1.668067216873169, -1.5455182790756226, -0.4425770044326782, 1.3256303071975708, 0.8529412746429443, 0.9929972887039185, 1.6232492923736572, 1.3606443405151367, 1.6232492923736572, 1.3081233501434326, 1.2556023597717285, 1.3956583738327026, 1.605742335319519, 1.5707283020019531, 1.465686321258545, 1.378151297569275, 1.5007003545761108, 1.4481793642044067, 1.3606443405151367, 1.1330533027648926, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 0.45028021931648254, -0.17997196316719055, 0.15266107022762299, -0.17997196316719055, 0.6953782439231873, 0.9054622650146484, 1.1330533027648926, 0.20518220961093903, -0.7401960492134094, -0.8277310132980347, -0.8802520632743835, -1.247899055480957, -1.0553221702575684, -0.5301120281219482, 1.2556023597717285, -1.335434079170227, -1.1778711080551147, -0.03991595283150673, -1.1253501176834106, -1.7380952835083008, -1.422969102859497, -1.5280112028121948, -0.9327731132507324, -0.8802520632743835, 0.8354342579841614, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.8508403301239014, 1.7983193397521973, 1.6757704019546509, 1.553221344947815, 1.5007003545761108, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2205883264541626, 0.6953782439231873, 0.17016807198524475, 0.13515406847000122, 0.8179272413253784, 0.5378152132034302, 0.7478992342948914, 0.9929972887039185, 0.6253502368927002, 0.5728292465209961, 1.0455182790756226, 1.2731093168258667, 1.2205883264541626, 1.5882353782653809, 1.430672287940979, 1.5007003545761108, 1.430672287940979, 1.4481793642044067, 1.3081233501434326, 1.1330533027648926, 0.8179272413253784, -0.4950979948043823, -0.8277310132980347, -0.1624649614095688, 1.2731093168258667, 0.2577032148838043, -0.5301120281219482, -0.14495795965194702, -0.2499999701976776, -0.7752100229263306, -0.9677870869636536, -1.0903360843658447, 0.3802522122859955, 0.6953782439231873, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.18767507374286652, 0.6078432202339172, 0.8529412746429443, 0.7829132676124573, 0.8354342579841614, 0.6603642702102661, 0.9229692816734314, 0.9929972887039185, 0.7478992342948914, 0.8704482913017273, 0.9754902720451355, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.2752102017402649, 0.45028021931648254, 0.432773232460022, 0.3277312219142914, 0.6778712272644043, 0.7303922772407532, 0.5378152132034302, 0.6953782439231873, 0.7478992342948914, 0.520308256149292, 0.7128852605819702, 0.9579832553863525, 1.0630252361297607, 1.1505602598190308, 0.8704482913017273, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.1855742931365967, 1.0630252361297607, 0.7128852605819702, -0.6876749992370605, -1.6330533027648926, -1.6155462265014648, 0.1001400575041771, -0.14495795965194702, 0.9404762983322144, 1.0455182790756226, 1.378151297569275, 1.5882353782653809, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5007003545761108, 1.2380952835083008, 0.9929972887039185, 1.518207311630249, 1.605742335319519, 1.518207311630249, 1.3606443405151367, 1.1330533027648926, 0.7829132676124573, 1.0980392694473267, 0.9229692816734314, 0.3277312219142914, 1.1505602598190308, 0.7303922772407532, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 1.3606443405151367, 1.815826416015625, 1.5357143878936768, 0.7128852605819702, -0.7752100229263306, -1.160364031791687, -0.6176469922065735, 0.18767507374286652, -0.6176469922065735, -0.7401960492134094, 0.6953782439231873, -0.5126050114631653, -1.2303920984268188, 0.8529412746429443, -0.6876749992370605, -1.4404760599136353, -1.3879550695419312, -1.422969102859497, -1.0728291273117065, -0.8977590203285217, 1.2205883264541626, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.2556023597717285, 1.2906162738800049, 1.465686321258545, 1.7457983493804932, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7983193397521973, 1.7107843160629272, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.4131653308868408, 1.5357143878936768, 1.6757704019546509, 1.728291392326355, 1.6232492923736572, 1.605742335319519, 1.483193278312683, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 0.45028021931648254, 0.18767507374286652, 0.7128852605819702, 1.0455182790756226, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 1.343137264251709, 1.3081233501434326, 1.4131653308868408, 1.465686321258545, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.465686321258545, 1.378151297569275, 1.0455182790756226, 0.2752102017402649, 0.9229692816734314, 0.432773232460022, 0.08263305574655533, -0.3550419807434082, 1.3256303071975708, 0.8704482913017273, 0.5553222298622131, 0.3277312219142914, -0.057422954589128494, 0.03011205606162548, 0.432773232460022, -0.3200279772281647, 0.4852942228317261, 0.2752102017402649, 0.432773232460022, 0.39775922894477844, 0.5728292465209961, 0.9229692816734314, 0.6078432202339172, 0.8179272413253784, 0.520308256149292, 0.9579832553863525, 0.6778712272644043, 0.7478992342948914, 0.8704482913017273, 0.7654062509536743, 0.8004202842712402, 0.4852942228317261, 0.590336263179779, 0.5553222298622131, 0.432773232460022, 0.4677872359752655, 0.34523820877075195, 0.2752102017402649, 0.3802522122859955, 0.8704482913017273, 0.7654062509536743, 0.7128852605819702, 0.6778712272644043, 0.7654062509536743, 0.9579832553863525, 0.8704482913017273, 1.0980392694473267, 1.3256303071975708, 1.430672287940979, 1.0805323123931885, 0.9579832553863525, 1.0980392694473267, 0.9054622650146484, 0.08263305574655533, -1.3879550695419312, -1.6855742931365967, 0.3802522122859955, 0.9579832553863525, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.4481793642044067, 1.343137264251709, 1.465686321258545, 1.483193278312683, 1.6582633256912231, 1.728291392326355, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 0.7829132676124573, 1.465686321258545, 1.5882353782653809, 1.1855742931365967, 0.6778712272644043, 1.693277359008789, 1.2380952835083008, 1.0980392694473267, 0.6778712272644043, 0.6253502368927002, 0.45028021931648254, 0.5378152132034302, 0.8179272413253784, 0.45028021931648254, 0.9054622650146484, 0.5553222298622131, 0.590336263179779, 0.13515406847000122, 1.1855742931365967, -0.9502801299095154, -0.7927170395851135, -0.7577030062675476, -0.8452380299568176, -1.3004200458526611, 0.2752102017402649, 0.45028021931648254, -0.9327731132507324, -0.33753499388694763, -0.39005598425865173, -1.1078431606292725, -1.0553221702575684, -0.7051820158958435, -0.8627450466156006, -0.8627450466156006, 1.1330533027648926, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.2906162738800049, 1.465686321258545, 1.6757704019546509, 1.8508403301239014, 1.9208683967590332, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.8858543634414673, 1.7633053064346313, 1.693277359008789, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.1680673360824585, 1.4481793642044067, 1.465686321258545, 1.693277359008789, 1.518207311630249, 1.605742335319519, 1.6582633256912231, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.1855742931365967, 1.0980392694473267, 1.378151297569275, 1.4131653308868408, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.465686321258545, 1.6232492923736572, 1.5357143878936768, 1.1505602598190308, 1.3081233501434326, 0.7303922772407532, 1.2906162738800049, -0.10994396358728409, 0.6603642702102661, 0.9404762983322144, 1.2556023597717285, 0.6778712272644043, 0.9754902720451355, 0.9054622650146484, 1.1680673360824585, 0.5378152132034302, 0.34523820877075195, -0.0049019488506019115, 0.8704482913017273, 0.432773232460022, 0.8529412746429443, 0.03011205606162548, 0.6603642702102661, 0.7303922772407532, 0.415266215801239, 0.7303922772407532, 0.5728292465209961, 0.9229692816734314, 0.5553222298622131, 0.7303922772407532, 0.7478992342948914, 0.6253502368927002, 0.6953782439231873, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.8879552483558655, 0.4677872359752655, 0.6953782439231873, 0.9754902720451355, 0.6078432202339172, 0.9054622650146484, 0.8179272413253784, 1.0455182790756226, 0.8879552483558655, 1.0455182790756226, 1.3081233501434326, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.0805323123931885, 1.1680673360824585, 0.6428572535514832, -0.5651260018348694, -1.6330533027648926, -0.7401960492134094, 0.9579832553863525, 1.1155463457107544, 1.0280113220214844, 0.590336263179779, 1.0280113220214844, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6757704019546509, 1.605742335319519, 1.1505602598190308, 1.1855742931365967, 1.3256303071975708, 1.6232492923736572, 1.640756368637085, 1.7983193397521973, 0.9054622650146484, 1.2731093168258667, 0.9404762983322144, 0.9754902720451355, 1.3256303071975708, 1.0805323123931885, 1.2906162738800049, 0.20518220961093903, 1.0630252361297607, 0.13515406847000122, 0.8704482913017273, 0.6078432202339172, 1.2556023597717285, 1.1505602598190308, 1.430672287940979, 1.0455182790756226, 0.9229692816734314, 0.0476190559566021, -0.8277310132980347, -0.8277310132980347, -0.4950979948043823, -0.8102240562438965, -1.3004200458526611, -0.28501397371292114, 0.5378152132034302, -1.2128850221633911, -0.5301120281219482, -0.4600839912891388, -0.9852941036224365, -1.0728291273117065, -1.0728291273117065, -1.0378150939941406, -0.4075630009174347, 1.0630252361297607, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885], [1.728291392326355, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.2380952835083008, 1.2556023597717285, 1.5007003545761108, 1.8333333730697632, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.4481793642044067, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.2030812501907349, 1.1330533027648926, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.2380952835083008, 1.4481793642044067, 1.553221344947815, 1.518207311630249, 1.6582633256912231, 1.6582633256912231, 1.605742335319519, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.518207311630249, 1.1505602598190308, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.2906162738800049, 1.2380952835083008, 1.3256303071975708, 1.3081233501434326, 1.0980392694473267, 1.1680673360824585, 1.2380952835083008, 0.9404762983322144, 0.8879552483558655, 0.7128852605819702, 0.9579832553863525, 0.8529412746429443, 0.7303922772407532, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.8879552483558655, 0.9229692816734314, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.6603642702102661, 0.520308256149292, 0.29271721839904785, 0.4677872359752655, 0.7654062509536743, 0.8529412746429443, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 0.8529412746429443, 1.378151297569275, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.3956583738327026, 1.2205883264541626, 1.1855742931365967, 0.9754902720451355, 0.17016807198524475, -0.9852941036224365, -1.1078431606292725, -0.21498596668243408, 0.012605053372681141, 1.0980392694473267, 1.2731093168258667, 1.0630252361297607, 1.0455182790756226, 1.5357143878936768, 1.378151297569275, 1.553221344947815, 1.5707283020019531, 1.7107843160629272, 1.2380952835083008, 1.5707283020019531, 1.553221344947815, 1.465686321258545, 1.518207311630249, 1.430672287940979, 0.9754902720451355, 0.9579832553863525, 0.8354342579841614, 1.2731093168258667, 1.3256303071975708, 0.9929972887039185, 1.3256303071975708, 1.1855742931365967, 1.0630252361297607, 1.0630252361297607, 0.08263305574655533, 1.0105042457580566, 0.6078432202339172, 0.6078432202339172, 1.2030812501907349, 1.1505602598190308, 1.6232492923736572, 1.1330533027648926, 1.605742335319519, 1.3081233501434326, 0.8529412746429443, -0.5126050114631653, -1.3529410362243652, -1.1078431606292725, -1.2303920984268188, -1.3879550695419312, -1.2654061317443848, 0.2752102017402649, -1.422969102859497, -0.8102240562438965, -0.33753499388694763, -0.6526610255241394, -1.0028010606765747, -0.9327731132507324, -1.0903360843658447, 0.18767507374286652, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607], [1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.378151297569275, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.1505602598190308, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1330533027648926, 0.8879552483558655, 0.8704482913017273, 0.9404762983322144, 0.8179272413253784, 0.8704482913017273, 1.1680673360824585, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.553221344947815, 1.6582633256912231, 1.693277359008789, 1.6232492923736572, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.2556023597717285, 1.3606443405151367, 1.430672287940979, 1.2380952835083008, 1.0105042457580566, 1.3081233501434326, 1.0105042457580566, 0.9404762983322144, 1.0105042457580566, 0.9579832553863525, 1.0105042457580566, 0.7829132676124573, 0.2577032148838043, 0.6953782439231873, 0.8179272413253784, 0.7303922772407532, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.6253502368927002, 0.7478992342948914, 0.6603642702102661, 0.4677872359752655, 0.8004202842712402, 0.8879552483558655, 0.8179272413253784, 0.9404762983322144, 0.8879552483558655, 0.6953782439231873, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.6953782439231873, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 0.9404762983322144, 1.1855742931365967, 0.7303922772407532, -0.8627450466156006, -1.2654061317443848, -1.160364031791687, 0.4852942228317261, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.378151297569275, 1.3956583738327026, 1.605742335319519, 1.3081233501434326, 1.6232492923736572, 1.2205883264541626, 1.430672287940979, 1.553221344947815, 1.6582633256912231, 0.8704482913017273, 0.7128852605819702, 1.2906162738800049, 1.1330533027648926, 0.9754902720451355, 1.2556023597717285, 1.518207311630249, 1.1330533027648926, 1.343137264251709, 1.1855742931365967, 1.4131653308868408, 1.2556023597717285, 0.7478992342948914, 1.2030812501907349, 0.5553222298622131, 0.8704482913017273, 0.7128852605819702, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.0455182790756226, 1.605742335319519, 0.8879552483558655, 1.378151297569275, 0.5553222298622131, -0.6351540088653564, -1.5105042457580566, -1.282913088798523, -1.1428570747375488, -1.335434079170227, -1.160364031791687, -0.09243696182966232, -1.4754900932312012, -1.0028010606765747, -0.42506998777389526, -0.6001400351524353, -0.6176469922065735, -0.9152660369873047, -1.0028010606765747, 0.9054622650146484, 1.0805323123931885, 1.0630252361297607], [1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.2556023597717285, 1.3956583738327026, 1.5882353782653809, 1.7633053064346313, 1.8858543634414673, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.8508403301239014, 1.780812382698059, 1.693277359008789, 1.6232492923736572, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2380952835083008, 1.0980392694473267, 0.9754902720451355, 1.1855742931365967, 1.0105042457580566, 1.0805323123931885, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.5007003545761108, 1.6582633256912231, 1.3956583738327026, 1.378151297569275, 1.3081233501434326, 1.2556023597717285, 1.378151297569275, 1.1855742931365967, 1.2030812501907349, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2030812501907349, 0.8879552483558655, 1.0455182790756226, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.7128852605819702, 0.8004202842712402, 1.0105042457580566, 0.590336263179779, 0.7303922772407532, 0.8004202842712402, 0.8004202842712402, 0.7128852605819702, 0.7303922772407532, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.6078432202339172, 0.9229692816734314, 1.0805323123931885, 0.9054622650146484, 0.8354342579841614, 1.1330533027648926, 1.0280113220214844, 0.7128852605819702, 1.0280113220214844, 1.1855742931365967, 1.1680673360824585, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 0.6953782439231873, -0.7927170395851135, -1.720588207244873, -0.5826330184936523, 0.18767507374286652, 0.9054622650146484, 0.8879552483558655, 1.3081233501434326, 1.483193278312683, 0.8354342579841614, 1.3606443405151367, 1.3256303071975708, 1.5357143878936768, 1.5707283020019531, 1.1855742931365967, 1.0630252361297607, 1.465686321258545, 0.9579832553863525, 1.2906162738800049, 0.7829132676124573, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.0455182790756226, 1.2205883264541626, 1.3081233501434326, 1.430672287940979, 0.6603642702102661, 1.0455182790756226, 1.2380952835083008, 0.7478992342948914, 1.1680673360824585, 1.0630252361297607, 1.1680673360824585, 1.3956583738327026, 1.5007003545761108, 0.8879552483558655, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.2030812501907349, 1.2205883264541626, 0.415266215801239, -0.07492996007204056, -1.422969102859497, -1.370448112487793, -1.247899055480957, -1.3529410362243652, -1.0728291273117065, -0.9502801299095154, -1.5455182790756226, -0.8452380299568176, -0.6176469922065735, -0.7226890325546265, -0.28501397371292114, -1.0903360843658447, -1.160364031791687, 1.2030812501907349, 1.0280113220214844], [1.6582633256912231, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.5007003545761108, 1.6232492923736572, 1.728291392326355, 1.868347406387329, 1.8858543634414673, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7107843160629272, 1.7107843160629272, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.343137264251709, 1.343137264251709, 1.1330533027648926, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 0.8179272413253784, 0.6778712272644043, 0.8529412746429443, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.0805323123931885, 1.2030812501907349, 0.6953782439231873, 0.7829132676124573, 1.0280113220214844, 1.1155463457107544, 1.2731093168258667, 0.9404762983322144, 1.0805323123931885, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5882353782653809, 1.430672287940979, 1.343137264251709, 1.4131653308868408, 1.5707283020019531, 1.4131653308868408, 1.1680673360824585, 1.0630252361297607, 0.9579832553863525, 1.3256303071975708, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 0.9229692816734314, 0.7128852605819702, 0.9229692816734314, 0.9404762983322144, 0.34523820877075195, 0.03011205606162548, 0.9404762983322144, 0.45028021931648254, 0.7478992342948914, 0.6428572535514832, 0.7829132676124573, 0.502801239490509, 0.6428572535514832, 0.9054622650146484, 0.8879552483558655, 0.7829132676124573, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.9404762983322144, 0.6603642702102661, 0.7128852605819702, 0.6603642702102661, 0.9404762983322144, 0.590336263179779, 0.9929972887039185, -0.0049019488506019115, 0.8879552483558655, 0.8529412746429443, 0.7478992342948914, 1.2556023597717285, 1.3606443405151367, 1.2731093168258667, 1.3606443405151367, 1.2380952835083008, 1.3956583738327026, 1.2731093168258667, 1.2906162738800049, 0.6778712272644043, -0.10994396358728409, -1.5280112028121948, -1.4404760599136353, 0.415266215801239, 0.45028021931648254, 0.6428572535514832, 1.2205883264541626, 0.6778712272644043, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.7107843160629272, 1.378151297569275, 1.3081233501434326, 1.483193278312683, 1.3256303071975708, 1.2906162738800049, 1.0980392694473267, 1.378151297569275, 1.3606443405151367, 0.8879552483558655, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2205883264541626, 0.45028021931648254, 0.8879552483558655, 1.2380952835083008, 0.7829132676124573, 0.590336263179779, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.6428572535514832, 0.7478992342948914, 0.415266215801239, 0.7654062509536743, 0.8529412746429443, 0.6253502368927002, 0.6778712272644043, 1.1155463457107544, 0.1001400575041771, 0.1001400575041771, -0.3025209903717041, -1.3004200458526611, -1.3879550695419312, -1.2654061317443848, -1.0553221702575684, -1.1253501176834106, -1.3879550695419312, -1.0728291273117065, -1.0203081369400024, -0.5826330184936523, -0.6701680421829224, -0.9502801299095154, -1.2128850221633911, -1.0028010606765747, 1.9558824300765991], [1.605742335319519, 1.5882353782653809, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3606443405151367, 1.5707283020019531, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.640756368637085, 1.553221344947815, 1.483193278312683, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.2906162738800049, 1.3256303071975708, 1.2906162738800049, 1.3256303071975708, 1.1505602598190308, 1.0805323123931885, 1.2731093168258667, 1.2380952835083008, 1.0105042457580566, 0.9929972887039185, 0.8529412746429443, 1.1330533027648926, 1.3256303071975708, 1.2556023597717285, 1.2205883264541626, 1.343137264251709, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.0630252361297607, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.6953782439231873, 0.6078432202339172, 0.520308256149292, 0.3627452254295349, 0.520308256149292, 0.5553222298622131, 0.4852942228317261, 0.4677872359752655, 0.7654062509536743, 0.7829132676124573, 0.6253502368927002, 0.7478992342948914, 0.8529412746429443, 0.7128852605819702, 0.6078432202339172, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.7303922772407532, 0.590336263179779, 0.8529412746429443, 0.8704482913017273, 0.5553222298622131, 0.5553222298622131, 0.8704482913017273, 0.8879552483558655, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.3606443405151367, 1.465686321258545, 1.4481793642044067, 1.2906162738800049, 1.0280113220214844, 0.17016807198524475, -1.6505602598190308, -1.2303920984268188, -0.8977590203285217, -0.7226890325546265, 0.8704482913017273, 0.8179272413253784, 0.8879552483558655, 1.343137264251709, 1.6757704019546509, 1.2556023597717285, 1.0630252361297607, 1.2556023597717285, 1.5357143878936768, 1.1855742931365967, 1.1505602598190308, 1.2030812501907349, 1.553221344947815, 1.0805323123931885, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.2030812501907349, 0.9579832553863525, 0.8879552483558655, 0.6603642702102661, 0.7128852605819702, 0.432773232460022, 0.6953782439231873, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.6253502368927002, 0.5378152132034302, 0.7654062509536743, 0.3802522122859955, 0.2752102017402649, 0.9054622650146484, 0.24019621312618256, 0.7829132676124573, 0.6953782439231873, -0.5126050114631653, -1.1253501176834106, -1.422969102859497, -1.247899055480957, -1.3004200458526611, -1.1778711080551147, -1.3879550695419312, -1.195378065109253, -0.8277310132980347, -0.6701680421829224, -0.7752100229263306, -1.0378150939941406, -1.0728291273117065, -0.42506998777389526], [1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.4131653308868408, 1.7107843160629272, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2731093168258667, 1.1505602598190308, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.1680673360824585, 0.9929972887039185, 0.9054622650146484, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.1505602598190308, 1.4131653308868408, 1.2556023597717285, 1.3956583738327026, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.343137264251709, 1.2380952835083008, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 0.8529412746429443, 1.0980392694473267, 1.2205883264541626, 1.3956583738327026, 1.430672287940979, 1.343137264251709, 1.1330533027648926, 1.3606443405151367, 0.7478992342948914, 1.2030812501907349, 1.1855742931365967, 0.9929972887039185, 0.9404762983322144, 1.0280113220214844, 0.8529412746429443, 0.8879552483558655, 0.7128852605819702, 0.8529412746429443, 0.7128852605819702, 0.7654062509536743, 0.6953782439231873, 0.3627452254295349, 0.2226892113685608, 0.4852942228317261, 0.3102242052555084, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.6953782439231873, 0.7829132676124573, 0.9404762983322144, 0.8004202842712402, 0.8354342579841614, 0.7303922772407532, 0.5378152132034302, 0.6603642702102661, 0.432773232460022, 0.7303922772407532, 0.502801239490509, 0.7478992342948914, 0.8879552483558655, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.483193278312683, 1.3081233501434326, 1.1855742931365967, 1.2556023597717285, 1.1155463457107544, 0.1001400575041771, -1.3179271221160889, -1.5280112028121948, -0.5651260018348694, -0.8102240562438965, -0.022408949211239815, 0.9929972887039185, 1.518207311630249, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.0455182790756226, 1.465686321258545, 1.0455182790756226, 1.2556023597717285, 1.1330533027648926, 1.3081233501434326, 0.7829132676124573, 0.9929972887039185, 1.0980392694473267, 1.2731093168258667, 1.0805323123931885, 1.6232492923736572, 0.9929972887039185, 1.1855742931365967, 0.9929972887039185, 0.9229692816734314, 0.7829132676124573, 0.7654062509536743, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.6603642702102661, 0.9404762983322144, 0.5553222298622131, 0.7128852605819702, 0.5378152132034302, 1.0455182790756226, 1.0455182790756226, 1.1505602598190308, 1.1155463457107544, -0.2499999701976776, -1.0378150939941406, -1.6155462265014648, -1.1253501176834106, -1.2128850221633911, -1.0553221702575684, -1.2303920984268188, -1.0903360843658447, -1.2303920984268188, -0.6526610255241394, -0.42506998777389526, -1.1078431606292725, -1.0903360843658447], [1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.5882353782653809, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.2731093168258667, 1.2556023597717285, 1.1330533027648926, 1.1680673360824585, 1.1330533027648926, 1.2205883264541626, 1.3956583738327026, 1.343137264251709, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2030812501907349, 1.2380952835083008, 1.1505602598190308, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.2380952835083008, 0.8179272413253784, 0.6778712272644043, 1.1330533027648926, 1.2030812501907349, 0.8879552483558655, 0.8354342579841614, 0.9229692816734314, 0.6603642702102661, 0.502801239490509, 0.6428572535514832, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.7478992342948914, 0.8529412746429443, 0.590336263179779, 0.3627452254295349, 0.9579832553863525, 0.520308256149292, 0.2577032148838043, 0.8879552483558655, 0.39775922894477844, 0.8529412746429443, 0.45028021931648254, 0.5378152132034302, 0.4852942228317261, 1.0105042457580566, 0.9754902720451355, 0.8179272413253784, 0.9054622650146484, 0.9229692816734314, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.3256303071975708, 1.2030812501907349, 1.483193278312683, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 0.8004202842712402, -0.9852941036224365, -1.335434079170227, -1.282913088798523, -0.28501397371292114, -0.0049019488506019115, 0.9929972887039185, 0.7829132676124573, 0.5728292465209961, 0.9404762983322144, 1.2380952835083008, 0.8879552483558655, 1.0980392694473267, 1.0980392694473267, 0.8529412746429443, 0.8529412746429443, 0.7654062509536743, 0.8529412746429443, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.2906162738800049, 0.6428572535514832, 0.9754902720451355, 0.9054622650146484, 0.6078432202339172, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.7654062509536743, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.7654062509536743, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 0.8179272413253784, -1.282913088798523, -1.580532193183899, -1.3004200458526611, -1.1778711080551147, -1.1428570747375488, -1.2303920984268188, -1.0903360843658447, -1.6330533027648926, -0.057422954589128494, -0.6176469922065735, -1.0903360843658447], [1.518207311630249, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1505602598190308, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 0.9404762983322144, 1.430672287940979, 1.5007003545761108, 1.0280113220214844, 0.9404762983322144, 1.1680673360824585, 0.8879552483558655, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.0805323123931885, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.3606443405151367, 1.2556023597717285, 1.343137264251709, 1.1155463457107544, 1.1680673360824585, 1.1330533027648926, 0.9754902720451355, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9404762983322144, 1.1855742931365967, 1.2731093168258667, 0.8704482913017273, 0.8704482913017273, 1.2556023597717285, 1.0455182790756226, 0.9929972887039185, 1.0980392694473267, 0.9929972887039185, 0.9229692816734314, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7303922772407532, 0.8879552483558655, 0.7303922772407532, 0.6778712272644043, 0.9054622650146484, 1.0280113220214844, 0.9929972887039185, 0.415266215801239, 0.502801239490509, 0.6953782439231873, 0.7303922772407532, 0.3277312219142914, 0.4852942228317261, 0.5728292465209961, 0.7829132676124573, 0.6078432202339172, 0.3627452254295349, 0.6428572535514832, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.5357143878936768, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.378151297569275, 1.465686321258545, 1.0980392694473267, -0.2499999701976776, -1.1253501176834106, -1.7380952835083008, -0.3550419807434082, -0.5301120281219482, 0.24019621312618256, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.8004202842712402, 0.8529412746429443, 1.1855742931365967, 1.1155463457107544, 1.1505602598190308, 0.8354342579841614, 0.8004202842712402, 1.3081233501434326, 0.9404762983322144, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 0.7829132676124573, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0980392694473267, 1.0280113220214844, 1.1155463457107544, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.4131653308868408, -1.0203081369400024, -1.4929972887039185, -1.370448112487793, -1.2654061317443848, -1.2303920984268188, -1.247899055480957, -1.2128850221633911, -1.5105042457580566, 0.6428572535514832, -0.8102240562438965], [1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.5707283020019531, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.2731093168258667, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.0630252361297607, 0.9229692816734314, 1.0280113220214844, 1.1680673360824585, 1.2205883264541626, 1.1680673360824585, 1.0805323123931885, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.430672287940979, 1.2731093168258667, 1.3256303071975708, 1.2380952835083008, 1.1505602598190308, 1.0455182790756226, 0.9929972887039185, 1.1505602598190308, 0.9929972887039185, 1.1855742931365967, 1.2731093168258667, 0.9929972887039185, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.0980392694473267, 1.0630252361297607, 0.8004202842712402, 0.9229692816734314, 0.7829132676124573, 0.5728292465209961, 0.7128852605819702, 0.8704482913017273, 0.8879552483558655, 0.7654062509536743, 0.6953782439231873, 0.7478992342948914, 0.8529412746429443, 0.6953782439231873, 0.7478992342948914, 0.4677872359752655, 0.3627452254295349, 0.5553222298622131, 0.4852942228317261, 0.39775922894477844, 0.45028021931648254, 0.590336263179779, 0.6078432202339172, 0.7829132676124573, 0.7829132676124573, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.3606443405151367, 1.2906162738800049, 1.483193278312683, 1.2556023597717285, 0.8879552483558655, -0.7927170395851135, -1.370448112487793, -1.5630252361297607, -0.7401960492134094, -0.057422954589128494, 0.3802522122859955, 0.5728292465209961, 0.6428572535514832, 0.5728292465209961, 0.8704482913017273, 0.8704482913017273, 1.0630252361297607, 0.8354342579841614, 1.1855742931365967, 0.7303922772407532, 0.7654062509536743, 1.2030812501907349, 0.9929972887039185, 1.0455182790756226, 0.17016807198524475, 0.9054622650146484, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.6428572535514832, -1.422969102859497, -1.5630252361297607, -1.3879550695419312, -1.3179271221160889, -1.3004200458526611, -1.3179271221160889, -1.370448112487793, 0.6778712272644043], [1.4481793642044067, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.605742335319519, 1.5882353782653809, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4481793642044067, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.8879552483558655, 0.8179272413253784, 1.0980392694473267, 1.2906162738800049, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.2030812501907349, 1.2731093168258667, 1.2030812501907349, 1.4131653308868408, 1.430672287940979, 0.9229692816734314, 0.8529412746429443, 0.8354342579841614, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.2380952835083008, 1.1155463457107544, 1.2380952835083008, 1.1680673360824585, 1.0455182790756226, 1.0805323123931885, 1.2205883264541626, 1.343137264251709, 0.9754902720451355, 1.1330533027648926, 0.9229692816734314, 0.7829132676124573, 0.9579832553863525, 1.0630252361297607, 0.9929972887039185, 0.8354342579841614, 0.6428572535514832, 0.590336263179779, 1.1155463457107544, 0.7829132676124573, 0.7654062509536743, 0.5728292465209961, 0.6603642702102661, 0.7829132676124573, 0.520308256149292, 0.5378152132034302, 0.7128852605819702, 0.5553222298622131, 0.6603642702102661, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8004202842712402, 0.9754902720451355, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 1.0630252361297607, 1.3606443405151367, 1.2205883264541626, 1.2030812501907349, 1.3081233501434326, 1.4481793642044067, 1.3606443405151367, 1.4131653308868408, 1.3606443405151367, 1.2731093168258667, 0.7303922772407532, -0.8277310132980347, -1.0203081369400024, -1.1778711080551147, -0.6526610255241394, 0.012605053372681141, -0.7577030062675476, -0.28501397371292114, 0.6603642702102661, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 0.9054622650146484, 0.9754902720451355, 0.8179272413253784, 0.5378152132034302, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.2380952835083008, -0.057422954589128494, -1.4404760599136353, -1.4054621458053589, -1.3179271221160889, -1.247899055480957, -1.370448112487793, -1.335434079170227], [1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6232492923736572, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2030812501907349, 1.2205883264541626, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.8004202842712402, 1.0980392694473267, 1.1330533027648926, 1.3256303071975708, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.2731093168258667, 1.0980392694473267, 1.1330533027648926, 0.8179272413253784, 0.9054622650146484, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2906162738800049, 1.2030812501907349, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.343137264251709, 1.2205883264541626, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 0.9229692816734314, 0.6603642702102661, 1.1155463457107544, 0.8879552483558655, 0.45028021931648254, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.8704482913017273, 0.9229692816734314, 0.520308256149292, 0.5378152132034302, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.7478992342948914, 0.9579832553863525, 0.8529412746429443, 0.8879552483558655, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.9579832553863525, 1.1505602598190308, 1.4481793642044067, 1.1855742931365967, 1.0455182790756226, 1.2380952835083008, 1.343137264251709, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.2030812501907349, 0.7478992342948914, -0.8452380299568176, -1.3004200458526611, -0.5126050114631653, -1.0378150939941406, -1.3179271221160889, 0.4677872359752655, 0.520308256149292, 0.9929972887039185, 0.8354342579841614, 0.8004202842712402, 1.0630252361297607, 0.9579832553863525, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.0805323123931885, 1.2205883264541626, -0.2499999701976776, -1.720588207244873, -1.457983136177063, -1.370448112487793, -1.422969102859497], [1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.465686321258545, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.8704482913017273, 0.39775922894477844, 0.9929972887039185, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.0455182790756226, 1.1855742931365967, 1.2030812501907349, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.2380952835083008, 0.9754902720451355, 1.0805323123931885, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.343137264251709, 1.1680673360824585, 1.1505602598190308, 0.9579832553863525, 0.7654062509536743, 1.343137264251709, 1.1855742931365967, 0.8179272413253784, 0.7303922772407532, 1.0280113220214844, 0.8179272413253784, 0.8004202842712402, 0.7303922772407532, 0.7478992342948914, 0.4677872359752655, 0.6603642702102661, 0.3802522122859955, 0.6253502368927002, 0.7128852605819702, 0.7829132676124573, 0.7128852605819702, 0.8529412746429443, 0.8179272413253784, 0.7303922772407532, 0.5728292465209961, 0.9404762983322144, 0.6078432202339172, 0.7654062509536743, 1.0105042457580566, 1.0630252361297607, 1.0105042457580566, 1.2380952835083008, 0.8354342579841614, 1.0980392694473267, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.3081233501434326, 1.3956583738327026, 0.8354342579841614, 0.2226892113685608, -1.1078431606292725, -1.5105042457580566, -1.0553221702575684, -0.6701680421829224, -0.03991595283150673, 0.3802522122859955, 0.9404762983322144, 0.8179272413253784, 0.8879552483558655, 1.0630252361297607, 0.8354342579841614, 0.6253502368927002, 0.8879552483558655, 0.8879552483558655, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 0.2577032148838043, -1.5455182790756226, -1.370448112487793], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.5357143878936768, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.4481793642044067, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.2380952835083008, 1.2556023597717285, 1.1330533027648926, 1.1330533027648926, 1.0630252361297607, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.0805323123931885, 1.0455182790756226, 1.2731093168258667, 1.3081233501434326, 1.2380952835083008, 1.0980392694473267, 1.0280113220214844, 0.8354342579841614, 0.9579832553863525, 0.9929972887039185, 0.8879552483558655, 0.7829132676124573, 0.7478992342948914, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.2205883264541626, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2380952835083008, 1.2906162738800049, 1.2030812501907349, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 1.0805323123931885, 0.7654062509536743, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.502801239490509, 0.8704482913017273, 0.5728292465209961, 0.6428572535514832, 0.8879552483558655, 0.8879552483558655, 0.7478992342948914, 0.6428572535514832, 0.7303922772407532, 0.8879552483558655, 0.6953782439231873, 0.502801239490509, 0.9929972887039185, 0.6953782439231873, 0.9929972887039185, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.465686321258545, 1.4131653308868408, 1.4481793642044067, 1.2556023597717285, 1.0980392694473267, -0.3200279772281647, -1.195378065109253, -1.457983136177063, -1.580532193183899, -0.7401960492134094, -0.09243696182966232, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.9754902720451355, -0.37254899740219116, 0.7128852605819702, 0.7654062509536743, 1.1680673360824585, 1.1855742931365967, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.1330533027648926], [1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.6757704019546509, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1155463457107544, 1.0630252361297607, 1.0980392694473267, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.2906162738800049, 1.2906162738800049, 0.9929972887039185, 1.0805323123931885, 0.9229692816734314, 0.9929972887039185, 0.7128852605819702, 0.6953782439231873, 0.9929972887039185, 0.590336263179779, 0.6253502368927002, 1.0805323123931885, 0.9754902720451355, 1.1330533027648926, 1.0980392694473267, 1.2731093168258667, 1.2556023597717285, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 1.2205883264541626, 1.3606443405151367, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 1.0280113220214844, 1.1155463457107544, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.7654062509536743, 0.8354342579841614, 0.7128852605819702, 0.6428572535514832, 0.7478992342948914, 0.7128852605819702, 0.9579832553863525, 0.8179272413253784, 1.0455182790756226, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 1.0105042457580566, 0.6078432202339172, 0.8354342579841614, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.0630252361297607, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.5007003545761108, 1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.2731093168258667, 0.6253502368927002, -0.3025209903717041, -1.1253501176834106, -1.2303920984268188, -1.4929972887039185, -0.6176469922065735, -0.4425770044326782, -0.03991595283150673, 0.6078432202339172, -0.4425770044326782, 0.08263305574655533, 0.5728292465209961, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185], [1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.465686321258545, 1.640756368637085, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.1680673360824585, 1.0630252361297607, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 0.8704482913017273, 1.0980392694473267, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 1.0630252361297607, 0.6603642702102661, 0.6778712272644043, 0.9929972887039185, 0.590336263179779, 0.590336263179779, 0.7303922772407532, 0.9054622650146484, 0.6603642702102661, 0.8004202842712402, 0.8529412746429443, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.0630252361297607, 1.0280113220214844, 1.2030812501907349, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.2380952835083008, 0.8179272413253784, 1.0980392694473267, 1.1155463457107544, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 0.9404762983322144, 0.8879552483558655, 0.9579832553863525, 0.8529412746429443, 0.8004202842712402, 0.6953782439231873, 0.590336263179779, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.6778712272644043, 1.0105042457580566, 0.7829132676124573, 0.8879552483558655, 0.8179272413253784, 0.7128852605819702, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 0.432773232460022, 1.1155463457107544, 0.6778712272644043, 1.1680673360824585, 1.0980392694473267, 1.2030812501907349, 1.1155463457107544, 1.2731093168258667, 1.3606443405151367, 1.3256303071975708, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 0.9229692816734314, 0.3802522122859955, -0.10994396358728409, -0.7226890325546265, -1.1778711080551147, -0.9502801299095154, -0.14495795965194702, -0.47759100794792175, -0.26750698685646057, 0.15266107022762299, 1.0805323123931885, 1.3256303071975708, 1.1330533027648926, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525], [1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.553221344947815, 1.5007003545761108, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.1330533027648926, 1.0805323123931885, 1.0105042457580566, 0.9404762983322144, 1.1855742931365967, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 0.9929972887039185, 0.7829132676124573, 0.6603642702102661, 0.5378152132034302, 0.7478992342948914, 0.6428572535514832, 0.4677872359752655, 0.6603642702102661, 1.0280113220214844, 0.8704482913017273, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.502801239490509, 0.6428572535514832, 0.8179272413253784, 0.9054622650146484, 0.7303922772407532, 0.7303922772407532, 0.9054622650146484, 1.0105042457580566, 1.1330533027648926, 0.9929972887039185, 1.0980392694473267, 0.8354342579841614, 0.7654062509536743, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 1.0980392694473267, 1.0455182790756226, 0.9054622650146484, 0.8004202842712402, 0.7829132676124573, 1.1855742931365967, 0.9754902720451355, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.8004202842712402, 0.9054622650146484, 0.9054622650146484, 0.8354342579841614, 0.8529412746429443, 0.7128852605819702, 0.8529412746429443, 1.0105042457580566, 0.6778712272644043, 0.6253502368927002, 0.502801239490509, 0.9054622650146484, 0.45028021931648254, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.2556023597717285, 1.2380952835083008, 1.3081233501434326, 1.4481793642044067, 1.4131653308868408, 1.465686321258545, 1.378151297569275, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.2556023597717285, 1.1855742931365967, 1.0980392694473267, 0.6778712272644043, 0.4677872359752655, 0.34523820877075195, 0.9929972887039185, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.1855742931365967, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144], [1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5707283020019531, 1.5357143878936768, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.2906162738800049, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.8704482913017273, 1.0280113220214844, 1.0455182790756226, 1.1855742931365967, 1.1330533027648926, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.2731093168258667, 1.3081233501434326, 1.2205883264541626, 1.2205883264541626, 1.0805323123931885, 0.8354342579841614, 0.6953782439231873, 0.8179272413253784, 0.4677872359752655, 0.8179272413253784, 0.9404762983322144, 0.9754902720451355, 0.7478992342948914, 0.502801239490509, 0.6078432202339172, 1.0805323123931885, 0.8879552483558655, 1.0280113220214844, 0.7478992342948914, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 0.7654062509536743, 0.7478992342948914, 0.6078432202339172, 0.5728292465209961, 0.9229692816734314, 0.9929972887039185, 1.0455182790756226, 0.6603642702102661, 0.8354342579841614, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6253502368927002, 0.9579832553863525, 1.0805323123931885, 0.8704482913017273, 0.7303922772407532, 0.9229692816734314, 0.7829132676124573, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 1.0105042457580566, 0.9754902720451355, 0.6778712272644043, 0.6253502368927002, 0.7478992342948914, 0.6078432202339172, 0.502801239490509, 0.7303922772407532, 0.45028021931648254, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 0.9579832553863525, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.2380952835083008, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.343137264251709, 1.2380952835083008, 1.3081233501434326, 1.553221344947815, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484], [1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.1155463457107544, 1.1855742931365967, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9404762983322144, 0.9754902720451355, 0.8354342579841614, 0.7478992342948914, 0.29271721839904785, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.0105042457580566, 1.2556023597717285, 1.1330533027648926, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0630252361297607, 0.9929972887039185, 1.0805323123931885, 1.1680673360824585, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 0.7654062509536743, 0.7829132676124573, 0.6603642702102661, 0.9754902720451355, 0.8529412746429443, 0.7478992342948914, 0.8179272413253784, 0.6253502368927002, 0.6253502368927002, 0.7478992342948914, 0.9054622650146484, 0.7654062509536743, 0.7128852605819702, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.8529412746429443, 0.9929972887039185, 0.9754902720451355, 0.8004202842712402, 0.9404762983322144, 0.8529412746429443, 0.6428572535514832, 0.5728292465209961, 0.6953782439231873, 0.39775922894477844, 0.2577032148838043, 0.5728292465209961, 0.9579832553863525, 1.0805323123931885, 1.1505602598190308, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.1330533027648926, 1.3606443405151367, 1.4481793642044067, 1.2205883264541626, 1.343137264251709, 1.605742335319519, 1.3956583738327026, 1.483193278312683, 1.4131653308868408, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.2731093168258667, 1.378151297569275, 1.4131653308868408, 1.5007003545761108, 1.2380952835083008, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314], [1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.780812382698059, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1155463457107544, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.8179272413253784, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 1.0280113220214844, 0.8354342579841614, 0.7303922772407532, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9929972887039185, 0.9054622650146484, 0.6778712272644043, 0.9054622650146484, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 1.0455182790756226, 0.9579832553863525, 0.8704482913017273, 0.7303922772407532, 0.8179272413253784, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.8004202842712402, 0.7654062509536743, 0.8704482913017273, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 0.9929972887039185, 1.1505602598190308, 0.9579832553863525, 1.0805323123931885, 0.9404762983322144, 1.1855742931365967, 0.9054622650146484, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.7303922772407532, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.7303922772407532, 0.45028021931648254, 0.24019621312618256, 0.6078432202339172, 0.18767507374286652, 0.6778712272644043, 0.8704482913017273, 0.7478992342948914, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9929972887039185, 1.1330533027648926, 1.2380952835083008, 1.3081233501434326, 1.2556023597717285, 1.0630252361297607, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.4481793642044067, 1.0280113220214844, 1.4481793642044067, 1.4481793642044067, 1.2731093168258667, 1.3081233501434326, 1.4481793642044067, 1.465686321258545, 1.2731093168258667, 1.1855742931365967, 1.3081233501434326, 1.343137264251709, 1.2380952835083008, 1.2380952835083008, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484], [1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.5357143878936768, 1.6582633256912231, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3081233501434326, 1.2556023597717285, 1.0805323123931885, 1.0105042457580566, 0.8529412746429443, 0.7128852605819702, 0.8179272413253784, 0.8879552483558655, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8004202842712402, 0.9054622650146484, 0.7303922772407532, 0.6428572535514832, 0.7303922772407532, 0.8004202842712402, 0.7654062509536743, 0.6078432202339172, 0.3802522122859955, 0.7303922772407532, 0.8004202842712402, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 1.0630252361297607, 0.9754902720451355, 1.0455182790756226, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9929972887039185, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 1.1330533027648926, 1.0455182790756226, 1.0455182790756226, 1.2030812501907349, 1.0980392694473267, 0.8179272413253784, 1.0455182790756226, 1.0105042457580566, 0.7654062509536743, 0.8529412746429443, 0.8704482913017273, 1.2205883264541626, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7128852605819702, 0.9579832553863525, 0.6778712272644043, 0.502801239490509, 0.34523820877075195, 0.502801239490509, 0.7128852605819702, 0.9054622650146484, 0.9054622650146484, 1.0105042457580566, 1.0455182790756226, 0.7654062509536743, 1.0105042457580566, 1.0980392694473267, 1.2556023597717285, 1.1505602598190308, 1.2556023597717285, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.343137264251709, 0.9229692816734314, 1.5007003545761108, 1.378151297569275, 1.4131653308868408, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273], [0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.5882353782653809, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.0455182790756226, 0.9754902720451355, 0.6778712272644043, 0.7128852605819702, 0.9579832553863525, 0.6078432202339172, 0.6428572535514832, 0.432773232460022, 0.39775922894477844, 0.6603642702102661, 0.9404762983322144, 0.18767507374286652, 0.29271721839904785, 0.8879552483558655, 0.7654062509536743, 0.39775922894477844, 0.8879552483558655, 0.9404762983322144, 0.7654062509536743, 1.0980392694473267, 0.6603642702102661, 0.7654062509536743, 1.1330533027648926, 0.6078432202339172, 0.8179272413253784, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.1505602598190308, 0.9054622650146484, 0.9579832553863525, 1.0980392694473267, 1.1155463457107544, 1.2556023597717285, 1.3081233501434326, 0.9054622650146484, 1.0105042457580566, 1.0280113220214844, 0.8529412746429443, 1.0280113220214844, 0.7478992342948914, 0.6778712272644043, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 1.0805323123931885, 0.7303922772407532, 0.7303922772407532, 0.5553222298622131, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.5728292465209961, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.6778712272644043, 1.0805323123931885, 1.0455182790756226, 1.1330533027648926, 1.2205883264541626, 1.0630252361297607, 1.1330533027648926, 0.9054622650146484, 1.378151297569275, 1.2731093168258667, 1.1155463457107544, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.2731093168258667, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.0805323123931885, 0.9754902720451355, 0.9579832553863525, 0.8529412746429443, 0.8179272413253784, 0.9754902720451355, 0.8529412746429443, 1.2731093168258667, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 0.9229692816734314, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.9054622650146484, 0.7829132676124573, 0.9229692816734314, 0.7128852605819702, 0.8179272413253784, 0.9754902720451355, 0.8879552483558655, 0.8879552483558655, 0.7654062509536743, 0.7303922772407532, 0.5728292465209961, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 0.9754902720451355, 1.0455182790756226, 1.1330533027648926, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.9929972887039185, 0.7829132676124573, 1.0630252361297607, 1.343137264251709, 1.0280113220214844, 0.9229692816734314, 0.6603642702102661, 0.520308256149292, 0.8879552483558655, 0.8529412746429443, 0.9754902720451355, 0.9754902720451355, 0.8004202842712402, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.4677872359752655, 0.5728292465209961, 0.6953782439231873, 1.0630252361297607, 0.8529412746429443, 0.6078432202339172, 0.7829132676124573, 0.6778712272644043, 0.7829132676124573, 1.0455182790756226, 1.1855742931365967, 1.0455182790756226, 0.3627452254295349, 1.2205883264541626, 1.2731093168258667, 1.0805323123931885, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.3081233501434326, 1.2380952835083008, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.4481793642044067, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2731093168258667, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.8179272413253784, 0.7303922772407532, 1.0980392694473267, 1.1680673360824585, 1.0980392694473267, 1.1155463457107544, 1.0455182790756226, 0.9229692816734314, 0.8529412746429443, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 0.9404762983322144, 0.8179272413253784, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 0.8704482913017273, 0.9929972887039185, 0.8704482913017273, 0.9404762983322144, 0.8004202842712402, 0.9054622650146484, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.9404762983322144, 0.9054622650146484, 1.0980392694473267, 1.0630252361297607, 0.9579832553863525, 1.1330533027648926, 1.0980392694473267, 0.9229692816734314, 0.5728292465209961, 0.9754902720451355, 1.0805323123931885, 0.9229692816734314, 0.8354342579841614, 0.7128852605819702, 0.9229692816734314, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.6953782439231873, 0.9404762983322144, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.502801239490509, 0.5378152132034302, 0.4677872359752655, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.6428572535514832, 0.7829132676124573, 1.0105042457580566, 0.9054622650146484, 0.520308256149292, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.2731093168258667, 1.2731093168258667, 0.9579832553863525, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.4481793642044067, 1.378151297569275, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.430672287940979, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.0980392694473267, 1.1505602598190308, 0.7654062509536743, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7478992342948914, 0.8704482913017273, 0.8879552483558655, 0.9754902720451355, 0.9054622650146484, 0.8179272413253784, 0.9579832553863525, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0630252361297607, 1.0630252361297607, 0.8704482913017273, 0.9929972887039185, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 0.4852942228317261, 0.6778712272644043, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 0.8879552483558655, 0.9929972887039185, 0.7303922772407532, 1.0280113220214844, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.0630252361297607, 1.1330533027648926, 0.8179272413253784, 0.5728292465209961, 0.24019621312618256, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.6078432202339172, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.7128852605819702, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7478992342948914, 0.9404762983322144, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.483193278312683, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.693277359008789, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.0630252361297607, 1.0280113220214844, 0.7654062509536743, 0.7128852605819702, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.9579832553863525, 1.0805323123931885, 1.1330533027648926, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.8179272413253784, 0.8529412746429443, 1.0455182790756226, 1.0280113220214844, 1.2380952835083008, 0.502801239490509, 0.8704482913017273, 0.8879552483558655, 0.7478992342948914, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 0.7303922772407532, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.8529412746429443, 0.8354342579841614, 0.6953782439231873, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.9404762983322144, 0.6778712272644043, 0.8004202842712402, 0.6953782439231873, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.6428572535514832, 0.9404762983322144, 1.0980392694473267, 1.0805323123931885, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402], [0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.6232492923736572, 1.6582633256912231, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 1.0805323123931885, 1.0280113220214844, 1.0630252361297607, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0980392694473267, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 0.9754902720451355, 0.7478992342948914, 0.7128852605819702, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.2030812501907349, 1.2731093168258667, 1.0105042457580566, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9054622650146484, 0.9754902720451355, 1.0280113220214844, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 0.8704482913017273, 0.5728292465209961, 0.8179272413253784, 0.4852942228317261, 0.5378152132034302, 0.7654062509536743, 0.8004202842712402, 0.8879552483558655, 0.8354342579841614, 0.6953782439231873, 0.6253502368927002, 0.8354342579841614, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 1.0105042457580566, 1.0805323123931885, 1.1680673360824585, 1.483193278312683, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.343137264251709, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402], [0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.6582633256912231, 1.6757704019546509, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5357143878936768, 1.6582633256912231, 1.6582633256912231, 1.553221344947815, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2906162738800049, 1.3256303071975708, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.2205883264541626, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.0980392694473267, 1.0280113220214844, 0.9754902720451355, 1.0630252361297607, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.7654062509536743, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7654062509536743, 0.8179272413253784, 0.8004202842712402, 0.9929972887039185, 0.9404762983322144, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.0630252361297607, 1.3256303071975708, 1.4131653308868408, 1.5707283020019531, 1.6232492923736572, 1.5882353782653809, 1.4481793642044067, 1.2556023597717285, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573], [0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.640756368637085, 1.553221344947815, 1.378151297569275, 1.7457983493804932, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.6582633256912231, 1.7107843160629272, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6232492923736572, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2030812501907349, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.2205883264541626, 1.1855742931365967, 1.2906162738800049, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 0.9229692816734314, 1.1330533027648926, 1.1155463457107544, 1.0455182790756226, 0.9579832553863525, 1.0455182790756226, 0.9404762983322144, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.8879552483558655, 0.8004202842712402, 0.9054622650146484, 0.6953782439231873, 0.9404762983322144, 0.8529412746429443, 1.0280113220214844, 1.1505602598190308, 0.9929972887039185, 1.2030812501907349, 0.9929972887039185, 0.5728292465209961, 0.8004202842712402, 0.7478992342948914, 0.8529412746429443, 0.9054622650146484, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9929972887039185, 1.3081233501434326, 1.3956583738327026, 1.465686321258545, 1.553221344947815, 1.6757704019546509, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.1680673360824585, 1.1505602598190308, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784], [0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.3606443405151367, 1.465686321258545, 1.4131653308868408, 1.2731093168258667, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.1680673360824585, 0.9579832553863525, 0.9054622650146484, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 0.9229692816734314, 0.7303922772407532, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 0.7829132676124573, 0.7128852605819702, 1.0455182790756226, 0.9579832553863525, 1.0805323123931885, 1.0455182790756226, 1.4131653308868408, 1.2731093168258667, 1.2030812501907349, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8704482913017273, 0.9754902720451355, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1855742931365967, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.7107843160629272, 1.780812382698059, 1.7633053064346313, 1.605742335319519, 1.3956583738327026, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784], [0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.693277359008789, 1.5707283020019531, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.0980392694473267, 1.0455182790756226, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.9404762983322144, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 0.9929972887039185, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 0.9579832553863525, 0.8879552483558655, 0.8004202842712402, 0.9229692816734314, 1.0455182790756226, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9579832553863525, 1.2030812501907349, 1.0630252361297607, 0.8529412746429443, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.4481793642044067, 1.483193278312683, 1.3256303071975708, 1.378151297569275, 1.343137264251709, 1.6582633256912231, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.5707283020019531, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784], [0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.518207311630249, 1.6757704019546509, 1.5882353782653809, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.465686321258545, 1.3081233501434326, 1.378151297569275, 1.3606443405151367, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 0.9929972887039185, 1.0280113220214844, 1.1505602598190308, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.1330533027648926, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9754902720451355, 1.1505602598190308, 1.1505602598190308, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0980392694473267, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, 0.8529412746429443, 1.0630252361297607, 1.2380952835083008, 1.378151297569275, 1.1505602598190308, 1.2556023597717285, 1.3956583738327026, 1.430672287940979, 1.5007003545761108, 1.378151297569275, 1.3256303071975708, 1.2556023597717285, 1.6232492923736572, 1.693277359008789, 1.6582633256912231, 1.605742335319519, 1.1330533027648926, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.728291392326355, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.693277359008789, 1.605742335319519, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.5707283020019531, 1.6232492923736572, 1.5357143878936768, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3081233501434326, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.1680673360824585, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.1330533027648926, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 0.9404762983322144, 0.7829132676124573, 1.0105042457580566, 0.9579832553863525, 1.0455182790756226, 1.1330533027648926, 1.1855742931365967, 1.1330533027648926, 0.9929972887039185, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 0.8879552483558655, 0.9929972887039185, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1680673360824585, 1.3956583738327026, 1.553221344947815, 1.4481793642044067, 1.430672287940979, 1.2205883264541626, 1.3256303071975708, 1.378151297569275, 1.5007003545761108, 1.5707283020019531, 1.2906162738800049, 0.8529412746429443, 1.1680673360824585, 1.3256303071975708, 1.0805323123931885, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.518207311630249, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0805323123931885, 1.1855742931365967, 1.0630252361297607, 0.8179272413253784, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.2556023597717285, 1.2556023597717285, 1.465686321258545, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.378151297569275, -0.17997196316719055, 0.06512605398893356, 0.39775922894477844, 1.0105042457580566, 1.2205883264541626, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.640756368637085, 1.7633053064346313, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.1155463457107544, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 0.8004202842712402, 0.7654062509536743, 1.0280113220214844, 1.0105042457580566, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.0805323123931885, 1.3606443405151367, 1.378151297569275, 1.1330533027648926, -1.247899055480957, -1.930672287940979, -2.0007002353668213, -2.0007002353668213, -1.6505602598190308, -1.7030812501907349, -1.457983136177063, 1.2205883264541626, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443], [0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.0805323123931885, 1.0105042457580566, 0.8879552483558655, 0.8004202842712402, 0.6603642702102661, 0.9404762983322144, 0.9054622650146484, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 0.7303922772407532, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.8354342579841614, 1.0980392694473267, 1.2030812501907349, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 0.5553222298622131, -1.580532193183899, -2.018207311630249, -1.965686321258545, -1.930672287940979, -1.843137264251709, -1.7731093168258667, -0.47759100794792175, -1.7906162738800049, 0.502801239490509, -1.0553221702575684, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.605742335319519, 1.7107843160629272, 1.6757704019546509, 1.7457983493804932, 1.780812382698059, 1.8333333730697632, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.343137264251709, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.1855742931365967, 1.1155463457107544, 1.1680673360824585, 1.0280113220214844, 0.9579832553863525, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.1680673360824585, 1.378151297569275, 1.4131653308868408, 1.2906162738800049, -0.7051820158958435, -1.965686321258545, -1.6505602598190308, -1.668067216873169, -1.4929972887039185, -1.5280112028121948, -1.808123230934143, -1.8256303071975708, -1.580532193183899, -1.7731093168258667, -1.160364031791687, -1.457983136177063, -0.6351540088653564, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.6232492923736572, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.640756368637085, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7983193397521973, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 0.9579832553863525, 1.0455182790756226, 1.2030812501907349, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 0.9579832553863525, -0.39005598425865173, -1.5630252361297607, -1.6855742931365967, -1.6330533027648926, -1.8606442213058472, -1.6330533027648926, -1.5630252361297607, -0.7577030062675476, -1.2303920984268188, -0.4950979948043823, 1.6582633256912231, 0.06512605398893356, -1.457983136177063, -1.422969102859497, -0.7927170395851135, -1.370448112487793, -1.1778711080551147, 1.2205883264541626, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.39775922894477844, 0.4677872359752655, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.693277359008789, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.3081233501434326, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1155463457107544, 1.0455182790756226, 0.9754902720451355, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.3956583738327026, 1.5357143878936768, 1.5357143878936768, 0.7829132676124573, -1.335434079170227, -1.4929972887039185, -1.4054621458053589, -1.843137264251709, -1.808123230934143, -1.6155462265014648, -1.965686321258545, -1.8256303071975708, -1.7380952835083008, -1.4754900932312012, -1.1428570747375488, -0.9327731132507324, -0.4950979948043823, -1.457983136177063, 1.868347406387329, 1.4481793642044067, -1.0728291273117065, -1.2303920984268188, -1.4054621458053589, -0.12745095789432526, -1.755602240562439, -0.23249296844005585, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6428572535514832, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.7633053064346313, 1.6757704019546509, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2731093168258667, 1.2030812501907349, 1.1680673360824585, 1.3081233501434326, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.4131653308868408, 1.465686321258545, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 0.6953782439231873, -1.3879550695419312, -1.6155462265014648, -1.6505602598190308, -1.4754900932312012, -1.5630252361297607, -1.6505602598190308, -1.7030812501907349, -1.1428570747375488, -1.878151297569275, -1.6855742931365967, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.2654061317443848, -1.1253501176834106, -1.7906162738800049, -0.8277310132980347, 1.518207311630249, 1.7633053064346313, 1.5882353782653809, 1.2030812501907349, 0.6603642702102661, -1.9131653308868408, -1.1078431606292725, 1.2205883264541626, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6757704019546509, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9733893871307373, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.7107843160629272, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.3956583738327026, -1.282913088798523, -1.5630252361297607, -1.3179271221160889, -1.282913088798523, -0.9677870869636536, -0.9502801299095154, -1.422969102859497, -1.580532193183899, -1.808123230934143, -1.195378065109253, -1.3004200458526611, -0.022408949211239815, 0.5553222298622131, -1.4929972887039185, -1.3879550695419312, -1.6855742931365967, -1.6855742931365967, -0.10994396358728409, 0.8879552483558655, 1.8508403301239014, 1.5882353782653809, 1.430672287940979, -1.580532193183899, -1.335434079170227, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.3102242052555084, 0.3802522122859955, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.7457983493804932, 1.6757704019546509, 1.6582633256912231, 1.693277359008789, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.815826416015625, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.7457983493804932, 1.693277359008789, 1.728291392326355, 1.7983193397521973, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.6757704019546509, 1.3956583738327026, -0.8277310132980347, -1.4754900932312012, -0.4425770044326782, -1.3879550695419312, -0.9852941036224365, -0.8277310132980347, -1.3529410362243652, -0.5651260018348694, -1.282913088798523, -0.9152660369873047, -0.4425770044326782, -1.7906162738800049, -0.09243696182966232, -1.1078431606292725, -1.3179271221160889, -1.5455182790756226, -1.3004200458526611, -1.5280112028121948, -0.022408949211239815, 0.9929972887039185, 0.8179272413253784, 0.7829132676124573, 1.2030812501907349, -0.022408949211239815, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.29271721839904785, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.640756368637085, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8333333730697632, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.7633053064346313, 1.5707283020019531, 1.868347406387329, 1.693277359008789, 1.728291392326355, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.2556023597717285, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1680673360824585, 1.0105042457580566, 1.0980392694473267, -0.7226890325546265, -0.7401960492134094, -1.0028010606765747, -1.1253501176834106, -1.3879550695419312, -0.6876749992370605, -0.6176469922065735, -0.9677870869636536, -1.3179271221160889, -1.3179271221160889, -0.9852941036224365, 0.3102242052555084, -0.9152660369873047, -1.0728291273117065, -0.6526610255241394, -1.3179271221160889, -1.457983136177063, -1.720588207244873, -0.4075630009174347, 0.590336263179779, 1.2205883264541626, 1.3256303071975708, 0.8179272413253784, 0.9054622650146484, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.2752102017402649, 0.3277312219142914, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.6582633256912231, 1.815826416015625, 1.728291392326355, 1.728291392326355, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, -0.8802520632743835, -0.9327731132507324, -1.335434079170227, -1.6505602598190308, -1.720588207244873, -1.7380952835083008, 0.8704482913017273, 0.7478992342948914, -0.4425770044326782, -1.0903360843658447, -0.9152660369873047, -0.8277310132980347, -1.335434079170227, 0.3102242052555084, -0.28501397371292114, -0.21498596668243408, -1.370448112487793, -0.3025209903717041, -1.422969102859497, -1.4754900932312012, 0.9229692816734314, 1.378151297569275, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614], [0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.6757704019546509, 1.780812382698059, 1.8508403301239014, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.868347406387329, 0.6078432202339172, 1.0455182790756226, 1.3081233501434326, 1.3081233501434326, 0.9229692816734314, 0.5553222298622131, 0.8004202842712402, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, -0.7401960492134094, -1.0378150939941406, -1.3529410362243652, -1.668067216873169, -1.755602240562439, -1.668067216873169, 1.1155463457107544, -0.03991595283150673, 0.8704482913017273, -0.3025209903717041, -0.6526610255241394, -0.6876749992370605, 0.0476190559566021, 0.24019621312618256, 0.0476190559566021, 0.2226892113685608, -0.4075630009174347, -1.160364031791687, -0.37254899740219116, -0.4075630009174347, 0.7303922772407532, 1.1155463457107544, 1.0805323123931885, 0.9754902720451355, 1.0805323123931885, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.8333333730697632, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.780812382698059, -0.3200279772281647, -0.6176469922065735, -0.7927170395851135, -1.4404760599136353, -1.720588207244873, -1.8606442213058472, -0.1624649614095688, 1.8333333730697632, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 0.9754902720451355, -1.0728291273117065, -1.0553221702575684, -1.5455182790756226, -1.7906162738800049, -1.843137264251709, -0.9852941036224365, 0.5728292465209961, 1.2556023597717285, 1.7107843160629272, 0.8704482913017273, -0.37254899740219116, -0.057422954589128494, -1.4754900932312012, -0.4425770044326782, 0.8879552483558655, 0.34523820877075195, -0.8277310132980347, -0.8802520632743835, -1.2128850221633911, -0.7401960492134094, -1.1253501176834106, 1.1855742931365967, 1.343137264251709, 0.9054622650146484, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573], [0.2752102017402649, 0.29271721839904785, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.6757704019546509, 1.7457983493804932, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 0.8529412746429443, -1.0378150939941406, -1.0553221702575684, -1.3004200458526611, -1.7030812501907349, -1.755602240562439, -1.2128850221633911, 1.2205883264541626, 1.7107843160629272, 1.7633053064346313, 1.7633053064346313, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.5378152132034302, -0.8452380299568176, -1.3179271221160889, -1.5980392694473267, -1.755602240562439, -0.9677870869636536, 1.7983193397521973, 1.8333333730697632, 1.6757704019546509, 1.8508403301239014, 1.7457983493804932, 0.6953782439231873, 0.06512605398893356, -0.9677870869636536, -1.0728291273117065, 1.1330533027648926, 0.6428572535514832, -0.7752100229263306, -0.7752100229263306, -0.28501397371292114, -0.022408949211239815, 0.3802522122859955, 1.2906162738800049, 0.8004202842712402, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573], [0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.605742335319519, 1.7457983493804932, 1.7983193397521973, 1.553221344947815, 1.6582633256912231, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, -0.7577030062675476, -0.8802520632743835, -1.0553221702575684, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -0.28501397371292114, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, -0.3550419807434082, -1.4054621458053589, -1.5455182790756226, -1.6330533027648926, -0.9677870869636536, 1.518207311630249, 1.815826416015625, 1.7983193397521973, 1.8858543634414673, 1.9908963441848755, 1.9383753538131714, 1.4481793642044067, 0.7654062509536743, 0.11764705926179886, -1.0203081369400024, 1.0980392694473267, 0.502801239490509, -0.5476189851760864, -0.6701680421829224, -0.6001400351524353, -1.370448112487793, 0.24019621312618256, 1.0980392694473267, 0.7654062509536743, 1.0630252361297607, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914], [0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.693277359008789, 1.9033613204956055, 1.7457983493804932, 1.7983193397521973, 1.5882353782653809, 1.6757704019546509, 1.7633053064346313, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, -0.6176469922065735, -0.5651260018348694, -1.0903360843658447, -1.5455182790756226, -1.720588207244873, -1.247899055480957, -1.0903360843658447, 0.7128852605819702, 1.605742335319519, 1.815826416015625, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 0.3802522122859955, -1.6330533027648926, 0.3277312219142914, 1.2205883264541626, 1.430672287940979, 1.1505602598190308, 1.780812382698059, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 2.0609242916107178, 1.9908963441848755, 2.0259103775024414, 0.8879552483558655, 0.7829132676124573, -1.0203081369400024, 1.4131653308868408, 0.7654062509536743, -0.26750698685646057, 0.4677872359752655, -0.3550419807434082, -1.5455182790756226, -1.1778711080551147, 1.0805323123931885, 0.8529412746429443, 0.9579832553863525, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914], [0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.693277359008789, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.815826416015625, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 0.03011205606162548, -0.23249296844005585, -0.9327731132507324, -0.9152660369873047, -1.6505602598190308, -1.7030812501907349, -0.6701680421829224, -0.8452380299568176, -1.0553221702575684, -0.8977590203285217, 0.2752102017402649, 1.693277359008789, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.3256303071975708, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.1330533027648926, 1.0630252361297607, 0.7303922772407532, 0.6953782439231873, 1.2205883264541626, 1.9558824300765991, 1.9208683967590332, 1.4131653308868408, 1.780812382698059, 1.728291392326355, 2.0259103775024414, 1.9383753538131714, 2.043417453765869, 2.1309523582458496, 1.9208683967590332, 1.2030812501907349, 0.3802522122859955, -1.3004200458526611, 1.6232492923736572, 1.1855742931365967, 0.7829132676124573, 0.9404762983322144, 0.590336263179779, -1.457983136177063, -1.4054621458053589, 0.8004202842712402, 0.7303922772407532, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.780812382698059, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.8858543634414673, 1.0630252361297607, -0.9327731132507324, -0.022408949211239815, -1.422969102859497, -0.9502801299095154, -0.8277310132980347, -0.4950979948043823, -1.0203081369400024, -1.7731093168258667, -1.247899055480957, -1.5455182790756226, 1.1855742931365967, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3081233501434326, 1.4131653308868408, 1.3256303071975708, 1.7633053064346313, 1.343137264251709, 1.8333333730697632, 1.9733893871307373, 1.868347406387329, 1.868347406387329, 1.6757704019546509, 1.8508403301239014, 1.9908963441848755, 1.483193278312683, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 2.0959384441375732, 1.8858543634414673, 1.343137264251709, 0.08263305574655533, -0.8277310132980347, 1.6582633256912231, 1.0805323123931885, 1.5882353782653809, 1.7633053064346313, 0.9404762983322144, -0.9502801299095154, -1.422969102859497, -0.057422954589128494, 1.0805323123931885, 1.1330533027648926, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 0.5728292465209961, -0.42506998777389526, -0.14495795965194702, -0.5301120281219482, -1.1078431606292725, -0.8102240562438965, -1.7030812501907349, -0.5476189851760864, -1.1078431606292725, -0.6876749992370605, -0.3025209903717041, 1.605742335319519, 1.5707283020019531, 1.4481793642044067, 1.5007003545761108, 1.9208683967590332, 1.8508403301239014, 1.6582633256912231, 1.9908963441848755, 1.4481793642044067, 2.0609242916107178, 1.9908963441848755, 2.113445281982422, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 2.0084033012390137, 1.5882353782653809, 1.9908963441848755, 1.7633053064346313, 1.9733893871307373, 2.1484594345092773, 2.043417453765869, 1.1855742931365967, -0.9852941036224365, 1.518207311630249, 1.815826416015625, 1.0280113220214844, 1.8333333730697632, 1.9383753538131714, 0.7829132676124573, -0.1624649614095688, -1.457983136177063, 0.13515406847000122, 0.45028021931648254, 1.0455182790756226, 1.1155463457107544, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 1.6582633256912231, -0.21498596668243408, -1.2303920984268188, 0.3277312219142914, -1.6505602598190308, -0.7752100229263306, -1.3529410362243652, -1.247899055480957, -0.5651260018348694, -1.247899055480957, -0.8277310132980347, 0.6953782439231873, 0.8354342579841614, 1.9383753538131714, 2.165966510772705, 2.043417453765869, 1.780812382698059, 2.0784313678741455, 1.5707283020019531, 2.0084033012390137, 2.0259103775024414, 2.0084033012390137, 1.9033613204956055, 1.8858543634414673, 1.640756368637085, 1.9383753538131714, 1.815826416015625, 1.9733893871307373, 1.5357143878936768, 1.9733893871307373, 2.1484594345092773, 1.9558824300765991, 0.7829132676124573, 1.0280113220214844, 1.780812382698059, 1.8858543634414673, 1.0105042457580566, 1.868347406387329, 1.9908963441848755, 0.9929972887039185, -0.03991595283150673, -1.5630252361297607, 0.11764705926179886, 0.4852942228317261, 0.8179272413253784, 1.2556023597717285, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.6253502368927002, 0.6428572535514832, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 2.0259103775024414, 1.8333333730697632, 1.4131653308868408, 0.432773232460022, -0.33753499388694763, -0.9852941036224365, -0.6001400351524353, -1.0203081369400024, -0.8277310132980347, 0.012605053372681141, -1.3529410362243652, -1.3179271221160889, -0.3200279772281647, 0.34523820877075195, -1.7380952835083008, -0.6351540088653564, -1.4929972887039185, -1.195378065109253, 1.728291392326355, 2.0084033012390137, 1.6232492923736572, 2.1309523582458496, 1.8858543634414673, 1.9208683967590332, 1.9908963441848755, 1.553221344947815, 1.7633053064346313, 1.9383753538131714, 2.0259103775024414, 1.3956583738327026, 1.7633053064346313, 2.0609242916107178, 2.113445281982422, 1.9733893871307373, 1.7983193397521973, 1.9033613204956055, 2.043417453765869, 1.8508403301239014, 1.0805323123931885, 1.9033613204956055, 2.0084033012390137, 1.2556023597717285, 0.20518220961093903, -1.5980392694473267, 1.2030812501907349, 0.6603642702102661, 1.1680673360824585, 0.7478992342948914, 0.5728292465209961, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.590336263179779, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.8858543634414673, -0.26750698685646057, -1.0378150939941406, -0.6351540088653564, -0.057422954589128494, 0.3277312219142914, -1.2654061317443848, -1.457983136177063, -0.4425770044326782, -1.0553221702575684, -1.4754900932312012, -0.4950979948043823, -1.1778711080551147, -1.0203081369400024, -1.422969102859497, -0.8452380299568176, -1.2654061317443848, -0.6001400351524353, -1.720588207244873, -1.1428570747375488, 0.18767507374286652, 0.4677872359752655, 1.0630252361297607, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.4481793642044067, 1.8858543634414673, 1.9733893871307373, 1.0980392694473267, 1.5707283020019531, 1.8858543634414673, 2.2009804248809814, 2.1484594345092773, 2.0959384441375732, 1.9908963441848755, 1.9733893871307373, 1.640756368637085, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.483193278312683, -0.03991595283150673, -1.5980392694473267, 1.9208683967590332, 1.6582633256912231, 0.8354342579841614, 0.8179272413253784, 0.11764705926179886, 0.8529412746429443, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9558824300765991, 0.4852942228317261, -0.28501397371292114, -1.0203081369400024, -0.5826330184936523, 0.3802522122859955, -0.23249296844005585, 0.11764705926179886, -0.6701680421829224, 0.15266107022762299, 0.18767507374286652, -1.4929972887039185, -1.755602240562439, -0.8102240562438965, -1.7030812501907349, -1.580532193183899, -0.5476189851760864, -0.8627450466156006, -1.5105042457580566, -1.5455182790756226, -1.422969102859497, -0.7927170395851135, -0.21498596668243408, -0.6351540088653564, 0.9054622650146484, 1.780812382698059, 1.4131653308868408, 1.5882353782653809, 1.7107843160629272, 1.0980392694473267, 1.815826416015625, 1.5707283020019531, 2.1309523582458496, 2.1834733486175537, 2.0959384441375732, 2.0084033012390137, 1.8333333730697632, 1.9383753538131714, 1.8858543634414673, 2.0959384441375732, 2.0784313678741455, 1.9033613204956055, -0.7051820158958435, -0.37254899740219116, 1.9733893871307373, 1.8508403301239014, 0.9054622650146484, 0.2577032148838043, -0.5126050114631653, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8333333730697632, 0.520308256149292, -0.39005598425865173, -0.47759100794792175, -0.6351540088653564, 0.0476190559566021, 0.2226892113685608, -1.6155462265014648, -1.335434079170227, 0.0476190559566021, -0.26750698685646057, -0.6526610255241394, -0.4600839912891388, -1.4929972887039185, -0.07492996007204056, -0.6176469922065735, -1.3879550695419312, -1.0028010606765747, -1.0028010606765747, -1.3179271221160889, -1.195378065109253, -1.0903360843658447, -0.5651260018348694, -1.4929972887039185, 0.0476190559566021, -0.19747896492481232, 1.5007003545761108, 1.8508403301239014, 1.0280113220214844, 1.1330533027648926, 1.4131653308868408, 1.640756368637085, 1.868347406387329, 2.1309523582458496, 2.0084033012390137, 2.0084033012390137, 2.113445281982422, 2.0259103775024414, 1.9558824300765991, 2.1834733486175537, 2.1484594345092773, 1.9733893871307373, -0.8977590203285217, 1.2556023597717285, 1.9208683967590332, 1.9733893871307373, 1.518207311630249, 1.1330533027648926, 0.03011205606162548, 0.5728292465209961, 0.9579832553863525, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -1.195378065109253, -0.6876749992370605, -0.5826330184936523, -0.9852941036224365, 0.03011205606162548, -0.057422954589128494, -0.6351540088653564, -1.370448112487793, 0.34523820877075195, 0.3277312219142914, 0.24019621312618256, -1.282913088798523, -0.07492996007204056, -1.6505602598190308, -1.5980392694473267, -1.335434079170227, -1.457983136177063, -0.8977590203285217, 0.5728292465209961, -1.0028010606765747, -0.8627450466156006, -1.3179271221160889, -0.7401960492134094, -1.3004200458526611, -1.0553221702575684, 0.7128852605819702, 1.2380952835083008, 0.9054622650146484, -0.09243696182966232, 1.5882353782653809, 1.815826416015625, 1.9383753538131714, 1.9383753538131714, 2.043417453765869, 2.113445281982422, 1.9558824300765991, 2.0959384441375732, 2.1484594345092773, 2.2009804248809814, 2.1834733486175537, 1.9908963441848755, 1.8508403301239014, 1.8333333730697632, 2.0084033012390137, 2.043417453765869, 1.1330533027648926, 0.34523820877075195, 0.34523820877075195, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -0.5476189851760864, -0.9677870869636536, -0.5126050114631653, -1.1778711080551147, -1.1428570747375488, 1.4481793642044067, -0.9852941036224365, -0.6701680421829224, -0.9502801299095154, -1.6505602598190308, -0.7051820158958435, -0.4425770044326782, -1.0728291273117065, -0.7752100229263306, -1.7030812501907349, -1.3529410362243652, -1.2128850221633911, 0.6428572535514832, 1.605742335319519, 1.7107843160629272, 0.17016807198524475, -1.2128850221633911, -0.3550419807434082, -1.2654061317443848, -0.8977590203285217, -1.1428570747375488, -0.3025209903717041, 1.483193278312683, 0.18767507374286652, 1.465686321258545, 1.1155463457107544, 1.605742335319519, 1.9733893871307373, 2.0259103775024414, 2.0259103775024414, 2.0784313678741455, 2.113445281982422, 2.165966510772705, 2.0784313678741455, 2.2009804248809814, 1.9908963441848755, 1.9383753538131714, 1.8333333730697632, 2.1484594345092773, 2.0959384441375732, 1.7457983493804932, 0.4852942228317261, 0.3802522122859955, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 2.0259103775024414, -1.195378065109253, 0.520308256149292, 1.8858543634414673, 0.29271721839904785, 0.17016807198524475, -0.9327731132507324, -0.39005598425865173, -0.9852941036224365, -1.3004200458526611, -1.6505602598190308, -1.3529410362243652, -0.022408949211239815, -0.6701680421829224, -1.3529410362243652, -1.7380952835083008, -1.0028010606765747, 0.7654062509536743, 1.1855742931365967, 1.2731093168258667, 2.165966510772705, 1.2030812501907349, 0.5728292465209961, 1.0105042457580566, 1.5007003545761108, 0.8879552483558655, -0.9502801299095154, -1.2303920984268188, 0.6253502368927002, 1.2556023597717285, 1.2380952835083008, 1.5707283020019531, 1.5357143878936768, 1.8333333730697632, 1.868347406387329, 1.9383753538131714, 2.0609242916107178, 2.0959384441375732, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 2.113445281982422, 2.043417453765869, 0.8354342579841614, 0.20518220961093903, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.9733893871307373, 1.7107843160629272, -0.5301120281219482, 0.06512605398893356, 0.6603642702102661, 0.6428572535514832, -0.7226890325546265, -0.5651260018348694, -1.335434079170227, -1.0903360843658447, -1.1253501176834106, -1.247899055480957, -1.3179271221160889, -0.9327731132507324, -1.3179271221160889, -1.5105042457580566, -0.26750698685646057, -1.3529410362243652, 1.0630252361297607, 0.5553222298622131, 1.430672287940979, 1.5357143878936768, 2.0784313678741455, 1.8858543634414673, 1.4481793642044067, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, -1.3004200458526611, 0.502801239490509, 1.5007003545761108, 1.6232492923736572, 1.2030812501907349, 1.483193278312683, 1.6757704019546509, 1.7457983493804932, 1.8333333730697632, 2.113445281982422, 2.0084033012390137, 2.1309523582458496, 2.1484594345092773, 2.0959384441375732, 1.868347406387329, 1.9733893871307373, 2.0784313678741455, 2.2535016536712646, 1.430672287940979, 0.6603642702102661, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8858543634414673, 1.9558824300765991, -0.2499999701976776, -0.42506998777389526, -0.10994396358728409, 0.3102242052555084, -0.3200279772281647, 1.0980392694473267, 1.2205883264541626, 0.7128852605819702, -1.195378065109253, 0.11764705926179886, -1.335434079170227, -0.8277310132980347, -0.6876749992370605, -0.5651260018348694, -1.2303920984268188, 0.06512605398893356, -0.6351540088653564, -1.3879550695419312, -1.2128850221633911, -1.247899055480957, 0.7128852605819702, 1.0280113220214844, 0.8179272413253784, 1.6757704019546509, 1.868347406387329, 0.8529412746429443, 0.7829132676124573, 0.6953782439231873, 0.3102242052555084, 0.3627452254295349, -0.5826330184936523, 1.6757704019546509, 1.5357143878936768, 1.378151297569275, 1.465686321258545, 1.6582633256912231, 1.518207311630249, 1.4131653308868408, 1.7107843160629272, 1.9383753538131714, 2.0784313678741455, 2.1834733486175537, 2.043417453765869, 2.043417453765869, 2.0259103775024414, 2.0084033012390137, 2.1834733486175537, 2.043417453765869, 1.640756368637085, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8333333730697632, 1.553221344947815, 0.39775922894477844, -0.9327731132507324, -0.26750698685646057, 0.7128852605819702, 0.9229692816734314, 1.1505602598190308, 1.2380952835083008, 1.1505602598190308, 0.6778712272644043, 0.06512605398893356, -0.6701680421829224, -1.160364031791687, -1.5455182790756226, -1.6155462265014648, -0.6001400351524353, -1.2128850221633911, -0.21498596668243408, -1.4054621458053589, -0.9327731132507324, -0.5476189851760864, -1.4404760599136353, 0.9754902720451355, 1.0805323123931885, 0.8004202842712402, 0.6953782439231873, 1.3606443405151367, 1.430672287940979, 1.2556023597717285, 0.8179272413253784, 0.7829132676124573, 0.8529412746429443, 1.7107843160629272, 1.6757704019546509, 1.693277359008789, 1.640756368637085, 1.693277359008789, 1.7457983493804932, 1.465686321258545, 1.553221344947815, 1.693277359008789, 1.7983193397521973, 1.9558824300765991, 1.9558824300765991, 2.043417453765869, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 2.0609242916107178, 1.5007003545761108, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.7983193397521973, 0.415266215801239, 0.4677872359752655, -0.9677870869636536, -0.3550419807434082, 0.7303922772407532, 1.1505602598190308, 1.343137264251709, 1.2556023597717285, 1.1330533027648926, 0.8354342579841614, 0.8179272413253784, -0.9502801299095154, -0.7577030062675476, -1.5105042457580566, -0.5126050114631653, -1.195378065109253, -0.3200279772281647, -0.8977590203285217, -0.4950979948043823, -0.9502801299095154, -1.3879550695419312, -0.6351540088653564, -1.0728291273117065, 0.8179272413253784, 0.9404762983322144, 1.4131653308868408, 1.780812382698059, 1.9033613204956055, 1.8508403301239014, 1.815826416015625, 1.518207311630249, 1.3606443405151367, 1.7457983493804932, 1.605742335319519, 1.8333333730697632, 1.8858543634414673, 1.9908963441848755, 1.8508403301239014, 1.7633053064346313, 1.5357143878936768, 1.780812382698059, 1.8333333730697632, 1.7107843160629272, 1.518207311630249, 1.8858543634414673, 1.868347406387329, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 0.2226892113685608, 0.7303922772407532, -0.9152660369873047, -0.4075630009174347, 0.8879552483558655, 1.343137264251709, 1.4131653308868408, 1.3081233501434326, 1.1505602598190308, 0.8179272413253784, 0.9579832553863525, 0.012605053372681141, -1.1253501176834106, -0.7226890325546265, -1.422969102859497, 0.06512605398893356, -0.42506998777389526, -0.6526610255241394, -0.8277310132980347, -1.3179271221160889, -0.2499999701976776, -1.247899055480957, -1.195378065109253, -1.370448112487793, 1.693277359008789, 1.9383753538131714, 1.8858543634414673, 1.5357143878936768, 1.815826416015625, 1.9208683967590332, 1.6582633256912231, 1.728291392326355, 1.8333333730697632, 1.553221344947815, 2.0259103775024414, 2.0084033012390137, 1.6757704019546509, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.728291392326355, 1.693277359008789, 1.7983193397521973, 1.7457983493804932, 1.9208683967590332, 1.640756368637085, 1.7633053064346313, 1.815826416015625, 1.2030812501907349, 0.6778712272644043, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 0.3627452254295349, 0.8704482913017273, -0.4950979948043823, -0.5826330184936523, 0.8879552483558655, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.1855742931365967, 0.9229692816734314, 1.0280113220214844, 0.9229692816734314, 1.2906162738800049, -0.09243696182966232, -0.5651260018348694, -0.9327731132507324, -1.7380952835083008, -0.9152660369873047, -1.0378150939941406, -0.7226890325546265, -1.247899055480957, -1.1428570747375488, -1.247899055480957, -1.3879550695419312, -0.2499999701976776, 1.4481793642044067, 1.728291392326355, 1.7457983493804932, 1.9208683967590332, 1.7457983493804932, 1.8858543634414673, 1.9033613204956055, 2.0259103775024414, 1.9558824300765991, 1.465686321258545, 2.0609242916107178, 2.0259103775024414, 2.1309523582458496, 1.9558824300765991, 1.8508403301239014, 1.780812382698059, 1.868347406387329, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.605742335319519, 1.5007003545761108, 1.693277359008789, 2.0609242916107178, 1.483193278312683, 0.6953782439231873, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.3256303071975708, 1.3606443405151367, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 0.6078432202339172, 0.590336263179779, 0.11764705926179886, -0.26750698685646057, 0.9754902720451355, 1.378151297569275, 1.3956583738327026, 1.3081233501434326, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0455182790756226, 1.2906162738800049, 1.378151297569275, -0.4950979948043823, -1.1428570747375488, -1.247899055480957, -1.2654061317443848, 0.29271721839904785, -0.9152660369873047, -0.0049019488506019115, -0.10994396358728409, -1.5630252361297607, -1.282913088798523, -0.9677870869636536, -1.5630252361297607, -0.5826330184936523, 1.6757704019546509, 1.8333333730697632, 1.640756368637085, 1.605742335319519, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.7457983493804932, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.8508403301239014, 1.9383753538131714, 1.728291392326355, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.9908963441848755, 1.1855742931365967, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.343137264251709, 0.6953782439231873, -0.33753499388694763, 0.34523820877075195, 0.9579832553863525, 1.2731093168258667, 1.2380952835083008, 0.9929972887039185, 0.6078432202339172, 1.0980392694473267, 1.2380952835083008, 1.1155463457107544, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, -0.6176469922065735, -0.5126050114631653, 0.1001400575041771, -0.37254899740219116, -0.4425770044326782, -0.37254899740219116, 0.3102242052555084, 1.378151297569275, -1.247899055480957, -1.335434079170227, -0.9502801299095154, -1.4404760599136353, 0.39775922894477844, 1.8333333730697632, 1.7457983493804932, 1.7983193397521973, 2.0784313678741455, 2.1484594345092773, 2.0784313678741455, 2.0084033012390137, 2.113445281982422, 2.0609242916107178, 1.553221344947815, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 2.113445281982422, 2.0609242916107178, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 2.1484594345092773, 2.235994577407837, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6757704019546509, 1.7107843160629272, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 1.483193278312683, 0.9054622650146484, 0.432773232460022, 1.1855742931365967, 0.9404762983322144, 0.9404762983322144, 0.8529412746429443, 0.8879552483558655, 0.6603642702102661, 1.0980392694473267, 1.2731093168258667, 1.1505602598190308, 1.2380952835083008, 1.3081233501434326, 1.4131653308868408, 0.8354342579841614, -0.022408949211239815, -0.21498596668243408, -0.4950979948043823, 0.06512605398893356, 0.39775922894477844, 0.03011205606162548, -0.33753499388694763, -0.057422954589128494, -1.1253501176834106, -0.5826330184936523, -0.5826330184936523, -1.3179271221160889, 0.3802522122859955, 1.6582633256912231, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.7983193397521973, 1.4481793642044067, 2.0609242916107178, 2.1309523582458496, 2.1309523582458496, 2.165966510772705, 2.165966510772705, 2.113445281982422, 2.043417453765869, 1.9033613204956055, 2.0084033012390137, 2.1834733486175537, 2.2009804248809814, 0.8529412746429443, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2906162738800049, 1.3606443405151367, 1.4131653308868408, 1.5007003545761108, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 0.9754902720451355, 0.8529412746429443, 1.483193278312683, 1.6582633256912231, 0.5553222298622131, 0.502801239490509, 0.8879552483558655, 0.8179272413253784, 0.6253502368927002, 1.0805323123931885, 1.605742335319519, 1.2030812501907349, 1.2731093168258667, 1.9558824300765991, 1.6232492923736572, 1.0280113220214844, 0.8879552483558655, -0.4075630009174347, -0.7051820158958435, 0.9229692816734314, -1.247899055480957, -0.4075630009174347, 1.465686321258545, 0.4852942228317261, 0.9054622650146484, -1.1428570747375488, -0.7927170395851135, -0.8452380299568176, -0.7401960492134094, -0.7226890325546265, 0.590336263179779, 2.0084033012390137, 2.1834733486175537, 2.0784313678741455, 2.0784313678741455, 1.9208683967590332, 2.0609242916107178, 1.9383753538131714, 1.9733893871307373, 2.113445281982422, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.165966510772705, 2.113445281982422, 2.0959384441375732, 1.7457983493804932, 2.0084033012390137, 2.1484594345092773, 1.9033613204956055, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2731093168258667, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7457983493804932, 0.3277312219142914, 0.9579832553863525, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.39775922894477844, 0.7829132676124573, 0.8879552483558655, 0.6603642702102661, 0.9579832553863525, 1.5007003545761108, 0.9754902720451355, 1.343137264251709, 1.9383753538131714, 1.868347406387329, 1.4131653308868408, 0.8704482913017273, -0.5301120281219482, -0.7927170395851135, 0.03011205606162548, -1.3529410362243652, -0.4600839912891388, 2.1834733486175537, 1.693277359008789, 0.8879552483558655, 0.6603642702102661, -1.0553221702575684, -0.8452380299568176, -0.19747896492481232, -1.160364031791687, -1.195378065109253, 0.45028021931648254, 2.1834733486175537, 2.0609242916107178, 1.9908963441848755, 1.640756368637085, 1.7633053064346313, 1.8508403301239014, 1.868347406387329, 1.6582633256912231, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.218487501144409, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.8508403301239014, 2.043417453765869, 2.0259103775024414, 0.9929972887039185, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 0.2752102017402649, 0.9229692816734314, -0.3550419807434082, 1.693277359008789, 0.9754902720451355, 0.7478992342948914, 0.8704482913017273, 1.2030812501907349, 0.9229692816734314, 0.9054622650146484, 1.3606443405151367, 0.8704482913017273, 1.2731093168258667, 1.9383753538131714, 1.9383753538131714, 1.7107843160629272, 0.7478992342948914, -0.3025209903717041, -0.21498596668243408, -0.8452380299568176, 1.3081233501434326, -1.370448112487793, 1.3256303071975708, 1.868347406387329, 1.640756368637085, 1.0105042457580566, 0.5728292465209961, -0.4075630009174347, -0.39005598425865173, 0.3802522122859955, -0.4950979948043823, -1.3529410362243652, 0.2752102017402649, 2.0959384441375732, 1.780812382698059, 1.5707283020019531, 1.483193278312683, 0.8704482913017273, 1.9033613204956055, 2.0959384441375732, 2.113445281982422, 2.2009804248809814, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.113445281982422, 2.043417453765869, 1.9383753538131714, 2.0609242916107178, 1.9733893871307373, 1.868347406387329, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.780812382698059, 0.45028021931648254, 0.3102242052555084, 0.012605053372681141, 1.2731093168258667, 1.4481793642044067, 1.0455182790756226, 1.518207311630249, 1.465686321258545, 0.9579832553863525, 1.1330533027648926, 1.483193278312683, 0.8354342579841614, 1.2556023597717285, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.4131653308868408, 0.6428572535514832, 1.0805323123931885, 0.3627452254295349, 0.8879552483558655, -0.9327731132507324, -0.8452380299568176, 1.9558824300765991, 1.9383753538131714, 2.0084033012390137, 1.7107843160629272, 1.2556023597717285, 0.8529412746429443, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, -1.3879550695419312, 0.34523820877075195, 1.7983193397521973, 1.343137264251709, 1.815826416015625, 1.1155463457107544, 1.553221344947815, 1.9733893871307373, 1.8858543634414673, 2.218487501144409, 2.2710084915161133, 2.2710084915161133, 2.218487501144409, 2.1484594345092773, 2.113445281982422, 2.043417453765869, 1.9208683967590332, 1.9733893871307373, 2.0084033012390137, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0455182790756226, 1.1155463457107544, 1.1855742931365967, 1.2556023597717285, 1.3081233501434326, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7633053064346313, 0.39775922894477844, 1.0455182790756226, 0.7654062509536743, 1.3606443405151367, 1.4481793642044067, 0.9404762983322144, 1.483193278312683, 1.430672287940979, 0.9404762983322144, 1.2205883264541626, 1.465686321258545, 0.8879552483558655, 1.1855742931365967, 1.9208683967590332, 1.8508403301239014, 1.8333333730697632, 1.9383753538131714, 1.6582633256912231, 0.012605053372681141, 1.8333333730697632, 0.8704482913017273, 1.0630252361297607, -1.3179271221160889, 2.0784313678741455, 1.780812382698059, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.0259103775024414, 1.868347406387329, 0.8704482913017273, 0.7128852605819702, 0.8704482913017273, -1.4054621458053589, 1.4481793642044067, 0.415266215801239, 1.9208683967590332, 1.815826416015625, 1.4481793642044067, 1.815826416015625, 1.605742335319519, 1.3256303071975708, 2.235994577407837, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.0609242916107178, 2.0084033012390137, 1.868347406387329, 2.0084033012390137, 1.7983193397521973, 0.6953782439231873, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 1.0105042457580566, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2731093168258667, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 0.8879552483558655, 1.640756368637085, 0.7829132676124573, 1.553221344947815, 1.0280113220214844, 0.9579832553863525, 1.3256303071975708, 1.378151297569275, 0.6603642702102661, 1.2205883264541626, 1.3256303071975708, 0.7829132676124573, 1.3956583738327026, 1.868347406387329, 1.8333333730697632, 1.9208683967590332, 1.9033613204956055, 1.780812382698059, 1.2556023597717285, 1.9383753538131714, 1.7633053064346313, 1.2731093168258667, -1.370448112487793, 1.8333333730697632, 1.8333333730697632, 2.0784313678741455, 2.0959384441375732, 2.1309523582458496, 2.0609242916107178, 2.0609242916107178, 1.9733893871307373, 0.9929972887039185, 0.8004202842712402, 0.20518220961093903, -1.1253501176834106, 1.3606443405151367, 1.3956583738327026, 1.0280113220214844, 1.7107843160629272, 1.6757704019546509, 1.0805323123931885, 1.1680673360824585, 2.288515567779541, 2.2009804248809814, 2.2535016536712646, 2.235994577407837, 2.1484594345092773, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.8508403301239014, 1.0280113220214844, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.9208683967590332, 1.3956583738327026, 0.6603642702102661, 0.6428572535514832, 0.9579832553863525, 0.520308256149292, 1.2205883264541626, 1.378151297569275, 0.9054622650146484, 1.3256303071975708, 1.815826416015625, 1.868347406387329, 1.9383753538131714, 1.8333333730697632, 1.3256303071975708, 0.15266107022762299, 2.0259103775024414, 2.0084033012390137, 1.2205883264541626, -1.0028010606765747, 1.9208683967590332, 1.9383753538131714, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.0784313678741455, 2.113445281982422, 2.0259103775024414, 2.0609242916107178, 0.8879552483558655, 0.8354342579841614, -1.4054621458053589, 1.7983193397521973, 1.1155463457107544, 1.8508403301239014, 1.6232492923736572, 1.553221344947815, 1.1155463457107544, 1.0630252361297607, 2.2535016536712646, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.1834733486175537, 2.1484594345092773, 2.0609242916107178, 1.9033613204956055, 1.9208683967590332, 1.7457983493804932, 0.7303922772407532, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779], [0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.430672287940979, 1.1680673360824585, 1.2731093168258667, 1.9033613204956055, 1.693277359008789, 1.0805323123931885, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 1.1855742931365967, 1.2556023597717285, 0.9579832553863525, 1.693277359008789, 1.693277359008789, 1.7633053064346313, 1.9208683967590332, 1.3081233501434326, 0.4677872359752655, 0.9929972887039185, 1.815826416015625, 1.8508403301239014, 1.1680673360824585, -0.7226890325546265, 1.9908963441848755, 2.0259103775024414, 2.1309523582458496, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.1309523582458496, 2.0959384441375732, 2.0959384441375732, 1.553221344947815, 0.7829132676124573, -0.12745095789432526, 0.7654062509536743, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.483193278312683, 1.483193278312683, 0.7654062509536743, 2.2710084915161133, 2.1834733486175537, 2.2009804248809814, 2.2710084915161133, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 1.9208683967590332, 2.0084033012390137, 1.9383753538131714, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.640756368637085, 1.6582633256912231, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.0805323123931885, 1.7457983493804932, 1.9383753538131714, 1.7633053064346313, 0.6078432202339172, 0.502801239490509, 0.8354342579841614, 1.1330533027648926, 0.9929972887039185, 1.1330533027648926, 1.605742335319519, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 0.18767507374286652, -0.057422954589128494, -0.7401960492134094, 0.9579832553863525, 1.7107843160629272, 0.9229692816734314, 1.5007003545761108, 2.043417453765869, 1.9208683967590332, 2.113445281982422, 2.0609242916107178, 2.1309523582458496, 2.1484594345092773, 2.2009804248809814, 2.165966510772705, 2.1484594345092773, 1.7107843160629272, 1.9383753538131714, 1.0455182790756226, 0.7829132676124573, 1.9558824300765991, 1.9733893871307373, 1.553221344947815, 0.8004202842712402, 1.2731093168258667, 0.9754902720451355, 2.165966510772705, 2.2009804248809814, 2.235994577407837, 2.288515567779541, 2.218487501144409, 2.165966510772705, 2.218487501144409, 2.0084033012390137, 2.0784313678741455, 1.780812382698059, 1.0805323123931885, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.4481793642044067, 1.3081233501434326, 1.5707283020019531, 2.0609242916107178, 2.0609242916107178, 1.605742335319519, 0.08263305574655533, 0.9929972887039185, 1.343137264251709, 0.8879552483558655, 1.465686321258545, 1.868347406387329, 1.9908963441848755, 1.8508403301239014, 1.9733893871307373, -0.1624649614095688, 0.29271721839904785, -0.6001400351524353, 0.3802522122859955, 1.378151297569275, 1.9033613204956055, 1.430672287940979, 2.043417453765869, 1.8858543634414673, 2.218487501144409, 2.113445281982422, 2.113445281982422, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.5357143878936768, 1.868347406387329, 1.8858543634414673, 1.5707283020019531, 1.0105042457580566, 1.465686321258545, 1.5707283020019531, 1.9558824300765991, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.235994577407837, 2.218487501144409, 2.235994577407837, 2.113445281982422, 2.1309523582458496, 1.605742335319519, 1.4131653308868408, 0.6953782439231873, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.553221344947815, 0.8354342579841614, 1.378151297569275, 1.0280113220214844, 1.378151297569275, 2.1309523582458496, 2.0784313678741455, 1.8508403301239014, 0.6253502368927002, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.553221344947815, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.0980392694473267, 0.45028021931648254, 0.415266215801239, -0.3200279772281647, -0.33753499388694763, 0.7303922772407532, 1.3256303071975708, 1.7983193397521973, 2.0259103775024414, 1.9383753538131714, 2.0259103775024414, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0959384441375732, 2.235994577407837, 2.2009804248809814, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.815826416015625, 1.7457983493804932, 1.9033613204956055, 1.8333333730697632, 0.9929972887039185, 1.3081233501434326, 1.4481793642044067, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.2710084915161133, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 1.815826416015625, 1.6582633256912231, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.0105042457580566, 1.2731093168258667, 0.9754902720451355, 1.3081233501434326, 2.0959384441375732, 2.0609242916107178, 1.430672287940979, 1.2556023597717285, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 1.7983193397521973, 1.9733893871307373, 1.6757704019546509, 1.9208683967590332, 0.3277312219142914, 0.1001400575041771, 0.8179272413253784, -0.14495795965194702, -0.5126050114631653, 0.24019621312618256, 1.0280113220214844, 1.7107843160629272, 1.6232492923736572, 1.6757704019546509, 2.0959384441375732, 2.043417453765869, 2.0084033012390137, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.8333333730697632, 1.7983193397521973, 2.0084033012390137, 1.7457983493804932, 0.6253502368927002, 1.1330533027648926, 1.465686321258545, 2.1309523582458496, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 2.165966510772705, 1.9033613204956055, 1.8858543634414673, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9754902720451355, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.483193278312683, 1.2030812501907349, 1.3081233501434326, 0.9929972887039185, 1.4131653308868408, 2.113445281982422, 1.780812382698059, 1.1505602598190308, 1.5707283020019531, 0.8004202842712402, 0.7654062509536743, 1.5357143878936768, 1.7457983493804932, 1.9908963441848755, 1.815826416015625, 1.780812382698059, 0.415266215801239, 0.2752102017402649, 0.8879552483558655, -0.17997196316719055, 0.08263305574655533, -0.9152660369873047, 0.9229692816734314, 1.0630252361297607, 1.3606443405151367, 2.0784313678741455, 1.780812382698059, 2.0959384441375732, 2.0609242916107178, 1.9033613204956055, 2.0784313678741455, 2.2009804248809814, 2.0609242916107178, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 2.0959384441375732, 1.2205883264541626, 1.3256303071975708, 1.5707283020019531, 1.9733893871307373, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.218487501144409, 1.868347406387329, 1.7107843160629272, 0.7829132676124573, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.343137264251709, 1.3606443405151367, 0.9054622650146484, 1.378151297569275, 2.0784313678741455, 0.415266215801239, 0.7829132676124573, 1.605742335319519, 1.2906162738800049, 1.640756368637085, 1.5007003545761108, 1.8508403301239014, 1.7983193397521973, 1.693277359008789, 1.465686321258545, 0.1001400575041771, 0.24019621312618256, 0.6778712272644043, -0.3200279772281647, 0.7128852605819702, -0.6701680421829224, 0.20518220961093903, 1.3081233501434326, 2.0609242916107178, 2.0609242916107178, 1.5357143878936768, 1.868347406387329, 2.113445281982422, 2.043417453765869, 2.0959384441375732, 2.1484594345092773, 1.9908963441848755, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 2.0959384441375732, 2.113445281982422, 0.24019621312618256, 1.2380952835083008, 1.6757704019546509, 2.0084033012390137, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 2.2009804248809814, 2.1834733486175537, 1.4481793642044067, 1.815826416015625, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.3081233501434326, 1.378151297569275, 0.8529412746429443, 1.5007003545761108, 1.728291392326355, -0.4600839912891388, -0.47759100794792175, 1.1330533027648926, 1.553221344947815, 1.693277359008789, 1.7457983493804932, 1.868347406387329, 1.9033613204956055, 1.553221344947815, 0.9929972887039185, 0.08263305574655533, -0.14495795965194702, 0.18767507374286652, 0.13515406847000122, 0.6953782439231873, -0.07492996007204056, 0.5728292465209961, 0.8179272413253784, 1.5007003545761108, 1.4131653308868408, 2.0259103775024414, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 2.0084033012390137, 2.218487501144409, 2.0784313678741455, 2.165966510772705, 1.9558824300765991, 1.9733893871307373, 2.113445281982422, 1.8858543634414673, 2.0784313678741455, 1.815826416015625, 0.9054622650146484, 1.2030812501907349, 1.7983193397521973, 2.0259103775024414, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 2.165966510772705, 1.7983193397521973, 1.9733893871307373, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9054622650146484, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.465686321258545, 1.1505602598190308, 1.2906162738800049, 0.5378152132034302, 1.5882353782653809, 1.5707283020019531, -0.0049019488506019115, -0.28501397371292114, 0.18767507374286652, 1.9208683967590332, 0.39775922894477844, 1.9558824300765991, 1.8858543634414673, 1.868347406387329, 1.605742335319519, 1.1680673360824585, 0.415266215801239, 0.6078432202339172, 1.2731093168258667, 0.24019621312618256, 1.1155463457107544, 0.7128852605819702, -0.19747896492481232, 0.39775922894477844, 0.9754902720451355, 0.9579832553863525, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 0.8004202842712402, 1.483193278312683, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.165966510772705, 2.0084033012390137, 2.165966510772705, 2.0609242916107178, 1.6757704019546509, 2.043417453765869, 0.9929972887039185, 1.693277359008789, 1.6757704019546509, 2.0259103775024414, 2.1834733486175537, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 1.9383753538131714, 1.8333333730697632, 0.6428572535514832, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5707283020019531, 0.9404762983322144, 1.2731093168258667, 0.8179272413253784, 1.5707283020019531, 1.2731093168258667, 0.11764705926179886, -1.0553221702575684, -0.12745095789432526, 1.7983193397521973, 0.5728292465209961, 1.728291392326355, 1.8508403301239014, 1.8333333730697632, 1.7633053064346313, 1.0980392694473267, 0.24019621312618256, 0.6778712272644043, 1.3956583738327026, 0.29271721839904785, 0.7128852605819702, 0.415266215801239, -0.6351540088653564, 0.7829132676124573, 1.1155463457107544, 1.483193278312683, 1.378151297569275, 1.343137264251709, 1.7107843160629272, 1.2205883264541626, 1.9908963441848755, 2.218487501144409, 2.113445281982422, 2.1484594345092773, 1.9908963441848755, 1.9383753538131714, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 2.0609242916107178, 1.9033613204956055, 1.430672287940979, 1.728291392326355, 2.0784313678741455, 2.1834733486175537, 2.2009804248809814, 2.235994577407837, 2.235994577407837, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.0784313678741455, 2.0084033012390137, 1.483193278312683, 1.465686321258545, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.520308256149292, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.553221344947815, -0.5301120281219482, 1.1680673360824585, 0.3802522122859955, 1.553221344947815, 1.0805323123931885, 0.03011205606162548, 0.0476190559566021, -0.3025209903717041, 0.3102242052555084, 0.4852942228317261, 1.8333333730697632, 1.9733893871307373, 1.728291392326355, 1.7107843160629272, 0.2226892113685608, 0.18767507374286652, 0.6078432202339172, 1.0630252361297607, 0.4852942228317261, 0.9404762983322144, 0.9229692816734314, -0.3200279772281647, -0.19747896492481232, 0.9754902720451355, 1.1155463457107544, 0.3277312219142914, 1.2380952835083008, 1.605742335319519, 1.465686321258545, 2.2009804248809814, 2.0784313678741455, 2.0259103775024414, 2.043417453765869, 2.113445281982422, 1.8508403301239014, 1.693277359008789, 1.8508403301239014, 1.9558824300765991, 2.0084033012390137, 1.9208683967590332, 1.5707283020019531, 1.868347406387329, 2.0259103775024414, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.235994577407837, 2.218487501144409, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 2.0084033012390137, 1.5007003545761108, 2.043417453765869, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, -1.160364031791687, 1.1680673360824585, 0.2226892113685608, 1.465686321258545, 0.8704482913017273, 0.2752102017402649, 0.8704482913017273, 0.6778712272644043, 1.0980392694473267, 0.7128852605819702, 1.7983193397521973, 1.9908963441848755, 1.640756368637085, 1.728291392326355, 0.6603642702102661, 0.2577032148838043, 0.4852942228317261, 0.8529412746429443, 0.6253502368927002, 0.9754902720451355, 1.3256303071975708, 0.4677872359752655, -0.5126050114631653, 1.4131653308868408, 0.6078432202339172, 1.378151297569275, 0.08263305574655533, 0.9404762983322144, 0.8004202842712402, 1.8333333730697632, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 2.113445281982422, 1.9733893871307373, 1.7107843160629272, 1.9033613204956055, 2.0784313678741455, 1.8508403301239014, 1.815826416015625, 1.3606443405151367, 1.868347406387329, 1.9733893871307373, 2.2535016536712646, 2.1834733486175537, 2.218487501144409, 2.235994577407837, 2.235994577407837, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1309523582458496, 2.0084033012390137, 1.6582633256912231, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, -0.3025209903717041, 1.1505602598190308, 0.9754902720451355, 1.343137264251709, 1.3956583738327026, 0.502801239490509, 0.4677872359752655, 0.8529412746429443, 1.3956583738327026, 0.0476190559566021, 1.2030812501907349, 1.9733893871307373, 1.4131653308868408, 1.640756368637085, 0.8179272413253784, 0.13515406847000122, 0.5553222298622131, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 1.553221344947815, 0.45028021931648254, -0.6176469922065735, 0.9229692816734314, 1.5357143878936768, 1.693277359008789, 1.605742335319519, 0.502801239490509, 1.5357143878936768, 1.3081233501434326, 1.8333333730697632, 2.1309523582458496, 2.0084033012390137, 2.1484594345092773, 2.0959384441375732, 1.5357143878936768, 1.780812382698059, 2.0784313678741455, 1.8858543634414673, 1.9208683967590332, 0.9754902720451355, 1.8333333730697632, 2.0259103775024414, 2.288515567779541, 2.0609242916107178, 2.2535016536712646, 2.2535016536712646, 2.288515567779541, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1834733486175537, 2.0259103775024414, 1.9733893871307373, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.4131653308868408, 0.0476190559566021, 1.0980392694473267, 1.2556023597717285, 1.5707283020019531, 1.693277359008789, 0.24019621312618256, 0.9404762983322144, 1.1330533027648926, -0.4075630009174347, -0.3550419807434082, 0.6253502368927002, 2.0084033012390137, 1.553221344947815, 1.3956583738327026, 0.8004202842712402, -0.39005598425865173, 1.1155463457107544, 0.9054622650146484, 0.9054622650146484, 0.6603642702102661, 1.1680673360824585, 0.6253502368927002, 0.18767507374286652, -0.3025209903717041, 0.6253502368927002, 1.5007003545761108, 1.378151297569275, 1.0630252361297607, 0.2226892113685608, 0.17016807198524475, 1.518207311630249, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.113445281982422, 1.7457983493804932, 1.780812382698059, 1.5357143878936768, 1.8333333730697632, 1.9733893871307373, 1.5357143878936768, 1.7457983493804932, 1.7983193397521973, 2.2710084915161133, 2.218487501144409, 2.235994577407837, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 1.9383753538131714, 1.7983193397521973, 2.0084033012390137, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.4131653308868408, 0.6428572535514832, 1.2205883264541626, 1.2380952835083008, 1.518207311630249, 1.7107843160629272, 0.45028021931648254, 0.3802522122859955, 0.7478992342948914, -1.1253501176834106, -0.6176469922065735, 1.2380952835083008, 1.9383753538131714, 1.483193278312683, 0.7829132676124573, 1.2030812501907349, -0.17997196316719055, 0.7303922772407532, 0.08263305574655533, 0.15266107022762299, 0.7654062509536743, 1.3606443405151367, 0.7128852605819702, 0.2226892113685608, -0.8277310132980347, 0.6778712272644043, 1.5357143878936768, -0.07492996007204056, -0.28501397371292114, -0.23249296844005585, 0.18767507374286652, 1.0630252361297607, 1.8508403301239014, 2.1484594345092773, 1.9733893871307373, 2.113445281982422, 1.7107843160629272, 2.0784313678741455, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0259103775024414, 1.3081233501434326, 1.9383753538131714, 2.3060226440429688, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.288515567779541, 2.2710084915161133, 2.218487501144409, 1.6582633256912231, 1.7633053064346313, 1.9733893871307373, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 0.8704482913017273, 1.2731093168258667, 1.2906162738800049, 1.5882353782653809, 1.6757704019546509, 0.29271721839904785, 0.3802522122859955, -0.7752100229263306, -0.5651260018348694, 0.520308256149292, 1.8508403301239014, 2.0609242916107178, 1.430672287940979, 1.2906162738800049, 0.6428572535514832, -0.39005598425865173, 1.2030812501907349, 0.9754902720451355, -0.3025209903717041, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 0.415266215801239, -0.4950979948043823, 0.5553222298622131, 0.7654062509536743, -0.47759100794792175, 0.5728292465209961, -0.4425770044326782, 0.3277312219142914, 1.3256303071975708, 1.7983193397521973, 1.3606443405151367, 2.1309523582458496, 2.113445281982422, 1.8508403301239014, 2.1309523582458496, 2.1309523582458496, 1.9733893871307373, 1.9558824300765991, 2.1834733486175537, 2.0084033012390137, 1.7983193397521973, 2.3060226440429688, 2.2710084915161133, 2.218487501144409, 2.3235294818878174, 2.2535016536712646, 2.288515567779541, 2.3060226440429688, 2.235994577407837, 1.9733893871307373, 2.0959384441375732, 1.5357143878936768, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.20518220961093903, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.378151297569275, -0.23249296844005585, 1.2030812501907349, 1.5882353782653809, 1.7107843160629272, 1.7107843160629272, 1.4481793642044067, 0.3277312219142914, -0.5826330184936523, -1.5980392694473267, 0.7829132676124573, 1.9733893871307373, 2.0959384441375732, 1.483193278312683, 1.3606443405151367, 1.465686321258545, -0.21498596668243408, 0.8004202842712402, 1.2205883264541626, -0.07492996007204056, 0.3277312219142914, 0.9754902720451355, 0.8004202842712402, 0.8879552483558655, -0.33753499388694763, 0.20518220961093903, -0.09243696182966232, -0.4425770044326782, -0.7577030062675476, 0.13515406847000122, 1.0630252361297607, 1.780812382698059, 1.640756368637085, 1.9208683967590332, 2.0959384441375732, 1.6582633256912231, 1.9033613204956055, 1.780812382698059, 2.0784313678741455, 2.0259103775024414, 2.0259103775024414, 2.218487501144409, 2.1309523582458496, 1.8333333730697632, 2.288515567779541, 2.1309523582458496, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.288515567779541, 2.2535016536712646, 1.5882353782653809, 1.1855742931365967, 1.5882353782653809, 1.0105042457580566, 0.6603642702102661, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 0.2577032148838043, 1.1505602598190308, 1.6232492923736572, 1.7457983493804932, 1.5882353782653809, 1.5882353782653809, 0.4852942228317261, 0.2226892113685608, -1.195378065109253, 1.3606443405151367, 2.0084033012390137, 2.1834733486175537, 1.4131653308868408, 1.3956583738327026, 1.1855742931365967, 0.29271721839904785, 0.8529412746429443, 1.3606443405151367, 0.3277312219142914, 0.5728292465209961, 0.432773232460022, 1.0980392694473267, 0.6778712272644043, -0.33753499388694763, -0.7051820158958435, -0.6176469922065735, -0.0049019488506019115, -0.7577030062675476, -0.6526610255241394, 0.9229692816734314, 1.6582633256912231, 1.9558824300765991, 1.553221344947815, 1.7457983493804932, 0.8704482913017273, 1.9208683967590332, 2.0784313678741455, 2.043417453765869, 1.9733893871307373, 1.6582633256912231, 2.2009804248809814, 2.1484594345092773, 1.8508403301239014, 1.8858543634414673, 2.235994577407837, 2.3060226440429688, 2.235994577407837, 2.288515567779541, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9558824300765991, 1.9558824300765991, 1.378151297569275, 1.343137264251709, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, -0.6001400351524353, 1.1505602598190308, 1.6232492923736572, 1.780812382698059, 1.5882353782653809, 1.6757704019546509, 0.8179272413253784, 0.06512605398893356, 0.9404762983322144, 0.9229692816734314, 1.8508403301239014, 2.0784313678741455, 1.343137264251709, 0.24019621312618256, 0.8354342579841614, 0.11764705926179886, 0.3277312219142914, 0.9579832553863525, 1.0805323123931885, -0.12745095789432526, 0.9579832553863525, 0.502801239490509, 0.9929972887039185, -0.5126050114631653, 0.3102242052555084, 0.4852942228317261, -0.3550419807434082, 0.4677872359752655, -0.8802520632743835, 0.4852942228317261, 1.4481793642044067, 2.1484594345092773, 1.0280113220214844, 1.3256303071975708, 0.17016807198524475, 1.8858543634414673, 1.9033613204956055, 1.7457983493804932, 1.3956583738327026, 1.5007003545761108, 2.0609242916107178, 2.043417453765869, 1.8858543634414673, 1.8333333730697632, 2.2009804248809814, 2.3060226440429688, 2.341036558151245, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9208683967590332, 2.0609242916107178, 0.6778712272644043, 0.8879552483558655, 0.4677872359752655, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.432773232460022], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, -0.4950979948043823, 1.1330533027648926, 1.6582633256912231, 1.7107843160629272, 1.7633053064346313, 1.693277359008789, 0.7478992342948914, 0.2752102017402649, 1.0630252361297607, 0.3102242052555084, 1.868347406387329, 2.043417453765869, 1.518207311630249, 0.4677872359752655, 1.5007003545761108, 1.0280113220214844, 0.18767507374286652, 1.0280113220214844, 0.9579832553863525, -0.26750698685646057, 1.0280113220214844, 1.3256303071975708, 0.9054622650146484, -0.42506998777389526, -0.3200279772281647, 0.08263305574655533, 0.9404762983322144, 0.6078432202339172, 0.590336263179779, 1.2205883264541626, 1.0105042457580566, 2.113445281982422, 0.8529412746429443, 0.5728292465209961, -0.6001400351524353, 1.9033613204956055, 1.6582633256912231, 1.553221344947815, 0.432773232460022, 0.8004202842712402, 1.815826416015625, 1.9908963441848755, 1.8508403301239014, 1.2205883264541626, 2.288515567779541, 2.341036558151245, 2.3235294818878174, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.288515567779541, 1.780812382698059, 1.1155463457107544, -0.057422954589128494, -0.022408949211239815, 0.34523820877075195, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254], [0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0105042457580566, -0.9852941036224365, 1.2731093168258667, 1.4481793642044067, 1.6582633256912231, 1.780812382698059, 1.693277359008789, 0.6253502368927002, -0.07492996007204056, 0.6953782439231873, 0.45028021931648254, 1.9033613204956055, 1.9383753538131714, 1.343137264251709, 0.2226892113685608, 1.5882353782653809, 1.868347406387329, 1.4131653308868408, 1.2030812501907349, -0.39005598425865173, -0.17997196316719055, 0.502801239490509, 1.693277359008789, 0.8179272413253784, -0.12745095789432526, -0.057422954589128494, -0.2499999701976776, 0.9229692816734314, 0.502801239490509, -0.03991595283150673, 1.343137264251709, 1.7107843160629272, 1.9908963441848755, 2.043417453765869, 0.8704482913017273, 0.11764705926179886, 1.9383753538131714, 1.7457983493804932, 1.4481793642044067, 1.8858543634414673, 0.9229692816734314, 1.693277359008789, 1.815826416015625, 1.6757704019546509, 1.2731093168258667, 2.1309523582458496, 2.165966510772705, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.288515567779541, 2.2535016536712646, 1.868347406387329, 1.8508403301239014, 0.415266215801239, 0.415266215801239, 0.8004202842712402, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.432773232460022], [0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9229692816734314, -1.370448112487793, 1.3256303071975708, 1.5357143878936768, 1.7983193397521973, 1.815826416015625, 1.6757704019546509, 0.6778712272644043, 0.03011205606162548, 0.520308256149292, 0.13515406847000122, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.20518220961093903, 1.378151297569275, 1.5707283020019531, 0.6078432202339172, 0.3277312219142914, -0.09243696182966232, 1.2380952835083008, 1.1680673360824585, 1.5882353782653809, 1.0280113220214844, -0.07492996007204056, -0.057422954589128494, 0.13515406847000122, 0.3277312219142914, 0.39775922894477844, 0.2577032148838043, 0.6778712272644043, 1.4131653308868408, 1.7457983493804932, 2.1309523582458496, 2.043417453765869, 1.9558824300765991, 1.9733893871307373, 1.7457983493804932, 1.6232492923736572, 1.868347406387329, 1.378151297569275, 1.9558824300765991, 2.043417453765869, 1.6582633256912231, 1.0280113220214844, 2.0259103775024414, 2.0259103775024414, 2.165966510772705, 2.341036558151245, 2.2710084915161133, 2.3060226440429688, 2.2535016536712646, 1.9383753538131714, 2.0259103775024414, 1.1155463457107544, 1.2731093168258667, 1.1855742931365967, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, -1.3529410362243652, 1.3956583738327026, 1.483193278312683, 1.8333333730697632, 1.7983193397521973, 1.6757704019546509, 0.8704482913017273, 0.9929972887039185, -0.21498596668243408, 0.2752102017402649, 1.9908963441848755, 1.7983193397521973, -0.057422954589128494, -0.6701680421829224, 1.3256303071975708, 1.5007003545761108, -0.03991595283150673, -0.39005598425865173, 0.502801239490509, 1.2731093168258667, 1.1855742931365967, 1.868347406387329, 2.0084033012390137, 0.9404762983322144, 0.5553222298622131, 1.0455182790756226, 0.15266107022762299, 0.1001400575041771, 0.415266215801239, 0.13515406847000122, 0.8179272413253784, 0.9579832553863525, 1.5882353782653809, 1.8858543634414673, 2.1309523582458496, 1.5357143878936768, 1.3256303071975708, 1.6232492923736572, 1.6232492923736572, 1.7457983493804932, 1.518207311630249, 1.9908963441848755, 1.0280113220214844, -0.21498596668243408, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.9733893871307373, 2.0609242916107178, 2.2710084915161133, 2.1484594345092773, 1.2906162738800049, 1.605742335319519, 1.3956583738327026, 0.4852942228317261, 0.432773232460022, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, -1.0378150939941406, 1.3256303071975708, 1.5707283020019531, 1.8508403301239014, 1.8333333730697632, 1.2205883264541626, 0.8529412746429443, 0.06512605398893356, -0.10994396358728409, -0.2499999701976776, 2.043417453765869, 1.6757704019546509, 0.6953782439231873, -1.0903360843658447, 1.553221344947815, 1.5357143878936768, -0.09243696182966232, -0.12745095789432526, 0.9054622650146484, 0.9929972887039185, 0.3627452254295349, 1.693277359008789, 1.9383753538131714, 0.2577032148838043, 0.9754902720451355, 0.3627452254295349, -0.5476189851760864, -0.3025209903717041, -0.057422954589128494, 0.11764705926179886, 0.9404762983322144, 0.502801239490509, 0.3802522122859955, -0.057422954589128494, 1.9208683967590332, 0.2226892113685608, 1.343137264251709, 1.4481793642044067, 0.9754902720451355, 1.0105042457580566, 1.605742335319519, 1.8508403301239014, -0.0049019488506019115, 1.553221344947815, 1.5882353782653809, 1.6582633256912231, -0.37254899740219116, 0.18767507374286652, 1.815826416015625, 2.3235294818878174, 2.0959384441375732, 1.6232492923736572, 1.605742335319519, 1.9733893871307373, 0.432773232460022, 0.7654062509536743, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8354342579841614, 0.8529412746429443, -1.1078431606292725, 1.2906162738800049, 1.518207311630249, 1.7633053064346313, 1.0805323123931885, 0.8179272413253784, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.6778712272644043, 2.1309523582458496, 1.7107843160629272, 0.6078432202339172, -1.0553221702575684, 1.2906162738800049, 1.6232492923736572, 0.24019621312618256, 0.8354342579841614, 0.8179272413253784, 0.2752102017402649, 0.415266215801239, 1.9033613204956055, 1.6582633256912231, 0.24019621312618256, 0.9404762983322144, 0.6253502368927002, 0.17016807198524475, 0.3102242052555084, 0.8529412746429443, 0.7303922772407532, 0.9054622650146484, -0.23249296844005585, -0.6176469922065735, -0.5651260018348694, 0.0476190559566021, 1.1855742931365967, 1.0280113220214844, 1.640756368637085, 1.3256303071975708, 1.1680673360824585, 1.2906162738800049, 1.2731093168258667, -0.7051820158958435, 1.8508403301239014, 0.6953782439231873, -0.0049019488506019115, -0.12745095789432526, 0.2577032148838043, 1.5882353782653809, 2.288515567779541, 1.8858543634414673, 1.0280113220214844, 2.0084033012390137, 0.8179272413253784, -0.07492996007204056, 0.45028021931648254, 0.5378152132034302, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, -0.5476189851760864, 1.2731093168258667, 1.5707283020019531, 1.7633053064346313, 0.8529412746429443, 1.4131653308868408, 0.502801239490509, 0.5553222298622131, 0.17016807198524475, 1.3081233501434326, 1.9558824300765991, 1.728291392326355, 0.8529412746429443, -1.335434079170227, 1.518207311630249, 1.2556023597717285, 0.6778712272644043, 0.18767507374286652, 0.2752102017402649, 0.6078432202339172, 1.3956583738327026, 1.868347406387329, 1.7457983493804932, 0.415266215801239, 1.1330533027648926, 1.1505602598190308, 0.432773232460022, 1.0980392694473267, 0.2226892113685608, 1.2731093168258667, 1.2556023597717285, -0.8802520632743835, -0.8802520632743835, -1.282913088798523, -0.9152660369873047, 1.2380952835083008, 0.9229692816734314, 1.2731093168258667, 1.9558824300765991, 1.7457983493804932, 1.5707283020019531, 1.2906162738800049, -0.6526610255241394, 1.693277359008789, 1.1505602598190308, 0.39775922894477844, 0.29271721839904785, 0.520308256149292, 1.2030812501907349, 1.8333333730697632, 0.5378152132034302, 1.7457983493804932, 2.218487501144409, 1.0630252361297607, 0.8704482913017273, 0.2577032148838043, 0.6078432202339172, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, -0.057422954589128494, 1.1505602598190308, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.518207311630249, 0.7303922772407532, 0.39775922894477844, -0.4600839912891388, 1.6757704019546509, 2.0609242916107178, 1.7983193397521973, 1.1680673360824585, -1.2303920984268188, 1.553221344947815, 0.8354342579841614, 1.465686321258545, 0.415266215801239, 0.6953782439231873, 0.7478992342948914, 1.6232492923736572, 1.1330533027648926, 1.4481793642044067, 0.6253502368927002, 0.9229692816734314, 0.520308256149292, 0.7829132676124573, 0.39775922894477844, 0.9579832553863525, 0.5378152132034302, -0.9152660369873047, 0.012605053372681141, 0.20518220961093903, -0.19747896492481232, -1.1253501176834106, -0.4600839912891388, 0.3102242052555084, 1.1155463457107544, 1.7633053064346313, 1.7107843160629272, 1.553221344947815, 0.39775922894477844, -0.03991595283150673, 2.0084033012390137, 1.5357143878936768, 0.3627452254295349, 0.39775922894477844, 0.9229692816734314, 1.4481793642044067, 1.0805323123931885, 1.6757704019546509, 1.815826416015625, 1.693277359008789, 1.1680673360824585, -0.26750698685646057, 0.3102242052555084, 0.5553222298622131, 0.6778712272644043, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.432773232460022], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.5378152132034302, 1.1155463457107544, 1.5007003545761108, 1.9208683967590332, 1.7457983493804932, 1.483193278312683, 0.8179272413253784, 0.24019621312618256, 0.5728292465209961, 1.4131653308868408, 1.8858543634414673, 1.868347406387329, 1.0805323123931885, -0.6001400351524353, 1.5707283020019531, 1.5707283020019531, 1.7457983493804932, 0.7478992342948914, 1.0630252361297607, 1.2030812501907349, 1.4481793642044067, 2.113445281982422, 0.0476190559566021, 0.18767507374286652, 0.9054622650146484, 0.8354342579841614, 0.9929972887039185, 0.7478992342948914, 0.3277312219142914, -0.42506998777389526, 0.7303922772407532, -0.07492996007204056, 0.24019621312618256, -0.42506998777389526, -1.2303920984268188, -1.0728291273117065, 0.6428572535514832, 1.0980392694473267, 1.868347406387329, 1.378151297569275, 1.465686321258545, 0.08263305574655533, -0.28501397371292114, 1.4131653308868408, 1.8508403301239014, 1.0805323123931885, 0.08263305574655533, 1.2380952835083008, 1.6232492923736572, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 2.0959384441375732, 1.1505602598190308, 0.2226892113685608, 0.34523820877075195, 0.012605053372681141, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.432773232460022], [0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.29271721839904785, 1.0980392694473267, 1.605742335319519, 1.9208683967590332, 1.780812382698059, 1.640756368637085, 0.7829132676124573, 1.0455182790756226, 1.2205883264541626, 1.8333333730697632, 1.9558824300765991, 1.605742335319519, 0.8179272413253784, -0.26750698685646057, 1.5007003545761108, 1.780812382698059, 1.483193278312683, 1.1680673360824585, 0.8529412746429443, 1.5007003545761108, 1.3081233501434326, 2.0959384441375732, 0.8354342579841614, 0.7829132676124573, 0.9579832553863525, -0.39005598425865173, 0.7829132676124573, 0.9229692816734314, 0.415266215801239, -0.3025209903717041, -0.17997196316719055, -0.0049019488506019115, 0.29271721839904785, -0.2499999701976776, -0.7752100229263306, -0.4950979948043823, -0.9327731132507324, 0.24019621312618256, 1.693277359008789, 2.0784313678741455, 1.3081233501434326, -0.10994396358728409, 0.0476190559566021, 0.9229692816734314, 1.1330533027648926, 0.6253502368927002, 0.3802522122859955, 1.2205883264541626, 1.7457983493804932, 1.2731093168258667, 0.6778712272644043, 0.9229692816734314, -0.12745095789432526, 0.7654062509536743, 1.0455182790756226, -0.0049019488506019115, 0.13515406847000122, 0.5378152132034302, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.432773232460022], [0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 1.3606443405151367, 1.640756368637085, 1.9558824300765991, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 0.7128852605819702, 1.640756368637085, 1.640756368637085, 1.8858543634414673, 1.605742335319519, 0.8354342579841614, -0.4425770044326782, 1.605742335319519, 1.640756368637085, 1.3081233501434326, 1.2380952835083008, 0.520308256149292, 1.5357143878936768, 1.7107843160629272, 1.553221344947815, 0.3802522122859955, 0.8179272413253784, 0.8529412746429443, 0.17016807198524475, 0.13515406847000122, 1.0980392694473267, 0.2752102017402649, -0.03991595283150673, -0.6351540088653564, 0.6953782439231873, 0.432773232460022, 0.7478992342948914, -1.2303920984268188, -0.3200279772281647, -1.1253501176834106, -0.4075630009174347, 1.2380952835083008, 1.9908963441848755, 1.465686321258545, 0.4677872359752655, 0.8354342579841614, 1.0805323123931885, 0.3802522122859955, 1.0105042457580566, 0.6603642702102661, 1.3956583738327026, 1.8858543634414673, 1.6582633256912231, -0.057422954589128494, -0.1624649614095688, -0.47759100794792175, -0.7226890325546265, 1.343137264251709, 1.728291392326355, 0.415266215801239, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.432773232460022, 0.4677872359752655, 0.45028021931648254], [0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5553222298622131, 0.5378152132034302, 0.4677872359752655, 0.6953782439231873, 1.378151297569275, 1.7457983493804932, 1.9033613204956055, 1.7983193397521973, 1.7107843160629272, 1.2731093168258667, 0.8004202842712402, 1.6757704019546509, 1.7457983493804932, 1.868347406387329, 1.553221344947815, 0.432773232460022, -0.03991595283150673, 1.553221344947815, 1.0805323123931885, 1.1680673360824585, 1.0105042457580566, 1.1330533027648926, 0.8704482913017273, 1.2380952835083008, 1.343137264251709, -0.33753499388694763, 1.3081233501434326, 0.5728292465209961, 0.2577032148838043, 0.3277312219142914, 0.0476190559566021, -0.2499999701976776, 0.2752102017402649, -0.4600839912891388, 0.5728292465209961, 0.6953782439231873, 0.432773232460022, 0.06512605398893356, -0.4425770044326782, 0.6778712272644043, -0.37254899740219116, 1.3606443405151367, 0.6778712272644043, 1.1855742931365967, -0.022408949211239815, 0.590336263179779, 1.465686321258545, 1.4131653308868408, 1.605742335319519, 1.5357143878936768, 2.0259103775024414, 2.043417453765869, 1.7983193397521973, -0.9852941036224365, -0.6001400351524353, 0.8004202842712402, 0.8004202842712402, 1.2556023597717285, 1.9383753538131714, 1.3956583738327026, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254], [0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.3802522122859955, 0.6778712272644043, 1.343137264251709, 1.6232492923736572, 1.815826416015625, 1.8333333730697632, 1.343137264251709, 0.29271721839904785, 1.1155463457107544, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.0455182790756226, -0.5126050114631653, -0.7401960492134094, 1.2556023597717285, 1.1680673360824585, 1.3606443405151367, 0.8879552483558655, 0.6078432202339172, 0.8004202842712402, 0.2226892113685608, 0.7654062509536743, -0.1624649614095688, 1.2906162738800049, 1.3606443405151367, 0.2226892113685608, 1.0280113220214844, 0.8879552483558655, 1.1330533027648926, -0.03991595283150673, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.6078432202339172, -1.0903360843658447, 0.590336263179779, -0.23249296844005585, 1.343137264251709, -0.03991595283150673, -0.28501397371292114, -0.2499999701976776, 1.2906162738800049, 0.7128852605819702, 1.0105042457580566, 1.2205883264541626, 1.8333333730697632, 1.4131653308868408, 1.868347406387329, 2.0784313678741455, -1.0728291273117065, 1.5007003545761108, 1.0630252361297607, 0.5553222298622131, 1.465686321258545, 1.5357143878936768, 1.5707283020019531, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.415266215801239, 0.34523820877075195, 0.29271721839904785, 0.6603642702102661, 1.553221344947815, 1.7107843160629272, 1.868347406387329, 1.8508403301239014, 1.1330533027648926, 0.7654062509536743, 1.2906162738800049, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 0.11764705926179886, 0.03011205606162548, -0.6001400351524353, 1.430672287940979, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.6078432202339172, 1.1680673360824585, 0.7303922772407532, 0.3627452254295349, 0.3102242052555084, 1.0980392694473267, 0.8704482913017273, 1.1155463457107544, 0.6953782439231873, 0.9404762983322144, 1.0455182790756226, 0.2226892113685608, 1.3081233501434326, 1.0455182790756226, 1.1855742931365967, 0.8004202842712402, 0.8879552483558655, -0.8802520632743835, -0.3025209903717041, 0.39775922894477844, 0.3627452254295349, 1.0980392694473267, -0.10994396358728409, -0.28501397371292114, 1.0980392694473267, 0.7303922772407532, 0.9404762983322144, 0.1001400575041771, 0.2226892113685608, 1.2731093168258667, 1.7633053064346313, 1.7457983493804932, -0.26750698685646057, 1.3081233501434326, 0.6428572535514832, 0.8179272413253784, 1.3256303071975708, 1.6757704019546509, 1.4131653308868408, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.2577032148838043, 0.7303922772407532, 1.378151297569275, 1.605742335319519, 1.8508403301239014, 1.815826416015625, 0.7478992342948914, 1.0630252361297607, 1.430672287940979, 1.7457983493804932, 1.5357143878936768, 1.640756368637085, -1.0553221702575684, -0.12745095789432526, -0.5126050114631653, 1.3256303071975708, 1.2205883264541626, 0.8354342579841614, 1.2556023597717285, 1.465686321258545, 0.7829132676124573, 0.6428572535514832, -0.5476189851760864, -0.10994396358728409, 1.378151297569275, 1.1155463457107544, 0.6428572535514832, -0.03991595283150673, -0.09243696182966232, 0.8879552483558655, 0.03011205606162548, 1.2906162738800049, 1.483193278312683, 1.3256303071975708, 1.3956583738327026, 1.1855742931365967, -1.0203081369400024, -0.5651260018348694, 0.8004202842712402, 0.3802522122859955, 0.6253502368927002, -0.09243696182966232, -1.2303920984268188, 0.39775922894477844, 0.520308256149292, 1.2556023597717285, 0.2577032148838043, 1.0980392694473267, 1.5707283020019531, 1.465686321258545, 1.8508403301239014, -0.47759100794792175, 1.0105042457580566, 0.6603642702102661, 0.13515406847000122, 1.6232492923736572, 1.6757704019546509, 1.5007003545761108, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.520308256149292, 0.4852942228317261, 0.502801239490509], [0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3802522122859955, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.29271721839904785, 0.24019621312618256, 0.2226892113685608, 0.8004202842712402, 1.5357143878936768, 1.6232492923736572, 1.8333333730697632, 1.7633053064346313, 0.4677872359752655, 0.7654062509536743, 1.6232492923736572, 1.815826416015625, 1.8858543634414673, 1.430672287940979, 0.2577032148838043, -0.10994396358728409, -0.26750698685646057, 1.5007003545761108, 1.343137264251709, 0.590336263179779, 0.6778712272644043, 0.7829132676124573, 1.3081233501434326, 0.6778712272644043, -0.03991595283150673, 0.590336263179779, 1.605742335319519, 1.1855742931365967, 1.0280113220214844, 0.7654062509536743, -0.07492996007204056, 0.7128852605819702, 0.11764705926179886, 1.1855742931365967, 1.2731093168258667, 1.640756368637085, 1.1855742931365967, 1.7107843160629272, -0.7226890325546265, 0.4852942228317261, -0.12745095789432526, -0.07492996007204056, -0.47759100794792175, 0.2577032148838043, -1.457983136177063, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.5728292465209961, 0.2577032148838043, 1.6582633256912231, 1.7107843160629272, 1.9908963441848755, -1.1428570747375488, 0.6078432202339172, 0.6778712272644043, 0.3102242052555084, 1.7457983493804932, 1.1680673360824585, 0.7303922772407532, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.4852942228317261, 0.502801239490509]], [[1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8556864261627197, 1.803398847579956, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374], [1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.646536111831665], [1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7925055623054504, 0.8447931408882141, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.7511112689971924], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7227887511253357, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8731155395507812, 1.8208279609680176, 1.803398847579956], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.9145098924636841, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.8905447721481323], [1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086], [0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107], [0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0299782752990723], [0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.1236603260040283, 1.0888018608093262, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.047407388687134], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8796514868736267, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [1.4548149108886719, 1.8208279609680176, 1.7511112689971924, 1.472244143486023, 1.1062309741973877, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.27398681640625, 2.2565577030181885, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.6988236904144287, 1.2456645965576172, 0.9667974710464478, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.6879304051399231, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7750763297080994, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.047407388687134, 2.1345534324645996, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.1868410110473633, 2.047407388687134, 1.8731155395507812, 1.315381407737732, 1.1062309741973877, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.8622223138809204, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.082265853881836], [1.5768193006515503, 2.0125491619110107, 2.117124319076538, 2.1868410110473633, 2.3262743949890137, 2.3785619735717773, 2.2565577030181885, 2.0648367404937744, 2.0299782752990723, 1.8208279609680176, 1.1062309741973877, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [1.332810640335083, 1.6813944578170776, 1.785969614982605, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 1.4025273323059082, 1.158518671989441, 0.8099347352981567, 0.6879304051399231, 0.600784420967102, 0.9667974710464478, 0.9319390654563904, 1.0365142822265625, 0.984226644039154, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [2.1694118976593018, 2.1694118976593018, 2.0125491619110107, 1.785969614982605, 1.7162528038024902, 0.6879304051399231, -0.688975989818573, -1.1247059106826782, 0.008191745728254318, 1.053943395614624, 1.6813944578170776, 1.785969614982605, 1.5942485332489014, 1.7511112689971924, 1.472244143486023, 1.1410894393920898, 0.984226644039154, 0.7750763297080994, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.27398681640625, 1.9951199293136597, 1.2805230617523193, 0.09533771127462387, 0.16505448520183563, 1.7511112689971924, 2.308845281600952, 2.3785619735717773, 2.2565577030181885, 2.308845281600952, 2.361132860183716, 2.047407388687134, 1.925403118133545, 1.629106879234314, 1.2456645965576172, 0.9493682980537415, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [2.0125491619110107, 2.082265853881836, 2.117124319076538, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.8556864261627197, 1.646536111831665, 1.768540382385254, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.27398681640625, 2.204270124435425, 2.047407388687134, 1.8731155395507812, 1.611677646636963, 1.1410894393920898, 0.8970807194709778, 0.7576471567153931, 0.6530719995498657, 0.8099347352981567, 0.8622223138809204, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.2108062505722046, 0.2173420637845993, -0.20095856487751007, 0.5484968423843384, 1.611677646636963, 2.0996949672698975, 2.204270124435425, 2.239128589630127, 2.308845281600952, 2.2914161682128906, 2.3262743949890137, 2.3262743949890137, 2.082265853881836, 1.803398847579956, 1.489673376083374, 1.1062309741973877, 0.9493682980537415, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.9145098924636841, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.6639652252197266, 1.8208279609680176, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 0.984226644039154, -0.688975989818573, -1.176993489265442, -0.6366884112358093, 0.4613508880138397, 1.332810640335083, 1.5768193006515503, 1.7162528038024902, 1.960261583328247, 2.1694118976593018, 2.204270124435425, 2.27398681640625, 2.361132860183716, 2.4831371307373047, 2.4134204387664795, 2.047407388687134, 1.6813944578170776, 1.1062309741973877, 0.7925055623054504, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1694118976593018, 2.1868410110473633], [0.8970807194709778, 1.4025273323059082, 1.5942485332489014, 1.6988236904144287, 1.3676689863204956, -0.5495424270629883, -1.2815686464309692, -0.6541175842285156, 1.1933770179748535, 2.1868410110473633, 2.27398681640625, 2.117124319076538, 2.082265853881836, 1.7511112689971924, 1.6988236904144287, 1.803398847579956, 1.803398847579956, 1.2630938291549683, 1.0016558170318604, 1.8382571935653687, 2.2914161682128906, 2.204270124435425, 1.6813944578170776, 1.071372628211975, 1.175947904586792, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425], [-0.5495424270629883, -0.026666639372706413, 0.7750763297080994, 1.2805230617523193, 0.42649248242378235, -1.1072766780853271, -1.176993489265442, 0.8099347352981567, 1.960261583328247, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.3262743949890137, 2.3262743949890137, 2.0996949672698975, 1.803398847579956, 1.0365142822265625, 0.07790851593017578, 1.2456645965576172, 2.2216994762420654, 2.2914161682128906, 2.308845281600952, 2.395991325378418, 2.3437037467956543, 2.0299782752990723, 1.8208279609680176, 1.5245317220687866, 1.2805230617523193, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.2914161682128906, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.3262743949890137, 2.2216994762420654, 2.204270124435425, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [-0.3055337369441986, -0.6541175842285156, -0.42753809690475464, 0.18248367309570312, 0.02562093921005726, -0.8981263637542725, -0.4972548484802246, 1.7162528038024902, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.239128589630127, 2.3437037467956543, 2.361132860183716, 2.0648367404937744, 1.2805230617523193, 1.5768193006515503, 2.117124319076538, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.3437037467956543, 2.3437037467956543, 2.239128589630127, 2.047407388687134, 1.785969614982605, 1.5245317220687866, 1.2456645965576172, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7336820363998413, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.239128589630127, 2.2565577030181885, 2.082265853881836, 1.5768193006515503, 2.0996949672698975, 2.308845281600952, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [0.008191745728254318, -0.3055337369441986, -0.23581695556640625, -0.11381260305643082, -0.21838775277137756, -0.3403921127319336, 0.2522004544734955, 1.6813944578170776, 1.9079740047454834, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.082265853881836, 1.629106879234314, 1.071372628211975, 1.158518671989441, 1.8556864261627197, 2.151982545852661, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.151982545852661, 2.239128589630127, 2.308845281600952, 2.047407388687134, 1.8556864261627197, 1.611677646636963, 1.315381407737732, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1868410110473633, 2.1345534324645996, 2.1868410110473633, 2.2914161682128906, 2.2914161682128906, 2.0299782752990723, 1.768540382385254, 2.082265853881836, 1.646536111831665, 2.4134204387664795, 2.2914161682128906, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 1.960261583328247, 2.0299782752990723, 2.3262743949890137, 2.3437037467956543, 2.2565577030181885, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [0.5833552479743958, 0.600784420967102, 1.332810640335083, 1.5419609546661377, 0.8796514868736267, 0.14762529730796814, -0.009237446822226048, 0.6530719995498657, 1.4548149108886719, 1.7511112689971924, 1.7511112689971924, 1.925403118133545, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.8556864261627197, 0.14762529730796814, -0.42753809690475464, -0.4972548484802246, -0.25324615836143494, 0.6356428265571594, 1.5419609546661377, 1.942832350730896, 2.0648367404937744, 2.1868410110473633, 2.0648367404937744, 1.942832350730896, 2.047407388687134, 2.2914161682128906, 2.1694118976593018, 1.960261583328247, 1.803398847579956, 1.4025273323059082, 1.1062309741973877, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.478780061006546, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.35677558183670044, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.0299782752990723, 1.8556864261627197, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.5071024894714355, 2.430849552154541, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.082265853881836, 1.925403118133545, 1.629106879234314, 1.5942485332489014, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [1.6988236904144287, 0.7925055623054504, 0.7402179837226868, 1.2456645965576172, 1.646536111831665, 1.2456645965576172, 0.44392168521881104, 0.35677558183670044, 0.600784420967102, 1.071372628211975, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 0.9145098924636841, -0.8806971907615662, -0.9678431153297424, -0.04409583657979965, 1.4548149108886719, 2.0125491619110107, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.7511112689971924, 2.0299782752990723, 2.204270124435425, 1.629106879234314, 1.2805230617523193, 1.8382571935653687, 2.1868410110473633, 1.9951199293136597, 1.5419609546661377, 0.9145098924636841, 0.8099347352981567, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.0648367404937744, 1.8905447721481323, 1.5419609546661377, 1.925403118133545, 1.960261583328247, 1.5245317220687866, 1.785969614982605, 1.5419609546661377, 1.5768193006515503, 1.489673376083374, 2.0996949672698975, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.1868410110473633, 1.6988236904144287, 1.629106879234314, 1.5419609546661377, 1.7162528038024902, 1.7336820363998413, 2.27398681640625, 2.239128589630127, 2.239128589630127, 2.239128589630127], [2.2914161682128906, 1.6813944578170776, -0.2881045341491699, -0.532113254070282, -0.3578213155269623, 0.09533771127462387, 0.6879304051399231, 1.472244143486023, 1.5942485332489014, 1.071372628211975, 0.8622223138809204, 1.2108062505722046, 1.5419609546661377, 1.7336820363998413, 1.3676689863204956, -0.18352937698364258, -1.176993489265442, -0.5495424270629883, 1.5419609546661377, 2.204270124435425, 2.239128589630127, 2.204270124435425, 2.308845281600952, 2.3437037467956543, 2.047407388687134, 1.5942485332489014, 1.071372628211975, 0.5833552479743958, 0.42649248242378235, 0.8622223138809204, 1.315381407737732, 2.0996949672698975, 2.2216994762420654, 1.5071024894714355, 1.1933770179748535, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.0365142822265625, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.3742047846317291, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7227887511253357, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.2216994762420654, 2.1345534324645996, 1.2108062505722046, 1.5245317220687866, 1.8382571935653687, 1.5768193006515503, 1.8208279609680176, 1.2979521751403809, 1.3676689863204956, 1.5593900680541992, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.9079740047454834, 1.8556864261627197, 1.942832350730896, 1.4548149108886719, 1.6988236904144287, 1.785969614982605, 2.0125491619110107, 2.2216994762420654, 2.2565577030181885, 2.2565577030181885, 2.239128589630127], [2.2216994762420654, 2.3785619735717773, 1.8208279609680176, 0.02562093921005726, -0.619259238243103, -0.42753809690475464, -0.25324615836143494, 0.28705883026123047, 1.1236603260040283, 1.646536111831665, 1.2108062505722046, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 0.7750763297080994, -0.601830005645752, -1.1595642566680908, 0.44392168521881104, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.2914161682128906, 2.204270124435425, 2.3437037467956543, 2.4134204387664795, 1.925403118133545, 1.0016558170318604, 0.44392168521881104, 1.2979521751403809, 1.489673376083374, 1.5245317220687866, 1.9951199293136597, 2.361132860183716, 2.27398681640625, 1.960261583328247, 1.8208279609680176, 1.6639652252197266, 1.2630938291549683, 1.0888018608093262, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.42649248242378235, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.3742047846317291, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.2565577030181885, 2.1694118976593018, 1.2630938291549683, 1.2805230617523193, 1.053943395614624, 1.4025273323059082, 1.5245317220687866, 1.5942485332489014, 1.175947904586792, 1.1062309741973877, 1.5071024894714355, 1.7511112689971924, 1.960261583328247, 1.785969614982605, 2.2565577030181885, 1.629106879234314, 1.9776906967163086, 1.5593900680541992, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885], [1.472244143486023, 2.0125491619110107, 2.3262743949890137, 2.204270124435425, 1.9079740047454834, 1.1062309741973877, 0.6530719995498657, 0.11276690661907196, -0.3229629397392273, 0.28705883026123047, 0.5833552479743958, 0.28705883026123047, 0.4090631604194641, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, -0.21838775277137756, 1.3850982189178467, 1.9079740047454834, 1.942832350730896, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.239128589630127, 2.2914161682128906, 2.3262743949890137, 2.0299782752990723, 1.053943395614624, 0.670501172542572, 0.9145098924636841, 1.0016558170318604, 1.7336820363998413, 2.1868410110473633, 2.27398681640625, 2.047407388687134, 1.960261583328247, 1.768540382385254, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.151982545852661, 2.204270124435425, 2.151982545852661, 2.151982545852661, 2.308845281600952, 1.2805230617523193, 0.9145098924636841, 0.7925055623054504, 0.9667974710464478, 1.3850982189178467, 1.5071024894714355, 0.9319390654563904, 0.9493682980537415, 1.489673376083374, 1.472244143486023, 1.8208279609680176, 1.472244143486023, 2.239128589630127, 1.4199565649032593, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.629106879234314, 1.768540382385254, 2.430849552154541, 2.204270124435425, 2.2565577030181885, 2.2914161682128906], [1.1236603260040283, 1.2456645965576172, 1.6988236904144287, 2.2565577030181885, 2.465708017349243, 2.5005664825439453, 2.1868410110473633, 1.0888018608093262, 0.3742047846317291, 0.4090631604194641, 0.1999128758907318, 0.18248367309570312, 0.827363908290863, 1.6988236904144287, 1.6639652252197266, 0.9493682980537415, 0.7227887511253357, 1.489673376083374, 1.8731155395507812, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 2.0648367404937744, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.0125491619110107, 1.8556864261627197, 1.2805230617523193, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.7925055623054504, 1.332810640335083, 1.960261583328247, 2.2216994762420654, 2.0996949672698975, 1.9951199293136597, 1.8556864261627197, 1.6988236904144287, 1.3676689863204956, 1.158518671989441, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.1933770179748535, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0125491619110107, 2.0996949672698975, 2.151982545852661, 2.117124319076538, 2.1694118976593018, 1.9079740047454834, 0.7925055623054504, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 1.2805230617523193, 1.5419609546661377, 1.0016558170318604, 1.071372628211975, 1.5419609546661377, 1.5071024894714355, 1.7162528038024902, 1.5419609546661377, 1.785969614982605, 1.5419609546661377, 1.5245317220687866, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.8382571935653687, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.308845281600952], [1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.332810640335083, 1.5593900680541992, 2.1345534324645996, 2.465708017349243, 2.430849552154541, 2.2565577030181885, 1.4199565649032593, 1.2282354831695557, 0.670501172542572, -0.04409583657979965, 0.478780061006546, 1.2456645965576172, 1.7511112689971924, 1.5071024894714355, 1.158518671989441, 1.2805230617523193, 1.6639652252197266, 1.8556864261627197, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 1.4548149108886719, 0.30448800325393677, -0.3578213155269623, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.175947904586792, 1.0190850496292114, 1.2805230617523193, 1.472244143486023, 1.646536111831665, 2.082265853881836, 2.3785619735717773, 2.0996949672698975, 1.9951199293136597, 1.9776906967163086, 1.6639652252197266, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.32191720604896545, 0.30448800325393677, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.151982545852661, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 1.0888018608093262, 0.7053595781326294, 0.8099347352981567, 0.8099347352981567, 0.984226644039154, 1.4548149108886719, 1.5245317220687866, 1.2630938291549683, 1.4025273323059082, 1.7162528038024902, 1.489673376083374, 1.6813944578170776, 1.7511112689971924, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.629106879234314, 1.5593900680541992, 2.0125491619110107, 2.082265853881836, 2.3437037467956543, 2.3437037467956543, 2.27398681640625], [1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.3676689863204956, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2216994762420654, 1.1410894393920898, 0.9493682980537415, 0.513638436794281, 0.13019609451293945, 0.28705883026123047, 0.7053595781326294, 1.1410894393920898, 0.984226644039154, 0.3742047846317291, 0.827363908290863, 1.3676689863204956, 1.611677646636963, 1.8556864261627197, 1.960261583328247, 1.942832350730896, 1.8208279609680176, 0.3742047846317291, -0.6366884112358093, 0.4613508880138397, 1.9079740047454834, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.7336820363998413, 1.5245317220687866, 1.5768193006515503, 1.6639652252197266, 1.5245317220687866, 1.2456645965576172, 1.1410894393920898, 1.629106879234314, 1.925403118133545, 1.7336820363998413, 1.2979521751403809, 1.1410894393920898, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 1.9776906967163086, 1.8731155395507812, 1.9951199293136597, 1.803398847579956, 2.0299782752990723, 1.2630938291549683, 0.3916339874267578, 0.513638436794281, 1.0016558170318604, 0.8447931408882141, 1.2282354831695557, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.7336820363998413, 1.6639652252197266, 1.925403118133545, 1.2805230617523193, 2.395991325378418, 2.361132860183716, 2.308845281600952], [1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.3502397537231445, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.5942485332489014, 1.1410894393920898, 1.2282354831695557, 1.4373857975006104, 1.053943395614624, 0.4613508880138397, 0.2522004544734955, 0.07790851593017578, 0.478780061006546, 1.0016558170318604, 1.1933770179748535, 1.5071024894714355, 1.6988236904144287, 1.803398847579956, 1.0365142822265625, -0.37525051832199097, -0.11381260305643082, 1.629106879234314, 2.0648367404937744, 2.117124319076538, 2.204270124435425, 2.2914161682128906, 2.27398681640625, 2.0648367404937744, 1.3676689863204956, 1.1062309741973877, 0.7925055623054504, 0.0430501289665699, 0.7053595781326294, 1.803398847579956, 2.2216994762420654, 2.117124319076538, 1.5245317220687866, 1.175947904586792, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.2696296274662018, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.513638436794281, 0.600784420967102, 0.6530719995498657, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 1.0888018608093262, 0.18248367309570312, 0.33934640884399414, -0.009237446822226048, 0.7925055623054504, 1.1062309741973877, 1.0190850496292114, 1.4025273323059082, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.6813944578170776, 1.5419609546661377, 1.4548149108886719, 1.2108062505722046, 1.2979521751403809, 1.5419609546661377, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.8382571935653687, 1.8382571935653687, 2.27398681640625, 2.3785619735717773], [1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.6639652252197266, 1.8905447721481323, 1.8208279609680176, 0.8970807194709778, 1.1933770179748535, 1.768540382385254, 1.8382571935653687, 1.2979521751403809, 0.4962092638015747, 0.5484968423843384, 1.158518671989441, 1.2805230617523193, 1.0888018608093262, 1.1410894393920898, 1.2805230617523193, 0.6530719995498657, -0.04409583657979965, 0.9493682980537415, 1.960261583328247, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.8731155395507812, 1.1410894393920898, 0.8447931408882141, 1.8382571935653687, 2.151982545852661, 2.2216994762420654, 2.3437037467956543, 2.4482789039611816, 2.239128589630127, 1.960261583328247, 1.925403118133545, 1.7162528038024902, 1.3676689863204956, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.7511112689971924, 0.6182135939598083, -0.07895421981811523, 1.5419609546661377, 1.1933770179748535, 0.7053595781326294, -0.2881045341491699, -0.18352937698364258, 0.13019609451293945, 0.7925055623054504, 1.1236603260040283, 0.9493682980537415, 1.489673376083374, 1.5245317220687866, 1.6813944578170776, 1.5245317220687866, 1.5419609546661377, 1.646536111831665, 1.6813944578170776, 1.5593900680541992, 1.629106879234314, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.5593900680541992, 1.7511112689971924, 1.5942485332489014, 1.8382571935653687, 2.0125491619110107, 1.7336820363998413, 2.3262743949890137, 2.4134204387664795], [1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 1.1062309741973877, 1.5593900680541992, 1.960261583328247, 2.1345534324645996, 1.4548149108886719, 1.3502397537231445, 1.629106879234314, 1.0888018608093262, 0.5659260153770447, 0.8447931408882141, 1.1410894393920898, 1.175947904586792, 1.053943395614624, 0.9145098924636841, 0.7576471567153931, 0.5833552479743958, 1.4373857975006104, 1.8382571935653687, 1.8905447721481323, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 1.158518671989441, 1.1410894393920898, 1.8731155395507812, 2.0648367404937744, 2.2216994762420654, 2.361132860183716, 2.430849552154541, 2.4482789039611816, 2.0996949672698975, 1.8905447721481323, 2.0648367404937744, 1.629106879234314, 1.315381407737732, 1.175947904586792, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.8905447721481323, 1.2630938291549683, 0.06047932058572769, 0.02562093921005726, 0.2696296274662018, 1.1410894393920898, 0.4090631604194641, -0.3578213155269623, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.1062309741973877, 0.984226644039154, 1.1933770179748535, 1.4548149108886719, 1.629106879234314, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.646536111831665, 1.5419609546661377, 1.5245317220687866, 1.8556864261627197, 1.8208279609680176, 1.7162528038024902, 2.308845281600952, 2.361132860183716], [1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.2630938291549683, 1.6988236904144287, 1.803398847579956, 1.611677646636963, 1.332810640335083, 1.0190850496292114, 1.2979521751403809, 1.7162528038024902, 1.4199565649032593, 0.9667974710464478, 0.9145098924636841, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 1.2108062505722046, 1.629106879234314, 1.629106879234314, 1.6988236904144287, 1.785969614982605, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 1.8208279609680176, 0.827363908290863, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 2.0996949672698975, 2.239128589630127, 2.430849552154541, 2.4134204387664795, 2.082265853881836, 1.960261583328247, 1.8208279609680176, 1.489673376083374, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.5833552479743958, 0.6182135939598083, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.6639652252197266, -0.09638340771198273, 0.02562093921005726, 0.513638436794281, 0.42649248242378235, 0.7227887511253357, 0.02562093921005726, 0.32191720604896545, 0.827363908290863, 1.1410894393920898, 1.5071024894714355, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.3676689863204956, 1.332810640335083, 1.4199565649032593, 1.5942485332489014, 1.611677646636963, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.5593900680541992, 1.5593900680541992, 1.646536111831665, 1.8382571935653687, 1.6813944578170776, 1.611677646636963, 2.27398681640625, 2.3437037467956543], [1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0888018608093262, 1.3502397537231445, 1.4025273323059082, 1.0888018608093262, 0.7750763297080994, 1.315381407737732, 1.7511112689971924, 1.6988236904144287, 1.1410894393920898, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 1.2630938291549683, 1.4199565649032593, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.7336820363998413, 1.8208279609680176, 1.8556864261627197, 1.2456645965576172, -0.18352937698364258, 0.6530719995498657, 2.082265853881836, 2.2914161682128906, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.925403118133545, 2.151982545852661, 2.204270124435425, 2.3785619735717773, 2.4134204387664795, 2.1345534324645996, 1.925403118133545, 1.8905447721481323, 1.5419609546661377, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.18248367309570312, 0.16505448520183563, 0.11276690661907196, 0.11276690661907196, 0.07790851593017578, 0.09533771127462387, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5833552479743958, 0.513638436794281, 0.600784420967102, 0.6879304051399231, 0.7576471567153931, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.8382571935653687, 1.8208279609680176, 1.960261583328247, 1.4373857975006104, 1.6813944578170776, 1.6639652252197266, 0.14762529730796814, -0.5146840810775757, 0.2522004544734955, 0.7227887511253357, 0.8970807194709778, 0.6879304051399231, 0.09533771127462387, 1.3676689863204956, 1.6639652252197266, 1.5593900680541992, 1.8905447721481323, 1.768540382385254, 1.785969614982605, 1.1933770179748535, 1.7336820363998413, 1.629106879234314, 1.3676689863204956, 1.315381407737732, 1.1236603260040283, 1.3850982189178467, 1.7336820363998413, 1.611677646636963, 1.646536111831665, 1.4199565649032593, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.7162528038024902, 1.8731155395507812, 1.6813944578170776, 1.629106879234314, 2.3437037467956543, 2.3262743949890137], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 1.175947904586792, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.5071024894714355, 1.646536111831665, 1.2979521751403809, 0.8970807194709778, 0.7750763297080994, 0.8622223138809204, 0.9145098924636841, 1.2282354831695557, 1.3676689863204956, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.4199565649032593, 0.4090631604194641, 0.32191720604896545, 1.7162528038024902, 2.047407388687134, 2.117124319076538, 2.204270124435425, 2.308845281600952, 2.239128589630127, 1.785969614982605, 1.489673376083374, 1.4199565649032593, 1.1236603260040283, 1.2805230617523193, 1.803398847579956, 1.9079740047454834, 0.6879304051399231, 0.8970807194709778, 1.1236603260040283, 1.2979521751403809, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.09533771127462387, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.5659260153770447, 0.7053595781326294, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.3676689863204956, 1.4025273323059082, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 2.0125491619110107, 1.646536111831665, 0.008191745728254318, -0.44496726989746094, 0.11276690661907196, -0.8284096121788025, -0.41010889410972595, 0.30448800325393677, 0.7925055623054504, 0.9493682980537415, 1.053943395614624, 0.3916339874267578, 1.489673376083374, 1.2979521751403809, 1.6813944578170776, 1.8556864261627197, 1.5942485332489014, 1.472244143486023, 1.4548149108886719, 1.9079740047454834, 1.6813944578170776, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.5768193006515503, 1.7336820363998413, 1.7162528038024902, 1.3850982189178467, 1.4025273323059082, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.5245317220687866, 2.430849552154541, 2.3437037467956543], [1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.3850982189178467, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.3676689863204956, 1.2630938291549683, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.5419609546661377, 1.5071024894714355, 1.071372628211975, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 1.1933770179748535, 1.4373857975006104, 1.5245317220687866, 1.489673376083374, 1.053943395614624, 0.2522004544734955, 0.9319390654563904, 1.8905447721481323, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.2565577030181885, 2.308845281600952, 2.2914161682128906, 1.2630938291549683, -0.06152502819895744, -0.3055337369441986, -0.3229629397392273, 0.42649248242378235, 0.18248367309570312, -0.23581695556640625, 0.2173420637845993, 1.5942485332489014, 1.5419609546661377, 1.2805230617523193, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.32191720604896545, 0.42649248242378235, 0.513638436794281, 0.6356428265571594, 0.984226644039154, 1.175947904586792, 1.5245317220687866, 1.611677646636963, 1.785969614982605, 1.6639652252197266, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.6813944578170776, 1.5768193006515503, 1.5245317220687866, 1.5942485332489014, 1.8382571935653687, 1.6988236904144287, 1.7511112689971924, 2.0996949672698975, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.8382571935653687, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.4025273323059082, 0.02562093921005726, 0.3916339874267578, -0.6366884112358093, -0.42753809690475464, -1.089847445487976, -0.8109803795814514, -0.8632679581642151, 0.30448800325393677, 0.4613508880138397, 0.7576471567153931, 0.8622223138809204, 0.3916339874267578, 1.2979521751403809, 1.7336820363998413, 1.5942485332489014, 1.6813944578170776, 1.4548149108886719, 1.7336820363998413, 1.6639652252197266, 1.803398847579956, 1.9079740047454834, 1.8382571935653687, 1.1062309741973877, 1.2805230617523193, 1.489673376083374, 1.5768193006515503, 1.6639652252197266, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.9951199293136597, 1.9776906967163086, 1.785969614982605, 2.465708017349243, 2.308845281600952], [1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.175947904586792, 1.8556864261627197, 2.2565577030181885, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 1.6639652252197266, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 1.0016558170318604, 1.2282354831695557, 1.646536111831665, 1.4548149108886719, 0.827363908290863, 0.4613508880138397, 0.5484968423843384, 0.9145098924636841, 1.4025273323059082, 1.4199565649032593, 1.0888018608093262, 0.5833552479743958, 1.489673376083374, 1.8556864261627197, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.082265853881836, 2.1345534324645996, 2.1868410110473633, 2.082265853881836, 1.053943395614624, 0.1999128758907318, -0.27067533135414124, -0.3229629397392273, -0.3055337369441986, -0.3578213155269623, -0.44496726989746094, -0.07895421981811523, 1.332810640335083, 1.6639652252197266, 1.4373857975006104, 1.1410894393920898, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1410894393920898, 1.071372628211975, 0.9493682980537415, 0.984226644039154, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1410894393920898, 1.1236603260040283, 1.0190850496292114, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.0888018608093262, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 0.8622223138809204, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.18248367309570312, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.16505448520183563, 0.2347712516784668, 0.1999128758907318, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.4090631604194641, 0.7576471567153931, 1.2456645965576172, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.6813944578170776, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.646536111831665, 1.6988236904144287, 1.629106879234314, 1.8731155395507812, 1.7511112689971924, 1.8208279609680176, 2.082265853881836, 2.117124319076538, 1.8731155395507812, 1.960261583328247, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.942832350730896, 1.8905447721481323, 1.9776906967163086, 1.925403118133545, 2.047407388687134, 0.827363908290863, 0.07790851593017578, -0.42753809690475464, -0.9155555367469788, -0.9504139423370361, -0.7935512065887451, -0.7935512065887451, -0.5495424270629883, -0.42753809690475464, 0.14762529730796814, 0.32191720604896545, 0.35677558183670044, 0.600784420967102, 0.8622223138809204, 1.489673376083374, 1.629106879234314, 1.5768193006515503, 1.2979521751403809, 1.3850982189178467, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.7336820363998413, 1.8731155395507812, 1.071372628211975, 1.315381407737732, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.942832350730896, 1.942832350730896, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.8208279609680176, 2.1694118976593018, 1.785969614982605, 1.5245317220687866, 2.4482789039611816, 2.361132860183716], [1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.3850982189178467, 1.9776906967163086, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.047407388687134, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 1.3676689863204956, 0.9493682980537415, 0.6356428265571594, 0.513638436794281, 0.984226644039154, 1.2108062505722046, 1.1410894393920898, 1.2282354831695557, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.0299782752990723, 1.332810640335083, 0.16505448520183563, -0.1661001741886139, -0.1486709862947464, -0.04409583657979965, -0.04409583657979965, -0.21838775277137756, -0.37525051832199097, -0.532113254070282, 0.2696296274662018, 0.8970807194709778, 0.6530719995498657, 0.7925055623054504, 1.0888018608093262, 1.158518671989441, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.0016558170318604, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.175947904586792, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8796514868736267, 0.8622223138809204, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.2522004544734955, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.18248367309570312, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.2522004544734955, 0.513638436794281, 0.827363908290863, 1.3676689863204956, 1.4025273323059082, 1.2282354831695557, 1.3502397537231445, 1.4373857975006104, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.5593900680541992, 1.629106879234314, 1.5245317220687866, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.8208279609680176, 1.8905447721481323, 1.803398847579956, 2.0648367404937744, 1.629106879234314, 2.151982545852661, 1.6813944578170776, 2.1868410110473633, 2.0648367404937744, 2.1868410110473633, 2.047407388687134, 2.082265853881836, 1.9776906967163086, 1.611677646636963, 1.3850982189178467, 1.1410894393920898, 0.2173420637845993, -0.4972548484802246, -0.9852723479270935, -1.1072766780853271, -1.1944226026535034, -0.9155555367469788, -0.6715468168258667, 0.2347712516784668, 0.4090631604194641, 0.18248367309570312, -0.009237446822226048, 0.478780061006546, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.6988236904144287, 1.5245317220687866, 1.2630938291549683, 1.175947904586792, 1.5942485332489014, 1.8382571935653687, 1.8556864261627197, 1.5768193006515503, 1.6639652252197266, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.5245317220687866, 1.7336820363998413, 1.925403118133545, 1.960261583328247, 1.5768193006515503, 2.395991325378418, 2.395991325378418], [1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.2630938291549683, 1.925403118133545, 2.27398681640625, 2.204270124435425, 2.1694118976593018, 2.0996949672698975, 1.629106879234314, 1.2630938291549683, 1.175947904586792, 1.4199565649032593, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.158518671989441, 1.5071024894714355, 1.5071024894714355, 1.0888018608093262, 0.8796514868736267, 0.8099347352981567, 1.0365142822265625, 1.6639652252197266, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 1.489673376083374, 0.06047932058572769, -0.026666639372706413, 0.513638436794281, 0.14762529730796814, -0.11381260305643082, -0.3229629397392273, -0.3403921127319336, -0.4623964726924896, -0.44496726989746094, -0.20095856487751007, -0.21838775277137756, -0.3229629397392273, -0.25324615836143494, -0.09638340771198273, 0.11276690661907196, 0.3916339874267578, 0.7402179837226868, 1.071372628211975, 1.175947904586792, 1.2805230617523193, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.785969614982605, 1.8556864261627197, 2.047407388687134, 2.27398681640625, 1.3676689863204956, -0.06152502819895744, 0.2696296274662018, 0.7925055623054504, 1.803398847579956, 2.27398681640625, 2.430849552154541, 2.4831371307373047, 2.430849552154541, 2.361132860183716, 2.3785619735717773, 2.430849552154541, 2.3437037467956543, 2.395991325378418, 2.622570753097534, 2.1345534324645996, -0.37525051832199097, -0.44496726989746094, 0.7925055623054504, 1.785969614982605, 2.0299782752990723, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 1.6813944578170776, 0.42649248242378235, 0.2696296274662018, 0.6356428265571594, 1.3850982189178467, 1.2456645965576172, 1.1236603260040283, 1.053943395614624, 0.8622223138809204, 0.6530719995498657, 0.5833552479743958, 0.4613508880138397, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.09533771127462387, 0.13019609451293945, 0.14762529730796814, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.28705883026123047, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.42649248242378235, 0.42649248242378235, 0.513638436794281, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.9667974710464478, 1.1236603260040283, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.646536111831665, 1.8731155395507812, 1.5942485332489014, 1.4373857975006104, 1.5768193006515503, 1.3502397537231445, 1.4025273323059082, 1.5071024894714355, 1.629106879234314, 1.3676689863204956, 1.472244143486023, 1.629106879234314, 1.7511112689971924, 1.7511112689971924, 1.4199565649032593, 1.942832350730896, 1.785969614982605, 1.6639652252197266, 1.8905447721481323, 2.0996949672698975, 2.2216994762420654, 2.0299782752990723, 2.0125491619110107, 2.1345534324645996, 2.047407388687134, 1.8731155395507812, 1.175947904586792, 0.2696296274662018, -0.1486709862947464, -0.688975989818573, -1.0201307535171509, -1.2815686464309692, -1.2989977598190308, -1.2989977598190308, -0.9155555367469788, -1.0201307535171509, 1.1236603260040283, 1.489673376083374, 1.0365142822265625, -0.009237446822226048, -0.2881045341491699, 0.13019609451293945, 1.6813944578170776, 1.6639652252197266, 2.0648367404937744, 1.6988236904144287, 1.3502397537231445, 0.8622223138809204, 1.7511112689971924, 1.4373857975006104, 1.768540382385254, 1.785969614982605, 2.047407388687134, 1.5071024894714355, 1.3676689863204956, 1.4025273323059082, 1.2979521751403809, 1.2979521751403809, 1.8208279609680176, 1.7336820363998413, 1.925403118133545, 1.7336820363998413, 1.5071024894714355, 1.5942485332489014, 1.5593900680541992, 1.9951199293136597, 1.5071024894714355, 2.308845281600952, 2.361132860183716], [1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.2282354831695557, 2.0299782752990723, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.0648367404937744, 1.7511112689971924, 1.2282354831695557, 1.2456645965576172, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.3850982189178467, 1.0888018608093262, 1.315381407737732, 1.7162528038024902, 1.489673376083374, 1.0190850496292114, 0.8447931408882141, 0.9319390654563904, 0.7402179837226868, 0.5659260153770447, 0.8970807194709778, 1.315381407737732, 1.611677646636963, 1.8731155395507812, 1.9079740047454834, 1.4025273323059082, 0.478780061006546, 0.7053595781326294, -0.1486709862947464, -0.1486709862947464, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.35677558183670044, 1.0888018608093262, 1.8556864261627197, 2.117124319076538, 2.1694118976593018, 2.308845281600952, 2.5354247093200684, 2.1694118976593018, 1.5593900680541992, 1.925403118133545, 2.3262743949890137, 2.465708017349243, 2.4482789039611816, 2.517995595932007, 2.552854061126709, 2.5702831745147705, 2.587712287902832, 2.622570753097534, 1.4199565649032593, -0.7064052224159241, -0.9852723479270935, 0.4613508880138397, 2.4134204387664795, 2.465708017349243, 2.430849552154541, 2.4482789039611816, 2.430849552154541, 2.4831371307373047, 2.5354247093200684, 2.5702831745147705, 2.622570753097534, 2.6399998664855957, 2.6399998664855957, 1.925403118133545, -0.026666639372706413, 0.8622223138809204, 1.768540382385254, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.0299782752990723, 0.9145098924636841, -0.18352937698364258, -0.7238344550132751, -0.9852723479270935, -0.7238344550132751, 2.1694118976593018, 2.430849552154541, 2.430849552154541, 2.517995595932007, 2.430849552154541, 2.308845281600952, 2.0648367404937744, 1.611677646636963, 1.2108062505722046, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.6879304051399231, 0.600784420967102, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.670501172542572, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7576471567153931, 0.8447931408882141, 0.9493682980537415, 0.8970807194709778, 0.9667974710464478, 0.9667974710464478, 1.1410894393920898, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2979521751403809, 1.472244143486023, 1.4199565649032593, 1.5071024894714355, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.7162528038024902, 1.2456645965576172, 1.158518671989441, 1.1410894393920898, 1.2979521751403809, 1.489673376083374, 1.2282354831695557, 1.2979521751403809, 1.5419609546661377, 1.3502397537231445, 1.332810640335083, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.5593900680541992, 1.4373857975006104, 1.611677646636963, 1.5419609546661377, 1.5593900680541992, 1.472244143486023, 1.7511112689971924, 1.768540382385254, 2.0648367404937744, 1.6813944578170776, 2.239128589630127, 2.0299782752990723, 1.611677646636963, 2.1868410110473633, 2.0996949672698975, 2.1694118976593018, 1.9776906967163086, 2.0299782752990723, 1.7336820363998413, 0.4090631604194641, -0.5146840810775757, -1.1072766780853271, -1.246710181236267, -1.176993489265442, -1.1944226026535034, -1.2989977598190308, -1.403572916984558, -0.8806971907615662, -0.7238344550132751, 1.5768193006515503, 1.960261583328247, 1.5245317220687866, 0.6530719995498657, -0.21838775277137756, 0.2696296274662018, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.925403118133545, 1.6639652252197266, 1.472244143486023, 1.2630938291549683, 1.5419609546661377, 1.8905447721481323, 1.768540382385254, 2.047407388687134, 1.803398847579956, 1.629106879234314, 1.8208279609680176, 1.5593900680541992, 1.472244143486023, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.4025273323059082, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 1.332810640335083, 2.4482789039611816, 2.395991325378418], [1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.175947904586792, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2565577030181885, 2.1345534324645996, 1.8731155395507812, 1.4548149108886719, 1.3850982189178467, 1.8208279609680176, 1.8382571935653687, 1.6639652252197266, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.5071024894714355, 1.3502397537231445, 1.1933770179748535, 1.1236603260040283, 0.8796514868736267, 0.8447931408882141, 0.7576471567153931, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, -0.07895421981811523, -0.37525051832199097, 0.478780061006546, 0.4090631604194641, 0.2522004544734955, 0.18248367309570312, 0.06047932058572769, 0.1999128758907318, 0.6356428265571594, 0.7750763297080994, 0.5659260153770447, 1.8556864261627197, 2.587712287902832, 2.5354247093200684, 2.4482789039611816, 2.552854061126709, 2.308845281600952, 2.151982545852661, 2.465708017349243, 2.4831371307373047, 2.517995595932007, 2.5354247093200684, 2.5354247093200684, 2.517995595932007, 2.587712287902832, 2.552854061126709, 2.587712287902832, 0.7053595781326294, -0.688975989818573, -1.1944226026535034, -1.1595642566680908, 0.0430501289665699, 2.3262743949890137, 2.430849552154541, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.3262743949890137, 2.517995595932007, 2.517995595932007, 2.4831371307373047, 2.1694118976593018, -0.9504139423370361, -1.4732897281646729, -1.4384313821792603, -0.5146840810775757, 0.6356428265571594, 1.0190850496292114, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, -0.18352937698364258, -1.1247059106826782, -1.2641394138336182, -1.1944226026535034, 0.513638436794281, 1.8556864261627197, 2.4482789039611816, 2.587712287902832, 2.4134204387664795, 2.430849552154541, 2.395991325378418, 2.4831371307373047, 2.5702831745147705, 2.1694118976593018, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.4025273323059082, 1.2108062505722046, 1.175947904586792, 1.2456645965576172, 1.4199565649032593, 1.5419609546661377, 1.646536111831665, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.803398847579956, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.768540382385254, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.4373857975006104, 1.5071024894714355, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.5942485332489014, 1.7336820363998413, 1.629106879234314, 1.5245317220687866, 1.611677646636963, 1.4373857975006104, 1.629106879234314, 1.6813944578170776, 1.5942485332489014, 1.472244143486023, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.4548149108886719, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.1933770179748535, 1.315381407737732, 1.489673376083374, 1.2108062505722046, 1.6813944578170776, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.2565577030181885, 1.8208279609680176, 1.6813944578170776, 2.1694118976593018, 1.768540382385254, 2.0648367404937744, 2.047407388687134, 1.6988236904144287, 1.646536111831665, 0.2696296274662018, -0.9678431153297424, -1.3861438035964966, -1.5255773067474365, -1.490718960762024, -1.333856225013733, -0.8109803795814514, -1.5081480741500854, -1.5604356527328491, -0.1486709862947464, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.5593900680541992, 0.42649248242378235, 0.1999128758907318, 1.6639652252197266, 2.0996949672698975, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 2.117124319076538, 1.2979521751403809, 1.4199565649032593, 1.611677646636963, 1.611677646636963, 1.8382571935653687, 1.9776906967163086, 1.5245317220687866, 2.0125491619110107, 1.6988236904144287, 1.4199565649032593, 1.6639652252197266, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 2.082265853881836, 1.2630938291549683, 2.430849552154541, 2.361132860183716], [1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 1.053943395614624, 1.785969614982605, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.239128589630127, 1.942832350730896, 1.5942485332489014, 1.5593900680541992, 1.942832350730896, 2.0996949672698975, 2.0299782752990723, 1.7162528038024902, 1.5071024894714355, 1.4373857975006104, 1.3676689863204956, 1.5245317220687866, 1.646536111831665, 1.2805230617523193, 1.0888018608093262, 1.4548149108886719, 1.5593900680541992, 1.5245317220687866, 1.2805230617523193, 0.9667974710464478, 0.13019609451293945, -0.44496726989746094, -0.11381260305643082, -0.09638340771198273, -0.3229629397392273, -0.3229629397392273, -0.20095856487751007, -0.39267969131469727, -0.5844008326530457, -0.1486709862947464, 0.0430501289665699, -0.11381260305643082, 2.27398681640625, 2.4482789039611816, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.5005664825439453, 2.587712287902832, 2.5354247093200684, 2.5005664825439453, 2.4831371307373047, 2.395991325378418, 2.3785619735717773, 2.4831371307373047, 2.4482789039611816, 0.28705883026123047, -0.5146840810775757, -1.0724183320999146, -1.3861438035964966, -1.403572916984558, -1.403572916984558, -1.0549890995025635, -0.009237446822226048, 1.2805230617523193, 1.8556864261627197, 2.151982545852661, 2.361132860183716, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 1.3676689863204956, -1.2641394138336182, -1.5081480741500854, -1.5778648853302002, -1.490718960762024, -0.9678431153297424, -0.7064052224159241, -0.5669716596603394, -0.3578213155269623, -0.21838775277137756, -0.688975989818573, -1.2815686464309692, -1.1247059106826782, -1.1072766780853271, -0.3229629397392273, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 2.151982545852661, 2.587712287902832, 1.629106879234314, 0.28705883026123047, 0.8970807194709778, 1.3502397537231445, 1.611677646636963, 1.6813944578170776, 1.646536111831665, 1.8382571935653687, 1.9079740047454834, 1.8382571935653687, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.7511112689971924, 1.8556864261627197, 1.8556864261627197, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.5942485332489014, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.5942485332489014, 1.6813944578170776, 1.5768193006515503, 1.5071024894714355, 1.6813944578170776, 1.785969614982605, 1.8208279609680176, 1.5071024894714355, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.5942485332489014, 1.3676689863204956, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.2282354831695557, 1.2282354831695557, 1.3502397537231445, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.5593900680541992, 1.3676689863204956, 1.4373857975006104, 1.5245317220687866, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.5593900680541992, 1.7511112689971924, 1.611677646636963, 1.7162528038024902, 2.1868410110473633, 2.0125491619110107, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0996949672698975, 2.204270124435425, 1.4548149108886719, 1.315381407737732, 0.008191745728254318, -0.9329847693443298, -1.3861438035964966, -1.4384313821792603, -1.5255773067474365, -1.403572916984558, -1.4210021495819092, -1.5081480741500854, -1.5081480741500854, -0.688975989818573, 1.071372628211975, 1.5245317220687866, 1.5419609546661377, 1.5245317220687866, 0.42649248242378235, 0.513638436794281, 1.2282354831695557, 1.7162528038024902, 1.7336820363998413, 1.9776906967163086, 2.1868410110473633, 1.9776906967163086, 1.2979521751403809, 1.7162528038024902, 1.5593900680541992, 1.6639652252197266, 1.5593900680541992, 1.803398847579956, 1.7162528038024902, 1.9776906967163086, 1.7162528038024902, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.803398847579956, 1.925403118133545, 1.472244143486023, 1.3850982189178467, 1.3676689863204956, 2.239128589630127, 1.4373857975006104, 2.395991325378418, 2.361132860183716], [1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3502397537231445, 1.332810640335083, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.7925055623054504, 0.8447931408882141, 0.9667974710464478, 1.6988236904144287, 2.204270124435425, 2.3262743949890137, 2.3437037467956543, 2.27398681640625, 2.047407388687134, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 2.047407388687134, 2.1694118976593018, 1.8382571935653687, 1.5245317220687866, 1.5419609546661377, 1.3850982189178467, 1.3850982189178467, 1.629106879234314, 1.5071024894714355, 1.3502397537231445, 1.5071024894714355, 1.5942485332489014, 1.3850982189178467, 0.984226644039154, 0.18248367309570312, -0.37525051832199097, -0.11381260305643082, -0.07895421981811523, -0.2881045341491699, -0.4798256754875183, -0.6541175842285156, -0.8109803795814514, -0.9678431153297424, -1.2292810678482056, -1.246710181236267, -1.0549890995025635, -0.7412636280059814, -0.21838775277137756, 1.0365142822265625, 1.2979521751403809, 1.332810640335083, 1.942832350730896, 2.430849552154541, 2.517995595932007, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.768540382385254, -1.176993489265442, -1.2815686464309692, -1.3512853384017944, -1.333856225013733, -1.403572916984558, -1.403572916984558, -1.403572916984558, -1.3861438035964966, -1.3687145709991455, -1.2989977598190308, -1.4384313821792603, -1.1421350240707397, -1.089847445487976, -1.2292810678482056, -1.1944226026535034, -1.3861438035964966, -1.490718960762024, -1.4558604955673218, -1.4558604955673218, -1.403572916984558, -1.3164269924163818, -1.2292810678482056, -1.2292810678482056, -1.246710181236267, -1.2641394138336182, -1.2815686464309692, -1.5255773067474365, -1.5430065393447876, -1.647581696510315, -1.5255773067474365, -1.1421350240707397, -0.8109803795814514, -0.3403921127319336, 0.3742047846317291, 1.0190850496292114, 0.6530719995498657, 1.071372628211975, 1.472244143486023, 1.629106879234314, 1.8731155395507812, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.785969614982605, 1.646536111831665, 1.629106879234314, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.5419609546661377, 1.6813944578170776, 1.6639652252197266, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6988236904144287, 1.5593900680541992, 1.5942485332489014, 1.5071024894714355, 1.611677646636963, 1.629106879234314, 1.6813944578170776, 1.6639652252197266, 1.5245317220687866, 1.4199565649032593, 1.4025273323059082, 1.315381407737732, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.0190850496292114, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 0.9319390654563904, 1.053943395614624, 1.0016558170318604, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.1933770179748535, 1.4025273323059082, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.8731155395507812, 1.8382571935653687, 2.0996949672698975, 1.785969614982605, 2.117124319076538, 1.7162528038024902, 2.0996949672698975, 1.9776906967163086, 1.803398847579956, 1.9079740047454834, 0.9493682980537415, -0.8632679581642151, -1.2118518352508545, -1.3512853384017944, -1.3687145709991455, -1.5604356527328491, -1.5430065393447876, -1.5255773067474365, -1.4384313821792603, -1.6127232313156128, -0.9504139423370361, 0.4962092638015747, 1.071372628211975, 1.5419609546661377, 1.4548149108886719, 1.0888018608093262, 0.513638436794281, 0.8970807194709778, 1.8556864261627197, 1.9079740047454834, 1.960261583328247, 2.0125491619110107, 1.925403118133545, 1.4199565649032593, 1.158518671989441, 1.489673376083374, 1.5593900680541992, 1.332810640335083, 1.7511112689971924, 1.6813944578170776, 1.8556864261627197, 1.7511112689971924, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.8208279609680176, 2.239128589630127, 1.629106879234314, 1.472244143486023, 1.611677646636963, 2.0648367404937744, 1.472244143486023, 2.430849552154541, 2.3262743949890137], [1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.7576471567153931, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 1.4373857975006104, 2.0648367404937744, 2.361132860183716, 2.3262743949890137, 2.3262743949890137, 2.1694118976593018, 1.9776906967163086, 2.0648367404937744, 1.942832350730896, 1.925403118133545, 2.117124319076538, 2.0648367404937744, 1.7336820363998413, 1.4199565649032593, 1.5768193006515503, 1.768540382385254, 1.5245317220687866, 1.5419609546661377, 1.2979521751403809, 0.6530719995498657, 0.18248367309570312, -0.3229629397392273, -0.6715468168258667, -0.9329847693443298, -1.0201307535171509, -1.1247059106826782, -1.1595642566680908, -1.1421350240707397, -1.1247059106826782, -1.176993489265442, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.3861438035964966, -1.089847445487976, -1.0027015209197998, -1.0724183320999146, -1.2641394138336182, -1.2641394138336182, -1.3687145709991455, 0.7576471567153931, 1.1236603260040283, -1.2118518352508545, -1.2641394138336182, -0.7412636280059814, -0.23581695556640625, -0.7935512065887451, -1.6301524639129639, -1.5430065393447876, -1.6127232313156128, -1.6824400424957275, -1.5081480741500854, -1.490718960762024, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.3687145709991455, -1.246710181236267, -1.2118518352508545, -1.176993489265442, -1.1247059106826782, -1.1072766780853271, -1.246710181236267, -1.5778648853302002, -1.1595642566680908, 0.06047932058572769, 0.7227887511253357, 1.2108062505722046, 1.4548149108886719, 1.1236603260040283, 0.5310676693916321, -0.4972548484802246, -0.6715468168258667, -0.1312417984008789, -0.5495424270629883, -0.7935512065887451, -1.176993489265442, -1.4384313821792603, -1.3164269924163818, -1.3512853384017944, -1.3687145709991455, -1.3512853384017944, -0.7412636280059814, 0.4962092638015747, 1.629106879234314, 1.9079740047454834, 1.768540382385254, 1.8905447721481323, 1.5419609546661377, 1.611677646636963, 1.803398847579956, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.9079740047454834, 1.7336820363998413, 1.6639652252197266, 1.6639652252197266, 1.803398847579956, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.472244143486023, 1.2805230617523193, 1.3502397537231445, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.5593900680541992, 1.472244143486023, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.3676689863204956, 1.3502397537231445, 1.2282354831695557, 1.4025273323059082, 1.332810640335083, 1.2456645965576172, 1.2805230617523193, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.071372628211975, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.2456645965576172, 1.315381407737732, 1.053943395614624, 1.3850982189178467, 1.4373857975006104, 1.2979521751403809, 1.2282354831695557, 1.489673376083374, 1.646536111831665, 1.7162528038024902, 1.5593900680541992, 1.9776906967163086, 2.0648367404937744, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.611677646636963, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.9079740047454834, 1.960261583328247, 1.785969614982605, 0.5659260153770447, -1.176993489265442, -1.4384313821792603, -1.490718960762024, -1.403572916984558, -1.4558604955673218, -1.490718960762024, -1.6127232313156128, -1.3687145709991455, -1.5952941179275513, -1.490718960762024, -0.1312417984008789, 0.6182135939598083, 1.629106879234314, 1.646536111831665, 0.9493682980537415, 0.8099347352981567, 1.1062309741973877, 1.472244143486023, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.785969614982605, 1.5071024894714355, 1.2282354831695557, 1.5245317220687866, 1.5942485332489014, 1.2979521751403809, 1.4373857975006104, 1.785969614982605, 1.6813944578170776, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.2805230617523193, 1.803398847579956, 1.9776906967163086, 1.611677646636963, 1.3676689863204956, 1.7511112689971924, 1.5245317220687866, 1.5942485332489014, 2.465708017349243, 2.3262743949890137], [1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.1933770179748535, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 0.9145098924636841, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 1.0888018608093262, 1.9079740047454834, 2.3262743949890137, 2.3437037467956543, 2.308845281600952, 2.239128589630127, 2.204270124435425, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.0299782752990723, 1.472244143486023, 1.5593900680541992, 1.785969614982605, 1.0365142822265625, -0.04409583657979965, -0.688975989818573, -0.8284096121788025, -0.9155555367469788, -0.9155555367469788, -1.0201307535171509, -1.0724183320999146, -1.1247059106826782, -1.3687145709991455, -1.4732897281646729, -1.5604356527328491, -1.647581696510315, -1.7347276210784912, -1.6650108098983765, -1.6127232313156128, -1.1944226026535034, -0.5844008326530457, -0.4798256754875183, -0.5844008326530457, -0.6715468168258667, -1.0375598669052124, -1.176993489265442, -1.1944226026535034, -1.333856225013733, -1.3164269924163818, -1.2292810678482056, -1.0027015209197998, -0.9678431153297424, -1.333856225013733, -1.4732897281646729, -1.333856225013733, -0.7412636280059814, -0.3578213155269623, -0.3578213155269623, -0.7412636280059814, -1.2118518352508545, -0.1312417984008789, 1.7336820363998413, 2.082265853881836, 2.361132860183716, 2.4482789039611816, 2.4831371307373047, 2.5005664825439453, 1.7511112689971924, 0.9145098924636841, 1.2805230617523193, 2.1694118976593018, 2.151982545852661, 1.9951199293136597, 1.2630938291549683, 0.0430501289665699, -0.3578213155269623, 2.517995595932007, 2.622570753097534, 2.5702831745147705, 2.517995595932007, 2.5354247093200684, 2.6051416397094727, 2.430849552154541, 2.0648367404937744, 1.175947904586792, 0.0430501289665699, -0.11381260305643082, 0.7402179837226868, 1.1410894393920898, 1.472244143486023, 1.5245317220687866, 1.629106879234314, 1.5593900680541992, 1.5419609546661377, 1.8382571935653687, 1.925403118133545, 1.8208279609680176, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.646536111831665, 1.489673376083374, 1.6813944578170776, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.5768193006515503, 1.5071024894714355, 1.3676689863204956, 1.2456645965576172, 1.489673376083374, 1.629106879234314, 1.6813944578170776, 1.5071024894714355, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.1933770179748535, 1.0365142822265625, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 0.8099347352981567, 1.0016558170318604, 1.053943395614624, 1.2282354831695557, 1.1236603260040283, 1.0888018608093262, 1.2630938291549683, 1.1410894393920898, 0.7402179837226868, 1.3676689863204956, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.3502397537231445, 1.629106879234314, 1.8382571935653687, 1.611677646636963, 1.9776906967163086, 1.646536111831665, 1.7511112689971924, 2.0996949672698975, 2.0125491619110107, 1.925403118133545, 2.0648367404937744, 2.0996949672698975, 1.803398847579956, 1.9079740047454834, 1.942832350730896, 1.6813944578170776, 0.9145098924636841, -1.246710181236267, -1.5255773067474365, -1.4384313821792603, -1.4384313821792603, -1.4384313821792603, -1.5255773067474365, -1.490718960762024, -1.4732897281646729, -1.2641394138336182, -0.4623964726924896, -1.0724183320999146, 0.13019609451293945, 1.472244143486023, 1.315381407737732, 1.2456645965576172, 1.2979521751403809, 0.32191720604896545, 0.8447931408882141, 1.4373857975006104, 1.6988236904144287, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.611677646636963, 1.9079740047454834, 1.7336820363998413, 1.803398847579956, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 2.0125491619110107, 1.8731155395507812, 1.5419609546661377, 1.3676689863204956, 1.7336820363998413, 1.8382571935653687, 1.785969614982605, 1.6639652252197266, 1.6639652252197266, 1.332810640335083, 1.8731155395507812, 2.6399998664855957, 2.3262743949890137], [1.803398847579956, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7576471567153931, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 1.5071024894714355, 2.1345534324645996, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.204270124435425, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.0299782752990723, 0.600784420967102, -0.09638340771198273, -0.6715468168258667, -0.7761220335960388, -0.7064052224159241, -0.5495424270629883, -0.688975989818573, -0.8458387851715088, -1.0549890995025635, -1.1421350240707397, -1.1421350240707397, -1.176993489265442, -1.3164269924163818, -1.4558604955673218, -1.5081480741500854, -1.2118518352508545, -0.5844008326530457, 0.4613508880138397, 0.7402179837226868, 0.7053595781326294, 0.14762529730796814, -0.5495424270629883, -0.9852723479270935, -1.176993489265442, -1.0724183320999146, -0.37525051832199097, 0.44392168521881104, 0.4613508880138397, -0.2881045341491699, -1.2118518352508545, -1.1247059106826782, 0.670501172542572, 2.047407388687134, 2.361132860183716, 2.5005664825439453, 2.3262743949890137, 2.5005664825439453, 2.308845281600952, 1.8208279609680176, 0.478780061006546, 1.4548149108886719, 1.9079740047454834, 1.2979521751403809, 0.14762529730796814, -0.44496726989746094, 2.239128589630127, 2.622570753097534, 2.5702831745147705, 2.5354247093200684, 2.5005664825439453, 2.5354247093200684, 2.587712287902832, 1.8556864261627197, -0.1486709862947464, 1.5419609546661377, 1.8731155395507812, 2.5005664825439453, 2.5702831745147705, 2.0125491619110107, 0.8796514868736267, 1.8731155395507812, 2.1345534324645996, 0.8447931408882141, 0.8970807194709778, 1.5245317220687866, 1.472244143486023, 1.1933770179748535, 1.3850982189178467, 1.3850982189178467, 1.5071024894714355, 1.611677646636963, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.768540382385254, 1.8731155395507812, 1.6988236904144287, 1.5768193006515503, 1.5071024894714355, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.5419609546661377, 1.4025273323059082, 1.5768193006515503, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.053943395614624, 1.3676689863204956, 1.4199565649032593, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 0.984226644039154, 1.2979521751403809, 1.175947904586792, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0888018608093262, 1.0016558170318604, 0.8447931408882141, 0.9319390654563904, 1.053943395614624, 1.2282354831695557, 1.2979521751403809, 1.0365142822265625, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 0.8970807194709778, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.6813944578170776, 1.6639652252197266, 2.1345534324645996, 1.9951199293136597, 1.768540382385254, 2.0996949672698975, 1.8208279609680176, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.315381407737732, 0.1999128758907318, -1.0201307535171509, -1.4732897281646729, -1.5081480741500854, -1.4558604955673218, -1.5255773067474365, -1.5255773067474365, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -1.0027015209197998, 0.11276690661907196, -0.3578213155269623, 1.2456645965576172, 1.4548149108886719, 0.7227887511253357, 1.803398847579956, 1.4199565649032593, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.7162528038024902, 1.3850982189178467, 1.332810640335083, 1.472244143486023, 1.8731155395507812, 2.1345534324645996, 1.960261583328247, 1.8382571935653687, 1.315381407737732, 1.5942485332489014, 1.8556864261627197, 1.8556864261627197, 1.2630938291549683, 1.489673376083374, 1.8905447721481323, 1.489673376083374, 1.768540382385254, 1.960261583328247, 1.611677646636963, 1.472244143486023, 2.047407388687134, 2.6051416397094727, 2.3262743949890137], [1.8208279609680176, 1.7511112689971924, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.0888018608093262, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 1.2630938291549683, 1.9776906967163086, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.3262743949890137, 2.239128589630127, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.0125491619110107, 1.960261583328247, -0.1312417984008789, -0.3229629397392273, -0.619259238243103, -0.688975989818573, -0.601830005645752, -0.41010889410972595, -0.37525051832199097, -0.3055337369441986, -0.5844008326530457, -0.9678431153297424, -1.0201307535171509, -1.0375598669052124, -1.1595642566680908, -1.176993489265442, -0.7761220335960388, 0.827363908290863, 1.8208279609680176, 1.9951199293136597, 2.0996949672698975, 2.0996949672698975, 1.7511112689971924, 1.6988236904144287, 1.2805230617523193, 0.16505448520183563, 0.2696296274662018, 0.3916339874267578, -0.1312417984008789, -0.7064052224159241, -0.8284096121788025, -0.37525051832199097, 0.2696296274662018, 2.082265853881836, 2.1868410110473633, 2.395991325378418, 2.4831371307373047, 2.0648367404937744, 0.8796514868736267, -0.6715468168258667, 1.1933770179748535, 2.27398681640625, 2.5005664825439453, 2.4831371307373047, 2.552854061126709, 2.4831371307373047, 2.517995595932007, 2.361132860183716, 1.0365142822265625, 1.2979521751403809, 1.9951199293136597, 1.9776906967163086, 0.670501172542572, 0.16505448520183563, 2.2565577030181885, 2.6399998664855957, 2.4831371307373047, 2.622570753097534, 2.3785619735717773, 1.053943395614624, -0.8284096121788025, 1.315381407737732, 2.4134204387664795, 2.3262743949890137, 2.1694118976593018, 1.4199565649032593, 1.5593900680541992, 1.6813944578170776, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.4548149108886719, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.472244143486023, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.489673376083374, 1.1933770179748535, 1.332810640335083, 1.315381407737732, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.071372628211975, 1.2630938291549683, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.5245317220687866, 1.2805230617523193, 1.2108062505722046, 1.315381407737732, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 0.984226644039154, 0.7402179837226868, 1.0190850496292114, 1.053943395614624, 0.984226644039154, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.9951199293136597, 1.942832350730896, 1.9776906967163086, 2.082265853881836, 1.8556864261627197, 1.768540382385254, 1.5942485332489014, 1.3502397537231445, -0.5669716596603394, -1.4210021495819092, -1.5778648853302002, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.2641394138336182, -1.1944226026535034, -0.39267969131469727, -0.07895421981811523, -0.27067533135414124, 1.0016558170318604, 1.6639652252197266, 1.4373857975006104, 1.6639652252197266, 0.7576471567153931, 0.9667974710464478, 1.5593900680541992, 1.332810640335083, 1.1062309741973877, 1.2108062505722046, 1.7162528038024902, 1.7162528038024902, 2.0299782752990723, 2.0299782752990723, 1.5768193006515503, 1.7336820363998413, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.7336820363998413, 1.629106879234314, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 2.151982545852661, 1.5768193006515503, 1.7162528038024902, 1.8382571935653687, 2.622570753097534, 2.3437037467956543], [1.8382571935653687, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 1.2805230617523193, 1.1062309741973877, 0.8970807194709778, 1.071372628211975, 1.8208279609680176, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.308845281600952, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.0996949672698975, 1.9079740047454834, -0.39267969131469727, -0.3055337369441986, -0.25324615836143494, -0.39267969131469727, -0.4972548484802246, -0.619259238243103, -0.42753809690475464, 0.14762529730796814, 0.5310676693916321, 0.13019609451293945, -0.601830005645752, -1.1072766780853271, -1.2989977598190308, 0.28705883026123047, 2.1345534324645996, 2.3262743949890137, 2.3785619735717773, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 1.8556864261627197, 0.18248367309570312, -0.1661001741886139, 0.8447931408882141, 0.18248367309570312, -1.246710181236267, -1.4384313821792603, -0.5669716596603394, 1.6988236904144287, 2.2216994762420654, 2.308845281600952, 1.472244143486023, -0.25324615836143494, -0.23581695556640625, 0.827363908290863, 0.8447931408882141, -0.2881045341491699, -0.4798256754875183, 1.8208279609680176, 2.430849552154541, 2.465708017349243, 2.622570753097534, 2.6051416397094727, 2.5702831745147705, 2.151982545852661, 0.07790851593017578, 2.0648367404937744, 2.552854061126709, 2.5354247093200684, 2.5702831745147705, 2.0299782752990723, 0.33934640884399414, 1.8556864261627197, 2.239128589630127, 2.517995595932007, 2.2914161682128906, 2.4482789039611816, 0.984226644039154, -0.4623964726924896, 0.8970807194709778, 0.7750763297080994, 2.0299782752990723, 2.0996949672698975, 1.6639652252197266, 1.8208279609680176, 1.8208279609680176, 1.6988236904144287, 1.7336820363998413, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4025273323059082, 1.2456645965576172, 1.4025273323059082, 1.2282354831695557, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.2282354831695557, 1.2456645965576172, 1.4025273323059082, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.2805230617523193, 1.315381407737732, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.5071024894714355, 1.5071024894714355, 1.2979521751403809, 1.158518671989441, 0.9319390654563904, 0.9667974710464478, 0.7750763297080994, 0.9145098924636841, 0.7750763297080994, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.158518671989441, 0.8622223138809204, 1.4373857975006104, 1.158518671989441, 1.3850982189178467, 1.315381407737732, 0.984226644039154, 1.0888018608093262, 1.4373857975006104, 1.3502397537231445, 1.5768193006515503, 1.646536111831665, 1.489673376083374, 1.315381407737732, 1.5245317220687866, 1.6813944578170776, 1.942832350730896, 1.646536111831665, 2.117124319076538, 1.8382571935653687, 1.8208279609680176, 1.8905447721481323, 1.9776906967163086, 2.047407388687134, 2.1345534324645996, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.489673376083374, 1.1410894393920898, 0.16505448520183563, -0.9329847693443298, -1.5255773067474365, -1.5604356527328491, -1.5255773067474365, -1.5081480741500854, -1.5778648853302002, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.490718960762024, -1.089847445487976, -0.27067533135414124, 0.7576471567153931, 0.13019609451293945, 0.13019609451293945, 0.513638436794281, 0.9667974710464478, 1.0016558170318604, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.2282354831695557, 1.4373857975006104, 1.8208279609680176, 1.5768193006515503, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 1.646536111831665, 1.5071024894714355, 1.6988236904144287, 1.5071024894714355, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.489673376083374, 1.646536111831665, 2.1868410110473633, 2.27398681640625, 1.8556864261627197, 2.047407388687134, 2.0648367404937744, 2.5702831745147705, 2.3262743949890137], [1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1410894393920898, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.7750763297080994, 0.8099347352981567, 1.629106879234314, 2.117124319076538, 2.0299782752990723, 1.5245317220687866, 1.1236603260040283, 1.3850982189178467, 1.960261583328247, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.3262743949890137, 2.27398681640625, 2.1694118976593018, 2.151982545852661, 1.489673376083374, 0.16505448520183563, 0.1999128758907318, -0.04409583657979965, -0.42753809690475464, -0.7586928009986877, -0.9678431153297424, -0.6715468168258667, 0.02562093921005726, 0.7925055623054504, 1.2282354831695557, 0.8796514868736267, 0.28705883026123047, 2.3262743949890137, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.5354247093200684, 2.5005664825439453, 2.395991325378418, 2.0648367404937744, -0.026666639372706413, -0.4972548484802246, -0.18352937698364258, -0.6541175842285156, -0.8284096121788025, -0.9155555367469788, 0.7925055623054504, 1.8556864261627197, 1.6813944578170776, 0.18248367309570312, -1.0549890995025635, -0.8284096121788025, 1.4373857975006104, 2.4482789039611816, 2.517995595932007, 2.4482789039611816, 2.3437037467956543, 1.2282354831695557, -0.27067533135414124, -0.23581695556640625, 0.600784420967102, 1.2979521751403809, 0.8099347352981567, -0.532113254070282, 1.0016558170318604, 2.4482789039611816, 2.4482789039611816, 2.4482789039611816, 2.395991325378418, 2.4482789039611816, 2.5005664825439453, 2.0125491619110107, 0.7750763297080994, 1.8208279609680176, 2.308845281600952, 2.6399998664855957, 2.0125491619110107, -0.009237446822226048, -0.44496726989746094, 2.1868410110473633, 2.0996949672698975, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.6639652252197266, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.5419609546661377, 1.489673376083374, 1.489673376083374, 1.1410894393920898, 1.3850982189178467, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.332810640335083, 1.315381407737732, 1.4548149108886719, 1.071372628211975, 1.5419609546661377, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2456645965576172, 1.3676689863204956, 1.3676689863204956, 1.2456645965576172, 0.9319390654563904, 1.2108062505722046, 1.646536111831665, 1.4025273323059082, 1.315381407737732, 0.984226644039154, 1.2282354831695557, 1.0016558170318604, 0.7576471567153931, 0.984226644039154, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.8796514868736267, 0.5659260153770447, 1.315381407737732, 0.44392168521881104, 0.9145098924636841, 0.9667974710464478, 0.8622223138809204, 1.2979521751403809, 1.1062309741973877, 1.175947904586792, 1.332810640335083, 1.332810640335083, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.6988236904144287, 2.0299782752990723, 2.1345534324645996, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 2.2565577030181885, 2.0299782752990723, 1.9079740047454834, 2.082265853881836, 1.925403118133545, 1.489673376083374, 1.315381407737732, -0.601830005645752, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5778648853302002, -1.5778648853302002, -1.490718960762024, -1.4732897281646729, -0.9678431153297424, -0.8806971907615662, 0.8447931408882141, 0.2522004544734955, 0.5484968423843384, 1.2979521751403809, 1.8382571935653687, 1.053943395614624, 1.315381407737732, 1.4548149108886719, 1.2630938291549683, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.2108062505722046, 1.6639652252197266, 1.8556864261627197, 1.6813944578170776, 1.9951199293136597, 1.8208279609680176, 1.2805230617523193, 1.3502397537231445, 1.785969614982605, 1.960261583328247, 1.785969614982605, 1.629106879234314, 1.315381407737732, 1.7336820363998413, 1.960261583328247, 1.8556864261627197, 1.9079740047454834, 2.4482789039611816, 2.622570753097534, 2.361132860183716], [1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.9145098924636841, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.6813944578170776, 2.3785619735717773, 2.27398681640625, 1.925403118133545, 0.984226644039154, 1.175947904586792, 1.785969614982605, 2.151982545852661, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.1694118976593018, 1.942832350730896, 2.117124319076538, 1.925403118133545, 0.6879304051399231, 0.42649248242378235, 0.5833552479743958, 0.11276690661907196, -0.8284096121788025, -1.0724183320999146, -1.1944226026535034, -1.0027015209197998, -0.1312417984008789, 1.0016558170318604, 1.646536111831665, 2.3437037467956543, 2.4482789039611816, 2.430849552154541, 2.517995595932007, 2.552854061126709, 2.517995595932007, 1.5071024894714355, -0.4798256754875183, -1.1944226026535034, -0.9678431153297424, 0.600784420967102, 0.7576471567153931, -0.3229629397392273, -1.0201307535171509, -0.21838775277137756, 1.2979521751403809, 0.9667974710464478, -0.25324615836143494, -1.1072766780853271, -0.3578213155269623, 1.5942485332489014, 2.1868410110473633, 2.204270124435425, 1.785969614982605, -0.18352937698364258, -1.1944226026535034, -1.0724183320999146, 1.4548149108886719, 2.430849552154541, 2.5005664825439453, 2.3437037467956543, 1.960261583328247, 0.513638436794281, 0.9667974710464478, 1.925403118133545, 2.1694118976593018, 2.204270124435425, 2.2914161682128906, 2.395991325378418, 2.552854061126709, 2.517995595932007, 2.430849552154541, 1.4025273323059082, 0.513638436794281, 0.1999128758907318, -0.1486709862947464, 1.2282354831695557, 1.9951199293136597, 1.803398847579956, 1.7162528038024902, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.611677646636963, 1.646536111831665, 1.785969614982605, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.1410894393920898, 1.2456645965576172, 1.3502397537231445, 1.4373857975006104, 1.2630938291549683, 1.2456645965576172, 1.3502397537231445, 1.2979521751403809, 1.5942485332489014, 1.4373857975006104, 1.1933770179748535, 1.5942485332489014, 1.3850982189178467, 1.1933770179748535, 1.4199565649032593, 1.2108062505722046, 1.3502397537231445, 1.0016558170318604, 1.2456645965576172, 1.3850982189178467, 1.4025273323059082, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2456645965576172, 1.158518671989441, 0.984226644039154, 1.158518671989441, 1.2282354831695557, 1.071372628211975, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.0365142822265625, 0.9493682980537415, 1.053943395614624, 0.9145098924636841, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.332810640335083, 1.4199565649032593, 1.5768193006515503, 1.3676689863204956, 1.3502397537231445, 1.7336820363998413, 1.803398847579956, 2.082265853881836, 1.7511112689971924, 1.8382571935653687, 1.8731155395507812, 2.1868410110473633, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 1.8556864261627197, 1.8556864261627197, 1.0888018608093262, -0.8458387851715088, -1.3164269924163818, -1.4732897281646729, -1.5255773067474365, -1.5255773067474365, -1.5604356527328491, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5952941179275513, -1.5952941179275513, -1.403572916984558, -0.37525051832199097, -0.4798256754875183, -0.2881045341491699, -0.07895421981811523, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 2.465708017349243, 1.4025273323059082, 1.785969614982605, 1.5419609546661377, 1.8208279609680176, 1.3676689863204956, 1.0190850496292114, 0.5310676693916321, 1.071372628211975, 1.6639652252197266, 1.7162528038024902, 1.646536111831665, 2.239128589630127, 1.5942485332489014, 1.071372628211975, 1.4373857975006104, 2.0648367404937744, 1.803398847579956, 1.925403118133545, 1.6988236904144287, 1.332810640335083, 1.4548149108886719, 1.942832350730896, 1.942832350730896, 2.0648367404937744, 2.204270124435425, 2.5702831745147705, 2.3437037467956543], [1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.1933770179748535, 1.0888018608093262, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7402179837226868, 0.8099347352981567, 1.6988236904144287, 2.3437037467956543, 2.3785619735717773, 1.942832350730896, 1.1236603260040283, 1.175947904586792, 1.6639652252197266, 2.0648367404937744, 1.8556864261627197, 1.3850982189178467, 0.07790851593017578, -0.8458387851715088, -0.8981263637542725, -0.8632679581642151, -0.9852723479270935, -1.0027015209197998, -0.3229629397392273, 0.5484968423843384, 1.0016558170318604, 0.4962092638015747, -0.44496726989746094, -1.0549890995025635, -1.3512853384017944, -1.1421350240707397, -0.619259238243103, 1.5593900680541992, 2.361132860183716, 2.5354247093200684, 2.5354247093200684, 2.3437037467956543, 1.1410894393920898, -0.21838775277137756, -0.6366884112358093, -1.089847445487976, -1.0549890995025635, -0.20095856487751007, -0.37525051832199097, -1.2292810678482056, -1.1072766780853271, 0.513638436794281, 1.6988236904144287, 0.984226644039154, -0.42753809690475464, -0.7238344550132751, 0.5310676693916321, 1.8731155395507812, 1.8208279609680176, 1.0016558170318604, -0.1486709862947464, -0.9155555367469788, -0.9155555367469788, 0.7227887511253357, 2.27398681640625, 2.3437037467956543, 2.308845281600952, 2.3437037467956543, 1.3502397537231445, -0.688975989818573, -0.7586928009986877, 0.9667974710464478, 2.5354247093200684, 2.4831371307373047, 2.4482789039611816, 2.5702831745147705, 2.430849552154541, 2.5354247093200684, 2.622570753097534, 0.5659260153770447, -0.4798256754875183, -0.9504139423370361, 0.6530719995498657, 1.5419609546661377, 1.7511112689971924, 1.646536111831665, 1.8731155395507812, 1.785969614982605, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.4025273323059082, 1.4025273323059082, 1.6639652252197266, 1.4025273323059082, 1.7511112689971924, 1.5593900680541992, 1.3502397537231445, 1.5768193006515503, 1.315381407737732, 1.4025273323059082, 1.3676689863204956, 1.5768193006515503, 1.2456645965576172, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.315381407737732, 1.2630938291549683, 1.646536111831665, 1.2108062505722046, 1.1933770179748535, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.315381407737732, 1.2282354831695557, 1.0016558170318604, 1.053943395614624, 1.489673376083374, 1.4199565649032593, 1.4025273323059082, 1.1933770179748535, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 0.9145098924636841, 1.1410894393920898, 1.0190850496292114, 1.071372628211975, 1.0016558170318604, 0.7576471567153931, 1.158518671989441, 1.0888018608093262, 1.3502397537231445, 1.158518671989441, 1.2456645965576172, 1.3502397537231445, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.4199565649032593, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 2.0648367404937744, 1.785969614982605, 2.0125491619110107, 2.082265853881836, 2.0648367404937744, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2108062505722046, -1.1247059106826782, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5778648853302002, -1.6301524639129639, -1.5604356527328491, -1.5604356527328491, -1.1247059106826782, -0.7935512065887451, -0.6715468168258667, 1.7511112689971924, 1.9951199293136597, 2.1345534324645996, 2.204270124435425, 1.8905447721481323, 2.27398681640625, 1.8905447721481323, 1.8382571935653687, 1.611677646636963, 1.6813944578170776, 1.5768193006515503, 1.0888018608093262, 1.4548149108886719, 1.2282354831695557, 1.2805230617523193, 1.7511112689971924, 1.6988236904144287, 2.117124319076538, 1.4025273323059082, 1.9776906967163086, 1.5768193006515503, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.6813944578170776, 1.960261583328247, 1.8556864261627197, 1.960261583328247, 2.2216994762420654, 2.622570753097534, 2.3437037467956543], [1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.1933770179748535, 1.0888018608093262, 1.0365142822265625, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 1.5593900680541992, 2.204270124435425, 2.361132860183716, 2.082265853881836, 1.071372628211975, 0.008191745728254318, -0.688975989818573, -0.9504139423370361, -1.0201307535171509, -1.0724183320999146, -1.1944226026535034, -1.2641394138336182, -1.2815686464309692, -1.4210021495819092, -1.4732897281646729, -1.4210021495819092, -1.3164269924163818, -0.7761220335960388, 0.1999128758907318, 1.0016558170318604, 1.053943395614624, 0.30448800325393677, -0.8632679581642151, -1.2641394138336182, -1.176993489265442, 1.4373857975006104, 2.517995595932007, 2.2216994762420654, 1.611677646636963, -0.6541175842285156, -0.8284096121788025, -0.688975989818573, -0.8632679581642151, -0.9329847693443298, 0.16505448520183563, 0.984226644039154, 0.7576471567153931, -0.5495424270629883, -0.41010889410972595, -0.11381260305643082, -1.0027015209197998, -1.403572916984558, -0.7412636280059814, 1.646536111831665, 1.7162528038024902, 1.2805230617523193, 0.30448800325393677, -0.07895421981811523, 1.6988236904144287, 1.7511112689971924, 1.1933770179748535, 0.7750763297080994, 0.9319390654563904, 0.5659260153770447, -0.42753809690475464, -1.1944226026535034, -1.246710181236267, 1.489673376083374, 2.6399998664855957, 2.622570753097534, 2.552854061126709, 2.5702831745147705, 2.517995595932007, 2.5005664825439453, 2.6399998664855957, 1.4199565649032593, 0.670501172542572, -0.9329847693443298, 0.4962092638015747, 1.9951199293136597, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.5071024894714355, 1.5419609546661377, 1.3850982189178467, 1.5593900680541992, 1.7336820363998413, 1.2979521751403809, 1.3676689863204956, 1.646536111831665, 1.7336820363998413, 1.4548149108886719, 1.5942485332489014, 1.1933770179748535, 1.8208279609680176, 1.4199565649032593, 1.5071024894714355, 1.4025273323059082, 1.5768193006515503, 1.6988236904144287, 1.6813944578170776, 1.2805230617523193, 1.1062309741973877, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.5593900680541992, 1.175947904586792, 1.315381407737732, 1.2108062505722046, 0.8622223138809204, 1.2282354831695557, 1.1236603260040283, 1.1933770179748535, 1.315381407737732, 1.4199565649032593, 1.158518671989441, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.5484968423843384, 0.984226644039154, 0.6879304051399231, 0.9493682980537415, 0.5310676693916321, 0.8970807194709778, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.4373857975006104, 1.175947904586792, 1.1933770179748535, 1.332810640335083, 1.2108062505722046, 1.5942485332489014, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.8208279609680176, 1.8905447721481323, 1.646536111831665, 2.082265853881836, 2.0125491619110107, 1.8905447721481323, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.8556864261627197, -0.18352937698364258, -1.4210021495819092, -1.5081480741500854, -1.5255773067474365, -1.5778648853302002, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -0.6715468168258667, -0.8981263637542725, 1.332810640335083, 0.7227887511253357, 0.8622223138809204, 1.925403118133545, 2.361132860183716, 2.1345534324645996, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.047407388687134, 1.8382571935653687, 1.5768193006515503, 1.803398847579956, 1.158518671989441, 0.6530719995498657, 0.9667974710464478, 1.175947904586792, 1.803398847579956, 1.6639652252197266, 1.960261583328247, 1.315381407737732, 2.1345534324645996, 1.5942485332489014, 1.6988236904144287, 1.803398847579956, 1.8905447721481323, 1.611677646636963, 1.611677646636963, 1.7336820363998413, 2.1345534324645996, 1.942832350730896, 1.9951199293136597, 2.2565577030181885, 2.5702831745147705, 2.3262743949890137], [1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.629106879234314, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.1933770179748535, 1.1410894393920898, 1.0888018608093262, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.827363908290863, 1.4373857975006104, 2.151982545852661, 2.4482789039611816, 1.960261583328247, 0.3916339874267578, 0.1999128758907318, -0.06152502819895744, -0.532113254070282, -0.8981263637542725, -1.176993489265442, -1.333856225013733, -1.403572916984558, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, -1.6127232313156128, -1.6127232313156128, -1.6301524639129639, -1.403572916984558, -0.688975989818573, 0.42649248242378235, 1.2282354831695557, 0.827363908290863, -0.21838775277137756, -0.9504139423370361, 0.7227887511253357, 1.8905447721481323, 0.4613508880138397, -0.9329847693443298, -0.688975989818573, -0.20095856487751007, -0.27067533135414124, -0.7761220335960388, -0.4972548484802246, 0.28705883026123047, 0.30448800325393677, -0.5669716596603394, 0.28705883026123047, 1.2108062505722046, 0.8796514868736267, -0.41010889410972595, -0.3403921127319336, 0.5484968423843384, -0.1661001741886139, -0.9329847693443298, -1.2118518352508545, 0.5310676693916321, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.35677558183670044, 1.5245317220687866, 1.4373857975006104, 0.3916339874267578, -0.7412636280059814, 0.8447931408882141, 2.204270124435425, 2.552854061126709, 2.5354247093200684, 2.517995595932007, 2.5702831745147705, 2.622570753097534, 1.2282354831695557, 1.611677646636963, 0.7925055623054504, -1.0549890995025635, -0.3229629397392273, 2.1694118976593018, 2.3785619735717773, 2.151982545852661, 2.2565577030181885, 1.2456645965576172, 1.158518671989441, 1.3850982189178467, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.5245317220687866, 1.332810640335083, 1.4548149108886719, 1.646536111831665, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.5245317220687866, 1.646536111831665, 1.4199565649032593, 1.472244143486023, 1.7336820363998413, 1.629106879234314, 1.3850982189178467, 1.2805230617523193, 1.071372628211975, 1.175947904586792, 0.9667974710464478, 1.175947904586792, 0.9667974710464478, 0.9145098924636841, 0.7402179837226868, 1.1410894393920898, 0.9319390654563904, 0.8099347352981567, 1.472244143486023, 1.472244143486023, 1.3502397537231445, 1.2108062505722046, 1.0190850496292114, 1.0888018608093262, 0.8447931408882141, 0.8622223138809204, 1.0365142822265625, 1.2456645965576172, 1.315381407737732, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.670501172542572, 1.071372628211975, 0.7925055623054504, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 0.827363908290863, 1.053943395614624, 1.2108062505722046, 1.5593900680541992, 1.5071024894714355, 1.2630938291549683, 1.489673376083374, 1.7336820363998413, 1.7336820363998413, 1.942832350730896, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 1.9776906967163086, 2.0996949672698975, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 1.768540382385254, 1.053943395614624, -0.8806971907615662, -1.3861438035964966, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5255773067474365, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5255773067474365, -1.5081480741500854, -1.3512853384017944, -0.42753809690475464, 0.42649248242378235, 1.1933770179748535, 2.1694118976593018, 1.803398847579956, 2.27398681640625, 0.9493682980537415, 2.2216994762420654, 2.151982545852661, 2.2565577030181885, 2.151982545852661, 2.1345534324645996, 2.3437037467956543, 1.8731155395507812, 2.2914161682128906, 0.6879304051399231, 0.5484968423843384, 0.7925055623054504, 1.332810640335083, 1.5245317220687866, 1.6988236904144287, 1.6639652252197266, 1.5245317220687866, 2.0299782752990723, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 1.5768193006515503, 1.8905447721481323, 1.7162528038024902, 1.5593900680541992, 1.332810640335083, 2.151982545852661, 2.0648367404937744, 1.9951199293136597, 2.552854061126709, 2.3437037467956543], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 1.315381407737732, 2.082265853881836, 2.4482789039611816, 2.1868410110473633, 1.960261583328247, 1.175947904586792, 0.7053595781326294, 0.6356428265571594, 0.4090631604194641, -0.3403921127319336, -1.0375598669052124, -1.4210021495819092, -1.5430065393447876, -1.6127232313156128, -1.6650108098983765, -1.7172983884811401, -1.7347276210784912, -1.7172983884811401, -1.7347276210784912, -1.6127232313156128, -1.2989977598190308, -0.3403921127319336, 1.0016558170318604, 1.158518671989441, 0.28705883026123047, -0.39267969131469727, -1.089847445487976, -1.176993489265442, -0.9329847693443298, -0.532113254070282, -0.18352937698364258, -0.1486709862947464, 0.0430501289665699, 0.3916339874267578, 0.5833552479743958, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.513638436794281, -0.619259238243103, -0.5146840810775757, 1.175947904586792, 0.5833552479743958, -0.4972548484802246, -1.0027015209197998, 0.1999128758907318, 0.5310676693916321, -0.5495424270629883, -1.0549890995025635, -0.619259238243103, 1.5768193006515503, 1.8208279609680176, 1.646536111831665, 1.158518671989441, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.4831371307373047, 2.465708017349243, 2.517995595932007, 2.308845281600952, 0.7402179837226868, 0.33934640884399414, -0.5844008326530457, -1.0027015209197998, 0.11276690661907196, 1.960261583328247, 1.7336820363998413, 1.925403118133545, 1.629106879234314, 0.5310676693916321, 0.9493682980537415, 1.5768193006515503, 1.3850982189178467, 0.9319390654563904, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.4373857975006104, 1.175947904586792, 1.5245317220687866, 1.5942485332489014, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.472244143486023, 1.8731155395507812, 1.053943395614624, 1.472244143486023, 1.2282354831695557, 1.2282354831695557, 1.053943395614624, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.175947904586792, 1.2805230617523193, 1.1062309741973877, 1.175947904586792, 1.0016558170318604, 1.1410894393920898, 1.315381407737732, 1.315381407737732, 1.1062309741973877, 0.8970807194709778, 0.9667974710464478, 0.6879304051399231, 1.053943395614624, 0.827363908290863, 1.1410894393920898, 1.158518671989441, 1.1062309741973877, 0.7576471567153931, 0.9319390654563904, 0.8622223138809204, 0.9667974710464478, 1.1933770179748535, 0.9319390654563904, 1.0016558170318604, 1.175947904586792, 0.827363908290863, 1.175947904586792, 1.0365142822265625, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.489673376083374, 1.611677646636963, 1.8382571935653687, 1.646536111831665, 1.6639652252197266, 1.925403118133545, 2.0299782752990723, 1.960261583328247, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 1.6988236904144287, 1.489673376083374, -0.9329847693443298, -1.2292810678482056, -1.4558604955673218, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5255773067474365, -1.4732897281646729, -1.490718960762024, -1.3687145709991455, -1.0027015209197998, 0.18248367309570312, 1.768540382385254, 1.2979521751403809, 2.0299782752990723, 2.1694118976593018, 2.3262743949890137, 1.9079740047454834, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.3262743949890137, 2.0125491619110107, 1.1933770179748535, 1.1933770179748535, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.5245317220687866, 2.0996949672698975, 1.5593900680541992, 1.803398847579956, 2.0996949672698975, 1.803398847579956, 1.2630938291549683, 2.0299782752990723, 1.7162528038024902, 1.611677646636963, 2.517995595932007, 2.361132860183716], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.8970807194709778, 1.2979521751403809, 2.0125491619110107, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.0996949672698975, 1.1236603260040283, 0.513638436794281, 0.7576471567153931, 0.8796514868736267, 0.7053595781326294, 0.008191745728254318, -0.8632679581642151, -1.246710181236267, -1.490718960762024, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.6824400424957275, -1.6650108098983765, -1.5952941179275513, -0.8806971907615662, 0.3742047846317291, 1.2282354831695557, 1.0016558170318604, -0.11381260305643082, -0.9678431153297424, -1.2641394138336182, -1.1595642566680908, -0.5844008326530457, 0.02562093921005726, -0.06152502819895744, 0.6530719995498657, 0.35677558183670044, 0.4090631604194641, 0.6879304051399231, 0.9493682980537415, 0.16505448520183563, -0.42753809690475464, 0.32191720604896545, 0.30448800325393677, -0.4972548484802246, -0.8981263637542725, -0.1486709862947464, -0.04409583657979965, -1.1595642566680908, -1.3687145709991455, -0.2881045341491699, 1.2979521751403809, 1.3676689863204956, 0.5833552479743958, -0.2881045341491699, 0.5833552479743958, 2.517995595932007, 2.552854061126709, 2.517995595932007, 2.6051416397094727, 2.587712287902832, -1.0027015209197998, -1.089847445487976, 1.5942485332489014, 2.082265853881836, 2.204270124435425, 2.2216994762420654, 0.6182135939598083, -0.25324615836143494, 1.489673376083374, 1.8731155395507812, 1.6813944578170776, 1.7162528038024902, 1.1933770179748535, 0.5484968423843384, 0.6530719995498657, 1.472244143486023, 1.1410894393920898, 1.2282354831695557, 1.175947904586792, 1.611677646636963, 1.5942485332489014, 1.6639652252197266, 1.5593900680541992, 1.629106879234314, 1.2282354831695557, 1.5942485332489014, 1.2108062505722046, 1.2456645965576172, 1.5942485332489014, 1.158518671989441, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.2456645965576172, 1.1062309741973877, 1.2282354831695557, 1.4548149108886719, 1.4373857975006104, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.315381407737732, 0.9319390654563904, 0.984226644039154, 1.3502397537231445, 1.0365142822265625, 0.7750763297080994, 1.0888018608093262, 1.3502397537231445, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 0.8622223138809204, 1.1062309741973877, 1.0190850496292114, 1.1236603260040283, 0.8970807194709778, 0.6879304051399231, 1.1410894393920898, 1.175947904586792, 1.0190850496292114, 1.053943395614624, 0.9319390654563904, 1.2979521751403809, 1.053943395614624, 1.071372628211975, 1.611677646636963, 1.5071024894714355, 1.472244143486023, 1.646536111831665, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.8556864261627197, 1.9951199293136597, 2.0648367404937744, 1.960261583328247, 1.8905447721481323, 2.082265853881836, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 0.008191745728254318, -1.1595642566680908, -1.4384313821792603, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.4732897281646729, -1.4732897281646729, -1.4732897281646729, -1.4210021495819092, -1.2641394138336182, -0.3578213155269623, -0.9329847693443298, 0.16505448520183563, 1.6813944578170776, 2.2216994762420654, 1.960261583328247, 1.803398847579956, 2.3262743949890137, 2.3785619735717773, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.0996949672698975, 2.239128589630127, 2.1868410110473633, 2.0996949672698975, 0.4962092638015747, 2.0648367404937744, 1.768540382385254, 1.5593900680541992, 1.629106879234314, 1.2630938291549683, 1.5593900680541992, 1.4025273323059082, 2.0125491619110107, 1.768540382385254, 2.047407388687134, 1.7511112689971924, 2.117124319076538, 1.9951199293136597, 1.4373857975006104, 1.489673376083374, 2.239128589630127, 1.8905447721481323, 1.1062309741973877, 2.4134204387664795, 2.3437037467956543], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.8099347352981567, 1.1410894393920898, 1.8208279609680176, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.1345534324645996, 1.9776906967163086, 1.071372628211975, 0.35677558183670044, 0.4613508880138397, 0.9319390654563904, 1.1933770179748535, 1.0190850496292114, 0.16505448520183563, -0.6366884112358093, -1.1595642566680908, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.6301524639129639, -1.5778648853302002, -1.6301524639129639, -1.6998692750930786, -1.2815686464309692, 0.2347712516784668, 1.175947904586792, 1.3676689863204956, 0.6879304051399231, -0.5844008326530457, -1.2641394138336182, -1.5081480741500854, -1.1072766780853271, -0.21838775277137756, 0.28705883026123047, 0.600784420967102, 0.2173420637845993, 0.3742047846317291, 0.16505448520183563, 0.478780061006546, 1.2805230617523193, 1.2805230617523193, -0.07895421981811523, -0.8981263637542725, 0.0430501289665699, 0.7053595781326294, 0.33934640884399414, -0.41010889410972595, -0.532113254070282, 0.16505448520183563, -0.39267969131469727, -1.4384313821792603, -0.9852723479270935, 0.8447931408882141, 2.6051416397094727, 2.395991325378418, 2.4134204387664795, 2.5354247093200684, 2.27398681640625, -1.5604356527328491, -0.8806971907615662, 1.5419609546661377, 2.1868410110473633, 2.204270124435425, 1.4373857975006104, -1.0724183320999146, -0.37525051832199097, 2.27398681640625, 2.1868410110473633, 2.2216994762420654, 2.082265853881836, 2.2914161682128906, 0.2173420637845993, 0.42649248242378235, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.6988236904144287, 1.4199565649032593, 1.4199565649032593, 1.1236603260040283, 1.4025273323059082, 1.6988236904144287, 1.4548149108886719, 1.5768193006515503, 1.175947904586792, 0.9493682980537415, 1.0016558170318604, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.5245317220687866, 1.332810640335083, 1.5419609546661377, 1.315381407737732, 1.472244143486023, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.175947904586792, 1.3676689863204956, 1.2282354831695557, 0.8099347352981567, 1.0016558170318604, 1.2456645965576172, 0.9319390654563904, 1.2456645965576172, 1.1410894393920898, 1.0190850496292114, 0.8622223138809204, 1.4548149108886719, 1.2456645965576172, 1.4199565649032593, 1.1236603260040283, 1.1236603260040283, 1.053943395614624, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.315381407737732, 0.9145098924636841, 1.053943395614624, 0.9145098924636841, 1.4548149108886719, 1.1062309741973877, 1.629106879234314, 1.4373857975006104, 1.5593900680541992, 1.5942485332489014, 1.785969614982605, 1.9079740047454834, 1.7162528038024902, 2.047407388687134, 2.082265853881836, 1.8731155395507812, 1.8905447721481323, 1.960261583328247, 2.082265853881836, 1.053943395614624, -0.6366884112358093, -1.403572916984558, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.3687145709991455, -1.403572916984558, -1.4732897281646729, -1.089847445487976, -1.1421350240707397, -0.8284096121788025, -0.04409583657979965, 1.768540382385254, -0.5146840810775757, 1.5419609546661377, 1.8382571935653687, 2.308845281600952, 2.1868410110473633, 2.2565577030181885, 2.308845281600952, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.3850982189178467, 2.047407388687134, 2.0299782752990723, 1.8382571935653687, 1.4199565649032593, 1.175947904586792, 1.5245317220687866, 1.5768193006515503, 1.7336820363998413, 2.1345534324645996, 2.2565577030181885, 1.8556864261627197, 1.9079740047454834, 2.1694118976593018, 1.960261583328247, 2.239128589630127, 1.8382571935653687, 1.8382571935653687, 1.5245317220687866, 2.239128589630127, 2.308845281600952], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 0.9319390654563904, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 1.1062309741973877, 1.785969614982605, 2.2565577030181885, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 1.9776906967163086, 1.2108062505722046, 0.5310676693916321, 0.42649248242378235, 0.4090631604194641, 0.7925055623054504, 1.2630938291549683, 1.1933770179748535, 0.2347712516784668, -0.7761220335960388, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5952941179275513, -1.1421350240707397, 0.32191720604896545, 1.1062309741973877, 1.5942485332489014, 1.158518671989441, 0.07790851593017578, -0.7238344550132751, -1.1944226026535034, -0.8806971907615662, -0.3578213155269623, -0.1312417984008789, 0.44392168521881104, 0.7227887511253357, 0.42649248242378235, 0.2173420637845993, 0.33934640884399414, -0.7412636280059814, -0.6541175842285156, 0.6530719995498657, 0.16505448520183563, -0.7412636280059814, -1.1421350240707397, -0.9504139423370361, 0.44392168521881104, 0.13019609451293945, -0.9155555367469788, -0.7586928009986877, 0.35677558183670044, 0.5484968423843384, 2.239128589630127, 2.3437037467956543, 2.465708017349243, 2.517995595932007, 0.5484968423843384, -0.23581695556640625, 0.478780061006546, 0.6356428265571594, 1.071372628211975, -0.06152502819895744, -1.176993489265442, -0.7935512065887451, 1.8731155395507812, 2.151982545852661, 2.117124319076538, 2.151982545852661, 1.489673376083374, -0.8284096121788025, 0.008191745728254318, 1.7162528038024902, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.489673376083374, 1.3502397537231445, 1.3502397537231445, 1.2456645965576172, 1.4373857975006104, 1.5768193006515503, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.175947904586792, 1.2979521751403809, 1.0365142822265625, 1.3850982189178467, 1.4199565649032593, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.0190850496292114, 1.5768193006515503, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.2108062505722046, 0.8970807194709778, 1.175947904586792, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.0016558170318604, 1.2108062505722046, 1.175947904586792, 1.315381407737732, 1.1410894393920898, 0.984226644039154, 1.053943395614624, 1.1933770179748535, 1.158518671989441, 1.2108062505722046, 0.984226644039154, 1.053943395614624, 1.175947904586792, 0.7925055623054504, 1.0190850496292114, 1.2282354831695557, 0.7227887511253357, 1.5593900680541992, 1.5419609546661377, 1.3676689863204956, 1.5419609546661377, 1.5245317220687866, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.9079740047454834, 0.42649248242378235, -1.0027015209197998, -1.403572916984558, -1.4732897281646729, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.3861438035964966, -1.3512853384017944, -1.3687145709991455, -1.176993489265442, -1.1595642566680908, -0.11381260305643082, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 1.6813944578170776, -0.1661001741886139, 0.4962092638015747, 1.9079740047454834, 1.8731155395507812, 2.239128589630127, 2.204270124435425, 2.2565577030181885, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 2.1868410110473633, 2.3437037467956543, 2.1868410110473633, 2.27398681640625, 2.082265853881836, 2.0996949672698975, 1.942832350730896, 1.5071024894714355, 1.0888018608093262, 1.5942485332489014, 1.2456645965576172, 1.4373857975006104, 1.7162528038024902, 2.1345534324645996, 1.9079740047454834, 2.0648367404937744, 2.0996949672698975, 2.1694118976593018, 2.361132860183716, 1.611677646636963, 1.8556864261627197, 2.0648367404937744, 2.2565577030181885, 2.3262743949890137], [1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.1236603260040283, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 1.053943395614624, 1.7336820363998413, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.1236603260040283, 0.5484968423843384, 0.6356428265571594, 0.4090631604194641, 0.18248367309570312, 0.8099347352981567, 1.3676689863204956, 1.1236603260040283, 0.0430501289665699, -0.9504139423370361, -1.2989977598190308, -1.403572916984558, -1.5255773067474365, -1.5952941179275513, -1.6998692750930786, -1.5081480741500854, -0.9504139423370361, 0.600784420967102, 1.2805230617523193, 1.4373857975006104, 1.5071024894714355, 0.670501172542572, -0.532113254070282, -1.1072766780853271, -1.0375598669052124, -0.3229629397392273, -0.1312417984008789, 0.18248367309570312, 0.8622223138809204, 1.2108062505722046, 0.3742047846317291, 0.0430501289665699, 0.670501172542572, 0.670501172542572, -0.532113254070282, -0.9678431153297424, -0.7761220335960388, -0.009237446822226048, 0.11276690661907196, -0.3578213155269623, -0.2881045341491699, 0.06047932058572769, -0.5844008326530457, -1.1595642566680908, 2.2914161682128906, 2.5354247093200684, 2.5354247093200684, 0.9145098924636841, 0.8622223138809204, 0.9667974710464478, -0.7412636280059814, -1.2989977598190308, 0.2347712516784668, 1.7336820363998413, 1.5071024894714355, 1.5419609546661377, 1.332810640335083, 0.0430501289665699, 0.06047932058572769, 0.14762529730796814, -1.0027015209197998, -0.9852723479270935, 0.8796514868736267, 0.9145098924636841, 1.2456645965576172, 1.1236603260040283, 1.3676689863204956, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.5245317220687866, 1.1236603260040283, 1.3502397537231445, 1.1933770179748535, 1.1410894393920898, 1.4199565649032593, 1.0888018608093262, 1.5245317220687866, 1.489673376083374, 1.332810640335083, 1.2630938291549683, 1.5942485332489014, 0.984226644039154, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.0190850496292114, 1.1236603260040283, 0.9145098924636841, 1.071372628211975, 0.8796514868736267, 0.9667974710464478, 0.827363908290863, 1.2979521751403809, 1.472244143486023, 1.3850982189178467, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1410894393920898, 1.2456645965576172, 0.6879304051399231, 0.2522004544734955, 0.35677558183670044, 0.6182135939598083, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.0365142822265625, 1.2630938291549683, 1.4199565649032593, 1.071372628211975, 1.4025273323059082, 1.4548149108886719, 1.8556864261627197, 1.6639652252197266, 1.925403118133545, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 1.803398847579956, 2.047407388687134, 1.8731155395507812, 1.1236603260040283, -0.21838775277137756, -0.07895421981811523, -1.3512853384017944, -1.4384313821792603, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.490718960762024, -1.5081480741500854, -1.490718960762024, -1.333856225013733, -1.4210021495819092, -0.6541175842285156, -0.6366884112358093, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 0.8970807194709778, 2.430849552154541, 0.5484968423843384, -0.5495424270629883, 1.1236603260040283, 2.047407388687134, 2.082265853881836, 2.2216994762420654, 1.960261583328247, 1.942832350730896, 2.151982545852661, 2.0996949672698975, 2.1694118976593018, 2.151982545852661, 2.239128589630127, 2.2565577030181885, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 1.053943395614624, 0.9319390654563904, 1.2630938291549683, 0.9493682980537415, 1.3676689863204956, 1.6813944578170776, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.785969614982605, 2.27398681640625, 1.9776906967163086, 1.9079740047454834, 1.8382571935653687, 2.2216994762420654, 2.239128589630127, 2.3262743949890137], [1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.9145098924636841, 1.0190850496292114, 1.4548149108886719, 2.1694118976593018, 2.4831371307373047, 2.465708017349243, 2.3437037467956543, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.0648367404937744, 1.2805230617523193, 0.6356428265571594, 0.8622223138809204, 0.670501172542572, -0.2881045341491699, -0.1486709862947464, 0.827363908290863, 1.2630938291549683, 0.9667974710464478, 0.09533771127462387, -0.8109803795814514, -1.2641394138336182, -1.5778648853302002, -1.7695859670639038, -1.7521568536758423, -1.647581696510315, -0.7586928009986877, 0.8622223138809204, 1.472244143486023, 1.785969614982605, 1.6813944578170776, 1.315381407737732, 0.0430501289665699, -1.0549890995025635, -1.089847445487976, -0.601830005645752, -0.1661001741886139, 0.3916339874267578, 0.5484968423843384, 0.13019609451293945, 0.7576471567153931, 0.2522004544734955, -0.7064052224159241, 0.09533771127462387, 0.3916339874267578, -0.1312417984008789, -0.7412636280059814, -1.1072766780853271, -0.20095856487751007, 0.4090631604194641, 0.44392168521881104, -0.18352937698364258, 1.646536111831665, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 0.7750763297080994, -0.009237446822226048, -1.6998692750930786, -1.5604356527328491, -0.23581695556640625, 2.117124319076538, 1.8731155395507812, 2.0648367404937744, 1.6813944578170776, -1.1072766780853271, -0.9504139423370361, 2.082265853881836, 2.239128589630127, 1.9951199293136597, 1.8731155395507812, 0.9493682980537415, 0.7053595781326294, 1.158518671989441, 1.175947904586792, 1.2979521751403809, 1.1236603260040283, 1.2282354831695557, 1.071372628211975, 1.2630938291549683, 1.3676689863204956, 0.9667974710464478, 1.3676689863204956, 0.8796514868736267, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 0.9145098924636841, 1.6639652252197266, 0.7750763297080994, 1.5942485332489014, 1.1236603260040283, 1.0888018608093262, 1.489673376083374, 1.2456645965576172, 1.3676689863204956, 1.315381407737732, 0.827363908290863, 1.2456645965576172, 1.1933770179748535, 1.0190850496292114, 0.984226644039154, 1.2456645965576172, 1.1062309741973877, 0.9667974710464478, 1.0016558170318604, 1.1236603260040283, 1.0365142822265625, 0.9319390654563904, 0.9319390654563904, 1.0888018608093262, 1.1933770179748535, 1.175947904586792, 1.053943395614624, 0.9667974710464478, 0.8622223138809204, 1.1410894393920898, 1.158518671989441, 0.8622223138809204, 1.053943395614624, 1.4025273323059082, 1.1410894393920898, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.6988236904144287, 1.768540382385254, 1.942832350730896, 1.7511112689971924, 2.117124319076538, 2.0299782752990723, 1.9951199293136597, 1.9776906967163086, 1.2630938291549683, -0.5844008326530457, -1.0201307535171509, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.3512853384017944, -1.5081480741500854, -1.5255773067474365, -1.490718960762024, -1.5081480741500854, -1.3861438035964966, -1.3164269924163818, -0.9852723479270935, -0.2881045341491699, 1.315381407737732, 2.0996949672698975, 2.2914161682128906, 2.308845281600952, 1.8905447721481323, 2.430849552154541, 2.2216994762420654, -1.2118518352508545, -1.333856225013733, 0.4962092638015747, 2.117124319076538, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.0996949672698975, 2.2216994762420654, 2.2914161682128906, 1.8905447721481323, 2.361132860183716, 2.308845281600952, 1.315381407737732, 1.646536111831665, 1.3850982189178467, 1.6813944578170776, 1.2456645965576172, 1.5593900680541992, 1.7511112689971924, 1.8382571935653687, 2.204270124435425, 2.151982545852661, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 2.151982545852661, 2.3785619735717773, 2.2216994762420654, 2.3262743949890137], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.3850982189178467, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.27398681640625, 2.0648367404937744, 1.332810640335083, 0.6530719995498657, 0.6879304051399231, 0.8970807194709778, 0.2522004544734955, -0.601830005645752, -0.09638340771198273, 0.9145098924636841, 1.315381407737732, 0.6879304051399231, -0.3403921127319336, -0.9329847693443298, -1.2292810678482056, -1.4732897281646729, -1.5778648853302002, -1.4384313821792603, -0.6715468168258667, 0.8447931408882141, 1.5071024894714355, 1.6639652252197266, 1.646536111831665, 1.5768193006515503, 0.7053595781326294, -0.6715468168258667, -1.089847445487976, -0.688975989818573, -0.04409583657979965, 0.13019609451293945, 0.7402179837226868, 1.053943395614624, 0.7750763297080994, -0.1486709862947464, 0.2522004544734955, -0.06152502819895744, -1.0027015209197998, -1.1944226026535034, -0.5495424270629883, -0.3403921127319336, -0.4798256754875183, -0.8109803795814514, -0.23581695556640625, 2.3437037467956543, 2.430849552154541, 2.5702831745147705, 2.517995595932007, 2.6051416397094727, -0.7761220335960388, -1.4384313821792603, -0.39267969131469727, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 0.2522004544734955, -1.3512853384017944, -1.1595642566680908, 0.7053595781326294, 1.768540382385254, 1.6988236904144287, 1.6639652252197266, 1.2805230617523193, 0.2347712516784668, 0.6530719995498657, 1.2630938291549683, 0.5659260153770447, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.0365142822265625, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.7925055623054504, 1.3502397537231445, 0.8796514868736267, 1.3676689863204956, 1.175947904586792, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.7750763297080994, 0.4962092638015747, 1.175947904586792, 1.2282354831695557, 1.1236603260040283, 1.2456645965576172, 1.2282354831695557, 0.984226644039154, 1.175947904586792, 1.3850982189178467, 1.4373857975006104, 1.2282354831695557, 1.175947904586792, 0.8447931408882141, 0.984226644039154, 1.071372628211975, 0.7750763297080994, 0.478780061006546, 0.8622223138809204, 0.1999128758907318, 0.5484968423843384, 0.6879304051399231, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2630938291549683, 1.0365142822265625, 1.2979521751403809, 1.489673376083374, 1.315381407737732, 1.4199565649032593, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.8382571935653687, 1.942832350730896, 2.0299782752990723, 1.9079740047454834, 1.960261583328247, 1.803398847579956, 0.8099347352981567, -0.1486709862947464, -1.647581696510315, -1.5778648853302002, -1.647581696510315, -1.5604356527328491, -1.2641394138336182, -1.3164269924163818, -1.5255773067474365, -1.5081480741500854, -1.3861438035964966, -1.2815686464309692, -1.1247059106826782, -0.11381260305643082, 1.0016558170318604, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.27398681640625, 2.151982545852661, 2.3262743949890137, 2.4482789039611816, -0.44496726989746094, -1.333856225013733, -0.4623964726924896, -1.5778648853302002, -1.2641394138336182, 0.5833552479743958, 2.2216994762420654, 2.0648367404937744, 1.9951199293136597, 2.082265853881836, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.117124319076538, 2.3437037467956543, 2.395991325378418, 1.7162528038024902, 1.803398847579956, 1.646536111831665, 1.1236603260040283, 1.0190850496292114, 1.2630938291549683, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 2.1694118976593018, 2.1868410110473633, 1.8905447721481323, 1.7336820363998413, 1.9079740047454834, 2.552854061126709, 2.151982545852661, 2.151982545852661], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 1.0016558170318604, 1.7511112689971924, 2.27398681640625, 2.3785619735717773, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2216994762420654, 2.0125491619110107, 1.2979521751403809, 0.5659260153770447, 0.5659260153770447, 0.8622223138809204, 0.7227887511253357, -0.2881045341491699, -0.39267969131469727, 0.6530719995498657, 1.2282354831695557, 1.2630938291549683, 0.6879304051399231, -0.3578213155269623, -0.8981263637542725, -1.2641394138336182, -1.5255773067474365, -1.490718960762024, -0.8806971907615662, 0.5659260153770447, 1.2108062505722046, 1.4548149108886719, 1.5593900680541992, 1.7162528038024902, 1.071372628211975, -0.18352937698364258, -1.0027015209197998, -0.8981263637542725, -0.21838775277137756, 0.06047932058572769, 0.008191745728254318, 0.30448800325393677, 0.9667974710464478, 0.6530719995498657, -0.37525051832199097, -0.8109803795814514, -0.25324615836143494, -0.27067533135414124, -0.8458387851715088, -1.0375598669052124, -0.44496726989746094, -0.21838775277137756, 2.27398681640625, 2.5354247093200684, 2.517995595932007, 0.8970807194709778, -1.0724183320999146, -1.2815686464309692, 1.3676689863204956, 1.9776906967163086, 2.0125491619110107, 2.117124319076538, 0.8796514868736267, -0.8284096121788025, 1.2805230617523193, 1.925403118133545, 1.646536111831665, 0.2173420637845993, -0.21838775277137756, 0.6182135939598083, 0.6356428265571594, 0.984226644039154, 1.2805230617523193, 1.1062309741973877, 0.8622223138809204, 1.0190850496292114, 0.8970807194709778, 1.053943395614624, 1.053943395614624, 1.175947904586792, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 0.9319390654563904, 1.053943395614624, 0.7402179837226868, 1.2805230617523193, 1.0365142822265625, 0.670501172542572, 0.9319390654563904, 0.7053595781326294, 0.600784420967102, 0.9145098924636841, 0.8622223138809204, 0.9319390654563904, 0.8796514868736267, 1.0190850496292114, 1.0016558170318604, 0.8099347352981567, 1.0888018608093262, 1.1410894393920898, 0.8447931408882141, 0.6879304051399231, 1.0016558170318604, 0.3916339874267578, 0.02562093921005726, -0.20095856487751007, 0.32191720604896545, 0.30448800325393677, 0.16505448520183563, 0.5833552479743958, 0.4962092638015747, 0.5659260153770447, 0.3916339874267578, 0.8796514868736267, 0.6356428265571594, 0.6182135939598083, 1.0190850496292114, 1.332810640335083, 1.158518671989441, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.960261583328247, 2.0996949672698975, 1.9776906967163086, 1.8556864261627197, 2.0996949672698975, 1.768540382385254, 0.7925055623054504, -0.3229629397392273, -1.5604356527328491, -1.6301524639129639, -1.6127232313156128, -1.4732897281646729, -1.5604356527328491, -1.5255773067474365, -1.2989977598190308, -1.490718960762024, -1.4732897281646729, -1.2989977598190308, -0.9155555367469788, -0.41010889410972595, 0.984226644039154, 1.3850982189178467, 1.803398847579956, 2.0299782752990723, 2.465708017349243, 2.430849552154541, 2.308845281600952, 2.3262743949890137, 2.4831371307373047, 2.2914161682128906, -0.3403921127319336, -0.8284096121788025, -0.9852723479270935, -1.4210021495819092, -1.4210021495819092, -1.5430065393447876, -0.1312417984008789, 1.9776906967163086, 1.942832350730896, 2.2565577030181885, 2.0648367404937744, 2.1694118976593018, 2.27398681640625, 2.308845281600952, 2.2565577030181885, 2.1868410110473633, 2.047407388687134, 1.0365142822265625, 0.984226644039154, 1.1933770179748535, 1.5419609546661377, 1.9079740047454834, 2.1868410110473633, 2.2565577030181885, 2.5702831745147705, 1.9776906967163086, 1.8905447721481323, 1.942832350730896, 2.082265853881836, 2.6051416397094727, 2.1694118976593018, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 1.2805230617523193, 2.0125491619110107, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.1868410110473633, 2.0299782752990723, 1.332810640335083, 0.5310676693916321, 0.14762529730796814, 0.5484968423843384, 1.0190850496292114, 0.07790851593017578, -0.23581695556640625, 1.0016558170318604, 1.2456645965576172, 1.4373857975006104, 1.2979521751403809, 0.478780061006546, -0.601830005645752, -1.1072766780853271, -1.4558604955673218, -1.4384313821792603, -1.3164269924163818, -0.1661001741886139, 1.053943395614624, 1.3502397537231445, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 0.5310676693916321, -0.7761220335960388, -0.688975989818573, -0.23581695556640625, -0.1312417984008789, 0.42649248242378235, 0.30448800325393677, -0.18352937698364258, -0.532113254070282, -0.3055337369441986, -0.37525051832199097, -0.9329847693443298, -0.8284096121788025, -0.601830005645752, -0.5495424270629883, 2.2914161682128906, 2.204270124435425, 2.2565577030181885, 1.6639652252197266, -1.4384313821792603, -1.1944226026535034, 0.7576471567153931, 1.5942485332489014, 1.6639652252197266, 1.7162528038024902, -0.1486709862947464, -0.37525051832199097, 1.646536111831665, 2.0648367404937744, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, 1.6639652252197266, 1.332810640335083, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, 0.984226644039154, 1.053943395614624, 0.7925055623054504, 1.071372628211975, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 1.071372628211975, 1.0190850496292114, 0.8796514868736267, 0.6879304051399231, 0.7402179837226868, 0.9319390654563904, 0.7053595781326294, 0.6879304051399231, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 1.1062309741973877, 0.600784420967102, 1.0365142822265625, 0.827363908290863, 0.9145098924636841, 1.2456645965576172, 0.9145098924636841, 0.478780061006546, 0.8447931408882141, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.8622223138809204, 1.0016558170318604, 0.827363908290863, 1.0190850496292114, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.670501172542572, 0.984226644039154, 0.5659260153770447, 1.0016558170318604, 0.7402179837226868, 0.28705883026123047, 0.8622223138809204, 1.053943395614624, 1.071372628211975, 1.5768193006515503, 1.332810640335083, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.9079740047454834, 2.1694118976593018, 2.0996949672698975, 1.925403118133545, 1.3850982189178467, 0.827363908290863, 0.9145098924636841, -0.41010889410972595, -1.5778648853302002, -1.6301524639129639, -1.6824400424957275, -1.5952941179275513, -1.5430065393447876, -1.4732897281646729, -1.4732897281646729, -1.3687145709991455, -1.4732897281646729, -1.2989977598190308, -0.7412636280059814, -0.5844008326530457, 0.4090631604194641, 1.646536111831665, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.465708017349243, 2.082265853881836, 2.2914161682128906, 2.361132860183716, 2.2914161682128906, 0.7576471567153931, -1.1247059106826782, -1.4558604955673218, -1.4384313821792603, -1.403572916984558, -1.2292810678482056, -1.6998692750930786, -1.2292810678482056, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.151982545852661, 1.9951199293136597, 1.5768193006515503, 1.489673376083374, 1.3850982189178467, 1.8208279609680176, 1.6639652252197266, 2.0648367404937744, 1.7511112689971924, 1.5245317220687866, 2.2914161682128906, 1.8556864261627197, 2.117124319076538, 1.9079740047454834, 1.489673376083374, 2.2914161682128906, 2.151982545852661, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.646536111831665, 2.239128589630127, 2.361132860183716, 2.395991325378418, 2.4482789039611816, 2.430849552154541, 2.3262743949890137, 2.3785619735717773, 2.3262743949890137, 2.239128589630127, 2.27398681640625, 2.204270124435425, 2.151982545852661, 1.9079740047454834, 1.4025273323059082, 0.7227887511253357, -0.06152502819895744, 0.1999128758907318, 0.7576471567153931, 0.30448800325393677, 0.09533771127462387, 0.8447931408882141, 1.3850982189178467, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 0.09533771127462387, -0.8284096121788025, -1.1072766780853271, -1.4384313821792603, -1.246710181236267, -0.2881045341491699, 1.071372628211975, 1.332810640335083, 1.5245317220687866, 1.4548149108886719, 1.489673376083374, 1.1062309741973877, -0.39267969131469727, -0.2881045341491699, 0.0430501289665699, -0.04409583657979965, -0.619259238243103, -0.4972548484802246, 0.32191720604896545, 0.30448800325393677, -0.7412636280059814, -0.8109803795814514, -0.4972548484802246, -0.3229629397392273, 0.9319390654563904, 2.1694118976593018, 2.204270124435425, 2.517995595932007, 2.587712287902832, 1.332810640335083, -1.0724183320999146, 0.0430501289665699, 0.8970807194709778, 1.175947904586792, 0.16505448520183563, -0.37525051832199097, 1.1062309741973877, 1.9079740047454834, 1.4199565649032593, -0.8284096121788025, 0.600784420967102, 1.8208279609680176, 1.4025273323059082, 1.4548149108886719, 0.9493682980537415, 1.2630938291549683, 0.984226644039154, 0.8099347352981567, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 0.6182135939598083, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.0888018608093262, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 1.2805230617523193, 0.7053595781326294, 0.9667974710464478, 1.1236603260040283, 0.7227887511253357, 0.9145098924636841, 0.5659260153770447, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.053943395614624, 0.9493682980537415, 1.1933770179748535, 0.9667974710464478, 0.827363908290863, 0.9667974710464478, 0.8447931408882141, 1.1062309741973877, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 1.2282354831695557, 1.1933770179748535, 0.44392168521881104, 0.0430501289665699, 1.053943395614624, 1.2456645965576172, 1.472244143486023, 1.0016558170318604, 1.3502397537231445, 1.175947904586792, 1.4199565649032593, 1.4548149108886719, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.8208279609680176, 2.0996949672698975, 1.768540382385254, 1.8905447721481323, 2.0648367404937744, 0.984226644039154, -0.3403921127319336, -1.4558604955673218, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.5430065393447876, -1.5255773067474365, -1.4732897281646729, -1.403572916984558, -1.2292810678482056, -1.089847445487976, -0.8458387851715088, 0.2696296274662018, 1.6988236904144287, 2.0125491619110107, 2.3262743949890137, 2.082265853881836, 2.2565577030181885, 2.1345534324645996, 2.2216994762420654, 2.308845281600952, 2.3785619735717773, 2.0125491619110107, -0.5146840810775757, -1.4732897281646729, -1.4384313821792603, -1.333856225013733, -1.2118518352508545, -1.0549890995025635, -1.2641394138336182, -1.804444432258606, -0.5146840810775757, 1.6988236904144287, 2.3437037467956543, 2.0299782752990723, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 1.5245317220687866, 1.9079740047454834, 1.785969614982605, 1.925403118133545, 1.4373857975006104, 1.5942485332489014, 1.6813944578170776, 2.2216994762420654, 1.7336820363998413, 1.942832350730896, 1.942832350730896, 1.960261583328247, 2.082265853881836, 1.4373857975006104, 2.1345534324645996, 2.151982545852661, 2.117124319076538], [1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 1.1062309741973877, 1.7511112689971924, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.4134204387664795, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.2914161682128906, 2.2914161682128906, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 1.9079740047454834, 1.315381407737732, 0.7053595781326294, -0.18352937698364258, -0.23581695556640625, 0.3742047846317291, 0.3916339874267578, 0.7402179837226868, 1.2108062505722046, 1.3502397537231445, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.0888018608093262, -0.04409583657979965, -0.8284096121788025, -1.0375598669052124, -1.3861438035964966, -0.6541175842285156, 0.9493682980537415, 1.3676689863204956, 1.4025273323059082, 1.5071024894714355, 1.4548149108886719, 1.1062309741973877, 0.13019609451293945, 0.1999128758907318, -0.009237446822226048, -0.21838775277137756, -0.06152502819895744, 0.02562093921005726, -0.25324615836143494, -0.27067533135414124, -0.601830005645752, -0.688975989818573, -0.7935512065887451, 0.33934640884399414, 2.5005664825439453, 2.4831371307373047, 2.5354247093200684, 1.0365142822265625, -1.4384313821792603, 0.44392168521881104, 1.768540382385254, 1.8208279609680176, 1.803398847579956, 0.7750763297080994, -0.6541175842285156, 0.4090631604194641, 0.5659260153770447, -0.7935512065887451, -0.5146840810775757, 0.9493682980537415, 1.175947904586792, 1.1933770179748535, 0.9667974710464478, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.1236603260040283, 0.8970807194709778, 0.9145098924636841, 1.071372628211975, 0.9667974710464478, 0.7750763297080994, 0.7227887511253357, 0.6356428265571594, 0.7750763297080994, 0.8447931408882141, 0.8099347352981567, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 0.9493682980537415, 1.0190850496292114, 0.984226644039154, 0.8099347352981567, 0.9667974710464478, 0.8796514868736267, 1.053943395614624, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 0.827363908290863, 1.0190850496292114, 1.0016558170318604, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.7576471567153931, 0.5659260153770447, 0.8970807194709778, 0.7227887511253357, 0.8796514868736267, 1.0016558170318604, 1.2630938291549683, 0.9667974710464478, 1.175947904586792, 0.827363908290863, 0.7925055623054504, 1.0190850496292114, 1.2630938291549683, 1.315381407737732, 1.5768193006515503, 1.472244143486023, 1.785969614982605, 1.3850982189178467, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9951199293136597, 1.629106879234314, 1.472244143486023, -1.0724183320999146, -1.4732897281646729, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5430065393447876, -1.5604356527328491, -1.4384313821792603, -1.2989977598190308, -1.3512853384017944, -0.27067533135414124, 0.13019609451293945, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.3262743949890137, 2.3437037467956543, 2.465708017349243, 2.3785619735717773, 2.308845281600952, 2.239128589630127, 0.2347712516784668, -1.4384313821792603, -1.4210021495819092, -1.403572916984558, -1.3861438035964966, -0.4972548484802246, -1.3512853384017944, -1.7172983884811401, -1.5255773067474365, 1.4548149108886719, 1.8905447721481323, 2.1694118976593018, 1.960261583328247, 2.117124319076538, 2.1345534324645996, 1.5593900680541992, 2.1345534324645996, 1.611677646636963, 1.2108062505722046, 1.1410894393920898, 1.4199565649032593, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.9951199293136597, 2.308845281600952, 2.2216994762420654, 1.9951199293136597, 2.239128589630127, 2.0648367404937744, 2.0648367404937744, 2.082265853881836], [1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.9145098924636841, 1.175947904586792, 1.8556864261627197, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 1.8556864261627197, 1.1933770179748535, 0.9493682980537415, 0.11276690661907196, -0.5146840810775757, 0.2347712516784668, 0.4613508880138397, 0.670501172542572, 1.0365142822265625, 1.332810640335083, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.5768193006515503, 0.9319390654563904, -0.2881045341491699, -0.9504139423370361, -1.1072766780853271, -0.7412636280059814, 0.5833552479743958, 1.0365142822265625, 1.315381407737732, 1.4199565649032593, 1.2282354831695557, 0.984226644039154, 0.35677558183670044, 0.2347712516784668, -0.009237446822226048, -0.25324615836143494, -0.6366884112358093, -0.27067533135414124, -0.18352937698364258, -0.41010889410972595, -0.7586928009986877, -0.4972548484802246, 2.151982545852661, 2.27398681640625, 2.5005664825439453, 1.5245317220687866, -1.2118518352508545, 0.5310676693916321, 1.5768193006515503, 1.6813944578170776, 1.7336820363998413, 0.7227887511253357, -1.176993489265442, 1.1062309741973877, 1.9776906967163086, 1.8382571935653687, 1.7511112689971924, 1.785969614982605, -0.09638340771198273, 0.4962092638015747, 0.9319390654563904, 1.1062309741973877, 1.2282354831695557, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7053595781326294, 0.6879304051399231, 0.7925055623054504, 0.6879304051399231, 0.7750763297080994, 0.9319390654563904, 0.7227887511253357, 1.1236603260040283, 1.158518671989441, 0.8796514868736267, 0.8447931408882141, 0.9493682980537415, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 0.7576471567153931, 0.7053595781326294, 0.8622223138809204, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.6530719995498657, 0.5310676693916321, 0.6530719995498657, 0.3742047846317291, 0.5833552479743958, 0.9145098924636841, 1.053943395614624, 0.984226644039154, 1.332810640335083, 1.5942485332489014, 1.629106879234314, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.7162528038024902, 1.6988236904144287, 2.0648367404937744, 1.960261583328247, 1.5593900680541992, 0.4962092638015747, 0.478780061006546, 1.1410894393920898, -0.619259238243103, -1.490718960762024, -1.6301524639129639, -1.6824400424957275, -1.6650108098983765, -1.6824400424957275, -1.6824400424957275, -1.6127232313156128, -1.5604356527328491, -1.5778648853302002, -1.4732897281646729, -1.1072766780853271, -0.9329847693443298, 0.600784420967102, 1.5245317220687866, 1.9776906967163086, 2.151982545852661, 2.0648367404937744, 2.3262743949890137, 2.27398681640625, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.1694118976593018, 1.2456645965576172, -1.490718960762024, -1.5081480741500854, -1.3512853384017944, -1.490718960762024, -1.5430065393447876, -1.403572916984558, -1.647581696510315, -1.6998692750930786, 0.8099347352981567, 1.7336820363998413, 2.0299782752990723, 2.0299782752990723, 1.8208279609680176, 1.9079740047454834, 1.7336820363998413, 1.5768193006515503, -0.18352937698364258, 0.30448800325393677, 0.6530719995498657, 1.6813944578170776, 1.8731155395507812, 1.629106879234314, 1.5768193006515503, 1.6988236904144287, 2.4134204387664795, 2.3262743949890137, 1.9951199293136597, 2.2914161682128906, 2.0125491619110107, 2.0125491619110107, 2.047407388687134], [1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.5942485332489014, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.053943395614624, 1.0190850496292114, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 1.3676689863204956, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.395991325378418, 2.3785619735717773, 2.3437037467956543, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.2914161682128906, 2.204270124435425, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.8556864261627197, 1.4373857975006104, 0.984226644039154, 0.9319390654563904, 0.1999128758907318, -0.1312417984008789, 0.4090631604194641, 0.478780061006546, 0.5833552479743958, 0.9493682980537415, 1.315381407737732, 1.1933770179748535, 1.3502397537231445, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 0.6879304051399231, -0.601830005645752, -0.7238344550132751, -0.7761220335960388, 0.30448800325393677, 1.1410894393920898, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 0.984226644039154, 0.16505448520183563, 0.02562093921005726, -0.20095856487751007, -0.39267969131469727, -0.37525051832199097, -0.4798256754875183, -0.4623964726924896, 0.8099347352981567, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.465708017349243, 1.2979521751403809, -0.5146840810775757, 0.5659260153770447, 0.9319390654563904, 1.2456645965576172, -0.688975989818573, -1.3512853384017944, 0.8970807194709778, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.6988236904144287, -0.7412636280059814, -0.37525051832199097, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.7053595781326294, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.7925055623054504, 1.0016558170318604, 1.0016558170318604, 0.7576471567153931, 0.7750763297080994, 0.7053595781326294, 0.6530719995498657, 0.5833552479743958, 0.984226644039154, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.9145098924636841, 0.7576471567153931, 1.071372628211975, 1.053943395614624, 0.7925055623054504, 0.7227887511253357, 0.9319390654563904, 0.8622223138809204, 1.158518671989441, 0.9493682980537415, 0.8622223138809204, 0.8099347352981567, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 0.7402179837226868, 1.0888018608093262, 1.0365142822265625, 0.8970807194709778, 0.5484968423843384, 0.6879304051399231, 0.8099347352981567, 0.06047932058572769, -0.3229629397392273, 0.2173420637845993, -0.009237446822226048, 1.1410894393920898, 1.2630938291549683, 1.1062309741973877, 1.5419609546661377, 1.158518671989441, 1.332810640335083, 1.629106879234314, 1.4373857975006104, 1.8731155395507812, 2.047407388687134, 0.9145098924636841, -0.04409583657979965, -1.3512853384017944, -1.5952941179275513, -1.6127232313156128, -1.5952941179275513, -1.6127232313156128, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.647581696510315, -1.490718960762024, -1.2815686464309692, -0.8458387851715088, 0.14762529730796814, 1.803398847579956, 2.0299782752990723, 2.27398681640625, 2.047407388687134, 2.27398681640625, 2.308845281600952, 2.308845281600952, 2.204270124435425, 2.27398681640625, 2.082265853881836, 2.3785619735717773, -1.1421350240707397, -1.5081480741500854, -1.3861438035964966, -1.4384313821792603, -1.4384313821792603, -1.3861438035964966, -1.490718960762024, -1.647581696510315, 1.1236603260040283, 1.803398847579956, 1.8208279609680176, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.646536111831665, 0.30448800325393677, 0.2696296274662018, -0.06152502819895744, 1.071372628211975, 1.4548149108886719, 2.4482789039611816, 1.7336820363998413, 1.7511112689971924, 2.2914161682128906, 2.0996949672698975, 2.27398681640625, 2.0125491619110107, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107], [1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 1.2979521751403809, 1.942832350730896, 2.3437037467956543, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 1.925403118133545, 1.629106879234314, 1.4373857975006104, 0.8796514868736267, 0.827363908290863, 0.9145098924636841, 0.600784420967102, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.6182135939598083, 0.7750763297080994, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.5071024894714355, 1.611677646636963, 1.4025273323059082, 0.4090631604194641, -0.4972548484802246, -0.4623964726924896, 0.4962092638015747, 0.9145098924636841, 1.175947904586792, 1.2805230617523193, 1.0365142822265625, 0.30448800325393677, 0.02562093921005726, -0.06152502819895744, -0.39267969131469727, -0.619259238243103, -0.4972548484802246, 0.35677558183670044, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.4134204387664795, 2.5005664825439453, 0.28705883026123047, -0.9155555367469788, -0.7412636280059814, 0.28705883026123047, -0.06152502819895744, -1.0201307535171509, -0.6366884112358093, 1.4373857975006104, 1.7162528038024902, 1.6988236904144287, 1.5245317220687866, -0.6366884112358093, -1.2292810678482056, 0.9145098924636841, 1.1933770179748535, 1.1062309741973877, 0.8622223138809204, 0.7750763297080994, 0.8447931408882141, 0.7402179837226868, 0.8447931408882141, 1.0888018608093262, 0.9145098924636841, 0.7227887511253357, 0.9319390654563904, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.6530719995498657, 0.5833552479743958, 0.6182135939598083, 0.6182135939598083, 1.0888018608093262, 0.7227887511253357, 0.7227887511253357, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 1.2108062505722046, 1.2630938291549683, 0.8796514868736267, 1.1410894393920898, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 0.7402179837226868, 1.1933770179748535, 0.9319390654563904, 0.7053595781326294, 0.8970807194709778, 0.9145098924636841, 0.513638436794281, 0.670501172542572, 0.827363908290863, 0.827363908290863, 1.5071024894714355, 1.7336820363998413, 1.8556864261627197, 1.942832350730896, 1.629106879234314, 0.30448800325393677, -0.5844008326530457, -1.0201307535171509, -1.4732897281646729, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.5952941179275513, -1.6127232313156128, -1.7870151996612549, -1.7695859670639038, -1.6998692750930786, -1.5081480741500854, -1.3164269924163818, -1.0724183320999146, 0.7227887511253357, 1.5593900680541992, 2.2565577030181885, 2.1868410110473633, 2.1868410110473633, 2.361132860183716, 2.151982545852661, 2.361132860183716, 2.0125491619110107, 2.2914161682128906, 2.361132860183716, 2.1345534324645996, 0.4613508880138397, -1.490718960762024, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5952941179275513, -1.7521568536758423, -1.1595642566680908, -1.0201307535171509, 1.1410894393920898, 1.7162528038024902, 1.5245317220687866, 2.0299782752990723, 1.158518671989441, 1.0190850496292114, 0.5659260153770447, -0.3578213155269623, 0.008191745728254318, 1.5071024894714355, 1.2456645965576172, 1.925403118133545, 1.8382571935653687, 1.6813944578170776, 1.8905447721481323, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0190850496292114, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 1.158518671989441, 1.768540382385254, 2.2914161682128906, 2.430849552154541, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.2914161682128906, 2.1868410110473633, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 1.8556864261627197, 1.7336820363998413, 1.5593900680541992, 1.1236603260040283, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.7402179837226868, 0.7053595781326294, 1.0190850496292114, 1.315381407737732, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5768193006515503, 1.5419609546661377, 1.2979521751403809, 0.13019609451293945, -0.42753809690475464, 0.3916339874267578, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 0.9493682980537415, 0.2347712516784668, -0.11381260305643082, -0.27067533135414124, -0.37525051832199097, -0.6366884112358093, 1.9951199293136597, 2.27398681640625, 2.395991325378418, 2.465708017349243, 2.5354247093200684, 2.117124319076538, -1.1944226026535034, -0.8806971907615662, 1.0190850496292114, 1.2979521751403809, 1.5245317220687866, 1.489673376083374, 0.1999128758907318, -0.6541175842285156, 0.6530719995498657, 0.42649248242378235, -0.6366884112358093, -1.2641394138336182, -0.1486709862947464, 1.071372628211975, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.8796514868736267, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.8099347352981567, 0.7576471567153931, 1.071372628211975, 0.8099347352981567, 0.7053595781326294, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.600784420967102, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.7227887511253357, 0.984226644039154, 1.0016558170318604, 0.670501172542572, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.315381407737732, 1.2630938291549683, 1.158518671989441, 0.7925055623054504, 0.8622223138809204, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.2456645965576172, 1.3502397537231445, 1.1236603260040283, 1.5593900680541992, 1.6813944578170776, 1.8208279609680176, 1.5942485332489014, 1.6988236904144287, 1.9776906967163086, 1.5245317220687866, 0.4962092638015747, -0.18352937698364258, -0.8981263637542725, -1.490718960762024, -1.6127232313156128, -1.5952941179275513, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.6301524639129639, -1.5430065393447876, -1.4558604955673218, -0.8806971907615662, -0.9329847693443298, 0.3742047846317291, 1.2456645965576172, 1.942832350730896, 2.082265853881836, 1.9776906967163086, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.047407388687134, 2.239128589630127, 2.151982545852661, 2.4482789039611816, 0.2347712516784668, 1.785969614982605, 0.16505448520183563, -1.5081480741500854, -1.7172983884811401, -1.6824400424957275, -1.647581696510315, -1.4558604955673218, -1.3687145709991455, -1.6650108098983765, 0.2696296274662018, 1.2805230617523193, 1.8731155395507812, 1.785969614982605, 1.2979521751403809, -0.7935512065887451, -1.2815686464309692, -1.1944226026535034, 0.35677558183670044, 1.7336820363998413, 2.117124319076538, 1.5942485332489014, 2.1868410110473633, 1.8382571935653687, 1.9951199293136597, 2.0299782752990723, 1.8905447721481323, 2.204270124435425, 1.942832350730896, 1.8905447721481323, 1.9079740047454834, 1.925403118133545], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 1.1062309741973877, 1.768540382385254, 2.2565577030181885, 2.395991325378418, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 1.8905447721481323, 1.803398847579956, 1.5593900680541992, 1.071372628211975, 0.5310676693916321, 0.4090631604194641, 0.513638436794281, 0.4613508880138397, 0.600784420967102, 0.9667974710464478, 0.8796514868736267, 0.9319390654563904, 0.7925055623054504, 0.670501172542572, 0.7925055623054504, 1.175947904586792, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.2630938291549683, 0.2173420637845993, 0.5659260153770447, 0.8099347352981567, 0.9145098924636841, 0.9145098924636841, 0.6182135939598083, -0.06152502819895744, -0.20095856487751007, -0.3229629397392273, -0.41010889410972595, 1.9776906967163086, 2.430849552154541, 2.4482789039611816, 2.5702831745147705, 2.1868410110473633, -1.333856225013733, -0.8806971907615662, 1.3850982189178467, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, -0.5495424270629883, -0.8284096121788025, 1.803398847579956, 1.6988236904144287, 1.611677646636963, 1.3850982189178467, 1.2630938291549683, 0.5310676693916321, 0.1999128758907318, 0.9319390654563904, 0.9145098924636841, 1.1236603260040283, 0.7925055623054504, 0.7227887511253357, 0.42649248242378235, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 0.7402179837226868, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.5310676693916321, 0.8447931408882141, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.44392168521881104, 0.827363908290863, 0.7053595781326294, 0.6356428265571594, 0.7227887511253357, 0.6530719995498657, 0.984226644039154, 0.6530719995498657, 0.7925055623054504, 0.9667974710464478, 0.827363908290863, 0.7402179837226868, 0.9145098924636841, 0.7227887511253357, 0.827363908290863, 0.984226644039154, 1.0365142822265625, 1.158518671989441, 0.9319390654563904, 0.6182135939598083, 0.7750763297080994, 0.9319390654563904, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.3676689863204956, 1.3502397537231445, 1.5942485332489014, 1.5071024894714355, 1.629106879234314, 1.768540382385254, 1.9951199293136597, 1.5245317220687866, 0.3742047846317291, -0.6366884112358093, -1.2118518352508545, -1.4384313821792603, -1.6127232313156128, -1.5604356527328491, -1.5430065393447876, -1.5952941179275513, -1.647581696510315, -1.5604356527328491, -1.5081480741500854, -0.688975989818573, 0.6356428265571594, 1.315381407737732, 0.13019609451293945, 0.9319390654563904, 0.8622223138809204, 1.332810640335083, 2.2216994762420654, 2.1345534324645996, 1.9079740047454834, 2.082265853881836, 2.239128589630127, 2.3262743949890137, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9079740047454834, 1.768540382385254, 2.082265853881836, 2.1345534324645996, 1.646536111831665, 0.513638436794281, -1.1944226026535034, -0.8981263637542725, -1.6998692750930786, -1.7695859670639038, -1.7347276210784912, -1.5255773067474365, 0.478780061006546, 1.8208279609680176, 1.9776906967163086, -0.8981263637542725, -1.5604356527328491, -1.5952941179275513, -1.2641394138336182, 0.9667974710464478, 1.785969614982605, 2.5354247093200684, 2.0648367404937744, 2.3785619735717773, 2.2216994762420654, 2.1868410110473633, 1.7162528038024902, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 1.158518671989441, 1.646536111831665, 2.117124319076538, 2.3262743949890137, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.629106879234314, 1.1236603260040283, 0.5833552479743958, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.28705883026123047, 0.5659260153770447, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8970807194709778, 0.5833552479743958, 0.6182135939598083, 1.053943395614624, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.7511112689971924, 0.7750763297080994, 0.4090631604194641, 0.5833552479743958, 0.670501172542572, 0.7402179837226868, 0.30448800325393677, -0.2881045341491699, -0.3578213155269623, 2.0299782752990723, 1.9776906967163086, 2.465708017349243, 2.552854061126709, 1.8208279609680176, -1.403572916984558, -0.9678431153297424, 1.1933770179748535, 1.5768193006515503, 1.611677646636963, 1.8556864261627197, -0.9852723479270935, -0.8981263637542725, 1.8556864261627197, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.646536111831665, 0.478780061006546, 0.4613508880138397, 1.0365142822265625, 1.1062309741973877, 0.984226644039154, 0.7227887511253357, 0.984226644039154, 0.8796514868736267, 0.7750763297080994, 0.9667974710464478, 0.7750763297080994, 0.7053595781326294, 0.7576471567153931, 0.3742047846317291, 0.5484968423843384, 0.7227887511253357, 0.8099347352981567, 0.6356428265571594, 0.44392168521881104, 0.670501172542572, 0.5484968423843384, 0.4613508880138397, 0.6879304051399231, 0.670501172542572, 0.5833552479743958, 0.8796514868736267, 0.6879304051399231, 0.9145098924636841, 0.7053595781326294, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 0.6356428265571594, 0.6530719995498657, 0.8970807194709778, 1.611677646636963, 0.9493682980537415, 1.315381407737732, 1.611677646636963, 1.5071024894714355, 1.6639652252197266, 1.5419609546661377, 1.4199565649032593, 1.1236603260040283, 1.646536111831665, 1.3502397537231445, 0.1999128758907318, -0.7412636280059814, -1.490718960762024, -1.5604356527328491, -1.6301524639129639, -1.5952941179275513, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.0549890995025635, -0.44496726989746094, 0.2347712516784668, 1.6988236904144287, 2.082265853881836, 1.8208279609680176, 2.0648367404937744, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.204270124435425, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.3262743949890137, 2.2216994762420654, 1.768540382385254, 2.0125491619110107, 2.1345534324645996, 2.117124319076538, 2.3262743949890137, 2.0125491619110107, 1.7162528038024902, 1.4025273323059082, 1.0016558170318604, -0.3578213155269623, -1.5778648853302002, -1.7172983884811401, -1.7172983884811401, -1.7695859670639038, -1.3861438035964966, 0.8099347352981567, -0.3055337369441986, -1.7521568536758423, -1.7870151996612549, -1.5255773067474365, -1.1247059106826782, 0.7227887511253357, 1.942832350730896, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.117124319076538, 1.5419609546661377, 1.7336820363998413, 2.1345534324645996, 1.7162528038024902, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.8447931408882141, 1.0888018608093262, 1.646536111831665, 2.2914161682128906, 2.430849552154541, 2.395991325378418, 2.3437037467956543, 2.27398681640625, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6639652252197266, 1.4025273323059082, 0.7402179837226868, 0.4962092638015747, 0.670501172542572, 0.827363908290863, 0.2347712516784668, 0.28705883026123047, 0.5833552479743958, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.6356428265571594, 0.5484968423843384, 0.670501172542572, 1.1236603260040283, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 0.44392168521881104, 0.18248367309570312, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, -0.009237446822226048, 1.7336820363998413, 2.1868410110473633, 2.2565577030181885, 2.4134204387664795, 2.5702831745147705, 0.16505448520183563, -1.0375598669052124, 0.600784420967102, 1.1062309741973877, 1.332810640335083, 1.315381407737732, -0.7586928009986877, -1.4384313821792603, 1.3850982189178467, 1.6813944578170776, 1.785969614982605, 1.6813944578170776, 1.7162528038024902, 0.11276690661907196, 0.5659260153770447, 1.2979521751403809, 1.3676689863204956, 1.5245317220687866, 1.5768193006515503, 1.3502397537231445, 0.7750763297080994, 1.2282354831695557, 1.071372628211975, 0.7576471567153931, 0.5659260153770447, 0.5659260153770447, 0.7402179837226868, 0.6182135939598083, 0.7750763297080994, 0.7053595781326294, 0.6182135939598083, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.3916339874267578, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7402179837226868, 0.6530719995498657, 0.513638436794281, 0.44392168521881104, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.9667974710464478, 0.5659260153770447, 0.8970807194709778, 0.7402179837226868, 0.9319390654563904, 0.8447931408882141, 0.9667974710464478, 1.071372628211975, 0.8447931408882141, 0.6356428265571594, 1.2630938291549683, 1.4548149108886719, 1.071372628211975, 1.071372628211975, 1.2282354831695557, 1.5071024894714355, 1.3676689863204956, 1.5419609546661377, 1.8382571935653687, 2.047407388687134, 1.803398847579956, 0.9667974710464478, -0.44496726989746094, -1.0549890995025635, -1.3861438035964966, -1.5604356527328491, -1.6301524639129639, -1.6650108098983765, -1.5081480741500854, -1.5952941179275513, -0.7238344550132751, 0.2522004544734955, 0.33934640884399414, 1.942832350730896, 1.0365142822265625, 1.785969614982605, 1.9951199293136597, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.2216994762420654, 2.1345534324645996, 2.0648367404937744, 1.7336820363998413, 1.8556864261627197, 1.9951199293136597, 2.0996949672698975, 2.117124319076538, 1.5593900680541992, 1.489673376083374, 0.3916339874267578, -0.9155555367469788, -1.5081480741500854, -1.6301524639129639, -1.7172983884811401, -1.7172983884811401, -1.6650108098983765, -1.6998692750930786, -1.7521568536758423, -1.3687145709991455, -1.5952941179275513, -0.27067533135414124, -0.9329847693443298, 1.1062309741973877, 2.2216994762420654, 2.1694118976593018, 2.552854061126709, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.5419609546661377, 2.395991325378418, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.768540382385254, 1.768540382385254], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 1.2630938291549683, 1.942832350730896, 2.361132860183716, 2.395991325378418, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.1345534324645996, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 1.942832350730896, 1.785969614982605, 1.8382571935653687, 1.6639652252197266, 1.2630938291549683, 1.053943395614624, 0.9145098924636841, 0.827363908290863, 0.670501172542572, 0.600784420967102, 0.513638436794281, 0.8447931408882141, 1.0190850496292114, 1.0365142822265625, 0.8447931408882141, 0.5833552479743958, 0.478780061006546, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.984226644039154, 1.1236603260040283, 1.1410894393920898, 1.0365142822265625, 1.0016558170318604, 0.42649248242378235, -0.009237446822226048, -0.026666639372706413, -0.1486709862947464, -0.5146840810775757, 2.2565577030181885, 2.1868410110473633, 2.395991325378418, 2.465708017349243, 2.4831371307373047, -0.23581695556640625, 0.2173420637845993, -0.3229629397392273, -0.8806971907615662, -0.27067533135414124, -0.3229629397392273, -0.7586928009986877, 0.18248367309570312, 0.7053595781326294, 0.7576471567153931, 0.5484968423843384, 1.071372628211975, -0.25324615836143494, 0.827363908290863, 1.3502397537231445, 1.5942485332489014, 1.5942485332489014, 0.9667974710464478, 1.4548149108886719, 1.071372628211975, 0.7576471567153931, 0.7576471567153931, 0.6356428265571594, 0.7227887511253357, 0.6182135939598083, 0.7227887511253357, 0.6182135939598083, 0.513638436794281, 0.6879304051399231, 0.7227887511253357, 0.5833552479743958, 0.5833552479743958, 0.478780061006546, 0.5659260153770447, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.4090631604194641, 0.5833552479743958, 0.5310676693916321, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.8447931408882141, 0.7750763297080994, 0.8099347352981567, 0.8796514868736267, 1.053943395614624, 0.8099347352981567, 0.5659260153770447, 0.9145098924636841, 1.0190850496292114, 1.489673376083374, 1.2805230617523193, 1.3850982189178467, 1.2456645965576172, 1.1062309741973877, 1.4025273323059082, 1.646536111831665, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.2979521751403809, 0.2522004544734955, -0.7761220335960388, -1.403572916984558, -1.5255773067474365, -1.6301524639129639, -1.6824400424957275, -1.4732897281646729, -1.3861438035964966, -0.06152502819895744, 1.0190850496292114, 1.5942485332489014, 1.8208279609680176, 1.9776906967163086, 2.082265853881836, 2.27398681640625, 2.3437037467956543, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.204270124435425, 2.082265853881836, 1.9776906967163086, 2.0996949672698975, 2.0299782752990723, 2.239128589630127, 1.9776906967163086, 1.6639652252197266, 1.7336820363998413, 1.6813944578170776, 1.8556864261627197, 2.082265853881836, 1.6988236904144287, 1.2456645965576172, -0.18352937698364258, -0.8806971907615662, -1.7521568536758423, -1.7347276210784912, -1.0027015209197998, -1.7347276210784912, -1.6824400424957275, -1.6824400424957275, 0.7053595781326294, 1.3502397537231445, -1.7521568536758423, -0.9678431153297424, -0.1486709862947464, 1.5071024894714355, 2.1345534324645996, 2.2914161682128906, 2.3262743949890137, 2.395991325378418, 2.308845281600952, 1.7336820363998413, 1.8382571935653687, 2.0648367404937744, 1.768540382385254, 1.8382571935653687, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 1.5768193006515503, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.361132860183716, 2.3437037467956543, 2.2216994762420654, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.611677646636963, 1.3676689863204956, 1.1062309741973877, 0.984226644039154, 1.0190850496292114, 0.8622223138809204, 0.7053595781326294, 0.6879304051399231, 0.5310676693916321, 0.6879304051399231, 0.9319390654563904, 1.0016558170318604, 0.9319390654563904, 0.7750763297080994, 0.513638436794281, 0.42649248242378235, 0.7402179837226868, 0.7402179837226868, 0.8099347352981567, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6356428265571594, 0.1999128758907318, -0.532113254070282, -1.0375598669052124, -0.9504139423370361, 2.4831371307373047, 2.430849552154541, 2.517995595932007, 2.5354247093200684, -0.07895421981811523, 0.0430501289665699, -1.0724183320999146, -0.8632679581642151, -0.20095856487751007, 1.489673376083374, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, -0.07895421981811523, -0.9678431153297424, 0.8447931408882141, 0.8622223138809204, 0.33934640884399414, 1.175947904586792, 1.3676689863204956, 1.5245317220687866, 1.1236603260040283, 0.7576471567153931, 1.1236603260040283, 1.0016558170318604, 0.984226644039154, 1.2805230617523193, 0.8970807194709778, 0.6182135939598083, 0.827363908290863, 0.2347712516784668, 0.513638436794281, 0.4962092638015747, 0.5833552479743958, 0.2696296274662018, 0.670501172542572, 0.7750763297080994, 0.6530719995498657, 0.2696296274662018, 0.1999128758907318, 0.670501172542572, 0.2522004544734955, 0.3916339874267578, 0.7576471567153931, 0.44392168521881104, 0.478780061006546, 0.5484968423843384, 0.5484968423843384, 0.16505448520183563, 0.7750763297080994, 0.30448800325393677, 0.32191720604896545, 0.670501172542572, 0.600784420967102, 0.35677558183670044, 0.6530719995498657, 1.0190850496292114, 1.4025273323059082, 1.4373857975006104, 1.0365142822265625, 1.5071024894714355, 1.0888018608093262, 1.0016558170318604, 1.5942485332489014, 1.5245317220687866, 1.1236603260040283, 1.5942485332489014, 1.6813944578170776, 1.5593900680541992, 1.4025273323059082, 0.14762529730796814, -0.7935512065887451, -1.2815686464309692, -1.5081480741500854, -1.6301524639129639, -1.5952941179275513, -1.403572916984558, 0.4613508880138397, 1.5768193006515503, 1.611677646636963, 1.1410894393920898, 1.6639652252197266, 2.047407388687134, 1.942832350730896, 2.1694118976593018, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.8382571935653687, 2.2565577030181885, 2.1345534324645996, 2.1345534324645996, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.8731155395507812, 1.785969614982605, 2.204270124435425, 1.6988236904144287, 1.4025273323059082, 2.0125491619110107, 1.629106879234314, 1.6813944578170776, 0.6879304051399231, -1.5604356527328491, -1.5081480741500854, -1.6824400424957275, -1.7172983884811401, -1.6824400424957275, -0.8284096121788025, -1.6301524639129639, -1.647581696510315, -1.7521568536758423, -1.6998692750930786, -1.403572916984558, -0.3055337369441986, 0.8970807194709778, 1.6813944578170776, 2.3437037467956543, 2.1345534324645996, 2.4831371307373047, 1.9776906967163086, 1.4373857975006104, 2.2216994762420654, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7053595781326294, 0.8099347352981567, 0.9667974710464478, 1.5419609546661377, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.2565577030181885, 2.1694118976593018, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.768540382385254, 1.611677646636963, 1.472244143486023, 1.315381407737732, 1.2108062505722046, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.7053595781326294, 0.513638436794281, 0.5833552479743958, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.8796514868736267, 0.4613508880138397, 0.35677558183670044, 0.4090631604194641, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, -0.026666639372706413, -0.1312417984008789, -1.0375598669052124, -0.9678431153297424, -1.0724183320999146, 0.3916339874267578, 1.8208279609680176, 2.308845281600952, 2.4831371307373047, 1.8382571935653687, -0.1486709862947464, -1.1944226026535034, -1.3512853384017944, -0.25324615836143494, 1.2979521751403809, 1.5419609546661377, 1.5942485332489014, 1.4373857975006104, -0.39267969131469727, -1.2989977598190308, 1.158518671989441, 1.611677646636963, 1.5245317220687866, 1.332810640335083, 0.8447931408882141, 1.2108062505722046, 1.158518671989441, 1.1933770179748535, 0.827363908290863, 1.0888018608093262, 0.7053595781326294, 1.0190850496292114, 1.158518671989441, 0.6182135939598083, 0.600784420967102, 0.28705883026123047, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.5659260153770447, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.7053595781326294, 0.5659260153770447, 0.30448800325393677, 0.35677558183670044, 0.7925055623054504, 0.44392168521881104, 0.4090631604194641, 0.5310676693916321, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.5484968423843384, 0.478780061006546, 0.600784420967102, 0.4962092638015747, 1.2805230617523193, 0.6182135939598083, 0.4962092638015747, 1.1062309741973877, 1.1062309741973877, 1.2805230617523193, 1.332810640335083, 1.4373857975006104, 1.2456645965576172, 1.611677646636963, 1.768540382385254, 1.8731155395507812, 1.5942485332489014, 1.5071024894714355, 1.2282354831695557, 0.9145098924636841, 0.35677558183670044, -0.5844008326530457, -1.1072766780853271, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -0.6715468168258667, 0.02562093921005726, 1.4373857975006104, 1.9079740047454834, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 2.047407388687134, 2.0299782752990723, 2.151982545852661, 2.0299782752990723, 2.0299782752990723, 2.2565577030181885, 1.9951199293136597, 1.942832350730896, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.082265853881836, 1.768540382385254, 1.942832350730896, 1.8556864261627197, 1.9776906967163086, 1.6639652252197266, 1.1933770179748535, -0.9329847693443298, -1.2989977598190308, -1.3512853384017944, -1.4210021495819092, 0.14762529730796814, -1.6650108098983765, -1.6824400424957275, 0.7402179837226868, 1.8905447721481323, -1.4210021495819092, -1.6301524639129639, 1.3502397537231445, 2.27398681640625, -1.5081480741500854, -1.1944226026535034, -0.6366884112358093, 1.332810640335083, 1.8556864261627197, 1.7162528038024902, 1.053943395614624, 0.09533771127462387, 2.308845281600952, 2.1868410110473633, 1.629106879234314, 1.5942485332489014, 1.7162528038024902, 1.646536111831665, 1.6639652252197266, 1.646536111831665], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 1.5071024894714355, 2.2914161682128906, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3785619735717773, 2.27398681640625, 2.2914161682128906, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.785969614982605, 1.629106879234314, 1.4373857975006104, 1.1062309741973877, 0.7402179837226868, 0.7227887511253357, 0.8622223138809204, 0.8099347352981567, 0.8622223138809204, 0.7750763297080994, 0.513638436794281, 0.478780061006546, 0.7750763297080994, 0.8622223138809204, 0.7227887511253357, 0.5659260153770447, 0.3742047846317291, 0.09533771127462387, 0.09533771127462387, -0.39267969131469727, -1.0027015209197998, -0.8109803795814514, -1.1247059106826782, -1.1247059106826782, -0.9155555367469788, -0.8109803795814514, 1.8208279609680176, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 1.5071024894714355, -0.9155555367469788, -1.4558604955673218, -0.39267969131469727, 1.0888018608093262, 1.315381407737732, 1.3676689863204956, 1.2456645965576172, -0.39267969131469727, -1.5604356527328491, 0.7402179837226868, 1.5768193006515503, 1.646536111831665, 1.332810640335083, 0.8447931408882141, 0.4962092638015747, 0.8970807194709778, 1.053943395614624, 0.8099347352981567, 0.8970807194709778, 0.7227887511253357, 0.33934640884399414, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.5484968423843384, 0.7576471567153931, 0.7576471567153931, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 1.0190850496292114, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 0.6879304051399231, 0.9319390654563904, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.4090631604194641, 0.600784420967102, 0.670501172542572, 0.6182135939598083, 0.670501172542572, 0.827363908290863, 1.0888018608093262, 0.9319390654563904, 1.175947904586792, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.4025273323059082, 1.1410894393920898, 1.332810640335083, 1.472244143486023, 1.768540382385254, 1.8731155395507812, 1.4548149108886719, 0.30448800325393677, -0.7935512065887451, -1.4384313821792603, -1.5255773067474365, -1.5081480741500854, -0.601830005645752, 1.332810640335083, 1.6988236904144287, 1.960261583328247, 1.925403118133545, 2.1345534324645996, 2.0299782752990723, 1.7336820363998413, 1.8382571935653687, 2.204270124435425, 2.0996949672698975, 2.204270124435425, 2.0996949672698975, 2.2216994762420654, 2.204270124435425, 2.2914161682128906, 2.0996949672698975, 1.8556864261627197, 2.1694118976593018, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.7511112689971924, 1.7336820363998413, 1.5942485332489014, 1.9951199293136597, 1.9951199293136597, -0.6366884112358093, -0.5495424270629883, -1.1595642566680908, 0.16505448520183563, 2.082265853881836, 2.4134204387664795, -0.9504139423370361, -1.6650108098983765, 2.082265853881836, 2.151982545852661, -1.5604356527328491, -0.8981263637542725, -1.403572916984558, -0.4972548484802246, 0.6530719995498657, -0.42753809690475464, -0.9852723479270935, -0.009237446822226048, 2.587712287902832, 1.7162528038024902, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8796514868736267, 1.0365142822265625, 1.629106879234314, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.942832350730896, 1.925403118133545, 1.6813944578170776, 1.3502397537231445, 1.053943395614624, 0.7925055623054504, 0.33934640884399414, 0.2347712516784668, 0.5484968423843384, 0.7750763297080994, 0.7576471567153931, 0.5833552479743958, 0.4613508880138397, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.4090631604194641, 0.3742047846317291, 0.2173420637845993, -0.1661001741886139, 0.2522004544734955, -1.0027015209197998, -1.0027015209197998, -0.9329847693443298, -0.8632679581642151, -1.0027015209197998, -0.6541175842285156, 2.2216994762420654, 2.1694118976593018, 2.0648367404937744, 2.430849552154541, -1.1421350240707397, -0.8806971907615662, 0.1999128758907318, 1.5593900680541992, 0.513638436794281, 0.008191745728254318, -0.04409583657979965, -0.39267969131469727, -1.2641394138336182, -0.5495424270629883, 1.053943395614624, 1.1236603260040283, 1.1062309741973877, 0.7750763297080994, -0.688975989818573, -0.7761220335960388, 0.984226644039154, 0.7750763297080994, 0.7576471567153931, 0.6879304051399231, 0.2696296274662018, 0.5310676693916321, 0.6530719995498657, 0.8622223138809204, 0.8099347352981567, 1.1410894393920898, 0.984226644039154, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 1.1410894393920898, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.6530719995498657, 0.7925055623054504, 0.7227887511253357, 0.3742047846317291, 0.18248367309570312, 0.2347712516784668, -0.009237446822226048, 0.13019609451293945, 0.3916339874267578, 0.8622223138809204, 0.9319390654563904, 0.6530719995498657, 1.0190850496292114, 0.8796514868736267, 0.8796514868736267, 1.332810640335083, 1.0190850496292114, 1.0016558170318604, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.5071024894714355, 1.175947904586792, 1.3502397537231445, 1.6988236904144287, 1.646536111831665, 1.175947904586792, 0.28705883026123047, -0.5146840810775757, -1.3164269924163818, -1.4384313821792603, -1.333856225013733, -0.8284096121788025, 0.7925055623054504, 1.6813944578170776, 1.9079740047454834, 1.8731155395507812, 1.768540382385254, 1.9079740047454834, 1.9079740047454834, 1.7162528038024902, 2.0996949672698975, 1.803398847579956, 1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.0299782752990723, 2.239128589630127, 2.151982545852661, 2.2216994762420654, 1.9079740047454834, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.117124319076538, 1.8731155395507812, 1.8208279609680176, 2.047407388687134, 2.151982545852661, 1.7511112689971924, 2.4831371307373047, 1.6813944578170776, 0.2522004544734955, 1.0016558170318604, 2.2565577030181885, -1.246710181236267, -1.6998692750930786, -1.7172983884811401, -0.601830005645752, -0.4623964726924896, -1.1595642566680908, -1.3164269924163818, -1.1072766780853271, 1.0190850496292114, 0.9493682980537415, -0.9504139423370361, 0.28705883026123047, 2.3262743949890137, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503], [2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 1.5071024894714355, 2.2565577030181885, 2.361132860183716, 2.430849552154541, 2.4134204387664795, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.204270124435425, 2.1868410110473633, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.047407388687134, 1.8905447721481323, 1.768540382385254, 1.768540382385254, 1.4199565649032593, 1.1410894393920898, 0.7576471567153931, 0.44392168521881104, 0.09533771127462387, 0.09533771127462387, 0.3742047846317291, 0.600784420967102, 0.6530719995498657, 0.5310676693916321, 0.28705883026123047, 0.13019609451293945, 0.18248367309570312, 0.07790851593017578, -0.3229629397392273, -0.5495424270629883, -0.8632679581642151, -0.8109803795814514, -0.7586928009986877, -0.5669716596603394, -0.3403921127319336, -0.09638340771198273, -0.1312417984008789, -0.07895421981811523, 0.18248367309570312, 1.942832350730896, 1.768540382385254, -1.0201307535171509, -0.4623964726924896, 0.3742047846317291, 1.2108062505722046, 1.4025273323059082, -0.18352937698364258, -1.0375598669052124, 0.8970807194709778, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 0.11276690661907196, -0.5146840810775757, -0.1312417984008789, -0.6366884112358093, -0.7761220335960388, 0.984226644039154, 0.7227887511253357, 0.7925055623054504, 0.670501172542572, 0.5833552479743958, 1.175947904586792, 0.8099347352981567, 1.0365142822265625, 0.7402179837226868, 0.8622223138809204, 0.7750763297080994, 0.984226644039154, 0.5833552479743958, 0.9319390654563904, 0.9667974710464478, 0.7402179837226868, 1.1062309741973877, 0.8447931408882141, 1.0190850496292114, 0.7925055623054504, 1.1933770179748535, 1.332810640335083, 1.2282354831695557, 1.1236603260040283, 1.2108062505722046, 1.3676689863204956, 1.3502397537231445, 0.7750763297080994, 0.9145098924636841, 0.18248367309570312, 0.44392168521881104, 0.02562093921005726, 0.8796514868736267, 1.0365142822265625, 1.1236603260040283, 0.7925055623054504, 1.053943395614624, 0.8970807194709778, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3850982189178467, 1.5419609546661377, 1.3502397537231445, 1.5593900680541992, 1.2630938291549683, 1.768540382385254, 1.158518671989441, 0.827363908290863, 0.06047932058572769, -0.4798256754875183, -1.4210021495819092, -1.4210021495819092, -0.3578213155269623, 0.9667974710464478, 1.5071024894714355, 2.047407388687134, 2.1345534324645996, 2.361132860183716, 2.0125491619110107, 2.0125491619110107, 2.2565577030181885, 2.239128589630127, 2.0648367404937744, 1.8731155395507812, 2.0648367404937744, 1.8382571935653687, 2.0996949672698975, 2.047407388687134, 1.768540382385254, 1.8905447721481323, 1.8556864261627197, 1.9951199293136597, 2.1694118976593018, 2.1694118976593018, 2.082265853881836, 1.9776906967163086, 2.1868410110473633, 2.1345534324645996, 2.239128589630127, 2.0299782752990723, 2.1694118976593018, 1.942832350730896, 1.8382571935653687, 1.3502397537231445, 1.9951199293136597, 1.4025273323059082, -0.7238344550132751, 1.9951199293136597, -0.8981263637542725, 1.646536111831665, 0.6530719995498657, 1.4025273323059082, 0.7576471567153931, 1.8208279609680176, 1.7511112689971924, 1.9079740047454834, 2.2565577030181885, 0.42649248242378235, 1.053943395614624, 1.6639652252197266, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377], [2.047407388687134, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 1.0888018608093262, 1.7336820363998413, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.4134204387664795, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 1.7336820363998413, 1.4373857975006104, 1.1062309741973877, 0.6530719995498657, 0.28705883026123047, 0.1999128758907318, 0.2173420637845993, 0.13019609451293945, 0.13019609451293945, 0.42649248242378235, 0.478780061006546, 0.4613508880138397, 0.2696296274662018, 0.02562093921005726, -0.20095856487751007, -0.44496726989746094, -1.0027015209197998, -0.8109803795814514, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, 0.5310676693916321, 0.02562093921005726, 0.16505448520183563, 0.13019609451293945, 0.984226644039154, 0.6530719995498657, -0.04409583657979965, -0.4623964726924896, 0.7227887511253357, 0.5310676693916321, 1.4199565649032593, -0.21838775277137756, -1.0201307535171509, 0.7402179837226868, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 0.44392168521881104, -1.1247059106826782, 0.14762529730796814, 0.9493682980537415, 0.8622223138809204, 1.332810640335083, 0.984226644039154, 0.9145098924636841, 0.9145098924636841, 0.8099347352981567, 0.4613508880138397, 0.9319390654563904, 0.8447931408882141, 0.7053595781326294, 0.670501172542572, 0.7402179837226868, 0.600784420967102, 0.35677558183670044, 0.7227887511253357, 0.827363908290863, 0.6182135939598083, 0.6530719995498657, 0.8099347352981567, 0.827363908290863, 0.984226644039154, 1.2630938291549683, 1.2108062505722046, 1.0016558170318604, 1.3850982189178467, 1.4199565649032593, 1.1410894393920898, 1.053943395614624, 1.2282354831695557, 1.1062309741973877, 1.1236603260040283, 0.9145098924636841, 1.0888018608093262, 0.9667974710464478, 0.32191720604896545, 0.4613508880138397, 0.5484968423843384, 0.7576471567153931, 1.0190850496292114, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.5942485332489014, 1.3502397537231445, 1.489673376083374, 1.6813944578170776, 1.1236603260040283, 0.09533771127462387, -0.41010889410972595, -1.1247059106826782, -1.2641394138336182, -1.2989977598190308, 0.670501172542572, 0.9145098924636841, 1.8382571935653687, 1.611677646636963, 2.0648367404937744, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.3785619735717773, 1.960261583328247, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.9776906967163086, 1.785969614982605, 2.117124319076538, 2.27398681640625, 2.308845281600952, 2.151982545852661, 1.9079740047454834, 1.5245317220687866, 1.7336820363998413, 2.117124319076538, 1.768540382385254, 1.9951199293136597, 1.8556864261627197, 2.308845281600952, 1.8556864261627197, 1.629106879234314, 2.0648367404937744, 2.361132860183716, 0.32191720604896545, 1.5071024894714355, 0.7053595781326294, 2.361132860183716, 2.2216994762420654, 2.4831371307373047, 1.8556864261627197, 1.7162528038024902, 2.239128589630127, 2.622570753097534, 1.5942485332489014, 1.4548149108886719, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355], [2.0299782752990723, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 1.0365142822265625, 1.5593900680541992, 2.0996949672698975, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.6988236904144287, 1.4025273323059082, 0.9667974710464478, 1.0365142822265625, 0.6356428265571594, 0.2696296274662018, 0.2173420637845993, -0.20095856487751007, -0.04409583657979965, -0.1312417984008789, 0.4090631604194641, 0.8099347352981567, -0.06152502819895744, -0.27067533135414124, -0.7238344550132751, -1.0201307535171509, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, -0.7586928009986877, -0.09638340771198273, 0.2173420637845993, -0.1661001741886139, 0.6356428265571594, 0.16505448520183563, 1.4199565649032593, 2.2216994762420654, 1.768540382385254, -0.1312417984008789, -0.4972548484802246, -0.23581695556640625, 0.5484968423843384, -0.8806971907615662, -0.4623964726924896, 0.3916339874267578, 0.8796514868736267, 1.175947904586792, 0.5310676693916321, -0.7761220335960388, -0.5669716596603394, 0.8622223138809204, 0.9145098924636841, 1.3502397537231445, 1.1236603260040283, 0.9319390654563904, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 1.1062309741973877, 0.6879304051399231, 0.5833552479743958, 1.3850982189178467, 1.3502397537231445, 0.7227887511253357, 0.7925055623054504, 0.3916339874267578, 0.42649248242378235, 0.5484968423843384, 0.827363908290863, 0.6879304051399231, 0.9667974710464478, 0.9493682980537415, 1.0016558170318604, 1.1236603260040283, 1.1410894393920898, 0.8796514868736267, 1.175947904586792, 1.6639652252197266, 1.4025273323059082, 0.9667974710464478, 0.6356428265571594, -0.7238344550132751, 0.6356428265571594, 0.7227887511253357, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 1.0888018608093262, 1.175947904586792, 1.3502397537231445, 1.2979521751403809, 1.3502397537231445, 1.2456645965576172, 1.611677646636963, 1.4373857975006104, 1.3676689863204956, 1.3850982189178467, 1.472244143486023, 1.0888018608093262, -0.026666639372706413, -0.9155555367469788, -1.1072766780853271, -1.3164269924163818, -1.2118518352508545, -0.1486709862947464, 0.8796514868736267, 1.7162528038024902, 1.942832350730896, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 1.9951199293136597, 1.8208279609680176, 1.6813944578170776, 1.5593900680541992, 1.768540382385254, 1.4373857975006104, 1.3502397537231445, 2.2216994762420654, 2.2216994762420654, 2.151982545852661, 1.9776906967163086, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 2.0996949672698975, 2.082265853881836, 2.2565577030181885, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 0.8970807194709778, 1.7336820363998413, 1.053943395614624, 2.0648367404937744, 1.3502397537231445, 1.1062309741973877, 1.8208279609680176, 2.239128589630127, 1.960261583328247, 1.8382571935653687, 1.629106879234314, 2.1345534324645996, 1.3850982189178467, 2.1868410110473633, 2.3785619735717773, 1.646536111831665, 1.315381407737732, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.3850982189178467, 1.7336820363998413, 2.204270124435425, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.2565577030181885, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 1.8905447721481323, 1.5942485332489014, 1.1933770179748535, 0.9319390654563904, 0.7402179837226868, 1.175947904586792, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.14762529730796814, -0.18352937698364258, 0.32191720604896545, 1.6988236904144287, -0.07895421981811523, -0.8284096121788025, -0.7761220335960388, -0.5669716596603394, -0.4623964726924896, -0.37525051832199097, -0.2881045341491699, -0.21838775277137756, 0.670501172542572, -0.1661001741886139, -0.6541175842285156, -0.21838775277137756, 0.6879304051399231, 0.8447931408882141, 0.28705883026123047, -0.1661001741886139, 1.1410894393920898, -0.5669716596603394, 0.9319390654563904, 0.7402179837226868, 0.2347712516784668, -0.009237446822226048, 0.02562093921005726, 0.33934640884399414, 0.1999128758907318, -0.009237446822226048, -0.1661001741886139, 0.6182135939598083, 0.827363908290863, 0.7402179837226868, 0.7750763297080994, 0.6182135939598083, 0.513638436794281, 0.6356428265571594, 0.7576471567153931, 0.5484968423843384, 0.6182135939598083, 0.7925055623054504, 0.7402179837226868, 0.600784420967102, 0.4962092638015747, 1.5419609546661377, 1.1410894393920898, -0.07895421981811523, 0.7402179837226868, 0.7925055623054504, 0.4962092638015747, 0.827363908290863, 0.670501172542572, 0.8447931408882141, 1.1410894393920898, 0.9667974710464478, 1.175947904586792, 0.7750763297080994, 1.5942485332489014, 0.8622223138809204, 0.8970807194709778, 1.646536111831665, 1.5593900680541992, 1.2805230617523193, 1.0888018608093262, 1.0016558170318604, 1.0888018608093262, 0.6530719995498657, 0.6879304051399231, 1.1933770179748535, 1.3850982189178467, 1.2456645965576172, 1.315381407737732, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.5245317220687866, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.5593900680541992, 0.32191720604896545, -1.0549890995025635, -1.089847445487976, -1.3512853384017944, -0.41010889410972595, 0.9667974710464478, 1.332810640335083, 2.0648367404937744, 1.6813944578170776, 2.117124319076538, 2.308845281600952, 2.1345534324645996, 1.9776906967163086, 1.5245317220687866, 1.4199565649032593, 1.5245317220687866, 1.8905447721481323, 2.117124319076538, 2.27398681640625, 2.1694118976593018, 1.9776906967163086, 1.6813944578170776, 2.0996949672698975, 2.27398681640625, 2.2216994762420654, 1.9079740047454834, 1.803398847579956, 1.8731155395507812, 2.0299782752990723, 2.3785619735717773, 2.204270124435425, 2.308845281600952, 2.27398681640625, 1.5245317220687866, 2.1694118976593018, 1.3850982189178467, 0.14762529730796814, 1.472244143486023, 1.4373857975006104, 0.06047932058572769, 0.4613508880138397, 1.5245317220687866, 0.600784420967102, 1.629106879234314, 1.332810640335083, -0.7238344550132751, 1.8208279609680176, 2.361132860183716, 0.7227887511253357, 2.1868410110473633, 1.9079740047454834, 1.4373857975006104, 1.9776906967163086, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.4025273323059082], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 1.1062309741973877, 1.2630938291549683, 1.489673376083374, 1.6639652252197266, 1.9951199293136597, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1694118976593018, 2.117124319076538, 2.0299782752990723, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.3676689863204956, 1.158518671989441, 0.9145098924636841, 1.0365142822265625, 1.785969614982605, 1.646536111831665, 1.8731155395507812, 1.8731155395507812, 1.2282354831695557, 1.2282354831695557, 1.1410894393920898, 0.5310676693916321, -0.619259238243103, 0.2347712516784668, -0.42753809690475464, -0.42753809690475464, -0.27067533135414124, -0.1661001741886139, 0.32191720604896545, 1.5419609546661377, -0.09638340771198273, 0.0430501289665699, 0.32191720604896545, 1.0365142822265625, -0.07895421981811523, 1.2805230617523193, 0.5484968423843384, 1.8208279609680176, 0.8796514868736267, 1.315381407737732, 0.6879304051399231, 0.5833552479743958, 0.02562093921005726, 0.28705883026123047, 0.5484968423843384, 0.5833552479743958, 0.32191720604896545, 0.6182135939598083, 0.7227887511253357, 0.6356428265571594, 0.4962092638015747, 0.1999128758907318, 0.09533771127462387, 0.30448800325393677, 0.9145098924636841, 0.42649248242378235, 0.7227887511253357, 1.1410894393920898, 0.7053595781326294, 1.315381407737732, 0.478780061006546, 1.053943395614624, 0.0430501289665699, 1.0190850496292114, 0.478780061006546, 0.2173420637845993, 1.5071024894714355, 0.6879304051399231, 0.600784420967102, 0.600784420967102, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.6530719995498657, 1.4548149108886719, 1.5071024894714355, 0.7925055623054504, 0.8796514868736267, 0.7053595781326294, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.5768193006515503, 1.3676689863204956, 1.2282354831695557, 0.7402179837226868, -0.6366884112358093, -1.3512853384017944, -1.1247059106826782, 0.30448800325393677, 1.332810640335083, 1.6988236904144287, 1.332810640335083, 1.2630938291549683, 1.3850982189178467, 1.8556864261627197, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 1.942832350730896, 1.9776906967163086, 1.803398847579956, 1.785969614982605, 1.5593900680541992, 1.158518671989441, 0.984226644039154, 1.4373857975006104, 1.5942485332489014, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.2914161682128906, 2.082265853881836, 2.1345534324645996, 2.3262743949890137, 1.8905447721481323, 1.7511112689971924, 2.151982545852661, 1.4548149108886719, 2.117124319076538, 1.942832350730896, 1.6639652252197266, 1.2282354831695557, 1.1236603260040283, 0.7053595781326294, 0.8099347352981567, 0.6879304051399231, -0.06152502819895744, 0.30448800325393677, 0.7053595781326294, 0.5659260153770447, 1.4199565649032593, 2.2914161682128906, 2.1694118976593018, 2.361132860183716, 1.1062309741973877, 0.984226644039154, 2.395991325378418, 2.0648367404937744, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445], [2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.1410894393920898, 1.315381407737732, 1.5071024894714355, 1.803398847579956, 2.151982545852661, 2.395991325378418, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.0648367404937744, 2.0125491619110107, 1.925403118133545, 1.5768193006515503, 1.4548149108886719, 1.2282354831695557, 1.472244143486023, 1.5768193006515503, 1.7336820363998413, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.9079740047454834, 1.646536111831665, 1.053943395614624, 1.3676689863204956, 1.5768193006515503, 0.7402179837226868, -0.07895421981811523, -0.06152502819895744, -0.5669716596603394, -0.5146840810775757, -0.3229629397392273, 0.5833552479743958, 0.35677558183670044, 0.32191720604896545, 0.42649248242378235, 0.30448800325393677, 0.4962092638015747, 0.513638436794281, 1.332810640335083, 1.3850982189178467, 1.1410894393920898, 1.2805230617523193, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 0.5310676693916321, 0.5833552479743958, 0.478780061006546, -0.1661001741886139, 0.3742047846317291, 0.7053595781326294, 0.600784420967102, 0.4962092638015747, 0.2347712516784668, 0.16505448520183563, 0.30448800325393677, 0.7925055623054504, 0.42649248242378235, 0.670501172542572, 1.4025273323059082, 0.827363908290863, 0.07790851593017578, 1.0016558170318604, 1.053943395614624, 0.478780061006546, 1.3502397537231445, 0.670501172542572, 1.646536111831665, 1.2630938291549683, 1.4548149108886719, 1.3676689863204956, 0.4090631604194641, 0.5833552479743958, 0.7053595781326294, 1.071372628211975, 0.7402179837226868, 0.14762529730796814, 1.2108062505722046, 0.670501172542572, 1.0190850496292114, 0.7402179837226868, 0.02562093921005726, 0.6356428265571594, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 1.1062309741973877, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.4199565649032593, 1.6639652252197266, 1.3502397537231445, 0.8622223138809204, -0.25324615836143494, -1.1595642566680908, -0.688975989818573, 0.984226644039154, 2.0125491619110107, 2.0299782752990723, 1.7336820363998413, 2.117124319076538, 2.2565577030181885, 2.151982545852661, 1.646536111831665, 1.629106879234314, 1.7162528038024902, 1.6813944578170776, 1.960261583328247, 2.0299782752990723, 1.8382571935653687, 2.1694118976593018, 2.0648367404937744, 1.3676689863204956, 1.1933770179748535, 1.5419609546661377, 1.629106879234314, 1.629106879234314, 1.768540382385254, 2.0299782752990723, 2.2565577030181885, 2.2565577030181885, 2.0125491619110107, 1.4548149108886719, 1.9776906967163086, 1.960261583328247, 1.8905447721481323, -0.9155555367469788, 1.4199565649032593, 1.2282354831695557, 0.513638436794281, 0.9145098924636841, -0.1661001741886139, 0.4090631604194641, 2.1345534324645996, -0.532113254070282, 0.5833552479743958, 0.600784420967102, 0.2173420637845993, 1.1933770179748535, 0.33934640884399414, 2.0299782752990723, 1.611677646636963, 1.175947904586792, 0.9493682980537415, 2.308845281600952, 1.646536111831665, 1.4373857975006104, 1.2979521751403809, 1.1933770179748535, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809], [2.0125491619110107, 1.960261583328247, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.2282354831695557, 1.472244143486023, 1.785969614982605, 2.047407388687134, 2.2565577030181885, 2.3437037467956543, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.1694118976593018, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.8382571935653687, 1.942832350730896, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.8905447721481323, 2.047407388687134, 1.925403118133545, 1.9951199293136597, 2.047407388687134, 1.925403118133545, 1.5768193006515503, 1.1933770179748535, 0.670501172542572, 0.478780061006546, 0.9145098924636841, 0.5310676693916321, 0.16505448520183563, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 1.4025273323059082, 1.158518671989441, 1.942832350730896, 1.5942485332489014, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.5245317220687866, 0.6879304051399231, 1.1933770179748535, -0.4798256754875183, -0.009237446822226048, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.2347712516784668, -0.026666639372706413, 0.18248367309570312, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 1.1410894393920898, 0.42649248242378235, 1.4373857975006104, 0.670501172542572, 0.5310676693916321, 1.053943395614624, 1.315381407737732, 0.670501172542572, 1.629106879234314, 1.472244143486023, 0.8970807194709778, 1.053943395614624, 1.315381407737732, 1.2979521751403809, 0.984226644039154, 1.4548149108886719, 1.1062309741973877, 0.5484968423843384, 0.7053595781326294, 0.7227887511253357, 0.8796514868736267, 1.158518671989441, 1.2108062505722046, 0.8796514868736267, 1.2805230617523193, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.071372628211975, 1.1236603260040283, 1.071372628211975, 1.2108062505722046, 1.332810640335083, 1.071372628211975, 1.4199565649032593, 1.4199565649032593, 1.2979521751403809, 1.0190850496292114, 1.0016558170318604, 1.5245317220687866, 1.175947904586792, -0.7412636280059814, -1.1072766780853271, -0.6366884112358093, 1.2630938291549683, 1.158518671989441, 1.9079740047454834, 1.3850982189178467, 1.803398847579956, 1.8208279609680176, 2.0648367404937744, 2.082265853881836, 2.204270124435425, 2.0125491619110107, 1.7511112689971924, 1.6813944578170776, 2.1345534324645996, 2.117124319076538, 1.1062309741973877, 1.611677646636963, 2.047407388687134, 1.960261583328247, 1.6988236904144287, 1.3850982189178467, 1.7336820363998413, 1.5593900680541992, 1.3676689863204956, 1.053943395614624, 1.2282354831695557, 1.5942485332489014, 1.629106879234314, 1.803398847579956, 1.8382571935653687, 1.5245317220687866, 1.1933770179748535, 1.3850982189178467, -0.1661001741886139, -0.7238344550132751, -0.3229629397392273, 0.6182135939598083, 0.2522004544734955, -0.3055337369441986, 1.8905447721481323, -0.5495424270629883, -0.4798256754875183, -0.20095856487751007, -1.1247059106826782, 0.02562093921005726, 0.7576471567153931, 1.4548149108886719, 0.9145098924636841, -0.7064052224159241, 0.0430501289665699, 1.785969614982605, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.472244143486023, 2.047407388687134, 2.2216994762420654, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 1.9951199293136597, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 1.8382571935653687, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7162528038024902, 1.785969614982605, 1.8382571935653687, 1.646536111831665, 1.7511112689971924, 1.925403118133545, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 1.5071024894714355, 0.9145098924636841, 1.472244143486023, 1.158518671989441, 0.8796514868736267, 1.8208279609680176, 0.8099347352981567, 1.8731155395507812, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.9079740047454834, 1.8382571935653687, 1.925403118133545, 1.5942485332489014, 1.9776906967163086, 1.2108062505722046, 1.2630938291549683, 0.33934640884399414, 1.0190850496292114, 0.2696296274662018, 0.008191745728254318, 0.14762529730796814, -0.3403921127319336, 0.2173420637845993, -0.3403921127319336, 0.6530719995498657, 0.600784420967102, 1.2979521751403809, 0.14762529730796814, 0.5310676693916321, 1.1410894393920898, 1.2805230617523193, 0.35677558183670044, 0.42649248242378235, 1.071372628211975, 1.053943395614624, 1.2630938291549683, 0.6182135939598083, 1.2108062505722046, 0.7750763297080994, 1.6639652252197266, 1.175947904586792, 1.071372628211975, 0.9493682980537415, 0.7402179837226868, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 0.5310676693916321, 1.175947904586792, 1.1062309741973877, 1.0888018608093262, 0.827363908290863, 0.7925055623054504, 1.071372628211975, 1.315381407737732, 1.175947904586792, 0.9667974710464478, 1.1933770179748535, 1.2108062505722046, 1.5071024894714355, 1.4025273323059082, 1.5593900680541992, 1.2979521751403809, 1.5768193006515503, 1.2630938291549683, 1.2456645965576172, 1.2979521751403809, -0.601830005645752, -1.176993489265442, -0.9504139423370361, 0.28705883026123047, 2.151982545852661, 1.5942485332489014, 1.5942485332489014, 2.151982545852661, 1.9079740047454834, 2.1694118976593018, 1.8556864261627197, 1.7511112689971924, 1.9079740047454834, 2.117124319076538, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6813944578170776, 1.803398847579956, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.0365142822265625, 0.4090631604194641, 0.7053595781326294, 0.35677558183670044, 1.1933770179748535, 1.332810640335083, 1.5768193006515503, 0.6356428265571594, -0.3055337369441986, -0.39267969131469727, -0.44496726989746094, -0.8109803795814514, -0.619259238243103, -0.1312417984008789, 1.646536111831665, -0.9678431153297424, -0.7935512065887451, 0.3742047846317291, -0.7238344550132751, -1.4558604955673218, -1.0201307535171509, -1.0027015209197998, -0.3578213155269623, -0.3229629397392273, 1.1236603260040283, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.2805230617523193, 1.2456645965576172, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.2805230617523193, 1.611677646636963, 2.1345534324645996, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.2216994762420654, 2.0996949672698975, 2.0125491619110107, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8208279609680176, 1.785969614982605, 1.9776906967163086, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.9079740047454834, 1.785969614982605, 1.332810640335083, 0.827363908290863, 0.8622223138809204, 1.5419609546661377, 1.2456645965576172, 1.4199565649032593, 1.646536111831665, 1.2282354831695557, 1.158518671989441, 1.646536111831665, 1.8731155395507812, 1.7162528038024902, 2.0648367404937744, 1.9079740047454834, 1.9776906967163086, 1.8731155395507812, 1.9776906967163086, 1.8556864261627197, 1.7336820363998413, 1.611677646636963, 0.44392168521881104, -0.09638340771198273, 0.5659260153770447, 2.0299782752990723, 1.0365142822265625, 0.28705883026123047, 0.6182135939598083, 0.5659260153770447, 0.07790851593017578, -0.1312417984008789, -0.3055337369441986, 1.1236603260040283, 1.4199565649032593, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 0.8447931408882141, 1.2108062505722046, 1.4373857975006104, 1.332810640335083, 1.3850982189178467, 1.1062309741973877, 1.3850982189178467, 1.4548149108886719, 1.2282354831695557, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 0.670501172542572, 0.827363908290863, 0.8970807194709778, 0.7925055623054504, 1.1410894393920898, 1.1933770179748535, 1.0365142822265625, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 1.071372628211975, 1.315381407737732, 1.4199565649032593, 1.489673376083374, 1.2108062505722046, 1.472244143486023, 1.3676689863204956, 1.4025273323059082, 1.5942485332489014, 1.489673376083374, 1.175947904586792, -0.21838775277137756, -1.1421350240707397, -1.0027015209197998, 0.8447931408882141, 0.7227887511253357, 1.7162528038024902, 1.6988236904144287, 1.960261583328247, 2.1345534324645996, 1.8731155395507812, 2.047407388687134, 1.9776906967163086, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 1.9776906967163086, 1.7511112689971924, 1.5419609546661377, 2.0648367404937744, 2.151982545852661, 2.0648367404937744, 1.8905447721481323, 1.768540382385254, 1.4373857975006104, 1.7511112689971924, 1.5768193006515503, 0.984226644039154, 1.803398847579956, 1.3850982189178467, 1.611677646636963, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.8382571935653687, 2.239128589630127, 1.960261583328247, 1.1410894393920898, -0.3403921127319336, -0.7238344550132751, -0.18352937698364258, 0.6356428265571594, -0.1312417984008789, -0.3403921127319336, 1.0016558170318604, -0.21838775277137756, -0.8806971907615662, 1.2456645965576172, -0.23581695556640625, -1.0201307535171509, -0.9504139423370361, -0.8981263637542725, -0.42753809690475464, -0.3403921127319336, 1.489673376083374, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7336820363998413, 1.6813944578170776, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.489673376083374, 1.646536111831665, 1.8905447721481323, 2.1345534324645996, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.2914161682128906, 2.239128589630127, 2.1345534324645996, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.117124319076538, 2.0996949672698975, 1.9776906967163086, 1.8905447721481323, 1.9079740047454834, 1.8556864261627197, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.071372628211975, 0.7925055623054504, 1.315381407737732, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.7162528038024902, 1.5768193006515503, 1.8208279609680176, 1.785969614982605, 1.8905447721481323, 1.925403118133545, 2.117124319076538, 1.942832350730896, 1.8731155395507812, 1.9776906967163086, 1.9079740047454834, 1.5593900680541992, 0.827363908290863, 1.472244143486023, 1.0190850496292114, 0.6879304051399231, 0.2696296274662018, 1.9951199293136597, 1.5419609546661377, 1.2282354831695557, 1.0190850496292114, 0.6879304051399231, 0.7925055623054504, 1.2282354831695557, 0.4613508880138397, 1.2108062505722046, 0.9667974710464478, 1.0888018608093262, 0.9493682980537415, 1.1236603260040283, 1.4199565649032593, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.3676689863204956, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 0.8796514868736267, 0.984226644039154, 0.9667974710464478, 0.8796514868736267, 0.9145098924636841, 0.7925055623054504, 0.7227887511253357, 0.827363908290863, 1.315381407737732, 1.2108062505722046, 1.1236603260040283, 1.0190850496292114, 1.1062309741973877, 1.2979521751403809, 1.2108062505722046, 1.4373857975006104, 1.6639652252197266, 1.768540382385254, 1.489673376083374, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 0.6182135939598083, -0.9678431153297424, -1.0027015209197998, 1.332810640335083, 1.8208279609680176, 2.0125491619110107, 1.8556864261627197, 1.8731155395507812, 2.117124319076538, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 2.117124319076538, 2.204270124435425, 1.9951199293136597, 1.960261583328247, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.047407388687134, 1.332810640335083, 2.0125491619110107, 2.151982545852661, 1.7511112689971924, 1.2456645965576172, 2.2565577030181885, 1.8731155395507812, 1.7511112689971924, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 1.5768193006515503, 1.175947904586792, 1.5071024894714355, 1.0888018608093262, 1.0190850496292114, 0.5659260153770447, 1.611677646636963, -0.5146840810775757, -0.3578213155269623, -0.2881045341491699, -0.37525051832199097, -0.8284096121788025, 0.7227887511253357, 0.7925055623054504, -0.532113254070282, 0.14762529730796814, 0.11276690661907196, -0.5669716596603394, -0.4972548484802246, -0.1486709862947464, -0.21838775277137756, -0.3229629397392273, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.175947904586792, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.8905447721481323, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.361132860183716, 2.4134204387664795, 2.3785619735717773, 2.308845281600952, 2.204270124435425, 2.117124319076538, 2.082265853881836, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.960261583328247, 1.8905447721481323, 1.8208279609680176, 1.8208279609680176, 1.6639652252197266, 1.942832350730896, 1.960261583328247, 2.1345534324645996, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.8208279609680176, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.5768193006515503, 1.8556864261627197, 1.9079740047454834, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.6813944578170776, 1.8208279609680176, 1.2456645965576172, 1.8208279609680176, 0.42649248242378235, 1.2456645965576172, 1.5419609546661377, 1.8382571935653687, 1.2630938291549683, 1.5245317220687866, 1.4548149108886719, 1.7336820363998413, 1.175947904586792, 1.0190850496292114, 0.6356428265571594, 1.4548149108886719, 0.984226644039154, 1.3676689863204956, 0.513638436794281, 1.1236603260040283, 1.1933770179748535, 0.8622223138809204, 1.1410894393920898, 0.9319390654563904, 1.2630938291549683, 0.8970807194709778, 1.071372628211975, 1.158518671989441, 1.0365142822265625, 1.1062309741973877, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.332810640335083, 0.9145098924636841, 1.1062309741973877, 1.3850982189178467, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.3850982189178467, 1.2282354831695557, 1.3850982189178467, 1.646536111831665, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.472244143486023, 1.5245317220687866, 1.0190850496292114, -0.07895421981811523, -1.1247059106826782, -0.04409583657979965, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2979521751403809, 1.7336820363998413, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.1868410110473633, 2.0996949672698975, 1.6988236904144287, 1.768540382385254, 1.925403118133545, 2.204270124435425, 2.2216994762420654, 2.3785619735717773, 1.472244143486023, 1.8382571935653687, 1.5071024894714355, 1.5419609546661377, 1.9776906967163086, 1.7336820363998413, 1.942832350730896, 0.8796514868736267, 1.785969614982605, 0.8622223138809204, 1.5942485332489014, 1.315381407737732, 1.8556864261627197, 1.6813944578170776, 1.8556864261627197, 1.4548149108886719, 1.3502397537231445, 0.478780061006546, -0.39267969131469727, -0.3578213155269623, -0.026666639372706413, -0.3403921127319336, -0.8458387851715088, 0.11276690661907196, 0.9667974710464478, -0.7586928009986877, -0.04409583657979965, 0.0430501289665699, -0.4623964726924896, -0.5146840810775757, -0.44496726989746094, -0.4798256754875183, 0.02562093921005726, 1.332810640335083, 1.2456645965576172, 1.2282354831695557, 1.175947904586792], [1.960261583328247, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.5942485332489014, 1.6639652252197266, 1.8905447721481323, 2.2216994762420654, 2.2914161682128906, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.239128589630127, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8905447721481323, 1.9776906967163086, 1.9951199293136597, 1.8905447721481323, 1.8382571935653687, 1.9079740047454834, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.7162528038024902, 1.925403118133545, 1.9776906967163086, 1.942832350730896, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 1.9776906967163086, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.785969614982605, 1.7162528038024902, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.3850982189178467, 1.3502397537231445, 1.175947904586792, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 1.2282354831695557, 1.2630938291549683, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 0.984226644039154, 0.9493682980537415, 1.1062309741973877, 0.9667974710464478, 0.7402179837226868, 0.827363908290863, 1.1236603260040283, 1.2108062505722046, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.1933770179748535, 1.7162528038024902, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.7336820363998413, 1.5593900680541992, 1.5245317220687866, 1.315381407737732, 0.600784420967102, -0.42753809690475464, -0.39267969131469727, 0.6356428265571594, 0.9667974710464478, 1.925403118133545, 1.9951199293136597, 1.7511112689971924, 1.6988236904144287, 2.1345534324645996, 1.942832350730896, 2.0996949672698975, 2.117124319076538, 2.2565577030181885, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.047407388687134, 1.5942485332489014, 1.5768193006515503, 1.4025273323059082, 1.8382571935653687, 1.8905447721481323, 1.5593900680541992, 1.960261583328247, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 0.7750763297080994, 1.6988236904144287, 1.2979521751403809, 1.2805230617523193, 1.803398847579956, 1.6813944578170776, 2.047407388687134, 1.5593900680541992, 2.0299782752990723, 1.7336820363998413, 1.2805230617523193, -0.04409583657979965, -0.8806971907615662, -0.6366884112358093, -0.7586928009986877, -0.9155555367469788, -0.8458387851715088, 0.6530719995498657, -1.0027015209197998, -0.3229629397392273, 0.16505448520183563, -0.1312417984008789, -0.42753809690475464, -0.3403921127319336, -0.532113254070282, 0.6356428265571594, 1.315381407737732, 1.1933770179748535, 1.1236603260040283], [1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.3676689863204956, 1.489673376083374, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.785969614982605, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.4548149108886719, 1.4373857975006104, 1.472244143486023, 1.3502397537231445, 1.4025273323059082, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.646536111831665, 1.7511112689971924, 1.8382571935653687, 1.646536111831665, 1.5419609546661377, 1.8556864261627197, 1.5593900680541992, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2456645965576172, 0.7227887511253357, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.071372628211975, 0.9319390654563904, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.8447931408882141, 1.2282354831695557, 1.315381407737732, 1.2456645965576172, 1.3676689863204956, 1.2108062505722046, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.2456645965576172, 1.489673376083374, 1.1410894393920898, -0.23581695556640625, -0.532113254070282, -0.3229629397392273, 1.4199565649032593, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 2.0299782752990723, 2.0125491619110107, 2.1694118976593018, 1.8556864261627197, 2.1694118976593018, 1.768540382385254, 1.9776906967163086, 2.0648367404937744, 2.204270124435425, 1.4373857975006104, 1.3502397537231445, 1.960261583328247, 1.803398847579956, 1.646536111831665, 1.8556864261627197, 2.0996949672698975, 1.7162528038024902, 1.925403118133545, 1.8382571935653687, 2.0648367404937744, 1.9079740047454834, 1.4025273323059082, 1.8556864261627197, 1.2282354831695557, 1.5419609546661377, 1.3850982189178467, 1.7511112689971924, 1.768540382385254, 1.6813944578170776, 1.489673376083374, 2.047407388687134, 1.332810640335083, 1.8208279609680176, 1.0365142822265625, -0.1486709862947464, -1.0375598669052124, -0.8109803795814514, -0.6541175842285156, -0.8981263637542725, -0.7935512065887451, 0.30448800325393677, -1.0375598669052124, -0.5495424270629883, 0.06047932058572769, -0.06152502819895744, -0.026666639372706413, -0.3229629397392273, -0.44496726989746094, 1.1933770179748535, 1.2456645965576172, 1.0888018608093262], [1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.5419609546661377, 1.7162528038024902, 1.960261583328247, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.204270124435425, 2.117124319076538, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.785969614982605, 1.7162528038024902, 1.6813944578170776, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.5419609546661377, 1.489673376083374, 1.7162528038024902, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 2.082265853881836, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.803398847579956, 1.611677646636963, 1.629106879234314, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.6988236904144287, 1.629106879234314, 1.3502397537231445, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.3850982189178467, 1.158518671989441, 1.2456645965576172, 1.4199565649032593, 1.0016558170318604, 1.1410894393920898, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 1.0365142822265625, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.158518671989441, 1.1410894393920898, 0.9493682980537415, 1.2630938291549683, 1.4199565649032593, 1.2456645965576172, 1.175947904586792, 1.472244143486023, 1.3676689863204956, 1.053943395614624, 1.3676689863204956, 1.489673376083374, 1.472244143486023, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.158518671989441, -0.18352937698364258, -1.0375598669052124, 0.14762529730796814, 1.1062309741973877, 1.8382571935653687, 1.7336820363998413, 2.0299782752990723, 2.1868410110473633, 1.5071024894714355, 2.0125491619110107, 1.8905447721481323, 2.0996949672698975, 2.1345534324645996, 1.7511112689971924, 1.5942485332489014, 2.0299782752990723, 1.5593900680541992, 1.960261583328247, 1.472244143486023, 1.8208279609680176, 1.7336820363998413, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 1.2805230617523193, 1.7162528038024902, 1.942832350730896, 1.4373857975006104, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.8905447721481323, 1.9776906967163086, 1.3676689863204956, 1.803398847579956, 2.082265853881836, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 0.8970807194709778, 0.4090631604194641, -0.9329847693443298, -0.9155555367469788, -0.7935512065887451, -0.8981263637542725, -0.6366884112358093, -0.5146840810775757, -1.089847445487976, -0.41010889410972595, -0.09638340771198273, -0.1661001741886139, 0.2696296274662018, -0.4798256754875183, -0.6541175842285156, 1.4199565649032593, 1.0888018608093262], [1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.7336820363998413, 1.8731155395507812, 2.0299782752990723, 2.151982545852661, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0648367404937744, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8731155395507812, 1.6639652252197266, 1.6988236904144287, 1.5245317220687866, 1.4373857975006104, 1.472244143486023, 1.2979521751403809, 1.175947904586792, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.5593900680541992, 1.6813944578170776, 1.158518671989441, 1.2805230617523193, 1.5071024894714355, 1.611677646636963, 1.768540382385254, 1.4199565649032593, 1.5593900680541992, 1.925403118133545, 1.925403118133545, 1.942832350730896, 2.0125491619110107, 1.8556864261627197, 1.768540382385254, 1.8382571935653687, 1.9951199293136597, 1.8382571935653687, 1.5942485332489014, 1.489673376083374, 1.3676689863204956, 1.7336820363998413, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.3502397537231445, 1.158518671989441, 1.3676689863204956, 1.3850982189178467, 0.7925055623054504, 0.478780061006546, 1.3850982189178467, 0.9145098924636841, 1.158518671989441, 1.053943395614624, 1.1933770179748535, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 0.6356428265571594, 0.7925055623054504, 0.9667974710464478, 1.2805230617523193, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.2805230617523193, 0.9319390654563904, 1.332810640335083, 0.33934640884399414, 1.2282354831695557, 1.1933770179748535, 1.0888018608093262, 1.5593900680541992, 1.6639652252197266, 1.5768193006515503, 1.6813944578170776, 1.5593900680541992, 1.6988236904144287, 1.5768193006515503, 1.5942485332489014, 1.1062309741973877, 0.44392168521881104, -0.8981263637542725, -0.7238344550132751, 1.332810640335083, 1.4373857975006104, 1.5593900680541992, 1.9776906967163086, 1.4025273323059082, 2.239128589630127, 2.1345534324645996, 2.047407388687134, 2.3437037467956543, 2.0299782752990723, 1.942832350730896, 2.047407388687134, 1.925403118133545, 1.942832350730896, 1.785969614982605, 2.0648367404937744, 2.047407388687134, 1.5768193006515503, 1.768540382385254, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.0888018608093262, 1.5071024894714355, 1.8208279609680176, 1.332810640335083, 1.071372628211975, 1.0888018608093262, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 1.0365142822265625, 0.7053595781326294, 1.1236603260040283, 1.2108062505722046, 0.984226644039154, 1.0365142822265625, 1.4373857975006104, 0.42649248242378235, 0.513638436794281, 0.11276690661907196, -0.8632679581642151, -0.9504139423370361, -0.8284096121788025, -0.619259238243103, -0.688975989818573, -0.9504139423370361, -0.6366884112358093, -0.5495424270629883, -0.07895421981811523, -0.1312417984008789, -0.39267969131469727, -0.688975989818573, -0.619259238243103, 2.204270124435425], [1.8556864261627197, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.9776906967163086, 2.1345534324645996, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.942832350730896, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.7336820363998413, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.803398847579956, 1.8382571935653687, 1.803398847579956, 1.785969614982605, 1.5768193006515503, 1.5071024894714355, 1.6988236904144287, 1.7336820363998413, 1.5071024894714355, 1.472244143486023, 1.3502397537231445, 1.5942485332489014, 1.8208279609680176, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.611677646636963, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 1.768540382385254, 1.8208279609680176, 1.472244143486023, 1.315381407737732, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.1410894393920898, 1.071372628211975, 0.9667974710464478, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.8796514868736267, 0.7576471567153931, 1.071372628211975, 1.0888018608093262, 0.9319390654563904, 1.053943395614624, 1.158518671989441, 1.0190850496292114, 0.9493682980537415, 0.4613508880138397, 0.7053595781326294, 0.7750763297080994, 1.071372628211975, 0.9319390654563904, 1.1933770179748535, 1.2108062505722046, 0.8970807194709778, 0.8970807194709778, 1.2108062505722046, 1.1933770179748535, 1.5942485332489014, 1.5071024894714355, 1.5419609546661377, 1.6639652252197266, 1.768540382385254, 1.7511112689971924, 1.5942485332489014, 1.4025273323059082, 0.6879304051399231, -1.0549890995025635, -0.5495424270629883, 0.02562093921005726, 0.28705883026123047, 1.8731155395507812, 1.611677646636963, 1.646536111831665, 2.082265853881836, 2.395991325378418, 1.960261583328247, 1.768540382385254, 1.960261583328247, 2.239128589630127, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 2.2914161682128906, 1.8382571935653687, 1.7162528038024902, 1.7511112689971924, 1.646536111831665, 1.7511112689971924, 1.942832350730896, 1.5071024894714355, 1.7511112689971924, 1.4199565649032593, 1.2456645965576172, 0.9493682980537415, 0.9319390654563904, 0.5833552479743958, 0.827363908290863, 0.8447931408882141, 0.9145098924636841, 0.9319390654563904, 0.7925055623054504, 0.7402179837226868, 0.9493682980537415, 0.5833552479743958, 0.4962092638015747, 1.053943395614624, 0.44392168521881104, 1.053943395614624, 1.0365142822265625, -0.09638340771198273, -0.7064052224159241, -0.9852723479270935, -0.8109803795814514, -0.8632679581642151, -0.7412636280059814, -0.9504139423370361, -0.7586928009986877, -0.37525051832199097, -0.18352937698364258, -0.27067533135414124, -0.4623964726924896, -0.5146840810775757, 0.008191745728254318], [1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.0648367404937744, 1.9776906967163086, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.646536111831665, 1.472244143486023, 1.4025273323059082, 1.3502397537231445, 1.5768193006515503, 1.785969614982605, 1.629106879234314, 1.8905447721481323, 1.7162528038024902, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8208279609680176, 1.768540382385254, 1.803398847579956, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.629106879234314, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.5593900680541992, 1.785969614982605, 1.175947904586792, 1.629106879234314, 1.5768193006515503, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.175947904586792, 1.2108062505722046, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.071372628211975, 0.7402179837226868, 0.600784420967102, 0.8622223138809204, 0.670501172542572, 0.9319390654563904, 0.9667974710464478, 0.9145098924636841, 1.0016558170318604, 1.0888018608093262, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.071372628211975, 0.8796514868736267, 1.0016558170318604, 0.7750763297080994, 1.071372628211975, 0.8447931408882141, 1.0888018608093262, 1.2108062505722046, 1.0888018608093262, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.785969614982605, 1.611677646636963, 1.489673376083374, 1.5593900680541992, 1.5245317220687866, 0.670501172542572, -0.7586928009986877, -0.9504139423370361, 0.33934640884399414, 0.2696296274662018, 1.0190850496292114, 1.8382571935653687, 2.308845281600952, 1.960261583328247, 1.785969614982605, 1.7336820363998413, 1.803398847579956, 2.204270124435425, 1.803398847579956, 1.9951199293136597, 1.8731155395507812, 2.082265853881836, 1.5419609546661377, 1.7162528038024902, 1.8208279609680176, 1.960261583328247, 1.6988236904144287, 2.308845281600952, 1.6639652252197266, 1.7162528038024902, 1.2805230617523193, 1.158518671989441, 0.984226644039154, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.7925055623054504, 1.053943395614624, 0.6879304051399231, 0.8447931408882141, 0.670501172542572, 1.2108062505722046, 1.2456645965576172, 1.3676689863204956, 1.4025273323059082, 0.13019609451293945, -0.5495424270629883, -1.1421350240707397, -0.688975989818573, -0.7761220335960388, -0.6366884112358093, -0.8109803795814514, -0.6715468168258667, -0.7935512065887451, -0.20095856487751007, 0.11276690661907196, -0.5495424270629883, -0.5495424270629883], [1.7336820363998413, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 2.151982545852661, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.7336820363998413, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.6813944578170776, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 1.768540382385254, 1.2630938291549683, 1.489673376083374, 1.4373857975006104, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.6639652252197266, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.5419609546661377, 1.5593900680541992, 1.4548149108886719, 1.629106879234314, 1.2108062505722046, 1.071372628211975, 1.5071024894714355, 1.5419609546661377, 1.2456645965576172, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.158518671989441, 0.8970807194709778, 0.670501172542572, 1.2630938291549683, 0.827363908290863, 0.5659260153770447, 1.2282354831695557, 0.7402179837226868, 1.1933770179748535, 0.7925055623054504, 0.8796514868736267, 0.827363908290863, 1.3502397537231445, 1.315381407737732, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.3676689863204956, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.5071024894714355, 1.785969614982605, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.332810640335083, -0.37525051832199097, -0.7238344550132751, -0.4972548484802246, 0.7227887511253357, 1.0190850496292114, 1.9079740047454834, 1.646536111831665, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 1.7162528038024902, 1.9079740047454834, 1.8731155395507812, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.629106879234314, 1.8382571935653687, 1.8556864261627197, 1.803398847579956, 1.9951199293136597, 1.3676689863204956, 1.5245317220687866, 1.158518671989441, 0.7750763297080994, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9319390654563904, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 0.8796514868736267, 1.0888018608093262, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.1933770179748535, 1.0016558170318604, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.2108062505722046, -0.8458387851715088, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -0.7238344550132751, -0.8109803795814514, -0.6715468168258667, -1.2118518352508545, 0.44392168521881104, -0.09638340771198273, -0.5495424270629883], [1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.8556864261627197, 1.9776906967163086, 2.082265853881836, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.646536111831665, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.4199565649032593, 1.9079740047454834, 1.9776906967163086, 1.5245317220687866, 1.4373857975006104, 1.6639652252197266, 1.3676689863204956, 1.611677646636963, 1.6988236904144287, 1.5768193006515503, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.4025273323059082, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.611677646636963, 1.6639652252197266, 1.2630938291549683, 1.2630938291549683, 1.6639652252197266, 1.4548149108886719, 1.4025273323059082, 1.5071024894714355, 1.315381407737732, 1.2456645965576172, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.071372628211975, 1.2282354831695557, 1.071372628211975, 0.984226644039154, 1.2108062505722046, 1.332810640335083, 1.2979521751403809, 0.7227887511253357, 0.8099347352981567, 1.0016558170318604, 1.071372628211975, 0.670501172542572, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 0.9493682980537415, 0.7053595781326294, 0.984226644039154, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5071024894714355, 1.8382571935653687, 1.6813944578170776, 1.5768193006515503, 1.5768193006515503, 1.6639652252197266, 1.6988236904144287, 1.4548149108886719, 0.33934640884399414, -0.4623964726924896, -1.0724183320999146, 0.44392168521881104, 0.44392168521881104, 1.2456645965576172, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.646536111831665, 1.611677646636963, 2.1345534324645996, 1.7162528038024902, 1.8731155395507812, 1.8556864261627197, 1.7511112689971924, 1.332810640335083, 1.2456645965576172, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.1933770179748535, 1.2979521751403809, 1.3502397537231445, 1.6813944578170776, -0.7064052224159241, -1.1072766780853271, -0.9329847693443298, -0.8458387851715088, -0.8109803795814514, -0.8284096121788025, -0.7935512065887451, -1.0201307535171509, 1.0888018608093262, -0.3055337369441986], [1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.942832350730896, 2.0648367404937744, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0648367404937744, 1.9951199293136597, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6639652252197266, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.6813944578170776, 1.611677646636963, 1.6813944578170776, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.472244143486023, 1.5419609546661377, 1.7162528038024902, 1.8731155395507812, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.472244143486023, 1.4199565649032593, 1.5768193006515503, 1.4199565649032593, 1.611677646636963, 1.6988236904144287, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.6639652252197266, 1.5419609546661377, 1.5071024894714355, 1.2456645965576172, 1.2456645965576172, 1.1062309741973877, 0.8970807194709778, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 1.158518671989441, 1.0016558170318604, 1.053943395614624, 0.7750763297080994, 0.670501172542572, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 1.1236603260040283, 1.1236603260040283, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.611677646636963, 1.5593900680541992, 1.5419609546661377, 1.6639652252197266, 1.5942485332489014, 1.8382571935653687, 1.5245317220687866, 1.315381407737732, -0.20095856487751007, -0.8632679581642151, -0.9678431153297424, 0.2347712516784668, 1.0365142822265625, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.5768193006515503, 1.8556864261627197, 1.8382571935653687, 1.9951199293136597, 1.646536111831665, 1.9951199293136597, 1.5419609546661377, 1.5942485332489014, 2.0299782752990723, 1.768540382385254, 1.785969614982605, 0.7227887511253357, 1.2282354831695557, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.332810640335083, 0.984226644039154, -0.9678431153297424, -1.1421350240707397, -0.9678431153297424, -0.8981263637542725, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, 1.1236603260040283], [1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.925403118133545, 1.9776906967163086, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4373857975006104, 1.2979521751403809, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.646536111831665, 1.8556864261627197, 1.8731155395507812, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.7162528038024902, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.315381407737732, 1.2630938291549683, 1.4199565649032593, 1.5419609546661377, 1.6639652252197266, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.4373857975006104, 1.472244143486023, 1.611677646636963, 1.7336820363998413, 1.3676689863204956, 1.5593900680541992, 1.3676689863204956, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.158518671989441, 0.9667974710464478, 0.9319390654563904, 1.4548149108886719, 1.1236603260040283, 1.1062309741973877, 0.8796514868736267, 0.9667974710464478, 1.071372628211975, 0.827363908290863, 0.8447931408882141, 1.0190850496292114, 0.8447931408882141, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.3676689863204956, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.1933770179748535, -0.2881045341491699, -0.25324615836143494, -0.20095856487751007, 0.5310676693916321, 1.175947904586792, 0.4090631604194641, 0.8622223138809204, 1.6988236904144287, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.942832350730896, 1.7162528038024902, 1.9079740047454834, 1.5593900680541992, 0.8099347352981567, 1.175947904586792, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.3676689863204956, 0.18248367309570312, -1.1247059106826782, -0.9504139423370361, -0.7935512065887451, -0.8458387851715088, -0.9678431153297424, -0.9329847693443298], [1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.960261583328247, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.2805230617523193, 1.5768193006515503, 1.611677646636963, 1.8208279609680176, 1.785969614982605, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.7336820363998413, 1.7336820363998413, 1.5593900680541992, 1.5942485332489014, 1.2805230617523193, 1.3676689863204956, 1.629106879234314, 1.489673376083374, 1.4199565649032593, 1.611677646636963, 1.629106879234314, 1.7162528038024902, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.611677646636963, 1.7162528038024902, 1.646536111831665, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5593900680541992, 1.7336820363998413, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.332810640335083, 1.071372628211975, 1.4373857975006104, 1.2108062505722046, 0.7750763297080994, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.2108062505722046, 1.2630938291549683, 0.827363908290863, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 1.053943395614624, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.4548149108886719, 1.7511112689971924, 1.489673376083374, 1.332810640335083, 1.5071024894714355, 1.611677646636963, 1.6813944578170776, 1.7336820363998413, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.629106879234314, 1.315381407737732, -0.06152502819895744, -0.3403921127319336, 0.5484968423843384, 0.06047932058572769, -0.1486709862947464, 1.646536111831665, 1.5071024894714355, 1.960261583328247, 1.7511112689971924, 1.7162528038024902, 1.960261583328247, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.2108062505722046, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.472244143486023, 0.06047932058572769, -1.333856225013733, -1.089847445487976, -1.0027015209197998, -1.0549890995025635], [1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.7336820363998413, 1.8382571935653687, 1.803398847579956, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.0299782752990723, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.5245317220687866, 1.611677646636963, 1.3502397537231445, 0.8622223138809204, 1.489673376083374, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.472244143486023, 1.611677646636963, 1.629106879234314, 1.472244143486023, 1.5593900680541992, 1.5419609546661377, 1.646536111831665, 1.3676689863204956, 1.472244143486023, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.7162528038024902, 1.5245317220687866, 1.5071024894714355, 1.315381407737732, 1.0888018608093262, 1.6639652252197266, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 1.3676689863204956, 1.158518671989441, 1.1410894393920898, 1.0365142822265625, 1.053943395614624, 0.7750763297080994, 0.9667974710464478, 0.6879304051399231, 0.9319390654563904, 1.0190850496292114, 1.0888018608093262, 1.0190850496292114, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9145098924636841, 1.2805230617523193, 0.9493682980537415, 1.1062309741973877, 1.3502397537231445, 1.4025273323059082, 1.315381407737732, 1.5419609546661377, 1.158518671989441, 1.4025273323059082, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.611677646636963, 1.7511112689971924, 1.3850982189178467, 0.8796514868736267, -0.3229629397392273, -0.7064052224159241, -0.18352937698364258, 0.35677558183670044, 1.1062309741973877, 1.472244143486023, 1.942832350730896, 1.7162528038024902, 1.7162528038024902, 1.9951199293136597, 1.8556864261627197, 1.5942485332489014, 1.803398847579956, 1.611677646636963, 1.5593900680541992, 1.3850982189178467, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 0.5659260153770447, -1.2292810678482056, -1.0549890995025635], [1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7511112689971924, 1.8556864261627197, 2.0996949672698975, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.1694118976593018, 2.0996949672698975, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.5768193006515503, 1.5419609546661377, 1.768540382385254, 1.785969614982605, 1.6988236904144287, 1.5593900680541992, 1.489673376083374, 1.315381407737732, 1.4373857975006104, 1.472244143486023, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.5942485332489014, 1.6813944578170776, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.5942485332489014, 1.3676689863204956, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.332810640335083, 1.2282354831695557, 1.4199565649032593, 1.1062309741973877, 1.2282354831695557, 1.1410894393920898, 1.175947904586792, 0.8099347352981567, 1.175947904586792, 0.8796514868736267, 0.9493682980537415, 1.1933770179748535, 1.1933770179748535, 1.053943395614624, 0.9493682980537415, 1.0365142822265625, 1.2282354831695557, 1.0365142822265625, 0.8447931408882141, 1.332810640335083, 1.0365142822265625, 1.332810640335083, 1.4025273323059082, 1.2979521751403809, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.7162528038024902, 1.768540382385254, 1.6639652252197266, 1.7511112689971924, 1.6639652252197266, 1.5593900680541992, 0.2347712516784668, -0.7238344550132751, -0.8632679581642151, -0.7412636280059814, 0.28705883026123047, 1.158518671989441, 1.6988236904144287, 1.8731155395507812, 1.7162528038024902, 1.942832350730896, 0.7227887511253357, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.4199565649032593, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 1.315381407737732, 1.2805230617523193, 1.4199565649032593], [1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.8731155395507812, 1.9951199293136597, 2.0996949672698975, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0125491619110107, 1.9776906967163086, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.629106879234314, 1.5419609546661377, 1.5768193006515503, 1.6813944578170776, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.8382571935653687, 1.768540382385254, 1.7511112689971924, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.2456645965576172, 1.2282354831695557, 1.489673376083374, 1.071372628211975, 1.1062309741973877, 1.5593900680541992, 1.4025273323059082, 1.5593900680541992, 1.5245317220687866, 1.6813944578170776, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.6813944578170776, 1.5942485332489014, 1.5419609546661377, 1.646536111831665, 1.5942485332489014, 1.5071024894714355, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.5419609546661377, 1.6813944578170776, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.3676689863204956, 1.4548149108886719, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.1062309741973877, 1.158518671989441, 1.0365142822265625, 0.9667974710464478, 1.053943395614624, 1.0190850496292114, 1.2630938291549683, 1.1236603260040283, 1.3502397537231445, 1.2456645965576172, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 0.9493682980537415, 1.175947904586792, 1.175947904586792, 1.3676689863204956, 1.175947904586792, 1.4025273323059082, 1.5768193006515503, 1.3676689863204956, 1.5071024894714355, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 1.5768193006515503, 1.6813944578170776, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.7162528038024902, 1.6813944578170776, 1.0365142822265625, 0.13019609451293945, -0.601830005645752, -0.5844008326530457, -0.7238344550132751, 0.5484968423843384, 0.7402179837226868, 1.158518671989441, 1.785969614982605, 0.6356428265571594, 1.2456645965576172, 1.3850982189178467, 1.646536111831665, 1.5593900680541992, 1.4548149108886719, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.8905447721481323, 2.0648367404937744, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5419609546661377, 1.5593900680541992, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, 1.332810640335083, 1.5593900680541992, 1.472244143486023, 1.3850982189178467, 1.5245317220687866, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.5419609546661377, 1.1236603260040283, 1.1062309741973877, 1.4199565649032593, 1.0190850496292114, 1.0016558170318604, 1.1236603260040283, 1.2979521751403809, 1.053943395614624, 1.2108062505722046, 1.2630938291549683, 1.4025273323059082, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.5768193006515503, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.1410894393920898, 1.4199565649032593, 1.4548149108886719, 1.3502397537231445, 1.472244143486023, 1.4025273323059082, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 1.0016558170318604, 0.8970807194709778, 1.1062309741973877, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.315381407737732, 1.0888018608093262, 1.1933770179748535, 1.1410894393920898, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.3850982189178467, 0.7750763297080994, 1.4548149108886719, 1.0190850496292114, 1.472244143486023, 1.4025273323059082, 1.5071024894714355, 1.4199565649032593, 1.5419609546661377, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7162528038024902, 1.332810640335083, 0.827363908290863, 0.42649248242378235, -0.11381260305643082, -0.41010889410972595, -0.1661001741886139, 0.6356428265571594, 0.32191720604896545, 0.5310676693916321, 0.9319390654563904, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4199565649032593, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262], [1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.9776906967163086, 1.925403118133545, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 1.803398847579956, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.6988236904144287, 1.489673376083374, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.768540382385254, 1.6988236904144287, 1.629106879234314, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.175947904586792, 1.071372628211975, 1.2282354831695557, 1.1236603260040283, 0.9493682980537415, 1.1236603260040283, 1.4548149108886719, 1.2979521751403809, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 0.8970807194709778, 1.0365142822265625, 1.2282354831695557, 1.315381407737732, 1.1410894393920898, 1.1410894393920898, 1.315381407737732, 1.4199565649032593, 1.5419609546661377, 1.3676689863204956, 1.4199565649032593, 1.158518671989441, 1.0888018608093262, 1.332810640335083, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.3850982189178467, 1.2456645965576172, 1.1410894393920898, 1.1236603260040283, 1.5071024894714355, 1.2979521751403809, 1.4548149108886719, 1.053943395614624, 0.7750763297080994, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.1062309741973877, 1.2108062505722046, 1.2108062505722046, 1.1410894393920898, 1.158518671989441, 1.0190850496292114, 1.158518671989441, 1.3502397537231445, 1.0190850496292114, 0.9667974710464478, 0.8447931408882141, 1.2456645965576172, 0.7925055623054504, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.2979521751403809, 1.5593900680541992, 1.5071024894714355, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.0888018608093262, 0.9319390654563904, 0.827363908290863, 1.489673376083374, 1.4025273323059082, 1.5419609546661377, 1.5419609546661377, 1.611677646636963, 1.4548149108886719, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975], [1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.960261583328247, 1.942832350730896, 2.117124319076538, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.6813944578170776, 1.472244143486023, 1.5245317220687866, 1.4548149108886719, 1.3850982189178467, 1.5419609546661377, 1.5245317220687866, 1.6639652252197266, 1.611677646636963, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.7511112689971924, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.5419609546661377, 1.315381407737732, 1.1933770179748535, 1.315381407737732, 1.0016558170318604, 1.2979521751403809, 1.4199565649032593, 1.4548149108886719, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.489673376083374, 1.2979521751403809, 1.4199565649032593, 1.158518671989441, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.8970807194709778, 1.2282354831695557, 1.315381407737732, 1.3676689863204956, 0.984226644039154, 1.175947904586792, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.9493682980537415, 1.2805230617523193, 1.4025273323059082, 1.1933770179748535, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.175947904586792, 1.315381407737732, 1.2805230617523193, 0.984226644039154, 0.9319390654563904, 1.0888018608093262, 0.9493682980537415, 0.8447931408882141, 1.071372628211975, 0.7925055623054504, 1.3502397537231445, 1.472244143486023, 1.2456645965576172, 1.2630938291549683, 1.7336820363998413, 1.7162528038024902, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.646536111831665, 1.5419609546661377, 1.611677646636963, 1.8905447721481323, 1.6813944578170776, 1.5768193006515503, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.472244143486023, 1.472244143486023, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625], [1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 1.9951199293136597, 1.9776906967163086, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.803398847579956, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.2805230617523193, 0.8099347352981567, 1.2108062505722046, 1.4373857975006104, 1.4025273323059082, 1.4548149108886719, 1.5768193006515503, 1.4548149108886719, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.0888018608093262, 1.1062309741973877, 0.9667974710464478, 1.2805230617523193, 1.158518671989441, 1.071372628211975, 1.158518671989441, 0.9667974710464478, 0.9667974710464478, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.0365142822265625, 0.9319390654563904, 1.0888018608093262, 1.0190850496292114, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.315381407737732, 1.2979521751403809, 1.1236603260040283, 1.2805230617523193, 1.1933770179748535, 0.984226644039154, 0.9145098924636841, 1.0190850496292114, 0.7227887511253357, 0.5833552479743958, 0.8796514868736267, 1.2805230617523193, 1.4199565649032593, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5419609546661377, 1.4373857975006104, 1.629106879234314, 1.7162528038024902, 1.472244143486023, 1.611677646636963, 1.9079740047454834, 1.6813944578170776, 1.785969614982605, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.6988236904144287, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.768540382385254, 1.5419609546661377, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8382571935653687, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.117124319076538, 2.082265853881836, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.629106879234314, 1.489673376083374, 1.4025273323059082, 1.3502397537231445, 1.4548149108886719, 1.332810640335083, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.5419609546661377, 1.3502397537231445, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.0016558170318604, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.2805230617523193, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.3850982189178467, 1.4199565649032593, 1.315381407737732, 1.472244143486023, 1.2805230617523193, 1.4025273323059082, 1.2630938291549683, 1.5071024894714355, 1.2282354831695557, 1.4548149108886719, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.053943395614624, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.071372628211975, 0.7925055623054504, 0.5833552479743958, 0.9319390654563904, 0.513638436794281, 1.0016558170318604, 1.175947904586792, 1.071372628211975, 1.3676689863204956, 1.489673376083374, 1.3850982189178467, 1.2979521751403809, 1.4373857975006104, 1.5419609546661377, 1.5768193006515503, 1.5419609546661377, 1.332810640335083, 1.785969614982605, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.332810640335083, 1.7511112689971924, 1.7511112689971924, 1.5768193006515503, 1.629106879234314, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.5768193006515503, 1.6988236904144287, 1.7336820363998413, 1.629106879234314, 1.5768193006515503, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.8905447721481323, 2.047407388687134, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8208279609680176, 1.768540382385254, 1.5942485332489014, 1.5245317220687866, 1.3676689863204956, 1.2282354831695557, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.489673376083374, 1.4373857975006104, 1.315381407737732, 1.4199565649032593, 1.2456645965576172, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.071372628211975, 0.827363908290863, 1.071372628211975, 1.1062309741973877, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.3676689863204956, 1.2979521751403809, 1.3850982189178467, 1.2805230617523193, 1.2282354831695557, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.4548149108886719, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.1410894393920898, 1.3676689863204956, 1.332810640335083, 1.0888018608093262, 1.1933770179748535, 1.1933770179748535, 1.5419609546661377, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.053943395614624, 1.2979521751403809, 1.0190850496292114, 0.8447931408882141, 0.670501172542572, 0.827363908290863, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.071372628211975, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.2282354831695557, 1.803398847579956, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.646536111831665, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.7162528038024902, 1.646536111831665, 1.5768193006515503, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.7162528038024902, 1.6988236904144287, 1.5419609546661377, 1.472244143486023, 1.175947904586792, 1.2282354831695557, 1.489673376083374, 1.1410894393920898, 1.158518671989441, 0.9493682980537415, 0.9145098924636841, 1.1236603260040283, 1.4025273323059082, 0.670501172542572, 0.7750763297080994, 1.315381407737732, 1.1933770179748535, 0.827363908290863, 1.315381407737732, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.0016558170318604, 1.158518671989441, 1.5419609546661377, 0.984226644039154, 1.1410894393920898, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.1933770179748535, 1.175947904586792, 1.2282354831695557, 1.175947904586792, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.472244143486023, 1.2282354831695557, 1.2805230617523193, 1.4025273323059082, 1.4373857975006104, 1.5768193006515503, 1.611677646636963, 1.2282354831695557, 1.3502397537231445, 1.3502397537231445, 1.175947904586792, 1.3502397537231445, 1.0888018608093262, 1.0190850496292114, 1.4548149108886719, 1.053943395614624, 0.7925055623054504, 1.4025273323059082, 1.071372628211975, 1.071372628211975, 0.8970807194709778, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.9145098924636841, 1.1062309741973877, 1.1410894393920898, 1.315381407737732, 1.0190850496292114, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.5593900680541992, 1.3676689863204956, 1.4548149108886719, 1.2456645965576172, 1.6988236904144287, 1.5768193006515503, 1.4199565649032593, 1.5768193006515503, 1.6813944578170776, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.629106879234314, 1.6988236904144287, 1.5768193006515503, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141], [1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8382571935653687, 1.925403118133545, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0648367404937744, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 1.4548149108886719, 1.3502397537231445, 1.332810640335083, 1.5071024894714355, 1.3850982189178467, 1.785969614982605, 1.5593900680541992, 1.5768193006515503, 1.5245317220687866, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.3676689863204956, 1.1933770179748535, 1.2282354831695557, 1.3850982189178467, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.158518671989441, 1.332810640335083, 1.1236603260040283, 1.2282354831695557, 1.315381407737732, 1.2108062505722046, 1.2108062505722046, 1.0888018608093262, 1.071372628211975, 0.9145098924636841, 0.984226644039154, 1.071372628211975, 1.0888018608093262, 1.2108062505722046, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.071372628211975, 1.0016558170318604, 1.315381407737732, 1.1062309741973877, 1.3850982189178467, 1.6639652252197266, 1.3502397537231445, 1.2630938291549683, 1.0016558170318604, 0.8622223138809204, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.1410894393920898, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, 0.9145098924636841, 1.0365142822265625, 1.4025273323059082, 1.1933770179748535, 0.9493682980537415, 1.1236603260040283, 1.053943395614624, 1.158518671989441, 1.4025273323059082, 1.5593900680541992, 1.3850982189178467, 0.7053595781326294, 1.5593900680541992, 1.611677646636963, 1.3850982189178467, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.7162528038024902, 1.6639652252197266, 1.6988236904144287, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.6639652252197266, 1.5419609546661377, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863], [1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9776906967163086, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.3502397537231445, 1.2630938291549683, 1.611677646636963, 1.6813944578170776, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4025273323059082, 1.332810640335083, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.2630938291549683, 1.3676689863204956, 1.2805230617523193, 1.1933770179748535, 1.315381407737732, 1.1933770179748535, 1.2805230617523193, 1.1410894393920898, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.2630938291549683, 1.2282354831695557, 1.4199565649032593, 1.3850982189178467, 1.2805230617523193, 1.4548149108886719, 1.4199565649032593, 1.2456645965576172, 0.8970807194709778, 1.2979521751403809, 1.4025273323059082, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2630938291549683, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.0365142822265625, 1.1933770179748535, 1.4199565649032593, 1.315381407737732, 0.8622223138809204, 1.332810640335083, 1.4548149108886719, 1.4548149108886719, 1.5768193006515503, 1.5768193006515503, 1.2630938291549683, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.803398847579956, 1.7511112689971924, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 0.9493682980537415, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.7162528038024902, 1.785969614982605, 1.7511112689971924, 1.611677646636963, 1.6813944578170776, 1.2979521751403809, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.5768193006515503, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2108062505722046, 1.332810640335083, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 0.8099347352981567, 1.0016558170318604, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.315381407737732, 1.053943395614624, 1.3502397537231445, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.472244143486023, 1.5071024894714355, 1.3850982189178467, 1.4548149108886719, 1.158518671989441, 0.9145098924636841, 0.5833552479743958, 0.670501172542572, 0.8796514868736267, 1.0190850496292114, 0.9493682980537415, 1.2979521751403809, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.5593900680541992, 1.4548149108886719, 1.785969614982605, 1.6639652252197266, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.5593900680541992, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.925403118133545, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.332810640335083, 1.3850982189178467, 1.315381407737732, 1.3850982189178467, 1.4548149108886719, 1.3676689863204956, 1.4199565649032593, 1.1933770179748535, 1.2108062505722046, 1.0888018608093262, 1.1062309741973877, 1.2805230617523193, 1.4025273323059082, 1.4548149108886719, 1.3502397537231445, 1.2630938291549683, 1.315381407737732, 1.1410894393920898, 1.175947904586792, 1.3676689863204956, 1.3676689863204956, 1.5593900680541992, 0.827363908290863, 1.1933770179748535, 1.2108062505722046, 1.071372628211975, 1.4373857975006104, 1.4025273323059082, 1.5071024894714355, 1.053943395614624, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3502397537231445, 1.4199565649032593, 1.3676689863204956, 1.3676689863204956, 1.175947904586792, 1.175947904586792, 1.0365142822265625, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 1.1062309741973877, 1.0190850496292114, 1.0888018608093262, 1.3502397537231445, 1.5071024894714355, 1.489673376083374, 1.8556864261627197, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267], [0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.0125491619110107, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.7336820363998413, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.6813944578170776, 1.5071024894714355, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3502397537231445, 1.4199565649032593, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.2979521751403809, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.5245317220687866, 1.5942485332489014, 1.332810640335083, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 0.9145098924636841, 1.158518671989441, 0.827363908290863, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.2456645965576172, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.4199565649032593, 1.472244143486023, 1.5768193006515503, 1.8905447721481323, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.5768193006515503, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267], [0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 2.0648367404937744, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 1.960261583328247, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 2.0648367404937744, 1.9951199293136597, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.785969614982605, 1.7336820363998413, 1.768540382385254, 1.6813944578170776, 1.629106879234314, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.5768193006515503, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.3850982189178467, 1.2456645965576172, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2456645965576172, 1.2979521751403809, 1.2805230617523193, 1.1410894393920898, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.0888018608093262, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.315381407737732, 1.2630938291549683, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.1933770179748535, 1.3502397537231445, 1.4199565649032593, 1.6813944578170776, 1.803398847579956, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.8382571935653687, 1.646536111831665, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204], [0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.942832350730896, 1.9079740047454834, 1.768540382385254, 2.1345534324645996, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.5593900680541992, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.5245317220687866, 1.5071024894714355, 1.611677646636963, 1.5593900680541992, 1.4373857975006104, 1.4025273323059082, 1.315381407737732, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.2805230617523193, 1.3676689863204956, 1.2630938291549683, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.1933770179748535, 1.1236603260040283, 1.2282354831695557, 1.0190850496292114, 1.2630938291549683, 1.175947904586792, 1.3502397537231445, 1.472244143486023, 1.315381407737732, 1.5245317220687866, 1.315381407737732, 0.9145098924636841, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2282354831695557, 1.315381407737732, 1.315381407737732, 1.2108062505722046, 1.3676689863204956, 1.3850982189178467, 1.315381407737732, 1.3502397537231445, 1.629106879234314, 1.7162528038024902, 1.785969614982605, 1.925403118133545, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778], [0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.8905447721481323, 2.0125491619110107, 1.925403118133545, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.803398847579956, 1.8556864261627197, 1.785969614982605, 1.8556864261627197, 1.803398847579956, 1.6639652252197266, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.4199565649032593, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2456645965576172, 1.2630938291549683, 1.071372628211975, 1.3502397537231445, 1.4025273323059082, 1.2805230617523193, 1.071372628211975, 1.0190850496292114, 1.3502397537231445, 1.2805230617523193, 1.4025273323059082, 1.3676689863204956, 1.7336820363998413, 1.5942485332489014, 1.5245317220687866, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.175947904586792, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.489673376083374, 1.611677646636963, 1.489673376083374, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 2.1345534324645996, 2.204270124435425, 2.1868410110473633, 2.0125491619110107, 1.6988236904144287, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415], [0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7576471567153931, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.047407388687134, 2.0125491619110107, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.2805230617523193, 1.2108062505722046, 1.1410894393920898, 1.2630938291549683, 1.3850982189178467, 1.2630938291549683, 1.2108062505722046, 1.2979521751403809, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.489673376083374, 1.4025273323059082, 1.2805230617523193, 1.5245317220687866, 1.3850982189178467, 1.175947904586792, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.768540382385254, 1.803398847579956, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.960261583328247, 2.1345534324645996, 2.2216994762420654, 2.1868410110473633, 1.9951199293136597, 1.611677646636963, 1.3502397537231445, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415], [0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 2.0299782752990723, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8905447721481323, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4548149108886719, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.4548149108886719, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.4199565649032593, 1.472244143486023, 1.3502397537231445, 1.053943395614624, 1.158518671989441, 1.3676689863204956, 1.5419609546661377, 1.6813944578170776, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.925403118133545, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 1.5593900680541992, 1.489673376083374, 1.489673376083374, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8099347352981567, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.9079740047454834, 1.942832350730896, 1.9951199293136597, 2.117124319076538, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.1868410110473633, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.082265853881836, 2.0125491619110107, 1.960261583328247, 1.960261583328247, 2.047407388687134, 1.9951199293136597, 2.047407388687134, 1.960261583328247, 1.8208279609680176, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.489673376083374, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.4548149108886719, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.2979521751403809, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.611677646636963, 1.472244143486023, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.7511112689971924, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.8382571935653687, 1.8905447721481323, 1.646536111831665, 1.2282354831695557, 1.5245317220687866, 1.6988236904144287, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 1.8731155395507812, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.3850982189178467, 1.489673376083374, 1.3676689863204956, 1.1236603260040283, 1.2630938291549683, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.5593900680541992, 1.5593900680541992, 1.768540382385254, 1.8208279609680176, 1.768540382385254, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.768540382385254, 1.803398847579956, 0.1999128758907318, 0.42649248242378235, 0.7576471567153931, 1.3850982189178467, 1.472244143486023, 1.315381407737732, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.5768193006515503, 1.4199565649032593, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.1062309741973877, 1.071372628211975, 1.332810640335083, 1.315381407737732, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.2456645965576172, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.332810640335083, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.629106879234314, 1.6988236904144287, 1.629106879234314, 1.4199565649032593, 1.6988236904144287, 1.7336820363998413, 1.5419609546661377, -0.8458387851715088, -1.5430065393447876, -1.6650108098983765, -1.6824400424957275, -1.3164269924163818, -1.3861438035964966, -1.1944226026535034, 1.472244143486023, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904], [0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 2.047407388687134, 2.151982545852661, 2.1694118976593018, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, 1.0888018608093262, 0.9667974710464478, 1.2456645965576172, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.2630938291549683, 1.0365142822265625, 1.2456645965576172, 1.332810640335083, 1.315381407737732, 1.4373857975006104, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.1410894393920898, 1.4025273323059082, 1.5071024894714355, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.803398847579956, 0.9319390654563904, -1.1944226026535034, -1.6824400424957275, -1.647581696510315, -1.6824400424957275, -1.5952941179275513, -1.5081480741500854, -0.21838775277137756, -1.5255773067474365, 0.7576471567153931, -0.7935512065887451, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.960261583328247, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.785969614982605, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.332810640335083, 1.2630938291549683, 0.9667974710464478, 1.1236603260040283, 1.175947904586792, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.175947904586792, 1.053943395614624, 1.1410894393920898, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.5245317220687866, 1.7511112689971924, 1.768540382385254, 1.646536111831665, -0.41010889410972595, -1.6650108098983765, -1.3512853384017944, -1.403572916984558, -1.2989977598190308, -1.3861438035964966, -1.7347276210784912, -1.6650108098983765, -1.4558604955673218, -1.5604356527328491, -0.8632679581642151, -1.1421350240707397, -0.37525051832199097, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.8622223138809204, 0.8447931408882141, 0.9319390654563904, 1.0016558170318604, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8905447721481323, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.0996949672698975, 2.1868410110473633, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.3262743949890137, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.0996949672698975, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.8208279609680176, 1.7162528038024902, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 1.7336820363998413, 1.7336820363998413, 1.6639652252197266, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.2979521751403809, 1.315381407737732, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.3850982189178467, 1.4199565649032593, 1.2630938291549683, 1.3502397537231445, 1.5245317220687866, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.2979521751403809, -0.04409583657979965, -1.2118518352508545, -1.333856225013733, -1.3687145709991455, -1.5952941179275513, -1.3687145709991455, -1.2989977598190308, -0.4798256754875183, -1.0549890995025635, -0.5146840810775757, 1.5942485332489014, 0.11276690661907196, -1.2989977598190308, -1.2118518352508545, -0.601830005645752, -1.176993489265442, -0.9678431153297424, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3742047846317291, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.5484968423843384, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.151982545852661, 2.2565577030181885, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.4373857975006104, 1.4025273323059082, 1.4373857975006104, 1.4025273323059082, 1.489673376083374, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 1.158518671989441, -0.9504139423370361, -1.1247059106826782, -1.0375598669052124, -1.5604356527328491, -1.5081480741500854, -1.3164269924163818, -1.6650108098983765, -1.5952941179275513, -1.5081480741500854, -1.246710181236267, -0.9155555367469788, -0.601830005645752, -0.25324615836143494, -1.403572916984558, 1.785969614982605, 1.4025273323059082, -1.0724183320999146, -1.1944226026535034, -1.3687145709991455, -0.04409583657979965, -1.5604356527328491, 0.07790851593017578, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 1.942832350730896, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.5768193006515503, 1.5071024894714355, 1.472244143486023, 1.611677646636963, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.5245317220687866, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 1.8731155395507812, 1.0888018608093262, -0.9852723479270935, -1.246710181236267, -1.3164269924163818, -1.1421350240707397, -1.2292810678482056, -1.4210021495819092, -1.4732897281646729, -0.9155555367469788, -1.647581696510315, -1.490718960762024, -1.6301524639129639, -1.5952941179275513, -1.490718960762024, -1.1247059106826782, -0.8806971907615662, -1.5081480741500854, -0.8284096121788025, 1.4199565649032593, 1.6639652252197266, 1.5071024894714355, 1.1236603260040283, 0.6530719995498657, -1.7172983884811401, -0.7761220335960388, 1.472244143486023, 1.3676689863204956, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.2522004544734955, 0.28705883026123047, 0.3742047846317291, 0.4613508880138397, 0.5659260153770447, 0.5833552479743958, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.3437037467956543, 2.361132860183716, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.8731155395507812, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.117124319076538, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.117124319076538, 1.8208279609680176, -0.8981263637542725, -1.246710181236267, -1.0549890995025635, -1.0201307535171509, -0.7064052224159241, -0.7238344550132751, -1.1944226026535034, -1.3512853384017944, -1.5778648853302002, -1.0375598669052124, -1.1421350240707397, 0.13019609451293945, 0.7053595781326294, -1.2815686464309692, -1.1072766780853271, -1.4384313821792603, -1.5081480741500854, -0.1312417984008789, 0.7053595781326294, 1.6813944578170776, 1.4199565649032593, 1.2456645965576172, -1.5430065393447876, -1.0375598669052124, 1.3676689863204956, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.2173420637845993, 0.2696296274662018, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.670501172542572, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.2565577030181885, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.1694118976593018, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 1.7336820363998413, -0.4623964726924896, -1.1944226026535034, -0.21838775277137756, -1.1421350240707397, -0.7412636280059814, -0.601830005645752, -1.1247059106826782, -0.3403921127319336, -1.0549890995025635, -0.7412636280059814, -0.25324615836143494, -1.5952941179275513, 0.06047932058572769, -1.0201307535171509, -1.1421350240707397, -1.2641394138336182, -1.0375598669052124, -1.4558604955673218, -0.21838775277137756, 0.6356428265571594, 0.513638436794281, 0.4090631604194641, 0.9667974710464478, -0.009237446822226048, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.1999128758907318, 0.2522004544734955, 0.33934640884399414, 0.44392168521881104, 0.5310676693916321, 0.5659260153770447, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.1345534324645996, 2.1345534324645996, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 2.2216994762420654, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.5245317220687866, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.4548149108886719, 1.2282354831695557, 1.3850982189178467, -0.42753809690475464, -0.5146840810775757, -0.8109803795814514, -0.9329847693443298, -1.1944226026535034, -0.4623964726924896, -0.39267969131469727, -0.7412636280059814, -1.089847445487976, -1.0724183320999146, -0.7412636280059814, 0.5484968423843384, -0.7238344550132751, -0.9852723479270935, -0.6366884112358093, -1.1944226026535034, -1.2292810678482056, -1.5255773067474365, -0.41010889410972595, 0.3916339874267578, 0.9319390654563904, 0.8970807194709778, 0.478780061006546, 0.7227887511253357, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841], [0.18248367309570312, 0.2173420637845993, 0.30448800325393677, 0.42649248242378235, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.9667974710464478, 1.0190850496292114, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.0996949672698975, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.117124319076538, 1.9776906967163086, 2.1345534324645996, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7336820363998413, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.472244143486023, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.4199565649032593, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.175947904586792, 1.2630938291549683, -0.601830005645752, -0.7064052224159241, -1.1421350240707397, -1.4558604955673218, -1.5255773067474365, -1.5081480741500854, 1.0888018608093262, 0.9493682980537415, -0.21838775277137756, -0.8458387851715088, -0.6715468168258667, -0.5844008326530457, -1.0549890995025635, 0.5484968423843384, -0.3578213155269623, -0.2881045341491699, -1.3164269924163818, -0.11381260305643082, -1.1595642566680908, -1.333856225013733, 0.7402179837226868, 1.071372628211975, 0.7576471567153931, 0.9493682980537415, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.33934640884399414, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.942832350730896, 2.047407388687134, 2.117124319076538, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0996949672698975, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 1.1410894393920898, 1.6813944578170776, 1.8731155395507812, 1.8382571935653687, 1.4548149108886719, 1.0016558170318604, 1.158518671989441, 2.0125491619110107, 2.082265853881836, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6639652252197266, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.315381407737732, -0.44496726989746094, -0.8458387851715088, -1.1944226026535034, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, 1.1933770179748535, 0.0430501289665699, 0.9319390654563904, -0.1661001741886139, -0.4623964726924896, -0.42753809690475464, 0.35677558183670044, 0.4613508880138397, -0.026666639372706413, 0.13019609451293945, -0.27067533135414124, -0.9155555367469788, -0.06152502819895744, -0.18352937698364258, 0.7053595781326294, 0.8622223138809204, 0.8099347352981567, 0.8796514868736267, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.32191720604896545, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.8622223138809204, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.204270124435425, 0.2347712516784668, 0.06047932058572769, -0.09638340771198273, -0.9329847693443298, -1.3164269924163818, -1.5778648853302002, 0.0430501289665699, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, -0.7761220335960388, -0.8632679581642151, -1.3861438035964966, -1.647581696510315, -1.7172983884811401, -0.9852723479270935, 0.5833552479743958, 1.2805230617523193, 1.6988236904144287, 0.827363908290863, -0.2881045341491699, 0.16505448520183563, -1.1421350240707397, -0.23581695556640625, 0.8796514868736267, 0.2696296274662018, -0.7586928009986877, -0.7064052224159241, -0.9678431153297424, -0.532113254070282, -1.0549890995025635, 0.984226644039154, 1.071372628211975, 0.8099347352981567, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204], [0.18248367309570312, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 1.960261583328247, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 2.0648367404937744, 2.0996949672698975, 1.3676689863204956, -0.3229629397392273, -0.5844008326530457, -0.8632679581642151, -1.3687145709991455, -1.490718960762024, -0.9329847693443298, 1.4548149108886719, 1.942832350730896, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4025273323059082, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2456645965576172, 0.7925055623054504, -0.5495424270629883, -1.0549890995025635, -1.4210021495819092, -1.647581696510315, -0.9155555367469788, 1.7336820363998413, 1.803398847579956, 1.7162528038024902, 1.925403118133545, 1.6639652252197266, 0.7053595781326294, 0.16505448520183563, -0.8109803795814514, -0.9155555367469788, 1.175947904586792, 0.5484968423843384, -0.7586928009986877, -0.6366884112358093, -0.026666639372706413, 0.2347712516784668, 0.478780061006546, 1.0888018608093262, 0.4962092638015747, 0.827363908290863, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [0.14762529730796814, 0.18248367309570312, 0.2522004544734955, 0.2696296274662018, 0.3916339874267578, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 2.117124319076538, 2.1868410110473633, 1.8905447721481323, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 2.047407388687134, 2.1345534324645996, -0.3055337369441986, -0.39267969131469727, -0.5844008326530457, -1.2989977598190308, -1.5255773067474365, -1.5255773067474365, -0.026666639372706413, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.315381407737732, -0.11381260305643082, -1.176993489265442, -1.403572916984558, -1.5430065393447876, -0.9329847693443298, 1.5071024894714355, 1.785969614982605, 1.785969614982605, 1.925403118133545, 2.047407388687134, 1.8905447721481323, 1.4548149108886719, 0.7925055623054504, 0.18248367309570312, -0.8458387851715088, 1.1410894393920898, 0.4090631604194641, -0.601830005645752, -0.5669716596603394, -0.44496726989746094, -1.0375598669052124, 0.3742047846317291, 0.8622223138809204, 0.42649248242378235, 0.8796514868736267, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.7925055623054504], [0.14762529730796814, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 2.239128589630127, 2.082265853881836, 2.1345534324645996, 1.8905447721481323, 1.942832350730896, 2.0299782752990723, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.1868410110473633, -0.11381260305643082, -0.009237446822226048, -0.6366884112358093, -1.2118518352508545, -1.4558604955673218, -0.9852723479270935, -0.8284096121788025, 0.9667974710464478, 1.785969614982605, 2.0125491619110107, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.315381407737732, 0.6530719995498657, -1.4732897281646729, 0.32191720604896545, 1.175947904586792, 1.3676689863204956, 1.0888018608093262, 1.7162528038024902, 1.8556864261627197, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 1.960261583328247, 2.0125491619110107, 0.8970807194709778, 0.8447931408882141, -0.8458387851715088, 1.4025273323059082, 0.6182135939598083, -0.4623964726924896, 0.42649248242378235, -0.41010889410972595, -1.2815686464309692, -0.9329847693443298, 0.8622223138809204, 0.513638436794281, 0.8447931408882141, 1.1236603260040283, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931], [0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.3742047846317291, 0.4613508880138397, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.925403118133545, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1868410110473633, 0.5310676693916321, 0.32191720604896545, -0.4623964726924896, -0.6366884112358093, -1.3861438035964966, -1.4384313821792603, -0.41010889410972595, -0.6366884112358093, -0.8458387851715088, -0.6715468168258667, 0.478780061006546, 1.8905447721481323, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.646536111831665, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2979521751403809, 1.2108062505722046, 0.8447931408882141, 0.6879304051399231, 1.071372628211975, 1.8556864261627197, 1.8382571935653687, 1.332810640335083, 1.6988236904144287, 1.6988236904144287, 1.9951199293136597, 1.942832350730896, 2.0648367404937744, 2.0996949672698975, 1.9079740047454834, 1.2108062505722046, 0.42649248242378235, -1.176993489265442, 1.5071024894714355, 0.8970807194709778, 0.4962092638015747, 0.8447931408882141, 0.4962092638015747, -1.2989977598190308, -1.0549890995025635, 0.670501172542572, 0.4090631604194641, 1.071372628211975, 1.0016558170318604, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.960261583328247, 2.1868410110473633, 1.5071024894714355, -0.4972548484802246, 0.2347712516784668, -1.1595642566680908, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, -0.7935512065887451, -1.5430065393447876, -1.0201307535171509, -1.3164269924163818, 1.4025273323059082, 1.6988236904144287, 1.8208279609680176, 1.7162528038024902, 1.5768193006515503, 1.4025273323059082, 1.4199565649032593, 1.332810640335083, 1.768540382385254, 1.332810640335083, 1.785969614982605, 1.9079740047454834, 1.768540382385254, 1.768540382385254, 1.5942485332489014, 1.768540382385254, 1.9079740047454834, 1.4548149108886719, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 1.8731155395507812, 1.3676689863204956, 0.14762529730796814, -0.7761220335960388, 1.472244143486023, 0.7227887511253357, 1.315381407737732, 1.785969614982605, 0.9319390654563904, -0.7586928009986877, -0.9504139423370361, -0.1312417984008789, 0.7402179837226868, 0.9667974710464478, 0.8796514868736267, 1.175947904586792, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6879304051399231, 0.7402179837226868, 0.7576471567153931, 0.827363908290863, 0.8970807194709778, 0.9667974710464478, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 1.071372628211975, 0.008191745728254318, 0.2173420637845993, -0.20095856487751007, -0.8109803795814514, -0.5146840810775757, -1.4384313821792603, -0.3229629397392273, -0.9155555367469788, -0.4972548484802246, -0.07895421981811523, 1.8382571935653687, 1.7162528038024902, 1.5593900680541992, 1.489673376083374, 1.8208279609680176, 1.785969614982605, 1.646536111831665, 2.0299782752990723, 1.489673376083374, 2.0125491619110107, 1.942832350730896, 2.0648367404937744, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.1345534324645996, 1.472244143486023, 1.9776906967163086, 1.7511112689971924, 1.8731155395507812, 2.0648367404937744, 1.9776906967163086, 1.1236603260040283, -1.0375598669052124, 1.4199565649032593, 1.5768193006515503, 0.7576471567153931, 1.6988236904144287, 1.8905447721481323, 0.7576471567153931, -0.1486709862947464, -1.1944226026535034, -0.009237446822226048, 0.09533771127462387, 0.7750763297080994, 0.984226644039154, 0.984226644039154, 1.2456645965576172, 1.053943395614624, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294], [0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.8447931408882141, 0.9493682980537415, 1.0365142822265625, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.047407388687134, 2.204270124435425, 2.117124319076538, 0.2173420637845993, -0.8981263637542725, 0.6182135939598083, -1.333856225013733, -0.5146840810775757, -1.1247059106826782, -1.0549890995025635, -0.41010889410972595, -1.089847445487976, -0.688975989818573, 0.7925055623054504, 0.8970807194709778, 1.8556864261627197, 2.047407388687134, 1.9776906967163086, 1.7162528038024902, 2.0299782752990723, 1.5419609546661377, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.803398847579956, 1.803398847579956, 1.646536111831665, 1.9951199293136597, 1.7336820363998413, 1.9079740047454834, 1.472244143486023, 1.9079740047454834, 2.082265853881836, 1.8905447721481323, 0.7053595781326294, 0.9667974710464478, 1.6988236904144287, 1.6988236904144287, 0.8099347352981567, 1.768540382385254, 1.925403118133545, 0.9667974710464478, -0.04409583657979965, -1.3512853384017944, 0.008191745728254318, 0.1999128758907318, 0.600784420967102, 1.0365142822265625, 0.9667974710464478, 1.1933770179748535, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.984226644039154, 1.071372628211975, 1.053943395614624, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.2914161682128906, 2.1345534324645996, 1.9079740047454834, 0.8622223138809204, 0.02562093921005726, -0.6715468168258667, -0.27067533135414124, -0.7586928009986877, -0.601830005645752, 0.1999128758907318, -1.176993489265442, -1.2118518352508545, -0.25324615836143494, 0.4090631604194641, -1.647581696510315, -0.5495424270629883, -1.3687145709991455, -1.1247059106826782, 1.7511112689971924, 1.9776906967163086, 1.5593900680541992, 2.082265853881836, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.472244143486023, 1.7162528038024902, 1.8905447721481323, 2.0299782752990723, 1.2630938291549683, 1.629106879234314, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.7336820363998413, 1.8208279609680176, 1.960261583328247, 1.7511112689971924, 0.8796514868736267, 1.785969614982605, 1.942832350730896, 1.2282354831695557, 0.1999128758907318, -1.4210021495819092, 1.1236603260040283, 0.44392168521881104, 0.9667974710464478, 0.4962092638015747, 0.4613508880138397, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9319390654563904, 1.0190850496292114, 1.0365142822265625, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.1345534324645996, 2.2914161682128906, 0.35677558183670044, -0.532113254070282, -0.1661001741886139, 0.32191720604896545, 0.670501172542572, -0.9504139423370361, -1.1944226026535034, -0.21838775277137756, -0.7761220335960388, -1.176993489265442, -0.3055337369441986, -1.0549890995025635, -0.9504139423370361, -1.2292810678482056, -0.5146840810775757, -0.8109803795814514, -0.3403921127319336, -1.5255773067474365, -1.0724183320999146, 0.18248367309570312, 0.42649248242378235, 1.0190850496292114, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.3502397537231445, 1.768540382385254, 2.047407388687134, 0.9145098924636841, 1.3850982189178467, 1.960261583328247, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.925403118133545, 1.925403118133545, 1.5942485332489014, 1.2108062505722046, 1.7336820363998413, 1.8731155395507812, 1.4548149108886719, -0.06152502819895744, -1.5255773067474365, 1.8208279609680176, 1.4373857975006104, 0.600784420967102, 0.4962092638015747, -0.09638340771198273, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.361132860183716, 1.071372628211975, 0.2173420637845993, -0.5844008326530457, -0.18352937698364258, 0.8099347352981567, 0.1999128758907318, 0.4962092638015747, -0.3403921127319336, 0.42649248242378235, 0.44392168521881104, -1.2292810678482056, -1.490718960762024, -0.4972548484802246, -1.403572916984558, -1.333856225013733, -0.3055337369441986, -0.601830005645752, -1.1421350240707397, -1.2815686464309692, -1.2989977598190308, -0.6541175842285156, -0.11381260305643082, -0.532113254070282, 0.9145098924636841, 1.768540382385254, 1.3502397537231445, 1.4025273323059082, 1.646536111831665, 0.9493682980537415, 1.6639652252197266, 1.4548149108886719, 2.0299782752990723, 2.151982545852661, 2.1345534324645996, 2.047407388687134, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 2.117124319076538, 2.0996949672698975, 1.960261583328247, -0.601830005645752, -0.5495424270629883, 2.0299782752990723, 1.925403118133545, 0.7750763297080994, -0.04409583657979965, -0.5844008326530457, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 1.0365142822265625, 0.06047932058572769, -0.09638340771198273, -0.2881045341491699, 0.4613508880138397, 0.5659260153770447, -1.246710181236267, -1.0201307535171509, 0.33934640884399414, -0.009237446822226048, -0.37525051832199097, -0.20095856487751007, -1.176993489265442, 0.1999128758907318, -0.37525051832199097, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -1.0375598669052124, -0.9155555367469788, -0.7761220335960388, -0.25324615836143494, -1.1595642566680908, 0.1999128758907318, -0.04409583657979965, 1.646536111831665, 1.8905447721481323, 0.9145098924636841, 0.9493682980537415, 1.2979521751403809, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.0125491619110107, 2.047407388687134, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 2.2216994762420654, 2.1694118976593018, 2.0125491619110107, -0.8284096121788025, 1.1410894393920898, 1.925403118133545, 1.960261583328247, 1.4199565649032593, 0.8622223138809204, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.2216994762420654, 2.239128589630127, -0.7412636280059814, -0.3229629397392273, -0.25324615836143494, -0.601830005645752, 0.33934640884399414, 0.2347712516784668, -0.3055337369441986, -1.0724183320999146, 0.600784420967102, 0.5833552479743958, 0.4962092638015747, -0.9678431153297424, 0.2173420637845993, -1.403572916984558, -1.3512853384017944, -1.2815686464309692, -1.4384313821792603, -0.8806971907615662, 0.6530719995498657, -0.7935512065887451, -0.601830005645752, -1.0027015209197998, -0.4623964726924896, -1.0375598669052124, -0.8632679581642151, 0.8447931408882141, 1.2282354831695557, 0.7925055623054504, -0.23581695556640625, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 2.0299782752990723, 2.1694118976593018, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.8382571935653687, 1.803398847579956, 1.960261583328247, 1.9951199293136597, 0.9319390654563904, 0.18248367309570312, 0.44392168521881104, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.4613508880138397, 0.5310676693916321, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.1868410110473633, 2.1694118976593018, -0.1486709862947464, -0.6366884112358093, -0.18352937698364258, -0.8458387851715088, -0.9155555367469788, 1.6988236904144287, -0.6541175842285156, -0.3578213155269623, -0.688975989818573, -1.3687145709991455, -0.44496726989746094, -0.1312417984008789, -0.7761220335960388, -0.5146840810775757, -1.4558604955673218, -1.2118518352508545, -1.2989977598190308, 0.4090631604194641, 1.3850982189178467, 1.6988236904144287, 0.2696296274662018, -1.0549890995025635, -0.1486709862947464, -1.0549890995025635, -0.7238344550132751, -1.1072766780853271, -0.1661001741886139, 1.472244143486023, 0.02562093921005726, 1.2630938291549683, 1.0016558170318604, 1.5071024894714355, 1.8556864261627197, 1.9776906967163086, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.117124319076538, 2.1868410110473633, 1.9776906967163086, 1.9951199293136597, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 1.5942485332489014, 0.32191720604896545, 0.3916339874267578, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.082265853881836, 2.3262743949890137, -1.0201307535171509, 0.6530719995498657, 2.0125491619110107, 0.4090631604194641, 0.33934640884399414, -0.6366884112358093, -0.06152502819895744, -0.6366884112358093, -0.9504139423370361, -1.3687145709991455, -1.1421350240707397, 0.2347712516784668, -0.3403921127319336, -1.0201307535171509, -1.5081480741500854, -1.0027015209197998, 0.5659260153770447, 0.9319390654563904, 1.1236603260040283, 2.1868410110473633, 1.2630938291549683, 0.5484968423843384, 1.0016558170318604, 1.489673376083374, 0.8796514868736267, -0.8109803795814514, -1.1247059106826782, 0.6182135939598083, 1.1062309741973877, 0.984226644039154, 1.3676689863204956, 1.3850982189178467, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.942832350730896, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 1.942832350730896, 1.8905447721481323, 2.204270124435425, 1.9951199293136597, 0.670501172542572, 0.09533771127462387, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.2914161682128906, 1.8208279609680176, -0.532113254070282, 0.0430501289665699, 0.6356428265571594, 0.7053595781326294, -0.532113254070282, -0.21838775277137756, -0.9155555367469788, -0.7586928009986877, -0.9678431153297424, -1.1595642566680908, -1.2118518352508545, -0.6715468168258667, -0.8981263637542725, -1.2989977598190308, -0.1312417984008789, -1.333856225013733, 0.9667974710464478, 0.2696296274662018, 1.2108062505722046, 1.4025273323059082, 1.960261583328247, 1.768540382385254, 1.332810640335083, 1.0365142822265625, 0.9493682980537415, 0.7227887511253357, -1.246710181236267, 0.4962092638015747, 1.2456645965576172, 1.4548149108886719, 1.1062309741973877, 1.4373857975006104, 1.5942485332489014, 1.646536111831665, 1.7336820363998413, 2.047407388687134, 2.0125491619110107, 2.117124319076538, 2.1694118976593018, 2.151982545852661, 1.803398847579956, 1.9079740047454834, 2.1868410110473633, 2.1694118976593018, 1.2979521751403809, 0.5310676693916321, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 0.07790851593017578, -0.3229629397392273, -0.1312417984008789, 0.16505448520183563, -0.4623964726924896, 0.984226644039154, 1.158518671989441, 0.7925055623054504, -1.0027015209197998, 0.42649248242378235, -0.9504139423370361, -0.5146840810775757, -0.5146840810775757, -0.532113254070282, -1.1421350240707397, 0.4090631604194641, -0.44496726989746094, -1.0375598669052124, -0.8981263637542725, -1.089847445487976, 0.670501172542572, 0.8099347352981567, 0.5833552479743958, 1.5071024894714355, 1.7511112689971924, 0.7576471567153931, 0.6879304051399231, 0.600784420967102, 0.28705883026123047, 0.3742047846317291, -0.601830005645752, 1.3676689863204956, 1.3502397537231445, 1.2630938291549683, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.332810640335083, 1.629106879234314, 1.8731155395507812, 2.0996949672698975, 2.239128589630127, 2.0996949672698975, 1.960261583328247, 1.9776906967163086, 2.0996949672698975, 2.1868410110473633, 1.9951199293136597, 1.489673376083374, 0.9319390654563904, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 0.478780061006546, -1.0201307535171509, -0.4798256754875183, 0.4962092638015747, 0.8099347352981567, 1.0365142822265625, 1.175947904586792, 1.1410894393920898, 0.6879304051399231, 0.16505448520183563, -0.3229629397392273, -0.8109803795814514, -1.246710181236267, -1.5081480741500854, -0.5146840810775757, -1.0201307535171509, 0.008191745728254318, -1.089847445487976, -0.5669716596603394, -0.21838775277137756, -1.2641394138336182, 0.8099347352981567, 0.7925055623054504, 0.5833552479743958, 0.6182135939598083, 1.332810640335083, 1.3676689863204956, 1.175947904586792, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 1.489673376083374, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6639652252197266, 1.3850982189178467, 1.472244143486023, 1.629106879234314, 1.785969614982605, 1.942832350730896, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 1.2979521751403809, 0.8796514868736267, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 0.600784420967102, 0.33934640884399414, -1.0549890995025635, -0.5669716596603394, 0.513638436794281, 1.0365142822265625, 1.2805230617523193, 1.2108062505722046, 1.0888018608093262, 0.7227887511253357, 0.7925055623054504, -0.7064052224159241, -0.42753809690475464, -1.1421350240707397, -0.23581695556640625, -1.0549890995025635, -0.23581695556640625, -0.7761220335960388, -0.3403921127319336, -0.6366884112358093, -1.0201307535171509, -0.3578213155269623, -1.0201307535171509, 0.670501172542572, 0.7402179837226868, 1.2979521751403809, 1.7511112689971924, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.4373857975006104, 1.2805230617523193, 1.629106879234314, 1.5245317220687866, 1.768540382385254, 1.8556864261627197, 1.9951199293136597, 1.803398847579956, 1.6988236904144287, 1.472244143486023, 1.6988236904144287, 1.768540382385254, 1.646536111831665, 1.5593900680541992, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.960261583328247, 2.0299782752990723, 1.611677646636963, 0.8796514868736267, 0.9667974710464478, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.8622223138809204, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 0.42649248242378235, 0.6182135939598083, -0.9678431153297424, -0.601830005645752, 0.6530719995498657, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 0.827363908290863, 0.09533771127462387, -0.8284096121788025, -0.37525051832199097, -1.1072766780853271, 0.2522004544734955, -0.39267969131469727, -0.6541175842285156, -0.7586928009986877, -1.1247059106826782, 0.07790851593017578, -0.9852723479270935, -0.8981263637542725, -1.2118518352508545, 1.6639652252197266, 1.8556864261627197, 1.785969614982605, 1.472244143486023, 1.8208279609680176, 1.8905447721481323, 1.5768193006515503, 1.646536111831665, 1.7511112689971924, 1.489673376083374, 2.0299782752990723, 2.047407388687134, 1.6988236904144287, 1.7162528038024902, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.6639652252197266, 1.629106879234314, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.629106879234314, 1.768540382385254, 1.8905447721481323, 1.1062309741973877, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 0.5833552479743958, 0.7576471567153931, -0.5495424270629883, -0.7586928009986877, 0.6356428265571594, 1.1933770179748535, 1.3676689863204956, 1.2805230617523193, 1.175947904586792, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 1.4025273323059082, 0.0430501289665699, -0.25324615836143494, -0.619259238243103, -1.5952941179275513, -0.8109803795814514, -1.0375598669052124, -0.688975989818573, -1.1247059106826782, -0.9329847693443298, -0.8109803795814514, -1.089847445487976, -0.11381260305643082, 1.4025273323059082, 1.5768193006515503, 1.6813944578170776, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 2.0299782752990723, 1.9951199293136597, 1.5245317220687866, 2.117124319076538, 2.0299782752990723, 2.0996949672698975, 1.8905447721481323, 1.785969614982605, 1.7162528038024902, 1.803398847579956, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.472244143486023, 1.6813944578170776, 2.1345534324645996, 1.4373857975006104, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 2.047407388687134, 0.7750763297080994, 0.44392168521881104, 0.02562093921005726, -0.5495424270629883, 0.7750763297080994, 1.332810640335083, 1.332810640335083, 1.315381407737732, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.2805230617523193, 1.315381407737732, -0.41010889410972595, -0.8806971907615662, -0.8806971907615662, -1.0724183320999146, 0.35677558183670044, -0.9504139423370361, -0.09638340771198273, -0.1312417984008789, -1.3687145709991455, -1.0027015209197998, -0.7238344550132751, -1.3512853384017944, -0.4798256754875183, 1.5768193006515503, 1.7336820363998413, 1.5593900680541992, 1.5768193006515503, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 1.768540382385254, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 1.9079740047454834, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.7511112689971924, 2.117124319076538, 1.3850982189178467, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 2.0299782752990723, 1.5071024894714355, 0.5484968423843384, -0.4623964726924896, 0.09533771127462387, 0.7402179837226868, 1.158518671989441, 1.2108062505722046, 1.0190850496292114, 0.6879304051399231, 1.1236603260040283, 1.2282354831695557, 1.1062309741973877, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, -0.42753809690475464, -0.20095856487751007, 0.2696296274662018, -0.25324615836143494, -0.3403921127319336, -0.3578213155269623, 0.07790851593017578, 1.315381407737732, -1.1072766780853271, -1.1072766780853271, -0.6366884112358093, -1.176993489265442, 0.478780061006546, 1.785969614982605, 1.6988236904144287, 1.785969614982605, 2.0648367404937744, 2.1694118976593018, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.0648367404937744, 1.5245317220687866, 1.785969614982605, 1.9951199293136597, 1.960261583328247, 2.0996949672698975, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.6639652252197266, 2.2216994762420654, 2.3437037467956543, 0.7227887511253357, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.646536111831665, 0.7576471567153931, 0.2522004544734955, 0.9667974710464478, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.6879304051399231, 1.1062309741973877, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.3676689863204956, 0.9145098924636841, 0.14762529730796814, -0.009237446822226048, -0.2881045341491699, 0.33934640884399414, 0.6182135939598083, -0.18352937698364258, -0.532113254070282, -0.09638340771198273, -0.9504139423370361, -0.3055337369441986, -0.27067533135414124, -1.0724183320999146, 0.5310676693916321, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.082265853881836, 1.8208279609680176, 1.4373857975006104, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.0648367404937744, 1.960261583328247, 1.8382571935653687, 1.942832350730896, 2.204270124435425, 2.1694118976593018, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8622223138809204, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.1410894393920898, 0.7227887511253357, 1.2630938291549683, 1.4373857975006104, 0.30448800325393677, 0.2173420637845993, 0.827363908290863, 0.7750763297080994, 0.600784420967102, 1.071372628211975, 1.611677646636963, 1.1933770179748535, 1.2630938291549683, 1.8208279609680176, 1.5245317220687866, 1.0190850496292114, 0.9667974710464478, -0.20095856487751007, -0.41010889410972595, 1.3502397537231445, -0.7761220335960388, -0.3229629397392273, 1.332810640335083, 0.42649248242378235, 0.9493682980537415, -0.9678431153297424, -0.5146840810775757, -0.5844008326530457, -0.4623964726924896, -0.601830005645752, 0.5310676693916321, 1.803398847579956, 2.204270124435425, 2.0996949672698975, 2.117124319076538, 1.942832350730896, 2.117124319076538, 1.9776906967163086, 1.9776906967163086, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0125491619110107, 1.6813944578170776, 1.8905447721481323, 2.117124319076538, 1.785969614982605, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 1.0190850496292114, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.8905447721481323, 0.478780061006546, 0.8796514868736267, 0.670501172542572, 0.6530719995498657, 0.8622223138809204, 0.32191720604896545, 0.7227887511253357, 0.8099347352981567, 0.5833552479743958, 0.8622223138809204, 1.3850982189178467, 0.984226644039154, 1.2282354831695557, 1.925403118133545, 1.8556864261627197, 1.472244143486023, 0.9493682980537415, -0.4798256754875183, -0.619259238243103, 0.28705883026123047, -1.089847445487976, -0.3055337369441986, 2.1868410110473633, 1.7511112689971924, 0.8447931408882141, 0.6879304051399231, -0.8806971907615662, -0.6541175842285156, 0.07790851593017578, -0.8981263637542725, -0.9678431153297424, 0.6356428265571594, 2.308845281600952, 2.0648367404937744, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.8208279609680176, 1.8731155395507812, 1.6639652252197266, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0996949672698975, 1.785969614982605, 2.0299782752990723, 1.8731155395507812, 0.8796514868736267, 0.8796514868736267, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7925055623054504, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.8905447721481323, 0.42649248242378235, 0.8447931408882141, -0.42753809690475464, 1.5593900680541992, 0.8970807194709778, 0.6879304051399231, 0.827363908290863, 1.175947904586792, 0.8970807194709778, 0.8970807194709778, 1.1933770179748535, 0.7925055623054504, 1.1933770179748535, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 0.827363908290863, -0.1486709862947464, -0.1661001741886139, -0.8806971907615662, 1.2805230617523193, -1.1944226026535034, 1.4373857975006104, 1.925403118133545, 1.5768193006515503, 1.0190850496292114, 0.6879304051399231, -0.3403921127319336, -0.41010889410972595, 0.42649248242378235, -0.39267969131469727, -1.2292810678482056, 0.513638436794281, 2.1694118976593018, 1.7162528038024902, 1.4199565649032593, 1.4199565649032593, 0.8447931408882141, 1.925403118133545, 2.0996949672698975, 2.0996949672698975, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1694118976593018, 2.0996949672698975, 1.8382571935653687, 2.0299782752990723, 1.8905447721481323, 1.7511112689971924, 0.8099347352981567, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.513638436794281, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.629106879234314, 1.6813944578170776, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 0.600784420967102, 0.2347712516784668, -0.07895421981811523, 1.1933770179748535, 1.4025273323059082, 1.0365142822265625, 1.5245317220687866, 1.5071024894714355, 1.053943395614624, 1.1933770179748535, 1.315381407737732, 0.6530719995498657, 1.2108062505722046, 1.8905447721481323, 1.942832350730896, 1.960261583328247, 1.5071024894714355, 0.670501172542572, 0.8970807194709778, 0.16505448520183563, 0.7925055623054504, -0.7586928009986877, -0.619259238243103, 1.9776906967163086, 1.8731155395507812, 2.082265853881836, 1.803398847579956, 1.2805230617523193, 0.7925055623054504, 0.4962092638015747, 0.513638436794281, 0.513638436794281, -1.2641394138336182, 0.478780061006546, 1.768540382385254, 1.175947904586792, 1.768540382385254, 1.1062309741973877, 1.5942485332489014, 1.9776906967163086, 1.8731155395507812, 2.2565577030181885, 2.2914161682128906, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.2216994762420654, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 0.670501172542572, 0.9319390654563904, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.42649248242378235, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.0888018608093262, 1.175947904586792, 1.2630938291549683, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 0.5310676693916321, 0.9667974710464478, 0.6530719995498657, 1.2979521751403809, 1.4025273323059082, 0.9667974710464478, 1.489673376083374, 1.489673376083374, 1.0190850496292114, 1.332810640335083, 1.315381407737732, 0.6879304051399231, 1.158518671989441, 1.8731155395507812, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.5245317220687866, -0.23581695556640625, 1.629106879234314, 0.8622223138809204, 1.2108062505722046, -1.0375598669052124, 2.117124319076538, 1.8208279609680176, 2.1694118976593018, 2.2914161682128906, 2.1694118976593018, 2.0125491619110107, 1.8382571935653687, 0.7750763297080994, 0.6182135939598083, 0.8447931408882141, -1.246710181236267, 1.5071024894714355, 0.33934640884399414, 1.8556864261627197, 1.803398847579956, 1.4548149108886719, 1.785969614982605, 1.5593900680541992, 1.3502397537231445, 2.2565577030181885, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.1868410110473633, 1.8731155395507812, 1.8556864261627197, 2.047407388687134, 1.768540382385254, 0.6182135939598083, 0.8796514868736267, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.925403118133545, 1.0016558170318604, 1.5942485332489014, 0.7053595781326294, 1.4548149108886719, 0.984226644039154, 0.984226644039154, 1.3502397537231445, 1.4199565649032593, 0.670501172542572, 1.2282354831695557, 1.2456645965576172, 0.6356428265571594, 1.3502397537231445, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.942832350730896, 1.7511112689971924, 1.1236603260040283, 1.8208279609680176, 1.8382571935653687, 1.332810640335083, -1.176993489265442, 1.9079740047454834, 1.8731155395507812, 2.1868410110473633, 2.239128589630127, 2.2914161682128906, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.0016558170318604, 0.7402179837226868, 0.33934640884399414, -1.0724183320999146, 1.158518671989441, 1.2805230617523193, 1.0016558170318604, 1.6639652252197266, 1.5593900680541992, 0.9493682980537415, 1.0888018608093262, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.047407388687134, 1.9776906967163086, 1.7511112689971924, 0.9145098924636841, 0.7402179837226868, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.3742047846317291, 0.44392168521881104, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.5071024894714355, 1.3502397537231445, 1.332810640335083, 1.8382571935653687, 1.3676689863204956, 0.670501172542572, 0.6182135939598083, 0.9493682980537415, 0.4962092638015747, 1.175947904586792, 1.2630938291549683, 0.7576471567153931, 1.2979521751403809, 1.803398847579956, 1.8556864261627197, 1.925403118133545, 1.8382571935653687, 1.2630938291549683, -0.009237446822226048, 1.8731155395507812, 2.0996949672698975, 1.2979521751403809, -0.9504139423370361, 1.8905447721481323, 1.960261583328247, 2.2216994762420654, 2.239128589630127, 2.3437037467956543, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.0996949672698975, 0.8622223138809204, 0.8796514868736267, -1.403572916984558, 1.6988236904144287, 1.0190850496292114, 1.8382571935653687, 1.611677646636963, 1.4373857975006104, 0.984226644039154, 1.0016558170318604, 2.2565577030181885, 2.27398681640625, 2.3785619735717773, 2.395991325378418, 2.3262743949890137, 2.239128589630127, 2.1345534324645996, 1.960261583328247, 1.8731155395507812, 1.6988236904144287, 0.7576471567153931, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.4090631604194641, 0.5310676693916321, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.5942485332489014, 1.175947904586792, 1.2979521751403809, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 1.1062309741973877, 1.1062309741973877, 0.8099347352981567, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8905447721481323, 1.2456645965576172, 0.4613508880138397, 0.8622223138809204, 1.6639652252197266, 1.942832350730896, 1.0888018608093262, -0.8284096121788025, 2.047407388687134, 2.117124319076538, 2.239128589630127, 2.2565577030181885, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 1.5768193006515503, 0.7576471567153931, -0.1486709862947464, 0.7402179837226868, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.4199565649032593, 1.3676689863204956, 0.7053595781326294, 2.27398681640625, 2.308845281600952, 2.3437037467956543, 2.4134204387664795, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 1.9776906967163086, 1.9951199293136597, 1.942832350730896, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.44392168521881104, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.8970807194709778, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.7162528038024902, 1.5071024894714355, 1.1062309741973877, 1.7336820363998413, 1.8731155395507812, 1.6813944578170776, 0.5310676693916321, 0.35677558183670044, 0.5659260153770447, 0.8970807194709778, 0.7925055623054504, 1.053943395614624, 1.646536111831665, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 0.18248367309570312, -0.04409583657979965, -0.688975989818573, 0.8622223138809204, 1.5245317220687866, 0.7227887511253357, 1.3676689863204956, 2.1868410110473633, 2.0648367404937744, 2.2216994762420654, 2.1694118976593018, 2.239128589630127, 2.2565577030181885, 2.3262743949890137, 2.27398681640625, 2.2565577030181885, 1.7511112689971924, 1.942832350730896, 1.053943395614624, 0.7925055623054504, 1.960261583328247, 1.9951199293136597, 1.489673376083374, 0.7053595781326294, 1.158518671989441, 0.8970807194709778, 2.151982545852661, 2.27398681640625, 2.3437037467956543, 2.4134204387664795, 2.3785619735717773, 2.2914161682128906, 2.3437037467956543, 2.082265853881836, 2.117124319076538, 1.785969614982605, 1.053943395614624, 0.7402179837226868, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8208279609680176, 1.8731155395507812, 1.6813944578170776, 1.4373857975006104, 1.2979521751403809, 1.5419609546661377, 2.0125491619110107, 1.9951199293136597, 1.5419609546661377, -0.09638340771198273, 0.670501172542572, 0.984226644039154, 0.670501172542572, 1.4199565649032593, 1.8731155395507812, 2.0299782752990723, 1.9079740047454834, 2.0299782752990723, -0.1312417984008789, 0.1999128758907318, -0.619259238243103, 0.2347712516784668, 1.1062309741973877, 1.6988236904144287, 1.332810640335083, 2.1868410110473633, 2.0299782752990723, 2.3262743949890137, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.2216994762420654, 2.2565577030181885, 2.2216994762420654, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.611677646636963, 1.925403118133545, 1.9079740047454834, 1.489673376083374, 0.8796514868736267, 1.3502397537231445, 1.489673376083374, 1.8905447721481323, 2.308845281600952, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.2216994762420654, 2.204270124435425, 1.5768193006515503, 1.3502397537231445, 0.7053595781326294, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1410894393920898, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.472244143486023, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.803398847579956, 1.8208279609680176, 1.0016558170318604, 1.3676689863204956, 1.0190850496292114, 1.3502397537231445, 2.082265853881836, 2.047407388687134, 1.8556864261627197, 0.4613508880138397, 0.7227887511253357, 0.8796514868736267, 0.670501172542572, 1.5593900680541992, 1.8556864261627197, 2.047407388687134, 2.0299782752990723, 1.1062309741973877, 0.3916339874267578, 0.1999128758907318, -0.4623964726924896, -0.4798256754875183, 0.5484968423843384, 1.1236603260040283, 1.646536111831665, 2.0299782752990723, 2.047407388687134, 2.1345534324645996, 2.2216994762420654, 2.151982545852661, 1.8905447721481323, 2.204270124435425, 2.3437037467956543, 2.308845281600952, 2.151982545852661, 2.047407388687134, 2.082265853881836, 1.8905447721481323, 1.8208279609680176, 1.960261583328247, 1.785969614982605, 0.8447931408882141, 1.175947904586792, 1.3502397537231445, 1.942832350730896, 2.308845281600952, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.2565577030181885, 1.785969614982605, 1.5942485332489014, 0.7402179837226868, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.768540382385254, 1.175947904586792, 1.2630938291549683, 0.9667974710464478, 1.2805230617523193, 2.047407388687134, 2.0125491619110107, 1.5071024894714355, 1.1236603260040283, 0.600784420967102, 0.44392168521881104, 0.6879304051399231, 1.8556864261627197, 1.9079740047454834, 1.8208279609680176, 1.9776906967163086, 0.28705883026123047, -0.04409583657979965, 0.6356428265571594, -0.23581695556640625, -0.4972548484802246, 0.1999128758907318, 0.7925055623054504, 1.4548149108886719, 1.472244143486023, 1.7336820363998413, 2.204270124435425, 2.151982545852661, 2.117124319076538, 2.204270124435425, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.9079740047454834, 2.082265853881836, 1.7336820363998413, 0.5310676693916321, 1.0016558170318604, 1.3850982189178467, 2.0648367404937744, 2.308845281600952, 2.361132860183716, 2.395991325378418, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.2565577030181885, 1.8731155395507812, 1.8208279609680176, 0.6879304051399231, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.9667974710464478, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4548149108886719, 1.472244143486023, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.6988236904144287, 1.2979521751403809, 1.315381407737732, 0.9493682980537415, 1.4548149108886719, 2.047407388687134, 1.785969614982605, 1.1062309741973877, 1.4373857975006104, 0.4613508880138397, 0.4613508880138397, 1.4548149108886719, 1.8556864261627197, 2.204270124435425, 1.8556864261627197, 1.768540382385254, 0.30448800325393677, 0.06047932058572769, 0.827363908290863, -0.23581695556640625, 0.09533771127462387, -0.8981263637542725, 0.7925055623054504, 0.8447931408882141, 1.175947904586792, 2.082265853881836, 1.8382571935653687, 2.1694118976593018, 2.1694118976593018, 1.9951199293136597, 2.1868410110473633, 2.3437037467956543, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 2.1345534324645996, 1.175947904586792, 1.2979521751403809, 1.5768193006515503, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 1.8905447721481323, 1.6639652252197266, 0.7750763297080994, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.33934640884399414, 0.3916339874267578, 0.4613508880138397, 0.513638436794281, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.6988236904144287, 1.4373857975006104, 1.4025273323059082, 0.8796514868736267, 1.4025273323059082, 2.0299782752990723, 0.4090631604194641, 0.600784420967102, 1.4373857975006104, 1.071372628211975, 1.472244143486023, 1.472244143486023, 1.9079740047454834, 1.8382571935653687, 1.6988236904144287, 1.472244143486023, 0.02562093921005726, 0.07790851593017578, 0.5659260153770447, -0.41010889410972595, 0.6879304051399231, -0.6715468168258667, 0.07790851593017578, 1.071372628211975, 1.8556864261627197, 1.9776906967163086, 1.5071024894714355, 1.8731155395507812, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.308845281600952, 2.151982545852661, 2.2216994762420654, 2.1345534324645996, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.151982545852661, 2.151982545852661, 0.14762529730796814, 1.1410894393920898, 1.611677646636963, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 2.3262743949890137, 2.2914161682128906, 1.472244143486023, 1.768540382385254, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546], [0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.4373857975006104, 1.5071024894714355, 0.8796514868736267, 1.5245317220687866, 1.6813944578170776, -0.41010889410972595, -0.601830005645752, 0.9667974710464478, 1.472244143486023, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.8905447721481323, 1.489673376083374, 0.9667974710464478, -0.009237446822226048, -0.25324615836143494, 0.0430501289665699, 0.02562093921005726, 0.600784420967102, -0.1312417984008789, 0.4613508880138397, 0.6182135939598083, 1.2979521751403809, 1.2630938291549683, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 2.047407388687134, 2.3262743949890137, 2.2216994762420654, 2.27398681640625, 2.0648367404937744, 2.082265853881836, 2.2216994762420654, 1.9776906967163086, 2.151982545852661, 1.8731155395507812, 0.7227887511253357, 1.0190850496292114, 1.646536111831665, 1.942832350730896, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.308845281600952, 2.27398681640625, 1.803398847579956, 1.925403118133545, 0.600784420967102, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0016558170318604, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.489673376083374, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.611677646636963, 1.5768193006515503, 1.315381407737732, 1.472244143486023, 0.5659260153770447, 1.611677646636963, 1.5245317220687866, 0.11276690661907196, -0.23581695556640625, 0.06047932058572769, 1.8556864261627197, 0.33934640884399414, 1.8905447721481323, 1.942832350730896, 1.942832350730896, 1.4548149108886719, 1.053943395614624, 0.30448800325393677, 0.44392168521881104, 1.1062309741973877, 0.11276690661907196, 1.0016558170318604, 0.6356428265571594, -0.25324615836143494, 0.2173420637845993, 0.7750763297080994, 0.7925055623054504, 1.2282354831695557, 1.489673376083374, 1.611677646636963, 0.6530719995498657, 1.4025273323059082, 2.151982545852661, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.117124319076538, 2.27398681640625, 2.151982545852661, 1.7511112689971924, 2.082265853881836, 0.7750763297080994, 1.4199565649032593, 1.472244143486023, 1.8556864261627197, 2.308845281600952, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 1.960261583328247, 1.785969614982605, 0.6356428265571594, 0.7402179837226868, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.3742047846317291, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.785969614982605, 1.6813944578170776, 1.053943395614624, 1.315381407737732, 0.7750763297080994, 1.611677646636963, 1.1933770179748535, 0.09533771127462387, -1.1595642566680908, -0.23581695556640625, 1.646536111831665, 0.4613508880138397, 1.6988236904144287, 1.960261583328247, 1.8905447721481323, 1.6813944578170776, 1.071372628211975, 0.18248367309570312, 0.513638436794281, 1.2282354831695557, 0.18248367309570312, 0.600784420967102, 0.30448800325393677, -0.688975989818573, 0.6356428265571594, 0.8447931408882141, 1.332810640335083, 1.2282354831695557, 1.175947904586792, 1.5942485332489014, 1.0888018608093262, 1.942832350730896, 2.2565577030181885, 2.1694118976593018, 2.2914161682128906, 2.117124319076538, 2.082265853881836, 2.0648367404937744, 1.960261583328247, 1.9951199293136597, 2.0996949672698975, 1.803398847579956, 1.2979521751403809, 1.611677646636963, 1.960261583328247, 2.204270124435425, 2.2565577030181885, 2.3437037467956543, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.204270124435425, 2.0648367404937744, 1.472244143486023, 1.489673376083374, 0.6530719995498657, 0.7227887511253357, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747], [0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.35677558183670044, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, -0.37525051832199097, 1.158518671989441, 0.3742047846317291, 1.646536111831665, 1.0365142822265625, 0.02562093921005726, -0.026666639372706413, -0.39267969131469727, 0.1999128758907318, 0.3742047846317291, 1.785969614982605, 2.082265853881836, 1.8208279609680176, 1.629106879234314, 0.1999128758907318, 0.11276690661907196, 0.42649248242378235, 0.8970807194709778, 0.33934640884399414, 0.7925055623054504, 0.7750763297080994, -0.41010889410972595, -0.3229629397392273, 0.7925055623054504, 0.8796514868736267, 0.0430501289665699, 0.984226644039154, 1.489673376083374, 1.2456645965576172, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 1.9776906967163086, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.0125491619110107, 1.8905447721481323, 1.5419609546661377, 1.8556864261627197, 2.0299782752990723, 2.2216994762420654, 2.27398681640625, 2.308845281600952, 2.3785619735717773, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.0648367404937744, 1.472244143486023, 2.0648367404937744, 0.6530719995498657, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397], [0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, -1.0027015209197998, 1.158518671989441, 0.18248367309570312, 1.5419609546661377, 0.8099347352981567, 0.2696296274662018, 0.7576471567153931, 0.5659260153770447, 0.984226644039154, 0.5659260153770447, 1.7336820363998413, 2.0996949672698975, 1.7511112689971924, 1.646536111831665, 0.600784420967102, 0.16505448520183563, 0.28705883026123047, 0.6879304051399231, 0.4613508880138397, 0.7750763297080994, 1.1062309741973877, 0.3742047846317291, -0.619259238243103, 1.332810640335083, 0.44392168521881104, 1.1236603260040283, -0.1661001741886139, 0.7402179837226868, 0.600784420967102, 1.768540382385254, 2.0125491619110107, 2.117124319076538, 2.204270124435425, 2.239128589630127, 2.0996949672698975, 1.803398847579956, 1.8556864261627197, 2.0299782752990723, 1.803398847579956, 1.7511112689971924, 1.2979521751403809, 1.803398847579956, 1.8905447721481323, 2.27398681640625, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.308845281600952, 2.1868410110473633, 1.9776906967163086, 1.6813944578170776, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.30448800325393677, 0.4090631604194641, 0.4962092638015747, 0.4613508880138397, 0.5659260153770447, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, -0.20095856487751007, 1.1410894393920898, 0.9319390654563904, 1.3676689863204956, 1.315381407737732, 0.478780061006546, 0.30448800325393677, 0.7053595781326294, 1.2456645965576172, -0.1312417984008789, 1.1410894393920898, 2.082265853881836, 1.5071024894714355, 1.5071024894714355, 0.7402179837226868, 0.008191745728254318, 0.3742047846317291, 0.7925055623054504, 0.7576471567153931, 0.670501172542572, 1.315381407737732, 0.32191720604896545, -0.7064052224159241, 0.8970807194709778, 1.4548149108886719, 1.489673376083374, 1.3676689863204956, 0.2522004544734955, 1.2630938291549683, 1.1236603260040283, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.3262743949890137, 2.2216994762420654, 1.5768193006515503, 1.7336820363998413, 2.0125491619110107, 1.8382571935653687, 1.768540382385254, 0.8622223138809204, 1.646536111831665, 1.925403118133545, 2.3437037467956543, 2.151982545852661, 2.361132860183716, 2.395991325378418, 2.4134204387664795, 2.361132860183716, 2.3785619735717773, 2.3437037467956543, 2.239128589630127, 1.9951199293136597, 2.0299782752990723, 0.670501172542572, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.18248367309570312, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.4199565649032593, 1.646536111831665, 0.0430501289665699, 1.1236603260040283, 1.315381407737732, 1.6813944578170776, 1.7162528038024902, 0.2696296274662018, 0.7227887511253357, 1.0365142822265625, -0.4623964726924896, -0.4972548484802246, 0.6182135939598083, 2.151982545852661, 1.5942485332489014, 1.2456645965576172, 0.6530719995498657, -0.5495424270629883, 0.984226644039154, 0.5833552479743958, 0.600784420967102, 0.3916339874267578, 0.9493682980537415, 0.513638436794281, 0.09533771127462387, -0.3578213155269623, 0.4090631604194641, 1.315381407737732, 1.175947904586792, 0.7925055623054504, -0.06152502819895744, -0.20095856487751007, 1.2979521751403809, 1.925403118133545, 2.1345534324645996, 2.4134204387664795, 2.239128589630127, 1.6639652252197266, 1.768540382385254, 1.5245317220687866, 1.8208279609680176, 1.8208279609680176, 1.5768193006515503, 1.5071024894714355, 1.785969614982605, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.925403118133545, 1.6988236904144287, 2.047407388687134, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.4199565649032593, 1.629106879234314, 0.600784420967102, 1.2630938291549683, 1.315381407737732, 1.629106879234314, 1.7336820363998413, 0.478780061006546, 0.2173420637845993, 0.7402179837226868, -1.1421350240707397, -0.688975989818573, 1.2630938291549683, 2.047407388687134, 1.489673376083374, 0.7053595781326294, 1.0888018608093262, -0.3229629397392273, 0.5484968423843384, -0.39267969131469727, -0.21838775277137756, 0.5833552479743958, 1.2456645965576172, 0.600784420967102, 0.13019609451293945, -0.8806971907615662, 0.4962092638015747, 1.4199565649032593, -0.20095856487751007, -0.4798256754875183, -0.44496726989746094, -0.06152502819895744, 0.8796514868736267, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 1.646536111831665, 2.1345534324645996, 2.239128589630127, 2.0996949672698975, 1.7162528038024902, 2.1868410110473633, 1.1236603260040283, 1.7511112689971924, 2.3785619735717773, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.395991325378418, 2.4134204387664795, 2.395991325378418, 2.2914161682128906, 1.5593900680541992, 1.5071024894714355, 1.8731155395507812, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235], [0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.3916339874267578, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4025273323059082, 1.5245317220687866, 0.7925055623054504, 1.315381407737732, 1.3676689863204956, 1.6988236904144287, 1.6813944578170776, 0.33934640884399414, 0.2173420637845993, -0.7412636280059814, -0.5669716596603394, 0.4090631604194641, 1.8208279609680176, 2.1345534324645996, 1.5071024894714355, 1.2630938291549683, 0.5484968423843384, -0.601830005645752, 0.9667974710464478, 0.5310676693916321, -0.6541175842285156, 0.7402179837226868, 0.9493682980537415, 0.7576471567153931, 0.32191720604896545, -0.532113254070282, 0.3916339874267578, 0.670501172542572, -0.5669716596603394, 0.3742047846317291, -0.7064052224159241, 0.14762529730796814, 1.175947904586792, 1.5942485332489014, 1.1933770179748535, 2.1868410110473633, 2.1694118976593018, 1.768540382385254, 2.151982545852661, 2.27398681640625, 1.9951199293136597, 1.8382571935653687, 2.361132860183716, 1.9079740047454834, 1.6639652252197266, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.3437037467956543, 2.3785619735717773, 2.4134204387664795, 2.430849552154541, 2.3437037467956543, 1.8731155395507812, 1.8208279609680176, 1.3502397537231445, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.489673376083374, -0.11381260305643082, 1.2108062505722046, 1.6639652252197266, 1.803398847579956, 1.7511112689971924, 1.472244143486023, 0.2522004544734955, -0.7064052224159241, -1.7172983884811401, 0.7053595781326294, 2.0299782752990723, 2.239128589630127, 1.5245317220687866, 1.332810640335083, 1.3502397537231445, -0.3055337369441986, 0.513638436794281, 0.9145098924636841, -0.5146840810775757, 0.13019609451293945, 1.0190850496292114, 0.6530719995498657, 0.7750763297080994, -0.2881045341491699, 0.18248367309570312, -0.1312417984008789, -0.4623964726924896, -0.7935512065887451, -0.009237446822226048, 0.9319390654563904, 1.629106879234314, 1.4373857975006104, 1.611677646636963, 1.942832350730896, 1.6813944578170776, 1.8382571935653687, 1.6988236904144287, 2.0996949672698975, 2.0299782752990723, 2.0299782752990723, 2.308845281600952, 2.151982545852661, 1.768540382385254, 2.2914161682128906, 2.117124319076538, 2.0299782752990723, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 1.5942485332489014, 1.0365142822265625, 1.3676689863204956, 0.8796514868736267, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641], [0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.3916339874267578, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 0.4090631604194641, 1.158518671989441, 1.7336820363998413, 1.8208279609680176, 1.646536111831665, 1.611677646636963, 0.42649248242378235, 0.06047932058572769, -1.3512853384017944, 1.2805230617523193, 2.0648367404937744, 2.361132860183716, 1.4199565649032593, 1.3850982189178467, 1.071372628211975, 0.2173420637845993, 0.6356428265571594, 1.0016558170318604, -0.1312417984008789, 0.32191720604896545, 0.44392168521881104, 0.9319390654563904, 0.5833552479743958, -0.25324615836143494, -0.6715468168258667, -0.5844008326530457, 0.0430501289665699, -0.7238344550132751, -0.7238344550132751, 0.8099347352981567, 1.5245317220687866, 1.8208279609680176, 1.2456645965576172, 1.3850982189178467, 0.5833552479743958, 1.5942485332489014, 2.0125491619110107, 2.0125491619110107, 1.960261583328247, 1.611677646636963, 2.2216994762420654, 2.1868410110473633, 1.768540382385254, 1.8382571935653687, 2.2216994762420654, 2.3437037467956543, 2.361132860183716, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.361132860183716, 1.960261583328247, 1.8556864261627197, 1.1933770179748535, 1.1933770179748535, 0.600784420967102, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.3742047846317291, 0.44392168521881104, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, -0.44496726989746094, 1.158518671989441, 1.7336820363998413, 1.8556864261627197, 1.646536111831665, 1.6988236904144287, 0.7750763297080994, -0.07895421981811523, 0.7053595781326294, 0.7750763297080994, 1.8731155395507812, 2.239128589630127, 1.332810640335083, 0.2173420637845993, 0.670501172542572, 0.0430501289665699, 0.18248367309570312, 0.5484968423843384, 0.7227887511253357, -0.3229629397392273, 0.8796514868736267, 0.30448800325393677, 0.8796514868736267, -0.39267969131469727, 0.4090631604194641, 0.5833552479743958, -0.25324615836143494, 0.5833552479743958, -0.8806971907615662, 0.33934640884399414, 1.2979521751403809, 2.0996949672698975, 0.827363908290863, 0.827363908290863, -0.3055337369441986, 1.472244143486023, 1.8382571935653687, 1.6639652252197266, 1.2979521751403809, 1.2630938291549683, 2.0299782752990723, 2.0996949672698975, 1.7336820363998413, 1.6813944578170776, 2.2216994762420654, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.925403118133545, 2.0648367404937744, 0.5833552479743958, 0.7402179837226868, 0.35677558183670044, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5484968423843384, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.2805230617523193, 1.1933770179748535, -0.3403921127319336, 1.1410894393920898, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.7162528038024902, 0.7576471567153931, 0.14762529730796814, 0.7925055623054504, 0.11276690661907196, 1.8556864261627197, 2.1868410110473633, 1.472244143486023, 0.3742047846317291, 1.2805230617523193, 0.9145098924636841, 0.06047932058572769, 0.6879304051399231, 0.7925055623054504, -0.3055337369441986, 0.9667974710464478, 1.053943395614624, 0.7750763297080994, -0.3055337369441986, -0.18352937698364258, 0.2173420637845993, 1.0888018608093262, 0.7750763297080994, 0.6182135939598083, 1.053943395614624, 0.8622223138809204, 2.1868410110473633, 0.7576471567153931, 0.1999128758907318, -0.8981263637542725, 1.7336820363998413, 1.472244143486023, 1.332810640335083, 0.1999128758907318, 0.3916339874267578, 1.7162528038024902, 2.0648367404937744, 1.646536111831665, 0.9667974710464478, 2.308845281600952, 2.5005664825439453, 2.4482789039611816, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.785969614982605, 1.2108062505722046, -0.11381260305643082, -0.18352937698364258, 0.1999128758907318, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044], [0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.4090631604194641, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, -0.7935512065887451, 1.2456645965576172, 1.5071024894714355, 1.7336820363998413, 1.8731155395507812, 1.768540382385254, 0.600784420967102, -0.1661001741886139, 0.4962092638015747, 0.2347712516784668, 1.960261583328247, 1.9776906967163086, 1.2630938291549683, 0.2347712516784668, 1.4548149108886719, 1.6988236904144287, 1.3502397537231445, 1.0365142822265625, -0.5146840810775757, -0.18352937698364258, 0.5310676693916321, 1.5942485332489014, 0.7227887511253357, -0.026666639372706413, 0.11276690661907196, -0.07895421981811523, 1.1062309741973877, 0.6879304051399231, -0.009237446822226048, 1.3676689863204956, 1.7511112689971924, 2.0299782752990723, 1.9079740047454834, 0.6530719995498657, -0.06152502819895744, 1.8382571935653687, 1.7162528038024902, 1.4025273323059082, 1.768540382385254, 0.7053595781326294, 1.3676689863204956, 1.9079740047454834, 1.489673376083374, 0.8622223138809204, 2.204270124435425, 2.151982545852661, 2.4482789039611816, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.2565577030181885, 1.925403118133545, 1.803398847579956, 0.33934640884399414, 0.28705883026123047, 0.670501172542572, 0.6356428265571594, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641], [0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, -1.176993489265442, 1.2979521751403809, 1.489673376083374, 1.8382571935653687, 1.9079740047454834, 1.803398847579956, 0.6530719995498657, -0.09638340771198273, 0.30448800325393677, -0.06152502819895744, 2.047407388687134, 1.8905447721481323, 0.7576471567153931, 0.18248367309570312, 1.2456645965576172, 1.4199565649032593, 0.5833552479743958, 0.2522004544734955, -0.21838775277137756, 1.1236603260040283, 1.053943395614624, 1.4373857975006104, 0.984226644039154, 0.0430501289665699, 0.14762529730796814, 0.28705883026123047, 0.4962092638015747, 0.5310676693916321, 0.33934640884399414, 0.7576471567153931, 1.489673376083374, 1.8208279609680176, 2.151982545852661, 1.9951199293136597, 1.942832350730896, 2.0299782752990723, 1.768540382385254, 1.5942485332489014, 1.785969614982605, 1.2805230617523193, 1.7162528038024902, 2.0299782752990723, 1.2630938291549683, 0.6356428265571594, 2.0996949672698975, 1.925403118133545, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.3785619735717773, 2.2914161682128906, 1.9776906967163086, 1.9776906967163086, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.5659260153770447, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.42649248242378235, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1236603260040283, 1.175947904586792, -1.1595642566680908, 1.3502397537231445, 1.5071024894714355, 1.8556864261627197, 1.785969614982605, 1.6988236904144287, 0.8447931408882141, 0.8447931408882141, -0.42753809690475464, 0.07790851593017578, 2.0648367404937744, 1.9079740047454834, -0.04409583657979965, -0.688975989818573, 1.1933770179748535, 1.3676689863204956, -0.026666639372706413, -0.44496726989746094, 0.32191720604896545, 1.0365142822265625, 0.984226644039154, 1.6639652252197266, 2.0125491619110107, 1.0888018608093262, 0.7576471567153931, 1.2108062505722046, 0.2696296274662018, 0.18248367309570312, 0.44392168521881104, 0.16505448520183563, 0.8447931408882141, 0.984226644039154, 1.611677646636963, 1.8556864261627197, 2.151982545852661, 1.5768193006515503, 1.315381407737732, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.2456645965576172, 1.9951199293136597, 0.6879304051399231, -0.532113254070282, 1.8905447721481323, 1.629106879234314, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.3437037467956543, 2.239128589630127, 1.2630938291549683, 1.5071024894714355, 1.2805230617523193, 0.35677558183670044, 0.28705883026123047, 0.4962092638015747, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.13019609451293945, 0.1999128758907318, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, -0.8458387851715088, 1.2979521751403809, 1.6988236904144287, 1.8731155395507812, 1.7336820363998413, 1.071372628211975, 0.8099347352981567, -0.09638340771198273, -0.3229629397392273, -0.4623964726924896, 2.117124319076538, 1.768540382385254, 0.7053595781326294, -1.1072766780853271, 1.4199565649032593, 1.4199565649032593, -0.04409583657979965, -0.18352937698364258, 0.7227887511253357, 0.7402179837226868, 0.14762529730796814, 1.4548149108886719, 1.9776906967163086, 0.42649248242378235, 1.1410894393920898, 0.5484968423843384, -0.44496726989746094, -0.25324615836143494, -0.11381260305643082, 0.06047932058572769, 0.8796514868736267, 0.44392168521881104, 0.28705883026123047, -0.1661001741886139, 1.785969614982605, 0.11276690661907196, 1.2630938291549683, 1.2979521751403809, 0.8099347352981567, 0.7053595781326294, 1.2630938291549683, 1.9079740047454834, -0.1312417984008789, 1.2456645965576172, 1.611677646636963, 1.4025273323059082, -0.4798256754875183, 0.0430501289665699, 1.7336820363998413, 2.4134204387664795, 2.1694118976593018, 1.5245317220687866, 1.4373857975006104, 1.8382571935653687, 0.30448800325393677, 0.6356428265571594, 0.42649248242378235, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8796514868736267, -0.9678431153297424, 1.3676689863204956, 1.5419609546661377, 1.7336820363998413, 0.9319390654563904, 0.5833552479743958, 0.11276690661907196, 0.28705883026123047, 0.4613508880138397, 0.6182135939598083, 2.2914161682128906, 1.7511112689971924, 0.6356428265571594, -0.9329847693443298, 1.158518671989441, 1.4373857975006104, 0.2696296274662018, 0.7925055623054504, 0.7053595781326294, 0.18248367309570312, 0.33934640884399414, 1.7336820363998413, 1.611677646636963, 0.4090631604194641, 1.1236603260040283, 0.7750763297080994, 0.2696296274662018, 0.33934640884399414, 0.9319390654563904, 0.8099347352981567, 0.9493682980537415, -0.18352937698364258, -0.601830005645752, -0.4623964726924896, 0.0430501289665699, 1.053943395614624, 0.9145098924636841, 1.5245317220687866, 1.1933770179748535, 0.8970807194709778, 1.1933770179748535, 1.2805230617523193, -0.8458387851715088, 1.5245317220687866, 0.478780061006546, -0.41010889410972595, -0.27067533135414124, 0.008191745728254318, 1.4199565649032593, 2.27398681640625, 1.8905447721481323, 0.7227887511253357, 1.8905447721481323, 0.7750763297080994, -0.25324615836143494, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.35677558183670044, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, -0.42753809690475464, 1.3502397537231445, 1.611677646636963, 1.803398847579956, 0.7750763297080994, 1.2456645965576172, 0.35677558183670044, 0.3742047846317291, 0.07790851593017578, 1.2282354831695557, 2.117124319076538, 1.785969614982605, 0.8796514868736267, -1.2292810678482056, 1.4025273323059082, 1.071372628211975, 0.6530719995498657, 0.13019609451293945, 0.13019609451293945, 0.4613508880138397, 1.2630938291549683, 1.7336820363998413, 1.7511112689971924, 0.5484968423843384, 1.3676689863204956, 1.332810640335083, 0.5484968423843384, 1.1410894393920898, 0.28705883026123047, 1.3676689863204956, 1.315381407737732, -0.8109803795814514, -0.9678431153297424, -1.2641394138336182, -0.9504139423370361, 1.1062309741973877, 0.7750763297080994, 1.158518671989441, 1.9079740047454834, 1.472244143486023, 1.3676689863204956, 1.1236603260040283, -0.9504139423370361, 1.3850982189178467, 0.9667974710464478, 0.008191745728254318, 0.02562093921005726, 0.2173420637845993, 0.9319390654563904, 1.646536111831665, 0.4090631604194641, 1.489673376083374, 2.1345534324645996, 1.053943395614624, 0.7402179837226868, 0.2696296274662018, 0.5484968423843384, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.44392168521881104, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.827363908290863, 0.7227887511253357, 0.06047932058572769, 1.2108062505722046, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.4373857975006104, 0.600784420967102, 0.2173420637845993, -0.5495424270629883, 1.5942485332489014, 2.204270124435425, 1.8556864261627197, 1.175947904586792, -1.1247059106826782, 1.472244143486023, 0.6879304051399231, 1.4025273323059082, 0.35677558183670044, 0.5310676693916321, 0.5484968423843384, 1.472244143486023, 1.0888018608093262, 1.5593900680541992, 0.8099347352981567, 1.158518671989441, 0.7402179837226868, 0.9319390654563904, 0.478780061006546, 1.1236603260040283, 0.6356428265571594, -0.8632679581642151, 0.008191745728254318, 0.14762529730796814, -0.1661001741886139, -1.089847445487976, -0.44496726989746094, 0.28705883026123047, 0.9667974710464478, 1.768540382385254, 1.5245317220687866, 1.2805230617523193, 0.06047932058572769, -0.41010889410972595, 1.6813944578170776, 1.4199565649032593, 0.008191745728254318, 0.02562093921005726, 0.6879304051399231, 1.158518671989441, 0.8099347352981567, 1.4548149108886719, 1.629106879234314, 1.6813944578170776, 1.2282354831695557, -0.2881045341491699, 0.3742047846317291, 0.4613508880138397, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.6530719995498657, 0.5833552479743958, 1.158518671989441, 1.5419609546661377, 1.942832350730896, 1.768540382385254, 1.4373857975006104, 0.670501172542572, 0.06047932058572769, 0.44392168521881104, 1.3502397537231445, 1.9776906967163086, 1.8905447721481323, 1.053943395614624, -0.4798256754875183, 1.4548149108886719, 1.3502397537231445, 1.6639652252197266, 0.6879304051399231, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 2.0996949672698975, 0.2173420637845993, 0.3742047846317291, 1.1410894393920898, 1.053943395614624, 1.1410894393920898, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, 0.7925055623054504, -0.09638340771198273, 0.2522004544734955, -0.3578213155269623, -1.1072766780853271, -0.9329847693443298, 0.7227887511253357, 1.0190850496292114, 1.8208279609680176, 1.2979521751403809, 1.2108062505722046, -0.27067533135414124, -0.688975989818573, 1.0365142822265625, 1.646536111831665, 0.7925055623054504, -0.3055337369441986, 1.0016558170318604, 1.3850982189178467, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 2.117124319076538, 1.2805230617523193, 0.32191720604896545, 0.3916339874267578, -0.06152502819895744, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641], [0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.30448800325393677, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.785969614982605, 1.5942485332489014, 0.5659260153770447, 0.8622223138809204, 1.071372628211975, 1.8208279609680176, 1.9776906967163086, 1.5942485332489014, 0.7402179837226868, -0.11381260305643082, 1.3502397537231445, 1.5245317220687866, 1.3850982189178467, 1.0888018608093262, 0.7925055623054504, 1.4199565649032593, 1.2108062505722046, 2.047407388687134, 0.9493682980537415, 0.9667974710464478, 1.158518671989441, -0.20095856487751007, 0.9493682980537415, 1.053943395614624, 0.4613508880138397, -0.20095856487751007, -0.06152502819895744, 0.09533771127462387, 0.3916339874267578, -0.09638340771198273, -0.6366884112358093, -0.3403921127319336, -0.8284096121788025, 0.18248367309570312, 1.5419609546661377, 2.0299782752990723, 1.0190850496292114, -0.4798256754875183, -0.37525051832199097, 0.5484968423843384, 0.7925055623054504, 0.3916339874267578, -0.009237446822226048, 0.9667974710464478, 1.5768193006515503, 1.1236603260040283, 0.478780061006546, 0.8447931408882141, -0.009237446822226048, 0.9667974710464478, 1.1933770179748535, 0.02562093921005726, 0.06047932058572769, 0.5659260153770447, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.6182135939598083, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.4090631604194641, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 1.3850982189178467, 1.646536111831665, 1.960261583328247, 1.7162528038024902, 1.5593900680541992, 0.8447931408882141, 0.5659260153770447, 1.5071024894714355, 1.629106879234314, 1.9079740047454834, 1.5942485332489014, 0.7576471567153931, -0.3578213155269623, 1.5419609546661377, 1.472244143486023, 1.1410894393920898, 1.158518671989441, 0.4613508880138397, 1.4548149108886719, 1.629106879234314, 1.5071024894714355, 0.478780061006546, 1.0190850496292114, 1.0365142822265625, 0.35677558183670044, 0.30448800325393677, 1.2108062505722046, 0.3916339874267578, 0.11276690661907196, -0.4972548484802246, 0.8099347352981567, 0.513638436794281, 0.8622223138809204, -1.1072766780853271, -0.20095856487751007, -1.0549890995025635, -0.4972548484802246, 1.0888018608093262, 1.9079740047454834, 1.1410894393920898, 0.07790851593017578, 0.4090631604194641, 0.8447931408882141, 0.06047932058572769, 0.7925055623054504, 0.33934640884399414, 1.2456645965576172, 1.785969614982605, 1.5245317220687866, -0.18352937698364258, -0.1661001741886139, -0.3578213155269623, -0.5669716596603394, 1.4025273323059082, 1.7511112689971924, 0.3916339874267578, 0.5484968423843384, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235], [0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.513638436794281, 0.4613508880138397, 0.7053595781326294, 1.4025273323059082, 1.7511112689971924, 1.9079740047454834, 1.803398847579956, 1.6813944578170776, 1.1933770179748535, 0.7750763297080994, 1.6639652252197266, 1.768540382385254, 1.8905447721481323, 1.5245317220687866, 0.35677558183670044, 0.008191745728254318, 1.5942485332489014, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 1.071372628211975, 0.7925055623054504, 1.158518671989441, 1.2805230617523193, -0.25324615836143494, 1.5419609546661377, 0.8099347352981567, 0.44392168521881104, 0.4962092638015747, 0.18248367309570312, -0.11381260305643082, 0.42649248242378235, -0.3403921127319336, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, 0.18248367309570312, -0.3055337369441986, 0.8099347352981567, -0.39267969131469727, 1.2630938291549683, 0.6182135939598083, 0.8622223138809204, -0.42753809690475464, 0.2347712516784668, 1.315381407737732, 1.1062309741973877, 1.4373857975006104, 1.3850982189178467, 1.9776906967163086, 1.9951199293136597, 1.7162528038024902, -1.1072766780853271, -0.6541175842285156, 0.8099347352981567, 0.7750763297080994, 1.2282354831695557, 1.9776906967163086, 1.4025273323059082, 0.478780061006546, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235], [0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.30448800325393677, 0.6182135939598083, 1.2979521751403809, 1.6639652252197266, 1.8382571935653687, 1.8208279609680176, 1.2805230617523193, 0.14762529730796814, 1.053943395614624, 1.6988236904144287, 1.8905447721481323, 1.7511112689971924, 1.0190850496292114, -0.532113254070282, -0.7064052224159241, 1.2282354831695557, 1.053943395614624, 1.158518671989441, 0.7925055623054504, 0.5310676693916321, 0.7576471567153931, 0.18248367309570312, 0.6879304051399231, -0.1312417984008789, 1.4548149108886719, 1.611677646636963, 0.42649248242378235, 1.158518671989441, 1.0190850496292114, 1.2979521751403809, 0.13019609451293945, 1.0888018608093262, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 0.7750763297080994, -0.8806971907615662, 0.7576471567153931, -0.1486709862947464, 1.315381407737732, -0.11381260305643082, -0.42753809690475464, -0.4623964726924896, 1.0365142822265625, 0.478780061006546, 0.6530719995498657, 0.9493682980537415, 1.768540382385254, 1.1236603260040283, 1.7336820363998413, 2.0125491619110107, -1.333856225013733, 1.332810640335083, 1.0888018608093262, 0.5659260153770447, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.16505448520183563, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.16505448520183563, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.4090631604194641, 0.35677558183670044, 0.33934640884399414, 0.2522004544734955, 0.2347712516784668, 0.600784420967102, 1.5071024894714355, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.1062309741973877, 0.6356428265571594, 1.2456645965576172, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 0.11276690661907196, 0.07790851593017578, -0.5669716596603394, 1.3850982189178467, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.5310676693916321, 1.1236603260040283, 0.7227887511253357, 0.33934640884399414, 0.4090631604194641, 1.2979521751403809, 1.1062309741973877, 1.2979521751403809, 0.7925055623054504, 1.071372628211975, 1.2108062505722046, 0.3742047846317291, 1.4548149108886719, 1.175947904586792, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, -0.6541175842285156, -0.1312417984008789, 0.478780061006546, 0.33934640884399414, 1.0190850496292114, -0.23581695556640625, -0.4623964726924896, 0.8970807194709778, 0.4613508880138397, 0.5310676693916321, -0.23581695556640625, 0.07790851593017578, 0.9145098924636841, 1.5593900680541992, 1.646536111831665, -0.5844008326530457, 1.1062309741973877, 0.6879304051399231, 0.8622223138809204, 1.2805230617523193, 1.646536111831665, 1.3850982189178467, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.670501172542572, 1.332810640335083, 1.646536111831665, 1.8556864261627197, 1.8208279609680176, 0.7227887511253357, 0.9493682980537415, 1.3676689863204956, 1.768540382385254, 1.5593900680541992, 1.611677646636963, -1.0375598669052124, -0.009237446822226048, -0.5146840810775757, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 1.1410894393920898, 1.3850982189178467, 0.7402179837226868, 0.670501172542572, -0.42753809690475464, 0.06047932058572769, 1.5942485332489014, 1.315381407737732, 0.7925055623054504, 0.06047932058572769, 0.0430501289665699, 1.053943395614624, 0.1999128758907318, 1.4373857975006104, 1.611677646636963, 1.4199565649032593, 1.5245317220687866, 1.3502397537231445, -0.7935512065887451, -0.39267969131469727, 0.8796514868736267, 0.3742047846317291, 0.5833552479743958, -0.1661001741886139, -1.3512853384017944, 0.1999128758907318, 0.0430501289665699, 0.600784420967102, -0.3403921127319336, 0.7227887511253357, 1.2108062505722046, 1.2630938291549683, 1.7511112689971924, -0.8458387851715088, 0.7227887511253357, 0.6879304051399231, 0.2696296274662018, 1.5942485332489014, 1.646536111831665, 1.472244143486023, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.4962092638015747, 0.4613508880138397, 0.478780061006546], [0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.4962092638015747, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.14762529730796814, 0.16505448520183563, 0.7402179837226868, 1.489673376083374, 1.6639652252197266, 1.8382571935653687, 1.768540382385254, 0.44392168521881104, 0.6879304051399231, 1.5245317220687866, 1.8556864261627197, 1.925403118133545, 1.4199565649032593, 0.2696296274662018, -0.009237446822226048, -0.2881045341491699, 1.4373857975006104, 1.2282354831695557, 0.478780061006546, 0.5659260153770447, 0.7053595781326294, 1.2630938291549683, 0.7053595781326294, 0.13019609451293945, 0.8099347352981567, 1.8382571935653687, 1.3502397537231445, 1.1410894393920898, 0.827363908290863, 0.0430501289665699, 0.8796514868736267, 0.28705883026123047, 1.332810640335083, 1.4025273323059082, 1.7162528038024902, 1.2979521751403809, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, -0.04409583657979965, -0.09638340771198273, -0.42753809690475464, 0.2522004544734955, -1.5430065393447876, 1.0016558170318604, 0.7402179837226868, 0.30448800325393677, 0.0430501289665699, -0.09638340771198273, 1.3502397537231445, 1.5593900680541992, 1.942832350730896, -1.490718960762024, 0.28705883026123047, 0.7053595781326294, 0.4613508880138397, 1.7162528038024902, 1.1410894393920898, 0.7053595781326294, 0.600784420967102, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.4613508880138397, 0.478780061006546]]]]} 2026-04-16 20:35:08.734 3502 kserve.trace response code: 200, content: {"predictions":[[6.736569968524009e-9,1.153582651625129e-8,5.142186410012073e-8,6.647101002954514e-8,4.094442118685038e-8,1.3402272713847196e-7,9.35544619551365e-8,2.8935589924117266e-8,6.845294819868286e-8,7.680520752728626e-8,2.0334418877610005e-6,1.1085519417974865e-6,2.3477346644540376e-7,6.581955744877632e-7,0.00012372950732242316,4.2878312456196e-7,6.419879809982376e-6,0.9993487000465393,0.00007371911488007754,0.00003101079710177146,5.602713827101979e-6,2.1862256289750803e-6,1.9543842100233633e-8,3.728848128048412e-7,4.29031416615544e-7,1.8250955235998845e-7,7.159837878134567e-8,9.231503561579757e-9,6.469168170042394e-7,7.031603299623157e-9,4.4511686780879245e-8,1.2455829789814743e-7,9.446210924579646e-8,4.3476589439706004e-8,4.6581672563661414e-7,6.797636586952649e-8,2.1060014887552825e-7,2.2604888627597575e-8,1.4311326879123953e-7,7.951216218771151e-8,1.2341666888460168e-7,1.0921577313638409e-6,0.000015243762391037308,3.1172930903267115e-7,2.415180802017858e-7,6.863702850523623e-8,8.46760883632669e-8,9.424560687421035e-8,1.0219084245477461e-8,3.3770398033539095e-8,3.6928447855189006e-8,1.3693848188722768e-7,1.067415098532365e-7,2.5994486918534676e-7,3.486601087843155e-7,3.132020509610811e-8,3.5748260529544496e-7,6.648343742199359e-8,3.163856945320731e-7,1.2095728152416996e-6,8.663983663836916e-8,4.014367860349921e-8,1.2544606420306081e-7,3.320077013313494e-8,1.973121896980956e-7,3.8063546980993124e-7,1.382770449254167e-7,2.3001977211833946e-8,7.14414980507172e-8,2.851079372589993e-8,2.982524804906461e-8,8.935905526641363e-8,6.223806394700659e-7,6.478746428228987e-8,1.3662854314588913e-7,9.973038572752557e-8,2.576123669939534e-8,4.130169273253159e-8,3.9383902361578293e-8,1.2157941853274679e-7,4.302776233089389e-6,1.8178942582380841e-6,1.8520014464229462e-6,1.6245859342234326e-6,0.0000164481571118813,0.000010544756150920875,3.993004611402284e-6,2.646454788646224e-7,0.00001919327405630611,4.803187607649306e-7,1.6962640358997305e-7,4.550436642603017e-6,0.000042358526116004214,4.443309080670588e-6,5.103951934870565e-6,0.000013506267350749113,4.1758286783988297e-7,4.4944314936401497e-7,3.156656873670727e-7,1.0557428140600678e-6,1.3364497952750298e-8,1.3893487249561076e-8,6.770295613023336e-8,1.4129548731034447e-7,7.170429228153807e-8,7.934354329108828e-8,2.6391164809069778e-8,2.6133946562367782e-8,7.1966232972897615e-9,2.1752097012495142e-8,6.684530973188885e-8,3.4177467966856057e-8,1.6228092647452286e-7,4.107051836399478e-7,6.472068889706861e-7,2.9513313393181306e-7,5.653383094994524e-9,4.8300755395302986e-8,8.887371727439586e-9,3.7305639466467255e-8,1.7784008932153483e-8,4.641856232723285e-9,3.413062898971475e-8,1.9373679549516964e-7,1.2980041219634586e-6,3.5640496776068176e-8,2.1493017143825455e-8,3.055253330330743e-7,1.553226809392072e-7,1.4520828699460253e-6,3.488421285169352e-8,0.00003825387466349639,4.508809183789708e-7,4.176648928932991e-7,6.770537765987683e-7,1.4142071336209483e-7,0.00001423571211489616,6.293736873885791e-7,4.762812295666663e-6,9.024806217894366e-7,9.058892942448438e-7,1.5713549146312289e-6,1.5720408441666223e-7,1.8185124872616143e-7,7.193072093514274e-8,1.1952631666645175e-6,8.874753234522359e-7,2.0870552930318809e-7,9.906116105184992e-8,7.793509837483725e-9,1.0058372623689138e-7,4.205883783470199e-7,1.8436001880672848e-7,1.6437729755125474e-7,7.02525184692604e-8,2.5704193262754416e-7,7.586770323086967e-8,7.841231308702845e-7,2.495280568837188e-7,5.157617977147311e-8,4.0673629797538524e-8,7.531674839356128e-9,4.797425745550754e-8,1.7419722553313477e-8,1.7958475950763386e-7,1.2566235163546935e-8,8.975329990335013e-8,3.269607518063822e-8,1.1208221195602164e-7,3.906690437815996e-8,4.676846998563633e-8,1.852334321483795e-7,1.4832883721282997e-7,1.2279221550670627e-7,1.0729002042353386e-6,3.6537970427019673e-9,1.6198204377815273e-7,1.6190487173162182e-8,1.2004819893718377e-7,1.480009448329156e-8,4.022906807676918e-8,2.1505718450498534e-7,1.192555032503151e-7,4.898190297808469e-8,7.608841201545147e-8,2.3137237903370078e-8,8.52094430570105e-8,9.586112525994395e-8,1.3351485961266008e-7,3.0216618540634954e-8,4.4238134933038964e-8,2.610634552979718e-8,2.397684113475407e-7,1.3192399705985736e-7,1.6734691854480843e-8,1.5883161097463017e-7,4.064300753725547e-7,8.753363545110915e-8,8.366871497855755e-7,3.437562767771851e-8,7.847781802183817e-8,8.526320982582547e-9,9.601245665180613e-8,5.258879127723048e-7,1.3557291822507977e-7,1.0307118003538562e-7,1.0429684671464656e-8,5.187630236491714e-8,2.1869702493404475e-8,1.179131725592697e-8,2.9806198398318884e-8,4.3383401759911067e-8,2.999067660880428e-8,2.8507258775789523e-8,3.058627484620047e-8,6.441018740588333e-8,1.5363882610586188e-8,1.597368459727022e-8,2.57365329048298e-8,1.090363141997841e-7,3.211827603877282e-8,6.819658615597746e-9,1.9251054084179486e-7,5.825749838095362e-8,1.876556723345857e-7,4.0070369777822634e-7,1.5791380647556252e-8,1.9501307235714194e-7,1.0141919304373914e-8,2.744775962071344e-8,1.2843395680306458e-8,3.7296960186949946e-8,7.407404467585366e-8,4.206033921150265e-8,1.6924593282396927e-8,1.4591853414458456e-7,4.344931525679385e-8,1.7191209167322086e-7,3.5816999144344663e-8,8.440128596021168e-9,4.1947775031303536e-8,2.513996122388562e-8,2.8339847801817086e-8,8.747072399728495e-8,8.277008411994302e-9,1.1676148936601294e-8,1.4548319882123906e-7,7.200192886358536e-9,2.623576165206032e-6,5.675644842995098e-7,1.9483265987219056e-6,6.752511438889996e-8,8.168359499904909e-8,1.0932910754490877e-7,1.6708914074570203e-7,3.138676518688044e-8,2.9734879447573803e-8,5.7520821883372264e-8,5.8507939826313304e-8,3.2544284067625995e-7,3.330167075432655e-8,4.186742614820105e-7,1.5085691984495497e-7,2.334644193524582e-7,2.8639897209359333e-7,2.2940034227758588e-7,1.8537357959758083e-7,3.151756686747831e-7,1.1075776455982123e-6,1.5369606387594104e-7,1.9237216974943294e-7,1.6404264613356645e-7,2.900799245253438e-7,1.2466382770526252e-7,5.802550617772795e-8,5.1861558603150115e-8,6.009345909774311e-9,1.23330778478703e-7,1.3798263864828186e-7,1.7370017246776115e-7,5.617696388071636e-7,5.160393001801822e-8,4.813227150179955e-8,8.032599652096906e-8,2.0644911273848265e-6,5.638538027596951e-7,8.794099244369136e-7,3.4785582556651207e-6,2.972355162000895e-7,3.390414349269122e-7,9.468957529179534e-8,3.754799493549399e-8,1.5678830322940485e-7,8.2030041426151e-8,6.847877820348458e-9,1.825139683830912e-8,6.050154155445853e-8,3.9562941367421445e-8,1.0699794472657231e-7,3.256623699599004e-7,3.536899839673424e-7,7.326217854597417e-8,4.857605517827324e-7,7.717640073678922e-7,3.456741737295488e-8,3.2461647947457095e-7,3.1608240078639938e-6,5.330938535053065e-8,3.645648973815696e-7,5.481521156980307e-7,4.623012372917401e-8,1.346600981833035e-7,4.352903104631878e-8,1.6403919289587066e-7,2.4636646500653114e-8,5.958662185889807e-8,9.493569308460792e-8,5.5234050222452424e-8,5.741187081298449e-8,0.000011850225746457,5.826300366607029e-6,7.420818292303011e-6,9.127862199420633e-7,2.001935399675858e-6,1.0334889566365746e-6,3.514648483360361e-8,2.0589775431290036e-6,3.5655068586493144e-7,6.873136015883574e-8,2.193502490754895e-9,5.560284321859399e-8,3.3266616128457827e-7,1.3073517379780242e-7,2.7187292417352182e-8,1.0462799515664756e-8,7.466601914529747e-7,6.923080064780152e-8,1.6145493830777013e-8,8.568415310605815e-9,4.762142236103273e-9,1.233958357715892e-7,8.340525603500737e-9,3.2648699299642203e-9,5.063196084620358e-9,4.0704488668552585e-9,1.2043389396865223e-8,5.1055555339019065e-9,7.267066948202228e-9,1.1844983305309142e-7,7.53547197973603e-8,6.386873252495207e-8,1.621267564644313e-8,2.6103893446816073e-7,6.979319664424111e-7,6.647392325476176e-8,7.717375183347031e-7,6.651137596236367e-7,3.3244478458982485e-7,3.707229154770175e-7,3.995585302618565e-7,6.411539743567118e-8,7.107263400030206e-8,1.6379799205878953e-7,6.876715730186334e-8,3.4624252975845593e-7,2.0256192101442139e-7,6.19600768914097e-7,2.6840686118134727e-8,6.720200644849683e-7,1.1348156476742588e-6,1.8397651047052932e-6,6.397185075002199e-7,7.257429501805746e-8,4.2213261508550204e-7,3.965735402289283e-7,1.4037237860975438e-7,3.249813573802385e-7,1.5857477819736232e-7,1.1122037335553614e-7,7.39131564841955e-8,3.4231769063808315e-7,5.39788445053091e-8,8.517191218970765e-8,4.060975243191933e-6,0.000014478493540082127,7.316928396505773e-9,6.948383646232514e-9,4.4688626132938225e-8,9.23126250995665e-8,5.41190452452156e-8,2.224259958438779e-7,1.7609368185844687e-8,2.0905980946395175e-8,3.6797160873902612e-9,6.177843658861093e-8,1.7920085326750268e-7,2.6278852871541858e-8,2.698776313536655e-8,1.6432605320915172e-7,1.2827440798446332e-7,4.468845560268164e-8,6.316474099321567e-8,1.9461522171582146e-8,2.0871000927513705e-8,2.2414262446091016e-8,2.4764982953229264e-8,6.785314532464781e-9,2.4248494767675766e-8,4.554914667664889e-9,2.8976625543464252e-8,2.0402152856036082e-8,1.6009290959573264e-7,2.019951637066697e-7,1.6111656009343278e-8,5.964040639128143e-8,4.0982603977113286e-9,3.907972612182675e-8,7.511245847524606e-9,5.965555942566425e-7,1.6478051634294388e-7,1.410681527147517e-8,3.285524030616216e-8,3.338656018314623e-9,1.2200259469352659e-8,4.624581961820695e-8,6.842250765970448e-9,1.7426071252657493e-8,4.661075436729334e-8,9.33183343931887e-8,1.230591379908219e-7,1.2359244294657401e-8,1.1173082903326303e-8,2.772451956900568e-8,2.4191731995415466e-7,3.4511506896706123e-7,2.593734649281032e-8,9.964443847820803e-8,9.797671118860762e-9,1.90853270964908e-7,3.9726497647052383e-8,2.6638923955601967e-8,6.8740502179309715e-9,3.146955052102385e-8,2.4086276084744895e-7,1.3126738451774145e-7,2.1254035686979478e-7,2.0501781605730685e-8,3.694923123020999e-8,6.563101351275691e-7,2.5600135344916453e-8,2.688264899575188e-8,6.880517844365386e-7,2.0092501529234141e-7,2.7880052044793047e-8,2.62837644982028e-8,5.167780159354152e-8,1.893516099471526e-7,4.6184757707123936e-7,1.1086663143089481e-8,1.4542384008109366e-7,2.8736709012378014e-8,6.105074703555147e-7,1.2016337258557996e-8,1.3944533350240818e-7,2.0936788303060894e-8,4.3800788773751265e-8,1.9662968142597492e-8,6.6543535126584175e-9,1.1149432488366529e-8,6.424846787922434e-8,6.971495380980741e-9,3.2599853927450795e-9,1.4260012726197147e-8,2.7894840215481054e-8,8.115682703646598e-8,2.599534454361674e-8,2.285521105704902e-8,1.05594978094814e-7,8.145473628928812e-8,3.779314994289962e-8,4.8818307618603285e-8,2.3420332340151617e-8,1.0599223720930695e-8,3.604067799756194e-8,5.062377184117395e-8,3.6804056691153164e-8,1.5015616527946918e-9,1.4474869658442913e-6,1.0761959856608883e-6,1.304976251503831e-7,3.073563448197092e-8,1.7183838352252678e-8,2.042087920983704e-8,7.904924714807748e-9,1.6901843480354728e-7,1.2416376371504612e-8,5.4757610001843204e-8,2.6250097207025647e-8,1.3261202802539174e-8,6.298007804161898e-8,1.2709827856838274e-8,2.0171410142211244e-7,4.386575014336813e-8,6.962276444255622e-8,2.956475668725034e-7,7.925040677037032e-7,2.0868660044470744e-7,1.7341581326490996e-7,4.294189182019181e-8,4.213362547744737e-9,8.8246935092684e-8,1.7341355018629656e-8,7.321497008661026e-8,1.7941481189609476e-8,1.1245008835203407e-7,4.2423405943736725e-7,8.259470440918903e-9,1.1336252470073305e-7,8.268681739309613e-8,2.2186704029536486e-8,1.9539518447686532e-8,1.0675572426066537e-8,3.288476690954667e-8,2.4340661042288048e-8,6.639029948019015e-8,5.604618547039308e-9,1.386590220420203e-8,6.6757905869963e-8,1.1355724360839758e-8,3.1321272331297223e-7,3.1244848486267074e-8,1.502163371469578e-7,1.346161226933873e-8,1.8882738572756352e-7,4.645693962856967e-8,4.645321638463429e-8,7.71435715307689e-9,3.585664032357272e-8,7.608256247237932e-9,4.2214487905312126e-8,4.3406713778892936e-9,1.3401408871516196e-8,8.565495335233209e-8,1.7045202582721686e-8,5.422122839604526e-8,3.0218750168842234e-8,6.153300091682468e-8,3.9388163841636015e-9,4.135585029985123e-8,1.7818981845607595e-8,4.31053557292671e-8,3.9032919119108556e-9,7.663005163749403e-8,1.1890258555524724e-8,9.304103265606045e-9,1.0967905472725192e-9,1.0536636452229686e-8,1.1516662112853737e-7,8.134422273542441e-7,5.9525618212319387e-8,2.8063100288022724e-8,1.283296402476708e-8,1.060557863752365e-7,7.872866945035639e-7,2.7501052102252288e-8,3.936232229051484e-9,2.0519189902756807e-8,7.394696410756296e-9,3.5983390489491285e-8,2.5378296797384792e-8,4.6989228508209635e-8,7.549436631393291e-9,6.322734407149255e-7,5.581916262542563e-9,1.2963950268840563e-7,1.587476106124086e-8,3.3837391555380236e-8,6.474394353972457e-9,9.121036015358186e-8,1.3918366015275296e-8,8.229938508463874e-9,2.7060956142577197e-8,2.6095642979839795e-8,5.722282203635132e-9,6.963402938708896e-7,4.685033871965061e-8,9.590480409826796e-9,2.0991818416860042e-7,3.082116961650172e-8,3.563118511351604e-8,7.326215154535021e-7,2.1759417450084584e-6,2.4074907400972734e-7,2.974484800688515e-7,2.528977205429328e-8,7.667869894589785e-9,2.6632636718204594e-7,3.435845030708151e-8,2.3129958393042216e-8,3.1239306252928145e-8,2.8691238185274415e-7,3.8957892911639647e-8,2.4183783864373254e-8,1.158230222841894e-8,5.1544706280992614e-8,2.0343204454320585e-8,8.201909196259294e-8,1.1641392738681589e-8,5.496298740581551e-7,1.1682007361457636e-8,4.7576321549058775e-8,1.6349654075042963e-8,4.090812311119407e-8,2.1270925287808495e-7,1.669703095785735e-7,3.989651631286506e-8,2.8524043500510743e-6,1.2500227342115977e-7,2.4846258384059183e-7,1.2454135500661323e-8,2.9699904757762852e-8,4.25093871214699e-9,1.6144196024470148e-7,2.6385819751340023e-7,7.637975585339518e-9,3.4455236441743864e-9,7.273212787595185e-8,1.763124757303558e-8,7.586505645917896e-9,2.154678924171094e-8,1.267521554382256e-7,2.5636829548147944e-8,3.500932521660616e-8,6.472151170555662e-8,8.387794458997178e-9,3.0694742747527926e-8,7.520281286588215e-8,1.5724816648798878e-7,1.9633705505839316e-7,1.2290654183289007e-7,1.1121071841202479e-9,1.5468767600168576e-8,9.916888643601851e-9,6.882375487293757e-7,8.267530660077682e-8,4.46946799570469e-8,2.075171856574798e-8,8.649272587035739e-8,5.20271186132959e-8,4.5564465978031876e-8,2.031970502969216e-8,8.705073994974555e-9,6.45198596771479e-8,2.1777212921847422e-8,1.0309374687267336e-8,3.2118705917127954e-8,2.3336649235261575e-7,8.053995692591798e-9,1.9623111313649133e-7,1.2887916511772346e-7,1.5392334518082862e-8,1.401880500573327e-9,5.696758975659577e-8,6.079961423210989e-9,1.0782660986308201e-8,2.4260382147645032e-8,1.9388348704296732e-8,2.2969983604070876e-7,1.997151066746028e-8,2.8477696645268225e-8,5.227270349905666e-8,2.739241153904004e-7,9.85714976309282e-8,3.129077086327925e-8,4.1513992243835673e-8,5.2511412995670526e-9,1.5806674582563573e-6,8.547505672140687e-7,1.0688979479311911e-8,1.0621677120070672e-6,7.737217089243131e-8,6.394137130882882e-8,1.1698201518584028e-7,1.0486479595783749e-7,2.1160776952910965e-7,1.5339432835048683e-8,5.094390331805698e-8,1.4005206772083056e-8,2.6281709253339613e-8,8.77830927947798e-8,7.771985721660712e-9,4.228822803042931e-8,3.3243432540075446e-7,7.72913466562386e-8,7.63679175452836e-10,5.989415541307608e-8,1.3260753917165857e-7,1.2853475084284582e-7,8.844149412823299e-9,1.0194228394766469e-7,2.4937534703894926e-7,1.6547782877296413e-7,1.176258734858493e-8,1.1496064900029523e-7,2.934237670615403e-7,1.3261050924029405e-8,8.630173198298507e-8,5.739413211358624e-8,1.1093964502606468e-7,2.2933429022486962e-7,3.470581191322708e-7,1.475092403779854e-7,1.5024763655446804e-8,6.454251177956394e-8,5.164459437878577e-8,6.23732674398525e-8,1.2935890936205396e-7,1.4051898311606692e-8,5.386868906498421e-8,2.082729722019394e-8,1.3040525104202061e-8,1.05788906523685e-7,1.507953939494655e-8,8.926216423787992e-7,4.637372086335745e-8,7.480928161385236e-7,5.883074472023964e-9,2.870727655590599e-9,8.381493898923509e-7,7.341868002441743e-9,1.4245849833116608e-8,1.0926260785026898e-7,1.1308060265946551e-7,2.52335809136639e-7,1.178269073420779e-7,4.667730024721095e-8,2.79587997198405e-9,3.436349871321909e-8,1.4674341741738317e-7,3.539640758276619e-8,2.0580911552769976e-7,7.18380377406902e-8,2.7693602078215918e-8,4.5492825506698864e-8,1.955898198957584e-8,1.5359576721607482e-8,1.2336422550163206e-8,2.957029643368969e-8,2.877517033539334e-7,9.051751135302766e-7,2.3732353326977318e-7,1.6521470413977113e-8,1.5478654802336678e-8,3.526755776306345e-8,3.61636587342673e-8,1.615889466677345e-8,7.649993705172164e-8,1.9661243300106435e-8,4.9174737171142624e-8,1.1712456426948847e-7,1.0889120716228717e-8,1.4941074368834961e-6,1.0185750909386115e-8,3.7575578204496196e-8,2.0970718495050278e-8,3.368522527580353e-8,4.845519985252622e-9,6.039555842107802e-7,1.0373183201295433e-8,2.841620698745828e-7,4.499007388858445e-7,3.4631430168019506e-8,7.720588968140873e-8,1.4711066853578814e-7,1.160143270340086e-7,4.0074306184578745e-7,3.0256124716743216e-8,6.706726196625823e-8,2.012845534693497e-8,1.5987545731732666e-9,4.1919221871467016e-8,1.3166965295852151e-8,3.231780709711529e-8,9.247563781400459e-8,1.3075164417841734e-7,1.0574149911235509e-7,3.762125899697821e-8,1.0942090256094161e-7,7.001387558602801e-8,2.7426720450307585e-8,2.0766329100752046e-8,4.5402845927355884e-8,3.390360703292572e-8,1.0469531730450399e-7,2.8271228913467894e-8,3.406190955956845e-7,5.146158059687878e-7,6.740644380442973e-7,6.3821934404018066e-9,3.638748680145909e-8,3.6260146885069844e-8,1.6065344254911906e-7,3.639007957190188e-7,6.232625970881145e-9,4.8054303647404595e-8,3.3725854109434295e-8,6.3287848206528e-7,6.480550496235082e-8,2.116489525860743e-7,8.38768769995113e-8,1.758889212055692e-8,2.729004577872729e-9,2.144768451728396e-8,7.861175532752895e-8,2.011793931444572e-8,2.840733515085958e-8,2.492219834948628e-7,2.0156347702027233e-8,2.6551370879701608e-8,2.7847898209643063e-8,6.907038496706264e-9,1.8805204504701578e-8,1.3006692611838844e-8,3.685865976876812e-7,3.9678877783444477e-7,2.7591790185965692e-8,2.5228539257682314e-8,1.5469838388071366e-7,3.6892611632310945e-8,1.4401622117077295e-9,2.1504664715621402e-8,5.068058328561165e-8,5.081657761252245e-8,1.1718628734058711e-8,5.409200909411993e-8,7.138175419640902e-7,2.523685509459028e-7,7.071956531490287e-8,7.199660245760242e-8,1.2525339876390262e-8,3.4802988579940575e-7,1.9591639954796847e-7,1.2404500182583433e-7,1.2346009725661133e-7,1.92011366806355e-8,1.9895020386684337e-7,3.7876212388709973e-8,1.0629652713589621e-8,1.2436973229057458e-8,2.186162078032794e-7,2.618108396745811e-7,1.1128912547064829e-7,1.0776497560982534e-7,6.380246109216614e-9,3.895029632161595e-9,1.576254788915321e-7,2.9089968212048234e-9,1.03809227880447e-8,2.8134863327977655e-8,1.0777869263733919e-8,1.3605805371241786e-8,2.9236161935841665e-8,1.918957508451058e-7,2.1994748067299952e-7,1.3263833587018325e-8,4.900423533626963e-8,2.9808058243929736e-9,8.925934658066126e-9,1.0996840771326788e-8,7.715520666806697e-9,7.454385553273823e-9,5.0860990086221136e-8,1.5129604946650943e-7,1.1959995660504319e-8,1.1323217030678734e-8,9.39119804144184e-9,9.585582461113518e-8,1.9055129030220996e-8,1.8105044574667772e-8,6.179151057494892e-8,6.389322493305372e-8,1.1853056314237165e-8,9.372677745034252e-9,1.2332006349424773e-7,1.6521848777983905e-8,1.246099685658919e-7,4.196111902388111e-9,3.9965367903960214e-8,1.255440107428285e-8,1.4302015571843185e-8,6.631698745707126e-9,5.964162053118116e-9,5.556878956980427e-9,1.419230528654225e-7,1.7612896030527736e-8,3.3801444487835397e-7,7.856438344333583e-8,2.9667463152804885e-8,2.8991748877160717e-6,1.3787196166958893e-6,5.313577133847502e-9,2.5128217728820346e-8,8.406522056247923e-8,4.492775573794461e-8,5.4087468726038423e-8,2.4238921980668238e-8,4.0167356019082945e-7,4.1083040969169815e-8,5.415281023601892e-8,8.640659743264223e-9,5.773174294176897e-8,2.6442751277500065e-7,8.953106203080097e-7,2.799365539374321e-8,5.889395637836969e-9,4.178830081968954e-8,2.888028660663622e-8,2.1357223545237503e-8,2.3023956430279213e-7,8.786517469161481e-8,2.069703963769598e-9,2.2363829899063603e-8,3.2032425600903025e-9,1.176860120466472e-8,6.963498577761129e-8,2.2719042647167953e-8,7.360319465021803e-9,6.922469264480924e-9,3.2138252947788715e-8,1.3705631829452614e-7,1.9814805796158907e-8,1.0578844467090676e-8,2.7049035011827982e-8,2.9755513608620277e-9,2.1773475467057324e-8,1.0975404585167325e-8,1.9918440230526357e-8,2.3881801425318372e-8,2.1357100976615584e-8,6.109046157831699e-9,1.1890372242362446e-8,1.1459750481890296e-8,3.731681275098708e-8,1.5726065782928345e-8,3.403987491878979e-8,3.6921193213856895e-8,9.281668411631472e-8,1.2323060616381554e-7,4.234707162709128e-8,1.7423577247654976e-8,5.811278214196136e-8,3.9313878374969136e-8,2.3690166273127033e-8,1.792834680713895e-8,1.4406491999352511e-8,7.0197305745978156e-9,6.041436506620812e-8,4.867428771149207e-8,1.0685186957459791e-8,1.005112082452797e-8,4.2425732260653604e-8,2.6077879411445792e-8,5.136626679558276e-9,1.6972753202892932e-9,1.9131350725842822e-8,2.1117190840413969e-7,1.3372530638378066e-8,2.000219723186092e-8,1.0454146348592985e-7,2.814382682458927e-8,2.134452614654947e-7,2.104584950757271e-8,1.9114216343041335e-7,3.957645233754192e-8,2.9315843974586642e-8,1.1051893977764848e-7,4.840025980001883e-8,5.583537188158516e-8,1.2129960680340446e-7,1.7761975001917563e-8,2.561053769056798e-8,1.2038481145282276e-7,4.6748018789344314e-9,1.591587306393194e-8,3.147561500327356e-8,6.147622144681009e-8,2.204614979461894e-8,3.2577264619249036e-7,1.198899752807847e-7,2.3818718375423487e-7,1.490982981522393e-8,5.1016343149967724e-8,5.5141523347401744e-8,2.288526701477167e-8,5.7140397302646306e-8,5.185041231925425e-7,4.977233558633998e-8,1.104976110610778e-8,1.26408238543263e-7,8.174780674607973e-8]]} 2026-04-16 20:35:08.734 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[[6.736569968524009e-9,1.153582651625129e-8,5.142186410012073e-8,6.647101002954514e-8,4.094442118685038e-8,1.3402272713847196e-7,9.35544619551365e-8,2.8935589924117266e-8,6.845294819868286e-8,7.680520752728626e-8,2.0334418877610005e-6,1.1085519417974865e-6,2.3477346644540376e-7,6.581955744877632e-7,0.00012372950732242316,4.2878312456196e-7,6.419879809982376e-6,0.9993487000465393,0.00007371911488007754,0.00003101079710177146,5.602713827101979e-6,2.1862256289750803e-6,1.9543842100233633e-8,3.728848128048412e-7,4.29031416615544e-7,1.8250955235998845e-7,7.159837878134567e-8,9.231503561579757e-9,6.469168170042394e-7,7.031603299623157e-9,4.4511686780879245e-8,1.2455829789814743e-7,9.446210924579646e-8,4.3476589439706004e-8,4.6581672563661414e-7,6.797636586952649e-8,2.1060014887552825e-7,2.2604888627597575e-8,1.4311326879123953e-7,7.951216218771151e-8,1.2341666888460168e-7,1.0921577313638409e-6,0.000015243762391037308,3.1172930903267115e-7,2.415180802017858e-7,6.863702850523623e-8,8.46760883632669e-8,9.424560687421035e-8,1.0219084245477461e-8,3.3770398033539095e-8,3.6928447855189006e-8,1.3693848188722768e-7,1.067415098532365e-7,2.5994486918534676e-7,3.486601087843155e-7,3.132020509610811e-8,3.5748260529544496e-7,6.648343742199359e-8,3.163856945320731e-7,1.2095728152416996e-6,8.663983663836916e-8,4.014367860349921e-8,1.2544606420306081e-7,3.320077013313494e-8,1.973121896980956e-7,3.8063546980993124e-7,1.382770449254167e-7,2.3001977211833946e-8,7.14414980507172e-8,2.851079372589993e-8,2.982524804906461e-8,8.935905526641363e-8,6.223806394700659e-7,6.478746428228987e-8,1.3662854314588913e-7,9.973038572752557e-8,2.576123669939534e-8,4.130169273253159e-8,3.9383902361578293e-8,1.2157941853274679e-7,4.302776233089389e-6,1.8178942582380841e-6,1.8520014464229462e-6,1.6245859342234326e-6,0.0000164481571118813,0.000010544756150920875,3.993004611402284e-6,2.646454788646224e-7,0.00001919327405630611,4.803187607649306e-7,1.6962640358997305e-7,4.550436642603017e-6,0.000042358526116004214,4.443309080670588e-6,5.103951934870565e-6,0.000013506267350749113,4.1758286783988297e-7,4.4944314936401497e-7,3.156656873670727e-7,1.0557428140600678e-6,1.3364497952750298e-8,1.3893487249561076e-8,6.770295613023336e-8,1.4129548731034447e-7,7.170429228153807e-8,7.934354329108828e-8,2.6391164809069778e-8,2.6133946562367782e-8,7.1966232972897615e-9,2.1752097012495142e-8,6.684530973188885e-8,3.4177467966856057e-8,1.6228092647452286e-7,4.107051836399478e-7,6.472068889706861e-7,2.9513313393181306e-7,5.653383094994524e-9,4.8300755395302986e-8,8.887371727439586e-9,3.7305639466467255e-8,1.7784008932153483e-8,4.641856232723285e-9,3.413062898971475e-8,1.9373679549516964e-7,1.2980041219634586e-6,3.5640496776068176e-8,2.1493017143825455e-8,3.055253330330743e-7,1.553226809392072e-7,1.4520828699460253e-6,3.488421285169352e-8,0.00003825387466349639,4.508809183789708e-7,4.176648928932991e-7,6.770537765987683e-7,1.4142071336209483e-7,0.00001423571211489616,6.293736873885791e-7,4.762812295666663e-6,9.024806217894366e-7,9.058892942448438e-7,1.5713549146312289e-6,1.5720408441666223e-7,1.8185124872616143e-7,7.193072093514274e-8,1.1952631666645175e-6,8.874753234522359e-7,2.0870552930318809e-7,9.906116105184992e-8,7.793509837483725e-9,1.0058372623689138e-7,4.205883783470199e-7,1.8436001880672848e-7,1.6437729755125474e-7,7.02525184692604e-8,2.5704193262754416e-7,7.586770323086967e-8,7.841231308702845e-7,2.495280568837188e-7,5.157617977147311e-8,4.0673629797538524e-8,7.531674839356128e-9,4.797425745550754e-8,1.7419722553313477e-8,1.7958475950763386e-7,1.2566235163546935e-8,8.975329990335013e-8,3.269607518063822e-8,1.1208221195602164e-7,3.906690437815996e-8,4.676846998563633e-8,1.852334321483795e-7,1.4832883721282997e-7,1.2279221550670627e-7,1.0729002042353386e-6,3.6537970427019673e-9,1.6198204377815273e-7,1.6190487173162182e-8,1.2004819893718377e-7,1.480009448329156e-8,4.022906807676918e-8,2.1505718450498534e-7,1.192555032503151e-7,4.898190297808469e-8,7.608841201545147e-8,2.3137237903370078e-8,8.52094430570105e-8,9.586112525994395e-8,1.3351485961266008e-7,3.0216618540634954e-8,4.4238134933038964e-8,2.610634552979718e-8,2.397684113475407e-7,1.3192399705985736e-7,1.6734691854480843e-8,1.5883161097463017e-7,4.064300753725547e-7,8.753363545110915e-8,8.366871497855755e-7,3.437562767771851e-8,7.847781802183817e-8,8.526320982582547e-9,9.601245665180613e-8,5.258879127723048e-7,1.3557291822507977e-7,1.0307118003538562e-7,1.0429684671464656e-8,5.187630236491714e-8,2.1869702493404475e-8,1.179131725592697e-8,2.9806198398318884e-8,4.3383401759911067e-8,2.999067660880428e-8,2.8507258775789523e-8,3.058627484620047e-8,6.441018740588333e-8,1.5363882610586188e-8,1.597368459727022e-8,2.57365329048298e-8,1.090363141997841e-7,3.211827603877282e-8,6.819658615597746e-9,1.9251054084179486e-7,5.825749838095362e-8,1.876556723345857e-7,4.0070369777822634e-7,1.5791380647556252e-8,1.9501307235714194e-7,1.0141919304373914e-8,2.744775962071344e-8,1.2843395680306458e-8,3.7296960186949946e-8,7.407404467585366e-8,4.206033921150265e-8,1.6924593282396927e-8,1.4591853414458456e-7,4.344931525679385e-8,1.7191209167322086e-7,3.5816999144344663e-8,8.440128596021168e-9,4.1947775031303536e-8,2.513996122388562e-8,2.8339847801817086e-8,8.747072399728495e-8,8.277008411994302e-9,1.1676148936601294e-8,1.4548319882123906e-7,7.200192886358536e-9,2.623576165206032e-6,5.675644842995098e-7,1.9483265987219056e-6,6.752511438889996e-8,8.168359499904909e-8,1.0932910754490877e-7,1.6708914074570203e-7,3.138676518688044e-8,2.9734879447573803e-8,5.7520821883372264e-8,5.8507939826313304e-8,3.2544284067625995e-7,3.330167075432655e-8,4.186742614820105e-7,1.5085691984495497e-7,2.334644193524582e-7,2.8639897209359333e-7,2.2940034227758588e-7,1.8537357959758083e-7,3.151756686747831e-7,1.1075776455982123e-6,1.5369606387594104e-7,1.9237216974943294e-7,1.6404264613356645e-7,2.900799245253438e-7,1.2466382770526252e-7,5.802550617772795e-8,5.1861558603150115e-8,6.009345909774311e-9,1.23330778478703e-7,1.3798263864828186e-7,1.7370017246776115e-7,5.617696388071636e-7,5.160393001801822e-8,4.813227150179955e-8,8.032599652096906e-8,2.0644911273848265e-6,5.638538027596951e-7,8.794099244369136e-7,3.4785582556651207e-6,2.972355162000895e-7,3.390414349269122e-7,9.468957529179534e-8,3.754799493549399e-8,1.5678830322940485e-7,8.2030041426151e-8,6.847877820348458e-9,1.825139683830912e-8,6.050154155445853e-8,3.9562941367421445e-8,1.0699794472657231e-7,3.256623699599004e-7,3.536899839673424e-7,7.326217854597417e-8,4.857605517827324e-7,7.717640073678922e-7,3.456741737295488e-8,3.2461647947457095e-7,3.1608240078639938e-6,5.330938535053065e-8,3.645648973815696e-7,5.481521156980307e-7,4.623012372917401e-8,1.346600981833035e-7,4.352903104631878e-8,1.6403919289587066e-7,2.4636646500653114e-8,5.958662185889807e-8,9.493569308460792e-8,5.5234050222452424e-8,5.741187081298449e-8,0.000011850225746457,5.826300366607029e-6,7.420818292303011e-6,9.127862199420633e-7,2.001935399675858e-6,1.0334889566365746e-6,3.514648483360361e-8,2.0589775431290036e-6,3.5655068586493144e-7,6.873136015883574e-8,2.193502490754895e-9,5.560284321859399e-8,3.3266616128457827e-7,1.3073517379780242e-7,2.7187292417352182e-8,1.0462799515664756e-8,7.466601914529747e-7,6.923080064780152e-8,1.6145493830777013e-8,8.568415310605815e-9,4.762142236103273e-9,1.233958357715892e-7,8.340525603500737e-9,3.2648699299642203e-9,5.063196084620358e-9,4.0704488668552585e-9,1.2043389396865223e-8,5.1055555339019065e-9,7.267066948202228e-9,1.1844983305309142e-7,7.53547197973603e-8,6.386873252495207e-8,1.621267564644313e-8,2.6103893446816073e-7,6.979319664424111e-7,6.647392325476176e-8,7.717375183347031e-7,6.651137596236367e-7,3.3244478458982485e-7,3.707229154770175e-7,3.995585302618565e-7,6.411539743567118e-8,7.107263400030206e-8,1.6379799205878953e-7,6.876715730186334e-8,3.4624252975845593e-7,2.0256192101442139e-7,6.19600768914097e-7,2.6840686118134727e-8,6.720200644849683e-7,1.1348156476742588e-6,1.8397651047052932e-6,6.397185075002199e-7,7.257429501805746e-8,4.2213261508550204e-7,3.965735402289283e-7,1.4037237860975438e-7,3.249813573802385e-7,1.5857477819736232e-7,1.1122037335553614e-7,7.39131564841955e-8,3.4231769063808315e-7,5.39788445053091e-8,8.517191218970765e-8,4.060975243191933e-6,0.000014478493540082127,7.316928396505773e-9,6.948383646232514e-9,4.4688626132938225e-8,9.23126250995665e-8,5.41190452452156e-8,2.224259958438779e-7,1.7609368185844687e-8,2.0905980946395175e-8,3.6797160873902612e-9,6.177843658861093e-8,1.7920085326750268e-7,2.6278852871541858e-8,2.698776313536655e-8,1.6432605320915172e-7,1.2827440798446332e-7,4.468845560268164e-8,6.316474099321567e-8,1.9461522171582146e-8,2.0871000927513705e-8,2.2414262446091016e-8,2.4764982953229264e-8,6.785314532464781e-9,2.4248494767675766e-8,4.554914667664889e-9,2.8976625543464252e-8,2.0402152856036082e-8,1.6009290959573264e-7,2.019951637066697e-7,1.6111656009343278e-8,5.964040639128143e-8,4.0982603977113286e-9,3.907972612182675e-8,7.511245847524606e-9,5.965555942566425e-7,1.6478051634294388e-7,1.410681527147517e-8,3.285524030616216e-8,3.338656018314623e-9,1.2200259469352659e-8,4.624581961820695e-8,6.842250765970448e-9,1.7426071252657493e-8,4.661075436729334e-8,9.33183343931887e-8,1.230591379908219e-7,1.2359244294657401e-8,1.1173082903326303e-8,2.772451956900568e-8,2.4191731995415466e-7,3.4511506896706123e-7,2.593734649281032e-8,9.964443847820803e-8,9.797671118860762e-9,1.90853270964908e-7,3.9726497647052383e-8,2.6638923955601967e-8,6.8740502179309715e-9,3.146955052102385e-8,2.4086276084744895e-7,1.3126738451774145e-7,2.1254035686979478e-7,2.0501781605730685e-8,3.694923123020999e-8,6.563101351275691e-7,2.5600135344916453e-8,2.688264899575188e-8,6.880517844365386e-7,2.0092501529234141e-7,2.7880052044793047e-8,2.62837644982028e-8,5.167780159354152e-8,1.893516099471526e-7,4.6184757707123936e-7,1.1086663143089481e-8,1.4542384008109366e-7,2.8736709012378014e-8,6.105074703555147e-7,1.2016337258557996e-8,1.3944533350240818e-7,2.0936788303060894e-8,4.3800788773751265e-8,1.9662968142597492e-8,6.6543535126584175e-9,1.1149432488366529e-8,6.424846787922434e-8,6.971495380980741e-9,3.2599853927450795e-9,1.4260012726197147e-8,2.7894840215481054e-8,8.115682703646598e-8,2.599534454361674e-8,2.285521105704902e-8,1.05594978094814e-7,8.145473628928812e-8,3.779314994289962e-8,4.8818307618603285e-8,2.3420332340151617e-8,1.0599223720930695e-8,3.604067799756194e-8,5.062377184117395e-8,3.6804056691153164e-8,1.5015616527946918e-9,1.4474869658442913e-6,1.0761959856608883e-6,1.304976251503831e-7,3.073563448197092e-8,1.7183838352252678e-8,2.042087920983704e-8,7.904924714807748e-9,1.6901843480354728e-7,1.2416376371504612e-8,5.4757610001843204e-8,2.6250097207025647e-8,1.3261202802539174e-8,6.298007804161898e-8,1.2709827856838274e-8,2.0171410142211244e-7,4.386575014336813e-8,6.962276444255622e-8,2.956475668725034e-7,7.925040677037032e-7,2.0868660044470744e-7,1.7341581326490996e-7,4.294189182019181e-8,4.213362547744737e-9,8.8246935092684e-8,1.7341355018629656e-8,7.321497008661026e-8,1.7941481189609476e-8,1.1245008835203407e-7,4.2423405943736725e-7,8.259470440918903e-9,1.1336252470073305e-7,8.268681739309613e-8,2.2186704029536486e-8,1.9539518447686532e-8,1.0675572426066537e-8,3.288476690954667e-8,2.4340661042288048e-8,6.639029948019015e-8,5.604618547039308e-9,1.386590220420203e-8,6.6757905869963e-8,1.1355724360839758e-8,3.1321272331297223e-7,3.1244848486267074e-8,1.502163371469578e-7,1.346161226933873e-8,1.8882738572756352e-7,4.645693962856967e-8,4.645321638463429e-8,7.71435715307689e-9,3.585664032357272e-8,7.608256247237932e-9,4.2214487905312126e-8,4.3406713778892936e-9,1.3401408871516196e-8,8.565495335233209e-8,1.7045202582721686e-8,5.422122839604526e-8,3.0218750168842234e-8,6.153300091682468e-8,3.9388163841636015e-9,4.135585029985123e-8,1.7818981845607595e-8,4.31053557292671e-8,3.9032919119108556e-9,7.663005163749403e-8,1.1890258555524724e-8,9.304103265606045e-9,1.0967905472725192e-9,1.0536636452229686e-8,1.1516662112853737e-7,8.134422273542441e-7,5.9525618212319387e-8,2.8063100288022724e-8,1.283296402476708e-8,1.060557863752365e-7,7.872866945035639e-7,2.7501052102252288e-8,3.936232229051484e-9,2.0519189902756807e-8,7.394696410756296e-9,3.5983390489491285e-8,2.5378296797384792e-8,4.6989228508209635e-8,7.549436631393291e-9,6.322734407149255e-7,5.581916262542563e-9,1.2963950268840563e-7,1.587476106124086e-8,3.3837391555380236e-8,6.474394353972457e-9,9.121036015358186e-8,1.3918366015275296e-8,8.229938508463874e-9,2.7060956142577197e-8,2.6095642979839795e-8,5.722282203635132e-9,6.963402938708896e-7,4.685033871965061e-8,9.590480409826796e-9,2.0991818416860042e-7,3.082116961650172e-8,3.563118511351604e-8,7.326215154535021e-7,2.1759417450084584e-6,2.4074907400972734e-7,2.974484800688515e-7,2.528977205429328e-8,7.667869894589785e-9,2.6632636718204594e-7,3.435845030708151e-8,2.3129958393042216e-8,3.1239306252928145e-8,2.8691238185274415e-7,3.8957892911639647e-8,2.4183783864373254e-8,1.158230222841894e-8,5.1544706280992614e-8,2.0343204454320585e-8,8.201909196259294e-8,1.1641392738681589e-8,5.496298740581551e-7,1.1682007361457636e-8,4.7576321549058775e-8,1.6349654075042963e-8,4.090812311119407e-8,2.1270925287808495e-7,1.669703095785735e-7,3.989651631286506e-8,2.8524043500510743e-6,1.2500227342115977e-7,2.4846258384059183e-7,1.2454135500661323e-8,2.9699904757762852e-8,4.25093871214699e-9,1.6144196024470148e-7,2.6385819751340023e-7,7.637975585339518e-9,3.4455236441743864e-9,7.273212787595185e-8,1.763124757303558e-8,7.586505645917896e-9,2.154678924171094e-8,1.267521554382256e-7,2.5636829548147944e-8,3.500932521660616e-8,6.472151170555662e-8,8.387794458997178e-9,3.0694742747527926e-8,7.520281286588215e-8,1.5724816648798878e-7,1.9633705505839316e-7,1.2290654183289007e-7,1.1121071841202479e-9,1.5468767600168576e-8,9.916888643601851e-9,6.882375487293757e-7,8.267530660077682e-8,4.46946799570469e-8,2.075171856574798e-8,8.649272587035739e-8,5.20271186132959e-8,4.5564465978031876e-8,2.031970502969216e-8,8.705073994974555e-9,6.45198596771479e-8,2.1777212921847422e-8,1.0309374687267336e-8,3.2118705917127954e-8,2.3336649235261575e-7,8.053995692591798e-9,1.9623111313649133e-7,1.2887916511772346e-7,1.5392334518082862e-8,1.401880500573327e-9,5.696758975659577e-8,6.079961423210989e-9,1.0782660986308201e-8,2.4260382147645032e-8,1.9388348704296732e-8,2.2969983604070876e-7,1.997151066746028e-8,2.8477696645268225e-8,5.227270349905666e-8,2.739241153904004e-7,9.85714976309282e-8,3.129077086327925e-8,4.1513992243835673e-8,5.2511412995670526e-9,1.5806674582563573e-6,8.547505672140687e-7,1.0688979479311911e-8,1.0621677120070672e-6,7.737217089243131e-8,6.394137130882882e-8,1.1698201518584028e-7,1.0486479595783749e-7,2.1160776952910965e-7,1.5339432835048683e-8,5.094390331805698e-8,1.4005206772083056e-8,2.6281709253339613e-8,8.77830927947798e-8,7.771985721660712e-9,4.228822803042931e-8,3.3243432540075446e-7,7.72913466562386e-8,7.63679175452836e-10,5.989415541307608e-8,1.3260753917165857e-7,1.2853475084284582e-7,8.844149412823299e-9,1.0194228394766469e-7,2.4937534703894926e-7,1.6547782877296413e-7,1.176258734858493e-8,1.1496064900029523e-7,2.934237670615403e-7,1.3261050924029405e-8,8.630173198298507e-8,5.739413211358624e-8,1.1093964502606468e-7,2.2933429022486962e-7,3.470581191322708e-7,1.475092403779854e-7,1.5024763655446804e-8,6.454251177956394e-8,5.164459437878577e-8,6.23732674398525e-8,1.2935890936205396e-7,1.4051898311606692e-8,5.386868906498421e-8,2.082729722019394e-8,1.3040525104202061e-8,1.05788906523685e-7,1.507953939494655e-8,8.926216423787992e-7,4.637372086335745e-8,7.480928161385236e-7,5.883074472023964e-9,2.870727655590599e-9,8.381493898923509e-7,7.341868002441743e-9,1.4245849833116608e-8,1.0926260785026898e-7,1.1308060265946551e-7,2.52335809136639e-7,1.178269073420779e-7,4.667730024721095e-8,2.79587997198405e-9,3.436349871321909e-8,1.4674341741738317e-7,3.539640758276619e-8,2.0580911552769976e-7,7.18380377406902e-8,2.7693602078215918e-8,4.5492825506698864e-8,1.955898198957584e-8,1.5359576721607482e-8,1.2336422550163206e-8,2.957029643368969e-8,2.877517033539334e-7,9.051751135302766e-7,2.3732353326977318e-7,1.6521470413977113e-8,1.5478654802336678e-8,3.526755776306345e-8,3.61636587342673e-8,1.615889466677345e-8,7.649993705172164e-8,1.9661243300106435e-8,4.9174737171142624e-8,1.1712456426948847e-7,1.0889120716228717e-8,1.4941074368834961e-6,1.0185750909386115e-8,3.7575578204496196e-8,2.0970718495050278e-8,3.368522527580353e-8,4.845519985252622e-9,6.039555842107802e-7,1.0373183201295433e-8,2.841620698745828e-7,4.499007388858445e-7,3.4631430168019506e-8,7.720588968140873e-8,1.4711066853578814e-7,1.160143270340086e-7,4.0074306184578745e-7,3.0256124716743216e-8,6.706726196625823e-8,2.012845534693497e-8,1.5987545731732666e-9,4.1919221871467016e-8,1.3166965295852151e-8,3.231780709711529e-8,9.247563781400459e-8,1.3075164417841734e-7,1.0574149911235509e-7,3.762125899697821e-8,1.0942090256094161e-7,7.001387558602801e-8,2.7426720450307585e-8,2.0766329100752046e-8,4.5402845927355884e-8,3.390360703292572e-8,1.0469531730450399e-7,2.8271228913467894e-8,3.406190955956845e-7,5.146158059687878e-7,6.740644380442973e-7,6.3821934404018066e-9,3.638748680145909e-8,3.6260146885069844e-8,1.6065344254911906e-7,3.639007957190188e-7,6.232625970881145e-9,4.8054303647404595e-8,3.3725854109434295e-8,6.3287848206528e-7,6.480550496235082e-8,2.116489525860743e-7,8.38768769995113e-8,1.758889212055692e-8,2.729004577872729e-9,2.144768451728396e-8,7.861175532752895e-8,2.011793931444572e-8,2.840733515085958e-8,2.492219834948628e-7,2.0156347702027233e-8,2.6551370879701608e-8,2.7847898209643063e-8,6.907038496706264e-9,1.8805204504701578e-8,1.3006692611838844e-8,3.685865976876812e-7,3.9678877783444477e-7,2.7591790185965692e-8,2.5228539257682314e-8,1.5469838388071366e-7,3.6892611632310945e-8,1.4401622117077295e-9,2.1504664715621402e-8,5.068058328561165e-8,5.081657761252245e-8,1.1718628734058711e-8,5.409200909411993e-8,7.138175419640902e-7,2.523685509459028e-7,7.071956531490287e-8,7.199660245760242e-8,1.2525339876390262e-8,3.4802988579940575e-7,1.9591639954796847e-7,1.2404500182583433e-7,1.2346009725661133e-7,1.92011366806355e-8,1.9895020386684337e-7,3.7876212388709973e-8,1.0629652713589621e-8,1.2436973229057458e-8,2.186162078032794e-7,2.618108396745811e-7,1.1128912547064829e-7,1.0776497560982534e-7,6.380246109216614e-9,3.895029632161595e-9,1.576254788915321e-7,2.9089968212048234e-9,1.03809227880447e-8,2.8134863327977655e-8,1.0777869263733919e-8,1.3605805371241786e-8,2.9236161935841665e-8,1.918957508451058e-7,2.1994748067299952e-7,1.3263833587018325e-8,4.900423533626963e-8,2.9808058243929736e-9,8.925934658066126e-9,1.0996840771326788e-8,7.715520666806697e-9,7.454385553273823e-9,5.0860990086221136e-8,1.5129604946650943e-7,1.1959995660504319e-8,1.1323217030678734e-8,9.39119804144184e-9,9.585582461113518e-8,1.9055129030220996e-8,1.8105044574667772e-8,6.179151057494892e-8,6.389322493305372e-8,1.1853056314237165e-8,9.372677745034252e-9,1.2332006349424773e-7,1.6521848777983905e-8,1.246099685658919e-7,4.196111902388111e-9,3.9965367903960214e-8,1.255440107428285e-8,1.4302015571843185e-8,6.631698745707126e-9,5.964162053118116e-9,5.556878956980427e-9,1.419230528654225e-7,1.7612896030527736e-8,3.3801444487835397e-7,7.856438344333583e-8,2.9667463152804885e-8,2.8991748877160717e-6,1.3787196166958893e-6,5.313577133847502e-9,2.5128217728820346e-8,8.406522056247923e-8,4.492775573794461e-8,5.4087468726038423e-8,2.4238921980668238e-8,4.0167356019082945e-7,4.1083040969169815e-8,5.415281023601892e-8,8.640659743264223e-9,5.773174294176897e-8,2.6442751277500065e-7,8.953106203080097e-7,2.799365539374321e-8,5.889395637836969e-9,4.178830081968954e-8,2.888028660663622e-8,2.1357223545237503e-8,2.3023956430279213e-7,8.786517469161481e-8,2.069703963769598e-9,2.2363829899063603e-8,3.2032425600903025e-9,1.176860120466472e-8,6.963498577761129e-8,2.2719042647167953e-8,7.360319465021803e-9,6.922469264480924e-9,3.2138252947788715e-8,1.3705631829452614e-7,1.9814805796158907e-8,1.0578844467090676e-8,2.7049035011827982e-8,2.9755513608620277e-9,2.1773475467057324e-8,1.0975404585167325e-8,1.9918440230526357e-8,2.3881801425318372e-8,2.1357100976615584e-8,6.109046157831699e-9,1.1890372242362446e-8,1.1459750481890296e-8,3.731681275098708e-8,1.5726065782928345e-8,3.403987491878979e-8,3.6921193213856895e-8,9.281668411631472e-8,1.2323060616381554e-7,4.234707162709128e-8,1.7423577247654976e-8,5.811278214196136e-8,3.9313878374969136e-8,2.3690166273127033e-8,1.792834680713895e-8,1.4406491999352511e-8,7.0197305745978156e-9,6.041436506620812e-8,4.867428771149207e-8,1.0685186957459791e-8,1.005112082452797e-8,4.2425732260653604e-8,2.6077879411445792e-8,5.136626679558276e-9,1.6972753202892932e-9,1.9131350725842822e-8,2.1117190840413969e-7,1.3372530638378066e-8,2.000219723186092e-8,1.0454146348592985e-7,2.814382682458927e-8,2.134452614654947e-7,2.104584950757271e-8,1.9114216343041335e-7,3.957645233754192e-8,2.9315843974586642e-8,1.1051893977764848e-7,4.840025980001883e-8,5.583537188158516e-8,1.2129960680340446e-7,1.7761975001917563e-8,2.561053769056798e-8,1.2038481145282276e-7,4.6748018789344314e-9,1.591587306393194e-8,3.147561500327356e-8,6.147622144681009e-8,2.204614979461894e-8,3.2577264619249036e-7,1.198899752807847e-7,2.3818718375423487e-7,1.490982981522393e-8,5.1016343149967724e-8,5.5141523347401744e-8,2.288526701477167e-8,5.7140397302646306e-8,5.185041231925425e-7,4.977233558633998e-8,1.104976110610778e-8,1.26408238543263e-7,8.174780674607973e-8]]} 2026-04-16 20:35:08.735 3502 kserve.trace Got response {'predictions': [[6.736569968524009e-09, 1.153582651625129e-08, 5.142186410012073e-08, 6.647101002954514e-08, 4.094442118685038e-08, 1.3402272713847196e-07, 9.35544619551365e-08, 2.8935589924117266e-08, 6.845294819868286e-08, 7.680520752728626e-08, 2.0334418877610005e-06, 1.1085519417974865e-06, 2.3477346644540376e-07, 6.581955744877632e-07, 0.00012372950732242316, 4.2878312456196e-07, 6.419879809982376e-06, 0.9993487000465393, 7.371911488007754e-05, 3.101079710177146e-05, 5.602713827101979e-06, 2.1862256289750803e-06, 1.9543842100233633e-08, 3.728848128048412e-07, 4.29031416615544e-07, 1.8250955235998845e-07, 7.159837878134567e-08, 9.231503561579757e-09, 6.469168170042394e-07, 7.031603299623157e-09, 4.4511686780879245e-08, 1.2455829789814743e-07, 9.446210924579646e-08, 4.3476589439706004e-08, 4.6581672563661414e-07, 6.797636586952649e-08, 2.1060014887552825e-07, 2.2604888627597575e-08, 1.4311326879123953e-07, 7.951216218771151e-08, 1.2341666888460168e-07, 1.0921577313638409e-06, 1.5243762391037308e-05, 3.1172930903267115e-07, 2.415180802017858e-07, 6.863702850523623e-08, 8.46760883632669e-08, 9.424560687421035e-08, 1.0219084245477461e-08, 3.3770398033539095e-08, 3.6928447855189006e-08, 1.3693848188722768e-07, 1.067415098532365e-07, 2.5994486918534676e-07, 3.486601087843155e-07, 3.132020509610811e-08, 3.5748260529544496e-07, 6.648343742199359e-08, 3.163856945320731e-07, 1.2095728152416996e-06, 8.663983663836916e-08, 4.014367860349921e-08, 1.2544606420306081e-07, 3.320077013313494e-08, 1.973121896980956e-07, 3.8063546980993124e-07, 1.382770449254167e-07, 2.3001977211833946e-08, 7.14414980507172e-08, 2.851079372589993e-08, 2.982524804906461e-08, 8.935905526641363e-08, 6.223806394700659e-07, 6.478746428228987e-08, 1.3662854314588913e-07, 9.973038572752557e-08, 2.576123669939534e-08, 4.130169273253159e-08, 3.9383902361578293e-08, 1.2157941853274679e-07, 4.302776233089389e-06, 1.8178942582380841e-06, 1.8520014464229462e-06, 1.6245859342234326e-06, 1.64481571118813e-05, 1.0544756150920875e-05, 3.993004611402284e-06, 2.646454788646224e-07, 1.919327405630611e-05, 4.803187607649306e-07, 1.6962640358997305e-07, 4.550436642603017e-06, 4.2358526116004214e-05, 4.443309080670588e-06, 5.103951934870565e-06, 1.3506267350749113e-05, 4.1758286783988297e-07, 4.4944314936401497e-07, 3.156656873670727e-07, 1.0557428140600678e-06, 1.3364497952750298e-08, 1.3893487249561076e-08, 6.770295613023336e-08, 1.4129548731034447e-07, 7.170429228153807e-08, 7.934354329108828e-08, 2.6391164809069778e-08, 2.6133946562367782e-08, 7.1966232972897615e-09, 2.1752097012495142e-08, 6.684530973188885e-08, 3.4177467966856057e-08, 1.6228092647452286e-07, 4.107051836399478e-07, 6.472068889706861e-07, 2.9513313393181306e-07, 5.653383094994524e-09, 4.8300755395302986e-08, 8.887371727439586e-09, 3.7305639466467255e-08, 1.7784008932153483e-08, 4.641856232723285e-09, 3.413062898971475e-08, 1.9373679549516964e-07, 1.2980041219634586e-06, 3.5640496776068176e-08, 2.1493017143825455e-08, 3.055253330330743e-07, 1.553226809392072e-07, 1.4520828699460253e-06, 3.488421285169352e-08, 3.825387466349639e-05, 4.508809183789708e-07, 4.176648928932991e-07, 6.770537765987683e-07, 1.4142071336209483e-07, 1.423571211489616e-05, 6.293736873885791e-07, 4.762812295666663e-06, 9.024806217894366e-07, 9.058892942448438e-07, 1.5713549146312289e-06, 1.5720408441666223e-07, 1.8185124872616143e-07, 7.193072093514274e-08, 1.1952631666645175e-06, 8.874753234522359e-07, 2.0870552930318809e-07, 9.906116105184992e-08, 7.793509837483725e-09, 1.0058372623689138e-07, 4.205883783470199e-07, 1.8436001880672848e-07, 1.6437729755125474e-07, 7.02525184692604e-08, 2.5704193262754416e-07, 7.586770323086967e-08, 7.841231308702845e-07, 2.495280568837188e-07, 5.157617977147311e-08, 4.0673629797538524e-08, 7.531674839356128e-09, 4.797425745550754e-08, 1.7419722553313477e-08, 1.7958475950763386e-07, 1.2566235163546935e-08, 8.975329990335013e-08, 3.269607518063822e-08, 1.1208221195602164e-07, 3.906690437815996e-08, 4.676846998563633e-08, 1.852334321483795e-07, 1.4832883721282997e-07, 1.2279221550670627e-07, 1.0729002042353386e-06, 3.6537970427019673e-09, 1.6198204377815273e-07, 1.6190487173162182e-08, 1.2004819893718377e-07, 1.480009448329156e-08, 4.022906807676918e-08, 2.1505718450498534e-07, 1.192555032503151e-07, 4.898190297808469e-08, 7.608841201545147e-08, 2.3137237903370078e-08, 8.52094430570105e-08, 9.586112525994395e-08, 1.3351485961266008e-07, 3.0216618540634954e-08, 4.4238134933038964e-08, 2.610634552979718e-08, 2.397684113475407e-07, 1.3192399705985736e-07, 1.6734691854480843e-08, 1.5883161097463017e-07, 4.064300753725547e-07, 8.753363545110915e-08, 8.366871497855755e-07, 3.437562767771851e-08, 7.847781802183817e-08, 8.526320982582547e-09, 9.601245665180613e-08, 5.258879127723048e-07, 1.3557291822507977e-07, 1.0307118003538562e-07, 1.0429684671464656e-08, 5.187630236491714e-08, 2.1869702493404475e-08, 1.179131725592697e-08, 2.9806198398318884e-08, 4.3383401759911067e-08, 2.999067660880428e-08, 2.8507258775789523e-08, 3.058627484620047e-08, 6.441018740588333e-08, 1.5363882610586188e-08, 1.597368459727022e-08, 2.57365329048298e-08, 1.090363141997841e-07, 3.211827603877282e-08, 6.819658615597746e-09, 1.9251054084179486e-07, 5.825749838095362e-08, 1.876556723345857e-07, 4.0070369777822634e-07, 1.5791380647556252e-08, 1.9501307235714194e-07, 1.0141919304373914e-08, 2.744775962071344e-08, 1.2843395680306458e-08, 3.7296960186949946e-08, 7.407404467585366e-08, 4.206033921150265e-08, 1.6924593282396927e-08, 1.4591853414458456e-07, 4.344931525679385e-08, 1.7191209167322086e-07, 3.5816999144344663e-08, 8.440128596021168e-09, 4.1947775031303536e-08, 2.513996122388562e-08, 2.8339847801817086e-08, 8.747072399728495e-08, 8.277008411994302e-09, 1.1676148936601294e-08, 1.4548319882123906e-07, 7.200192886358536e-09, 2.623576165206032e-06, 5.675644842995098e-07, 1.9483265987219056e-06, 6.752511438889996e-08, 8.168359499904909e-08, 1.0932910754490877e-07, 1.6708914074570203e-07, 3.138676518688044e-08, 2.9734879447573803e-08, 5.7520821883372264e-08, 5.8507939826313304e-08, 3.2544284067625995e-07, 3.330167075432655e-08, 4.186742614820105e-07, 1.5085691984495497e-07, 2.334644193524582e-07, 2.8639897209359333e-07, 2.2940034227758588e-07, 1.8537357959758083e-07, 3.151756686747831e-07, 1.1075776455982123e-06, 1.5369606387594104e-07, 1.9237216974943294e-07, 1.6404264613356645e-07, 2.900799245253438e-07, 1.2466382770526252e-07, 5.802550617772795e-08, 5.1861558603150115e-08, 6.009345909774311e-09, 1.23330778478703e-07, 1.3798263864828186e-07, 1.7370017246776115e-07, 5.617696388071636e-07, 5.160393001801822e-08, 4.813227150179955e-08, 8.032599652096906e-08, 2.0644911273848265e-06, 5.638538027596951e-07, 8.794099244369136e-07, 3.4785582556651207e-06, 2.972355162000895e-07, 3.390414349269122e-07, 9.468957529179534e-08, 3.754799493549399e-08, 1.5678830322940485e-07, 8.2030041426151e-08, 6.847877820348458e-09, 1.825139683830912e-08, 6.050154155445853e-08, 3.9562941367421445e-08, 1.0699794472657231e-07, 3.256623699599004e-07, 3.536899839673424e-07, 7.326217854597417e-08, 4.857605517827324e-07, 7.717640073678922e-07, 3.456741737295488e-08, 3.2461647947457095e-07, 3.1608240078639938e-06, 5.330938535053065e-08, 3.645648973815696e-07, 5.481521156980307e-07, 4.623012372917401e-08, 1.346600981833035e-07, 4.352903104631878e-08, 1.6403919289587066e-07, 2.4636646500653114e-08, 5.958662185889807e-08, 9.493569308460792e-08, 5.5234050222452424e-08, 5.741187081298449e-08, 1.1850225746457e-05, 5.826300366607029e-06, 7.420818292303011e-06, 9.127862199420633e-07, 2.001935399675858e-06, 1.0334889566365746e-06, 3.514648483360361e-08, 2.0589775431290036e-06, 3.5655068586493144e-07, 6.873136015883574e-08, 2.193502490754895e-09, 5.560284321859399e-08, 3.3266616128457827e-07, 1.3073517379780242e-07, 2.7187292417352182e-08, 1.0462799515664756e-08, 7.466601914529747e-07, 6.923080064780152e-08, 1.6145493830777013e-08, 8.568415310605815e-09, 4.762142236103273e-09, 1.233958357715892e-07, 8.340525603500737e-09, 3.2648699299642203e-09, 5.063196084620358e-09, 4.0704488668552585e-09, 1.2043389396865223e-08, 5.1055555339019065e-09, 7.267066948202228e-09, 1.1844983305309142e-07, 7.53547197973603e-08, 6.386873252495207e-08, 1.621267564644313e-08, 2.6103893446816073e-07, 6.979319664424111e-07, 6.647392325476176e-08, 7.717375183347031e-07, 6.651137596236367e-07, 3.3244478458982485e-07, 3.707229154770175e-07, 3.995585302618565e-07, 6.411539743567118e-08, 7.107263400030206e-08, 1.6379799205878953e-07, 6.876715730186334e-08, 3.4624252975845593e-07, 2.0256192101442139e-07, 6.19600768914097e-07, 2.6840686118134727e-08, 6.720200644849683e-07, 1.1348156476742588e-06, 1.8397651047052932e-06, 6.397185075002199e-07, 7.257429501805746e-08, 4.2213261508550204e-07, 3.965735402289283e-07, 1.4037237860975438e-07, 3.249813573802385e-07, 1.5857477819736232e-07, 1.1122037335553614e-07, 7.39131564841955e-08, 3.4231769063808315e-07, 5.39788445053091e-08, 8.517191218970765e-08, 4.060975243191933e-06, 1.4478493540082127e-05, 7.316928396505773e-09, 6.948383646232514e-09, 4.4688626132938225e-08, 9.23126250995665e-08, 5.41190452452156e-08, 2.224259958438779e-07, 1.7609368185844687e-08, 2.0905980946395175e-08, 3.6797160873902612e-09, 6.177843658861093e-08, 1.7920085326750268e-07, 2.6278852871541858e-08, 2.698776313536655e-08, 1.6432605320915172e-07, 1.2827440798446332e-07, 4.468845560268164e-08, 6.316474099321567e-08, 1.9461522171582146e-08, 2.0871000927513705e-08, 2.2414262446091016e-08, 2.4764982953229264e-08, 6.785314532464781e-09, 2.4248494767675766e-08, 4.554914667664889e-09, 2.8976625543464252e-08, 2.0402152856036082e-08, 1.6009290959573264e-07, 2.019951637066697e-07, 1.6111656009343278e-08, 5.964040639128143e-08, 4.0982603977113286e-09, 3.907972612182675e-08, 7.511245847524606e-09, 5.965555942566425e-07, 1.6478051634294388e-07, 1.410681527147517e-08, 3.285524030616216e-08, 3.338656018314623e-09, 1.2200259469352659e-08, 4.624581961820695e-08, 6.842250765970448e-09, 1.7426071252657493e-08, 4.661075436729334e-08, 9.33183343931887e-08, 1.230591379908219e-07, 1.2359244294657401e-08, 1.1173082903326303e-08, 2.772451956900568e-08, 2.4191731995415466e-07, 3.4511506896706123e-07, 2.593734649281032e-08, 9.964443847820803e-08, 9.797671118860762e-09, 1.90853270964908e-07, 3.9726497647052383e-08, 2.6638923955601967e-08, 6.8740502179309715e-09, 3.146955052102385e-08, 2.4086276084744895e-07, 1.3126738451774145e-07, 2.1254035686979478e-07, 2.0501781605730685e-08, 3.694923123020999e-08, 6.563101351275691e-07, 2.5600135344916453e-08, 2.688264899575188e-08, 6.880517844365386e-07, 2.0092501529234141e-07, 2.7880052044793047e-08, 2.62837644982028e-08, 5.167780159354152e-08, 1.893516099471526e-07, 4.6184757707123936e-07, 1.1086663143089481e-08, 1.4542384008109366e-07, 2.8736709012378014e-08, 6.105074703555147e-07, 1.2016337258557996e-08, 1.3944533350240818e-07, 2.0936788303060894e-08, 4.3800788773751265e-08, 1.9662968142597492e-08, 6.6543535126584175e-09, 1.1149432488366529e-08, 6.424846787922434e-08, 6.971495380980741e-09, 3.2599853927450795e-09, 1.4260012726197147e-08, 2.7894840215481054e-08, 8.115682703646598e-08, 2.599534454361674e-08, 2.285521105704902e-08, 1.05594978094814e-07, 8.145473628928812e-08, 3.779314994289962e-08, 4.8818307618603285e-08, 2.3420332340151617e-08, 1.0599223720930695e-08, 3.604067799756194e-08, 5.062377184117395e-08, 3.6804056691153164e-08, 1.5015616527946918e-09, 1.4474869658442913e-06, 1.0761959856608883e-06, 1.304976251503831e-07, 3.073563448197092e-08, 1.7183838352252678e-08, 2.042087920983704e-08, 7.904924714807748e-09, 1.6901843480354728e-07, 1.2416376371504612e-08, 5.4757610001843204e-08, 2.6250097207025647e-08, 1.3261202802539174e-08, 6.298007804161898e-08, 1.2709827856838274e-08, 2.0171410142211244e-07, 4.386575014336813e-08, 6.962276444255622e-08, 2.956475668725034e-07, 7.925040677037032e-07, 2.0868660044470744e-07, 1.7341581326490996e-07, 4.294189182019181e-08, 4.213362547744737e-09, 8.8246935092684e-08, 1.7341355018629656e-08, 7.321497008661026e-08, 1.7941481189609476e-08, 1.1245008835203407e-07, 4.2423405943736725e-07, 8.259470440918903e-09, 1.1336252470073305e-07, 8.268681739309613e-08, 2.2186704029536486e-08, 1.9539518447686532e-08, 1.0675572426066537e-08, 3.288476690954667e-08, 2.4340661042288048e-08, 6.639029948019015e-08, 5.604618547039308e-09, 1.386590220420203e-08, 6.6757905869963e-08, 1.1355724360839758e-08, 3.1321272331297223e-07, 3.1244848486267074e-08, 1.502163371469578e-07, 1.346161226933873e-08, 1.8882738572756352e-07, 4.645693962856967e-08, 4.645321638463429e-08, 7.71435715307689e-09, 3.585664032357272e-08, 7.608256247237932e-09, 4.2214487905312126e-08, 4.3406713778892936e-09, 1.3401408871516196e-08, 8.565495335233209e-08, 1.7045202582721686e-08, 5.422122839604526e-08, 3.0218750168842234e-08, 6.153300091682468e-08, 3.9388163841636015e-09, 4.135585029985123e-08, 1.7818981845607595e-08, 4.31053557292671e-08, 3.9032919119108556e-09, 7.663005163749403e-08, 1.1890258555524724e-08, 9.304103265606045e-09, 1.0967905472725192e-09, 1.0536636452229686e-08, 1.1516662112853737e-07, 8.134422273542441e-07, 5.9525618212319387e-08, 2.8063100288022724e-08, 1.283296402476708e-08, 1.060557863752365e-07, 7.872866945035639e-07, 2.7501052102252288e-08, 3.936232229051484e-09, 2.0519189902756807e-08, 7.394696410756296e-09, 3.5983390489491285e-08, 2.5378296797384792e-08, 4.6989228508209635e-08, 7.549436631393291e-09, 6.322734407149255e-07, 5.581916262542563e-09, 1.2963950268840563e-07, 1.587476106124086e-08, 3.3837391555380236e-08, 6.474394353972457e-09, 9.121036015358186e-08, 1.3918366015275296e-08, 8.229938508463874e-09, 2.7060956142577197e-08, 2.6095642979839795e-08, 5.722282203635132e-09, 6.963402938708896e-07, 4.685033871965061e-08, 9.590480409826796e-09, 2.0991818416860042e-07, 3.082116961650172e-08, 3.563118511351604e-08, 7.326215154535021e-07, 2.1759417450084584e-06, 2.4074907400972734e-07, 2.974484800688515e-07, 2.528977205429328e-08, 7.667869894589785e-09, 2.6632636718204594e-07, 3.435845030708151e-08, 2.3129958393042216e-08, 3.1239306252928145e-08, 2.8691238185274415e-07, 3.8957892911639647e-08, 2.4183783864373254e-08, 1.158230222841894e-08, 5.1544706280992614e-08, 2.0343204454320585e-08, 8.201909196259294e-08, 1.1641392738681589e-08, 5.496298740581551e-07, 1.1682007361457636e-08, 4.7576321549058775e-08, 1.6349654075042963e-08, 4.090812311119407e-08, 2.1270925287808495e-07, 1.669703095785735e-07, 3.989651631286506e-08, 2.8524043500510743e-06, 1.2500227342115977e-07, 2.4846258384059183e-07, 1.2454135500661323e-08, 2.9699904757762852e-08, 4.25093871214699e-09, 1.6144196024470148e-07, 2.6385819751340023e-07, 7.637975585339518e-09, 3.4455236441743864e-09, 7.273212787595185e-08, 1.763124757303558e-08, 7.586505645917896e-09, 2.154678924171094e-08, 1.267521554382256e-07, 2.5636829548147944e-08, 3.500932521660616e-08, 6.472151170555662e-08, 8.387794458997178e-09, 3.0694742747527926e-08, 7.520281286588215e-08, 1.5724816648798878e-07, 1.9633705505839316e-07, 1.2290654183289007e-07, 1.1121071841202479e-09, 1.5468767600168576e-08, 9.916888643601851e-09, 6.882375487293757e-07, 8.267530660077682e-08, 4.46946799570469e-08, 2.075171856574798e-08, 8.649272587035739e-08, 5.20271186132959e-08, 4.5564465978031876e-08, 2.031970502969216e-08, 8.705073994974555e-09, 6.45198596771479e-08, 2.1777212921847422e-08, 1.0309374687267336e-08, 3.2118705917127954e-08, 2.3336649235261575e-07, 8.053995692591798e-09, 1.9623111313649133e-07, 1.2887916511772346e-07, 1.5392334518082862e-08, 1.401880500573327e-09, 5.696758975659577e-08, 6.079961423210989e-09, 1.0782660986308201e-08, 2.4260382147645032e-08, 1.9388348704296732e-08, 2.2969983604070876e-07, 1.997151066746028e-08, 2.8477696645268225e-08, 5.227270349905666e-08, 2.739241153904004e-07, 9.85714976309282e-08, 3.129077086327925e-08, 4.1513992243835673e-08, 5.2511412995670526e-09, 1.5806674582563573e-06, 8.547505672140687e-07, 1.0688979479311911e-08, 1.0621677120070672e-06, 7.737217089243131e-08, 6.394137130882882e-08, 1.1698201518584028e-07, 1.0486479595783749e-07, 2.1160776952910965e-07, 1.5339432835048683e-08, 5.094390331805698e-08, 1.4005206772083056e-08, 2.6281709253339613e-08, 8.77830927947798e-08, 7.771985721660712e-09, 4.228822803042931e-08, 3.3243432540075446e-07, 7.72913466562386e-08, 7.63679175452836e-10, 5.989415541307608e-08, 1.3260753917165857e-07, 1.2853475084284582e-07, 8.844149412823299e-09, 1.0194228394766469e-07, 2.4937534703894926e-07, 1.6547782877296413e-07, 1.176258734858493e-08, 1.1496064900029523e-07, 2.934237670615403e-07, 1.3261050924029405e-08, 8.630173198298507e-08, 5.739413211358624e-08, 1.1093964502606468e-07, 2.2933429022486962e-07, 3.470581191322708e-07, 1.475092403779854e-07, 1.5024763655446804e-08, 6.454251177956394e-08, 5.164459437878577e-08, 6.23732674398525e-08, 1.2935890936205396e-07, 1.4051898311606692e-08, 5.386868906498421e-08, 2.082729722019394e-08, 1.3040525104202061e-08, 1.05788906523685e-07, 1.507953939494655e-08, 8.926216423787992e-07, 4.637372086335745e-08, 7.480928161385236e-07, 5.883074472023964e-09, 2.870727655590599e-09, 8.381493898923509e-07, 7.341868002441743e-09, 1.4245849833116608e-08, 1.0926260785026898e-07, 1.1308060265946551e-07, 2.52335809136639e-07, 1.178269073420779e-07, 4.667730024721095e-08, 2.79587997198405e-09, 3.436349871321909e-08, 1.4674341741738317e-07, 3.539640758276619e-08, 2.0580911552769976e-07, 7.18380377406902e-08, 2.7693602078215918e-08, 4.5492825506698864e-08, 1.955898198957584e-08, 1.5359576721607482e-08, 1.2336422550163206e-08, 2.957029643368969e-08, 2.877517033539334e-07, 9.051751135302766e-07, 2.3732353326977318e-07, 1.6521470413977113e-08, 1.5478654802336678e-08, 3.526755776306345e-08, 3.61636587342673e-08, 1.615889466677345e-08, 7.649993705172164e-08, 1.9661243300106435e-08, 4.9174737171142624e-08, 1.1712456426948847e-07, 1.0889120716228717e-08, 1.4941074368834961e-06, 1.0185750909386115e-08, 3.7575578204496196e-08, 2.0970718495050278e-08, 3.368522527580353e-08, 4.845519985252622e-09, 6.039555842107802e-07, 1.0373183201295433e-08, 2.841620698745828e-07, 4.499007388858445e-07, 3.4631430168019506e-08, 7.720588968140873e-08, 1.4711066853578814e-07, 1.160143270340086e-07, 4.0074306184578745e-07, 3.0256124716743216e-08, 6.706726196625823e-08, 2.012845534693497e-08, 1.5987545731732666e-09, 4.1919221871467016e-08, 1.3166965295852151e-08, 3.231780709711529e-08, 9.247563781400459e-08, 1.3075164417841734e-07, 1.0574149911235509e-07, 3.762125899697821e-08, 1.0942090256094161e-07, 7.001387558602801e-08, 2.7426720450307585e-08, 2.0766329100752046e-08, 4.5402845927355884e-08, 3.390360703292572e-08, 1.0469531730450399e-07, 2.8271228913467894e-08, 3.406190955956845e-07, 5.146158059687878e-07, 6.740644380442973e-07, 6.3821934404018066e-09, 3.638748680145909e-08, 3.6260146885069844e-08, 1.6065344254911906e-07, 3.639007957190188e-07, 6.232625970881145e-09, 4.8054303647404595e-08, 3.3725854109434295e-08, 6.3287848206528e-07, 6.480550496235082e-08, 2.116489525860743e-07, 8.38768769995113e-08, 1.758889212055692e-08, 2.729004577872729e-09, 2.144768451728396e-08, 7.861175532752895e-08, 2.011793931444572e-08, 2.840733515085958e-08, 2.492219834948628e-07, 2.0156347702027233e-08, 2.6551370879701608e-08, 2.7847898209643063e-08, 6.907038496706264e-09, 1.8805204504701578e-08, 1.3006692611838844e-08, 3.685865976876812e-07, 3.9678877783444477e-07, 2.7591790185965692e-08, 2.5228539257682314e-08, 1.5469838388071366e-07, 3.6892611632310945e-08, 1.4401622117077295e-09, 2.1504664715621402e-08, 5.068058328561165e-08, 5.081657761252245e-08, 1.1718628734058711e-08, 5.409200909411993e-08, 7.138175419640902e-07, 2.523685509459028e-07, 7.071956531490287e-08, 7.199660245760242e-08, 1.2525339876390262e-08, 3.4802988579940575e-07, 1.9591639954796847e-07, 1.2404500182583433e-07, 1.2346009725661133e-07, 1.92011366806355e-08, 1.9895020386684337e-07, 3.7876212388709973e-08, 1.0629652713589621e-08, 1.2436973229057458e-08, 2.186162078032794e-07, 2.618108396745811e-07, 1.1128912547064829e-07, 1.0776497560982534e-07, 6.380246109216614e-09, 3.895029632161595e-09, 1.576254788915321e-07, 2.9089968212048234e-09, 1.03809227880447e-08, 2.8134863327977655e-08, 1.0777869263733919e-08, 1.3605805371241786e-08, 2.9236161935841665e-08, 1.918957508451058e-07, 2.1994748067299952e-07, 1.3263833587018325e-08, 4.900423533626963e-08, 2.9808058243929736e-09, 8.925934658066126e-09, 1.0996840771326788e-08, 7.715520666806697e-09, 7.454385553273823e-09, 5.0860990086221136e-08, 1.5129604946650943e-07, 1.1959995660504319e-08, 1.1323217030678734e-08, 9.39119804144184e-09, 9.585582461113518e-08, 1.9055129030220996e-08, 1.8105044574667772e-08, 6.179151057494892e-08, 6.389322493305372e-08, 1.1853056314237165e-08, 9.372677745034252e-09, 1.2332006349424773e-07, 1.6521848777983905e-08, 1.246099685658919e-07, 4.196111902388111e-09, 3.9965367903960214e-08, 1.255440107428285e-08, 1.4302015571843185e-08, 6.631698745707126e-09, 5.964162053118116e-09, 5.556878956980427e-09, 1.419230528654225e-07, 1.7612896030527736e-08, 3.3801444487835397e-07, 7.856438344333583e-08, 2.9667463152804885e-08, 2.8991748877160717e-06, 1.3787196166958893e-06, 5.313577133847502e-09, 2.5128217728820346e-08, 8.406522056247923e-08, 4.492775573794461e-08, 5.4087468726038423e-08, 2.4238921980668238e-08, 4.0167356019082945e-07, 4.1083040969169815e-08, 5.415281023601892e-08, 8.640659743264223e-09, 5.773174294176897e-08, 2.6442751277500065e-07, 8.953106203080097e-07, 2.799365539374321e-08, 5.889395637836969e-09, 4.178830081968954e-08, 2.888028660663622e-08, 2.1357223545237503e-08, 2.3023956430279213e-07, 8.786517469161481e-08, 2.069703963769598e-09, 2.2363829899063603e-08, 3.2032425600903025e-09, 1.176860120466472e-08, 6.963498577761129e-08, 2.2719042647167953e-08, 7.360319465021803e-09, 6.922469264480924e-09, 3.2138252947788715e-08, 1.3705631829452614e-07, 1.9814805796158907e-08, 1.0578844467090676e-08, 2.7049035011827982e-08, 2.9755513608620277e-09, 2.1773475467057324e-08, 1.0975404585167325e-08, 1.9918440230526357e-08, 2.3881801425318372e-08, 2.1357100976615584e-08, 6.109046157831699e-09, 1.1890372242362446e-08, 1.1459750481890296e-08, 3.731681275098708e-08, 1.5726065782928345e-08, 3.403987491878979e-08, 3.6921193213856895e-08, 9.281668411631472e-08, 1.2323060616381554e-07, 4.234707162709128e-08, 1.7423577247654976e-08, 5.811278214196136e-08, 3.9313878374969136e-08, 2.3690166273127033e-08, 1.792834680713895e-08, 1.4406491999352511e-08, 7.0197305745978156e-09, 6.041436506620812e-08, 4.867428771149207e-08, 1.0685186957459791e-08, 1.005112082452797e-08, 4.2425732260653604e-08, 2.6077879411445792e-08, 5.136626679558276e-09, 1.6972753202892932e-09, 1.9131350725842822e-08, 2.1117190840413969e-07, 1.3372530638378066e-08, 2.000219723186092e-08, 1.0454146348592985e-07, 2.814382682458927e-08, 2.134452614654947e-07, 2.104584950757271e-08, 1.9114216343041335e-07, 3.957645233754192e-08, 2.9315843974586642e-08, 1.1051893977764848e-07, 4.840025980001883e-08, 5.583537188158516e-08, 1.2129960680340446e-07, 1.7761975001917563e-08, 2.561053769056798e-08, 1.2038481145282276e-07, 4.6748018789344314e-09, 1.591587306393194e-08, 3.147561500327356e-08, 6.147622144681009e-08, 2.204614979461894e-08, 3.2577264619249036e-07, 1.198899752807847e-07, 2.3818718375423487e-07, 1.490982981522393e-08, 5.1016343149967724e-08, 5.5141523347401744e-08, 2.288526701477167e-08, 5.7140397302646306e-08, 5.185041231925425e-07, 4.977233558633998e-08, 1.104976110610778e-08, 1.26408238543263e-07, 8.174780674607973e-08]]} 2026-04-16 20:35:08.735 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [[6.736569968524009e-09, 1.153582651625129e-08, 5.142186410012073e-08, 6.647101002954514e-08, 4.094442118685038e-08, 1.3402272713847196e-07, 9.35544619551365e-08, 2.8935589924117266e-08, 6.845294819868286e-08, 7.680520752728626e-08, 2.0334418877610005e-06, 1.1085519417974865e-06, 2.3477346644540376e-07, 6.581955744877632e-07, 0.00012372950732242316, 4.2878312456196e-07, 6.419879809982376e-06, 0.9993487000465393, 7.371911488007754e-05, 3.101079710177146e-05, 5.602713827101979e-06, 2.1862256289750803e-06, 1.9543842100233633e-08, 3.728848128048412e-07, 4.29031416615544e-07, 1.8250955235998845e-07, 7.159837878134567e-08, 9.231503561579757e-09, 6.469168170042394e-07, 7.031603299623157e-09, 4.4511686780879245e-08, 1.2455829789814743e-07, 9.446210924579646e-08, 4.3476589439706004e-08, 4.6581672563661414e-07, 6.797636586952649e-08, 2.1060014887552825e-07, 2.2604888627597575e-08, 1.4311326879123953e-07, 7.951216218771151e-08, 1.2341666888460168e-07, 1.0921577313638409e-06, 1.5243762391037308e-05, 3.1172930903267115e-07, 2.415180802017858e-07, 6.863702850523623e-08, 8.46760883632669e-08, 9.424560687421035e-08, 1.0219084245477461e-08, 3.3770398033539095e-08, 3.6928447855189006e-08, 1.3693848188722768e-07, 1.067415098532365e-07, 2.5994486918534676e-07, 3.486601087843155e-07, 3.132020509610811e-08, 3.5748260529544496e-07, 6.648343742199359e-08, 3.163856945320731e-07, 1.2095728152416996e-06, 8.663983663836916e-08, 4.014367860349921e-08, 1.2544606420306081e-07, 3.320077013313494e-08, 1.973121896980956e-07, 3.8063546980993124e-07, 1.382770449254167e-07, 2.3001977211833946e-08, 7.14414980507172e-08, 2.851079372589993e-08, 2.982524804906461e-08, 8.935905526641363e-08, 6.223806394700659e-07, 6.478746428228987e-08, 1.3662854314588913e-07, 9.973038572752557e-08, 2.576123669939534e-08, 4.130169273253159e-08, 3.9383902361578293e-08, 1.2157941853274679e-07, 4.302776233089389e-06, 1.8178942582380841e-06, 1.8520014464229462e-06, 1.6245859342234326e-06, 1.64481571118813e-05, 1.0544756150920875e-05, 3.993004611402284e-06, 2.646454788646224e-07, 1.919327405630611e-05, 4.803187607649306e-07, 1.6962640358997305e-07, 4.550436642603017e-06, 4.2358526116004214e-05, 4.443309080670588e-06, 5.103951934870565e-06, 1.3506267350749113e-05, 4.1758286783988297e-07, 4.4944314936401497e-07, 3.156656873670727e-07, 1.0557428140600678e-06, 1.3364497952750298e-08, 1.3893487249561076e-08, 6.770295613023336e-08, 1.4129548731034447e-07, 7.170429228153807e-08, 7.934354329108828e-08, 2.6391164809069778e-08, 2.6133946562367782e-08, 7.1966232972897615e-09, 2.1752097012495142e-08, 6.684530973188885e-08, 3.4177467966856057e-08, 1.6228092647452286e-07, 4.107051836399478e-07, 6.472068889706861e-07, 2.9513313393181306e-07, 5.653383094994524e-09, 4.8300755395302986e-08, 8.887371727439586e-09, 3.7305639466467255e-08, 1.7784008932153483e-08, 4.641856232723285e-09, 3.413062898971475e-08, 1.9373679549516964e-07, 1.2980041219634586e-06, 3.5640496776068176e-08, 2.1493017143825455e-08, 3.055253330330743e-07, 1.553226809392072e-07, 1.4520828699460253e-06, 3.488421285169352e-08, 3.825387466349639e-05, 4.508809183789708e-07, 4.176648928932991e-07, 6.770537765987683e-07, 1.4142071336209483e-07, 1.423571211489616e-05, 6.293736873885791e-07, 4.762812295666663e-06, 9.024806217894366e-07, 9.058892942448438e-07, 1.5713549146312289e-06, 1.5720408441666223e-07, 1.8185124872616143e-07, 7.193072093514274e-08, 1.1952631666645175e-06, 8.874753234522359e-07, 2.0870552930318809e-07, 9.906116105184992e-08, 7.793509837483725e-09, 1.0058372623689138e-07, 4.205883783470199e-07, 1.8436001880672848e-07, 1.6437729755125474e-07, 7.02525184692604e-08, 2.5704193262754416e-07, 7.586770323086967e-08, 7.841231308702845e-07, 2.495280568837188e-07, 5.157617977147311e-08, 4.0673629797538524e-08, 7.531674839356128e-09, 4.797425745550754e-08, 1.7419722553313477e-08, 1.7958475950763386e-07, 1.2566235163546935e-08, 8.975329990335013e-08, 3.269607518063822e-08, 1.1208221195602164e-07, 3.906690437815996e-08, 4.676846998563633e-08, 1.852334321483795e-07, 1.4832883721282997e-07, 1.2279221550670627e-07, 1.0729002042353386e-06, 3.6537970427019673e-09, 1.6198204377815273e-07, 1.6190487173162182e-08, 1.2004819893718377e-07, 1.480009448329156e-08, 4.022906807676918e-08, 2.1505718450498534e-07, 1.192555032503151e-07, 4.898190297808469e-08, 7.608841201545147e-08, 2.3137237903370078e-08, 8.52094430570105e-08, 9.586112525994395e-08, 1.3351485961266008e-07, 3.0216618540634954e-08, 4.4238134933038964e-08, 2.610634552979718e-08, 2.397684113475407e-07, 1.3192399705985736e-07, 1.6734691854480843e-08, 1.5883161097463017e-07, 4.064300753725547e-07, 8.753363545110915e-08, 8.366871497855755e-07, 3.437562767771851e-08, 7.847781802183817e-08, 8.526320982582547e-09, 9.601245665180613e-08, 5.258879127723048e-07, 1.3557291822507977e-07, 1.0307118003538562e-07, 1.0429684671464656e-08, 5.187630236491714e-08, 2.1869702493404475e-08, 1.179131725592697e-08, 2.9806198398318884e-08, 4.3383401759911067e-08, 2.999067660880428e-08, 2.8507258775789523e-08, 3.058627484620047e-08, 6.441018740588333e-08, 1.5363882610586188e-08, 1.597368459727022e-08, 2.57365329048298e-08, 1.090363141997841e-07, 3.211827603877282e-08, 6.819658615597746e-09, 1.9251054084179486e-07, 5.825749838095362e-08, 1.876556723345857e-07, 4.0070369777822634e-07, 1.5791380647556252e-08, 1.9501307235714194e-07, 1.0141919304373914e-08, 2.744775962071344e-08, 1.2843395680306458e-08, 3.7296960186949946e-08, 7.407404467585366e-08, 4.206033921150265e-08, 1.6924593282396927e-08, 1.4591853414458456e-07, 4.344931525679385e-08, 1.7191209167322086e-07, 3.5816999144344663e-08, 8.440128596021168e-09, 4.1947775031303536e-08, 2.513996122388562e-08, 2.8339847801817086e-08, 8.747072399728495e-08, 8.277008411994302e-09, 1.1676148936601294e-08, 1.4548319882123906e-07, 7.200192886358536e-09, 2.623576165206032e-06, 5.675644842995098e-07, 1.9483265987219056e-06, 6.752511438889996e-08, 8.168359499904909e-08, 1.0932910754490877e-07, 1.6708914074570203e-07, 3.138676518688044e-08, 2.9734879447573803e-08, 5.7520821883372264e-08, 5.8507939826313304e-08, 3.2544284067625995e-07, 3.330167075432655e-08, 4.186742614820105e-07, 1.5085691984495497e-07, 2.334644193524582e-07, 2.8639897209359333e-07, 2.2940034227758588e-07, 1.8537357959758083e-07, 3.151756686747831e-07, 1.1075776455982123e-06, 1.5369606387594104e-07, 1.9237216974943294e-07, 1.6404264613356645e-07, 2.900799245253438e-07, 1.2466382770526252e-07, 5.802550617772795e-08, 5.1861558603150115e-08, 6.009345909774311e-09, 1.23330778478703e-07, 1.3798263864828186e-07, 1.7370017246776115e-07, 5.617696388071636e-07, 5.160393001801822e-08, 4.813227150179955e-08, 8.032599652096906e-08, 2.0644911273848265e-06, 5.638538027596951e-07, 8.794099244369136e-07, 3.4785582556651207e-06, 2.972355162000895e-07, 3.390414349269122e-07, 9.468957529179534e-08, 3.754799493549399e-08, 1.5678830322940485e-07, 8.2030041426151e-08, 6.847877820348458e-09, 1.825139683830912e-08, 6.050154155445853e-08, 3.9562941367421445e-08, 1.0699794472657231e-07, 3.256623699599004e-07, 3.536899839673424e-07, 7.326217854597417e-08, 4.857605517827324e-07, 7.717640073678922e-07, 3.456741737295488e-08, 3.2461647947457095e-07, 3.1608240078639938e-06, 5.330938535053065e-08, 3.645648973815696e-07, 5.481521156980307e-07, 4.623012372917401e-08, 1.346600981833035e-07, 4.352903104631878e-08, 1.6403919289587066e-07, 2.4636646500653114e-08, 5.958662185889807e-08, 9.493569308460792e-08, 5.5234050222452424e-08, 5.741187081298449e-08, 1.1850225746457e-05, 5.826300366607029e-06, 7.420818292303011e-06, 9.127862199420633e-07, 2.001935399675858e-06, 1.0334889566365746e-06, 3.514648483360361e-08, 2.0589775431290036e-06, 3.5655068586493144e-07, 6.873136015883574e-08, 2.193502490754895e-09, 5.560284321859399e-08, 3.3266616128457827e-07, 1.3073517379780242e-07, 2.7187292417352182e-08, 1.0462799515664756e-08, 7.466601914529747e-07, 6.923080064780152e-08, 1.6145493830777013e-08, 8.568415310605815e-09, 4.762142236103273e-09, 1.233958357715892e-07, 8.340525603500737e-09, 3.2648699299642203e-09, 5.063196084620358e-09, 4.0704488668552585e-09, 1.2043389396865223e-08, 5.1055555339019065e-09, 7.267066948202228e-09, 1.1844983305309142e-07, 7.53547197973603e-08, 6.386873252495207e-08, 1.621267564644313e-08, 2.6103893446816073e-07, 6.979319664424111e-07, 6.647392325476176e-08, 7.717375183347031e-07, 6.651137596236367e-07, 3.3244478458982485e-07, 3.707229154770175e-07, 3.995585302618565e-07, 6.411539743567118e-08, 7.107263400030206e-08, 1.6379799205878953e-07, 6.876715730186334e-08, 3.4624252975845593e-07, 2.0256192101442139e-07, 6.19600768914097e-07, 2.6840686118134727e-08, 6.720200644849683e-07, 1.1348156476742588e-06, 1.8397651047052932e-06, 6.397185075002199e-07, 7.257429501805746e-08, 4.2213261508550204e-07, 3.965735402289283e-07, 1.4037237860975438e-07, 3.249813573802385e-07, 1.5857477819736232e-07, 1.1122037335553614e-07, 7.39131564841955e-08, 3.4231769063808315e-07, 5.39788445053091e-08, 8.517191218970765e-08, 4.060975243191933e-06, 1.4478493540082127e-05, 7.316928396505773e-09, 6.948383646232514e-09, 4.4688626132938225e-08, 9.23126250995665e-08, 5.41190452452156e-08, 2.224259958438779e-07, 1.7609368185844687e-08, 2.0905980946395175e-08, 3.6797160873902612e-09, 6.177843658861093e-08, 1.7920085326750268e-07, 2.6278852871541858e-08, 2.698776313536655e-08, 1.6432605320915172e-07, 1.2827440798446332e-07, 4.468845560268164e-08, 6.316474099321567e-08, 1.9461522171582146e-08, 2.0871000927513705e-08, 2.2414262446091016e-08, 2.4764982953229264e-08, 6.785314532464781e-09, 2.4248494767675766e-08, 4.554914667664889e-09, 2.8976625543464252e-08, 2.0402152856036082e-08, 1.6009290959573264e-07, 2.019951637066697e-07, 1.6111656009343278e-08, 5.964040639128143e-08, 4.0982603977113286e-09, 3.907972612182675e-08, 7.511245847524606e-09, 5.965555942566425e-07, 1.6478051634294388e-07, 1.410681527147517e-08, 3.285524030616216e-08, 3.338656018314623e-09, 1.2200259469352659e-08, 4.624581961820695e-08, 6.842250765970448e-09, 1.7426071252657493e-08, 4.661075436729334e-08, 9.33183343931887e-08, 1.230591379908219e-07, 1.2359244294657401e-08, 1.1173082903326303e-08, 2.772451956900568e-08, 2.4191731995415466e-07, 3.4511506896706123e-07, 2.593734649281032e-08, 9.964443847820803e-08, 9.797671118860762e-09, 1.90853270964908e-07, 3.9726497647052383e-08, 2.6638923955601967e-08, 6.8740502179309715e-09, 3.146955052102385e-08, 2.4086276084744895e-07, 1.3126738451774145e-07, 2.1254035686979478e-07, 2.0501781605730685e-08, 3.694923123020999e-08, 6.563101351275691e-07, 2.5600135344916453e-08, 2.688264899575188e-08, 6.880517844365386e-07, 2.0092501529234141e-07, 2.7880052044793047e-08, 2.62837644982028e-08, 5.167780159354152e-08, 1.893516099471526e-07, 4.6184757707123936e-07, 1.1086663143089481e-08, 1.4542384008109366e-07, 2.8736709012378014e-08, 6.105074703555147e-07, 1.2016337258557996e-08, 1.3944533350240818e-07, 2.0936788303060894e-08, 4.3800788773751265e-08, 1.9662968142597492e-08, 6.6543535126584175e-09, 1.1149432488366529e-08, 6.424846787922434e-08, 6.971495380980741e-09, 3.2599853927450795e-09, 1.4260012726197147e-08, 2.7894840215481054e-08, 8.115682703646598e-08, 2.599534454361674e-08, 2.285521105704902e-08, 1.05594978094814e-07, 8.145473628928812e-08, 3.779314994289962e-08, 4.8818307618603285e-08, 2.3420332340151617e-08, 1.0599223720930695e-08, 3.604067799756194e-08, 5.062377184117395e-08, 3.6804056691153164e-08, 1.5015616527946918e-09, 1.4474869658442913e-06, 1.0761959856608883e-06, 1.304976251503831e-07, 3.073563448197092e-08, 1.7183838352252678e-08, 2.042087920983704e-08, 7.904924714807748e-09, 1.6901843480354728e-07, 1.2416376371504612e-08, 5.4757610001843204e-08, 2.6250097207025647e-08, 1.3261202802539174e-08, 6.298007804161898e-08, 1.2709827856838274e-08, 2.0171410142211244e-07, 4.386575014336813e-08, 6.962276444255622e-08, 2.956475668725034e-07, 7.925040677037032e-07, 2.0868660044470744e-07, 1.7341581326490996e-07, 4.294189182019181e-08, 4.213362547744737e-09, 8.8246935092684e-08, 1.7341355018629656e-08, 7.321497008661026e-08, 1.7941481189609476e-08, 1.1245008835203407e-07, 4.2423405943736725e-07, 8.259470440918903e-09, 1.1336252470073305e-07, 8.268681739309613e-08, 2.2186704029536486e-08, 1.9539518447686532e-08, 1.0675572426066537e-08, 3.288476690954667e-08, 2.4340661042288048e-08, 6.639029948019015e-08, 5.604618547039308e-09, 1.386590220420203e-08, 6.6757905869963e-08, 1.1355724360839758e-08, 3.1321272331297223e-07, 3.1244848486267074e-08, 1.502163371469578e-07, 1.346161226933873e-08, 1.8882738572756352e-07, 4.645693962856967e-08, 4.645321638463429e-08, 7.71435715307689e-09, 3.585664032357272e-08, 7.608256247237932e-09, 4.2214487905312126e-08, 4.3406713778892936e-09, 1.3401408871516196e-08, 8.565495335233209e-08, 1.7045202582721686e-08, 5.422122839604526e-08, 3.0218750168842234e-08, 6.153300091682468e-08, 3.9388163841636015e-09, 4.135585029985123e-08, 1.7818981845607595e-08, 4.31053557292671e-08, 3.9032919119108556e-09, 7.663005163749403e-08, 1.1890258555524724e-08, 9.304103265606045e-09, 1.0967905472725192e-09, 1.0536636452229686e-08, 1.1516662112853737e-07, 8.134422273542441e-07, 5.9525618212319387e-08, 2.8063100288022724e-08, 1.283296402476708e-08, 1.060557863752365e-07, 7.872866945035639e-07, 2.7501052102252288e-08, 3.936232229051484e-09, 2.0519189902756807e-08, 7.394696410756296e-09, 3.5983390489491285e-08, 2.5378296797384792e-08, 4.6989228508209635e-08, 7.549436631393291e-09, 6.322734407149255e-07, 5.581916262542563e-09, 1.2963950268840563e-07, 1.587476106124086e-08, 3.3837391555380236e-08, 6.474394353972457e-09, 9.121036015358186e-08, 1.3918366015275296e-08, 8.229938508463874e-09, 2.7060956142577197e-08, 2.6095642979839795e-08, 5.722282203635132e-09, 6.963402938708896e-07, 4.685033871965061e-08, 9.590480409826796e-09, 2.0991818416860042e-07, 3.082116961650172e-08, 3.563118511351604e-08, 7.326215154535021e-07, 2.1759417450084584e-06, 2.4074907400972734e-07, 2.974484800688515e-07, 2.528977205429328e-08, 7.667869894589785e-09, 2.6632636718204594e-07, 3.435845030708151e-08, 2.3129958393042216e-08, 3.1239306252928145e-08, 2.8691238185274415e-07, 3.8957892911639647e-08, 2.4183783864373254e-08, 1.158230222841894e-08, 5.1544706280992614e-08, 2.0343204454320585e-08, 8.201909196259294e-08, 1.1641392738681589e-08, 5.496298740581551e-07, 1.1682007361457636e-08, 4.7576321549058775e-08, 1.6349654075042963e-08, 4.090812311119407e-08, 2.1270925287808495e-07, 1.669703095785735e-07, 3.989651631286506e-08, 2.8524043500510743e-06, 1.2500227342115977e-07, 2.4846258384059183e-07, 1.2454135500661323e-08, 2.9699904757762852e-08, 4.25093871214699e-09, 1.6144196024470148e-07, 2.6385819751340023e-07, 7.637975585339518e-09, 3.4455236441743864e-09, 7.273212787595185e-08, 1.763124757303558e-08, 7.586505645917896e-09, 2.154678924171094e-08, 1.267521554382256e-07, 2.5636829548147944e-08, 3.500932521660616e-08, 6.472151170555662e-08, 8.387794458997178e-09, 3.0694742747527926e-08, 7.520281286588215e-08, 1.5724816648798878e-07, 1.9633705505839316e-07, 1.2290654183289007e-07, 1.1121071841202479e-09, 1.5468767600168576e-08, 9.916888643601851e-09, 6.882375487293757e-07, 8.267530660077682e-08, 4.46946799570469e-08, 2.075171856574798e-08, 8.649272587035739e-08, 5.20271186132959e-08, 4.5564465978031876e-08, 2.031970502969216e-08, 8.705073994974555e-09, 6.45198596771479e-08, 2.1777212921847422e-08, 1.0309374687267336e-08, 3.2118705917127954e-08, 2.3336649235261575e-07, 8.053995692591798e-09, 1.9623111313649133e-07, 1.2887916511772346e-07, 1.5392334518082862e-08, 1.401880500573327e-09, 5.696758975659577e-08, 6.079961423210989e-09, 1.0782660986308201e-08, 2.4260382147645032e-08, 1.9388348704296732e-08, 2.2969983604070876e-07, 1.997151066746028e-08, 2.8477696645268225e-08, 5.227270349905666e-08, 2.739241153904004e-07, 9.85714976309282e-08, 3.129077086327925e-08, 4.1513992243835673e-08, 5.2511412995670526e-09, 1.5806674582563573e-06, 8.547505672140687e-07, 1.0688979479311911e-08, 1.0621677120070672e-06, 7.737217089243131e-08, 6.394137130882882e-08, 1.1698201518584028e-07, 1.0486479595783749e-07, 2.1160776952910965e-07, 1.5339432835048683e-08, 5.094390331805698e-08, 1.4005206772083056e-08, 2.6281709253339613e-08, 8.77830927947798e-08, 7.771985721660712e-09, 4.228822803042931e-08, 3.3243432540075446e-07, 7.72913466562386e-08, 7.63679175452836e-10, 5.989415541307608e-08, 1.3260753917165857e-07, 1.2853475084284582e-07, 8.844149412823299e-09, 1.0194228394766469e-07, 2.4937534703894926e-07, 1.6547782877296413e-07, 1.176258734858493e-08, 1.1496064900029523e-07, 2.934237670615403e-07, 1.3261050924029405e-08, 8.630173198298507e-08, 5.739413211358624e-08, 1.1093964502606468e-07, 2.2933429022486962e-07, 3.470581191322708e-07, 1.475092403779854e-07, 1.5024763655446804e-08, 6.454251177956394e-08, 5.164459437878577e-08, 6.23732674398525e-08, 1.2935890936205396e-07, 1.4051898311606692e-08, 5.386868906498421e-08, 2.082729722019394e-08, 1.3040525104202061e-08, 1.05788906523685e-07, 1.507953939494655e-08, 8.926216423787992e-07, 4.637372086335745e-08, 7.480928161385236e-07, 5.883074472023964e-09, 2.870727655590599e-09, 8.381493898923509e-07, 7.341868002441743e-09, 1.4245849833116608e-08, 1.0926260785026898e-07, 1.1308060265946551e-07, 2.52335809136639e-07, 1.178269073420779e-07, 4.667730024721095e-08, 2.79587997198405e-09, 3.436349871321909e-08, 1.4674341741738317e-07, 3.539640758276619e-08, 2.0580911552769976e-07, 7.18380377406902e-08, 2.7693602078215918e-08, 4.5492825506698864e-08, 1.955898198957584e-08, 1.5359576721607482e-08, 1.2336422550163206e-08, 2.957029643368969e-08, 2.877517033539334e-07, 9.051751135302766e-07, 2.3732353326977318e-07, 1.6521470413977113e-08, 1.5478654802336678e-08, 3.526755776306345e-08, 3.61636587342673e-08, 1.615889466677345e-08, 7.649993705172164e-08, 1.9661243300106435e-08, 4.9174737171142624e-08, 1.1712456426948847e-07, 1.0889120716228717e-08, 1.4941074368834961e-06, 1.0185750909386115e-08, 3.7575578204496196e-08, 2.0970718495050278e-08, 3.368522527580353e-08, 4.845519985252622e-09, 6.039555842107802e-07, 1.0373183201295433e-08, 2.841620698745828e-07, 4.499007388858445e-07, 3.4631430168019506e-08, 7.720588968140873e-08, 1.4711066853578814e-07, 1.160143270340086e-07, 4.0074306184578745e-07, 3.0256124716743216e-08, 6.706726196625823e-08, 2.012845534693497e-08, 1.5987545731732666e-09, 4.1919221871467016e-08, 1.3166965295852151e-08, 3.231780709711529e-08, 9.247563781400459e-08, 1.3075164417841734e-07, 1.0574149911235509e-07, 3.762125899697821e-08, 1.0942090256094161e-07, 7.001387558602801e-08, 2.7426720450307585e-08, 2.0766329100752046e-08, 4.5402845927355884e-08, 3.390360703292572e-08, 1.0469531730450399e-07, 2.8271228913467894e-08, 3.406190955956845e-07, 5.146158059687878e-07, 6.740644380442973e-07, 6.3821934404018066e-09, 3.638748680145909e-08, 3.6260146885069844e-08, 1.6065344254911906e-07, 3.639007957190188e-07, 6.232625970881145e-09, 4.8054303647404595e-08, 3.3725854109434295e-08, 6.3287848206528e-07, 6.480550496235082e-08, 2.116489525860743e-07, 8.38768769995113e-08, 1.758889212055692e-08, 2.729004577872729e-09, 2.144768451728396e-08, 7.861175532752895e-08, 2.011793931444572e-08, 2.840733515085958e-08, 2.492219834948628e-07, 2.0156347702027233e-08, 2.6551370879701608e-08, 2.7847898209643063e-08, 6.907038496706264e-09, 1.8805204504701578e-08, 1.3006692611838844e-08, 3.685865976876812e-07, 3.9678877783444477e-07, 2.7591790185965692e-08, 2.5228539257682314e-08, 1.5469838388071366e-07, 3.6892611632310945e-08, 1.4401622117077295e-09, 2.1504664715621402e-08, 5.068058328561165e-08, 5.081657761252245e-08, 1.1718628734058711e-08, 5.409200909411993e-08, 7.138175419640902e-07, 2.523685509459028e-07, 7.071956531490287e-08, 7.199660245760242e-08, 1.2525339876390262e-08, 3.4802988579940575e-07, 1.9591639954796847e-07, 1.2404500182583433e-07, 1.2346009725661133e-07, 1.92011366806355e-08, 1.9895020386684337e-07, 3.7876212388709973e-08, 1.0629652713589621e-08, 1.2436973229057458e-08, 2.186162078032794e-07, 2.618108396745811e-07, 1.1128912547064829e-07, 1.0776497560982534e-07, 6.380246109216614e-09, 3.895029632161595e-09, 1.576254788915321e-07, 2.9089968212048234e-09, 1.03809227880447e-08, 2.8134863327977655e-08, 1.0777869263733919e-08, 1.3605805371241786e-08, 2.9236161935841665e-08, 1.918957508451058e-07, 2.1994748067299952e-07, 1.3263833587018325e-08, 4.900423533626963e-08, 2.9808058243929736e-09, 8.925934658066126e-09, 1.0996840771326788e-08, 7.715520666806697e-09, 7.454385553273823e-09, 5.0860990086221136e-08, 1.5129604946650943e-07, 1.1959995660504319e-08, 1.1323217030678734e-08, 9.39119804144184e-09, 9.585582461113518e-08, 1.9055129030220996e-08, 1.8105044574667772e-08, 6.179151057494892e-08, 6.389322493305372e-08, 1.1853056314237165e-08, 9.372677745034252e-09, 1.2332006349424773e-07, 1.6521848777983905e-08, 1.246099685658919e-07, 4.196111902388111e-09, 3.9965367903960214e-08, 1.255440107428285e-08, 1.4302015571843185e-08, 6.631698745707126e-09, 5.964162053118116e-09, 5.556878956980427e-09, 1.419230528654225e-07, 1.7612896030527736e-08, 3.3801444487835397e-07, 7.856438344333583e-08, 2.9667463152804885e-08, 2.8991748877160717e-06, 1.3787196166958893e-06, 5.313577133847502e-09, 2.5128217728820346e-08, 8.406522056247923e-08, 4.492775573794461e-08, 5.4087468726038423e-08, 2.4238921980668238e-08, 4.0167356019082945e-07, 4.1083040969169815e-08, 5.415281023601892e-08, 8.640659743264223e-09, 5.773174294176897e-08, 2.6442751277500065e-07, 8.953106203080097e-07, 2.799365539374321e-08, 5.889395637836969e-09, 4.178830081968954e-08, 2.888028660663622e-08, 2.1357223545237503e-08, 2.3023956430279213e-07, 8.786517469161481e-08, 2.069703963769598e-09, 2.2363829899063603e-08, 3.2032425600903025e-09, 1.176860120466472e-08, 6.963498577761129e-08, 2.2719042647167953e-08, 7.360319465021803e-09, 6.922469264480924e-09, 3.2138252947788715e-08, 1.3705631829452614e-07, 1.9814805796158907e-08, 1.0578844467090676e-08, 2.7049035011827982e-08, 2.9755513608620277e-09, 2.1773475467057324e-08, 1.0975404585167325e-08, 1.9918440230526357e-08, 2.3881801425318372e-08, 2.1357100976615584e-08, 6.109046157831699e-09, 1.1890372242362446e-08, 1.1459750481890296e-08, 3.731681275098708e-08, 1.5726065782928345e-08, 3.403987491878979e-08, 3.6921193213856895e-08, 9.281668411631472e-08, 1.2323060616381554e-07, 4.234707162709128e-08, 1.7423577247654976e-08, 5.811278214196136e-08, 3.9313878374969136e-08, 2.3690166273127033e-08, 1.792834680713895e-08, 1.4406491999352511e-08, 7.0197305745978156e-09, 6.041436506620812e-08, 4.867428771149207e-08, 1.0685186957459791e-08, 1.005112082452797e-08, 4.2425732260653604e-08, 2.6077879411445792e-08, 5.136626679558276e-09, 1.6972753202892932e-09, 1.9131350725842822e-08, 2.1117190840413969e-07, 1.3372530638378066e-08, 2.000219723186092e-08, 1.0454146348592985e-07, 2.814382682458927e-08, 2.134452614654947e-07, 2.104584950757271e-08, 1.9114216343041335e-07, 3.957645233754192e-08, 2.9315843974586642e-08, 1.1051893977764848e-07, 4.840025980001883e-08, 5.583537188158516e-08, 1.2129960680340446e-07, 1.7761975001917563e-08, 2.561053769056798e-08, 1.2038481145282276e-07, 4.6748018789344314e-09, 1.591587306393194e-08, 3.147561500327356e-08, 6.147622144681009e-08, 2.204614979461894e-08, 3.2577264619249036e-07, 1.198899752807847e-07, 2.3818718375423487e-07, 1.490982981522393e-08, 5.1016343149967724e-08, 5.5141523347401744e-08, 2.288526701477167e-08, 5.7140397302646306e-08, 5.185041231925425e-07, 4.977233558633998e-08, 1.104976110610778e-08, 1.26408238543263e-07, 8.174780674607973e-08]]} [gw0] PASSED predictor/test_paddle.py::test_paddle_runtime predictor/test_paddle.py::test_paddle_v2_kserve 2026-04-16 20:35:58.885 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:35:58.885 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:35:58.885 3502 kserve.trace Host from isvc status URL = isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:58.885 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:58.885 3502 kserve.trace Network layer = istio 2026-04-16 20:35:58.885 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:35:58.885 3502 kserve.trace Using external route host: isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:58.885 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:58.921 3502 kserve.trace Sending Header = {'Host': 'isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:35:58.921 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:35:58.922 3502 kserve.trace base url = https://isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:58.922 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:35:58.922 3502 kserve.trace url: https://isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-paddle-v2-kserve/infer 2026-04-16 20:35:58.922 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-paddle-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-paddle-v2-kserve/infer 2026-04-16 20:35:58.922 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [1, 3, 224, 224], 'datatype': 'FP64', 'data': [[[[0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925], [0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3070467710494995, 1.2385478019714355, 1.18717360496521, 1.2042982578277588, 1.1529240608215332, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.1529240608215332], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.18717360496521], [0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.255672574043274], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.6152924299240112, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5706825256347656, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.324171543121338], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.3584210872650146], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2385478019714355, 1.255672574043274, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914], [0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298], [0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496], [0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.2684305012226105, 0.2281874716281891, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.2281874716281891, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5193082690238953, 0.41655975580215454, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.7992978096008301, -0.645175039768219, -0.3883037567138672, -0.19993148744106293, -0.1143077164888382, 0.03981505334377289, 0.3138112425804138, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112], [-1.3130404949188232, -0.9534205794334412, -0.8506720662117004, -0.7992978096008301, -0.4568027853965759, -0.30267998576164246, -0.2684305012226105, -0.2684305012226105, -0.045808710157871246, 0.29668647050857544, 0.39943498373031616, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-1.6384108066558838, -1.3815394639968872, -1.2445415258407593, -1.141792893409729, -1.141792893409729, -1.0561691522598267, -1.261666178703308, -1.3130404949188232, -1.1760424375534058, -1.227416753768921, -0.9534205794334412, -0.21705622971057892, 0.056939806789159775, 0.43368449807167053, 0.622056782245636, 0.4508092403411865, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-0.9191710948944092, -0.8849216103553772, -1.0561691522598267, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -2.1179039478302, -2.0665295124053955, -1.878157377243042, -1.1760424375534058, -0.6794245839118958, -0.3883037567138672, -0.2684305012226105, 0.26243698596954346, 0.3651854991912842, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9362958669662476, -0.8506720662117004, -0.7136740684509277, -0.7307988405227661, -1.02191960811615, -1.1931672096252441, -1.878157377243042, -1.6897850036621094, -0.5081770420074463, -0.16568197309970856, 0.056939806789159775, 0.17681321501731873, 0.2281874716281891, 0.41655975580215454, 0.3138112425804138, 0.39943498373031616, 0.3480607271194458, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9534205794334412, -0.9705453515052795, -0.9362958669662476, -0.7650483250617981, -0.6794245839118958, -0.7992978096008301, -1.0047948360443115, -1.1760424375534058, -0.9876701235771179, -0.40542852878570557, -0.06293346732854843, 0.03981505334377289, 0.2281874716281891, 0.3651854991912842, 0.4679340124130249, 0.3309359848499298, 0.2110627144575119, 0.29668647050857544, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.41655975580215454, 0.5364330410957336, 0.587807297706604, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1075434684753418, -1.0390443801879883, -1.0390443801879883, -0.9362958669662476, -0.7307988405227661, -0.9534205794334412, -1.415789008140564, -1.672660231590271, -1.8439078330993652, -1.5185375213623047, -0.7992978096008301, -0.3540542721748352, -0.02868395671248436, 0.10831420123577118, 0.27956172823905945, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1931672096252441, -1.1246682405471802, -1.0904186964035034, -1.02191960811615, -1.227416753768921, -1.5014127492904663, -2.1179039478302, -2.01515531539917, -2.1007792949676514, -1.758284091949463, -1.2787909507751465, -0.9705453515052795, -0.8164225816726685, -0.43967801332473755, -0.14855723083019257, 0.0740646943449974, 0.2110627144575119, 0.3138112425804138, 0.3480607271194458, 0.29668647050857544, 0.15968845784664154, 0.2110627144575119, -0.011559205129742622, 0.26243698596954346, 0.5364330410957336, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.718040943145752], [-1.672660231590271, -1.3815394639968872, -1.3301652669906616, -1.2445415258407593, -1.3986642360687256, -1.9295315742492676, -2.032280206680298, -1.9809058904647827, -0.9876701235771179, -0.576676070690155, -0.4568027853965759, -0.42255327105522156, -0.610925555229187, -0.8164225816726685, -0.7821730971336365, -0.6280503273010254, -0.5081770420074463, -1.0047948360443115, -1.3472900390625, -0.5938007831573486, -0.02868395671248436, 0.2281874716281891, 0.03981505334377289, -0.21705622971057892, 0.14256370067596436, 0.5364330410957336, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.15968845784664154, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008], [-2.1179039478302, -1.9295315742492676, -1.672660231590271, -1.4500385522842407, -1.7411593198776245, -2.1007792949676514, -2.1179039478302, -1.227416753768921, -0.7992978096008301, -0.7136740684509277, -0.5253018140792847, -0.40542852878570557, -0.2341809868812561, -0.2341809868812561, -0.4568027853965759, -0.8849216103553772, -1.415789008140564, -2.1179039478302, -1.073293924331665, -0.1143077164888382, 0.3309359848499298, 0.6049320101737976, 0.7076805233955383, 0.6049320101737976, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.9124068021774292, -2.032280206680298, -1.946656346321106, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -1.9980305433273315, -0.8849216103553772, -0.7136740684509277, -0.6622998118400574, -0.610925555229187, -0.5081770420074463, -0.3883037567138672, -0.28555524349212646, -0.18280673027038574, -0.21705622971057892, -0.40542852878570557, -1.227416753768921, -1.141792893409729, -0.2341809868812561, 0.091189444065094, 0.3651854991912842, 0.622056782245636, 0.7761795520782471, 0.6391815543174744, 0.41655975580215454, 0.3138112425804138, 0.38231024146080017, 0.5535577535629272, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.4611696004867554, 0.9474270939826965, 1.4269200563430786, 1.63241708278656, 1.718040943145752, 1.7351655960083008, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.7522903680801392, 1.718040943145752, 1.6666666269302368, 1.6495418548583984, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.8952820301055908, -2.1007792949676514, -2.1007792949676514, -2.1179039478302, -2.1179039478302, -1.946656346321106, -1.672660231590271, -1.02191960811615, -0.9191710948944092, -0.7821730971336365, -0.6965492963790894, -0.5938007831573486, -0.5253018140792847, -0.5253018140792847, -0.5081770420074463, -0.5938007831573486, -0.610925555229187, -0.8849216103553772, -1.3986642360687256, -0.9705453515052795, -0.4910522699356079, -0.1143077164888382, 0.2110627144575119, 0.4508092403411865, 0.38231024146080017, 0.10831420123577118, 0.10831420123577118, 0.3651854991912842, 0.41655975580215454, 0.5535577535629272, 0.622056782245636, 0.5193082690238953, 0.6049320101737976, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.6666666269302368, 1.18717360496521, 0.7933043241500854, 0.9816765785217285, 0.5193082690238953, 1.718040943145752, 1.7694151401519775, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.2727973461151123, 1.0673003196716309, 1.4782943725585938, 1.6837913990020752, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [-0.9191710948944092, -1.4671632051467896, -1.3644146919250488, -1.3986642360687256, -1.6897850036621094, -2.01515531539917, -2.0494048595428467, -1.6384108066558838, -1.3301652669906616, -1.0561691522598267, -0.9534205794334412, -0.8164225816726685, -0.7479235529899597, -0.7479235529899597, -0.7136740684509277, -0.9705453515052795, -1.946656346321106, -2.032280206680298, -2.0494048595428467, -2.1179039478302, -1.7754088640213013, -1.1075434684753418, -0.576676070690155, -0.21705622971057892, 0.02269030176103115, -0.02868395671248436, -0.21705622971057892, -0.08005820959806442, 0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.41655975580215454, 0.5193082690238953, 0.622056782245636, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.5981676578521729, 1.444044828414917, 1.101549744606018, 0.7590547800064087, 0.5535577535629272, 0.41655975580215454, 0.43368449807167053, -0.045808710157871246, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.4269200563430786, 0.9303023219108582, -0.045808710157871246, 0.17681321501731873, 1.3412963151931763, 1.6837913990020752, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [0.7076805233955383, -0.7650483250617981, -1.484287977218628, -1.3301652669906616, -1.5870364904403687, -1.5527870655059814, -2.0494048595428467, -2.1007792949676514, -1.946656346321106, -1.5185375213623047, -1.2102919816970825, -1.1760424375534058, -0.9705453515052795, -0.9534205794334412, -0.9191710948944092, -1.4671632051467896, -2.1179039478302, -2.0494048595428467, -1.7069097757339478, -0.8164225816726685, -0.43967801332473755, -0.3369295001029968, -0.4739275276660919, -0.645175039768219, -0.6622998118400574, -0.3369295001029968, -0.19993148744106293, -0.7992978096008301, -1.0904186964035034, -0.4568027853965759, -0.045808710157871246, -0.045808710157871246, -0.045808710157871246, -0.14855723083019257, 0.2281874716281891, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.6495418548583984, 1.2385478019714355, 0.5535577535629272, 0.9474270939826965, 0.7076805233955383, -0.16568197309970856, 0.056939806789159775, -0.2341809868812561, -0.28555524349212646, -0.40542852878570557, 0.8789280652999878, 1.4269200563430786, 1.2899221181869507, 1.4782943725585938, 1.5810428857803345, 0.7076805233955383, -0.011559205129742622, -0.645175039768219, -0.18280673027038574, 0.8618032932281494, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775], [1.6152924299240112, 0.6391815543174744, -1.758284091949463, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.7411593198776245, -1.3472900390625, -1.4671632051467896, -1.758284091949463, -1.9637811183929443, -1.604161262512207, -1.1589176654815674, -1.073293924331665, -1.2787909507751465, -1.758284091949463, -2.032280206680298, -1.9809058904647827, -0.8677968382835388, -0.40542852878570557, -0.2513057291507721, -0.1143077164888382, 0.056939806789159775, 0.03981505334377289, -0.3540542721748352, -0.9534205794334412, -1.4500385522842407, -1.7754088640213013, -1.8952820301055908, -1.5185375213623047, -1.1246682405471802, -0.31980475783348083, 0.0740646943449974, -0.2513057291507721, -0.19993148744106293, 0.27956172823905945, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.718040943145752, 1.1529240608215332, -0.3540542721748352, 0.03981505334377289, 0.17681321501731873, -0.4910522699356079, -0.2684305012226105, -0.7479235529899597, -0.7136740684509277, -0.5595512986183167, 0.587807297706604, 1.2727973461151123, 1.101549744606018, 1.18717360496521, 0.9303023219108582, 0.3309359848499298, -0.7307988405227661, -0.7650483250617981, -0.5253018140792847, 0.8789280652999878, 1.8550388813018799, 1.786539912223816, 1.786539912223816, 1.7694151401519775], [1.6837913990020752, 1.4782943725585938, 0.5021834969520569, -1.3301652669906616, -1.9809058904647827, -2.0494048595428467, -2.1179039478302, -1.878157377243042, -1.484287977218628, -1.261666178703308, -1.5185375213623047, -1.9980305433273315, -1.8439078330993652, -1.5014127492904663, -1.5527870655059814, -1.9809058904647827, -2.1179039478302, -1.3986642360687256, -0.6965492963790894, -0.5424265265464783, -0.4568027853965759, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.056939806789159775, 0.03981505334377289, -0.5081770420074463, -1.3130404949188232, -1.672660231590271, -0.9020463228225708, -0.6622998118400574, -0.6622998118400574, -0.08005820959806442, 0.5364330410957336, 0.43368449807167053, 0.26243698596954346, 0.5021834969520569, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6837913990020752, 1.7009161710739136, 1.6495418548583984, 0.056939806789159775, -0.645175039768219, -0.7136740684509277, -0.43967801332473755, -0.645175039768219, -0.42255327105522156, -0.6965492963790894, -0.7821730971336365, -0.5595512986183167, 0.27956172823905945, 1.0501755475997925, 0.5535577535629272, 1.1700488328933716, 0.17681321501731873, -0.1143077164888382, -0.8335473537445068, -0.7821730971336365, -0.7307988405227661, 0.4850587546825409, 1.718040943145752, 1.786539912223816, 1.786539912223816, 1.786539912223816], [0.9303023219108582, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 0.5021834969520569, -0.8164225816726685, -1.5699117183685303, -2.01515531539917, -2.1179039478302, -1.8267830610275269, -1.7754088640213013, -2.01515531539917, -1.9295315742492676, -1.8267830610275269, -1.7411593198776245, -1.946656346321106, -1.9809058904647827, -0.9362958669662476, -0.9020463228225708, -0.6965492963790894, -0.5424265265464783, -0.40542852878570557, -0.31980475783348083, -0.3540542721748352, -0.14855723083019257, -0.08005820959806442, -0.06293346732854843, -0.06293346732854843, -0.5938007831573486, -1.4329137802124023, -1.4500385522842407, -1.1246682405471802, -0.9534205794334412, -0.16568197309970856, 0.41655975580215454, 0.5535577535629272, 0.38231024146080017, 0.3651854991912842, 0.5364330410957336, 0.622056782245636, 0.6391815543174744, 0.7419300675392151, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.5981676578521729, -0.045808710157871246, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.6622998118400574, -0.5081770420074463, -0.7307988405227661, -0.7136740684509277, -0.3711790144443512, -0.02868395671248436, 0.7590547800064087, 0.29668647050857544, 0.8618032932281494, -0.2684305012226105, -0.5081770420074463, -0.8506720662117004, -1.1075434684753418, -0.7992978096008301, -0.21705622971057892, 1.7009161710739136, 1.8207894563674927, 1.8207894563674927, 1.786539912223816], [0.587807297706604, 0.7076805233955383, 1.0673003196716309, 1.5810428857803345, 1.8036646842956543, 1.5296685695648193, 0.6734310388565063, -0.7992978096008301, -1.758284091949463, -1.9980305433273315, -2.01515531539917, -1.8610326051712036, -1.7754088640213013, -1.3644146919250488, -1.415789008140564, -1.6555355787277222, -1.8610326051712036, -1.2445415258407593, -0.9876701235771179, -0.9020463228225708, -0.7821730971336365, -0.6280503273010254, -0.5424265265464783, -0.4568027853965759, -0.3540542721748352, -0.40542852878570557, -0.5253018140792847, -0.6794245839118958, -0.7307988405227661, -1.0561691522598267, -1.6212860345840454, -1.5870364904403687, -1.484287977218628, -1.261666178703308, -0.6794245839118958, 0.0740646943449974, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.5706825256347656, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.0330508947372437, -0.7307988405227661, -1.073293924331665, -1.1075434684753418, -1.0390443801879883, -0.7650483250617981, -0.5424265265464783, -0.7821730971336365, -0.6794245839118958, -0.3540542721748352, 0.03981505334377289, 0.622056782245636, 0.29668647050857544, 0.3651854991912842, -0.19993148744106293, -0.645175039768219, -1.0904186964035034, -1.3301652669906616, -0.9362958669662476, -0.4739275276660919, 1.1186745166778564, 1.8207894563674927, 1.8207894563674927, 1.8036646842956543], [0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.7419300675392151, 0.8618032932281494, 1.6495418548583984, 1.906413197517395, 1.6152924299240112, 0.6905558109283447, -1.0561691522598267, -1.5870364904403687, -1.8439078330993652, -2.1179039478302, -1.878157377243042, -1.4500385522842407, -1.2959157228469849, -1.5527870655059814, -1.7411593198776245, -1.3986642360687256, -1.073293924331665, -0.9020463228225708, -0.8677968382835388, -0.8335473537445068, -0.610925555229187, -0.576676070690155, -0.610925555229187, -1.0390443801879883, -1.8439078330993652, -2.1179039478302, -1.9124068021774292, -1.4500385522842407, -1.0047948360443115, -1.0390443801879883, -1.1931672096252441, -0.9705453515052795, -0.645175039768219, -0.28555524349212646, 0.2281874716281891, 0.38231024146080017, 0.24531221389770508, 0.3480607271194458, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.5193082690238953, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5467933416366577, 0.02269030176103115, -1.0390443801879883, -1.1931672096252441, -1.141792893409729, -1.0561691522598267, -0.7650483250617981, -0.6794245839118958, -0.8164225816726685, -0.6794245839118958, -0.3883037567138672, -0.18280673027038574, 0.24531221389770508, 0.3480607271194458, -0.02868395671248436, -0.3540542721748352, -0.7821730971336365, -1.1931672096252441, -1.227416753768921, -1.141792893409729, -0.7136740684509277, 0.41655975580215454, 1.7009161710739136, 1.786539912223816, 1.8550388813018799], [0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 1.2042982578277588, 1.6152924299240112, 1.718040943145752, 0.7248052954673767, -1.2787909507751465, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.1007792949676514, -1.9809058904647827, -1.6384108066558838, -1.6897850036621094, -1.9809058904647827, -1.79253351688385, -1.3301652669906616, -1.1589176654815674, -0.9876701235771179, -0.8164225816726685, -0.7479235529899597, -0.7136740684509277, -1.7240345478057861, -2.1179039478302, -1.1589176654815674, -0.2341809868812561, 0.10831420123577118, 0.17681321501731873, -0.011559205129742622, -0.4910522699356079, -0.7479235529899597, -0.645175039768219, -0.5253018140792847, -0.6280503273010254, -1.0047948360443115, -1.0047948360443115, -0.4568027853965759, -0.02868395671248436, 0.056939806789159775, 0.10831420123577118, 0.38231024146080017, 0.7076805233955383, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.4611696004867554, 1.1529240608215332, 1.2385478019714355, 1.0159261226654053, 1.101549744606018, 0.24531221389770508, -0.7650483250617981, -1.1589176654815674, -1.2102919816970825, -1.3130404949188232, -1.0047948360443115, -0.8506720662117004, -0.7992978096008301, -0.7821730971336365, -0.7136740684509277, -0.645175039768219, -0.4910522699356079, -0.14855723083019257, 0.091189444065094, -0.13143247365951538, -0.5595512986183167, -0.9705453515052795, -1.2102919816970825, -1.1931672096252441, -1.1760424375534058, -1.1075434684753418, -0.7821730971336365, 1.63241708278656, 1.7351655960083008, 1.8550388813018799], [0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.8960528373718262, 1.2214230298995972, 1.2042982578277588, 0.39943498373031616, -0.7479235529899597, -1.6384108066558838, -1.758284091949463, -1.4329137802124023, -1.6897850036621094, -2.032280206680298, -1.9637811183929443, -2.0494048595428467, -1.9295315742492676, -1.7069097757339478, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -0.9534205794334412, -1.261666178703308, -2.032280206680298, -1.8096582889556885, -0.5081770420074463, -0.02868395671248436, 0.15968845784664154, 0.24531221389770508, 0.3309359848499298, 0.3138112425804138, -0.1143077164888382, -0.7992978096008301, -1.1931672096252441, -1.535662293434143, -1.8952820301055908, -1.2959157228469849, -0.09718296676874161, 0.41655975580215454, 0.41655975580215454, -0.08005820959806442, -0.31980475783348083, 0.4850587546825409, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.2042982578277588, 0.7248052954673767, 0.8789280652999878, 0.656306266784668, -0.28555524349212646, -1.02191960811615, -0.8164225816726685, -1.3815394639968872, -1.141792893409729, -1.1589176654815674, -1.3130404949188232, -0.9876701235771179, -0.7307988405227661, -0.7992978096008301, -0.8335473537445068, -0.8164225816726685, -0.7136740684509277, -0.610925555229187, -0.43967801332473755, -0.16568197309970856, -0.2341809868812561, -0.7136740684509277, -0.9876701235771179, -1.0904186964035034, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.8335473537445068, 0.4508092403411865, 1.8379141092300415, 1.786539912223816], [0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.3138112425804138, -1.3301652669906616, -1.7069097757339478, -1.6384108066558838, -1.5014127492904663, -1.672660231590271, -2.0494048595428467, -1.8952820301055908, -1.5527870655059814, -1.5014127492904663, -1.604161262512207, -1.5185375213623047, -1.4329137802124023, -1.6384108066558838, -1.9980305433273315, -1.1931672096252441, -0.3711790144443512, -0.08005820959806442, -0.011559205129742622, 0.02269030176103115, 0.091189444065094, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.3369295001029968, -1.1760424375534058, -1.3472900390625, -0.13143247365951538, 0.4850587546825409, 0.810429036617279, 0.9988013505935669, 1.0159261226654053, 0.6734310388565063, 0.38231024146080017, 0.622056782245636, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.1529240608215332, -0.2341809868812561, -1.227416753768921, 0.19393795728683472, -0.5081770420074463, -0.8677968382835388, -1.5014127492904663, -1.415789008140564, -1.3986642360687256, -1.1246682405471802, -1.0390443801879883, -1.2959157228469849, -0.7992978096008301, -0.8164225816726685, -0.6965492963790894, -0.8335473537445068, -0.7992978096008301, -0.6965492963790894, -0.6794245839118958, -0.5938007831573486, -0.2341809868812561, -0.4568027853965759, -0.645175039768219, -1.02191960811615, -0.9876701235771179, -0.9534205794334412, -1.261666178703308, -1.0561691522598267, -0.7479235529899597, 0.2110627144575119, 1.8892884254455566, 1.8379141092300415], [0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.7419300675392151, 0.9303023219108582, 0.8446785807609558, 0.24531221389770508, -1.141792893409729, -1.7240345478057861, -1.5699117183685303, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.7240345478057861, -1.535662293434143, -1.7069097757339478, -1.8267830610275269, -1.7069097757339478, -1.6897850036621094, -1.0047948360443115, -0.645175039768219, -0.40542852878570557, -0.2341809868812561, -0.18280673027038574, -0.14855723083019257, -0.06293346732854843, 0.03981505334377289, 0.12543895840644836, -0.011559205129742622, -0.3711790144443512, -1.02191960811615, -0.8164225816726685, 0.03981505334377289, 0.38231024146080017, 0.656306266784668, 0.8789280652999878, 1.0159261226654053, 0.8618032932281494, 0.587807297706604, 0.5535577535629272, 0.810429036617279, 0.810429036617279, 0.7076805233955383, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.3070467710494995, 0.5364330410957336, -1.0904186964035034, -1.5014127492904663, -1.3644146919250488, -0.7136740684509277, -1.1931672096252441, -1.6212860345840454, -1.7411593198776245, -1.6897850036621094, -1.0047948360443115, -0.9362958669662476, -1.1075434684753418, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.8164225816726685, -0.6622998118400574, -0.576676070690155, -0.645175039768219, -0.7136740684509277, -0.42255327105522156, -0.6280503273010254, -0.9020463228225708, -0.9876701235771179, -0.7650483250617981, -1.0390443801879883, -1.2959157228469849, -1.0904186964035034, -1.0390443801879883, -0.045808710157871246, 1.8550388813018799, 1.8379141092300415], [0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.8618032932281494, 0.9816765785217285, 0.622056782245636, -0.42255327105522156, -1.4500385522842407, -1.7240345478057861, -1.672660231590271, -1.415789008140564, -1.6384108066558838, -1.9124068021774292, -1.946656346321106, -1.8096582889556885, -1.7069097757339478, -1.672660231590271, -1.2787909507751465, -0.8677968382835388, -0.7479235529899597, -0.610925555229187, -0.5081770420074463, -0.3711790144443512, -0.2684305012226105, -0.18280673027038574, -0.2341809868812561, -0.610925555229187, -1.6384108066558838, -2.0836544036865234, -1.7069097757339478, -1.0047948360443115, -0.645175039768219, -0.28555524349212646, 0.29668647050857544, 0.7248052954673767, 1.0844250917434692, 1.1700488328933716, 0.9303023219108582, 0.43368449807167053, 0.622056782245636, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.0159261226654053, -0.9020463228225708, -1.3472900390625, -1.2959157228469849, -1.3301652669906616, -1.1075434684753418, -1.4671632051467896, -1.0904186964035034, -1.0390443801879883, -1.2102919816970825, -0.9020463228225708, -0.8164225816726685, -0.9534205794334412, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.7650483250617981, -0.610925555229187, -0.645175039768219, -0.7136740684509277, -0.7307988405227661, -0.5595512986183167, -0.610925555229187, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.9534205794334412, -1.1075434684753418, -1.1075434684753418, -1.2959157228469849, -0.2684305012226105, 1.8207894563674927, 1.8379141092300415], [0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.5193082690238953, -0.08005820959806442, -0.9020463228225708, -1.79253351688385, -1.7240345478057861, -1.5014127492904663, -1.3986642360687256, -1.878157377243042, -2.01515531539917, -1.8439078330993652, -1.672660231590271, -1.5699117183685303, -1.227416753768921, -1.0390443801879883, -0.9020463228225708, -0.7992978096008301, -0.645175039768219, -0.5424265265464783, -0.5595512986183167, -0.7650483250617981, -1.1931672096252441, -2.1179039478302, -1.141792893409729, 0.056939806789159775, 0.24531221389770508, 0.14256370067596436, -0.3540542721748352, -0.4910522699356079, -0.06293346732854843, 0.5706825256347656, 0.7590547800064087, 0.9131776094436646, 0.810429036617279, 0.41655975580215454, 0.3309359848499298, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.38231024146080017, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 1.0501755475997925, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.3584210872650146, 0.7761795520782471, 0.9988013505935669, 1.0330508947372437, -0.4910522699356079, -1.6212860345840454, -1.484287977218628, -1.415789008140564, -1.3301652669906616, -1.261666178703308, -1.535662293434143, -0.6965492963790894, -0.6794245839118958, -0.9020463228225708, -0.5424265265464783, -0.576676070690155, -0.3711790144443512, -0.8849216103553772, -0.5253018140792847, -0.645175039768219, -0.5938007831573486, -0.5081770420074463, -0.7479235529899597, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.7821730971336365, -0.8849216103553772, -0.7479235529899597, -0.6794245839118958, -0.7992978096008301, -0.8849216103553772, -1.0047948360443115, -1.2959157228469849, -0.2684305012226105, 1.8892884254455566, 1.8550388813018799], [0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6391815543174744, 0.5706825256347656, 0.5535577535629272, 0.4508092403411865, -0.40542852878570557, -0.9362958669662476, -1.535662293434143, -1.7240345478057861, -1.6897850036621094, -1.9124068021774292, -2.0665295124053955, -1.9637811183929443, -1.7240345478057861, -1.6555355787277222, -1.3472900390625, -1.1075434684753418, -0.9705453515052795, -0.8849216103553772, -0.7992978096008301, -0.8335473537445068, -1.073293924331665, -1.79253351688385, -1.604161262512207, -0.28555524349212646, 0.02269030176103115, 0.2281874716281891, 0.43368449807167053, 0.5193082690238953, 0.2281874716281891, -0.3711790144443512, -0.5424265265464783, -0.4910522699356079, -0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.0740646943449974, -0.8677968382835388, -0.40542852878570557, 0.14256370067596436, 0.6391815543174744, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3309359848499298, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.9303023219108582, 0.9645518660545349, 1.0330508947372437, 1.101549744606018, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.0673003196716309, 0.9816765785217285, 1.255672574043274, 0.7248052954673767, -0.9705453515052795, -1.415789008140564, -0.7992978096008301, -1.6212860345840454, -1.6555355787277222, -1.5185375213623047, -1.3815394639968872, -1.3644146919250488, -0.9876701235771179, -1.3815394639968872, -0.7479235529899597, -1.141792893409729, -0.7992978096008301, -0.6794245839118958, -0.7821730971336365, -0.8506720662117004, -0.8849216103553772, -0.5253018140792847, -0.6794245839118958, -0.7650483250617981, -0.5938007831573486, -0.6965492963790894, -0.7307988405227661, -0.6622998118400574, -0.8506720662117004, -1.02191960811615, -0.8335473537445068, -0.6794245839118958, -0.9020463228225708, -0.9534205794334412, -0.9705453515052795, -1.141792893409729, -1.073293924331665, -0.576676070690155, 1.906413197517395, 1.8550388813018799], [0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.9474270939826965, 1.0844250917434692, 1.0159261226654053, 0.7933043241500854, 0.2110627144575119, -0.5081770420074463, -1.0561691522598267, -1.6212860345840454, -1.8610326051712036, -1.484287977218628, -1.4671632051467896, -1.8610326051712036, -1.9637811183929443, -1.7754088640213013, -1.5527870655059814, -1.261666178703308, -1.02191960811615, -0.9191710948944092, -0.9876701235771179, -1.3130404949188232, -1.946656346321106, -1.1760424375534058, -0.30267998576164246, -0.1143077164888382, 0.0055655487813055515, 0.10831420123577118, 0.27956172823905945, 0.43368449807167053, 0.41655975580215454, 0.15968845784664154, -0.7650483250617981, -1.7754088640213013, -1.7069097757339478, -1.7411593198776245, -1.073293924331665, -1.2102919816970825, -1.4329137802124023, -0.9876701235771179, 0.4508092403411865, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.091189444065094, 0.091189444065094, 0.14256370067596436, 0.15968845784664154, 0.26243698596954346, 0.19393795728683472, 0.056939806789159775, -0.1143077164888382, -0.30267998576164246, -0.3540542721748352, -0.4568027853965759, -0.28555524349212646, -0.3711790144443512, -0.40542852878570557, -0.31980475783348083, 0.0055655487813055515, -0.06293346732854843, 0.091189444065094, 0.587807297706604, 0.7419300675392151, 0.8789280652999878, 0.7761795520782471, 0.8789280652999878, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 0.43368449807167053, -0.9705453515052795, -0.4739275276660919, -1.5527870655059814, -1.3472900390625, -1.9295315742492676, -1.5527870655059814, -2.01515531539917, -1.3301652669906616, -1.484287977218628, -1.227416753768921, -1.0904186964035034, -1.5185375213623047, -0.9876701235771179, -0.5938007831573486, -0.6622998118400574, -0.6622998118400574, -0.9191710948944092, -0.7136740684509277, -0.8164225816726685, -0.7136740684509277, -0.5595512986183167, -0.28555524349212646, -0.7821730971336365, -0.6280503273010254, -0.7136740684509277, -0.6965492963790894, -0.7650483250617981, -0.7136740684509277, -0.7136740684509277, -0.8335473537445068, -0.9020463228225708, -0.8506720662117004, -1.0561691522598267, -0.8335473537445068, -0.9362958669662476, -0.5595512986183167, 1.8892884254455566, 1.8036646842956543], [0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6734310388565063, 1.2385478019714355, 1.563918113708496, 1.3926706314086914, 1.4611696004867554, 1.2214230298995972, 0.7933043241500854, 0.056939806789159775, -0.5595512986183167, -1.1760424375534058, -1.7411593198776245, -1.79253351688385, -1.535662293434143, -1.6384108066558838, -1.8439078330993652, -1.9124068021774292, -1.8267830610275269, -1.5185375213623047, -1.1075434684753418, -1.0561691522598267, -1.2959157228469849, -1.7069097757339478, -0.8335473537445068, -0.3883037567138672, -0.2513057291507721, -0.13143247365951538, -0.08005820959806442, 0.056939806789159775, 0.26243698596954346, 0.3651854991912842, 0.4508092403411865, 0.17681321501731873, -0.7821730971336365, -1.2959157228469849, -1.4671632051467896, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.672660231590271, -1.3130404949188232, 0.17681321501731873, 0.8618032932281494, 0.9303023219108582, 0.8275538086891174, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.6734310388565063, 0.7248052954673767, 0.8960528373718262, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.2110627144575119, 0.26243698596954346, 0.0740646943449974, 0.0740646943449974, 0.0740646943449974, -0.06293346732854843, -0.2341809868812561, -0.3883037567138672, -0.5938007831573486, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9020463228225708, -1.0047948360443115, -0.7821730971336365, -0.9705453515052795, -0.8677968382835388, -0.5938007831573486, -0.5938007831573486, -0.7992978096008301, -0.645175039768219, -0.6794245839118958, -0.7136740684509277, -0.5595512986183167, -0.4568027853965759, -0.2341809868812561, 0.02269030176103115, 0.27956172823905945, 0.29668647050857544, 0.4850587546825409, -0.4739275276660919, -1.0561691522598267, -1.4500385522842407, -1.604161262512207, -1.6212860345840454, -1.5699117183685303, -1.6384108066558838, -1.484287977218628, -1.7069097757339478, -1.4500385522842407, -1.3644146919250488, -1.3815394639968872, -1.2787909507751465, -1.141792893409729, -0.7307988405227661, -0.5424265265464783, -0.4739275276660919, -0.6965492963790894, -0.8506720662117004, -0.645175039768219, -0.6794245839118958, -0.6965492963790894, -0.7821730971336365, -0.3883037567138672, -0.8849216103553772, -0.576676070690155, -0.645175039768219, -0.6622998118400574, -0.8335473537445068, -0.5424265265464783, -0.6794245839118958, -0.8849216103553772, -0.7307988405227661, -0.5938007831573486, -0.7136740684509277, -0.6280503273010254, -1.1075434684753418, -0.8677968382835388, 1.8207894563674927, 1.8379141092300415], [1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5535577535629272, 0.810429036617279, 1.3412963151931763, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.3584210872650146, 0.9988013505935669, 0.5021834969520569, -0.011559205129742622, -0.8335473537445068, -1.3644146919250488, -1.8096582889556885, -1.8439078330993652, -1.6384108066558838, -1.7240345478057861, -1.9637811183929443, -2.0665295124053955, -1.5699117183685303, -1.2445415258407593, -1.3130404949188232, -1.2102919816970825, -0.576676070690155, -0.31980475783348083, -0.3369295001029968, -0.19993148744106293, -0.13143247365951538, -0.045808710157871246, 0.03981505334377289, 0.15968845784664154, 0.2110627144575119, -0.045808710157871246, -0.6280503273010254, -1.3815394639968872, -1.4671632051467896, -1.3815394639968872, -1.2102919816970825, -1.141792893409729, -1.2787909507751465, -1.3815394639968872, -1.5870364904403687, -0.8164225816726685, -0.08005820959806442, -0.02868395671248436, 0.3480607271194458, 0.6734310388565063, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.7590547800064087, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.3651854991912842, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.15968845784664154, 0.19393795728683472, 0.12543895840644836, 0.056939806789159775, 0.056939806789159775, -0.011559205129742622, -0.3540542721748352, -0.9020463228225708, -0.9534205794334412, -0.9362958669662476, -0.8506720662117004, -0.9705453515052795, -0.8849216103553772, -0.9191710948944092, -0.8849216103553772, -1.0047948360443115, -0.8677968382835388, -0.7992978096008301, -0.8849216103553772, -0.7650483250617981, -0.7136740684509277, -0.7479235529899597, -0.4568027853965759, -0.8506720662117004, -0.30267998576164246, -0.7307988405227661, -0.21705622971057892, -0.3711790144443512, -0.16568197309970856, -0.21705622971057892, -0.09718296676874161, 0.02269030176103115, -0.28555524349212646, -0.6280503273010254, -0.8164225816726685, -1.261666178703308, -1.5014127492904663, -1.7240345478057861, -1.672660231590271, -1.758284091949463, -1.6555355787277222, -1.604161262512207, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.5699117183685303, -1.0047948360443115, -0.7307988405227661, -0.5938007831573486, -0.4568027853965759, -0.5595512986183167, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.610925555229187, -0.5081770420074463, -0.5595512986183167, -0.9020463228225708, -0.6622998118400574, -0.8677968382835388, -0.645175039768219, -0.610925555229187, -0.6280503273010254, -0.8335473537445068, -0.7821730971336365, -0.7992978096008301, -0.7992978096008301, -0.6280503273010254, -0.7650483250617981, -0.7307988405227661, -0.8164225816726685, -0.9191710948944092, -0.6280503273010254, 1.8207894563674927, 1.8550388813018799], [1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.7590547800064087, 1.3584210872650146, 1.5810428857803345, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.1700488328933716, 0.6049320101737976, 0.38231024146080017, 0.2110627144575119, -0.4568027853965759, -1.1589176654815674, -1.6384108066558838, -1.8096582889556885, -1.3815394639968872, -1.3301652669906616, -1.672660231590271, -1.7240345478057861, -1.758284091949463, -1.5527870655059814, -0.9876701235771179, -0.42255327105522156, -0.2341809868812561, -0.1143077164888382, -0.045808710157871246, -0.011559205129742622, -0.02868395671248436, -0.011559205129742622, -0.31980475783348083, -0.7307988405227661, -1.7411593198776245, -1.3986642360687256, -0.8849216103553772, -1.141792893409729, -1.3130404949188232, -1.4671632051467896, -1.3815394639968872, -1.5185375213623047, -1.5014127492904663, -1.415789008140564, -1.415789008140564, -1.3472900390625, -1.1246682405471802, -0.8335473537445068, -0.5424265265464783, -0.13143247365951538, 0.29668647050857544, 0.622056782245636, 0.7248052954673767, 0.810429036617279, 0.9645518660545349, 1.0330508947372437, 1.1186745166778564, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 0.5535577535629272, -0.7136740684509277, -0.7821730971336365, -0.40542852878570557, 0.7761795520782471, 1.3412963151931763, 1.5296685695648193, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6837913990020752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.1357992887496948, -1.5014127492904663, -1.6555355787277222, -0.9705453515052795, -0.610925555229187, -0.3883037567138672, -0.30267998576164246, -0.09718296676874161, 0.2110627144575119, 0.29668647050857544, -0.2341809868812561, -0.08005820959806442, 0.02269030176103115, 0.7761795520782471, 0.7248052954673767, 0.622056782245636, 0.5535577535629272, 0.43368449807167053, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3309359848499298, 0.27956172823905945, 0.38231024146080017, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.056939806789159775, 0.15968845784664154, 0.12543895840644836, 0.056939806789159775, -0.011559205129742622, -0.31980475783348083, -0.6965492963790894, -0.7821730971336365, -0.6794245839118958, -0.7479235529899597, -0.576676070690155, -0.8849216103553772, -0.9705453515052795, -0.6965492963790894, -0.7992978096008301, -0.9705453515052795, -0.8677968382835388, -0.7821730971336365, -1.0561691522598267, -0.9362958669662476, -0.7650483250617981, -0.645175039768219, -0.6622998118400574, -0.9876701235771179, -0.4568027853965759, -0.5595512986183167, -0.610925555229187, -0.3540542721748352, -0.09718296676874161, 0.056939806789159775, -0.08005820959806442, -0.02868395671248436, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, -0.6280503273010254, -1.4671632051467896, -1.6212860345840454, -1.7411593198776245, -1.672660231590271, -1.7411593198776245, -1.79253351688385, -1.8267830610275269, -1.6384108066558838, -1.9124068021774292, -0.8164225816726685, -0.7821730971336365, -1.0390443801879883, -1.5870364904403687, -1.4329137802124023, -1.535662293434143, -0.6280503273010254, -0.8677968382835388, -0.31980475783348083, -0.4739275276660919, -0.6622998118400574, -1.0904186964035034, -0.31980475783348083, -0.7821730971336365, -0.5253018140792847, -0.610925555229187, -0.3711790144443512, -0.7821730971336365, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.5938007831573486, -0.8506720662117004, -0.7307988405227661, -0.7650483250617981, -0.7992978096008301, -0.7992978096008301, -1.0561691522598267, -0.8849216103553772, -0.5938007831573486, 1.786539912223816, 1.8550388813018799], [1.101549744606018, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 1.3412963151931763, 1.63241708278656, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.101549744606018, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.17681321501731873, -0.5595512986183167, -1.2959157228469849, -1.6897850036621094, -1.604161262512207, -1.3301652669906616, -1.3815394639968872, -1.7240345478057861, -1.79253351688385, -1.7240345478057861, -1.7411593198776245, -1.79253351688385, -1.3130404949188232, -0.7479235529899597, -0.40542852878570557, -0.19993148744106293, -0.21705622971057892, -0.8506720662117004, -1.5014127492904663, -0.9020463228225708, -1.5014127492904663, -1.5527870655059814, -1.4671632051467896, -1.3301652669906616, -0.7992978096008301, -1.0561691522598267, -1.1075434684753418, -1.1589176654815674, -0.1143077164888382, 0.7933043241500854, 1.1700488328933716, 1.324171543121338, 1.5981676578521729, 1.718040943145752, 1.2727973461151123, 0.5706825256347656, 1.2899221181869507, 1.6837913990020752, 1.8207894563674927, 1.8036646842956543, 1.8207894563674927, 1.8550388813018799, 1.8721636533737183, 1.8379141092300415, 1.5125439167022705, 0.091189444065094, -1.672660231590271, -1.8610326051712036, -0.9534205794334412, 0.9816765785217285, 1.4611696004867554, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.8036646842956543, 1.8379141092300415, 1.8892884254455566, 1.8207894563674927, 1.8207894563674927, 0.9988013505935669, -0.9362958669662476, -0.9020463228225708, -0.3540542721748352, -0.31980475783348083, -0.5938007831573486, -1.0390443801879883, -1.1246682405471802, -1.4329137802124023, -1.79253351688385, -1.8267830610275269, -1.7754088640213013, -1.878157377243042, 0.9303023219108582, 1.4269200563430786, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.563918113708496, 1.3070467710494995, 0.8446785807609558, 0.3480607271194458, 0.091189444065094, 0.12543895840644836, 0.2110627144575119, 0.3138112425804138, 0.26243698596954346, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.10831420123577118, 0.12543895840644836, 0.091189444065094, 0.056939806789159775, 0.02269030176103115, 0.03981505334377289, 0.0740646943449974, 0.056939806789159775, -0.045808710157871246, 0.02269030176103115, 0.02269030176103115, -0.045808710157871246, -0.08005820959806442, -0.06293346732854843, -0.011559205129742622, -0.02868395671248436, -0.08005820959806442, 0.02269030176103115, -0.08005820959806442, 0.0055655487813055515, -0.06293346732854843, 0.02269030176103115, 0.056939806789159775, 0.0055655487813055515, -0.06293346732854843, -0.08005820959806442, -0.16568197309970856, -0.13143247365951538, -0.1143077164888382, -0.6965492963790894, -1.02191960811615, -1.1075434684753418, -1.0904186964035034, -0.8849216103553772, -1.0047948360443115, -0.9876701235771179, -0.8335473537445068, -0.9534205794334412, -0.9362958669662476, -0.7479235529899597, -0.9534205794334412, -0.8164225816726685, -0.7307988405227661, -0.8849216103553772, -0.7307988405227661, -0.7479235529899597, -0.7307988405227661, -0.8164225816726685, -0.5253018140792847, -0.4910522699356079, -0.14855723083019257, -0.5081770420074463, 0.03981505334377289, -0.1143077164888382, -0.4910522699356079, 0.0740646943449974, 0.19393795728683472, 0.3309359848499298, 0.2110627144575119, 0.3309359848499298, 0.0055655487813055515, -1.2445415258407593, -1.604161262512207, -1.79253351688385, -1.8096582889556885, -1.535662293434143, -1.5870364904403687, -1.79253351688385, -1.8952820301055908, -1.5527870655059814, -1.604161262512207, -0.5081770420074463, -0.5253018140792847, -0.7479235529899597, -1.0561691522598267, -1.4329137802124023, -1.2787909507751465, -0.13143247365951538, -0.576676070690155, -0.5424265265464783, -0.40542852878570557, -0.5595512986183167, -0.43967801332473755, -0.6794245839118958, -0.5595512986183167, -0.30267998576164246, -0.610925555229187, -0.40542852878570557, -0.6280503273010254, -0.7136740684509277, -0.3883037567138672, -0.6622998118400574, -0.8506720662117004, -0.576676070690155, -0.7307988405227661, -0.8164225816726685, -0.7479235529899597, -0.8677968382835388, -0.7136740684509277, -1.0561691522598267, -0.7479235529899597, -0.9191710948944092, 1.8207894563674927, 1.8721636533737183], [1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.622056782245636, 1.255672574043274, 1.6152924299240112, 1.5467933416366577, 1.4782943725585938, 1.4269200563430786, 1.1700488328933716, 0.8618032932281494, 0.8446785807609558, 1.1186745166778564, 0.9303023219108582, -0.045808710157871246, -0.9876701235771179, -1.5014127492904663, -1.484287977218628, -1.4500385522842407, -1.3986642360687256, -1.5699117183685303, -1.5870364904403687, -1.5185375213623047, -1.672660231590271, -1.672660231590271, -1.5527870655059814, -1.4671632051467896, -1.2445415258407593, -1.3301652669906616, -1.6555355787277222, -1.878157377243042, -0.9705453515052795, -1.0904186964035034, -1.1246682405471802, -1.1589176654815674, -1.1931672096252441, -1.0390443801879883, -0.8506720662117004, -1.02191960811615, -1.1931672096252441, 0.6734310388565063, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6495418548583984, 1.4097954034805298, 1.6837913990020752, 1.8721636533737183, 1.906413197517395, 1.906413197517395, 1.9235379695892334, 1.9577873945236206, 1.974912166595459, 1.8550388813018799, 1.2214230298995972, -0.7821730971336365, -1.79253351688385, -1.7411593198776245, -1.7411593198776245, -0.6965492963790894, 1.3412963151931763, 1.375545859336853, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.7522903680801392, 1.786539912223816, 1.7694151401519775, 1.2042982578277588, -1.7069097757339478, -1.946656346321106, -1.8610326051712036, -1.7411593198776245, -1.261666178703308, -1.3644146919250488, -1.1760424375534058, -1.227416753768921, -1.227416753768921, -1.672660231590271, -1.758284091949463, -1.878157377243042, -1.8267830610275269, -1.415789008140564, -0.3883037567138672, 0.656306266784668, 1.3926706314086914, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.2042982578277588, 0.7590547800064087, 0.056939806789159775, -0.7650483250617981, -0.8506720662117004, -0.6622998118400574, -0.43967801332473755, -0.5081770420074463, -0.5081770420074463, -0.4739275276660919, -0.5424265265464783, -0.5595512986183167, -0.610925555229187, -0.6794245839118958, -0.576676070690155, -0.5595512986183167, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.5938007831573486, -0.610925555229187, -0.6622998118400574, -0.7650483250617981, -0.7821730971336365, -0.8164225816726685, -0.7992978096008301, -0.7136740684509277, -0.9534205794334412, -1.0047948360443115, -0.7821730971336365, -0.8849216103553772, -0.7650483250617981, -0.7992978096008301, -0.610925555229187, -0.6794245839118958, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.6622998118400574, -0.5253018140792847, -0.6622998118400574, -0.8335473537445068, -0.8164225816726685, -0.8506720662117004, -0.9534205794334412, -0.9534205794334412, -0.9876701235771179, -0.8677968382835388, -0.9534205794334412, -0.7821730971336365, -0.8849216103553772, -0.8849216103553772, -0.8164225816726685, -1.02191960811615, -0.8677968382835388, -0.7136740684509277, -0.9876701235771179, -0.5253018140792847, -0.610925555229187, -0.5253018140792847, -0.5081770420074463, -0.40542852878570557, -0.28555524349212646, -0.19993148744106293, -0.06293346732854843, 0.2281874716281891, -0.18280673027038574, -0.2341809868812561, 0.39943498373031616, 0.12543895840644836, 0.43368449807167053, 0.39943498373031616, 0.056939806789159775, -0.13143247365951538, -1.1246682405471802, -1.6897850036621094, -1.758284091949463, -1.9295315742492676, -1.878157377243042, -1.7240345478057861, -1.3130404949188232, -1.946656346321106, -1.9295315742492676, -1.1931672096252441, -0.40542852878570557, -0.5253018140792847, -0.5081770420074463, -0.5253018140792847, -1.2102919816970825, -1.2787909507751465, -0.21705622971057892, -0.09718296676874161, -0.3540542721748352, -0.5253018140792847, -0.40542852878570557, -0.09718296676874161, -0.5253018140792847, -0.31980475783348083, -0.42255327105522156, -0.6280503273010254, -0.5424265265464783, -0.4739275276660919, -0.8677968382835388, -0.3883037567138672, -0.576676070690155, -0.7821730971336365, -0.5253018140792847, -0.5595512986183167, -0.7307988405227661, -0.8849216103553772, -0.9705453515052795, -0.8335473537445068, -1.02191960811615, -0.6965492963790894, -0.9705453515052795, 1.8379141092300415, 1.8721636533737183], [1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.4954191446304321, 1.255672574043274, 0.9988013505935669, 0.9131776094436646, 1.1357992887496948, 1.2727973461151123, 0.7590547800064087, -0.3883037567138672, -1.227416753768921, -1.5185375213623047, -1.758284091949463, -1.535662293434143, -1.2787909507751465, -1.535662293434143, -1.6384108066558838, -1.227416753768921, -1.02191960811615, -0.9362958669662476, -1.0047948360443115, -1.073293924331665, -1.484287977218628, -1.9124068021774292, -1.5527870655059814, -1.535662293434143, -1.604161262512207, -1.5699117183685303, -1.3815394639968872, -1.535662293434143, -1.7240345478057861, -1.4500385522842407, -1.261666178703308, -1.141792893409729, 1.3926706314086914, 1.63241708278656, 1.7009161710739136, 1.5981676578521729, 1.6666666269302368, 1.7694151401519775, 1.8721636533737183, 1.8379141092300415, 1.8036646842956543, 1.786539912223816, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, -0.8164225816726685, -1.5870364904403687, -1.8096582889556885, -1.7754088640213013, -1.8952820301055908, -1.946656346321106, -1.7240345478057861, -0.7992978096008301, 0.24531221389770508, 0.8446785807609558, 1.1700488328933716, 1.4097954034805298, 1.3584210872650146, 1.5125439167022705, 1.5467933416366577, 0.4850587546825409, -1.9809058904647827, -2.0665295124053955, -2.1179039478302, -2.0494048595428467, -2.01515531539917, -2.0494048595428467, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.758284091949463, -1.878157377243042, -1.878157377243042, -1.6897850036621094, -1.7069097757339478, -1.3472900390625, -1.2102919816970825, -0.610925555229187, 0.656306266784668, 1.1357992887496948, 0.02269030176103115, -1.7240345478057861, -1.5699117183685303, -1.4500385522842407, -1.3130404949188232, -1.1760424375534058, -1.141792893409729, -0.9191710948944092, -0.7992978096008301, -0.8506720662117004, -0.9534205794334412, -0.9191710948944092, -0.9020463228225708, -1.0047948360443115, -0.9020463228225708, -0.7821730971336365, -0.7479235529899597, -1.02191960811615, -0.9534205794334412, -1.02191960811615, -1.073293924331665, -1.0047948360443115, -0.8335473537445068, -0.9534205794334412, -0.7650483250617981, -0.6794245839118958, -0.7136740684509277, -0.7650483250617981, -0.6794245839118958, -0.8335473537445068, -0.9362958669662476, -0.7992978096008301, -0.6794245839118958, -0.5424265265464783, -0.7821730971336365, -0.9534205794334412, -0.8849216103553772, -0.8506720662117004, -0.8335473537445068, -0.6280503273010254, -0.7992978096008301, -0.8849216103553772, -0.8506720662117004, -0.8677968382835388, -0.7992978096008301, -0.9362958669662476, -0.9362958669662476, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -0.9020463228225708, -1.02191960811615, -0.9534205794334412, -0.576676070690155, -0.7650483250617981, -0.6794245839118958, -0.6280503273010254, -0.3711790144443512, -0.40542852878570557, -0.3540542721748352, -0.5595512986183167, -0.30267998576164246, -0.40542852878570557, -0.2684305012226105, 0.2110627144575119, 0.091189444065094, 0.24531221389770508, 0.39943498373031616, 0.5193082690238953, 0.5706825256347656, 0.6905558109283447, -0.06293346732854843, -0.3369295001029968, -1.2445415258407593, -1.6212860345840454, -1.79253351688385, -1.8610326051712036, -1.9295315742492676, -1.8096582889556885, -1.8439078330993652, -1.9809058904647827, -1.8439078330993652, -1.6384108066558838, -0.8164225816726685, -0.576676070690155, -0.5424265265464783, -0.42255327105522156, -1.2959157228469849, -1.0047948360443115, -0.4739275276660919, -0.2341809868812561, -0.3540542721748352, -0.3540542721748352, -0.2513057291507721, -0.3540542721748352, -0.610925555229187, 0.0055655487813055515, -0.28555524349212646, -0.5081770420074463, -0.7136740684509277, -0.5595512986183167, -0.6280503273010254, -0.3540542721748352, -0.5253018140792847, -0.5424265265464783, -0.4739275276660919, -0.5938007831573486, -0.645175039768219, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -1.02191960811615, -0.3883037567138672, -0.8164225816726685, 1.8036646842956543, 1.8721636533737183], [1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 1.1186745166778564, 1.5125439167022705, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.1186745166778564, 1.0330508947372437, 1.1700488328933716, 1.324171543121338, 1.2214230298995972, 0.3651854991912842, -0.7650483250617981, -1.1246682405471802, -1.5699117183685303, -1.5870364904403687, -1.2959157228469849, -1.3815394639968872, -1.4671632051467896, -1.2787909507751465, -1.1246682405471802, -1.0561691522598267, -1.1246682405471802, -1.261666178703308, -1.6555355787277222, -1.3130404949188232, -1.2787909507751465, -1.3986642360687256, -1.5185375213623047, -1.6212860345840454, -1.7240345478057861, -1.7754088640213013, -1.8952820301055908, -1.9295315742492676, -1.79253351688385, -1.5185375213623047, -1.0390443801879883, 0.19393795728683472, 0.4850587546825409, 0.587807297706604, 1.2214230298995972, 1.7351655960083008, 1.7694151401519775, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5296685695648193, 1.5125439167022705, 0.9645518660545349, -1.878157377243042, -1.8610326051712036, -1.8096582889556885, -1.7411593198776245, -1.8610326051712036, -1.8610326051712036, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.946656346321106, -1.7069097757339478, -1.7240345478057861, -1.8267830610275269, -1.7754088640213013, -1.7754088640213013, -1.9124068021774292, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -2.0494048595428467, -2.01515531539917, -1.946656346321106, -1.9980305433273315, -1.946656346321106, -1.8610326051712036, -1.9637811183929443, -2.1179039478302, -1.9809058904647827, -1.9809058904647827, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.1589176654815674, -0.3540542721748352, -1.1760424375534058, -1.261666178703308, -1.0904186964035034, -1.1246682405471802, -0.8506720662117004, -0.645175039768219, -0.28555524349212646, -0.3369295001029968, -0.7479235529899597, -0.9362958669662476, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -1.2102919816970825, -1.141792893409729, -1.0047948360443115, -0.9876701235771179, -1.0561691522598267, -0.8849216103553772, -0.8335473537445068, -0.7479235529899597, -0.7307988405227661, -0.6622998118400574, -0.7136740684509277, -0.6794245839118958, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.6622998118400574, -0.6280503273010254, -0.5938007831573486, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.7992978096008301, -0.8164225816726685, -0.8506720662117004, -0.7650483250617981, -0.7992978096008301, -0.9020463228225708, -0.9191710948944092, -1.073293924331665, -0.8506720662117004, -0.9191710948944092, -0.9020463228225708, -1.1589176654815674, -1.0390443801879883, -1.0904186964035034, -0.9020463228225708, -0.9191710948944092, -0.9362958669662476, -0.8335473537445068, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.610925555229187, -0.8677968382835388, -0.610925555229187, -0.8506720662117004, -0.5938007831573486, -0.28555524349212646, -0.2684305012226105, -0.2341809868812561, -0.18280673027038574, -0.045808710157871246, -0.06293346732854843, 0.24531221389770508, -0.02868395671248436, 0.38231024146080017, 0.15968845784664154, 0.810429036617279, 0.6905558109283447, 0.5193082690238953, 0.6049320101737976, -0.40542852878570557, -1.8096582889556885, -1.7754088640213013, -1.758284091949463, -1.7754088640213013, -1.9637811183929443, -1.946656346321106, -1.8952820301055908, -1.9124068021774292, -1.946656346321106, -1.6897850036621094, -0.9705453515052795, -0.7479235529899597, -0.30267998576164246, -0.21705622971057892, -0.6280503273010254, -1.02191960811615, -0.7136740684509277, 0.0740646943449974, 0.056939806789159775, -0.09718296676874161, -0.3369295001029968, -0.42255327105522156, -0.5595512986183167, -0.5424265265464783, -0.2513057291507721, -0.4568027853965759, -0.8164225816726685, -0.4739275276660919, -0.5424265265464783, -0.42255327105522156, -0.43967801332473755, -0.40542852878570557, -0.43967801332473755, -0.5253018140792847, -0.576676070690155, -0.3883037567138672, -0.9020463228225708, -0.8506720662117004, -0.645175039768219, -0.30267998576164246, -0.7821730971336365, 1.8550388813018799, 1.8379141092300415], [1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7590547800064087, 0.6905558109283447, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.7933043241500854, 1.375545859336853, 1.563918113708496, 1.4782943725585938, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, -0.1143077164888382, -1.141792893409729, -1.3130404949188232, -1.2102919816970825, -1.3644146919250488, -1.3301652669906616, -1.2102919816970825, -1.4500385522842407, -1.5699117183685303, -1.6555355787277222, -1.8096582889556885, -1.9295315742492676, -1.8952820301055908, -1.9637811183929443, -2.01515531539917, -1.946656346321106, -1.878157377243042, -1.8952820301055908, -2.032280206680298, -2.0665295124053955, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.672660231590271, -1.8096582889556885, -1.8610326051712036, -1.878157377243042, -2.01515531539917, 0.03981505334377289, 0.38231024146080017, -1.8610326051712036, -1.9124068021774292, -1.5014127492904663, -1.0904186964035034, -1.5014127492904663, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, -2.0836544036865234, -2.1007792949676514, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.0494048595428467, -2.1179039478302, -2.01515531539917, -2.0494048595428467, -2.01515531539917, -1.9295315742492676, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.0836544036865234, -1.6897850036621094, -1.5185375213623047, -0.7821730971336365, -0.4739275276660919, -0.6622998118400574, -1.1246682405471802, -1.8439078330993652, -1.7411593198776245, -1.1931672096252441, -1.4500385522842407, -1.8267830610275269, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -1.9980305433273315, -1.8439078330993652, -1.4329137802124023, -0.9534205794334412, -0.8335473537445068, -0.9020463228225708, -0.7136740684509277, -1.141792893409729, -1.1075434684753418, -0.8849216103553772, -0.9362958669662476, -1.0047948360443115, -1.02191960811615, -0.9705453515052795, -0.9191710948944092, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.7479235529899597, -0.610925555229187, -0.8335473537445068, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -1.0390443801879883, -0.9534205794334412, -0.8335473537445068, -0.8677968382835388, -0.8335473537445068, -0.645175039768219, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -1.0047948360443115, -0.8506720662117004, -0.8506720662117004, -0.8849216103553772, -0.6794245839118958, -0.7136740684509277, -0.7992978096008301, -0.7479235529899597, -0.7992978096008301, -0.9191710948944092, -0.8849216103553772, -0.9876701235771179, -0.9705453515052795, -1.0047948360443115, -1.0561691522598267, -0.9876701235771179, -0.9705453515052795, -0.9362958669662476, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.7307988405227661, -0.9876701235771179, -0.6622998118400574, -0.5938007831573486, -0.7307988405227661, -0.7992978096008301, -0.5424265265464783, -0.28555524349212646, -0.21705622971057892, -0.3711790144443512, 0.0740646943449974, 0.2110627144575119, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, -0.13143247365951538, 0.4679340124130249, 0.5364330410957336, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.6391815543174744, -0.5253018140792847, -1.8096582889556885, -1.8096582889556885, -1.878157377243042, -1.8096582889556885, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.9124068021774292, -2.0836544036865234, -1.2787909507751465, -1.02191960811615, -0.045808710157871246, 0.17681321501731873, -0.6280503273010254, -0.7136740684509277, -0.5081770420074463, -0.28555524349212646, -0.08005820959806442, -0.16568197309970856, -0.2684305012226105, -0.42255327105522156, -0.4739275276660919, -0.5595512986183167, -0.2513057291507721, -0.3369295001029968, -0.7821730971336365, -0.6794245839118958, -0.3711790144443512, -0.5595512986183167, -0.30267998576164246, -0.2341809868812561, -0.2513057291507721, -0.7650483250617981, -0.5595512986183167, -0.610925555229187, -1.02191960811615, -0.9876701235771179, -0.40542852878570557, -0.6794245839118958, -0.645175039768219, 1.8721636533737183, 1.8379141092300415], [1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.6049320101737976, 1.2727973461151123, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.2899221181869507, 0.7933043241500854, -0.3369295001029968, -0.9020463228225708, -0.9362958669662476, -1.3130404949188232, -1.672660231590271, -1.946656346321106, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.79253351688385, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -2.0836544036865234, -1.8439078330993652, -1.3130404949188232, -1.2102919816970825, -1.3301652669906616, -1.415789008140564, -1.5185375213623047, -1.5870364904403687, -1.8267830610275269, -2.01515531539917, -2.1179039478302, -2.1007792949676514, -1.9124068021774292, -1.878157377243042, -1.9637811183929443, -2.1007792949676514, -2.1179039478302, -1.9124068021774292, -1.79253351688385, -1.8439078330993652, -2.032280206680298, -2.0836544036865234, -1.9295315742492676, -0.4568027853965759, -0.3540542721748352, 0.02269030176103115, 0.38231024146080017, 0.7248052954673767, 0.8960528373718262, -0.08005820959806442, -0.7136740684509277, 0.0740646943449974, 0.6905558109283447, 0.091189444065094, -0.5253018140792847, -1.1075434684753418, -1.9637811183929443, -2.0836544036865234, 0.10831420123577118, 0.9303023219108582, 1.4269200563430786, 1.563918113708496, 1.5125439167022705, 1.3584210872650146, 0.9303023219108582, 0.3651854991912842, -0.4910522699356079, -1.415789008140564, -1.5699117183685303, -1.0390443801879883, -1.02191960811615, -0.9020463228225708, -1.0561691522598267, -0.9705453515052795, -1.0904186964035034, -1.1075434684753418, -0.8164225816726685, -0.7136740684509277, -0.7992978096008301, -0.8677968382835388, -0.9534205794334412, -0.9876701235771179, -0.9191710948944092, -0.8677968382835388, -0.8849216103553772, -0.9362958669662476, -0.7307988405227661, -0.9191710948944092, -0.9876701235771179, -0.9362958669662476, -0.7821730971336365, -0.7992978096008301, -0.7821730971336365, -0.645175039768219, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.6280503273010254, -0.4910522699356079, -0.43967801332473755, -0.5938007831573486, -0.7136740684509277, -0.7650483250617981, -0.8506720662117004, -0.6965492963790894, -0.6794245839118958, -0.645175039768219, -0.6622998118400574, -0.610925555229187, -0.6794245839118958, -0.8335473537445068, -0.9534205794334412, -0.7821730971336365, -0.7992978096008301, -0.8164225816726685, -0.9191710948944092, -1.1589176654815674, -0.9705453515052795, -0.8849216103553772, -0.6965492963790894, -0.7992978096008301, -0.8335473537445068, -0.6622998118400574, -0.7821730971336365, -1.1760424375534058, -0.5595512986183167, -0.28555524349212646, -0.3711790144443512, -0.28555524349212646, -0.4568027853965759, -0.2684305012226105, -0.02868395671248436, -0.18280673027038574, 0.24531221389770508, 0.0740646943449974, 0.2281874716281891, 0.6391815543174744, 0.5535577535629272, 0.5021834969520569, 0.6905558109283447, 0.7590547800064087, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.656306266784668, -0.1143077164888382, -1.7411593198776245, -1.878157377243042, -1.8267830610275269, -1.8096582889556885, -1.8096582889556885, -1.8952820301055908, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.1589176654815674, -1.8439078330993652, -1.2959157228469849, -0.14855723083019257, -0.16568197309970856, -0.30267998576164246, -0.2341809868812561, -1.2102919816970825, -0.7479235529899597, -0.2684305012226105, -0.13143247365951538, -0.21705622971057892, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.14855723083019257, -0.42255327105522156, -0.3369295001029968, -0.4568027853965759, -0.3883037567138672, -0.5253018140792847, -0.31980475783348083, -0.2341809868812561, -0.2684305012226105, -0.4568027853965759, -0.43967801332473755, -0.6280503273010254, -0.7821730971336365, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -0.3540542721748352, 1.6666666269302368, 1.8721636533737183], [1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8789280652999878, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.9474270939826965, 1.4782943725585938, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.2899221181869507, 1.375545859336853, 1.3584210872650146, 1.1529240608215332, 0.5364330410957336, -1.1589176654815674, -1.6384108066558838, -1.79253351688385, -1.79253351688385, -1.8096582889556885, -1.7069097757339478, -1.7754088640213013, -1.8439078330993652, -1.8610326051712036, -1.758284091949463, -1.9124068021774292, -1.9124068021774292, -1.9809058904647827, -2.0665295124053955, -2.0494048595428467, -1.9295315742492676, -1.5014127492904663, -0.5081770420074463, -0.28555524349212646, -0.3540542721748352, -0.9191710948944092, -1.4500385522842407, -1.8096582889556885, -1.9980305433273315, -2.032280206680298, -1.7240345478057861, -1.6212860345840454, -1.484287977218628, -1.604161262512207, -1.9980305433273315, -2.0836544036865234, -1.1246682405471802, -0.14855723083019257, 0.17681321501731873, 0.5193082690238953, 0.7590547800064087, 0.5535577535629272, 0.6391815543174744, -0.6794245839118958, -2.0836544036865234, -1.0390443801879883, -0.5938007831573486, -1.141792893409729, -2.032280206680298, -2.0836544036865234, 0.17681321501731873, 0.7933043241500854, 1.2214230298995972, 1.2727973461151123, 1.3584210872650146, 1.5296685695648193, 1.4782943725585938, 0.5021834969520569, -1.7411593198776245, -0.6965492963790894, -0.2513057291507721, 0.27956172823905945, 0.6734310388565063, 0.3480607271194458, -0.9020463228225708, -0.16568197309970856, 0.26243698596954346, -1.3986642360687256, -1.4329137802124023, -0.9191710948944092, -1.1246682405471802, -1.3301652669906616, -1.1931672096252441, -1.1589176654815674, -0.9876701235771179, -0.9534205794334412, -1.02191960811615, -0.9705453515052795, -0.8164225816726685, -0.7479235529899597, -0.610925555229187, -0.7479235529899597, -0.8506720662117004, -0.8677968382835388, -1.0047948360443115, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.7650483250617981, -0.5938007831573486, -1.02191960811615, -0.9191710948944092, -0.8335473537445068, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.8506720662117004, -1.0561691522598267, -0.7479235529899597, -0.7136740684509277, -0.5081770420074463, -0.5081770420074463, -0.576676070690155, -0.645175039768219, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.8335473537445068, -0.5253018140792847, -0.645175039768219, -0.7821730971336365, -0.7992978096008301, -0.9191710948944092, -0.8164225816726685, -0.9020463228225708, -1.0561691522598267, -1.0047948360443115, -0.8849216103553772, -0.7136740684509277, -0.645175039768219, -0.8849216103553772, -0.6622998118400574, -0.7479235529899597, -0.7821730971336365, -0.9876701235771179, -0.5938007831573486, -0.7307988405227661, -0.576676070690155, -0.4910522699356079, -0.3711790144443512, -0.3540542721748352, -0.09718296676874161, -0.045808710157871246, 0.4850587546825409, 0.39943498373031616, 0.3138112425804138, 0.6905558109283447, 0.4679340124130249, 0.810429036617279, 0.8789280652999878, 0.9645518660545349, 0.8446785807609558, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.3138112425804138, -0.7307988405227661, -1.4671632051467896, -1.79253351688385, -1.8952820301055908, -1.8267830610275269, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9295315742492676, -1.672660231590271, -0.7992978096008301, -1.6212860345840454, -0.2341809868812561, 0.03981505334377289, -0.7650483250617981, 0.27956172823905945, -0.08005820959806442, 0.091189444065094, 0.0740646943449974, 0.19393795728683472, 0.15968845784664154, -0.3883037567138672, -0.5424265265464783, -0.5424265265464783, -0.2341809868812561, -0.16568197309970856, -0.28555524349212646, -0.21705622971057892, -0.4910522699356079, -0.3540542721748352, -0.3883037567138672, -0.2684305012226105, -0.5081770420074463, -0.2341809868812561, -0.08005820959806442, -0.8506720662117004, -0.7479235529899597, -0.4910522699356079, -0.7650483250617981, -0.8849216103553772, -0.13143247365951538, 1.563918113708496, 1.8721636533737183], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3138112425804138, 0.7248052954673767, 1.3412963151931763, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.0844250917434692, -1.3301652669906616, -1.484287977218628, -1.6212860345840454, -1.7240345478057861, -1.7411593198776245, -1.6384108066558838, -1.7069097757339478, -1.7240345478057861, -1.9124068021774292, -1.9980305433273315, -1.9295315742492676, -1.9124068021774292, -1.9637811183929443, -1.946656346321106, -1.6555355787277222, -0.1143077164888382, 0.8789280652999878, 1.0673003196716309, 1.1700488328933716, 1.0844250917434692, 0.656306266784668, 0.5364330410957336, -0.18280673027038574, -1.5527870655059814, -1.4500385522842407, -1.6555355787277222, -1.878157377243042, -2.0836544036865234, -2.1179039478302, -2.032280206680298, -1.9809058904647827, -0.8335473537445068, -0.4739275276660919, -0.2341809868812561, -0.09718296676874161, -0.08005820959806442, -0.7992978096008301, -1.9980305433273315, -0.645175039768219, 0.7248052954673767, 1.0159261226654053, 1.101549744606018, 1.18717360496521, 1.1186745166778564, 1.0159261226654053, 0.10831420123577118, -1.6384108066558838, -0.9705453515052795, -0.2684305012226105, -0.09718296676874161, -1.02191960811615, -1.7069097757339478, 0.3651854991912842, 1.3412963151931763, 1.3584210872650146, 1.1700488328933716, 0.587807297706604, -0.7307988405227661, -2.1179039478302, -0.43967801332473755, 0.2110627144575119, 0.4508092403411865, 0.26243698596954346, -0.7992978096008301, -0.8677968382835388, -0.7479235529899597, -0.8164225816726685, -0.8335473537445068, -0.7650483250617981, -0.8335473537445068, -1.0047948360443115, -1.0561691522598267, -0.9705453515052795, -0.7992978096008301, -0.9020463228225708, -0.9020463228225708, -0.9534205794334412, -0.8849216103553772, -0.9534205794334412, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -0.8506720662117004, -0.8335473537445068, -0.7136740684509277, -0.9705453515052795, -0.8164225816726685, -0.7650483250617981, -0.8164225816726685, -0.645175039768219, -0.6622998118400574, -0.8164225816726685, -0.8506720662117004, -0.8677968382835388, -1.0390443801879883, -0.8335473537445068, -0.6280503273010254, -0.6794245839118958, -0.576676070690155, -0.40542852878570557, -0.576676070690155, -0.610925555229187, -0.4568027853965759, -0.5938007831573486, -0.6965492963790894, -0.7136740684509277, -0.8335473537445068, -0.8335473537445068, -0.7992978096008301, -0.9362958669662476, -0.7821730971336365, -0.9191710948944092, -1.1589176654815674, -0.8849216103553772, -0.8677968382835388, -0.9362958669662476, -0.6965492963790894, -0.610925555229187, -0.6965492963790894, -0.576676070690155, -0.576676070690155, -0.5081770420074463, -0.5253018140792847, -0.28555524349212646, -0.1143077164888382, 0.056939806789159775, 0.2281874716281891, 0.29668647050857544, 0.4508092403411865, 0.5535577535629272, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 0.8960528373718262, 0.9645518660545349, 1.1357992887496948, 0.9645518660545349, 0.8275538086891174, 0.622056782245636, 0.38231024146080017, -1.3472900390625, -1.7754088640213013, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.758284091949463, -1.8610326051712036, -1.4671632051467896, -1.227416753768921, -1.5014127492904663, -0.3711790144443512, 0.2281874716281891, 0.0055655487813055515, 0.2281874716281891, -0.7479235529899597, -0.576676070690155, 0.17681321501731873, 0.056939806789159775, -0.28555524349212646, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.28555524349212646, -0.31980475783348083, -0.5081770420074463, -0.02868395671248436, -0.40542852878570557, -0.40542852878570557, -0.3369295001029968, -0.2684305012226105, -0.2341809868812561, -0.31980475783348083, -0.5081770420074463, -0.5253018140792847, -0.3711790144443512, -0.9020463228225708, -0.6965492963790894, -0.2341809868812561, 1.6152924299240112, 1.8892884254455566], [1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.810429036617279, 0.6391815543174744, 0.3651854991912842, 0.4508092403411865, 1.1357992887496948, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.0673003196716309, -1.5870364904403687, -1.6384108066558838, -1.484287977218628, -1.5699117183685303, -1.6212860345840454, -1.672660231590271, -1.7754088640213013, -1.5185375213623047, -1.3301652669906616, -1.6555355787277222, -1.7754088640213013, -2.1007792949676514, -2.1179039478302, -0.645175039768219, 1.0330508947372437, 1.3926706314086914, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.563918113708496, 0.8789280652999878, -1.141792893409729, -1.9295315742492676, -1.3815394639968872, -1.946656346321106, -1.9809058904647827, -1.8096582889556885, -2.032280206680298, -1.2102919816970825, -1.1760424375534058, -0.9876701235771179, -1.1246682405471802, -1.9809058904647827, -2.1179039478302, -1.7411593198776245, -1.604161262512207, -1.9295315742492676, -2.1179039478302, -0.7821730971336365, -0.011559205129742622, 0.4679340124130249, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.4508092403411865, -1.758284091949463, 0.27956172823905945, 1.1186745166778564, 0.9645518660545349, 0.810429036617279, 0.3309359848499298, -1.4671632051467896, -0.4568027853965759, 0.091189444065094, 0.6391815543174744, 0.7076805233955383, 0.8446785807609558, -0.645175039768219, -2.01515531539917, -1.141792893409729, -1.8610326051712036, -0.3540542721748352, -0.045808710157871246, -0.7992978096008301, -0.9362958669662476, -0.8335473537445068, -0.8335473537445068, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9191710948944092, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -1.0390443801879883, -0.8677968382835388, -1.0047948360443115, -0.7479235529899597, -0.7479235529899597, -0.7650483250617981, -0.9876701235771179, -0.9534205794334412, -0.7992978096008301, -0.9020463228225708, -0.8335473537445068, -0.7992978096008301, -0.7821730971336365, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.7136740684509277, -0.7821730971336365, -0.6965492963790894, -0.7821730971336365, -0.8335473537445068, -0.7821730971336365, -0.8677968382835388, -0.576676070690155, -0.5595512986183167, -0.6794245839118958, -0.7479235529899597, -0.9362958669662476, -0.8164225816726685, -0.9534205794334412, -0.8164225816726685, -0.9534205794334412, -0.8849216103553772, -0.8677968382835388, -0.8677968382835388, -0.7307988405227661, -1.02191960811615, -0.4568027853965759, -0.7136740684509277, -0.5081770420074463, -0.5938007831573486, -0.9191710948944092, -0.8164225816726685, -0.42255327105522156, -0.4910522699356079, -0.2513057291507721, -0.19993148744106293, -0.31980475783348083, -0.4910522699356079, -0.21705622971057892, -0.06293346732854843, 0.43368449807167053, 0.19393795728683472, 0.7590547800064087, 0.5364330410957336, 0.6049320101737976, 0.7248052954673767, 0.8618032932281494, 0.9131776094436646, 1.0330508947372437, 0.9303023219108582, 0.8960528373718262, 1.0159261226654053, 0.6391815543174744, 0.24531221389770508, -0.6965492963790894, -1.604161262512207, -1.878157377243042, -1.8439078330993652, -1.8952820301055908, -1.878157377243042, -1.946656346321106, -1.946656346321106, -1.9124068021774292, -1.8952820301055908, -1.9637811183929443, -1.758284091949463, -1.3644146919250488, -0.30267998576164246, -1.02191960811615, -1.2102919816970825, -0.8677968382835388, -0.42255327105522156, -0.40542852878570557, 0.15968845784664154, 0.26243698596954346, 0.27956172823905945, 0.0055655487813055515, 0.26243698596954346, 0.12543895840644836, -0.4910522699356079, -0.18280673027038574, -0.2684305012226105, -0.4568027853965759, -0.4739275276660919, -0.28555524349212646, -0.045808710157871246, -0.4910522699356079, -0.21705622971057892, -0.42255327105522156, -0.31980475783348083, -0.5253018140792847, -0.576676070690155, -0.2513057291507721, -0.28555524349212646, -0.6965492963790894, -0.3711790144443512, -0.02868395671248436, 1.6495418548583984, 1.8721636533737183], [1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.4679340124130249, 1.101549744606018, 1.5125439167022705, 1.4097954034805298, 0.9303023219108582, 0.5364330410957336, 0.810429036617279, 1.3412963151931763, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5125439167022705, 1.4097954034805298, 1.2727973461151123, 0.3480607271194458, -1.2787909507751465, -1.4671632051467896, -1.6212860345840454, -1.6897850036621094, -1.7411593198776245, -1.79253351688385, -1.79253351688385, -1.5699117183685303, -1.1589176654815674, -1.0390443801879883, -1.1075434684753418, -1.1931672096252441, 1.2385478019714355, 1.5981676578521729, 1.8036646842956543, 1.786539912223816, 1.8036646842956543, 1.7351655960083008, 1.3584210872650146, 0.7076805233955383, -1.415789008140564, -1.8952820301055908, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -1.9124068021774292, -1.227416753768921, -1.2959157228469849, -1.1931672096252441, -1.8952820301055908, -2.1179039478302, -2.0494048595428467, -1.0390443801879883, -0.8335473537445068, -0.8335473537445068, -0.7821730971336365, -0.5424265265464783, -1.073293924331665, -2.1179039478302, -2.1179039478302, -2.032280206680298, -1.484287977218628, -1.5527870655059814, -2.1179039478302, -0.7650483250617981, 0.43368449807167053, 0.7419300675392151, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 0.7076805233955383, -0.2341809868812561, -1.3986642360687256, 0.14256370067596436, 0.6905558109283447, 0.9131776094436646, 0.14256370067596436, -1.8267830610275269, -2.0494048595428467, 0.26243698596954346, 0.091189444065094, -0.40542852878570557, -0.6965492963790894, -1.02191960811615, -0.9876701235771179, -0.7821730971336365, -0.7650483250617981, -0.7479235529899597, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -1.0561691522598267, -0.8677968382835388, -1.0561691522598267, -1.0561691522598267, -1.0561691522598267, -1.1075434684753418, -0.7821730971336365, -0.8335473537445068, -0.6794245839118958, -0.8677968382835388, -0.6794245839118958, -0.5595512986183167, -0.5081770420074463, -0.9362958669662476, -0.9534205794334412, -0.8164225816726685, -1.1246682405471802, -0.6280503273010254, -0.7821730971336365, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.7479235529899597, -0.7479235529899597, -0.8335473537445068, -1.073293924331665, -0.7479235529899597, -0.28555524349212646, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.5938007831573486, -0.6965492963790894, -0.9020463228225708, -0.7479235529899597, -0.9191710948944092, -1.0561691522598267, -1.0390443801879883, -0.9020463228225708, -1.1589176654815674, -0.4568027853965759, -1.3472900390625, -0.9020463228225708, -0.8506720662117004, -0.9534205794334412, -0.5253018140792847, -0.6622998118400574, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.2684305012226105, -0.13143247365951538, 0.03981505334377289, -0.02868395671248436, 0.17681321501731873, 0.622056782245636, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 1.2385478019714355, 1.1357992887496948, 0.9988013505935669, 1.1700488328933716, 1.0159261226654053, 0.6905558109283447, 0.5706825256347656, -1.2445415258407593, -1.8096582889556885, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.946656346321106, -1.9295315742492676, -1.946656346321106, -1.946656346321106, -1.9295315742492676, -1.7754088640213013, -1.878157377243042, -1.6555355787277222, -1.7754088640213013, -0.14855723083019257, -0.9020463228225708, -0.6622998118400574, 0.0740646943449974, 0.5706825256347656, -0.2513057291507721, 0.03981505334377289, 0.19393795728683472, -0.045808710157871246, -0.31980475783348083, -0.30267998576164246, -0.3883037567138672, -0.5081770420074463, -0.28555524349212646, -0.31980475783348083, -0.5253018140792847, -0.011559205129742622, 0.03981505334377289, -0.30267998576164246, -0.5081770420074463, -0.3369295001029968, -0.2684305012226105, -0.43967801332473755, -0.610925555229187, -0.9020463228225708, -0.6794245839118958, -0.576676070690155, -0.6794245839118958, -0.5081770420074463, 0.2281874716281891, 1.6495418548583984, 1.8892884254455566], [1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 1.1700488328933716, 1.7694151401519775, 1.6666666269302368, 1.324171543121338, 0.43368449807167053, 0.6049320101737976, 1.1700488328933716, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5296685695648193, 1.375545859336853, 1.1186745166778564, 1.1186745166778564, 0.7590547800064087, -0.7650483250617981, -1.2445415258407593, -0.9876701235771179, -1.3644146919250488, -1.8096582889556885, -1.9809058904647827, -2.032280206680298, -1.8096582889556885, -1.484287977218628, -1.1589176654815674, -0.2684305012226105, 1.2385478019714355, 1.718040943145752, 1.7694151401519775, 1.8036646842956543, 1.7522903680801392, 1.4611696004867554, 0.27956172823905945, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.4500385522842407, -1.1931672096252441, -1.604161262512207, -2.01515531539917, -2.1007792949676514, -1.7411593198776245, -1.7240345478057861, -1.8096582889556885, -1.9809058904647827, -1.9809058904647827, -1.3301652669906616, -1.2787909507751465, -1.073293924331665, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -1.9637811183929443, -0.7650483250617981, -0.40542852878570557, -0.576676070690155, -0.6794245839118958, -0.6622998118400574, -1.672660231590271, -1.2787909507751465, -0.4739275276660919, 0.0740646943449974, 0.6905558109283447, 1.0673003196716309, 1.2899221181869507, 1.5296685695648193, 1.6666666269302368, 1.6666666269302368, -0.21705622971057892, -1.6897850036621094, -1.6897850036621094, -1.9637811183929443, -0.7650483250617981, -0.30267998576164246, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.8849216103553772, -0.9705453515052795, -0.8849216103553772, -0.7650483250617981, -0.8164225816726685, -0.8164225816726685, -0.6965492963790894, -0.5081770420074463, -0.8335473537445068, -0.8849216103553772, -0.9705453515052795, -0.7992978096008301, -1.1760424375534058, -0.9876701235771179, -0.8677968382835388, -0.7821730971336365, -0.9534205794334412, -1.0390443801879883, -0.9362958669662476, -0.9876701235771179, -0.6965492963790894, -0.7479235529899597, -0.9876701235771179, -0.5938007831573486, -0.7650483250617981, -0.9362958669662476, -0.7136740684509277, -0.9191710948944092, -0.7821730971336365, -1.1075434684753418, -0.8677968382835388, -0.7307988405227661, -0.6794245839118958, -0.8677968382835388, -0.7479235529899597, -0.645175039768219, -0.6280503273010254, -0.7136740684509277, -0.8849216103553772, -0.645175039768219, -0.43967801332473755, -0.576676070690155, -0.31980475783348083, -0.8164225816726685, -0.8164225816726685, -0.7307988405227661, -0.610925555229187, -0.5424265265464783, -0.6965492963790894, -0.8164225816726685, -0.7136740684509277, -0.8677968382835388, -0.43967801332473755, -0.40542852878570557, -0.5424265265464783, -0.3883037567138672, -0.2684305012226105, -0.08005820959806442, -0.2684305012226105, -0.2684305012226105, 0.12543895840644836, 0.24531221389770508, 0.656306266784668, 0.4679340124130249, 0.7076805233955383, 0.810429036617279, 1.1700488328933716, 1.0501755475997925, 1.1357992887496948, 1.2042982578277588, 1.255672574043274, 1.0501755475997925, 1.0501755475997925, 0.41655975580215454, -1.4329137802124023, -1.8439078330993652, -1.946656346321106, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.9637811183929443, -1.9637811183929443, -1.9637811183929443, -1.8439078330993652, -0.9876701235771179, -1.1931672096252441, -1.1760424375534058, -0.9705453515052795, 0.587807297706604, 0.4850587546825409, 1.0844250917434692, 1.4097954034805298, 0.3309359848499298, 0.6391815543174744, 0.3480607271194458, 0.5364330410957336, -0.011559205129742622, -0.2513057291507721, -0.8506720662117004, -0.5424265265464783, -0.14855723083019257, -0.21705622971057892, -0.3883037567138672, 0.15968845784664154, -0.40542852878570557, -0.7136740684509277, -0.4910522699356079, -0.045808710157871246, -0.43967801332473755, -0.3711790144443512, -0.6622998118400574, -0.9362958669662476, -0.7992978096008301, -0.5253018140792847, -0.610925555229187, -0.40542852878570557, -0.02868395671248436, 1.5981676578521729, 1.8892884254455566], [1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 1.1186745166778564, 1.7351655960083008, 1.7694151401519775, 1.3926706314086914, 0.5706825256347656, 0.6049320101737976, 1.0501755475997925, 1.18717360496521, 0.9816765785217285, 0.4508092403411865, -0.8335473537445068, -1.5870364904403687, -1.672660231590271, -1.6212860345840454, -1.7069097757339478, -1.8267830610275269, -1.5014127492904663, -0.9705453515052795, -0.610925555229187, -0.9020463228225708, -1.5014127492904663, -1.878157377243042, -1.946656346321106, -2.0665295124053955, -1.604161262512207, 0.622056782245636, 1.5125439167022705, 1.718040943145752, 1.6666666269302368, 1.3584210872650146, -0.13143247365951538, -1.6384108066558838, -1.8610326051712036, -2.032280206680298, -1.9295315742492676, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -2.01515531539917, -1.5014127492904663, -1.3986642360687256, -1.535662293434143, -1.8439078330993652, -2.01515531539917, -1.672660231590271, -1.2959157228469849, -1.5014127492904663, -1.79253351688385, -1.9295315742492676, -2.0836544036865234, -2.1179039478302, -1.227416753768921, -0.7479235529899597, -0.7821730971336365, -0.6794245839118958, -0.5081770420074463, -1.0390443801879883, -2.1007792949676514, -2.1007792949676514, -0.7136740684509277, 1.101549744606018, 1.5125439167022705, 1.6837913990020752, 1.7522903680801392, 1.8892884254455566, 1.7009161710739136, 1.3070467710494995, -1.7240345478057861, -2.0494048595428467, -2.1179039478302, -1.5527870655059814, -1.3130404949188232, -1.1589176654815674, -1.1931672096252441, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.9020463228225708, -0.9191710948944092, -0.8849216103553772, -0.7307988405227661, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -0.5424265265464783, -0.8506720662117004, -0.576676070690155, -0.7650483250617981, -0.9534205794334412, -0.6965492963790894, -0.9362958669662476, -0.8506720662117004, -0.8849216103553772, -0.7136740684509277, -1.0390443801879883, -0.6965492963790894, -0.6965492963790894, -0.645175039768219, -0.7650483250617981, -0.7479235529899597, -0.7992978096008301, -0.8506720662117004, -0.4739275276660919, -0.9020463228225708, -0.9191710948944092, -0.8335473537445068, -0.9020463228225708, -0.9705453515052795, -0.7821730971336365, -0.7821730971336365, -0.9534205794334412, -0.8335473537445068, -0.3369295001029968, -0.40542852878570557, -0.42255327105522156, -0.5595512986183167, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.6965492963790894, -0.7992978096008301, -0.576676070690155, -0.6965492963790894, -0.610925555229187, -0.7136740684509277, -0.9876701235771179, -0.610925555229187, -0.6794245839118958, -0.42255327105522156, -0.610925555229187, -0.4910522699356079, -0.3369295001029968, -0.19993148744106293, -0.14855723083019257, 0.0055655487813055515, -0.08005820959806442, 0.29668647050857544, 0.39943498373031616, 0.5535577535629272, 0.7419300675392151, 1.0330508947372437, 0.8275538086891174, 1.1186745166778564, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.324171543121338, 1.1529240608215332, 0.5535577535629272, -1.604161262512207, -1.8267830610275269, -1.8952820301055908, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9980305433273315, -1.9295315742492676, -1.9637811183929443, -1.7069097757339478, -1.5527870655059814, -1.4329137802124023, 0.8789280652999878, 1.1529240608215332, 1.324171543121338, 1.4611696004867554, 1.101549744606018, 1.444044828414917, 1.0501755475997925, 0.9131776094436646, 0.587807297706604, 0.5021834969520569, 0.27956172823905945, -0.2341809868812561, 0.056939806789159775, -0.30267998576164246, -0.3369295001029968, 0.056939806789159775, -0.16568197309970856, -0.02868395671248436, -0.8677968382835388, -0.18280673027038574, -0.5424265265464783, -0.045808710157871246, -0.21705622971057892, -0.43967801332473755, -0.576676070690155, -0.43967801332473755, -0.4568027853965759, -0.43967801332473755, -0.6965492963790894, -0.610925555229187, 0.0055655487813055515, 1.63241708278656, 1.8721636533737183], [1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.7933043241500854, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.3651854991912842, 1.0501755475997925, 1.5810428857803345, 1.7694151401519775, 1.3584210872650146, 0.14256370067596436, -1.1075434684753418, -1.8952820301055908, -2.01515531539917, -1.8439078330993652, -1.758284091949463, -1.79253351688385, -1.878157377243042, -1.8952820301055908, -1.946656346321106, -2.01515531539917, -2.0665295124053955, -2.0665295124053955, -1.7069097757339478, -0.9020463228225708, -0.30267998576164246, -0.3883037567138672, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -2.01515531539917, 0.5364330410957336, 1.4954191446304321, 1.1357992887496948, 0.3651854991912842, -1.946656346321106, -2.1007792949676514, -1.946656346321106, -2.032280206680298, -2.0665295124053955, -1.6384108066558838, -1.4329137802124023, -1.3644146919250488, -1.8267830610275269, -1.9809058904647827, -2.1179039478302, -2.1179039478302, -1.9980305433273315, -1.9980305433273315, -1.261666178703308, -1.4329137802124023, -1.3986642360687256, -1.8096582889556885, -1.946656346321106, -1.1760424375534058, -1.1931672096252441, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.6897850036621094, -1.9124068021774292, -1.9637811183929443, -2.0494048595428467, 0.3309359848499298, 1.6837913990020752, 1.8721636533737183, 1.9577873945236206, 2.0434112548828125, 2.0091617107391357, 1.8892884254455566, 0.5193082690238953, -1.6212860345840454, -1.4329137802124023, -2.032280206680298, -1.8096582889556885, -1.1246682405471802, -1.1589176654815674, -1.0904186964035034, -0.9876701235771179, -1.2445415258407593, -1.2102919816970825, -1.0561691522598267, -1.02191960811615, -0.8506720662117004, -0.9876701235771179, -0.8164225816726685, -0.610925555229187, -1.02191960811615, -0.9534205794334412, -0.6622998118400574, -0.610925555229187, -0.9020463228225708, -0.7650483250617981, -1.1589176654815674, -0.42255327105522156, -0.8164225816726685, -0.7650483250617981, -0.8849216103553772, -0.7136740684509277, -0.5424265265464783, -0.43967801332473755, -0.7992978096008301, -0.9362958669662476, -0.7136740684509277, -0.6965492963790894, -0.7136740684509277, -0.9020463228225708, -0.8849216103553772, -0.9705453515052795, -0.4910522699356079, -0.8506720662117004, -0.6794245839118958, -0.7479235529899597, -1.02191960811615, -0.645175039768219, -0.7307988405227661, -0.645175039768219, -0.4910522699356079, -0.3883037567138672, -0.645175039768219, -0.43967801332473755, -0.4568027853965759, -0.5424265265464783, -0.6794245839118958, -1.073293924331665, -0.645175039768219, -0.9191710948944092, -0.6622998118400574, -1.141792893409729, -0.8164225816726685, -0.6794245839118958, -0.6622998118400574, -0.4739275276660919, -0.30267998576164246, -0.5424265265464783, -0.4739275276660919, -0.2684305012226105, -0.3883037567138672, 0.02269030176103115, 0.15968845784664154, 0.2110627144575119, 0.29668647050857544, 0.4850587546825409, 0.7248052954673767, 0.6049320101737976, 1.1700488328933716, 1.1529240608215332, 1.0330508947372437, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, -0.7307988405227661, -1.8096582889556885, -1.8439078330993652, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9637811183929443, -1.9809058904647827, -1.2787909507751465, -1.672660231590271, 0.3651854991912842, -0.13143247365951538, -0.02868395671248436, 1.0844250917434692, 1.5810428857803345, 1.444044828414917, 1.5296685695648193, 1.563918113708496, 1.5125439167022705, 1.2385478019714355, 0.9816765785217285, 0.6049320101737976, 0.7248052954673767, -0.14855723083019257, -0.7479235529899597, -0.5595512986183167, -0.43967801332473755, 0.2281874716281891, -0.08005820959806442, -0.045808710157871246, -0.8677968382835388, -0.19993148744106293, -0.576676070690155, -0.28555524349212646, -0.2341809868812561, -0.3711790144443512, -0.8335473537445068, -0.6965492963790894, -0.16568197309970856, -0.1143077164888382, -0.576676070690155, -0.5424265265464783, -0.18280673027038574, 1.5981676578521729, 1.8550388813018799], [1.4097954034805298, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.8960528373718262, 1.5981676578521729, 1.7009161710739136, 0.9303023219108582, -0.8335473537445068, -1.2959157228469849, -1.4671632051467896, -1.7754088640213013, -2.0494048595428467, -2.0494048595428467, -2.0494048595428467, -1.9809058904647827, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9980305433273315, -2.0494048595428467, -2.1179039478302, -2.1179039478302, -1.5699117183685303, -0.7479235529899597, 0.02269030176103115, -0.40542852878570557, -1.3986642360687256, -1.9124068021774292, -0.30267998576164246, 0.8618032932281494, -0.5253018140792847, -1.8952820301055908, -1.7754088640213013, -1.604161262512207, -1.535662293434143, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.946656346321106, -2.1179039478302, -1.604161262512207, -1.2959157228469849, -1.3644146919250488, -1.79253351688385, -2.032280206680298, -1.9295315742492676, -2.0494048595428467, -2.1007792949676514, -2.0665295124053955, -1.7069097757339478, -1.5014127492904663, -1.3472900390625, -1.484287977218628, -1.79253351688385, -1.3986642360687256, -1.415789008140564, -1.8267830610275269, -2.1179039478302, -0.08005820959806442, 1.4097954034805298, 1.8207894563674927, 1.906413197517395, 1.974912166595459, 2.0262863636016846, 1.8892884254455566, -0.011559205129742622, -1.0390443801879883, -1.5185375213623047, -2.032280206680298, -1.7754088640213013, -0.9362958669662476, -0.9876701235771179, -1.227416753768921, -0.9020463228225708, -1.4500385522842407, -1.2102919816970825, -1.1246682405471802, -0.8335473537445068, -1.0904186964035034, -0.8677968382835388, -0.8506720662117004, -1.02191960811615, -0.9020463228225708, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -0.7479235529899597, -0.8335473537445068, -0.7136740684509277, -0.9362958669662476, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.8335473537445068, -0.8164225816726685, -0.9876701235771179, -0.7992978096008301, -0.9534205794334412, -0.8164225816726685, -1.02191960811615, -1.073293924331665, -1.2445415258407593, -0.8677968382835388, -1.073293924331665, -1.1931672096252441, -0.5253018140792847, -0.4910522699356079, -0.576676070690155, -0.6965492963790894, -0.7821730971336365, -0.7136740684509277, -0.9534205794334412, -0.9362958669662476, -0.7650483250617981, -0.5595512986183167, -0.4910522699356079, -0.5424265265464783, -0.4739275276660919, -0.43967801332473755, -0.5938007831573486, -0.5595512986183167, -0.5938007831573486, -0.9020463228225708, -0.5081770420074463, -0.8506720662117004, -0.6622998118400574, -0.6622998118400574, -0.6280503273010254, -0.576676070690155, -0.8164225816726685, -0.5938007831573486, -0.3711790144443512, -0.011559205129742622, 0.0055655487813055515, -0.21705622971057892, -0.011559205129742622, 0.29668647050857544, 0.43368449807167053, 0.6905558109283447, 0.7590547800064087, 1.0159261226654053, 1.1700488328933716, 1.1529240608215332, 1.2727973461151123, 1.18717360496521, 1.2214230298995972, 1.2899221181869507, 1.0673003196716309, 0.4508092403411865, -1.3130404949188232, -1.7240345478057861, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.8952820301055908, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.8267830610275269, -1.1589176654815674, -0.5253018140792847, 0.12543895840644836, 1.18717360496521, 0.9131776094436646, 1.4269200563430786, 0.2281874716281891, 1.5296685695648193, 1.4611696004867554, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.5125439167022705, 0.9645518660545349, 1.324171543121338, -0.5595512986183167, -0.7821730971336365, -0.645175039768219, -0.16568197309970856, 0.056939806789159775, 0.0740646943449974, -0.19993148744106293, -0.5081770420074463, -0.14855723083019257, -0.5253018140792847, -0.2341809868812561, -0.09718296676874161, -0.610925555229187, -0.4910522699356079, -0.5938007831573486, -0.3369295001029968, -0.8335473537445068, -0.2513057291507721, -0.42255327105522156, -0.40542852878570557, 1.718040943145752, 1.8721636533737183], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.810429036617279, 1.4611696004867554, 1.6152924299240112, 1.2214230298995972, 0.6049320101737976, -0.2341809868812561, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -1.4500385522842407, -1.8952820301055908, -2.032280206680298, -2.0494048595428467, -2.0494048595428467, -2.032280206680298, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -2.1007792949676514, -2.0836544036865234, -1.9124068021774292, -1.2102919816970825, -0.045808710157871246, -0.06293346732854843, -1.02191960811615, -1.7240345478057861, -2.0836544036865234, -2.01515531539917, -1.9295315742492676, -1.8439078330993652, -1.8952820301055908, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.4329137802124023, -1.8439078330993652, -2.1007792949676514, -1.9980305433273315, -1.9809058904647827, -2.1179039478302, -1.9124068021774292, -1.3644146919250488, -1.535662293434143, -1.8267830610275269, -2.1007792949676514, -1.6555355787277222, -1.8439078330993652, -1.9980305433273315, -2.0836544036865234, -2.1007792949676514, -1.5014127492904663, -1.7069097757339478, -1.5014127492904663, -1.3301652669906616, 0.9131776094436646, 1.6837913990020752, 1.8550388813018799, 1.8721636533737183, 1.8550388813018799, 1.8379141092300415, 1.5125439167022705, -0.5938007831573486, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -2.1179039478302, -1.3301652669906616, -1.227416753768921, -1.1589176654815674, -1.3301652669906616, -1.8096582889556885, -1.3644146919250488, -1.0561691522598267, -1.02191960811615, -1.3986642360687256, -1.073293924331665, -0.8335473537445068, -0.7307988405227661, -0.9191710948944092, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.6965492963790894, -0.7136740684509277, -0.28555524349212646, -1.0561691522598267, -0.610925555229187, -0.6965492963790894, -0.6965492963790894, -0.8677968382835388, -1.0390443801879883, -1.0390443801879883, -0.9705453515052795, -1.02191960811615, -0.9362958669662476, -0.8335473537445068, -0.7307988405227661, -0.9020463228225708, -0.7307988405227661, -0.8849216103553772, -0.7136740684509277, -0.5253018140792847, -0.4568027853965759, -0.6622998118400574, -0.8677968382835388, -0.7992978096008301, -1.1075434684753418, -0.7479235529899597, -0.9705453515052795, -0.5595512986183167, -0.5081770420074463, -0.4739275276660919, -0.7479235529899597, -0.5938007831573486, -0.6622998118400574, -0.5595512986183167, -0.3369295001029968, -0.5938007831573486, -0.5424265265464783, -0.40542852878570557, -0.7650483250617981, -0.40542852878570557, -0.5424265265464783, -0.5081770420074463, -0.2684305012226105, -0.06293346732854843, 0.0740646943449974, 0.2281874716281891, 0.4679340124130249, 0.39943498373031616, 0.4850587546825409, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 0.9474270939826965, 0.8275538086891174, -1.4500385522842407, -1.6384108066558838, -1.79253351688385, -1.878157377243042, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.878157377243042, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8267830610275269, -1.7411593198776245, -0.7992978096008301, 0.656306266784668, 0.27956172823905945, 1.2042982578277588, 1.3926706314086914, 1.6666666269302368, 1.2727973461151123, 1.3584210872650146, 1.3584210872650146, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4954191446304321, 1.1700488328933716, 0.091189444065094, 0.03981505334377289, 0.4850587546825409, 0.39943498373031616, 0.12543895840644836, -0.06293346732854843, -0.13143247365951538, -0.13143247365951538, -0.19993148744106293, -0.16568197309970856, -0.4910522699356079, 0.02269030176103115, -0.610925555229187, -0.4910522699356079, -0.2513057291507721, -0.2513057291507721, -0.7479235529899597, -0.19993148744106293, -0.7821730971336365, -0.5938007831573486, 1.7694151401519775, 1.906413197517395], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.7933043241500854, 1.3926706314086914, 1.5981676578521729, 1.5125439167022705, 1.3412963151931763, 1.0159261226654053, -0.045808710157871246, -0.9020463228225708, -0.610925555229187, -0.4568027853965759, -0.5253018140792847, -1.0904186964035034, -1.79253351688385, -2.01515531539917, -2.1179039478302, -2.0836544036865234, -2.0665295124053955, -2.032280206680298, -2.01515531539917, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -1.6384108066558838, -0.7992978096008301, -0.2684305012226105, -0.5424265265464783, -1.4329137802124023, -1.9637811183929443, -2.1179039478302, -2.0665295124053955, -1.8096582889556885, -1.5699117183685303, -1.79253351688385, -1.6897850036621094, -1.8610326051712036, -1.7754088640213013, -1.5527870655059814, -1.415789008140564, -1.5870364904403687, -2.1007792949676514, -2.1179039478302, -1.9809058904647827, -2.0665295124053955, -2.0836544036865234, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.6384108066558838, -1.5699117183685303, -1.5699117183685303, -2.1007792949676514, -0.9191710948944092, 1.5810428857803345, 1.8721636533737183, 1.8721636533737183, 1.8550388813018799, 1.7009161710739136, -2.0494048595428467, -2.1179039478302, -1.1931672096252441, -1.1760424375534058, -1.1246682405471802, -0.7479235529899597, -1.5527870655059814, -1.9295315742492676, -1.141792893409729, -1.2959157228469849, -1.1589176654815674, -1.0390443801879883, -1.7069097757339478, -1.8439078330993652, -1.3472900390625, -0.8849216103553772, -1.2102919816970825, -1.1246682405471802, -1.1760424375534058, -0.7821730971336365, -0.7992978096008301, -0.7307988405227661, -0.7821730971336365, -0.6965492963790894, -1.0904186964035034, -0.7307988405227661, -0.9362958669662476, -0.8506720662117004, -0.42255327105522156, -0.7992978096008301, -0.645175039768219, -0.7650483250617981, -0.9191710948944092, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.610925555229187, -0.5938007831573486, -0.9020463228225708, -0.7992978096008301, -0.5081770420074463, -0.5938007831573486, -0.9534205794334412, -0.8677968382835388, -0.4910522699356079, -0.6965492963790894, -0.9534205794334412, -0.645175039768219, -0.40542852878570557, -0.42255327105522156, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.4568027853965759, -0.4568027853965759, -0.3369295001029968, -0.5595512986183167, -0.7650483250617981, -0.31980475783348083, -0.30267998576164246, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.2513057291507721, -0.4910522699356079, -0.4739275276660919, 0.19393795728683472, 0.12543895840644836, 0.15968845784664154, 0.3480607271194458, 0.4850587546825409, 0.5193082690238953, 0.6391815543174744, 0.8789280652999878, 0.9303023219108582, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.2214230298995972, 1.1700488328933716, -0.5938007831573486, -1.6384108066558838, -1.8096582889556885, -1.8952820301055908, -1.946656346321106, -1.9295315742492676, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.79253351688385, -1.7240345478057861, -1.073293924331665, -1.8096582889556885, -0.8506720662117004, 0.7419300675392151, 1.4097954034805298, 1.2214230298995972, 1.1700488328933716, 1.7351655960083008, 1.6837913990020752, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.2899221181869507, 1.444044828414917, 1.4269200563430786, 1.0844250917434692, -0.4739275276660919, 1.0330508947372437, 0.7419300675392151, 0.26243698596954346, 0.2110627144575119, -0.28555524349212646, -0.09718296676874161, -0.3883037567138672, 0.091189444065094, -0.30267998576164246, -0.09718296676874161, -0.40542852878570557, -0.14855723083019257, -0.3711790144443512, -0.6794245839118958, -0.43967801332473755, 0.15968845784664154, -0.610925555229187, -0.8677968382835388, 1.7351655960083008, 1.9235379695892334], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5364330410957336, 0.7248052954673767, 1.255672574043274, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 1.0844250917434692, 0.056939806789159775, -0.8506720662117004, -0.9020463228225708, -0.4739275276660919, -0.08005820959806442, -0.14855723083019257, -0.9191710948944092, -1.604161262512207, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -2.0494048595428467, -2.0665295124053955, -2.1007792949676514, -2.1179039478302, -1.946656346321106, -0.8677968382835388, -0.43967801332473755, -0.5253018140792847, -1.0047948360443115, -1.6897850036621094, -2.0836544036865234, -2.1179039478302, -1.8439078330993652, -1.6897850036621094, -1.79253351688385, -1.6897850036621094, -1.9809058904647827, -1.946656346321106, -2.1007792949676514, -1.8096582889556885, -1.535662293434143, -1.535662293434143, -1.6555355787277222, -2.1179039478302, -1.8952820301055908, -1.6212860345840454, -1.484287977218628, -1.79253351688385, -1.9295315742492676, -1.946656346321106, -1.8610326051712036, -1.9980305433273315, -2.1179039478302, -1.2102919816970825, 1.0501755475997925, 1.5125439167022705, 1.6495418548583984, 1.8036646842956543, 1.4611696004867554, -2.0665295124053955, -2.0494048595428467, -1.535662293434143, -1.6212860345840454, -1.484287977218628, -1.2787909507751465, -2.0836544036865234, -2.032280206680298, -0.645175039768219, -1.1589176654815674, -0.9705453515052795, -0.9191710948944092, -0.8506720662117004, -1.7754088640213013, -1.4671632051467896, -1.2787909507751465, -1.261666178703308, -1.1246682405471802, -1.02191960811615, -1.0561691522598267, -0.645175039768219, -0.9191710948944092, -0.8677968382835388, -1.1075434684753418, -0.8506720662117004, -0.5595512986183167, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.6280503273010254, -0.8335473537445068, -0.645175039768219, -0.7307988405227661, -0.7650483250617981, -0.6622998118400574, -0.6965492963790894, -0.576676070690155, -0.3883037567138672, -0.5424265265464783, -0.9876701235771179, -0.8335473537445068, -0.610925555229187, -0.8849216103553772, -0.576676070690155, -0.6794245839118958, -0.7650483250617981, -0.8164225816726685, -0.09718296676874161, -0.19993148744106293, -0.14855723083019257, -0.3369295001029968, -0.2513057291507721, -0.19993148744106293, -0.21705622971057892, -0.42255327105522156, -0.21705622971057892, 0.12543895840644836, -0.43967801332473755, -0.31980475783348083, -0.43967801332473755, 0.14256370067596436, -0.13143247365951538, 0.4508092403411865, 0.29668647050857544, 0.5364330410957336, 0.5706825256347656, 0.810429036617279, 0.9645518660545349, 0.9303023219108582, 1.2899221181869507, 1.3584210872650146, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.375545859336853, 0.5364330410957336, -1.073293924331665, -1.8096582889556885, -1.7754088640213013, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.8610326051712036, -1.8610326051712036, -1.7754088640213013, -1.8267830610275269, -1.878157377243042, -1.535662293434143, -1.758284091949463, -1.5699117183685303, -0.8335473537445068, 0.9474270939826965, -1.2959157228469849, 0.7248052954673767, 1.1529240608215332, 1.6152924299240112, 1.4954191446304321, 1.5981676578521729, 1.6495418548583984, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.1700488328933716, 0.5535577535629272, 1.2042982578277588, 1.18717360496521, 0.7933043241500854, 0.10831420123577118, -0.28555524349212646, 0.091189444065094, -0.08005820959806442, -0.09718296676874161, 0.091189444065094, 0.0740646943449974, -0.3369295001029968, -0.2513057291507721, -0.08005820959806442, -0.18280673027038574, -0.045808710157871246, -0.5081770420074463, -0.4568027853965759, -0.31980475783348083, 1.7694151401519775, 1.786539912223816], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.6905558109283447, 1.1529240608215332, 1.5981676578521729, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4097954034805298, 1.0673003196716309, 0.17681321501731873, -0.5595512986183167, -0.7307988405227661, -0.7821730971336365, -0.3711790144443512, 0.12543895840644836, 0.19393795728683472, -0.6622998118400574, -1.5870364904403687, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9637811183929443, -1.9980305433273315, -2.032280206680298, -2.0665295124053955, -1.8610326051712036, -0.9876701235771179, -0.7479235529899597, -0.6965492963790894, -0.7479235529899597, -1.3472900390625, -1.8610326051712036, -2.1179039478302, -1.9124068021774292, -1.7411593198776245, -1.8439078330993652, -1.604161262512207, -1.5185375213623047, -1.9809058904647827, -2.0665295124053955, -1.9809058904647827, -2.1179039478302, -1.8267830610275269, -1.6384108066558838, -2.0836544036865234, -2.1179039478302, -2.0494048595428467, -2.032280206680298, -1.535662293434143, -1.758284091949463, -2.0836544036865234, -2.0836544036865234, -1.604161262512207, -0.8164225816726685, 1.375545859336853, 1.5981676578521729, 1.8207894563674927, 1.8036646842956543, -0.5595512986183167, -1.8267830610275269, -2.0665295124053955, -1.79253351688385, -1.5185375213623047, -1.9637811183929443, -1.9809058904647827, -2.032280206680298, -0.9020463228225708, -1.3130404949188232, -1.2787909507751465, -1.2445415258407593, -1.3301652669906616, -2.0665295124053955, -1.4671632051467896, -1.073293924331665, -1.5014127492904663, -1.4671632051467896, -1.4671632051467896, -0.8506720662117004, -0.9876701235771179, -0.9876701235771179, -1.0390443801879883, -0.7821730971336365, -0.645175039768219, -0.9705453515052795, -0.8506720662117004, -0.6965492963790894, -0.9876701235771179, -0.8506720662117004, -1.1589176654815674, -0.8164225816726685, -0.7821730971336365, -0.9534205794334412, -0.7650483250617981, -0.4739275276660919, -1.1075434684753418, -0.5424265265464783, -0.6280503273010254, -0.7307988405227661, -0.7821730971336365, -0.5081770420074463, -0.610925555229187, -0.5081770420074463, -0.576676070690155, -0.8677968382835388, -0.6280503273010254, -0.6794245839118958, -0.6280503273010254, -0.610925555229187, -0.8164225816726685, -0.610925555229187, -0.610925555229187, -0.3883037567138672, -0.40542852878570557, -0.4568027853965759, -0.40542852878570557, -0.19993148744106293, -0.1143077164888382, 0.0055655487813055515, -0.28555524349212646, -0.16568197309970856, -0.011559205129742622, -0.40542852878570557, -0.30267998576164246, -0.09718296676874161, -0.5938007831573486, 0.27956172823905945, 0.29668647050857544, 0.17681321501731873, 0.39943498373031616, 0.5193082690238953, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.18717360496521, 1.2214230298995972, 1.1529240608215332, 1.255672574043274, -0.08005820959806442, -1.4329137802124023, -1.8096582889556885, -1.8439078330993652, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.7411593198776245, -1.758284091949463, -1.79253351688385, -1.6555355787277222, -1.7411593198776245, -0.7992978096008301, 0.3138112425804138, 0.24531221389770508, 0.2281874716281891, 0.9131776094436646, -0.9020463228225708, -0.16568197309970856, 1.2385478019714355, 1.18717360496521, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.444044828414917, 1.3926706314086914, 1.5467933416366577, 1.3412963151931763, 1.4269200563430786, 1.2385478019714355, 1.2727973461151123, 0.8789280652999878, 0.2281874716281891, -0.31980475783348083, 0.15968845784664154, -0.3369295001029968, -0.3369295001029968, -0.2684305012226105, -0.045808710157871246, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.0740646943449974, 0.10831420123577118, -0.6622998118400574, -0.3540542721748352, 0.3480607271194458, 1.8036646842956543, 1.786539912223816], [1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 1.2214230298995972, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4611696004867554, 1.2214230298995972, 0.19393795728683472, -0.5253018140792847, -0.4739275276660919, -0.6794245839118958, -0.9191710948944092, -0.28555524349212646, 0.2281874716281891, 0.12543895840644836, -0.7650483250617981, -1.6212860345840454, -1.878157377243042, -1.9809058904647827, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -2.1179039478302, -1.8952820301055908, -1.261666178703308, -0.9191710948944092, -0.9876701235771179, -0.9020463228225708, -1.261666178703308, -1.878157377243042, -2.0836544036865234, -2.0665295124053955, -1.758284091949463, -1.8610326051712036, -1.8096582889556885, -1.3815394639968872, -1.5014127492904663, -1.8267830610275269, -1.9980305433273315, -1.8267830610275269, -1.5014127492904663, -1.7754088640213013, -1.9809058904647827, -2.0836544036865234, -1.8952820301055908, -1.7240345478057861, -1.7754088640213013, -1.8267830610275269, -1.9637811183929443, -2.1179039478302, -2.1007792949676514, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, -0.9362958669662476, -1.5870364904403687, -1.672660231590271, -2.1179039478302, -2.1007792949676514, -1.3815394639968872, -0.8506720662117004, -0.9362958669662476, -1.2787909507751465, -1.604161262512207, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -1.7754088640213013, -1.5527870655059814, -1.073293924331665, -1.1246682405471802, -0.9705453515052795, -1.2445415258407593, -1.2102919816970825, -1.1075434684753418, -0.645175039768219, -1.0390443801879883, -0.8164225816726685, -0.9705453515052795, -1.02191960811615, -0.7479235529899597, -1.073293924331665, -0.6965492963790894, -0.7136740684509277, -0.8677968382835388, -0.8849216103553772, -0.4568027853965759, -1.073293924331665, -0.3540542721748352, -0.576676070690155, -0.6622998118400574, -0.7136740684509277, -0.7136740684509277, -0.5424265265464783, -0.7992978096008301, -0.6965492963790894, -0.8849216103553772, -0.6965492963790894, -0.9191710948944092, -0.8677968382835388, -1.02191960811615, -0.5253018140792847, -0.3540542721748352, -0.4568027853965759, -0.9020463228225708, -0.7479235529899597, -0.3369295001029968, -0.30267998576164246, -0.13143247365951538, -0.5595512986183167, -0.9020463228225708, -0.7136740684509277, -0.42255327105522156, 0.15968845784664154, 0.12543895840644836, 0.03981505334377289, -0.2513057291507721, -0.02868395671248436, 0.12543895840644836, -0.19993148744106293, 0.15968845784664154, 0.26243698596954346, 0.6905558109283447, 0.6391815543174744, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 1.2214230298995972, 1.2899221181869507, 1.0844250917434692, 1.2727973461151123, 1.0844250917434692, 0.4679340124130249, -0.7992978096008301, -0.576676070690155, -1.7754088640213013, -1.8439078330993652, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.878157377243042, -1.8610326051712036, -1.7411593198776245, -1.8439078330993652, -1.227416753768921, -1.3301652669906616, 1.1700488328933716, 1.2385478019714355, 1.444044828414917, 0.27956172823905945, 1.7694151401519775, -0.08005820959806442, -1.141792893409729, 0.5021834969520569, 1.4097954034805298, 1.444044828414917, 1.563918113708496, 1.2899221181869507, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, -0.16568197309970856, -0.42255327105522156, -0.09718296676874161, -0.5424265265464783, -0.31980475783348083, -0.21705622971057892, -0.16568197309970856, -0.21705622971057892, -0.2684305012226105, -0.31980475783348083, 0.14256370067596436, -0.28555524349212646, -0.40542852878570557, -0.40542852878570557, 0.7248052954673767, 1.8207894563674927, 1.7351655960083008], [1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.7590547800064087, 0.7248052954673767, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.8618032932281494, 1.4611696004867554, 1.6495418548583984, 1.7009161710739136, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.375545859336853, 1.1357992887496948, 0.3309359848499298, -0.30267998576164246, -0.18280673027038574, -0.40542852878570557, -1.1931672096252441, -1.1075434684753418, -0.2513057291507721, 0.14256370067596436, -0.18280673027038574, -1.073293924331665, -1.7069097757339478, -1.8439078330993652, -2.032280206680298, -2.1179039478302, -2.0836544036865234, -2.01515531539917, -1.9637811183929443, -1.261666178703308, -0.9191710948944092, -1.02191960811615, -0.8506720662117004, -0.7307988405227661, -1.4671632051467896, -1.9124068021774292, -2.1179039478302, -1.9124068021774292, -1.8267830610275269, -2.0494048595428467, -1.7069097757339478, -1.9980305433273315, -1.7240345478057861, -1.8439078330993652, -2.1007792949676514, -1.5699117183685303, -1.6212860345840454, -1.9809058904647827, -2.1007792949676514, -2.1179039478302, -1.8952820301055908, -1.8439078330993652, -1.535662293434143, -1.6212860345840454, 0.4850587546825409, 1.3070467710494995, 1.4782943725585938, 1.101549744606018, -1.1246682405471802, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -1.9637811183929443, -1.4500385522842407, -1.415789008140564, -1.5185375213623047, -1.0047948360443115, -2.032280206680298, -2.0836544036865234, -0.7992978096008301, -0.8677968382835388, -0.8506720662117004, -0.9362958669662476, -1.6384108066558838, -1.6897850036621094, -1.1760424375534058, -1.1589176654815674, -1.02191960811615, -1.2102919816970825, -1.02191960811615, -1.0904186964035034, -0.9020463228225708, -0.7992978096008301, -1.1931672096252441, -0.7821730971336365, -1.2787909507751465, -1.0047948360443115, -1.0047948360443115, -0.9705453515052795, -1.2787909507751465, -0.4910522699356079, -1.227416753768921, -0.40542852878570557, -0.8849216103553772, -0.9191710948944092, -0.4910522699356079, -0.7136740684509277, -0.5595512986183167, -0.5253018140792847, -1.0047948360443115, -0.5938007831573486, -0.645175039768219, -0.7479235529899597, -0.8164225816726685, -0.5938007831573486, -0.7650483250617981, -0.8506720662117004, -0.8164225816726685, -0.6965492963790894, -0.7479235529899597, -0.7650483250617981, -0.610925555229187, -0.3540542721748352, -0.06293346732854843, -0.045808710157871246, -0.02868395671248436, -0.011559205129742622, -0.011559205129742622, 0.14256370067596436, 0.03981505334377289, -0.3369295001029968, -0.19993148744106293, 0.14256370067596436, -0.1143077164888382, 0.12543895840644836, 0.19393795728683472, 0.24531221389770508, 0.3651854991912842, 0.6734310388565063, 0.7590547800064087, 0.9645518660545349, 0.8275538086891174, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 0.4679340124130249, -1.227416753768921, -1.5527870655059814, -1.9980305433273315, -1.9124068021774292, -1.8952820301055908, -1.7240345478057861, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.415789008140564, -0.8849216103553772, 0.6391815543174744, 1.4954191446304321, 1.7694151401519775, 1.7522903680801392, 1.3412963151931763, 1.8721636533737183, 1.6495418548583984, -1.7411593198776245, -1.878157377243042, -0.08005820959806442, 1.5125439167022705, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.375545859336853, 1.444044828414917, 1.0501755475997925, 1.5125439167022705, 1.375545859336853, 0.14256370067596436, 0.3309359848499298, 0.056939806789159775, 0.2281874716281891, -0.3711790144443512, -0.2684305012226105, -0.43967801332473755, -0.40542852878570557, 0.056939806789159775, 0.02269030176103115, -0.3711790144443512, -0.5595512986183167, -0.7821730971336365, -0.18280673027038574, 1.0330508947372437, 1.786539912223816, 1.718040943145752], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 1.0844250917434692, 1.5467933416366577, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6152924299240112, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.1700488328933716, 0.41655975580215454, -0.31980475783348083, -0.2684305012226105, -0.06293346732854843, -0.6965492963790894, -1.535662293434143, -1.0047948360443115, -0.08005820959806442, 0.24531221389770508, -0.4739275276660919, -1.4329137802124023, -1.79253351688385, -1.8952820301055908, -2.0665295124053955, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.0390443801879883, -0.8849216103553772, -1.0047948360443115, -0.9362958669662476, -0.7307988405227661, -1.0904186964035034, -1.946656346321106, -2.1179039478302, -1.9124068021774292, -1.6384108066558838, -1.9124068021774292, -1.79253351688385, -1.535662293434143, -1.535662293434143, -1.9980305433273315, -1.9809058904647827, -1.8952820301055908, -2.0836544036865234, -2.032280206680298, -2.0494048595428467, -2.01515531539917, -1.9637811183929443, -2.0494048595428467, -1.79253351688385, 0.8275538086891174, 1.6495418548583984, 1.786539912223816, 1.8721636533737183, 1.5810428857803345, -1.8096582889556885, -2.032280206680298, -1.9637811183929443, -1.9295315742492676, -2.01515531539917, -2.0836544036865234, -1.9980305433273315, -2.1179039478302, -2.0836544036865234, -1.4671632051467896, -1.415789008140564, -1.3130404949188232, -1.3130404949188232, -1.1931672096252441, -1.3986642360687256, -1.4500385522842407, -1.0047948360443115, -1.6897850036621094, -1.1760424375534058, -1.1246682405471802, -1.0904186964035034, -1.1589176654815674, -1.0047948360443115, -0.9876701235771179, -1.02191960811615, -1.0390443801879883, -1.073293924331665, -1.1246682405471802, -1.3815394639968872, -0.8335473537445068, -1.2959157228469849, -0.7479235529899597, -0.9191710948944092, -1.02191960811615, -1.02191960811615, -1.0390443801879883, -1.1760424375534058, -1.415789008140564, -0.7479235529899597, -0.6965492963790894, -0.7992978096008301, -0.6794245839118958, -0.6794245839118958, -0.8849216103553772, -0.6280503273010254, -0.3369295001029968, -0.21705622971057892, -0.43967801332473755, -0.4739275276660919, -0.645175039768219, -0.4568027853965759, -0.3711790144443512, -0.6622998118400574, -0.7307988405227661, -0.31980475783348083, -0.9191710948944092, -0.5253018140792847, -0.4568027853965759, 0.03981505334377289, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.09718296676874161, 0.15968845784664154, 0.3651854991912842, 0.19393795728683472, 0.3309359848499298, 0.5021834969520569, 0.622056782245636, 0.7590547800064087, 0.9303023219108582, 1.1186745166778564, 1.3584210872650146, 1.2214230298995972, 1.2385478019714355, 1.0159261226654053, 0.0740646943449974, -0.6280503273010254, -1.9637811183929443, -1.9295315742492676, -1.9980305433273315, -1.8952820301055908, -1.6212860345840454, -1.6897850036621094, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.6555355787277222, -1.6555355787277222, -0.7821730971336365, 0.26243698596954346, 1.1357992887496948, 1.4782943725585938, 1.7522903680801392, 1.786539912223816, 1.6666666269302368, 1.8379141092300415, 1.9577873945236206, -0.9876701235771179, -1.8267830610275269, -0.9362958669662476, -1.9809058904647827, -1.758284091949463, 0.03981505334377289, 1.6837913990020752, 1.3926706314086914, 1.2385478019714355, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.375545859336853, 1.3070467710494995, 1.5467933416366577, 1.4611696004867554, 0.8789280652999878, 0.7933043241500854, 0.43368449807167053, -0.2341809868812561, -0.4910522699356079, -0.3883037567138672, -0.21705622971057892, -0.3540542721748352, -0.1143077164888382, 0.091189444065094, 0.0055655487813055515, -0.4739275276660919, -0.7650483250617981, -0.5424265265464783, 1.3070467710494995, 1.6666666269302368, 1.786539912223816], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 1.18717360496521, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.3584210872650146, 1.1186745166778564, 0.3480607271194458, -0.3711790144443512, -0.3711790144443512, -0.08005820959806442, -0.18280673027038574, -1.227416753768921, -1.415789008140564, -0.4910522699356079, -0.06293346732854843, -0.19993148744106293, -0.9020463228225708, -1.7069097757339478, -1.8439078330993652, -1.8096582889556885, -1.946656346321106, -2.0665295124053955, -2.01515531539917, -1.3130404949188232, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8164225816726685, -0.7650483250617981, -1.6897850036621094, -2.1179039478302, -2.032280206680298, -1.8610326051712036, -1.8096582889556885, -2.0836544036865234, -1.9124068021774292, -1.6212860345840454, -1.535662293434143, -1.8610326051712036, -1.9637811183929443, -1.79253351688385, -1.8610326051712036, -2.0494048595428467, -2.0836544036865234, -1.8267830610275269, -1.672660231590271, 1.2727973461151123, 1.6666666269302368, 1.8379141092300415, -0.2341809868812561, -1.9980305433273315, -2.1179039478302, -1.2959157228469849, -1.672660231590271, -1.2959157228469849, -1.2445415258407593, -1.3472900390625, -2.1179039478302, -0.8506720662117004, -0.9876701235771179, -1.3472900390625, -1.8610326051712036, -2.1007792949676514, -1.604161262512207, -1.2445415258407593, -1.3130404949188232, -1.0047948360443115, -1.1760424375534058, -1.415789008140564, -1.227416753768921, -1.3130404949188232, -1.141792893409729, -1.1075434684753418, -1.0047948360443115, -1.1246682405471802, -1.0561691522598267, -1.1760424375534058, -1.227416753768921, -1.1075434684753418, -1.415789008140564, -0.8849216103553772, -1.073293924331665, -1.415789008140564, -1.141792893409729, -1.3130404949188232, -1.3986642360687256, -1.0561691522598267, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -0.9020463228225708, -0.9191710948944092, -1.0904186964035034, -0.7821730971336365, -0.6622998118400574, -0.8849216103553772, -0.9534205794334412, -0.645175039768219, -1.2445415258407593, -1.5185375213623047, -1.7240345478057861, -1.1931672096252441, -1.2102919816970825, -1.2959157228469849, -0.8335473537445068, -0.8506720662117004, -0.7479235529899597, -0.8164225816726685, -0.30267998576164246, -0.4739275276660919, -0.43967801332473755, -0.08005820959806442, 0.2281874716281891, 0.056939806789159775, 0.17681321501731873, 0.4679340124130249, 0.622056782245636, 0.7419300675392151, 0.7419300675392151, 1.0501755475997925, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.4097954034805298, 1.0501755475997925, 0.056939806789159775, -0.9705453515052795, -1.9809058904647827, -1.9809058904647827, -1.9637811183929443, -1.8267830610275269, -1.9124068021774292, -1.878157377243042, -1.672660231590271, -1.8610326051712036, -1.8439078330993652, -1.672660231590271, -1.3472900390625, -0.9876701235771179, 0.24531221389770508, 0.6391815543174744, 1.1186745166778564, 1.4269200563430786, 1.906413197517395, 1.9406627416610718, 1.8207894563674927, 1.8379141092300415, 1.9920369386672974, 1.7009161710739136, -0.8506720662117004, -1.2959157228469849, -1.415789008140564, -1.8610326051712036, -1.8610326051712036, -1.9809058904647827, -0.610925555229187, 1.375545859336853, 1.18717360496521, 1.4097954034805298, 1.255672574043274, 1.3584210872650146, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.255672574043274, 0.8446785807609558, -0.3369295001029968, -0.4739275276660919, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.19393795728683472, 0.19393795728683472, 0.656306266784668, -0.21705622971057892, -0.4568027853965759, -0.4568027853965759, -0.2684305012226105, 1.6152924299240112, 1.6495418548583984, 1.7351655960083008], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 1.444044828414917, 1.6152924299240112, 1.6495418548583984, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 0.4679340124130249, -0.31980475783348083, -0.7136740684509277, -0.40542852878570557, 0.0055655487813055515, -0.9362958669662476, -1.3644146919250488, -0.4739275276660919, -0.5081770420074463, -0.5081770420074463, -0.6280503273010254, -1.1760424375534058, -1.9295315742492676, -1.7754088640213013, -1.9637811183929443, -2.0665295124053955, -2.1179039478302, -1.6384108066558838, -0.9534205794334412, -1.2102919816970825, -1.3815394639968872, -1.3301652669906616, -0.8677968382835388, -1.3130404949188232, -2.0836544036865234, -1.9637811183929443, -1.6212860345840454, -1.79253351688385, -1.946656346321106, -1.8610326051712036, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.032280206680298, -2.032280206680298, -1.8610326051712036, -1.9809058904647827, -2.032280206680298, 1.101549744606018, 1.255672574043274, 1.5810428857803345, 0.587807297706604, -2.1007792949676514, -2.0665295124053955, -1.415789008140564, -1.6384108066558838, -1.5527870655059814, -1.4671632051467896, -2.0836544036865234, -1.9980305433273315, -1.3130404949188232, -1.4500385522842407, -1.1760424375534058, -2.1007792949676514, -1.1760424375534058, -1.1246682405471802, -1.2102919816970825, -1.2959157228469849, -1.3644146919250488, -1.2445415258407593, -1.3301652669906616, -1.2102919816970825, -1.415789008140564, -1.1246682405471802, -1.1760424375534058, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.1760424375534058, -1.2445415258407593, -1.4329137802124023, -1.3815394639968872, -1.1931672096252441, -1.3986642360687256, -1.3815394639968872, -1.1931672096252441, -1.2102919816970825, -1.227416753768921, -0.9020463228225708, -1.3644146919250488, -0.8849216103553772, -1.0904186964035034, -1.0047948360443115, -0.6794245839118958, -0.9876701235771179, -1.3815394639968872, -0.9534205794334412, -1.02191960811615, -0.7992978096008301, -0.7479235529899597, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.6280503273010254, -0.7307988405227661, -0.7650483250617981, -0.7479235529899597, -0.8506720662117004, -0.5253018140792847, -0.7479235529899597, -0.2513057291507721, -0.4568027853965759, -0.8677968382835388, -0.19993148744106293, -0.011559205129742622, -0.011559205129742622, 0.5193082690238953, 0.27956172823905945, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 1.0330508947372437, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 0.7248052954673767, 0.12543895840644836, 0.2110627144575119, -0.9876701235771179, -1.946656346321106, -2.01515531539917, -2.032280206680298, -1.946656346321106, -1.8952820301055908, -1.8267830610275269, -1.8439078330993652, -1.7411593198776245, -1.8439078330993652, -1.672660231590271, -1.1931672096252441, -1.1760424375534058, -0.3369295001029968, 0.8789280652999878, 1.2042982578277588, 1.4097954034805298, 1.5125439167022705, 1.974912166595459, 1.5981676578521729, 1.8036646842956543, 1.8721636533737183, 1.7009161710739136, 0.2281874716281891, -1.5870364904403687, -1.878157377243042, -1.8267830610275269, -1.79253351688385, -1.6212860345840454, -2.01515531539917, -1.604161262512207, 1.1700488328933716, 1.0673003196716309, 1.2385478019714355, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3926706314086914, 0.9303023219108582, 0.27956172823905945, 0.12543895840644836, -0.09718296676874161, 0.2281874716281891, -0.08005820959806442, 0.12543895840644836, -0.30267998576164246, -0.5253018140792847, 0.41655975580215454, -0.3711790144443512, -0.09718296676874161, -0.09718296676874161, -0.28555524349212646, 1.5467933416366577, 1.5810428857803345, 1.6666666269302368], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 1.101549744606018, 1.4954191446304321, 1.6152924299240112, 1.7009161710739136, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.0330508947372437, 0.5193082690238953, -0.16568197309970856, -1.02191960811615, -0.6965492963790894, -0.21705622971057892, -0.8164225816726685, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.7479235529899597, -0.5424265265464783, -0.610925555229187, -1.4329137802124023, -1.758284091949463, -1.7411593198776245, -1.8952820301055908, -2.1179039478302, -1.9124068021774292, -1.0904186964035034, -1.2787909507751465, -1.3472900390625, -1.261666178703308, -0.9362958669662476, -0.9876701235771179, -2.0836544036865234, -2.01515531539917, -1.7069097757339478, -1.6897850036621094, -1.9980305433273315, -1.878157377243042, -1.7240345478057861, -1.5870364904403687, -1.9980305433273315, -2.0665295124053955, -1.9637811183929443, -1.79253351688385, -0.2684305012226105, 1.1529240608215332, 1.4269200563430786, 1.563918113708496, 1.8379141092300415, 0.4679340124130249, -2.0665295124053955, -2.1179039478302, -2.0665295124053955, -1.7411593198776245, -1.7411593198776245, -2.0836544036865234, -1.4500385522842407, -1.3130404949188232, -1.2959157228469849, -2.01515531539917, -1.261666178703308, -1.1246682405471802, -1.227416753768921, -1.073293924331665, -1.4500385522842407, -1.073293924331665, -1.3472900390625, -1.484287977218628, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.5870364904403687, -1.1589176654815674, -1.0904186964035034, -1.2102919816970825, -1.02191960811615, -1.415789008140564, -1.415789008140564, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -0.8164225816726685, -1.3472900390625, -1.0904186964035034, -0.9020463228225708, -1.2787909507751465, -1.0390443801879883, -1.3815394639968872, -0.9020463228225708, -0.7136740684509277, -0.6965492963790894, -0.8164225816726685, -0.8849216103553772, -0.5595512986183167, -0.7136740684509277, -0.8506720662117004, -0.6965492963790894, -0.8164225816726685, -0.5595512986183167, -0.5595512986183167, -0.6794245839118958, -0.5595512986183167, -0.40542852878570557, -0.3883037567138672, -1.0561691522598267, -1.3130404949188232, -0.28555524349212646, -0.02868395671248436, 0.26243698596954346, -0.045808710157871246, 0.27956172823905945, 0.10831420123577118, 0.3651854991912842, 0.4508092403411865, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.9988013505935669, 1.2899221181869507, 0.9816765785217285, 1.2385478019714355, 1.375545859336853, 0.3138112425804138, -0.9705453515052795, -1.9124068021774292, -1.9295315742492676, -2.01515531539917, -2.0494048595428467, -2.0494048595428467, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.604161262512207, -1.484287977218628, -1.3472900390625, -0.3883037567138672, 0.8960528373718262, 1.2214230298995972, 1.63241708278656, 1.444044828414917, 1.6837913990020752, 1.63241708278656, 1.718040943145752, 1.8207894563674927, 1.8721636533737183, 1.3926706314086914, -1.0561691522598267, -1.9124068021774292, -1.8267830610275269, -1.7069097757339478, -1.604161262512207, -1.4329137802124023, -1.5014127492904663, -2.0665295124053955, -1.0904186964035034, 0.7248052954673767, 1.4611696004867554, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.375545859336853, 0.38231024146080017, 0.656306266784668, 0.5364330410957336, 0.43368449807167053, -0.13143247365951538, -0.09718296676874161, -0.30267998576164246, 0.0740646943449974, -0.3711790144443512, -0.011559205129742622, -0.2513057291507721, -0.02868395671248436, 0.4679340124130249, 0.19393795728683472, 1.563918113708496, 1.5810428857803345, 1.5981676578521729], [1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 1.18717360496521, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.0501755475997925, 0.4508092403411865, -0.16568197309970856, -1.1075434684753418, -1.2102919816970825, -0.6622998118400574, -0.8677968382835388, -1.0047948360443115, -0.9705453515052795, -0.9362958669662476, -1.0047948360443115, -0.9020463228225708, -0.5938007831573486, -0.7479235529899597, -1.604161262512207, -1.8952820301055908, -1.878157377243042, -2.0665295124053955, -1.9637811183929443, -1.2787909507751465, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.261666178703308, -1.261666178703308, -2.01515531539917, -1.758284091949463, -1.7754088640213013, -1.9124068021774292, -1.9809058904647827, -1.8952820301055908, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -2.0494048595428467, -2.0665295124053955, -0.8164225816726685, 1.5296685695648193, 1.718040943145752, 1.8207894563674927, 0.2110627144575119, -2.032280206680298, -1.5014127492904663, -1.4671632051467896, -1.227416753768921, -0.9705453515052795, -1.261666178703308, -1.9637811183929443, -2.032280206680298, -2.032280206680298, -2.1007792949676514, -1.9295315742492676, -1.535662293434143, -1.261666178703308, -1.4671632051467896, -1.484287977218628, -1.2787909507751465, -1.261666178703308, -1.1589176654815674, -1.3472900390625, -1.1075434684753418, -1.3301652669906616, -1.3472900390625, -1.1760424375534058, -1.227416753768921, -1.415789008140564, -1.3986642360687256, -1.415789008140564, -1.227416753768921, -1.1246682405471802, -1.1760424375534058, -1.0561691522598267, -1.2102919816970825, -1.3301652669906616, -1.1760424375534058, -1.0904186964035034, -1.1246682405471802, -1.261666178703308, -1.1075434684753418, -1.141792893409729, -0.9705453515052795, -0.9876701235771179, -0.9191710948944092, -0.9191710948944092, -0.9876701235771179, -0.7307988405227661, -0.7479235529899597, -0.8849216103553772, -0.7136740684509277, -0.6280503273010254, -0.8849216103553772, -1.02191960811615, -0.6794245839118958, -0.8164225816726685, -0.5938007831573486, -0.40542852878570557, -0.13143247365951538, -0.3540542721748352, -0.09718296676874161, -0.3369295001029968, -0.19993148744106293, 0.0055655487813055515, 0.24531221389770508, 0.3309359848499298, 0.6049320101737976, 0.5364330410957336, 0.8618032932281494, 0.6049320101737976, 1.2042982578277588, 1.1700488328933716, 1.324171543121338, 1.324171543121338, 0.9988013505935669, 0.8618032932281494, -1.5699117183685303, -1.8267830610275269, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0494048595428467, -1.9980305433273315, -1.8952820301055908, -1.9124068021774292, -1.79253351688385, -1.6555355787277222, -1.7240345478057861, -0.8506720662117004, -0.645175039768219, 0.622056782245636, 1.0501755475997925, 1.3584210872650146, 1.6666666269302368, 1.7009161710739136, 1.7522903680801392, 1.8721636533737183, 1.786539912223816, 1.718040943145752, 1.563918113708496, -0.40542852878570557, -1.878157377243042, -1.7069097757339478, -1.7754088640213013, -1.7754088640213013, -0.9020463228225708, -1.6897850036621094, -1.9124068021774292, -1.8610326051712036, 0.6049320101737976, 0.8789280652999878, 1.18717360496521, 1.0159261226654053, 1.2042982578277588, 1.101549744606018, 0.4679340124130249, 0.9816765785217285, 0.41655975580215454, -0.28555524349212646, -0.3883037567138672, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.31980475783348083, 0.0740646943449974, 0.24531221389770508, 0.39943498373031616, 0.5706825256347656, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345], [1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.7761795520782471, 1.3070467710494995, 1.5981676578521729, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.2042982578277588, 0.9645518660545349, 0.24531221389770508, -0.045808710157871246, -0.9191710948944092, -1.3986642360687256, -0.9191710948944092, -1.0904186964035034, -1.1760424375534058, -1.073293924331665, -1.0904186964035034, -1.1589176654815674, -1.141792893409729, -1.0390443801879883, -0.6965492963790894, -0.9705453515052795, -1.8096582889556885, -1.946656346321106, -1.9124068021774292, -2.0665295124053955, -1.5185375213623047, -1.3472900390625, -1.5185375213623047, -1.6897850036621094, -1.5185375213623047, -1.535662293434143, -1.946656346321106, -1.8439078330993652, -1.8610326051712036, -1.9809058904647827, -2.1007792949676514, -1.8439078330993652, -1.7240345478057861, -1.8439078330993652, -2.0494048595428467, -1.7069097757339478, 1.1357992887496948, 1.4611696004867554, 1.7351655960083008, 0.6905558109283447, -1.9637811183929443, -1.5527870655059814, -1.672660231590271, -1.672660231590271, -1.5014127492904663, -1.5185375213623047, -1.946656346321106, -1.0904186964035034, -1.261666178703308, -1.073293924331665, -0.6965492963790894, -0.9705453515052795, -2.032280206680298, -1.3644146919250488, -1.3986642360687256, -1.3644146919250488, -1.141792893409729, -1.227416753768921, -1.261666178703308, -1.2787909507751465, -1.261666178703308, -1.3301652669906616, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.2445415258407593, -1.2787909507751465, -1.227416753768921, -1.261666178703308, -1.261666178703308, -1.1931672096252441, -1.3301652669906616, -1.3472900390625, -1.227416753768921, -1.4500385522842407, -1.0390443801879883, -0.9191710948944092, -1.1931672096252441, -1.1760424375534058, -1.073293924331665, -1.0561691522598267, -0.9534205794334412, -0.8335473537445068, -1.0904186964035034, -1.0390443801879883, -0.8849216103553772, -0.6794245839118958, -0.7307988405227661, -0.7307988405227661, -0.6622998118400574, -0.6794245839118958, -0.8164225816726685, -0.9020463228225708, -0.7307988405227661, -0.9534205794334412, -0.6280503273010254, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.3138112425804138, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.8618032932281494, 0.9131776094436646, 1.2727973461151123, 1.18717360496521, 0.7933043241500854, -0.02868395671248436, -0.02868395671248436, 0.656306266784668, -1.02191960811615, -1.8439078330993652, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -2.032280206680298, -1.9637811183929443, -1.9124068021774292, -1.9295315742492676, -1.8267830610275269, -1.484287977218628, -1.535662293434143, -0.21705622971057892, 0.6391815543174744, 1.18717360496521, 1.4269200563430786, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.4954191446304321, 0.587807297706604, -1.9295315742492676, -1.79253351688385, -1.7411593198776245, -1.878157377243042, -1.9295315742492676, -1.79253351688385, -1.9124068021774292, -2.01515531539917, 0.056939806789159775, 0.7248052954673767, 1.0501755475997925, 1.0844250917434692, 0.8960528373718262, 0.8789280652999878, 0.7076805233955383, 0.43368449807167053, -1.415789008140564, -0.9876701235771179, -0.6622998118400574, 0.29668647050857544, 0.2281874716281891, -0.19993148744106293, -0.3369295001029968, -0.16568197309970856, 0.4679340124130249, 0.4679340124130249, 0.587807297706604, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577], [1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.9131776094436646, 1.4782943725585938, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1186745166778564, 0.8960528373718262, 0.43368449807167053, -0.06293346732854843, -0.18280673027038574, -0.7136740684509277, -1.1075434684753418, -0.8677968382835388, -1.141792893409729, -1.415789008140564, -1.3301652669906616, -1.073293924331665, -1.3986642360687256, -1.484287977218628, -1.261666178703308, -1.141792893409729, -0.7479235529899597, -1.141792893409729, -1.9809058904647827, -1.9637811183929443, -2.1179039478302, -1.5870364904403687, -1.3301652669906616, -1.535662293434143, -1.484287977218628, -1.415789008140564, -1.6555355787277222, -2.0494048595428467, -1.8096582889556885, -1.878157377243042, -2.0665295124053955, -1.9809058904647827, -1.9809058904647827, -1.8267830610275269, -0.4739275276660919, 1.0673003196716309, 1.255672574043274, 1.563918113708496, 1.6495418548583984, 0.6391815543174744, -2.01515531539917, -1.6897850036621094, -1.5185375213623047, -1.3986642360687256, -2.1179039478302, -1.9637811183929443, -1.3130404949188232, -1.415789008140564, -1.3815394639968872, -1.3986642360687256, -1.3301652669906616, -2.1179039478302, -1.5014127492904663, -1.3130404949188232, -1.672660231590271, -1.5527870655059814, -1.5185375213623047, -1.2445415258407593, -1.2787909507751465, -1.2959157228469849, -1.3986642360687256, -1.1931672096252441, -1.141792893409729, -1.3644146919250488, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.3815394639968872, -0.9534205794334412, -1.2445415258407593, -1.2787909507751465, -1.3815394639968872, -1.2102919816970825, -1.3301652669906616, -1.02191960811615, -1.0047948360443115, -1.261666178703308, -1.3130404949188232, -1.0904186964035034, -1.141792893409729, -0.8164225816726685, -0.9876701235771179, -1.0047948360443115, -0.9191710948944092, -0.6622998118400574, -0.6622998118400574, -0.6965492963790894, -0.9534205794334412, -0.5595512986183167, -0.5595512986183167, -0.4910522699356079, -0.7650483250617981, -0.5595512986183167, -0.40542852878570557, -0.9705453515052795, -1.2959157228469849, -0.7136740684509277, -0.8849216103553772, 0.14256370067596436, 0.24531221389770508, 0.091189444065094, 0.622056782245636, 0.3309359848499298, 0.5364330410957336, 0.8446785807609558, 0.656306266784668, 1.0844250917434692, 1.255672574043274, 0.15968845784664154, -0.4739275276660919, -1.7411593198776245, -1.9295315742492676, -1.9295315742492676, -1.9295315742492676, -1.9637811183929443, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -1.8439078330993652, -1.6384108066558838, -1.4671632051467896, -0.6965492963790894, 0.8789280652999878, 1.2214230298995972, 1.5296685695648193, 1.4097954034805298, 1.6495418548583984, 1.7009161710739136, 1.718040943145752, 1.5981676578521729, 1.6837913990020752, 1.3926706314086914, 1.7009161710739136, -1.5870364904403687, -1.79253351688385, -1.7754088640213013, -1.8267830610275269, -1.8267830610275269, -1.8267830610275269, -1.8439078330993652, -1.9637811183929443, 0.4850587546825409, 0.810429036617279, 0.8446785807609558, 1.2042982578277588, 1.2385478019714355, 0.8275538086891174, 0.6049320101737976, -0.9191710948944092, -1.2445415258407593, -1.5527870655059814, -0.4739275276660919, -0.14855723083019257, 0.7933043241500854, -0.06293346732854843, -0.14855723083019257, 0.38231024146080017, 0.3138112425804138, 0.3651854991912842, 0.6391815543174744, 1.3926706314086914, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 1.375545859336853, 1.63241708278656, 1.7009161710739136, 1.718040943145752, 1.7009161710739136, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.0501755475997925, 0.656306266784668, 0.41655975580215454, -0.2513057291507721, -0.21705622971057892, -0.08005820959806442, -0.42255327105522156, -0.5595512986183167, -0.8506720662117004, -1.2102919816970825, -1.6384108066558838, -1.5014127492904663, -1.1760424375534058, -1.2102919816970825, -1.2959157228469849, -1.3472900390625, -1.3472900390625, -1.227416753768921, -0.7821730971336365, -1.5185375213623047, -2.0494048595428467, -1.8952820301055908, -1.4671632051467896, -1.484287977218628, -1.7240345478057861, -1.79253351688385, -1.6555355787277222, -1.9637811183929443, -1.8610326051712036, -1.8096582889556885, -1.946656346321106, -2.032280206680298, -2.1179039478302, -1.0561691522598267, 1.0844250917434692, 1.3926706314086914, 1.6495418548583984, 1.7522903680801392, 1.7522903680801392, -0.7992978096008301, -2.0836544036865234, -2.1179039478302, -2.01515531539917, -1.946656346321106, -2.0665295124053955, -2.0836544036865234, -1.415789008140564, -1.2959157228469849, -1.3472900390625, -1.2787909507751465, -2.01515531539917, -1.8096582889556885, -1.1760424375534058, -1.758284091949463, -1.4329137802124023, -1.5014127492904663, -1.5014127492904663, -1.3815394639968872, -1.4500385522842407, -1.2787909507751465, -1.0390443801879883, -1.227416753768921, -1.3986642360687256, -1.141792893409729, -1.3986642360687256, -1.3130404949188232, -1.1760424375534058, -1.2787909507751465, -1.3130404949188232, -1.227416753768921, -1.3130404949188232, -1.3644146919250488, -1.3130404949188232, -1.3301652669906616, -0.8677968382835388, -1.261666178703308, -1.261666178703308, -1.02191960811615, -0.9876701235771179, -1.0390443801879883, -0.8335473537445068, -0.8164225816726685, -0.7821730971336365, -0.7307988405227661, -0.7479235529899597, -0.5253018140792847, -0.43967801332473755, -0.7650483250617981, -0.4568027853965759, -0.4739275276660919, -0.3711790144443512, -0.16568197309970856, -0.43967801332473755, 0.12543895840644836, -0.011559205129742622, -0.08005820959806442, 0.15968845784664154, 0.056939806789159775, -0.3540542721748352, -0.18280673027038574, 0.056939806789159775, 0.0740646943449974, 0.7590547800064087, 0.9816765785217285, 1.101549744606018, 1.18717360496521, 0.8789280652999878, -0.40542852878570557, -1.0390443801879883, -1.415789008140564, -1.8267830610275269, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9809058904647827, -2.1007792949676514, -1.9980305433273315, -1.9980305433273315, -1.878157377243042, -1.7411593198776245, -1.672660231590271, -0.13143247365951538, 0.622056782245636, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.718040943145752, 1.5125439167022705, 1.7351655960083008, 1.4269200563430786, 1.7351655960083008, 1.7351655960083008, 1.5125439167022705, -0.09718296676874161, -1.9295315742492676, -1.79253351688385, -1.8096582889556885, -1.7754088640213013, -1.9295315742492676, -2.0665295124053955, -1.484287977218628, -1.5014127492904663, 0.29668647050857544, 0.6905558109283447, 0.38231024146080017, 0.9474270939826965, -0.14855723083019257, -0.14855723083019257, -0.5938007831573486, -1.5527870655059814, -1.4500385522842407, -0.18280673027038574, -0.40542852878570557, -0.02868395671248436, -0.19993148744106293, -0.31980475783348083, 0.056939806789159775, 0.38231024146080017, 0.14256370067596436, 0.9816765785217285, 1.2899221181869507, 1.4269200563430786, 1.444044828414917, 1.444044828414917], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 1.18717360496521, 1.6152924299240112, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5296685695648193, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 0.9303023219108582, 0.7590547800064087, 0.5193082690238953, 0.0740646943449974, -0.40542852878570557, -0.42255327105522156, -0.40542852878570557, -0.5595512986183167, -0.8677968382835388, -1.073293924331665, -1.227416753768921, -1.535662293434143, -1.7069097757339478, -1.484287977218628, -1.261666178703308, -1.3301652669906616, -1.3986642360687256, -1.4500385522842407, -1.1931672096252441, -0.9362958669662476, -1.0047948360443115, -1.6212860345840454, -2.1179039478302, -1.604161262512207, -1.3986642360687256, -1.6384108066558838, -1.484287977218628, -1.5527870655059814, -1.946656346321106, -1.9980305433273315, -1.8439078330993652, -1.9124068021774292, -2.1007792949676514, 0.7933043241500854, 1.4097954034805298, 1.6837913990020752, 1.7694151401519775, 1.7522903680801392, 1.0844250917434692, -2.0836544036865234, -2.1179039478302, -1.672660231590271, -1.5699117183685303, -1.4671632051467896, -1.1760424375534058, -1.7754088640213013, -1.9637811183929443, -1.7754088640213013, -2.032280206680298, -2.1179039478302, -2.1007792949676514, -1.6897850036621094, -1.261666178703308, -1.415789008140564, -1.5870364904403687, -1.484287977218628, -1.3986642360687256, -1.3986642360687256, -1.2445415258407593, -1.141792893409729, -1.1760424375534058, -1.261666178703308, -1.2445415258407593, -1.3472900390625, -1.261666178703308, -1.2959157228469849, -0.8849216103553772, -1.1760424375534058, -1.3130404949188232, -1.227416753768921, -1.261666178703308, -1.2445415258407593, -1.2787909507751465, -1.3130404949188232, -1.3644146919250488, -1.3644146919250488, -1.227416753768921, -1.227416753768921, -1.073293924331665, -1.02191960811615, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -1.073293924331665, -0.8849216103553772, -0.7992978096008301, -0.6794245839118958, -0.28555524349212646, -0.2513057291507721, -0.2513057291507721, -0.43967801332473755, -0.30267998576164246, -0.31980475783348083, -0.13143247365951538, 0.03981505334377289, 0.15968845784664154, 0.4850587546825409, 0.587807297706604, 0.3651854991912842, 0.810429036617279, 0.9303023219108582, 1.0673003196716309, 0.8446785807609558, 0.9474270939826965, 1.2214230298995972, 0.7761795520782471, -0.2341809868812561, -0.6794245839118958, -1.3130404949188232, -1.8439078330993652, -1.9124068021774292, -1.946656346321106, -1.946656346321106, -1.946656346321106, -1.9809058904647827, -1.9809058904647827, -1.9295315742492676, -1.9637811183929443, -1.9980305433273315, -1.9637811183929443, -1.4671632051467896, -1.5527870655059814, -0.3540542721748352, 0.43368449807167053, 1.1529240608215332, 1.4097954034805298, 1.3412963151931763, 1.563918113708496, 1.5810428857803345, 1.6495418548583984, 1.4269200563430786, 1.6152924299240112, 1.5296685695648193, 1.8207894563674927, -0.3540542721748352, 1.1700488328933716, -0.3883037567138672, -1.8439078330993652, -2.032280206680298, -2.01515531539917, -1.9980305433273315, -1.7754088640213013, -1.6897850036621094, -2.0665295124053955, -0.4739275276660919, 0.26243698596954346, 0.6905558109283447, 0.6734310388565063, 0.19393795728683472, -1.6384108066558838, -1.9980305433273315, -1.9295315742492676, -1.073293924331665, 0.10831420123577118, 0.5706825256347656, -0.21705622971057892, 0.3138112425804138, -0.08005820959806442, 0.12543895840644836, 0.03981505334377289, -0.13143247365951538, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.3926706314086914, 1.4097954034805298], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.7590547800064087, 1.1529240608215332, 1.6152924299240112, 1.7694151401519775, 1.8036646842956543, 1.7009161710739136, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 0.9645518660545349, 0.810429036617279, 0.5364330410957336, 0.0055655487813055515, -0.576676070690155, -0.5938007831573486, -0.5424265265464783, -0.7136740684509277, -0.7992978096008301, -0.9191710948944092, -1.141792893409729, -1.2787909507751465, -1.484287977218628, -1.6897850036621094, -1.7069097757339478, -1.3986642360687256, -1.4329137802124023, -1.4329137802124023, -1.415789008140564, -1.3472900390625, -1.1760424375534058, -0.9020463228225708, -1.02191960811615, -1.9637811183929443, -1.8439078330993652, -1.6555355787277222, -1.6212860345840454, -1.5527870655059814, -1.7240345478057861, -2.01515531539917, -1.8267830610275269, -1.946656346321106, -1.8096582889556885, 0.8789280652999878, 1.6152924299240112, 1.718040943145752, 1.786539912223816, 1.2727973461151123, -2.0494048595428467, -2.0836544036865234, -1.5699117183685303, -1.6897850036621094, -1.415789008140564, -1.3130404949188232, -1.9980305433273315, -2.0665295124053955, -0.9191710948944092, -1.415789008140564, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.5870364904403687, -1.672660231590271, -1.484287977218628, -1.4500385522842407, -1.1760424375534058, -1.4329137802124023, -1.484287977218628, -1.7754088640213013, -1.3130404949188232, -1.2787909507751465, -1.227416753768921, -1.3301652669906616, -1.3472900390625, -1.261666178703308, -1.1246682405471802, -1.073293924331665, -1.4500385522842407, -1.1075434684753418, -1.415789008140564, -1.3644146919250488, -1.2959157228469849, -1.4329137802124023, -1.0904186964035034, -1.227416753768921, -1.3301652669906616, -1.1931672096252441, -1.261666178703308, -0.9362958669662476, -1.2787909507751465, -1.0390443801879883, -0.8506720662117004, -0.9534205794334412, -0.9876701235771179, -0.7821730971336365, -0.9191710948944092, -0.7650483250617981, -0.4739275276660919, -0.31980475783348083, -0.02868395671248436, -0.14855723083019257, -0.42255327105522156, -0.14855723083019257, 0.15968845784664154, 0.5021834969520569, 0.41655975580215454, 0.3651854991912842, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7590547800064087, 0.8960528373718262, 1.0159261226654053, 1.2385478019714355, 0.7761795520782471, -0.3540542721748352, -1.1246682405471802, -1.6212860345840454, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.946656346321106, -1.9637811183929443, -1.9124068021774292, -1.9124068021774292, -1.1589176654815674, -0.16568197309970856, 0.5021834969520569, -0.6622998118400574, 0.10831420123577118, 0.0740646943449974, 0.656306266784668, 1.5810428857803345, 1.4954191446304321, 1.2727973461151123, 1.444044828414917, 1.5981676578521729, 1.7351655960083008, 1.375545859336853, 1.324171543121338, 1.4097954034805298, 1.2899221181869507, 1.1529240608215332, 1.4611696004867554, 1.5125439167022705, 1.1186745166778564, -0.011559205129742622, -1.7069097757339478, -1.3644146919250488, -2.0494048595428467, -2.0665295124053955, -2.0836544036865234, -2.032280206680298, -0.3540542721748352, 0.7248052954673767, 0.9131776094436646, -1.535662293434143, -2.032280206680298, -1.9637811183929443, -1.7411593198776245, -0.4910522699356079, 0.2281874716281891, 1.1700488328933716, 0.43368449807167053, 0.7248052954673767, 0.4508092403411865, 0.27956172823905945, -0.28555524349212646, 0.38231024146080017, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 1.0330508947372437, 1.5125439167022705, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.5296685695648193, 1.4611696004867554, 1.2899221181869507, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.0330508947372437, 0.8789280652999878, 0.5364330410957336, -0.045808710157871246, -0.5081770420074463, -0.6622998118400574, -0.576676070690155, -0.5938007831573486, -1.1246682405471802, -1.1931672096252441, -1.227416753768921, -1.3815394639968872, -1.4671632051467896, -1.4329137802124023, -1.7754088640213013, -1.79253351688385, -1.4671632051467896, -1.415789008140564, -1.5185375213623047, -1.5699117183685303, -1.5014127492904663, -1.4329137802124023, -1.3130404949188232, -0.8677968382835388, -1.7069097757339478, -1.9295315742492676, -1.758284091949463, -1.8267830610275269, -1.672660231590271, -1.6897850036621094, -2.032280206680298, -1.9980305433273315, 0.7076805233955383, 1.0844250917434692, 1.6495418548583984, 1.8036646842956543, 0.9988013505935669, -2.0494048595428467, -2.1179039478302, -1.604161262512207, -1.6384108066558838, -1.2959157228469849, -1.3130404949188232, -1.9980305433273315, -2.0836544036865234, -0.7821730971336365, -1.3986642360687256, -1.3644146919250488, -1.5185375213623047, -1.5014127492904663, -1.604161262512207, -1.4500385522842407, -1.672660231590271, -1.4500385522842407, -1.5185375213623047, -1.7069097757339478, -1.261666178703308, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.6555355787277222, -1.3472900390625, -1.227416753768921, -1.1589176654815674, -1.3130404949188232, -1.484287977218628, -1.261666178703308, -1.3815394639968872, -1.3986642360687256, -1.1931672096252441, -1.2445415258407593, -1.3472900390625, -1.0390443801879883, -1.227416753768921, -1.0047948360443115, -1.2102919816970825, -1.073293924331665, -1.141792893409729, -1.1589176654815674, -0.9362958669662476, -0.8677968382835388, -0.7479235529899597, -0.6622998118400574, -0.5595512986183167, -0.4568027853965759, -0.2513057291507721, -0.2341809868812561, -0.40542852878570557, -0.2684305012226105, 0.12543895840644836, 0.9303023219108582, 0.29668647050857544, 0.656306266784668, 0.9474270939826965, 0.7761795520782471, 0.9131776094436646, 0.7933043241500854, 0.6734310388565063, 0.38231024146080017, 0.8960528373718262, 0.587807297706604, -0.5081770420074463, -1.227416753768921, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.8610326051712036, -1.878157377243042, -1.5014127492904663, -1.0047948360443115, -0.40542852878570557, 0.8275538086891174, 1.2042982578277588, 0.9816765785217285, 1.255672574043274, 1.4097954034805298, 1.5467933416366577, 1.444044828414917, 1.4954191446304321, 1.4782943725585938, 1.5981676578521729, 1.5296685695648193, 1.7522903680801392, 1.5981676578521729, 1.0501755475997925, 1.2385478019714355, 1.5125439167022705, 1.4954191446304321, 1.7009161710739136, 1.3926706314086914, 0.9988013505935669, 0.6905558109283447, 0.27956172823905945, -0.9191710948944092, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -1.946656346321106, -0.06293346732854843, -1.1589176654815674, -2.1179039478302, -2.0836544036865234, -1.946656346321106, -1.7411593198776245, -0.8849216103553772, 0.3138112425804138, 0.9474270939826965, 0.587807297706604, 0.6391815543174744, 0.5535577535629272, -0.18280673027038574, 0.19393795728683472, 0.7761795520782471, 1.324171543121338, 1.1529240608215332, 1.3070467710494995, 1.3070467710494995, 1.324171543121338], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.7419300675392151, 1.2042982578277588, 1.6495418548583984, 1.786539912223816, 1.7009161710739136, 1.63241708278656, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5296685695648193, 1.3412963151931763, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 0.9645518660545349, 0.7590547800064087, 0.3651854991912842, -0.31980475783348083, -0.610925555229187, -0.43967801332473755, -0.28555524349212646, -1.2445415258407593, -1.535662293434143, -1.5870364904403687, -1.3815394639968872, -1.3986642360687256, -1.4329137802124023, -1.4500385522842407, -1.672660231590271, -1.758284091949463, -1.6384108066558838, -1.5699117183685303, -1.5185375213623047, -1.535662293434143, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.3301652669906616, -1.8267830610275269, -1.9637811183929443, -1.79253351688385, -1.7069097757339478, -1.6384108066558838, -1.9295315742492676, 0.27956172823905945, 1.255672574043274, 1.4097954034805298, 1.563918113708496, 1.7351655960083008, -0.5595512986183167, -2.1007792949676514, -1.6897850036621094, -1.5870364904403687, -1.4671632051467896, -1.3472900390625, -2.0494048595428467, -2.0665295124053955, -0.8677968382835388, -1.3644146919250488, -1.3472900390625, -1.4329137802124023, -1.3815394639968872, -1.7240345478057861, -1.2959157228469849, -1.6555355787277222, -1.5014127492904663, -1.3472900390625, -1.0561691522598267, -1.3472900390625, -1.7754088640213013, -1.073293924331665, -1.073293924331665, -1.3472900390625, -1.5014127492904663, -1.4500385522842407, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.2787909507751465, -1.3301652669906616, -1.3815394639968872, -1.3301652669906616, -1.3644146919250488, -1.4671632051467896, -1.2959157228469849, -1.2102919816970825, -1.227416753768921, -1.1589176654815674, -1.2445415258407593, -1.3815394639968872, -1.4500385522842407, -1.1589176654815674, -1.1075434684753418, -1.1589176654815674, -0.8677968382835388, -1.1760424375534058, -0.7992978096008301, -0.9020463228225708, -0.645175039768219, -0.43967801332473755, -0.06293346732854843, 0.056939806789159775, 0.02269030176103115, -0.14855723083019257, 0.5193082690238953, 0.7419300675392151, 0.38231024146080017, 0.41655975580215454, 0.6049320101737976, 0.8789280652999878, 0.7419300675392151, 0.8960528373718262, 1.2042982578277588, 1.2899221181869507, 1.1186745166778564, 0.3651854991912842, -0.9876701235771179, -1.484287977218628, -1.8096582889556885, -1.9295315742492676, -1.9295315742492676, -1.9124068021774292, -1.8439078330993652, -1.9980305433273315, -1.4500385522842407, -0.5424265265464783, -0.43967801332473755, 1.1529240608215332, 0.3309359848499298, 1.101549744606018, 1.3584210872650146, 1.4782943725585938, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.5125439167022705, 1.444044828414917, 1.375545859336853, 1.5467933416366577, 1.4611696004867554, 1.3926706314086914, 1.0673003196716309, 0.9988013505935669, 1.2214230298995972, 1.4611696004867554, 1.4954191446304321, 0.8446785807609558, 0.7248052954673767, -0.40542852878570557, -1.5014127492904663, -1.878157377243042, -1.9980305433273315, -2.0836544036865234, -2.0836544036865234, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -1.946656346321106, -1.9124068021774292, -0.8164225816726685, -1.9637811183929443, -0.42255327105522156, 0.9645518660545349, 0.9816765785217285, 1.1357992887496948, 0.39943498373031616, 0.2110627144575119, 0.19393795728683472, 0.14256370067596436, 1.4611696004867554, 1.2727973461151123, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.7933043241500854, 1.4097954034805298, 1.7522903680801392, 1.7351655960083008, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.5296685695648193, 1.324171543121338, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 0.810429036617279, 0.8275538086891174, 0.6049320101737976, 0.15968845784664154, -0.08005820959806442, -0.4739275276660919, -0.8335473537445068, -1.261666178703308, -1.4500385522842407, -1.6555355787277222, -1.4329137802124023, -1.261666178703308, -1.261666178703308, -1.4500385522842407, -1.7069097757339478, -1.8439078330993652, -1.7754088640213013, -1.6555355787277222, -1.6555355787277222, -1.6212860345840454, -1.5185375213623047, -1.5014127492904663, -1.4329137802124023, -1.2959157228469849, -1.6384108066558838, -1.8952820301055908, -1.79253351688385, -1.758284091949463, -1.7240345478057861, 1.324171543121338, 1.375545859336853, 1.5981676578521729, 1.7351655960083008, 1.5981676578521729, -1.7411593198776245, -1.8267830610275269, -2.032280206680298, -2.1179039478302, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.032280206680298, -1.9637811183929443, -1.6384108066558838, -1.5699117183685303, -1.3472900390625, -1.9637811183929443, -0.7479235529899597, -1.2959157228469849, -1.2787909507751465, -1.227416753768921, -1.6555355787277222, -1.141792893409729, -1.4329137802124023, -1.5870364904403687, -1.4500385522842407, -1.535662293434143, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2102919816970825, -1.3472900390625, -1.3472900390625, -1.4500385522842407, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.3301652669906616, -1.141792893409729, -1.1075434684753418, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8506720662117004, -0.8164225816726685, -0.8335473537445068, -0.7479235529899597, -0.3540542721748352, 0.056939806789159775, -0.16568197309970856, -0.2513057291507721, 0.12543895840644836, 0.27956172823905945, 0.7761795520782471, 0.587807297706604, 0.7248052954673767, 0.622056782245636, 0.5021834969520569, 0.7933043241500854, 1.0159261226654053, 1.255672574043274, 1.18717360496521, 1.0330508947372437, 0.656306266784668, -0.3369295001029968, -1.2102919816970825, -1.8267830610275269, -1.8952820301055908, -1.946656346321106, -1.9809058904647827, -1.8952820301055908, -1.9124068021774292, -0.8335473537445068, 0.2110627144575119, 0.7933043241500854, 1.0330508947372437, 1.255672574043274, 1.375545859336853, 1.6152924299240112, 1.7009161710739136, 1.4611696004867554, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3412963151931763, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.3070467710494995, 0.9988013505935669, 0.8789280652999878, 0.8275538086891174, 1.0673003196716309, 1.3070467710494995, 0.8618032932281494, 0.39943498373031616, -1.02191960811615, -1.4500385522842407, -2.1007792949676514, -2.0836544036865234, -1.3815394639968872, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, 0.27956172823905945, 0.8789280652999878, -2.0494048595428467, -1.604161262512207, -1.2787909507751465, -0.045808710157871246, 0.8446785807609558, 1.255672574043274, 1.1357992887496948, 1.0330508947372437, 0.7419300675392151, 0.14256370067596436, 0.587807297706604, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 1.0844250917434692, 1.7351655960083008, 1.7009161710739136, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.4782943725585938, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9131776094436646, 0.7590547800064087, 0.5535577535629272, 0.26243698596954346, -0.13143247365951538, -0.3540542721748352, -0.5595512986183167, -0.9362958669662476, -1.2959157228469849, -1.5185375213623047, -1.7240345478057861, -1.5699117183685303, -1.3301652669906616, -1.261666178703308, -1.2787909507751465, -1.4500385522842407, -1.7240345478057861, -1.8439078330993652, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6555355787277222, -1.604161262512207, -1.3986642360687256, -1.261666178703308, -1.2445415258407593, -1.7069097757339478, -1.9809058904647827, -1.8610326051712036, 1.6495418548583984, 1.6152924299240112, 1.7694151401519775, 1.6837913990020752, -1.604161262512207, -1.8096582889556885, -2.0494048595428467, -1.5527870655059814, -1.8267830610275269, -1.4500385522842407, -1.2959157228469849, -1.02191960811615, -1.1075434684753418, -1.758284091949463, -2.032280206680298, -1.1589176654815674, -1.484287977218628, -1.6555355787277222, -1.4500385522842407, -1.3986642360687256, -1.141792893409729, -1.4329137802124023, -1.7240345478057861, -1.3301652669906616, -1.3644146919250488, -1.3301652669906616, -0.9876701235771179, -1.261666178703308, -1.3986642360687256, -1.141792893409729, -1.6897850036621094, -1.415789008140564, -1.4329137802124023, -1.3472900390625, -1.6555355787277222, -1.2787909507751465, -1.1760424375534058, -1.2102919816970825, -1.5870364904403687, -1.6555355787277222, -1.1931672096252441, -1.535662293434143, -1.3986642360687256, -1.0390443801879883, -1.3472900390625, -1.3130404949188232, -1.2445415258407593, -1.2445415258407593, -1.5699117183685303, -0.8849216103553772, -1.2787909507751465, -1.2102919816970825, -0.8164225816726685, -0.576676070690155, -0.576676070690155, -0.2341809868812561, 0.2110627144575119, 0.6049320101737976, 0.6905558109283447, 0.3480607271194458, 0.810429036617279, 0.43368449807167053, 0.38231024146080017, 0.9645518660545349, 0.8960528373718262, 0.5021834969520569, 0.9645518660545349, 1.0673003196716309, 0.9131776094436646, 0.7248052954673767, -0.5253018140792847, -1.227416753768921, -1.7069097757339478, -1.878157377243042, -1.9637811183929443, -1.946656346321106, -1.946656346321106, -0.2513057291507721, 0.7590547800064087, 0.7933043241500854, 0.3480607271194458, 0.8789280652999878, 1.324171543121338, 1.2385478019714355, 1.5125439167022705, 1.3926706314086914, 1.5981676578521729, 1.4954191446304321, 1.2042982578277588, 1.6152924299240112, 1.5125439167022705, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.444044828414917, 0.8960528373718262, 0.5193082690238953, 1.101549744606018, 0.7590547800064087, 0.8275538086891174, -0.1143077164888382, -2.0494048595428467, -1.878157377243042, -2.0494048595428467, -2.0836544036865234, -2.0836544036865234, -1.261666178703308, -2.0494048595428467, -2.0665295124053955, -2.1179039478302, -2.0836544036865234, -2.0494048595428467, -1.3472900390625, -0.7992978096008301, -0.09718296676874161, 0.7419300675392151, 0.5706825256347656, 0.9816765785217285, 0.4850587546825409, -0.011559205129742622, 1.2042982578277588, 1.0844250917434692, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 1.0159261226654053, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.63241708278656, 1.4782943725585938, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.7933043241500854, 0.5021834969520569, 0.3480607271194458, 0.15968845784664154, -0.18280673027038574, -0.5595512986183167, -0.9362958669662476, -1.1760424375534058, -1.3130404949188232, -1.535662293434143, -1.7411593198776245, -1.672660231590271, -1.5014127492904663, -1.3644146919250488, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -1.7069097757339478, -1.5870364904403687, -1.5699117183685303, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.3644146919250488, -1.9124068021774292, -1.7240345478057861, -1.9809058904647827, -0.576676070690155, 0.9474270939826965, 1.5296685695648193, 1.718040943145752, 0.4850587546825409, -1.8952820301055908, -2.1179039478302, -1.604161262512207, -1.535662293434143, -1.7069097757339478, -1.4500385522842407, -1.535662293434143, -1.415789008140564, -1.878157377243042, -1.9124068021774292, -0.9362958669662476, -1.5014127492904663, -1.261666178703308, -1.5527870655059814, -1.7754088640213013, -1.2787909507751465, -1.2787909507751465, -1.2445415258407593, -1.5699117183685303, -1.3130404949188232, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -1.3986642360687256, -1.3472900390625, -1.604161262512207, -1.3301652669906616, -1.3301652669906616, -1.261666178703308, -1.3644146919250488, -1.1246682405471802, -1.1589176654815674, -1.0047948360443115, -0.9534205794334412, -1.1589176654815674, -1.2959157228469849, -1.4329137802124023, -1.3815394639968872, -0.9534205794334412, -1.2959157228469849, -1.3301652669906616, -1.2102919816970825, -1.1246682405471802, -1.0904186964035034, -0.9534205794334412, -0.9705453515052795, -1.02191960811615, -0.8506720662117004, -0.645175039768219, 0.3651854991912842, -0.2341809868812561, -0.31980475783348083, 0.3138112425804138, 0.3651854991912842, 0.5706825256347656, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.9816765785217285, 1.1357992887496948, 1.2385478019714355, 0.9645518660545349, 0.9303023219108582, 0.622056782245636, 0.2281874716281891, -0.3540542721748352, -1.02191960811615, -1.5185375213623047, -1.8610326051712036, -1.8610326051712036, -1.8439078330993652, -1.2959157228469849, -0.7821730971336365, 0.6049320101737976, 1.0844250917434692, 0.9645518660545349, 0.9816765785217285, 0.9474270939826965, 1.3584210872650146, 1.375545859336853, 1.4954191446304321, 1.3926706314086914, 1.3926706314086914, 1.6152924299240112, 1.3584210872650146, 1.3070467710494995, 1.444044828414917, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.101549744606018, 1.2727973461151123, 1.2214230298995972, 1.2385478019714355, 0.810429036617279, 0.27956172823905945, -1.7069097757339478, -2.01515531539917, -1.9980305433273315, -1.878157377243042, -0.2513057291507721, -2.032280206680298, -2.0665295124053955, 0.24531221389770508, 1.375545859336853, -1.878157377243042, -2.0665295124053955, 0.810429036617279, 1.718040943145752, -2.0836544036865234, -1.9124068021774292, -1.7754088640213013, -0.40542852878570557, 0.091189444065094, -0.18280673027038574, -0.6794245839118958, -1.2959157228469849, 1.0673003196716309, 1.3412963151931763, 1.0844250917434692, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 1.0330508947372437, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.5981676578521729, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 0.9816765785217285, 0.7933043241500854, 0.587807297706604, 0.26243698596954346, -0.2341809868812561, -0.7821730971336365, -1.0047948360443115, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.5185375213623047, -1.604161262512207, -1.7411593198776245, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -1.5527870655059814, -1.6384108066558838, -1.758284091949463, -1.6555355787277222, -1.758284091949463, -1.8267830610275269, -1.6384108066558838, -1.9809058904647827, -1.9980305433273315, -1.8096582889556885, -1.8952820301055908, 0.7933043241500854, 1.0159261226654053, 0.9303023219108582, 0.9303023219108582, 0.2110627144575119, -1.7754088640213013, -1.9980305433273315, -1.878157377243042, -1.4500385522842407, -1.5699117183685303, -1.535662293434143, -1.2445415258407593, -2.1179039478302, -1.8096582889556885, -1.1589176654815674, -1.3644146919250488, -1.261666178703308, -1.5699117183685303, -1.672660231590271, -1.5014127492904663, -1.2102919816970825, -1.2787909507751465, -1.535662293434143, -1.3644146919250488, -1.3986642360687256, -1.6212860345840454, -1.2787909507751465, -1.3986642360687256, -1.4329137802124023, -1.2959157228469849, -1.1589176654815674, -1.261666178703308, -1.141792893409729, -1.1760424375534058, -1.2102919816970825, -1.0390443801879883, -1.0047948360443115, -0.9020463228225708, -0.8506720662117004, -1.141792893409729, -0.8335473537445068, -1.073293924331665, -1.227416753768921, -1.2787909507751465, -1.2102919816970825, -1.1760424375534058, -1.1075434684753418, -1.1246682405471802, -1.1931672096252441, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.5081770420074463, -0.13143247365951538, 0.27956172823905945, 0.2110627144575119, 0.4508092403411865, 0.6049320101737976, 0.5364330410957336, 0.656306266784668, 0.8275538086891174, 0.6734310388565063, 0.8275538086891174, 0.5706825256347656, 0.7590547800064087, 0.8960528373718262, 1.18717360496521, 1.2385478019714355, 0.7419300675392151, -0.42255327105522156, -1.3644146919250488, -1.8952820301055908, -1.878157377243042, -1.8952820301055908, -1.3472900390625, 0.27956172823905945, 0.7248052954673767, 1.1186745166778564, 1.1186745166778564, 1.3412963151931763, 1.2727973461151123, 0.9988013505935669, 1.1186745166778564, 1.5125439167022705, 1.4269200563430786, 1.5810428857803345, 1.4782943725585938, 1.5981676578521729, 1.563918113708496, 1.6495418548583984, 1.4611696004867554, 1.2214230298995972, 1.5296685695648193, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3070467710494995, 1.18717360496521, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.4782943725585938, 1.5125439167022705, -1.0561691522598267, -0.9876701235771179, -1.5699117183685303, -0.30267998576164246, 1.5296685695648193, 1.7009161710739136, -1.5699117183685303, -2.032280206680298, 1.5467933416366577, 1.563918113708496, -2.0665295124053955, -1.261666178703308, -1.9124068021774292, -1.5527870655059814, -0.7650483250617981, -1.604161262512207, -1.8952820301055908, -0.9191710948944092, 1.4782943725585938, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 1.1357992887496948, 1.786539912223816, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 0.9988013505935669, 0.9131776094436646, 0.6391815543174744, 0.19393795728683472, -0.30267998576164246, -0.7479235529899597, -1.1931672096252441, -1.3986642360687256, -1.2787909507751465, -1.1246682405471802, -1.3130404949188232, -1.5527870655059814, -1.7069097757339478, -1.7411593198776245, -1.5699117183685303, -1.5014127492904663, -1.5870364904403687, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -0.7992978096008301, -1.9124068021774292, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -2.0494048595428467, -1.672660231590271, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.324171543121338, -2.032280206680298, -1.9809058904647827, -1.6555355787277222, -0.9534205794334412, -1.8267830610275269, -2.0494048595428467, -1.6897850036621094, -2.01515531539917, -2.1007792949676514, -1.9124068021774292, -1.415789008140564, -1.484287977218628, -1.604161262512207, -1.4500385522842407, -1.79253351688385, -2.0836544036865234, -1.1760424375534058, -1.5014127492904663, -1.535662293434143, -1.484287977218628, -1.484287977218628, -1.3644146919250488, -1.4329137802124023, -1.2959157228469849, -1.1931672096252441, -0.8677968382835388, -1.073293924331665, -1.141792893409729, -1.1246682405471802, -1.1246682405471802, -0.9191710948944092, -0.9876701235771179, -0.8849216103553772, -0.8335473537445068, -0.7307988405227661, -0.7136740684509277, -0.8164225816726685, -1.1075434684753418, -0.9362958669662476, -0.8849216103553772, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.2787909507751465, -1.0561691522598267, -0.7307988405227661, -0.21705622971057892, -0.06293346732854843, -0.16568197309970856, 0.29668647050857544, 0.15968845784664154, 0.15968845784664154, 0.6049320101737976, 0.29668647050857544, 0.3138112425804138, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.9303023219108582, 0.6049320101737976, 0.7761795520782471, 1.101549744606018, 1.0159261226654053, 0.4679340124130249, -0.43967801332473755, -1.1075434684753418, -1.8096582889556885, -1.8267830610275269, -1.758284091949463, -1.5699117183685303, -0.2684305012226105, 0.7248052954673767, 1.0673003196716309, 1.0673003196716309, 0.9816765785217285, 1.1529240608215332, 1.1700488328933716, 0.9988013505935669, 1.3926706314086914, 1.1529240608215332, 1.324171543121338, 1.5125439167022705, 1.6837913990020752, 1.4097954034805298, 1.5981676578521729, 1.5125439167022705, 1.5810428857803345, 1.2727973461151123, 1.444044828414917, 1.4097954034805298, 1.444044828414917, 1.5296685695648193, 1.5810428857803345, 1.4782943725585938, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.6666666269302368, 1.2727973461151123, 1.9406627416610718, 1.1529240608215332, -0.31980475783348083, 0.3651854991912842, 1.5981676578521729, -1.8096582889556885, -2.1007792949676514, -2.0836544036865234, -1.1760424375534058, -1.2102919816970825, -1.9295315742492676, -1.9295315742492676, -1.8267830610275269, 0.2281874716281891, -0.06293346732854843, -1.9809058904647827, -0.6622998118400574, 1.4782943725585938, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564], [1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 1.0501755475997925, 1.6666666269302368, 1.6837913990020752, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.1529240608215332, 0.9474270939826965, 0.8618032932281494, 0.7761795520782471, 0.2281874716281891, -0.2513057291507721, -0.7821730971336365, -1.1246682405471802, -1.4500385522842407, -1.4500385522842407, -1.3986642360687256, -1.2959157228469849, -1.3644146919250488, -1.5699117183685303, -1.7754088640213013, -1.8610326051712036, -1.7411593198776245, -1.6384108066558838, -1.7240345478057861, -1.6555355787277222, -1.9124068021774292, -1.758284091949463, -1.8610326051712036, -1.878157377243042, -1.758284091949463, -1.7240345478057861, -1.6555355787277222, -1.5185375213623047, -1.141792893409729, 0.9131776094436646, 0.656306266784668, -2.0665295124053955, -1.8096582889556885, -1.758284091949463, -1.3986642360687256, -0.8506720662117004, -1.7754088640213013, -2.1007792949676514, -1.02191960811615, -1.073293924331665, -0.8849216103553772, -1.3130404949188232, -1.8952820301055908, -2.032280206680298, -1.8952820301055908, -2.1007792949676514, -2.0665295124053955, -1.1246682405471802, -1.5527870655059814, -1.5870364904403687, -1.7069097757339478, -1.5185375213623047, -0.9876701235771179, -1.3644146919250488, -1.227416753768921, -1.4500385522842407, -1.261666178703308, -1.3130404949188232, -1.073293924331665, -1.4671632051467896, -1.1246682405471802, -1.0904186964035034, -1.3130404949188232, -0.9020463228225708, -1.0904186964035034, -0.8677968382835388, -0.9705453515052795, -0.576676070690155, -0.43967801332473755, -0.5081770420074463, -0.40542852878570557, -0.2684305012226105, -0.06293346732854843, 0.056939806789159775, -0.42255327105522156, -0.18280673027038574, -0.8335473537445068, -0.3883037567138672, -0.7479235529899597, 0.19393795728683472, 0.4508092403411865, 0.39943498373031616, 0.0740646943449974, 0.3309359848499298, 0.17681321501731873, 0.5535577535629272, 0.622056782245636, 0.6905558109283447, 0.810429036617279, 0.9645518660545349, 0.7761795520782471, 0.9816765785217285, 0.6905558109283447, 1.1357992887496948, 0.4679340124130249, 0.091189444065094, -0.576676070690155, -1.0047948360443115, -1.8267830610275269, -1.8439078330993652, -1.1075434684753418, -0.08005820959806442, 0.5364330410957336, 1.2042982578277588, 1.324171543121338, 1.5467933416366577, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.5467933416366577, 1.4097954034805298, 1.255672574043274, 1.444044828414917, 1.2214230298995972, 1.4782943725585938, 1.4097954034805298, 1.1357992887496948, 1.255672574043274, 1.2042982578277588, 1.3584210872650146, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.5125439167022705, 1.6837913990020752, 1.5125439167022705, 1.7009161710739136, 1.5296685695648193, 1.4269200563430786, 0.8446785807609558, 1.3584210872650146, 0.7248052954673767, -1.3130404949188232, 1.4269200563430786, -1.3815394639968872, 1.0673003196716309, 0.03981505334377289, 0.5193082690238953, -0.31980475783348083, 0.622056782245636, 0.622056782245636, 0.7590547800064087, 1.0330508947372437, -0.8335473537445068, -0.08005820959806442, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.7076805233955383, 1.2385478019714355, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.0330508947372437, 0.6391815543174744, 0.15968845784664154, -0.5081770420074463, -0.9362958669662476, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.484287977218628, -1.6555355787277222, -1.535662293434143, -1.5699117183685303, -1.5185375213623047, -1.5527870655059814, -1.604161262512207, -1.484287977218628, -1.3986642360687256, -1.9124068021774292, -1.8267830610275269, -1.8267830610275269, -1.878157377243042, -1.7069097757339478, -1.3986642360687256, -1.8610326051712036, -1.6384108066558838, -1.5699117183685303, -0.3711790144443512, -0.576676070690155, -1.1075434684753418, -1.5699117183685303, -0.9191710948944092, -1.4500385522842407, -0.3711790144443512, -1.6555355787277222, -2.1179039478302, -1.3472900390625, -1.5014127492904663, -1.535662293434143, -1.535662293434143, -1.5014127492904663, -2.0494048595428467, -1.4671632051467896, -1.5014127492904663, -1.3815394639968872, -0.9362958669662476, -1.3644146919250488, -1.5527870655059814, -1.5699117183685303, -1.5014127492904663, -1.79253351688385, -1.2787909507751465, -1.3130404949188232, -1.5014127492904663, -1.415789008140564, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.2787909507751465, -1.227416753768921, -1.415789008140564, -1.3130404949188232, -1.0904186964035034, -1.02191960811615, -0.8335473537445068, -0.5595512986183167, -0.6280503273010254, -0.7821730971336365, -0.18280673027038574, -0.045808710157871246, -0.18280673027038574, -0.19993148744106293, 0.02269030176103115, -0.011559205129742622, 0.0740646943449974, 0.19393795728683472, 0.38231024146080017, 0.3138112425804138, -0.30267998576164246, -0.21705622971057892, -0.14855723083019257, 0.056939806789159775, 0.3309359848499298, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7419300675392151, 0.810429036617279, 1.0159261226654053, 0.7761795520782471, 0.8960528373718262, 1.0673003196716309, 0.4679340124130249, -0.6280503273010254, -1.02191960811615, -1.6555355787277222, -1.6555355787277222, -1.7069097757339478, -0.08005820959806442, -0.16568197309970856, 0.8618032932281494, 0.7933043241500854, 1.2727973461151123, 1.375545859336853, 0.9816765785217285, 0.8618032932281494, 1.1186745166778564, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7522903680801392, 1.324171543121338, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.324171543121338, 1.1529240608215332, 1.4954191446304321, 1.6495418548583984, 1.6837913990020752, 1.5467933416366577, 1.324171543121338, 0.9645518660545349, 1.18717360496521, 1.5981676578521729, 1.2899221181869507, 1.5296685695648193, 1.5125439167022705, 1.9920369386672974, 1.444044828414917, 1.1357992887496948, 1.375545859336853, 1.718040943145752, -0.21705622971057892, 0.9303023219108582, 0.10831420123577118, 1.6837913990020752, 1.3926706314086914, 1.4782943725585938, 0.8446785807609558, 0.7590547800064087, 1.1700488328933716, 1.3926706314086914, 0.17681321501731873, 0.4508092403411865, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 1.101549744606018, 1.563918113708496, 1.786539912223816, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.18717360496521, 0.9645518660545349, 0.5535577535629272, -0.09718296676874161, -0.5595512986183167, -0.4910522699356079, -0.9020463228225708, -1.1246682405471802, -1.1931672096252441, -1.6555355787277222, -1.6212860345840454, -1.9295315742492676, -1.3815394639968872, -0.9534205794334412, -1.758284091949463, -1.6555355787277222, -1.79253351688385, -1.9295315742492676, -2.01515531539917, -1.9980305433273315, -2.1179039478302, -2.032280206680298, -1.758284091949463, -1.4500385522842407, -1.8096582889556885, -0.9705453515052795, -1.2787909507751465, 0.10831420123577118, 1.0501755475997925, 0.656306266784668, -1.3644146919250488, -1.878157377243042, -1.6555355787277222, -0.6794245839118958, -1.946656346321106, -1.9124068021774292, -1.5870364904403687, -1.3644146919250488, -1.3472900390625, -1.4671632051467896, -1.9637811183929443, -1.9809058904647827, -1.4671632051467896, -1.535662293434143, -1.0047948360443115, -1.2445415258407593, -1.4500385522842407, -1.6212860345840454, -1.415789008140564, -1.3644146919250488, -1.3986642360687256, -1.0390443801879883, -1.415789008140564, -1.3644146919250488, -0.43967801332473755, -0.3711790144443512, -1.02191960811615, -1.0047948360443115, -1.4329137802124023, -1.3130404949188232, -1.2102919816970825, -0.9705453515052795, -1.1246682405471802, -0.8506720662117004, -0.9020463228225708, -0.8677968382835388, -0.7479235529899597, -0.5081770420074463, -0.5595512986183167, -0.045808710157871246, 0.5364330410957336, 0.3138112425804138, -0.045808710157871246, -0.31980475783348083, -1.3986642360687256, -0.06293346732854843, 0.02269030176103115, 0.24531221389770508, 0.3480607271194458, 0.3138112425804138, 0.43368449807167053, 0.5193082690238953, 0.7590547800064087, 0.6905558109283447, 0.7419300675392151, 0.6734310388565063, 1.0330508947372437, 0.8618032932281494, 0.7933043241500854, 0.7933043241500854, 0.9131776094436646, 0.4679340124130249, -0.7821730971336365, -1.4671632051467896, -1.5870364904403687, -1.7411593198776245, -1.6897850036621094, -0.9534205794334412, -0.21705622971057892, 0.7076805233955383, 1.1529240608215332, 1.3926706314086914, 1.444044828414917, 1.4097954034805298, 1.2385478019714355, 1.0673003196716309, 0.9303023219108582, 0.810429036617279, 1.0844250917434692, 0.7590547800064087, 0.6734310388565063, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.2899221181869507, 1.5981676578521729, 1.5296685695648193, 1.444044828414917, 1.324171543121338, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.5810428857803345, 1.6152924299240112, 1.8036646842956543, 1.4611696004867554, 1.5296685695648193, 1.4782943725585938, 0.622056782245636, 1.3412963151931763, 0.43368449807167053, 1.4269200563430786, 0.7248052954673767, 0.4850587546825409, 1.2385478019714355, 1.5467933416366577, 1.1186745166778564, 0.9303023219108582, 0.5535577535629272, 1.0673003196716309, 0.29668647050857544, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.5706825256347656, 0.8789280652999878, 1.2042982578277588, 1.63241708278656, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3070467710494995, 1.1700488328933716, 0.8960528373718262, 0.39943498373031616, -0.09718296676874161, -0.4910522699356079, -0.7307988405227661, -0.21705622971057892, -0.8335473537445068, -0.7992978096008301, -0.8677968382835388, -1.2787909507751465, -1.672660231590271, -1.2102919816970825, 0.091189444065094, -1.415789008140564, -1.9295315742492676, -1.8610326051712036, -1.8439078330993652, -1.7754088640213013, -1.758284091949463, -1.7069097757339478, -1.758284091949463, -0.9020463228225708, -1.7069097757339478, -2.0836544036865234, -1.6555355787277222, -0.6280503273010254, -0.42255327105522156, -0.8335473537445068, -1.3130404949188232, -0.16568197309970856, -1.9637811183929443, -0.8164225816726685, -0.8677968382835388, -1.415789008140564, -1.79253351688385, -1.7411593198776245, -1.8267830610275269, -1.9295315742492676, -1.7240345478057861, -1.8952820301055908, -1.5870364904403687, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.5527870655059814, -1.672660231590271, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.484287977218628, -1.2787909507751465, -1.1931672096252441, -1.1931672096252441, -1.1246682405471802, -0.011559205129742622, -0.42255327105522156, -1.6384108066558838, -0.645175039768219, -0.6965492963790894, -1.2102919816970825, -1.02191960811615, -1.073293924331665, -0.9191710948944092, -0.6622998118400574, -0.8335473537445068, -0.4739275276660919, -0.5938007831573486, 0.4679340124130249, -0.14855723083019257, -0.06293346732854843, 0.7419300675392151, 0.7076805233955383, 0.587807297706604, 0.39943498373031616, 0.3138112425804138, 0.38231024146080017, 0.0055655487813055515, 0.03981505334377289, 0.5364330410957336, 0.7248052954673767, 0.6391815543174744, 0.7076805233955383, 0.7761795520782471, 0.7076805233955383, 0.622056782245636, 0.9474270939826965, 0.8789280652999878, 0.9645518660545349, 1.0501755475997925, 0.9303023219108582, -0.43967801332473755, -1.6384108066558838, -1.5527870655059814, -1.9124068021774292, -1.141792893409729, 0.0055655487813055515, 0.3138112425804138, 1.1357992887496948, 0.9303023219108582, 1.3584210872650146, 1.5467933416366577, 1.375545859336853, 1.2214230298995972, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 1.1529240608215332, 1.3926706314086914, 1.5467933416366577, 1.444044828414917, 1.2385478019714355, 0.9474270939826965, 1.3584210872650146, 1.6152924299240112, 1.563918113708496, 1.255672574043274, 1.1529240608215332, 1.255672574043274, 1.444044828414917, 1.8207894563674927, 1.6837913990020752, 1.786539912223816, 1.786539912223816, 1.0844250917434692, 1.8207894563674927, 1.1186745166778564, -0.14855723083019257, 1.0673003196716309, 0.8275538086891174, -0.5424265265464783, -0.14855723083019257, 0.8960528373718262, -0.045808710157871246, 0.8789280652999878, 0.4508092403411865, -1.6212860345840454, 0.8446785807609558, 1.324171543121338, -0.3883037567138672, 1.0501755475997925, 0.41655975580215454, 0.587807297706604, 1.4782943725585938, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.9816765785217285, 1.1357992887496948, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.2042982578277588, 1.101549744606018, 0.8275538086891174, 0.4679340124130249, 0.056939806789159775, -0.28555524349212646, -0.4910522699356079, -0.2341809868812561, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 0.6049320101737976, -0.13143247365951538, -0.28555524349212646, -0.19993148744106293, -0.645175039768219, -1.8096582889556885, -1.1931672096252441, -1.878157377243042, -1.9637811183929443, -1.8439078330993652, -1.7754088640213013, -1.3130404949188232, -0.1143077164888382, -1.672660231590271, -1.4329137802124023, -1.0390443801879883, -0.31980475783348083, -1.227416753768921, 0.12543895840644836, -0.7136740684509277, 0.39943498373031616, -0.6280503273010254, -0.3369295001029968, -1.0561691522598267, -1.1760424375534058, -1.8267830610275269, -1.8267830610275269, -1.672660231590271, -1.5527870655059814, -1.7069097757339478, -1.5014127492904663, -1.535662293434143, -1.5014127492904663, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -1.7411593198776245, -1.1589176654815674, -1.6384108066558838, -1.3472900390625, -0.9020463228225708, -1.1931672096252441, -0.43967801332473755, -1.0904186964035034, -0.43967801332473755, -1.3815394639968872, -0.3883037567138672, -0.7650483250617981, -1.141792893409729, -0.06293346732854843, -1.0047948360443115, -1.0904186964035034, -1.1075434684753418, -0.8677968382835388, -0.9362958669662476, -0.8335473537445068, -0.6622998118400574, 0.41655975580215454, 0.6049320101737976, -0.06293346732854843, 0.091189444065094, -0.02868395671248436, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.27956172823905945, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.4850587546825409, 0.27956172823905945, 0.656306266784668, 0.7248052954673767, 0.7933043241500854, 0.7248052954673767, 0.9131776094436646, 1.0330508947372437, 0.9816765785217285, 0.810429036617279, 0.6049320101737976, -0.02868395671248436, -1.3130404949188232, -1.8267830610275269, -1.7411593198776245, -0.6794245839118958, 0.2281874716281891, 0.6905558109283447, 0.4850587546825409, 0.5021834969520569, 0.6391815543174744, 1.101549744606018, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.18717360496521, 1.2214230298995972, 1.0501755475997925, 1.0330508947372437, 0.810429036617279, 0.3651854991912842, 0.12543895840644836, 0.5706825256347656, 0.7419300675392151, 0.9645518660545349, 1.1186745166778564, 1.4097954034805298, 1.6152924299240112, 1.4611696004867554, 1.5296685695648193, 1.786539912223816, 1.375545859336853, 1.2042982578277588, 1.63241708278656, 0.9988013505935669, 1.7009161710739136, 1.5296685695648193, 1.2214230298995972, 0.7248052954673767, 0.5021834969520569, 0.091189444065094, 0.19393795728683472, 0.0740646943449974, -0.7307988405227661, -0.4739275276660919, -0.21705622971057892, -0.3883037567138672, 0.5193082690238953, 1.2727973461151123, 1.0330508947372437, 1.2727973461151123, -0.3883037567138672, 0.0055655487813055515, 1.8036646842956543, 1.5981676578521729, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 0.9816765785217285, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.7761795520782471, 0.9131776094436646, 1.1700488328933716, 1.4782943725585938, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.3584210872650146, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 0.5706825256347656, 0.3480607271194458, 0.0740646943449974, 0.38231024146080017, 0.4850587546825409, 0.6734310388565063, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.587807297706604, 0.0055655487813055515, 0.3138112425804138, 0.5364330410957336, -0.42255327105522156, -1.2787909507751465, -1.2787909507751465, -1.8096582889556885, -1.9295315742492676, -1.8439078330993652, -1.0561691522598267, -1.261666178703308, -1.227416753768921, -1.073293924331665, -1.1075434684753418, -0.7136740684509277, -0.645175039768219, 0.14256370067596436, 0.17681321501731873, -0.09718296676874161, 0.0055655487813055515, 0.43368449807167053, 0.27956172823905945, -0.19993148744106293, -1.484287977218628, -1.672660231590271, -1.5699117183685303, -1.9295315742492676, -1.5527870655059814, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6897850036621094, -1.6555355787277222, -1.672660231590271, -1.2102919816970825, -1.604161262512207, -1.3815394639968872, -0.4739275276660919, -0.9705453515052795, -1.604161262512207, -0.610925555229187, -0.5081770420074463, -0.9876701235771179, -0.09718296676874161, -0.5595512986183167, 0.41655975580215454, 0.0740646943449974, 0.27956172823905945, 0.091189444065094, -0.8164225816726685, -0.6280503273010254, -0.5253018140792847, -0.21705622971057892, -0.42255327105522156, -0.8677968382835388, 0.38231024146080017, -0.13143247365951538, 0.2281874716281891, -0.045808710157871246, -0.610925555229187, -0.011559205129742622, 0.3651854991912842, 0.24531221389770508, 0.3309359848499298, 0.41655975580215454, 0.5535577535629272, 0.6734310388565063, 0.6734310388565063, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9988013505935669, 0.9131776094436646, 1.1529240608215332, 0.7761795520782471, 0.24531221389770508, -0.9362958669662476, -1.7754088640213013, -1.484287977218628, -0.09718296676874161, 0.8960528373718262, 1.0844250917434692, 0.9303023219108582, 1.3584210872650146, 1.4954191446304321, 1.3926706314086914, 0.8960528373718262, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.2214230298995972, 1.3412963151931763, 1.1186745166778564, 1.4097954034805298, 1.2727973461151123, 0.5706825256347656, 0.39943498373031616, 0.7590547800064087, 0.8960528373718262, 0.9131776094436646, 1.0501755475997925, 1.3070467710494995, 1.5467933416366577, 1.563918113708496, 1.324171543121338, 0.7761795520782471, 1.324171543121338, 1.3412963151931763, 1.3070467710494995, -1.5014127492904663, 0.7590547800064087, 0.587807297706604, -0.13143247365951538, 0.2110627144575119, -0.8677968382835388, -0.30267998576164246, 1.3926706314086914, -1.141792893409729, -0.1143077164888382, -0.16568197309970856, -0.576676070690155, 0.43368449807167053, -0.5081770420074463, 1.0673003196716309, 0.4508092403411865, -0.21705622971057892, -0.2684305012226105, 1.6152924299240112, 1.2385478019714355, 0.9474270939826965, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.7933043241500854, 0.9988013505935669, 1.18717360496521, 1.4097954034805298, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.444044828414917, 1.375545859336853, 1.255672574043274, 1.1529240608215332, 1.0501755475997925, 0.8960528373718262, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 1.0501755475997925, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.4679340124130249, -0.011559205129742622, -0.6280503273010254, -0.8506720662117004, -0.5081770420074463, -0.8506720662117004, -1.1589176654815674, -0.9362958669662476, -0.610925555229187, -0.011559205129742622, 0.26243698596954346, 0.02269030176103115, 0.810429036617279, 0.4508092403411865, 0.587807297706604, 0.622056782245636, 0.3651854991912842, -0.16568197309970856, -1.227416753768921, -0.610925555229187, -2.0494048595428467, -1.79253351688385, -1.6384108066558838, -1.7411593198776245, -1.6897850036621094, -1.6555355787277222, -1.7754088640213013, -1.6555355787277222, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.4910522699356079, -1.1246682405471802, -0.08005820959806442, -0.7992978096008301, -0.9191710948944092, -0.3369295001029968, -0.011559205129742622, -0.5081770420074463, 0.5021834969520569, 0.39943498373031616, -0.1143077164888382, 0.091189444065094, 0.3651854991912842, 0.38231024146080017, 0.0740646943449974, 0.4679340124130249, 0.19393795728683472, -0.28555524349212646, -0.06293346732854843, -0.011559205129742622, 0.14256370067596436, 0.41655975580215454, 0.5535577535629272, 0.2281874716281891, 0.622056782245636, 0.43368449807167053, 0.5021834969520569, 0.5706825256347656, 0.38231024146080017, 0.4679340124130249, 0.5364330410957336, 0.656306266784668, 0.7761795520782471, 0.5535577535629272, 0.9131776094436646, 0.9131776094436646, 0.7933043241500854, 0.5535577535629272, 0.4850587546825409, 0.9474270939826965, 0.587807297706604, -1.415789008140564, -1.7411593198776245, -1.4329137802124023, 0.17681321501731873, 0.02269030176103115, 0.9131776094436646, 0.587807297706604, 1.0501755475997925, 1.0673003196716309, 1.3070467710494995, 1.324171543121338, 1.444044828414917, 1.255672574043274, 0.9988013505935669, 0.9303023219108582, 1.444044828414917, 1.3926706314086914, 0.3651854991912842, 0.8446785807609558, 1.255672574043274, 1.1700488328933716, 0.9131776094436646, 0.587807297706604, 0.9303023219108582, 0.7590547800064087, 0.5535577535629272, 0.24531221389770508, 0.43368449807167053, 0.7933043241500854, 0.8446785807609558, 1.0673003196716309, 1.1357992887496948, 0.8446785807609558, 0.5364330410957336, 0.7076805233955383, -0.8164225816726685, -1.3644146919250488, -1.0390443801879883, -0.1143077164888382, -0.4739275276660919, -1.0047948360443115, 1.2214230298995972, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -1.8096582889556885, -0.645175039768219, 0.0740646943449974, 0.5021834969520569, -0.2513057291507721, -1.8096582889556885, -0.7479235529899597, 1.3412963151931763, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 1.4097954034805298, 1.5467933416366577, 1.63241708278656, 1.6837913990020752, 1.6837913990020752, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4611696004867554, 1.375545859336853, 1.2727973461151123, 1.1357992887496948, 1.0159261226654053, 0.9474270939826965, 0.8446785807609558, 0.7248052954673767, 0.7248052954673767, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.7248052954673767, 0.810429036617279, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.8446785807609558, 0.39943498373031616, -0.30267998576164246, 0.2110627144575119, -0.045808710157871246, -0.2513057291507721, 0.7419300675392151, -0.2341809868812561, 0.810429036617279, 0.6049320101737976, 0.7419300675392151, 0.7933043241500854, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.4679340124130249, 0.6391815543174744, -0.19993148744106293, -0.14855723083019257, -1.2102919816970825, -0.6622998118400574, -1.5870364904403687, -1.7754088640213013, -1.5014127492904663, -1.9124068021774292, -1.3986642360687256, -1.9809058904647827, -1.0390443801879883, -1.073293924331665, -0.06293346732854843, -1.141792893409729, -0.6965492963790894, -0.1143077164888382, 0.02269030176103115, -0.8164225816726685, -0.6965492963790894, 0.02269030176103115, 0.091189444065094, 0.3309359848499298, -0.2513057291507721, 0.5021834969520569, 0.091189444065094, 0.9988013505935669, 0.5535577535629272, 0.4679340124130249, 0.3138112425804138, 0.03981505334377289, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, -0.08005820959806442, 0.5535577535629272, 0.4850587546825409, 0.4679340124130249, 0.2110627144575119, 0.14256370067596436, 0.41655975580215454, 0.6734310388565063, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.6905558109283447, 1.0330508947372437, 0.9303023219108582, 1.0844250917434692, 0.8275538086891174, 1.101549744606018, 0.7590547800064087, 0.6734310388565063, 0.7076805233955383, -1.2959157228469849, -1.8096582889556885, -1.7411593198776245, -0.7992978096008301, 0.9645518660545349, 0.587807297706604, 0.7590547800064087, 1.4097954034805298, 1.1529240608215332, 1.4097954034805298, 1.101549744606018, 1.0501755475997925, 1.18717360496521, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.8960528373718262, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.17681321501731873, -0.43967801332473755, -0.09718296676874161, -0.42255327105522156, 0.43368449807167053, 0.656306266784668, 0.8960528373718262, -0.02868395671248436, -0.9534205794334412, -1.0904186964035034, -1.1589176654815674, -1.5185375213623047, -1.3301652669906616, -0.8164225816726685, 0.9303023219108582, -1.604161262512207, -1.4329137802124023, -0.2341809868812561, -1.3130404949188232, -1.9980305433273315, -1.758284091949463, -1.8267830610275269, -1.2445415258407593, -1.2445415258407593, 0.43368449807167053, 0.7933043241500854, 0.9303023219108582, 0.8789280652999878, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7076805233955383, 0.9645518660545349, 1.4611696004867554, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.5810428857803345, 1.4611696004867554, 1.3070467710494995, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 0.9988013505935669, 0.8960528373718262, 0.8618032932281494, 0.9474270939826965, 0.9816765785217285, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.7933043241500854, 0.24531221389770508, -0.2513057291507721, -0.2341809868812561, 0.38231024146080017, 0.0055655487813055515, 0.24531221389770508, 0.5364330410957336, 0.2281874716281891, 0.19393795728683472, 0.656306266784668, 0.8789280652999878, 0.8618032932281494, 1.2214230298995972, 1.0673003196716309, 1.1357992887496948, 1.101549744606018, 1.2214230298995972, 0.9303023219108582, 0.6049320101737976, 0.3309359848499298, -0.9362958669662476, -1.4329137802124023, -0.6965492963790894, 0.7076805233955383, -0.31980475783348083, -1.1075434684753418, -0.8506720662117004, -0.9534205794334412, -1.4671632051467896, -1.6212860345840454, -1.535662293434143, -0.06293346732854843, 0.27956172823905945, 0.091189444065094, 0.03981505334377289, 0.02269030176103115, -0.14855723083019257, 0.29668647050857544, 0.5706825256347656, 0.5193082690238953, 0.6049320101737976, 0.5021834969520569, 0.810429036617279, 0.8960528373718262, 0.6905558109283447, 0.8275538086891174, 0.8789280652999878, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.14256370067596436, 0.3138112425804138, 0.3138112425804138, 0.2110627144575119, 0.5535577535629272, 0.6049320101737976, 0.41655975580215454, 0.5706825256347656, 0.622056782245636, 0.39943498373031616, 0.587807297706604, 0.8275538086891174, 0.9303023219108582, 1.0501755475997925, 0.7761795520782471, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 1.0673003196716309, 0.9131776094436646, 0.587807297706604, -0.9020463228225708, -1.7754088640213013, -1.8096582889556885, -0.2684305012226105, -0.4568027853965759, 0.6905558109283447, 0.8446785807609558, 1.18717360496521, 1.375545859336853, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2899221181869507, 1.0330508947372437, 0.7933043241500854, 1.2899221181869507, 1.3584210872650146, 1.2727973461151123, 1.1186745166778564, 0.8275538086891174, 0.4679340124130249, 0.7761795520782471, 0.6049320101737976, 0.02269030176103115, 0.8275538086891174, 0.41655975580215454, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 1.0844250917434692, 1.5467933416366577, 1.2727973461151123, 0.4679340124130249, -1.0561691522598267, -1.4329137802124023, -0.9020463228225708, -0.1143077164888382, -0.8849216103553772, -1.02191960811615, 0.3651854991912842, -0.8164225816726685, -1.4671632051467896, 0.5535577535629272, -0.9705453515052795, -1.7069097757339478, -1.5527870655059814, -1.6384108066558838, -1.5014127492904663, -1.3986642360687256, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.9988013505935669, 1.0673003196716309, 1.2385478019714355, 1.4611696004867554, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.5981676578521729, 1.4954191446304321, 1.375545859336853, 1.2385478019714355, 1.2042982578277588, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0501755475997925, 1.1700488328933716, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2385478019714355, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.091189444065094, -0.19993148744106293, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 1.0330508947372437, 0.9988013505935669, 1.101549744606018, 1.1529240608215332, 1.3584210872650146, 1.18717360496521, 1.1186745166778564, 1.2042982578277588, 1.0330508947372437, 0.587807297706604, -0.2341809868812561, 0.39943498373031616, -0.02868395671248436, -0.30267998576164246, -0.6794245839118958, 0.9131776094436646, 0.4679340124130249, 0.15968845784664154, -0.08005820959806442, -0.5253018140792847, -0.40542852878570557, 0.03981505334377289, -0.6280503273010254, 0.17681321501731873, -0.045808710157871246, 0.10831420123577118, 0.14256370067596436, 0.3480607271194458, 0.7248052954673767, 0.43368449807167053, 0.7076805233955383, 0.41655975580215454, 0.8446785807609558, 0.5535577535629272, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.6905558109283447, 0.38231024146080017, 0.4850587546825409, 0.4508092403411865, 0.3309359848499298, 0.3651854991912842, 0.24531221389770508, 0.17681321501731873, 0.27956172823905945, 0.7590547800064087, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6734310388565063, 0.8618032932281494, 0.7761795520782471, 0.9988013505935669, 1.2214230298995972, 1.324171543121338, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, 0.810429036617279, -0.09718296676874161, -1.6212860345840454, -1.9809058904647827, 0.02269030176103115, 0.5364330410957336, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 1.2385478019714355, 1.1186745166778564, 1.2214230298995972, 1.2727973461151123, 1.4269200563430786, 1.5125439167022705, 1.3070467710494995, 1.2042982578277588, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 0.5021834969520569, 1.1700488328933716, 1.2385478019714355, 0.8446785807609558, 0.3480607271194458, 1.3412963151931763, 0.8960528373718262, 0.7761795520782471, 0.3651854991912842, 0.3138112425804138, 0.15968845784664154, 0.24531221389770508, 0.5193082690238953, 0.19393795728683472, 0.656306266784668, 0.3309359848499298, 0.38231024146080017, -0.06293346732854843, 0.9645518660545349, -1.1246682405471802, -0.9705453515052795, -0.9705453515052795, -1.0561691522598267, -1.5014127492904663, 0.03981505334377289, 0.19393795728683472, -1.1589176654815674, -0.5595512986183167, -0.6965492963790894, -1.415789008140564, -1.4329137802124023, -1.1075434684753418, -1.227416753768921, -1.227416753768921, 0.8960528373718262, 1.0159261226654053, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.4269200563430786, 1.3412963151931763, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.8789280652999878, 1.0673003196716309, 1.2385478019714355, 1.3926706314086914, 1.563918113708496, 1.63241708278656, 1.6837913990020752, 1.718040943145752, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.810429036617279, 1.0844250917434692, 1.101549744606018, 1.324171543121338, 1.1357992887496948, 1.2385478019714355, 1.3070467710494995, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 0.9816765785217285, 1.0159261226654053, 0.8446785807609558, 0.7933043241500854, 1.0673003196716309, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.3584210872650146, 1.2385478019714355, 0.810429036617279, 0.8960528373718262, 0.3651854991912842, 0.9474270939826965, -0.42255327105522156, 0.3309359848499298, 0.587807297706604, 0.9131776094436646, 0.3309359848499298, 0.5706825256347656, 0.5364330410957336, 0.8275538086891174, 0.27956172823905945, 0.091189444065094, -0.2341809868812561, 0.622056782245636, 0.2110627144575119, 0.656306266784668, -0.13143247365951538, 0.5364330410957336, 0.622056782245636, 0.3138112425804138, 0.622056782245636, 0.4508092403411865, 0.8275538086891174, 0.4679340124130249, 0.6391815543174744, 0.6391815543174744, 0.5193082690238953, 0.587807297706604, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.7590547800064087, 0.3651854991912842, 0.587807297706604, 0.8618032932281494, 0.5021834969520569, 0.7761795520782471, 0.7248052954673767, 0.9474270939826965, 0.7933043241500854, 0.9474270939826965, 1.2042982578277588, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 1.0673003196716309, 0.5535577535629272, -0.7307988405227661, -1.8439078330993652, -1.0390443801879883, 0.5706825256347656, 0.6734310388565063, 0.6734310388565063, 0.3309359848499298, 0.810429036617279, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.255672574043274, 1.3412963151931763, 1.4611696004867554, 1.3412963151931763, 0.9131776094436646, 0.9645518660545349, 1.0673003196716309, 1.3070467710494995, 1.3412963151931763, 1.4954191446304321, 0.5706825256347656, 0.9303023219108582, 0.6049320101737976, 0.6391815543174744, 0.9988013505935669, 0.7590547800064087, 0.9645518660545349, -0.09718296676874161, 0.7590547800064087, -0.14855723083019257, 0.5535577535629272, 0.3309359848499298, 0.9988013505935669, 0.9131776094436646, 1.2042982578277588, 0.810429036617279, 0.7076805233955383, -0.14855723083019257, -1.0047948360443115, -1.0390443801879883, -0.7136740684509277, -1.0390443801879883, -1.5014127492904663, -0.5253018140792847, 0.29668647050857544, -1.3986642360687256, -0.7992978096008301, -0.7821730971336365, -1.3130404949188232, -1.4329137802124023, -1.4500385522842407, -1.4329137802124023, -0.7136740684509277, 0.8446785807609558, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878], [1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 1.0159261226654053, 1.0159261226654053, 1.2214230298995972, 1.5467933416366577, 1.6152924299240112, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 0.9303023219108582, 0.8618032932281494, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 1.0673003196716309, 1.0501755475997925, 1.101549744606018, 0.9303023219108582, 1.1357992887496948, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.4097954034805298, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.1186745166778564, 1.2042982578277588, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 1.0159261226654053, 0.9303023219108582, 1.0673003196716309, 1.0673003196716309, 0.8960528373718262, 0.9645518660545349, 1.0330508947372437, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.810429036617279, 0.7419300675392151, 0.622056782245636, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 0.622056782245636, 0.4679340124130249, 0.39943498373031616, 0.5364330410957336, 0.41655975580215454, 0.19393795728683472, 0.3480607271194458, 0.6391815543174744, 0.7248052954673767, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 0.7590547800064087, 1.2727973461151123, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.2899221181869507, 1.1186745166778564, 1.0673003196716309, 0.8789280652999878, -0.02868395671248436, -1.2102919816970825, -1.3986642360687256, -0.5938007831573486, -0.3883037567138672, 0.7590547800064087, 0.9988013505935669, 0.8446785807609558, 0.8275538086891174, 1.2899221181869507, 1.1357992887496948, 1.3412963151931763, 1.3584210872650146, 1.4954191446304321, 1.0159261226654053, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.255672574043274, 1.1357992887496948, 0.6905558109283447, 0.6734310388565063, 0.5021834969520569, 0.9303023219108582, 0.9816765785217285, 0.656306266784668, 0.9816765785217285, 0.8618032932281494, 0.7590547800064087, 0.7419300675392151, -0.21705622971057892, 0.6905558109283447, 0.29668647050857544, 0.3309359848499298, 0.9474270939826965, 0.9131776094436646, 1.3926706314086914, 0.9131776094436646, 1.375545859336853, 1.0844250917434692, 0.6391815543174744, -0.7307988405227661, -1.5527870655059814, -1.3130404949188232, -1.4329137802124023, -1.5870364904403687, -1.4671632051467896, 0.02269030176103115, -1.6555355787277222, -1.073293924331665, -0.6622998118400574, -0.9876701235771179, -1.3986642360687256, -1.3986642360687256, -1.4671632051467896, -0.1143077164888382, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494], [1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 1.1529240608215332, 1.2042982578277588, 1.3412963151931763, 1.5125439167022705, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.5810428857803345, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.255672574043274, 1.18717360496521, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 0.9303023219108582, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 0.7933043241500854, 0.5535577535629272, 0.5364330410957336, 0.6049320101737976, 0.4850587546825409, 0.5364330410957336, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.8960528373718262, 0.9816765785217285, 1.101549744606018, 1.2899221181869507, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.1700488328933716, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.101549744606018, 1.1700488328933716, 0.9816765785217285, 0.810429036617279, 1.1357992887496948, 0.8789280652999878, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 0.6049320101737976, 0.12543895840644836, 0.5706825256347656, 0.7248052954673767, 0.622056782245636, 0.6391815543174744, 0.5535577535629272, 0.4508092403411865, 0.3480607271194458, 0.38231024146080017, 0.5021834969520569, 0.5193082690238953, 0.6391815543174744, 0.5364330410957336, 0.3480607271194458, 0.6905558109283447, 0.7761795520782471, 0.7076805233955383, 0.8275538086891174, 0.7590547800064087, 0.5706825256347656, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.6905558109283447, 0.6049320101737976, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 0.8275538086891174, 1.0673003196716309, 0.5193082690238953, -1.073293924331665, -1.5527870655059814, -1.5014127492904663, 0.0740646943449974, 0.656306266784668, 0.810429036617279, 0.9474270939826965, 1.1357992887496948, 1.1529240608215332, 1.3584210872650146, 1.101549744606018, 1.4097954034805298, 1.0159261226654053, 1.2214230298995972, 1.2899221181869507, 1.3926706314086914, 0.6391815543174744, 0.4679340124130249, 1.0159261226654053, 0.8618032932281494, 0.7076805233955383, 0.9131776094436646, 1.1700488328933716, 0.7933043241500854, 0.9988013505935669, 0.8618032932281494, 1.0844250917434692, 0.9303023219108582, 0.43368449807167053, 0.8789280652999878, 0.24531221389770508, 0.5535577535629272, 0.43368449807167053, 0.8789280652999878, 0.9816765785217285, 1.0159261226654053, 0.810429036617279, 1.3584210872650146, 0.656306266784668, 1.1357992887496948, 0.29668647050857544, -0.8506720662117004, -1.7069097757339478, -1.4671632051467896, -1.3472900390625, -1.5185375213623047, -1.3644146919250488, -0.3540542721748352, -1.7240345478057861, -1.2959157228469849, -0.7479235529899597, -1.0047948360443115, -1.1075434684753418, -1.3986642360687256, -1.3815394639968872, 0.7076805233955383, 0.8960528373718262, 0.8789280652999878], [1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 1.0159261226654053, 1.1529240608215332, 1.3584210872650146, 1.5296685695648193, 1.6152924299240112, 1.6666666269302368, 1.6666666269302368, 1.563918113708496, 1.5125439167022705, 1.444044828414917, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.8789280652999878, 0.7419300675392151, 0.6734310388565063, 0.8789280652999878, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.7761795520782471, 0.810429036617279, 0.9303023219108582, 0.7933043241500854, 0.7419300675392151, 0.9645518660545349, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.2899221181869507, 1.4269200563430786, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.18717360496521, 0.9988013505935669, 1.0159261226654053, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.1186745166778564, 1.0501755475997925, 0.7761795520782471, 0.9303023219108582, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.6049320101737976, 0.6905558109283447, 0.9131776094436646, 0.5021834969520569, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6049320101737976, 0.622056782245636, 0.7933043241500854, 0.7933043241500854, 0.7419300675392151, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.8275538086891174, 0.9645518660545349, 0.7933043241500854, 0.7590547800064087, 1.0159261226654053, 0.9303023219108582, 0.622056782245636, 0.9303023219108582, 1.0673003196716309, 1.0501755475997925, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 0.5193082690238953, -1.02191960811615, -1.9295315742492676, -0.8506720662117004, -0.2513057291507721, 0.5021834969520569, 0.587807297706604, 0.9988013505935669, 1.2042982578277588, 0.587807297706604, 1.1357992887496948, 1.0844250917434692, 1.2899221181869507, 1.324171543121338, 0.9474270939826965, 0.7248052954673767, 1.1357992887496948, 0.622056782245636, 0.9645518660545349, 0.4679340124130249, 0.810429036617279, 0.7248052954673767, 0.7761795520782471, 0.7419300675392151, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 0.38231024146080017, 0.7761795520782471, 0.9645518660545349, 0.4850587546825409, 0.8960528373718262, 0.7761795520782471, 0.9131776094436646, 1.18717360496521, 1.2899221181869507, 0.6905558109283447, 1.0159261226654053, 1.2899221181869507, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.15968845784664154, -0.2513057291507721, -1.5527870655059814, -1.5014127492904663, -1.3815394639968872, -1.484287977218628, -1.2445415258407593, -1.1246682405471802, -1.7069097757339478, -1.02191960811615, -0.9534205794334412, -1.0904186964035034, -0.7136740684509277, -1.5014127492904663, -1.5527870655059814, 0.9645518660545349, 0.8789280652999878], [1.4269200563430786, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0673003196716309, 1.1700488328933716, 1.2727973461151123, 1.3926706314086914, 1.4611696004867554, 1.6152924299240112, 1.6152924299240112, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.375545859336853, 1.3412963151931763, 1.2385478019714355, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.7933043241500854, 0.810429036617279, 0.656306266784668, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.3309359848499298, 0.5021834969520569, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.9131776094436646, 0.7761795520782471, 0.8960528373718262, 0.38231024146080017, 0.5364330410957336, 0.7590547800064087, 0.8618032932281494, 1.0159261226654053, 0.7419300675392151, 0.8789280652999878, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.2214230298995972, 1.375545859336853, 1.2214230298995972, 0.9816765785217285, 0.8789280652999878, 0.7590547800064087, 1.1186745166778564, 1.0844250917434692, 1.1186745166778564, 1.0844250917434692, 0.7933043241500854, 0.6049320101737976, 0.810429036617279, 0.8275538086891174, 0.24531221389770508, -0.06293346732854843, 0.8275538086891174, 0.3480607271194458, 0.656306266784668, 0.5535577535629272, 0.6905558109283447, 0.41655975580215454, 0.5364330410957336, 0.7933043241500854, 0.7761795520782471, 0.6734310388565063, 0.2281874716281891, 0.38231024146080017, 0.5535577535629272, 0.8446785807609558, 0.5535577535629272, 0.622056782245636, 0.5706825256347656, 0.8446785807609558, 0.5021834969520569, 0.8960528373718262, -0.08005820959806442, 0.7933043241500854, 0.7590547800064087, 0.656306266784668, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2385478019714355, 1.1186745166778564, 1.2727973461151123, 1.1529240608215332, 1.1529240608215332, 0.4850587546825409, -0.3711790144443512, -1.758284091949463, -1.6555355787277222, 0.03981505334377289, 0.02269030176103115, 0.27956172823905945, 0.8789280652999878, 0.38231024146080017, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.444044828414917, 1.1186745166778564, 1.0330508947372437, 1.1357992887496948, 0.9816765785217285, 0.9645518660545349, 0.7761795520782471, 1.0501755475997925, 1.0330508947372437, 0.5706825256347656, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.8960528373718262, 0.2110627144575119, 0.6391815543174744, 0.9816765785217285, 0.5193082690238953, 0.3480607271194458, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.41655975580215454, 0.5193082690238953, 0.2110627144575119, 0.5021834969520569, 0.587807297706604, 0.3651854991912842, 0.41655975580215454, 0.8446785807609558, -0.14855723083019257, -0.09718296676874161, -0.4910522699356079, -1.4671632051467896, -1.5699117183685303, -1.4329137802124023, -1.227416753768921, -1.2959157228469849, -1.5527870655059814, -1.2445415258407593, -1.2787909507751465, -0.9020463228225708, -0.9876701235771179, -1.2787909507751465, -1.535662293434143, -1.2445415258407593, 1.718040943145752], [1.3926706314086914, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.1357992887496948, 1.3412963151931763, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.5467933416366577, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.2727973461151123, 1.2042982578277588, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.8618032932281494, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.8275538086891174, 0.7590547800064087, 0.9474270939826965, 0.9816765785217285, 0.7590547800064087, 0.7419300675392151, 0.6049320101737976, 0.9131776094436646, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.1186745166778564, 0.9645518660545349, 1.0159261226654053, 1.1357992887496948, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 0.8618032932281494, 0.7076805233955383, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.587807297706604, 0.5021834969520569, 0.41655975580215454, 0.27956172823905945, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.656306266784668, 0.6734310388565063, 0.5193082690238953, 0.6391815543174744, 0.7419300675392151, 0.6049320101737976, 0.5193082690238953, 0.03981505334377289, 0.27956172823905945, 0.3651854991912842, 0.6391815543174744, 0.5021834969520569, 0.7590547800064087, 0.7761795520782471, 0.4508092403411865, 0.4679340124130249, 0.7590547800064087, 0.7761795520782471, 1.18717360496521, 1.0844250917434692, 1.1186745166778564, 1.2385478019714355, 1.3412963151931763, 1.324171543121338, 1.1700488328933716, 0.810429036617279, -0.1143077164888382, -1.878157377243042, -1.4329137802124023, -1.1931672096252441, -1.1075434684753418, 0.4679340124130249, 0.43368449807167053, 0.5535577535629272, 1.0330508947372437, 1.3926706314086914, 0.9645518660545349, 0.7761795520782471, 0.9645518660545349, 1.2385478019714355, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.2385478019714355, 0.7761795520782471, 0.656306266784668, 0.6905558109283447, 0.622056782245636, 0.7419300675392151, 0.9303023219108582, 0.5021834969520569, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.41655975580215454, 0.5193082690238953, 0.2281874716281891, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.4508092403411865, 0.3480607271194458, 0.5706825256347656, 0.19393795728683472, 0.091189444065094, 0.7248052954673767, 0.02269030176103115, 0.5021834969520569, 0.41655975580215454, -0.7479235529899597, -1.3472900390625, -1.6212860345840454, -1.4329137802124023, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.3644146919250488, -1.0561691522598267, -0.9191710948944092, -1.02191960811615, -1.261666178703308, -1.415789008140564, -0.6965492963790894], [1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.2042982578277588, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.324171543121338, 1.2385478019714355, 1.1529240608215332, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.7933043241500854, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.8446785807609558, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.7590547800064087, 0.9645518660545349, 0.8618032932281494, 1.1186745166778564, 0.9645518660545349, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.1529240608215332, 1.0501755475997925, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 0.6391815543174744, 0.8789280652999878, 1.0159261226654053, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 1.18717360496521, 0.6049320101737976, 1.0330508947372437, 1.0330508947372437, 0.8446785807609558, 0.7933043241500854, 0.8960528373718262, 0.7248052954673767, 0.7590547800064087, 0.587807297706604, 0.7248052954673767, 0.6049320101737976, 0.6391815543174744, 0.5706825256347656, 0.27956172823905945, 0.14256370067596436, 0.39943498373031616, 0.2281874716281891, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.6734310388565063, 0.8275538086891174, 0.6905558109283447, 0.7419300675392151, 0.6391815543174744, 0.4508092403411865, 0.5706825256347656, 0.3651854991912842, 0.622056782245636, 0.41655975580215454, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.18717360496521, 1.0673003196716309, 1.1357992887496948, 0.9645518660545349, -0.09718296676874161, -1.535662293434143, -1.7411593198776245, -0.9020463228225708, -1.261666178703308, -0.4568027853965759, 0.6049320101737976, 1.101549744606018, 0.7933043241500854, 0.6391815543174744, 0.587807297706604, 0.6905558109283447, 1.1357992887496948, 0.7419300675392151, 0.8960528373718262, 0.7761795520782471, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 0.7590547800064087, 1.324171543121338, 0.7419300675392151, 0.9131776094436646, 0.7933043241500854, 0.7248052954673767, 0.587807297706604, 0.5706825256347656, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.656306266784668, 0.4850587546825409, 0.7590547800064087, 0.38231024146080017, 0.5364330410957336, 0.38231024146080017, 0.8618032932281494, 0.810429036617279, 0.8960528373718262, 0.8275538086891174, -0.4910522699356079, -1.2445415258407593, -1.758284091949463, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.3815394639968872, -1.261666178703308, -1.3986642360687256, -0.8506720662117004, -0.6965492963790894, -1.4329137802124023, -1.3644146919250488], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4782943725585938, 1.3584210872650146, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0844250917434692, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.6734310388565063, 1.0159261226654053, 0.9988013505935669, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 1.18717360496521, 1.1529240608215332, 1.0501755475997925, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 0.9816765785217285, 1.0159261226654053, 0.9645518660545349, 1.101549744606018, 0.9988013505935669, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 1.0844250917434692, 0.6734310388565063, 0.5364330410957336, 0.9988013505935669, 1.0673003196716309, 0.7590547800064087, 0.7076805233955383, 0.7933043241500854, 0.5364330410957336, 0.38231024146080017, 0.5193082690238953, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6391815543174744, 0.7419300675392151, 0.4850587546825409, 0.26243698596954346, 0.8446785807609558, 0.41655975580215454, 0.15968845784664154, 0.7933043241500854, 0.3138112425804138, 0.7590547800064087, 0.3651854991912842, 0.4508092403411865, 0.39943498373031616, 0.9131776094436646, 0.8789280652999878, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.2042982578277588, 1.0844250917434692, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.0673003196716309, 0.6391815543174744, -1.1760424375534058, -1.5527870655059814, -1.604161262512207, -0.7650483250617981, -0.43967801332473755, 0.5535577535629272, 0.3309359848499298, 0.14256370067596436, 0.5021834969520569, 0.810429036617279, 0.5021834969520569, 0.7248052954673767, 0.7590547800064087, 0.4850587546825409, 0.4850587546825409, 0.39943498373031616, 0.5021834969520569, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 1.0159261226654053, 0.41655975580215454, 0.7419300675392151, 0.656306266784668, 0.43368449807167053, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.587807297706604, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.5706825256347656, 0.7761795520782471, 0.7419300675392151, 0.810429036617279, 0.656306266784668, 0.8446785807609558, 0.656306266784668, 0.8618032932281494, 0.9131776094436646, 0.9816765785217285, 0.6049320101737976, -1.415789008140564, -1.7069097757339478, -1.4500385522842407, -1.3301652669906616, -1.3130404949188232, -1.3986642360687256, -1.261666178703308, -1.79253351688385, -0.30267998576164246, -0.8849216103553772, -1.3815394639968872], [1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.7933043241500854, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.6391815543174744, 1.1186745166778564, 1.18717360496521, 0.7761795520782471, 0.6905558109283447, 0.9131776094436646, 0.6391815543174744, 0.9303023219108582, 1.0159261226654053, 0.9131776094436646, 0.8789280652999878, 1.0330508947372437, 1.0844250917434692, 1.1529240608215332, 1.1357992887496948, 1.0330508947372437, 1.1186745166778564, 0.8960528373718262, 0.9645518660545349, 0.9474270939826965, 0.7933043241500854, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 1.0330508947372437, 1.1186745166778564, 0.7248052954673767, 0.7248052954673767, 1.1186745166778564, 0.9303023219108582, 0.8789280652999878, 0.9816765785217285, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.656306266784668, 0.7076805233955383, 0.6391815543174744, 0.7933043241500854, 0.656306266784668, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8789280652999878, 0.3138112425804138, 0.39943498373031616, 0.587807297706604, 0.6391815543174744, 0.24531221389770508, 0.39943498373031616, 0.4850587546825409, 0.6905558109283447, 0.5193082690238953, 0.26243698596954346, 0.5535577535629272, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.4097954034805298, 1.255672574043274, 1.1529240608215332, 1.1529240608215332, 1.255672574043274, 1.3070467710494995, 0.8960528373718262, -0.4568027853965759, -1.3301652669906616, -1.9124068021774292, -0.6794245839118958, -0.9705453515052795, -0.2513057291507721, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.3480607271194458, 0.4508092403411865, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.4679340124130249, 0.43368449807167053, 0.9645518660545349, 0.6049320101737976, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.5364330410957336, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 1.18717360496521, -1.1760424375534058, -1.6384108066558838, -1.5014127492904663, -1.4329137802124023, -1.3986642360687256, -1.415789008140564, -1.3815394639968872, -1.6384108066558838, 0.3651854991912842, -1.141792893409729], [1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 0.9474270939826965, 0.9303023219108582, 0.8618032932281494, 0.9303023219108582, 0.810429036617279, 0.6734310388565063, 0.7761795520782471, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8446785807609558, 0.9131776094436646, 1.0844250917434692, 1.2214230298995972, 1.0501755475997925, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.8618032932281494, 0.810429036617279, 0.9645518660545349, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 0.8446785807609558, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 0.9816765785217285, 0.9474270939826965, 0.6905558109283447, 0.7933043241500854, 0.656306266784668, 0.4508092403411865, 0.587807297706604, 0.7761795520782471, 0.7933043241500854, 0.6734310388565063, 0.6049320101737976, 0.6391815543174744, 0.7419300675392151, 0.587807297706604, 0.6391815543174744, 0.3651854991912842, 0.26243698596954346, 0.4508092403411865, 0.39943498373031616, 0.3138112425804138, 0.3651854991912842, 0.5021834969520569, 0.5193082690238953, 0.6905558109283447, 0.6905558109283447, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0159261226654053, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.2385478019714355, 1.1700488328933716, 1.3412963151931763, 1.0330508947372437, 0.6391815543174744, -0.9876701235771179, -1.4500385522842407, -1.7411593198776245, -1.141792893409729, -0.576676070690155, -0.14855723083019257, 0.03981505334377289, 0.10831420123577118, 0.14256370067596436, 0.43368449807167053, 0.4679340124130249, 0.6734310388565063, 0.4679340124130249, 0.810429036617279, 0.3651854991912842, 0.43368449807167053, 0.8789280652999878, 0.656306266784668, 0.7076805233955383, -0.06293346732854843, 0.6734310388565063, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7419300675392151, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.4508092403411865, -1.5527870655059814, -1.7240345478057861, -1.5527870655059814, -1.484287977218628, -1.4671632051467896, -1.3472900390625, -1.535662293434143, 0.3138112425804138], [1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.5193082690238953, 0.7933043241500854, 0.9816765785217285, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 1.0159261226654053, 0.9131776094436646, 1.1186745166778564, 1.1357992887496948, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.8618032932281494, 0.8960528373718262, 0.9988013505935669, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.7419300675392151, 0.6905558109283447, 0.8446785807609558, 0.9645518660545349, 1.0844250917434692, 0.9645518660545349, 1.0844250917434692, 1.0159261226654053, 0.8960528373718262, 0.9303023219108582, 1.0673003196716309, 1.18717360496521, 0.8275538086891174, 1.0159261226654053, 0.810429036617279, 0.6734310388565063, 0.8446785807609558, 0.9303023219108582, 0.8618032932281494, 0.7076805233955383, 0.5193082690238953, 0.4850587546825409, 0.9988013505935669, 0.6905558109283447, 0.6734310388565063, 0.4679340124130249, 0.5535577535629272, 0.6734310388565063, 0.41655975580215454, 0.43368449807167053, 0.6049320101737976, 0.43368449807167053, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.8618032932281494, 0.9474270939826965, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.18717360496521, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.5364330410957336, -1.0904186964035034, -1.3301652669906616, -1.5699117183685303, -1.1760424375534058, -0.576676070690155, -1.3301652669906616, -0.9020463228225708, 0.15968845784664154, 0.27956172823905945, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.4508092403411865, 0.6734310388565063, 0.4850587546825409, 0.7076805233955383, 0.6049320101737976, 0.3651854991912842, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 1.0501755475997925, -0.2513057291507721, -1.5870364904403687, -1.535662293434143, -1.4329137802124023, -1.3301652669906616, -1.4671632051467896, -1.4500385522842407], [1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7248052954673767, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 1.0673003196716309, 1.0330508947372437, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.0159261226654053, 1.0159261226654053, 0.8446785807609558, 0.8789280652999878, 0.5706825256347656, 0.656306266784668, 0.9474270939826965, 0.810429036617279, 0.7419300675392151, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 0.9816765785217285, 1.0673003196716309, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0501755475997925, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.9988013505935669, 1.0159261226654053, 1.18717360496521, 1.0673003196716309, 1.1529240608215332, 1.1186745166778564, 0.9988013505935669, 0.8275538086891174, 0.5535577535629272, 0.9816765785217285, 0.7590547800064087, 0.3309359848499298, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.7761795520782471, 0.8275538086891174, 0.41655975580215454, 0.43368449807167053, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.6391815543174744, 0.8446785807609558, 0.7419300675392151, 0.7933043241500854, 0.7076805233955383, 0.7761795520782471, 0.8446785807609558, 0.7761795520782471, 0.7419300675392151, 0.8618032932281494, 1.0330508947372437, 1.324171543121338, 1.0673003196716309, 0.9303023219108582, 1.1186745166778564, 1.2214230298995972, 1.2899221181869507, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 0.9988013505935669, 0.4850587546825409, -1.1075434684753418, -1.6212860345840454, -0.9534205794334412, -1.5014127492904663, -1.8439078330993652, -0.13143247365951538, -0.011559205129742622, 0.4850587546825409, 0.3651854991912842, 0.3480607271194458, 0.6049320101737976, 0.4850587546825409, 0.3309359848499298, 0.3138112425804138, 0.39943498373031616, 0.5364330410957336, 0.622056782245636, 0.810429036617279, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, -0.42255327105522156, -1.8610326051712036, -1.5527870655059814, -1.4671632051467896, -1.5185375213623047], [1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2214230298995972, 1.2727973461151123, 1.1700488328933716, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.1186745166778564, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 0.8618032932281494, 0.9303023219108582, 0.6734310388565063, 0.2110627144575119, 0.8275538086891174, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 0.8960528373718262, 1.0330508947372437, 1.0501755475997925, 0.8960528373718262, 0.9816765785217285, 0.9988013505935669, 1.0844250917434692, 0.8275538086891174, 0.9303023219108582, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.2042982578277588, 1.0330508947372437, 1.0159261226654053, 0.8275538086891174, 0.6391815543174744, 1.2042982578277588, 1.0501755475997925, 0.7076805233955383, 0.656306266784668, 0.9303023219108582, 0.7248052954673767, 0.7076805233955383, 0.622056782245636, 0.6391815543174744, 0.3651854991912842, 0.5535577535629272, 0.27956172823905945, 0.5193082690238953, 0.6049320101737976, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7076805233955383, 0.6391815543174744, 0.4850587546825409, 0.8446785807609558, 0.5193082690238953, 0.6734310388565063, 0.9131776094436646, 0.9816765785217285, 0.8960528373718262, 1.1186745166778564, 0.7248052954673767, 0.9816765785217285, 1.255672574043274, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.1357992887496948, 1.2385478019714355, 0.6734310388565063, 0.0055655487813055515, -1.3644146919250488, -1.7754088640213013, -1.3815394639968872, -1.0904186964035034, -0.5595512986183167, -0.16568197309970856, 0.39943498373031616, 0.29668647050857544, 0.3480607271194458, 0.5364330410957336, 0.3138112425804138, 0.10831420123577118, 0.41655975580215454, 0.4850587546825409, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.10831420123577118, -1.6555355787277222, -1.5014127492904663], [1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3070467710494995, 1.2042982578277588, 1.1357992887496948, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9303023219108582, 1.0159261226654053, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8446785807609558, 0.7761795520782471, 0.656306266784668, 0.7761795520782471, 0.810429036617279, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 1.0330508947372437, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0159261226654053, 0.9474270939826965, 1.0159261226654053, 1.101549744606018, 1.0501755475997925, 1.101549744606018, 1.0844250917434692, 1.1357992887496948, 1.0501755475997925, 1.1357992887496948, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.1357992887496948, 0.9131776094436646, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.9131776094436646, 0.8789280652999878, 0.7933043241500854, 0.9816765785217285, 0.6734310388565063, 0.7933043241500854, 0.7248052954673767, 0.7590547800064087, 0.38231024146080017, 0.7590547800064087, 0.4679340124130249, 0.5364330410957336, 0.7761795520782471, 0.7761795520782471, 0.6391815543174744, 0.5364330410957336, 0.622056782245636, 0.7933043241500854, 0.6049320101737976, 0.41655975580215454, 0.8789280652999878, 0.6049320101737976, 0.8960528373718262, 0.9645518660545349, 0.8789280652999878, 0.9816765785217285, 0.9988013505935669, 1.0673003196716309, 1.2214230298995972, 1.3070467710494995, 1.3070467710494995, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.1357992887496948, 0.8960528373718262, -0.5595512986183167, -1.3644146919250488, -1.672660231590271, -1.946656346321106, -1.2102919816970825, -0.645175039768219, 0.02269030176103115, 0.3651854991912842, 0.27956172823905945, 0.38231024146080017, -0.9191710948944092, 0.12543895840644836, 0.24531221389770508, 0.7761795520782471, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.9645518660545349], [1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 1.2042982578277588, 1.2899221181869507, 1.3070467710494995, 1.4097954034805298, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8789280652999878, 0.9645518660545349, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 0.9988013505935669, 1.0330508947372437, 0.7419300675392151, 0.8275538086891174, 0.656306266784668, 0.7419300675392151, 0.5193082690238953, 0.5364330410957336, 0.8275538086891174, 0.41655975580215454, 0.4508092403411865, 0.8960528373718262, 0.8275538086891174, 0.9816765785217285, 0.9474270939826965, 1.1186745166778564, 1.101549744606018, 1.0159261226654053, 0.9988013505935669, 1.0673003196716309, 1.101549744606018, 1.0673003196716309, 1.1529240608215332, 1.0673003196716309, 1.0159261226654053, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 1.0844250917434692, 1.2214230298995972, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7076805233955383, 0.7761795520782471, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7076805233955383, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, 0.8446785807609558, 0.9474270939826965, 0.5535577535629272, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.7419300675392151, 0.9645518660545349, 1.1529240608215332, 0.9474270939826965, 1.0844250917434692, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.375545859336853, 1.18717360496521, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.18717360496521, 1.1357992887496948, 0.5193082690238953, -0.5253018140792847, -1.3815394639968872, -1.5185375213623047, -1.7411593198776245, -1.1246682405471802, -0.9191710948944092, -0.4910522699356079, 0.15968845784664154, -0.9876701235771179, -0.3540542721748352, 0.15968845784664154, 0.8446785807609558, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174], [1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.2042982578277588, 1.375545859336853, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.7761795520782471, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 0.622056782245636, 0.8446785807609558, 0.7076805233955383, 0.6391815543174744, 0.810429036617279, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.8789280652999878, 0.4850587546825409, 0.5364330410957336, 0.8446785807609558, 0.4508092403411865, 0.4508092403411865, 0.587807297706604, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.7419300675392151, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 1.0673003196716309, 0.9816765785217285, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.101549744606018, 0.6905558109283447, 0.9645518660545349, 1.0159261226654053, 0.9303023219108582, 1.0330508947372437, 0.9645518660545349, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.7590547800064087, 0.6905558109283447, 0.587807297706604, 0.4850587546825409, 0.6905558109283447, 0.656306266784668, 0.8618032932281494, 0.5535577535629272, 0.9131776094436646, 0.6734310388565063, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.7419300675392151, 0.8275538086891174, 0.9816765785217285, 0.3480607271194458, 1.0159261226654053, 0.587807297706604, 1.0501755475997925, 0.9816765785217285, 1.0844250917434692, 0.9988013505935669, 1.1529240608215332, 1.2385478019714355, 1.2042982578277588, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2214230298995972, 0.7248052954673767, 0.15968845784664154, -0.3540542721748352, -0.9705453515052795, -1.5870364904403687, -1.3301652669906616, -0.5081770420074463, -0.7992978096008301, -0.610925555229187, -0.14855723083019257, 0.7933043241500854, 1.0673003196716309, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854], [0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2899221181869507, 1.2385478019714355, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 0.9303023219108582, 0.8275538086891174, 0.7761795520782471, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.6734310388565063, 0.7419300675392151, 0.6734310388565063, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.7248052954673767, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.5706825256347656, 0.4679340124130249, 0.29668647050857544, 0.4850587546825409, 0.8789280652999878, 0.7248052954673767, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.3651854991912842, 0.5021834969520569, 0.7076805233955383, 0.7933043241500854, 0.622056782245636, 0.622056782245636, 0.7933043241500854, 0.8960528373718262, 1.0159261226654053, 0.8618032932281494, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.810429036617279, 0.7076805233955383, 0.6905558109283447, 1.0501755475997925, 0.8446785807609558, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.6905558109283447, 0.7933043241500854, 0.7933043241500854, 0.7248052954673767, 0.7419300675392151, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 0.622056782245636, 0.5706825256347656, 0.4508092403411865, 0.810429036617279, 0.3651854991912842, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 1.1357992887496948, 1.1186745166778564, 1.18717360496521, 1.324171543121338, 1.2899221181869507, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.0330508947372437, 0.9131776094436646, 0.4679340124130249, 0.19393795728683472, 0.10831420123577118, 0.7761795520782471, 0.7248052954673767, 0.8275538086891174, 0.8960528373718262, 1.0330508947372437, 0.9474270939826965, 1.0673003196716309, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471], [0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.4269200563430786, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 0.9816765785217285, 0.9131776094436646, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.5706825256347656, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 0.8275538086891174, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.5706825256347656, 0.4508092403411865, 0.622056782245636, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7933043241500854, 0.5706825256347656, 0.3651854991912842, 0.4679340124130249, 0.9303023219108582, 0.7419300675392151, 0.8960528373718262, 0.6391815543174744, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.9645518660545349, 0.7076805233955383, 0.810429036617279, 0.8446785807609558, 0.6391815543174744, 0.622056782245636, 0.4850587546825409, 0.4508092403411865, 0.7933043241500854, 0.8618032932281494, 0.9131776094436646, 0.5364330410957336, 0.7419300675392151, 0.5364330410957336, 0.5535577535629272, 0.4679340124130249, 0.5021834969520569, 0.8275538086891174, 0.9474270939826965, 0.7419300675392151, 0.6049320101737976, 0.7933043241500854, 0.656306266784668, 0.8960528373718262, 0.810429036617279, 0.9474270939826965, 0.7590547800064087, 0.8960528373718262, 0.8618032932281494, 0.5706825256347656, 0.5193082690238953, 0.6905558109283447, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.3651854991912842, 0.9131776094436646, 1.0330508947372437, 0.8275538086891174, 0.8446785807609558, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.3070467710494995, 1.255672574043274, 1.2214230298995972, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.1700488328933716, 1.4611696004867554, 1.2385478019714355, 1.1186745166778564, 1.1357992887496948, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.0844250917434692, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151], [0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.255672574043274, 1.3584210872650146, 1.3070467710494995, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.810429036617279, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.7761795520782471, 0.6391815543174744, 0.5706825256347656, 0.10831420123577118, 0.622056782245636, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9645518660545349, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 0.6391815543174744, 0.656306266784668, 0.5535577535629272, 0.8446785807609558, 0.7419300675392151, 0.656306266784668, 0.7248052954673767, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.7761795520782471, 0.6391815543174744, 0.587807297706604, 0.4850587546825409, 0.6391815543174744, 0.5706825256347656, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7248052954673767, 0.8618032932281494, 0.8446785807609558, 0.6734310388565063, 0.8446785807609558, 0.7590547800064087, 0.5535577535629272, 0.4850587546825409, 0.6391815543174744, 0.3480607271194458, 0.2110627144575119, 0.4679340124130249, 0.8446785807609558, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 1.1186745166778564, 1.1186745166778564, 1.0159261226654053, 1.2385478019714355, 1.324171543121338, 1.101549744606018, 1.2214230298995972, 1.4782943725585938, 1.2727973461151123, 1.3584210872650146, 1.2899221181869507, 1.1357992887496948, 1.255672574043274, 1.255672574043274, 1.1357992887496948, 1.2385478019714355, 1.2727973461151123, 1.3584210872650146, 1.0844250917434692, 1.0501755475997925, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151], [0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2385478019714355, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0330508947372437, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.6734310388565063, 0.587807297706604, 0.5364330410957336, 0.6391815543174744, 0.5193082690238953, 0.656306266784668, 0.7933043241500854, 0.8446785807609558, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.8618032932281494, 0.7761795520782471, 0.5535577535629272, 0.7933043241500854, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.7419300675392151, 0.8789280652999878, 0.9131776094436646, 0.8275538086891174, 0.7590547800064087, 0.6049320101737976, 0.6905558109283447, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.6734310388565063, 0.7761795520782471, 1.0673003196716309, 0.9474270939826965, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.8275538086891174, 0.9474270939826965, 0.810429036617279, 1.0501755475997925, 0.7761795520782471, 0.9988013505935669, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.6049320101737976, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.6391815543174744, 0.3651854991912842, 0.15968845784664154, 0.5535577535629272, 0.14256370067596436, 0.622056782245636, 0.7590547800064087, 0.622056782245636, 0.9131776094436646, 1.0330508947372437, 0.9645518660545349, 0.8789280652999878, 1.0159261226654053, 1.1186745166778564, 1.18717360496521, 1.1357992887496948, 0.9645518660545349, 1.3926706314086914, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, 1.3070467710494995, 1.3070467710494995, 1.1529240608215332, 1.1700488328933716, 1.3070467710494995, 1.324171543121338, 1.1357992887496948, 1.0330508947372437, 1.1529240608215332, 1.18717360496521, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767], [0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.255672574043274, 1.375545859336853, 1.444044828414917, 1.4782943725585938, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 0.7761795520782471, 0.7076805233955383, 0.5535577535629272, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.5364330410957336, 0.4508092403411865, 0.5364330410957336, 0.6734310388565063, 0.6391815543174744, 0.4850587546825409, 0.26243698596954346, 0.622056782245636, 0.656306266784668, 0.9131776094436646, 0.9303023219108582, 0.8960528373718262, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8960528373718262, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 1.0673003196716309, 0.9645518660545349, 0.6905558109283447, 0.9131776094436646, 0.8789280652999878, 0.6391815543174744, 0.7248052954673767, 0.7419300675392151, 1.0844250917434692, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.8618032932281494, 0.587807297706604, 0.41655975580215454, 0.29668647050857544, 0.4508092403411865, 0.656306266784668, 0.7933043241500854, 0.7761795520782471, 0.8789280652999878, 0.9131776094436646, 0.656306266784668, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.2214230298995972, 0.810429036617279, 1.375545859336853, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8618032932281494, 0.8446785807609558, 0.6905558109283447, 0.622056782245636, 0.3309359848499298, 0.41655975580215454, 0.6905558109283447, 0.38231024146080017, 0.4508092403411865, 0.24531221389770508, 0.2110627144575119, 0.41655975580215454, 0.6905558109283447, 0.0055655487813055515, 0.10831420123577118, 0.7419300675392151, 0.622056782245636, 0.26243698596954346, 0.7419300675392151, 0.810429036617279, 0.6391815543174744, 0.9645518660545349, 0.5364330410957336, 0.656306266784668, 1.0159261226654053, 0.4850587546825409, 0.6905558109283447, 1.0159261226654053, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7248052954673767, 0.810429036617279, 0.810429036617279, 0.8618032932281494, 1.0159261226654053, 0.7761795520782471, 0.8275538086891174, 0.9474270939826965, 0.9816765785217285, 1.1186745166778564, 1.1700488328933716, 0.7761795520782471, 0.8960528373718262, 0.8960528373718262, 0.7248052954673767, 0.9131776094436646, 0.656306266784668, 0.587807297706604, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.9474270939826965, 0.6391815543174744, 0.6391815543174744, 0.4679340124130249, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.4850587546825409, 0.6734310388565063, 0.7076805233955383, 0.8789280652999878, 0.587807297706604, 0.9816765785217285, 0.9474270939826965, 1.0159261226654053, 1.1186745166778564, 0.9474270939826965, 1.0159261226654053, 0.810429036617279, 1.255672574043274, 1.1357992887496948, 0.9816765785217285, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063], [0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.8789280652999878, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5021834969520569, 0.5193082690238953, 0.7076805233955383, 0.622056782245636, 1.0673003196716309, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.6734310388565063, 0.810429036617279, 0.6049320101737976, 0.7076805233955383, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6391815543174744, 0.4850587546825409, 0.5535577535629272, 0.6391815543174744, 0.6391815543174744, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8446785807609558, 0.9131776094436646, 0.9988013505935669, 0.9988013505935669, 0.622056782245636, 0.5535577535629272, 0.8618032932281494, 0.656306266784668, 0.9303023219108582, 1.2042982578277588, 0.8960528373718262, 0.8446785807609558, 0.5706825256347656, 0.4508092403411865, 0.7590547800064087, 0.7248052954673767, 0.8446785807609558, 0.8446785807609558, 0.7076805233955383, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.4850587546825409, 0.587807297706604, 0.9645518660545349, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.587807297706604, 0.6905558109283447, 0.9303023219108582, 1.0844250917434692, 0.9474270939826965, 0.27956172823905945, 1.1186745166778564, 1.1700488328933716, 0.9474270939826965, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 1.2385478019714355, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668], [0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.3070467710494995, 1.2899221181869507, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6905558109283447, 0.5535577535629272, 0.5193082690238953, 0.8960528373718262, 0.9645518660545349, 0.8960528373718262, 0.8618032932281494, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8275538086891174, 0.7419300675392151, 0.8618032932281494, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.810429036617279, 0.7761795520782471, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.9988013505935669, 0.9645518660545349, 0.7933043241500854, 0.4508092403411865, 0.8446785807609558, 0.9474270939826965, 0.7933043241500854, 0.7076805233955383, 0.622056782245636, 0.8275538086891174, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.41655975580215454, 0.4508092403411865, 0.38231024146080017, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.5535577535629272, 0.6905558109283447, 0.9131776094436646, 0.810429036617279, 0.43368449807167053, 0.8960528373718262, 1.0159261226654053, 1.0159261226654053, 1.1357992887496948, 1.1357992887496948, 0.8275538086891174, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.2899221181869507, 1.1700488328933716, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9303023219108582, 0.8960528373718262, 0.7933043241500854, 0.8789280652999878, 0.5364330410957336, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.8618032932281494, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.7933043241500854, 0.7076805233955383, 0.8446785807609558, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9303023219108582, 0.9645518660545349, 0.7761795520782471, 0.8960528373718262, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.3651854991912842, 0.5535577535629272, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.7590547800064087, 0.8618032932281494, 0.6049320101737976, 0.8960528373718262, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.9988013505935669, 0.7248052954673767, 0.4850587546825409, 0.15968845784664154, 0.24531221389770508, 0.4508092403411865, 0.587807297706604, 0.5193082690238953, 0.8618032932281494, 0.810429036617279, 0.7248052954673767, 0.622056782245636, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.6734310388565063, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 1.0159261226654053, 1.324171543121338, 1.2214230298995972, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.0330508947372437, 0.9988013505935669, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.9131776094436646, 0.9474270939826965, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.0673003196716309, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.8789280652999878, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8960528373718262, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 0.8960528373718262, 0.810429036617279, 0.8789280652999878, 0.6905558109283447, 0.7248052954673767, 0.9131776094436646, 0.9131776094436646, 1.101549744606018, 0.38231024146080017, 0.7419300675392151, 0.7590547800064087, 0.622056782245636, 0.9816765785217285, 0.9474270939826965, 1.0501755475997925, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.7248052954673767, 0.7076805233955383, 0.6049320101737976, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.7933043241500854, 0.587807297706604, 0.7076805233955383, 0.6049320101737976, 0.6391815543174744, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 0.8275538086891174, 0.9816765785217285, 0.9645518660545349, 1.324171543121338, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744], [0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.375545859336853, 1.4269200563430786, 1.2214230298995972, 1.3412963151931763, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.101549744606018, 1.18717360496521, 1.18717360496521, 1.0501755475997925, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.9645518660545349, 0.8960528373718262, 0.9645518660545349, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.9988013505935669, 1.0159261226654053, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.8446785807609558, 0.622056782245636, 0.587807297706604, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 1.0673003196716309, 1.1357992887496948, 0.8789280652999878, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.7761795520782471, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.7419300675392151, 0.4850587546825409, 0.7248052954673767, 0.39943498373031616, 0.4508092403411865, 0.6391815543174744, 0.6734310388565063, 0.7590547800064087, 0.7076805233955383, 0.6049320101737976, 0.5364330410957336, 0.7419300675392151, 0.656306266784668, 0.587807297706604, 0.587807297706604, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.3584210872650146, 1.4097954034805298, 1.324171543121338, 1.3070467710494995, 1.18717360496521, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.2214230298995972, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2899221181869507, 1.18717360496521, 1.3412963151931763, 1.2727973461151123, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1357992887496948, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.0330508947372437, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8960528373718262, 0.8446785807609558, 0.9303023219108582, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.8446785807609558, 0.8275538086891174, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.6391815543174744, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.8618032932281494, 0.9303023219108582, 1.18717360496521, 1.2385478019714355, 1.375545859336853, 1.4269200563430786, 1.4097954034805298, 1.2899221181869507, 1.101549744606018, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3926706314086914, 1.324171543121338, 1.101549744606018, 1.4611696004867554, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.0501755475997925, 1.2214230298995972, 1.18717360496521, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 1.1529240608215332, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.7933043241500854, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8275538086891174, 0.9131776094436646, 0.810429036617279, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.7590547800064087, 0.6734310388565063, 0.7761795520782471, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.9131776094436646, 1.0159261226654053, 0.8618032932281494, 1.0844250917434692, 0.8618032932281494, 0.5021834969520569, 0.7076805233955383, 0.656306266784668, 0.7590547800064087, 0.7761795520782471, 0.8618032932281494, 0.8618032932281494, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 1.1700488328933716, 1.255672574043274, 1.324171543121338, 1.3412963151931763, 1.4611696004867554, 1.5125439167022705, 1.375545859336853, 1.2214230298995972, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.1700488328933716, 1.3070467710494995, 1.255672574043274, 1.1186745166778564, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.8789280652999878, 0.8275538086891174, 0.7248052954673767, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.7933043241500854, 0.8275538086891174, 0.6391815543174744, 0.9131776094436646, 0.9645518660545349, 0.8618032932281494, 0.656306266784668, 0.6049320101737976, 0.9303023219108582, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 1.2727973461151123, 1.1357992887496948, 1.0673003196716309, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 1.0330508947372437, 1.1529240608215332, 1.0501755475997925, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.5125439167022705, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.2214230298995972, 1.0159261226654053, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447], [0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9131776094436646, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.8789280652999878, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.8275538086891174, 0.7590547800064087, 0.7076805233955383, 0.8275538086891174, 0.9474270939826965, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 1.0330508947372437, 0.9474270939826965, 0.8275538086891174, 1.0673003196716309, 0.9303023219108582, 0.7248052954673767, 0.656306266784668, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 1.3070467710494995, 1.3412963151931763, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.375545859336853, 0.9988013505935669, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447], [0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.4097954034805298, 1.3926706314086914, 1.2727973461151123, 1.1357992887496948, 1.2214230298995972, 1.2042982578277588, 1.1357992887496948, 1.2214230298995972, 1.1700488328933716, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.8618032932281494, 0.8960528373718262, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.6734310388565063, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 1.0501755475997925, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 0.8960528373718262, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 1.1186745166778564, 1.255672574043274, 1.0159261226654053, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2385478019714355, 1.18717360496521, 1.0673003196716309, 1.4097954034805298, 1.444044828414917, 1.375545859336853, 1.4097954034805298, 0.9474270939826965, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.4269200563430786, 1.324171543121338, 1.3926706314086914, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.3412963151931763, 1.2042982578277588, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 1.0330508947372437, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.9988013505935669, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 1.0501755475997925, 0.9131776094436646, 0.810429036617279, 0.656306266784668, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.7590547800064087, 0.8618032932281494, 0.9303023219108582, 1.0501755475997925, 1.18717360496521, 1.0501755475997925, 1.255672574043274, 1.4097954034805298, 1.3070467710494995, 1.2899221181869507, 1.101549744606018, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.0330508947372437, 0.5535577535629272, 0.9816765785217285, 1.1529240608215332, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.2385478019714355, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3584210872650146, 1.2899221181869507, 1.2727973461151123, 1.18717360496521, 1.1186745166778564, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9645518660545349, 1.0673003196716309, 0.9474270939826965, 0.7076805233955383, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9474270939826965, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.1357992887496948, 1.1357992887496948, 1.3412963151931763, 1.375545859336853, 1.324171543121338, 1.0673003196716309, 1.1186745166778564, 1.2214230298995972, 1.2385478019714355, 1.1700488328933716, -0.3711790144443512, -0.13143247365951538, 0.19393795728683472, 0.810429036617279, 1.0673003196716309, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.2899221181869507, 1.4269200563430786, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.0501755475997925, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.6905558109283447, 0.6734310388565063, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 0.8275538086891174, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 1.0159261226654053, 1.0330508947372437, 1.2042982578277588, 1.2727973461151123, 1.1357992887496948, 0.9303023219108582, 1.2042982578277588, 1.2214230298995972, 0.9131776094436646, -1.3986642360687256, -2.0494048595428467, -2.0836544036865234, -2.0665295124053955, -1.7240345478057861, -1.7754088640213013, -1.5527870655059814, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447], [0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 0.9474270939826965, 0.8789280652999878, 0.7590547800064087, 0.6734310388565063, 0.5535577535629272, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.8275538086891174, 0.622056782245636, 0.8275538086891174, 0.9131776094436646, 0.8960528373718262, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.7248052954673767, 0.9816765785217285, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.1357992887496948, 1.2214230298995972, 0.3651854991912842, -1.7240345478057861, -2.1007792949676514, -2.0494048595428467, -1.9980305433273315, -1.8610326051712036, -1.758284091949463, -0.4910522699356079, -1.7754088640213013, 0.3651854991912842, -1.1589176654815674, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.26243698596954346, 0.29668647050857544, 0.3651854991912842, 0.41655975580215454, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.4269200563430786, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5467933416366577, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.0501755475997925, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9816765785217285, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.5535577535629272, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.656306266784668, 0.7248052954673767, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9988013505935669, 1.2214230298995972, 1.2385478019714355, 1.1186745166778564, -0.7992978096008301, -2.0494048595428467, -1.7411593198776245, -1.758284091949463, -1.5527870655059814, -1.6212860345840454, -1.8267830610275269, -1.672660231590271, -1.484287977218628, -1.7411593198776245, -1.227416753768921, -1.5185375213623047, -0.7821730971336365, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.375545859336853, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.255672574043274, 1.18717360496521, 1.101549744606018, 1.1700488328933716, 1.2214230298995972, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.9474270939826965, 0.8618032932281494, 0.9816765785217285, 0.9988013505935669, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 0.7590547800064087, -0.5595512986183167, -1.7069097757339478, -1.8267830610275269, -1.7240345478057861, -1.946656346321106, -1.7240345478057861, -1.6555355787277222, -0.7992978096008301, -1.3301652669906616, -0.5081770420074463, 1.718040943145752, 0.17681321501731873, -1.3986642360687256, -1.3986642360687256, -0.8335473537445068, -1.4671632051467896, -1.3130404949188232, 1.0844250917434692, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2281874716281891, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.8618032932281494, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.18717360496521, 1.324171543121338, 1.3412963151931763, 0.5706825256347656, -1.5185375213623047, -1.6897850036621094, -1.6212860345840454, -1.946656346321106, -1.9124068021774292, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.8267830610275269, -1.5699117183685303, -1.2445415258407593, -0.9705453515052795, -0.5938007831573486, -1.4500385522842407, 1.9235379695892334, 1.563918113708496, -0.9362958669662476, -1.0904186964035034, -1.2787909507751465, -0.16568197309970856, -1.8439078330993652, -0.31980475783348083, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.4782943725585938, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2727973461151123, 1.255672574043274, 1.1700488328933716, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.18717360496521, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.101549744606018, 1.101549744606018, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 0.43368449807167053, -1.604161262512207, -1.7069097757339478, -1.7240345478057861, -1.5527870655059814, -1.6384108066558838, -1.7411593198776245, -1.79253351688385, -1.2445415258407593, -1.9637811183929443, -1.7754088640213013, -1.9124068021774292, -1.878157377243042, -1.7411593198776245, -1.3130404949188232, -1.2102919816970825, -1.7240345478057861, -0.645175039768219, 1.6495418548583984, 1.9235379695892334, 1.8036646842956543, 1.375545859336853, 0.656306266784668, -1.9637811183929443, -1.1760424375534058, 1.0501755475997925, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.39943498373031616, 0.41655975580215454, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.375545859336853, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6837913990020752, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.3070467710494995, 1.1529240608215332, -1.3644146919250488, -1.6384108066558838, -1.415789008140564, -1.3815394639968872, -1.073293924331665, -1.0561691522598267, -1.5185375213623047, -1.672660231590271, -1.8952820301055908, -1.2787909507751465, -1.3815394639968872, -0.13143247365951538, 0.43368449807167053, -1.5870364904403687, -1.5014127492904663, -1.758284091949463, -1.6555355787277222, 0.0740646943449974, 1.2727973461151123, 2.1804091930389404, 1.7009161710739136, 1.6495418548583984, -1.415789008140564, -1.415789008140564, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.15968845784664154, 0.19393795728683472, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4954191446304321, 1.4269200563430786, 1.4097954034805298, 1.444044828414917, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5296685695648193, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.5125439167022705, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.375545859336853, 1.1700488328933716, -0.9362958669662476, -1.5699117183685303, -0.5595512986183167, -1.484287977218628, -1.0904186964035034, -0.9362958669662476, -1.4500385522842407, -0.6794245839118958, -1.3815394639968872, -1.0047948360443115, -0.5424265265464783, -1.8610326051712036, -0.19993148744106293, -1.1589176654815674, -1.3130404949188232, -1.5527870655059814, -1.484287977218628, -1.5185375213623047, 0.27956172823905945, 1.4611696004867554, 1.2214230298995972, 1.2727973461151123, 1.5810428857803345, 0.12543895840644836, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.14256370067596436, 0.17681321501731873, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4097954034805298, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.4782943725585938, 1.2899221181869507, 1.5810428857803345, 1.4097954034805298, 1.444044828414917, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9988013505935669, 0.9645518660545349, 1.0159261226654053, 1.1529240608215332, 1.2042982578277588, 1.1700488328933716, 1.0844250917434692, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, -0.8849216103553772, -0.8506720662117004, -1.1075434684753418, -1.227416753768921, -1.484287977218628, -0.7992978096008301, -0.7307988405227661, -1.073293924331665, -1.415789008140564, -1.3815394639968872, -1.0561691522598267, 0.2110627144575119, -1.0047948360443115, -1.0390443801879883, -0.5424265265464783, -1.2959157228469849, -1.5527870655059814, -1.7754088640213013, -0.30267998576164246, 0.9303023219108582, 1.7522903680801392, 1.9235379695892334, 1.2899221181869507, 1.101549744606018, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063], [0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.27956172823905945, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.324171543121338, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.5467933416366577, 1.444044828414917, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.4954191446304321, 1.4782943725585938, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.9645518660545349, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, -1.0561691522598267, -1.0390443801879883, -1.4329137802124023, -1.7411593198776245, -1.8096582889556885, -1.8267830610275269, 0.7248052954673767, 0.6049320101737976, -0.5424265265464783, -1.141792893409729, -0.9876701235771179, -0.9020463228225708, -1.3986642360687256, 0.38231024146080017, -0.08005820959806442, -0.16568197309970856, -1.2959157228469849, -0.3369295001029968, -1.4500385522842407, -1.3815394639968872, 1.324171543121338, 1.8892884254455566, 1.4097954034805298, 1.18717360496521, 0.9474270939826965, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.2110627144575119, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.375545859336853, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.563918113708496, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.444044828414917, 1.5467933416366577, 1.6152924299240112, 1.5810428857803345, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.444044828414917, 1.563918113708496, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5125439167022705, 0.17681321501731873, 0.622056782245636, 0.9131776094436646, 0.9303023219108582, 0.587807297706604, 0.29668647050857544, 0.587807297706604, 1.5125439167022705, 1.5981676578521729, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, -0.8677968382835388, -1.073293924331665, -1.3644146919250488, -1.6897850036621094, -1.8267830610275269, -1.758284091949463, 1.0159261226654053, 0.0055655487813055515, 0.9474270939826965, -0.28555524349212646, -0.6280503273010254, -0.6965492963790894, -0.045808710157871246, 0.29668647050857544, 0.3309359848499298, 0.4679340124130249, -0.42255327105522156, -1.2787909507751465, -0.4910522699356079, -0.43967801332473755, 0.9988013505935669, 1.63241708278656, 1.5296685695648193, 1.1357992887496948, 0.9303023219108582, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5296685695648193, 1.5125439167022705, 1.4269200563430786, 1.5296685695648193, 1.4782943725585938, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.4782943725585938, 1.444044828414917, -0.6965492963790894, -1.0047948360443115, -1.073293924331665, -1.6555355787277222, -1.9295315742492676, -2.032280206680298, -0.3540542721748352, 1.6495418548583984, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, -1.1931672096252441, -1.141792893409729, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -0.9534205794334412, 0.6049320101737976, 1.324171543121338, 1.8207894563674927, 0.8618032932281494, -0.3540542721748352, -0.08005820959806442, -1.484287977218628, -0.43967801332473755, 1.0844250917434692, 0.656306266784668, -0.7307988405227661, -0.9876701235771179, -1.3644146919250488, -0.8849216103553772, -0.9876701235771179, 1.5467933416366577, 1.7009161710739136, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.12543895840644836, 0.14256370067596436, 0.2110627144575119, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.5296685695648193, 1.4269200563430786, 1.5467933416366577, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5810428857803345, 1.444044828414917, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5467933416366577, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.444044828414917, 0.5193082690238953, -1.3301652669906616, -1.4500385522842407, -1.5185375213623047, -1.878157377243042, -1.8952820301055908, -1.3301652669906616, 0.9988013505935669, 1.4782943725585938, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 0.9474270939826965, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.38231024146080017, -0.9705453515052795, -1.3815394639968872, -1.6212860345840454, -1.6897850036621094, -0.8506720662117004, 1.8379141092300415, 1.8721636533737183, 1.718040943145752, 1.8892884254455566, 1.7351655960083008, 0.7248052954673767, 0.056939806789159775, -1.0047948360443115, -1.1075434684753418, 1.255672574043274, 0.9988013505935669, -0.4910522699356079, -0.6794245839118958, -0.3883037567138672, -0.16568197309970856, 0.4850587546825409, 1.7009161710739136, 1.255672574043274, 1.255672574043274, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.12543895840644836, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.3412963151931763, 1.4782943725585938, 1.5296685695648193, 1.324171543121338, 1.4269200563430786, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5296685695648193, 1.2727973461151123, -1.1931672096252441, -1.1589176654815674, -1.2787909507751465, -1.8096582889556885, -1.9124068021774292, -1.8952820301055908, -0.42255327105522156, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, -0.4910522699356079, -1.415789008140564, -1.535662293434143, -1.604161262512207, -0.8677968382835388, 1.5981676578521729, 1.8379141092300415, 1.786539912223816, 1.8721636533737183, 1.9406627416610718, 1.906413197517395, 1.4611696004867554, 0.7761795520782471, 0.12543895840644836, -1.0904186964035034, 1.1700488328933716, 0.8960528373718262, 0.02269030176103115, -0.40542852878570557, -0.5253018140792847, -1.415789008140564, 0.3480607271194458, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6049320101737976], [0.15968845784664154, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4611696004867554, 1.6495418548583984, 1.4954191446304321, 1.5467933416366577, 1.375545859336853, 1.444044828414917, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.4954191446304321, 1.444044828414917, -0.9534205794334412, -0.8164225816726685, -1.2959157228469849, -1.6555355787277222, -1.8096582889556885, -1.3472900390625, -1.1931672096252441, 0.5706825256347656, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.19393795728683472, -1.6212860345840454, 0.43368449807167053, 1.324171543121338, 1.4954191446304321, 1.2385478019714355, 1.8550388813018799, 1.9235379695892334, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 1.9406627416610718, 1.9920369386672974, 0.9131776094436646, 0.810429036617279, -1.0561691522598267, 1.4954191446304321, 1.1357992887496948, 0.38231024146080017, 0.7076805233955383, -0.16568197309970856, -1.5527870655059814, -1.1589176654815674, 1.444044828414917, 1.375545859336853, 1.3926706314086914, 0.9303023219108582, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976], [0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4611696004867554, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, -0.21705622971057892, -0.43967801332473755, -1.141792893409729, -1.02191960811615, -1.7411593198776245, -1.79253351688385, -0.7821730971336365, -0.9876701235771179, -1.1931672096252441, -1.02191960811615, 0.10831420123577118, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.7076805233955383, 0.7761795520782471, 1.375545859336853, 2.0091617107391357, 1.906413197517395, 1.4097954034805298, 1.7694151401519775, 1.786539912223816, 2.0091617107391357, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.8892884254455566, 1.2214230298995972, 0.41655975580215454, -1.2445415258407593, 1.718040943145752, 1.4782943725585938, 1.1700488328933716, 1.0844250917434692, 0.8446785807609558, -1.4671632051467896, -1.3472900390625, 1.18717360496521, 1.2727973461151123, 1.63241708278656, 0.9645518660545349, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.6152924299240112, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.5467933416366577, 1.5981676578521729, 0.7761795520782471, -1.1931672096252441, -0.14855723083019257, -1.5185375213623047, -1.0561691522598267, -0.9362958669662476, -0.610925555229187, -1.1246682405471802, -1.8610326051712036, -1.3472900390625, -1.6384108066558838, 1.0330508947372437, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1529240608215332, 1.4097954034805298, 1.324171543121338, 1.7522903680801392, 1.324171543121338, 1.8207894563674927, 2.0091617107391357, 1.974912166595459, 1.8892884254455566, 1.6666666269302368, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 2.0091617107391357, 1.9577873945236206, 1.9577873945236206, 2.0262863636016846, 1.8550388813018799, 1.375545859336853, 0.17681321501731873, -0.6965492963790894, 1.7694151401519775, 1.3584210872650146, 1.7694151401519775, 1.8207894563674927, 1.2727973461151123, -0.8849216103553772, -1.3644146919250488, 0.3480607271194458, 1.6152924299240112, 1.563918113708496, 0.9816765785217285, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.63241708278656, 0.39943498373031616, -0.6280503273010254, -0.31980475783348083, -0.5938007831573486, -1.1246682405471802, -0.9191710948944092, -1.79253351688385, -0.6622998118400574, -1.1760424375534058, -0.7821730971336365, -0.40542852878570557, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.5467933416366577, 2.0434112548828125, 1.8207894563674927, 1.6666666269302368, 2.0434112548828125, 1.4954191446304321, 2.0434112548828125, 1.974912166595459, 2.111910104751587, 1.8379141092300415, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.6152924299240112, 2.0262863636016846, 1.8036646842956543, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 1.2899221181869507, -0.7479235529899597, 1.5467933416366577, 1.906413197517395, 1.4269200563430786, 1.906413197517395, 1.974912166595459, 0.9645518660545349, 0.056939806789159775, -1.604161262512207, 0.6049320101737976, 1.18717360496521, 1.5125439167022705, 1.3926706314086914, 0.8789280652999878, 0.6391815543174744, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656], [0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7419300675392151, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.375545859336853, -0.3711790144443512, -1.3130404949188232, 0.24531221389770508, -1.7240345478057861, -0.8849216103553772, -1.4500385522842407, -1.2959157228469849, -0.5938007831573486, -1.261666178703308, -0.8506720662117004, 0.7076805233955383, 0.8446785807609558, 1.8721636533737183, 2.094785451889038, 1.974912166595459, 1.7351655960083008, 2.0605359077453613, 1.6152924299240112, 1.9920369386672974, 2.0091617107391357, 1.9920369386672974, 1.8892884254455566, 1.8721636533737183, 1.6495418548583984, 1.9406627416610718, 1.8379141092300415, 2.0091617107391357, 1.5810428857803345, 2.0091617107391357, 2.0776607990264893, 1.9406627416610718, 0.8618032932281494, 1.1700488328933716, 1.8036646842956543, 2.0091617107391357, 1.4269200563430786, 1.9235379695892334, 2.0262863636016846, 1.1529240608215332, 0.2110627144575119, -1.535662293434143, 0.622056782245636, 1.255672574043274, 1.444044828414917, 1.5981676578521729, 1.0844250917434692, 0.656306266784668, 0.7419300675392151, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7590547800064087, 0.7248052954673767, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.444044828414917, 1.1357992887496948, 0.2281874716281891, -0.4568027853965759, -1.0561691522598267, -0.6794245839118958, -1.1246682405471802, -0.9362958669662476, -0.1143077164888382, -1.3815394639968872, -1.2959157228469849, -0.2684305012226105, 0.38231024146080017, -1.7069097757339478, -0.7479235529899597, -1.6384108066558838, -1.227416753768921, 1.6666666269302368, 1.974912166595459, 1.6152924299240112, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 1.974912166595459, 1.5467933416366577, 1.7522903680801392, 1.9235379695892334, 2.0605359077453613, 1.4269200563430786, 1.786539912223816, 2.0776607990264893, 2.0776607990264893, 1.9406627416610718, 1.786539912223816, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.444044828414917, 1.9235379695892334, 2.0434112548828125, 1.4097954034805298, 0.4508092403411865, -1.415789008140564, 1.563918113708496, 1.2727973461151123, 1.786539912223816, 1.2899221181869507, 0.9131776094436646, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.563918113708496, -0.6622998118400574, -1.3301652669906616, -0.8506720662117004, -0.21705622971057892, 0.2110627144575119, -1.3472900390625, -1.5527870655059814, -0.5595512986183167, -1.2102919816970825, -1.604161262512207, -0.5595512986183167, -1.141792893409729, -1.1246682405471802, -1.5185375213623047, -0.9191710948944092, -1.3130404949188232, -0.645175039768219, -1.7240345478057861, -1.1246682405471802, 0.19393795728683472, 0.4850587546825409, 1.0673003196716309, 1.9577873945236206, 1.9235379695892334, 1.9235379695892334, 1.4269200563430786, 1.8550388813018799, 2.0262863636016846, 1.1186745166778564, 1.5981676578521729, 1.9406627416610718, 2.1632845401763916, 2.111910104751587, 2.0091617107391357, 1.9235379695892334, 1.906413197517395, 1.8892884254455566, 1.6837913990020752, 1.8550388813018799, 1.974912166595459, 1.63241708278656, 0.19393795728683472, -1.484287977218628, 2.0091617107391357, 1.9406627416610718, 1.324171543121338, 1.444044828414917, 0.6391815543174744, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, -0.02868395671248436, -0.5424265265464783, -1.1589176654815674, -0.7479235529899597, 0.14256370067596436, -0.42255327105522156, -0.06293346732854843, -0.7479235529899597, 0.03981505334377289, 0.056939806789159775, -1.5870364904403687, -1.8439078330993652, -0.9362958669662476, -1.8096582889556885, -1.672660231590271, -0.6280503273010254, -0.9362958669662476, -1.6555355787277222, -1.7069097757339478, -1.535662293434143, -0.8335473537445068, -0.2513057291507721, -0.610925555229187, 0.8789280652999878, 1.8379141092300415, 1.5125439167022705, 1.5125439167022705, 1.7522903680801392, 1.255672574043274, 1.974912166595459, 1.7009161710739136, 1.974912166595459, 2.111910104751587, 2.094785451889038, 2.0091617107391357, 1.8036646842956543, 1.906413197517395, 1.8379141092300415, 1.9920369386672974, 1.974912166595459, 1.9406627416610718, -0.3883037567138672, -0.1143077164888382, 2.0776607990264893, 2.0434112548828125, 1.324171543121338, 0.8618032932281494, 0.12543895840644836, 0.9474270939826965, 0.587807297706604, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.5125439167022705, 0.091189444065094, -0.6622998118400574, -0.6280503273010254, -0.7821730971336365, -0.14855723083019257, 0.03981505334377289, -1.7069097757339478, -1.4500385522842407, -0.08005820959806442, -0.3883037567138672, -0.7650483250617981, -0.576676070690155, -1.604161262512207, -0.21705622971057892, -0.7307988405227661, -1.4500385522842407, -1.1246682405471802, -1.0904186964035034, -1.3815394639968872, -1.261666178703308, -1.1589176654815674, -0.645175039768219, -1.535662293434143, -0.16568197309970856, -0.2341809868812561, 1.5810428857803345, 1.8892884254455566, 1.2385478019714355, 1.3584210872650146, 1.563918113708496, 1.6837913990020752, 1.8036646842956543, 2.0776607990264893, 2.0091617107391357, 2.0091617107391357, 2.0776607990264893, 1.9920369386672974, 1.9235379695892334, 2.129034996032715, 2.0434112548828125, 1.974912166595459, -0.6622998118400574, 1.4097954034805298, 2.0091617107391357, 2.0776607990264893, 1.7694151401519775, 1.5981676578521729, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.324171543121338, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.444044828414917, -1.3815394639968872, -0.7992978096008301, -0.6794245839118958, -1.1075434684753418, -0.08005820959806442, -0.19993148744106293, -0.8164225816726685, -1.5014127492904663, 0.2110627144575119, 0.19393795728683472, 0.10831420123577118, -1.3986642360687256, -0.21705622971057892, -1.7411593198776245, -1.6555355787277222, -1.3472900390625, -1.2445415258407593, -0.6965492963790894, 0.6391815543174744, -1.0047948360443115, -0.9362958669662476, -1.415789008140564, -0.9362958669662476, -1.3815394639968872, -1.02191960811615, 0.656306266784668, 1.3926706314086914, 1.1357992887496948, 0.17681321501731873, 1.7694151401519775, 1.8721636533737183, 1.974912166595459, 1.8892884254455566, 2.0091617107391357, 2.094785451889038, 1.9406627416610718, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0605359077453613, 1.9577873945236206, 1.8892884254455566, 1.9920369386672974, 2.0605359077453613, 1.4611696004867554, 1.0844250917434692, 0.6391815543174744, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.6666666269302368, 1.4954191446304321, -0.7307988405227661, -1.0561691522598267, -0.5938007831573486, -1.261666178703308, -1.1931672096252441, 1.2727973461151123, -1.1760424375534058, -0.8164225816726685, -1.0561691522598267, -1.7411593198776245, -0.7992978096008301, -0.5595512986183167, -1.1760424375534058, -0.8677968382835388, -1.7411593198776245, -1.2445415258407593, -0.7992978096008301, 1.0501755475997925, 1.786539912223816, 1.7694151401519775, 0.15968845784664154, -1.2787909507751465, -0.4739275276660919, -1.2959157228469849, -0.9362958669662476, -1.3301652669906616, -0.31980475783348083, 1.63241708278656, 0.5364330410957336, 1.8721636533737183, 1.2385478019714355, 1.6666666269302368, 1.9235379695892334, 1.974912166595459, 2.0091617107391357, 2.0605359077453613, 2.0776607990264893, 2.1461596488952637, 1.9920369386672974, 2.111910104751587, 1.974912166595459, 2.0091617107391357, 1.8721636533737183, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.2385478019714355, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.5981676578521729, 1.7351655960083008, -1.2787909507751465, 0.5021834969520569, 1.8207894563674927, 0.3480607271194458, 0.2110627144575119, -0.9876701235771179, -0.5595512986183167, -1.0904186964035034, -1.3815394639968872, -1.672660231590271, -1.3301652669906616, -0.16568197309970856, -0.7821730971336365, -1.3472900390625, -1.7240345478057861, -0.6622998118400574, 1.1529240608215332, 1.4097954034805298, 1.4097954034805298, 2.1461596488952637, 1.2899221181869507, 0.6391815543174744, 1.0330508947372437, 1.4954191446304321, 0.9131776094436646, -0.8677968382835388, -1.1075434684753418, 0.8446785807609558, 1.6495418548583984, 1.5296685695648193, 1.7694151401519775, 1.6495418548583984, 1.8721636533737183, 1.8892884254455566, 1.8892884254455566, 1.974912166595459, 2.0605359077453613, 1.9406627416610718, 2.0605359077453613, 2.111910104751587, 1.974912166595459, 1.9920369386672974, 1.9406627416610718, 2.111910104751587, 2.1461596488952637, 1.4269200563430786, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.6152924299240112, 1.6152924299240112, 1.7009161710739136, 1.6837913990020752, -0.3369295001029968, 0.27956172823905945, 0.7248052954673767, 0.7248052954673767, -0.7307988405227661, -0.6622998118400574, -1.3986642360687256, -1.1760424375534058, -1.2445415258407593, -1.141792893409729, -1.3130404949188232, -1.02191960811615, -1.4500385522842407, -1.6384108066558838, -0.2341809868812561, -1.2102919816970825, 1.1700488328933716, 0.7761795520782471, 1.5296685695648193, 1.563918113708496, 2.0434112548828125, 1.8550388813018799, 1.4269200563430786, 1.1357992887496948, 1.18717360496521, 0.8618032932281494, -1.0561691522598267, 0.810429036617279, 1.786539912223816, 1.8892884254455566, 1.444044828414917, 1.6495418548583984, 1.7351655960083008, 1.7694151401519775, 1.8892884254455566, 2.1461596488952637, 2.0091617107391357, 2.0776607990264893, 2.111910104751587, 2.094785451889038, 1.8550388813018799, 1.9577873945236206, 2.094785451889038, 2.0434112548828125, 1.6837913990020752, 0.9816765785217285, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.563918113708496, 1.7009161710739136, -0.16568197309970856, -0.2684305012226105, 0.2281874716281891, 0.7076805233955383, 0.0740646943449974, 1.2214230298995972, 1.3584210872650146, 0.7419300675392151, -1.2102919816970825, 0.02269030176103115, -1.415789008140564, -0.9705453515052795, -0.7307988405227661, -0.5424265265464783, -1.2102919816970825, -0.045808710157871246, -0.7821730971336365, -1.4671632051467896, -1.2102919816970825, -1.1589176654815674, 0.8446785807609558, 1.255672574043274, 0.9988013505935669, 1.7522903680801392, 1.9235379695892334, 0.9303023219108582, 0.8618032932281494, 0.7933043241500854, 0.4679340124130249, 0.6391815543174744, -0.13143247365951538, 1.8550388813018799, 1.7351655960083008, 1.5981676578521729, 1.6837913990020752, 1.7351655960083008, 1.6495418548583984, 1.5981676578521729, 1.8379141092300415, 1.974912166595459, 2.0605359077453613, 2.0776607990264893, 2.0434112548828125, 2.0262863636016846, 2.0091617107391357, 2.0091617107391357, 2.0605359077453613, 2.111910104751587, 1.8550388813018799, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 0.656306266784668, -0.5424265265464783, 0.29668647050857544, 1.2214230298995972, 1.2214230298995972, 1.2899221181869507, 1.375545859336853, 1.2727973461151123, 0.8275538086891174, 0.12543895840644836, -0.7307988405227661, -1.2102919816970825, -1.6212860345840454, -1.5527870655059814, -0.5081770420074463, -1.1589176654815674, -0.30267998576164246, -1.604161262512207, -1.073293924331665, -0.5595512986183167, -1.3815394639968872, 1.18717360496521, 1.4097954034805298, 0.9816765785217285, 0.8446785807609558, 1.4269200563430786, 1.4611696004867554, 1.2385478019714355, 0.8789280652999878, 1.0330508947372437, 1.255672574043274, 1.7694151401519775, 1.7694151401519775, 1.8036646842956543, 1.7351655960083008, 1.7351655960083008, 1.8207894563674927, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.8207894563674927, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 1.9406627416610718, 2.0605359077453613, 1.563918113708496, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.444044828414917, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 0.4679340124130249, 0.7419300675392151, -0.5424265265464783, 0.27956172823905945, 1.2214230298995972, 1.3412963151931763, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 1.0673003196716309, -0.9191710948944092, -0.8335473537445068, -1.604161262512207, -0.5424265265464783, -1.0904186964035034, -0.16568197309970856, -0.8164225816726685, -0.610925555229187, -1.073293924331665, -1.4671632051467896, -0.6622998118400574, -0.9705453515052795, 1.0330508947372437, 1.101549744606018, 1.4954191446304321, 1.8207894563674927, 1.8892884254455566, 1.8379141092300415, 1.8550388813018799, 1.6495418548583984, 1.563918113708496, 1.8036646842956543, 1.6666666269302368, 1.8892884254455566, 1.9235379695892334, 1.9920369386672974, 1.8721636533737183, 1.8207894563674927, 1.5981676578521729, 1.8207894563674927, 1.8892884254455566, 1.7694151401519775, 1.6495418548583984, 1.9406627416610718, 1.8721636533737183, 1.9235379695892334, 1.9406627416610718, 1.974912166595459, 1.7694151401519775, 0.7248052954673767, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.6152924299240112, 0.3138112425804138, 1.0330508947372437, -0.42255327105522156, 0.26243698596954346, 1.3412963151931763, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1186745166778564, 1.2385478019714355, 0.10831420123577118, -1.227416753768921, -0.8849216103553772, -1.5699117183685303, 0.0055655487813055515, -0.2513057291507721, -0.43967801332473755, -0.5424265265464783, -1.1589176654815674, -0.2684305012226105, -1.3472900390625, -1.2102919816970825, -1.3301652669906616, 1.6837913990020752, 1.9235379695892334, 1.9235379695892334, 1.5810428857803345, 1.8550388813018799, 1.974912166595459, 1.718040943145752, 1.8207894563674927, 1.8207894563674927, 1.5467933416366577, 2.0262863636016846, 2.0091617107391357, 1.7009161710739136, 1.7694151401519775, 1.7351655960083008, 1.8550388813018799, 1.906413197517395, 1.786539912223816, 1.7522903680801392, 1.8721636533737183, 1.8207894563674927, 1.9920369386672974, 1.7522903680801392, 1.8207894563674927, 1.8379141092300415, 1.1529240608215332, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 0.4850587546825409, 1.2042982578277588, 0.03981505334377289, 0.12543895840644836, 1.324171543121338, 1.3926706314086914, 1.444044828414917, 1.375545859336853, 1.3070467710494995, 1.0330508947372437, 1.2214230298995972, 1.101549744606018, 1.324171543121338, -0.06293346732854843, -0.7307988405227661, -1.1589176654815674, -1.7754088640213013, -0.6965492963790894, -0.4739275276660919, -0.18280673027038574, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.4671632051467896, -0.30267998576164246, 1.3926706314086914, 1.7009161710739136, 1.8036646842956543, 1.9920369386672974, 1.786539912223816, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.9577873945236206, 1.4782943725585938, 2.0605359077453613, 2.0262863636016846, 2.1461596488952637, 2.0091617107391357, 1.906413197517395, 1.8379141092300415, 1.9235379695892334, 1.786539912223816, 1.7351655960083008, 1.7694151401519775, 1.7522903680801392, 1.6666666269302368, 1.8036646842956543, 2.0776607990264893, 1.375545859336853, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5810428857803345, 0.6734310388565063, 0.8960528373718262, 0.6734310388565063, 0.38231024146080017, 1.3584210872650146, 1.444044828414917, 1.3584210872650146, 1.3584210872650146, 0.9303023219108582, 1.0673003196716309, 1.1357992887496948, 1.1529240608215332, 1.375545859336853, 1.4269200563430786, -0.4568027853965759, -1.2102919816970825, -1.3644146919250488, -1.261666178703308, 0.38231024146080017, -0.5253018140792847, 0.4679340124130249, -0.02868395671248436, -1.5870364904403687, -1.3644146919250488, -1.0904186964035034, -1.672660231590271, -0.6280503273010254, 1.6152924299240112, 1.9235379695892334, 1.7009161710739136, 1.6152924299240112, 2.094785451889038, 2.0434112548828125, 2.0434112548828125, 1.6666666269302368, 1.9235379695892334, 1.9577873945236206, 1.9577873945236206, 2.0434112548828125, 2.0262863636016846, 1.9920369386672974, 1.9577873945236206, 1.8379141092300415, 1.8721636533737183, 1.7009161710739136, 1.7694151401519775, 1.7694151401519775, 1.8207894563674927, 1.9920369386672974, 1.101549744606018, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.9988013505935669, 0.12543895840644836, 0.8446785807609558, 1.3070467710494995, 1.4097954034805298, 1.2899221181869507, 1.0844250917434692, 0.7761795520782471, 1.2042982578277588, 1.324171543121338, 1.2042982578277588, 1.3584210872650146, 1.3584210872650146, 1.255672574043274, -0.645175039768219, -0.576676070690155, 0.03981505334377289, -0.3711790144443512, -0.19993148744106293, 0.056939806789159775, 0.6905558109283447, 1.563918113708496, -1.1760424375534058, -1.4329137802124023, -1.0390443801879883, -1.5014127492904663, 0.3309359848499298, 1.8207894563674927, 1.7351655960083008, 1.8036646842956543, 2.0776607990264893, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0091617107391357, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9406627416610718, 1.9235379695892334, 1.9235379695892334, 1.9235379695892334, 1.7522903680801392, 2.129034996032715, 2.1461596488952637, 0.5193082690238953, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.2042982578277588, 0.7076805233955383, 1.4611696004867554, 1.2385478019714355, 1.2042982578277588, 1.0159261226654053, 1.0159261226654053, 0.7933043241500854, 1.2042982578277588, 1.3584210872650146, 1.2385478019714355, 1.324171543121338, 1.2727973461151123, 1.375545859336853, 0.8446785807609558, 0.02269030176103115, -0.31980475783348083, -0.610925555229187, 0.056939806789159775, 0.5706825256347656, 0.4508092403411865, 0.0740646943449974, 0.091189444065094, -1.1246682405471802, -0.6280503273010254, -0.6622998118400574, -1.3986642360687256, 0.3309359848499298, 1.6152924299240112, 1.8721636533737183, 2.0434112548828125, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9406627416610718, 2.0091617107391357, 1.786539912223816, 1.4954191446304321, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 1.9406627416610718, 2.0262863636016846, 2.1632845401763916, 2.1632845401763916, 0.7933043241500854, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.0159261226654053, 1.1529240608215332, 1.5981676578521729, 1.7694151401519775, 0.810429036617279, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 0.7419300675392151, 1.1529240608215332, 1.6837913990020752, 1.2899221181869507, 1.3584210872650146, 1.8892884254455566, 1.5810428857803345, 1.0501755475997925, 0.9645518660545349, -0.5595512986183167, -0.9020463228225708, 0.7590547800064087, -1.261666178703308, -0.2513057291507721, 1.7522903680801392, 0.6391815543174744, 0.8789280652999878, -1.1589176654815674, -0.8677968382835388, -0.9705453515052795, -0.8335473537445068, -0.7821730971336365, 0.622056782245636, 2.0776607990264893, 2.0776607990264893, 1.974912166595459, 1.9920369386672974, 1.8207894563674927, 2.0262863636016846, 1.9235379695892334, 2.0091617107391357, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.0605359077453613, 2.0776607990264893, 1.786539912223816, 1.974912166595459, 2.1804091930389404, 1.9577873945236206, 0.8618032932281494, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.3926706314086914, 0.5535577535629272, 1.3070467710494995, 0.9645518660545349, 0.9474270939826965, 1.3070467710494995, 0.8446785807609558, 1.0330508947372437, 1.101549744606018, 0.8446785807609558, 1.2042982578277588, 1.563918113708496, 1.3070467710494995, 1.5296685695648193, 1.906413197517395, 1.8379141092300415, 1.4097954034805298, 0.8789280652999878, -0.43967801332473755, -0.8506720662117004, -0.1143077164888382, -1.4500385522842407, -0.5595512986183167, 2.0776607990264893, 1.8036646842956543, 0.8960528373718262, 0.622056782245636, -1.02191960811615, -0.8164225816726685, -0.21705622971057892, -1.1075434684753418, -1.0904186964035034, 0.5021834969520569, 2.1804091930389404, 1.9920369386672974, 1.9577873945236206, 1.6837913990020752, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6666666269302368, 2.214658737182617, 2.1632845401763916, 2.111910104751587, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 2.0605359077453613, 1.8892884254455566, 2.111910104751587, 2.111910104751587, 1.0159261226654053, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.5021834969520569, 1.2727973461151123, -0.02868395671248436, 1.8379141092300415, 1.18717360496521, 1.0159261226654053, 0.9988013505935669, 1.3584210872650146, 1.0673003196716309, 1.1529240608215332, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 0.7590547800064087, 0.056939806789159775, 0.12543895840644836, -0.5938007831573486, 1.4097954034805298, -1.3986642360687256, 1.2385478019714355, 1.9406627416610718, 1.6837913990020752, 1.0330508947372437, 0.622056782245636, -0.3540542721748352, -0.19993148744106293, 0.5364330410957336, -0.40542852878570557, -1.2959157228469849, 0.17681321501731873, 1.9920369386672974, 1.8892884254455566, 1.786539912223816, 1.5467933416366577, 0.9645518660545349, 1.974912166595459, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 2.094785451889038, 2.0262863636016846, 1.8721636533737183, 0.6391815543174744, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.563918113708496, 1.4269200563430786, 0.656306266784668, 0.6734310388565063, 0.41655975580215454, 1.4782943725585938, 1.5467933416366577, 1.1186745166778564, 1.4782943725585938, 1.4954191446304321, 1.1186745166778564, 1.375545859336853, 1.5296685695648193, 1.1357992887496948, 1.444044828414917, 1.8721636533737183, 1.906413197517395, 1.8892884254455566, 1.4097954034805298, 0.9816765785217285, 1.5467933416366577, 0.7761795520782471, 1.1186745166778564, -0.9191710948944092, -0.8506720662117004, 1.9406627416610718, 1.906413197517395, 1.9920369386672974, 1.7009161710739136, 1.2385478019714355, 0.9988013505935669, 0.656306266784668, 0.622056782245636, 0.6049320101737976, -1.5014127492904663, 0.27956172823905945, 1.906413197517395, 1.5810428857803345, 1.9235379695892334, 1.2385478019714355, 1.6837913990020752, 1.9920369386672974, 1.8550388813018799, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0434112548828125, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 1.0159261226654053, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4269200563430786, 0.587807297706604, 1.3584210872650146, 1.2214230298995972, 1.563918113708496, 1.4782943725585938, 0.9474270939826965, 1.375545859336853, 1.444044828414917, 1.0673003196716309, 1.444044828414917, 1.563918113708496, 1.2042982578277588, 1.375545859336853, 1.8721636533737183, 1.8207894563674927, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 0.4679340124130249, 2.129034996032715, 0.9988013505935669, 1.0673003196716309, -1.2959157228469849, 2.0434112548828125, 1.7351655960083008, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9235379695892334, 1.8207894563674927, 0.8960528373718262, 0.810429036617279, 0.810429036617279, -1.3644146919250488, 1.563918113708496, 0.587807297706604, 2.0262863636016846, 1.9235379695892334, 1.563918113708496, 1.8379141092300415, 1.5981676578521729, 1.3070467710494995, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.1975340843200684, 2.0605359077453613, 1.9235379695892334, 1.8379141092300415, 2.0091617107391357, 1.8721636533737183, 0.7419300675392151, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.810429036617279, 0.8446785807609558, 0.9131776094436646, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.5125439167022705, 0.8960528373718262, 1.7694151401519775, 1.0844250917434692, 1.6837913990020752, 1.1529240608215332, 1.101549744606018, 1.3070467710494995, 1.4782943725585938, 0.8446785807609558, 1.375545859336853, 1.63241708278656, 1.1700488328933716, 1.4611696004867554, 1.8892884254455566, 1.8207894563674927, 1.8550388813018799, 1.786539912223816, 1.9406627416610718, 1.6152924299240112, 1.8379141092300415, 1.718040943145752, 1.2727973461151123, -1.2959157228469849, 1.8379141092300415, 1.786539912223816, 1.9920369386672974, 2.0091617107391357, 2.0434112548828125, 1.9577873945236206, 1.9577873945236206, 1.8721636533737183, 0.9131776094436646, 0.810429036617279, 0.3309359848499298, -0.9020463228225708, 1.5467933416366577, 1.5296685695648193, 1.101549744606018, 1.8207894563674927, 1.7351655960083008, 1.2042982578277588, 1.255672574043274, 2.1461596488952637, 2.111910104751587, 2.1632845401763916, 2.1461596488952637, 2.0605359077453613, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.906413197517395, 1.2899221181869507, 0.622056782245636, 0.5364330410957336, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7761795520782471, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 1.4269200563430786, 1.9406627416610718, 1.563918113708496, 0.9303023219108582, 0.7419300675392151, 1.1529240608215332, 0.810429036617279, 1.444044828414917, 1.7522903680801392, 1.2899221181869507, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 1.4782943725585938, 0.5364330410957336, 1.9235379695892334, 1.9920369386672974, 1.3412963151931763, -0.8849216103553772, 1.9577873945236206, 1.8892884254455566, 2.0262863636016846, 2.0091617107391357, 2.094785451889038, 1.974912166595459, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 0.8960528373718262, 0.9303023219108582, -1.1589176654815674, 1.9920369386672974, 1.2214230298995972, 1.8550388813018799, 1.6837913990020752, 1.6495418548583984, 1.2727973461151123, 1.18717360496521, 2.1461596488952637, 2.0434112548828125, 2.1461596488952637, 2.1632845401763916, 2.094785451889038, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 1.906413197517395, 1.906413197517395, 0.6391815543174744, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053], [0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.4097954034805298, 1.3584210872650146, 1.2214230298995972, 1.3070467710494995, 1.8721636533737183, 1.7522903680801392, 1.2385478019714355, 0.7419300675392151, 0.8275538086891174, 0.9474270939826965, 1.5125439167022705, 1.6495418548583984, 1.324171543121338, 1.6495418548583984, 1.5810428857803345, 1.6837913990020752, 1.8892884254455566, 1.3412963151931763, 0.8618032932281494, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.375545859336853, -0.5424265265464783, 2.0605359077453613, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 2.0091617107391357, 2.0091617107391357, 1.563918113708496, 0.8789280652999878, 0.0740646943449974, 0.9474270939826965, 2.0091617107391357, 1.906413197517395, 1.9235379695892334, 1.5981676578521729, 1.6837913990020752, 0.9303023219108582, 2.1975340843200684, 2.094785451889038, 2.111910104751587, 2.1804091930389404, 2.111910104751587, 2.111910104751587, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 2.0262863636016846, 0.7076805233955383, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4954191446304321, 1.5467933416366577, 1.1529240608215332, 1.786539912223816, 1.9235379695892334, 1.7522903680801392, 0.6905558109283447, 0.7590547800064087, 1.2385478019714355, 1.4954191446304321, 1.324171543121338, 1.4269200563430786, 1.5296685695648193, 1.8207894563674927, 1.7522903680801392, 1.906413197517395, 0.4508092403411865, 0.41655975580215454, -0.09718296676874161, 1.324171543121338, 1.9235379695892334, 1.2214230298995972, 1.6495418548583984, 2.0605359077453613, 1.8550388813018799, 2.0262863636016846, 1.974912166595459, 2.0434112548828125, 2.0605359077453613, 2.129034996032715, 2.0776607990264893, 2.0605359077453613, 1.718040943145752, 1.9577873945236206, 1.101549744606018, 0.8446785807609558, 1.9577873945236206, 1.974912166595459, 1.6666666269302368, 1.0330508947372437, 1.4782943725585938, 1.0673003196716309, 2.129034996032715, 2.0776607990264893, 2.129034996032715, 2.1632845401763916, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 1.8892884254455566, 1.974912166595459, 1.8207894563674927, 1.1357992887496948, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.6152924299240112, 2.0434112548828125, 2.0091617107391357, 1.63241708278656, 0.3309359848499298, 1.444044828414917, 1.7351655960083008, 1.2042982578277588, 1.6152924299240112, 1.7351655960083008, 1.974912166595459, 1.7522903680801392, 2.0262863636016846, 0.26243698596954346, 0.8275538086891174, 0.03981505334377289, 0.8960528373718262, 1.7009161710739136, 2.1461596488952637, 1.5125439167022705, 2.0091617107391357, 1.8036646842956543, 2.129034996032715, 2.0262863636016846, 2.0262863636016846, 1.9920369386672974, 2.0262863636016846, 2.0605359077453613, 2.0262863636016846, 2.0091617107391357, 1.9235379695892334, 1.8892884254455566, 1.5467933416366577, 1.8550388813018799, 1.8892884254455566, 1.718040943145752, 1.2899221181869507, 1.6495418548583984, 1.63241708278656, 1.906413197517395, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.974912166595459, 2.0262863636016846, 1.6495418548583984, 1.4954191446304321, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 0.7933043241500854, 1.4097954034805298, 1.1186745166778564, 1.4269200563430786, 2.111910104751587, 2.0262863636016846, 1.8550388813018799, 0.9303023219108582, 1.63241708278656, 1.8036646842956543, 1.2042982578277588, 1.63241708278656, 1.7522903680801392, 1.906413197517395, 1.8379141092300415, 1.2214230298995972, 0.9474270939826965, 0.9645518660545349, 0.19393795728683472, 0.2281874716281891, 1.2727973461151123, 1.5810428857803345, 1.906413197517395, 1.9920369386672974, 1.8550388813018799, 1.9406627416610718, 2.0262863636016846, 1.9577873945236206, 1.7009161710739136, 2.0091617107391357, 2.1461596488952637, 2.111910104751587, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 1.7694151401519775, 1.7009161710739136, 1.8721636533737183, 1.9406627416610718, 1.2385478019714355, 1.4782943725585938, 1.4954191446304321, 1.9577873945236206, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 1.8550388813018799, 1.718040943145752, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 0.9474270939826965, 1.3070467710494995, 1.0673003196716309, 1.3412963151931763, 2.0776607990264893, 1.9920369386672974, 1.4269200563430786, 1.5467933416366577, 1.5981676578521729, 1.5125439167022705, 1.2385478019714355, 1.786539912223816, 1.786539912223816, 1.6495418548583984, 1.8207894563674927, 0.5364330410957336, 0.6734310388565063, 1.2727973461151123, 0.24531221389770508, 0.02269030176103115, 0.8960528373718262, 1.4954191446304321, 1.9920369386672974, 1.786539912223816, 1.6666666269302368, 2.0091617107391357, 1.9577873945236206, 1.9235379695892334, 2.0091617107391357, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.0262863636016846, 1.9577873945236206, 1.9577873945236206, 1.7522903680801392, 1.718040943145752, 1.9577873945236206, 1.8550388813018799, 0.8789280652999878, 1.324171543121338, 1.5125439167022705, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.111910104751587, 2.094785451889038, 2.0605359077453613, 1.9406627416610718, 1.9406627416610718, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.14256370067596436, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0673003196716309, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1186745166778564, 1.3070467710494995, 1.1357992887496948, 1.6666666269302368, 1.9577873945236206, 1.8721636533737183, 1.3070467710494995, 1.7351655960083008, 1.3926706314086914, 1.375545859336853, 1.8036646842956543, 1.786539912223816, 1.9235379695892334, 1.6152924299240112, 1.8721636533737183, 0.8789280652999878, 0.8446785807609558, 1.3584210872650146, 0.3138112425804138, 0.5706825256347656, -0.3540542721748352, 1.5810428857803345, 1.4269200563430786, 1.4611696004867554, 2.094785451889038, 1.7694151401519775, 2.0434112548828125, 1.974912166595459, 1.786539912223816, 1.9920369386672974, 2.1975340843200684, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9920369386672974, 1.8721636533737183, 1.8892884254455566, 1.6837913990020752, 2.094785451889038, 1.444044828414917, 1.5296685695648193, 1.6495418548583984, 1.9577873945236206, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 1.9577873945236206, 1.8207894563674927, 0.6734310388565063, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 1.3584210872650146, 1.0844250917434692, 1.5981676578521729, 1.9406627416610718, 0.5706825256347656, 1.0673003196716309, 1.7522903680801392, 1.5810428857803345, 1.8550388813018799, 1.5467933416366577, 1.8379141092300415, 1.786539912223816, 1.6666666269302368, 1.718040943145752, 0.656306266784668, 0.8960528373718262, 1.1357992887496948, 0.15968845784664154, 1.18717360496521, -0.13143247365951538, 0.7076805233955383, 1.6152924299240112, 2.1632845401763916, 2.129034996032715, 1.6152924299240112, 1.8892884254455566, 2.094785451889038, 2.0091617107391357, 2.0262863636016846, 2.0605359077453613, 1.8892884254455566, 2.0262863636016846, 1.9406627416610718, 1.8892884254455566, 1.906413197517395, 1.8892884254455566, 2.0605359077453613, 2.111910104751587, 0.4850587546825409, 1.4611696004867554, 1.7351655960083008, 1.974912166595459, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.111910104751587, 1.5467933416366577, 1.9235379695892334, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.18717360496521, 1.255672574043274, 1.2214230298995972, 1.3926706314086914, 1.1529240608215332, 1.7009161710739136, 1.6152924299240112, -0.14855723083019257, -0.06293346732854843, 1.375545859336853, 1.6837913990020752, 1.7351655960083008, 1.6837913990020752, 1.8036646842956543, 1.9235379695892334, 1.6152924299240112, 1.3412963151931763, 0.622056782245636, 0.4850587546825409, 0.656306266784668, 0.6049320101737976, 1.1700488328933716, 0.41655975580215454, 0.9988013505935669, 1.1700488328933716, 1.7694151401519775, 1.6152924299240112, 2.231783390045166, 1.974912166595459, 1.9920369386672974, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 1.906413197517395, 2.0776607990264893, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.8036646842956543, 2.0605359077453613, 1.8207894563674927, 1.1529240608215332, 1.444044828414917, 1.8892884254455566, 2.0262863636016846, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 2.094785451889038, 1.8721636533737183, 2.0776607990264893, 0.5021834969520569, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.0844250917434692, 1.324171543121338, 0.8789280652999878, 1.7694151401519775, 1.444044828414917, 0.3480607271194458, 0.17681321501731873, 0.5364330410957336, 2.094785451889038, 0.5706825256347656, 2.0091617107391357, 1.8721636533737183, 1.8550388813018799, 1.6495418548583984, 1.4611696004867554, 0.8960528373718262, 1.0844250917434692, 1.718040943145752, 0.7076805233955383, 1.563918113708496, 1.18717360496521, 0.29668647050857544, 0.8789280652999878, 1.444044828414917, 1.3070467710494995, 1.7009161710739136, 1.906413197517395, 1.974912166595459, 1.2042982578277588, 1.7351655960083008, 2.1632845401763916, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.9235379695892334, 2.0776607990264893, 1.974912166595459, 1.6495418548583984, 2.0434112548828125, 1.255672574043274, 1.9235379695892334, 1.8036646842956543, 2.0434112548828125, 2.0605359077453613, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0262863636016846, 1.9406627416610718, 0.5364330410957336, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.3584210872650146, 1.2214230298995972, 0.9988013505935669, 1.324171543121338, 1.1186745166778564, 1.7009161710739136, 1.2214230298995972, 0.622056782245636, -0.5938007831573486, 0.29668647050857544, 2.129034996032715, 0.9988013505935669, 1.9406627416610718, 1.7694151401519775, 1.7351655960083008, 1.7351655960083008, 1.4269200563430786, 0.7761795520782471, 1.1186745166778564, 1.718040943145752, 0.7933043241500854, 1.2214230298995972, 0.9303023219108582, -0.045808710157871246, 1.2385478019714355, 1.444044828414917, 1.8892884254455566, 1.8036646842956543, 1.6495418548583984, 1.786539912223816, 1.5125439167022705, 2.0605359077453613, 2.129034996032715, 1.9920369386672974, 2.1461596488952637, 1.974912166595459, 1.9406627416610718, 1.9577873945236206, 1.9235379695892334, 1.9577873945236206, 2.0605359077453613, 2.0605359077453613, 1.5810428857803345, 1.8036646842956543, 2.0434112548828125, 2.0776607990264893, 2.094785451889038, 2.1461596488952637, 2.1461596488952637, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 1.974912166595459, 2.0091617107391357, 1.5296685695648193, 1.444044828414917, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, -0.30267998576164246, 1.255672574043274, 0.7933043241500854, 1.8207894563674927, 1.1700488328933716, 0.6391815543174744, 0.5706825256347656, 0.19393795728683472, 0.7590547800064087, 0.8960528373718262, 1.9920369386672974, 1.8892884254455566, 1.718040943145752, 1.7522903680801392, 0.656306266784668, 0.7933043241500854, 1.101549744606018, 1.4954191446304321, 0.9988013505935669, 1.444044828414917, 1.3926706314086914, 0.26243698596954346, 0.27956172823905945, 1.324171543121338, 1.63241708278656, 0.8960528373718262, 1.6495418548583984, 1.7522903680801392, 1.4782943725585938, 2.129034996032715, 1.9920369386672974, 1.9577873945236206, 2.0262863636016846, 2.094785451889038, 1.8379141092300415, 1.6837913990020752, 1.8550388813018799, 1.9577873945236206, 2.0091617107391357, 2.0776607990264893, 1.7351655960083008, 1.9406627416610718, 2.0262863636016846, 2.094785451889038, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0776607990264893, 2.0091617107391357, 1.5467933416366577, 2.0091617107391357, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8960528373718262, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2899221181869507, -0.7479235529899597, 1.3412963151931763, 0.587807297706604, 1.6666666269302368, 0.8960528373718262, 0.8618032932281494, 1.324171543121338, 1.1186745166778564, 1.5125439167022705, 1.0501755475997925, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 1.8550388813018799, 1.1357992887496948, 0.9303023219108582, 1.0501755475997925, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.7351655960083008, 1.0330508947372437, -0.02868395671248436, 1.7694151401519775, 0.9645518660545349, 1.8036646842956543, 0.5535577535629272, 1.3070467710494995, 0.9988013505935669, 1.8721636533737183, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.094785451889038, 1.9577873945236206, 1.7009161710739136, 1.8892884254455566, 2.0605359077453613, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 1.9235379695892334, 1.9577873945236206, 2.1461596488952637, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.129034996032715, 2.129034996032715, 2.0776607990264893, 2.111910104751587, 2.0434112548828125, 1.63241708278656, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3480607271194458, 0.3309359848499298, 0.39943498373031616, 0.4679340124130249, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7761795520782471, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.2727973461151123, 0.17681321501731873, 1.3412963151931763, 1.1357992887496948, 1.4269200563430786, 1.3070467710494995, 0.9645518660545349, 0.8446785807609558, 1.1700488328933716, 1.718040943145752, 0.38231024146080017, 1.324171543121338, 1.9235379695892334, 1.4954191446304321, 1.8379141092300415, 1.3584210872650146, 0.8275538086891174, 1.1529240608215332, 1.5125439167022705, 1.563918113708496, 1.4269200563430786, 1.9235379695892334, 0.9645518660545349, -0.1143077164888382, 1.324171543121338, 1.718040943145752, 1.906413197517395, 2.0091617107391357, 0.9988013505935669, 1.9577873945236206, 1.63241708278656, 1.9406627416610718, 2.094785451889038, 1.9920369386672974, 2.129034996032715, 2.0776607990264893, 1.5296685695648193, 1.786539912223816, 2.129034996032715, 1.8892884254455566, 2.0434112548828125, 1.1700488328933716, 1.9406627416610718, 1.974912166595459, 2.1804091930389404, 1.974912166595459, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.111910104751587, 2.129034996032715, 2.111910104751587, 2.1804091930389404, 2.0605359077453613, 1.9406627416610718, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0501755475997925, 1.324171543121338, 0.4679340124130249, 1.18717360496521, 1.3070467710494995, 1.63241708278656, 1.63241708278656, 0.7076805233955383, 1.3584210872650146, 1.4954191446304321, 0.10831420123577118, 0.19393795728683472, 0.9474270939826965, 2.0434112548828125, 1.5296685695648193, 1.7009161710739136, 1.444044828414917, 0.38231024146080017, 1.7351655960083008, 1.5981676578521729, 1.718040943145752, 1.2899221181869507, 1.5467933416366577, 1.1186745166778564, 0.656306266784668, 0.14256370067596436, 0.9303023219108582, 1.786539912223816, 1.8036646842956543, 1.5810428857803345, 0.8275538086891174, 0.7933043241500854, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.7351655960083008, 1.8207894563674927, 1.6837913990020752, 1.8892884254455566, 2.0091617107391357, 1.7009161710739136, 1.8721636533737183, 1.8379141092300415, 2.1804091930389404, 2.111910104751587, 2.1461596488952637, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.9577873945236206, 1.8379141092300415, 1.974912166595459, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.2385478019714355, 0.9645518660545349, 1.324171543121338, 1.2899221181869507, 1.5810428857803345, 1.6495418548583984, 0.9303023219108582, 0.9474270939826965, 1.3412963151931763, -0.43967801332473755, 0.10831420123577118, 1.5981676578521729, 1.8550388813018799, 1.4097954034805298, 1.0673003196716309, 1.786539912223816, 0.6391815543174744, 1.4269200563430786, 1.0330508947372437, 1.1529240608215332, 1.4611696004867554, 1.8036646842956543, 1.2042982578277588, 0.6905558109283447, -0.3711790144443512, 1.0844250917434692, 2.0091617107391357, 0.5706825256347656, 0.4679340124130249, 0.656306266784668, 0.9131776094436646, 1.3926706314086914, 1.8721636533737183, 2.1632845401763916, 1.9406627416610718, 2.094785451889038, 1.7522903680801392, 2.129034996032715, 2.1632845401763916, 2.094785451889038, 1.7009161710739136, 2.0091617107391357, 1.4097954034805298, 2.111910104751587, 2.1975340843200684, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.094785451889038, 1.6495418548583984, 1.8207894563674927, 2.0262863636016846, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616], [0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.3926706314086914, 1.3412963151931763, 1.6495418548583984, 1.5981676578521729, 0.7590547800064087, 0.9474270939826965, -0.02868395671248436, 0.12543895840644836, 1.1700488328933716, 2.0776607990264893, 1.8892884254455566, 1.4954191446304321, 1.5125439167022705, 1.2214230298995972, 0.41655975580215454, 1.9406627416610718, 1.6152924299240112, 0.5193082690238953, 1.5467933416366577, 1.4782943725585938, 1.3584210872650146, 0.8789280652999878, -0.045808710157871246, 1.0330508947372437, 1.324171543121338, 0.24531221389770508, 1.3584210872650146, 0.3651854991912842, 0.9474270939826965, 1.6495418548583984, 1.9577873945236206, 1.3926706314086914, 2.111910104751587, 2.111910104751587, 1.906413197517395, 2.129034996032715, 2.0434112548828125, 1.974912166595459, 1.974912166595459, 2.1461596488952637, 1.9406627416610718, 1.9406627416610718, 2.1975340843200684, 2.1632845401763916, 2.111910104751587, 2.214658737182617, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.111910104751587, 1.9235379695892334, 2.1804091930389404, 1.6495418548583984, 0.5706825256347656, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017], [0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.10831420123577118, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 1.1186745166778564, 0.056939806789159775, 1.3070467710494995, 1.5296685695648193, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 0.8960528373718262, 0.03981505334377289, -1.1075434684753418, 1.2385478019714355, 2.0262863636016846, 1.9406627416610718, 1.5810428857803345, 1.5981676578521729, 1.8379141092300415, 0.6905558109283447, 1.4954191446304321, 1.7351655960083008, 0.5535577535629272, 0.9303023219108582, 1.4954191446304321, 1.1700488328933716, 1.375545859336853, 0.26243698596954346, 0.6391815543174744, 0.41655975580215454, 0.12543895840644836, -0.14855723083019257, 0.8446785807609558, 1.4611696004867554, 1.9577873945236206, 1.8207894563674927, 2.0262863636016846, 2.0434112548828125, 1.906413197517395, 2.0262863636016846, 1.7694151401519775, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 2.111910104751587, 2.0091617107391357, 1.9406627416610718, 2.214658737182617, 2.129034996032715, 1.9577873945236206, 2.111910104751587, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1632845401763916, 1.6152924299240112, 1.3412963151931763, 1.7009161710739136, 0.9303023219108582, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017], [0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.5535577535629272, 1.255672574043274, 1.5467933416366577, 1.7009161710739136, 1.5810428857803345, 1.63241708278656, 0.9816765785217285, 0.7933043241500854, -0.7479235529899597, 1.7522903680801392, 2.0605359077453613, 2.0434112548828125, 1.4954191446304321, 1.786539912223816, 1.5810428857803345, 1.18717360496521, 1.5981676578521729, 1.906413197517395, 0.9474270939826965, 1.18717360496521, 1.0159261226654053, 1.4269200563430786, 1.18717360496521, 0.24531221389770508, -0.3369295001029968, -0.21705622971057892, 0.41655975580215454, -0.30267998576164246, -0.011559205129742622, 1.3070467710494995, 1.8379141092300415, 2.094785451889038, 1.8207894563674927, 1.9920369386672974, 1.375545859336853, 2.0262863636016846, 2.0434112548828125, 2.0776607990264893, 2.0776607990264893, 1.7522903680801392, 2.094785451889038, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.214658737182617, 2.214658737182617, 2.0776607990264893, 2.1632845401763916, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.974912166595459, 2.094785451889038, 1.5981676578521729, 1.4611696004867554, 0.6391815543174744, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.8789280652999878, 0.8618032932281494, -0.28555524349212646, 1.255672574043274, 1.5467933416366577, 1.7351655960083008, 1.5810428857803345, 1.6837913990020752, 1.2042982578277588, 0.7248052954673767, 1.3584210872650146, 1.324171543121338, 1.9235379695892334, 1.9920369386672974, 1.4611696004867554, 0.810429036617279, 1.18717360496521, 0.9131776094436646, 1.0844250917434692, 1.4954191446304321, 1.6837913990020752, 0.5193082690238953, 1.5125439167022705, 0.8618032932281494, 1.444044828414917, -0.02868395671248436, 0.4850587546825409, 0.656306266784668, -0.13143247365951538, 0.6905558109283447, -0.42255327105522156, 0.8618032932281494, 1.6666666269302368, 2.231783390045166, 1.4097954034805298, 1.974912166595459, 0.9474270939826965, 2.0091617107391357, 1.974912166595459, 1.906413197517395, 1.6837913990020752, 1.786539912223816, 2.0776607990264893, 1.9406627416610718, 2.0776607990264893, 2.0091617107391357, 2.1632845401763916, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.906413197517395, 2.1975340843200684, 1.1529240608215332, 1.3584210872650146, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.19993148744106293, 1.2385478019714355, 1.5810428857803345, 1.6666666269302368, 1.7522903680801392, 1.6837913990020752, 1.0330508947372437, 0.9645518660545349, 1.4954191446304321, 0.7076805233955383, 1.974912166595459, 1.974912166595459, 1.6495418548583984, 1.0159261226654053, 1.7009161710739136, 1.6152924299240112, 0.8446785807609558, 1.5810428857803345, 1.5981676578521729, 0.39943498373031616, 1.5981676578521729, 1.6837913990020752, 1.324171543121338, -0.011559205129742622, -0.28555524349212646, 0.10831420123577118, 0.9816765785217285, 0.7076805233955383, 0.8789280652999878, 1.563918113708496, 1.3070467710494995, 2.214658737182617, 1.18717360496521, 1.4954191446304321, 0.27956172823905945, 1.9406627416610718, 1.8892884254455566, 1.9235379695892334, 0.9988013505935669, 1.3070467710494995, 1.9235379695892334, 1.9235379695892334, 2.0605359077453613, 1.4954191446304321, 2.214658737182617, 2.094785451889038, 2.1975340843200684, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1804091930389404, 1.7522903680801392, 1.2727973461151123, 0.622056782245636, 0.7248052954673767, 0.5535577535629272, 0.5021834969520569, 0.6391815543174744, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298], [0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.9020463228225708, 1.4097954034805298, 1.444044828414917, 1.6495418548583984, 1.7694151401519775, 1.6666666269302368, 0.9303023219108582, 0.7076805233955383, 1.2727973461151123, 1.0159261226654053, 1.906413197517395, 1.9406627416610718, 1.5296685695648193, 0.6391815543174744, 1.8550388813018799, 2.0605359077453613, 1.7009161710739136, 1.6495418548583984, 0.3309359848499298, 0.5193082690238953, 0.9303023219108582, 2.0262863636016846, 1.255672574043274, 0.24531221389770508, 0.14256370067596436, -0.1143077164888382, 0.9645518660545349, 0.5021834969520569, 0.19393795728683472, 1.5467933416366577, 1.9235379695892334, 2.1632845401763916, 2.1804091930389404, 1.3926706314086914, 0.5021834969520569, 2.0091617107391357, 1.906413197517395, 1.718040943145752, 2.129034996032715, 1.375545859336853, 1.8207894563674927, 1.8550388813018799, 1.974912166595459, 1.7009161710739136, 2.231783390045166, 2.0091617107391357, 2.1632845401763916, 2.094785451889038, 2.231783390045166, 2.1632845401763916, 1.9920369386672974, 1.906413197517395, 1.9577873945236206, 0.8446785807609558, 0.8789280652999878, 0.9816765785217285, 0.587807297706604, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 0.7761795520782471, -1.2787909507751465, 1.4611696004867554, 1.4954191446304321, 1.7694151401519775, 1.8036646842956543, 1.6666666269302368, 0.9988013505935669, 0.7248052954673767, 1.0844250917434692, 0.7761795520782471, 2.0434112548828125, 1.9406627416610718, 1.1529240608215332, 0.5706825256347656, 1.6495418548583984, 1.8379141092300415, 0.9988013505935669, 0.9816765785217285, 0.622056782245636, 1.7522903680801392, 1.4782943725585938, 1.8550388813018799, 1.324171543121338, 0.15968845784664154, 0.091189444065094, 0.24531221389770508, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.8446785807609558, 1.5467933416366577, 1.8892884254455566, 2.129034996032715, 2.1975340843200684, 2.0605359077453613, 1.974912166595459, 1.8721636533737183, 1.8207894563674927, 2.1461596488952637, 1.7522903680801392, 2.0262863636016846, 2.0434112548828125, 1.9235379695892334, 1.444044828414917, 2.1632845401763916, 1.974912166595459, 2.214658737182617, 2.1632845401763916, 2.214658737182617, 2.248908281326294, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 1.4611696004867554, 1.7522903680801392, 1.4269200563430786, 0.587807297706604, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.7248052954673767, 0.810429036617279, -1.261666178703308, 1.5296685695648193, 1.4611696004867554, 1.8036646842956543, 1.7694151401519775, 1.6495418548583984, 1.2042982578277588, 1.5981676578521729, 0.38231024146080017, 0.8960528373718262, 2.0434112548828125, 1.974912166595459, 0.43368449807167053, -0.30267998576164246, 1.5981676578521729, 1.8379141092300415, 0.4850587546825409, 0.29668647050857544, 1.1357992887496948, 1.7351655960083008, 1.5981676578521729, 2.0605359077453613, 2.0776607990264893, 0.9816765785217285, 0.587807297706604, 1.101549744606018, 0.3138112425804138, 0.3480607271194458, 0.6049320101737976, 0.3480607271194458, 1.0159261226654053, 1.1529240608215332, 1.6666666269302368, 1.9235379695892334, 2.1975340843200684, 1.6495418548583984, 1.5125439167022705, 1.8892884254455566, 1.9577873945236206, 2.129034996032715, 1.6495418548583984, 2.111910104751587, 1.4954191446304321, 0.2281874716281891, 2.0262863636016846, 1.9235379695892334, 2.094785451889038, 2.1461596488952637, 2.0605359077453613, 2.214658737182617, 2.129034996032715, 1.4954191446304321, 1.7009161710739136, 1.563918113708496, 1.0844250917434692, 0.7761795520782471, 0.5706825256347656, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.41655975580215454, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7076805233955383, 0.7419300675392151, -0.9705453515052795, 1.4611696004867554, 1.563918113708496, 1.8207894563674927, 1.8207894563674927, 1.2214230298995972, 1.18717360496521, 0.6391815543174744, 0.4679340124130249, 0.3309359848499298, 2.0262863636016846, 1.8207894563674927, 1.1529240608215332, -0.7479235529899597, 1.8207894563674927, 1.906413197517395, 0.5021834969520569, 0.4679340124130249, 1.4097954034805298, 1.5467933416366577, 0.9645518660545349, 1.8721636533737183, 1.8892884254455566, 0.19393795728683472, 0.9131776094436646, 0.41655975580215454, -0.3369295001029968, 0.056939806789159775, 0.26243698596954346, 0.43368449807167053, 1.2385478019714355, 0.810429036617279, 0.7076805233955383, 0.12543895840644836, 2.094785451889038, 0.5706825256347656, 1.6495418548583984, 1.786539912223816, 1.4269200563430786, 1.4782943725585938, 1.8379141092300415, 2.094785451889038, 0.6905558109283447, 1.906413197517395, 1.8036646842956543, 1.8721636533737183, 0.091189444065094, 0.7933043241500854, 1.9577873945236206, 2.248908281326294, 2.094785451889038, 1.9235379695892334, 1.6666666269302368, 2.0776607990264893, 1.0501755475997925, 1.1529240608215332, 0.5193082690238953, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.5364330410957336, -0.9362958669662476, 1.3926706314086914, 1.5296685695648193, 1.906413197517395, 1.5125439167022705, 1.4269200563430786, 0.6049320101737976, 1.0844250917434692, 1.1700488328933716, 1.0673003196716309, 2.0605359077453613, 1.786539912223816, 0.9474270939826965, -0.8506720662117004, 1.444044828414917, 1.9577873945236206, 0.8275538086891174, 1.3584210872650146, 1.4097954034805298, 0.9474270939826965, 1.0844250917434692, 2.1804091930389404, 1.6837913990020752, 0.26243698596954346, 0.8789280652999878, 0.6391815543174744, 0.3309359848499298, 0.5535577535629272, 1.101549744606018, 1.0330508947372437, 1.255672574043274, 0.2110627144575119, -0.21705622971057892, -0.011559205129742622, 0.4850587546825409, 1.4954191446304321, 1.3412963151931763, 1.8721636533737183, 1.7009161710739136, 1.6837913990020752, 1.4782943725585938, 1.4269200563430786, 0.091189444065094, 2.0605359077453613, 1.18717360496521, 0.9474270939826965, 0.5535577535629272, 0.7933043241500854, 1.8207894563674927, 2.248908281326294, 1.9920369386672974, 1.375545859336853, 2.094785451889038, 1.0330508947372437, 0.3651854991912842, 0.9131776094436646, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.5364330410957336, -0.3540542721748352, 1.375545859336853, 1.5810428857803345, 1.8207894563674927, 1.1186745166778564, 1.8207894563674927, 0.8960528373718262, 1.18717360496521, 0.7761795520782471, 1.6495418548583984, 1.8721636533737183, 1.8036646842956543, 1.1700488328933716, -1.1589176654815674, 1.7522903680801392, 1.63241708278656, 1.1357992887496948, 0.6905558109283447, 0.7933043241500854, 1.1186745166778564, 1.8550388813018799, 2.0262863636016846, 1.8036646842956543, 0.38231024146080017, 1.1357992887496948, 1.1700488328933716, 0.5364330410957336, 1.2385478019714355, 0.27956172823905945, 1.4782943725585938, 1.718040943145752, -0.19993148744106293, -0.30267998576164246, -0.7136740684509277, -0.4568027853965759, 1.6152924299240112, 1.2727973461151123, 1.5296685695648193, 2.111910104751587, 1.9577873945236206, 1.7694151401519775, 1.6495418548583984, 0.03981505334377289, 1.8892884254455566, 1.5467933416366577, 1.3412963151931763, 1.0673003196716309, 1.0844250917434692, 1.563918113708496, 2.0776607990264893, 0.810429036617279, 2.0262863636016846, 2.214658737182617, 1.2042982578277588, 1.1529240608215332, 0.7419300675392151, 0.6049320101737976, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.5021834969520569, 0.15968845784664154, 1.324171543121338, 1.7351655960083008, 1.7694151401519775, 1.8207894563674927, 1.7351655960083008, 1.18717360496521, 1.0330508947372437, 0.10831420123577118, 1.9920369386672974, 1.9577873945236206, 1.8721636533737183, 1.4782943725585938, -1.0390443801879883, 1.8721636533737183, 1.2727973461151123, 1.7694151401519775, 0.9131776094436646, 1.1357992887496948, 1.1186745166778564, 1.9406627416610718, 1.2727973461151123, 1.6495418548583984, 0.6905558109283447, 0.9474270939826965, 0.5535577535629272, 0.8275538086891174, 0.4850587546825409, 1.0159261226654053, 0.7419300675392151, -0.43967801332473755, 0.6391815543174744, 0.8618032932281494, 0.24531221389770508, -0.7479235529899597, -0.13143247365951538, 0.5535577535629272, 1.3926706314086914, 1.9406627416610718, 1.8550388813018799, 2.0091617107391357, 1.1529240608215332, 0.7590547800064087, 2.1975340843200684, 1.8379141092300415, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.8036646842956543, 1.4611696004867554, 1.9920369386672974, 2.0262863636016846, 1.6495418548583984, 1.255672574043274, -0.08005820959806442, 0.810429036617279, 0.622056782245636, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945], [0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5706825256347656, 0.5021834969520569, 0.7076805233955383, 1.2899221181869507, 1.4954191446304321, 1.8721636533737183, 1.7522903680801392, 1.563918113708496, 1.2727973461151123, 0.8618032932281494, 1.0330508947372437, 1.6152924299240112, 1.8550388813018799, 1.974912166595459, 1.4097954034805298, -0.3711790144443512, 1.8892884254455566, 1.906413197517395, 1.974912166595459, 1.255672574043274, 1.4611696004867554, 1.4782943725585938, 1.6495418548583984, 2.214658737182617, 0.39943498373031616, 0.38231024146080017, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.810429036617279, 0.4850587546825409, -0.13143247365951538, 1.1186745166778564, 0.3309359848499298, 0.6905558109283447, -0.06293346732854843, -0.9020463228225708, -0.8164225816726685, 0.7761795520782471, 1.375545859336853, 2.0776607990264893, 1.5125439167022705, 1.9920369386672974, 1.2214230298995972, 0.7076805233955383, 1.6666666269302368, 2.0605359077453613, 1.974912166595459, 1.0673003196716309, 1.6666666269302368, 1.9235379695892334, 1.4269200563430786, 1.375545859336853, 1.1186745166778564, 2.0262863636016846, 1.1186745166778564, 0.3480607271194458, 0.810429036617279, 0.26243698596954346, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.38231024146080017, 1.3070467710494995, 1.6152924299240112, 1.9235379695892334, 1.786539912223816, 1.6837913990020752, 1.101549744606018, 1.5125439167022705, 1.5296685695648193, 1.8892884254455566, 2.0262863636016846, 1.8207894563674927, 1.1357992887496948, 0.091189444065094, 1.7522903680801392, 2.0091617107391357, 1.7522903680801392, 1.6837913990020752, 1.3070467710494995, 1.786539912223816, 1.4611696004867554, 2.1804091930389404, 1.1357992887496948, 0.9131776094436646, 0.9816765785217285, -0.31980475783348083, 0.8789280652999878, 1.0330508947372437, 0.5706825256347656, -0.011559205129742622, 0.17681321501731873, 0.29668647050857544, 0.5021834969520569, 0.0740646943449974, -0.43967801332473755, -0.19993148744106293, -0.6280503273010254, 0.6049320101737976, 1.974912166595459, 2.1804091930389404, 1.6666666269302368, 1.0330508947372437, 1.0330508947372437, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.2214230298995972, 1.5981676578521729, 1.9577873945236206, 1.6495418548583984, 1.255672574043274, 1.4269200563430786, 0.12543895840644836, 0.8446785807609558, 1.18717360496521, 0.39943498373031616, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.3138112425804138, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.4679340124130249, 0.622056782245636, 1.563918113708496, 1.6495418548583984, 1.9577873945236206, 1.7009161710739136, 1.6152924299240112, 1.18717360496521, 1.0501755475997925, 1.7694151401519775, 1.6495418548583984, 1.9577873945236206, 1.8207894563674927, 1.1529240608215332, -0.02868395671248436, 1.9406627416610718, 1.9577873945236206, 1.63241708278656, 1.7522903680801392, 0.9816765785217285, 1.8379141092300415, 1.906413197517395, 1.786539912223816, 0.5706825256347656, 0.8618032932281494, 0.8275538086891174, 0.2281874716281891, 0.24531221389770508, 1.18717360496521, 0.4679340124130249, 0.26243698596954346, -0.3369295001029968, 0.8789280652999878, 0.587807297706604, 0.9988013505935669, -0.9362958669662476, -0.045808710157871246, -0.7307988405227661, 0.056939806789159775, 1.6152924299240112, 2.214658737182617, 1.8207894563674927, 1.444044828414917, 1.6666666269302368, 1.8379141092300415, 0.8960528373718262, 1.718040943145752, 1.0501755475997925, 1.5810428857803345, 2.0091617107391357, 2.0091617107391357, 0.6734310388565063, 0.656306266784668, 0.03981505334377289, -0.3540542721748352, 1.5125439167022705, 1.974912166595459, 0.587807297706604, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.7761795520782471, 1.5810428857803345, 1.7522903680801392, 1.906413197517395, 1.786539912223816, 1.7351655960083008, 1.444044828414917, 1.1357992887496948, 1.8207894563674927, 1.7522903680801392, 1.9406627416610718, 1.7694151401519775, 0.7590547800064087, 0.41655975580215454, 1.974912166595459, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.1700488328933716, 1.5125439167022705, 1.718040943145752, -0.18280673027038574, 1.2214230298995972, 0.587807297706604, 0.3138112425804138, 0.43368449807167053, 0.17681321501731873, -0.011559205129742622, 0.5535577535629272, -0.2513057291507721, 0.656306266784668, 0.810429036617279, 0.6391815543174744, 0.3309359848499298, -0.19993148744106293, 0.9988013505935669, 0.03981505334377289, 1.7351655960083008, 1.18717360496521, 1.6666666269302368, 0.9131776094436646, 1.4269200563430786, 1.8207894563674927, 1.63241708278656, 1.974912166595459, 1.4611696004867554, 2.0434112548828125, 2.0434112548828125, 2.129034996032715, -0.2341809868812561, 0.14256370067596436, 1.2385478019714355, 1.0501755475997925, 1.4097954034805298, 2.0776607990264893, 1.444044828414917, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544], [0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.7761795520782471, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.8379141092300415, 1.5810428857803345, 0.7248052954673767, 1.4611696004867554, 1.8207894563674927, 1.8036646842956543, 1.8721636533737183, 1.4269200563430786, -0.02868395671248436, -0.3540542721748352, 1.5981676578521729, 1.5296685695648193, 1.7009161710739136, 1.3584210872650146, 1.0330508947372437, 1.18717360496521, 0.6391815543174744, 1.1529240608215332, 0.02269030176103115, 1.2385478019714355, 1.3412963151931763, 0.3309359848499298, 1.101549744606018, 0.8618032932281494, 1.255672574043274, 0.10831420123577118, 0.9988013505935669, 0.9131776094436646, 1.101549744606018, 1.0844250917434692, 0.7761795520782471, -0.8849216103553772, 0.7590547800064087, 0.056939806789159775, 1.6837913990020752, 0.41655975580215454, 0.38231024146080017, 0.6391815543174744, 2.0434112548828125, 1.2214230298995972, 1.5125439167022705, 1.5981676578521729, 1.974912166595459, 1.6666666269302368, 1.9406627416610718, 2.248908281326294, -0.19993148744106293, 1.8379141092300415, 1.2042982578277588, 0.7761795520782471, 1.5810428857803345, 1.7009161710739136, 1.6152924299240112, 0.5193082690238953, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.26243698596954346, 0.7419300675392151, 1.786539912223816, 1.7694151401519775, 1.7351655960083008, 1.8721636533737183, 1.444044828414917, 1.2214230298995972, 1.5810428857803345, 1.9577873945236206, 1.8036646842956543, 2.0262863636016846, 0.5535577535629272, 0.622056782245636, -0.2341809868812561, 1.7351655960083008, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.0330508947372437, 1.563918113708496, 1.1529240608215332, 0.6734310388565063, 0.4508092403411865, 1.0501755475997925, 0.8789280652999878, 1.2042982578277588, 0.7933043241500854, 0.9474270939826965, 1.1529240608215332, 0.3309359848499298, 1.3412963151931763, 1.0501755475997925, 1.324171543121338, 0.9645518660545349, 1.0501755475997925, -0.6794245839118958, -0.13143247365951538, 0.6391815543174744, 0.7248052954673767, 1.3926706314086914, 0.4679340124130249, 0.5706825256347656, 1.9235379695892334, 1.6152924299240112, 1.8550388813018799, 0.9816765785217285, 0.9303023219108582, 1.6666666269302368, 1.974912166595459, 2.094785451889038, 0.7076805233955383, 1.6666666269302368, 0.8275538086891174, 1.1186745166778564, 1.444044828414917, 1.8379141092300415, 1.4611696004867554, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.8275538086891174, 1.6152924299240112, 1.6666666269302368, 1.718040943145752, 1.8379141092300415, 1.0501755475997925, 1.5125439167022705, 1.5467933416366577, 1.786539912223816, 1.5467933416366577, 1.8036646842956543, -0.5938007831573486, 0.4508092403411865, -0.2341809868812561, 1.5810428857803345, 1.6152924299240112, 1.3070467710494995, 1.7009161710739136, 1.8721636533737183, 1.18717360496521, 1.0159261226654053, -0.3540542721748352, -0.045808710157871246, 1.255672574043274, 1.0159261226654053, 0.7076805233955383, 0.12543895840644836, 0.056939806789159775, 0.9988013505935669, 0.15968845784664154, 1.324171543121338, 1.4954191446304321, 1.4269200563430786, 1.4954191446304321, 1.2899221181869507, -0.8506720662117004, -0.3883037567138672, 1.0501755475997925, 0.7419300675392151, 0.9303023219108582, 0.4850587546825409, -0.3540542721748352, 1.1357992887496948, 1.0501755475997925, 1.8892884254455566, 0.9988013505935669, 1.7351655960083008, 2.0091617107391357, 1.7009161710739136, 2.248908281326294, 0.5364330410957336, 1.444044828414917, 0.9303023219108582, 0.5364330410957336, 1.7522903680801392, 1.8379141092300415, 1.5467933416366577, 0.4850587546825409, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298], [0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.14256370067596436, 0.10831420123577118, 0.0740646943449974, 0.19393795728683472, 0.8960528373718262, 1.7522903680801392, 1.6666666269302368, 1.6837913990020752, 1.8036646842956543, 0.7933043241500854, 1.2042982578277588, 1.63241708278656, 1.8207894563674927, 2.0434112548828125, 1.718040943145752, 0.656306266784668, 0.26243698596954346, -0.09718296676874161, 1.7522903680801392, 1.7351655960083008, 1.1357992887496948, 1.1357992887496948, 1.2042982578277588, 1.7009161710739136, 1.0330508947372437, 0.02269030176103115, 0.587807297706604, 1.4782943725585938, 1.101549744606018, 1.0844250917434692, 0.9474270939826965, 0.12543895840644836, 0.8275538086891174, 0.24531221389770508, 1.2214230298995972, 1.2727973461151123, 1.7009161710739136, 1.255672574043274, 1.786539912223816, -0.5938007831573486, 0.6391815543174744, 0.14256370067596436, 0.29668647050857544, 0.0055655487813055515, 0.9474270939826965, -0.6794245839118958, 1.7351655960083008, 1.63241708278656, 1.5810428857803345, 1.444044828414917, 1.0673003196716309, 1.974912166595459, 1.8550388813018799, 2.231783390045166, -0.14855723083019257, 1.1186745166778564, 1.0159261226654053, 0.7761795520782471, 1.8892884254455566, 1.3412963151931763, 0.7933043241500854, 0.5021834969520569, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3309359848499298]], [[0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967], [0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5728292465209961, 0.6603642702102661, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.3081233501434326], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3606443405151367], [0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.3956583738327026], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.430672287940979], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.518207311630249, 1.465686321258545], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.5707283020019531], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.6232492923736572], [0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085], [0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.7633053064346313], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0280113220214844, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7654062509536743, 1.1330533027648926, 1.1855742931365967, 0.9929972887039185, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014], [1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.4481793642044067, 1.2030812501907349, 0.8879552483558655, 0.6953782439231873, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [1.343137264251709, 1.5007003545761108, 1.6582633256912231, 1.728291392326355, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.343137264251709, 0.9929972887039185, 0.7829132676124573, 0.7128852605819702, 0.6428572535514832, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [0.590336263179779, 1.0630252361297607, 1.2731093168258667, 1.4131653308868408, 1.5007003545761108, 1.6757704019546509, 1.640756368637085, 1.5007003545761108, 1.3606443405151367, 1.1855742931365967, 0.6953782439231873, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [0.3102242052555084, 0.6953782439231873, 0.8879552483558655, 1.0280113220214844, 1.1855742931365967, 0.9754902720451355, 0.3102242052555084, -0.022408949211239815, -0.03991595283150673, -0.21498596668243408, -0.1624649614095688, 0.3627452254295349, 0.415266215801239, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [1.3081233501434326, 1.3081233501434326, 1.1155463457107544, 0.8704482913017273, 0.415266215801239, -0.4600839912891388, -1.5630252361297607, -1.755602240562439, -0.9152660369873047, 0.08263305574655533, 0.7829132676124573, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.0455182790756226, 0.7829132676124573, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.34523820877075195, -0.8977590203285217, -0.7927170395851135, 0.9404762983322144, 1.5707283020019531, 1.7983193397521973, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.465686321258545, 1.343137264251709, 1.0980392694473267, 0.8529412746429443, 0.6603642702102661, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.2030812501907349, 1.2906162738800049, 1.3256303071975708, 1.3956583738327026, 1.518207311630249, 1.4131653308868408, 0.9054622650146484, 0.3277312219142914, 0.7303922772407532, 1.2556023597717285, 1.5882353782653809, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.0280113220214844, 0.8004202842712402, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [1.0455182790756226, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 0.9754902720451355, 0.17016807198524475, -0.5126050114631653, -1.0903360843658447, -0.3550419807434082, 0.7654062509536743, 1.343137264251709, 1.553221344947815, 1.640756368637085, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.8333333730697632, 1.553221344947815, 1.3606443405151367, 1.0980392694473267, 0.7829132676124573, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [0.6778712272644043, 0.8704482913017273, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, -0.022408949211239815, -1.6330533027648926, -1.895658254623413, -1.422969102859497, -0.4950979948043823, 0.415266215801239, 0.7829132676124573, 0.9229692816734314, 1.2380952835083008, 1.483193278312683, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.815826416015625, 1.7457983493804932, 1.4481793642044067, 1.1330533027648926, 0.6078432202339172, 0.4852942228317261, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055], [-0.17997196316719055, 0.34523820877075195, 0.590336263179779, 0.6778712272644043, 0.13515406847000122, -1.370448112487793, -1.8256303071975708, -1.3004200458526611, 0.432773232460022, 1.2556023597717285, 1.465686321258545, 1.4131653308868408, 1.2205883264541626, 0.9579832553863525, 0.9404762983322144, 1.1505602598190308, 1.0455182790756226, 0.3802522122859955, 0.1001400575041771, 0.9579832553863525, 1.553221344947815, 1.5357143878936768, 1.0455182790756226, 0.6078432202339172, 0.7303922772407532, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332], [-1.4404760599136353, -0.9502801299095154, -0.26750698685646057, 0.11764705926179886, -0.6526610255241394, -1.720588207244873, -1.7380952835083008, -0.12745095789432526, 1.1330533027648926, 1.2380952835083008, 1.430672287940979, 1.518207311630249, 1.605742335319519, 1.605742335319519, 1.378151297569275, 0.9404762983322144, 0.012605053372681141, -0.9852941036224365, 0.2752102017402649, 1.430672287940979, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.728291392326355, 1.465686321258545, 1.2380952835083008, 1.0455182790756226, 0.9054622650146484, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9558824300765991, 1.9733893871307373, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.3004200458526611, -1.6330533027648926, -1.4404760599136353, -0.7051820158958435, -0.9852941036224365, -1.668067216873169, -1.2654061317443848, 0.6778712272644043, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.553221344947815, 1.6582633256912231, 1.640756368637085, 1.2030812501907349, 0.2752102017402649, 0.590336263179779, 1.2556023597717285, 1.5707283020019531, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.6232492923736572, 1.430672287940979, 1.2205883264541626, 1.0805323123931885, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9558824300765991, 1.6757704019546509, 1.1680673360824585, 1.6757704019546509, 1.9208683967590332, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.0378150939941406, -1.3179271221160889, -1.3004200458526611, -1.195378065109253, -1.247899055480957, -1.335434079170227, -0.7051820158958435, 0.6253502368927002, 1.0105042457580566, 1.1505602598190308, 1.2380952835083008, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.4481793642044067, 1.2205883264541626, 0.6778712272644043, 0.1001400575041771, 0.2226892113685608, 0.9929972887039185, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 1.693277359008789, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.465686321258545, 1.3081233501434326, 1.1505602598190308, 0.9229692816734314, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.483193278312683, 1.1680673360824585, 1.4481793642044067, 0.9929972887039185, 2.0259103775024414, 2.0259103775024414, 1.9208683967590332, 1.9383753538131714, 1.9733893871307373, 1.9033613204956055, 1.5357143878936768, 1.4131653308868408, 1.8333333730697632, 1.9733893871307373, 1.9908963441848755, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [-0.3550419807434082, -0.4075630009174347, 0.2577032148838043, 0.34523820877075195, -0.3550419807434082, -1.0553221702575684, -1.0728291273117065, -0.26750698685646057, 0.520308256149292, 0.8879552483558655, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 0.7303922772407532, -0.8277310132980347, -1.4404760599136353, -1.4754900932312012, -1.1428570747375488, -0.3550419807434082, 0.6078432202339172, 1.2030812501907349, 1.430672287940979, 1.553221344947815, 1.483193278312683, 1.3606443405151367, 1.430672287940979, 1.640756368637085, 1.5007003545761108, 1.3956583738327026, 1.2731093168258667, 0.9754902720451355, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9033613204956055, 1.8333333730697632, 1.693277359008789, 1.4131653308868408, 1.1330533027648926, 1.0455182790756226, 1.0105042457580566, 1.1155463457107544, 0.6078432202339172, 1.7983193397521973, 1.9383753538131714, 1.9208683967590332, 1.9558824300765991, 1.9383753538131714, 1.6582633256912231, 1.2906162738800049, 0.6603642702102661, 0.7128852605819702, 1.7107843160629272, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [1.0805323123931885, -0.057422954589128494, -0.3550419807434082, 0.06512605398893356, 0.415266215801239, -0.057422954589128494, -0.8627450466156006, -0.8802520632743835, -0.6701680421829224, -0.10994396358728409, 0.590336263179779, 0.8704482913017273, 0.9404762983322144, 1.0455182790756226, 0.9754902720451355, -0.28501397371292114, -1.5980392694473267, -1.7731093168258667, -0.8627450466156006, 0.6078432202339172, 1.1155463457107544, 1.4131653308868408, 1.3956583738327026, 1.1505602598190308, 1.0805323123931885, 1.343137264251709, 1.465686321258545, 0.8704482913017273, 0.4852942228317261, 1.0105042457580566, 1.4481793642044067, 1.3081233501434326, 0.9229692816734314, 0.432773232460022, 0.502801239490509, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.5707283020019531, 0.8529412746429443, 1.3256303071975708, 1.2731093168258667, 0.5378152132034302, 0.7303922772407532, 0.4677872359752655, 0.4852942228317261, 0.3802522122859955, 1.2906162738800049, 1.693277359008789, 1.6582633256912231, 1.728291392326355, 1.815826416015625, 1.0280113220214844, 0.6603642702102661, 0.415266215801239, 0.520308256149292, 1.2906162738800049, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991], [1.9033613204956055, 1.0980392694473267, -1.160364031791687, -1.5455182790756226, -1.335434079170227, -0.9327731132507324, -0.4600839912891388, 0.3102242052555084, 0.432773232460022, -0.2499999701976776, -0.4600839912891388, 0.012605053372681141, 0.502801239490509, 0.7303922772407532, 0.3277312219142914, -1.1428570747375488, -1.720588207244873, -1.370448112487793, 0.6953782439231873, 1.3956583738327026, 1.518207311630249, 1.6232492923736572, 1.780812382698059, 1.7983193397521973, 1.3606443405151367, 0.7829132676124573, 0.11764705926179886, -0.5126050114631653, -0.6876749992370605, -0.21498596668243408, 0.432773232460022, 1.2556023597717285, 1.4481793642044067, 0.8704482913017273, 0.5728292465209961, 0.8529412746429443, 0.9579832553863525, 0.8354342579841614, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 2.0084033012390137, 1.5357143878936768, 0.17016807198524475, 0.6078432202339172, 0.8879552483558655, 0.3102242052555084, 0.590336263179779, -0.0049019488506019115, 0.03011205606162548, 0.2577032148838043, 1.0805323123931885, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.3081233501434326, 0.9929972887039185, 0.24019621312618256, 0.520308256149292, 0.45028021931648254, 1.4131653308868408, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991], [1.9383753538131714, 1.9383753538131714, 1.1330533027648926, -0.7226890325546265, -1.580532193183899, -1.457983136177063, -1.335434079170227, -0.8277310132980347, 0.0476190559566021, 0.590336263179779, 0.012605053372681141, -0.9677870869636536, -0.5826330184936523, 0.03011205606162548, -0.3200279772281647, -1.4929972887039185, -1.720588207244873, -0.39005598425865173, 1.2380952835083008, 1.3256303071975708, 1.4131653308868408, 1.4481793642044067, 1.5357143878936768, 1.6232492923736572, 1.7107843160629272, 1.7457983493804932, 1.2030812501907349, 0.13515406847000122, -0.5301120281219482, 0.3627452254295349, 0.6603642702102661, 0.7303922772407532, 1.2380952835083008, 1.7633053064346313, 1.5882353782653809, 1.3606443405151367, 1.3081233501434326, 1.1505602598190308, 0.9579832553863525, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9208683967590332, 1.9733893871307373, 0.4677872359752655, 0.012605053372681141, -0.07492996007204056, 0.2577032148838043, 0.15266107022762299, 0.520308256149292, -0.03991595283150673, -0.14495795965194702, 0.2577032148838043, 0.8354342579841614, 1.465686321258545, 1.0455182790756226, 1.5707283020019531, 0.7478992342948914, 0.8179272413253784, 0.29271721839904785, 0.45028021931648254, 0.34523820877075195, 1.1855742931365967, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373], [1.1330533027648926, 1.640756368637085, 1.8858543634414673, 1.7457983493804932, 1.1155463457107544, 0.2577032148838043, -0.5126050114631653, -1.4054621458053589, -1.4754900932312012, -0.9327731132507324, -0.5651260018348694, -0.8802520632743835, -0.8452380299568176, -0.3025209903717041, -0.5651260018348694, -1.195378065109253, -1.1253501176834106, 0.45028021931648254, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.483193278312683, 1.518207311630249, 1.6582633256912231, 1.693277359008789, 1.5882353782653809, 0.9579832553863525, -0.09243696182966232, -0.33753499388694763, -0.03991595283150673, 0.17016807198524475, 0.9579832553863525, 1.605742335319519, 1.7107843160629272, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.1330533027648926, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 0.3802522122859955, -0.3200279772281647, -0.39005598425865173, -0.23249296844005585, 0.08263305574655533, 0.3277312219142914, -0.057422954589128494, -0.12745095789432526, 0.2226892113685608, 0.5728292465209961, 1.2030812501907349, 0.6778712272644043, 1.465686321258545, 0.4677872359752655, 0.4677872359752655, 0.2577032148838043, 0.03011205606162548, 0.24019621312618256, 0.7654062509536743, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 2.0259103775024414], [0.7829132676124573, 0.9054622650146484, 1.2731093168258667, 1.868347406387329, 1.9558824300765991, 1.868347406387329, 1.430672287940979, 0.3102242052555084, -0.7226890325546265, -0.7577030062675476, -1.160364031791687, -1.2654061317443848, -0.5126050114631653, 0.45028021931648254, 0.415266215801239, -0.23249296844005585, -0.47759100794792175, 0.39775922894477844, 0.9929972887039185, 1.0455182790756226, 1.1505602598190308, 1.2380952835083008, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.1855742931365967, 0.8354342579841614, 0.17016807198524475, -0.4950979948043823, -0.4425770044326782, -0.3025209903717041, -0.09243696182966232, 0.5378152132034302, 1.2731093168258667, 1.6757704019546509, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.0630252361297607, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.3956583738327026, -0.3025209903717041, -0.5301120281219482, -0.5826330184936523, -0.42506998777389526, -0.03991595283150673, 0.24019621312618256, -0.09243696182966232, -0.07492996007204056, 0.2752102017402649, 0.5728292465209961, 1.0630252361297607, 0.7654062509536743, 0.9929972887039185, 0.520308256149292, 0.3102242052555084, -0.022408949211239815, -0.1624649614095688, 0.17016807198524475, 0.6428572535514832, 1.6582633256912231, 2.0084033012390137, 2.0084033012390137, 2.043417453765869], [0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9579832553863525, 1.518207311630249, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 1.3606443405151367, 0.502801239490509, 0.13515406847000122, -0.5301120281219482, -1.195378065109253, -0.6526610255241394, 0.13515406847000122, 0.45028021931648254, 0.20518220961093903, -0.057422954589128494, 0.20518220961093903, 0.6778712272644043, 0.9054622650146484, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.3081233501434326, 1.2380952835083008, 0.5378152132034302, -0.7226890325546265, -1.3529410362243652, -1.0728291273117065, -0.19747896492481232, 0.3277312219142914, 0.2752102017402649, 0.11764705926179886, 0.3277312219142914, 0.6778712272644043, 1.0280113220214844, 1.518207311630249, 1.6582633256912231, 1.430672287940979, 1.3956583738327026, 1.4481793642044067, 1.2030812501907349, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.3802522122859955, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8508403301239014, 0.39775922894477844, -0.5301120281219482, -0.5476189851760864, -0.47759100794792175, -0.33753499388694763, 0.06512605398893356, 0.20518220961093903, -0.03991595283150673, 0.11764705926179886, 0.432773232460022, 0.5378152132034302, 0.8354342579841614, 0.9054622650146484, 0.6253502368927002, 0.3627452254295349, 0.15266107022762299, -0.12745095789432526, -0.03991595283150673, 0.012605053372681141, 0.6078432202339172, 1.2030812501907349, 1.9908963441848755, 2.043417453765869, 2.043417453765869], [0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.5357143878936768, 1.9208683967590332, 2.0259103775024414, 1.4481793642044067, -0.0049019488506019115, -0.33753499388694763, -0.8802520632743835, -1.160364031791687, -1.0028010606765747, -0.4950979948043823, -0.057422954589128494, -0.2499999701976776, -0.8452380299568176, -0.3550419807434082, 0.24019621312618256, 0.6253502368927002, 0.9229692816734314, 1.0630252361297607, 1.1330533027648926, 0.8704482913017273, -0.7051820158958435, -1.580532193183899, -0.3025209903717041, 1.1680673360824585, 1.605742335319519, 1.640756368637085, 1.4481793642044067, 0.9404762983322144, 0.6778712272644043, 0.7654062509536743, 0.8529412746429443, 0.7128852605819702, 0.3627452254295349, 0.3102242052555084, 0.8354342579841614, 1.2030812501907349, 1.1155463457107544, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.7107843160629272, 1.4481793642044067, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 0.5553222298622131, -0.37254899740219116, -0.6176469922065735, -0.39005598425865173, -0.47759100794792175, -0.09243696182966232, 0.17016807198524475, 0.2226892113685608, 0.17016807198524475, 0.3277312219142914, 0.520308256149292, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.502801239490509, 0.15266107022762299, -0.03991595283150673, -0.1624649614095688, 0.1001400575041771, 0.1001400575041771, 0.34523820877075195, 0.15266107022762299, 2.0259103775024414, 2.0259103775024414, 2.043417453765869], [0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 1.0630252361297607, 1.553221344947815, 1.6232492923736572, 1.2205883264541626, 0.4852942228317261, -0.19747896492481232, -0.14495795965194702, 0.29271721839904785, -0.1624649614095688, -0.7226890325546265, -0.8977590203285217, -1.1253501176834106, -0.7401960492134094, -0.23249296844005585, 0.08263305574655533, 0.502801239490509, 0.7128852605819702, 0.8529412746429443, 0.08263305574655533, -1.3879550695419312, -0.9852941036224365, 1.0280113220214844, 1.465686321258545, 1.553221344947815, 1.6582633256912231, 1.728291392326355, 1.728291392326355, 1.3256303071975708, 0.6428572535514832, 0.17016807198524475, -0.3025209903717041, -0.9852941036224365, -0.09243696182966232, 1.1505602598190308, 1.6232492923736572, 1.5357143878936768, 0.9404762983322144, 0.590336263179779, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.483193278312683, 1.0805323123931885, 1.2731093168258667, 1.2205883264541626, 0.20518220961093903, -0.6176469922065735, -0.4075630009174347, -0.9327731132507324, -0.4075630009174347, -0.28501397371292114, -0.39005598425865173, -0.022408949211239815, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.39775922894477844, 0.5378152132034302, 0.5728292465209961, 0.432773232460022, 0.502801239490509, 0.3627452254295349, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.20518220961093903, 0.18767507374286652, 0.20518220961093903, 0.4677872359752655, 1.1505602598190308, 1.9383753538131714, 2.043417453765869], [0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.9754902720451355, 1.2906162738800049, 1.3606443405151367, 1.0455182790756226, -0.10994396358728409, 0.03011205606162548, 0.5378152132034302, 0.590336263179779, 0.012605053372681141, -0.8452380299568176, -0.7927170395851135, -0.19747896492481232, -0.0049019488506019115, -0.12745095789432526, 0.012605053372681141, 0.17016807198524475, -0.4600839912891388, -1.1078431606292725, 0.06512605398893356, 1.2731093168258667, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.5707283020019531, 1.0980392694473267, 0.18767507374286652, -0.12745095789432526, 1.0980392694473267, 1.5707283020019531, 1.728291392326355, 1.8333333730697632, 1.8858543634414673, 1.605742335319519, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.0805323123931885, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.430672287940979, 0.1001400575041771, -0.8277310132980347, 0.7128852605819702, 0.15266107022762299, -0.3200279772281647, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -0.42506998777389526, -0.21498596668243408, -0.4075630009174347, 0.1001400575041771, 0.13515406847000122, 0.3102242052555084, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 0.3802522122859955, 0.3102242052555084, 0.520308256149292, 0.18767507374286652, 0.03011205606162548, -0.09243696182966232, 0.13515406847000122, 0.2752102017402649, 0.0476190559566021, 0.3277312219142914, 0.590336263179779, 0.9404762983322144, 2.0259103775024414, 2.0959384441375732], [0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 1.1505602598190308, 1.378151297569275, 1.343137264251709, 0.45028021931648254, 0.2226892113685608, 0.34523820877075195, -0.26750698685646057, -0.7927170395851135, -0.5476189851760864, -0.2499999701976776, -0.14495795965194702, -0.2499999701976776, -0.37254899740219116, -0.47759100794792175, -0.5476189851760864, 0.45028021931648254, 1.0630252361297607, 1.1855742931365967, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.465686321258545, 1.518207311630249, 1.6232492923736572, 1.5882353782653809, 1.2030812501907349, 0.2226892113685608, 0.3102242052555084, 1.1855742931365967, 1.483193278312683, 1.640756368637085, 1.815826416015625, 1.9208683967590332, 1.8858543634414673, 1.553221344947815, 1.3606443405151367, 1.518207311630249, 1.2906162738800049, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.5357143878936768, 0.8179272413253784, -0.6876749992370605, -1.0028010606765747, -0.8102240562438965, -0.03991595283150673, -0.6526610255241394, -1.2128850221633911, -1.160364031791687, -0.9677870869636536, -0.19747896492481232, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.13515406847000122, 0.3277312219142914, 0.13515406847000122, 0.24019621312618256, 0.3102242052555084, 0.2577032148838043, 0.29271721839904785, 0.45028021931648254, 0.06512605398893356, -0.14495795965194702, -0.07492996007204056, 0.29271721839904785, 0.1001400575041771, -0.0049019488506019115, 0.3277312219142914, 0.3627452254295349, 0.8004202842712402, 2.0784313678741455, 2.0959384441375732], [1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9054622650146484, 1.2556023597717285, 1.1680673360824585, 0.7128852605819702, 0.17016807198524475, -0.21498596668243408, -0.0049019488506019115, 0.3627452254295349, 0.06512605398893356, -0.33753499388694763, -0.42506998777389526, -0.4075630009174347, -0.4425770044326782, -0.4425770044326782, 0.11764705926179886, 0.7654062509536743, 0.9054622650146484, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.2906162738800049, 1.378151297569275, 1.430672287940979, 1.0980392694473267, -0.057422954589128494, -1.1253501176834106, -0.6701680421829224, 0.29271721839904785, 0.8529412746429443, 1.1505602598190308, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9558824300765991, 1.8333333730697632, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.2030812501907349, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.2906162738800049, -0.6526610255241394, -0.9152660369873047, -0.7051820158958435, -0.7577030062675476, -0.4600839912891388, -1.0028010606765747, -0.6351540088653564, -0.3025209903717041, -0.23249296844005585, 0.06512605398893356, -0.057422954589128494, -0.21498596668243408, -0.14495795965194702, 0.06512605398893356, 0.2226892113685608, 0.06512605398893356, 0.17016807198524475, 0.08263305574655533, 0.11764705926179886, 0.3277312219142914, 0.39775922894477844, 0.13515406847000122, -0.12745095789432526, -0.03991595283150673, 0.18767507374286652, 0.13515406847000122, 0.13515406847000122, 0.29271721839904785, 0.15266107022762299, 0.6253502368927002, 2.043417453765869, 2.0959384441375732], [1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.8354342579841614, 0.9229692816734314, 0.6778712272644043, 0.15266107022762299, -0.5126050114631653, 0.03011205606162548, 0.502801239490509, 0.5378152132034302, -0.1624649614095688, -0.6001400351524353, -0.5476189851760864, -0.3200279772281647, -0.19747896492481232, 0.2577032148838043, 0.520308256149292, 0.7654062509536743, 0.8354342579841614, 0.9229692816734314, 0.9929972887039185, 1.0980392694473267, 1.0455182790756226, 0.2577032148838043, -1.247899055480957, -0.21498596668243408, 1.3956583738327026, 1.640756368637085, 1.483193278312683, 1.0630252361297607, 0.9929972887039185, 1.2556023597717285, 1.6582633256912231, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.5707283020019531, 1.343137264251709, 1.3956583738327026, 1.1505602598190308, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.465686321258545, 1.5007003545761108, 1.5707283020019531, 1.5357143878936768, 1.5882353782653809, 1.693277359008789, 1.0805323123931885, 1.2906162738800049, 1.343137264251709, -0.19747896492481232, -1.2303920984268188, -0.8977590203285217, -0.6876749992370605, -0.6001400351524353, -0.5826330184936523, -0.9152660369873047, -0.03991595283150673, 0.2577032148838043, 0.2226892113685608, 0.5378152132034302, 0.415266215801239, 0.432773232460022, -0.14495795965194702, 0.34523820877075195, 0.20518220961093903, 0.1001400575041771, 0.11764705926179886, -0.09243696182966232, 0.08263305574655533, 0.4852942228317261, 0.3102242052555084, 0.3627452254295349, 0.1001400575041771, 0.0476190559566021, 0.15266107022762299, 0.20518220961093903, 0.3102242052555084, 0.34523820877075195, 0.08263305574655533, 0.520308256149292, 2.1309523582458496, 2.1309523582458496], [1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.8179272413253784, 0.24019621312618256, 0.18767507374286652, 0.1001400575041771, 0.1001400575041771, 0.17016807198524475, -0.19747896492481232, -0.4950979948043823, -0.4950979948043823, -0.37254899740219116, -0.21498596668243408, 0.20518220961093903, 0.4852942228317261, 0.6253502368927002, 0.7303922772407532, 0.7829132676124573, 0.7478992342948914, 0.45028021931648254, -0.6351540088653564, -0.7226890325546265, 1.0805323123931885, 1.465686321258545, 1.5357143878936768, 1.640756368637085, 1.7457983493804932, 1.640756368637085, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.3277312219142914, 0.4677872359752655, 1.0630252361297607, 1.1855742931365967, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.465686321258545, 1.343137264251709, 1.2731093168258667, 1.5882353782653809, 1.0630252361297607, -0.6876749992370605, -1.1428570747375488, -0.4950979948043823, -1.335434079170227, -1.2128850221633911, -0.8802520632743835, -0.6351540088653564, -0.6176469922065735, -0.26750698685646057, -0.6701680421829224, 0.11764705926179886, -0.1624649614095688, 0.24019621312618256, 0.432773232460022, 0.20518220961093903, 0.15266107022762299, 0.17016807198524475, 0.5728292465209961, 0.3277312219142914, 0.0476190559566021, 0.06512605398893356, 0.012605053372681141, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.34523820877075195, 0.4677872359752655, 0.3802522122859955, -0.022408949211239815, 0.012605053372681141, 0.20518220961093903, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 2.2009804248809814, 2.113445281982422], [1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 1.0805323123931885, 1.2731093168258667, 1.2556023597717285, 1.0455182790756226, 0.7654062509536743, 0.45028021931648254, 0.17016807198524475, -0.14495795965194702, -0.19747896492481232, 0.24019621312618256, 0.24019621312618256, -0.1624649614095688, -0.39005598425865173, -0.33753499388694763, -0.12745095789432526, 0.18767507374286652, 0.502801239490509, 0.6428572535514832, 0.502801239490509, -0.03991595283150673, -0.8277310132980347, -0.0049019488506019115, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.518207311630249, 1.605742335319519, 1.7107843160629272, 1.780812382698059, 1.5882353782653809, 0.5553222298622131, -0.7577030062675476, -1.0553221702575684, -1.0028010606765747, -0.28501397371292114, -0.5126050114631653, -0.8452380299568176, -0.4075630009174347, 1.0630252361297607, 1.2205883264541626, 1.0980392694473267, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.7654062509536743, 0.7654062509536743, 0.8354342579841614, 0.6778712272644043, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.6253502368927002, 0.520308256149292, 0.45028021931648254, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.8879552483558655, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3081233501434326, 1.3256303071975708, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 0.7829132676124573, -0.6001400351524353, -0.21498596668243408, -1.335434079170227, -1.1253501176834106, -1.720588207244873, -1.3529410362243652, -1.6505602598190308, -0.7752100229263306, -0.8102240562438965, -0.5476189851760864, -0.39005598425865173, -0.8102240562438965, -0.10994396358728409, 0.3802522122859955, 0.20518220961093903, 0.3277312219142914, -0.0049019488506019115, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.6253502368927002, 0.6603642702102661, -0.057422954589128494, 0.1001400575041771, 0.24019621312618256, 0.2577032148838043, 0.3802522122859955, 0.5728292465209961, 0.6078432202339172, 0.415266215801239, 0.08263305574655533, 0.08263305574655533, 0.0476190559566021, 0.45028021931648254, 0.3627452254295349, 0.6253502368927002, 2.1834733486175537, 2.113445281982422], [1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.8354342579841614, 1.465686321258545, 1.8333333730697632, 1.7457983493804932, 1.6757704019546509, 1.518207311630249, 1.2205883264541626, 0.5728292465209961, 0.3277312219142914, 0.1001400575041771, -0.19747896492481232, -0.022408949211239815, 0.3627452254295349, 0.08263305574655533, -0.4425770044326782, -0.7401960492134094, -0.6176469922065735, -0.17997196316719055, 0.34523820877075195, 0.39775922894477844, -0.0049019488506019115, -0.4425770044326782, 0.590336263179779, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6757704019546509, 1.5882353782653809, 0.39775922894477844, -0.6176469922065735, -0.8802520632743835, -0.9502801299095154, -0.9327731132507324, -0.9327731132507324, -1.0903360843658447, -0.7577030062675476, 0.7829132676124573, 1.3081233501434326, 1.2030812501907349, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2226892113685608, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.1001400575041771, 0.15266107022762299, 0.08263305574655533, 0.3627452254295349, 0.24019621312618256, 0.34523820877075195, 0.6253502368927002, 0.6428572535514832, 0.45028021931648254, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 0.8704482913017273, 0.8179272413253784, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 1.1155463457107544, 0.03011205606162548, -0.7051820158958435, -1.160364031791687, -1.457983136177063, -1.457983136177063, -1.3879550695419312, -1.4404760599136353, -1.2654061317443848, -1.370448112487793, -0.9327731132507324, -0.7752100229263306, -0.7752100229263306, -0.5476189851760864, -0.37254899740219116, 0.20518220961093903, 0.415266215801239, 0.3277312219142914, 0.08263305574655533, 0.03011205606162548, 0.39775922894477844, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.6603642702102661, -0.09243696182966232, 0.11764705926179886, 0.15266107022762299, 0.17016807198524475, 0.24019621312618256, 0.6253502368927002, 0.6253502368927002, 0.415266215801239, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.6428572535514832, 0.17016807198524475, 0.29271721839904785, 2.113445281982422, 2.0959384441375732], [1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 1.0105042457580566, 1.5707283020019531, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.6232492923736572, 1.2556023597717285, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, -0.057422954589128494, -0.17997196316719055, -0.09243696182966232, 0.012605053372681141, -0.3550419807434082, -0.6351540088653564, -0.6701680421829224, -0.14495795965194702, 0.13515406847000122, 0.0476190559566021, 0.24019621312618256, 1.0105042457580566, 1.2030812501907349, 1.1855742931365967, 1.2556023597717285, 1.343137264251709, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.5357143878936768, 1.378151297569275, 0.6078432202339172, -0.6351540088653564, -0.7927170395851135, -0.7401960492134094, -0.6351540088653564, -0.6351540088653564, -0.7577030062675476, -0.9677870869636536, -1.1078431606292725, -0.23249296844005585, 0.432773232460022, 0.3102242052555084, 0.590336263179779, 0.8354342579841614, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.18767507374286652, 0.20518220961093903, 0.2577032148838043, 0.39775922894477844, 0.5728292465209961, 0.3802522122859955, -0.0049019488506019115, -0.12745095789432526, -0.09243696182966232, -0.0049019488506019115, -0.057422954589128494, 0.06512605398893356, 0.06512605398893356, 0.13515406847000122, 0.0476190559566021, 0.15266107022762299, 0.2226892113685608, 0.13515406847000122, 0.3102242052555084, 0.45028021931648254, 0.39775922894477844, 0.7128852605819702, 0.3102242052555084, 0.8704482913017273, 0.4677872359752655, 0.9754902720451355, 0.9579832553863525, 1.0805323123931885, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 0.4852942228317261, 0.11764705926179886, -0.10994396358728409, -0.8277310132980347, -1.247899055480957, -1.5455182790756226, -1.580532193183899, -1.6330533027648926, -1.4754900932312012, -1.3879550695419312, -0.7226890325546265, -0.7752100229263306, -1.0728291273117065, -1.1253501176834106, -0.5126050114631653, 0.012605053372681141, 0.34523820877075195, 0.7128852605819702, 0.5378152132034302, 0.34523820877075195, 0.0476190559566021, -0.07492996007204056, 0.3627452254295349, 0.6078432202339172, 0.6428572535514832, 0.34523820877075195, 0.4677872359752655, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.17016807198524475, 0.15266107022762299, 0.3627452254295349, 0.5378152132034302, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.45028021931648254, 2.113445281982422, 2.113445281982422], [1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.9579832553863525, 1.605742335319519, 1.8508403301239014, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3256303071975708, 0.8879552483558655, 0.7478992342948914, 0.8179272413253784, 0.5378152132034302, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.2752102017402649, 0.29271721839904785, -0.07492996007204056, -0.3025209903717041, -0.3200279772281647, -0.03991595283150673, 0.6778712272644043, 1.0105042457580566, 1.2030812501907349, 1.3081233501434326, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.2030812501907349, 0.590336263179779, -0.7577030062675476, -0.6876749992370605, -0.12745095789432526, -0.47759100794792175, -0.7226890325546265, -0.9502801299095154, -0.9152660369873047, -1.0378150939941406, -1.0378150939941406, -0.8452380299568176, -0.8277310132980347, -0.8452380299568176, -0.7226890325546265, -0.4950979948043823, -0.26750698685646057, 0.06512605398893356, 0.4677872359752655, 0.7829132676124573, 0.9054622650146484, 1.0105042457580566, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 0.8354342579841614, -0.3200279772281647, -0.3025209903717041, 0.08263305574655533, 1.2556023597717285, 1.728291392326355, 1.9208683967590332, 2.0259103775024414, 2.0259103775024414, 2.043417453765869, 2.043417453765869, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 2.165966510772705, 1.605742335319519, -0.8102240562438965, -1.2303920984268188, -0.17997196316719055, 0.8179272413253784, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3606443405151367, 1.1505602598190308, 0.0476190559566021, 0.012605053372681141, 0.29271721839904785, 1.0455182790756226, 0.9754902720451355, 0.8529412746429443, 0.6953782439231873, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.3627452254295349, 0.415266215801239, 0.3102242052555084, 0.15266107022762299, 0.18767507374286652, 0.2577032148838043, 0.17016807198524475, 0.3627452254295349, 0.13515406847000122, 0.012605053372681141, 0.20518220961093903, 0.012605053372681141, -0.09243696182966232, 0.012605053372681141, 0.15266107022762299, -0.10994396358728409, 0.03011205606162548, 0.18767507374286652, 0.3277312219142914, 0.34523820877075195, 0.0476190559566021, 0.590336263179779, 0.4852942228317261, 0.502801239490509, 0.7829132676124573, 1.0455182790756226, 1.2030812501907349, 0.9579832553863525, 0.9404762983322144, 1.0630252361297607, 1.0105042457580566, 0.8529412746429443, 0.012605053372681141, -0.8802520632743835, -1.160364031791687, -1.4754900932312012, -1.5280112028121948, -1.6330533027648926, -1.7030812501907349, -1.6855742931365967, -1.422969102859497, -1.7030812501907349, -0.0049019488506019115, 0.13515406847000122, -0.3550419807434082, -1.2128850221633911, -1.0903360843658447, -0.9327731132507324, 0.39775922894477844, 0.4677872359752655, 0.9229692816734314, 0.520308256149292, 0.11764705926179886, -0.37254899740219116, 0.502801239490509, 0.18767507374286652, 0.5553222298622131, 0.5728292465209961, 0.8354342579841614, 0.2752102017402649, 0.1001400575041771, 0.1001400575041771, -0.03991595283150673, -0.03991595283150673, 0.4677872359752655, 0.39775922894477844, 0.6253502368927002, 0.3627452254295349, 0.18767507374286652, 0.15266107022762299, 0.0476190559566021, 0.432773232460022, 0.502801239490509, 2.0959384441375732, 2.113445281982422], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.9579832553863525, 1.605742335319519, 1.9033613204956055, 1.8858543634414673, 1.7983193397521973, 1.6757704019546509, 1.3606443405151367, 0.8704482913017273, 0.8704482913017273, 1.1330533027648926, 0.9929972887039185, 0.7478992342948914, 0.3627452254295349, 0.012605053372681141, 0.17016807198524475, 0.4852942228317261, 0.3627452254295349, -0.14495795965194702, -0.3025209903717041, -0.21498596668243408, -0.4075630009174347, -0.42506998777389526, 0.0476190559566021, 0.5378152132034302, 0.8879552483558655, 1.1680673360824585, 1.2205883264541626, 0.5728292465209961, -0.4425770044326782, -0.1624649614095688, -0.7752100229263306, -0.8277310132980347, -0.7752100229263306, -0.7401960492134094, -0.23249296844005585, -0.33753499388694763, -0.28501397371292114, -0.42506998777389526, 0.415266215801239, 1.2906162738800049, 1.605742335319519, 1.7107843160629272, 1.9383753538131714, 2.0959384441375732, 1.640756368637085, 0.9754902720451355, 1.5707283020019531, 1.9733893871307373, 2.113445281982422, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.2009804248809814, 2.218487501144409, 2.0784313678741455, 0.7303922772407532, -1.3004200458526611, -1.5455182790756226, -0.37254899740219116, 1.6232492923736572, 1.9558824300765991, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.1834733486175537, 2.235994577407837, 2.3060226440429688, 2.288515567779541, 1.430672287940979, -0.6001400351524353, -0.2499999701976776, 0.6253502368927002, 1.0105042457580566, 0.8704482913017273, 0.7128852605819702, 0.4852942228317261, -0.28501397371292114, -1.0028010606765747, -1.370448112487793, -1.5630252361297607, -1.4054621458053589, 1.5007003545761108, 1.9908963441848755, 2.0959384441375732, 2.0959384441375732, 2.0609242916107178, 1.9383753538131714, 1.6757704019546509, 1.2205883264541626, 0.7654062509536743, 0.502801239490509, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.432773232460022, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.7303922772407532, 0.6428572535514832, 0.7829132676124573, 0.7128852605819702, 0.8004202842712402, 0.8704482913017273, 0.8004202842712402, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.0476190559566021, -0.19747896492481232, -0.2499999701976776, -0.14495795965194702, 0.0476190559566021, -0.19747896492481232, -0.1624649614095688, 0.08263305574655533, -0.07492996007204056, -0.07492996007204056, 0.08263305574655533, -0.1624649614095688, -0.03991595283150673, 0.08263305574655533, -0.03991595283150673, 0.15266107022762299, 0.15266107022762299, 0.17016807198524475, 0.08263305574655533, 0.3802522122859955, 0.432773232460022, 0.7829132676124573, 0.415266215801239, 1.0805323123931885, 0.9404762983322144, 0.5728292465209961, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 0.9929972887039185, 1.0805323123931885, 0.6953782439231873, -0.6701680421829224, -1.3004200458526611, -1.6330533027648926, -1.7030812501907349, -1.5105042457580566, -1.5455182790756226, -1.7030812501907349, -1.755602240562439, -1.3529410362243652, -1.3879550695419312, 0.3277312219142914, 0.6253502368927002, 0.20518220961093903, -0.4950979948043823, -1.0203081369400024, -0.7927170395851135, 0.8354342579841614, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.520308256149292, 0.2226892113685608, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.5553222298622131, 0.8529412746429443, 0.5378152132034302, 0.34523820877075195, 0.5553222298622131, 0.2226892113685608, 0.11764705926179886, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.15266107022762299, -0.03991595283150673, 0.6078432202339172, 0.15266107022762299, 2.1309523582458496, 2.1309523582458496], [1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.9054622650146484, 1.5707283020019531, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.7633053064346313, 1.4131653308868408, 1.0805323123931885, 1.0630252361297607, 1.343137264251709, 1.343137264251709, 0.9404762983322144, 0.590336263179779, 0.34523820877075195, 0.03011205606162548, 0.3102242052555084, 0.3627452254295349, 0.15266107022762299, 0.0476190559566021, -0.03991595283150673, -0.2499999701976776, -0.23249296844005585, -0.21498596668243408, -0.1624649614095688, -0.0049019488506019115, -0.26750698685646057, -0.9152660369873047, -1.195378065109253, -0.28501397371292114, -0.26750698685646057, -0.47759100794792175, -0.5301120281219482, -0.6176469922065735, -0.4600839912891388, -0.12745095789432526, -0.12745095789432526, -0.3200279772281647, 1.2731093168258667, 2.1834733486175537, 2.1309523582458496, 2.0784313678741455, 2.113445281982422, 1.8858543634414673, 1.7457983493804932, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.165966510772705, 2.165966510772705, 2.1309523582458496, 2.218487501144409, 2.1834733486175537, 1.9908963441848755, -0.07492996007204056, -1.422969102859497, -1.6155462265014648, -1.580532193183899, -0.42506998777389526, 1.7633053064346313, 1.8508403301239014, 1.9733893871307373, 1.9558824300765991, 1.9033613204956055, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 2.0084033012390137, 1.5882353782653809, -1.3179271221160889, -1.7030812501907349, -1.755602240562439, -1.370448112487793, -0.5651260018348694, -0.42506998777389526, -0.1624649614095688, -0.19747896492481232, -0.4075630009174347, -1.2654061317443848, -1.6155462265014648, -1.7030812501907349, -1.5980392694473267, -0.4425770044326782, 0.9404762983322144, 1.6757704019546509, 2.0084033012390137, 1.9558824300765991, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 1.8333333730697632, 1.3606443405151367, 0.590336263179779, 0.4677872359752655, 0.502801239490509, 0.590336263179779, 0.45028021931648254, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6603642702102661, 0.590336263179779, 0.4852942228317261, 0.3802522122859955, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.0476190559566021, 0.08263305574655533, 0.34523820877075195, 0.2752102017402649, 0.415266215801239, 0.24019621312618256, 0.39775922894477844, 0.3102242052555084, 0.2226892113685608, 0.29271721839904785, 0.1001400575041771, 0.29271721839904785, 0.39775922894477844, 0.24019621312618256, 0.06512605398893356, 0.08263305574655533, -0.057422954589128494, -0.1624649614095688, -0.14495795965194702, -0.19747896492481232, -0.07492996007204056, -0.1624649614095688, 0.03011205606162548, -0.09243696182966232, -0.09243696182966232, -0.022408949211239815, -0.23249296844005585, -0.07492996007204056, 0.08263305574655533, -0.19747896492481232, 0.2752102017402649, 0.24019621312618256, 0.3102242052555084, 0.34523820877075195, 0.432773232460022, 0.5728292465209961, 0.6603642702102661, 0.8004202842712402, 1.1855742931365967, 0.8004202842712402, 0.7303922772407532, 1.2205883264541626, 0.8354342579841614, 1.1330533027648926, 1.1155463457107544, 0.7478992342948914, 0.5378152132034302, -0.7051820158958435, -1.5105042457580566, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.0903360843658447, -1.7906162738800049, -1.720588207244873, -0.9852941036224365, 0.39775922894477844, 0.5553222298622131, 0.5378152132034302, 0.29271721839904785, -0.7401960492134094, -0.9327731132507324, 0.6253502368927002, 1.0455182790756226, 0.8529412746429443, 0.7128852605819702, 0.6428572535514832, 0.8704482913017273, 0.1001400575041771, 0.3102242052555084, 0.6253502368927002, 0.45028021931648254, 0.5553222298622131, 0.7128852605819702, 0.34523820877075195, 0.7478992342948914, 0.432773232460022, 0.17016807198524475, 0.4677872359752655, 0.5378152132034302, 0.415266215801239, 0.3277312219142914, -0.0049019488506019115, 0.012605053372681141, 0.012605053372681141, 0.7303922772407532, 0.08263305574655533, 2.1484594345092773, 2.1484594345092773], [1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.7983193397521973, 1.5357143878936768, 1.2380952835083008, 1.1330533027648926, 1.465686321258545, 1.5357143878936768, 1.2906162738800049, 0.8004202842712402, 0.6603642702102661, 0.3277312219142914, 0.13515406847000122, 0.3277312219142914, 0.502801239490509, 0.15266107022762299, -0.0049019488506019115, 0.3802522122859955, 0.5378152132034302, 0.5553222298622131, 0.3627452254295349, 0.06512605398893356, -0.6876749992370605, -1.247899055480957, -0.8802520632743835, -0.7927170395851135, -0.9502801299095154, -0.9502801299095154, -0.7927170395851135, -0.9677870869636536, -1.1778711080551147, -0.8277310132980347, -0.6351540088653564, -0.6526610255241394, 1.8333333730697632, 2.0084033012390137, 2.0259103775024414, 2.0609242916107178, 2.0609242916107178, 2.113445281982422, 2.1834733486175537, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.043417453765869, -0.28501397371292114, -1.160364031791687, -1.6155462265014648, -1.7380952835083008, -1.755602240562439, -1.7906162738800049, -1.4929972887039185, -0.47759100794792175, 0.7303922772407532, 1.3081233501434326, 1.6232492923736572, 1.868347406387329, 1.8333333730697632, 1.9733893871307373, 1.9383753538131714, 0.7128852605819702, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.6155462265014648, -1.5280112028121948, -1.3879550695419312, -1.2303920984268188, -1.2128850221633911, -1.3179271221160889, -1.580532193183899, -1.6155462265014648, -1.5630252361297607, -1.195378065109253, -0.21498596668243408, -0.14495795965194702, 0.3277312219142914, 1.5007003545761108, 1.815826416015625, 0.7478992342948914, -0.8802520632743835, -0.4950979948043823, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6078432202339172, 0.6428572535514832, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.3802522122859955, 0.39775922894477844, 0.4677872359752655, 0.4677872359752655, 0.13515406847000122, 0.11764705926179886, 0.1001400575041771, 0.08263305574655533, 0.08263305574655533, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.29271721839904785, 0.15266107022762299, 0.1001400575041771, 0.29271721839904785, 0.432773232460022, 0.45028021931648254, 0.18767507374286652, -0.0049019488506019115, 0.03011205606162548, 0.06512605398893356, 0.08263305574655533, 0.29271721839904785, 0.03011205606162548, -0.057422954589128494, -0.03991595283150673, -0.057422954589128494, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.12745095789432526, -0.14495795965194702, -0.14495795965194702, -0.26750698685646057, -0.19747896492481232, 0.20518220961093903, 0.012605053372681141, 0.1001400575041771, 0.17016807198524475, 0.4677872359752655, 0.432773232460022, 0.4852942228317261, 0.29271721839904785, 0.5728292465209961, 0.4677872359752655, 0.6078432202339172, 1.1155463457107544, 1.0280113220214844, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.3081233501434326, 0.5553222298622131, 0.20518220961093903, -0.8977590203285217, -1.4754900932312012, -1.7030812501907349, -1.7380952835083008, -1.8256303071975708, -1.7030812501907349, -1.668067216873169, -1.843137264251709, -1.668067216873169, -1.4404760599136353, -0.1624649614095688, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, -0.6701680421829224, -0.5826330184936523, 0.17016807198524475, 0.6078432202339172, 0.5728292465209961, 0.8179272413253784, 0.9229692816734314, 0.8179272413253784, 0.15266107022762299, 0.6078432202339172, 0.4852942228317261, 0.4677872359752655, 0.2752102017402649, 0.5728292465209961, 0.520308256149292, 0.7303922772407532, 0.4677872359752655, 0.3802522122859955, 0.4677872359752655, 0.415266215801239, 0.4852942228317261, 0.5553222298622131, 0.1001400575041771, -0.022408949211239815, -0.022408949211239815, 0.9404762983322144, 0.2577032148838043, 2.113445281982422, 2.1484594345092773], [1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.7829132676124573, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.343137264251709, 1.8333333730697632, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.6757704019546509, 1.343137264251709, 1.2906162738800049, 1.6757704019546509, 1.6232492923736572, 1.553221344947815, 1.1505602598190308, 0.6603642702102661, 0.520308256149292, 0.24019621312618256, 0.24019621312618256, 0.520308256149292, 0.415266215801239, 0.29271721839904785, 0.5378152132034302, 0.6953782439231873, 0.590336263179779, 0.24019621312618256, -0.47759100794792175, -1.0378150939941406, -0.7752100229263306, -0.7051820158958435, -0.8277310132980347, -0.9852941036224365, -1.1428570747375488, -1.2654061317443848, -1.422969102859497, -1.5980392694473267, -1.6330533027648926, -1.457983136177063, -1.1778711080551147, -0.7051820158958435, 0.5378152132034302, 0.9404762983322144, 0.9579832553863525, 1.553221344947815, 2.0084033012390137, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.3956583738327026, -1.6505602598190308, -1.6855742931365967, -1.668067216873169, -1.668067216873169, -1.7030812501907349, -1.720588207244873, -1.720588207244873, -1.7030812501907349, -1.7030812501907349, -1.6330533027648926, -1.7731093168258667, -1.4929972887039185, -1.580532193183899, -1.720588207244873, -1.720588207244873, -1.6505602598190308, -1.808123230934143, -1.878151297569275, -1.878151297569275, -1.9131653308868408, -1.8256303071975708, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.7731093168258667, -1.7906162738800049, -1.8256303071975708, -1.808123230934143, -1.6155462265014648, -1.4404760599136353, -1.1778711080551147, -0.6876749992370605, 0.3627452254295349, -0.2499999701976776, -0.14495795965194702, 0.1001400575041771, 0.24019621312618256, 0.6603642702102661, 0.8879552483558655, 1.1330533027648926, 1.0105042457580566, 0.5553222298622131, 0.34523820877075195, 0.2752102017402649, 0.3102242052555084, 0.13515406847000122, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.17016807198524475, 0.08263305574655533, 0.15266107022762299, 0.17016807198524475, 0.2226892113685608, 0.2752102017402649, 0.3277312219142914, 0.2752102017402649, 0.3277312219142914, 0.18767507374286652, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.2226892113685608, 0.3102242052555084, 0.3102242052555084, 0.15266107022762299, 0.08263305574655533, 0.08263305574655533, 0.012605053372681141, -0.03991595283150673, 0.0476190559566021, -0.0049019488506019115, -0.10994396358728409, -0.1624649614095688, -0.3200279772281647, -0.10994396358728409, -0.17997196316719055, -0.17997196316719055, -0.4425770044326782, -0.3200279772281647, -0.37254899740219116, -0.17997196316719055, -0.19747896492481232, -0.21498596668243408, -0.10994396358728409, -0.12745095789432526, -0.057422954589128494, -0.0049019488506019115, 0.11764705926179886, -0.14495795965194702, 0.11764705926179886, -0.12745095789432526, 0.20518220961093903, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.7829132676124573, 0.7829132676124573, 1.0455182790756226, 0.7829132676124573, 1.1680673360824585, 0.8004202842712402, 1.3256303071975708, 1.1855742931365967, 1.0105042457580566, 1.0980392694473267, 0.012605053372681141, -1.5105042457580566, -1.6155462265014648, -1.668067216873169, -1.668067216873169, -1.8606442213058472, -1.843137264251709, -1.7380952835083008, -1.843137264251709, -1.8256303071975708, -1.4929972887039185, -0.47759100794792175, -0.022408949211239815, 0.415266215801239, 0.3627452254295349, 0.0476190559566021, -0.5301120281219482, -0.17997196316719055, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.7654062509536743, 0.3102242052555084, 0.06512605398893356, 0.3627452254295349, 0.3627452254295349, 0.0476190559566021, 0.502801239490509, 0.4677872359752655, 0.6428572535514832, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.5378152132034302, 0.9054622650146484, 0.24019621312618256, 0.06512605398893356, 0.2577032148838043, 0.8529412746429443, 0.2752102017402649, 2.1484594345092773, 2.113445281982422], [1.465686321258545, 1.430672287940979, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 1.0280113220214844, 1.693277359008789, 1.9383753538131714, 1.9383753538131714, 1.9033613204956055, 1.7457983493804932, 1.5882353782653809, 1.5357143878936768, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.605742335319519, 0.9929972887039185, 0.39775922894477844, 0.432773232460022, 0.6428572535514832, 0.415266215801239, 0.45028021931648254, 0.29271721839904785, -0.23249296844005585, -0.6001400351524353, -0.9852941036224365, -1.195378065109253, -1.457983136177063, -1.5630252361297607, -1.6330533027648926, -1.668067216873169, -1.6155462265014648, -1.5630252361297607, -1.6155462265014648, -1.720588207244873, -1.878151297569275, -1.878151297569275, -1.6855742931365967, -1.457983136177063, -1.422969102859497, -1.5455182790756226, -1.720588207244873, -1.7030812501907349, -1.7731093168258667, 0.3802522122859955, 0.6953782439231873, -1.6505602598190308, -1.7030812501907349, -1.195378065109253, -0.7577030062675476, -1.2303920984268188, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.8606442213058472, -1.843137264251709, -1.8256303071975708, -1.895658254623413, -1.9131653308868408, -1.878151297569275, -1.808123230934143, -1.6505602598190308, -1.5980392694473267, -1.5630252361297607, -1.4929972887039185, -1.5105042457580566, -1.6505602598190308, -1.983193278312683, -1.8256303071975708, -0.8277310132980347, -0.17997196316719055, 0.39775922894477844, 0.7829132676124573, 0.4852942228317261, -0.21498596668243408, -1.1253501176834106, -1.247899055480957, -0.6701680421829224, -1.0378150939941406, -1.5105042457580566, -1.7380952835083008, -1.878151297569275, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.720588207244873, -1.5980392694473267, -0.6876749992370605, 0.17016807198524475, 0.39775922894477844, 0.415266215801239, 0.7478992342948914, 0.29271721839904785, 0.20518220961093903, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.20518220961093903, 0.2226892113685608, 0.2752102017402649, 0.432773232460022, 0.432773232460022, 0.3277312219142914, 0.3277312219142914, 0.4677872359752655, 0.20518220961093903, 0.11764705926179886, 0.06512605398893356, 0.06512605398893356, -0.12745095789432526, -0.057422954589128494, 0.08263305574655533, 0.012605053372681141, 0.0476190559566021, 0.18767507374286652, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.1624649614095688, 0.0476190559566021, 0.03011205606162548, -0.07492996007204056, 0.11764705926179886, 0.03011205606162548, -0.07492996007204056, -0.03991595283150673, -0.09243696182966232, -0.19747896492481232, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, -0.3025209903717041, -0.3550419807434082, -0.28501397371292114, -0.26750698685646057, -0.23249296844005585, -0.21498596668243408, -0.21498596668243408, -0.09243696182966232, -0.022408949211239815, -0.28501397371292114, 0.0476190559566021, 0.11764705926179886, -0.022408949211239815, -0.09243696182966232, 0.17016807198524475, 0.502801239490509, 0.5728292465209961, 0.415266215801239, 0.8704482913017273, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.8704482913017273, 0.6078432202339172, 1.1855742931365967, 1.0980392694473267, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.0455182790756226, -0.1624649614095688, -1.5280112028121948, -1.668067216873169, -1.7906162738800049, -1.7030812501907349, -1.755602240562439, -1.7906162738800049, -1.7906162738800049, -1.843137264251709, -1.8256303071975708, -1.9481792449951172, -0.9152660369873047, -0.4425770044326782, 0.520308256149292, 0.6253502368927002, -0.10994396358728409, -0.17997196316719055, 0.08263305574655533, 0.45028021931648254, 0.6428572535514832, 0.6078432202339172, 0.7303922772407532, 0.5728292465209961, 0.39775922894477844, 0.17016807198524475, 0.415266215801239, 0.415266215801239, -0.0049019488506019115, 0.17016807198524475, 0.590336263179779, 0.4677872359752655, 0.6603642702102661, 0.6078432202339172, 0.5378152132034302, 0.08263305574655533, 0.5553222298622131, 0.6953782439231873, 0.2226892113685608, -0.03991595283150673, 0.432773232460022, 0.3277312219142914, 0.415266215801239, 2.1834733486175537, 2.113445281982422], [1.465686321258545, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 1.5007003545761108, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.728291392326355, 1.6232492923736572, 1.430672287940979, 0.6953782439231873, 0.6603642702102661, 0.8004202842712402, 0.08263305574655533, -0.8452380299568176, -1.3879550695419312, -1.422969102859497, -1.422969102859497, -1.3879550695419312, -1.4054621458053589, -1.4754900932312012, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.930672287940979, -1.965686321258545, -2.0007002353668213, -1.983193278312683, -1.965686321258545, -1.5980392694473267, -1.0028010606765747, -0.9502801299095154, -1.1078431606292725, -1.247899055480957, -1.457983136177063, -1.4929972887039185, -1.580532193183899, -1.7380952835083008, -1.8256303071975708, -1.8256303071975708, -1.6330533027648926, -1.580532193183899, -1.755602240562439, -1.895658254623413, -1.7731093168258667, -1.335434079170227, -1.0553221702575684, -0.9502801299095154, -1.370448112487793, -1.755602240562439, -1.0378150939941406, 0.8354342579841614, 1.4481793642044067, 1.780812382698059, 1.8508403301239014, 1.868347406387329, 1.7633053064346313, 1.0455182790756226, 0.3277312219142914, 0.6953782439231873, 1.518207311630249, 1.3081233501434326, 1.0630252361297607, 0.45028021931648254, -0.8277310132980347, -1.335434079170227, 1.728291392326355, 2.0259103775024414, 2.113445281982422, 2.1309523582458496, 2.165966510772705, 2.0609242916107178, 1.7633053064346313, 1.1680673360824585, 0.18767507374286652, -0.8802520632743835, -1.0378150939941406, -0.33753499388694763, -0.057422954589128494, 0.18767507374286652, 0.06512605398893356, 0.08263305574655533, 0.15266107022762299, 0.13515406847000122, 0.45028021931648254, 0.5378152132034302, 0.45028021931648254, 0.3102242052555084, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.11764705926179886, 0.3102242052555084, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.11764705926179886, 0.06512605398893356, 0.03011205606162548, 0.15266107022762299, 0.06512605398893356, -0.057422954589128494, -0.057422954589128494, 0.20518220961093903, 0.3277312219142914, 0.3802522122859955, 0.2226892113685608, 0.1001400575041771, 0.0476190559566021, -0.03991595283150673, 0.06512605398893356, 0.0476190559566021, 0.03011205606162548, 0.012605053372681141, 0.0476190559566021, -0.022408949211239815, -0.17997196316719055, -0.3200279772281647, -0.14495795965194702, -0.1624649614095688, -0.17997196316719055, -0.26750698685646057, -0.5301120281219482, -0.33753499388694763, -0.2499999701976776, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.057422954589128494, -0.17997196316719055, -0.5826330184936523, 0.0476190559566021, 0.34523820877075195, 0.2577032148838043, 0.34523820877075195, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.4852942228317261, 0.9054622650146484, 0.7478992342948914, 0.8529412746429443, 1.2380952835083008, 1.1505602598190308, 1.0630252361297607, 1.2380952835083008, 1.3081233501434326, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 0.9054622650146484, 0.11764705926179886, -1.6505602598190308, -1.7906162738800049, -1.7380952835083008, -1.6855742931365967, -1.7030812501907349, -1.7906162738800049, -1.808123230934143, -1.7731093168258667, -1.580532193183899, -0.9852941036224365, -1.6855742931365967, -0.7927170395851135, 0.4852942228317261, 0.3277312219142914, 0.20518220961093903, 0.2577032148838043, -0.7226890325546265, -0.17997196316719055, 0.34523820877075195, 0.5378152132034302, 0.520308256149292, 0.6778712272644043, 0.6078432202339172, 0.432773232460022, 0.6953782439231873, 0.502801239490509, 0.502801239490509, 0.415266215801239, 0.502801239490509, 0.29271721839904785, 0.8354342579841614, 0.6953782439231873, 0.3802522122859955, 0.3277312219142914, 0.5728292465209961, 0.415266215801239, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, -0.03991595283150673, 0.6603642702102661, 2.1834733486175537, 2.0784313678741455], [1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.2030812501907349, 1.7633053064346313, 1.9208683967590332, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.815826416015625, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7457983493804932, 1.728291392326355, 1.3956583738327026, -0.1624649614095688, -0.8452380299568176, -1.247899055480957, -1.335434079170227, -1.3179271221160889, -1.2128850221633911, -1.3004200458526611, -1.4754900932312012, -1.580532193183899, -1.5630252361297607, -1.580532193183899, -1.5980392694473267, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.6155462265014648, -1.1078431606292725, -0.12745095789432526, 0.1001400575041771, 0.03011205606162548, -0.5476189851760864, -1.0203081369400024, -1.457983136177063, -1.7731093168258667, -1.808123230934143, -1.2654061317443848, -0.7401960492134094, -0.6351540088653564, -1.0378150939941406, -1.6330533027648926, -1.8256303071975708, -0.09243696182966232, 1.4481793642044067, 1.7457983493804932, 1.9033613204956055, 1.9033613204956055, 2.0609242916107178, 1.728291392326355, 0.6953782439231873, -0.6701680421829224, 0.6603642702102661, 1.0630252361297607, 0.34523820877075195, -0.8277310132980347, -1.4054621458053589, 1.4481793642044067, 2.0784313678741455, 2.0609242916107178, 2.0959384441375732, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.2205883264541626, -1.0553221702575684, 0.7303922772407532, 1.2380952835083008, 1.9908963441848755, 2.0084033012390137, 1.2731093168258667, 0.15266107022762299, 1.1505602598190308, 1.430672287940979, -0.2499999701976776, -0.26750698685646057, 0.2577032148838043, 0.1001400575041771, -0.3025209903717041, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.2226892113685608, 0.15266107022762299, 0.20518220961093903, 0.34523820877075195, 0.39775922894477844, 0.4852942228317261, 0.3102242052555084, 0.18767507374286652, 0.11764705926179886, -0.03991595283150673, -0.022408949211239815, 0.13515406847000122, 0.2577032148838043, 0.13515406847000122, 0.3102242052555084, -0.12745095789432526, -0.03991595283150673, -0.0049019488506019115, 0.15266107022762299, -0.022408949211239815, -0.07492996007204056, -0.07492996007204056, -0.2499999701976776, 0.06512605398893356, 0.11764705926179886, 0.3102242052555084, 0.3102242052555084, 0.24019621312618256, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.012605053372681141, -0.21498596668243408, 0.1001400575041771, -0.022408949211239815, -0.1624649614095688, -0.17997196316719055, -0.28501397371292114, -0.17997196316719055, -0.26750698685646057, -0.42506998777389526, -0.37254899740219116, -0.2499999701976776, -0.057422954589128494, -0.0049019488506019115, -0.19747896492481232, 0.012605053372681141, -0.07492996007204056, -0.1624649614095688, -0.37254899740219116, 0.03011205606162548, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, 0.2752102017402649, 0.29271721839904785, 0.590336263179779, 0.6078432202339172, 1.1155463457107544, 1.0105042457580566, 0.9054622650146484, 1.2731093168258667, 1.0105042457580566, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.1680673360824585, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 0.5728292465209961, -0.4950979948043823, -1.3529410362243652, -1.7030812501907349, -1.808123230934143, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.5105042457580566, -0.5476189851760864, -1.195378065109253, 0.29271721839904785, 0.4852942228317261, -0.28501397371292114, 0.7829132676124573, 0.415266215801239, 0.6253502368927002, 0.6078432202339172, 0.8004202842712402, 0.7829132676124573, 0.34523820877075195, 0.20518220961093903, 0.2752102017402649, 0.7128852605819702, 0.9754902720451355, 0.7128852605819702, 0.6078432202339172, 0.15266107022762299, 0.415266215801239, 0.6428572535514832, 0.6778712272644043, 0.11764705926179886, 0.432773232460022, 0.8004202842712402, 0.20518220961093903, 0.4852942228317261, 0.6428572535514832, 0.2577032148838043, 0.11764705926179886, 0.9054622650146484, 2.0784313678741455, 2.0784313678741455], [1.518207311630249, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 0.9579832553863525, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 1.0105042457580566, 1.6232492923736572, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9383753538131714, 1.8508403301239014, 1.7633053064346313, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.483193278312683, -0.8277310132980347, -0.9677870869636536, -1.1253501176834106, -1.2128850221633911, -1.195378065109253, -1.0728291273117065, -1.0378150939941406, -1.0903360843658447, -1.370448112487793, -1.5105042457580566, -1.5105042457580566, -1.5105042457580566, -1.5980392694473267, -1.5980392694473267, -1.247899055480957, 0.3102242052555084, 1.3081233501434326, 1.430672287940979, 1.5357143878936768, 1.518207311630249, 1.1680673360824585, 1.1680673360824585, 0.520308256149292, -0.8627450466156006, -0.8802520632743835, -0.8627450466156006, -1.2303920984268188, -1.6155462265014648, -1.6855742931365967, -1.3529410362243652, -0.8627450466156006, 1.0630252361297607, 1.3956583738327026, 1.6232492923736572, 1.6757704019546509, 1.3256303071975708, -0.10994396358728409, -1.5105042457580566, 0.39775922894477844, 1.9033613204956055, 2.043417453765869, 1.9908963441848755, 2.0609242916107178, 2.0609242916107178, 2.043417453765869, 1.6757704019546509, 0.06512605398893356, 0.34523820877075195, 1.1330533027648926, 1.1505602598190308, -0.19747896492481232, -0.8102240562438965, 1.553221344947815, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.780812382698059, 0.18767507374286652, -1.720588207244873, 0.5378152132034302, 1.6757704019546509, 1.6582633256912231, 1.3606443405151367, 0.39775922894477844, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.24019621312618256, 0.06512605398893356, 0.012605053372681141, 0.1001400575041771, 0.24019621312618256, 0.1001400575041771, 0.06512605398893356, -0.022408949211239815, 0.012605053372681141, -0.057422954589128494, -0.057422954589128494, -0.022408949211239815, -0.0049019488506019115, -0.0049019488506019115, -0.03991595283150673, -0.0049019488506019115, 0.17016807198524475, -0.14495795965194702, -0.022408949211239815, -0.0049019488506019115, -0.07492996007204056, 0.1001400575041771, 0.08263305574655533, -0.022408949211239815, -0.03991595283150673, -0.057422954589128494, -0.23249296844005585, -0.022408949211239815, 0.18767507374286652, 0.13515406847000122, 0.2226892113685608, 0.3102242052555084, 0.11764705926179886, 0.0476190559566021, 0.13515406847000122, -0.0049019488506019115, -0.10994396358728409, -0.12745095789432526, -0.19747896492481232, -0.19747896492481232, -0.1624649614095688, -0.3025209903717041, -0.14495795965194702, -0.28501397371292114, -0.5301120281219482, -0.2499999701976776, -0.19747896492481232, -0.26750698685646057, -0.022408949211239815, 0.012605053372681141, -0.07492996007204056, 0.0476190559566021, 0.0476190559566021, 0.11764705926179886, 0.11764705926179886, 0.3627452254295349, 0.5378152132034302, 0.6953782439231873, 0.8354342579841614, 0.8704482913017273, 0.9929972887039185, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2731093168258667, 1.2380952835083008, 1.2906162738800049, 1.4131653308868408, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, 0.6428572535514832, -1.0903360843658447, -1.668067216873169, -1.7731093168258667, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.580532193183899, -1.7030812501907349, -1.1253501176834106, -0.8627450466156006, -1.1078431606292725, 0.08263305574655533, 0.6953782439231873, 0.4677872359752655, 0.6953782439231873, -0.28501397371292114, -0.10994396358728409, 0.6428572535514832, 0.4852942228317261, 0.18767507374286652, 0.1001400575041771, 0.4852942228317261, 0.590336263179779, 0.8704482913017273, 0.8354342579841614, 0.3627452254295349, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.432773232460022, 0.4852942228317261, 0.6428572535514832, 0.8704482913017273, 0.29271721839904785, 0.3802522122859955, 0.8179272413253784, 2.1484594345092773, 2.0959384441375732], [1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8179272413253784, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 1.0105042457580566, 0.8704482913017273, 0.6428572535514832, 0.7128852605819702, 1.378151297569275, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3956583738327026, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -1.0378150939941406, -1.0903360843658447, -1.1428570747375488, -0.9677870869636536, -0.6876749992370605, -0.4075630009174347, -0.6526610255241394, -1.2303920984268188, -1.6155462265014648, -1.755602240562439, -0.1624649614095688, 1.605742335319519, 1.8333333730697632, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 2.0259103775024414, 1.4131653308868408, -0.5301120281219482, -1.160364031791687, -0.4075630009174347, -1.0903360843658447, -1.8606442213058472, -1.895658254623413, -1.4929972887039185, 0.2577032148838043, 0.8529412746429443, 0.9229692816734314, 0.13515406847000122, -1.370448112487793, -1.3879550695419312, -0.4600839912891388, -0.47759100794792175, -1.0028010606765747, -1.2654061317443848, 0.7829132676124573, 1.605742335319519, 1.7983193397521973, 1.9208683967590332, 2.043417453765869, 2.0609242916107178, 1.3956583738327026, -0.7577030062675476, 1.3081233501434326, 1.9733893871307373, 2.0609242916107178, 1.9908963441848755, 1.2205883264541626, -0.42506998777389526, 1.1155463457107544, 1.4131653308868408, 1.8858543634414673, 1.9733893871307373, 1.868347406387329, 0.3102242052555084, -1.2654061317443848, -0.03991595283150673, -0.23249296844005585, 1.0980392694473267, 1.1680673360824585, 0.4677872359752655, 0.39775922894477844, 0.39775922894477844, 0.4852942228317261, 0.4677872359752655, 0.3627452254295349, 0.15266107022762299, 0.08263305574655533, 0.06512605398893356, 0.03011205606162548, 0.06512605398893356, 0.03011205606162548, -0.14495795965194702, -0.0049019488506019115, -0.10994396358728409, 0.17016807198524475, 0.11764705926179886, 0.06512605398893356, -0.14495795965194702, -0.12745095789432526, 0.0476190559566021, -0.057422954589128494, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, 0.0476190559566021, 0.2577032148838043, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, 0.03011205606162548, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.2226892113685608, 0.24019621312618256, 0.11764705926179886, 0.012605053372681141, -0.21498596668243408, -0.1624649614095688, -0.37254899740219116, -0.23249296844005585, -0.37254899740219116, -0.23249296844005585, -0.23249296844005585, -0.23249296844005585, -0.10994396358728409, -0.37254899740219116, 0.20518220961093903, -0.07492996007204056, 0.15266107022762299, 0.08263305574655533, -0.26750698685646057, -0.17997196316719055, 0.20518220961093903, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.3102242052555084, 0.13515406847000122, 0.432773232460022, 0.590336263179779, 1.0105042457580566, 0.7478992342948914, 1.2556023597717285, 1.0280113220214844, 1.0280113220214844, 1.1330533027648926, 1.2556023597717285, 1.3081233501434326, 1.430672287940979, 1.3081233501434326, 1.2556023597717285, 1.3081233501434326, 0.8879552483558655, 0.4852942228317261, -0.47759100794792175, -1.370448112487793, -1.7380952835083008, -1.755602240562439, -1.8256303071975708, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.6155462265014648, -1.0203081369400024, 0.012605053372681141, -0.6876749992370605, -0.7752100229263306, -0.4600839912891388, -0.022408949211239815, 0.012605053372681141, 0.6078432202339172, 0.7303922772407532, 0.6603642702102661, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.7128852605819702, 0.502801239490509, 0.3802522122859955, 0.6078432202339172, 0.3277312219142914, 0.7478992342948914, 0.6953782439231873, 0.6078432202339172, 0.2577032148838043, 0.34523820877075195, 0.8704482913017273, 1.0105042457580566, 0.590336263179779, 0.7654062509536743, 1.0805323123931885, 2.165966510772705, 2.0784313678741455], [1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6428572535514832, 0.6428572535514832, 1.3606443405151367, 1.780812382698059, 1.640756368637085, 1.1505602598190308, 0.7478992342948914, 1.0980392694473267, 1.6582633256912231, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.605742335319519, 0.8704482913017273, -0.5476189851760864, -0.6001400351524353, -0.8102240562438965, -1.1253501176834106, -1.370448112487793, -1.5280112028121948, -1.282913088798523, -0.6701680421829224, 0.012605053372681141, 0.29271721839904785, 0.06512605398893356, -0.4600839912891388, 1.6757704019546509, 1.9908963441848755, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 2.1309523582458496, 1.9383753538131714, 1.343137264251709, -0.9152660369873047, -1.4929972887039185, -1.4404760599136353, -1.6330533027648926, -1.7380952835083008, -1.755602240562439, -0.4425770044326782, 0.20518220961093903, 0.2226892113685608, -0.9502801299095154, -1.755602240562439, -1.668067216873169, 0.4677872359752655, 1.3256303071975708, 1.5007003545761108, 1.4481793642044067, 1.343137264251709, 0.13515406847000122, -1.422969102859497, -1.282913088798523, -0.5301120281219482, 0.3102242052555084, -0.09243696182966232, -1.5455182790756226, 0.13515406847000122, 1.8333333730697632, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9908963441848755, 1.9208683967590332, 1.0980392694473267, -0.12745095789432526, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.0630252361297607, -1.1078431606292725, -1.282913088798523, 1.343137264251709, 1.1505602598190308, 0.8004202842712402, 0.5378152132034302, 0.2577032148838043, 0.3277312219142914, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.24019621312618256, 0.11764705926179886, 0.17016807198524475, -0.14495795965194702, 0.06512605398893356, -0.10994396358728409, -0.10994396358728409, -0.10994396358728409, -0.23249296844005585, 0.1001400575041771, 0.0476190559566021, 0.20518220961093903, 0.012605053372681141, 0.2226892113685608, 0.34523820877075195, 0.39775922894477844, -0.07492996007204056, -0.07492996007204056, 0.0476190559566021, -0.2499999701976776, 0.2577032148838043, 0.1001400575041771, 0.0476190559566021, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.06512605398893356, -0.057422954589128494, -0.33753499388694763, -0.022408949211239815, 0.39775922894477844, 0.15266107022762299, 0.06512605398893356, -0.26750698685646057, 0.03011205606162548, -0.09243696182966232, -0.3025209903717041, -0.1624649614095688, -0.3550419807434082, -0.4950979948043823, -0.47759100794792175, -0.33753499388694763, -0.5301120281219482, 0.18767507374286652, -0.7226890325546265, -0.28501397371292114, -0.23249296844005585, -0.33753499388694763, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.17016807198524475, 0.2226892113685608, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.590336263179779, 0.7829132676124573, 1.1505602598190308, 1.3606443405151367, 1.2556023597717285, 1.2556023597717285, 1.1330533027648926, 1.5707283020019531, 1.430672287940979, 1.2906162738800049, 1.465686321258545, 1.3081233501434326, 0.8704482913017273, 0.7654062509536743, -1.0903360843658447, -1.6505602598190308, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.6855742931365967, -1.7731093168258667, -1.5455182790756226, -1.5630252361297607, 0.13515406847000122, -0.5651260018348694, -0.3025209903717041, 0.4852942228317261, 0.9929972887039185, 0.13515406847000122, 0.3802522122859955, 0.5378152132034302, 0.3102242052555084, 0.06512605398893356, 0.0476190559566021, 0.06512605398893356, 0.11764705926179886, 0.45028021931648254, 0.5728292465209961, 0.5378152132034302, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, 0.20518220961093903, 0.590336263179779, 0.7654062509536743, 0.5553222298622131, 0.3277312219142914, 0.012605053372681141, 0.4677872359752655, 0.6603642702102661, 0.5728292465209961, 0.6778712272644043, 1.3081233501434326, 2.1834733486175537, 2.0959384441375732], [1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.4131653308868408, 2.0084033012390137, 1.9033613204956055, 1.553221344947815, 0.6778712272644043, 0.8529412746429443, 1.430672287940979, 1.7457983493804932, 1.9033613204956055, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 0.012605053372681141, -0.33753499388694763, -0.19747896492481232, -0.6876749992370605, -1.4054621458053589, -1.6330533027648926, -1.7030812501907349, -1.4929972887039185, -0.7401960492134094, 0.11764705926179886, 0.8529412746429443, 1.8333333730697632, 2.0609242916107178, 2.0084033012390137, 2.1309523582458496, 2.113445281982422, 1.9733893871307373, 0.8879552483558655, -1.282913088798523, -1.843137264251709, -1.7030812501907349, -0.7051820158958435, -0.5826330184936523, -1.0903360843658447, -1.755602240562439, -1.457983136177063, -0.4600839912891388, -0.6176469922065735, -1.282913088798523, -1.7731093168258667, -1.4404760599136353, 0.3102242052555084, 0.7829132676124573, 0.9754902720451355, 0.7654062509536743, -1.0378150939941406, -1.878151297569275, -1.6505602598190308, 0.5553222298622131, 1.5882353782653809, 1.6232492923736572, 1.3956583738327026, 0.8704482913017273, -0.4950979948043823, 0.03011205606162548, 0.9754902720451355, 1.378151297569275, 1.6757704019546509, 1.9033613204956055, 1.9208683967590332, 2.113445281982422, 2.1309523582458496, 2.0609242916107178, 0.5728292465209961, -0.7401960492134094, -0.8452380299568176, -1.2654061317443848, 0.20518220961093903, 0.9054622650146484, 0.6253502368927002, 0.4852942228317261, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.3802522122859955, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.4677872359752655, 0.08263305574655533, 0.0476190559566021, -0.022408949211239815, 0.15266107022762299, -0.23249296844005585, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, -0.03991595283150673, -0.14495795965194702, -0.03991595283150673, -0.09243696182966232, 0.18767507374286652, 0.06512605398893356, -0.1624649614095688, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.11764705926179886, -0.07492996007204056, 0.03011205606162548, -0.3025209903717041, -0.057422954589128494, 0.08263305574655533, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.03011205606162548, 0.03011205606162548, -0.03991595283150673, -0.21498596668243408, -0.0049019488506019115, 0.17016807198524475, 0.0476190559566021, 0.29271721839904785, -0.2499999701976776, -0.23249296844005585, -0.14495795965194702, -0.022408949211239815, 0.06512605398893356, -0.10994396358728409, -0.23249296844005585, -0.14495795965194702, -0.3025209903717041, 0.13515406847000122, 0.17016807198524475, 0.012605053372681141, 0.17016807198524475, 0.3102242052555084, 0.502801239490509, 0.3102242052555084, 0.3277312219142914, 0.7303922772407532, 0.8529412746429443, 1.2556023597717285, 0.9754902720451355, 1.1505602598190308, 1.1855742931365967, 1.5357143878936768, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.3256303071975708, 1.3256303071975708, 0.6078432202339172, -1.282913088798523, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.7906162738800049, -1.8256303071975708, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.8606442213058472, -1.720588207244873, -0.8452380299568176, -1.0378150939941406, -0.8977590203285217, -0.6701680421829224, 0.8879552483558655, 0.8004202842712402, 1.465686321258545, 1.7983193397521973, 0.6778712272644043, 1.0105042457580566, 0.7128852605819702, 0.9229692816734314, 0.3627452254295349, 0.11764705926179886, -0.4425770044326782, 0.012605053372681141, 0.502801239490509, 0.590336263179779, 0.520308256149292, 1.0980392694473267, 0.3802522122859955, -0.12745095789432526, 0.2577032148838043, 0.9229692816734314, 0.590336263179779, 0.7478992342948914, 0.45028021931648254, 0.03011205606162548, 0.2226892113685608, 0.6428572535514832, 0.6428572535514832, 0.8004202842712402, 1.0630252361297607, 2.1309523582458496, 2.0959384441375732], [1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 1.343137264251709, 1.9733893871307373, 2.0084033012390137, 1.6232492923736572, 0.7829132676124573, 0.8179272413253784, 1.2380952835083008, 1.5707283020019531, 1.3606443405151367, 0.8004202842712402, -0.5126050114631653, -1.335434079170227, -1.4054621458053589, -1.3004200458526611, -1.4404760599136353, -1.4929972887039185, -0.8977590203285217, -0.057422954589128494, 0.34523820877075195, -0.1624649614095688, -1.0903360843658447, -1.668067216873169, -1.878151297569275, -1.6505602598190308, -1.0203081369400024, 1.1680673360824585, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 1.7983193397521973, 0.415266215801239, -1.0203081369400024, -1.4754900932312012, -1.7380952835083008, -1.5980392694473267, -1.2654061317443848, -1.6155462265014648, -1.843137264251709, -1.7030812501907349, -0.6351540088653564, 0.012605053372681141, -0.3550419807434082, -1.3179271221160889, -1.6155462265014648, -0.8102240562438965, 0.415266215801239, 0.20518220961093903, -0.4600839912891388, -1.3879550695419312, -1.7906162738800049, -1.668067216873169, -0.23249296844005585, 1.343137264251709, 1.5882353782653809, 1.465686321258545, 1.430672287940979, 0.502801239490509, -1.5105042457580566, -1.6155462265014648, 0.11764705926179886, 1.8858543634414673, 2.043417453765869, 2.113445281982422, 2.165966510772705, 2.218487501144409, 2.1484594345092773, 2.0084033012390137, -0.7226890325546265, -1.5280112028121948, -1.7030812501907349, -0.6176469922065735, 0.06512605398893356, 0.3277312219142914, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.29271721839904785, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.3627452254295349, 0.03011205606162548, 0.08263305574655533, 0.3802522122859955, 0.08263305574655533, 0.3802522122859955, 0.18767507374286652, -0.022408949211239815, 0.2577032148838043, 0.012605053372681141, 0.08263305574655533, 0.06512605398893356, 0.18767507374286652, -0.14495795965194702, 0.20518220961093903, 0.20518220961093903, 0.17016807198524475, 0.03011205606162548, 0.06512605398893356, -0.0049019488506019115, -0.03991595283150673, 0.34523820877075195, -0.09243696182966232, -0.10994396358728409, -0.022408949211239815, -0.10994396358728409, -0.1624649614095688, -0.0049019488506019115, -0.057422954589128494, -0.23249296844005585, -0.1624649614095688, 0.29271721839904785, 0.2226892113685608, 0.18767507374286652, 0.0476190559566021, -0.14495795965194702, -0.022408949211239815, -0.022408949211239815, -0.09243696182966232, -0.21498596668243408, 0.03011205606162548, -0.09243696182966232, -0.03991595283150673, -0.1624649614095688, -0.4425770044326782, -0.07492996007204056, -0.12745095789432526, 0.13515406847000122, -0.057422954589128494, 0.06512605398893356, 0.24019621312618256, 0.3802522122859955, 0.45028021931648254, 0.5553222298622131, 0.4677872359752655, 0.8704482913017273, 0.9754902720451355, 1.1155463457107544, 1.2380952835083008, 1.4481793642044067, 1.1855742931365967, 1.4481793642044067, 1.5357143878936768, 1.518207311630249, 1.4131653308868408, 1.5707283020019531, 1.3956583738327026, 0.7654062509536743, -1.5105042457580566, -1.720588207244873, -1.808123230934143, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.843137264251709, -1.843137264251709, -1.895658254623413, -1.8256303071975708, -1.808123230934143, -1.5630252361297607, -1.3879550695419312, -1.2303920984268188, 1.2380952835083008, 1.465686321258545, 1.5882353782653809, 1.7107843160629272, 1.378151297569275, 1.728291392326355, 1.3256303071975708, 1.2731093168258667, 0.9929972887039185, 0.9054622650146484, 0.6603642702102661, 0.13515406847000122, 0.4852942228317261, 0.20518220961093903, 0.20518220961093903, 0.7829132676124573, 0.6078432202339172, 0.9054622650146484, 0.17016807198524475, 0.8354342579841614, 0.432773232460022, 0.8704482913017273, 0.7478992342948914, 0.7829132676124573, 0.7128852605819702, 0.5553222298622131, 0.4852942228317261, 0.6428572535514832, 0.520308256149292, 0.6428572535514832, 1.0980392694473267, 2.165966510772705, 2.0784313678741455], [1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5378152132034302, 1.2731093168258667, 1.9033613204956055, 1.9908963441848755, 1.640756368637085, 0.520308256149292, -0.6176469922065735, -1.282913088798523, -1.5455182790756226, -1.5455182790756226, -1.5455182790756226, -1.6155462265014648, -1.668067216873169, -1.6505602598190308, -1.720588207244873, -1.7906162738800049, -1.8256303071975708, -1.7731093168258667, -1.3004200458526611, -0.4075630009174347, 0.3627452254295349, 0.3802522122859955, -0.39005598425865173, -1.4404760599136353, -1.7731093168258667, -1.7030812501907349, 1.0280113220214844, 2.043417453765869, 1.6582633256912231, 0.8879552483558655, -1.422969102859497, -1.6155462265014648, -1.4754900932312012, -1.668067216873169, -1.668067216873169, -0.8977590203285217, -0.42506998777389526, -0.5651260018348694, -1.4754900932312012, -1.4929972887039185, -1.4404760599136353, -1.843137264251709, -1.9481792449951172, -1.6155462265014648, 0.11764705926179886, 0.3277312219142914, 0.1001400575041771, -0.7401960492134094, -1.1253501176834106, 0.39775922894477844, 0.45028021931648254, -0.28501397371292114, -0.8102240562438965, -0.5126050114631653, -0.6001400351524353, -1.370448112487793, -1.8256303071975708, -1.6505602598190308, 0.9404762983322144, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.2710084915161133, 2.358543634414673, 2.393557548522949, 1.7983193397521973, 0.0476190559566021, -0.6876749992370605, -1.720588207244873, -0.4425770044326782, 0.6953782439231873, 0.7829132676124573, 0.7128852605819702, 0.502801239490509, -0.14495795965194702, 0.012605053372681141, -0.09243696182966232, -0.03991595283150673, 0.15266107022762299, 0.012605053372681141, 0.18767507374286652, 0.3627452254295349, -0.03991595283150673, 0.0476190559566021, 0.3277312219142914, 0.39775922894477844, 0.1001400575041771, 0.24019621312618256, -0.1624649614095688, 0.590336263179779, 0.17016807198524475, 0.20518220961093903, 0.03011205606162548, 0.18767507374286652, 0.34523820877075195, 0.3802522122859955, -0.022408949211239815, -0.14495795965194702, 0.08263305574655533, 0.1001400575041771, 0.08263305574655533, -0.10994396358728409, -0.09243696182966232, -0.17997196316719055, 0.3102242052555084, -0.10994396358728409, 0.03011205606162548, -0.07492996007204056, -0.3550419807434082, 0.012605053372681141, -0.07492996007204056, -0.0049019488506019115, 0.15266107022762299, 0.2577032148838043, -0.0049019488506019115, 0.17016807198524475, 0.13515406847000122, -0.0049019488506019115, -0.14495795965194702, -0.4950979948043823, -0.07492996007204056, -0.39005598425865173, -0.14495795965194702, -0.5826330184936523, -0.26750698685646057, -0.12745095789432526, -0.10994396358728409, 0.08263305574655533, 0.2577032148838043, -0.0049019488506019115, 0.0476190559566021, 0.2577032148838043, 0.15266107022762299, 0.5728292465209961, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.553221344947815, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.430672287940979, -0.5651260018348694, -1.7030812501907349, -1.720588207244873, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.8606442213058472, -1.878151297569275, -1.0903360843658447, -1.4404760599136353, 0.7128852605819702, 0.15266107022762299, 0.3102242052555084, 1.378151297569275, 1.868347406387329, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.5882353782653809, 1.343137264251709, 0.9579832553863525, 1.0630252361297607, 0.2226892113685608, -0.33753499388694763, -0.12745095789432526, -0.0049019488506019115, 0.7303922772407532, 0.502801239490509, 0.7654062509536743, 0.08263305574655533, 0.9754902720451355, 0.432773232460022, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.502801239490509, 0.39775922894477844, 0.520308256149292, 0.8704482913017273, 0.6253502368927002, 0.6953782439231873, 1.0455182790756226, 2.1834733486175537, 2.0609242916107178], [1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 1.1855742931365967, 1.8333333730697632, 2.0259103775024414, 1.3956583738327026, -0.26750698685646057, -0.5476189851760864, -0.7752100229263306, -1.1253501176834106, -1.5105042457580566, -1.720588207244873, -1.7731093168258667, -1.7380952835083008, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.878151297569275, -1.930672287940979, -1.808123230934143, -1.160364031791687, -0.09243696182966232, 0.7128852605819702, 0.29271721839904785, -0.7401960492134094, -1.5630252361297607, 0.1001400575041771, 1.2205883264541626, -0.19747896492481232, -1.5455182790756226, -1.370448112487793, -1.0203081369400024, -1.0728291273117065, -1.5980392694473267, -1.5105042457580566, -1.0028010606765747, -0.9677870869636536, -1.5105042457580566, -0.7752100229263306, -0.12745095789432526, -0.3550419807434082, -1.2303920984268188, -1.4054621458053589, -0.9502801299095154, -1.422969102859497, -1.8256303071975708, -1.878151297569275, -0.7401960492134094, 0.2752102017402649, 0.2226892113685608, -0.3025209903717041, -0.9327731132507324, -0.022408949211239815, -0.0049019488506019115, -0.7577030062675476, -1.6855742931365967, 0.20518220961093903, 1.693277359008789, 2.165966510772705, 2.2710084915161133, 2.3235294818878174, 2.3060226440429688, 2.2710084915161133, 0.590336263179779, 0.03011205606162548, -0.6701680421829224, -1.843137264251709, -1.1778711080551147, 1.0805323123931885, 1.2556023597717285, 1.0630252361297607, 1.0455182790756226, -0.14495795965194702, -0.3200279772281647, 0.012605053372681141, 0.1001400575041771, -0.0049019488506019115, 0.1001400575041771, 0.11764705926179886, -0.057422954589128494, 0.06512605398893356, 0.2752102017402649, 0.11764705926179886, 0.08263305574655533, 0.24019621312618256, 0.17016807198524475, 0.29271721839904785, 0.06512605398893356, 0.2752102017402649, 0.502801239490509, 0.34523820877075195, 0.06512605398893356, -0.022408949211239815, -0.21498596668243408, -0.09243696182966232, -0.26750698685646057, -0.10994396358728409, -0.3200279772281647, -0.37254899740219116, -0.4950979948043823, -0.07492996007204056, -0.28501397371292114, -0.4075630009174347, 0.2226892113685608, 0.24019621312618256, 0.1001400575041771, -0.057422954589128494, -0.14495795965194702, -0.07492996007204056, -0.3200279772281647, -0.3025209903717041, -0.12745095789432526, 0.08263305574655533, 0.15266107022762299, 0.0476190559566021, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -0.057422954589128494, -0.09243696182966232, -0.4075630009174347, -0.0049019488506019115, -0.28501397371292114, -0.09243696182966232, -0.09243696182966232, -0.07492996007204056, -0.0049019488506019115, -0.2499999701976776, -0.022408949211239815, 0.13515406847000122, 0.4677872359752655, 0.502801239490509, 0.2752102017402649, 0.502801239490509, 0.8004202842712402, 0.8879552483558655, 1.1680673360824585, 1.1505602598190308, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.5882353782653809, 1.465686321258545, 1.465686321258545, 1.5357143878936768, 1.2731093168258667, 0.6253502368927002, -1.195378065109253, -1.5980392694473267, -1.7906162738800049, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.7906162738800049, -1.7906162738800049, -1.8256303071975708, -1.7906162738800049, -1.7731093168258667, -1.7380952835083008, -0.9852941036224365, -0.23249296844005585, 0.502801239490509, 1.518207311630249, 1.2205883264541626, 1.7457983493804932, 0.4677872359752655, 1.7983193397521973, 1.728291392326355, 1.7983193397521973, 1.6582633256912231, 1.640756368637085, 1.8333333730697632, 1.2556023597717285, 1.605742335319519, -0.23249296844005585, -0.4425770044326782, -0.28501397371292114, 0.24019621312618256, 0.45028021931648254, 0.6078432202339172, 0.520308256149292, 0.34523820877075195, 0.8704482913017273, 0.415266215801239, 0.6253502368927002, 0.7478992342948914, 0.45028021931648254, 0.8179272413253784, 0.5553222298622131, 0.34523820877075195, 0.08263305574655533, 0.9229692816734314, 0.7829132676124573, 0.7829132676124573, 2.235994577407837, 2.0609242916107178], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.8704482913017273, 0.8179272413253784, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.0280113220214844, 1.7457983493804932, 2.0084033012390137, 1.693277359008789, 1.1855742931365967, 0.432773232460022, -0.03991595283150673, -0.10994396358728409, -0.33753499388694763, -0.9502801299095154, -1.5105042457580566, -1.7906162738800049, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.9131653308868408, -1.930672287940979, -1.965686321258545, -1.965686321258545, -2.018207311630249, -1.755602240562439, -0.8977590203285217, 0.3802522122859955, 0.5728292465209961, -0.28501397371292114, -0.9852941036224365, -1.668067216873169, -1.720588207244873, -1.5630252361297607, -1.3529410362243652, -1.1778711080551147, -1.1778711080551147, -1.1078431606292725, -0.8627450466156006, -0.7226890325546265, -1.282913088798523, -1.4054621458053589, -1.0203081369400024, -0.8277310132980347, -1.5630252361297607, -1.3879550695419312, -0.19747896492481232, -0.7051820158958435, -1.422969102859497, -1.6330533027648926, -1.0028010606765747, -0.8277310132980347, -1.4929972887039185, -1.843137264251709, -1.5630252361297607, 0.03011205606162548, 0.20518220961093903, 0.24019621312618256, -0.07492996007204056, 1.5707283020019531, 2.165966510772705, 2.218487501144409, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 1.9733893871307373, 0.0476190559566021, -1.1078431606292725, -1.5630252361297607, -1.720588207244873, -1.160364031791687, 0.4677872359752655, 0.5553222298622131, 0.6253502368927002, 0.2752102017402649, -0.8627450466156006, -0.4425770044326782, 0.17016807198524475, -0.07492996007204056, -0.33753499388694763, -0.10994396358728409, 0.13515406847000122, 0.24019621312618256, 0.0476190559566021, -0.21498596668243408, 0.13515406847000122, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.24019621312618256, 0.2752102017402649, 0.2226892113685608, 0.6253502368927002, -0.21498596668243408, 0.20518220961093903, 0.03011205606162548, 0.03011205606162548, -0.14495795965194702, -0.3200279772281647, -0.3200279772281647, -0.2499999701976776, -0.3025209903717041, -0.17997196316719055, -0.03991595283150673, 0.06512605398893356, -0.10994396358728409, 0.03011205606162548, -0.1624649614095688, -0.022408949211239815, 0.13515406847000122, 0.18767507374286652, -0.022408949211239815, -0.23249296844005585, -0.1624649614095688, -0.47759100794792175, -0.10994396358728409, -0.33753499388694763, -0.0049019488506019115, 0.06512605398893356, 0.03011205606162548, -0.23249296844005585, -0.10994396358728409, -0.17997196316719055, -0.07492996007204056, 0.15266107022762299, -0.07492996007204056, -0.03991595283150673, 0.1001400575041771, -0.26750698685646057, 0.1001400575041771, -0.03991595283150673, -0.0049019488506019115, 0.18767507374286652, 0.39775922894477844, 0.5378152132034302, 0.6953782439231873, 0.9229692816734314, 0.8004202842712402, 0.8879552483558655, 1.2205883264541626, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.0455182790756226, -1.3004200458526611, -1.5280112028121948, -1.668067216873169, -1.755602240562439, -1.808123230934143, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.580532193183899, -0.5126050114631653, 1.0455182790756226, 0.590336263179779, 1.483193278312683, 1.6582633256912231, 1.8858543634414673, 1.5007003545761108, 1.6232492923736572, 1.6232492923736572, 1.693277359008789, 1.7633053064346313, 1.7107843160629272, 1.780812382698059, 1.430672287940979, 0.3627452254295349, 0.34523820877075195, 0.8354342579841614, 0.7829132676124573, 0.5553222298622131, 0.432773232460022, 0.4852942228317261, 0.5553222298622131, 0.6428572535514832, 0.6953782439231873, 0.3802522122859955, 0.9229692816734314, 0.432773232460022, 0.6953782439231873, 0.9404762983322144, 0.5553222298622131, 0.1001400575041771, 0.8354342579841614, 0.3802522122859955, 0.45028021931648254, 2.1834733486175537, 2.043417453765869], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6778712272644043, 1.0280113220214844, 1.7107843160629272, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.465686321258545, 0.432773232460022, -0.26750698685646057, 0.0476190559566021, 0.24019621312618256, 0.1001400575041771, -0.6001400351524353, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.8606442213058472, -1.895658254623413, -1.9131653308868408, -1.9481792449951172, -1.965686321258545, -1.983193278312683, -1.9481792449951172, -1.370448112487793, -0.17997196316719055, 0.5378152132034302, 0.2577032148838043, -0.8277310132980347, -1.6155462265014648, -1.9481792449951172, -1.755602240562439, -1.3529410362243652, -0.9152660369873047, -1.0903360843658447, -0.6876749992370605, -0.9327731132507324, -0.8627450466156006, -0.6176469922065735, -0.4600839912891388, -0.9502801299095154, -1.5105042457580566, -1.2128850221633911, -1.0378150939941406, -1.422969102859497, -1.668067216873169, -1.247899055480957, -1.2128850221633911, -1.878151297569275, -1.930672287940979, -1.247899055480957, -0.26750698685646057, -0.21498596668243408, -0.7226890325546265, -1.422969102859497, -0.14495795965194702, 2.0609242916107178, 2.165966510772705, 2.218487501144409, 2.288515567779541, 2.1484594345092773, -1.720588207244873, -1.7731093168258667, 0.24019621312618256, 0.9054622650146484, 1.0630252361297607, 0.9404762983322144, -0.7226890325546265, -1.2128850221633911, 0.3627452254295349, 0.6778712272644043, 0.590336263179779, 0.590336263179779, -0.12745095789432526, -0.9327731132507324, -0.5476189851760864, 0.08263305574655533, -0.2499999701976776, -0.1624649614095688, -0.21498596668243408, 0.18767507374286652, 0.17016807198524475, 0.24019621312618256, 0.17016807198524475, 0.2577032148838043, -0.14495795965194702, 0.2226892113685608, -0.09243696182966232, -0.03991595283150673, 0.3802522122859955, -0.022408949211239815, 0.08263305574655533, 0.012605053372681141, -0.07492996007204056, -0.03991595283150673, -0.12745095789432526, -0.0049019488506019115, 0.2226892113685608, 0.20518220961093903, -0.10994396358728409, -0.0049019488506019115, 0.29271721839904785, 0.17016807198524475, -0.23249296844005585, -0.17997196316719055, 0.17016807198524475, -0.057422954589128494, -0.3200279772281647, -0.0049019488506019115, 0.2577032148838043, 0.2226892113685608, -0.23249296844005585, -0.23249296844005585, -0.09243696182966232, -0.26750698685646057, 0.0476190559566021, 0.06512605398893356, 0.1001400575041771, -0.12745095789432526, -0.33753499388694763, 0.11764705926179886, 0.2226892113685608, 0.03011205606162548, 0.012605053372681141, -0.10994396358728409, 0.2577032148838043, 0.012605053372681141, 0.012605053372681141, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 1.2030812501907349, 1.3256303071975708, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.3956583738327026, -0.4075630009174347, -1.4754900932312012, -1.7030812501907349, -1.755602240562439, -1.8256303071975708, -1.808123230934143, -1.7731093168258667, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.6855742931365967, -1.6330533027648926, -0.8977590203285217, -1.5455182790756226, -0.47759100794792175, 1.0805323123931885, 1.6757704019546509, 1.483193278312683, 1.3956583738327026, 1.9558824300765991, 1.9558824300765991, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.5357143878936768, 1.693277359008789, 1.693277359008789, 1.3256303071975708, -0.23249296844005585, 1.343137264251709, 1.0980392694473267, 0.6603642702102661, 0.6778712272644043, 0.2226892113685608, 0.4677872359752655, 0.29271721839904785, 0.8879552483558655, 0.590336263179779, 0.9054622650146484, 0.6078432202339172, 0.9579832553863525, 0.8529412746429443, 0.2226892113685608, 0.39775922894477844, 1.1155463457107544, 0.502801239490509, 0.03011205606162548, 2.0784313678741455, 2.0084033012390137], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.9404762983322144, 1.553221344947815, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.7107843160629272, 1.4481793642044067, 0.45028021931648254, -0.33753499388694763, -0.2499999701976776, 0.24019621312618256, 0.502801239490509, 0.3277312219142914, -0.4950979948043823, -1.2303920984268188, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.843137264251709, -1.878151297569275, -1.878151297569275, -1.930672287940979, -1.9131653308868408, -1.6505602598190308, -0.33753499388694763, 0.502801239490509, 0.6428572535514832, -0.07492996007204056, -1.282913088798523, -1.755602240562439, -1.9131653308868408, -1.5980392694473267, -1.1078431606292725, -0.6526610255241394, -0.6701680421829224, -1.3004200458526611, -1.0028010606765747, -1.160364031791687, -0.8277310132980347, -0.19747896492481232, -0.19747896492481232, -1.0028010606765747, -1.6855742931365967, -1.1078431606292725, -0.7226890325546265, -0.6876749992370605, -1.370448112487793, -1.5280112028121948, -1.2303920984268188, -1.370448112487793, -1.8256303071975708, -1.668067216873169, -0.2499999701976776, 1.815826416015625, 1.9033613204956055, 2.043417453765869, 2.235994577407837, 1.9208683967590332, -2.018207311630249, -1.6505602598190308, 0.18767507374286652, 0.6603642702102661, 0.7829132676124573, 0.2226892113685608, -1.755602240562439, -1.3004200458526611, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3606443405151367, 1.2205883264541626, -0.8452380299568176, -0.5126050114631653, -0.12745095789432526, -0.28501397371292114, -0.21498596668243408, -0.12745095789432526, -0.12745095789432526, 0.3102242052555084, 0.012605053372681141, 0.06512605398893356, -0.21498596668243408, 0.0476190559566021, 0.34523820877075195, 0.17016807198524475, 0.29271721839904785, -0.09243696182966232, -0.33753499388694763, -0.3200279772281647, -0.03991595283150673, -0.0049019488506019115, 0.03011205606162548, 0.3277312219142914, 0.13515406847000122, 0.34523820877075195, 0.08263305574655533, 0.20518220961093903, 0.08263305574655533, 0.012605053372681141, 0.012605053372681141, -0.022408949211239815, 0.1001400575041771, 0.29271721839904785, 0.17016807198524475, -0.3025209903717041, -0.14495795965194702, 0.08263305574655533, -0.23249296844005585, 0.08263305574655533, -0.022408949211239815, -0.09243696182966232, -0.17997196316719055, 0.432773232460022, 0.3102242052555084, 0.3277312219142914, 0.1001400575041771, 0.17016807198524475, 0.20518220961093903, 0.24019621312618256, -0.03991595283150673, 0.11764705926179886, 0.415266215801239, -0.057422954589128494, 0.06512605398893356, -0.057422954589128494, 0.520308256149292, 0.24019621312618256, 0.8004202842712402, 0.6078432202339172, 0.8354342579841614, 0.8879552483558655, 1.1330533027648926, 1.3081233501434326, 1.1680673360824585, 1.553221344947815, 1.6232492923736572, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.553221344947815, 0.6778712272644043, -0.9502801299095154, -1.7030812501907349, -1.668067216873169, -1.808123230934143, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.755602240562439, -1.668067216873169, -1.7030812501907349, -1.7906162738800049, -1.3879550695419312, -1.5455182790756226, -1.335434079170227, -0.6001400351524353, 1.2205883264541626, -1.0728291273117065, 0.9929972887039185, 1.3606443405151367, 1.8333333730697632, 1.7107843160629272, 1.815826416015625, 1.8858543634414673, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.465686321258545, 0.8354342579841614, 1.518207311630249, 1.483193278312683, 1.1680673360824585, 0.5553222298622131, 0.15266107022762299, 0.502801239490509, 0.502801239490509, 0.6253502368927002, 0.9754902720451355, 1.0805323123931885, 0.6778712272644043, 0.7829132676124573, 1.1330533027648926, 0.9229692816734314, 0.9754902720451355, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 2.0084033012390137, 2.043417453765869], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.8879552483558655, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.7633053064346313, 1.483193278312683, 0.6078432202339172, -0.10994396358728409, -0.21498596668243408, -0.19747896492481232, 0.15266107022762299, 0.6253502368927002, 0.590336263179779, -0.3025209903717041, -1.247899055480957, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.9131653308868408, -1.895658254623413, -1.9131653308868408, -1.965686321258545, -1.668067216873169, -0.39005598425865173, 0.3627452254295349, 0.6253502368927002, 0.3102242052555084, -0.7401960492134094, -1.5980392694473267, -1.895658254623413, -1.6505602598190308, -1.1253501176834106, -0.9502801299095154, -0.7051820158958435, -0.6001400351524353, -1.0378150939941406, -1.1253501176834106, -0.9677870869636536, -1.668067216873169, -1.4929972887039185, -0.7051820158958435, -1.3179271221160889, -1.5980392694473267, -1.843137264251709, -1.6505602598190308, -0.7927170395851135, -1.0378150939941406, -1.720588207244873, -1.6155462265014648, -0.7577030062675476, -0.1624649614095688, 1.7457983493804932, 1.9383753538131714, 2.165966510772705, 2.2009804248809814, -0.10994396358728409, -1.282913088798523, -0.9677870869636536, -0.7226890325546265, -0.3200279772281647, -1.2303920984268188, -1.843137264251709, -1.5280112028121948, 0.9229692816734314, 0.9229692816734314, 0.8179272413253784, 0.8004202842712402, 0.2752102017402649, -1.7380952835083008, -0.9327731132507324, 0.4852942228317261, -0.14495795965194702, -0.2499999701976776, -0.26750698685646057, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.10994396358728409, 0.13515406847000122, 0.2752102017402649, -0.057422954589128494, 0.03011205606162548, 0.18767507374286652, -0.10994396358728409, 0.012605053372681141, -0.28501397371292114, 0.06512605398893356, 0.1001400575041771, -0.07492996007204056, 0.17016807198524475, 0.45028021931648254, -0.17997196316719055, 0.3277312219142914, 0.18767507374286652, 0.06512605398893356, -0.03991595283150673, 0.18767507374286652, 0.06512605398893356, 0.17016807198524475, 0.1001400575041771, -0.1624649614095688, 0.06512605398893356, 0.012605053372681141, 0.06512605398893356, 0.0476190559566021, -0.1624649614095688, 0.0476190559566021, 0.06512605398893356, 0.2752102017402649, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.2226892113685608, 0.29271721839904785, 0.415266215801239, 0.1001400575041771, 0.20518220961093903, 0.34523820877075195, -0.03991595283150673, 0.08263305574655533, 0.29271721839904785, -0.21498596668243408, 0.6603642702102661, 0.6778712272644043, 0.5378152132034302, 0.7128852605819702, 0.8179272413253784, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.5007003545761108, 1.5882353782653809, 1.640756368637085, 1.465686321258545, 1.5007003545761108, 1.3606443405151367, 1.4481793642044067, 0.0476190559566021, -1.3179271221160889, -1.7030812501907349, -1.7380952835083008, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.6330533027648926, -1.6505602598190308, -1.6855742931365967, -1.5280112028121948, -1.5980392694473267, -0.6001400351524353, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 1.1505602598190308, -0.7051820158958435, 0.012605053372681141, 1.4481793642044067, 1.4131653308868408, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, 1.5882353782653809, 1.693277359008789, 1.640756368637085, 1.7983193397521973, 1.640756368637085, 1.728291392326355, 1.5357143878936768, 1.553221344947815, 1.2731093168258667, 0.6953782439231873, 0.1001400575041771, 0.5728292465209961, 0.15266107022762299, 0.34523820877075195, 0.5728292465209961, 0.9404762983322144, 0.7128852605819702, 0.9054622650146484, 1.0280113220214844, 1.2205883264541626, 1.1855742931365967, 0.3277312219142914, 0.6428572535514832, 1.1855742931365967, 2.0084033012390137, 2.043417453765869], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.8004202842712402, 1.4481793642044067, 1.868347406387329, 1.9908963441848755, 1.9733893871307373, 1.9383753538131714, 1.8333333730697632, 1.7457983493804932, 1.5357143878936768, 0.6078432202339172, -0.0049019488506019115, -0.0049019488506019115, -0.2499999701976776, -0.4600839912891388, 0.17016807198524475, 0.7303922772407532, 0.5378152132034302, -0.4600839912891388, -1.370448112487793, -1.6505602598190308, -1.8256303071975708, -1.878151297569275, -1.808123230934143, -1.9481792449951172, -1.983193278312683, -1.5280112028121948, -0.23249296844005585, 0.432773232460022, 0.590336263179779, 0.6778712272644043, 0.08263305574655533, -1.2654061317443848, -1.8256303071975708, -1.7030812501907349, -1.1778711080551147, -1.160364031791687, -1.0378150939941406, -0.39005598425865173, -0.23249296844005585, -0.8802520632743835, -1.1778711080551147, -0.6876749992370605, -0.7577030062675476, -1.3529410362243652, -1.720588207244873, -1.6155462265014648, -1.1428570747375488, -0.9852941036224365, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.5105042457580566, -1.843137264251709, 1.7633053064346313, 2.1484594345092773, 2.1309523582458496, -0.057422954589128494, -0.5826330184936523, -0.5651260018348694, -1.755602240562439, -1.8606442213058472, -0.5826330184936523, 0.6778712272644043, 0.520308256149292, 0.3627452254295349, -0.07492996007204056, -1.2128850221633911, -1.0553221702575684, -0.8627450466156006, -1.7030812501907349, -1.755602240562439, -0.4075630009174347, -0.42506998777389526, -0.10994396358728409, -0.21498596668243408, -0.03991595283150673, -0.3200279772281647, -0.3025209903717041, -0.17997196316719055, 0.2752102017402649, -0.12745095789432526, 0.1001400575041771, -0.09243696182966232, -0.14495795965194702, 0.13515406847000122, -0.19747896492481232, 0.18767507374286652, 0.17016807198524475, 0.012605053372681141, -0.03991595283150673, 0.34523820877075195, -0.26750698685646057, 0.45028021931648254, 0.2226892113685608, 0.13515406847000122, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, -0.14495795965194702, -0.03991595283150673, -0.2499999701976776, 0.012605053372681141, -0.23249296844005585, -0.17997196316719055, -0.33753499388694763, 0.13515406847000122, 0.3102242052555084, 0.2226892113685608, -0.23249296844005585, -0.09243696182966232, 0.20518220961093903, 0.20518220961093903, 0.3102242052555084, -0.1624649614095688, -0.5301120281219482, -0.33753499388694763, -0.14495795965194702, 0.502801239490509, 0.4852942228317261, 0.415266215801239, 0.13515406847000122, 0.3627452254295349, 0.520308256149292, 0.17016807198524475, 0.5378152132034302, 0.6253502368927002, 1.0280113220214844, 0.9404762983322144, 1.2380952835083008, 1.3081233501434326, 1.2906162738800049, 1.465686321258545, 1.553221344947815, 1.343137264251709, 1.553221344947815, 1.343137264251709, 0.6953782439231873, -0.6526610255241394, -0.4600839912891388, -1.668067216873169, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.755602240562439, -1.7731093168258667, -1.755602240562439, -1.6330533027648926, -1.7380952835083008, -1.0553221702575684, -1.1078431606292725, 1.3956583738327026, 1.430672287940979, 1.6757704019546509, 0.4852942228317261, 2.0259103775024414, 0.11764705926179886, -0.9677870869636536, 0.7128852605819702, 1.640756368637085, 1.6757704019546509, 1.7983193397521973, 1.483193278312683, 1.430672287940979, 1.6232492923736572, 1.553221344947815, 1.6232492923736572, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.5882353782653809, 1.605742335319519, 1.483193278312683, 0.2577032148838043, -0.057422954589128494, 0.2577032148838043, -0.10994396358728409, 0.29271721839904785, 0.5378152132034302, 0.8354342579841614, 0.7829132676124573, 0.6603642702102661, 0.6778712272644043, 1.343137264251709, 0.8179272413253784, 0.6428572535514832, 0.6253502368927002, 1.5007003545761108, 1.9558824300765991, 1.9733893871307373], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 1.1330533027648926, 1.7983193397521973, 2.0259103775024414, 2.043417453765869, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7457983493804932, 1.5007003545761108, 0.7303922772407532, 0.08263305574655533, 0.24019621312618256, 0.03011205606162548, -0.7927170395851135, -0.6701680421829224, 0.24019621312618256, 0.6953782439231873, 0.3802522122859955, -0.6351540088653564, -1.3529410362243652, -1.6855742931365967, -1.843137264251709, -1.8606442213058472, -1.9131653308868408, -2.0007002353668213, -1.370448112487793, -0.022408949211239815, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.502801239490509, -0.6526610255241394, -1.6330533027648926, -1.755602240562439, -1.3529410362243652, -0.9852941036224365, -0.7927170395851135, -0.6351540088653564, -1.0728291273117065, -0.4425770044326782, -1.1253501176834106, -1.6505602598190308, -0.9852941036224365, -0.8977590203285217, -1.3004200458526611, -1.580532193183899, -1.8256303071975708, -1.3179271221160889, -0.9852941036224365, -0.8102240562438965, -1.0903360843658447, 0.9754902720451355, 1.7457983493804932, 1.8508403301239014, 1.4131653308868408, -0.39005598425865173, -1.0553221702575684, -1.895658254623413, -1.930672287940979, -1.0903360843658447, 0.6778712272644043, 0.7303922772407532, 0.9404762983322144, 0.6253502368927002, -1.668067216873169, -1.5280112028121948, 1.0630252361297607, 1.0980392694473267, 0.9404762983322144, 0.6603642702102661, -0.3025209903717041, -0.6526610255241394, -0.1624649614095688, -0.23249296844005585, -0.10994396358728409, -0.28501397371292114, -0.09243696182966232, -0.17997196316719055, 0.012605053372681141, 0.11764705926179886, -0.3200279772281647, 0.08263305574655533, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.09243696182966232, -0.4075630009174347, 0.3627452254295349, -0.5126050114631653, 0.3102242052555084, -0.1624649614095688, -0.14495795965194702, 0.2577032148838043, 0.012605053372681141, 0.11764705926179886, 0.11764705926179886, -0.3550419807434082, 0.06512605398893356, 0.012605053372681141, -0.03991595283150673, -0.12745095789432526, 0.1001400575041771, -0.057422954589128494, -0.19747896492481232, -0.1624649614095688, -0.03991595283150673, -0.07492996007204056, -0.10994396358728409, -0.07492996007204056, 0.15266107022762299, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.45028021931648254, 0.415266215801239, 0.06512605398893356, 0.20518220961093903, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.9754902720451355, 1.0805323123931885, 1.2906162738800049, 1.1680673360824585, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.465686321258545, 0.7128852605819702, -1.0728291273117065, -1.4054621458053589, -1.9131653308868408, -1.808123230934143, -1.7906162738800049, -1.6155462265014648, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.7731093168258667, -1.6330533027648926, -1.6155462265014648, -1.3004200458526611, -0.6701680421829224, 0.9404762983322144, 1.728291392326355, 1.9383753538131714, 1.9733893871307373, 1.553221344947815, 2.0959384441375732, 1.868347406387329, -1.5980392694473267, -1.720588207244873, 0.1001400575041771, 1.7457983493804932, 1.5882353782653809, 1.640756368637085, 1.6757704019546509, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.553221344947815, 1.6757704019546509, 1.7457983493804932, 1.343137264251709, 1.7983193397521973, 1.7107843160629272, 0.5378152132034302, 0.6953782439231873, 0.3802522122859955, 0.6603642702102661, 0.17016807198524475, 0.432773232460022, 0.6603642702102661, 0.6953782439231873, 1.0630252361297607, 1.0630252361297607, 0.8179272413253784, 0.5728292465209961, 0.29271721839904785, 0.8354342579841614, 1.7633053064346313, 1.8858543634414673, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 1.2380952835083008, 1.868347406387329, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.868347406387329, 1.780812382698059, 1.780812382698059, 1.518207311630249, 0.7829132676124573, 0.06512605398893356, 0.15266107022762299, 0.3627452254295349, -0.28501397371292114, -1.1428570747375488, -0.6001400351524353, 0.39775922894477844, 0.7478992342948914, 0.06512605398893356, -0.9327731132507324, -1.422969102859497, -1.6155462265014648, -1.808123230934143, -1.930672287940979, -1.9481792449951172, -1.282913088798523, 0.18767507374286652, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, -0.10994396358728409, -1.4404760599136353, -1.755602240562439, -1.4929972887039185, -1.0553221702575684, -0.9677870869636536, -0.4425770044326782, -0.2499999701976776, -0.5126050114631653, -1.335434079170227, -1.195378065109253, -1.2303920984268188, -1.7380952835083008, -1.7380952835083008, -1.457983136177063, -1.3529410362243652, -1.3879550695419312, -1.6155462265014648, -1.1078431606292725, 1.6232492923736572, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.165966510772705, -1.4929972887039185, -1.878151297569275, -1.3179271221160889, -0.37254899740219116, -0.42506998777389526, -0.33753499388694763, -0.9327731132507324, -1.895658254623413, -1.6855742931365967, -0.23249296844005585, 0.4677872359752655, 0.45028021931648254, 0.3802522122859955, 0.0476190559566021, -0.7401960492134094, -0.5126050114631653, -0.022408949211239815, -0.7226890325546265, -0.19747896492481232, -0.12745095789432526, -0.09243696182966232, -0.19747896492481232, -0.09243696182966232, -0.10994396358728409, -0.14495795965194702, -0.1624649614095688, -0.19747896492481232, -0.21498596668243408, -0.47759100794792175, 0.08263305574655533, -0.39005598425865173, 0.1001400575041771, -0.10994396358728409, -0.2499999701976776, -0.3200279772281647, -0.33753499388694763, -0.4600839912891388, -0.7051820158958435, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.0476190559566021, 0.08263305574655533, -0.14495795965194702, 0.06512605398893356, 0.34523820877075195, 0.39775922894477844, 0.17016807198524475, 0.13515406847000122, -0.09243696182966232, 0.11764705926179886, 0.20518220961093903, -0.09243696182966232, -0.33753499388694763, 0.06512605398893356, -0.5826330184936523, -0.21498596668243408, -0.07492996007204056, 0.415266215801239, 0.4852942228317261, 0.5728292465209961, 0.432773232460022, 0.20518220961093903, 0.4677872359752655, 0.6428572535514832, 0.4677872359752655, 0.6253502368927002, 0.8004202842712402, 0.9404762983322144, 1.0280113220214844, 1.1855742931365967, 1.3606443405151367, 1.5882353782653809, 1.430672287940979, 1.4481793642044067, 1.2205883264541626, 0.20518220961093903, -0.5126050114631653, -1.878151297569275, -1.843137264251709, -1.9131653308868408, -1.808123230934143, -1.5280112028121948, -1.580532193183899, -1.7906162738800049, -1.7731093168258667, -1.6505602598190308, -1.5455182790756226, -1.5105042457580566, -0.6176469922065735, 0.520308256149292, 1.430672287940979, 1.7107843160629272, 1.9733893871307373, 1.9733893871307373, 1.8508403301239014, 2.0259103775024414, 2.1484594345092773, -0.8802520632743835, -1.7380952835083008, -0.8277310132980347, -1.895658254623413, -1.668067216873169, 0.17016807198524475, 1.8508403301239014, 1.605742335319519, 1.5007003545761108, 1.5882353782653809, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.553221344947815, 1.7983193397521973, 1.693277359008789, 1.1680673360824585, 1.1505602598190308, 0.8004202842712402, 0.20518220961093903, 0.012605053372681141, 0.20518220961093903, 0.6253502368927002, 0.6603642702102661, 1.0105042457580566, 1.2380952835083008, 1.0805323123931885, 0.6603642702102661, 0.45028021931648254, 0.7478992342948914, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 1.483193278312683, 1.9558824300765991, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055, 1.815826416015625, 1.728291392326355, 1.5007003545761108, 0.7478992342948914, 0.012605053372681141, 0.012605053372681141, 0.3102242052555084, 0.2226892113685608, -0.8277310132980347, -0.9677870869636536, 0.0476190559566021, 0.590336263179779, 0.590336263179779, -0.0049019488506019115, -1.0378150939941406, -1.4929972887039185, -1.7030812501907349, -1.8606442213058472, -1.895658254623413, -1.457983136177063, -0.23249296844005585, 0.3277312219142914, 0.5728292465209961, 0.6253502368927002, 0.7478992342948914, 0.29271721839904785, -0.9152660369873047, -1.6505602598190308, -1.5105042457580566, -1.195378065109253, -1.0378150939941406, -1.2128850221633911, -1.0028010606765747, -0.47759100794792175, -0.6526610255241394, -1.370448112487793, -1.6505602598190308, -1.195378065109253, -1.3004200458526611, -1.6505602598190308, -1.8606442213058472, -1.3879550695419312, -1.0728291273117065, 1.8333333730697632, 2.1309523582458496, 2.1309523582458496, 0.29271721839904785, -1.720588207244873, -1.9131653308868408, 0.03011205606162548, 0.590336263179779, 0.7829132676124573, 0.8354342579841614, -0.28501397371292114, -1.6505602598190308, 0.3627452254295349, 0.7303922772407532, 0.3102242052555084, -0.9502801299095154, -1.3179271221160889, -0.6701680421829224, -0.5126050114631653, -0.33753499388694763, 0.012605053372681141, -0.1624649614095688, -0.4075630009174347, -0.21498596668243408, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.09243696182966232, -0.21498596668243408, -0.14495795965194702, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.5126050114631653, 0.03011205606162548, -0.23249296844005585, -0.6176469922065735, -0.37254899740219116, -0.5826330184936523, -0.6701680421829224, -0.3200279772281647, -0.3200279772281647, -0.26750698685646057, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.33753499388694763, -0.03991595283150673, 0.03011205606162548, -0.21498596668243408, -0.3550419807434082, -0.03991595283150673, -0.6526610255241394, -0.9502801299095154, -1.1428570747375488, -0.6176469922065735, -0.6176469922065735, -0.8102240562438965, -0.37254899740219116, -0.4425770044326782, -0.3550419807434082, -0.42506998777389526, 0.08263305574655533, -0.12745095789432526, -0.12745095789432526, 0.24019621312618256, 0.5553222298622131, 0.3802522122859955, 0.45028021931648254, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.343137264251709, 1.5007003545761108, 1.4131653308868408, 1.430672287940979, 1.6232492923736572, 1.2556023597717285, 0.24019621312618256, -0.8277310132980347, -1.878151297569275, -1.895658254623413, -1.878151297569275, -1.7380952835083008, -1.8256303071975708, -1.7906162738800049, -1.5630252361297607, -1.755602240562439, -1.7380952835083008, -1.5630252361297607, -1.2303920984268188, -0.8277310132980347, 0.432773232460022, 0.8879552483558655, 1.3956583738327026, 1.6582633256912231, 2.1309523582458496, 2.1309523582458496, 2.0084033012390137, 2.0259103775024414, 2.1834733486175537, 1.868347406387329, -0.7401960492134094, -1.195378065109253, -1.3004200458526611, -1.7906162738800049, -1.7906162738800049, -1.9131653308868408, -0.5126050114631653, 1.5882353782653809, 1.4481793642044067, 1.7107843160629272, 1.5007003545761108, 1.605742335319519, 1.7107843160629272, 1.7457983493804932, 1.815826416015625, 1.605742335319519, 1.2205883264541626, 0.03011205606162548, -0.03991595283150673, 0.11764705926179886, 0.3627452254295349, 0.8354342579841614, 1.1680673360824585, 1.2556023597717285, 1.6582633256912231, 0.9754902720451355, 0.6953782439231873, 0.6603642702102661, 0.8879552483558655, 2.0959384441375732, 1.9558824300765991, 1.9383753538131714], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0805323123931885, 1.728291392326355, 2.0084033012390137, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.5357143878936768, 0.8354342579841614, 0.03011205606162548, -0.37254899740219116, -0.0049019488506019115, 0.432773232460022, -0.5126050114631653, -0.8627450466156006, 0.29271721839904785, 0.45028021931648254, 0.7654062509536743, 0.590336263179779, -0.1624649614095688, -1.1428570747375488, -1.5105042457580566, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -0.8277310132980347, 0.24019621312618256, 0.3277312219142914, 0.590336263179779, 0.590336263179779, 0.5728292465209961, -0.42506998777389526, -1.5105042457580566, -1.457983136177063, -1.1253501176834106, -1.2128850221633911, -0.8102240562438965, -0.8452380299568176, -1.1428570747375488, -1.4404760599136353, -1.4054621458053589, -1.4404760599136353, -1.720588207244873, -1.5455182790756226, -1.5455182790756226, -1.4754900932312012, 1.7633053064346313, 1.780812382698059, 1.9033613204956055, 1.1155463457107544, -2.0007002353668213, -1.8606442213058472, -0.47759100794792175, 0.18767507374286652, 0.2577032148838043, 0.3102242052555084, -1.370448112487793, -1.3179271221160889, 0.590336263179779, 0.8354342579841614, 0.7128852605819702, -1.422969102859497, -0.23249296844005585, 0.415266215801239, 0.20518220961093903, 0.0476190559566021, -0.33753499388694763, -0.19747896492481232, -0.3025209903717041, -0.1624649614095688, -0.42506998777389526, -0.1624649614095688, -0.26750698685646057, -0.42506998777389526, -0.26750698685646057, -0.17997196316719055, -0.21498596668243408, -0.3200279772281647, -0.5126050114631653, -0.4600839912891388, -0.26750698685646057, -0.5651260018348694, -0.6001400351524353, -0.42506998777389526, -0.4425770044326782, -0.4425770044326782, -0.10994396358728409, -0.5826330184936523, -0.1624649614095688, -0.37254899740219116, -0.28501397371292114, 0.0476190559566021, -0.23249296844005585, -0.6526610255241394, -0.26750698685646057, -0.3550419807434082, -0.19747896492481232, -0.14495795965194702, -0.17997196316719055, -0.03991595283150673, -0.19747896492481232, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.17997196316719055, -0.3200279772281647, -0.0049019488506019115, -0.3200279772281647, 0.15266107022762299, -0.09243696182966232, -0.5126050114631653, 0.11764705926179886, 0.3277312219142914, 0.3277312219142914, 0.8179272413253784, 0.5728292465209961, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.3256303071975708, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 0.9054622650146484, 0.3102242052555084, 0.39775922894477844, -0.8277310132980347, -1.8606442213058472, -1.9481792449951172, -1.9481792449951172, -1.8606442213058472, -1.808123230934143, -1.7380952835083008, -1.7380952835083008, -1.6330533027648926, -1.7380952835083008, -1.5630252361297607, -1.0903360843658447, -1.0378150939941406, -0.17997196316719055, 1.1330533027648926, 1.483193278312683, 1.640756368637085, 1.7107843160629272, 2.165966510772705, 1.780812382698059, 1.9733893871307373, 2.0609242916107178, 1.868347406387329, 0.3627452254295349, -1.4929972887039185, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.580532193183899, -1.983193278312683, -1.5455182790756226, 1.3956583738327026, 1.343137264251709, 1.483193278312683, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.2731093168258667, 0.6603642702102661, 0.5553222298622131, 0.415266215801239, 0.7829132676124573, 0.5553222298622131, 1.0105042457580566, 0.7128852605819702, 0.4677872359752655, 1.343137264251709, 0.8179272413253784, 0.9579832553863525, 0.8354342579841614, 0.590336263179779, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8704482913017273, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.9733893871307373, 2.0259103775024414, 2.0084033012390137, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6757704019546509, 1.4131653308868408, 0.8879552483558655, 0.17016807198524475, -0.6526610255241394, -0.37254899740219116, 0.17016807198524475, -0.3025209903717041, -0.5476189851760864, 0.15266107022762299, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, -0.5826330184936523, -1.335434079170227, -1.5455182790756226, -1.895658254623413, -1.8256303071975708, -1.0378150939941406, 0.13515406847000122, 0.3102242052555084, 0.5553222298622131, 0.590336263179779, 0.5378152132034302, 0.17016807198524475, -1.3879550695419312, -1.370448112487793, -1.160364031791687, -1.195378065109253, -1.5980392694473267, -1.422969102859497, -0.8627450466156006, -0.8627450466156006, -1.5630252361297607, -1.5455182790756226, -1.3879550695419312, -1.247899055480957, 0.3102242052555084, 1.6757704019546509, 1.815826416015625, 2.0259103775024414, 2.113445281982422, 0.7303922772407532, -1.878151297569275, -1.2128850221633911, -0.7226890325546265, -0.37254899740219116, -1.0903360843658447, -1.3879550695419312, 0.012605053372681141, 0.6078432202339172, 0.20518220961093903, -1.668067216873169, -0.28501397371292114, 0.5378152132034302, 0.17016807198524475, 0.08263305574655533, -0.3200279772281647, 0.012605053372681141, -0.26750698685646057, -0.4425770044326782, -0.19747896492481232, -0.33753499388694763, -0.23249296844005585, -0.6351540088653564, -0.19747896492481232, -0.12745095789432526, -0.2499999701976776, -0.09243696182966232, -0.5126050114631653, -0.4950979948043823, -0.5126050114631653, -0.5651260018348694, -0.47759100794792175, -0.0049019488506019115, -0.5651260018348694, -0.28501397371292114, -0.07492996007204056, -0.42506998777389526, -0.26750698685646057, -0.6176469922065735, -0.12745095789432526, 0.0476190559566021, 0.06512605398893356, -0.07492996007204056, -0.14495795965194702, 0.11764705926179886, -0.057422954589128494, -0.21498596668243408, -0.07492996007204056, -0.21498596668243408, 0.0476190559566021, 0.0476190559566021, -0.07492996007204056, 0.1001400575041771, 0.20518220961093903, 0.20518220961093903, -0.5126050114631653, -0.8802520632743835, 0.15266107022762299, 0.3802522122859955, 0.6428572535514832, 0.2752102017402649, 0.6078432202339172, 0.432773232460022, 0.6603642702102661, 0.7478992342948914, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.2731093168258667, 1.5707283020019531, 1.2205883264541626, 1.465686321258545, 1.5882353782653809, 0.502801239490509, -0.8102240562438965, -1.7906162738800049, -1.8256303071975708, -1.9481792449951172, -1.965686321258545, -1.965686321258545, -1.808123230934143, -1.7906162738800049, -1.7380952835083008, -1.668067216873169, -1.4929972887039185, -1.370448112487793, -1.2128850221633911, -0.19747896492481232, 1.1330533027648926, 1.483193278312683, 1.9208683967590332, 1.6757704019546509, 1.9033613204956055, 1.815826416015625, 1.9033613204956055, 2.0084033012390137, 2.0609242916107178, 1.605742335319519, -0.9502801299095154, -1.843137264251709, -1.7380952835083008, -1.6505602598190308, -1.5455182790756226, -1.370448112487793, -1.4929972887039185, -2.0357143878936768, -0.9502801299095154, 1.0280113220214844, 1.7457983493804932, 1.430672287940979, 1.430672287940979, 1.640756368637085, 1.728291392326355, 0.7303922772407532, 1.0630252361297607, 0.9929972887039185, 0.9929972887039185, 0.4677872359752655, 0.6078432202339172, 0.6253502368927002, 1.1155463457107544, 0.6253502368927002, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 1.2030812501907349, 0.8179272413253784, 1.815826416015625, 1.8858543634414673, 1.8508403301239014], [1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9404762983322144, 1.483193278312683, 1.868347406387329, 1.9383753538131714, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9033613204956055, 1.868347406387329, 1.780812382698059, 1.728291392326355, 1.6582633256912231, 1.605742335319519, 1.4131653308868408, 0.7829132676124573, 0.18767507374286652, -0.7401960492134094, -0.7927170395851135, -0.23249296844005585, -0.2499999701976776, -0.03991595283150673, 0.3627452254295349, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.8354342579841614, 0.45028021931648254, -0.7226890325546265, -1.4054621458053589, -1.6330533027648926, -1.8256303071975708, -1.3004200458526611, -0.03991595283150673, 0.3102242052555084, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.11764705926179886, -0.9677870869636536, -0.8802520632743835, -1.0553221702575684, -1.247899055480957, -1.195378065109253, -1.1078431606292725, -1.195378065109253, -1.2128850221633911, -1.5280112028121948, -1.5280112028121948, -1.580532193183899, -0.3025209903717041, 2.0259103775024414, 2.113445281982422, 2.0959384441375732, 0.520308256149292, -1.930672287940979, -0.6176469922065735, 0.18767507374286652, 0.502801239490509, 0.5378152132034302, -0.39005598425865173, -1.4929972887039185, -0.8627450466156006, -0.8277310132980347, -1.580532193183899, -1.4404760599136353, -0.3200279772281647, -0.03991595283150673, -0.21498596668243408, -0.3550419807434082, -0.21498596668243408, -0.23249296844005585, -0.12745095789432526, -0.37254899740219116, -0.12745095789432526, -0.3550419807434082, -0.4075630009174347, -0.23249296844005585, -0.26750698685646057, -0.4600839912891388, -0.47759100794792175, -0.5301120281219482, -0.37254899740219116, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.3550419807434082, -0.4600839912891388, -0.28501397371292114, -0.19747896492481232, -0.23249296844005585, -0.3550419807434082, -0.21498596668243408, -0.3025209903717041, -0.1624649614095688, -0.17997196316719055, -0.10994396358728409, -0.10994396358728409, -0.21498596668243408, -0.057422954589128494, -0.07492996007204056, -0.21498596668243408, -0.07492996007204056, 0.0476190559566021, -0.28501397371292114, -0.4425770044326782, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.0476190559566021, 0.3802522122859955, 0.1001400575041771, 0.34523820877075195, 0.03011205606162548, 0.08263305574655533, 0.29271721839904785, 0.5378152132034302, 0.590336263179779, 0.8529412746429443, 0.8004202842712402, 1.1330533027648926, 0.8354342579841614, 1.4481793642044067, 1.4131653308868408, 1.5707283020019531, 1.5007003545761108, 1.1855742931365967, 1.0455182790756226, -1.4404760599136353, -1.7380952835083008, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.965686321258545, -1.9131653308868408, -1.808123230934143, -1.8256303071975708, -1.7030812501907349, -1.5630252361297607, -1.6330533027648926, -0.6876749992370605, -0.39005598425865173, 0.9054622650146484, 1.3081233501434326, 1.6232492923736572, 1.9033613204956055, 1.9033613204956055, 1.9733893871307373, 2.0959384441375732, 2.0084033012390137, 1.9383753538131714, 1.8508403301239014, -0.2499999701976776, -1.8606442213058472, -1.668067216873169, -1.7030812501907349, -1.7030812501907349, -0.8102240562438965, -1.668067216873169, -1.9131653308868408, -1.755602240562439, 0.9054622650146484, 1.2030812501907349, 1.518207311630249, 1.3606443405151367, 1.553221344947815, 1.430672287940979, 0.8004202842712402, 1.378151297569275, 0.8354342579841614, 0.2226892113685608, 0.17016807198524475, 0.45028021931648254, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.9229692816734314, 1.4131653308868408, 1.2556023597717285, 1.1505602598190308, 1.5707283020019531, 1.7983193397521973, 1.7983193397521973, 1.815826416015625], [1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 1.0105042457580566, 1.5707283020019531, 1.8858543634414673, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5707283020019531, 1.343137264251709, 0.6428572535514832, 0.3802522122859955, -0.4950979948043823, -1.0203081369400024, -0.37254899740219116, -0.2499999701976776, -0.14495795965194702, 0.17016807198524475, 0.3802522122859955, 0.4677872359752655, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.11764705926179886, -1.0378150939941406, -1.4929972887039185, -1.6155462265014648, -1.5455182790756226, -0.28501397371292114, 0.06512605398893356, 0.18767507374286652, 0.18767507374286652, 0.11764705926179886, -0.1624649614095688, -0.8802520632743835, -0.9852941036224365, -1.160364031791687, -1.370448112487793, -1.5630252361297607, -1.2303920984268188, -1.1253501176834106, -1.282913088798523, -1.5630252361297607, -1.160364031791687, 1.640756368637085, 1.868347406387329, 2.0784313678741455, 1.0105042457580566, -1.755602240562439, -0.5301120281219482, 0.1001400575041771, 0.34523820877075195, 0.3277312219142914, -0.4600839912891388, -1.7380952835083008, 0.20518220961093903, 0.7303922772407532, 0.9229692816734314, 0.8529412746429443, 0.6078432202339172, -1.1428570747375488, -0.6001400351524353, -0.3200279772281647, -0.28501397371292114, -0.14495795965194702, -0.26750698685646057, -0.28501397371292114, -0.3025209903717041, -0.26750698685646057, -0.37254899740219116, -0.42506998777389526, -0.26750698685646057, -0.1624649614095688, -0.3200279772281647, -0.39005598425865173, -0.37254899740219116, -0.4075630009174347, -0.39005598425865173, -0.33753499388694763, -0.47759100794792175, -0.4600839912891388, -0.3550419807434082, -0.5651260018348694, -0.1624649614095688, -0.022408949211239815, -0.3025209903717041, -0.33753499388694763, -0.26750698685646057, -0.26750698685646057, -0.14495795965194702, -0.022408949211239815, -0.3200279772281647, -0.37254899740219116, -0.21498596668243408, -0.0049019488506019115, -0.09243696182966232, -0.07492996007204056, -0.057422954589128494, -0.09243696182966232, -0.3025209903717041, -0.4075630009174347, -0.26750698685646057, -0.5301120281219482, -0.19747896492481232, 0.15266107022762299, 0.34523820877075195, 0.2577032148838043, 0.6078432202339172, 0.8704482913017273, 0.9054622650146484, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 1.0980392694473267, 1.1505602598190308, 1.518207311630249, 1.430672287940979, 1.0280113220214844, 0.1001400575041771, 0.1001400575041771, 0.8179272413253784, -0.9152660369873047, -1.755602240562439, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.9481792449951172, -1.878151297569275, -1.8256303071975708, -1.843137264251709, -1.7380952835083008, -1.3879550695419312, -1.370448112487793, 0.0476190559566021, 0.9229692816734314, 1.4481793642044067, 1.693277359008789, 1.6582633256912231, 1.9033613204956055, 1.9033613204956055, 1.815826416015625, 1.9208683967590332, 1.9208683967590332, 1.780812382698059, 0.7654062509536743, -1.895658254623413, -1.755602240562439, -1.668067216873169, -1.808123230934143, -1.8606442213058472, -1.7380952835083008, -1.8606442213058472, -1.930672287940979, 0.3102242052555084, 1.0455182790756226, 1.378151297569275, 1.430672287940979, 1.2380952835083008, 1.2380952835083008, 1.0980392694473267, 0.8354342579841614, -1.0553221702575684, -0.6526610255241394, -0.26750698685646057, 0.7654062509536743, 0.9054622650146484, 0.5553222298622131, 0.4677872359752655, 0.7128852605819702, 1.5357143878936768, 1.3956583738327026, 1.2380952835083008, 1.8508403301239014, 1.7457983493804932, 1.7457983493804932, 1.780812382698059], [1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 1.1155463457107544, 1.7633053064346313, 1.9383753538131714, 1.9733893871307373, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.3081233501434326, 0.8704482913017273, 0.3802522122859955, 0.29271721839904785, -0.3550419807434082, -0.7401960492134094, -0.3550419807434082, -0.37254899740219116, -0.4075630009174347, -0.10994396358728409, 0.24019621312618256, 0.13515406847000122, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.7654062509536743, -0.07492996007204056, -1.3879550695419312, -1.422969102859497, -1.4929972887039185, -0.6001400351524353, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.1001400575041771, -0.2499999701976776, -0.9502801299095154, -1.0378150939941406, -1.2303920984268188, -1.4054621458053589, -1.3529410362243652, -1.370448112487793, -1.282913088798523, 0.11764705926179886, 1.6232492923736572, 1.693277359008789, 1.9033613204956055, 2.0609242916107178, 0.8529412746429443, -1.4404760599136353, -0.7226890325546265, -0.3025209903717041, -0.1624649614095688, -1.6505602598190308, -1.895658254623413, 0.0476190559566021, 0.8004202842712402, 0.9229692816734314, 0.9929972887039185, 0.5378152132034302, -1.580532193183899, -1.160364031791687, -0.14495795965194702, -0.4075630009174347, -0.4075630009174347, -0.5476189851760864, -0.26750698685646057, -0.3025209903717041, -0.33753499388694763, -0.4425770044326782, -0.23249296844005585, -0.17997196316719055, -0.39005598425865173, -0.42506998777389526, -0.47759100794792175, -0.4950979948043823, -0.5301120281219482, -0.057422954589128494, -0.37254899740219116, -0.42506998777389526, -0.4950979948043823, -0.3200279772281647, -0.4425770044326782, -0.12745095789432526, -0.10994396358728409, -0.39005598425865173, -0.47759100794792175, -0.28501397371292114, -0.3550419807434082, -0.022408949211239815, -0.19747896492481232, -0.23249296844005585, -0.26750698685646057, 0.012605053372681141, 0.012605053372681141, -0.03991595283150673, -0.3025209903717041, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, -0.3025209903717041, -0.10994396358728409, 0.012605053372681141, -0.6176469922065735, -0.9852941036224365, -0.4075630009174347, -0.6351540088653564, 0.415266215801239, 0.5378152132034302, 0.3802522122859955, 0.8354342579841614, 0.502801239490509, 0.7128852605819702, 1.0455182790756226, 0.8879552483558655, 1.3256303071975708, 1.5007003545761108, 0.3802522122859955, -0.37254899740219116, -1.668067216873169, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.878151297569275, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.983193278312683, -1.9131653308868408, -1.9131653308868408, -1.755602240562439, -1.5630252361297607, -1.3179271221160889, -0.4425770044326782, 1.1505602598190308, 1.483193278312683, 1.815826416015625, 1.640756368637085, 1.8508403301239014, 1.9208683967590332, 1.9383753538131714, 1.815826416015625, 1.9033613204956055, 1.693277359008789, 1.9208683967590332, -1.5455182790756226, -1.755602240562439, -1.7030812501907349, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.755602240562439, -1.878151297569275, 0.6603642702102661, 1.1330533027648926, 1.1680673360824585, 1.553221344947815, 1.5882353782653809, 1.2205883264541626, 1.0280113220214844, -0.5301120281219482, -0.8277310132980347, -1.0728291273117065, 0.06512605398893356, 0.4677872359752655, 1.5357143878936768, 0.7128852605819702, 0.7478992342948914, 1.4131653308868408, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932], [1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 1.0630252361297607, 1.6232492923736572, 1.9383753538131714, 2.0084033012390137, 2.0259103775024414, 1.9908963441848755, 1.9033613204956055, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.780812382698059, 1.7107843160629272, 1.7107843160629272, 1.640756368637085, 1.3956583738327026, 1.0980392694473267, 0.8704482913017273, 0.3277312219142914, 0.2577032148838043, 0.3102242052555084, -0.09243696182966232, 0.012605053372681141, -0.057422954589128494, -0.09243696182966232, -0.33753499388694763, -0.23249296844005585, 0.2226892113685608, 0.29271721839904785, 0.3627452254295349, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.5553222298622131, -0.4600839912891388, -1.370448112487793, -1.3879550695419312, -0.6001400351524353, -0.2499999701976776, -0.09243696182966232, 0.012605053372681141, -0.1624649614095688, -0.8452380299568176, -1.0553221702575684, -1.1428570747375488, -1.3879550695419312, -1.4929972887039185, -1.4404760599136353, -0.4950979948043823, 1.605742335319519, 1.780812382698059, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, -0.4425770044326782, -1.720588207244873, -1.6505602598190308, -1.0203081369400024, -1.160364031791687, -1.7380952835083008, -1.5105042457580566, 0.012605053372681141, 0.2752102017402649, 0.3802522122859955, 0.20518220961093903, -1.580532193183899, -1.6155462265014648, 0.11764705926179886, -0.12745095789432526, -0.21498596668243408, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.37254899740219116, -0.10994396358728409, -0.28501397371292114, -0.47759100794792175, -0.2499999701976776, -0.5126050114631653, -0.42506998777389526, -0.26750698685646057, -0.3550419807434082, -0.4075630009174347, -0.3200279772281647, -0.47759100794792175, -0.5476189851760864, -0.5126050114631653, -0.5126050114631653, -0.03991595283150673, -0.4425770044326782, -0.47759100794792175, -0.23249296844005585, -0.26750698685646057, -0.3200279772281647, -0.09243696182966232, -0.09243696182966232, -0.10994396358728409, -0.057422954589128494, -0.07492996007204056, 0.13515406847000122, 0.2226892113685608, -0.1624649614095688, 0.13515406847000122, 0.06512605398893356, 0.11764705926179886, 0.2577032148838043, -0.057422954589128494, 0.432773232460022, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.29271721839904785, -0.12745095789432526, 0.0476190559566021, 0.2226892113685608, 0.24019621312618256, 0.9404762983322144, 1.1855742931365967, 1.3081233501434326, 1.3956583738327026, 1.0805323123931885, -0.23249296844005585, -0.9502801299095154, -1.335434079170227, -1.7380952835083008, -1.8256303071975708, -1.8606442213058472, -1.9131653308868408, -1.9131653308868408, -1.895658254623413, -1.895658254623413, -1.878151297569275, -2.0007002353668213, -1.965686321258545, -2.0007002353668213, -1.878151297569275, -1.7380952835083008, -1.4404760599136353, 0.1001400575041771, 0.8529412746429443, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.9208683967590332, 1.7107843160629272, 1.9383753538131714, 1.640756368637085, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 0.03011205606162548, -1.843137264251709, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.843137264251709, -1.983193278312683, -1.3879550695419312, -1.4054621458053589, 0.520308256149292, 1.0455182790756226, 0.8179272413253784, 1.343137264251709, 0.3802522122859955, 0.3277312219142914, -0.23249296844005585, -1.2654061317443848, -1.0028010606765747, 0.4852942228317261, 0.29271721839904785, 0.8704482913017273, 0.7303922772407532, 0.6428572535514832, 1.0980392694473267, 1.343137264251709, 1.2030812501907349, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.693277359008789], [1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.9404762983322144, 1.465686321258545, 1.9033613204956055, 2.043417453765869, 2.043417453765869, 2.0084033012390137, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.3606443405151367, 1.2030812501907349, 1.0630252361297607, 0.5728292465209961, 0.012605053372681141, -0.022408949211239815, 0.012605053372681141, 0.012605053372681141, 0.03011205606162548, 0.08263305574655533, 0.06512605398893356, -0.21498596668243408, -0.3550419807434082, -0.057422954589128494, 0.24019621312618256, 0.34523820877075195, 0.415266215801239, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.415266215801239, -0.6701680421829224, -1.3004200458526611, -0.5476189851760864, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.21498596668243408, -0.9677870869636536, -1.2303920984268188, -1.2128850221633911, -1.282913088798523, -1.5630252361297607, 1.3606443405151367, 1.8508403301239014, 2.0259103775024414, 2.0784313678741455, 2.0784313678741455, 1.465686321258545, -1.843137264251709, -1.7030812501907349, -0.33753499388694763, -0.0049019488506019115, 0.2577032148838043, 0.2752102017402649, -0.8627450466156006, -1.457983136177063, -0.4425770044326782, -0.6876749992370605, -1.5980392694473267, -1.843137264251709, -1.282913088798523, -0.3025209903717041, -0.37254899740219116, -0.47759100794792175, -0.5126050114631653, -0.4425770044326782, -0.4950979948043823, -0.3200279772281647, -0.21498596668243408, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, -0.4600839912891388, -0.37254899740219116, -0.39005598425865173, 0.0476190559566021, -0.26750698685646057, -0.4075630009174347, -0.39005598425865173, -0.4600839912891388, -0.4425770044326782, -0.47759100794792175, -0.5126050114631653, -0.5651260018348694, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.4600839912891388, -0.17997196316719055, -0.09243696182966232, -0.4075630009174347, -0.2499999701976776, -0.14495795965194702, -0.07492996007204056, 0.3102242052555084, 0.2752102017402649, 0.24019621312618256, -0.057422954589128494, 0.0476190559566021, -0.03991595283150673, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6603642702102661, 0.7654062509536743, 0.5378152132034302, 1.0105042457580566, 1.1330533027648926, 1.2731093168258667, 1.0455182790756226, 1.1505602598190308, 1.430672287940979, 0.9754902720451355, -0.057422954589128494, -0.6001400351524353, -1.2303920984268188, -1.755602240562439, -1.8256303071975708, -1.8606442213058472, -1.8606442213058472, -1.8606442213058472, -1.878151297569275, -1.8606442213058472, -1.808123230934143, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.3529410362243652, -1.457983136177063, -0.12745095789432526, 0.6603642702102661, 1.3956583738327026, 1.6582633256912231, 1.5357143878936768, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.6232492923736572, 1.815826416015625, 1.728291392326355, 2.0259103775024414, -0.19747896492481232, 1.3606443405151367, -0.2499999701976776, -1.7906162738800049, -1.983193278312683, -1.965686321258545, -1.930672287940979, -1.6855742931365967, -1.5980392694473267, -2.0007002353668213, -0.3025209903717041, 0.6078432202339172, 1.1330533027648926, 1.0280113220214844, 0.5553222298622131, -1.370448112487793, -1.7906162738800049, -1.7731093168258667, -0.5826330184936523, 0.7829132676124573, 1.2906162738800049, 0.7128852605819702, 1.2205883264541626, 0.8179272413253784, 1.0455182790756226, 1.0280113220214844, 0.8704482913017273, 1.7457983493804932, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.6582633256912231], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9754902720451355, 1.430672287940979, 1.9033613204956055, 2.0609242916107178, 2.0959384441375732, 2.043417453765869, 1.9908963441848755, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.3956583738327026, 1.2906162738800049, 0.9929972887039185, 0.4852942228317261, -0.10994396358728409, -0.21498596668243408, -0.14495795965194702, -0.1624649614095688, -0.022408949211239815, 0.20518220961093903, -0.0049019488506019115, -0.07492996007204056, -0.26750698685646057, -0.42506998777389526, -0.28501397371292114, 0.11764705926179886, 0.17016807198524475, 0.20518220961093903, 0.29271721839904785, 0.415266215801239, 0.5378152132034302, 0.5728292465209961, 0.2226892113685608, -0.8802520632743835, -0.6701680421829224, -0.47759100794792175, -0.4075630009174347, -0.37254899740219116, -0.6351540088653564, -1.1778711080551147, -1.160364031791687, -1.282913088798523, -1.247899055480957, 1.378151297569275, 2.0259103775024414, 2.0609242916107178, 2.1834733486175537, 1.6232492923736572, -1.895658254623413, -1.668067216873169, 0.012605053372681141, 0.3277312219142914, 0.6078432202339172, 0.502801239490509, -1.3179271221160889, -1.6155462265014648, 0.6428572535514832, 0.4852942228317261, 0.2752102017402649, 0.2752102017402649, 0.20518220961093903, -0.6351540088653564, -0.9677870869636536, -0.4425770044326782, -0.39005598425865173, -0.14495795965194702, -0.4425770044326782, -0.4950979948043823, -0.7927170395851135, -0.3200279772281647, -0.28501397371292114, -0.33753499388694763, -0.4425770044326782, -0.4600839912891388, -0.37254899740219116, -0.2499999701976776, -0.19747896492481232, -0.6001400351524353, -0.3025209903717041, -0.6176469922065735, -0.5651260018348694, -0.5126050114631653, -0.6351540088653564, -0.28501397371292114, -0.42506998777389526, -0.5476189851760864, -0.47759100794792175, -0.5476189851760864, -0.21498596668243408, -0.5651260018348694, -0.39005598425865173, -0.19747896492481232, -0.28501397371292114, -0.3550419807434082, -0.12745095789432526, -0.3200279772281647, -0.17997196316719055, 0.03011205606162548, 0.13515406847000122, 0.3277312219142914, 0.15266107022762299, -0.14495795965194702, 0.08263305574655533, 0.34523820877075195, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.8004202842712402, 0.8004202842712402, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.4481793642044067, 0.9754902720451355, -0.17997196316719055, -1.0728291273117065, -1.5455182790756226, -1.7030812501907349, -1.8256303071975708, -1.8256303071975708, -1.808123230934143, -1.8606442213058472, -1.843137264251709, -1.808123230934143, -1.808123230934143, -1.0378150939941406, 0.1001400575041771, 0.8004202842712402, -0.42506998777389526, 0.3802522122859955, 0.24019621312618256, 0.8529412746429443, 1.815826416015625, 1.7107843160629272, 1.465686321258545, 1.640756368637085, 1.7983193397521973, 1.9558824300765991, 1.5707283020019531, 1.5007003545761108, 1.5882353782653809, 1.483193278312683, 1.343137264251709, 1.6582633256912231, 1.7107843160629272, 1.3256303071975708, 0.17016807198524475, -1.5630252361297607, -1.247899055480957, -1.965686321258545, -1.983193278312683, -2.0007002353668213, -1.930672287940979, -0.09243696182966232, 1.1155463457107544, 1.2380952835083008, -1.422969102859497, -1.9481792449951172, -1.878151297569275, -1.6155462265014648, 0.03011205606162548, 0.9229692816734314, 1.8333333730697632, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.1330533027648926, 0.6078432202339172, 1.2205883264541626, 1.6232492923736572, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6232492923736572], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8704482913017273, 1.3081233501434326, 1.7983193397521973, 2.0084033012390137, 2.0784313678741455, 2.043417453765869, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.868347406387329, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.0455182790756226, 0.502801239490509, -0.057422954589128494, -0.33753499388694763, -0.19747896492481232, -0.12745095789432526, -0.42506998777389526, -0.28501397371292114, -0.10994396358728409, -0.07492996007204056, -0.17997196316719055, -0.14495795965194702, -0.4950979948043823, -0.4425770044326782, -0.022408949211239815, 0.11764705926179886, 0.08263305574655533, 0.17016807198524475, 0.24019621312618256, 0.2752102017402649, 0.3627452254295349, 0.6428572535514832, -0.39005598425865173, -0.7752100229263306, -0.6001400351524353, -0.6176469922065735, -0.5476189851760864, -0.8452380299568176, -1.2654061317443848, -1.3529410362243652, 1.2556023597717285, 1.553221344947815, 2.0609242916107178, 2.2009804248809814, 1.3081233501434326, -1.9131653308868408, -1.6855742931365967, -0.1624649614095688, 0.18767507374286652, 0.502801239490509, 0.502801239490509, -1.5980392694473267, -1.6855742931365967, 0.8004202842712402, 0.7128852605819702, 0.5728292465209961, 0.6078432202339172, 0.45028021931648254, -0.6001400351524353, -0.6526610255241394, -0.37254899740219116, -0.14495795965194702, -0.2499999701976776, -0.47759100794792175, -0.26750698685646057, -0.37254899740219116, -0.47759100794792175, -0.28501397371292114, -0.4075630009174347, -0.47759100794792175, -0.42506998777389526, -0.7927170395851135, -0.5126050114631653, -0.39005598425865173, -0.33753499388694763, -0.5126050114631653, -0.6876749992370605, -0.4600839912891388, -0.5826330184936523, -0.5826330184936523, -0.37254899740219116, -0.4425770044326782, -0.5476189851760864, -0.3200279772281647, -0.5126050114631653, -0.28501397371292114, -0.4950979948043823, -0.42506998777389526, -0.4950979948043823, -0.5126050114631653, -0.3025209903717041, -0.21498596668243408, -0.14495795965194702, -0.09243696182966232, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.0476190559566021, -0.12745095789432526, -0.057422954589128494, 0.29271721839904785, 1.0805323123931885, 0.415266215801239, 0.7829132676124573, 1.0805323123931885, 0.9404762983322144, 1.1155463457107544, 0.9929972887039185, 0.8704482913017273, 0.590336263179779, 1.0980392694473267, 0.8004202842712402, -0.3550419807434082, -1.160364031791687, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.7731093168258667, -1.4054621458053589, -0.9152660369873047, -0.3025209903717041, 1.1155463457107544, 1.5007003545761108, 1.2731093168258667, 1.553221344947815, 1.5882353782653809, 1.7633053064346313, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.9733893871307373, 1.7983193397521973, 1.2380952835083008, 1.4131653308868408, 1.693277359008789, 1.693277359008789, 1.9033613204956055, 1.605742335319519, 1.2556023597717285, 0.9404762983322144, 0.5378152132034302, -0.7927170395851135, -1.9131653308868408, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.7030812501907349, 0.29271721839904785, -0.9327731132507324, -2.0007002353668213, -1.965686321258545, -1.7906162738800049, -1.5630252361297607, -0.3025209903717041, 0.9929972887039185, 1.5707283020019531, 1.3956583738327026, 1.4481793642044067, 1.378151297569275, 0.6078432202339172, 0.8529412746429443, 1.3956583738327026, 1.518207311630249, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.8879552483558655, 1.3606443405151367, 1.8508403301239014, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.7107843160629272, 1.640756368637085, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.3606443405151367, 1.1330533027648926, 0.7478992342948914, 0.08263305574655533, -0.19747896492481232, -0.0049019488506019115, 0.13515406847000122, -0.6001400351524353, -0.6351540088653564, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.14495795965194702, -0.19747896492481232, -0.42506998777389526, -0.5126050114631653, -0.37254899740219116, -0.07492996007204056, 0.06512605398893356, 0.1001400575041771, 0.17016807198524475, 0.08263305574655533, 0.06512605398893356, 0.06512605398893356, -0.6701680421829224, -0.9327731132507324, -0.8452380299568176, -0.8452380299568176, -0.7577030062675476, -1.0728291273117065, 0.9579832553863525, 1.693277359008789, 1.815826416015625, 1.9383753538131714, 2.043417453765869, -0.39005598425865173, -1.8256303071975708, -0.6876749992370605, -0.21498596668243408, -0.0049019488506019115, 0.18767507374286652, -1.7030812501907349, -1.7906162738800049, 0.45028021931648254, 0.6253502368927002, 0.5553222298622131, 0.6078432202339172, 0.5378152132034302, -0.8627450466156006, -0.4950979948043823, -0.12745095789432526, 0.012605053372681141, 0.2226892113685608, 0.20518220961093903, 0.11764705926179886, -0.47759100794792175, -0.09243696182966232, -0.28501397371292114, -0.4950979948043823, -0.6701680421829224, -0.6351540088653564, -0.4600839912891388, -0.5476189851760864, -0.39005598425865173, -0.4600839912891388, -0.5126050114631653, -0.5826330184936523, -0.5301120281219482, -0.5651260018348694, -0.7401960492134094, -0.5651260018348694, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.6351540088653564, -0.7051820158958435, -0.4075630009174347, -0.3550419807434082, -0.4075630009174347, -0.17997196316719055, -0.5126050114631653, -0.14495795965194702, -0.3200279772281647, -0.022408949211239815, 0.03011205606162548, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, 0.1001400575041771, 0.7654062509536743, 0.9229692816734314, 0.4852942228317261, 0.5378152132034302, 0.7303922772407532, 1.0105042457580566, 0.8704482913017273, 1.0455182790756226, 1.343137264251709, 1.465686321258545, 1.2906162738800049, 0.5378152132034302, -0.8277310132980347, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.755602240562439, -1.895658254623413, -1.195378065109253, -0.26750698685646057, -0.19747896492481232, 1.3956583738327026, 0.520308256149292, 1.3081233501434326, 1.5882353782653809, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.7457983493804932, 1.6582633256912231, 1.5882353782653809, 1.2556023597717285, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.728291392326355, 1.1680673360824585, 1.0280113220214844, -0.14495795965194702, -1.3179271221160889, -1.7731093168258667, -1.9131653308868408, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.965686321258545, -2.018207311630249, -1.8606442213058472, -1.808123230934143, -0.5826330184936523, -1.6505602598190308, 0.17016807198524475, 1.5357143878936768, 1.5882353782653809, 1.7983193397521973, 1.1855742931365967, 1.0105042457580566, 0.8004202842712402, 0.7303922772407532, 1.8858543634414673, 1.5007003545761108, 1.483193278312683, 1.553221344947815, 1.553221344947815, 1.553221344947815], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7303922772407532, 0.9754902720451355, 1.6232492923736572, 2.0084033012390137, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.8858543634414673, 1.693277359008789, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.2205883264541626, 1.2556023597717285, 1.0630252361297607, 0.6603642702102661, 0.39775922894477844, 0.15266107022762299, -0.03991595283150673, -0.2499999701976776, -0.33753499388694763, -0.4600839912891388, -0.1624649614095688, -0.03991595283150673, -0.03991595283150673, -0.21498596668243408, -0.47759100794792175, -0.5826330184936523, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.2499999701976776, -0.09243696182966232, -0.057422954589128494, -0.12745095789432526, -0.1624649614095688, -0.7401960492134094, -1.2303920984268188, -1.0378150939941406, -1.0903360843658447, -1.2303920984268188, 1.7633053064346313, 1.780812382698059, 1.9733893871307373, 2.0784313678741455, 1.9383753538131714, -1.2303920984268188, -1.0378150939941406, -1.3004200458526611, -1.6330533027648926, -1.160364031791687, -1.3004200458526611, -1.5105042457580566, -0.9327731132507324, -0.4425770044326782, -0.4425770044326782, -0.47759100794792175, -0.07492996007204056, -1.2303920984268188, -0.09243696182966232, 0.11764705926179886, 0.2752102017402649, 0.3277312219142914, -0.33753499388694763, 0.18767507374286652, -0.21498596668243408, -0.5476189851760864, -0.5476189851760864, -0.6001400351524353, -0.4950979948043823, -0.5826330184936523, -0.4950979948043823, -0.5651260018348694, -0.6701680421829224, -0.4950979948043823, -0.42506998777389526, -0.5476189851760864, -0.5476189851760864, -0.6526610255241394, -0.5651260018348694, -0.6351540088653564, -0.5826330184936523, -0.6176469922065735, -0.7226890325546265, -0.5476189851760864, -0.6001400351524353, -0.4075630009174347, -0.37254899740219116, -0.3025209903717041, -0.4075630009174347, -0.3200279772281647, -0.19747896492481232, -0.19747896492481232, -0.2499999701976776, -0.1624649614095688, 0.08263305574655533, 0.3802522122859955, 0.15266107022762299, 0.012605053372681141, 0.3802522122859955, 0.520308256149292, 0.9754902720451355, 0.6953782439231873, 0.8529412746429443, 0.7478992342948914, 0.6078432202339172, 0.9229692816734314, 1.1505602598190308, 1.3956583738327026, 1.378151297569275, 1.2205883264541626, 0.8354342579841614, -0.17997196316719055, -1.0903360843658447, -1.720588207244873, -1.7906162738800049, -1.843137264251709, -1.9131653308868408, -1.7906162738800049, -1.7731093168258667, -0.5476189851760864, 0.502801239490509, 1.0630252361297607, 1.2731093168258667, 1.465686321258545, 1.5882353782653809, 1.8508403301239014, 1.9383753538131714, 1.6582633256912231, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.640756368637085, 1.5357143878936768, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.5007003545761108, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.3081233501434326, 1.553221344947815, 1.1505602598190308, 0.6778712272644043, -0.7752100229263306, -1.282913088798523, -2.018207311630249, -2.0007002353668213, -1.2654061317443848, -2.018207311630249, -1.965686321258545, -1.965686321258545, 0.432773232460022, 1.0455182790756226, -1.9481792449951172, -1.422969102859497, -0.9327731132507324, 0.6778712272644043, 1.5357143878936768, 1.8858543634414673, 1.728291392326355, 1.728291392326355, 1.483193278312683, 0.8704482913017273, 1.0980392694473267, 1.640756368637085, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 1.3081233501434326, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.815826416015625, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 0.7829132676124573, 0.415266215801239, 0.24019621312618256, 0.20518220961093903, -0.0049019488506019115, -0.19747896492481232, -0.3025209903717041, -0.5476189851760864, -0.39005598425865173, -0.14495795965194702, -0.07492996007204056, -0.057422954589128494, -0.26750698685646057, -0.5826330184936523, -0.7051820158958435, -0.4425770044326782, -0.4600839912891388, -0.4075630009174347, -0.2499999701976776, -0.2499999701976776, -0.26750698685646057, -0.3025209903717041, -0.6176469922065735, -1.247899055480957, -1.6330533027648926, -1.5630252361297607, 2.043417453765869, 1.9908963441848755, 2.1309523582458496, 2.0784313678741455, -1.0728291273117065, -1.1778711080551147, -1.7906162738800049, -1.335434079170227, -1.195378065109253, 0.18767507374286652, 0.415266215801239, 0.432773232460022, 0.4677872359752655, -1.0903360843658447, -1.6855742931365967, -0.10994396358728409, -0.23249296844005585, -0.6701680421829224, -0.03991595283150673, 0.06512605398893356, 0.2226892113685608, -0.1624649614095688, -0.5651260018348694, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, 0.06512605398893356, -0.3025209903717041, -0.5826330184936523, -0.4075630009174347, -0.9502801299095154, -0.6701680421829224, -0.6876749992370605, -0.5651260018348694, -0.8627450466156006, -0.4600839912891388, -0.37254899740219116, -0.47759100794792175, -0.8627450466156006, -0.9327731132507324, -0.4600839912891388, -0.8627450466156006, -0.7226890325546265, -0.33753499388694763, -0.6701680421829224, -0.6351540088653564, -0.5651260018348694, -0.5651260018348694, -0.9327731132507324, -0.28501397371292114, -0.7051820158958435, -0.6876749992370605, -0.26750698685646057, -0.17997196316719055, -0.3200279772281647, 0.03011205606162548, 0.4677872359752655, 0.8704482913017273, 0.9404762983322144, 0.5378152132034302, 0.9229692816734314, 0.5553222298622131, 0.502801239490509, 1.0980392694473267, 1.0280113220214844, 0.6253502368927002, 1.0980392694473267, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, -0.39005598425865173, -1.0903360843658447, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.8256303071975708, -0.07492996007204056, 1.0805323123931885, 1.0980392694473267, 0.6078432202339172, 1.1155463457107544, 1.5357143878936768, 1.4481793642044067, 1.7457983493804932, 1.6232492923736572, 1.7983193397521973, 1.693277359008789, 1.3956583738327026, 1.7983193397521973, 1.693277359008789, 1.693277359008789, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.4131653308868408, 1.3081233501434326, 1.6582633256912231, 1.1330533027648926, 0.7829132676124573, 1.3956583738327026, 1.0455182790756226, 1.1155463457107544, 0.17016807198524475, -1.9131653308868408, -1.755602240562439, -1.965686321258545, -1.965686321258545, -1.983193278312683, -1.1428570747375488, -1.9481792449951172, -1.965686321258545, -2.018207311630249, -2.0007002353668213, -1.878151297569275, -1.0203081369400024, -0.23249296844005585, 0.6778712272644043, 1.518207311630249, 1.2906162738800049, 1.6232492923736572, 1.0805323123931885, 0.6603642702102661, 1.6582633256912231, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 1.2380952835083008, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.8333333730697632, 1.728291392326355, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.3081233501434326, 1.0280113220214844, 0.8354342579841614, 0.6428572535514832, 0.432773232460022, 0.24019621312618256, 0.08263305574655533, 0.03011205606162548, -0.12745095789432526, -0.3550419807434082, -0.5651260018348694, -0.4950979948043823, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.23249296844005585, -0.5826330184936523, -0.7401960492134094, -0.7401960492134094, -0.7577030062675476, -0.7577030062675476, -0.7401960492134094, -0.8277310132980347, -0.8452380299568176, -1.5980392694473267, -1.5105042457580566, -1.668067216873169, -0.23249296844005585, 1.3081233501434326, 1.8858543634414673, 2.0784313678741455, 1.0455182790756226, -1.282913088798523, -1.878151297569275, -1.4929972887039185, -1.0728291273117065, 0.20518220961093903, 0.3627452254295349, 0.4677872359752655, 0.4677872359752655, -1.160364031791687, -1.720588207244873, 0.3627452254295349, 0.432773232460022, 0.2752102017402649, -0.0049019488506019115, -0.4950979948043823, -0.12745095789432526, -0.14495795965194702, -0.1624649614095688, -0.5126050114631653, -0.19747896492481232, -0.5126050114631653, -0.14495795965194702, -0.03991595283150673, -0.5826330184936523, -0.6351540088653564, -0.8977590203285217, -0.6176469922065735, -0.6176469922065735, -0.5126050114631653, -0.5826330184936523, -0.3200279772281647, -0.3550419807434082, -0.2499999701976776, -0.21498596668243408, -0.42506998777389526, -0.5651260018348694, -0.7752100229263306, -0.7226890325546265, -0.28501397371292114, -0.6351540088653564, -0.6701680421829224, -0.5476189851760864, -0.47759100794792175, -0.47759100794792175, -0.37254899740219116, -0.4425770044326782, -0.4950979948043823, -0.33753499388694763, -0.26750698685646057, 0.6253502368927002, 0.012605053372681141, -0.057422954589128494, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.7478992342948914, 0.9229692816734314, 0.7478992342948914, 1.1155463457107544, 1.2731093168258667, 1.3956583738327026, 1.0980392694473267, 1.1330533027648926, 0.7829132676124573, 0.39775922894477844, -0.21498596668243408, -0.8977590203285217, -1.4054621458053589, -1.755602240562439, -1.7380952835083008, -1.7030812501907349, -1.1428570747375488, -0.5826330184936523, 0.9054622650146484, 1.3956583738327026, 1.2380952835083008, 1.2205883264541626, 1.1505602598190308, 1.5707283020019531, 1.605742335319519, 1.728291392326355, 1.5882353782653809, 1.5882353782653809, 1.815826416015625, 1.553221344947815, 1.5007003545761108, 1.640756368637085, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.2906162738800049, 1.465686321258545, 1.4131653308868408, 1.483193278312683, 1.0805323123931885, 0.590336263179779, -1.4754900932312012, -1.7906162738800049, -1.7380952835083008, -1.720588207244873, -0.10994396358728409, -1.930672287940979, -1.9481792449951172, 0.39775922894477844, 1.5357143878936768, -1.7906162738800049, -1.983193278312683, 0.9579832553863525, 1.8858543634414673, -1.930672287940979, -1.6330533027648926, -1.370448112487793, 0.502801239490509, 1.1155463457107544, 0.7478992342948914, -0.0049019488506019115, -0.9152660369873047, 1.5707283020019531, 1.7107843160629272, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 1.2030812501907349, 1.9733893871307373, 2.0084033012390137, 2.0084033012390137, 1.9733893871307373, 1.9908963441848755, 1.8858543634414673, 1.868347406387329, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.2380952835083008, 1.0455182790756226, 0.8004202842712402, 0.34523820877075195, -0.14495795965194702, -0.3025209903717041, -0.057422954589128494, -0.14495795965194702, -0.1624649614095688, -0.3200279772281647, -0.47759100794792175, -0.5651260018348694, -0.33753499388694763, -0.2499999701976776, -0.37254899740219116, -0.5301120281219482, -0.7051820158958435, -0.8277310132980347, -0.7927170395851135, -1.1253501176834106, -1.4754900932312012, -1.3529410362243652, -1.668067216873169, -1.6855742931365967, -1.4929972887039185, -1.457983136177063, 1.2731093168258667, 1.465686321258545, 1.3606443405151367, 1.5007003545761108, 0.7478992342948914, -1.580532193183899, -1.9131653308868408, -1.282913088798523, -0.1624649614095688, 0.06512605398893356, 0.1001400575041771, 0.11764705926179886, -1.2654061317443848, -1.8256303071975708, -0.07492996007204056, 0.432773232460022, 0.18767507374286652, 0.20518220961093903, -0.4425770044326782, -0.5651260018348694, -0.28501397371292114, -0.21498596668243408, -0.4950979948043823, -0.37254899740219116, -0.42506998777389526, -0.8102240562438965, -0.4950979948043823, -0.6526610255241394, -0.7051820158958435, -0.5651260018348694, -0.4075630009174347, -0.42506998777389526, -0.3200279772281647, -0.37254899740219116, -0.4075630009174347, -0.23249296844005585, -0.17997196316719055, -0.09243696182966232, -0.09243696182966232, -0.4075630009174347, -0.12745095789432526, -0.37254899740219116, -0.5301120281219482, -0.5826330184936523, -0.5651260018348694, -0.5826330184936523, -0.5301120281219482, -0.5476189851760864, -0.6351540088653564, -0.39005598425865173, -0.2499999701976776, -0.2499999701976776, -0.12745095789432526, 0.18767507374286652, 0.5378152132034302, 0.3627452254295349, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 0.7654062509536743, 0.9579832553863525, 0.8004202842712402, 0.9404762983322144, 0.6778712272644043, 0.8704482913017273, 1.0105042457580566, 1.3256303071975708, 1.3956583738327026, 0.9404762983322144, -0.19747896492481232, -1.2303920984268188, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.1253501176834106, 0.6078432202339172, 0.9929972887039185, 1.3606443405151367, 1.3606443405151367, 1.5882353782653809, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 1.728291392326355, 1.6232492923736572, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.8508403301239014, 1.6582633256912231, 1.4131653308868408, 1.728291392326355, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.640756368637085, 1.693277359008789, -0.9502801299095154, -0.8977590203285217, -1.457983136177063, -0.10994396358728409, 1.8333333730697632, 1.9208683967590332, -1.4754900932312012, -1.9481792449951172, 1.7983193397521973, 1.7633053064346313, -1.9481792449951172, -1.1428570747375488, -1.7906162738800049, -1.195378065109253, -0.14495795965194702, -1.195378065109253, -1.720588207244873, -0.6876749992370605, 1.9558824300765991, 1.483193278312683, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.3606443405151367, 2.043417453765869, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.3606443405151367, 1.0980392694473267, 0.6778712272644043, 0.2752102017402649, -0.12745095789432526, -0.5476189851760864, -0.6526610255241394, -0.33753499388694763, -0.07492996007204056, -0.12745095789432526, -0.39005598425865173, -0.5826330184936523, -0.7226890325546265, -0.6526610255241394, -0.5651260018348694, -0.6526610255241394, -0.6176469922065735, -0.6526610255241394, -0.8977590203285217, -0.33753499388694763, -1.6155462265014648, -1.6330533027648926, -1.6155462265014648, -1.5980392694473267, -1.6855742931365967, -1.3004200458526611, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, -1.9131653308868408, -1.6855742931365967, -0.8977590203285217, 0.2577032148838043, -0.6701680421829224, -1.1253501176834106, -0.9852941036224365, -1.3179271221160889, -1.8606442213058472, -1.3004200458526611, -0.03991595283150673, -0.1624649614095688, -0.14495795965194702, -0.4950979948043823, -1.335434079170227, -1.4929972887039185, -0.23249296844005585, -0.5651260018348694, -0.6176469922065735, -0.5826330184936523, -0.7927170395851135, -0.6176469922065735, -0.6176469922065735, -0.4425770044326782, -0.4075630009174347, -0.07492996007204056, -0.26750698685646057, -0.33753499388694763, -0.3200279772281647, -0.3200279772281647, -0.10994396358728409, -0.1624649614095688, -0.09243696182966232, -0.07492996007204056, 0.012605053372681141, -0.0049019488506019115, -0.10994396358728409, -0.4075630009174347, -0.2499999701976776, -0.26750698685646057, -0.6176469922065735, -0.7752100229263306, -0.7051820158958435, -0.8977590203285217, -0.6876749992370605, -0.37254899740219116, 0.15266107022762299, 0.2577032148838043, 0.06512605398893356, 0.502801239490509, 0.3277312219142914, 0.3102242052555084, 0.7654062509536743, 0.45028021931648254, 0.415266215801239, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0455182790756226, 0.7128852605819702, 0.8879552483558655, 1.2556023597717285, 1.1680673360824585, 0.6603642702102661, -0.21498596668243408, -0.9677870869636536, -1.720588207244873, -1.755602240562439, -1.6505602598190308, -1.370448112487793, 0.0476190559566021, 0.9929972887039185, 1.3081233501434326, 1.3081233501434326, 1.2205883264541626, 1.4131653308868408, 1.465686321258545, 1.2556023597717285, 1.6232492923736572, 1.343137264251709, 1.5357143878936768, 1.693277359008789, 1.8858543634414673, 1.605742335319519, 1.7983193397521973, 1.7107843160629272, 1.780812382698059, 1.465686321258545, 1.640756368637085, 1.605742335319519, 1.640756368637085, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.430672287940979, 1.430672287940979, 1.7107843160629272, 1.8508403301239014, 1.430672287940979, 2.0784313678741455, 1.3081233501434326, -0.1624649614095688, 0.6253502368927002, 1.8333333730697632, -1.6855742931365967, -2.018207311630249, -1.930672287940979, -1.0028010606765747, -1.0203081369400024, -1.7731093168258667, -1.843137264251709, -1.6505602598190308, 0.4852942228317261, 0.3102242052555084, -1.6505602598190308, -0.33753499388694763, 1.8858543634414673, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709], [1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 1.2731093168258667, 1.9208683967590332, 1.9733893871307373, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.5357143878936768, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 0.7128852605819702, 0.3102242052555084, -0.12745095789432526, -0.4600839912891388, -0.7577030062675476, -0.7226890325546265, -0.5301120281219482, -0.33753499388694763, -0.33753499388694763, -0.47759100794792175, -0.7752100229263306, -0.9327731132507324, -0.8452380299568176, -0.8627450466156006, -1.0903360843658447, -1.1778711080551147, -1.5105042457580566, -1.4754900932312012, -1.4929972887039185, -1.3879550695419312, -1.2128850221633911, -1.0903360843658447, -1.0378150939941406, -0.8977590203285217, -0.6351540088653564, 1.4481793642044067, 1.0980392694473267, -1.808123230934143, -1.282913088798523, -0.6526610255241394, 0.0476190559566021, 0.3277312219142914, -1.160364031791687, -1.720588207244873, -0.03991595283150673, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -1.0203081369400024, -1.4929972887039185, -1.247899055480957, -1.5455182790756226, -1.6155462265014648, -0.23249296844005585, -0.6176469922065735, -0.6001400351524353, -0.6876749992370605, -0.6351540088653564, -0.07492996007204056, -0.4600839912891388, -0.3200279772281647, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.26750698685646057, -0.6701680421829224, -0.3200279772281647, -0.28501397371292114, -0.5126050114631653, -0.10994396358728409, -0.33753499388694763, -0.14495795965194702, -0.2499999701976776, 0.11764705926179886, 0.2752102017402649, 0.18767507374286652, 0.20518220961093903, 0.29271721839904785, 0.4852942228317261, 0.502801239490509, -0.057422954589128494, 0.18767507374286652, -0.5301120281219482, -0.057422954589128494, -0.5126050114631653, 0.34523820877075195, 0.5378152132034302, 0.5553222298622131, 0.2226892113685608, 0.4852942228317261, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.8004202842712402, 0.9229692816734314, 1.0805323123931885, 0.8879552483558655, 1.0980392694473267, 0.8354342579841614, 1.2906162738800049, 0.6428572535514832, 0.3277312219142914, -0.42506998777389526, -0.8977590203285217, -1.755602240562439, -1.755602240562439, -0.8802520632743835, 0.24019621312618256, 0.8004202842712402, 1.4481793642044067, 1.5707283020019531, 1.815826416015625, 1.518207311630249, 1.5707283020019531, 1.7983193397521973, 1.7633053064346313, 1.605742335319519, 1.4481793642044067, 1.640756368637085, 1.4131653308868408, 1.6757704019546509, 1.605742335319519, 1.3256303071975708, 1.4481793642044067, 1.3956583738327026, 1.553221344947815, 1.728291392326355, 1.728291392326355, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.6757704019546509, 1.8858543634414673, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 1.553221344947815, 0.9754902720451355, -1.1428570747375488, 1.605742335319519, -1.3179271221160889, 1.2731093168258667, 0.24019621312618256, 0.8179272413253784, -0.0049019488506019115, 1.0455182790756226, 1.1155463457107544, 1.2731093168258667, 1.518207311630249, -0.37254899740219116, 0.3802522122859955, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326], [1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.9229692816734314, 1.430672287940979, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0259103775024414, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4131653308868408, 1.0980392694473267, 0.6953782439231873, 0.20518220961093903, -0.2499999701976776, -0.6351540088653564, -0.7051820158958435, -0.6876749992370605, -0.7577030062675476, -0.7752100229263306, -0.4950979948043823, -0.4950979948043823, -0.5301120281219482, -0.6876749992370605, -0.8802520632743835, -0.9152660369873047, -1.0203081369400024, -1.5630252361297607, -1.4929972887039185, -1.422969102859497, -1.3879550695419312, -1.1428570747375488, -0.5826330184936523, -1.0378150939941406, -0.8452380299568176, -0.8627450466156006, 0.2577032148838043, -0.03991595283150673, -0.7051820158958435, -1.2128850221633911, -0.21498596668243408, -0.5476189851760864, 0.39775922894477844, -1.0553221702575684, -1.6855742931365967, -0.21498596668243408, 0.11764705926179886, 0.18767507374286652, 0.06512605398893356, -0.4600839912891388, -1.6855742931365967, -0.6876749992370605, -0.14495795965194702, -0.19747896492481232, 0.11764705926179886, -0.3200279772281647, -0.47759100794792175, -0.4950979948043823, -0.4950979948043823, -0.8452380299568176, -0.3550419807434082, -0.4075630009174347, -0.6351540088653564, -0.6001400351524353, -0.4950979948043823, -0.6001400351524353, -0.8277310132980347, -0.4950979948043823, -0.4425770044326782, -0.6351540088653564, -0.5476189851760864, -0.33753499388694763, -0.3025209903717041, -0.12745095789432526, 0.15266107022762299, 0.13515406847000122, -0.057422954589128494, 0.432773232460022, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.45028021931648254, 0.6078432202339172, 0.4852942228317261, -0.17997196316719055, -0.09243696182966232, -0.0049019488506019115, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8529412746429443, 0.9229692816734314, 1.1330533027648926, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 0.6603642702102661, -0.42506998777389526, -0.8802520632743835, -1.580532193183899, -1.5980392694473267, -1.580532193183899, 0.15266107022762299, 0.15266107022762299, 1.1505602598190308, 1.0280113220214844, 1.5007003545761108, 1.605742335319519, 1.2205883264541626, 1.1155463457107544, 1.3606443405151367, 1.5357143878936768, 1.728291392326355, 1.8858543634414673, 1.9558824300765991, 1.5357143878936768, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.5357143878936768, 1.343137264251709, 1.6757704019546509, 1.8333333730697632, 1.868347406387329, 1.7633053064346313, 1.5357143878936768, 1.1680673360824585, 1.3956583738327026, 1.780812382698059, 1.483193278312683, 1.7107843160629272, 1.693277359008789, 2.1309523582458496, 1.5707283020019531, 1.3081233501434326, 1.6232492923736572, 1.9558824300765991, -0.03991595283150673, 1.0805323123931885, 0.24019621312618256, 1.9733893871307373, 1.7633053064346313, 1.9033613204956055, 1.1855742931365967, 1.2030812501907349, 1.693277359008789, 1.9383753538131714, 0.7478992342948914, 0.8354342579841614, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667], [1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.4131653308868408, 1.343137264251709, 1.2906162738800049, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 1.3081233501434326, 1.815826416015625, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 1.9733893871307373, 1.9558824300765991, 1.9208683967590332, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.3956583738327026, 1.0805323123931885, 0.5378152132034302, 0.06512605398893356, 0.08263305574655533, -0.3550419807434082, -0.5826330184936523, -0.6001400351524353, -1.0203081369400024, -0.9152660369873047, -1.0378150939941406, -0.47759100794792175, -0.09243696182966232, -0.9327731132507324, -1.0028010606765747, -1.335434079170227, -1.5455182790756226, -1.580532193183899, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -1.0728291273117065, -0.7401960492134094, -1.0903360843658447, -0.3025209903717041, -0.6876749992370605, 0.6603642702102661, 1.5882353782653809, 1.0980392694473267, -0.9327731132507324, -1.370448112487793, -1.0378150939941406, -0.19747896492481232, -1.580532193183899, -1.3179271221160889, -0.6526610255241394, -0.17997196316719055, -0.057422954589128494, -0.5126050114631653, -1.5280112028121948, -1.3879550695419312, -0.23249296844005585, -0.3200279772281647, 0.15266107022762299, -0.14495795965194702, -0.4075630009174347, -0.6351540088653564, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.14495795965194702, -0.5301120281219482, -0.6001400351524353, 0.2752102017402649, 0.3277312219142914, -0.3025209903717041, -0.28501397371292114, -0.7401960492134094, -0.6001400351524353, -0.4950979948043823, -0.28501397371292114, -0.47759100794792175, -0.1624649614095688, -0.14495795965194702, -0.09243696182966232, 0.03011205606162548, 0.1001400575041771, -0.03991595283150673, 0.3802522122859955, 0.9229692816734314, 0.6603642702102661, 0.2577032148838043, -0.057422954589128494, -1.247899055480957, 0.11764705926179886, 0.20518220961093903, 0.432773232460022, 0.4852942228317261, 0.432773232460022, 0.5553222298622131, 0.6603642702102661, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9229692816734314, 1.0980392694473267, 0.6778712272644043, -0.5826330184936523, -1.3004200458526611, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -0.7577030062675476, 0.1001400575041771, 0.9929972887039185, 1.378151297569275, 1.6232492923736572, 1.6582633256912231, 1.6232492923736572, 1.4481793642044067, 1.2731093168258667, 1.1330533027648926, 1.0105042457580566, 1.2906162738800049, 0.9579832553863525, 0.8704482913017273, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.553221344947815, 1.7633053064346313, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.6757704019546509, 1.693277359008789, 1.6582633256912231, 1.780812382698059, 1.7983193397521973, 1.9733893871307373, 1.6582633256912231, 1.693277359008789, 1.5707283020019531, 0.6778712272644043, 1.5007003545761108, 0.6428572535514832, 1.6582633256912231, 0.9404762983322144, 0.6953782439231873, 1.483193278312683, 1.8508403301239014, 1.518207311630249, 1.3606443405151367, 0.9754902720451355, 1.5357143878936768, 0.8004202842712402, 1.553221344947815, 1.5707283020019531, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 1.1155463457107544, 1.4481793642044067, 1.868347406387329, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.815826416015625, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.3256303071975708, 0.9054622650146484, 0.415266215801239, 0.0476190559566021, -0.17997196316719055, 0.2752102017402649, -0.3025209903717041, -0.28501397371292114, -0.3025209903717041, -0.6176469922065735, -0.9852941036224365, -0.5126050114631653, 0.8354342579841614, -0.8277310132980347, -1.4929972887039185, -1.422969102859497, -1.3179271221160889, -1.2128850221633911, -1.160364031791687, -1.1078431606292725, -1.1078431606292725, -0.23249296844005585, -1.0553221702575684, -1.5280112028121948, -1.0378150939941406, -0.07492996007204056, 0.08263305574655533, -0.42506998777389526, -0.8627450466156006, 0.39775922894477844, -1.3529410362243652, -0.03991595283150673, -0.19747896492481232, -0.7401960492134094, -1.0378150939941406, -1.0028010606765747, -0.8977590203285217, -1.0378150939941406, -1.0553221702575684, -1.1778711080551147, -0.47759100794792175, -0.37254899740219116, -0.4600839912891388, -0.4075630009174347, -0.6001400351524353, -0.7226890325546265, -0.5826330184936523, -0.4600839912891388, -0.6701680421829224, -0.6001400351524353, -0.39005598425865173, -0.39005598425865173, -0.4600839912891388, -0.4600839912891388, 0.6253502368927002, 0.2226892113685608, -1.0028010606765747, 0.012605053372681141, -0.057422954589128494, -0.5651260018348694, -0.3550419807434082, -0.4075630009174347, -0.21498596668243408, 0.08263305574655533, -0.09243696182966232, 0.17016807198524475, -0.10994396358728409, 0.8179272413253784, 0.17016807198524475, 0.24019621312618256, 1.0280113220214844, 0.9579832553863525, 0.7478992342948914, 0.5553222298622131, 0.4677872359752655, 0.5553222298622131, 0.11764705926179886, 0.15266107022762299, 0.6603642702102661, 0.8529412746429443, 0.7303922772407532, 0.8004202842712402, 0.8704482913017273, 0.8179272413253784, 0.7128852605819702, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.2380952835083008, 1.1505602598190308, -0.23249296844005585, -1.4754900932312012, -1.457983136177063, -1.7906162738800049, -0.9502801299095154, 0.2577032148838043, 0.6078432202339172, 1.378151297569275, 1.1155463457107544, 1.5707283020019531, 1.7633053064346313, 1.5882353782653809, 1.430672287940979, 0.9754902720451355, 0.8704482913017273, 0.9754902720451355, 1.378151297569275, 1.605742335319519, 1.7633053064346313, 1.693277359008789, 1.5357143878936768, 1.2380952835083008, 1.6582633256912231, 1.8508403301239014, 1.7983193397521973, 1.483193278312683, 1.378151297569275, 1.4481793642044067, 1.6582633256912231, 2.043417453765869, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.2556023597717285, 2.0259103775024414, 1.2556023597717285, -0.03991595283150673, 1.2906162738800049, 1.0630252361297607, -0.3550419807434082, 0.0476190559566021, 1.1155463457107544, 0.20518220961093903, 1.2030812501907349, 0.8529412746429443, -1.2303920984268188, 1.2906162738800049, 1.815826416015625, 0.1001400575041771, 1.5707283020019531, 1.1330533027648926, 0.9929972887039185, 1.7107843160629272, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 1.2205883264541626, 1.378151297569275, 1.605742335319519, 1.815826416015625, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.693277359008789, 1.5707283020019531, 1.465686321258545, 1.2380952835083008, 0.9054622650146484, 0.590336263179779, 0.29271721839904785, 0.012605053372681141, 0.20518220961093903, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.1855742931365967, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, -0.1624649614095688, -1.3529410362243652, -0.5826330184936523, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.0378150939941406, -0.5476189851760864, 0.6778712272644043, -0.9502801299095154, -0.7577030062675476, -0.47759100794792175, 0.2226892113685608, -0.8102240562438965, 0.6428572535514832, -0.14495795965194702, 1.0455182790756226, 0.1001400575041771, 0.432773232460022, -0.3025209903717041, -0.4075630009174347, -0.9677870869636536, -0.8452380299568176, -0.6001400351524353, -0.6001400351524353, -0.8277310132980347, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.6351540088653564, -0.8977590203285217, -0.9677870869636536, -0.8802520632743835, -0.26750698685646057, -0.7577030062675476, -0.4600839912891388, 0.012605053372681141, -0.39005598425865173, 0.3102242052555084, -0.4950979948043823, 0.11764705926179886, -0.8277310132980347, 0.18767507374286652, -0.2499999701976776, -0.5826330184936523, 0.6078432202339172, -0.3025209903717041, -0.4425770044326782, -0.4425770044326782, -0.1624649614095688, -0.19747896492481232, -0.1624649614095688, -0.21498596668243408, 0.6778712272644043, 0.8879552483558655, 0.20518220961093903, 0.34523820877075195, 0.20518220961093903, 0.3627452254295349, 0.415266215801239, 0.502801239490509, 0.39775922894477844, 0.5728292465209961, 0.6078432202339172, 0.5553222298622131, 0.6078432202339172, 0.3627452254295349, 0.7478992342948914, 0.8179272413253784, 0.9054622650146484, 0.8354342579841614, 1.0280113220214844, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.8179272413253784, 0.18767507374286652, -1.1078431606292725, -1.668067216873169, -1.5980392694473267, -0.47759100794792175, 0.520308256149292, 1.0280113220214844, 0.6778712272644043, 0.6953782439231873, 0.8529412746429443, 1.3081233501434326, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.3956583738327026, 1.430672287940979, 1.2556023597717285, 1.2380952835083008, 1.0105042457580566, 0.6078432202339172, 0.39775922894477844, 0.8529412746429443, 1.0280113220214844, 1.2030812501907349, 1.343137264251709, 1.640756368637085, 1.8508403301239014, 1.6582633256912231, 1.7457983493804932, 1.9908963441848755, 1.5882353782653809, 1.3606443405151367, 1.7983193397521973, 1.1680673360824585, 1.9033613204956055, 1.693277359008789, 1.3606443405151367, 0.9404762983322144, 0.7128852605819702, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, -0.47759100794792175, -0.14495795965194702, 0.18767507374286652, 0.06512605398893356, 0.9754902720451355, 1.780812382698059, 1.553221344947815, 1.7633053064346313, 0.3802522122859955, 0.5378152132034302, 2.0259103775024414, 1.8333333730697632, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308], [1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 1.1680673360824585, 1.4481793642044067, 1.7633053064346313, 1.9733893871307373, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.605742335319519, 1.518207311630249, 1.378151297569275, 1.0105042457580566, 0.8179272413253784, 0.5553222298622131, 0.7654062509536743, 0.8879552483558655, 1.0630252361297607, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.378151297569275, 1.0105042457580566, 0.415266215801239, 0.7303922772407532, 0.9404762983322144, 0.03011205606162548, -0.8452380299568176, -0.8627450466156006, -1.4054621458053589, -1.3529410362243652, -1.1778711080551147, -0.26750698685646057, -0.47759100794792175, -0.5126050114631653, -0.37254899740219116, -0.4600839912891388, -0.17997196316719055, -0.12745095789432526, 0.6953782439231873, 0.7478992342948914, 0.45028021931648254, 0.5728292465209961, 1.0105042457580566, 0.8529412746429443, 0.5553222298622131, -0.4600839912891388, -0.5651260018348694, -0.6526610255241394, -1.1428570747375488, -0.6001400351524353, -0.47759100794792175, -0.5826330184936523, -0.5826330184936523, -0.7577030062675476, -0.7752100229263306, -0.8277310132980347, -0.3550419807434082, -0.7577030062675476, -0.5476189851760864, 0.29271721839904785, -0.2499999701976776, -0.9677870869636536, -0.022408949211239815, 0.08263305574655533, -0.4425770044326782, 0.45028021931648254, -0.10994396358728409, 0.8704482913017273, 0.502801239490509, 0.6953782439231873, 0.5378152132034302, -0.42506998777389526, -0.2499999701976776, -0.14495795965194702, 0.2752102017402649, -0.022408949211239815, -0.5826330184936523, 0.6078432202339172, 0.1001400575041771, 0.45028021931648254, 0.17016807198524475, -0.5126050114631653, 0.1001400575041771, 0.4852942228317261, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.6603642702102661, 0.8004202842712402, 0.7829132676124573, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0280113220214844, 1.2556023597717285, 0.9054622650146484, 0.3802522122859955, -0.7226890325546265, -1.6330533027648926, -1.2654061317443848, 0.2577032148838043, 1.2380952835083008, 1.378151297569275, 1.1680673360824585, 1.5707283020019531, 1.7107843160629272, 1.605742335319519, 1.0980392694473267, 1.0805323123931885, 1.1680673360824585, 1.1330533027648926, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 1.6232492923736572, 1.5007003545761108, 0.8179272413253784, 0.6253502368927002, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.3081233501434326, 1.5707283020019531, 1.7983193397521973, 1.815826416015625, 1.5707283020019531, 1.0105042457580566, 1.553221344947815, 1.5707283020019531, 1.5357143878936768, -1.3179271221160889, 0.9929972887039185, 0.8179272413253784, 0.1001400575041771, 0.502801239490509, -0.6001400351524353, -0.022408949211239815, 1.7107843160629272, -0.8452380299568176, 0.18767507374286652, 0.15266107022762299, -0.26750698685646057, 0.8004202842712402, -0.14495795965194702, 1.5007003545761108, 1.0105042457580566, 0.415266215801239, 0.24019621312618256, 1.8858543634414673, 1.3956583738327026, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926], [1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8704482913017273, 0.9579832553863525, 1.1680673360824585, 1.465686321258545, 1.693277359008789, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.7457983493804932, 1.6232492923736572, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.2380952835083008, 1.3081233501434326, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.3081233501434326, 1.465686321258545, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.2906162738800049, 0.9054622650146484, 0.4677872359752655, -0.07492996007204056, -0.26750698685646057, 0.13515406847000122, -0.26750698685646057, -0.6001400351524353, -0.42506998777389526, -0.09243696182966232, 0.502801239490509, 0.7829132676124573, 0.5378152132034302, 1.3081233501434326, 0.9404762983322144, 1.0805323123931885, 1.1155463457107544, 1.0105042457580566, 0.6778712272644043, -0.28501397371292114, 0.20518220961093903, -1.4054621458053589, -0.9677870869636536, -0.6001400351524353, -0.5651260018348694, -0.6001400351524353, -0.7577030062675476, -1.0203081369400024, -0.8452380299568176, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, 0.18767507374286652, -0.4950979948043823, 0.5378152132034302, -0.2499999701976776, -0.4075630009174347, 0.17016807198524475, 0.4677872359752655, -0.09243696182966232, 0.9054622650146484, 0.7829132676124573, 0.2226892113685608, 0.45028021931648254, 0.6953782439231873, 0.6603642702102661, 0.34523820877075195, 0.8354342579841614, 0.520308256149292, -0.022408949211239815, 0.15266107022762299, 0.17016807198524475, 0.3277312219142914, 0.6078432202339172, 0.6778712272644043, 0.34523820877075195, 0.7478992342948914, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7654062509536743, 0.8879552483558655, 0.6428572535514832, 1.0105042457580566, 1.0105042457580566, 0.8879552483558655, 0.6428572535514832, 0.590336263179779, 1.0980392694473267, 0.7128852605819702, -1.2128850221633911, -1.5980392694473267, -1.247899055480957, 0.5553222298622131, 0.3627452254295349, 1.1855742931365967, 0.8179272413253784, 1.2556023597717285, 1.2731093168258667, 1.518207311630249, 1.553221344947815, 1.6582633256912231, 1.465686321258545, 1.2030812501907349, 1.1505602598190308, 1.6582633256912231, 1.605742335319519, 0.5553222298622131, 1.0630252361297607, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.8529412746429443, 1.2030812501907349, 1.0280113220214844, 0.8179272413253784, 0.502801239490509, 0.6953782439231873, 1.0630252361297607, 1.1155463457107544, 1.3081233501434326, 1.3956583738327026, 1.1155463457107544, 0.7829132676124573, 0.9579832553863525, -0.6001400351524353, -1.160364031791687, -0.7752100229263306, 0.18767507374286652, -0.17997196316719055, -0.7226890325546265, 1.5707283020019531, -0.9327731132507324, -0.9152660369873047, -0.6351540088653564, -1.580532193183899, -0.39005598425865173, 0.415266215801239, 0.9754902720451355, 0.2577032148838043, -1.3879550695419312, -0.47759100794792175, 1.5882353782653809, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 1.1505602598190308, 1.693277359008789, 1.8333333730697632, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7457983493804932, 1.640756368637085, 1.483193278312683, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1680673360824585, 1.1330533027648926, 1.2556023597717285, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 0.8354342579841614, 0.15266107022762299, 0.7128852605819702, 0.415266215801239, 0.17016807198524475, 1.2030812501907349, 0.20518220961093903, 1.2731093168258667, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3256303071975708, 1.2556023597717285, 1.3256303071975708, 0.9404762983322144, 1.2556023597717285, 0.45028021931648254, 0.45028021931648254, -0.6176469922065735, 0.13515406847000122, -0.6001400351524353, -0.8977590203285217, -0.7577030062675476, -1.3004200458526611, -0.6526610255241394, -1.2303920984268188, -0.28501397371292114, -0.3550419807434082, 0.5378152132034302, -0.6001400351524353, -0.17997196316719055, 0.3802522122859955, 0.4677872359752655, -0.42506998777389526, -0.3025209903717041, 0.39775922894477844, 0.432773232460022, 0.6603642702102661, -0.0049019488506019115, 0.7478992342948914, 0.3102242052555084, 1.1855742931365967, 0.7303922772407532, 0.6428572535514832, 0.520308256149292, 0.2752102017402649, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.08263305574655533, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.3277312219142914, 0.2577032148838043, 0.5378152132034302, 0.8004202842712402, 0.6953782439231873, 0.5553222298622131, 0.7829132676124573, 0.8004202842712402, 1.1330533027648926, 1.0280113220214844, 1.1855742931365967, 0.9229692816734314, 1.2030812501907349, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, -1.0728291273117065, -1.668067216873169, -1.5455182790756226, -0.4425770044326782, 1.3256303071975708, 0.8529412746429443, 0.9929972887039185, 1.6232492923736572, 1.3606443405151367, 1.6232492923736572, 1.3081233501434326, 1.2556023597717285, 1.3956583738327026, 1.605742335319519, 1.5707283020019531, 1.465686321258545, 1.378151297569275, 1.5007003545761108, 1.4481793642044067, 1.3606443405151367, 1.1330533027648926, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 0.45028021931648254, -0.17997196316719055, 0.15266107022762299, -0.17997196316719055, 0.6953782439231873, 0.9054622650146484, 1.1330533027648926, 0.20518220961093903, -0.7401960492134094, -0.8277310132980347, -0.8802520632743835, -1.247899055480957, -1.0553221702575684, -0.5301120281219482, 1.2556023597717285, -1.335434079170227, -1.1778711080551147, -0.03991595283150673, -1.1253501176834106, -1.7380952835083008, -1.422969102859497, -1.5280112028121948, -0.9327731132507324, -0.8802520632743835, 0.8354342579841614, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.8508403301239014, 1.7983193397521973, 1.6757704019546509, 1.553221344947815, 1.5007003545761108, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2205883264541626, 0.6953782439231873, 0.17016807198524475, 0.13515406847000122, 0.8179272413253784, 0.5378152132034302, 0.7478992342948914, 0.9929972887039185, 0.6253502368927002, 0.5728292465209961, 1.0455182790756226, 1.2731093168258667, 1.2205883264541626, 1.5882353782653809, 1.430672287940979, 1.5007003545761108, 1.430672287940979, 1.4481793642044067, 1.3081233501434326, 1.1330533027648926, 0.8179272413253784, -0.4950979948043823, -0.8277310132980347, -0.1624649614095688, 1.2731093168258667, 0.2577032148838043, -0.5301120281219482, -0.14495795965194702, -0.2499999701976776, -0.7752100229263306, -0.9677870869636536, -1.0903360843658447, 0.3802522122859955, 0.6953782439231873, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.18767507374286652, 0.6078432202339172, 0.8529412746429443, 0.7829132676124573, 0.8354342579841614, 0.6603642702102661, 0.9229692816734314, 0.9929972887039185, 0.7478992342948914, 0.8704482913017273, 0.9754902720451355, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.2752102017402649, 0.45028021931648254, 0.432773232460022, 0.3277312219142914, 0.6778712272644043, 0.7303922772407532, 0.5378152132034302, 0.6953782439231873, 0.7478992342948914, 0.520308256149292, 0.7128852605819702, 0.9579832553863525, 1.0630252361297607, 1.1505602598190308, 0.8704482913017273, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.1855742931365967, 1.0630252361297607, 0.7128852605819702, -0.6876749992370605, -1.6330533027648926, -1.6155462265014648, 0.1001400575041771, -0.14495795965194702, 0.9404762983322144, 1.0455182790756226, 1.378151297569275, 1.5882353782653809, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5007003545761108, 1.2380952835083008, 0.9929972887039185, 1.518207311630249, 1.605742335319519, 1.518207311630249, 1.3606443405151367, 1.1330533027648926, 0.7829132676124573, 1.0980392694473267, 0.9229692816734314, 0.3277312219142914, 1.1505602598190308, 0.7303922772407532, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 1.3606443405151367, 1.815826416015625, 1.5357143878936768, 0.7128852605819702, -0.7752100229263306, -1.160364031791687, -0.6176469922065735, 0.18767507374286652, -0.6176469922065735, -0.7401960492134094, 0.6953782439231873, -0.5126050114631653, -1.2303920984268188, 0.8529412746429443, -0.6876749992370605, -1.4404760599136353, -1.3879550695419312, -1.422969102859497, -1.0728291273117065, -0.8977590203285217, 1.2205883264541626, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.2556023597717285, 1.2906162738800049, 1.465686321258545, 1.7457983493804932, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7983193397521973, 1.7107843160629272, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.4131653308868408, 1.5357143878936768, 1.6757704019546509, 1.728291392326355, 1.6232492923736572, 1.605742335319519, 1.483193278312683, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 0.45028021931648254, 0.18767507374286652, 0.7128852605819702, 1.0455182790756226, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 1.343137264251709, 1.3081233501434326, 1.4131653308868408, 1.465686321258545, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.465686321258545, 1.378151297569275, 1.0455182790756226, 0.2752102017402649, 0.9229692816734314, 0.432773232460022, 0.08263305574655533, -0.3550419807434082, 1.3256303071975708, 0.8704482913017273, 0.5553222298622131, 0.3277312219142914, -0.057422954589128494, 0.03011205606162548, 0.432773232460022, -0.3200279772281647, 0.4852942228317261, 0.2752102017402649, 0.432773232460022, 0.39775922894477844, 0.5728292465209961, 0.9229692816734314, 0.6078432202339172, 0.8179272413253784, 0.520308256149292, 0.9579832553863525, 0.6778712272644043, 0.7478992342948914, 0.8704482913017273, 0.7654062509536743, 0.8004202842712402, 0.4852942228317261, 0.590336263179779, 0.5553222298622131, 0.432773232460022, 0.4677872359752655, 0.34523820877075195, 0.2752102017402649, 0.3802522122859955, 0.8704482913017273, 0.7654062509536743, 0.7128852605819702, 0.6778712272644043, 0.7654062509536743, 0.9579832553863525, 0.8704482913017273, 1.0980392694473267, 1.3256303071975708, 1.430672287940979, 1.0805323123931885, 0.9579832553863525, 1.0980392694473267, 0.9054622650146484, 0.08263305574655533, -1.3879550695419312, -1.6855742931365967, 0.3802522122859955, 0.9579832553863525, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.4481793642044067, 1.343137264251709, 1.465686321258545, 1.483193278312683, 1.6582633256912231, 1.728291392326355, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 0.7829132676124573, 1.465686321258545, 1.5882353782653809, 1.1855742931365967, 0.6778712272644043, 1.693277359008789, 1.2380952835083008, 1.0980392694473267, 0.6778712272644043, 0.6253502368927002, 0.45028021931648254, 0.5378152132034302, 0.8179272413253784, 0.45028021931648254, 0.9054622650146484, 0.5553222298622131, 0.590336263179779, 0.13515406847000122, 1.1855742931365967, -0.9502801299095154, -0.7927170395851135, -0.7577030062675476, -0.8452380299568176, -1.3004200458526611, 0.2752102017402649, 0.45028021931648254, -0.9327731132507324, -0.33753499388694763, -0.39005598425865173, -1.1078431606292725, -1.0553221702575684, -0.7051820158958435, -0.8627450466156006, -0.8627450466156006, 1.1330533027648926, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.2906162738800049, 1.465686321258545, 1.6757704019546509, 1.8508403301239014, 1.9208683967590332, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.8858543634414673, 1.7633053064346313, 1.693277359008789, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.1680673360824585, 1.4481793642044067, 1.465686321258545, 1.693277359008789, 1.518207311630249, 1.605742335319519, 1.6582633256912231, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.1855742931365967, 1.0980392694473267, 1.378151297569275, 1.4131653308868408, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.465686321258545, 1.6232492923736572, 1.5357143878936768, 1.1505602598190308, 1.3081233501434326, 0.7303922772407532, 1.2906162738800049, -0.10994396358728409, 0.6603642702102661, 0.9404762983322144, 1.2556023597717285, 0.6778712272644043, 0.9754902720451355, 0.9054622650146484, 1.1680673360824585, 0.5378152132034302, 0.34523820877075195, -0.0049019488506019115, 0.8704482913017273, 0.432773232460022, 0.8529412746429443, 0.03011205606162548, 0.6603642702102661, 0.7303922772407532, 0.415266215801239, 0.7303922772407532, 0.5728292465209961, 0.9229692816734314, 0.5553222298622131, 0.7303922772407532, 0.7478992342948914, 0.6253502368927002, 0.6953782439231873, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.8879552483558655, 0.4677872359752655, 0.6953782439231873, 0.9754902720451355, 0.6078432202339172, 0.9054622650146484, 0.8179272413253784, 1.0455182790756226, 0.8879552483558655, 1.0455182790756226, 1.3081233501434326, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.0805323123931885, 1.1680673360824585, 0.6428572535514832, -0.5651260018348694, -1.6330533027648926, -0.7401960492134094, 0.9579832553863525, 1.1155463457107544, 1.0280113220214844, 0.590336263179779, 1.0280113220214844, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6757704019546509, 1.605742335319519, 1.1505602598190308, 1.1855742931365967, 1.3256303071975708, 1.6232492923736572, 1.640756368637085, 1.7983193397521973, 0.9054622650146484, 1.2731093168258667, 0.9404762983322144, 0.9754902720451355, 1.3256303071975708, 1.0805323123931885, 1.2906162738800049, 0.20518220961093903, 1.0630252361297607, 0.13515406847000122, 0.8704482913017273, 0.6078432202339172, 1.2556023597717285, 1.1505602598190308, 1.430672287940979, 1.0455182790756226, 0.9229692816734314, 0.0476190559566021, -0.8277310132980347, -0.8277310132980347, -0.4950979948043823, -0.8102240562438965, -1.3004200458526611, -0.28501397371292114, 0.5378152132034302, -1.2128850221633911, -0.5301120281219482, -0.4600839912891388, -0.9852941036224365, -1.0728291273117065, -1.0728291273117065, -1.0378150939941406, -0.4075630009174347, 1.0630252361297607, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885], [1.728291392326355, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.2380952835083008, 1.2556023597717285, 1.5007003545761108, 1.8333333730697632, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.4481793642044067, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.2030812501907349, 1.1330533027648926, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.2380952835083008, 1.4481793642044067, 1.553221344947815, 1.518207311630249, 1.6582633256912231, 1.6582633256912231, 1.605742335319519, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.518207311630249, 1.1505602598190308, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.2906162738800049, 1.2380952835083008, 1.3256303071975708, 1.3081233501434326, 1.0980392694473267, 1.1680673360824585, 1.2380952835083008, 0.9404762983322144, 0.8879552483558655, 0.7128852605819702, 0.9579832553863525, 0.8529412746429443, 0.7303922772407532, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.8879552483558655, 0.9229692816734314, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.6603642702102661, 0.520308256149292, 0.29271721839904785, 0.4677872359752655, 0.7654062509536743, 0.8529412746429443, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 0.8529412746429443, 1.378151297569275, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.3956583738327026, 1.2205883264541626, 1.1855742931365967, 0.9754902720451355, 0.17016807198524475, -0.9852941036224365, -1.1078431606292725, -0.21498596668243408, 0.012605053372681141, 1.0980392694473267, 1.2731093168258667, 1.0630252361297607, 1.0455182790756226, 1.5357143878936768, 1.378151297569275, 1.553221344947815, 1.5707283020019531, 1.7107843160629272, 1.2380952835083008, 1.5707283020019531, 1.553221344947815, 1.465686321258545, 1.518207311630249, 1.430672287940979, 0.9754902720451355, 0.9579832553863525, 0.8354342579841614, 1.2731093168258667, 1.3256303071975708, 0.9929972887039185, 1.3256303071975708, 1.1855742931365967, 1.0630252361297607, 1.0630252361297607, 0.08263305574655533, 1.0105042457580566, 0.6078432202339172, 0.6078432202339172, 1.2030812501907349, 1.1505602598190308, 1.6232492923736572, 1.1330533027648926, 1.605742335319519, 1.3081233501434326, 0.8529412746429443, -0.5126050114631653, -1.3529410362243652, -1.1078431606292725, -1.2303920984268188, -1.3879550695419312, -1.2654061317443848, 0.2752102017402649, -1.422969102859497, -0.8102240562438965, -0.33753499388694763, -0.6526610255241394, -1.0028010606765747, -0.9327731132507324, -1.0903360843658447, 0.18767507374286652, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607], [1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.378151297569275, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.1505602598190308, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1330533027648926, 0.8879552483558655, 0.8704482913017273, 0.9404762983322144, 0.8179272413253784, 0.8704482913017273, 1.1680673360824585, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.553221344947815, 1.6582633256912231, 1.693277359008789, 1.6232492923736572, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.2556023597717285, 1.3606443405151367, 1.430672287940979, 1.2380952835083008, 1.0105042457580566, 1.3081233501434326, 1.0105042457580566, 0.9404762983322144, 1.0105042457580566, 0.9579832553863525, 1.0105042457580566, 0.7829132676124573, 0.2577032148838043, 0.6953782439231873, 0.8179272413253784, 0.7303922772407532, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.6253502368927002, 0.7478992342948914, 0.6603642702102661, 0.4677872359752655, 0.8004202842712402, 0.8879552483558655, 0.8179272413253784, 0.9404762983322144, 0.8879552483558655, 0.6953782439231873, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.6953782439231873, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 0.9404762983322144, 1.1855742931365967, 0.7303922772407532, -0.8627450466156006, -1.2654061317443848, -1.160364031791687, 0.4852942228317261, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.378151297569275, 1.3956583738327026, 1.605742335319519, 1.3081233501434326, 1.6232492923736572, 1.2205883264541626, 1.430672287940979, 1.553221344947815, 1.6582633256912231, 0.8704482913017273, 0.7128852605819702, 1.2906162738800049, 1.1330533027648926, 0.9754902720451355, 1.2556023597717285, 1.518207311630249, 1.1330533027648926, 1.343137264251709, 1.1855742931365967, 1.4131653308868408, 1.2556023597717285, 0.7478992342948914, 1.2030812501907349, 0.5553222298622131, 0.8704482913017273, 0.7128852605819702, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.0455182790756226, 1.605742335319519, 0.8879552483558655, 1.378151297569275, 0.5553222298622131, -0.6351540088653564, -1.5105042457580566, -1.282913088798523, -1.1428570747375488, -1.335434079170227, -1.160364031791687, -0.09243696182966232, -1.4754900932312012, -1.0028010606765747, -0.42506998777389526, -0.6001400351524353, -0.6176469922065735, -0.9152660369873047, -1.0028010606765747, 0.9054622650146484, 1.0805323123931885, 1.0630252361297607], [1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.2556023597717285, 1.3956583738327026, 1.5882353782653809, 1.7633053064346313, 1.8858543634414673, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.8508403301239014, 1.780812382698059, 1.693277359008789, 1.6232492923736572, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2380952835083008, 1.0980392694473267, 0.9754902720451355, 1.1855742931365967, 1.0105042457580566, 1.0805323123931885, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.5007003545761108, 1.6582633256912231, 1.3956583738327026, 1.378151297569275, 1.3081233501434326, 1.2556023597717285, 1.378151297569275, 1.1855742931365967, 1.2030812501907349, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2030812501907349, 0.8879552483558655, 1.0455182790756226, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.7128852605819702, 0.8004202842712402, 1.0105042457580566, 0.590336263179779, 0.7303922772407532, 0.8004202842712402, 0.8004202842712402, 0.7128852605819702, 0.7303922772407532, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.6078432202339172, 0.9229692816734314, 1.0805323123931885, 0.9054622650146484, 0.8354342579841614, 1.1330533027648926, 1.0280113220214844, 0.7128852605819702, 1.0280113220214844, 1.1855742931365967, 1.1680673360824585, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 0.6953782439231873, -0.7927170395851135, -1.720588207244873, -0.5826330184936523, 0.18767507374286652, 0.9054622650146484, 0.8879552483558655, 1.3081233501434326, 1.483193278312683, 0.8354342579841614, 1.3606443405151367, 1.3256303071975708, 1.5357143878936768, 1.5707283020019531, 1.1855742931365967, 1.0630252361297607, 1.465686321258545, 0.9579832553863525, 1.2906162738800049, 0.7829132676124573, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.0455182790756226, 1.2205883264541626, 1.3081233501434326, 1.430672287940979, 0.6603642702102661, 1.0455182790756226, 1.2380952835083008, 0.7478992342948914, 1.1680673360824585, 1.0630252361297607, 1.1680673360824585, 1.3956583738327026, 1.5007003545761108, 0.8879552483558655, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.2030812501907349, 1.2205883264541626, 0.415266215801239, -0.07492996007204056, -1.422969102859497, -1.370448112487793, -1.247899055480957, -1.3529410362243652, -1.0728291273117065, -0.9502801299095154, -1.5455182790756226, -0.8452380299568176, -0.6176469922065735, -0.7226890325546265, -0.28501397371292114, -1.0903360843658447, -1.160364031791687, 1.2030812501907349, 1.0280113220214844], [1.6582633256912231, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.5007003545761108, 1.6232492923736572, 1.728291392326355, 1.868347406387329, 1.8858543634414673, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7107843160629272, 1.7107843160629272, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.343137264251709, 1.343137264251709, 1.1330533027648926, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 0.8179272413253784, 0.6778712272644043, 0.8529412746429443, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.0805323123931885, 1.2030812501907349, 0.6953782439231873, 0.7829132676124573, 1.0280113220214844, 1.1155463457107544, 1.2731093168258667, 0.9404762983322144, 1.0805323123931885, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5882353782653809, 1.430672287940979, 1.343137264251709, 1.4131653308868408, 1.5707283020019531, 1.4131653308868408, 1.1680673360824585, 1.0630252361297607, 0.9579832553863525, 1.3256303071975708, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 0.9229692816734314, 0.7128852605819702, 0.9229692816734314, 0.9404762983322144, 0.34523820877075195, 0.03011205606162548, 0.9404762983322144, 0.45028021931648254, 0.7478992342948914, 0.6428572535514832, 0.7829132676124573, 0.502801239490509, 0.6428572535514832, 0.9054622650146484, 0.8879552483558655, 0.7829132676124573, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.9404762983322144, 0.6603642702102661, 0.7128852605819702, 0.6603642702102661, 0.9404762983322144, 0.590336263179779, 0.9929972887039185, -0.0049019488506019115, 0.8879552483558655, 0.8529412746429443, 0.7478992342948914, 1.2556023597717285, 1.3606443405151367, 1.2731093168258667, 1.3606443405151367, 1.2380952835083008, 1.3956583738327026, 1.2731093168258667, 1.2906162738800049, 0.6778712272644043, -0.10994396358728409, -1.5280112028121948, -1.4404760599136353, 0.415266215801239, 0.45028021931648254, 0.6428572535514832, 1.2205883264541626, 0.6778712272644043, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.7107843160629272, 1.378151297569275, 1.3081233501434326, 1.483193278312683, 1.3256303071975708, 1.2906162738800049, 1.0980392694473267, 1.378151297569275, 1.3606443405151367, 0.8879552483558655, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2205883264541626, 0.45028021931648254, 0.8879552483558655, 1.2380952835083008, 0.7829132676124573, 0.590336263179779, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.6428572535514832, 0.7478992342948914, 0.415266215801239, 0.7654062509536743, 0.8529412746429443, 0.6253502368927002, 0.6778712272644043, 1.1155463457107544, 0.1001400575041771, 0.1001400575041771, -0.3025209903717041, -1.3004200458526611, -1.3879550695419312, -1.2654061317443848, -1.0553221702575684, -1.1253501176834106, -1.3879550695419312, -1.0728291273117065, -1.0203081369400024, -0.5826330184936523, -0.6701680421829224, -0.9502801299095154, -1.2128850221633911, -1.0028010606765747, 1.9558824300765991], [1.605742335319519, 1.5882353782653809, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3606443405151367, 1.5707283020019531, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.640756368637085, 1.553221344947815, 1.483193278312683, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.2906162738800049, 1.3256303071975708, 1.2906162738800049, 1.3256303071975708, 1.1505602598190308, 1.0805323123931885, 1.2731093168258667, 1.2380952835083008, 1.0105042457580566, 0.9929972887039185, 0.8529412746429443, 1.1330533027648926, 1.3256303071975708, 1.2556023597717285, 1.2205883264541626, 1.343137264251709, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.0630252361297607, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.6953782439231873, 0.6078432202339172, 0.520308256149292, 0.3627452254295349, 0.520308256149292, 0.5553222298622131, 0.4852942228317261, 0.4677872359752655, 0.7654062509536743, 0.7829132676124573, 0.6253502368927002, 0.7478992342948914, 0.8529412746429443, 0.7128852605819702, 0.6078432202339172, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.7303922772407532, 0.590336263179779, 0.8529412746429443, 0.8704482913017273, 0.5553222298622131, 0.5553222298622131, 0.8704482913017273, 0.8879552483558655, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.3606443405151367, 1.465686321258545, 1.4481793642044067, 1.2906162738800049, 1.0280113220214844, 0.17016807198524475, -1.6505602598190308, -1.2303920984268188, -0.8977590203285217, -0.7226890325546265, 0.8704482913017273, 0.8179272413253784, 0.8879552483558655, 1.343137264251709, 1.6757704019546509, 1.2556023597717285, 1.0630252361297607, 1.2556023597717285, 1.5357143878936768, 1.1855742931365967, 1.1505602598190308, 1.2030812501907349, 1.553221344947815, 1.0805323123931885, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.2030812501907349, 0.9579832553863525, 0.8879552483558655, 0.6603642702102661, 0.7128852605819702, 0.432773232460022, 0.6953782439231873, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.6253502368927002, 0.5378152132034302, 0.7654062509536743, 0.3802522122859955, 0.2752102017402649, 0.9054622650146484, 0.24019621312618256, 0.7829132676124573, 0.6953782439231873, -0.5126050114631653, -1.1253501176834106, -1.422969102859497, -1.247899055480957, -1.3004200458526611, -1.1778711080551147, -1.3879550695419312, -1.195378065109253, -0.8277310132980347, -0.6701680421829224, -0.7752100229263306, -1.0378150939941406, -1.0728291273117065, -0.42506998777389526], [1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.4131653308868408, 1.7107843160629272, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2731093168258667, 1.1505602598190308, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.1680673360824585, 0.9929972887039185, 0.9054622650146484, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.1505602598190308, 1.4131653308868408, 1.2556023597717285, 1.3956583738327026, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.343137264251709, 1.2380952835083008, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 0.8529412746429443, 1.0980392694473267, 1.2205883264541626, 1.3956583738327026, 1.430672287940979, 1.343137264251709, 1.1330533027648926, 1.3606443405151367, 0.7478992342948914, 1.2030812501907349, 1.1855742931365967, 0.9929972887039185, 0.9404762983322144, 1.0280113220214844, 0.8529412746429443, 0.8879552483558655, 0.7128852605819702, 0.8529412746429443, 0.7128852605819702, 0.7654062509536743, 0.6953782439231873, 0.3627452254295349, 0.2226892113685608, 0.4852942228317261, 0.3102242052555084, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.6953782439231873, 0.7829132676124573, 0.9404762983322144, 0.8004202842712402, 0.8354342579841614, 0.7303922772407532, 0.5378152132034302, 0.6603642702102661, 0.432773232460022, 0.7303922772407532, 0.502801239490509, 0.7478992342948914, 0.8879552483558655, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.483193278312683, 1.3081233501434326, 1.1855742931365967, 1.2556023597717285, 1.1155463457107544, 0.1001400575041771, -1.3179271221160889, -1.5280112028121948, -0.5651260018348694, -0.8102240562438965, -0.022408949211239815, 0.9929972887039185, 1.518207311630249, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.0455182790756226, 1.465686321258545, 1.0455182790756226, 1.2556023597717285, 1.1330533027648926, 1.3081233501434326, 0.7829132676124573, 0.9929972887039185, 1.0980392694473267, 1.2731093168258667, 1.0805323123931885, 1.6232492923736572, 0.9929972887039185, 1.1855742931365967, 0.9929972887039185, 0.9229692816734314, 0.7829132676124573, 0.7654062509536743, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.6603642702102661, 0.9404762983322144, 0.5553222298622131, 0.7128852605819702, 0.5378152132034302, 1.0455182790756226, 1.0455182790756226, 1.1505602598190308, 1.1155463457107544, -0.2499999701976776, -1.0378150939941406, -1.6155462265014648, -1.1253501176834106, -1.2128850221633911, -1.0553221702575684, -1.2303920984268188, -1.0903360843658447, -1.2303920984268188, -0.6526610255241394, -0.42506998777389526, -1.1078431606292725, -1.0903360843658447], [1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.5882353782653809, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.2731093168258667, 1.2556023597717285, 1.1330533027648926, 1.1680673360824585, 1.1330533027648926, 1.2205883264541626, 1.3956583738327026, 1.343137264251709, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2030812501907349, 1.2380952835083008, 1.1505602598190308, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.2380952835083008, 0.8179272413253784, 0.6778712272644043, 1.1330533027648926, 1.2030812501907349, 0.8879552483558655, 0.8354342579841614, 0.9229692816734314, 0.6603642702102661, 0.502801239490509, 0.6428572535514832, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.7478992342948914, 0.8529412746429443, 0.590336263179779, 0.3627452254295349, 0.9579832553863525, 0.520308256149292, 0.2577032148838043, 0.8879552483558655, 0.39775922894477844, 0.8529412746429443, 0.45028021931648254, 0.5378152132034302, 0.4852942228317261, 1.0105042457580566, 0.9754902720451355, 0.8179272413253784, 0.9054622650146484, 0.9229692816734314, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.3256303071975708, 1.2030812501907349, 1.483193278312683, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 0.8004202842712402, -0.9852941036224365, -1.335434079170227, -1.282913088798523, -0.28501397371292114, -0.0049019488506019115, 0.9929972887039185, 0.7829132676124573, 0.5728292465209961, 0.9404762983322144, 1.2380952835083008, 0.8879552483558655, 1.0980392694473267, 1.0980392694473267, 0.8529412746429443, 0.8529412746429443, 0.7654062509536743, 0.8529412746429443, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.2906162738800049, 0.6428572535514832, 0.9754902720451355, 0.9054622650146484, 0.6078432202339172, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.7654062509536743, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.7654062509536743, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 0.8179272413253784, -1.282913088798523, -1.580532193183899, -1.3004200458526611, -1.1778711080551147, -1.1428570747375488, -1.2303920984268188, -1.0903360843658447, -1.6330533027648926, -0.057422954589128494, -0.6176469922065735, -1.0903360843658447], [1.518207311630249, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1505602598190308, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 0.9404762983322144, 1.430672287940979, 1.5007003545761108, 1.0280113220214844, 0.9404762983322144, 1.1680673360824585, 0.8879552483558655, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.0805323123931885, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.3606443405151367, 1.2556023597717285, 1.343137264251709, 1.1155463457107544, 1.1680673360824585, 1.1330533027648926, 0.9754902720451355, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9404762983322144, 1.1855742931365967, 1.2731093168258667, 0.8704482913017273, 0.8704482913017273, 1.2556023597717285, 1.0455182790756226, 0.9929972887039185, 1.0980392694473267, 0.9929972887039185, 0.9229692816734314, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7303922772407532, 0.8879552483558655, 0.7303922772407532, 0.6778712272644043, 0.9054622650146484, 1.0280113220214844, 0.9929972887039185, 0.415266215801239, 0.502801239490509, 0.6953782439231873, 0.7303922772407532, 0.3277312219142914, 0.4852942228317261, 0.5728292465209961, 0.7829132676124573, 0.6078432202339172, 0.3627452254295349, 0.6428572535514832, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.5357143878936768, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.378151297569275, 1.465686321258545, 1.0980392694473267, -0.2499999701976776, -1.1253501176834106, -1.7380952835083008, -0.3550419807434082, -0.5301120281219482, 0.24019621312618256, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.8004202842712402, 0.8529412746429443, 1.1855742931365967, 1.1155463457107544, 1.1505602598190308, 0.8354342579841614, 0.8004202842712402, 1.3081233501434326, 0.9404762983322144, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 0.7829132676124573, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0980392694473267, 1.0280113220214844, 1.1155463457107544, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.4131653308868408, -1.0203081369400024, -1.4929972887039185, -1.370448112487793, -1.2654061317443848, -1.2303920984268188, -1.247899055480957, -1.2128850221633911, -1.5105042457580566, 0.6428572535514832, -0.8102240562438965], [1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.5707283020019531, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.2731093168258667, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.0630252361297607, 0.9229692816734314, 1.0280113220214844, 1.1680673360824585, 1.2205883264541626, 1.1680673360824585, 1.0805323123931885, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.430672287940979, 1.2731093168258667, 1.3256303071975708, 1.2380952835083008, 1.1505602598190308, 1.0455182790756226, 0.9929972887039185, 1.1505602598190308, 0.9929972887039185, 1.1855742931365967, 1.2731093168258667, 0.9929972887039185, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.0980392694473267, 1.0630252361297607, 0.8004202842712402, 0.9229692816734314, 0.7829132676124573, 0.5728292465209961, 0.7128852605819702, 0.8704482913017273, 0.8879552483558655, 0.7654062509536743, 0.6953782439231873, 0.7478992342948914, 0.8529412746429443, 0.6953782439231873, 0.7478992342948914, 0.4677872359752655, 0.3627452254295349, 0.5553222298622131, 0.4852942228317261, 0.39775922894477844, 0.45028021931648254, 0.590336263179779, 0.6078432202339172, 0.7829132676124573, 0.7829132676124573, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.3606443405151367, 1.2906162738800049, 1.483193278312683, 1.2556023597717285, 0.8879552483558655, -0.7927170395851135, -1.370448112487793, -1.5630252361297607, -0.7401960492134094, -0.057422954589128494, 0.3802522122859955, 0.5728292465209961, 0.6428572535514832, 0.5728292465209961, 0.8704482913017273, 0.8704482913017273, 1.0630252361297607, 0.8354342579841614, 1.1855742931365967, 0.7303922772407532, 0.7654062509536743, 1.2030812501907349, 0.9929972887039185, 1.0455182790756226, 0.17016807198524475, 0.9054622650146484, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.6428572535514832, -1.422969102859497, -1.5630252361297607, -1.3879550695419312, -1.3179271221160889, -1.3004200458526611, -1.3179271221160889, -1.370448112487793, 0.6778712272644043], [1.4481793642044067, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.605742335319519, 1.5882353782653809, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4481793642044067, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.8879552483558655, 0.8179272413253784, 1.0980392694473267, 1.2906162738800049, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.2030812501907349, 1.2731093168258667, 1.2030812501907349, 1.4131653308868408, 1.430672287940979, 0.9229692816734314, 0.8529412746429443, 0.8354342579841614, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.2380952835083008, 1.1155463457107544, 1.2380952835083008, 1.1680673360824585, 1.0455182790756226, 1.0805323123931885, 1.2205883264541626, 1.343137264251709, 0.9754902720451355, 1.1330533027648926, 0.9229692816734314, 0.7829132676124573, 0.9579832553863525, 1.0630252361297607, 0.9929972887039185, 0.8354342579841614, 0.6428572535514832, 0.590336263179779, 1.1155463457107544, 0.7829132676124573, 0.7654062509536743, 0.5728292465209961, 0.6603642702102661, 0.7829132676124573, 0.520308256149292, 0.5378152132034302, 0.7128852605819702, 0.5553222298622131, 0.6603642702102661, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8004202842712402, 0.9754902720451355, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 1.0630252361297607, 1.3606443405151367, 1.2205883264541626, 1.2030812501907349, 1.3081233501434326, 1.4481793642044067, 1.3606443405151367, 1.4131653308868408, 1.3606443405151367, 1.2731093168258667, 0.7303922772407532, -0.8277310132980347, -1.0203081369400024, -1.1778711080551147, -0.6526610255241394, 0.012605053372681141, -0.7577030062675476, -0.28501397371292114, 0.6603642702102661, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 0.9054622650146484, 0.9754902720451355, 0.8179272413253784, 0.5378152132034302, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.2380952835083008, -0.057422954589128494, -1.4404760599136353, -1.4054621458053589, -1.3179271221160889, -1.247899055480957, -1.370448112487793, -1.335434079170227], [1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6232492923736572, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2030812501907349, 1.2205883264541626, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.8004202842712402, 1.0980392694473267, 1.1330533027648926, 1.3256303071975708, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.2731093168258667, 1.0980392694473267, 1.1330533027648926, 0.8179272413253784, 0.9054622650146484, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2906162738800049, 1.2030812501907349, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.343137264251709, 1.2205883264541626, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 0.9229692816734314, 0.6603642702102661, 1.1155463457107544, 0.8879552483558655, 0.45028021931648254, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.8704482913017273, 0.9229692816734314, 0.520308256149292, 0.5378152132034302, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.7478992342948914, 0.9579832553863525, 0.8529412746429443, 0.8879552483558655, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.9579832553863525, 1.1505602598190308, 1.4481793642044067, 1.1855742931365967, 1.0455182790756226, 1.2380952835083008, 1.343137264251709, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.2030812501907349, 0.7478992342948914, -0.8452380299568176, -1.3004200458526611, -0.5126050114631653, -1.0378150939941406, -1.3179271221160889, 0.4677872359752655, 0.520308256149292, 0.9929972887039185, 0.8354342579841614, 0.8004202842712402, 1.0630252361297607, 0.9579832553863525, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.0805323123931885, 1.2205883264541626, -0.2499999701976776, -1.720588207244873, -1.457983136177063, -1.370448112487793, -1.422969102859497], [1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.465686321258545, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.8704482913017273, 0.39775922894477844, 0.9929972887039185, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.0455182790756226, 1.1855742931365967, 1.2030812501907349, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.2380952835083008, 0.9754902720451355, 1.0805323123931885, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.343137264251709, 1.1680673360824585, 1.1505602598190308, 0.9579832553863525, 0.7654062509536743, 1.343137264251709, 1.1855742931365967, 0.8179272413253784, 0.7303922772407532, 1.0280113220214844, 0.8179272413253784, 0.8004202842712402, 0.7303922772407532, 0.7478992342948914, 0.4677872359752655, 0.6603642702102661, 0.3802522122859955, 0.6253502368927002, 0.7128852605819702, 0.7829132676124573, 0.7128852605819702, 0.8529412746429443, 0.8179272413253784, 0.7303922772407532, 0.5728292465209961, 0.9404762983322144, 0.6078432202339172, 0.7654062509536743, 1.0105042457580566, 1.0630252361297607, 1.0105042457580566, 1.2380952835083008, 0.8354342579841614, 1.0980392694473267, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.3081233501434326, 1.3956583738327026, 0.8354342579841614, 0.2226892113685608, -1.1078431606292725, -1.5105042457580566, -1.0553221702575684, -0.6701680421829224, -0.03991595283150673, 0.3802522122859955, 0.9404762983322144, 0.8179272413253784, 0.8879552483558655, 1.0630252361297607, 0.8354342579841614, 0.6253502368927002, 0.8879552483558655, 0.8879552483558655, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 0.2577032148838043, -1.5455182790756226, -1.370448112487793], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.5357143878936768, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.4481793642044067, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.2380952835083008, 1.2556023597717285, 1.1330533027648926, 1.1330533027648926, 1.0630252361297607, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.0805323123931885, 1.0455182790756226, 1.2731093168258667, 1.3081233501434326, 1.2380952835083008, 1.0980392694473267, 1.0280113220214844, 0.8354342579841614, 0.9579832553863525, 0.9929972887039185, 0.8879552483558655, 0.7829132676124573, 0.7478992342948914, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.2205883264541626, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2380952835083008, 1.2906162738800049, 1.2030812501907349, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 1.0805323123931885, 0.7654062509536743, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.502801239490509, 0.8704482913017273, 0.5728292465209961, 0.6428572535514832, 0.8879552483558655, 0.8879552483558655, 0.7478992342948914, 0.6428572535514832, 0.7303922772407532, 0.8879552483558655, 0.6953782439231873, 0.502801239490509, 0.9929972887039185, 0.6953782439231873, 0.9929972887039185, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.465686321258545, 1.4131653308868408, 1.4481793642044067, 1.2556023597717285, 1.0980392694473267, -0.3200279772281647, -1.195378065109253, -1.457983136177063, -1.580532193183899, -0.7401960492134094, -0.09243696182966232, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.9754902720451355, -0.37254899740219116, 0.7128852605819702, 0.7654062509536743, 1.1680673360824585, 1.1855742931365967, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.1330533027648926], [1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.6757704019546509, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1155463457107544, 1.0630252361297607, 1.0980392694473267, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.2906162738800049, 1.2906162738800049, 0.9929972887039185, 1.0805323123931885, 0.9229692816734314, 0.9929972887039185, 0.7128852605819702, 0.6953782439231873, 0.9929972887039185, 0.590336263179779, 0.6253502368927002, 1.0805323123931885, 0.9754902720451355, 1.1330533027648926, 1.0980392694473267, 1.2731093168258667, 1.2556023597717285, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 1.2205883264541626, 1.3606443405151367, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 1.0280113220214844, 1.1155463457107544, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.7654062509536743, 0.8354342579841614, 0.7128852605819702, 0.6428572535514832, 0.7478992342948914, 0.7128852605819702, 0.9579832553863525, 0.8179272413253784, 1.0455182790756226, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 1.0105042457580566, 0.6078432202339172, 0.8354342579841614, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.0630252361297607, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.5007003545761108, 1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.2731093168258667, 0.6253502368927002, -0.3025209903717041, -1.1253501176834106, -1.2303920984268188, -1.4929972887039185, -0.6176469922065735, -0.4425770044326782, -0.03991595283150673, 0.6078432202339172, -0.4425770044326782, 0.08263305574655533, 0.5728292465209961, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185], [1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.465686321258545, 1.640756368637085, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.1680673360824585, 1.0630252361297607, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 0.8704482913017273, 1.0980392694473267, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 1.0630252361297607, 0.6603642702102661, 0.6778712272644043, 0.9929972887039185, 0.590336263179779, 0.590336263179779, 0.7303922772407532, 0.9054622650146484, 0.6603642702102661, 0.8004202842712402, 0.8529412746429443, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.0630252361297607, 1.0280113220214844, 1.2030812501907349, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.2380952835083008, 0.8179272413253784, 1.0980392694473267, 1.1155463457107544, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 0.9404762983322144, 0.8879552483558655, 0.9579832553863525, 0.8529412746429443, 0.8004202842712402, 0.6953782439231873, 0.590336263179779, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.6778712272644043, 1.0105042457580566, 0.7829132676124573, 0.8879552483558655, 0.8179272413253784, 0.7128852605819702, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 0.432773232460022, 1.1155463457107544, 0.6778712272644043, 1.1680673360824585, 1.0980392694473267, 1.2030812501907349, 1.1155463457107544, 1.2731093168258667, 1.3606443405151367, 1.3256303071975708, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 0.9229692816734314, 0.3802522122859955, -0.10994396358728409, -0.7226890325546265, -1.1778711080551147, -0.9502801299095154, -0.14495795965194702, -0.47759100794792175, -0.26750698685646057, 0.15266107022762299, 1.0805323123931885, 1.3256303071975708, 1.1330533027648926, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525], [1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.553221344947815, 1.5007003545761108, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.1330533027648926, 1.0805323123931885, 1.0105042457580566, 0.9404762983322144, 1.1855742931365967, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 0.9929972887039185, 0.7829132676124573, 0.6603642702102661, 0.5378152132034302, 0.7478992342948914, 0.6428572535514832, 0.4677872359752655, 0.6603642702102661, 1.0280113220214844, 0.8704482913017273, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.502801239490509, 0.6428572535514832, 0.8179272413253784, 0.9054622650146484, 0.7303922772407532, 0.7303922772407532, 0.9054622650146484, 1.0105042457580566, 1.1330533027648926, 0.9929972887039185, 1.0980392694473267, 0.8354342579841614, 0.7654062509536743, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 1.0980392694473267, 1.0455182790756226, 0.9054622650146484, 0.8004202842712402, 0.7829132676124573, 1.1855742931365967, 0.9754902720451355, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.8004202842712402, 0.9054622650146484, 0.9054622650146484, 0.8354342579841614, 0.8529412746429443, 0.7128852605819702, 0.8529412746429443, 1.0105042457580566, 0.6778712272644043, 0.6253502368927002, 0.502801239490509, 0.9054622650146484, 0.45028021931648254, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.2556023597717285, 1.2380952835083008, 1.3081233501434326, 1.4481793642044067, 1.4131653308868408, 1.465686321258545, 1.378151297569275, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.2556023597717285, 1.1855742931365967, 1.0980392694473267, 0.6778712272644043, 0.4677872359752655, 0.34523820877075195, 0.9929972887039185, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.1855742931365967, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144], [1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5707283020019531, 1.5357143878936768, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.2906162738800049, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.8704482913017273, 1.0280113220214844, 1.0455182790756226, 1.1855742931365967, 1.1330533027648926, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.2731093168258667, 1.3081233501434326, 1.2205883264541626, 1.2205883264541626, 1.0805323123931885, 0.8354342579841614, 0.6953782439231873, 0.8179272413253784, 0.4677872359752655, 0.8179272413253784, 0.9404762983322144, 0.9754902720451355, 0.7478992342948914, 0.502801239490509, 0.6078432202339172, 1.0805323123931885, 0.8879552483558655, 1.0280113220214844, 0.7478992342948914, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 0.7654062509536743, 0.7478992342948914, 0.6078432202339172, 0.5728292465209961, 0.9229692816734314, 0.9929972887039185, 1.0455182790756226, 0.6603642702102661, 0.8354342579841614, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6253502368927002, 0.9579832553863525, 1.0805323123931885, 0.8704482913017273, 0.7303922772407532, 0.9229692816734314, 0.7829132676124573, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 1.0105042457580566, 0.9754902720451355, 0.6778712272644043, 0.6253502368927002, 0.7478992342948914, 0.6078432202339172, 0.502801239490509, 0.7303922772407532, 0.45028021931648254, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 0.9579832553863525, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.2380952835083008, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.343137264251709, 1.2380952835083008, 1.3081233501434326, 1.553221344947815, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484], [1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.1155463457107544, 1.1855742931365967, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9404762983322144, 0.9754902720451355, 0.8354342579841614, 0.7478992342948914, 0.29271721839904785, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.0105042457580566, 1.2556023597717285, 1.1330533027648926, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0630252361297607, 0.9929972887039185, 1.0805323123931885, 1.1680673360824585, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 0.7654062509536743, 0.7829132676124573, 0.6603642702102661, 0.9754902720451355, 0.8529412746429443, 0.7478992342948914, 0.8179272413253784, 0.6253502368927002, 0.6253502368927002, 0.7478992342948914, 0.9054622650146484, 0.7654062509536743, 0.7128852605819702, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.8529412746429443, 0.9929972887039185, 0.9754902720451355, 0.8004202842712402, 0.9404762983322144, 0.8529412746429443, 0.6428572535514832, 0.5728292465209961, 0.6953782439231873, 0.39775922894477844, 0.2577032148838043, 0.5728292465209961, 0.9579832553863525, 1.0805323123931885, 1.1505602598190308, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.1330533027648926, 1.3606443405151367, 1.4481793642044067, 1.2205883264541626, 1.343137264251709, 1.605742335319519, 1.3956583738327026, 1.483193278312683, 1.4131653308868408, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.2731093168258667, 1.378151297569275, 1.4131653308868408, 1.5007003545761108, 1.2380952835083008, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314], [1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.780812382698059, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1155463457107544, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.8179272413253784, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 1.0280113220214844, 0.8354342579841614, 0.7303922772407532, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9929972887039185, 0.9054622650146484, 0.6778712272644043, 0.9054622650146484, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 1.0455182790756226, 0.9579832553863525, 0.8704482913017273, 0.7303922772407532, 0.8179272413253784, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.8004202842712402, 0.7654062509536743, 0.8704482913017273, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 0.9929972887039185, 1.1505602598190308, 0.9579832553863525, 1.0805323123931885, 0.9404762983322144, 1.1855742931365967, 0.9054622650146484, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.7303922772407532, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.7303922772407532, 0.45028021931648254, 0.24019621312618256, 0.6078432202339172, 0.18767507374286652, 0.6778712272644043, 0.8704482913017273, 0.7478992342948914, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9929972887039185, 1.1330533027648926, 1.2380952835083008, 1.3081233501434326, 1.2556023597717285, 1.0630252361297607, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.4481793642044067, 1.0280113220214844, 1.4481793642044067, 1.4481793642044067, 1.2731093168258667, 1.3081233501434326, 1.4481793642044067, 1.465686321258545, 1.2731093168258667, 1.1855742931365967, 1.3081233501434326, 1.343137264251709, 1.2380952835083008, 1.2380952835083008, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484], [1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.5357143878936768, 1.6582633256912231, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3081233501434326, 1.2556023597717285, 1.0805323123931885, 1.0105042457580566, 0.8529412746429443, 0.7128852605819702, 0.8179272413253784, 0.8879552483558655, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8004202842712402, 0.9054622650146484, 0.7303922772407532, 0.6428572535514832, 0.7303922772407532, 0.8004202842712402, 0.7654062509536743, 0.6078432202339172, 0.3802522122859955, 0.7303922772407532, 0.8004202842712402, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 1.0630252361297607, 0.9754902720451355, 1.0455182790756226, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9929972887039185, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 1.1330533027648926, 1.0455182790756226, 1.0455182790756226, 1.2030812501907349, 1.0980392694473267, 0.8179272413253784, 1.0455182790756226, 1.0105042457580566, 0.7654062509536743, 0.8529412746429443, 0.8704482913017273, 1.2205883264541626, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7128852605819702, 0.9579832553863525, 0.6778712272644043, 0.502801239490509, 0.34523820877075195, 0.502801239490509, 0.7128852605819702, 0.9054622650146484, 0.9054622650146484, 1.0105042457580566, 1.0455182790756226, 0.7654062509536743, 1.0105042457580566, 1.0980392694473267, 1.2556023597717285, 1.1505602598190308, 1.2556023597717285, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.343137264251709, 0.9229692816734314, 1.5007003545761108, 1.378151297569275, 1.4131653308868408, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273], [0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.5882353782653809, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.0455182790756226, 0.9754902720451355, 0.6778712272644043, 0.7128852605819702, 0.9579832553863525, 0.6078432202339172, 0.6428572535514832, 0.432773232460022, 0.39775922894477844, 0.6603642702102661, 0.9404762983322144, 0.18767507374286652, 0.29271721839904785, 0.8879552483558655, 0.7654062509536743, 0.39775922894477844, 0.8879552483558655, 0.9404762983322144, 0.7654062509536743, 1.0980392694473267, 0.6603642702102661, 0.7654062509536743, 1.1330533027648926, 0.6078432202339172, 0.8179272413253784, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.1505602598190308, 0.9054622650146484, 0.9579832553863525, 1.0980392694473267, 1.1155463457107544, 1.2556023597717285, 1.3081233501434326, 0.9054622650146484, 1.0105042457580566, 1.0280113220214844, 0.8529412746429443, 1.0280113220214844, 0.7478992342948914, 0.6778712272644043, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 1.0805323123931885, 0.7303922772407532, 0.7303922772407532, 0.5553222298622131, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.5728292465209961, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.6778712272644043, 1.0805323123931885, 1.0455182790756226, 1.1330533027648926, 1.2205883264541626, 1.0630252361297607, 1.1330533027648926, 0.9054622650146484, 1.378151297569275, 1.2731093168258667, 1.1155463457107544, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.2731093168258667, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.0805323123931885, 0.9754902720451355, 0.9579832553863525, 0.8529412746429443, 0.8179272413253784, 0.9754902720451355, 0.8529412746429443, 1.2731093168258667, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 0.9229692816734314, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.9054622650146484, 0.7829132676124573, 0.9229692816734314, 0.7128852605819702, 0.8179272413253784, 0.9754902720451355, 0.8879552483558655, 0.8879552483558655, 0.7654062509536743, 0.7303922772407532, 0.5728292465209961, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 0.9754902720451355, 1.0455182790756226, 1.1330533027648926, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.9929972887039185, 0.7829132676124573, 1.0630252361297607, 1.343137264251709, 1.0280113220214844, 0.9229692816734314, 0.6603642702102661, 0.520308256149292, 0.8879552483558655, 0.8529412746429443, 0.9754902720451355, 0.9754902720451355, 0.8004202842712402, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.4677872359752655, 0.5728292465209961, 0.6953782439231873, 1.0630252361297607, 0.8529412746429443, 0.6078432202339172, 0.7829132676124573, 0.6778712272644043, 0.7829132676124573, 1.0455182790756226, 1.1855742931365967, 1.0455182790756226, 0.3627452254295349, 1.2205883264541626, 1.2731093168258667, 1.0805323123931885, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.3081233501434326, 1.2380952835083008, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.4481793642044067, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2731093168258667, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.8179272413253784, 0.7303922772407532, 1.0980392694473267, 1.1680673360824585, 1.0980392694473267, 1.1155463457107544, 1.0455182790756226, 0.9229692816734314, 0.8529412746429443, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 0.9404762983322144, 0.8179272413253784, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 0.8704482913017273, 0.9929972887039185, 0.8704482913017273, 0.9404762983322144, 0.8004202842712402, 0.9054622650146484, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.9404762983322144, 0.9054622650146484, 1.0980392694473267, 1.0630252361297607, 0.9579832553863525, 1.1330533027648926, 1.0980392694473267, 0.9229692816734314, 0.5728292465209961, 0.9754902720451355, 1.0805323123931885, 0.9229692816734314, 0.8354342579841614, 0.7128852605819702, 0.9229692816734314, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.6953782439231873, 0.9404762983322144, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.502801239490509, 0.5378152132034302, 0.4677872359752655, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.6428572535514832, 0.7829132676124573, 1.0105042457580566, 0.9054622650146484, 0.520308256149292, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.2731093168258667, 1.2731093168258667, 0.9579832553863525, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.4481793642044067, 1.378151297569275, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.430672287940979, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.0980392694473267, 1.1505602598190308, 0.7654062509536743, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7478992342948914, 0.8704482913017273, 0.8879552483558655, 0.9754902720451355, 0.9054622650146484, 0.8179272413253784, 0.9579832553863525, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0630252361297607, 1.0630252361297607, 0.8704482913017273, 0.9929972887039185, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 0.4852942228317261, 0.6778712272644043, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 0.8879552483558655, 0.9929972887039185, 0.7303922772407532, 1.0280113220214844, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.0630252361297607, 1.1330533027648926, 0.8179272413253784, 0.5728292465209961, 0.24019621312618256, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.6078432202339172, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.7128852605819702, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7478992342948914, 0.9404762983322144, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.483193278312683, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.693277359008789, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.0630252361297607, 1.0280113220214844, 0.7654062509536743, 0.7128852605819702, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.9579832553863525, 1.0805323123931885, 1.1330533027648926, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.8179272413253784, 0.8529412746429443, 1.0455182790756226, 1.0280113220214844, 1.2380952835083008, 0.502801239490509, 0.8704482913017273, 0.8879552483558655, 0.7478992342948914, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 0.7303922772407532, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.8529412746429443, 0.8354342579841614, 0.6953782439231873, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.9404762983322144, 0.6778712272644043, 0.8004202842712402, 0.6953782439231873, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.6428572535514832, 0.9404762983322144, 1.0980392694473267, 1.0805323123931885, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402], [0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.6232492923736572, 1.6582633256912231, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 1.0805323123931885, 1.0280113220214844, 1.0630252361297607, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0980392694473267, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 0.9754902720451355, 0.7478992342948914, 0.7128852605819702, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.2030812501907349, 1.2731093168258667, 1.0105042457580566, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9054622650146484, 0.9754902720451355, 1.0280113220214844, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 0.8704482913017273, 0.5728292465209961, 0.8179272413253784, 0.4852942228317261, 0.5378152132034302, 0.7654062509536743, 0.8004202842712402, 0.8879552483558655, 0.8354342579841614, 0.6953782439231873, 0.6253502368927002, 0.8354342579841614, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 1.0105042457580566, 1.0805323123931885, 1.1680673360824585, 1.483193278312683, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.343137264251709, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402], [0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.6582633256912231, 1.6757704019546509, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5357143878936768, 1.6582633256912231, 1.6582633256912231, 1.553221344947815, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2906162738800049, 1.3256303071975708, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.2205883264541626, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.0980392694473267, 1.0280113220214844, 0.9754902720451355, 1.0630252361297607, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.7654062509536743, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7654062509536743, 0.8179272413253784, 0.8004202842712402, 0.9929972887039185, 0.9404762983322144, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.0630252361297607, 1.3256303071975708, 1.4131653308868408, 1.5707283020019531, 1.6232492923736572, 1.5882353782653809, 1.4481793642044067, 1.2556023597717285, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573], [0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.640756368637085, 1.553221344947815, 1.378151297569275, 1.7457983493804932, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.6582633256912231, 1.7107843160629272, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6232492923736572, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2030812501907349, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.2205883264541626, 1.1855742931365967, 1.2906162738800049, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 0.9229692816734314, 1.1330533027648926, 1.1155463457107544, 1.0455182790756226, 0.9579832553863525, 1.0455182790756226, 0.9404762983322144, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.8879552483558655, 0.8004202842712402, 0.9054622650146484, 0.6953782439231873, 0.9404762983322144, 0.8529412746429443, 1.0280113220214844, 1.1505602598190308, 0.9929972887039185, 1.2030812501907349, 0.9929972887039185, 0.5728292465209961, 0.8004202842712402, 0.7478992342948914, 0.8529412746429443, 0.9054622650146484, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9929972887039185, 1.3081233501434326, 1.3956583738327026, 1.465686321258545, 1.553221344947815, 1.6757704019546509, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.1680673360824585, 1.1505602598190308, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784], [0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.3606443405151367, 1.465686321258545, 1.4131653308868408, 1.2731093168258667, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.1680673360824585, 0.9579832553863525, 0.9054622650146484, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 0.9229692816734314, 0.7303922772407532, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 0.7829132676124573, 0.7128852605819702, 1.0455182790756226, 0.9579832553863525, 1.0805323123931885, 1.0455182790756226, 1.4131653308868408, 1.2731093168258667, 1.2030812501907349, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8704482913017273, 0.9754902720451355, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1855742931365967, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.7107843160629272, 1.780812382698059, 1.7633053064346313, 1.605742335319519, 1.3956583738327026, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784], [0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.693277359008789, 1.5707283020019531, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.0980392694473267, 1.0455182790756226, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.9404762983322144, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 0.9929972887039185, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 0.9579832553863525, 0.8879552483558655, 0.8004202842712402, 0.9229692816734314, 1.0455182790756226, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9579832553863525, 1.2030812501907349, 1.0630252361297607, 0.8529412746429443, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.4481793642044067, 1.483193278312683, 1.3256303071975708, 1.378151297569275, 1.343137264251709, 1.6582633256912231, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.5707283020019531, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784], [0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.518207311630249, 1.6757704019546509, 1.5882353782653809, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.465686321258545, 1.3081233501434326, 1.378151297569275, 1.3606443405151367, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 0.9929972887039185, 1.0280113220214844, 1.1505602598190308, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.1330533027648926, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9754902720451355, 1.1505602598190308, 1.1505602598190308, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0980392694473267, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, 0.8529412746429443, 1.0630252361297607, 1.2380952835083008, 1.378151297569275, 1.1505602598190308, 1.2556023597717285, 1.3956583738327026, 1.430672287940979, 1.5007003545761108, 1.378151297569275, 1.3256303071975708, 1.2556023597717285, 1.6232492923736572, 1.693277359008789, 1.6582633256912231, 1.605742335319519, 1.1330533027648926, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.728291392326355, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.693277359008789, 1.605742335319519, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.5707283020019531, 1.6232492923736572, 1.5357143878936768, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3081233501434326, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.1680673360824585, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.1330533027648926, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 0.9404762983322144, 0.7829132676124573, 1.0105042457580566, 0.9579832553863525, 1.0455182790756226, 1.1330533027648926, 1.1855742931365967, 1.1330533027648926, 0.9929972887039185, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 0.8879552483558655, 0.9929972887039185, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1680673360824585, 1.3956583738327026, 1.553221344947815, 1.4481793642044067, 1.430672287940979, 1.2205883264541626, 1.3256303071975708, 1.378151297569275, 1.5007003545761108, 1.5707283020019531, 1.2906162738800049, 0.8529412746429443, 1.1680673360824585, 1.3256303071975708, 1.0805323123931885, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.518207311630249, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0805323123931885, 1.1855742931365967, 1.0630252361297607, 0.8179272413253784, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.2556023597717285, 1.2556023597717285, 1.465686321258545, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.378151297569275, -0.17997196316719055, 0.06512605398893356, 0.39775922894477844, 1.0105042457580566, 1.2205883264541626, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.640756368637085, 1.7633053064346313, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.1155463457107544, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 0.8004202842712402, 0.7654062509536743, 1.0280113220214844, 1.0105042457580566, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.0805323123931885, 1.3606443405151367, 1.378151297569275, 1.1330533027648926, -1.247899055480957, -1.930672287940979, -2.0007002353668213, -2.0007002353668213, -1.6505602598190308, -1.7030812501907349, -1.457983136177063, 1.2205883264541626, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443], [0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.0805323123931885, 1.0105042457580566, 0.8879552483558655, 0.8004202842712402, 0.6603642702102661, 0.9404762983322144, 0.9054622650146484, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 0.7303922772407532, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.8354342579841614, 1.0980392694473267, 1.2030812501907349, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 0.5553222298622131, -1.580532193183899, -2.018207311630249, -1.965686321258545, -1.930672287940979, -1.843137264251709, -1.7731093168258667, -0.47759100794792175, -1.7906162738800049, 0.502801239490509, -1.0553221702575684, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.605742335319519, 1.7107843160629272, 1.6757704019546509, 1.7457983493804932, 1.780812382698059, 1.8333333730697632, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.343137264251709, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.1855742931365967, 1.1155463457107544, 1.1680673360824585, 1.0280113220214844, 0.9579832553863525, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.1680673360824585, 1.378151297569275, 1.4131653308868408, 1.2906162738800049, -0.7051820158958435, -1.965686321258545, -1.6505602598190308, -1.668067216873169, -1.4929972887039185, -1.5280112028121948, -1.808123230934143, -1.8256303071975708, -1.580532193183899, -1.7731093168258667, -1.160364031791687, -1.457983136177063, -0.6351540088653564, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.6232492923736572, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.640756368637085, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7983193397521973, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 0.9579832553863525, 1.0455182790756226, 1.2030812501907349, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 0.9579832553863525, -0.39005598425865173, -1.5630252361297607, -1.6855742931365967, -1.6330533027648926, -1.8606442213058472, -1.6330533027648926, -1.5630252361297607, -0.7577030062675476, -1.2303920984268188, -0.4950979948043823, 1.6582633256912231, 0.06512605398893356, -1.457983136177063, -1.422969102859497, -0.7927170395851135, -1.370448112487793, -1.1778711080551147, 1.2205883264541626, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.39775922894477844, 0.4677872359752655, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.693277359008789, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.3081233501434326, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1155463457107544, 1.0455182790756226, 0.9754902720451355, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.3956583738327026, 1.5357143878936768, 1.5357143878936768, 0.7829132676124573, -1.335434079170227, -1.4929972887039185, -1.4054621458053589, -1.843137264251709, -1.808123230934143, -1.6155462265014648, -1.965686321258545, -1.8256303071975708, -1.7380952835083008, -1.4754900932312012, -1.1428570747375488, -0.9327731132507324, -0.4950979948043823, -1.457983136177063, 1.868347406387329, 1.4481793642044067, -1.0728291273117065, -1.2303920984268188, -1.4054621458053589, -0.12745095789432526, -1.755602240562439, -0.23249296844005585, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6428572535514832, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.7633053064346313, 1.6757704019546509, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2731093168258667, 1.2030812501907349, 1.1680673360824585, 1.3081233501434326, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.4131653308868408, 1.465686321258545, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 0.6953782439231873, -1.3879550695419312, -1.6155462265014648, -1.6505602598190308, -1.4754900932312012, -1.5630252361297607, -1.6505602598190308, -1.7030812501907349, -1.1428570747375488, -1.878151297569275, -1.6855742931365967, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.2654061317443848, -1.1253501176834106, -1.7906162738800049, -0.8277310132980347, 1.518207311630249, 1.7633053064346313, 1.5882353782653809, 1.2030812501907349, 0.6603642702102661, -1.9131653308868408, -1.1078431606292725, 1.2205883264541626, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6757704019546509, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9733893871307373, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.7107843160629272, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.3956583738327026, -1.282913088798523, -1.5630252361297607, -1.3179271221160889, -1.282913088798523, -0.9677870869636536, -0.9502801299095154, -1.422969102859497, -1.580532193183899, -1.808123230934143, -1.195378065109253, -1.3004200458526611, -0.022408949211239815, 0.5553222298622131, -1.4929972887039185, -1.3879550695419312, -1.6855742931365967, -1.6855742931365967, -0.10994396358728409, 0.8879552483558655, 1.8508403301239014, 1.5882353782653809, 1.430672287940979, -1.580532193183899, -1.335434079170227, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.3102242052555084, 0.3802522122859955, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.7457983493804932, 1.6757704019546509, 1.6582633256912231, 1.693277359008789, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.815826416015625, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.7457983493804932, 1.693277359008789, 1.728291392326355, 1.7983193397521973, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.6757704019546509, 1.3956583738327026, -0.8277310132980347, -1.4754900932312012, -0.4425770044326782, -1.3879550695419312, -0.9852941036224365, -0.8277310132980347, -1.3529410362243652, -0.5651260018348694, -1.282913088798523, -0.9152660369873047, -0.4425770044326782, -1.7906162738800049, -0.09243696182966232, -1.1078431606292725, -1.3179271221160889, -1.5455182790756226, -1.3004200458526611, -1.5280112028121948, -0.022408949211239815, 0.9929972887039185, 0.8179272413253784, 0.7829132676124573, 1.2030812501907349, -0.022408949211239815, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.29271721839904785, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.640756368637085, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8333333730697632, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.7633053064346313, 1.5707283020019531, 1.868347406387329, 1.693277359008789, 1.728291392326355, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.2556023597717285, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1680673360824585, 1.0105042457580566, 1.0980392694473267, -0.7226890325546265, -0.7401960492134094, -1.0028010606765747, -1.1253501176834106, -1.3879550695419312, -0.6876749992370605, -0.6176469922065735, -0.9677870869636536, -1.3179271221160889, -1.3179271221160889, -0.9852941036224365, 0.3102242052555084, -0.9152660369873047, -1.0728291273117065, -0.6526610255241394, -1.3179271221160889, -1.457983136177063, -1.720588207244873, -0.4075630009174347, 0.590336263179779, 1.2205883264541626, 1.3256303071975708, 0.8179272413253784, 0.9054622650146484, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.2752102017402649, 0.3277312219142914, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.6582633256912231, 1.815826416015625, 1.728291392326355, 1.728291392326355, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, -0.8802520632743835, -0.9327731132507324, -1.335434079170227, -1.6505602598190308, -1.720588207244873, -1.7380952835083008, 0.8704482913017273, 0.7478992342948914, -0.4425770044326782, -1.0903360843658447, -0.9152660369873047, -0.8277310132980347, -1.335434079170227, 0.3102242052555084, -0.28501397371292114, -0.21498596668243408, -1.370448112487793, -0.3025209903717041, -1.422969102859497, -1.4754900932312012, 0.9229692816734314, 1.378151297569275, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614], [0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.6757704019546509, 1.780812382698059, 1.8508403301239014, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.868347406387329, 0.6078432202339172, 1.0455182790756226, 1.3081233501434326, 1.3081233501434326, 0.9229692816734314, 0.5553222298622131, 0.8004202842712402, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, -0.7401960492134094, -1.0378150939941406, -1.3529410362243652, -1.668067216873169, -1.755602240562439, -1.668067216873169, 1.1155463457107544, -0.03991595283150673, 0.8704482913017273, -0.3025209903717041, -0.6526610255241394, -0.6876749992370605, 0.0476190559566021, 0.24019621312618256, 0.0476190559566021, 0.2226892113685608, -0.4075630009174347, -1.160364031791687, -0.37254899740219116, -0.4075630009174347, 0.7303922772407532, 1.1155463457107544, 1.0805323123931885, 0.9754902720451355, 1.0805323123931885, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.8333333730697632, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.780812382698059, -0.3200279772281647, -0.6176469922065735, -0.7927170395851135, -1.4404760599136353, -1.720588207244873, -1.8606442213058472, -0.1624649614095688, 1.8333333730697632, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 0.9754902720451355, -1.0728291273117065, -1.0553221702575684, -1.5455182790756226, -1.7906162738800049, -1.843137264251709, -0.9852941036224365, 0.5728292465209961, 1.2556023597717285, 1.7107843160629272, 0.8704482913017273, -0.37254899740219116, -0.057422954589128494, -1.4754900932312012, -0.4425770044326782, 0.8879552483558655, 0.34523820877075195, -0.8277310132980347, -0.8802520632743835, -1.2128850221633911, -0.7401960492134094, -1.1253501176834106, 1.1855742931365967, 1.343137264251709, 0.9054622650146484, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573], [0.2752102017402649, 0.29271721839904785, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.6757704019546509, 1.7457983493804932, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 0.8529412746429443, -1.0378150939941406, -1.0553221702575684, -1.3004200458526611, -1.7030812501907349, -1.755602240562439, -1.2128850221633911, 1.2205883264541626, 1.7107843160629272, 1.7633053064346313, 1.7633053064346313, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.5378152132034302, -0.8452380299568176, -1.3179271221160889, -1.5980392694473267, -1.755602240562439, -0.9677870869636536, 1.7983193397521973, 1.8333333730697632, 1.6757704019546509, 1.8508403301239014, 1.7457983493804932, 0.6953782439231873, 0.06512605398893356, -0.9677870869636536, -1.0728291273117065, 1.1330533027648926, 0.6428572535514832, -0.7752100229263306, -0.7752100229263306, -0.28501397371292114, -0.022408949211239815, 0.3802522122859955, 1.2906162738800049, 0.8004202842712402, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573], [0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.605742335319519, 1.7457983493804932, 1.7983193397521973, 1.553221344947815, 1.6582633256912231, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, -0.7577030062675476, -0.8802520632743835, -1.0553221702575684, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -0.28501397371292114, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, -0.3550419807434082, -1.4054621458053589, -1.5455182790756226, -1.6330533027648926, -0.9677870869636536, 1.518207311630249, 1.815826416015625, 1.7983193397521973, 1.8858543634414673, 1.9908963441848755, 1.9383753538131714, 1.4481793642044067, 0.7654062509536743, 0.11764705926179886, -1.0203081369400024, 1.0980392694473267, 0.502801239490509, -0.5476189851760864, -0.6701680421829224, -0.6001400351524353, -1.370448112487793, 0.24019621312618256, 1.0980392694473267, 0.7654062509536743, 1.0630252361297607, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914], [0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.693277359008789, 1.9033613204956055, 1.7457983493804932, 1.7983193397521973, 1.5882353782653809, 1.6757704019546509, 1.7633053064346313, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, -0.6176469922065735, -0.5651260018348694, -1.0903360843658447, -1.5455182790756226, -1.720588207244873, -1.247899055480957, -1.0903360843658447, 0.7128852605819702, 1.605742335319519, 1.815826416015625, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 0.3802522122859955, -1.6330533027648926, 0.3277312219142914, 1.2205883264541626, 1.430672287940979, 1.1505602598190308, 1.780812382698059, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 2.0609242916107178, 1.9908963441848755, 2.0259103775024414, 0.8879552483558655, 0.7829132676124573, -1.0203081369400024, 1.4131653308868408, 0.7654062509536743, -0.26750698685646057, 0.4677872359752655, -0.3550419807434082, -1.5455182790756226, -1.1778711080551147, 1.0805323123931885, 0.8529412746429443, 0.9579832553863525, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914], [0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.693277359008789, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.815826416015625, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 0.03011205606162548, -0.23249296844005585, -0.9327731132507324, -0.9152660369873047, -1.6505602598190308, -1.7030812501907349, -0.6701680421829224, -0.8452380299568176, -1.0553221702575684, -0.8977590203285217, 0.2752102017402649, 1.693277359008789, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.3256303071975708, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.1330533027648926, 1.0630252361297607, 0.7303922772407532, 0.6953782439231873, 1.2205883264541626, 1.9558824300765991, 1.9208683967590332, 1.4131653308868408, 1.780812382698059, 1.728291392326355, 2.0259103775024414, 1.9383753538131714, 2.043417453765869, 2.1309523582458496, 1.9208683967590332, 1.2030812501907349, 0.3802522122859955, -1.3004200458526611, 1.6232492923736572, 1.1855742931365967, 0.7829132676124573, 0.9404762983322144, 0.590336263179779, -1.457983136177063, -1.4054621458053589, 0.8004202842712402, 0.7303922772407532, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.780812382698059, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.8858543634414673, 1.0630252361297607, -0.9327731132507324, -0.022408949211239815, -1.422969102859497, -0.9502801299095154, -0.8277310132980347, -0.4950979948043823, -1.0203081369400024, -1.7731093168258667, -1.247899055480957, -1.5455182790756226, 1.1855742931365967, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3081233501434326, 1.4131653308868408, 1.3256303071975708, 1.7633053064346313, 1.343137264251709, 1.8333333730697632, 1.9733893871307373, 1.868347406387329, 1.868347406387329, 1.6757704019546509, 1.8508403301239014, 1.9908963441848755, 1.483193278312683, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 2.0959384441375732, 1.8858543634414673, 1.343137264251709, 0.08263305574655533, -0.8277310132980347, 1.6582633256912231, 1.0805323123931885, 1.5882353782653809, 1.7633053064346313, 0.9404762983322144, -0.9502801299095154, -1.422969102859497, -0.057422954589128494, 1.0805323123931885, 1.1330533027648926, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 0.5728292465209961, -0.42506998777389526, -0.14495795965194702, -0.5301120281219482, -1.1078431606292725, -0.8102240562438965, -1.7030812501907349, -0.5476189851760864, -1.1078431606292725, -0.6876749992370605, -0.3025209903717041, 1.605742335319519, 1.5707283020019531, 1.4481793642044067, 1.5007003545761108, 1.9208683967590332, 1.8508403301239014, 1.6582633256912231, 1.9908963441848755, 1.4481793642044067, 2.0609242916107178, 1.9908963441848755, 2.113445281982422, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 2.0084033012390137, 1.5882353782653809, 1.9908963441848755, 1.7633053064346313, 1.9733893871307373, 2.1484594345092773, 2.043417453765869, 1.1855742931365967, -0.9852941036224365, 1.518207311630249, 1.815826416015625, 1.0280113220214844, 1.8333333730697632, 1.9383753538131714, 0.7829132676124573, -0.1624649614095688, -1.457983136177063, 0.13515406847000122, 0.45028021931648254, 1.0455182790756226, 1.1155463457107544, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 1.6582633256912231, -0.21498596668243408, -1.2303920984268188, 0.3277312219142914, -1.6505602598190308, -0.7752100229263306, -1.3529410362243652, -1.247899055480957, -0.5651260018348694, -1.247899055480957, -0.8277310132980347, 0.6953782439231873, 0.8354342579841614, 1.9383753538131714, 2.165966510772705, 2.043417453765869, 1.780812382698059, 2.0784313678741455, 1.5707283020019531, 2.0084033012390137, 2.0259103775024414, 2.0084033012390137, 1.9033613204956055, 1.8858543634414673, 1.640756368637085, 1.9383753538131714, 1.815826416015625, 1.9733893871307373, 1.5357143878936768, 1.9733893871307373, 2.1484594345092773, 1.9558824300765991, 0.7829132676124573, 1.0280113220214844, 1.780812382698059, 1.8858543634414673, 1.0105042457580566, 1.868347406387329, 1.9908963441848755, 0.9929972887039185, -0.03991595283150673, -1.5630252361297607, 0.11764705926179886, 0.4852942228317261, 0.8179272413253784, 1.2556023597717285, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.6253502368927002, 0.6428572535514832, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 2.0259103775024414, 1.8333333730697632, 1.4131653308868408, 0.432773232460022, -0.33753499388694763, -0.9852941036224365, -0.6001400351524353, -1.0203081369400024, -0.8277310132980347, 0.012605053372681141, -1.3529410362243652, -1.3179271221160889, -0.3200279772281647, 0.34523820877075195, -1.7380952835083008, -0.6351540088653564, -1.4929972887039185, -1.195378065109253, 1.728291392326355, 2.0084033012390137, 1.6232492923736572, 2.1309523582458496, 1.8858543634414673, 1.9208683967590332, 1.9908963441848755, 1.553221344947815, 1.7633053064346313, 1.9383753538131714, 2.0259103775024414, 1.3956583738327026, 1.7633053064346313, 2.0609242916107178, 2.113445281982422, 1.9733893871307373, 1.7983193397521973, 1.9033613204956055, 2.043417453765869, 1.8508403301239014, 1.0805323123931885, 1.9033613204956055, 2.0084033012390137, 1.2556023597717285, 0.20518220961093903, -1.5980392694473267, 1.2030812501907349, 0.6603642702102661, 1.1680673360824585, 0.7478992342948914, 0.5728292465209961, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.590336263179779, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.8858543634414673, -0.26750698685646057, -1.0378150939941406, -0.6351540088653564, -0.057422954589128494, 0.3277312219142914, -1.2654061317443848, -1.457983136177063, -0.4425770044326782, -1.0553221702575684, -1.4754900932312012, -0.4950979948043823, -1.1778711080551147, -1.0203081369400024, -1.422969102859497, -0.8452380299568176, -1.2654061317443848, -0.6001400351524353, -1.720588207244873, -1.1428570747375488, 0.18767507374286652, 0.4677872359752655, 1.0630252361297607, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.4481793642044067, 1.8858543634414673, 1.9733893871307373, 1.0980392694473267, 1.5707283020019531, 1.8858543634414673, 2.2009804248809814, 2.1484594345092773, 2.0959384441375732, 1.9908963441848755, 1.9733893871307373, 1.640756368637085, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.483193278312683, -0.03991595283150673, -1.5980392694473267, 1.9208683967590332, 1.6582633256912231, 0.8354342579841614, 0.8179272413253784, 0.11764705926179886, 0.8529412746429443, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9558824300765991, 0.4852942228317261, -0.28501397371292114, -1.0203081369400024, -0.5826330184936523, 0.3802522122859955, -0.23249296844005585, 0.11764705926179886, -0.6701680421829224, 0.15266107022762299, 0.18767507374286652, -1.4929972887039185, -1.755602240562439, -0.8102240562438965, -1.7030812501907349, -1.580532193183899, -0.5476189851760864, -0.8627450466156006, -1.5105042457580566, -1.5455182790756226, -1.422969102859497, -0.7927170395851135, -0.21498596668243408, -0.6351540088653564, 0.9054622650146484, 1.780812382698059, 1.4131653308868408, 1.5882353782653809, 1.7107843160629272, 1.0980392694473267, 1.815826416015625, 1.5707283020019531, 2.1309523582458496, 2.1834733486175537, 2.0959384441375732, 2.0084033012390137, 1.8333333730697632, 1.9383753538131714, 1.8858543634414673, 2.0959384441375732, 2.0784313678741455, 1.9033613204956055, -0.7051820158958435, -0.37254899740219116, 1.9733893871307373, 1.8508403301239014, 0.9054622650146484, 0.2577032148838043, -0.5126050114631653, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8333333730697632, 0.520308256149292, -0.39005598425865173, -0.47759100794792175, -0.6351540088653564, 0.0476190559566021, 0.2226892113685608, -1.6155462265014648, -1.335434079170227, 0.0476190559566021, -0.26750698685646057, -0.6526610255241394, -0.4600839912891388, -1.4929972887039185, -0.07492996007204056, -0.6176469922065735, -1.3879550695419312, -1.0028010606765747, -1.0028010606765747, -1.3179271221160889, -1.195378065109253, -1.0903360843658447, -0.5651260018348694, -1.4929972887039185, 0.0476190559566021, -0.19747896492481232, 1.5007003545761108, 1.8508403301239014, 1.0280113220214844, 1.1330533027648926, 1.4131653308868408, 1.640756368637085, 1.868347406387329, 2.1309523582458496, 2.0084033012390137, 2.0084033012390137, 2.113445281982422, 2.0259103775024414, 1.9558824300765991, 2.1834733486175537, 2.1484594345092773, 1.9733893871307373, -0.8977590203285217, 1.2556023597717285, 1.9208683967590332, 1.9733893871307373, 1.518207311630249, 1.1330533027648926, 0.03011205606162548, 0.5728292465209961, 0.9579832553863525, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -1.195378065109253, -0.6876749992370605, -0.5826330184936523, -0.9852941036224365, 0.03011205606162548, -0.057422954589128494, -0.6351540088653564, -1.370448112487793, 0.34523820877075195, 0.3277312219142914, 0.24019621312618256, -1.282913088798523, -0.07492996007204056, -1.6505602598190308, -1.5980392694473267, -1.335434079170227, -1.457983136177063, -0.8977590203285217, 0.5728292465209961, -1.0028010606765747, -0.8627450466156006, -1.3179271221160889, -0.7401960492134094, -1.3004200458526611, -1.0553221702575684, 0.7128852605819702, 1.2380952835083008, 0.9054622650146484, -0.09243696182966232, 1.5882353782653809, 1.815826416015625, 1.9383753538131714, 1.9383753538131714, 2.043417453765869, 2.113445281982422, 1.9558824300765991, 2.0959384441375732, 2.1484594345092773, 2.2009804248809814, 2.1834733486175537, 1.9908963441848755, 1.8508403301239014, 1.8333333730697632, 2.0084033012390137, 2.043417453765869, 1.1330533027648926, 0.34523820877075195, 0.34523820877075195, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -0.5476189851760864, -0.9677870869636536, -0.5126050114631653, -1.1778711080551147, -1.1428570747375488, 1.4481793642044067, -0.9852941036224365, -0.6701680421829224, -0.9502801299095154, -1.6505602598190308, -0.7051820158958435, -0.4425770044326782, -1.0728291273117065, -0.7752100229263306, -1.7030812501907349, -1.3529410362243652, -1.2128850221633911, 0.6428572535514832, 1.605742335319519, 1.7107843160629272, 0.17016807198524475, -1.2128850221633911, -0.3550419807434082, -1.2654061317443848, -0.8977590203285217, -1.1428570747375488, -0.3025209903717041, 1.483193278312683, 0.18767507374286652, 1.465686321258545, 1.1155463457107544, 1.605742335319519, 1.9733893871307373, 2.0259103775024414, 2.0259103775024414, 2.0784313678741455, 2.113445281982422, 2.165966510772705, 2.0784313678741455, 2.2009804248809814, 1.9908963441848755, 1.9383753538131714, 1.8333333730697632, 2.1484594345092773, 2.0959384441375732, 1.7457983493804932, 0.4852942228317261, 0.3802522122859955, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 2.0259103775024414, -1.195378065109253, 0.520308256149292, 1.8858543634414673, 0.29271721839904785, 0.17016807198524475, -0.9327731132507324, -0.39005598425865173, -0.9852941036224365, -1.3004200458526611, -1.6505602598190308, -1.3529410362243652, -0.022408949211239815, -0.6701680421829224, -1.3529410362243652, -1.7380952835083008, -1.0028010606765747, 0.7654062509536743, 1.1855742931365967, 1.2731093168258667, 2.165966510772705, 1.2030812501907349, 0.5728292465209961, 1.0105042457580566, 1.5007003545761108, 0.8879552483558655, -0.9502801299095154, -1.2303920984268188, 0.6253502368927002, 1.2556023597717285, 1.2380952835083008, 1.5707283020019531, 1.5357143878936768, 1.8333333730697632, 1.868347406387329, 1.9383753538131714, 2.0609242916107178, 2.0959384441375732, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 2.113445281982422, 2.043417453765869, 0.8354342579841614, 0.20518220961093903, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.9733893871307373, 1.7107843160629272, -0.5301120281219482, 0.06512605398893356, 0.6603642702102661, 0.6428572535514832, -0.7226890325546265, -0.5651260018348694, -1.335434079170227, -1.0903360843658447, -1.1253501176834106, -1.247899055480957, -1.3179271221160889, -0.9327731132507324, -1.3179271221160889, -1.5105042457580566, -0.26750698685646057, -1.3529410362243652, 1.0630252361297607, 0.5553222298622131, 1.430672287940979, 1.5357143878936768, 2.0784313678741455, 1.8858543634414673, 1.4481793642044067, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, -1.3004200458526611, 0.502801239490509, 1.5007003545761108, 1.6232492923736572, 1.2030812501907349, 1.483193278312683, 1.6757704019546509, 1.7457983493804932, 1.8333333730697632, 2.113445281982422, 2.0084033012390137, 2.1309523582458496, 2.1484594345092773, 2.0959384441375732, 1.868347406387329, 1.9733893871307373, 2.0784313678741455, 2.2535016536712646, 1.430672287940979, 0.6603642702102661, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8858543634414673, 1.9558824300765991, -0.2499999701976776, -0.42506998777389526, -0.10994396358728409, 0.3102242052555084, -0.3200279772281647, 1.0980392694473267, 1.2205883264541626, 0.7128852605819702, -1.195378065109253, 0.11764705926179886, -1.335434079170227, -0.8277310132980347, -0.6876749992370605, -0.5651260018348694, -1.2303920984268188, 0.06512605398893356, -0.6351540088653564, -1.3879550695419312, -1.2128850221633911, -1.247899055480957, 0.7128852605819702, 1.0280113220214844, 0.8179272413253784, 1.6757704019546509, 1.868347406387329, 0.8529412746429443, 0.7829132676124573, 0.6953782439231873, 0.3102242052555084, 0.3627452254295349, -0.5826330184936523, 1.6757704019546509, 1.5357143878936768, 1.378151297569275, 1.465686321258545, 1.6582633256912231, 1.518207311630249, 1.4131653308868408, 1.7107843160629272, 1.9383753538131714, 2.0784313678741455, 2.1834733486175537, 2.043417453765869, 2.043417453765869, 2.0259103775024414, 2.0084033012390137, 2.1834733486175537, 2.043417453765869, 1.640756368637085, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8333333730697632, 1.553221344947815, 0.39775922894477844, -0.9327731132507324, -0.26750698685646057, 0.7128852605819702, 0.9229692816734314, 1.1505602598190308, 1.2380952835083008, 1.1505602598190308, 0.6778712272644043, 0.06512605398893356, -0.6701680421829224, -1.160364031791687, -1.5455182790756226, -1.6155462265014648, -0.6001400351524353, -1.2128850221633911, -0.21498596668243408, -1.4054621458053589, -0.9327731132507324, -0.5476189851760864, -1.4404760599136353, 0.9754902720451355, 1.0805323123931885, 0.8004202842712402, 0.6953782439231873, 1.3606443405151367, 1.430672287940979, 1.2556023597717285, 0.8179272413253784, 0.7829132676124573, 0.8529412746429443, 1.7107843160629272, 1.6757704019546509, 1.693277359008789, 1.640756368637085, 1.693277359008789, 1.7457983493804932, 1.465686321258545, 1.553221344947815, 1.693277359008789, 1.7983193397521973, 1.9558824300765991, 1.9558824300765991, 2.043417453765869, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 2.0609242916107178, 1.5007003545761108, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.7983193397521973, 0.415266215801239, 0.4677872359752655, -0.9677870869636536, -0.3550419807434082, 0.7303922772407532, 1.1505602598190308, 1.343137264251709, 1.2556023597717285, 1.1330533027648926, 0.8354342579841614, 0.8179272413253784, -0.9502801299095154, -0.7577030062675476, -1.5105042457580566, -0.5126050114631653, -1.195378065109253, -0.3200279772281647, -0.8977590203285217, -0.4950979948043823, -0.9502801299095154, -1.3879550695419312, -0.6351540088653564, -1.0728291273117065, 0.8179272413253784, 0.9404762983322144, 1.4131653308868408, 1.780812382698059, 1.9033613204956055, 1.8508403301239014, 1.815826416015625, 1.518207311630249, 1.3606443405151367, 1.7457983493804932, 1.605742335319519, 1.8333333730697632, 1.8858543634414673, 1.9908963441848755, 1.8508403301239014, 1.7633053064346313, 1.5357143878936768, 1.780812382698059, 1.8333333730697632, 1.7107843160629272, 1.518207311630249, 1.8858543634414673, 1.868347406387329, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 0.2226892113685608, 0.7303922772407532, -0.9152660369873047, -0.4075630009174347, 0.8879552483558655, 1.343137264251709, 1.4131653308868408, 1.3081233501434326, 1.1505602598190308, 0.8179272413253784, 0.9579832553863525, 0.012605053372681141, -1.1253501176834106, -0.7226890325546265, -1.422969102859497, 0.06512605398893356, -0.42506998777389526, -0.6526610255241394, -0.8277310132980347, -1.3179271221160889, -0.2499999701976776, -1.247899055480957, -1.195378065109253, -1.370448112487793, 1.693277359008789, 1.9383753538131714, 1.8858543634414673, 1.5357143878936768, 1.815826416015625, 1.9208683967590332, 1.6582633256912231, 1.728291392326355, 1.8333333730697632, 1.553221344947815, 2.0259103775024414, 2.0084033012390137, 1.6757704019546509, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.728291392326355, 1.693277359008789, 1.7983193397521973, 1.7457983493804932, 1.9208683967590332, 1.640756368637085, 1.7633053064346313, 1.815826416015625, 1.2030812501907349, 0.6778712272644043, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 0.3627452254295349, 0.8704482913017273, -0.4950979948043823, -0.5826330184936523, 0.8879552483558655, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.1855742931365967, 0.9229692816734314, 1.0280113220214844, 0.9229692816734314, 1.2906162738800049, -0.09243696182966232, -0.5651260018348694, -0.9327731132507324, -1.7380952835083008, -0.9152660369873047, -1.0378150939941406, -0.7226890325546265, -1.247899055480957, -1.1428570747375488, -1.247899055480957, -1.3879550695419312, -0.2499999701976776, 1.4481793642044067, 1.728291392326355, 1.7457983493804932, 1.9208683967590332, 1.7457983493804932, 1.8858543634414673, 1.9033613204956055, 2.0259103775024414, 1.9558824300765991, 1.465686321258545, 2.0609242916107178, 2.0259103775024414, 2.1309523582458496, 1.9558824300765991, 1.8508403301239014, 1.780812382698059, 1.868347406387329, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.605742335319519, 1.5007003545761108, 1.693277359008789, 2.0609242916107178, 1.483193278312683, 0.6953782439231873, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.3256303071975708, 1.3606443405151367, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 0.6078432202339172, 0.590336263179779, 0.11764705926179886, -0.26750698685646057, 0.9754902720451355, 1.378151297569275, 1.3956583738327026, 1.3081233501434326, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0455182790756226, 1.2906162738800049, 1.378151297569275, -0.4950979948043823, -1.1428570747375488, -1.247899055480957, -1.2654061317443848, 0.29271721839904785, -0.9152660369873047, -0.0049019488506019115, -0.10994396358728409, -1.5630252361297607, -1.282913088798523, -0.9677870869636536, -1.5630252361297607, -0.5826330184936523, 1.6757704019546509, 1.8333333730697632, 1.640756368637085, 1.605742335319519, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.7457983493804932, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.8508403301239014, 1.9383753538131714, 1.728291392326355, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.9908963441848755, 1.1855742931365967, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.343137264251709, 0.6953782439231873, -0.33753499388694763, 0.34523820877075195, 0.9579832553863525, 1.2731093168258667, 1.2380952835083008, 0.9929972887039185, 0.6078432202339172, 1.0980392694473267, 1.2380952835083008, 1.1155463457107544, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, -0.6176469922065735, -0.5126050114631653, 0.1001400575041771, -0.37254899740219116, -0.4425770044326782, -0.37254899740219116, 0.3102242052555084, 1.378151297569275, -1.247899055480957, -1.335434079170227, -0.9502801299095154, -1.4404760599136353, 0.39775922894477844, 1.8333333730697632, 1.7457983493804932, 1.7983193397521973, 2.0784313678741455, 2.1484594345092773, 2.0784313678741455, 2.0084033012390137, 2.113445281982422, 2.0609242916107178, 1.553221344947815, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 2.113445281982422, 2.0609242916107178, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 2.1484594345092773, 2.235994577407837, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6757704019546509, 1.7107843160629272, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 1.483193278312683, 0.9054622650146484, 0.432773232460022, 1.1855742931365967, 0.9404762983322144, 0.9404762983322144, 0.8529412746429443, 0.8879552483558655, 0.6603642702102661, 1.0980392694473267, 1.2731093168258667, 1.1505602598190308, 1.2380952835083008, 1.3081233501434326, 1.4131653308868408, 0.8354342579841614, -0.022408949211239815, -0.21498596668243408, -0.4950979948043823, 0.06512605398893356, 0.39775922894477844, 0.03011205606162548, -0.33753499388694763, -0.057422954589128494, -1.1253501176834106, -0.5826330184936523, -0.5826330184936523, -1.3179271221160889, 0.3802522122859955, 1.6582633256912231, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.7983193397521973, 1.4481793642044067, 2.0609242916107178, 2.1309523582458496, 2.1309523582458496, 2.165966510772705, 2.165966510772705, 2.113445281982422, 2.043417453765869, 1.9033613204956055, 2.0084033012390137, 2.1834733486175537, 2.2009804248809814, 0.8529412746429443, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2906162738800049, 1.3606443405151367, 1.4131653308868408, 1.5007003545761108, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 0.9754902720451355, 0.8529412746429443, 1.483193278312683, 1.6582633256912231, 0.5553222298622131, 0.502801239490509, 0.8879552483558655, 0.8179272413253784, 0.6253502368927002, 1.0805323123931885, 1.605742335319519, 1.2030812501907349, 1.2731093168258667, 1.9558824300765991, 1.6232492923736572, 1.0280113220214844, 0.8879552483558655, -0.4075630009174347, -0.7051820158958435, 0.9229692816734314, -1.247899055480957, -0.4075630009174347, 1.465686321258545, 0.4852942228317261, 0.9054622650146484, -1.1428570747375488, -0.7927170395851135, -0.8452380299568176, -0.7401960492134094, -0.7226890325546265, 0.590336263179779, 2.0084033012390137, 2.1834733486175537, 2.0784313678741455, 2.0784313678741455, 1.9208683967590332, 2.0609242916107178, 1.9383753538131714, 1.9733893871307373, 2.113445281982422, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.165966510772705, 2.113445281982422, 2.0959384441375732, 1.7457983493804932, 2.0084033012390137, 2.1484594345092773, 1.9033613204956055, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2731093168258667, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7457983493804932, 0.3277312219142914, 0.9579832553863525, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.39775922894477844, 0.7829132676124573, 0.8879552483558655, 0.6603642702102661, 0.9579832553863525, 1.5007003545761108, 0.9754902720451355, 1.343137264251709, 1.9383753538131714, 1.868347406387329, 1.4131653308868408, 0.8704482913017273, -0.5301120281219482, -0.7927170395851135, 0.03011205606162548, -1.3529410362243652, -0.4600839912891388, 2.1834733486175537, 1.693277359008789, 0.8879552483558655, 0.6603642702102661, -1.0553221702575684, -0.8452380299568176, -0.19747896492481232, -1.160364031791687, -1.195378065109253, 0.45028021931648254, 2.1834733486175537, 2.0609242916107178, 1.9908963441848755, 1.640756368637085, 1.7633053064346313, 1.8508403301239014, 1.868347406387329, 1.6582633256912231, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.218487501144409, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.8508403301239014, 2.043417453765869, 2.0259103775024414, 0.9929972887039185, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 0.2752102017402649, 0.9229692816734314, -0.3550419807434082, 1.693277359008789, 0.9754902720451355, 0.7478992342948914, 0.8704482913017273, 1.2030812501907349, 0.9229692816734314, 0.9054622650146484, 1.3606443405151367, 0.8704482913017273, 1.2731093168258667, 1.9383753538131714, 1.9383753538131714, 1.7107843160629272, 0.7478992342948914, -0.3025209903717041, -0.21498596668243408, -0.8452380299568176, 1.3081233501434326, -1.370448112487793, 1.3256303071975708, 1.868347406387329, 1.640756368637085, 1.0105042457580566, 0.5728292465209961, -0.4075630009174347, -0.39005598425865173, 0.3802522122859955, -0.4950979948043823, -1.3529410362243652, 0.2752102017402649, 2.0959384441375732, 1.780812382698059, 1.5707283020019531, 1.483193278312683, 0.8704482913017273, 1.9033613204956055, 2.0959384441375732, 2.113445281982422, 2.2009804248809814, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.113445281982422, 2.043417453765869, 1.9383753538131714, 2.0609242916107178, 1.9733893871307373, 1.868347406387329, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.780812382698059, 0.45028021931648254, 0.3102242052555084, 0.012605053372681141, 1.2731093168258667, 1.4481793642044067, 1.0455182790756226, 1.518207311630249, 1.465686321258545, 0.9579832553863525, 1.1330533027648926, 1.483193278312683, 0.8354342579841614, 1.2556023597717285, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.4131653308868408, 0.6428572535514832, 1.0805323123931885, 0.3627452254295349, 0.8879552483558655, -0.9327731132507324, -0.8452380299568176, 1.9558824300765991, 1.9383753538131714, 2.0084033012390137, 1.7107843160629272, 1.2556023597717285, 0.8529412746429443, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, -1.3879550695419312, 0.34523820877075195, 1.7983193397521973, 1.343137264251709, 1.815826416015625, 1.1155463457107544, 1.553221344947815, 1.9733893871307373, 1.8858543634414673, 2.218487501144409, 2.2710084915161133, 2.2710084915161133, 2.218487501144409, 2.1484594345092773, 2.113445281982422, 2.043417453765869, 1.9208683967590332, 1.9733893871307373, 2.0084033012390137, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0455182790756226, 1.1155463457107544, 1.1855742931365967, 1.2556023597717285, 1.3081233501434326, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7633053064346313, 0.39775922894477844, 1.0455182790756226, 0.7654062509536743, 1.3606443405151367, 1.4481793642044067, 0.9404762983322144, 1.483193278312683, 1.430672287940979, 0.9404762983322144, 1.2205883264541626, 1.465686321258545, 0.8879552483558655, 1.1855742931365967, 1.9208683967590332, 1.8508403301239014, 1.8333333730697632, 1.9383753538131714, 1.6582633256912231, 0.012605053372681141, 1.8333333730697632, 0.8704482913017273, 1.0630252361297607, -1.3179271221160889, 2.0784313678741455, 1.780812382698059, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.0259103775024414, 1.868347406387329, 0.8704482913017273, 0.7128852605819702, 0.8704482913017273, -1.4054621458053589, 1.4481793642044067, 0.415266215801239, 1.9208683967590332, 1.815826416015625, 1.4481793642044067, 1.815826416015625, 1.605742335319519, 1.3256303071975708, 2.235994577407837, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.0609242916107178, 2.0084033012390137, 1.868347406387329, 2.0084033012390137, 1.7983193397521973, 0.6953782439231873, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 1.0105042457580566, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2731093168258667, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 0.8879552483558655, 1.640756368637085, 0.7829132676124573, 1.553221344947815, 1.0280113220214844, 0.9579832553863525, 1.3256303071975708, 1.378151297569275, 0.6603642702102661, 1.2205883264541626, 1.3256303071975708, 0.7829132676124573, 1.3956583738327026, 1.868347406387329, 1.8333333730697632, 1.9208683967590332, 1.9033613204956055, 1.780812382698059, 1.2556023597717285, 1.9383753538131714, 1.7633053064346313, 1.2731093168258667, -1.370448112487793, 1.8333333730697632, 1.8333333730697632, 2.0784313678741455, 2.0959384441375732, 2.1309523582458496, 2.0609242916107178, 2.0609242916107178, 1.9733893871307373, 0.9929972887039185, 0.8004202842712402, 0.20518220961093903, -1.1253501176834106, 1.3606443405151367, 1.3956583738327026, 1.0280113220214844, 1.7107843160629272, 1.6757704019546509, 1.0805323123931885, 1.1680673360824585, 2.288515567779541, 2.2009804248809814, 2.2535016536712646, 2.235994577407837, 2.1484594345092773, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.8508403301239014, 1.0280113220214844, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.9208683967590332, 1.3956583738327026, 0.6603642702102661, 0.6428572535514832, 0.9579832553863525, 0.520308256149292, 1.2205883264541626, 1.378151297569275, 0.9054622650146484, 1.3256303071975708, 1.815826416015625, 1.868347406387329, 1.9383753538131714, 1.8333333730697632, 1.3256303071975708, 0.15266107022762299, 2.0259103775024414, 2.0084033012390137, 1.2205883264541626, -1.0028010606765747, 1.9208683967590332, 1.9383753538131714, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.0784313678741455, 2.113445281982422, 2.0259103775024414, 2.0609242916107178, 0.8879552483558655, 0.8354342579841614, -1.4054621458053589, 1.7983193397521973, 1.1155463457107544, 1.8508403301239014, 1.6232492923736572, 1.553221344947815, 1.1155463457107544, 1.0630252361297607, 2.2535016536712646, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.1834733486175537, 2.1484594345092773, 2.0609242916107178, 1.9033613204956055, 1.9208683967590332, 1.7457983493804932, 0.7303922772407532, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779], [0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.430672287940979, 1.1680673360824585, 1.2731093168258667, 1.9033613204956055, 1.693277359008789, 1.0805323123931885, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 1.1855742931365967, 1.2556023597717285, 0.9579832553863525, 1.693277359008789, 1.693277359008789, 1.7633053064346313, 1.9208683967590332, 1.3081233501434326, 0.4677872359752655, 0.9929972887039185, 1.815826416015625, 1.8508403301239014, 1.1680673360824585, -0.7226890325546265, 1.9908963441848755, 2.0259103775024414, 2.1309523582458496, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.1309523582458496, 2.0959384441375732, 2.0959384441375732, 1.553221344947815, 0.7829132676124573, -0.12745095789432526, 0.7654062509536743, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.483193278312683, 1.483193278312683, 0.7654062509536743, 2.2710084915161133, 2.1834733486175537, 2.2009804248809814, 2.2710084915161133, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 1.9208683967590332, 2.0084033012390137, 1.9383753538131714, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.640756368637085, 1.6582633256912231, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.0805323123931885, 1.7457983493804932, 1.9383753538131714, 1.7633053064346313, 0.6078432202339172, 0.502801239490509, 0.8354342579841614, 1.1330533027648926, 0.9929972887039185, 1.1330533027648926, 1.605742335319519, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 0.18767507374286652, -0.057422954589128494, -0.7401960492134094, 0.9579832553863525, 1.7107843160629272, 0.9229692816734314, 1.5007003545761108, 2.043417453765869, 1.9208683967590332, 2.113445281982422, 2.0609242916107178, 2.1309523582458496, 2.1484594345092773, 2.2009804248809814, 2.165966510772705, 2.1484594345092773, 1.7107843160629272, 1.9383753538131714, 1.0455182790756226, 0.7829132676124573, 1.9558824300765991, 1.9733893871307373, 1.553221344947815, 0.8004202842712402, 1.2731093168258667, 0.9754902720451355, 2.165966510772705, 2.2009804248809814, 2.235994577407837, 2.288515567779541, 2.218487501144409, 2.165966510772705, 2.218487501144409, 2.0084033012390137, 2.0784313678741455, 1.780812382698059, 1.0805323123931885, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.4481793642044067, 1.3081233501434326, 1.5707283020019531, 2.0609242916107178, 2.0609242916107178, 1.605742335319519, 0.08263305574655533, 0.9929972887039185, 1.343137264251709, 0.8879552483558655, 1.465686321258545, 1.868347406387329, 1.9908963441848755, 1.8508403301239014, 1.9733893871307373, -0.1624649614095688, 0.29271721839904785, -0.6001400351524353, 0.3802522122859955, 1.378151297569275, 1.9033613204956055, 1.430672287940979, 2.043417453765869, 1.8858543634414673, 2.218487501144409, 2.113445281982422, 2.113445281982422, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.5357143878936768, 1.868347406387329, 1.8858543634414673, 1.5707283020019531, 1.0105042457580566, 1.465686321258545, 1.5707283020019531, 1.9558824300765991, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.235994577407837, 2.218487501144409, 2.235994577407837, 2.113445281982422, 2.1309523582458496, 1.605742335319519, 1.4131653308868408, 0.6953782439231873, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.553221344947815, 0.8354342579841614, 1.378151297569275, 1.0280113220214844, 1.378151297569275, 2.1309523582458496, 2.0784313678741455, 1.8508403301239014, 0.6253502368927002, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.553221344947815, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.0980392694473267, 0.45028021931648254, 0.415266215801239, -0.3200279772281647, -0.33753499388694763, 0.7303922772407532, 1.3256303071975708, 1.7983193397521973, 2.0259103775024414, 1.9383753538131714, 2.0259103775024414, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0959384441375732, 2.235994577407837, 2.2009804248809814, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.815826416015625, 1.7457983493804932, 1.9033613204956055, 1.8333333730697632, 0.9929972887039185, 1.3081233501434326, 1.4481793642044067, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.2710084915161133, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 1.815826416015625, 1.6582633256912231, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.0105042457580566, 1.2731093168258667, 0.9754902720451355, 1.3081233501434326, 2.0959384441375732, 2.0609242916107178, 1.430672287940979, 1.2556023597717285, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 1.7983193397521973, 1.9733893871307373, 1.6757704019546509, 1.9208683967590332, 0.3277312219142914, 0.1001400575041771, 0.8179272413253784, -0.14495795965194702, -0.5126050114631653, 0.24019621312618256, 1.0280113220214844, 1.7107843160629272, 1.6232492923736572, 1.6757704019546509, 2.0959384441375732, 2.043417453765869, 2.0084033012390137, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.8333333730697632, 1.7983193397521973, 2.0084033012390137, 1.7457983493804932, 0.6253502368927002, 1.1330533027648926, 1.465686321258545, 2.1309523582458496, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 2.165966510772705, 1.9033613204956055, 1.8858543634414673, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9754902720451355, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.483193278312683, 1.2030812501907349, 1.3081233501434326, 0.9929972887039185, 1.4131653308868408, 2.113445281982422, 1.780812382698059, 1.1505602598190308, 1.5707283020019531, 0.8004202842712402, 0.7654062509536743, 1.5357143878936768, 1.7457983493804932, 1.9908963441848755, 1.815826416015625, 1.780812382698059, 0.415266215801239, 0.2752102017402649, 0.8879552483558655, -0.17997196316719055, 0.08263305574655533, -0.9152660369873047, 0.9229692816734314, 1.0630252361297607, 1.3606443405151367, 2.0784313678741455, 1.780812382698059, 2.0959384441375732, 2.0609242916107178, 1.9033613204956055, 2.0784313678741455, 2.2009804248809814, 2.0609242916107178, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 2.0959384441375732, 1.2205883264541626, 1.3256303071975708, 1.5707283020019531, 1.9733893871307373, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.218487501144409, 1.868347406387329, 1.7107843160629272, 0.7829132676124573, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.343137264251709, 1.3606443405151367, 0.9054622650146484, 1.378151297569275, 2.0784313678741455, 0.415266215801239, 0.7829132676124573, 1.605742335319519, 1.2906162738800049, 1.640756368637085, 1.5007003545761108, 1.8508403301239014, 1.7983193397521973, 1.693277359008789, 1.465686321258545, 0.1001400575041771, 0.24019621312618256, 0.6778712272644043, -0.3200279772281647, 0.7128852605819702, -0.6701680421829224, 0.20518220961093903, 1.3081233501434326, 2.0609242916107178, 2.0609242916107178, 1.5357143878936768, 1.868347406387329, 2.113445281982422, 2.043417453765869, 2.0959384441375732, 2.1484594345092773, 1.9908963441848755, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 2.0959384441375732, 2.113445281982422, 0.24019621312618256, 1.2380952835083008, 1.6757704019546509, 2.0084033012390137, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 2.2009804248809814, 2.1834733486175537, 1.4481793642044067, 1.815826416015625, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.3081233501434326, 1.378151297569275, 0.8529412746429443, 1.5007003545761108, 1.728291392326355, -0.4600839912891388, -0.47759100794792175, 1.1330533027648926, 1.553221344947815, 1.693277359008789, 1.7457983493804932, 1.868347406387329, 1.9033613204956055, 1.553221344947815, 0.9929972887039185, 0.08263305574655533, -0.14495795965194702, 0.18767507374286652, 0.13515406847000122, 0.6953782439231873, -0.07492996007204056, 0.5728292465209961, 0.8179272413253784, 1.5007003545761108, 1.4131653308868408, 2.0259103775024414, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 2.0084033012390137, 2.218487501144409, 2.0784313678741455, 2.165966510772705, 1.9558824300765991, 1.9733893871307373, 2.113445281982422, 1.8858543634414673, 2.0784313678741455, 1.815826416015625, 0.9054622650146484, 1.2030812501907349, 1.7983193397521973, 2.0259103775024414, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 2.165966510772705, 1.7983193397521973, 1.9733893871307373, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9054622650146484, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.465686321258545, 1.1505602598190308, 1.2906162738800049, 0.5378152132034302, 1.5882353782653809, 1.5707283020019531, -0.0049019488506019115, -0.28501397371292114, 0.18767507374286652, 1.9208683967590332, 0.39775922894477844, 1.9558824300765991, 1.8858543634414673, 1.868347406387329, 1.605742335319519, 1.1680673360824585, 0.415266215801239, 0.6078432202339172, 1.2731093168258667, 0.24019621312618256, 1.1155463457107544, 0.7128852605819702, -0.19747896492481232, 0.39775922894477844, 0.9754902720451355, 0.9579832553863525, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 0.8004202842712402, 1.483193278312683, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.165966510772705, 2.0084033012390137, 2.165966510772705, 2.0609242916107178, 1.6757704019546509, 2.043417453765869, 0.9929972887039185, 1.693277359008789, 1.6757704019546509, 2.0259103775024414, 2.1834733486175537, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 1.9383753538131714, 1.8333333730697632, 0.6428572535514832, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5707283020019531, 0.9404762983322144, 1.2731093168258667, 0.8179272413253784, 1.5707283020019531, 1.2731093168258667, 0.11764705926179886, -1.0553221702575684, -0.12745095789432526, 1.7983193397521973, 0.5728292465209961, 1.728291392326355, 1.8508403301239014, 1.8333333730697632, 1.7633053064346313, 1.0980392694473267, 0.24019621312618256, 0.6778712272644043, 1.3956583738327026, 0.29271721839904785, 0.7128852605819702, 0.415266215801239, -0.6351540088653564, 0.7829132676124573, 1.1155463457107544, 1.483193278312683, 1.378151297569275, 1.343137264251709, 1.7107843160629272, 1.2205883264541626, 1.9908963441848755, 2.218487501144409, 2.113445281982422, 2.1484594345092773, 1.9908963441848755, 1.9383753538131714, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 2.0609242916107178, 1.9033613204956055, 1.430672287940979, 1.728291392326355, 2.0784313678741455, 2.1834733486175537, 2.2009804248809814, 2.235994577407837, 2.235994577407837, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.0784313678741455, 2.0084033012390137, 1.483193278312683, 1.465686321258545, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.520308256149292, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.553221344947815, -0.5301120281219482, 1.1680673360824585, 0.3802522122859955, 1.553221344947815, 1.0805323123931885, 0.03011205606162548, 0.0476190559566021, -0.3025209903717041, 0.3102242052555084, 0.4852942228317261, 1.8333333730697632, 1.9733893871307373, 1.728291392326355, 1.7107843160629272, 0.2226892113685608, 0.18767507374286652, 0.6078432202339172, 1.0630252361297607, 0.4852942228317261, 0.9404762983322144, 0.9229692816734314, -0.3200279772281647, -0.19747896492481232, 0.9754902720451355, 1.1155463457107544, 0.3277312219142914, 1.2380952835083008, 1.605742335319519, 1.465686321258545, 2.2009804248809814, 2.0784313678741455, 2.0259103775024414, 2.043417453765869, 2.113445281982422, 1.8508403301239014, 1.693277359008789, 1.8508403301239014, 1.9558824300765991, 2.0084033012390137, 1.9208683967590332, 1.5707283020019531, 1.868347406387329, 2.0259103775024414, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.235994577407837, 2.218487501144409, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 2.0084033012390137, 1.5007003545761108, 2.043417453765869, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, -1.160364031791687, 1.1680673360824585, 0.2226892113685608, 1.465686321258545, 0.8704482913017273, 0.2752102017402649, 0.8704482913017273, 0.6778712272644043, 1.0980392694473267, 0.7128852605819702, 1.7983193397521973, 1.9908963441848755, 1.640756368637085, 1.728291392326355, 0.6603642702102661, 0.2577032148838043, 0.4852942228317261, 0.8529412746429443, 0.6253502368927002, 0.9754902720451355, 1.3256303071975708, 0.4677872359752655, -0.5126050114631653, 1.4131653308868408, 0.6078432202339172, 1.378151297569275, 0.08263305574655533, 0.9404762983322144, 0.8004202842712402, 1.8333333730697632, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 2.113445281982422, 1.9733893871307373, 1.7107843160629272, 1.9033613204956055, 2.0784313678741455, 1.8508403301239014, 1.815826416015625, 1.3606443405151367, 1.868347406387329, 1.9733893871307373, 2.2535016536712646, 2.1834733486175537, 2.218487501144409, 2.235994577407837, 2.235994577407837, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1309523582458496, 2.0084033012390137, 1.6582633256912231, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, -0.3025209903717041, 1.1505602598190308, 0.9754902720451355, 1.343137264251709, 1.3956583738327026, 0.502801239490509, 0.4677872359752655, 0.8529412746429443, 1.3956583738327026, 0.0476190559566021, 1.2030812501907349, 1.9733893871307373, 1.4131653308868408, 1.640756368637085, 0.8179272413253784, 0.13515406847000122, 0.5553222298622131, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 1.553221344947815, 0.45028021931648254, -0.6176469922065735, 0.9229692816734314, 1.5357143878936768, 1.693277359008789, 1.605742335319519, 0.502801239490509, 1.5357143878936768, 1.3081233501434326, 1.8333333730697632, 2.1309523582458496, 2.0084033012390137, 2.1484594345092773, 2.0959384441375732, 1.5357143878936768, 1.780812382698059, 2.0784313678741455, 1.8858543634414673, 1.9208683967590332, 0.9754902720451355, 1.8333333730697632, 2.0259103775024414, 2.288515567779541, 2.0609242916107178, 2.2535016536712646, 2.2535016536712646, 2.288515567779541, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1834733486175537, 2.0259103775024414, 1.9733893871307373, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.4131653308868408, 0.0476190559566021, 1.0980392694473267, 1.2556023597717285, 1.5707283020019531, 1.693277359008789, 0.24019621312618256, 0.9404762983322144, 1.1330533027648926, -0.4075630009174347, -0.3550419807434082, 0.6253502368927002, 2.0084033012390137, 1.553221344947815, 1.3956583738327026, 0.8004202842712402, -0.39005598425865173, 1.1155463457107544, 0.9054622650146484, 0.9054622650146484, 0.6603642702102661, 1.1680673360824585, 0.6253502368927002, 0.18767507374286652, -0.3025209903717041, 0.6253502368927002, 1.5007003545761108, 1.378151297569275, 1.0630252361297607, 0.2226892113685608, 0.17016807198524475, 1.518207311630249, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.113445281982422, 1.7457983493804932, 1.780812382698059, 1.5357143878936768, 1.8333333730697632, 1.9733893871307373, 1.5357143878936768, 1.7457983493804932, 1.7983193397521973, 2.2710084915161133, 2.218487501144409, 2.235994577407837, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 1.9383753538131714, 1.7983193397521973, 2.0084033012390137, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.4131653308868408, 0.6428572535514832, 1.2205883264541626, 1.2380952835083008, 1.518207311630249, 1.7107843160629272, 0.45028021931648254, 0.3802522122859955, 0.7478992342948914, -1.1253501176834106, -0.6176469922065735, 1.2380952835083008, 1.9383753538131714, 1.483193278312683, 0.7829132676124573, 1.2030812501907349, -0.17997196316719055, 0.7303922772407532, 0.08263305574655533, 0.15266107022762299, 0.7654062509536743, 1.3606443405151367, 0.7128852605819702, 0.2226892113685608, -0.8277310132980347, 0.6778712272644043, 1.5357143878936768, -0.07492996007204056, -0.28501397371292114, -0.23249296844005585, 0.18767507374286652, 1.0630252361297607, 1.8508403301239014, 2.1484594345092773, 1.9733893871307373, 2.113445281982422, 1.7107843160629272, 2.0784313678741455, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0259103775024414, 1.3081233501434326, 1.9383753538131714, 2.3060226440429688, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.288515567779541, 2.2710084915161133, 2.218487501144409, 1.6582633256912231, 1.7633053064346313, 1.9733893871307373, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 0.8704482913017273, 1.2731093168258667, 1.2906162738800049, 1.5882353782653809, 1.6757704019546509, 0.29271721839904785, 0.3802522122859955, -0.7752100229263306, -0.5651260018348694, 0.520308256149292, 1.8508403301239014, 2.0609242916107178, 1.430672287940979, 1.2906162738800049, 0.6428572535514832, -0.39005598425865173, 1.2030812501907349, 0.9754902720451355, -0.3025209903717041, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 0.415266215801239, -0.4950979948043823, 0.5553222298622131, 0.7654062509536743, -0.47759100794792175, 0.5728292465209961, -0.4425770044326782, 0.3277312219142914, 1.3256303071975708, 1.7983193397521973, 1.3606443405151367, 2.1309523582458496, 2.113445281982422, 1.8508403301239014, 2.1309523582458496, 2.1309523582458496, 1.9733893871307373, 1.9558824300765991, 2.1834733486175537, 2.0084033012390137, 1.7983193397521973, 2.3060226440429688, 2.2710084915161133, 2.218487501144409, 2.3235294818878174, 2.2535016536712646, 2.288515567779541, 2.3060226440429688, 2.235994577407837, 1.9733893871307373, 2.0959384441375732, 1.5357143878936768, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.20518220961093903, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.378151297569275, -0.23249296844005585, 1.2030812501907349, 1.5882353782653809, 1.7107843160629272, 1.7107843160629272, 1.4481793642044067, 0.3277312219142914, -0.5826330184936523, -1.5980392694473267, 0.7829132676124573, 1.9733893871307373, 2.0959384441375732, 1.483193278312683, 1.3606443405151367, 1.465686321258545, -0.21498596668243408, 0.8004202842712402, 1.2205883264541626, -0.07492996007204056, 0.3277312219142914, 0.9754902720451355, 0.8004202842712402, 0.8879552483558655, -0.33753499388694763, 0.20518220961093903, -0.09243696182966232, -0.4425770044326782, -0.7577030062675476, 0.13515406847000122, 1.0630252361297607, 1.780812382698059, 1.640756368637085, 1.9208683967590332, 2.0959384441375732, 1.6582633256912231, 1.9033613204956055, 1.780812382698059, 2.0784313678741455, 2.0259103775024414, 2.0259103775024414, 2.218487501144409, 2.1309523582458496, 1.8333333730697632, 2.288515567779541, 2.1309523582458496, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.288515567779541, 2.2535016536712646, 1.5882353782653809, 1.1855742931365967, 1.5882353782653809, 1.0105042457580566, 0.6603642702102661, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 0.2577032148838043, 1.1505602598190308, 1.6232492923736572, 1.7457983493804932, 1.5882353782653809, 1.5882353782653809, 0.4852942228317261, 0.2226892113685608, -1.195378065109253, 1.3606443405151367, 2.0084033012390137, 2.1834733486175537, 1.4131653308868408, 1.3956583738327026, 1.1855742931365967, 0.29271721839904785, 0.8529412746429443, 1.3606443405151367, 0.3277312219142914, 0.5728292465209961, 0.432773232460022, 1.0980392694473267, 0.6778712272644043, -0.33753499388694763, -0.7051820158958435, -0.6176469922065735, -0.0049019488506019115, -0.7577030062675476, -0.6526610255241394, 0.9229692816734314, 1.6582633256912231, 1.9558824300765991, 1.553221344947815, 1.7457983493804932, 0.8704482913017273, 1.9208683967590332, 2.0784313678741455, 2.043417453765869, 1.9733893871307373, 1.6582633256912231, 2.2009804248809814, 2.1484594345092773, 1.8508403301239014, 1.8858543634414673, 2.235994577407837, 2.3060226440429688, 2.235994577407837, 2.288515567779541, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9558824300765991, 1.9558824300765991, 1.378151297569275, 1.343137264251709, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, -0.6001400351524353, 1.1505602598190308, 1.6232492923736572, 1.780812382698059, 1.5882353782653809, 1.6757704019546509, 0.8179272413253784, 0.06512605398893356, 0.9404762983322144, 0.9229692816734314, 1.8508403301239014, 2.0784313678741455, 1.343137264251709, 0.24019621312618256, 0.8354342579841614, 0.11764705926179886, 0.3277312219142914, 0.9579832553863525, 1.0805323123931885, -0.12745095789432526, 0.9579832553863525, 0.502801239490509, 0.9929972887039185, -0.5126050114631653, 0.3102242052555084, 0.4852942228317261, -0.3550419807434082, 0.4677872359752655, -0.8802520632743835, 0.4852942228317261, 1.4481793642044067, 2.1484594345092773, 1.0280113220214844, 1.3256303071975708, 0.17016807198524475, 1.8858543634414673, 1.9033613204956055, 1.7457983493804932, 1.3956583738327026, 1.5007003545761108, 2.0609242916107178, 2.043417453765869, 1.8858543634414673, 1.8333333730697632, 2.2009804248809814, 2.3060226440429688, 2.341036558151245, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9208683967590332, 2.0609242916107178, 0.6778712272644043, 0.8879552483558655, 0.4677872359752655, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.432773232460022], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, -0.4950979948043823, 1.1330533027648926, 1.6582633256912231, 1.7107843160629272, 1.7633053064346313, 1.693277359008789, 0.7478992342948914, 0.2752102017402649, 1.0630252361297607, 0.3102242052555084, 1.868347406387329, 2.043417453765869, 1.518207311630249, 0.4677872359752655, 1.5007003545761108, 1.0280113220214844, 0.18767507374286652, 1.0280113220214844, 0.9579832553863525, -0.26750698685646057, 1.0280113220214844, 1.3256303071975708, 0.9054622650146484, -0.42506998777389526, -0.3200279772281647, 0.08263305574655533, 0.9404762983322144, 0.6078432202339172, 0.590336263179779, 1.2205883264541626, 1.0105042457580566, 2.113445281982422, 0.8529412746429443, 0.5728292465209961, -0.6001400351524353, 1.9033613204956055, 1.6582633256912231, 1.553221344947815, 0.432773232460022, 0.8004202842712402, 1.815826416015625, 1.9908963441848755, 1.8508403301239014, 1.2205883264541626, 2.288515567779541, 2.341036558151245, 2.3235294818878174, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.288515567779541, 1.780812382698059, 1.1155463457107544, -0.057422954589128494, -0.022408949211239815, 0.34523820877075195, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254], [0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0105042457580566, -0.9852941036224365, 1.2731093168258667, 1.4481793642044067, 1.6582633256912231, 1.780812382698059, 1.693277359008789, 0.6253502368927002, -0.07492996007204056, 0.6953782439231873, 0.45028021931648254, 1.9033613204956055, 1.9383753538131714, 1.343137264251709, 0.2226892113685608, 1.5882353782653809, 1.868347406387329, 1.4131653308868408, 1.2030812501907349, -0.39005598425865173, -0.17997196316719055, 0.502801239490509, 1.693277359008789, 0.8179272413253784, -0.12745095789432526, -0.057422954589128494, -0.2499999701976776, 0.9229692816734314, 0.502801239490509, -0.03991595283150673, 1.343137264251709, 1.7107843160629272, 1.9908963441848755, 2.043417453765869, 0.8704482913017273, 0.11764705926179886, 1.9383753538131714, 1.7457983493804932, 1.4481793642044067, 1.8858543634414673, 0.9229692816734314, 1.693277359008789, 1.815826416015625, 1.6757704019546509, 1.2731093168258667, 2.1309523582458496, 2.165966510772705, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.288515567779541, 2.2535016536712646, 1.868347406387329, 1.8508403301239014, 0.415266215801239, 0.415266215801239, 0.8004202842712402, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.432773232460022], [0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9229692816734314, -1.370448112487793, 1.3256303071975708, 1.5357143878936768, 1.7983193397521973, 1.815826416015625, 1.6757704019546509, 0.6778712272644043, 0.03011205606162548, 0.520308256149292, 0.13515406847000122, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.20518220961093903, 1.378151297569275, 1.5707283020019531, 0.6078432202339172, 0.3277312219142914, -0.09243696182966232, 1.2380952835083008, 1.1680673360824585, 1.5882353782653809, 1.0280113220214844, -0.07492996007204056, -0.057422954589128494, 0.13515406847000122, 0.3277312219142914, 0.39775922894477844, 0.2577032148838043, 0.6778712272644043, 1.4131653308868408, 1.7457983493804932, 2.1309523582458496, 2.043417453765869, 1.9558824300765991, 1.9733893871307373, 1.7457983493804932, 1.6232492923736572, 1.868347406387329, 1.378151297569275, 1.9558824300765991, 2.043417453765869, 1.6582633256912231, 1.0280113220214844, 2.0259103775024414, 2.0259103775024414, 2.165966510772705, 2.341036558151245, 2.2710084915161133, 2.3060226440429688, 2.2535016536712646, 1.9383753538131714, 2.0259103775024414, 1.1155463457107544, 1.2731093168258667, 1.1855742931365967, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, -1.3529410362243652, 1.3956583738327026, 1.483193278312683, 1.8333333730697632, 1.7983193397521973, 1.6757704019546509, 0.8704482913017273, 0.9929972887039185, -0.21498596668243408, 0.2752102017402649, 1.9908963441848755, 1.7983193397521973, -0.057422954589128494, -0.6701680421829224, 1.3256303071975708, 1.5007003545761108, -0.03991595283150673, -0.39005598425865173, 0.502801239490509, 1.2731093168258667, 1.1855742931365967, 1.868347406387329, 2.0084033012390137, 0.9404762983322144, 0.5553222298622131, 1.0455182790756226, 0.15266107022762299, 0.1001400575041771, 0.415266215801239, 0.13515406847000122, 0.8179272413253784, 0.9579832553863525, 1.5882353782653809, 1.8858543634414673, 2.1309523582458496, 1.5357143878936768, 1.3256303071975708, 1.6232492923736572, 1.6232492923736572, 1.7457983493804932, 1.518207311630249, 1.9908963441848755, 1.0280113220214844, -0.21498596668243408, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.9733893871307373, 2.0609242916107178, 2.2710084915161133, 2.1484594345092773, 1.2906162738800049, 1.605742335319519, 1.3956583738327026, 0.4852942228317261, 0.432773232460022, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, -1.0378150939941406, 1.3256303071975708, 1.5707283020019531, 1.8508403301239014, 1.8333333730697632, 1.2205883264541626, 0.8529412746429443, 0.06512605398893356, -0.10994396358728409, -0.2499999701976776, 2.043417453765869, 1.6757704019546509, 0.6953782439231873, -1.0903360843658447, 1.553221344947815, 1.5357143878936768, -0.09243696182966232, -0.12745095789432526, 0.9054622650146484, 0.9929972887039185, 0.3627452254295349, 1.693277359008789, 1.9383753538131714, 0.2577032148838043, 0.9754902720451355, 0.3627452254295349, -0.5476189851760864, -0.3025209903717041, -0.057422954589128494, 0.11764705926179886, 0.9404762983322144, 0.502801239490509, 0.3802522122859955, -0.057422954589128494, 1.9208683967590332, 0.2226892113685608, 1.343137264251709, 1.4481793642044067, 0.9754902720451355, 1.0105042457580566, 1.605742335319519, 1.8508403301239014, -0.0049019488506019115, 1.553221344947815, 1.5882353782653809, 1.6582633256912231, -0.37254899740219116, 0.18767507374286652, 1.815826416015625, 2.3235294818878174, 2.0959384441375732, 1.6232492923736572, 1.605742335319519, 1.9733893871307373, 0.432773232460022, 0.7654062509536743, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8354342579841614, 0.8529412746429443, -1.1078431606292725, 1.2906162738800049, 1.518207311630249, 1.7633053064346313, 1.0805323123931885, 0.8179272413253784, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.6778712272644043, 2.1309523582458496, 1.7107843160629272, 0.6078432202339172, -1.0553221702575684, 1.2906162738800049, 1.6232492923736572, 0.24019621312618256, 0.8354342579841614, 0.8179272413253784, 0.2752102017402649, 0.415266215801239, 1.9033613204956055, 1.6582633256912231, 0.24019621312618256, 0.9404762983322144, 0.6253502368927002, 0.17016807198524475, 0.3102242052555084, 0.8529412746429443, 0.7303922772407532, 0.9054622650146484, -0.23249296844005585, -0.6176469922065735, -0.5651260018348694, 0.0476190559566021, 1.1855742931365967, 1.0280113220214844, 1.640756368637085, 1.3256303071975708, 1.1680673360824585, 1.2906162738800049, 1.2731093168258667, -0.7051820158958435, 1.8508403301239014, 0.6953782439231873, -0.0049019488506019115, -0.12745095789432526, 0.2577032148838043, 1.5882353782653809, 2.288515567779541, 1.8858543634414673, 1.0280113220214844, 2.0084033012390137, 0.8179272413253784, -0.07492996007204056, 0.45028021931648254, 0.5378152132034302, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, -0.5476189851760864, 1.2731093168258667, 1.5707283020019531, 1.7633053064346313, 0.8529412746429443, 1.4131653308868408, 0.502801239490509, 0.5553222298622131, 0.17016807198524475, 1.3081233501434326, 1.9558824300765991, 1.728291392326355, 0.8529412746429443, -1.335434079170227, 1.518207311630249, 1.2556023597717285, 0.6778712272644043, 0.18767507374286652, 0.2752102017402649, 0.6078432202339172, 1.3956583738327026, 1.868347406387329, 1.7457983493804932, 0.415266215801239, 1.1330533027648926, 1.1505602598190308, 0.432773232460022, 1.0980392694473267, 0.2226892113685608, 1.2731093168258667, 1.2556023597717285, -0.8802520632743835, -0.8802520632743835, -1.282913088798523, -0.9152660369873047, 1.2380952835083008, 0.9229692816734314, 1.2731093168258667, 1.9558824300765991, 1.7457983493804932, 1.5707283020019531, 1.2906162738800049, -0.6526610255241394, 1.693277359008789, 1.1505602598190308, 0.39775922894477844, 0.29271721839904785, 0.520308256149292, 1.2030812501907349, 1.8333333730697632, 0.5378152132034302, 1.7457983493804932, 2.218487501144409, 1.0630252361297607, 0.8704482913017273, 0.2577032148838043, 0.6078432202339172, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, -0.057422954589128494, 1.1505602598190308, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.518207311630249, 0.7303922772407532, 0.39775922894477844, -0.4600839912891388, 1.6757704019546509, 2.0609242916107178, 1.7983193397521973, 1.1680673360824585, -1.2303920984268188, 1.553221344947815, 0.8354342579841614, 1.465686321258545, 0.415266215801239, 0.6953782439231873, 0.7478992342948914, 1.6232492923736572, 1.1330533027648926, 1.4481793642044067, 0.6253502368927002, 0.9229692816734314, 0.520308256149292, 0.7829132676124573, 0.39775922894477844, 0.9579832553863525, 0.5378152132034302, -0.9152660369873047, 0.012605053372681141, 0.20518220961093903, -0.19747896492481232, -1.1253501176834106, -0.4600839912891388, 0.3102242052555084, 1.1155463457107544, 1.7633053064346313, 1.7107843160629272, 1.553221344947815, 0.39775922894477844, -0.03991595283150673, 2.0084033012390137, 1.5357143878936768, 0.3627452254295349, 0.39775922894477844, 0.9229692816734314, 1.4481793642044067, 1.0805323123931885, 1.6757704019546509, 1.815826416015625, 1.693277359008789, 1.1680673360824585, -0.26750698685646057, 0.3102242052555084, 0.5553222298622131, 0.6778712272644043, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.432773232460022], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.5378152132034302, 1.1155463457107544, 1.5007003545761108, 1.9208683967590332, 1.7457983493804932, 1.483193278312683, 0.8179272413253784, 0.24019621312618256, 0.5728292465209961, 1.4131653308868408, 1.8858543634414673, 1.868347406387329, 1.0805323123931885, -0.6001400351524353, 1.5707283020019531, 1.5707283020019531, 1.7457983493804932, 0.7478992342948914, 1.0630252361297607, 1.2030812501907349, 1.4481793642044067, 2.113445281982422, 0.0476190559566021, 0.18767507374286652, 0.9054622650146484, 0.8354342579841614, 0.9929972887039185, 0.7478992342948914, 0.3277312219142914, -0.42506998777389526, 0.7303922772407532, -0.07492996007204056, 0.24019621312618256, -0.42506998777389526, -1.2303920984268188, -1.0728291273117065, 0.6428572535514832, 1.0980392694473267, 1.868347406387329, 1.378151297569275, 1.465686321258545, 0.08263305574655533, -0.28501397371292114, 1.4131653308868408, 1.8508403301239014, 1.0805323123931885, 0.08263305574655533, 1.2380952835083008, 1.6232492923736572, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 2.0959384441375732, 1.1505602598190308, 0.2226892113685608, 0.34523820877075195, 0.012605053372681141, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.432773232460022], [0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.29271721839904785, 1.0980392694473267, 1.605742335319519, 1.9208683967590332, 1.780812382698059, 1.640756368637085, 0.7829132676124573, 1.0455182790756226, 1.2205883264541626, 1.8333333730697632, 1.9558824300765991, 1.605742335319519, 0.8179272413253784, -0.26750698685646057, 1.5007003545761108, 1.780812382698059, 1.483193278312683, 1.1680673360824585, 0.8529412746429443, 1.5007003545761108, 1.3081233501434326, 2.0959384441375732, 0.8354342579841614, 0.7829132676124573, 0.9579832553863525, -0.39005598425865173, 0.7829132676124573, 0.9229692816734314, 0.415266215801239, -0.3025209903717041, -0.17997196316719055, -0.0049019488506019115, 0.29271721839904785, -0.2499999701976776, -0.7752100229263306, -0.4950979948043823, -0.9327731132507324, 0.24019621312618256, 1.693277359008789, 2.0784313678741455, 1.3081233501434326, -0.10994396358728409, 0.0476190559566021, 0.9229692816734314, 1.1330533027648926, 0.6253502368927002, 0.3802522122859955, 1.2205883264541626, 1.7457983493804932, 1.2731093168258667, 0.6778712272644043, 0.9229692816734314, -0.12745095789432526, 0.7654062509536743, 1.0455182790756226, -0.0049019488506019115, 0.13515406847000122, 0.5378152132034302, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.432773232460022], [0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 1.3606443405151367, 1.640756368637085, 1.9558824300765991, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 0.7128852605819702, 1.640756368637085, 1.640756368637085, 1.8858543634414673, 1.605742335319519, 0.8354342579841614, -0.4425770044326782, 1.605742335319519, 1.640756368637085, 1.3081233501434326, 1.2380952835083008, 0.520308256149292, 1.5357143878936768, 1.7107843160629272, 1.553221344947815, 0.3802522122859955, 0.8179272413253784, 0.8529412746429443, 0.17016807198524475, 0.13515406847000122, 1.0980392694473267, 0.2752102017402649, -0.03991595283150673, -0.6351540088653564, 0.6953782439231873, 0.432773232460022, 0.7478992342948914, -1.2303920984268188, -0.3200279772281647, -1.1253501176834106, -0.4075630009174347, 1.2380952835083008, 1.9908963441848755, 1.465686321258545, 0.4677872359752655, 0.8354342579841614, 1.0805323123931885, 0.3802522122859955, 1.0105042457580566, 0.6603642702102661, 1.3956583738327026, 1.8858543634414673, 1.6582633256912231, -0.057422954589128494, -0.1624649614095688, -0.47759100794792175, -0.7226890325546265, 1.343137264251709, 1.728291392326355, 0.415266215801239, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.432773232460022, 0.4677872359752655, 0.45028021931648254], [0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5553222298622131, 0.5378152132034302, 0.4677872359752655, 0.6953782439231873, 1.378151297569275, 1.7457983493804932, 1.9033613204956055, 1.7983193397521973, 1.7107843160629272, 1.2731093168258667, 0.8004202842712402, 1.6757704019546509, 1.7457983493804932, 1.868347406387329, 1.553221344947815, 0.432773232460022, -0.03991595283150673, 1.553221344947815, 1.0805323123931885, 1.1680673360824585, 1.0105042457580566, 1.1330533027648926, 0.8704482913017273, 1.2380952835083008, 1.343137264251709, -0.33753499388694763, 1.3081233501434326, 0.5728292465209961, 0.2577032148838043, 0.3277312219142914, 0.0476190559566021, -0.2499999701976776, 0.2752102017402649, -0.4600839912891388, 0.5728292465209961, 0.6953782439231873, 0.432773232460022, 0.06512605398893356, -0.4425770044326782, 0.6778712272644043, -0.37254899740219116, 1.3606443405151367, 0.6778712272644043, 1.1855742931365967, -0.022408949211239815, 0.590336263179779, 1.465686321258545, 1.4131653308868408, 1.605742335319519, 1.5357143878936768, 2.0259103775024414, 2.043417453765869, 1.7983193397521973, -0.9852941036224365, -0.6001400351524353, 0.8004202842712402, 0.8004202842712402, 1.2556023597717285, 1.9383753538131714, 1.3956583738327026, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254], [0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.3802522122859955, 0.6778712272644043, 1.343137264251709, 1.6232492923736572, 1.815826416015625, 1.8333333730697632, 1.343137264251709, 0.29271721839904785, 1.1155463457107544, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.0455182790756226, -0.5126050114631653, -0.7401960492134094, 1.2556023597717285, 1.1680673360824585, 1.3606443405151367, 0.8879552483558655, 0.6078432202339172, 0.8004202842712402, 0.2226892113685608, 0.7654062509536743, -0.1624649614095688, 1.2906162738800049, 1.3606443405151367, 0.2226892113685608, 1.0280113220214844, 0.8879552483558655, 1.1330533027648926, -0.03991595283150673, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.6078432202339172, -1.0903360843658447, 0.590336263179779, -0.23249296844005585, 1.343137264251709, -0.03991595283150673, -0.28501397371292114, -0.2499999701976776, 1.2906162738800049, 0.7128852605819702, 1.0105042457580566, 1.2205883264541626, 1.8333333730697632, 1.4131653308868408, 1.868347406387329, 2.0784313678741455, -1.0728291273117065, 1.5007003545761108, 1.0630252361297607, 0.5553222298622131, 1.465686321258545, 1.5357143878936768, 1.5707283020019531, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.415266215801239, 0.34523820877075195, 0.29271721839904785, 0.6603642702102661, 1.553221344947815, 1.7107843160629272, 1.868347406387329, 1.8508403301239014, 1.1330533027648926, 0.7654062509536743, 1.2906162738800049, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 0.11764705926179886, 0.03011205606162548, -0.6001400351524353, 1.430672287940979, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.6078432202339172, 1.1680673360824585, 0.7303922772407532, 0.3627452254295349, 0.3102242052555084, 1.0980392694473267, 0.8704482913017273, 1.1155463457107544, 0.6953782439231873, 0.9404762983322144, 1.0455182790756226, 0.2226892113685608, 1.3081233501434326, 1.0455182790756226, 1.1855742931365967, 0.8004202842712402, 0.8879552483558655, -0.8802520632743835, -0.3025209903717041, 0.39775922894477844, 0.3627452254295349, 1.0980392694473267, -0.10994396358728409, -0.28501397371292114, 1.0980392694473267, 0.7303922772407532, 0.9404762983322144, 0.1001400575041771, 0.2226892113685608, 1.2731093168258667, 1.7633053064346313, 1.7457983493804932, -0.26750698685646057, 1.3081233501434326, 0.6428572535514832, 0.8179272413253784, 1.3256303071975708, 1.6757704019546509, 1.4131653308868408, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.2577032148838043, 0.7303922772407532, 1.378151297569275, 1.605742335319519, 1.8508403301239014, 1.815826416015625, 0.7478992342948914, 1.0630252361297607, 1.430672287940979, 1.7457983493804932, 1.5357143878936768, 1.640756368637085, -1.0553221702575684, -0.12745095789432526, -0.5126050114631653, 1.3256303071975708, 1.2205883264541626, 0.8354342579841614, 1.2556023597717285, 1.465686321258545, 0.7829132676124573, 0.6428572535514832, -0.5476189851760864, -0.10994396358728409, 1.378151297569275, 1.1155463457107544, 0.6428572535514832, -0.03991595283150673, -0.09243696182966232, 0.8879552483558655, 0.03011205606162548, 1.2906162738800049, 1.483193278312683, 1.3256303071975708, 1.3956583738327026, 1.1855742931365967, -1.0203081369400024, -0.5651260018348694, 0.8004202842712402, 0.3802522122859955, 0.6253502368927002, -0.09243696182966232, -1.2303920984268188, 0.39775922894477844, 0.520308256149292, 1.2556023597717285, 0.2577032148838043, 1.0980392694473267, 1.5707283020019531, 1.465686321258545, 1.8508403301239014, -0.47759100794792175, 1.0105042457580566, 0.6603642702102661, 0.13515406847000122, 1.6232492923736572, 1.6757704019546509, 1.5007003545761108, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.520308256149292, 0.4852942228317261, 0.502801239490509], [0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3802522122859955, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.29271721839904785, 0.24019621312618256, 0.2226892113685608, 0.8004202842712402, 1.5357143878936768, 1.6232492923736572, 1.8333333730697632, 1.7633053064346313, 0.4677872359752655, 0.7654062509536743, 1.6232492923736572, 1.815826416015625, 1.8858543634414673, 1.430672287940979, 0.2577032148838043, -0.10994396358728409, -0.26750698685646057, 1.5007003545761108, 1.343137264251709, 0.590336263179779, 0.6778712272644043, 0.7829132676124573, 1.3081233501434326, 0.6778712272644043, -0.03991595283150673, 0.590336263179779, 1.605742335319519, 1.1855742931365967, 1.0280113220214844, 0.7654062509536743, -0.07492996007204056, 0.7128852605819702, 0.11764705926179886, 1.1855742931365967, 1.2731093168258667, 1.640756368637085, 1.1855742931365967, 1.7107843160629272, -0.7226890325546265, 0.4852942228317261, -0.12745095789432526, -0.07492996007204056, -0.47759100794792175, 0.2577032148838043, -1.457983136177063, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.5728292465209961, 0.2577032148838043, 1.6582633256912231, 1.7107843160629272, 1.9908963441848755, -1.1428570747375488, 0.6078432202339172, 0.6778712272644043, 0.3102242052555084, 1.7457983493804932, 1.1680673360824585, 0.7303922772407532, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.4852942228317261, 0.502801239490509]], [[1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8556864261627197, 1.803398847579956, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374], [1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.646536111831665], [1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7925055623054504, 0.8447931408882141, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.7511112689971924], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7227887511253357, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8731155395507812, 1.8208279609680176, 1.803398847579956], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.9145098924636841, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.8905447721481323], [1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086], [0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107], [0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0299782752990723], [0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.1236603260040283, 1.0888018608093262, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.047407388687134], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8796514868736267, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [1.4548149108886719, 1.8208279609680176, 1.7511112689971924, 1.472244143486023, 1.1062309741973877, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.27398681640625, 2.2565577030181885, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.6988236904144287, 1.2456645965576172, 0.9667974710464478, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.6879304051399231, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7750763297080994, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.047407388687134, 2.1345534324645996, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.1868410110473633, 2.047407388687134, 1.8731155395507812, 1.315381407737732, 1.1062309741973877, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.8622223138809204, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.082265853881836], [1.5768193006515503, 2.0125491619110107, 2.117124319076538, 2.1868410110473633, 2.3262743949890137, 2.3785619735717773, 2.2565577030181885, 2.0648367404937744, 2.0299782752990723, 1.8208279609680176, 1.1062309741973877, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [1.332810640335083, 1.6813944578170776, 1.785969614982605, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 1.4025273323059082, 1.158518671989441, 0.8099347352981567, 0.6879304051399231, 0.600784420967102, 0.9667974710464478, 0.9319390654563904, 1.0365142822265625, 0.984226644039154, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [2.1694118976593018, 2.1694118976593018, 2.0125491619110107, 1.785969614982605, 1.7162528038024902, 0.6879304051399231, -0.688975989818573, -1.1247059106826782, 0.008191745728254318, 1.053943395614624, 1.6813944578170776, 1.785969614982605, 1.5942485332489014, 1.7511112689971924, 1.472244143486023, 1.1410894393920898, 0.984226644039154, 0.7750763297080994, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.27398681640625, 1.9951199293136597, 1.2805230617523193, 0.09533771127462387, 0.16505448520183563, 1.7511112689971924, 2.308845281600952, 2.3785619735717773, 2.2565577030181885, 2.308845281600952, 2.361132860183716, 2.047407388687134, 1.925403118133545, 1.629106879234314, 1.2456645965576172, 0.9493682980537415, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [2.0125491619110107, 2.082265853881836, 2.117124319076538, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.8556864261627197, 1.646536111831665, 1.768540382385254, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.27398681640625, 2.204270124435425, 2.047407388687134, 1.8731155395507812, 1.611677646636963, 1.1410894393920898, 0.8970807194709778, 0.7576471567153931, 0.6530719995498657, 0.8099347352981567, 0.8622223138809204, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.2108062505722046, 0.2173420637845993, -0.20095856487751007, 0.5484968423843384, 1.611677646636963, 2.0996949672698975, 2.204270124435425, 2.239128589630127, 2.308845281600952, 2.2914161682128906, 2.3262743949890137, 2.3262743949890137, 2.082265853881836, 1.803398847579956, 1.489673376083374, 1.1062309741973877, 0.9493682980537415, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.9145098924636841, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.6639652252197266, 1.8208279609680176, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 0.984226644039154, -0.688975989818573, -1.176993489265442, -0.6366884112358093, 0.4613508880138397, 1.332810640335083, 1.5768193006515503, 1.7162528038024902, 1.960261583328247, 2.1694118976593018, 2.204270124435425, 2.27398681640625, 2.361132860183716, 2.4831371307373047, 2.4134204387664795, 2.047407388687134, 1.6813944578170776, 1.1062309741973877, 0.7925055623054504, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1694118976593018, 2.1868410110473633], [0.8970807194709778, 1.4025273323059082, 1.5942485332489014, 1.6988236904144287, 1.3676689863204956, -0.5495424270629883, -1.2815686464309692, -0.6541175842285156, 1.1933770179748535, 2.1868410110473633, 2.27398681640625, 2.117124319076538, 2.082265853881836, 1.7511112689971924, 1.6988236904144287, 1.803398847579956, 1.803398847579956, 1.2630938291549683, 1.0016558170318604, 1.8382571935653687, 2.2914161682128906, 2.204270124435425, 1.6813944578170776, 1.071372628211975, 1.175947904586792, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425], [-0.5495424270629883, -0.026666639372706413, 0.7750763297080994, 1.2805230617523193, 0.42649248242378235, -1.1072766780853271, -1.176993489265442, 0.8099347352981567, 1.960261583328247, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.3262743949890137, 2.3262743949890137, 2.0996949672698975, 1.803398847579956, 1.0365142822265625, 0.07790851593017578, 1.2456645965576172, 2.2216994762420654, 2.2914161682128906, 2.308845281600952, 2.395991325378418, 2.3437037467956543, 2.0299782752990723, 1.8208279609680176, 1.5245317220687866, 1.2805230617523193, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.2914161682128906, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.3262743949890137, 2.2216994762420654, 2.204270124435425, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [-0.3055337369441986, -0.6541175842285156, -0.42753809690475464, 0.18248367309570312, 0.02562093921005726, -0.8981263637542725, -0.4972548484802246, 1.7162528038024902, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.239128589630127, 2.3437037467956543, 2.361132860183716, 2.0648367404937744, 1.2805230617523193, 1.5768193006515503, 2.117124319076538, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.3437037467956543, 2.3437037467956543, 2.239128589630127, 2.047407388687134, 1.785969614982605, 1.5245317220687866, 1.2456645965576172, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7336820363998413, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.239128589630127, 2.2565577030181885, 2.082265853881836, 1.5768193006515503, 2.0996949672698975, 2.308845281600952, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [0.008191745728254318, -0.3055337369441986, -0.23581695556640625, -0.11381260305643082, -0.21838775277137756, -0.3403921127319336, 0.2522004544734955, 1.6813944578170776, 1.9079740047454834, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.082265853881836, 1.629106879234314, 1.071372628211975, 1.158518671989441, 1.8556864261627197, 2.151982545852661, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.151982545852661, 2.239128589630127, 2.308845281600952, 2.047407388687134, 1.8556864261627197, 1.611677646636963, 1.315381407737732, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1868410110473633, 2.1345534324645996, 2.1868410110473633, 2.2914161682128906, 2.2914161682128906, 2.0299782752990723, 1.768540382385254, 2.082265853881836, 1.646536111831665, 2.4134204387664795, 2.2914161682128906, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 1.960261583328247, 2.0299782752990723, 2.3262743949890137, 2.3437037467956543, 2.2565577030181885, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [0.5833552479743958, 0.600784420967102, 1.332810640335083, 1.5419609546661377, 0.8796514868736267, 0.14762529730796814, -0.009237446822226048, 0.6530719995498657, 1.4548149108886719, 1.7511112689971924, 1.7511112689971924, 1.925403118133545, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.8556864261627197, 0.14762529730796814, -0.42753809690475464, -0.4972548484802246, -0.25324615836143494, 0.6356428265571594, 1.5419609546661377, 1.942832350730896, 2.0648367404937744, 2.1868410110473633, 2.0648367404937744, 1.942832350730896, 2.047407388687134, 2.2914161682128906, 2.1694118976593018, 1.960261583328247, 1.803398847579956, 1.4025273323059082, 1.1062309741973877, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.478780061006546, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.35677558183670044, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.0299782752990723, 1.8556864261627197, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.5071024894714355, 2.430849552154541, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.082265853881836, 1.925403118133545, 1.629106879234314, 1.5942485332489014, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [1.6988236904144287, 0.7925055623054504, 0.7402179837226868, 1.2456645965576172, 1.646536111831665, 1.2456645965576172, 0.44392168521881104, 0.35677558183670044, 0.600784420967102, 1.071372628211975, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 0.9145098924636841, -0.8806971907615662, -0.9678431153297424, -0.04409583657979965, 1.4548149108886719, 2.0125491619110107, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.7511112689971924, 2.0299782752990723, 2.204270124435425, 1.629106879234314, 1.2805230617523193, 1.8382571935653687, 2.1868410110473633, 1.9951199293136597, 1.5419609546661377, 0.9145098924636841, 0.8099347352981567, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.0648367404937744, 1.8905447721481323, 1.5419609546661377, 1.925403118133545, 1.960261583328247, 1.5245317220687866, 1.785969614982605, 1.5419609546661377, 1.5768193006515503, 1.489673376083374, 2.0996949672698975, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.1868410110473633, 1.6988236904144287, 1.629106879234314, 1.5419609546661377, 1.7162528038024902, 1.7336820363998413, 2.27398681640625, 2.239128589630127, 2.239128589630127, 2.239128589630127], [2.2914161682128906, 1.6813944578170776, -0.2881045341491699, -0.532113254070282, -0.3578213155269623, 0.09533771127462387, 0.6879304051399231, 1.472244143486023, 1.5942485332489014, 1.071372628211975, 0.8622223138809204, 1.2108062505722046, 1.5419609546661377, 1.7336820363998413, 1.3676689863204956, -0.18352937698364258, -1.176993489265442, -0.5495424270629883, 1.5419609546661377, 2.204270124435425, 2.239128589630127, 2.204270124435425, 2.308845281600952, 2.3437037467956543, 2.047407388687134, 1.5942485332489014, 1.071372628211975, 0.5833552479743958, 0.42649248242378235, 0.8622223138809204, 1.315381407737732, 2.0996949672698975, 2.2216994762420654, 1.5071024894714355, 1.1933770179748535, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.0365142822265625, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.3742047846317291, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7227887511253357, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.2216994762420654, 2.1345534324645996, 1.2108062505722046, 1.5245317220687866, 1.8382571935653687, 1.5768193006515503, 1.8208279609680176, 1.2979521751403809, 1.3676689863204956, 1.5593900680541992, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.9079740047454834, 1.8556864261627197, 1.942832350730896, 1.4548149108886719, 1.6988236904144287, 1.785969614982605, 2.0125491619110107, 2.2216994762420654, 2.2565577030181885, 2.2565577030181885, 2.239128589630127], [2.2216994762420654, 2.3785619735717773, 1.8208279609680176, 0.02562093921005726, -0.619259238243103, -0.42753809690475464, -0.25324615836143494, 0.28705883026123047, 1.1236603260040283, 1.646536111831665, 1.2108062505722046, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 0.7750763297080994, -0.601830005645752, -1.1595642566680908, 0.44392168521881104, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.2914161682128906, 2.204270124435425, 2.3437037467956543, 2.4134204387664795, 1.925403118133545, 1.0016558170318604, 0.44392168521881104, 1.2979521751403809, 1.489673376083374, 1.5245317220687866, 1.9951199293136597, 2.361132860183716, 2.27398681640625, 1.960261583328247, 1.8208279609680176, 1.6639652252197266, 1.2630938291549683, 1.0888018608093262, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.42649248242378235, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.3742047846317291, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.2565577030181885, 2.1694118976593018, 1.2630938291549683, 1.2805230617523193, 1.053943395614624, 1.4025273323059082, 1.5245317220687866, 1.5942485332489014, 1.175947904586792, 1.1062309741973877, 1.5071024894714355, 1.7511112689971924, 1.960261583328247, 1.785969614982605, 2.2565577030181885, 1.629106879234314, 1.9776906967163086, 1.5593900680541992, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885], [1.472244143486023, 2.0125491619110107, 2.3262743949890137, 2.204270124435425, 1.9079740047454834, 1.1062309741973877, 0.6530719995498657, 0.11276690661907196, -0.3229629397392273, 0.28705883026123047, 0.5833552479743958, 0.28705883026123047, 0.4090631604194641, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, -0.21838775277137756, 1.3850982189178467, 1.9079740047454834, 1.942832350730896, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.239128589630127, 2.2914161682128906, 2.3262743949890137, 2.0299782752990723, 1.053943395614624, 0.670501172542572, 0.9145098924636841, 1.0016558170318604, 1.7336820363998413, 2.1868410110473633, 2.27398681640625, 2.047407388687134, 1.960261583328247, 1.768540382385254, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.151982545852661, 2.204270124435425, 2.151982545852661, 2.151982545852661, 2.308845281600952, 1.2805230617523193, 0.9145098924636841, 0.7925055623054504, 0.9667974710464478, 1.3850982189178467, 1.5071024894714355, 0.9319390654563904, 0.9493682980537415, 1.489673376083374, 1.472244143486023, 1.8208279609680176, 1.472244143486023, 2.239128589630127, 1.4199565649032593, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.629106879234314, 1.768540382385254, 2.430849552154541, 2.204270124435425, 2.2565577030181885, 2.2914161682128906], [1.1236603260040283, 1.2456645965576172, 1.6988236904144287, 2.2565577030181885, 2.465708017349243, 2.5005664825439453, 2.1868410110473633, 1.0888018608093262, 0.3742047846317291, 0.4090631604194641, 0.1999128758907318, 0.18248367309570312, 0.827363908290863, 1.6988236904144287, 1.6639652252197266, 0.9493682980537415, 0.7227887511253357, 1.489673376083374, 1.8731155395507812, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 2.0648367404937744, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.0125491619110107, 1.8556864261627197, 1.2805230617523193, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.7925055623054504, 1.332810640335083, 1.960261583328247, 2.2216994762420654, 2.0996949672698975, 1.9951199293136597, 1.8556864261627197, 1.6988236904144287, 1.3676689863204956, 1.158518671989441, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.1933770179748535, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0125491619110107, 2.0996949672698975, 2.151982545852661, 2.117124319076538, 2.1694118976593018, 1.9079740047454834, 0.7925055623054504, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 1.2805230617523193, 1.5419609546661377, 1.0016558170318604, 1.071372628211975, 1.5419609546661377, 1.5071024894714355, 1.7162528038024902, 1.5419609546661377, 1.785969614982605, 1.5419609546661377, 1.5245317220687866, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.8382571935653687, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.308845281600952], [1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.332810640335083, 1.5593900680541992, 2.1345534324645996, 2.465708017349243, 2.430849552154541, 2.2565577030181885, 1.4199565649032593, 1.2282354831695557, 0.670501172542572, -0.04409583657979965, 0.478780061006546, 1.2456645965576172, 1.7511112689971924, 1.5071024894714355, 1.158518671989441, 1.2805230617523193, 1.6639652252197266, 1.8556864261627197, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 1.4548149108886719, 0.30448800325393677, -0.3578213155269623, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.175947904586792, 1.0190850496292114, 1.2805230617523193, 1.472244143486023, 1.646536111831665, 2.082265853881836, 2.3785619735717773, 2.0996949672698975, 1.9951199293136597, 1.9776906967163086, 1.6639652252197266, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.32191720604896545, 0.30448800325393677, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.151982545852661, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 1.0888018608093262, 0.7053595781326294, 0.8099347352981567, 0.8099347352981567, 0.984226644039154, 1.4548149108886719, 1.5245317220687866, 1.2630938291549683, 1.4025273323059082, 1.7162528038024902, 1.489673376083374, 1.6813944578170776, 1.7511112689971924, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.629106879234314, 1.5593900680541992, 2.0125491619110107, 2.082265853881836, 2.3437037467956543, 2.3437037467956543, 2.27398681640625], [1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.3676689863204956, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2216994762420654, 1.1410894393920898, 0.9493682980537415, 0.513638436794281, 0.13019609451293945, 0.28705883026123047, 0.7053595781326294, 1.1410894393920898, 0.984226644039154, 0.3742047846317291, 0.827363908290863, 1.3676689863204956, 1.611677646636963, 1.8556864261627197, 1.960261583328247, 1.942832350730896, 1.8208279609680176, 0.3742047846317291, -0.6366884112358093, 0.4613508880138397, 1.9079740047454834, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.7336820363998413, 1.5245317220687866, 1.5768193006515503, 1.6639652252197266, 1.5245317220687866, 1.2456645965576172, 1.1410894393920898, 1.629106879234314, 1.925403118133545, 1.7336820363998413, 1.2979521751403809, 1.1410894393920898, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 1.9776906967163086, 1.8731155395507812, 1.9951199293136597, 1.803398847579956, 2.0299782752990723, 1.2630938291549683, 0.3916339874267578, 0.513638436794281, 1.0016558170318604, 0.8447931408882141, 1.2282354831695557, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.7336820363998413, 1.6639652252197266, 1.925403118133545, 1.2805230617523193, 2.395991325378418, 2.361132860183716, 2.308845281600952], [1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.3502397537231445, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.5942485332489014, 1.1410894393920898, 1.2282354831695557, 1.4373857975006104, 1.053943395614624, 0.4613508880138397, 0.2522004544734955, 0.07790851593017578, 0.478780061006546, 1.0016558170318604, 1.1933770179748535, 1.5071024894714355, 1.6988236904144287, 1.803398847579956, 1.0365142822265625, -0.37525051832199097, -0.11381260305643082, 1.629106879234314, 2.0648367404937744, 2.117124319076538, 2.204270124435425, 2.2914161682128906, 2.27398681640625, 2.0648367404937744, 1.3676689863204956, 1.1062309741973877, 0.7925055623054504, 0.0430501289665699, 0.7053595781326294, 1.803398847579956, 2.2216994762420654, 2.117124319076538, 1.5245317220687866, 1.175947904586792, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.2696296274662018, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.513638436794281, 0.600784420967102, 0.6530719995498657, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 1.0888018608093262, 0.18248367309570312, 0.33934640884399414, -0.009237446822226048, 0.7925055623054504, 1.1062309741973877, 1.0190850496292114, 1.4025273323059082, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.6813944578170776, 1.5419609546661377, 1.4548149108886719, 1.2108062505722046, 1.2979521751403809, 1.5419609546661377, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.8382571935653687, 1.8382571935653687, 2.27398681640625, 2.3785619735717773], [1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.6639652252197266, 1.8905447721481323, 1.8208279609680176, 0.8970807194709778, 1.1933770179748535, 1.768540382385254, 1.8382571935653687, 1.2979521751403809, 0.4962092638015747, 0.5484968423843384, 1.158518671989441, 1.2805230617523193, 1.0888018608093262, 1.1410894393920898, 1.2805230617523193, 0.6530719995498657, -0.04409583657979965, 0.9493682980537415, 1.960261583328247, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.8731155395507812, 1.1410894393920898, 0.8447931408882141, 1.8382571935653687, 2.151982545852661, 2.2216994762420654, 2.3437037467956543, 2.4482789039611816, 2.239128589630127, 1.960261583328247, 1.925403118133545, 1.7162528038024902, 1.3676689863204956, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.7511112689971924, 0.6182135939598083, -0.07895421981811523, 1.5419609546661377, 1.1933770179748535, 0.7053595781326294, -0.2881045341491699, -0.18352937698364258, 0.13019609451293945, 0.7925055623054504, 1.1236603260040283, 0.9493682980537415, 1.489673376083374, 1.5245317220687866, 1.6813944578170776, 1.5245317220687866, 1.5419609546661377, 1.646536111831665, 1.6813944578170776, 1.5593900680541992, 1.629106879234314, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.5593900680541992, 1.7511112689971924, 1.5942485332489014, 1.8382571935653687, 2.0125491619110107, 1.7336820363998413, 2.3262743949890137, 2.4134204387664795], [1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 1.1062309741973877, 1.5593900680541992, 1.960261583328247, 2.1345534324645996, 1.4548149108886719, 1.3502397537231445, 1.629106879234314, 1.0888018608093262, 0.5659260153770447, 0.8447931408882141, 1.1410894393920898, 1.175947904586792, 1.053943395614624, 0.9145098924636841, 0.7576471567153931, 0.5833552479743958, 1.4373857975006104, 1.8382571935653687, 1.8905447721481323, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 1.158518671989441, 1.1410894393920898, 1.8731155395507812, 2.0648367404937744, 2.2216994762420654, 2.361132860183716, 2.430849552154541, 2.4482789039611816, 2.0996949672698975, 1.8905447721481323, 2.0648367404937744, 1.629106879234314, 1.315381407737732, 1.175947904586792, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.8905447721481323, 1.2630938291549683, 0.06047932058572769, 0.02562093921005726, 0.2696296274662018, 1.1410894393920898, 0.4090631604194641, -0.3578213155269623, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.1062309741973877, 0.984226644039154, 1.1933770179748535, 1.4548149108886719, 1.629106879234314, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.646536111831665, 1.5419609546661377, 1.5245317220687866, 1.8556864261627197, 1.8208279609680176, 1.7162528038024902, 2.308845281600952, 2.361132860183716], [1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.2630938291549683, 1.6988236904144287, 1.803398847579956, 1.611677646636963, 1.332810640335083, 1.0190850496292114, 1.2979521751403809, 1.7162528038024902, 1.4199565649032593, 0.9667974710464478, 0.9145098924636841, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 1.2108062505722046, 1.629106879234314, 1.629106879234314, 1.6988236904144287, 1.785969614982605, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 1.8208279609680176, 0.827363908290863, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 2.0996949672698975, 2.239128589630127, 2.430849552154541, 2.4134204387664795, 2.082265853881836, 1.960261583328247, 1.8208279609680176, 1.489673376083374, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.5833552479743958, 0.6182135939598083, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.6639652252197266, -0.09638340771198273, 0.02562093921005726, 0.513638436794281, 0.42649248242378235, 0.7227887511253357, 0.02562093921005726, 0.32191720604896545, 0.827363908290863, 1.1410894393920898, 1.5071024894714355, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.3676689863204956, 1.332810640335083, 1.4199565649032593, 1.5942485332489014, 1.611677646636963, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.5593900680541992, 1.5593900680541992, 1.646536111831665, 1.8382571935653687, 1.6813944578170776, 1.611677646636963, 2.27398681640625, 2.3437037467956543], [1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0888018608093262, 1.3502397537231445, 1.4025273323059082, 1.0888018608093262, 0.7750763297080994, 1.315381407737732, 1.7511112689971924, 1.6988236904144287, 1.1410894393920898, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 1.2630938291549683, 1.4199565649032593, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.7336820363998413, 1.8208279609680176, 1.8556864261627197, 1.2456645965576172, -0.18352937698364258, 0.6530719995498657, 2.082265853881836, 2.2914161682128906, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.925403118133545, 2.151982545852661, 2.204270124435425, 2.3785619735717773, 2.4134204387664795, 2.1345534324645996, 1.925403118133545, 1.8905447721481323, 1.5419609546661377, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.18248367309570312, 0.16505448520183563, 0.11276690661907196, 0.11276690661907196, 0.07790851593017578, 0.09533771127462387, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5833552479743958, 0.513638436794281, 0.600784420967102, 0.6879304051399231, 0.7576471567153931, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.8382571935653687, 1.8208279609680176, 1.960261583328247, 1.4373857975006104, 1.6813944578170776, 1.6639652252197266, 0.14762529730796814, -0.5146840810775757, 0.2522004544734955, 0.7227887511253357, 0.8970807194709778, 0.6879304051399231, 0.09533771127462387, 1.3676689863204956, 1.6639652252197266, 1.5593900680541992, 1.8905447721481323, 1.768540382385254, 1.785969614982605, 1.1933770179748535, 1.7336820363998413, 1.629106879234314, 1.3676689863204956, 1.315381407737732, 1.1236603260040283, 1.3850982189178467, 1.7336820363998413, 1.611677646636963, 1.646536111831665, 1.4199565649032593, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.7162528038024902, 1.8731155395507812, 1.6813944578170776, 1.629106879234314, 2.3437037467956543, 2.3262743949890137], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 1.175947904586792, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.5071024894714355, 1.646536111831665, 1.2979521751403809, 0.8970807194709778, 0.7750763297080994, 0.8622223138809204, 0.9145098924636841, 1.2282354831695557, 1.3676689863204956, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.4199565649032593, 0.4090631604194641, 0.32191720604896545, 1.7162528038024902, 2.047407388687134, 2.117124319076538, 2.204270124435425, 2.308845281600952, 2.239128589630127, 1.785969614982605, 1.489673376083374, 1.4199565649032593, 1.1236603260040283, 1.2805230617523193, 1.803398847579956, 1.9079740047454834, 0.6879304051399231, 0.8970807194709778, 1.1236603260040283, 1.2979521751403809, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.09533771127462387, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.5659260153770447, 0.7053595781326294, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.3676689863204956, 1.4025273323059082, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 2.0125491619110107, 1.646536111831665, 0.008191745728254318, -0.44496726989746094, 0.11276690661907196, -0.8284096121788025, -0.41010889410972595, 0.30448800325393677, 0.7925055623054504, 0.9493682980537415, 1.053943395614624, 0.3916339874267578, 1.489673376083374, 1.2979521751403809, 1.6813944578170776, 1.8556864261627197, 1.5942485332489014, 1.472244143486023, 1.4548149108886719, 1.9079740047454834, 1.6813944578170776, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.5768193006515503, 1.7336820363998413, 1.7162528038024902, 1.3850982189178467, 1.4025273323059082, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.5245317220687866, 2.430849552154541, 2.3437037467956543], [1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.3850982189178467, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.3676689863204956, 1.2630938291549683, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.5419609546661377, 1.5071024894714355, 1.071372628211975, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 1.1933770179748535, 1.4373857975006104, 1.5245317220687866, 1.489673376083374, 1.053943395614624, 0.2522004544734955, 0.9319390654563904, 1.8905447721481323, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.2565577030181885, 2.308845281600952, 2.2914161682128906, 1.2630938291549683, -0.06152502819895744, -0.3055337369441986, -0.3229629397392273, 0.42649248242378235, 0.18248367309570312, -0.23581695556640625, 0.2173420637845993, 1.5942485332489014, 1.5419609546661377, 1.2805230617523193, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.32191720604896545, 0.42649248242378235, 0.513638436794281, 0.6356428265571594, 0.984226644039154, 1.175947904586792, 1.5245317220687866, 1.611677646636963, 1.785969614982605, 1.6639652252197266, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.6813944578170776, 1.5768193006515503, 1.5245317220687866, 1.5942485332489014, 1.8382571935653687, 1.6988236904144287, 1.7511112689971924, 2.0996949672698975, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.8382571935653687, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.4025273323059082, 0.02562093921005726, 0.3916339874267578, -0.6366884112358093, -0.42753809690475464, -1.089847445487976, -0.8109803795814514, -0.8632679581642151, 0.30448800325393677, 0.4613508880138397, 0.7576471567153931, 0.8622223138809204, 0.3916339874267578, 1.2979521751403809, 1.7336820363998413, 1.5942485332489014, 1.6813944578170776, 1.4548149108886719, 1.7336820363998413, 1.6639652252197266, 1.803398847579956, 1.9079740047454834, 1.8382571935653687, 1.1062309741973877, 1.2805230617523193, 1.489673376083374, 1.5768193006515503, 1.6639652252197266, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.9951199293136597, 1.9776906967163086, 1.785969614982605, 2.465708017349243, 2.308845281600952], [1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.175947904586792, 1.8556864261627197, 2.2565577030181885, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 1.6639652252197266, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 1.0016558170318604, 1.2282354831695557, 1.646536111831665, 1.4548149108886719, 0.827363908290863, 0.4613508880138397, 0.5484968423843384, 0.9145098924636841, 1.4025273323059082, 1.4199565649032593, 1.0888018608093262, 0.5833552479743958, 1.489673376083374, 1.8556864261627197, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.082265853881836, 2.1345534324645996, 2.1868410110473633, 2.082265853881836, 1.053943395614624, 0.1999128758907318, -0.27067533135414124, -0.3229629397392273, -0.3055337369441986, -0.3578213155269623, -0.44496726989746094, -0.07895421981811523, 1.332810640335083, 1.6639652252197266, 1.4373857975006104, 1.1410894393920898, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1410894393920898, 1.071372628211975, 0.9493682980537415, 0.984226644039154, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1410894393920898, 1.1236603260040283, 1.0190850496292114, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.0888018608093262, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 0.8622223138809204, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.18248367309570312, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.16505448520183563, 0.2347712516784668, 0.1999128758907318, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.4090631604194641, 0.7576471567153931, 1.2456645965576172, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.6813944578170776, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.646536111831665, 1.6988236904144287, 1.629106879234314, 1.8731155395507812, 1.7511112689971924, 1.8208279609680176, 2.082265853881836, 2.117124319076538, 1.8731155395507812, 1.960261583328247, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.942832350730896, 1.8905447721481323, 1.9776906967163086, 1.925403118133545, 2.047407388687134, 0.827363908290863, 0.07790851593017578, -0.42753809690475464, -0.9155555367469788, -0.9504139423370361, -0.7935512065887451, -0.7935512065887451, -0.5495424270629883, -0.42753809690475464, 0.14762529730796814, 0.32191720604896545, 0.35677558183670044, 0.600784420967102, 0.8622223138809204, 1.489673376083374, 1.629106879234314, 1.5768193006515503, 1.2979521751403809, 1.3850982189178467, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.7336820363998413, 1.8731155395507812, 1.071372628211975, 1.315381407737732, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.942832350730896, 1.942832350730896, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.8208279609680176, 2.1694118976593018, 1.785969614982605, 1.5245317220687866, 2.4482789039611816, 2.361132860183716], [1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.3850982189178467, 1.9776906967163086, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.047407388687134, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 1.3676689863204956, 0.9493682980537415, 0.6356428265571594, 0.513638436794281, 0.984226644039154, 1.2108062505722046, 1.1410894393920898, 1.2282354831695557, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.0299782752990723, 1.332810640335083, 0.16505448520183563, -0.1661001741886139, -0.1486709862947464, -0.04409583657979965, -0.04409583657979965, -0.21838775277137756, -0.37525051832199097, -0.532113254070282, 0.2696296274662018, 0.8970807194709778, 0.6530719995498657, 0.7925055623054504, 1.0888018608093262, 1.158518671989441, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.0016558170318604, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.175947904586792, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8796514868736267, 0.8622223138809204, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.2522004544734955, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.18248367309570312, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.2522004544734955, 0.513638436794281, 0.827363908290863, 1.3676689863204956, 1.4025273323059082, 1.2282354831695557, 1.3502397537231445, 1.4373857975006104, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.5593900680541992, 1.629106879234314, 1.5245317220687866, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.8208279609680176, 1.8905447721481323, 1.803398847579956, 2.0648367404937744, 1.629106879234314, 2.151982545852661, 1.6813944578170776, 2.1868410110473633, 2.0648367404937744, 2.1868410110473633, 2.047407388687134, 2.082265853881836, 1.9776906967163086, 1.611677646636963, 1.3850982189178467, 1.1410894393920898, 0.2173420637845993, -0.4972548484802246, -0.9852723479270935, -1.1072766780853271, -1.1944226026535034, -0.9155555367469788, -0.6715468168258667, 0.2347712516784668, 0.4090631604194641, 0.18248367309570312, -0.009237446822226048, 0.478780061006546, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.6988236904144287, 1.5245317220687866, 1.2630938291549683, 1.175947904586792, 1.5942485332489014, 1.8382571935653687, 1.8556864261627197, 1.5768193006515503, 1.6639652252197266, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.5245317220687866, 1.7336820363998413, 1.925403118133545, 1.960261583328247, 1.5768193006515503, 2.395991325378418, 2.395991325378418], [1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.2630938291549683, 1.925403118133545, 2.27398681640625, 2.204270124435425, 2.1694118976593018, 2.0996949672698975, 1.629106879234314, 1.2630938291549683, 1.175947904586792, 1.4199565649032593, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.158518671989441, 1.5071024894714355, 1.5071024894714355, 1.0888018608093262, 0.8796514868736267, 0.8099347352981567, 1.0365142822265625, 1.6639652252197266, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 1.489673376083374, 0.06047932058572769, -0.026666639372706413, 0.513638436794281, 0.14762529730796814, -0.11381260305643082, -0.3229629397392273, -0.3403921127319336, -0.4623964726924896, -0.44496726989746094, -0.20095856487751007, -0.21838775277137756, -0.3229629397392273, -0.25324615836143494, -0.09638340771198273, 0.11276690661907196, 0.3916339874267578, 0.7402179837226868, 1.071372628211975, 1.175947904586792, 1.2805230617523193, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.785969614982605, 1.8556864261627197, 2.047407388687134, 2.27398681640625, 1.3676689863204956, -0.06152502819895744, 0.2696296274662018, 0.7925055623054504, 1.803398847579956, 2.27398681640625, 2.430849552154541, 2.4831371307373047, 2.430849552154541, 2.361132860183716, 2.3785619735717773, 2.430849552154541, 2.3437037467956543, 2.395991325378418, 2.622570753097534, 2.1345534324645996, -0.37525051832199097, -0.44496726989746094, 0.7925055623054504, 1.785969614982605, 2.0299782752990723, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 1.6813944578170776, 0.42649248242378235, 0.2696296274662018, 0.6356428265571594, 1.3850982189178467, 1.2456645965576172, 1.1236603260040283, 1.053943395614624, 0.8622223138809204, 0.6530719995498657, 0.5833552479743958, 0.4613508880138397, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.09533771127462387, 0.13019609451293945, 0.14762529730796814, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.28705883026123047, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.42649248242378235, 0.42649248242378235, 0.513638436794281, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.9667974710464478, 1.1236603260040283, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.646536111831665, 1.8731155395507812, 1.5942485332489014, 1.4373857975006104, 1.5768193006515503, 1.3502397537231445, 1.4025273323059082, 1.5071024894714355, 1.629106879234314, 1.3676689863204956, 1.472244143486023, 1.629106879234314, 1.7511112689971924, 1.7511112689971924, 1.4199565649032593, 1.942832350730896, 1.785969614982605, 1.6639652252197266, 1.8905447721481323, 2.0996949672698975, 2.2216994762420654, 2.0299782752990723, 2.0125491619110107, 2.1345534324645996, 2.047407388687134, 1.8731155395507812, 1.175947904586792, 0.2696296274662018, -0.1486709862947464, -0.688975989818573, -1.0201307535171509, -1.2815686464309692, -1.2989977598190308, -1.2989977598190308, -0.9155555367469788, -1.0201307535171509, 1.1236603260040283, 1.489673376083374, 1.0365142822265625, -0.009237446822226048, -0.2881045341491699, 0.13019609451293945, 1.6813944578170776, 1.6639652252197266, 2.0648367404937744, 1.6988236904144287, 1.3502397537231445, 0.8622223138809204, 1.7511112689971924, 1.4373857975006104, 1.768540382385254, 1.785969614982605, 2.047407388687134, 1.5071024894714355, 1.3676689863204956, 1.4025273323059082, 1.2979521751403809, 1.2979521751403809, 1.8208279609680176, 1.7336820363998413, 1.925403118133545, 1.7336820363998413, 1.5071024894714355, 1.5942485332489014, 1.5593900680541992, 1.9951199293136597, 1.5071024894714355, 2.308845281600952, 2.361132860183716], [1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.2282354831695557, 2.0299782752990723, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.0648367404937744, 1.7511112689971924, 1.2282354831695557, 1.2456645965576172, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.3850982189178467, 1.0888018608093262, 1.315381407737732, 1.7162528038024902, 1.489673376083374, 1.0190850496292114, 0.8447931408882141, 0.9319390654563904, 0.7402179837226868, 0.5659260153770447, 0.8970807194709778, 1.315381407737732, 1.611677646636963, 1.8731155395507812, 1.9079740047454834, 1.4025273323059082, 0.478780061006546, 0.7053595781326294, -0.1486709862947464, -0.1486709862947464, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.35677558183670044, 1.0888018608093262, 1.8556864261627197, 2.117124319076538, 2.1694118976593018, 2.308845281600952, 2.5354247093200684, 2.1694118976593018, 1.5593900680541992, 1.925403118133545, 2.3262743949890137, 2.465708017349243, 2.4482789039611816, 2.517995595932007, 2.552854061126709, 2.5702831745147705, 2.587712287902832, 2.622570753097534, 1.4199565649032593, -0.7064052224159241, -0.9852723479270935, 0.4613508880138397, 2.4134204387664795, 2.465708017349243, 2.430849552154541, 2.4482789039611816, 2.430849552154541, 2.4831371307373047, 2.5354247093200684, 2.5702831745147705, 2.622570753097534, 2.6399998664855957, 2.6399998664855957, 1.925403118133545, -0.026666639372706413, 0.8622223138809204, 1.768540382385254, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.0299782752990723, 0.9145098924636841, -0.18352937698364258, -0.7238344550132751, -0.9852723479270935, -0.7238344550132751, 2.1694118976593018, 2.430849552154541, 2.430849552154541, 2.517995595932007, 2.430849552154541, 2.308845281600952, 2.0648367404937744, 1.611677646636963, 1.2108062505722046, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.6879304051399231, 0.600784420967102, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.670501172542572, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7576471567153931, 0.8447931408882141, 0.9493682980537415, 0.8970807194709778, 0.9667974710464478, 0.9667974710464478, 1.1410894393920898, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2979521751403809, 1.472244143486023, 1.4199565649032593, 1.5071024894714355, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.7162528038024902, 1.2456645965576172, 1.158518671989441, 1.1410894393920898, 1.2979521751403809, 1.489673376083374, 1.2282354831695557, 1.2979521751403809, 1.5419609546661377, 1.3502397537231445, 1.332810640335083, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.5593900680541992, 1.4373857975006104, 1.611677646636963, 1.5419609546661377, 1.5593900680541992, 1.472244143486023, 1.7511112689971924, 1.768540382385254, 2.0648367404937744, 1.6813944578170776, 2.239128589630127, 2.0299782752990723, 1.611677646636963, 2.1868410110473633, 2.0996949672698975, 2.1694118976593018, 1.9776906967163086, 2.0299782752990723, 1.7336820363998413, 0.4090631604194641, -0.5146840810775757, -1.1072766780853271, -1.246710181236267, -1.176993489265442, -1.1944226026535034, -1.2989977598190308, -1.403572916984558, -0.8806971907615662, -0.7238344550132751, 1.5768193006515503, 1.960261583328247, 1.5245317220687866, 0.6530719995498657, -0.21838775277137756, 0.2696296274662018, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.925403118133545, 1.6639652252197266, 1.472244143486023, 1.2630938291549683, 1.5419609546661377, 1.8905447721481323, 1.768540382385254, 2.047407388687134, 1.803398847579956, 1.629106879234314, 1.8208279609680176, 1.5593900680541992, 1.472244143486023, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.4025273323059082, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 1.332810640335083, 2.4482789039611816, 2.395991325378418], [1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.175947904586792, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2565577030181885, 2.1345534324645996, 1.8731155395507812, 1.4548149108886719, 1.3850982189178467, 1.8208279609680176, 1.8382571935653687, 1.6639652252197266, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.5071024894714355, 1.3502397537231445, 1.1933770179748535, 1.1236603260040283, 0.8796514868736267, 0.8447931408882141, 0.7576471567153931, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, -0.07895421981811523, -0.37525051832199097, 0.478780061006546, 0.4090631604194641, 0.2522004544734955, 0.18248367309570312, 0.06047932058572769, 0.1999128758907318, 0.6356428265571594, 0.7750763297080994, 0.5659260153770447, 1.8556864261627197, 2.587712287902832, 2.5354247093200684, 2.4482789039611816, 2.552854061126709, 2.308845281600952, 2.151982545852661, 2.465708017349243, 2.4831371307373047, 2.517995595932007, 2.5354247093200684, 2.5354247093200684, 2.517995595932007, 2.587712287902832, 2.552854061126709, 2.587712287902832, 0.7053595781326294, -0.688975989818573, -1.1944226026535034, -1.1595642566680908, 0.0430501289665699, 2.3262743949890137, 2.430849552154541, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.3262743949890137, 2.517995595932007, 2.517995595932007, 2.4831371307373047, 2.1694118976593018, -0.9504139423370361, -1.4732897281646729, -1.4384313821792603, -0.5146840810775757, 0.6356428265571594, 1.0190850496292114, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, -0.18352937698364258, -1.1247059106826782, -1.2641394138336182, -1.1944226026535034, 0.513638436794281, 1.8556864261627197, 2.4482789039611816, 2.587712287902832, 2.4134204387664795, 2.430849552154541, 2.395991325378418, 2.4831371307373047, 2.5702831745147705, 2.1694118976593018, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.4025273323059082, 1.2108062505722046, 1.175947904586792, 1.2456645965576172, 1.4199565649032593, 1.5419609546661377, 1.646536111831665, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.803398847579956, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.768540382385254, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.4373857975006104, 1.5071024894714355, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.5942485332489014, 1.7336820363998413, 1.629106879234314, 1.5245317220687866, 1.611677646636963, 1.4373857975006104, 1.629106879234314, 1.6813944578170776, 1.5942485332489014, 1.472244143486023, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.4548149108886719, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.1933770179748535, 1.315381407737732, 1.489673376083374, 1.2108062505722046, 1.6813944578170776, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.2565577030181885, 1.8208279609680176, 1.6813944578170776, 2.1694118976593018, 1.768540382385254, 2.0648367404937744, 2.047407388687134, 1.6988236904144287, 1.646536111831665, 0.2696296274662018, -0.9678431153297424, -1.3861438035964966, -1.5255773067474365, -1.490718960762024, -1.333856225013733, -0.8109803795814514, -1.5081480741500854, -1.5604356527328491, -0.1486709862947464, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.5593900680541992, 0.42649248242378235, 0.1999128758907318, 1.6639652252197266, 2.0996949672698975, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 2.117124319076538, 1.2979521751403809, 1.4199565649032593, 1.611677646636963, 1.611677646636963, 1.8382571935653687, 1.9776906967163086, 1.5245317220687866, 2.0125491619110107, 1.6988236904144287, 1.4199565649032593, 1.6639652252197266, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 2.082265853881836, 1.2630938291549683, 2.430849552154541, 2.361132860183716], [1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 1.053943395614624, 1.785969614982605, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.239128589630127, 1.942832350730896, 1.5942485332489014, 1.5593900680541992, 1.942832350730896, 2.0996949672698975, 2.0299782752990723, 1.7162528038024902, 1.5071024894714355, 1.4373857975006104, 1.3676689863204956, 1.5245317220687866, 1.646536111831665, 1.2805230617523193, 1.0888018608093262, 1.4548149108886719, 1.5593900680541992, 1.5245317220687866, 1.2805230617523193, 0.9667974710464478, 0.13019609451293945, -0.44496726989746094, -0.11381260305643082, -0.09638340771198273, -0.3229629397392273, -0.3229629397392273, -0.20095856487751007, -0.39267969131469727, -0.5844008326530457, -0.1486709862947464, 0.0430501289665699, -0.11381260305643082, 2.27398681640625, 2.4482789039611816, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.5005664825439453, 2.587712287902832, 2.5354247093200684, 2.5005664825439453, 2.4831371307373047, 2.395991325378418, 2.3785619735717773, 2.4831371307373047, 2.4482789039611816, 0.28705883026123047, -0.5146840810775757, -1.0724183320999146, -1.3861438035964966, -1.403572916984558, -1.403572916984558, -1.0549890995025635, -0.009237446822226048, 1.2805230617523193, 1.8556864261627197, 2.151982545852661, 2.361132860183716, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 1.3676689863204956, -1.2641394138336182, -1.5081480741500854, -1.5778648853302002, -1.490718960762024, -0.9678431153297424, -0.7064052224159241, -0.5669716596603394, -0.3578213155269623, -0.21838775277137756, -0.688975989818573, -1.2815686464309692, -1.1247059106826782, -1.1072766780853271, -0.3229629397392273, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 2.151982545852661, 2.587712287902832, 1.629106879234314, 0.28705883026123047, 0.8970807194709778, 1.3502397537231445, 1.611677646636963, 1.6813944578170776, 1.646536111831665, 1.8382571935653687, 1.9079740047454834, 1.8382571935653687, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.7511112689971924, 1.8556864261627197, 1.8556864261627197, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.5942485332489014, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.5942485332489014, 1.6813944578170776, 1.5768193006515503, 1.5071024894714355, 1.6813944578170776, 1.785969614982605, 1.8208279609680176, 1.5071024894714355, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.5942485332489014, 1.3676689863204956, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.2282354831695557, 1.2282354831695557, 1.3502397537231445, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.5593900680541992, 1.3676689863204956, 1.4373857975006104, 1.5245317220687866, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.5593900680541992, 1.7511112689971924, 1.611677646636963, 1.7162528038024902, 2.1868410110473633, 2.0125491619110107, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0996949672698975, 2.204270124435425, 1.4548149108886719, 1.315381407737732, 0.008191745728254318, -0.9329847693443298, -1.3861438035964966, -1.4384313821792603, -1.5255773067474365, -1.403572916984558, -1.4210021495819092, -1.5081480741500854, -1.5081480741500854, -0.688975989818573, 1.071372628211975, 1.5245317220687866, 1.5419609546661377, 1.5245317220687866, 0.42649248242378235, 0.513638436794281, 1.2282354831695557, 1.7162528038024902, 1.7336820363998413, 1.9776906967163086, 2.1868410110473633, 1.9776906967163086, 1.2979521751403809, 1.7162528038024902, 1.5593900680541992, 1.6639652252197266, 1.5593900680541992, 1.803398847579956, 1.7162528038024902, 1.9776906967163086, 1.7162528038024902, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.803398847579956, 1.925403118133545, 1.472244143486023, 1.3850982189178467, 1.3676689863204956, 2.239128589630127, 1.4373857975006104, 2.395991325378418, 2.361132860183716], [1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3502397537231445, 1.332810640335083, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.7925055623054504, 0.8447931408882141, 0.9667974710464478, 1.6988236904144287, 2.204270124435425, 2.3262743949890137, 2.3437037467956543, 2.27398681640625, 2.047407388687134, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 2.047407388687134, 2.1694118976593018, 1.8382571935653687, 1.5245317220687866, 1.5419609546661377, 1.3850982189178467, 1.3850982189178467, 1.629106879234314, 1.5071024894714355, 1.3502397537231445, 1.5071024894714355, 1.5942485332489014, 1.3850982189178467, 0.984226644039154, 0.18248367309570312, -0.37525051832199097, -0.11381260305643082, -0.07895421981811523, -0.2881045341491699, -0.4798256754875183, -0.6541175842285156, -0.8109803795814514, -0.9678431153297424, -1.2292810678482056, -1.246710181236267, -1.0549890995025635, -0.7412636280059814, -0.21838775277137756, 1.0365142822265625, 1.2979521751403809, 1.332810640335083, 1.942832350730896, 2.430849552154541, 2.517995595932007, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.768540382385254, -1.176993489265442, -1.2815686464309692, -1.3512853384017944, -1.333856225013733, -1.403572916984558, -1.403572916984558, -1.403572916984558, -1.3861438035964966, -1.3687145709991455, -1.2989977598190308, -1.4384313821792603, -1.1421350240707397, -1.089847445487976, -1.2292810678482056, -1.1944226026535034, -1.3861438035964966, -1.490718960762024, -1.4558604955673218, -1.4558604955673218, -1.403572916984558, -1.3164269924163818, -1.2292810678482056, -1.2292810678482056, -1.246710181236267, -1.2641394138336182, -1.2815686464309692, -1.5255773067474365, -1.5430065393447876, -1.647581696510315, -1.5255773067474365, -1.1421350240707397, -0.8109803795814514, -0.3403921127319336, 0.3742047846317291, 1.0190850496292114, 0.6530719995498657, 1.071372628211975, 1.472244143486023, 1.629106879234314, 1.8731155395507812, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.785969614982605, 1.646536111831665, 1.629106879234314, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.5419609546661377, 1.6813944578170776, 1.6639652252197266, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6988236904144287, 1.5593900680541992, 1.5942485332489014, 1.5071024894714355, 1.611677646636963, 1.629106879234314, 1.6813944578170776, 1.6639652252197266, 1.5245317220687866, 1.4199565649032593, 1.4025273323059082, 1.315381407737732, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.0190850496292114, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 0.9319390654563904, 1.053943395614624, 1.0016558170318604, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.1933770179748535, 1.4025273323059082, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.8731155395507812, 1.8382571935653687, 2.0996949672698975, 1.785969614982605, 2.117124319076538, 1.7162528038024902, 2.0996949672698975, 1.9776906967163086, 1.803398847579956, 1.9079740047454834, 0.9493682980537415, -0.8632679581642151, -1.2118518352508545, -1.3512853384017944, -1.3687145709991455, -1.5604356527328491, -1.5430065393447876, -1.5255773067474365, -1.4384313821792603, -1.6127232313156128, -0.9504139423370361, 0.4962092638015747, 1.071372628211975, 1.5419609546661377, 1.4548149108886719, 1.0888018608093262, 0.513638436794281, 0.8970807194709778, 1.8556864261627197, 1.9079740047454834, 1.960261583328247, 2.0125491619110107, 1.925403118133545, 1.4199565649032593, 1.158518671989441, 1.489673376083374, 1.5593900680541992, 1.332810640335083, 1.7511112689971924, 1.6813944578170776, 1.8556864261627197, 1.7511112689971924, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.8208279609680176, 2.239128589630127, 1.629106879234314, 1.472244143486023, 1.611677646636963, 2.0648367404937744, 1.472244143486023, 2.430849552154541, 2.3262743949890137], [1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.7576471567153931, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 1.4373857975006104, 2.0648367404937744, 2.361132860183716, 2.3262743949890137, 2.3262743949890137, 2.1694118976593018, 1.9776906967163086, 2.0648367404937744, 1.942832350730896, 1.925403118133545, 2.117124319076538, 2.0648367404937744, 1.7336820363998413, 1.4199565649032593, 1.5768193006515503, 1.768540382385254, 1.5245317220687866, 1.5419609546661377, 1.2979521751403809, 0.6530719995498657, 0.18248367309570312, -0.3229629397392273, -0.6715468168258667, -0.9329847693443298, -1.0201307535171509, -1.1247059106826782, -1.1595642566680908, -1.1421350240707397, -1.1247059106826782, -1.176993489265442, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.3861438035964966, -1.089847445487976, -1.0027015209197998, -1.0724183320999146, -1.2641394138336182, -1.2641394138336182, -1.3687145709991455, 0.7576471567153931, 1.1236603260040283, -1.2118518352508545, -1.2641394138336182, -0.7412636280059814, -0.23581695556640625, -0.7935512065887451, -1.6301524639129639, -1.5430065393447876, -1.6127232313156128, -1.6824400424957275, -1.5081480741500854, -1.490718960762024, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.3687145709991455, -1.246710181236267, -1.2118518352508545, -1.176993489265442, -1.1247059106826782, -1.1072766780853271, -1.246710181236267, -1.5778648853302002, -1.1595642566680908, 0.06047932058572769, 0.7227887511253357, 1.2108062505722046, 1.4548149108886719, 1.1236603260040283, 0.5310676693916321, -0.4972548484802246, -0.6715468168258667, -0.1312417984008789, -0.5495424270629883, -0.7935512065887451, -1.176993489265442, -1.4384313821792603, -1.3164269924163818, -1.3512853384017944, -1.3687145709991455, -1.3512853384017944, -0.7412636280059814, 0.4962092638015747, 1.629106879234314, 1.9079740047454834, 1.768540382385254, 1.8905447721481323, 1.5419609546661377, 1.611677646636963, 1.803398847579956, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.9079740047454834, 1.7336820363998413, 1.6639652252197266, 1.6639652252197266, 1.803398847579956, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.472244143486023, 1.2805230617523193, 1.3502397537231445, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.5593900680541992, 1.472244143486023, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.3676689863204956, 1.3502397537231445, 1.2282354831695557, 1.4025273323059082, 1.332810640335083, 1.2456645965576172, 1.2805230617523193, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.071372628211975, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.2456645965576172, 1.315381407737732, 1.053943395614624, 1.3850982189178467, 1.4373857975006104, 1.2979521751403809, 1.2282354831695557, 1.489673376083374, 1.646536111831665, 1.7162528038024902, 1.5593900680541992, 1.9776906967163086, 2.0648367404937744, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.611677646636963, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.9079740047454834, 1.960261583328247, 1.785969614982605, 0.5659260153770447, -1.176993489265442, -1.4384313821792603, -1.490718960762024, -1.403572916984558, -1.4558604955673218, -1.490718960762024, -1.6127232313156128, -1.3687145709991455, -1.5952941179275513, -1.490718960762024, -0.1312417984008789, 0.6182135939598083, 1.629106879234314, 1.646536111831665, 0.9493682980537415, 0.8099347352981567, 1.1062309741973877, 1.472244143486023, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.785969614982605, 1.5071024894714355, 1.2282354831695557, 1.5245317220687866, 1.5942485332489014, 1.2979521751403809, 1.4373857975006104, 1.785969614982605, 1.6813944578170776, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.2805230617523193, 1.803398847579956, 1.9776906967163086, 1.611677646636963, 1.3676689863204956, 1.7511112689971924, 1.5245317220687866, 1.5942485332489014, 2.465708017349243, 2.3262743949890137], [1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.1933770179748535, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 0.9145098924636841, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 1.0888018608093262, 1.9079740047454834, 2.3262743949890137, 2.3437037467956543, 2.308845281600952, 2.239128589630127, 2.204270124435425, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.0299782752990723, 1.472244143486023, 1.5593900680541992, 1.785969614982605, 1.0365142822265625, -0.04409583657979965, -0.688975989818573, -0.8284096121788025, -0.9155555367469788, -0.9155555367469788, -1.0201307535171509, -1.0724183320999146, -1.1247059106826782, -1.3687145709991455, -1.4732897281646729, -1.5604356527328491, -1.647581696510315, -1.7347276210784912, -1.6650108098983765, -1.6127232313156128, -1.1944226026535034, -0.5844008326530457, -0.4798256754875183, -0.5844008326530457, -0.6715468168258667, -1.0375598669052124, -1.176993489265442, -1.1944226026535034, -1.333856225013733, -1.3164269924163818, -1.2292810678482056, -1.0027015209197998, -0.9678431153297424, -1.333856225013733, -1.4732897281646729, -1.333856225013733, -0.7412636280059814, -0.3578213155269623, -0.3578213155269623, -0.7412636280059814, -1.2118518352508545, -0.1312417984008789, 1.7336820363998413, 2.082265853881836, 2.361132860183716, 2.4482789039611816, 2.4831371307373047, 2.5005664825439453, 1.7511112689971924, 0.9145098924636841, 1.2805230617523193, 2.1694118976593018, 2.151982545852661, 1.9951199293136597, 1.2630938291549683, 0.0430501289665699, -0.3578213155269623, 2.517995595932007, 2.622570753097534, 2.5702831745147705, 2.517995595932007, 2.5354247093200684, 2.6051416397094727, 2.430849552154541, 2.0648367404937744, 1.175947904586792, 0.0430501289665699, -0.11381260305643082, 0.7402179837226868, 1.1410894393920898, 1.472244143486023, 1.5245317220687866, 1.629106879234314, 1.5593900680541992, 1.5419609546661377, 1.8382571935653687, 1.925403118133545, 1.8208279609680176, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.646536111831665, 1.489673376083374, 1.6813944578170776, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.5768193006515503, 1.5071024894714355, 1.3676689863204956, 1.2456645965576172, 1.489673376083374, 1.629106879234314, 1.6813944578170776, 1.5071024894714355, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.1933770179748535, 1.0365142822265625, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 0.8099347352981567, 1.0016558170318604, 1.053943395614624, 1.2282354831695557, 1.1236603260040283, 1.0888018608093262, 1.2630938291549683, 1.1410894393920898, 0.7402179837226868, 1.3676689863204956, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.3502397537231445, 1.629106879234314, 1.8382571935653687, 1.611677646636963, 1.9776906967163086, 1.646536111831665, 1.7511112689971924, 2.0996949672698975, 2.0125491619110107, 1.925403118133545, 2.0648367404937744, 2.0996949672698975, 1.803398847579956, 1.9079740047454834, 1.942832350730896, 1.6813944578170776, 0.9145098924636841, -1.246710181236267, -1.5255773067474365, -1.4384313821792603, -1.4384313821792603, -1.4384313821792603, -1.5255773067474365, -1.490718960762024, -1.4732897281646729, -1.2641394138336182, -0.4623964726924896, -1.0724183320999146, 0.13019609451293945, 1.472244143486023, 1.315381407737732, 1.2456645965576172, 1.2979521751403809, 0.32191720604896545, 0.8447931408882141, 1.4373857975006104, 1.6988236904144287, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.611677646636963, 1.9079740047454834, 1.7336820363998413, 1.803398847579956, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 2.0125491619110107, 1.8731155395507812, 1.5419609546661377, 1.3676689863204956, 1.7336820363998413, 1.8382571935653687, 1.785969614982605, 1.6639652252197266, 1.6639652252197266, 1.332810640335083, 1.8731155395507812, 2.6399998664855957, 2.3262743949890137], [1.803398847579956, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7576471567153931, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 1.5071024894714355, 2.1345534324645996, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.204270124435425, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.0299782752990723, 0.600784420967102, -0.09638340771198273, -0.6715468168258667, -0.7761220335960388, -0.7064052224159241, -0.5495424270629883, -0.688975989818573, -0.8458387851715088, -1.0549890995025635, -1.1421350240707397, -1.1421350240707397, -1.176993489265442, -1.3164269924163818, -1.4558604955673218, -1.5081480741500854, -1.2118518352508545, -0.5844008326530457, 0.4613508880138397, 0.7402179837226868, 0.7053595781326294, 0.14762529730796814, -0.5495424270629883, -0.9852723479270935, -1.176993489265442, -1.0724183320999146, -0.37525051832199097, 0.44392168521881104, 0.4613508880138397, -0.2881045341491699, -1.2118518352508545, -1.1247059106826782, 0.670501172542572, 2.047407388687134, 2.361132860183716, 2.5005664825439453, 2.3262743949890137, 2.5005664825439453, 2.308845281600952, 1.8208279609680176, 0.478780061006546, 1.4548149108886719, 1.9079740047454834, 1.2979521751403809, 0.14762529730796814, -0.44496726989746094, 2.239128589630127, 2.622570753097534, 2.5702831745147705, 2.5354247093200684, 2.5005664825439453, 2.5354247093200684, 2.587712287902832, 1.8556864261627197, -0.1486709862947464, 1.5419609546661377, 1.8731155395507812, 2.5005664825439453, 2.5702831745147705, 2.0125491619110107, 0.8796514868736267, 1.8731155395507812, 2.1345534324645996, 0.8447931408882141, 0.8970807194709778, 1.5245317220687866, 1.472244143486023, 1.1933770179748535, 1.3850982189178467, 1.3850982189178467, 1.5071024894714355, 1.611677646636963, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.768540382385254, 1.8731155395507812, 1.6988236904144287, 1.5768193006515503, 1.5071024894714355, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.5419609546661377, 1.4025273323059082, 1.5768193006515503, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.053943395614624, 1.3676689863204956, 1.4199565649032593, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 0.984226644039154, 1.2979521751403809, 1.175947904586792, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0888018608093262, 1.0016558170318604, 0.8447931408882141, 0.9319390654563904, 1.053943395614624, 1.2282354831695557, 1.2979521751403809, 1.0365142822265625, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 0.8970807194709778, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.6813944578170776, 1.6639652252197266, 2.1345534324645996, 1.9951199293136597, 1.768540382385254, 2.0996949672698975, 1.8208279609680176, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.315381407737732, 0.1999128758907318, -1.0201307535171509, -1.4732897281646729, -1.5081480741500854, -1.4558604955673218, -1.5255773067474365, -1.5255773067474365, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -1.0027015209197998, 0.11276690661907196, -0.3578213155269623, 1.2456645965576172, 1.4548149108886719, 0.7227887511253357, 1.803398847579956, 1.4199565649032593, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.7162528038024902, 1.3850982189178467, 1.332810640335083, 1.472244143486023, 1.8731155395507812, 2.1345534324645996, 1.960261583328247, 1.8382571935653687, 1.315381407737732, 1.5942485332489014, 1.8556864261627197, 1.8556864261627197, 1.2630938291549683, 1.489673376083374, 1.8905447721481323, 1.489673376083374, 1.768540382385254, 1.960261583328247, 1.611677646636963, 1.472244143486023, 2.047407388687134, 2.6051416397094727, 2.3262743949890137], [1.8208279609680176, 1.7511112689971924, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.0888018608093262, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 1.2630938291549683, 1.9776906967163086, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.3262743949890137, 2.239128589630127, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.0125491619110107, 1.960261583328247, -0.1312417984008789, -0.3229629397392273, -0.619259238243103, -0.688975989818573, -0.601830005645752, -0.41010889410972595, -0.37525051832199097, -0.3055337369441986, -0.5844008326530457, -0.9678431153297424, -1.0201307535171509, -1.0375598669052124, -1.1595642566680908, -1.176993489265442, -0.7761220335960388, 0.827363908290863, 1.8208279609680176, 1.9951199293136597, 2.0996949672698975, 2.0996949672698975, 1.7511112689971924, 1.6988236904144287, 1.2805230617523193, 0.16505448520183563, 0.2696296274662018, 0.3916339874267578, -0.1312417984008789, -0.7064052224159241, -0.8284096121788025, -0.37525051832199097, 0.2696296274662018, 2.082265853881836, 2.1868410110473633, 2.395991325378418, 2.4831371307373047, 2.0648367404937744, 0.8796514868736267, -0.6715468168258667, 1.1933770179748535, 2.27398681640625, 2.5005664825439453, 2.4831371307373047, 2.552854061126709, 2.4831371307373047, 2.517995595932007, 2.361132860183716, 1.0365142822265625, 1.2979521751403809, 1.9951199293136597, 1.9776906967163086, 0.670501172542572, 0.16505448520183563, 2.2565577030181885, 2.6399998664855957, 2.4831371307373047, 2.622570753097534, 2.3785619735717773, 1.053943395614624, -0.8284096121788025, 1.315381407737732, 2.4134204387664795, 2.3262743949890137, 2.1694118976593018, 1.4199565649032593, 1.5593900680541992, 1.6813944578170776, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.4548149108886719, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.472244143486023, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.489673376083374, 1.1933770179748535, 1.332810640335083, 1.315381407737732, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.071372628211975, 1.2630938291549683, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.5245317220687866, 1.2805230617523193, 1.2108062505722046, 1.315381407737732, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 0.984226644039154, 0.7402179837226868, 1.0190850496292114, 1.053943395614624, 0.984226644039154, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.9951199293136597, 1.942832350730896, 1.9776906967163086, 2.082265853881836, 1.8556864261627197, 1.768540382385254, 1.5942485332489014, 1.3502397537231445, -0.5669716596603394, -1.4210021495819092, -1.5778648853302002, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.2641394138336182, -1.1944226026535034, -0.39267969131469727, -0.07895421981811523, -0.27067533135414124, 1.0016558170318604, 1.6639652252197266, 1.4373857975006104, 1.6639652252197266, 0.7576471567153931, 0.9667974710464478, 1.5593900680541992, 1.332810640335083, 1.1062309741973877, 1.2108062505722046, 1.7162528038024902, 1.7162528038024902, 2.0299782752990723, 2.0299782752990723, 1.5768193006515503, 1.7336820363998413, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.7336820363998413, 1.629106879234314, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 2.151982545852661, 1.5768193006515503, 1.7162528038024902, 1.8382571935653687, 2.622570753097534, 2.3437037467956543], [1.8382571935653687, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 1.2805230617523193, 1.1062309741973877, 0.8970807194709778, 1.071372628211975, 1.8208279609680176, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.308845281600952, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.0996949672698975, 1.9079740047454834, -0.39267969131469727, -0.3055337369441986, -0.25324615836143494, -0.39267969131469727, -0.4972548484802246, -0.619259238243103, -0.42753809690475464, 0.14762529730796814, 0.5310676693916321, 0.13019609451293945, -0.601830005645752, -1.1072766780853271, -1.2989977598190308, 0.28705883026123047, 2.1345534324645996, 2.3262743949890137, 2.3785619735717773, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 1.8556864261627197, 0.18248367309570312, -0.1661001741886139, 0.8447931408882141, 0.18248367309570312, -1.246710181236267, -1.4384313821792603, -0.5669716596603394, 1.6988236904144287, 2.2216994762420654, 2.308845281600952, 1.472244143486023, -0.25324615836143494, -0.23581695556640625, 0.827363908290863, 0.8447931408882141, -0.2881045341491699, -0.4798256754875183, 1.8208279609680176, 2.430849552154541, 2.465708017349243, 2.622570753097534, 2.6051416397094727, 2.5702831745147705, 2.151982545852661, 0.07790851593017578, 2.0648367404937744, 2.552854061126709, 2.5354247093200684, 2.5702831745147705, 2.0299782752990723, 0.33934640884399414, 1.8556864261627197, 2.239128589630127, 2.517995595932007, 2.2914161682128906, 2.4482789039611816, 0.984226644039154, -0.4623964726924896, 0.8970807194709778, 0.7750763297080994, 2.0299782752990723, 2.0996949672698975, 1.6639652252197266, 1.8208279609680176, 1.8208279609680176, 1.6988236904144287, 1.7336820363998413, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4025273323059082, 1.2456645965576172, 1.4025273323059082, 1.2282354831695557, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.2282354831695557, 1.2456645965576172, 1.4025273323059082, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.2805230617523193, 1.315381407737732, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.5071024894714355, 1.5071024894714355, 1.2979521751403809, 1.158518671989441, 0.9319390654563904, 0.9667974710464478, 0.7750763297080994, 0.9145098924636841, 0.7750763297080994, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.158518671989441, 0.8622223138809204, 1.4373857975006104, 1.158518671989441, 1.3850982189178467, 1.315381407737732, 0.984226644039154, 1.0888018608093262, 1.4373857975006104, 1.3502397537231445, 1.5768193006515503, 1.646536111831665, 1.489673376083374, 1.315381407737732, 1.5245317220687866, 1.6813944578170776, 1.942832350730896, 1.646536111831665, 2.117124319076538, 1.8382571935653687, 1.8208279609680176, 1.8905447721481323, 1.9776906967163086, 2.047407388687134, 2.1345534324645996, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.489673376083374, 1.1410894393920898, 0.16505448520183563, -0.9329847693443298, -1.5255773067474365, -1.5604356527328491, -1.5255773067474365, -1.5081480741500854, -1.5778648853302002, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.490718960762024, -1.089847445487976, -0.27067533135414124, 0.7576471567153931, 0.13019609451293945, 0.13019609451293945, 0.513638436794281, 0.9667974710464478, 1.0016558170318604, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.2282354831695557, 1.4373857975006104, 1.8208279609680176, 1.5768193006515503, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 1.646536111831665, 1.5071024894714355, 1.6988236904144287, 1.5071024894714355, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.489673376083374, 1.646536111831665, 2.1868410110473633, 2.27398681640625, 1.8556864261627197, 2.047407388687134, 2.0648367404937744, 2.5702831745147705, 2.3262743949890137], [1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1410894393920898, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.7750763297080994, 0.8099347352981567, 1.629106879234314, 2.117124319076538, 2.0299782752990723, 1.5245317220687866, 1.1236603260040283, 1.3850982189178467, 1.960261583328247, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.3262743949890137, 2.27398681640625, 2.1694118976593018, 2.151982545852661, 1.489673376083374, 0.16505448520183563, 0.1999128758907318, -0.04409583657979965, -0.42753809690475464, -0.7586928009986877, -0.9678431153297424, -0.6715468168258667, 0.02562093921005726, 0.7925055623054504, 1.2282354831695557, 0.8796514868736267, 0.28705883026123047, 2.3262743949890137, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.5354247093200684, 2.5005664825439453, 2.395991325378418, 2.0648367404937744, -0.026666639372706413, -0.4972548484802246, -0.18352937698364258, -0.6541175842285156, -0.8284096121788025, -0.9155555367469788, 0.7925055623054504, 1.8556864261627197, 1.6813944578170776, 0.18248367309570312, -1.0549890995025635, -0.8284096121788025, 1.4373857975006104, 2.4482789039611816, 2.517995595932007, 2.4482789039611816, 2.3437037467956543, 1.2282354831695557, -0.27067533135414124, -0.23581695556640625, 0.600784420967102, 1.2979521751403809, 0.8099347352981567, -0.532113254070282, 1.0016558170318604, 2.4482789039611816, 2.4482789039611816, 2.4482789039611816, 2.395991325378418, 2.4482789039611816, 2.5005664825439453, 2.0125491619110107, 0.7750763297080994, 1.8208279609680176, 2.308845281600952, 2.6399998664855957, 2.0125491619110107, -0.009237446822226048, -0.44496726989746094, 2.1868410110473633, 2.0996949672698975, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.6639652252197266, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.5419609546661377, 1.489673376083374, 1.489673376083374, 1.1410894393920898, 1.3850982189178467, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.332810640335083, 1.315381407737732, 1.4548149108886719, 1.071372628211975, 1.5419609546661377, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2456645965576172, 1.3676689863204956, 1.3676689863204956, 1.2456645965576172, 0.9319390654563904, 1.2108062505722046, 1.646536111831665, 1.4025273323059082, 1.315381407737732, 0.984226644039154, 1.2282354831695557, 1.0016558170318604, 0.7576471567153931, 0.984226644039154, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.8796514868736267, 0.5659260153770447, 1.315381407737732, 0.44392168521881104, 0.9145098924636841, 0.9667974710464478, 0.8622223138809204, 1.2979521751403809, 1.1062309741973877, 1.175947904586792, 1.332810640335083, 1.332810640335083, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.6988236904144287, 2.0299782752990723, 2.1345534324645996, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 2.2565577030181885, 2.0299782752990723, 1.9079740047454834, 2.082265853881836, 1.925403118133545, 1.489673376083374, 1.315381407737732, -0.601830005645752, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5778648853302002, -1.5778648853302002, -1.490718960762024, -1.4732897281646729, -0.9678431153297424, -0.8806971907615662, 0.8447931408882141, 0.2522004544734955, 0.5484968423843384, 1.2979521751403809, 1.8382571935653687, 1.053943395614624, 1.315381407737732, 1.4548149108886719, 1.2630938291549683, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.2108062505722046, 1.6639652252197266, 1.8556864261627197, 1.6813944578170776, 1.9951199293136597, 1.8208279609680176, 1.2805230617523193, 1.3502397537231445, 1.785969614982605, 1.960261583328247, 1.785969614982605, 1.629106879234314, 1.315381407737732, 1.7336820363998413, 1.960261583328247, 1.8556864261627197, 1.9079740047454834, 2.4482789039611816, 2.622570753097534, 2.361132860183716], [1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.9145098924636841, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.6813944578170776, 2.3785619735717773, 2.27398681640625, 1.925403118133545, 0.984226644039154, 1.175947904586792, 1.785969614982605, 2.151982545852661, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.1694118976593018, 1.942832350730896, 2.117124319076538, 1.925403118133545, 0.6879304051399231, 0.42649248242378235, 0.5833552479743958, 0.11276690661907196, -0.8284096121788025, -1.0724183320999146, -1.1944226026535034, -1.0027015209197998, -0.1312417984008789, 1.0016558170318604, 1.646536111831665, 2.3437037467956543, 2.4482789039611816, 2.430849552154541, 2.517995595932007, 2.552854061126709, 2.517995595932007, 1.5071024894714355, -0.4798256754875183, -1.1944226026535034, -0.9678431153297424, 0.600784420967102, 0.7576471567153931, -0.3229629397392273, -1.0201307535171509, -0.21838775277137756, 1.2979521751403809, 0.9667974710464478, -0.25324615836143494, -1.1072766780853271, -0.3578213155269623, 1.5942485332489014, 2.1868410110473633, 2.204270124435425, 1.785969614982605, -0.18352937698364258, -1.1944226026535034, -1.0724183320999146, 1.4548149108886719, 2.430849552154541, 2.5005664825439453, 2.3437037467956543, 1.960261583328247, 0.513638436794281, 0.9667974710464478, 1.925403118133545, 2.1694118976593018, 2.204270124435425, 2.2914161682128906, 2.395991325378418, 2.552854061126709, 2.517995595932007, 2.430849552154541, 1.4025273323059082, 0.513638436794281, 0.1999128758907318, -0.1486709862947464, 1.2282354831695557, 1.9951199293136597, 1.803398847579956, 1.7162528038024902, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.611677646636963, 1.646536111831665, 1.785969614982605, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.1410894393920898, 1.2456645965576172, 1.3502397537231445, 1.4373857975006104, 1.2630938291549683, 1.2456645965576172, 1.3502397537231445, 1.2979521751403809, 1.5942485332489014, 1.4373857975006104, 1.1933770179748535, 1.5942485332489014, 1.3850982189178467, 1.1933770179748535, 1.4199565649032593, 1.2108062505722046, 1.3502397537231445, 1.0016558170318604, 1.2456645965576172, 1.3850982189178467, 1.4025273323059082, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2456645965576172, 1.158518671989441, 0.984226644039154, 1.158518671989441, 1.2282354831695557, 1.071372628211975, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.0365142822265625, 0.9493682980537415, 1.053943395614624, 0.9145098924636841, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.332810640335083, 1.4199565649032593, 1.5768193006515503, 1.3676689863204956, 1.3502397537231445, 1.7336820363998413, 1.803398847579956, 2.082265853881836, 1.7511112689971924, 1.8382571935653687, 1.8731155395507812, 2.1868410110473633, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 1.8556864261627197, 1.8556864261627197, 1.0888018608093262, -0.8458387851715088, -1.3164269924163818, -1.4732897281646729, -1.5255773067474365, -1.5255773067474365, -1.5604356527328491, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5952941179275513, -1.5952941179275513, -1.403572916984558, -0.37525051832199097, -0.4798256754875183, -0.2881045341491699, -0.07895421981811523, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 2.465708017349243, 1.4025273323059082, 1.785969614982605, 1.5419609546661377, 1.8208279609680176, 1.3676689863204956, 1.0190850496292114, 0.5310676693916321, 1.071372628211975, 1.6639652252197266, 1.7162528038024902, 1.646536111831665, 2.239128589630127, 1.5942485332489014, 1.071372628211975, 1.4373857975006104, 2.0648367404937744, 1.803398847579956, 1.925403118133545, 1.6988236904144287, 1.332810640335083, 1.4548149108886719, 1.942832350730896, 1.942832350730896, 2.0648367404937744, 2.204270124435425, 2.5702831745147705, 2.3437037467956543], [1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.1933770179748535, 1.0888018608093262, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7402179837226868, 0.8099347352981567, 1.6988236904144287, 2.3437037467956543, 2.3785619735717773, 1.942832350730896, 1.1236603260040283, 1.175947904586792, 1.6639652252197266, 2.0648367404937744, 1.8556864261627197, 1.3850982189178467, 0.07790851593017578, -0.8458387851715088, -0.8981263637542725, -0.8632679581642151, -0.9852723479270935, -1.0027015209197998, -0.3229629397392273, 0.5484968423843384, 1.0016558170318604, 0.4962092638015747, -0.44496726989746094, -1.0549890995025635, -1.3512853384017944, -1.1421350240707397, -0.619259238243103, 1.5593900680541992, 2.361132860183716, 2.5354247093200684, 2.5354247093200684, 2.3437037467956543, 1.1410894393920898, -0.21838775277137756, -0.6366884112358093, -1.089847445487976, -1.0549890995025635, -0.20095856487751007, -0.37525051832199097, -1.2292810678482056, -1.1072766780853271, 0.513638436794281, 1.6988236904144287, 0.984226644039154, -0.42753809690475464, -0.7238344550132751, 0.5310676693916321, 1.8731155395507812, 1.8208279609680176, 1.0016558170318604, -0.1486709862947464, -0.9155555367469788, -0.9155555367469788, 0.7227887511253357, 2.27398681640625, 2.3437037467956543, 2.308845281600952, 2.3437037467956543, 1.3502397537231445, -0.688975989818573, -0.7586928009986877, 0.9667974710464478, 2.5354247093200684, 2.4831371307373047, 2.4482789039611816, 2.5702831745147705, 2.430849552154541, 2.5354247093200684, 2.622570753097534, 0.5659260153770447, -0.4798256754875183, -0.9504139423370361, 0.6530719995498657, 1.5419609546661377, 1.7511112689971924, 1.646536111831665, 1.8731155395507812, 1.785969614982605, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.4025273323059082, 1.4025273323059082, 1.6639652252197266, 1.4025273323059082, 1.7511112689971924, 1.5593900680541992, 1.3502397537231445, 1.5768193006515503, 1.315381407737732, 1.4025273323059082, 1.3676689863204956, 1.5768193006515503, 1.2456645965576172, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.315381407737732, 1.2630938291549683, 1.646536111831665, 1.2108062505722046, 1.1933770179748535, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.315381407737732, 1.2282354831695557, 1.0016558170318604, 1.053943395614624, 1.489673376083374, 1.4199565649032593, 1.4025273323059082, 1.1933770179748535, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 0.9145098924636841, 1.1410894393920898, 1.0190850496292114, 1.071372628211975, 1.0016558170318604, 0.7576471567153931, 1.158518671989441, 1.0888018608093262, 1.3502397537231445, 1.158518671989441, 1.2456645965576172, 1.3502397537231445, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.4199565649032593, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 2.0648367404937744, 1.785969614982605, 2.0125491619110107, 2.082265853881836, 2.0648367404937744, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2108062505722046, -1.1247059106826782, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5778648853302002, -1.6301524639129639, -1.5604356527328491, -1.5604356527328491, -1.1247059106826782, -0.7935512065887451, -0.6715468168258667, 1.7511112689971924, 1.9951199293136597, 2.1345534324645996, 2.204270124435425, 1.8905447721481323, 2.27398681640625, 1.8905447721481323, 1.8382571935653687, 1.611677646636963, 1.6813944578170776, 1.5768193006515503, 1.0888018608093262, 1.4548149108886719, 1.2282354831695557, 1.2805230617523193, 1.7511112689971924, 1.6988236904144287, 2.117124319076538, 1.4025273323059082, 1.9776906967163086, 1.5768193006515503, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.6813944578170776, 1.960261583328247, 1.8556864261627197, 1.960261583328247, 2.2216994762420654, 2.622570753097534, 2.3437037467956543], [1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.1933770179748535, 1.0888018608093262, 1.0365142822265625, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 1.5593900680541992, 2.204270124435425, 2.361132860183716, 2.082265853881836, 1.071372628211975, 0.008191745728254318, -0.688975989818573, -0.9504139423370361, -1.0201307535171509, -1.0724183320999146, -1.1944226026535034, -1.2641394138336182, -1.2815686464309692, -1.4210021495819092, -1.4732897281646729, -1.4210021495819092, -1.3164269924163818, -0.7761220335960388, 0.1999128758907318, 1.0016558170318604, 1.053943395614624, 0.30448800325393677, -0.8632679581642151, -1.2641394138336182, -1.176993489265442, 1.4373857975006104, 2.517995595932007, 2.2216994762420654, 1.611677646636963, -0.6541175842285156, -0.8284096121788025, -0.688975989818573, -0.8632679581642151, -0.9329847693443298, 0.16505448520183563, 0.984226644039154, 0.7576471567153931, -0.5495424270629883, -0.41010889410972595, -0.11381260305643082, -1.0027015209197998, -1.403572916984558, -0.7412636280059814, 1.646536111831665, 1.7162528038024902, 1.2805230617523193, 0.30448800325393677, -0.07895421981811523, 1.6988236904144287, 1.7511112689971924, 1.1933770179748535, 0.7750763297080994, 0.9319390654563904, 0.5659260153770447, -0.42753809690475464, -1.1944226026535034, -1.246710181236267, 1.489673376083374, 2.6399998664855957, 2.622570753097534, 2.552854061126709, 2.5702831745147705, 2.517995595932007, 2.5005664825439453, 2.6399998664855957, 1.4199565649032593, 0.670501172542572, -0.9329847693443298, 0.4962092638015747, 1.9951199293136597, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.5071024894714355, 1.5419609546661377, 1.3850982189178467, 1.5593900680541992, 1.7336820363998413, 1.2979521751403809, 1.3676689863204956, 1.646536111831665, 1.7336820363998413, 1.4548149108886719, 1.5942485332489014, 1.1933770179748535, 1.8208279609680176, 1.4199565649032593, 1.5071024894714355, 1.4025273323059082, 1.5768193006515503, 1.6988236904144287, 1.6813944578170776, 1.2805230617523193, 1.1062309741973877, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.5593900680541992, 1.175947904586792, 1.315381407737732, 1.2108062505722046, 0.8622223138809204, 1.2282354831695557, 1.1236603260040283, 1.1933770179748535, 1.315381407737732, 1.4199565649032593, 1.158518671989441, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.5484968423843384, 0.984226644039154, 0.6879304051399231, 0.9493682980537415, 0.5310676693916321, 0.8970807194709778, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.4373857975006104, 1.175947904586792, 1.1933770179748535, 1.332810640335083, 1.2108062505722046, 1.5942485332489014, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.8208279609680176, 1.8905447721481323, 1.646536111831665, 2.082265853881836, 2.0125491619110107, 1.8905447721481323, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.8556864261627197, -0.18352937698364258, -1.4210021495819092, -1.5081480741500854, -1.5255773067474365, -1.5778648853302002, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -0.6715468168258667, -0.8981263637542725, 1.332810640335083, 0.7227887511253357, 0.8622223138809204, 1.925403118133545, 2.361132860183716, 2.1345534324645996, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.047407388687134, 1.8382571935653687, 1.5768193006515503, 1.803398847579956, 1.158518671989441, 0.6530719995498657, 0.9667974710464478, 1.175947904586792, 1.803398847579956, 1.6639652252197266, 1.960261583328247, 1.315381407737732, 2.1345534324645996, 1.5942485332489014, 1.6988236904144287, 1.803398847579956, 1.8905447721481323, 1.611677646636963, 1.611677646636963, 1.7336820363998413, 2.1345534324645996, 1.942832350730896, 1.9951199293136597, 2.2565577030181885, 2.5702831745147705, 2.3262743949890137], [1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.629106879234314, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.1933770179748535, 1.1410894393920898, 1.0888018608093262, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.827363908290863, 1.4373857975006104, 2.151982545852661, 2.4482789039611816, 1.960261583328247, 0.3916339874267578, 0.1999128758907318, -0.06152502819895744, -0.532113254070282, -0.8981263637542725, -1.176993489265442, -1.333856225013733, -1.403572916984558, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, -1.6127232313156128, -1.6127232313156128, -1.6301524639129639, -1.403572916984558, -0.688975989818573, 0.42649248242378235, 1.2282354831695557, 0.827363908290863, -0.21838775277137756, -0.9504139423370361, 0.7227887511253357, 1.8905447721481323, 0.4613508880138397, -0.9329847693443298, -0.688975989818573, -0.20095856487751007, -0.27067533135414124, -0.7761220335960388, -0.4972548484802246, 0.28705883026123047, 0.30448800325393677, -0.5669716596603394, 0.28705883026123047, 1.2108062505722046, 0.8796514868736267, -0.41010889410972595, -0.3403921127319336, 0.5484968423843384, -0.1661001741886139, -0.9329847693443298, -1.2118518352508545, 0.5310676693916321, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.35677558183670044, 1.5245317220687866, 1.4373857975006104, 0.3916339874267578, -0.7412636280059814, 0.8447931408882141, 2.204270124435425, 2.552854061126709, 2.5354247093200684, 2.517995595932007, 2.5702831745147705, 2.622570753097534, 1.2282354831695557, 1.611677646636963, 0.7925055623054504, -1.0549890995025635, -0.3229629397392273, 2.1694118976593018, 2.3785619735717773, 2.151982545852661, 2.2565577030181885, 1.2456645965576172, 1.158518671989441, 1.3850982189178467, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.5245317220687866, 1.332810640335083, 1.4548149108886719, 1.646536111831665, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.5245317220687866, 1.646536111831665, 1.4199565649032593, 1.472244143486023, 1.7336820363998413, 1.629106879234314, 1.3850982189178467, 1.2805230617523193, 1.071372628211975, 1.175947904586792, 0.9667974710464478, 1.175947904586792, 0.9667974710464478, 0.9145098924636841, 0.7402179837226868, 1.1410894393920898, 0.9319390654563904, 0.8099347352981567, 1.472244143486023, 1.472244143486023, 1.3502397537231445, 1.2108062505722046, 1.0190850496292114, 1.0888018608093262, 0.8447931408882141, 0.8622223138809204, 1.0365142822265625, 1.2456645965576172, 1.315381407737732, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.670501172542572, 1.071372628211975, 0.7925055623054504, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 0.827363908290863, 1.053943395614624, 1.2108062505722046, 1.5593900680541992, 1.5071024894714355, 1.2630938291549683, 1.489673376083374, 1.7336820363998413, 1.7336820363998413, 1.942832350730896, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 1.9776906967163086, 2.0996949672698975, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 1.768540382385254, 1.053943395614624, -0.8806971907615662, -1.3861438035964966, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5255773067474365, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5255773067474365, -1.5081480741500854, -1.3512853384017944, -0.42753809690475464, 0.42649248242378235, 1.1933770179748535, 2.1694118976593018, 1.803398847579956, 2.27398681640625, 0.9493682980537415, 2.2216994762420654, 2.151982545852661, 2.2565577030181885, 2.151982545852661, 2.1345534324645996, 2.3437037467956543, 1.8731155395507812, 2.2914161682128906, 0.6879304051399231, 0.5484968423843384, 0.7925055623054504, 1.332810640335083, 1.5245317220687866, 1.6988236904144287, 1.6639652252197266, 1.5245317220687866, 2.0299782752990723, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 1.5768193006515503, 1.8905447721481323, 1.7162528038024902, 1.5593900680541992, 1.332810640335083, 2.151982545852661, 2.0648367404937744, 1.9951199293136597, 2.552854061126709, 2.3437037467956543], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 1.315381407737732, 2.082265853881836, 2.4482789039611816, 2.1868410110473633, 1.960261583328247, 1.175947904586792, 0.7053595781326294, 0.6356428265571594, 0.4090631604194641, -0.3403921127319336, -1.0375598669052124, -1.4210021495819092, -1.5430065393447876, -1.6127232313156128, -1.6650108098983765, -1.7172983884811401, -1.7347276210784912, -1.7172983884811401, -1.7347276210784912, -1.6127232313156128, -1.2989977598190308, -0.3403921127319336, 1.0016558170318604, 1.158518671989441, 0.28705883026123047, -0.39267969131469727, -1.089847445487976, -1.176993489265442, -0.9329847693443298, -0.532113254070282, -0.18352937698364258, -0.1486709862947464, 0.0430501289665699, 0.3916339874267578, 0.5833552479743958, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.513638436794281, -0.619259238243103, -0.5146840810775757, 1.175947904586792, 0.5833552479743958, -0.4972548484802246, -1.0027015209197998, 0.1999128758907318, 0.5310676693916321, -0.5495424270629883, -1.0549890995025635, -0.619259238243103, 1.5768193006515503, 1.8208279609680176, 1.646536111831665, 1.158518671989441, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.4831371307373047, 2.465708017349243, 2.517995595932007, 2.308845281600952, 0.7402179837226868, 0.33934640884399414, -0.5844008326530457, -1.0027015209197998, 0.11276690661907196, 1.960261583328247, 1.7336820363998413, 1.925403118133545, 1.629106879234314, 0.5310676693916321, 0.9493682980537415, 1.5768193006515503, 1.3850982189178467, 0.9319390654563904, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.4373857975006104, 1.175947904586792, 1.5245317220687866, 1.5942485332489014, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.472244143486023, 1.8731155395507812, 1.053943395614624, 1.472244143486023, 1.2282354831695557, 1.2282354831695557, 1.053943395614624, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.175947904586792, 1.2805230617523193, 1.1062309741973877, 1.175947904586792, 1.0016558170318604, 1.1410894393920898, 1.315381407737732, 1.315381407737732, 1.1062309741973877, 0.8970807194709778, 0.9667974710464478, 0.6879304051399231, 1.053943395614624, 0.827363908290863, 1.1410894393920898, 1.158518671989441, 1.1062309741973877, 0.7576471567153931, 0.9319390654563904, 0.8622223138809204, 0.9667974710464478, 1.1933770179748535, 0.9319390654563904, 1.0016558170318604, 1.175947904586792, 0.827363908290863, 1.175947904586792, 1.0365142822265625, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.489673376083374, 1.611677646636963, 1.8382571935653687, 1.646536111831665, 1.6639652252197266, 1.925403118133545, 2.0299782752990723, 1.960261583328247, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 1.6988236904144287, 1.489673376083374, -0.9329847693443298, -1.2292810678482056, -1.4558604955673218, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5255773067474365, -1.4732897281646729, -1.490718960762024, -1.3687145709991455, -1.0027015209197998, 0.18248367309570312, 1.768540382385254, 1.2979521751403809, 2.0299782752990723, 2.1694118976593018, 2.3262743949890137, 1.9079740047454834, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.3262743949890137, 2.0125491619110107, 1.1933770179748535, 1.1933770179748535, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.5245317220687866, 2.0996949672698975, 1.5593900680541992, 1.803398847579956, 2.0996949672698975, 1.803398847579956, 1.2630938291549683, 2.0299782752990723, 1.7162528038024902, 1.611677646636963, 2.517995595932007, 2.361132860183716], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.8970807194709778, 1.2979521751403809, 2.0125491619110107, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.0996949672698975, 1.1236603260040283, 0.513638436794281, 0.7576471567153931, 0.8796514868736267, 0.7053595781326294, 0.008191745728254318, -0.8632679581642151, -1.246710181236267, -1.490718960762024, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.6824400424957275, -1.6650108098983765, -1.5952941179275513, -0.8806971907615662, 0.3742047846317291, 1.2282354831695557, 1.0016558170318604, -0.11381260305643082, -0.9678431153297424, -1.2641394138336182, -1.1595642566680908, -0.5844008326530457, 0.02562093921005726, -0.06152502819895744, 0.6530719995498657, 0.35677558183670044, 0.4090631604194641, 0.6879304051399231, 0.9493682980537415, 0.16505448520183563, -0.42753809690475464, 0.32191720604896545, 0.30448800325393677, -0.4972548484802246, -0.8981263637542725, -0.1486709862947464, -0.04409583657979965, -1.1595642566680908, -1.3687145709991455, -0.2881045341491699, 1.2979521751403809, 1.3676689863204956, 0.5833552479743958, -0.2881045341491699, 0.5833552479743958, 2.517995595932007, 2.552854061126709, 2.517995595932007, 2.6051416397094727, 2.587712287902832, -1.0027015209197998, -1.089847445487976, 1.5942485332489014, 2.082265853881836, 2.204270124435425, 2.2216994762420654, 0.6182135939598083, -0.25324615836143494, 1.489673376083374, 1.8731155395507812, 1.6813944578170776, 1.7162528038024902, 1.1933770179748535, 0.5484968423843384, 0.6530719995498657, 1.472244143486023, 1.1410894393920898, 1.2282354831695557, 1.175947904586792, 1.611677646636963, 1.5942485332489014, 1.6639652252197266, 1.5593900680541992, 1.629106879234314, 1.2282354831695557, 1.5942485332489014, 1.2108062505722046, 1.2456645965576172, 1.5942485332489014, 1.158518671989441, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.2456645965576172, 1.1062309741973877, 1.2282354831695557, 1.4548149108886719, 1.4373857975006104, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.315381407737732, 0.9319390654563904, 0.984226644039154, 1.3502397537231445, 1.0365142822265625, 0.7750763297080994, 1.0888018608093262, 1.3502397537231445, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 0.8622223138809204, 1.1062309741973877, 1.0190850496292114, 1.1236603260040283, 0.8970807194709778, 0.6879304051399231, 1.1410894393920898, 1.175947904586792, 1.0190850496292114, 1.053943395614624, 0.9319390654563904, 1.2979521751403809, 1.053943395614624, 1.071372628211975, 1.611677646636963, 1.5071024894714355, 1.472244143486023, 1.646536111831665, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.8556864261627197, 1.9951199293136597, 2.0648367404937744, 1.960261583328247, 1.8905447721481323, 2.082265853881836, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 0.008191745728254318, -1.1595642566680908, -1.4384313821792603, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.4732897281646729, -1.4732897281646729, -1.4732897281646729, -1.4210021495819092, -1.2641394138336182, -0.3578213155269623, -0.9329847693443298, 0.16505448520183563, 1.6813944578170776, 2.2216994762420654, 1.960261583328247, 1.803398847579956, 2.3262743949890137, 2.3785619735717773, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.0996949672698975, 2.239128589630127, 2.1868410110473633, 2.0996949672698975, 0.4962092638015747, 2.0648367404937744, 1.768540382385254, 1.5593900680541992, 1.629106879234314, 1.2630938291549683, 1.5593900680541992, 1.4025273323059082, 2.0125491619110107, 1.768540382385254, 2.047407388687134, 1.7511112689971924, 2.117124319076538, 1.9951199293136597, 1.4373857975006104, 1.489673376083374, 2.239128589630127, 1.8905447721481323, 1.1062309741973877, 2.4134204387664795, 2.3437037467956543], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.8099347352981567, 1.1410894393920898, 1.8208279609680176, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.1345534324645996, 1.9776906967163086, 1.071372628211975, 0.35677558183670044, 0.4613508880138397, 0.9319390654563904, 1.1933770179748535, 1.0190850496292114, 0.16505448520183563, -0.6366884112358093, -1.1595642566680908, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.6301524639129639, -1.5778648853302002, -1.6301524639129639, -1.6998692750930786, -1.2815686464309692, 0.2347712516784668, 1.175947904586792, 1.3676689863204956, 0.6879304051399231, -0.5844008326530457, -1.2641394138336182, -1.5081480741500854, -1.1072766780853271, -0.21838775277137756, 0.28705883026123047, 0.600784420967102, 0.2173420637845993, 0.3742047846317291, 0.16505448520183563, 0.478780061006546, 1.2805230617523193, 1.2805230617523193, -0.07895421981811523, -0.8981263637542725, 0.0430501289665699, 0.7053595781326294, 0.33934640884399414, -0.41010889410972595, -0.532113254070282, 0.16505448520183563, -0.39267969131469727, -1.4384313821792603, -0.9852723479270935, 0.8447931408882141, 2.6051416397094727, 2.395991325378418, 2.4134204387664795, 2.5354247093200684, 2.27398681640625, -1.5604356527328491, -0.8806971907615662, 1.5419609546661377, 2.1868410110473633, 2.204270124435425, 1.4373857975006104, -1.0724183320999146, -0.37525051832199097, 2.27398681640625, 2.1868410110473633, 2.2216994762420654, 2.082265853881836, 2.2914161682128906, 0.2173420637845993, 0.42649248242378235, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.6988236904144287, 1.4199565649032593, 1.4199565649032593, 1.1236603260040283, 1.4025273323059082, 1.6988236904144287, 1.4548149108886719, 1.5768193006515503, 1.175947904586792, 0.9493682980537415, 1.0016558170318604, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.5245317220687866, 1.332810640335083, 1.5419609546661377, 1.315381407737732, 1.472244143486023, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.175947904586792, 1.3676689863204956, 1.2282354831695557, 0.8099347352981567, 1.0016558170318604, 1.2456645965576172, 0.9319390654563904, 1.2456645965576172, 1.1410894393920898, 1.0190850496292114, 0.8622223138809204, 1.4548149108886719, 1.2456645965576172, 1.4199565649032593, 1.1236603260040283, 1.1236603260040283, 1.053943395614624, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.315381407737732, 0.9145098924636841, 1.053943395614624, 0.9145098924636841, 1.4548149108886719, 1.1062309741973877, 1.629106879234314, 1.4373857975006104, 1.5593900680541992, 1.5942485332489014, 1.785969614982605, 1.9079740047454834, 1.7162528038024902, 2.047407388687134, 2.082265853881836, 1.8731155395507812, 1.8905447721481323, 1.960261583328247, 2.082265853881836, 1.053943395614624, -0.6366884112358093, -1.403572916984558, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.3687145709991455, -1.403572916984558, -1.4732897281646729, -1.089847445487976, -1.1421350240707397, -0.8284096121788025, -0.04409583657979965, 1.768540382385254, -0.5146840810775757, 1.5419609546661377, 1.8382571935653687, 2.308845281600952, 2.1868410110473633, 2.2565577030181885, 2.308845281600952, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.3850982189178467, 2.047407388687134, 2.0299782752990723, 1.8382571935653687, 1.4199565649032593, 1.175947904586792, 1.5245317220687866, 1.5768193006515503, 1.7336820363998413, 2.1345534324645996, 2.2565577030181885, 1.8556864261627197, 1.9079740047454834, 2.1694118976593018, 1.960261583328247, 2.239128589630127, 1.8382571935653687, 1.8382571935653687, 1.5245317220687866, 2.239128589630127, 2.308845281600952], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 0.9319390654563904, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 1.1062309741973877, 1.785969614982605, 2.2565577030181885, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 1.9776906967163086, 1.2108062505722046, 0.5310676693916321, 0.42649248242378235, 0.4090631604194641, 0.7925055623054504, 1.2630938291549683, 1.1933770179748535, 0.2347712516784668, -0.7761220335960388, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5952941179275513, -1.1421350240707397, 0.32191720604896545, 1.1062309741973877, 1.5942485332489014, 1.158518671989441, 0.07790851593017578, -0.7238344550132751, -1.1944226026535034, -0.8806971907615662, -0.3578213155269623, -0.1312417984008789, 0.44392168521881104, 0.7227887511253357, 0.42649248242378235, 0.2173420637845993, 0.33934640884399414, -0.7412636280059814, -0.6541175842285156, 0.6530719995498657, 0.16505448520183563, -0.7412636280059814, -1.1421350240707397, -0.9504139423370361, 0.44392168521881104, 0.13019609451293945, -0.9155555367469788, -0.7586928009986877, 0.35677558183670044, 0.5484968423843384, 2.239128589630127, 2.3437037467956543, 2.465708017349243, 2.517995595932007, 0.5484968423843384, -0.23581695556640625, 0.478780061006546, 0.6356428265571594, 1.071372628211975, -0.06152502819895744, -1.176993489265442, -0.7935512065887451, 1.8731155395507812, 2.151982545852661, 2.117124319076538, 2.151982545852661, 1.489673376083374, -0.8284096121788025, 0.008191745728254318, 1.7162528038024902, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.489673376083374, 1.3502397537231445, 1.3502397537231445, 1.2456645965576172, 1.4373857975006104, 1.5768193006515503, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.175947904586792, 1.2979521751403809, 1.0365142822265625, 1.3850982189178467, 1.4199565649032593, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.0190850496292114, 1.5768193006515503, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.2108062505722046, 0.8970807194709778, 1.175947904586792, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.0016558170318604, 1.2108062505722046, 1.175947904586792, 1.315381407737732, 1.1410894393920898, 0.984226644039154, 1.053943395614624, 1.1933770179748535, 1.158518671989441, 1.2108062505722046, 0.984226644039154, 1.053943395614624, 1.175947904586792, 0.7925055623054504, 1.0190850496292114, 1.2282354831695557, 0.7227887511253357, 1.5593900680541992, 1.5419609546661377, 1.3676689863204956, 1.5419609546661377, 1.5245317220687866, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.9079740047454834, 0.42649248242378235, -1.0027015209197998, -1.403572916984558, -1.4732897281646729, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.3861438035964966, -1.3512853384017944, -1.3687145709991455, -1.176993489265442, -1.1595642566680908, -0.11381260305643082, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 1.6813944578170776, -0.1661001741886139, 0.4962092638015747, 1.9079740047454834, 1.8731155395507812, 2.239128589630127, 2.204270124435425, 2.2565577030181885, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 2.1868410110473633, 2.3437037467956543, 2.1868410110473633, 2.27398681640625, 2.082265853881836, 2.0996949672698975, 1.942832350730896, 1.5071024894714355, 1.0888018608093262, 1.5942485332489014, 1.2456645965576172, 1.4373857975006104, 1.7162528038024902, 2.1345534324645996, 1.9079740047454834, 2.0648367404937744, 2.0996949672698975, 2.1694118976593018, 2.361132860183716, 1.611677646636963, 1.8556864261627197, 2.0648367404937744, 2.2565577030181885, 2.3262743949890137], [1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.1236603260040283, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 1.053943395614624, 1.7336820363998413, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.1236603260040283, 0.5484968423843384, 0.6356428265571594, 0.4090631604194641, 0.18248367309570312, 0.8099347352981567, 1.3676689863204956, 1.1236603260040283, 0.0430501289665699, -0.9504139423370361, -1.2989977598190308, -1.403572916984558, -1.5255773067474365, -1.5952941179275513, -1.6998692750930786, -1.5081480741500854, -0.9504139423370361, 0.600784420967102, 1.2805230617523193, 1.4373857975006104, 1.5071024894714355, 0.670501172542572, -0.532113254070282, -1.1072766780853271, -1.0375598669052124, -0.3229629397392273, -0.1312417984008789, 0.18248367309570312, 0.8622223138809204, 1.2108062505722046, 0.3742047846317291, 0.0430501289665699, 0.670501172542572, 0.670501172542572, -0.532113254070282, -0.9678431153297424, -0.7761220335960388, -0.009237446822226048, 0.11276690661907196, -0.3578213155269623, -0.2881045341491699, 0.06047932058572769, -0.5844008326530457, -1.1595642566680908, 2.2914161682128906, 2.5354247093200684, 2.5354247093200684, 0.9145098924636841, 0.8622223138809204, 0.9667974710464478, -0.7412636280059814, -1.2989977598190308, 0.2347712516784668, 1.7336820363998413, 1.5071024894714355, 1.5419609546661377, 1.332810640335083, 0.0430501289665699, 0.06047932058572769, 0.14762529730796814, -1.0027015209197998, -0.9852723479270935, 0.8796514868736267, 0.9145098924636841, 1.2456645965576172, 1.1236603260040283, 1.3676689863204956, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.5245317220687866, 1.1236603260040283, 1.3502397537231445, 1.1933770179748535, 1.1410894393920898, 1.4199565649032593, 1.0888018608093262, 1.5245317220687866, 1.489673376083374, 1.332810640335083, 1.2630938291549683, 1.5942485332489014, 0.984226644039154, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.0190850496292114, 1.1236603260040283, 0.9145098924636841, 1.071372628211975, 0.8796514868736267, 0.9667974710464478, 0.827363908290863, 1.2979521751403809, 1.472244143486023, 1.3850982189178467, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1410894393920898, 1.2456645965576172, 0.6879304051399231, 0.2522004544734955, 0.35677558183670044, 0.6182135939598083, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.0365142822265625, 1.2630938291549683, 1.4199565649032593, 1.071372628211975, 1.4025273323059082, 1.4548149108886719, 1.8556864261627197, 1.6639652252197266, 1.925403118133545, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 1.803398847579956, 2.047407388687134, 1.8731155395507812, 1.1236603260040283, -0.21838775277137756, -0.07895421981811523, -1.3512853384017944, -1.4384313821792603, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.490718960762024, -1.5081480741500854, -1.490718960762024, -1.333856225013733, -1.4210021495819092, -0.6541175842285156, -0.6366884112358093, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 0.8970807194709778, 2.430849552154541, 0.5484968423843384, -0.5495424270629883, 1.1236603260040283, 2.047407388687134, 2.082265853881836, 2.2216994762420654, 1.960261583328247, 1.942832350730896, 2.151982545852661, 2.0996949672698975, 2.1694118976593018, 2.151982545852661, 2.239128589630127, 2.2565577030181885, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 1.053943395614624, 0.9319390654563904, 1.2630938291549683, 0.9493682980537415, 1.3676689863204956, 1.6813944578170776, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.785969614982605, 2.27398681640625, 1.9776906967163086, 1.9079740047454834, 1.8382571935653687, 2.2216994762420654, 2.239128589630127, 2.3262743949890137], [1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.9145098924636841, 1.0190850496292114, 1.4548149108886719, 2.1694118976593018, 2.4831371307373047, 2.465708017349243, 2.3437037467956543, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.0648367404937744, 1.2805230617523193, 0.6356428265571594, 0.8622223138809204, 0.670501172542572, -0.2881045341491699, -0.1486709862947464, 0.827363908290863, 1.2630938291549683, 0.9667974710464478, 0.09533771127462387, -0.8109803795814514, -1.2641394138336182, -1.5778648853302002, -1.7695859670639038, -1.7521568536758423, -1.647581696510315, -0.7586928009986877, 0.8622223138809204, 1.472244143486023, 1.785969614982605, 1.6813944578170776, 1.315381407737732, 0.0430501289665699, -1.0549890995025635, -1.089847445487976, -0.601830005645752, -0.1661001741886139, 0.3916339874267578, 0.5484968423843384, 0.13019609451293945, 0.7576471567153931, 0.2522004544734955, -0.7064052224159241, 0.09533771127462387, 0.3916339874267578, -0.1312417984008789, -0.7412636280059814, -1.1072766780853271, -0.20095856487751007, 0.4090631604194641, 0.44392168521881104, -0.18352937698364258, 1.646536111831665, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 0.7750763297080994, -0.009237446822226048, -1.6998692750930786, -1.5604356527328491, -0.23581695556640625, 2.117124319076538, 1.8731155395507812, 2.0648367404937744, 1.6813944578170776, -1.1072766780853271, -0.9504139423370361, 2.082265853881836, 2.239128589630127, 1.9951199293136597, 1.8731155395507812, 0.9493682980537415, 0.7053595781326294, 1.158518671989441, 1.175947904586792, 1.2979521751403809, 1.1236603260040283, 1.2282354831695557, 1.071372628211975, 1.2630938291549683, 1.3676689863204956, 0.9667974710464478, 1.3676689863204956, 0.8796514868736267, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 0.9145098924636841, 1.6639652252197266, 0.7750763297080994, 1.5942485332489014, 1.1236603260040283, 1.0888018608093262, 1.489673376083374, 1.2456645965576172, 1.3676689863204956, 1.315381407737732, 0.827363908290863, 1.2456645965576172, 1.1933770179748535, 1.0190850496292114, 0.984226644039154, 1.2456645965576172, 1.1062309741973877, 0.9667974710464478, 1.0016558170318604, 1.1236603260040283, 1.0365142822265625, 0.9319390654563904, 0.9319390654563904, 1.0888018608093262, 1.1933770179748535, 1.175947904586792, 1.053943395614624, 0.9667974710464478, 0.8622223138809204, 1.1410894393920898, 1.158518671989441, 0.8622223138809204, 1.053943395614624, 1.4025273323059082, 1.1410894393920898, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.6988236904144287, 1.768540382385254, 1.942832350730896, 1.7511112689971924, 2.117124319076538, 2.0299782752990723, 1.9951199293136597, 1.9776906967163086, 1.2630938291549683, -0.5844008326530457, -1.0201307535171509, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.3512853384017944, -1.5081480741500854, -1.5255773067474365, -1.490718960762024, -1.5081480741500854, -1.3861438035964966, -1.3164269924163818, -0.9852723479270935, -0.2881045341491699, 1.315381407737732, 2.0996949672698975, 2.2914161682128906, 2.308845281600952, 1.8905447721481323, 2.430849552154541, 2.2216994762420654, -1.2118518352508545, -1.333856225013733, 0.4962092638015747, 2.117124319076538, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.0996949672698975, 2.2216994762420654, 2.2914161682128906, 1.8905447721481323, 2.361132860183716, 2.308845281600952, 1.315381407737732, 1.646536111831665, 1.3850982189178467, 1.6813944578170776, 1.2456645965576172, 1.5593900680541992, 1.7511112689971924, 1.8382571935653687, 2.204270124435425, 2.151982545852661, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 2.151982545852661, 2.3785619735717773, 2.2216994762420654, 2.3262743949890137], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.3850982189178467, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.27398681640625, 2.0648367404937744, 1.332810640335083, 0.6530719995498657, 0.6879304051399231, 0.8970807194709778, 0.2522004544734955, -0.601830005645752, -0.09638340771198273, 0.9145098924636841, 1.315381407737732, 0.6879304051399231, -0.3403921127319336, -0.9329847693443298, -1.2292810678482056, -1.4732897281646729, -1.5778648853302002, -1.4384313821792603, -0.6715468168258667, 0.8447931408882141, 1.5071024894714355, 1.6639652252197266, 1.646536111831665, 1.5768193006515503, 0.7053595781326294, -0.6715468168258667, -1.089847445487976, -0.688975989818573, -0.04409583657979965, 0.13019609451293945, 0.7402179837226868, 1.053943395614624, 0.7750763297080994, -0.1486709862947464, 0.2522004544734955, -0.06152502819895744, -1.0027015209197998, -1.1944226026535034, -0.5495424270629883, -0.3403921127319336, -0.4798256754875183, -0.8109803795814514, -0.23581695556640625, 2.3437037467956543, 2.430849552154541, 2.5702831745147705, 2.517995595932007, 2.6051416397094727, -0.7761220335960388, -1.4384313821792603, -0.39267969131469727, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 0.2522004544734955, -1.3512853384017944, -1.1595642566680908, 0.7053595781326294, 1.768540382385254, 1.6988236904144287, 1.6639652252197266, 1.2805230617523193, 0.2347712516784668, 0.6530719995498657, 1.2630938291549683, 0.5659260153770447, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.0365142822265625, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.7925055623054504, 1.3502397537231445, 0.8796514868736267, 1.3676689863204956, 1.175947904586792, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.7750763297080994, 0.4962092638015747, 1.175947904586792, 1.2282354831695557, 1.1236603260040283, 1.2456645965576172, 1.2282354831695557, 0.984226644039154, 1.175947904586792, 1.3850982189178467, 1.4373857975006104, 1.2282354831695557, 1.175947904586792, 0.8447931408882141, 0.984226644039154, 1.071372628211975, 0.7750763297080994, 0.478780061006546, 0.8622223138809204, 0.1999128758907318, 0.5484968423843384, 0.6879304051399231, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2630938291549683, 1.0365142822265625, 1.2979521751403809, 1.489673376083374, 1.315381407737732, 1.4199565649032593, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.8382571935653687, 1.942832350730896, 2.0299782752990723, 1.9079740047454834, 1.960261583328247, 1.803398847579956, 0.8099347352981567, -0.1486709862947464, -1.647581696510315, -1.5778648853302002, -1.647581696510315, -1.5604356527328491, -1.2641394138336182, -1.3164269924163818, -1.5255773067474365, -1.5081480741500854, -1.3861438035964966, -1.2815686464309692, -1.1247059106826782, -0.11381260305643082, 1.0016558170318604, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.27398681640625, 2.151982545852661, 2.3262743949890137, 2.4482789039611816, -0.44496726989746094, -1.333856225013733, -0.4623964726924896, -1.5778648853302002, -1.2641394138336182, 0.5833552479743958, 2.2216994762420654, 2.0648367404937744, 1.9951199293136597, 2.082265853881836, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.117124319076538, 2.3437037467956543, 2.395991325378418, 1.7162528038024902, 1.803398847579956, 1.646536111831665, 1.1236603260040283, 1.0190850496292114, 1.2630938291549683, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 2.1694118976593018, 2.1868410110473633, 1.8905447721481323, 1.7336820363998413, 1.9079740047454834, 2.552854061126709, 2.151982545852661, 2.151982545852661], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 1.0016558170318604, 1.7511112689971924, 2.27398681640625, 2.3785619735717773, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2216994762420654, 2.0125491619110107, 1.2979521751403809, 0.5659260153770447, 0.5659260153770447, 0.8622223138809204, 0.7227887511253357, -0.2881045341491699, -0.39267969131469727, 0.6530719995498657, 1.2282354831695557, 1.2630938291549683, 0.6879304051399231, -0.3578213155269623, -0.8981263637542725, -1.2641394138336182, -1.5255773067474365, -1.490718960762024, -0.8806971907615662, 0.5659260153770447, 1.2108062505722046, 1.4548149108886719, 1.5593900680541992, 1.7162528038024902, 1.071372628211975, -0.18352937698364258, -1.0027015209197998, -0.8981263637542725, -0.21838775277137756, 0.06047932058572769, 0.008191745728254318, 0.30448800325393677, 0.9667974710464478, 0.6530719995498657, -0.37525051832199097, -0.8109803795814514, -0.25324615836143494, -0.27067533135414124, -0.8458387851715088, -1.0375598669052124, -0.44496726989746094, -0.21838775277137756, 2.27398681640625, 2.5354247093200684, 2.517995595932007, 0.8970807194709778, -1.0724183320999146, -1.2815686464309692, 1.3676689863204956, 1.9776906967163086, 2.0125491619110107, 2.117124319076538, 0.8796514868736267, -0.8284096121788025, 1.2805230617523193, 1.925403118133545, 1.646536111831665, 0.2173420637845993, -0.21838775277137756, 0.6182135939598083, 0.6356428265571594, 0.984226644039154, 1.2805230617523193, 1.1062309741973877, 0.8622223138809204, 1.0190850496292114, 0.8970807194709778, 1.053943395614624, 1.053943395614624, 1.175947904586792, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 0.9319390654563904, 1.053943395614624, 0.7402179837226868, 1.2805230617523193, 1.0365142822265625, 0.670501172542572, 0.9319390654563904, 0.7053595781326294, 0.600784420967102, 0.9145098924636841, 0.8622223138809204, 0.9319390654563904, 0.8796514868736267, 1.0190850496292114, 1.0016558170318604, 0.8099347352981567, 1.0888018608093262, 1.1410894393920898, 0.8447931408882141, 0.6879304051399231, 1.0016558170318604, 0.3916339874267578, 0.02562093921005726, -0.20095856487751007, 0.32191720604896545, 0.30448800325393677, 0.16505448520183563, 0.5833552479743958, 0.4962092638015747, 0.5659260153770447, 0.3916339874267578, 0.8796514868736267, 0.6356428265571594, 0.6182135939598083, 1.0190850496292114, 1.332810640335083, 1.158518671989441, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.960261583328247, 2.0996949672698975, 1.9776906967163086, 1.8556864261627197, 2.0996949672698975, 1.768540382385254, 0.7925055623054504, -0.3229629397392273, -1.5604356527328491, -1.6301524639129639, -1.6127232313156128, -1.4732897281646729, -1.5604356527328491, -1.5255773067474365, -1.2989977598190308, -1.490718960762024, -1.4732897281646729, -1.2989977598190308, -0.9155555367469788, -0.41010889410972595, 0.984226644039154, 1.3850982189178467, 1.803398847579956, 2.0299782752990723, 2.465708017349243, 2.430849552154541, 2.308845281600952, 2.3262743949890137, 2.4831371307373047, 2.2914161682128906, -0.3403921127319336, -0.8284096121788025, -0.9852723479270935, -1.4210021495819092, -1.4210021495819092, -1.5430065393447876, -0.1312417984008789, 1.9776906967163086, 1.942832350730896, 2.2565577030181885, 2.0648367404937744, 2.1694118976593018, 2.27398681640625, 2.308845281600952, 2.2565577030181885, 2.1868410110473633, 2.047407388687134, 1.0365142822265625, 0.984226644039154, 1.1933770179748535, 1.5419609546661377, 1.9079740047454834, 2.1868410110473633, 2.2565577030181885, 2.5702831745147705, 1.9776906967163086, 1.8905447721481323, 1.942832350730896, 2.082265853881836, 2.6051416397094727, 2.1694118976593018, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 1.2805230617523193, 2.0125491619110107, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.1868410110473633, 2.0299782752990723, 1.332810640335083, 0.5310676693916321, 0.14762529730796814, 0.5484968423843384, 1.0190850496292114, 0.07790851593017578, -0.23581695556640625, 1.0016558170318604, 1.2456645965576172, 1.4373857975006104, 1.2979521751403809, 0.478780061006546, -0.601830005645752, -1.1072766780853271, -1.4558604955673218, -1.4384313821792603, -1.3164269924163818, -0.1661001741886139, 1.053943395614624, 1.3502397537231445, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 0.5310676693916321, -0.7761220335960388, -0.688975989818573, -0.23581695556640625, -0.1312417984008789, 0.42649248242378235, 0.30448800325393677, -0.18352937698364258, -0.532113254070282, -0.3055337369441986, -0.37525051832199097, -0.9329847693443298, -0.8284096121788025, -0.601830005645752, -0.5495424270629883, 2.2914161682128906, 2.204270124435425, 2.2565577030181885, 1.6639652252197266, -1.4384313821792603, -1.1944226026535034, 0.7576471567153931, 1.5942485332489014, 1.6639652252197266, 1.7162528038024902, -0.1486709862947464, -0.37525051832199097, 1.646536111831665, 2.0648367404937744, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, 1.6639652252197266, 1.332810640335083, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, 0.984226644039154, 1.053943395614624, 0.7925055623054504, 1.071372628211975, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 1.071372628211975, 1.0190850496292114, 0.8796514868736267, 0.6879304051399231, 0.7402179837226868, 0.9319390654563904, 0.7053595781326294, 0.6879304051399231, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 1.1062309741973877, 0.600784420967102, 1.0365142822265625, 0.827363908290863, 0.9145098924636841, 1.2456645965576172, 0.9145098924636841, 0.478780061006546, 0.8447931408882141, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.8622223138809204, 1.0016558170318604, 0.827363908290863, 1.0190850496292114, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.670501172542572, 0.984226644039154, 0.5659260153770447, 1.0016558170318604, 0.7402179837226868, 0.28705883026123047, 0.8622223138809204, 1.053943395614624, 1.071372628211975, 1.5768193006515503, 1.332810640335083, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.9079740047454834, 2.1694118976593018, 2.0996949672698975, 1.925403118133545, 1.3850982189178467, 0.827363908290863, 0.9145098924636841, -0.41010889410972595, -1.5778648853302002, -1.6301524639129639, -1.6824400424957275, -1.5952941179275513, -1.5430065393447876, -1.4732897281646729, -1.4732897281646729, -1.3687145709991455, -1.4732897281646729, -1.2989977598190308, -0.7412636280059814, -0.5844008326530457, 0.4090631604194641, 1.646536111831665, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.465708017349243, 2.082265853881836, 2.2914161682128906, 2.361132860183716, 2.2914161682128906, 0.7576471567153931, -1.1247059106826782, -1.4558604955673218, -1.4384313821792603, -1.403572916984558, -1.2292810678482056, -1.6998692750930786, -1.2292810678482056, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.151982545852661, 1.9951199293136597, 1.5768193006515503, 1.489673376083374, 1.3850982189178467, 1.8208279609680176, 1.6639652252197266, 2.0648367404937744, 1.7511112689971924, 1.5245317220687866, 2.2914161682128906, 1.8556864261627197, 2.117124319076538, 1.9079740047454834, 1.489673376083374, 2.2914161682128906, 2.151982545852661, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.646536111831665, 2.239128589630127, 2.361132860183716, 2.395991325378418, 2.4482789039611816, 2.430849552154541, 2.3262743949890137, 2.3785619735717773, 2.3262743949890137, 2.239128589630127, 2.27398681640625, 2.204270124435425, 2.151982545852661, 1.9079740047454834, 1.4025273323059082, 0.7227887511253357, -0.06152502819895744, 0.1999128758907318, 0.7576471567153931, 0.30448800325393677, 0.09533771127462387, 0.8447931408882141, 1.3850982189178467, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 0.09533771127462387, -0.8284096121788025, -1.1072766780853271, -1.4384313821792603, -1.246710181236267, -0.2881045341491699, 1.071372628211975, 1.332810640335083, 1.5245317220687866, 1.4548149108886719, 1.489673376083374, 1.1062309741973877, -0.39267969131469727, -0.2881045341491699, 0.0430501289665699, -0.04409583657979965, -0.619259238243103, -0.4972548484802246, 0.32191720604896545, 0.30448800325393677, -0.7412636280059814, -0.8109803795814514, -0.4972548484802246, -0.3229629397392273, 0.9319390654563904, 2.1694118976593018, 2.204270124435425, 2.517995595932007, 2.587712287902832, 1.332810640335083, -1.0724183320999146, 0.0430501289665699, 0.8970807194709778, 1.175947904586792, 0.16505448520183563, -0.37525051832199097, 1.1062309741973877, 1.9079740047454834, 1.4199565649032593, -0.8284096121788025, 0.600784420967102, 1.8208279609680176, 1.4025273323059082, 1.4548149108886719, 0.9493682980537415, 1.2630938291549683, 0.984226644039154, 0.8099347352981567, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 0.6182135939598083, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.0888018608093262, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 1.2805230617523193, 0.7053595781326294, 0.9667974710464478, 1.1236603260040283, 0.7227887511253357, 0.9145098924636841, 0.5659260153770447, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.053943395614624, 0.9493682980537415, 1.1933770179748535, 0.9667974710464478, 0.827363908290863, 0.9667974710464478, 0.8447931408882141, 1.1062309741973877, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 1.2282354831695557, 1.1933770179748535, 0.44392168521881104, 0.0430501289665699, 1.053943395614624, 1.2456645965576172, 1.472244143486023, 1.0016558170318604, 1.3502397537231445, 1.175947904586792, 1.4199565649032593, 1.4548149108886719, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.8208279609680176, 2.0996949672698975, 1.768540382385254, 1.8905447721481323, 2.0648367404937744, 0.984226644039154, -0.3403921127319336, -1.4558604955673218, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.5430065393447876, -1.5255773067474365, -1.4732897281646729, -1.403572916984558, -1.2292810678482056, -1.089847445487976, -0.8458387851715088, 0.2696296274662018, 1.6988236904144287, 2.0125491619110107, 2.3262743949890137, 2.082265853881836, 2.2565577030181885, 2.1345534324645996, 2.2216994762420654, 2.308845281600952, 2.3785619735717773, 2.0125491619110107, -0.5146840810775757, -1.4732897281646729, -1.4384313821792603, -1.333856225013733, -1.2118518352508545, -1.0549890995025635, -1.2641394138336182, -1.804444432258606, -0.5146840810775757, 1.6988236904144287, 2.3437037467956543, 2.0299782752990723, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 1.5245317220687866, 1.9079740047454834, 1.785969614982605, 1.925403118133545, 1.4373857975006104, 1.5942485332489014, 1.6813944578170776, 2.2216994762420654, 1.7336820363998413, 1.942832350730896, 1.942832350730896, 1.960261583328247, 2.082265853881836, 1.4373857975006104, 2.1345534324645996, 2.151982545852661, 2.117124319076538], [1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 1.1062309741973877, 1.7511112689971924, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.4134204387664795, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.2914161682128906, 2.2914161682128906, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 1.9079740047454834, 1.315381407737732, 0.7053595781326294, -0.18352937698364258, -0.23581695556640625, 0.3742047846317291, 0.3916339874267578, 0.7402179837226868, 1.2108062505722046, 1.3502397537231445, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.0888018608093262, -0.04409583657979965, -0.8284096121788025, -1.0375598669052124, -1.3861438035964966, -0.6541175842285156, 0.9493682980537415, 1.3676689863204956, 1.4025273323059082, 1.5071024894714355, 1.4548149108886719, 1.1062309741973877, 0.13019609451293945, 0.1999128758907318, -0.009237446822226048, -0.21838775277137756, -0.06152502819895744, 0.02562093921005726, -0.25324615836143494, -0.27067533135414124, -0.601830005645752, -0.688975989818573, -0.7935512065887451, 0.33934640884399414, 2.5005664825439453, 2.4831371307373047, 2.5354247093200684, 1.0365142822265625, -1.4384313821792603, 0.44392168521881104, 1.768540382385254, 1.8208279609680176, 1.803398847579956, 0.7750763297080994, -0.6541175842285156, 0.4090631604194641, 0.5659260153770447, -0.7935512065887451, -0.5146840810775757, 0.9493682980537415, 1.175947904586792, 1.1933770179748535, 0.9667974710464478, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.1236603260040283, 0.8970807194709778, 0.9145098924636841, 1.071372628211975, 0.9667974710464478, 0.7750763297080994, 0.7227887511253357, 0.6356428265571594, 0.7750763297080994, 0.8447931408882141, 0.8099347352981567, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 0.9493682980537415, 1.0190850496292114, 0.984226644039154, 0.8099347352981567, 0.9667974710464478, 0.8796514868736267, 1.053943395614624, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 0.827363908290863, 1.0190850496292114, 1.0016558170318604, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.7576471567153931, 0.5659260153770447, 0.8970807194709778, 0.7227887511253357, 0.8796514868736267, 1.0016558170318604, 1.2630938291549683, 0.9667974710464478, 1.175947904586792, 0.827363908290863, 0.7925055623054504, 1.0190850496292114, 1.2630938291549683, 1.315381407737732, 1.5768193006515503, 1.472244143486023, 1.785969614982605, 1.3850982189178467, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9951199293136597, 1.629106879234314, 1.472244143486023, -1.0724183320999146, -1.4732897281646729, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5430065393447876, -1.5604356527328491, -1.4384313821792603, -1.2989977598190308, -1.3512853384017944, -0.27067533135414124, 0.13019609451293945, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.3262743949890137, 2.3437037467956543, 2.465708017349243, 2.3785619735717773, 2.308845281600952, 2.239128589630127, 0.2347712516784668, -1.4384313821792603, -1.4210021495819092, -1.403572916984558, -1.3861438035964966, -0.4972548484802246, -1.3512853384017944, -1.7172983884811401, -1.5255773067474365, 1.4548149108886719, 1.8905447721481323, 2.1694118976593018, 1.960261583328247, 2.117124319076538, 2.1345534324645996, 1.5593900680541992, 2.1345534324645996, 1.611677646636963, 1.2108062505722046, 1.1410894393920898, 1.4199565649032593, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.9951199293136597, 2.308845281600952, 2.2216994762420654, 1.9951199293136597, 2.239128589630127, 2.0648367404937744, 2.0648367404937744, 2.082265853881836], [1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.9145098924636841, 1.175947904586792, 1.8556864261627197, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 1.8556864261627197, 1.1933770179748535, 0.9493682980537415, 0.11276690661907196, -0.5146840810775757, 0.2347712516784668, 0.4613508880138397, 0.670501172542572, 1.0365142822265625, 1.332810640335083, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.5768193006515503, 0.9319390654563904, -0.2881045341491699, -0.9504139423370361, -1.1072766780853271, -0.7412636280059814, 0.5833552479743958, 1.0365142822265625, 1.315381407737732, 1.4199565649032593, 1.2282354831695557, 0.984226644039154, 0.35677558183670044, 0.2347712516784668, -0.009237446822226048, -0.25324615836143494, -0.6366884112358093, -0.27067533135414124, -0.18352937698364258, -0.41010889410972595, -0.7586928009986877, -0.4972548484802246, 2.151982545852661, 2.27398681640625, 2.5005664825439453, 1.5245317220687866, -1.2118518352508545, 0.5310676693916321, 1.5768193006515503, 1.6813944578170776, 1.7336820363998413, 0.7227887511253357, -1.176993489265442, 1.1062309741973877, 1.9776906967163086, 1.8382571935653687, 1.7511112689971924, 1.785969614982605, -0.09638340771198273, 0.4962092638015747, 0.9319390654563904, 1.1062309741973877, 1.2282354831695557, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7053595781326294, 0.6879304051399231, 0.7925055623054504, 0.6879304051399231, 0.7750763297080994, 0.9319390654563904, 0.7227887511253357, 1.1236603260040283, 1.158518671989441, 0.8796514868736267, 0.8447931408882141, 0.9493682980537415, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 0.7576471567153931, 0.7053595781326294, 0.8622223138809204, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.6530719995498657, 0.5310676693916321, 0.6530719995498657, 0.3742047846317291, 0.5833552479743958, 0.9145098924636841, 1.053943395614624, 0.984226644039154, 1.332810640335083, 1.5942485332489014, 1.629106879234314, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.7162528038024902, 1.6988236904144287, 2.0648367404937744, 1.960261583328247, 1.5593900680541992, 0.4962092638015747, 0.478780061006546, 1.1410894393920898, -0.619259238243103, -1.490718960762024, -1.6301524639129639, -1.6824400424957275, -1.6650108098983765, -1.6824400424957275, -1.6824400424957275, -1.6127232313156128, -1.5604356527328491, -1.5778648853302002, -1.4732897281646729, -1.1072766780853271, -0.9329847693443298, 0.600784420967102, 1.5245317220687866, 1.9776906967163086, 2.151982545852661, 2.0648367404937744, 2.3262743949890137, 2.27398681640625, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.1694118976593018, 1.2456645965576172, -1.490718960762024, -1.5081480741500854, -1.3512853384017944, -1.490718960762024, -1.5430065393447876, -1.403572916984558, -1.647581696510315, -1.6998692750930786, 0.8099347352981567, 1.7336820363998413, 2.0299782752990723, 2.0299782752990723, 1.8208279609680176, 1.9079740047454834, 1.7336820363998413, 1.5768193006515503, -0.18352937698364258, 0.30448800325393677, 0.6530719995498657, 1.6813944578170776, 1.8731155395507812, 1.629106879234314, 1.5768193006515503, 1.6988236904144287, 2.4134204387664795, 2.3262743949890137, 1.9951199293136597, 2.2914161682128906, 2.0125491619110107, 2.0125491619110107, 2.047407388687134], [1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.5942485332489014, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.053943395614624, 1.0190850496292114, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 1.3676689863204956, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.395991325378418, 2.3785619735717773, 2.3437037467956543, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.2914161682128906, 2.204270124435425, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.8556864261627197, 1.4373857975006104, 0.984226644039154, 0.9319390654563904, 0.1999128758907318, -0.1312417984008789, 0.4090631604194641, 0.478780061006546, 0.5833552479743958, 0.9493682980537415, 1.315381407737732, 1.1933770179748535, 1.3502397537231445, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 0.6879304051399231, -0.601830005645752, -0.7238344550132751, -0.7761220335960388, 0.30448800325393677, 1.1410894393920898, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 0.984226644039154, 0.16505448520183563, 0.02562093921005726, -0.20095856487751007, -0.39267969131469727, -0.37525051832199097, -0.4798256754875183, -0.4623964726924896, 0.8099347352981567, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.465708017349243, 1.2979521751403809, -0.5146840810775757, 0.5659260153770447, 0.9319390654563904, 1.2456645965576172, -0.688975989818573, -1.3512853384017944, 0.8970807194709778, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.6988236904144287, -0.7412636280059814, -0.37525051832199097, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.7053595781326294, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.7925055623054504, 1.0016558170318604, 1.0016558170318604, 0.7576471567153931, 0.7750763297080994, 0.7053595781326294, 0.6530719995498657, 0.5833552479743958, 0.984226644039154, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.9145098924636841, 0.7576471567153931, 1.071372628211975, 1.053943395614624, 0.7925055623054504, 0.7227887511253357, 0.9319390654563904, 0.8622223138809204, 1.158518671989441, 0.9493682980537415, 0.8622223138809204, 0.8099347352981567, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 0.7402179837226868, 1.0888018608093262, 1.0365142822265625, 0.8970807194709778, 0.5484968423843384, 0.6879304051399231, 0.8099347352981567, 0.06047932058572769, -0.3229629397392273, 0.2173420637845993, -0.009237446822226048, 1.1410894393920898, 1.2630938291549683, 1.1062309741973877, 1.5419609546661377, 1.158518671989441, 1.332810640335083, 1.629106879234314, 1.4373857975006104, 1.8731155395507812, 2.047407388687134, 0.9145098924636841, -0.04409583657979965, -1.3512853384017944, -1.5952941179275513, -1.6127232313156128, -1.5952941179275513, -1.6127232313156128, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.647581696510315, -1.490718960762024, -1.2815686464309692, -0.8458387851715088, 0.14762529730796814, 1.803398847579956, 2.0299782752990723, 2.27398681640625, 2.047407388687134, 2.27398681640625, 2.308845281600952, 2.308845281600952, 2.204270124435425, 2.27398681640625, 2.082265853881836, 2.3785619735717773, -1.1421350240707397, -1.5081480741500854, -1.3861438035964966, -1.4384313821792603, -1.4384313821792603, -1.3861438035964966, -1.490718960762024, -1.647581696510315, 1.1236603260040283, 1.803398847579956, 1.8208279609680176, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.646536111831665, 0.30448800325393677, 0.2696296274662018, -0.06152502819895744, 1.071372628211975, 1.4548149108886719, 2.4482789039611816, 1.7336820363998413, 1.7511112689971924, 2.2914161682128906, 2.0996949672698975, 2.27398681640625, 2.0125491619110107, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107], [1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 1.2979521751403809, 1.942832350730896, 2.3437037467956543, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 1.925403118133545, 1.629106879234314, 1.4373857975006104, 0.8796514868736267, 0.827363908290863, 0.9145098924636841, 0.600784420967102, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.6182135939598083, 0.7750763297080994, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.5071024894714355, 1.611677646636963, 1.4025273323059082, 0.4090631604194641, -0.4972548484802246, -0.4623964726924896, 0.4962092638015747, 0.9145098924636841, 1.175947904586792, 1.2805230617523193, 1.0365142822265625, 0.30448800325393677, 0.02562093921005726, -0.06152502819895744, -0.39267969131469727, -0.619259238243103, -0.4972548484802246, 0.35677558183670044, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.4134204387664795, 2.5005664825439453, 0.28705883026123047, -0.9155555367469788, -0.7412636280059814, 0.28705883026123047, -0.06152502819895744, -1.0201307535171509, -0.6366884112358093, 1.4373857975006104, 1.7162528038024902, 1.6988236904144287, 1.5245317220687866, -0.6366884112358093, -1.2292810678482056, 0.9145098924636841, 1.1933770179748535, 1.1062309741973877, 0.8622223138809204, 0.7750763297080994, 0.8447931408882141, 0.7402179837226868, 0.8447931408882141, 1.0888018608093262, 0.9145098924636841, 0.7227887511253357, 0.9319390654563904, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.6530719995498657, 0.5833552479743958, 0.6182135939598083, 0.6182135939598083, 1.0888018608093262, 0.7227887511253357, 0.7227887511253357, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 1.2108062505722046, 1.2630938291549683, 0.8796514868736267, 1.1410894393920898, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 0.7402179837226868, 1.1933770179748535, 0.9319390654563904, 0.7053595781326294, 0.8970807194709778, 0.9145098924636841, 0.513638436794281, 0.670501172542572, 0.827363908290863, 0.827363908290863, 1.5071024894714355, 1.7336820363998413, 1.8556864261627197, 1.942832350730896, 1.629106879234314, 0.30448800325393677, -0.5844008326530457, -1.0201307535171509, -1.4732897281646729, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.5952941179275513, -1.6127232313156128, -1.7870151996612549, -1.7695859670639038, -1.6998692750930786, -1.5081480741500854, -1.3164269924163818, -1.0724183320999146, 0.7227887511253357, 1.5593900680541992, 2.2565577030181885, 2.1868410110473633, 2.1868410110473633, 2.361132860183716, 2.151982545852661, 2.361132860183716, 2.0125491619110107, 2.2914161682128906, 2.361132860183716, 2.1345534324645996, 0.4613508880138397, -1.490718960762024, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5952941179275513, -1.7521568536758423, -1.1595642566680908, -1.0201307535171509, 1.1410894393920898, 1.7162528038024902, 1.5245317220687866, 2.0299782752990723, 1.158518671989441, 1.0190850496292114, 0.5659260153770447, -0.3578213155269623, 0.008191745728254318, 1.5071024894714355, 1.2456645965576172, 1.925403118133545, 1.8382571935653687, 1.6813944578170776, 1.8905447721481323, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0190850496292114, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 1.158518671989441, 1.768540382385254, 2.2914161682128906, 2.430849552154541, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.2914161682128906, 2.1868410110473633, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 1.8556864261627197, 1.7336820363998413, 1.5593900680541992, 1.1236603260040283, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.7402179837226868, 0.7053595781326294, 1.0190850496292114, 1.315381407737732, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5768193006515503, 1.5419609546661377, 1.2979521751403809, 0.13019609451293945, -0.42753809690475464, 0.3916339874267578, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 0.9493682980537415, 0.2347712516784668, -0.11381260305643082, -0.27067533135414124, -0.37525051832199097, -0.6366884112358093, 1.9951199293136597, 2.27398681640625, 2.395991325378418, 2.465708017349243, 2.5354247093200684, 2.117124319076538, -1.1944226026535034, -0.8806971907615662, 1.0190850496292114, 1.2979521751403809, 1.5245317220687866, 1.489673376083374, 0.1999128758907318, -0.6541175842285156, 0.6530719995498657, 0.42649248242378235, -0.6366884112358093, -1.2641394138336182, -0.1486709862947464, 1.071372628211975, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.8796514868736267, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.8099347352981567, 0.7576471567153931, 1.071372628211975, 0.8099347352981567, 0.7053595781326294, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.600784420967102, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.7227887511253357, 0.984226644039154, 1.0016558170318604, 0.670501172542572, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.315381407737732, 1.2630938291549683, 1.158518671989441, 0.7925055623054504, 0.8622223138809204, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.2456645965576172, 1.3502397537231445, 1.1236603260040283, 1.5593900680541992, 1.6813944578170776, 1.8208279609680176, 1.5942485332489014, 1.6988236904144287, 1.9776906967163086, 1.5245317220687866, 0.4962092638015747, -0.18352937698364258, -0.8981263637542725, -1.490718960762024, -1.6127232313156128, -1.5952941179275513, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.6301524639129639, -1.5430065393447876, -1.4558604955673218, -0.8806971907615662, -0.9329847693443298, 0.3742047846317291, 1.2456645965576172, 1.942832350730896, 2.082265853881836, 1.9776906967163086, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.047407388687134, 2.239128589630127, 2.151982545852661, 2.4482789039611816, 0.2347712516784668, 1.785969614982605, 0.16505448520183563, -1.5081480741500854, -1.7172983884811401, -1.6824400424957275, -1.647581696510315, -1.4558604955673218, -1.3687145709991455, -1.6650108098983765, 0.2696296274662018, 1.2805230617523193, 1.8731155395507812, 1.785969614982605, 1.2979521751403809, -0.7935512065887451, -1.2815686464309692, -1.1944226026535034, 0.35677558183670044, 1.7336820363998413, 2.117124319076538, 1.5942485332489014, 2.1868410110473633, 1.8382571935653687, 1.9951199293136597, 2.0299782752990723, 1.8905447721481323, 2.204270124435425, 1.942832350730896, 1.8905447721481323, 1.9079740047454834, 1.925403118133545], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 1.1062309741973877, 1.768540382385254, 2.2565577030181885, 2.395991325378418, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 1.8905447721481323, 1.803398847579956, 1.5593900680541992, 1.071372628211975, 0.5310676693916321, 0.4090631604194641, 0.513638436794281, 0.4613508880138397, 0.600784420967102, 0.9667974710464478, 0.8796514868736267, 0.9319390654563904, 0.7925055623054504, 0.670501172542572, 0.7925055623054504, 1.175947904586792, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.2630938291549683, 0.2173420637845993, 0.5659260153770447, 0.8099347352981567, 0.9145098924636841, 0.9145098924636841, 0.6182135939598083, -0.06152502819895744, -0.20095856487751007, -0.3229629397392273, -0.41010889410972595, 1.9776906967163086, 2.430849552154541, 2.4482789039611816, 2.5702831745147705, 2.1868410110473633, -1.333856225013733, -0.8806971907615662, 1.3850982189178467, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, -0.5495424270629883, -0.8284096121788025, 1.803398847579956, 1.6988236904144287, 1.611677646636963, 1.3850982189178467, 1.2630938291549683, 0.5310676693916321, 0.1999128758907318, 0.9319390654563904, 0.9145098924636841, 1.1236603260040283, 0.7925055623054504, 0.7227887511253357, 0.42649248242378235, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 0.7402179837226868, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.5310676693916321, 0.8447931408882141, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.44392168521881104, 0.827363908290863, 0.7053595781326294, 0.6356428265571594, 0.7227887511253357, 0.6530719995498657, 0.984226644039154, 0.6530719995498657, 0.7925055623054504, 0.9667974710464478, 0.827363908290863, 0.7402179837226868, 0.9145098924636841, 0.7227887511253357, 0.827363908290863, 0.984226644039154, 1.0365142822265625, 1.158518671989441, 0.9319390654563904, 0.6182135939598083, 0.7750763297080994, 0.9319390654563904, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.3676689863204956, 1.3502397537231445, 1.5942485332489014, 1.5071024894714355, 1.629106879234314, 1.768540382385254, 1.9951199293136597, 1.5245317220687866, 0.3742047846317291, -0.6366884112358093, -1.2118518352508545, -1.4384313821792603, -1.6127232313156128, -1.5604356527328491, -1.5430065393447876, -1.5952941179275513, -1.647581696510315, -1.5604356527328491, -1.5081480741500854, -0.688975989818573, 0.6356428265571594, 1.315381407737732, 0.13019609451293945, 0.9319390654563904, 0.8622223138809204, 1.332810640335083, 2.2216994762420654, 2.1345534324645996, 1.9079740047454834, 2.082265853881836, 2.239128589630127, 2.3262743949890137, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9079740047454834, 1.768540382385254, 2.082265853881836, 2.1345534324645996, 1.646536111831665, 0.513638436794281, -1.1944226026535034, -0.8981263637542725, -1.6998692750930786, -1.7695859670639038, -1.7347276210784912, -1.5255773067474365, 0.478780061006546, 1.8208279609680176, 1.9776906967163086, -0.8981263637542725, -1.5604356527328491, -1.5952941179275513, -1.2641394138336182, 0.9667974710464478, 1.785969614982605, 2.5354247093200684, 2.0648367404937744, 2.3785619735717773, 2.2216994762420654, 2.1868410110473633, 1.7162528038024902, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 1.158518671989441, 1.646536111831665, 2.117124319076538, 2.3262743949890137, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.629106879234314, 1.1236603260040283, 0.5833552479743958, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.28705883026123047, 0.5659260153770447, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8970807194709778, 0.5833552479743958, 0.6182135939598083, 1.053943395614624, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.7511112689971924, 0.7750763297080994, 0.4090631604194641, 0.5833552479743958, 0.670501172542572, 0.7402179837226868, 0.30448800325393677, -0.2881045341491699, -0.3578213155269623, 2.0299782752990723, 1.9776906967163086, 2.465708017349243, 2.552854061126709, 1.8208279609680176, -1.403572916984558, -0.9678431153297424, 1.1933770179748535, 1.5768193006515503, 1.611677646636963, 1.8556864261627197, -0.9852723479270935, -0.8981263637542725, 1.8556864261627197, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.646536111831665, 0.478780061006546, 0.4613508880138397, 1.0365142822265625, 1.1062309741973877, 0.984226644039154, 0.7227887511253357, 0.984226644039154, 0.8796514868736267, 0.7750763297080994, 0.9667974710464478, 0.7750763297080994, 0.7053595781326294, 0.7576471567153931, 0.3742047846317291, 0.5484968423843384, 0.7227887511253357, 0.8099347352981567, 0.6356428265571594, 0.44392168521881104, 0.670501172542572, 0.5484968423843384, 0.4613508880138397, 0.6879304051399231, 0.670501172542572, 0.5833552479743958, 0.8796514868736267, 0.6879304051399231, 0.9145098924636841, 0.7053595781326294, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 0.6356428265571594, 0.6530719995498657, 0.8970807194709778, 1.611677646636963, 0.9493682980537415, 1.315381407737732, 1.611677646636963, 1.5071024894714355, 1.6639652252197266, 1.5419609546661377, 1.4199565649032593, 1.1236603260040283, 1.646536111831665, 1.3502397537231445, 0.1999128758907318, -0.7412636280059814, -1.490718960762024, -1.5604356527328491, -1.6301524639129639, -1.5952941179275513, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.0549890995025635, -0.44496726989746094, 0.2347712516784668, 1.6988236904144287, 2.082265853881836, 1.8208279609680176, 2.0648367404937744, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.204270124435425, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.3262743949890137, 2.2216994762420654, 1.768540382385254, 2.0125491619110107, 2.1345534324645996, 2.117124319076538, 2.3262743949890137, 2.0125491619110107, 1.7162528038024902, 1.4025273323059082, 1.0016558170318604, -0.3578213155269623, -1.5778648853302002, -1.7172983884811401, -1.7172983884811401, -1.7695859670639038, -1.3861438035964966, 0.8099347352981567, -0.3055337369441986, -1.7521568536758423, -1.7870151996612549, -1.5255773067474365, -1.1247059106826782, 0.7227887511253357, 1.942832350730896, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.117124319076538, 1.5419609546661377, 1.7336820363998413, 2.1345534324645996, 1.7162528038024902, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.8447931408882141, 1.0888018608093262, 1.646536111831665, 2.2914161682128906, 2.430849552154541, 2.395991325378418, 2.3437037467956543, 2.27398681640625, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6639652252197266, 1.4025273323059082, 0.7402179837226868, 0.4962092638015747, 0.670501172542572, 0.827363908290863, 0.2347712516784668, 0.28705883026123047, 0.5833552479743958, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.6356428265571594, 0.5484968423843384, 0.670501172542572, 1.1236603260040283, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 0.44392168521881104, 0.18248367309570312, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, -0.009237446822226048, 1.7336820363998413, 2.1868410110473633, 2.2565577030181885, 2.4134204387664795, 2.5702831745147705, 0.16505448520183563, -1.0375598669052124, 0.600784420967102, 1.1062309741973877, 1.332810640335083, 1.315381407737732, -0.7586928009986877, -1.4384313821792603, 1.3850982189178467, 1.6813944578170776, 1.785969614982605, 1.6813944578170776, 1.7162528038024902, 0.11276690661907196, 0.5659260153770447, 1.2979521751403809, 1.3676689863204956, 1.5245317220687866, 1.5768193006515503, 1.3502397537231445, 0.7750763297080994, 1.2282354831695557, 1.071372628211975, 0.7576471567153931, 0.5659260153770447, 0.5659260153770447, 0.7402179837226868, 0.6182135939598083, 0.7750763297080994, 0.7053595781326294, 0.6182135939598083, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.3916339874267578, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7402179837226868, 0.6530719995498657, 0.513638436794281, 0.44392168521881104, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.9667974710464478, 0.5659260153770447, 0.8970807194709778, 0.7402179837226868, 0.9319390654563904, 0.8447931408882141, 0.9667974710464478, 1.071372628211975, 0.8447931408882141, 0.6356428265571594, 1.2630938291549683, 1.4548149108886719, 1.071372628211975, 1.071372628211975, 1.2282354831695557, 1.5071024894714355, 1.3676689863204956, 1.5419609546661377, 1.8382571935653687, 2.047407388687134, 1.803398847579956, 0.9667974710464478, -0.44496726989746094, -1.0549890995025635, -1.3861438035964966, -1.5604356527328491, -1.6301524639129639, -1.6650108098983765, -1.5081480741500854, -1.5952941179275513, -0.7238344550132751, 0.2522004544734955, 0.33934640884399414, 1.942832350730896, 1.0365142822265625, 1.785969614982605, 1.9951199293136597, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.2216994762420654, 2.1345534324645996, 2.0648367404937744, 1.7336820363998413, 1.8556864261627197, 1.9951199293136597, 2.0996949672698975, 2.117124319076538, 1.5593900680541992, 1.489673376083374, 0.3916339874267578, -0.9155555367469788, -1.5081480741500854, -1.6301524639129639, -1.7172983884811401, -1.7172983884811401, -1.6650108098983765, -1.6998692750930786, -1.7521568536758423, -1.3687145709991455, -1.5952941179275513, -0.27067533135414124, -0.9329847693443298, 1.1062309741973877, 2.2216994762420654, 2.1694118976593018, 2.552854061126709, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.5419609546661377, 2.395991325378418, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.768540382385254, 1.768540382385254], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 1.2630938291549683, 1.942832350730896, 2.361132860183716, 2.395991325378418, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.1345534324645996, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 1.942832350730896, 1.785969614982605, 1.8382571935653687, 1.6639652252197266, 1.2630938291549683, 1.053943395614624, 0.9145098924636841, 0.827363908290863, 0.670501172542572, 0.600784420967102, 0.513638436794281, 0.8447931408882141, 1.0190850496292114, 1.0365142822265625, 0.8447931408882141, 0.5833552479743958, 0.478780061006546, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.984226644039154, 1.1236603260040283, 1.1410894393920898, 1.0365142822265625, 1.0016558170318604, 0.42649248242378235, -0.009237446822226048, -0.026666639372706413, -0.1486709862947464, -0.5146840810775757, 2.2565577030181885, 2.1868410110473633, 2.395991325378418, 2.465708017349243, 2.4831371307373047, -0.23581695556640625, 0.2173420637845993, -0.3229629397392273, -0.8806971907615662, -0.27067533135414124, -0.3229629397392273, -0.7586928009986877, 0.18248367309570312, 0.7053595781326294, 0.7576471567153931, 0.5484968423843384, 1.071372628211975, -0.25324615836143494, 0.827363908290863, 1.3502397537231445, 1.5942485332489014, 1.5942485332489014, 0.9667974710464478, 1.4548149108886719, 1.071372628211975, 0.7576471567153931, 0.7576471567153931, 0.6356428265571594, 0.7227887511253357, 0.6182135939598083, 0.7227887511253357, 0.6182135939598083, 0.513638436794281, 0.6879304051399231, 0.7227887511253357, 0.5833552479743958, 0.5833552479743958, 0.478780061006546, 0.5659260153770447, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.4090631604194641, 0.5833552479743958, 0.5310676693916321, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.8447931408882141, 0.7750763297080994, 0.8099347352981567, 0.8796514868736267, 1.053943395614624, 0.8099347352981567, 0.5659260153770447, 0.9145098924636841, 1.0190850496292114, 1.489673376083374, 1.2805230617523193, 1.3850982189178467, 1.2456645965576172, 1.1062309741973877, 1.4025273323059082, 1.646536111831665, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.2979521751403809, 0.2522004544734955, -0.7761220335960388, -1.403572916984558, -1.5255773067474365, -1.6301524639129639, -1.6824400424957275, -1.4732897281646729, -1.3861438035964966, -0.06152502819895744, 1.0190850496292114, 1.5942485332489014, 1.8208279609680176, 1.9776906967163086, 2.082265853881836, 2.27398681640625, 2.3437037467956543, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.204270124435425, 2.082265853881836, 1.9776906967163086, 2.0996949672698975, 2.0299782752990723, 2.239128589630127, 1.9776906967163086, 1.6639652252197266, 1.7336820363998413, 1.6813944578170776, 1.8556864261627197, 2.082265853881836, 1.6988236904144287, 1.2456645965576172, -0.18352937698364258, -0.8806971907615662, -1.7521568536758423, -1.7347276210784912, -1.0027015209197998, -1.7347276210784912, -1.6824400424957275, -1.6824400424957275, 0.7053595781326294, 1.3502397537231445, -1.7521568536758423, -0.9678431153297424, -0.1486709862947464, 1.5071024894714355, 2.1345534324645996, 2.2914161682128906, 2.3262743949890137, 2.395991325378418, 2.308845281600952, 1.7336820363998413, 1.8382571935653687, 2.0648367404937744, 1.768540382385254, 1.8382571935653687, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 1.5768193006515503, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.361132860183716, 2.3437037467956543, 2.2216994762420654, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.611677646636963, 1.3676689863204956, 1.1062309741973877, 0.984226644039154, 1.0190850496292114, 0.8622223138809204, 0.7053595781326294, 0.6879304051399231, 0.5310676693916321, 0.6879304051399231, 0.9319390654563904, 1.0016558170318604, 0.9319390654563904, 0.7750763297080994, 0.513638436794281, 0.42649248242378235, 0.7402179837226868, 0.7402179837226868, 0.8099347352981567, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6356428265571594, 0.1999128758907318, -0.532113254070282, -1.0375598669052124, -0.9504139423370361, 2.4831371307373047, 2.430849552154541, 2.517995595932007, 2.5354247093200684, -0.07895421981811523, 0.0430501289665699, -1.0724183320999146, -0.8632679581642151, -0.20095856487751007, 1.489673376083374, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, -0.07895421981811523, -0.9678431153297424, 0.8447931408882141, 0.8622223138809204, 0.33934640884399414, 1.175947904586792, 1.3676689863204956, 1.5245317220687866, 1.1236603260040283, 0.7576471567153931, 1.1236603260040283, 1.0016558170318604, 0.984226644039154, 1.2805230617523193, 0.8970807194709778, 0.6182135939598083, 0.827363908290863, 0.2347712516784668, 0.513638436794281, 0.4962092638015747, 0.5833552479743958, 0.2696296274662018, 0.670501172542572, 0.7750763297080994, 0.6530719995498657, 0.2696296274662018, 0.1999128758907318, 0.670501172542572, 0.2522004544734955, 0.3916339874267578, 0.7576471567153931, 0.44392168521881104, 0.478780061006546, 0.5484968423843384, 0.5484968423843384, 0.16505448520183563, 0.7750763297080994, 0.30448800325393677, 0.32191720604896545, 0.670501172542572, 0.600784420967102, 0.35677558183670044, 0.6530719995498657, 1.0190850496292114, 1.4025273323059082, 1.4373857975006104, 1.0365142822265625, 1.5071024894714355, 1.0888018608093262, 1.0016558170318604, 1.5942485332489014, 1.5245317220687866, 1.1236603260040283, 1.5942485332489014, 1.6813944578170776, 1.5593900680541992, 1.4025273323059082, 0.14762529730796814, -0.7935512065887451, -1.2815686464309692, -1.5081480741500854, -1.6301524639129639, -1.5952941179275513, -1.403572916984558, 0.4613508880138397, 1.5768193006515503, 1.611677646636963, 1.1410894393920898, 1.6639652252197266, 2.047407388687134, 1.942832350730896, 2.1694118976593018, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.8382571935653687, 2.2565577030181885, 2.1345534324645996, 2.1345534324645996, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.8731155395507812, 1.785969614982605, 2.204270124435425, 1.6988236904144287, 1.4025273323059082, 2.0125491619110107, 1.629106879234314, 1.6813944578170776, 0.6879304051399231, -1.5604356527328491, -1.5081480741500854, -1.6824400424957275, -1.7172983884811401, -1.6824400424957275, -0.8284096121788025, -1.6301524639129639, -1.647581696510315, -1.7521568536758423, -1.6998692750930786, -1.403572916984558, -0.3055337369441986, 0.8970807194709778, 1.6813944578170776, 2.3437037467956543, 2.1345534324645996, 2.4831371307373047, 1.9776906967163086, 1.4373857975006104, 2.2216994762420654, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7053595781326294, 0.8099347352981567, 0.9667974710464478, 1.5419609546661377, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.2565577030181885, 2.1694118976593018, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.768540382385254, 1.611677646636963, 1.472244143486023, 1.315381407737732, 1.2108062505722046, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.7053595781326294, 0.513638436794281, 0.5833552479743958, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.8796514868736267, 0.4613508880138397, 0.35677558183670044, 0.4090631604194641, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, -0.026666639372706413, -0.1312417984008789, -1.0375598669052124, -0.9678431153297424, -1.0724183320999146, 0.3916339874267578, 1.8208279609680176, 2.308845281600952, 2.4831371307373047, 1.8382571935653687, -0.1486709862947464, -1.1944226026535034, -1.3512853384017944, -0.25324615836143494, 1.2979521751403809, 1.5419609546661377, 1.5942485332489014, 1.4373857975006104, -0.39267969131469727, -1.2989977598190308, 1.158518671989441, 1.611677646636963, 1.5245317220687866, 1.332810640335083, 0.8447931408882141, 1.2108062505722046, 1.158518671989441, 1.1933770179748535, 0.827363908290863, 1.0888018608093262, 0.7053595781326294, 1.0190850496292114, 1.158518671989441, 0.6182135939598083, 0.600784420967102, 0.28705883026123047, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.5659260153770447, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.7053595781326294, 0.5659260153770447, 0.30448800325393677, 0.35677558183670044, 0.7925055623054504, 0.44392168521881104, 0.4090631604194641, 0.5310676693916321, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.5484968423843384, 0.478780061006546, 0.600784420967102, 0.4962092638015747, 1.2805230617523193, 0.6182135939598083, 0.4962092638015747, 1.1062309741973877, 1.1062309741973877, 1.2805230617523193, 1.332810640335083, 1.4373857975006104, 1.2456645965576172, 1.611677646636963, 1.768540382385254, 1.8731155395507812, 1.5942485332489014, 1.5071024894714355, 1.2282354831695557, 0.9145098924636841, 0.35677558183670044, -0.5844008326530457, -1.1072766780853271, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -0.6715468168258667, 0.02562093921005726, 1.4373857975006104, 1.9079740047454834, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 2.047407388687134, 2.0299782752990723, 2.151982545852661, 2.0299782752990723, 2.0299782752990723, 2.2565577030181885, 1.9951199293136597, 1.942832350730896, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.082265853881836, 1.768540382385254, 1.942832350730896, 1.8556864261627197, 1.9776906967163086, 1.6639652252197266, 1.1933770179748535, -0.9329847693443298, -1.2989977598190308, -1.3512853384017944, -1.4210021495819092, 0.14762529730796814, -1.6650108098983765, -1.6824400424957275, 0.7402179837226868, 1.8905447721481323, -1.4210021495819092, -1.6301524639129639, 1.3502397537231445, 2.27398681640625, -1.5081480741500854, -1.1944226026535034, -0.6366884112358093, 1.332810640335083, 1.8556864261627197, 1.7162528038024902, 1.053943395614624, 0.09533771127462387, 2.308845281600952, 2.1868410110473633, 1.629106879234314, 1.5942485332489014, 1.7162528038024902, 1.646536111831665, 1.6639652252197266, 1.646536111831665], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 1.5071024894714355, 2.2914161682128906, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3785619735717773, 2.27398681640625, 2.2914161682128906, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.785969614982605, 1.629106879234314, 1.4373857975006104, 1.1062309741973877, 0.7402179837226868, 0.7227887511253357, 0.8622223138809204, 0.8099347352981567, 0.8622223138809204, 0.7750763297080994, 0.513638436794281, 0.478780061006546, 0.7750763297080994, 0.8622223138809204, 0.7227887511253357, 0.5659260153770447, 0.3742047846317291, 0.09533771127462387, 0.09533771127462387, -0.39267969131469727, -1.0027015209197998, -0.8109803795814514, -1.1247059106826782, -1.1247059106826782, -0.9155555367469788, -0.8109803795814514, 1.8208279609680176, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 1.5071024894714355, -0.9155555367469788, -1.4558604955673218, -0.39267969131469727, 1.0888018608093262, 1.315381407737732, 1.3676689863204956, 1.2456645965576172, -0.39267969131469727, -1.5604356527328491, 0.7402179837226868, 1.5768193006515503, 1.646536111831665, 1.332810640335083, 0.8447931408882141, 0.4962092638015747, 0.8970807194709778, 1.053943395614624, 0.8099347352981567, 0.8970807194709778, 0.7227887511253357, 0.33934640884399414, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.5484968423843384, 0.7576471567153931, 0.7576471567153931, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 1.0190850496292114, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 0.6879304051399231, 0.9319390654563904, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.4090631604194641, 0.600784420967102, 0.670501172542572, 0.6182135939598083, 0.670501172542572, 0.827363908290863, 1.0888018608093262, 0.9319390654563904, 1.175947904586792, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.4025273323059082, 1.1410894393920898, 1.332810640335083, 1.472244143486023, 1.768540382385254, 1.8731155395507812, 1.4548149108886719, 0.30448800325393677, -0.7935512065887451, -1.4384313821792603, -1.5255773067474365, -1.5081480741500854, -0.601830005645752, 1.332810640335083, 1.6988236904144287, 1.960261583328247, 1.925403118133545, 2.1345534324645996, 2.0299782752990723, 1.7336820363998413, 1.8382571935653687, 2.204270124435425, 2.0996949672698975, 2.204270124435425, 2.0996949672698975, 2.2216994762420654, 2.204270124435425, 2.2914161682128906, 2.0996949672698975, 1.8556864261627197, 2.1694118976593018, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.7511112689971924, 1.7336820363998413, 1.5942485332489014, 1.9951199293136597, 1.9951199293136597, -0.6366884112358093, -0.5495424270629883, -1.1595642566680908, 0.16505448520183563, 2.082265853881836, 2.4134204387664795, -0.9504139423370361, -1.6650108098983765, 2.082265853881836, 2.151982545852661, -1.5604356527328491, -0.8981263637542725, -1.403572916984558, -0.4972548484802246, 0.6530719995498657, -0.42753809690475464, -0.9852723479270935, -0.009237446822226048, 2.587712287902832, 1.7162528038024902, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8796514868736267, 1.0365142822265625, 1.629106879234314, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.942832350730896, 1.925403118133545, 1.6813944578170776, 1.3502397537231445, 1.053943395614624, 0.7925055623054504, 0.33934640884399414, 0.2347712516784668, 0.5484968423843384, 0.7750763297080994, 0.7576471567153931, 0.5833552479743958, 0.4613508880138397, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.4090631604194641, 0.3742047846317291, 0.2173420637845993, -0.1661001741886139, 0.2522004544734955, -1.0027015209197998, -1.0027015209197998, -0.9329847693443298, -0.8632679581642151, -1.0027015209197998, -0.6541175842285156, 2.2216994762420654, 2.1694118976593018, 2.0648367404937744, 2.430849552154541, -1.1421350240707397, -0.8806971907615662, 0.1999128758907318, 1.5593900680541992, 0.513638436794281, 0.008191745728254318, -0.04409583657979965, -0.39267969131469727, -1.2641394138336182, -0.5495424270629883, 1.053943395614624, 1.1236603260040283, 1.1062309741973877, 0.7750763297080994, -0.688975989818573, -0.7761220335960388, 0.984226644039154, 0.7750763297080994, 0.7576471567153931, 0.6879304051399231, 0.2696296274662018, 0.5310676693916321, 0.6530719995498657, 0.8622223138809204, 0.8099347352981567, 1.1410894393920898, 0.984226644039154, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 1.1410894393920898, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.6530719995498657, 0.7925055623054504, 0.7227887511253357, 0.3742047846317291, 0.18248367309570312, 0.2347712516784668, -0.009237446822226048, 0.13019609451293945, 0.3916339874267578, 0.8622223138809204, 0.9319390654563904, 0.6530719995498657, 1.0190850496292114, 0.8796514868736267, 0.8796514868736267, 1.332810640335083, 1.0190850496292114, 1.0016558170318604, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.5071024894714355, 1.175947904586792, 1.3502397537231445, 1.6988236904144287, 1.646536111831665, 1.175947904586792, 0.28705883026123047, -0.5146840810775757, -1.3164269924163818, -1.4384313821792603, -1.333856225013733, -0.8284096121788025, 0.7925055623054504, 1.6813944578170776, 1.9079740047454834, 1.8731155395507812, 1.768540382385254, 1.9079740047454834, 1.9079740047454834, 1.7162528038024902, 2.0996949672698975, 1.803398847579956, 1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.0299782752990723, 2.239128589630127, 2.151982545852661, 2.2216994762420654, 1.9079740047454834, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.117124319076538, 1.8731155395507812, 1.8208279609680176, 2.047407388687134, 2.151982545852661, 1.7511112689971924, 2.4831371307373047, 1.6813944578170776, 0.2522004544734955, 1.0016558170318604, 2.2565577030181885, -1.246710181236267, -1.6998692750930786, -1.7172983884811401, -0.601830005645752, -0.4623964726924896, -1.1595642566680908, -1.3164269924163818, -1.1072766780853271, 1.0190850496292114, 0.9493682980537415, -0.9504139423370361, 0.28705883026123047, 2.3262743949890137, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503], [2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 1.5071024894714355, 2.2565577030181885, 2.361132860183716, 2.430849552154541, 2.4134204387664795, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.204270124435425, 2.1868410110473633, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.047407388687134, 1.8905447721481323, 1.768540382385254, 1.768540382385254, 1.4199565649032593, 1.1410894393920898, 0.7576471567153931, 0.44392168521881104, 0.09533771127462387, 0.09533771127462387, 0.3742047846317291, 0.600784420967102, 0.6530719995498657, 0.5310676693916321, 0.28705883026123047, 0.13019609451293945, 0.18248367309570312, 0.07790851593017578, -0.3229629397392273, -0.5495424270629883, -0.8632679581642151, -0.8109803795814514, -0.7586928009986877, -0.5669716596603394, -0.3403921127319336, -0.09638340771198273, -0.1312417984008789, -0.07895421981811523, 0.18248367309570312, 1.942832350730896, 1.768540382385254, -1.0201307535171509, -0.4623964726924896, 0.3742047846317291, 1.2108062505722046, 1.4025273323059082, -0.18352937698364258, -1.0375598669052124, 0.8970807194709778, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 0.11276690661907196, -0.5146840810775757, -0.1312417984008789, -0.6366884112358093, -0.7761220335960388, 0.984226644039154, 0.7227887511253357, 0.7925055623054504, 0.670501172542572, 0.5833552479743958, 1.175947904586792, 0.8099347352981567, 1.0365142822265625, 0.7402179837226868, 0.8622223138809204, 0.7750763297080994, 0.984226644039154, 0.5833552479743958, 0.9319390654563904, 0.9667974710464478, 0.7402179837226868, 1.1062309741973877, 0.8447931408882141, 1.0190850496292114, 0.7925055623054504, 1.1933770179748535, 1.332810640335083, 1.2282354831695557, 1.1236603260040283, 1.2108062505722046, 1.3676689863204956, 1.3502397537231445, 0.7750763297080994, 0.9145098924636841, 0.18248367309570312, 0.44392168521881104, 0.02562093921005726, 0.8796514868736267, 1.0365142822265625, 1.1236603260040283, 0.7925055623054504, 1.053943395614624, 0.8970807194709778, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3850982189178467, 1.5419609546661377, 1.3502397537231445, 1.5593900680541992, 1.2630938291549683, 1.768540382385254, 1.158518671989441, 0.827363908290863, 0.06047932058572769, -0.4798256754875183, -1.4210021495819092, -1.4210021495819092, -0.3578213155269623, 0.9667974710464478, 1.5071024894714355, 2.047407388687134, 2.1345534324645996, 2.361132860183716, 2.0125491619110107, 2.0125491619110107, 2.2565577030181885, 2.239128589630127, 2.0648367404937744, 1.8731155395507812, 2.0648367404937744, 1.8382571935653687, 2.0996949672698975, 2.047407388687134, 1.768540382385254, 1.8905447721481323, 1.8556864261627197, 1.9951199293136597, 2.1694118976593018, 2.1694118976593018, 2.082265853881836, 1.9776906967163086, 2.1868410110473633, 2.1345534324645996, 2.239128589630127, 2.0299782752990723, 2.1694118976593018, 1.942832350730896, 1.8382571935653687, 1.3502397537231445, 1.9951199293136597, 1.4025273323059082, -0.7238344550132751, 1.9951199293136597, -0.8981263637542725, 1.646536111831665, 0.6530719995498657, 1.4025273323059082, 0.7576471567153931, 1.8208279609680176, 1.7511112689971924, 1.9079740047454834, 2.2565577030181885, 0.42649248242378235, 1.053943395614624, 1.6639652252197266, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377], [2.047407388687134, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 1.0888018608093262, 1.7336820363998413, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.4134204387664795, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 1.7336820363998413, 1.4373857975006104, 1.1062309741973877, 0.6530719995498657, 0.28705883026123047, 0.1999128758907318, 0.2173420637845993, 0.13019609451293945, 0.13019609451293945, 0.42649248242378235, 0.478780061006546, 0.4613508880138397, 0.2696296274662018, 0.02562093921005726, -0.20095856487751007, -0.44496726989746094, -1.0027015209197998, -0.8109803795814514, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, 0.5310676693916321, 0.02562093921005726, 0.16505448520183563, 0.13019609451293945, 0.984226644039154, 0.6530719995498657, -0.04409583657979965, -0.4623964726924896, 0.7227887511253357, 0.5310676693916321, 1.4199565649032593, -0.21838775277137756, -1.0201307535171509, 0.7402179837226868, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 0.44392168521881104, -1.1247059106826782, 0.14762529730796814, 0.9493682980537415, 0.8622223138809204, 1.332810640335083, 0.984226644039154, 0.9145098924636841, 0.9145098924636841, 0.8099347352981567, 0.4613508880138397, 0.9319390654563904, 0.8447931408882141, 0.7053595781326294, 0.670501172542572, 0.7402179837226868, 0.600784420967102, 0.35677558183670044, 0.7227887511253357, 0.827363908290863, 0.6182135939598083, 0.6530719995498657, 0.8099347352981567, 0.827363908290863, 0.984226644039154, 1.2630938291549683, 1.2108062505722046, 1.0016558170318604, 1.3850982189178467, 1.4199565649032593, 1.1410894393920898, 1.053943395614624, 1.2282354831695557, 1.1062309741973877, 1.1236603260040283, 0.9145098924636841, 1.0888018608093262, 0.9667974710464478, 0.32191720604896545, 0.4613508880138397, 0.5484968423843384, 0.7576471567153931, 1.0190850496292114, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.5942485332489014, 1.3502397537231445, 1.489673376083374, 1.6813944578170776, 1.1236603260040283, 0.09533771127462387, -0.41010889410972595, -1.1247059106826782, -1.2641394138336182, -1.2989977598190308, 0.670501172542572, 0.9145098924636841, 1.8382571935653687, 1.611677646636963, 2.0648367404937744, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.3785619735717773, 1.960261583328247, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.9776906967163086, 1.785969614982605, 2.117124319076538, 2.27398681640625, 2.308845281600952, 2.151982545852661, 1.9079740047454834, 1.5245317220687866, 1.7336820363998413, 2.117124319076538, 1.768540382385254, 1.9951199293136597, 1.8556864261627197, 2.308845281600952, 1.8556864261627197, 1.629106879234314, 2.0648367404937744, 2.361132860183716, 0.32191720604896545, 1.5071024894714355, 0.7053595781326294, 2.361132860183716, 2.2216994762420654, 2.4831371307373047, 1.8556864261627197, 1.7162528038024902, 2.239128589630127, 2.622570753097534, 1.5942485332489014, 1.4548149108886719, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355], [2.0299782752990723, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 1.0365142822265625, 1.5593900680541992, 2.0996949672698975, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.6988236904144287, 1.4025273323059082, 0.9667974710464478, 1.0365142822265625, 0.6356428265571594, 0.2696296274662018, 0.2173420637845993, -0.20095856487751007, -0.04409583657979965, -0.1312417984008789, 0.4090631604194641, 0.8099347352981567, -0.06152502819895744, -0.27067533135414124, -0.7238344550132751, -1.0201307535171509, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, -0.7586928009986877, -0.09638340771198273, 0.2173420637845993, -0.1661001741886139, 0.6356428265571594, 0.16505448520183563, 1.4199565649032593, 2.2216994762420654, 1.768540382385254, -0.1312417984008789, -0.4972548484802246, -0.23581695556640625, 0.5484968423843384, -0.8806971907615662, -0.4623964726924896, 0.3916339874267578, 0.8796514868736267, 1.175947904586792, 0.5310676693916321, -0.7761220335960388, -0.5669716596603394, 0.8622223138809204, 0.9145098924636841, 1.3502397537231445, 1.1236603260040283, 0.9319390654563904, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 1.1062309741973877, 0.6879304051399231, 0.5833552479743958, 1.3850982189178467, 1.3502397537231445, 0.7227887511253357, 0.7925055623054504, 0.3916339874267578, 0.42649248242378235, 0.5484968423843384, 0.827363908290863, 0.6879304051399231, 0.9667974710464478, 0.9493682980537415, 1.0016558170318604, 1.1236603260040283, 1.1410894393920898, 0.8796514868736267, 1.175947904586792, 1.6639652252197266, 1.4025273323059082, 0.9667974710464478, 0.6356428265571594, -0.7238344550132751, 0.6356428265571594, 0.7227887511253357, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 1.0888018608093262, 1.175947904586792, 1.3502397537231445, 1.2979521751403809, 1.3502397537231445, 1.2456645965576172, 1.611677646636963, 1.4373857975006104, 1.3676689863204956, 1.3850982189178467, 1.472244143486023, 1.0888018608093262, -0.026666639372706413, -0.9155555367469788, -1.1072766780853271, -1.3164269924163818, -1.2118518352508545, -0.1486709862947464, 0.8796514868736267, 1.7162528038024902, 1.942832350730896, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 1.9951199293136597, 1.8208279609680176, 1.6813944578170776, 1.5593900680541992, 1.768540382385254, 1.4373857975006104, 1.3502397537231445, 2.2216994762420654, 2.2216994762420654, 2.151982545852661, 1.9776906967163086, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 2.0996949672698975, 2.082265853881836, 2.2565577030181885, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 0.8970807194709778, 1.7336820363998413, 1.053943395614624, 2.0648367404937744, 1.3502397537231445, 1.1062309741973877, 1.8208279609680176, 2.239128589630127, 1.960261583328247, 1.8382571935653687, 1.629106879234314, 2.1345534324645996, 1.3850982189178467, 2.1868410110473633, 2.3785619735717773, 1.646536111831665, 1.315381407737732, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.3850982189178467, 1.7336820363998413, 2.204270124435425, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.2565577030181885, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 1.8905447721481323, 1.5942485332489014, 1.1933770179748535, 0.9319390654563904, 0.7402179837226868, 1.175947904586792, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.14762529730796814, -0.18352937698364258, 0.32191720604896545, 1.6988236904144287, -0.07895421981811523, -0.8284096121788025, -0.7761220335960388, -0.5669716596603394, -0.4623964726924896, -0.37525051832199097, -0.2881045341491699, -0.21838775277137756, 0.670501172542572, -0.1661001741886139, -0.6541175842285156, -0.21838775277137756, 0.6879304051399231, 0.8447931408882141, 0.28705883026123047, -0.1661001741886139, 1.1410894393920898, -0.5669716596603394, 0.9319390654563904, 0.7402179837226868, 0.2347712516784668, -0.009237446822226048, 0.02562093921005726, 0.33934640884399414, 0.1999128758907318, -0.009237446822226048, -0.1661001741886139, 0.6182135939598083, 0.827363908290863, 0.7402179837226868, 0.7750763297080994, 0.6182135939598083, 0.513638436794281, 0.6356428265571594, 0.7576471567153931, 0.5484968423843384, 0.6182135939598083, 0.7925055623054504, 0.7402179837226868, 0.600784420967102, 0.4962092638015747, 1.5419609546661377, 1.1410894393920898, -0.07895421981811523, 0.7402179837226868, 0.7925055623054504, 0.4962092638015747, 0.827363908290863, 0.670501172542572, 0.8447931408882141, 1.1410894393920898, 0.9667974710464478, 1.175947904586792, 0.7750763297080994, 1.5942485332489014, 0.8622223138809204, 0.8970807194709778, 1.646536111831665, 1.5593900680541992, 1.2805230617523193, 1.0888018608093262, 1.0016558170318604, 1.0888018608093262, 0.6530719995498657, 0.6879304051399231, 1.1933770179748535, 1.3850982189178467, 1.2456645965576172, 1.315381407737732, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.5245317220687866, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.5593900680541992, 0.32191720604896545, -1.0549890995025635, -1.089847445487976, -1.3512853384017944, -0.41010889410972595, 0.9667974710464478, 1.332810640335083, 2.0648367404937744, 1.6813944578170776, 2.117124319076538, 2.308845281600952, 2.1345534324645996, 1.9776906967163086, 1.5245317220687866, 1.4199565649032593, 1.5245317220687866, 1.8905447721481323, 2.117124319076538, 2.27398681640625, 2.1694118976593018, 1.9776906967163086, 1.6813944578170776, 2.0996949672698975, 2.27398681640625, 2.2216994762420654, 1.9079740047454834, 1.803398847579956, 1.8731155395507812, 2.0299782752990723, 2.3785619735717773, 2.204270124435425, 2.308845281600952, 2.27398681640625, 1.5245317220687866, 2.1694118976593018, 1.3850982189178467, 0.14762529730796814, 1.472244143486023, 1.4373857975006104, 0.06047932058572769, 0.4613508880138397, 1.5245317220687866, 0.600784420967102, 1.629106879234314, 1.332810640335083, -0.7238344550132751, 1.8208279609680176, 2.361132860183716, 0.7227887511253357, 2.1868410110473633, 1.9079740047454834, 1.4373857975006104, 1.9776906967163086, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.4025273323059082], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 1.1062309741973877, 1.2630938291549683, 1.489673376083374, 1.6639652252197266, 1.9951199293136597, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1694118976593018, 2.117124319076538, 2.0299782752990723, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.3676689863204956, 1.158518671989441, 0.9145098924636841, 1.0365142822265625, 1.785969614982605, 1.646536111831665, 1.8731155395507812, 1.8731155395507812, 1.2282354831695557, 1.2282354831695557, 1.1410894393920898, 0.5310676693916321, -0.619259238243103, 0.2347712516784668, -0.42753809690475464, -0.42753809690475464, -0.27067533135414124, -0.1661001741886139, 0.32191720604896545, 1.5419609546661377, -0.09638340771198273, 0.0430501289665699, 0.32191720604896545, 1.0365142822265625, -0.07895421981811523, 1.2805230617523193, 0.5484968423843384, 1.8208279609680176, 0.8796514868736267, 1.315381407737732, 0.6879304051399231, 0.5833552479743958, 0.02562093921005726, 0.28705883026123047, 0.5484968423843384, 0.5833552479743958, 0.32191720604896545, 0.6182135939598083, 0.7227887511253357, 0.6356428265571594, 0.4962092638015747, 0.1999128758907318, 0.09533771127462387, 0.30448800325393677, 0.9145098924636841, 0.42649248242378235, 0.7227887511253357, 1.1410894393920898, 0.7053595781326294, 1.315381407737732, 0.478780061006546, 1.053943395614624, 0.0430501289665699, 1.0190850496292114, 0.478780061006546, 0.2173420637845993, 1.5071024894714355, 0.6879304051399231, 0.600784420967102, 0.600784420967102, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.6530719995498657, 1.4548149108886719, 1.5071024894714355, 0.7925055623054504, 0.8796514868736267, 0.7053595781326294, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.5768193006515503, 1.3676689863204956, 1.2282354831695557, 0.7402179837226868, -0.6366884112358093, -1.3512853384017944, -1.1247059106826782, 0.30448800325393677, 1.332810640335083, 1.6988236904144287, 1.332810640335083, 1.2630938291549683, 1.3850982189178467, 1.8556864261627197, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 1.942832350730896, 1.9776906967163086, 1.803398847579956, 1.785969614982605, 1.5593900680541992, 1.158518671989441, 0.984226644039154, 1.4373857975006104, 1.5942485332489014, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.2914161682128906, 2.082265853881836, 2.1345534324645996, 2.3262743949890137, 1.8905447721481323, 1.7511112689971924, 2.151982545852661, 1.4548149108886719, 2.117124319076538, 1.942832350730896, 1.6639652252197266, 1.2282354831695557, 1.1236603260040283, 0.7053595781326294, 0.8099347352981567, 0.6879304051399231, -0.06152502819895744, 0.30448800325393677, 0.7053595781326294, 0.5659260153770447, 1.4199565649032593, 2.2914161682128906, 2.1694118976593018, 2.361132860183716, 1.1062309741973877, 0.984226644039154, 2.395991325378418, 2.0648367404937744, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445], [2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.1410894393920898, 1.315381407737732, 1.5071024894714355, 1.803398847579956, 2.151982545852661, 2.395991325378418, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.0648367404937744, 2.0125491619110107, 1.925403118133545, 1.5768193006515503, 1.4548149108886719, 1.2282354831695557, 1.472244143486023, 1.5768193006515503, 1.7336820363998413, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.9079740047454834, 1.646536111831665, 1.053943395614624, 1.3676689863204956, 1.5768193006515503, 0.7402179837226868, -0.07895421981811523, -0.06152502819895744, -0.5669716596603394, -0.5146840810775757, -0.3229629397392273, 0.5833552479743958, 0.35677558183670044, 0.32191720604896545, 0.42649248242378235, 0.30448800325393677, 0.4962092638015747, 0.513638436794281, 1.332810640335083, 1.3850982189178467, 1.1410894393920898, 1.2805230617523193, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 0.5310676693916321, 0.5833552479743958, 0.478780061006546, -0.1661001741886139, 0.3742047846317291, 0.7053595781326294, 0.600784420967102, 0.4962092638015747, 0.2347712516784668, 0.16505448520183563, 0.30448800325393677, 0.7925055623054504, 0.42649248242378235, 0.670501172542572, 1.4025273323059082, 0.827363908290863, 0.07790851593017578, 1.0016558170318604, 1.053943395614624, 0.478780061006546, 1.3502397537231445, 0.670501172542572, 1.646536111831665, 1.2630938291549683, 1.4548149108886719, 1.3676689863204956, 0.4090631604194641, 0.5833552479743958, 0.7053595781326294, 1.071372628211975, 0.7402179837226868, 0.14762529730796814, 1.2108062505722046, 0.670501172542572, 1.0190850496292114, 0.7402179837226868, 0.02562093921005726, 0.6356428265571594, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 1.1062309741973877, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.4199565649032593, 1.6639652252197266, 1.3502397537231445, 0.8622223138809204, -0.25324615836143494, -1.1595642566680908, -0.688975989818573, 0.984226644039154, 2.0125491619110107, 2.0299782752990723, 1.7336820363998413, 2.117124319076538, 2.2565577030181885, 2.151982545852661, 1.646536111831665, 1.629106879234314, 1.7162528038024902, 1.6813944578170776, 1.960261583328247, 2.0299782752990723, 1.8382571935653687, 2.1694118976593018, 2.0648367404937744, 1.3676689863204956, 1.1933770179748535, 1.5419609546661377, 1.629106879234314, 1.629106879234314, 1.768540382385254, 2.0299782752990723, 2.2565577030181885, 2.2565577030181885, 2.0125491619110107, 1.4548149108886719, 1.9776906967163086, 1.960261583328247, 1.8905447721481323, -0.9155555367469788, 1.4199565649032593, 1.2282354831695557, 0.513638436794281, 0.9145098924636841, -0.1661001741886139, 0.4090631604194641, 2.1345534324645996, -0.532113254070282, 0.5833552479743958, 0.600784420967102, 0.2173420637845993, 1.1933770179748535, 0.33934640884399414, 2.0299782752990723, 1.611677646636963, 1.175947904586792, 0.9493682980537415, 2.308845281600952, 1.646536111831665, 1.4373857975006104, 1.2979521751403809, 1.1933770179748535, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809], [2.0125491619110107, 1.960261583328247, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.2282354831695557, 1.472244143486023, 1.785969614982605, 2.047407388687134, 2.2565577030181885, 2.3437037467956543, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.1694118976593018, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.8382571935653687, 1.942832350730896, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.8905447721481323, 2.047407388687134, 1.925403118133545, 1.9951199293136597, 2.047407388687134, 1.925403118133545, 1.5768193006515503, 1.1933770179748535, 0.670501172542572, 0.478780061006546, 0.9145098924636841, 0.5310676693916321, 0.16505448520183563, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 1.4025273323059082, 1.158518671989441, 1.942832350730896, 1.5942485332489014, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.5245317220687866, 0.6879304051399231, 1.1933770179748535, -0.4798256754875183, -0.009237446822226048, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.2347712516784668, -0.026666639372706413, 0.18248367309570312, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 1.1410894393920898, 0.42649248242378235, 1.4373857975006104, 0.670501172542572, 0.5310676693916321, 1.053943395614624, 1.315381407737732, 0.670501172542572, 1.629106879234314, 1.472244143486023, 0.8970807194709778, 1.053943395614624, 1.315381407737732, 1.2979521751403809, 0.984226644039154, 1.4548149108886719, 1.1062309741973877, 0.5484968423843384, 0.7053595781326294, 0.7227887511253357, 0.8796514868736267, 1.158518671989441, 1.2108062505722046, 0.8796514868736267, 1.2805230617523193, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.071372628211975, 1.1236603260040283, 1.071372628211975, 1.2108062505722046, 1.332810640335083, 1.071372628211975, 1.4199565649032593, 1.4199565649032593, 1.2979521751403809, 1.0190850496292114, 1.0016558170318604, 1.5245317220687866, 1.175947904586792, -0.7412636280059814, -1.1072766780853271, -0.6366884112358093, 1.2630938291549683, 1.158518671989441, 1.9079740047454834, 1.3850982189178467, 1.803398847579956, 1.8208279609680176, 2.0648367404937744, 2.082265853881836, 2.204270124435425, 2.0125491619110107, 1.7511112689971924, 1.6813944578170776, 2.1345534324645996, 2.117124319076538, 1.1062309741973877, 1.611677646636963, 2.047407388687134, 1.960261583328247, 1.6988236904144287, 1.3850982189178467, 1.7336820363998413, 1.5593900680541992, 1.3676689863204956, 1.053943395614624, 1.2282354831695557, 1.5942485332489014, 1.629106879234314, 1.803398847579956, 1.8382571935653687, 1.5245317220687866, 1.1933770179748535, 1.3850982189178467, -0.1661001741886139, -0.7238344550132751, -0.3229629397392273, 0.6182135939598083, 0.2522004544734955, -0.3055337369441986, 1.8905447721481323, -0.5495424270629883, -0.4798256754875183, -0.20095856487751007, -1.1247059106826782, 0.02562093921005726, 0.7576471567153931, 1.4548149108886719, 0.9145098924636841, -0.7064052224159241, 0.0430501289665699, 1.785969614982605, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.472244143486023, 2.047407388687134, 2.2216994762420654, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 1.9951199293136597, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 1.8382571935653687, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7162528038024902, 1.785969614982605, 1.8382571935653687, 1.646536111831665, 1.7511112689971924, 1.925403118133545, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 1.5071024894714355, 0.9145098924636841, 1.472244143486023, 1.158518671989441, 0.8796514868736267, 1.8208279609680176, 0.8099347352981567, 1.8731155395507812, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.9079740047454834, 1.8382571935653687, 1.925403118133545, 1.5942485332489014, 1.9776906967163086, 1.2108062505722046, 1.2630938291549683, 0.33934640884399414, 1.0190850496292114, 0.2696296274662018, 0.008191745728254318, 0.14762529730796814, -0.3403921127319336, 0.2173420637845993, -0.3403921127319336, 0.6530719995498657, 0.600784420967102, 1.2979521751403809, 0.14762529730796814, 0.5310676693916321, 1.1410894393920898, 1.2805230617523193, 0.35677558183670044, 0.42649248242378235, 1.071372628211975, 1.053943395614624, 1.2630938291549683, 0.6182135939598083, 1.2108062505722046, 0.7750763297080994, 1.6639652252197266, 1.175947904586792, 1.071372628211975, 0.9493682980537415, 0.7402179837226868, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 0.5310676693916321, 1.175947904586792, 1.1062309741973877, 1.0888018608093262, 0.827363908290863, 0.7925055623054504, 1.071372628211975, 1.315381407737732, 1.175947904586792, 0.9667974710464478, 1.1933770179748535, 1.2108062505722046, 1.5071024894714355, 1.4025273323059082, 1.5593900680541992, 1.2979521751403809, 1.5768193006515503, 1.2630938291549683, 1.2456645965576172, 1.2979521751403809, -0.601830005645752, -1.176993489265442, -0.9504139423370361, 0.28705883026123047, 2.151982545852661, 1.5942485332489014, 1.5942485332489014, 2.151982545852661, 1.9079740047454834, 2.1694118976593018, 1.8556864261627197, 1.7511112689971924, 1.9079740047454834, 2.117124319076538, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6813944578170776, 1.803398847579956, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.0365142822265625, 0.4090631604194641, 0.7053595781326294, 0.35677558183670044, 1.1933770179748535, 1.332810640335083, 1.5768193006515503, 0.6356428265571594, -0.3055337369441986, -0.39267969131469727, -0.44496726989746094, -0.8109803795814514, -0.619259238243103, -0.1312417984008789, 1.646536111831665, -0.9678431153297424, -0.7935512065887451, 0.3742047846317291, -0.7238344550132751, -1.4558604955673218, -1.0201307535171509, -1.0027015209197998, -0.3578213155269623, -0.3229629397392273, 1.1236603260040283, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.2805230617523193, 1.2456645965576172, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.2805230617523193, 1.611677646636963, 2.1345534324645996, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.2216994762420654, 2.0996949672698975, 2.0125491619110107, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8208279609680176, 1.785969614982605, 1.9776906967163086, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.9079740047454834, 1.785969614982605, 1.332810640335083, 0.827363908290863, 0.8622223138809204, 1.5419609546661377, 1.2456645965576172, 1.4199565649032593, 1.646536111831665, 1.2282354831695557, 1.158518671989441, 1.646536111831665, 1.8731155395507812, 1.7162528038024902, 2.0648367404937744, 1.9079740047454834, 1.9776906967163086, 1.8731155395507812, 1.9776906967163086, 1.8556864261627197, 1.7336820363998413, 1.611677646636963, 0.44392168521881104, -0.09638340771198273, 0.5659260153770447, 2.0299782752990723, 1.0365142822265625, 0.28705883026123047, 0.6182135939598083, 0.5659260153770447, 0.07790851593017578, -0.1312417984008789, -0.3055337369441986, 1.1236603260040283, 1.4199565649032593, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 0.8447931408882141, 1.2108062505722046, 1.4373857975006104, 1.332810640335083, 1.3850982189178467, 1.1062309741973877, 1.3850982189178467, 1.4548149108886719, 1.2282354831695557, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 0.670501172542572, 0.827363908290863, 0.8970807194709778, 0.7925055623054504, 1.1410894393920898, 1.1933770179748535, 1.0365142822265625, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 1.071372628211975, 1.315381407737732, 1.4199565649032593, 1.489673376083374, 1.2108062505722046, 1.472244143486023, 1.3676689863204956, 1.4025273323059082, 1.5942485332489014, 1.489673376083374, 1.175947904586792, -0.21838775277137756, -1.1421350240707397, -1.0027015209197998, 0.8447931408882141, 0.7227887511253357, 1.7162528038024902, 1.6988236904144287, 1.960261583328247, 2.1345534324645996, 1.8731155395507812, 2.047407388687134, 1.9776906967163086, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 1.9776906967163086, 1.7511112689971924, 1.5419609546661377, 2.0648367404937744, 2.151982545852661, 2.0648367404937744, 1.8905447721481323, 1.768540382385254, 1.4373857975006104, 1.7511112689971924, 1.5768193006515503, 0.984226644039154, 1.803398847579956, 1.3850982189178467, 1.611677646636963, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.8382571935653687, 2.239128589630127, 1.960261583328247, 1.1410894393920898, -0.3403921127319336, -0.7238344550132751, -0.18352937698364258, 0.6356428265571594, -0.1312417984008789, -0.3403921127319336, 1.0016558170318604, -0.21838775277137756, -0.8806971907615662, 1.2456645965576172, -0.23581695556640625, -1.0201307535171509, -0.9504139423370361, -0.8981263637542725, -0.42753809690475464, -0.3403921127319336, 1.489673376083374, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7336820363998413, 1.6813944578170776, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.489673376083374, 1.646536111831665, 1.8905447721481323, 2.1345534324645996, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.2914161682128906, 2.239128589630127, 2.1345534324645996, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.117124319076538, 2.0996949672698975, 1.9776906967163086, 1.8905447721481323, 1.9079740047454834, 1.8556864261627197, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.071372628211975, 0.7925055623054504, 1.315381407737732, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.7162528038024902, 1.5768193006515503, 1.8208279609680176, 1.785969614982605, 1.8905447721481323, 1.925403118133545, 2.117124319076538, 1.942832350730896, 1.8731155395507812, 1.9776906967163086, 1.9079740047454834, 1.5593900680541992, 0.827363908290863, 1.472244143486023, 1.0190850496292114, 0.6879304051399231, 0.2696296274662018, 1.9951199293136597, 1.5419609546661377, 1.2282354831695557, 1.0190850496292114, 0.6879304051399231, 0.7925055623054504, 1.2282354831695557, 0.4613508880138397, 1.2108062505722046, 0.9667974710464478, 1.0888018608093262, 0.9493682980537415, 1.1236603260040283, 1.4199565649032593, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.3676689863204956, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 0.8796514868736267, 0.984226644039154, 0.9667974710464478, 0.8796514868736267, 0.9145098924636841, 0.7925055623054504, 0.7227887511253357, 0.827363908290863, 1.315381407737732, 1.2108062505722046, 1.1236603260040283, 1.0190850496292114, 1.1062309741973877, 1.2979521751403809, 1.2108062505722046, 1.4373857975006104, 1.6639652252197266, 1.768540382385254, 1.489673376083374, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 0.6182135939598083, -0.9678431153297424, -1.0027015209197998, 1.332810640335083, 1.8208279609680176, 2.0125491619110107, 1.8556864261627197, 1.8731155395507812, 2.117124319076538, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 2.117124319076538, 2.204270124435425, 1.9951199293136597, 1.960261583328247, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.047407388687134, 1.332810640335083, 2.0125491619110107, 2.151982545852661, 1.7511112689971924, 1.2456645965576172, 2.2565577030181885, 1.8731155395507812, 1.7511112689971924, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 1.5768193006515503, 1.175947904586792, 1.5071024894714355, 1.0888018608093262, 1.0190850496292114, 0.5659260153770447, 1.611677646636963, -0.5146840810775757, -0.3578213155269623, -0.2881045341491699, -0.37525051832199097, -0.8284096121788025, 0.7227887511253357, 0.7925055623054504, -0.532113254070282, 0.14762529730796814, 0.11276690661907196, -0.5669716596603394, -0.4972548484802246, -0.1486709862947464, -0.21838775277137756, -0.3229629397392273, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.175947904586792, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.8905447721481323, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.361132860183716, 2.4134204387664795, 2.3785619735717773, 2.308845281600952, 2.204270124435425, 2.117124319076538, 2.082265853881836, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.960261583328247, 1.8905447721481323, 1.8208279609680176, 1.8208279609680176, 1.6639652252197266, 1.942832350730896, 1.960261583328247, 2.1345534324645996, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.8208279609680176, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.5768193006515503, 1.8556864261627197, 1.9079740047454834, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.6813944578170776, 1.8208279609680176, 1.2456645965576172, 1.8208279609680176, 0.42649248242378235, 1.2456645965576172, 1.5419609546661377, 1.8382571935653687, 1.2630938291549683, 1.5245317220687866, 1.4548149108886719, 1.7336820363998413, 1.175947904586792, 1.0190850496292114, 0.6356428265571594, 1.4548149108886719, 0.984226644039154, 1.3676689863204956, 0.513638436794281, 1.1236603260040283, 1.1933770179748535, 0.8622223138809204, 1.1410894393920898, 0.9319390654563904, 1.2630938291549683, 0.8970807194709778, 1.071372628211975, 1.158518671989441, 1.0365142822265625, 1.1062309741973877, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.332810640335083, 0.9145098924636841, 1.1062309741973877, 1.3850982189178467, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.3850982189178467, 1.2282354831695557, 1.3850982189178467, 1.646536111831665, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.472244143486023, 1.5245317220687866, 1.0190850496292114, -0.07895421981811523, -1.1247059106826782, -0.04409583657979965, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2979521751403809, 1.7336820363998413, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.1868410110473633, 2.0996949672698975, 1.6988236904144287, 1.768540382385254, 1.925403118133545, 2.204270124435425, 2.2216994762420654, 2.3785619735717773, 1.472244143486023, 1.8382571935653687, 1.5071024894714355, 1.5419609546661377, 1.9776906967163086, 1.7336820363998413, 1.942832350730896, 0.8796514868736267, 1.785969614982605, 0.8622223138809204, 1.5942485332489014, 1.315381407737732, 1.8556864261627197, 1.6813944578170776, 1.8556864261627197, 1.4548149108886719, 1.3502397537231445, 0.478780061006546, -0.39267969131469727, -0.3578213155269623, -0.026666639372706413, -0.3403921127319336, -0.8458387851715088, 0.11276690661907196, 0.9667974710464478, -0.7586928009986877, -0.04409583657979965, 0.0430501289665699, -0.4623964726924896, -0.5146840810775757, -0.44496726989746094, -0.4798256754875183, 0.02562093921005726, 1.332810640335083, 1.2456645965576172, 1.2282354831695557, 1.175947904586792], [1.960261583328247, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.5942485332489014, 1.6639652252197266, 1.8905447721481323, 2.2216994762420654, 2.2914161682128906, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.239128589630127, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8905447721481323, 1.9776906967163086, 1.9951199293136597, 1.8905447721481323, 1.8382571935653687, 1.9079740047454834, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.7162528038024902, 1.925403118133545, 1.9776906967163086, 1.942832350730896, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 1.9776906967163086, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.785969614982605, 1.7162528038024902, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.3850982189178467, 1.3502397537231445, 1.175947904586792, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 1.2282354831695557, 1.2630938291549683, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 0.984226644039154, 0.9493682980537415, 1.1062309741973877, 0.9667974710464478, 0.7402179837226868, 0.827363908290863, 1.1236603260040283, 1.2108062505722046, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.1933770179748535, 1.7162528038024902, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.7336820363998413, 1.5593900680541992, 1.5245317220687866, 1.315381407737732, 0.600784420967102, -0.42753809690475464, -0.39267969131469727, 0.6356428265571594, 0.9667974710464478, 1.925403118133545, 1.9951199293136597, 1.7511112689971924, 1.6988236904144287, 2.1345534324645996, 1.942832350730896, 2.0996949672698975, 2.117124319076538, 2.2565577030181885, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.047407388687134, 1.5942485332489014, 1.5768193006515503, 1.4025273323059082, 1.8382571935653687, 1.8905447721481323, 1.5593900680541992, 1.960261583328247, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 0.7750763297080994, 1.6988236904144287, 1.2979521751403809, 1.2805230617523193, 1.803398847579956, 1.6813944578170776, 2.047407388687134, 1.5593900680541992, 2.0299782752990723, 1.7336820363998413, 1.2805230617523193, -0.04409583657979965, -0.8806971907615662, -0.6366884112358093, -0.7586928009986877, -0.9155555367469788, -0.8458387851715088, 0.6530719995498657, -1.0027015209197998, -0.3229629397392273, 0.16505448520183563, -0.1312417984008789, -0.42753809690475464, -0.3403921127319336, -0.532113254070282, 0.6356428265571594, 1.315381407737732, 1.1933770179748535, 1.1236603260040283], [1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.3676689863204956, 1.489673376083374, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.785969614982605, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.4548149108886719, 1.4373857975006104, 1.472244143486023, 1.3502397537231445, 1.4025273323059082, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.646536111831665, 1.7511112689971924, 1.8382571935653687, 1.646536111831665, 1.5419609546661377, 1.8556864261627197, 1.5593900680541992, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2456645965576172, 0.7227887511253357, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.071372628211975, 0.9319390654563904, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.8447931408882141, 1.2282354831695557, 1.315381407737732, 1.2456645965576172, 1.3676689863204956, 1.2108062505722046, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.2456645965576172, 1.489673376083374, 1.1410894393920898, -0.23581695556640625, -0.532113254070282, -0.3229629397392273, 1.4199565649032593, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 2.0299782752990723, 2.0125491619110107, 2.1694118976593018, 1.8556864261627197, 2.1694118976593018, 1.768540382385254, 1.9776906967163086, 2.0648367404937744, 2.204270124435425, 1.4373857975006104, 1.3502397537231445, 1.960261583328247, 1.803398847579956, 1.646536111831665, 1.8556864261627197, 2.0996949672698975, 1.7162528038024902, 1.925403118133545, 1.8382571935653687, 2.0648367404937744, 1.9079740047454834, 1.4025273323059082, 1.8556864261627197, 1.2282354831695557, 1.5419609546661377, 1.3850982189178467, 1.7511112689971924, 1.768540382385254, 1.6813944578170776, 1.489673376083374, 2.047407388687134, 1.332810640335083, 1.8208279609680176, 1.0365142822265625, -0.1486709862947464, -1.0375598669052124, -0.8109803795814514, -0.6541175842285156, -0.8981263637542725, -0.7935512065887451, 0.30448800325393677, -1.0375598669052124, -0.5495424270629883, 0.06047932058572769, -0.06152502819895744, -0.026666639372706413, -0.3229629397392273, -0.44496726989746094, 1.1933770179748535, 1.2456645965576172, 1.0888018608093262], [1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.5419609546661377, 1.7162528038024902, 1.960261583328247, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.204270124435425, 2.117124319076538, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.785969614982605, 1.7162528038024902, 1.6813944578170776, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.5419609546661377, 1.489673376083374, 1.7162528038024902, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 2.082265853881836, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.803398847579956, 1.611677646636963, 1.629106879234314, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.6988236904144287, 1.629106879234314, 1.3502397537231445, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.3850982189178467, 1.158518671989441, 1.2456645965576172, 1.4199565649032593, 1.0016558170318604, 1.1410894393920898, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 1.0365142822265625, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.158518671989441, 1.1410894393920898, 0.9493682980537415, 1.2630938291549683, 1.4199565649032593, 1.2456645965576172, 1.175947904586792, 1.472244143486023, 1.3676689863204956, 1.053943395614624, 1.3676689863204956, 1.489673376083374, 1.472244143486023, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.158518671989441, -0.18352937698364258, -1.0375598669052124, 0.14762529730796814, 1.1062309741973877, 1.8382571935653687, 1.7336820363998413, 2.0299782752990723, 2.1868410110473633, 1.5071024894714355, 2.0125491619110107, 1.8905447721481323, 2.0996949672698975, 2.1345534324645996, 1.7511112689971924, 1.5942485332489014, 2.0299782752990723, 1.5593900680541992, 1.960261583328247, 1.472244143486023, 1.8208279609680176, 1.7336820363998413, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 1.2805230617523193, 1.7162528038024902, 1.942832350730896, 1.4373857975006104, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.8905447721481323, 1.9776906967163086, 1.3676689863204956, 1.803398847579956, 2.082265853881836, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 0.8970807194709778, 0.4090631604194641, -0.9329847693443298, -0.9155555367469788, -0.7935512065887451, -0.8981263637542725, -0.6366884112358093, -0.5146840810775757, -1.089847445487976, -0.41010889410972595, -0.09638340771198273, -0.1661001741886139, 0.2696296274662018, -0.4798256754875183, -0.6541175842285156, 1.4199565649032593, 1.0888018608093262], [1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.7336820363998413, 1.8731155395507812, 2.0299782752990723, 2.151982545852661, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0648367404937744, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8731155395507812, 1.6639652252197266, 1.6988236904144287, 1.5245317220687866, 1.4373857975006104, 1.472244143486023, 1.2979521751403809, 1.175947904586792, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.5593900680541992, 1.6813944578170776, 1.158518671989441, 1.2805230617523193, 1.5071024894714355, 1.611677646636963, 1.768540382385254, 1.4199565649032593, 1.5593900680541992, 1.925403118133545, 1.925403118133545, 1.942832350730896, 2.0125491619110107, 1.8556864261627197, 1.768540382385254, 1.8382571935653687, 1.9951199293136597, 1.8382571935653687, 1.5942485332489014, 1.489673376083374, 1.3676689863204956, 1.7336820363998413, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.3502397537231445, 1.158518671989441, 1.3676689863204956, 1.3850982189178467, 0.7925055623054504, 0.478780061006546, 1.3850982189178467, 0.9145098924636841, 1.158518671989441, 1.053943395614624, 1.1933770179748535, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 0.6356428265571594, 0.7925055623054504, 0.9667974710464478, 1.2805230617523193, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.2805230617523193, 0.9319390654563904, 1.332810640335083, 0.33934640884399414, 1.2282354831695557, 1.1933770179748535, 1.0888018608093262, 1.5593900680541992, 1.6639652252197266, 1.5768193006515503, 1.6813944578170776, 1.5593900680541992, 1.6988236904144287, 1.5768193006515503, 1.5942485332489014, 1.1062309741973877, 0.44392168521881104, -0.8981263637542725, -0.7238344550132751, 1.332810640335083, 1.4373857975006104, 1.5593900680541992, 1.9776906967163086, 1.4025273323059082, 2.239128589630127, 2.1345534324645996, 2.047407388687134, 2.3437037467956543, 2.0299782752990723, 1.942832350730896, 2.047407388687134, 1.925403118133545, 1.942832350730896, 1.785969614982605, 2.0648367404937744, 2.047407388687134, 1.5768193006515503, 1.768540382385254, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.0888018608093262, 1.5071024894714355, 1.8208279609680176, 1.332810640335083, 1.071372628211975, 1.0888018608093262, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 1.0365142822265625, 0.7053595781326294, 1.1236603260040283, 1.2108062505722046, 0.984226644039154, 1.0365142822265625, 1.4373857975006104, 0.42649248242378235, 0.513638436794281, 0.11276690661907196, -0.8632679581642151, -0.9504139423370361, -0.8284096121788025, -0.619259238243103, -0.688975989818573, -0.9504139423370361, -0.6366884112358093, -0.5495424270629883, -0.07895421981811523, -0.1312417984008789, -0.39267969131469727, -0.688975989818573, -0.619259238243103, 2.204270124435425], [1.8556864261627197, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.9776906967163086, 2.1345534324645996, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.942832350730896, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.7336820363998413, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.803398847579956, 1.8382571935653687, 1.803398847579956, 1.785969614982605, 1.5768193006515503, 1.5071024894714355, 1.6988236904144287, 1.7336820363998413, 1.5071024894714355, 1.472244143486023, 1.3502397537231445, 1.5942485332489014, 1.8208279609680176, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.611677646636963, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 1.768540382385254, 1.8208279609680176, 1.472244143486023, 1.315381407737732, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.1410894393920898, 1.071372628211975, 0.9667974710464478, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.8796514868736267, 0.7576471567153931, 1.071372628211975, 1.0888018608093262, 0.9319390654563904, 1.053943395614624, 1.158518671989441, 1.0190850496292114, 0.9493682980537415, 0.4613508880138397, 0.7053595781326294, 0.7750763297080994, 1.071372628211975, 0.9319390654563904, 1.1933770179748535, 1.2108062505722046, 0.8970807194709778, 0.8970807194709778, 1.2108062505722046, 1.1933770179748535, 1.5942485332489014, 1.5071024894714355, 1.5419609546661377, 1.6639652252197266, 1.768540382385254, 1.7511112689971924, 1.5942485332489014, 1.4025273323059082, 0.6879304051399231, -1.0549890995025635, -0.5495424270629883, 0.02562093921005726, 0.28705883026123047, 1.8731155395507812, 1.611677646636963, 1.646536111831665, 2.082265853881836, 2.395991325378418, 1.960261583328247, 1.768540382385254, 1.960261583328247, 2.239128589630127, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 2.2914161682128906, 1.8382571935653687, 1.7162528038024902, 1.7511112689971924, 1.646536111831665, 1.7511112689971924, 1.942832350730896, 1.5071024894714355, 1.7511112689971924, 1.4199565649032593, 1.2456645965576172, 0.9493682980537415, 0.9319390654563904, 0.5833552479743958, 0.827363908290863, 0.8447931408882141, 0.9145098924636841, 0.9319390654563904, 0.7925055623054504, 0.7402179837226868, 0.9493682980537415, 0.5833552479743958, 0.4962092638015747, 1.053943395614624, 0.44392168521881104, 1.053943395614624, 1.0365142822265625, -0.09638340771198273, -0.7064052224159241, -0.9852723479270935, -0.8109803795814514, -0.8632679581642151, -0.7412636280059814, -0.9504139423370361, -0.7586928009986877, -0.37525051832199097, -0.18352937698364258, -0.27067533135414124, -0.4623964726924896, -0.5146840810775757, 0.008191745728254318], [1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.0648367404937744, 1.9776906967163086, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.646536111831665, 1.472244143486023, 1.4025273323059082, 1.3502397537231445, 1.5768193006515503, 1.785969614982605, 1.629106879234314, 1.8905447721481323, 1.7162528038024902, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8208279609680176, 1.768540382385254, 1.803398847579956, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.629106879234314, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.5593900680541992, 1.785969614982605, 1.175947904586792, 1.629106879234314, 1.5768193006515503, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.175947904586792, 1.2108062505722046, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.071372628211975, 0.7402179837226868, 0.600784420967102, 0.8622223138809204, 0.670501172542572, 0.9319390654563904, 0.9667974710464478, 0.9145098924636841, 1.0016558170318604, 1.0888018608093262, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.071372628211975, 0.8796514868736267, 1.0016558170318604, 0.7750763297080994, 1.071372628211975, 0.8447931408882141, 1.0888018608093262, 1.2108062505722046, 1.0888018608093262, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.785969614982605, 1.611677646636963, 1.489673376083374, 1.5593900680541992, 1.5245317220687866, 0.670501172542572, -0.7586928009986877, -0.9504139423370361, 0.33934640884399414, 0.2696296274662018, 1.0190850496292114, 1.8382571935653687, 2.308845281600952, 1.960261583328247, 1.785969614982605, 1.7336820363998413, 1.803398847579956, 2.204270124435425, 1.803398847579956, 1.9951199293136597, 1.8731155395507812, 2.082265853881836, 1.5419609546661377, 1.7162528038024902, 1.8208279609680176, 1.960261583328247, 1.6988236904144287, 2.308845281600952, 1.6639652252197266, 1.7162528038024902, 1.2805230617523193, 1.158518671989441, 0.984226644039154, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.7925055623054504, 1.053943395614624, 0.6879304051399231, 0.8447931408882141, 0.670501172542572, 1.2108062505722046, 1.2456645965576172, 1.3676689863204956, 1.4025273323059082, 0.13019609451293945, -0.5495424270629883, -1.1421350240707397, -0.688975989818573, -0.7761220335960388, -0.6366884112358093, -0.8109803795814514, -0.6715468168258667, -0.7935512065887451, -0.20095856487751007, 0.11276690661907196, -0.5495424270629883, -0.5495424270629883], [1.7336820363998413, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 2.151982545852661, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.7336820363998413, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.6813944578170776, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 1.768540382385254, 1.2630938291549683, 1.489673376083374, 1.4373857975006104, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.6639652252197266, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.5419609546661377, 1.5593900680541992, 1.4548149108886719, 1.629106879234314, 1.2108062505722046, 1.071372628211975, 1.5071024894714355, 1.5419609546661377, 1.2456645965576172, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.158518671989441, 0.8970807194709778, 0.670501172542572, 1.2630938291549683, 0.827363908290863, 0.5659260153770447, 1.2282354831695557, 0.7402179837226868, 1.1933770179748535, 0.7925055623054504, 0.8796514868736267, 0.827363908290863, 1.3502397537231445, 1.315381407737732, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.3676689863204956, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.5071024894714355, 1.785969614982605, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.332810640335083, -0.37525051832199097, -0.7238344550132751, -0.4972548484802246, 0.7227887511253357, 1.0190850496292114, 1.9079740047454834, 1.646536111831665, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 1.7162528038024902, 1.9079740047454834, 1.8731155395507812, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.629106879234314, 1.8382571935653687, 1.8556864261627197, 1.803398847579956, 1.9951199293136597, 1.3676689863204956, 1.5245317220687866, 1.158518671989441, 0.7750763297080994, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9319390654563904, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 0.8796514868736267, 1.0888018608093262, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.1933770179748535, 1.0016558170318604, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.2108062505722046, -0.8458387851715088, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -0.7238344550132751, -0.8109803795814514, -0.6715468168258667, -1.2118518352508545, 0.44392168521881104, -0.09638340771198273, -0.5495424270629883], [1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.8556864261627197, 1.9776906967163086, 2.082265853881836, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.646536111831665, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.4199565649032593, 1.9079740047454834, 1.9776906967163086, 1.5245317220687866, 1.4373857975006104, 1.6639652252197266, 1.3676689863204956, 1.611677646636963, 1.6988236904144287, 1.5768193006515503, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.4025273323059082, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.611677646636963, 1.6639652252197266, 1.2630938291549683, 1.2630938291549683, 1.6639652252197266, 1.4548149108886719, 1.4025273323059082, 1.5071024894714355, 1.315381407737732, 1.2456645965576172, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.071372628211975, 1.2282354831695557, 1.071372628211975, 0.984226644039154, 1.2108062505722046, 1.332810640335083, 1.2979521751403809, 0.7227887511253357, 0.8099347352981567, 1.0016558170318604, 1.071372628211975, 0.670501172542572, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 0.9493682980537415, 0.7053595781326294, 0.984226644039154, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5071024894714355, 1.8382571935653687, 1.6813944578170776, 1.5768193006515503, 1.5768193006515503, 1.6639652252197266, 1.6988236904144287, 1.4548149108886719, 0.33934640884399414, -0.4623964726924896, -1.0724183320999146, 0.44392168521881104, 0.44392168521881104, 1.2456645965576172, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.646536111831665, 1.611677646636963, 2.1345534324645996, 1.7162528038024902, 1.8731155395507812, 1.8556864261627197, 1.7511112689971924, 1.332810640335083, 1.2456645965576172, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.1933770179748535, 1.2979521751403809, 1.3502397537231445, 1.6813944578170776, -0.7064052224159241, -1.1072766780853271, -0.9329847693443298, -0.8458387851715088, -0.8109803795814514, -0.8284096121788025, -0.7935512065887451, -1.0201307535171509, 1.0888018608093262, -0.3055337369441986], [1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.942832350730896, 2.0648367404937744, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0648367404937744, 1.9951199293136597, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6639652252197266, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.6813944578170776, 1.611677646636963, 1.6813944578170776, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.472244143486023, 1.5419609546661377, 1.7162528038024902, 1.8731155395507812, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.472244143486023, 1.4199565649032593, 1.5768193006515503, 1.4199565649032593, 1.611677646636963, 1.6988236904144287, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.6639652252197266, 1.5419609546661377, 1.5071024894714355, 1.2456645965576172, 1.2456645965576172, 1.1062309741973877, 0.8970807194709778, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 1.158518671989441, 1.0016558170318604, 1.053943395614624, 0.7750763297080994, 0.670501172542572, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 1.1236603260040283, 1.1236603260040283, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.611677646636963, 1.5593900680541992, 1.5419609546661377, 1.6639652252197266, 1.5942485332489014, 1.8382571935653687, 1.5245317220687866, 1.315381407737732, -0.20095856487751007, -0.8632679581642151, -0.9678431153297424, 0.2347712516784668, 1.0365142822265625, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.5768193006515503, 1.8556864261627197, 1.8382571935653687, 1.9951199293136597, 1.646536111831665, 1.9951199293136597, 1.5419609546661377, 1.5942485332489014, 2.0299782752990723, 1.768540382385254, 1.785969614982605, 0.7227887511253357, 1.2282354831695557, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.332810640335083, 0.984226644039154, -0.9678431153297424, -1.1421350240707397, -0.9678431153297424, -0.8981263637542725, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, 1.1236603260040283], [1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.925403118133545, 1.9776906967163086, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4373857975006104, 1.2979521751403809, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.646536111831665, 1.8556864261627197, 1.8731155395507812, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.7162528038024902, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.315381407737732, 1.2630938291549683, 1.4199565649032593, 1.5419609546661377, 1.6639652252197266, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.4373857975006104, 1.472244143486023, 1.611677646636963, 1.7336820363998413, 1.3676689863204956, 1.5593900680541992, 1.3676689863204956, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.158518671989441, 0.9667974710464478, 0.9319390654563904, 1.4548149108886719, 1.1236603260040283, 1.1062309741973877, 0.8796514868736267, 0.9667974710464478, 1.071372628211975, 0.827363908290863, 0.8447931408882141, 1.0190850496292114, 0.8447931408882141, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.3676689863204956, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.1933770179748535, -0.2881045341491699, -0.25324615836143494, -0.20095856487751007, 0.5310676693916321, 1.175947904586792, 0.4090631604194641, 0.8622223138809204, 1.6988236904144287, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.942832350730896, 1.7162528038024902, 1.9079740047454834, 1.5593900680541992, 0.8099347352981567, 1.175947904586792, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.3676689863204956, 0.18248367309570312, -1.1247059106826782, -0.9504139423370361, -0.7935512065887451, -0.8458387851715088, -0.9678431153297424, -0.9329847693443298], [1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.960261583328247, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.2805230617523193, 1.5768193006515503, 1.611677646636963, 1.8208279609680176, 1.785969614982605, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.7336820363998413, 1.7336820363998413, 1.5593900680541992, 1.5942485332489014, 1.2805230617523193, 1.3676689863204956, 1.629106879234314, 1.489673376083374, 1.4199565649032593, 1.611677646636963, 1.629106879234314, 1.7162528038024902, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.611677646636963, 1.7162528038024902, 1.646536111831665, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5593900680541992, 1.7336820363998413, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.332810640335083, 1.071372628211975, 1.4373857975006104, 1.2108062505722046, 0.7750763297080994, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.2108062505722046, 1.2630938291549683, 0.827363908290863, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 1.053943395614624, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.4548149108886719, 1.7511112689971924, 1.489673376083374, 1.332810640335083, 1.5071024894714355, 1.611677646636963, 1.6813944578170776, 1.7336820363998413, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.629106879234314, 1.315381407737732, -0.06152502819895744, -0.3403921127319336, 0.5484968423843384, 0.06047932058572769, -0.1486709862947464, 1.646536111831665, 1.5071024894714355, 1.960261583328247, 1.7511112689971924, 1.7162528038024902, 1.960261583328247, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.2108062505722046, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.472244143486023, 0.06047932058572769, -1.333856225013733, -1.089847445487976, -1.0027015209197998, -1.0549890995025635], [1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.7336820363998413, 1.8382571935653687, 1.803398847579956, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.0299782752990723, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.5245317220687866, 1.611677646636963, 1.3502397537231445, 0.8622223138809204, 1.489673376083374, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.472244143486023, 1.611677646636963, 1.629106879234314, 1.472244143486023, 1.5593900680541992, 1.5419609546661377, 1.646536111831665, 1.3676689863204956, 1.472244143486023, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.7162528038024902, 1.5245317220687866, 1.5071024894714355, 1.315381407737732, 1.0888018608093262, 1.6639652252197266, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 1.3676689863204956, 1.158518671989441, 1.1410894393920898, 1.0365142822265625, 1.053943395614624, 0.7750763297080994, 0.9667974710464478, 0.6879304051399231, 0.9319390654563904, 1.0190850496292114, 1.0888018608093262, 1.0190850496292114, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9145098924636841, 1.2805230617523193, 0.9493682980537415, 1.1062309741973877, 1.3502397537231445, 1.4025273323059082, 1.315381407737732, 1.5419609546661377, 1.158518671989441, 1.4025273323059082, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.611677646636963, 1.7511112689971924, 1.3850982189178467, 0.8796514868736267, -0.3229629397392273, -0.7064052224159241, -0.18352937698364258, 0.35677558183670044, 1.1062309741973877, 1.472244143486023, 1.942832350730896, 1.7162528038024902, 1.7162528038024902, 1.9951199293136597, 1.8556864261627197, 1.5942485332489014, 1.803398847579956, 1.611677646636963, 1.5593900680541992, 1.3850982189178467, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 0.5659260153770447, -1.2292810678482056, -1.0549890995025635], [1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7511112689971924, 1.8556864261627197, 2.0996949672698975, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.1694118976593018, 2.0996949672698975, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.5768193006515503, 1.5419609546661377, 1.768540382385254, 1.785969614982605, 1.6988236904144287, 1.5593900680541992, 1.489673376083374, 1.315381407737732, 1.4373857975006104, 1.472244143486023, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.5942485332489014, 1.6813944578170776, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.5942485332489014, 1.3676689863204956, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.332810640335083, 1.2282354831695557, 1.4199565649032593, 1.1062309741973877, 1.2282354831695557, 1.1410894393920898, 1.175947904586792, 0.8099347352981567, 1.175947904586792, 0.8796514868736267, 0.9493682980537415, 1.1933770179748535, 1.1933770179748535, 1.053943395614624, 0.9493682980537415, 1.0365142822265625, 1.2282354831695557, 1.0365142822265625, 0.8447931408882141, 1.332810640335083, 1.0365142822265625, 1.332810640335083, 1.4025273323059082, 1.2979521751403809, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.7162528038024902, 1.768540382385254, 1.6639652252197266, 1.7511112689971924, 1.6639652252197266, 1.5593900680541992, 0.2347712516784668, -0.7238344550132751, -0.8632679581642151, -0.7412636280059814, 0.28705883026123047, 1.158518671989441, 1.6988236904144287, 1.8731155395507812, 1.7162528038024902, 1.942832350730896, 0.7227887511253357, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.4199565649032593, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 1.315381407737732, 1.2805230617523193, 1.4199565649032593], [1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.8731155395507812, 1.9951199293136597, 2.0996949672698975, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0125491619110107, 1.9776906967163086, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.629106879234314, 1.5419609546661377, 1.5768193006515503, 1.6813944578170776, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.8382571935653687, 1.768540382385254, 1.7511112689971924, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.2456645965576172, 1.2282354831695557, 1.489673376083374, 1.071372628211975, 1.1062309741973877, 1.5593900680541992, 1.4025273323059082, 1.5593900680541992, 1.5245317220687866, 1.6813944578170776, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.6813944578170776, 1.5942485332489014, 1.5419609546661377, 1.646536111831665, 1.5942485332489014, 1.5071024894714355, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.5419609546661377, 1.6813944578170776, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.3676689863204956, 1.4548149108886719, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.1062309741973877, 1.158518671989441, 1.0365142822265625, 0.9667974710464478, 1.053943395614624, 1.0190850496292114, 1.2630938291549683, 1.1236603260040283, 1.3502397537231445, 1.2456645965576172, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 0.9493682980537415, 1.175947904586792, 1.175947904586792, 1.3676689863204956, 1.175947904586792, 1.4025273323059082, 1.5768193006515503, 1.3676689863204956, 1.5071024894714355, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 1.5768193006515503, 1.6813944578170776, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.7162528038024902, 1.6813944578170776, 1.0365142822265625, 0.13019609451293945, -0.601830005645752, -0.5844008326530457, -0.7238344550132751, 0.5484968423843384, 0.7402179837226868, 1.158518671989441, 1.785969614982605, 0.6356428265571594, 1.2456645965576172, 1.3850982189178467, 1.646536111831665, 1.5593900680541992, 1.4548149108886719, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.8905447721481323, 2.0648367404937744, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5419609546661377, 1.5593900680541992, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, 1.332810640335083, 1.5593900680541992, 1.472244143486023, 1.3850982189178467, 1.5245317220687866, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.5419609546661377, 1.1236603260040283, 1.1062309741973877, 1.4199565649032593, 1.0190850496292114, 1.0016558170318604, 1.1236603260040283, 1.2979521751403809, 1.053943395614624, 1.2108062505722046, 1.2630938291549683, 1.4025273323059082, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.5768193006515503, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.1410894393920898, 1.4199565649032593, 1.4548149108886719, 1.3502397537231445, 1.472244143486023, 1.4025273323059082, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 1.0016558170318604, 0.8970807194709778, 1.1062309741973877, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.315381407737732, 1.0888018608093262, 1.1933770179748535, 1.1410894393920898, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.3850982189178467, 0.7750763297080994, 1.4548149108886719, 1.0190850496292114, 1.472244143486023, 1.4025273323059082, 1.5071024894714355, 1.4199565649032593, 1.5419609546661377, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7162528038024902, 1.332810640335083, 0.827363908290863, 0.42649248242378235, -0.11381260305643082, -0.41010889410972595, -0.1661001741886139, 0.6356428265571594, 0.32191720604896545, 0.5310676693916321, 0.9319390654563904, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4199565649032593, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262], [1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.9776906967163086, 1.925403118133545, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 1.803398847579956, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.6988236904144287, 1.489673376083374, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.768540382385254, 1.6988236904144287, 1.629106879234314, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.175947904586792, 1.071372628211975, 1.2282354831695557, 1.1236603260040283, 0.9493682980537415, 1.1236603260040283, 1.4548149108886719, 1.2979521751403809, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 0.8970807194709778, 1.0365142822265625, 1.2282354831695557, 1.315381407737732, 1.1410894393920898, 1.1410894393920898, 1.315381407737732, 1.4199565649032593, 1.5419609546661377, 1.3676689863204956, 1.4199565649032593, 1.158518671989441, 1.0888018608093262, 1.332810640335083, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.3850982189178467, 1.2456645965576172, 1.1410894393920898, 1.1236603260040283, 1.5071024894714355, 1.2979521751403809, 1.4548149108886719, 1.053943395614624, 0.7750763297080994, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.1062309741973877, 1.2108062505722046, 1.2108062505722046, 1.1410894393920898, 1.158518671989441, 1.0190850496292114, 1.158518671989441, 1.3502397537231445, 1.0190850496292114, 0.9667974710464478, 0.8447931408882141, 1.2456645965576172, 0.7925055623054504, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.2979521751403809, 1.5593900680541992, 1.5071024894714355, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.0888018608093262, 0.9319390654563904, 0.827363908290863, 1.489673376083374, 1.4025273323059082, 1.5419609546661377, 1.5419609546661377, 1.611677646636963, 1.4548149108886719, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975], [1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.960261583328247, 1.942832350730896, 2.117124319076538, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.6813944578170776, 1.472244143486023, 1.5245317220687866, 1.4548149108886719, 1.3850982189178467, 1.5419609546661377, 1.5245317220687866, 1.6639652252197266, 1.611677646636963, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.7511112689971924, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.5419609546661377, 1.315381407737732, 1.1933770179748535, 1.315381407737732, 1.0016558170318604, 1.2979521751403809, 1.4199565649032593, 1.4548149108886719, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.489673376083374, 1.2979521751403809, 1.4199565649032593, 1.158518671989441, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.8970807194709778, 1.2282354831695557, 1.315381407737732, 1.3676689863204956, 0.984226644039154, 1.175947904586792, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.9493682980537415, 1.2805230617523193, 1.4025273323059082, 1.1933770179748535, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.175947904586792, 1.315381407737732, 1.2805230617523193, 0.984226644039154, 0.9319390654563904, 1.0888018608093262, 0.9493682980537415, 0.8447931408882141, 1.071372628211975, 0.7925055623054504, 1.3502397537231445, 1.472244143486023, 1.2456645965576172, 1.2630938291549683, 1.7336820363998413, 1.7162528038024902, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.646536111831665, 1.5419609546661377, 1.611677646636963, 1.8905447721481323, 1.6813944578170776, 1.5768193006515503, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.472244143486023, 1.472244143486023, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625], [1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 1.9951199293136597, 1.9776906967163086, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.803398847579956, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.2805230617523193, 0.8099347352981567, 1.2108062505722046, 1.4373857975006104, 1.4025273323059082, 1.4548149108886719, 1.5768193006515503, 1.4548149108886719, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.0888018608093262, 1.1062309741973877, 0.9667974710464478, 1.2805230617523193, 1.158518671989441, 1.071372628211975, 1.158518671989441, 0.9667974710464478, 0.9667974710464478, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.0365142822265625, 0.9319390654563904, 1.0888018608093262, 1.0190850496292114, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.315381407737732, 1.2979521751403809, 1.1236603260040283, 1.2805230617523193, 1.1933770179748535, 0.984226644039154, 0.9145098924636841, 1.0190850496292114, 0.7227887511253357, 0.5833552479743958, 0.8796514868736267, 1.2805230617523193, 1.4199565649032593, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5419609546661377, 1.4373857975006104, 1.629106879234314, 1.7162528038024902, 1.472244143486023, 1.611677646636963, 1.9079740047454834, 1.6813944578170776, 1.785969614982605, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.6988236904144287, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.768540382385254, 1.5419609546661377, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8382571935653687, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.117124319076538, 2.082265853881836, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.629106879234314, 1.489673376083374, 1.4025273323059082, 1.3502397537231445, 1.4548149108886719, 1.332810640335083, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.5419609546661377, 1.3502397537231445, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.0016558170318604, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.2805230617523193, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.3850982189178467, 1.4199565649032593, 1.315381407737732, 1.472244143486023, 1.2805230617523193, 1.4025273323059082, 1.2630938291549683, 1.5071024894714355, 1.2282354831695557, 1.4548149108886719, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.053943395614624, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.071372628211975, 0.7925055623054504, 0.5833552479743958, 0.9319390654563904, 0.513638436794281, 1.0016558170318604, 1.175947904586792, 1.071372628211975, 1.3676689863204956, 1.489673376083374, 1.3850982189178467, 1.2979521751403809, 1.4373857975006104, 1.5419609546661377, 1.5768193006515503, 1.5419609546661377, 1.332810640335083, 1.785969614982605, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.332810640335083, 1.7511112689971924, 1.7511112689971924, 1.5768193006515503, 1.629106879234314, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.5768193006515503, 1.6988236904144287, 1.7336820363998413, 1.629106879234314, 1.5768193006515503, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.8905447721481323, 2.047407388687134, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8208279609680176, 1.768540382385254, 1.5942485332489014, 1.5245317220687866, 1.3676689863204956, 1.2282354831695557, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.489673376083374, 1.4373857975006104, 1.315381407737732, 1.4199565649032593, 1.2456645965576172, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.071372628211975, 0.827363908290863, 1.071372628211975, 1.1062309741973877, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.3676689863204956, 1.2979521751403809, 1.3850982189178467, 1.2805230617523193, 1.2282354831695557, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.4548149108886719, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.1410894393920898, 1.3676689863204956, 1.332810640335083, 1.0888018608093262, 1.1933770179748535, 1.1933770179748535, 1.5419609546661377, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.053943395614624, 1.2979521751403809, 1.0190850496292114, 0.8447931408882141, 0.670501172542572, 0.827363908290863, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.071372628211975, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.2282354831695557, 1.803398847579956, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.646536111831665, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.7162528038024902, 1.646536111831665, 1.5768193006515503, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.7162528038024902, 1.6988236904144287, 1.5419609546661377, 1.472244143486023, 1.175947904586792, 1.2282354831695557, 1.489673376083374, 1.1410894393920898, 1.158518671989441, 0.9493682980537415, 0.9145098924636841, 1.1236603260040283, 1.4025273323059082, 0.670501172542572, 0.7750763297080994, 1.315381407737732, 1.1933770179748535, 0.827363908290863, 1.315381407737732, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.0016558170318604, 1.158518671989441, 1.5419609546661377, 0.984226644039154, 1.1410894393920898, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.1933770179748535, 1.175947904586792, 1.2282354831695557, 1.175947904586792, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.472244143486023, 1.2282354831695557, 1.2805230617523193, 1.4025273323059082, 1.4373857975006104, 1.5768193006515503, 1.611677646636963, 1.2282354831695557, 1.3502397537231445, 1.3502397537231445, 1.175947904586792, 1.3502397537231445, 1.0888018608093262, 1.0190850496292114, 1.4548149108886719, 1.053943395614624, 0.7925055623054504, 1.4025273323059082, 1.071372628211975, 1.071372628211975, 0.8970807194709778, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.9145098924636841, 1.1062309741973877, 1.1410894393920898, 1.315381407737732, 1.0190850496292114, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.5593900680541992, 1.3676689863204956, 1.4548149108886719, 1.2456645965576172, 1.6988236904144287, 1.5768193006515503, 1.4199565649032593, 1.5768193006515503, 1.6813944578170776, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.629106879234314, 1.6988236904144287, 1.5768193006515503, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141], [1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8382571935653687, 1.925403118133545, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0648367404937744, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 1.4548149108886719, 1.3502397537231445, 1.332810640335083, 1.5071024894714355, 1.3850982189178467, 1.785969614982605, 1.5593900680541992, 1.5768193006515503, 1.5245317220687866, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.3676689863204956, 1.1933770179748535, 1.2282354831695557, 1.3850982189178467, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.158518671989441, 1.332810640335083, 1.1236603260040283, 1.2282354831695557, 1.315381407737732, 1.2108062505722046, 1.2108062505722046, 1.0888018608093262, 1.071372628211975, 0.9145098924636841, 0.984226644039154, 1.071372628211975, 1.0888018608093262, 1.2108062505722046, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.071372628211975, 1.0016558170318604, 1.315381407737732, 1.1062309741973877, 1.3850982189178467, 1.6639652252197266, 1.3502397537231445, 1.2630938291549683, 1.0016558170318604, 0.8622223138809204, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.1410894393920898, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, 0.9145098924636841, 1.0365142822265625, 1.4025273323059082, 1.1933770179748535, 0.9493682980537415, 1.1236603260040283, 1.053943395614624, 1.158518671989441, 1.4025273323059082, 1.5593900680541992, 1.3850982189178467, 0.7053595781326294, 1.5593900680541992, 1.611677646636963, 1.3850982189178467, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.7162528038024902, 1.6639652252197266, 1.6988236904144287, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.6639652252197266, 1.5419609546661377, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863], [1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9776906967163086, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.3502397537231445, 1.2630938291549683, 1.611677646636963, 1.6813944578170776, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4025273323059082, 1.332810640335083, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.2630938291549683, 1.3676689863204956, 1.2805230617523193, 1.1933770179748535, 1.315381407737732, 1.1933770179748535, 1.2805230617523193, 1.1410894393920898, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.2630938291549683, 1.2282354831695557, 1.4199565649032593, 1.3850982189178467, 1.2805230617523193, 1.4548149108886719, 1.4199565649032593, 1.2456645965576172, 0.8970807194709778, 1.2979521751403809, 1.4025273323059082, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2630938291549683, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.0365142822265625, 1.1933770179748535, 1.4199565649032593, 1.315381407737732, 0.8622223138809204, 1.332810640335083, 1.4548149108886719, 1.4548149108886719, 1.5768193006515503, 1.5768193006515503, 1.2630938291549683, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.803398847579956, 1.7511112689971924, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 0.9493682980537415, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.7162528038024902, 1.785969614982605, 1.7511112689971924, 1.611677646636963, 1.6813944578170776, 1.2979521751403809, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.5768193006515503, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2108062505722046, 1.332810640335083, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 0.8099347352981567, 1.0016558170318604, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.315381407737732, 1.053943395614624, 1.3502397537231445, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.472244143486023, 1.5071024894714355, 1.3850982189178467, 1.4548149108886719, 1.158518671989441, 0.9145098924636841, 0.5833552479743958, 0.670501172542572, 0.8796514868736267, 1.0190850496292114, 0.9493682980537415, 1.2979521751403809, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.5593900680541992, 1.4548149108886719, 1.785969614982605, 1.6639652252197266, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.5593900680541992, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.925403118133545, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.332810640335083, 1.3850982189178467, 1.315381407737732, 1.3850982189178467, 1.4548149108886719, 1.3676689863204956, 1.4199565649032593, 1.1933770179748535, 1.2108062505722046, 1.0888018608093262, 1.1062309741973877, 1.2805230617523193, 1.4025273323059082, 1.4548149108886719, 1.3502397537231445, 1.2630938291549683, 1.315381407737732, 1.1410894393920898, 1.175947904586792, 1.3676689863204956, 1.3676689863204956, 1.5593900680541992, 0.827363908290863, 1.1933770179748535, 1.2108062505722046, 1.071372628211975, 1.4373857975006104, 1.4025273323059082, 1.5071024894714355, 1.053943395614624, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3502397537231445, 1.4199565649032593, 1.3676689863204956, 1.3676689863204956, 1.175947904586792, 1.175947904586792, 1.0365142822265625, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 1.1062309741973877, 1.0190850496292114, 1.0888018608093262, 1.3502397537231445, 1.5071024894714355, 1.489673376083374, 1.8556864261627197, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267], [0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.0125491619110107, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.7336820363998413, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.6813944578170776, 1.5071024894714355, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3502397537231445, 1.4199565649032593, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.2979521751403809, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.5245317220687866, 1.5942485332489014, 1.332810640335083, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 0.9145098924636841, 1.158518671989441, 0.827363908290863, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.2456645965576172, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.4199565649032593, 1.472244143486023, 1.5768193006515503, 1.8905447721481323, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.5768193006515503, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267], [0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 2.0648367404937744, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 1.960261583328247, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 2.0648367404937744, 1.9951199293136597, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.785969614982605, 1.7336820363998413, 1.768540382385254, 1.6813944578170776, 1.629106879234314, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.5768193006515503, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.3850982189178467, 1.2456645965576172, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2456645965576172, 1.2979521751403809, 1.2805230617523193, 1.1410894393920898, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.0888018608093262, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.315381407737732, 1.2630938291549683, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.1933770179748535, 1.3502397537231445, 1.4199565649032593, 1.6813944578170776, 1.803398847579956, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.8382571935653687, 1.646536111831665, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204], [0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.942832350730896, 1.9079740047454834, 1.768540382385254, 2.1345534324645996, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.5593900680541992, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.5245317220687866, 1.5071024894714355, 1.611677646636963, 1.5593900680541992, 1.4373857975006104, 1.4025273323059082, 1.315381407737732, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.2805230617523193, 1.3676689863204956, 1.2630938291549683, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.1933770179748535, 1.1236603260040283, 1.2282354831695557, 1.0190850496292114, 1.2630938291549683, 1.175947904586792, 1.3502397537231445, 1.472244143486023, 1.315381407737732, 1.5245317220687866, 1.315381407737732, 0.9145098924636841, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2282354831695557, 1.315381407737732, 1.315381407737732, 1.2108062505722046, 1.3676689863204956, 1.3850982189178467, 1.315381407737732, 1.3502397537231445, 1.629106879234314, 1.7162528038024902, 1.785969614982605, 1.925403118133545, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778], [0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.8905447721481323, 2.0125491619110107, 1.925403118133545, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.803398847579956, 1.8556864261627197, 1.785969614982605, 1.8556864261627197, 1.803398847579956, 1.6639652252197266, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.4199565649032593, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2456645965576172, 1.2630938291549683, 1.071372628211975, 1.3502397537231445, 1.4025273323059082, 1.2805230617523193, 1.071372628211975, 1.0190850496292114, 1.3502397537231445, 1.2805230617523193, 1.4025273323059082, 1.3676689863204956, 1.7336820363998413, 1.5942485332489014, 1.5245317220687866, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.175947904586792, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.489673376083374, 1.611677646636963, 1.489673376083374, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 2.1345534324645996, 2.204270124435425, 2.1868410110473633, 2.0125491619110107, 1.6988236904144287, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415], [0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7576471567153931, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.047407388687134, 2.0125491619110107, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.2805230617523193, 1.2108062505722046, 1.1410894393920898, 1.2630938291549683, 1.3850982189178467, 1.2630938291549683, 1.2108062505722046, 1.2979521751403809, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.489673376083374, 1.4025273323059082, 1.2805230617523193, 1.5245317220687866, 1.3850982189178467, 1.175947904586792, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.768540382385254, 1.803398847579956, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.960261583328247, 2.1345534324645996, 2.2216994762420654, 2.1868410110473633, 1.9951199293136597, 1.611677646636963, 1.3502397537231445, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415], [0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 2.0299782752990723, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8905447721481323, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4548149108886719, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.4548149108886719, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.4199565649032593, 1.472244143486023, 1.3502397537231445, 1.053943395614624, 1.158518671989441, 1.3676689863204956, 1.5419609546661377, 1.6813944578170776, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.925403118133545, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 1.5593900680541992, 1.489673376083374, 1.489673376083374, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8099347352981567, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.9079740047454834, 1.942832350730896, 1.9951199293136597, 2.117124319076538, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.1868410110473633, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.082265853881836, 2.0125491619110107, 1.960261583328247, 1.960261583328247, 2.047407388687134, 1.9951199293136597, 2.047407388687134, 1.960261583328247, 1.8208279609680176, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.489673376083374, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.4548149108886719, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.2979521751403809, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.611677646636963, 1.472244143486023, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.7511112689971924, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.8382571935653687, 1.8905447721481323, 1.646536111831665, 1.2282354831695557, 1.5245317220687866, 1.6988236904144287, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 1.8731155395507812, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.3850982189178467, 1.489673376083374, 1.3676689863204956, 1.1236603260040283, 1.2630938291549683, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.5593900680541992, 1.5593900680541992, 1.768540382385254, 1.8208279609680176, 1.768540382385254, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.768540382385254, 1.803398847579956, 0.1999128758907318, 0.42649248242378235, 0.7576471567153931, 1.3850982189178467, 1.472244143486023, 1.315381407737732, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.5768193006515503, 1.4199565649032593, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.1062309741973877, 1.071372628211975, 1.332810640335083, 1.315381407737732, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.2456645965576172, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.332810640335083, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.629106879234314, 1.6988236904144287, 1.629106879234314, 1.4199565649032593, 1.6988236904144287, 1.7336820363998413, 1.5419609546661377, -0.8458387851715088, -1.5430065393447876, -1.6650108098983765, -1.6824400424957275, -1.3164269924163818, -1.3861438035964966, -1.1944226026535034, 1.472244143486023, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904], [0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 2.047407388687134, 2.151982545852661, 2.1694118976593018, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, 1.0888018608093262, 0.9667974710464478, 1.2456645965576172, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.2630938291549683, 1.0365142822265625, 1.2456645965576172, 1.332810640335083, 1.315381407737732, 1.4373857975006104, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.1410894393920898, 1.4025273323059082, 1.5071024894714355, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.803398847579956, 0.9319390654563904, -1.1944226026535034, -1.6824400424957275, -1.647581696510315, -1.6824400424957275, -1.5952941179275513, -1.5081480741500854, -0.21838775277137756, -1.5255773067474365, 0.7576471567153931, -0.7935512065887451, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.960261583328247, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.785969614982605, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.332810640335083, 1.2630938291549683, 0.9667974710464478, 1.1236603260040283, 1.175947904586792, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.175947904586792, 1.053943395614624, 1.1410894393920898, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.5245317220687866, 1.7511112689971924, 1.768540382385254, 1.646536111831665, -0.41010889410972595, -1.6650108098983765, -1.3512853384017944, -1.403572916984558, -1.2989977598190308, -1.3861438035964966, -1.7347276210784912, -1.6650108098983765, -1.4558604955673218, -1.5604356527328491, -0.8632679581642151, -1.1421350240707397, -0.37525051832199097, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.8622223138809204, 0.8447931408882141, 0.9319390654563904, 1.0016558170318604, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8905447721481323, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.0996949672698975, 2.1868410110473633, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.3262743949890137, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.0996949672698975, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.8208279609680176, 1.7162528038024902, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 1.7336820363998413, 1.7336820363998413, 1.6639652252197266, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.2979521751403809, 1.315381407737732, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.3850982189178467, 1.4199565649032593, 1.2630938291549683, 1.3502397537231445, 1.5245317220687866, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.2979521751403809, -0.04409583657979965, -1.2118518352508545, -1.333856225013733, -1.3687145709991455, -1.5952941179275513, -1.3687145709991455, -1.2989977598190308, -0.4798256754875183, -1.0549890995025635, -0.5146840810775757, 1.5942485332489014, 0.11276690661907196, -1.2989977598190308, -1.2118518352508545, -0.601830005645752, -1.176993489265442, -0.9678431153297424, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3742047846317291, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.5484968423843384, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.151982545852661, 2.2565577030181885, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.4373857975006104, 1.4025273323059082, 1.4373857975006104, 1.4025273323059082, 1.489673376083374, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 1.158518671989441, -0.9504139423370361, -1.1247059106826782, -1.0375598669052124, -1.5604356527328491, -1.5081480741500854, -1.3164269924163818, -1.6650108098983765, -1.5952941179275513, -1.5081480741500854, -1.246710181236267, -0.9155555367469788, -0.601830005645752, -0.25324615836143494, -1.403572916984558, 1.785969614982605, 1.4025273323059082, -1.0724183320999146, -1.1944226026535034, -1.3687145709991455, -0.04409583657979965, -1.5604356527328491, 0.07790851593017578, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 1.942832350730896, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.5768193006515503, 1.5071024894714355, 1.472244143486023, 1.611677646636963, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.5245317220687866, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 1.8731155395507812, 1.0888018608093262, -0.9852723479270935, -1.246710181236267, -1.3164269924163818, -1.1421350240707397, -1.2292810678482056, -1.4210021495819092, -1.4732897281646729, -0.9155555367469788, -1.647581696510315, -1.490718960762024, -1.6301524639129639, -1.5952941179275513, -1.490718960762024, -1.1247059106826782, -0.8806971907615662, -1.5081480741500854, -0.8284096121788025, 1.4199565649032593, 1.6639652252197266, 1.5071024894714355, 1.1236603260040283, 0.6530719995498657, -1.7172983884811401, -0.7761220335960388, 1.472244143486023, 1.3676689863204956, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.2522004544734955, 0.28705883026123047, 0.3742047846317291, 0.4613508880138397, 0.5659260153770447, 0.5833552479743958, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.3437037467956543, 2.361132860183716, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.8731155395507812, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.117124319076538, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.117124319076538, 1.8208279609680176, -0.8981263637542725, -1.246710181236267, -1.0549890995025635, -1.0201307535171509, -0.7064052224159241, -0.7238344550132751, -1.1944226026535034, -1.3512853384017944, -1.5778648853302002, -1.0375598669052124, -1.1421350240707397, 0.13019609451293945, 0.7053595781326294, -1.2815686464309692, -1.1072766780853271, -1.4384313821792603, -1.5081480741500854, -0.1312417984008789, 0.7053595781326294, 1.6813944578170776, 1.4199565649032593, 1.2456645965576172, -1.5430065393447876, -1.0375598669052124, 1.3676689863204956, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.2173420637845993, 0.2696296274662018, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.670501172542572, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.2565577030181885, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.1694118976593018, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 1.7336820363998413, -0.4623964726924896, -1.1944226026535034, -0.21838775277137756, -1.1421350240707397, -0.7412636280059814, -0.601830005645752, -1.1247059106826782, -0.3403921127319336, -1.0549890995025635, -0.7412636280059814, -0.25324615836143494, -1.5952941179275513, 0.06047932058572769, -1.0201307535171509, -1.1421350240707397, -1.2641394138336182, -1.0375598669052124, -1.4558604955673218, -0.21838775277137756, 0.6356428265571594, 0.513638436794281, 0.4090631604194641, 0.9667974710464478, -0.009237446822226048, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.1999128758907318, 0.2522004544734955, 0.33934640884399414, 0.44392168521881104, 0.5310676693916321, 0.5659260153770447, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.1345534324645996, 2.1345534324645996, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 2.2216994762420654, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.5245317220687866, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.4548149108886719, 1.2282354831695557, 1.3850982189178467, -0.42753809690475464, -0.5146840810775757, -0.8109803795814514, -0.9329847693443298, -1.1944226026535034, -0.4623964726924896, -0.39267969131469727, -0.7412636280059814, -1.089847445487976, -1.0724183320999146, -0.7412636280059814, 0.5484968423843384, -0.7238344550132751, -0.9852723479270935, -0.6366884112358093, -1.1944226026535034, -1.2292810678482056, -1.5255773067474365, -0.41010889410972595, 0.3916339874267578, 0.9319390654563904, 0.8970807194709778, 0.478780061006546, 0.7227887511253357, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841], [0.18248367309570312, 0.2173420637845993, 0.30448800325393677, 0.42649248242378235, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.9667974710464478, 1.0190850496292114, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.0996949672698975, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.117124319076538, 1.9776906967163086, 2.1345534324645996, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7336820363998413, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.472244143486023, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.4199565649032593, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.175947904586792, 1.2630938291549683, -0.601830005645752, -0.7064052224159241, -1.1421350240707397, -1.4558604955673218, -1.5255773067474365, -1.5081480741500854, 1.0888018608093262, 0.9493682980537415, -0.21838775277137756, -0.8458387851715088, -0.6715468168258667, -0.5844008326530457, -1.0549890995025635, 0.5484968423843384, -0.3578213155269623, -0.2881045341491699, -1.3164269924163818, -0.11381260305643082, -1.1595642566680908, -1.333856225013733, 0.7402179837226868, 1.071372628211975, 0.7576471567153931, 0.9493682980537415, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.33934640884399414, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.942832350730896, 2.047407388687134, 2.117124319076538, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0996949672698975, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 1.1410894393920898, 1.6813944578170776, 1.8731155395507812, 1.8382571935653687, 1.4548149108886719, 1.0016558170318604, 1.158518671989441, 2.0125491619110107, 2.082265853881836, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6639652252197266, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.315381407737732, -0.44496726989746094, -0.8458387851715088, -1.1944226026535034, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, 1.1933770179748535, 0.0430501289665699, 0.9319390654563904, -0.1661001741886139, -0.4623964726924896, -0.42753809690475464, 0.35677558183670044, 0.4613508880138397, -0.026666639372706413, 0.13019609451293945, -0.27067533135414124, -0.9155555367469788, -0.06152502819895744, -0.18352937698364258, 0.7053595781326294, 0.8622223138809204, 0.8099347352981567, 0.8796514868736267, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.32191720604896545, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.8622223138809204, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.204270124435425, 0.2347712516784668, 0.06047932058572769, -0.09638340771198273, -0.9329847693443298, -1.3164269924163818, -1.5778648853302002, 0.0430501289665699, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, -0.7761220335960388, -0.8632679581642151, -1.3861438035964966, -1.647581696510315, -1.7172983884811401, -0.9852723479270935, 0.5833552479743958, 1.2805230617523193, 1.6988236904144287, 0.827363908290863, -0.2881045341491699, 0.16505448520183563, -1.1421350240707397, -0.23581695556640625, 0.8796514868736267, 0.2696296274662018, -0.7586928009986877, -0.7064052224159241, -0.9678431153297424, -0.532113254070282, -1.0549890995025635, 0.984226644039154, 1.071372628211975, 0.8099347352981567, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204], [0.18248367309570312, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 1.960261583328247, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 2.0648367404937744, 2.0996949672698975, 1.3676689863204956, -0.3229629397392273, -0.5844008326530457, -0.8632679581642151, -1.3687145709991455, -1.490718960762024, -0.9329847693443298, 1.4548149108886719, 1.942832350730896, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4025273323059082, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2456645965576172, 0.7925055623054504, -0.5495424270629883, -1.0549890995025635, -1.4210021495819092, -1.647581696510315, -0.9155555367469788, 1.7336820363998413, 1.803398847579956, 1.7162528038024902, 1.925403118133545, 1.6639652252197266, 0.7053595781326294, 0.16505448520183563, -0.8109803795814514, -0.9155555367469788, 1.175947904586792, 0.5484968423843384, -0.7586928009986877, -0.6366884112358093, -0.026666639372706413, 0.2347712516784668, 0.478780061006546, 1.0888018608093262, 0.4962092638015747, 0.827363908290863, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [0.14762529730796814, 0.18248367309570312, 0.2522004544734955, 0.2696296274662018, 0.3916339874267578, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 2.117124319076538, 2.1868410110473633, 1.8905447721481323, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 2.047407388687134, 2.1345534324645996, -0.3055337369441986, -0.39267969131469727, -0.5844008326530457, -1.2989977598190308, -1.5255773067474365, -1.5255773067474365, -0.026666639372706413, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.315381407737732, -0.11381260305643082, -1.176993489265442, -1.403572916984558, -1.5430065393447876, -0.9329847693443298, 1.5071024894714355, 1.785969614982605, 1.785969614982605, 1.925403118133545, 2.047407388687134, 1.8905447721481323, 1.4548149108886719, 0.7925055623054504, 0.18248367309570312, -0.8458387851715088, 1.1410894393920898, 0.4090631604194641, -0.601830005645752, -0.5669716596603394, -0.44496726989746094, -1.0375598669052124, 0.3742047846317291, 0.8622223138809204, 0.42649248242378235, 0.8796514868736267, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.7925055623054504], [0.14762529730796814, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 2.239128589630127, 2.082265853881836, 2.1345534324645996, 1.8905447721481323, 1.942832350730896, 2.0299782752990723, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.1868410110473633, -0.11381260305643082, -0.009237446822226048, -0.6366884112358093, -1.2118518352508545, -1.4558604955673218, -0.9852723479270935, -0.8284096121788025, 0.9667974710464478, 1.785969614982605, 2.0125491619110107, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.315381407737732, 0.6530719995498657, -1.4732897281646729, 0.32191720604896545, 1.175947904586792, 1.3676689863204956, 1.0888018608093262, 1.7162528038024902, 1.8556864261627197, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 1.960261583328247, 2.0125491619110107, 0.8970807194709778, 0.8447931408882141, -0.8458387851715088, 1.4025273323059082, 0.6182135939598083, -0.4623964726924896, 0.42649248242378235, -0.41010889410972595, -1.2815686464309692, -0.9329847693443298, 0.8622223138809204, 0.513638436794281, 0.8447931408882141, 1.1236603260040283, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931], [0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.3742047846317291, 0.4613508880138397, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.925403118133545, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1868410110473633, 0.5310676693916321, 0.32191720604896545, -0.4623964726924896, -0.6366884112358093, -1.3861438035964966, -1.4384313821792603, -0.41010889410972595, -0.6366884112358093, -0.8458387851715088, -0.6715468168258667, 0.478780061006546, 1.8905447721481323, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.646536111831665, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2979521751403809, 1.2108062505722046, 0.8447931408882141, 0.6879304051399231, 1.071372628211975, 1.8556864261627197, 1.8382571935653687, 1.332810640335083, 1.6988236904144287, 1.6988236904144287, 1.9951199293136597, 1.942832350730896, 2.0648367404937744, 2.0996949672698975, 1.9079740047454834, 1.2108062505722046, 0.42649248242378235, -1.176993489265442, 1.5071024894714355, 0.8970807194709778, 0.4962092638015747, 0.8447931408882141, 0.4962092638015747, -1.2989977598190308, -1.0549890995025635, 0.670501172542572, 0.4090631604194641, 1.071372628211975, 1.0016558170318604, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.960261583328247, 2.1868410110473633, 1.5071024894714355, -0.4972548484802246, 0.2347712516784668, -1.1595642566680908, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, -0.7935512065887451, -1.5430065393447876, -1.0201307535171509, -1.3164269924163818, 1.4025273323059082, 1.6988236904144287, 1.8208279609680176, 1.7162528038024902, 1.5768193006515503, 1.4025273323059082, 1.4199565649032593, 1.332810640335083, 1.768540382385254, 1.332810640335083, 1.785969614982605, 1.9079740047454834, 1.768540382385254, 1.768540382385254, 1.5942485332489014, 1.768540382385254, 1.9079740047454834, 1.4548149108886719, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 1.8731155395507812, 1.3676689863204956, 0.14762529730796814, -0.7761220335960388, 1.472244143486023, 0.7227887511253357, 1.315381407737732, 1.785969614982605, 0.9319390654563904, -0.7586928009986877, -0.9504139423370361, -0.1312417984008789, 0.7402179837226868, 0.9667974710464478, 0.8796514868736267, 1.175947904586792, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6879304051399231, 0.7402179837226868, 0.7576471567153931, 0.827363908290863, 0.8970807194709778, 0.9667974710464478, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 1.071372628211975, 0.008191745728254318, 0.2173420637845993, -0.20095856487751007, -0.8109803795814514, -0.5146840810775757, -1.4384313821792603, -0.3229629397392273, -0.9155555367469788, -0.4972548484802246, -0.07895421981811523, 1.8382571935653687, 1.7162528038024902, 1.5593900680541992, 1.489673376083374, 1.8208279609680176, 1.785969614982605, 1.646536111831665, 2.0299782752990723, 1.489673376083374, 2.0125491619110107, 1.942832350730896, 2.0648367404937744, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.1345534324645996, 1.472244143486023, 1.9776906967163086, 1.7511112689971924, 1.8731155395507812, 2.0648367404937744, 1.9776906967163086, 1.1236603260040283, -1.0375598669052124, 1.4199565649032593, 1.5768193006515503, 0.7576471567153931, 1.6988236904144287, 1.8905447721481323, 0.7576471567153931, -0.1486709862947464, -1.1944226026535034, -0.009237446822226048, 0.09533771127462387, 0.7750763297080994, 0.984226644039154, 0.984226644039154, 1.2456645965576172, 1.053943395614624, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294], [0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.8447931408882141, 0.9493682980537415, 1.0365142822265625, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.047407388687134, 2.204270124435425, 2.117124319076538, 0.2173420637845993, -0.8981263637542725, 0.6182135939598083, -1.333856225013733, -0.5146840810775757, -1.1247059106826782, -1.0549890995025635, -0.41010889410972595, -1.089847445487976, -0.688975989818573, 0.7925055623054504, 0.8970807194709778, 1.8556864261627197, 2.047407388687134, 1.9776906967163086, 1.7162528038024902, 2.0299782752990723, 1.5419609546661377, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.803398847579956, 1.803398847579956, 1.646536111831665, 1.9951199293136597, 1.7336820363998413, 1.9079740047454834, 1.472244143486023, 1.9079740047454834, 2.082265853881836, 1.8905447721481323, 0.7053595781326294, 0.9667974710464478, 1.6988236904144287, 1.6988236904144287, 0.8099347352981567, 1.768540382385254, 1.925403118133545, 0.9667974710464478, -0.04409583657979965, -1.3512853384017944, 0.008191745728254318, 0.1999128758907318, 0.600784420967102, 1.0365142822265625, 0.9667974710464478, 1.1933770179748535, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.984226644039154, 1.071372628211975, 1.053943395614624, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.2914161682128906, 2.1345534324645996, 1.9079740047454834, 0.8622223138809204, 0.02562093921005726, -0.6715468168258667, -0.27067533135414124, -0.7586928009986877, -0.601830005645752, 0.1999128758907318, -1.176993489265442, -1.2118518352508545, -0.25324615836143494, 0.4090631604194641, -1.647581696510315, -0.5495424270629883, -1.3687145709991455, -1.1247059106826782, 1.7511112689971924, 1.9776906967163086, 1.5593900680541992, 2.082265853881836, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.472244143486023, 1.7162528038024902, 1.8905447721481323, 2.0299782752990723, 1.2630938291549683, 1.629106879234314, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.7336820363998413, 1.8208279609680176, 1.960261583328247, 1.7511112689971924, 0.8796514868736267, 1.785969614982605, 1.942832350730896, 1.2282354831695557, 0.1999128758907318, -1.4210021495819092, 1.1236603260040283, 0.44392168521881104, 0.9667974710464478, 0.4962092638015747, 0.4613508880138397, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9319390654563904, 1.0190850496292114, 1.0365142822265625, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.1345534324645996, 2.2914161682128906, 0.35677558183670044, -0.532113254070282, -0.1661001741886139, 0.32191720604896545, 0.670501172542572, -0.9504139423370361, -1.1944226026535034, -0.21838775277137756, -0.7761220335960388, -1.176993489265442, -0.3055337369441986, -1.0549890995025635, -0.9504139423370361, -1.2292810678482056, -0.5146840810775757, -0.8109803795814514, -0.3403921127319336, -1.5255773067474365, -1.0724183320999146, 0.18248367309570312, 0.42649248242378235, 1.0190850496292114, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.3502397537231445, 1.768540382385254, 2.047407388687134, 0.9145098924636841, 1.3850982189178467, 1.960261583328247, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.925403118133545, 1.925403118133545, 1.5942485332489014, 1.2108062505722046, 1.7336820363998413, 1.8731155395507812, 1.4548149108886719, -0.06152502819895744, -1.5255773067474365, 1.8208279609680176, 1.4373857975006104, 0.600784420967102, 0.4962092638015747, -0.09638340771198273, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.361132860183716, 1.071372628211975, 0.2173420637845993, -0.5844008326530457, -0.18352937698364258, 0.8099347352981567, 0.1999128758907318, 0.4962092638015747, -0.3403921127319336, 0.42649248242378235, 0.44392168521881104, -1.2292810678482056, -1.490718960762024, -0.4972548484802246, -1.403572916984558, -1.333856225013733, -0.3055337369441986, -0.601830005645752, -1.1421350240707397, -1.2815686464309692, -1.2989977598190308, -0.6541175842285156, -0.11381260305643082, -0.532113254070282, 0.9145098924636841, 1.768540382385254, 1.3502397537231445, 1.4025273323059082, 1.646536111831665, 0.9493682980537415, 1.6639652252197266, 1.4548149108886719, 2.0299782752990723, 2.151982545852661, 2.1345534324645996, 2.047407388687134, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 2.117124319076538, 2.0996949672698975, 1.960261583328247, -0.601830005645752, -0.5495424270629883, 2.0299782752990723, 1.925403118133545, 0.7750763297080994, -0.04409583657979965, -0.5844008326530457, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 1.0365142822265625, 0.06047932058572769, -0.09638340771198273, -0.2881045341491699, 0.4613508880138397, 0.5659260153770447, -1.246710181236267, -1.0201307535171509, 0.33934640884399414, -0.009237446822226048, -0.37525051832199097, -0.20095856487751007, -1.176993489265442, 0.1999128758907318, -0.37525051832199097, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -1.0375598669052124, -0.9155555367469788, -0.7761220335960388, -0.25324615836143494, -1.1595642566680908, 0.1999128758907318, -0.04409583657979965, 1.646536111831665, 1.8905447721481323, 0.9145098924636841, 0.9493682980537415, 1.2979521751403809, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.0125491619110107, 2.047407388687134, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 2.2216994762420654, 2.1694118976593018, 2.0125491619110107, -0.8284096121788025, 1.1410894393920898, 1.925403118133545, 1.960261583328247, 1.4199565649032593, 0.8622223138809204, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.2216994762420654, 2.239128589630127, -0.7412636280059814, -0.3229629397392273, -0.25324615836143494, -0.601830005645752, 0.33934640884399414, 0.2347712516784668, -0.3055337369441986, -1.0724183320999146, 0.600784420967102, 0.5833552479743958, 0.4962092638015747, -0.9678431153297424, 0.2173420637845993, -1.403572916984558, -1.3512853384017944, -1.2815686464309692, -1.4384313821792603, -0.8806971907615662, 0.6530719995498657, -0.7935512065887451, -0.601830005645752, -1.0027015209197998, -0.4623964726924896, -1.0375598669052124, -0.8632679581642151, 0.8447931408882141, 1.2282354831695557, 0.7925055623054504, -0.23581695556640625, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 2.0299782752990723, 2.1694118976593018, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.8382571935653687, 1.803398847579956, 1.960261583328247, 1.9951199293136597, 0.9319390654563904, 0.18248367309570312, 0.44392168521881104, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.4613508880138397, 0.5310676693916321, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.1868410110473633, 2.1694118976593018, -0.1486709862947464, -0.6366884112358093, -0.18352937698364258, -0.8458387851715088, -0.9155555367469788, 1.6988236904144287, -0.6541175842285156, -0.3578213155269623, -0.688975989818573, -1.3687145709991455, -0.44496726989746094, -0.1312417984008789, -0.7761220335960388, -0.5146840810775757, -1.4558604955673218, -1.2118518352508545, -1.2989977598190308, 0.4090631604194641, 1.3850982189178467, 1.6988236904144287, 0.2696296274662018, -1.0549890995025635, -0.1486709862947464, -1.0549890995025635, -0.7238344550132751, -1.1072766780853271, -0.1661001741886139, 1.472244143486023, 0.02562093921005726, 1.2630938291549683, 1.0016558170318604, 1.5071024894714355, 1.8556864261627197, 1.9776906967163086, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.117124319076538, 2.1868410110473633, 1.9776906967163086, 1.9951199293136597, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 1.5942485332489014, 0.32191720604896545, 0.3916339874267578, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.082265853881836, 2.3262743949890137, -1.0201307535171509, 0.6530719995498657, 2.0125491619110107, 0.4090631604194641, 0.33934640884399414, -0.6366884112358093, -0.06152502819895744, -0.6366884112358093, -0.9504139423370361, -1.3687145709991455, -1.1421350240707397, 0.2347712516784668, -0.3403921127319336, -1.0201307535171509, -1.5081480741500854, -1.0027015209197998, 0.5659260153770447, 0.9319390654563904, 1.1236603260040283, 2.1868410110473633, 1.2630938291549683, 0.5484968423843384, 1.0016558170318604, 1.489673376083374, 0.8796514868736267, -0.8109803795814514, -1.1247059106826782, 0.6182135939598083, 1.1062309741973877, 0.984226644039154, 1.3676689863204956, 1.3850982189178467, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.942832350730896, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 1.942832350730896, 1.8905447721481323, 2.204270124435425, 1.9951199293136597, 0.670501172542572, 0.09533771127462387, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.2914161682128906, 1.8208279609680176, -0.532113254070282, 0.0430501289665699, 0.6356428265571594, 0.7053595781326294, -0.532113254070282, -0.21838775277137756, -0.9155555367469788, -0.7586928009986877, -0.9678431153297424, -1.1595642566680908, -1.2118518352508545, -0.6715468168258667, -0.8981263637542725, -1.2989977598190308, -0.1312417984008789, -1.333856225013733, 0.9667974710464478, 0.2696296274662018, 1.2108062505722046, 1.4025273323059082, 1.960261583328247, 1.768540382385254, 1.332810640335083, 1.0365142822265625, 0.9493682980537415, 0.7227887511253357, -1.246710181236267, 0.4962092638015747, 1.2456645965576172, 1.4548149108886719, 1.1062309741973877, 1.4373857975006104, 1.5942485332489014, 1.646536111831665, 1.7336820363998413, 2.047407388687134, 2.0125491619110107, 2.117124319076538, 2.1694118976593018, 2.151982545852661, 1.803398847579956, 1.9079740047454834, 2.1868410110473633, 2.1694118976593018, 1.2979521751403809, 0.5310676693916321, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 0.07790851593017578, -0.3229629397392273, -0.1312417984008789, 0.16505448520183563, -0.4623964726924896, 0.984226644039154, 1.158518671989441, 0.7925055623054504, -1.0027015209197998, 0.42649248242378235, -0.9504139423370361, -0.5146840810775757, -0.5146840810775757, -0.532113254070282, -1.1421350240707397, 0.4090631604194641, -0.44496726989746094, -1.0375598669052124, -0.8981263637542725, -1.089847445487976, 0.670501172542572, 0.8099347352981567, 0.5833552479743958, 1.5071024894714355, 1.7511112689971924, 0.7576471567153931, 0.6879304051399231, 0.600784420967102, 0.28705883026123047, 0.3742047846317291, -0.601830005645752, 1.3676689863204956, 1.3502397537231445, 1.2630938291549683, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.332810640335083, 1.629106879234314, 1.8731155395507812, 2.0996949672698975, 2.239128589630127, 2.0996949672698975, 1.960261583328247, 1.9776906967163086, 2.0996949672698975, 2.1868410110473633, 1.9951199293136597, 1.489673376083374, 0.9319390654563904, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 0.478780061006546, -1.0201307535171509, -0.4798256754875183, 0.4962092638015747, 0.8099347352981567, 1.0365142822265625, 1.175947904586792, 1.1410894393920898, 0.6879304051399231, 0.16505448520183563, -0.3229629397392273, -0.8109803795814514, -1.246710181236267, -1.5081480741500854, -0.5146840810775757, -1.0201307535171509, 0.008191745728254318, -1.089847445487976, -0.5669716596603394, -0.21838775277137756, -1.2641394138336182, 0.8099347352981567, 0.7925055623054504, 0.5833552479743958, 0.6182135939598083, 1.332810640335083, 1.3676689863204956, 1.175947904586792, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 1.489673376083374, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6639652252197266, 1.3850982189178467, 1.472244143486023, 1.629106879234314, 1.785969614982605, 1.942832350730896, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 1.2979521751403809, 0.8796514868736267, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 0.600784420967102, 0.33934640884399414, -1.0549890995025635, -0.5669716596603394, 0.513638436794281, 1.0365142822265625, 1.2805230617523193, 1.2108062505722046, 1.0888018608093262, 0.7227887511253357, 0.7925055623054504, -0.7064052224159241, -0.42753809690475464, -1.1421350240707397, -0.23581695556640625, -1.0549890995025635, -0.23581695556640625, -0.7761220335960388, -0.3403921127319336, -0.6366884112358093, -1.0201307535171509, -0.3578213155269623, -1.0201307535171509, 0.670501172542572, 0.7402179837226868, 1.2979521751403809, 1.7511112689971924, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.4373857975006104, 1.2805230617523193, 1.629106879234314, 1.5245317220687866, 1.768540382385254, 1.8556864261627197, 1.9951199293136597, 1.803398847579956, 1.6988236904144287, 1.472244143486023, 1.6988236904144287, 1.768540382385254, 1.646536111831665, 1.5593900680541992, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.960261583328247, 2.0299782752990723, 1.611677646636963, 0.8796514868736267, 0.9667974710464478, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.8622223138809204, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 0.42649248242378235, 0.6182135939598083, -0.9678431153297424, -0.601830005645752, 0.6530719995498657, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 0.827363908290863, 0.09533771127462387, -0.8284096121788025, -0.37525051832199097, -1.1072766780853271, 0.2522004544734955, -0.39267969131469727, -0.6541175842285156, -0.7586928009986877, -1.1247059106826782, 0.07790851593017578, -0.9852723479270935, -0.8981263637542725, -1.2118518352508545, 1.6639652252197266, 1.8556864261627197, 1.785969614982605, 1.472244143486023, 1.8208279609680176, 1.8905447721481323, 1.5768193006515503, 1.646536111831665, 1.7511112689971924, 1.489673376083374, 2.0299782752990723, 2.047407388687134, 1.6988236904144287, 1.7162528038024902, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.6639652252197266, 1.629106879234314, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.629106879234314, 1.768540382385254, 1.8905447721481323, 1.1062309741973877, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 0.5833552479743958, 0.7576471567153931, -0.5495424270629883, -0.7586928009986877, 0.6356428265571594, 1.1933770179748535, 1.3676689863204956, 1.2805230617523193, 1.175947904586792, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 1.4025273323059082, 0.0430501289665699, -0.25324615836143494, -0.619259238243103, -1.5952941179275513, -0.8109803795814514, -1.0375598669052124, -0.688975989818573, -1.1247059106826782, -0.9329847693443298, -0.8109803795814514, -1.089847445487976, -0.11381260305643082, 1.4025273323059082, 1.5768193006515503, 1.6813944578170776, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 2.0299782752990723, 1.9951199293136597, 1.5245317220687866, 2.117124319076538, 2.0299782752990723, 2.0996949672698975, 1.8905447721481323, 1.785969614982605, 1.7162528038024902, 1.803398847579956, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.472244143486023, 1.6813944578170776, 2.1345534324645996, 1.4373857975006104, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 2.047407388687134, 0.7750763297080994, 0.44392168521881104, 0.02562093921005726, -0.5495424270629883, 0.7750763297080994, 1.332810640335083, 1.332810640335083, 1.315381407737732, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.2805230617523193, 1.315381407737732, -0.41010889410972595, -0.8806971907615662, -0.8806971907615662, -1.0724183320999146, 0.35677558183670044, -0.9504139423370361, -0.09638340771198273, -0.1312417984008789, -1.3687145709991455, -1.0027015209197998, -0.7238344550132751, -1.3512853384017944, -0.4798256754875183, 1.5768193006515503, 1.7336820363998413, 1.5593900680541992, 1.5768193006515503, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 1.768540382385254, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 1.9079740047454834, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.7511112689971924, 2.117124319076538, 1.3850982189178467, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 2.0299782752990723, 1.5071024894714355, 0.5484968423843384, -0.4623964726924896, 0.09533771127462387, 0.7402179837226868, 1.158518671989441, 1.2108062505722046, 1.0190850496292114, 0.6879304051399231, 1.1236603260040283, 1.2282354831695557, 1.1062309741973877, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, -0.42753809690475464, -0.20095856487751007, 0.2696296274662018, -0.25324615836143494, -0.3403921127319336, -0.3578213155269623, 0.07790851593017578, 1.315381407737732, -1.1072766780853271, -1.1072766780853271, -0.6366884112358093, -1.176993489265442, 0.478780061006546, 1.785969614982605, 1.6988236904144287, 1.785969614982605, 2.0648367404937744, 2.1694118976593018, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.0648367404937744, 1.5245317220687866, 1.785969614982605, 1.9951199293136597, 1.960261583328247, 2.0996949672698975, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.6639652252197266, 2.2216994762420654, 2.3437037467956543, 0.7227887511253357, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.646536111831665, 0.7576471567153931, 0.2522004544734955, 0.9667974710464478, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.6879304051399231, 1.1062309741973877, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.3676689863204956, 0.9145098924636841, 0.14762529730796814, -0.009237446822226048, -0.2881045341491699, 0.33934640884399414, 0.6182135939598083, -0.18352937698364258, -0.532113254070282, -0.09638340771198273, -0.9504139423370361, -0.3055337369441986, -0.27067533135414124, -1.0724183320999146, 0.5310676693916321, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.082265853881836, 1.8208279609680176, 1.4373857975006104, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.0648367404937744, 1.960261583328247, 1.8382571935653687, 1.942832350730896, 2.204270124435425, 2.1694118976593018, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8622223138809204, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.1410894393920898, 0.7227887511253357, 1.2630938291549683, 1.4373857975006104, 0.30448800325393677, 0.2173420637845993, 0.827363908290863, 0.7750763297080994, 0.600784420967102, 1.071372628211975, 1.611677646636963, 1.1933770179748535, 1.2630938291549683, 1.8208279609680176, 1.5245317220687866, 1.0190850496292114, 0.9667974710464478, -0.20095856487751007, -0.41010889410972595, 1.3502397537231445, -0.7761220335960388, -0.3229629397392273, 1.332810640335083, 0.42649248242378235, 0.9493682980537415, -0.9678431153297424, -0.5146840810775757, -0.5844008326530457, -0.4623964726924896, -0.601830005645752, 0.5310676693916321, 1.803398847579956, 2.204270124435425, 2.0996949672698975, 2.117124319076538, 1.942832350730896, 2.117124319076538, 1.9776906967163086, 1.9776906967163086, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0125491619110107, 1.6813944578170776, 1.8905447721481323, 2.117124319076538, 1.785969614982605, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 1.0190850496292114, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.8905447721481323, 0.478780061006546, 0.8796514868736267, 0.670501172542572, 0.6530719995498657, 0.8622223138809204, 0.32191720604896545, 0.7227887511253357, 0.8099347352981567, 0.5833552479743958, 0.8622223138809204, 1.3850982189178467, 0.984226644039154, 1.2282354831695557, 1.925403118133545, 1.8556864261627197, 1.472244143486023, 0.9493682980537415, -0.4798256754875183, -0.619259238243103, 0.28705883026123047, -1.089847445487976, -0.3055337369441986, 2.1868410110473633, 1.7511112689971924, 0.8447931408882141, 0.6879304051399231, -0.8806971907615662, -0.6541175842285156, 0.07790851593017578, -0.8981263637542725, -0.9678431153297424, 0.6356428265571594, 2.308845281600952, 2.0648367404937744, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.8208279609680176, 1.8731155395507812, 1.6639652252197266, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0996949672698975, 1.785969614982605, 2.0299782752990723, 1.8731155395507812, 0.8796514868736267, 0.8796514868736267, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7925055623054504, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.8905447721481323, 0.42649248242378235, 0.8447931408882141, -0.42753809690475464, 1.5593900680541992, 0.8970807194709778, 0.6879304051399231, 0.827363908290863, 1.175947904586792, 0.8970807194709778, 0.8970807194709778, 1.1933770179748535, 0.7925055623054504, 1.1933770179748535, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 0.827363908290863, -0.1486709862947464, -0.1661001741886139, -0.8806971907615662, 1.2805230617523193, -1.1944226026535034, 1.4373857975006104, 1.925403118133545, 1.5768193006515503, 1.0190850496292114, 0.6879304051399231, -0.3403921127319336, -0.41010889410972595, 0.42649248242378235, -0.39267969131469727, -1.2292810678482056, 0.513638436794281, 2.1694118976593018, 1.7162528038024902, 1.4199565649032593, 1.4199565649032593, 0.8447931408882141, 1.925403118133545, 2.0996949672698975, 2.0996949672698975, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1694118976593018, 2.0996949672698975, 1.8382571935653687, 2.0299782752990723, 1.8905447721481323, 1.7511112689971924, 0.8099347352981567, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.513638436794281, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.629106879234314, 1.6813944578170776, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 0.600784420967102, 0.2347712516784668, -0.07895421981811523, 1.1933770179748535, 1.4025273323059082, 1.0365142822265625, 1.5245317220687866, 1.5071024894714355, 1.053943395614624, 1.1933770179748535, 1.315381407737732, 0.6530719995498657, 1.2108062505722046, 1.8905447721481323, 1.942832350730896, 1.960261583328247, 1.5071024894714355, 0.670501172542572, 0.8970807194709778, 0.16505448520183563, 0.7925055623054504, -0.7586928009986877, -0.619259238243103, 1.9776906967163086, 1.8731155395507812, 2.082265853881836, 1.803398847579956, 1.2805230617523193, 0.7925055623054504, 0.4962092638015747, 0.513638436794281, 0.513638436794281, -1.2641394138336182, 0.478780061006546, 1.768540382385254, 1.175947904586792, 1.768540382385254, 1.1062309741973877, 1.5942485332489014, 1.9776906967163086, 1.8731155395507812, 2.2565577030181885, 2.2914161682128906, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.2216994762420654, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 0.670501172542572, 0.9319390654563904, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.42649248242378235, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.0888018608093262, 1.175947904586792, 1.2630938291549683, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 0.5310676693916321, 0.9667974710464478, 0.6530719995498657, 1.2979521751403809, 1.4025273323059082, 0.9667974710464478, 1.489673376083374, 1.489673376083374, 1.0190850496292114, 1.332810640335083, 1.315381407737732, 0.6879304051399231, 1.158518671989441, 1.8731155395507812, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.5245317220687866, -0.23581695556640625, 1.629106879234314, 0.8622223138809204, 1.2108062505722046, -1.0375598669052124, 2.117124319076538, 1.8208279609680176, 2.1694118976593018, 2.2914161682128906, 2.1694118976593018, 2.0125491619110107, 1.8382571935653687, 0.7750763297080994, 0.6182135939598083, 0.8447931408882141, -1.246710181236267, 1.5071024894714355, 0.33934640884399414, 1.8556864261627197, 1.803398847579956, 1.4548149108886719, 1.785969614982605, 1.5593900680541992, 1.3502397537231445, 2.2565577030181885, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.1868410110473633, 1.8731155395507812, 1.8556864261627197, 2.047407388687134, 1.768540382385254, 0.6182135939598083, 0.8796514868736267, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.925403118133545, 1.0016558170318604, 1.5942485332489014, 0.7053595781326294, 1.4548149108886719, 0.984226644039154, 0.984226644039154, 1.3502397537231445, 1.4199565649032593, 0.670501172542572, 1.2282354831695557, 1.2456645965576172, 0.6356428265571594, 1.3502397537231445, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.942832350730896, 1.7511112689971924, 1.1236603260040283, 1.8208279609680176, 1.8382571935653687, 1.332810640335083, -1.176993489265442, 1.9079740047454834, 1.8731155395507812, 2.1868410110473633, 2.239128589630127, 2.2914161682128906, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.0016558170318604, 0.7402179837226868, 0.33934640884399414, -1.0724183320999146, 1.158518671989441, 1.2805230617523193, 1.0016558170318604, 1.6639652252197266, 1.5593900680541992, 0.9493682980537415, 1.0888018608093262, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.047407388687134, 1.9776906967163086, 1.7511112689971924, 0.9145098924636841, 0.7402179837226868, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.3742047846317291, 0.44392168521881104, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.5071024894714355, 1.3502397537231445, 1.332810640335083, 1.8382571935653687, 1.3676689863204956, 0.670501172542572, 0.6182135939598083, 0.9493682980537415, 0.4962092638015747, 1.175947904586792, 1.2630938291549683, 0.7576471567153931, 1.2979521751403809, 1.803398847579956, 1.8556864261627197, 1.925403118133545, 1.8382571935653687, 1.2630938291549683, -0.009237446822226048, 1.8731155395507812, 2.0996949672698975, 1.2979521751403809, -0.9504139423370361, 1.8905447721481323, 1.960261583328247, 2.2216994762420654, 2.239128589630127, 2.3437037467956543, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.0996949672698975, 0.8622223138809204, 0.8796514868736267, -1.403572916984558, 1.6988236904144287, 1.0190850496292114, 1.8382571935653687, 1.611677646636963, 1.4373857975006104, 0.984226644039154, 1.0016558170318604, 2.2565577030181885, 2.27398681640625, 2.3785619735717773, 2.395991325378418, 2.3262743949890137, 2.239128589630127, 2.1345534324645996, 1.960261583328247, 1.8731155395507812, 1.6988236904144287, 0.7576471567153931, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.4090631604194641, 0.5310676693916321, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.5942485332489014, 1.175947904586792, 1.2979521751403809, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 1.1062309741973877, 1.1062309741973877, 0.8099347352981567, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8905447721481323, 1.2456645965576172, 0.4613508880138397, 0.8622223138809204, 1.6639652252197266, 1.942832350730896, 1.0888018608093262, -0.8284096121788025, 2.047407388687134, 2.117124319076538, 2.239128589630127, 2.2565577030181885, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 1.5768193006515503, 0.7576471567153931, -0.1486709862947464, 0.7402179837226868, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.4199565649032593, 1.3676689863204956, 0.7053595781326294, 2.27398681640625, 2.308845281600952, 2.3437037467956543, 2.4134204387664795, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 1.9776906967163086, 1.9951199293136597, 1.942832350730896, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.44392168521881104, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.8970807194709778, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.7162528038024902, 1.5071024894714355, 1.1062309741973877, 1.7336820363998413, 1.8731155395507812, 1.6813944578170776, 0.5310676693916321, 0.35677558183670044, 0.5659260153770447, 0.8970807194709778, 0.7925055623054504, 1.053943395614624, 1.646536111831665, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 0.18248367309570312, -0.04409583657979965, -0.688975989818573, 0.8622223138809204, 1.5245317220687866, 0.7227887511253357, 1.3676689863204956, 2.1868410110473633, 2.0648367404937744, 2.2216994762420654, 2.1694118976593018, 2.239128589630127, 2.2565577030181885, 2.3262743949890137, 2.27398681640625, 2.2565577030181885, 1.7511112689971924, 1.942832350730896, 1.053943395614624, 0.7925055623054504, 1.960261583328247, 1.9951199293136597, 1.489673376083374, 0.7053595781326294, 1.158518671989441, 0.8970807194709778, 2.151982545852661, 2.27398681640625, 2.3437037467956543, 2.4134204387664795, 2.3785619735717773, 2.2914161682128906, 2.3437037467956543, 2.082265853881836, 2.117124319076538, 1.785969614982605, 1.053943395614624, 0.7402179837226868, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8208279609680176, 1.8731155395507812, 1.6813944578170776, 1.4373857975006104, 1.2979521751403809, 1.5419609546661377, 2.0125491619110107, 1.9951199293136597, 1.5419609546661377, -0.09638340771198273, 0.670501172542572, 0.984226644039154, 0.670501172542572, 1.4199565649032593, 1.8731155395507812, 2.0299782752990723, 1.9079740047454834, 2.0299782752990723, -0.1312417984008789, 0.1999128758907318, -0.619259238243103, 0.2347712516784668, 1.1062309741973877, 1.6988236904144287, 1.332810640335083, 2.1868410110473633, 2.0299782752990723, 2.3262743949890137, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.2216994762420654, 2.2565577030181885, 2.2216994762420654, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.611677646636963, 1.925403118133545, 1.9079740047454834, 1.489673376083374, 0.8796514868736267, 1.3502397537231445, 1.489673376083374, 1.8905447721481323, 2.308845281600952, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.2216994762420654, 2.204270124435425, 1.5768193006515503, 1.3502397537231445, 0.7053595781326294, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1410894393920898, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.472244143486023, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.803398847579956, 1.8208279609680176, 1.0016558170318604, 1.3676689863204956, 1.0190850496292114, 1.3502397537231445, 2.082265853881836, 2.047407388687134, 1.8556864261627197, 0.4613508880138397, 0.7227887511253357, 0.8796514868736267, 0.670501172542572, 1.5593900680541992, 1.8556864261627197, 2.047407388687134, 2.0299782752990723, 1.1062309741973877, 0.3916339874267578, 0.1999128758907318, -0.4623964726924896, -0.4798256754875183, 0.5484968423843384, 1.1236603260040283, 1.646536111831665, 2.0299782752990723, 2.047407388687134, 2.1345534324645996, 2.2216994762420654, 2.151982545852661, 1.8905447721481323, 2.204270124435425, 2.3437037467956543, 2.308845281600952, 2.151982545852661, 2.047407388687134, 2.082265853881836, 1.8905447721481323, 1.8208279609680176, 1.960261583328247, 1.785969614982605, 0.8447931408882141, 1.175947904586792, 1.3502397537231445, 1.942832350730896, 2.308845281600952, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.2565577030181885, 1.785969614982605, 1.5942485332489014, 0.7402179837226868, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.768540382385254, 1.175947904586792, 1.2630938291549683, 0.9667974710464478, 1.2805230617523193, 2.047407388687134, 2.0125491619110107, 1.5071024894714355, 1.1236603260040283, 0.600784420967102, 0.44392168521881104, 0.6879304051399231, 1.8556864261627197, 1.9079740047454834, 1.8208279609680176, 1.9776906967163086, 0.28705883026123047, -0.04409583657979965, 0.6356428265571594, -0.23581695556640625, -0.4972548484802246, 0.1999128758907318, 0.7925055623054504, 1.4548149108886719, 1.472244143486023, 1.7336820363998413, 2.204270124435425, 2.151982545852661, 2.117124319076538, 2.204270124435425, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.9079740047454834, 2.082265853881836, 1.7336820363998413, 0.5310676693916321, 1.0016558170318604, 1.3850982189178467, 2.0648367404937744, 2.308845281600952, 2.361132860183716, 2.395991325378418, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.2565577030181885, 1.8731155395507812, 1.8208279609680176, 0.6879304051399231, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.9667974710464478, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4548149108886719, 1.472244143486023, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.6988236904144287, 1.2979521751403809, 1.315381407737732, 0.9493682980537415, 1.4548149108886719, 2.047407388687134, 1.785969614982605, 1.1062309741973877, 1.4373857975006104, 0.4613508880138397, 0.4613508880138397, 1.4548149108886719, 1.8556864261627197, 2.204270124435425, 1.8556864261627197, 1.768540382385254, 0.30448800325393677, 0.06047932058572769, 0.827363908290863, -0.23581695556640625, 0.09533771127462387, -0.8981263637542725, 0.7925055623054504, 0.8447931408882141, 1.175947904586792, 2.082265853881836, 1.8382571935653687, 2.1694118976593018, 2.1694118976593018, 1.9951199293136597, 2.1868410110473633, 2.3437037467956543, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 2.1345534324645996, 1.175947904586792, 1.2979521751403809, 1.5768193006515503, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 1.8905447721481323, 1.6639652252197266, 0.7750763297080994, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.33934640884399414, 0.3916339874267578, 0.4613508880138397, 0.513638436794281, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.6988236904144287, 1.4373857975006104, 1.4025273323059082, 0.8796514868736267, 1.4025273323059082, 2.0299782752990723, 0.4090631604194641, 0.600784420967102, 1.4373857975006104, 1.071372628211975, 1.472244143486023, 1.472244143486023, 1.9079740047454834, 1.8382571935653687, 1.6988236904144287, 1.472244143486023, 0.02562093921005726, 0.07790851593017578, 0.5659260153770447, -0.41010889410972595, 0.6879304051399231, -0.6715468168258667, 0.07790851593017578, 1.071372628211975, 1.8556864261627197, 1.9776906967163086, 1.5071024894714355, 1.8731155395507812, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.308845281600952, 2.151982545852661, 2.2216994762420654, 2.1345534324645996, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.151982545852661, 2.151982545852661, 0.14762529730796814, 1.1410894393920898, 1.611677646636963, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 2.3262743949890137, 2.2914161682128906, 1.472244143486023, 1.768540382385254, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546], [0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.4373857975006104, 1.5071024894714355, 0.8796514868736267, 1.5245317220687866, 1.6813944578170776, -0.41010889410972595, -0.601830005645752, 0.9667974710464478, 1.472244143486023, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.8905447721481323, 1.489673376083374, 0.9667974710464478, -0.009237446822226048, -0.25324615836143494, 0.0430501289665699, 0.02562093921005726, 0.600784420967102, -0.1312417984008789, 0.4613508880138397, 0.6182135939598083, 1.2979521751403809, 1.2630938291549683, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 2.047407388687134, 2.3262743949890137, 2.2216994762420654, 2.27398681640625, 2.0648367404937744, 2.082265853881836, 2.2216994762420654, 1.9776906967163086, 2.151982545852661, 1.8731155395507812, 0.7227887511253357, 1.0190850496292114, 1.646536111831665, 1.942832350730896, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.308845281600952, 2.27398681640625, 1.803398847579956, 1.925403118133545, 0.600784420967102, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0016558170318604, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.489673376083374, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.611677646636963, 1.5768193006515503, 1.315381407737732, 1.472244143486023, 0.5659260153770447, 1.611677646636963, 1.5245317220687866, 0.11276690661907196, -0.23581695556640625, 0.06047932058572769, 1.8556864261627197, 0.33934640884399414, 1.8905447721481323, 1.942832350730896, 1.942832350730896, 1.4548149108886719, 1.053943395614624, 0.30448800325393677, 0.44392168521881104, 1.1062309741973877, 0.11276690661907196, 1.0016558170318604, 0.6356428265571594, -0.25324615836143494, 0.2173420637845993, 0.7750763297080994, 0.7925055623054504, 1.2282354831695557, 1.489673376083374, 1.611677646636963, 0.6530719995498657, 1.4025273323059082, 2.151982545852661, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.117124319076538, 2.27398681640625, 2.151982545852661, 1.7511112689971924, 2.082265853881836, 0.7750763297080994, 1.4199565649032593, 1.472244143486023, 1.8556864261627197, 2.308845281600952, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 1.960261583328247, 1.785969614982605, 0.6356428265571594, 0.7402179837226868, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.3742047846317291, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.785969614982605, 1.6813944578170776, 1.053943395614624, 1.315381407737732, 0.7750763297080994, 1.611677646636963, 1.1933770179748535, 0.09533771127462387, -1.1595642566680908, -0.23581695556640625, 1.646536111831665, 0.4613508880138397, 1.6988236904144287, 1.960261583328247, 1.8905447721481323, 1.6813944578170776, 1.071372628211975, 0.18248367309570312, 0.513638436794281, 1.2282354831695557, 0.18248367309570312, 0.600784420967102, 0.30448800325393677, -0.688975989818573, 0.6356428265571594, 0.8447931408882141, 1.332810640335083, 1.2282354831695557, 1.175947904586792, 1.5942485332489014, 1.0888018608093262, 1.942832350730896, 2.2565577030181885, 2.1694118976593018, 2.2914161682128906, 2.117124319076538, 2.082265853881836, 2.0648367404937744, 1.960261583328247, 1.9951199293136597, 2.0996949672698975, 1.803398847579956, 1.2979521751403809, 1.611677646636963, 1.960261583328247, 2.204270124435425, 2.2565577030181885, 2.3437037467956543, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.204270124435425, 2.0648367404937744, 1.472244143486023, 1.489673376083374, 0.6530719995498657, 0.7227887511253357, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747], [0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.35677558183670044, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, -0.37525051832199097, 1.158518671989441, 0.3742047846317291, 1.646536111831665, 1.0365142822265625, 0.02562093921005726, -0.026666639372706413, -0.39267969131469727, 0.1999128758907318, 0.3742047846317291, 1.785969614982605, 2.082265853881836, 1.8208279609680176, 1.629106879234314, 0.1999128758907318, 0.11276690661907196, 0.42649248242378235, 0.8970807194709778, 0.33934640884399414, 0.7925055623054504, 0.7750763297080994, -0.41010889410972595, -0.3229629397392273, 0.7925055623054504, 0.8796514868736267, 0.0430501289665699, 0.984226644039154, 1.489673376083374, 1.2456645965576172, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 1.9776906967163086, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.0125491619110107, 1.8905447721481323, 1.5419609546661377, 1.8556864261627197, 2.0299782752990723, 2.2216994762420654, 2.27398681640625, 2.308845281600952, 2.3785619735717773, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.0648367404937744, 1.472244143486023, 2.0648367404937744, 0.6530719995498657, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397], [0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, -1.0027015209197998, 1.158518671989441, 0.18248367309570312, 1.5419609546661377, 0.8099347352981567, 0.2696296274662018, 0.7576471567153931, 0.5659260153770447, 0.984226644039154, 0.5659260153770447, 1.7336820363998413, 2.0996949672698975, 1.7511112689971924, 1.646536111831665, 0.600784420967102, 0.16505448520183563, 0.28705883026123047, 0.6879304051399231, 0.4613508880138397, 0.7750763297080994, 1.1062309741973877, 0.3742047846317291, -0.619259238243103, 1.332810640335083, 0.44392168521881104, 1.1236603260040283, -0.1661001741886139, 0.7402179837226868, 0.600784420967102, 1.768540382385254, 2.0125491619110107, 2.117124319076538, 2.204270124435425, 2.239128589630127, 2.0996949672698975, 1.803398847579956, 1.8556864261627197, 2.0299782752990723, 1.803398847579956, 1.7511112689971924, 1.2979521751403809, 1.803398847579956, 1.8905447721481323, 2.27398681640625, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.308845281600952, 2.1868410110473633, 1.9776906967163086, 1.6813944578170776, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.30448800325393677, 0.4090631604194641, 0.4962092638015747, 0.4613508880138397, 0.5659260153770447, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, -0.20095856487751007, 1.1410894393920898, 0.9319390654563904, 1.3676689863204956, 1.315381407737732, 0.478780061006546, 0.30448800325393677, 0.7053595781326294, 1.2456645965576172, -0.1312417984008789, 1.1410894393920898, 2.082265853881836, 1.5071024894714355, 1.5071024894714355, 0.7402179837226868, 0.008191745728254318, 0.3742047846317291, 0.7925055623054504, 0.7576471567153931, 0.670501172542572, 1.315381407737732, 0.32191720604896545, -0.7064052224159241, 0.8970807194709778, 1.4548149108886719, 1.489673376083374, 1.3676689863204956, 0.2522004544734955, 1.2630938291549683, 1.1236603260040283, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.3262743949890137, 2.2216994762420654, 1.5768193006515503, 1.7336820363998413, 2.0125491619110107, 1.8382571935653687, 1.768540382385254, 0.8622223138809204, 1.646536111831665, 1.925403118133545, 2.3437037467956543, 2.151982545852661, 2.361132860183716, 2.395991325378418, 2.4134204387664795, 2.361132860183716, 2.3785619735717773, 2.3437037467956543, 2.239128589630127, 1.9951199293136597, 2.0299782752990723, 0.670501172542572, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.18248367309570312, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.4199565649032593, 1.646536111831665, 0.0430501289665699, 1.1236603260040283, 1.315381407737732, 1.6813944578170776, 1.7162528038024902, 0.2696296274662018, 0.7227887511253357, 1.0365142822265625, -0.4623964726924896, -0.4972548484802246, 0.6182135939598083, 2.151982545852661, 1.5942485332489014, 1.2456645965576172, 0.6530719995498657, -0.5495424270629883, 0.984226644039154, 0.5833552479743958, 0.600784420967102, 0.3916339874267578, 0.9493682980537415, 0.513638436794281, 0.09533771127462387, -0.3578213155269623, 0.4090631604194641, 1.315381407737732, 1.175947904586792, 0.7925055623054504, -0.06152502819895744, -0.20095856487751007, 1.2979521751403809, 1.925403118133545, 2.1345534324645996, 2.4134204387664795, 2.239128589630127, 1.6639652252197266, 1.768540382385254, 1.5245317220687866, 1.8208279609680176, 1.8208279609680176, 1.5768193006515503, 1.5071024894714355, 1.785969614982605, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.925403118133545, 1.6988236904144287, 2.047407388687134, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.4199565649032593, 1.629106879234314, 0.600784420967102, 1.2630938291549683, 1.315381407737732, 1.629106879234314, 1.7336820363998413, 0.478780061006546, 0.2173420637845993, 0.7402179837226868, -1.1421350240707397, -0.688975989818573, 1.2630938291549683, 2.047407388687134, 1.489673376083374, 0.7053595781326294, 1.0888018608093262, -0.3229629397392273, 0.5484968423843384, -0.39267969131469727, -0.21838775277137756, 0.5833552479743958, 1.2456645965576172, 0.600784420967102, 0.13019609451293945, -0.8806971907615662, 0.4962092638015747, 1.4199565649032593, -0.20095856487751007, -0.4798256754875183, -0.44496726989746094, -0.06152502819895744, 0.8796514868736267, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 1.646536111831665, 2.1345534324645996, 2.239128589630127, 2.0996949672698975, 1.7162528038024902, 2.1868410110473633, 1.1236603260040283, 1.7511112689971924, 2.3785619735717773, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.395991325378418, 2.4134204387664795, 2.395991325378418, 2.2914161682128906, 1.5593900680541992, 1.5071024894714355, 1.8731155395507812, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235], [0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.3916339874267578, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4025273323059082, 1.5245317220687866, 0.7925055623054504, 1.315381407737732, 1.3676689863204956, 1.6988236904144287, 1.6813944578170776, 0.33934640884399414, 0.2173420637845993, -0.7412636280059814, -0.5669716596603394, 0.4090631604194641, 1.8208279609680176, 2.1345534324645996, 1.5071024894714355, 1.2630938291549683, 0.5484968423843384, -0.601830005645752, 0.9667974710464478, 0.5310676693916321, -0.6541175842285156, 0.7402179837226868, 0.9493682980537415, 0.7576471567153931, 0.32191720604896545, -0.532113254070282, 0.3916339874267578, 0.670501172542572, -0.5669716596603394, 0.3742047846317291, -0.7064052224159241, 0.14762529730796814, 1.175947904586792, 1.5942485332489014, 1.1933770179748535, 2.1868410110473633, 2.1694118976593018, 1.768540382385254, 2.151982545852661, 2.27398681640625, 1.9951199293136597, 1.8382571935653687, 2.361132860183716, 1.9079740047454834, 1.6639652252197266, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.3437037467956543, 2.3785619735717773, 2.4134204387664795, 2.430849552154541, 2.3437037467956543, 1.8731155395507812, 1.8208279609680176, 1.3502397537231445, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.489673376083374, -0.11381260305643082, 1.2108062505722046, 1.6639652252197266, 1.803398847579956, 1.7511112689971924, 1.472244143486023, 0.2522004544734955, -0.7064052224159241, -1.7172983884811401, 0.7053595781326294, 2.0299782752990723, 2.239128589630127, 1.5245317220687866, 1.332810640335083, 1.3502397537231445, -0.3055337369441986, 0.513638436794281, 0.9145098924636841, -0.5146840810775757, 0.13019609451293945, 1.0190850496292114, 0.6530719995498657, 0.7750763297080994, -0.2881045341491699, 0.18248367309570312, -0.1312417984008789, -0.4623964726924896, -0.7935512065887451, -0.009237446822226048, 0.9319390654563904, 1.629106879234314, 1.4373857975006104, 1.611677646636963, 1.942832350730896, 1.6813944578170776, 1.8382571935653687, 1.6988236904144287, 2.0996949672698975, 2.0299782752990723, 2.0299782752990723, 2.308845281600952, 2.151982545852661, 1.768540382385254, 2.2914161682128906, 2.117124319076538, 2.0299782752990723, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 1.5942485332489014, 1.0365142822265625, 1.3676689863204956, 0.8796514868736267, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641], [0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.3916339874267578, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 0.4090631604194641, 1.158518671989441, 1.7336820363998413, 1.8208279609680176, 1.646536111831665, 1.611677646636963, 0.42649248242378235, 0.06047932058572769, -1.3512853384017944, 1.2805230617523193, 2.0648367404937744, 2.361132860183716, 1.4199565649032593, 1.3850982189178467, 1.071372628211975, 0.2173420637845993, 0.6356428265571594, 1.0016558170318604, -0.1312417984008789, 0.32191720604896545, 0.44392168521881104, 0.9319390654563904, 0.5833552479743958, -0.25324615836143494, -0.6715468168258667, -0.5844008326530457, 0.0430501289665699, -0.7238344550132751, -0.7238344550132751, 0.8099347352981567, 1.5245317220687866, 1.8208279609680176, 1.2456645965576172, 1.3850982189178467, 0.5833552479743958, 1.5942485332489014, 2.0125491619110107, 2.0125491619110107, 1.960261583328247, 1.611677646636963, 2.2216994762420654, 2.1868410110473633, 1.768540382385254, 1.8382571935653687, 2.2216994762420654, 2.3437037467956543, 2.361132860183716, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.361132860183716, 1.960261583328247, 1.8556864261627197, 1.1933770179748535, 1.1933770179748535, 0.600784420967102, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.3742047846317291, 0.44392168521881104, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, -0.44496726989746094, 1.158518671989441, 1.7336820363998413, 1.8556864261627197, 1.646536111831665, 1.6988236904144287, 0.7750763297080994, -0.07895421981811523, 0.7053595781326294, 0.7750763297080994, 1.8731155395507812, 2.239128589630127, 1.332810640335083, 0.2173420637845993, 0.670501172542572, 0.0430501289665699, 0.18248367309570312, 0.5484968423843384, 0.7227887511253357, -0.3229629397392273, 0.8796514868736267, 0.30448800325393677, 0.8796514868736267, -0.39267969131469727, 0.4090631604194641, 0.5833552479743958, -0.25324615836143494, 0.5833552479743958, -0.8806971907615662, 0.33934640884399414, 1.2979521751403809, 2.0996949672698975, 0.827363908290863, 0.827363908290863, -0.3055337369441986, 1.472244143486023, 1.8382571935653687, 1.6639652252197266, 1.2979521751403809, 1.2630938291549683, 2.0299782752990723, 2.0996949672698975, 1.7336820363998413, 1.6813944578170776, 2.2216994762420654, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.925403118133545, 2.0648367404937744, 0.5833552479743958, 0.7402179837226868, 0.35677558183670044, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5484968423843384, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.2805230617523193, 1.1933770179748535, -0.3403921127319336, 1.1410894393920898, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.7162528038024902, 0.7576471567153931, 0.14762529730796814, 0.7925055623054504, 0.11276690661907196, 1.8556864261627197, 2.1868410110473633, 1.472244143486023, 0.3742047846317291, 1.2805230617523193, 0.9145098924636841, 0.06047932058572769, 0.6879304051399231, 0.7925055623054504, -0.3055337369441986, 0.9667974710464478, 1.053943395614624, 0.7750763297080994, -0.3055337369441986, -0.18352937698364258, 0.2173420637845993, 1.0888018608093262, 0.7750763297080994, 0.6182135939598083, 1.053943395614624, 0.8622223138809204, 2.1868410110473633, 0.7576471567153931, 0.1999128758907318, -0.8981263637542725, 1.7336820363998413, 1.472244143486023, 1.332810640335083, 0.1999128758907318, 0.3916339874267578, 1.7162528038024902, 2.0648367404937744, 1.646536111831665, 0.9667974710464478, 2.308845281600952, 2.5005664825439453, 2.4482789039611816, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.785969614982605, 1.2108062505722046, -0.11381260305643082, -0.18352937698364258, 0.1999128758907318, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044], [0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.4090631604194641, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, -0.7935512065887451, 1.2456645965576172, 1.5071024894714355, 1.7336820363998413, 1.8731155395507812, 1.768540382385254, 0.600784420967102, -0.1661001741886139, 0.4962092638015747, 0.2347712516784668, 1.960261583328247, 1.9776906967163086, 1.2630938291549683, 0.2347712516784668, 1.4548149108886719, 1.6988236904144287, 1.3502397537231445, 1.0365142822265625, -0.5146840810775757, -0.18352937698364258, 0.5310676693916321, 1.5942485332489014, 0.7227887511253357, -0.026666639372706413, 0.11276690661907196, -0.07895421981811523, 1.1062309741973877, 0.6879304051399231, -0.009237446822226048, 1.3676689863204956, 1.7511112689971924, 2.0299782752990723, 1.9079740047454834, 0.6530719995498657, -0.06152502819895744, 1.8382571935653687, 1.7162528038024902, 1.4025273323059082, 1.768540382385254, 0.7053595781326294, 1.3676689863204956, 1.9079740047454834, 1.489673376083374, 0.8622223138809204, 2.204270124435425, 2.151982545852661, 2.4482789039611816, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.2565577030181885, 1.925403118133545, 1.803398847579956, 0.33934640884399414, 0.28705883026123047, 0.670501172542572, 0.6356428265571594, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641], [0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, -1.176993489265442, 1.2979521751403809, 1.489673376083374, 1.8382571935653687, 1.9079740047454834, 1.803398847579956, 0.6530719995498657, -0.09638340771198273, 0.30448800325393677, -0.06152502819895744, 2.047407388687134, 1.8905447721481323, 0.7576471567153931, 0.18248367309570312, 1.2456645965576172, 1.4199565649032593, 0.5833552479743958, 0.2522004544734955, -0.21838775277137756, 1.1236603260040283, 1.053943395614624, 1.4373857975006104, 0.984226644039154, 0.0430501289665699, 0.14762529730796814, 0.28705883026123047, 0.4962092638015747, 0.5310676693916321, 0.33934640884399414, 0.7576471567153931, 1.489673376083374, 1.8208279609680176, 2.151982545852661, 1.9951199293136597, 1.942832350730896, 2.0299782752990723, 1.768540382385254, 1.5942485332489014, 1.785969614982605, 1.2805230617523193, 1.7162528038024902, 2.0299782752990723, 1.2630938291549683, 0.6356428265571594, 2.0996949672698975, 1.925403118133545, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.3785619735717773, 2.2914161682128906, 1.9776906967163086, 1.9776906967163086, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.5659260153770447, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.42649248242378235, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1236603260040283, 1.175947904586792, -1.1595642566680908, 1.3502397537231445, 1.5071024894714355, 1.8556864261627197, 1.785969614982605, 1.6988236904144287, 0.8447931408882141, 0.8447931408882141, -0.42753809690475464, 0.07790851593017578, 2.0648367404937744, 1.9079740047454834, -0.04409583657979965, -0.688975989818573, 1.1933770179748535, 1.3676689863204956, -0.026666639372706413, -0.44496726989746094, 0.32191720604896545, 1.0365142822265625, 0.984226644039154, 1.6639652252197266, 2.0125491619110107, 1.0888018608093262, 0.7576471567153931, 1.2108062505722046, 0.2696296274662018, 0.18248367309570312, 0.44392168521881104, 0.16505448520183563, 0.8447931408882141, 0.984226644039154, 1.611677646636963, 1.8556864261627197, 2.151982545852661, 1.5768193006515503, 1.315381407737732, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.2456645965576172, 1.9951199293136597, 0.6879304051399231, -0.532113254070282, 1.8905447721481323, 1.629106879234314, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.3437037467956543, 2.239128589630127, 1.2630938291549683, 1.5071024894714355, 1.2805230617523193, 0.35677558183670044, 0.28705883026123047, 0.4962092638015747, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.13019609451293945, 0.1999128758907318, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, -0.8458387851715088, 1.2979521751403809, 1.6988236904144287, 1.8731155395507812, 1.7336820363998413, 1.071372628211975, 0.8099347352981567, -0.09638340771198273, -0.3229629397392273, -0.4623964726924896, 2.117124319076538, 1.768540382385254, 0.7053595781326294, -1.1072766780853271, 1.4199565649032593, 1.4199565649032593, -0.04409583657979965, -0.18352937698364258, 0.7227887511253357, 0.7402179837226868, 0.14762529730796814, 1.4548149108886719, 1.9776906967163086, 0.42649248242378235, 1.1410894393920898, 0.5484968423843384, -0.44496726989746094, -0.25324615836143494, -0.11381260305643082, 0.06047932058572769, 0.8796514868736267, 0.44392168521881104, 0.28705883026123047, -0.1661001741886139, 1.785969614982605, 0.11276690661907196, 1.2630938291549683, 1.2979521751403809, 0.8099347352981567, 0.7053595781326294, 1.2630938291549683, 1.9079740047454834, -0.1312417984008789, 1.2456645965576172, 1.611677646636963, 1.4025273323059082, -0.4798256754875183, 0.0430501289665699, 1.7336820363998413, 2.4134204387664795, 2.1694118976593018, 1.5245317220687866, 1.4373857975006104, 1.8382571935653687, 0.30448800325393677, 0.6356428265571594, 0.42649248242378235, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8796514868736267, -0.9678431153297424, 1.3676689863204956, 1.5419609546661377, 1.7336820363998413, 0.9319390654563904, 0.5833552479743958, 0.11276690661907196, 0.28705883026123047, 0.4613508880138397, 0.6182135939598083, 2.2914161682128906, 1.7511112689971924, 0.6356428265571594, -0.9329847693443298, 1.158518671989441, 1.4373857975006104, 0.2696296274662018, 0.7925055623054504, 0.7053595781326294, 0.18248367309570312, 0.33934640884399414, 1.7336820363998413, 1.611677646636963, 0.4090631604194641, 1.1236603260040283, 0.7750763297080994, 0.2696296274662018, 0.33934640884399414, 0.9319390654563904, 0.8099347352981567, 0.9493682980537415, -0.18352937698364258, -0.601830005645752, -0.4623964726924896, 0.0430501289665699, 1.053943395614624, 0.9145098924636841, 1.5245317220687866, 1.1933770179748535, 0.8970807194709778, 1.1933770179748535, 1.2805230617523193, -0.8458387851715088, 1.5245317220687866, 0.478780061006546, -0.41010889410972595, -0.27067533135414124, 0.008191745728254318, 1.4199565649032593, 2.27398681640625, 1.8905447721481323, 0.7227887511253357, 1.8905447721481323, 0.7750763297080994, -0.25324615836143494, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.35677558183670044, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, -0.42753809690475464, 1.3502397537231445, 1.611677646636963, 1.803398847579956, 0.7750763297080994, 1.2456645965576172, 0.35677558183670044, 0.3742047846317291, 0.07790851593017578, 1.2282354831695557, 2.117124319076538, 1.785969614982605, 0.8796514868736267, -1.2292810678482056, 1.4025273323059082, 1.071372628211975, 0.6530719995498657, 0.13019609451293945, 0.13019609451293945, 0.4613508880138397, 1.2630938291549683, 1.7336820363998413, 1.7511112689971924, 0.5484968423843384, 1.3676689863204956, 1.332810640335083, 0.5484968423843384, 1.1410894393920898, 0.28705883026123047, 1.3676689863204956, 1.315381407737732, -0.8109803795814514, -0.9678431153297424, -1.2641394138336182, -0.9504139423370361, 1.1062309741973877, 0.7750763297080994, 1.158518671989441, 1.9079740047454834, 1.472244143486023, 1.3676689863204956, 1.1236603260040283, -0.9504139423370361, 1.3850982189178467, 0.9667974710464478, 0.008191745728254318, 0.02562093921005726, 0.2173420637845993, 0.9319390654563904, 1.646536111831665, 0.4090631604194641, 1.489673376083374, 2.1345534324645996, 1.053943395614624, 0.7402179837226868, 0.2696296274662018, 0.5484968423843384, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.44392168521881104, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.827363908290863, 0.7227887511253357, 0.06047932058572769, 1.2108062505722046, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.4373857975006104, 0.600784420967102, 0.2173420637845993, -0.5495424270629883, 1.5942485332489014, 2.204270124435425, 1.8556864261627197, 1.175947904586792, -1.1247059106826782, 1.472244143486023, 0.6879304051399231, 1.4025273323059082, 0.35677558183670044, 0.5310676693916321, 0.5484968423843384, 1.472244143486023, 1.0888018608093262, 1.5593900680541992, 0.8099347352981567, 1.158518671989441, 0.7402179837226868, 0.9319390654563904, 0.478780061006546, 1.1236603260040283, 0.6356428265571594, -0.8632679581642151, 0.008191745728254318, 0.14762529730796814, -0.1661001741886139, -1.089847445487976, -0.44496726989746094, 0.28705883026123047, 0.9667974710464478, 1.768540382385254, 1.5245317220687866, 1.2805230617523193, 0.06047932058572769, -0.41010889410972595, 1.6813944578170776, 1.4199565649032593, 0.008191745728254318, 0.02562093921005726, 0.6879304051399231, 1.158518671989441, 0.8099347352981567, 1.4548149108886719, 1.629106879234314, 1.6813944578170776, 1.2282354831695557, -0.2881045341491699, 0.3742047846317291, 0.4613508880138397, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.6530719995498657, 0.5833552479743958, 1.158518671989441, 1.5419609546661377, 1.942832350730896, 1.768540382385254, 1.4373857975006104, 0.670501172542572, 0.06047932058572769, 0.44392168521881104, 1.3502397537231445, 1.9776906967163086, 1.8905447721481323, 1.053943395614624, -0.4798256754875183, 1.4548149108886719, 1.3502397537231445, 1.6639652252197266, 0.6879304051399231, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 2.0996949672698975, 0.2173420637845993, 0.3742047846317291, 1.1410894393920898, 1.053943395614624, 1.1410894393920898, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, 0.7925055623054504, -0.09638340771198273, 0.2522004544734955, -0.3578213155269623, -1.1072766780853271, -0.9329847693443298, 0.7227887511253357, 1.0190850496292114, 1.8208279609680176, 1.2979521751403809, 1.2108062505722046, -0.27067533135414124, -0.688975989818573, 1.0365142822265625, 1.646536111831665, 0.7925055623054504, -0.3055337369441986, 1.0016558170318604, 1.3850982189178467, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 2.117124319076538, 1.2805230617523193, 0.32191720604896545, 0.3916339874267578, -0.06152502819895744, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641], [0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.30448800325393677, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.785969614982605, 1.5942485332489014, 0.5659260153770447, 0.8622223138809204, 1.071372628211975, 1.8208279609680176, 1.9776906967163086, 1.5942485332489014, 0.7402179837226868, -0.11381260305643082, 1.3502397537231445, 1.5245317220687866, 1.3850982189178467, 1.0888018608093262, 0.7925055623054504, 1.4199565649032593, 1.2108062505722046, 2.047407388687134, 0.9493682980537415, 0.9667974710464478, 1.158518671989441, -0.20095856487751007, 0.9493682980537415, 1.053943395614624, 0.4613508880138397, -0.20095856487751007, -0.06152502819895744, 0.09533771127462387, 0.3916339874267578, -0.09638340771198273, -0.6366884112358093, -0.3403921127319336, -0.8284096121788025, 0.18248367309570312, 1.5419609546661377, 2.0299782752990723, 1.0190850496292114, -0.4798256754875183, -0.37525051832199097, 0.5484968423843384, 0.7925055623054504, 0.3916339874267578, -0.009237446822226048, 0.9667974710464478, 1.5768193006515503, 1.1236603260040283, 0.478780061006546, 0.8447931408882141, -0.009237446822226048, 0.9667974710464478, 1.1933770179748535, 0.02562093921005726, 0.06047932058572769, 0.5659260153770447, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.6182135939598083, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.4090631604194641, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 1.3850982189178467, 1.646536111831665, 1.960261583328247, 1.7162528038024902, 1.5593900680541992, 0.8447931408882141, 0.5659260153770447, 1.5071024894714355, 1.629106879234314, 1.9079740047454834, 1.5942485332489014, 0.7576471567153931, -0.3578213155269623, 1.5419609546661377, 1.472244143486023, 1.1410894393920898, 1.158518671989441, 0.4613508880138397, 1.4548149108886719, 1.629106879234314, 1.5071024894714355, 0.478780061006546, 1.0190850496292114, 1.0365142822265625, 0.35677558183670044, 0.30448800325393677, 1.2108062505722046, 0.3916339874267578, 0.11276690661907196, -0.4972548484802246, 0.8099347352981567, 0.513638436794281, 0.8622223138809204, -1.1072766780853271, -0.20095856487751007, -1.0549890995025635, -0.4972548484802246, 1.0888018608093262, 1.9079740047454834, 1.1410894393920898, 0.07790851593017578, 0.4090631604194641, 0.8447931408882141, 0.06047932058572769, 0.7925055623054504, 0.33934640884399414, 1.2456645965576172, 1.785969614982605, 1.5245317220687866, -0.18352937698364258, -0.1661001741886139, -0.3578213155269623, -0.5669716596603394, 1.4025273323059082, 1.7511112689971924, 0.3916339874267578, 0.5484968423843384, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235], [0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.513638436794281, 0.4613508880138397, 0.7053595781326294, 1.4025273323059082, 1.7511112689971924, 1.9079740047454834, 1.803398847579956, 1.6813944578170776, 1.1933770179748535, 0.7750763297080994, 1.6639652252197266, 1.768540382385254, 1.8905447721481323, 1.5245317220687866, 0.35677558183670044, 0.008191745728254318, 1.5942485332489014, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 1.071372628211975, 0.7925055623054504, 1.158518671989441, 1.2805230617523193, -0.25324615836143494, 1.5419609546661377, 0.8099347352981567, 0.44392168521881104, 0.4962092638015747, 0.18248367309570312, -0.11381260305643082, 0.42649248242378235, -0.3403921127319336, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, 0.18248367309570312, -0.3055337369441986, 0.8099347352981567, -0.39267969131469727, 1.2630938291549683, 0.6182135939598083, 0.8622223138809204, -0.42753809690475464, 0.2347712516784668, 1.315381407737732, 1.1062309741973877, 1.4373857975006104, 1.3850982189178467, 1.9776906967163086, 1.9951199293136597, 1.7162528038024902, -1.1072766780853271, -0.6541175842285156, 0.8099347352981567, 0.7750763297080994, 1.2282354831695557, 1.9776906967163086, 1.4025273323059082, 0.478780061006546, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235], [0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.30448800325393677, 0.6182135939598083, 1.2979521751403809, 1.6639652252197266, 1.8382571935653687, 1.8208279609680176, 1.2805230617523193, 0.14762529730796814, 1.053943395614624, 1.6988236904144287, 1.8905447721481323, 1.7511112689971924, 1.0190850496292114, -0.532113254070282, -0.7064052224159241, 1.2282354831695557, 1.053943395614624, 1.158518671989441, 0.7925055623054504, 0.5310676693916321, 0.7576471567153931, 0.18248367309570312, 0.6879304051399231, -0.1312417984008789, 1.4548149108886719, 1.611677646636963, 0.42649248242378235, 1.158518671989441, 1.0190850496292114, 1.2979521751403809, 0.13019609451293945, 1.0888018608093262, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 0.7750763297080994, -0.8806971907615662, 0.7576471567153931, -0.1486709862947464, 1.315381407737732, -0.11381260305643082, -0.42753809690475464, -0.4623964726924896, 1.0365142822265625, 0.478780061006546, 0.6530719995498657, 0.9493682980537415, 1.768540382385254, 1.1236603260040283, 1.7336820363998413, 2.0125491619110107, -1.333856225013733, 1.332810640335083, 1.0888018608093262, 0.5659260153770447, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.16505448520183563, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.16505448520183563, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.4090631604194641, 0.35677558183670044, 0.33934640884399414, 0.2522004544734955, 0.2347712516784668, 0.600784420967102, 1.5071024894714355, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.1062309741973877, 0.6356428265571594, 1.2456645965576172, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 0.11276690661907196, 0.07790851593017578, -0.5669716596603394, 1.3850982189178467, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.5310676693916321, 1.1236603260040283, 0.7227887511253357, 0.33934640884399414, 0.4090631604194641, 1.2979521751403809, 1.1062309741973877, 1.2979521751403809, 0.7925055623054504, 1.071372628211975, 1.2108062505722046, 0.3742047846317291, 1.4548149108886719, 1.175947904586792, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, -0.6541175842285156, -0.1312417984008789, 0.478780061006546, 0.33934640884399414, 1.0190850496292114, -0.23581695556640625, -0.4623964726924896, 0.8970807194709778, 0.4613508880138397, 0.5310676693916321, -0.23581695556640625, 0.07790851593017578, 0.9145098924636841, 1.5593900680541992, 1.646536111831665, -0.5844008326530457, 1.1062309741973877, 0.6879304051399231, 0.8622223138809204, 1.2805230617523193, 1.646536111831665, 1.3850982189178467, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.670501172542572, 1.332810640335083, 1.646536111831665, 1.8556864261627197, 1.8208279609680176, 0.7227887511253357, 0.9493682980537415, 1.3676689863204956, 1.768540382385254, 1.5593900680541992, 1.611677646636963, -1.0375598669052124, -0.009237446822226048, -0.5146840810775757, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 1.1410894393920898, 1.3850982189178467, 0.7402179837226868, 0.670501172542572, -0.42753809690475464, 0.06047932058572769, 1.5942485332489014, 1.315381407737732, 0.7925055623054504, 0.06047932058572769, 0.0430501289665699, 1.053943395614624, 0.1999128758907318, 1.4373857975006104, 1.611677646636963, 1.4199565649032593, 1.5245317220687866, 1.3502397537231445, -0.7935512065887451, -0.39267969131469727, 0.8796514868736267, 0.3742047846317291, 0.5833552479743958, -0.1661001741886139, -1.3512853384017944, 0.1999128758907318, 0.0430501289665699, 0.600784420967102, -0.3403921127319336, 0.7227887511253357, 1.2108062505722046, 1.2630938291549683, 1.7511112689971924, -0.8458387851715088, 0.7227887511253357, 0.6879304051399231, 0.2696296274662018, 1.5942485332489014, 1.646536111831665, 1.472244143486023, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.4962092638015747, 0.4613508880138397, 0.478780061006546], [0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.4962092638015747, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.14762529730796814, 0.16505448520183563, 0.7402179837226868, 1.489673376083374, 1.6639652252197266, 1.8382571935653687, 1.768540382385254, 0.44392168521881104, 0.6879304051399231, 1.5245317220687866, 1.8556864261627197, 1.925403118133545, 1.4199565649032593, 0.2696296274662018, -0.009237446822226048, -0.2881045341491699, 1.4373857975006104, 1.2282354831695557, 0.478780061006546, 0.5659260153770447, 0.7053595781326294, 1.2630938291549683, 0.7053595781326294, 0.13019609451293945, 0.8099347352981567, 1.8382571935653687, 1.3502397537231445, 1.1410894393920898, 0.827363908290863, 0.0430501289665699, 0.8796514868736267, 0.28705883026123047, 1.332810640335083, 1.4025273323059082, 1.7162528038024902, 1.2979521751403809, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, -0.04409583657979965, -0.09638340771198273, -0.42753809690475464, 0.2522004544734955, -1.5430065393447876, 1.0016558170318604, 0.7402179837226868, 0.30448800325393677, 0.0430501289665699, -0.09638340771198273, 1.3502397537231445, 1.5593900680541992, 1.942832350730896, -1.490718960762024, 0.28705883026123047, 0.7053595781326294, 0.4613508880138397, 1.7162528038024902, 1.1410894393920898, 0.7053595781326294, 0.600784420967102, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.4613508880138397, 0.478780061006546]]]]}]} 2026-04-16 20:35:58.922 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [1, 3, 224, 224], 'datatype': 'FP64', 'data': [[[[0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925], [0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3070467710494995, 1.2385478019714355, 1.18717360496521, 1.2042982578277588, 1.1529240608215332, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.101549744606018], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.1529240608215332], [0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.18717360496521], [0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.255672574043274], [0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.6152924299240112, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5706825256347656, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507], [0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.324171543121338], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995], [0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3412963151931763], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.3584210872650146], [0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2385478019714355, 1.255672574043274, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914], [0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.4097954034805298], [0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554], [0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.563918113708496], [0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729], [0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.63241708278656], [0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.2684305012226105, 0.2281874716281891, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.2281874716281891, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.5535577535629272, 0.5193082690238953, 0.41655975580215454, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112], [-0.7992978096008301, -0.645175039768219, -0.3883037567138672, -0.19993148744106293, -0.1143077164888382, 0.03981505334377289, 0.3138112425804138, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112], [-1.3130404949188232, -0.9534205794334412, -0.8506720662117004, -0.7992978096008301, -0.4568027853965759, -0.30267998576164246, -0.2684305012226105, -0.2684305012226105, -0.045808710157871246, 0.29668647050857544, 0.39943498373031616, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5706825256347656, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.38231024146080017, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-1.6384108066558838, -1.3815394639968872, -1.2445415258407593, -1.141792893409729, -1.141792893409729, -1.0561691522598267, -1.261666178703308, -1.3130404949188232, -1.1760424375534058, -1.227416753768921, -0.9534205794334412, -0.21705622971057892, 0.056939806789159775, 0.43368449807167053, 0.622056782245636, 0.4508092403411865, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.38231024146080017, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984], [-0.9191710948944092, -0.8849216103553772, -1.0561691522598267, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -2.1179039478302, -2.0665295124053955, -1.878157377243042, -1.1760424375534058, -0.6794245839118958, -0.3883037567138672, -0.2684305012226105, 0.26243698596954346, 0.3651854991912842, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6666666269302368, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9362958669662476, -0.8506720662117004, -0.7136740684509277, -0.7307988405227661, -1.02191960811615, -1.1931672096252441, -1.878157377243042, -1.6897850036621094, -0.5081770420074463, -0.16568197309970856, 0.056939806789159775, 0.17681321501731873, 0.2281874716281891, 0.41655975580215454, 0.3138112425804138, 0.39943498373031616, 0.3480607271194458, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.63241708278656, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368, 1.6666666269302368], [-0.9534205794334412, -0.9705453515052795, -0.9362958669662476, -0.7650483250617981, -0.6794245839118958, -0.7992978096008301, -1.0047948360443115, -1.1760424375534058, -0.9876701235771179, -0.40542852878570557, -0.06293346732854843, 0.03981505334377289, 0.2281874716281891, 0.3651854991912842, 0.4679340124130249, 0.3309359848499298, 0.2110627144575119, 0.29668647050857544, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.41655975580215454, 0.5364330410957336, 0.587807297706604, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1075434684753418, -1.0390443801879883, -1.0390443801879883, -0.9362958669662476, -0.7307988405227661, -0.9534205794334412, -1.415789008140564, -1.672660231590271, -1.8439078330993652, -1.5185375213623047, -0.7992978096008301, -0.3540542721748352, -0.02868395671248436, 0.10831420123577118, 0.27956172823905945, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.39943498373031616, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136], [-1.1931672096252441, -1.1246682405471802, -1.0904186964035034, -1.02191960811615, -1.227416753768921, -1.5014127492904663, -2.1179039478302, -2.01515531539917, -2.1007792949676514, -1.758284091949463, -1.2787909507751465, -0.9705453515052795, -0.8164225816726685, -0.43967801332473755, -0.14855723083019257, 0.0740646943449974, 0.2110627144575119, 0.3138112425804138, 0.3480607271194458, 0.29668647050857544, 0.15968845784664154, 0.2110627144575119, -0.011559205129742622, 0.26243698596954346, 0.5364330410957336, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7009161710739136, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.718040943145752], [-1.672660231590271, -1.3815394639968872, -1.3301652669906616, -1.2445415258407593, -1.3986642360687256, -1.9295315742492676, -2.032280206680298, -1.9809058904647827, -0.9876701235771179, -0.576676070690155, -0.4568027853965759, -0.42255327105522156, -0.610925555229187, -0.8164225816726685, -0.7821730971336365, -0.6280503273010254, -0.5081770420074463, -1.0047948360443115, -1.3472900390625, -0.5938007831573486, -0.02868395671248436, 0.2281874716281891, 0.03981505334377289, -0.21705622971057892, 0.14256370067596436, 0.5364330410957336, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.26243698596954346, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.15968845784664154, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008], [-2.1179039478302, -1.9295315742492676, -1.672660231590271, -1.4500385522842407, -1.7411593198776245, -2.1007792949676514, -2.1179039478302, -1.227416753768921, -0.7992978096008301, -0.7136740684509277, -0.5253018140792847, -0.40542852878570557, -0.2341809868812561, -0.2341809868812561, -0.4568027853965759, -0.8849216103553772, -1.415789008140564, -2.1179039478302, -1.073293924331665, -0.1143077164888382, 0.3309359848499298, 0.6049320101737976, 0.7076805233955383, 0.6049320101737976, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.7009161710739136, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.9124068021774292, -2.032280206680298, -1.946656346321106, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -1.9980305433273315, -0.8849216103553772, -0.7136740684509277, -0.6622998118400574, -0.610925555229187, -0.5081770420074463, -0.3883037567138672, -0.28555524349212646, -0.18280673027038574, -0.21705622971057892, -0.40542852878570557, -1.227416753768921, -1.141792893409729, -0.2341809868812561, 0.091189444065094, 0.3651854991912842, 0.622056782245636, 0.7761795520782471, 0.6391815543174744, 0.41655975580215454, 0.3138112425804138, 0.38231024146080017, 0.5535577535629272, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.7009161710739136, 1.7351655960083008, 1.7351655960083008, 1.4611696004867554, 0.9474270939826965, 1.4269200563430786, 1.63241708278656, 1.718040943145752, 1.7351655960083008, 1.718040943145752, 1.7351655960083008, 1.7351655960083008, 1.718040943145752, 1.6837913990020752, 1.7522903680801392, 1.718040943145752, 1.6666666269302368, 1.6495418548583984, 1.7351655960083008, 1.7351655960083008, 1.7522903680801392], [-1.8952820301055908, -2.1007792949676514, -2.1007792949676514, -2.1179039478302, -2.1179039478302, -1.946656346321106, -1.672660231590271, -1.02191960811615, -0.9191710948944092, -0.7821730971336365, -0.6965492963790894, -0.5938007831573486, -0.5253018140792847, -0.5253018140792847, -0.5081770420074463, -0.5938007831573486, -0.610925555229187, -0.8849216103553772, -1.3986642360687256, -0.9705453515052795, -0.4910522699356079, -0.1143077164888382, 0.2110627144575119, 0.4508092403411865, 0.38231024146080017, 0.10831420123577118, 0.10831420123577118, 0.3651854991912842, 0.41655975580215454, 0.5535577535629272, 0.622056782245636, 0.5193082690238953, 0.6049320101737976, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6837913990020752, 1.7009161710739136, 1.718040943145752, 1.718040943145752, 1.6666666269302368, 1.18717360496521, 0.7933043241500854, 0.9816765785217285, 0.5193082690238953, 1.718040943145752, 1.7694151401519775, 1.7522903680801392, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.2727973461151123, 1.0673003196716309, 1.4782943725585938, 1.6837913990020752, 1.7351655960083008, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [-0.9191710948944092, -1.4671632051467896, -1.3644146919250488, -1.3986642360687256, -1.6897850036621094, -2.01515531539917, -2.0494048595428467, -1.6384108066558838, -1.3301652669906616, -1.0561691522598267, -0.9534205794334412, -0.8164225816726685, -0.7479235529899597, -0.7479235529899597, -0.7136740684509277, -0.9705453515052795, -1.946656346321106, -2.032280206680298, -2.0494048595428467, -2.1179039478302, -1.7754088640213013, -1.1075434684753418, -0.576676070690155, -0.21705622971057892, 0.02269030176103115, -0.02868395671248436, -0.21705622971057892, -0.08005820959806442, 0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.41655975580215454, 0.5193082690238953, 0.622056782245636, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.5981676578521729, 1.444044828414917, 1.101549744606018, 0.7590547800064087, 0.5535577535629272, 0.41655975580215454, 0.43368449807167053, -0.045808710157871246, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.718040943145752, 1.718040943145752, 1.4269200563430786, 0.9303023219108582, -0.045808710157871246, 0.17681321501731873, 1.3412963151931763, 1.6837913990020752, 1.7522903680801392, 1.7522903680801392, 1.7522903680801392], [0.7076805233955383, -0.7650483250617981, -1.484287977218628, -1.3301652669906616, -1.5870364904403687, -1.5527870655059814, -2.0494048595428467, -2.1007792949676514, -1.946656346321106, -1.5185375213623047, -1.2102919816970825, -1.1760424375534058, -0.9705453515052795, -0.9534205794334412, -0.9191710948944092, -1.4671632051467896, -2.1179039478302, -2.0494048595428467, -1.7069097757339478, -0.8164225816726685, -0.43967801332473755, -0.3369295001029968, -0.4739275276660919, -0.645175039768219, -0.6622998118400574, -0.3369295001029968, -0.19993148744106293, -0.7992978096008301, -1.0904186964035034, -0.4568027853965759, -0.045808710157871246, -0.045808710157871246, -0.045808710157871246, -0.14855723083019257, 0.2281874716281891, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.6495418548583984, 1.2385478019714355, 0.5535577535629272, 0.9474270939826965, 0.7076805233955383, -0.16568197309970856, 0.056939806789159775, -0.2341809868812561, -0.28555524349212646, -0.40542852878570557, 0.8789280652999878, 1.4269200563430786, 1.2899221181869507, 1.4782943725585938, 1.5810428857803345, 0.7076805233955383, -0.011559205129742622, -0.645175039768219, -0.18280673027038574, 0.8618032932281494, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775, 1.7694151401519775], [1.6152924299240112, 0.6391815543174744, -1.758284091949463, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.7411593198776245, -1.3472900390625, -1.4671632051467896, -1.758284091949463, -1.9637811183929443, -1.604161262512207, -1.1589176654815674, -1.073293924331665, -1.2787909507751465, -1.758284091949463, -2.032280206680298, -1.9809058904647827, -0.8677968382835388, -0.40542852878570557, -0.2513057291507721, -0.1143077164888382, 0.056939806789159775, 0.03981505334377289, -0.3540542721748352, -0.9534205794334412, -1.4500385522842407, -1.7754088640213013, -1.8952820301055908, -1.5185375213623047, -1.1246682405471802, -0.31980475783348083, 0.0740646943449974, -0.2513057291507721, -0.19993148744106293, 0.27956172823905945, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6837913990020752, 1.718040943145752, 1.1529240608215332, -0.3540542721748352, 0.03981505334377289, 0.17681321501731873, -0.4910522699356079, -0.2684305012226105, -0.7479235529899597, -0.7136740684509277, -0.5595512986183167, 0.587807297706604, 1.2727973461151123, 1.101549744606018, 1.18717360496521, 0.9303023219108582, 0.3309359848499298, -0.7307988405227661, -0.7650483250617981, -0.5253018140792847, 0.8789280652999878, 1.8550388813018799, 1.786539912223816, 1.786539912223816, 1.7694151401519775], [1.6837913990020752, 1.4782943725585938, 0.5021834969520569, -1.3301652669906616, -1.9809058904647827, -2.0494048595428467, -2.1179039478302, -1.878157377243042, -1.484287977218628, -1.261666178703308, -1.5185375213623047, -1.9980305433273315, -1.8439078330993652, -1.5014127492904663, -1.5527870655059814, -1.9809058904647827, -2.1179039478302, -1.3986642360687256, -0.6965492963790894, -0.5424265265464783, -0.4568027853965759, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.056939806789159775, 0.03981505334377289, -0.5081770420074463, -1.3130404949188232, -1.672660231590271, -0.9020463228225708, -0.6622998118400574, -0.6622998118400574, -0.08005820959806442, 0.5364330410957336, 0.43368449807167053, 0.26243698596954346, 0.5021834969520569, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.6837913990020752, 1.7009161710739136, 1.6495418548583984, 0.056939806789159775, -0.645175039768219, -0.7136740684509277, -0.43967801332473755, -0.645175039768219, -0.42255327105522156, -0.6965492963790894, -0.7821730971336365, -0.5595512986183167, 0.27956172823905945, 1.0501755475997925, 0.5535577535629272, 1.1700488328933716, 0.17681321501731873, -0.1143077164888382, -0.8335473537445068, -0.7821730971336365, -0.7307988405227661, 0.4850587546825409, 1.718040943145752, 1.786539912223816, 1.786539912223816, 1.786539912223816], [0.9303023219108582, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 0.5021834969520569, -0.8164225816726685, -1.5699117183685303, -2.01515531539917, -2.1179039478302, -1.8267830610275269, -1.7754088640213013, -2.01515531539917, -1.9295315742492676, -1.8267830610275269, -1.7411593198776245, -1.946656346321106, -1.9809058904647827, -0.9362958669662476, -0.9020463228225708, -0.6965492963790894, -0.5424265265464783, -0.40542852878570557, -0.31980475783348083, -0.3540542721748352, -0.14855723083019257, -0.08005820959806442, -0.06293346732854843, -0.06293346732854843, -0.5938007831573486, -1.4329137802124023, -1.4500385522842407, -1.1246682405471802, -0.9534205794334412, -0.16568197309970856, 0.41655975580215454, 0.5535577535629272, 0.38231024146080017, 0.3651854991912842, 0.5364330410957336, 0.622056782245636, 0.6391815543174744, 0.7419300675392151, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.7009161710739136, 1.5981676578521729, -0.045808710157871246, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.6622998118400574, -0.5081770420074463, -0.7307988405227661, -0.7136740684509277, -0.3711790144443512, -0.02868395671248436, 0.7590547800064087, 0.29668647050857544, 0.8618032932281494, -0.2684305012226105, -0.5081770420074463, -0.8506720662117004, -1.1075434684753418, -0.7992978096008301, -0.21705622971057892, 1.7009161710739136, 1.8207894563674927, 1.8207894563674927, 1.786539912223816], [0.587807297706604, 0.7076805233955383, 1.0673003196716309, 1.5810428857803345, 1.8036646842956543, 1.5296685695648193, 0.6734310388565063, -0.7992978096008301, -1.758284091949463, -1.9980305433273315, -2.01515531539917, -1.8610326051712036, -1.7754088640213013, -1.3644146919250488, -1.415789008140564, -1.6555355787277222, -1.8610326051712036, -1.2445415258407593, -0.9876701235771179, -0.9020463228225708, -0.7821730971336365, -0.6280503273010254, -0.5424265265464783, -0.4568027853965759, -0.3540542721748352, -0.40542852878570557, -0.5253018140792847, -0.6794245839118958, -0.7307988405227661, -1.0561691522598267, -1.6212860345840454, -1.5870364904403687, -1.484287977218628, -1.261666178703308, -0.6794245839118958, 0.0740646943449974, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.5706825256347656, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6495418548583984, 1.6495418548583984, 1.6495418548583984, 1.6837913990020752, 1.0330508947372437, -0.7307988405227661, -1.073293924331665, -1.1075434684753418, -1.0390443801879883, -0.7650483250617981, -0.5424265265464783, -0.7821730971336365, -0.6794245839118958, -0.3540542721748352, 0.03981505334377289, 0.622056782245636, 0.29668647050857544, 0.3651854991912842, -0.19993148744106293, -0.645175039768219, -1.0904186964035034, -1.3301652669906616, -0.9362958669662476, -0.4739275276660919, 1.1186745166778564, 1.8207894563674927, 1.8207894563674927, 1.8036646842956543], [0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.7419300675392151, 0.8618032932281494, 1.6495418548583984, 1.906413197517395, 1.6152924299240112, 0.6905558109283447, -1.0561691522598267, -1.5870364904403687, -1.8439078330993652, -2.1179039478302, -1.878157377243042, -1.4500385522842407, -1.2959157228469849, -1.5527870655059814, -1.7411593198776245, -1.3986642360687256, -1.073293924331665, -0.9020463228225708, -0.8677968382835388, -0.8335473537445068, -0.610925555229187, -0.576676070690155, -0.610925555229187, -1.0390443801879883, -1.8439078330993652, -2.1179039478302, -1.9124068021774292, -1.4500385522842407, -1.0047948360443115, -1.0390443801879883, -1.1931672096252441, -0.9705453515052795, -0.645175039768219, -0.28555524349212646, 0.2281874716281891, 0.38231024146080017, 0.24531221389770508, 0.3480607271194458, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.38231024146080017, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.4508092403411865, 0.5193082690238953, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5467933416366577, 0.02269030176103115, -1.0390443801879883, -1.1931672096252441, -1.141792893409729, -1.0561691522598267, -0.7650483250617981, -0.6794245839118958, -0.8164225816726685, -0.6794245839118958, -0.3883037567138672, -0.18280673027038574, 0.24531221389770508, 0.3480607271194458, -0.02868395671248436, -0.3540542721748352, -0.7821730971336365, -1.1931672096252441, -1.227416753768921, -1.141792893409729, -0.7136740684509277, 0.41655975580215454, 1.7009161710739136, 1.786539912223816, 1.8550388813018799], [0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 1.2042982578277588, 1.6152924299240112, 1.718040943145752, 0.7248052954673767, -1.2787909507751465, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.1007792949676514, -1.9809058904647827, -1.6384108066558838, -1.6897850036621094, -1.9809058904647827, -1.79253351688385, -1.3301652669906616, -1.1589176654815674, -0.9876701235771179, -0.8164225816726685, -0.7479235529899597, -0.7136740684509277, -1.7240345478057861, -2.1179039478302, -1.1589176654815674, -0.2341809868812561, 0.10831420123577118, 0.17681321501731873, -0.011559205129742622, -0.4910522699356079, -0.7479235529899597, -0.645175039768219, -0.5253018140792847, -0.6280503273010254, -1.0047948360443115, -1.0047948360443115, -0.4568027853965759, -0.02868395671248436, 0.056939806789159775, 0.10831420123577118, 0.38231024146080017, 0.7076805233955383, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.26243698596954346, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.3584210872650146, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.4611696004867554, 1.1529240608215332, 1.2385478019714355, 1.0159261226654053, 1.101549744606018, 0.24531221389770508, -0.7650483250617981, -1.1589176654815674, -1.2102919816970825, -1.3130404949188232, -1.0047948360443115, -0.8506720662117004, -0.7992978096008301, -0.7821730971336365, -0.7136740684509277, -0.645175039768219, -0.4910522699356079, -0.14855723083019257, 0.091189444065094, -0.13143247365951538, -0.5595512986183167, -0.9705453515052795, -1.2102919816970825, -1.1931672096252441, -1.1760424375534058, -1.1075434684753418, -0.7821730971336365, 1.63241708278656, 1.7351655960083008, 1.8550388813018799], [0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.8960528373718262, 1.2214230298995972, 1.2042982578277588, 0.39943498373031616, -0.7479235529899597, -1.6384108066558838, -1.758284091949463, -1.4329137802124023, -1.6897850036621094, -2.032280206680298, -1.9637811183929443, -2.0494048595428467, -1.9295315742492676, -1.7069097757339478, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -0.9534205794334412, -1.261666178703308, -2.032280206680298, -1.8096582889556885, -0.5081770420074463, -0.02868395671248436, 0.15968845784664154, 0.24531221389770508, 0.3309359848499298, 0.3138112425804138, -0.1143077164888382, -0.7992978096008301, -1.1931672096252441, -1.535662293434143, -1.8952820301055908, -1.2959157228469849, -0.09718296676874161, 0.41655975580215454, 0.41655975580215454, -0.08005820959806442, -0.31980475783348083, 0.4850587546825409, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.2042982578277588, 0.7248052954673767, 0.8789280652999878, 0.656306266784668, -0.28555524349212646, -1.02191960811615, -0.8164225816726685, -1.3815394639968872, -1.141792893409729, -1.1589176654815674, -1.3130404949188232, -0.9876701235771179, -0.7307988405227661, -0.7992978096008301, -0.8335473537445068, -0.8164225816726685, -0.7136740684509277, -0.610925555229187, -0.43967801332473755, -0.16568197309970856, -0.2341809868812561, -0.7136740684509277, -0.9876701235771179, -1.0904186964035034, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.8335473537445068, 0.4508092403411865, 1.8379141092300415, 1.786539912223816], [0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.3138112425804138, -1.3301652669906616, -1.7069097757339478, -1.6384108066558838, -1.5014127492904663, -1.672660231590271, -2.0494048595428467, -1.8952820301055908, -1.5527870655059814, -1.5014127492904663, -1.604161262512207, -1.5185375213623047, -1.4329137802124023, -1.6384108066558838, -1.9980305433273315, -1.1931672096252441, -0.3711790144443512, -0.08005820959806442, -0.011559205129742622, 0.02269030176103115, 0.091189444065094, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.3369295001029968, -1.1760424375534058, -1.3472900390625, -0.13143247365951538, 0.4850587546825409, 0.810429036617279, 0.9988013505935669, 1.0159261226654053, 0.6734310388565063, 0.38231024146080017, 0.622056782245636, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.1529240608215332, -0.2341809868812561, -1.227416753768921, 0.19393795728683472, -0.5081770420074463, -0.8677968382835388, -1.5014127492904663, -1.415789008140564, -1.3986642360687256, -1.1246682405471802, -1.0390443801879883, -1.2959157228469849, -0.7992978096008301, -0.8164225816726685, -0.6965492963790894, -0.8335473537445068, -0.7992978096008301, -0.6965492963790894, -0.6794245839118958, -0.5938007831573486, -0.2341809868812561, -0.4568027853965759, -0.645175039768219, -1.02191960811615, -0.9876701235771179, -0.9534205794334412, -1.261666178703308, -1.0561691522598267, -0.7479235529899597, 0.2110627144575119, 1.8892884254455566, 1.8379141092300415], [0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.7419300675392151, 0.9303023219108582, 0.8446785807609558, 0.24531221389770508, -1.141792893409729, -1.7240345478057861, -1.5699117183685303, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.7240345478057861, -1.535662293434143, -1.7069097757339478, -1.8267830610275269, -1.7069097757339478, -1.6897850036621094, -1.0047948360443115, -0.645175039768219, -0.40542852878570557, -0.2341809868812561, -0.18280673027038574, -0.14855723083019257, -0.06293346732854843, 0.03981505334377289, 0.12543895840644836, -0.011559205129742622, -0.3711790144443512, -1.02191960811615, -0.8164225816726685, 0.03981505334377289, 0.38231024146080017, 0.656306266784668, 0.8789280652999878, 1.0159261226654053, 0.8618032932281494, 0.587807297706604, 0.5535577535629272, 0.810429036617279, 0.810429036617279, 0.7076805233955383, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.3070467710494995, 0.5364330410957336, -1.0904186964035034, -1.5014127492904663, -1.3644146919250488, -0.7136740684509277, -1.1931672096252441, -1.6212860345840454, -1.7411593198776245, -1.6897850036621094, -1.0047948360443115, -0.9362958669662476, -1.1075434684753418, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.8164225816726685, -0.6622998118400574, -0.576676070690155, -0.645175039768219, -0.7136740684509277, -0.42255327105522156, -0.6280503273010254, -0.9020463228225708, -0.9876701235771179, -0.7650483250617981, -1.0390443801879883, -1.2959157228469849, -1.0904186964035034, -1.0390443801879883, -0.045808710157871246, 1.8550388813018799, 1.8379141092300415], [0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.6049320101737976, 0.8618032932281494, 0.9816765785217285, 0.622056782245636, -0.42255327105522156, -1.4500385522842407, -1.7240345478057861, -1.672660231590271, -1.415789008140564, -1.6384108066558838, -1.9124068021774292, -1.946656346321106, -1.8096582889556885, -1.7069097757339478, -1.672660231590271, -1.2787909507751465, -0.8677968382835388, -0.7479235529899597, -0.610925555229187, -0.5081770420074463, -0.3711790144443512, -0.2684305012226105, -0.18280673027038574, -0.2341809868812561, -0.610925555229187, -1.6384108066558838, -2.0836544036865234, -1.7069097757339478, -1.0047948360443115, -0.645175039768219, -0.28555524349212646, 0.29668647050857544, 0.7248052954673767, 1.0844250917434692, 1.1700488328933716, 0.9303023219108582, 0.43368449807167053, 0.622056782245636, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.0159261226654053, -0.9020463228225708, -1.3472900390625, -1.2959157228469849, -1.3301652669906616, -1.1075434684753418, -1.4671632051467896, -1.0904186964035034, -1.0390443801879883, -1.2102919816970825, -0.9020463228225708, -0.8164225816726685, -0.9534205794334412, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.7650483250617981, -0.610925555229187, -0.645175039768219, -0.7136740684509277, -0.7307988405227661, -0.5595512986183167, -0.610925555229187, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.9534205794334412, -1.1075434684753418, -1.1075434684753418, -1.2959157228469849, -0.2684305012226105, 1.8207894563674927, 1.8379141092300415], [0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.5193082690238953, -0.08005820959806442, -0.9020463228225708, -1.79253351688385, -1.7240345478057861, -1.5014127492904663, -1.3986642360687256, -1.878157377243042, -2.01515531539917, -1.8439078330993652, -1.672660231590271, -1.5699117183685303, -1.227416753768921, -1.0390443801879883, -0.9020463228225708, -0.7992978096008301, -0.645175039768219, -0.5424265265464783, -0.5595512986183167, -0.7650483250617981, -1.1931672096252441, -2.1179039478302, -1.141792893409729, 0.056939806789159775, 0.24531221389770508, 0.14256370067596436, -0.3540542721748352, -0.4910522699356079, -0.06293346732854843, 0.5706825256347656, 0.7590547800064087, 0.9131776094436646, 0.810429036617279, 0.41655975580215454, 0.3309359848499298, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.38231024146080017, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 1.0501755475997925, 1.1357992887496948, 1.1529240608215332, 1.2042982578277588, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.3584210872650146, 0.7761795520782471, 0.9988013505935669, 1.0330508947372437, -0.4910522699356079, -1.6212860345840454, -1.484287977218628, -1.415789008140564, -1.3301652669906616, -1.261666178703308, -1.535662293434143, -0.6965492963790894, -0.6794245839118958, -0.9020463228225708, -0.5424265265464783, -0.576676070690155, -0.3711790144443512, -0.8849216103553772, -0.5253018140792847, -0.645175039768219, -0.5938007831573486, -0.5081770420074463, -0.7479235529899597, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.7821730971336365, -0.8849216103553772, -0.7479235529899597, -0.6794245839118958, -0.7992978096008301, -0.8849216103553772, -1.0047948360443115, -1.2959157228469849, -0.2684305012226105, 1.8892884254455566, 1.8550388813018799], [0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.6391815543174744, 0.5706825256347656, 0.5535577535629272, 0.4508092403411865, -0.40542852878570557, -0.9362958669662476, -1.535662293434143, -1.7240345478057861, -1.6897850036621094, -1.9124068021774292, -2.0665295124053955, -1.9637811183929443, -1.7240345478057861, -1.6555355787277222, -1.3472900390625, -1.1075434684753418, -0.9705453515052795, -0.8849216103553772, -0.7992978096008301, -0.8335473537445068, -1.073293924331665, -1.79253351688385, -1.604161262512207, -0.28555524349212646, 0.02269030176103115, 0.2281874716281891, 0.43368449807167053, 0.5193082690238953, 0.2281874716281891, -0.3711790144443512, -0.5424265265464783, -0.4910522699356079, -0.6622998118400574, -0.42255327105522156, -0.08005820959806442, 0.0740646943449974, -0.8677968382835388, -0.40542852878570557, 0.14256370067596436, 0.6391815543174744, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.43368449807167053, 0.38231024146080017, 0.38231024146080017, 0.3309359848499298, 0.3309359848499298, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3309359848499298, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7933043241500854, 0.8446785807609558, 0.9303023219108582, 0.9645518660545349, 1.0330508947372437, 1.101549744606018, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.0673003196716309, 0.9816765785217285, 1.255672574043274, 0.7248052954673767, -0.9705453515052795, -1.415789008140564, -0.7992978096008301, -1.6212860345840454, -1.6555355787277222, -1.5185375213623047, -1.3815394639968872, -1.3644146919250488, -0.9876701235771179, -1.3815394639968872, -0.7479235529899597, -1.141792893409729, -0.7992978096008301, -0.6794245839118958, -0.7821730971336365, -0.8506720662117004, -0.8849216103553772, -0.5253018140792847, -0.6794245839118958, -0.7650483250617981, -0.5938007831573486, -0.6965492963790894, -0.7307988405227661, -0.6622998118400574, -0.8506720662117004, -1.02191960811615, -0.8335473537445068, -0.6794245839118958, -0.9020463228225708, -0.9534205794334412, -0.9705453515052795, -1.141792893409729, -1.073293924331665, -0.576676070690155, 1.906413197517395, 1.8550388813018799], [0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.9474270939826965, 1.0844250917434692, 1.0159261226654053, 0.7933043241500854, 0.2110627144575119, -0.5081770420074463, -1.0561691522598267, -1.6212860345840454, -1.8610326051712036, -1.484287977218628, -1.4671632051467896, -1.8610326051712036, -1.9637811183929443, -1.7754088640213013, -1.5527870655059814, -1.261666178703308, -1.02191960811615, -0.9191710948944092, -0.9876701235771179, -1.3130404949188232, -1.946656346321106, -1.1760424375534058, -0.30267998576164246, -0.1143077164888382, 0.0055655487813055515, 0.10831420123577118, 0.27956172823905945, 0.43368449807167053, 0.41655975580215454, 0.15968845784664154, -0.7650483250617981, -1.7754088640213013, -1.7069097757339478, -1.7411593198776245, -1.073293924331665, -1.2102919816970825, -1.4329137802124023, -0.9876701235771179, 0.4508092403411865, 0.7933043241500854, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.091189444065094, 0.091189444065094, 0.14256370067596436, 0.15968845784664154, 0.26243698596954346, 0.19393795728683472, 0.056939806789159775, -0.1143077164888382, -0.30267998576164246, -0.3540542721748352, -0.4568027853965759, -0.28555524349212646, -0.3711790144443512, -0.40542852878570557, -0.31980475783348083, 0.0055655487813055515, -0.06293346732854843, 0.091189444065094, 0.587807297706604, 0.7419300675392151, 0.8789280652999878, 0.7761795520782471, 0.8789280652999878, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 0.43368449807167053, -0.9705453515052795, -0.4739275276660919, -1.5527870655059814, -1.3472900390625, -1.9295315742492676, -1.5527870655059814, -2.01515531539917, -1.3301652669906616, -1.484287977218628, -1.227416753768921, -1.0904186964035034, -1.5185375213623047, -0.9876701235771179, -0.5938007831573486, -0.6622998118400574, -0.6622998118400574, -0.9191710948944092, -0.7136740684509277, -0.8164225816726685, -0.7136740684509277, -0.5595512986183167, -0.28555524349212646, -0.7821730971336365, -0.6280503273010254, -0.7136740684509277, -0.6965492963790894, -0.7650483250617981, -0.7136740684509277, -0.7136740684509277, -0.8335473537445068, -0.9020463228225708, -0.8506720662117004, -1.0561691522598267, -0.8335473537445068, -0.9362958669662476, -0.5595512986183167, 1.8892884254455566, 1.8036646842956543], [0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.622056782245636, 0.6734310388565063, 1.2385478019714355, 1.563918113708496, 1.3926706314086914, 1.4611696004867554, 1.2214230298995972, 0.7933043241500854, 0.056939806789159775, -0.5595512986183167, -1.1760424375534058, -1.7411593198776245, -1.79253351688385, -1.535662293434143, -1.6384108066558838, -1.8439078330993652, -1.9124068021774292, -1.8267830610275269, -1.5185375213623047, -1.1075434684753418, -1.0561691522598267, -1.2959157228469849, -1.7069097757339478, -0.8335473537445068, -0.3883037567138672, -0.2513057291507721, -0.13143247365951538, -0.08005820959806442, 0.056939806789159775, 0.26243698596954346, 0.3651854991912842, 0.4508092403411865, 0.17681321501731873, -0.7821730971336365, -1.2959157228469849, -1.4671632051467896, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.672660231590271, -1.3130404949188232, 0.17681321501731873, 0.8618032932281494, 0.9303023219108582, 0.8275538086891174, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.6734310388565063, 0.7248052954673767, 0.8960528373718262, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.2110627144575119, 0.26243698596954346, 0.0740646943449974, 0.0740646943449974, 0.0740646943449974, -0.06293346732854843, -0.2341809868812561, -0.3883037567138672, -0.5938007831573486, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9020463228225708, -1.0047948360443115, -0.7821730971336365, -0.9705453515052795, -0.8677968382835388, -0.5938007831573486, -0.5938007831573486, -0.7992978096008301, -0.645175039768219, -0.6794245839118958, -0.7136740684509277, -0.5595512986183167, -0.4568027853965759, -0.2341809868812561, 0.02269030176103115, 0.27956172823905945, 0.29668647050857544, 0.4850587546825409, -0.4739275276660919, -1.0561691522598267, -1.4500385522842407, -1.604161262512207, -1.6212860345840454, -1.5699117183685303, -1.6384108066558838, -1.484287977218628, -1.7069097757339478, -1.4500385522842407, -1.3644146919250488, -1.3815394639968872, -1.2787909507751465, -1.141792893409729, -0.7307988405227661, -0.5424265265464783, -0.4739275276660919, -0.6965492963790894, -0.8506720662117004, -0.645175039768219, -0.6794245839118958, -0.6965492963790894, -0.7821730971336365, -0.3883037567138672, -0.8849216103553772, -0.576676070690155, -0.645175039768219, -0.6622998118400574, -0.8335473537445068, -0.5424265265464783, -0.6794245839118958, -0.8849216103553772, -0.7307988405227661, -0.5938007831573486, -0.7136740684509277, -0.6280503273010254, -1.1075434684753418, -0.8677968382835388, 1.8207894563674927, 1.8379141092300415], [1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5535577535629272, 0.810429036617279, 1.3412963151931763, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.3584210872650146, 0.9988013505935669, 0.5021834969520569, -0.011559205129742622, -0.8335473537445068, -1.3644146919250488, -1.8096582889556885, -1.8439078330993652, -1.6384108066558838, -1.7240345478057861, -1.9637811183929443, -2.0665295124053955, -1.5699117183685303, -1.2445415258407593, -1.3130404949188232, -1.2102919816970825, -0.576676070690155, -0.31980475783348083, -0.3369295001029968, -0.19993148744106293, -0.13143247365951538, -0.045808710157871246, 0.03981505334377289, 0.15968845784664154, 0.2110627144575119, -0.045808710157871246, -0.6280503273010254, -1.3815394639968872, -1.4671632051467896, -1.3815394639968872, -1.2102919816970825, -1.141792893409729, -1.2787909507751465, -1.3815394639968872, -1.5870364904403687, -0.8164225816726685, -0.08005820959806442, -0.02868395671248436, 0.3480607271194458, 0.6734310388565063, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.7590547800064087, 0.622056782245636, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.3651854991912842, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.15968845784664154, 0.19393795728683472, 0.12543895840644836, 0.056939806789159775, 0.056939806789159775, -0.011559205129742622, -0.3540542721748352, -0.9020463228225708, -0.9534205794334412, -0.9362958669662476, -0.8506720662117004, -0.9705453515052795, -0.8849216103553772, -0.9191710948944092, -0.8849216103553772, -1.0047948360443115, -0.8677968382835388, -0.7992978096008301, -0.8849216103553772, -0.7650483250617981, -0.7136740684509277, -0.7479235529899597, -0.4568027853965759, -0.8506720662117004, -0.30267998576164246, -0.7307988405227661, -0.21705622971057892, -0.3711790144443512, -0.16568197309970856, -0.21705622971057892, -0.09718296676874161, 0.02269030176103115, -0.28555524349212646, -0.6280503273010254, -0.8164225816726685, -1.261666178703308, -1.5014127492904663, -1.7240345478057861, -1.672660231590271, -1.758284091949463, -1.6555355787277222, -1.604161262512207, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.5699117183685303, -1.0047948360443115, -0.7307988405227661, -0.5938007831573486, -0.4568027853965759, -0.5595512986183167, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.610925555229187, -0.5081770420074463, -0.5595512986183167, -0.9020463228225708, -0.6622998118400574, -0.8677968382835388, -0.645175039768219, -0.610925555229187, -0.6280503273010254, -0.8335473537445068, -0.7821730971336365, -0.7992978096008301, -0.7992978096008301, -0.6280503273010254, -0.7650483250617981, -0.7307988405227661, -0.8164225816726685, -0.9191710948944092, -0.6280503273010254, 1.8207894563674927, 1.8550388813018799], [1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.7590547800064087, 1.3584210872650146, 1.5810428857803345, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.1700488328933716, 0.6049320101737976, 0.38231024146080017, 0.2110627144575119, -0.4568027853965759, -1.1589176654815674, -1.6384108066558838, -1.8096582889556885, -1.3815394639968872, -1.3301652669906616, -1.672660231590271, -1.7240345478057861, -1.758284091949463, -1.5527870655059814, -0.9876701235771179, -0.42255327105522156, -0.2341809868812561, -0.1143077164888382, -0.045808710157871246, -0.011559205129742622, -0.02868395671248436, -0.011559205129742622, -0.31980475783348083, -0.7307988405227661, -1.7411593198776245, -1.3986642360687256, -0.8849216103553772, -1.141792893409729, -1.3130404949188232, -1.4671632051467896, -1.3815394639968872, -1.5185375213623047, -1.5014127492904663, -1.415789008140564, -1.415789008140564, -1.3472900390625, -1.1246682405471802, -0.8335473537445068, -0.5424265265464783, -0.13143247365951538, 0.29668647050857544, 0.622056782245636, 0.7248052954673767, 0.810429036617279, 0.9645518660545349, 1.0330508947372437, 1.1186745166778564, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 0.5535577535629272, -0.7136740684509277, -0.7821730971336365, -0.40542852878570557, 0.7761795520782471, 1.3412963151931763, 1.5296685695648193, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6837913990020752, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.1357992887496948, -1.5014127492904663, -1.6555355787277222, -0.9705453515052795, -0.610925555229187, -0.3883037567138672, -0.30267998576164246, -0.09718296676874161, 0.2110627144575119, 0.29668647050857544, -0.2341809868812561, -0.08005820959806442, 0.02269030176103115, 0.7761795520782471, 0.7248052954673767, 0.622056782245636, 0.5535577535629272, 0.43368449807167053, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3309359848499298, 0.27956172823905945, 0.38231024146080017, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.056939806789159775, 0.15968845784664154, 0.12543895840644836, 0.056939806789159775, -0.011559205129742622, -0.31980475783348083, -0.6965492963790894, -0.7821730971336365, -0.6794245839118958, -0.7479235529899597, -0.576676070690155, -0.8849216103553772, -0.9705453515052795, -0.6965492963790894, -0.7992978096008301, -0.9705453515052795, -0.8677968382835388, -0.7821730971336365, -1.0561691522598267, -0.9362958669662476, -0.7650483250617981, -0.645175039768219, -0.6622998118400574, -0.9876701235771179, -0.4568027853965759, -0.5595512986183167, -0.610925555229187, -0.3540542721748352, -0.09718296676874161, 0.056939806789159775, -0.08005820959806442, -0.02868395671248436, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, -0.6280503273010254, -1.4671632051467896, -1.6212860345840454, -1.7411593198776245, -1.672660231590271, -1.7411593198776245, -1.79253351688385, -1.8267830610275269, -1.6384108066558838, -1.9124068021774292, -0.8164225816726685, -0.7821730971336365, -1.0390443801879883, -1.5870364904403687, -1.4329137802124023, -1.535662293434143, -0.6280503273010254, -0.8677968382835388, -0.31980475783348083, -0.4739275276660919, -0.6622998118400574, -1.0904186964035034, -0.31980475783348083, -0.7821730971336365, -0.5253018140792847, -0.610925555229187, -0.3711790144443512, -0.7821730971336365, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.5938007831573486, -0.8506720662117004, -0.7307988405227661, -0.7650483250617981, -0.7992978096008301, -0.7992978096008301, -1.0561691522598267, -0.8849216103553772, -0.5938007831573486, 1.786539912223816, 1.8550388813018799], [1.101549744606018, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 1.3412963151931763, 1.63241708278656, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.101549744606018, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.17681321501731873, -0.5595512986183167, -1.2959157228469849, -1.6897850036621094, -1.604161262512207, -1.3301652669906616, -1.3815394639968872, -1.7240345478057861, -1.79253351688385, -1.7240345478057861, -1.7411593198776245, -1.79253351688385, -1.3130404949188232, -0.7479235529899597, -0.40542852878570557, -0.19993148744106293, -0.21705622971057892, -0.8506720662117004, -1.5014127492904663, -0.9020463228225708, -1.5014127492904663, -1.5527870655059814, -1.4671632051467896, -1.3301652669906616, -0.7992978096008301, -1.0561691522598267, -1.1075434684753418, -1.1589176654815674, -0.1143077164888382, 0.7933043241500854, 1.1700488328933716, 1.324171543121338, 1.5981676578521729, 1.718040943145752, 1.2727973461151123, 0.5706825256347656, 1.2899221181869507, 1.6837913990020752, 1.8207894563674927, 1.8036646842956543, 1.8207894563674927, 1.8550388813018799, 1.8721636533737183, 1.8379141092300415, 1.5125439167022705, 0.091189444065094, -1.672660231590271, -1.8610326051712036, -0.9534205794334412, 0.9816765785217285, 1.4611696004867554, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.718040943145752, 1.8036646842956543, 1.8379141092300415, 1.8892884254455566, 1.8207894563674927, 1.8207894563674927, 0.9988013505935669, -0.9362958669662476, -0.9020463228225708, -0.3540542721748352, -0.31980475783348083, -0.5938007831573486, -1.0390443801879883, -1.1246682405471802, -1.4329137802124023, -1.79253351688385, -1.8267830610275269, -1.7754088640213013, -1.878157377243042, 0.9303023219108582, 1.4269200563430786, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.563918113708496, 1.3070467710494995, 0.8446785807609558, 0.3480607271194458, 0.091189444065094, 0.12543895840644836, 0.2110627144575119, 0.3138112425804138, 0.26243698596954346, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.10831420123577118, 0.12543895840644836, 0.091189444065094, 0.056939806789159775, 0.02269030176103115, 0.03981505334377289, 0.0740646943449974, 0.056939806789159775, -0.045808710157871246, 0.02269030176103115, 0.02269030176103115, -0.045808710157871246, -0.08005820959806442, -0.06293346732854843, -0.011559205129742622, -0.02868395671248436, -0.08005820959806442, 0.02269030176103115, -0.08005820959806442, 0.0055655487813055515, -0.06293346732854843, 0.02269030176103115, 0.056939806789159775, 0.0055655487813055515, -0.06293346732854843, -0.08005820959806442, -0.16568197309970856, -0.13143247365951538, -0.1143077164888382, -0.6965492963790894, -1.02191960811615, -1.1075434684753418, -1.0904186964035034, -0.8849216103553772, -1.0047948360443115, -0.9876701235771179, -0.8335473537445068, -0.9534205794334412, -0.9362958669662476, -0.7479235529899597, -0.9534205794334412, -0.8164225816726685, -0.7307988405227661, -0.8849216103553772, -0.7307988405227661, -0.7479235529899597, -0.7307988405227661, -0.8164225816726685, -0.5253018140792847, -0.4910522699356079, -0.14855723083019257, -0.5081770420074463, 0.03981505334377289, -0.1143077164888382, -0.4910522699356079, 0.0740646943449974, 0.19393795728683472, 0.3309359848499298, 0.2110627144575119, 0.3309359848499298, 0.0055655487813055515, -1.2445415258407593, -1.604161262512207, -1.79253351688385, -1.8096582889556885, -1.535662293434143, -1.5870364904403687, -1.79253351688385, -1.8952820301055908, -1.5527870655059814, -1.604161262512207, -0.5081770420074463, -0.5253018140792847, -0.7479235529899597, -1.0561691522598267, -1.4329137802124023, -1.2787909507751465, -0.13143247365951538, -0.576676070690155, -0.5424265265464783, -0.40542852878570557, -0.5595512986183167, -0.43967801332473755, -0.6794245839118958, -0.5595512986183167, -0.30267998576164246, -0.610925555229187, -0.40542852878570557, -0.6280503273010254, -0.7136740684509277, -0.3883037567138672, -0.6622998118400574, -0.8506720662117004, -0.576676070690155, -0.7307988405227661, -0.8164225816726685, -0.7479235529899597, -0.8677968382835388, -0.7136740684509277, -1.0561691522598267, -0.7479235529899597, -0.9191710948944092, 1.8207894563674927, 1.8721636533737183], [1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.622056782245636, 1.255672574043274, 1.6152924299240112, 1.5467933416366577, 1.4782943725585938, 1.4269200563430786, 1.1700488328933716, 0.8618032932281494, 0.8446785807609558, 1.1186745166778564, 0.9303023219108582, -0.045808710157871246, -0.9876701235771179, -1.5014127492904663, -1.484287977218628, -1.4500385522842407, -1.3986642360687256, -1.5699117183685303, -1.5870364904403687, -1.5185375213623047, -1.672660231590271, -1.672660231590271, -1.5527870655059814, -1.4671632051467896, -1.2445415258407593, -1.3301652669906616, -1.6555355787277222, -1.878157377243042, -0.9705453515052795, -1.0904186964035034, -1.1246682405471802, -1.1589176654815674, -1.1931672096252441, -1.0390443801879883, -0.8506720662117004, -1.02191960811615, -1.1931672096252441, 0.6734310388565063, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6495418548583984, 1.4097954034805298, 1.6837913990020752, 1.8721636533737183, 1.906413197517395, 1.906413197517395, 1.9235379695892334, 1.9577873945236206, 1.974912166595459, 1.8550388813018799, 1.2214230298995972, -0.7821730971336365, -1.79253351688385, -1.7411593198776245, -1.7411593198776245, -0.6965492963790894, 1.3412963151931763, 1.375545859336853, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.7522903680801392, 1.786539912223816, 1.7694151401519775, 1.2042982578277588, -1.7069097757339478, -1.946656346321106, -1.8610326051712036, -1.7411593198776245, -1.261666178703308, -1.3644146919250488, -1.1760424375534058, -1.227416753768921, -1.227416753768921, -1.672660231590271, -1.758284091949463, -1.878157377243042, -1.8267830610275269, -1.415789008140564, -0.3883037567138672, 0.656306266784668, 1.3926706314086914, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.2042982578277588, 0.7590547800064087, 0.056939806789159775, -0.7650483250617981, -0.8506720662117004, -0.6622998118400574, -0.43967801332473755, -0.5081770420074463, -0.5081770420074463, -0.4739275276660919, -0.5424265265464783, -0.5595512986183167, -0.610925555229187, -0.6794245839118958, -0.576676070690155, -0.5595512986183167, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.5938007831573486, -0.610925555229187, -0.6622998118400574, -0.7650483250617981, -0.7821730971336365, -0.8164225816726685, -0.7992978096008301, -0.7136740684509277, -0.9534205794334412, -1.0047948360443115, -0.7821730971336365, -0.8849216103553772, -0.7650483250617981, -0.7992978096008301, -0.610925555229187, -0.6794245839118958, -0.7479235529899597, -0.6622998118400574, -0.8506720662117004, -0.6622998118400574, -0.5253018140792847, -0.6622998118400574, -0.8335473537445068, -0.8164225816726685, -0.8506720662117004, -0.9534205794334412, -0.9534205794334412, -0.9876701235771179, -0.8677968382835388, -0.9534205794334412, -0.7821730971336365, -0.8849216103553772, -0.8849216103553772, -0.8164225816726685, -1.02191960811615, -0.8677968382835388, -0.7136740684509277, -0.9876701235771179, -0.5253018140792847, -0.610925555229187, -0.5253018140792847, -0.5081770420074463, -0.40542852878570557, -0.28555524349212646, -0.19993148744106293, -0.06293346732854843, 0.2281874716281891, -0.18280673027038574, -0.2341809868812561, 0.39943498373031616, 0.12543895840644836, 0.43368449807167053, 0.39943498373031616, 0.056939806789159775, -0.13143247365951538, -1.1246682405471802, -1.6897850036621094, -1.758284091949463, -1.9295315742492676, -1.878157377243042, -1.7240345478057861, -1.3130404949188232, -1.946656346321106, -1.9295315742492676, -1.1931672096252441, -0.40542852878570557, -0.5253018140792847, -0.5081770420074463, -0.5253018140792847, -1.2102919816970825, -1.2787909507751465, -0.21705622971057892, -0.09718296676874161, -0.3540542721748352, -0.5253018140792847, -0.40542852878570557, -0.09718296676874161, -0.5253018140792847, -0.31980475783348083, -0.42255327105522156, -0.6280503273010254, -0.5424265265464783, -0.4739275276660919, -0.8677968382835388, -0.3883037567138672, -0.576676070690155, -0.7821730971336365, -0.5253018140792847, -0.5595512986183167, -0.7307988405227661, -0.8849216103553772, -0.9705453515052795, -0.8335473537445068, -1.02191960811615, -0.6965492963790894, -0.9705453515052795, 1.8379141092300415, 1.8721636533737183], [1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.4954191446304321, 1.255672574043274, 0.9988013505935669, 0.9131776094436646, 1.1357992887496948, 1.2727973461151123, 0.7590547800064087, -0.3883037567138672, -1.227416753768921, -1.5185375213623047, -1.758284091949463, -1.535662293434143, -1.2787909507751465, -1.535662293434143, -1.6384108066558838, -1.227416753768921, -1.02191960811615, -0.9362958669662476, -1.0047948360443115, -1.073293924331665, -1.484287977218628, -1.9124068021774292, -1.5527870655059814, -1.535662293434143, -1.604161262512207, -1.5699117183685303, -1.3815394639968872, -1.535662293434143, -1.7240345478057861, -1.4500385522842407, -1.261666178703308, -1.141792893409729, 1.3926706314086914, 1.63241708278656, 1.7009161710739136, 1.5981676578521729, 1.6666666269302368, 1.7694151401519775, 1.8721636533737183, 1.8379141092300415, 1.8036646842956543, 1.786539912223816, 1.7351655960083008, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, -0.8164225816726685, -1.5870364904403687, -1.8096582889556885, -1.7754088640213013, -1.8952820301055908, -1.946656346321106, -1.7240345478057861, -0.7992978096008301, 0.24531221389770508, 0.8446785807609558, 1.1700488328933716, 1.4097954034805298, 1.3584210872650146, 1.5125439167022705, 1.5467933416366577, 0.4850587546825409, -1.9809058904647827, -2.0665295124053955, -2.1179039478302, -2.0494048595428467, -2.01515531539917, -2.0494048595428467, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.758284091949463, -1.878157377243042, -1.878157377243042, -1.6897850036621094, -1.7069097757339478, -1.3472900390625, -1.2102919816970825, -0.610925555229187, 0.656306266784668, 1.1357992887496948, 0.02269030176103115, -1.7240345478057861, -1.5699117183685303, -1.4500385522842407, -1.3130404949188232, -1.1760424375534058, -1.141792893409729, -0.9191710948944092, -0.7992978096008301, -0.8506720662117004, -0.9534205794334412, -0.9191710948944092, -0.9020463228225708, -1.0047948360443115, -0.9020463228225708, -0.7821730971336365, -0.7479235529899597, -1.02191960811615, -0.9534205794334412, -1.02191960811615, -1.073293924331665, -1.0047948360443115, -0.8335473537445068, -0.9534205794334412, -0.7650483250617981, -0.6794245839118958, -0.7136740684509277, -0.7650483250617981, -0.6794245839118958, -0.8335473537445068, -0.9362958669662476, -0.7992978096008301, -0.6794245839118958, -0.5424265265464783, -0.7821730971336365, -0.9534205794334412, -0.8849216103553772, -0.8506720662117004, -0.8335473537445068, -0.6280503273010254, -0.7992978096008301, -0.8849216103553772, -0.8506720662117004, -0.8677968382835388, -0.7992978096008301, -0.9362958669662476, -0.9362958669662476, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -0.9020463228225708, -1.02191960811615, -0.9534205794334412, -0.576676070690155, -0.7650483250617981, -0.6794245839118958, -0.6280503273010254, -0.3711790144443512, -0.40542852878570557, -0.3540542721748352, -0.5595512986183167, -0.30267998576164246, -0.40542852878570557, -0.2684305012226105, 0.2110627144575119, 0.091189444065094, 0.24531221389770508, 0.39943498373031616, 0.5193082690238953, 0.5706825256347656, 0.6905558109283447, -0.06293346732854843, -0.3369295001029968, -1.2445415258407593, -1.6212860345840454, -1.79253351688385, -1.8610326051712036, -1.9295315742492676, -1.8096582889556885, -1.8439078330993652, -1.9809058904647827, -1.8439078330993652, -1.6384108066558838, -0.8164225816726685, -0.576676070690155, -0.5424265265464783, -0.42255327105522156, -1.2959157228469849, -1.0047948360443115, -0.4739275276660919, -0.2341809868812561, -0.3540542721748352, -0.3540542721748352, -0.2513057291507721, -0.3540542721748352, -0.610925555229187, 0.0055655487813055515, -0.28555524349212646, -0.5081770420074463, -0.7136740684509277, -0.5595512986183167, -0.6280503273010254, -0.3540542721748352, -0.5253018140792847, -0.5424265265464783, -0.4739275276660919, -0.5938007831573486, -0.645175039768219, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -1.02191960811615, -0.3883037567138672, -0.8164225816726685, 1.8036646842956543, 1.8721636533737183], [1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 1.1186745166778564, 1.5125439167022705, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.1186745166778564, 1.0330508947372437, 1.1700488328933716, 1.324171543121338, 1.2214230298995972, 0.3651854991912842, -0.7650483250617981, -1.1246682405471802, -1.5699117183685303, -1.5870364904403687, -1.2959157228469849, -1.3815394639968872, -1.4671632051467896, -1.2787909507751465, -1.1246682405471802, -1.0561691522598267, -1.1246682405471802, -1.261666178703308, -1.6555355787277222, -1.3130404949188232, -1.2787909507751465, -1.3986642360687256, -1.5185375213623047, -1.6212860345840454, -1.7240345478057861, -1.7754088640213013, -1.8952820301055908, -1.9295315742492676, -1.79253351688385, -1.5185375213623047, -1.0390443801879883, 0.19393795728683472, 0.4850587546825409, 0.587807297706604, 1.2214230298995972, 1.7351655960083008, 1.7694151401519775, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5296685695648193, 1.5125439167022705, 0.9645518660545349, -1.878157377243042, -1.8610326051712036, -1.8096582889556885, -1.7411593198776245, -1.8610326051712036, -1.8610326051712036, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.946656346321106, -1.7069097757339478, -1.7240345478057861, -1.8267830610275269, -1.7754088640213013, -1.7754088640213013, -1.9124068021774292, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -2.0494048595428467, -2.01515531539917, -1.946656346321106, -1.9980305433273315, -1.946656346321106, -1.8610326051712036, -1.9637811183929443, -2.1179039478302, -1.9809058904647827, -1.9809058904647827, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.1589176654815674, -0.3540542721748352, -1.1760424375534058, -1.261666178703308, -1.0904186964035034, -1.1246682405471802, -0.8506720662117004, -0.645175039768219, -0.28555524349212646, -0.3369295001029968, -0.7479235529899597, -0.9362958669662476, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -1.2102919816970825, -1.141792893409729, -1.0047948360443115, -0.9876701235771179, -1.0561691522598267, -0.8849216103553772, -0.8335473537445068, -0.7479235529899597, -0.7307988405227661, -0.6622998118400574, -0.7136740684509277, -0.6794245839118958, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.6622998118400574, -0.6280503273010254, -0.5938007831573486, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.7992978096008301, -0.8164225816726685, -0.8506720662117004, -0.7650483250617981, -0.7992978096008301, -0.9020463228225708, -0.9191710948944092, -1.073293924331665, -0.8506720662117004, -0.9191710948944092, -0.9020463228225708, -1.1589176654815674, -1.0390443801879883, -1.0904186964035034, -0.9020463228225708, -0.9191710948944092, -0.9362958669662476, -0.8335473537445068, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.610925555229187, -0.8677968382835388, -0.610925555229187, -0.8506720662117004, -0.5938007831573486, -0.28555524349212646, -0.2684305012226105, -0.2341809868812561, -0.18280673027038574, -0.045808710157871246, -0.06293346732854843, 0.24531221389770508, -0.02868395671248436, 0.38231024146080017, 0.15968845784664154, 0.810429036617279, 0.6905558109283447, 0.5193082690238953, 0.6049320101737976, -0.40542852878570557, -1.8096582889556885, -1.7754088640213013, -1.758284091949463, -1.7754088640213013, -1.9637811183929443, -1.946656346321106, -1.8952820301055908, -1.9124068021774292, -1.946656346321106, -1.6897850036621094, -0.9705453515052795, -0.7479235529899597, -0.30267998576164246, -0.21705622971057892, -0.6280503273010254, -1.02191960811615, -0.7136740684509277, 0.0740646943449974, 0.056939806789159775, -0.09718296676874161, -0.3369295001029968, -0.42255327105522156, -0.5595512986183167, -0.5424265265464783, -0.2513057291507721, -0.4568027853965759, -0.8164225816726685, -0.4739275276660919, -0.5424265265464783, -0.42255327105522156, -0.43967801332473755, -0.40542852878570557, -0.43967801332473755, -0.5253018140792847, -0.576676070690155, -0.3883037567138672, -0.9020463228225708, -0.8506720662117004, -0.645175039768219, -0.30267998576164246, -0.7821730971336365, 1.8550388813018799, 1.8379141092300415], [1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7590547800064087, 0.6905558109283447, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.7933043241500854, 1.375545859336853, 1.563918113708496, 1.4782943725585938, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, -0.1143077164888382, -1.141792893409729, -1.3130404949188232, -1.2102919816970825, -1.3644146919250488, -1.3301652669906616, -1.2102919816970825, -1.4500385522842407, -1.5699117183685303, -1.6555355787277222, -1.8096582889556885, -1.9295315742492676, -1.8952820301055908, -1.9637811183929443, -2.01515531539917, -1.946656346321106, -1.878157377243042, -1.8952820301055908, -2.032280206680298, -2.0665295124053955, -2.0665295124053955, -1.9124068021774292, -1.672660231590271, -1.672660231590271, -1.8096582889556885, -1.8610326051712036, -1.878157377243042, -2.01515531539917, 0.03981505334377289, 0.38231024146080017, -1.8610326051712036, -1.9124068021774292, -1.5014127492904663, -1.0904186964035034, -1.5014127492904663, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, -2.0836544036865234, -2.1007792949676514, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.0494048595428467, -2.1179039478302, -2.01515531539917, -2.0494048595428467, -2.01515531539917, -1.9295315742492676, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.0836544036865234, -1.6897850036621094, -1.5185375213623047, -0.7821730971336365, -0.4739275276660919, -0.6622998118400574, -1.1246682405471802, -1.8439078330993652, -1.7411593198776245, -1.1931672096252441, -1.4500385522842407, -1.8267830610275269, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -1.9980305433273315, -1.8439078330993652, -1.4329137802124023, -0.9534205794334412, -0.8335473537445068, -0.9020463228225708, -0.7136740684509277, -1.141792893409729, -1.1075434684753418, -0.8849216103553772, -0.9362958669662476, -1.0047948360443115, -1.02191960811615, -0.9705453515052795, -0.9191710948944092, -0.7650483250617981, -0.7136740684509277, -0.7650483250617981, -0.7479235529899597, -0.610925555229187, -0.8335473537445068, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -1.0390443801879883, -0.9534205794334412, -0.8335473537445068, -0.8677968382835388, -0.8335473537445068, -0.645175039768219, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -1.0047948360443115, -0.8506720662117004, -0.8506720662117004, -0.8849216103553772, -0.6794245839118958, -0.7136740684509277, -0.7992978096008301, -0.7479235529899597, -0.7992978096008301, -0.9191710948944092, -0.8849216103553772, -0.9876701235771179, -0.9705453515052795, -1.0047948360443115, -1.0561691522598267, -0.9876701235771179, -0.9705453515052795, -0.9362958669662476, -0.9020463228225708, -0.9191710948944092, -0.7992978096008301, -0.7307988405227661, -0.9876701235771179, -0.6622998118400574, -0.5938007831573486, -0.7307988405227661, -0.7992978096008301, -0.5424265265464783, -0.28555524349212646, -0.21705622971057892, -0.3711790144443512, 0.0740646943449974, 0.2110627144575119, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, -0.13143247365951538, 0.4679340124130249, 0.5364330410957336, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.6391815543174744, -0.5253018140792847, -1.8096582889556885, -1.8096582889556885, -1.878157377243042, -1.8096582889556885, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.9124068021774292, -2.0836544036865234, -1.2787909507751465, -1.02191960811615, -0.045808710157871246, 0.17681321501731873, -0.6280503273010254, -0.7136740684509277, -0.5081770420074463, -0.28555524349212646, -0.08005820959806442, -0.16568197309970856, -0.2684305012226105, -0.42255327105522156, -0.4739275276660919, -0.5595512986183167, -0.2513057291507721, -0.3369295001029968, -0.7821730971336365, -0.6794245839118958, -0.3711790144443512, -0.5595512986183167, -0.30267998576164246, -0.2341809868812561, -0.2513057291507721, -0.7650483250617981, -0.5595512986183167, -0.610925555229187, -1.02191960811615, -0.9876701235771179, -0.40542852878570557, -0.6794245839118958, -0.645175039768219, 1.8721636533737183, 1.8379141092300415], [1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.6049320101737976, 1.2727973461151123, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.2899221181869507, 0.7933043241500854, -0.3369295001029968, -0.9020463228225708, -0.9362958669662476, -1.3130404949188232, -1.672660231590271, -1.946656346321106, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.79253351688385, -1.878157377243042, -1.9980305433273315, -2.032280206680298, -2.0836544036865234, -2.1179039478302, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -2.0836544036865234, -1.8439078330993652, -1.3130404949188232, -1.2102919816970825, -1.3301652669906616, -1.415789008140564, -1.5185375213623047, -1.5870364904403687, -1.8267830610275269, -2.01515531539917, -2.1179039478302, -2.1007792949676514, -1.9124068021774292, -1.878157377243042, -1.9637811183929443, -2.1007792949676514, -2.1179039478302, -1.9124068021774292, -1.79253351688385, -1.8439078330993652, -2.032280206680298, -2.0836544036865234, -1.9295315742492676, -0.4568027853965759, -0.3540542721748352, 0.02269030176103115, 0.38231024146080017, 0.7248052954673767, 0.8960528373718262, -0.08005820959806442, -0.7136740684509277, 0.0740646943449974, 0.6905558109283447, 0.091189444065094, -0.5253018140792847, -1.1075434684753418, -1.9637811183929443, -2.0836544036865234, 0.10831420123577118, 0.9303023219108582, 1.4269200563430786, 1.563918113708496, 1.5125439167022705, 1.3584210872650146, 0.9303023219108582, 0.3651854991912842, -0.4910522699356079, -1.415789008140564, -1.5699117183685303, -1.0390443801879883, -1.02191960811615, -0.9020463228225708, -1.0561691522598267, -0.9705453515052795, -1.0904186964035034, -1.1075434684753418, -0.8164225816726685, -0.7136740684509277, -0.7992978096008301, -0.8677968382835388, -0.9534205794334412, -0.9876701235771179, -0.9191710948944092, -0.8677968382835388, -0.8849216103553772, -0.9362958669662476, -0.7307988405227661, -0.9191710948944092, -0.9876701235771179, -0.9362958669662476, -0.7821730971336365, -0.7992978096008301, -0.7821730971336365, -0.645175039768219, -0.7307988405227661, -0.8506720662117004, -0.8677968382835388, -0.6280503273010254, -0.4910522699356079, -0.43967801332473755, -0.5938007831573486, -0.7136740684509277, -0.7650483250617981, -0.8506720662117004, -0.6965492963790894, -0.6794245839118958, -0.645175039768219, -0.6622998118400574, -0.610925555229187, -0.6794245839118958, -0.8335473537445068, -0.9534205794334412, -0.7821730971336365, -0.7992978096008301, -0.8164225816726685, -0.9191710948944092, -1.1589176654815674, -0.9705453515052795, -0.8849216103553772, -0.6965492963790894, -0.7992978096008301, -0.8335473537445068, -0.6622998118400574, -0.7821730971336365, -1.1760424375534058, -0.5595512986183167, -0.28555524349212646, -0.3711790144443512, -0.28555524349212646, -0.4568027853965759, -0.2684305012226105, -0.02868395671248436, -0.18280673027038574, 0.24531221389770508, 0.0740646943449974, 0.2281874716281891, 0.6391815543174744, 0.5535577535629272, 0.5021834969520569, 0.6905558109283447, 0.7590547800064087, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.656306266784668, -0.1143077164888382, -1.7411593198776245, -1.878157377243042, -1.8267830610275269, -1.8096582889556885, -1.8096582889556885, -1.8952820301055908, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.1589176654815674, -1.8439078330993652, -1.2959157228469849, -0.14855723083019257, -0.16568197309970856, -0.30267998576164246, -0.2341809868812561, -1.2102919816970825, -0.7479235529899597, -0.2684305012226105, -0.13143247365951538, -0.21705622971057892, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.14855723083019257, -0.42255327105522156, -0.3369295001029968, -0.4568027853965759, -0.3883037567138672, -0.5253018140792847, -0.31980475783348083, -0.2341809868812561, -0.2684305012226105, -0.4568027853965759, -0.43967801332473755, -0.6280503273010254, -0.7821730971336365, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -0.3540542721748352, 1.6666666269302368, 1.8721636533737183], [1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8789280652999878, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.9474270939826965, 1.4782943725585938, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.4782943725585938, 1.3584210872650146, 1.2899221181869507, 1.375545859336853, 1.3584210872650146, 1.1529240608215332, 0.5364330410957336, -1.1589176654815674, -1.6384108066558838, -1.79253351688385, -1.79253351688385, -1.8096582889556885, -1.7069097757339478, -1.7754088640213013, -1.8439078330993652, -1.8610326051712036, -1.758284091949463, -1.9124068021774292, -1.9124068021774292, -1.9809058904647827, -2.0665295124053955, -2.0494048595428467, -1.9295315742492676, -1.5014127492904663, -0.5081770420074463, -0.28555524349212646, -0.3540542721748352, -0.9191710948944092, -1.4500385522842407, -1.8096582889556885, -1.9980305433273315, -2.032280206680298, -1.7240345478057861, -1.6212860345840454, -1.484287977218628, -1.604161262512207, -1.9980305433273315, -2.0836544036865234, -1.1246682405471802, -0.14855723083019257, 0.17681321501731873, 0.5193082690238953, 0.7590547800064087, 0.5535577535629272, 0.6391815543174744, -0.6794245839118958, -2.0836544036865234, -1.0390443801879883, -0.5938007831573486, -1.141792893409729, -2.032280206680298, -2.0836544036865234, 0.17681321501731873, 0.7933043241500854, 1.2214230298995972, 1.2727973461151123, 1.3584210872650146, 1.5296685695648193, 1.4782943725585938, 0.5021834969520569, -1.7411593198776245, -0.6965492963790894, -0.2513057291507721, 0.27956172823905945, 0.6734310388565063, 0.3480607271194458, -0.9020463228225708, -0.16568197309970856, 0.26243698596954346, -1.3986642360687256, -1.4329137802124023, -0.9191710948944092, -1.1246682405471802, -1.3301652669906616, -1.1931672096252441, -1.1589176654815674, -0.9876701235771179, -0.9534205794334412, -1.02191960811615, -0.9705453515052795, -0.8164225816726685, -0.7479235529899597, -0.610925555229187, -0.7479235529899597, -0.8506720662117004, -0.8677968382835388, -1.0047948360443115, -0.9362958669662476, -0.7479235529899597, -0.6280503273010254, -0.7650483250617981, -0.5938007831573486, -1.02191960811615, -0.9191710948944092, -0.8335473537445068, -0.645175039768219, -0.7992978096008301, -0.8506720662117004, -0.8506720662117004, -1.0561691522598267, -0.7479235529899597, -0.7136740684509277, -0.5081770420074463, -0.5081770420074463, -0.576676070690155, -0.645175039768219, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.8335473537445068, -0.5253018140792847, -0.645175039768219, -0.7821730971336365, -0.7992978096008301, -0.9191710948944092, -0.8164225816726685, -0.9020463228225708, -1.0561691522598267, -1.0047948360443115, -0.8849216103553772, -0.7136740684509277, -0.645175039768219, -0.8849216103553772, -0.6622998118400574, -0.7479235529899597, -0.7821730971336365, -0.9876701235771179, -0.5938007831573486, -0.7307988405227661, -0.576676070690155, -0.4910522699356079, -0.3711790144443512, -0.3540542721748352, -0.09718296676874161, -0.045808710157871246, 0.4850587546825409, 0.39943498373031616, 0.3138112425804138, 0.6905558109283447, 0.4679340124130249, 0.810429036617279, 0.8789280652999878, 0.9645518660545349, 0.8446785807609558, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.3138112425804138, -0.7307988405227661, -1.4671632051467896, -1.79253351688385, -1.8952820301055908, -1.8267830610275269, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9295315742492676, -1.672660231590271, -0.7992978096008301, -1.6212860345840454, -0.2341809868812561, 0.03981505334377289, -0.7650483250617981, 0.27956172823905945, -0.08005820959806442, 0.091189444065094, 0.0740646943449974, 0.19393795728683472, 0.15968845784664154, -0.3883037567138672, -0.5424265265464783, -0.5424265265464783, -0.2341809868812561, -0.16568197309970856, -0.28555524349212646, -0.21705622971057892, -0.4910522699356079, -0.3540542721748352, -0.3883037567138672, -0.2684305012226105, -0.5081770420074463, -0.2341809868812561, -0.08005820959806442, -0.8506720662117004, -0.7479235529899597, -0.4910522699356079, -0.7650483250617981, -0.8849216103553772, -0.13143247365951538, 1.563918113708496, 1.8721636533737183], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.38231024146080017, 0.3138112425804138, 0.7248052954673767, 1.3412963151931763, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.0844250917434692, -1.3301652669906616, -1.484287977218628, -1.6212860345840454, -1.7240345478057861, -1.7411593198776245, -1.6384108066558838, -1.7069097757339478, -1.7240345478057861, -1.9124068021774292, -1.9980305433273315, -1.9295315742492676, -1.9124068021774292, -1.9637811183929443, -1.946656346321106, -1.6555355787277222, -0.1143077164888382, 0.8789280652999878, 1.0673003196716309, 1.1700488328933716, 1.0844250917434692, 0.656306266784668, 0.5364330410957336, -0.18280673027038574, -1.5527870655059814, -1.4500385522842407, -1.6555355787277222, -1.878157377243042, -2.0836544036865234, -2.1179039478302, -2.032280206680298, -1.9809058904647827, -0.8335473537445068, -0.4739275276660919, -0.2341809868812561, -0.09718296676874161, -0.08005820959806442, -0.7992978096008301, -1.9980305433273315, -0.645175039768219, 0.7248052954673767, 1.0159261226654053, 1.101549744606018, 1.18717360496521, 1.1186745166778564, 1.0159261226654053, 0.10831420123577118, -1.6384108066558838, -0.9705453515052795, -0.2684305012226105, -0.09718296676874161, -1.02191960811615, -1.7069097757339478, 0.3651854991912842, 1.3412963151931763, 1.3584210872650146, 1.1700488328933716, 0.587807297706604, -0.7307988405227661, -2.1179039478302, -0.43967801332473755, 0.2110627144575119, 0.4508092403411865, 0.26243698596954346, -0.7992978096008301, -0.8677968382835388, -0.7479235529899597, -0.8164225816726685, -0.8335473537445068, -0.7650483250617981, -0.8335473537445068, -1.0047948360443115, -1.0561691522598267, -0.9705453515052795, -0.7992978096008301, -0.9020463228225708, -0.9020463228225708, -0.9534205794334412, -0.8849216103553772, -0.9534205794334412, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -0.8164225816726685, -0.8506720662117004, -0.8335473537445068, -0.7136740684509277, -0.9705453515052795, -0.8164225816726685, -0.7650483250617981, -0.8164225816726685, -0.645175039768219, -0.6622998118400574, -0.8164225816726685, -0.8506720662117004, -0.8677968382835388, -1.0390443801879883, -0.8335473537445068, -0.6280503273010254, -0.6794245839118958, -0.576676070690155, -0.40542852878570557, -0.576676070690155, -0.610925555229187, -0.4568027853965759, -0.5938007831573486, -0.6965492963790894, -0.7136740684509277, -0.8335473537445068, -0.8335473537445068, -0.7992978096008301, -0.9362958669662476, -0.7821730971336365, -0.9191710948944092, -1.1589176654815674, -0.8849216103553772, -0.8677968382835388, -0.9362958669662476, -0.6965492963790894, -0.610925555229187, -0.6965492963790894, -0.576676070690155, -0.576676070690155, -0.5081770420074463, -0.5253018140792847, -0.28555524349212646, -0.1143077164888382, 0.056939806789159775, 0.2281874716281891, 0.29668647050857544, 0.4508092403411865, 0.5535577535629272, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 0.8960528373718262, 0.9645518660545349, 1.1357992887496948, 0.9645518660545349, 0.8275538086891174, 0.622056782245636, 0.38231024146080017, -1.3472900390625, -1.7754088640213013, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.758284091949463, -1.8610326051712036, -1.4671632051467896, -1.227416753768921, -1.5014127492904663, -0.3711790144443512, 0.2281874716281891, 0.0055655487813055515, 0.2281874716281891, -0.7479235529899597, -0.576676070690155, 0.17681321501731873, 0.056939806789159775, -0.28555524349212646, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.28555524349212646, -0.31980475783348083, -0.5081770420074463, -0.02868395671248436, -0.40542852878570557, -0.40542852878570557, -0.3369295001029968, -0.2684305012226105, -0.2341809868812561, -0.31980475783348083, -0.5081770420074463, -0.5253018140792847, -0.3711790144443512, -0.9020463228225708, -0.6965492963790894, -0.2341809868812561, 1.6152924299240112, 1.8892884254455566], [1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.810429036617279, 0.6391815543174744, 0.3651854991912842, 0.4508092403411865, 1.1357992887496948, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.0673003196716309, -1.5870364904403687, -1.6384108066558838, -1.484287977218628, -1.5699117183685303, -1.6212860345840454, -1.672660231590271, -1.7754088640213013, -1.5185375213623047, -1.3301652669906616, -1.6555355787277222, -1.7754088640213013, -2.1007792949676514, -2.1179039478302, -0.645175039768219, 1.0330508947372437, 1.3926706314086914, 1.63241708278656, 1.6495418548583984, 1.6837913990020752, 1.563918113708496, 0.8789280652999878, -1.141792893409729, -1.9295315742492676, -1.3815394639968872, -1.946656346321106, -1.9809058904647827, -1.8096582889556885, -2.032280206680298, -1.2102919816970825, -1.1760424375534058, -0.9876701235771179, -1.1246682405471802, -1.9809058904647827, -2.1179039478302, -1.7411593198776245, -1.604161262512207, -1.9295315742492676, -2.1179039478302, -0.7821730971336365, -0.011559205129742622, 0.4679340124130249, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.4508092403411865, -1.758284091949463, 0.27956172823905945, 1.1186745166778564, 0.9645518660545349, 0.810429036617279, 0.3309359848499298, -1.4671632051467896, -0.4568027853965759, 0.091189444065094, 0.6391815543174744, 0.7076805233955383, 0.8446785807609558, -0.645175039768219, -2.01515531539917, -1.141792893409729, -1.8610326051712036, -0.3540542721748352, -0.045808710157871246, -0.7992978096008301, -0.9362958669662476, -0.8335473537445068, -0.8335473537445068, -0.8506720662117004, -0.8677968382835388, -0.9362958669662476, -0.9191710948944092, -0.9362958669662476, -0.9362958669662476, -0.9020463228225708, -0.9020463228225708, -1.0390443801879883, -0.8677968382835388, -1.0047948360443115, -0.7479235529899597, -0.7479235529899597, -0.7650483250617981, -0.9876701235771179, -0.9534205794334412, -0.7992978096008301, -0.9020463228225708, -0.8335473537445068, -0.7992978096008301, -0.7821730971336365, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.7136740684509277, -0.7821730971336365, -0.6965492963790894, -0.7821730971336365, -0.8335473537445068, -0.7821730971336365, -0.8677968382835388, -0.576676070690155, -0.5595512986183167, -0.6794245839118958, -0.7479235529899597, -0.9362958669662476, -0.8164225816726685, -0.9534205794334412, -0.8164225816726685, -0.9534205794334412, -0.8849216103553772, -0.8677968382835388, -0.8677968382835388, -0.7307988405227661, -1.02191960811615, -0.4568027853965759, -0.7136740684509277, -0.5081770420074463, -0.5938007831573486, -0.9191710948944092, -0.8164225816726685, -0.42255327105522156, -0.4910522699356079, -0.2513057291507721, -0.19993148744106293, -0.31980475783348083, -0.4910522699356079, -0.21705622971057892, -0.06293346732854843, 0.43368449807167053, 0.19393795728683472, 0.7590547800064087, 0.5364330410957336, 0.6049320101737976, 0.7248052954673767, 0.8618032932281494, 0.9131776094436646, 1.0330508947372437, 0.9303023219108582, 0.8960528373718262, 1.0159261226654053, 0.6391815543174744, 0.24531221389770508, -0.6965492963790894, -1.604161262512207, -1.878157377243042, -1.8439078330993652, -1.8952820301055908, -1.878157377243042, -1.946656346321106, -1.946656346321106, -1.9124068021774292, -1.8952820301055908, -1.9637811183929443, -1.758284091949463, -1.3644146919250488, -0.30267998576164246, -1.02191960811615, -1.2102919816970825, -0.8677968382835388, -0.42255327105522156, -0.40542852878570557, 0.15968845784664154, 0.26243698596954346, 0.27956172823905945, 0.0055655487813055515, 0.26243698596954346, 0.12543895840644836, -0.4910522699356079, -0.18280673027038574, -0.2684305012226105, -0.4568027853965759, -0.4739275276660919, -0.28555524349212646, -0.045808710157871246, -0.4910522699356079, -0.21705622971057892, -0.42255327105522156, -0.31980475783348083, -0.5253018140792847, -0.576676070690155, -0.2513057291507721, -0.28555524349212646, -0.6965492963790894, -0.3711790144443512, -0.02868395671248436, 1.6495418548583984, 1.8721636533737183], [1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.4679340124130249, 1.101549744606018, 1.5125439167022705, 1.4097954034805298, 0.9303023219108582, 0.5364330410957336, 0.810429036617279, 1.3412963151931763, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.5125439167022705, 1.4097954034805298, 1.2727973461151123, 0.3480607271194458, -1.2787909507751465, -1.4671632051467896, -1.6212860345840454, -1.6897850036621094, -1.7411593198776245, -1.79253351688385, -1.79253351688385, -1.5699117183685303, -1.1589176654815674, -1.0390443801879883, -1.1075434684753418, -1.1931672096252441, 1.2385478019714355, 1.5981676578521729, 1.8036646842956543, 1.786539912223816, 1.8036646842956543, 1.7351655960083008, 1.3584210872650146, 0.7076805233955383, -1.415789008140564, -1.8952820301055908, -2.1179039478302, -2.1007792949676514, -2.1007792949676514, -1.9124068021774292, -1.227416753768921, -1.2959157228469849, -1.1931672096252441, -1.8952820301055908, -2.1179039478302, -2.0494048595428467, -1.0390443801879883, -0.8335473537445068, -0.8335473537445068, -0.7821730971336365, -0.5424265265464783, -1.073293924331665, -2.1179039478302, -2.1179039478302, -2.032280206680298, -1.484287977218628, -1.5527870655059814, -2.1179039478302, -0.7650483250617981, 0.43368449807167053, 0.7419300675392151, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 0.7076805233955383, -0.2341809868812561, -1.3986642360687256, 0.14256370067596436, 0.6905558109283447, 0.9131776094436646, 0.14256370067596436, -1.8267830610275269, -2.0494048595428467, 0.26243698596954346, 0.091189444065094, -0.40542852878570557, -0.6965492963790894, -1.02191960811615, -0.9876701235771179, -0.7821730971336365, -0.7650483250617981, -0.7479235529899597, -0.9191710948944092, -0.8506720662117004, -0.8164225816726685, -1.0561691522598267, -0.8677968382835388, -1.0561691522598267, -1.0561691522598267, -1.0561691522598267, -1.1075434684753418, -0.7821730971336365, -0.8335473537445068, -0.6794245839118958, -0.8677968382835388, -0.6794245839118958, -0.5595512986183167, -0.5081770420074463, -0.9362958669662476, -0.9534205794334412, -0.8164225816726685, -1.1246682405471802, -0.6280503273010254, -0.7821730971336365, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.7479235529899597, -0.7479235529899597, -0.8335473537445068, -1.073293924331665, -0.7479235529899597, -0.28555524349212646, -0.5253018140792847, -0.610925555229187, -0.9362958669662476, -0.5938007831573486, -0.6965492963790894, -0.9020463228225708, -0.7479235529899597, -0.9191710948944092, -1.0561691522598267, -1.0390443801879883, -0.9020463228225708, -1.1589176654815674, -0.4568027853965759, -1.3472900390625, -0.9020463228225708, -0.8506720662117004, -0.9534205794334412, -0.5253018140792847, -0.6622998118400574, -0.576676070690155, -0.3883037567138672, -0.3540542721748352, -0.2684305012226105, -0.13143247365951538, 0.03981505334377289, -0.02868395671248436, 0.17681321501731873, 0.622056782245636, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 1.2385478019714355, 1.1357992887496948, 0.9988013505935669, 1.1700488328933716, 1.0159261226654053, 0.6905558109283447, 0.5706825256347656, -1.2445415258407593, -1.8096582889556885, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.946656346321106, -1.9295315742492676, -1.946656346321106, -1.946656346321106, -1.9295315742492676, -1.7754088640213013, -1.878157377243042, -1.6555355787277222, -1.7754088640213013, -0.14855723083019257, -0.9020463228225708, -0.6622998118400574, 0.0740646943449974, 0.5706825256347656, -0.2513057291507721, 0.03981505334377289, 0.19393795728683472, -0.045808710157871246, -0.31980475783348083, -0.30267998576164246, -0.3883037567138672, -0.5081770420074463, -0.28555524349212646, -0.31980475783348083, -0.5253018140792847, -0.011559205129742622, 0.03981505334377289, -0.30267998576164246, -0.5081770420074463, -0.3369295001029968, -0.2684305012226105, -0.43967801332473755, -0.610925555229187, -0.9020463228225708, -0.6794245839118958, -0.576676070690155, -0.6794245839118958, -0.5081770420074463, 0.2281874716281891, 1.6495418548583984, 1.8892884254455566], [1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 1.1700488328933716, 1.7694151401519775, 1.6666666269302368, 1.324171543121338, 0.43368449807167053, 0.6049320101737976, 1.1700488328933716, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5296685695648193, 1.375545859336853, 1.1186745166778564, 1.1186745166778564, 0.7590547800064087, -0.7650483250617981, -1.2445415258407593, -0.9876701235771179, -1.3644146919250488, -1.8096582889556885, -1.9809058904647827, -2.032280206680298, -1.8096582889556885, -1.484287977218628, -1.1589176654815674, -0.2684305012226105, 1.2385478019714355, 1.718040943145752, 1.7694151401519775, 1.8036646842956543, 1.7522903680801392, 1.4611696004867554, 0.27956172823905945, -1.7240345478057861, -2.1007792949676514, -2.032280206680298, -1.4500385522842407, -1.1931672096252441, -1.604161262512207, -2.01515531539917, -2.1007792949676514, -1.7411593198776245, -1.7240345478057861, -1.8096582889556885, -1.9809058904647827, -1.9809058904647827, -1.3301652669906616, -1.2787909507751465, -1.073293924331665, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -1.9637811183929443, -0.7650483250617981, -0.40542852878570557, -0.576676070690155, -0.6794245839118958, -0.6622998118400574, -1.672660231590271, -1.2787909507751465, -0.4739275276660919, 0.0740646943449974, 0.6905558109283447, 1.0673003196716309, 1.2899221181869507, 1.5296685695648193, 1.6666666269302368, 1.6666666269302368, -0.21705622971057892, -1.6897850036621094, -1.6897850036621094, -1.9637811183929443, -0.7650483250617981, -0.30267998576164246, -0.6622998118400574, -0.7992978096008301, -0.9362958669662476, -0.8849216103553772, -0.9705453515052795, -0.8849216103553772, -0.7650483250617981, -0.8164225816726685, -0.8164225816726685, -0.6965492963790894, -0.5081770420074463, -0.8335473537445068, -0.8849216103553772, -0.9705453515052795, -0.7992978096008301, -1.1760424375534058, -0.9876701235771179, -0.8677968382835388, -0.7821730971336365, -0.9534205794334412, -1.0390443801879883, -0.9362958669662476, -0.9876701235771179, -0.6965492963790894, -0.7479235529899597, -0.9876701235771179, -0.5938007831573486, -0.7650483250617981, -0.9362958669662476, -0.7136740684509277, -0.9191710948944092, -0.7821730971336365, -1.1075434684753418, -0.8677968382835388, -0.7307988405227661, -0.6794245839118958, -0.8677968382835388, -0.7479235529899597, -0.645175039768219, -0.6280503273010254, -0.7136740684509277, -0.8849216103553772, -0.645175039768219, -0.43967801332473755, -0.576676070690155, -0.31980475783348083, -0.8164225816726685, -0.8164225816726685, -0.7307988405227661, -0.610925555229187, -0.5424265265464783, -0.6965492963790894, -0.8164225816726685, -0.7136740684509277, -0.8677968382835388, -0.43967801332473755, -0.40542852878570557, -0.5424265265464783, -0.3883037567138672, -0.2684305012226105, -0.08005820959806442, -0.2684305012226105, -0.2684305012226105, 0.12543895840644836, 0.24531221389770508, 0.656306266784668, 0.4679340124130249, 0.7076805233955383, 0.810429036617279, 1.1700488328933716, 1.0501755475997925, 1.1357992887496948, 1.2042982578277588, 1.255672574043274, 1.0501755475997925, 1.0501755475997925, 0.41655975580215454, -1.4329137802124023, -1.8439078330993652, -1.946656346321106, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.9637811183929443, -1.9637811183929443, -1.9637811183929443, -1.8439078330993652, -0.9876701235771179, -1.1931672096252441, -1.1760424375534058, -0.9705453515052795, 0.587807297706604, 0.4850587546825409, 1.0844250917434692, 1.4097954034805298, 0.3309359848499298, 0.6391815543174744, 0.3480607271194458, 0.5364330410957336, -0.011559205129742622, -0.2513057291507721, -0.8506720662117004, -0.5424265265464783, -0.14855723083019257, -0.21705622971057892, -0.3883037567138672, 0.15968845784664154, -0.40542852878570557, -0.7136740684509277, -0.4910522699356079, -0.045808710157871246, -0.43967801332473755, -0.3711790144443512, -0.6622998118400574, -0.9362958669662476, -0.7992978096008301, -0.5253018140792847, -0.610925555229187, -0.40542852878570557, -0.02868395671248436, 1.5981676578521729, 1.8892884254455566], [1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6391815543174744, 0.6049320101737976, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.39943498373031616, 1.1186745166778564, 1.7351655960083008, 1.7694151401519775, 1.3926706314086914, 0.5706825256347656, 0.6049320101737976, 1.0501755475997925, 1.18717360496521, 0.9816765785217285, 0.4508092403411865, -0.8335473537445068, -1.5870364904403687, -1.672660231590271, -1.6212860345840454, -1.7069097757339478, -1.8267830610275269, -1.5014127492904663, -0.9705453515052795, -0.610925555229187, -0.9020463228225708, -1.5014127492904663, -1.878157377243042, -1.946656346321106, -2.0665295124053955, -1.604161262512207, 0.622056782245636, 1.5125439167022705, 1.718040943145752, 1.6666666269302368, 1.3584210872650146, -0.13143247365951538, -1.6384108066558838, -1.8610326051712036, -2.032280206680298, -1.9295315742492676, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -2.01515531539917, -1.5014127492904663, -1.3986642360687256, -1.535662293434143, -1.8439078330993652, -2.01515531539917, -1.672660231590271, -1.2959157228469849, -1.5014127492904663, -1.79253351688385, -1.9295315742492676, -2.0836544036865234, -2.1179039478302, -1.227416753768921, -0.7479235529899597, -0.7821730971336365, -0.6794245839118958, -0.5081770420074463, -1.0390443801879883, -2.1007792949676514, -2.1007792949676514, -0.7136740684509277, 1.101549744606018, 1.5125439167022705, 1.6837913990020752, 1.7522903680801392, 1.8892884254455566, 1.7009161710739136, 1.3070467710494995, -1.7240345478057861, -2.0494048595428467, -2.1179039478302, -1.5527870655059814, -1.3130404949188232, -1.1589176654815674, -1.1931672096252441, -0.8335473537445068, -0.8677968382835388, -0.8677968382835388, -0.9020463228225708, -0.9191710948944092, -0.8849216103553772, -0.7307988405227661, -0.6965492963790894, -0.9362958669662476, -0.9020463228225708, -0.5424265265464783, -0.8506720662117004, -0.576676070690155, -0.7650483250617981, -0.9534205794334412, -0.6965492963790894, -0.9362958669662476, -0.8506720662117004, -0.8849216103553772, -0.7136740684509277, -1.0390443801879883, -0.6965492963790894, -0.6965492963790894, -0.645175039768219, -0.7650483250617981, -0.7479235529899597, -0.7992978096008301, -0.8506720662117004, -0.4739275276660919, -0.9020463228225708, -0.9191710948944092, -0.8335473537445068, -0.9020463228225708, -0.9705453515052795, -0.7821730971336365, -0.7821730971336365, -0.9534205794334412, -0.8335473537445068, -0.3369295001029968, -0.40542852878570557, -0.42255327105522156, -0.5595512986183167, -0.7479235529899597, -0.6622998118400574, -0.6280503273010254, -0.6965492963790894, -0.7992978096008301, -0.576676070690155, -0.6965492963790894, -0.610925555229187, -0.7136740684509277, -0.9876701235771179, -0.610925555229187, -0.6794245839118958, -0.42255327105522156, -0.610925555229187, -0.4910522699356079, -0.3369295001029968, -0.19993148744106293, -0.14855723083019257, 0.0055655487813055515, -0.08005820959806442, 0.29668647050857544, 0.39943498373031616, 0.5535577535629272, 0.7419300675392151, 1.0330508947372437, 0.8275538086891174, 1.1186745166778564, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.324171543121338, 1.1529240608215332, 0.5535577535629272, -1.604161262512207, -1.8267830610275269, -1.8952820301055908, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9980305433273315, -1.9295315742492676, -1.9637811183929443, -1.7069097757339478, -1.5527870655059814, -1.4329137802124023, 0.8789280652999878, 1.1529240608215332, 1.324171543121338, 1.4611696004867554, 1.101549744606018, 1.444044828414917, 1.0501755475997925, 0.9131776094436646, 0.587807297706604, 0.5021834969520569, 0.27956172823905945, -0.2341809868812561, 0.056939806789159775, -0.30267998576164246, -0.3369295001029968, 0.056939806789159775, -0.16568197309970856, -0.02868395671248436, -0.8677968382835388, -0.18280673027038574, -0.5424265265464783, -0.045808710157871246, -0.21705622971057892, -0.43967801332473755, -0.576676070690155, -0.43967801332473755, -0.4568027853965759, -0.43967801332473755, -0.6965492963790894, -0.610925555229187, 0.0055655487813055515, 1.63241708278656, 1.8721636533737183], [1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.7933043241500854, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.3651854991912842, 1.0501755475997925, 1.5810428857803345, 1.7694151401519775, 1.3584210872650146, 0.14256370067596436, -1.1075434684753418, -1.8952820301055908, -2.01515531539917, -1.8439078330993652, -1.758284091949463, -1.79253351688385, -1.878157377243042, -1.8952820301055908, -1.946656346321106, -2.01515531539917, -2.0665295124053955, -2.0665295124053955, -1.7069097757339478, -0.9020463228225708, -0.30267998576164246, -0.3883037567138672, -0.9876701235771179, -1.8952820301055908, -2.1007792949676514, -2.01515531539917, 0.5364330410957336, 1.4954191446304321, 1.1357992887496948, 0.3651854991912842, -1.946656346321106, -2.1007792949676514, -1.946656346321106, -2.032280206680298, -2.0665295124053955, -1.6384108066558838, -1.4329137802124023, -1.3644146919250488, -1.8267830610275269, -1.9809058904647827, -2.1179039478302, -2.1179039478302, -1.9980305433273315, -1.9980305433273315, -1.261666178703308, -1.4329137802124023, -1.3986642360687256, -1.8096582889556885, -1.946656346321106, -1.1760424375534058, -1.1931672096252441, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.6897850036621094, -1.9124068021774292, -1.9637811183929443, -2.0494048595428467, 0.3309359848499298, 1.6837913990020752, 1.8721636533737183, 1.9577873945236206, 2.0434112548828125, 2.0091617107391357, 1.8892884254455566, 0.5193082690238953, -1.6212860345840454, -1.4329137802124023, -2.032280206680298, -1.8096582889556885, -1.1246682405471802, -1.1589176654815674, -1.0904186964035034, -0.9876701235771179, -1.2445415258407593, -1.2102919816970825, -1.0561691522598267, -1.02191960811615, -0.8506720662117004, -0.9876701235771179, -0.8164225816726685, -0.610925555229187, -1.02191960811615, -0.9534205794334412, -0.6622998118400574, -0.610925555229187, -0.9020463228225708, -0.7650483250617981, -1.1589176654815674, -0.42255327105522156, -0.8164225816726685, -0.7650483250617981, -0.8849216103553772, -0.7136740684509277, -0.5424265265464783, -0.43967801332473755, -0.7992978096008301, -0.9362958669662476, -0.7136740684509277, -0.6965492963790894, -0.7136740684509277, -0.9020463228225708, -0.8849216103553772, -0.9705453515052795, -0.4910522699356079, -0.8506720662117004, -0.6794245839118958, -0.7479235529899597, -1.02191960811615, -0.645175039768219, -0.7307988405227661, -0.645175039768219, -0.4910522699356079, -0.3883037567138672, -0.645175039768219, -0.43967801332473755, -0.4568027853965759, -0.5424265265464783, -0.6794245839118958, -1.073293924331665, -0.645175039768219, -0.9191710948944092, -0.6622998118400574, -1.141792893409729, -0.8164225816726685, -0.6794245839118958, -0.6622998118400574, -0.4739275276660919, -0.30267998576164246, -0.5424265265464783, -0.4739275276660919, -0.2684305012226105, -0.3883037567138672, 0.02269030176103115, 0.15968845784664154, 0.2110627144575119, 0.29668647050857544, 0.4850587546825409, 0.7248052954673767, 0.6049320101737976, 1.1700488328933716, 1.1529240608215332, 1.0330508947372437, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, -0.7307988405227661, -1.8096582889556885, -1.8439078330993652, -1.8610326051712036, -1.8952820301055908, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.9637811183929443, -1.9809058904647827, -1.2787909507751465, -1.672660231590271, 0.3651854991912842, -0.13143247365951538, -0.02868395671248436, 1.0844250917434692, 1.5810428857803345, 1.444044828414917, 1.5296685695648193, 1.563918113708496, 1.5125439167022705, 1.2385478019714355, 0.9816765785217285, 0.6049320101737976, 0.7248052954673767, -0.14855723083019257, -0.7479235529899597, -0.5595512986183167, -0.43967801332473755, 0.2281874716281891, -0.08005820959806442, -0.045808710157871246, -0.8677968382835388, -0.19993148744106293, -0.576676070690155, -0.28555524349212646, -0.2341809868812561, -0.3711790144443512, -0.8335473537445068, -0.6965492963790894, -0.16568197309970856, -0.1143077164888382, -0.576676070690155, -0.5424265265464783, -0.18280673027038574, 1.5981676578521729, 1.8550388813018799], [1.4097954034805298, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.41655975580215454, 0.8960528373718262, 1.5981676578521729, 1.7009161710739136, 0.9303023219108582, -0.8335473537445068, -1.2959157228469849, -1.4671632051467896, -1.7754088640213013, -2.0494048595428467, -2.0494048595428467, -2.0494048595428467, -1.9809058904647827, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9980305433273315, -2.0494048595428467, -2.1179039478302, -2.1179039478302, -1.5699117183685303, -0.7479235529899597, 0.02269030176103115, -0.40542852878570557, -1.3986642360687256, -1.9124068021774292, -0.30267998576164246, 0.8618032932281494, -0.5253018140792847, -1.8952820301055908, -1.7754088640213013, -1.604161262512207, -1.535662293434143, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.946656346321106, -2.1179039478302, -1.604161262512207, -1.2959157228469849, -1.3644146919250488, -1.79253351688385, -2.032280206680298, -1.9295315742492676, -2.0494048595428467, -2.1007792949676514, -2.0665295124053955, -1.7069097757339478, -1.5014127492904663, -1.3472900390625, -1.484287977218628, -1.79253351688385, -1.3986642360687256, -1.415789008140564, -1.8267830610275269, -2.1179039478302, -0.08005820959806442, 1.4097954034805298, 1.8207894563674927, 1.906413197517395, 1.974912166595459, 2.0262863636016846, 1.8892884254455566, -0.011559205129742622, -1.0390443801879883, -1.5185375213623047, -2.032280206680298, -1.7754088640213013, -0.9362958669662476, -0.9876701235771179, -1.227416753768921, -0.9020463228225708, -1.4500385522842407, -1.2102919816970825, -1.1246682405471802, -0.8335473537445068, -1.0904186964035034, -0.8677968382835388, -0.8506720662117004, -1.02191960811615, -0.9020463228225708, -0.6965492963790894, -0.8506720662117004, -0.8849216103553772, -0.7479235529899597, -0.8335473537445068, -0.7136740684509277, -0.9362958669662476, -0.7307988405227661, -0.4739275276660919, -0.576676070690155, -0.8335473537445068, -0.8164225816726685, -0.9876701235771179, -0.7992978096008301, -0.9534205794334412, -0.8164225816726685, -1.02191960811615, -1.073293924331665, -1.2445415258407593, -0.8677968382835388, -1.073293924331665, -1.1931672096252441, -0.5253018140792847, -0.4910522699356079, -0.576676070690155, -0.6965492963790894, -0.7821730971336365, -0.7136740684509277, -0.9534205794334412, -0.9362958669662476, -0.7650483250617981, -0.5595512986183167, -0.4910522699356079, -0.5424265265464783, -0.4739275276660919, -0.43967801332473755, -0.5938007831573486, -0.5595512986183167, -0.5938007831573486, -0.9020463228225708, -0.5081770420074463, -0.8506720662117004, -0.6622998118400574, -0.6622998118400574, -0.6280503273010254, -0.576676070690155, -0.8164225816726685, -0.5938007831573486, -0.3711790144443512, -0.011559205129742622, 0.0055655487813055515, -0.21705622971057892, -0.011559205129742622, 0.29668647050857544, 0.43368449807167053, 0.6905558109283447, 0.7590547800064087, 1.0159261226654053, 1.1700488328933716, 1.1529240608215332, 1.2727973461151123, 1.18717360496521, 1.2214230298995972, 1.2899221181869507, 1.0673003196716309, 0.4508092403411865, -1.3130404949188232, -1.7240345478057861, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.8952820301055908, -1.8952820301055908, -1.8952820301055908, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.8267830610275269, -1.1589176654815674, -0.5253018140792847, 0.12543895840644836, 1.18717360496521, 0.9131776094436646, 1.4269200563430786, 0.2281874716281891, 1.5296685695648193, 1.4611696004867554, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.5125439167022705, 0.9645518660545349, 1.324171543121338, -0.5595512986183167, -0.7821730971336365, -0.645175039768219, -0.16568197309970856, 0.056939806789159775, 0.0740646943449974, -0.19993148744106293, -0.5081770420074463, -0.14855723083019257, -0.5253018140792847, -0.2341809868812561, -0.09718296676874161, -0.610925555229187, -0.4910522699356079, -0.5938007831573486, -0.3369295001029968, -0.8335473537445068, -0.2513057291507721, -0.42255327105522156, -0.40542852878570557, 1.718040943145752, 1.8721636533737183], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.5535577535629272, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.810429036617279, 1.4611696004867554, 1.6152924299240112, 1.2214230298995972, 0.6049320101737976, -0.2341809868812561, -0.8164225816726685, -0.9362958669662476, -0.9362958669662476, -1.4500385522842407, -1.8952820301055908, -2.032280206680298, -2.0494048595428467, -2.0494048595428467, -2.032280206680298, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -2.1007792949676514, -2.0836544036865234, -1.9124068021774292, -1.2102919816970825, -0.045808710157871246, -0.06293346732854843, -1.02191960811615, -1.7240345478057861, -2.0836544036865234, -2.01515531539917, -1.9295315742492676, -1.8439078330993652, -1.8952820301055908, -1.9295315742492676, -1.9295315742492676, -1.8096582889556885, -1.4329137802124023, -1.8439078330993652, -2.1007792949676514, -1.9980305433273315, -1.9809058904647827, -2.1179039478302, -1.9124068021774292, -1.3644146919250488, -1.535662293434143, -1.8267830610275269, -2.1007792949676514, -1.6555355787277222, -1.8439078330993652, -1.9980305433273315, -2.0836544036865234, -2.1007792949676514, -1.5014127492904663, -1.7069097757339478, -1.5014127492904663, -1.3301652669906616, 0.9131776094436646, 1.6837913990020752, 1.8550388813018799, 1.8721636533737183, 1.8550388813018799, 1.8379141092300415, 1.5125439167022705, -0.5938007831573486, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -2.1179039478302, -1.3301652669906616, -1.227416753768921, -1.1589176654815674, -1.3301652669906616, -1.8096582889556885, -1.3644146919250488, -1.0561691522598267, -1.02191960811615, -1.3986642360687256, -1.073293924331665, -0.8335473537445068, -0.7307988405227661, -0.9191710948944092, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.8506720662117004, -0.7821730971336365, -0.7307988405227661, -0.6965492963790894, -0.7136740684509277, -0.28555524349212646, -1.0561691522598267, -0.610925555229187, -0.6965492963790894, -0.6965492963790894, -0.8677968382835388, -1.0390443801879883, -1.0390443801879883, -0.9705453515052795, -1.02191960811615, -0.9362958669662476, -0.8335473537445068, -0.7307988405227661, -0.9020463228225708, -0.7307988405227661, -0.8849216103553772, -0.7136740684509277, -0.5253018140792847, -0.4568027853965759, -0.6622998118400574, -0.8677968382835388, -0.7992978096008301, -1.1075434684753418, -0.7479235529899597, -0.9705453515052795, -0.5595512986183167, -0.5081770420074463, -0.4739275276660919, -0.7479235529899597, -0.5938007831573486, -0.6622998118400574, -0.5595512986183167, -0.3369295001029968, -0.5938007831573486, -0.5424265265464783, -0.40542852878570557, -0.7650483250617981, -0.40542852878570557, -0.5424265265464783, -0.5081770420074463, -0.2684305012226105, -0.06293346732854843, 0.0740646943449974, 0.2281874716281891, 0.4679340124130249, 0.39943498373031616, 0.4850587546825409, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 0.9474270939826965, 0.8275538086891174, -1.4500385522842407, -1.6384108066558838, -1.79253351688385, -1.878157377243042, -1.9295315742492676, -1.8952820301055908, -1.878157377243042, -1.878157377243042, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8267830610275269, -1.7411593198776245, -0.7992978096008301, 0.656306266784668, 0.27956172823905945, 1.2042982578277588, 1.3926706314086914, 1.6666666269302368, 1.2727973461151123, 1.3584210872650146, 1.3584210872650146, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4954191446304321, 1.1700488328933716, 0.091189444065094, 0.03981505334377289, 0.4850587546825409, 0.39943498373031616, 0.12543895840644836, -0.06293346732854843, -0.13143247365951538, -0.13143247365951538, -0.19993148744106293, -0.16568197309970856, -0.4910522699356079, 0.02269030176103115, -0.610925555229187, -0.4910522699356079, -0.2513057291507721, -0.2513057291507721, -0.7479235529899597, -0.19993148744106293, -0.7821730971336365, -0.5938007831573486, 1.7694151401519775, 1.906413197517395], [1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.7933043241500854, 1.3926706314086914, 1.5981676578521729, 1.5125439167022705, 1.3412963151931763, 1.0159261226654053, -0.045808710157871246, -0.9020463228225708, -0.610925555229187, -0.4568027853965759, -0.5253018140792847, -1.0904186964035034, -1.79253351688385, -2.01515531539917, -2.1179039478302, -2.0836544036865234, -2.0665295124053955, -2.032280206680298, -2.01515531539917, -2.0494048595428467, -2.1179039478302, -2.0836544036865234, -1.6384108066558838, -0.7992978096008301, -0.2684305012226105, -0.5424265265464783, -1.4329137802124023, -1.9637811183929443, -2.1179039478302, -2.0665295124053955, -1.8096582889556885, -1.5699117183685303, -1.79253351688385, -1.6897850036621094, -1.8610326051712036, -1.7754088640213013, -1.5527870655059814, -1.415789008140564, -1.5870364904403687, -2.1007792949676514, -2.1179039478302, -1.9809058904647827, -2.0665295124053955, -2.0836544036865234, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.0836544036865234, -1.8439078330993652, -1.6384108066558838, -1.5699117183685303, -1.5699117183685303, -2.1007792949676514, -0.9191710948944092, 1.5810428857803345, 1.8721636533737183, 1.8721636533737183, 1.8550388813018799, 1.7009161710739136, -2.0494048595428467, -2.1179039478302, -1.1931672096252441, -1.1760424375534058, -1.1246682405471802, -0.7479235529899597, -1.5527870655059814, -1.9295315742492676, -1.141792893409729, -1.2959157228469849, -1.1589176654815674, -1.0390443801879883, -1.7069097757339478, -1.8439078330993652, -1.3472900390625, -0.8849216103553772, -1.2102919816970825, -1.1246682405471802, -1.1760424375534058, -0.7821730971336365, -0.7992978096008301, -0.7307988405227661, -0.7821730971336365, -0.6965492963790894, -1.0904186964035034, -0.7307988405227661, -0.9362958669662476, -0.8506720662117004, -0.42255327105522156, -0.7992978096008301, -0.645175039768219, -0.7650483250617981, -0.9191710948944092, -0.9020463228225708, -0.9534205794334412, -0.8506720662117004, -0.610925555229187, -0.5938007831573486, -0.9020463228225708, -0.7992978096008301, -0.5081770420074463, -0.5938007831573486, -0.9534205794334412, -0.8677968382835388, -0.4910522699356079, -0.6965492963790894, -0.9534205794334412, -0.645175039768219, -0.40542852878570557, -0.42255327105522156, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.4568027853965759, -0.4568027853965759, -0.3369295001029968, -0.5595512986183167, -0.7650483250617981, -0.31980475783348083, -0.30267998576164246, -0.4910522699356079, -0.4910522699356079, -0.610925555229187, -0.2513057291507721, -0.4910522699356079, -0.4739275276660919, 0.19393795728683472, 0.12543895840644836, 0.15968845784664154, 0.3480607271194458, 0.4850587546825409, 0.5193082690238953, 0.6391815543174744, 0.8789280652999878, 0.9303023219108582, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.2214230298995972, 1.1700488328933716, -0.5938007831573486, -1.6384108066558838, -1.8096582889556885, -1.8952820301055908, -1.946656346321106, -1.9295315742492676, -1.8952820301055908, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.8610326051712036, -1.79253351688385, -1.7240345478057861, -1.073293924331665, -1.8096582889556885, -0.8506720662117004, 0.7419300675392151, 1.4097954034805298, 1.2214230298995972, 1.1700488328933716, 1.7351655960083008, 1.6837913990020752, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.2899221181869507, 1.444044828414917, 1.4269200563430786, 1.0844250917434692, -0.4739275276660919, 1.0330508947372437, 0.7419300675392151, 0.26243698596954346, 0.2110627144575119, -0.28555524349212646, -0.09718296676874161, -0.3883037567138672, 0.091189444065094, -0.30267998576164246, -0.09718296676874161, -0.40542852878570557, -0.14855723083019257, -0.3711790144443512, -0.6794245839118958, -0.43967801332473755, 0.15968845784664154, -0.610925555229187, -0.8677968382835388, 1.7351655960083008, 1.9235379695892334], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.5364330410957336, 0.7248052954673767, 1.255672574043274, 1.5467933416366577, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 1.0844250917434692, 0.056939806789159775, -0.8506720662117004, -0.9020463228225708, -0.4739275276660919, -0.08005820959806442, -0.14855723083019257, -0.9191710948944092, -1.604161262512207, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -2.0494048595428467, -2.0665295124053955, -2.1007792949676514, -2.1179039478302, -1.946656346321106, -0.8677968382835388, -0.43967801332473755, -0.5253018140792847, -1.0047948360443115, -1.6897850036621094, -2.0836544036865234, -2.1179039478302, -1.8439078330993652, -1.6897850036621094, -1.79253351688385, -1.6897850036621094, -1.9809058904647827, -1.946656346321106, -2.1007792949676514, -1.8096582889556885, -1.535662293434143, -1.535662293434143, -1.6555355787277222, -2.1179039478302, -1.8952820301055908, -1.6212860345840454, -1.484287977218628, -1.79253351688385, -1.9295315742492676, -1.946656346321106, -1.8610326051712036, -1.9980305433273315, -2.1179039478302, -1.2102919816970825, 1.0501755475997925, 1.5125439167022705, 1.6495418548583984, 1.8036646842956543, 1.4611696004867554, -2.0665295124053955, -2.0494048595428467, -1.535662293434143, -1.6212860345840454, -1.484287977218628, -1.2787909507751465, -2.0836544036865234, -2.032280206680298, -0.645175039768219, -1.1589176654815674, -0.9705453515052795, -0.9191710948944092, -0.8506720662117004, -1.7754088640213013, -1.4671632051467896, -1.2787909507751465, -1.261666178703308, -1.1246682405471802, -1.02191960811615, -1.0561691522598267, -0.645175039768219, -0.9191710948944092, -0.8677968382835388, -1.1075434684753418, -0.8506720662117004, -0.5595512986183167, -0.7136740684509277, -0.5938007831573486, -0.9876701235771179, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -0.8677968382835388, -0.8677968382835388, -0.645175039768219, -0.8335473537445068, -0.6280503273010254, -0.8335473537445068, -0.645175039768219, -0.7307988405227661, -0.7650483250617981, -0.6622998118400574, -0.6965492963790894, -0.576676070690155, -0.3883037567138672, -0.5424265265464783, -0.9876701235771179, -0.8335473537445068, -0.610925555229187, -0.8849216103553772, -0.576676070690155, -0.6794245839118958, -0.7650483250617981, -0.8164225816726685, -0.09718296676874161, -0.19993148744106293, -0.14855723083019257, -0.3369295001029968, -0.2513057291507721, -0.19993148744106293, -0.21705622971057892, -0.42255327105522156, -0.21705622971057892, 0.12543895840644836, -0.43967801332473755, -0.31980475783348083, -0.43967801332473755, 0.14256370067596436, -0.13143247365951538, 0.4508092403411865, 0.29668647050857544, 0.5364330410957336, 0.5706825256347656, 0.810429036617279, 0.9645518660545349, 0.9303023219108582, 1.2899221181869507, 1.3584210872650146, 1.1529240608215332, 1.18717360496521, 1.255672574043274, 1.375545859336853, 0.5364330410957336, -1.073293924331665, -1.8096582889556885, -1.7754088640213013, -1.9124068021774292, -1.9124068021774292, -1.9295315742492676, -1.8610326051712036, -1.8610326051712036, -1.7754088640213013, -1.8267830610275269, -1.878157377243042, -1.535662293434143, -1.758284091949463, -1.5699117183685303, -0.8335473537445068, 0.9474270939826965, -1.2959157228469849, 0.7248052954673767, 1.1529240608215332, 1.6152924299240112, 1.4954191446304321, 1.5981676578521729, 1.6495418548583984, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.1700488328933716, 0.5535577535629272, 1.2042982578277588, 1.18717360496521, 0.7933043241500854, 0.10831420123577118, -0.28555524349212646, 0.091189444065094, -0.08005820959806442, -0.09718296676874161, 0.091189444065094, 0.0740646943449974, -0.3369295001029968, -0.2513057291507721, -0.08005820959806442, -0.18280673027038574, -0.045808710157871246, -0.5081770420074463, -0.4568027853965759, -0.31980475783348083, 1.7694151401519775, 1.786539912223816], [1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.6905558109283447, 1.1529240608215332, 1.5981676578521729, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4097954034805298, 1.0673003196716309, 0.17681321501731873, -0.5595512986183167, -0.7307988405227661, -0.7821730971336365, -0.3711790144443512, 0.12543895840644836, 0.19393795728683472, -0.6622998118400574, -1.5870364904403687, -1.9295315742492676, -1.946656346321106, -1.9637811183929443, -1.9637811183929443, -1.9980305433273315, -2.032280206680298, -2.0665295124053955, -1.8610326051712036, -0.9876701235771179, -0.7479235529899597, -0.6965492963790894, -0.7479235529899597, -1.3472900390625, -1.8610326051712036, -2.1179039478302, -1.9124068021774292, -1.7411593198776245, -1.8439078330993652, -1.604161262512207, -1.5185375213623047, -1.9809058904647827, -2.0665295124053955, -1.9809058904647827, -2.1179039478302, -1.8267830610275269, -1.6384108066558838, -2.0836544036865234, -2.1179039478302, -2.0494048595428467, -2.032280206680298, -1.535662293434143, -1.758284091949463, -2.0836544036865234, -2.0836544036865234, -1.604161262512207, -0.8164225816726685, 1.375545859336853, 1.5981676578521729, 1.8207894563674927, 1.8036646842956543, -0.5595512986183167, -1.8267830610275269, -2.0665295124053955, -1.79253351688385, -1.5185375213623047, -1.9637811183929443, -1.9809058904647827, -2.032280206680298, -0.9020463228225708, -1.3130404949188232, -1.2787909507751465, -1.2445415258407593, -1.3301652669906616, -2.0665295124053955, -1.4671632051467896, -1.073293924331665, -1.5014127492904663, -1.4671632051467896, -1.4671632051467896, -0.8506720662117004, -0.9876701235771179, -0.9876701235771179, -1.0390443801879883, -0.7821730971336365, -0.645175039768219, -0.9705453515052795, -0.8506720662117004, -0.6965492963790894, -0.9876701235771179, -0.8506720662117004, -1.1589176654815674, -0.8164225816726685, -0.7821730971336365, -0.9534205794334412, -0.7650483250617981, -0.4739275276660919, -1.1075434684753418, -0.5424265265464783, -0.6280503273010254, -0.7307988405227661, -0.7821730971336365, -0.5081770420074463, -0.610925555229187, -0.5081770420074463, -0.576676070690155, -0.8677968382835388, -0.6280503273010254, -0.6794245839118958, -0.6280503273010254, -0.610925555229187, -0.8164225816726685, -0.610925555229187, -0.610925555229187, -0.3883037567138672, -0.40542852878570557, -0.4568027853965759, -0.40542852878570557, -0.19993148744106293, -0.1143077164888382, 0.0055655487813055515, -0.28555524349212646, -0.16568197309970856, -0.011559205129742622, -0.40542852878570557, -0.30267998576164246, -0.09718296676874161, -0.5938007831573486, 0.27956172823905945, 0.29668647050857544, 0.17681321501731873, 0.39943498373031616, 0.5193082690238953, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.18717360496521, 1.2214230298995972, 1.1529240608215332, 1.255672574043274, -0.08005820959806442, -1.4329137802124023, -1.8096582889556885, -1.8439078330993652, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.9124068021774292, -1.7411593198776245, -1.758284091949463, -1.79253351688385, -1.6555355787277222, -1.7411593198776245, -0.7992978096008301, 0.3138112425804138, 0.24531221389770508, 0.2281874716281891, 0.9131776094436646, -0.9020463228225708, -0.16568197309970856, 1.2385478019714355, 1.18717360496521, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.444044828414917, 1.3926706314086914, 1.5467933416366577, 1.3412963151931763, 1.4269200563430786, 1.2385478019714355, 1.2727973461151123, 0.8789280652999878, 0.2281874716281891, -0.31980475783348083, 0.15968845784664154, -0.3369295001029968, -0.3369295001029968, -0.2684305012226105, -0.045808710157871246, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.0740646943449974, 0.10831420123577118, -0.6622998118400574, -0.3540542721748352, 0.3480607271194458, 1.8036646842956543, 1.786539912223816], [1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 1.2214230298995972, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.63241708278656, 1.5467933416366577, 1.4611696004867554, 1.2214230298995972, 0.19393795728683472, -0.5253018140792847, -0.4739275276660919, -0.6794245839118958, -0.9191710948944092, -0.28555524349212646, 0.2281874716281891, 0.12543895840644836, -0.7650483250617981, -1.6212860345840454, -1.878157377243042, -1.9809058904647827, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -2.1179039478302, -1.8952820301055908, -1.261666178703308, -0.9191710948944092, -0.9876701235771179, -0.9020463228225708, -1.261666178703308, -1.878157377243042, -2.0836544036865234, -2.0665295124053955, -1.758284091949463, -1.8610326051712036, -1.8096582889556885, -1.3815394639968872, -1.5014127492904663, -1.8267830610275269, -1.9980305433273315, -1.8267830610275269, -1.5014127492904663, -1.7754088640213013, -1.9809058904647827, -2.0836544036865234, -1.8952820301055908, -1.7240345478057861, -1.7754088640213013, -1.8267830610275269, -1.9637811183929443, -2.1179039478302, -2.1007792949676514, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, -0.9362958669662476, -1.5870364904403687, -1.672660231590271, -2.1179039478302, -2.1007792949676514, -1.3815394639968872, -0.8506720662117004, -0.9362958669662476, -1.2787909507751465, -1.604161262512207, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -2.1179039478302, -2.1007792949676514, -1.7754088640213013, -1.5527870655059814, -1.073293924331665, -1.1246682405471802, -0.9705453515052795, -1.2445415258407593, -1.2102919816970825, -1.1075434684753418, -0.645175039768219, -1.0390443801879883, -0.8164225816726685, -0.9705453515052795, -1.02191960811615, -0.7479235529899597, -1.073293924331665, -0.6965492963790894, -0.7136740684509277, -0.8677968382835388, -0.8849216103553772, -0.4568027853965759, -1.073293924331665, -0.3540542721748352, -0.576676070690155, -0.6622998118400574, -0.7136740684509277, -0.7136740684509277, -0.5424265265464783, -0.7992978096008301, -0.6965492963790894, -0.8849216103553772, -0.6965492963790894, -0.9191710948944092, -0.8677968382835388, -1.02191960811615, -0.5253018140792847, -0.3540542721748352, -0.4568027853965759, -0.9020463228225708, -0.7479235529899597, -0.3369295001029968, -0.30267998576164246, -0.13143247365951538, -0.5595512986183167, -0.9020463228225708, -0.7136740684509277, -0.42255327105522156, 0.15968845784664154, 0.12543895840644836, 0.03981505334377289, -0.2513057291507721, -0.02868395671248436, 0.12543895840644836, -0.19993148744106293, 0.15968845784664154, 0.26243698596954346, 0.6905558109283447, 0.6391815543174744, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 1.2214230298995972, 1.2899221181869507, 1.0844250917434692, 1.2727973461151123, 1.0844250917434692, 0.4679340124130249, -0.7992978096008301, -0.576676070690155, -1.7754088640213013, -1.8439078330993652, -1.8952820301055908, -1.8952820301055908, -1.9124068021774292, -1.8610326051712036, -1.878157377243042, -1.8610326051712036, -1.7411593198776245, -1.8439078330993652, -1.227416753768921, -1.3301652669906616, 1.1700488328933716, 1.2385478019714355, 1.444044828414917, 0.27956172823905945, 1.7694151401519775, -0.08005820959806442, -1.141792893409729, 0.5021834969520569, 1.4097954034805298, 1.444044828414917, 1.563918113708496, 1.2899221181869507, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.375545859336853, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, -0.16568197309970856, -0.42255327105522156, -0.09718296676874161, -0.5424265265464783, -0.31980475783348083, -0.21705622971057892, -0.16568197309970856, -0.21705622971057892, -0.2684305012226105, -0.31980475783348083, 0.14256370067596436, -0.28555524349212646, -0.40542852878570557, -0.40542852878570557, 0.7248052954673767, 1.8207894563674927, 1.7351655960083008], [1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8275538086891174, 0.7590547800064087, 0.7248052954673767, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.8618032932281494, 1.4611696004867554, 1.6495418548583984, 1.7009161710739136, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.375545859336853, 1.1357992887496948, 0.3309359848499298, -0.30267998576164246, -0.18280673027038574, -0.40542852878570557, -1.1931672096252441, -1.1075434684753418, -0.2513057291507721, 0.14256370067596436, -0.18280673027038574, -1.073293924331665, -1.7069097757339478, -1.8439078330993652, -2.032280206680298, -2.1179039478302, -2.0836544036865234, -2.01515531539917, -1.9637811183929443, -1.261666178703308, -0.9191710948944092, -1.02191960811615, -0.8506720662117004, -0.7307988405227661, -1.4671632051467896, -1.9124068021774292, -2.1179039478302, -1.9124068021774292, -1.8267830610275269, -2.0494048595428467, -1.7069097757339478, -1.9980305433273315, -1.7240345478057861, -1.8439078330993652, -2.1007792949676514, -1.5699117183685303, -1.6212860345840454, -1.9809058904647827, -2.1007792949676514, -2.1179039478302, -1.8952820301055908, -1.8439078330993652, -1.535662293434143, -1.6212860345840454, 0.4850587546825409, 1.3070467710494995, 1.4782943725585938, 1.101549744606018, -1.1246682405471802, -1.9295315742492676, -1.9124068021774292, -1.9980305433273315, -1.9637811183929443, -1.4500385522842407, -1.415789008140564, -1.5185375213623047, -1.0047948360443115, -2.032280206680298, -2.0836544036865234, -0.7992978096008301, -0.8677968382835388, -0.8506720662117004, -0.9362958669662476, -1.6384108066558838, -1.6897850036621094, -1.1760424375534058, -1.1589176654815674, -1.02191960811615, -1.2102919816970825, -1.02191960811615, -1.0904186964035034, -0.9020463228225708, -0.7992978096008301, -1.1931672096252441, -0.7821730971336365, -1.2787909507751465, -1.0047948360443115, -1.0047948360443115, -0.9705453515052795, -1.2787909507751465, -0.4910522699356079, -1.227416753768921, -0.40542852878570557, -0.8849216103553772, -0.9191710948944092, -0.4910522699356079, -0.7136740684509277, -0.5595512986183167, -0.5253018140792847, -1.0047948360443115, -0.5938007831573486, -0.645175039768219, -0.7479235529899597, -0.8164225816726685, -0.5938007831573486, -0.7650483250617981, -0.8506720662117004, -0.8164225816726685, -0.6965492963790894, -0.7479235529899597, -0.7650483250617981, -0.610925555229187, -0.3540542721748352, -0.06293346732854843, -0.045808710157871246, -0.02868395671248436, -0.011559205129742622, -0.011559205129742622, 0.14256370067596436, 0.03981505334377289, -0.3369295001029968, -0.19993148744106293, 0.14256370067596436, -0.1143077164888382, 0.12543895840644836, 0.19393795728683472, 0.24531221389770508, 0.3651854991912842, 0.6734310388565063, 0.7590547800064087, 0.9645518660545349, 0.8275538086891174, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 0.4679340124130249, -1.227416753768921, -1.5527870655059814, -1.9980305433273315, -1.9124068021774292, -1.8952820301055908, -1.7240345478057861, -1.878157377243042, -1.8952820301055908, -1.8610326051712036, -1.878157377243042, -1.7411593198776245, -1.7240345478057861, -1.415789008140564, -0.8849216103553772, 0.6391815543174744, 1.4954191446304321, 1.7694151401519775, 1.7522903680801392, 1.3412963151931763, 1.8721636533737183, 1.6495418548583984, -1.7411593198776245, -1.878157377243042, -0.08005820959806442, 1.5125439167022705, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3070467710494995, 1.375545859336853, 1.444044828414917, 1.0501755475997925, 1.5125439167022705, 1.375545859336853, 0.14256370067596436, 0.3309359848499298, 0.056939806789159775, 0.2281874716281891, -0.3711790144443512, -0.2684305012226105, -0.43967801332473755, -0.40542852878570557, 0.056939806789159775, 0.02269030176103115, -0.3711790144443512, -0.5595512986183167, -0.7821730971336365, -0.18280673027038574, 1.0330508947372437, 1.786539912223816, 1.718040943145752], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 1.0844250917434692, 1.5467933416366577, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6152924299240112, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.1700488328933716, 0.41655975580215454, -0.31980475783348083, -0.2684305012226105, -0.06293346732854843, -0.6965492963790894, -1.535662293434143, -1.0047948360443115, -0.08005820959806442, 0.24531221389770508, -0.4739275276660919, -1.4329137802124023, -1.79253351688385, -1.8952820301055908, -2.0665295124053955, -1.9809058904647827, -2.0836544036865234, -1.9124068021774292, -1.0390443801879883, -0.8849216103553772, -1.0047948360443115, -0.9362958669662476, -0.7307988405227661, -1.0904186964035034, -1.946656346321106, -2.1179039478302, -1.9124068021774292, -1.6384108066558838, -1.9124068021774292, -1.79253351688385, -1.535662293434143, -1.535662293434143, -1.9980305433273315, -1.9809058904647827, -1.8952820301055908, -2.0836544036865234, -2.032280206680298, -2.0494048595428467, -2.01515531539917, -1.9637811183929443, -2.0494048595428467, -1.79253351688385, 0.8275538086891174, 1.6495418548583984, 1.786539912223816, 1.8721636533737183, 1.5810428857803345, -1.8096582889556885, -2.032280206680298, -1.9637811183929443, -1.9295315742492676, -2.01515531539917, -2.0836544036865234, -1.9980305433273315, -2.1179039478302, -2.0836544036865234, -1.4671632051467896, -1.415789008140564, -1.3130404949188232, -1.3130404949188232, -1.1931672096252441, -1.3986642360687256, -1.4500385522842407, -1.0047948360443115, -1.6897850036621094, -1.1760424375534058, -1.1246682405471802, -1.0904186964035034, -1.1589176654815674, -1.0047948360443115, -0.9876701235771179, -1.02191960811615, -1.0390443801879883, -1.073293924331665, -1.1246682405471802, -1.3815394639968872, -0.8335473537445068, -1.2959157228469849, -0.7479235529899597, -0.9191710948944092, -1.02191960811615, -1.02191960811615, -1.0390443801879883, -1.1760424375534058, -1.415789008140564, -0.7479235529899597, -0.6965492963790894, -0.7992978096008301, -0.6794245839118958, -0.6794245839118958, -0.8849216103553772, -0.6280503273010254, -0.3369295001029968, -0.21705622971057892, -0.43967801332473755, -0.4739275276660919, -0.645175039768219, -0.4568027853965759, -0.3711790144443512, -0.6622998118400574, -0.7307988405227661, -0.31980475783348083, -0.9191710948944092, -0.5253018140792847, -0.4568027853965759, 0.03981505334377289, 0.15968845784664154, 0.2281874716281891, 0.12543895840644836, -0.09718296676874161, 0.15968845784664154, 0.3651854991912842, 0.19393795728683472, 0.3309359848499298, 0.5021834969520569, 0.622056782245636, 0.7590547800064087, 0.9303023219108582, 1.1186745166778564, 1.3584210872650146, 1.2214230298995972, 1.2385478019714355, 1.0159261226654053, 0.0740646943449974, -0.6280503273010254, -1.9637811183929443, -1.9295315742492676, -1.9980305433273315, -1.8952820301055908, -1.6212860345840454, -1.6897850036621094, -1.9124068021774292, -1.878157377243042, -1.758284091949463, -1.6555355787277222, -1.6555355787277222, -0.7821730971336365, 0.26243698596954346, 1.1357992887496948, 1.4782943725585938, 1.7522903680801392, 1.786539912223816, 1.6666666269302368, 1.8379141092300415, 1.9577873945236206, -0.9876701235771179, -1.8267830610275269, -0.9362958669662476, -1.9809058904647827, -1.758284091949463, 0.03981505334377289, 1.6837913990020752, 1.3926706314086914, 1.2385478019714355, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.375545859336853, 1.3070467710494995, 1.5467933416366577, 1.4611696004867554, 0.8789280652999878, 0.7933043241500854, 0.43368449807167053, -0.2341809868812561, -0.4910522699356079, -0.3883037567138672, -0.21705622971057892, -0.3540542721748352, -0.1143077164888382, 0.091189444065094, 0.0055655487813055515, -0.4739275276660919, -0.7650483250617981, -0.5424265265464783, 1.3070467710494995, 1.6666666269302368, 1.786539912223816], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 1.18717360496521, 1.6666666269302368, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.563918113708496, 1.4954191446304321, 1.3584210872650146, 1.1186745166778564, 0.3480607271194458, -0.3711790144443512, -0.3711790144443512, -0.08005820959806442, -0.18280673027038574, -1.227416753768921, -1.415789008140564, -0.4910522699356079, -0.06293346732854843, -0.19993148744106293, -0.9020463228225708, -1.7069097757339478, -1.8439078330993652, -1.8096582889556885, -1.946656346321106, -2.0665295124053955, -2.01515531539917, -1.3130404949188232, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8164225816726685, -0.7650483250617981, -1.6897850036621094, -2.1179039478302, -2.032280206680298, -1.8610326051712036, -1.8096582889556885, -2.0836544036865234, -1.9124068021774292, -1.6212860345840454, -1.535662293434143, -1.8610326051712036, -1.9637811183929443, -1.79253351688385, -1.8610326051712036, -2.0494048595428467, -2.0836544036865234, -1.8267830610275269, -1.672660231590271, 1.2727973461151123, 1.6666666269302368, 1.8379141092300415, -0.2341809868812561, -1.9980305433273315, -2.1179039478302, -1.2959157228469849, -1.672660231590271, -1.2959157228469849, -1.2445415258407593, -1.3472900390625, -2.1179039478302, -0.8506720662117004, -0.9876701235771179, -1.3472900390625, -1.8610326051712036, -2.1007792949676514, -1.604161262512207, -1.2445415258407593, -1.3130404949188232, -1.0047948360443115, -1.1760424375534058, -1.415789008140564, -1.227416753768921, -1.3130404949188232, -1.141792893409729, -1.1075434684753418, -1.0047948360443115, -1.1246682405471802, -1.0561691522598267, -1.1760424375534058, -1.227416753768921, -1.1075434684753418, -1.415789008140564, -0.8849216103553772, -1.073293924331665, -1.415789008140564, -1.141792893409729, -1.3130404949188232, -1.3986642360687256, -1.0561691522598267, -1.073293924331665, -0.9876701235771179, -1.0390443801879883, -0.9020463228225708, -0.9191710948944092, -1.0904186964035034, -0.7821730971336365, -0.6622998118400574, -0.8849216103553772, -0.9534205794334412, -0.645175039768219, -1.2445415258407593, -1.5185375213623047, -1.7240345478057861, -1.1931672096252441, -1.2102919816970825, -1.2959157228469849, -0.8335473537445068, -0.8506720662117004, -0.7479235529899597, -0.8164225816726685, -0.30267998576164246, -0.4739275276660919, -0.43967801332473755, -0.08005820959806442, 0.2281874716281891, 0.056939806789159775, 0.17681321501731873, 0.4679340124130249, 0.622056782245636, 0.7419300675392151, 0.7419300675392151, 1.0501755475997925, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.4097954034805298, 1.0501755475997925, 0.056939806789159775, -0.9705453515052795, -1.9809058904647827, -1.9809058904647827, -1.9637811183929443, -1.8267830610275269, -1.9124068021774292, -1.878157377243042, -1.672660231590271, -1.8610326051712036, -1.8439078330993652, -1.672660231590271, -1.3472900390625, -0.9876701235771179, 0.24531221389770508, 0.6391815543174744, 1.1186745166778564, 1.4269200563430786, 1.906413197517395, 1.9406627416610718, 1.8207894563674927, 1.8379141092300415, 1.9920369386672974, 1.7009161710739136, -0.8506720662117004, -1.2959157228469849, -1.415789008140564, -1.8610326051712036, -1.8610326051712036, -1.9809058904647827, -0.610925555229187, 1.375545859336853, 1.18717360496521, 1.4097954034805298, 1.255672574043274, 1.3584210872650146, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.255672574043274, 0.8446785807609558, -0.3369295001029968, -0.4739275276660919, -0.3883037567138672, -0.21705622971057892, 0.02269030176103115, 0.19393795728683472, 0.19393795728683472, 0.656306266784668, -0.21705622971057892, -0.4568027853965759, -0.4568027853965759, -0.2684305012226105, 1.6152924299240112, 1.6495418548583984, 1.7351655960083008], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.8618032932281494, 1.444044828414917, 1.6152924299240112, 1.6495418548583984, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6152924299240112, 1.563918113708496, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 0.4679340124130249, -0.31980475783348083, -0.7136740684509277, -0.40542852878570557, 0.0055655487813055515, -0.9362958669662476, -1.3644146919250488, -0.4739275276660919, -0.5081770420074463, -0.5081770420074463, -0.6280503273010254, -1.1760424375534058, -1.9295315742492676, -1.7754088640213013, -1.9637811183929443, -2.0665295124053955, -2.1179039478302, -1.6384108066558838, -0.9534205794334412, -1.2102919816970825, -1.3815394639968872, -1.3301652669906616, -0.8677968382835388, -1.3130404949188232, -2.0836544036865234, -1.9637811183929443, -1.6212860345840454, -1.79253351688385, -1.946656346321106, -1.8610326051712036, -1.878157377243042, -2.01515531539917, -2.0836544036865234, -2.032280206680298, -2.032280206680298, -1.8610326051712036, -1.9809058904647827, -2.032280206680298, 1.101549744606018, 1.255672574043274, 1.5810428857803345, 0.587807297706604, -2.1007792949676514, -2.0665295124053955, -1.415789008140564, -1.6384108066558838, -1.5527870655059814, -1.4671632051467896, -2.0836544036865234, -1.9980305433273315, -1.3130404949188232, -1.4500385522842407, -1.1760424375534058, -2.1007792949676514, -1.1760424375534058, -1.1246682405471802, -1.2102919816970825, -1.2959157228469849, -1.3644146919250488, -1.2445415258407593, -1.3301652669906616, -1.2102919816970825, -1.415789008140564, -1.1246682405471802, -1.1760424375534058, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.1760424375534058, -1.2445415258407593, -1.4329137802124023, -1.3815394639968872, -1.1931672096252441, -1.3986642360687256, -1.3815394639968872, -1.1931672096252441, -1.2102919816970825, -1.227416753768921, -0.9020463228225708, -1.3644146919250488, -0.8849216103553772, -1.0904186964035034, -1.0047948360443115, -0.6794245839118958, -0.9876701235771179, -1.3815394639968872, -0.9534205794334412, -1.02191960811615, -0.7992978096008301, -0.7479235529899597, -0.7821730971336365, -0.6622998118400574, -0.7992978096008301, -0.6280503273010254, -0.7307988405227661, -0.7650483250617981, -0.7479235529899597, -0.8506720662117004, -0.5253018140792847, -0.7479235529899597, -0.2513057291507721, -0.4568027853965759, -0.8677968382835388, -0.19993148744106293, -0.011559205129742622, -0.011559205129742622, 0.5193082690238953, 0.27956172823905945, 0.6734310388565063, 0.656306266784668, 0.7248052954673767, 1.0330508947372437, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 0.7248052954673767, 0.12543895840644836, 0.2110627144575119, -0.9876701235771179, -1.946656346321106, -2.01515531539917, -2.032280206680298, -1.946656346321106, -1.8952820301055908, -1.8267830610275269, -1.8439078330993652, -1.7411593198776245, -1.8439078330993652, -1.672660231590271, -1.1931672096252441, -1.1760424375534058, -0.3369295001029968, 0.8789280652999878, 1.2042982578277588, 1.4097954034805298, 1.5125439167022705, 1.974912166595459, 1.5981676578521729, 1.8036646842956543, 1.8721636533737183, 1.7009161710739136, 0.2281874716281891, -1.5870364904403687, -1.878157377243042, -1.8267830610275269, -1.79253351688385, -1.6212860345840454, -2.01515531539917, -1.604161262512207, 1.1700488328933716, 1.0673003196716309, 1.2385478019714355, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3926706314086914, 0.9303023219108582, 0.27956172823905945, 0.12543895840644836, -0.09718296676874161, 0.2281874716281891, -0.08005820959806442, 0.12543895840644836, -0.30267998576164246, -0.5253018140792847, 0.41655975580215454, -0.3711790144443512, -0.09718296676874161, -0.09718296676874161, -0.28555524349212646, 1.5467933416366577, 1.5810428857803345, 1.6666666269302368], [1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 1.101549744606018, 1.4954191446304321, 1.6152924299240112, 1.7009161710739136, 1.7522903680801392, 1.7351655960083008, 1.6666666269302368, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.0330508947372437, 0.5193082690238953, -0.16568197309970856, -1.02191960811615, -0.6965492963790894, -0.21705622971057892, -0.8164225816726685, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -0.7479235529899597, -0.5424265265464783, -0.610925555229187, -1.4329137802124023, -1.758284091949463, -1.7411593198776245, -1.8952820301055908, -2.1179039478302, -1.9124068021774292, -1.0904186964035034, -1.2787909507751465, -1.3472900390625, -1.261666178703308, -0.9362958669662476, -0.9876701235771179, -2.0836544036865234, -2.01515531539917, -1.7069097757339478, -1.6897850036621094, -1.9980305433273315, -1.878157377243042, -1.7240345478057861, -1.5870364904403687, -1.9980305433273315, -2.0665295124053955, -1.9637811183929443, -1.79253351688385, -0.2684305012226105, 1.1529240608215332, 1.4269200563430786, 1.563918113708496, 1.8379141092300415, 0.4679340124130249, -2.0665295124053955, -2.1179039478302, -2.0665295124053955, -1.7411593198776245, -1.7411593198776245, -2.0836544036865234, -1.4500385522842407, -1.3130404949188232, -1.2959157228469849, -2.01515531539917, -1.261666178703308, -1.1246682405471802, -1.227416753768921, -1.073293924331665, -1.4500385522842407, -1.073293924331665, -1.3472900390625, -1.484287977218628, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.5870364904403687, -1.1589176654815674, -1.0904186964035034, -1.2102919816970825, -1.02191960811615, -1.415789008140564, -1.415789008140564, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -0.8164225816726685, -1.3472900390625, -1.0904186964035034, -0.9020463228225708, -1.2787909507751465, -1.0390443801879883, -1.3815394639968872, -0.9020463228225708, -0.7136740684509277, -0.6965492963790894, -0.8164225816726685, -0.8849216103553772, -0.5595512986183167, -0.7136740684509277, -0.8506720662117004, -0.6965492963790894, -0.8164225816726685, -0.5595512986183167, -0.5595512986183167, -0.6794245839118958, -0.5595512986183167, -0.40542852878570557, -0.3883037567138672, -1.0561691522598267, -1.3130404949188232, -0.28555524349212646, -0.02868395671248436, 0.26243698596954346, -0.045808710157871246, 0.27956172823905945, 0.10831420123577118, 0.3651854991912842, 0.4508092403411865, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.9988013505935669, 1.2899221181869507, 0.9816765785217285, 1.2385478019714355, 1.375545859336853, 0.3138112425804138, -0.9705453515052795, -1.9124068021774292, -1.9295315742492676, -2.01515531539917, -2.0494048595428467, -2.0494048595428467, -1.8952820301055908, -1.878157377243042, -1.8439078330993652, -1.7754088640213013, -1.604161262512207, -1.484287977218628, -1.3472900390625, -0.3883037567138672, 0.8960528373718262, 1.2214230298995972, 1.63241708278656, 1.444044828414917, 1.6837913990020752, 1.63241708278656, 1.718040943145752, 1.8207894563674927, 1.8721636533737183, 1.3926706314086914, -1.0561691522598267, -1.9124068021774292, -1.8267830610275269, -1.7069097757339478, -1.604161262512207, -1.4329137802124023, -1.5014127492904663, -2.0665295124053955, -1.0904186964035034, 0.7248052954673767, 1.4611696004867554, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.375545859336853, 0.38231024146080017, 0.656306266784668, 0.5364330410957336, 0.43368449807167053, -0.13143247365951538, -0.09718296676874161, -0.30267998576164246, 0.0740646943449974, -0.3711790144443512, -0.011559205129742622, -0.2513057291507721, -0.02868395671248436, 0.4679340124130249, 0.19393795728683472, 1.563918113708496, 1.5810428857803345, 1.5981676578521729], [1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 1.18717360496521, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.7351655960083008, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.563918113708496, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.0501755475997925, 0.4508092403411865, -0.16568197309970856, -1.1075434684753418, -1.2102919816970825, -0.6622998118400574, -0.8677968382835388, -1.0047948360443115, -0.9705453515052795, -0.9362958669662476, -1.0047948360443115, -0.9020463228225708, -0.5938007831573486, -0.7479235529899597, -1.604161262512207, -1.8952820301055908, -1.878157377243042, -2.0665295124053955, -1.9637811183929443, -1.2787909507751465, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.261666178703308, -1.261666178703308, -2.01515531539917, -1.758284091949463, -1.7754088640213013, -1.9124068021774292, -1.9809058904647827, -1.8952820301055908, -1.79253351688385, -1.79253351688385, -2.0665295124053955, -2.0494048595428467, -2.0665295124053955, -0.8164225816726685, 1.5296685695648193, 1.718040943145752, 1.8207894563674927, 0.2110627144575119, -2.032280206680298, -1.5014127492904663, -1.4671632051467896, -1.227416753768921, -0.9705453515052795, -1.261666178703308, -1.9637811183929443, -2.032280206680298, -2.032280206680298, -2.1007792949676514, -1.9295315742492676, -1.535662293434143, -1.261666178703308, -1.4671632051467896, -1.484287977218628, -1.2787909507751465, -1.261666178703308, -1.1589176654815674, -1.3472900390625, -1.1075434684753418, -1.3301652669906616, -1.3472900390625, -1.1760424375534058, -1.227416753768921, -1.415789008140564, -1.3986642360687256, -1.415789008140564, -1.227416753768921, -1.1246682405471802, -1.1760424375534058, -1.0561691522598267, -1.2102919816970825, -1.3301652669906616, -1.1760424375534058, -1.0904186964035034, -1.1246682405471802, -1.261666178703308, -1.1075434684753418, -1.141792893409729, -0.9705453515052795, -0.9876701235771179, -0.9191710948944092, -0.9191710948944092, -0.9876701235771179, -0.7307988405227661, -0.7479235529899597, -0.8849216103553772, -0.7136740684509277, -0.6280503273010254, -0.8849216103553772, -1.02191960811615, -0.6794245839118958, -0.8164225816726685, -0.5938007831573486, -0.40542852878570557, -0.13143247365951538, -0.3540542721748352, -0.09718296676874161, -0.3369295001029968, -0.19993148744106293, 0.0055655487813055515, 0.24531221389770508, 0.3309359848499298, 0.6049320101737976, 0.5364330410957336, 0.8618032932281494, 0.6049320101737976, 1.2042982578277588, 1.1700488328933716, 1.324171543121338, 1.324171543121338, 0.9988013505935669, 0.8618032932281494, -1.5699117183685303, -1.8267830610275269, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0494048595428467, -1.9980305433273315, -1.8952820301055908, -1.9124068021774292, -1.79253351688385, -1.6555355787277222, -1.7240345478057861, -0.8506720662117004, -0.645175039768219, 0.622056782245636, 1.0501755475997925, 1.3584210872650146, 1.6666666269302368, 1.7009161710739136, 1.7522903680801392, 1.8721636533737183, 1.786539912223816, 1.718040943145752, 1.563918113708496, -0.40542852878570557, -1.878157377243042, -1.7069097757339478, -1.7754088640213013, -1.7754088640213013, -0.9020463228225708, -1.6897850036621094, -1.9124068021774292, -1.8610326051712036, 0.6049320101737976, 0.8789280652999878, 1.18717360496521, 1.0159261226654053, 1.2042982578277588, 1.101549744606018, 0.4679340124130249, 0.9816765785217285, 0.41655975580215454, -0.28555524349212646, -0.3883037567138672, -0.14855723083019257, -0.09718296676874161, -0.2513057291507721, -0.31980475783348083, 0.0740646943449974, 0.24531221389770508, 0.39943498373031616, 0.5706825256347656, 1.1357992887496948, 1.563918113708496, 1.563918113708496, 1.5810428857803345], [1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7761795520782471, 0.7248052954673767, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.7761795520782471, 1.3070467710494995, 1.5981676578521729, 1.6666666269302368, 1.718040943145752, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.563918113708496, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.2042982578277588, 0.9645518660545349, 0.24531221389770508, -0.045808710157871246, -0.9191710948944092, -1.3986642360687256, -0.9191710948944092, -1.0904186964035034, -1.1760424375534058, -1.073293924331665, -1.0904186964035034, -1.1589176654815674, -1.141792893409729, -1.0390443801879883, -0.6965492963790894, -0.9705453515052795, -1.8096582889556885, -1.946656346321106, -1.9124068021774292, -2.0665295124053955, -1.5185375213623047, -1.3472900390625, -1.5185375213623047, -1.6897850036621094, -1.5185375213623047, -1.535662293434143, -1.946656346321106, -1.8439078330993652, -1.8610326051712036, -1.9809058904647827, -2.1007792949676514, -1.8439078330993652, -1.7240345478057861, -1.8439078330993652, -2.0494048595428467, -1.7069097757339478, 1.1357992887496948, 1.4611696004867554, 1.7351655960083008, 0.6905558109283447, -1.9637811183929443, -1.5527870655059814, -1.672660231590271, -1.672660231590271, -1.5014127492904663, -1.5185375213623047, -1.946656346321106, -1.0904186964035034, -1.261666178703308, -1.073293924331665, -0.6965492963790894, -0.9705453515052795, -2.032280206680298, -1.3644146919250488, -1.3986642360687256, -1.3644146919250488, -1.141792893409729, -1.227416753768921, -1.261666178703308, -1.2787909507751465, -1.261666178703308, -1.3301652669906616, -1.3815394639968872, -1.227416753768921, -1.141792893409729, -1.2445415258407593, -1.2787909507751465, -1.227416753768921, -1.261666178703308, -1.261666178703308, -1.1931672096252441, -1.3301652669906616, -1.3472900390625, -1.227416753768921, -1.4500385522842407, -1.0390443801879883, -0.9191710948944092, -1.1931672096252441, -1.1760424375534058, -1.073293924331665, -1.0561691522598267, -0.9534205794334412, -0.8335473537445068, -1.0904186964035034, -1.0390443801879883, -0.8849216103553772, -0.6794245839118958, -0.7307988405227661, -0.7307988405227661, -0.6622998118400574, -0.6794245839118958, -0.8164225816726685, -0.9020463228225708, -0.7307988405227661, -0.9534205794334412, -0.6280503273010254, -0.2341809868812561, -0.045808710157871246, -0.06293346732854843, 0.3138112425804138, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.8618032932281494, 0.9131776094436646, 1.2727973461151123, 1.18717360496521, 0.7933043241500854, -0.02868395671248436, -0.02868395671248436, 0.656306266784668, -1.02191960811615, -1.8439078330993652, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -2.032280206680298, -1.9637811183929443, -1.9124068021774292, -1.9295315742492676, -1.8267830610275269, -1.484287977218628, -1.535662293434143, -0.21705622971057892, 0.6391815543174744, 1.18717360496521, 1.4269200563430786, 1.4269200563430786, 1.7009161710739136, 1.6837913990020752, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.4954191446304321, 0.587807297706604, -1.9295315742492676, -1.79253351688385, -1.7411593198776245, -1.878157377243042, -1.9295315742492676, -1.79253351688385, -1.9124068021774292, -2.01515531539917, 0.056939806789159775, 0.7248052954673767, 1.0501755475997925, 1.0844250917434692, 0.8960528373718262, 0.8789280652999878, 0.7076805233955383, 0.43368449807167053, -1.415789008140564, -0.9876701235771179, -0.6622998118400574, 0.29668647050857544, 0.2281874716281891, -0.19993148744106293, -0.3369295001029968, -0.16568197309970856, 0.4679340124130249, 0.4679340124130249, 0.587807297706604, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577], [1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.9131776094436646, 1.4782943725585938, 1.6495418548583984, 1.6837913990020752, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1186745166778564, 0.8960528373718262, 0.43368449807167053, -0.06293346732854843, -0.18280673027038574, -0.7136740684509277, -1.1075434684753418, -0.8677968382835388, -1.141792893409729, -1.415789008140564, -1.3301652669906616, -1.073293924331665, -1.3986642360687256, -1.484287977218628, -1.261666178703308, -1.141792893409729, -0.7479235529899597, -1.141792893409729, -1.9809058904647827, -1.9637811183929443, -2.1179039478302, -1.5870364904403687, -1.3301652669906616, -1.535662293434143, -1.484287977218628, -1.415789008140564, -1.6555355787277222, -2.0494048595428467, -1.8096582889556885, -1.878157377243042, -2.0665295124053955, -1.9809058904647827, -1.9809058904647827, -1.8267830610275269, -0.4739275276660919, 1.0673003196716309, 1.255672574043274, 1.563918113708496, 1.6495418548583984, 0.6391815543174744, -2.01515531539917, -1.6897850036621094, -1.5185375213623047, -1.3986642360687256, -2.1179039478302, -1.9637811183929443, -1.3130404949188232, -1.415789008140564, -1.3815394639968872, -1.3986642360687256, -1.3301652669906616, -2.1179039478302, -1.5014127492904663, -1.3130404949188232, -1.672660231590271, -1.5527870655059814, -1.5185375213623047, -1.2445415258407593, -1.2787909507751465, -1.2959157228469849, -1.3986642360687256, -1.1931672096252441, -1.141792893409729, -1.3644146919250488, -1.3472900390625, -1.3644146919250488, -1.3472900390625, -1.3815394639968872, -0.9534205794334412, -1.2445415258407593, -1.2787909507751465, -1.3815394639968872, -1.2102919816970825, -1.3301652669906616, -1.02191960811615, -1.0047948360443115, -1.261666178703308, -1.3130404949188232, -1.0904186964035034, -1.141792893409729, -0.8164225816726685, -0.9876701235771179, -1.0047948360443115, -0.9191710948944092, -0.6622998118400574, -0.6622998118400574, -0.6965492963790894, -0.9534205794334412, -0.5595512986183167, -0.5595512986183167, -0.4910522699356079, -0.7650483250617981, -0.5595512986183167, -0.40542852878570557, -0.9705453515052795, -1.2959157228469849, -0.7136740684509277, -0.8849216103553772, 0.14256370067596436, 0.24531221389770508, 0.091189444065094, 0.622056782245636, 0.3309359848499298, 0.5364330410957336, 0.8446785807609558, 0.656306266784668, 1.0844250917434692, 1.255672574043274, 0.15968845784664154, -0.4739275276660919, -1.7411593198776245, -1.9295315742492676, -1.9295315742492676, -1.9295315742492676, -1.9637811183929443, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.01515531539917, -2.0665295124053955, -1.9980305433273315, -1.9980305433273315, -1.8439078330993652, -1.6384108066558838, -1.4671632051467896, -0.6965492963790894, 0.8789280652999878, 1.2214230298995972, 1.5296685695648193, 1.4097954034805298, 1.6495418548583984, 1.7009161710739136, 1.718040943145752, 1.5981676578521729, 1.6837913990020752, 1.3926706314086914, 1.7009161710739136, -1.5870364904403687, -1.79253351688385, -1.7754088640213013, -1.8267830610275269, -1.8267830610275269, -1.8267830610275269, -1.8439078330993652, -1.9637811183929443, 0.4850587546825409, 0.810429036617279, 0.8446785807609558, 1.2042982578277588, 1.2385478019714355, 0.8275538086891174, 0.6049320101737976, -0.9191710948944092, -1.2445415258407593, -1.5527870655059814, -0.4739275276660919, -0.14855723083019257, 0.7933043241500854, -0.06293346732854843, -0.14855723083019257, 0.38231024146080017, 0.3138112425804138, 0.3651854991912842, 0.6391815543174744, 1.3926706314086914, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 1.375545859336853, 1.63241708278656, 1.7009161710739136, 1.718040943145752, 1.7009161710739136, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.0501755475997925, 0.656306266784668, 0.41655975580215454, -0.2513057291507721, -0.21705622971057892, -0.08005820959806442, -0.42255327105522156, -0.5595512986183167, -0.8506720662117004, -1.2102919816970825, -1.6384108066558838, -1.5014127492904663, -1.1760424375534058, -1.2102919816970825, -1.2959157228469849, -1.3472900390625, -1.3472900390625, -1.227416753768921, -0.7821730971336365, -1.5185375213623047, -2.0494048595428467, -1.8952820301055908, -1.4671632051467896, -1.484287977218628, -1.7240345478057861, -1.79253351688385, -1.6555355787277222, -1.9637811183929443, -1.8610326051712036, -1.8096582889556885, -1.946656346321106, -2.032280206680298, -2.1179039478302, -1.0561691522598267, 1.0844250917434692, 1.3926706314086914, 1.6495418548583984, 1.7522903680801392, 1.7522903680801392, -0.7992978096008301, -2.0836544036865234, -2.1179039478302, -2.01515531539917, -1.946656346321106, -2.0665295124053955, -2.0836544036865234, -1.415789008140564, -1.2959157228469849, -1.3472900390625, -1.2787909507751465, -2.01515531539917, -1.8096582889556885, -1.1760424375534058, -1.758284091949463, -1.4329137802124023, -1.5014127492904663, -1.5014127492904663, -1.3815394639968872, -1.4500385522842407, -1.2787909507751465, -1.0390443801879883, -1.227416753768921, -1.3986642360687256, -1.141792893409729, -1.3986642360687256, -1.3130404949188232, -1.1760424375534058, -1.2787909507751465, -1.3130404949188232, -1.227416753768921, -1.3130404949188232, -1.3644146919250488, -1.3130404949188232, -1.3301652669906616, -0.8677968382835388, -1.261666178703308, -1.261666178703308, -1.02191960811615, -0.9876701235771179, -1.0390443801879883, -0.8335473537445068, -0.8164225816726685, -0.7821730971336365, -0.7307988405227661, -0.7479235529899597, -0.5253018140792847, -0.43967801332473755, -0.7650483250617981, -0.4568027853965759, -0.4739275276660919, -0.3711790144443512, -0.16568197309970856, -0.43967801332473755, 0.12543895840644836, -0.011559205129742622, -0.08005820959806442, 0.15968845784664154, 0.056939806789159775, -0.3540542721748352, -0.18280673027038574, 0.056939806789159775, 0.0740646943449974, 0.7590547800064087, 0.9816765785217285, 1.101549744606018, 1.18717360496521, 0.8789280652999878, -0.40542852878570557, -1.0390443801879883, -1.415789008140564, -1.8267830610275269, -1.9124068021774292, -1.946656346321106, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9980305433273315, -1.9809058904647827, -2.1007792949676514, -1.9980305433273315, -1.9980305433273315, -1.878157377243042, -1.7411593198776245, -1.672660231590271, -0.13143247365951538, 0.622056782245636, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.718040943145752, 1.5125439167022705, 1.7351655960083008, 1.4269200563430786, 1.7351655960083008, 1.7351655960083008, 1.5125439167022705, -0.09718296676874161, -1.9295315742492676, -1.79253351688385, -1.8096582889556885, -1.7754088640213013, -1.9295315742492676, -2.0665295124053955, -1.484287977218628, -1.5014127492904663, 0.29668647050857544, 0.6905558109283447, 0.38231024146080017, 0.9474270939826965, -0.14855723083019257, -0.14855723083019257, -0.5938007831573486, -1.5527870655059814, -1.4500385522842407, -0.18280673027038574, -0.40542852878570557, -0.02868395671248436, -0.19993148744106293, -0.31980475783348083, 0.056939806789159775, 0.38231024146080017, 0.14256370067596436, 0.9816765785217285, 1.2899221181869507, 1.4269200563430786, 1.444044828414917, 1.444044828414917], [1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.810429036617279, 0.7590547800064087, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 1.18717360496521, 1.6152924299240112, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6495418548583984, 1.6495418548583984, 1.6152924299240112, 1.5981676578521729, 1.5296685695648193, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.2727973461151123, 0.9303023219108582, 0.7590547800064087, 0.5193082690238953, 0.0740646943449974, -0.40542852878570557, -0.42255327105522156, -0.40542852878570557, -0.5595512986183167, -0.8677968382835388, -1.073293924331665, -1.227416753768921, -1.535662293434143, -1.7069097757339478, -1.484287977218628, -1.261666178703308, -1.3301652669906616, -1.3986642360687256, -1.4500385522842407, -1.1931672096252441, -0.9362958669662476, -1.0047948360443115, -1.6212860345840454, -2.1179039478302, -1.604161262512207, -1.3986642360687256, -1.6384108066558838, -1.484287977218628, -1.5527870655059814, -1.946656346321106, -1.9980305433273315, -1.8439078330993652, -1.9124068021774292, -2.1007792949676514, 0.7933043241500854, 1.4097954034805298, 1.6837913990020752, 1.7694151401519775, 1.7522903680801392, 1.0844250917434692, -2.0836544036865234, -2.1179039478302, -1.672660231590271, -1.5699117183685303, -1.4671632051467896, -1.1760424375534058, -1.7754088640213013, -1.9637811183929443, -1.7754088640213013, -2.032280206680298, -2.1179039478302, -2.1007792949676514, -1.6897850036621094, -1.261666178703308, -1.415789008140564, -1.5870364904403687, -1.484287977218628, -1.3986642360687256, -1.3986642360687256, -1.2445415258407593, -1.141792893409729, -1.1760424375534058, -1.261666178703308, -1.2445415258407593, -1.3472900390625, -1.261666178703308, -1.2959157228469849, -0.8849216103553772, -1.1760424375534058, -1.3130404949188232, -1.227416753768921, -1.261666178703308, -1.2445415258407593, -1.2787909507751465, -1.3130404949188232, -1.3644146919250488, -1.3644146919250488, -1.227416753768921, -1.227416753768921, -1.073293924331665, -1.02191960811615, -1.1760424375534058, -0.8335473537445068, -0.7650483250617981, -1.073293924331665, -0.8849216103553772, -0.7992978096008301, -0.6794245839118958, -0.28555524349212646, -0.2513057291507721, -0.2513057291507721, -0.43967801332473755, -0.30267998576164246, -0.31980475783348083, -0.13143247365951538, 0.03981505334377289, 0.15968845784664154, 0.4850587546825409, 0.587807297706604, 0.3651854991912842, 0.810429036617279, 0.9303023219108582, 1.0673003196716309, 0.8446785807609558, 0.9474270939826965, 1.2214230298995972, 0.7761795520782471, -0.2341809868812561, -0.6794245839118958, -1.3130404949188232, -1.8439078330993652, -1.9124068021774292, -1.946656346321106, -1.946656346321106, -1.946656346321106, -1.9809058904647827, -1.9809058904647827, -1.9295315742492676, -1.9637811183929443, -1.9980305433273315, -1.9637811183929443, -1.4671632051467896, -1.5527870655059814, -0.3540542721748352, 0.43368449807167053, 1.1529240608215332, 1.4097954034805298, 1.3412963151931763, 1.563918113708496, 1.5810428857803345, 1.6495418548583984, 1.4269200563430786, 1.6152924299240112, 1.5296685695648193, 1.8207894563674927, -0.3540542721748352, 1.1700488328933716, -0.3883037567138672, -1.8439078330993652, -2.032280206680298, -2.01515531539917, -1.9980305433273315, -1.7754088640213013, -1.6897850036621094, -2.0665295124053955, -0.4739275276660919, 0.26243698596954346, 0.6905558109283447, 0.6734310388565063, 0.19393795728683472, -1.6384108066558838, -1.9980305433273315, -1.9295315742492676, -1.073293924331665, 0.10831420123577118, 0.5706825256347656, -0.21705622971057892, 0.3138112425804138, -0.08005820959806442, 0.12543895840644836, 0.03981505334377289, -0.13143247365951538, 1.3070467710494995, 1.3926706314086914, 1.375545859336853, 1.3926706314086914, 1.4097954034805298], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.7590547800064087, 1.1529240608215332, 1.6152924299240112, 1.7694151401519775, 1.8036646842956543, 1.7009161710739136, 1.6495418548583984, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.5296685695648193, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 0.9645518660545349, 0.810429036617279, 0.5364330410957336, 0.0055655487813055515, -0.576676070690155, -0.5938007831573486, -0.5424265265464783, -0.7136740684509277, -0.7992978096008301, -0.9191710948944092, -1.141792893409729, -1.2787909507751465, -1.484287977218628, -1.6897850036621094, -1.7069097757339478, -1.3986642360687256, -1.4329137802124023, -1.4329137802124023, -1.415789008140564, -1.3472900390625, -1.1760424375534058, -0.9020463228225708, -1.02191960811615, -1.9637811183929443, -1.8439078330993652, -1.6555355787277222, -1.6212860345840454, -1.5527870655059814, -1.7240345478057861, -2.01515531539917, -1.8267830610275269, -1.946656346321106, -1.8096582889556885, 0.8789280652999878, 1.6152924299240112, 1.718040943145752, 1.786539912223816, 1.2727973461151123, -2.0494048595428467, -2.0836544036865234, -1.5699117183685303, -1.6897850036621094, -1.415789008140564, -1.3130404949188232, -1.9980305433273315, -2.0665295124053955, -0.9191710948944092, -1.415789008140564, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.5870364904403687, -1.672660231590271, -1.484287977218628, -1.4500385522842407, -1.1760424375534058, -1.4329137802124023, -1.484287977218628, -1.7754088640213013, -1.3130404949188232, -1.2787909507751465, -1.227416753768921, -1.3301652669906616, -1.3472900390625, -1.261666178703308, -1.1246682405471802, -1.073293924331665, -1.4500385522842407, -1.1075434684753418, -1.415789008140564, -1.3644146919250488, -1.2959157228469849, -1.4329137802124023, -1.0904186964035034, -1.227416753768921, -1.3301652669906616, -1.1931672096252441, -1.261666178703308, -0.9362958669662476, -1.2787909507751465, -1.0390443801879883, -0.8506720662117004, -0.9534205794334412, -0.9876701235771179, -0.7821730971336365, -0.9191710948944092, -0.7650483250617981, -0.4739275276660919, -0.31980475783348083, -0.02868395671248436, -0.14855723083019257, -0.42255327105522156, -0.14855723083019257, 0.15968845784664154, 0.5021834969520569, 0.41655975580215454, 0.3651854991912842, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7590547800064087, 0.8960528373718262, 1.0159261226654053, 1.2385478019714355, 0.7761795520782471, -0.3540542721748352, -1.1246682405471802, -1.6212860345840454, -1.79253351688385, -1.9124068021774292, -1.9124068021774292, -1.8952820301055908, -1.946656346321106, -1.9637811183929443, -1.9124068021774292, -1.9124068021774292, -1.1589176654815674, -0.16568197309970856, 0.5021834969520569, -0.6622998118400574, 0.10831420123577118, 0.0740646943449974, 0.656306266784668, 1.5810428857803345, 1.4954191446304321, 1.2727973461151123, 1.444044828414917, 1.5981676578521729, 1.7351655960083008, 1.375545859336853, 1.324171543121338, 1.4097954034805298, 1.2899221181869507, 1.1529240608215332, 1.4611696004867554, 1.5125439167022705, 1.1186745166778564, -0.011559205129742622, -1.7069097757339478, -1.3644146919250488, -2.0494048595428467, -2.0665295124053955, -2.0836544036865234, -2.032280206680298, -0.3540542721748352, 0.7248052954673767, 0.9131776094436646, -1.535662293434143, -2.032280206680298, -1.9637811183929443, -1.7411593198776245, -0.4910522699356079, 0.2281874716281891, 1.1700488328933716, 0.43368449807167053, 0.7248052954673767, 0.4508092403411865, 0.27956172823905945, -0.28555524349212646, 0.38231024146080017, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853], [1.5467933416366577, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 1.0330508947372437, 1.5125439167022705, 1.718040943145752, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.6152924299240112, 1.5810428857803345, 1.5296685695648193, 1.4611696004867554, 1.2899221181869507, 1.2385478019714355, 1.2385478019714355, 1.1700488328933716, 1.0330508947372437, 0.8789280652999878, 0.5364330410957336, -0.045808710157871246, -0.5081770420074463, -0.6622998118400574, -0.576676070690155, -0.5938007831573486, -1.1246682405471802, -1.1931672096252441, -1.227416753768921, -1.3815394639968872, -1.4671632051467896, -1.4329137802124023, -1.7754088640213013, -1.79253351688385, -1.4671632051467896, -1.415789008140564, -1.5185375213623047, -1.5699117183685303, -1.5014127492904663, -1.4329137802124023, -1.3130404949188232, -0.8677968382835388, -1.7069097757339478, -1.9295315742492676, -1.758284091949463, -1.8267830610275269, -1.672660231590271, -1.6897850036621094, -2.032280206680298, -1.9980305433273315, 0.7076805233955383, 1.0844250917434692, 1.6495418548583984, 1.8036646842956543, 0.9988013505935669, -2.0494048595428467, -2.1179039478302, -1.604161262512207, -1.6384108066558838, -1.2959157228469849, -1.3130404949188232, -1.9980305433273315, -2.0836544036865234, -0.7821730971336365, -1.3986642360687256, -1.3644146919250488, -1.5185375213623047, -1.5014127492904663, -1.604161262512207, -1.4500385522842407, -1.672660231590271, -1.4500385522842407, -1.5185375213623047, -1.7069097757339478, -1.261666178703308, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.6555355787277222, -1.3472900390625, -1.227416753768921, -1.1589176654815674, -1.3130404949188232, -1.484287977218628, -1.261666178703308, -1.3815394639968872, -1.3986642360687256, -1.1931672096252441, -1.2445415258407593, -1.3472900390625, -1.0390443801879883, -1.227416753768921, -1.0047948360443115, -1.2102919816970825, -1.073293924331665, -1.141792893409729, -1.1589176654815674, -0.9362958669662476, -0.8677968382835388, -0.7479235529899597, -0.6622998118400574, -0.5595512986183167, -0.4568027853965759, -0.2513057291507721, -0.2341809868812561, -0.40542852878570557, -0.2684305012226105, 0.12543895840644836, 0.9303023219108582, 0.29668647050857544, 0.656306266784668, 0.9474270939826965, 0.7761795520782471, 0.9131776094436646, 0.7933043241500854, 0.6734310388565063, 0.38231024146080017, 0.8960528373718262, 0.587807297706604, -0.5081770420074463, -1.227416753768921, -1.8952820301055908, -1.9124068021774292, -1.9295315742492676, -1.946656346321106, -1.9295315742492676, -1.8610326051712036, -1.878157377243042, -1.5014127492904663, -1.0047948360443115, -0.40542852878570557, 0.8275538086891174, 1.2042982578277588, 0.9816765785217285, 1.255672574043274, 1.4097954034805298, 1.5467933416366577, 1.444044828414917, 1.4954191446304321, 1.4782943725585938, 1.5981676578521729, 1.5296685695648193, 1.7522903680801392, 1.5981676578521729, 1.0501755475997925, 1.2385478019714355, 1.5125439167022705, 1.4954191446304321, 1.7009161710739136, 1.3926706314086914, 0.9988013505935669, 0.6905558109283447, 0.27956172823905945, -0.9191710948944092, -1.9809058904647827, -2.01515531539917, -2.032280206680298, -2.0494048595428467, -1.946656346321106, -0.06293346732854843, -1.1589176654815674, -2.1179039478302, -2.0836544036865234, -1.946656346321106, -1.7411593198776245, -0.8849216103553772, 0.3138112425804138, 0.9474270939826965, 0.587807297706604, 0.6391815543174744, 0.5535577535629272, -0.18280673027038574, 0.19393795728683472, 0.7761795520782471, 1.324171543121338, 1.1529240608215332, 1.3070467710494995, 1.3070467710494995, 1.324171543121338], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.7419300675392151, 1.2042982578277588, 1.6495418548583984, 1.786539912223816, 1.7009161710739136, 1.63241708278656, 1.5981676578521729, 1.5467933416366577, 1.563918113708496, 1.5296685695648193, 1.3412963151931763, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 0.9645518660545349, 0.7590547800064087, 0.3651854991912842, -0.31980475783348083, -0.610925555229187, -0.43967801332473755, -0.28555524349212646, -1.2445415258407593, -1.535662293434143, -1.5870364904403687, -1.3815394639968872, -1.3986642360687256, -1.4329137802124023, -1.4500385522842407, -1.672660231590271, -1.758284091949463, -1.6384108066558838, -1.5699117183685303, -1.5185375213623047, -1.535662293434143, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.3301652669906616, -1.8267830610275269, -1.9637811183929443, -1.79253351688385, -1.7069097757339478, -1.6384108066558838, -1.9295315742492676, 0.27956172823905945, 1.255672574043274, 1.4097954034805298, 1.563918113708496, 1.7351655960083008, -0.5595512986183167, -2.1007792949676514, -1.6897850036621094, -1.5870364904403687, -1.4671632051467896, -1.3472900390625, -2.0494048595428467, -2.0665295124053955, -0.8677968382835388, -1.3644146919250488, -1.3472900390625, -1.4329137802124023, -1.3815394639968872, -1.7240345478057861, -1.2959157228469849, -1.6555355787277222, -1.5014127492904663, -1.3472900390625, -1.0561691522598267, -1.3472900390625, -1.7754088640213013, -1.073293924331665, -1.073293924331665, -1.3472900390625, -1.5014127492904663, -1.4500385522842407, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.2787909507751465, -1.3301652669906616, -1.3815394639968872, -1.3301652669906616, -1.3644146919250488, -1.4671632051467896, -1.2959157228469849, -1.2102919816970825, -1.227416753768921, -1.1589176654815674, -1.2445415258407593, -1.3815394639968872, -1.4500385522842407, -1.1589176654815674, -1.1075434684753418, -1.1589176654815674, -0.8677968382835388, -1.1760424375534058, -0.7992978096008301, -0.9020463228225708, -0.645175039768219, -0.43967801332473755, -0.06293346732854843, 0.056939806789159775, 0.02269030176103115, -0.14855723083019257, 0.5193082690238953, 0.7419300675392151, 0.38231024146080017, 0.41655975580215454, 0.6049320101737976, 0.8789280652999878, 0.7419300675392151, 0.8960528373718262, 1.2042982578277588, 1.2899221181869507, 1.1186745166778564, 0.3651854991912842, -0.9876701235771179, -1.484287977218628, -1.8096582889556885, -1.9295315742492676, -1.9295315742492676, -1.9124068021774292, -1.8439078330993652, -1.9980305433273315, -1.4500385522842407, -0.5424265265464783, -0.43967801332473755, 1.1529240608215332, 0.3309359848499298, 1.101549744606018, 1.3584210872650146, 1.4782943725585938, 1.5981676578521729, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.5125439167022705, 1.444044828414917, 1.375545859336853, 1.5467933416366577, 1.4611696004867554, 1.3926706314086914, 1.0673003196716309, 0.9988013505935669, 1.2214230298995972, 1.4611696004867554, 1.4954191446304321, 0.8446785807609558, 0.7248052954673767, -0.40542852878570557, -1.5014127492904663, -1.878157377243042, -1.9980305433273315, -2.0836544036865234, -2.0836544036865234, -2.032280206680298, -2.0665295124053955, -2.1179039478302, -1.946656346321106, -1.9124068021774292, -0.8164225816726685, -1.9637811183929443, -0.42255327105522156, 0.9645518660545349, 0.9816765785217285, 1.1357992887496948, 0.39943498373031616, 0.2110627144575119, 0.19393795728683472, 0.14256370067596436, 1.4611696004867554, 1.2727973461151123, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123], [1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.7933043241500854, 1.4097954034805298, 1.7522903680801392, 1.7351655960083008, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.5296685695648193, 1.324171543121338, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 0.810429036617279, 0.8275538086891174, 0.6049320101737976, 0.15968845784664154, -0.08005820959806442, -0.4739275276660919, -0.8335473537445068, -1.261666178703308, -1.4500385522842407, -1.6555355787277222, -1.4329137802124023, -1.261666178703308, -1.261666178703308, -1.4500385522842407, -1.7069097757339478, -1.8439078330993652, -1.7754088640213013, -1.6555355787277222, -1.6555355787277222, -1.6212860345840454, -1.5185375213623047, -1.5014127492904663, -1.4329137802124023, -1.2959157228469849, -1.6384108066558838, -1.8952820301055908, -1.79253351688385, -1.758284091949463, -1.7240345478057861, 1.324171543121338, 1.375545859336853, 1.5981676578521729, 1.7351655960083008, 1.5981676578521729, -1.7411593198776245, -1.8267830610275269, -2.032280206680298, -2.1179039478302, -1.946656346321106, -1.9809058904647827, -2.1179039478302, -2.032280206680298, -1.9637811183929443, -1.6384108066558838, -1.5699117183685303, -1.3472900390625, -1.9637811183929443, -0.7479235529899597, -1.2959157228469849, -1.2787909507751465, -1.227416753768921, -1.6555355787277222, -1.141792893409729, -1.4329137802124023, -1.5870364904403687, -1.4500385522842407, -1.535662293434143, -1.3986642360687256, -1.3986642360687256, -1.2787909507751465, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.2102919816970825, -1.3472900390625, -1.3472900390625, -1.4500385522842407, -1.2959157228469849, -1.3644146919250488, -1.3130404949188232, -1.3472900390625, -1.4500385522842407, -1.2787909507751465, -1.3301652669906616, -1.141792893409729, -1.1075434684753418, -1.0390443801879883, -1.1246682405471802, -0.9876701235771179, -0.8506720662117004, -0.8164225816726685, -0.8335473537445068, -0.7479235529899597, -0.3540542721748352, 0.056939806789159775, -0.16568197309970856, -0.2513057291507721, 0.12543895840644836, 0.27956172823905945, 0.7761795520782471, 0.587807297706604, 0.7248052954673767, 0.622056782245636, 0.5021834969520569, 0.7933043241500854, 1.0159261226654053, 1.255672574043274, 1.18717360496521, 1.0330508947372437, 0.656306266784668, -0.3369295001029968, -1.2102919816970825, -1.8267830610275269, -1.8952820301055908, -1.946656346321106, -1.9809058904647827, -1.8952820301055908, -1.9124068021774292, -0.8335473537445068, 0.2110627144575119, 0.7933043241500854, 1.0330508947372437, 1.255672574043274, 1.375545859336853, 1.6152924299240112, 1.7009161710739136, 1.4611696004867554, 1.5296685695648193, 1.5810428857803345, 1.563918113708496, 1.444044828414917, 1.3412963151931763, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.3070467710494995, 0.9988013505935669, 0.8789280652999878, 0.8275538086891174, 1.0673003196716309, 1.3070467710494995, 0.8618032932281494, 0.39943498373031616, -1.02191960811615, -1.4500385522842407, -2.1007792949676514, -2.0836544036865234, -1.3815394639968872, -2.1179039478302, -2.0665295124053955, -2.0665295124053955, 0.27956172823905945, 0.8789280652999878, -2.0494048595428467, -1.604161262512207, -1.2787909507751465, -0.045808710157871246, 0.8446785807609558, 1.255672574043274, 1.1357992887496948, 1.0330508947372437, 0.7419300675392151, 0.14256370067596436, 0.587807297706604, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 1.0844250917434692, 1.7351655960083008, 1.7009161710739136, 1.6666666269302368, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.4782943725585938, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9131776094436646, 0.7590547800064087, 0.5535577535629272, 0.26243698596954346, -0.13143247365951538, -0.3540542721748352, -0.5595512986183167, -0.9362958669662476, -1.2959157228469849, -1.5185375213623047, -1.7240345478057861, -1.5699117183685303, -1.3301652669906616, -1.261666178703308, -1.2787909507751465, -1.4500385522842407, -1.7240345478057861, -1.8439078330993652, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6555355787277222, -1.604161262512207, -1.3986642360687256, -1.261666178703308, -1.2445415258407593, -1.7069097757339478, -1.9809058904647827, -1.8610326051712036, 1.6495418548583984, 1.6152924299240112, 1.7694151401519775, 1.6837913990020752, -1.604161262512207, -1.8096582889556885, -2.0494048595428467, -1.5527870655059814, -1.8267830610275269, -1.4500385522842407, -1.2959157228469849, -1.02191960811615, -1.1075434684753418, -1.758284091949463, -2.032280206680298, -1.1589176654815674, -1.484287977218628, -1.6555355787277222, -1.4500385522842407, -1.3986642360687256, -1.141792893409729, -1.4329137802124023, -1.7240345478057861, -1.3301652669906616, -1.3644146919250488, -1.3301652669906616, -0.9876701235771179, -1.261666178703308, -1.3986642360687256, -1.141792893409729, -1.6897850036621094, -1.415789008140564, -1.4329137802124023, -1.3472900390625, -1.6555355787277222, -1.2787909507751465, -1.1760424375534058, -1.2102919816970825, -1.5870364904403687, -1.6555355787277222, -1.1931672096252441, -1.535662293434143, -1.3986642360687256, -1.0390443801879883, -1.3472900390625, -1.3130404949188232, -1.2445415258407593, -1.2445415258407593, -1.5699117183685303, -0.8849216103553772, -1.2787909507751465, -1.2102919816970825, -0.8164225816726685, -0.576676070690155, -0.576676070690155, -0.2341809868812561, 0.2110627144575119, 0.6049320101737976, 0.6905558109283447, 0.3480607271194458, 0.810429036617279, 0.43368449807167053, 0.38231024146080017, 0.9645518660545349, 0.8960528373718262, 0.5021834969520569, 0.9645518660545349, 1.0673003196716309, 0.9131776094436646, 0.7248052954673767, -0.5253018140792847, -1.227416753768921, -1.7069097757339478, -1.878157377243042, -1.9637811183929443, -1.946656346321106, -1.946656346321106, -0.2513057291507721, 0.7590547800064087, 0.7933043241500854, 0.3480607271194458, 0.8789280652999878, 1.324171543121338, 1.2385478019714355, 1.5125439167022705, 1.3926706314086914, 1.5981676578521729, 1.4954191446304321, 1.2042982578277588, 1.6152924299240112, 1.5125439167022705, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.444044828414917, 0.8960528373718262, 0.5193082690238953, 1.101549744606018, 0.7590547800064087, 0.8275538086891174, -0.1143077164888382, -2.0494048595428467, -1.878157377243042, -2.0494048595428467, -2.0836544036865234, -2.0836544036865234, -1.261666178703308, -2.0494048595428467, -2.0665295124053955, -2.1179039478302, -2.0836544036865234, -2.0494048595428467, -1.3472900390625, -0.7992978096008301, -0.09718296676874161, 0.7419300675392151, 0.5706825256347656, 0.9816765785217285, 0.4850587546825409, -0.011559205129742622, 1.2042982578277588, 1.0844250917434692, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972], [1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 1.0159261226654053, 1.7009161710739136, 1.7009161710739136, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.63241708278656, 1.4782943725585938, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.7933043241500854, 0.5021834969520569, 0.3480607271194458, 0.15968845784664154, -0.18280673027038574, -0.5595512986183167, -0.9362958669662476, -1.1760424375534058, -1.3130404949188232, -1.535662293434143, -1.7411593198776245, -1.672660231590271, -1.5014127492904663, -1.3644146919250488, -1.2959157228469849, -1.415789008140564, -1.6897850036621094, -1.7069097757339478, -1.5870364904403687, -1.5699117183685303, -1.5185375213623047, -1.4329137802124023, -1.4329137802124023, -1.3644146919250488, -1.9124068021774292, -1.7240345478057861, -1.9809058904647827, -0.576676070690155, 0.9474270939826965, 1.5296685695648193, 1.718040943145752, 0.4850587546825409, -1.8952820301055908, -2.1179039478302, -1.604161262512207, -1.535662293434143, -1.7069097757339478, -1.4500385522842407, -1.535662293434143, -1.415789008140564, -1.878157377243042, -1.9124068021774292, -0.9362958669662476, -1.5014127492904663, -1.261666178703308, -1.5527870655059814, -1.7754088640213013, -1.2787909507751465, -1.2787909507751465, -1.2445415258407593, -1.5699117183685303, -1.3130404949188232, -1.672660231590271, -1.2959157228469849, -1.02191960811615, -1.3986642360687256, -1.3472900390625, -1.604161262512207, -1.3301652669906616, -1.3301652669906616, -1.261666178703308, -1.3644146919250488, -1.1246682405471802, -1.1589176654815674, -1.0047948360443115, -0.9534205794334412, -1.1589176654815674, -1.2959157228469849, -1.4329137802124023, -1.3815394639968872, -0.9534205794334412, -1.2959157228469849, -1.3301652669906616, -1.2102919816970825, -1.1246682405471802, -1.0904186964035034, -0.9534205794334412, -0.9705453515052795, -1.02191960811615, -0.8506720662117004, -0.645175039768219, 0.3651854991912842, -0.2341809868812561, -0.31980475783348083, 0.3138112425804138, 0.3651854991912842, 0.5706825256347656, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.9816765785217285, 1.1357992887496948, 1.2385478019714355, 0.9645518660545349, 0.9303023219108582, 0.622056782245636, 0.2281874716281891, -0.3540542721748352, -1.02191960811615, -1.5185375213623047, -1.8610326051712036, -1.8610326051712036, -1.8439078330993652, -1.2959157228469849, -0.7821730971336365, 0.6049320101737976, 1.0844250917434692, 0.9645518660545349, 0.9816765785217285, 0.9474270939826965, 1.3584210872650146, 1.375545859336853, 1.4954191446304321, 1.3926706314086914, 1.3926706314086914, 1.6152924299240112, 1.3584210872650146, 1.3070467710494995, 1.444044828414917, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.101549744606018, 1.2727973461151123, 1.2214230298995972, 1.2385478019714355, 0.810429036617279, 0.27956172823905945, -1.7069097757339478, -2.01515531539917, -1.9980305433273315, -1.878157377243042, -0.2513057291507721, -2.032280206680298, -2.0665295124053955, 0.24531221389770508, 1.375545859336853, -1.878157377243042, -2.0665295124053955, 0.810429036617279, 1.718040943145752, -2.0836544036865234, -1.9124068021774292, -1.7754088640213013, -0.40542852878570557, 0.091189444065094, -0.18280673027038574, -0.6794245839118958, -1.2959157228469849, 1.0673003196716309, 1.3412963151931763, 1.0844250917434692, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 1.0330508947372437, 1.7522903680801392, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.7009161710739136, 1.5981676578521729, 1.5296685695648193, 1.3926706314086914, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 0.9816765785217285, 0.7933043241500854, 0.587807297706604, 0.26243698596954346, -0.2341809868812561, -0.7821730971336365, -1.0047948360443115, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.5185375213623047, -1.604161262512207, -1.7411593198776245, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -1.5527870655059814, -1.6384108066558838, -1.758284091949463, -1.6555355787277222, -1.758284091949463, -1.8267830610275269, -1.6384108066558838, -1.9809058904647827, -1.9980305433273315, -1.8096582889556885, -1.8952820301055908, 0.7933043241500854, 1.0159261226654053, 0.9303023219108582, 0.9303023219108582, 0.2110627144575119, -1.7754088640213013, -1.9980305433273315, -1.878157377243042, -1.4500385522842407, -1.5699117183685303, -1.535662293434143, -1.2445415258407593, -2.1179039478302, -1.8096582889556885, -1.1589176654815674, -1.3644146919250488, -1.261666178703308, -1.5699117183685303, -1.672660231590271, -1.5014127492904663, -1.2102919816970825, -1.2787909507751465, -1.535662293434143, -1.3644146919250488, -1.3986642360687256, -1.6212860345840454, -1.2787909507751465, -1.3986642360687256, -1.4329137802124023, -1.2959157228469849, -1.1589176654815674, -1.261666178703308, -1.141792893409729, -1.1760424375534058, -1.2102919816970825, -1.0390443801879883, -1.0047948360443115, -0.9020463228225708, -0.8506720662117004, -1.141792893409729, -0.8335473537445068, -1.073293924331665, -1.227416753768921, -1.2787909507751465, -1.2102919816970825, -1.1760424375534058, -1.1075434684753418, -1.1246682405471802, -1.1931672096252441, -0.9191710948944092, -0.7650483250617981, -0.6794245839118958, -0.5081770420074463, -0.13143247365951538, 0.27956172823905945, 0.2110627144575119, 0.4508092403411865, 0.6049320101737976, 0.5364330410957336, 0.656306266784668, 0.8275538086891174, 0.6734310388565063, 0.8275538086891174, 0.5706825256347656, 0.7590547800064087, 0.8960528373718262, 1.18717360496521, 1.2385478019714355, 0.7419300675392151, -0.42255327105522156, -1.3644146919250488, -1.8952820301055908, -1.878157377243042, -1.8952820301055908, -1.3472900390625, 0.27956172823905945, 0.7248052954673767, 1.1186745166778564, 1.1186745166778564, 1.3412963151931763, 1.2727973461151123, 0.9988013505935669, 1.1186745166778564, 1.5125439167022705, 1.4269200563430786, 1.5810428857803345, 1.4782943725585938, 1.5981676578521729, 1.563918113708496, 1.6495418548583984, 1.4611696004867554, 1.2214230298995972, 1.5296685695648193, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3070467710494995, 1.18717360496521, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.4782943725585938, 1.5125439167022705, -1.0561691522598267, -0.9876701235771179, -1.5699117183685303, -0.30267998576164246, 1.5296685695648193, 1.7009161710739136, -1.5699117183685303, -2.032280206680298, 1.5467933416366577, 1.563918113708496, -2.0665295124053955, -1.261666178703308, -1.9124068021774292, -1.5527870655059814, -0.7650483250617981, -1.604161262512207, -1.8952820301055908, -0.9191710948944092, 1.4782943725585938, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716], [1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 1.1357992887496948, 1.786539912223816, 1.718040943145752, 1.718040943145752, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 0.9988013505935669, 0.9131776094436646, 0.6391815543174744, 0.19393795728683472, -0.30267998576164246, -0.7479235529899597, -1.1931672096252441, -1.3986642360687256, -1.2787909507751465, -1.1246682405471802, -1.3130404949188232, -1.5527870655059814, -1.7069097757339478, -1.7411593198776245, -1.5699117183685303, -1.5014127492904663, -1.5870364904403687, -1.535662293434143, -1.484287977218628, -1.5185375213623047, -0.7992978096008301, -1.9124068021774292, -1.9637811183929443, -1.9980305433273315, -2.01515531539917, -2.0494048595428467, -1.672660231590271, 1.2385478019714355, 1.2899221181869507, 1.255672574043274, 1.324171543121338, -2.032280206680298, -1.9809058904647827, -1.6555355787277222, -0.9534205794334412, -1.8267830610275269, -2.0494048595428467, -1.6897850036621094, -2.01515531539917, -2.1007792949676514, -1.9124068021774292, -1.415789008140564, -1.484287977218628, -1.604161262512207, -1.4500385522842407, -1.79253351688385, -2.0836544036865234, -1.1760424375534058, -1.5014127492904663, -1.535662293434143, -1.484287977218628, -1.484287977218628, -1.3644146919250488, -1.4329137802124023, -1.2959157228469849, -1.1931672096252441, -0.8677968382835388, -1.073293924331665, -1.141792893409729, -1.1246682405471802, -1.1246682405471802, -0.9191710948944092, -0.9876701235771179, -0.8849216103553772, -0.8335473537445068, -0.7307988405227661, -0.7136740684509277, -0.8164225816726685, -1.1075434684753418, -0.9362958669662476, -0.8849216103553772, -1.1931672096252441, -1.2959157228469849, -1.1589176654815674, -1.2787909507751465, -1.0561691522598267, -0.7307988405227661, -0.21705622971057892, -0.06293346732854843, -0.16568197309970856, 0.29668647050857544, 0.15968845784664154, 0.15968845784664154, 0.6049320101737976, 0.29668647050857544, 0.3138112425804138, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.9303023219108582, 0.6049320101737976, 0.7761795520782471, 1.101549744606018, 1.0159261226654053, 0.4679340124130249, -0.43967801332473755, -1.1075434684753418, -1.8096582889556885, -1.8267830610275269, -1.758284091949463, -1.5699117183685303, -0.2684305012226105, 0.7248052954673767, 1.0673003196716309, 1.0673003196716309, 0.9816765785217285, 1.1529240608215332, 1.1700488328933716, 0.9988013505935669, 1.3926706314086914, 1.1529240608215332, 1.324171543121338, 1.5125439167022705, 1.6837913990020752, 1.4097954034805298, 1.5981676578521729, 1.5125439167022705, 1.5810428857803345, 1.2727973461151123, 1.444044828414917, 1.4097954034805298, 1.444044828414917, 1.5296685695648193, 1.5810428857803345, 1.4782943725585938, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.6666666269302368, 1.2727973461151123, 1.9406627416610718, 1.1529240608215332, -0.31980475783348083, 0.3651854991912842, 1.5981676578521729, -1.8096582889556885, -2.1007792949676514, -2.0836544036865234, -1.1760424375534058, -1.2102919816970825, -1.9295315742492676, -1.9295315742492676, -1.8267830610275269, 0.2281874716281891, -0.06293346732854843, -1.9809058904647827, -0.6622998118400574, 1.4782943725585938, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564], [1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 1.0501755475997925, 1.6666666269302368, 1.6837913990020752, 1.7522903680801392, 1.7351655960083008, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.5467933416366577, 1.4954191446304321, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.1529240608215332, 0.9474270939826965, 0.8618032932281494, 0.7761795520782471, 0.2281874716281891, -0.2513057291507721, -0.7821730971336365, -1.1246682405471802, -1.4500385522842407, -1.4500385522842407, -1.3986642360687256, -1.2959157228469849, -1.3644146919250488, -1.5699117183685303, -1.7754088640213013, -1.8610326051712036, -1.7411593198776245, -1.6384108066558838, -1.7240345478057861, -1.6555355787277222, -1.9124068021774292, -1.758284091949463, -1.8610326051712036, -1.878157377243042, -1.758284091949463, -1.7240345478057861, -1.6555355787277222, -1.5185375213623047, -1.141792893409729, 0.9131776094436646, 0.656306266784668, -2.0665295124053955, -1.8096582889556885, -1.758284091949463, -1.3986642360687256, -0.8506720662117004, -1.7754088640213013, -2.1007792949676514, -1.02191960811615, -1.073293924331665, -0.8849216103553772, -1.3130404949188232, -1.8952820301055908, -2.032280206680298, -1.8952820301055908, -2.1007792949676514, -2.0665295124053955, -1.1246682405471802, -1.5527870655059814, -1.5870364904403687, -1.7069097757339478, -1.5185375213623047, -0.9876701235771179, -1.3644146919250488, -1.227416753768921, -1.4500385522842407, -1.261666178703308, -1.3130404949188232, -1.073293924331665, -1.4671632051467896, -1.1246682405471802, -1.0904186964035034, -1.3130404949188232, -0.9020463228225708, -1.0904186964035034, -0.8677968382835388, -0.9705453515052795, -0.576676070690155, -0.43967801332473755, -0.5081770420074463, -0.40542852878570557, -0.2684305012226105, -0.06293346732854843, 0.056939806789159775, -0.42255327105522156, -0.18280673027038574, -0.8335473537445068, -0.3883037567138672, -0.7479235529899597, 0.19393795728683472, 0.4508092403411865, 0.39943498373031616, 0.0740646943449974, 0.3309359848499298, 0.17681321501731873, 0.5535577535629272, 0.622056782245636, 0.6905558109283447, 0.810429036617279, 0.9645518660545349, 0.7761795520782471, 0.9816765785217285, 0.6905558109283447, 1.1357992887496948, 0.4679340124130249, 0.091189444065094, -0.576676070690155, -1.0047948360443115, -1.8267830610275269, -1.8439078330993652, -1.1075434684753418, -0.08005820959806442, 0.5364330410957336, 1.2042982578277588, 1.324171543121338, 1.5467933416366577, 1.255672574043274, 1.2727973461151123, 1.5296685695648193, 1.5467933416366577, 1.4097954034805298, 1.255672574043274, 1.444044828414917, 1.2214230298995972, 1.4782943725585938, 1.4097954034805298, 1.1357992887496948, 1.255672574043274, 1.2042982578277588, 1.3584210872650146, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.3584210872650146, 1.563918113708496, 1.5125439167022705, 1.6837913990020752, 1.5125439167022705, 1.7009161710739136, 1.5296685695648193, 1.4269200563430786, 0.8446785807609558, 1.3584210872650146, 0.7248052954673767, -1.3130404949188232, 1.4269200563430786, -1.3815394639968872, 1.0673003196716309, 0.03981505334377289, 0.5193082690238953, -0.31980475783348083, 0.622056782245636, 0.622056782245636, 0.7590547800064087, 1.0330508947372437, -0.8335473537445068, -0.08005820959806442, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.7076805233955383, 1.2385478019714355, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.7351655960083008, 1.6837913990020752, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.0330508947372437, 0.6391815543174744, 0.15968845784664154, -0.5081770420074463, -0.9362958669662476, -1.227416753768921, -1.2787909507751465, -1.2445415258407593, -1.484287977218628, -1.6555355787277222, -1.535662293434143, -1.5699117183685303, -1.5185375213623047, -1.5527870655059814, -1.604161262512207, -1.484287977218628, -1.3986642360687256, -1.9124068021774292, -1.8267830610275269, -1.8267830610275269, -1.878157377243042, -1.7069097757339478, -1.3986642360687256, -1.8610326051712036, -1.6384108066558838, -1.5699117183685303, -0.3711790144443512, -0.576676070690155, -1.1075434684753418, -1.5699117183685303, -0.9191710948944092, -1.4500385522842407, -0.3711790144443512, -1.6555355787277222, -2.1179039478302, -1.3472900390625, -1.5014127492904663, -1.535662293434143, -1.535662293434143, -1.5014127492904663, -2.0494048595428467, -1.4671632051467896, -1.5014127492904663, -1.3815394639968872, -0.9362958669662476, -1.3644146919250488, -1.5527870655059814, -1.5699117183685303, -1.5014127492904663, -1.79253351688385, -1.2787909507751465, -1.3130404949188232, -1.5014127492904663, -1.415789008140564, -1.2102919816970825, -1.3472900390625, -1.5870364904403687, -1.2787909507751465, -1.227416753768921, -1.415789008140564, -1.3130404949188232, -1.0904186964035034, -1.02191960811615, -0.8335473537445068, -0.5595512986183167, -0.6280503273010254, -0.7821730971336365, -0.18280673027038574, -0.045808710157871246, -0.18280673027038574, -0.19993148744106293, 0.02269030176103115, -0.011559205129742622, 0.0740646943449974, 0.19393795728683472, 0.38231024146080017, 0.3138112425804138, -0.30267998576164246, -0.21705622971057892, -0.14855723083019257, 0.056939806789159775, 0.3309359848499298, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7419300675392151, 0.810429036617279, 1.0159261226654053, 0.7761795520782471, 0.8960528373718262, 1.0673003196716309, 0.4679340124130249, -0.6280503273010254, -1.02191960811615, -1.6555355787277222, -1.6555355787277222, -1.7069097757339478, -0.08005820959806442, -0.16568197309970856, 0.8618032932281494, 0.7933043241500854, 1.2727973461151123, 1.375545859336853, 0.9816765785217285, 0.8618032932281494, 1.1186745166778564, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7522903680801392, 1.324171543121338, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.324171543121338, 1.1529240608215332, 1.4954191446304321, 1.6495418548583984, 1.6837913990020752, 1.5467933416366577, 1.324171543121338, 0.9645518660545349, 1.18717360496521, 1.5981676578521729, 1.2899221181869507, 1.5296685695648193, 1.5125439167022705, 1.9920369386672974, 1.444044828414917, 1.1357992887496948, 1.375545859336853, 1.718040943145752, -0.21705622971057892, 0.9303023219108582, 0.10831420123577118, 1.6837913990020752, 1.3926706314086914, 1.4782943725585938, 0.8446785807609558, 0.7590547800064087, 1.1700488328933716, 1.3926706314086914, 0.17681321501731873, 0.4508092403411865, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309], [1.563918113708496, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 1.101549744606018, 1.563918113708496, 1.786539912223816, 1.7522903680801392, 1.718040943145752, 1.6837913990020752, 1.6666666269302368, 1.63241708278656, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.18717360496521, 0.9645518660545349, 0.5535577535629272, -0.09718296676874161, -0.5595512986183167, -0.4910522699356079, -0.9020463228225708, -1.1246682405471802, -1.1931672096252441, -1.6555355787277222, -1.6212860345840454, -1.9295315742492676, -1.3815394639968872, -0.9534205794334412, -1.758284091949463, -1.6555355787277222, -1.79253351688385, -1.9295315742492676, -2.01515531539917, -1.9980305433273315, -2.1179039478302, -2.032280206680298, -1.758284091949463, -1.4500385522842407, -1.8096582889556885, -0.9705453515052795, -1.2787909507751465, 0.10831420123577118, 1.0501755475997925, 0.656306266784668, -1.3644146919250488, -1.878157377243042, -1.6555355787277222, -0.6794245839118958, -1.946656346321106, -1.9124068021774292, -1.5870364904403687, -1.3644146919250488, -1.3472900390625, -1.4671632051467896, -1.9637811183929443, -1.9809058904647827, -1.4671632051467896, -1.535662293434143, -1.0047948360443115, -1.2445415258407593, -1.4500385522842407, -1.6212860345840454, -1.415789008140564, -1.3644146919250488, -1.3986642360687256, -1.0390443801879883, -1.415789008140564, -1.3644146919250488, -0.43967801332473755, -0.3711790144443512, -1.02191960811615, -1.0047948360443115, -1.4329137802124023, -1.3130404949188232, -1.2102919816970825, -0.9705453515052795, -1.1246682405471802, -0.8506720662117004, -0.9020463228225708, -0.8677968382835388, -0.7479235529899597, -0.5081770420074463, -0.5595512986183167, -0.045808710157871246, 0.5364330410957336, 0.3138112425804138, -0.045808710157871246, -0.31980475783348083, -1.3986642360687256, -0.06293346732854843, 0.02269030176103115, 0.24531221389770508, 0.3480607271194458, 0.3138112425804138, 0.43368449807167053, 0.5193082690238953, 0.7590547800064087, 0.6905558109283447, 0.7419300675392151, 0.6734310388565063, 1.0330508947372437, 0.8618032932281494, 0.7933043241500854, 0.7933043241500854, 0.9131776094436646, 0.4679340124130249, -0.7821730971336365, -1.4671632051467896, -1.5870364904403687, -1.7411593198776245, -1.6897850036621094, -0.9534205794334412, -0.21705622971057892, 0.7076805233955383, 1.1529240608215332, 1.3926706314086914, 1.444044828414917, 1.4097954034805298, 1.2385478019714355, 1.0673003196716309, 0.9303023219108582, 0.810429036617279, 1.0844250917434692, 0.7590547800064087, 0.6734310388565063, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.2899221181869507, 1.5981676578521729, 1.5296685695648193, 1.444044828414917, 1.324171543121338, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.5810428857803345, 1.6152924299240112, 1.8036646842956543, 1.4611696004867554, 1.5296685695648193, 1.4782943725585938, 0.622056782245636, 1.3412963151931763, 0.43368449807167053, 1.4269200563430786, 0.7248052954673767, 0.4850587546825409, 1.2385478019714355, 1.5467933416366577, 1.1186745166778564, 0.9303023219108582, 0.5535577535629272, 1.0673003196716309, 0.29668647050857544, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.5706825256347656, 0.8789280652999878, 1.2042982578277588, 1.63241708278656, 1.718040943145752, 1.6837913990020752, 1.6837913990020752, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3070467710494995, 1.1700488328933716, 0.8960528373718262, 0.39943498373031616, -0.09718296676874161, -0.4910522699356079, -0.7307988405227661, -0.21705622971057892, -0.8335473537445068, -0.7992978096008301, -0.8677968382835388, -1.2787909507751465, -1.672660231590271, -1.2102919816970825, 0.091189444065094, -1.415789008140564, -1.9295315742492676, -1.8610326051712036, -1.8439078330993652, -1.7754088640213013, -1.758284091949463, -1.7069097757339478, -1.758284091949463, -0.9020463228225708, -1.7069097757339478, -2.0836544036865234, -1.6555355787277222, -0.6280503273010254, -0.42255327105522156, -0.8335473537445068, -1.3130404949188232, -0.16568197309970856, -1.9637811183929443, -0.8164225816726685, -0.8677968382835388, -1.415789008140564, -1.79253351688385, -1.7411593198776245, -1.8267830610275269, -1.9295315742492676, -1.7240345478057861, -1.8952820301055908, -1.5870364904403687, -1.5014127492904663, -1.5014127492904663, -1.3986642360687256, -1.5527870655059814, -1.672660231590271, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.484287977218628, -1.2787909507751465, -1.1931672096252441, -1.1931672096252441, -1.1246682405471802, -0.011559205129742622, -0.42255327105522156, -1.6384108066558838, -0.645175039768219, -0.6965492963790894, -1.2102919816970825, -1.02191960811615, -1.073293924331665, -0.9191710948944092, -0.6622998118400574, -0.8335473537445068, -0.4739275276660919, -0.5938007831573486, 0.4679340124130249, -0.14855723083019257, -0.06293346732854843, 0.7419300675392151, 0.7076805233955383, 0.587807297706604, 0.39943498373031616, 0.3138112425804138, 0.38231024146080017, 0.0055655487813055515, 0.03981505334377289, 0.5364330410957336, 0.7248052954673767, 0.6391815543174744, 0.7076805233955383, 0.7761795520782471, 0.7076805233955383, 0.622056782245636, 0.9474270939826965, 0.8789280652999878, 0.9645518660545349, 1.0501755475997925, 0.9303023219108582, -0.43967801332473755, -1.6384108066558838, -1.5527870655059814, -1.9124068021774292, -1.141792893409729, 0.0055655487813055515, 0.3138112425804138, 1.1357992887496948, 0.9303023219108582, 1.3584210872650146, 1.5467933416366577, 1.375545859336853, 1.2214230298995972, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 1.1529240608215332, 1.3926706314086914, 1.5467933416366577, 1.444044828414917, 1.2385478019714355, 0.9474270939826965, 1.3584210872650146, 1.6152924299240112, 1.563918113708496, 1.255672574043274, 1.1529240608215332, 1.255672574043274, 1.444044828414917, 1.8207894563674927, 1.6837913990020752, 1.786539912223816, 1.786539912223816, 1.0844250917434692, 1.8207894563674927, 1.1186745166778564, -0.14855723083019257, 1.0673003196716309, 0.8275538086891174, -0.5424265265464783, -0.14855723083019257, 0.8960528373718262, -0.045808710157871246, 0.8789280652999878, 0.4508092403411865, -1.6212860345840454, 0.8446785807609558, 1.324171543121338, -0.3883037567138672, 1.0501755475997925, 0.41655975580215454, 0.587807297706604, 1.4782943725585938, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9816765785217285], [1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7933043241500854, 0.9816765785217285, 1.1357992887496948, 1.324171543121338, 1.5296685695648193, 1.6666666269302368, 1.7009161710739136, 1.63241708278656, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5125439167022705, 1.4097954034805298, 1.3584210872650146, 1.2042982578277588, 1.101549744606018, 0.8275538086891174, 0.4679340124130249, 0.056939806789159775, -0.28555524349212646, -0.4910522699356079, -0.2341809868812561, 0.6049320101737976, 0.5706825256347656, 0.7419300675392151, 0.6049320101737976, -0.13143247365951538, -0.28555524349212646, -0.19993148744106293, -0.645175039768219, -1.8096582889556885, -1.1931672096252441, -1.878157377243042, -1.9637811183929443, -1.8439078330993652, -1.7754088640213013, -1.3130404949188232, -0.1143077164888382, -1.672660231590271, -1.4329137802124023, -1.0390443801879883, -0.31980475783348083, -1.227416753768921, 0.12543895840644836, -0.7136740684509277, 0.39943498373031616, -0.6280503273010254, -0.3369295001029968, -1.0561691522598267, -1.1760424375534058, -1.8267830610275269, -1.8267830610275269, -1.672660231590271, -1.5527870655059814, -1.7069097757339478, -1.5014127492904663, -1.535662293434143, -1.5014127492904663, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -1.7411593198776245, -1.1589176654815674, -1.6384108066558838, -1.3472900390625, -0.9020463228225708, -1.1931672096252441, -0.43967801332473755, -1.0904186964035034, -0.43967801332473755, -1.3815394639968872, -0.3883037567138672, -0.7650483250617981, -1.141792893409729, -0.06293346732854843, -1.0047948360443115, -1.0904186964035034, -1.1075434684753418, -0.8677968382835388, -0.9362958669662476, -0.8335473537445068, -0.6622998118400574, 0.41655975580215454, 0.6049320101737976, -0.06293346732854843, 0.091189444065094, -0.02868395671248436, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.27956172823905945, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.4850587546825409, 0.27956172823905945, 0.656306266784668, 0.7248052954673767, 0.7933043241500854, 0.7248052954673767, 0.9131776094436646, 1.0330508947372437, 0.9816765785217285, 0.810429036617279, 0.6049320101737976, -0.02868395671248436, -1.3130404949188232, -1.8267830610275269, -1.7411593198776245, -0.6794245839118958, 0.2281874716281891, 0.6905558109283447, 0.4850587546825409, 0.5021834969520569, 0.6391815543174744, 1.101549744606018, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.18717360496521, 1.2214230298995972, 1.0501755475997925, 1.0330508947372437, 0.810429036617279, 0.3651854991912842, 0.12543895840644836, 0.5706825256347656, 0.7419300675392151, 0.9645518660545349, 1.1186745166778564, 1.4097954034805298, 1.6152924299240112, 1.4611696004867554, 1.5296685695648193, 1.786539912223816, 1.375545859336853, 1.2042982578277588, 1.63241708278656, 0.9988013505935669, 1.7009161710739136, 1.5296685695648193, 1.2214230298995972, 0.7248052954673767, 0.5021834969520569, 0.091189444065094, 0.19393795728683472, 0.0740646943449974, -0.7307988405227661, -0.4739275276660919, -0.21705622971057892, -0.3883037567138672, 0.5193082690238953, 1.2727973461151123, 1.0330508947372437, 1.2727973461151123, -0.3883037567138672, 0.0055655487813055515, 1.8036646842956543, 1.5981676578521729, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 0.9816765785217285, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.7761795520782471, 0.9131776094436646, 1.1700488328933716, 1.4782943725585938, 1.7009161710739136, 1.6666666269302368, 1.6666666269302368, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.3584210872650146, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 0.5706825256347656, 0.3480607271194458, 0.0740646943449974, 0.38231024146080017, 0.4850587546825409, 0.6734310388565063, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.587807297706604, 0.0055655487813055515, 0.3138112425804138, 0.5364330410957336, -0.42255327105522156, -1.2787909507751465, -1.2787909507751465, -1.8096582889556885, -1.9295315742492676, -1.8439078330993652, -1.0561691522598267, -1.261666178703308, -1.227416753768921, -1.073293924331665, -1.1075434684753418, -0.7136740684509277, -0.645175039768219, 0.14256370067596436, 0.17681321501731873, -0.09718296676874161, 0.0055655487813055515, 0.43368449807167053, 0.27956172823905945, -0.19993148744106293, -1.484287977218628, -1.672660231590271, -1.5699117183685303, -1.9295315742492676, -1.5527870655059814, -1.6384108066558838, -1.6384108066558838, -1.5870364904403687, -1.6897850036621094, -1.6555355787277222, -1.672660231590271, -1.2102919816970825, -1.604161262512207, -1.3815394639968872, -0.4739275276660919, -0.9705453515052795, -1.604161262512207, -0.610925555229187, -0.5081770420074463, -0.9876701235771179, -0.09718296676874161, -0.5595512986183167, 0.41655975580215454, 0.0740646943449974, 0.27956172823905945, 0.091189444065094, -0.8164225816726685, -0.6280503273010254, -0.5253018140792847, -0.21705622971057892, -0.42255327105522156, -0.8677968382835388, 0.38231024146080017, -0.13143247365951538, 0.2281874716281891, -0.045808710157871246, -0.610925555229187, -0.011559205129742622, 0.3651854991912842, 0.24531221389770508, 0.3309359848499298, 0.41655975580215454, 0.5535577535629272, 0.6734310388565063, 0.6734310388565063, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9988013505935669, 0.9131776094436646, 1.1529240608215332, 0.7761795520782471, 0.24531221389770508, -0.9362958669662476, -1.7754088640213013, -1.484287977218628, -0.09718296676874161, 0.8960528373718262, 1.0844250917434692, 0.9303023219108582, 1.3584210872650146, 1.4954191446304321, 1.3926706314086914, 0.8960528373718262, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.2214230298995972, 1.3412963151931763, 1.1186745166778564, 1.4097954034805298, 1.2727973461151123, 0.5706825256347656, 0.39943498373031616, 0.7590547800064087, 0.8960528373718262, 0.9131776094436646, 1.0501755475997925, 1.3070467710494995, 1.5467933416366577, 1.563918113708496, 1.324171543121338, 0.7761795520782471, 1.324171543121338, 1.3412963151931763, 1.3070467710494995, -1.5014127492904663, 0.7590547800064087, 0.587807297706604, -0.13143247365951538, 0.2110627144575119, -0.8677968382835388, -0.30267998576164246, 1.3926706314086914, -1.141792893409729, -0.1143077164888382, -0.16568197309970856, -0.576676070690155, 0.43368449807167053, -0.5081770420074463, 1.0673003196716309, 0.4508092403411865, -0.21705622971057892, -0.2684305012226105, 1.6152924299240112, 1.2385478019714355, 0.9474270939826965, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965], [1.5467933416366577, 1.5125439167022705, 1.444044828414917, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.7933043241500854, 0.9988013505935669, 1.18717360496521, 1.4097954034805298, 1.5810428857803345, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.444044828414917, 1.375545859336853, 1.255672574043274, 1.1529240608215332, 1.0501755475997925, 0.8960528373718262, 0.7933043241500854, 0.8446785807609558, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 1.0501755475997925, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.4679340124130249, -0.011559205129742622, -0.6280503273010254, -0.8506720662117004, -0.5081770420074463, -0.8506720662117004, -1.1589176654815674, -0.9362958669662476, -0.610925555229187, -0.011559205129742622, 0.26243698596954346, 0.02269030176103115, 0.810429036617279, 0.4508092403411865, 0.587807297706604, 0.622056782245636, 0.3651854991912842, -0.16568197309970856, -1.227416753768921, -0.610925555229187, -2.0494048595428467, -1.79253351688385, -1.6384108066558838, -1.7411593198776245, -1.6897850036621094, -1.6555355787277222, -1.7754088640213013, -1.6555355787277222, -1.0561691522598267, -1.141792893409729, -1.141792893409729, -0.4910522699356079, -1.1246682405471802, -0.08005820959806442, -0.7992978096008301, -0.9191710948944092, -0.3369295001029968, -0.011559205129742622, -0.5081770420074463, 0.5021834969520569, 0.39943498373031616, -0.1143077164888382, 0.091189444065094, 0.3651854991912842, 0.38231024146080017, 0.0740646943449974, 0.4679340124130249, 0.19393795728683472, -0.28555524349212646, -0.06293346732854843, -0.011559205129742622, 0.14256370067596436, 0.41655975580215454, 0.5535577535629272, 0.2281874716281891, 0.622056782245636, 0.43368449807167053, 0.5021834969520569, 0.5706825256347656, 0.38231024146080017, 0.4679340124130249, 0.5364330410957336, 0.656306266784668, 0.7761795520782471, 0.5535577535629272, 0.9131776094436646, 0.9131776094436646, 0.7933043241500854, 0.5535577535629272, 0.4850587546825409, 0.9474270939826965, 0.587807297706604, -1.415789008140564, -1.7411593198776245, -1.4329137802124023, 0.17681321501731873, 0.02269030176103115, 0.9131776094436646, 0.587807297706604, 1.0501755475997925, 1.0673003196716309, 1.3070467710494995, 1.324171543121338, 1.444044828414917, 1.255672574043274, 0.9988013505935669, 0.9303023219108582, 1.444044828414917, 1.3926706314086914, 0.3651854991912842, 0.8446785807609558, 1.255672574043274, 1.1700488328933716, 0.9131776094436646, 0.587807297706604, 0.9303023219108582, 0.7590547800064087, 0.5535577535629272, 0.24531221389770508, 0.43368449807167053, 0.7933043241500854, 0.8446785807609558, 1.0673003196716309, 1.1357992887496948, 0.8446785807609558, 0.5364330410957336, 0.7076805233955383, -0.8164225816726685, -1.3644146919250488, -1.0390443801879883, -0.1143077164888382, -0.4739275276660919, -1.0047948360443115, 1.2214230298995972, -1.2102919816970825, -1.1931672096252441, -0.9020463228225708, -1.8096582889556885, -0.645175039768219, 0.0740646943449974, 0.5021834969520569, -0.2513057291507721, -1.8096582889556885, -0.7479235529899597, 1.3412963151931763, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 1.4097954034805298, 1.5467933416366577, 1.63241708278656, 1.6837913990020752, 1.6837913990020752, 1.6495418548583984, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.563918113708496, 1.4611696004867554, 1.375545859336853, 1.2727973461151123, 1.1357992887496948, 1.0159261226654053, 0.9474270939826965, 0.8446785807609558, 0.7248052954673767, 0.7248052954673767, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.7248052954673767, 0.810429036617279, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.8446785807609558, 0.39943498373031616, -0.30267998576164246, 0.2110627144575119, -0.045808710157871246, -0.2513057291507721, 0.7419300675392151, -0.2341809868812561, 0.810429036617279, 0.6049320101737976, 0.7419300675392151, 0.7933043241500854, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.4679340124130249, 0.6391815543174744, -0.19993148744106293, -0.14855723083019257, -1.2102919816970825, -0.6622998118400574, -1.5870364904403687, -1.7754088640213013, -1.5014127492904663, -1.9124068021774292, -1.3986642360687256, -1.9809058904647827, -1.0390443801879883, -1.073293924331665, -0.06293346732854843, -1.141792893409729, -0.6965492963790894, -0.1143077164888382, 0.02269030176103115, -0.8164225816726685, -0.6965492963790894, 0.02269030176103115, 0.091189444065094, 0.3309359848499298, -0.2513057291507721, 0.5021834969520569, 0.091189444065094, 0.9988013505935669, 0.5535577535629272, 0.4679340124130249, 0.3138112425804138, 0.03981505334377289, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, -0.08005820959806442, 0.5535577535629272, 0.4850587546825409, 0.4679340124130249, 0.2110627144575119, 0.14256370067596436, 0.41655975580215454, 0.6734310388565063, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.6905558109283447, 1.0330508947372437, 0.9303023219108582, 1.0844250917434692, 0.8275538086891174, 1.101549744606018, 0.7590547800064087, 0.6734310388565063, 0.7076805233955383, -1.2959157228469849, -1.8096582889556885, -1.7411593198776245, -0.7992978096008301, 0.9645518660545349, 0.587807297706604, 0.7590547800064087, 1.4097954034805298, 1.1529240608215332, 1.4097954034805298, 1.101549744606018, 1.0501755475997925, 1.18717360496521, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.8960528373718262, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.17681321501731873, -0.43967801332473755, -0.09718296676874161, -0.42255327105522156, 0.43368449807167053, 0.656306266784668, 0.8960528373718262, -0.02868395671248436, -0.9534205794334412, -1.0904186964035034, -1.1589176654815674, -1.5185375213623047, -1.3301652669906616, -0.8164225816726685, 0.9303023219108582, -1.604161262512207, -1.4329137802124023, -0.2341809868812561, -1.3130404949188232, -1.9980305433273315, -1.758284091949463, -1.8267830610275269, -1.2445415258407593, -1.2445415258407593, 0.43368449807167053, 0.7933043241500854, 0.9303023219108582, 0.8789280652999878, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7076805233955383, 0.9645518660545349, 1.4611696004867554, 1.6495418548583984, 1.6837913990020752, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.6666666269302368, 1.63241708278656, 1.5810428857803345, 1.4611696004867554, 1.3070467710494995, 1.18717360496521, 1.1357992887496948, 1.0844250917434692, 0.9988013505935669, 0.8960528373718262, 0.8618032932281494, 0.9474270939826965, 0.9816765785217285, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9474270939826965, 0.7933043241500854, 0.24531221389770508, -0.2513057291507721, -0.2341809868812561, 0.38231024146080017, 0.0055655487813055515, 0.24531221389770508, 0.5364330410957336, 0.2281874716281891, 0.19393795728683472, 0.656306266784668, 0.8789280652999878, 0.8618032932281494, 1.2214230298995972, 1.0673003196716309, 1.1357992887496948, 1.101549744606018, 1.2214230298995972, 0.9303023219108582, 0.6049320101737976, 0.3309359848499298, -0.9362958669662476, -1.4329137802124023, -0.6965492963790894, 0.7076805233955383, -0.31980475783348083, -1.1075434684753418, -0.8506720662117004, -0.9534205794334412, -1.4671632051467896, -1.6212860345840454, -1.535662293434143, -0.06293346732854843, 0.27956172823905945, 0.091189444065094, 0.03981505334377289, 0.02269030176103115, -0.14855723083019257, 0.29668647050857544, 0.5706825256347656, 0.5193082690238953, 0.6049320101737976, 0.5021834969520569, 0.810429036617279, 0.8960528373718262, 0.6905558109283447, 0.8275538086891174, 0.8789280652999878, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.14256370067596436, 0.3138112425804138, 0.3138112425804138, 0.2110627144575119, 0.5535577535629272, 0.6049320101737976, 0.41655975580215454, 0.5706825256347656, 0.622056782245636, 0.39943498373031616, 0.587807297706604, 0.8275538086891174, 0.9303023219108582, 1.0501755475997925, 0.7761795520782471, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 1.0673003196716309, 0.9131776094436646, 0.587807297706604, -0.9020463228225708, -1.7754088640213013, -1.8096582889556885, -0.2684305012226105, -0.4568027853965759, 0.6905558109283447, 0.8446785807609558, 1.18717360496521, 1.375545859336853, 1.1186745166778564, 1.2899221181869507, 1.2899221181869507, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2899221181869507, 1.0330508947372437, 0.7933043241500854, 1.2899221181869507, 1.3584210872650146, 1.2727973461151123, 1.1186745166778564, 0.8275538086891174, 0.4679340124130249, 0.7761795520782471, 0.6049320101737976, 0.02269030176103115, 0.8275538086891174, 0.41655975580215454, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 1.0844250917434692, 1.5467933416366577, 1.2727973461151123, 0.4679340124130249, -1.0561691522598267, -1.4329137802124023, -0.9020463228225708, -0.1143077164888382, -0.8849216103553772, -1.02191960811615, 0.3651854991912842, -0.8164225816726685, -1.4671632051467896, 0.5535577535629272, -0.9705453515052795, -1.7069097757339478, -1.5527870655059814, -1.6384108066558838, -1.5014127492904663, -1.3986642360687256, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878], [1.5296685695648193, 1.4782943725585938, 1.444044828414917, 1.375545859336853, 1.324171543121338, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7419300675392151, 0.9988013505935669, 1.0673003196716309, 1.2385478019714355, 1.4611696004867554, 1.6837913990020752, 1.6666666269302368, 1.6837913990020752, 1.6837913990020752, 1.6666666269302368, 1.5981676578521729, 1.4954191446304321, 1.375545859336853, 1.2385478019714355, 1.2042982578277588, 1.1357992887496948, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0501755475997925, 1.1700488328933716, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2385478019714355, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.8618032932281494, 0.8275538086891174, 0.8960528373718262, 0.8618032932281494, 0.8789280652999878, 0.091189444065094, -0.19993148744106293, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 1.0330508947372437, 0.9988013505935669, 1.101549744606018, 1.1529240608215332, 1.3584210872650146, 1.18717360496521, 1.1186745166778564, 1.2042982578277588, 1.0330508947372437, 0.587807297706604, -0.2341809868812561, 0.39943498373031616, -0.02868395671248436, -0.30267998576164246, -0.6794245839118958, 0.9131776094436646, 0.4679340124130249, 0.15968845784664154, -0.08005820959806442, -0.5253018140792847, -0.40542852878570557, 0.03981505334377289, -0.6280503273010254, 0.17681321501731873, -0.045808710157871246, 0.10831420123577118, 0.14256370067596436, 0.3480607271194458, 0.7248052954673767, 0.43368449807167053, 0.7076805233955383, 0.41655975580215454, 0.8446785807609558, 0.5535577535629272, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.6905558109283447, 0.38231024146080017, 0.4850587546825409, 0.4508092403411865, 0.3309359848499298, 0.3651854991912842, 0.24531221389770508, 0.17681321501731873, 0.27956172823905945, 0.7590547800064087, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.6734310388565063, 0.8618032932281494, 0.7761795520782471, 0.9988013505935669, 1.2214230298995972, 1.324171543121338, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, 0.810429036617279, -0.09718296676874161, -1.6212860345840454, -1.9809058904647827, 0.02269030176103115, 0.5364330410957336, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 1.2385478019714355, 1.1186745166778564, 1.2214230298995972, 1.2727973461151123, 1.4269200563430786, 1.5125439167022705, 1.3070467710494995, 1.2042982578277588, 1.18717360496521, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 0.5021834969520569, 1.1700488328933716, 1.2385478019714355, 0.8446785807609558, 0.3480607271194458, 1.3412963151931763, 0.8960528373718262, 0.7761795520782471, 0.3651854991912842, 0.3138112425804138, 0.15968845784664154, 0.24531221389770508, 0.5193082690238953, 0.19393795728683472, 0.656306266784668, 0.3309359848499298, 0.38231024146080017, -0.06293346732854843, 0.9645518660545349, -1.1246682405471802, -0.9705453515052795, -0.9705453515052795, -1.0561691522598267, -1.5014127492904663, 0.03981505334377289, 0.19393795728683472, -1.1589176654815674, -0.5595512986183167, -0.6965492963790894, -1.415789008140564, -1.4329137802124023, -1.1075434684753418, -1.227416753768921, -1.227416753768921, 0.8960528373718262, 1.0159261226654053, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646], [1.5296685695648193, 1.4782943725585938, 1.4269200563430786, 1.3412963151931763, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.8789280652999878, 1.0673003196716309, 1.2385478019714355, 1.3926706314086914, 1.563918113708496, 1.63241708278656, 1.6837913990020752, 1.718040943145752, 1.6837913990020752, 1.6152924299240112, 1.4611696004867554, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0159261226654053, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.810429036617279, 1.0844250917434692, 1.101549744606018, 1.324171543121338, 1.1357992887496948, 1.2385478019714355, 1.3070467710494995, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 0.9816765785217285, 1.0159261226654053, 0.8446785807609558, 0.7933043241500854, 1.0673003196716309, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.3584210872650146, 1.2385478019714355, 0.810429036617279, 0.8960528373718262, 0.3651854991912842, 0.9474270939826965, -0.42255327105522156, 0.3309359848499298, 0.587807297706604, 0.9131776094436646, 0.3309359848499298, 0.5706825256347656, 0.5364330410957336, 0.8275538086891174, 0.27956172823905945, 0.091189444065094, -0.2341809868812561, 0.622056782245636, 0.2110627144575119, 0.656306266784668, -0.13143247365951538, 0.5364330410957336, 0.622056782245636, 0.3138112425804138, 0.622056782245636, 0.4508092403411865, 0.8275538086891174, 0.4679340124130249, 0.6391815543174744, 0.6391815543174744, 0.5193082690238953, 0.587807297706604, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.7590547800064087, 0.3651854991912842, 0.587807297706604, 0.8618032932281494, 0.5021834969520569, 0.7761795520782471, 0.7248052954673767, 0.9474270939826965, 0.7933043241500854, 0.9474270939826965, 1.2042982578277588, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 1.0673003196716309, 0.5535577535629272, -0.7307988405227661, -1.8439078330993652, -1.0390443801879883, 0.5706825256347656, 0.6734310388565063, 0.6734310388565063, 0.3309359848499298, 0.810429036617279, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.255672574043274, 1.3412963151931763, 1.4611696004867554, 1.3412963151931763, 0.9131776094436646, 0.9645518660545349, 1.0673003196716309, 1.3070467710494995, 1.3412963151931763, 1.4954191446304321, 0.5706825256347656, 0.9303023219108582, 0.6049320101737976, 0.6391815543174744, 0.9988013505935669, 0.7590547800064087, 0.9645518660545349, -0.09718296676874161, 0.7590547800064087, -0.14855723083019257, 0.5535577535629272, 0.3309359848499298, 0.9988013505935669, 0.9131776094436646, 1.2042982578277588, 0.810429036617279, 0.7076805233955383, -0.14855723083019257, -1.0047948360443115, -1.0390443801879883, -0.7136740684509277, -1.0390443801879883, -1.5014127492904663, -0.5253018140792847, 0.29668647050857544, -1.3986642360687256, -0.7992978096008301, -0.7821730971336365, -1.3130404949188232, -1.4329137802124023, -1.4500385522842407, -1.4329137802124023, -0.7136740684509277, 0.8446785807609558, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878], [1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 1.0159261226654053, 1.0159261226654053, 1.2214230298995972, 1.5467933416366577, 1.6152924299240112, 1.6666666269302368, 1.7009161710739136, 1.6837913990020752, 1.5981676578521729, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 0.9303023219108582, 0.8618032932281494, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8446785807609558, 1.0673003196716309, 1.0501755475997925, 1.101549744606018, 0.9303023219108582, 1.1357992887496948, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.4097954034805298, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.1186745166778564, 1.2042982578277588, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 1.0159261226654053, 0.9303023219108582, 1.0673003196716309, 1.0673003196716309, 0.8960528373718262, 0.9645518660545349, 1.0330508947372437, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.810429036617279, 0.7419300675392151, 0.622056782245636, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 0.622056782245636, 0.6049320101737976, 0.7076805233955383, 0.622056782245636, 0.4679340124130249, 0.39943498373031616, 0.5364330410957336, 0.41655975580215454, 0.19393795728683472, 0.3480607271194458, 0.6391815543174744, 0.7248052954673767, 0.9303023219108582, 0.9816765785217285, 0.9816765785217285, 0.7590547800064087, 1.2727973461151123, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.2899221181869507, 1.1186745166778564, 1.0673003196716309, 0.8789280652999878, -0.02868395671248436, -1.2102919816970825, -1.3986642360687256, -0.5938007831573486, -0.3883037567138672, 0.7590547800064087, 0.9988013505935669, 0.8446785807609558, 0.8275538086891174, 1.2899221181869507, 1.1357992887496948, 1.3412963151931763, 1.3584210872650146, 1.4954191446304321, 1.0159261226654053, 1.3070467710494995, 1.3070467710494995, 1.2214230298995972, 1.255672574043274, 1.1357992887496948, 0.6905558109283447, 0.6734310388565063, 0.5021834969520569, 0.9303023219108582, 0.9816765785217285, 0.656306266784668, 0.9816765785217285, 0.8618032932281494, 0.7590547800064087, 0.7419300675392151, -0.21705622971057892, 0.6905558109283447, 0.29668647050857544, 0.3309359848499298, 0.9474270939826965, 0.9131776094436646, 1.3926706314086914, 0.9131776094436646, 1.375545859336853, 1.0844250917434692, 0.6391815543174744, -0.7307988405227661, -1.5527870655059814, -1.3130404949188232, -1.4329137802124023, -1.5870364904403687, -1.4671632051467896, 0.02269030176103115, -1.6555355787277222, -1.073293924331665, -0.6622998118400574, -0.9876701235771179, -1.3986642360687256, -1.3986642360687256, -1.4671632051467896, -0.1143077164888382, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494], [1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 1.1529240608215332, 1.2042982578277588, 1.3412963151931763, 1.5125439167022705, 1.6152924299240112, 1.7009161710739136, 1.7009161710739136, 1.6666666269302368, 1.5810428857803345, 1.5125439167022705, 1.4269200563430786, 1.3926706314086914, 1.255672574043274, 1.18717360496521, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0159261226654053, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 0.9303023219108582, 1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 1.1186745166778564, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 0.7933043241500854, 0.5535577535629272, 0.5364330410957336, 0.6049320101737976, 0.4850587546825409, 0.5364330410957336, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.8960528373718262, 0.9816765785217285, 1.101549744606018, 1.2899221181869507, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.1700488328933716, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.101549744606018, 1.1700488328933716, 0.9816765785217285, 0.810429036617279, 1.1357992887496948, 0.8789280652999878, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 0.6049320101737976, 0.12543895840644836, 0.5706825256347656, 0.7248052954673767, 0.622056782245636, 0.6391815543174744, 0.5535577535629272, 0.4508092403411865, 0.3480607271194458, 0.38231024146080017, 0.5021834969520569, 0.5193082690238953, 0.6391815543174744, 0.5364330410957336, 0.3480607271194458, 0.6905558109283447, 0.7761795520782471, 0.7076805233955383, 0.8275538086891174, 0.7590547800064087, 0.5706825256347656, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.6905558109283447, 0.6049320101737976, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 0.8275538086891174, 1.0673003196716309, 0.5193082690238953, -1.073293924331665, -1.5527870655059814, -1.5014127492904663, 0.0740646943449974, 0.656306266784668, 0.810429036617279, 0.9474270939826965, 1.1357992887496948, 1.1529240608215332, 1.3584210872650146, 1.101549744606018, 1.4097954034805298, 1.0159261226654053, 1.2214230298995972, 1.2899221181869507, 1.3926706314086914, 0.6391815543174744, 0.4679340124130249, 1.0159261226654053, 0.8618032932281494, 0.7076805233955383, 0.9131776094436646, 1.1700488328933716, 0.7933043241500854, 0.9988013505935669, 0.8618032932281494, 1.0844250917434692, 0.9303023219108582, 0.43368449807167053, 0.8789280652999878, 0.24531221389770508, 0.5535577535629272, 0.43368449807167053, 0.8789280652999878, 0.9816765785217285, 1.0159261226654053, 0.810429036617279, 1.3584210872650146, 0.656306266784668, 1.1357992887496948, 0.29668647050857544, -0.8506720662117004, -1.7069097757339478, -1.4671632051467896, -1.3472900390625, -1.5185375213623047, -1.3644146919250488, -0.3540542721748352, -1.7240345478057861, -1.2959157228469849, -0.7479235529899597, -1.0047948360443115, -1.1075434684753418, -1.3986642360687256, -1.3815394639968872, 0.7076805233955383, 0.8960528373718262, 0.8789280652999878], [1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 1.0159261226654053, 1.1529240608215332, 1.3584210872650146, 1.5296685695648193, 1.6152924299240112, 1.6666666269302368, 1.6666666269302368, 1.563918113708496, 1.5125439167022705, 1.444044828414917, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 0.9131776094436646, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.8789280652999878, 0.7419300675392151, 0.6734310388565063, 0.8789280652999878, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.7761795520782471, 0.810429036617279, 0.9303023219108582, 0.7933043241500854, 0.7419300675392151, 0.9645518660545349, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.2385478019714355, 1.2899221181869507, 1.4269200563430786, 1.1700488328933716, 1.18717360496521, 1.1186745166778564, 1.0673003196716309, 1.18717360496521, 0.9988013505935669, 1.0159261226654053, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.1186745166778564, 1.0501755475997925, 0.7761795520782471, 0.9303023219108582, 0.8789280652999878, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.6049320101737976, 0.6905558109283447, 0.9131776094436646, 0.5021834969520569, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6049320101737976, 0.622056782245636, 0.7933043241500854, 0.7933043241500854, 0.7419300675392151, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.5193082690238953, 0.8275538086891174, 0.9645518660545349, 0.7933043241500854, 0.7590547800064087, 1.0159261226654053, 0.9303023219108582, 0.622056782245636, 0.9303023219108582, 1.0673003196716309, 1.0501755475997925, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.2899221181869507, 1.255672574043274, 1.2214230298995972, 0.5193082690238953, -1.02191960811615, -1.9295315742492676, -0.8506720662117004, -0.2513057291507721, 0.5021834969520569, 0.587807297706604, 0.9988013505935669, 1.2042982578277588, 0.587807297706604, 1.1357992887496948, 1.0844250917434692, 1.2899221181869507, 1.324171543121338, 0.9474270939826965, 0.7248052954673767, 1.1357992887496948, 0.622056782245636, 0.9645518660545349, 0.4679340124130249, 0.810429036617279, 0.7248052954673767, 0.7761795520782471, 0.7419300675392151, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 0.38231024146080017, 0.7761795520782471, 0.9645518660545349, 0.4850587546825409, 0.8960528373718262, 0.7761795520782471, 0.9131776094436646, 1.18717360496521, 1.2899221181869507, 0.6905558109283447, 1.0159261226654053, 1.2899221181869507, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.15968845784664154, -0.2513057291507721, -1.5527870655059814, -1.5014127492904663, -1.3815394639968872, -1.484287977218628, -1.2445415258407593, -1.1246682405471802, -1.7069097757339478, -1.02191960811615, -0.9534205794334412, -1.0904186964035034, -0.7136740684509277, -1.5014127492904663, -1.5527870655059814, 0.9645518660545349, 0.8789280652999878], [1.4269200563430786, 1.3926706314086914, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0673003196716309, 1.1700488328933716, 1.2727973461151123, 1.3926706314086914, 1.4611696004867554, 1.6152924299240112, 1.6152924299240112, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.375545859336853, 1.3412963151931763, 1.2385478019714355, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0159261226654053, 0.9988013505935669, 0.7933043241500854, 0.810429036617279, 0.656306266784668, 0.5706825256347656, 0.6049320101737976, 0.4508092403411865, 0.3309359848499298, 0.5021834969520569, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.9131776094436646, 0.7761795520782471, 0.8960528373718262, 0.38231024146080017, 0.5364330410957336, 0.7590547800064087, 0.8618032932281494, 1.0159261226654053, 0.7419300675392151, 0.8789280652999878, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.2214230298995972, 1.375545859336853, 1.2214230298995972, 0.9816765785217285, 0.8789280652999878, 0.7590547800064087, 1.1186745166778564, 1.0844250917434692, 1.1186745166778564, 1.0844250917434692, 0.7933043241500854, 0.6049320101737976, 0.810429036617279, 0.8275538086891174, 0.24531221389770508, -0.06293346732854843, 0.8275538086891174, 0.3480607271194458, 0.656306266784668, 0.5535577535629272, 0.6905558109283447, 0.41655975580215454, 0.5364330410957336, 0.7933043241500854, 0.7761795520782471, 0.6734310388565063, 0.2281874716281891, 0.38231024146080017, 0.5535577535629272, 0.8446785807609558, 0.5535577535629272, 0.622056782245636, 0.5706825256347656, 0.8446785807609558, 0.5021834969520569, 0.8960528373718262, -0.08005820959806442, 0.7933043241500854, 0.7590547800064087, 0.656306266784668, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2385478019714355, 1.1186745166778564, 1.2727973461151123, 1.1529240608215332, 1.1529240608215332, 0.4850587546825409, -0.3711790144443512, -1.758284091949463, -1.6555355787277222, 0.03981505334377289, 0.02269030176103115, 0.27956172823905945, 0.8789280652999878, 0.38231024146080017, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.444044828414917, 1.1186745166778564, 1.0330508947372437, 1.1357992887496948, 0.9816765785217285, 0.9645518660545349, 0.7761795520782471, 1.0501755475997925, 1.0330508947372437, 0.5706825256347656, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.8960528373718262, 0.2110627144575119, 0.6391815543174744, 0.9816765785217285, 0.5193082690238953, 0.3480607271194458, 0.4850587546825409, 0.4679340124130249, 0.5021834969520569, 0.41655975580215454, 0.5193082690238953, 0.2110627144575119, 0.5021834969520569, 0.587807297706604, 0.3651854991912842, 0.41655975580215454, 0.8446785807609558, -0.14855723083019257, -0.09718296676874161, -0.4910522699356079, -1.4671632051467896, -1.5699117183685303, -1.4329137802124023, -1.227416753768921, -1.2959157228469849, -1.5527870655059814, -1.2445415258407593, -1.2787909507751465, -0.9020463228225708, -0.9876701235771179, -1.2787909507751465, -1.535662293434143, -1.2445415258407593, 1.718040943145752], [1.3926706314086914, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 0.9816765785217285, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.1357992887496948, 1.3412963151931763, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.5467933416366577, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.2727973461151123, 1.2042982578277588, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.8618032932281494, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.8275538086891174, 0.7590547800064087, 0.9474270939826965, 0.9816765785217285, 0.7590547800064087, 0.7419300675392151, 0.6049320101737976, 0.9131776094436646, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.1186745166778564, 0.9645518660545349, 1.0159261226654053, 1.1357992887496948, 1.2899221181869507, 1.3070467710494995, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 0.8618032932281494, 0.7076805233955383, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 1.0159261226654053, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.587807297706604, 0.5021834969520569, 0.41655975580215454, 0.27956172823905945, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.3651854991912842, 0.656306266784668, 0.6734310388565063, 0.5193082690238953, 0.6391815543174744, 0.7419300675392151, 0.6049320101737976, 0.5193082690238953, 0.03981505334377289, 0.27956172823905945, 0.3651854991912842, 0.6391815543174744, 0.5021834969520569, 0.7590547800064087, 0.7761795520782471, 0.4508092403411865, 0.4679340124130249, 0.7590547800064087, 0.7761795520782471, 1.18717360496521, 1.0844250917434692, 1.1186745166778564, 1.2385478019714355, 1.3412963151931763, 1.324171543121338, 1.1700488328933716, 0.810429036617279, -0.1143077164888382, -1.878157377243042, -1.4329137802124023, -1.1931672096252441, -1.1075434684753418, 0.4679340124130249, 0.43368449807167053, 0.5535577535629272, 1.0330508947372437, 1.3926706314086914, 0.9645518660545349, 0.7761795520782471, 0.9645518660545349, 1.2385478019714355, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.2385478019714355, 0.7761795520782471, 0.656306266784668, 0.6905558109283447, 0.622056782245636, 0.7419300675392151, 0.9303023219108582, 0.5021834969520569, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.41655975580215454, 0.5193082690238953, 0.2281874716281891, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.4508092403411865, 0.3480607271194458, 0.5706825256347656, 0.19393795728683472, 0.091189444065094, 0.7248052954673767, 0.02269030176103115, 0.5021834969520569, 0.41655975580215454, -0.7479235529899597, -1.3472900390625, -1.6212860345840454, -1.4329137802124023, -1.4671632051467896, -1.3472900390625, -1.5527870655059814, -1.3644146919250488, -1.0561691522598267, -0.9191710948944092, -1.02191960811615, -1.261666178703308, -1.415789008140564, -0.6965492963790894], [1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.2042982578277588, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5125439167022705, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.324171543121338, 1.2385478019714355, 1.1529240608215332, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.7933043241500854, 0.7933043241500854, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.8446785807609558, 0.656306266784668, 0.587807297706604, 0.5364330410957336, 0.7590547800064087, 0.9645518660545349, 0.8618032932281494, 1.1186745166778564, 0.9645518660545349, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.0501755475997925, 1.1529240608215332, 1.0501755475997925, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 0.6391815543174744, 0.8789280652999878, 1.0159261226654053, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 0.9645518660545349, 1.18717360496521, 0.6049320101737976, 1.0330508947372437, 1.0330508947372437, 0.8446785807609558, 0.7933043241500854, 0.8960528373718262, 0.7248052954673767, 0.7590547800064087, 0.587807297706604, 0.7248052954673767, 0.6049320101737976, 0.6391815543174744, 0.5706825256347656, 0.27956172823905945, 0.14256370067596436, 0.39943498373031616, 0.2281874716281891, 0.5193082690238953, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.6734310388565063, 0.8275538086891174, 0.6905558109283447, 0.7419300675392151, 0.6391815543174744, 0.4508092403411865, 0.5706825256347656, 0.3651854991912842, 0.622056782245636, 0.41655975580215454, 0.656306266784668, 0.7761795520782471, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.3584210872650146, 1.18717360496521, 1.0673003196716309, 1.1357992887496948, 0.9645518660545349, -0.09718296676874161, -1.535662293434143, -1.7411593198776245, -0.9020463228225708, -1.261666178703308, -0.4568027853965759, 0.6049320101737976, 1.101549744606018, 0.7933043241500854, 0.6391815543174744, 0.587807297706604, 0.6905558109283447, 1.1357992887496948, 0.7419300675392151, 0.8960528373718262, 0.7761795520782471, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.7761795520782471, 0.9303023219108582, 0.7590547800064087, 1.324171543121338, 0.7419300675392151, 0.9131776094436646, 0.7933043241500854, 0.7248052954673767, 0.587807297706604, 0.5706825256347656, 0.6905558109283447, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.656306266784668, 0.4850587546825409, 0.7590547800064087, 0.38231024146080017, 0.5364330410957336, 0.38231024146080017, 0.8618032932281494, 0.810429036617279, 0.8960528373718262, 0.8275538086891174, -0.4910522699356079, -1.2445415258407593, -1.758284091949463, -1.2787909507751465, -1.3644146919250488, -1.2102919816970825, -1.3815394639968872, -1.261666178703308, -1.3986642360687256, -0.8506720662117004, -0.6965492963790894, -1.4329137802124023, -1.3644146919250488], [1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.3412963151931763, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4782943725585938, 1.3584210872650146, 1.2727973461151123, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0844250917434692, 0.9474270939826965, 0.4508092403411865, 0.6734310388565063, 0.6734310388565063, 1.0159261226654053, 0.9988013505935669, 0.8789280652999878, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 1.18717360496521, 1.1529240608215332, 1.0501755475997925, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 0.9816765785217285, 1.0159261226654053, 0.9645518660545349, 1.101549744606018, 0.9988013505935669, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.8789280652999878, 1.0844250917434692, 0.6734310388565063, 0.5364330410957336, 0.9988013505935669, 1.0673003196716309, 0.7590547800064087, 0.7076805233955383, 0.7933043241500854, 0.5364330410957336, 0.38231024146080017, 0.5193082690238953, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6391815543174744, 0.7419300675392151, 0.4850587546825409, 0.26243698596954346, 0.8446785807609558, 0.41655975580215454, 0.15968845784664154, 0.7933043241500854, 0.3138112425804138, 0.7590547800064087, 0.3651854991912842, 0.4508092403411865, 0.39943498373031616, 0.9131776094436646, 0.8789280652999878, 0.7076805233955383, 0.7933043241500854, 0.810429036617279, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.2042982578277588, 1.0844250917434692, 1.3584210872650146, 1.2042982578277588, 1.1529240608215332, 1.0673003196716309, 0.6391815543174744, -1.1760424375534058, -1.5527870655059814, -1.604161262512207, -0.7650483250617981, -0.43967801332473755, 0.5535577535629272, 0.3309359848499298, 0.14256370067596436, 0.5021834969520569, 0.810429036617279, 0.5021834969520569, 0.7248052954673767, 0.7590547800064087, 0.4850587546825409, 0.4850587546825409, 0.39943498373031616, 0.5021834969520569, 0.7590547800064087, 0.810429036617279, 0.7761795520782471, 1.0159261226654053, 0.41655975580215454, 0.7419300675392151, 0.656306266784668, 0.43368449807167053, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.587807297706604, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.5706825256347656, 0.7761795520782471, 0.7419300675392151, 0.810429036617279, 0.656306266784668, 0.8446785807609558, 0.656306266784668, 0.8618032932281494, 0.9131776094436646, 0.9816765785217285, 0.6049320101737976, -1.415789008140564, -1.7069097757339478, -1.4500385522842407, -1.3301652669906616, -1.3130404949188232, -1.3986642360687256, -1.261666178703308, -1.79253351688385, -0.30267998576164246, -0.8849216103553772, -1.3815394639968872], [1.2899221181869507, 1.255672574043274, 1.2042982578277588, 1.18717360496521, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 0.7933043241500854, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8960528373718262, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.6391815543174744, 1.1186745166778564, 1.18717360496521, 0.7761795520782471, 0.6905558109283447, 0.9131776094436646, 0.6391815543174744, 0.9303023219108582, 1.0159261226654053, 0.9131776094436646, 0.8789280652999878, 1.0330508947372437, 1.0844250917434692, 1.1529240608215332, 1.1357992887496948, 1.0330508947372437, 1.1186745166778564, 0.8960528373718262, 0.9645518660545349, 0.9474270939826965, 0.7933043241500854, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 1.0330508947372437, 1.1186745166778564, 0.7248052954673767, 0.7248052954673767, 1.1186745166778564, 0.9303023219108582, 0.8789280652999878, 0.9816765785217285, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.656306266784668, 0.7076805233955383, 0.6391815543174744, 0.7933043241500854, 0.656306266784668, 0.5706825256347656, 0.7933043241500854, 0.9131776094436646, 0.8789280652999878, 0.3138112425804138, 0.39943498373031616, 0.587807297706604, 0.6391815543174744, 0.24531221389770508, 0.39943498373031616, 0.4850587546825409, 0.6905558109283447, 0.5193082690238953, 0.26243698596954346, 0.5535577535629272, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.4097954034805298, 1.255672574043274, 1.1529240608215332, 1.1529240608215332, 1.255672574043274, 1.3070467710494995, 0.8960528373718262, -0.4568027853965759, -1.3301652669906616, -1.9124068021774292, -0.6794245839118958, -0.9705453515052795, -0.2513057291507721, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.3480607271194458, 0.4508092403411865, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.4679340124130249, 0.43368449807167053, 0.9645518660545349, 0.6049320101737976, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.5364330410957336, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 1.18717360496521, -1.1760424375534058, -1.6384108066558838, -1.5014127492904663, -1.4329137802124023, -1.3986642360687256, -1.415789008140564, -1.3815394639968872, -1.6384108066558838, 0.3651854991912842, -1.141792893409729], [1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 0.9988013505935669, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.101549744606018, 1.0844250917434692, 1.0330508947372437, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 0.9474270939826965, 0.9303023219108582, 0.8618032932281494, 0.9303023219108582, 0.810429036617279, 0.6734310388565063, 0.7761795520782471, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8789280652999878, 0.8446785807609558, 0.9131776094436646, 1.0844250917434692, 1.2214230298995972, 1.0501755475997925, 1.101549744606018, 1.0159261226654053, 0.9645518660545349, 0.8618032932281494, 0.810429036617279, 0.9645518660545349, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 0.8446785807609558, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 0.9816765785217285, 0.9474270939826965, 0.6905558109283447, 0.7933043241500854, 0.656306266784668, 0.4508092403411865, 0.587807297706604, 0.7761795520782471, 0.7933043241500854, 0.6734310388565063, 0.6049320101737976, 0.6391815543174744, 0.7419300675392151, 0.587807297706604, 0.6391815543174744, 0.3651854991912842, 0.26243698596954346, 0.4508092403411865, 0.39943498373031616, 0.3138112425804138, 0.3651854991912842, 0.5021834969520569, 0.5193082690238953, 0.6905558109283447, 0.6905558109283447, 1.0330508947372437, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0501755475997925, 1.0673003196716309, 1.0159261226654053, 1.18717360496521, 1.1357992887496948, 1.1186745166778564, 1.2385478019714355, 1.1700488328933716, 1.3412963151931763, 1.0330508947372437, 0.6391815543174744, -0.9876701235771179, -1.4500385522842407, -1.7411593198776245, -1.141792893409729, -0.576676070690155, -0.14855723083019257, 0.03981505334377289, 0.10831420123577118, 0.14256370067596436, 0.43368449807167053, 0.4679340124130249, 0.6734310388565063, 0.4679340124130249, 0.810429036617279, 0.3651854991912842, 0.43368449807167053, 0.8789280652999878, 0.656306266784668, 0.7076805233955383, -0.06293346732854843, 0.6734310388565063, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.7419300675392151, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.8789280652999878, 0.8789280652999878, 0.4508092403411865, -1.5527870655059814, -1.7240345478057861, -1.5527870655059814, -1.484287977218628, -1.4671632051467896, -1.3472900390625, -1.535662293434143, 0.3138112425804138], [1.2214230298995972, 1.1700488328933716, 1.1357992887496948, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 1.0159261226654053, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.2899221181869507, 1.2727973461151123, 1.2042982578277588, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7248052954673767, 0.656306266784668, 0.5193082690238953, 0.7933043241500854, 0.9816765785217285, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 1.0159261226654053, 0.9131776094436646, 1.1186745166778564, 1.1357992887496948, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.8618032932281494, 0.8960528373718262, 0.9988013505935669, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9988013505935669, 0.7419300675392151, 0.6905558109283447, 0.8446785807609558, 0.9645518660545349, 1.0844250917434692, 0.9645518660545349, 1.0844250917434692, 1.0159261226654053, 0.8960528373718262, 0.9303023219108582, 1.0673003196716309, 1.18717360496521, 0.8275538086891174, 1.0159261226654053, 0.810429036617279, 0.6734310388565063, 0.8446785807609558, 0.9303023219108582, 0.8618032932281494, 0.7076805233955383, 0.5193082690238953, 0.4850587546825409, 0.9988013505935669, 0.6905558109283447, 0.6734310388565063, 0.4679340124130249, 0.5535577535629272, 0.6734310388565063, 0.41655975580215454, 0.43368449807167053, 0.6049320101737976, 0.43368449807167053, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.7076805233955383, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.8618032932281494, 0.9474270939826965, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.18717360496521, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 0.5364330410957336, -1.0904186964035034, -1.3301652669906616, -1.5699117183685303, -1.1760424375534058, -0.576676070690155, -1.3301652669906616, -0.9020463228225708, 0.15968845784664154, 0.27956172823905945, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.4508092403411865, 0.6734310388565063, 0.4850587546825409, 0.7076805233955383, 0.6049320101737976, 0.3651854991912842, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 1.0501755475997925, -0.2513057291507721, -1.5870364904403687, -1.535662293434143, -1.4329137802124023, -1.3301652669906616, -1.4671632051467896, -1.4500385522842407], [1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.2899221181869507, 1.2385478019714355, 1.2214230298995972, 1.18717360496521, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7248052954673767, 0.5021834969520569, 0.7933043241500854, 0.8275538086891174, 1.0673003196716309, 1.0330508947372437, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.0159261226654053, 1.0159261226654053, 0.8446785807609558, 0.8789280652999878, 0.5706825256347656, 0.656306266784668, 0.9474270939826965, 0.810429036617279, 0.7419300675392151, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 0.9816765785217285, 1.0673003196716309, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0501755475997925, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.9988013505935669, 1.0159261226654053, 1.18717360496521, 1.0673003196716309, 1.1529240608215332, 1.1186745166778564, 0.9988013505935669, 0.8275538086891174, 0.5535577535629272, 0.9816765785217285, 0.7590547800064087, 0.3309359848499298, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.7761795520782471, 0.8275538086891174, 0.41655975580215454, 0.43368449807167053, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.6391815543174744, 0.8446785807609558, 0.7419300675392151, 0.7933043241500854, 0.7076805233955383, 0.7761795520782471, 0.8446785807609558, 0.7761795520782471, 0.7419300675392151, 0.8618032932281494, 1.0330508947372437, 1.324171543121338, 1.0673003196716309, 0.9303023219108582, 1.1186745166778564, 1.2214230298995972, 1.2899221181869507, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.2385478019714355, 0.9988013505935669, 0.4850587546825409, -1.1075434684753418, -1.6212860345840454, -0.9534205794334412, -1.5014127492904663, -1.8439078330993652, -0.13143247365951538, -0.011559205129742622, 0.4850587546825409, 0.3651854991912842, 0.3480607271194458, 0.6049320101737976, 0.4850587546825409, 0.3309359848499298, 0.3138112425804138, 0.39943498373031616, 0.5364330410957336, 0.622056782245636, 0.810429036617279, 0.9303023219108582, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9988013505935669, -0.42255327105522156, -1.8610326051712036, -1.5527870655059814, -1.4671632051467896, -1.5185375213623047], [1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2214230298995972, 1.2727973461151123, 1.1700488328933716, 1.3584210872650146, 1.3926706314086914, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.1186745166778564, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1186745166778564, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 0.8618032932281494, 0.9303023219108582, 0.6734310388565063, 0.2110627144575119, 0.8275538086891174, 0.7076805233955383, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 0.8960528373718262, 1.0330508947372437, 1.0501755475997925, 0.8960528373718262, 0.9816765785217285, 0.9988013505935669, 1.0844250917434692, 0.8275538086891174, 0.9303023219108582, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.2042982578277588, 1.0330508947372437, 1.0159261226654053, 0.8275538086891174, 0.6391815543174744, 1.2042982578277588, 1.0501755475997925, 0.7076805233955383, 0.656306266784668, 0.9303023219108582, 0.7248052954673767, 0.7076805233955383, 0.622056782245636, 0.6391815543174744, 0.3651854991912842, 0.5535577535629272, 0.27956172823905945, 0.5193082690238953, 0.6049320101737976, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7076805233955383, 0.6391815543174744, 0.4850587546825409, 0.8446785807609558, 0.5193082690238953, 0.6734310388565063, 0.9131776094436646, 0.9816765785217285, 0.8960528373718262, 1.1186745166778564, 0.7248052954673767, 0.9816765785217285, 1.255672574043274, 1.3070467710494995, 1.3584210872650146, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.1357992887496948, 1.2385478019714355, 0.6734310388565063, 0.0055655487813055515, -1.3644146919250488, -1.7754088640213013, -1.3815394639968872, -1.0904186964035034, -0.5595512986183167, -0.16568197309970856, 0.39943498373031616, 0.29668647050857544, 0.3480607271194458, 0.5364330410957336, 0.3138112425804138, 0.10831420123577118, 0.41655975580215454, 0.4850587546825409, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.10831420123577118, -1.6555355787277222, -1.5014127492904663], [1.0844250917434692, 1.0501755475997925, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2214230298995972, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.375545859336853, 1.3070467710494995, 1.2042982578277588, 1.1357992887496948, 1.0159261226654053, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9303023219108582, 1.0159261226654053, 0.8960528373718262, 0.8960528373718262, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 1.0159261226654053, 1.0501755475997925, 0.9816765785217285, 0.8446785807609558, 0.7761795520782471, 0.656306266784668, 0.7761795520782471, 0.810429036617279, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.810429036617279, 0.8789280652999878, 0.8960528373718262, 1.0330508947372437, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0159261226654053, 0.9474270939826965, 1.0159261226654053, 1.101549744606018, 1.0501755475997925, 1.101549744606018, 1.0844250917434692, 1.1357992887496948, 1.0501755475997925, 1.1357992887496948, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.1357992887496948, 0.9131776094436646, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.9131776094436646, 0.8789280652999878, 0.7933043241500854, 0.9816765785217285, 0.6734310388565063, 0.7933043241500854, 0.7248052954673767, 0.7590547800064087, 0.38231024146080017, 0.7590547800064087, 0.4679340124130249, 0.5364330410957336, 0.7761795520782471, 0.7761795520782471, 0.6391815543174744, 0.5364330410957336, 0.622056782245636, 0.7933043241500854, 0.6049320101737976, 0.41655975580215454, 0.8789280652999878, 0.6049320101737976, 0.8960528373718262, 0.9645518660545349, 0.8789280652999878, 0.9816765785217285, 0.9988013505935669, 1.0673003196716309, 1.2214230298995972, 1.3070467710494995, 1.3070467710494995, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.2385478019714355, 1.2899221181869507, 1.1357992887496948, 0.8960528373718262, -0.5595512986183167, -1.3644146919250488, -1.672660231590271, -1.946656346321106, -1.2102919816970825, -0.645175039768219, 0.02269030176103115, 0.3651854991912842, 0.27956172823905945, 0.38231024146080017, -0.9191710948944092, 0.12543895840644836, 0.24531221389770508, 0.7761795520782471, 0.8446785807609558, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.9645518660545349], [1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1529240608215332, 1.2042982578277588, 1.2899221181869507, 1.3070467710494995, 1.4097954034805298, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8789280652999878, 0.9645518660545349, 0.9474270939826965, 0.9988013505935669, 1.0501755475997925, 0.9988013505935669, 1.0330508947372437, 0.7419300675392151, 0.8275538086891174, 0.656306266784668, 0.7419300675392151, 0.5193082690238953, 0.5364330410957336, 0.8275538086891174, 0.41655975580215454, 0.4508092403411865, 0.8960528373718262, 0.8275538086891174, 0.9816765785217285, 0.9474270939826965, 1.1186745166778564, 1.101549744606018, 1.0159261226654053, 0.9988013505935669, 1.0673003196716309, 1.101549744606018, 1.0673003196716309, 1.1529240608215332, 1.0673003196716309, 1.0159261226654053, 1.1186745166778564, 1.0844250917434692, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.810429036617279, 1.0844250917434692, 1.2214230298995972, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.7076805233955383, 0.7761795520782471, 0.656306266784668, 0.6049320101737976, 0.6391815543174744, 0.6049320101737976, 0.8446785807609558, 0.7076805233955383, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, 0.8446785807609558, 0.9474270939826965, 0.5535577535629272, 0.7590547800064087, 0.7590547800064087, 0.9303023219108582, 0.7419300675392151, 0.9645518660545349, 1.1529240608215332, 0.9474270939826965, 1.0844250917434692, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.375545859336853, 1.18717360496521, 1.2727973461151123, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.18717360496521, 1.1357992887496948, 0.5193082690238953, -0.5253018140792847, -1.3815394639968872, -1.5185375213623047, -1.7411593198776245, -1.1246682405471802, -0.9191710948944092, -0.4910522699356079, 0.15968845784664154, -0.9876701235771179, -0.3540542721748352, 0.15968845784664154, 0.8446785807609558, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174], [1.0159261226654053, 0.9988013505935669, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.1529240608215332, 1.101549744606018, 1.2042982578277588, 1.375545859336853, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2214230298995972, 1.1186745166778564, 1.0673003196716309, 1.0330508947372437, 0.9474270939826965, 0.8960528373718262, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8446785807609558, 0.7590547800064087, 0.7761795520782471, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9303023219108582, 1.0159261226654053, 0.622056782245636, 0.8446785807609558, 0.7076805233955383, 0.6391815543174744, 0.810429036617279, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.8789280652999878, 0.4850587546825409, 0.5364330410957336, 0.8446785807609558, 0.4508092403411865, 0.4508092403411865, 0.587807297706604, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.7419300675392151, 0.8789280652999878, 0.9988013505935669, 0.9988013505935669, 0.9474270939826965, 0.9131776094436646, 1.0673003196716309, 0.9816765785217285, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.101549744606018, 0.6905558109283447, 0.9645518660545349, 1.0159261226654053, 0.9303023219108582, 1.0330508947372437, 0.9645518660545349, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.7590547800064087, 0.6905558109283447, 0.587807297706604, 0.4850587546825409, 0.6905558109283447, 0.656306266784668, 0.8618032932281494, 0.5535577535629272, 0.9131776094436646, 0.6734310388565063, 0.7761795520782471, 0.7076805233955383, 0.656306266784668, 0.7419300675392151, 0.8275538086891174, 0.9816765785217285, 0.3480607271194458, 1.0159261226654053, 0.587807297706604, 1.0501755475997925, 0.9816765785217285, 1.0844250917434692, 0.9988013505935669, 1.1529240608215332, 1.2385478019714355, 1.2042982578277588, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2214230298995972, 0.7248052954673767, 0.15968845784664154, -0.3540542721748352, -0.9705453515052795, -1.5870364904403687, -1.3301652669906616, -0.5081770420074463, -0.7992978096008301, -0.610925555229187, -0.14855723083019257, 0.7933043241500854, 1.0673003196716309, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854], [0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2899221181869507, 1.2385478019714355, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.4097954034805298, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.1700488328933716, 1.101549744606018, 1.0159261226654053, 0.9303023219108582, 0.8275538086891174, 0.7761795520782471, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.6734310388565063, 0.7419300675392151, 0.6734310388565063, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9474270939826965, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.7248052954673767, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.5706825256347656, 0.4679340124130249, 0.29668647050857544, 0.4850587546825409, 0.8789280652999878, 0.7248052954673767, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.3651854991912842, 0.5021834969520569, 0.7076805233955383, 0.7933043241500854, 0.622056782245636, 0.622056782245636, 0.7933043241500854, 0.8960528373718262, 1.0159261226654053, 0.8618032932281494, 0.9645518660545349, 0.7076805233955383, 0.6391815543174744, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.810429036617279, 0.7076805233955383, 0.6905558109283447, 1.0501755475997925, 0.8446785807609558, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.6905558109283447, 0.7933043241500854, 0.7933043241500854, 0.7248052954673767, 0.7419300675392151, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 0.622056782245636, 0.5706825256347656, 0.4508092403411865, 0.810429036617279, 0.3651854991912842, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8789280652999878, 1.1357992887496948, 1.1186745166778564, 1.18717360496521, 1.324171543121338, 1.2899221181869507, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.2042982578277588, 1.1186745166778564, 1.0330508947372437, 0.9131776094436646, 0.4679340124130249, 0.19393795728683472, 0.10831420123577118, 0.7761795520782471, 0.7248052954673767, 0.8275538086891174, 0.8960528373718262, 1.0330508947372437, 0.9474270939826965, 1.0673003196716309, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471], [0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.4269200563430786, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 0.9816765785217285, 0.9131776094436646, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744, 0.5706825256347656, 0.7248052954673767, 0.7419300675392151, 0.8789280652999878, 0.8275538086891174, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 0.9645518660545349, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.8275538086891174, 0.5706825256347656, 0.4508092403411865, 0.622056782245636, 0.3138112425804138, 0.6391815543174744, 0.7590547800064087, 0.7933043241500854, 0.5706825256347656, 0.3651854991912842, 0.4679340124130249, 0.9303023219108582, 0.7419300675392151, 0.8960528373718262, 0.6391815543174744, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.9645518660545349, 0.7076805233955383, 0.810429036617279, 0.8446785807609558, 0.6391815543174744, 0.622056782245636, 0.4850587546825409, 0.4508092403411865, 0.7933043241500854, 0.8618032932281494, 0.9131776094436646, 0.5364330410957336, 0.7419300675392151, 0.5364330410957336, 0.5535577535629272, 0.4679340124130249, 0.5021834969520569, 0.8275538086891174, 0.9474270939826965, 0.7419300675392151, 0.6049320101737976, 0.7933043241500854, 0.656306266784668, 0.8960528373718262, 0.810429036617279, 0.9474270939826965, 0.7590547800064087, 0.8960528373718262, 0.8618032932281494, 0.5706825256347656, 0.5193082690238953, 0.6905558109283447, 0.5535577535629272, 0.4508092403411865, 0.6734310388565063, 0.3651854991912842, 0.9131776094436646, 1.0330508947372437, 0.8275538086891174, 0.8446785807609558, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.3070467710494995, 1.255672574043274, 1.2214230298995972, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.2042982578277588, 1.101549744606018, 1.1700488328933716, 1.4611696004867554, 1.2385478019714355, 1.1186745166778564, 1.1357992887496948, 0.9303023219108582, 0.9988013505935669, 1.0844250917434692, 1.1186745166778564, 1.0673003196716309, 1.0844250917434692, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151], [0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.255672574043274, 1.3584210872650146, 1.3070467710494995, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.8618032932281494, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.810429036617279, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.7419300675392151, 0.7761795520782471, 0.6391815543174744, 0.5706825256347656, 0.10831420123577118, 0.622056782245636, 0.8446785807609558, 0.8275538086891174, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 1.1186745166778564, 1.101549744606018, 1.0501755475997925, 0.9645518660545349, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 0.6391815543174744, 0.656306266784668, 0.5535577535629272, 0.8446785807609558, 0.7419300675392151, 0.656306266784668, 0.7248052954673767, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.7761795520782471, 0.6391815543174744, 0.587807297706604, 0.4850587546825409, 0.6391815543174744, 0.5706825256347656, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7248052954673767, 0.8618032932281494, 0.8446785807609558, 0.6734310388565063, 0.8446785807609558, 0.7590547800064087, 0.5535577535629272, 0.4850587546825409, 0.6391815543174744, 0.3480607271194458, 0.2110627144575119, 0.4679340124130249, 0.8446785807609558, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 1.1186745166778564, 1.1186745166778564, 1.0159261226654053, 1.2385478019714355, 1.324171543121338, 1.101549744606018, 1.2214230298995972, 1.4782943725585938, 1.2727973461151123, 1.3584210872650146, 1.2899221181869507, 1.1357992887496948, 1.255672574043274, 1.255672574043274, 1.1357992887496948, 1.2385478019714355, 1.2727973461151123, 1.3584210872650146, 1.0844250917434692, 1.0501755475997925, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151], [0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2385478019714355, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.0673003196716309, 1.0330508947372437, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.810429036617279, 0.6734310388565063, 0.587807297706604, 0.5364330410957336, 0.6391815543174744, 0.5193082690238953, 0.656306266784668, 0.7933043241500854, 0.8446785807609558, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.8618032932281494, 0.7761795520782471, 0.5535577535629272, 0.7933043241500854, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.7419300675392151, 0.8789280652999878, 0.9131776094436646, 0.8275538086891174, 0.7590547800064087, 0.6049320101737976, 0.6905558109283447, 0.6049320101737976, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.6734310388565063, 0.7761795520782471, 1.0673003196716309, 0.9474270939826965, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.8275538086891174, 0.9474270939826965, 0.810429036617279, 1.0501755475997925, 0.7761795520782471, 0.9988013505935669, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.6049320101737976, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.6391815543174744, 0.3651854991912842, 0.15968845784664154, 0.5535577535629272, 0.14256370067596436, 0.622056782245636, 0.7590547800064087, 0.622056782245636, 0.9131776094436646, 1.0330508947372437, 0.9645518660545349, 0.8789280652999878, 1.0159261226654053, 1.1186745166778564, 1.18717360496521, 1.1357992887496948, 0.9645518660545349, 1.3926706314086914, 1.2899221181869507, 1.2385478019714355, 1.324171543121338, 0.9131776094436646, 1.3070467710494995, 1.3070467710494995, 1.1529240608215332, 1.1700488328933716, 1.3070467710494995, 1.324171543121338, 1.1357992887496948, 1.0330508947372437, 1.1529240608215332, 1.18717360496521, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767], [0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.2727973461151123, 1.3070467710494995, 1.255672574043274, 1.375545859336853, 1.444044828414917, 1.4782943725585938, 1.444044828414917, 1.3584210872650146, 1.3070467710494995, 1.3070467710494995, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 0.9988013505935669, 0.9474270939826965, 0.7761795520782471, 0.7076805233955383, 0.5535577535629272, 0.41655975580215454, 0.5021834969520569, 0.587807297706604, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.5364330410957336, 0.4508092403411865, 0.5364330410957336, 0.6734310388565063, 0.6391815543174744, 0.4850587546825409, 0.26243698596954346, 0.622056782245636, 0.656306266784668, 0.9131776094436646, 0.9303023219108582, 0.8960528373718262, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.8446785807609558, 0.9131776094436646, 0.8275538086891174, 0.7761795520782471, 0.6905558109283447, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8960528373718262, 0.9645518660545349, 0.9303023219108582, 0.8960528373718262, 0.9988013505935669, 0.9131776094436646, 0.9131776094436646, 1.0673003196716309, 0.9645518660545349, 0.6905558109283447, 0.9131776094436646, 0.8789280652999878, 0.6391815543174744, 0.7248052954673767, 0.7419300675392151, 1.0844250917434692, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.622056782245636, 0.8618032932281494, 0.587807297706604, 0.41655975580215454, 0.29668647050857544, 0.4508092403411865, 0.656306266784668, 0.7933043241500854, 0.7761795520782471, 0.8789280652999878, 0.9131776094436646, 0.656306266784668, 0.8960528373718262, 0.9816765785217285, 1.1357992887496948, 1.0330508947372437, 1.1357992887496948, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.2214230298995972, 0.810429036617279, 1.375545859336853, 1.2385478019714355, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.255672574043274, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8618032932281494, 0.8446785807609558, 0.6905558109283447, 0.622056782245636, 0.3309359848499298, 0.41655975580215454, 0.6905558109283447, 0.38231024146080017, 0.4508092403411865, 0.24531221389770508, 0.2110627144575119, 0.41655975580215454, 0.6905558109283447, 0.0055655487813055515, 0.10831420123577118, 0.7419300675392151, 0.622056782245636, 0.26243698596954346, 0.7419300675392151, 0.810429036617279, 0.6391815543174744, 0.9645518660545349, 0.5364330410957336, 0.656306266784668, 1.0159261226654053, 0.4850587546825409, 0.6905558109283447, 1.0159261226654053, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.7590547800064087, 0.7419300675392151, 0.7933043241500854, 0.7248052954673767, 0.810429036617279, 0.810429036617279, 0.8618032932281494, 1.0159261226654053, 0.7761795520782471, 0.8275538086891174, 0.9474270939826965, 0.9816765785217285, 1.1186745166778564, 1.1700488328933716, 0.7761795520782471, 0.8960528373718262, 0.8960528373718262, 0.7248052954673767, 0.9131776094436646, 0.656306266784668, 0.587807297706604, 0.9988013505935669, 0.6049320101737976, 0.3480607271194458, 0.9474270939826965, 0.6391815543174744, 0.6391815543174744, 0.4679340124130249, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.4850587546825409, 0.6734310388565063, 0.7076805233955383, 0.8789280652999878, 0.587807297706604, 0.9816765785217285, 0.9474270939826965, 1.0159261226654053, 1.1186745166778564, 0.9474270939826965, 1.0159261226654053, 0.810429036617279, 1.255672574043274, 1.1357992887496948, 0.9816765785217285, 1.1529240608215332, 1.2385478019714355, 1.1529240608215332, 1.2214230298995972, 1.18717360496521, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.0330508947372437, 0.9816765785217285, 0.9303023219108582, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063], [0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.8789280652999878, 0.7248052954673767, 0.6049320101737976, 0.6049320101737976, 0.5021834969520569, 0.5193082690238953, 0.7076805233955383, 0.622056782245636, 1.0673003196716309, 0.8446785807609558, 0.8618032932281494, 0.7933043241500854, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.7933043241500854, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.7761795520782471, 0.7419300675392151, 0.7761795520782471, 0.6734310388565063, 0.810429036617279, 0.6049320101737976, 0.7076805233955383, 0.8446785807609558, 0.7590547800064087, 0.7590547800064087, 0.6391815543174744, 0.6391815543174744, 0.4850587546825409, 0.5535577535629272, 0.6391815543174744, 0.6391815543174744, 0.7590547800064087, 0.810429036617279, 0.8960528373718262, 0.8446785807609558, 0.9131776094436646, 0.9988013505935669, 0.9988013505935669, 0.622056782245636, 0.5535577535629272, 0.8618032932281494, 0.656306266784668, 0.9303023219108582, 1.2042982578277588, 0.8960528373718262, 0.8446785807609558, 0.5706825256347656, 0.4508092403411865, 0.7590547800064087, 0.7248052954673767, 0.8446785807609558, 0.8446785807609558, 0.7076805233955383, 0.5535577535629272, 0.5364330410957336, 0.4679340124130249, 0.38231024146080017, 0.4850587546825409, 0.587807297706604, 0.9645518660545349, 0.7590547800064087, 0.5193082690238953, 0.6905558109283447, 0.587807297706604, 0.6905558109283447, 0.9303023219108582, 1.0844250917434692, 0.9474270939826965, 0.27956172823905945, 1.1186745166778564, 1.1700488328933716, 0.9474270939826965, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 1.2385478019714355, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.656306266784668], [0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.3070467710494995, 1.2899221181869507, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.0501755475997925, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.7933043241500854, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6905558109283447, 0.5535577535629272, 0.5193082690238953, 0.8960528373718262, 0.9645518660545349, 0.8960528373718262, 0.8618032932281494, 0.7933043241500854, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8275538086891174, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8275538086891174, 0.7419300675392151, 0.8618032932281494, 0.7419300675392151, 0.8446785807609558, 0.7076805233955383, 0.810429036617279, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.810429036617279, 0.7761795520782471, 0.9645518660545349, 0.9303023219108582, 0.8275538086891174, 0.9988013505935669, 0.9645518660545349, 0.7933043241500854, 0.4508092403411865, 0.8446785807609558, 0.9474270939826965, 0.7933043241500854, 0.7076805233955383, 0.622056782245636, 0.8275538086891174, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.41655975580215454, 0.4508092403411865, 0.38231024146080017, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.5535577535629272, 0.6905558109283447, 0.9131776094436646, 0.810429036617279, 0.43368449807167053, 0.8960528373718262, 1.0159261226654053, 1.0159261226654053, 1.1357992887496948, 1.1357992887496948, 0.8275538086891174, 1.1529240608215332, 1.1357992887496948, 1.101549744606018, 1.2899221181869507, 1.1700488328933716, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0330508947372437, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.3584210872650146, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0330508947372437, 1.0159261226654053, 1.0159261226654053, 0.9645518660545349, 0.9816765785217285, 0.8618032932281494, 0.9303023219108582, 0.8960528373718262, 0.7933043241500854, 0.8789280652999878, 0.5364330410957336, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.8618032932281494, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6049320101737976, 0.7419300675392151, 0.7590547800064087, 0.8446785807609558, 0.7933043241500854, 0.7076805233955383, 0.8446785807609558, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9303023219108582, 0.9645518660545349, 0.7761795520782471, 0.8960528373718262, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.3651854991912842, 0.5535577535629272, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.7590547800064087, 0.8618032932281494, 0.6049320101737976, 0.8960528373718262, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 0.9303023219108582, 0.9988013505935669, 0.7248052954673767, 0.4850587546825409, 0.15968845784664154, 0.24531221389770508, 0.4508092403411865, 0.587807297706604, 0.5193082690238953, 0.8618032932281494, 0.810429036617279, 0.7248052954673767, 0.622056782245636, 0.7248052954673767, 0.6734310388565063, 0.6049320101737976, 0.6734310388565063, 0.8446785807609558, 1.0330508947372437, 1.1186745166778564, 1.0159261226654053, 1.324171543121338, 1.2214230298995972, 1.2727973461151123, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.0330508947372437, 0.9988013505935669, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6734310388565063, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.2899221181869507, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.0844250917434692, 1.0159261226654053, 0.9131776094436646, 0.9474270939826965, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.0673003196716309, 1.0501755475997925, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.8789280652999878, 0.8275538086891174, 0.6391815543174744, 0.587807297706604, 0.7419300675392151, 0.7933043241500854, 0.7419300675392151, 0.810429036617279, 0.8789280652999878, 0.810429036617279, 0.8960528373718262, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.656306266784668, 0.8275538086891174, 0.9474270939826965, 0.9988013505935669, 0.8960528373718262, 0.810429036617279, 0.8789280652999878, 0.6905558109283447, 0.7248052954673767, 0.9131776094436646, 0.9131776094436646, 1.101549744606018, 0.38231024146080017, 0.7419300675392151, 0.7590547800064087, 0.622056782245636, 0.9816765785217285, 0.9474270939826965, 1.0501755475997925, 0.6049320101737976, 0.656306266784668, 0.8960528373718262, 0.8275538086891174, 0.8960528373718262, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.7248052954673767, 0.7076805233955383, 0.6049320101737976, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.7933043241500854, 0.587807297706604, 0.7076805233955383, 0.6049320101737976, 0.6391815543174744, 0.5535577535629272, 0.4679340124130249, 0.5364330410957336, 0.8275538086891174, 0.9816765785217285, 0.9645518660545349, 1.324171543121338, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.1529240608215332, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6391815543174744], [0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2899221181869507, 1.375545859336853, 1.4269200563430786, 1.2214230298995972, 1.3412963151931763, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4097954034805298, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1186745166778564, 1.1186745166778564, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2385478019714355, 1.2042982578277588, 1.1700488328933716, 1.1357992887496948, 1.0844250917434692, 1.101549744606018, 1.18717360496521, 1.18717360496521, 1.0501755475997925, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.9131776094436646, 0.9131776094436646, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.9645518660545349, 0.8960528373718262, 0.9645518660545349, 0.8618032932281494, 0.8275538086891174, 0.7933043241500854, 0.9988013505935669, 1.0159261226654053, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.8446785807609558, 0.622056782245636, 0.587807297706604, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 1.0673003196716309, 1.1357992887496948, 0.8789280652999878, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.7761795520782471, 0.8446785807609558, 0.8960528373718262, 0.9988013505935669, 0.8618032932281494, 0.7761795520782471, 0.7419300675392151, 0.4850587546825409, 0.7248052954673767, 0.39943498373031616, 0.4508092403411865, 0.6391815543174744, 0.6734310388565063, 0.7590547800064087, 0.7076805233955383, 0.6049320101737976, 0.5364330410957336, 0.7419300675392151, 0.656306266784668, 0.587807297706604, 0.587807297706604, 0.8960528373718262, 0.9474270939826965, 1.0330508947372437, 1.3584210872650146, 1.4097954034805298, 1.324171543121338, 1.3070467710494995, 1.18717360496521, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9303023219108582, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0330508947372437, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.2214230298995972, 1.3926706314086914, 1.3926706314086914, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.1700488328933716, 1.2899221181869507, 1.2899221181869507, 1.18717360496521, 1.3412963151931763, 1.2727973461151123, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.1357992887496948, 1.0501755475997925, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 1.0673003196716309, 1.0844250917434692, 1.0330508947372437, 1.0330508947372437, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1700488328933716, 1.1186745166778564, 0.9816765785217285, 0.9645518660545349, 1.0159261226654053, 0.9645518660545349, 0.8960528373718262, 0.8446785807609558, 0.9303023219108582, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.7933043241500854, 0.8446785807609558, 0.8275538086891174, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.8618032932281494, 0.6391815543174744, 0.5021834969520569, 0.5193082690238953, 0.5021834969520569, 0.6734310388565063, 0.6905558109283447, 0.6734310388565063, 0.8446785807609558, 0.810429036617279, 0.5706825256347656, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.8618032932281494, 0.9303023219108582, 1.18717360496521, 1.2385478019714355, 1.375545859336853, 1.4269200563430786, 1.4097954034805298, 1.2899221181869507, 1.101549744606018, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.622056782245636], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3926706314086914, 1.324171543121338, 1.101549744606018, 1.4611696004867554, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.2899221181869507, 1.3412963151931763, 1.4097954034805298, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.0501755475997925, 1.2214230298995972, 1.18717360496521, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.2214230298995972, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.0844250917434692, 1.0501755475997925, 1.1529240608215332, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.7933043241500854, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.8275538086891174, 0.9131776094436646, 0.810429036617279, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.7590547800064087, 0.6734310388565063, 0.7761795520782471, 0.5706825256347656, 0.810429036617279, 0.7248052954673767, 0.9131776094436646, 1.0159261226654053, 0.8618032932281494, 1.0844250917434692, 0.8618032932281494, 0.5021834969520569, 0.7076805233955383, 0.656306266784668, 0.7590547800064087, 0.7761795520782471, 0.8618032932281494, 0.8618032932281494, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.810429036617279, 0.8618032932281494, 1.1700488328933716, 1.255672574043274, 1.324171543121338, 1.3412963151931763, 1.4611696004867554, 1.5125439167022705, 1.375545859336853, 1.2214230298995972, 1.0159261226654053, 0.9988013505935669, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668], [0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7248052954673767, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3412963151931763, 1.324171543121338, 1.255672574043274, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.1700488328933716, 1.3070467710494995, 1.255672574043274, 1.1186745166778564, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.1700488328933716, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0330508947372437, 0.8275538086891174, 0.7761795520782471, 0.9131776094436646, 0.9303023219108582, 0.9816765785217285, 0.8789280652999878, 0.8275538086891174, 0.7248052954673767, 0.9645518660545349, 0.9131776094436646, 0.8618032932281494, 0.8789280652999878, 0.7933043241500854, 0.8275538086891174, 0.6391815543174744, 0.9131776094436646, 0.9645518660545349, 0.8618032932281494, 0.656306266784668, 0.6049320101737976, 0.9303023219108582, 0.8275538086891174, 0.9474270939826965, 0.9131776094436646, 1.2727973461151123, 1.1357992887496948, 1.0673003196716309, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 1.0330508947372437, 1.1529240608215332, 1.0501755475997925, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.5125439167022705, 1.5810428857803345, 1.563918113708496, 1.4097954034805298, 1.2214230298995972, 1.0159261226654053, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447], [0.41655975580215454, 0.4679340124130249, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.2899221181869507, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.4611696004867554, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.3926706314086914, 1.324171543121338, 1.2899221181869507, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.1186745166778564, 1.1357992887496948, 1.101549744606018, 1.0330508947372437, 0.9645518660545349, 0.9131776094436646, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.810429036617279, 0.9131776094436646, 0.8789280652999878, 0.7590547800064087, 0.8618032932281494, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.8275538086891174, 0.7590547800064087, 0.7076805233955383, 0.8275538086891174, 0.9474270939826965, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 1.0330508947372437, 0.9474270939826965, 0.8275538086891174, 1.0673003196716309, 0.9303023219108582, 0.7248052954673767, 0.656306266784668, 0.7761795520782471, 0.9303023219108582, 1.1186745166778564, 1.0501755475997925, 0.9988013505935669, 1.0501755475997925, 1.1186745166778564, 1.3070467710494995, 1.3412963151931763, 1.18717360496521, 1.2042982578277588, 1.1700488328933716, 1.444044828414917, 1.563918113708496, 1.5981676578521729, 1.563918113708496, 1.375545859336853, 0.9988013505935669, 0.8789280652999878, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447], [0.39943498373031616, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.2727973461151123, 1.2385478019714355, 1.3926706314086914, 1.3070467710494995, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4097954034805298, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.4097954034805298, 1.3926706314086914, 1.2727973461151123, 1.1357992887496948, 1.2214230298995972, 1.2042982578277588, 1.1357992887496948, 1.2214230298995972, 1.1700488328933716, 1.2042982578277588, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9303023219108582, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.8618032932281494, 0.8960528373718262, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 0.9474270939826965, 0.9303023219108582, 0.9988013505935669, 0.6734310388565063, 0.7590547800064087, 0.810429036617279, 0.8789280652999878, 1.0501755475997925, 1.0330508947372437, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 0.8960528373718262, 0.6049320101737976, 0.7419300675392151, 0.9474270939826965, 1.1186745166778564, 1.255672574043274, 1.0159261226654053, 1.1186745166778564, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.2385478019714355, 1.18717360496521, 1.0673003196716309, 1.4097954034805298, 1.444044828414917, 1.375545859336853, 1.4097954034805298, 0.9474270939826965, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.4269200563430786, 1.324171543121338, 1.3926706314086914, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.3584210872650146, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.3412963151931763, 1.2042982578277588, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.1357992887496948, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1186745166778564, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 1.0330508947372437, 0.9303023219108582, 0.9131776094436646, 0.8789280652999878, 0.9988013505935669, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 1.0501755475997925, 0.9131776094436646, 0.810429036617279, 0.656306266784668, 0.9131776094436646, 0.8618032932281494, 0.9474270939826965, 1.0330508947372437, 1.0501755475997925, 1.0159261226654053, 0.8789280652999878, 0.8275538086891174, 0.8618032932281494, 0.8446785807609558, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.7590547800064087, 0.8618032932281494, 0.9303023219108582, 1.0501755475997925, 1.18717360496521, 1.0501755475997925, 1.255672574043274, 1.4097954034805298, 1.3070467710494995, 1.2899221181869507, 1.101549744606018, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.0330508947372437, 0.5535577535629272, 0.9816765785217285, 1.1529240608215332, 0.9131776094436646, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383], [0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.324171543121338, 1.375545859336853, 1.2385478019714355, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.444044828414917, 1.4954191446304321, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3584210872650146, 1.2899221181869507, 1.2727973461151123, 1.18717360496521, 1.1186745166778564, 1.1700488328933716, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 0.9816765785217285, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9645518660545349, 1.0673003196716309, 0.9474270939826965, 0.7076805233955383, 0.8446785807609558, 0.810429036617279, 0.8789280652999878, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9474270939826965, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 1.1357992887496948, 1.1357992887496948, 1.3412963151931763, 1.375545859336853, 1.324171543121338, 1.0673003196716309, 1.1186745166778564, 1.2214230298995972, 1.2385478019714355, 1.1700488328933716, -0.3711790144443512, -0.13143247365951538, 0.19393795728683472, 0.810429036617279, 1.0673003196716309, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.3070467710494995, 1.375545859336853, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.2899221181869507, 1.4269200563430786, 1.4954191446304321, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4269200563430786, 1.444044828414917, 1.3926706314086914, 1.375545859336853, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.101549744606018, 1.0673003196716309, 1.0501755475997925, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.0501755475997925, 1.1186745166778564, 1.1357992887496948, 0.9816765785217285, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.6905558109283447, 0.6734310388565063, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9474270939826965, 0.8275538086891174, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.9131776094436646, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 1.0159261226654053, 1.0330508947372437, 1.2042982578277588, 1.2727973461151123, 1.1357992887496948, 0.9303023219108582, 1.2042982578277588, 1.2214230298995972, 0.9131776094436646, -1.3986642360687256, -2.0494048595428467, -2.0836544036865234, -2.0665295124053955, -1.7240345478057861, -1.7754088640213013, -1.5527870655059814, 1.0673003196716309, 0.9988013505935669, 0.9645518660545349, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447], [0.3309359848499298, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.3926706314086914, 1.3070467710494995, 1.2727973461151123, 1.3412963151931763, 1.444044828414917, 1.4782943725585938, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.444044828414917, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4269200563430786, 1.4097954034805298, 1.375545859336853, 1.324171543121338, 1.3070467710494995, 1.2214230298995972, 1.2042982578277588, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 0.9474270939826965, 0.8789280652999878, 0.7590547800064087, 0.6734310388565063, 0.5535577535629272, 0.8275538086891174, 0.7933043241500854, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.8275538086891174, 0.622056782245636, 0.8275538086891174, 0.9131776094436646, 0.8960528373718262, 1.0159261226654053, 0.9474270939826965, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8618032932281494, 0.7248052954673767, 0.9816765785217285, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.1357992887496948, 1.2214230298995972, 0.3651854991912842, -1.7240345478057861, -2.1007792949676514, -2.0494048595428467, -1.9980305433273315, -1.8610326051712036, -1.758284091949463, -0.4910522699356079, -1.7754088640213013, 0.3651854991912842, -1.1589176654815674, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8275538086891174, 0.810429036617279, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.26243698596954346, 0.29668647050857544, 0.3651854991912842, 0.41655975580215454, 0.5021834969520569, 0.5021834969520569, 0.5706825256347656, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.18717360496521, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.2899221181869507, 1.375545859336853, 1.3412963151931763, 1.3584210872650146, 1.3412963151931763, 1.3070467710494995, 1.4269200563430786, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5467933416366577, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.4611696004867554, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.2385478019714355, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.0501755475997925, 1.0844250917434692, 1.0330508947372437, 1.0501755475997925, 0.9816765785217285, 1.0501755475997925, 0.9131776094436646, 0.8618032932281494, 0.5535577535629272, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.8960528373718262, 0.9131776094436646, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.7590547800064087, 0.656306266784668, 0.7248052954673767, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8618032932281494, 0.9303023219108582, 0.9303023219108582, 0.8446785807609558, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.9988013505935669, 1.2214230298995972, 1.2385478019714355, 1.1186745166778564, -0.7992978096008301, -2.0494048595428467, -1.7411593198776245, -1.758284091949463, -1.5527870655059814, -1.6212860345840454, -1.8267830610275269, -1.672660231590271, -1.484287977218628, -1.7411593198776245, -1.227416753768921, -1.5185375213623047, -0.7821730971336365, 0.9816765785217285, 1.0501755475997925, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.24531221389770508, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.375545859336853, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.5125439167022705, 1.5296685695648193, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.6666666269302368, 1.6495418548583984, 1.63241708278656, 1.5981676578521729, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4954191446304321, 1.4782943725585938, 1.4269200563430786, 1.3584210872650146, 1.3412963151931763, 1.255672574043274, 1.18717360496521, 1.101549744606018, 1.1700488328933716, 1.2214230298995972, 1.2899221181869507, 1.2385478019714355, 1.255672574043274, 1.18717360496521, 1.0844250917434692, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9645518660545349, 0.9303023219108582, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8789280652999878, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.8275538086891174, 0.7933043241500854, 0.8446785807609558, 0.7933043241500854, 0.8618032932281494, 0.9474270939826965, 0.8618032932281494, 0.9816765785217285, 0.9988013505935669, 0.8446785807609558, 0.9303023219108582, 1.0159261226654053, 1.2214230298995972, 1.1529240608215332, 1.1700488328933716, 0.7590547800064087, -0.5595512986183167, -1.7069097757339478, -1.8267830610275269, -1.7240345478057861, -1.946656346321106, -1.7240345478057861, -1.6555355787277222, -0.7992978096008301, -1.3301652669906616, -0.5081770420074463, 1.718040943145752, 0.17681321501731873, -1.3986642360687256, -1.3986642360687256, -0.8335473537445068, -1.4671632051467896, -1.3130404949188232, 1.0844250917434692, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2281874716281891, 0.29668647050857544, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4097954034805298, 1.4269200563430786, 1.4611696004867554, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.4954191446304321, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2214230298995972, 1.1357992887496948, 1.101549744606018, 1.0501755475997925, 0.9816765785217285, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.8618032932281494, 0.9988013505935669, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 0.9474270939826965, 1.0330508947372437, 1.0330508947372437, 1.18717360496521, 1.324171543121338, 1.3412963151931763, 0.5706825256347656, -1.5185375213623047, -1.6897850036621094, -1.6212860345840454, -1.946656346321106, -1.9124068021774292, -1.7240345478057861, -2.0665295124053955, -1.9124068021774292, -1.8267830610275269, -1.5699117183685303, -1.2445415258407593, -0.9705453515052795, -0.5938007831573486, -1.4500385522842407, 1.9235379695892334, 1.563918113708496, -0.9362958669662476, -1.0904186964035034, -1.2787909507751465, -0.16568197309970856, -1.8439078330993652, -0.31980475783348083, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.4782943725585938, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.63241708278656, 1.6666666269302368, 1.6666666269302368, 1.6495418548583984, 1.6152924299240112, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.2727973461151123, 1.255672574043274, 1.1700488328933716, 1.1357992887496948, 1.1529240608215332, 1.101549744606018, 1.1529240608215332, 1.0844250917434692, 1.0501755475997925, 1.18717360496521, 1.2899221181869507, 1.2385478019714355, 1.2042982578277588, 1.18717360496521, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.101549744606018, 1.101549744606018, 1.1700488328933716, 1.1700488328933716, 1.2214230298995972, 1.3070467710494995, 1.2899221181869507, 1.2042982578277588, 0.43368449807167053, -1.604161262512207, -1.7069097757339478, -1.7240345478057861, -1.5527870655059814, -1.6384108066558838, -1.7411593198776245, -1.79253351688385, -1.2445415258407593, -1.9637811183929443, -1.7754088640213013, -1.9124068021774292, -1.878157377243042, -1.7411593198776245, -1.3130404949188232, -1.2102919816970825, -1.7240345478057861, -0.645175039768219, 1.6495418548583984, 1.9235379695892334, 1.8036646842956543, 1.375545859336853, 0.656306266784668, -1.9637811183929443, -1.1760424375534058, 1.0501755475997925, 0.9645518660545349, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447], [0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.39943498373031616, 0.41655975580215454, 0.5193082690238953, 0.587807297706604, 0.587807297706604, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4269200563430786, 1.375545859336853, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.444044828414917, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.6837913990020752, 1.5981676578521729, 1.6152924299240112, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.4611696004867554, 1.4269200563430786, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.3412963151931763, 1.324171543121338, 1.3412963151931763, 1.2899221181869507, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.3070467710494995, 1.2727973461151123, 1.324171543121338, 1.3412963151931763, 1.3926706314086914, 1.4782943725585938, 1.4782943725585938, 1.5125439167022705, 1.4611696004867554, 1.4097954034805298, 1.3070467710494995, 1.1529240608215332, -1.3644146919250488, -1.6384108066558838, -1.415789008140564, -1.3815394639968872, -1.073293924331665, -1.0561691522598267, -1.5185375213623047, -1.672660231590271, -1.8952820301055908, -1.2787909507751465, -1.3815394639968872, -0.13143247365951538, 0.43368449807167053, -1.5870364904403687, -1.5014127492904663, -1.758284091949463, -1.6555355787277222, 0.0740646943449974, 1.2727973461151123, 2.1804091930389404, 1.7009161710739136, 1.6495418548583984, -1.415789008140564, -1.415789008140564, 0.9816765785217285, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.15968845784664154, 0.19393795728683472, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4954191446304321, 1.4269200563430786, 1.4097954034805298, 1.444044828414917, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.4097954034805298, 1.5125439167022705, 1.5467933416366577, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.5296685695648193, 1.5810428857803345, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.3926706314086914, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.5125439167022705, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.375545859336853, 1.1700488328933716, -0.9362958669662476, -1.5699117183685303, -0.5595512986183167, -1.484287977218628, -1.0904186964035034, -0.9362958669662476, -1.4500385522842407, -0.6794245839118958, -1.3815394639968872, -1.0047948360443115, -0.5424265265464783, -1.8610326051712036, -0.19993148744106293, -1.1589176654815674, -1.3130404949188232, -1.5527870655059814, -1.484287977218628, -1.5185375213623047, 0.27956172823905945, 1.4611696004867554, 1.2214230298995972, 1.2727973461151123, 1.5810428857803345, 0.12543895840644836, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447], [0.14256370067596436, 0.17681321501731873, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6905558109283447, 0.7248052954673767, 0.6905558109283447, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4097954034805298, 1.2899221181869507, 1.3584210872650146, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.4782943725585938, 1.2899221181869507, 1.5810428857803345, 1.4097954034805298, 1.444044828414917, 1.5467933416366577, 1.5125439167022705, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5125439167022705, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.4954191446304321, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.18717360496521, 1.1700488328933716, 1.0844250917434692, 0.9988013505935669, 0.9645518660545349, 1.0159261226654053, 1.1529240608215332, 1.2042982578277588, 1.1700488328933716, 1.0844250917434692, 0.9303023219108582, 0.8275538086891174, 0.9131776094436646, -0.8849216103553772, -0.8506720662117004, -1.1075434684753418, -1.227416753768921, -1.484287977218628, -0.7992978096008301, -0.7307988405227661, -1.073293924331665, -1.415789008140564, -1.3815394639968872, -1.0561691522598267, 0.2110627144575119, -1.0047948360443115, -1.0390443801879883, -0.5424265265464783, -1.2959157228469849, -1.5527870655059814, -1.7754088640213013, -0.30267998576164246, 0.9303023219108582, 1.7522903680801392, 1.9235379695892334, 1.2899221181869507, 1.101549744606018, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.8275538086891174, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063], [0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.27956172823905945, 0.3651854991912842, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4269200563430786, 1.4782943725585938, 1.444044828414917, 1.324171543121338, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4269200563430786, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5467933416366577, 1.5296685695648193, 1.375545859336853, 1.5467933416366577, 1.444044828414917, 1.444044828414917, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.563918113708496, 1.4954191446304321, 1.4782943725585938, 1.4954191446304321, 1.444044828414917, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5125439167022705, 1.444044828414917, 1.3926706314086914, 1.3412963151931763, 1.3070467710494995, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1357992887496948, 1.0673003196716309, 0.9988013505935669, 0.9303023219108582, 0.9816765785217285, 1.0330508947372437, 0.9645518660545349, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, -1.0561691522598267, -1.0390443801879883, -1.4329137802124023, -1.7411593198776245, -1.8096582889556885, -1.8267830610275269, 0.7248052954673767, 0.6049320101737976, -0.5424265265464783, -1.141792893409729, -0.9876701235771179, -0.9020463228225708, -1.3986642360687256, 0.38231024146080017, -0.08005820959806442, -0.16568197309970856, -1.2959157228469849, -0.3369295001029968, -1.4500385522842407, -1.3815394639968872, 1.324171543121338, 1.8892884254455566, 1.4097954034805298, 1.18717360496521, 0.9474270939826965, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.2110627144575119, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.375545859336853, 1.4269200563430786, 1.4954191446304321, 1.5296685695648193, 1.4954191446304321, 1.563918113708496, 1.4782943725585938, 1.5125439167022705, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.444044828414917, 1.5467933416366577, 1.6152924299240112, 1.5810428857803345, 1.4782943725585938, 1.4097954034805298, 1.3926706314086914, 1.444044828414917, 1.563918113708496, 1.63241708278656, 1.6495418548583984, 1.6152924299240112, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5125439167022705, 0.17681321501731873, 0.622056782245636, 0.9131776094436646, 0.9303023219108582, 0.587807297706604, 0.29668647050857544, 0.587807297706604, 1.5125439167022705, 1.5981676578521729, 1.5296685695648193, 1.4954191446304321, 1.4611696004867554, 1.444044828414917, 1.3926706314086914, 1.3584210872650146, 1.324171543121338, 1.2727973461151123, 1.2042982578277588, 1.1529240608215332, 1.101549744606018, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, -0.8677968382835388, -1.073293924331665, -1.3644146919250488, -1.6897850036621094, -1.8267830610275269, -1.758284091949463, 1.0159261226654053, 0.0055655487813055515, 0.9474270939826965, -0.28555524349212646, -0.6280503273010254, -0.6965492963790894, -0.045808710157871246, 0.29668647050857544, 0.3309359848499298, 0.4679340124130249, -0.42255327105522156, -1.2787909507751465, -0.4910522699356079, -0.43967801332473755, 0.9988013505935669, 1.63241708278656, 1.5296685695648193, 1.1357992887496948, 0.9303023219108582, 0.9303023219108582, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063], [0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.26243698596954346, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5296685695648193, 1.5125439167022705, 1.4269200563430786, 1.5296685695648193, 1.4782943725585938, 1.3926706314086914, 1.4954191446304321, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5810428857803345, 1.5467933416366577, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.4782943725585938, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5125439167022705, 1.5467933416366577, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.4782943725585938, 1.444044828414917, -0.6965492963790894, -1.0047948360443115, -1.073293924331665, -1.6555355787277222, -1.9295315742492676, -2.032280206680298, -0.3540542721748352, 1.6495418548583984, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.4611696004867554, 1.4097954034805298, 1.375545859336853, 1.3412963151931763, 1.2727973461151123, 1.2385478019714355, 1.2042982578277588, 1.1529240608215332, 1.0844250917434692, 1.0673003196716309, 0.9816765785217285, 0.9474270939826965, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.810429036617279, -1.1931672096252441, -1.141792893409729, -1.5527870655059814, -1.79253351688385, -1.8267830610275269, -0.9534205794334412, 0.6049320101737976, 1.324171543121338, 1.8207894563674927, 0.8618032932281494, -0.3540542721748352, -0.08005820959806442, -1.484287977218628, -0.43967801332473755, 1.0844250917434692, 0.656306266784668, -0.7307988405227661, -0.9876701235771179, -1.3644146919250488, -0.8849216103553772, -0.9876701235771179, 1.5467933416366577, 1.7009161710739136, 1.0159261226654053, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744], [0.12543895840644836, 0.14256370067596436, 0.2110627144575119, 0.2281874716281891, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.656306266784668, 0.6905558109283447, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4782943725585938, 1.5296685695648193, 1.4269200563430786, 1.5467933416366577, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.5810428857803345, 1.444044828414917, 1.4954191446304321, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5467933416366577, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.444044828414917, 0.5193082690238953, -1.3301652669906616, -1.4500385522842407, -1.5185375213623047, -1.878157377243042, -1.8952820301055908, -1.3301652669906616, 0.9988013505935669, 1.4782943725585938, 1.5296685695648193, 1.5296685695648193, 1.4611696004867554, 1.444044828414917, 1.375545859336853, 1.3412963151931763, 1.2899221181869507, 1.2385478019714355, 1.1700488328933716, 1.1529240608215332, 1.101549744606018, 1.0673003196716309, 0.9474270939826965, 1.0159261226654053, 0.9645518660545349, 0.9131776094436646, 0.8960528373718262, 0.8618032932281494, 0.38231024146080017, -0.9705453515052795, -1.3815394639968872, -1.6212860345840454, -1.6897850036621094, -0.8506720662117004, 1.8379141092300415, 1.8721636533737183, 1.718040943145752, 1.8892884254455566, 1.7351655960083008, 0.7248052954673767, 0.056939806789159775, -1.0047948360443115, -1.1075434684753418, 1.255672574043274, 0.9988013505935669, -0.4910522699356079, -0.6794245839118958, -0.3883037567138672, -0.16568197309970856, 0.4850587546825409, 1.7009161710739136, 1.255672574043274, 1.255672574043274, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744], [0.12543895840644836, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.810429036617279, 0.8618032932281494, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.3412963151931763, 1.4782943725585938, 1.5296685695648193, 1.324171543121338, 1.4269200563430786, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5296685695648193, 1.2727973461151123, -1.1931672096252441, -1.1589176654815674, -1.2787909507751465, -1.8096582889556885, -1.9124068021774292, -1.8952820301055908, -0.42255327105522156, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.4611696004867554, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.2727973461151123, 1.2385478019714355, 1.1529240608215332, 1.1186745166778564, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.8789280652999878, 0.8275538086891174, -0.4910522699356079, -1.415789008140564, -1.535662293434143, -1.604161262512207, -0.8677968382835388, 1.5981676578521729, 1.8379141092300415, 1.786539912223816, 1.8721636533737183, 1.9406627416610718, 1.906413197517395, 1.4611696004867554, 0.7761795520782471, 0.12543895840644836, -1.0904186964035034, 1.1700488328933716, 0.8960528373718262, 0.02269030176103115, -0.40542852878570557, -0.5253018140792847, -1.415789008140564, 0.3480607271194458, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6049320101737976], [0.15968845784664154, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.4611696004867554, 1.6495418548583984, 1.4954191446304321, 1.5467933416366577, 1.375545859336853, 1.444044828414917, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.4954191446304321, 1.444044828414917, -0.9534205794334412, -0.8164225816726685, -1.2959157228469849, -1.6555355787277222, -1.8096582889556885, -1.3472900390625, -1.1931672096252441, 0.5706825256347656, 1.375545859336853, 1.5810428857803345, 1.4097954034805298, 1.3926706314086914, 1.3584210872650146, 1.3070467710494995, 1.255672574043274, 1.18717360496521, 1.1529240608215332, 1.1186745166778564, 1.101549744606018, 0.9988013505935669, 0.9474270939826965, 0.8960528373718262, 0.8789280652999878, 0.19393795728683472, -1.6212860345840454, 0.43368449807167053, 1.324171543121338, 1.4954191446304321, 1.2385478019714355, 1.8550388813018799, 1.9235379695892334, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 1.9406627416610718, 1.9920369386672974, 0.9131776094436646, 0.810429036617279, -1.0561691522598267, 1.4954191446304321, 1.1357992887496948, 0.38231024146080017, 0.7076805233955383, -0.16568197309970856, -1.5527870655059814, -1.1589176654815674, 1.444044828414917, 1.375545859336853, 1.3926706314086914, 0.9303023219108582, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976], [0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.41655975580215454, 0.41655975580215454, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.18717360496521, 1.2042982578277588, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.4611696004867554, 1.5467933416366577, 1.5125439167022705, 1.4611696004867554, 1.563918113708496, 1.5467933416366577, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5467933416366577, 1.4954191446304321, -0.21705622971057892, -0.43967801332473755, -1.141792893409729, -1.02191960811615, -1.7411593198776245, -1.79253351688385, -0.7821730971336365, -0.9876701235771179, -1.1931672096252441, -1.02191960811615, 0.10831420123577118, 1.4954191446304321, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.2042982578277588, 1.1357992887496948, 1.1700488328933716, 1.0844250917434692, 1.0330508947372437, 0.9816765785217285, 0.9131776094436646, 0.7076805233955383, 0.7761795520782471, 1.375545859336853, 2.0091617107391357, 1.906413197517395, 1.4097954034805298, 1.7694151401519775, 1.786539912223816, 2.0091617107391357, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.8892884254455566, 1.2214230298995972, 0.41655975580215454, -1.2445415258407593, 1.718040943145752, 1.4782943725585938, 1.1700488328933716, 1.0844250917434692, 0.8446785807609558, -1.4671632051467896, -1.3472900390625, 1.18717360496521, 1.2727973461151123, 1.63241708278656, 0.9645518660545349, 0.8789280652999878, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5467933416366577, 1.4782943725585938, 1.5810428857803345, 1.6152924299240112, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6495418548583984, 1.5467933416366577, 1.5981676578521729, 0.7761795520782471, -1.1931672096252441, -0.14855723083019257, -1.5185375213623047, -1.0561691522598267, -0.9362958669662476, -0.610925555229187, -1.1246682405471802, -1.8610326051712036, -1.3472900390625, -1.6384108066558838, 1.0330508947372437, 1.324171543121338, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1529240608215332, 1.4097954034805298, 1.324171543121338, 1.7522903680801392, 1.324171543121338, 1.8207894563674927, 2.0091617107391357, 1.974912166595459, 1.8892884254455566, 1.6666666269302368, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 2.0091617107391357, 1.9577873945236206, 1.9577873945236206, 2.0262863636016846, 1.8550388813018799, 1.375545859336853, 0.17681321501731873, -0.6965492963790894, 1.7694151401519775, 1.3584210872650146, 1.7694151401519775, 1.8207894563674927, 1.2727973461151123, -0.8849216103553772, -1.3644146919250488, 0.3480607271194458, 1.6152924299240112, 1.563918113708496, 0.9816765785217285, 0.8446785807609558, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604], [0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8275538086891174, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.6152924299240112, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.63241708278656, 0.39943498373031616, -0.6280503273010254, -0.31980475783348083, -0.5938007831573486, -1.1246682405471802, -0.9191710948944092, -1.79253351688385, -0.6622998118400574, -1.1760424375534058, -0.7821730971336365, -0.40542852878570557, 1.4269200563430786, 1.4097954034805298, 1.3926706314086914, 1.5467933416366577, 2.0434112548828125, 1.8207894563674927, 1.6666666269302368, 2.0434112548828125, 1.4954191446304321, 2.0434112548828125, 1.974912166595459, 2.111910104751587, 1.8379141092300415, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.6152924299240112, 2.0262863636016846, 1.8036646842956543, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 1.2899221181869507, -0.7479235529899597, 1.5467933416366577, 1.906413197517395, 1.4269200563430786, 1.906413197517395, 1.974912166595459, 0.9645518660545349, 0.056939806789159775, -1.604161262512207, 0.6049320101737976, 1.18717360496521, 1.5125439167022705, 1.3926706314086914, 0.8789280652999878, 0.6391815543174744, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656], [0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.43368449807167053, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7419300675392151, 0.810429036617279, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9474270939826965, 0.9988013505935669, 0.9988013505935669, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6495418548583984, 1.6152924299240112, 1.6152924299240112, 1.375545859336853, -0.3711790144443512, -1.3130404949188232, 0.24531221389770508, -1.7240345478057861, -0.8849216103553772, -1.4500385522842407, -1.2959157228469849, -0.5938007831573486, -1.261666178703308, -0.8506720662117004, 0.7076805233955383, 0.8446785807609558, 1.8721636533737183, 2.094785451889038, 1.974912166595459, 1.7351655960083008, 2.0605359077453613, 1.6152924299240112, 1.9920369386672974, 2.0091617107391357, 1.9920369386672974, 1.8892884254455566, 1.8721636533737183, 1.6495418548583984, 1.9406627416610718, 1.8379141092300415, 2.0091617107391357, 1.5810428857803345, 2.0091617107391357, 2.0776607990264893, 1.9406627416610718, 0.8618032932281494, 1.1700488328933716, 1.8036646842956543, 2.0091617107391357, 1.4269200563430786, 1.9235379695892334, 2.0262863636016846, 1.1529240608215332, 0.2110627144575119, -1.535662293434143, 0.622056782245636, 1.255672574043274, 1.444044828414917, 1.5981676578521729, 1.0844250917434692, 0.656306266784668, 0.7419300675392151, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.6905558109283447, 0.7590547800064087, 0.7248052954673767, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.444044828414917, 1.1357992887496948, 0.2281874716281891, -0.4568027853965759, -1.0561691522598267, -0.6794245839118958, -1.1246682405471802, -0.9362958669662476, -0.1143077164888382, -1.3815394639968872, -1.2959157228469849, -0.2684305012226105, 0.38231024146080017, -1.7069097757339478, -0.7479235529899597, -1.6384108066558838, -1.227416753768921, 1.6666666269302368, 1.974912166595459, 1.6152924299240112, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 1.974912166595459, 1.5467933416366577, 1.7522903680801392, 1.9235379695892334, 2.0605359077453613, 1.4269200563430786, 1.786539912223816, 2.0776607990264893, 2.0776607990264893, 1.9406627416610718, 1.786539912223816, 1.906413197517395, 1.974912166595459, 2.0605359077453613, 1.444044828414917, 1.9235379695892334, 2.0434112548828125, 1.4097954034805298, 0.4508092403411865, -1.415789008140564, 1.563918113708496, 1.2727973461151123, 1.786539912223816, 1.2899221181869507, 0.9131776094436646, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.38231024146080017, 0.41655975580215454, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.2727973461151123, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.563918113708496, -0.6622998118400574, -1.3301652669906616, -0.8506720662117004, -0.21705622971057892, 0.2110627144575119, -1.3472900390625, -1.5527870655059814, -0.5595512986183167, -1.2102919816970825, -1.604161262512207, -0.5595512986183167, -1.141792893409729, -1.1246682405471802, -1.5185375213623047, -0.9191710948944092, -1.3130404949188232, -0.645175039768219, -1.7240345478057861, -1.1246682405471802, 0.19393795728683472, 0.4850587546825409, 1.0673003196716309, 1.9577873945236206, 1.9235379695892334, 1.9235379695892334, 1.4269200563430786, 1.8550388813018799, 2.0262863636016846, 1.1186745166778564, 1.5981676578521729, 1.9406627416610718, 2.1632845401763916, 2.111910104751587, 2.0091617107391357, 1.9235379695892334, 1.906413197517395, 1.8892884254455566, 1.6837913990020752, 1.8550388813018799, 1.974912166595459, 1.63241708278656, 0.19393795728683472, -1.484287977218628, 2.0091617107391357, 1.9406627416610718, 1.324171543121338, 1.444044828414917, 0.6391815543174744, 0.7248052954673767, 0.656306266784668, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9816765785217285, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, -0.02868395671248436, -0.5424265265464783, -1.1589176654815674, -0.7479235529899597, 0.14256370067596436, -0.42255327105522156, -0.06293346732854843, -0.7479235529899597, 0.03981505334377289, 0.056939806789159775, -1.5870364904403687, -1.8439078330993652, -0.9362958669662476, -1.8096582889556885, -1.672660231590271, -0.6280503273010254, -0.9362958669662476, -1.6555355787277222, -1.7069097757339478, -1.535662293434143, -0.8335473537445068, -0.2513057291507721, -0.610925555229187, 0.8789280652999878, 1.8379141092300415, 1.5125439167022705, 1.5125439167022705, 1.7522903680801392, 1.255672574043274, 1.974912166595459, 1.7009161710739136, 1.974912166595459, 2.111910104751587, 2.094785451889038, 2.0091617107391357, 1.8036646842956543, 1.906413197517395, 1.8379141092300415, 1.9920369386672974, 1.974912166595459, 1.9406627416610718, -0.3883037567138672, -0.1143077164888382, 2.0776607990264893, 2.0434112548828125, 1.324171543121338, 0.8618032932281494, 0.12543895840644836, 0.9474270939826965, 0.587807297706604, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, 1.3584210872650146, 1.375545859336853, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.6495418548583984, 1.6666666269302368, 1.6666666269302368, 1.5125439167022705, 0.091189444065094, -0.6622998118400574, -0.6280503273010254, -0.7821730971336365, -0.14855723083019257, 0.03981505334377289, -1.7069097757339478, -1.4500385522842407, -0.08005820959806442, -0.3883037567138672, -0.7650483250617981, -0.576676070690155, -1.604161262512207, -0.21705622971057892, -0.7307988405227661, -1.4500385522842407, -1.1246682405471802, -1.0904186964035034, -1.3815394639968872, -1.261666178703308, -1.1589176654815674, -0.645175039768219, -1.535662293434143, -0.16568197309970856, -0.2341809868812561, 1.5810428857803345, 1.8892884254455566, 1.2385478019714355, 1.3584210872650146, 1.563918113708496, 1.6837913990020752, 1.8036646842956543, 2.0776607990264893, 2.0091617107391357, 2.0091617107391357, 2.0776607990264893, 1.9920369386672974, 1.9235379695892334, 2.129034996032715, 2.0434112548828125, 1.974912166595459, -0.6622998118400574, 1.4097954034805298, 2.0091617107391357, 2.0776607990264893, 1.7694151401519775, 1.5981676578521729, 0.7076805233955383, 0.7248052954673767, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.1700488328933716, 1.1529240608215332, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.324171543121338, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6495418548583984, 1.6495418548583984, 1.444044828414917, -1.3815394639968872, -0.7992978096008301, -0.6794245839118958, -1.1075434684753418, -0.08005820959806442, -0.19993148744106293, -0.8164225816726685, -1.5014127492904663, 0.2110627144575119, 0.19393795728683472, 0.10831420123577118, -1.3986642360687256, -0.21705622971057892, -1.7411593198776245, -1.6555355787277222, -1.3472900390625, -1.2445415258407593, -0.6965492963790894, 0.6391815543174744, -1.0047948360443115, -0.9362958669662476, -1.415789008140564, -0.9362958669662476, -1.3815394639968872, -1.02191960811615, 0.656306266784668, 1.3926706314086914, 1.1357992887496948, 0.17681321501731873, 1.7694151401519775, 1.8721636533737183, 1.974912166595459, 1.8892884254455566, 2.0091617107391357, 2.094785451889038, 1.9406627416610718, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0605359077453613, 1.9577873945236206, 1.8892884254455566, 1.9920369386672974, 2.0605359077453613, 1.4611696004867554, 1.0844250917434692, 0.6391815543174744, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.1357992887496948, 1.1357992887496948, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.4097954034805298, 1.4269200563430786, 1.4954191446304321, 1.5125439167022705, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.5981676578521729, 1.6495418548583984, 1.6666666269302368, 1.4954191446304321, -0.7307988405227661, -1.0561691522598267, -0.5938007831573486, -1.261666178703308, -1.1931672096252441, 1.2727973461151123, -1.1760424375534058, -0.8164225816726685, -1.0561691522598267, -1.7411593198776245, -0.7992978096008301, -0.5595512986183167, -1.1760424375534058, -0.8677968382835388, -1.7411593198776245, -1.2445415258407593, -0.7992978096008301, 1.0501755475997925, 1.786539912223816, 1.7694151401519775, 0.15968845784664154, -1.2787909507751465, -0.4739275276660919, -1.2959157228469849, -0.9362958669662476, -1.3301652669906616, -0.31980475783348083, 1.63241708278656, 0.5364330410957336, 1.8721636533737183, 1.2385478019714355, 1.6666666269302368, 1.9235379695892334, 1.974912166595459, 2.0091617107391357, 2.0605359077453613, 2.0776607990264893, 2.1461596488952637, 1.9920369386672974, 2.111910104751587, 1.974912166595459, 2.0091617107391357, 1.8721636533737183, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.2385478019714355, 0.7248052954673767, 0.6049320101737976, 0.7076805233955383, 0.7076805233955383, 0.7590547800064087, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9303023219108582, 0.9474270939826965, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9645518660545349, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0159261226654053, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0844250917434692, 1.101549744606018, 1.1529240608215332, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6666666269302368, 1.5981676578521729, 1.7351655960083008, -1.2787909507751465, 0.5021834969520569, 1.8207894563674927, 0.3480607271194458, 0.2110627144575119, -0.9876701235771179, -0.5595512986183167, -1.0904186964035034, -1.3815394639968872, -1.672660231590271, -1.3301652669906616, -0.16568197309970856, -0.7821730971336365, -1.3472900390625, -1.7240345478057861, -0.6622998118400574, 1.1529240608215332, 1.4097954034805298, 1.4097954034805298, 2.1461596488952637, 1.2899221181869507, 0.6391815543174744, 1.0330508947372437, 1.4954191446304321, 0.9131776094436646, -0.8677968382835388, -1.1075434684753418, 0.8446785807609558, 1.6495418548583984, 1.5296685695648193, 1.7694151401519775, 1.6495418548583984, 1.8721636533737183, 1.8892884254455566, 1.8892884254455566, 1.974912166595459, 2.0605359077453613, 1.9406627416610718, 2.0605359077453613, 2.111910104751587, 1.974912166595459, 1.9920369386672974, 1.9406627416610718, 2.111910104751587, 2.1461596488952637, 1.4269200563430786, 0.5706825256347656, 0.5364330410957336, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2727973461151123, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5810428857803345, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.7351655960083008, 1.6837913990020752, 1.6152924299240112, 1.6152924299240112, 1.7009161710739136, 1.6837913990020752, -0.3369295001029968, 0.27956172823905945, 0.7248052954673767, 0.7248052954673767, -0.7307988405227661, -0.6622998118400574, -1.3986642360687256, -1.1760424375534058, -1.2445415258407593, -1.141792893409729, -1.3130404949188232, -1.02191960811615, -1.4500385522842407, -1.6384108066558838, -0.2341809868812561, -1.2102919816970825, 1.1700488328933716, 0.7761795520782471, 1.5296685695648193, 1.563918113708496, 2.0434112548828125, 1.8550388813018799, 1.4269200563430786, 1.1357992887496948, 1.18717360496521, 0.8618032932281494, -1.0561691522598267, 0.810429036617279, 1.786539912223816, 1.8892884254455566, 1.444044828414917, 1.6495418548583984, 1.7351655960083008, 1.7694151401519775, 1.8892884254455566, 2.1461596488952637, 2.0091617107391357, 2.0776607990264893, 2.111910104751587, 2.094785451889038, 1.8550388813018799, 1.9577873945236206, 2.094785451889038, 2.0434112548828125, 1.6837913990020752, 0.9816765785217285, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.2214230298995972, 1.2385478019714355, 1.3070467710494995, 1.3412963151931763, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6666666269302368, 1.563918113708496, 1.7009161710739136, -0.16568197309970856, -0.2684305012226105, 0.2281874716281891, 0.7076805233955383, 0.0740646943449974, 1.2214230298995972, 1.3584210872650146, 0.7419300675392151, -1.2102919816970825, 0.02269030176103115, -1.415789008140564, -0.9705453515052795, -0.7307988405227661, -0.5424265265464783, -1.2102919816970825, -0.045808710157871246, -0.7821730971336365, -1.4671632051467896, -1.2102919816970825, -1.1589176654815674, 0.8446785807609558, 1.255672574043274, 0.9988013505935669, 1.7522903680801392, 1.9235379695892334, 0.9303023219108582, 0.8618032932281494, 0.7933043241500854, 0.4679340124130249, 0.6391815543174744, -0.13143247365951538, 1.8550388813018799, 1.7351655960083008, 1.5981676578521729, 1.6837913990020752, 1.7351655960083008, 1.6495418548583984, 1.5981676578521729, 1.8379141092300415, 1.974912166595459, 2.0605359077453613, 2.0776607990264893, 2.0434112548828125, 2.0262863636016846, 2.0091617107391357, 2.0091617107391357, 2.0605359077453613, 2.111910104751587, 1.8550388813018799, 0.6049320101737976, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8618032932281494, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9816765785217285, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0330508947372437, 1.0844250917434692, 1.101549744606018, 1.2042982578277588, 1.2214230298995972, 1.2727973461151123, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.63241708278656, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5467933416366577, 1.4611696004867554, 0.656306266784668, -0.5424265265464783, 0.29668647050857544, 1.2214230298995972, 1.2214230298995972, 1.2899221181869507, 1.375545859336853, 1.2727973461151123, 0.8275538086891174, 0.12543895840644836, -0.7307988405227661, -1.2102919816970825, -1.6212860345840454, -1.5527870655059814, -0.5081770420074463, -1.1589176654815674, -0.30267998576164246, -1.604161262512207, -1.073293924331665, -0.5595512986183167, -1.3815394639968872, 1.18717360496521, 1.4097954034805298, 0.9816765785217285, 0.8446785807609558, 1.4269200563430786, 1.4611696004867554, 1.2385478019714355, 0.8789280652999878, 1.0330508947372437, 1.255672574043274, 1.7694151401519775, 1.7694151401519775, 1.8036646842956543, 1.7351655960083008, 1.7351655960083008, 1.8207894563674927, 1.6152924299240112, 1.6666666269302368, 1.7522903680801392, 1.8207894563674927, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 1.9406627416610718, 2.0605359077453613, 1.563918113708496, 0.6905558109283447, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8960528373718262, 0.8789280652999878, 0.8960528373718262, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9645518660545349, 0.9988013505935669, 1.0501755475997925, 1.0844250917434692, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.3070467710494995, 1.3584210872650146, 1.3926706314086914, 1.444044828414917, 1.4611696004867554, 1.5296685695648193, 1.5467933416366577, 1.563918113708496, 1.5981676578521729, 1.5981676578521729, 1.63241708278656, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.5810428857803345, 1.5810428857803345, 1.5296685695648193, 1.5810428857803345, 0.4679340124130249, 0.7419300675392151, -0.5424265265464783, 0.27956172823905945, 1.2214230298995972, 1.3412963151931763, 1.4611696004867554, 1.3926706314086914, 1.3070467710494995, 1.1529240608215332, 1.0673003196716309, -0.9191710948944092, -0.8335473537445068, -1.604161262512207, -0.5424265265464783, -1.0904186964035034, -0.16568197309970856, -0.8164225816726685, -0.610925555229187, -1.073293924331665, -1.4671632051467896, -0.6622998118400574, -0.9705453515052795, 1.0330508947372437, 1.101549744606018, 1.4954191446304321, 1.8207894563674927, 1.8892884254455566, 1.8379141092300415, 1.8550388813018799, 1.6495418548583984, 1.563918113708496, 1.8036646842956543, 1.6666666269302368, 1.8892884254455566, 1.9235379695892334, 1.9920369386672974, 1.8721636533737183, 1.8207894563674927, 1.5981676578521729, 1.8207894563674927, 1.8892884254455566, 1.7694151401519775, 1.6495418548583984, 1.9406627416610718, 1.8721636533737183, 1.9235379695892334, 1.9406627416610718, 1.974912166595459, 1.7694151401519775, 0.7248052954673767, 0.6391815543174744, 0.6905558109283447, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.4679340124130249, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9303023219108582, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8446785807609558, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8789280652999878, 0.9303023219108582, 0.9645518660545349, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.255672574043274, 1.3070467710494995, 1.375545859336853, 1.4269200563430786, 1.4611696004867554, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.6152924299240112, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.6152924299240112, 0.3138112425804138, 1.0330508947372437, -0.42255327105522156, 0.26243698596954346, 1.3412963151931763, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.3070467710494995, 1.1186745166778564, 1.2385478019714355, 0.10831420123577118, -1.227416753768921, -0.8849216103553772, -1.5699117183685303, 0.0055655487813055515, -0.2513057291507721, -0.43967801332473755, -0.5424265265464783, -1.1589176654815674, -0.2684305012226105, -1.3472900390625, -1.2102919816970825, -1.3301652669906616, 1.6837913990020752, 1.9235379695892334, 1.9235379695892334, 1.5810428857803345, 1.8550388813018799, 1.974912166595459, 1.718040943145752, 1.8207894563674927, 1.8207894563674927, 1.5467933416366577, 2.0262863636016846, 2.0091617107391357, 1.7009161710739136, 1.7694151401519775, 1.7351655960083008, 1.8550388813018799, 1.906413197517395, 1.786539912223816, 1.7522903680801392, 1.8721636533737183, 1.8207894563674927, 1.9920369386672974, 1.7522903680801392, 1.8207894563674927, 1.8379141092300415, 1.1529240608215332, 0.6049320101737976, 0.587807297706604, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8275538086891174, 0.8275538086891174, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.444044828414917, 1.4782943725585938, 1.5296685695648193, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.6152924299240112, 1.6152924299240112, 1.5981676578521729, 1.5810428857803345, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5981676578521729, 0.4850587546825409, 1.2042982578277588, 0.03981505334377289, 0.12543895840644836, 1.324171543121338, 1.3926706314086914, 1.444044828414917, 1.375545859336853, 1.3070467710494995, 1.0330508947372437, 1.2214230298995972, 1.101549744606018, 1.324171543121338, -0.06293346732854843, -0.7307988405227661, -1.1589176654815674, -1.7754088640213013, -0.6965492963790894, -0.4739275276660919, -0.18280673027038574, -1.0390443801879883, -1.1760424375534058, -1.2959157228469849, -1.4671632051467896, -0.30267998576164246, 1.3926706314086914, 1.7009161710739136, 1.8036646842956543, 1.9920369386672974, 1.786539912223816, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.9577873945236206, 1.4782943725585938, 2.0605359077453613, 2.0262863636016846, 2.1461596488952637, 2.0091617107391357, 1.906413197517395, 1.8379141092300415, 1.9235379695892334, 1.786539912223816, 1.7351655960083008, 1.7694151401519775, 1.7522903680801392, 1.6666666269302368, 1.8036646842956543, 2.0776607990264893, 1.375545859336853, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.26243698596954346, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0844250917434692, 1.1357992887496948, 1.2042982578277588, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5467933416366577, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5810428857803345, 0.6734310388565063, 0.8960528373718262, 0.6734310388565063, 0.38231024146080017, 1.3584210872650146, 1.444044828414917, 1.3584210872650146, 1.3584210872650146, 0.9303023219108582, 1.0673003196716309, 1.1357992887496948, 1.1529240608215332, 1.375545859336853, 1.4269200563430786, -0.4568027853965759, -1.2102919816970825, -1.3644146919250488, -1.261666178703308, 0.38231024146080017, -0.5253018140792847, 0.4679340124130249, -0.02868395671248436, -1.5870364904403687, -1.3644146919250488, -1.0904186964035034, -1.672660231590271, -0.6280503273010254, 1.6152924299240112, 1.9235379695892334, 1.7009161710739136, 1.6152924299240112, 2.094785451889038, 2.0434112548828125, 2.0434112548828125, 1.6666666269302368, 1.9235379695892334, 1.9577873945236206, 1.9577873945236206, 2.0434112548828125, 2.0262863636016846, 1.9920369386672974, 1.9577873945236206, 1.8379141092300415, 1.8721636533737183, 1.7009161710739136, 1.7694151401519775, 1.7694151401519775, 1.8207894563674927, 1.9920369386672974, 1.101549744606018, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7761795520782471, 0.810429036617279, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.9303023219108582, 0.9474270939826965, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.3926706314086914, 1.4269200563430786, 1.4782943725585938, 1.4954191446304321, 1.5296685695648193, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.5810428857803345, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.9988013505935669, 0.12543895840644836, 0.8446785807609558, 1.3070467710494995, 1.4097954034805298, 1.2899221181869507, 1.0844250917434692, 0.7761795520782471, 1.2042982578277588, 1.324171543121338, 1.2042982578277588, 1.3584210872650146, 1.3584210872650146, 1.255672574043274, -0.645175039768219, -0.576676070690155, 0.03981505334377289, -0.3711790144443512, -0.19993148744106293, 0.056939806789159775, 0.6905558109283447, 1.563918113708496, -1.1760424375534058, -1.4329137802124023, -1.0390443801879883, -1.5014127492904663, 0.3309359848499298, 1.8207894563674927, 1.7351655960083008, 1.8036646842956543, 2.0776607990264893, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0091617107391357, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9406627416610718, 1.9235379695892334, 1.9235379695892334, 1.9235379695892334, 1.7522903680801392, 2.129034996032715, 2.1461596488952637, 0.5193082690238953, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616], [0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.444044828414917, 1.4954191446304321, 1.5125439167022705, 1.563918113708496, 1.5810428857803345, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.5981676578521729, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.2042982578277588, 0.7076805233955383, 1.4611696004867554, 1.2385478019714355, 1.2042982578277588, 1.0159261226654053, 1.0159261226654053, 0.7933043241500854, 1.2042982578277588, 1.3584210872650146, 1.2385478019714355, 1.324171543121338, 1.2727973461151123, 1.375545859336853, 0.8446785807609558, 0.02269030176103115, -0.31980475783348083, -0.610925555229187, 0.056939806789159775, 0.5706825256347656, 0.4508092403411865, 0.0740646943449974, 0.091189444065094, -1.1246682405471802, -0.6280503273010254, -0.6622998118400574, -1.3986642360687256, 0.3309359848499298, 1.6152924299240112, 1.8721636533737183, 2.0434112548828125, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9406627416610718, 2.0091617107391357, 1.786539912223816, 1.4954191446304321, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 1.9406627416610718, 2.0262863636016846, 2.1632845401763916, 2.1632845401763916, 0.7933043241500854, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.810429036617279, 0.8446785807609558, 0.8960528373718262, 0.9474270939826965, 0.9816765785217285, 1.0673003196716309, 1.1529240608215332, 1.18717360496521, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3926706314086914, 1.4097954034805298, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.563918113708496, 1.0159261226654053, 1.1529240608215332, 1.5981676578521729, 1.7694151401519775, 0.810429036617279, 0.8789280652999878, 1.1186745166778564, 0.9816765785217285, 0.7419300675392151, 1.1529240608215332, 1.6837913990020752, 1.2899221181869507, 1.3584210872650146, 1.8892884254455566, 1.5810428857803345, 1.0501755475997925, 0.9645518660545349, -0.5595512986183167, -0.9020463228225708, 0.7590547800064087, -1.261666178703308, -0.2513057291507721, 1.7522903680801392, 0.6391815543174744, 0.8789280652999878, -1.1589176654815674, -0.8677968382835388, -0.9705453515052795, -0.8335473537445068, -0.7821730971336365, 0.622056782245636, 2.0776607990264893, 2.0776607990264893, 1.974912166595459, 1.9920369386672974, 1.8207894563674927, 2.0262863636016846, 1.9235379695892334, 2.0091617107391357, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.0605359077453613, 2.0776607990264893, 1.786539912223816, 1.974912166595459, 2.1804091930389404, 1.9577873945236206, 0.8618032932281494, 0.587807297706604, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.8960528373718262, 0.9816765785217285, 0.9816765785217285, 1.0330508947372437, 1.1186745166778564, 1.1700488328933716, 1.18717360496521, 1.255672574043274, 1.2899221181869507, 1.3412963151931763, 1.375545859336853, 1.444044828414917, 1.4611696004867554, 1.5125439167022705, 1.5296685695648193, 1.5467933416366577, 1.5467933416366577, 1.563918113708496, 1.563918113708496, 1.5467933416366577, 1.5467933416366577, 1.5296685695648193, 1.5296685695648193, 1.5467933416366577, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.5467933416366577, 1.3926706314086914, 0.5535577535629272, 1.3070467710494995, 0.9645518660545349, 0.9474270939826965, 1.3070467710494995, 0.8446785807609558, 1.0330508947372437, 1.101549744606018, 0.8446785807609558, 1.2042982578277588, 1.563918113708496, 1.3070467710494995, 1.5296685695648193, 1.906413197517395, 1.8379141092300415, 1.4097954034805298, 0.8789280652999878, -0.43967801332473755, -0.8506720662117004, -0.1143077164888382, -1.4500385522842407, -0.5595512986183167, 2.0776607990264893, 1.8036646842956543, 0.8960528373718262, 0.622056782245636, -1.02191960811615, -0.8164225816726685, -0.21705622971057892, -1.1075434684753418, -1.0904186964035034, 0.5021834969520569, 2.1804091930389404, 1.9920369386672974, 1.9577873945236206, 1.6837913990020752, 1.8207894563674927, 1.8892884254455566, 1.906413197517395, 1.6666666269302368, 2.214658737182617, 2.1632845401763916, 2.111910104751587, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 2.0605359077453613, 1.8892884254455566, 2.111910104751587, 2.111910104751587, 1.0159261226654053, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.5021834969520569, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8618032932281494, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.2214230298995972, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4097954034805298, 1.444044828414917, 1.4782943725585938, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.563918113708496, 1.563918113708496, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.5467933416366577, 1.3926706314086914, 0.5021834969520569, 1.2727973461151123, -0.02868395671248436, 1.8379141092300415, 1.18717360496521, 1.0159261226654053, 0.9988013505935669, 1.3584210872650146, 1.0673003196716309, 1.1529240608215332, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 0.7590547800064087, 0.056939806789159775, 0.12543895840644836, -0.5938007831573486, 1.4097954034805298, -1.3986642360687256, 1.2385478019714355, 1.9406627416610718, 1.6837913990020752, 1.0330508947372437, 0.622056782245636, -0.3540542721748352, -0.19993148744106293, 0.5364330410957336, -0.40542852878570557, -1.2959157228469849, 0.17681321501731873, 1.9920369386672974, 1.8892884254455566, 1.786539912223816, 1.5467933416366577, 0.9645518660545349, 1.974912166595459, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 2.094785451889038, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 2.094785451889038, 2.0262863636016846, 1.8721636533737183, 0.6391815543174744, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.41655975580215454, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.9131776094436646, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.0844250917434692, 1.1529240608215332, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.5125439167022705, 1.5296685695648193, 1.5296685695648193, 1.5296685695648193, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.563918113708496, 1.4269200563430786, 0.656306266784668, 0.6734310388565063, 0.41655975580215454, 1.4782943725585938, 1.5467933416366577, 1.1186745166778564, 1.4782943725585938, 1.4954191446304321, 1.1186745166778564, 1.375545859336853, 1.5296685695648193, 1.1357992887496948, 1.444044828414917, 1.8721636533737183, 1.906413197517395, 1.8892884254455566, 1.4097954034805298, 0.9816765785217285, 1.5467933416366577, 0.7761795520782471, 1.1186745166778564, -0.9191710948944092, -0.8506720662117004, 1.9406627416610718, 1.906413197517395, 1.9920369386672974, 1.7009161710739136, 1.2385478019714355, 0.9988013505935669, 0.656306266784668, 0.622056782245636, 0.6049320101737976, -1.5014127492904663, 0.27956172823905945, 1.906413197517395, 1.5810428857803345, 1.9235379695892334, 1.2385478019714355, 1.6837913990020752, 1.9920369386672974, 1.8550388813018799, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 1.974912166595459, 1.9235379695892334, 2.0091617107391357, 2.0434112548828125, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6905558109283447, 0.7419300675392151, 0.7761795520782471, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 1.0159261226654053, 1.0673003196716309, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.2727973461151123, 1.3070467710494995, 1.3584210872650146, 1.4269200563430786, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.5296685695648193, 1.5296685695648193, 1.4954191446304321, 1.4954191446304321, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.5125439167022705, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4954191446304321, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4954191446304321, 1.4269200563430786, 0.587807297706604, 1.3584210872650146, 1.2214230298995972, 1.563918113708496, 1.4782943725585938, 0.9474270939826965, 1.375545859336853, 1.444044828414917, 1.0673003196716309, 1.444044828414917, 1.563918113708496, 1.2042982578277588, 1.375545859336853, 1.8721636533737183, 1.8207894563674927, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 0.4679340124130249, 2.129034996032715, 0.9988013505935669, 1.0673003196716309, -1.2959157228469849, 2.0434112548828125, 1.7351655960083008, 1.9406627416610718, 2.0776607990264893, 2.0262863636016846, 1.9235379695892334, 1.8207894563674927, 0.8960528373718262, 0.810429036617279, 0.810429036617279, -1.3644146919250488, 1.563918113708496, 0.587807297706604, 2.0262863636016846, 1.9235379695892334, 1.563918113708496, 1.8379141092300415, 1.5981676578521729, 1.3070467710494995, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.1975340843200684, 2.0605359077453613, 1.9235379695892334, 1.8379141092300415, 2.0091617107391357, 1.8721636533737183, 0.7419300675392151, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.810429036617279, 0.8446785807609558, 0.9131776094436646, 0.9645518660545349, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.255672574043274, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.3926706314086914, 1.4097954034805298, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.5125439167022705, 0.8960528373718262, 1.7694151401519775, 1.0844250917434692, 1.6837913990020752, 1.1529240608215332, 1.101549744606018, 1.3070467710494995, 1.4782943725585938, 0.8446785807609558, 1.375545859336853, 1.63241708278656, 1.1700488328933716, 1.4611696004867554, 1.8892884254455566, 1.8207894563674927, 1.8550388813018799, 1.786539912223816, 1.9406627416610718, 1.6152924299240112, 1.8379141092300415, 1.718040943145752, 1.2727973461151123, -1.2959157228469849, 1.8379141092300415, 1.786539912223816, 1.9920369386672974, 2.0091617107391357, 2.0434112548828125, 1.9577873945236206, 1.9577873945236206, 1.8721636533737183, 0.9131776094436646, 0.810429036617279, 0.3309359848499298, -0.9020463228225708, 1.5467933416366577, 1.5296685695648193, 1.101549744606018, 1.8207894563674927, 1.7351655960083008, 1.2042982578277588, 1.255672574043274, 2.1461596488952637, 2.111910104751587, 2.1632845401763916, 2.1461596488952637, 2.0605359077453613, 2.094785451889038, 1.9920369386672974, 1.974912166595459, 1.906413197517395, 1.2899221181869507, 0.622056782245636, 0.5364330410957336, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.6905558109283447, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6905558109283447, 0.7761795520782471, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.255672574043274, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.4269200563430786, 1.444044828414917, 1.4611696004867554, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.4782943725585938, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.3926706314086914, 1.5125439167022705, 1.324171543121338, 1.444044828414917, 1.4269200563430786, 1.9406627416610718, 1.563918113708496, 0.9303023219108582, 0.7419300675392151, 1.1529240608215332, 0.810429036617279, 1.444044828414917, 1.7522903680801392, 1.2899221181869507, 1.324171543121338, 1.7694151401519775, 1.8207894563674927, 1.8892884254455566, 1.786539912223816, 1.4782943725585938, 0.5364330410957336, 1.9235379695892334, 1.9920369386672974, 1.3412963151931763, -0.8849216103553772, 1.9577873945236206, 1.8892884254455566, 2.0262863636016846, 2.0091617107391357, 2.094785451889038, 1.974912166595459, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 0.8960528373718262, 0.9303023219108582, -1.1589176654815674, 1.9920369386672974, 1.2214230298995972, 1.8550388813018799, 1.6837913990020752, 1.6495418548583984, 1.2727973461151123, 1.18717360496521, 2.1461596488952637, 2.0434112548828125, 2.1461596488952637, 2.1632845401763916, 2.094785451889038, 2.094785451889038, 2.0434112548828125, 1.906413197517395, 1.906413197517395, 1.906413197517395, 0.6391815543174744, 0.5706825256347656, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053], [0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.3138112425804138, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.7248052954673767, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 1.0159261226654053, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.3070467710494995, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4611696004867554, 1.4611696004867554, 1.4611696004867554, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3584210872650146, 1.4097954034805298, 1.3584210872650146, 1.2214230298995972, 1.3070467710494995, 1.8721636533737183, 1.7522903680801392, 1.2385478019714355, 0.7419300675392151, 0.8275538086891174, 0.9474270939826965, 1.5125439167022705, 1.6495418548583984, 1.324171543121338, 1.6495418548583984, 1.5810428857803345, 1.6837913990020752, 1.8892884254455566, 1.3412963151931763, 0.8618032932281494, 1.5296685695648193, 1.8721636533737183, 1.9920369386672974, 1.375545859336853, -0.5424265265464783, 2.0605359077453613, 1.974912166595459, 2.0434112548828125, 2.0262863636016846, 2.0605359077453613, 2.0434112548828125, 2.0434112548828125, 2.0091617107391357, 2.0091617107391357, 1.563918113708496, 0.8789280652999878, 0.0740646943449974, 0.9474270939826965, 2.0091617107391357, 1.906413197517395, 1.9235379695892334, 1.5981676578521729, 1.6837913990020752, 0.9303023219108582, 2.1975340843200684, 2.094785451889038, 2.111910104751587, 2.1804091930389404, 2.111910104751587, 2.111910104751587, 2.111910104751587, 1.8721636533737183, 1.906413197517395, 2.0262863636016846, 0.7076805233955383, 0.5364330410957336, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.5364330410957336, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.9303023219108582, 1.0159261226654053, 1.0501755475997925, 1.1186745166778564, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.2385478019714355, 1.2727973461151123, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.444044828414917, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4269200563430786, 1.3926706314086914, 1.4097954034805298, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4954191446304321, 1.5467933416366577, 1.1529240608215332, 1.786539912223816, 1.9235379695892334, 1.7522903680801392, 0.6905558109283447, 0.7590547800064087, 1.2385478019714355, 1.4954191446304321, 1.324171543121338, 1.4269200563430786, 1.5296685695648193, 1.8207894563674927, 1.7522903680801392, 1.906413197517395, 0.4508092403411865, 0.41655975580215454, -0.09718296676874161, 1.324171543121338, 1.9235379695892334, 1.2214230298995972, 1.6495418548583984, 2.0605359077453613, 1.8550388813018799, 2.0262863636016846, 1.974912166595459, 2.0434112548828125, 2.0605359077453613, 2.129034996032715, 2.0776607990264893, 2.0605359077453613, 1.718040943145752, 1.9577873945236206, 1.101549744606018, 0.8446785807609558, 1.9577873945236206, 1.974912166595459, 1.6666666269302368, 1.0330508947372437, 1.4782943725585938, 1.0673003196716309, 2.129034996032715, 2.0776607990264893, 2.129034996032715, 2.1632845401763916, 2.111910104751587, 2.0605359077453613, 2.111910104751587, 1.8892884254455566, 1.974912166595459, 1.8207894563674927, 1.1357992887496948, 0.5535577535629272, 0.587807297706604, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.26243698596954346, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.5193082690238953, 0.5706825256347656, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 1.0844250917434692, 1.1186745166778564, 1.18717360496521, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4269200563430786, 1.4269200563430786, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.4269200563430786, 1.4269200563430786, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.324171543121338, 1.375545859336853, 1.4611696004867554, 1.4782943725585938, 1.3926706314086914, 1.6152924299240112, 2.0434112548828125, 2.0091617107391357, 1.63241708278656, 0.3309359848499298, 1.444044828414917, 1.7351655960083008, 1.2042982578277588, 1.6152924299240112, 1.7351655960083008, 1.974912166595459, 1.7522903680801392, 2.0262863636016846, 0.26243698596954346, 0.8275538086891174, 0.03981505334377289, 0.8960528373718262, 1.7009161710739136, 2.1461596488952637, 1.5125439167022705, 2.0091617107391357, 1.8036646842956543, 2.129034996032715, 2.0262863636016846, 2.0262863636016846, 1.9920369386672974, 2.0262863636016846, 2.0605359077453613, 2.0262863636016846, 2.0091617107391357, 1.9235379695892334, 1.8892884254455566, 1.5467933416366577, 1.8550388813018799, 1.8892884254455566, 1.718040943145752, 1.2899221181869507, 1.6495418548583984, 1.63241708278656, 1.906413197517395, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.974912166595459, 2.0262863636016846, 1.6495418548583984, 1.4954191446304321, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6734310388565063, 0.6905558109283447, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7248052954673767, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569], [0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.6391815543174744, 0.6734310388565063, 0.7248052954673767, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9816765785217285, 1.0501755475997925, 1.101549744606018, 1.1357992887496948, 1.18717360496521, 1.1700488328933716, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.4097954034805298, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.4097954034805298, 1.4097954034805298, 1.375545859336853, 1.375545859336853, 1.3412963151931763, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.375545859336853, 1.3584210872650146, 1.3412963151931763, 1.375545859336853, 1.2899221181869507, 1.324171543121338, 0.7933043241500854, 1.4097954034805298, 1.1186745166778564, 1.4269200563430786, 2.111910104751587, 2.0262863636016846, 1.8550388813018799, 0.9303023219108582, 1.63241708278656, 1.8036646842956543, 1.2042982578277588, 1.63241708278656, 1.7522903680801392, 1.906413197517395, 1.8379141092300415, 1.2214230298995972, 0.9474270939826965, 0.9645518660545349, 0.19393795728683472, 0.2281874716281891, 1.2727973461151123, 1.5810428857803345, 1.906413197517395, 1.9920369386672974, 1.8550388813018799, 1.9406627416610718, 2.0262863636016846, 1.9577873945236206, 1.7009161710739136, 2.0091617107391357, 2.1461596488952637, 2.111910104751587, 2.0262863636016846, 1.9235379695892334, 1.9577873945236206, 1.7694151401519775, 1.7009161710739136, 1.8721636533737183, 1.9406627416610718, 1.2385478019714355, 1.4782943725585938, 1.4954191446304321, 1.9577873945236206, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 1.8550388813018799, 1.718040943145752, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.6049320101737976, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3480607271194458, 0.39943498373031616, 0.4679340124130249, 0.5193082690238953, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.8275538086891174, 0.810429036617279, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0330508947372437, 1.0844250917434692, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3926706314086914, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.3412963151931763, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.255672574043274, 1.2727973461151123, 0.9474270939826965, 1.3070467710494995, 1.0673003196716309, 1.3412963151931763, 2.0776607990264893, 1.9920369386672974, 1.4269200563430786, 1.5467933416366577, 1.5981676578521729, 1.5125439167022705, 1.2385478019714355, 1.786539912223816, 1.786539912223816, 1.6495418548583984, 1.8207894563674927, 0.5364330410957336, 0.6734310388565063, 1.2727973461151123, 0.24531221389770508, 0.02269030176103115, 0.8960528373718262, 1.4954191446304321, 1.9920369386672974, 1.786539912223816, 1.6666666269302368, 2.0091617107391357, 1.9577873945236206, 1.9235379695892334, 2.0091617107391357, 2.0605359077453613, 2.094785451889038, 2.094785451889038, 2.0262863636016846, 1.9577873945236206, 1.9577873945236206, 1.7522903680801392, 1.718040943145752, 1.9577873945236206, 1.8550388813018799, 0.8789280652999878, 1.324171543121338, 1.5125439167022705, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.111910104751587, 2.094785451889038, 2.0605359077453613, 1.9406627416610718, 1.9406627416610718, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.656306266784668, 0.656306266784668, 0.587807297706604, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4679340124130249, 0.4679340124130249, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.14256370067596436, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7761795520782471, 0.8618032932281494, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0673003196716309, 1.0844250917434692, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.2385478019714355, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.375545859336853, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3584210872650146, 1.3584210872650146, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.255672574043274, 1.255672574043274, 1.1186745166778564, 1.3070467710494995, 1.1357992887496948, 1.6666666269302368, 1.9577873945236206, 1.8721636533737183, 1.3070467710494995, 1.7351655960083008, 1.3926706314086914, 1.375545859336853, 1.8036646842956543, 1.786539912223816, 1.9235379695892334, 1.6152924299240112, 1.8721636533737183, 0.8789280652999878, 0.8446785807609558, 1.3584210872650146, 0.3138112425804138, 0.5706825256347656, -0.3540542721748352, 1.5810428857803345, 1.4269200563430786, 1.4611696004867554, 2.094785451889038, 1.7694151401519775, 2.0434112548828125, 1.974912166595459, 1.786539912223816, 1.9920369386672974, 2.1975340843200684, 2.0605359077453613, 2.0091617107391357, 2.0091617107391357, 1.9920369386672974, 1.8721636533737183, 1.8892884254455566, 1.6837913990020752, 2.094785451889038, 1.444044828414917, 1.5296685695648193, 1.6495418548583984, 1.9577873945236206, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 1.9577873945236206, 1.8207894563674927, 0.6734310388565063, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6734310388565063, 0.7419300675392151, 0.8446785807609558, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0330508947372437, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.18717360496521, 1.2042982578277588, 1.2385478019714355, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.3584210872650146, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.324171543121338, 1.3412963151931763, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2214230298995972, 1.2727973461151123, 1.2385478019714355, 1.3584210872650146, 1.0844250917434692, 1.5981676578521729, 1.9406627416610718, 0.5706825256347656, 1.0673003196716309, 1.7522903680801392, 1.5810428857803345, 1.8550388813018799, 1.5467933416366577, 1.8379141092300415, 1.786539912223816, 1.6666666269302368, 1.718040943145752, 0.656306266784668, 0.8960528373718262, 1.1357992887496948, 0.15968845784664154, 1.18717360496521, -0.13143247365951538, 0.7076805233955383, 1.6152924299240112, 2.1632845401763916, 2.129034996032715, 1.6152924299240112, 1.8892884254455566, 2.094785451889038, 2.0091617107391357, 2.0262863636016846, 2.0605359077453613, 1.8892884254455566, 2.0262863636016846, 1.9406627416610718, 1.8892884254455566, 1.906413197517395, 1.8892884254455566, 2.0605359077453613, 2.111910104751587, 0.4850587546825409, 1.4611696004867554, 1.7351655960083008, 1.974912166595459, 2.129034996032715, 2.1632845401763916, 2.1632845401763916, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0776607990264893, 2.111910104751587, 1.5467933416366577, 1.9235379695892334, 0.5021834969520569, 0.5021834969520569, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.810429036617279, 0.7933043241500854, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.7761795520782471, 0.8275538086891174, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1700488328933716, 1.1700488328933716, 1.2042982578277588, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3070467710494995, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.3070467710494995, 1.3412963151931763, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.324171543121338, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2727973461151123, 1.2727973461151123, 1.2385478019714355, 1.2385478019714355, 1.18717360496521, 1.255672574043274, 1.2214230298995972, 1.3926706314086914, 1.1529240608215332, 1.7009161710739136, 1.6152924299240112, -0.14855723083019257, -0.06293346732854843, 1.375545859336853, 1.6837913990020752, 1.7351655960083008, 1.6837913990020752, 1.8036646842956543, 1.9235379695892334, 1.6152924299240112, 1.3412963151931763, 0.622056782245636, 0.4850587546825409, 0.656306266784668, 0.6049320101737976, 1.1700488328933716, 0.41655975580215454, 0.9988013505935669, 1.1700488328933716, 1.7694151401519775, 1.6152924299240112, 2.231783390045166, 1.974912166595459, 1.9920369386672974, 2.0776607990264893, 2.0776607990264893, 2.1461596488952637, 1.906413197517395, 2.0776607990264893, 1.8721636533737183, 1.8892884254455566, 2.0262863636016846, 1.8036646842956543, 2.0605359077453613, 1.8207894563674927, 1.1529240608215332, 1.444044828414917, 1.8892884254455566, 2.0262863636016846, 2.129034996032715, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 2.111910104751587, 2.0776607990264893, 2.0605359077453613, 2.094785451889038, 1.8721636533737183, 2.0776607990264893, 0.5021834969520569, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7076805233955383, 0.7419300675392151, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.7248052954673767, 0.7590547800064087, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8960528373718262, 0.9645518660545349, 0.9645518660545349, 1.0159261226654053, 1.0673003196716309, 1.1186745166778564, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.3070467710494995, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2727973461151123, 1.3070467710494995, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2042982578277588, 1.2214230298995972, 1.0844250917434692, 1.324171543121338, 0.8789280652999878, 1.7694151401519775, 1.444044828414917, 0.3480607271194458, 0.17681321501731873, 0.5364330410957336, 2.094785451889038, 0.5706825256347656, 2.0091617107391357, 1.8721636533737183, 1.8550388813018799, 1.6495418548583984, 1.4611696004867554, 0.8960528373718262, 1.0844250917434692, 1.718040943145752, 0.7076805233955383, 1.563918113708496, 1.18717360496521, 0.29668647050857544, 0.8789280652999878, 1.444044828414917, 1.3070467710494995, 1.7009161710739136, 1.906413197517395, 1.974912166595459, 1.2042982578277588, 1.7351655960083008, 2.1632845401763916, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.9235379695892334, 2.0776607990264893, 1.974912166595459, 1.6495418548583984, 2.0434112548828125, 1.255672574043274, 1.9235379695892334, 1.8036646842956543, 2.0434112548828125, 2.0605359077453613, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 2.0262863636016846, 1.9406627416610718, 0.5364330410957336, 0.4679340124130249, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.5021834969520569, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.43368449807167053, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.8446785807609558, 0.8789280652999878, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2214230298995972, 1.2385478019714355, 1.2214230298995972, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.2899221181869507, 1.255672574043274, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.2727973461151123, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2727973461151123, 1.255672574043274, 1.2385478019714355, 1.2385478019714355, 1.3584210872650146, 1.2214230298995972, 0.9988013505935669, 1.324171543121338, 1.1186745166778564, 1.7009161710739136, 1.2214230298995972, 0.622056782245636, -0.5938007831573486, 0.29668647050857544, 2.129034996032715, 0.9988013505935669, 1.9406627416610718, 1.7694151401519775, 1.7351655960083008, 1.7351655960083008, 1.4269200563430786, 0.7761795520782471, 1.1186745166778564, 1.718040943145752, 0.7933043241500854, 1.2214230298995972, 0.9303023219108582, -0.045808710157871246, 1.2385478019714355, 1.444044828414917, 1.8892884254455566, 1.8036646842956543, 1.6495418548583984, 1.786539912223816, 1.5125439167022705, 2.0605359077453613, 2.129034996032715, 1.9920369386672974, 2.1461596488952637, 1.974912166595459, 1.9406627416610718, 1.9577873945236206, 1.9235379695892334, 1.9577873945236206, 2.0605359077453613, 2.0605359077453613, 1.5810428857803345, 1.8036646842956543, 2.0434112548828125, 2.0776607990264893, 2.094785451889038, 2.1461596488952637, 2.1461596488952637, 2.1461596488952637, 2.129034996032715, 2.129034996032715, 1.974912166595459, 2.0091617107391357, 1.5296685695648193, 1.444044828414917, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7248052954673767, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6391815543174744, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.4679340124130249], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8618032932281494, 0.9131776094436646, 0.8789280652999878, 0.9303023219108582, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1700488328933716, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.2385478019714355, 1.255672574043274, 1.255672574043274, 1.2214230298995972, 1.2385478019714355, 1.2385478019714355, 1.2214230298995972, 1.2214230298995972, 1.255672574043274, 1.2899221181869507, -0.30267998576164246, 1.255672574043274, 0.7933043241500854, 1.8207894563674927, 1.1700488328933716, 0.6391815543174744, 0.5706825256347656, 0.19393795728683472, 0.7590547800064087, 0.8960528373718262, 1.9920369386672974, 1.8892884254455566, 1.718040943145752, 1.7522903680801392, 0.656306266784668, 0.7933043241500854, 1.101549744606018, 1.4954191446304321, 0.9988013505935669, 1.444044828414917, 1.3926706314086914, 0.26243698596954346, 0.27956172823905945, 1.324171543121338, 1.63241708278656, 0.8960528373718262, 1.6495418548583984, 1.7522903680801392, 1.4782943725585938, 2.129034996032715, 1.9920369386672974, 1.9577873945236206, 2.0262863636016846, 2.094785451889038, 1.8379141092300415, 1.6837913990020752, 1.8550388813018799, 1.9577873945236206, 2.0091617107391357, 2.0776607990264893, 1.7351655960083008, 1.9406627416610718, 2.0262863636016846, 2.094785451889038, 2.111910104751587, 2.111910104751587, 2.1461596488952637, 2.094785451889038, 2.129034996032715, 2.094785451889038, 2.0776607990264893, 2.0091617107391357, 1.5467933416366577, 2.0091617107391357, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.7248052954673767, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8789280652999878, 0.8446785807609558, 0.8960528373718262, 0.9303023219108582, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2214230298995972, 1.2042982578277588, 1.2042982578277588, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.2899221181869507, -0.7479235529899597, 1.3412963151931763, 0.587807297706604, 1.6666666269302368, 0.8960528373718262, 0.8618032932281494, 1.324171543121338, 1.1186745166778564, 1.5125439167022705, 1.0501755475997925, 1.906413197517395, 1.906413197517395, 1.7009161710739136, 1.8550388813018799, 1.1357992887496948, 0.9303023219108582, 1.0501755475997925, 1.4097954034805298, 1.2042982578277588, 1.4611696004867554, 1.7351655960083008, 1.0330508947372437, -0.02868395671248436, 1.7694151401519775, 0.9645518660545349, 1.8036646842956543, 0.5535577535629272, 1.3070467710494995, 0.9988013505935669, 1.8721636533737183, 1.9235379695892334, 2.0262863636016846, 2.0605359077453613, 2.094785451889038, 1.9577873945236206, 1.7009161710739136, 1.8892884254455566, 2.0605359077453613, 1.8379141092300415, 1.974912166595459, 1.5296685695648193, 1.9235379695892334, 1.9577873945236206, 2.1461596488952637, 2.0776607990264893, 2.129034996032715, 2.1461596488952637, 2.111910104751587, 2.129034996032715, 2.129034996032715, 2.0776607990264893, 2.111910104751587, 2.0434112548828125, 1.63241708278656, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3480607271194458, 0.3309359848499298, 0.39943498373031616, 0.4679340124130249, 0.5535577535629272, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7248052954673767, 0.7419300675392151, 0.7761795520782471, 0.8275538086891174, 0.7761795520782471, 0.8618032932281494, 0.8960528373718262, 0.9474270939826965, 0.9645518660545349, 0.9988013505935669, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.101549744606018, 1.1357992887496948, 1.1529240608215332, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2214230298995972, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.2727973461151123, 0.17681321501731873, 1.3412963151931763, 1.1357992887496948, 1.4269200563430786, 1.3070467710494995, 0.9645518660545349, 0.8446785807609558, 1.1700488328933716, 1.718040943145752, 0.38231024146080017, 1.324171543121338, 1.9235379695892334, 1.4954191446304321, 1.8379141092300415, 1.3584210872650146, 0.8275538086891174, 1.1529240608215332, 1.5125439167022705, 1.563918113708496, 1.4269200563430786, 1.9235379695892334, 0.9645518660545349, -0.1143077164888382, 1.324171543121338, 1.718040943145752, 1.906413197517395, 2.0091617107391357, 0.9988013505935669, 1.9577873945236206, 1.63241708278656, 1.9406627416610718, 2.094785451889038, 1.9920369386672974, 2.129034996032715, 2.0776607990264893, 1.5296685695648193, 1.786539912223816, 2.129034996032715, 1.8892884254455566, 2.0434112548828125, 1.1700488328933716, 1.9406627416610718, 1.974912166595459, 2.1804091930389404, 1.974912166595459, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.111910104751587, 2.129034996032715, 2.111910104751587, 2.1804091930389404, 2.0605359077453613, 1.9406627416610718, 0.4850587546825409, 0.5364330410957336, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.7248052954673767, 0.7248052954673767, 0.6905558109283447, 0.6391815543174744, 0.622056782245636, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053], [0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.1186745166778564, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.1700488328933716, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.2042982578277588, 1.2042982578277588, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.18717360496521, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.0501755475997925, 1.324171543121338, 0.4679340124130249, 1.18717360496521, 1.3070467710494995, 1.63241708278656, 1.63241708278656, 0.7076805233955383, 1.3584210872650146, 1.4954191446304321, 0.10831420123577118, 0.19393795728683472, 0.9474270939826965, 2.0434112548828125, 1.5296685695648193, 1.7009161710739136, 1.444044828414917, 0.38231024146080017, 1.7351655960083008, 1.5981676578521729, 1.718040943145752, 1.2899221181869507, 1.5467933416366577, 1.1186745166778564, 0.656306266784668, 0.14256370067596436, 0.9303023219108582, 1.786539912223816, 1.8036646842956543, 1.5810428857803345, 0.8275538086891174, 0.7933043241500854, 1.8550388813018799, 1.8721636533737183, 2.0091617107391357, 2.094785451889038, 2.0776607990264893, 1.7351655960083008, 1.8207894563674927, 1.6837913990020752, 1.8892884254455566, 2.0091617107391357, 1.7009161710739136, 1.8721636533737183, 1.8379141092300415, 2.1804091930389404, 2.111910104751587, 2.1461596488952637, 2.1632845401763916, 2.129034996032715, 2.129034996032715, 2.094785451889038, 2.111910104751587, 1.9577873945236206, 1.8379141092300415, 1.974912166595459, 0.4850587546825409, 0.5364330410957336, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454], [0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.39943498373031616, 0.4508092403411865, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9474270939826965, 0.9816765785217285, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1529240608215332, 1.1700488328933716, 1.1700488328933716, 1.1529240608215332, 1.1357992887496948, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.2385478019714355, 0.9645518660545349, 1.324171543121338, 1.2899221181869507, 1.5810428857803345, 1.6495418548583984, 0.9303023219108582, 0.9474270939826965, 1.3412963151931763, -0.43967801332473755, 0.10831420123577118, 1.5981676578521729, 1.8550388813018799, 1.4097954034805298, 1.0673003196716309, 1.786539912223816, 0.6391815543174744, 1.4269200563430786, 1.0330508947372437, 1.1529240608215332, 1.4611696004867554, 1.8036646842956543, 1.2042982578277588, 0.6905558109283447, -0.3711790144443512, 1.0844250917434692, 2.0091617107391357, 0.5706825256347656, 0.4679340124130249, 0.656306266784668, 0.9131776094436646, 1.3926706314086914, 1.8721636533737183, 2.1632845401763916, 1.9406627416610718, 2.094785451889038, 1.7522903680801392, 2.129034996032715, 2.1632845401763916, 2.094785451889038, 1.7009161710739136, 2.0091617107391357, 1.4097954034805298, 2.111910104751587, 2.1975340843200684, 2.1632845401763916, 2.1632845401763916, 2.1632845401763916, 2.1461596488952637, 2.1632845401763916, 2.1461596488952637, 2.094785451889038, 1.6495418548583984, 1.8207894563674927, 2.0262863636016846, 0.5535577535629272, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5193082690238953, 0.5021834969520569, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616], [0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.2110627144575119, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.3138112425804138, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4850587546825409, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.8275538086891174, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9474270939826965, 0.9988013505935669, 1.0159261226654053, 1.0330508947372437, 1.0501755475997925, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.1186745166778564, 1.1186745166778564, 1.1186745166778564, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1357992887496948, 1.1357992887496948, 1.1529240608215332, 1.1529240608215332, 1.1186745166778564, 1.1186745166778564, 1.101549744606018, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.101549744606018, 1.101549744606018, 1.3926706314086914, 1.3412963151931763, 1.6495418548583984, 1.5981676578521729, 0.7590547800064087, 0.9474270939826965, -0.02868395671248436, 0.12543895840644836, 1.1700488328933716, 2.0776607990264893, 1.8892884254455566, 1.4954191446304321, 1.5125439167022705, 1.2214230298995972, 0.41655975580215454, 1.9406627416610718, 1.6152924299240112, 0.5193082690238953, 1.5467933416366577, 1.4782943725585938, 1.3584210872650146, 0.8789280652999878, -0.045808710157871246, 1.0330508947372437, 1.324171543121338, 0.24531221389770508, 1.3584210872650146, 0.3651854991912842, 0.9474270939826965, 1.6495418548583984, 1.9577873945236206, 1.3926706314086914, 2.111910104751587, 2.111910104751587, 1.906413197517395, 2.129034996032715, 2.0434112548828125, 1.974912166595459, 1.974912166595459, 2.1461596488952637, 1.9406627416610718, 1.9406627416610718, 2.1975340843200684, 2.1632845401763916, 2.111910104751587, 2.214658737182617, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.111910104751587, 1.9235379695892334, 2.1804091930389404, 1.6495418548583984, 0.5706825256347656, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7248052954673767, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.6734310388565063, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.43368449807167053, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017], [0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.10831420123577118, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.3651854991912842, 0.38231024146080017, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.810429036617279, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0501755475997925, 1.0330508947372437, 1.0673003196716309, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0501755475997925, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.101549744606018, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0159261226654053, 0.9816765785217285, 0.9816765785217285, 1.1186745166778564, 0.056939806789159775, 1.3070467710494995, 1.5296685695648193, 1.7009161710739136, 1.6666666269302368, 1.5981676578521729, 0.8960528373718262, 0.03981505334377289, -1.1075434684753418, 1.2385478019714355, 2.0262863636016846, 1.9406627416610718, 1.5810428857803345, 1.5981676578521729, 1.8379141092300415, 0.6905558109283447, 1.4954191446304321, 1.7351655960083008, 0.5535577535629272, 0.9303023219108582, 1.4954191446304321, 1.1700488328933716, 1.375545859336853, 0.26243698596954346, 0.6391815543174744, 0.41655975580215454, 0.12543895840644836, -0.14855723083019257, 0.8446785807609558, 1.4611696004867554, 1.9577873945236206, 1.8207894563674927, 2.0262863636016846, 2.0434112548828125, 1.906413197517395, 2.0262863636016846, 1.7694151401519775, 2.094785451889038, 2.0605359077453613, 2.0262863636016846, 2.111910104751587, 2.0091617107391357, 1.9406627416610718, 2.214658737182617, 2.129034996032715, 1.9577873945236206, 2.111910104751587, 2.1461596488952637, 2.1461596488952637, 2.1632845401763916, 2.1632845401763916, 1.6152924299240112, 1.3412963151931763, 1.7009161710739136, 0.9303023219108582, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7419300675392151, 0.7419300675392151, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017], [0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7590547800064087, 0.810429036617279, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8618032932281494, 0.8789280652999878, 0.9131776094436646, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 0.9988013505935669, 0.9988013505935669, 1.0330508947372437, 1.0159261226654053, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 1.0673003196716309, 1.0673003196716309, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0844250917434692, 1.0673003196716309, 1.0673003196716309, 1.0501755475997925, 1.0330508947372437, 0.9988013505935669, 0.9988013505935669, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.5535577535629272, 1.255672574043274, 1.5467933416366577, 1.7009161710739136, 1.5810428857803345, 1.63241708278656, 0.9816765785217285, 0.7933043241500854, -0.7479235529899597, 1.7522903680801392, 2.0605359077453613, 2.0434112548828125, 1.4954191446304321, 1.786539912223816, 1.5810428857803345, 1.18717360496521, 1.5981676578521729, 1.906413197517395, 0.9474270939826965, 1.18717360496521, 1.0159261226654053, 1.4269200563430786, 1.18717360496521, 0.24531221389770508, -0.3369295001029968, -0.21705622971057892, 0.41655975580215454, -0.30267998576164246, -0.011559205129742622, 1.3070467710494995, 1.8379141092300415, 2.094785451889038, 1.8207894563674927, 1.9920369386672974, 1.375545859336853, 2.0262863636016846, 2.0434112548828125, 2.0776607990264893, 2.0776607990264893, 1.7522903680801392, 2.094785451889038, 2.0434112548828125, 1.974912166595459, 1.9235379695892334, 2.214658737182617, 2.214658737182617, 2.0776607990264893, 2.1632845401763916, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.974912166595459, 2.094785451889038, 1.5981676578521729, 1.4611696004867554, 0.6391815543174744, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.41655975580215454, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.2110627144575119, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3651854991912842, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7248052954673767, 0.7590547800064087, 0.7933043241500854, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0673003196716309, 1.0501755475997925, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0673003196716309, 1.0330508947372437, 1.0330508947372437, 1.0330508947372437, 0.9988013505935669, 0.9816765785217285, 0.9474270939826965, 0.9474270939826965, 0.8789280652999878, 0.8618032932281494, -0.28555524349212646, 1.255672574043274, 1.5467933416366577, 1.7351655960083008, 1.5810428857803345, 1.6837913990020752, 1.2042982578277588, 0.7248052954673767, 1.3584210872650146, 1.324171543121338, 1.9235379695892334, 1.9920369386672974, 1.4611696004867554, 0.810429036617279, 1.18717360496521, 0.9131776094436646, 1.0844250917434692, 1.4954191446304321, 1.6837913990020752, 0.5193082690238953, 1.5125439167022705, 0.8618032932281494, 1.444044828414917, -0.02868395671248436, 0.4850587546825409, 0.656306266784668, -0.13143247365951538, 0.6905558109283447, -0.42255327105522156, 0.8618032932281494, 1.6666666269302368, 2.231783390045166, 1.4097954034805298, 1.974912166595459, 0.9474270939826965, 2.0091617107391357, 1.974912166595459, 1.906413197517395, 1.6837913990020752, 1.786539912223816, 2.0776607990264893, 1.9406627416610718, 2.0776607990264893, 2.0091617107391357, 2.1632845401763916, 2.129034996032715, 2.1632845401763916, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1632845401763916, 1.906413197517395, 2.1975340843200684, 1.1529240608215332, 1.3584210872650146, 0.5535577535629272, 0.5021834969520569, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3651854991912842, 0.41655975580215454, 0.39943498373031616, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6905558109283447, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9988013505935669, 0.9988013505935669, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 1.0159261226654053, 0.9988013505935669, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.19993148744106293, 1.2385478019714355, 1.5810428857803345, 1.6666666269302368, 1.7522903680801392, 1.6837913990020752, 1.0330508947372437, 0.9645518660545349, 1.4954191446304321, 0.7076805233955383, 1.974912166595459, 1.974912166595459, 1.6495418548583984, 1.0159261226654053, 1.7009161710739136, 1.6152924299240112, 0.8446785807609558, 1.5810428857803345, 1.5981676578521729, 0.39943498373031616, 1.5981676578521729, 1.6837913990020752, 1.324171543121338, -0.011559205129742622, -0.28555524349212646, 0.10831420123577118, 0.9816765785217285, 0.7076805233955383, 0.8789280652999878, 1.563918113708496, 1.3070467710494995, 2.214658737182617, 1.18717360496521, 1.4954191446304321, 0.27956172823905945, 1.9406627416610718, 1.8892884254455566, 1.9235379695892334, 0.9988013505935669, 1.3070467710494995, 1.9235379695892334, 1.9235379695892334, 2.0605359077453613, 1.4954191446304321, 2.214658737182617, 2.094785451889038, 2.1975340843200684, 2.1804091930389404, 2.1804091930389404, 2.1632845401763916, 2.1804091930389404, 1.7522903680801392, 1.2727973461151123, 0.622056782245636, 0.7248052954673767, 0.5535577535629272, 0.5021834969520569, 0.6391815543174744, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.5706825256347656, 0.587807297706604, 0.5364330410957336, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.3138112425804138, 0.27956172823905945, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298], [0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.4508092403411865, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.6049320101737976, 0.6391815543174744, 0.6391815543174744, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.9131776094436646, 0.9474270939826965, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9645518660545349, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9816765785217285, 0.9645518660545349, 0.9645518660545349, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9131776094436646, 0.8446785807609558, 0.8618032932281494, -0.9020463228225708, 1.4097954034805298, 1.444044828414917, 1.6495418548583984, 1.7694151401519775, 1.6666666269302368, 0.9303023219108582, 0.7076805233955383, 1.2727973461151123, 1.0159261226654053, 1.906413197517395, 1.9406627416610718, 1.5296685695648193, 0.6391815543174744, 1.8550388813018799, 2.0605359077453613, 1.7009161710739136, 1.6495418548583984, 0.3309359848499298, 0.5193082690238953, 0.9303023219108582, 2.0262863636016846, 1.255672574043274, 0.24531221389770508, 0.14256370067596436, -0.1143077164888382, 0.9645518660545349, 0.5021834969520569, 0.19393795728683472, 1.5467933416366577, 1.9235379695892334, 2.1632845401763916, 2.1804091930389404, 1.3926706314086914, 0.5021834969520569, 2.0091617107391357, 1.906413197517395, 1.718040943145752, 2.129034996032715, 1.375545859336853, 1.8207894563674927, 1.8550388813018799, 1.974912166595459, 1.7009161710739136, 2.231783390045166, 2.0091617107391357, 2.1632845401763916, 2.094785451889038, 2.231783390045166, 2.1632845401763916, 1.9920369386672974, 1.906413197517395, 1.9577873945236206, 0.8446785807609558, 0.8789280652999878, 0.9816765785217285, 0.587807297706604, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.14256370067596436, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.39943498373031616, 0.41655975580215454, 0.4508092403411865, 0.4850587546825409, 0.5364330410957336, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7933043241500854, 0.8275538086891174, 0.8446785807609558, 0.810429036617279, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9303023219108582, 0.9474270939826965, 0.9645518660545349, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9474270939826965, 0.9303023219108582, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9303023219108582, 0.9131776094436646, 0.8960528373718262, 0.7933043241500854, 0.7761795520782471, -1.2787909507751465, 1.4611696004867554, 1.4954191446304321, 1.7694151401519775, 1.8036646842956543, 1.6666666269302368, 0.9988013505935669, 0.7248052954673767, 1.0844250917434692, 0.7761795520782471, 2.0434112548828125, 1.9406627416610718, 1.1529240608215332, 0.5706825256347656, 1.6495418548583984, 1.8379141092300415, 0.9988013505935669, 0.9816765785217285, 0.622056782245636, 1.7522903680801392, 1.4782943725585938, 1.8550388813018799, 1.324171543121338, 0.15968845784664154, 0.091189444065094, 0.24531221389770508, 0.4508092403411865, 0.4850587546825409, 0.43368449807167053, 0.8446785807609558, 1.5467933416366577, 1.8892884254455566, 2.129034996032715, 2.1975340843200684, 2.0605359077453613, 1.974912166595459, 1.8721636533737183, 1.8207894563674927, 2.1461596488952637, 1.7522903680801392, 2.0262863636016846, 2.0434112548828125, 1.9235379695892334, 1.444044828414917, 2.1632845401763916, 1.974912166595459, 2.214658737182617, 2.1632845401763916, 2.214658737182617, 2.248908281326294, 2.111910104751587, 2.0776607990264893, 2.1461596488952637, 1.4611696004867554, 1.7522903680801392, 1.4269200563430786, 0.587807297706604, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.5706825256347656, 0.587807297706604, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.4679340124130249, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.7590547800064087, 0.7933043241500854, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.9131776094436646, 0.9131776094436646, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8960528373718262, 0.9131776094436646, 0.8789280652999878, 0.8618032932281494, 0.7248052954673767, 0.810429036617279, -1.261666178703308, 1.5296685695648193, 1.4611696004867554, 1.8036646842956543, 1.7694151401519775, 1.6495418548583984, 1.2042982578277588, 1.5981676578521729, 0.38231024146080017, 0.8960528373718262, 2.0434112548828125, 1.974912166595459, 0.43368449807167053, -0.30267998576164246, 1.5981676578521729, 1.8379141092300415, 0.4850587546825409, 0.29668647050857544, 1.1357992887496948, 1.7351655960083008, 1.5981676578521729, 2.0605359077453613, 2.0776607990264893, 0.9816765785217285, 0.587807297706604, 1.101549744606018, 0.3138112425804138, 0.3480607271194458, 0.6049320101737976, 0.3480607271194458, 1.0159261226654053, 1.1529240608215332, 1.6666666269302368, 1.9235379695892334, 2.1975340843200684, 1.6495418548583984, 1.5125439167022705, 1.8892884254455566, 1.9577873945236206, 2.129034996032715, 1.6495418548583984, 2.111910104751587, 1.4954191446304321, 0.2281874716281891, 2.0262863636016846, 1.9235379695892334, 2.094785451889038, 2.1461596488952637, 2.0605359077453613, 2.214658737182617, 2.129034996032715, 1.4954191446304321, 1.7009161710739136, 1.563918113708496, 1.0844250917434692, 0.7761795520782471, 0.5706825256347656, 0.4850587546825409, 0.5364330410957336, 0.5364330410957336, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.656306266784668, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.622056782245636, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.41655975580215454, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.17681321501731873, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.27956172823905945, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.3480607271194458, 0.41655975580215454, 0.43368449807167053, 0.39943498373031616, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.656306266784668, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7590547800064087, 0.7933043241500854, 0.7419300675392151, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7076805233955383, 0.7419300675392151, -0.9705453515052795, 1.4611696004867554, 1.563918113708496, 1.8207894563674927, 1.8207894563674927, 1.2214230298995972, 1.18717360496521, 0.6391815543174744, 0.4679340124130249, 0.3309359848499298, 2.0262863636016846, 1.8207894563674927, 1.1529240608215332, -0.7479235529899597, 1.8207894563674927, 1.906413197517395, 0.5021834969520569, 0.4679340124130249, 1.4097954034805298, 1.5467933416366577, 0.9645518660545349, 1.8721636533737183, 1.8892884254455566, 0.19393795728683472, 0.9131776094436646, 0.41655975580215454, -0.3369295001029968, 0.056939806789159775, 0.26243698596954346, 0.43368449807167053, 1.2385478019714355, 0.810429036617279, 0.7076805233955383, 0.12543895840644836, 2.094785451889038, 0.5706825256347656, 1.6495418548583984, 1.786539912223816, 1.4269200563430786, 1.4782943725585938, 1.8379141092300415, 2.094785451889038, 0.6905558109283447, 1.906413197517395, 1.8036646842956543, 1.8721636533737183, 0.091189444065094, 0.7933043241500854, 1.9577873945236206, 2.248908281326294, 2.094785451889038, 1.9235379695892334, 1.6666666269302368, 2.0776607990264893, 1.0501755475997925, 1.1529240608215332, 0.5193082690238953, 0.4679340124130249, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.7076805233955383, 0.6734310388565063, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.6905558109283447, 0.622056782245636, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4679340124130249, 0.39943498373031616, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.39943498373031616, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7419300675392151, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8789280652999878, 0.8275538086891174, 0.8275538086891174, 0.8275538086891174, 0.8618032932281494, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.9131776094436646, 0.8960528373718262, 0.8960528373718262, 0.8960528373718262, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8618032932281494, 0.8618032932281494, 0.8618032932281494, 0.8275538086891174, 0.810429036617279, 0.7761795520782471, 0.7419300675392151, 0.6734310388565063, 0.5364330410957336, -0.9362958669662476, 1.3926706314086914, 1.5296685695648193, 1.906413197517395, 1.5125439167022705, 1.4269200563430786, 0.6049320101737976, 1.0844250917434692, 1.1700488328933716, 1.0673003196716309, 2.0605359077453613, 1.786539912223816, 0.9474270939826965, -0.8506720662117004, 1.444044828414917, 1.9577873945236206, 0.8275538086891174, 1.3584210872650146, 1.4097954034805298, 0.9474270939826965, 1.0844250917434692, 2.1804091930389404, 1.6837913990020752, 0.26243698596954346, 0.8789280652999878, 0.6391815543174744, 0.3309359848499298, 0.5535577535629272, 1.101549744606018, 1.0330508947372437, 1.255672574043274, 0.2110627144575119, -0.21705622971057892, -0.011559205129742622, 0.4850587546825409, 1.4954191446304321, 1.3412963151931763, 1.8721636533737183, 1.7009161710739136, 1.6837913990020752, 1.4782943725585938, 1.4269200563430786, 0.091189444065094, 2.0605359077453613, 1.18717360496521, 0.9474270939826965, 0.5535577535629272, 0.7933043241500854, 1.8207894563674927, 2.248908281326294, 1.9920369386672974, 1.375545859336853, 2.094785451889038, 1.0330508947372437, 0.3651854991912842, 0.9131776094436646, 0.41655975580215454, 0.4508092403411865, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3651854991912842, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.38231024146080017, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.26243698596954346, 0.26243698596954346, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.27956172823905945, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.26243698596954346, 0.24531221389770508, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.26243698596954346, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.3309359848499298, 0.3651854991912842, 0.41655975580215454, 0.4508092403411865, 0.41655975580215454, 0.43368449807167053, 0.4850587546825409, 0.5193082690238953, 0.5193082690238953, 0.5535577535629272, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6905558109283447, 0.7419300675392151, 0.7419300675392151, 0.7419300675392151, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7933043241500854, 0.810429036617279, 0.7761795520782471, 0.7761795520782471, 0.810429036617279, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.8618032932281494, 0.8275538086891174, 0.8446785807609558, 0.8446785807609558, 0.8789280652999878, 0.8789280652999878, 0.8789280652999878, 0.8446785807609558, 0.8446785807609558, 0.8446785807609558, 0.810429036617279, 0.7761795520782471, 0.7590547800064087, 0.6905558109283447, 0.6734310388565063, 0.6734310388565063, 0.5364330410957336, -0.3540542721748352, 1.375545859336853, 1.5810428857803345, 1.8207894563674927, 1.1186745166778564, 1.8207894563674927, 0.8960528373718262, 1.18717360496521, 0.7761795520782471, 1.6495418548583984, 1.8721636533737183, 1.8036646842956543, 1.1700488328933716, -1.1589176654815674, 1.7522903680801392, 1.63241708278656, 1.1357992887496948, 0.6905558109283447, 0.7933043241500854, 1.1186745166778564, 1.8550388813018799, 2.0262863636016846, 1.8036646842956543, 0.38231024146080017, 1.1357992887496948, 1.1700488328933716, 0.5364330410957336, 1.2385478019714355, 0.27956172823905945, 1.4782943725585938, 1.718040943145752, -0.19993148744106293, -0.30267998576164246, -0.7136740684509277, -0.4568027853965759, 1.6152924299240112, 1.2727973461151123, 1.5296685695648193, 2.111910104751587, 1.9577873945236206, 1.7694151401519775, 1.6495418548583984, 0.03981505334377289, 1.8892884254455566, 1.5467933416366577, 1.3412963151931763, 1.0673003196716309, 1.0844250917434692, 1.563918113708496, 2.0776607990264893, 0.810429036617279, 2.0262863636016846, 2.214658737182617, 1.2042982578277588, 1.1529240608215332, 0.7419300675392151, 0.6049320101737976, 0.4679340124130249, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5706825256347656, 0.5706825256347656, 0.5193082690238953, 0.4850587546825409, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138], [0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.27956172823905945, 0.29668647050857544, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.26243698596954346, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4850587546825409, 0.5021834969520569, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.6391815543174744, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7761795520782471, 0.7761795520782471, 0.7761795520782471, 0.7590547800064087, 0.7933043241500854, 0.8275538086891174, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.810429036617279, 0.7933043241500854, 0.7933043241500854, 0.7761795520782471, 0.7761795520782471, 0.7933043241500854, 0.7933043241500854, 0.7590547800064087, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.622056782245636, 0.656306266784668, 0.5021834969520569, 0.15968845784664154, 1.324171543121338, 1.7351655960083008, 1.7694151401519775, 1.8207894563674927, 1.7351655960083008, 1.18717360496521, 1.0330508947372437, 0.10831420123577118, 1.9920369386672974, 1.9577873945236206, 1.8721636533737183, 1.4782943725585938, -1.0390443801879883, 1.8721636533737183, 1.2727973461151123, 1.7694151401519775, 0.9131776094436646, 1.1357992887496948, 1.1186745166778564, 1.9406627416610718, 1.2727973461151123, 1.6495418548583984, 0.6905558109283447, 0.9474270939826965, 0.5535577535629272, 0.8275538086891174, 0.4850587546825409, 1.0159261226654053, 0.7419300675392151, -0.43967801332473755, 0.6391815543174744, 0.8618032932281494, 0.24531221389770508, -0.7479235529899597, -0.13143247365951538, 0.5535577535629272, 1.3926706314086914, 1.9406627416610718, 1.8550388813018799, 2.0091617107391357, 1.1529240608215332, 0.7590547800064087, 2.1975340843200684, 1.8379141092300415, 1.2899221181869507, 1.2727973461151123, 1.3926706314086914, 1.8036646842956543, 1.4611696004867554, 1.9920369386672974, 2.0262863636016846, 1.6495418548583984, 1.255672574043274, -0.08005820959806442, 0.810429036617279, 0.622056782245636, 0.5021834969520569, 0.4508092403411865, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.4850587546825409, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945], [0.27956172823905945, 0.29668647050857544, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.29668647050857544, 0.3309359848499298, 0.38231024146080017, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7590547800064087, 0.7419300675392151, 0.7419300675392151, 0.7590547800064087, 0.7590547800064087, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.7248052954673767, 0.7248052954673767, 0.7076805233955383, 0.656306266784668, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5706825256347656, 0.5021834969520569, 0.7076805233955383, 1.2899221181869507, 1.4954191446304321, 1.8721636533737183, 1.7522903680801392, 1.563918113708496, 1.2727973461151123, 0.8618032932281494, 1.0330508947372437, 1.6152924299240112, 1.8550388813018799, 1.974912166595459, 1.4097954034805298, -0.3711790144443512, 1.8892884254455566, 1.906413197517395, 1.974912166595459, 1.255672574043274, 1.4611696004867554, 1.4782943725585938, 1.6495418548583984, 2.214658737182617, 0.39943498373031616, 0.38231024146080017, 0.9645518660545349, 0.8618032932281494, 1.0330508947372437, 0.810429036617279, 0.4850587546825409, -0.13143247365951538, 1.1186745166778564, 0.3309359848499298, 0.6905558109283447, -0.06293346732854843, -0.9020463228225708, -0.8164225816726685, 0.7761795520782471, 1.375545859336853, 2.0776607990264893, 1.5125439167022705, 1.9920369386672974, 1.2214230298995972, 0.7076805233955383, 1.6666666269302368, 2.0605359077453613, 1.974912166595459, 1.0673003196716309, 1.6666666269302368, 1.9235379695892334, 1.4269200563430786, 1.375545859336853, 1.1186745166778564, 2.0262863636016846, 1.1186745166778564, 0.3480607271194458, 0.810429036617279, 0.26243698596954346, 0.4508092403411865, 0.4679340124130249, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.587807297706604, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.7076805233955383, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.587807297706604, 0.5535577535629272, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.15968845784664154, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.24531221389770508, 0.2281874716281891, 0.24531221389770508, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.3480607271194458, 0.3651854991912842, 0.39943498373031616, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.7076805233955383, 0.7248052954673767, 0.7076805233955383, 0.7076805233955383, 0.7419300675392151, 0.7076805233955383, 0.7076805233955383, 0.7076805233955383, 0.6905558109283447, 0.6905558109283447, 0.6734310388565063, 0.656306266784668, 0.6734310388565063, 0.6734310388565063, 0.6391815543174744, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4850587546825409, 0.5364330410957336, 0.38231024146080017, 1.3070467710494995, 1.6152924299240112, 1.9235379695892334, 1.786539912223816, 1.6837913990020752, 1.101549744606018, 1.5125439167022705, 1.5296685695648193, 1.8892884254455566, 2.0262863636016846, 1.8207894563674927, 1.1357992887496948, 0.091189444065094, 1.7522903680801392, 2.0091617107391357, 1.7522903680801392, 1.6837913990020752, 1.3070467710494995, 1.786539912223816, 1.4611696004867554, 2.1804091930389404, 1.1357992887496948, 0.9131776094436646, 0.9816765785217285, -0.31980475783348083, 0.8789280652999878, 1.0330508947372437, 0.5706825256347656, -0.011559205129742622, 0.17681321501731873, 0.29668647050857544, 0.5021834969520569, 0.0740646943449974, -0.43967801332473755, -0.19993148744106293, -0.6280503273010254, 0.6049320101737976, 1.974912166595459, 2.1804091930389404, 1.6666666269302368, 1.0330508947372437, 1.0330508947372437, 1.4782943725585938, 1.5125439167022705, 1.4954191446304321, 1.2214230298995972, 1.5981676578521729, 1.9577873945236206, 1.6495418548583984, 1.255672574043274, 1.4269200563430786, 0.12543895840644836, 0.8446785807609558, 1.18717360496521, 0.39943498373031616, 0.4850587546825409, 0.4508092403411865, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.587807297706604, 0.587807297706604, 0.6049320101737976, 0.6049320101737976, 0.6049320101737976, 0.656306266784668, 0.656306266784668, 0.6905558109283447, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5364330410957336, 0.5021834969520569, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.26243698596954346, 0.3138112425804138, 0.27956172823905945, 0.27956172823905945], [0.3138112425804138, 0.26243698596954346, 0.27956172823905945, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.17681321501731873, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.17681321501731873, 0.19393795728683472, 0.2281874716281891, 0.24531221389770508, 0.2110627144575119, 0.2281874716281891, 0.26243698596954346, 0.3309359848499298, 0.38231024146080017, 0.38231024146080017, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4850587546825409, 0.5193082690238953, 0.5021834969520569, 0.5364330410957336, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.622056782245636, 0.656306266784668, 0.622056782245636, 0.622056782245636, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.5535577535629272, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.4679340124130249, 0.622056782245636, 1.563918113708496, 1.6495418548583984, 1.9577873945236206, 1.7009161710739136, 1.6152924299240112, 1.18717360496521, 1.0501755475997925, 1.7694151401519775, 1.6495418548583984, 1.9577873945236206, 1.8207894563674927, 1.1529240608215332, -0.02868395671248436, 1.9406627416610718, 1.9577873945236206, 1.63241708278656, 1.7522903680801392, 0.9816765785217285, 1.8379141092300415, 1.906413197517395, 1.786539912223816, 0.5706825256347656, 0.8618032932281494, 0.8275538086891174, 0.2281874716281891, 0.24531221389770508, 1.18717360496521, 0.4679340124130249, 0.26243698596954346, -0.3369295001029968, 0.8789280652999878, 0.587807297706604, 0.9988013505935669, -0.9362958669662476, -0.045808710157871246, -0.7307988405227661, 0.056939806789159775, 1.6152924299240112, 2.214658737182617, 1.8207894563674927, 1.444044828414917, 1.6666666269302368, 1.8379141092300415, 0.8960528373718262, 1.718040943145752, 1.0501755475997925, 1.5810428857803345, 2.0091617107391357, 2.0091617107391357, 0.6734310388565063, 0.656306266784668, 0.03981505334377289, -0.3540542721748352, 1.5125439167022705, 1.974912166595459, 0.587807297706604, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.6734310388565063, 0.6734310388565063, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5021834969520569, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.3138112425804138, 0.29668647050857544], [0.27956172823905945, 0.27956172823905945, 0.29668647050857544, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.29668647050857544, 0.29668647050857544, 0.27956172823905945, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.17681321501731873, 0.14256370067596436, 0.15968845784664154, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.24531221389770508, 0.24531221389770508, 0.26243698596954346, 0.3651854991912842, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.587807297706604, 0.5535577535629272, 0.5706825256347656, 0.5364330410957336, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.3480607271194458, 0.3309359848499298, 0.3651854991912842, 0.7761795520782471, 1.5810428857803345, 1.7522903680801392, 1.906413197517395, 1.786539912223816, 1.7351655960083008, 1.444044828414917, 1.1357992887496948, 1.8207894563674927, 1.7522903680801392, 1.9406627416610718, 1.7694151401519775, 0.7590547800064087, 0.41655975580215454, 1.974912166595459, 1.4954191446304321, 1.563918113708496, 1.5296685695648193, 1.5810428857803345, 1.1700488328933716, 1.5125439167022705, 1.718040943145752, -0.18280673027038574, 1.2214230298995972, 0.587807297706604, 0.3138112425804138, 0.43368449807167053, 0.17681321501731873, -0.011559205129742622, 0.5535577535629272, -0.2513057291507721, 0.656306266784668, 0.810429036617279, 0.6391815543174744, 0.3309359848499298, -0.19993148744106293, 0.9988013505935669, 0.03981505334377289, 1.7351655960083008, 1.18717360496521, 1.6666666269302368, 0.9131776094436646, 1.4269200563430786, 1.8207894563674927, 1.63241708278656, 1.974912166595459, 1.4611696004867554, 2.0434112548828125, 2.0434112548828125, 2.129034996032715, -0.2341809868812561, 0.14256370067596436, 1.2385478019714355, 1.0501755475997925, 1.4097954034805298, 2.0776607990264893, 1.444044828414917, 0.4850587546825409, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.6049320101737976, 0.622056782245636, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5193082690238953, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.3138112425804138, 0.29668647050857544, 0.29668647050857544, 0.29668647050857544], [0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.15968845784664154, 0.19393795728683472, 0.2281874716281891, 0.2110627144575119, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3309359848499298, 0.3309359848499298, 0.3480607271194458, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.41655975580215454, 0.39943498373031616, 0.43368449807167053, 0.4850587546825409, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5021834969520569, 0.5364330410957336, 0.5021834969520569, 0.5193082690238953, 0.5193082690238953, 0.5193082690238953, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.41655975580215454, 0.38231024146080017, 0.3309359848499298, 0.3138112425804138, 0.27956172823905945, 0.3138112425804138, 0.7761795520782471, 1.563918113708496, 1.6495418548583984, 1.7009161710739136, 1.8379141092300415, 1.5810428857803345, 0.7248052954673767, 1.4611696004867554, 1.8207894563674927, 1.8036646842956543, 1.8721636533737183, 1.4269200563430786, -0.02868395671248436, -0.3540542721748352, 1.5981676578521729, 1.5296685695648193, 1.7009161710739136, 1.3584210872650146, 1.0330508947372437, 1.18717360496521, 0.6391815543174744, 1.1529240608215332, 0.02269030176103115, 1.2385478019714355, 1.3412963151931763, 0.3309359848499298, 1.101549744606018, 0.8618032932281494, 1.255672574043274, 0.10831420123577118, 0.9988013505935669, 0.9131776094436646, 1.101549744606018, 1.0844250917434692, 0.7761795520782471, -0.8849216103553772, 0.7590547800064087, 0.056939806789159775, 1.6837913990020752, 0.41655975580215454, 0.38231024146080017, 0.6391815543174744, 2.0434112548828125, 1.2214230298995972, 1.5125439167022705, 1.5981676578521729, 1.974912166595459, 1.6666666269302368, 1.9406627416610718, 2.248908281326294, -0.19993148744106293, 1.8379141092300415, 1.2042982578277588, 0.7761795520782471, 1.5810428857803345, 1.7009161710739136, 1.6152924299240112, 0.5193082690238953, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5706825256347656, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.6049320101737976, 0.587807297706604, 0.5535577535629272, 0.5021834969520569, 0.4850587546825409, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.38231024146080017, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3138112425804138, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.2110627144575119, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.15968845784664154, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.14256370067596436, 0.17681321501731873, 0.19393795728683472, 0.2110627144575119, 0.2281874716281891, 0.24531221389770508, 0.24531221389770508, 0.27956172823905945, 0.29668647050857544, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.41655975580215454, 0.43368449807167053, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4508092403411865, 0.43368449807167053, 0.4508092403411865, 0.4679340124130249, 0.4679340124130249, 0.4850587546825409, 0.4508092403411865, 0.4679340124130249, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.3651854991912842, 0.3309359848499298, 0.29668647050857544, 0.24531221389770508, 0.2281874716281891, 0.19393795728683472, 0.26243698596954346, 0.7419300675392151, 1.786539912223816, 1.7694151401519775, 1.7351655960083008, 1.8721636533737183, 1.444044828414917, 1.2214230298995972, 1.5810428857803345, 1.9577873945236206, 1.8036646842956543, 2.0262863636016846, 0.5535577535629272, 0.622056782245636, -0.2341809868812561, 1.7351655960083008, 1.4269200563430786, 1.444044828414917, 1.444044828414917, 1.0330508947372437, 1.563918113708496, 1.1529240608215332, 0.6734310388565063, 0.4508092403411865, 1.0501755475997925, 0.8789280652999878, 1.2042982578277588, 0.7933043241500854, 0.9474270939826965, 1.1529240608215332, 0.3309359848499298, 1.3412963151931763, 1.0501755475997925, 1.324171543121338, 0.9645518660545349, 1.0501755475997925, -0.6794245839118958, -0.13143247365951538, 0.6391815543174744, 0.7248052954673767, 1.3926706314086914, 0.4679340124130249, 0.5706825256347656, 1.9235379695892334, 1.6152924299240112, 1.8550388813018799, 0.9816765785217285, 0.9303023219108582, 1.6666666269302368, 1.974912166595459, 2.094785451889038, 0.7076805233955383, 1.6666666269302368, 0.8275538086891174, 1.1186745166778564, 1.444044828414917, 1.8379141092300415, 1.4611696004867554, 0.5021834969520569, 0.4508092403411865, 0.4508092403411865, 0.5021834969520569, 0.5021834969520569, 0.5021834969520569, 0.5193082690238953, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.6049320101737976, 0.622056782245636, 0.622056782245636, 0.6734310388565063, 0.656306266784668, 0.6391815543174744, 0.622056782245636, 0.6049320101737976, 0.587807297706604, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.4508092403411865, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3309359848499298, 0.29668647050857544, 0.29668647050857544], [0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.27956172823905945, 0.26243698596954346, 0.24531221389770508, 0.24531221389770508, 0.19393795728683472, 0.24531221389770508, 0.19393795728683472, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.17681321501731873, 0.14256370067596436, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.10831420123577118, 0.12543895840644836, 0.12543895840644836, 0.10831420123577118, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.14256370067596436, 0.19393795728683472, 0.2110627144575119, 0.2110627144575119, 0.2281874716281891, 0.2281874716281891, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.29668647050857544, 0.29668647050857544, 0.3138112425804138, 0.3138112425804138, 0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.38231024146080017, 0.3480607271194458, 0.3309359848499298, 0.3138112425804138, 0.3138112425804138, 0.27956172823905945, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.2110627144575119, 0.8275538086891174, 1.6152924299240112, 1.6666666269302368, 1.718040943145752, 1.8379141092300415, 1.0501755475997925, 1.5125439167022705, 1.5467933416366577, 1.786539912223816, 1.5467933416366577, 1.8036646842956543, -0.5938007831573486, 0.4508092403411865, -0.2341809868812561, 1.5810428857803345, 1.6152924299240112, 1.3070467710494995, 1.7009161710739136, 1.8721636533737183, 1.18717360496521, 1.0159261226654053, -0.3540542721748352, -0.045808710157871246, 1.255672574043274, 1.0159261226654053, 0.7076805233955383, 0.12543895840644836, 0.056939806789159775, 0.9988013505935669, 0.15968845784664154, 1.324171543121338, 1.4954191446304321, 1.4269200563430786, 1.4954191446304321, 1.2899221181869507, -0.8506720662117004, -0.3883037567138672, 1.0501755475997925, 0.7419300675392151, 0.9303023219108582, 0.4850587546825409, -0.3540542721748352, 1.1357992887496948, 1.0501755475997925, 1.8892884254455566, 0.9988013505935669, 1.7351655960083008, 2.0091617107391357, 1.7009161710739136, 2.248908281326294, 0.5364330410957336, 1.444044828414917, 0.9303023219108582, 0.5364330410957336, 1.7522903680801392, 1.8379141092300415, 1.5467933416366577, 0.4850587546825409, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5021834969520569, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.5706825256347656, 0.5535577535629272, 0.587807297706604, 0.622056782245636, 0.6049320101737976, 0.6391815543174744, 0.6734310388565063, 0.6391815543174744, 0.6391815543174744, 0.6391815543174744, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5364330410957336, 0.5364330410957336, 0.4850587546825409, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.29668647050857544, 0.3480607271194458, 0.3138112425804138, 0.3309359848499298], [0.3309359848499298, 0.3651854991912842, 0.3651854991912842, 0.3309359848499298, 0.3480607271194458, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.43368449807167053, 0.43368449807167053, 0.43368449807167053, 0.4679340124130249, 0.4679340124130249, 0.4508092403411865, 0.4508092403411865, 0.43368449807167053, 0.43368449807167053, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.3138112425804138, 0.29668647050857544, 0.26243698596954346, 0.24531221389770508, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.2281874716281891, 0.2110627144575119, 0.26243698596954346, 0.2281874716281891, 0.26243698596954346, 0.27956172823905945, 0.24531221389770508, 0.27956172823905945, 0.2110627144575119, 0.2281874716281891, 0.19393795728683472, 0.17681321501731873, 0.17681321501731873, 0.15968845784664154, 0.15968845784664154, 0.14256370067596436, 0.14256370067596436, 0.10831420123577118, 0.14256370067596436, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.17681321501731873, 0.14256370067596436, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.14256370067596436, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.056939806789159775, 0.091189444065094, 0.0740646943449974, 0.10831420123577118, 0.0740646943449974, 0.10831420123577118, 0.091189444065094, 0.12543895840644836, 0.12543895840644836, 0.14256370067596436, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.15968845784664154, 0.15968845784664154, 0.19393795728683472, 0.2110627144575119, 0.19393795728683472, 0.19393795728683472, 0.26243698596954346, 0.26243698596954346, 0.26243698596954346, 0.27956172823905945, 0.3138112425804138, 0.3480607271194458, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3138112425804138, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.29668647050857544, 0.27956172823905945, 0.26243698596954346, 0.2281874716281891, 0.19393795728683472, 0.14256370067596436, 0.10831420123577118, 0.0740646943449974, 0.19393795728683472, 0.8960528373718262, 1.7522903680801392, 1.6666666269302368, 1.6837913990020752, 1.8036646842956543, 0.7933043241500854, 1.2042982578277588, 1.63241708278656, 1.8207894563674927, 2.0434112548828125, 1.718040943145752, 0.656306266784668, 0.26243698596954346, -0.09718296676874161, 1.7522903680801392, 1.7351655960083008, 1.1357992887496948, 1.1357992887496948, 1.2042982578277588, 1.7009161710739136, 1.0330508947372437, 0.02269030176103115, 0.587807297706604, 1.4782943725585938, 1.101549744606018, 1.0844250917434692, 0.9474270939826965, 0.12543895840644836, 0.8275538086891174, 0.24531221389770508, 1.2214230298995972, 1.2727973461151123, 1.7009161710739136, 1.255672574043274, 1.786539912223816, -0.5938007831573486, 0.6391815543174744, 0.14256370067596436, 0.29668647050857544, 0.0055655487813055515, 0.9474270939826965, -0.6794245839118958, 1.7351655960083008, 1.63241708278656, 1.5810428857803345, 1.444044828414917, 1.0673003196716309, 1.974912166595459, 1.8550388813018799, 2.231783390045166, -0.14855723083019257, 1.1186745166778564, 1.0159261226654053, 0.7761795520782471, 1.8892884254455566, 1.3412963151931763, 0.7933043241500854, 0.5021834969520569, 0.43368449807167053, 0.4679340124130249, 0.4850587546825409, 0.4850587546825409, 0.5193082690238953, 0.5364330410957336, 0.5535577535629272, 0.5535577535629272, 0.5706825256347656, 0.6049320101737976, 0.587807297706604, 0.622056782245636, 0.6391815543174744, 0.6391815543174744, 0.656306266784668, 0.6734310388565063, 0.6391815543174744, 0.656306266784668, 0.6049320101737976, 0.587807297706604, 0.587807297706604, 0.5706825256347656, 0.5535577535629272, 0.5364330410957336, 0.5021834969520569, 0.5021834969520569, 0.4850587546825409, 0.4508092403411865, 0.39943498373031616, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.41655975580215454, 0.39943498373031616, 0.38231024146080017, 0.38231024146080017, 0.38231024146080017, 0.39943498373031616, 0.38231024146080017, 0.3651854991912842, 0.3651854991912842, 0.3480607271194458, 0.3480607271194458, 0.3309359848499298, 0.3309359848499298, 0.38231024146080017, 0.3138112425804138, 0.3309359848499298]], [[0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967], [0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2380952835083008], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.5728292465209961, 0.6603642702102661, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.3081233501434326], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708], [0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3606443405151367], [0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.3956583738327026], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.430672287940979], [0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.4481793642044067], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.518207311630249, 1.465686321258545], [0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.5357143878936768], [0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.5707283020019531], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809], [0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.6232492923736572], [0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.6757704019546509, 1.640756368637085], [0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789], [0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7107843160629272], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.7633053064346313], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059], [0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0280113220214844, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.815826416015625], [0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014], [0.7654062509536743, 1.1330533027648926, 1.1855742931365967, 0.9929972887039185, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014], [1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5882353782653809, 1.4481793642044067, 1.2030812501907349, 0.8879552483558655, 0.6953782439231873, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.6953782439231873, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [1.343137264251709, 1.5007003545761108, 1.6582633256912231, 1.728291392326355, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.343137264251709, 0.9929972887039185, 0.7829132676124573, 0.7128852605819702, 0.6428572535514832, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8508403301239014], [0.590336263179779, 1.0630252361297607, 1.2731093168258667, 1.4131653308868408, 1.5007003545761108, 1.6757704019546509, 1.640756368637085, 1.5007003545761108, 1.3606443405151367, 1.1855742931365967, 0.6953782439231873, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [0.3102242052555084, 0.6953782439231873, 0.8879552483558655, 1.0280113220214844, 1.1855742931365967, 0.9754902720451355, 0.3102242052555084, -0.022408949211239815, -0.03991595283150673, -0.21498596668243408, -0.1624649614095688, 0.3627452254295349, 0.415266215801239, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673], [1.3081233501434326, 1.3081233501434326, 1.1155463457107544, 0.8704482913017273, 0.415266215801239, -0.4600839912891388, -1.5630252361297607, -1.755602240562439, -0.9152660369873047, 0.08263305574655533, 0.7829132676124573, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.0455182790756226, 0.7829132676124573, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.34523820877075195, -0.8977590203285217, -0.7927170395851135, 0.9404762983322144, 1.5707283020019531, 1.7983193397521973, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.465686321258545, 1.343137264251709, 1.0980392694473267, 0.8529412746429443, 0.6603642702102661, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055], [1.2030812501907349, 1.2906162738800049, 1.3256303071975708, 1.3956583738327026, 1.518207311630249, 1.4131653308868408, 0.9054622650146484, 0.3277312219142914, 0.7303922772407532, 1.2556023597717285, 1.5882353782653809, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.0280113220214844, 0.8004202842712402, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [1.0455182790756226, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 0.9754902720451355, 0.17016807198524475, -0.5126050114631653, -1.0903360843658447, -0.3550419807434082, 0.7654062509536743, 1.343137264251709, 1.553221344947815, 1.640756368637085, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.8333333730697632, 1.553221344947815, 1.3606443405151367, 1.0980392694473267, 0.7829132676124573, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.5553222298622131, 0.590336263179779, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673, 1.8858543634414673], [0.6778712272644043, 0.8704482913017273, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, -0.022408949211239815, -1.6330533027648926, -1.895658254623413, -1.422969102859497, -0.4950979948043823, 0.415266215801239, 0.7829132676124573, 0.9229692816734314, 1.2380952835083008, 1.483193278312683, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.815826416015625, 1.7457983493804932, 1.4481793642044067, 1.1330533027648926, 0.6078432202339172, 0.4852942228317261, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055], [-0.17997196316719055, 0.34523820877075195, 0.590336263179779, 0.6778712272644043, 0.13515406847000122, -1.370448112487793, -1.8256303071975708, -1.3004200458526611, 0.432773232460022, 1.2556023597717285, 1.465686321258545, 1.4131653308868408, 1.2205883264541626, 0.9579832553863525, 0.9404762983322144, 1.1505602598190308, 1.0455182790756226, 0.3802522122859955, 0.1001400575041771, 0.9579832553863525, 1.553221344947815, 1.5357143878936768, 1.0455182790756226, 0.6078432202339172, 0.7303922772407532, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332], [-1.4404760599136353, -0.9502801299095154, -0.26750698685646057, 0.11764705926179886, -0.6526610255241394, -1.720588207244873, -1.7380952835083008, -0.12745095789432526, 1.1330533027648926, 1.2380952835083008, 1.430672287940979, 1.518207311630249, 1.605742335319519, 1.605742335319519, 1.378151297569275, 0.9404762983322144, 0.012605053372681141, -0.9852941036224365, 0.2752102017402649, 1.430672287940979, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.728291392326355, 1.465686321258545, 1.2380952835083008, 1.0455182790756226, 0.9054622650146484, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.34523820877075195, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9558824300765991, 1.9733893871307373, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.3004200458526611, -1.6330533027648926, -1.4404760599136353, -0.7051820158958435, -0.9852941036224365, -1.668067216873169, -1.2654061317443848, 0.6778712272644043, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.553221344947815, 1.6582633256912231, 1.640756368637085, 1.2030812501907349, 0.2752102017402649, 0.590336263179779, 1.2556023597717285, 1.5707283020019531, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.6232492923736572, 1.430672287940979, 1.2205883264541626, 1.0805323123931885, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.520308256149292, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9383753538131714, 1.9733893871307373, 1.9558824300765991, 1.6757704019546509, 1.1680673360824585, 1.6757704019546509, 1.9208683967590332, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714], [-1.0378150939941406, -1.3179271221160889, -1.3004200458526611, -1.195378065109253, -1.247899055480957, -1.335434079170227, -0.7051820158958435, 0.6253502368927002, 1.0105042457580566, 1.1505602598190308, 1.2380952835083008, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.4481793642044067, 1.2205883264541626, 0.6778712272644043, 0.1001400575041771, 0.2226892113685608, 0.9929972887039185, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 1.693277359008789, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.465686321258545, 1.3081233501434326, 1.1505602598190308, 0.9229692816734314, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.7654062509536743, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.4852942228317261, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.483193278312683, 1.1680673360824585, 1.4481793642044067, 0.9929972887039185, 2.0259103775024414, 2.0259103775024414, 1.9208683967590332, 1.9383753538131714, 1.9733893871307373, 1.9033613204956055, 1.5357143878936768, 1.4131653308868408, 1.8333333730697632, 1.9733893871307373, 1.9908963441848755, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [-0.3550419807434082, -0.4075630009174347, 0.2577032148838043, 0.34523820877075195, -0.3550419807434082, -1.0553221702575684, -1.0728291273117065, -0.26750698685646057, 0.520308256149292, 0.8879552483558655, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 0.7303922772407532, -0.8277310132980347, -1.4404760599136353, -1.4754900932312012, -1.1428570747375488, -0.3550419807434082, 0.6078432202339172, 1.2030812501907349, 1.430672287940979, 1.553221344947815, 1.483193278312683, 1.3606443405151367, 1.430672287940979, 1.640756368637085, 1.5007003545761108, 1.3956583738327026, 1.2731093168258667, 0.9754902720451355, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9033613204956055, 1.8333333730697632, 1.693277359008789, 1.4131653308868408, 1.1330533027648926, 1.0455182790756226, 1.0105042457580566, 1.1155463457107544, 0.6078432202339172, 1.7983193397521973, 1.9383753538131714, 1.9208683967590332, 1.9558824300765991, 1.9383753538131714, 1.6582633256912231, 1.2906162738800049, 0.6603642702102661, 0.7128852605819702, 1.7107843160629272, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.9383753538131714], [1.0805323123931885, -0.057422954589128494, -0.3550419807434082, 0.06512605398893356, 0.415266215801239, -0.057422954589128494, -0.8627450466156006, -0.8802520632743835, -0.6701680421829224, -0.10994396358728409, 0.590336263179779, 0.8704482913017273, 0.9404762983322144, 1.0455182790756226, 0.9754902720451355, -0.28501397371292114, -1.5980392694473267, -1.7731093168258667, -0.8627450466156006, 0.6078432202339172, 1.1155463457107544, 1.4131653308868408, 1.3956583738327026, 1.1505602598190308, 1.0805323123931885, 1.343137264251709, 1.465686321258545, 0.8704482913017273, 0.4852942228317261, 1.0105042457580566, 1.4481793642044067, 1.3081233501434326, 0.9229692816734314, 0.432773232460022, 0.502801239490509, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.5707283020019531, 0.8529412746429443, 1.3256303071975708, 1.2731093168258667, 0.5378152132034302, 0.7303922772407532, 0.4677872359752655, 0.4852942228317261, 0.3802522122859955, 1.2906162738800049, 1.693277359008789, 1.6582633256912231, 1.728291392326355, 1.815826416015625, 1.0280113220214844, 0.6603642702102661, 0.415266215801239, 0.520308256149292, 1.2906162738800049, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991], [1.9033613204956055, 1.0980392694473267, -1.160364031791687, -1.5455182790756226, -1.335434079170227, -0.9327731132507324, -0.4600839912891388, 0.3102242052555084, 0.432773232460022, -0.2499999701976776, -0.4600839912891388, 0.012605053372681141, 0.502801239490509, 0.7303922772407532, 0.3277312219142914, -1.1428570747375488, -1.720588207244873, -1.370448112487793, 0.6953782439231873, 1.3956583738327026, 1.518207311630249, 1.6232492923736572, 1.780812382698059, 1.7983193397521973, 1.3606443405151367, 0.7829132676124573, 0.11764705926179886, -0.5126050114631653, -0.6876749992370605, -0.21498596668243408, 0.432773232460022, 1.2556023597717285, 1.4481793642044067, 0.8704482913017273, 0.5728292465209961, 0.8529412746429443, 0.9579832553863525, 0.8354342579841614, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 2.0084033012390137, 1.5357143878936768, 0.17016807198524475, 0.6078432202339172, 0.8879552483558655, 0.3102242052555084, 0.590336263179779, -0.0049019488506019115, 0.03011205606162548, 0.2577032148838043, 1.0805323123931885, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.3081233501434326, 0.9929972887039185, 0.24019621312618256, 0.520308256149292, 0.45028021931648254, 1.4131653308868408, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991], [1.9383753538131714, 1.9383753538131714, 1.1330533027648926, -0.7226890325546265, -1.580532193183899, -1.457983136177063, -1.335434079170227, -0.8277310132980347, 0.0476190559566021, 0.590336263179779, 0.012605053372681141, -0.9677870869636536, -0.5826330184936523, 0.03011205606162548, -0.3200279772281647, -1.4929972887039185, -1.720588207244873, -0.39005598425865173, 1.2380952835083008, 1.3256303071975708, 1.4131653308868408, 1.4481793642044067, 1.5357143878936768, 1.6232492923736572, 1.7107843160629272, 1.7457983493804932, 1.2030812501907349, 0.13515406847000122, -0.5301120281219482, 0.3627452254295349, 0.6603642702102661, 0.7303922772407532, 1.2380952835083008, 1.7633053064346313, 1.5882353782653809, 1.3606443405151367, 1.3081233501434326, 1.1505602598190308, 0.9579832553863525, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5378152132034302, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.502801239490509, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9208683967590332, 1.9733893871307373, 0.4677872359752655, 0.012605053372681141, -0.07492996007204056, 0.2577032148838043, 0.15266107022762299, 0.520308256149292, -0.03991595283150673, -0.14495795965194702, 0.2577032148838043, 0.8354342579841614, 1.465686321258545, 1.0455182790756226, 1.5707283020019531, 0.7478992342948914, 0.8179272413253784, 0.29271721839904785, 0.45028021931648254, 0.34523820877075195, 1.1855742931365967, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373], [1.1330533027648926, 1.640756368637085, 1.8858543634414673, 1.7457983493804932, 1.1155463457107544, 0.2577032148838043, -0.5126050114631653, -1.4054621458053589, -1.4754900932312012, -0.9327731132507324, -0.5651260018348694, -0.8802520632743835, -0.8452380299568176, -0.3025209903717041, -0.5651260018348694, -1.195378065109253, -1.1253501176834106, 0.45028021931648254, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.483193278312683, 1.518207311630249, 1.6582633256912231, 1.693277359008789, 1.5882353782653809, 0.9579832553863525, -0.09243696182966232, -0.33753499388694763, -0.03991595283150673, 0.17016807198524475, 0.9579832553863525, 1.605742335319519, 1.7107843160629272, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.1330533027648926, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9383753538131714, 1.9208683967590332, 0.3802522122859955, -0.3200279772281647, -0.39005598425865173, -0.23249296844005585, 0.08263305574655533, 0.3277312219142914, -0.057422954589128494, -0.12745095789432526, 0.2226892113685608, 0.5728292465209961, 1.2030812501907349, 0.6778712272644043, 1.465686321258545, 0.4677872359752655, 0.4677872359752655, 0.2577032148838043, 0.03011205606162548, 0.24019621312618256, 0.7654062509536743, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 2.0259103775024414], [0.7829132676124573, 0.9054622650146484, 1.2731093168258667, 1.868347406387329, 1.9558824300765991, 1.868347406387329, 1.430672287940979, 0.3102242052555084, -0.7226890325546265, -0.7577030062675476, -1.160364031791687, -1.2654061317443848, -0.5126050114631653, 0.45028021931648254, 0.415266215801239, -0.23249296844005585, -0.47759100794792175, 0.39775922894477844, 0.9929972887039185, 1.0455182790756226, 1.1505602598190308, 1.2380952835083008, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.1855742931365967, 0.8354342579841614, 0.17016807198524475, -0.4950979948043823, -0.4425770044326782, -0.3025209903717041, -0.09243696182966232, 0.5378152132034302, 1.2731093168258667, 1.6757704019546509, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.0630252361297607, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9558824300765991, 1.3956583738327026, -0.3025209903717041, -0.5301120281219482, -0.5826330184936523, -0.42506998777389526, -0.03991595283150673, 0.24019621312618256, -0.09243696182966232, -0.07492996007204056, 0.2752102017402649, 0.5728292465209961, 1.0630252361297607, 0.7654062509536743, 0.9929972887039185, 0.520308256149292, 0.3102242052555084, -0.022408949211239815, -0.1624649614095688, 0.17016807198524475, 0.6428572535514832, 1.6582633256912231, 2.0084033012390137, 2.0084033012390137, 2.043417453765869], [0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9579832553863525, 1.518207311630249, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 1.3606443405151367, 0.502801239490509, 0.13515406847000122, -0.5301120281219482, -1.195378065109253, -0.6526610255241394, 0.13515406847000122, 0.45028021931648254, 0.20518220961093903, -0.057422954589128494, 0.20518220961093903, 0.6778712272644043, 0.9054622650146484, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.3081233501434326, 1.2380952835083008, 0.5378152132034302, -0.7226890325546265, -1.3529410362243652, -1.0728291273117065, -0.19747896492481232, 0.3277312219142914, 0.2752102017402649, 0.11764705926179886, 0.3277312219142914, 0.6778712272644043, 1.0280113220214844, 1.518207311630249, 1.6582633256912231, 1.430672287940979, 1.3956583738327026, 1.4481793642044067, 1.2030812501907349, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.39775922894477844, 0.3802522122859955, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8508403301239014, 0.39775922894477844, -0.5301120281219482, -0.5476189851760864, -0.47759100794792175, -0.33753499388694763, 0.06512605398893356, 0.20518220961093903, -0.03991595283150673, 0.11764705926179886, 0.432773232460022, 0.5378152132034302, 0.8354342579841614, 0.9054622650146484, 0.6253502368927002, 0.3627452254295349, 0.15266107022762299, -0.12745095789432526, -0.03991595283150673, 0.012605053372681141, 0.6078432202339172, 1.2030812501907349, 1.9908963441848755, 2.043417453765869, 2.043417453765869], [0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.5357143878936768, 1.9208683967590332, 2.0259103775024414, 1.4481793642044067, -0.0049019488506019115, -0.33753499388694763, -0.8802520632743835, -1.160364031791687, -1.0028010606765747, -0.4950979948043823, -0.057422954589128494, -0.2499999701976776, -0.8452380299568176, -0.3550419807434082, 0.24019621312618256, 0.6253502368927002, 0.9229692816734314, 1.0630252361297607, 1.1330533027648926, 0.8704482913017273, -0.7051820158958435, -1.580532193183899, -0.3025209903717041, 1.1680673360824585, 1.605742335319519, 1.640756368637085, 1.4481793642044067, 0.9404762983322144, 0.6778712272644043, 0.7654062509536743, 0.8529412746429443, 0.7128852605819702, 0.3627452254295349, 0.3102242052555084, 0.8354342579841614, 1.2030812501907349, 1.1155463457107544, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.7107843160629272, 1.4481793642044067, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 0.5553222298622131, -0.37254899740219116, -0.6176469922065735, -0.39005598425865173, -0.47759100794792175, -0.09243696182966232, 0.17016807198524475, 0.2226892113685608, 0.17016807198524475, 0.3277312219142914, 0.520308256149292, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.502801239490509, 0.15266107022762299, -0.03991595283150673, -0.1624649614095688, 0.1001400575041771, 0.1001400575041771, 0.34523820877075195, 0.15266107022762299, 2.0259103775024414, 2.0259103775024414, 2.043417453765869], [0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 1.0630252361297607, 1.553221344947815, 1.6232492923736572, 1.2205883264541626, 0.4852942228317261, -0.19747896492481232, -0.14495795965194702, 0.29271721839904785, -0.1624649614095688, -0.7226890325546265, -0.8977590203285217, -1.1253501176834106, -0.7401960492134094, -0.23249296844005585, 0.08263305574655533, 0.502801239490509, 0.7128852605819702, 0.8529412746429443, 0.08263305574655533, -1.3879550695419312, -0.9852941036224365, 1.0280113220214844, 1.465686321258545, 1.553221344947815, 1.6582633256912231, 1.728291392326355, 1.728291392326355, 1.3256303071975708, 0.6428572535514832, 0.17016807198524475, -0.3025209903717041, -0.9852941036224365, -0.09243696182966232, 1.1505602598190308, 1.6232492923736572, 1.5357143878936768, 0.9404762983322144, 0.590336263179779, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.483193278312683, 1.0805323123931885, 1.2731093168258667, 1.2205883264541626, 0.20518220961093903, -0.6176469922065735, -0.4075630009174347, -0.9327731132507324, -0.4075630009174347, -0.28501397371292114, -0.39005598425865173, -0.022408949211239815, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.39775922894477844, 0.5378152132034302, 0.5728292465209961, 0.432773232460022, 0.502801239490509, 0.3627452254295349, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.20518220961093903, 0.18767507374286652, 0.20518220961093903, 0.4677872359752655, 1.1505602598190308, 1.9383753538131714, 2.043417453765869], [0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.9754902720451355, 1.2906162738800049, 1.3606443405151367, 1.0455182790756226, -0.10994396358728409, 0.03011205606162548, 0.5378152132034302, 0.590336263179779, 0.012605053372681141, -0.8452380299568176, -0.7927170395851135, -0.19747896492481232, -0.0049019488506019115, -0.12745095789432526, 0.012605053372681141, 0.17016807198524475, -0.4600839912891388, -1.1078431606292725, 0.06512605398893356, 1.2731093168258667, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.5707283020019531, 1.0980392694473267, 0.18767507374286652, -0.12745095789432526, 1.0980392694473267, 1.5707283020019531, 1.728291392326355, 1.8333333730697632, 1.8858543634414673, 1.605742335319519, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.0805323123931885, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.430672287940979, 0.1001400575041771, -0.8277310132980347, 0.7128852605819702, 0.15266107022762299, -0.3200279772281647, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -0.42506998777389526, -0.21498596668243408, -0.4075630009174347, 0.1001400575041771, 0.13515406847000122, 0.3102242052555084, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 0.3802522122859955, 0.3102242052555084, 0.520308256149292, 0.18767507374286652, 0.03011205606162548, -0.09243696182966232, 0.13515406847000122, 0.2752102017402649, 0.0476190559566021, 0.3277312219142914, 0.590336263179779, 0.9404762983322144, 2.0259103775024414, 2.0959384441375732], [0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 1.1505602598190308, 1.378151297569275, 1.343137264251709, 0.45028021931648254, 0.2226892113685608, 0.34523820877075195, -0.26750698685646057, -0.7927170395851135, -0.5476189851760864, -0.2499999701976776, -0.14495795965194702, -0.2499999701976776, -0.37254899740219116, -0.47759100794792175, -0.5476189851760864, 0.45028021931648254, 1.0630252361297607, 1.1855742931365967, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.465686321258545, 1.518207311630249, 1.6232492923736572, 1.5882353782653809, 1.2030812501907349, 0.2226892113685608, 0.3102242052555084, 1.1855742931365967, 1.483193278312683, 1.640756368637085, 1.815826416015625, 1.9208683967590332, 1.8858543634414673, 1.553221344947815, 1.3606443405151367, 1.518207311630249, 1.2906162738800049, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.5357143878936768, 0.8179272413253784, -0.6876749992370605, -1.0028010606765747, -0.8102240562438965, -0.03991595283150673, -0.6526610255241394, -1.2128850221633911, -1.160364031791687, -0.9677870869636536, -0.19747896492481232, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.13515406847000122, 0.3277312219142914, 0.13515406847000122, 0.24019621312618256, 0.3102242052555084, 0.2577032148838043, 0.29271721839904785, 0.45028021931648254, 0.06512605398893356, -0.14495795965194702, -0.07492996007204056, 0.29271721839904785, 0.1001400575041771, -0.0049019488506019115, 0.3277312219142914, 0.3627452254295349, 0.8004202842712402, 2.0784313678741455, 2.0959384441375732], [1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.9054622650146484, 1.2556023597717285, 1.1680673360824585, 0.7128852605819702, 0.17016807198524475, -0.21498596668243408, -0.0049019488506019115, 0.3627452254295349, 0.06512605398893356, -0.33753499388694763, -0.42506998777389526, -0.4075630009174347, -0.4425770044326782, -0.4425770044326782, 0.11764705926179886, 0.7654062509536743, 0.9054622650146484, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.2906162738800049, 1.378151297569275, 1.430672287940979, 1.0980392694473267, -0.057422954589128494, -1.1253501176834106, -0.6701680421829224, 0.29271721839904785, 0.8529412746429443, 1.1505602598190308, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9558824300765991, 1.8333333730697632, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.2030812501907349, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 1.2906162738800049, -0.6526610255241394, -0.9152660369873047, -0.7051820158958435, -0.7577030062675476, -0.4600839912891388, -1.0028010606765747, -0.6351540088653564, -0.3025209903717041, -0.23249296844005585, 0.06512605398893356, -0.057422954589128494, -0.21498596668243408, -0.14495795965194702, 0.06512605398893356, 0.2226892113685608, 0.06512605398893356, 0.17016807198524475, 0.08263305574655533, 0.11764705926179886, 0.3277312219142914, 0.39775922894477844, 0.13515406847000122, -0.12745095789432526, -0.03991595283150673, 0.18767507374286652, 0.13515406847000122, 0.13515406847000122, 0.29271721839904785, 0.15266107022762299, 0.6253502368927002, 2.043417453765869, 2.0959384441375732], [1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.8354342579841614, 0.9229692816734314, 0.6778712272644043, 0.15266107022762299, -0.5126050114631653, 0.03011205606162548, 0.502801239490509, 0.5378152132034302, -0.1624649614095688, -0.6001400351524353, -0.5476189851760864, -0.3200279772281647, -0.19747896492481232, 0.2577032148838043, 0.520308256149292, 0.7654062509536743, 0.8354342579841614, 0.9229692816734314, 0.9929972887039185, 1.0980392694473267, 1.0455182790756226, 0.2577032148838043, -1.247899055480957, -0.21498596668243408, 1.3956583738327026, 1.640756368637085, 1.483193278312683, 1.0630252361297607, 0.9929972887039185, 1.2556023597717285, 1.6582633256912231, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.5707283020019531, 1.343137264251709, 1.3956583738327026, 1.1505602598190308, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.520308256149292, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.465686321258545, 1.5007003545761108, 1.5707283020019531, 1.5357143878936768, 1.5882353782653809, 1.693277359008789, 1.0805323123931885, 1.2906162738800049, 1.343137264251709, -0.19747896492481232, -1.2303920984268188, -0.8977590203285217, -0.6876749992370605, -0.6001400351524353, -0.5826330184936523, -0.9152660369873047, -0.03991595283150673, 0.2577032148838043, 0.2226892113685608, 0.5378152132034302, 0.415266215801239, 0.432773232460022, -0.14495795965194702, 0.34523820877075195, 0.20518220961093903, 0.1001400575041771, 0.11764705926179886, -0.09243696182966232, 0.08263305574655533, 0.4852942228317261, 0.3102242052555084, 0.3627452254295349, 0.1001400575041771, 0.0476190559566021, 0.15266107022762299, 0.20518220961093903, 0.3102242052555084, 0.34523820877075195, 0.08263305574655533, 0.520308256149292, 2.1309523582458496, 2.1309523582458496], [1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.8179272413253784, 0.24019621312618256, 0.18767507374286652, 0.1001400575041771, 0.1001400575041771, 0.17016807198524475, -0.19747896492481232, -0.4950979948043823, -0.4950979948043823, -0.37254899740219116, -0.21498596668243408, 0.20518220961093903, 0.4852942228317261, 0.6253502368927002, 0.7303922772407532, 0.7829132676124573, 0.7478992342948914, 0.45028021931648254, -0.6351540088653564, -0.7226890325546265, 1.0805323123931885, 1.465686321258545, 1.5357143878936768, 1.640756368637085, 1.7457983493804932, 1.640756368637085, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.3277312219142914, 0.4677872359752655, 1.0630252361297607, 1.1855742931365967, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.465686321258545, 1.343137264251709, 1.2731093168258667, 1.5882353782653809, 1.0630252361297607, -0.6876749992370605, -1.1428570747375488, -0.4950979948043823, -1.335434079170227, -1.2128850221633911, -0.8802520632743835, -0.6351540088653564, -0.6176469922065735, -0.26750698685646057, -0.6701680421829224, 0.11764705926179886, -0.1624649614095688, 0.24019621312618256, 0.432773232460022, 0.20518220961093903, 0.15266107022762299, 0.17016807198524475, 0.5728292465209961, 0.3277312219142914, 0.0476190559566021, 0.06512605398893356, 0.012605053372681141, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.34523820877075195, 0.4677872359752655, 0.3802522122859955, -0.022408949211239815, 0.012605053372681141, 0.20518220961093903, 0.17016807198524475, 0.2752102017402649, 0.39775922894477844, 2.2009804248809814, 2.113445281982422], [1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 1.0805323123931885, 1.2731093168258667, 1.2556023597717285, 1.0455182790756226, 0.7654062509536743, 0.45028021931648254, 0.17016807198524475, -0.14495795965194702, -0.19747896492481232, 0.24019621312618256, 0.24019621312618256, -0.1624649614095688, -0.39005598425865173, -0.33753499388694763, -0.12745095789432526, 0.18767507374286652, 0.502801239490509, 0.6428572535514832, 0.502801239490509, -0.03991595283150673, -0.8277310132980347, -0.0049019488506019115, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.518207311630249, 1.605742335319519, 1.7107843160629272, 1.780812382698059, 1.5882353782653809, 0.5553222298622131, -0.7577030062675476, -1.0553221702575684, -1.0028010606765747, -0.28501397371292114, -0.5126050114631653, -0.8452380299568176, -0.4075630009174347, 1.0630252361297607, 1.2205883264541626, 1.0980392694473267, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5553222298622131, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.7654062509536743, 0.7654062509536743, 0.8354342579841614, 0.6778712272644043, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.6253502368927002, 0.520308256149292, 0.45028021931648254, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.8879552483558655, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3081233501434326, 1.3256303071975708, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 0.7829132676124573, -0.6001400351524353, -0.21498596668243408, -1.335434079170227, -1.1253501176834106, -1.720588207244873, -1.3529410362243652, -1.6505602598190308, -0.7752100229263306, -0.8102240562438965, -0.5476189851760864, -0.39005598425865173, -0.8102240562438965, -0.10994396358728409, 0.3802522122859955, 0.20518220961093903, 0.3277312219142914, -0.0049019488506019115, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.6253502368927002, 0.6603642702102661, -0.057422954589128494, 0.1001400575041771, 0.24019621312618256, 0.2577032148838043, 0.3802522122859955, 0.5728292465209961, 0.6078432202339172, 0.415266215801239, 0.08263305574655533, 0.08263305574655533, 0.0476190559566021, 0.45028021931648254, 0.3627452254295349, 0.6253502368927002, 2.1834733486175537, 2.113445281982422], [1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.8354342579841614, 1.465686321258545, 1.8333333730697632, 1.7457983493804932, 1.6757704019546509, 1.518207311630249, 1.2205883264541626, 0.5728292465209961, 0.3277312219142914, 0.1001400575041771, -0.19747896492481232, -0.022408949211239815, 0.3627452254295349, 0.08263305574655533, -0.4425770044326782, -0.7401960492134094, -0.6176469922065735, -0.17997196316719055, 0.34523820877075195, 0.39775922894477844, -0.0049019488506019115, -0.4425770044326782, 0.590336263179779, 1.1680673360824585, 1.2556023597717285, 1.343137264251709, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6232492923736572, 1.6757704019546509, 1.5882353782653809, 0.39775922894477844, -0.6176469922065735, -0.8802520632743835, -0.9502801299095154, -0.9327731132507324, -0.9327731132507324, -1.0903360843658447, -0.7577030062675476, 0.7829132676124573, 1.3081233501434326, 1.2030812501907349, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9754902720451355, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.590336263179779, 0.5553222298622131, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.2226892113685608, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.502801239490509, 0.4852942228317261, 0.432773232460022, 0.3802522122859955, 0.3802522122859955, 0.2752102017402649, 0.24019621312618256, 0.24019621312618256, 0.1001400575041771, 0.15266107022762299, 0.08263305574655533, 0.3627452254295349, 0.24019621312618256, 0.34523820877075195, 0.6253502368927002, 0.6428572535514832, 0.45028021931648254, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 0.8704482913017273, 0.8179272413253784, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 1.1155463457107544, 0.03011205606162548, -0.7051820158958435, -1.160364031791687, -1.457983136177063, -1.457983136177063, -1.3879550695419312, -1.4404760599136353, -1.2654061317443848, -1.370448112487793, -0.9327731132507324, -0.7752100229263306, -0.7752100229263306, -0.5476189851760864, -0.37254899740219116, 0.20518220961093903, 0.415266215801239, 0.3277312219142914, 0.08263305574655533, 0.03011205606162548, 0.39775922894477844, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.6603642702102661, -0.09243696182966232, 0.11764705926179886, 0.15266107022762299, 0.17016807198524475, 0.24019621312618256, 0.6253502368927002, 0.6253502368927002, 0.415266215801239, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.6428572535514832, 0.17016807198524475, 0.29271721839904785, 2.113445281982422, 2.0959384441375732], [1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 1.0105042457580566, 1.5707283020019531, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.6232492923736572, 1.2556023597717285, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, -0.057422954589128494, -0.17997196316719055, -0.09243696182966232, 0.012605053372681141, -0.3550419807434082, -0.6351540088653564, -0.6701680421829224, -0.14495795965194702, 0.13515406847000122, 0.0476190559566021, 0.24019621312618256, 1.0105042457580566, 1.2030812501907349, 1.1855742931365967, 1.2556023597717285, 1.343137264251709, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.5357143878936768, 1.378151297569275, 0.6078432202339172, -0.6351540088653564, -0.7927170395851135, -0.7401960492134094, -0.6351540088653564, -0.6351540088653564, -0.7577030062675476, -0.9677870869636536, -1.1078431606292725, -0.23249296844005585, 0.432773232460022, 0.3102242052555084, 0.590336263179779, 0.8354342579841614, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.24019621312618256, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.18767507374286652, 0.20518220961093903, 0.2577032148838043, 0.39775922894477844, 0.5728292465209961, 0.3802522122859955, -0.0049019488506019115, -0.12745095789432526, -0.09243696182966232, -0.0049019488506019115, -0.057422954589128494, 0.06512605398893356, 0.06512605398893356, 0.13515406847000122, 0.0476190559566021, 0.15266107022762299, 0.2226892113685608, 0.13515406847000122, 0.3102242052555084, 0.45028021931648254, 0.39775922894477844, 0.7128852605819702, 0.3102242052555084, 0.8704482913017273, 0.4677872359752655, 0.9754902720451355, 0.9579832553863525, 1.0805323123931885, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 0.4852942228317261, 0.11764705926179886, -0.10994396358728409, -0.8277310132980347, -1.247899055480957, -1.5455182790756226, -1.580532193183899, -1.6330533027648926, -1.4754900932312012, -1.3879550695419312, -0.7226890325546265, -0.7752100229263306, -1.0728291273117065, -1.1253501176834106, -0.5126050114631653, 0.012605053372681141, 0.34523820877075195, 0.7128852605819702, 0.5378152132034302, 0.34523820877075195, 0.0476190559566021, -0.07492996007204056, 0.3627452254295349, 0.6078432202339172, 0.6428572535514832, 0.34523820877075195, 0.4677872359752655, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.17016807198524475, 0.15266107022762299, 0.3627452254295349, 0.5378152132034302, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.45028021931648254, 2.113445281982422, 2.113445281982422], [1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.8879552483558655, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7128852605819702, 0.9579832553863525, 1.605742335319519, 1.8508403301239014, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3256303071975708, 0.8879552483558655, 0.7478992342948914, 0.8179272413253784, 0.5378152132034302, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.2752102017402649, 0.29271721839904785, -0.07492996007204056, -0.3025209903717041, -0.3200279772281647, -0.03991595283150673, 0.6778712272644043, 1.0105042457580566, 1.2030812501907349, 1.3081233501434326, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.2030812501907349, 0.590336263179779, -0.7577030062675476, -0.6876749992370605, -0.12745095789432526, -0.47759100794792175, -0.7226890325546265, -0.9502801299095154, -0.9152660369873047, -1.0378150939941406, -1.0378150939941406, -0.8452380299568176, -0.8277310132980347, -0.8452380299568176, -0.7226890325546265, -0.4950979948043823, -0.26750698685646057, 0.06512605398893356, 0.4677872359752655, 0.7829132676124573, 0.9054622650146484, 1.0105042457580566, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.7633053064346313, 1.7983193397521973, 0.8354342579841614, -0.3200279772281647, -0.3025209903717041, 0.08263305574655533, 1.2556023597717285, 1.728291392326355, 1.9208683967590332, 2.0259103775024414, 2.0259103775024414, 2.043417453765869, 2.043417453765869, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 2.165966510772705, 1.605742335319519, -0.8102240562438965, -1.2303920984268188, -0.17997196316719055, 0.8179272413253784, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3606443405151367, 1.1505602598190308, 0.0476190559566021, 0.012605053372681141, 0.29271721839904785, 1.0455182790756226, 0.9754902720451355, 0.8529412746429443, 0.6953782439231873, 0.590336263179779, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.3627452254295349, 0.415266215801239, 0.3102242052555084, 0.15266107022762299, 0.18767507374286652, 0.2577032148838043, 0.17016807198524475, 0.3627452254295349, 0.13515406847000122, 0.012605053372681141, 0.20518220961093903, 0.012605053372681141, -0.09243696182966232, 0.012605053372681141, 0.15266107022762299, -0.10994396358728409, 0.03011205606162548, 0.18767507374286652, 0.3277312219142914, 0.34523820877075195, 0.0476190559566021, 0.590336263179779, 0.4852942228317261, 0.502801239490509, 0.7829132676124573, 1.0455182790756226, 1.2030812501907349, 0.9579832553863525, 0.9404762983322144, 1.0630252361297607, 1.0105042457580566, 0.8529412746429443, 0.012605053372681141, -0.8802520632743835, -1.160364031791687, -1.4754900932312012, -1.5280112028121948, -1.6330533027648926, -1.7030812501907349, -1.6855742931365967, -1.422969102859497, -1.7030812501907349, -0.0049019488506019115, 0.13515406847000122, -0.3550419807434082, -1.2128850221633911, -1.0903360843658447, -0.9327731132507324, 0.39775922894477844, 0.4677872359752655, 0.9229692816734314, 0.520308256149292, 0.11764705926179886, -0.37254899740219116, 0.502801239490509, 0.18767507374286652, 0.5553222298622131, 0.5728292465209961, 0.8354342579841614, 0.2752102017402649, 0.1001400575041771, 0.1001400575041771, -0.03991595283150673, -0.03991595283150673, 0.4677872359752655, 0.39775922894477844, 0.6253502368927002, 0.3627452254295349, 0.18767507374286652, 0.15266107022762299, 0.0476190559566021, 0.432773232460022, 0.502801239490509, 2.0959384441375732, 2.113445281982422], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.9579832553863525, 1.605742335319519, 1.9033613204956055, 1.8858543634414673, 1.7983193397521973, 1.6757704019546509, 1.3606443405151367, 0.8704482913017273, 0.8704482913017273, 1.1330533027648926, 0.9929972887039185, 0.7478992342948914, 0.3627452254295349, 0.012605053372681141, 0.17016807198524475, 0.4852942228317261, 0.3627452254295349, -0.14495795965194702, -0.3025209903717041, -0.21498596668243408, -0.4075630009174347, -0.42506998777389526, 0.0476190559566021, 0.5378152132034302, 0.8879552483558655, 1.1680673360824585, 1.2205883264541626, 0.5728292465209961, -0.4425770044326782, -0.1624649614095688, -0.7752100229263306, -0.8277310132980347, -0.7752100229263306, -0.7401960492134094, -0.23249296844005585, -0.33753499388694763, -0.28501397371292114, -0.42506998777389526, 0.415266215801239, 1.2906162738800049, 1.605742335319519, 1.7107843160629272, 1.9383753538131714, 2.0959384441375732, 1.640756368637085, 0.9754902720451355, 1.5707283020019531, 1.9733893871307373, 2.113445281982422, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.2009804248809814, 2.218487501144409, 2.0784313678741455, 0.7303922772407532, -1.3004200458526611, -1.5455182790756226, -0.37254899740219116, 1.6232492923736572, 1.9558824300765991, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.1834733486175537, 2.235994577407837, 2.3060226440429688, 2.288515567779541, 1.430672287940979, -0.6001400351524353, -0.2499999701976776, 0.6253502368927002, 1.0105042457580566, 0.8704482913017273, 0.7128852605819702, 0.4852942228317261, -0.28501397371292114, -1.0028010606765747, -1.370448112487793, -1.5630252361297607, -1.4054621458053589, 1.5007003545761108, 1.9908963441848755, 2.0959384441375732, 2.0959384441375732, 2.0609242916107178, 1.9383753538131714, 1.6757704019546509, 1.2205883264541626, 0.7654062509536743, 0.502801239490509, 0.520308256149292, 0.4852942228317261, 0.4677872359752655, 0.432773232460022, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.7303922772407532, 0.6428572535514832, 0.7829132676124573, 0.7128852605819702, 0.8004202842712402, 0.8704482913017273, 0.8004202842712402, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.590336263179779, 0.5728292465209961, 0.0476190559566021, -0.19747896492481232, -0.2499999701976776, -0.14495795965194702, 0.0476190559566021, -0.19747896492481232, -0.1624649614095688, 0.08263305574655533, -0.07492996007204056, -0.07492996007204056, 0.08263305574655533, -0.1624649614095688, -0.03991595283150673, 0.08263305574655533, -0.03991595283150673, 0.15266107022762299, 0.15266107022762299, 0.17016807198524475, 0.08263305574655533, 0.3802522122859955, 0.432773232460022, 0.7829132676124573, 0.415266215801239, 1.0805323123931885, 0.9404762983322144, 0.5728292465209961, 1.1505602598190308, 1.0980392694473267, 1.1855742931365967, 0.9929972887039185, 1.0805323123931885, 0.6953782439231873, -0.6701680421829224, -1.3004200458526611, -1.6330533027648926, -1.7030812501907349, -1.5105042457580566, -1.5455182790756226, -1.7030812501907349, -1.755602240562439, -1.3529410362243652, -1.3879550695419312, 0.3277312219142914, 0.6253502368927002, 0.20518220961093903, -0.4950979948043823, -1.0203081369400024, -0.7927170395851135, 0.8354342579841614, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.520308256149292, 0.2226892113685608, 0.03011205606162548, 0.29271721839904785, 0.6603642702102661, 0.5553222298622131, 0.8529412746429443, 0.5378152132034302, 0.34523820877075195, 0.5553222298622131, 0.2226892113685608, 0.11764705926179886, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.432773232460022, 0.13515406847000122, 0.15266107022762299, -0.03991595283150673, 0.6078432202339172, 0.15266107022762299, 2.1309523582458496, 2.1309523582458496], [1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.9054622650146484, 1.5707283020019531, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.7633053064346313, 1.4131653308868408, 1.0805323123931885, 1.0630252361297607, 1.343137264251709, 1.343137264251709, 0.9404762983322144, 0.590336263179779, 0.34523820877075195, 0.03011205606162548, 0.3102242052555084, 0.3627452254295349, 0.15266107022762299, 0.0476190559566021, -0.03991595283150673, -0.2499999701976776, -0.23249296844005585, -0.21498596668243408, -0.1624649614095688, -0.0049019488506019115, -0.26750698685646057, -0.9152660369873047, -1.195378065109253, -0.28501397371292114, -0.26750698685646057, -0.47759100794792175, -0.5301120281219482, -0.6176469922065735, -0.4600839912891388, -0.12745095789432526, -0.12745095789432526, -0.3200279772281647, 1.2731093168258667, 2.1834733486175537, 2.1309523582458496, 2.0784313678741455, 2.113445281982422, 1.8858543634414673, 1.7457983493804932, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.165966510772705, 2.165966510772705, 2.1309523582458496, 2.218487501144409, 2.1834733486175537, 1.9908963441848755, -0.07492996007204056, -1.422969102859497, -1.6155462265014648, -1.580532193183899, -0.42506998777389526, 1.7633053064346313, 1.8508403301239014, 1.9733893871307373, 1.9558824300765991, 1.9033613204956055, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 2.0084033012390137, 1.5882353782653809, -1.3179271221160889, -1.7030812501907349, -1.755602240562439, -1.370448112487793, -0.5651260018348694, -0.42506998777389526, -0.1624649614095688, -0.19747896492481232, -0.4075630009174347, -1.2654061317443848, -1.6155462265014648, -1.7030812501907349, -1.5980392694473267, -0.4425770044326782, 0.9404762983322144, 1.6757704019546509, 2.0084033012390137, 1.9558824300765991, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 1.8333333730697632, 1.3606443405151367, 0.590336263179779, 0.4677872359752655, 0.502801239490509, 0.590336263179779, 0.45028021931648254, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.45028021931648254, 0.520308256149292, 0.520308256149292, 0.6078432202339172, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6603642702102661, 0.590336263179779, 0.4852942228317261, 0.3802522122859955, 0.3627452254295349, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.0476190559566021, 0.08263305574655533, 0.34523820877075195, 0.2752102017402649, 0.415266215801239, 0.24019621312618256, 0.39775922894477844, 0.3102242052555084, 0.2226892113685608, 0.29271721839904785, 0.1001400575041771, 0.29271721839904785, 0.39775922894477844, 0.24019621312618256, 0.06512605398893356, 0.08263305574655533, -0.057422954589128494, -0.1624649614095688, -0.14495795965194702, -0.19747896492481232, -0.07492996007204056, -0.1624649614095688, 0.03011205606162548, -0.09243696182966232, -0.09243696182966232, -0.022408949211239815, -0.23249296844005585, -0.07492996007204056, 0.08263305574655533, -0.19747896492481232, 0.2752102017402649, 0.24019621312618256, 0.3102242052555084, 0.34523820877075195, 0.432773232460022, 0.5728292465209961, 0.6603642702102661, 0.8004202842712402, 1.1855742931365967, 0.8004202842712402, 0.7303922772407532, 1.2205883264541626, 0.8354342579841614, 1.1330533027648926, 1.1155463457107544, 0.7478992342948914, 0.5378152132034302, -0.7051820158958435, -1.5105042457580566, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.0903360843658447, -1.7906162738800049, -1.720588207244873, -0.9852941036224365, 0.39775922894477844, 0.5553222298622131, 0.5378152132034302, 0.29271721839904785, -0.7401960492134094, -0.9327731132507324, 0.6253502368927002, 1.0455182790756226, 0.8529412746429443, 0.7128852605819702, 0.6428572535514832, 0.8704482913017273, 0.1001400575041771, 0.3102242052555084, 0.6253502368927002, 0.45028021931648254, 0.5553222298622131, 0.7128852605819702, 0.34523820877075195, 0.7478992342948914, 0.432773232460022, 0.17016807198524475, 0.4677872359752655, 0.5378152132034302, 0.415266215801239, 0.3277312219142914, -0.0049019488506019115, 0.012605053372681141, 0.012605053372681141, 0.7303922772407532, 0.08263305574655533, 2.1484594345092773, 2.1484594345092773], [1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.7983193397521973, 1.5357143878936768, 1.2380952835083008, 1.1330533027648926, 1.465686321258545, 1.5357143878936768, 1.2906162738800049, 0.8004202842712402, 0.6603642702102661, 0.3277312219142914, 0.13515406847000122, 0.3277312219142914, 0.502801239490509, 0.15266107022762299, -0.0049019488506019115, 0.3802522122859955, 0.5378152132034302, 0.5553222298622131, 0.3627452254295349, 0.06512605398893356, -0.6876749992370605, -1.247899055480957, -0.8802520632743835, -0.7927170395851135, -0.9502801299095154, -0.9502801299095154, -0.7927170395851135, -0.9677870869636536, -1.1778711080551147, -0.8277310132980347, -0.6351540088653564, -0.6526610255241394, 1.8333333730697632, 2.0084033012390137, 2.0259103775024414, 2.0609242916107178, 2.0609242916107178, 2.113445281982422, 2.1834733486175537, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.0609242916107178, 2.113445281982422, 2.1484594345092773, 2.043417453765869, -0.28501397371292114, -1.160364031791687, -1.6155462265014648, -1.7380952835083008, -1.755602240562439, -1.7906162738800049, -1.4929972887039185, -0.47759100794792175, 0.7303922772407532, 1.3081233501434326, 1.6232492923736572, 1.868347406387329, 1.8333333730697632, 1.9733893871307373, 1.9383753538131714, 0.7128852605819702, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.6155462265014648, -1.5280112028121948, -1.3879550695419312, -1.2303920984268188, -1.2128850221633911, -1.3179271221160889, -1.580532193183899, -1.6155462265014648, -1.5630252361297607, -1.195378065109253, -0.21498596668243408, -0.14495795965194702, 0.3277312219142914, 1.5007003545761108, 1.815826416015625, 0.7478992342948914, -0.8802520632743835, -0.4950979948043823, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6078432202339172, 0.6428572535514832, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.3802522122859955, 0.39775922894477844, 0.4677872359752655, 0.4677872359752655, 0.13515406847000122, 0.11764705926179886, 0.1001400575041771, 0.08263305574655533, 0.08263305574655533, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.29271721839904785, 0.15266107022762299, 0.1001400575041771, 0.29271721839904785, 0.432773232460022, 0.45028021931648254, 0.18767507374286652, -0.0049019488506019115, 0.03011205606162548, 0.06512605398893356, 0.08263305574655533, 0.29271721839904785, 0.03011205606162548, -0.057422954589128494, -0.03991595283150673, -0.057422954589128494, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.03991595283150673, -0.17997196316719055, -0.17997196316719055, -0.12745095789432526, -0.14495795965194702, -0.14495795965194702, -0.26750698685646057, -0.19747896492481232, 0.20518220961093903, 0.012605053372681141, 0.1001400575041771, 0.17016807198524475, 0.4677872359752655, 0.432773232460022, 0.4852942228317261, 0.29271721839904785, 0.5728292465209961, 0.4677872359752655, 0.6078432202339172, 1.1155463457107544, 1.0280113220214844, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.3081233501434326, 0.5553222298622131, 0.20518220961093903, -0.8977590203285217, -1.4754900932312012, -1.7030812501907349, -1.7380952835083008, -1.8256303071975708, -1.7030812501907349, -1.668067216873169, -1.843137264251709, -1.668067216873169, -1.4404760599136353, -0.1624649614095688, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, -0.6701680421829224, -0.5826330184936523, 0.17016807198524475, 0.6078432202339172, 0.5728292465209961, 0.8179272413253784, 0.9229692816734314, 0.8179272413253784, 0.15266107022762299, 0.6078432202339172, 0.4852942228317261, 0.4677872359752655, 0.2752102017402649, 0.5728292465209961, 0.520308256149292, 0.7303922772407532, 0.4677872359752655, 0.3802522122859955, 0.4677872359752655, 0.415266215801239, 0.4852942228317261, 0.5553222298622131, 0.1001400575041771, -0.022408949211239815, -0.022408949211239815, 0.9404762983322144, 0.2577032148838043, 2.113445281982422, 2.1484594345092773], [1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.7829132676124573, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.343137264251709, 1.8333333730697632, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.6757704019546509, 1.343137264251709, 1.2906162738800049, 1.6757704019546509, 1.6232492923736572, 1.553221344947815, 1.1505602598190308, 0.6603642702102661, 0.520308256149292, 0.24019621312618256, 0.24019621312618256, 0.520308256149292, 0.415266215801239, 0.29271721839904785, 0.5378152132034302, 0.6953782439231873, 0.590336263179779, 0.24019621312618256, -0.47759100794792175, -1.0378150939941406, -0.7752100229263306, -0.7051820158958435, -0.8277310132980347, -0.9852941036224365, -1.1428570747375488, -1.2654061317443848, -1.422969102859497, -1.5980392694473267, -1.6330533027648926, -1.457983136177063, -1.1778711080551147, -0.7051820158958435, 0.5378152132034302, 0.9404762983322144, 0.9579832553863525, 1.553221344947815, 2.0084033012390137, 2.113445281982422, 1.9908963441848755, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.3956583738327026, -1.6505602598190308, -1.6855742931365967, -1.668067216873169, -1.668067216873169, -1.7030812501907349, -1.720588207244873, -1.720588207244873, -1.7030812501907349, -1.7030812501907349, -1.6330533027648926, -1.7731093168258667, -1.4929972887039185, -1.580532193183899, -1.720588207244873, -1.720588207244873, -1.6505602598190308, -1.808123230934143, -1.878151297569275, -1.878151297569275, -1.9131653308868408, -1.8256303071975708, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.8606442213058472, -1.7906162738800049, -1.7731093168258667, -1.7906162738800049, -1.8256303071975708, -1.808123230934143, -1.6155462265014648, -1.4404760599136353, -1.1778711080551147, -0.6876749992370605, 0.3627452254295349, -0.2499999701976776, -0.14495795965194702, 0.1001400575041771, 0.24019621312618256, 0.6603642702102661, 0.8879552483558655, 1.1330533027648926, 1.0105042457580566, 0.5553222298622131, 0.34523820877075195, 0.2752102017402649, 0.3102242052555084, 0.13515406847000122, -0.12745095789432526, 0.08263305574655533, 0.20518220961093903, 0.17016807198524475, 0.08263305574655533, 0.15266107022762299, 0.17016807198524475, 0.2226892113685608, 0.2752102017402649, 0.3277312219142914, 0.2752102017402649, 0.3277312219142914, 0.18767507374286652, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.2226892113685608, 0.3102242052555084, 0.3102242052555084, 0.15266107022762299, 0.08263305574655533, 0.08263305574655533, 0.012605053372681141, -0.03991595283150673, 0.0476190559566021, -0.0049019488506019115, -0.10994396358728409, -0.1624649614095688, -0.3200279772281647, -0.10994396358728409, -0.17997196316719055, -0.17997196316719055, -0.4425770044326782, -0.3200279772281647, -0.37254899740219116, -0.17997196316719055, -0.19747896492481232, -0.21498596668243408, -0.10994396358728409, -0.12745095789432526, -0.057422954589128494, -0.0049019488506019115, 0.11764705926179886, -0.14495795965194702, 0.11764705926179886, -0.12745095789432526, 0.20518220961093903, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6428572535514832, 0.7829132676124573, 0.7829132676124573, 1.0455182790756226, 0.7829132676124573, 1.1680673360824585, 0.8004202842712402, 1.3256303071975708, 1.1855742931365967, 1.0105042457580566, 1.0980392694473267, 0.012605053372681141, -1.5105042457580566, -1.6155462265014648, -1.668067216873169, -1.668067216873169, -1.8606442213058472, -1.843137264251709, -1.7380952835083008, -1.843137264251709, -1.8256303071975708, -1.4929972887039185, -0.47759100794792175, -0.022408949211239815, 0.415266215801239, 0.3627452254295349, 0.0476190559566021, -0.5301120281219482, -0.17997196316719055, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.7654062509536743, 0.3102242052555084, 0.06512605398893356, 0.3627452254295349, 0.3627452254295349, 0.0476190559566021, 0.502801239490509, 0.4677872359752655, 0.6428572535514832, 0.520308256149292, 0.4677872359752655, 0.415266215801239, 0.3802522122859955, 0.5378152132034302, 0.9054622650146484, 0.24019621312618256, 0.06512605398893356, 0.2577032148838043, 0.8529412746429443, 0.2752102017402649, 2.1484594345092773, 2.113445281982422], [1.465686321258545, 1.430672287940979, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 1.0280113220214844, 1.693277359008789, 1.9383753538131714, 1.9383753538131714, 1.9033613204956055, 1.7457983493804932, 1.5882353782653809, 1.5357143878936768, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.605742335319519, 0.9929972887039185, 0.39775922894477844, 0.432773232460022, 0.6428572535514832, 0.415266215801239, 0.45028021931648254, 0.29271721839904785, -0.23249296844005585, -0.6001400351524353, -0.9852941036224365, -1.195378065109253, -1.457983136177063, -1.5630252361297607, -1.6330533027648926, -1.668067216873169, -1.6155462265014648, -1.5630252361297607, -1.6155462265014648, -1.720588207244873, -1.878151297569275, -1.878151297569275, -1.6855742931365967, -1.457983136177063, -1.422969102859497, -1.5455182790756226, -1.720588207244873, -1.7030812501907349, -1.7731093168258667, 0.3802522122859955, 0.6953782439231873, -1.6505602598190308, -1.7030812501907349, -1.195378065109253, -0.7577030062675476, -1.2303920984268188, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.8606442213058472, -1.843137264251709, -1.8256303071975708, -1.895658254623413, -1.9131653308868408, -1.878151297569275, -1.808123230934143, -1.6505602598190308, -1.5980392694473267, -1.5630252361297607, -1.4929972887039185, -1.5105042457580566, -1.6505602598190308, -1.983193278312683, -1.8256303071975708, -0.8277310132980347, -0.17997196316719055, 0.39775922894477844, 0.7829132676124573, 0.4852942228317261, -0.21498596668243408, -1.1253501176834106, -1.247899055480957, -0.6701680421829224, -1.0378150939941406, -1.5105042457580566, -1.7380952835083008, -1.878151297569275, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.720588207244873, -1.5980392694473267, -0.6876749992370605, 0.17016807198524475, 0.39775922894477844, 0.415266215801239, 0.7478992342948914, 0.29271721839904785, 0.20518220961093903, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.20518220961093903, 0.2226892113685608, 0.2752102017402649, 0.432773232460022, 0.432773232460022, 0.3277312219142914, 0.3277312219142914, 0.4677872359752655, 0.20518220961093903, 0.11764705926179886, 0.06512605398893356, 0.06512605398893356, -0.12745095789432526, -0.057422954589128494, 0.08263305574655533, 0.012605053372681141, 0.0476190559566021, 0.18767507374286652, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.1624649614095688, 0.0476190559566021, 0.03011205606162548, -0.07492996007204056, 0.11764705926179886, 0.03011205606162548, -0.07492996007204056, -0.03991595283150673, -0.09243696182966232, -0.19747896492481232, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, -0.3025209903717041, -0.3550419807434082, -0.28501397371292114, -0.26750698685646057, -0.23249296844005585, -0.21498596668243408, -0.21498596668243408, -0.09243696182966232, -0.022408949211239815, -0.28501397371292114, 0.0476190559566021, 0.11764705926179886, -0.022408949211239815, -0.09243696182966232, 0.17016807198524475, 0.502801239490509, 0.5728292465209961, 0.415266215801239, 0.8704482913017273, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.8704482913017273, 0.6078432202339172, 1.1855742931365967, 1.0980392694473267, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.0455182790756226, -0.1624649614095688, -1.5280112028121948, -1.668067216873169, -1.7906162738800049, -1.7030812501907349, -1.755602240562439, -1.7906162738800049, -1.7906162738800049, -1.843137264251709, -1.8256303071975708, -1.9481792449951172, -0.9152660369873047, -0.4425770044326782, 0.520308256149292, 0.6253502368927002, -0.10994396358728409, -0.17997196316719055, 0.08263305574655533, 0.45028021931648254, 0.6428572535514832, 0.6078432202339172, 0.7303922772407532, 0.5728292465209961, 0.39775922894477844, 0.17016807198524475, 0.415266215801239, 0.415266215801239, -0.0049019488506019115, 0.17016807198524475, 0.590336263179779, 0.4677872359752655, 0.6603642702102661, 0.6078432202339172, 0.5378152132034302, 0.08263305574655533, 0.5553222298622131, 0.6953782439231873, 0.2226892113685608, -0.03991595283150673, 0.432773232460022, 0.3277312219142914, 0.415266215801239, 2.1834733486175537, 2.113445281982422], [1.465686321258545, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.8179272413253784, 1.5007003545761108, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.728291392326355, 1.6232492923736572, 1.430672287940979, 0.6953782439231873, 0.6603642702102661, 0.8004202842712402, 0.08263305574655533, -0.8452380299568176, -1.3879550695419312, -1.422969102859497, -1.422969102859497, -1.3879550695419312, -1.4054621458053589, -1.4754900932312012, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.930672287940979, -1.965686321258545, -2.0007002353668213, -1.983193278312683, -1.965686321258545, -1.5980392694473267, -1.0028010606765747, -0.9502801299095154, -1.1078431606292725, -1.247899055480957, -1.457983136177063, -1.4929972887039185, -1.580532193183899, -1.7380952835083008, -1.8256303071975708, -1.8256303071975708, -1.6330533027648926, -1.580532193183899, -1.755602240562439, -1.895658254623413, -1.7731093168258667, -1.335434079170227, -1.0553221702575684, -0.9502801299095154, -1.370448112487793, -1.755602240562439, -1.0378150939941406, 0.8354342579841614, 1.4481793642044067, 1.780812382698059, 1.8508403301239014, 1.868347406387329, 1.7633053064346313, 1.0455182790756226, 0.3277312219142914, 0.6953782439231873, 1.518207311630249, 1.3081233501434326, 1.0630252361297607, 0.45028021931648254, -0.8277310132980347, -1.335434079170227, 1.728291392326355, 2.0259103775024414, 2.113445281982422, 2.1309523582458496, 2.165966510772705, 2.0609242916107178, 1.7633053064346313, 1.1680673360824585, 0.18767507374286652, -0.8802520632743835, -1.0378150939941406, -0.33753499388694763, -0.057422954589128494, 0.18767507374286652, 0.06512605398893356, 0.08263305574655533, 0.15266107022762299, 0.13515406847000122, 0.45028021931648254, 0.5378152132034302, 0.45028021931648254, 0.3102242052555084, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2752102017402649, 0.2226892113685608, 0.11764705926179886, 0.3102242052555084, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.11764705926179886, 0.06512605398893356, 0.03011205606162548, 0.15266107022762299, 0.06512605398893356, -0.057422954589128494, -0.057422954589128494, 0.20518220961093903, 0.3277312219142914, 0.3802522122859955, 0.2226892113685608, 0.1001400575041771, 0.0476190559566021, -0.03991595283150673, 0.06512605398893356, 0.0476190559566021, 0.03011205606162548, 0.012605053372681141, 0.0476190559566021, -0.022408949211239815, -0.17997196316719055, -0.3200279772281647, -0.14495795965194702, -0.1624649614095688, -0.17997196316719055, -0.26750698685646057, -0.5301120281219482, -0.33753499388694763, -0.2499999701976776, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.057422954589128494, -0.17997196316719055, -0.5826330184936523, 0.0476190559566021, 0.34523820877075195, 0.2577032148838043, 0.34523820877075195, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.4852942228317261, 0.9054622650146484, 0.7478992342948914, 0.8529412746429443, 1.2380952835083008, 1.1505602598190308, 1.0630252361297607, 1.2380952835083008, 1.3081233501434326, 1.1155463457107544, 1.1855742931365967, 1.1680673360824585, 0.9054622650146484, 0.11764705926179886, -1.6505602598190308, -1.7906162738800049, -1.7380952835083008, -1.6855742931365967, -1.7030812501907349, -1.7906162738800049, -1.808123230934143, -1.7731093168258667, -1.580532193183899, -0.9852941036224365, -1.6855742931365967, -0.7927170395851135, 0.4852942228317261, 0.3277312219142914, 0.20518220961093903, 0.2577032148838043, -0.7226890325546265, -0.17997196316719055, 0.34523820877075195, 0.5378152132034302, 0.520308256149292, 0.6778712272644043, 0.6078432202339172, 0.432773232460022, 0.6953782439231873, 0.502801239490509, 0.502801239490509, 0.415266215801239, 0.502801239490509, 0.29271721839904785, 0.8354342579841614, 0.6953782439231873, 0.3802522122859955, 0.3277312219142914, 0.5728292465209961, 0.415266215801239, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, -0.03991595283150673, 0.6603642702102661, 2.1834733486175537, 2.0784313678741455], [1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.2030812501907349, 1.7633053064346313, 1.9208683967590332, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055, 1.815826416015625, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7457983493804932, 1.728291392326355, 1.3956583738327026, -0.1624649614095688, -0.8452380299568176, -1.247899055480957, -1.335434079170227, -1.3179271221160889, -1.2128850221633911, -1.3004200458526611, -1.4754900932312012, -1.580532193183899, -1.5630252361297607, -1.580532193183899, -1.5980392694473267, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.6155462265014648, -1.1078431606292725, -0.12745095789432526, 0.1001400575041771, 0.03011205606162548, -0.5476189851760864, -1.0203081369400024, -1.457983136177063, -1.7731093168258667, -1.808123230934143, -1.2654061317443848, -0.7401960492134094, -0.6351540088653564, -1.0378150939941406, -1.6330533027648926, -1.8256303071975708, -0.09243696182966232, 1.4481793642044067, 1.7457983493804932, 1.9033613204956055, 1.9033613204956055, 2.0609242916107178, 1.728291392326355, 0.6953782439231873, -0.6701680421829224, 0.6603642702102661, 1.0630252361297607, 0.34523820877075195, -0.8277310132980347, -1.4054621458053589, 1.4481793642044067, 2.0784313678741455, 2.0609242916107178, 2.0959384441375732, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.2205883264541626, -1.0553221702575684, 0.7303922772407532, 1.2380952835083008, 1.9908963441848755, 2.0084033012390137, 1.2731093168258667, 0.15266107022762299, 1.1505602598190308, 1.430672287940979, -0.2499999701976776, -0.26750698685646057, 0.2577032148838043, 0.1001400575041771, -0.3025209903717041, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.2226892113685608, 0.15266107022762299, 0.20518220961093903, 0.34523820877075195, 0.39775922894477844, 0.4852942228317261, 0.3102242052555084, 0.18767507374286652, 0.11764705926179886, -0.03991595283150673, -0.022408949211239815, 0.13515406847000122, 0.2577032148838043, 0.13515406847000122, 0.3102242052555084, -0.12745095789432526, -0.03991595283150673, -0.0049019488506019115, 0.15266107022762299, -0.022408949211239815, -0.07492996007204056, -0.07492996007204056, -0.2499999701976776, 0.06512605398893356, 0.11764705926179886, 0.3102242052555084, 0.3102242052555084, 0.24019621312618256, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.012605053372681141, -0.21498596668243408, 0.1001400575041771, -0.022408949211239815, -0.1624649614095688, -0.17997196316719055, -0.28501397371292114, -0.17997196316719055, -0.26750698685646057, -0.42506998777389526, -0.37254899740219116, -0.2499999701976776, -0.057422954589128494, -0.0049019488506019115, -0.19747896492481232, 0.012605053372681141, -0.07492996007204056, -0.1624649614095688, -0.37254899740219116, 0.03011205606162548, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, 0.2752102017402649, 0.29271721839904785, 0.590336263179779, 0.6078432202339172, 1.1155463457107544, 1.0105042457580566, 0.9054622650146484, 1.2731093168258667, 1.0105042457580566, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.1680673360824585, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 0.5728292465209961, -0.4950979948043823, -1.3529410362243652, -1.7030812501907349, -1.808123230934143, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.5105042457580566, -0.5476189851760864, -1.195378065109253, 0.29271721839904785, 0.4852942228317261, -0.28501397371292114, 0.7829132676124573, 0.415266215801239, 0.6253502368927002, 0.6078432202339172, 0.8004202842712402, 0.7829132676124573, 0.34523820877075195, 0.20518220961093903, 0.2752102017402649, 0.7128852605819702, 0.9754902720451355, 0.7128852605819702, 0.6078432202339172, 0.15266107022762299, 0.415266215801239, 0.6428572535514832, 0.6778712272644043, 0.11764705926179886, 0.432773232460022, 0.8004202842712402, 0.20518220961093903, 0.4852942228317261, 0.6428572535514832, 0.2577032148838043, 0.11764705926179886, 0.9054622650146484, 2.0784313678741455, 2.0784313678741455], [1.518207311630249, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 0.9579832553863525, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 1.0105042457580566, 1.6232492923736572, 1.815826416015625, 1.868347406387329, 1.9208683967590332, 1.9383753538131714, 1.8508403301239014, 1.7633053064346313, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.483193278312683, -0.8277310132980347, -0.9677870869636536, -1.1253501176834106, -1.2128850221633911, -1.195378065109253, -1.0728291273117065, -1.0378150939941406, -1.0903360843658447, -1.370448112487793, -1.5105042457580566, -1.5105042457580566, -1.5105042457580566, -1.5980392694473267, -1.5980392694473267, -1.247899055480957, 0.3102242052555084, 1.3081233501434326, 1.430672287940979, 1.5357143878936768, 1.518207311630249, 1.1680673360824585, 1.1680673360824585, 0.520308256149292, -0.8627450466156006, -0.8802520632743835, -0.8627450466156006, -1.2303920984268188, -1.6155462265014648, -1.6855742931365967, -1.3529410362243652, -0.8627450466156006, 1.0630252361297607, 1.3956583738327026, 1.6232492923736572, 1.6757704019546509, 1.3256303071975708, -0.10994396358728409, -1.5105042457580566, 0.39775922894477844, 1.9033613204956055, 2.043417453765869, 1.9908963441848755, 2.0609242916107178, 2.0609242916107178, 2.043417453765869, 1.6757704019546509, 0.06512605398893356, 0.34523820877075195, 1.1330533027648926, 1.1505602598190308, -0.19747896492481232, -0.8102240562438965, 1.553221344947815, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.780812382698059, 0.18767507374286652, -1.720588207244873, 0.5378152132034302, 1.6757704019546509, 1.6582633256912231, 1.3606443405151367, 0.39775922894477844, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.24019621312618256, 0.06512605398893356, 0.012605053372681141, 0.1001400575041771, 0.24019621312618256, 0.1001400575041771, 0.06512605398893356, -0.022408949211239815, 0.012605053372681141, -0.057422954589128494, -0.057422954589128494, -0.022408949211239815, -0.0049019488506019115, -0.0049019488506019115, -0.03991595283150673, -0.0049019488506019115, 0.17016807198524475, -0.14495795965194702, -0.022408949211239815, -0.0049019488506019115, -0.07492996007204056, 0.1001400575041771, 0.08263305574655533, -0.022408949211239815, -0.03991595283150673, -0.057422954589128494, -0.23249296844005585, -0.022408949211239815, 0.18767507374286652, 0.13515406847000122, 0.2226892113685608, 0.3102242052555084, 0.11764705926179886, 0.0476190559566021, 0.13515406847000122, -0.0049019488506019115, -0.10994396358728409, -0.12745095789432526, -0.19747896492481232, -0.19747896492481232, -0.1624649614095688, -0.3025209903717041, -0.14495795965194702, -0.28501397371292114, -0.5301120281219482, -0.2499999701976776, -0.19747896492481232, -0.26750698685646057, -0.022408949211239815, 0.012605053372681141, -0.07492996007204056, 0.0476190559566021, 0.0476190559566021, 0.11764705926179886, 0.11764705926179886, 0.3627452254295349, 0.5378152132034302, 0.6953782439231873, 0.8354342579841614, 0.8704482913017273, 0.9929972887039185, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2731093168258667, 1.2380952835083008, 1.2906162738800049, 1.4131653308868408, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, 0.6428572535514832, -1.0903360843658447, -1.668067216873169, -1.7731093168258667, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.580532193183899, -1.7030812501907349, -1.1253501176834106, -0.8627450466156006, -1.1078431606292725, 0.08263305574655533, 0.6953782439231873, 0.4677872359752655, 0.6953782439231873, -0.28501397371292114, -0.10994396358728409, 0.6428572535514832, 0.4852942228317261, 0.18767507374286652, 0.1001400575041771, 0.4852942228317261, 0.590336263179779, 0.8704482913017273, 0.8354342579841614, 0.3627452254295349, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.6428572535514832, 0.6078432202339172, 0.5378152132034302, 0.432773232460022, 0.4852942228317261, 0.6428572535514832, 0.8704482913017273, 0.29271721839904785, 0.3802522122859955, 0.8179272413253784, 2.1484594345092773, 2.0959384441375732], [1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0630252361297607, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8179272413253784, 0.7478992342948914, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 1.0105042457580566, 0.8704482913017273, 0.6428572535514832, 0.7128852605819702, 1.378151297569275, 1.8508403301239014, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.3956583738327026, -1.1253501176834106, -1.0028010606765747, -0.8802520632743835, -1.0378150939941406, -1.0903360843658447, -1.1428570747375488, -0.9677870869636536, -0.6876749992370605, -0.4075630009174347, -0.6526610255241394, -1.2303920984268188, -1.6155462265014648, -1.755602240562439, -0.1624649614095688, 1.605742335319519, 1.8333333730697632, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 2.0259103775024414, 1.4131653308868408, -0.5301120281219482, -1.160364031791687, -0.4075630009174347, -1.0903360843658447, -1.8606442213058472, -1.895658254623413, -1.4929972887039185, 0.2577032148838043, 0.8529412746429443, 0.9229692816734314, 0.13515406847000122, -1.370448112487793, -1.3879550695419312, -0.4600839912891388, -0.47759100794792175, -1.0028010606765747, -1.2654061317443848, 0.7829132676124573, 1.605742335319519, 1.7983193397521973, 1.9208683967590332, 2.043417453765869, 2.0609242916107178, 1.3956583738327026, -0.7577030062675476, 1.3081233501434326, 1.9733893871307373, 2.0609242916107178, 1.9908963441848755, 1.2205883264541626, -0.42506998777389526, 1.1155463457107544, 1.4131653308868408, 1.8858543634414673, 1.9733893871307373, 1.868347406387329, 0.3102242052555084, -1.2654061317443848, -0.03991595283150673, -0.23249296844005585, 1.0980392694473267, 1.1680673360824585, 0.4677872359752655, 0.39775922894477844, 0.39775922894477844, 0.4852942228317261, 0.4677872359752655, 0.3627452254295349, 0.15266107022762299, 0.08263305574655533, 0.06512605398893356, 0.03011205606162548, 0.06512605398893356, 0.03011205606162548, -0.14495795965194702, -0.0049019488506019115, -0.10994396358728409, 0.17016807198524475, 0.11764705926179886, 0.06512605398893356, -0.14495795965194702, -0.12745095789432526, 0.0476190559566021, -0.057422954589128494, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, 0.0476190559566021, 0.2577032148838043, 0.17016807198524475, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, 0.03011205606162548, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.2226892113685608, 0.24019621312618256, 0.11764705926179886, 0.012605053372681141, -0.21498596668243408, -0.1624649614095688, -0.37254899740219116, -0.23249296844005585, -0.37254899740219116, -0.23249296844005585, -0.23249296844005585, -0.23249296844005585, -0.10994396358728409, -0.37254899740219116, 0.20518220961093903, -0.07492996007204056, 0.15266107022762299, 0.08263305574655533, -0.26750698685646057, -0.17997196316719055, 0.20518220961093903, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.3102242052555084, 0.13515406847000122, 0.432773232460022, 0.590336263179779, 1.0105042457580566, 0.7478992342948914, 1.2556023597717285, 1.0280113220214844, 1.0280113220214844, 1.1330533027648926, 1.2556023597717285, 1.3081233501434326, 1.430672287940979, 1.3081233501434326, 1.2556023597717285, 1.3081233501434326, 0.8879552483558655, 0.4852942228317261, -0.47759100794792175, -1.370448112487793, -1.7380952835083008, -1.755602240562439, -1.8256303071975708, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.6155462265014648, -1.0203081369400024, 0.012605053372681141, -0.6876749992370605, -0.7752100229263306, -0.4600839912891388, -0.022408949211239815, 0.012605053372681141, 0.6078432202339172, 0.7303922772407532, 0.6603642702102661, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.7128852605819702, 0.502801239490509, 0.3802522122859955, 0.6078432202339172, 0.3277312219142914, 0.7478992342948914, 0.6953782439231873, 0.6078432202339172, 0.2577032148838043, 0.34523820877075195, 0.8704482913017273, 1.0105042457580566, 0.590336263179779, 0.7654062509536743, 1.0805323123931885, 2.165966510772705, 2.0784313678741455], [1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6428572535514832, 0.6428572535514832, 1.3606443405151367, 1.780812382698059, 1.640756368637085, 1.1505602598190308, 0.7478992342948914, 1.0980392694473267, 1.6582633256912231, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.605742335319519, 0.8704482913017273, -0.5476189851760864, -0.6001400351524353, -0.8102240562438965, -1.1253501176834106, -1.370448112487793, -1.5280112028121948, -1.282913088798523, -0.6701680421829224, 0.012605053372681141, 0.29271721839904785, 0.06512605398893356, -0.4600839912891388, 1.6757704019546509, 1.9908963441848755, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 2.1309523582458496, 1.9383753538131714, 1.343137264251709, -0.9152660369873047, -1.4929972887039185, -1.4404760599136353, -1.6330533027648926, -1.7380952835083008, -1.755602240562439, -0.4425770044326782, 0.20518220961093903, 0.2226892113685608, -0.9502801299095154, -1.755602240562439, -1.668067216873169, 0.4677872359752655, 1.3256303071975708, 1.5007003545761108, 1.4481793642044067, 1.343137264251709, 0.13515406847000122, -1.422969102859497, -1.282913088798523, -0.5301120281219482, 0.3102242052555084, -0.09243696182966232, -1.5455182790756226, 0.13515406847000122, 1.8333333730697632, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9908963441848755, 1.9208683967590332, 1.0980392694473267, -0.12745095789432526, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.0630252361297607, -1.1078431606292725, -1.282913088798523, 1.343137264251709, 1.1505602598190308, 0.8004202842712402, 0.5378152132034302, 0.2577032148838043, 0.3277312219142914, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.24019621312618256, 0.11764705926179886, 0.17016807198524475, -0.14495795965194702, 0.06512605398893356, -0.10994396358728409, -0.10994396358728409, -0.10994396358728409, -0.23249296844005585, 0.1001400575041771, 0.0476190559566021, 0.20518220961093903, 0.012605053372681141, 0.2226892113685608, 0.34523820877075195, 0.39775922894477844, -0.07492996007204056, -0.07492996007204056, 0.0476190559566021, -0.2499999701976776, 0.2577032148838043, 0.1001400575041771, 0.0476190559566021, -0.057422954589128494, -0.07492996007204056, 0.06512605398893356, 0.06512605398893356, -0.057422954589128494, -0.33753499388694763, -0.022408949211239815, 0.39775922894477844, 0.15266107022762299, 0.06512605398893356, -0.26750698685646057, 0.03011205606162548, -0.09243696182966232, -0.3025209903717041, -0.1624649614095688, -0.3550419807434082, -0.4950979948043823, -0.47759100794792175, -0.33753499388694763, -0.5301120281219482, 0.18767507374286652, -0.7226890325546265, -0.28501397371292114, -0.23249296844005585, -0.33753499388694763, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.17016807198524475, 0.2226892113685608, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.590336263179779, 0.7829132676124573, 1.1505602598190308, 1.3606443405151367, 1.2556023597717285, 1.2556023597717285, 1.1330533027648926, 1.5707283020019531, 1.430672287940979, 1.2906162738800049, 1.465686321258545, 1.3081233501434326, 0.8704482913017273, 0.7654062509536743, -1.0903360843658447, -1.6505602598190308, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.6855742931365967, -1.7731093168258667, -1.5455182790756226, -1.5630252361297607, 0.13515406847000122, -0.5651260018348694, -0.3025209903717041, 0.4852942228317261, 0.9929972887039185, 0.13515406847000122, 0.3802522122859955, 0.5378152132034302, 0.3102242052555084, 0.06512605398893356, 0.0476190559566021, 0.06512605398893356, 0.11764705926179886, 0.45028021931648254, 0.5728292465209961, 0.5378152132034302, 0.9229692816734314, 0.6603642702102661, 0.17016807198524475, 0.20518220961093903, 0.590336263179779, 0.7654062509536743, 0.5553222298622131, 0.3277312219142914, 0.012605053372681141, 0.4677872359752655, 0.6603642702102661, 0.5728292465209961, 0.6778712272644043, 1.3081233501434326, 2.1834733486175537, 2.0959384441375732], [1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 1.4131653308868408, 2.0084033012390137, 1.9033613204956055, 1.553221344947815, 0.6778712272644043, 0.8529412746429443, 1.430672287940979, 1.7457983493804932, 1.9033613204956055, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 0.012605053372681141, -0.33753499388694763, -0.19747896492481232, -0.6876749992370605, -1.4054621458053589, -1.6330533027648926, -1.7030812501907349, -1.4929972887039185, -0.7401960492134094, 0.11764705926179886, 0.8529412746429443, 1.8333333730697632, 2.0609242916107178, 2.0084033012390137, 2.1309523582458496, 2.113445281982422, 1.9733893871307373, 0.8879552483558655, -1.282913088798523, -1.843137264251709, -1.7030812501907349, -0.7051820158958435, -0.5826330184936523, -1.0903360843658447, -1.755602240562439, -1.457983136177063, -0.4600839912891388, -0.6176469922065735, -1.282913088798523, -1.7731093168258667, -1.4404760599136353, 0.3102242052555084, 0.7829132676124573, 0.9754902720451355, 0.7654062509536743, -1.0378150939941406, -1.878151297569275, -1.6505602598190308, 0.5553222298622131, 1.5882353782653809, 1.6232492923736572, 1.3956583738327026, 0.8704482913017273, -0.4950979948043823, 0.03011205606162548, 0.9754902720451355, 1.378151297569275, 1.6757704019546509, 1.9033613204956055, 1.9208683967590332, 2.113445281982422, 2.1309523582458496, 2.0609242916107178, 0.5728292465209961, -0.7401960492134094, -0.8452380299568176, -1.2654061317443848, 0.20518220961093903, 0.9054622650146484, 0.6253502368927002, 0.4852942228317261, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3102242052555084, 0.3802522122859955, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.4677872359752655, 0.08263305574655533, 0.0476190559566021, -0.022408949211239815, 0.15266107022762299, -0.23249296844005585, -0.09243696182966232, 0.0476190559566021, 0.13515406847000122, -0.03991595283150673, -0.14495795965194702, -0.03991595283150673, -0.09243696182966232, 0.18767507374286652, 0.06512605398893356, -0.1624649614095688, 0.24019621312618256, 0.06512605398893356, -0.10994396358728409, 0.11764705926179886, -0.07492996007204056, 0.03011205606162548, -0.3025209903717041, -0.057422954589128494, 0.08263305574655533, 0.1001400575041771, -0.10994396358728409, -0.022408949211239815, 0.03011205606162548, 0.03011205606162548, -0.03991595283150673, -0.21498596668243408, -0.0049019488506019115, 0.17016807198524475, 0.0476190559566021, 0.29271721839904785, -0.2499999701976776, -0.23249296844005585, -0.14495795965194702, -0.022408949211239815, 0.06512605398893356, -0.10994396358728409, -0.23249296844005585, -0.14495795965194702, -0.3025209903717041, 0.13515406847000122, 0.17016807198524475, 0.012605053372681141, 0.17016807198524475, 0.3102242052555084, 0.502801239490509, 0.3102242052555084, 0.3277312219142914, 0.7303922772407532, 0.8529412746429443, 1.2556023597717285, 0.9754902720451355, 1.1505602598190308, 1.1855742931365967, 1.5357143878936768, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.3256303071975708, 1.3256303071975708, 0.6078432202339172, -1.282913088798523, -1.6855742931365967, -1.7906162738800049, -1.808123230934143, -1.7906162738800049, -1.8256303071975708, -1.843137264251709, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.8606442213058472, -1.720588207244873, -0.8452380299568176, -1.0378150939941406, -0.8977590203285217, -0.6701680421829224, 0.8879552483558655, 0.8004202842712402, 1.465686321258545, 1.7983193397521973, 0.6778712272644043, 1.0105042457580566, 0.7128852605819702, 0.9229692816734314, 0.3627452254295349, 0.11764705926179886, -0.4425770044326782, 0.012605053372681141, 0.502801239490509, 0.590336263179779, 0.520308256149292, 1.0980392694473267, 0.3802522122859955, -0.12745095789432526, 0.2577032148838043, 0.9229692816734314, 0.590336263179779, 0.7478992342948914, 0.45028021931648254, 0.03011205606162548, 0.2226892113685608, 0.6428572535514832, 0.6428572535514832, 0.8004202842712402, 1.0630252361297607, 2.1309523582458496, 2.0959384441375732], [1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 1.343137264251709, 1.9733893871307373, 2.0084033012390137, 1.6232492923736572, 0.7829132676124573, 0.8179272413253784, 1.2380952835083008, 1.5707283020019531, 1.3606443405151367, 0.8004202842712402, -0.5126050114631653, -1.335434079170227, -1.4054621458053589, -1.3004200458526611, -1.4404760599136353, -1.4929972887039185, -0.8977590203285217, -0.057422954589128494, 0.34523820877075195, -0.1624649614095688, -1.0903360843658447, -1.668067216873169, -1.878151297569275, -1.6505602598190308, -1.0203081369400024, 1.1680673360824585, 1.9208683967590332, 2.0784313678741455, 2.0784313678741455, 1.7983193397521973, 0.415266215801239, -1.0203081369400024, -1.4754900932312012, -1.7380952835083008, -1.5980392694473267, -1.2654061317443848, -1.6155462265014648, -1.843137264251709, -1.7030812501907349, -0.6351540088653564, 0.012605053372681141, -0.3550419807434082, -1.3179271221160889, -1.6155462265014648, -0.8102240562438965, 0.415266215801239, 0.20518220961093903, -0.4600839912891388, -1.3879550695419312, -1.7906162738800049, -1.668067216873169, -0.23249296844005585, 1.343137264251709, 1.5882353782653809, 1.465686321258545, 1.430672287940979, 0.502801239490509, -1.5105042457580566, -1.6155462265014648, 0.11764705926179886, 1.8858543634414673, 2.043417453765869, 2.113445281982422, 2.165966510772705, 2.218487501144409, 2.1484594345092773, 2.0084033012390137, -0.7226890325546265, -1.5280112028121948, -1.7030812501907349, -0.6176469922065735, 0.06512605398893356, 0.3277312219142914, 0.24019621312618256, 0.432773232460022, 0.3627452254295349, 0.29271721839904785, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.34523820877075195, 0.3627452254295349, 0.03011205606162548, 0.08263305574655533, 0.3802522122859955, 0.08263305574655533, 0.3802522122859955, 0.18767507374286652, -0.022408949211239815, 0.2577032148838043, 0.012605053372681141, 0.08263305574655533, 0.06512605398893356, 0.18767507374286652, -0.14495795965194702, 0.20518220961093903, 0.20518220961093903, 0.17016807198524475, 0.03011205606162548, 0.06512605398893356, -0.0049019488506019115, -0.03991595283150673, 0.34523820877075195, -0.09243696182966232, -0.10994396358728409, -0.022408949211239815, -0.10994396358728409, -0.1624649614095688, -0.0049019488506019115, -0.057422954589128494, -0.23249296844005585, -0.1624649614095688, 0.29271721839904785, 0.2226892113685608, 0.18767507374286652, 0.0476190559566021, -0.14495795965194702, -0.022408949211239815, -0.022408949211239815, -0.09243696182966232, -0.21498596668243408, 0.03011205606162548, -0.09243696182966232, -0.03991595283150673, -0.1624649614095688, -0.4425770044326782, -0.07492996007204056, -0.12745095789432526, 0.13515406847000122, -0.057422954589128494, 0.06512605398893356, 0.24019621312618256, 0.3802522122859955, 0.45028021931648254, 0.5553222298622131, 0.4677872359752655, 0.8704482913017273, 0.9754902720451355, 1.1155463457107544, 1.2380952835083008, 1.4481793642044067, 1.1855742931365967, 1.4481793642044067, 1.5357143878936768, 1.518207311630249, 1.4131653308868408, 1.5707283020019531, 1.3956583738327026, 0.7654062509536743, -1.5105042457580566, -1.720588207244873, -1.808123230934143, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.843137264251709, -1.843137264251709, -1.895658254623413, -1.8256303071975708, -1.808123230934143, -1.5630252361297607, -1.3879550695419312, -1.2303920984268188, 1.2380952835083008, 1.465686321258545, 1.5882353782653809, 1.7107843160629272, 1.378151297569275, 1.728291392326355, 1.3256303071975708, 1.2731093168258667, 0.9929972887039185, 0.9054622650146484, 0.6603642702102661, 0.13515406847000122, 0.4852942228317261, 0.20518220961093903, 0.20518220961093903, 0.7829132676124573, 0.6078432202339172, 0.9054622650146484, 0.17016807198524475, 0.8354342579841614, 0.432773232460022, 0.8704482913017273, 0.7478992342948914, 0.7829132676124573, 0.7128852605819702, 0.5553222298622131, 0.4852942228317261, 0.6428572535514832, 0.520308256149292, 0.6428572535514832, 1.0980392694473267, 2.165966510772705, 2.0784313678741455], [1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5378152132034302, 1.2731093168258667, 1.9033613204956055, 1.9908963441848755, 1.640756368637085, 0.520308256149292, -0.6176469922065735, -1.282913088798523, -1.5455182790756226, -1.5455182790756226, -1.5455182790756226, -1.6155462265014648, -1.668067216873169, -1.6505602598190308, -1.720588207244873, -1.7906162738800049, -1.8256303071975708, -1.7731093168258667, -1.3004200458526611, -0.4075630009174347, 0.3627452254295349, 0.3802522122859955, -0.39005598425865173, -1.4404760599136353, -1.7731093168258667, -1.7030812501907349, 1.0280113220214844, 2.043417453765869, 1.6582633256912231, 0.8879552483558655, -1.422969102859497, -1.6155462265014648, -1.4754900932312012, -1.668067216873169, -1.668067216873169, -0.8977590203285217, -0.42506998777389526, -0.5651260018348694, -1.4754900932312012, -1.4929972887039185, -1.4404760599136353, -1.843137264251709, -1.9481792449951172, -1.6155462265014648, 0.11764705926179886, 0.3277312219142914, 0.1001400575041771, -0.7401960492134094, -1.1253501176834106, 0.39775922894477844, 0.45028021931648254, -0.28501397371292114, -0.8102240562438965, -0.5126050114631653, -0.6001400351524353, -1.370448112487793, -1.8256303071975708, -1.6505602598190308, 0.9404762983322144, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.2710084915161133, 2.358543634414673, 2.393557548522949, 1.7983193397521973, 0.0476190559566021, -0.6876749992370605, -1.720588207244873, -0.4425770044326782, 0.6953782439231873, 0.7829132676124573, 0.7128852605819702, 0.502801239490509, -0.14495795965194702, 0.012605053372681141, -0.09243696182966232, -0.03991595283150673, 0.15266107022762299, 0.012605053372681141, 0.18767507374286652, 0.3627452254295349, -0.03991595283150673, 0.0476190559566021, 0.3277312219142914, 0.39775922894477844, 0.1001400575041771, 0.24019621312618256, -0.1624649614095688, 0.590336263179779, 0.17016807198524475, 0.20518220961093903, 0.03011205606162548, 0.18767507374286652, 0.34523820877075195, 0.3802522122859955, -0.022408949211239815, -0.14495795965194702, 0.08263305574655533, 0.1001400575041771, 0.08263305574655533, -0.10994396358728409, -0.09243696182966232, -0.17997196316719055, 0.3102242052555084, -0.10994396358728409, 0.03011205606162548, -0.07492996007204056, -0.3550419807434082, 0.012605053372681141, -0.07492996007204056, -0.0049019488506019115, 0.15266107022762299, 0.2577032148838043, -0.0049019488506019115, 0.17016807198524475, 0.13515406847000122, -0.0049019488506019115, -0.14495795965194702, -0.4950979948043823, -0.07492996007204056, -0.39005598425865173, -0.14495795965194702, -0.5826330184936523, -0.26750698685646057, -0.12745095789432526, -0.10994396358728409, 0.08263305574655533, 0.2577032148838043, -0.0049019488506019115, 0.0476190559566021, 0.2577032148838043, 0.15266107022762299, 0.5728292465209961, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.553221344947815, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.430672287940979, -0.5651260018348694, -1.7030812501907349, -1.720588207244873, -1.7380952835083008, -1.7906162738800049, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.8256303071975708, -1.8606442213058472, -1.878151297569275, -1.0903360843658447, -1.4404760599136353, 0.7128852605819702, 0.15266107022762299, 0.3102242052555084, 1.378151297569275, 1.868347406387329, 1.7107843160629272, 1.7983193397521973, 1.8333333730697632, 1.780812382698059, 1.5882353782653809, 1.343137264251709, 0.9579832553863525, 1.0630252361297607, 0.2226892113685608, -0.33753499388694763, -0.12745095789432526, -0.0049019488506019115, 0.7303922772407532, 0.502801239490509, 0.7654062509536743, 0.08263305574655533, 0.9754902720451355, 0.432773232460022, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.502801239490509, 0.39775922894477844, 0.520308256149292, 0.8704482913017273, 0.6253502368927002, 0.6953782439231873, 1.0455182790756226, 2.1834733486175537, 2.0609242916107178], [1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 1.1855742931365967, 1.8333333730697632, 2.0259103775024414, 1.3956583738327026, -0.26750698685646057, -0.5476189851760864, -0.7752100229263306, -1.1253501176834106, -1.5105042457580566, -1.720588207244873, -1.7731093168258667, -1.7380952835083008, -1.7906162738800049, -1.8256303071975708, -1.8256303071975708, -1.895658254623413, -1.878151297569275, -1.930672287940979, -1.808123230934143, -1.160364031791687, -0.09243696182966232, 0.7128852605819702, 0.29271721839904785, -0.7401960492134094, -1.5630252361297607, 0.1001400575041771, 1.2205883264541626, -0.19747896492481232, -1.5455182790756226, -1.370448112487793, -1.0203081369400024, -1.0728291273117065, -1.5980392694473267, -1.5105042457580566, -1.0028010606765747, -0.9677870869636536, -1.5105042457580566, -0.7752100229263306, -0.12745095789432526, -0.3550419807434082, -1.2303920984268188, -1.4054621458053589, -0.9502801299095154, -1.422969102859497, -1.8256303071975708, -1.878151297569275, -0.7401960492134094, 0.2752102017402649, 0.2226892113685608, -0.3025209903717041, -0.9327731132507324, -0.022408949211239815, -0.0049019488506019115, -0.7577030062675476, -1.6855742931365967, 0.20518220961093903, 1.693277359008789, 2.165966510772705, 2.2710084915161133, 2.3235294818878174, 2.3060226440429688, 2.2710084915161133, 0.590336263179779, 0.03011205606162548, -0.6701680421829224, -1.843137264251709, -1.1778711080551147, 1.0805323123931885, 1.2556023597717285, 1.0630252361297607, 1.0455182790756226, -0.14495795965194702, -0.3200279772281647, 0.012605053372681141, 0.1001400575041771, -0.0049019488506019115, 0.1001400575041771, 0.11764705926179886, -0.057422954589128494, 0.06512605398893356, 0.2752102017402649, 0.11764705926179886, 0.08263305574655533, 0.24019621312618256, 0.17016807198524475, 0.29271721839904785, 0.06512605398893356, 0.2752102017402649, 0.502801239490509, 0.34523820877075195, 0.06512605398893356, -0.022408949211239815, -0.21498596668243408, -0.09243696182966232, -0.26750698685646057, -0.10994396358728409, -0.3200279772281647, -0.37254899740219116, -0.4950979948043823, -0.07492996007204056, -0.28501397371292114, -0.4075630009174347, 0.2226892113685608, 0.24019621312618256, 0.1001400575041771, -0.057422954589128494, -0.14495795965194702, -0.07492996007204056, -0.3200279772281647, -0.3025209903717041, -0.12745095789432526, 0.08263305574655533, 0.15266107022762299, 0.0476190559566021, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -0.057422954589128494, -0.09243696182966232, -0.4075630009174347, -0.0049019488506019115, -0.28501397371292114, -0.09243696182966232, -0.09243696182966232, -0.07492996007204056, -0.0049019488506019115, -0.2499999701976776, -0.022408949211239815, 0.13515406847000122, 0.4677872359752655, 0.502801239490509, 0.2752102017402649, 0.502801239490509, 0.8004202842712402, 0.8879552483558655, 1.1680673360824585, 1.1505602598190308, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.5882353782653809, 1.465686321258545, 1.465686321258545, 1.5357143878936768, 1.2731093168258667, 0.6253502368927002, -1.195378065109253, -1.5980392694473267, -1.7906162738800049, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.7906162738800049, -1.7906162738800049, -1.8256303071975708, -1.7906162738800049, -1.7731093168258667, -1.7380952835083008, -0.9852941036224365, -0.23249296844005585, 0.502801239490509, 1.518207311630249, 1.2205883264541626, 1.7457983493804932, 0.4677872359752655, 1.7983193397521973, 1.728291392326355, 1.7983193397521973, 1.6582633256912231, 1.640756368637085, 1.8333333730697632, 1.2556023597717285, 1.605742335319519, -0.23249296844005585, -0.4425770044326782, -0.28501397371292114, 0.24019621312618256, 0.45028021931648254, 0.6078432202339172, 0.520308256149292, 0.34523820877075195, 0.8704482913017273, 0.415266215801239, 0.6253502368927002, 0.7478992342948914, 0.45028021931648254, 0.8179272413253784, 0.5553222298622131, 0.34523820877075195, 0.08263305574655533, 0.9229692816734314, 0.7829132676124573, 0.7829132676124573, 2.235994577407837, 2.0609242916107178], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.8704482913017273, 0.8179272413253784, 0.7654062509536743, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 1.0280113220214844, 1.7457983493804932, 2.0084033012390137, 1.693277359008789, 1.1855742931365967, 0.432773232460022, -0.03991595283150673, -0.10994396358728409, -0.33753499388694763, -0.9502801299095154, -1.5105042457580566, -1.7906162738800049, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.9131653308868408, -1.930672287940979, -1.965686321258545, -1.965686321258545, -2.018207311630249, -1.755602240562439, -0.8977590203285217, 0.3802522122859955, 0.5728292465209961, -0.28501397371292114, -0.9852941036224365, -1.668067216873169, -1.720588207244873, -1.5630252361297607, -1.3529410362243652, -1.1778711080551147, -1.1778711080551147, -1.1078431606292725, -0.8627450466156006, -0.7226890325546265, -1.282913088798523, -1.4054621458053589, -1.0203081369400024, -0.8277310132980347, -1.5630252361297607, -1.3879550695419312, -0.19747896492481232, -0.7051820158958435, -1.422969102859497, -1.6330533027648926, -1.0028010606765747, -0.8277310132980347, -1.4929972887039185, -1.843137264251709, -1.5630252361297607, 0.03011205606162548, 0.20518220961093903, 0.24019621312618256, -0.07492996007204056, 1.5707283020019531, 2.165966510772705, 2.218487501144409, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 1.9733893871307373, 0.0476190559566021, -1.1078431606292725, -1.5630252361297607, -1.720588207244873, -1.160364031791687, 0.4677872359752655, 0.5553222298622131, 0.6253502368927002, 0.2752102017402649, -0.8627450466156006, -0.4425770044326782, 0.17016807198524475, -0.07492996007204056, -0.33753499388694763, -0.10994396358728409, 0.13515406847000122, 0.24019621312618256, 0.0476190559566021, -0.21498596668243408, 0.13515406847000122, 0.20518220961093903, 0.11764705926179886, 0.18767507374286652, 0.24019621312618256, 0.2752102017402649, 0.2226892113685608, 0.6253502368927002, -0.21498596668243408, 0.20518220961093903, 0.03011205606162548, 0.03011205606162548, -0.14495795965194702, -0.3200279772281647, -0.3200279772281647, -0.2499999701976776, -0.3025209903717041, -0.17997196316719055, -0.03991595283150673, 0.06512605398893356, -0.10994396358728409, 0.03011205606162548, -0.1624649614095688, -0.022408949211239815, 0.13515406847000122, 0.18767507374286652, -0.022408949211239815, -0.23249296844005585, -0.1624649614095688, -0.47759100794792175, -0.10994396358728409, -0.33753499388694763, -0.0049019488506019115, 0.06512605398893356, 0.03011205606162548, -0.23249296844005585, -0.10994396358728409, -0.17997196316719055, -0.07492996007204056, 0.15266107022762299, -0.07492996007204056, -0.03991595283150673, 0.1001400575041771, -0.26750698685646057, 0.1001400575041771, -0.03991595283150673, -0.0049019488506019115, 0.18767507374286652, 0.39775922894477844, 0.5378152132034302, 0.6953782439231873, 0.9229692816734314, 0.8004202842712402, 0.8879552483558655, 1.2205883264541626, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.0455182790756226, -1.3004200458526611, -1.5280112028121948, -1.668067216873169, -1.755602240562439, -1.808123230934143, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.580532193183899, -0.5126050114631653, 1.0455182790756226, 0.590336263179779, 1.483193278312683, 1.6582633256912231, 1.8858543634414673, 1.5007003545761108, 1.6232492923736572, 1.6232492923736572, 1.693277359008789, 1.7633053064346313, 1.7107843160629272, 1.780812382698059, 1.430672287940979, 0.3627452254295349, 0.34523820877075195, 0.8354342579841614, 0.7829132676124573, 0.5553222298622131, 0.432773232460022, 0.4852942228317261, 0.5553222298622131, 0.6428572535514832, 0.6953782439231873, 0.3802522122859955, 0.9229692816734314, 0.432773232460022, 0.6953782439231873, 0.9404762983322144, 0.5553222298622131, 0.1001400575041771, 0.8354342579841614, 0.3802522122859955, 0.45028021931648254, 2.1834733486175537, 2.043417453765869], [1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9054622650146484, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6778712272644043, 1.0280113220214844, 1.7107843160629272, 1.9558824300765991, 1.8508403301239014, 1.7457983493804932, 1.465686321258545, 0.432773232460022, -0.26750698685646057, 0.0476190559566021, 0.24019621312618256, 0.1001400575041771, -0.6001400351524353, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.8606442213058472, -1.895658254623413, -1.9131653308868408, -1.9481792449951172, -1.965686321258545, -1.983193278312683, -1.9481792449951172, -1.370448112487793, -0.17997196316719055, 0.5378152132034302, 0.2577032148838043, -0.8277310132980347, -1.6155462265014648, -1.9481792449951172, -1.755602240562439, -1.3529410362243652, -0.9152660369873047, -1.0903360843658447, -0.6876749992370605, -0.9327731132507324, -0.8627450466156006, -0.6176469922065735, -0.4600839912891388, -0.9502801299095154, -1.5105042457580566, -1.2128850221633911, -1.0378150939941406, -1.422969102859497, -1.668067216873169, -1.247899055480957, -1.2128850221633911, -1.878151297569275, -1.930672287940979, -1.247899055480957, -0.26750698685646057, -0.21498596668243408, -0.7226890325546265, -1.422969102859497, -0.14495795965194702, 2.0609242916107178, 2.165966510772705, 2.218487501144409, 2.288515567779541, 2.1484594345092773, -1.720588207244873, -1.7731093168258667, 0.24019621312618256, 0.9054622650146484, 1.0630252361297607, 0.9404762983322144, -0.7226890325546265, -1.2128850221633911, 0.3627452254295349, 0.6778712272644043, 0.590336263179779, 0.590336263179779, -0.12745095789432526, -0.9327731132507324, -0.5476189851760864, 0.08263305574655533, -0.2499999701976776, -0.1624649614095688, -0.21498596668243408, 0.18767507374286652, 0.17016807198524475, 0.24019621312618256, 0.17016807198524475, 0.2577032148838043, -0.14495795965194702, 0.2226892113685608, -0.09243696182966232, -0.03991595283150673, 0.3802522122859955, -0.022408949211239815, 0.08263305574655533, 0.012605053372681141, -0.07492996007204056, -0.03991595283150673, -0.12745095789432526, -0.0049019488506019115, 0.2226892113685608, 0.20518220961093903, -0.10994396358728409, -0.0049019488506019115, 0.29271721839904785, 0.17016807198524475, -0.23249296844005585, -0.17997196316719055, 0.17016807198524475, -0.057422954589128494, -0.3200279772281647, -0.0049019488506019115, 0.2577032148838043, 0.2226892113685608, -0.23249296844005585, -0.23249296844005585, -0.09243696182966232, -0.26750698685646057, 0.0476190559566021, 0.06512605398893356, 0.1001400575041771, -0.12745095789432526, -0.33753499388694763, 0.11764705926179886, 0.2226892113685608, 0.03011205606162548, 0.012605053372681141, -0.10994396358728409, 0.2577032148838043, 0.012605053372681141, 0.012605053372681141, 0.6603642702102661, 0.590336263179779, 0.6078432202339172, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9754902720451355, 1.2030812501907349, 1.3256303071975708, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.3956583738327026, -0.4075630009174347, -1.4754900932312012, -1.7030812501907349, -1.755602240562439, -1.8256303071975708, -1.808123230934143, -1.7731093168258667, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.6855742931365967, -1.6330533027648926, -0.8977590203285217, -1.5455182790756226, -0.47759100794792175, 1.0805323123931885, 1.6757704019546509, 1.483193278312683, 1.3956583738327026, 1.9558824300765991, 1.9558824300765991, 1.780812382698059, 1.7457983493804932, 1.7107843160629272, 1.5357143878936768, 1.693277359008789, 1.693277359008789, 1.3256303071975708, -0.23249296844005585, 1.343137264251709, 1.0980392694473267, 0.6603642702102661, 0.6778712272644043, 0.2226892113685608, 0.4677872359752655, 0.29271721839904785, 0.8879552483558655, 0.590336263179779, 0.9054622650146484, 0.6078432202339172, 0.9579832553863525, 0.8529412746429443, 0.2226892113685608, 0.39775922894477844, 1.1155463457107544, 0.502801239490509, 0.03011205606162548, 2.0784313678741455, 2.0084033012390137], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.9404762983322144, 1.553221344947815, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.7107843160629272, 1.4481793642044067, 0.45028021931648254, -0.33753499388694763, -0.2499999701976776, 0.24019621312618256, 0.502801239490509, 0.3277312219142914, -0.4950979948043823, -1.2303920984268188, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.843137264251709, -1.878151297569275, -1.878151297569275, -1.930672287940979, -1.9131653308868408, -1.6505602598190308, -0.33753499388694763, 0.502801239490509, 0.6428572535514832, -0.07492996007204056, -1.282913088798523, -1.755602240562439, -1.9131653308868408, -1.5980392694473267, -1.1078431606292725, -0.6526610255241394, -0.6701680421829224, -1.3004200458526611, -1.0028010606765747, -1.160364031791687, -0.8277310132980347, -0.19747896492481232, -0.19747896492481232, -1.0028010606765747, -1.6855742931365967, -1.1078431606292725, -0.7226890325546265, -0.6876749992370605, -1.370448112487793, -1.5280112028121948, -1.2303920984268188, -1.370448112487793, -1.8256303071975708, -1.668067216873169, -0.2499999701976776, 1.815826416015625, 1.9033613204956055, 2.043417453765869, 2.235994577407837, 1.9208683967590332, -2.018207311630249, -1.6505602598190308, 0.18767507374286652, 0.6603642702102661, 0.7829132676124573, 0.2226892113685608, -1.755602240562439, -1.3004200458526611, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3606443405151367, 1.2205883264541626, -0.8452380299568176, -0.5126050114631653, -0.12745095789432526, -0.28501397371292114, -0.21498596668243408, -0.12745095789432526, -0.12745095789432526, 0.3102242052555084, 0.012605053372681141, 0.06512605398893356, -0.21498596668243408, 0.0476190559566021, 0.34523820877075195, 0.17016807198524475, 0.29271721839904785, -0.09243696182966232, -0.33753499388694763, -0.3200279772281647, -0.03991595283150673, -0.0049019488506019115, 0.03011205606162548, 0.3277312219142914, 0.13515406847000122, 0.34523820877075195, 0.08263305574655533, 0.20518220961093903, 0.08263305574655533, 0.012605053372681141, 0.012605053372681141, -0.022408949211239815, 0.1001400575041771, 0.29271721839904785, 0.17016807198524475, -0.3025209903717041, -0.14495795965194702, 0.08263305574655533, -0.23249296844005585, 0.08263305574655533, -0.022408949211239815, -0.09243696182966232, -0.17997196316719055, 0.432773232460022, 0.3102242052555084, 0.3277312219142914, 0.1001400575041771, 0.17016807198524475, 0.20518220961093903, 0.24019621312618256, -0.03991595283150673, 0.11764705926179886, 0.415266215801239, -0.057422954589128494, 0.06512605398893356, -0.057422954589128494, 0.520308256149292, 0.24019621312618256, 0.8004202842712402, 0.6078432202339172, 0.8354342579841614, 0.8879552483558655, 1.1330533027648926, 1.3081233501434326, 1.1680673360824585, 1.553221344947815, 1.6232492923736572, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.553221344947815, 0.6778712272644043, -0.9502801299095154, -1.7030812501907349, -1.668067216873169, -1.808123230934143, -1.808123230934143, -1.8256303071975708, -1.755602240562439, -1.755602240562439, -1.668067216873169, -1.7030812501907349, -1.7906162738800049, -1.3879550695419312, -1.5455182790756226, -1.335434079170227, -0.6001400351524353, 1.2205883264541626, -1.0728291273117065, 0.9929972887039185, 1.3606443405151367, 1.8333333730697632, 1.7107843160629272, 1.815826416015625, 1.8858543634414673, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.465686321258545, 0.8354342579841614, 1.518207311630249, 1.483193278312683, 1.1680673360824585, 0.5553222298622131, 0.15266107022762299, 0.502801239490509, 0.502801239490509, 0.6253502368927002, 0.9754902720451355, 1.0805323123931885, 0.6778712272644043, 0.7829132676124573, 1.1330533027648926, 0.9229692816734314, 0.9754902720451355, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 2.0084033012390137, 2.043417453765869], [1.693277359008789, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.8879552483558655, 1.4131653308868408, 1.868347406387329, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.7633053064346313, 1.483193278312683, 0.6078432202339172, -0.10994396358728409, -0.21498596668243408, -0.19747896492481232, 0.15266107022762299, 0.6253502368927002, 0.590336263179779, -0.3025209903717041, -1.247899055480957, -1.668067216873169, -1.7906162738800049, -1.8606442213058472, -1.9131653308868408, -1.895658254623413, -1.9131653308868408, -1.965686321258545, -1.668067216873169, -0.39005598425865173, 0.3627452254295349, 0.6253502368927002, 0.3102242052555084, -0.7401960492134094, -1.5980392694473267, -1.895658254623413, -1.6505602598190308, -1.1253501176834106, -0.9502801299095154, -0.7051820158958435, -0.6001400351524353, -1.0378150939941406, -1.1253501176834106, -0.9677870869636536, -1.668067216873169, -1.4929972887039185, -0.7051820158958435, -1.3179271221160889, -1.5980392694473267, -1.843137264251709, -1.6505602598190308, -0.7927170395851135, -1.0378150939941406, -1.720588207244873, -1.6155462265014648, -0.7577030062675476, -0.1624649614095688, 1.7457983493804932, 1.9383753538131714, 2.165966510772705, 2.2009804248809814, -0.10994396358728409, -1.282913088798523, -0.9677870869636536, -0.7226890325546265, -0.3200279772281647, -1.2303920984268188, -1.843137264251709, -1.5280112028121948, 0.9229692816734314, 0.9229692816734314, 0.8179272413253784, 0.8004202842712402, 0.2752102017402649, -1.7380952835083008, -0.9327731132507324, 0.4852942228317261, -0.14495795965194702, -0.2499999701976776, -0.26750698685646057, 0.08263305574655533, -0.057422954589128494, -0.057422954589128494, -0.10994396358728409, 0.13515406847000122, 0.2752102017402649, -0.057422954589128494, 0.03011205606162548, 0.18767507374286652, -0.10994396358728409, 0.012605053372681141, -0.28501397371292114, 0.06512605398893356, 0.1001400575041771, -0.07492996007204056, 0.17016807198524475, 0.45028021931648254, -0.17997196316719055, 0.3277312219142914, 0.18767507374286652, 0.06512605398893356, -0.03991595283150673, 0.18767507374286652, 0.06512605398893356, 0.17016807198524475, 0.1001400575041771, -0.1624649614095688, 0.06512605398893356, 0.012605053372681141, 0.06512605398893356, 0.0476190559566021, -0.1624649614095688, 0.0476190559566021, 0.06512605398893356, 0.2752102017402649, 0.13515406847000122, 0.0476190559566021, 0.012605053372681141, 0.2226892113685608, 0.29271721839904785, 0.415266215801239, 0.1001400575041771, 0.20518220961093903, 0.34523820877075195, -0.03991595283150673, 0.08263305574655533, 0.29271721839904785, -0.21498596668243408, 0.6603642702102661, 0.6778712272644043, 0.5378152132034302, 0.7128852605819702, 0.8179272413253784, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.5007003545761108, 1.5882353782653809, 1.640756368637085, 1.465686321258545, 1.5007003545761108, 1.3606443405151367, 1.4481793642044067, 0.0476190559566021, -1.3179271221160889, -1.7030812501907349, -1.7380952835083008, -1.808123230934143, -1.808123230934143, -1.7906162738800049, -1.808123230934143, -1.6330533027648926, -1.6505602598190308, -1.6855742931365967, -1.5280112028121948, -1.5980392694473267, -0.6001400351524353, 0.5553222298622131, 0.4852942228317261, 0.45028021931648254, 1.1505602598190308, -0.7051820158958435, 0.012605053372681141, 1.4481793642044067, 1.4131653308868408, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, 1.5882353782653809, 1.693277359008789, 1.640756368637085, 1.7983193397521973, 1.640756368637085, 1.728291392326355, 1.5357143878936768, 1.553221344947815, 1.2731093168258667, 0.6953782439231873, 0.1001400575041771, 0.5728292465209961, 0.15266107022762299, 0.34523820877075195, 0.5728292465209961, 0.9404762983322144, 0.7128852605819702, 0.9054622650146484, 1.0280113220214844, 1.2205883264541626, 1.1855742931365967, 0.3277312219142914, 0.6428572535514832, 1.1855742931365967, 2.0084033012390137, 2.043417453765869], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.8004202842712402, 1.4481793642044067, 1.868347406387329, 1.9908963441848755, 1.9733893871307373, 1.9383753538131714, 1.8333333730697632, 1.7457983493804932, 1.5357143878936768, 0.6078432202339172, -0.0049019488506019115, -0.0049019488506019115, -0.2499999701976776, -0.4600839912891388, 0.17016807198524475, 0.7303922772407532, 0.5378152132034302, -0.4600839912891388, -1.370448112487793, -1.6505602598190308, -1.8256303071975708, -1.878151297569275, -1.808123230934143, -1.9481792449951172, -1.983193278312683, -1.5280112028121948, -0.23249296844005585, 0.432773232460022, 0.590336263179779, 0.6778712272644043, 0.08263305574655533, -1.2654061317443848, -1.8256303071975708, -1.7030812501907349, -1.1778711080551147, -1.160364031791687, -1.0378150939941406, -0.39005598425865173, -0.23249296844005585, -0.8802520632743835, -1.1778711080551147, -0.6876749992370605, -0.7577030062675476, -1.3529410362243652, -1.720588207244873, -1.6155462265014648, -1.1428570747375488, -0.9852941036224365, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.5105042457580566, -1.843137264251709, 1.7633053064346313, 2.1484594345092773, 2.1309523582458496, -0.057422954589128494, -0.5826330184936523, -0.5651260018348694, -1.755602240562439, -1.8606442213058472, -0.5826330184936523, 0.6778712272644043, 0.520308256149292, 0.3627452254295349, -0.07492996007204056, -1.2128850221633911, -1.0553221702575684, -0.8627450466156006, -1.7030812501907349, -1.755602240562439, -0.4075630009174347, -0.42506998777389526, -0.10994396358728409, -0.21498596668243408, -0.03991595283150673, -0.3200279772281647, -0.3025209903717041, -0.17997196316719055, 0.2752102017402649, -0.12745095789432526, 0.1001400575041771, -0.09243696182966232, -0.14495795965194702, 0.13515406847000122, -0.19747896492481232, 0.18767507374286652, 0.17016807198524475, 0.012605053372681141, -0.03991595283150673, 0.34523820877075195, -0.26750698685646057, 0.45028021931648254, 0.2226892113685608, 0.13515406847000122, 0.03011205606162548, 0.012605053372681141, 0.11764705926179886, -0.14495795965194702, -0.03991595283150673, -0.2499999701976776, 0.012605053372681141, -0.23249296844005585, -0.17997196316719055, -0.33753499388694763, 0.13515406847000122, 0.3102242052555084, 0.2226892113685608, -0.23249296844005585, -0.09243696182966232, 0.20518220961093903, 0.20518220961093903, 0.3102242052555084, -0.1624649614095688, -0.5301120281219482, -0.33753499388694763, -0.14495795965194702, 0.502801239490509, 0.4852942228317261, 0.415266215801239, 0.13515406847000122, 0.3627452254295349, 0.520308256149292, 0.17016807198524475, 0.5378152132034302, 0.6253502368927002, 1.0280113220214844, 0.9404762983322144, 1.2380952835083008, 1.3081233501434326, 1.2906162738800049, 1.465686321258545, 1.553221344947815, 1.343137264251709, 1.553221344947815, 1.343137264251709, 0.6953782439231873, -0.6526610255241394, -0.4600839912891388, -1.668067216873169, -1.720588207244873, -1.7906162738800049, -1.7906162738800049, -1.808123230934143, -1.755602240562439, -1.7731093168258667, -1.755602240562439, -1.6330533027648926, -1.7380952835083008, -1.0553221702575684, -1.1078431606292725, 1.3956583738327026, 1.430672287940979, 1.6757704019546509, 0.4852942228317261, 2.0259103775024414, 0.11764705926179886, -0.9677870869636536, 0.7128852605819702, 1.640756368637085, 1.6757704019546509, 1.7983193397521973, 1.483193278312683, 1.430672287940979, 1.6232492923736572, 1.553221344947815, 1.6232492923736572, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.5882353782653809, 1.605742335319519, 1.483193278312683, 0.2577032148838043, -0.057422954589128494, 0.2577032148838043, -0.10994396358728409, 0.29271721839904785, 0.5378152132034302, 0.8354342579841614, 0.7829132676124573, 0.6603642702102661, 0.6778712272644043, 1.343137264251709, 0.8179272413253784, 0.6428572535514832, 0.6253502368927002, 1.5007003545761108, 1.9558824300765991, 1.9733893871307373], [1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 1.1330533027648926, 1.7983193397521973, 2.0259103775024414, 2.043417453765869, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7457983493804932, 1.5007003545761108, 0.7303922772407532, 0.08263305574655533, 0.24019621312618256, 0.03011205606162548, -0.7927170395851135, -0.6701680421829224, 0.24019621312618256, 0.6953782439231873, 0.3802522122859955, -0.6351540088653564, -1.3529410362243652, -1.6855742931365967, -1.843137264251709, -1.8606442213058472, -1.9131653308868408, -2.0007002353668213, -1.370448112487793, -0.022408949211239815, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.502801239490509, -0.6526610255241394, -1.6330533027648926, -1.755602240562439, -1.3529410362243652, -0.9852941036224365, -0.7927170395851135, -0.6351540088653564, -1.0728291273117065, -0.4425770044326782, -1.1253501176834106, -1.6505602598190308, -0.9852941036224365, -0.8977590203285217, -1.3004200458526611, -1.580532193183899, -1.8256303071975708, -1.3179271221160889, -0.9852941036224365, -0.8102240562438965, -1.0903360843658447, 0.9754902720451355, 1.7457983493804932, 1.8508403301239014, 1.4131653308868408, -0.39005598425865173, -1.0553221702575684, -1.895658254623413, -1.930672287940979, -1.0903360843658447, 0.6778712272644043, 0.7303922772407532, 0.9404762983322144, 0.6253502368927002, -1.668067216873169, -1.5280112028121948, 1.0630252361297607, 1.0980392694473267, 0.9404762983322144, 0.6603642702102661, -0.3025209903717041, -0.6526610255241394, -0.1624649614095688, -0.23249296844005585, -0.10994396358728409, -0.28501397371292114, -0.09243696182966232, -0.17997196316719055, 0.012605053372681141, 0.11764705926179886, -0.3200279772281647, 0.08263305574655533, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.09243696182966232, -0.4075630009174347, 0.3627452254295349, -0.5126050114631653, 0.3102242052555084, -0.1624649614095688, -0.14495795965194702, 0.2577032148838043, 0.012605053372681141, 0.11764705926179886, 0.11764705926179886, -0.3550419807434082, 0.06512605398893356, 0.012605053372681141, -0.03991595283150673, -0.12745095789432526, 0.1001400575041771, -0.057422954589128494, -0.19747896492481232, -0.1624649614095688, -0.03991595283150673, -0.07492996007204056, -0.10994396358728409, -0.07492996007204056, 0.15266107022762299, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.2226892113685608, 0.45028021931648254, 0.415266215801239, 0.06512605398893356, 0.20518220961093903, 0.5553222298622131, 0.29271721839904785, 0.502801239490509, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.9754902720451355, 1.0805323123931885, 1.2906162738800049, 1.1680673360824585, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.465686321258545, 0.7128852605819702, -1.0728291273117065, -1.4054621458053589, -1.9131653308868408, -1.808123230934143, -1.7906162738800049, -1.6155462265014648, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.7731093168258667, -1.6330533027648926, -1.6155462265014648, -1.3004200458526611, -0.6701680421829224, 0.9404762983322144, 1.728291392326355, 1.9383753538131714, 1.9733893871307373, 1.553221344947815, 2.0959384441375732, 1.868347406387329, -1.5980392694473267, -1.720588207244873, 0.1001400575041771, 1.7457983493804932, 1.5882353782653809, 1.640756368637085, 1.6757704019546509, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.553221344947815, 1.6757704019546509, 1.7457983493804932, 1.343137264251709, 1.7983193397521973, 1.7107843160629272, 0.5378152132034302, 0.6953782439231873, 0.3802522122859955, 0.6603642702102661, 0.17016807198524475, 0.432773232460022, 0.6603642702102661, 0.6953782439231873, 1.0630252361297607, 1.0630252361297607, 0.8179272413253784, 0.5728292465209961, 0.29271721839904785, 0.8354342579841614, 1.7633053064346313, 1.8858543634414673, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 1.2380952835083008, 1.868347406387329, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.868347406387329, 1.780812382698059, 1.780812382698059, 1.518207311630249, 0.7829132676124573, 0.06512605398893356, 0.15266107022762299, 0.3627452254295349, -0.28501397371292114, -1.1428570747375488, -0.6001400351524353, 0.39775922894477844, 0.7478992342948914, 0.06512605398893356, -0.9327731132507324, -1.422969102859497, -1.6155462265014648, -1.808123230934143, -1.930672287940979, -1.9481792449951172, -1.282913088798523, 0.18767507374286652, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7303922772407532, -0.10994396358728409, -1.4404760599136353, -1.755602240562439, -1.4929972887039185, -1.0553221702575684, -0.9677870869636536, -0.4425770044326782, -0.2499999701976776, -0.5126050114631653, -1.335434079170227, -1.195378065109253, -1.2303920984268188, -1.7380952835083008, -1.7380952835083008, -1.457983136177063, -1.3529410362243652, -1.3879550695419312, -1.6155462265014648, -1.1078431606292725, 1.6232492923736572, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.165966510772705, -1.4929972887039185, -1.878151297569275, -1.3179271221160889, -0.37254899740219116, -0.42506998777389526, -0.33753499388694763, -0.9327731132507324, -1.895658254623413, -1.6855742931365967, -0.23249296844005585, 0.4677872359752655, 0.45028021931648254, 0.3802522122859955, 0.0476190559566021, -0.7401960492134094, -0.5126050114631653, -0.022408949211239815, -0.7226890325546265, -0.19747896492481232, -0.12745095789432526, -0.09243696182966232, -0.19747896492481232, -0.09243696182966232, -0.10994396358728409, -0.14495795965194702, -0.1624649614095688, -0.19747896492481232, -0.21498596668243408, -0.47759100794792175, 0.08263305574655533, -0.39005598425865173, 0.1001400575041771, -0.10994396358728409, -0.2499999701976776, -0.3200279772281647, -0.33753499388694763, -0.4600839912891388, -0.7051820158958435, -0.022408949211239815, 0.03011205606162548, -0.07492996007204056, 0.0476190559566021, 0.08263305574655533, -0.14495795965194702, 0.06512605398893356, 0.34523820877075195, 0.39775922894477844, 0.17016807198524475, 0.13515406847000122, -0.09243696182966232, 0.11764705926179886, 0.20518220961093903, -0.09243696182966232, -0.33753499388694763, 0.06512605398893356, -0.5826330184936523, -0.21498596668243408, -0.07492996007204056, 0.415266215801239, 0.4852942228317261, 0.5728292465209961, 0.432773232460022, 0.20518220961093903, 0.4677872359752655, 0.6428572535514832, 0.4677872359752655, 0.6253502368927002, 0.8004202842712402, 0.9404762983322144, 1.0280113220214844, 1.1855742931365967, 1.3606443405151367, 1.5882353782653809, 1.430672287940979, 1.4481793642044067, 1.2205883264541626, 0.20518220961093903, -0.5126050114631653, -1.878151297569275, -1.843137264251709, -1.9131653308868408, -1.808123230934143, -1.5280112028121948, -1.580532193183899, -1.7906162738800049, -1.7731093168258667, -1.6505602598190308, -1.5455182790756226, -1.5105042457580566, -0.6176469922065735, 0.520308256149292, 1.430672287940979, 1.7107843160629272, 1.9733893871307373, 1.9733893871307373, 1.8508403301239014, 2.0259103775024414, 2.1484594345092773, -0.8802520632743835, -1.7380952835083008, -0.8277310132980347, -1.895658254623413, -1.668067216873169, 0.17016807198524475, 1.8508403301239014, 1.605742335319519, 1.5007003545761108, 1.5882353782653809, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.553221344947815, 1.7983193397521973, 1.693277359008789, 1.1680673360824585, 1.1505602598190308, 0.8004202842712402, 0.20518220961093903, 0.012605053372681141, 0.20518220961093903, 0.6253502368927002, 0.6603642702102661, 1.0105042457580566, 1.2380952835083008, 1.0805323123931885, 0.6603642702102661, 0.45028021931648254, 0.7478992342948914, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8529412746429443, 1.483193278312683, 1.9558824300765991, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.9033613204956055, 1.815826416015625, 1.728291392326355, 1.5007003545761108, 0.7478992342948914, 0.012605053372681141, 0.012605053372681141, 0.3102242052555084, 0.2226892113685608, -0.8277310132980347, -0.9677870869636536, 0.0476190559566021, 0.590336263179779, 0.590336263179779, -0.0049019488506019115, -1.0378150939941406, -1.4929972887039185, -1.7030812501907349, -1.8606442213058472, -1.895658254623413, -1.457983136177063, -0.23249296844005585, 0.3277312219142914, 0.5728292465209961, 0.6253502368927002, 0.7478992342948914, 0.29271721839904785, -0.9152660369873047, -1.6505602598190308, -1.5105042457580566, -1.195378065109253, -1.0378150939941406, -1.2128850221633911, -1.0028010606765747, -0.47759100794792175, -0.6526610255241394, -1.370448112487793, -1.6505602598190308, -1.195378065109253, -1.3004200458526611, -1.6505602598190308, -1.8606442213058472, -1.3879550695419312, -1.0728291273117065, 1.8333333730697632, 2.1309523582458496, 2.1309523582458496, 0.29271721839904785, -1.720588207244873, -1.9131653308868408, 0.03011205606162548, 0.590336263179779, 0.7829132676124573, 0.8354342579841614, -0.28501397371292114, -1.6505602598190308, 0.3627452254295349, 0.7303922772407532, 0.3102242052555084, -0.9502801299095154, -1.3179271221160889, -0.6701680421829224, -0.5126050114631653, -0.33753499388694763, 0.012605053372681141, -0.1624649614095688, -0.4075630009174347, -0.21498596668243408, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.09243696182966232, -0.21498596668243408, -0.14495795965194702, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.5126050114631653, 0.03011205606162548, -0.23249296844005585, -0.6176469922065735, -0.37254899740219116, -0.5826330184936523, -0.6701680421829224, -0.3200279772281647, -0.3200279772281647, -0.26750698685646057, -0.3200279772281647, -0.17997196316719055, -0.19747896492481232, -0.33753499388694763, -0.03991595283150673, 0.03011205606162548, -0.21498596668243408, -0.3550419807434082, -0.03991595283150673, -0.6526610255241394, -0.9502801299095154, -1.1428570747375488, -0.6176469922065735, -0.6176469922065735, -0.8102240562438965, -0.37254899740219116, -0.4425770044326782, -0.3550419807434082, -0.42506998777389526, 0.08263305574655533, -0.12745095789432526, -0.12745095789432526, 0.24019621312618256, 0.5553222298622131, 0.3802522122859955, 0.45028021931648254, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.343137264251709, 1.5007003545761108, 1.4131653308868408, 1.430672287940979, 1.6232492923736572, 1.2556023597717285, 0.24019621312618256, -0.8277310132980347, -1.878151297569275, -1.895658254623413, -1.878151297569275, -1.7380952835083008, -1.8256303071975708, -1.7906162738800049, -1.5630252361297607, -1.755602240562439, -1.7380952835083008, -1.5630252361297607, -1.2303920984268188, -0.8277310132980347, 0.432773232460022, 0.8879552483558655, 1.3956583738327026, 1.6582633256912231, 2.1309523582458496, 2.1309523582458496, 2.0084033012390137, 2.0259103775024414, 2.1834733486175537, 1.868347406387329, -0.7401960492134094, -1.195378065109253, -1.3004200458526611, -1.7906162738800049, -1.7906162738800049, -1.9131653308868408, -0.5126050114631653, 1.5882353782653809, 1.4481793642044067, 1.7107843160629272, 1.5007003545761108, 1.605742335319519, 1.7107843160629272, 1.7457983493804932, 1.815826416015625, 1.605742335319519, 1.2205883264541626, 0.03011205606162548, -0.03991595283150673, 0.11764705926179886, 0.3627452254295349, 0.8354342579841614, 1.1680673360824585, 1.2556023597717285, 1.6582633256912231, 0.9754902720451355, 0.6953782439231873, 0.6603642702102661, 0.8879552483558655, 2.0959384441375732, 1.9558824300765991, 1.9383753538131714], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0805323123931885, 1.728291392326355, 2.0084033012390137, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.5357143878936768, 0.8354342579841614, 0.03011205606162548, -0.37254899740219116, -0.0049019488506019115, 0.432773232460022, -0.5126050114631653, -0.8627450466156006, 0.29271721839904785, 0.45028021931648254, 0.7654062509536743, 0.590336263179779, -0.1624649614095688, -1.1428570747375488, -1.5105042457580566, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -0.8277310132980347, 0.24019621312618256, 0.3277312219142914, 0.590336263179779, 0.590336263179779, 0.5728292465209961, -0.42506998777389526, -1.5105042457580566, -1.457983136177063, -1.1253501176834106, -1.2128850221633911, -0.8102240562438965, -0.8452380299568176, -1.1428570747375488, -1.4404760599136353, -1.4054621458053589, -1.4404760599136353, -1.720588207244873, -1.5455182790756226, -1.5455182790756226, -1.4754900932312012, 1.7633053064346313, 1.780812382698059, 1.9033613204956055, 1.1155463457107544, -2.0007002353668213, -1.8606442213058472, -0.47759100794792175, 0.18767507374286652, 0.2577032148838043, 0.3102242052555084, -1.370448112487793, -1.3179271221160889, 0.590336263179779, 0.8354342579841614, 0.7128852605819702, -1.422969102859497, -0.23249296844005585, 0.415266215801239, 0.20518220961093903, 0.0476190559566021, -0.33753499388694763, -0.19747896492481232, -0.3025209903717041, -0.1624649614095688, -0.42506998777389526, -0.1624649614095688, -0.26750698685646057, -0.42506998777389526, -0.26750698685646057, -0.17997196316719055, -0.21498596668243408, -0.3200279772281647, -0.5126050114631653, -0.4600839912891388, -0.26750698685646057, -0.5651260018348694, -0.6001400351524353, -0.42506998777389526, -0.4425770044326782, -0.4425770044326782, -0.10994396358728409, -0.5826330184936523, -0.1624649614095688, -0.37254899740219116, -0.28501397371292114, 0.0476190559566021, -0.23249296844005585, -0.6526610255241394, -0.26750698685646057, -0.3550419807434082, -0.19747896492481232, -0.14495795965194702, -0.17997196316719055, -0.03991595283150673, -0.19747896492481232, -0.022408949211239815, -0.12745095789432526, -0.1624649614095688, -0.17997196316719055, -0.3200279772281647, -0.0049019488506019115, -0.3200279772281647, 0.15266107022762299, -0.09243696182966232, -0.5126050114631653, 0.11764705926179886, 0.3277312219142914, 0.3277312219142914, 0.8179272413253784, 0.5728292465209961, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.3256303071975708, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 0.9054622650146484, 0.3102242052555084, 0.39775922894477844, -0.8277310132980347, -1.8606442213058472, -1.9481792449951172, -1.9481792449951172, -1.8606442213058472, -1.808123230934143, -1.7380952835083008, -1.7380952835083008, -1.6330533027648926, -1.7380952835083008, -1.5630252361297607, -1.0903360843658447, -1.0378150939941406, -0.17997196316719055, 1.1330533027648926, 1.483193278312683, 1.640756368637085, 1.7107843160629272, 2.165966510772705, 1.780812382698059, 1.9733893871307373, 2.0609242916107178, 1.868347406387329, 0.3627452254295349, -1.4929972887039185, -1.7731093168258667, -1.7906162738800049, -1.755602240562439, -1.580532193183899, -1.983193278312683, -1.5455182790756226, 1.3956583738327026, 1.343137264251709, 1.483193278312683, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.2731093168258667, 0.6603642702102661, 0.5553222298622131, 0.415266215801239, 0.7829132676124573, 0.5553222298622131, 1.0105042457580566, 0.7128852605819702, 0.4677872359752655, 1.343137264251709, 0.8179272413253784, 0.9579832553863525, 0.8354342579841614, 0.590336263179779, 1.8858543634414673, 1.9208683967590332, 1.9033613204956055], [1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.8704482913017273, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.9733893871307373, 2.0259103775024414, 2.0084033012390137, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6757704019546509, 1.4131653308868408, 0.8879552483558655, 0.17016807198524475, -0.6526610255241394, -0.37254899740219116, 0.17016807198524475, -0.3025209903717041, -0.5476189851760864, 0.15266107022762299, 0.4852942228317261, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, -0.5826330184936523, -1.335434079170227, -1.5455182790756226, -1.895658254623413, -1.8256303071975708, -1.0378150939941406, 0.13515406847000122, 0.3102242052555084, 0.5553222298622131, 0.590336263179779, 0.5378152132034302, 0.17016807198524475, -1.3879550695419312, -1.370448112487793, -1.160364031791687, -1.195378065109253, -1.5980392694473267, -1.422969102859497, -0.8627450466156006, -0.8627450466156006, -1.5630252361297607, -1.5455182790756226, -1.3879550695419312, -1.247899055480957, 0.3102242052555084, 1.6757704019546509, 1.815826416015625, 2.0259103775024414, 2.113445281982422, 0.7303922772407532, -1.878151297569275, -1.2128850221633911, -0.7226890325546265, -0.37254899740219116, -1.0903360843658447, -1.3879550695419312, 0.012605053372681141, 0.6078432202339172, 0.20518220961093903, -1.668067216873169, -0.28501397371292114, 0.5378152132034302, 0.17016807198524475, 0.08263305574655533, -0.3200279772281647, 0.012605053372681141, -0.26750698685646057, -0.4425770044326782, -0.19747896492481232, -0.33753499388694763, -0.23249296844005585, -0.6351540088653564, -0.19747896492481232, -0.12745095789432526, -0.2499999701976776, -0.09243696182966232, -0.5126050114631653, -0.4950979948043823, -0.5126050114631653, -0.5651260018348694, -0.47759100794792175, -0.0049019488506019115, -0.5651260018348694, -0.28501397371292114, -0.07492996007204056, -0.42506998777389526, -0.26750698685646057, -0.6176469922065735, -0.12745095789432526, 0.0476190559566021, 0.06512605398893356, -0.07492996007204056, -0.14495795965194702, 0.11764705926179886, -0.057422954589128494, -0.21498596668243408, -0.07492996007204056, -0.21498596668243408, 0.0476190559566021, 0.0476190559566021, -0.07492996007204056, 0.1001400575041771, 0.20518220961093903, 0.20518220961093903, -0.5126050114631653, -0.8802520632743835, 0.15266107022762299, 0.3802522122859955, 0.6428572535514832, 0.2752102017402649, 0.6078432202339172, 0.432773232460022, 0.6603642702102661, 0.7478992342948914, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.2731093168258667, 1.5707283020019531, 1.2205883264541626, 1.465686321258545, 1.5882353782653809, 0.502801239490509, -0.8102240562438965, -1.7906162738800049, -1.8256303071975708, -1.9481792449951172, -1.965686321258545, -1.965686321258545, -1.808123230934143, -1.7906162738800049, -1.7380952835083008, -1.668067216873169, -1.4929972887039185, -1.370448112487793, -1.2128850221633911, -0.19747896492481232, 1.1330533027648926, 1.483193278312683, 1.9208683967590332, 1.6757704019546509, 1.9033613204956055, 1.815826416015625, 1.9033613204956055, 2.0084033012390137, 2.0609242916107178, 1.605742335319519, -0.9502801299095154, -1.843137264251709, -1.7380952835083008, -1.6505602598190308, -1.5455182790756226, -1.370448112487793, -1.4929972887039185, -2.0357143878936768, -0.9502801299095154, 1.0280113220214844, 1.7457983493804932, 1.430672287940979, 1.430672287940979, 1.640756368637085, 1.728291392326355, 0.7303922772407532, 1.0630252361297607, 0.9929972887039185, 0.9929972887039185, 0.4677872359752655, 0.6078432202339172, 0.6253502368927002, 1.1155463457107544, 0.6253502368927002, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 1.2030812501907349, 0.8179272413253784, 1.815826416015625, 1.8858543634414673, 1.8508403301239014], [1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0805323123931885, 1.0630252361297607, 0.9929972887039185, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9404762983322144, 1.483193278312683, 1.868347406387329, 1.9383753538131714, 1.9908963441848755, 2.0259103775024414, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9033613204956055, 1.868347406387329, 1.780812382698059, 1.728291392326355, 1.6582633256912231, 1.605742335319519, 1.4131653308868408, 0.7829132676124573, 0.18767507374286652, -0.7401960492134094, -0.7927170395851135, -0.23249296844005585, -0.2499999701976776, -0.03991595283150673, 0.3627452254295349, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.8354342579841614, 0.45028021931648254, -0.7226890325546265, -1.4054621458053589, -1.6330533027648926, -1.8256303071975708, -1.3004200458526611, -0.03991595283150673, 0.3102242052555084, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.11764705926179886, -0.9677870869636536, -0.8802520632743835, -1.0553221702575684, -1.247899055480957, -1.195378065109253, -1.1078431606292725, -1.195378065109253, -1.2128850221633911, -1.5280112028121948, -1.5280112028121948, -1.580532193183899, -0.3025209903717041, 2.0259103775024414, 2.113445281982422, 2.0959384441375732, 0.520308256149292, -1.930672287940979, -0.6176469922065735, 0.18767507374286652, 0.502801239490509, 0.5378152132034302, -0.39005598425865173, -1.4929972887039185, -0.8627450466156006, -0.8277310132980347, -1.580532193183899, -1.4404760599136353, -0.3200279772281647, -0.03991595283150673, -0.21498596668243408, -0.3550419807434082, -0.21498596668243408, -0.23249296844005585, -0.12745095789432526, -0.37254899740219116, -0.12745095789432526, -0.3550419807434082, -0.4075630009174347, -0.23249296844005585, -0.26750698685646057, -0.4600839912891388, -0.47759100794792175, -0.5301120281219482, -0.37254899740219116, -0.26750698685646057, -0.3200279772281647, -0.19747896492481232, -0.3550419807434082, -0.4600839912891388, -0.28501397371292114, -0.19747896492481232, -0.23249296844005585, -0.3550419807434082, -0.21498596668243408, -0.3025209903717041, -0.1624649614095688, -0.17997196316719055, -0.10994396358728409, -0.10994396358728409, -0.21498596668243408, -0.057422954589128494, -0.07492996007204056, -0.21498596668243408, -0.07492996007204056, 0.0476190559566021, -0.28501397371292114, -0.4425770044326782, -0.14495795965194702, -0.3025209903717041, -0.10994396358728409, 0.0476190559566021, 0.3802522122859955, 0.1001400575041771, 0.34523820877075195, 0.03011205606162548, 0.08263305574655533, 0.29271721839904785, 0.5378152132034302, 0.590336263179779, 0.8529412746429443, 0.8004202842712402, 1.1330533027648926, 0.8354342579841614, 1.4481793642044067, 1.4131653308868408, 1.5707283020019531, 1.5007003545761108, 1.1855742931365967, 1.0455182790756226, -1.4404760599136353, -1.7380952835083008, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.965686321258545, -1.9131653308868408, -1.808123230934143, -1.8256303071975708, -1.7030812501907349, -1.5630252361297607, -1.6330533027648926, -0.6876749992370605, -0.39005598425865173, 0.9054622650146484, 1.3081233501434326, 1.6232492923736572, 1.9033613204956055, 1.9033613204956055, 1.9733893871307373, 2.0959384441375732, 2.0084033012390137, 1.9383753538131714, 1.8508403301239014, -0.2499999701976776, -1.8606442213058472, -1.668067216873169, -1.7030812501907349, -1.7030812501907349, -0.8102240562438965, -1.668067216873169, -1.9131653308868408, -1.755602240562439, 0.9054622650146484, 1.2030812501907349, 1.518207311630249, 1.3606443405151367, 1.553221344947815, 1.430672287940979, 0.8004202842712402, 1.378151297569275, 0.8354342579841614, 0.2226892113685608, 0.17016807198524475, 0.45028021931648254, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.9229692816734314, 1.4131653308868408, 1.2556023597717285, 1.1505602598190308, 1.5707283020019531, 1.7983193397521973, 1.7983193397521973, 1.815826416015625], [1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9229692816734314, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 1.0105042457580566, 1.5707283020019531, 1.8858543634414673, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5707283020019531, 1.343137264251709, 0.6428572535514832, 0.3802522122859955, -0.4950979948043823, -1.0203081369400024, -0.37254899740219116, -0.2499999701976776, -0.14495795965194702, 0.17016807198524475, 0.3802522122859955, 0.4677872359752655, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.11764705926179886, -1.0378150939941406, -1.4929972887039185, -1.6155462265014648, -1.5455182790756226, -0.28501397371292114, 0.06512605398893356, 0.18767507374286652, 0.18767507374286652, 0.11764705926179886, -0.1624649614095688, -0.8802520632743835, -0.9852941036224365, -1.160364031791687, -1.370448112487793, -1.5630252361297607, -1.2303920984268188, -1.1253501176834106, -1.282913088798523, -1.5630252361297607, -1.160364031791687, 1.640756368637085, 1.868347406387329, 2.0784313678741455, 1.0105042457580566, -1.755602240562439, -0.5301120281219482, 0.1001400575041771, 0.34523820877075195, 0.3277312219142914, -0.4600839912891388, -1.7380952835083008, 0.20518220961093903, 0.7303922772407532, 0.9229692816734314, 0.8529412746429443, 0.6078432202339172, -1.1428570747375488, -0.6001400351524353, -0.3200279772281647, -0.28501397371292114, -0.14495795965194702, -0.26750698685646057, -0.28501397371292114, -0.3025209903717041, -0.26750698685646057, -0.37254899740219116, -0.42506998777389526, -0.26750698685646057, -0.1624649614095688, -0.3200279772281647, -0.39005598425865173, -0.37254899740219116, -0.4075630009174347, -0.39005598425865173, -0.33753499388694763, -0.47759100794792175, -0.4600839912891388, -0.3550419807434082, -0.5651260018348694, -0.1624649614095688, -0.022408949211239815, -0.3025209903717041, -0.33753499388694763, -0.26750698685646057, -0.26750698685646057, -0.14495795965194702, -0.022408949211239815, -0.3200279772281647, -0.37254899740219116, -0.21498596668243408, -0.0049019488506019115, -0.09243696182966232, -0.07492996007204056, -0.057422954589128494, -0.09243696182966232, -0.3025209903717041, -0.4075630009174347, -0.26750698685646057, -0.5301120281219482, -0.19747896492481232, 0.15266107022762299, 0.34523820877075195, 0.2577032148838043, 0.6078432202339172, 0.8704482913017273, 0.9054622650146484, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 1.0980392694473267, 1.1505602598190308, 1.518207311630249, 1.430672287940979, 1.0280113220214844, 0.1001400575041771, 0.1001400575041771, 0.8179272413253784, -0.9152660369873047, -1.755602240562439, -1.895658254623413, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.9481792449951172, -1.878151297569275, -1.8256303071975708, -1.843137264251709, -1.7380952835083008, -1.3879550695419312, -1.370448112487793, 0.0476190559566021, 0.9229692816734314, 1.4481793642044067, 1.693277359008789, 1.6582633256912231, 1.9033613204956055, 1.9033613204956055, 1.815826416015625, 1.9208683967590332, 1.9208683967590332, 1.780812382698059, 0.7654062509536743, -1.895658254623413, -1.755602240562439, -1.668067216873169, -1.808123230934143, -1.8606442213058472, -1.7380952835083008, -1.8606442213058472, -1.930672287940979, 0.3102242052555084, 1.0455182790756226, 1.378151297569275, 1.430672287940979, 1.2380952835083008, 1.2380952835083008, 1.0980392694473267, 0.8354342579841614, -1.0553221702575684, -0.6526610255241394, -0.26750698685646057, 0.7654062509536743, 0.9054622650146484, 0.5553222298622131, 0.4677872359752655, 0.7128852605819702, 1.5357143878936768, 1.3956583738327026, 1.2380952835083008, 1.8508403301239014, 1.7457983493804932, 1.7457983493804932, 1.780812382698059], [1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 1.1155463457107544, 1.7633053064346313, 1.9383753538131714, 1.9733893871307373, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.605742335319519, 1.5007003545761108, 1.3081233501434326, 0.8704482913017273, 0.3802522122859955, 0.29271721839904785, -0.3550419807434082, -0.7401960492134094, -0.3550419807434082, -0.37254899740219116, -0.4075630009174347, -0.10994396358728409, 0.24019621312618256, 0.13515406847000122, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.7654062509536743, -0.07492996007204056, -1.3879550695419312, -1.422969102859497, -1.4929972887039185, -0.6001400351524353, 0.012605053372681141, 0.08263305574655533, 0.1001400575041771, 0.1001400575041771, -0.2499999701976776, -0.9502801299095154, -1.0378150939941406, -1.2303920984268188, -1.4054621458053589, -1.3529410362243652, -1.370448112487793, -1.282913088798523, 0.11764705926179886, 1.6232492923736572, 1.693277359008789, 1.9033613204956055, 2.0609242916107178, 0.8529412746429443, -1.4404760599136353, -0.7226890325546265, -0.3025209903717041, -0.1624649614095688, -1.6505602598190308, -1.895658254623413, 0.0476190559566021, 0.8004202842712402, 0.9229692816734314, 0.9929972887039185, 0.5378152132034302, -1.580532193183899, -1.160364031791687, -0.14495795965194702, -0.4075630009174347, -0.4075630009174347, -0.5476189851760864, -0.26750698685646057, -0.3025209903717041, -0.33753499388694763, -0.4425770044326782, -0.23249296844005585, -0.17997196316719055, -0.39005598425865173, -0.42506998777389526, -0.47759100794792175, -0.4950979948043823, -0.5301120281219482, -0.057422954589128494, -0.37254899740219116, -0.42506998777389526, -0.4950979948043823, -0.3200279772281647, -0.4425770044326782, -0.12745095789432526, -0.10994396358728409, -0.39005598425865173, -0.47759100794792175, -0.28501397371292114, -0.3550419807434082, -0.022408949211239815, -0.19747896492481232, -0.23249296844005585, -0.26750698685646057, 0.012605053372681141, 0.012605053372681141, -0.03991595283150673, -0.3025209903717041, 0.0476190559566021, 0.03011205606162548, 0.03011205606162548, -0.3025209903717041, -0.10994396358728409, 0.012605053372681141, -0.6176469922065735, -0.9852941036224365, -0.4075630009174347, -0.6351540088653564, 0.415266215801239, 0.5378152132034302, 0.3802522122859955, 0.8354342579841614, 0.502801239490509, 0.7128852605819702, 1.0455182790756226, 0.8879552483558655, 1.3256303071975708, 1.5007003545761108, 0.3802522122859955, -0.37254899740219116, -1.668067216873169, -1.843137264251709, -1.843137264251709, -1.843137264251709, -1.878151297569275, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.930672287940979, -1.983193278312683, -1.9131653308868408, -1.9131653308868408, -1.755602240562439, -1.5630252361297607, -1.3179271221160889, -0.4425770044326782, 1.1505602598190308, 1.483193278312683, 1.815826416015625, 1.640756368637085, 1.8508403301239014, 1.9208683967590332, 1.9383753538131714, 1.815826416015625, 1.9033613204956055, 1.693277359008789, 1.9208683967590332, -1.5455182790756226, -1.755602240562439, -1.7030812501907349, -1.755602240562439, -1.755602240562439, -1.7380952835083008, -1.755602240562439, -1.878151297569275, 0.6603642702102661, 1.1330533027648926, 1.1680673360824585, 1.553221344947815, 1.5882353782653809, 1.2205883264541626, 1.0280113220214844, -0.5301120281219482, -0.8277310132980347, -1.0728291273117065, 0.06512605398893356, 0.4677872359752655, 1.5357143878936768, 0.7128852605819702, 0.7478992342948914, 1.4131653308868408, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932], [1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1505602598190308, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 1.0630252361297607, 1.6232492923736572, 1.9383753538131714, 2.0084033012390137, 2.0259103775024414, 1.9908963441848755, 1.9033613204956055, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.780812382698059, 1.7107843160629272, 1.7107843160629272, 1.640756368637085, 1.3956583738327026, 1.0980392694473267, 0.8704482913017273, 0.3277312219142914, 0.2577032148838043, 0.3102242052555084, -0.09243696182966232, 0.012605053372681141, -0.057422954589128494, -0.09243696182966232, -0.33753499388694763, -0.23249296844005585, 0.2226892113685608, 0.29271721839904785, 0.3627452254295349, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.5553222298622131, -0.4600839912891388, -1.370448112487793, -1.3879550695419312, -0.6001400351524353, -0.2499999701976776, -0.09243696182966232, 0.012605053372681141, -0.1624649614095688, -0.8452380299568176, -1.0553221702575684, -1.1428570747375488, -1.3879550695419312, -1.4929972887039185, -1.4404760599136353, -0.4950979948043823, 1.605742335319519, 1.780812382698059, 1.9558824300765991, 2.0259103775024414, 2.0609242916107178, -0.4425770044326782, -1.720588207244873, -1.6505602598190308, -1.0203081369400024, -1.160364031791687, -1.7380952835083008, -1.5105042457580566, 0.012605053372681141, 0.2752102017402649, 0.3802522122859955, 0.20518220961093903, -1.580532193183899, -1.6155462265014648, 0.11764705926179886, -0.12745095789432526, -0.21498596668243408, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.37254899740219116, -0.10994396358728409, -0.28501397371292114, -0.47759100794792175, -0.2499999701976776, -0.5126050114631653, -0.42506998777389526, -0.26750698685646057, -0.3550419807434082, -0.4075630009174347, -0.3200279772281647, -0.47759100794792175, -0.5476189851760864, -0.5126050114631653, -0.5126050114631653, -0.03991595283150673, -0.4425770044326782, -0.47759100794792175, -0.23249296844005585, -0.26750698685646057, -0.3200279772281647, -0.09243696182966232, -0.09243696182966232, -0.10994396358728409, -0.057422954589128494, -0.07492996007204056, 0.13515406847000122, 0.2226892113685608, -0.1624649614095688, 0.13515406847000122, 0.06512605398893356, 0.11764705926179886, 0.2577032148838043, -0.057422954589128494, 0.432773232460022, 0.24019621312618256, 0.11764705926179886, 0.3102242052555084, 0.29271721839904785, -0.12745095789432526, 0.0476190559566021, 0.2226892113685608, 0.24019621312618256, 0.9404762983322144, 1.1855742931365967, 1.3081233501434326, 1.3956583738327026, 1.0805323123931885, -0.23249296844005585, -0.9502801299095154, -1.335434079170227, -1.7380952835083008, -1.8256303071975708, -1.8606442213058472, -1.9131653308868408, -1.9131653308868408, -1.895658254623413, -1.895658254623413, -1.878151297569275, -2.0007002353668213, -1.965686321258545, -2.0007002353668213, -1.878151297569275, -1.7380952835083008, -1.4404760599136353, 0.1001400575041771, 0.8529412746429443, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.9208683967590332, 1.7107843160629272, 1.9383753538131714, 1.640756368637085, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 0.03011205606162548, -1.843137264251709, -1.755602240562439, -1.755602240562439, -1.755602240562439, -1.843137264251709, -1.983193278312683, -1.3879550695419312, -1.4054621458053589, 0.520308256149292, 1.0455182790756226, 0.8179272413253784, 1.343137264251709, 0.3802522122859955, 0.3277312219142914, -0.23249296844005585, -1.2654061317443848, -1.0028010606765747, 0.4852942228317261, 0.29271721839904785, 0.8704482913017273, 0.7303922772407532, 0.6428572535514832, 1.0980392694473267, 1.343137264251709, 1.2030812501907349, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.693277359008789, 1.693277359008789], [1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.9404762983322144, 1.465686321258545, 1.9033613204956055, 2.043417453765869, 2.043417453765869, 2.0084033012390137, 1.9908963441848755, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.3606443405151367, 1.2030812501907349, 1.0630252361297607, 0.5728292465209961, 0.012605053372681141, -0.022408949211239815, 0.012605053372681141, 0.012605053372681141, 0.03011205606162548, 0.08263305574655533, 0.06512605398893356, -0.21498596668243408, -0.3550419807434082, -0.057422954589128494, 0.24019621312618256, 0.34523820877075195, 0.415266215801239, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.415266215801239, -0.6701680421829224, -1.3004200458526611, -0.5476189851760864, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.21498596668243408, -0.9677870869636536, -1.2303920984268188, -1.2128850221633911, -1.282913088798523, -1.5630252361297607, 1.3606443405151367, 1.8508403301239014, 2.0259103775024414, 2.0784313678741455, 2.0784313678741455, 1.465686321258545, -1.843137264251709, -1.7030812501907349, -0.33753499388694763, -0.0049019488506019115, 0.2577032148838043, 0.2752102017402649, -0.8627450466156006, -1.457983136177063, -0.4425770044326782, -0.6876749992370605, -1.5980392694473267, -1.843137264251709, -1.282913088798523, -0.3025209903717041, -0.37254899740219116, -0.47759100794792175, -0.5126050114631653, -0.4425770044326782, -0.4950979948043823, -0.3200279772281647, -0.21498596668243408, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, -0.4600839912891388, -0.37254899740219116, -0.39005598425865173, 0.0476190559566021, -0.26750698685646057, -0.4075630009174347, -0.39005598425865173, -0.4600839912891388, -0.4425770044326782, -0.47759100794792175, -0.5126050114631653, -0.5651260018348694, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.4600839912891388, -0.17997196316719055, -0.09243696182966232, -0.4075630009174347, -0.2499999701976776, -0.14495795965194702, -0.07492996007204056, 0.3102242052555084, 0.2752102017402649, 0.24019621312618256, -0.057422954589128494, 0.0476190559566021, -0.03991595283150673, 0.08263305574655533, 0.20518220961093903, 0.3102242052555084, 0.6603642702102661, 0.7654062509536743, 0.5378152132034302, 1.0105042457580566, 1.1330533027648926, 1.2731093168258667, 1.0455182790756226, 1.1505602598190308, 1.430672287940979, 0.9754902720451355, -0.057422954589128494, -0.6001400351524353, -1.2303920984268188, -1.755602240562439, -1.8256303071975708, -1.8606442213058472, -1.8606442213058472, -1.8606442213058472, -1.878151297569275, -1.8606442213058472, -1.808123230934143, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.3529410362243652, -1.457983136177063, -0.12745095789432526, 0.6603642702102661, 1.3956583738327026, 1.6582633256912231, 1.5357143878936768, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.6232492923736572, 1.815826416015625, 1.728291392326355, 2.0259103775024414, -0.19747896492481232, 1.3606443405151367, -0.2499999701976776, -1.7906162738800049, -1.983193278312683, -1.965686321258545, -1.930672287940979, -1.6855742931365967, -1.5980392694473267, -2.0007002353668213, -0.3025209903717041, 0.6078432202339172, 1.1330533027648926, 1.0280113220214844, 0.5553222298622131, -1.370448112487793, -1.7906162738800049, -1.7731093168258667, -0.5826330184936523, 0.7829132676124573, 1.2906162738800049, 0.7128852605819702, 1.2205883264541626, 0.8179272413253784, 1.0455182790756226, 1.0280113220214844, 0.8704482913017273, 1.7457983493804932, 1.6582633256912231, 1.6232492923736572, 1.640756368637085, 1.6582633256912231], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8704482913017273, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.9754902720451355, 1.430672287940979, 1.9033613204956055, 2.0609242916107178, 2.0959384441375732, 2.043417453765869, 1.9908963441848755, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.3956583738327026, 1.2906162738800049, 0.9929972887039185, 0.4852942228317261, -0.10994396358728409, -0.21498596668243408, -0.14495795965194702, -0.1624649614095688, -0.022408949211239815, 0.20518220961093903, -0.0049019488506019115, -0.07492996007204056, -0.26750698685646057, -0.42506998777389526, -0.28501397371292114, 0.11764705926179886, 0.17016807198524475, 0.20518220961093903, 0.29271721839904785, 0.415266215801239, 0.5378152132034302, 0.5728292465209961, 0.2226892113685608, -0.8802520632743835, -0.6701680421829224, -0.47759100794792175, -0.4075630009174347, -0.37254899740219116, -0.6351540088653564, -1.1778711080551147, -1.160364031791687, -1.282913088798523, -1.247899055480957, 1.378151297569275, 2.0259103775024414, 2.0609242916107178, 2.1834733486175537, 1.6232492923736572, -1.895658254623413, -1.668067216873169, 0.012605053372681141, 0.3277312219142914, 0.6078432202339172, 0.502801239490509, -1.3179271221160889, -1.6155462265014648, 0.6428572535514832, 0.4852942228317261, 0.2752102017402649, 0.2752102017402649, 0.20518220961093903, -0.6351540088653564, -0.9677870869636536, -0.4425770044326782, -0.39005598425865173, -0.14495795965194702, -0.4425770044326782, -0.4950979948043823, -0.7927170395851135, -0.3200279772281647, -0.28501397371292114, -0.33753499388694763, -0.4425770044326782, -0.4600839912891388, -0.37254899740219116, -0.2499999701976776, -0.19747896492481232, -0.6001400351524353, -0.3025209903717041, -0.6176469922065735, -0.5651260018348694, -0.5126050114631653, -0.6351540088653564, -0.28501397371292114, -0.42506998777389526, -0.5476189851760864, -0.47759100794792175, -0.5476189851760864, -0.21498596668243408, -0.5651260018348694, -0.39005598425865173, -0.19747896492481232, -0.28501397371292114, -0.3550419807434082, -0.12745095789432526, -0.3200279772281647, -0.17997196316719055, 0.03011205606162548, 0.13515406847000122, 0.3277312219142914, 0.15266107022762299, -0.14495795965194702, 0.08263305574655533, 0.34523820877075195, 0.6253502368927002, 0.5728292465209961, 0.520308256149292, 0.8004202842712402, 0.8004202842712402, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.2205883264541626, 1.4481793642044067, 0.9754902720451355, -0.17997196316719055, -1.0728291273117065, -1.5455182790756226, -1.7030812501907349, -1.8256303071975708, -1.8256303071975708, -1.808123230934143, -1.8606442213058472, -1.843137264251709, -1.808123230934143, -1.808123230934143, -1.0378150939941406, 0.1001400575041771, 0.8004202842712402, -0.42506998777389526, 0.3802522122859955, 0.24019621312618256, 0.8529412746429443, 1.815826416015625, 1.7107843160629272, 1.465686321258545, 1.640756368637085, 1.7983193397521973, 1.9558824300765991, 1.5707283020019531, 1.5007003545761108, 1.5882353782653809, 1.483193278312683, 1.343137264251709, 1.6582633256912231, 1.7107843160629272, 1.3256303071975708, 0.17016807198524475, -1.5630252361297607, -1.247899055480957, -1.965686321258545, -1.983193278312683, -2.0007002353668213, -1.930672287940979, -0.09243696182966232, 1.1155463457107544, 1.2380952835083008, -1.422969102859497, -1.9481792449951172, -1.878151297569275, -1.6155462265014648, 0.03011205606162548, 0.9229692816734314, 1.8333333730697632, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.1330533027648926, 0.6078432202339172, 1.2205883264541626, 1.6232492923736572, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.6232492923736572], [1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8704482913017273, 1.3081233501434326, 1.7983193397521973, 2.0084033012390137, 2.0784313678741455, 2.043417453765869, 1.9908963441848755, 1.9558824300765991, 1.9208683967590332, 1.868347406387329, 1.868347406387329, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.0455182790756226, 0.502801239490509, -0.057422954589128494, -0.33753499388694763, -0.19747896492481232, -0.12745095789432526, -0.42506998777389526, -0.28501397371292114, -0.10994396358728409, -0.07492996007204056, -0.17997196316719055, -0.14495795965194702, -0.4950979948043823, -0.4425770044326782, -0.022408949211239815, 0.11764705926179886, 0.08263305574655533, 0.17016807198524475, 0.24019621312618256, 0.2752102017402649, 0.3627452254295349, 0.6428572535514832, -0.39005598425865173, -0.7752100229263306, -0.6001400351524353, -0.6176469922065735, -0.5476189851760864, -0.8452380299568176, -1.2654061317443848, -1.3529410362243652, 1.2556023597717285, 1.553221344947815, 2.0609242916107178, 2.2009804248809814, 1.3081233501434326, -1.9131653308868408, -1.6855742931365967, -0.1624649614095688, 0.18767507374286652, 0.502801239490509, 0.502801239490509, -1.5980392694473267, -1.6855742931365967, 0.8004202842712402, 0.7128852605819702, 0.5728292465209961, 0.6078432202339172, 0.45028021931648254, -0.6001400351524353, -0.6526610255241394, -0.37254899740219116, -0.14495795965194702, -0.2499999701976776, -0.47759100794792175, -0.26750698685646057, -0.37254899740219116, -0.47759100794792175, -0.28501397371292114, -0.4075630009174347, -0.47759100794792175, -0.42506998777389526, -0.7927170395851135, -0.5126050114631653, -0.39005598425865173, -0.33753499388694763, -0.5126050114631653, -0.6876749992370605, -0.4600839912891388, -0.5826330184936523, -0.5826330184936523, -0.37254899740219116, -0.4425770044326782, -0.5476189851760864, -0.3200279772281647, -0.5126050114631653, -0.28501397371292114, -0.4950979948043823, -0.42506998777389526, -0.4950979948043823, -0.5126050114631653, -0.3025209903717041, -0.21498596668243408, -0.14495795965194702, -0.09243696182966232, -0.057422954589128494, -0.022408949211239815, 0.08263305574655533, 0.0476190559566021, -0.12745095789432526, -0.057422954589128494, 0.29271721839904785, 1.0805323123931885, 0.415266215801239, 0.7829132676124573, 1.0805323123931885, 0.9404762983322144, 1.1155463457107544, 0.9929972887039185, 0.8704482913017273, 0.590336263179779, 1.0980392694473267, 0.8004202842712402, -0.3550419807434082, -1.160364031791687, -1.8256303071975708, -1.8256303071975708, -1.843137264251709, -1.8606442213058472, -1.843137264251709, -1.7731093168258667, -1.7731093168258667, -1.4054621458053589, -0.9152660369873047, -0.3025209903717041, 1.1155463457107544, 1.5007003545761108, 1.2731093168258667, 1.553221344947815, 1.5882353782653809, 1.7633053064346313, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.9733893871307373, 1.7983193397521973, 1.2380952835083008, 1.4131653308868408, 1.693277359008789, 1.693277359008789, 1.9033613204956055, 1.605742335319519, 1.2556023597717285, 0.9404762983322144, 0.5378152132034302, -0.7927170395851135, -1.9131653308868408, -1.930672287940979, -1.9481792449951172, -1.965686321258545, -1.7030812501907349, 0.29271721839904785, -0.9327731132507324, -2.0007002353668213, -1.965686321258545, -1.7906162738800049, -1.5630252361297607, -0.3025209903717041, 0.9929972887039185, 1.5707283020019531, 1.3956583738327026, 1.4481793642044067, 1.378151297569275, 0.6078432202339172, 0.8529412746429443, 1.3956583738327026, 1.518207311630249, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.8879552483558655, 1.3606443405151367, 1.8508403301239014, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.7107843160629272, 1.640756368637085, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.3606443405151367, 1.1330533027648926, 0.7478992342948914, 0.08263305574655533, -0.19747896492481232, -0.0049019488506019115, 0.13515406847000122, -0.6001400351524353, -0.6351540088653564, -0.4075630009174347, -0.12745095789432526, -0.12745095789432526, -0.14495795965194702, -0.19747896492481232, -0.42506998777389526, -0.5126050114631653, -0.37254899740219116, -0.07492996007204056, 0.06512605398893356, 0.1001400575041771, 0.17016807198524475, 0.08263305574655533, 0.06512605398893356, 0.06512605398893356, -0.6701680421829224, -0.9327731132507324, -0.8452380299568176, -0.8452380299568176, -0.7577030062675476, -1.0728291273117065, 0.9579832553863525, 1.693277359008789, 1.815826416015625, 1.9383753538131714, 2.043417453765869, -0.39005598425865173, -1.8256303071975708, -0.6876749992370605, -0.21498596668243408, -0.0049019488506019115, 0.18767507374286652, -1.7030812501907349, -1.7906162738800049, 0.45028021931648254, 0.6253502368927002, 0.5553222298622131, 0.6078432202339172, 0.5378152132034302, -0.8627450466156006, -0.4950979948043823, -0.12745095789432526, 0.012605053372681141, 0.2226892113685608, 0.20518220961093903, 0.11764705926179886, -0.47759100794792175, -0.09243696182966232, -0.28501397371292114, -0.4950979948043823, -0.6701680421829224, -0.6351540088653564, -0.4600839912891388, -0.5476189851760864, -0.39005598425865173, -0.4600839912891388, -0.5126050114631653, -0.5826330184936523, -0.5301120281219482, -0.5651260018348694, -0.7401960492134094, -0.5651260018348694, -0.47759100794792175, -0.4950979948043823, -0.4075630009174347, -0.4950979948043823, -0.6351540088653564, -0.7051820158958435, -0.4075630009174347, -0.3550419807434082, -0.4075630009174347, -0.17997196316719055, -0.5126050114631653, -0.14495795965194702, -0.3200279772281647, -0.022408949211239815, 0.03011205606162548, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, 0.1001400575041771, 0.7654062509536743, 0.9229692816734314, 0.4852942228317261, 0.5378152132034302, 0.7303922772407532, 1.0105042457580566, 0.8704482913017273, 1.0455182790756226, 1.343137264251709, 1.465686321258545, 1.2906162738800049, 0.5378152132034302, -0.8277310132980347, -1.370448112487793, -1.7030812501907349, -1.8256303071975708, -1.843137264251709, -1.843137264251709, -1.755602240562439, -1.895658254623413, -1.195378065109253, -0.26750698685646057, -0.19747896492481232, 1.3956583738327026, 0.520308256149292, 1.3081233501434326, 1.5882353782653809, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.7457983493804932, 1.6582633256912231, 1.5882353782653809, 1.2556023597717285, 1.3606443405151367, 1.5007003545761108, 1.693277359008789, 1.728291392326355, 1.1680673360824585, 1.0280113220214844, -0.14495795965194702, -1.3179271221160889, -1.7731093168258667, -1.9131653308868408, -2.0007002353668213, -1.983193278312683, -1.930672287940979, -1.965686321258545, -2.018207311630249, -1.8606442213058472, -1.808123230934143, -0.5826330184936523, -1.6505602598190308, 0.17016807198524475, 1.5357143878936768, 1.5882353782653809, 1.7983193397521973, 1.1855742931365967, 1.0105042457580566, 0.8004202842712402, 0.7303922772407532, 1.8858543634414673, 1.5007003545761108, 1.483193278312683, 1.553221344947815, 1.553221344947815, 1.553221344947815], [1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7303922772407532, 0.9754902720451355, 1.6232492923736572, 2.0084033012390137, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.9383753538131714, 1.8858543634414673, 1.693277359008789, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.2205883264541626, 1.2556023597717285, 1.0630252361297607, 0.6603642702102661, 0.39775922894477844, 0.15266107022762299, -0.03991595283150673, -0.2499999701976776, -0.33753499388694763, -0.4600839912891388, -0.1624649614095688, -0.03991595283150673, -0.03991595283150673, -0.21498596668243408, -0.47759100794792175, -0.5826330184936523, -0.5126050114631653, -0.3550419807434082, -0.3025209903717041, -0.2499999701976776, -0.09243696182966232, -0.057422954589128494, -0.12745095789432526, -0.1624649614095688, -0.7401960492134094, -1.2303920984268188, -1.0378150939941406, -1.0903360843658447, -1.2303920984268188, 1.7633053064346313, 1.780812382698059, 1.9733893871307373, 2.0784313678741455, 1.9383753538131714, -1.2303920984268188, -1.0378150939941406, -1.3004200458526611, -1.6330533027648926, -1.160364031791687, -1.3004200458526611, -1.5105042457580566, -0.9327731132507324, -0.4425770044326782, -0.4425770044326782, -0.47759100794792175, -0.07492996007204056, -1.2303920984268188, -0.09243696182966232, 0.11764705926179886, 0.2752102017402649, 0.3277312219142914, -0.33753499388694763, 0.18767507374286652, -0.21498596668243408, -0.5476189851760864, -0.5476189851760864, -0.6001400351524353, -0.4950979948043823, -0.5826330184936523, -0.4950979948043823, -0.5651260018348694, -0.6701680421829224, -0.4950979948043823, -0.42506998777389526, -0.5476189851760864, -0.5476189851760864, -0.6526610255241394, -0.5651260018348694, -0.6351540088653564, -0.5826330184936523, -0.6176469922065735, -0.7226890325546265, -0.5476189851760864, -0.6001400351524353, -0.4075630009174347, -0.37254899740219116, -0.3025209903717041, -0.4075630009174347, -0.3200279772281647, -0.19747896492481232, -0.19747896492481232, -0.2499999701976776, -0.1624649614095688, 0.08263305574655533, 0.3802522122859955, 0.15266107022762299, 0.012605053372681141, 0.3802522122859955, 0.520308256149292, 0.9754902720451355, 0.6953782439231873, 0.8529412746429443, 0.7478992342948914, 0.6078432202339172, 0.9229692816734314, 1.1505602598190308, 1.3956583738327026, 1.378151297569275, 1.2205883264541626, 0.8354342579841614, -0.17997196316719055, -1.0903360843658447, -1.720588207244873, -1.7906162738800049, -1.843137264251709, -1.9131653308868408, -1.7906162738800049, -1.7731093168258667, -0.5476189851760864, 0.502801239490509, 1.0630252361297607, 1.2731093168258667, 1.465686321258545, 1.5882353782653809, 1.8508403301239014, 1.9383753538131714, 1.6582633256912231, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.640756368637085, 1.5357143878936768, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.5007003545761108, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.3081233501434326, 1.553221344947815, 1.1505602598190308, 0.6778712272644043, -0.7752100229263306, -1.282913088798523, -2.018207311630249, -2.0007002353668213, -1.2654061317443848, -2.018207311630249, -1.965686321258545, -1.965686321258545, 0.432773232460022, 1.0455182790756226, -1.9481792449951172, -1.422969102859497, -0.9327731132507324, 0.6778712272644043, 1.5357143878936768, 1.8858543634414673, 1.728291392326355, 1.728291392326355, 1.483193278312683, 0.8704482913017273, 1.0980392694473267, 1.640756368637085, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7478992342948914, 1.3081233501434326, 1.9733893871307373, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.9733893871307373, 1.9733893871307373, 1.815826416015625, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.518207311630249, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 0.7829132676124573, 0.415266215801239, 0.24019621312618256, 0.20518220961093903, -0.0049019488506019115, -0.19747896492481232, -0.3025209903717041, -0.5476189851760864, -0.39005598425865173, -0.14495795965194702, -0.07492996007204056, -0.057422954589128494, -0.26750698685646057, -0.5826330184936523, -0.7051820158958435, -0.4425770044326782, -0.4600839912891388, -0.4075630009174347, -0.2499999701976776, -0.2499999701976776, -0.26750698685646057, -0.3025209903717041, -0.6176469922065735, -1.247899055480957, -1.6330533027648926, -1.5630252361297607, 2.043417453765869, 1.9908963441848755, 2.1309523582458496, 2.0784313678741455, -1.0728291273117065, -1.1778711080551147, -1.7906162738800049, -1.335434079170227, -1.195378065109253, 0.18767507374286652, 0.415266215801239, 0.432773232460022, 0.4677872359752655, -1.0903360843658447, -1.6855742931365967, -0.10994396358728409, -0.23249296844005585, -0.6701680421829224, -0.03991595283150673, 0.06512605398893356, 0.2226892113685608, -0.1624649614095688, -0.5651260018348694, -0.17997196316719055, -0.28501397371292114, -0.28501397371292114, 0.06512605398893356, -0.3025209903717041, -0.5826330184936523, -0.4075630009174347, -0.9502801299095154, -0.6701680421829224, -0.6876749992370605, -0.5651260018348694, -0.8627450466156006, -0.4600839912891388, -0.37254899740219116, -0.47759100794792175, -0.8627450466156006, -0.9327731132507324, -0.4600839912891388, -0.8627450466156006, -0.7226890325546265, -0.33753499388694763, -0.6701680421829224, -0.6351540088653564, -0.5651260018348694, -0.5651260018348694, -0.9327731132507324, -0.28501397371292114, -0.7051820158958435, -0.6876749992370605, -0.26750698685646057, -0.17997196316719055, -0.3200279772281647, 0.03011205606162548, 0.4677872359752655, 0.8704482913017273, 0.9404762983322144, 0.5378152132034302, 0.9229692816734314, 0.5553222298622131, 0.502801239490509, 1.0980392694473267, 1.0280113220214844, 0.6253502368927002, 1.0980392694473267, 1.2556023597717285, 1.0980392694473267, 0.8879552483558655, -0.39005598425865173, -1.0903360843658447, -1.5980392694473267, -1.7731093168258667, -1.843137264251709, -1.843137264251709, -1.8256303071975708, -0.07492996007204056, 1.0805323123931885, 1.0980392694473267, 0.6078432202339172, 1.1155463457107544, 1.5357143878936768, 1.4481793642044067, 1.7457983493804932, 1.6232492923736572, 1.7983193397521973, 1.693277359008789, 1.3956583738327026, 1.7983193397521973, 1.693277359008789, 1.693277359008789, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.4131653308868408, 1.3081233501434326, 1.6582633256912231, 1.1330533027648926, 0.7829132676124573, 1.3956583738327026, 1.0455182790756226, 1.1155463457107544, 0.17016807198524475, -1.9131653308868408, -1.755602240562439, -1.965686321258545, -1.965686321258545, -1.983193278312683, -1.1428570747375488, -1.9481792449951172, -1.965686321258545, -2.018207311630249, -2.0007002353668213, -1.878151297569275, -1.0203081369400024, -0.23249296844005585, 0.6778712272644043, 1.518207311630249, 1.2906162738800049, 1.6232492923736572, 1.0805323123931885, 0.6603642702102661, 1.6582633256912231, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683], [1.815826416015625, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 1.2380952835083008, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.9558824300765991, 2.0084033012390137, 1.9733893871307373, 1.8333333730697632, 1.728291392326355, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.3081233501434326, 1.0280113220214844, 0.8354342579841614, 0.6428572535514832, 0.432773232460022, 0.24019621312618256, 0.08263305574655533, 0.03011205606162548, -0.12745095789432526, -0.3550419807434082, -0.5651260018348694, -0.4950979948043823, -0.14495795965194702, -0.057422954589128494, -0.03991595283150673, -0.23249296844005585, -0.5826330184936523, -0.7401960492134094, -0.7401960492134094, -0.7577030062675476, -0.7577030062675476, -0.7401960492134094, -0.8277310132980347, -0.8452380299568176, -1.5980392694473267, -1.5105042457580566, -1.668067216873169, -0.23249296844005585, 1.3081233501434326, 1.8858543634414673, 2.0784313678741455, 1.0455182790756226, -1.282913088798523, -1.878151297569275, -1.4929972887039185, -1.0728291273117065, 0.20518220961093903, 0.3627452254295349, 0.4677872359752655, 0.4677872359752655, -1.160364031791687, -1.720588207244873, 0.3627452254295349, 0.432773232460022, 0.2752102017402649, -0.0049019488506019115, -0.4950979948043823, -0.12745095789432526, -0.14495795965194702, -0.1624649614095688, -0.5126050114631653, -0.19747896492481232, -0.5126050114631653, -0.14495795965194702, -0.03991595283150673, -0.5826330184936523, -0.6351540088653564, -0.8977590203285217, -0.6176469922065735, -0.6176469922065735, -0.5126050114631653, -0.5826330184936523, -0.3200279772281647, -0.3550419807434082, -0.2499999701976776, -0.21498596668243408, -0.42506998777389526, -0.5651260018348694, -0.7752100229263306, -0.7226890325546265, -0.28501397371292114, -0.6351540088653564, -0.6701680421829224, -0.5476189851760864, -0.47759100794792175, -0.47759100794792175, -0.37254899740219116, -0.4425770044326782, -0.4950979948043823, -0.33753499388694763, -0.26750698685646057, 0.6253502368927002, 0.012605053372681141, -0.057422954589128494, 0.5728292465209961, 0.6078432202339172, 0.7478992342948914, 0.7478992342948914, 0.9229692816734314, 0.7478992342948914, 1.1155463457107544, 1.2731093168258667, 1.3956583738327026, 1.0980392694473267, 1.1330533027648926, 0.7829132676124573, 0.39775922894477844, -0.21498596668243408, -0.8977590203285217, -1.4054621458053589, -1.755602240562439, -1.7380952835083008, -1.7030812501907349, -1.1428570747375488, -0.5826330184936523, 0.9054622650146484, 1.3956583738327026, 1.2380952835083008, 1.2205883264541626, 1.1505602598190308, 1.5707283020019531, 1.605742335319519, 1.728291392326355, 1.5882353782653809, 1.5882353782653809, 1.815826416015625, 1.553221344947815, 1.5007003545761108, 1.640756368637085, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.2906162738800049, 1.465686321258545, 1.4131653308868408, 1.483193278312683, 1.0805323123931885, 0.590336263179779, -1.4754900932312012, -1.7906162738800049, -1.7380952835083008, -1.720588207244873, -0.10994396358728409, -1.930672287940979, -1.9481792449951172, 0.39775922894477844, 1.5357143878936768, -1.7906162738800049, -1.983193278312683, 0.9579832553863525, 1.8858543634414673, -1.930672287940979, -1.6330533027648926, -1.370448112487793, 0.502801239490509, 1.1155463457107544, 0.7478992342948914, -0.0049019488506019115, -0.9152660369873047, 1.5707283020019531, 1.7107843160629272, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.605742335319519, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 1.2030812501907349, 1.9733893871307373, 2.0084033012390137, 2.0084033012390137, 1.9733893871307373, 1.9908963441848755, 1.8858543634414673, 1.868347406387329, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.2380952835083008, 1.0455182790756226, 0.8004202842712402, 0.34523820877075195, -0.14495795965194702, -0.3025209903717041, -0.057422954589128494, -0.14495795965194702, -0.1624649614095688, -0.3200279772281647, -0.47759100794792175, -0.5651260018348694, -0.33753499388694763, -0.2499999701976776, -0.37254899740219116, -0.5301120281219482, -0.7051820158958435, -0.8277310132980347, -0.7927170395851135, -1.1253501176834106, -1.4754900932312012, -1.3529410362243652, -1.668067216873169, -1.6855742931365967, -1.4929972887039185, -1.457983136177063, 1.2731093168258667, 1.465686321258545, 1.3606443405151367, 1.5007003545761108, 0.7478992342948914, -1.580532193183899, -1.9131653308868408, -1.282913088798523, -0.1624649614095688, 0.06512605398893356, 0.1001400575041771, 0.11764705926179886, -1.2654061317443848, -1.8256303071975708, -0.07492996007204056, 0.432773232460022, 0.18767507374286652, 0.20518220961093903, -0.4425770044326782, -0.5651260018348694, -0.28501397371292114, -0.21498596668243408, -0.4950979948043823, -0.37254899740219116, -0.42506998777389526, -0.8102240562438965, -0.4950979948043823, -0.6526610255241394, -0.7051820158958435, -0.5651260018348694, -0.4075630009174347, -0.42506998777389526, -0.3200279772281647, -0.37254899740219116, -0.4075630009174347, -0.23249296844005585, -0.17997196316719055, -0.09243696182966232, -0.09243696182966232, -0.4075630009174347, -0.12745095789432526, -0.37254899740219116, -0.5301120281219482, -0.5826330184936523, -0.5651260018348694, -0.5826330184936523, -0.5301120281219482, -0.5476189851760864, -0.6351540088653564, -0.39005598425865173, -0.2499999701976776, -0.2499999701976776, -0.12745095789432526, 0.18767507374286652, 0.5378152132034302, 0.3627452254295349, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 0.7654062509536743, 0.9579832553863525, 0.8004202842712402, 0.9404762983322144, 0.6778712272644043, 0.8704482913017273, 1.0105042457580566, 1.3256303071975708, 1.3956583738327026, 0.9404762983322144, -0.19747896492481232, -1.2303920984268188, -1.808123230934143, -1.7906162738800049, -1.7906162738800049, -1.1253501176834106, 0.6078432202339172, 0.9929972887039185, 1.3606443405151367, 1.3606443405151367, 1.5882353782653809, 1.5357143878936768, 1.2906162738800049, 1.378151297569275, 1.728291392326355, 1.6232492923736572, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.8508403301239014, 1.6582633256912231, 1.4131653308868408, 1.728291392326355, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.640756368637085, 1.693277359008789, -0.9502801299095154, -0.8977590203285217, -1.457983136177063, -0.10994396358728409, 1.8333333730697632, 1.9208683967590332, -1.4754900932312012, -1.9481792449951172, 1.7983193397521973, 1.7633053064346313, -1.9481792449951172, -1.1428570747375488, -1.7906162738800049, -1.195378065109253, -0.14495795965194702, -1.195378065109253, -1.720588207244873, -0.6876749992370605, 1.9558824300765991, 1.483193278312683, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026], [1.815826416015625, 1.7633053064346313, 1.7457983493804932, 1.7107843160629272, 1.6582633256912231, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.3606443405151367, 2.043417453765869, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.3606443405151367, 1.0980392694473267, 0.6778712272644043, 0.2752102017402649, -0.12745095789432526, -0.5476189851760864, -0.6526610255241394, -0.33753499388694763, -0.07492996007204056, -0.12745095789432526, -0.39005598425865173, -0.5826330184936523, -0.7226890325546265, -0.6526610255241394, -0.5651260018348694, -0.6526610255241394, -0.6176469922065735, -0.6526610255241394, -0.8977590203285217, -0.33753499388694763, -1.6155462265014648, -1.6330533027648926, -1.6155462265014648, -1.5980392694473267, -1.6855742931365967, -1.3004200458526611, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.7633053064346313, -1.9131653308868408, -1.6855742931365967, -0.8977590203285217, 0.2577032148838043, -0.6701680421829224, -1.1253501176834106, -0.9852941036224365, -1.3179271221160889, -1.8606442213058472, -1.3004200458526611, -0.03991595283150673, -0.1624649614095688, -0.14495795965194702, -0.4950979948043823, -1.335434079170227, -1.4929972887039185, -0.23249296844005585, -0.5651260018348694, -0.6176469922065735, -0.5826330184936523, -0.7927170395851135, -0.6176469922065735, -0.6176469922065735, -0.4425770044326782, -0.4075630009174347, -0.07492996007204056, -0.26750698685646057, -0.33753499388694763, -0.3200279772281647, -0.3200279772281647, -0.10994396358728409, -0.1624649614095688, -0.09243696182966232, -0.07492996007204056, 0.012605053372681141, -0.0049019488506019115, -0.10994396358728409, -0.4075630009174347, -0.2499999701976776, -0.26750698685646057, -0.6176469922065735, -0.7752100229263306, -0.7051820158958435, -0.8977590203285217, -0.6876749992370605, -0.37254899740219116, 0.15266107022762299, 0.2577032148838043, 0.06512605398893356, 0.502801239490509, 0.3277312219142914, 0.3102242052555084, 0.7654062509536743, 0.45028021931648254, 0.415266215801239, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 1.0455182790756226, 0.7128852605819702, 0.8879552483558655, 1.2556023597717285, 1.1680673360824585, 0.6603642702102661, -0.21498596668243408, -0.9677870869636536, -1.720588207244873, -1.755602240562439, -1.6505602598190308, -1.370448112487793, 0.0476190559566021, 0.9929972887039185, 1.3081233501434326, 1.3081233501434326, 1.2205883264541626, 1.4131653308868408, 1.465686321258545, 1.2556023597717285, 1.6232492923736572, 1.343137264251709, 1.5357143878936768, 1.693277359008789, 1.8858543634414673, 1.605742335319519, 1.7983193397521973, 1.7107843160629272, 1.780812382698059, 1.465686321258545, 1.640756368637085, 1.605742335319519, 1.640756368637085, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.430672287940979, 1.430672287940979, 1.7107843160629272, 1.8508403301239014, 1.430672287940979, 2.0784313678741455, 1.3081233501434326, -0.1624649614095688, 0.6253502368927002, 1.8333333730697632, -1.6855742931365967, -2.018207311630249, -1.930672287940979, -1.0028010606765747, -1.0203081369400024, -1.7731093168258667, -1.843137264251709, -1.6505602598190308, 0.4852942228317261, 0.3102242052555084, -1.6505602598190308, -0.33753499388694763, 1.8858543634414673, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709], [1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 1.2731093168258667, 1.9208683967590332, 1.9733893871307373, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.8858543634414673, 1.8333333730697632, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.5357143878936768, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 0.7128852605819702, 0.3102242052555084, -0.12745095789432526, -0.4600839912891388, -0.7577030062675476, -0.7226890325546265, -0.5301120281219482, -0.33753499388694763, -0.33753499388694763, -0.47759100794792175, -0.7752100229263306, -0.9327731132507324, -0.8452380299568176, -0.8627450466156006, -1.0903360843658447, -1.1778711080551147, -1.5105042457580566, -1.4754900932312012, -1.4929972887039185, -1.3879550695419312, -1.2128850221633911, -1.0903360843658447, -1.0378150939941406, -0.8977590203285217, -0.6351540088653564, 1.4481793642044067, 1.0980392694473267, -1.808123230934143, -1.282913088798523, -0.6526610255241394, 0.0476190559566021, 0.3277312219142914, -1.160364031791687, -1.720588207244873, -0.03991595283150673, 0.11764705926179886, 0.06512605398893356, -0.09243696182966232, -1.0203081369400024, -1.4929972887039185, -1.247899055480957, -1.5455182790756226, -1.6155462265014648, -0.23249296844005585, -0.6176469922065735, -0.6001400351524353, -0.6876749992370605, -0.6351540088653564, -0.07492996007204056, -0.4600839912891388, -0.3200279772281647, -0.5826330184936523, -0.4425770044326782, -0.5126050114631653, -0.26750698685646057, -0.6701680421829224, -0.3200279772281647, -0.28501397371292114, -0.5126050114631653, -0.10994396358728409, -0.33753499388694763, -0.14495795965194702, -0.2499999701976776, 0.11764705926179886, 0.2752102017402649, 0.18767507374286652, 0.20518220961093903, 0.29271721839904785, 0.4852942228317261, 0.502801239490509, -0.057422954589128494, 0.18767507374286652, -0.5301120281219482, -0.057422954589128494, -0.5126050114631653, 0.34523820877075195, 0.5378152132034302, 0.5553222298622131, 0.2226892113685608, 0.4852942228317261, 0.3277312219142914, 0.6603642702102661, 0.7478992342948914, 0.8004202842712402, 0.9229692816734314, 1.0805323123931885, 0.8879552483558655, 1.0980392694473267, 0.8354342579841614, 1.2906162738800049, 0.6428572535514832, 0.3277312219142914, -0.42506998777389526, -0.8977590203285217, -1.755602240562439, -1.755602240562439, -0.8802520632743835, 0.24019621312618256, 0.8004202842712402, 1.4481793642044067, 1.5707283020019531, 1.815826416015625, 1.518207311630249, 1.5707283020019531, 1.7983193397521973, 1.7633053064346313, 1.605742335319519, 1.4481793642044067, 1.640756368637085, 1.4131653308868408, 1.6757704019546509, 1.605742335319519, 1.3256303071975708, 1.4481793642044067, 1.3956583738327026, 1.553221344947815, 1.728291392326355, 1.728291392326355, 1.6582633256912231, 1.553221344947815, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.6757704019546509, 1.8858543634414673, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 1.553221344947815, 0.9754902720451355, -1.1428570747375488, 1.605742335319519, -1.3179271221160889, 1.2731093168258667, 0.24019621312618256, 0.8179272413253784, -0.0049019488506019115, 1.0455182790756226, 1.1155463457107544, 1.2731093168258667, 1.518207311630249, -0.37254899740219116, 0.3802522122859955, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326], [1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.9229692816734314, 1.430672287940979, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0084033012390137, 2.0259103775024414, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4131653308868408, 1.0980392694473267, 0.6953782439231873, 0.20518220961093903, -0.2499999701976776, -0.6351540088653564, -0.7051820158958435, -0.6876749992370605, -0.7577030062675476, -0.7752100229263306, -0.4950979948043823, -0.4950979948043823, -0.5301120281219482, -0.6876749992370605, -0.8802520632743835, -0.9152660369873047, -1.0203081369400024, -1.5630252361297607, -1.4929972887039185, -1.422969102859497, -1.3879550695419312, -1.1428570747375488, -0.5826330184936523, -1.0378150939941406, -0.8452380299568176, -0.8627450466156006, 0.2577032148838043, -0.03991595283150673, -0.7051820158958435, -1.2128850221633911, -0.21498596668243408, -0.5476189851760864, 0.39775922894477844, -1.0553221702575684, -1.6855742931365967, -0.21498596668243408, 0.11764705926179886, 0.18767507374286652, 0.06512605398893356, -0.4600839912891388, -1.6855742931365967, -0.6876749992370605, -0.14495795965194702, -0.19747896492481232, 0.11764705926179886, -0.3200279772281647, -0.47759100794792175, -0.4950979948043823, -0.4950979948043823, -0.8452380299568176, -0.3550419807434082, -0.4075630009174347, -0.6351540088653564, -0.6001400351524353, -0.4950979948043823, -0.6001400351524353, -0.8277310132980347, -0.4950979948043823, -0.4425770044326782, -0.6351540088653564, -0.5476189851760864, -0.33753499388694763, -0.3025209903717041, -0.12745095789432526, 0.15266107022762299, 0.13515406847000122, -0.057422954589128494, 0.432773232460022, 0.5378152132034302, 0.3277312219142914, 0.2577032148838043, 0.432773232460022, 0.3802522122859955, 0.432773232460022, 0.45028021931648254, 0.6078432202339172, 0.4852942228317261, -0.17997196316719055, -0.09243696182966232, -0.0049019488506019115, 0.18767507374286652, 0.4677872359752655, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8529412746429443, 0.9229692816734314, 1.1330533027648926, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 0.6603642702102661, -0.42506998777389526, -0.8802520632743835, -1.580532193183899, -1.5980392694473267, -1.580532193183899, 0.15266107022762299, 0.15266107022762299, 1.1505602598190308, 1.0280113220214844, 1.5007003545761108, 1.605742335319519, 1.2205883264541626, 1.1155463457107544, 1.3606443405151367, 1.5357143878936768, 1.728291392326355, 1.8858543634414673, 1.9558824300765991, 1.5357143878936768, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.5357143878936768, 1.343137264251709, 1.6757704019546509, 1.8333333730697632, 1.868347406387329, 1.7633053064346313, 1.5357143878936768, 1.1680673360824585, 1.3956583738327026, 1.780812382698059, 1.483193278312683, 1.7107843160629272, 1.693277359008789, 2.1309523582458496, 1.5707283020019531, 1.3081233501434326, 1.6232492923736572, 1.9558824300765991, -0.03991595283150673, 1.0805323123931885, 0.24019621312618256, 1.9733893871307373, 1.7633053064346313, 1.9033613204956055, 1.1855742931365967, 1.2030812501907349, 1.693277359008789, 1.9383753538131714, 0.7478992342948914, 0.8354342579841614, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667], [1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.4131653308868408, 1.343137264251709, 1.2906162738800049, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 1.3081233501434326, 1.815826416015625, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 1.9733893871307373, 1.9558824300765991, 1.9208683967590332, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.3956583738327026, 1.0805323123931885, 0.5378152132034302, 0.06512605398893356, 0.08263305574655533, -0.3550419807434082, -0.5826330184936523, -0.6001400351524353, -1.0203081369400024, -0.9152660369873047, -1.0378150939941406, -0.47759100794792175, -0.09243696182966232, -0.9327731132507324, -1.0028010606765747, -1.335434079170227, -1.5455182790756226, -1.580532193183899, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -1.0728291273117065, -0.7401960492134094, -1.0903360843658447, -0.3025209903717041, -0.6876749992370605, 0.6603642702102661, 1.5882353782653809, 1.0980392694473267, -0.9327731132507324, -1.370448112487793, -1.0378150939941406, -0.19747896492481232, -1.580532193183899, -1.3179271221160889, -0.6526610255241394, -0.17997196316719055, -0.057422954589128494, -0.5126050114631653, -1.5280112028121948, -1.3879550695419312, -0.23249296844005585, -0.3200279772281647, 0.15266107022762299, -0.14495795965194702, -0.4075630009174347, -0.6351540088653564, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.14495795965194702, -0.5301120281219482, -0.6001400351524353, 0.2752102017402649, 0.3277312219142914, -0.3025209903717041, -0.28501397371292114, -0.7401960492134094, -0.6001400351524353, -0.4950979948043823, -0.28501397371292114, -0.47759100794792175, -0.1624649614095688, -0.14495795965194702, -0.09243696182966232, 0.03011205606162548, 0.1001400575041771, -0.03991595283150673, 0.3802522122859955, 0.9229692816734314, 0.6603642702102661, 0.2577032148838043, -0.057422954589128494, -1.247899055480957, 0.11764705926179886, 0.20518220961093903, 0.432773232460022, 0.4852942228317261, 0.432773232460022, 0.5553222298622131, 0.6603642702102661, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9229692816734314, 1.0980392694473267, 0.6778712272644043, -0.5826330184936523, -1.3004200458526611, -1.5455182790756226, -1.6330533027648926, -1.5280112028121948, -0.7577030062675476, 0.1001400575041771, 0.9929972887039185, 1.378151297569275, 1.6232492923736572, 1.6582633256912231, 1.6232492923736572, 1.4481793642044067, 1.2731093168258667, 1.1330533027648926, 1.0105042457580566, 1.2906162738800049, 0.9579832553863525, 0.8704482913017273, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.553221344947815, 1.7633053064346313, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.6757704019546509, 1.693277359008789, 1.6582633256912231, 1.780812382698059, 1.7983193397521973, 1.9733893871307373, 1.6582633256912231, 1.693277359008789, 1.5707283020019531, 0.6778712272644043, 1.5007003545761108, 0.6428572535514832, 1.6582633256912231, 0.9404762983322144, 0.6953782439231873, 1.483193278312683, 1.8508403301239014, 1.518207311630249, 1.3606443405151367, 0.9754902720451355, 1.5357143878936768, 0.8004202842712402, 1.553221344947815, 1.5707283020019531, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 1.1155463457107544, 1.4481793642044067, 1.868347406387329, 2.0084033012390137, 1.9733893871307373, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.815826416015625, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.3256303071975708, 0.9054622650146484, 0.415266215801239, 0.0476190559566021, -0.17997196316719055, 0.2752102017402649, -0.3025209903717041, -0.28501397371292114, -0.3025209903717041, -0.6176469922065735, -0.9852941036224365, -0.5126050114631653, 0.8354342579841614, -0.8277310132980347, -1.4929972887039185, -1.422969102859497, -1.3179271221160889, -1.2128850221633911, -1.160364031791687, -1.1078431606292725, -1.1078431606292725, -0.23249296844005585, -1.0553221702575684, -1.5280112028121948, -1.0378150939941406, -0.07492996007204056, 0.08263305574655533, -0.42506998777389526, -0.8627450466156006, 0.39775922894477844, -1.3529410362243652, -0.03991595283150673, -0.19747896492481232, -0.7401960492134094, -1.0378150939941406, -1.0028010606765747, -0.8977590203285217, -1.0378150939941406, -1.0553221702575684, -1.1778711080551147, -0.47759100794792175, -0.37254899740219116, -0.4600839912891388, -0.4075630009174347, -0.6001400351524353, -0.7226890325546265, -0.5826330184936523, -0.4600839912891388, -0.6701680421829224, -0.6001400351524353, -0.39005598425865173, -0.39005598425865173, -0.4600839912891388, -0.4600839912891388, 0.6253502368927002, 0.2226892113685608, -1.0028010606765747, 0.012605053372681141, -0.057422954589128494, -0.5651260018348694, -0.3550419807434082, -0.4075630009174347, -0.21498596668243408, 0.08263305574655533, -0.09243696182966232, 0.17016807198524475, -0.10994396358728409, 0.8179272413253784, 0.17016807198524475, 0.24019621312618256, 1.0280113220214844, 0.9579832553863525, 0.7478992342948914, 0.5553222298622131, 0.4677872359752655, 0.5553222298622131, 0.11764705926179886, 0.15266107022762299, 0.6603642702102661, 0.8529412746429443, 0.7303922772407532, 0.8004202842712402, 0.8704482913017273, 0.8179272413253784, 0.7128852605819702, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.2380952835083008, 1.1505602598190308, -0.23249296844005585, -1.4754900932312012, -1.457983136177063, -1.7906162738800049, -0.9502801299095154, 0.2577032148838043, 0.6078432202339172, 1.378151297569275, 1.1155463457107544, 1.5707283020019531, 1.7633053064346313, 1.5882353782653809, 1.430672287940979, 0.9754902720451355, 0.8704482913017273, 0.9754902720451355, 1.378151297569275, 1.605742335319519, 1.7633053064346313, 1.693277359008789, 1.5357143878936768, 1.2380952835083008, 1.6582633256912231, 1.8508403301239014, 1.7983193397521973, 1.483193278312683, 1.378151297569275, 1.4481793642044067, 1.6582633256912231, 2.043417453765869, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.2556023597717285, 2.0259103775024414, 1.2556023597717285, -0.03991595283150673, 1.2906162738800049, 1.0630252361297607, -0.3550419807434082, 0.0476190559566021, 1.1155463457107544, 0.20518220961093903, 1.2030812501907349, 0.8529412746429443, -1.2303920984268188, 1.2906162738800049, 1.815826416015625, 0.1001400575041771, 1.5707283020019531, 1.1330533027648926, 0.9929972887039185, 1.7107843160629272, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.2030812501907349, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349], [1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 1.2205883264541626, 1.378151297569275, 1.605742335319519, 1.815826416015625, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.9208683967590332, 1.9033613204956055, 1.8858543634414673, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7457983493804932, 1.693277359008789, 1.5707283020019531, 1.465686321258545, 1.2380952835083008, 0.9054622650146484, 0.590336263179779, 0.29271721839904785, 0.012605053372681141, 0.20518220961093903, 1.0280113220214844, 0.9929972887039185, 1.2380952835083008, 1.1855742931365967, 0.4852942228317261, 0.39775922894477844, 0.3627452254295349, -0.1624649614095688, -1.3529410362243652, -0.5826330184936523, -1.2654061317443848, -1.3179271221160889, -1.160364031791687, -1.0378150939941406, -0.5476189851760864, 0.6778712272644043, -0.9502801299095154, -0.7577030062675476, -0.47759100794792175, 0.2226892113685608, -0.8102240562438965, 0.6428572535514832, -0.14495795965194702, 1.0455182790756226, 0.1001400575041771, 0.432773232460022, -0.3025209903717041, -0.4075630009174347, -0.9677870869636536, -0.8452380299568176, -0.6001400351524353, -0.6001400351524353, -0.8277310132980347, -0.5301120281219482, -0.47759100794792175, -0.5301120281219482, -0.6351540088653564, -0.8977590203285217, -0.9677870869636536, -0.8802520632743835, -0.26750698685646057, -0.7577030062675476, -0.4600839912891388, 0.012605053372681141, -0.39005598425865173, 0.3102242052555084, -0.4950979948043823, 0.11764705926179886, -0.8277310132980347, 0.18767507374286652, -0.2499999701976776, -0.5826330184936523, 0.6078432202339172, -0.3025209903717041, -0.4425770044326782, -0.4425770044326782, -0.1624649614095688, -0.19747896492481232, -0.1624649614095688, -0.21498596668243408, 0.6778712272644043, 0.8879552483558655, 0.20518220961093903, 0.34523820877075195, 0.20518220961093903, 0.3627452254295349, 0.415266215801239, 0.502801239490509, 0.39775922894477844, 0.5728292465209961, 0.6078432202339172, 0.5553222298622131, 0.6078432202339172, 0.3627452254295349, 0.7478992342948914, 0.8179272413253784, 0.9054622650146484, 0.8354342579841614, 1.0280113220214844, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.8179272413253784, 0.18767507374286652, -1.1078431606292725, -1.668067216873169, -1.5980392694473267, -0.47759100794792175, 0.520308256149292, 1.0280113220214844, 0.6778712272644043, 0.6953782439231873, 0.8529412746429443, 1.3081233501434326, 1.5007003545761108, 1.553221344947815, 1.5882353782653809, 1.3956583738327026, 1.430672287940979, 1.2556023597717285, 1.2380952835083008, 1.0105042457580566, 0.6078432202339172, 0.39775922894477844, 0.8529412746429443, 1.0280113220214844, 1.2030812501907349, 1.343137264251709, 1.640756368637085, 1.8508403301239014, 1.6582633256912231, 1.7457983493804932, 1.9908963441848755, 1.5882353782653809, 1.3606443405151367, 1.7983193397521973, 1.1680673360824585, 1.9033613204956055, 1.693277359008789, 1.3606443405151367, 0.9404762983322144, 0.7128852605819702, 0.29271721839904785, 0.39775922894477844, 0.29271721839904785, -0.47759100794792175, -0.14495795965194702, 0.18767507374286652, 0.06512605398893356, 0.9754902720451355, 1.780812382698059, 1.553221344947815, 1.7633053064346313, 0.3802522122859955, 0.5378152132034302, 2.0259103775024414, 1.8333333730697632, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308], [1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 1.1680673360824585, 1.4481793642044067, 1.7633053064346313, 1.9733893871307373, 1.9558824300765991, 1.9558824300765991, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.605742335319519, 1.518207311630249, 1.378151297569275, 1.0105042457580566, 0.8179272413253784, 0.5553222298622131, 0.7654062509536743, 0.8879552483558655, 1.0630252361297607, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.378151297569275, 1.0105042457580566, 0.415266215801239, 0.7303922772407532, 0.9404762983322144, 0.03011205606162548, -0.8452380299568176, -0.8627450466156006, -1.4054621458053589, -1.3529410362243652, -1.1778711080551147, -0.26750698685646057, -0.47759100794792175, -0.5126050114631653, -0.37254899740219116, -0.4600839912891388, -0.17997196316719055, -0.12745095789432526, 0.6953782439231873, 0.7478992342948914, 0.45028021931648254, 0.5728292465209961, 1.0105042457580566, 0.8529412746429443, 0.5553222298622131, -0.4600839912891388, -0.5651260018348694, -0.6526610255241394, -1.1428570747375488, -0.6001400351524353, -0.47759100794792175, -0.5826330184936523, -0.5826330184936523, -0.7577030062675476, -0.7752100229263306, -0.8277310132980347, -0.3550419807434082, -0.7577030062675476, -0.5476189851760864, 0.29271721839904785, -0.2499999701976776, -0.9677870869636536, -0.022408949211239815, 0.08263305574655533, -0.4425770044326782, 0.45028021931648254, -0.10994396358728409, 0.8704482913017273, 0.502801239490509, 0.6953782439231873, 0.5378152132034302, -0.42506998777389526, -0.2499999701976776, -0.14495795965194702, 0.2752102017402649, -0.022408949211239815, -0.5826330184936523, 0.6078432202339172, 0.1001400575041771, 0.45028021931648254, 0.17016807198524475, -0.5126050114631653, 0.1001400575041771, 0.4852942228317261, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.6603642702102661, 0.8004202842712402, 0.7829132676124573, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0280113220214844, 1.2556023597717285, 0.9054622650146484, 0.3802522122859955, -0.7226890325546265, -1.6330533027648926, -1.2654061317443848, 0.2577032148838043, 1.2380952835083008, 1.378151297569275, 1.1680673360824585, 1.5707283020019531, 1.7107843160629272, 1.605742335319519, 1.0980392694473267, 1.0805323123931885, 1.1680673360824585, 1.1330533027648926, 1.430672287940979, 1.553221344947815, 1.3256303071975708, 1.6232492923736572, 1.5007003545761108, 0.8179272413253784, 0.6253502368927002, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.3081233501434326, 1.5707283020019531, 1.7983193397521973, 1.815826416015625, 1.5707283020019531, 1.0105042457580566, 1.553221344947815, 1.5707283020019531, 1.5357143878936768, -1.3179271221160889, 0.9929972887039185, 0.8179272413253784, 0.1001400575041771, 0.502801239490509, -0.6001400351524353, -0.022408949211239815, 1.7107843160629272, -0.8452380299568176, 0.18767507374286652, 0.15266107022762299, -0.26750698685646057, 0.8004202842712402, -0.14495795965194702, 1.5007003545761108, 1.0105042457580566, 0.415266215801239, 0.24019621312618256, 1.8858543634414673, 1.3956583738327026, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926], [1.780812382698059, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9229692816734314, 0.8704482913017273, 0.9579832553863525, 1.1680673360824585, 1.465686321258545, 1.693277359008789, 1.868347406387329, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.7457983493804932, 1.6232492923736572, 1.5357143878936768, 1.430672287940979, 1.3256303071975708, 1.2380952835083008, 1.3081233501434326, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.3081233501434326, 1.465686321258545, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.2906162738800049, 0.9054622650146484, 0.4677872359752655, -0.07492996007204056, -0.26750698685646057, 0.13515406847000122, -0.26750698685646057, -0.6001400351524353, -0.42506998777389526, -0.09243696182966232, 0.502801239490509, 0.7829132676124573, 0.5378152132034302, 1.3081233501434326, 0.9404762983322144, 1.0805323123931885, 1.1155463457107544, 1.0105042457580566, 0.6778712272644043, -0.28501397371292114, 0.20518220961093903, -1.4054621458053589, -0.9677870869636536, -0.6001400351524353, -0.5651260018348694, -0.6001400351524353, -0.7577030062675476, -1.0203081369400024, -0.8452380299568176, -0.2499999701976776, -0.33753499388694763, -0.3550419807434082, 0.18767507374286652, -0.4950979948043823, 0.5378152132034302, -0.2499999701976776, -0.4075630009174347, 0.17016807198524475, 0.4677872359752655, -0.09243696182966232, 0.9054622650146484, 0.7829132676124573, 0.2226892113685608, 0.45028021931648254, 0.6953782439231873, 0.6603642702102661, 0.34523820877075195, 0.8354342579841614, 0.520308256149292, -0.022408949211239815, 0.15266107022762299, 0.17016807198524475, 0.3277312219142914, 0.6078432202339172, 0.6778712272644043, 0.34523820877075195, 0.7478992342948914, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7654062509536743, 0.8879552483558655, 0.6428572535514832, 1.0105042457580566, 1.0105042457580566, 0.8879552483558655, 0.6428572535514832, 0.590336263179779, 1.0980392694473267, 0.7128852605819702, -1.2128850221633911, -1.5980392694473267, -1.247899055480957, 0.5553222298622131, 0.3627452254295349, 1.1855742931365967, 0.8179272413253784, 1.2556023597717285, 1.2731093168258667, 1.518207311630249, 1.553221344947815, 1.6582633256912231, 1.465686321258545, 1.2030812501907349, 1.1505602598190308, 1.6582633256912231, 1.605742335319519, 0.5553222298622131, 1.0630252361297607, 1.5007003545761108, 1.4131653308868408, 1.1505602598190308, 0.8529412746429443, 1.2030812501907349, 1.0280113220214844, 0.8179272413253784, 0.502801239490509, 0.6953782439231873, 1.0630252361297607, 1.1155463457107544, 1.3081233501434326, 1.3956583738327026, 1.1155463457107544, 0.7829132676124573, 0.9579832553863525, -0.6001400351524353, -1.160364031791687, -0.7752100229263306, 0.18767507374286652, -0.17997196316719055, -0.7226890325546265, 1.5707283020019531, -0.9327731132507324, -0.9152660369873047, -0.6351540088653564, -1.580532193183899, -0.39005598425865173, 0.415266215801239, 0.9754902720451355, 0.2577032148838043, -1.3879550695419312, -0.47759100794792175, 1.5882353782653809, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 1.1505602598190308, 1.693277359008789, 1.8333333730697632, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.9208683967590332, 1.9033613204956055, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7457983493804932, 1.640756368637085, 1.483193278312683, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1680673360824585, 1.1330533027648926, 1.2556023597717285, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.3606443405151367, 1.3256303071975708, 1.2556023597717285, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 0.8354342579841614, 0.15266107022762299, 0.7128852605819702, 0.415266215801239, 0.17016807198524475, 1.2030812501907349, 0.20518220961093903, 1.2731093168258667, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.3256303071975708, 1.2556023597717285, 1.3256303071975708, 0.9404762983322144, 1.2556023597717285, 0.45028021931648254, 0.45028021931648254, -0.6176469922065735, 0.13515406847000122, -0.6001400351524353, -0.8977590203285217, -0.7577030062675476, -1.3004200458526611, -0.6526610255241394, -1.2303920984268188, -0.28501397371292114, -0.3550419807434082, 0.5378152132034302, -0.6001400351524353, -0.17997196316719055, 0.3802522122859955, 0.4677872359752655, -0.42506998777389526, -0.3025209903717041, 0.39775922894477844, 0.432773232460022, 0.6603642702102661, -0.0049019488506019115, 0.7478992342948914, 0.3102242052555084, 1.1855742931365967, 0.7303922772407532, 0.6428572535514832, 0.520308256149292, 0.2752102017402649, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.08263305574655533, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.3277312219142914, 0.2577032148838043, 0.5378152132034302, 0.8004202842712402, 0.6953782439231873, 0.5553222298622131, 0.7829132676124573, 0.8004202842712402, 1.1330533027648926, 1.0280113220214844, 1.1855742931365967, 0.9229692816734314, 1.2030812501907349, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, -1.0728291273117065, -1.668067216873169, -1.5455182790756226, -0.4425770044326782, 1.3256303071975708, 0.8529412746429443, 0.9929972887039185, 1.6232492923736572, 1.3606443405151367, 1.6232492923736572, 1.3081233501434326, 1.2556023597717285, 1.3956583738327026, 1.605742335319519, 1.5707283020019531, 1.465686321258545, 1.378151297569275, 1.5007003545761108, 1.4481793642044067, 1.3606443405151367, 1.1330533027648926, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 0.45028021931648254, -0.17997196316719055, 0.15266107022762299, -0.17997196316719055, 0.6953782439231873, 0.9054622650146484, 1.1330533027648926, 0.20518220961093903, -0.7401960492134094, -0.8277310132980347, -0.8802520632743835, -1.247899055480957, -1.0553221702575684, -0.5301120281219482, 1.2556023597717285, -1.335434079170227, -1.1778711080551147, -0.03991595283150673, -1.1253501176834106, -1.7380952835083008, -1.422969102859497, -1.5280112028121948, -0.9327731132507324, -0.8802520632743835, 0.8354342579841614, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 1.2380952835083008, 1.7457983493804932, 1.9208683967590332, 1.9733893871307373, 1.9733893871307373, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.8508403301239014, 1.7983193397521973, 1.6757704019546509, 1.553221344947815, 1.5007003545761108, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5882353782653809, 1.553221344947815, 1.4131653308868408, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2205883264541626, 0.6953782439231873, 0.17016807198524475, 0.13515406847000122, 0.8179272413253784, 0.5378152132034302, 0.7478992342948914, 0.9929972887039185, 0.6253502368927002, 0.5728292465209961, 1.0455182790756226, 1.2731093168258667, 1.2205883264541626, 1.5882353782653809, 1.430672287940979, 1.5007003545761108, 1.430672287940979, 1.4481793642044067, 1.3081233501434326, 1.1330533027648926, 0.8179272413253784, -0.4950979948043823, -0.8277310132980347, -0.1624649614095688, 1.2731093168258667, 0.2577032148838043, -0.5301120281219482, -0.14495795965194702, -0.2499999701976776, -0.7752100229263306, -0.9677870869636536, -1.0903360843658447, 0.3802522122859955, 0.6953782439231873, 0.502801239490509, 0.45028021931648254, 0.39775922894477844, 0.18767507374286652, 0.6078432202339172, 0.8529412746429443, 0.7829132676124573, 0.8354342579841614, 0.6603642702102661, 0.9229692816734314, 0.9929972887039185, 0.7478992342948914, 0.8704482913017273, 0.9754902720451355, 0.8354342579841614, 0.7829132676124573, 0.7128852605819702, 0.2752102017402649, 0.45028021931648254, 0.432773232460022, 0.3277312219142914, 0.6778712272644043, 0.7303922772407532, 0.5378152132034302, 0.6953782439231873, 0.7478992342948914, 0.520308256149292, 0.7128852605819702, 0.9579832553863525, 1.0630252361297607, 1.1505602598190308, 0.8704482913017273, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.1855742931365967, 1.0630252361297607, 0.7128852605819702, -0.6876749992370605, -1.6330533027648926, -1.6155462265014648, 0.1001400575041771, -0.14495795965194702, 0.9404762983322144, 1.0455182790756226, 1.378151297569275, 1.5882353782653809, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5007003545761108, 1.2380952835083008, 0.9929972887039185, 1.518207311630249, 1.605742335319519, 1.518207311630249, 1.3606443405151367, 1.1330533027648926, 0.7829132676124573, 1.0980392694473267, 0.9229692816734314, 0.3277312219142914, 1.1505602598190308, 0.7303922772407532, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 1.3606443405151367, 1.815826416015625, 1.5357143878936768, 0.7128852605819702, -0.7752100229263306, -1.160364031791687, -0.6176469922065735, 0.18767507374286652, -0.6176469922065735, -0.7401960492134094, 0.6953782439231873, -0.5126050114631653, -1.2303920984268188, 0.8529412746429443, -0.6876749992370605, -1.4404760599136353, -1.3879550695419312, -1.422969102859497, -1.0728291273117065, -0.8977590203285217, 1.2205883264541626, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607], [1.7633053064346313, 1.7107843160629272, 1.6757704019546509, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.2556023597717285, 1.2906162738800049, 1.465686321258545, 1.7457983493804932, 1.9733893871307373, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.9383753538131714, 1.868347406387329, 1.7983193397521973, 1.7107843160629272, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.4131653308868408, 1.5357143878936768, 1.6757704019546509, 1.728291392326355, 1.6232492923736572, 1.605742335319519, 1.483193278312683, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 0.45028021931648254, 0.18767507374286652, 0.7128852605819702, 1.0455182790756226, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 1.343137264251709, 1.3081233501434326, 1.4131653308868408, 1.465686321258545, 1.6232492923736572, 1.4481793642044067, 1.378151297569275, 1.465686321258545, 1.378151297569275, 1.0455182790756226, 0.2752102017402649, 0.9229692816734314, 0.432773232460022, 0.08263305574655533, -0.3550419807434082, 1.3256303071975708, 0.8704482913017273, 0.5553222298622131, 0.3277312219142914, -0.057422954589128494, 0.03011205606162548, 0.432773232460022, -0.3200279772281647, 0.4852942228317261, 0.2752102017402649, 0.432773232460022, 0.39775922894477844, 0.5728292465209961, 0.9229692816734314, 0.6078432202339172, 0.8179272413253784, 0.520308256149292, 0.9579832553863525, 0.6778712272644043, 0.7478992342948914, 0.8704482913017273, 0.7654062509536743, 0.8004202842712402, 0.4852942228317261, 0.590336263179779, 0.5553222298622131, 0.432773232460022, 0.4677872359752655, 0.34523820877075195, 0.2752102017402649, 0.3802522122859955, 0.8704482913017273, 0.7654062509536743, 0.7128852605819702, 0.6778712272644043, 0.7654062509536743, 0.9579832553863525, 0.8704482913017273, 1.0980392694473267, 1.3256303071975708, 1.430672287940979, 1.0805323123931885, 0.9579832553863525, 1.0980392694473267, 0.9054622650146484, 0.08263305574655533, -1.3879550695419312, -1.6855742931365967, 0.3802522122859955, 0.9579832553863525, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.4481793642044067, 1.343137264251709, 1.465686321258545, 1.483193278312683, 1.6582633256912231, 1.728291392326355, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 0.7829132676124573, 1.465686321258545, 1.5882353782653809, 1.1855742931365967, 0.6778712272644043, 1.693277359008789, 1.2380952835083008, 1.0980392694473267, 0.6778712272644043, 0.6253502368927002, 0.45028021931648254, 0.5378152132034302, 0.8179272413253784, 0.45028021931648254, 0.9054622650146484, 0.5553222298622131, 0.590336263179779, 0.13515406847000122, 1.1855742931365967, -0.9502801299095154, -0.7927170395851135, -0.7577030062675476, -0.8452380299568176, -1.3004200458526611, 0.2752102017402649, 0.45028021931648254, -0.9327731132507324, -0.33753499388694763, -0.39005598425865173, -1.1078431606292725, -1.0553221702575684, -0.7051820158958435, -0.8627450466156006, -0.8627450466156006, 1.1330533027648926, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267], [1.7633053064346313, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.2906162738800049, 1.465686321258545, 1.6757704019546509, 1.8508403301239014, 1.9208683967590332, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 1.8858543634414673, 1.7633053064346313, 1.693277359008789, 1.6582633256912231, 1.5707283020019531, 1.5357143878936768, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.1680673360824585, 1.4481793642044067, 1.465686321258545, 1.693277359008789, 1.518207311630249, 1.605742335319519, 1.6582633256912231, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.1855742931365967, 1.0980392694473267, 1.378151297569275, 1.4131653308868408, 1.5707283020019531, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.465686321258545, 1.6232492923736572, 1.5357143878936768, 1.1505602598190308, 1.3081233501434326, 0.7303922772407532, 1.2906162738800049, -0.10994396358728409, 0.6603642702102661, 0.9404762983322144, 1.2556023597717285, 0.6778712272644043, 0.9754902720451355, 0.9054622650146484, 1.1680673360824585, 0.5378152132034302, 0.34523820877075195, -0.0049019488506019115, 0.8704482913017273, 0.432773232460022, 0.8529412746429443, 0.03011205606162548, 0.6603642702102661, 0.7303922772407532, 0.415266215801239, 0.7303922772407532, 0.5728292465209961, 0.9229692816734314, 0.5553222298622131, 0.7303922772407532, 0.7478992342948914, 0.6253502368927002, 0.6953782439231873, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.8879552483558655, 0.4677872359752655, 0.6953782439231873, 0.9754902720451355, 0.6078432202339172, 0.9054622650146484, 0.8179272413253784, 1.0455182790756226, 0.8879552483558655, 1.0455182790756226, 1.3081233501434326, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.0805323123931885, 1.1680673360824585, 0.6428572535514832, -0.5651260018348694, -1.6330533027648926, -0.7401960492134094, 0.9579832553863525, 1.1155463457107544, 1.0280113220214844, 0.590336263179779, 1.0280113220214844, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.553221344947815, 1.6757704019546509, 1.605742335319519, 1.1505602598190308, 1.1855742931365967, 1.3256303071975708, 1.6232492923736572, 1.640756368637085, 1.7983193397521973, 0.9054622650146484, 1.2731093168258667, 0.9404762983322144, 0.9754902720451355, 1.3256303071975708, 1.0805323123931885, 1.2906162738800049, 0.20518220961093903, 1.0630252361297607, 0.13515406847000122, 0.8704482913017273, 0.6078432202339172, 1.2556023597717285, 1.1505602598190308, 1.430672287940979, 1.0455182790756226, 0.9229692816734314, 0.0476190559566021, -0.8277310132980347, -0.8277310132980347, -0.4950979948043823, -0.8102240562438965, -1.3004200458526611, -0.28501397371292114, 0.5378152132034302, -1.2128850221633911, -0.5301120281219482, -0.4600839912891388, -0.9852941036224365, -1.0728291273117065, -1.0728291273117065, -1.0378150939941406, -0.4075630009174347, 1.0630252361297607, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885], [1.728291392326355, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.2380952835083008, 1.2556023597717285, 1.5007003545761108, 1.8333333730697632, 1.9033613204956055, 1.9558824300765991, 1.9733893871307373, 1.9558824300765991, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3606443405151367, 1.4481793642044067, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.2030812501907349, 1.1330533027648926, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.2380952835083008, 1.4481793642044067, 1.553221344947815, 1.518207311630249, 1.6582633256912231, 1.6582633256912231, 1.605742335319519, 1.5007003545761108, 1.5357143878936768, 1.5007003545761108, 1.3956583738327026, 1.518207311630249, 1.1505602598190308, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.2906162738800049, 1.2380952835083008, 1.3256303071975708, 1.3081233501434326, 1.0980392694473267, 1.1680673360824585, 1.2380952835083008, 0.9404762983322144, 0.8879552483558655, 0.7128852605819702, 0.9579832553863525, 0.8529412746429443, 0.7303922772407532, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.8879552483558655, 0.9229692816734314, 0.7128852605819702, 0.7128852605819702, 0.8179272413253784, 0.7128852605819702, 0.5728292465209961, 0.502801239490509, 0.6603642702102661, 0.520308256149292, 0.29271721839904785, 0.4677872359752655, 0.7654062509536743, 0.8529412746429443, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 0.8529412746429443, 1.378151297569275, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.3956583738327026, 1.2205883264541626, 1.1855742931365967, 0.9754902720451355, 0.17016807198524475, -0.9852941036224365, -1.1078431606292725, -0.21498596668243408, 0.012605053372681141, 1.0980392694473267, 1.2731093168258667, 1.0630252361297607, 1.0455182790756226, 1.5357143878936768, 1.378151297569275, 1.553221344947815, 1.5707283020019531, 1.7107843160629272, 1.2380952835083008, 1.5707283020019531, 1.553221344947815, 1.465686321258545, 1.518207311630249, 1.430672287940979, 0.9754902720451355, 0.9579832553863525, 0.8354342579841614, 1.2731093168258667, 1.3256303071975708, 0.9929972887039185, 1.3256303071975708, 1.1855742931365967, 1.0630252361297607, 1.0630252361297607, 0.08263305574655533, 1.0105042457580566, 0.6078432202339172, 0.6078432202339172, 1.2030812501907349, 1.1505602598190308, 1.6232492923736572, 1.1330533027648926, 1.605742335319519, 1.3081233501434326, 0.8529412746429443, -0.5126050114631653, -1.3529410362243652, -1.1078431606292725, -1.2303920984268188, -1.3879550695419312, -1.2654061317443848, 0.2752102017402649, -1.422969102859497, -0.8102240562438965, -0.33753499388694763, -0.6526610255241394, -1.0028010606765747, -0.9327731132507324, -1.0903360843658447, 0.18767507374286652, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607], [1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.378151297569275, 1.483193278312683, 1.6232492923736572, 1.7983193397521973, 1.9033613204956055, 1.9733893871307373, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.8508403301239014, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.378151297569275, 1.3256303071975708, 1.3081233501434326, 1.1505602598190308, 1.2731093168258667, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.2906162738800049, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1330533027648926, 0.8879552483558655, 0.8704482913017273, 0.9404762983322144, 0.8179272413253784, 0.8704482913017273, 1.1680673360824585, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2731093168258667, 1.3606443405151367, 1.553221344947815, 1.6582633256912231, 1.693277359008789, 1.6232492923736572, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.2556023597717285, 1.3606443405151367, 1.430672287940979, 1.2380952835083008, 1.0105042457580566, 1.3081233501434326, 1.0105042457580566, 0.9404762983322144, 1.0105042457580566, 0.9579832553863525, 1.0105042457580566, 0.7829132676124573, 0.2577032148838043, 0.6953782439231873, 0.8179272413253784, 0.7303922772407532, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.432773232460022, 0.4677872359752655, 0.590336263179779, 0.6253502368927002, 0.7478992342948914, 0.6603642702102661, 0.4677872359752655, 0.8004202842712402, 0.8879552483558655, 0.8179272413253784, 0.9404762983322144, 0.8879552483558655, 0.6953782439231873, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.6953782439231873, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 0.9404762983322144, 1.1855742931365967, 0.7303922772407532, -0.8627450466156006, -1.2654061317443848, -1.160364031791687, 0.4852942228317261, 0.9929972887039185, 1.0980392694473267, 1.1680673360824585, 1.378151297569275, 1.3956583738327026, 1.605742335319519, 1.3081233501434326, 1.6232492923736572, 1.2205883264541626, 1.430672287940979, 1.553221344947815, 1.6582633256912231, 0.8704482913017273, 0.7128852605819702, 1.2906162738800049, 1.1330533027648926, 0.9754902720451355, 1.2556023597717285, 1.518207311630249, 1.1330533027648926, 1.343137264251709, 1.1855742931365967, 1.4131653308868408, 1.2556023597717285, 0.7478992342948914, 1.2030812501907349, 0.5553222298622131, 0.8704482913017273, 0.7128852605819702, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.0455182790756226, 1.605742335319519, 0.8879552483558655, 1.378151297569275, 0.5553222298622131, -0.6351540088653564, -1.5105042457580566, -1.282913088798523, -1.1428570747375488, -1.335434079170227, -1.160364031791687, -0.09243696182966232, -1.4754900932312012, -1.0028010606765747, -0.42506998777389526, -0.6001400351524353, -0.6176469922065735, -0.9152660369873047, -1.0028010606765747, 0.9054622650146484, 1.0805323123931885, 1.0630252361297607], [1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2205883264541626, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2205883264541626, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.2556023597717285, 1.3956583738327026, 1.5882353782653809, 1.7633053064346313, 1.8858543634414673, 1.9383753538131714, 1.9383753538131714, 1.868347406387329, 1.8508403301239014, 1.780812382698059, 1.693277359008789, 1.6232492923736572, 1.553221344947815, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.343137264251709, 1.2380952835083008, 1.0980392694473267, 0.9754902720451355, 1.1855742931365967, 1.0105042457580566, 1.0805323123931885, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 1.2205883264541626, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.465686321258545, 1.5007003545761108, 1.6582633256912231, 1.3956583738327026, 1.378151297569275, 1.3081233501434326, 1.2556023597717285, 1.378151297569275, 1.1855742931365967, 1.2030812501907349, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2030812501907349, 0.8879552483558655, 1.0455182790756226, 0.9929972887039185, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 0.7128852605819702, 0.8004202842712402, 1.0105042457580566, 0.590336263179779, 0.7303922772407532, 0.8004202842712402, 0.8004202842712402, 0.7128852605819702, 0.7303922772407532, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.6078432202339172, 0.9229692816734314, 1.0805323123931885, 0.9054622650146484, 0.8354342579841614, 1.1330533027648926, 1.0280113220214844, 0.7128852605819702, 1.0280113220214844, 1.1855742931365967, 1.1680673360824585, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 0.6953782439231873, -0.7927170395851135, -1.720588207244873, -0.5826330184936523, 0.18767507374286652, 0.9054622650146484, 0.8879552483558655, 1.3081233501434326, 1.483193278312683, 0.8354342579841614, 1.3606443405151367, 1.3256303071975708, 1.5357143878936768, 1.5707283020019531, 1.1855742931365967, 1.0630252361297607, 1.465686321258545, 0.9579832553863525, 1.2906162738800049, 0.7829132676124573, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.0455182790756226, 1.2205883264541626, 1.3081233501434326, 1.430672287940979, 0.6603642702102661, 1.0455182790756226, 1.2380952835083008, 0.7478992342948914, 1.1680673360824585, 1.0630252361297607, 1.1680673360824585, 1.3956583738327026, 1.5007003545761108, 0.8879552483558655, 1.3256303071975708, 1.605742335319519, 1.3256303071975708, 1.2030812501907349, 1.2205883264541626, 0.415266215801239, -0.07492996007204056, -1.422969102859497, -1.370448112487793, -1.247899055480957, -1.3529410362243652, -1.0728291273117065, -0.9502801299095154, -1.5455182790756226, -0.8452380299568176, -0.6176469922065735, -0.7226890325546265, -0.28501397371292114, -1.0903360843658447, -1.160364031791687, 1.2030812501907349, 1.0280113220214844], [1.6582633256912231, 1.6232492923736572, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.5007003545761108, 1.6232492923736572, 1.728291392326355, 1.868347406387329, 1.8858543634414673, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7107843160629272, 1.7107843160629272, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.343137264251709, 1.343137264251709, 1.1330533027648926, 1.1505602598190308, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 0.8179272413253784, 0.6778712272644043, 0.8529412746429443, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.1330533027648926, 1.2205883264541626, 1.0805323123931885, 1.2030812501907349, 0.6953782439231873, 0.7829132676124573, 1.0280113220214844, 1.1155463457107544, 1.2731093168258667, 0.9404762983322144, 1.0805323123931885, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5882353782653809, 1.430672287940979, 1.343137264251709, 1.4131653308868408, 1.5707283020019531, 1.4131653308868408, 1.1680673360824585, 1.0630252361297607, 0.9579832553863525, 1.3256303071975708, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 0.9229692816734314, 0.7128852605819702, 0.9229692816734314, 0.9404762983322144, 0.34523820877075195, 0.03011205606162548, 0.9404762983322144, 0.45028021931648254, 0.7478992342948914, 0.6428572535514832, 0.7829132676124573, 0.502801239490509, 0.6428572535514832, 0.9054622650146484, 0.8879552483558655, 0.7829132676124573, 0.3277312219142914, 0.4852942228317261, 0.6603642702102661, 0.9404762983322144, 0.6603642702102661, 0.7128852605819702, 0.6603642702102661, 0.9404762983322144, 0.590336263179779, 0.9929972887039185, -0.0049019488506019115, 0.8879552483558655, 0.8529412746429443, 0.7478992342948914, 1.2556023597717285, 1.3606443405151367, 1.2731093168258667, 1.3606443405151367, 1.2380952835083008, 1.3956583738327026, 1.2731093168258667, 1.2906162738800049, 0.6778712272644043, -0.10994396358728409, -1.5280112028121948, -1.4404760599136353, 0.415266215801239, 0.45028021931648254, 0.6428572535514832, 1.2205883264541626, 0.6778712272644043, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.7107843160629272, 1.378151297569275, 1.3081233501434326, 1.483193278312683, 1.3256303071975708, 1.2906162738800049, 1.0980392694473267, 1.378151297569275, 1.3606443405151367, 0.8879552483558655, 1.0805323123931885, 1.1505602598190308, 1.1155463457107544, 1.2205883264541626, 0.45028021931648254, 0.8879552483558655, 1.2380952835083008, 0.7829132676124573, 0.590336263179779, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.6428572535514832, 0.7478992342948914, 0.415266215801239, 0.7654062509536743, 0.8529412746429443, 0.6253502368927002, 0.6778712272644043, 1.1155463457107544, 0.1001400575041771, 0.1001400575041771, -0.3025209903717041, -1.3004200458526611, -1.3879550695419312, -1.2654061317443848, -1.0553221702575684, -1.1253501176834106, -1.3879550695419312, -1.0728291273117065, -1.0203081369400024, -0.5826330184936523, -0.6701680421829224, -0.9502801299095154, -1.2128850221633911, -1.0028010606765747, 1.9558824300765991], [1.605742335319519, 1.5882353782653809, 1.518207311630249, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3606443405151367, 1.5707283020019531, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7633053064346313, 1.728291392326355, 1.640756368637085, 1.553221344947815, 1.483193278312683, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.3956583738327026, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.343137264251709, 1.3256303071975708, 1.2731093168258667, 1.2731093168258667, 1.2030812501907349, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.0980392694473267, 1.2906162738800049, 1.3256303071975708, 1.2906162738800049, 1.3256303071975708, 1.1505602598190308, 1.0805323123931885, 1.2731093168258667, 1.2380952835083008, 1.0105042457580566, 0.9929972887039185, 0.8529412746429443, 1.1330533027648926, 1.3256303071975708, 1.2556023597717285, 1.2205883264541626, 1.343137264251709, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.5007003545761108, 1.5007003545761108, 1.343137264251709, 1.343137264251709, 1.3956583738327026, 1.0630252361297607, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.6953782439231873, 0.6078432202339172, 0.520308256149292, 0.3627452254295349, 0.520308256149292, 0.5553222298622131, 0.4852942228317261, 0.4677872359752655, 0.7654062509536743, 0.7829132676124573, 0.6253502368927002, 0.7478992342948914, 0.8529412746429443, 0.7128852605819702, 0.6078432202339172, 0.11764705926179886, 0.3627452254295349, 0.432773232460022, 0.7303922772407532, 0.590336263179779, 0.8529412746429443, 0.8704482913017273, 0.5553222298622131, 0.5553222298622131, 0.8704482913017273, 0.8879552483558655, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.3606443405151367, 1.465686321258545, 1.4481793642044067, 1.2906162738800049, 1.0280113220214844, 0.17016807198524475, -1.6505602598190308, -1.2303920984268188, -0.8977590203285217, -0.7226890325546265, 0.8704482913017273, 0.8179272413253784, 0.8879552483558655, 1.343137264251709, 1.6757704019546509, 1.2556023597717285, 1.0630252361297607, 1.2556023597717285, 1.5357143878936768, 1.1855742931365967, 1.1505602598190308, 1.2030812501907349, 1.553221344947815, 1.0805323123931885, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.2030812501907349, 0.9579832553863525, 0.8879552483558655, 0.6603642702102661, 0.7128852605819702, 0.432773232460022, 0.6953782439231873, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.6253502368927002, 0.5378152132034302, 0.7654062509536743, 0.3802522122859955, 0.2752102017402649, 0.9054622650146484, 0.24019621312618256, 0.7829132676124573, 0.6953782439231873, -0.5126050114631653, -1.1253501176834106, -1.422969102859497, -1.247899055480957, -1.3004200458526611, -1.1778711080551147, -1.3879550695419312, -1.195378065109253, -0.8277310132980347, -0.6701680421829224, -0.7752100229263306, -1.0378150939941406, -1.0728291273117065, -0.42506998777389526], [1.553221344947815, 1.518207311630249, 1.5007003545761108, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.4131653308868408, 1.7107843160629272, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.518207311630249, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2731093168258667, 1.1505602598190308, 1.1505602598190308, 1.2380952835083008, 1.2205883264541626, 1.2556023597717285, 1.1680673360824585, 0.9929972887039185, 0.9054622650146484, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.1505602598190308, 1.4131653308868408, 1.2556023597717285, 1.3956583738327026, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.2906162738800049, 1.343137264251709, 1.2380952835083008, 1.0630252361297607, 1.1505602598190308, 1.2030812501907349, 0.8529412746429443, 1.0980392694473267, 1.2205883264541626, 1.3956583738327026, 1.430672287940979, 1.343137264251709, 1.1330533027648926, 1.3606443405151367, 0.7478992342948914, 1.2030812501907349, 1.1855742931365967, 0.9929972887039185, 0.9404762983322144, 1.0280113220214844, 0.8529412746429443, 0.8879552483558655, 0.7128852605819702, 0.8529412746429443, 0.7128852605819702, 0.7654062509536743, 0.6953782439231873, 0.3627452254295349, 0.2226892113685608, 0.4852942228317261, 0.3102242052555084, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.6953782439231873, 0.7829132676124573, 0.9404762983322144, 0.8004202842712402, 0.8354342579841614, 0.7303922772407532, 0.5378152132034302, 0.6603642702102661, 0.432773232460022, 0.7303922772407532, 0.502801239490509, 0.7478992342948914, 0.8879552483558655, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.2906162738800049, 1.3081233501434326, 1.483193278312683, 1.3081233501434326, 1.1855742931365967, 1.2556023597717285, 1.1155463457107544, 0.1001400575041771, -1.3179271221160889, -1.5280112028121948, -0.5651260018348694, -0.8102240562438965, -0.022408949211239815, 0.9929972887039185, 1.518207311630249, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.0455182790756226, 1.465686321258545, 1.0455182790756226, 1.2556023597717285, 1.1330533027648926, 1.3081233501434326, 0.7829132676124573, 0.9929972887039185, 1.0980392694473267, 1.2731093168258667, 1.0805323123931885, 1.6232492923736572, 0.9929972887039185, 1.1855742931365967, 0.9929972887039185, 0.9229692816734314, 0.7829132676124573, 0.7654062509536743, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.8354342579841614, 0.6603642702102661, 0.9404762983322144, 0.5553222298622131, 0.7128852605819702, 0.5378152132034302, 1.0455182790756226, 1.0455182790756226, 1.1505602598190308, 1.1155463457107544, -0.2499999701976776, -1.0378150939941406, -1.6155462265014648, -1.1253501176834106, -1.2128850221633911, -1.0553221702575684, -1.2303920984268188, -1.0903360843658447, -1.2303920984268188, -0.6526610255241394, -0.42506998777389526, -1.1078431606292725, -1.0903360843658447], [1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.3081233501434326, 1.2906162738800049, 1.2380952835083008, 1.2205883264541626, 1.1680673360824585, 1.1680673360824585, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.5882353782653809, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.2731093168258667, 1.2556023597717285, 1.1330533027648926, 1.1680673360824585, 1.1330533027648926, 1.2205883264541626, 1.3956583738327026, 1.343137264251709, 1.2380952835083008, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2030812501907349, 1.2380952835083008, 1.1505602598190308, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.2380952835083008, 0.8179272413253784, 0.6778712272644043, 1.1330533027648926, 1.2030812501907349, 0.8879552483558655, 0.8354342579841614, 0.9229692816734314, 0.6603642702102661, 0.502801239490509, 0.6428572535514832, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.7478992342948914, 0.8529412746429443, 0.590336263179779, 0.3627452254295349, 0.9579832553863525, 0.520308256149292, 0.2577032148838043, 0.8879552483558655, 0.39775922894477844, 0.8529412746429443, 0.45028021931648254, 0.5378152132034302, 0.4852942228317261, 1.0105042457580566, 0.9754902720451355, 0.8179272413253784, 0.9054622650146484, 0.9229692816734314, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.3256303071975708, 1.2030812501907349, 1.483193278312683, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 0.8004202842712402, -0.9852941036224365, -1.335434079170227, -1.282913088798523, -0.28501397371292114, -0.0049019488506019115, 0.9929972887039185, 0.7829132676124573, 0.5728292465209961, 0.9404762983322144, 1.2380952835083008, 0.8879552483558655, 1.0980392694473267, 1.0980392694473267, 0.8529412746429443, 0.8529412746429443, 0.7654062509536743, 0.8529412746429443, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 1.2906162738800049, 0.6428572535514832, 0.9754902720451355, 0.9054622650146484, 0.6078432202339172, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.7654062509536743, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.7654062509536743, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 0.8179272413253784, -1.282913088798523, -1.580532193183899, -1.3004200458526611, -1.1778711080551147, -1.1428570747375488, -1.2303920984268188, -1.0903360843658447, -1.6330533027648926, -0.057422954589128494, -0.6176469922065735, -1.0903360843658447], [1.518207311630249, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.728291392326355, 1.693277359008789, 1.6232492923736572, 1.640756368637085, 1.5882353782653809, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1505602598190308, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 0.9404762983322144, 1.430672287940979, 1.5007003545761108, 1.0280113220214844, 0.9404762983322144, 1.1680673360824585, 0.8879552483558655, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.0805323123931885, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.3606443405151367, 1.2556023597717285, 1.343137264251709, 1.1155463457107544, 1.1680673360824585, 1.1330533027648926, 0.9754902720451355, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9404762983322144, 1.1855742931365967, 1.2731093168258667, 0.8704482913017273, 0.8704482913017273, 1.2556023597717285, 1.0455182790756226, 0.9929972887039185, 1.0980392694473267, 0.9929972887039185, 0.9229692816734314, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.7303922772407532, 0.8879552483558655, 0.7303922772407532, 0.6778712272644043, 0.9054622650146484, 1.0280113220214844, 0.9929972887039185, 0.415266215801239, 0.502801239490509, 0.6953782439231873, 0.7303922772407532, 0.3277312219142914, 0.4852942228317261, 0.5728292465209961, 0.7829132676124573, 0.6078432202339172, 0.3627452254295349, 0.6428572535514832, 1.1505602598190308, 1.1155463457107544, 1.0630252361297607, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.5357143878936768, 1.378151297569275, 1.2731093168258667, 1.2731093168258667, 1.378151297569275, 1.465686321258545, 1.0980392694473267, -0.2499999701976776, -1.1253501176834106, -1.7380952835083008, -0.3550419807434082, -0.5301120281219482, 0.24019621312618256, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 0.8004202842712402, 0.8529412746429443, 1.1855742931365967, 1.1155463457107544, 1.1505602598190308, 0.8354342579841614, 0.8004202842712402, 1.3081233501434326, 0.9404762983322144, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 0.7829132676124573, 0.9579832553863525, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0980392694473267, 1.0280113220214844, 1.1155463457107544, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.4131653308868408, -1.0203081369400024, -1.4929972887039185, -1.370448112487793, -1.2654061317443848, -1.2303920984268188, -1.247899055480957, -1.2128850221633911, -1.5105042457580566, 0.6428572535514832, -0.8102240562438965], [1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.5707283020019531, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.2205883264541626, 1.3081233501434326, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.2731093168258667, 1.2556023597717285, 1.1855742931365967, 1.1855742931365967, 1.0630252361297607, 0.9229692816734314, 1.0280113220214844, 1.1680673360824585, 1.2205883264541626, 1.1680673360824585, 1.0805323123931885, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.430672287940979, 1.2731093168258667, 1.3256303071975708, 1.2380952835083008, 1.1505602598190308, 1.0455182790756226, 0.9929972887039185, 1.1505602598190308, 0.9929972887039185, 1.1855742931365967, 1.2731093168258667, 0.9929972887039185, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.0980392694473267, 1.0630252361297607, 0.8004202842712402, 0.9229692816734314, 0.7829132676124573, 0.5728292465209961, 0.7128852605819702, 0.8704482913017273, 0.8879552483558655, 0.7654062509536743, 0.6953782439231873, 0.7478992342948914, 0.8529412746429443, 0.6953782439231873, 0.7478992342948914, 0.4677872359752655, 0.3627452254295349, 0.5553222298622131, 0.4852942228317261, 0.39775922894477844, 0.45028021931648254, 0.590336263179779, 0.6078432202339172, 0.7829132676124573, 0.7829132676124573, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.3606443405151367, 1.2906162738800049, 1.483193278312683, 1.2556023597717285, 0.8879552483558655, -0.7927170395851135, -1.370448112487793, -1.5630252361297607, -0.7401960492134094, -0.057422954589128494, 0.3802522122859955, 0.5728292465209961, 0.6428572535514832, 0.5728292465209961, 0.8704482913017273, 0.8704482913017273, 1.0630252361297607, 0.8354342579841614, 1.1855742931365967, 0.7303922772407532, 0.7654062509536743, 1.2030812501907349, 0.9929972887039185, 1.0455182790756226, 0.17016807198524475, 0.9054622650146484, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.6428572535514832, -1.422969102859497, -1.5630252361297607, -1.3879550695419312, -1.3179271221160889, -1.3004200458526611, -1.3179271221160889, -1.370448112487793, 0.6778712272644043], [1.4481793642044067, 1.3956583738327026, 1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.378151297569275, 1.430672287940979, 1.430672287940979, 1.605742335319519, 1.5882353782653809, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.518207311630249, 1.4481793642044067, 1.5007003545761108, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 0.8879552483558655, 0.8179272413253784, 1.0980392694473267, 1.2906162738800049, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.3606443405151367, 1.2731093168258667, 1.2030812501907349, 1.2731093168258667, 1.2030812501907349, 1.4131653308868408, 1.430672287940979, 0.9229692816734314, 0.8529412746429443, 0.8354342579841614, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.2380952835083008, 1.1155463457107544, 1.2380952835083008, 1.1680673360824585, 1.0455182790756226, 1.0805323123931885, 1.2205883264541626, 1.343137264251709, 0.9754902720451355, 1.1330533027648926, 0.9229692816734314, 0.7829132676124573, 0.9579832553863525, 1.0630252361297607, 0.9929972887039185, 0.8354342579841614, 0.6428572535514832, 0.590336263179779, 1.1155463457107544, 0.7829132676124573, 0.7654062509536743, 0.5728292465209961, 0.6603642702102661, 0.7829132676124573, 0.520308256149292, 0.5378152132034302, 0.7128852605819702, 0.5553222298622131, 0.6603642702102661, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.8004202842712402, 0.9754902720451355, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 1.0630252361297607, 1.3606443405151367, 1.2205883264541626, 1.2030812501907349, 1.3081233501434326, 1.4481793642044067, 1.3606443405151367, 1.4131653308868408, 1.3606443405151367, 1.2731093168258667, 0.7303922772407532, -0.8277310132980347, -1.0203081369400024, -1.1778711080551147, -0.6526610255241394, 0.012605053372681141, -0.7577030062675476, -0.28501397371292114, 0.6603642702102661, 0.7829132676124573, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 0.9054622650146484, 0.9754902720451355, 0.8179272413253784, 0.5378152132034302, 0.9754902720451355, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.2380952835083008, -0.057422954589128494, -1.4404760599136353, -1.4054621458053589, -1.3179271221160889, -1.247899055480957, -1.370448112487793, -1.335434079170227], [1.3956583738327026, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.6232492923736572, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.2906162738800049, 1.2030812501907349, 1.2205883264541626, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.8004202842712402, 1.0980392694473267, 1.1330533027648926, 1.3256303071975708, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.2731093168258667, 1.0980392694473267, 1.1330533027648926, 0.8179272413253784, 0.9054622650146484, 1.1505602598190308, 1.0105042457580566, 0.9404762983322144, 1.1330533027648926, 1.1855742931365967, 1.2731093168258667, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.2906162738800049, 1.2030812501907349, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 0.9929972887039185, 1.1505602598190308, 1.1680673360824585, 1.343137264251709, 1.2205883264541626, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 0.9229692816734314, 0.6603642702102661, 1.1155463457107544, 0.8879552483558655, 0.45028021931648254, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.8704482913017273, 0.9229692816734314, 0.520308256149292, 0.5378152132034302, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.7478992342948914, 0.9579832553863525, 0.8529412746429443, 0.8879552483558655, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.8704482913017273, 0.8354342579841614, 0.9579832553863525, 1.1505602598190308, 1.4481793642044067, 1.1855742931365967, 1.0455182790756226, 1.2380952835083008, 1.343137264251709, 1.4131653308868408, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.2030812501907349, 0.7478992342948914, -0.8452380299568176, -1.3004200458526611, -0.5126050114631653, -1.0378150939941406, -1.3179271221160889, 0.4677872359752655, 0.520308256149292, 0.9929972887039185, 0.8354342579841614, 0.8004202842712402, 1.0630252361297607, 0.9579832553863525, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.9929972887039185, 1.1155463457107544, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.0805323123931885, 1.2205883264541626, -0.2499999701976776, -1.720588207244873, -1.457983136177063, -1.370448112487793, -1.422969102859497], [1.3606443405151367, 1.3256303071975708, 1.3081233501434326, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.465686321258545, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.8704482913017273, 0.39775922894477844, 0.9929972887039185, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1155463457107544, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.0455182790756226, 1.1855742931365967, 1.2030812501907349, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.2380952835083008, 0.9754902720451355, 1.0805323123931885, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.343137264251709, 1.1680673360824585, 1.1505602598190308, 0.9579832553863525, 0.7654062509536743, 1.343137264251709, 1.1855742931365967, 0.8179272413253784, 0.7303922772407532, 1.0280113220214844, 0.8179272413253784, 0.8004202842712402, 0.7303922772407532, 0.7478992342948914, 0.4677872359752655, 0.6603642702102661, 0.3802522122859955, 0.6253502368927002, 0.7128852605819702, 0.7829132676124573, 0.7128852605819702, 0.8529412746429443, 0.8179272413253784, 0.7303922772407532, 0.5728292465209961, 0.9404762983322144, 0.6078432202339172, 0.7654062509536743, 1.0105042457580566, 1.0630252361297607, 1.0105042457580566, 1.2380952835083008, 0.8354342579841614, 1.0980392694473267, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.378151297569275, 1.4131653308868408, 1.4481793642044067, 1.3081233501434326, 1.3956583738327026, 0.8354342579841614, 0.2226892113685608, -1.1078431606292725, -1.5105042457580566, -1.0553221702575684, -0.6701680421829224, -0.03991595283150673, 0.3802522122859955, 0.9404762983322144, 0.8179272413253784, 0.8879552483558655, 1.0630252361297607, 0.8354342579841614, 0.6253502368927002, 0.8879552483558655, 0.8879552483558655, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 0.2577032148838043, -1.5455182790756226, -1.370448112487793], [1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.1680673360824585, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.5357143878936768, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.815826416015625, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.4481793642044067, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.2380952835083008, 1.2556023597717285, 1.1330533027648926, 1.1330533027648926, 1.0630252361297607, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.0805323123931885, 1.0455182790756226, 1.2731093168258667, 1.3081233501434326, 1.2380952835083008, 1.0980392694473267, 1.0280113220214844, 0.8354342579841614, 0.9579832553863525, 0.9929972887039185, 0.8879552483558655, 0.7829132676124573, 0.7478992342948914, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.2205883264541626, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2030812501907349, 1.2556023597717285, 1.2380952835083008, 1.2906162738800049, 1.2030812501907349, 1.2906162738800049, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.2731093168258667, 1.0455182790756226, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 1.0805323123931885, 0.7654062509536743, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.502801239490509, 0.8704482913017273, 0.5728292465209961, 0.6428572535514832, 0.8879552483558655, 0.8879552483558655, 0.7478992342948914, 0.6428572535514832, 0.7303922772407532, 0.8879552483558655, 0.6953782439231873, 0.502801239490509, 0.9929972887039185, 0.6953782439231873, 0.9929972887039185, 1.0630252361297607, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.343137264251709, 1.430672287940979, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.465686321258545, 1.4131653308868408, 1.4481793642044067, 1.2556023597717285, 1.0980392694473267, -0.3200279772281647, -1.195378065109253, -1.457983136177063, -1.580532193183899, -0.7401960492134094, -0.09243696182966232, 0.5553222298622131, 0.9054622650146484, 0.8354342579841614, 0.9754902720451355, -0.37254899740219116, 0.7128852605819702, 0.7654062509536743, 1.1680673360824585, 1.1855742931365967, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.1330533027648926], [1.2906162738800049, 1.2556023597717285, 1.2380952835083008, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.3956583738327026, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.6757704019546509, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1155463457107544, 1.0630252361297607, 1.0980392694473267, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.2906162738800049, 1.2906162738800049, 0.9929972887039185, 1.0805323123931885, 0.9229692816734314, 0.9929972887039185, 0.7128852605819702, 0.6953782439231873, 0.9929972887039185, 0.590336263179779, 0.6253502368927002, 1.0805323123931885, 0.9754902720451355, 1.1330533027648926, 1.0980392694473267, 1.2731093168258667, 1.2556023597717285, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.2731093168258667, 1.1855742931365967, 1.1330533027648926, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.0455182790756226, 0.9929972887039185, 0.9404762983322144, 1.2205883264541626, 1.3606443405151367, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 1.0280113220214844, 1.1155463457107544, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.7654062509536743, 0.8354342579841614, 0.7128852605819702, 0.6428572535514832, 0.7478992342948914, 0.7128852605819702, 0.9579832553863525, 0.8179272413253784, 1.0455182790756226, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 1.0105042457580566, 0.6078432202339172, 0.8354342579841614, 0.8354342579841614, 1.0280113220214844, 0.8354342579841614, 1.0630252361297607, 1.2731093168258667, 1.0630252361297607, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.5007003545761108, 1.3081233501434326, 1.430672287940979, 1.5007003545761108, 1.4481793642044067, 1.378151297569275, 1.3081233501434326, 1.2731093168258667, 0.6253502368927002, -0.3025209903717041, -1.1253501176834106, -1.2303920984268188, -1.4929972887039185, -0.6176469922065735, -0.4425770044326782, -0.03991595283150673, 0.6078432202339172, -0.4425770044326782, 0.08263305574655533, 0.5728292465209961, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185], [1.2556023597717285, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.465686321258545, 1.640756368637085, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.5357143878936768, 1.430672287940979, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2030812501907349, 1.1680673360824585, 1.0630252361297607, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2731093168258667, 0.8704482913017273, 1.0980392694473267, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 1.0630252361297607, 0.6603642702102661, 0.6778712272644043, 0.9929972887039185, 0.590336263179779, 0.590336263179779, 0.7303922772407532, 0.9054622650146484, 0.6603642702102661, 0.8004202842712402, 0.8529412746429443, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.0630252361297607, 1.0280113220214844, 1.2030812501907349, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.2380952835083008, 0.8179272413253784, 1.0980392694473267, 1.1155463457107544, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 0.9404762983322144, 0.8879552483558655, 0.9579832553863525, 0.8529412746429443, 0.8004202842712402, 0.6953782439231873, 0.590336263179779, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.6778712272644043, 1.0105042457580566, 0.7829132676124573, 0.8879552483558655, 0.8179272413253784, 0.7128852605819702, 0.7829132676124573, 0.8879552483558655, 1.0455182790756226, 0.432773232460022, 1.1155463457107544, 0.6778712272644043, 1.1680673360824585, 1.0980392694473267, 1.2030812501907349, 1.1155463457107544, 1.2731093168258667, 1.3606443405151367, 1.3256303071975708, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.3956583738327026, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 0.9229692816734314, 0.3802522122859955, -0.10994396358728409, -0.7226890325546265, -1.1778711080551147, -0.9502801299095154, -0.14495795965194702, -0.47759100794792175, -0.26750698685646057, 0.15266107022762299, 1.0805323123931885, 1.3256303071975708, 1.1330533027648926, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525], [1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.553221344947815, 1.5007003545761108, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.1330533027648926, 1.0805323123931885, 1.0105042457580566, 0.9404762983322144, 1.1855742931365967, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.343137264251709, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.1330533027648926, 0.9929972887039185, 0.7829132676124573, 0.6603642702102661, 0.5378152132034302, 0.7478992342948914, 0.6428572535514832, 0.4677872359752655, 0.6603642702102661, 1.0280113220214844, 0.8704482913017273, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.502801239490509, 0.6428572535514832, 0.8179272413253784, 0.9054622650146484, 0.7303922772407532, 0.7303922772407532, 0.9054622650146484, 1.0105042457580566, 1.1330533027648926, 0.9929972887039185, 1.0980392694473267, 0.8354342579841614, 0.7654062509536743, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 1.0980392694473267, 1.0455182790756226, 0.9054622650146484, 0.8004202842712402, 0.7829132676124573, 1.1855742931365967, 0.9754902720451355, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.8004202842712402, 0.9054622650146484, 0.9054622650146484, 0.8354342579841614, 0.8529412746429443, 0.7128852605819702, 0.8529412746429443, 1.0105042457580566, 0.6778712272644043, 0.6253502368927002, 0.502801239490509, 0.9054622650146484, 0.45028021931648254, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.2556023597717285, 1.2380952835083008, 1.3081233501434326, 1.4481793642044067, 1.4131653308868408, 1.465686321258545, 1.378151297569275, 1.3081233501434326, 1.3606443405151367, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.2556023597717285, 1.1855742931365967, 1.0980392694473267, 0.6778712272644043, 0.4677872359752655, 0.34523820877075195, 0.9929972887039185, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.2731093168258667, 1.1855742931365967, 1.2906162738800049, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144], [1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5707283020019531, 1.5357143878936768, 1.693277359008789, 1.7457983493804932, 1.7983193397521973, 1.7633053064346313, 1.693277359008789, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.483193278312683, 1.3956583738327026, 1.2906162738800049, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.8704482913017273, 1.0280113220214844, 1.0455182790756226, 1.1855742931365967, 1.1330533027648926, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.2731093168258667, 1.3081233501434326, 1.2205883264541626, 1.2205883264541626, 1.0805323123931885, 0.8354342579841614, 0.6953782439231873, 0.8179272413253784, 0.4677872359752655, 0.8179272413253784, 0.9404762983322144, 0.9754902720451355, 0.7478992342948914, 0.502801239490509, 0.6078432202339172, 1.0805323123931885, 0.8879552483558655, 1.0280113220214844, 0.7478992342948914, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0455182790756226, 1.0805323123931885, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 0.7654062509536743, 0.7478992342948914, 0.6078432202339172, 0.5728292465209961, 0.9229692816734314, 0.9929972887039185, 1.0455182790756226, 0.6603642702102661, 0.8354342579841614, 0.6253502368927002, 0.6428572535514832, 0.5728292465209961, 0.6253502368927002, 0.9579832553863525, 1.0805323123931885, 0.8704482913017273, 0.7303922772407532, 0.9229692816734314, 0.7829132676124573, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 1.0105042457580566, 0.9754902720451355, 0.6778712272644043, 0.6253502368927002, 0.7478992342948914, 0.6078432202339172, 0.502801239490509, 0.7303922772407532, 0.45028021931648254, 1.0105042457580566, 1.1330533027648926, 0.9404762983322144, 0.9579832553863525, 1.430672287940979, 1.4131653308868408, 1.343137264251709, 1.2380952835083008, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.430672287940979, 1.4131653308868408, 1.430672287940979, 1.343137264251709, 1.2380952835083008, 1.3081233501434326, 1.553221344947815, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.1155463457107544, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484], [1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.640756368637085, 1.5882353782653809, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.5882353782653809, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.1680673360824585, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.1155463457107544, 1.1855742931365967, 1.1330533027648926, 1.0455182790756226, 1.0980392694473267, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0280113220214844, 0.9404762983322144, 0.9754902720451355, 0.8354342579841614, 0.7478992342948914, 0.29271721839904785, 0.7478992342948914, 0.9754902720451355, 0.9404762983322144, 1.0105042457580566, 1.2556023597717285, 1.1330533027648926, 1.2556023597717285, 1.2030812501907349, 1.1505602598190308, 1.0630252361297607, 0.9929972887039185, 1.0805323123931885, 1.1680673360824585, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 0.7654062509536743, 0.7829132676124573, 0.6603642702102661, 0.9754902720451355, 0.8529412746429443, 0.7478992342948914, 0.8179272413253784, 0.6253502368927002, 0.6253502368927002, 0.7478992342948914, 0.9054622650146484, 0.7654062509536743, 0.7128852605819702, 0.6078432202339172, 0.7654062509536743, 0.6953782439231873, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.8529412746429443, 0.9929972887039185, 0.9754902720451355, 0.8004202842712402, 0.9404762983322144, 0.8529412746429443, 0.6428572535514832, 0.5728292465209961, 0.6953782439231873, 0.39775922894477844, 0.2577032148838043, 0.5728292465209961, 0.9579832553863525, 1.0805323123931885, 1.1505602598190308, 1.0805323123931885, 1.2380952835083008, 1.2380952835083008, 1.1330533027648926, 1.3606443405151367, 1.4481793642044067, 1.2205883264541626, 1.343137264251709, 1.605742335319519, 1.3956583738327026, 1.483193278312683, 1.4131653308868408, 1.2731093168258667, 1.3956583738327026, 1.3956583738327026, 1.2731093168258667, 1.378151297569275, 1.4131653308868408, 1.5007003545761108, 1.2380952835083008, 1.2030812501907349, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314], [1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.780812382698059, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.5007003545761108, 1.483193278312683, 1.465686321258545, 1.3606443405151367, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.1155463457107544, 0.9754902720451355, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.8179272413253784, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 1.0280113220214844, 0.8354342579841614, 0.7303922772407532, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9929972887039185, 0.9054622650146484, 0.6778712272644043, 0.9054622650146484, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.8704482913017273, 1.0105042457580566, 1.0455182790756226, 0.9579832553863525, 0.8704482913017273, 0.7303922772407532, 0.8179272413253784, 0.7303922772407532, 0.6778712272644043, 0.6428572535514832, 0.8004202842712402, 0.7654062509536743, 0.8704482913017273, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 0.9929972887039185, 1.1505602598190308, 0.9579832553863525, 1.0805323123931885, 0.9404762983322144, 1.1855742931365967, 0.9054622650146484, 1.1330533027648926, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.7303922772407532, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.7303922772407532, 0.45028021931648254, 0.24019621312618256, 0.6078432202339172, 0.18767507374286652, 0.6778712272644043, 0.8704482913017273, 0.7478992342948914, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9929972887039185, 1.1330533027648926, 1.2380952835083008, 1.3081233501434326, 1.2556023597717285, 1.0630252361297607, 1.518207311630249, 1.4131653308868408, 1.3606443405151367, 1.4481793642044067, 1.0280113220214844, 1.4481793642044067, 1.4481793642044067, 1.2731093168258667, 1.3081233501434326, 1.4481793642044067, 1.465686321258545, 1.2731093168258667, 1.1855742931365967, 1.3081233501434326, 1.343137264251709, 1.2380952835083008, 1.2380952835083008, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484], [1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.5007003545761108, 1.5882353782653809, 1.5357143878936768, 1.6582633256912231, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.693277359008789, 1.6232492923736572, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.465686321258545, 1.4131653308868408, 1.3956583738327026, 1.3081233501434326, 1.2556023597717285, 1.0805323123931885, 1.0105042457580566, 0.8529412746429443, 0.7128852605819702, 0.8179272413253784, 0.8879552483558655, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8004202842712402, 0.9054622650146484, 0.7303922772407532, 0.6428572535514832, 0.7303922772407532, 0.8004202842712402, 0.7654062509536743, 0.6078432202339172, 0.3802522122859955, 0.7303922772407532, 0.8004202842712402, 1.0455182790756226, 1.0455182790756226, 0.9754902720451355, 0.9229692816734314, 0.8704482913017273, 1.0630252361297607, 0.9754902720451355, 1.0455182790756226, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9929972887039185, 1.0630252361297607, 1.0280113220214844, 0.9754902720451355, 1.1330533027648926, 1.0455182790756226, 1.0455182790756226, 1.2030812501907349, 1.0980392694473267, 0.8179272413253784, 1.0455182790756226, 1.0105042457580566, 0.7654062509536743, 0.8529412746429443, 0.8704482913017273, 1.2205883264541626, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7128852605819702, 0.9579832553863525, 0.6778712272644043, 0.502801239490509, 0.34523820877075195, 0.502801239490509, 0.7128852605819702, 0.9054622650146484, 0.9054622650146484, 1.0105042457580566, 1.0455182790756226, 0.7654062509536743, 1.0105042457580566, 1.0980392694473267, 1.2556023597717285, 1.1505602598190308, 1.2556023597717285, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.343137264251709, 0.9229692816734314, 1.5007003545761108, 1.378151297569275, 1.4131653308868408, 1.3256303071975708, 1.3081233501434326, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.2556023597717285, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273], [0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5357143878936768, 1.5007003545761108, 1.5882353782653809, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.6582633256912231, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5007003545761108, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3606443405151367, 1.2906162738800049, 1.2205883264541626, 1.1855742931365967, 1.0455182790756226, 0.9754902720451355, 0.6778712272644043, 0.7128852605819702, 0.9579832553863525, 0.6078432202339172, 0.6428572535514832, 0.432773232460022, 0.39775922894477844, 0.6603642702102661, 0.9404762983322144, 0.18767507374286652, 0.29271721839904785, 0.8879552483558655, 0.7654062509536743, 0.39775922894477844, 0.8879552483558655, 0.9404762983322144, 0.7654062509536743, 1.0980392694473267, 0.6603642702102661, 0.7654062509536743, 1.1330533027648926, 0.6078432202339172, 0.8179272413253784, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8529412746429443, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.1505602598190308, 0.9054622650146484, 0.9579832553863525, 1.0980392694473267, 1.1155463457107544, 1.2556023597717285, 1.3081233501434326, 0.9054622650146484, 1.0105042457580566, 1.0280113220214844, 0.8529412746429443, 1.0280113220214844, 0.7478992342948914, 0.6778712272644043, 1.1330533027648926, 0.7303922772407532, 0.4677872359752655, 1.0805323123931885, 0.7303922772407532, 0.7303922772407532, 0.5553222298622131, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.5728292465209961, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.6778712272644043, 1.0805323123931885, 1.0455182790756226, 1.1330533027648926, 1.2205883264541626, 1.0630252361297607, 1.1330533027648926, 0.9054622650146484, 1.378151297569275, 1.2731093168258667, 1.1155463457107544, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3956583738327026, 1.3606443405151367, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.2731093168258667, 1.3606443405151367, 1.2205883264541626, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.553221344947815, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.2380952835083008, 1.0805323123931885, 0.9754902720451355, 0.9579832553863525, 0.8529412746429443, 0.8179272413253784, 0.9754902720451355, 0.8529412746429443, 1.2731093168258667, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 0.9229692816734314, 0.8879552483558655, 0.8354342579841614, 0.9404762983322144, 0.7654062509536743, 0.8004202842712402, 0.9754902720451355, 0.9054622650146484, 0.8704482913017273, 0.9054622650146484, 0.7829132676124573, 0.9229692816734314, 0.7128852605819702, 0.8179272413253784, 0.9754902720451355, 0.8879552483558655, 0.8879552483558655, 0.7654062509536743, 0.7303922772407532, 0.5728292465209961, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.8879552483558655, 0.9404762983322144, 1.0280113220214844, 0.9754902720451355, 1.0455182790756226, 1.1330533027648926, 1.1330533027648926, 0.7478992342948914, 0.6778712272644043, 0.9929972887039185, 0.7829132676124573, 1.0630252361297607, 1.343137264251709, 1.0280113220214844, 0.9229692816734314, 0.6603642702102661, 0.520308256149292, 0.8879552483558655, 0.8529412746429443, 0.9754902720451355, 0.9754902720451355, 0.8004202842712402, 0.6428572535514832, 0.6253502368927002, 0.5553222298622131, 0.4677872359752655, 0.5728292465209961, 0.6953782439231873, 1.0630252361297607, 0.8529412746429443, 0.6078432202339172, 0.7829132676124573, 0.6778712272644043, 0.7829132676124573, 1.0455182790756226, 1.1855742931365967, 1.0455182790756226, 0.3627452254295349, 1.2205883264541626, 1.2731093168258667, 1.0805323123931885, 1.2205883264541626, 1.1855742931365967, 1.1155463457107544, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.378151297569275, 1.378151297569275, 1.3081233501434326, 1.2380952835083008, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.553221344947815, 1.483193278312683, 1.5007003545761108, 1.4481793642044067, 1.4481793642044067, 1.3606443405151367, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2731093168258667, 1.1505602598190308, 1.0980392694473267, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 0.8179272413253784, 0.7303922772407532, 1.0980392694473267, 1.1680673360824585, 1.0980392694473267, 1.1155463457107544, 1.0455182790756226, 0.9229692816734314, 0.8529412746429443, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 0.9404762983322144, 0.8179272413253784, 0.8529412746429443, 0.9579832553863525, 0.9579832553863525, 0.8704482913017273, 0.9929972887039185, 0.8704482913017273, 0.9404762983322144, 0.8004202842712402, 0.9054622650146484, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.9404762983322144, 0.9054622650146484, 1.0980392694473267, 1.0630252361297607, 0.9579832553863525, 1.1330533027648926, 1.0980392694473267, 0.9229692816734314, 0.5728292465209961, 0.9754902720451355, 1.0805323123931885, 0.9229692816734314, 0.8354342579841614, 0.7128852605819702, 0.9229692816734314, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.6953782439231873, 0.9404762983322144, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.502801239490509, 0.5378152132034302, 0.4677872359752655, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402, 0.6428572535514832, 0.7829132676124573, 1.0105042457580566, 0.9054622650146484, 0.520308256149292, 0.9929972887039185, 1.1155463457107544, 1.1155463457107544, 1.2731093168258667, 1.2731093168258667, 0.9579832553863525, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.4481793642044067, 1.378151297569275, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.6232492923736572, 1.5707283020019531, 1.518207311630249, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.430672287940979, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.2380952835083008, 1.2906162738800049, 1.2556023597717285, 1.0980392694473267, 1.1505602598190308, 0.7654062509536743, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1330533027648926, 0.9754902720451355, 0.9229692816734314, 0.8879552483558655, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.7478992342948914, 0.8704482913017273, 0.8879552483558655, 0.9754902720451355, 0.9054622650146484, 0.8179272413253784, 0.9579832553863525, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.0630252361297607, 1.0630252361297607, 0.8704482913017273, 0.9929972887039185, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 0.4852942228317261, 0.6778712272644043, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 0.8879552483558655, 0.9929972887039185, 0.7303922772407532, 1.0280113220214844, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.1505602598190308, 1.1855742931365967, 1.0630252361297607, 1.1330533027648926, 0.8179272413253784, 0.5728292465209961, 0.24019621312618256, 0.3277312219142914, 0.5378152132034302, 0.6778712272644043, 0.6078432202339172, 0.9579832553863525, 0.9054622650146484, 0.8179272413253784, 0.7128852605819702, 0.8179272413253784, 0.7478992342948914, 0.6953782439231873, 0.7478992342948914, 0.9404762983322144, 1.1330533027648926, 1.2205883264541626, 1.1155463457107544, 1.483193278312683, 1.3606443405151367, 1.4131653308868408, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.2556023597717285, 1.1855742931365967, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784], [0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.693277359008789, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.693277359008789, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.4481793642044067, 1.5007003545761108, 1.518207311630249, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1505602598190308, 1.1505602598190308, 1.0630252361297607, 1.0280113220214844, 0.7654062509536743, 0.7128852605819702, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.7829132676124573, 0.8004202842712402, 0.7478992342948914, 0.7829132676124573, 0.9579832553863525, 1.0805323123931885, 1.1330533027648926, 1.0280113220214844, 0.9404762983322144, 1.0105042457580566, 0.8179272413253784, 0.8529412746429443, 1.0455182790756226, 1.0280113220214844, 1.2380952835083008, 0.502801239490509, 0.8704482913017273, 0.8879552483558655, 0.7478992342948914, 1.1155463457107544, 1.0805323123931885, 1.1855742931365967, 0.7303922772407532, 0.7829132676124573, 1.0280113220214844, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.8529412746429443, 0.8354342579841614, 0.6953782439231873, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.9404762983322144, 0.6778712272644043, 0.8004202842712402, 0.6953782439231873, 0.7478992342948914, 0.6603642702102661, 0.5728292465209961, 0.6428572535514832, 0.9404762983322144, 1.0980392694473267, 1.0805323123931885, 1.4481793642044067, 1.430672287940979, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.343137264251709, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8004202842712402], [0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5357143878936768, 1.6232492923736572, 1.6582633256912231, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.6757704019546509, 1.640756368637085, 1.6757704019546509, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.605742335319519, 1.5007003545761108, 1.465686321258545, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.378151297569275, 1.2380952835083008, 1.0630252361297607, 1.0805323123931885, 1.0280113220214844, 1.0630252361297607, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0630252361297607, 1.0630252361297607, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 1.0980392694473267, 1.0280113220214844, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.9229692816734314, 1.1330533027648926, 1.1505602598190308, 1.0105042457580566, 1.0280113220214844, 1.0980392694473267, 0.9754902720451355, 0.7478992342948914, 0.7128852605819702, 0.9054622650146484, 0.9754902720451355, 0.9929972887039185, 1.2030812501907349, 1.2731093168258667, 1.0105042457580566, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9054622650146484, 0.9754902720451355, 1.0280113220214844, 1.1330533027648926, 0.9929972887039185, 0.9054622650146484, 0.8704482913017273, 0.5728292465209961, 0.8179272413253784, 0.4852942228317261, 0.5378152132034302, 0.7654062509536743, 0.8004202842712402, 0.8879552483558655, 0.8354342579841614, 0.6953782439231873, 0.6253502368927002, 0.8354342579841614, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 1.0105042457580566, 1.0805323123931885, 1.1680673360824585, 1.483193278312683, 1.553221344947815, 1.483193278312683, 1.465686321258545, 1.343137264251709, 1.1855742931365967, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.0805323123931885, 1.0805323123931885, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402], [0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.6582633256912231, 1.6757704019546509, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.5357143878936768, 1.6582633256912231, 1.6582633256912231, 1.553221344947815, 1.605742335319519, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.343137264251709, 1.3606443405151367, 1.2906162738800049, 1.3256303071975708, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.2205883264541626, 1.2380952835083008, 1.1855742931365967, 1.1680673360824585, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.2556023597717285, 1.1155463457107544, 1.0980392694473267, 1.1505602598190308, 1.0980392694473267, 1.0280113220214844, 0.9754902720451355, 1.0630252361297607, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.7654062509536743, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7654062509536743, 0.8179272413253784, 0.8004202842712402, 0.9929972887039185, 0.9404762983322144, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.9929972887039185, 1.0630252361297607, 1.3256303071975708, 1.4131653308868408, 1.5707283020019531, 1.6232492923736572, 1.5882353782653809, 1.4481793642044067, 1.2556023597717285, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573], [0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5357143878936768, 1.640756368637085, 1.553221344947815, 1.378151297569275, 1.7457983493804932, 1.6232492923736572, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.6582633256912231, 1.7107843160629272, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.6232492923736572, 1.5007003545761108, 1.5007003545761108, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2030812501907349, 1.378151297569275, 1.343137264251709, 1.2556023597717285, 1.3081233501434326, 1.3256303071975708, 1.3956583738327026, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.2205883264541626, 1.1855742931365967, 1.2906162738800049, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 0.9929972887039185, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 0.9229692816734314, 1.1330533027648926, 1.1155463457107544, 1.0455182790756226, 0.9579832553863525, 1.0455182790756226, 0.9404762983322144, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 0.8879552483558655, 0.8004202842712402, 0.9054622650146484, 0.6953782439231873, 0.9404762983322144, 0.8529412746429443, 1.0280113220214844, 1.1505602598190308, 0.9929972887039185, 1.2030812501907349, 0.9929972887039185, 0.5728292465209961, 0.8004202842712402, 0.7478992342948914, 0.8529412746429443, 0.9054622650146484, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9579832553863525, 0.9754902720451355, 0.9054622650146484, 0.9929972887039185, 1.3081233501434326, 1.3956583738327026, 1.465686321258545, 1.553221344947815, 1.6757704019546509, 1.728291392326355, 1.5882353782653809, 1.378151297569275, 1.1680673360824585, 1.1505602598190308, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784], [0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.6232492923736572, 1.6757704019546509, 1.5707283020019531, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.780812382698059, 1.7457983493804932, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.483193278312683, 1.4481793642044067, 1.4131653308868408, 1.378151297569275, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.3606443405151367, 1.465686321258545, 1.4131653308868408, 1.2731093168258667, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.1680673360824585, 0.9579832553863525, 0.9054622650146484, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0105042457580566, 0.9579832553863525, 0.8354342579841614, 1.0980392694473267, 1.0455182790756226, 0.9929972887039185, 1.0105042457580566, 0.9229692816734314, 0.9229692816734314, 0.7303922772407532, 1.0105042457580566, 1.0630252361297607, 0.9754902720451355, 0.7829132676124573, 0.7128852605819702, 1.0455182790756226, 0.9579832553863525, 1.0805323123931885, 1.0455182790756226, 1.4131653308868408, 1.2731093168258667, 1.2030812501907349, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8704482913017273, 0.9754902720451355, 1.0105042457580566, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1855742931365967, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.7107843160629272, 1.780812382698059, 1.7633053064346313, 1.605742335319519, 1.3956583738327026, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784], [0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.693277359008789, 1.5707283020019531, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.6232492923736572, 1.518207311630249, 1.465686321258545, 1.5007003545761108, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.2731093168258667, 1.2906162738800049, 1.2380952835083008, 1.1680673360824585, 1.0980392694473267, 1.0455182790756226, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 0.9404762983322144, 1.0455182790756226, 1.0105042457580566, 0.8879552483558655, 0.9929972887039185, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 0.9579832553863525, 0.8879552483558655, 0.8004202842712402, 0.9229692816734314, 1.0455182790756226, 0.9229692816734314, 0.9054622650146484, 0.9929972887039185, 1.0980392694473267, 1.0280113220214844, 1.0455182790756226, 1.1680673360824585, 1.0805323123931885, 0.9579832553863525, 1.2030812501907349, 1.0630252361297607, 0.8529412746429443, 0.7654062509536743, 0.8879552483558655, 1.0455182790756226, 1.2380952835083008, 1.1855742931365967, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.4481793642044067, 1.483193278312683, 1.3256303071975708, 1.378151297569275, 1.343137264251709, 1.6582633256912231, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.5707283020019531, 1.1855742931365967, 1.0455182790756226, 1.0805323123931885, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784], [0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.518207311630249, 1.6757704019546509, 1.5882353782653809, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.693277359008789, 1.6232492923736572, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.465686321258545, 1.3081233501434326, 1.378151297569275, 1.3606443405151367, 1.2906162738800049, 1.378151297569275, 1.3256303071975708, 1.3606443405151367, 1.3081233501434326, 1.3081233501434326, 1.2380952835083008, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.0630252361297607, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 0.9929972887039185, 1.0280113220214844, 1.1505602598190308, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.0805323123931885, 1.0630252361297607, 1.1330533027648926, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9754902720451355, 1.1505602598190308, 1.1505602598190308, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0980392694473267, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, 0.8529412746429443, 1.0630252361297607, 1.2380952835083008, 1.378151297569275, 1.1505602598190308, 1.2556023597717285, 1.3956583738327026, 1.430672287940979, 1.5007003545761108, 1.378151297569275, 1.3256303071975708, 1.2556023597717285, 1.6232492923736572, 1.693277359008789, 1.6582633256912231, 1.605742335319519, 1.1330533027648926, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.590336263179779, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2731093168258667, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.728291392326355, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8333333730697632, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.693277359008789, 1.605742335319519, 1.5357143878936768, 1.518207311630249, 1.6232492923736572, 1.5707283020019531, 1.6232492923736572, 1.5357143878936768, 1.3956583738327026, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.3081233501434326, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.1680673360824585, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.1330533027648926, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.1855742931365967, 1.0455182790756226, 0.9404762983322144, 0.7829132676124573, 1.0105042457580566, 0.9579832553863525, 1.0455182790756226, 1.1330533027648926, 1.1855742931365967, 1.1330533027648926, 0.9929972887039185, 0.9404762983322144, 0.9929972887039185, 0.9754902720451355, 1.0980392694473267, 1.0805323123931885, 1.1155463457107544, 0.8879552483558655, 0.9929972887039185, 1.0455182790756226, 1.1680673360824585, 1.2906162738800049, 1.1680673360824585, 1.3956583738327026, 1.553221344947815, 1.4481793642044067, 1.430672287940979, 1.2205883264541626, 1.3256303071975708, 1.378151297569275, 1.5007003545761108, 1.5707283020019531, 1.2906162738800049, 0.8529412746429443, 1.1680673360824585, 1.3256303071975708, 1.0805323123931885, 1.0280113220214844, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614], [0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.518207311630249, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.7983193397521973, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.728291392326355, 1.6582633256912231, 1.5882353782653809, 1.553221344947815, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.3956583738327026, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.1155463457107544, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0805323123931885, 1.1855742931365967, 1.0630252361297607, 0.8179272413253784, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 1.0630252361297607, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.0630252361297607, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.2556023597717285, 1.2556023597717285, 1.465686321258545, 1.518207311630249, 1.4481793642044067, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.3956583738327026, 1.378151297569275, -0.17997196316719055, 0.06512605398893356, 0.39775922894477844, 1.0105042457580566, 1.2205883264541626, 1.0630252361297607, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.605742335319519, 1.6582633256912231, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.640756368637085, 1.7633053064346313, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.1855742931365967, 1.2380952835083008, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.1855742931365967, 1.2556023597717285, 1.2731093168258667, 1.1155463457107544, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 0.8004202842712402, 0.7654062509536743, 1.0280113220214844, 1.0105042457580566, 1.0630252361297607, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 1.0280113220214844, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.1330533027648926, 1.1505602598190308, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.0805323123931885, 1.3606443405151367, 1.378151297569275, 1.1330533027648926, -1.247899055480957, -1.930672287940979, -2.0007002353668213, -2.0007002353668213, -1.6505602598190308, -1.7030812501907349, -1.457983136177063, 1.2205883264541626, 1.1505602598190308, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443], [0.502801239490509, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.6757704019546509, 1.640756368637085, 1.605742335319519, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.815826416015625, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.430672287940979, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.0805323123931885, 1.0105042457580566, 0.8879552483558655, 0.8004202842712402, 0.6603642702102661, 0.9404762983322144, 0.9054622650146484, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 0.9579832553863525, 0.7303922772407532, 0.9579832553863525, 1.0280113220214844, 1.0105042457580566, 1.1330533027648926, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 0.9754902720451355, 0.8354342579841614, 1.0980392694473267, 1.2030812501907349, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 0.5553222298622131, -1.580532193183899, -2.018207311630249, -1.965686321258545, -1.930672287940979, -1.843137264251709, -1.7731093168258667, -0.47759100794792175, -1.7906162738800049, 0.502801239490509, -1.0553221702575684, 1.1505602598190308, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5357143878936768, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.605742335319519, 1.7107843160629272, 1.6757704019546509, 1.7457983493804932, 1.780812382698059, 1.8333333730697632, 1.9033613204956055, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.8508403301239014, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.465686321258545, 1.3956583738327026, 1.343137264251709, 1.343137264251709, 1.2556023597717285, 1.3256303071975708, 1.343137264251709, 1.3081233501434326, 1.2030812501907349, 1.2205883264541626, 1.1680673360824585, 1.1855742931365967, 1.1155463457107544, 1.1680673360824585, 1.0280113220214844, 0.9579832553863525, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9929972887039185, 0.9929972887039185, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.1680673360824585, 1.378151297569275, 1.4131653308868408, 1.2906162738800049, -0.7051820158958435, -1.965686321258545, -1.6505602598190308, -1.668067216873169, -1.4929972887039185, -1.5280112028121948, -1.808123230934143, -1.8256303071975708, -1.580532193183899, -1.7731093168258667, -1.160364031791687, -1.457983136177063, -0.6351540088653564, 1.1680673360824585, 1.1680673360824585, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.415266215801239, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.6232492923736572, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.640756368637085, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.7107843160629272, 1.7983193397521973, 1.815826416015625, 1.868347406387329, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.9208683967590332, 1.9383753538131714, 1.9383753538131714, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5707283020019531, 1.483193278312683, 1.4131653308868408, 1.3256303071975708, 1.3256303071975708, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, 1.430672287940979, 1.3606443405151367, 1.2556023597717285, 1.2030812501907349, 1.1855742931365967, 1.1505602598190308, 1.0980392694473267, 1.0455182790756226, 0.8704482913017273, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 0.9929972887039185, 1.0105042457580566, 0.9579832553863525, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9054622650146484, 0.9229692816734314, 1.0105042457580566, 0.9229692816734314, 1.0630252361297607, 1.1155463457107544, 0.9579832553863525, 1.0455182790756226, 1.2030812501907349, 1.4131653308868408, 1.3606443405151367, 1.3956583738327026, 0.9579832553863525, -0.39005598425865173, -1.5630252361297607, -1.6855742931365967, -1.6330533027648926, -1.8606442213058472, -1.6330533027648926, -1.5630252361297607, -0.7577030062675476, -1.2303920984268188, -0.4950979948043823, 1.6582633256912231, 0.06512605398893356, -1.457983136177063, -1.422969102859497, -0.7927170395851135, -1.370448112487793, -1.1778711080551147, 1.2205883264541626, 1.1330533027648926, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.39775922894477844, 0.4677872359752655, 0.45028021931648254, 0.502801239490509, 0.590336263179779, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5882353782653809, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 1.9033613204956055, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.9033613204956055, 1.868347406387329, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.693277359008789, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.3081233501434326, 1.2380952835083008, 1.1855742931365967, 1.1155463457107544, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1155463457107544, 1.0455182790756226, 0.9754902720451355, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1505602598190308, 1.1155463457107544, 1.2030812501907349, 1.2205883264541626, 1.3956583738327026, 1.5357143878936768, 1.5357143878936768, 0.7829132676124573, -1.335434079170227, -1.4929972887039185, -1.4054621458053589, -1.843137264251709, -1.808123230934143, -1.6155462265014648, -1.965686321258545, -1.8256303071975708, -1.7380952835083008, -1.4754900932312012, -1.1428570747375488, -0.9327731132507324, -0.4950979948043823, -1.457983136177063, 1.868347406387329, 1.4481793642044067, -1.0728291273117065, -1.2303920984268188, -1.4054621458053589, -0.12745095789432526, -1.755602240562439, -0.23249296844005585, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5728292465209961, 0.6428572535514832, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.7633053064346313, 1.6757704019546509, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.9208683967590332, 1.9558824300765991, 1.9558824300765991, 1.9383753538131714, 1.9033613204956055, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.5882353782653809, 1.5357143878936768, 1.518207311630249, 1.4481793642044067, 1.3956583738327026, 1.3081233501434326, 1.2731093168258667, 1.2906162738800049, 1.2205883264541626, 1.2731093168258667, 1.2030812501907349, 1.1680673360824585, 1.3081233501434326, 1.4131653308868408, 1.3606443405151367, 1.343137264251709, 1.3081233501434326, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.4131653308868408, 1.465686321258545, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 0.6953782439231873, -1.3879550695419312, -1.6155462265014648, -1.6505602598190308, -1.4754900932312012, -1.5630252361297607, -1.6505602598190308, -1.7030812501907349, -1.1428570747375488, -1.878151297569275, -1.6855742931365967, -1.8256303071975708, -1.7906162738800049, -1.6330533027648926, -1.2654061317443848, -1.1253501176834106, -1.7906162738800049, -0.8277310132980347, 1.518207311630249, 1.7633053064346313, 1.5882353782653809, 1.2030812501907349, 0.6603642702102661, -1.9131653308868408, -1.1078431606292725, 1.2205883264541626, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0280113220214844, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443], [0.34523820877075195, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6953782439231873, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6757704019546509, 1.605742335319519, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.8858543634414673, 1.9558824300765991, 1.9733893871307373, 1.8858543634414673, 1.8858543634414673, 1.868347406387329, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7457983493804932, 1.6757704019546509, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.5707283020019531, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.6232492923736572, 1.7107843160629272, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6757704019546509, 1.3956583738327026, -1.282913088798523, -1.5630252361297607, -1.3179271221160889, -1.282913088798523, -0.9677870869636536, -0.9502801299095154, -1.422969102859497, -1.580532193183899, -1.808123230934143, -1.195378065109253, -1.3004200458526611, -0.022408949211239815, 0.5553222298622131, -1.4929972887039185, -1.3879550695419312, -1.6855742931365967, -1.6855742931365967, -0.10994396358728409, 0.8879552483558655, 1.8508403301239014, 1.5882353782653809, 1.430672287940979, -1.580532193183899, -1.335434079170227, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.3102242052555084, 0.3802522122859955, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.7457983493804932, 1.6757704019546509, 1.6582633256912231, 1.693277359008789, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.7983193397521973, 1.8333333730697632, 1.8858543634414673, 1.9033613204956055, 1.9208683967590332, 1.8858543634414673, 1.815826416015625, 1.868347406387329, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.693277359008789, 1.6582633256912231, 1.640756368637085, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.7457983493804932, 1.693277359008789, 1.728291392326355, 1.7983193397521973, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.6757704019546509, 1.3956583738327026, -0.8277310132980347, -1.4754900932312012, -0.4425770044326782, -1.3879550695419312, -0.9852941036224365, -0.8277310132980347, -1.3529410362243652, -0.5651260018348694, -1.282913088798523, -0.9152660369873047, -0.4425770044326782, -1.7906162738800049, -0.09243696182966232, -1.1078431606292725, -1.3179271221160889, -1.5455182790756226, -1.3004200458526611, -1.5280112028121948, -0.022408949211239815, 0.9929972887039185, 0.8179272413253784, 0.7829132676124573, 1.2030812501907349, -0.022408949211239815, 1.0980392694473267, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443], [0.29271721839904785, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.7107843160629272, 1.6582633256912231, 1.5707283020019531, 1.640756368637085, 1.6757704019546509, 1.780812382698059, 1.7457983493804932, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8333333730697632, 1.780812382698059, 1.8333333730697632, 1.8333333730697632, 1.7633053064346313, 1.5707283020019531, 1.868347406387329, 1.693277359008789, 1.728291392326355, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.7633053064346313, 1.728291392326355, 1.6232492923736572, 1.5882353782653809, 1.518207311630249, 1.483193278312683, 1.430672287940979, 1.4131653308868408, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.2556023597717285, 1.3956583738327026, 1.4481793642044067, 1.4131653308868408, 1.3256303071975708, 1.1680673360824585, 1.0105042457580566, 1.0980392694473267, -0.7226890325546265, -0.7401960492134094, -1.0028010606765747, -1.1253501176834106, -1.3879550695419312, -0.6876749992370605, -0.6176469922065735, -0.9677870869636536, -1.3179271221160889, -1.3179271221160889, -0.9852941036224365, 0.3102242052555084, -0.9152660369873047, -1.0728291273117065, -0.6526610255241394, -1.3179271221160889, -1.457983136177063, -1.720588207244873, -0.4075630009174347, 0.590336263179779, 1.2205883264541626, 1.3256303071975708, 0.8179272413253784, 0.9054622650146484, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614], [0.2752102017402649, 0.3277312219142914, 0.3802522122859955, 0.45028021931648254, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.640756368637085, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.6757704019546509, 1.728291392326355, 1.693277359008789, 1.605742335319519, 1.693277359008789, 1.7107843160629272, 1.7633053064346313, 1.7107843160629272, 1.8508403301239014, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.6582633256912231, 1.815826416015625, 1.728291392326355, 1.728291392326355, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.640756368637085, 1.5882353782653809, 1.553221344947815, 1.5357143878936768, 1.483193278312683, 1.430672287940979, 1.3956583738327026, 1.3256303071975708, 1.2556023597717285, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.1855742931365967, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, -0.8802520632743835, -0.9327731132507324, -1.335434079170227, -1.6505602598190308, -1.720588207244873, -1.7380952835083008, 0.8704482913017273, 0.7478992342948914, -0.4425770044326782, -1.0903360843658447, -0.9152660369873047, -0.8277310132980347, -1.335434079170227, 0.3102242052555084, -0.28501397371292114, -0.21498596668243408, -1.370448112487793, -0.3025209903717041, -1.422969102859497, -1.4754900932312012, 0.9229692816734314, 1.378151297569275, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0455182790756226, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8879552483558655, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614], [0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.605742335319519, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.8508403301239014, 1.7633053064346313, 1.7457983493804932, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.6757704019546509, 1.780812382698059, 1.8508403301239014, 1.815826416015625, 1.7457983493804932, 1.728291392326355, 1.7107843160629272, 1.7633053064346313, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.868347406387329, 0.6078432202339172, 1.0455182790756226, 1.3081233501434326, 1.3081233501434326, 0.9229692816734314, 0.5553222298622131, 0.8004202842712402, 1.728291392326355, 1.780812382698059, 1.7633053064346313, 1.728291392326355, 1.693277359008789, 1.6757704019546509, 1.6232492923736572, 1.5882353782653809, 1.553221344947815, 1.5007003545761108, 1.430672287940979, 1.378151297569275, 1.3256303071975708, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, -0.7401960492134094, -1.0378150939941406, -1.3529410362243652, -1.668067216873169, -1.755602240562439, -1.668067216873169, 1.1155463457107544, -0.03991595283150673, 0.8704482913017273, -0.3025209903717041, -0.6526610255241394, -0.6876749992370605, 0.0476190559566021, 0.24019621312618256, 0.0476190559566021, 0.2226892113685608, -0.4075630009174347, -1.160364031791687, -0.37254899740219116, -0.4075630009174347, 0.7303922772407532, 1.1155463457107544, 1.0805323123931885, 0.9754902720451355, 1.0805323123931885, 1.0805323123931885, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7633053064346313, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.728291392326355, 1.6582633256912231, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.815826416015625, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7107843160629272, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7633053064346313, 1.8333333730697632, 1.8858543634414673, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.780812382698059, -0.3200279772281647, -0.6176469922065735, -0.7927170395851135, -1.4404760599136353, -1.720588207244873, -1.8606442213058472, -0.1624649614095688, 1.8333333730697632, 1.7633053064346313, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.605742335319519, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.378151297569275, 1.3081233501434326, 1.2906162738800049, 1.2030812501907349, 1.1680673360824585, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 1.0630252361297607, 0.9754902720451355, -1.0728291273117065, -1.0553221702575684, -1.5455182790756226, -1.7906162738800049, -1.843137264251709, -0.9852941036224365, 0.5728292465209961, 1.2556023597717285, 1.7107843160629272, 0.8704482913017273, -0.37254899740219116, -0.057422954589128494, -1.4754900932312012, -0.4425770044326782, 0.8879552483558655, 0.34523820877075195, -0.8277310132980347, -0.8802520632743835, -1.2128850221633911, -0.7401960492134094, -1.1253501176834106, 1.1855742931365967, 1.343137264251709, 0.9054622650146484, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0105042457580566, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573], [0.2752102017402649, 0.29271721839904785, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.0805323123931885, 1.1680673360824585, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.780812382698059, 1.6757704019546509, 1.7983193397521973, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.6757704019546509, 1.7457983493804932, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7633053064346313, 0.8529412746429443, -1.0378150939941406, -1.0553221702575684, -1.3004200458526611, -1.7030812501907349, -1.755602240562439, -1.2128850221633911, 1.2205883264541626, 1.7107843160629272, 1.7633053064346313, 1.7633053064346313, 1.693277359008789, 1.6757704019546509, 1.605742335319519, 1.5707283020019531, 1.518207311630249, 1.465686321258545, 1.3956583738327026, 1.378151297569275, 1.3256303071975708, 1.2906162738800049, 1.1680673360824585, 1.1855742931365967, 1.1330533027648926, 1.0805323123931885, 1.0630252361297607, 1.0455182790756226, 0.5378152132034302, -0.8452380299568176, -1.3179271221160889, -1.5980392694473267, -1.755602240562439, -0.9677870869636536, 1.7983193397521973, 1.8333333730697632, 1.6757704019546509, 1.8508403301239014, 1.7457983493804932, 0.6953782439231873, 0.06512605398893356, -0.9677870869636536, -1.0728291273117065, 1.1330533027648926, 0.6428572535514832, -0.7752100229263306, -0.7752100229263306, -0.28501397371292114, -0.022408949211239815, 0.3802522122859955, 1.2906162738800049, 0.8004202842712402, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573], [0.29271721839904785, 0.29271721839904785, 0.34523820877075195, 0.3627452254295349, 0.415266215801239, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.8529412746429443, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.0805323123931885, 1.1330533027648926, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7457983493804932, 1.605742335319519, 1.7457983493804932, 1.7983193397521973, 1.553221344947815, 1.6582633256912231, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.6582633256912231, -0.7577030062675476, -0.8802520632743835, -1.0553221702575684, -1.6505602598190308, -1.8256303071975708, -1.7906162738800049, -0.28501397371292114, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.640756368637085, 1.5882353782653809, 1.5707283020019531, 1.5007003545761108, 1.465686321258545, 1.430672287940979, 1.3606443405151367, 1.2906162738800049, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, -0.3550419807434082, -1.4054621458053589, -1.5455182790756226, -1.6330533027648926, -0.9677870869636536, 1.518207311630249, 1.815826416015625, 1.7983193397521973, 1.8858543634414673, 1.9908963441848755, 1.9383753538131714, 1.4481793642044067, 0.7654062509536743, 0.11764705926179886, -1.0203081369400024, 1.0980392694473267, 0.502801239490509, -0.5476189851760864, -0.6701680421829224, -0.6001400351524353, -1.370448112487793, 0.24019621312618256, 1.0980392694473267, 0.7654062509536743, 1.0630252361297607, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 1.0280113220214844, 1.0280113220214844, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914], [0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.4677872359752655, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.693277359008789, 1.9033613204956055, 1.7457983493804932, 1.7983193397521973, 1.5882353782653809, 1.6757704019546509, 1.7633053064346313, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.815826416015625, 1.8333333730697632, -0.6176469922065735, -0.5651260018348694, -1.0903360843658447, -1.5455182790756226, -1.720588207244873, -1.247899055480957, -1.0903360843658447, 0.7128852605819702, 1.605742335319519, 1.815826416015625, 1.640756368637085, 1.6232492923736572, 1.5882353782653809, 1.5357143878936768, 1.483193278312683, 1.465686321258545, 1.3956583738327026, 1.3256303071975708, 1.2731093168258667, 1.2205883264541626, 1.1680673360824585, 1.1155463457107544, 1.0980392694473267, 0.3802522122859955, -1.6330533027648926, 0.3277312219142914, 1.2205883264541626, 1.430672287940979, 1.1505602598190308, 1.780812382698059, 1.8858543634414673, 1.868347406387329, 1.9033613204956055, 2.0609242916107178, 1.9908963441848755, 2.0259103775024414, 0.8879552483558655, 0.7829132676124573, -1.0203081369400024, 1.4131653308868408, 0.7654062509536743, -0.26750698685646057, 0.4677872359752655, -0.3550419807434082, -1.5455182790756226, -1.1778711080551147, 1.0805323123931885, 0.8529412746429443, 0.9579832553863525, 1.0455182790756226, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914], [0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.4852942228317261, 0.5728292465209961, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.4131653308868408, 1.430672287940979, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.693277359008789, 1.780812382698059, 1.7633053064346313, 1.7107843160629272, 1.815826416015625, 1.780812382698059, 1.815826416015625, 1.7633053064346313, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 0.03011205606162548, -0.23249296844005585, -0.9327731132507324, -0.9152660369873047, -1.6505602598190308, -1.7030812501907349, -0.6701680421829224, -0.8452380299568176, -1.0553221702575684, -0.8977590203285217, 0.2752102017402649, 1.693277359008789, 1.518207311630249, 1.5007003545761108, 1.483193278312683, 1.430672287940979, 1.3256303071975708, 1.3256303071975708, 1.2380952835083008, 1.2030812501907349, 1.1330533027648926, 1.0630252361297607, 0.7303922772407532, 0.6953782439231873, 1.2205883264541626, 1.9558824300765991, 1.9208683967590332, 1.4131653308868408, 1.780812382698059, 1.728291392326355, 2.0259103775024414, 1.9383753538131714, 2.043417453765869, 2.1309523582458496, 1.9208683967590332, 1.2030812501907349, 0.3802522122859955, -1.3004200458526611, 1.6232492923736572, 1.1855742931365967, 0.7829132676124573, 0.9404762983322144, 0.590336263179779, -1.457983136177063, -1.4054621458053589, 0.8004202842712402, 0.7303922772407532, 1.2030812501907349, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.780812382698059, 1.7107843160629272, 1.8333333730697632, 1.868347406387329, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.8858543634414673, 1.0630252361297607, -0.9327731132507324, -0.022408949211239815, -1.422969102859497, -0.9502801299095154, -0.8277310132980347, -0.4950979948043823, -1.0203081369400024, -1.7731093168258667, -1.247899055480957, -1.5455182790756226, 1.1855742931365967, 1.483193278312683, 1.465686321258545, 1.430672287940979, 1.4131653308868408, 1.3081233501434326, 1.4131653308868408, 1.3256303071975708, 1.7633053064346313, 1.343137264251709, 1.8333333730697632, 1.9733893871307373, 1.868347406387329, 1.868347406387329, 1.6757704019546509, 1.8508403301239014, 1.9908963441848755, 1.483193278312683, 2.0259103775024414, 1.9908963441848755, 2.0084033012390137, 2.0959384441375732, 1.8858543634414673, 1.343137264251709, 0.08263305574655533, -0.8277310132980347, 1.6582633256912231, 1.0805323123931885, 1.5882353782653809, 1.7633053064346313, 0.9404762983322144, -0.9502801299095154, -1.422969102859497, -0.057422954589128494, 1.0805323123931885, 1.1330533027648926, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6253502368927002, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0980392694473267, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.815826416015625, 1.8508403301239014, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.9208683967590332, 1.8858543634414673, 1.780812382698059, 0.5728292465209961, -0.42506998777389526, -0.14495795965194702, -0.5301120281219482, -1.1078431606292725, -0.8102240562438965, -1.7030812501907349, -0.5476189851760864, -1.1078431606292725, -0.6876749992370605, -0.3025209903717041, 1.605742335319519, 1.5707283020019531, 1.4481793642044067, 1.5007003545761108, 1.9208683967590332, 1.8508403301239014, 1.6582633256912231, 1.9908963441848755, 1.4481793642044067, 2.0609242916107178, 1.9908963441848755, 2.113445281982422, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 2.0084033012390137, 1.5882353782653809, 1.9908963441848755, 1.7633053064346313, 1.9733893871307373, 2.1484594345092773, 2.043417453765869, 1.1855742931365967, -0.9852941036224365, 1.518207311630249, 1.815826416015625, 1.0280113220214844, 1.8333333730697632, 1.9383753538131714, 0.7829132676124573, -0.1624649614095688, -1.457983136177063, 0.13515406847000122, 0.45028021931648254, 1.0455182790756226, 1.1155463457107544, 0.9229692816734314, 0.9579832553863525, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532], [0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.3606443405151367, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 1.6582633256912231, -0.21498596668243408, -1.2303920984268188, 0.3277312219142914, -1.6505602598190308, -0.7752100229263306, -1.3529410362243652, -1.247899055480957, -0.5651260018348694, -1.247899055480957, -0.8277310132980347, 0.6953782439231873, 0.8354342579841614, 1.9383753538131714, 2.165966510772705, 2.043417453765869, 1.780812382698059, 2.0784313678741455, 1.5707283020019531, 2.0084033012390137, 2.0259103775024414, 2.0084033012390137, 1.9033613204956055, 1.8858543634414673, 1.640756368637085, 1.9383753538131714, 1.815826416015625, 1.9733893871307373, 1.5357143878936768, 1.9733893871307373, 2.1484594345092773, 1.9558824300765991, 0.7829132676124573, 1.0280113220214844, 1.780812382698059, 1.8858543634414673, 1.0105042457580566, 1.868347406387329, 1.9908963441848755, 0.9929972887039185, -0.03991595283150673, -1.5630252361297607, 0.11764705926179886, 0.4852942228317261, 0.8179272413253784, 1.2556023597717285, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 0.9754902720451355, 0.9929972887039185, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5378152132034302, 0.6253502368927002, 0.6428572535514832, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.868347406387329, 1.9033613204956055, 2.0259103775024414, 1.8333333730697632, 1.4131653308868408, 0.432773232460022, -0.33753499388694763, -0.9852941036224365, -0.6001400351524353, -1.0203081369400024, -0.8277310132980347, 0.012605053372681141, -1.3529410362243652, -1.3179271221160889, -0.3200279772281647, 0.34523820877075195, -1.7380952835083008, -0.6351540088653564, -1.4929972887039185, -1.195378065109253, 1.728291392326355, 2.0084033012390137, 1.6232492923736572, 2.1309523582458496, 1.8858543634414673, 1.9208683967590332, 1.9908963441848755, 1.553221344947815, 1.7633053064346313, 1.9383753538131714, 2.0259103775024414, 1.3956583738327026, 1.7633053064346313, 2.0609242916107178, 2.113445281982422, 1.9733893871307373, 1.7983193397521973, 1.9033613204956055, 2.043417453765869, 1.8508403301239014, 1.0805323123931885, 1.9033613204956055, 2.0084033012390137, 1.2556023597717285, 0.20518220961093903, -1.5980392694473267, 1.2030812501907349, 0.6603642702102661, 1.1680673360824585, 0.7478992342948914, 0.5728292465209961, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.590336263179779, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.8858543634414673, -0.26750698685646057, -1.0378150939941406, -0.6351540088653564, -0.057422954589128494, 0.3277312219142914, -1.2654061317443848, -1.457983136177063, -0.4425770044326782, -1.0553221702575684, -1.4754900932312012, -0.4950979948043823, -1.1778711080551147, -1.0203081369400024, -1.422969102859497, -0.8452380299568176, -1.2654061317443848, -0.6001400351524353, -1.720588207244873, -1.1428570747375488, 0.18767507374286652, 0.4677872359752655, 1.0630252361297607, 1.9733893871307373, 1.9383753538131714, 1.9383753538131714, 1.4481793642044067, 1.8858543634414673, 1.9733893871307373, 1.0980392694473267, 1.5707283020019531, 1.8858543634414673, 2.2009804248809814, 2.1484594345092773, 2.0959384441375732, 1.9908963441848755, 1.9733893871307373, 1.640756368637085, 1.3956583738327026, 1.868347406387329, 1.9383753538131714, 1.483193278312683, -0.03991595283150673, -1.5980392694473267, 1.9208683967590332, 1.6582633256912231, 0.8354342579841614, 0.8179272413253784, 0.11764705926179886, 0.8529412746429443, 0.8354342579841614, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9404762983322144, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0805323123931885, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3081233501434326, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.9558824300765991, 0.4852942228317261, -0.28501397371292114, -1.0203081369400024, -0.5826330184936523, 0.3802522122859955, -0.23249296844005585, 0.11764705926179886, -0.6701680421829224, 0.15266107022762299, 0.18767507374286652, -1.4929972887039185, -1.755602240562439, -0.8102240562438965, -1.7030812501907349, -1.580532193183899, -0.5476189851760864, -0.8627450466156006, -1.5105042457580566, -1.5455182790756226, -1.422969102859497, -0.7927170395851135, -0.21498596668243408, -0.6351540088653564, 0.9054622650146484, 1.780812382698059, 1.4131653308868408, 1.5882353782653809, 1.7107843160629272, 1.0980392694473267, 1.815826416015625, 1.5707283020019531, 2.1309523582458496, 2.1834733486175537, 2.0959384441375732, 2.0084033012390137, 1.8333333730697632, 1.9383753538131714, 1.8858543634414673, 2.0959384441375732, 2.0784313678741455, 1.9033613204956055, -0.7051820158958435, -0.37254899740219116, 1.9733893871307373, 1.8508403301239014, 0.9054622650146484, 0.2577032148838043, -0.5126050114631653, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5553222298622131], [0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.6232492923736572, 1.640756368637085, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.8858543634414673, 1.9033613204956055, 1.9033613204956055, 1.8333333730697632, 0.520308256149292, -0.39005598425865173, -0.47759100794792175, -0.6351540088653564, 0.0476190559566021, 0.2226892113685608, -1.6155462265014648, -1.335434079170227, 0.0476190559566021, -0.26750698685646057, -0.6526610255241394, -0.4600839912891388, -1.4929972887039185, -0.07492996007204056, -0.6176469922065735, -1.3879550695419312, -1.0028010606765747, -1.0028010606765747, -1.3179271221160889, -1.195378065109253, -1.0903360843658447, -0.5651260018348694, -1.4929972887039185, 0.0476190559566021, -0.19747896492481232, 1.5007003545761108, 1.8508403301239014, 1.0280113220214844, 1.1330533027648926, 1.4131653308868408, 1.640756368637085, 1.868347406387329, 2.1309523582458496, 2.0084033012390137, 2.0084033012390137, 2.113445281982422, 2.0259103775024414, 1.9558824300765991, 2.1834733486175537, 2.1484594345092773, 1.9733893871307373, -0.8977590203285217, 1.2556023597717285, 1.9208683967590332, 1.9733893871307373, 1.518207311630249, 1.1330533027648926, 0.03011205606162548, 0.5728292465209961, 0.9579832553863525, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.2556023597717285, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2731093168258667, 1.3256303071975708, 1.3256303071975708, 1.3956583738327026, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.640756368637085, 1.6582633256912231, 1.693277359008789, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -1.195378065109253, -0.6876749992370605, -0.5826330184936523, -0.9852941036224365, 0.03011205606162548, -0.057422954589128494, -0.6351540088653564, -1.370448112487793, 0.34523820877075195, 0.3277312219142914, 0.24019621312618256, -1.282913088798523, -0.07492996007204056, -1.6505602598190308, -1.5980392694473267, -1.335434079170227, -1.457983136177063, -0.8977590203285217, 0.5728292465209961, -1.0028010606765747, -0.8627450466156006, -1.3179271221160889, -0.7401960492134094, -1.3004200458526611, -1.0553221702575684, 0.7128852605819702, 1.2380952835083008, 0.9054622650146484, -0.09243696182966232, 1.5882353782653809, 1.815826416015625, 1.9383753538131714, 1.9383753538131714, 2.043417453765869, 2.113445281982422, 1.9558824300765991, 2.0959384441375732, 2.1484594345092773, 2.2009804248809814, 2.1834733486175537, 1.9908963441848755, 1.8508403301239014, 1.8333333730697632, 2.0084033012390137, 2.043417453765869, 1.1330533027648926, 0.34523820877075195, 0.34523820877075195, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6603642702102661, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3606443405151367, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5707283020019531, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.868347406387329, 1.9033613204956055, 1.8858543634414673, 1.9033613204956055, 1.7983193397521973, -0.5476189851760864, -0.9677870869636536, -0.5126050114631653, -1.1778711080551147, -1.1428570747375488, 1.4481793642044067, -0.9852941036224365, -0.6701680421829224, -0.9502801299095154, -1.6505602598190308, -0.7051820158958435, -0.4425770044326782, -1.0728291273117065, -0.7752100229263306, -1.7030812501907349, -1.3529410362243652, -1.2128850221633911, 0.6428572535514832, 1.605742335319519, 1.7107843160629272, 0.17016807198524475, -1.2128850221633911, -0.3550419807434082, -1.2654061317443848, -0.8977590203285217, -1.1428570747375488, -0.3025209903717041, 1.483193278312683, 0.18767507374286652, 1.465686321258545, 1.1155463457107544, 1.605742335319519, 1.9733893871307373, 2.0259103775024414, 2.0259103775024414, 2.0784313678741455, 2.113445281982422, 2.165966510772705, 2.0784313678741455, 2.2009804248809814, 1.9908963441848755, 1.9383753538131714, 1.8333333730697632, 2.1484594345092773, 2.0959384441375732, 1.7457983493804932, 0.4852942228317261, 0.3802522122859955, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2556023597717285, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.553221344947815, 1.553221344947815, 1.605742335319519, 1.640756368637085, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 1.868347406387329, 1.8858543634414673, 1.868347406387329, 2.0259103775024414, -1.195378065109253, 0.520308256149292, 1.8858543634414673, 0.29271721839904785, 0.17016807198524475, -0.9327731132507324, -0.39005598425865173, -0.9852941036224365, -1.3004200458526611, -1.6505602598190308, -1.3529410362243652, -0.022408949211239815, -0.6701680421829224, -1.3529410362243652, -1.7380952835083008, -1.0028010606765747, 0.7654062509536743, 1.1855742931365967, 1.2731093168258667, 2.165966510772705, 1.2030812501907349, 0.5728292465209961, 1.0105042457580566, 1.5007003545761108, 0.8879552483558655, -0.9502801299095154, -1.2303920984268188, 0.6253502368927002, 1.2556023597717285, 1.2380952835083008, 1.5707283020019531, 1.5357143878936768, 1.8333333730697632, 1.868347406387329, 1.9383753538131714, 2.0609242916107178, 2.0959384441375732, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.9558824300765991, 2.113445281982422, 2.043417453765869, 0.8354342579841614, 0.20518220961093903, 0.8529412746429443, 0.8529412746429443, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.1680673360824585, 1.2030812501907349, 1.2205883264541626, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.3956583738327026, 1.4481793642044067, 1.465686321258545, 1.5357143878936768, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.815826416015625, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.868347406387329, 1.8858543634414673, 1.8508403301239014, 1.9733893871307373, 1.7107843160629272, -0.5301120281219482, 0.06512605398893356, 0.6603642702102661, 0.6428572535514832, -0.7226890325546265, -0.5651260018348694, -1.335434079170227, -1.0903360843658447, -1.1253501176834106, -1.247899055480957, -1.3179271221160889, -0.9327731132507324, -1.3179271221160889, -1.5105042457580566, -0.26750698685646057, -1.3529410362243652, 1.0630252361297607, 0.5553222298622131, 1.430672287940979, 1.5357143878936768, 2.0784313678741455, 1.8858543634414673, 1.4481793642044067, 1.1505602598190308, 1.0280113220214844, 0.7303922772407532, -1.3004200458526611, 0.502801239490509, 1.5007003545761108, 1.6232492923736572, 1.2030812501907349, 1.483193278312683, 1.6757704019546509, 1.7457983493804932, 1.8333333730697632, 2.113445281982422, 2.0084033012390137, 2.1309523582458496, 2.1484594345092773, 2.0959384441375732, 1.868347406387329, 1.9733893871307373, 2.0784313678741455, 2.2535016536712646, 1.430672287940979, 0.6603642702102661, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.8704482913017273, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.502801239490509, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2731093168258667, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.3956583738327026, 1.4131653308868408, 1.483193278312683, 1.483193278312683, 1.553221344947815, 1.5882353782653809, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.8858543634414673, 1.9558824300765991, -0.2499999701976776, -0.42506998777389526, -0.10994396358728409, 0.3102242052555084, -0.3200279772281647, 1.0980392694473267, 1.2205883264541626, 0.7128852605819702, -1.195378065109253, 0.11764705926179886, -1.335434079170227, -0.8277310132980347, -0.6876749992370605, -0.5651260018348694, -1.2303920984268188, 0.06512605398893356, -0.6351540088653564, -1.3879550695419312, -1.2128850221633911, -1.247899055480957, 0.7128852605819702, 1.0280113220214844, 0.8179272413253784, 1.6757704019546509, 1.868347406387329, 0.8529412746429443, 0.7829132676124573, 0.6953782439231873, 0.3102242052555084, 0.3627452254295349, -0.5826330184936523, 1.6757704019546509, 1.5357143878936768, 1.378151297569275, 1.465686321258545, 1.6582633256912231, 1.518207311630249, 1.4131653308868408, 1.7107843160629272, 1.9383753538131714, 2.0784313678741455, 2.1834733486175537, 2.043417453765869, 2.043417453765869, 2.0259103775024414, 2.0084033012390137, 2.1834733486175537, 2.043417453765869, 1.640756368637085, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.2030812501907349, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3606443405151367, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.868347406387329, 1.8333333730697632, 1.553221344947815, 0.39775922894477844, -0.9327731132507324, -0.26750698685646057, 0.7128852605819702, 0.9229692816734314, 1.1505602598190308, 1.2380952835083008, 1.1505602598190308, 0.6778712272644043, 0.06512605398893356, -0.6701680421829224, -1.160364031791687, -1.5455182790756226, -1.6155462265014648, -0.6001400351524353, -1.2128850221633911, -0.21498596668243408, -1.4054621458053589, -0.9327731132507324, -0.5476189851760864, -1.4404760599136353, 0.9754902720451355, 1.0805323123931885, 0.8004202842712402, 0.6953782439231873, 1.3606443405151367, 1.430672287940979, 1.2556023597717285, 0.8179272413253784, 0.7829132676124573, 0.8529412746429443, 1.7107843160629272, 1.6757704019546509, 1.693277359008789, 1.640756368637085, 1.693277359008789, 1.7457983493804932, 1.465686321258545, 1.553221344947815, 1.693277359008789, 1.7983193397521973, 1.9558824300765991, 1.9558824300765991, 2.043417453765869, 2.0784313678741455, 2.0609242916107178, 1.9558824300765991, 2.0609242916107178, 1.5007003545761108, 0.7654062509536743, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1680673360824585, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.343137264251709, 1.430672287940979, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.6232492923736572, 1.6582633256912231, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.868347406387329, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.815826416015625, 1.8508403301239014, 1.7983193397521973, 0.415266215801239, 0.4677872359752655, -0.9677870869636536, -0.3550419807434082, 0.7303922772407532, 1.1505602598190308, 1.343137264251709, 1.2556023597717285, 1.1330533027648926, 0.8354342579841614, 0.8179272413253784, -0.9502801299095154, -0.7577030062675476, -1.5105042457580566, -0.5126050114631653, -1.195378065109253, -0.3200279772281647, -0.8977590203285217, -0.4950979948043823, -0.9502801299095154, -1.3879550695419312, -0.6351540088653564, -1.0728291273117065, 0.8179272413253784, 0.9404762983322144, 1.4131653308868408, 1.780812382698059, 1.9033613204956055, 1.8508403301239014, 1.815826416015625, 1.518207311630249, 1.3606443405151367, 1.7457983493804932, 1.605742335319519, 1.8333333730697632, 1.8858543634414673, 1.9908963441848755, 1.8508403301239014, 1.7633053064346313, 1.5357143878936768, 1.780812382698059, 1.8333333730697632, 1.7107843160629272, 1.518207311630249, 1.8858543634414673, 1.868347406387329, 1.9558824300765991, 1.9908963441848755, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6603642702102661, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.640756368637085, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7983193397521973, 1.815826416015625, 1.8508403301239014, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.8333333730697632, 1.7983193397521973, 0.2226892113685608, 0.7303922772407532, -0.9152660369873047, -0.4075630009174347, 0.8879552483558655, 1.343137264251709, 1.4131653308868408, 1.3081233501434326, 1.1505602598190308, 0.8179272413253784, 0.9579832553863525, 0.012605053372681141, -1.1253501176834106, -0.7226890325546265, -1.422969102859497, 0.06512605398893356, -0.42506998777389526, -0.6526610255241394, -0.8277310132980347, -1.3179271221160889, -0.2499999701976776, -1.247899055480957, -1.195378065109253, -1.370448112487793, 1.693277359008789, 1.9383753538131714, 1.8858543634414673, 1.5357143878936768, 1.815826416015625, 1.9208683967590332, 1.6582633256912231, 1.728291392326355, 1.8333333730697632, 1.553221344947815, 2.0259103775024414, 2.0084033012390137, 1.6757704019546509, 1.7457983493804932, 1.6757704019546509, 1.7983193397521973, 1.8508403301239014, 1.728291392326355, 1.693277359008789, 1.7983193397521973, 1.7457983493804932, 1.9208683967590332, 1.640756368637085, 1.7633053064346313, 1.815826416015625, 1.2030812501907349, 0.6778712272644043, 0.7654062509536743, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5007003545761108, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.7107843160629272, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8508403301239014, 1.8508403301239014, 1.8333333730697632, 1.815826416015625, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 0.3627452254295349, 0.8704482913017273, -0.4950979948043823, -0.5826330184936523, 0.8879552483558655, 1.3256303071975708, 1.3956583738327026, 1.2906162738800049, 1.1855742931365967, 0.9229692816734314, 1.0280113220214844, 0.9229692816734314, 1.2906162738800049, -0.09243696182966232, -0.5651260018348694, -0.9327731132507324, -1.7380952835083008, -0.9152660369873047, -1.0378150939941406, -0.7226890325546265, -1.247899055480957, -1.1428570747375488, -1.247899055480957, -1.3879550695419312, -0.2499999701976776, 1.4481793642044067, 1.728291392326355, 1.7457983493804932, 1.9208683967590332, 1.7457983493804932, 1.8858543634414673, 1.9033613204956055, 2.0259103775024414, 1.9558824300765991, 1.465686321258545, 2.0609242916107178, 2.0259103775024414, 2.1309523582458496, 1.9558824300765991, 1.8508403301239014, 1.780812382698059, 1.868347406387329, 1.728291392326355, 1.693277359008789, 1.693277359008789, 1.605742335319519, 1.5007003545761108, 1.693277359008789, 2.0609242916107178, 1.483193278312683, 0.6953782439231873, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2556023597717285, 1.3256303071975708, 1.3606443405151367, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.728291392326355, 1.7633053064346313, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7633053064346313, 0.6078432202339172, 0.590336263179779, 0.11764705926179886, -0.26750698685646057, 0.9754902720451355, 1.378151297569275, 1.3956583738327026, 1.3081233501434326, 0.7654062509536743, 0.9229692816734314, 1.0455182790756226, 1.0455182790756226, 1.2906162738800049, 1.378151297569275, -0.4950979948043823, -1.1428570747375488, -1.247899055480957, -1.2654061317443848, 0.29271721839904785, -0.9152660369873047, -0.0049019488506019115, -0.10994396358728409, -1.5630252361297607, -1.282913088798523, -0.9677870869636536, -1.5630252361297607, -0.5826330184936523, 1.6757704019546509, 1.8333333730697632, 1.640756368637085, 1.605742335319519, 2.113445281982422, 2.1309523582458496, 2.1309523582458496, 1.7457983493804932, 2.0084033012390137, 2.0084033012390137, 1.9908963441848755, 2.0259103775024414, 2.043417453765869, 2.0259103775024414, 1.9908963441848755, 1.8508403301239014, 1.9383753538131714, 1.728291392326355, 1.7633053064346313, 1.728291392326355, 1.7457983493804932, 1.9908963441848755, 1.1855742931365967, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8879552483558655, 0.8354342579841614, 0.8529412746429443, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9754902720451355, 0.9929972887039185, 1.0280113220214844, 1.0630252361297607, 1.1155463457107544, 1.1680673360824585, 1.1855742931365967, 1.2731093168258667, 1.3081233501434326, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7457983493804932, 1.7633053064346313, 1.7983193397521973, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.815826416015625, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7457983493804932, 1.343137264251709, 0.6953782439231873, -0.33753499388694763, 0.34523820877075195, 0.9579832553863525, 1.2731093168258667, 1.2380952835083008, 0.9929972887039185, 0.6078432202339172, 1.0980392694473267, 1.2380952835083008, 1.1155463457107544, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, -0.6176469922065735, -0.5126050114631653, 0.1001400575041771, -0.37254899740219116, -0.4425770044326782, -0.37254899740219116, 0.3102242052555084, 1.378151297569275, -1.247899055480957, -1.335434079170227, -0.9502801299095154, -1.4404760599136353, 0.39775922894477844, 1.8333333730697632, 1.7457983493804932, 1.7983193397521973, 2.0784313678741455, 2.1484594345092773, 2.0784313678741455, 2.0084033012390137, 2.113445281982422, 2.0609242916107178, 1.553221344947815, 1.8508403301239014, 1.9908963441848755, 1.9733893871307373, 2.113445281982422, 2.0609242916107178, 2.0084033012390137, 1.9733893871307373, 1.9383753538131714, 1.8858543634414673, 1.7107843160629272, 2.1484594345092773, 2.235994577407837, 0.6603642702102661, 0.7654062509536743, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0805323123931885, 1.0980392694473267, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.343137264251709, 1.3956583738327026, 1.4481793642044067, 1.5357143878936768, 1.5707283020019531, 1.605742335319519, 1.6757704019546509, 1.7107843160629272, 1.7633053064346313, 1.780812382698059, 1.7983193397521973, 1.815826416015625, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.8333333730697632, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 1.483193278312683, 0.9054622650146484, 0.432773232460022, 1.1855742931365967, 0.9404762983322144, 0.9404762983322144, 0.8529412746429443, 0.8879552483558655, 0.6603642702102661, 1.0980392694473267, 1.2731093168258667, 1.1505602598190308, 1.2380952835083008, 1.3081233501434326, 1.4131653308868408, 0.8354342579841614, -0.022408949211239815, -0.21498596668243408, -0.4950979948043823, 0.06512605398893356, 0.39775922894477844, 0.03011205606162548, -0.33753499388694763, -0.057422954589128494, -1.1253501176834106, -0.5826330184936523, -0.5826330184936523, -1.3179271221160889, 0.3802522122859955, 1.6582633256912231, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.1309523582458496, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.7983193397521973, 1.4481793642044067, 2.0609242916107178, 2.1309523582458496, 2.1309523582458496, 2.165966510772705, 2.165966510772705, 2.113445281982422, 2.043417453765869, 1.9033613204956055, 2.0084033012390137, 2.1834733486175537, 2.2009804248809814, 0.8529412746429443, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.2030812501907349, 1.2906162738800049, 1.3606443405151367, 1.4131653308868408, 1.5007003545761108, 1.5357143878936768, 1.605742335319519, 1.6582633256912231, 1.6757704019546509, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7983193397521973, 1.7457983493804932, 0.9754902720451355, 0.8529412746429443, 1.483193278312683, 1.6582633256912231, 0.5553222298622131, 0.502801239490509, 0.8879552483558655, 0.8179272413253784, 0.6253502368927002, 1.0805323123931885, 1.605742335319519, 1.2030812501907349, 1.2731093168258667, 1.9558824300765991, 1.6232492923736572, 1.0280113220214844, 0.8879552483558655, -0.4075630009174347, -0.7051820158958435, 0.9229692816734314, -1.247899055480957, -0.4075630009174347, 1.465686321258545, 0.4852942228317261, 0.9054622650146484, -1.1428570747375488, -0.7927170395851135, -0.8452380299568176, -0.7401960492134094, -0.7226890325546265, 0.590336263179779, 2.0084033012390137, 2.1834733486175537, 2.0784313678741455, 2.0784313678741455, 1.9208683967590332, 2.0609242916107178, 1.9383753538131714, 1.9733893871307373, 2.113445281982422, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.165966510772705, 2.113445281982422, 2.0959384441375732, 1.7457983493804932, 2.0084033012390137, 2.1484594345092773, 1.9033613204956055, 0.8879552483558655, 0.7654062509536743, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0805323123931885, 1.1680673360824585, 1.2205883264541626, 1.2731093168258667, 1.3606443405151367, 1.4131653308868408, 1.4481793642044067, 1.518207311630249, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7983193397521973, 1.7983193397521973, 1.780812382698059, 1.780812382698059, 1.7633053064346313, 1.780812382698059, 1.780812382698059, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7457983493804932, 0.3277312219142914, 0.9579832553863525, 0.8004202842712402, 0.7829132676124573, 0.9754902720451355, 0.39775922894477844, 0.7829132676124573, 0.8879552483558655, 0.6603642702102661, 0.9579832553863525, 1.5007003545761108, 0.9754902720451355, 1.343137264251709, 1.9383753538131714, 1.868347406387329, 1.4131653308868408, 0.8704482913017273, -0.5301120281219482, -0.7927170395851135, 0.03011205606162548, -1.3529410362243652, -0.4600839912891388, 2.1834733486175537, 1.693277359008789, 0.8879552483558655, 0.6603642702102661, -1.0553221702575684, -0.8452380299568176, -0.19747896492481232, -1.160364031791687, -1.195378065109253, 0.45028021931648254, 2.1834733486175537, 2.0609242916107178, 1.9908963441848755, 1.640756368637085, 1.7633053064346313, 1.8508403301239014, 1.868347406387329, 1.6582633256912231, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.218487501144409, 2.1309523582458496, 2.1484594345092773, 2.0609242916107178, 1.8508403301239014, 2.043417453765869, 2.0259103775024414, 0.9929972887039185, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6778712272644043, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0280113220214844, 1.0455182790756226, 1.1505602598190308, 1.2030812501907349, 1.2556023597717285, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.483193278312683, 1.5357143878936768, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7983193397521973, 1.7983193397521973, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7457983493804932, 0.2752102017402649, 0.9229692816734314, -0.3550419807434082, 1.693277359008789, 0.9754902720451355, 0.7478992342948914, 0.8704482913017273, 1.2030812501907349, 0.9229692816734314, 0.9054622650146484, 1.3606443405151367, 0.8704482913017273, 1.2731093168258667, 1.9383753538131714, 1.9383753538131714, 1.7107843160629272, 0.7478992342948914, -0.3025209903717041, -0.21498596668243408, -0.8452380299568176, 1.3081233501434326, -1.370448112487793, 1.3256303071975708, 1.868347406387329, 1.640756368637085, 1.0105042457580566, 0.5728292465209961, -0.4075630009174347, -0.39005598425865173, 0.3802522122859955, -0.4950979948043823, -1.3529410362243652, 0.2752102017402649, 2.0959384441375732, 1.780812382698059, 1.5707283020019531, 1.483193278312683, 0.8704482913017273, 1.9033613204956055, 2.0959384441375732, 2.113445281982422, 2.2009804248809814, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.113445281982422, 2.043417453765869, 1.9383753538131714, 2.0609242916107178, 1.9733893871307373, 1.868347406387329, 0.7478992342948914, 0.8179272413253784, 0.8529412746429443, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.8354342579841614, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2906162738800049, 1.3256303071975708, 1.4131653308868408, 1.465686321258545, 1.5007003545761108, 1.5357143878936768, 1.5882353782653809, 1.605742335319519, 1.640756368637085, 1.693277359008789, 1.7107843160629272, 1.728291392326355, 1.7457983493804932, 1.7633053064346313, 1.7633053064346313, 1.7633053064346313, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.780812382698059, 0.45028021931648254, 0.3102242052555084, 0.012605053372681141, 1.2731093168258667, 1.4481793642044067, 1.0455182790756226, 1.518207311630249, 1.465686321258545, 0.9579832553863525, 1.1330533027648926, 1.483193278312683, 0.8354342579841614, 1.2556023597717285, 1.9033613204956055, 1.9383753538131714, 1.9033613204956055, 1.4131653308868408, 0.6428572535514832, 1.0805323123931885, 0.3627452254295349, 0.8879552483558655, -0.9327731132507324, -0.8452380299568176, 1.9558824300765991, 1.9383753538131714, 2.0084033012390137, 1.7107843160629272, 1.2556023597717285, 0.8529412746429443, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, -1.3879550695419312, 0.34523820877075195, 1.7983193397521973, 1.343137264251709, 1.815826416015625, 1.1155463457107544, 1.553221344947815, 1.9733893871307373, 1.8858543634414673, 2.218487501144409, 2.2710084915161133, 2.2710084915161133, 2.218487501144409, 2.1484594345092773, 2.113445281982422, 2.043417453765869, 1.9208683967590332, 1.9733893871307373, 2.0084033012390137, 0.6603642702102661, 0.8179272413253784, 0.8704482913017273, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 1.0455182790756226, 1.1155463457107544, 1.1855742931365967, 1.2556023597717285, 1.3081233501434326, 1.3956583738327026, 1.4131653308868408, 1.4481793642044067, 1.483193278312683, 1.518207311630249, 1.553221344947815, 1.605742335319519, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.728291392326355, 1.7633053064346313, 1.7633053064346313, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.7633053064346313, 0.39775922894477844, 1.0455182790756226, 0.7654062509536743, 1.3606443405151367, 1.4481793642044067, 0.9404762983322144, 1.483193278312683, 1.430672287940979, 0.9404762983322144, 1.2205883264541626, 1.465686321258545, 0.8879552483558655, 1.1855742931365967, 1.9208683967590332, 1.8508403301239014, 1.8333333730697632, 1.9383753538131714, 1.6582633256912231, 0.012605053372681141, 1.8333333730697632, 0.8704482913017273, 1.0630252361297607, -1.3179271221160889, 2.0784313678741455, 1.780812382698059, 2.0259103775024414, 2.165966510772705, 2.1309523582458496, 2.0259103775024414, 1.868347406387329, 0.8704482913017273, 0.7128852605819702, 0.8704482913017273, -1.4054621458053589, 1.4481793642044067, 0.415266215801239, 1.9208683967590332, 1.815826416015625, 1.4481793642044067, 1.815826416015625, 1.605742335319519, 1.3256303071975708, 2.235994577407837, 2.2535016536712646, 2.218487501144409, 2.218487501144409, 2.0609242916107178, 2.0084033012390137, 1.868347406387329, 2.0084033012390137, 1.7983193397521973, 0.6953782439231873, 0.8004202842712402, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6078432202339172, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 1.0105042457580566, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2731093168258667, 1.343137264251709, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.5357143878936768, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.6757704019546509, 1.693277359008789, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 0.8879552483558655, 1.640756368637085, 0.7829132676124573, 1.553221344947815, 1.0280113220214844, 0.9579832553863525, 1.3256303071975708, 1.378151297569275, 0.6603642702102661, 1.2205883264541626, 1.3256303071975708, 0.7829132676124573, 1.3956583738327026, 1.868347406387329, 1.8333333730697632, 1.9208683967590332, 1.9033613204956055, 1.780812382698059, 1.2556023597717285, 1.9383753538131714, 1.7633053064346313, 1.2731093168258667, -1.370448112487793, 1.8333333730697632, 1.8333333730697632, 2.0784313678741455, 2.0959384441375732, 2.1309523582458496, 2.0609242916107178, 2.0609242916107178, 1.9733893871307373, 0.9929972887039185, 0.8004202842712402, 0.20518220961093903, -1.1253501176834106, 1.3606443405151367, 1.3956583738327026, 1.0280113220214844, 1.7107843160629272, 1.6757704019546509, 1.0805323123931885, 1.1680673360824585, 2.288515567779541, 2.2009804248809814, 2.2535016536712646, 2.235994577407837, 2.1484594345092773, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.8508403301239014, 1.0280113220214844, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6428572535514832, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961], [0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9579832553863525, 1.0105042457580566, 1.0980392694473267, 1.1505602598190308, 1.2380952835083008, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.430672287940979, 1.465686321258545, 1.518207311630249, 1.553221344947815, 1.553221344947815, 1.5882353782653809, 1.6232492923736572, 1.6757704019546509, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.7457983493804932, 1.7457983493804932, 1.7457983493804932, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.693277359008789, 1.693277359008789, 1.343137264251709, 1.3606443405151367, 1.378151297569275, 1.9208683967590332, 1.3956583738327026, 0.6603642702102661, 0.6428572535514832, 0.9579832553863525, 0.520308256149292, 1.2205883264541626, 1.378151297569275, 0.9054622650146484, 1.3256303071975708, 1.815826416015625, 1.868347406387329, 1.9383753538131714, 1.8333333730697632, 1.3256303071975708, 0.15266107022762299, 2.0259103775024414, 2.0084033012390137, 1.2205883264541626, -1.0028010606765747, 1.9208683967590332, 1.9383753538131714, 2.113445281982422, 2.0959384441375732, 2.1834733486175537, 2.0784313678741455, 2.113445281982422, 2.0259103775024414, 2.0609242916107178, 0.8879552483558655, 0.8354342579841614, -1.4054621458053589, 1.7983193397521973, 1.1155463457107544, 1.8508403301239014, 1.6232492923736572, 1.553221344947815, 1.1155463457107544, 1.0630252361297607, 2.2535016536712646, 2.1309523582458496, 2.235994577407837, 2.2535016536712646, 2.1834733486175537, 2.1484594345092773, 2.0609242916107178, 1.9033613204956055, 1.9208683967590332, 1.7457983493804932, 0.7303922772407532, 0.8354342579841614, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6428572535514832, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779], [0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.5553222298622131, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0980392694473267, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.6582633256912231, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.728291392326355, 1.728291392326355, 1.728291392326355, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6232492923736572, 1.430672287940979, 1.1680673360824585, 1.2731093168258667, 1.9033613204956055, 1.693277359008789, 1.0805323123931885, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 1.1855742931365967, 1.2556023597717285, 0.9579832553863525, 1.693277359008789, 1.693277359008789, 1.7633053064346313, 1.9208683967590332, 1.3081233501434326, 0.4677872359752655, 0.9929972887039185, 1.815826416015625, 1.8508403301239014, 1.1680673360824585, -0.7226890325546265, 1.9908963441848755, 2.0259103775024414, 2.1309523582458496, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.1309523582458496, 2.0959384441375732, 2.0959384441375732, 1.553221344947815, 0.7829132676124573, -0.12745095789432526, 0.7654062509536743, 1.9558824300765991, 1.9383753538131714, 1.9208683967590332, 1.483193278312683, 1.483193278312683, 0.7654062509536743, 2.2710084915161133, 2.1834733486175537, 2.2009804248809814, 2.2710084915161133, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 1.9208683967590332, 2.0084033012390137, 1.9383753538131714, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.7128852605819702, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8704482913017273, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2556023597717285, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5707283020019531, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.693277359008789, 1.693277359008789, 1.693277359008789, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.7107843160629272, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.6757704019546509, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6757704019546509, 1.640756368637085, 1.6582633256912231, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.553221344947815, 1.518207311630249, 1.0805323123931885, 1.7457983493804932, 1.9383753538131714, 1.7633053064346313, 0.6078432202339172, 0.502801239490509, 0.8354342579841614, 1.1330533027648926, 0.9929972887039185, 1.1330533027648926, 1.605742335319519, 1.8508403301239014, 1.8508403301239014, 1.9033613204956055, 0.18767507374286652, -0.057422954589128494, -0.7401960492134094, 0.9579832553863525, 1.7107843160629272, 0.9229692816734314, 1.5007003545761108, 2.043417453765869, 1.9208683967590332, 2.113445281982422, 2.0609242916107178, 2.1309523582458496, 2.1484594345092773, 2.2009804248809814, 2.165966510772705, 2.1484594345092773, 1.7107843160629272, 1.9383753538131714, 1.0455182790756226, 0.7829132676124573, 1.9558824300765991, 1.9733893871307373, 1.553221344947815, 0.8004202842712402, 1.2731093168258667, 0.9754902720451355, 2.165966510772705, 2.2009804248809814, 2.235994577407837, 2.288515567779541, 2.218487501144409, 2.165966510772705, 2.218487501144409, 2.0084033012390137, 2.0784313678741455, 1.780812382698059, 1.0805323123931885, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8879552483558655, 0.9229692816734314, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.432773232460022, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9229692816734314, 0.9579832553863525, 1.0280113220214844, 1.0805323123931885, 1.1505602598190308, 1.2030812501907349, 1.2205883264541626, 1.3081233501434326, 1.343137264251709, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.7107843160629272, 1.7107843160629272, 1.693277359008789, 1.693277359008789, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.6582633256912231, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6582633256912231, 1.605742335319519, 1.5357143878936768, 1.4481793642044067, 1.3081233501434326, 1.5707283020019531, 2.0609242916107178, 2.0609242916107178, 1.605742335319519, 0.08263305574655533, 0.9929972887039185, 1.343137264251709, 0.8879552483558655, 1.465686321258545, 1.868347406387329, 1.9908963441848755, 1.8508403301239014, 1.9733893871307373, -0.1624649614095688, 0.29271721839904785, -0.6001400351524353, 0.3802522122859955, 1.378151297569275, 1.9033613204956055, 1.430672287940979, 2.043417453765869, 1.8858543634414673, 2.218487501144409, 2.113445281982422, 2.113445281982422, 2.0784313678741455, 2.113445281982422, 2.1484594345092773, 2.1309523582458496, 2.0259103775024414, 1.9383753538131714, 1.9033613204956055, 1.5357143878936768, 1.868347406387329, 1.8858543634414673, 1.5707283020019531, 1.0105042457580566, 1.465686321258545, 1.5707283020019531, 1.9558824300765991, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.235994577407837, 2.218487501144409, 2.235994577407837, 2.113445281982422, 2.1309523582458496, 1.605742335319519, 1.4131653308868408, 0.6953782439231873, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9229692816734314, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9754902720451355, 1.0455182790756226, 1.1155463457107544, 1.1505602598190308, 1.2205883264541626, 1.2731093168258667, 1.3256303071975708, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.6232492923736572, 1.640756368637085, 1.640756368637085, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.6757704019546509, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.6582633256912231, 1.6582633256912231, 1.6232492923736572, 1.6232492923736572, 1.5882353782653809, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.6232492923736572, 1.605742335319519, 1.5882353782653809, 1.6232492923736572, 1.640756368637085, 1.553221344947815, 0.8354342579841614, 1.378151297569275, 1.0280113220214844, 1.378151297569275, 2.1309523582458496, 2.0784313678741455, 1.8508403301239014, 0.6253502368927002, 1.0630252361297607, 1.2556023597717285, 0.8179272413253784, 1.553221344947815, 1.8858543634414673, 1.9208683967590332, 1.9208683967590332, 1.0980392694473267, 0.45028021931648254, 0.415266215801239, -0.3200279772281647, -0.33753499388694763, 0.7303922772407532, 1.3256303071975708, 1.7983193397521973, 2.0259103775024414, 1.9383753538131714, 2.0259103775024414, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0959384441375732, 2.235994577407837, 2.2009804248809814, 2.0784313678741455, 1.9733893871307373, 2.0084033012390137, 1.815826416015625, 1.7457983493804932, 1.9033613204956055, 1.8333333730697632, 0.9929972887039185, 1.3081233501434326, 1.4481793642044067, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.2710084915161133, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 1.815826416015625, 1.6582633256912231, 0.7303922772407532, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.9229692816734314, 0.9579832553863525, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7654062509536743, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.590336263179779, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8879552483558655, 0.9579832553863525, 1.0280113220214844, 1.0455182790756226, 1.0980392694473267, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.3081233501434326, 1.3606443405151367, 1.430672287940979, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.640756368637085, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.5007003545761108, 1.0105042457580566, 1.2731093168258667, 0.9754902720451355, 1.3081233501434326, 2.0959384441375732, 2.0609242916107178, 1.430672287940979, 1.2556023597717285, 0.9754902720451355, 0.8529412746429443, 0.8354342579841614, 1.7983193397521973, 1.9733893871307373, 1.6757704019546509, 1.9208683967590332, 0.3277312219142914, 0.1001400575041771, 0.8179272413253784, -0.14495795965194702, -0.5126050114631653, 0.24019621312618256, 1.0280113220214844, 1.7107843160629272, 1.6232492923736572, 1.6757704019546509, 2.0959384441375732, 2.043417453765869, 2.0084033012390137, 2.0959384441375732, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.113445281982422, 2.043417453765869, 2.043417453765869, 1.8333333730697632, 1.7983193397521973, 2.0084033012390137, 1.7457983493804932, 0.6253502368927002, 1.1330533027648926, 1.465686321258545, 2.1309523582458496, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.2710084915161133, 2.2535016536712646, 2.235994577407837, 2.218487501144409, 2.165966510772705, 1.9033613204956055, 1.8858543634414673, 0.6778712272644043, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9754902720451355, 1.0455182790756226, 1.0980392694473267, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.3081233501434326, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, 1.483193278312683, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.6232492923736572, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.605742335319519, 1.605742335319519, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.483193278312683, 1.2030812501907349, 1.3081233501434326, 0.9929972887039185, 1.4131653308868408, 2.113445281982422, 1.780812382698059, 1.1505602598190308, 1.5707283020019531, 0.8004202842712402, 0.7654062509536743, 1.5357143878936768, 1.7457983493804932, 1.9908963441848755, 1.815826416015625, 1.780812382698059, 0.415266215801239, 0.2752102017402649, 0.8879552483558655, -0.17997196316719055, 0.08263305574655533, -0.9152660369873047, 0.9229692816734314, 1.0630252361297607, 1.3606443405151367, 2.0784313678741455, 1.780812382698059, 2.0959384441375732, 2.0609242916107178, 1.9033613204956055, 2.0784313678741455, 2.2009804248809814, 2.0609242916107178, 2.0959384441375732, 2.0959384441375732, 2.0784313678741455, 1.9558824300765991, 1.9558824300765991, 1.7107843160629272, 2.0959384441375732, 1.2205883264541626, 1.3256303071975708, 1.5707283020019531, 1.9733893871307373, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.218487501144409, 1.868347406387329, 1.7107843160629272, 0.7829132676124573, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8704482913017273, 0.9404762983322144, 1.0280113220214844, 1.0630252361297607, 1.0980392694473267, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.343137264251709, 1.3606443405151367, 1.4131653308868408, 1.430672287940979, 1.465686321258545, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.605742335319519, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5707283020019531, 1.5882353782653809, 1.518207311630249, 1.5357143878936768, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.5007003545761108, 1.343137264251709, 1.3606443405151367, 0.9054622650146484, 1.378151297569275, 2.0784313678741455, 0.415266215801239, 0.7829132676124573, 1.605742335319519, 1.2906162738800049, 1.640756368637085, 1.5007003545761108, 1.8508403301239014, 1.7983193397521973, 1.693277359008789, 1.465686321258545, 0.1001400575041771, 0.24019621312618256, 0.6778712272644043, -0.3200279772281647, 0.7128852605819702, -0.6701680421829224, 0.20518220961093903, 1.3081233501434326, 2.0609242916107178, 2.0609242916107178, 1.5357143878936768, 1.868347406387329, 2.113445281982422, 2.043417453765869, 2.0959384441375732, 2.1484594345092773, 1.9908963441848755, 2.113445281982422, 2.0259103775024414, 1.9733893871307373, 1.9908963441848755, 1.9733893871307373, 2.0959384441375732, 2.113445281982422, 0.24019621312618256, 1.2380952835083008, 1.6757704019546509, 2.0084033012390137, 2.2535016536712646, 2.288515567779541, 2.288515567779541, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 2.2009804248809814, 2.1834733486175537, 1.4481793642044067, 1.815826416015625, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 1.0105042457580566, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.4677872359752655, 0.502801239490509, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7654062509536743, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.9579832553863525, 1.0105042457580566, 1.0630252361297607, 1.1155463457107544, 1.1330533027648926, 1.2030812501907349, 1.2380952835083008, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.3956583738327026, 1.3956583738327026, 1.430672287940979, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.553221344947815, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.553221344947815, 1.5882353782653809, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5707283020019531, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.518207311630249, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.3081233501434326, 1.378151297569275, 0.8529412746429443, 1.5007003545761108, 1.728291392326355, -0.4600839912891388, -0.47759100794792175, 1.1330533027648926, 1.553221344947815, 1.693277359008789, 1.7457983493804932, 1.868347406387329, 1.9033613204956055, 1.553221344947815, 0.9929972887039185, 0.08263305574655533, -0.14495795965194702, 0.18767507374286652, 0.13515406847000122, 0.6953782439231873, -0.07492996007204056, 0.5728292465209961, 0.8179272413253784, 1.5007003545761108, 1.4131653308868408, 2.0259103775024414, 1.815826416015625, 1.868347406387329, 1.8858543634414673, 2.0084033012390137, 2.218487501144409, 2.0784313678741455, 2.165966510772705, 1.9558824300765991, 1.9733893871307373, 2.113445281982422, 1.8858543634414673, 2.0784313678741455, 1.815826416015625, 0.9054622650146484, 1.2030812501907349, 1.7983193397521973, 2.0259103775024414, 2.2535016536712646, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.235994577407837, 2.2009804248809814, 2.1834733486175537, 2.165966510772705, 1.7983193397521973, 1.9733893871307373, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9054622650146484, 0.9404762983322144, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6603642702102661, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.6078432202339172, 0.6428572535514832, 0.6778712272644043, 0.7654062509536743, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.9054622650146484, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2380952835083008, 1.2906162738800049, 1.343137264251709, 1.378151297569275, 1.3956583738327026, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.483193278312683, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.553221344947815, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.553221344947815, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.465686321258545, 1.1505602598190308, 1.2906162738800049, 0.5378152132034302, 1.5882353782653809, 1.5707283020019531, -0.0049019488506019115, -0.28501397371292114, 0.18767507374286652, 1.9208683967590332, 0.39775922894477844, 1.9558824300765991, 1.8858543634414673, 1.868347406387329, 1.605742335319519, 1.1680673360824585, 0.415266215801239, 0.6078432202339172, 1.2731093168258667, 0.24019621312618256, 1.1155463457107544, 0.7128852605819702, -0.19747896492481232, 0.39775922894477844, 0.9754902720451355, 0.9579832553863525, 1.430672287940979, 1.6757704019546509, 1.7633053064346313, 0.8004202842712402, 1.483193278312683, 2.1484594345092773, 2.1834733486175537, 2.1834733486175537, 2.165966510772705, 2.0084033012390137, 2.165966510772705, 2.0609242916107178, 1.6757704019546509, 2.043417453765869, 0.9929972887039185, 1.693277359008789, 1.6757704019546509, 2.0259103775024414, 2.1834733486175537, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.2009804248809814, 1.9383753538131714, 1.8333333730697632, 0.6428572535514832, 0.6253502368927002, 0.6953782439231873, 0.7478992342948914, 0.7829132676124573, 0.8354342579841614, 0.9054622650146484, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9579832553863525, 0.9404762983322144, 0.9579832553863525, 0.9229692816734314, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.590336263179779], [0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9579832553863525, 1.0280113220214844, 1.0630252361297607, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2556023597717285, 1.2906162738800049, 1.3256303071975708, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4481793642044067, 1.465686321258545, 1.4481793642044067, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.5357143878936768, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.5707283020019531, 0.9404762983322144, 1.2731093168258667, 0.8179272413253784, 1.5707283020019531, 1.2731093168258667, 0.11764705926179886, -1.0553221702575684, -0.12745095789432526, 1.7983193397521973, 0.5728292465209961, 1.728291392326355, 1.8508403301239014, 1.8333333730697632, 1.7633053064346313, 1.0980392694473267, 0.24019621312618256, 0.6778712272644043, 1.3956583738327026, 0.29271721839904785, 0.7128852605819702, 0.415266215801239, -0.6351540088653564, 0.7829132676124573, 1.1155463457107544, 1.483193278312683, 1.378151297569275, 1.343137264251709, 1.7107843160629272, 1.2205883264541626, 1.9908963441848755, 2.218487501144409, 2.113445281982422, 2.1484594345092773, 1.9908963441848755, 1.9383753538131714, 1.9733893871307373, 1.9208683967590332, 1.9558824300765991, 2.0609242916107178, 1.9033613204956055, 1.430672287940979, 1.728291392326355, 2.0784313678741455, 2.1834733486175537, 2.2009804248809814, 2.235994577407837, 2.235994577407837, 2.2710084915161133, 2.2535016536712646, 2.2535016536712646, 2.0784313678741455, 2.0084033012390137, 1.483193278312683, 1.465686321258545, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9404762983322144, 0.9229692816734314, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 0.9579832553863525, 0.9579832553863525, 0.9229692816734314, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.590336263179779], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.4677872359752655, 0.520308256149292, 0.5728292465209961, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9929972887039185, 1.0455182790756226, 1.0980392694473267, 1.1155463457107544, 1.1680673360824585, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.3256303071975708, 1.343137264251709, 1.3606443405151367, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.5007003545761108, 1.518207311630249, 1.518207311630249, 1.483193278312683, 1.483193278312683, 1.465686321258545, 1.4481793642044067, 1.4481793642044067, 1.430672287940979, 1.553221344947815, -0.5301120281219482, 1.1680673360824585, 0.3802522122859955, 1.553221344947815, 1.0805323123931885, 0.03011205606162548, 0.0476190559566021, -0.3025209903717041, 0.3102242052555084, 0.4852942228317261, 1.8333333730697632, 1.9733893871307373, 1.728291392326355, 1.7107843160629272, 0.2226892113685608, 0.18767507374286652, 0.6078432202339172, 1.0630252361297607, 0.4852942228317261, 0.9404762983322144, 0.9229692816734314, -0.3200279772281647, -0.19747896492481232, 0.9754902720451355, 1.1155463457107544, 0.3277312219142914, 1.2380952835083008, 1.605742335319519, 1.465686321258545, 2.2009804248809814, 2.0784313678741455, 2.0259103775024414, 2.043417453765869, 2.113445281982422, 1.8508403301239014, 1.693277359008789, 1.8508403301239014, 1.9558824300765991, 2.0084033012390137, 1.9208683967590332, 1.5707283020019531, 1.868347406387329, 2.0259103775024414, 2.2009804248809814, 2.218487501144409, 2.2009804248809814, 2.235994577407837, 2.218487501144409, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 2.0084033012390137, 1.5007003545761108, 2.043417453765869, 0.6428572535514832, 0.7128852605819702, 0.7303922772407532, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.9229692816734314, 0.9579832553863525, 0.9404762983322144, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 0.9929972887039185, 0.9929972887039185, 0.9579832553863525, 0.9404762983322144, 0.9229692816734314, 0.8879552483558655, 0.8529412746429443, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.520308256149292, 0.5553222298622131, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0630252361297607, 1.0805323123931885, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.4481793642044067, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.483193278312683, 1.4481793642044067, 1.430672287940979, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.465686321258545, -1.160364031791687, 1.1680673360824585, 0.2226892113685608, 1.465686321258545, 0.8704482913017273, 0.2752102017402649, 0.8704482913017273, 0.6778712272644043, 1.0980392694473267, 0.7128852605819702, 1.7983193397521973, 1.9908963441848755, 1.640756368637085, 1.728291392326355, 0.6603642702102661, 0.2577032148838043, 0.4852942228317261, 0.8529412746429443, 0.6253502368927002, 0.9754902720451355, 1.3256303071975708, 0.4677872359752655, -0.5126050114631653, 1.4131653308868408, 0.6078432202339172, 1.378151297569275, 0.08263305574655533, 0.9404762983322144, 0.8004202842712402, 1.8333333730697632, 1.9733893871307373, 2.0609242916107178, 2.0784313678741455, 2.113445281982422, 1.9733893871307373, 1.7107843160629272, 1.9033613204956055, 2.0784313678741455, 1.8508403301239014, 1.815826416015625, 1.3606443405151367, 1.868347406387329, 1.9733893871307373, 2.2535016536712646, 2.1834733486175537, 2.218487501144409, 2.235994577407837, 2.235994577407837, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1309523582458496, 2.0084033012390137, 1.6582633256912231, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9229692816734314, 0.9404762983322144, 0.9054622650146484, 0.8529412746429443, 0.8354342579841614, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.432773232460022, 0.520308256149292, 0.4852942228317261, 0.590336263179779, 0.6428572535514832, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9579832553863525, 0.9929972887039185, 1.0105042457580566, 1.0980392694473267, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.430672287940979, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.483193278312683, 1.4481793642044067, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.465686321258545, 1.4481793642044067, 1.430672287940979, 1.4131653308868408, 1.378151297569275, 1.378151297569275, 1.4481793642044067, 1.3956583738327026, -0.3025209903717041, 1.1505602598190308, 0.9754902720451355, 1.343137264251709, 1.3956583738327026, 0.502801239490509, 0.4677872359752655, 0.8529412746429443, 1.3956583738327026, 0.0476190559566021, 1.2030812501907349, 1.9733893871307373, 1.4131653308868408, 1.640756368637085, 0.8179272413253784, 0.13515406847000122, 0.5553222298622131, 0.9579832553863525, 0.9404762983322144, 0.9054622650146484, 1.553221344947815, 0.45028021931648254, -0.6176469922065735, 0.9229692816734314, 1.5357143878936768, 1.693277359008789, 1.605742335319519, 0.502801239490509, 1.5357143878936768, 1.3081233501434326, 1.8333333730697632, 2.1309523582458496, 2.0084033012390137, 2.1484594345092773, 2.0959384441375732, 1.5357143878936768, 1.780812382698059, 2.0784313678741455, 1.8858543634414673, 1.9208683967590332, 0.9754902720451355, 1.8333333730697632, 2.0259103775024414, 2.288515567779541, 2.0609242916107178, 2.2535016536712646, 2.2535016536712646, 2.288515567779541, 2.235994577407837, 2.2535016536712646, 2.2009804248809814, 2.1834733486175537, 2.0259103775024414, 1.9733893871307373, 0.6428572535514832, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8879552483558655, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131], [0.415266215801239, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0280113220214844, 1.0805323123931885, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.3956583738327026, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.430672287940979, 1.430672287940979, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.4131653308868408, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.4131653308868408, 0.0476190559566021, 1.0980392694473267, 1.2556023597717285, 1.5707283020019531, 1.693277359008789, 0.24019621312618256, 0.9404762983322144, 1.1330533027648926, -0.4075630009174347, -0.3550419807434082, 0.6253502368927002, 2.0084033012390137, 1.553221344947815, 1.3956583738327026, 0.8004202842712402, -0.39005598425865173, 1.1155463457107544, 0.9054622650146484, 0.9054622650146484, 0.6603642702102661, 1.1680673360824585, 0.6253502368927002, 0.18767507374286652, -0.3025209903717041, 0.6253502368927002, 1.5007003545761108, 1.378151297569275, 1.0630252361297607, 0.2226892113685608, 0.17016807198524475, 1.518207311630249, 1.8858543634414673, 2.0084033012390137, 2.165966510772705, 2.113445281982422, 1.7457983493804932, 1.780812382698059, 1.5357143878936768, 1.8333333730697632, 1.9733893871307373, 1.5357143878936768, 1.7457983493804932, 1.7983193397521973, 2.2710084915161133, 2.218487501144409, 2.235994577407837, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.218487501144409, 2.1834733486175537, 1.9383753538131714, 1.7983193397521973, 2.0084033012390137, 0.6428572535514832, 0.6953782439231873, 0.7128852605819702, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9054622650146484, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302], [0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6253502368927002, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1155463457107544, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.378151297569275, 1.3956583738327026, 1.3956583738327026, 1.378151297569275, 1.3606443405151367, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.4131653308868408, 0.6428572535514832, 1.2205883264541626, 1.2380952835083008, 1.518207311630249, 1.7107843160629272, 0.45028021931648254, 0.3802522122859955, 0.7478992342948914, -1.1253501176834106, -0.6176469922065735, 1.2380952835083008, 1.9383753538131714, 1.483193278312683, 0.7829132676124573, 1.2030812501907349, -0.17997196316719055, 0.7303922772407532, 0.08263305574655533, 0.15266107022762299, 0.7654062509536743, 1.3606443405151367, 0.7128852605819702, 0.2226892113685608, -0.8277310132980347, 0.6778712272644043, 1.5357143878936768, -0.07492996007204056, -0.28501397371292114, -0.23249296844005585, 0.18767507374286652, 1.0630252361297607, 1.8508403301239014, 2.1484594345092773, 1.9733893871307373, 2.113445281982422, 1.7107843160629272, 2.0784313678741455, 2.113445281982422, 2.043417453765869, 1.780812382698059, 2.0259103775024414, 1.3081233501434326, 1.9383753538131714, 2.3060226440429688, 2.2535016536712646, 2.2535016536712646, 2.2535016536712646, 2.2710084915161133, 2.288515567779541, 2.2710084915161133, 2.218487501144409, 1.6582633256912231, 1.7633053064346313, 1.9733893871307373, 0.6953782439231873, 0.6953782439231873, 0.7303922772407532, 0.7654062509536743, 0.8004202842712402, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.9054622650146484, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6953782439231873, 0.6778712272644043, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.3627452254295349, 0.415266215801239, 0.4677872359752655, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6778712272644043, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1330533027648926, 1.1680673360824585, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2731093168258667, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.343137264251709, 1.343137264251709, 1.343137264251709, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.3606443405151367, 1.3606443405151367, 1.378151297569275, 1.378151297569275, 1.343137264251709, 1.343137264251709, 1.3256303071975708, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.3256303071975708, 0.8704482913017273, 1.2731093168258667, 1.2906162738800049, 1.5882353782653809, 1.6757704019546509, 0.29271721839904785, 0.3802522122859955, -0.7752100229263306, -0.5651260018348694, 0.520308256149292, 1.8508403301239014, 2.0609242916107178, 1.430672287940979, 1.2906162738800049, 0.6428572535514832, -0.39005598425865173, 1.2030812501907349, 0.9754902720451355, -0.3025209903717041, 0.9229692816734314, 1.0630252361297607, 0.8704482913017273, 0.415266215801239, -0.4950979948043823, 0.5553222298622131, 0.7654062509536743, -0.47759100794792175, 0.5728292465209961, -0.4425770044326782, 0.3277312219142914, 1.3256303071975708, 1.7983193397521973, 1.3606443405151367, 2.1309523582458496, 2.113445281982422, 1.8508403301239014, 2.1309523582458496, 2.1309523582458496, 1.9733893871307373, 1.9558824300765991, 2.1834733486175537, 2.0084033012390137, 1.7983193397521973, 2.3060226440429688, 2.2710084915161133, 2.218487501144409, 2.3235294818878174, 2.2535016536712646, 2.288515567779541, 2.3060226440429688, 2.235994577407837, 1.9733893871307373, 2.0959384441375732, 1.5357143878936768, 0.7128852605819702, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9229692816734314, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.8879552483558655, 0.8879552483558655, 0.8529412746429443, 0.8354342579841614, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509], [0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.20518220961093903, 0.2752102017402649, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6778712272644043, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1505602598190308, 1.1680673360824585, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2731093168258667, 1.3081233501434326, 1.2906162738800049, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.343137264251709, 1.343137264251709, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3256303071975708, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.2731093168258667, 1.2380952835083008, 1.2030812501907349, 1.378151297569275, -0.23249296844005585, 1.2030812501907349, 1.5882353782653809, 1.7107843160629272, 1.7107843160629272, 1.4481793642044067, 0.3277312219142914, -0.5826330184936523, -1.5980392694473267, 0.7829132676124573, 1.9733893871307373, 2.0959384441375732, 1.483193278312683, 1.3606443405151367, 1.465686321258545, -0.21498596668243408, 0.8004202842712402, 1.2205883264541626, -0.07492996007204056, 0.3277312219142914, 0.9754902720451355, 0.8004202842712402, 0.8879552483558655, -0.33753499388694763, 0.20518220961093903, -0.09243696182966232, -0.4425770044326782, -0.7577030062675476, 0.13515406847000122, 1.0630252361297607, 1.780812382698059, 1.640756368637085, 1.9208683967590332, 2.0959384441375732, 1.6582633256912231, 1.9033613204956055, 1.780812382698059, 2.0784313678741455, 2.0259103775024414, 2.0259103775024414, 2.218487501144409, 2.1309523582458496, 1.8333333730697632, 2.288515567779541, 2.1309523582458496, 2.0084033012390137, 2.2535016536712646, 2.2710084915161133, 2.2710084915161133, 2.288515567779541, 2.2535016536712646, 1.5882353782653809, 1.1855742931365967, 1.5882353782653809, 1.0105042457580566, 0.6603642702102661, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509], [0.432773232460022, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8704482913017273, 0.8879552483558655, 0.9054622650146484, 0.9579832553863525, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2556023597717285, 1.2556023597717285, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.3081233501434326, 1.2906162738800049, 1.2906162738800049, 1.2731093168258667, 1.2731093168258667, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2030812501907349, 1.2205883264541626, 0.2577032148838043, 1.1505602598190308, 1.6232492923736572, 1.7457983493804932, 1.5882353782653809, 1.5882353782653809, 0.4852942228317261, 0.2226892113685608, -1.195378065109253, 1.3606443405151367, 2.0084033012390137, 2.1834733486175537, 1.4131653308868408, 1.3956583738327026, 1.1855742931365967, 0.29271721839904785, 0.8529412746429443, 1.3606443405151367, 0.3277312219142914, 0.5728292465209961, 0.432773232460022, 1.0980392694473267, 0.6778712272644043, -0.33753499388694763, -0.7051820158958435, -0.6176469922065735, -0.0049019488506019115, -0.7577030062675476, -0.6526610255241394, 0.9229692816734314, 1.6582633256912231, 1.9558824300765991, 1.553221344947815, 1.7457983493804932, 0.8704482913017273, 1.9208683967590332, 2.0784313678741455, 2.043417453765869, 1.9733893871307373, 1.6582633256912231, 2.2009804248809814, 2.1484594345092773, 1.8508403301239014, 1.8858543634414673, 2.235994577407837, 2.3060226440429688, 2.235994577407837, 2.288515567779541, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9558824300765991, 1.9558824300765991, 1.378151297569275, 1.343137264251709, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.3802522122859955, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.39775922894477844, 0.3627452254295349, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0630252361297607, 1.0980392694473267, 1.1330533027648926, 1.1155463457107544, 1.1330533027648926, 1.1855742931365967, 1.1855742931365967, 1.2030812501907349, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2731093168258667, 1.2731093168258667, 1.2906162738800049, 1.2731093168258667, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2906162738800049, 1.2556023597717285, 1.2556023597717285, 1.2556023597717285, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.1330533027648926, 1.0980392694473267, -0.6001400351524353, 1.1505602598190308, 1.6232492923736572, 1.780812382698059, 1.5882353782653809, 1.6757704019546509, 0.8179272413253784, 0.06512605398893356, 0.9404762983322144, 0.9229692816734314, 1.8508403301239014, 2.0784313678741455, 1.343137264251709, 0.24019621312618256, 0.8354342579841614, 0.11764705926179886, 0.3277312219142914, 0.9579832553863525, 1.0805323123931885, -0.12745095789432526, 0.9579832553863525, 0.502801239490509, 0.9929972887039185, -0.5126050114631653, 0.3102242052555084, 0.4852942228317261, -0.3550419807434082, 0.4677872359752655, -0.8802520632743835, 0.4852942228317261, 1.4481793642044067, 2.1484594345092773, 1.0280113220214844, 1.3256303071975708, 0.17016807198524475, 1.8858543634414673, 1.9033613204956055, 1.7457983493804932, 1.3956583738327026, 1.5007003545761108, 2.0609242916107178, 2.043417453765869, 1.8858543634414673, 1.8333333730697632, 2.2009804248809814, 2.3060226440429688, 2.341036558151245, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.2535016536712646, 1.9208683967590332, 2.0609242916107178, 0.6778712272644043, 0.8879552483558655, 0.4677872359752655, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.7829132676124573, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.432773232460022], [0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8354342579841614, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9929972887039185, 1.0105042457580566, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2556023597717285, 1.2556023597717285, 1.2205883264541626, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2380952835083008, 1.2030812501907349, 1.2030812501907349, 1.2030812501907349, 1.1680673360824585, 1.0805323123931885, 1.0980392694473267, -0.4950979948043823, 1.1330533027648926, 1.6582633256912231, 1.7107843160629272, 1.7633053064346313, 1.693277359008789, 0.7478992342948914, 0.2752102017402649, 1.0630252361297607, 0.3102242052555084, 1.868347406387329, 2.043417453765869, 1.518207311630249, 0.4677872359752655, 1.5007003545761108, 1.0280113220214844, 0.18767507374286652, 1.0280113220214844, 0.9579832553863525, -0.26750698685646057, 1.0280113220214844, 1.3256303071975708, 0.9054622650146484, -0.42506998777389526, -0.3200279772281647, 0.08263305574655533, 0.9404762983322144, 0.6078432202339172, 0.590336263179779, 1.2205883264541626, 1.0105042457580566, 2.113445281982422, 0.8529412746429443, 0.5728292465209961, -0.6001400351524353, 1.9033613204956055, 1.6582633256912231, 1.553221344947815, 0.432773232460022, 0.8004202842712402, 1.815826416015625, 1.9908963441848755, 1.8508403301239014, 1.2205883264541626, 2.288515567779541, 2.341036558151245, 2.3235294818878174, 2.3060226440429688, 2.3060226440429688, 2.288515567779541, 2.288515567779541, 1.780812382698059, 1.1155463457107544, -0.057422954589128494, -0.022408949211239815, 0.34523820877075195, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.7654062509536743, 0.7128852605819702, 0.6953782439231873, 0.6603642702102661, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254], [0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.9054622650146484, 0.9404762983322144, 0.9579832553863525, 0.9754902720451355, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1505602598190308, 1.1855742931365967, 1.2030812501907349, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.2205883264541626, 1.1855742931365967, 1.2030812501907349, 1.1680673360824585, 1.1505602598190308, 1.1330533027648926, 1.0980392694473267, 1.0805323123931885, 1.0105042457580566, -0.9852941036224365, 1.2731093168258667, 1.4481793642044067, 1.6582633256912231, 1.780812382698059, 1.693277359008789, 0.6253502368927002, -0.07492996007204056, 0.6953782439231873, 0.45028021931648254, 1.9033613204956055, 1.9383753538131714, 1.343137264251709, 0.2226892113685608, 1.5882353782653809, 1.868347406387329, 1.4131653308868408, 1.2030812501907349, -0.39005598425865173, -0.17997196316719055, 0.502801239490509, 1.693277359008789, 0.8179272413253784, -0.12745095789432526, -0.057422954589128494, -0.2499999701976776, 0.9229692816734314, 0.502801239490509, -0.03991595283150673, 1.343137264251709, 1.7107843160629272, 1.9908963441848755, 2.043417453765869, 0.8704482913017273, 0.11764705926179886, 1.9383753538131714, 1.7457983493804932, 1.4481793642044067, 1.8858543634414673, 0.9229692816734314, 1.693277359008789, 1.815826416015625, 1.6757704019546509, 1.2731093168258667, 2.1309523582458496, 2.165966510772705, 2.2535016536712646, 2.235994577407837, 2.235994577407837, 2.288515567779541, 2.2535016536712646, 1.868347406387329, 1.8508403301239014, 0.415266215801239, 0.415266215801239, 0.8004202842712402, 0.6778712272644043, 0.6953782439231873, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.432773232460022], [0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.24019621312618256, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.6603642702102661, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8704482913017273, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 1.0280113220214844, 1.0455182790756226, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1680673360824585, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1855742931365967, 1.1680673360824585, 1.1330533027648926, 1.1505602598190308, 1.1330533027648926, 1.1155463457107544, 1.0980392694473267, 1.0805323123931885, 1.0455182790756226, 0.9229692816734314, -1.370448112487793, 1.3256303071975708, 1.5357143878936768, 1.7983193397521973, 1.815826416015625, 1.6757704019546509, 0.6778712272644043, 0.03011205606162548, 0.520308256149292, 0.13515406847000122, 1.9733893871307373, 1.7983193397521973, 0.7654062509536743, 0.20518220961093903, 1.378151297569275, 1.5707283020019531, 0.6078432202339172, 0.3277312219142914, -0.09243696182966232, 1.2380952835083008, 1.1680673360824585, 1.5882353782653809, 1.0280113220214844, -0.07492996007204056, -0.057422954589128494, 0.13515406847000122, 0.3277312219142914, 0.39775922894477844, 0.2577032148838043, 0.6778712272644043, 1.4131653308868408, 1.7457983493804932, 2.1309523582458496, 2.043417453765869, 1.9558824300765991, 1.9733893871307373, 1.7457983493804932, 1.6232492923736572, 1.868347406387329, 1.378151297569275, 1.9558824300765991, 2.043417453765869, 1.6582633256912231, 1.0280113220214844, 2.0259103775024414, 2.0259103775024414, 2.165966510772705, 2.341036558151245, 2.2710084915161133, 2.3060226440429688, 2.2535016536712646, 1.9383753538131714, 2.0259103775024414, 1.1155463457107544, 1.2731093168258667, 1.1855742931365967, 0.6253502368927002, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.9054622650146484, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7128852605819702, 0.6603642702102661, 0.6078432202339172, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.415266215801239, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5553222298622131, 0.5728292465209961, 0.590336263179779, 0.6253502368927002, 0.7303922772407532, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.8529412746429443, 0.9054622650146484, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9754902720451355, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0630252361297607, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.1155463457107544, 1.1330533027648926, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1505602598190308, 1.1505602598190308, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0630252361297607, 1.0455182790756226, 0.9754902720451355, 0.9579832553863525, -1.3529410362243652, 1.3956583738327026, 1.483193278312683, 1.8333333730697632, 1.7983193397521973, 1.6757704019546509, 0.8704482913017273, 0.9929972887039185, -0.21498596668243408, 0.2752102017402649, 1.9908963441848755, 1.7983193397521973, -0.057422954589128494, -0.6701680421829224, 1.3256303071975708, 1.5007003545761108, -0.03991595283150673, -0.39005598425865173, 0.502801239490509, 1.2731093168258667, 1.1855742931365967, 1.868347406387329, 2.0084033012390137, 0.9404762983322144, 0.5553222298622131, 1.0455182790756226, 0.15266107022762299, 0.1001400575041771, 0.415266215801239, 0.13515406847000122, 0.8179272413253784, 0.9579832553863525, 1.5882353782653809, 1.8858543634414673, 2.1309523582458496, 1.5357143878936768, 1.3256303071975708, 1.6232492923736572, 1.6232492923736572, 1.7457983493804932, 1.518207311630249, 1.9908963441848755, 1.0280113220214844, -0.21498596668243408, 1.8508403301239014, 1.8508403301239014, 1.815826416015625, 1.9733893871307373, 2.0609242916107178, 2.2710084915161133, 2.1484594345092773, 1.2906162738800049, 1.605742335319519, 1.3956583738327026, 0.4852942228317261, 0.432773232460022, 0.590336263179779, 0.6603642702102661, 0.7128852605819702, 0.7128852605819702, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8529412746429443, 0.8004202842712402, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.5728292465209961, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2226892113685608, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.415266215801239, 0.432773232460022, 0.4852942228317261, 0.520308256149292, 0.590336263179779, 0.6078432202339172, 0.5728292465209961, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.8004202842712402, 0.8529412746429443, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.1155463457107544, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0980392694473267, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0105042457580566, 0.9929972887039185, 0.9579832553863525, 0.8879552483558655, -1.0378150939941406, 1.3256303071975708, 1.5707283020019531, 1.8508403301239014, 1.8333333730697632, 1.2205883264541626, 0.8529412746429443, 0.06512605398893356, -0.10994396358728409, -0.2499999701976776, 2.043417453765869, 1.6757704019546509, 0.6953782439231873, -1.0903360843658447, 1.553221344947815, 1.5357143878936768, -0.09243696182966232, -0.12745095789432526, 0.9054622650146484, 0.9929972887039185, 0.3627452254295349, 1.693277359008789, 1.9383753538131714, 0.2577032148838043, 0.9754902720451355, 0.3627452254295349, -0.5476189851760864, -0.3025209903717041, -0.057422954589128494, 0.11764705926179886, 0.9404762983322144, 0.502801239490509, 0.3802522122859955, -0.057422954589128494, 1.9208683967590332, 0.2226892113685608, 1.343137264251709, 1.4481793642044067, 0.9754902720451355, 1.0105042457580566, 1.605742335319519, 1.8508403301239014, -0.0049019488506019115, 1.553221344947815, 1.5882353782653809, 1.6582633256912231, -0.37254899740219116, 0.18767507374286652, 1.815826416015625, 2.3235294818878174, 2.0959384441375732, 1.6232492923736572, 1.605742335319519, 1.9733893871307373, 0.432773232460022, 0.7654062509536743, 0.5378152132034302, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.8879552483558655, 0.8529412746429443, 0.8704482913017273, 0.8704482913017273, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6428572535514832, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.502801239490509, 0.5553222298622131, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8529412746429443, 0.8879552483558655, 0.9054622650146484, 0.9404762983322144, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0980392694473267, 1.0805323123931885, 1.0805323123931885, 1.0805323123931885, 1.0630252361297607, 1.0630252361297607, 1.0630252361297607, 1.0280113220214844, 1.0455182790756226, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0105042457580566, 0.9754902720451355, 0.9404762983322144, 0.8354342579841614, 0.8529412746429443, -1.1078431606292725, 1.2906162738800049, 1.518207311630249, 1.7633053064346313, 1.0805323123931885, 0.8179272413253784, 0.29271721839904785, 0.4852942228317261, 0.5553222298622131, 0.6778712272644043, 2.1309523582458496, 1.7107843160629272, 0.6078432202339172, -1.0553221702575684, 1.2906162738800049, 1.6232492923736572, 0.24019621312618256, 0.8354342579841614, 0.8179272413253784, 0.2752102017402649, 0.415266215801239, 1.9033613204956055, 1.6582633256912231, 0.24019621312618256, 0.9404762983322144, 0.6253502368927002, 0.17016807198524475, 0.3102242052555084, 0.8529412746429443, 0.7303922772407532, 0.9054622650146484, -0.23249296844005585, -0.6176469922065735, -0.5651260018348694, 0.0476190559566021, 1.1855742931365967, 1.0280113220214844, 1.640756368637085, 1.3256303071975708, 1.1680673360824585, 1.2906162738800049, 1.2731093168258667, -0.7051820158958435, 1.8508403301239014, 0.6953782439231873, -0.0049019488506019115, -0.12745095789432526, 0.2577032148838043, 1.5882353782653809, 2.288515567779541, 1.8858543634414673, 1.0280113220214844, 2.0084033012390137, 0.8179272413253784, -0.07492996007204056, 0.45028021931648254, 0.5378152132034302, 0.6603642702102661, 0.6778712272644043, 0.7128852605819702, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.4852942228317261, 0.520308256149292, 0.5728292465209961, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7478992342948914, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9579832553863525, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9929972887039185, 1.0105042457580566, 1.0105042457580566, 1.0455182790756226, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 1.0455182790756226, 1.0105042457580566, 1.0280113220214844, 1.0280113220214844, 1.0630252361297607, 1.0630252361297607, 1.0455182790756226, 1.0280113220214844, 1.0280113220214844, 1.0280113220214844, 0.9929972887039185, 0.9754902720451355, 0.9579832553863525, 0.8879552483558655, 0.8704482913017273, 0.8179272413253784, 0.8179272413253784, -0.5476189851760864, 1.2731093168258667, 1.5707283020019531, 1.7633053064346313, 0.8529412746429443, 1.4131653308868408, 0.502801239490509, 0.5553222298622131, 0.17016807198524475, 1.3081233501434326, 1.9558824300765991, 1.728291392326355, 0.8529412746429443, -1.335434079170227, 1.518207311630249, 1.2556023597717285, 0.6778712272644043, 0.18767507374286652, 0.2752102017402649, 0.6078432202339172, 1.3956583738327026, 1.868347406387329, 1.7457983493804932, 0.415266215801239, 1.1330533027648926, 1.1505602598190308, 0.432773232460022, 1.0980392694473267, 0.2226892113685608, 1.2731093168258667, 1.2556023597717285, -0.8802520632743835, -0.8802520632743835, -1.282913088798523, -0.9152660369873047, 1.2380952835083008, 0.9229692816734314, 1.2731093168258667, 1.9558824300765991, 1.7457983493804932, 1.5707283020019531, 1.2906162738800049, -0.6526610255241394, 1.693277359008789, 1.1505602598190308, 0.39775922894477844, 0.29271721839904785, 0.520308256149292, 1.2030812501907349, 1.8333333730697632, 0.5378152132034302, 1.7457983493804932, 2.218487501144409, 1.0630252361297607, 0.8704482913017273, 0.2577032148838043, 0.6078432202339172, 0.6778712272644043, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7829132676124573, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.4852942228317261, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.45028021931648254, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.4852942228317261, 0.5378152132034302, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6253502368927002, 0.6778712272644043, 0.6953782439231873, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8354342579841614, 0.8354342579841614, 0.8704482913017273, 0.8879552483558655, 0.8879552483558655, 0.9404762983322144, 0.9579832553863525, 0.9579832553863525, 0.9754902720451355, 1.0105042457580566, 1.0105042457580566, 0.9929972887039185, 1.0280113220214844, 1.0105042457580566, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9929972887039185, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9754902720451355, 0.9404762983322144, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.7478992342948914, 0.7478992342948914, -0.057422954589128494, 1.1505602598190308, 1.7633053064346313, 1.780812382698059, 1.7457983493804932, 1.518207311630249, 0.7303922772407532, 0.39775922894477844, -0.4600839912891388, 1.6757704019546509, 2.0609242916107178, 1.7983193397521973, 1.1680673360824585, -1.2303920984268188, 1.553221344947815, 0.8354342579841614, 1.465686321258545, 0.415266215801239, 0.6953782439231873, 0.7478992342948914, 1.6232492923736572, 1.1330533027648926, 1.4481793642044067, 0.6253502368927002, 0.9229692816734314, 0.520308256149292, 0.7829132676124573, 0.39775922894477844, 0.9579832553863525, 0.5378152132034302, -0.9152660369873047, 0.012605053372681141, 0.20518220961093903, -0.19747896492481232, -1.1253501176834106, -0.4600839912891388, 0.3102242052555084, 1.1155463457107544, 1.7633053064346313, 1.7107843160629272, 1.553221344947815, 0.39775922894477844, -0.03991595283150673, 2.0084033012390137, 1.5357143878936768, 0.3627452254295349, 0.39775922894477844, 0.9229692816734314, 1.4481793642044067, 1.0805323123931885, 1.6757704019546509, 1.815826416015625, 1.693277359008789, 1.1680673360824585, -0.26750698685646057, 0.3102242052555084, 0.5553222298622131, 0.6778712272644043, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8354342579841614, 0.8704482913017273, 0.8354342579841614, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.432773232460022], [0.45028021931648254, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.34523820877075195, 0.3627452254295349, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6603642702102661, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8529412746429443, 0.8529412746429443, 0.8704482913017273, 0.9054622650146484, 0.9054622650146484, 0.9229692816734314, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9229692816734314, 0.9229692816734314, 0.9404762983322144, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8879552483558655, 0.9054622650146484, 0.9054622650146484, 0.8704482913017273, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7478992342948914, 0.6953782439231873, 0.6603642702102661, 0.5378152132034302, 1.1155463457107544, 1.5007003545761108, 1.9208683967590332, 1.7457983493804932, 1.483193278312683, 0.8179272413253784, 0.24019621312618256, 0.5728292465209961, 1.4131653308868408, 1.8858543634414673, 1.868347406387329, 1.0805323123931885, -0.6001400351524353, 1.5707283020019531, 1.5707283020019531, 1.7457983493804932, 0.7478992342948914, 1.0630252361297607, 1.2030812501907349, 1.4481793642044067, 2.113445281982422, 0.0476190559566021, 0.18767507374286652, 0.9054622650146484, 0.8354342579841614, 0.9929972887039185, 0.7478992342948914, 0.3277312219142914, -0.42506998777389526, 0.7303922772407532, -0.07492996007204056, 0.24019621312618256, -0.42506998777389526, -1.2303920984268188, -1.0728291273117065, 0.6428572535514832, 1.0980392694473267, 1.868347406387329, 1.378151297569275, 1.465686321258545, 0.08263305574655533, -0.28501397371292114, 1.4131653308868408, 1.8508403301239014, 1.0805323123931885, 0.08263305574655533, 1.2380952835083008, 1.6232492923736572, 1.0630252361297607, 0.9404762983322144, 0.8529412746429443, 2.0959384441375732, 1.1505602598190308, 0.2226892113685608, 0.34523820877075195, 0.012605053372681141, 0.5728292465209961, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.7829132676124573, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6603642702102661, 0.6428572535514832, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655, 0.45028021931648254, 0.432773232460022], [0.432773232460022, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.502801239490509, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.39775922894477844, 0.39775922894477844, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2577032148838043, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.3277312219142914, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.45028021931648254, 0.520308256149292, 0.5378152132034302, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8529412746429443, 0.8529412746429443, 0.8879552483558655, 0.8879552483558655, 0.8704482913017273, 0.8704482913017273, 0.8704482913017273, 0.9404762983322144, 0.9054622650146484, 0.9054622650146484, 0.9054622650146484, 0.8529412746429443, 0.8529412746429443, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6428572535514832, 0.29271721839904785, 1.0980392694473267, 1.605742335319519, 1.9208683967590332, 1.780812382698059, 1.640756368637085, 0.7829132676124573, 1.0455182790756226, 1.2205883264541626, 1.8333333730697632, 1.9558824300765991, 1.605742335319519, 0.8179272413253784, -0.26750698685646057, 1.5007003545761108, 1.780812382698059, 1.483193278312683, 1.1680673360824585, 0.8529412746429443, 1.5007003545761108, 1.3081233501434326, 2.0959384441375732, 0.8354342579841614, 0.7829132676124573, 0.9579832553863525, -0.39005598425865173, 0.7829132676124573, 0.9229692816734314, 0.415266215801239, -0.3025209903717041, -0.17997196316719055, -0.0049019488506019115, 0.29271721839904785, -0.2499999701976776, -0.7752100229263306, -0.4950979948043823, -0.9327731132507324, 0.24019621312618256, 1.693277359008789, 2.0784313678741455, 1.3081233501434326, -0.10994396358728409, 0.0476190559566021, 0.9229692816734314, 1.1330533027648926, 0.6253502368927002, 0.3802522122859955, 1.2205883264541626, 1.7457983493804932, 1.2731093168258667, 0.6778712272644043, 0.9229692816734314, -0.12745095789432526, 0.7654062509536743, 1.0455182790756226, -0.0049019488506019115, 0.13515406847000122, 0.5378152132034302, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.8179272413253784, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8529412746429443, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7128852605819702, 0.6778712272644043, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.432773232460022], [0.4677872359752655, 0.45028021931648254, 0.45028021931648254, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.502801239490509, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.2752102017402649, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.432773232460022, 0.502801239490509, 0.5553222298622131, 0.5553222298622131, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6953782439231873, 0.7303922772407532, 0.7128852605819702, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7829132676124573, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.7829132676124573, 0.7829132676124573, 0.7478992342948914, 0.8004202842712402, 0.7829132676124573, 0.7303922772407532, 0.7303922772407532, 0.6953782439231873, 0.6603642702102661, 0.6428572535514832, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 1.3606443405151367, 1.640756368637085, 1.9558824300765991, 1.693277359008789, 1.5882353782653809, 0.9929972887039185, 0.7128852605819702, 1.640756368637085, 1.640756368637085, 1.8858543634414673, 1.605742335319519, 0.8354342579841614, -0.4425770044326782, 1.605742335319519, 1.640756368637085, 1.3081233501434326, 1.2380952835083008, 0.520308256149292, 1.5357143878936768, 1.7107843160629272, 1.553221344947815, 0.3802522122859955, 0.8179272413253784, 0.8529412746429443, 0.17016807198524475, 0.13515406847000122, 1.0980392694473267, 0.2752102017402649, -0.03991595283150673, -0.6351540088653564, 0.6953782439231873, 0.432773232460022, 0.7478992342948914, -1.2303920984268188, -0.3200279772281647, -1.1253501176834106, -0.4075630009174347, 1.2380952835083008, 1.9908963441848755, 1.465686321258545, 0.4677872359752655, 0.8354342579841614, 1.0805323123931885, 0.3802522122859955, 1.0105042457580566, 0.6603642702102661, 1.3956583738327026, 1.8858543634414673, 1.6582633256912231, -0.057422954589128494, -0.1624649614095688, -0.47759100794792175, -0.7226890325546265, 1.343137264251709, 1.728291392326355, 0.415266215801239, 0.6253502368927002, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8354342579841614, 0.8354342579841614, 0.8179272413253784, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6778712272644043, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.4677872359752655, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.432773232460022, 0.4677872359752655, 0.45028021931648254], [0.45028021931648254, 0.45028021931648254, 0.4852942228317261, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.3802522122859955, 0.34523820877075195, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3277312219142914, 0.3102242052555084, 0.29271721839904785, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.29271721839904785, 0.3277312219142914, 0.34523820877075195, 0.3627452254295349, 0.3802522122859955, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.5378152132034302, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.6078432202339172, 0.6253502368927002, 0.6428572535514832, 0.6778712272644043, 0.6778712272644043, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7478992342948914, 0.7654062509536743, 0.7303922772407532, 0.7478992342948914, 0.7128852605819702, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5553222298622131, 0.5378152132034302, 0.4677872359752655, 0.6953782439231873, 1.378151297569275, 1.7457983493804932, 1.9033613204956055, 1.7983193397521973, 1.7107843160629272, 1.2731093168258667, 0.8004202842712402, 1.6757704019546509, 1.7457983493804932, 1.868347406387329, 1.553221344947815, 0.432773232460022, -0.03991595283150673, 1.553221344947815, 1.0805323123931885, 1.1680673360824585, 1.0105042457580566, 1.1330533027648926, 0.8704482913017273, 1.2380952835083008, 1.343137264251709, -0.33753499388694763, 1.3081233501434326, 0.5728292465209961, 0.2577032148838043, 0.3277312219142914, 0.0476190559566021, -0.2499999701976776, 0.2752102017402649, -0.4600839912891388, 0.5728292465209961, 0.6953782439231873, 0.432773232460022, 0.06512605398893356, -0.4425770044326782, 0.6778712272644043, -0.37254899740219116, 1.3606443405151367, 0.6778712272644043, 1.1855742931365967, -0.022408949211239815, 0.590336263179779, 1.465686321258545, 1.4131653308868408, 1.605742335319519, 1.5357143878936768, 2.0259103775024414, 2.043417453765869, 1.7983193397521973, -0.9852941036224365, -0.6001400351524353, 0.8004202842712402, 0.8004202842712402, 1.2556023597717285, 1.9383753538131714, 1.3956583738327026, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7654062509536743, 0.7829132676124573, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8179272413253784, 0.8004202842712402, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.6953782439231873, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.4852942228317261, 0.4852942228317261, 0.4677872359752655, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.45028021931648254], [0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2226892113685608, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.29271721839904785, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.3102242052555084, 0.34523820877075195, 0.3802522122859955, 0.415266215801239, 0.3802522122859955, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.502801239490509, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.590336263179779, 0.5728292465209961, 0.6078432202339172, 0.6603642702102661, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.6778712272644043, 0.7128852605819702, 0.6778712272644043, 0.6953782439231873, 0.6953782439231873, 0.6953782439231873, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.520308256149292, 0.502801239490509, 0.45028021931648254, 0.3802522122859955, 0.6778712272644043, 1.343137264251709, 1.6232492923736572, 1.815826416015625, 1.8333333730697632, 1.343137264251709, 0.29271721839904785, 1.1155463457107544, 1.7107843160629272, 1.7983193397521973, 1.7107843160629272, 1.0455182790756226, -0.5126050114631653, -0.7401960492134094, 1.2556023597717285, 1.1680673360824585, 1.3606443405151367, 0.8879552483558655, 0.6078432202339172, 0.8004202842712402, 0.2226892113685608, 0.7654062509536743, -0.1624649614095688, 1.2906162738800049, 1.3606443405151367, 0.2226892113685608, 1.0280113220214844, 0.8879552483558655, 1.1330533027648926, -0.03991595283150673, 0.9404762983322144, 0.9054622650146484, 0.9579832553863525, 0.9229692816734314, 0.6078432202339172, -1.0903360843658447, 0.590336263179779, -0.23249296844005585, 1.343137264251709, -0.03991595283150673, -0.28501397371292114, -0.2499999701976776, 1.2906162738800049, 0.7128852605819702, 1.0105042457580566, 1.2205883264541626, 1.8333333730697632, 1.4131653308868408, 1.868347406387329, 2.0784313678741455, -1.0728291273117065, 1.5007003545761108, 1.0630252361297607, 0.5553222298622131, 1.465686321258545, 1.5357143878936768, 1.5707283020019531, 0.6778712272644043, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.7654062509536743, 0.7303922772407532, 0.6778712272644043, 0.6603642702102661, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.45028021931648254, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.3802522122859955, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3277312219142914, 0.3102242052555084, 0.3102242052555084, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.29271721839904785, 0.3102242052555084, 0.3102242052555084, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.3102242052555084, 0.3277312219142914, 0.3627452254295349, 0.3627452254295349, 0.3802522122859955, 0.39775922894477844, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4677872359752655, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.520308256149292, 0.5378152132034302, 0.590336263179779, 0.6078432202339172, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6078432202339172, 0.6428572535514832, 0.6428572535514832, 0.6428572535514832, 0.6603642702102661, 0.6253502368927002, 0.6428572535514832, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.5728292465209961, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.432773232460022, 0.415266215801239, 0.34523820877075195, 0.29271721839904785, 0.6603642702102661, 1.553221344947815, 1.7107843160629272, 1.868347406387329, 1.8508403301239014, 1.1330533027648926, 0.7654062509536743, 1.2906162738800049, 1.8858543634414673, 1.8333333730697632, 1.9033613204956055, 0.11764705926179886, 0.03011205606162548, -0.6001400351524353, 1.430672287940979, 1.0630252361297607, 1.0455182790756226, 0.9929972887039185, 0.6078432202339172, 1.1680673360824585, 0.7303922772407532, 0.3627452254295349, 0.3102242052555084, 1.0980392694473267, 0.8704482913017273, 1.1155463457107544, 0.6953782439231873, 0.9404762983322144, 1.0455182790756226, 0.2226892113685608, 1.3081233501434326, 1.0455182790756226, 1.1855742931365967, 0.8004202842712402, 0.8879552483558655, -0.8802520632743835, -0.3025209903717041, 0.39775922894477844, 0.3627452254295349, 1.0980392694473267, -0.10994396358728409, -0.28501397371292114, 1.0980392694473267, 0.7303922772407532, 0.9404762983322144, 0.1001400575041771, 0.2226892113685608, 1.2731093168258667, 1.7633053064346313, 1.7457983493804932, -0.26750698685646057, 1.3081233501434326, 0.6428572535514832, 0.8179272413253784, 1.3256303071975708, 1.6757704019546509, 1.4131653308868408, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.6778712272644043, 0.6778712272644043, 0.6778712272644043, 0.6953782439231873, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7303922772407532, 0.7654062509536743, 0.7829132676124573, 0.7829132676124573, 0.8354342579841614, 0.8179272413253784, 0.8004202842712402, 0.8004202842712402, 0.7829132676124573, 0.7654062509536743, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.6253502368927002, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.502801239490509, 0.4677872359752655, 0.4677872359752655], [0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.39775922894477844, 0.3627452254295349, 0.34523820877075195, 0.34523820877075195, 0.3102242052555084, 0.34523820877075195, 0.29271721839904785, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.2752102017402649, 0.2752102017402649, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.24019621312618256, 0.2226892113685608, 0.2226892113685608, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.3102242052555084, 0.3627452254295349, 0.3802522122859955, 0.3802522122859955, 0.39775922894477844, 0.39775922894477844, 0.432773232460022, 0.415266215801239, 0.432773232460022, 0.4677872359752655, 0.4677872359752655, 0.4852942228317261, 0.4852942228317261, 0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.5553222298622131, 0.520308256149292, 0.502801239490509, 0.4852942228317261, 0.502801239490509, 0.4677872359752655, 0.3802522122859955, 0.34523820877075195, 0.3102242052555084, 0.2577032148838043, 0.7303922772407532, 1.378151297569275, 1.605742335319519, 1.8508403301239014, 1.815826416015625, 0.7478992342948914, 1.0630252361297607, 1.430672287940979, 1.7457983493804932, 1.5357143878936768, 1.640756368637085, -1.0553221702575684, -0.12745095789432526, -0.5126050114631653, 1.3256303071975708, 1.2205883264541626, 0.8354342579841614, 1.2556023597717285, 1.465686321258545, 0.7829132676124573, 0.6428572535514832, -0.5476189851760864, -0.10994396358728409, 1.378151297569275, 1.1155463457107544, 0.6428572535514832, -0.03991595283150673, -0.09243696182966232, 0.8879552483558655, 0.03011205606162548, 1.2906162738800049, 1.483193278312683, 1.3256303071975708, 1.3956583738327026, 1.1855742931365967, -1.0203081369400024, -0.5651260018348694, 0.8004202842712402, 0.3802522122859955, 0.6253502368927002, -0.09243696182966232, -1.2303920984268188, 0.39775922894477844, 0.520308256149292, 1.2556023597717285, 0.2577032148838043, 1.0980392694473267, 1.5707283020019531, 1.465686321258545, 1.8508403301239014, -0.47759100794792175, 1.0105042457580566, 0.6603642702102661, 0.13515406847000122, 1.6232492923736572, 1.6757704019546509, 1.5007003545761108, 0.6428572535514832, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7478992342948914, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.8004202842712402, 0.8354342579841614, 0.8004202842712402, 0.8004202842712402, 0.8004202842712402, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.7128852605819702, 0.7128852605819702, 0.6603642702102661, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.4677872359752655, 0.520308256149292, 0.4852942228317261, 0.502801239490509], [0.502801239490509, 0.5378152132034302, 0.5378152132034302, 0.502801239490509, 0.520308256149292, 0.5553222298622131, 0.5378152132034302, 0.5728292465209961, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.6078432202339172, 0.6078432202339172, 0.6078432202339172, 0.6253502368927002, 0.6253502368927002, 0.6078432202339172, 0.6078432202339172, 0.590336263179779, 0.590336263179779, 0.5553222298622131, 0.5378152132034302, 0.520308256149292, 0.4852942228317261, 0.45028021931648254, 0.45028021931648254, 0.432773232460022, 0.4677872359752655, 0.432773232460022, 0.415266215801239, 0.415266215801239, 0.432773232460022, 0.39775922894477844, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3277312219142914, 0.3802522122859955, 0.3102242052555084, 0.3277312219142914, 0.29271721839904785, 0.2752102017402649, 0.2752102017402649, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.20518220961093903, 0.24019621312618256, 0.24019621312618256, 0.2752102017402649, 0.2752102017402649, 0.29271721839904785, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2577032148838043, 0.24019621312618256, 0.24019621312618256, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2226892113685608, 0.2577032148838043, 0.2577032148838043, 0.29271721839904785, 0.2752102017402649, 0.3102242052555084, 0.29271721839904785, 0.29271721839904785, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3277312219142914, 0.3277312219142914, 0.3627452254295349, 0.3802522122859955, 0.3627452254295349, 0.3627452254295349, 0.415266215801239, 0.415266215801239, 0.415266215801239, 0.45028021931648254, 0.4852942228317261, 0.520308256149292, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.4852942228317261, 0.520308256149292, 0.520308256149292, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.4677872359752655, 0.45028021931648254, 0.432773232460022, 0.415266215801239, 0.3802522122859955, 0.3277312219142914, 0.29271721839904785, 0.24019621312618256, 0.2226892113685608, 0.8004202842712402, 1.5357143878936768, 1.6232492923736572, 1.8333333730697632, 1.7633053064346313, 0.4677872359752655, 0.7654062509536743, 1.6232492923736572, 1.815826416015625, 1.8858543634414673, 1.430672287940979, 0.2577032148838043, -0.10994396358728409, -0.26750698685646057, 1.5007003545761108, 1.343137264251709, 0.590336263179779, 0.6778712272644043, 0.7829132676124573, 1.3081233501434326, 0.6778712272644043, -0.03991595283150673, 0.590336263179779, 1.605742335319519, 1.1855742931365967, 1.0280113220214844, 0.7654062509536743, -0.07492996007204056, 0.7128852605819702, 0.11764705926179886, 1.1855742931365967, 1.2731093168258667, 1.640756368637085, 1.1855742931365967, 1.7107843160629272, -0.7226890325546265, 0.4852942228317261, -0.12745095789432526, -0.07492996007204056, -0.47759100794792175, 0.2577032148838043, -1.457983136177063, 1.2380952835083008, 1.1505602598190308, 0.8879552483558655, 0.5728292465209961, 0.2577032148838043, 1.6582633256912231, 1.7107843160629272, 1.9908963441848755, -1.1428570747375488, 0.6078432202339172, 0.6778712272644043, 0.3102242052555084, 1.7457983493804932, 1.1680673360824585, 0.7303922772407532, 0.6603642702102661, 0.6078432202339172, 0.6428572535514832, 0.6603642702102661, 0.6603642702102661, 0.6953782439231873, 0.7128852605819702, 0.7303922772407532, 0.7303922772407532, 0.7478992342948914, 0.7829132676124573, 0.7654062509536743, 0.7829132676124573, 0.8004202842712402, 0.8004202842712402, 0.8179272413253784, 0.8354342579841614, 0.8004202842712402, 0.8179272413253784, 0.7654062509536743, 0.7654062509536743, 0.7654062509536743, 0.7478992342948914, 0.7303922772407532, 0.7128852605819702, 0.6778712272644043, 0.6778712272644043, 0.6603642702102661, 0.6253502368927002, 0.5728292465209961, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.590336263179779, 0.5728292465209961, 0.5553222298622131, 0.5553222298622131, 0.5553222298622131, 0.5728292465209961, 0.5553222298622131, 0.5378152132034302, 0.5378152132034302, 0.520308256149292, 0.520308256149292, 0.502801239490509, 0.502801239490509, 0.5553222298622131, 0.4852942228317261, 0.502801239490509]], [[1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8556864261627197, 1.803398847579956, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374], [1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7053595781326294, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776, 1.611677646636963], [1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.646536111831665], [1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6813944578170776], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7925055623054504, 0.8447931408882141, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902], [1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.7511112689971924], [1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7227887511253357, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8731155395507812, 1.8208279609680176, 1.803398847579956], [1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197], [1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.9145098924636841, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.472244143486023, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.8905447721481323], [1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.925403118133545], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247], [0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086], [0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107], [0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0299782752990723], [0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.1236603260040283, 1.0888018608093262, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.047407388687134], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744], [0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8796514868736267, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.1933770179748535, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 1.0016558170318604, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975], [1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.6879304051399231, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8796514868736267, 0.8970807194709778, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.5071024894714355, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996], [1.4548149108886719, 1.8208279609680176, 1.7511112689971924, 1.472244143486023, 1.1062309741973877, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.27398681640625, 2.2565577030181885, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.6988236904144287, 1.2456645965576172, 0.9667974710464478, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.6879304051399231, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7750763297080994, 0.8796514868736267, 0.9319390654563904, 0.984226644039154, 1.0365142822265625, 1.1062309741973877, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.082265853881836], [2.047407388687134, 2.1345534324645996, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.1868410110473633, 2.047407388687134, 1.8731155395507812, 1.315381407737732, 1.1062309741973877, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.6530719995498657, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.8622223138809204, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.117124319076538, 2.082265853881836], [1.5768193006515503, 2.0125491619110107, 2.117124319076538, 2.1868410110473633, 2.3262743949890137, 2.3785619735717773, 2.2565577030181885, 2.0648367404937744, 2.0299782752990723, 1.8208279609680176, 1.1062309741973877, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [1.332810640335083, 1.6813944578170776, 1.785969614982605, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 1.4025273323059082, 1.158518671989441, 0.8099347352981567, 0.6879304051399231, 0.600784420967102, 0.9667974710464478, 0.9319390654563904, 1.0365142822265625, 0.984226644039154, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5659260153770447, 0.513638436794281, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.151982545852661], [2.1694118976593018, 2.1694118976593018, 2.0125491619110107, 1.785969614982605, 1.7162528038024902, 0.6879304051399231, -0.688975989818573, -1.1247059106826782, 0.008191745728254318, 1.053943395614624, 1.6813944578170776, 1.785969614982605, 1.5942485332489014, 1.7511112689971924, 1.472244143486023, 1.1410894393920898, 0.984226644039154, 0.7750763297080994, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.27398681640625, 1.9951199293136597, 1.2805230617523193, 0.09533771127462387, 0.16505448520183563, 1.7511112689971924, 2.308845281600952, 2.3785619735717773, 2.2565577030181885, 2.308845281600952, 2.361132860183716, 2.047407388687134, 1.925403118133545, 1.629106879234314, 1.2456645965576172, 0.9493682980537415, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [2.0125491619110107, 2.082265853881836, 2.117124319076538, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.8556864261627197, 1.646536111831665, 1.768540382385254, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.27398681640625, 2.204270124435425, 2.047407388687134, 1.8731155395507812, 1.611677646636963, 1.1410894393920898, 0.8970807194709778, 0.7576471567153931, 0.6530719995498657, 0.8099347352981567, 0.8622223138809204, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2630938291549683, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.2108062505722046, 0.2173420637845993, -0.20095856487751007, 0.5484968423843384, 1.611677646636963, 2.0996949672698975, 2.204270124435425, 2.239128589630127, 2.308845281600952, 2.2914161682128906, 2.3262743949890137, 2.3262743949890137, 2.082265853881836, 1.803398847579956, 1.489673376083374, 1.1062309741973877, 0.9493682980537415, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.9145098924636841, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7925055623054504, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018], [1.6639652252197266, 1.8208279609680176, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 0.984226644039154, -0.688975989818573, -1.176993489265442, -0.6366884112358093, 0.4613508880138397, 1.332810640335083, 1.5768193006515503, 1.7162528038024902, 1.960261583328247, 2.1694118976593018, 2.204270124435425, 2.27398681640625, 2.361132860183716, 2.4831371307373047, 2.4134204387664795, 2.047407388687134, 1.6813944578170776, 1.1062309741973877, 0.7925055623054504, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.1933770179748535, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.1694118976593018, 2.1868410110473633], [0.8970807194709778, 1.4025273323059082, 1.5942485332489014, 1.6988236904144287, 1.3676689863204956, -0.5495424270629883, -1.2815686464309692, -0.6541175842285156, 1.1933770179748535, 2.1868410110473633, 2.27398681640625, 2.117124319076538, 2.082265853881836, 1.7511112689971924, 1.6988236904144287, 1.803398847579956, 1.803398847579956, 1.2630938291549683, 1.0016558170318604, 1.8382571935653687, 2.2914161682128906, 2.204270124435425, 1.6813944578170776, 1.071372628211975, 1.175947904586792, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.7925055623054504, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.32191720604896545, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.600784420967102, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.175947904586792, 1.2282354831695557, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425], [-0.5495424270629883, -0.026666639372706413, 0.7750763297080994, 1.2805230617523193, 0.42649248242378235, -1.1072766780853271, -1.176993489265442, 0.8099347352981567, 1.960261583328247, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.3262743949890137, 2.3262743949890137, 2.0996949672698975, 1.803398847579956, 1.0365142822265625, 0.07790851593017578, 1.2456645965576172, 2.2216994762420654, 2.2914161682128906, 2.308845281600952, 2.395991325378418, 2.3437037467956543, 2.0299782752990723, 1.8208279609680176, 1.5245317220687866, 1.2805230617523193, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1694118976593018, 2.2914161682128906, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.3262743949890137, 2.2216994762420654, 2.204270124435425, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1694118976593018, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [-0.3055337369441986, -0.6541175842285156, -0.42753809690475464, 0.18248367309570312, 0.02562093921005726, -0.8981263637542725, -0.4972548484802246, 1.7162528038024902, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.239128589630127, 2.3437037467956543, 2.361132860183716, 2.0648367404937744, 1.2805230617523193, 1.5768193006515503, 2.117124319076538, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.3437037467956543, 2.3437037467956543, 2.239128589630127, 2.047407388687134, 1.785969614982605, 1.5245317220687866, 1.2456645965576172, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.4962092638015747, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7336820363998413, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.239128589630127, 2.2565577030181885, 2.082265853881836, 1.5768193006515503, 2.0996949672698975, 2.308845281600952, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654], [0.008191745728254318, -0.3055337369441986, -0.23581695556640625, -0.11381260305643082, -0.21838775277137756, -0.3403921127319336, 0.2522004544734955, 1.6813944578170776, 1.9079740047454834, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.082265853881836, 1.629106879234314, 1.071372628211975, 1.158518671989441, 1.8556864261627197, 2.151982545852661, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.151982545852661, 2.239128589630127, 2.308845281600952, 2.047407388687134, 1.8556864261627197, 1.611677646636963, 1.315381407737732, 1.1236603260040283, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.5310676693916321, 0.4613508880138397, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1868410110473633, 2.1345534324645996, 2.1868410110473633, 2.2914161682128906, 2.2914161682128906, 2.0299782752990723, 1.768540382385254, 2.082265853881836, 1.646536111831665, 2.4134204387664795, 2.2914161682128906, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 1.960261583328247, 2.0299782752990723, 2.3262743949890137, 2.3437037467956543, 2.2565577030181885, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [0.5833552479743958, 0.600784420967102, 1.332810640335083, 1.5419609546661377, 0.8796514868736267, 0.14762529730796814, -0.009237446822226048, 0.6530719995498657, 1.4548149108886719, 1.7511112689971924, 1.7511112689971924, 1.925403118133545, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.8556864261627197, 0.14762529730796814, -0.42753809690475464, -0.4972548484802246, -0.25324615836143494, 0.6356428265571594, 1.5419609546661377, 1.942832350730896, 2.0648367404937744, 2.1868410110473633, 2.0648367404937744, 1.942832350730896, 2.047407388687134, 2.2914161682128906, 2.1694118976593018, 1.960261583328247, 1.803398847579956, 1.4025273323059082, 1.1062309741973877, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.478780061006546, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.35677558183670044, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.0299782752990723, 1.8556864261627197, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.5071024894714355, 2.430849552154541, 2.204270124435425, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.082265853881836, 1.925403118133545, 1.629106879234314, 1.5942485332489014, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654], [1.6988236904144287, 0.7925055623054504, 0.7402179837226868, 1.2456645965576172, 1.646536111831665, 1.2456645965576172, 0.44392168521881104, 0.35677558183670044, 0.600784420967102, 1.071372628211975, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 0.9145098924636841, -0.8806971907615662, -0.9678431153297424, -0.04409583657979965, 1.4548149108886719, 2.0125491619110107, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.7511112689971924, 2.0299782752990723, 2.204270124435425, 1.629106879234314, 1.2805230617523193, 1.8382571935653687, 2.1868410110473633, 1.9951199293136597, 1.5419609546661377, 0.9145098924636841, 0.8099347352981567, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.3916339874267578, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.0648367404937744, 1.8905447721481323, 1.5419609546661377, 1.925403118133545, 1.960261583328247, 1.5245317220687866, 1.785969614982605, 1.5419609546661377, 1.5768193006515503, 1.489673376083374, 2.0996949672698975, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.1868410110473633, 1.6988236904144287, 1.629106879234314, 1.5419609546661377, 1.7162528038024902, 1.7336820363998413, 2.27398681640625, 2.239128589630127, 2.239128589630127, 2.239128589630127], [2.2914161682128906, 1.6813944578170776, -0.2881045341491699, -0.532113254070282, -0.3578213155269623, 0.09533771127462387, 0.6879304051399231, 1.472244143486023, 1.5942485332489014, 1.071372628211975, 0.8622223138809204, 1.2108062505722046, 1.5419609546661377, 1.7336820363998413, 1.3676689863204956, -0.18352937698364258, -1.176993489265442, -0.5495424270629883, 1.5419609546661377, 2.204270124435425, 2.239128589630127, 2.204270124435425, 2.308845281600952, 2.3437037467956543, 2.047407388687134, 1.5942485332489014, 1.071372628211975, 0.5833552479743958, 0.42649248242378235, 0.8622223138809204, 1.315381407737732, 2.0996949672698975, 2.2216994762420654, 1.5071024894714355, 1.1933770179748535, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.0365142822265625, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.3742047846317291, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7227887511253357, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.117124319076538, 2.27398681640625, 2.2216994762420654, 2.1345534324645996, 1.2108062505722046, 1.5245317220687866, 1.8382571935653687, 1.5768193006515503, 1.8208279609680176, 1.2979521751403809, 1.3676689863204956, 1.5593900680541992, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.9079740047454834, 1.8556864261627197, 1.942832350730896, 1.4548149108886719, 1.6988236904144287, 1.785969614982605, 2.0125491619110107, 2.2216994762420654, 2.2565577030181885, 2.2565577030181885, 2.239128589630127], [2.2216994762420654, 2.3785619735717773, 1.8208279609680176, 0.02562093921005726, -0.619259238243103, -0.42753809690475464, -0.25324615836143494, 0.28705883026123047, 1.1236603260040283, 1.646536111831665, 1.2108062505722046, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 0.7750763297080994, -0.601830005645752, -1.1595642566680908, 0.44392168521881104, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.2914161682128906, 2.204270124435425, 2.3437037467956543, 2.4134204387664795, 1.925403118133545, 1.0016558170318604, 0.44392168521881104, 1.2979521751403809, 1.489673376083374, 1.5245317220687866, 1.9951199293136597, 2.361132860183716, 2.27398681640625, 1.960261583328247, 1.8208279609680176, 1.6639652252197266, 1.2630938291549683, 1.0888018608093262, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9145098924636841, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.42649248242378235, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.3742047846317291, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.2565577030181885, 2.1694118976593018, 1.2630938291549683, 1.2805230617523193, 1.053943395614624, 1.4025273323059082, 1.5245317220687866, 1.5942485332489014, 1.175947904586792, 1.1062309741973877, 1.5071024894714355, 1.7511112689971924, 1.960261583328247, 1.785969614982605, 2.2565577030181885, 1.629106879234314, 1.9776906967163086, 1.5593900680541992, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885], [1.472244143486023, 2.0125491619110107, 2.3262743949890137, 2.204270124435425, 1.9079740047454834, 1.1062309741973877, 0.6530719995498657, 0.11276690661907196, -0.3229629397392273, 0.28705883026123047, 0.5833552479743958, 0.28705883026123047, 0.4090631604194641, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, -0.21838775277137756, 1.3850982189178467, 1.9079740047454834, 1.942832350730896, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.239128589630127, 2.2914161682128906, 2.3262743949890137, 2.0299782752990723, 1.053943395614624, 0.670501172542572, 0.9145098924636841, 1.0016558170318604, 1.7336820363998413, 2.1868410110473633, 2.27398681640625, 2.047407388687134, 1.960261583328247, 1.768540382385254, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.151982545852661, 2.204270124435425, 2.151982545852661, 2.151982545852661, 2.308845281600952, 1.2805230617523193, 0.9145098924636841, 0.7925055623054504, 0.9667974710464478, 1.3850982189178467, 1.5071024894714355, 0.9319390654563904, 0.9493682980537415, 1.489673376083374, 1.472244143486023, 1.8208279609680176, 1.472244143486023, 2.239128589630127, 1.4199565649032593, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.629106879234314, 1.768540382385254, 2.430849552154541, 2.204270124435425, 2.2565577030181885, 2.2914161682128906], [1.1236603260040283, 1.2456645965576172, 1.6988236904144287, 2.2565577030181885, 2.465708017349243, 2.5005664825439453, 2.1868410110473633, 1.0888018608093262, 0.3742047846317291, 0.4090631604194641, 0.1999128758907318, 0.18248367309570312, 0.827363908290863, 1.6988236904144287, 1.6639652252197266, 0.9493682980537415, 0.7227887511253357, 1.489673376083374, 1.8731155395507812, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 2.0648367404937744, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.0125491619110107, 1.8556864261627197, 1.2805230617523193, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.7925055623054504, 1.332810640335083, 1.960261583328247, 2.2216994762420654, 2.0996949672698975, 1.9951199293136597, 1.8556864261627197, 1.6988236904144287, 1.3676689863204956, 1.158518671989441, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.16505448520183563, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.1236603260040283, 1.1933770179748535, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0125491619110107, 2.0996949672698975, 2.151982545852661, 2.117124319076538, 2.1694118976593018, 1.9079740047454834, 0.7925055623054504, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 1.2805230617523193, 1.5419609546661377, 1.0016558170318604, 1.071372628211975, 1.5419609546661377, 1.5071024894714355, 1.7162528038024902, 1.5419609546661377, 1.785969614982605, 1.5419609546661377, 1.5245317220687866, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.8382571935653687, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.308845281600952], [1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.332810640335083, 1.5593900680541992, 2.1345534324645996, 2.465708017349243, 2.430849552154541, 2.2565577030181885, 1.4199565649032593, 1.2282354831695557, 0.670501172542572, -0.04409583657979965, 0.478780061006546, 1.2456645965576172, 1.7511112689971924, 1.5071024894714355, 1.158518671989441, 1.2805230617523193, 1.6639652252197266, 1.8556864261627197, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.0125491619110107, 2.0299782752990723, 1.4548149108886719, 0.30448800325393677, -0.3578213155269623, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.175947904586792, 1.0190850496292114, 1.2805230617523193, 1.472244143486023, 1.646536111831665, 2.082265853881836, 2.3785619735717773, 2.0996949672698975, 1.9951199293136597, 1.9776906967163086, 1.6639652252197266, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.32191720604896545, 0.30448800325393677, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.151982545852661, 2.1694118976593018, 2.2565577030181885, 2.2565577030181885, 1.0888018608093262, 0.7053595781326294, 0.8099347352981567, 0.8099347352981567, 0.984226644039154, 1.4548149108886719, 1.5245317220687866, 1.2630938291549683, 1.4025273323059082, 1.7162528038024902, 1.489673376083374, 1.6813944578170776, 1.7511112689971924, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.629106879234314, 1.5593900680541992, 2.0125491619110107, 2.082265853881836, 2.3437037467956543, 2.3437037467956543, 2.27398681640625], [1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.3676689863204956, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2216994762420654, 1.1410894393920898, 0.9493682980537415, 0.513638436794281, 0.13019609451293945, 0.28705883026123047, 0.7053595781326294, 1.1410894393920898, 0.984226644039154, 0.3742047846317291, 0.827363908290863, 1.3676689863204956, 1.611677646636963, 1.8556864261627197, 1.960261583328247, 1.942832350730896, 1.8208279609680176, 0.3742047846317291, -0.6366884112358093, 0.4613508880138397, 1.9079740047454834, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.7336820363998413, 1.5245317220687866, 1.5768193006515503, 1.6639652252197266, 1.5245317220687866, 1.2456645965576172, 1.1410894393920898, 1.629106879234314, 1.925403118133545, 1.7336820363998413, 1.2979521751403809, 1.1410894393920898, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 1.9776906967163086, 1.8731155395507812, 1.9951199293136597, 1.803398847579956, 2.0299782752990723, 1.2630938291549683, 0.3916339874267578, 0.513638436794281, 1.0016558170318604, 0.8447931408882141, 1.2282354831695557, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.7336820363998413, 1.6639652252197266, 1.925403118133545, 1.2805230617523193, 2.395991325378418, 2.361132860183716, 2.308845281600952], [1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.3502397537231445, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.5942485332489014, 1.1410894393920898, 1.2282354831695557, 1.4373857975006104, 1.053943395614624, 0.4613508880138397, 0.2522004544734955, 0.07790851593017578, 0.478780061006546, 1.0016558170318604, 1.1933770179748535, 1.5071024894714355, 1.6988236904144287, 1.803398847579956, 1.0365142822265625, -0.37525051832199097, -0.11381260305643082, 1.629106879234314, 2.0648367404937744, 2.117124319076538, 2.204270124435425, 2.2914161682128906, 2.27398681640625, 2.0648367404937744, 1.3676689863204956, 1.1062309741973877, 0.7925055623054504, 0.0430501289665699, 0.7053595781326294, 1.803398847579956, 2.2216994762420654, 2.117124319076538, 1.5245317220687866, 1.175947904586792, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.0016558170318604, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.18248367309570312, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.2696296274662018, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.513638436794281, 0.600784420967102, 0.6530719995498657, 0.670501172542572, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 1.0888018608093262, 0.18248367309570312, 0.33934640884399414, -0.009237446822226048, 0.7925055623054504, 1.1062309741973877, 1.0190850496292114, 1.4025273323059082, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.6813944578170776, 1.5419609546661377, 1.4548149108886719, 1.2108062505722046, 1.2979521751403809, 1.5419609546661377, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.8382571935653687, 1.8382571935653687, 2.27398681640625, 2.3785619735717773], [1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.6639652252197266, 1.8905447721481323, 1.8208279609680176, 0.8970807194709778, 1.1933770179748535, 1.768540382385254, 1.8382571935653687, 1.2979521751403809, 0.4962092638015747, 0.5484968423843384, 1.158518671989441, 1.2805230617523193, 1.0888018608093262, 1.1410894393920898, 1.2805230617523193, 0.6530719995498657, -0.04409583657979965, 0.9493682980537415, 1.960261583328247, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.239128589630127, 2.2914161682128906, 2.1868410110473633, 1.8731155395507812, 1.1410894393920898, 0.8447931408882141, 1.8382571935653687, 2.151982545852661, 2.2216994762420654, 2.3437037467956543, 2.4482789039611816, 2.239128589630127, 1.960261583328247, 1.925403118133545, 1.7162528038024902, 1.3676689863204956, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.3916339874267578, 0.32191720604896545, 0.30448800325393677, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.7511112689971924, 0.6182135939598083, -0.07895421981811523, 1.5419609546661377, 1.1933770179748535, 0.7053595781326294, -0.2881045341491699, -0.18352937698364258, 0.13019609451293945, 0.7925055623054504, 1.1236603260040283, 0.9493682980537415, 1.489673376083374, 1.5245317220687866, 1.6813944578170776, 1.5245317220687866, 1.5419609546661377, 1.646536111831665, 1.6813944578170776, 1.5593900680541992, 1.629106879234314, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.5593900680541992, 1.7511112689971924, 1.5942485332489014, 1.8382571935653687, 2.0125491619110107, 1.7336820363998413, 2.3262743949890137, 2.4134204387664795], [1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 1.1062309741973877, 1.5593900680541992, 1.960261583328247, 2.1345534324645996, 1.4548149108886719, 1.3502397537231445, 1.629106879234314, 1.0888018608093262, 0.5659260153770447, 0.8447931408882141, 1.1410894393920898, 1.175947904586792, 1.053943395614624, 0.9145098924636841, 0.7576471567153931, 0.5833552479743958, 1.4373857975006104, 1.8382571935653687, 1.8905447721481323, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 1.158518671989441, 1.1410894393920898, 1.8731155395507812, 2.0648367404937744, 2.2216994762420654, 2.361132860183716, 2.430849552154541, 2.4482789039611816, 2.0996949672698975, 1.8905447721481323, 2.0648367404937744, 1.629106879234314, 1.315381407737732, 1.175947904586792, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.07790851593017578, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.8905447721481323, 1.2630938291549683, 0.06047932058572769, 0.02562093921005726, 0.2696296274662018, 1.1410894393920898, 0.4090631604194641, -0.3578213155269623, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.1062309741973877, 0.984226644039154, 1.1933770179748535, 1.4548149108886719, 1.629106879234314, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.646536111831665, 1.5419609546661377, 1.5245317220687866, 1.8556864261627197, 1.8208279609680176, 1.7162528038024902, 2.308845281600952, 2.361132860183716], [1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.2630938291549683, 1.6988236904144287, 1.803398847579956, 1.611677646636963, 1.332810640335083, 1.0190850496292114, 1.2979521751403809, 1.7162528038024902, 1.4199565649032593, 0.9667974710464478, 0.9145098924636841, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 1.2108062505722046, 1.629106879234314, 1.629106879234314, 1.6988236904144287, 1.785969614982605, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 1.8208279609680176, 0.827363908290863, -0.21838775277137756, 0.2522004544734955, 1.158518671989441, 1.5942485332489014, 1.785969614982605, 2.0125491619110107, 2.0996949672698975, 2.239128589630127, 2.430849552154541, 2.4134204387664795, 2.082265853881836, 1.960261583328247, 1.8208279609680176, 1.489673376083374, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.09533771127462387, 0.06047932058572769, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.5833552479743958, 0.6182135939598083, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0016558170318604, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.6639652252197266, -0.09638340771198273, 0.02562093921005726, 0.513638436794281, 0.42649248242378235, 0.7227887511253357, 0.02562093921005726, 0.32191720604896545, 0.827363908290863, 1.1410894393920898, 1.5071024894714355, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.3676689863204956, 1.332810640335083, 1.4199565649032593, 1.5942485332489014, 1.611677646636963, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.5593900680541992, 1.5593900680541992, 1.646536111831665, 1.8382571935653687, 1.6813944578170776, 1.611677646636963, 2.27398681640625, 2.3437037467956543], [1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0888018608093262, 1.3502397537231445, 1.4025273323059082, 1.0888018608093262, 0.7750763297080994, 1.315381407737732, 1.7511112689971924, 1.6988236904144287, 1.1410894393920898, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 1.2630938291549683, 1.4199565649032593, 1.5593900680541992, 1.5942485332489014, 1.6639652252197266, 1.7336820363998413, 1.8208279609680176, 1.8556864261627197, 1.2456645965576172, -0.18352937698364258, 0.6530719995498657, 2.082265853881836, 2.2914161682128906, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.925403118133545, 2.151982545852661, 2.204270124435425, 2.3785619735717773, 2.4134204387664795, 2.1345534324645996, 1.925403118133545, 1.8905447721481323, 1.5419609546661377, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7402179837226868, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.18248367309570312, 0.16505448520183563, 0.11276690661907196, 0.11276690661907196, 0.07790851593017578, 0.09533771127462387, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.44392168521881104, 0.478780061006546, 0.513638436794281, 0.5833552479743958, 0.513638436794281, 0.600784420967102, 0.6879304051399231, 0.7576471567153931, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9319390654563904, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.8382571935653687, 1.8208279609680176, 1.960261583328247, 1.4373857975006104, 1.6813944578170776, 1.6639652252197266, 0.14762529730796814, -0.5146840810775757, 0.2522004544734955, 0.7227887511253357, 0.8970807194709778, 0.6879304051399231, 0.09533771127462387, 1.3676689863204956, 1.6639652252197266, 1.5593900680541992, 1.8905447721481323, 1.768540382385254, 1.785969614982605, 1.1933770179748535, 1.7336820363998413, 1.629106879234314, 1.3676689863204956, 1.315381407737732, 1.1236603260040283, 1.3850982189178467, 1.7336820363998413, 1.611677646636963, 1.646536111831665, 1.4199565649032593, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.7162528038024902, 1.8731155395507812, 1.6813944578170776, 1.629106879234314, 2.3437037467956543, 2.3262743949890137], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 1.175947904586792, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.5071024894714355, 1.646536111831665, 1.2979521751403809, 0.8970807194709778, 0.7750763297080994, 0.8622223138809204, 0.9145098924636841, 1.2282354831695557, 1.3676689863204956, 1.489673376083374, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.4199565649032593, 0.4090631604194641, 0.32191720604896545, 1.7162528038024902, 2.047407388687134, 2.117124319076538, 2.204270124435425, 2.308845281600952, 2.239128589630127, 1.785969614982605, 1.489673376083374, 1.4199565649032593, 1.1236603260040283, 1.2805230617523193, 1.803398847579956, 1.9079740047454834, 0.6879304051399231, 0.8970807194709778, 1.1236603260040283, 1.2979521751403809, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.09533771127462387, 0.13019609451293945, 0.11276690661907196, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.5659260153770447, 0.7053595781326294, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.158518671989441, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.3676689863204956, 1.4025273323059082, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 2.0125491619110107, 1.646536111831665, 0.008191745728254318, -0.44496726989746094, 0.11276690661907196, -0.8284096121788025, -0.41010889410972595, 0.30448800325393677, 0.7925055623054504, 0.9493682980537415, 1.053943395614624, 0.3916339874267578, 1.489673376083374, 1.2979521751403809, 1.6813944578170776, 1.8556864261627197, 1.5942485332489014, 1.472244143486023, 1.4548149108886719, 1.9079740047454834, 1.6813944578170776, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.5768193006515503, 1.7336820363998413, 1.7162528038024902, 1.3850982189178467, 1.4025273323059082, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.5245317220687866, 2.430849552154541, 2.3437037467956543], [1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 1.3850982189178467, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.3676689863204956, 1.2630938291549683, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.5419609546661377, 1.5071024894714355, 1.071372628211975, 0.827363908290863, 0.8622223138809204, 0.9319390654563904, 1.1933770179748535, 1.4373857975006104, 1.5245317220687866, 1.489673376083374, 1.053943395614624, 0.2522004544734955, 0.9319390654563904, 1.8905447721481323, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.1345534324645996, 2.2565577030181885, 2.308845281600952, 2.2914161682128906, 1.2630938291549683, -0.06152502819895744, -0.3055337369441986, -0.3229629397392273, 0.42649248242378235, 0.18248367309570312, -0.23581695556640625, 0.2173420637845993, 1.5942485332489014, 1.5419609546661377, 1.2805230617523193, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7750763297080994, 0.7227887511253357, 0.670501172542572, 0.600784420967102, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.32191720604896545, 0.42649248242378235, 0.513638436794281, 0.6356428265571594, 0.984226644039154, 1.175947904586792, 1.5245317220687866, 1.611677646636963, 1.785969614982605, 1.6639652252197266, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.6813944578170776, 1.5768193006515503, 1.5245317220687866, 1.5942485332489014, 1.8382571935653687, 1.6988236904144287, 1.7511112689971924, 2.0996949672698975, 2.0299782752990723, 2.0125491619110107, 1.8731155395507812, 1.8382571935653687, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.4025273323059082, 0.02562093921005726, 0.3916339874267578, -0.6366884112358093, -0.42753809690475464, -1.089847445487976, -0.8109803795814514, -0.8632679581642151, 0.30448800325393677, 0.4613508880138397, 0.7576471567153931, 0.8622223138809204, 0.3916339874267578, 1.2979521751403809, 1.7336820363998413, 1.5942485332489014, 1.6813944578170776, 1.4548149108886719, 1.7336820363998413, 1.6639652252197266, 1.803398847579956, 1.9079740047454834, 1.8382571935653687, 1.1062309741973877, 1.2805230617523193, 1.489673376083374, 1.5768193006515503, 1.6639652252197266, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.9951199293136597, 1.9776906967163086, 1.785969614982605, 2.465708017349243, 2.308845281600952], [1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.175947904586792, 1.8556864261627197, 2.2565577030181885, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 1.6639652252197266, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 1.0016558170318604, 1.2282354831695557, 1.646536111831665, 1.4548149108886719, 0.827363908290863, 0.4613508880138397, 0.5484968423843384, 0.9145098924636841, 1.4025273323059082, 1.4199565649032593, 1.0888018608093262, 0.5833552479743958, 1.489673376083374, 1.8556864261627197, 1.925403118133545, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.082265853881836, 2.1345534324645996, 2.1868410110473633, 2.082265853881836, 1.053943395614624, 0.1999128758907318, -0.27067533135414124, -0.3229629397392273, -0.3055337369441986, -0.3578213155269623, -0.44496726989746094, -0.07895421981811523, 1.332810640335083, 1.6639652252197266, 1.4373857975006104, 1.1410894393920898, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1410894393920898, 1.071372628211975, 0.9493682980537415, 0.984226644039154, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.1410894393920898, 1.1236603260040283, 1.0190850496292114, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.0888018608093262, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 0.8622223138809204, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.478780061006546, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.18248367309570312, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.16505448520183563, 0.2347712516784668, 0.1999128758907318, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.4090631604194641, 0.7576471567153931, 1.2456645965576172, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.6813944578170776, 1.646536111831665, 1.6813944578170776, 1.7162528038024902, 1.646536111831665, 1.6988236904144287, 1.629106879234314, 1.8731155395507812, 1.7511112689971924, 1.8208279609680176, 2.082265853881836, 2.117124319076538, 1.8731155395507812, 1.960261583328247, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.942832350730896, 1.8905447721481323, 1.9776906967163086, 1.925403118133545, 2.047407388687134, 0.827363908290863, 0.07790851593017578, -0.42753809690475464, -0.9155555367469788, -0.9504139423370361, -0.7935512065887451, -0.7935512065887451, -0.5495424270629883, -0.42753809690475464, 0.14762529730796814, 0.32191720604896545, 0.35677558183670044, 0.600784420967102, 0.8622223138809204, 1.489673376083374, 1.629106879234314, 1.5768193006515503, 1.2979521751403809, 1.3850982189178467, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.7336820363998413, 1.8731155395507812, 1.071372628211975, 1.315381407737732, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.942832350730896, 1.942832350730896, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.8208279609680176, 2.1694118976593018, 1.785969614982605, 1.5245317220687866, 2.4482789039611816, 2.361132860183716], [1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.3850982189178467, 1.9776906967163086, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.047407388687134, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 1.3676689863204956, 0.9493682980537415, 0.6356428265571594, 0.513638436794281, 0.984226644039154, 1.2108062505722046, 1.1410894393920898, 1.2282354831695557, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.0299782752990723, 1.332810640335083, 0.16505448520183563, -0.1661001741886139, -0.1486709862947464, -0.04409583657979965, -0.04409583657979965, -0.21838775277137756, -0.37525051832199097, -0.532113254070282, 0.2696296274662018, 0.8970807194709778, 0.6530719995498657, 0.7925055623054504, 1.0888018608093262, 1.158518671989441, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 0.8796514868736267, 0.984226644039154, 1.0365142822265625, 1.0016558170318604, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.175947904586792, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.8796514868736267, 0.8622223138809204, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.5310676693916321, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.2522004544734955, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.14762529730796814, 0.14762529730796814, 0.16505448520183563, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.18248367309570312, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.1999128758907318, 0.16505448520183563, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.2522004544734955, 0.513638436794281, 0.827363908290863, 1.3676689863204956, 1.4025273323059082, 1.2282354831695557, 1.3502397537231445, 1.4373857975006104, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.5593900680541992, 1.629106879234314, 1.5245317220687866, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.8208279609680176, 1.8905447721481323, 1.803398847579956, 2.0648367404937744, 1.629106879234314, 2.151982545852661, 1.6813944578170776, 2.1868410110473633, 2.0648367404937744, 2.1868410110473633, 2.047407388687134, 2.082265853881836, 1.9776906967163086, 1.611677646636963, 1.3850982189178467, 1.1410894393920898, 0.2173420637845993, -0.4972548484802246, -0.9852723479270935, -1.1072766780853271, -1.1944226026535034, -0.9155555367469788, -0.6715468168258667, 0.2347712516784668, 0.4090631604194641, 0.18248367309570312, -0.009237446822226048, 0.478780061006546, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.6988236904144287, 1.5245317220687866, 1.2630938291549683, 1.175947904586792, 1.5942485332489014, 1.8382571935653687, 1.8556864261627197, 1.5768193006515503, 1.6639652252197266, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.5245317220687866, 1.7336820363998413, 1.925403118133545, 1.960261583328247, 1.5768193006515503, 2.395991325378418, 2.395991325378418], [1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 1.2630938291549683, 1.925403118133545, 2.27398681640625, 2.204270124435425, 2.1694118976593018, 2.0996949672698975, 1.629106879234314, 1.2630938291549683, 1.175947904586792, 1.4199565649032593, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.158518671989441, 1.5071024894714355, 1.5071024894714355, 1.0888018608093262, 0.8796514868736267, 0.8099347352981567, 1.0365142822265625, 1.6639652252197266, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 1.489673376083374, 0.06047932058572769, -0.026666639372706413, 0.513638436794281, 0.14762529730796814, -0.11381260305643082, -0.3229629397392273, -0.3403921127319336, -0.4623964726924896, -0.44496726989746094, -0.20095856487751007, -0.21838775277137756, -0.3229629397392273, -0.25324615836143494, -0.09638340771198273, 0.11276690661907196, 0.3916339874267578, 0.7402179837226868, 1.071372628211975, 1.175947904586792, 1.2805230617523193, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.785969614982605, 1.8556864261627197, 2.047407388687134, 2.27398681640625, 1.3676689863204956, -0.06152502819895744, 0.2696296274662018, 0.7925055623054504, 1.803398847579956, 2.27398681640625, 2.430849552154541, 2.4831371307373047, 2.430849552154541, 2.361132860183716, 2.3785619735717773, 2.430849552154541, 2.3437037467956543, 2.395991325378418, 2.622570753097534, 2.1345534324645996, -0.37525051832199097, -0.44496726989746094, 0.7925055623054504, 1.785969614982605, 2.0299782752990723, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 1.6813944578170776, 0.42649248242378235, 0.2696296274662018, 0.6356428265571594, 1.3850982189178467, 1.2456645965576172, 1.1236603260040283, 1.053943395614624, 0.8622223138809204, 0.6530719995498657, 0.5833552479743958, 0.4613508880138397, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.09533771127462387, 0.13019609451293945, 0.14762529730796814, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.1999128758907318, 0.16505448520183563, 0.18248367309570312, 0.16505448520183563, 0.18248367309570312, 0.1999128758907318, 0.28705883026123047, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.42649248242378235, 0.42649248242378235, 0.513638436794281, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.9667974710464478, 1.1236603260040283, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.646536111831665, 1.8731155395507812, 1.5942485332489014, 1.4373857975006104, 1.5768193006515503, 1.3502397537231445, 1.4025273323059082, 1.5071024894714355, 1.629106879234314, 1.3676689863204956, 1.472244143486023, 1.629106879234314, 1.7511112689971924, 1.7511112689971924, 1.4199565649032593, 1.942832350730896, 1.785969614982605, 1.6639652252197266, 1.8905447721481323, 2.0996949672698975, 2.2216994762420654, 2.0299782752990723, 2.0125491619110107, 2.1345534324645996, 2.047407388687134, 1.8731155395507812, 1.175947904586792, 0.2696296274662018, -0.1486709862947464, -0.688975989818573, -1.0201307535171509, -1.2815686464309692, -1.2989977598190308, -1.2989977598190308, -0.9155555367469788, -1.0201307535171509, 1.1236603260040283, 1.489673376083374, 1.0365142822265625, -0.009237446822226048, -0.2881045341491699, 0.13019609451293945, 1.6813944578170776, 1.6639652252197266, 2.0648367404937744, 1.6988236904144287, 1.3502397537231445, 0.8622223138809204, 1.7511112689971924, 1.4373857975006104, 1.768540382385254, 1.785969614982605, 2.047407388687134, 1.5071024894714355, 1.3676689863204956, 1.4025273323059082, 1.2979521751403809, 1.2979521751403809, 1.8208279609680176, 1.7336820363998413, 1.925403118133545, 1.7336820363998413, 1.5071024894714355, 1.5942485332489014, 1.5593900680541992, 1.9951199293136597, 1.5071024894714355, 2.308845281600952, 2.361132860183716], [1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2456645965576172, 1.175947904586792, 1.1410894393920898, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 1.2282354831695557, 2.0299782752990723, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.0648367404937744, 1.7511112689971924, 1.2282354831695557, 1.2456645965576172, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.3850982189178467, 1.0888018608093262, 1.315381407737732, 1.7162528038024902, 1.489673376083374, 1.0190850496292114, 0.8447931408882141, 0.9319390654563904, 0.7402179837226868, 0.5659260153770447, 0.8970807194709778, 1.315381407737732, 1.611677646636963, 1.8731155395507812, 1.9079740047454834, 1.4025273323059082, 0.478780061006546, 0.7053595781326294, -0.1486709862947464, -0.1486709862947464, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.35677558183670044, 1.0888018608093262, 1.8556864261627197, 2.117124319076538, 2.1694118976593018, 2.308845281600952, 2.5354247093200684, 2.1694118976593018, 1.5593900680541992, 1.925403118133545, 2.3262743949890137, 2.465708017349243, 2.4482789039611816, 2.517995595932007, 2.552854061126709, 2.5702831745147705, 2.587712287902832, 2.622570753097534, 1.4199565649032593, -0.7064052224159241, -0.9852723479270935, 0.4613508880138397, 2.4134204387664795, 2.465708017349243, 2.430849552154541, 2.4482789039611816, 2.430849552154541, 2.4831371307373047, 2.5354247093200684, 2.5702831745147705, 2.622570753097534, 2.6399998664855957, 2.6399998664855957, 1.925403118133545, -0.026666639372706413, 0.8622223138809204, 1.768540382385254, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.0299782752990723, 0.9145098924636841, -0.18352937698364258, -0.7238344550132751, -0.9852723479270935, -0.7238344550132751, 2.1694118976593018, 2.430849552154541, 2.430849552154541, 2.517995595932007, 2.430849552154541, 2.308845281600952, 2.0648367404937744, 1.611677646636963, 1.2108062505722046, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.6879304051399231, 0.600784420967102, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.670501172542572, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7576471567153931, 0.8447931408882141, 0.9493682980537415, 0.8970807194709778, 0.9667974710464478, 0.9667974710464478, 1.1410894393920898, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2979521751403809, 1.472244143486023, 1.4199565649032593, 1.5071024894714355, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.7162528038024902, 1.2456645965576172, 1.158518671989441, 1.1410894393920898, 1.2979521751403809, 1.489673376083374, 1.2282354831695557, 1.2979521751403809, 1.5419609546661377, 1.3502397537231445, 1.332810640335083, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.5593900680541992, 1.4373857975006104, 1.611677646636963, 1.5419609546661377, 1.5593900680541992, 1.472244143486023, 1.7511112689971924, 1.768540382385254, 2.0648367404937744, 1.6813944578170776, 2.239128589630127, 2.0299782752990723, 1.611677646636963, 2.1868410110473633, 2.0996949672698975, 2.1694118976593018, 1.9776906967163086, 2.0299782752990723, 1.7336820363998413, 0.4090631604194641, -0.5146840810775757, -1.1072766780853271, -1.246710181236267, -1.176993489265442, -1.1944226026535034, -1.2989977598190308, -1.403572916984558, -0.8806971907615662, -0.7238344550132751, 1.5768193006515503, 1.960261583328247, 1.5245317220687866, 0.6530719995498657, -0.21838775277137756, 0.2696296274662018, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.925403118133545, 1.6639652252197266, 1.472244143486023, 1.2630938291549683, 1.5419609546661377, 1.8905447721481323, 1.768540382385254, 2.047407388687134, 1.803398847579956, 1.629106879234314, 1.8208279609680176, 1.5593900680541992, 1.472244143486023, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.4025273323059082, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 1.332810640335083, 2.4482789039611816, 2.395991325378418], [1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.175947904586792, 1.9079740047454834, 2.3262743949890137, 2.361132860183716, 2.2565577030181885, 2.1345534324645996, 1.8731155395507812, 1.4548149108886719, 1.3850982189178467, 1.8208279609680176, 1.8382571935653687, 1.6639652252197266, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.5071024894714355, 1.3502397537231445, 1.1933770179748535, 1.1236603260040283, 0.8796514868736267, 0.8447931408882141, 0.7576471567153931, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, -0.07895421981811523, -0.37525051832199097, 0.478780061006546, 0.4090631604194641, 0.2522004544734955, 0.18248367309570312, 0.06047932058572769, 0.1999128758907318, 0.6356428265571594, 0.7750763297080994, 0.5659260153770447, 1.8556864261627197, 2.587712287902832, 2.5354247093200684, 2.4482789039611816, 2.552854061126709, 2.308845281600952, 2.151982545852661, 2.465708017349243, 2.4831371307373047, 2.517995595932007, 2.5354247093200684, 2.5354247093200684, 2.517995595932007, 2.587712287902832, 2.552854061126709, 2.587712287902832, 0.7053595781326294, -0.688975989818573, -1.1944226026535034, -1.1595642566680908, 0.0430501289665699, 2.3262743949890137, 2.430849552154541, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.3262743949890137, 2.517995595932007, 2.517995595932007, 2.4831371307373047, 2.1694118976593018, -0.9504139423370361, -1.4732897281646729, -1.4384313821792603, -0.5146840810775757, 0.6356428265571594, 1.0190850496292114, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, -0.18352937698364258, -1.1247059106826782, -1.2641394138336182, -1.1944226026535034, 0.513638436794281, 1.8556864261627197, 2.4482789039611816, 2.587712287902832, 2.4134204387664795, 2.430849552154541, 2.395991325378418, 2.4831371307373047, 2.5702831745147705, 2.1694118976593018, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.4025273323059082, 1.2108062505722046, 1.175947904586792, 1.2456645965576172, 1.4199565649032593, 1.5419609546661377, 1.646536111831665, 1.7336820363998413, 1.7336820363998413, 1.785969614982605, 1.803398847579956, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.768540382385254, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.4373857975006104, 1.5071024894714355, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.5942485332489014, 1.7336820363998413, 1.629106879234314, 1.5245317220687866, 1.611677646636963, 1.4373857975006104, 1.629106879234314, 1.6813944578170776, 1.5942485332489014, 1.472244143486023, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.4548149108886719, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.1933770179748535, 1.315381407737732, 1.489673376083374, 1.2108062505722046, 1.6813944578170776, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.2565577030181885, 1.8208279609680176, 1.6813944578170776, 2.1694118976593018, 1.768540382385254, 2.0648367404937744, 2.047407388687134, 1.6988236904144287, 1.646536111831665, 0.2696296274662018, -0.9678431153297424, -1.3861438035964966, -1.5255773067474365, -1.490718960762024, -1.333856225013733, -0.8109803795814514, -1.5081480741500854, -1.5604356527328491, -0.1486709862947464, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.5593900680541992, 0.42649248242378235, 0.1999128758907318, 1.6639652252197266, 2.0996949672698975, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 2.117124319076538, 1.2979521751403809, 1.4199565649032593, 1.611677646636963, 1.611677646636963, 1.8382571935653687, 1.9776906967163086, 1.5245317220687866, 2.0125491619110107, 1.6988236904144287, 1.4199565649032593, 1.6639652252197266, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 2.082265853881836, 1.2630938291549683, 2.430849552154541, 2.361132860183716], [1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 1.053943395614624, 1.785969614982605, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.239128589630127, 1.942832350730896, 1.5942485332489014, 1.5593900680541992, 1.942832350730896, 2.0996949672698975, 2.0299782752990723, 1.7162528038024902, 1.5071024894714355, 1.4373857975006104, 1.3676689863204956, 1.5245317220687866, 1.646536111831665, 1.2805230617523193, 1.0888018608093262, 1.4548149108886719, 1.5593900680541992, 1.5245317220687866, 1.2805230617523193, 0.9667974710464478, 0.13019609451293945, -0.44496726989746094, -0.11381260305643082, -0.09638340771198273, -0.3229629397392273, -0.3229629397392273, -0.20095856487751007, -0.39267969131469727, -0.5844008326530457, -0.1486709862947464, 0.0430501289665699, -0.11381260305643082, 2.27398681640625, 2.4482789039611816, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.5005664825439453, 2.587712287902832, 2.5354247093200684, 2.5005664825439453, 2.4831371307373047, 2.395991325378418, 2.3785619735717773, 2.4831371307373047, 2.4482789039611816, 0.28705883026123047, -0.5146840810775757, -1.0724183320999146, -1.3861438035964966, -1.403572916984558, -1.403572916984558, -1.0549890995025635, -0.009237446822226048, 1.2805230617523193, 1.8556864261627197, 2.151982545852661, 2.361132860183716, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 1.3676689863204956, -1.2641394138336182, -1.5081480741500854, -1.5778648853302002, -1.490718960762024, -0.9678431153297424, -0.7064052224159241, -0.5669716596603394, -0.3578213155269623, -0.21838775277137756, -0.688975989818573, -1.2815686464309692, -1.1247059106826782, -1.1072766780853271, -0.3229629397392273, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 2.151982545852661, 2.587712287902832, 1.629106879234314, 0.28705883026123047, 0.8970807194709778, 1.3502397537231445, 1.611677646636963, 1.6813944578170776, 1.646536111831665, 1.8382571935653687, 1.9079740047454834, 1.8382571935653687, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.7511112689971924, 1.8556864261627197, 1.8556864261627197, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.5942485332489014, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.5942485332489014, 1.6813944578170776, 1.5768193006515503, 1.5071024894714355, 1.6813944578170776, 1.785969614982605, 1.8208279609680176, 1.5071024894714355, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.5942485332489014, 1.3676689863204956, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.2282354831695557, 1.2282354831695557, 1.3502397537231445, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.5593900680541992, 1.3676689863204956, 1.4373857975006104, 1.5245317220687866, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.5593900680541992, 1.7511112689971924, 1.611677646636963, 1.7162528038024902, 2.1868410110473633, 2.0125491619110107, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0996949672698975, 2.204270124435425, 1.4548149108886719, 1.315381407737732, 0.008191745728254318, -0.9329847693443298, -1.3861438035964966, -1.4384313821792603, -1.5255773067474365, -1.403572916984558, -1.4210021495819092, -1.5081480741500854, -1.5081480741500854, -0.688975989818573, 1.071372628211975, 1.5245317220687866, 1.5419609546661377, 1.5245317220687866, 0.42649248242378235, 0.513638436794281, 1.2282354831695557, 1.7162528038024902, 1.7336820363998413, 1.9776906967163086, 2.1868410110473633, 1.9776906967163086, 1.2979521751403809, 1.7162528038024902, 1.5593900680541992, 1.6639652252197266, 1.5593900680541992, 1.803398847579956, 1.7162528038024902, 1.9776906967163086, 1.7162528038024902, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.803398847579956, 1.925403118133545, 1.472244143486023, 1.3850982189178467, 1.3676689863204956, 2.239128589630127, 1.4373857975006104, 2.395991325378418, 2.361132860183716], [1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3502397537231445, 1.332810640335083, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.7925055623054504, 0.8447931408882141, 0.9667974710464478, 1.6988236904144287, 2.204270124435425, 2.3262743949890137, 2.3437037467956543, 2.27398681640625, 2.047407388687134, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 2.047407388687134, 2.1694118976593018, 1.8382571935653687, 1.5245317220687866, 1.5419609546661377, 1.3850982189178467, 1.3850982189178467, 1.629106879234314, 1.5071024894714355, 1.3502397537231445, 1.5071024894714355, 1.5942485332489014, 1.3850982189178467, 0.984226644039154, 0.18248367309570312, -0.37525051832199097, -0.11381260305643082, -0.07895421981811523, -0.2881045341491699, -0.4798256754875183, -0.6541175842285156, -0.8109803795814514, -0.9678431153297424, -1.2292810678482056, -1.246710181236267, -1.0549890995025635, -0.7412636280059814, -0.21838775277137756, 1.0365142822265625, 1.2979521751403809, 1.332810640335083, 1.942832350730896, 2.430849552154541, 2.517995595932007, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.768540382385254, -1.176993489265442, -1.2815686464309692, -1.3512853384017944, -1.333856225013733, -1.403572916984558, -1.403572916984558, -1.403572916984558, -1.3861438035964966, -1.3687145709991455, -1.2989977598190308, -1.4384313821792603, -1.1421350240707397, -1.089847445487976, -1.2292810678482056, -1.1944226026535034, -1.3861438035964966, -1.490718960762024, -1.4558604955673218, -1.4558604955673218, -1.403572916984558, -1.3164269924163818, -1.2292810678482056, -1.2292810678482056, -1.246710181236267, -1.2641394138336182, -1.2815686464309692, -1.5255773067474365, -1.5430065393447876, -1.647581696510315, -1.5255773067474365, -1.1421350240707397, -0.8109803795814514, -0.3403921127319336, 0.3742047846317291, 1.0190850496292114, 0.6530719995498657, 1.071372628211975, 1.472244143486023, 1.629106879234314, 1.8731155395507812, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.785969614982605, 1.646536111831665, 1.629106879234314, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.5419609546661377, 1.6813944578170776, 1.6639652252197266, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6988236904144287, 1.5593900680541992, 1.5942485332489014, 1.5071024894714355, 1.611677646636963, 1.629106879234314, 1.6813944578170776, 1.6639652252197266, 1.5245317220687866, 1.4199565649032593, 1.4025273323059082, 1.315381407737732, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.0190850496292114, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 0.9319390654563904, 1.053943395614624, 1.0016558170318604, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, 1.3676689863204956, 1.4548149108886719, 1.1933770179748535, 1.4548149108886719, 1.1933770179748535, 1.4025273323059082, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.8731155395507812, 1.8382571935653687, 2.0996949672698975, 1.785969614982605, 2.117124319076538, 1.7162528038024902, 2.0996949672698975, 1.9776906967163086, 1.803398847579956, 1.9079740047454834, 0.9493682980537415, -0.8632679581642151, -1.2118518352508545, -1.3512853384017944, -1.3687145709991455, -1.5604356527328491, -1.5430065393447876, -1.5255773067474365, -1.4384313821792603, -1.6127232313156128, -0.9504139423370361, 0.4962092638015747, 1.071372628211975, 1.5419609546661377, 1.4548149108886719, 1.0888018608093262, 0.513638436794281, 0.8970807194709778, 1.8556864261627197, 1.9079740047454834, 1.960261583328247, 2.0125491619110107, 1.925403118133545, 1.4199565649032593, 1.158518671989441, 1.489673376083374, 1.5593900680541992, 1.332810640335083, 1.7511112689971924, 1.6813944578170776, 1.8556864261627197, 1.7511112689971924, 1.6813944578170776, 1.5768193006515503, 1.5942485332489014, 1.8208279609680176, 2.239128589630127, 1.629106879234314, 1.472244143486023, 1.611677646636963, 2.0648367404937744, 1.472244143486023, 2.430849552154541, 2.3262743949890137], [1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.7576471567153931, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 1.4373857975006104, 2.0648367404937744, 2.361132860183716, 2.3262743949890137, 2.3262743949890137, 2.1694118976593018, 1.9776906967163086, 2.0648367404937744, 1.942832350730896, 1.925403118133545, 2.117124319076538, 2.0648367404937744, 1.7336820363998413, 1.4199565649032593, 1.5768193006515503, 1.768540382385254, 1.5245317220687866, 1.5419609546661377, 1.2979521751403809, 0.6530719995498657, 0.18248367309570312, -0.3229629397392273, -0.6715468168258667, -0.9329847693443298, -1.0201307535171509, -1.1247059106826782, -1.1595642566680908, -1.1421350240707397, -1.1247059106826782, -1.176993489265442, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.3861438035964966, -1.089847445487976, -1.0027015209197998, -1.0724183320999146, -1.2641394138336182, -1.2641394138336182, -1.3687145709991455, 0.7576471567153931, 1.1236603260040283, -1.2118518352508545, -1.2641394138336182, -0.7412636280059814, -0.23581695556640625, -0.7935512065887451, -1.6301524639129639, -1.5430065393447876, -1.6127232313156128, -1.6824400424957275, -1.5081480741500854, -1.490718960762024, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.3687145709991455, -1.246710181236267, -1.2118518352508545, -1.176993489265442, -1.1247059106826782, -1.1072766780853271, -1.246710181236267, -1.5778648853302002, -1.1595642566680908, 0.06047932058572769, 0.7227887511253357, 1.2108062505722046, 1.4548149108886719, 1.1236603260040283, 0.5310676693916321, -0.4972548484802246, -0.6715468168258667, -0.1312417984008789, -0.5495424270629883, -0.7935512065887451, -1.176993489265442, -1.4384313821792603, -1.3164269924163818, -1.3512853384017944, -1.3687145709991455, -1.3512853384017944, -0.7412636280059814, 0.4962092638015747, 1.629106879234314, 1.9079740047454834, 1.768540382385254, 1.8905447721481323, 1.5419609546661377, 1.611677646636963, 1.803398847579956, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.9079740047454834, 1.7336820363998413, 1.6639652252197266, 1.6639652252197266, 1.803398847579956, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.472244143486023, 1.2805230617523193, 1.3502397537231445, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.5593900680541992, 1.472244143486023, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.3676689863204956, 1.3502397537231445, 1.2282354831695557, 1.4025273323059082, 1.332810640335083, 1.2456645965576172, 1.2805230617523193, 1.2282354831695557, 1.1236603260040283, 1.1410894393920898, 1.071372628211975, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.2456645965576172, 1.315381407737732, 1.053943395614624, 1.3850982189178467, 1.4373857975006104, 1.2979521751403809, 1.2282354831695557, 1.489673376083374, 1.646536111831665, 1.7162528038024902, 1.5593900680541992, 1.9776906967163086, 2.0648367404937744, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.611677646636963, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.9079740047454834, 1.960261583328247, 1.785969614982605, 0.5659260153770447, -1.176993489265442, -1.4384313821792603, -1.490718960762024, -1.403572916984558, -1.4558604955673218, -1.490718960762024, -1.6127232313156128, -1.3687145709991455, -1.5952941179275513, -1.490718960762024, -0.1312417984008789, 0.6182135939598083, 1.629106879234314, 1.646536111831665, 0.9493682980537415, 0.8099347352981567, 1.1062309741973877, 1.472244143486023, 1.6813944578170776, 1.7336820363998413, 1.8556864261627197, 1.785969614982605, 1.5071024894714355, 1.2282354831695557, 1.5245317220687866, 1.5942485332489014, 1.2979521751403809, 1.4373857975006104, 1.785969614982605, 1.6813944578170776, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.2805230617523193, 1.803398847579956, 1.9776906967163086, 1.611677646636963, 1.3676689863204956, 1.7511112689971924, 1.5245317220687866, 1.5942485332489014, 2.465708017349243, 2.3262743949890137], [1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.1933770179748535, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 0.9145098924636841, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 1.0888018608093262, 1.9079740047454834, 2.3262743949890137, 2.3437037467956543, 2.308845281600952, 2.239128589630127, 2.204270124435425, 2.0996949672698975, 2.0648367404937744, 2.0299782752990723, 2.082265853881836, 2.0125491619110107, 2.0299782752990723, 1.472244143486023, 1.5593900680541992, 1.785969614982605, 1.0365142822265625, -0.04409583657979965, -0.688975989818573, -0.8284096121788025, -0.9155555367469788, -0.9155555367469788, -1.0201307535171509, -1.0724183320999146, -1.1247059106826782, -1.3687145709991455, -1.4732897281646729, -1.5604356527328491, -1.647581696510315, -1.7347276210784912, -1.6650108098983765, -1.6127232313156128, -1.1944226026535034, -0.5844008326530457, -0.4798256754875183, -0.5844008326530457, -0.6715468168258667, -1.0375598669052124, -1.176993489265442, -1.1944226026535034, -1.333856225013733, -1.3164269924163818, -1.2292810678482056, -1.0027015209197998, -0.9678431153297424, -1.333856225013733, -1.4732897281646729, -1.333856225013733, -0.7412636280059814, -0.3578213155269623, -0.3578213155269623, -0.7412636280059814, -1.2118518352508545, -0.1312417984008789, 1.7336820363998413, 2.082265853881836, 2.361132860183716, 2.4482789039611816, 2.4831371307373047, 2.5005664825439453, 1.7511112689971924, 0.9145098924636841, 1.2805230617523193, 2.1694118976593018, 2.151982545852661, 1.9951199293136597, 1.2630938291549683, 0.0430501289665699, -0.3578213155269623, 2.517995595932007, 2.622570753097534, 2.5702831745147705, 2.517995595932007, 2.5354247093200684, 2.6051416397094727, 2.430849552154541, 2.0648367404937744, 1.175947904586792, 0.0430501289665699, -0.11381260305643082, 0.7402179837226868, 1.1410894393920898, 1.472244143486023, 1.5245317220687866, 1.629106879234314, 1.5593900680541992, 1.5419609546661377, 1.8382571935653687, 1.925403118133545, 1.8208279609680176, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.646536111831665, 1.489673376083374, 1.6813944578170776, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.5768193006515503, 1.5071024894714355, 1.3676689863204956, 1.2456645965576172, 1.489673376083374, 1.629106879234314, 1.6813944578170776, 1.5071024894714355, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.1933770179748535, 1.0365142822265625, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 0.8099347352981567, 1.0016558170318604, 1.053943395614624, 1.2282354831695557, 1.1236603260040283, 1.0888018608093262, 1.2630938291549683, 1.1410894393920898, 0.7402179837226868, 1.3676689863204956, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.3502397537231445, 1.629106879234314, 1.8382571935653687, 1.611677646636963, 1.9776906967163086, 1.646536111831665, 1.7511112689971924, 2.0996949672698975, 2.0125491619110107, 1.925403118133545, 2.0648367404937744, 2.0996949672698975, 1.803398847579956, 1.9079740047454834, 1.942832350730896, 1.6813944578170776, 0.9145098924636841, -1.246710181236267, -1.5255773067474365, -1.4384313821792603, -1.4384313821792603, -1.4384313821792603, -1.5255773067474365, -1.490718960762024, -1.4732897281646729, -1.2641394138336182, -0.4623964726924896, -1.0724183320999146, 0.13019609451293945, 1.472244143486023, 1.315381407737732, 1.2456645965576172, 1.2979521751403809, 0.32191720604896545, 0.8447931408882141, 1.4373857975006104, 1.6988236904144287, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.611677646636963, 1.9079740047454834, 1.7336820363998413, 1.803398847579956, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 2.0125491619110107, 1.8731155395507812, 1.5419609546661377, 1.3676689863204956, 1.7336820363998413, 1.8382571935653687, 1.785969614982605, 1.6639652252197266, 1.6639652252197266, 1.332810640335083, 1.8731155395507812, 2.6399998664855957, 2.3262743949890137], [1.803398847579956, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7576471567153931, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 1.5071024894714355, 2.1345534324645996, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.204270124435425, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.0299782752990723, 0.600784420967102, -0.09638340771198273, -0.6715468168258667, -0.7761220335960388, -0.7064052224159241, -0.5495424270629883, -0.688975989818573, -0.8458387851715088, -1.0549890995025635, -1.1421350240707397, -1.1421350240707397, -1.176993489265442, -1.3164269924163818, -1.4558604955673218, -1.5081480741500854, -1.2118518352508545, -0.5844008326530457, 0.4613508880138397, 0.7402179837226868, 0.7053595781326294, 0.14762529730796814, -0.5495424270629883, -0.9852723479270935, -1.176993489265442, -1.0724183320999146, -0.37525051832199097, 0.44392168521881104, 0.4613508880138397, -0.2881045341491699, -1.2118518352508545, -1.1247059106826782, 0.670501172542572, 2.047407388687134, 2.361132860183716, 2.5005664825439453, 2.3262743949890137, 2.5005664825439453, 2.308845281600952, 1.8208279609680176, 0.478780061006546, 1.4548149108886719, 1.9079740047454834, 1.2979521751403809, 0.14762529730796814, -0.44496726989746094, 2.239128589630127, 2.622570753097534, 2.5702831745147705, 2.5354247093200684, 2.5005664825439453, 2.5354247093200684, 2.587712287902832, 1.8556864261627197, -0.1486709862947464, 1.5419609546661377, 1.8731155395507812, 2.5005664825439453, 2.5702831745147705, 2.0125491619110107, 0.8796514868736267, 1.8731155395507812, 2.1345534324645996, 0.8447931408882141, 0.8970807194709778, 1.5245317220687866, 1.472244143486023, 1.1933770179748535, 1.3850982189178467, 1.3850982189178467, 1.5071024894714355, 1.611677646636963, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.768540382385254, 1.8731155395507812, 1.6988236904144287, 1.5768193006515503, 1.5071024894714355, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.5419609546661377, 1.4025273323059082, 1.5768193006515503, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.053943395614624, 1.3676689863204956, 1.4199565649032593, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 0.984226644039154, 1.2979521751403809, 1.175947904586792, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0888018608093262, 1.0016558170318604, 0.8447931408882141, 0.9319390654563904, 1.053943395614624, 1.2282354831695557, 1.2979521751403809, 1.0365142822265625, 1.2630938291549683, 1.175947904586792, 1.1236603260040283, 0.8970807194709778, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.6813944578170776, 1.6639652252197266, 2.1345534324645996, 1.9951199293136597, 1.768540382385254, 2.0996949672698975, 1.8208279609680176, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.315381407737732, 0.1999128758907318, -1.0201307535171509, -1.4732897281646729, -1.5081480741500854, -1.4558604955673218, -1.5255773067474365, -1.5255773067474365, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -1.0027015209197998, 0.11276690661907196, -0.3578213155269623, 1.2456645965576172, 1.4548149108886719, 0.7227887511253357, 1.803398847579956, 1.4199565649032593, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.7162528038024902, 1.3850982189178467, 1.332810640335083, 1.472244143486023, 1.8731155395507812, 2.1345534324645996, 1.960261583328247, 1.8382571935653687, 1.315381407737732, 1.5942485332489014, 1.8556864261627197, 1.8556864261627197, 1.2630938291549683, 1.489673376083374, 1.8905447721481323, 1.489673376083374, 1.768540382385254, 1.960261583328247, 1.611677646636963, 1.472244143486023, 2.047407388687134, 2.6051416397094727, 2.3262743949890137], [1.8208279609680176, 1.7511112689971924, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.0888018608093262, 0.9667974710464478, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7402179837226868, 1.2630938291549683, 1.9776906967163086, 2.239128589630127, 2.27398681640625, 2.308845281600952, 2.3262743949890137, 2.239128589630127, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.0125491619110107, 1.960261583328247, -0.1312417984008789, -0.3229629397392273, -0.619259238243103, -0.688975989818573, -0.601830005645752, -0.41010889410972595, -0.37525051832199097, -0.3055337369441986, -0.5844008326530457, -0.9678431153297424, -1.0201307535171509, -1.0375598669052124, -1.1595642566680908, -1.176993489265442, -0.7761220335960388, 0.827363908290863, 1.8208279609680176, 1.9951199293136597, 2.0996949672698975, 2.0996949672698975, 1.7511112689971924, 1.6988236904144287, 1.2805230617523193, 0.16505448520183563, 0.2696296274662018, 0.3916339874267578, -0.1312417984008789, -0.7064052224159241, -0.8284096121788025, -0.37525051832199097, 0.2696296274662018, 2.082265853881836, 2.1868410110473633, 2.395991325378418, 2.4831371307373047, 2.0648367404937744, 0.8796514868736267, -0.6715468168258667, 1.1933770179748535, 2.27398681640625, 2.5005664825439453, 2.4831371307373047, 2.552854061126709, 2.4831371307373047, 2.517995595932007, 2.361132860183716, 1.0365142822265625, 1.2979521751403809, 1.9951199293136597, 1.9776906967163086, 0.670501172542572, 0.16505448520183563, 2.2565577030181885, 2.6399998664855957, 2.4831371307373047, 2.622570753097534, 2.3785619735717773, 1.053943395614624, -0.8284096121788025, 1.315381407737732, 2.4134204387664795, 2.3262743949890137, 2.1694118976593018, 1.4199565649032593, 1.5593900680541992, 1.6813944578170776, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.4548149108886719, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.472244143486023, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.489673376083374, 1.1933770179748535, 1.332810640335083, 1.315381407737732, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.071372628211975, 1.2630938291549683, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.5245317220687866, 1.2805230617523193, 1.2108062505722046, 1.315381407737732, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 0.984226644039154, 0.7402179837226868, 1.0190850496292114, 1.053943395614624, 0.984226644039154, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 1.8731155395507812, 1.925403118133545, 1.8731155395507812, 1.9951199293136597, 1.942832350730896, 1.9776906967163086, 2.082265853881836, 1.8556864261627197, 1.768540382385254, 1.5942485332489014, 1.3502397537231445, -0.5669716596603394, -1.4210021495819092, -1.5778648853302002, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.2641394138336182, -1.1944226026535034, -0.39267969131469727, -0.07895421981811523, -0.27067533135414124, 1.0016558170318604, 1.6639652252197266, 1.4373857975006104, 1.6639652252197266, 0.7576471567153931, 0.9667974710464478, 1.5593900680541992, 1.332810640335083, 1.1062309741973877, 1.2108062505722046, 1.7162528038024902, 1.7162528038024902, 2.0299782752990723, 2.0299782752990723, 1.5768193006515503, 1.7336820363998413, 1.4199565649032593, 1.6813944578170776, 1.8382571935653687, 1.7336820363998413, 1.629106879234314, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 2.151982545852661, 1.5768193006515503, 1.7162528038024902, 1.8382571935653687, 2.622570753097534, 2.3437037467956543], [1.8382571935653687, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 1.2805230617523193, 1.1062309741973877, 0.8970807194709778, 1.071372628211975, 1.8208279609680176, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.308845281600952, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.0996949672698975, 1.9079740047454834, -0.39267969131469727, -0.3055337369441986, -0.25324615836143494, -0.39267969131469727, -0.4972548484802246, -0.619259238243103, -0.42753809690475464, 0.14762529730796814, 0.5310676693916321, 0.13019609451293945, -0.601830005645752, -1.1072766780853271, -1.2989977598190308, 0.28705883026123047, 2.1345534324645996, 2.3262743949890137, 2.3785619735717773, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 1.8556864261627197, 0.18248367309570312, -0.1661001741886139, 0.8447931408882141, 0.18248367309570312, -1.246710181236267, -1.4384313821792603, -0.5669716596603394, 1.6988236904144287, 2.2216994762420654, 2.308845281600952, 1.472244143486023, -0.25324615836143494, -0.23581695556640625, 0.827363908290863, 0.8447931408882141, -0.2881045341491699, -0.4798256754875183, 1.8208279609680176, 2.430849552154541, 2.465708017349243, 2.622570753097534, 2.6051416397094727, 2.5702831745147705, 2.151982545852661, 0.07790851593017578, 2.0648367404937744, 2.552854061126709, 2.5354247093200684, 2.5702831745147705, 2.0299782752990723, 0.33934640884399414, 1.8556864261627197, 2.239128589630127, 2.517995595932007, 2.2914161682128906, 2.4482789039611816, 0.984226644039154, -0.4623964726924896, 0.8970807194709778, 0.7750763297080994, 2.0299782752990723, 2.0996949672698975, 1.6639652252197266, 1.8208279609680176, 1.8208279609680176, 1.6988236904144287, 1.7336820363998413, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4025273323059082, 1.2456645965576172, 1.4025273323059082, 1.2282354831695557, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.2282354831695557, 1.2456645965576172, 1.4025273323059082, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.2805230617523193, 1.315381407737732, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.5071024894714355, 1.5071024894714355, 1.2979521751403809, 1.158518671989441, 0.9319390654563904, 0.9667974710464478, 0.7750763297080994, 0.9145098924636841, 0.7750763297080994, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.158518671989441, 0.8622223138809204, 1.4373857975006104, 1.158518671989441, 1.3850982189178467, 1.315381407737732, 0.984226644039154, 1.0888018608093262, 1.4373857975006104, 1.3502397537231445, 1.5768193006515503, 1.646536111831665, 1.489673376083374, 1.315381407737732, 1.5245317220687866, 1.6813944578170776, 1.942832350730896, 1.646536111831665, 2.117124319076538, 1.8382571935653687, 1.8208279609680176, 1.8905447721481323, 1.9776906967163086, 2.047407388687134, 2.1345534324645996, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.489673376083374, 1.1410894393920898, 0.16505448520183563, -0.9329847693443298, -1.5255773067474365, -1.5604356527328491, -1.5255773067474365, -1.5081480741500854, -1.5778648853302002, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.490718960762024, -1.089847445487976, -0.27067533135414124, 0.7576471567153931, 0.13019609451293945, 0.13019609451293945, 0.513638436794281, 0.9667974710464478, 1.0016558170318604, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.2282354831695557, 1.4373857975006104, 1.8208279609680176, 1.5768193006515503, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 1.646536111831665, 1.5071024894714355, 1.6988236904144287, 1.5071024894714355, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.489673376083374, 1.646536111831665, 2.1868410110473633, 2.27398681640625, 1.8556864261627197, 2.047407388687134, 2.0648367404937744, 2.5702831745147705, 2.3262743949890137], [1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1410894393920898, 1.0190850496292114, 0.9319390654563904, 0.8970807194709778, 0.7750763297080994, 0.8099347352981567, 1.629106879234314, 2.117124319076538, 2.0299782752990723, 1.5245317220687866, 1.1236603260040283, 1.3850982189178467, 1.960261583328247, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.3262743949890137, 2.27398681640625, 2.1694118976593018, 2.151982545852661, 1.489673376083374, 0.16505448520183563, 0.1999128758907318, -0.04409583657979965, -0.42753809690475464, -0.7586928009986877, -0.9678431153297424, -0.6715468168258667, 0.02562093921005726, 0.7925055623054504, 1.2282354831695557, 0.8796514868736267, 0.28705883026123047, 2.3262743949890137, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.5354247093200684, 2.5005664825439453, 2.395991325378418, 2.0648367404937744, -0.026666639372706413, -0.4972548484802246, -0.18352937698364258, -0.6541175842285156, -0.8284096121788025, -0.9155555367469788, 0.7925055623054504, 1.8556864261627197, 1.6813944578170776, 0.18248367309570312, -1.0549890995025635, -0.8284096121788025, 1.4373857975006104, 2.4482789039611816, 2.517995595932007, 2.4482789039611816, 2.3437037467956543, 1.2282354831695557, -0.27067533135414124, -0.23581695556640625, 0.600784420967102, 1.2979521751403809, 0.8099347352981567, -0.532113254070282, 1.0016558170318604, 2.4482789039611816, 2.4482789039611816, 2.4482789039611816, 2.395991325378418, 2.4482789039611816, 2.5005664825439453, 2.0125491619110107, 0.7750763297080994, 1.8208279609680176, 2.308845281600952, 2.6399998664855957, 2.0125491619110107, -0.009237446822226048, -0.44496726989746094, 2.1868410110473633, 2.0996949672698975, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.6639652252197266, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.5419609546661377, 1.489673376083374, 1.489673376083374, 1.1410894393920898, 1.3850982189178467, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.332810640335083, 1.315381407737732, 1.4548149108886719, 1.071372628211975, 1.5419609546661377, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2456645965576172, 1.3676689863204956, 1.3676689863204956, 1.2456645965576172, 0.9319390654563904, 1.2108062505722046, 1.646536111831665, 1.4025273323059082, 1.315381407737732, 0.984226644039154, 1.2282354831695557, 1.0016558170318604, 0.7576471567153931, 0.984226644039154, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.8796514868736267, 0.5659260153770447, 1.315381407737732, 0.44392168521881104, 0.9145098924636841, 0.9667974710464478, 0.8622223138809204, 1.2979521751403809, 1.1062309741973877, 1.175947904586792, 1.332810640335083, 1.332810640335083, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.6988236904144287, 2.0299782752990723, 2.1345534324645996, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 2.2565577030181885, 2.0299782752990723, 1.9079740047454834, 2.082265853881836, 1.925403118133545, 1.489673376083374, 1.315381407737732, -0.601830005645752, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5778648853302002, -1.5778648853302002, -1.490718960762024, -1.4732897281646729, -0.9678431153297424, -0.8806971907615662, 0.8447931408882141, 0.2522004544734955, 0.5484968423843384, 1.2979521751403809, 1.8382571935653687, 1.053943395614624, 1.315381407737732, 1.4548149108886719, 1.2630938291549683, 1.0190850496292114, 0.9319390654563904, 1.0365142822265625, 1.2108062505722046, 1.6639652252197266, 1.8556864261627197, 1.6813944578170776, 1.9951199293136597, 1.8208279609680176, 1.2805230617523193, 1.3502397537231445, 1.785969614982605, 1.960261583328247, 1.785969614982605, 1.629106879234314, 1.315381407737732, 1.7336820363998413, 1.960261583328247, 1.8556864261627197, 1.9079740047454834, 2.4482789039611816, 2.622570753097534, 2.361132860183716], [1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.9145098924636841, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.6813944578170776, 2.3785619735717773, 2.27398681640625, 1.925403118133545, 0.984226644039154, 1.175947904586792, 1.785969614982605, 2.151982545852661, 2.27398681640625, 2.308845281600952, 2.2914161682128906, 2.1694118976593018, 1.942832350730896, 2.117124319076538, 1.925403118133545, 0.6879304051399231, 0.42649248242378235, 0.5833552479743958, 0.11276690661907196, -0.8284096121788025, -1.0724183320999146, -1.1944226026535034, -1.0027015209197998, -0.1312417984008789, 1.0016558170318604, 1.646536111831665, 2.3437037467956543, 2.4482789039611816, 2.430849552154541, 2.517995595932007, 2.552854061126709, 2.517995595932007, 1.5071024894714355, -0.4798256754875183, -1.1944226026535034, -0.9678431153297424, 0.600784420967102, 0.7576471567153931, -0.3229629397392273, -1.0201307535171509, -0.21838775277137756, 1.2979521751403809, 0.9667974710464478, -0.25324615836143494, -1.1072766780853271, -0.3578213155269623, 1.5942485332489014, 2.1868410110473633, 2.204270124435425, 1.785969614982605, -0.18352937698364258, -1.1944226026535034, -1.0724183320999146, 1.4548149108886719, 2.430849552154541, 2.5005664825439453, 2.3437037467956543, 1.960261583328247, 0.513638436794281, 0.9667974710464478, 1.925403118133545, 2.1694118976593018, 2.204270124435425, 2.2914161682128906, 2.395991325378418, 2.552854061126709, 2.517995595932007, 2.430849552154541, 1.4025273323059082, 0.513638436794281, 0.1999128758907318, -0.1486709862947464, 1.2282354831695557, 1.9951199293136597, 1.803398847579956, 1.7162528038024902, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.611677646636963, 1.646536111831665, 1.785969614982605, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.1410894393920898, 1.2456645965576172, 1.3502397537231445, 1.4373857975006104, 1.2630938291549683, 1.2456645965576172, 1.3502397537231445, 1.2979521751403809, 1.5942485332489014, 1.4373857975006104, 1.1933770179748535, 1.5942485332489014, 1.3850982189178467, 1.1933770179748535, 1.4199565649032593, 1.2108062505722046, 1.3502397537231445, 1.0016558170318604, 1.2456645965576172, 1.3850982189178467, 1.4025273323059082, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2456645965576172, 1.158518671989441, 0.984226644039154, 1.158518671989441, 1.2282354831695557, 1.071372628211975, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.0365142822265625, 0.9493682980537415, 1.053943395614624, 0.9145098924636841, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.332810640335083, 1.4199565649032593, 1.5768193006515503, 1.3676689863204956, 1.3502397537231445, 1.7336820363998413, 1.803398847579956, 2.082265853881836, 1.7511112689971924, 1.8382571935653687, 1.8731155395507812, 2.1868410110473633, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 2.047407388687134, 1.8556864261627197, 1.8556864261627197, 1.0888018608093262, -0.8458387851715088, -1.3164269924163818, -1.4732897281646729, -1.5255773067474365, -1.5255773067474365, -1.5604356527328491, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5952941179275513, -1.5952941179275513, -1.403572916984558, -0.37525051832199097, -0.4798256754875183, -0.2881045341491699, -0.07895421981811523, 1.5768193006515503, 1.472244143486023, 2.117124319076538, 2.465708017349243, 1.4025273323059082, 1.785969614982605, 1.5419609546661377, 1.8208279609680176, 1.3676689863204956, 1.0190850496292114, 0.5310676693916321, 1.071372628211975, 1.6639652252197266, 1.7162528038024902, 1.646536111831665, 2.239128589630127, 1.5942485332489014, 1.071372628211975, 1.4373857975006104, 2.0648367404937744, 1.803398847579956, 1.925403118133545, 1.6988236904144287, 1.332810640335083, 1.4548149108886719, 1.942832350730896, 1.942832350730896, 2.0648367404937744, 2.204270124435425, 2.5702831745147705, 2.3437037467956543], [1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.1933770179748535, 1.0888018608093262, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7402179837226868, 0.8099347352981567, 1.6988236904144287, 2.3437037467956543, 2.3785619735717773, 1.942832350730896, 1.1236603260040283, 1.175947904586792, 1.6639652252197266, 2.0648367404937744, 1.8556864261627197, 1.3850982189178467, 0.07790851593017578, -0.8458387851715088, -0.8981263637542725, -0.8632679581642151, -0.9852723479270935, -1.0027015209197998, -0.3229629397392273, 0.5484968423843384, 1.0016558170318604, 0.4962092638015747, -0.44496726989746094, -1.0549890995025635, -1.3512853384017944, -1.1421350240707397, -0.619259238243103, 1.5593900680541992, 2.361132860183716, 2.5354247093200684, 2.5354247093200684, 2.3437037467956543, 1.1410894393920898, -0.21838775277137756, -0.6366884112358093, -1.089847445487976, -1.0549890995025635, -0.20095856487751007, -0.37525051832199097, -1.2292810678482056, -1.1072766780853271, 0.513638436794281, 1.6988236904144287, 0.984226644039154, -0.42753809690475464, -0.7238344550132751, 0.5310676693916321, 1.8731155395507812, 1.8208279609680176, 1.0016558170318604, -0.1486709862947464, -0.9155555367469788, -0.9155555367469788, 0.7227887511253357, 2.27398681640625, 2.3437037467956543, 2.308845281600952, 2.3437037467956543, 1.3502397537231445, -0.688975989818573, -0.7586928009986877, 0.9667974710464478, 2.5354247093200684, 2.4831371307373047, 2.4482789039611816, 2.5702831745147705, 2.430849552154541, 2.5354247093200684, 2.622570753097534, 0.5659260153770447, -0.4798256754875183, -0.9504139423370361, 0.6530719995498657, 1.5419609546661377, 1.7511112689971924, 1.646536111831665, 1.8731155395507812, 1.785969614982605, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.4025273323059082, 1.4025273323059082, 1.6639652252197266, 1.4025273323059082, 1.7511112689971924, 1.5593900680541992, 1.3502397537231445, 1.5768193006515503, 1.315381407737732, 1.4025273323059082, 1.3676689863204956, 1.5768193006515503, 1.2456645965576172, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.315381407737732, 1.2630938291549683, 1.646536111831665, 1.2108062505722046, 1.1933770179748535, 1.2979521751403809, 1.2108062505722046, 1.1410894393920898, 1.315381407737732, 1.2282354831695557, 1.0016558170318604, 1.053943395614624, 1.489673376083374, 1.4199565649032593, 1.4025273323059082, 1.1933770179748535, 0.8970807194709778, 0.9319390654563904, 1.0365142822265625, 1.0190850496292114, 0.9145098924636841, 1.1410894393920898, 1.0190850496292114, 1.071372628211975, 1.0016558170318604, 0.7576471567153931, 1.158518671989441, 1.0888018608093262, 1.3502397537231445, 1.158518671989441, 1.2456645965576172, 1.3502397537231445, 1.4548149108886719, 1.489673376083374, 1.5593900680541992, 1.4199565649032593, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 2.0648367404937744, 1.785969614982605, 2.0125491619110107, 2.082265853881836, 2.0648367404937744, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2108062505722046, -1.1247059106826782, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.5430065393447876, -1.5778648853302002, -1.5778648853302002, -1.6301524639129639, -1.5604356527328491, -1.5604356527328491, -1.1247059106826782, -0.7935512065887451, -0.6715468168258667, 1.7511112689971924, 1.9951199293136597, 2.1345534324645996, 2.204270124435425, 1.8905447721481323, 2.27398681640625, 1.8905447721481323, 1.8382571935653687, 1.611677646636963, 1.6813944578170776, 1.5768193006515503, 1.0888018608093262, 1.4548149108886719, 1.2282354831695557, 1.2805230617523193, 1.7511112689971924, 1.6988236904144287, 2.117124319076538, 1.4025273323059082, 1.9776906967163086, 1.5768193006515503, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.6813944578170776, 1.960261583328247, 1.8556864261627197, 1.960261583328247, 2.2216994762420654, 2.622570753097534, 2.3437037467956543], [1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.1933770179748535, 1.0888018608093262, 1.0365142822265625, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 1.5593900680541992, 2.204270124435425, 2.361132860183716, 2.082265853881836, 1.071372628211975, 0.008191745728254318, -0.688975989818573, -0.9504139423370361, -1.0201307535171509, -1.0724183320999146, -1.1944226026535034, -1.2641394138336182, -1.2815686464309692, -1.4210021495819092, -1.4732897281646729, -1.4210021495819092, -1.3164269924163818, -0.7761220335960388, 0.1999128758907318, 1.0016558170318604, 1.053943395614624, 0.30448800325393677, -0.8632679581642151, -1.2641394138336182, -1.176993489265442, 1.4373857975006104, 2.517995595932007, 2.2216994762420654, 1.611677646636963, -0.6541175842285156, -0.8284096121788025, -0.688975989818573, -0.8632679581642151, -0.9329847693443298, 0.16505448520183563, 0.984226644039154, 0.7576471567153931, -0.5495424270629883, -0.41010889410972595, -0.11381260305643082, -1.0027015209197998, -1.403572916984558, -0.7412636280059814, 1.646536111831665, 1.7162528038024902, 1.2805230617523193, 0.30448800325393677, -0.07895421981811523, 1.6988236904144287, 1.7511112689971924, 1.1933770179748535, 0.7750763297080994, 0.9319390654563904, 0.5659260153770447, -0.42753809690475464, -1.1944226026535034, -1.246710181236267, 1.489673376083374, 2.6399998664855957, 2.622570753097534, 2.552854061126709, 2.5702831745147705, 2.517995595932007, 2.5005664825439453, 2.6399998664855957, 1.4199565649032593, 0.670501172542572, -0.9329847693443298, 0.4962092638015747, 1.9951199293136597, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.5071024894714355, 1.5419609546661377, 1.3850982189178467, 1.5593900680541992, 1.7336820363998413, 1.2979521751403809, 1.3676689863204956, 1.646536111831665, 1.7336820363998413, 1.4548149108886719, 1.5942485332489014, 1.1933770179748535, 1.8208279609680176, 1.4199565649032593, 1.5071024894714355, 1.4025273323059082, 1.5768193006515503, 1.6988236904144287, 1.6813944578170776, 1.2805230617523193, 1.1062309741973877, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.5593900680541992, 1.175947904586792, 1.315381407737732, 1.2108062505722046, 0.8622223138809204, 1.2282354831695557, 1.1236603260040283, 1.1933770179748535, 1.315381407737732, 1.4199565649032593, 1.158518671989441, 1.2456645965576172, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.5484968423843384, 0.984226644039154, 0.6879304051399231, 0.9493682980537415, 0.5310676693916321, 0.8970807194709778, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.4373857975006104, 1.175947904586792, 1.1933770179748535, 1.332810640335083, 1.2108062505722046, 1.5942485332489014, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.8208279609680176, 1.8905447721481323, 1.646536111831665, 2.082265853881836, 2.0125491619110107, 1.8905447721481323, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.8556864261627197, -0.18352937698364258, -1.4210021495819092, -1.5081480741500854, -1.5255773067474365, -1.5778648853302002, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -0.6715468168258667, -0.8981263637542725, 1.332810640335083, 0.7227887511253357, 0.8622223138809204, 1.925403118133545, 2.361132860183716, 2.1345534324645996, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.047407388687134, 1.8382571935653687, 1.5768193006515503, 1.803398847579956, 1.158518671989441, 0.6530719995498657, 0.9667974710464478, 1.175947904586792, 1.803398847579956, 1.6639652252197266, 1.960261583328247, 1.315381407737732, 2.1345534324645996, 1.5942485332489014, 1.6988236904144287, 1.803398847579956, 1.8905447721481323, 1.611677646636963, 1.611677646636963, 1.7336820363998413, 2.1345534324645996, 1.942832350730896, 1.9951199293136597, 2.2565577030181885, 2.5702831745147705, 2.3262743949890137], [1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.629106879234314, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.1933770179748535, 1.1410894393920898, 1.0888018608093262, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.827363908290863, 1.4373857975006104, 2.151982545852661, 2.4482789039611816, 1.960261583328247, 0.3916339874267578, 0.1999128758907318, -0.06152502819895744, -0.532113254070282, -0.8981263637542725, -1.176993489265442, -1.333856225013733, -1.403572916984558, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, -1.6127232313156128, -1.6127232313156128, -1.6301524639129639, -1.403572916984558, -0.688975989818573, 0.42649248242378235, 1.2282354831695557, 0.827363908290863, -0.21838775277137756, -0.9504139423370361, 0.7227887511253357, 1.8905447721481323, 0.4613508880138397, -0.9329847693443298, -0.688975989818573, -0.20095856487751007, -0.27067533135414124, -0.7761220335960388, -0.4972548484802246, 0.28705883026123047, 0.30448800325393677, -0.5669716596603394, 0.28705883026123047, 1.2108062505722046, 0.8796514868736267, -0.41010889410972595, -0.3403921127319336, 0.5484968423843384, -0.1661001741886139, -0.9329847693443298, -1.2118518352508545, 0.5310676693916321, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.35677558183670044, 1.5245317220687866, 1.4373857975006104, 0.3916339874267578, -0.7412636280059814, 0.8447931408882141, 2.204270124435425, 2.552854061126709, 2.5354247093200684, 2.517995595932007, 2.5702831745147705, 2.622570753097534, 1.2282354831695557, 1.611677646636963, 0.7925055623054504, -1.0549890995025635, -0.3229629397392273, 2.1694118976593018, 2.3785619735717773, 2.151982545852661, 2.2565577030181885, 1.2456645965576172, 1.158518671989441, 1.3850982189178467, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.5245317220687866, 1.332810640335083, 1.4548149108886719, 1.646536111831665, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.5245317220687866, 1.646536111831665, 1.4199565649032593, 1.472244143486023, 1.7336820363998413, 1.629106879234314, 1.3850982189178467, 1.2805230617523193, 1.071372628211975, 1.175947904586792, 0.9667974710464478, 1.175947904586792, 0.9667974710464478, 0.9145098924636841, 0.7402179837226868, 1.1410894393920898, 0.9319390654563904, 0.8099347352981567, 1.472244143486023, 1.472244143486023, 1.3502397537231445, 1.2108062505722046, 1.0190850496292114, 1.0888018608093262, 0.8447931408882141, 0.8622223138809204, 1.0365142822265625, 1.2456645965576172, 1.315381407737732, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.670501172542572, 1.071372628211975, 0.7925055623054504, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 0.827363908290863, 1.053943395614624, 1.2108062505722046, 1.5593900680541992, 1.5071024894714355, 1.2630938291549683, 1.489673376083374, 1.7336820363998413, 1.7336820363998413, 1.942832350730896, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 1.9776906967163086, 2.0996949672698975, 1.9951199293136597, 2.0125491619110107, 2.082265853881836, 1.768540382385254, 1.053943395614624, -0.8806971907615662, -1.3861438035964966, -1.5778648853302002, -1.5604356527328491, -1.5778648853302002, -1.5255773067474365, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.5255773067474365, -1.5081480741500854, -1.3512853384017944, -0.42753809690475464, 0.42649248242378235, 1.1933770179748535, 2.1694118976593018, 1.803398847579956, 2.27398681640625, 0.9493682980537415, 2.2216994762420654, 2.151982545852661, 2.2565577030181885, 2.151982545852661, 2.1345534324645996, 2.3437037467956543, 1.8731155395507812, 2.2914161682128906, 0.6879304051399231, 0.5484968423843384, 0.7925055623054504, 1.332810640335083, 1.5245317220687866, 1.6988236904144287, 1.6639652252197266, 1.5245317220687866, 2.0299782752990723, 1.5593900680541992, 1.7511112689971924, 1.942832350730896, 1.5768193006515503, 1.8905447721481323, 1.7162528038024902, 1.5593900680541992, 1.332810640335083, 2.151982545852661, 2.0648367404937744, 1.9951199293136597, 2.552854061126709, 2.3437037467956543], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.071372628211975, 1.0016558170318604, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 1.315381407737732, 2.082265853881836, 2.4482789039611816, 2.1868410110473633, 1.960261583328247, 1.175947904586792, 0.7053595781326294, 0.6356428265571594, 0.4090631604194641, -0.3403921127319336, -1.0375598669052124, -1.4210021495819092, -1.5430065393447876, -1.6127232313156128, -1.6650108098983765, -1.7172983884811401, -1.7347276210784912, -1.7172983884811401, -1.7347276210784912, -1.6127232313156128, -1.2989977598190308, -0.3403921127319336, 1.0016558170318604, 1.158518671989441, 0.28705883026123047, -0.39267969131469727, -1.089847445487976, -1.176993489265442, -0.9329847693443298, -0.532113254070282, -0.18352937698364258, -0.1486709862947464, 0.0430501289665699, 0.3916339874267578, 0.5833552479743958, -0.11381260305643082, -0.09638340771198273, 0.44392168521881104, 0.513638436794281, -0.619259238243103, -0.5146840810775757, 1.175947904586792, 0.5833552479743958, -0.4972548484802246, -1.0027015209197998, 0.1999128758907318, 0.5310676693916321, -0.5495424270629883, -1.0549890995025635, -0.619259238243103, 1.5768193006515503, 1.8208279609680176, 1.646536111831665, 1.158518671989441, 2.361132860183716, 2.517995595932007, 2.5005664825439453, 2.4831371307373047, 2.465708017349243, 2.517995595932007, 2.308845281600952, 0.7402179837226868, 0.33934640884399414, -0.5844008326530457, -1.0027015209197998, 0.11276690661907196, 1.960261583328247, 1.7336820363998413, 1.925403118133545, 1.629106879234314, 0.5310676693916321, 0.9493682980537415, 1.5768193006515503, 1.3850982189178467, 0.9319390654563904, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.4373857975006104, 1.175947904586792, 1.5245317220687866, 1.5942485332489014, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.472244143486023, 1.8731155395507812, 1.053943395614624, 1.472244143486023, 1.2282354831695557, 1.2282354831695557, 1.053943395614624, 0.9145098924636841, 0.9493682980537415, 1.0365142822265625, 0.984226644039154, 1.053943395614624, 1.175947904586792, 1.2805230617523193, 1.1062309741973877, 1.175947904586792, 1.0016558170318604, 1.1410894393920898, 1.315381407737732, 1.315381407737732, 1.1062309741973877, 0.8970807194709778, 0.9667974710464478, 0.6879304051399231, 1.053943395614624, 0.827363908290863, 1.1410894393920898, 1.158518671989441, 1.1062309741973877, 0.7576471567153931, 0.9319390654563904, 0.8622223138809204, 0.9667974710464478, 1.1933770179748535, 0.9319390654563904, 1.0016558170318604, 1.175947904586792, 0.827363908290863, 1.175947904586792, 1.0365142822265625, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.489673376083374, 1.611677646636963, 1.8382571935653687, 1.646536111831665, 1.6639652252197266, 1.925403118133545, 2.0299782752990723, 1.960261583328247, 1.8731155395507812, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 1.6988236904144287, 1.489673376083374, -0.9329847693443298, -1.2292810678482056, -1.4558604955673218, -1.5430065393447876, -1.5952941179275513, -1.5604356527328491, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5255773067474365, -1.4732897281646729, -1.490718960762024, -1.3687145709991455, -1.0027015209197998, 0.18248367309570312, 1.768540382385254, 1.2979521751403809, 2.0299782752990723, 2.1694118976593018, 2.3262743949890137, 1.9079740047454834, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.27398681640625, 2.2565577030181885, 2.3262743949890137, 2.0125491619110107, 1.1933770179748535, 1.1933770179748535, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.5245317220687866, 2.0996949672698975, 1.5593900680541992, 1.803398847579956, 2.0996949672698975, 1.803398847579956, 1.2630938291549683, 2.0299782752990723, 1.7162528038024902, 1.611677646636963, 2.517995595932007, 2.361132860183716], [1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.8796514868736267, 0.8099347352981567, 0.7576471567153931, 0.7402179837226868, 0.8970807194709778, 1.2979521751403809, 2.0125491619110107, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.0996949672698975, 1.1236603260040283, 0.513638436794281, 0.7576471567153931, 0.8796514868736267, 0.7053595781326294, 0.008191745728254318, -0.8632679581642151, -1.246710181236267, -1.490718960762024, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.6824400424957275, -1.6650108098983765, -1.5952941179275513, -0.8806971907615662, 0.3742047846317291, 1.2282354831695557, 1.0016558170318604, -0.11381260305643082, -0.9678431153297424, -1.2641394138336182, -1.1595642566680908, -0.5844008326530457, 0.02562093921005726, -0.06152502819895744, 0.6530719995498657, 0.35677558183670044, 0.4090631604194641, 0.6879304051399231, 0.9493682980537415, 0.16505448520183563, -0.42753809690475464, 0.32191720604896545, 0.30448800325393677, -0.4972548484802246, -0.8981263637542725, -0.1486709862947464, -0.04409583657979965, -1.1595642566680908, -1.3687145709991455, -0.2881045341491699, 1.2979521751403809, 1.3676689863204956, 0.5833552479743958, -0.2881045341491699, 0.5833552479743958, 2.517995595932007, 2.552854061126709, 2.517995595932007, 2.6051416397094727, 2.587712287902832, -1.0027015209197998, -1.089847445487976, 1.5942485332489014, 2.082265853881836, 2.204270124435425, 2.2216994762420654, 0.6182135939598083, -0.25324615836143494, 1.489673376083374, 1.8731155395507812, 1.6813944578170776, 1.7162528038024902, 1.1933770179748535, 0.5484968423843384, 0.6530719995498657, 1.472244143486023, 1.1410894393920898, 1.2282354831695557, 1.175947904586792, 1.611677646636963, 1.5942485332489014, 1.6639652252197266, 1.5593900680541992, 1.629106879234314, 1.2282354831695557, 1.5942485332489014, 1.2108062505722046, 1.2456645965576172, 1.5942485332489014, 1.158518671989441, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.2456645965576172, 1.1062309741973877, 1.2282354831695557, 1.4548149108886719, 1.4373857975006104, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.315381407737732, 0.9319390654563904, 0.984226644039154, 1.3502397537231445, 1.0365142822265625, 0.7750763297080994, 1.0888018608093262, 1.3502397537231445, 1.3850982189178467, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 0.8622223138809204, 1.1062309741973877, 1.0190850496292114, 1.1236603260040283, 0.8970807194709778, 0.6879304051399231, 1.1410894393920898, 1.175947904586792, 1.0190850496292114, 1.053943395614624, 0.9319390654563904, 1.2979521751403809, 1.053943395614624, 1.071372628211975, 1.611677646636963, 1.5071024894714355, 1.472244143486023, 1.646536111831665, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.8556864261627197, 1.9951199293136597, 2.0648367404937744, 1.960261583328247, 1.8905447721481323, 2.082265853881836, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 0.008191745728254318, -1.1595642566680908, -1.4384313821792603, -1.5604356527328491, -1.6127232313156128, -1.5952941179275513, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.4732897281646729, -1.4732897281646729, -1.4732897281646729, -1.4210021495819092, -1.2641394138336182, -0.3578213155269623, -0.9329847693443298, 0.16505448520183563, 1.6813944578170776, 2.2216994762420654, 1.960261583328247, 1.803398847579956, 2.3262743949890137, 2.3785619735717773, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.0996949672698975, 2.239128589630127, 2.1868410110473633, 2.0996949672698975, 0.4962092638015747, 2.0648367404937744, 1.768540382385254, 1.5593900680541992, 1.629106879234314, 1.2630938291549683, 1.5593900680541992, 1.4025273323059082, 2.0125491619110107, 1.768540382385254, 2.047407388687134, 1.7511112689971924, 2.117124319076538, 1.9951199293136597, 1.4373857975006104, 1.489673376083374, 2.239128589630127, 1.8905447721481323, 1.1062309741973877, 2.4134204387664795, 2.3437037467956543], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.8970807194709778, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.8099347352981567, 1.1410894393920898, 1.8208279609680176, 2.3262743949890137, 2.308845281600952, 2.2216994762420654, 2.1345534324645996, 1.9776906967163086, 1.071372628211975, 0.35677558183670044, 0.4613508880138397, 0.9319390654563904, 1.1933770179748535, 1.0190850496292114, 0.16505448520183563, -0.6366884112358093, -1.1595642566680908, -1.3512853384017944, -1.6824400424957275, -1.6301524639129639, -1.6301524639129639, -1.5778648853302002, -1.6301524639129639, -1.6998692750930786, -1.2815686464309692, 0.2347712516784668, 1.175947904586792, 1.3676689863204956, 0.6879304051399231, -0.5844008326530457, -1.2641394138336182, -1.5081480741500854, -1.1072766780853271, -0.21838775277137756, 0.28705883026123047, 0.600784420967102, 0.2173420637845993, 0.3742047846317291, 0.16505448520183563, 0.478780061006546, 1.2805230617523193, 1.2805230617523193, -0.07895421981811523, -0.8981263637542725, 0.0430501289665699, 0.7053595781326294, 0.33934640884399414, -0.41010889410972595, -0.532113254070282, 0.16505448520183563, -0.39267969131469727, -1.4384313821792603, -0.9852723479270935, 0.8447931408882141, 2.6051416397094727, 2.395991325378418, 2.4134204387664795, 2.5354247093200684, 2.27398681640625, -1.5604356527328491, -0.8806971907615662, 1.5419609546661377, 2.1868410110473633, 2.204270124435425, 1.4373857975006104, -1.0724183320999146, -0.37525051832199097, 2.27398681640625, 2.1868410110473633, 2.2216994762420654, 2.082265853881836, 2.2914161682128906, 0.2173420637845993, 0.42649248242378235, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.6988236904144287, 1.4199565649032593, 1.4199565649032593, 1.1236603260040283, 1.4025273323059082, 1.6988236904144287, 1.4548149108886719, 1.5768193006515503, 1.175947904586792, 0.9493682980537415, 1.0016558170318604, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.5245317220687866, 1.332810640335083, 1.5419609546661377, 1.315381407737732, 1.472244143486023, 1.3676689863204956, 1.315381407737732, 1.1062309741973877, 1.053943395614624, 1.175947904586792, 1.3676689863204956, 1.2282354831695557, 0.8099347352981567, 1.0016558170318604, 1.2456645965576172, 0.9319390654563904, 1.2456645965576172, 1.1410894393920898, 1.0190850496292114, 0.8622223138809204, 1.4548149108886719, 1.2456645965576172, 1.4199565649032593, 1.1236603260040283, 1.1236603260040283, 1.053943395614624, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.315381407737732, 0.9145098924636841, 1.053943395614624, 0.9145098924636841, 1.4548149108886719, 1.1062309741973877, 1.629106879234314, 1.4373857975006104, 1.5593900680541992, 1.5942485332489014, 1.785969614982605, 1.9079740047454834, 1.7162528038024902, 2.047407388687134, 2.082265853881836, 1.8731155395507812, 1.8905447721481323, 1.960261583328247, 2.082265853881836, 1.053943395614624, -0.6366884112358093, -1.403572916984558, -1.403572916984558, -1.5430065393447876, -1.5430065393447876, -1.5604356527328491, -1.490718960762024, -1.490718960762024, -1.3687145709991455, -1.403572916984558, -1.4732897281646729, -1.089847445487976, -1.1421350240707397, -0.8284096121788025, -0.04409583657979965, 1.768540382385254, -0.5146840810775757, 1.5419609546661377, 1.8382571935653687, 2.308845281600952, 2.1868410110473633, 2.2565577030181885, 2.308845281600952, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.3850982189178467, 2.047407388687134, 2.0299782752990723, 1.8382571935653687, 1.4199565649032593, 1.175947904586792, 1.5245317220687866, 1.5768193006515503, 1.7336820363998413, 2.1345534324645996, 2.2565577030181885, 1.8556864261627197, 1.9079740047454834, 2.1694118976593018, 1.960261583328247, 2.239128589630127, 1.8382571935653687, 1.8382571935653687, 1.5245317220687866, 2.239128589630127, 2.308845281600952], [1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 0.9319390654563904, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.8099347352981567, 0.8447931408882141, 1.1062309741973877, 1.785969614982605, 2.2565577030181885, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 1.9776906967163086, 1.2108062505722046, 0.5310676693916321, 0.42649248242378235, 0.4090631604194641, 0.7925055623054504, 1.2630938291549683, 1.1933770179748535, 0.2347712516784668, -0.7761220335960388, -1.2292810678482056, -1.4210021495819092, -1.5430065393447876, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5952941179275513, -1.1421350240707397, 0.32191720604896545, 1.1062309741973877, 1.5942485332489014, 1.158518671989441, 0.07790851593017578, -0.7238344550132751, -1.1944226026535034, -0.8806971907615662, -0.3578213155269623, -0.1312417984008789, 0.44392168521881104, 0.7227887511253357, 0.42649248242378235, 0.2173420637845993, 0.33934640884399414, -0.7412636280059814, -0.6541175842285156, 0.6530719995498657, 0.16505448520183563, -0.7412636280059814, -1.1421350240707397, -0.9504139423370361, 0.44392168521881104, 0.13019609451293945, -0.9155555367469788, -0.7586928009986877, 0.35677558183670044, 0.5484968423843384, 2.239128589630127, 2.3437037467956543, 2.465708017349243, 2.517995595932007, 0.5484968423843384, -0.23581695556640625, 0.478780061006546, 0.6356428265571594, 1.071372628211975, -0.06152502819895744, -1.176993489265442, -0.7935512065887451, 1.8731155395507812, 2.151982545852661, 2.117124319076538, 2.151982545852661, 1.489673376083374, -0.8284096121788025, 0.008191745728254318, 1.7162528038024902, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 1.489673376083374, 1.3502397537231445, 1.3502397537231445, 1.2456645965576172, 1.4373857975006104, 1.5768193006515503, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.175947904586792, 1.2979521751403809, 1.0365142822265625, 1.3850982189178467, 1.4199565649032593, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.0190850496292114, 1.5768193006515503, 1.4548149108886719, 1.332810640335083, 1.2630938291549683, 1.2979521751403809, 1.175947904586792, 1.2805230617523193, 1.2108062505722046, 0.8970807194709778, 1.175947904586792, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.0016558170318604, 1.2108062505722046, 1.175947904586792, 1.315381407737732, 1.1410894393920898, 0.984226644039154, 1.053943395614624, 1.1933770179748535, 1.158518671989441, 1.2108062505722046, 0.984226644039154, 1.053943395614624, 1.175947904586792, 0.7925055623054504, 1.0190850496292114, 1.2282354831695557, 0.7227887511253357, 1.5593900680541992, 1.5419609546661377, 1.3676689863204956, 1.5419609546661377, 1.5245317220687866, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 2.047407388687134, 2.082265853881836, 2.0996949672698975, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.9079740047454834, 0.42649248242378235, -1.0027015209197998, -1.403572916984558, -1.4732897281646729, -1.5430065393447876, -1.5430065393447876, -1.5255773067474365, -1.5430065393447876, -1.3861438035964966, -1.3512853384017944, -1.3687145709991455, -1.176993489265442, -1.1595642566680908, -0.11381260305643082, 1.0888018608093262, 1.0016558170318604, 0.984226644039154, 1.6813944578170776, -0.1661001741886139, 0.4962092638015747, 1.9079740047454834, 1.8731155395507812, 2.239128589630127, 2.204270124435425, 2.2565577030181885, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 2.1868410110473633, 2.3437037467956543, 2.1868410110473633, 2.27398681640625, 2.082265853881836, 2.0996949672698975, 1.942832350730896, 1.5071024894714355, 1.0888018608093262, 1.5942485332489014, 1.2456645965576172, 1.4373857975006104, 1.7162528038024902, 2.1345534324645996, 1.9079740047454834, 2.0648367404937744, 2.0996949672698975, 2.1694118976593018, 2.361132860183716, 1.611677646636963, 1.8556864261627197, 2.0648367404937744, 2.2565577030181885, 2.3262743949890137], [1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4025273323059082, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.1236603260040283, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 1.053943395614624, 1.7336820363998413, 2.2216994762420654, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.1236603260040283, 0.5484968423843384, 0.6356428265571594, 0.4090631604194641, 0.18248367309570312, 0.8099347352981567, 1.3676689863204956, 1.1236603260040283, 0.0430501289665699, -0.9504139423370361, -1.2989977598190308, -1.403572916984558, -1.5255773067474365, -1.5952941179275513, -1.6998692750930786, -1.5081480741500854, -0.9504139423370361, 0.600784420967102, 1.2805230617523193, 1.4373857975006104, 1.5071024894714355, 0.670501172542572, -0.532113254070282, -1.1072766780853271, -1.0375598669052124, -0.3229629397392273, -0.1312417984008789, 0.18248367309570312, 0.8622223138809204, 1.2108062505722046, 0.3742047846317291, 0.0430501289665699, 0.670501172542572, 0.670501172542572, -0.532113254070282, -0.9678431153297424, -0.7761220335960388, -0.009237446822226048, 0.11276690661907196, -0.3578213155269623, -0.2881045341491699, 0.06047932058572769, -0.5844008326530457, -1.1595642566680908, 2.2914161682128906, 2.5354247093200684, 2.5354247093200684, 0.9145098924636841, 0.8622223138809204, 0.9667974710464478, -0.7412636280059814, -1.2989977598190308, 0.2347712516784668, 1.7336820363998413, 1.5071024894714355, 1.5419609546661377, 1.332810640335083, 0.0430501289665699, 0.06047932058572769, 0.14762529730796814, -1.0027015209197998, -0.9852723479270935, 0.8796514868736267, 0.9145098924636841, 1.2456645965576172, 1.1236603260040283, 1.3676689863204956, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.5245317220687866, 1.1236603260040283, 1.3502397537231445, 1.1933770179748535, 1.1410894393920898, 1.4199565649032593, 1.0888018608093262, 1.5245317220687866, 1.489673376083374, 1.332810640335083, 1.2630938291549683, 1.5942485332489014, 0.984226644039154, 1.6988236904144287, 1.4548149108886719, 1.3676689863204956, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.0190850496292114, 1.1236603260040283, 0.9145098924636841, 1.071372628211975, 0.8796514868736267, 0.9667974710464478, 0.827363908290863, 1.2979521751403809, 1.472244143486023, 1.3850982189178467, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1410894393920898, 1.2456645965576172, 0.6879304051399231, 0.2522004544734955, 0.35677558183670044, 0.6182135939598083, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.0365142822265625, 1.2630938291549683, 1.4199565649032593, 1.071372628211975, 1.4025273323059082, 1.4548149108886719, 1.8556864261627197, 1.6639652252197266, 1.925403118133545, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 1.803398847579956, 2.047407388687134, 1.8731155395507812, 1.1236603260040283, -0.21838775277137756, -0.07895421981811523, -1.3512853384017944, -1.4384313821792603, -1.5255773067474365, -1.5255773067474365, -1.5430065393447876, -1.490718960762024, -1.5081480741500854, -1.490718960762024, -1.333856225013733, -1.4210021495819092, -0.6541175842285156, -0.6366884112358093, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 0.8970807194709778, 2.430849552154541, 0.5484968423843384, -0.5495424270629883, 1.1236603260040283, 2.047407388687134, 2.082265853881836, 2.2216994762420654, 1.960261583328247, 1.942832350730896, 2.151982545852661, 2.0996949672698975, 2.1694118976593018, 2.151982545852661, 2.239128589630127, 2.2565577030181885, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 1.053943395614624, 0.9319390654563904, 1.2630938291549683, 0.9493682980537415, 1.3676689863204956, 1.6813944578170776, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.785969614982605, 2.27398681640625, 1.9776906967163086, 1.9079740047454834, 1.8382571935653687, 2.2216994762420654, 2.239128589630127, 2.3262743949890137], [1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.158518671989441, 1.0888018608093262, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.9145098924636841, 1.0190850496292114, 1.4548149108886719, 2.1694118976593018, 2.4831371307373047, 2.465708017349243, 2.3437037467956543, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.0648367404937744, 1.2805230617523193, 0.6356428265571594, 0.8622223138809204, 0.670501172542572, -0.2881045341491699, -0.1486709862947464, 0.827363908290863, 1.2630938291549683, 0.9667974710464478, 0.09533771127462387, -0.8109803795814514, -1.2641394138336182, -1.5778648853302002, -1.7695859670639038, -1.7521568536758423, -1.647581696510315, -0.7586928009986877, 0.8622223138809204, 1.472244143486023, 1.785969614982605, 1.6813944578170776, 1.315381407737732, 0.0430501289665699, -1.0549890995025635, -1.089847445487976, -0.601830005645752, -0.1661001741886139, 0.3916339874267578, 0.5484968423843384, 0.13019609451293945, 0.7576471567153931, 0.2522004544734955, -0.7064052224159241, 0.09533771127462387, 0.3916339874267578, -0.1312417984008789, -0.7412636280059814, -1.1072766780853271, -0.20095856487751007, 0.4090631604194641, 0.44392168521881104, -0.18352937698364258, 1.646536111831665, 2.2216994762420654, 2.308845281600952, 2.082265853881836, 0.7750763297080994, -0.009237446822226048, -1.6998692750930786, -1.5604356527328491, -0.23581695556640625, 2.117124319076538, 1.8731155395507812, 2.0648367404937744, 1.6813944578170776, -1.1072766780853271, -0.9504139423370361, 2.082265853881836, 2.239128589630127, 1.9951199293136597, 1.8731155395507812, 0.9493682980537415, 0.7053595781326294, 1.158518671989441, 1.175947904586792, 1.2979521751403809, 1.1236603260040283, 1.2282354831695557, 1.071372628211975, 1.2630938291549683, 1.3676689863204956, 0.9667974710464478, 1.3676689863204956, 0.8796514868736267, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 0.9145098924636841, 1.6639652252197266, 0.7750763297080994, 1.5942485332489014, 1.1236603260040283, 1.0888018608093262, 1.489673376083374, 1.2456645965576172, 1.3676689863204956, 1.315381407737732, 0.827363908290863, 1.2456645965576172, 1.1933770179748535, 1.0190850496292114, 0.984226644039154, 1.2456645965576172, 1.1062309741973877, 0.9667974710464478, 1.0016558170318604, 1.1236603260040283, 1.0365142822265625, 0.9319390654563904, 0.9319390654563904, 1.0888018608093262, 1.1933770179748535, 1.175947904586792, 1.053943395614624, 0.9667974710464478, 0.8622223138809204, 1.1410894393920898, 1.158518671989441, 0.8622223138809204, 1.053943395614624, 1.4025273323059082, 1.1410894393920898, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.5071024894714355, 1.6988236904144287, 1.768540382385254, 1.942832350730896, 1.7511112689971924, 2.117124319076538, 2.0299782752990723, 1.9951199293136597, 1.9776906967163086, 1.2630938291549683, -0.5844008326530457, -1.0201307535171509, -1.5430065393447876, -1.490718960762024, -1.490718960762024, -1.3512853384017944, -1.5081480741500854, -1.5255773067474365, -1.490718960762024, -1.5081480741500854, -1.3861438035964966, -1.3164269924163818, -0.9852723479270935, -0.2881045341491699, 1.315381407737732, 2.0996949672698975, 2.2914161682128906, 2.308845281600952, 1.8905447721481323, 2.430849552154541, 2.2216994762420654, -1.2118518352508545, -1.333856225013733, 0.4962092638015747, 2.117124319076538, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.1694118976593018, 2.0996949672698975, 2.2216994762420654, 2.2914161682128906, 1.8905447721481323, 2.361132860183716, 2.308845281600952, 1.315381407737732, 1.646536111831665, 1.3850982189178467, 1.6813944578170776, 1.2456645965576172, 1.5593900680541992, 1.7511112689971924, 1.8382571935653687, 2.204270124435425, 2.151982545852661, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 2.151982545852661, 2.3785619735717773, 2.2216994762420654, 2.3262743949890137], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2630938291549683, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.3850982189178467, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.27398681640625, 2.0648367404937744, 1.332810640335083, 0.6530719995498657, 0.6879304051399231, 0.8970807194709778, 0.2522004544734955, -0.601830005645752, -0.09638340771198273, 0.9145098924636841, 1.315381407737732, 0.6879304051399231, -0.3403921127319336, -0.9329847693443298, -1.2292810678482056, -1.4732897281646729, -1.5778648853302002, -1.4384313821792603, -0.6715468168258667, 0.8447931408882141, 1.5071024894714355, 1.6639652252197266, 1.646536111831665, 1.5768193006515503, 0.7053595781326294, -0.6715468168258667, -1.089847445487976, -0.688975989818573, -0.04409583657979965, 0.13019609451293945, 0.7402179837226868, 1.053943395614624, 0.7750763297080994, -0.1486709862947464, 0.2522004544734955, -0.06152502819895744, -1.0027015209197998, -1.1944226026535034, -0.5495424270629883, -0.3403921127319336, -0.4798256754875183, -0.8109803795814514, -0.23581695556640625, 2.3437037467956543, 2.430849552154541, 2.5702831745147705, 2.517995595932007, 2.6051416397094727, -0.7761220335960388, -1.4384313821792603, -0.39267969131469727, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 0.2522004544734955, -1.3512853384017944, -1.1595642566680908, 0.7053595781326294, 1.768540382385254, 1.6988236904144287, 1.6639652252197266, 1.2805230617523193, 0.2347712516784668, 0.6530719995498657, 1.2630938291549683, 0.5659260153770447, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.0365142822265625, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.7925055623054504, 1.3502397537231445, 0.8796514868736267, 1.3676689863204956, 1.175947904586792, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.7750763297080994, 0.4962092638015747, 1.175947904586792, 1.2282354831695557, 1.1236603260040283, 1.2456645965576172, 1.2282354831695557, 0.984226644039154, 1.175947904586792, 1.3850982189178467, 1.4373857975006104, 1.2282354831695557, 1.175947904586792, 0.8447931408882141, 0.984226644039154, 1.071372628211975, 0.7750763297080994, 0.478780061006546, 0.8622223138809204, 0.1999128758907318, 0.5484968423843384, 0.6879304051399231, 1.1410894393920898, 1.1933770179748535, 1.2805230617523193, 1.2630938291549683, 1.0365142822265625, 1.2979521751403809, 1.489673376083374, 1.315381407737732, 1.4199565649032593, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.8382571935653687, 1.942832350730896, 2.0299782752990723, 1.9079740047454834, 1.960261583328247, 1.803398847579956, 0.8099347352981567, -0.1486709862947464, -1.647581696510315, -1.5778648853302002, -1.647581696510315, -1.5604356527328491, -1.2641394138336182, -1.3164269924163818, -1.5255773067474365, -1.5081480741500854, -1.3861438035964966, -1.2815686464309692, -1.1247059106826782, -0.11381260305643082, 1.0016558170318604, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.27398681640625, 2.151982545852661, 2.3262743949890137, 2.4482789039611816, -0.44496726989746094, -1.333856225013733, -0.4623964726924896, -1.5778648853302002, -1.2641394138336182, 0.5833552479743958, 2.2216994762420654, 2.0648367404937744, 1.9951199293136597, 2.082265853881836, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.117124319076538, 2.3437037467956543, 2.395991325378418, 1.7162528038024902, 1.803398847579956, 1.646536111831665, 1.1236603260040283, 1.0190850496292114, 1.2630938291549683, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 2.1694118976593018, 2.1868410110473633, 1.8905447721481323, 1.7336820363998413, 1.9079740047454834, 2.552854061126709, 2.151982545852661, 2.151982545852661], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 1.0016558170318604, 1.7511112689971924, 2.27398681640625, 2.3785619735717773, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2216994762420654, 2.0125491619110107, 1.2979521751403809, 0.5659260153770447, 0.5659260153770447, 0.8622223138809204, 0.7227887511253357, -0.2881045341491699, -0.39267969131469727, 0.6530719995498657, 1.2282354831695557, 1.2630938291549683, 0.6879304051399231, -0.3578213155269623, -0.8981263637542725, -1.2641394138336182, -1.5255773067474365, -1.490718960762024, -0.8806971907615662, 0.5659260153770447, 1.2108062505722046, 1.4548149108886719, 1.5593900680541992, 1.7162528038024902, 1.071372628211975, -0.18352937698364258, -1.0027015209197998, -0.8981263637542725, -0.21838775277137756, 0.06047932058572769, 0.008191745728254318, 0.30448800325393677, 0.9667974710464478, 0.6530719995498657, -0.37525051832199097, -0.8109803795814514, -0.25324615836143494, -0.27067533135414124, -0.8458387851715088, -1.0375598669052124, -0.44496726989746094, -0.21838775277137756, 2.27398681640625, 2.5354247093200684, 2.517995595932007, 0.8970807194709778, -1.0724183320999146, -1.2815686464309692, 1.3676689863204956, 1.9776906967163086, 2.0125491619110107, 2.117124319076538, 0.8796514868736267, -0.8284096121788025, 1.2805230617523193, 1.925403118133545, 1.646536111831665, 0.2173420637845993, -0.21838775277137756, 0.6182135939598083, 0.6356428265571594, 0.984226644039154, 1.2805230617523193, 1.1062309741973877, 0.8622223138809204, 1.0190850496292114, 0.8970807194709778, 1.053943395614624, 1.053943395614624, 1.175947904586792, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 0.9319390654563904, 1.053943395614624, 0.7402179837226868, 1.2805230617523193, 1.0365142822265625, 0.670501172542572, 0.9319390654563904, 0.7053595781326294, 0.600784420967102, 0.9145098924636841, 0.8622223138809204, 0.9319390654563904, 0.8796514868736267, 1.0190850496292114, 1.0016558170318604, 0.8099347352981567, 1.0888018608093262, 1.1410894393920898, 0.8447931408882141, 0.6879304051399231, 1.0016558170318604, 0.3916339874267578, 0.02562093921005726, -0.20095856487751007, 0.32191720604896545, 0.30448800325393677, 0.16505448520183563, 0.5833552479743958, 0.4962092638015747, 0.5659260153770447, 0.3916339874267578, 0.8796514868736267, 0.6356428265571594, 0.6182135939598083, 1.0190850496292114, 1.332810640335083, 1.158518671989441, 1.2979521751403809, 1.5593900680541992, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.960261583328247, 2.0996949672698975, 1.9776906967163086, 1.8556864261627197, 2.0996949672698975, 1.768540382385254, 0.7925055623054504, -0.3229629397392273, -1.5604356527328491, -1.6301524639129639, -1.6127232313156128, -1.4732897281646729, -1.5604356527328491, -1.5255773067474365, -1.2989977598190308, -1.490718960762024, -1.4732897281646729, -1.2989977598190308, -0.9155555367469788, -0.41010889410972595, 0.984226644039154, 1.3850982189178467, 1.803398847579956, 2.0299782752990723, 2.465708017349243, 2.430849552154541, 2.308845281600952, 2.3262743949890137, 2.4831371307373047, 2.2914161682128906, -0.3403921127319336, -0.8284096121788025, -0.9852723479270935, -1.4210021495819092, -1.4210021495819092, -1.5430065393447876, -0.1312417984008789, 1.9776906967163086, 1.942832350730896, 2.2565577030181885, 2.0648367404937744, 2.1694118976593018, 2.27398681640625, 2.308845281600952, 2.2565577030181885, 2.1868410110473633, 2.047407388687134, 1.0365142822265625, 0.984226644039154, 1.1933770179748535, 1.5419609546661377, 1.9079740047454834, 2.1868410110473633, 2.2565577030181885, 2.5702831745147705, 1.9776906967163086, 1.8905447721481323, 1.942832350730896, 2.082265853881836, 2.6051416397094727, 2.1694118976593018, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 1.2805230617523193, 2.0125491619110107, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.1868410110473633, 2.0299782752990723, 1.332810640335083, 0.5310676693916321, 0.14762529730796814, 0.5484968423843384, 1.0190850496292114, 0.07790851593017578, -0.23581695556640625, 1.0016558170318604, 1.2456645965576172, 1.4373857975006104, 1.2979521751403809, 0.478780061006546, -0.601830005645752, -1.1072766780853271, -1.4558604955673218, -1.4384313821792603, -1.3164269924163818, -0.1661001741886139, 1.053943395614624, 1.3502397537231445, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 0.5310676693916321, -0.7761220335960388, -0.688975989818573, -0.23581695556640625, -0.1312417984008789, 0.42649248242378235, 0.30448800325393677, -0.18352937698364258, -0.532113254070282, -0.3055337369441986, -0.37525051832199097, -0.9329847693443298, -0.8284096121788025, -0.601830005645752, -0.5495424270629883, 2.2914161682128906, 2.204270124435425, 2.2565577030181885, 1.6639652252197266, -1.4384313821792603, -1.1944226026535034, 0.7576471567153931, 1.5942485332489014, 1.6639652252197266, 1.7162528038024902, -0.1486709862947464, -0.37525051832199097, 1.646536111831665, 2.0648367404937744, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, 1.6639652252197266, 1.332810640335083, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, 0.984226644039154, 1.053943395614624, 0.7925055623054504, 1.071372628211975, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 1.071372628211975, 1.0190850496292114, 0.8796514868736267, 0.6879304051399231, 0.7402179837226868, 0.9319390654563904, 0.7053595781326294, 0.6879304051399231, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 1.1062309741973877, 0.600784420967102, 1.0365142822265625, 0.827363908290863, 0.9145098924636841, 1.2456645965576172, 0.9145098924636841, 0.478780061006546, 0.8447931408882141, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.8622223138809204, 1.0016558170318604, 0.827363908290863, 1.0190850496292114, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.670501172542572, 0.984226644039154, 0.5659260153770447, 1.0016558170318604, 0.7402179837226868, 0.28705883026123047, 0.8622223138809204, 1.053943395614624, 1.071372628211975, 1.5768193006515503, 1.332810640335083, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.9079740047454834, 2.1694118976593018, 2.0996949672698975, 1.925403118133545, 1.3850982189178467, 0.827363908290863, 0.9145098924636841, -0.41010889410972595, -1.5778648853302002, -1.6301524639129639, -1.6824400424957275, -1.5952941179275513, -1.5430065393447876, -1.4732897281646729, -1.4732897281646729, -1.3687145709991455, -1.4732897281646729, -1.2989977598190308, -0.7412636280059814, -0.5844008326530457, 0.4090631604194641, 1.646536111831665, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.465708017349243, 2.082265853881836, 2.2914161682128906, 2.361132860183716, 2.2914161682128906, 0.7576471567153931, -1.1247059106826782, -1.4558604955673218, -1.4384313821792603, -1.403572916984558, -1.2292810678482056, -1.6998692750930786, -1.2292810678482056, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.151982545852661, 1.9951199293136597, 1.5768193006515503, 1.489673376083374, 1.3850982189178467, 1.8208279609680176, 1.6639652252197266, 2.0648367404937744, 1.7511112689971924, 1.5245317220687866, 2.2914161682128906, 1.8556864261627197, 2.117124319076538, 1.9079740047454834, 1.489673376083374, 2.2914161682128906, 2.151982545852661, 2.1345534324645996], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.646536111831665, 2.239128589630127, 2.361132860183716, 2.395991325378418, 2.4482789039611816, 2.430849552154541, 2.3262743949890137, 2.3785619735717773, 2.3262743949890137, 2.239128589630127, 2.27398681640625, 2.204270124435425, 2.151982545852661, 1.9079740047454834, 1.4025273323059082, 0.7227887511253357, -0.06152502819895744, 0.1999128758907318, 0.7576471567153931, 0.30448800325393677, 0.09533771127462387, 0.8447931408882141, 1.3850982189178467, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 0.09533771127462387, -0.8284096121788025, -1.1072766780853271, -1.4384313821792603, -1.246710181236267, -0.2881045341491699, 1.071372628211975, 1.332810640335083, 1.5245317220687866, 1.4548149108886719, 1.489673376083374, 1.1062309741973877, -0.39267969131469727, -0.2881045341491699, 0.0430501289665699, -0.04409583657979965, -0.619259238243103, -0.4972548484802246, 0.32191720604896545, 0.30448800325393677, -0.7412636280059814, -0.8109803795814514, -0.4972548484802246, -0.3229629397392273, 0.9319390654563904, 2.1694118976593018, 2.204270124435425, 2.517995595932007, 2.587712287902832, 1.332810640335083, -1.0724183320999146, 0.0430501289665699, 0.8970807194709778, 1.175947904586792, 0.16505448520183563, -0.37525051832199097, 1.1062309741973877, 1.9079740047454834, 1.4199565649032593, -0.8284096121788025, 0.600784420967102, 1.8208279609680176, 1.4025273323059082, 1.4548149108886719, 0.9493682980537415, 1.2630938291549683, 0.984226644039154, 0.8099347352981567, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 0.6182135939598083, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.0888018608093262, 0.6879304051399231, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.7750763297080994, 1.2805230617523193, 0.7053595781326294, 0.9667974710464478, 1.1236603260040283, 0.7227887511253357, 0.9145098924636841, 0.5659260153770447, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.053943395614624, 0.9493682980537415, 1.1933770179748535, 0.9667974710464478, 0.827363908290863, 0.9667974710464478, 0.8447931408882141, 1.1062309741973877, 1.1062309741973877, 0.9667974710464478, 1.1236603260040283, 1.2282354831695557, 1.1933770179748535, 0.44392168521881104, 0.0430501289665699, 1.053943395614624, 1.2456645965576172, 1.472244143486023, 1.0016558170318604, 1.3502397537231445, 1.175947904586792, 1.4199565649032593, 1.4548149108886719, 1.8556864261627197, 1.803398847579956, 1.6813944578170776, 1.8208279609680176, 2.0996949672698975, 1.768540382385254, 1.8905447721481323, 2.0648367404937744, 0.984226644039154, -0.3403921127319336, -1.4558604955673218, -1.5430065393447876, -1.6301524639129639, -1.6998692750930786, -1.7172983884811401, -1.5430065393447876, -1.5255773067474365, -1.4732897281646729, -1.403572916984558, -1.2292810678482056, -1.089847445487976, -0.8458387851715088, 0.2696296274662018, 1.6988236904144287, 2.0125491619110107, 2.3262743949890137, 2.082265853881836, 2.2565577030181885, 2.1345534324645996, 2.2216994762420654, 2.308845281600952, 2.3785619735717773, 2.0125491619110107, -0.5146840810775757, -1.4732897281646729, -1.4384313821792603, -1.333856225013733, -1.2118518352508545, -1.0549890995025635, -1.2641394138336182, -1.804444432258606, -0.5146840810775757, 1.6988236904144287, 2.3437037467956543, 2.0299782752990723, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 1.5245317220687866, 1.9079740047454834, 1.785969614982605, 1.925403118133545, 1.4373857975006104, 1.5942485332489014, 1.6813944578170776, 2.2216994762420654, 1.7336820363998413, 1.942832350730896, 1.942832350730896, 1.960261583328247, 2.082265853881836, 1.4373857975006104, 2.1345534324645996, 2.151982545852661, 2.117124319076538], [1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 1.1062309741973877, 1.7511112689971924, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.4134204387664795, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.2914161682128906, 2.2914161682128906, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 1.9079740047454834, 1.315381407737732, 0.7053595781326294, -0.18352937698364258, -0.23581695556640625, 0.3742047846317291, 0.3916339874267578, 0.7402179837226868, 1.2108062505722046, 1.3502397537231445, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.0888018608093262, -0.04409583657979965, -0.8284096121788025, -1.0375598669052124, -1.3861438035964966, -0.6541175842285156, 0.9493682980537415, 1.3676689863204956, 1.4025273323059082, 1.5071024894714355, 1.4548149108886719, 1.1062309741973877, 0.13019609451293945, 0.1999128758907318, -0.009237446822226048, -0.21838775277137756, -0.06152502819895744, 0.02562093921005726, -0.25324615836143494, -0.27067533135414124, -0.601830005645752, -0.688975989818573, -0.7935512065887451, 0.33934640884399414, 2.5005664825439453, 2.4831371307373047, 2.5354247093200684, 1.0365142822265625, -1.4384313821792603, 0.44392168521881104, 1.768540382385254, 1.8208279609680176, 1.803398847579956, 0.7750763297080994, -0.6541175842285156, 0.4090631604194641, 0.5659260153770447, -0.7935512065887451, -0.5146840810775757, 0.9493682980537415, 1.175947904586792, 1.1933770179748535, 0.9667974710464478, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.1236603260040283, 0.8970807194709778, 0.9145098924636841, 1.071372628211975, 0.9667974710464478, 0.7750763297080994, 0.7227887511253357, 0.6356428265571594, 0.7750763297080994, 0.8447931408882141, 0.8099347352981567, 0.984226644039154, 0.8622223138809204, 0.7750763297080994, 0.9493682980537415, 1.0190850496292114, 0.984226644039154, 0.8099347352981567, 0.9667974710464478, 0.8796514868736267, 1.053943395614624, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 0.827363908290863, 1.0190850496292114, 1.0016558170318604, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.7576471567153931, 0.5659260153770447, 0.8970807194709778, 0.7227887511253357, 0.8796514868736267, 1.0016558170318604, 1.2630938291549683, 0.9667974710464478, 1.175947904586792, 0.827363908290863, 0.7925055623054504, 1.0190850496292114, 1.2630938291549683, 1.315381407737732, 1.5768193006515503, 1.472244143486023, 1.785969614982605, 1.3850982189178467, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9951199293136597, 1.629106879234314, 1.472244143486023, -1.0724183320999146, -1.4732897281646729, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.5430065393447876, -1.5604356527328491, -1.4384313821792603, -1.2989977598190308, -1.3512853384017944, -0.27067533135414124, 0.13019609451293945, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 2.308845281600952, 2.3262743949890137, 2.3437037467956543, 2.465708017349243, 2.3785619735717773, 2.308845281600952, 2.239128589630127, 0.2347712516784668, -1.4384313821792603, -1.4210021495819092, -1.403572916984558, -1.3861438035964966, -0.4972548484802246, -1.3512853384017944, -1.7172983884811401, -1.5255773067474365, 1.4548149108886719, 1.8905447721481323, 2.1694118976593018, 1.960261583328247, 2.117124319076538, 2.1345534324645996, 1.5593900680541992, 2.1345534324645996, 1.611677646636963, 1.2108062505722046, 1.1410894393920898, 1.4199565649032593, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.9951199293136597, 2.308845281600952, 2.2216994762420654, 1.9951199293136597, 2.239128589630127, 2.0648367404937744, 2.0648367404937744, 2.082265853881836], [1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.9145098924636841, 1.175947904586792, 1.8556864261627197, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 1.8556864261627197, 1.1933770179748535, 0.9493682980537415, 0.11276690661907196, -0.5146840810775757, 0.2347712516784668, 0.4613508880138397, 0.670501172542572, 1.0365142822265625, 1.332810640335083, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.5768193006515503, 0.9319390654563904, -0.2881045341491699, -0.9504139423370361, -1.1072766780853271, -0.7412636280059814, 0.5833552479743958, 1.0365142822265625, 1.315381407737732, 1.4199565649032593, 1.2282354831695557, 0.984226644039154, 0.35677558183670044, 0.2347712516784668, -0.009237446822226048, -0.25324615836143494, -0.6366884112358093, -0.27067533135414124, -0.18352937698364258, -0.41010889410972595, -0.7586928009986877, -0.4972548484802246, 2.151982545852661, 2.27398681640625, 2.5005664825439453, 1.5245317220687866, -1.2118518352508545, 0.5310676693916321, 1.5768193006515503, 1.6813944578170776, 1.7336820363998413, 0.7227887511253357, -1.176993489265442, 1.1062309741973877, 1.9776906967163086, 1.8382571935653687, 1.7511112689971924, 1.785969614982605, -0.09638340771198273, 0.4962092638015747, 0.9319390654563904, 1.1062309741973877, 1.2282354831695557, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.9493682980537415, 1.0190850496292114, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7053595781326294, 0.6879304051399231, 0.7925055623054504, 0.6879304051399231, 0.7750763297080994, 0.9319390654563904, 0.7227887511253357, 1.1236603260040283, 1.158518671989441, 0.8796514868736267, 0.8447931408882141, 0.9493682980537415, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 0.7576471567153931, 0.7053595781326294, 0.8622223138809204, 1.071372628211975, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.6530719995498657, 0.5310676693916321, 0.6530719995498657, 0.3742047846317291, 0.5833552479743958, 0.9145098924636841, 1.053943395614624, 0.984226644039154, 1.332810640335083, 1.5942485332489014, 1.629106879234314, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.7162528038024902, 1.6988236904144287, 2.0648367404937744, 1.960261583328247, 1.5593900680541992, 0.4962092638015747, 0.478780061006546, 1.1410894393920898, -0.619259238243103, -1.490718960762024, -1.6301524639129639, -1.6824400424957275, -1.6650108098983765, -1.6824400424957275, -1.6824400424957275, -1.6127232313156128, -1.5604356527328491, -1.5778648853302002, -1.4732897281646729, -1.1072766780853271, -0.9329847693443298, 0.600784420967102, 1.5245317220687866, 1.9776906967163086, 2.151982545852661, 2.0648367404937744, 2.3262743949890137, 2.27398681640625, 2.204270124435425, 2.2914161682128906, 2.2914161682128906, 2.1694118976593018, 1.2456645965576172, -1.490718960762024, -1.5081480741500854, -1.3512853384017944, -1.490718960762024, -1.5430065393447876, -1.403572916984558, -1.647581696510315, -1.6998692750930786, 0.8099347352981567, 1.7336820363998413, 2.0299782752990723, 2.0299782752990723, 1.8208279609680176, 1.9079740047454834, 1.7336820363998413, 1.5768193006515503, -0.18352937698364258, 0.30448800325393677, 0.6530719995498657, 1.6813944578170776, 1.8731155395507812, 1.629106879234314, 1.5768193006515503, 1.6988236904144287, 2.4134204387664795, 2.3262743949890137, 1.9951199293136597, 2.2914161682128906, 2.0125491619110107, 2.0125491619110107, 2.047407388687134], [1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.5942485332489014, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.1933770179748535, 1.175947904586792, 1.1236603260040283, 1.053943395614624, 1.0190850496292114, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 1.3676689863204956, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.395991325378418, 2.3785619735717773, 2.3437037467956543, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.2914161682128906, 2.204270124435425, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.8556864261627197, 1.4373857975006104, 0.984226644039154, 0.9319390654563904, 0.1999128758907318, -0.1312417984008789, 0.4090631604194641, 0.478780061006546, 0.5833552479743958, 0.9493682980537415, 1.315381407737732, 1.1933770179748535, 1.3502397537231445, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 0.6879304051399231, -0.601830005645752, -0.7238344550132751, -0.7761220335960388, 0.30448800325393677, 1.1410894393920898, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 0.984226644039154, 0.16505448520183563, 0.02562093921005726, -0.20095856487751007, -0.39267969131469727, -0.37525051832199097, -0.4798256754875183, -0.4623964726924896, 0.8099347352981567, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.465708017349243, 1.2979521751403809, -0.5146840810775757, 0.5659260153770447, 0.9319390654563904, 1.2456645965576172, -0.688975989818573, -1.3512853384017944, 0.8970807194709778, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.6988236904144287, -0.7412636280059814, -0.37525051832199097, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.7053595781326294, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.7925055623054504, 1.0016558170318604, 1.0016558170318604, 0.7576471567153931, 0.7750763297080994, 0.7053595781326294, 0.6530719995498657, 0.5833552479743958, 0.984226644039154, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.9145098924636841, 0.7576471567153931, 1.071372628211975, 1.053943395614624, 0.7925055623054504, 0.7227887511253357, 0.9319390654563904, 0.8622223138809204, 1.158518671989441, 0.9493682980537415, 0.8622223138809204, 0.8099347352981567, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 0.7402179837226868, 1.0888018608093262, 1.0365142822265625, 0.8970807194709778, 0.5484968423843384, 0.6879304051399231, 0.8099347352981567, 0.06047932058572769, -0.3229629397392273, 0.2173420637845993, -0.009237446822226048, 1.1410894393920898, 1.2630938291549683, 1.1062309741973877, 1.5419609546661377, 1.158518671989441, 1.332810640335083, 1.629106879234314, 1.4373857975006104, 1.8731155395507812, 2.047407388687134, 0.9145098924636841, -0.04409583657979965, -1.3512853384017944, -1.5952941179275513, -1.6127232313156128, -1.5952941179275513, -1.6127232313156128, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6650108098983765, -1.6998692750930786, -1.647581696510315, -1.647581696510315, -1.490718960762024, -1.2815686464309692, -0.8458387851715088, 0.14762529730796814, 1.803398847579956, 2.0299782752990723, 2.27398681640625, 2.047407388687134, 2.27398681640625, 2.308845281600952, 2.308845281600952, 2.204270124435425, 2.27398681640625, 2.082265853881836, 2.3785619735717773, -1.1421350240707397, -1.5081480741500854, -1.3861438035964966, -1.4384313821792603, -1.4384313821792603, -1.3861438035964966, -1.490718960762024, -1.647581696510315, 1.1236603260040283, 1.803398847579956, 1.8208279609680176, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.646536111831665, 0.30448800325393677, 0.2696296274662018, -0.06152502819895744, 1.071372628211975, 1.4548149108886719, 2.4482789039611816, 1.7336820363998413, 1.7511112689971924, 2.2914161682128906, 2.0996949672698975, 2.27398681640625, 2.0125491619110107, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107], [1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.8970807194709778, 1.2979521751403809, 1.942832350730896, 2.3437037467956543, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.308845281600952, 2.2914161682128906, 2.204270124435425, 2.1345534324645996, 2.117124319076538, 2.117124319076538, 1.925403118133545, 1.629106879234314, 1.4373857975006104, 0.8796514868736267, 0.827363908290863, 0.9145098924636841, 0.600784420967102, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.6182135939598083, 0.7750763297080994, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.5071024894714355, 1.611677646636963, 1.4025273323059082, 0.4090631604194641, -0.4972548484802246, -0.4623964726924896, 0.4962092638015747, 0.9145098924636841, 1.175947904586792, 1.2805230617523193, 1.0365142822265625, 0.30448800325393677, 0.02562093921005726, -0.06152502819895744, -0.39267969131469727, -0.619259238243103, -0.4972548484802246, 0.35677558183670044, 2.1694118976593018, 2.1345534324645996, 2.361132860183716, 2.4134204387664795, 2.5005664825439453, 0.28705883026123047, -0.9155555367469788, -0.7412636280059814, 0.28705883026123047, -0.06152502819895744, -1.0201307535171509, -0.6366884112358093, 1.4373857975006104, 1.7162528038024902, 1.6988236904144287, 1.5245317220687866, -0.6366884112358093, -1.2292810678482056, 0.9145098924636841, 1.1933770179748535, 1.1062309741973877, 0.8622223138809204, 0.7750763297080994, 0.8447931408882141, 0.7402179837226868, 0.8447931408882141, 1.0888018608093262, 0.9145098924636841, 0.7227887511253357, 0.9319390654563904, 0.670501172542572, 0.7576471567153931, 0.8796514868736267, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.6530719995498657, 0.5833552479743958, 0.6182135939598083, 0.6182135939598083, 1.0888018608093262, 0.7227887511253357, 0.7227887511253357, 0.984226644039154, 0.9319390654563904, 0.8796514868736267, 1.1062309741973877, 1.071372628211975, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 1.2108062505722046, 1.2630938291549683, 0.8796514868736267, 1.1410894393920898, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 0.7402179837226868, 1.1933770179748535, 0.9319390654563904, 0.7053595781326294, 0.8970807194709778, 0.9145098924636841, 0.513638436794281, 0.670501172542572, 0.827363908290863, 0.827363908290863, 1.5071024894714355, 1.7336820363998413, 1.8556864261627197, 1.942832350730896, 1.629106879234314, 0.30448800325393677, -0.5844008326530457, -1.0201307535171509, -1.4732897281646729, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.5952941179275513, -1.6127232313156128, -1.7870151996612549, -1.7695859670639038, -1.6998692750930786, -1.5081480741500854, -1.3164269924163818, -1.0724183320999146, 0.7227887511253357, 1.5593900680541992, 2.2565577030181885, 2.1868410110473633, 2.1868410110473633, 2.361132860183716, 2.151982545852661, 2.361132860183716, 2.0125491619110107, 2.2914161682128906, 2.361132860183716, 2.1345534324645996, 0.4613508880138397, -1.490718960762024, -1.5081480741500854, -1.5081480741500854, -1.5081480741500854, -1.5952941179275513, -1.7521568536758423, -1.1595642566680908, -1.0201307535171509, 1.1410894393920898, 1.7162528038024902, 1.5245317220687866, 2.0299782752990723, 1.158518671989441, 1.0190850496292114, 0.5659260153770447, -0.3578213155269623, 0.008191745728254318, 1.5071024894714355, 1.2456645965576172, 1.925403118133545, 1.8382571935653687, 1.6813944578170776, 1.8905447721481323, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247], [1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.2630938291549683, 1.2456645965576172, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0190850496292114, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8970807194709778, 1.158518671989441, 1.768540382385254, 2.2914161682128906, 2.430849552154541, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.2914161682128906, 2.1868410110473633, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 1.8556864261627197, 1.7336820363998413, 1.5593900680541992, 1.1236603260040283, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 0.7402179837226868, 0.7053595781326294, 1.0190850496292114, 1.315381407737732, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5768193006515503, 1.5419609546661377, 1.2979521751403809, 0.13019609451293945, -0.42753809690475464, 0.3916339874267578, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 0.9493682980537415, 0.2347712516784668, -0.11381260305643082, -0.27067533135414124, -0.37525051832199097, -0.6366884112358093, 1.9951199293136597, 2.27398681640625, 2.395991325378418, 2.465708017349243, 2.5354247093200684, 2.117124319076538, -1.1944226026535034, -0.8806971907615662, 1.0190850496292114, 1.2979521751403809, 1.5245317220687866, 1.489673376083374, 0.1999128758907318, -0.6541175842285156, 0.6530719995498657, 0.42649248242378235, -0.6366884112358093, -1.2641394138336182, -0.1486709862947464, 1.071372628211975, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.8099347352981567, 0.7576471567153931, 0.8796514868736267, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.8099347352981567, 0.7576471567153931, 1.071372628211975, 0.8099347352981567, 0.7053595781326294, 0.7402179837226868, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.600784420967102, 0.7750763297080994, 0.6879304051399231, 0.8447931408882141, 0.8970807194709778, 0.7227887511253357, 0.984226644039154, 1.0016558170318604, 0.670501172542572, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.315381407737732, 1.2630938291549683, 1.158518671989441, 0.7925055623054504, 0.8622223138809204, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8447931408882141, 1.2456645965576172, 1.3502397537231445, 1.1236603260040283, 1.5593900680541992, 1.6813944578170776, 1.8208279609680176, 1.5942485332489014, 1.6988236904144287, 1.9776906967163086, 1.5245317220687866, 0.4962092638015747, -0.18352937698364258, -0.8981263637542725, -1.490718960762024, -1.6127232313156128, -1.5952941179275513, -1.5952941179275513, -1.5952941179275513, -1.647581696510315, -1.647581696510315, -1.5952941179275513, -1.6301524639129639, -1.5430065393447876, -1.4558604955673218, -0.8806971907615662, -0.9329847693443298, 0.3742047846317291, 1.2456645965576172, 1.942832350730896, 2.082265853881836, 1.9776906967163086, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.047407388687134, 2.239128589630127, 2.151982545852661, 2.4482789039611816, 0.2347712516784668, 1.785969614982605, 0.16505448520183563, -1.5081480741500854, -1.7172983884811401, -1.6824400424957275, -1.647581696510315, -1.4558604955673218, -1.3687145709991455, -1.6650108098983765, 0.2696296274662018, 1.2805230617523193, 1.8731155395507812, 1.785969614982605, 1.2979521751403809, -0.7935512065887451, -1.2815686464309692, -1.1944226026535034, 0.35677558183670044, 1.7336820363998413, 2.117124319076538, 1.5942485332489014, 2.1868410110473633, 1.8382571935653687, 1.9951199293136597, 2.0299782752990723, 1.8905447721481323, 2.204270124435425, 1.942832350730896, 1.8905447721481323, 1.9079740047454834, 1.925403118133545], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.8447931408882141, 1.1062309741973877, 1.768540382385254, 2.2565577030181885, 2.395991325378418, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 1.8905447721481323, 1.803398847579956, 1.5593900680541992, 1.071372628211975, 0.5310676693916321, 0.4090631604194641, 0.513638436794281, 0.4613508880138397, 0.600784420967102, 0.9667974710464478, 0.8796514868736267, 0.9319390654563904, 0.7925055623054504, 0.670501172542572, 0.7925055623054504, 1.175947904586792, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.5245317220687866, 1.5768193006515503, 1.611677646636963, 1.2630938291549683, 0.2173420637845993, 0.5659260153770447, 0.8099347352981567, 0.9145098924636841, 0.9145098924636841, 0.6182135939598083, -0.06152502819895744, -0.20095856487751007, -0.3229629397392273, -0.41010889410972595, 1.9776906967163086, 2.430849552154541, 2.4482789039611816, 2.5702831745147705, 2.1868410110473633, -1.333856225013733, -0.8806971907615662, 1.3850982189178467, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, -0.5495424270629883, -0.8284096121788025, 1.803398847579956, 1.6988236904144287, 1.611677646636963, 1.3850982189178467, 1.2630938291549683, 0.5310676693916321, 0.1999128758907318, 0.9319390654563904, 0.9145098924636841, 1.1236603260040283, 0.7925055623054504, 0.7227887511253357, 0.42649248242378235, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 0.7402179837226868, 0.7227887511253357, 0.7925055623054504, 0.7925055623054504, 0.8796514868736267, 0.5310676693916321, 0.8447931408882141, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.44392168521881104, 0.827363908290863, 0.7053595781326294, 0.6356428265571594, 0.7227887511253357, 0.6530719995498657, 0.984226644039154, 0.6530719995498657, 0.7925055623054504, 0.9667974710464478, 0.827363908290863, 0.7402179837226868, 0.9145098924636841, 0.7227887511253357, 0.827363908290863, 0.984226644039154, 1.0365142822265625, 1.158518671989441, 0.9319390654563904, 0.6182135939598083, 0.7750763297080994, 0.9319390654563904, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.3676689863204956, 1.3502397537231445, 1.5942485332489014, 1.5071024894714355, 1.629106879234314, 1.768540382385254, 1.9951199293136597, 1.5245317220687866, 0.3742047846317291, -0.6366884112358093, -1.2118518352508545, -1.4384313821792603, -1.6127232313156128, -1.5604356527328491, -1.5430065393447876, -1.5952941179275513, -1.647581696510315, -1.5604356527328491, -1.5081480741500854, -0.688975989818573, 0.6356428265571594, 1.315381407737732, 0.13019609451293945, 0.9319390654563904, 0.8622223138809204, 1.332810640335083, 2.2216994762420654, 2.1345534324645996, 1.9079740047454834, 2.082265853881836, 2.239128589630127, 2.3262743949890137, 1.9951199293136597, 1.960261583328247, 2.117124319076538, 1.9079740047454834, 1.768540382385254, 2.082265853881836, 2.1345534324645996, 1.646536111831665, 0.513638436794281, -1.1944226026535034, -0.8981263637542725, -1.6998692750930786, -1.7695859670639038, -1.7347276210784912, -1.5255773067474365, 0.478780061006546, 1.8208279609680176, 1.9776906967163086, -0.8981263637542725, -1.5604356527328491, -1.5952941179275513, -1.2641394138336182, 0.9667974710464478, 1.785969614982605, 2.5354247093200684, 2.0648367404937744, 2.3785619735717773, 2.2216994762420654, 2.1868410110473633, 1.7162528038024902, 2.1868410110473633, 1.9951199293136597, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323], [2.0125491619110107, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2805230617523193, 1.2630938291549683, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 1.158518671989441, 1.646536111831665, 2.117124319076538, 2.3262743949890137, 2.4482789039611816, 2.4134204387664795, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.629106879234314, 1.1236603260040283, 0.5833552479743958, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.28705883026123047, 0.5659260153770447, 0.8622223138809204, 0.8796514868736267, 0.827363908290863, 0.8970807194709778, 0.5833552479743958, 0.6182135939598083, 1.053943395614624, 1.2805230617523193, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.7511112689971924, 0.7750763297080994, 0.4090631604194641, 0.5833552479743958, 0.670501172542572, 0.7402179837226868, 0.30448800325393677, -0.2881045341491699, -0.3578213155269623, 2.0299782752990723, 1.9776906967163086, 2.465708017349243, 2.552854061126709, 1.8208279609680176, -1.403572916984558, -0.9678431153297424, 1.1933770179748535, 1.5768193006515503, 1.611677646636963, 1.8556864261627197, -0.9852723479270935, -0.8981263637542725, 1.8556864261627197, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.646536111831665, 0.478780061006546, 0.4613508880138397, 1.0365142822265625, 1.1062309741973877, 0.984226644039154, 0.7227887511253357, 0.984226644039154, 0.8796514868736267, 0.7750763297080994, 0.9667974710464478, 0.7750763297080994, 0.7053595781326294, 0.7576471567153931, 0.3742047846317291, 0.5484968423843384, 0.7227887511253357, 0.8099347352981567, 0.6356428265571594, 0.44392168521881104, 0.670501172542572, 0.5484968423843384, 0.4613508880138397, 0.6879304051399231, 0.670501172542572, 0.5833552479743958, 0.8796514868736267, 0.6879304051399231, 0.9145098924636841, 0.7053595781326294, 0.7925055623054504, 0.6879304051399231, 0.6530719995498657, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9319390654563904, 0.8796514868736267, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 0.6356428265571594, 0.6530719995498657, 0.8970807194709778, 1.611677646636963, 0.9493682980537415, 1.315381407737732, 1.611677646636963, 1.5071024894714355, 1.6639652252197266, 1.5419609546661377, 1.4199565649032593, 1.1236603260040283, 1.646536111831665, 1.3502397537231445, 0.1999128758907318, -0.7412636280059814, -1.490718960762024, -1.5604356527328491, -1.6301524639129639, -1.5952941179275513, -1.5778648853302002, -1.5081480741500854, -1.5081480741500854, -1.0549890995025635, -0.44496726989746094, 0.2347712516784668, 1.6988236904144287, 2.082265853881836, 1.8208279609680176, 2.0648367404937744, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.204270124435425, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.3262743949890137, 2.2216994762420654, 1.768540382385254, 2.0125491619110107, 2.1345534324645996, 2.117124319076538, 2.3262743949890137, 2.0125491619110107, 1.7162528038024902, 1.4025273323059082, 1.0016558170318604, -0.3578213155269623, -1.5778648853302002, -1.7172983884811401, -1.7172983884811401, -1.7695859670639038, -1.3861438035964966, 0.8099347352981567, -0.3055337369441986, -1.7521568536758423, -1.7870151996612549, -1.5255773067474365, -1.1247059106826782, 0.7227887511253357, 1.942832350730896, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.117124319076538, 1.5419609546661377, 1.7336820363998413, 2.1345534324645996, 1.7162528038024902, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.8447931408882141, 1.0888018608093262, 1.646536111831665, 2.2914161682128906, 2.430849552154541, 2.395991325378418, 2.3437037467956543, 2.27398681640625, 2.2216994762420654, 2.239128589630127, 2.27398681640625, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6639652252197266, 1.4025273323059082, 0.7402179837226868, 0.4962092638015747, 0.670501172542572, 0.827363908290863, 0.2347712516784668, 0.28705883026123047, 0.5833552479743958, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.6356428265571594, 0.5484968423843384, 0.670501172542572, 1.1236603260040283, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 0.44392168521881104, 0.18248367309570312, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, -0.009237446822226048, 1.7336820363998413, 2.1868410110473633, 2.2565577030181885, 2.4134204387664795, 2.5702831745147705, 0.16505448520183563, -1.0375598669052124, 0.600784420967102, 1.1062309741973877, 1.332810640335083, 1.315381407737732, -0.7586928009986877, -1.4384313821792603, 1.3850982189178467, 1.6813944578170776, 1.785969614982605, 1.6813944578170776, 1.7162528038024902, 0.11276690661907196, 0.5659260153770447, 1.2979521751403809, 1.3676689863204956, 1.5245317220687866, 1.5768193006515503, 1.3502397537231445, 0.7750763297080994, 1.2282354831695557, 1.071372628211975, 0.7576471567153931, 0.5659260153770447, 0.5659260153770447, 0.7402179837226868, 0.6182135939598083, 0.7750763297080994, 0.7053595781326294, 0.6182135939598083, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.3916339874267578, 0.5659260153770447, 0.6530719995498657, 0.6356428265571594, 0.7402179837226868, 0.6530719995498657, 0.513638436794281, 0.44392168521881104, 0.7402179837226868, 0.7925055623054504, 0.7402179837226868, 0.9667974710464478, 0.5659260153770447, 0.8970807194709778, 0.7402179837226868, 0.9319390654563904, 0.8447931408882141, 0.9667974710464478, 1.071372628211975, 0.8447931408882141, 0.6356428265571594, 1.2630938291549683, 1.4548149108886719, 1.071372628211975, 1.071372628211975, 1.2282354831695557, 1.5071024894714355, 1.3676689863204956, 1.5419609546661377, 1.8382571935653687, 2.047407388687134, 1.803398847579956, 0.9667974710464478, -0.44496726989746094, -1.0549890995025635, -1.3861438035964966, -1.5604356527328491, -1.6301524639129639, -1.6650108098983765, -1.5081480741500854, -1.5952941179275513, -0.7238344550132751, 0.2522004544734955, 0.33934640884399414, 1.942832350730896, 1.0365142822265625, 1.785969614982605, 1.9951199293136597, 2.117124319076538, 2.239128589630127, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.1694118976593018, 2.082265853881836, 2.0299782752990723, 2.2216994762420654, 2.1345534324645996, 2.0648367404937744, 1.7336820363998413, 1.8556864261627197, 1.9951199293136597, 2.0996949672698975, 2.117124319076538, 1.5593900680541992, 1.489673376083374, 0.3916339874267578, -0.9155555367469788, -1.5081480741500854, -1.6301524639129639, -1.7172983884811401, -1.7172983884811401, -1.6650108098983765, -1.6998692750930786, -1.7521568536758423, -1.3687145709991455, -1.5952941179275513, -0.27067533135414124, -0.9329847693443298, 1.1062309741973877, 2.2216994762420654, 2.1694118976593018, 2.552854061126709, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.5419609546661377, 2.395991325378418, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.768540382385254, 1.768540382385254], [2.0299782752990723, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7925055623054504, 0.7053595781326294, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 1.2630938291549683, 1.942832350730896, 2.361132860183716, 2.395991325378418, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.1345534324645996, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 1.942832350730896, 1.785969614982605, 1.8382571935653687, 1.6639652252197266, 1.2630938291549683, 1.053943395614624, 0.9145098924636841, 0.827363908290863, 0.670501172542572, 0.600784420967102, 0.513638436794281, 0.8447931408882141, 1.0190850496292114, 1.0365142822265625, 0.8447931408882141, 0.5833552479743958, 0.478780061006546, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.984226644039154, 1.1236603260040283, 1.1410894393920898, 1.0365142822265625, 1.0016558170318604, 0.42649248242378235, -0.009237446822226048, -0.026666639372706413, -0.1486709862947464, -0.5146840810775757, 2.2565577030181885, 2.1868410110473633, 2.395991325378418, 2.465708017349243, 2.4831371307373047, -0.23581695556640625, 0.2173420637845993, -0.3229629397392273, -0.8806971907615662, -0.27067533135414124, -0.3229629397392273, -0.7586928009986877, 0.18248367309570312, 0.7053595781326294, 0.7576471567153931, 0.5484968423843384, 1.071372628211975, -0.25324615836143494, 0.827363908290863, 1.3502397537231445, 1.5942485332489014, 1.5942485332489014, 0.9667974710464478, 1.4548149108886719, 1.071372628211975, 0.7576471567153931, 0.7576471567153931, 0.6356428265571594, 0.7227887511253357, 0.6182135939598083, 0.7227887511253357, 0.6182135939598083, 0.513638436794281, 0.6879304051399231, 0.7227887511253357, 0.5833552479743958, 0.5833552479743958, 0.478780061006546, 0.5659260153770447, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.4090631604194641, 0.5833552479743958, 0.5310676693916321, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.8447931408882141, 0.7750763297080994, 0.8099347352981567, 0.8796514868736267, 1.053943395614624, 0.8099347352981567, 0.5659260153770447, 0.9145098924636841, 1.0190850496292114, 1.489673376083374, 1.2805230617523193, 1.3850982189178467, 1.2456645965576172, 1.1062309741973877, 1.4025273323059082, 1.646536111831665, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.2979521751403809, 0.2522004544734955, -0.7761220335960388, -1.403572916984558, -1.5255773067474365, -1.6301524639129639, -1.6824400424957275, -1.4732897281646729, -1.3861438035964966, -0.06152502819895744, 1.0190850496292114, 1.5942485332489014, 1.8208279609680176, 1.9776906967163086, 2.082265853881836, 2.27398681640625, 2.3437037467956543, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.204270124435425, 2.082265853881836, 1.9776906967163086, 2.0996949672698975, 2.0299782752990723, 2.239128589630127, 1.9776906967163086, 1.6639652252197266, 1.7336820363998413, 1.6813944578170776, 1.8556864261627197, 2.082265853881836, 1.6988236904144287, 1.2456645965576172, -0.18352937698364258, -0.8806971907615662, -1.7521568536758423, -1.7347276210784912, -1.0027015209197998, -1.7347276210784912, -1.6824400424957275, -1.6824400424957275, 0.7053595781326294, 1.3502397537231445, -1.7521568536758423, -0.9678431153297424, -0.1486709862947464, 1.5071024894714355, 2.1345534324645996, 2.2914161682128906, 2.3262743949890137, 2.395991325378418, 2.308845281600952, 1.7336820363998413, 1.8382571935653687, 2.0648367404937744, 1.768540382385254, 1.8382571935653687, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 1.5768193006515503, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.361132860183716, 2.3437037467956543, 2.2216994762420654, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 2.0125491619110107, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.611677646636963, 1.3676689863204956, 1.1062309741973877, 0.984226644039154, 1.0190850496292114, 0.8622223138809204, 0.7053595781326294, 0.6879304051399231, 0.5310676693916321, 0.6879304051399231, 0.9319390654563904, 1.0016558170318604, 0.9319390654563904, 0.7750763297080994, 0.513638436794281, 0.42649248242378235, 0.7402179837226868, 0.7402179837226868, 0.8099347352981567, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6356428265571594, 0.1999128758907318, -0.532113254070282, -1.0375598669052124, -0.9504139423370361, 2.4831371307373047, 2.430849552154541, 2.517995595932007, 2.5354247093200684, -0.07895421981811523, 0.0430501289665699, -1.0724183320999146, -0.8632679581642151, -0.20095856487751007, 1.489673376083374, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, -0.07895421981811523, -0.9678431153297424, 0.8447931408882141, 0.8622223138809204, 0.33934640884399414, 1.175947904586792, 1.3676689863204956, 1.5245317220687866, 1.1236603260040283, 0.7576471567153931, 1.1236603260040283, 1.0016558170318604, 0.984226644039154, 1.2805230617523193, 0.8970807194709778, 0.6182135939598083, 0.827363908290863, 0.2347712516784668, 0.513638436794281, 0.4962092638015747, 0.5833552479743958, 0.2696296274662018, 0.670501172542572, 0.7750763297080994, 0.6530719995498657, 0.2696296274662018, 0.1999128758907318, 0.670501172542572, 0.2522004544734955, 0.3916339874267578, 0.7576471567153931, 0.44392168521881104, 0.478780061006546, 0.5484968423843384, 0.5484968423843384, 0.16505448520183563, 0.7750763297080994, 0.30448800325393677, 0.32191720604896545, 0.670501172542572, 0.600784420967102, 0.35677558183670044, 0.6530719995498657, 1.0190850496292114, 1.4025273323059082, 1.4373857975006104, 1.0365142822265625, 1.5071024894714355, 1.0888018608093262, 1.0016558170318604, 1.5942485332489014, 1.5245317220687866, 1.1236603260040283, 1.5942485332489014, 1.6813944578170776, 1.5593900680541992, 1.4025273323059082, 0.14762529730796814, -0.7935512065887451, -1.2815686464309692, -1.5081480741500854, -1.6301524639129639, -1.5952941179275513, -1.403572916984558, 0.4613508880138397, 1.5768193006515503, 1.611677646636963, 1.1410894393920898, 1.6639652252197266, 2.047407388687134, 1.942832350730896, 2.1694118976593018, 2.0299782752990723, 2.239128589630127, 2.1345534324645996, 1.8382571935653687, 2.2565577030181885, 2.1345534324645996, 2.1345534324645996, 1.925403118133545, 1.9776906967163086, 1.9776906967163086, 1.8731155395507812, 1.785969614982605, 2.204270124435425, 1.6988236904144287, 1.4025273323059082, 2.0125491619110107, 1.629106879234314, 1.6813944578170776, 0.6879304051399231, -1.5604356527328491, -1.5081480741500854, -1.6824400424957275, -1.7172983884811401, -1.6824400424957275, -0.8284096121788025, -1.6301524639129639, -1.647581696510315, -1.7521568536758423, -1.6998692750930786, -1.403572916984558, -0.3055337369441986, 0.8970807194709778, 1.6813944578170776, 2.3437037467956543, 2.1345534324645996, 2.4831371307373047, 1.9776906967163086, 1.4373857975006104, 2.2216994762420654, 1.7336820363998413, 1.646536111831665, 1.768540382385254, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287], [2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7053595781326294, 0.8099347352981567, 0.9667974710464478, 1.5419609546661377, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.2565577030181885, 2.1694118976593018, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0125491619110107, 1.9951199293136597, 1.9776906967163086, 1.768540382385254, 1.611677646636963, 1.472244143486023, 1.315381407737732, 1.2108062505722046, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.7053595781326294, 0.513638436794281, 0.5833552479743958, 0.8622223138809204, 1.0190850496292114, 1.0888018608093262, 0.8796514868736267, 0.4613508880138397, 0.35677558183670044, 0.4090631604194641, 0.35677558183670044, 0.28705883026123047, 0.18248367309570312, -0.026666639372706413, -0.1312417984008789, -1.0375598669052124, -0.9678431153297424, -1.0724183320999146, 0.3916339874267578, 1.8208279609680176, 2.308845281600952, 2.4831371307373047, 1.8382571935653687, -0.1486709862947464, -1.1944226026535034, -1.3512853384017944, -0.25324615836143494, 1.2979521751403809, 1.5419609546661377, 1.5942485332489014, 1.4373857975006104, -0.39267969131469727, -1.2989977598190308, 1.158518671989441, 1.611677646636963, 1.5245317220687866, 1.332810640335083, 0.8447931408882141, 1.2108062505722046, 1.158518671989441, 1.1933770179748535, 0.827363908290863, 1.0888018608093262, 0.7053595781326294, 1.0190850496292114, 1.158518671989441, 0.6182135939598083, 0.600784420967102, 0.28705883026123047, 0.5833552479743958, 0.5833552479743958, 0.6530719995498657, 0.5659260153770447, 0.827363908290863, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.7053595781326294, 0.5659260153770447, 0.30448800325393677, 0.35677558183670044, 0.7925055623054504, 0.44392168521881104, 0.4090631604194641, 0.5310676693916321, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.5484968423843384, 0.478780061006546, 0.600784420967102, 0.4962092638015747, 1.2805230617523193, 0.6182135939598083, 0.4962092638015747, 1.1062309741973877, 1.1062309741973877, 1.2805230617523193, 1.332810640335083, 1.4373857975006104, 1.2456645965576172, 1.611677646636963, 1.768540382385254, 1.8731155395507812, 1.5942485332489014, 1.5071024894714355, 1.2282354831695557, 0.9145098924636841, 0.35677558183670044, -0.5844008326530457, -1.1072766780853271, -1.490718960762024, -1.5255773067474365, -1.4384313821792603, -0.6715468168258667, 0.02562093921005726, 1.4373857975006104, 1.9079740047454834, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 2.047407388687134, 2.0299782752990723, 2.151982545852661, 2.0299782752990723, 2.0299782752990723, 2.2565577030181885, 1.9951199293136597, 1.942832350730896, 2.082265853881836, 2.151982545852661, 2.151982545852661, 2.082265853881836, 1.768540382385254, 1.942832350730896, 1.8556864261627197, 1.9776906967163086, 1.6639652252197266, 1.1933770179748535, -0.9329847693443298, -1.2989977598190308, -1.3512853384017944, -1.4210021495819092, 0.14762529730796814, -1.6650108098983765, -1.6824400424957275, 0.7402179837226868, 1.8905447721481323, -1.4210021495819092, -1.6301524639129639, 1.3502397537231445, 2.27398681640625, -1.5081480741500854, -1.1944226026535034, -0.6366884112358093, 1.332810640335083, 1.8556864261627197, 1.7162528038024902, 1.053943395614624, 0.09533771127462387, 2.308845281600952, 2.1868410110473633, 1.629106879234314, 1.5942485332489014, 1.7162528038024902, 1.646536111831665, 1.6639652252197266, 1.646536111831665], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 1.5071024894714355, 2.2914161682128906, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3785619735717773, 2.27398681640625, 2.2914161682128906, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.785969614982605, 1.629106879234314, 1.4373857975006104, 1.1062309741973877, 0.7402179837226868, 0.7227887511253357, 0.8622223138809204, 0.8099347352981567, 0.8622223138809204, 0.7750763297080994, 0.513638436794281, 0.478780061006546, 0.7750763297080994, 0.8622223138809204, 0.7227887511253357, 0.5659260153770447, 0.3742047846317291, 0.09533771127462387, 0.09533771127462387, -0.39267969131469727, -1.0027015209197998, -0.8109803795814514, -1.1247059106826782, -1.1247059106826782, -0.9155555367469788, -0.8109803795814514, 1.8208279609680176, 1.960261583328247, 1.9079740047454834, 1.9776906967163086, 1.5071024894714355, -0.9155555367469788, -1.4558604955673218, -0.39267969131469727, 1.0888018608093262, 1.315381407737732, 1.3676689863204956, 1.2456645965576172, -0.39267969131469727, -1.5604356527328491, 0.7402179837226868, 1.5768193006515503, 1.646536111831665, 1.332810640335083, 0.8447931408882141, 0.4962092638015747, 0.8970807194709778, 1.053943395614624, 0.8099347352981567, 0.8970807194709778, 0.7227887511253357, 0.33934640884399414, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.5484968423843384, 0.7576471567153931, 0.7576471567153931, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 1.0190850496292114, 0.984226644039154, 1.0365142822265625, 1.0365142822265625, 0.6879304051399231, 0.9319390654563904, 0.6879304051399231, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.4090631604194641, 0.600784420967102, 0.670501172542572, 0.6182135939598083, 0.670501172542572, 0.827363908290863, 1.0888018608093262, 0.9319390654563904, 1.175947904586792, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 1.489673376083374, 1.2979521751403809, 1.4025273323059082, 1.1410894393920898, 1.332810640335083, 1.472244143486023, 1.768540382385254, 1.8731155395507812, 1.4548149108886719, 0.30448800325393677, -0.7935512065887451, -1.4384313821792603, -1.5255773067474365, -1.5081480741500854, -0.601830005645752, 1.332810640335083, 1.6988236904144287, 1.960261583328247, 1.925403118133545, 2.1345534324645996, 2.0299782752990723, 1.7336820363998413, 1.8382571935653687, 2.204270124435425, 2.0996949672698975, 2.204270124435425, 2.0996949672698975, 2.2216994762420654, 2.204270124435425, 2.2914161682128906, 2.0996949672698975, 1.8556864261627197, 2.1694118976593018, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.7511112689971924, 1.7336820363998413, 1.5942485332489014, 1.9951199293136597, 1.9951199293136597, -0.6366884112358093, -0.5495424270629883, -1.1595642566680908, 0.16505448520183563, 2.082265853881836, 2.4134204387664795, -0.9504139423370361, -1.6650108098983765, 2.082265853881836, 2.151982545852661, -1.5604356527328491, -0.8981263637542725, -1.403572916984558, -0.4972548484802246, 0.6530719995498657, -0.42753809690475464, -0.9852723479270935, -0.009237446822226048, 2.587712287902832, 1.7162528038024902, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314], [2.047407388687134, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8796514868736267, 1.0365142822265625, 1.629106879234314, 2.361132860183716, 2.395991325378418, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.047407388687134, 2.047407388687134, 1.942832350730896, 1.925403118133545, 1.6813944578170776, 1.3502397537231445, 1.053943395614624, 0.7925055623054504, 0.33934640884399414, 0.2347712516784668, 0.5484968423843384, 0.7750763297080994, 0.7576471567153931, 0.5833552479743958, 0.4613508880138397, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.4090631604194641, 0.3742047846317291, 0.2173420637845993, -0.1661001741886139, 0.2522004544734955, -1.0027015209197998, -1.0027015209197998, -0.9329847693443298, -0.8632679581642151, -1.0027015209197998, -0.6541175842285156, 2.2216994762420654, 2.1694118976593018, 2.0648367404937744, 2.430849552154541, -1.1421350240707397, -0.8806971907615662, 0.1999128758907318, 1.5593900680541992, 0.513638436794281, 0.008191745728254318, -0.04409583657979965, -0.39267969131469727, -1.2641394138336182, -0.5495424270629883, 1.053943395614624, 1.1236603260040283, 1.1062309741973877, 0.7750763297080994, -0.688975989818573, -0.7761220335960388, 0.984226644039154, 0.7750763297080994, 0.7576471567153931, 0.6879304051399231, 0.2696296274662018, 0.5310676693916321, 0.6530719995498657, 0.8622223138809204, 0.8099347352981567, 1.1410894393920898, 0.984226644039154, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 1.1410894393920898, 1.0365142822265625, 1.0888018608093262, 1.071372628211975, 1.158518671989441, 1.053943395614624, 0.9493682980537415, 0.6530719995498657, 0.7925055623054504, 0.7227887511253357, 0.3742047846317291, 0.18248367309570312, 0.2347712516784668, -0.009237446822226048, 0.13019609451293945, 0.3916339874267578, 0.8622223138809204, 0.9319390654563904, 0.6530719995498657, 1.0190850496292114, 0.8796514868736267, 0.8796514868736267, 1.332810640335083, 1.0190850496292114, 1.0016558170318604, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.5071024894714355, 1.175947904586792, 1.3502397537231445, 1.6988236904144287, 1.646536111831665, 1.175947904586792, 0.28705883026123047, -0.5146840810775757, -1.3164269924163818, -1.4384313821792603, -1.333856225013733, -0.8284096121788025, 0.7925055623054504, 1.6813944578170776, 1.9079740047454834, 1.8731155395507812, 1.768540382385254, 1.9079740047454834, 1.9079740047454834, 1.7162528038024902, 2.0996949672698975, 1.803398847579956, 1.942832350730896, 2.1345534324645996, 2.308845281600952, 2.0299782752990723, 2.239128589630127, 2.151982545852661, 2.2216994762420654, 1.9079740047454834, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.1694118976593018, 2.2216994762420654, 2.117124319076538, 1.8731155395507812, 1.8208279609680176, 2.047407388687134, 2.151982545852661, 1.7511112689971924, 2.4831371307373047, 1.6813944578170776, 0.2522004544734955, 1.0016558170318604, 2.2565577030181885, -1.246710181236267, -1.6998692750930786, -1.7172983884811401, -0.601830005645752, -0.4623964726924896, -1.1595642566680908, -1.3164269924163818, -1.1072766780853271, 1.0190850496292114, 0.9493682980537415, -0.9504139423370361, 0.28705883026123047, 2.3262743949890137, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503], [2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8970807194709778, 1.5071024894714355, 2.2565577030181885, 2.361132860183716, 2.430849552154541, 2.4134204387664795, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.204270124435425, 2.1868410110473633, 2.151982545852661, 2.1345534324645996, 2.151982545852661, 2.047407388687134, 1.8905447721481323, 1.768540382385254, 1.768540382385254, 1.4199565649032593, 1.1410894393920898, 0.7576471567153931, 0.44392168521881104, 0.09533771127462387, 0.09533771127462387, 0.3742047846317291, 0.600784420967102, 0.6530719995498657, 0.5310676693916321, 0.28705883026123047, 0.13019609451293945, 0.18248367309570312, 0.07790851593017578, -0.3229629397392273, -0.5495424270629883, -0.8632679581642151, -0.8109803795814514, -0.7586928009986877, -0.5669716596603394, -0.3403921127319336, -0.09638340771198273, -0.1312417984008789, -0.07895421981811523, 0.18248367309570312, 1.942832350730896, 1.768540382385254, -1.0201307535171509, -0.4623964726924896, 0.3742047846317291, 1.2108062505722046, 1.4025273323059082, -0.18352937698364258, -1.0375598669052124, 0.8970807194709778, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 0.11276690661907196, -0.5146840810775757, -0.1312417984008789, -0.6366884112358093, -0.7761220335960388, 0.984226644039154, 0.7227887511253357, 0.7925055623054504, 0.670501172542572, 0.5833552479743958, 1.175947904586792, 0.8099347352981567, 1.0365142822265625, 0.7402179837226868, 0.8622223138809204, 0.7750763297080994, 0.984226644039154, 0.5833552479743958, 0.9319390654563904, 0.9667974710464478, 0.7402179837226868, 1.1062309741973877, 0.8447931408882141, 1.0190850496292114, 0.7925055623054504, 1.1933770179748535, 1.332810640335083, 1.2282354831695557, 1.1236603260040283, 1.2108062505722046, 1.3676689863204956, 1.3502397537231445, 0.7750763297080994, 0.9145098924636841, 0.18248367309570312, 0.44392168521881104, 0.02562093921005726, 0.8796514868736267, 1.0365142822265625, 1.1236603260040283, 0.7925055623054504, 1.053943395614624, 0.8970807194709778, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3850982189178467, 1.5419609546661377, 1.3502397537231445, 1.5593900680541992, 1.2630938291549683, 1.768540382385254, 1.158518671989441, 0.827363908290863, 0.06047932058572769, -0.4798256754875183, -1.4210021495819092, -1.4210021495819092, -0.3578213155269623, 0.9667974710464478, 1.5071024894714355, 2.047407388687134, 2.1345534324645996, 2.361132860183716, 2.0125491619110107, 2.0125491619110107, 2.2565577030181885, 2.239128589630127, 2.0648367404937744, 1.8731155395507812, 2.0648367404937744, 1.8382571935653687, 2.0996949672698975, 2.047407388687134, 1.768540382385254, 1.8905447721481323, 1.8556864261627197, 1.9951199293136597, 2.1694118976593018, 2.1694118976593018, 2.082265853881836, 1.9776906967163086, 2.1868410110473633, 2.1345534324645996, 2.239128589630127, 2.0299782752990723, 2.1694118976593018, 1.942832350730896, 1.8382571935653687, 1.3502397537231445, 1.9951199293136597, 1.4025273323059082, -0.7238344550132751, 1.9951199293136597, -0.8981263637542725, 1.646536111831665, 0.6530719995498657, 1.4025273323059082, 0.7576471567153931, 1.8208279609680176, 1.7511112689971924, 1.9079740047454834, 2.2565577030181885, 0.42649248242378235, 1.053943395614624, 1.6639652252197266, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377], [2.047407388687134, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 1.0888018608093262, 1.7336820363998413, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.4134204387664795, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 1.7336820363998413, 1.4373857975006104, 1.1062309741973877, 0.6530719995498657, 0.28705883026123047, 0.1999128758907318, 0.2173420637845993, 0.13019609451293945, 0.13019609451293945, 0.42649248242378235, 0.478780061006546, 0.4613508880138397, 0.2696296274662018, 0.02562093921005726, -0.20095856487751007, -0.44496726989746094, -1.0027015209197998, -0.8109803795814514, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, 0.5310676693916321, 0.02562093921005726, 0.16505448520183563, 0.13019609451293945, 0.984226644039154, 0.6530719995498657, -0.04409583657979965, -0.4623964726924896, 0.7227887511253357, 0.5310676693916321, 1.4199565649032593, -0.21838775277137756, -1.0201307535171509, 0.7402179837226868, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 0.44392168521881104, -1.1247059106826782, 0.14762529730796814, 0.9493682980537415, 0.8622223138809204, 1.332810640335083, 0.984226644039154, 0.9145098924636841, 0.9145098924636841, 0.8099347352981567, 0.4613508880138397, 0.9319390654563904, 0.8447931408882141, 0.7053595781326294, 0.670501172542572, 0.7402179837226868, 0.600784420967102, 0.35677558183670044, 0.7227887511253357, 0.827363908290863, 0.6182135939598083, 0.6530719995498657, 0.8099347352981567, 0.827363908290863, 0.984226644039154, 1.2630938291549683, 1.2108062505722046, 1.0016558170318604, 1.3850982189178467, 1.4199565649032593, 1.1410894393920898, 1.053943395614624, 1.2282354831695557, 1.1062309741973877, 1.1236603260040283, 0.9145098924636841, 1.0888018608093262, 0.9667974710464478, 0.32191720604896545, 0.4613508880138397, 0.5484968423843384, 0.7576471567153931, 1.0190850496292114, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3850982189178467, 1.5942485332489014, 1.3502397537231445, 1.489673376083374, 1.6813944578170776, 1.1236603260040283, 0.09533771127462387, -0.41010889410972595, -1.1247059106826782, -1.2641394138336182, -1.2989977598190308, 0.670501172542572, 0.9145098924636841, 1.8382571935653687, 1.611677646636963, 2.0648367404937744, 2.151982545852661, 1.7336820363998413, 1.611677646636963, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.3785619735717773, 1.960261583328247, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.9776906967163086, 1.785969614982605, 2.117124319076538, 2.27398681640625, 2.308845281600952, 2.151982545852661, 1.9079740047454834, 1.5245317220687866, 1.7336820363998413, 2.117124319076538, 1.768540382385254, 1.9951199293136597, 1.8556864261627197, 2.308845281600952, 1.8556864261627197, 1.629106879234314, 2.0648367404937744, 2.361132860183716, 0.32191720604896545, 1.5071024894714355, 0.7053595781326294, 2.361132860183716, 2.2216994762420654, 2.4831371307373047, 1.8556864261627197, 1.7162528038024902, 2.239128589630127, 2.622570753097534, 1.5942485332489014, 1.4548149108886719, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355], [2.0299782752990723, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 1.0365142822265625, 1.5593900680541992, 2.0996949672698975, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.308845281600952, 2.308845281600952, 2.27398681640625, 2.2216994762420654, 2.204270124435425, 2.204270124435425, 2.151982545852661, 2.0996949672698975, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.6988236904144287, 1.4025273323059082, 0.9667974710464478, 1.0365142822265625, 0.6356428265571594, 0.2696296274662018, 0.2173420637845993, -0.20095856487751007, -0.04409583657979965, -0.1312417984008789, 0.4090631604194641, 0.8099347352981567, -0.06152502819895744, -0.27067533135414124, -0.7238344550132751, -1.0201307535171509, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, -0.7586928009986877, -0.09638340771198273, 0.2173420637845993, -0.1661001741886139, 0.6356428265571594, 0.16505448520183563, 1.4199565649032593, 2.2216994762420654, 1.768540382385254, -0.1312417984008789, -0.4972548484802246, -0.23581695556640625, 0.5484968423843384, -0.8806971907615662, -0.4623964726924896, 0.3916339874267578, 0.8796514868736267, 1.175947904586792, 0.5310676693916321, -0.7761220335960388, -0.5669716596603394, 0.8622223138809204, 0.9145098924636841, 1.3502397537231445, 1.1236603260040283, 0.9319390654563904, 0.7576471567153931, 0.7227887511253357, 0.7750763297080994, 0.7402179837226868, 1.1062309741973877, 0.6879304051399231, 0.5833552479743958, 1.3850982189178467, 1.3502397537231445, 0.7227887511253357, 0.7925055623054504, 0.3916339874267578, 0.42649248242378235, 0.5484968423843384, 0.827363908290863, 0.6879304051399231, 0.9667974710464478, 0.9493682980537415, 1.0016558170318604, 1.1236603260040283, 1.1410894393920898, 0.8796514868736267, 1.175947904586792, 1.6639652252197266, 1.4025273323059082, 0.9667974710464478, 0.6356428265571594, -0.7238344550132751, 0.6356428265571594, 0.7227887511253357, 0.9493682980537415, 1.0016558170318604, 0.9667974710464478, 1.0888018608093262, 1.175947904586792, 1.3502397537231445, 1.2979521751403809, 1.3502397537231445, 1.2456645965576172, 1.611677646636963, 1.4373857975006104, 1.3676689863204956, 1.3850982189178467, 1.472244143486023, 1.0888018608093262, -0.026666639372706413, -0.9155555367469788, -1.1072766780853271, -1.3164269924163818, -1.2118518352508545, -0.1486709862947464, 0.8796514868736267, 1.7162528038024902, 1.942832350730896, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 1.9951199293136597, 1.8208279609680176, 1.6813944578170776, 1.5593900680541992, 1.768540382385254, 1.4373857975006104, 1.3502397537231445, 2.2216994762420654, 2.2216994762420654, 2.151982545852661, 1.9776906967163086, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 2.0996949672698975, 2.082265853881836, 2.2565577030181885, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 0.8970807194709778, 1.7336820363998413, 1.053943395614624, 2.0648367404937744, 1.3502397537231445, 1.1062309741973877, 1.8208279609680176, 2.239128589630127, 1.960261583328247, 1.8382571935653687, 1.629106879234314, 2.1345534324645996, 1.3850982189178467, 2.1868410110473633, 2.3785619735717773, 1.646536111831665, 1.315381407737732, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.3850982189178467, 1.7336820363998413, 2.204270124435425, 2.395991325378418, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.2565577030181885, 2.204270124435425, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 1.8905447721481323, 1.5942485332489014, 1.1933770179748535, 0.9319390654563904, 0.7402179837226868, 1.175947904586792, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.14762529730796814, -0.18352937698364258, 0.32191720604896545, 1.6988236904144287, -0.07895421981811523, -0.8284096121788025, -0.7761220335960388, -0.5669716596603394, -0.4623964726924896, -0.37525051832199097, -0.2881045341491699, -0.21838775277137756, 0.670501172542572, -0.1661001741886139, -0.6541175842285156, -0.21838775277137756, 0.6879304051399231, 0.8447931408882141, 0.28705883026123047, -0.1661001741886139, 1.1410894393920898, -0.5669716596603394, 0.9319390654563904, 0.7402179837226868, 0.2347712516784668, -0.009237446822226048, 0.02562093921005726, 0.33934640884399414, 0.1999128758907318, -0.009237446822226048, -0.1661001741886139, 0.6182135939598083, 0.827363908290863, 0.7402179837226868, 0.7750763297080994, 0.6182135939598083, 0.513638436794281, 0.6356428265571594, 0.7576471567153931, 0.5484968423843384, 0.6182135939598083, 0.7925055623054504, 0.7402179837226868, 0.600784420967102, 0.4962092638015747, 1.5419609546661377, 1.1410894393920898, -0.07895421981811523, 0.7402179837226868, 0.7925055623054504, 0.4962092638015747, 0.827363908290863, 0.670501172542572, 0.8447931408882141, 1.1410894393920898, 0.9667974710464478, 1.175947904586792, 0.7750763297080994, 1.5942485332489014, 0.8622223138809204, 0.8970807194709778, 1.646536111831665, 1.5593900680541992, 1.2805230617523193, 1.0888018608093262, 1.0016558170318604, 1.0888018608093262, 0.6530719995498657, 0.6879304051399231, 1.1933770179748535, 1.3850982189178467, 1.2456645965576172, 1.315381407737732, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.5245317220687866, 1.4548149108886719, 1.5419609546661377, 1.611677646636963, 1.5593900680541992, 0.32191720604896545, -1.0549890995025635, -1.089847445487976, -1.3512853384017944, -0.41010889410972595, 0.9667974710464478, 1.332810640335083, 2.0648367404937744, 1.6813944578170776, 2.117124319076538, 2.308845281600952, 2.1345534324645996, 1.9776906967163086, 1.5245317220687866, 1.4199565649032593, 1.5245317220687866, 1.8905447721481323, 2.117124319076538, 2.27398681640625, 2.1694118976593018, 1.9776906967163086, 1.6813944578170776, 2.0996949672698975, 2.27398681640625, 2.2216994762420654, 1.9079740047454834, 1.803398847579956, 1.8731155395507812, 2.0299782752990723, 2.3785619735717773, 2.204270124435425, 2.308845281600952, 2.27398681640625, 1.5245317220687866, 2.1694118976593018, 1.3850982189178467, 0.14762529730796814, 1.472244143486023, 1.4373857975006104, 0.06047932058572769, 0.4613508880138397, 1.5245317220687866, 0.600784420967102, 1.629106879234314, 1.332810640335083, -0.7238344550132751, 1.8208279609680176, 2.361132860183716, 0.7227887511253357, 2.1868410110473633, 1.9079740047454834, 1.4373857975006104, 1.9776906967163086, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.4025273323059082], [2.0125491619110107, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 1.1062309741973877, 1.2630938291549683, 1.489673376083374, 1.6639652252197266, 1.9951199293136597, 2.204270124435425, 2.3437037467956543, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1694118976593018, 2.117124319076538, 2.0299782752990723, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.3676689863204956, 1.158518671989441, 0.9145098924636841, 1.0365142822265625, 1.785969614982605, 1.646536111831665, 1.8731155395507812, 1.8731155395507812, 1.2282354831695557, 1.2282354831695557, 1.1410894393920898, 0.5310676693916321, -0.619259238243103, 0.2347712516784668, -0.42753809690475464, -0.42753809690475464, -0.27067533135414124, -0.1661001741886139, 0.32191720604896545, 1.5419609546661377, -0.09638340771198273, 0.0430501289665699, 0.32191720604896545, 1.0365142822265625, -0.07895421981811523, 1.2805230617523193, 0.5484968423843384, 1.8208279609680176, 0.8796514868736267, 1.315381407737732, 0.6879304051399231, 0.5833552479743958, 0.02562093921005726, 0.28705883026123047, 0.5484968423843384, 0.5833552479743958, 0.32191720604896545, 0.6182135939598083, 0.7227887511253357, 0.6356428265571594, 0.4962092638015747, 0.1999128758907318, 0.09533771127462387, 0.30448800325393677, 0.9145098924636841, 0.42649248242378235, 0.7227887511253357, 1.1410894393920898, 0.7053595781326294, 1.315381407737732, 0.478780061006546, 1.053943395614624, 0.0430501289665699, 1.0190850496292114, 0.478780061006546, 0.2173420637845993, 1.5071024894714355, 0.6879304051399231, 0.600784420967102, 0.600784420967102, 0.8622223138809204, 0.827363908290863, 0.7750763297080994, 0.6530719995498657, 1.4548149108886719, 1.5071024894714355, 0.7925055623054504, 0.8796514868736267, 0.7053595781326294, 0.8970807194709778, 0.9493682980537415, 1.0190850496292114, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.0888018608093262, 1.1410894393920898, 0.8796514868736267, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.2979521751403809, 1.489673376083374, 1.611677646636963, 1.5768193006515503, 1.3676689863204956, 1.2282354831695557, 0.7402179837226868, -0.6366884112358093, -1.3512853384017944, -1.1247059106826782, 0.30448800325393677, 1.332810640335083, 1.6988236904144287, 1.332810640335083, 1.2630938291549683, 1.3850982189178467, 1.8556864261627197, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 1.942832350730896, 1.9776906967163086, 1.803398847579956, 1.785969614982605, 1.5593900680541992, 1.158518671989441, 0.984226644039154, 1.4373857975006104, 1.5942485332489014, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.2914161682128906, 2.082265853881836, 2.1345534324645996, 2.3262743949890137, 1.8905447721481323, 1.7511112689971924, 2.151982545852661, 1.4548149108886719, 2.117124319076538, 1.942832350730896, 1.6639652252197266, 1.2282354831695557, 1.1236603260040283, 0.7053595781326294, 0.8099347352981567, 0.6879304051399231, -0.06152502819895744, 0.30448800325393677, 0.7053595781326294, 0.5659260153770447, 1.4199565649032593, 2.2914161682128906, 2.1694118976593018, 2.361132860183716, 1.1062309741973877, 0.984226644039154, 2.395991325378418, 2.0648367404937744, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445], [2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.1410894393920898, 1.315381407737732, 1.5071024894714355, 1.803398847579956, 2.151982545852661, 2.395991325378418, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.0648367404937744, 2.0125491619110107, 1.925403118133545, 1.5768193006515503, 1.4548149108886719, 1.2282354831695557, 1.472244143486023, 1.5768193006515503, 1.7336820363998413, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.9079740047454834, 1.646536111831665, 1.053943395614624, 1.3676689863204956, 1.5768193006515503, 0.7402179837226868, -0.07895421981811523, -0.06152502819895744, -0.5669716596603394, -0.5146840810775757, -0.3229629397392273, 0.5833552479743958, 0.35677558183670044, 0.32191720604896545, 0.42649248242378235, 0.30448800325393677, 0.4962092638015747, 0.513638436794281, 1.332810640335083, 1.3850982189178467, 1.1410894393920898, 1.2805230617523193, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 0.5310676693916321, 0.5833552479743958, 0.478780061006546, -0.1661001741886139, 0.3742047846317291, 0.7053595781326294, 0.600784420967102, 0.4962092638015747, 0.2347712516784668, 0.16505448520183563, 0.30448800325393677, 0.7925055623054504, 0.42649248242378235, 0.670501172542572, 1.4025273323059082, 0.827363908290863, 0.07790851593017578, 1.0016558170318604, 1.053943395614624, 0.478780061006546, 1.3502397537231445, 0.670501172542572, 1.646536111831665, 1.2630938291549683, 1.4548149108886719, 1.3676689863204956, 0.4090631604194641, 0.5833552479743958, 0.7053595781326294, 1.071372628211975, 0.7402179837226868, 0.14762529730796814, 1.2108062505722046, 0.670501172542572, 1.0190850496292114, 0.7402179837226868, 0.02562093921005726, 0.6356428265571594, 1.0190850496292114, 0.8970807194709778, 1.0190850496292114, 1.1062309741973877, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.5419609546661377, 1.4199565649032593, 1.6639652252197266, 1.3502397537231445, 0.8622223138809204, -0.25324615836143494, -1.1595642566680908, -0.688975989818573, 0.984226644039154, 2.0125491619110107, 2.0299782752990723, 1.7336820363998413, 2.117124319076538, 2.2565577030181885, 2.151982545852661, 1.646536111831665, 1.629106879234314, 1.7162528038024902, 1.6813944578170776, 1.960261583328247, 2.0299782752990723, 1.8382571935653687, 2.1694118976593018, 2.0648367404937744, 1.3676689863204956, 1.1933770179748535, 1.5419609546661377, 1.629106879234314, 1.629106879234314, 1.768540382385254, 2.0299782752990723, 2.2565577030181885, 2.2565577030181885, 2.0125491619110107, 1.4548149108886719, 1.9776906967163086, 1.960261583328247, 1.8905447721481323, -0.9155555367469788, 1.4199565649032593, 1.2282354831695557, 0.513638436794281, 0.9145098924636841, -0.1661001741886139, 0.4090631604194641, 2.1345534324645996, -0.532113254070282, 0.5833552479743958, 0.600784420967102, 0.2173420637845993, 1.1933770179748535, 0.33934640884399414, 2.0299782752990723, 1.611677646636963, 1.175947904586792, 0.9493682980537415, 2.308845281600952, 1.646536111831665, 1.4373857975006104, 1.2979521751403809, 1.1933770179748535, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809], [2.0125491619110107, 1.960261583328247, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.6813944578170776, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.2282354831695557, 1.472244143486023, 1.785969614982605, 2.047407388687134, 2.2565577030181885, 2.3437037467956543, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.1694118976593018, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.8382571935653687, 1.942832350730896, 1.803398847579956, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9776906967163086, 1.8905447721481323, 2.047407388687134, 1.925403118133545, 1.9951199293136597, 2.047407388687134, 1.925403118133545, 1.5768193006515503, 1.1933770179748535, 0.670501172542572, 0.478780061006546, 0.9145098924636841, 0.5310676693916321, 0.16505448520183563, 0.35677558183670044, 0.5310676693916321, 1.1236603260040283, 1.4025273323059082, 1.158518671989441, 1.942832350730896, 1.5942485332489014, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.5245317220687866, 0.6879304051399231, 1.1933770179748535, -0.4798256754875183, -0.009237446822226048, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.2347712516784668, -0.026666639372706413, 0.18248367309570312, 0.827363908290863, 0.7750763297080994, 0.7576471567153931, 1.1410894393920898, 0.42649248242378235, 1.4373857975006104, 0.670501172542572, 0.5310676693916321, 1.053943395614624, 1.315381407737732, 0.670501172542572, 1.629106879234314, 1.472244143486023, 0.8970807194709778, 1.053943395614624, 1.315381407737732, 1.2979521751403809, 0.984226644039154, 1.4548149108886719, 1.1062309741973877, 0.5484968423843384, 0.7053595781326294, 0.7227887511253357, 0.8796514868736267, 1.158518671989441, 1.2108062505722046, 0.8796514868736267, 1.2805230617523193, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.071372628211975, 1.1236603260040283, 1.071372628211975, 1.2108062505722046, 1.332810640335083, 1.071372628211975, 1.4199565649032593, 1.4199565649032593, 1.2979521751403809, 1.0190850496292114, 1.0016558170318604, 1.5245317220687866, 1.175947904586792, -0.7412636280059814, -1.1072766780853271, -0.6366884112358093, 1.2630938291549683, 1.158518671989441, 1.9079740047454834, 1.3850982189178467, 1.803398847579956, 1.8208279609680176, 2.0648367404937744, 2.082265853881836, 2.204270124435425, 2.0125491619110107, 1.7511112689971924, 1.6813944578170776, 2.1345534324645996, 2.117124319076538, 1.1062309741973877, 1.611677646636963, 2.047407388687134, 1.960261583328247, 1.6988236904144287, 1.3850982189178467, 1.7336820363998413, 1.5593900680541992, 1.3676689863204956, 1.053943395614624, 1.2282354831695557, 1.5942485332489014, 1.629106879234314, 1.803398847579956, 1.8382571935653687, 1.5245317220687866, 1.1933770179748535, 1.3850982189178467, -0.1661001741886139, -0.7238344550132751, -0.3229629397392273, 0.6182135939598083, 0.2522004544734955, -0.3055337369441986, 1.8905447721481323, -0.5495424270629883, -0.4798256754875183, -0.20095856487751007, -1.1247059106826782, 0.02562093921005726, 0.7576471567153931, 1.4548149108886719, 0.9145098924636841, -0.7064052224159241, 0.0430501289665699, 1.785969614982605, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.472244143486023, 2.047407388687134, 2.2216994762420654, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 2.308845281600952, 2.3262743949890137, 2.308845281600952, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.0996949672698975, 1.9951199293136597, 1.8905447721481323, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 1.8382571935653687, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.7162528038024902, 1.785969614982605, 1.8382571935653687, 1.646536111831665, 1.7511112689971924, 1.925403118133545, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 1.5071024894714355, 0.9145098924636841, 1.472244143486023, 1.158518671989441, 0.8796514868736267, 1.8208279609680176, 0.8099347352981567, 1.8731155395507812, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.9079740047454834, 1.8382571935653687, 1.925403118133545, 1.5942485332489014, 1.9776906967163086, 1.2108062505722046, 1.2630938291549683, 0.33934640884399414, 1.0190850496292114, 0.2696296274662018, 0.008191745728254318, 0.14762529730796814, -0.3403921127319336, 0.2173420637845993, -0.3403921127319336, 0.6530719995498657, 0.600784420967102, 1.2979521751403809, 0.14762529730796814, 0.5310676693916321, 1.1410894393920898, 1.2805230617523193, 0.35677558183670044, 0.42649248242378235, 1.071372628211975, 1.053943395614624, 1.2630938291549683, 0.6182135939598083, 1.2108062505722046, 0.7750763297080994, 1.6639652252197266, 1.175947904586792, 1.071372628211975, 0.9493682980537415, 0.7402179837226868, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 0.5310676693916321, 1.175947904586792, 1.1062309741973877, 1.0888018608093262, 0.827363908290863, 0.7925055623054504, 1.071372628211975, 1.315381407737732, 1.175947904586792, 0.9667974710464478, 1.1933770179748535, 1.2108062505722046, 1.5071024894714355, 1.4025273323059082, 1.5593900680541992, 1.2979521751403809, 1.5768193006515503, 1.2630938291549683, 1.2456645965576172, 1.2979521751403809, -0.601830005645752, -1.176993489265442, -0.9504139423370361, 0.28705883026123047, 2.151982545852661, 1.5942485332489014, 1.5942485332489014, 2.151982545852661, 1.9079740047454834, 2.1694118976593018, 1.8556864261627197, 1.7511112689971924, 1.9079740047454834, 2.117124319076538, 2.082265853881836, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 1.9951199293136597, 1.8905447721481323, 1.6813944578170776, 1.803398847579956, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.6813944578170776, 1.646536111831665, 1.6639652252197266, 1.0365142822265625, 0.4090631604194641, 0.7053595781326294, 0.35677558183670044, 1.1933770179748535, 1.332810640335083, 1.5768193006515503, 0.6356428265571594, -0.3055337369441986, -0.39267969131469727, -0.44496726989746094, -0.8109803795814514, -0.619259238243103, -0.1312417984008789, 1.646536111831665, -0.9678431153297424, -0.7935512065887451, 0.3742047846317291, -0.7238344550132751, -1.4558604955673218, -1.0201307535171509, -1.0027015209197998, -0.3578213155269623, -0.3229629397392273, 1.1236603260040283, 1.2108062505722046, 1.2805230617523193, 1.3850982189178467, 1.2805230617523193, 1.2456645965576172, 1.2630938291549683], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.785969614982605, 1.768540382385254, 1.7162528038024902, 1.646536111831665, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.4548149108886719, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.2805230617523193, 1.611677646636963, 2.1345534324645996, 2.3437037467956543, 2.361132860183716, 2.361132860183716, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.2216994762420654, 2.0996949672698975, 2.0125491619110107, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8208279609680176, 1.785969614982605, 1.9776906967163086, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.9079740047454834, 1.785969614982605, 1.332810640335083, 0.827363908290863, 0.8622223138809204, 1.5419609546661377, 1.2456645965576172, 1.4199565649032593, 1.646536111831665, 1.2282354831695557, 1.158518671989441, 1.646536111831665, 1.8731155395507812, 1.7162528038024902, 2.0648367404937744, 1.9079740047454834, 1.9776906967163086, 1.8731155395507812, 1.9776906967163086, 1.8556864261627197, 1.7336820363998413, 1.611677646636963, 0.44392168521881104, -0.09638340771198273, 0.5659260153770447, 2.0299782752990723, 1.0365142822265625, 0.28705883026123047, 0.6182135939598083, 0.5659260153770447, 0.07790851593017578, -0.1312417984008789, -0.3055337369441986, 1.1236603260040283, 1.4199565649032593, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 0.8447931408882141, 1.2108062505722046, 1.4373857975006104, 1.332810640335083, 1.3850982189178467, 1.1062309741973877, 1.3850982189178467, 1.4548149108886719, 1.2282354831695557, 1.2282354831695557, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 0.670501172542572, 0.827363908290863, 0.8970807194709778, 0.7925055623054504, 1.1410894393920898, 1.1933770179748535, 1.0365142822265625, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 1.071372628211975, 1.315381407737732, 1.4199565649032593, 1.489673376083374, 1.2108062505722046, 1.472244143486023, 1.3676689863204956, 1.4025273323059082, 1.5942485332489014, 1.489673376083374, 1.175947904586792, -0.21838775277137756, -1.1421350240707397, -1.0027015209197998, 0.8447931408882141, 0.7227887511253357, 1.7162528038024902, 1.6988236904144287, 1.960261583328247, 2.1345534324645996, 1.8731155395507812, 2.047407388687134, 1.9776906967163086, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 1.9776906967163086, 1.7511112689971924, 1.5419609546661377, 2.0648367404937744, 2.151982545852661, 2.0648367404937744, 1.8905447721481323, 1.768540382385254, 1.4373857975006104, 1.7511112689971924, 1.5768193006515503, 0.984226644039154, 1.803398847579956, 1.3850982189178467, 1.611677646636963, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.8382571935653687, 2.239128589630127, 1.960261583328247, 1.1410894393920898, -0.3403921127319336, -0.7238344550132751, -0.18352937698364258, 0.6356428265571594, -0.1312417984008789, -0.3403921127319336, 1.0016558170318604, -0.21838775277137756, -0.8806971907615662, 1.2456645965576172, -0.23581695556640625, -1.0201307535171509, -0.9504139423370361, -0.8981263637542725, -0.42753809690475464, -0.3403921127319336, 1.489673376083374, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.7336820363998413, 1.6813944578170776, 1.611677646636963, 1.5942485332489014, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.489673376083374, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.489673376083374, 1.646536111831665, 1.8905447721481323, 2.1345534324645996, 2.361132860183716, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.361132860183716, 2.2914161682128906, 2.239128589630127, 2.1345534324645996, 1.9951199293136597, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8556864261627197, 1.9079740047454834, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.117124319076538, 2.0996949672698975, 1.9776906967163086, 1.8905447721481323, 1.9079740047454834, 1.8556864261627197, 1.7162528038024902, 1.6813944578170776, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.071372628211975, 0.7925055623054504, 1.315381407737732, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.7162528038024902, 1.5768193006515503, 1.8208279609680176, 1.785969614982605, 1.8905447721481323, 1.925403118133545, 2.117124319076538, 1.942832350730896, 1.8731155395507812, 1.9776906967163086, 1.9079740047454834, 1.5593900680541992, 0.827363908290863, 1.472244143486023, 1.0190850496292114, 0.6879304051399231, 0.2696296274662018, 1.9951199293136597, 1.5419609546661377, 1.2282354831695557, 1.0190850496292114, 0.6879304051399231, 0.7925055623054504, 1.2282354831695557, 0.4613508880138397, 1.2108062505722046, 0.9667974710464478, 1.0888018608093262, 0.9493682980537415, 1.1236603260040283, 1.4199565649032593, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.3676689863204956, 1.0365142822265625, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 0.8796514868736267, 0.984226644039154, 0.9667974710464478, 0.8796514868736267, 0.9145098924636841, 0.7925055623054504, 0.7227887511253357, 0.827363908290863, 1.315381407737732, 1.2108062505722046, 1.1236603260040283, 1.0190850496292114, 1.1062309741973877, 1.2979521751403809, 1.2108062505722046, 1.4373857975006104, 1.6639652252197266, 1.768540382385254, 1.489673376083374, 1.3676689863204956, 1.5071024894714355, 1.332810640335083, 0.6182135939598083, -0.9678431153297424, -1.0027015209197998, 1.332810640335083, 1.8208279609680176, 2.0125491619110107, 1.8556864261627197, 1.8731155395507812, 2.117124319076538, 1.960261583328247, 2.0299782752990723, 1.942832350730896, 2.117124319076538, 2.204270124435425, 1.9951199293136597, 1.960261583328247, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.047407388687134, 1.332810640335083, 2.0125491619110107, 2.151982545852661, 1.7511112689971924, 1.2456645965576172, 2.2565577030181885, 1.8731155395507812, 1.7511112689971924, 1.332810640335083, 1.2979521751403809, 1.2108062505722046, 1.2979521751403809, 1.5768193006515503, 1.175947904586792, 1.5071024894714355, 1.0888018608093262, 1.0190850496292114, 0.5659260153770447, 1.611677646636963, -0.5146840810775757, -0.3578213155269623, -0.2881045341491699, -0.37525051832199097, -0.8284096121788025, 0.7227887511253357, 0.7925055623054504, -0.532113254070282, 0.14762529730796814, 0.11276690661907196, -0.5669716596603394, -0.4972548484802246, -0.1486709862947464, -0.21838775277137756, -0.3229629397392273, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.175947904586792, 1.2456645965576172], [1.9951199293136597, 1.942832350730896, 1.8905447721481323, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.3676689863204956, 1.646536111831665, 1.8731155395507812, 2.0648367404937744, 2.239128589630127, 2.308845281600952, 2.361132860183716, 2.4134204387664795, 2.3785619735717773, 2.308845281600952, 2.204270124435425, 2.117124319076538, 2.082265853881836, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.960261583328247, 1.8905447721481323, 1.8208279609680176, 1.8208279609680176, 1.6639652252197266, 1.942832350730896, 1.960261583328247, 2.1345534324645996, 1.942832350730896, 2.0299782752990723, 2.1345534324645996, 1.8208279609680176, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8905447721481323, 1.7162528038024902, 1.5768193006515503, 1.8556864261627197, 1.9079740047454834, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.047407388687134, 1.942832350730896, 2.0996949672698975, 2.0648367404937744, 1.6813944578170776, 1.8208279609680176, 1.2456645965576172, 1.8208279609680176, 0.42649248242378235, 1.2456645965576172, 1.5419609546661377, 1.8382571935653687, 1.2630938291549683, 1.5245317220687866, 1.4548149108886719, 1.7336820363998413, 1.175947904586792, 1.0190850496292114, 0.6356428265571594, 1.4548149108886719, 0.984226644039154, 1.3676689863204956, 0.513638436794281, 1.1236603260040283, 1.1933770179748535, 0.8622223138809204, 1.1410894393920898, 0.9319390654563904, 1.2630938291549683, 0.8970807194709778, 1.071372628211975, 1.158518671989441, 1.0365142822265625, 1.1062309741973877, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.332810640335083, 0.9145098924636841, 1.1062309741973877, 1.3850982189178467, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.3850982189178467, 1.2282354831695557, 1.3850982189178467, 1.646536111831665, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.472244143486023, 1.5245317220687866, 1.0190850496292114, -0.07895421981811523, -1.1247059106826782, -0.04409583657979965, 1.8731155395507812, 1.9951199293136597, 1.8208279609680176, 1.2979521751403809, 1.7336820363998413, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.1868410110473633, 2.0996949672698975, 1.6988236904144287, 1.768540382385254, 1.925403118133545, 2.204270124435425, 2.2216994762420654, 2.3785619735717773, 1.472244143486023, 1.8382571935653687, 1.5071024894714355, 1.5419609546661377, 1.9776906967163086, 1.7336820363998413, 1.942832350730896, 0.8796514868736267, 1.785969614982605, 0.8622223138809204, 1.5942485332489014, 1.315381407737732, 1.8556864261627197, 1.6813944578170776, 1.8556864261627197, 1.4548149108886719, 1.3502397537231445, 0.478780061006546, -0.39267969131469727, -0.3578213155269623, -0.026666639372706413, -0.3403921127319336, -0.8458387851715088, 0.11276690661907196, 0.9667974710464478, -0.7586928009986877, -0.04409583657979965, 0.0430501289665699, -0.4623964726924896, -0.5146840810775757, -0.44496726989746094, -0.4798256754875183, 0.02562093921005726, 1.332810640335083, 1.2456645965576172, 1.2282354831695557, 1.175947904586792], [1.960261583328247, 1.9079740047454834, 1.8556864261627197, 1.803398847579956, 1.7511112689971924, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.5942485332489014, 1.5768193006515503, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.2979521751403809, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.5942485332489014, 1.6639652252197266, 1.8905447721481323, 2.2216994762420654, 2.2914161682128906, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.239128589630127, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.117124319076538, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8905447721481323, 1.9776906967163086, 1.9951199293136597, 1.8905447721481323, 1.8382571935653687, 1.9079740047454834, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.942832350730896, 1.8382571935653687, 1.8905447721481323, 1.7162528038024902, 1.925403118133545, 1.9776906967163086, 1.942832350730896, 2.0648367404937744, 2.082265853881836, 2.0299782752990723, 1.9776906967163086, 2.047407388687134, 1.9776906967163086, 1.8556864261627197, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.611677646636963, 1.785969614982605, 1.7162528038024902, 1.8208279609680176, 1.803398847579956, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.3850982189178467, 1.3502397537231445, 1.175947904586792, 1.4025273323059082, 1.2979521751403809, 1.1933770179748535, 1.071372628211975, 1.0190850496292114, 0.984226644039154, 1.2282354831695557, 1.2630938291549683, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.1410894393920898, 0.984226644039154, 0.9493682980537415, 1.1062309741973877, 0.9667974710464478, 0.7402179837226868, 0.827363908290863, 1.1236603260040283, 1.2108062505722046, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.1933770179748535, 1.7162528038024902, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.7336820363998413, 1.5593900680541992, 1.5245317220687866, 1.315381407737732, 0.600784420967102, -0.42753809690475464, -0.39267969131469727, 0.6356428265571594, 0.9667974710464478, 1.925403118133545, 1.9951199293136597, 1.7511112689971924, 1.6988236904144287, 2.1345534324645996, 1.942832350730896, 2.0996949672698975, 2.117124319076538, 2.2565577030181885, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.047407388687134, 1.5942485332489014, 1.5768193006515503, 1.4025273323059082, 1.8382571935653687, 1.8905447721481323, 1.5593900680541992, 1.960261583328247, 1.8382571935653687, 1.7336820363998413, 1.7162528038024902, 0.7750763297080994, 1.6988236904144287, 1.2979521751403809, 1.2805230617523193, 1.803398847579956, 1.6813944578170776, 2.047407388687134, 1.5593900680541992, 2.0299782752990723, 1.7336820363998413, 1.2805230617523193, -0.04409583657979965, -0.8806971907615662, -0.6366884112358093, -0.7586928009986877, -0.9155555367469788, -0.8458387851715088, 0.6530719995498657, -1.0027015209197998, -0.3229629397392273, 0.16505448520183563, -0.1312417984008789, -0.42753809690475464, -0.3403921127319336, -0.532113254070282, 0.6356428265571594, 1.315381407737732, 1.1933770179748535, 1.1236603260040283], [1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7511112689971924, 1.7336820363998413, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.3676689863204956, 1.489673376083374, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.1868410110473633, 2.2914161682128906, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.27398681640625, 2.1868410110473633, 2.151982545852661, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.785969614982605, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.6813944578170776, 1.4548149108886719, 1.4373857975006104, 1.472244143486023, 1.3502397537231445, 1.4025273323059082, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.646536111831665, 1.7511112689971924, 1.8382571935653687, 1.646536111831665, 1.5419609546661377, 1.8556864261627197, 1.5593900680541992, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2456645965576172, 0.7227887511253357, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.071372628211975, 0.9319390654563904, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.8447931408882141, 1.2282354831695557, 1.315381407737732, 1.2456645965576172, 1.3676689863204956, 1.2108062505722046, 1.0190850496292114, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1236603260040283, 1.0365142822265625, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.2456645965576172, 1.489673376083374, 1.1410894393920898, -0.23581695556640625, -0.532113254070282, -0.3229629397392273, 1.4199565649032593, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 2.0299782752990723, 2.0125491619110107, 2.1694118976593018, 1.8556864261627197, 2.1694118976593018, 1.768540382385254, 1.9776906967163086, 2.0648367404937744, 2.204270124435425, 1.4373857975006104, 1.3502397537231445, 1.960261583328247, 1.803398847579956, 1.646536111831665, 1.8556864261627197, 2.0996949672698975, 1.7162528038024902, 1.925403118133545, 1.8382571935653687, 2.0648367404937744, 1.9079740047454834, 1.4025273323059082, 1.8556864261627197, 1.2282354831695557, 1.5419609546661377, 1.3850982189178467, 1.7511112689971924, 1.768540382385254, 1.6813944578170776, 1.489673376083374, 2.047407388687134, 1.332810640335083, 1.8208279609680176, 1.0365142822265625, -0.1486709862947464, -1.0375598669052124, -0.8109803795814514, -0.6541175842285156, -0.8981263637542725, -0.7935512065887451, 0.30448800325393677, -1.0375598669052124, -0.5495424270629883, 0.06047932058572769, -0.06152502819895744, -0.026666639372706413, -0.3229629397392273, -0.44496726989746094, 1.1933770179748535, 1.2456645965576172, 1.0888018608093262], [1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.5419609546661377, 1.7162528038024902, 1.960261583328247, 2.151982545852661, 2.3262743949890137, 2.361132860183716, 2.361132860183716, 2.308845281600952, 2.27398681640625, 2.204270124435425, 2.117124319076538, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.925403118133545, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.785969614982605, 1.7162528038024902, 1.6813944578170776, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.7336820363998413, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.6813944578170776, 1.5419609546661377, 1.489673376083374, 1.7162528038024902, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 1.942832350730896, 2.082265853881836, 1.8208279609680176, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.803398847579956, 1.611677646636963, 1.629106879234314, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.6988236904144287, 1.629106879234314, 1.3502397537231445, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.3850982189178467, 1.158518671989441, 1.2456645965576172, 1.4199565649032593, 1.0016558170318604, 1.1410894393920898, 1.175947904586792, 1.1062309741973877, 1.0190850496292114, 1.0365142822265625, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.0888018608093262, 1.158518671989441, 1.1410894393920898, 0.9493682980537415, 1.2630938291549683, 1.4199565649032593, 1.2456645965576172, 1.175947904586792, 1.472244143486023, 1.3676689863204956, 1.053943395614624, 1.3676689863204956, 1.489673376083374, 1.472244143486023, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.158518671989441, -0.18352937698364258, -1.0375598669052124, 0.14762529730796814, 1.1062309741973877, 1.8382571935653687, 1.7336820363998413, 2.0299782752990723, 2.1868410110473633, 1.5071024894714355, 2.0125491619110107, 1.8905447721481323, 2.0996949672698975, 2.1345534324645996, 1.7511112689971924, 1.5942485332489014, 2.0299782752990723, 1.5593900680541992, 1.960261583328247, 1.472244143486023, 1.8208279609680176, 1.7336820363998413, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 1.2805230617523193, 1.7162528038024902, 1.942832350730896, 1.4373857975006104, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.8905447721481323, 1.9776906967163086, 1.3676689863204956, 1.803398847579956, 2.082265853881836, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 0.8970807194709778, 0.4090631604194641, -0.9329847693443298, -0.9155555367469788, -0.7935512065887451, -0.8981263637542725, -0.6366884112358093, -0.5146840810775757, -1.089847445487976, -0.41010889410972595, -0.09638340771198273, -0.1661001741886139, 0.2696296274662018, -0.4798256754875183, -0.6541175842285156, 1.4199565649032593, 1.0888018608093262], [1.8905447721481323, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5245317220687866, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.4548149108886719, 1.5942485332489014, 1.7336820363998413, 1.8731155395507812, 2.0299782752990723, 2.151982545852661, 2.308845281600952, 2.308845281600952, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0648367404937744, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.8731155395507812, 1.8731155395507812, 1.6639652252197266, 1.6988236904144287, 1.5245317220687866, 1.4373857975006104, 1.472244143486023, 1.2979521751403809, 1.175947904586792, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.5593900680541992, 1.6813944578170776, 1.158518671989441, 1.2805230617523193, 1.5071024894714355, 1.611677646636963, 1.768540382385254, 1.4199565649032593, 1.5593900680541992, 1.925403118133545, 1.925403118133545, 1.942832350730896, 2.0125491619110107, 1.8556864261627197, 1.768540382385254, 1.8382571935653687, 1.9951199293136597, 1.8382571935653687, 1.5942485332489014, 1.489673376083374, 1.3676689863204956, 1.7336820363998413, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.3502397537231445, 1.158518671989441, 1.3676689863204956, 1.3850982189178467, 0.7925055623054504, 0.478780061006546, 1.3850982189178467, 0.9145098924636841, 1.158518671989441, 1.053943395614624, 1.1933770179748535, 0.8796514868736267, 0.9493682980537415, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 0.6356428265571594, 0.7925055623054504, 0.9667974710464478, 1.2805230617523193, 1.0016558170318604, 1.053943395614624, 1.0016558170318604, 1.2805230617523193, 0.9319390654563904, 1.332810640335083, 0.33934640884399414, 1.2282354831695557, 1.1933770179748535, 1.0888018608093262, 1.5593900680541992, 1.6639652252197266, 1.5768193006515503, 1.6813944578170776, 1.5593900680541992, 1.6988236904144287, 1.5768193006515503, 1.5942485332489014, 1.1062309741973877, 0.44392168521881104, -0.8981263637542725, -0.7238344550132751, 1.332810640335083, 1.4373857975006104, 1.5593900680541992, 1.9776906967163086, 1.4025273323059082, 2.239128589630127, 2.1345534324645996, 2.047407388687134, 2.3437037467956543, 2.0299782752990723, 1.942832350730896, 2.047407388687134, 1.925403118133545, 1.942832350730896, 1.785969614982605, 2.0648367404937744, 2.047407388687134, 1.5768193006515503, 1.768540382385254, 1.8382571935653687, 1.803398847579956, 1.9079740047454834, 1.0888018608093262, 1.5071024894714355, 1.8208279609680176, 1.332810640335083, 1.071372628211975, 1.0888018608093262, 0.984226644039154, 0.984226644039154, 0.9319390654563904, 1.0365142822265625, 0.7053595781326294, 1.1236603260040283, 1.2108062505722046, 0.984226644039154, 1.0365142822265625, 1.4373857975006104, 0.42649248242378235, 0.513638436794281, 0.11276690661907196, -0.8632679581642151, -0.9504139423370361, -0.8284096121788025, -0.619259238243103, -0.688975989818573, -0.9504139423370361, -0.6366884112358093, -0.5495424270629883, -0.07895421981811523, -0.1312417984008789, -0.39267969131469727, -0.688975989818573, -0.619259238243103, 2.204270124435425], [1.8556864261627197, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.7336820363998413, 1.9776906967163086, 2.1345534324645996, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 2.0125491619110107, 1.942832350730896, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.7336820363998413, 1.8731155395507812, 1.8556864261627197, 1.803398847579956, 1.785969614982605, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.803398847579956, 1.8382571935653687, 1.803398847579956, 1.785969614982605, 1.5768193006515503, 1.5071024894714355, 1.6988236904144287, 1.7336820363998413, 1.5071024894714355, 1.472244143486023, 1.3502397537231445, 1.5942485332489014, 1.8208279609680176, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.611677646636963, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 1.768540382385254, 1.8208279609680176, 1.472244143486023, 1.315381407737732, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.1410894393920898, 1.071372628211975, 0.9667974710464478, 0.7925055623054504, 0.9319390654563904, 0.9667974710464478, 0.8796514868736267, 0.7576471567153931, 1.071372628211975, 1.0888018608093262, 0.9319390654563904, 1.053943395614624, 1.158518671989441, 1.0190850496292114, 0.9493682980537415, 0.4613508880138397, 0.7053595781326294, 0.7750763297080994, 1.071372628211975, 0.9319390654563904, 1.1933770179748535, 1.2108062505722046, 0.8970807194709778, 0.8970807194709778, 1.2108062505722046, 1.1933770179748535, 1.5942485332489014, 1.5071024894714355, 1.5419609546661377, 1.6639652252197266, 1.768540382385254, 1.7511112689971924, 1.5942485332489014, 1.4025273323059082, 0.6879304051399231, -1.0549890995025635, -0.5495424270629883, 0.02562093921005726, 0.28705883026123047, 1.8731155395507812, 1.611677646636963, 1.646536111831665, 2.082265853881836, 2.395991325378418, 1.960261583328247, 1.768540382385254, 1.960261583328247, 2.239128589630127, 1.785969614982605, 1.803398847579956, 1.8905447721481323, 2.2914161682128906, 1.8382571935653687, 1.7162528038024902, 1.7511112689971924, 1.646536111831665, 1.7511112689971924, 1.942832350730896, 1.5071024894714355, 1.7511112689971924, 1.4199565649032593, 1.2456645965576172, 0.9493682980537415, 0.9319390654563904, 0.5833552479743958, 0.827363908290863, 0.8447931408882141, 0.9145098924636841, 0.9319390654563904, 0.7925055623054504, 0.7402179837226868, 0.9493682980537415, 0.5833552479743958, 0.4962092638015747, 1.053943395614624, 0.44392168521881104, 1.053943395614624, 1.0365142822265625, -0.09638340771198273, -0.7064052224159241, -0.9852723479270935, -0.8109803795814514, -0.8632679581642151, -0.7412636280059814, -0.9504139423370361, -0.7586928009986877, -0.37525051832199097, -0.18352937698364258, -0.27067533135414124, -0.4623964726924896, -0.5146840810775757, 0.008191745728254318], [1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.0648367404937744, 1.9776906967163086, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9079740047454834, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.646536111831665, 1.472244143486023, 1.4025273323059082, 1.3502397537231445, 1.5768193006515503, 1.785969614982605, 1.629106879234314, 1.8905447721481323, 1.7162528038024902, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8208279609680176, 1.768540382385254, 1.803398847579956, 1.6988236904144287, 1.5245317220687866, 1.5942485332489014, 1.629106879234314, 1.2805230617523193, 1.5245317220687866, 1.629106879234314, 1.8208279609680176, 1.8556864261627197, 1.768540382385254, 1.5593900680541992, 1.785969614982605, 1.175947904586792, 1.629106879234314, 1.5768193006515503, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.175947904586792, 1.2108062505722046, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.1410894393920898, 1.071372628211975, 0.7402179837226868, 0.600784420967102, 0.8622223138809204, 0.670501172542572, 0.9319390654563904, 0.9667974710464478, 0.9145098924636841, 1.0016558170318604, 1.0888018608093262, 1.2456645965576172, 1.1062309741973877, 1.175947904586792, 1.071372628211975, 0.8796514868736267, 1.0016558170318604, 0.7750763297080994, 1.071372628211975, 0.8447931408882141, 1.0888018608093262, 1.2108062505722046, 1.0888018608093262, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.785969614982605, 1.611677646636963, 1.489673376083374, 1.5593900680541992, 1.5245317220687866, 0.670501172542572, -0.7586928009986877, -0.9504139423370361, 0.33934640884399414, 0.2696296274662018, 1.0190850496292114, 1.8382571935653687, 2.308845281600952, 1.960261583328247, 1.785969614982605, 1.7336820363998413, 1.803398847579956, 2.204270124435425, 1.803398847579956, 1.9951199293136597, 1.8731155395507812, 2.082265853881836, 1.5419609546661377, 1.7162528038024902, 1.8208279609680176, 1.960261583328247, 1.6988236904144287, 2.308845281600952, 1.6639652252197266, 1.7162528038024902, 1.2805230617523193, 1.158518671989441, 0.984226644039154, 0.9319390654563904, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.7925055623054504, 1.053943395614624, 0.6879304051399231, 0.8447931408882141, 0.670501172542572, 1.2108062505722046, 1.2456645965576172, 1.3676689863204956, 1.4025273323059082, 0.13019609451293945, -0.5495424270629883, -1.1421350240707397, -0.688975989818573, -0.7761220335960388, -0.6366884112358093, -0.8109803795814514, -0.6715468168258667, -0.7935512065887451, -0.20095856487751007, 0.11276690661907196, -0.5495424270629883, -0.5495424270629883], [1.7336820363998413, 1.6813944578170776, 1.6813944578170776, 1.629106879234314, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.629106879234314, 1.9079740047454834, 1.9951199293136597, 2.047407388687134, 2.151982545852661, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.117124319076538, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.7336820363998413, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.6813944578170776, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.785969614982605, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 1.768540382385254, 1.2630938291549683, 1.489673376083374, 1.4373857975006104, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6988236904144287, 1.8731155395507812, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.629106879234314, 1.6639652252197266, 1.5768193006515503, 1.7162528038024902, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.5419609546661377, 1.5593900680541992, 1.4548149108886719, 1.629106879234314, 1.2108062505722046, 1.071372628211975, 1.5071024894714355, 1.5419609546661377, 1.2456645965576172, 1.1933770179748535, 1.2456645965576172, 0.984226644039154, 0.827363908290863, 0.9667974710464478, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.158518671989441, 0.8970807194709778, 0.670501172542572, 1.2630938291549683, 0.827363908290863, 0.5659260153770447, 1.2282354831695557, 0.7402179837226868, 1.1933770179748535, 0.7925055623054504, 0.8796514868736267, 0.827363908290863, 1.3502397537231445, 1.315381407737732, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.3676689863204956, 1.4025273323059082, 1.489673376083374, 1.629106879234314, 1.5071024894714355, 1.785969614982605, 1.629106879234314, 1.5768193006515503, 1.5071024894714355, 1.332810640335083, -0.37525051832199097, -0.7238344550132751, -0.4972548484802246, 0.7227887511253357, 1.0190850496292114, 1.9079740047454834, 1.646536111831665, 1.472244143486023, 1.8208279609680176, 2.082265853881836, 1.7162528038024902, 1.9079740047454834, 1.8731155395507812, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.629106879234314, 1.8382571935653687, 1.8556864261627197, 1.803398847579956, 1.9951199293136597, 1.3676689863204956, 1.5245317220687866, 1.158518671989441, 0.7750763297080994, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9319390654563904, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 0.8796514868736267, 1.0888018608093262, 1.053943395614624, 1.1236603260040283, 1.0016558170318604, 1.1933770179748535, 1.0016558170318604, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.2108062505722046, -0.8458387851715088, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -0.7238344550132751, -0.8109803795814514, -0.6715468168258667, -1.2118518352508545, 0.44392168521881104, -0.09638340771198273, -0.5495424270629883], [1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.8556864261627197, 1.9776906967163086, 2.082265853881836, 2.151982545852661, 2.1694118976593018, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.646536111831665, 1.7336820363998413, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7511112689971924, 1.6988236904144287, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.768540382385254, 1.4199565649032593, 1.9079740047454834, 1.9776906967163086, 1.5245317220687866, 1.4373857975006104, 1.6639652252197266, 1.3676689863204956, 1.611677646636963, 1.6988236904144287, 1.5768193006515503, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.768540382385254, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.4025273323059082, 1.5245317220687866, 1.489673376083374, 1.4548149108886719, 1.3676689863204956, 1.611677646636963, 1.6639652252197266, 1.2630938291549683, 1.2630938291549683, 1.6639652252197266, 1.4548149108886719, 1.4025273323059082, 1.5071024894714355, 1.315381407737732, 1.2456645965576172, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.071372628211975, 1.2282354831695557, 1.071372628211975, 0.984226644039154, 1.2108062505722046, 1.332810640335083, 1.2979521751403809, 0.7227887511253357, 0.8099347352981567, 1.0016558170318604, 1.071372628211975, 0.670501172542572, 0.827363908290863, 0.9145098924636841, 1.1236603260040283, 0.9493682980537415, 0.7053595781326294, 0.984226644039154, 1.4548149108886719, 1.4199565649032593, 1.3502397537231445, 1.5419609546661377, 1.5593900680541992, 1.5071024894714355, 1.8382571935653687, 1.6813944578170776, 1.5768193006515503, 1.5768193006515503, 1.6639652252197266, 1.6988236904144287, 1.4548149108886719, 0.33934640884399414, -0.4623964726924896, -1.0724183320999146, 0.44392168521881104, 0.44392168521881104, 1.2456645965576172, 1.8556864261627197, 1.8731155395507812, 1.942832350730896, 1.7162528038024902, 1.7511112689971924, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.646536111831665, 1.611677646636963, 2.1345534324645996, 1.7162528038024902, 1.8731155395507812, 1.8556864261627197, 1.7511112689971924, 1.332810640335083, 1.2456645965576172, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.1062309741973877, 1.053943395614624, 1.0365142822265625, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.2630938291549683, 1.1933770179748535, 1.2456645965576172, 1.1933770179748535, 1.2979521751403809, 1.3502397537231445, 1.6813944578170776, -0.7064052224159241, -1.1072766780853271, -0.9329847693443298, -0.8458387851715088, -0.8109803795814514, -0.8284096121788025, -0.7935512065887451, -1.0201307535171509, 1.0888018608093262, -0.3055337369441986], [1.6639652252197266, 1.629106879234314, 1.5768193006515503, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.942832350730896, 2.0648367404937744, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.117124319076538, 2.0648367404937744, 1.9951199293136597, 1.925403118133545, 1.9079740047454834, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7162528038024902, 1.6639652252197266, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.7162528038024902, 1.803398847579956, 1.9079740047454834, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.6988236904144287, 1.6813944578170776, 1.611677646636963, 1.6813944578170776, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.472244143486023, 1.5419609546661377, 1.7162528038024902, 1.8731155395507812, 1.6988236904144287, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.472244143486023, 1.4199565649032593, 1.5768193006515503, 1.4199565649032593, 1.611677646636963, 1.6988236904144287, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5942485332489014, 1.6639652252197266, 1.5419609546661377, 1.5071024894714355, 1.2456645965576172, 1.2456645965576172, 1.1062309741973877, 0.8970807194709778, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.1062309741973877, 1.0365142822265625, 1.053943395614624, 1.158518671989441, 1.0016558170318604, 1.053943395614624, 0.7750763297080994, 0.670501172542572, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7925055623054504, 0.9319390654563904, 0.9493682980537415, 1.1236603260040283, 1.1236603260040283, 1.472244143486023, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.611677646636963, 1.5593900680541992, 1.5419609546661377, 1.6639652252197266, 1.5942485332489014, 1.8382571935653687, 1.5245317220687866, 1.315381407737732, -0.20095856487751007, -0.8632679581642151, -0.9678431153297424, 0.2347712516784668, 1.0365142822265625, 1.472244143486023, 1.6639652252197266, 1.7336820363998413, 1.5768193006515503, 1.8556864261627197, 1.8382571935653687, 1.9951199293136597, 1.646536111831665, 1.9951199293136597, 1.5419609546661377, 1.5942485332489014, 2.0299782752990723, 1.768540382385254, 1.785969614982605, 0.7227887511253357, 1.2282354831695557, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.332810640335083, 0.984226644039154, -0.9678431153297424, -1.1421350240707397, -0.9678431153297424, -0.8981263637542725, -0.8806971907615662, -0.8284096121788025, -0.8806971907615662, 1.1236603260040283], [1.646536111831665, 1.5942485332489014, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.925403118133545, 1.9776906967163086, 2.047407388687134, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.646536111831665, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4373857975006104, 1.2979521751403809, 1.5768193006515503, 1.768540382385254, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.960261583328247, 1.8382571935653687, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.646536111831665, 1.8556864261627197, 1.8731155395507812, 1.3676689863204956, 1.315381407737732, 1.2979521751403809, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.7162528038024902, 1.6639652252197266, 1.6639652252197266, 1.5768193006515503, 1.315381407737732, 1.2630938291549683, 1.4199565649032593, 1.5419609546661377, 1.6639652252197266, 1.5419609546661377, 1.629106879234314, 1.5593900680541992, 1.4373857975006104, 1.472244143486023, 1.611677646636963, 1.7336820363998413, 1.3676689863204956, 1.5593900680541992, 1.3676689863204956, 1.2282354831695557, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.158518671989441, 0.9667974710464478, 0.9319390654563904, 1.4548149108886719, 1.1236603260040283, 1.1062309741973877, 0.8796514868736267, 0.9667974710464478, 1.071372628211975, 0.827363908290863, 0.8447931408882141, 1.0190850496292114, 0.8447931408882141, 0.9667974710464478, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.1410894393920898, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.3676689863204956, 1.6639652252197266, 1.5245317220687866, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.1933770179748535, -0.2881045341491699, -0.25324615836143494, -0.20095856487751007, 0.5310676693916321, 1.175947904586792, 0.4090631604194641, 0.8622223138809204, 1.6988236904144287, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.942832350730896, 1.7162528038024902, 1.9079740047454834, 1.5593900680541992, 0.8099347352981567, 1.175947904586792, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.3676689863204956, 0.18248367309570312, -1.1247059106826782, -0.9504139423370361, -0.7935512065887451, -0.8458387851715088, -0.9678431153297424, -0.9329847693443298], [1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4548149108886719, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.332810640335083, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.803398847579956, 1.960261583328247, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0125491619110107, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.2805230617523193, 1.5768193006515503, 1.611677646636963, 1.8208279609680176, 1.785969614982605, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.7336820363998413, 1.7336820363998413, 1.5593900680541992, 1.5942485332489014, 1.2805230617523193, 1.3676689863204956, 1.629106879234314, 1.489673376083374, 1.4199565649032593, 1.611677646636963, 1.629106879234314, 1.7162528038024902, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.611677646636963, 1.7162528038024902, 1.646536111831665, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5593900680541992, 1.7336820363998413, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5245317220687866, 1.332810640335083, 1.071372628211975, 1.4373857975006104, 1.2108062505722046, 0.7750763297080994, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.2108062505722046, 1.2630938291549683, 0.827363908290863, 0.8447931408882141, 0.7750763297080994, 0.7227887511253357, 0.7227887511253357, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 1.053943395614624, 1.2630938291549683, 1.158518671989441, 1.2282354831695557, 1.1410894393920898, 1.2108062505722046, 1.2805230617523193, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.4548149108886719, 1.7511112689971924, 1.489673376083374, 1.332810640335083, 1.5071024894714355, 1.611677646636963, 1.6813944578170776, 1.7336820363998413, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.629106879234314, 1.315381407737732, -0.06152502819895744, -0.3403921127319336, 0.5484968423843384, 0.06047932058572769, -0.1486709862947464, 1.646536111831665, 1.5071024894714355, 1.960261583328247, 1.7511112689971924, 1.7162528038024902, 1.960261583328247, 1.768540382385254, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.5593900680541992, 1.315381407737732, 1.2108062505722046, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.472244143486023, 0.06047932058572769, -1.333856225013733, -1.089847445487976, -1.0027015209197998, -1.0549890995025635], [1.5593900680541992, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5245317220687866, 1.5245317220687866, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.7336820363998413, 1.8382571935653687, 1.803398847579956, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.0299782752990723, 1.9079740047454834, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.803398847579956, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.5245317220687866, 1.611677646636963, 1.3502397537231445, 0.8622223138809204, 1.489673376083374, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.472244143486023, 1.611677646636963, 1.629106879234314, 1.472244143486023, 1.5593900680541992, 1.5419609546661377, 1.646536111831665, 1.3676689863204956, 1.472244143486023, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.7162528038024902, 1.5245317220687866, 1.5071024894714355, 1.315381407737732, 1.0888018608093262, 1.6639652252197266, 1.5071024894714355, 1.158518671989441, 1.071372628211975, 1.3676689863204956, 1.158518671989441, 1.1410894393920898, 1.0365142822265625, 1.053943395614624, 0.7750763297080994, 0.9667974710464478, 0.6879304051399231, 0.9319390654563904, 1.0190850496292114, 1.0888018608093262, 1.0190850496292114, 1.158518671989441, 1.1236603260040283, 1.071372628211975, 0.9145098924636841, 1.2805230617523193, 0.9493682980537415, 1.1062309741973877, 1.3502397537231445, 1.4025273323059082, 1.315381407737732, 1.5419609546661377, 1.158518671989441, 1.4025273323059082, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.611677646636963, 1.7511112689971924, 1.3850982189178467, 0.8796514868736267, -0.3229629397392273, -0.7064052224159241, -0.18352937698364258, 0.35677558183670044, 1.1062309741973877, 1.472244143486023, 1.942832350730896, 1.7162528038024902, 1.7162528038024902, 1.9951199293136597, 1.8556864261627197, 1.5942485332489014, 1.803398847579956, 1.611677646636963, 1.5593900680541992, 1.3850982189178467, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 0.5659260153770447, -1.2292810678482056, -1.0549890995025635], [1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7511112689971924, 1.8556864261627197, 2.0996949672698975, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.1694118976593018, 2.0996949672698975, 1.9776906967163086, 1.960261583328247, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.768540382385254, 1.803398847579956, 1.7162528038024902, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.7162528038024902, 1.5768193006515503, 1.5419609546661377, 1.768540382385254, 1.785969614982605, 1.6988236904144287, 1.5593900680541992, 1.489673376083374, 1.315381407737732, 1.4373857975006104, 1.472244143486023, 1.3676689863204956, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.5071024894714355, 1.5245317220687866, 1.6639652252197266, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.5942485332489014, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.5942485332489014, 1.6813944578170776, 1.768540382385254, 1.803398847579956, 1.785969614982605, 1.5942485332489014, 1.3676689863204956, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.332810640335083, 1.2282354831695557, 1.4199565649032593, 1.1062309741973877, 1.2282354831695557, 1.1410894393920898, 1.175947904586792, 0.8099347352981567, 1.175947904586792, 0.8796514868736267, 0.9493682980537415, 1.1933770179748535, 1.1933770179748535, 1.053943395614624, 0.9493682980537415, 1.0365142822265625, 1.2282354831695557, 1.0365142822265625, 0.8447931408882141, 1.332810640335083, 1.0365142822265625, 1.332810640335083, 1.4025273323059082, 1.2979521751403809, 1.4025273323059082, 1.4199565649032593, 1.489673376083374, 1.611677646636963, 1.6988236904144287, 1.6988236904144287, 1.629106879234314, 1.7162528038024902, 1.768540382385254, 1.6639652252197266, 1.7511112689971924, 1.6639652252197266, 1.5593900680541992, 0.2347712516784668, -0.7238344550132751, -0.8632679581642151, -0.7412636280059814, 0.28705883026123047, 1.158518671989441, 1.6988236904144287, 1.8731155395507812, 1.7162528038024902, 1.942832350730896, 0.7227887511253357, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.4199565649032593, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1236603260040283, 1.0365142822265625, 1.0190850496292114, 1.315381407737732, 1.2805230617523193, 1.4199565649032593], [1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6988236904144287, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7511112689971924, 1.8731155395507812, 1.9951199293136597, 2.0996949672698975, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0125491619110107, 1.9776906967163086, 1.8731155395507812, 1.8382571935653687, 1.785969614982605, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.629106879234314, 1.5419609546661377, 1.5768193006515503, 1.6813944578170776, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.8382571935653687, 1.768540382385254, 1.7511112689971924, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.489673376083374, 1.2456645965576172, 1.2282354831695557, 1.489673376083374, 1.071372628211975, 1.1062309741973877, 1.5593900680541992, 1.4025273323059082, 1.5593900680541992, 1.5245317220687866, 1.6813944578170776, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.6813944578170776, 1.5942485332489014, 1.5419609546661377, 1.646536111831665, 1.5942485332489014, 1.5071024894714355, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.5419609546661377, 1.6813944578170776, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.3676689863204956, 1.4548149108886719, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.1062309741973877, 1.158518671989441, 1.0365142822265625, 0.9667974710464478, 1.053943395614624, 1.0190850496292114, 1.2630938291549683, 1.1236603260040283, 1.3502397537231445, 1.2456645965576172, 1.332810640335083, 1.2630938291549683, 1.3502397537231445, 0.9493682980537415, 1.175947904586792, 1.175947904586792, 1.3676689863204956, 1.175947904586792, 1.4025273323059082, 1.5768193006515503, 1.3676689863204956, 1.5071024894714355, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.768540382385254, 1.5768193006515503, 1.6813944578170776, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.7162528038024902, 1.6813944578170776, 1.0365142822265625, 0.13019609451293945, -0.601830005645752, -0.5844008326530457, -0.7238344550132751, 0.5484968423843384, 0.7402179837226868, 1.158518671989441, 1.785969614982605, 0.6356428265571594, 1.2456645965576172, 1.3850982189178467, 1.646536111831665, 1.5593900680541992, 1.4548149108886719, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283], [1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6813944578170776, 1.8905447721481323, 2.0648367404937744, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.9079740047454834, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.5419609546661377, 1.5593900680541992, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.7336820363998413, 1.332810640335083, 1.5593900680541992, 1.472244143486023, 1.3850982189178467, 1.5245317220687866, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.5419609546661377, 1.1236603260040283, 1.1062309741973877, 1.4199565649032593, 1.0190850496292114, 1.0016558170318604, 1.1236603260040283, 1.2979521751403809, 1.053943395614624, 1.2108062505722046, 1.2630938291549683, 1.4025273323059082, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.5768193006515503, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.1410894393920898, 1.4199565649032593, 1.4548149108886719, 1.3502397537231445, 1.472244143486023, 1.4025273323059082, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.1933770179748535, 1.1062309741973877, 1.0016558170318604, 0.8970807194709778, 1.1062309741973877, 1.0888018608093262, 1.2805230617523193, 0.9667974710464478, 1.315381407737732, 1.0888018608093262, 1.1933770179748535, 1.1410894393920898, 1.053943395614624, 1.1236603260040283, 1.2282354831695557, 1.3850982189178467, 0.7750763297080994, 1.4548149108886719, 1.0190850496292114, 1.472244143486023, 1.4025273323059082, 1.5071024894714355, 1.4199565649032593, 1.5419609546661377, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.7162528038024902, 1.332810640335083, 0.827363908290863, 0.42649248242378235, -0.11381260305643082, -0.41010889410972595, -0.1661001741886139, 0.6356428265571594, 0.32191720604896545, 0.5310676693916321, 0.9319390654563904, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4199565649032593, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262], [1.3502397537231445, 1.315381407737732, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.9776906967163086, 1.925403118133545, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 1.960261583328247, 1.8905447721481323, 1.803398847579956, 1.7162528038024902, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4548149108886719, 1.6988236904144287, 1.489673376083374, 1.5245317220687866, 1.4548149108886719, 1.5593900680541992, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.768540382385254, 1.6988236904144287, 1.629106879234314, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.175947904586792, 1.071372628211975, 1.2282354831695557, 1.1236603260040283, 0.9493682980537415, 1.1236603260040283, 1.4548149108886719, 1.2979521751403809, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 0.8970807194709778, 1.0365142822265625, 1.2282354831695557, 1.315381407737732, 1.1410894393920898, 1.1410894393920898, 1.315381407737732, 1.4199565649032593, 1.5419609546661377, 1.3676689863204956, 1.4199565649032593, 1.158518671989441, 1.0888018608093262, 1.332810640335083, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.3850982189178467, 1.2456645965576172, 1.1410894393920898, 1.1236603260040283, 1.5071024894714355, 1.2979521751403809, 1.4548149108886719, 1.053943395614624, 0.7750763297080994, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.1062309741973877, 1.2108062505722046, 1.2108062505722046, 1.1410894393920898, 1.158518671989441, 1.0190850496292114, 1.158518671989441, 1.3502397537231445, 1.0190850496292114, 0.9667974710464478, 0.8447931408882141, 1.2456645965576172, 0.7925055623054504, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.2979521751403809, 1.5593900680541992, 1.5071024894714355, 1.5768193006515503, 1.7162528038024902, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.5593900680541992, 1.629106879234314, 1.6988236904144287, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5071024894714355, 1.0888018608093262, 0.9319390654563904, 0.827363908290863, 1.489673376083374, 1.4025273323059082, 1.5419609546661377, 1.5419609546661377, 1.611677646636963, 1.4548149108886719, 1.489673376083374, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975], [1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.960261583328247, 1.942832350730896, 2.117124319076538, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.960261583328247, 1.8731155395507812, 1.768540382385254, 1.6813944578170776, 1.472244143486023, 1.5245317220687866, 1.4548149108886719, 1.3850982189178467, 1.5419609546661377, 1.5245317220687866, 1.6639652252197266, 1.611677646636963, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.7511112689971924, 1.803398847579956, 1.6813944578170776, 1.6813944578170776, 1.5419609546661377, 1.315381407737732, 1.1933770179748535, 1.315381407737732, 1.0016558170318604, 1.2979521751403809, 1.4199565649032593, 1.4548149108886719, 1.2108062505722046, 0.8970807194709778, 1.0016558170318604, 1.489673376083374, 1.2979521751403809, 1.4199565649032593, 1.158518671989441, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4199565649032593, 1.472244143486023, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.1410894393920898, 1.053943395614624, 0.9319390654563904, 0.8970807194709778, 1.2282354831695557, 1.315381407737732, 1.3676689863204956, 0.984226644039154, 1.175947904586792, 0.9667974710464478, 0.984226644039154, 0.9145098924636841, 0.9493682980537415, 1.2805230617523193, 1.4025273323059082, 1.1933770179748535, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.315381407737732, 1.2282354831695557, 1.3676689863204956, 1.175947904586792, 1.315381407737732, 1.2805230617523193, 0.984226644039154, 0.9319390654563904, 1.0888018608093262, 0.9493682980537415, 0.8447931408882141, 1.071372628211975, 0.7925055623054504, 1.3502397537231445, 1.472244143486023, 1.2456645965576172, 1.2630938291549683, 1.7336820363998413, 1.7162528038024902, 1.5942485332489014, 1.489673376083374, 1.6988236904144287, 1.646536111831665, 1.611677646636963, 1.6813944578170776, 1.6639652252197266, 1.6988236904144287, 1.646536111831665, 1.5419609546661377, 1.611677646636963, 1.8905447721481323, 1.6813944578170776, 1.5768193006515503, 1.611677646636963, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.611677646636963, 1.472244143486023, 1.472244143486023, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.1933770179748535, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625], [1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 1.9951199293136597, 1.9776906967163086, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.117124319076538, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.803398847579956, 1.646536111831665, 1.611677646636963, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.2805230617523193, 0.8099347352981567, 1.2108062505722046, 1.4373857975006104, 1.4025273323059082, 1.4548149108886719, 1.5768193006515503, 1.4548149108886719, 1.5768193006515503, 1.5419609546661377, 1.489673376083374, 1.4025273323059082, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4199565649032593, 1.0888018608093262, 1.1062309741973877, 0.9667974710464478, 1.2805230617523193, 1.158518671989441, 1.071372628211975, 1.158518671989441, 0.9667974710464478, 0.9667974710464478, 1.053943395614624, 1.2282354831695557, 1.0888018608093262, 1.0365142822265625, 0.9319390654563904, 1.0888018608093262, 1.0190850496292114, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.2805230617523193, 1.175947904586792, 1.315381407737732, 1.2979521751403809, 1.1236603260040283, 1.2805230617523193, 1.1933770179748535, 0.984226644039154, 0.9145098924636841, 1.0190850496292114, 0.7227887511253357, 0.5833552479743958, 0.8796514868736267, 1.2805230617523193, 1.4199565649032593, 1.472244143486023, 1.3850982189178467, 1.5419609546661377, 1.5419609546661377, 1.4373857975006104, 1.629106879234314, 1.7162528038024902, 1.472244143486023, 1.611677646636963, 1.9079740047454834, 1.6813944578170776, 1.785969614982605, 1.7162528038024902, 1.5768193006515503, 1.6988236904144287, 1.6988236904144287, 1.611677646636963, 1.6988236904144287, 1.7336820363998413, 1.8208279609680176, 1.629106879234314, 1.5942485332489014, 1.6639652252197266, 1.6639652252197266, 1.768540382385254, 1.5419609546661377, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.8208279609680176, 1.8905447721481323, 1.8382571935653687, 1.9776906967163086, 2.0648367404937744, 2.117124319076538, 2.1694118976593018, 2.1868410110473633, 2.117124319076538, 2.082265853881836, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.942832350730896, 1.8905447721481323, 1.8556864261627197, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.629106879234314, 1.489673376083374, 1.4025273323059082, 1.3502397537231445, 1.4548149108886719, 1.332810640335083, 1.4373857975006104, 1.5071024894714355, 1.5593900680541992, 1.489673376083374, 1.472244143486023, 1.4025273323059082, 1.5419609546661377, 1.3502397537231445, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.2979521751403809, 1.2282354831695557, 1.0016558170318604, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.1933770179748535, 1.332810640335083, 1.3676689863204956, 1.2805230617523193, 1.2108062505722046, 1.053943395614624, 1.1410894393920898, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 1.1236603260040283, 1.1062309741973877, 1.2108062505722046, 1.5071024894714355, 1.3850982189178467, 1.4199565649032593, 1.315381407737732, 1.472244143486023, 1.2805230617523193, 1.4025273323059082, 1.2630938291549683, 1.5071024894714355, 1.2282354831695557, 1.4548149108886719, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.053943395614624, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.071372628211975, 0.7925055623054504, 0.5833552479743958, 0.9319390654563904, 0.513638436794281, 1.0016558170318604, 1.175947904586792, 1.071372628211975, 1.3676689863204956, 1.489673376083374, 1.3850982189178467, 1.2979521751403809, 1.4373857975006104, 1.5419609546661377, 1.5768193006515503, 1.5419609546661377, 1.332810640335083, 1.785969614982605, 1.7162528038024902, 1.6639652252197266, 1.7511112689971924, 1.332810640335083, 1.7511112689971924, 1.7511112689971924, 1.5768193006515503, 1.629106879234314, 1.768540382385254, 1.785969614982605, 1.5942485332489014, 1.5768193006515503, 1.6988236904144287, 1.7336820363998413, 1.629106879234314, 1.5768193006515503, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.8905447721481323, 2.047407388687134, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0125491619110107, 1.960261583328247, 1.942832350730896, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.9776906967163086, 1.925403118133545, 1.8905447721481323, 1.8208279609680176, 1.768540382385254, 1.5942485332489014, 1.5245317220687866, 1.3676689863204956, 1.2282354831695557, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.489673376083374, 1.4373857975006104, 1.315381407737732, 1.4199565649032593, 1.2456645965576172, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2282354831695557, 1.071372628211975, 0.827363908290863, 1.071372628211975, 1.1062309741973877, 1.3676689863204956, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2108062505722046, 1.3676689863204956, 1.2979521751403809, 1.3850982189178467, 1.2805230617523193, 1.2282354831695557, 1.1410894393920898, 1.1410894393920898, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.4548149108886719, 1.3676689863204956, 1.3502397537231445, 1.5245317220687866, 1.4199565649032593, 1.1410894393920898, 1.3676689863204956, 1.332810640335083, 1.0888018608093262, 1.1933770179748535, 1.1933770179748535, 1.5419609546661377, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.053943395614624, 1.2979521751403809, 1.0190850496292114, 0.8447931408882141, 0.670501172542572, 0.827363908290863, 1.0365142822265625, 1.2108062505722046, 1.2282354831695557, 1.332810640335083, 1.3676689863204956, 1.071372628211975, 1.315381407737732, 1.4025273323059082, 1.5593900680541992, 1.4199565649032593, 1.5245317220687866, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.2282354831695557, 1.803398847579956, 1.6813944578170776, 1.7162528038024902, 1.629106879234314, 1.646536111831665, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.7162528038024902, 1.646536111831665, 1.5768193006515503, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8731155395507812, 1.8905447721481323, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.0125491619110107, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.7162528038024902, 1.6988236904144287, 1.5419609546661377, 1.472244143486023, 1.175947904586792, 1.2282354831695557, 1.489673376083374, 1.1410894393920898, 1.158518671989441, 0.9493682980537415, 0.9145098924636841, 1.1236603260040283, 1.4025273323059082, 0.670501172542572, 0.7750763297080994, 1.315381407737732, 1.1933770179748535, 0.827363908290863, 1.315381407737732, 1.2630938291549683, 1.0888018608093262, 1.4199565649032593, 1.0016558170318604, 1.158518671989441, 1.5419609546661377, 0.984226644039154, 1.1410894393920898, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.1933770179748535, 1.175947904586792, 1.2282354831695557, 1.175947904586792, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.472244143486023, 1.2282354831695557, 1.2805230617523193, 1.4025273323059082, 1.4373857975006104, 1.5768193006515503, 1.611677646636963, 1.2282354831695557, 1.3502397537231445, 1.3502397537231445, 1.175947904586792, 1.3502397537231445, 1.0888018608093262, 1.0190850496292114, 1.4548149108886719, 1.053943395614624, 0.7925055623054504, 1.4025273323059082, 1.071372628211975, 1.071372628211975, 0.8970807194709778, 0.7925055623054504, 0.7750763297080994, 0.7576471567153931, 0.9145098924636841, 1.1062309741973877, 1.1410894393920898, 1.315381407737732, 1.0190850496292114, 1.4199565649032593, 1.3850982189178467, 1.4548149108886719, 1.5593900680541992, 1.3676689863204956, 1.4548149108886719, 1.2456645965576172, 1.6988236904144287, 1.5768193006515503, 1.4199565649032593, 1.5768193006515503, 1.6813944578170776, 1.611677646636963, 1.6988236904144287, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.629106879234314, 1.6988236904144287, 1.5768193006515503, 1.5245317220687866, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141], [1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.8382571935653687, 1.925403118133545, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.0648367404937744, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.5768193006515503, 1.4548149108886719, 1.4548149108886719, 1.3502397537231445, 1.332810640335083, 1.5071024894714355, 1.3850982189178467, 1.785969614982605, 1.5593900680541992, 1.5768193006515503, 1.5245317220687866, 1.3850982189178467, 1.3676689863204956, 1.315381407737732, 1.3676689863204956, 1.1933770179748535, 1.2282354831695557, 1.3850982189178467, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.158518671989441, 1.332810640335083, 1.1236603260040283, 1.2282354831695557, 1.315381407737732, 1.2108062505722046, 1.2108062505722046, 1.0888018608093262, 1.071372628211975, 0.9145098924636841, 0.984226644039154, 1.071372628211975, 1.0888018608093262, 1.2108062505722046, 1.2630938291549683, 1.3502397537231445, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.071372628211975, 1.0016558170318604, 1.315381407737732, 1.1062309741973877, 1.3850982189178467, 1.6639652252197266, 1.3502397537231445, 1.2630938291549683, 1.0016558170318604, 0.8622223138809204, 1.2108062505722046, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.1410894393920898, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, 0.9145098924636841, 1.0365142822265625, 1.4025273323059082, 1.1933770179748535, 0.9493682980537415, 1.1236603260040283, 1.053943395614624, 1.158518671989441, 1.4025273323059082, 1.5593900680541992, 1.3850982189178467, 0.7053595781326294, 1.5593900680541992, 1.611677646636963, 1.3850982189178467, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.7162528038024902, 1.6639652252197266, 1.6988236904144287, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.6639652252197266, 1.5419609546661377, 1.472244143486023, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.827363908290863], [1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.8556864261627197, 1.9776906967163086, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.1345534324645996, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 1.9776906967163086, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.768540382385254, 1.646536111831665, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5071024894714355, 1.3502397537231445, 1.2630938291549683, 1.611677646636963, 1.6813944578170776, 1.611677646636963, 1.5768193006515503, 1.5071024894714355, 1.4025273323059082, 1.332810640335083, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.315381407737732, 1.2282354831695557, 1.2630938291549683, 1.3676689863204956, 1.2805230617523193, 1.1933770179748535, 1.315381407737732, 1.1933770179748535, 1.2805230617523193, 1.1410894393920898, 1.2456645965576172, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.2630938291549683, 1.2282354831695557, 1.4199565649032593, 1.3850982189178467, 1.2805230617523193, 1.4548149108886719, 1.4199565649032593, 1.2456645965576172, 0.8970807194709778, 1.2979521751403809, 1.4025273323059082, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2630938291549683, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.0190850496292114, 1.2630938291549683, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 0.8447931408882141, 0.8796514868736267, 0.8099347352981567, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1410894393920898, 1.0365142822265625, 1.1933770179748535, 1.4199565649032593, 1.315381407737732, 0.8622223138809204, 1.332810640335083, 1.4548149108886719, 1.4548149108886719, 1.5768193006515503, 1.5768193006515503, 1.2630938291549683, 1.5942485332489014, 1.646536111831665, 1.611677646636963, 1.803398847579956, 1.7511112689971924, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 0.9493682980537415, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.9667974710464478, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.047407388687134, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8382571935653687, 1.7162528038024902, 1.785969614982605, 1.7511112689971924, 1.611677646636963, 1.6813944578170776, 1.2979521751403809, 1.5768193006515503, 1.611677646636963, 1.6639652252197266, 1.5768193006515503, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.3676689863204956, 1.5245317220687866, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.3850982189178467, 1.4025273323059082, 1.2108062505722046, 1.332810640335083, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 0.8099347352981567, 1.0016558170318604, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.2108062505722046, 1.315381407737732, 1.053943395614624, 1.3502397537231445, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.472244143486023, 1.5071024894714355, 1.3850982189178467, 1.4548149108886719, 1.158518671989441, 0.9145098924636841, 0.5833552479743958, 0.670501172542572, 0.8796514868736267, 1.0190850496292114, 0.9493682980537415, 1.2979521751403809, 1.2456645965576172, 1.158518671989441, 1.053943395614624, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.2108062505722046, 1.2805230617523193, 1.472244143486023, 1.5593900680541992, 1.4548149108886719, 1.785969614982605, 1.6639652252197266, 1.7162528038024902, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.611677646636963, 1.5593900680541992, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567], [0.8447931408882141, 0.8622223138809204, 0.8796514868736267, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.925403118133545, 2.082265853881836, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.942832350730896, 1.9079740047454834, 1.8556864261627197, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.2282354831695557, 1.175947904586792, 1.332810640335083, 1.3850982189178467, 1.315381407737732, 1.3850982189178467, 1.4548149108886719, 1.3676689863204956, 1.4199565649032593, 1.1933770179748535, 1.2108062505722046, 1.0888018608093262, 1.1062309741973877, 1.2805230617523193, 1.4025273323059082, 1.4548149108886719, 1.3502397537231445, 1.2630938291549683, 1.315381407737732, 1.1410894393920898, 1.175947904586792, 1.3676689863204956, 1.3676689863204956, 1.5593900680541992, 0.827363908290863, 1.1933770179748535, 1.2108062505722046, 1.071372628211975, 1.4373857975006104, 1.4025273323059082, 1.5071024894714355, 1.053943395614624, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3502397537231445, 1.4199565649032593, 1.3676689863204956, 1.3676689863204956, 1.175947904586792, 1.175947904586792, 1.0365142822265625, 0.8796514868736267, 0.827363908290863, 0.827363908290863, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.2456645965576172, 1.0888018608093262, 1.2108062505722046, 1.1062309741973877, 1.1933770179748535, 1.1062309741973877, 1.0190850496292114, 1.0888018608093262, 1.3502397537231445, 1.5071024894714355, 1.489673376083374, 1.8556864261627197, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.785969614982605, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.8796514868736267], [0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.0125491619110107, 1.8905447721481323, 2.0125491619110107, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.942832350730896, 1.9079740047454834, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8382571935653687, 1.7336820363998413, 1.7511112689971924, 1.8382571935653687, 1.8208279609680176, 1.6813944578170776, 1.5071024894714355, 1.5419609546661377, 1.4548149108886719, 1.489673376083374, 1.3502397537231445, 1.4025273323059082, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.4373857975006104, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3502397537231445, 1.4199565649032593, 1.315381407737732, 1.2805230617523193, 1.2456645965576172, 1.4548149108886719, 1.472244143486023, 1.332810640335083, 1.3502397537231445, 1.4199565649032593, 1.2979521751403809, 1.071372628211975, 1.0365142822265625, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.5245317220687866, 1.5942485332489014, 1.332810640335083, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4548149108886719, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 0.9145098924636841, 1.158518671989441, 0.827363908290863, 0.8796514868736267, 1.0888018608093262, 1.1236603260040283, 1.2108062505722046, 1.158518671989441, 1.1062309741973877, 1.0365142822265625, 1.2456645965576172, 1.175947904586792, 1.1062309741973877, 1.1062309741973877, 1.4199565649032593, 1.472244143486023, 1.5768193006515503, 1.8905447721481323, 1.942832350730896, 1.8731155395507812, 1.8556864261627197, 1.7162528038024902, 1.5768193006515503, 1.5942485332489014, 1.5768193006515503, 1.5245317220687866, 1.4025273323059082, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.1410894393920898, 1.158518671989441, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267], [0.7576471567153931, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 0.9667974710464478, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.8731155395507812, 1.942832350730896, 1.8905447721481323, 2.047407388687134, 2.0648367404937744, 1.9776906967163086, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 1.960261583328247, 2.082265853881836, 2.082265853881836, 1.9776906967163086, 2.0648367404937744, 1.9951199293136597, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.768540382385254, 1.785969614982605, 1.7336820363998413, 1.768540382385254, 1.6813944578170776, 1.629106879234314, 1.5071024894714355, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.5768193006515503, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.3850982189178467, 1.2456645965576172, 1.3676689863204956, 1.4373857975006104, 1.489673376083374, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.2456645965576172, 1.2979521751403809, 1.2805230617523193, 1.1410894393920898, 1.2108062505722046, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.0888018608093262, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.315381407737732, 1.2630938291549683, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.1933770179748535, 1.3502397537231445, 1.4199565649032593, 1.6813944578170776, 1.803398847579956, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.8382571935653687, 1.646536111831665, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3502397537231445, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204], [0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.942832350730896, 1.9079740047454834, 1.768540382385254, 2.1345534324645996, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.151982545852661, 2.1868410110473633, 2.1694118976593018, 2.117124319076538, 2.1345534324645996, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.5593900680541992, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.6988236904144287, 1.646536111831665, 1.5942485332489014, 1.629106879234314, 1.5245317220687866, 1.5071024894714355, 1.611677646636963, 1.5593900680541992, 1.4373857975006104, 1.4025273323059082, 1.315381407737732, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.2805230617523193, 1.3676689863204956, 1.2630938291549683, 1.3850982189178467, 1.4373857975006104, 1.472244143486023, 1.1933770179748535, 1.1236603260040283, 1.2282354831695557, 1.0190850496292114, 1.2630938291549683, 1.175947904586792, 1.3502397537231445, 1.472244143486023, 1.315381407737732, 1.5245317220687866, 1.315381407737732, 0.9145098924636841, 1.1410894393920898, 1.0888018608093262, 1.1933770179748535, 1.2282354831695557, 1.315381407737732, 1.315381407737732, 1.2108062505722046, 1.3676689863204956, 1.3850982189178467, 1.315381407737732, 1.3502397537231445, 1.629106879234314, 1.7162528038024902, 1.785969614982605, 1.925403118133545, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.768540382385254, 1.5593900680541992, 1.5419609546661377, 1.472244143486023, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.315381407737732, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.3502397537231445, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.1410894393920898, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778], [0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0888018608093262, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.8905447721481323, 2.0125491619110107, 1.925403118133545, 2.0125491619110107, 2.047407388687134, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.204270124435425, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.8905447721481323, 1.8731155395507812, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.803398847579956, 1.8556864261627197, 1.785969614982605, 1.8556864261627197, 1.803398847579956, 1.6639652252197266, 1.611677646636963, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.6639652252197266, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.489673376083374, 1.2805230617523193, 1.2456645965576172, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.332810640335083, 1.2805230617523193, 1.175947904586792, 1.4199565649032593, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2456645965576172, 1.2630938291549683, 1.071372628211975, 1.3502397537231445, 1.4025273323059082, 1.2805230617523193, 1.071372628211975, 1.0190850496292114, 1.3502397537231445, 1.2805230617523193, 1.4025273323059082, 1.3676689863204956, 1.7336820363998413, 1.5942485332489014, 1.5245317220687866, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.175947904586792, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.489673376083374, 1.611677646636963, 1.489673376083374, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 2.1345534324645996, 2.204270124435425, 2.1868410110473633, 2.0125491619110107, 1.6988236904144287, 1.489673376083374, 1.3502397537231445, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415], [0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7576471567153931, 0.8796514868736267, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.960261583328247, 1.8905447721481323, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 2.047407388687134, 2.0125491619110107, 1.925403118133545, 1.8905447721481323, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.489673376083374, 1.4199565649032593, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.2630938291549683, 1.3676689863204956, 1.332810640335083, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.2805230617523193, 1.2108062505722046, 1.1410894393920898, 1.2630938291549683, 1.3850982189178467, 1.2630938291549683, 1.2108062505722046, 1.2979521751403809, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.489673376083374, 1.4025273323059082, 1.2805230617523193, 1.5245317220687866, 1.3850982189178467, 1.175947904586792, 1.071372628211975, 1.1933770179748535, 1.3502397537231445, 1.5419609546661377, 1.5071024894714355, 1.4548149108886719, 1.5071024894714355, 1.5768193006515503, 1.768540382385254, 1.803398847579956, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.960261583328247, 2.1345534324645996, 2.2216994762420654, 2.1868410110473633, 1.9951199293136597, 1.611677646636963, 1.3502397537231445, 1.3850982189178467, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3502397537231445, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3502397537231445, 1.3676689863204956, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415], [0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 2.0299782752990723, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 1.960261583328247, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.8905447721481323, 1.7511112689971924, 1.768540382385254, 1.7511112689971924, 1.6813944578170776, 1.768540382385254, 1.7162528038024902, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.5593900680541992, 1.5245317220687866, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.3850982189178467, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.4025273323059082, 1.3850982189178467, 1.4548149108886719, 1.1062309741973877, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.472244143486023, 1.4548149108886719, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.4199565649032593, 1.472244143486023, 1.3502397537231445, 1.053943395614624, 1.158518671989441, 1.3676689863204956, 1.5419609546661377, 1.6813944578170776, 1.472244143486023, 1.5768193006515503, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.925403118133545, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 1.5593900680541992, 1.489673376083374, 1.489673376083374, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2805230617523193, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.8099347352981567, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.785969614982605, 1.785969614982605, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.9079740047454834, 1.942832350730896, 1.9951199293136597, 2.117124319076538, 2.0125491619110107, 2.082265853881836, 2.0996949672698975, 2.1868410110473633, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.239128589630127, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.082265853881836, 2.0125491619110107, 1.960261583328247, 1.960261583328247, 2.047407388687134, 1.9951199293136597, 2.047407388687134, 1.960261583328247, 1.8208279609680176, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.6988236904144287, 1.6988236904144287, 1.7336820363998413, 1.6988236904144287, 1.6639652252197266, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.489673376083374, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.4548149108886719, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.489673376083374, 1.3676689863204956, 1.2630938291549683, 1.1062309741973877, 1.3502397537231445, 1.2805230617523193, 1.3850982189178467, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.2979521751403809, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.2108062505722046, 1.315381407737732, 1.3502397537231445, 1.472244143486023, 1.611677646636963, 1.472244143486023, 1.7162528038024902, 1.8556864261627197, 1.768540382385254, 1.7511112689971924, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.8382571935653687, 1.8905447721481323, 1.646536111831665, 1.2282354831695557, 1.5245317220687866, 1.6988236904144287, 1.4548149108886719, 1.4025273323059082, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478], [0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.053943395614624, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8905447721481323, 1.9776906967163086, 1.8731155395507812, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.151982545852661, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.1868410110473633, 2.1694118976593018, 2.1868410110473633, 2.1694118976593018, 2.151982545852661, 2.082265853881836, 2.0125491619110107, 1.9776906967163086, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 1.8731155395507812, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.4199565649032593, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.3850982189178467, 1.489673376083374, 1.3676689863204956, 1.1236603260040283, 1.2630938291549683, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.5593900680541992, 1.5593900680541992, 1.768540382385254, 1.8208279609680176, 1.768540382385254, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.768540382385254, 1.803398847579956, 0.1999128758907318, 0.42649248242378235, 0.7576471567153931, 1.3850982189178467, 1.472244143486023, 1.315381407737732, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6356428265571594, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.9776906967163086, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 1.9951199293136597, 2.1345534324645996, 2.1868410110473633, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.1868410110473633, 2.2216994762420654, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 1.942832350730896, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.6988236904144287, 1.6813944578170776, 1.6813944578170776, 1.5942485332489014, 1.5245317220687866, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.489673376083374, 1.5593900680541992, 1.5768193006515503, 1.4199565649032593, 1.2630938291549683, 1.2805230617523193, 1.332810640335083, 1.1062309741973877, 1.071372628211975, 1.332810640335083, 1.315381407737732, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.4025273323059082, 1.3676689863204956, 1.2456645965576172, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.332810640335083, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.332810640335083, 1.332810640335083, 1.3502397537231445, 1.4373857975006104, 1.4548149108886719, 1.629106879234314, 1.6988236904144287, 1.629106879234314, 1.4199565649032593, 1.6988236904144287, 1.7336820363998413, 1.5419609546661377, -0.8458387851715088, -1.5430065393447876, -1.6650108098983765, -1.6824400424957275, -1.3164269924163818, -1.3861438035964966, -1.1944226026535034, 1.472244143486023, 1.4025273323059082, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9667974710464478, 0.9319390654563904], [0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.9079740047454834, 2.0299782752990723, 2.0125491619110107, 1.9776906967163086, 2.047407388687134, 2.151982545852661, 2.1694118976593018, 2.239128589630127, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.1345534324645996, 2.117124319076538, 2.151982545852661, 2.151982545852661, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 1.960261583328247, 1.9079740047454834, 1.8905447721481323, 1.803398847579956, 1.7511112689971924, 1.7336820363998413, 1.6988236904144287, 1.646536111831665, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, 1.0888018608093262, 0.9667974710464478, 1.2456645965576172, 1.2108062505722046, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.2630938291549683, 1.0365142822265625, 1.2456645965576172, 1.332810640335083, 1.315381407737732, 1.4373857975006104, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.2805230617523193, 1.1410894393920898, 1.4025273323059082, 1.5071024894714355, 1.5942485332489014, 1.611677646636963, 1.6988236904144287, 1.803398847579956, 0.9319390654563904, -1.1944226026535034, -1.6824400424957275, -1.647581696510315, -1.6824400424957275, -1.5952941179275513, -1.5081480741500854, -0.21838775277137756, -1.5255773067474365, 0.7576471567153931, -0.7935512065887451, 1.4025273323059082, 1.3676689863204956, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.5659260153770447, 0.670501172542572, 0.6879304051399231, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.0190850496292114, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.803398847579956, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.960261583328247, 2.0996949672698975, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.2914161682128906, 2.308845281600952, 2.27398681640625, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.960261583328247, 1.8731155395507812, 1.785969614982605, 1.6639652252197266, 1.646536111831665, 1.5593900680541992, 1.629106879234314, 1.646536111831665, 1.611677646636963, 1.5071024894714355, 1.5245317220687866, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.332810640335083, 1.2630938291549683, 0.9667974710464478, 1.1236603260040283, 1.175947904586792, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.175947904586792, 1.053943395614624, 1.1410894393920898, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.1933770179748535, 1.2456645965576172, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.5245317220687866, 1.7511112689971924, 1.768540382385254, 1.646536111831665, -0.41010889410972595, -1.6650108098983765, -1.3512853384017944, -1.403572916984558, -1.2989977598190308, -1.3861438035964966, -1.7347276210784912, -1.6650108098983765, -1.4558604955673218, -1.5604356527328491, -0.8632679581642151, -1.1421350240707397, -0.37525051832199097, 1.3676689863204956, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.8622223138809204, 0.8447931408882141, 0.9319390654563904, 1.0016558170318604, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.768540382385254, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8905447721481323, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.960261583328247, 1.9776906967163086, 2.047407388687134, 2.0996949672698975, 2.0996949672698975, 2.1868410110473633, 2.204270124435425, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2914161682128906, 2.308845281600952, 2.308845281600952, 2.3262743949890137, 2.3262743949890137, 2.3437037467956543, 2.3262743949890137, 2.308845281600952, 2.27398681640625, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.1694118976593018, 2.151982545852661, 2.0996949672698975, 2.0299782752990723, 1.9776906967163086, 1.8905447721481323, 1.8208279609680176, 1.7162528038024902, 1.6813944578170776, 1.7336820363998413, 1.803398847579956, 1.7336820363998413, 1.7336820363998413, 1.6639652252197266, 1.5593900680541992, 1.5071024894714355, 1.489673376083374, 1.4548149108886719, 1.4025273323059082, 1.3502397537231445, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.315381407737732, 1.2979521751403809, 1.315381407737732, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.332810640335083, 1.2456645965576172, 1.3850982189178467, 1.4199565649032593, 1.2630938291549683, 1.3502397537231445, 1.5245317220687866, 1.768540382385254, 1.6988236904144287, 1.7336820363998413, 1.2979521751403809, -0.04409583657979965, -1.2118518352508545, -1.333856225013733, -1.3687145709991455, -1.5952941179275513, -1.3687145709991455, -1.2989977598190308, -0.4798256754875183, -1.0549890995025635, -0.5146840810775757, 1.5942485332489014, 0.11276690661907196, -1.2989977598190308, -1.2118518352508545, -0.601830005645752, -1.176993489265442, -0.9678431153297424, 1.4548149108886719, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.1933770179748535, 1.1410894393920898, 1.1410894393920898, 1.1236603260040283, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.3742047846317291, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.5484968423843384, 0.6530719995498657, 0.7227887511253357, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 2.0299782752990723, 2.117124319076538, 2.082265853881836, 2.0996949672698975, 2.151982545852661, 2.2565577030181885, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.1694118976593018, 2.082265853881836, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8556864261627197, 1.768540382385254, 1.6988236904144287, 1.611677646636963, 1.5419609546661377, 1.489673376083374, 1.4199565649032593, 1.332810640335083, 1.3502397537231445, 1.332810640335083, 1.332810640335083, 1.4199565649032593, 1.3850982189178467, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.489673376083374, 1.4199565649032593, 1.3502397537231445, 1.2979521751403809, 1.4199565649032593, 1.4373857975006104, 1.4025273323059082, 1.4373857975006104, 1.4025273323059082, 1.489673376083374, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 1.158518671989441, -0.9504139423370361, -1.1247059106826782, -1.0375598669052124, -1.5604356527328491, -1.5081480741500854, -1.3164269924163818, -1.6650108098983765, -1.5952941179275513, -1.5081480741500854, -1.246710181236267, -0.9155555367469788, -0.601830005645752, -0.25324615836143494, -1.403572916984558, 1.785969614982605, 1.4025273323059082, -1.0724183320999146, -1.1944226026535034, -1.3687145709991455, -0.04409583657979965, -1.5604356527328491, 0.07790851593017578, 1.3502397537231445, 1.3502397537231445, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.7402179837226868, 0.827363908290863, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4025273323059082, 1.3676689863204956, 1.4199565649032593, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 2.117124319076538, 2.0648367404937744, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2565577030181885, 2.2914161682128906, 2.308845281600952, 2.3437037467956543, 2.3437037467956543, 2.3262743949890137, 2.2914161682128906, 2.2565577030181885, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.2216994762420654, 2.239128589630127, 2.2216994762420654, 2.1694118976593018, 2.1345534324645996, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 1.942832350730896, 1.8382571935653687, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.611677646636963, 1.5768193006515503, 1.5942485332489014, 1.5245317220687866, 1.5768193006515503, 1.5071024894714355, 1.472244143486023, 1.611677646636963, 1.7162528038024902, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.5245317220687866, 1.5245317220687866, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 1.8731155395507812, 1.0888018608093262, -0.9852723479270935, -1.246710181236267, -1.3164269924163818, -1.1421350240707397, -1.2292810678482056, -1.4210021495819092, -1.4732897281646729, -0.9155555367469788, -1.647581696510315, -1.490718960762024, -1.6301524639129639, -1.5952941179275513, -1.490718960762024, -1.1247059106826782, -0.8806971907615662, -1.5081480741500854, -0.8284096121788025, 1.4199565649032593, 1.6639652252197266, 1.5071024894714355, 1.1236603260040283, 0.6530719995498657, -1.7172983884811401, -0.7761220335960388, 1.472244143486023, 1.3676689863204956, 1.3502397537231445, 1.332810640335083, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.2282354831695557, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904], [0.2522004544734955, 0.28705883026123047, 0.3742047846317291, 0.4613508880138397, 0.5659260153770447, 0.5833552479743958, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.082265853881836, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.27398681640625, 2.3437037467956543, 2.361132860183716, 2.2914161682128906, 2.308845281600952, 2.2914161682128906, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.1345534324645996, 2.047407388687134, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 1.803398847579956, 1.768540382385254, 1.785969614982605, 1.8731155395507812, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.9776906967163086, 2.0299782752990723, 2.117124319076538, 2.2216994762420654, 2.239128589630127, 2.204270124435425, 2.151982545852661, 2.117124319076538, 1.8208279609680176, -0.8981263637542725, -1.246710181236267, -1.0549890995025635, -1.0201307535171509, -0.7064052224159241, -0.7238344550132751, -1.1944226026535034, -1.3512853384017944, -1.5778648853302002, -1.0375598669052124, -1.1421350240707397, 0.13019609451293945, 0.7053595781326294, -1.2815686464309692, -1.1072766780853271, -1.4384313821792603, -1.5081480741500854, -0.1312417984008789, 0.7053595781326294, 1.6813944578170776, 1.4199565649032593, 1.2456645965576172, -1.5430065393447876, -1.0375598669052124, 1.3676689863204956, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.2173420637845993, 0.2696296274662018, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.670501172542572, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.3676689863204956, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.047407388687134, 2.1868410110473633, 2.2216994762420654, 2.27398681640625, 2.2914161682128906, 2.2914161682128906, 2.2565577030181885, 2.204270124435425, 2.2565577030181885, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1868410110473633, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.2565577030181885, 2.27398681640625, 2.2216994762420654, 2.2216994762420654, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1694118976593018, 2.151982545852661, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0648367404937744, 1.9951199293136597, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.1694118976593018, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 1.7336820363998413, -0.4623964726924896, -1.1944226026535034, -0.21838775277137756, -1.1421350240707397, -0.7412636280059814, -0.601830005645752, -1.1247059106826782, -0.3403921127319336, -1.0549890995025635, -0.7412636280059814, -0.25324615836143494, -1.5952941179275513, 0.06047932058572769, -1.0201307535171509, -1.1421350240707397, -1.2641394138336182, -1.0375598669052124, -1.4558604955673218, -0.21838775277137756, 0.6356428265571594, 0.513638436794281, 0.4090631604194641, 0.9667974710464478, -0.009237446822226048, 1.2979521751403809, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904], [0.1999128758907318, 0.2522004544734955, 0.33934640884399414, 0.44392168521881104, 0.5310676693916321, 0.5659260153770447, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.960261583328247, 1.9951199293136597, 1.942832350730896, 1.925403118133545, 1.9951199293136597, 2.0299782752990723, 2.1345534324645996, 2.1345534324645996, 2.239128589630127, 2.2565577030181885, 2.27398681640625, 2.239128589630127, 2.1694118976593018, 2.2216994762420654, 2.1868410110473633, 2.117124319076538, 1.925403118133545, 2.2216994762420654, 2.047407388687134, 2.082265853881836, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.239128589630127, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.151982545852661, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1868410110473633, 2.151982545852661, 2.0996949672698975, 1.942832350730896, 1.9079740047454834, 1.8382571935653687, 1.768540382385254, 1.6988236904144287, 1.6813944578170776, 1.5942485332489014, 1.5071024894714355, 1.472244143486023, 1.5245317220687866, 1.6639652252197266, 1.7336820363998413, 1.6988236904144287, 1.611677646636963, 1.4548149108886719, 1.2282354831695557, 1.3850982189178467, -0.42753809690475464, -0.5146840810775757, -0.8109803795814514, -0.9329847693443298, -1.1944226026535034, -0.4623964726924896, -0.39267969131469727, -0.7412636280059814, -1.089847445487976, -1.0724183320999146, -0.7412636280059814, 0.5484968423843384, -0.7238344550132751, -0.9852723479270935, -0.6366884112358093, -1.1944226026535034, -1.2292810678482056, -1.5255773067474365, -0.41010889410972595, 0.3916339874267578, 0.9319390654563904, 0.8970807194709778, 0.478780061006546, 0.7227887511253357, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841], [0.18248367309570312, 0.2173420637845993, 0.30448800325393677, 0.42649248242378235, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.9667974710464478, 1.0190850496292114, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.611677646636963, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.942832350730896, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.0996949672698975, 2.2565577030181885, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 2.1868410110473633, 2.2216994762420654, 2.117124319076538, 1.9776906967163086, 2.1345534324645996, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.082265853881836, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 2.1868410110473633, 2.204270124435425, 2.2216994762420654, 2.27398681640625, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.239128589630127, 2.239128589630127, 2.2565577030181885, 2.2565577030181885, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.047407388687134, 1.9951199293136597, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.8208279609680176, 1.7336820363998413, 1.646536111831665, 1.611677646636963, 1.5419609546661377, 1.472244143486023, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.4199565649032593, 1.332810640335083, 1.2979521751403809, 1.2456645965576172, 1.175947904586792, 1.2630938291549683, -0.601830005645752, -0.7064052224159241, -1.1421350240707397, -1.4558604955673218, -1.5255773067474365, -1.5081480741500854, 1.0888018608093262, 0.9493682980537415, -0.21838775277137756, -0.8458387851715088, -0.6715468168258667, -0.5844008326530457, -1.0549890995025635, 0.5484968423843384, -0.3578213155269623, -0.2881045341491699, -1.3164269924163818, -0.11381260305643082, -1.1595642566680908, -1.333856225013733, 0.7402179837226868, 1.071372628211975, 0.7576471567153931, 0.9493682980537415, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1410894393920898, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841], [0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.33934640884399414, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7925055623054504, 0.8796514868736267, 0.9667974710464478, 1.053943395614624, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.0996949672698975, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 2.151982545852661, 2.1694118976593018, 2.204270124435425, 2.1694118976593018, 2.151982545852661, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 1.942832350730896, 2.047407388687134, 2.117124319076538, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 2.047407388687134, 2.0996949672698975, 2.1868410110473633, 2.239128589630127, 2.2565577030181885, 2.2216994762420654, 2.151982545852661, 2.1694118976593018, 2.1694118976593018, 2.1694118976593018, 2.1345534324645996, 2.239128589630127, 1.1410894393920898, 1.6813944578170776, 1.8731155395507812, 1.8382571935653687, 1.4548149108886719, 1.0016558170318604, 1.158518671989441, 2.0125491619110107, 2.082265853881836, 1.9951199293136597, 1.960261583328247, 1.925403118133545, 1.9079740047454834, 1.8905447721481323, 1.8556864261627197, 1.8208279609680176, 1.7336820363998413, 1.6639652252197266, 1.611677646636963, 1.5593900680541992, 1.5071024894714355, 1.472244143486023, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.315381407737732, -0.44496726989746094, -0.8458387851715088, -1.1944226026535034, -1.490718960762024, -1.5604356527328491, -1.5255773067474365, 1.1933770179748535, 0.0430501289665699, 0.9319390654563904, -0.1661001741886139, -0.4623964726924896, -0.42753809690475464, 0.35677558183670044, 0.4613508880138397, -0.026666639372706413, 0.13019609451293945, -0.27067533135414124, -0.9155555367469788, -0.06152502819895744, -0.18352937698364258, 0.7053595781326294, 0.8622223138809204, 0.8099347352981567, 0.8796514868736267, 1.2979521751403809, 1.2979521751403809, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778], [0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.32191720604896545, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.6356428265571594, 0.7053595781326294, 0.7925055623054504, 0.8622223138809204, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.9951199293136597, 1.9776906967163086, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 1.9776906967163086, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.1345534324645996, 2.204270124435425, 2.1345534324645996, 2.082265853881836, 2.0299782752990723, 2.0648367404937744, 1.9776906967163086, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 2.0299782752990723, 2.117124319076538, 2.204270124435425, 2.1694118976593018, 2.1345534324645996, 2.1345534324645996, 2.117124319076538, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.204270124435425, 0.2347712516784668, 0.06047932058572769, -0.09638340771198273, -0.9329847693443298, -1.3164269924163818, -1.5778648853302002, 0.0430501289665699, 2.0648367404937744, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.9079740047454834, 1.8731155395507812, 1.8382571935653687, 1.7511112689971924, 1.6988236904144287, 1.6639652252197266, 1.611677646636963, 1.5419609546661377, 1.5245317220687866, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, -0.7761220335960388, -0.8632679581642151, -1.3861438035964966, -1.647581696510315, -1.7172983884811401, -0.9852723479270935, 0.5833552479743958, 1.2805230617523193, 1.6988236904144287, 0.827363908290863, -0.2881045341491699, 0.16505448520183563, -1.1421350240707397, -0.23581695556640625, 0.8796514868736267, 0.2696296274662018, -0.7586928009986877, -0.7064052224159241, -0.9678431153297424, -0.532113254070282, -1.0549890995025635, 0.984226644039154, 1.071372628211975, 0.8099347352981567, 1.2805230617523193, 1.2805230617523193, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.0888018608093262, 1.0888018608093262, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204], [0.18248367309570312, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.6813944578170776, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.7511112689971924, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 1.960261583328247, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.151982545852661, 2.1868410110473633, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.0299782752990723, 2.0125491619110107, 2.0648367404937744, 2.0996949672698975, 1.3676689863204956, -0.3229629397392273, -0.5844008326530457, -0.8632679581642151, -1.3687145709991455, -1.490718960762024, -0.9329847693443298, 1.4548149108886719, 1.942832350730896, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.942832350730896, 1.8731155395507812, 1.8208279609680176, 1.7511112689971924, 1.6988236904144287, 1.629106879234314, 1.611677646636963, 1.5593900680541992, 1.5245317220687866, 1.4025273323059082, 1.4373857975006104, 1.3850982189178467, 1.332810640335083, 1.315381407737732, 1.2456645965576172, 0.7925055623054504, -0.5495424270629883, -1.0549890995025635, -1.4210021495819092, -1.647581696510315, -0.9155555367469788, 1.7336820363998413, 1.803398847579956, 1.7162528038024902, 1.925403118133545, 1.6639652252197266, 0.7053595781326294, 0.16505448520183563, -0.8109803795814514, -0.9155555367469788, 1.175947904586792, 0.5484968423843384, -0.7586928009986877, -0.6366884112358093, -0.026666639372706413, 0.2347712516784668, 0.478780061006546, 1.0888018608093262, 0.4962092638015747, 0.827363908290863, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204], [0.14762529730796814, 0.18248367309570312, 0.2522004544734955, 0.2696296274662018, 0.3916339874267578, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.7162528038024902, 1.7336820363998413, 1.768540382385254, 1.768540382385254, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 2.117124319076538, 2.1868410110473633, 1.8905447721481323, 1.960261583328247, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0299782752990723, 1.9951199293136597, 2.0299782752990723, 1.960261583328247, 2.047407388687134, 2.1345534324645996, -0.3055337369441986, -0.39267969131469727, -0.5844008326530457, -1.2989977598190308, -1.5255773067474365, -1.5255773067474365, -0.026666639372706413, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.925403118133545, 1.8731155395507812, 1.803398847579956, 1.803398847579956, 1.7336820363998413, 1.6813944578170776, 1.5942485332489014, 1.5768193006515503, 1.5071024894714355, 1.5071024894714355, 1.4548149108886719, 1.3850982189178467, 1.315381407737732, 1.315381407737732, 1.315381407737732, -0.11381260305643082, -1.176993489265442, -1.403572916984558, -1.5430065393447876, -0.9329847693443298, 1.5071024894714355, 1.785969614982605, 1.785969614982605, 1.925403118133545, 2.047407388687134, 1.8905447721481323, 1.4548149108886719, 0.7925055623054504, 0.18248367309570312, -0.8458387851715088, 1.1410894393920898, 0.4090631604194641, -0.601830005645752, -0.5669716596603394, -0.44496726989746094, -1.0375598669052124, 0.3742047846317291, 0.8622223138809204, 0.42649248242378235, 0.8796514868736267, 1.175947904586792, 1.2979521751403809, 1.2979521751403809, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2282354831695557, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8622223138809204, 0.827363908290863, 0.8447931408882141, 0.7925055623054504], [0.14762529730796814, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.44392168521881104, 0.513638436794281, 0.5484968423843384, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0888018608093262, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5419609546661377, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 1.960261583328247, 2.239128589630127, 2.082265853881836, 2.1345534324645996, 1.8905447721481323, 1.942832350730896, 2.0299782752990723, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.117124319076538, 2.1868410110473633, -0.11381260305643082, -0.009237446822226048, -0.6366884112358093, -1.2118518352508545, -1.4558604955673218, -0.9852723479270935, -0.8284096121788025, 0.9667974710464478, 1.785969614982605, 2.0125491619110107, 1.8382571935653687, 1.8208279609680176, 1.768540382385254, 1.7336820363998413, 1.6813944578170776, 1.629106879234314, 1.5768193006515503, 1.5419609546661377, 1.5071024894714355, 1.4199565649032593, 1.3676689863204956, 1.315381407737732, 1.315381407737732, 0.6530719995498657, -1.4732897281646729, 0.32191720604896545, 1.175947904586792, 1.3676689863204956, 1.0888018608093262, 1.7162528038024902, 1.8556864261627197, 1.8382571935653687, 1.9079740047454834, 2.0996949672698975, 1.960261583328247, 2.0125491619110107, 0.8970807194709778, 0.8447931408882141, -0.8458387851715088, 1.4025273323059082, 0.6182135939598083, -0.4623964726924896, 0.42649248242378235, -0.41010889410972595, -1.2815686464309692, -0.9329847693443298, 0.8622223138809204, 0.513638436794281, 0.8447931408882141, 1.1236603260040283, 1.2979521751403809, 1.2805230617523193, 1.175947904586792, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1236603260040283, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931], [0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.35677558183670044, 0.3742047846317291, 0.4613508880138397, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.4373857975006104, 1.472244143486023, 1.5071024894714355, 1.5419609546661377, 1.629106879234314, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.646536111831665, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.611677646636963, 1.629106879234314, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 1.9951199293136597, 1.925403118133545, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.117124319076538, 2.047407388687134, 2.082265853881836, 2.0299782752990723, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.117124319076538, 2.117124319076538, 2.1868410110473633, 0.5310676693916321, 0.32191720604896545, -0.4623964726924896, -0.6366884112358093, -1.3861438035964966, -1.4384313821792603, -0.41010889410972595, -0.6366884112358093, -0.8458387851715088, -0.6715468168258667, 0.478780061006546, 1.8905447721481323, 1.7162528038024902, 1.6988236904144287, 1.7336820363998413, 1.646536111831665, 1.5071024894714355, 1.472244143486023, 1.4199565649032593, 1.3676689863204956, 1.2979521751403809, 1.2108062505722046, 0.8447931408882141, 0.6879304051399231, 1.071372628211975, 1.8556864261627197, 1.8382571935653687, 1.332810640335083, 1.6988236904144287, 1.6988236904144287, 1.9951199293136597, 1.942832350730896, 2.0648367404937744, 2.0996949672698975, 1.9079740047454834, 1.2108062505722046, 0.42649248242378235, -1.176993489265442, 1.5071024894714355, 0.8970807194709778, 0.4962092638015747, 0.8447931408882141, 0.4962092638015747, -1.2989977598190308, -1.0549890995025635, 0.670501172542572, 0.4090631604194641, 1.071372628211975, 1.0016558170318604, 1.2979521751403809, 1.2630938291549683, 1.2108062505722046, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.2347712516784668, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5659260153770447, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.803398847579956, 1.8382571935653687, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0125491619110107, 1.960261583328247, 2.0996949672698975, 2.1345534324645996, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.117124319076538, 2.082265853881836, 2.047407388687134, 1.960261583328247, 2.1868410110473633, 1.5071024894714355, -0.4972548484802246, 0.2347712516784668, -1.1595642566680908, -0.688975989818573, -0.5669716596603394, -0.27067533135414124, -0.7935512065887451, -1.5430065393447876, -1.0201307535171509, -1.3164269924163818, 1.4025273323059082, 1.6988236904144287, 1.8208279609680176, 1.7162528038024902, 1.5768193006515503, 1.4025273323059082, 1.4199565649032593, 1.332810640335083, 1.768540382385254, 1.332810640335083, 1.785969614982605, 1.9079740047454834, 1.768540382385254, 1.768540382385254, 1.5942485332489014, 1.768540382385254, 1.9079740047454834, 1.4548149108886719, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 1.8731155395507812, 1.3676689863204956, 0.14762529730796814, -0.7761220335960388, 1.472244143486023, 0.7227887511253357, 1.315381407737732, 1.785969614982605, 0.9319390654563904, -0.7586928009986877, -0.9504139423370361, -0.1312417984008789, 0.7402179837226868, 0.9667974710464478, 0.8796514868736267, 1.175947904586792, 1.2630938291549683, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1410894393920898, 1.1062309741973877, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868], [0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6879304051399231, 0.7402179837226868, 0.7576471567153931, 0.827363908290863, 0.8970807194709778, 0.9667974710464478, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.2108062505722046, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4199565649032593, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.5071024894714355, 1.5071024894714355, 1.5593900680541992, 1.5593900680541992, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 2.047407388687134, 2.082265853881836, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 1.071372628211975, 0.008191745728254318, 0.2173420637845993, -0.20095856487751007, -0.8109803795814514, -0.5146840810775757, -1.4384313821792603, -0.3229629397392273, -0.9155555367469788, -0.4972548484802246, -0.07895421981811523, 1.8382571935653687, 1.7162528038024902, 1.5593900680541992, 1.489673376083374, 1.8208279609680176, 1.785969614982605, 1.646536111831665, 2.0299782752990723, 1.489673376083374, 2.0125491619110107, 1.942832350730896, 2.0648367404937744, 1.7511112689971924, 1.803398847579956, 1.925403118133545, 2.1345534324645996, 1.472244143486023, 1.9776906967163086, 1.7511112689971924, 1.8731155395507812, 2.0648367404937744, 1.9776906967163086, 1.1236603260040283, -1.0375598669052124, 1.4199565649032593, 1.5768193006515503, 0.7576471567153931, 1.6988236904144287, 1.8905447721481323, 0.7576471567153931, -0.1486709862947464, -1.1944226026535034, -0.009237446822226048, 0.09533771127462387, 0.7750763297080994, 0.984226644039154, 0.984226644039154, 1.2456645965576172, 1.053943395614624, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2108062505722046, 1.175947904586792, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294], [0.1999128758907318, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.8447931408882141, 0.9493682980537415, 1.0365142822265625, 1.1236603260040283, 1.1062309741973877, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5942485332489014, 1.5593900680541992, 1.5768193006515503, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.6813944578170776, 1.6988236904144287, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.047407388687134, 2.204270124435425, 2.117124319076538, 0.2173420637845993, -0.8981263637542725, 0.6182135939598083, -1.333856225013733, -0.5146840810775757, -1.1247059106826782, -1.0549890995025635, -0.41010889410972595, -1.089847445487976, -0.688975989818573, 0.7925055623054504, 0.8970807194709778, 1.8556864261627197, 2.047407388687134, 1.9776906967163086, 1.7162528038024902, 2.0299782752990723, 1.5419609546661377, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.803398847579956, 1.803398847579956, 1.646536111831665, 1.9951199293136597, 1.7336820363998413, 1.9079740047454834, 1.472244143486023, 1.9079740047454834, 2.082265853881836, 1.8905447721481323, 0.7053595781326294, 0.9667974710464478, 1.6988236904144287, 1.6988236904144287, 0.8099347352981567, 1.768540382385254, 1.925403118133545, 0.9667974710464478, -0.04409583657979965, -1.3512853384017944, 0.008191745728254318, 0.1999128758907318, 0.600784420967102, 1.0365142822265625, 0.9667974710464478, 1.1933770179748535, 1.053943395614624, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2282354831695557, 1.158518671989441, 1.1062309741973877, 1.071372628211975, 1.053943395614624, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.984226644039154, 1.071372628211975, 1.053943395614624, 1.158518671989441, 1.2282354831695557, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.1345534324645996, 2.1345534324645996, 2.2914161682128906, 2.1345534324645996, 1.9079740047454834, 0.8622223138809204, 0.02562093921005726, -0.6715468168258667, -0.27067533135414124, -0.7586928009986877, -0.601830005645752, 0.1999128758907318, -1.176993489265442, -1.2118518352508545, -0.25324615836143494, 0.4090631604194641, -1.647581696510315, -0.5495424270629883, -1.3687145709991455, -1.1247059106826782, 1.7511112689971924, 1.9776906967163086, 1.5593900680541992, 2.082265853881836, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.472244143486023, 1.7162528038024902, 1.8905447721481323, 2.0299782752990723, 1.2630938291549683, 1.629106879234314, 2.047407388687134, 2.0996949672698975, 1.960261583328247, 1.7336820363998413, 1.8208279609680176, 1.960261583328247, 1.7511112689971924, 0.8796514868736267, 1.785969614982605, 1.942832350730896, 1.2282354831695557, 0.1999128758907318, -1.4210021495819092, 1.1236603260040283, 0.44392168521881104, 0.9667974710464478, 0.4962092638015747, 0.4613508880138397, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083], [0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.4090631604194641, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.5484968423843384, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9319390654563904, 1.0190850496292114, 1.0365142822265625, 1.1236603260040283, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5419609546661377, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.785969614982605, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.1345534324645996, 2.2914161682128906, 0.35677558183670044, -0.532113254070282, -0.1661001741886139, 0.32191720604896545, 0.670501172542572, -0.9504139423370361, -1.1944226026535034, -0.21838775277137756, -0.7761220335960388, -1.176993489265442, -0.3055337369441986, -1.0549890995025635, -0.9504139423370361, -1.2292810678482056, -0.5146840810775757, -0.8109803795814514, -0.3403921127319336, -1.5255773067474365, -1.0724183320999146, 0.18248367309570312, 0.42649248242378235, 1.0190850496292114, 1.925403118133545, 1.8905447721481323, 1.8556864261627197, 1.3502397537231445, 1.768540382385254, 2.047407388687134, 0.9145098924636841, 1.3850982189178467, 1.960261583328247, 2.2216994762420654, 2.1345534324645996, 2.047407388687134, 1.925403118133545, 1.925403118133545, 1.5942485332489014, 1.2108062505722046, 1.7336820363998413, 1.8731155395507812, 1.4548149108886719, -0.06152502819895744, -1.5255773067474365, 1.8208279609680176, 1.4373857975006104, 0.600784420967102, 0.4962092638015747, -0.09638340771198273, 1.071372628211975, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.175947904586792, 1.1410894393920898, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.8622223138809204, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.4962092638015747, 0.5484968423843384, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7750763297080994, 0.8622223138809204, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1933770179748535, 1.1933770179748535, 1.2456645965576172, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4025273323059082, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5071024894714355, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.0996949672698975, 2.1345534324645996, 2.361132860183716, 1.071372628211975, 0.2173420637845993, -0.5844008326530457, -0.18352937698364258, 0.8099347352981567, 0.1999128758907318, 0.4962092638015747, -0.3403921127319336, 0.42649248242378235, 0.44392168521881104, -1.2292810678482056, -1.490718960762024, -0.4972548484802246, -1.403572916984558, -1.333856225013733, -0.3055337369441986, -0.601830005645752, -1.1421350240707397, -1.2815686464309692, -1.2989977598190308, -0.6541175842285156, -0.11381260305643082, -0.532113254070282, 0.9145098924636841, 1.768540382385254, 1.3502397537231445, 1.4025273323059082, 1.646536111831665, 0.9493682980537415, 1.6639652252197266, 1.4548149108886719, 2.0299782752990723, 2.151982545852661, 2.1345534324645996, 2.047407388687134, 1.8208279609680176, 1.925403118133545, 1.8556864261627197, 2.117124319076538, 2.0996949672698975, 1.960261583328247, -0.601830005645752, -0.5495424270629883, 2.0299782752990723, 1.925403118133545, 0.7750763297080994, -0.04409583657979965, -0.5844008326530457, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1236603260040283, 1.1062309741973877, 1.0365142822265625, 1.0190850496292114, 0.984226644039154, 0.9493682980537415, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321], [0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.053943395614624, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2630938291549683, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3502397537231445, 1.3502397537231445, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.489673376083374, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.472244143486023, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.117124319076538, 2.1345534324645996, 2.1345534324645996, 2.1694118976593018, 1.0365142822265625, 0.06047932058572769, -0.09638340771198273, -0.2881045341491699, 0.4613508880138397, 0.5659260153770447, -1.246710181236267, -1.0201307535171509, 0.33934640884399414, -0.009237446822226048, -0.37525051832199097, -0.20095856487751007, -1.176993489265442, 0.1999128758907318, -0.37525051832199097, -1.1421350240707397, -0.9155555367469788, -0.7935512065887451, -1.0375598669052124, -0.9155555367469788, -0.7761220335960388, -0.25324615836143494, -1.1595642566680908, 0.1999128758907318, -0.04409583657979965, 1.646536111831665, 1.8905447721481323, 0.9145098924636841, 0.9493682980537415, 1.2979521751403809, 1.629106879234314, 1.768540382385254, 2.0648367404937744, 2.0125491619110107, 2.047407388687134, 2.117124319076538, 2.0299782752990723, 1.9776906967163086, 2.2216994762420654, 2.1694118976593018, 2.0125491619110107, -0.8284096121788025, 1.1410894393920898, 1.925403118133545, 1.960261583328247, 1.4199565649032593, 0.8622223138809204, -0.06152502819895744, 0.670501172542572, 1.158518671989441, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.2216994762420654, 2.239128589630127, -0.7412636280059814, -0.3229629397392273, -0.25324615836143494, -0.601830005645752, 0.33934640884399414, 0.2347712516784668, -0.3055337369441986, -1.0724183320999146, 0.600784420967102, 0.5833552479743958, 0.4962092638015747, -0.9678431153297424, 0.2173420637845993, -1.403572916984558, -1.3512853384017944, -1.2815686464309692, -1.4384313821792603, -0.8806971907615662, 0.6530719995498657, -0.7935512065887451, -0.601830005645752, -1.0027015209197998, -0.4623964726924896, -1.0375598669052124, -0.8632679581642151, 0.8447931408882141, 1.2282354831695557, 0.7925055623054504, -0.23581695556640625, 1.5245317220687866, 1.7336820363998413, 1.8731155395507812, 1.8731155395507812, 2.0299782752990723, 2.1694118976593018, 2.0125491619110107, 2.1694118976593018, 2.239128589630127, 2.2216994762420654, 2.1868410110473633, 2.0125491619110107, 1.8382571935653687, 1.803398847579956, 1.960261583328247, 1.9951199293136597, 0.9319390654563904, 0.18248367309570312, 0.44392168521881104, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.42649248242378235, 0.4613508880138397, 0.5310676693916321, 0.5833552479743958, 0.5833552479743958, 0.6356428265571594, 0.6879304051399231, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0365142822265625, 1.0888018608093262, 1.1062309741973877, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4373857975006104, 1.489673376083374, 1.5593900680541992, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.785969614982605, 1.8208279609680176, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 2.117124319076538, 2.1868410110473633, 2.1694118976593018, -0.1486709862947464, -0.6366884112358093, -0.18352937698364258, -0.8458387851715088, -0.9155555367469788, 1.6988236904144287, -0.6541175842285156, -0.3578213155269623, -0.688975989818573, -1.3687145709991455, -0.44496726989746094, -0.1312417984008789, -0.7761220335960388, -0.5146840810775757, -1.4558604955673218, -1.2118518352508545, -1.2989977598190308, 0.4090631604194641, 1.3850982189178467, 1.6988236904144287, 0.2696296274662018, -1.0549890995025635, -0.1486709862947464, -1.0549890995025635, -0.7238344550132751, -1.1072766780853271, -0.1661001741886139, 1.472244143486023, 0.02562093921005726, 1.2630938291549683, 1.0016558170318604, 1.5071024894714355, 1.8556864261627197, 1.9776906967163086, 2.0996949672698975, 2.151982545852661, 2.1868410110473633, 2.239128589630127, 2.117124319076538, 2.1868410110473633, 1.9776906967163086, 1.9951199293136597, 1.785969614982605, 2.0648367404937744, 2.0996949672698975, 1.5942485332489014, 0.32191720604896545, 0.3916339874267578, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.175947904586792, 1.1410894393920898, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321], [0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.8099347352981567, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.175947904586792, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.0996949672698975, 2.117124319076538, 2.082265853881836, 2.3262743949890137, -1.0201307535171509, 0.6530719995498657, 2.0125491619110107, 0.4090631604194641, 0.33934640884399414, -0.6366884112358093, -0.06152502819895744, -0.6366884112358093, -0.9504139423370361, -1.3687145709991455, -1.1421350240707397, 0.2347712516784668, -0.3403921127319336, -1.0201307535171509, -1.5081480741500854, -1.0027015209197998, 0.5659260153770447, 0.9319390654563904, 1.1236603260040283, 2.1868410110473633, 1.2630938291549683, 0.5484968423843384, 1.0016558170318604, 1.489673376083374, 0.8796514868736267, -0.8109803795814514, -1.1247059106826782, 0.6182135939598083, 1.1062309741973877, 0.984226644039154, 1.3676689863204956, 1.3850982189178467, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.942832350730896, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 2.047407388687134, 2.0299782752990723, 1.942832350730896, 1.8905447721481323, 2.204270124435425, 1.9951199293136597, 0.670501172542572, 0.09533771127462387, 1.1410894393920898, 1.1062309741973877, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.32191720604896545, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.4090631604194641, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.472244143486023, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.7162528038024902, 1.803398847579956, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.047407388687134, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.0996949672698975, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.117124319076538, 2.117124319076538, 2.0996949672698975, 2.082265853881836, 2.2914161682128906, 1.8208279609680176, -0.532113254070282, 0.0430501289665699, 0.6356428265571594, 0.7053595781326294, -0.532113254070282, -0.21838775277137756, -0.9155555367469788, -0.7586928009986877, -0.9678431153297424, -1.1595642566680908, -1.2118518352508545, -0.6715468168258667, -0.8981263637542725, -1.2989977598190308, -0.1312417984008789, -1.333856225013733, 0.9667974710464478, 0.2696296274662018, 1.2108062505722046, 1.4025273323059082, 1.960261583328247, 1.768540382385254, 1.332810640335083, 1.0365142822265625, 0.9493682980537415, 0.7227887511253357, -1.246710181236267, 0.4962092638015747, 1.2456645965576172, 1.4548149108886719, 1.1062309741973877, 1.4373857975006104, 1.5942485332489014, 1.646536111831665, 1.7336820363998413, 2.047407388687134, 2.0125491619110107, 2.117124319076538, 2.1694118976593018, 2.151982545852661, 1.803398847579956, 1.9079740047454834, 2.1868410110473633, 2.1694118976593018, 1.2979521751403809, 0.5310676693916321, 1.0888018608093262, 1.0888018608093262, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.0888018608093262, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8796514868736267, 0.827363908290863, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.7925055623054504, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384], [0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.332810640335083, 1.3676689863204956, 1.4025273323059082, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.6639652252197266, 1.768540382385254, 1.8208279609680176, 1.8556864261627197, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.0996949672698975, 2.1694118976593018, 0.07790851593017578, -0.3229629397392273, -0.1312417984008789, 0.16505448520183563, -0.4623964726924896, 0.984226644039154, 1.158518671989441, 0.7925055623054504, -1.0027015209197998, 0.42649248242378235, -0.9504139423370361, -0.5146840810775757, -0.5146840810775757, -0.532113254070282, -1.1421350240707397, 0.4090631604194641, -0.44496726989746094, -1.0375598669052124, -0.8981263637542725, -1.089847445487976, 0.670501172542572, 0.8099347352981567, 0.5833552479743958, 1.5071024894714355, 1.7511112689971924, 0.7576471567153931, 0.6879304051399231, 0.600784420967102, 0.28705883026123047, 0.3742047846317291, -0.601830005645752, 1.3676689863204956, 1.3502397537231445, 1.2630938291549683, 1.4373857975006104, 1.5419609546661377, 1.4199565649032593, 1.332810640335083, 1.629106879234314, 1.8731155395507812, 2.0996949672698975, 2.239128589630127, 2.0996949672698975, 1.960261583328247, 1.9776906967163086, 2.0996949672698975, 2.1868410110473633, 1.9951199293136597, 1.489673376083374, 0.9319390654563904, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.827363908290863, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.071372628211975, 1.0888018608093262, 1.1236603260040283, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3502397537231445, 1.4025273323059082, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0996949672698975, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 0.478780061006546, -1.0201307535171509, -0.4798256754875183, 0.4962092638015747, 0.8099347352981567, 1.0365142822265625, 1.175947904586792, 1.1410894393920898, 0.6879304051399231, 0.16505448520183563, -0.3229629397392273, -0.8109803795814514, -1.246710181236267, -1.5081480741500854, -0.5146840810775757, -1.0201307535171509, 0.008191745728254318, -1.089847445487976, -0.5669716596603394, -0.21838775277137756, -1.2641394138336182, 0.8099347352981567, 0.7925055623054504, 0.5833552479743958, 0.6182135939598083, 1.332810640335083, 1.3676689863204956, 1.175947904586792, 0.7402179837226868, 0.7227887511253357, 0.7576471567153931, 1.489673376083374, 1.5071024894714355, 1.5942485332489014, 1.5768193006515503, 1.629106879234314, 1.6639652252197266, 1.3850982189178467, 1.472244143486023, 1.629106879234314, 1.785969614982605, 1.942832350730896, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 1.9951199293136597, 2.0648367404937744, 1.2979521751403809, 0.8796514868736267, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.315381407737732, 1.332810640335083, 1.332810640335083, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2282354831695557, 1.2456645965576172, 1.2108062505722046, 1.2630938291549683, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4548149108886719, 1.5419609546661377, 1.646536111831665, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8382571935653687, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0996949672698975, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.047407388687134, 2.047407388687134, 2.0648367404937744, 2.0996949672698975, 0.600784420967102, 0.33934640884399414, -1.0549890995025635, -0.5669716596603394, 0.513638436794281, 1.0365142822265625, 1.2805230617523193, 1.2108062505722046, 1.0888018608093262, 0.7227887511253357, 0.7925055623054504, -0.7064052224159241, -0.42753809690475464, -1.1421350240707397, -0.23581695556640625, -1.0549890995025635, -0.23581695556640625, -0.7761220335960388, -0.3403921127319336, -0.6366884112358093, -1.0201307535171509, -0.3578213155269623, -1.0201307535171509, 0.670501172542572, 0.7402179837226868, 1.2979521751403809, 1.7511112689971924, 1.8208279609680176, 1.7511112689971924, 1.7336820363998413, 1.4373857975006104, 1.2805230617523193, 1.629106879234314, 1.5245317220687866, 1.768540382385254, 1.8556864261627197, 1.9951199293136597, 1.803398847579956, 1.6988236904144287, 1.472244143486023, 1.6988236904144287, 1.768540382385254, 1.646536111831665, 1.5593900680541992, 1.9079740047454834, 1.8731155395507812, 1.942832350730896, 1.960261583328247, 2.0299782752990723, 1.611677646636963, 0.8796514868736267, 0.9667974710464478, 1.0365142822265625, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.6356428265571594, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.8622223138809204, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.175947904586792, 1.1933770179748535, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.646536111831665, 1.6988236904144287, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.9079740047454834, 1.942832350730896, 1.9776906967163086, 2.0299782752990723, 2.047407388687134, 2.082265853881836, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.047407388687134, 2.0996949672698975, 0.42649248242378235, 0.6182135939598083, -0.9678431153297424, -0.601830005645752, 0.6530719995498657, 1.2282354831695557, 1.3502397537231445, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 0.827363908290863, 0.09533771127462387, -0.8284096121788025, -0.37525051832199097, -1.1072766780853271, 0.2522004544734955, -0.39267969131469727, -0.6541175842285156, -0.7586928009986877, -1.1247059106826782, 0.07790851593017578, -0.9852723479270935, -0.8981263637542725, -1.2118518352508545, 1.6639652252197266, 1.8556864261627197, 1.785969614982605, 1.472244143486023, 1.8208279609680176, 1.8905447721481323, 1.5768193006515503, 1.646536111831665, 1.7511112689971924, 1.489673376083374, 2.0299782752990723, 2.047407388687134, 1.6988236904144287, 1.7162528038024902, 1.611677646636963, 1.7336820363998413, 1.785969614982605, 1.6639652252197266, 1.629106879234314, 1.785969614982605, 1.7336820363998413, 1.9079740047454834, 1.629106879234314, 1.768540382385254, 1.8905447721481323, 1.1062309741973877, 0.8622223138809204, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.1236603260040283, 1.1236603260040283, 1.1410894393920898, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2979521751403809, 1.315381407737732, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.082265853881836, 2.082265853881836, 2.0648367404937744, 2.047407388687134, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.082265853881836, 0.5833552479743958, 0.7576471567153931, -0.5495424270629883, -0.7586928009986877, 0.6356428265571594, 1.1933770179748535, 1.3676689863204956, 1.2805230617523193, 1.175947904586792, 0.8796514868736267, 0.9319390654563904, 0.8447931408882141, 1.4025273323059082, 0.0430501289665699, -0.25324615836143494, -0.619259238243103, -1.5952941179275513, -0.8109803795814514, -1.0375598669052124, -0.688975989818573, -1.1247059106826782, -0.9329847693443298, -0.8109803795814514, -1.089847445487976, -0.11381260305643082, 1.4025273323059082, 1.5768193006515503, 1.6813944578170776, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8208279609680176, 2.0299782752990723, 1.9951199293136597, 1.5245317220687866, 2.117124319076538, 2.0299782752990723, 2.0996949672698975, 1.8905447721481323, 1.785969614982605, 1.7162528038024902, 1.803398847579956, 1.6639652252197266, 1.629106879234314, 1.629106879234314, 1.5768193006515503, 1.472244143486023, 1.6813944578170776, 2.1345534324645996, 1.4373857975006104, 0.9319390654563904, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5659260153770447, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.3850982189178467, 1.489673376083374, 1.5593900680541992, 1.629106879234314, 1.6639652252197266, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8731155395507812, 1.942832350730896, 1.9776906967163086, 2.0125491619110107, 2.0299782752990723, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 2.047407388687134, 0.7750763297080994, 0.44392168521881104, 0.02562093921005726, -0.5495424270629883, 0.7750763297080994, 1.332810640335083, 1.332810640335083, 1.315381407737732, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.0365142822265625, 1.2805230617523193, 1.315381407737732, -0.41010889410972595, -0.8806971907615662, -0.8806971907615662, -1.0724183320999146, 0.35677558183670044, -0.9504139423370361, -0.09638340771198273, -0.1312417984008789, -1.3687145709991455, -1.0027015209197998, -0.7238344550132751, -1.3512853384017944, -0.4798256754875183, 1.5768193006515503, 1.7336820363998413, 1.5593900680541992, 1.5768193006515503, 2.1694118976593018, 2.151982545852661, 2.151982545852661, 1.768540382385254, 2.0299782752990723, 1.9776906967163086, 1.925403118133545, 1.942832350730896, 1.9951199293136597, 2.0125491619110107, 1.9776906967163086, 1.8382571935653687, 1.9079740047454834, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.7511112689971924, 2.117124319076538, 1.3850982189178467, 0.9145098924636841, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.827363908290863, 0.8099347352981567, 0.8099347352981567, 0.8099347352981567, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7576471567153931, 0.7925055623054504, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.1933770179748535, 1.2630938291549683, 1.315381407737732, 1.332810640335083, 1.4199565649032593, 1.5071024894714355, 1.5768193006515503, 1.629106879234314, 1.6813944578170776, 1.768540382385254, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.960261583328247, 1.9776906967163086, 2.0125491619110107, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.047407388687134, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.925403118133545, 2.0299782752990723, 1.5071024894714355, 0.5484968423843384, -0.4623964726924896, 0.09533771127462387, 0.7402179837226868, 1.158518671989441, 1.2108062505722046, 1.0190850496292114, 0.6879304051399231, 1.1236603260040283, 1.2282354831695557, 1.1062309741973877, 1.2630938291549683, 1.2456645965576172, 1.315381407737732, -0.42753809690475464, -0.20095856487751007, 0.2696296274662018, -0.25324615836143494, -0.3403921127319336, -0.3578213155269623, 0.07790851593017578, 1.315381407737732, -1.1072766780853271, -1.1072766780853271, -0.6366884112358093, -1.176993489265442, 0.478780061006546, 1.785969614982605, 1.6988236904144287, 1.785969614982605, 2.0648367404937744, 2.1694118976593018, 2.0996949672698975, 2.0299782752990723, 2.1345534324645996, 2.0648367404937744, 1.5245317220687866, 1.785969614982605, 1.9951199293136597, 1.960261583328247, 2.0996949672698975, 2.047407388687134, 1.9776906967163086, 1.925403118133545, 1.8556864261627197, 1.8208279609680176, 1.6639652252197266, 2.2216994762420654, 2.3437037467956543, 0.7227887511253357, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 0.9493682980537415, 0.8447931408882141, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321], [0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 1.0365142822265625, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2282354831695557, 1.2456645965576172, 1.332810640335083, 1.3850982189178467, 1.472244143486023, 1.5419609546661377, 1.5942485332489014, 1.646536111831665, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8905447721481323, 1.925403118133545, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.047407388687134, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0648367404937744, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.646536111831665, 0.7576471567153931, 0.2522004544734955, 0.9667974710464478, 0.6879304051399231, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.6879304051399231, 1.1062309741973877, 1.2630938291549683, 1.1410894393920898, 1.2282354831695557, 1.1933770179748535, 1.3676689863204956, 0.9145098924636841, 0.14762529730796814, -0.009237446822226048, -0.2881045341491699, 0.33934640884399414, 0.6182135939598083, -0.18352937698364258, -0.532113254070282, -0.09638340771198273, -0.9504139423370361, -0.3055337369441986, -0.27067533135414124, -1.0724183320999146, 0.5310676693916321, 1.7336820363998413, 1.8208279609680176, 1.8905447721481323, 2.1868410110473633, 2.1345534324645996, 2.1345534324645996, 2.0648367404937744, 2.082265853881836, 1.8208279609680176, 1.4373857975006104, 2.0648367404937744, 2.117124319076538, 2.117124319076538, 2.151982545852661, 2.1345534324645996, 2.0648367404937744, 1.960261583328247, 1.8382571935653687, 1.942832350730896, 2.204270124435425, 2.1694118976593018, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.8622223138809204, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.4613508880138397, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.1062309741973877, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.489673376083374, 1.5593900680541992, 1.611677646636963, 1.7162528038024902, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.942832350730896, 2.0299782752990723, 1.1410894393920898, 0.7227887511253357, 1.2630938291549683, 1.4373857975006104, 0.30448800325393677, 0.2173420637845993, 0.827363908290863, 0.7750763297080994, 0.600784420967102, 1.071372628211975, 1.611677646636963, 1.1933770179748535, 1.2630938291549683, 1.8208279609680176, 1.5245317220687866, 1.0190850496292114, 0.9667974710464478, -0.20095856487751007, -0.41010889410972595, 1.3502397537231445, -0.7761220335960388, -0.3229629397392273, 1.332810640335083, 0.42649248242378235, 0.9493682980537415, -0.9678431153297424, -0.5146840810775757, -0.5844008326530457, -0.4623964726924896, -0.601830005645752, 0.5310676693916321, 1.803398847579956, 2.204270124435425, 2.0996949672698975, 2.117124319076538, 1.942832350730896, 2.117124319076538, 1.9776906967163086, 1.9776906967163086, 2.117124319076538, 2.0996949672698975, 2.0996949672698975, 2.1694118976593018, 2.1345534324645996, 2.0648367404937744, 2.0125491619110107, 1.6813944578170776, 1.8905447721481323, 2.117124319076538, 1.785969614982605, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0190850496292114, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4613508880138397, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9667974710464478, 1.0190850496292114, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2979521751403809, 1.3676689863204956, 1.4199565649032593, 1.5071024894714355, 1.5593900680541992, 1.6639652252197266, 1.7336820363998413, 1.785969614982605, 1.8556864261627197, 1.8905447721481323, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 2.0299782752990723, 2.0299782752990723, 2.0125491619110107, 2.0125491619110107, 1.9951199293136597, 2.0125491619110107, 2.0125491619110107, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.8905447721481323, 0.478780061006546, 0.8796514868736267, 0.670501172542572, 0.6530719995498657, 0.8622223138809204, 0.32191720604896545, 0.7227887511253357, 0.8099347352981567, 0.5833552479743958, 0.8622223138809204, 1.3850982189178467, 0.984226644039154, 1.2282354831695557, 1.925403118133545, 1.8556864261627197, 1.472244143486023, 0.9493682980537415, -0.4798256754875183, -0.619259238243103, 0.28705883026123047, -1.089847445487976, -0.3055337369441986, 2.1868410110473633, 1.7511112689971924, 0.8447931408882141, 0.6879304051399231, -0.8806971907615662, -0.6541175842285156, 0.07790851593017578, -0.8981263637542725, -0.9678431153297424, 0.6356428265571594, 2.308845281600952, 2.0648367404937744, 1.942832350730896, 1.5768193006515503, 1.7162528038024902, 1.8208279609680176, 1.8731155395507812, 1.6639652252197266, 2.239128589630127, 2.2565577030181885, 2.239128589630127, 2.2216994762420654, 2.1345534324645996, 2.1694118976593018, 2.0996949672698975, 1.785969614982605, 2.0299782752990723, 1.8731155395507812, 0.8796514868736267, 0.8796514868736267, 1.0016558170318604, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 0.984226644039154, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7053595781326294, 0.7227887511253357, 0.7925055623054504, 0.8970807194709778, 0.9319390654563904, 0.984226644039154, 1.1062309741973877, 1.158518671989441, 1.175947904586792, 1.2805230617523193, 1.3502397537231445, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.646536111831665, 1.6988236904144287, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.925403118133545, 1.960261583328247, 1.942832350730896, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 2.0299782752990723, 2.0299782752990723, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.8905447721481323, 0.42649248242378235, 0.8447931408882141, -0.42753809690475464, 1.5593900680541992, 0.8970807194709778, 0.6879304051399231, 0.827363908290863, 1.175947904586792, 0.8970807194709778, 0.8970807194709778, 1.1933770179748535, 0.7925055623054504, 1.1933770179748535, 1.9079740047454834, 1.925403118133545, 1.768540382385254, 0.827363908290863, -0.1486709862947464, -0.1661001741886139, -0.8806971907615662, 1.2805230617523193, -1.1944226026535034, 1.4373857975006104, 1.925403118133545, 1.5768193006515503, 1.0190850496292114, 0.6879304051399231, -0.3403921127319336, -0.41010889410972595, 0.42649248242378235, -0.39267969131469727, -1.2292810678482056, 0.513638436794281, 2.1694118976593018, 1.7162528038024902, 1.4199565649032593, 1.4199565649032593, 0.8447931408882141, 1.925403118133545, 2.0996949672698975, 2.0996949672698975, 2.239128589630127, 2.2216994762420654, 2.239128589630127, 2.239128589630127, 2.1694118976593018, 2.0996949672698975, 1.8382571935653687, 2.0299782752990723, 1.8905447721481323, 1.7511112689971924, 0.8099347352981567, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.3916339874267578, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.44392168521881104, 0.513638436794281, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.8622223138809204, 0.9145098924636841, 0.9319390654563904, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.2282354831695557, 1.2979521751403809, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.629106879234314, 1.6813944578170776, 1.7162528038024902, 1.785969614982605, 1.8556864261627197, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.9776906967163086, 1.9951199293136597, 1.9951199293136597, 1.9951199293136597, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.942832350730896, 0.600784420967102, 0.2347712516784668, -0.07895421981811523, 1.1933770179748535, 1.4025273323059082, 1.0365142822265625, 1.5245317220687866, 1.5071024894714355, 1.053943395614624, 1.1933770179748535, 1.315381407737732, 0.6530719995498657, 1.2108062505722046, 1.8905447721481323, 1.942832350730896, 1.960261583328247, 1.5071024894714355, 0.670501172542572, 0.8970807194709778, 0.16505448520183563, 0.7925055623054504, -0.7586928009986877, -0.619259238243103, 1.9776906967163086, 1.8731155395507812, 2.082265853881836, 1.803398847579956, 1.2805230617523193, 0.7925055623054504, 0.4962092638015747, 0.513638436794281, 0.513638436794281, -1.2641394138336182, 0.478780061006546, 1.768540382385254, 1.175947904586792, 1.768540382385254, 1.1062309741973877, 1.5942485332489014, 1.9776906967163086, 1.8731155395507812, 2.2565577030181885, 2.2914161682128906, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.2216994762420654, 1.9079740047454834, 1.925403118133545, 1.960261583328247, 1.960261583328247, 0.670501172542572, 0.9319390654563904, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.071372628211975, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0365142822265625, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.32191720604896545, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.42649248242378235, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8622223138809204, 0.984226644039154, 1.0365142822265625, 1.0888018608093262, 1.175947904586792, 1.2630938291549683, 1.332810640335083, 1.4199565649032593, 1.4548149108886719, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.7511112689971924, 1.785969614982605, 1.8208279609680176, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.9951199293136597, 1.9951199293136597, 1.960261583328247, 1.960261583328247, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.9776906967163086, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 0.5310676693916321, 0.9667974710464478, 0.6530719995498657, 1.2979521751403809, 1.4025273323059082, 0.9667974710464478, 1.489673376083374, 1.489673376083374, 1.0190850496292114, 1.332810640335083, 1.315381407737732, 0.6879304051399231, 1.158518671989441, 1.8731155395507812, 1.8382571935653687, 1.8905447721481323, 1.9951199293136597, 1.5245317220687866, -0.23581695556640625, 1.629106879234314, 0.8622223138809204, 1.2108062505722046, -1.0375598669052124, 2.117124319076538, 1.8208279609680176, 2.1694118976593018, 2.2914161682128906, 2.1694118976593018, 2.0125491619110107, 1.8382571935653687, 0.7750763297080994, 0.6182135939598083, 0.8447931408882141, -1.246710181236267, 1.5071024894714355, 0.33934640884399414, 1.8556864261627197, 1.803398847579956, 1.4548149108886719, 1.785969614982605, 1.5593900680541992, 1.3502397537231445, 2.2565577030181885, 2.361132860183716, 2.3262743949890137, 2.3437037467956543, 2.1868410110473633, 1.8731155395507812, 1.8556864261627197, 2.047407388687134, 1.768540382385254, 0.6182135939598083, 0.8796514868736267, 1.053943395614624, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.0190850496292114, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.9493682980537415, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321], [0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.42649248242378235, 0.513638436794281, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9493682980537415, 1.0190850496292114, 1.1236603260040283, 1.2282354831695557, 1.2979521751403809, 1.3502397537231445, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 1.5942485332489014, 1.6813944578170776, 1.7336820363998413, 1.7511112689971924, 1.8208279609680176, 1.8731155395507812, 1.9079740047454834, 1.942832350730896, 1.960261583328247, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.9079740047454834, 1.925403118133545, 1.0016558170318604, 1.5942485332489014, 0.7053595781326294, 1.4548149108886719, 0.984226644039154, 0.984226644039154, 1.3502397537231445, 1.4199565649032593, 0.670501172542572, 1.2282354831695557, 1.2456645965576172, 0.6356428265571594, 1.3502397537231445, 1.803398847579956, 1.785969614982605, 1.942832350730896, 1.942832350730896, 1.7511112689971924, 1.1236603260040283, 1.8208279609680176, 1.8382571935653687, 1.332810640335083, -1.176993489265442, 1.9079740047454834, 1.8731155395507812, 2.1868410110473633, 2.239128589630127, 2.2914161682128906, 2.0648367404937744, 2.0648367404937744, 1.9776906967163086, 1.0016558170318604, 0.7402179837226868, 0.33934640884399414, -1.0724183320999146, 1.158518671989441, 1.2805230617523193, 1.0016558170318604, 1.6639652252197266, 1.5593900680541992, 0.9493682980537415, 1.0888018608093262, 2.27398681640625, 2.3437037467956543, 2.395991325378418, 2.3785619735717773, 2.2914161682128906, 2.1694118976593018, 2.047407388687134, 1.9776906967163086, 1.7511112689971924, 0.9145098924636841, 0.7402179837226868, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.8447931408882141, 0.8099347352981567, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.3742047846317291, 0.44392168521881104, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7576471567153931, 0.827363908290863, 0.9145098924636841, 0.984226644039154, 1.0888018608093262, 1.158518671989441, 1.2456645965576172, 1.2979521751403809, 1.3850982189178467, 1.472244143486023, 1.5071024894714355, 1.5593900680541992, 1.646536111831665, 1.6813944578170776, 1.7336820363998413, 1.768540382385254, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.9776906967163086, 1.5071024894714355, 1.3502397537231445, 1.332810640335083, 1.8382571935653687, 1.3676689863204956, 0.670501172542572, 0.6182135939598083, 0.9493682980537415, 0.4962092638015747, 1.175947904586792, 1.2630938291549683, 0.7576471567153931, 1.2979521751403809, 1.803398847579956, 1.8556864261627197, 1.925403118133545, 1.8382571935653687, 1.2630938291549683, -0.009237446822226048, 1.8731155395507812, 2.0996949672698975, 1.2979521751403809, -0.9504139423370361, 1.8905447721481323, 1.960261583328247, 2.2216994762420654, 2.239128589630127, 2.3437037467956543, 2.117124319076538, 2.151982545852661, 2.0648367404937744, 2.0996949672698975, 0.8622223138809204, 0.8796514868736267, -1.403572916984558, 1.6988236904144287, 1.0190850496292114, 1.8382571935653687, 1.611677646636963, 1.4373857975006104, 0.984226644039154, 1.0016558170318604, 2.2565577030181885, 2.27398681640625, 2.3785619735717773, 2.395991325378418, 2.3262743949890137, 2.239128589630127, 2.1345534324645996, 1.960261583328247, 1.8731155395507812, 1.6988236904144287, 0.7576471567153931, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8447931408882141, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546], [0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.32191720604896545, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.4090631604194641, 0.5310676693916321, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7227887511253357, 0.7750763297080994, 0.8622223138809204, 0.9667974710464478, 1.053943395614624, 1.1062309741973877, 1.175947904586792, 1.2456645965576172, 1.2979521751403809, 1.4025273323059082, 1.4548149108886719, 1.5245317220687866, 1.629106879234314, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.5942485332489014, 1.175947904586792, 1.2979521751403809, 1.8731155395507812, 1.629106879234314, 1.0190850496292114, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 1.1062309741973877, 1.1062309741973877, 0.8099347352981567, 1.7336820363998413, 1.7511112689971924, 1.768540382385254, 1.8905447721481323, 1.2456645965576172, 0.4613508880138397, 0.8622223138809204, 1.6639652252197266, 1.942832350730896, 1.0888018608093262, -0.8284096121788025, 2.047407388687134, 2.117124319076538, 2.239128589630127, 2.2565577030181885, 2.308845281600952, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.1868410110473633, 1.5768193006515503, 0.7576471567153931, -0.1486709862947464, 0.7402179837226868, 1.8905447721481323, 1.942832350730896, 1.925403118133545, 1.4199565649032593, 1.3676689863204956, 0.7053595781326294, 2.27398681640625, 2.308845281600952, 2.3437037467956543, 2.4134204387664795, 2.3437037467956543, 2.3437037467956543, 2.2914161682128906, 1.9776906967163086, 1.9951199293136597, 1.942832350730896, 0.8099347352981567, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.0888018608093262, 1.1236603260040283, 1.0888018608093262, 1.1236603260040283, 1.1236603260040283, 1.1062309741973877, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.30448800325393677, 0.35677558183670044, 0.44392168521881104, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8447931408882141, 0.8970807194709778, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.2108062505722046, 1.315381407737732, 1.4025273323059082, 1.4373857975006104, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.768540382385254, 1.803398847579956, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.960261583328247, 1.960261583328247, 1.960261583328247, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.942832350730896, 1.9079740047454834, 1.925403118133545, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8731155395507812, 1.7162528038024902, 1.5071024894714355, 1.1062309741973877, 1.7336820363998413, 1.8731155395507812, 1.6813944578170776, 0.5310676693916321, 0.35677558183670044, 0.5659260153770447, 0.8970807194709778, 0.7925055623054504, 1.053943395614624, 1.646536111831665, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 0.18248367309570312, -0.04409583657979965, -0.688975989818573, 0.8622223138809204, 1.5245317220687866, 0.7227887511253357, 1.3676689863204956, 2.1868410110473633, 2.0648367404937744, 2.2216994762420654, 2.1694118976593018, 2.239128589630127, 2.2565577030181885, 2.3262743949890137, 2.27398681640625, 2.2565577030181885, 1.7511112689971924, 1.942832350730896, 1.053943395614624, 0.7925055623054504, 1.960261583328247, 1.9951199293136597, 1.489673376083374, 0.7053595781326294, 1.158518671989441, 0.8970807194709778, 2.151982545852661, 2.27398681640625, 2.3437037467956543, 2.4134204387664795, 2.3785619735717773, 2.2914161682128906, 2.3437037467956543, 2.082265853881836, 2.117124319076538, 1.785969614982605, 1.053943395614624, 0.7402179837226868, 0.8970807194709778, 0.9493682980537415, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.071372628211975, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.9319390654563904, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.8099347352981567, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.42649248242378235, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5659260153770447, 0.6182135939598083, 0.6879304051399231, 0.7402179837226868, 0.7750763297080994, 0.827363908290863, 1.0190850496292114, 1.053943395614624, 1.1236603260040283, 1.175947904586792, 1.2979521751403809, 1.3502397537231445, 1.3850982189178467, 1.5071024894714355, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.7336820363998413, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.942832350730896, 1.942832350730896, 1.942832350730896, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.925403118133545, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8208279609680176, 1.8731155395507812, 1.6813944578170776, 1.4373857975006104, 1.2979521751403809, 1.5419609546661377, 2.0125491619110107, 1.9951199293136597, 1.5419609546661377, -0.09638340771198273, 0.670501172542572, 0.984226644039154, 0.670501172542572, 1.4199565649032593, 1.8731155395507812, 2.0299782752990723, 1.9079740047454834, 2.0299782752990723, -0.1312417984008789, 0.1999128758907318, -0.619259238243103, 0.2347712516784668, 1.1062309741973877, 1.6988236904144287, 1.332810640335083, 2.1868410110473633, 2.0299782752990723, 2.3262743949890137, 2.2216994762420654, 2.2216994762420654, 2.1868410110473633, 2.2216994762420654, 2.2565577030181885, 2.2216994762420654, 2.082265853881836, 1.9951199293136597, 1.9776906967163086, 1.611677646636963, 1.925403118133545, 1.9079740047454834, 1.489673376083374, 0.8796514868736267, 1.3502397537231445, 1.489673376083374, 1.8905447721481323, 2.308845281600952, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.2216994762420654, 2.204270124435425, 1.5768193006515503, 1.3502397537231445, 0.7053595781326294, 0.8796514868736267, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447], [0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.32191720604896545, 0.3742047846317291, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.9667974710464478, 1.0190850496292114, 1.071372628211975, 1.1410894393920898, 1.2630938291549683, 1.2979521751403809, 1.3676689863204956, 1.472244143486023, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.646536111831665, 1.6988236904144287, 1.7162528038024902, 1.7511112689971924, 1.803398847579956, 1.8382571935653687, 1.8556864261627197, 1.8731155395507812, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.925403118133545, 1.925403118133545, 1.8905447721481323, 1.8905447721481323, 1.8556864261627197, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8905447721481323, 1.8731155395507812, 1.8556864261627197, 1.8905447721481323, 1.803398847579956, 1.8208279609680176, 1.0016558170318604, 1.3676689863204956, 1.0190850496292114, 1.3502397537231445, 2.082265853881836, 2.047407388687134, 1.8556864261627197, 0.4613508880138397, 0.7227887511253357, 0.8796514868736267, 0.670501172542572, 1.5593900680541992, 1.8556864261627197, 2.047407388687134, 2.0299782752990723, 1.1062309741973877, 0.3916339874267578, 0.1999128758907318, -0.4623964726924896, -0.4798256754875183, 0.5484968423843384, 1.1236603260040283, 1.646536111831665, 2.0299782752990723, 2.047407388687134, 2.1345534324645996, 2.2216994762420654, 2.151982545852661, 1.8905447721481323, 2.204270124435425, 2.3437037467956543, 2.308845281600952, 2.151982545852661, 2.047407388687134, 2.082265853881836, 1.8905447721481323, 1.8208279609680176, 1.960261583328247, 1.785969614982605, 0.8447931408882141, 1.175947904586792, 1.3502397537231445, 1.942832350730896, 2.308845281600952, 2.361132860183716, 2.3785619735717773, 2.395991325378418, 2.395991325378418, 2.361132860183716, 2.3262743949890137, 2.2565577030181885, 1.785969614982605, 1.5942485332489014, 0.7402179837226868, 0.8622223138809204, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 1.0190850496292114, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.600784420967102, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.5659260153770447, 0.6356428265571594, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.9319390654563904, 0.984226644039154, 1.053943395614624, 1.1236603260040283, 1.1933770179748535, 1.2456645965576172, 1.315381407737732, 1.4199565649032593, 1.4548149108886719, 1.5071024894714355, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8382571935653687, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.9079740047454834, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8382571935653687, 1.8556864261627197, 1.8382571935653687, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.768540382385254, 1.175947904586792, 1.2630938291549683, 0.9667974710464478, 1.2805230617523193, 2.047407388687134, 2.0125491619110107, 1.5071024894714355, 1.1236603260040283, 0.600784420967102, 0.44392168521881104, 0.6879304051399231, 1.8556864261627197, 1.9079740047454834, 1.8208279609680176, 1.9776906967163086, 0.28705883026123047, -0.04409583657979965, 0.6356428265571594, -0.23581695556640625, -0.4972548484802246, 0.1999128758907318, 0.7925055623054504, 1.4548149108886719, 1.472244143486023, 1.7336820363998413, 2.204270124435425, 2.151982545852661, 2.117124319076538, 2.204270124435425, 2.2565577030181885, 2.2914161682128906, 2.2914161682128906, 2.2216994762420654, 2.151982545852661, 2.151982545852661, 1.942832350730896, 1.9079740047454834, 2.082265853881836, 1.7336820363998413, 0.5310676693916321, 1.0016558170318604, 1.3850982189178467, 2.0648367404937744, 2.308845281600952, 2.361132860183716, 2.395991325378418, 2.430849552154541, 2.395991325378418, 2.361132860183716, 2.3437037467956543, 2.2565577030181885, 1.8731155395507812, 1.8208279609680176, 0.6879304051399231, 0.827363908290863, 0.8796514868736267, 0.9145098924636841, 0.9319390654563904, 1.0016558170318604, 1.0190850496292114, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.0888018608093262, 1.053943395614624, 1.0365142822265625, 1.0016558170318604, 0.984226644039154, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.827363908290863, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.670501172542572, 0.6879304051399231, 0.7576471567153931, 0.7925055623054504, 0.8622223138809204, 0.9667974710464478, 1.071372628211975, 1.175947904586792, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4548149108886719, 1.472244143486023, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.6639652252197266, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.8208279609680176, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8905447721481323, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8731155395507812, 1.8731155395507812, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.785969614982605, 1.768540382385254, 1.785969614982605, 1.785969614982605, 1.8382571935653687, 1.6988236904144287, 1.2979521751403809, 1.315381407737732, 0.9493682980537415, 1.4548149108886719, 2.047407388687134, 1.785969614982605, 1.1062309741973877, 1.4373857975006104, 0.4613508880138397, 0.4613508880138397, 1.4548149108886719, 1.8556864261627197, 2.204270124435425, 1.8556864261627197, 1.768540382385254, 0.30448800325393677, 0.06047932058572769, 0.827363908290863, -0.23581695556640625, 0.09533771127462387, -0.8981263637542725, 0.7925055623054504, 0.8447931408882141, 1.175947904586792, 2.082265853881836, 1.8382571935653687, 2.1694118976593018, 2.1694118976593018, 1.9951199293136597, 2.1868410110473633, 2.3437037467956543, 2.204270124435425, 2.204270124435425, 2.204270124435425, 2.1868410110473633, 2.0648367404937744, 2.0648367404937744, 1.768540382385254, 2.1345534324645996, 1.175947904586792, 1.2979521751403809, 1.5768193006515503, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.361132860183716, 2.3262743949890137, 1.8905447721481323, 1.6639652252197266, 0.7750763297080994, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8622223138809204, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.33934640884399414, 0.3916339874267578, 0.4613508880138397, 0.513638436794281, 0.5484968423843384, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.9319390654563904, 1.0365142822265625, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2805230617523193, 1.332810640335083, 1.4025273323059082, 1.4199565649032593, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.611677646636963, 1.6639652252197266, 1.6988236904144287, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.785969614982605, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.8208279609680176, 1.8556864261627197, 1.785969614982605, 1.768540382385254, 1.768540382385254, 1.7511112689971924, 1.7511112689971924, 1.768540382385254, 1.6988236904144287, 1.4373857975006104, 1.4025273323059082, 0.8796514868736267, 1.4025273323059082, 2.0299782752990723, 0.4090631604194641, 0.600784420967102, 1.4373857975006104, 1.071372628211975, 1.472244143486023, 1.472244143486023, 1.9079740047454834, 1.8382571935653687, 1.6988236904144287, 1.472244143486023, 0.02562093921005726, 0.07790851593017578, 0.5659260153770447, -0.41010889410972595, 0.6879304051399231, -0.6715468168258667, 0.07790851593017578, 1.071372628211975, 1.8556864261627197, 1.9776906967163086, 1.5071024894714355, 1.8731155395507812, 2.117124319076538, 2.151982545852661, 2.204270124435425, 2.308845281600952, 2.151982545852661, 2.2216994762420654, 2.1345534324645996, 2.082265853881836, 2.0996949672698975, 2.0648367404937744, 2.151982545852661, 2.151982545852661, 0.14762529730796814, 1.1410894393920898, 1.611677646636963, 2.0299782752990723, 2.3785619735717773, 2.4134204387664795, 2.4134204387664795, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 2.3262743949890137, 2.2914161682128906, 1.472244143486023, 1.768540382385254, 0.600784420967102, 0.7750763297080994, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.1062309741973877, 1.0888018608093262, 1.071372628211975, 1.053943395614624, 1.0190850496292114, 1.0016558170318604, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8970807194709778, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5659260153770447, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546], [0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.32191720604896545, 0.3916339874267578, 0.44392168521881104, 0.478780061006546, 0.5310676693916321, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7402179837226868, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0888018608093262, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.5071024894714355, 1.5419609546661377, 1.5942485332489014, 1.629106879234314, 1.6639652252197266, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7511112689971924, 1.768540382385254, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8208279609680176, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8208279609680176, 1.8556864261627197, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.8382571935653687, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.768540382385254, 1.7511112689971924, 1.7162528038024902, 1.7162528038024902, 1.6639652252197266, 1.646536111831665, 1.4373857975006104, 1.5071024894714355, 0.8796514868736267, 1.5245317220687866, 1.6813944578170776, -0.41010889410972595, -0.601830005645752, 0.9667974710464478, 1.472244143486023, 1.6639652252197266, 1.7511112689971924, 1.9079740047454834, 1.8905447721481323, 1.489673376083374, 0.9667974710464478, -0.009237446822226048, -0.25324615836143494, 0.0430501289665699, 0.02562093921005726, 0.600784420967102, -0.1312417984008789, 0.4613508880138397, 0.6182135939598083, 1.2979521751403809, 1.2630938291549683, 1.942832350730896, 1.7336820363998413, 1.8208279609680176, 1.8731155395507812, 2.047407388687134, 2.3262743949890137, 2.2216994762420654, 2.27398681640625, 2.0648367404937744, 2.082265853881836, 2.2216994762420654, 1.9776906967163086, 2.151982545852661, 1.8731155395507812, 0.7227887511253357, 1.0190850496292114, 1.646536111831665, 1.942832350730896, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.361132860183716, 2.308845281600952, 2.308845281600952, 2.27398681640625, 1.803398847579956, 1.925403118133545, 0.600784420967102, 0.7402179837226868, 0.827363908290863, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.071372628211975, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.071372628211975, 1.0016558170318604, 1.0365142822265625, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.9145098924636841, 0.7925055623054504, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.4090631604194641, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7402179837226868, 0.7925055623054504, 0.8622223138809204, 0.9145098924636841, 1.0365142822265625, 1.071372628211975, 1.1410894393920898, 1.2108062505722046, 1.2282354831695557, 1.2805230617523193, 1.3502397537231445, 1.3850982189178467, 1.4373857975006104, 1.489673376083374, 1.5419609546661377, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.7162528038024902, 1.7336820363998413, 1.785969614982605, 1.785969614982605, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.8208279609680176, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.785969614982605, 1.8208279609680176, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.803398847579956, 1.768540382385254, 1.768540382385254, 1.768540382385254, 1.7336820363998413, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.611677646636963, 1.5768193006515503, 1.315381407737732, 1.472244143486023, 0.5659260153770447, 1.611677646636963, 1.5245317220687866, 0.11276690661907196, -0.23581695556640625, 0.06047932058572769, 1.8556864261627197, 0.33934640884399414, 1.8905447721481323, 1.942832350730896, 1.942832350730896, 1.4548149108886719, 1.053943395614624, 0.30448800325393677, 0.44392168521881104, 1.1062309741973877, 0.11276690661907196, 1.0016558170318604, 0.6356428265571594, -0.25324615836143494, 0.2173420637845993, 0.7750763297080994, 0.7925055623054504, 1.2282354831695557, 1.489673376083374, 1.611677646636963, 0.6530719995498657, 1.4025273323059082, 2.151982545852661, 2.2216994762420654, 2.2914161682128906, 2.27398681640625, 2.117124319076538, 2.27398681640625, 2.151982545852661, 1.7511112689971924, 2.082265853881836, 0.7750763297080994, 1.4199565649032593, 1.472244143486023, 1.8556864261627197, 2.308845281600952, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 1.960261583328247, 1.785969614982605, 0.6356428265571594, 0.7402179837226868, 0.8099347352981567, 0.8622223138809204, 0.8970807194709778, 0.9319390654563904, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.8099347352981567, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6530719995498657, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747], [0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.3742047846317291, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.9493682980537415, 1.0016558170318604, 1.053943395614624, 1.1410894393920898, 1.1933770179748535, 1.2630938291549683, 1.2630938291549683, 1.315381407737732, 1.3676689863204956, 1.4025273323059082, 1.4373857975006104, 1.5245317220687866, 1.5768193006515503, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.646536111831665, 1.6639652252197266, 1.6813944578170776, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7511112689971924, 1.7336820363998413, 1.7336820363998413, 1.7336820363998413, 1.7162528038024902, 1.6813944578170776, 1.6639652252197266, 1.6639652252197266, 1.785969614982605, 1.6813944578170776, 1.053943395614624, 1.315381407737732, 0.7750763297080994, 1.611677646636963, 1.1933770179748535, 0.09533771127462387, -1.1595642566680908, -0.23581695556640625, 1.646536111831665, 0.4613508880138397, 1.6988236904144287, 1.960261583328247, 1.8905447721481323, 1.6813944578170776, 1.071372628211975, 0.18248367309570312, 0.513638436794281, 1.2282354831695557, 0.18248367309570312, 0.600784420967102, 0.30448800325393677, -0.688975989818573, 0.6356428265571594, 0.8447931408882141, 1.332810640335083, 1.2282354831695557, 1.175947904586792, 1.5942485332489014, 1.0888018608093262, 1.942832350730896, 2.2565577030181885, 2.1694118976593018, 2.2914161682128906, 2.117124319076538, 2.082265853881836, 2.0648367404937744, 1.960261583328247, 1.9951199293136597, 2.0996949672698975, 1.803398847579956, 1.2979521751403809, 1.611677646636963, 1.960261583328247, 2.204270124435425, 2.2565577030181885, 2.3437037467956543, 2.3785619735717773, 2.395991325378418, 2.3785619735717773, 2.3785619735717773, 2.204270124435425, 2.0648367404937744, 1.472244143486023, 1.489673376083374, 0.6530719995498657, 0.7227887511253357, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0365142822265625, 1.0190850496292114, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.053943395614624, 1.053943395614624, 1.0365142822265625, 0.984226644039154, 0.9145098924636841, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.827363908290863, 0.7750763297080994, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747], [0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2696296274662018, 0.35677558183670044, 0.44392168521881104, 0.4962092638015747, 0.5484968423843384, 0.6356428265571594, 0.6879304051399231, 0.7053595781326294, 0.7576471567153931, 0.8099347352981567, 0.9319390654563904, 0.9493682980537415, 1.0016558170318604, 1.071372628211975, 1.1236603260040283, 1.175947904586792, 1.2282354831695557, 1.2630938291549683, 1.315381407737732, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5942485332489014, 1.611677646636963, 1.629106879234314, 1.6639652252197266, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7162528038024902, 1.7336820363998413, 1.7336820363998413, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.646536111831665, -0.37525051832199097, 1.158518671989441, 0.3742047846317291, 1.646536111831665, 1.0365142822265625, 0.02562093921005726, -0.026666639372706413, -0.39267969131469727, 0.1999128758907318, 0.3742047846317291, 1.785969614982605, 2.082265853881836, 1.8208279609680176, 1.629106879234314, 0.1999128758907318, 0.11276690661907196, 0.42649248242378235, 0.8970807194709778, 0.33934640884399414, 0.7925055623054504, 0.7750763297080994, -0.41010889410972595, -0.3229629397392273, 0.7925055623054504, 0.8796514868736267, 0.0430501289665699, 0.984226644039154, 1.489673376083374, 1.2456645965576172, 2.151982545852661, 2.1868410110473633, 2.1345534324645996, 2.1694118976593018, 2.239128589630127, 1.9776906967163086, 1.785969614982605, 1.8556864261627197, 1.960261583328247, 2.0125491619110107, 1.8905447721481323, 1.5419609546661377, 1.8556864261627197, 2.0299782752990723, 2.2216994762420654, 2.27398681640625, 2.308845281600952, 2.3785619735717773, 2.3437037467956543, 2.3785619735717773, 2.3437037467956543, 2.308845281600952, 2.0648367404937744, 1.472244143486023, 2.0648367404937744, 0.6530719995498657, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0190850496292114, 1.053943395614624, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0190850496292114, 0.9493682980537415, 0.8796514868736267, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8099347352981567, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397], [0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.28705883026123047, 0.35677558183670044, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8970807194709778, 0.9145098924636841, 0.9667974710464478, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.1933770179748535, 1.2282354831695557, 1.2805230617523193, 1.315381407737732, 1.3676689863204956, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.629106879234314, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6988236904144287, 1.6639652252197266, 1.629106879234314, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, -1.0027015209197998, 1.158518671989441, 0.18248367309570312, 1.5419609546661377, 0.8099347352981567, 0.2696296274662018, 0.7576471567153931, 0.5659260153770447, 0.984226644039154, 0.5659260153770447, 1.7336820363998413, 2.0996949672698975, 1.7511112689971924, 1.646536111831665, 0.600784420967102, 0.16505448520183563, 0.28705883026123047, 0.6879304051399231, 0.4613508880138397, 0.7750763297080994, 1.1062309741973877, 0.3742047846317291, -0.619259238243103, 1.332810640335083, 0.44392168521881104, 1.1236603260040283, -0.1661001741886139, 0.7402179837226868, 0.600784420967102, 1.768540382385254, 2.0125491619110107, 2.117124319076538, 2.204270124435425, 2.239128589630127, 2.0996949672698975, 1.803398847579956, 1.8556864261627197, 2.0299782752990723, 1.803398847579956, 1.7511112689971924, 1.2979521751403809, 1.803398847579956, 1.8905447721481323, 2.27398681640625, 2.239128589630127, 2.3262743949890137, 2.3785619735717773, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.308845281600952, 2.1868410110473633, 1.9776906967163086, 1.6813944578170776, 0.6356428265571594, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.0365142822265625, 1.071372628211975, 1.071372628211975, 1.053943395614624, 1.0016558170318604, 0.9667974710464478, 0.8970807194709778, 0.9319390654563904, 0.9145098924636841, 0.8622223138809204, 0.827363908290863, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2696296274662018, 0.30448800325393677, 0.4090631604194641, 0.4962092638015747, 0.4613508880138397, 0.5659260153770447, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8447931408882141, 0.8970807194709778, 0.9493682980537415, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.1236603260040283, 1.158518671989441, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3850982189178467, 1.4199565649032593, 1.4373857975006104, 1.472244143486023, 1.489673376083374, 1.5245317220687866, 1.5593900680541992, 1.611677646636963, 1.629106879234314, 1.646536111831665, 1.646536111831665, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6988236904144287, 1.6639652252197266, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6813944578170776, 1.6639652252197266, 1.629106879234314, 1.611677646636963, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5245317220687866, -0.20095856487751007, 1.1410894393920898, 0.9319390654563904, 1.3676689863204956, 1.315381407737732, 0.478780061006546, 0.30448800325393677, 0.7053595781326294, 1.2456645965576172, -0.1312417984008789, 1.1410894393920898, 2.082265853881836, 1.5071024894714355, 1.5071024894714355, 0.7402179837226868, 0.008191745728254318, 0.3742047846317291, 0.7925055623054504, 0.7576471567153931, 0.670501172542572, 1.315381407737732, 0.32191720604896545, -0.7064052224159241, 0.8970807194709778, 1.4548149108886719, 1.489673376083374, 1.3676689863204956, 0.2522004544734955, 1.2630938291549683, 1.1236603260040283, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.3262743949890137, 2.2216994762420654, 1.5768193006515503, 1.7336820363998413, 2.0125491619110107, 1.8382571935653687, 1.768540382385254, 0.8622223138809204, 1.646536111831665, 1.925403118133545, 2.3437037467956543, 2.151982545852661, 2.361132860183716, 2.395991325378418, 2.4134204387664795, 2.361132860183716, 2.3785619735717773, 2.3437037467956543, 2.239128589630127, 1.9951199293136597, 2.0299782752990723, 0.670501172542572, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.0016558170318604, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.0190850496292114, 0.9667974710464478, 0.9145098924636841, 0.9493682980537415, 0.9319390654563904, 0.8622223138809204, 0.8447931408882141, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.6182135939598083, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397], [0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.18248367309570312, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.3742047846317291, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.8447931408882141, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.158518671989441, 1.2108062505722046, 1.2456645965576172, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.4025273323059082, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.5942485332489014, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.629106879234314, 1.629106879234314, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.611677646636963, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.4199565649032593, 1.646536111831665, 0.0430501289665699, 1.1236603260040283, 1.315381407737732, 1.6813944578170776, 1.7162528038024902, 0.2696296274662018, 0.7227887511253357, 1.0365142822265625, -0.4623964726924896, -0.4972548484802246, 0.6182135939598083, 2.151982545852661, 1.5942485332489014, 1.2456645965576172, 0.6530719995498657, -0.5495424270629883, 0.984226644039154, 0.5833552479743958, 0.600784420967102, 0.3916339874267578, 0.9493682980537415, 0.513638436794281, 0.09533771127462387, -0.3578213155269623, 0.4090631604194641, 1.315381407737732, 1.175947904586792, 0.7925055623054504, -0.06152502819895744, -0.20095856487751007, 1.2979521751403809, 1.925403118133545, 2.1345534324645996, 2.4134204387664795, 2.239128589630127, 1.6639652252197266, 1.768540382385254, 1.5245317220687866, 1.8208279609680176, 1.8208279609680176, 1.5768193006515503, 1.5071024894714355, 1.785969614982605, 2.395991325378418, 2.3437037467956543, 2.361132860183716, 2.3785619735717773, 2.3785619735717773, 2.3785619735717773, 2.3437037467956543, 2.3262743949890137, 1.925403118133545, 1.6988236904144287, 2.047407388687134, 0.7053595781326294, 0.7576471567153931, 0.7750763297080994, 0.827363908290863, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.984226644039154, 0.984226644039154, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8622223138809204, 0.8622223138809204, 0.8447931408882141, 0.7925055623054504, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.513638436794281, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.42649248242378235, 0.478780061006546, 0.513638436794281, 0.5484968423843384, 0.600784420967102, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.827363908290863, 0.9145098924636841, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1062309741973877, 1.175947904586792, 1.1933770179748535, 1.2456645965576172, 1.2630938291549683, 1.332810640335083, 1.3676689863204956, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5768193006515503, 1.5942485332489014, 1.5942485332489014, 1.5768193006515503, 1.5593900680541992, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.4199565649032593, 1.629106879234314, 0.600784420967102, 1.2630938291549683, 1.315381407737732, 1.629106879234314, 1.7336820363998413, 0.478780061006546, 0.2173420637845993, 0.7402179837226868, -1.1421350240707397, -0.688975989818573, 1.2630938291549683, 2.047407388687134, 1.489673376083374, 0.7053595781326294, 1.0888018608093262, -0.3229629397392273, 0.5484968423843384, -0.39267969131469727, -0.21838775277137756, 0.5833552479743958, 1.2456645965576172, 0.600784420967102, 0.13019609451293945, -0.8806971907615662, 0.4962092638015747, 1.4199565649032593, -0.20095856487751007, -0.4798256754875183, -0.44496726989746094, -0.06152502819895744, 0.8796514868736267, 1.7511112689971924, 2.117124319076538, 2.1345534324645996, 2.1868410110473633, 1.646536111831665, 2.1345534324645996, 2.239128589630127, 2.0996949672698975, 1.7162528038024902, 2.1868410110473633, 1.1236603260040283, 1.7511112689971924, 2.3785619735717773, 2.3262743949890137, 2.3437037467956543, 2.3437037467956543, 2.395991325378418, 2.4134204387664795, 2.395991325378418, 2.2914161682128906, 1.5593900680541992, 1.5071024894714355, 1.8731155395507812, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7750763297080994, 0.8447931408882141, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.984226644039154, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 0.9493682980537415, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235], [0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.33934640884399414, 0.3916339874267578, 0.44392168521881104, 0.513638436794281, 0.5310676693916321, 0.5833552479743958, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.071372628211975, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.3676689863204956, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.472244143486023, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5419609546661377, 1.5419609546661377, 1.5419609546661377, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5593900680541992, 1.5593900680541992, 1.5768193006515503, 1.5768193006515503, 1.5419609546661377, 1.5419609546661377, 1.5245317220687866, 1.5071024894714355, 1.472244143486023, 1.4025273323059082, 1.5245317220687866, 0.7925055623054504, 1.315381407737732, 1.3676689863204956, 1.6988236904144287, 1.6813944578170776, 0.33934640884399414, 0.2173420637845993, -0.7412636280059814, -0.5669716596603394, 0.4090631604194641, 1.8208279609680176, 2.1345534324645996, 1.5071024894714355, 1.2630938291549683, 0.5484968423843384, -0.601830005645752, 0.9667974710464478, 0.5310676693916321, -0.6541175842285156, 0.7402179837226868, 0.9493682980537415, 0.7576471567153931, 0.32191720604896545, -0.532113254070282, 0.3916339874267578, 0.670501172542572, -0.5669716596603394, 0.3742047846317291, -0.7064052224159241, 0.14762529730796814, 1.175947904586792, 1.5942485332489014, 1.1933770179748535, 2.1868410110473633, 2.1694118976593018, 1.768540382385254, 2.151982545852661, 2.27398681640625, 1.9951199293136597, 1.8382571935653687, 2.361132860183716, 1.9079740047454834, 1.6639652252197266, 2.3262743949890137, 2.2914161682128906, 2.239128589630127, 2.3437037467956543, 2.3785619735717773, 2.4134204387664795, 2.430849552154541, 2.3437037467956543, 1.8731155395507812, 1.8208279609680176, 1.3502397537231445, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.8796514868736267, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.9667974710464478, 0.8796514868736267, 0.8447931408882141, 0.8447931408882141, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.4613508880138397, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.1999128758907318, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.7227887511253357, 0.7750763297080994, 0.827363908290863, 0.8099347352981567, 0.827363908290863, 0.827363908290863, 0.8622223138809204, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.4199565649032593, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5245317220687866, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4373857975006104, 1.3676689863204956, 1.489673376083374, -0.11381260305643082, 1.2108062505722046, 1.6639652252197266, 1.803398847579956, 1.7511112689971924, 1.472244143486023, 0.2522004544734955, -0.7064052224159241, -1.7172983884811401, 0.7053595781326294, 2.0299782752990723, 2.239128589630127, 1.5245317220687866, 1.332810640335083, 1.3502397537231445, -0.3055337369441986, 0.513638436794281, 0.9145098924636841, -0.5146840810775757, 0.13019609451293945, 1.0190850496292114, 0.6530719995498657, 0.7750763297080994, -0.2881045341491699, 0.18248367309570312, -0.1312417984008789, -0.4623964726924896, -0.7935512065887451, -0.009237446822226048, 0.9319390654563904, 1.629106879234314, 1.4373857975006104, 1.611677646636963, 1.942832350730896, 1.6813944578170776, 1.8382571935653687, 1.6988236904144287, 2.0996949672698975, 2.0299782752990723, 2.0299782752990723, 2.308845281600952, 2.151982545852661, 1.768540382385254, 2.2914161682128906, 2.117124319076538, 2.0299782752990723, 2.3437037467956543, 2.395991325378418, 2.395991325378418, 2.4134204387664795, 2.3785619735717773, 1.5942485332489014, 1.0365142822265625, 1.3676689863204956, 0.8796514868736267, 0.6182135939598083, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.984226644039154, 0.984226644039154, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.8796514868736267, 0.827363908290863, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641], [0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.3916339874267578, 0.478780061006546, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7402179837226868, 0.8099347352981567, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.9667974710464478, 0.984226644039154, 1.0016558170318604, 1.053943395614624, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2979521751403809, 1.4025273323059082, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4548149108886719, 1.4373857975006104, 1.4373857975006104, 1.472244143486023, 1.4548149108886719, 1.472244143486023, 1.472244143486023, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.5071024894714355, 1.489673376083374, 1.489673376083374, 1.472244143486023, 1.472244143486023, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.4025273323059082, 1.315381407737732, 0.4090631604194641, 1.158518671989441, 1.7336820363998413, 1.8208279609680176, 1.646536111831665, 1.611677646636963, 0.42649248242378235, 0.06047932058572769, -1.3512853384017944, 1.2805230617523193, 2.0648367404937744, 2.361132860183716, 1.4199565649032593, 1.3850982189178467, 1.071372628211975, 0.2173420637845993, 0.6356428265571594, 1.0016558170318604, -0.1312417984008789, 0.32191720604896545, 0.44392168521881104, 0.9319390654563904, 0.5833552479743958, -0.25324615836143494, -0.6715468168258667, -0.5844008326530457, 0.0430501289665699, -0.7238344550132751, -0.7238344550132751, 0.8099347352981567, 1.5245317220687866, 1.8208279609680176, 1.2456645965576172, 1.3850982189178467, 0.5833552479743958, 1.5942485332489014, 2.0125491619110107, 2.0125491619110107, 1.960261583328247, 1.611677646636963, 2.2216994762420654, 2.1868410110473633, 1.768540382385254, 1.8382571935653687, 2.2216994762420654, 2.3437037467956543, 2.361132860183716, 2.4134204387664795, 2.430849552154541, 2.4134204387664795, 2.361132860183716, 1.960261583328247, 1.8556864261627197, 1.1933770179748535, 1.1933770179748535, 0.600784420967102, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.827363908290863, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.827363908290863, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.42649248242378235, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5484968423843384, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.30448800325393677, 0.2696296274662018, 0.3742047846317291, 0.44392168521881104, 0.4613508880138397, 0.513638436794281, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7750763297080994, 0.8099347352981567, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.0190850496292114, 1.071372628211975, 1.1236603260040283, 1.158518671989441, 1.175947904586792, 1.2108062505722046, 1.2456645965576172, 1.2805230617523193, 1.315381407737732, 1.332810640335083, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4199565649032593, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4199565649032593, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4548149108886719, 1.4548149108886719, 1.489673376083374, 1.472244143486023, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.489673376083374, 1.4548149108886719, 1.4548149108886719, 1.4548149108886719, 1.4373857975006104, 1.4199565649032593, 1.3850982189178467, 1.3850982189178467, 1.315381407737732, 1.1933770179748535, -0.44496726989746094, 1.158518671989441, 1.7336820363998413, 1.8556864261627197, 1.646536111831665, 1.6988236904144287, 0.7750763297080994, -0.07895421981811523, 0.7053595781326294, 0.7750763297080994, 1.8731155395507812, 2.239128589630127, 1.332810640335083, 0.2173420637845993, 0.670501172542572, 0.0430501289665699, 0.18248367309570312, 0.5484968423843384, 0.7227887511253357, -0.3229629397392273, 0.8796514868736267, 0.30448800325393677, 0.8796514868736267, -0.39267969131469727, 0.4090631604194641, 0.5833552479743958, -0.25324615836143494, 0.5833552479743958, -0.8806971907615662, 0.33934640884399414, 1.2979521751403809, 2.0996949672698975, 0.827363908290863, 0.827363908290863, -0.3055337369441986, 1.472244143486023, 1.8382571935653687, 1.6639652252197266, 1.2979521751403809, 1.2630938291549683, 2.0299782752990723, 2.0996949672698975, 1.7336820363998413, 1.6813944578170776, 2.2216994762420654, 2.430849552154541, 2.4134204387664795, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.925403118133545, 2.0648367404937744, 0.5833552479743958, 0.7402179837226868, 0.35677558183670044, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414], [0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.44392168521881104, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.35677558183670044, 0.4090631604194641, 0.42649248242378235, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5484968423843384, 0.6356428265571594, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7750763297080994, 0.9145098924636841, 0.9319390654563904, 0.984226644039154, 1.0190850496292114, 1.053943395614624, 1.071372628211975, 1.1236603260040283, 1.1410894393920898, 1.2108062505722046, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.4025273323059082, 1.4025273323059082, 1.4199565649032593, 1.4373857975006104, 1.4199565649032593, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4373857975006104, 1.4025273323059082, 1.3850982189178467, 1.3850982189178467, 1.3502397537231445, 1.2805230617523193, 1.1933770179748535, -0.3403921127319336, 1.1410894393920898, 1.768540382385254, 1.785969614982605, 1.8208279609680176, 1.7162528038024902, 0.7576471567153931, 0.14762529730796814, 0.7925055623054504, 0.11276690661907196, 1.8556864261627197, 2.1868410110473633, 1.472244143486023, 0.3742047846317291, 1.2805230617523193, 0.9145098924636841, 0.06047932058572769, 0.6879304051399231, 0.7925055623054504, -0.3055337369441986, 0.9667974710464478, 1.053943395614624, 0.7750763297080994, -0.3055337369441986, -0.18352937698364258, 0.2173420637845993, 1.0888018608093262, 0.7750763297080994, 0.6182135939598083, 1.053943395614624, 0.8622223138809204, 2.1868410110473633, 0.7576471567153931, 0.1999128758907318, -0.8981263637542725, 1.7336820363998413, 1.472244143486023, 1.332810640335083, 0.1999128758907318, 0.3916339874267578, 1.7162528038024902, 2.0648367404937744, 1.646536111831665, 0.9667974710464478, 2.308845281600952, 2.5005664825439453, 2.4482789039611816, 2.430849552154541, 2.430849552154541, 2.4134204387664795, 2.308845281600952, 1.785969614982605, 1.2108062505722046, -0.11381260305643082, -0.18352937698364258, 0.1999128758907318, 0.670501172542572, 0.7750763297080994, 0.7402179837226868, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9667974710464478, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.7402179837226868, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.4090631604194641, 0.3916339874267578, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.30448800325393677, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.32191720604896545, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044], [0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.28705883026123047, 0.28705883026123047, 0.33934640884399414, 0.4090631604194641, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.4962092638015747, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.9493682980537415, 1.0016558170318604, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.1933770179748535, 1.1933770179748535, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.332810640335083, 1.332810640335083, 1.315381407737732, 1.2979521751403809, 1.332810640335083, 1.3676689863204956, 1.3850982189178467, 1.3850982189178467, 1.4025273323059082, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.3676689863204956, 1.332810640335083, 1.3502397537231445, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2630938291549683, 1.2282354831695557, 1.2282354831695557, -0.7935512065887451, 1.2456645965576172, 1.5071024894714355, 1.7336820363998413, 1.8731155395507812, 1.768540382385254, 0.600784420967102, -0.1661001741886139, 0.4962092638015747, 0.2347712516784668, 1.960261583328247, 1.9776906967163086, 1.2630938291549683, 0.2347712516784668, 1.4548149108886719, 1.6988236904144287, 1.3502397537231445, 1.0365142822265625, -0.5146840810775757, -0.18352937698364258, 0.5310676693916321, 1.5942485332489014, 0.7227887511253357, -0.026666639372706413, 0.11276690661907196, -0.07895421981811523, 1.1062309741973877, 0.6879304051399231, -0.009237446822226048, 1.3676689863204956, 1.7511112689971924, 2.0299782752990723, 1.9079740047454834, 0.6530719995498657, -0.06152502819895744, 1.8382571935653687, 1.7162528038024902, 1.4025273323059082, 1.768540382385254, 0.7053595781326294, 1.3676689863204956, 1.9079740047454834, 1.489673376083374, 0.8622223138809204, 2.204270124435425, 2.151982545852661, 2.4482789039611816, 2.3785619735717773, 2.395991325378418, 2.3437037467956543, 2.2565577030181885, 1.925403118133545, 1.803398847579956, 0.33934640884399414, 0.28705883026123047, 0.670501172542572, 0.6356428265571594, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.3916339874267578, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641], [0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4613508880138397, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2347712516784668, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.32191720604896545, 0.3742047846317291, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.513638436794281, 0.5484968423843384, 0.5659260153770447, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.1062309741973877, 1.1410894393920898, 1.158518671989441, 1.1933770179748535, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2805230617523193, 1.2979521751403809, 1.2979521751403809, 1.315381407737732, 1.3502397537231445, 1.3676689863204956, 1.3850982189178467, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.332810640335083, 1.2979521751403809, 1.2805230617523193, 1.2979521751403809, 1.2805230617523193, 1.2805230617523193, 1.2630938291549683, 1.2456645965576172, 1.1933770179748535, 1.1410894393920898, -1.176993489265442, 1.2979521751403809, 1.489673376083374, 1.8382571935653687, 1.9079740047454834, 1.803398847579956, 0.6530719995498657, -0.09638340771198273, 0.30448800325393677, -0.06152502819895744, 2.047407388687134, 1.8905447721481323, 0.7576471567153931, 0.18248367309570312, 1.2456645965576172, 1.4199565649032593, 0.5833552479743958, 0.2522004544734955, -0.21838775277137756, 1.1236603260040283, 1.053943395614624, 1.4373857975006104, 0.984226644039154, 0.0430501289665699, 0.14762529730796814, 0.28705883026123047, 0.4962092638015747, 0.5310676693916321, 0.33934640884399414, 0.7576471567153931, 1.489673376083374, 1.8208279609680176, 2.151982545852661, 1.9951199293136597, 1.942832350730896, 2.0299782752990723, 1.768540382385254, 1.5942485332489014, 1.785969614982605, 1.2805230617523193, 1.7162528038024902, 2.0299782752990723, 1.2630938291549683, 0.6356428265571594, 2.0996949672698975, 1.925403118133545, 2.2565577030181885, 2.3262743949890137, 2.3262743949890137, 2.3785619735717773, 2.2914161682128906, 1.9776906967163086, 1.9776906967163086, 1.0190850496292114, 1.1410894393920898, 1.0365142822265625, 0.5659260153770447, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7750763297080994, 0.7925055623054504, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9493682980537415, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.8622223138809204, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6356428265571594, 0.5833552479743958, 0.5484968423843384, 0.4962092638015747, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.478780061006546, 0.42649248242378235, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.28705883026123047, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.2173420637845993, 0.2522004544734955, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3916339874267578, 0.4613508880138397, 0.4962092638015747, 0.5310676693916321, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7227887511253357, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8447931408882141, 0.9493682980537415, 1.0016558170318604, 1.0190850496292114, 1.0365142822265625, 1.071372628211975, 1.1062309741973877, 1.1410894393920898, 1.1410894393920898, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2456645965576172, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.315381407737732, 1.332810640335083, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2979521751403809, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2282354831695557, 1.2108062505722046, 1.1236603260040283, 1.175947904586792, -1.1595642566680908, 1.3502397537231445, 1.5071024894714355, 1.8556864261627197, 1.785969614982605, 1.6988236904144287, 0.8447931408882141, 0.8447931408882141, -0.42753809690475464, 0.07790851593017578, 2.0648367404937744, 1.9079740047454834, -0.04409583657979965, -0.688975989818573, 1.1933770179748535, 1.3676689863204956, -0.026666639372706413, -0.44496726989746094, 0.32191720604896545, 1.0365142822265625, 0.984226644039154, 1.6639652252197266, 2.0125491619110107, 1.0888018608093262, 0.7576471567153931, 1.2108062505722046, 0.2696296274662018, 0.18248367309570312, 0.44392168521881104, 0.16505448520183563, 0.8447931408882141, 0.984226644039154, 1.611677646636963, 1.8556864261627197, 2.151982545852661, 1.5768193006515503, 1.315381407737732, 1.5768193006515503, 1.5245317220687866, 1.5768193006515503, 1.2456645965576172, 1.9951199293136597, 0.6879304051399231, -0.532113254070282, 1.8905447721481323, 1.629106879234314, 1.768540382385254, 1.8556864261627197, 2.0125491619110107, 2.3437037467956543, 2.239128589630127, 1.2630938291549683, 1.5071024894714355, 1.2805230617523193, 0.35677558183670044, 0.28705883026123047, 0.4962092638015747, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8970807194709778, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8970807194709778, 0.7750763297080994, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.4613508880138397, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.42649248242378235, 0.3916339874267578, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.13019609451293945, 0.1999128758907318, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.33934640884399414, 0.35677558183670044, 0.4090631604194641, 0.4613508880138397, 0.4962092638015747, 0.5833552479743958, 0.600784420967102, 0.5833552479743958, 0.670501172542572, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.827363908290863, 0.8970807194709778, 0.9493682980537415, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1236603260040283, 1.1410894393920898, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.2456645965576172, 1.2805230617523193, 1.2805230617523193, 1.2979521751403809, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.175947904586792, 1.158518671989441, 1.1062309741973877, 1.1062309741973877, -0.8458387851715088, 1.2979521751403809, 1.6988236904144287, 1.8731155395507812, 1.7336820363998413, 1.071372628211975, 0.8099347352981567, -0.09638340771198273, -0.3229629397392273, -0.4623964726924896, 2.117124319076538, 1.768540382385254, 0.7053595781326294, -1.1072766780853271, 1.4199565649032593, 1.4199565649032593, -0.04409583657979965, -0.18352937698364258, 0.7227887511253357, 0.7402179837226868, 0.14762529730796814, 1.4548149108886719, 1.9776906967163086, 0.42649248242378235, 1.1410894393920898, 0.5484968423843384, -0.44496726989746094, -0.25324615836143494, -0.11381260305643082, 0.06047932058572769, 0.8796514868736267, 0.44392168521881104, 0.28705883026123047, -0.1661001741886139, 1.785969614982605, 0.11276690661907196, 1.2630938291549683, 1.2979521751403809, 0.8099347352981567, 0.7053595781326294, 1.2630938291549683, 1.9079740047454834, -0.1312417984008789, 1.2456645965576172, 1.611677646636963, 1.4025273323059082, -0.4798256754875183, 0.0430501289665699, 1.7336820363998413, 2.4134204387664795, 2.1694118976593018, 1.5245317220687866, 1.4373857975006104, 1.8382571935653687, 0.30448800325393677, 0.6356428265571594, 0.42649248242378235, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.827363908290863, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.9319390654563904, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6182135939598083, 0.5484968423843384, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.42649248242378235, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.513638436794281, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.30448800325393677, 0.28705883026123047, 0.33934640884399414, 0.3742047846317291, 0.3916339874267578, 0.478780061006546, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.9145098924636841, 0.984226644039154, 1.0016558170318604, 1.0365142822265625, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.2108062505722046, 1.2282354831695557, 1.2108062505722046, 1.2108062505722046, 1.2108062505722046, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2630938291549683, 1.2456645965576172, 1.2456645965576172, 1.2456645965576172, 1.2282354831695557, 1.2282354831695557, 1.2282354831695557, 1.1933770179748535, 1.175947904586792, 1.175947904586792, 1.175947904586792, 1.1410894393920898, 1.1062309741973877, 1.071372628211975, 1.0365142822265625, 0.9493682980537415, 0.8796514868736267, -0.9678431153297424, 1.3676689863204956, 1.5419609546661377, 1.7336820363998413, 0.9319390654563904, 0.5833552479743958, 0.11276690661907196, 0.28705883026123047, 0.4613508880138397, 0.6182135939598083, 2.2914161682128906, 1.7511112689971924, 0.6356428265571594, -0.9329847693443298, 1.158518671989441, 1.4373857975006104, 0.2696296274662018, 0.7925055623054504, 0.7053595781326294, 0.18248367309570312, 0.33934640884399414, 1.7336820363998413, 1.611677646636963, 0.4090631604194641, 1.1236603260040283, 0.7750763297080994, 0.2696296274662018, 0.33934640884399414, 0.9319390654563904, 0.8099347352981567, 0.9493682980537415, -0.18352937698364258, -0.601830005645752, -0.4623964726924896, 0.0430501289665699, 1.053943395614624, 0.9145098924636841, 1.5245317220687866, 1.1933770179748535, 0.8970807194709778, 1.1933770179748535, 1.2805230617523193, -0.8458387851715088, 1.5245317220687866, 0.478780061006546, -0.41010889410972595, -0.27067533135414124, 0.008191745728254318, 1.4199565649032593, 2.27398681640625, 1.8905447721481323, 0.7227887511253357, 1.8905447721481323, 0.7750763297080994, -0.25324615836143494, 0.478780061006546, 0.5310676693916321, 0.6182135939598083, 0.6530719995498657, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.42649248242378235, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.600784420967102, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.6356428265571594, 0.670501172542572, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5310676693916321, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.35677558183670044, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.3742047846317291, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.4613508880138397, 0.4962092638015747, 0.5484968423843384, 0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6879304051399231, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.9319390654563904, 0.9667974710464478, 0.984226644039154, 1.053943395614624, 1.053943395614624, 1.053943395614624, 1.0888018608093262, 1.1062309741973877, 1.1062309741973877, 1.1062309741973877, 1.1236603260040283, 1.158518671989441, 1.158518671989441, 1.1933770179748535, 1.2108062505722046, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.2108062505722046, 1.175947904586792, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.1933770179748535, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.1236603260040283, 1.0888018608093262, 1.053943395614624, 0.984226644039154, 0.9667974710464478, 0.8970807194709778, 0.8099347352981567, -0.42753809690475464, 1.3502397537231445, 1.611677646636963, 1.803398847579956, 0.7750763297080994, 1.2456645965576172, 0.35677558183670044, 0.3742047846317291, 0.07790851593017578, 1.2282354831695557, 2.117124319076538, 1.785969614982605, 0.8796514868736267, -1.2292810678482056, 1.4025273323059082, 1.071372628211975, 0.6530719995498657, 0.13019609451293945, 0.13019609451293945, 0.4613508880138397, 1.2630938291549683, 1.7336820363998413, 1.7511112689971924, 0.5484968423843384, 1.3676689863204956, 1.332810640335083, 0.5484968423843384, 1.1410894393920898, 0.28705883026123047, 1.3676689863204956, 1.315381407737732, -0.8109803795814514, -0.9678431153297424, -1.2641394138336182, -0.9504139423370361, 1.1062309741973877, 0.7750763297080994, 1.158518671989441, 1.9079740047454834, 1.472244143486023, 1.3676689863204956, 1.1236603260040283, -0.9504139423370361, 1.3850982189178467, 0.9667974710464478, 0.008191745728254318, 0.02562093921005726, 0.2173420637845993, 0.9319390654563904, 1.646536111831665, 0.4090631604194641, 1.489673376083374, 2.1345534324645996, 1.053943395614624, 0.7402179837226868, 0.2696296274662018, 0.5484968423843384, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.7750763297080994, 0.7925055623054504, 0.8099347352981567, 0.8099347352981567, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.7925055623054504, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.5659260153770447, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.44392168521881104, 0.3916339874267578, 0.4090631604194641, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.32191720604896545, 0.32191720604896545, 0.32191720604896545, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.4090631604194641, 0.4613508880138397, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.7402179837226868, 0.7576471567153931, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9667974710464478, 1.0016558170318604, 1.0190850496292114, 1.0190850496292114, 1.0365142822265625, 1.053943395614624, 1.053943395614624, 1.071372628211975, 1.158518671989441, 1.158518671989441, 1.1410894393920898, 1.175947904586792, 1.175947904586792, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.158518671989441, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.071372628211975, 1.1062309741973877, 1.1062309741973877, 1.071372628211975, 1.0190850496292114, 0.9667974710464478, 0.9493682980537415, 0.9145098924636841, 0.827363908290863, 0.7227887511253357, 0.06047932058572769, 1.2108062505722046, 1.803398847579956, 1.8382571935653687, 1.7511112689971924, 1.4373857975006104, 0.600784420967102, 0.2173420637845993, -0.5495424270629883, 1.5942485332489014, 2.204270124435425, 1.8556864261627197, 1.175947904586792, -1.1247059106826782, 1.472244143486023, 0.6879304051399231, 1.4025273323059082, 0.35677558183670044, 0.5310676693916321, 0.5484968423843384, 1.472244143486023, 1.0888018608093262, 1.5593900680541992, 0.8099347352981567, 1.158518671989441, 0.7402179837226868, 0.9319390654563904, 0.478780061006546, 1.1236603260040283, 0.6356428265571594, -0.8632679581642151, 0.008191745728254318, 0.14762529730796814, -0.1661001741886139, -1.089847445487976, -0.44496726989746094, 0.28705883026123047, 0.9667974710464478, 1.768540382385254, 1.5245317220687866, 1.2805230617523193, 0.06047932058572769, -0.41010889410972595, 1.6813944578170776, 1.4199565649032593, 0.008191745728254318, 0.02562093921005726, 0.6879304051399231, 1.158518671989441, 0.8099347352981567, 1.4548149108886719, 1.629106879234314, 1.6813944578170776, 1.2282354831695557, -0.2881045341491699, 0.3742047846317291, 0.4613508880138397, 0.5833552479743958, 0.600784420967102, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641], [0.5833552479743958, 0.5833552479743958, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.513638436794281, 0.4613508880138397, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.33934640884399414, 0.30448800325393677, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.30448800325393677, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.4962092638015747, 0.5310676693916321, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.670501172542572, 0.7053595781326294, 0.7402179837226868, 0.7925055623054504, 0.8099347352981567, 0.827363908290863, 0.8796514868736267, 0.8970807194709778, 0.9319390654563904, 0.9319390654563904, 0.9319390654563904, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.053943395614624, 1.0365142822265625, 1.053943395614624, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0888018608093262, 1.071372628211975, 1.0888018608093262, 1.0888018608093262, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 0.984226644039154, 1.0190850496292114, 1.0190850496292114, 1.0016558170318604, 0.9493682980537415, 0.8970807194709778, 0.8970807194709778, 0.8447931408882141, 0.7227887511253357, 0.6530719995498657, 0.5833552479743958, 1.158518671989441, 1.5419609546661377, 1.942832350730896, 1.768540382385254, 1.4373857975006104, 0.670501172542572, 0.06047932058572769, 0.44392168521881104, 1.3502397537231445, 1.9776906967163086, 1.8905447721481323, 1.053943395614624, -0.4798256754875183, 1.4548149108886719, 1.3502397537231445, 1.6639652252197266, 0.6879304051399231, 0.9319390654563904, 1.0365142822265625, 1.315381407737732, 2.0996949672698975, 0.2173420637845993, 0.3742047846317291, 1.1410894393920898, 1.053943395614624, 1.1410894393920898, 0.8447931408882141, 0.478780061006546, -0.2881045341491699, 0.7925055623054504, -0.09638340771198273, 0.2522004544734955, -0.3578213155269623, -1.1072766780853271, -0.9329847693443298, 0.7227887511253357, 1.0190850496292114, 1.8208279609680176, 1.2979521751403809, 1.2108062505722046, -0.27067533135414124, -0.688975989818573, 1.0365142822265625, 1.646536111831665, 0.7925055623054504, -0.3055337369441986, 1.0016558170318604, 1.3850982189178467, 0.8099347352981567, 0.7227887511253357, 0.6879304051399231, 2.117124319076538, 1.2805230617523193, 0.32191720604896545, 0.3916339874267578, -0.06152502819895744, 0.5484968423843384, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.9493682980537415, 0.9145098924636841, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641], [0.5659260153770447, 0.5833552479743958, 0.6182135939598083, 0.6530719995498657, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.6879304051399231, 0.670501172542572, 0.6356428265571594, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.3742047846317291, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.2522004544734955, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.28705883026123047, 0.30448800325393677, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.1999128758907318, 0.2173420637845993, 0.2173420637845993, 0.2347712516784668, 0.28705883026123047, 0.30448800325393677, 0.32191720604896545, 0.33934640884399414, 0.4090631604194641, 0.42649248242378235, 0.4962092638015747, 0.513638436794281, 0.5484968423843384, 0.5833552479743958, 0.600784420967102, 0.600784420967102, 0.670501172542572, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.9145098924636841, 0.9145098924636841, 0.9667974710464478, 0.9667974710464478, 1.0016558170318604, 1.0016558170318604, 1.0016558170318604, 1.0365142822265625, 1.0190850496292114, 1.0190850496292114, 1.0190850496292114, 0.9667974710464478, 0.9667974710464478, 0.9667974710464478, 0.9319390654563904, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8622223138809204, 0.7750763297080994, 0.7576471567153931, 0.7227887511253357, 0.670501172542572, 0.6356428265571594, 0.30448800325393677, 1.1236603260040283, 1.611677646636963, 1.925403118133545, 1.785969614982605, 1.5942485332489014, 0.5659260153770447, 0.8622223138809204, 1.071372628211975, 1.8208279609680176, 1.9776906967163086, 1.5942485332489014, 0.7402179837226868, -0.11381260305643082, 1.3502397537231445, 1.5245317220687866, 1.3850982189178467, 1.0888018608093262, 0.7925055623054504, 1.4199565649032593, 1.2108062505722046, 2.047407388687134, 0.9493682980537415, 0.9667974710464478, 1.158518671989441, -0.20095856487751007, 0.9493682980537415, 1.053943395614624, 0.4613508880138397, -0.20095856487751007, -0.06152502819895744, 0.09533771127462387, 0.3916339874267578, -0.09638340771198273, -0.6366884112358093, -0.3403921127319336, -0.8284096121788025, 0.18248367309570312, 1.5419609546661377, 2.0299782752990723, 1.0190850496292114, -0.4798256754875183, -0.37525051832199097, 0.5484968423843384, 0.7925055623054504, 0.3916339874267578, -0.009237446822226048, 0.9667974710464478, 1.5768193006515503, 1.1236603260040283, 0.478780061006546, 0.8447931408882141, -0.009237446822226048, 0.9667974710464478, 1.1933770179748535, 0.02562093921005726, 0.06047932058572769, 0.5659260153770447, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.827363908290863, 0.8447931408882141, 0.8447931408882141, 0.8970807194709778, 0.8970807194709778, 0.9319390654563904, 0.8970807194709778, 0.8970807194709778, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.6879304051399231, 0.6530719995498657, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4090631604194641, 0.44392168521881104, 0.4090631604194641, 0.4090631604194641], [0.6182135939598083, 0.5659260153770447, 0.5833552479743958, 0.6356428265571594, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6356428265571594, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.4613508880138397, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4090631604194641, 0.35677558183670044, 0.35677558183670044, 0.32191720604896545, 0.2696296274662018, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.32191720604896545, 0.32191720604896545, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.14762529730796814, 0.18248367309570312, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2522004544734955, 0.2696296274662018, 0.28705883026123047, 0.32191720604896545, 0.3916339874267578, 0.35677558183670044, 0.3742047846317291, 0.4090631604194641, 0.478780061006546, 0.5310676693916321, 0.5310676693916321, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.7227887511253357, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.8099347352981567, 0.8447931408882141, 0.827363908290863, 0.8447931408882141, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.8796514868736267, 0.8622223138809204, 0.827363908290863, 0.827363908290863, 0.8099347352981567, 0.7576471567153931, 0.7576471567153931, 0.670501172542572, 0.6356428265571594, 0.6356428265571594, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 1.3850982189178467, 1.646536111831665, 1.960261583328247, 1.7162528038024902, 1.5593900680541992, 0.8447931408882141, 0.5659260153770447, 1.5071024894714355, 1.629106879234314, 1.9079740047454834, 1.5942485332489014, 0.7576471567153931, -0.3578213155269623, 1.5419609546661377, 1.472244143486023, 1.1410894393920898, 1.158518671989441, 0.4613508880138397, 1.4548149108886719, 1.629106879234314, 1.5071024894714355, 0.478780061006546, 1.0190850496292114, 1.0365142822265625, 0.35677558183670044, 0.30448800325393677, 1.2108062505722046, 0.3916339874267578, 0.11276690661907196, -0.4972548484802246, 0.8099347352981567, 0.513638436794281, 0.8622223138809204, -1.1072766780853271, -0.20095856487751007, -1.0549890995025635, -0.4972548484802246, 1.0888018608093262, 1.9079740047454834, 1.1410894393920898, 0.07790851593017578, 0.4090631604194641, 0.8447931408882141, 0.06047932058572769, 0.7925055623054504, 0.33934640884399414, 1.2456645965576172, 1.785969614982605, 1.5245317220687866, -0.18352937698364258, -0.1661001741886139, -0.3578213155269623, -0.5669716596603394, 1.4025273323059082, 1.7511112689971924, 0.3916339874267578, 0.5484968423843384, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.9145098924636841, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.44392168521881104, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4090631604194641, 0.44392168521881104, 0.42649248242378235], [0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.7053595781326294, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.600784420967102, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.4090631604194641, 0.4090631604194641, 0.3916339874267578, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.2696296274662018, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2696296274662018, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2347712516784668, 0.2173420637845993, 0.1999128758907318, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.13019609451293945, 0.16505448520183563, 0.16505448520183563, 0.16505448520183563, 0.1999128758907318, 0.2347712516784668, 0.2522004544734955, 0.2347712516784668, 0.2696296274662018, 0.32191720604896545, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.3916339874267578, 0.4090631604194641, 0.4962092638015747, 0.4962092638015747, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.600784420967102, 0.6182135939598083, 0.6530719995498657, 0.6530719995498657, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5833552479743958, 0.513638436794281, 0.513638436794281, 0.4613508880138397, 0.7053595781326294, 1.4025273323059082, 1.7511112689971924, 1.9079740047454834, 1.803398847579956, 1.6813944578170776, 1.1933770179748535, 0.7750763297080994, 1.6639652252197266, 1.768540382385254, 1.8905447721481323, 1.5245317220687866, 0.35677558183670044, 0.008191745728254318, 1.5942485332489014, 1.0016558170318604, 0.9493682980537415, 0.9319390654563904, 1.071372628211975, 0.7925055623054504, 1.158518671989441, 1.2805230617523193, -0.25324615836143494, 1.5419609546661377, 0.8099347352981567, 0.44392168521881104, 0.4962092638015747, 0.18248367309570312, -0.11381260305643082, 0.42649248242378235, -0.3403921127319336, 0.6530719995498657, 0.7576471567153931, 0.5310676693916321, 0.18248367309570312, -0.3055337369441986, 0.8099347352981567, -0.39267969131469727, 1.2630938291549683, 0.6182135939598083, 0.8622223138809204, -0.42753809690475464, 0.2347712516784668, 1.315381407737732, 1.1062309741973877, 1.4373857975006104, 1.3850982189178467, 1.9776906967163086, 1.9951199293136597, 1.7162528038024902, -1.1072766780853271, -0.6541175842285156, 0.8099347352981567, 0.7750763297080994, 1.2282354831695557, 1.9776906967163086, 1.4025273323059082, 0.478780061006546, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7053595781326294, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7925055623054504, 0.8447931408882141, 0.8447931408882141, 0.8622223138809204, 0.8970807194709778, 0.8970807194709778, 0.8970807194709778, 0.8796514868736267, 0.8099347352981567, 0.7925055623054504, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.670501172542572, 0.6182135939598083, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.4613508880138397, 0.4613508880138397, 0.44392168521881104, 0.4613508880138397, 0.42649248242378235, 0.42649248242378235, 0.42649248242378235], [0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7227887511253357, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2173420637845993, 0.2522004544734955, 0.2522004544734955, 0.1999128758907318, 0.14762529730796814, 0.13019609451293945, 0.13019609451293945, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.14762529730796814, 0.16505448520183563, 0.18248367309570312, 0.2173420637845993, 0.2347712516784668, 0.2696296274662018, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.5659260153770447, 0.5484968423843384, 0.5833552479743958, 0.6356428265571594, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.670501172542572, 0.6530719995498657, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.6530719995498657, 0.6879304051399231, 0.670501172542572, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.35677558183670044, 0.30448800325393677, 0.6182135939598083, 1.2979521751403809, 1.6639652252197266, 1.8382571935653687, 1.8208279609680176, 1.2805230617523193, 0.14762529730796814, 1.053943395614624, 1.6988236904144287, 1.8905447721481323, 1.7511112689971924, 1.0190850496292114, -0.532113254070282, -0.7064052224159241, 1.2282354831695557, 1.053943395614624, 1.158518671989441, 0.7925055623054504, 0.5310676693916321, 0.7576471567153931, 0.18248367309570312, 0.6879304051399231, -0.1312417984008789, 1.4548149108886719, 1.611677646636963, 0.42649248242378235, 1.158518671989441, 1.0190850496292114, 1.2979521751403809, 0.13019609451293945, 1.0888018608093262, 1.0365142822265625, 1.053943395614624, 1.071372628211975, 0.7750763297080994, -0.8806971907615662, 0.7576471567153931, -0.1486709862947464, 1.315381407737732, -0.11381260305643082, -0.42753809690475464, -0.4623964726924896, 1.0365142822265625, 0.478780061006546, 0.6530719995498657, 0.9493682980537415, 1.768540382385254, 1.1236603260040283, 1.7336820363998413, 2.0125491619110107, -1.333856225013733, 1.332810640335083, 1.0888018608093262, 0.5659260153770447, 1.4199565649032593, 1.5245317220687866, 1.5593900680541992, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7053595781326294, 0.6530719995498657, 0.6356428265571594, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5484968423843384, 0.513638436794281, 0.5310676693916321, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.42649248242378235, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7925055623054504, 0.7576471567153931, 0.7750763297080994, 0.7925055623054504, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.6879304051399231, 0.6879304051399231, 0.670501172542572, 0.6530719995498657, 0.6182135939598083, 0.5659260153770447, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.44392168521881104, 0.4090631604194641, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.35677558183670044, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.32191720604896545, 0.30448800325393677, 0.30448800325393677, 0.30448800325393677, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.28705883026123047, 0.2522004544734955, 0.2522004544734955, 0.2522004544734955, 0.2173420637845993, 0.2173420637845993, 0.18248367309570312, 0.18248367309570312, 0.2173420637845993, 0.2173420637845993, 0.16505448520183563, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.13019609451293945, 0.13019609451293945, 0.16505448520183563, 0.1999128758907318, 0.2173420637845993, 0.2347712516784668, 0.2522004544734955, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.3742047846317291, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.44392168521881104, 0.4962092638015747, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.4962092638015747, 0.513638436794281, 0.5659260153770447, 0.5833552479743958, 0.5659260153770447, 0.5833552479743958, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.600784420967102, 0.6182135939598083, 0.6182135939598083, 0.6182135939598083, 0.6356428265571594, 0.600784420967102, 0.6356428265571594, 0.6182135939598083, 0.600784420967102, 0.600784420967102, 0.5833552479743958, 0.5484968423843384, 0.513638436794281, 0.478780061006546, 0.4090631604194641, 0.35677558183670044, 0.33934640884399414, 0.2522004544734955, 0.2347712516784668, 0.600784420967102, 1.5071024894714355, 1.7511112689971924, 1.8731155395507812, 1.8556864261627197, 1.1062309741973877, 0.6356428265571594, 1.2456645965576172, 1.8905447721481323, 1.8731155395507812, 1.9079740047454834, 0.11276690661907196, 0.07790851593017578, -0.5669716596603394, 1.3850982189178467, 0.9667974710464478, 0.8796514868736267, 0.8796514868736267, 0.5310676693916321, 1.1236603260040283, 0.7227887511253357, 0.33934640884399414, 0.4090631604194641, 1.2979521751403809, 1.1062309741973877, 1.2979521751403809, 0.7925055623054504, 1.071372628211975, 1.2108062505722046, 0.3742047846317291, 1.4548149108886719, 1.175947904586792, 1.2805230617523193, 0.9493682980537415, 1.071372628211975, -0.6541175842285156, -0.1312417984008789, 0.478780061006546, 0.33934640884399414, 1.0190850496292114, -0.23581695556640625, -0.4623964726924896, 0.8970807194709778, 0.4613508880138397, 0.5310676693916321, -0.23581695556640625, 0.07790851593017578, 0.9145098924636841, 1.5593900680541992, 1.646536111831665, -0.5844008326530457, 1.1062309741973877, 0.6879304051399231, 0.8622223138809204, 1.2805230617523193, 1.646536111831665, 1.3850982189178467, 0.600784420967102, 0.600784420967102, 0.600784420967102, 0.6530719995498657, 0.6530719995498657, 0.6530719995498657, 0.670501172542572, 0.7053595781326294, 0.7227887511253357, 0.7227887511253357, 0.7227887511253357, 0.7402179837226868, 0.8099347352981567, 0.8447931408882141, 0.8622223138809204, 0.8622223138809204, 0.9145098924636841, 0.8970807194709778, 0.8796514868736267, 0.8447931408882141, 0.7750763297080994, 0.7576471567153931, 0.7402179837226868, 0.7227887511253357, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.600784420967102, 0.5659260153770447, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.5310676693916321, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.478780061006546, 0.44392168521881104, 0.44392168521881104], [0.6879304051399231, 0.7053595781326294, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.6182135939598083, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.30448800325393677, 0.33934640884399414, 0.28705883026123047, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2696296274662018, 0.2696296274662018, 0.1999128758907318, 0.2347712516784668, 0.2347712516784668, 0.1999128758907318, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.09533771127462387, 0.11276690661907196, 0.11276690661907196, 0.09533771127462387, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.28705883026123047, 0.33934640884399414, 0.35677558183670044, 0.35677558183670044, 0.3742047846317291, 0.3742047846317291, 0.4090631604194641, 0.3916339874267578, 0.4090631604194641, 0.44392168521881104, 0.44392168521881104, 0.4613508880138397, 0.4613508880138397, 0.478780061006546, 0.513638436794281, 0.513638436794281, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5659260153770447, 0.5833552479743958, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5659260153770447, 0.5484968423843384, 0.4962092638015747, 0.478780061006546, 0.4613508880138397, 0.44392168521881104, 0.3916339874267578, 0.30448800325393677, 0.2696296274662018, 0.2173420637845993, 0.1999128758907318, 0.670501172542572, 1.332810640335083, 1.646536111831665, 1.8556864261627197, 1.8208279609680176, 0.7227887511253357, 0.9493682980537415, 1.3676689863204956, 1.768540382385254, 1.5593900680541992, 1.611677646636963, -1.0375598669052124, -0.009237446822226048, -0.5146840810775757, 1.2630938291549683, 1.1236603260040283, 0.6879304051399231, 1.1410894393920898, 1.3850982189178467, 0.7402179837226868, 0.670501172542572, -0.42753809690475464, 0.06047932058572769, 1.5942485332489014, 1.315381407737732, 0.7925055623054504, 0.06047932058572769, 0.0430501289665699, 1.053943395614624, 0.1999128758907318, 1.4373857975006104, 1.611677646636963, 1.4199565649032593, 1.5245317220687866, 1.3502397537231445, -0.7935512065887451, -0.39267969131469727, 0.8796514868736267, 0.3742047846317291, 0.5833552479743958, -0.1661001741886139, -1.3512853384017944, 0.1999128758907318, 0.0430501289665699, 0.600784420967102, -0.3403921127319336, 0.7227887511253357, 1.2108062505722046, 1.2630938291549683, 1.7511112689971924, -0.8458387851715088, 0.7227887511253357, 0.6879304051399231, 0.2696296274662018, 1.5942485332489014, 1.646536111831665, 1.472244143486023, 0.5833552479743958, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.827363908290863, 0.8622223138809204, 0.8447931408882141, 0.8796514868736267, 0.9145098924636841, 0.8796514868736267, 0.8796514868736267, 0.8622223138809204, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6879304051399231, 0.6879304051399231, 0.6356428265571594, 0.600784420967102, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.4962092638015747, 0.4613508880138397, 0.478780061006546], [0.7053595781326294, 0.7402179837226868, 0.7402179837226868, 0.7053595781326294, 0.7227887511253357, 0.7576471567153931, 0.7576471567153931, 0.7750763297080994, 0.7750763297080994, 0.7750763297080994, 0.7925055623054504, 0.7925055623054504, 0.7402179837226868, 0.7576471567153931, 0.7750763297080994, 0.7402179837226868, 0.7402179837226868, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7402179837226868, 0.7227887511253357, 0.7227887511253357, 0.670501172542572, 0.6530719995498657, 0.6356428265571594, 0.6182135939598083, 0.5833552479743958, 0.5833552479743958, 0.5659260153770447, 0.478780061006546, 0.42649248242378235, 0.4090631604194641, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.35677558183670044, 0.33934640884399414, 0.35677558183670044, 0.32191720604896545, 0.33934640884399414, 0.3742047846317291, 0.33934640884399414, 0.3742047846317291, 0.32191720604896545, 0.32191720604896545, 0.28705883026123047, 0.2696296274662018, 0.2696296274662018, 0.2522004544734955, 0.2522004544734955, 0.2347712516784668, 0.2347712516784668, 0.18248367309570312, 0.1999128758907318, 0.1999128758907318, 0.18248367309570312, 0.18248367309570312, 0.1999128758907318, 0.16505448520183563, 0.1999128758907318, 0.18248367309570312, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.13019609451293945, 0.11276690661907196, 0.11276690661907196, 0.13019609451293945, 0.07790851593017578, 0.11276690661907196, 0.13019609451293945, 0.1999128758907318, 0.18248367309570312, 0.2173420637845993, 0.1999128758907318, 0.2347712516784668, 0.2696296274662018, 0.2696296274662018, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.30448800325393677, 0.30448800325393677, 0.33934640884399414, 0.35677558183670044, 0.33934640884399414, 0.33934640884399414, 0.3916339874267578, 0.3916339874267578, 0.3916339874267578, 0.42649248242378235, 0.4613508880138397, 0.4962092638015747, 0.4613508880138397, 0.478780061006546, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.4962092638015747, 0.4962092638015747, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.44392168521881104, 0.42649248242378235, 0.4090631604194641, 0.3742047846317291, 0.30448800325393677, 0.2522004544734955, 0.2173420637845993, 0.14762529730796814, 0.16505448520183563, 0.7402179837226868, 1.489673376083374, 1.6639652252197266, 1.8382571935653687, 1.768540382385254, 0.44392168521881104, 0.6879304051399231, 1.5245317220687866, 1.8556864261627197, 1.925403118133545, 1.4199565649032593, 0.2696296274662018, -0.009237446822226048, -0.2881045341491699, 1.4373857975006104, 1.2282354831695557, 0.478780061006546, 0.5659260153770447, 0.7053595781326294, 1.2630938291549683, 0.7053595781326294, 0.13019609451293945, 0.8099347352981567, 1.8382571935653687, 1.3502397537231445, 1.1410894393920898, 0.827363908290863, 0.0430501289665699, 0.8796514868736267, 0.28705883026123047, 1.332810640335083, 1.4025273323059082, 1.7162528038024902, 1.2979521751403809, 1.8731155395507812, -0.5146840810775757, 0.6530719995498657, -0.04409583657979965, -0.09638340771198273, -0.42753809690475464, 0.2522004544734955, -1.5430065393447876, 1.0016558170318604, 0.7402179837226868, 0.30448800325393677, 0.0430501289665699, -0.09638340771198273, 1.3502397537231445, 1.5593900680541992, 1.942832350730896, -1.490718960762024, 0.28705883026123047, 0.7053595781326294, 0.4613508880138397, 1.7162528038024902, 1.1410894393920898, 0.7053595781326294, 0.600784420967102, 0.5833552479743958, 0.6182135939598083, 0.6356428265571594, 0.6356428265571594, 0.670501172542572, 0.6879304051399231, 0.7053595781326294, 0.7053595781326294, 0.7402179837226868, 0.7750763297080994, 0.7576471567153931, 0.8622223138809204, 0.8796514868736267, 0.8796514868736267, 0.8970807194709778, 0.9145098924636841, 0.8796514868736267, 0.8970807194709778, 0.827363908290863, 0.7576471567153931, 0.7576471567153931, 0.7402179837226868, 0.7053595781326294, 0.6879304051399231, 0.6530719995498657, 0.6530719995498657, 0.6356428265571594, 0.600784420967102, 0.5484968423843384, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5659260153770447, 0.5484968423843384, 0.5310676693916321, 0.5310676693916321, 0.5310676693916321, 0.5484968423843384, 0.5310676693916321, 0.513638436794281, 0.513638436794281, 0.4962092638015747, 0.4962092638015747, 0.478780061006546, 0.478780061006546, 0.5310676693916321, 0.4613508880138397, 0.478780061006546]]]]}]} 2026-04-16 20:36:00.449 3502 kserve.trace response code: 200, content: {"model_name":"isvc-paddle-v2-kserve","model_version":null,"id":"b744f1aa-b126-4f2d-885f-1a5094592daf","parameters":null,"outputs":[{"name":"output-0","shape":[1,1000],"datatype":"FP32","parameters":null,"data":[6.736569968524009e-9,1.153582651625129e-8,5.142186410012073e-8,6.647101002954514e-8,4.094442118685038e-8,1.3402272713847196e-7,9.35544619551365e-8,2.8935589924117266e-8,6.845294819868286e-8,7.680520752728626e-8,2.0334418877610005e-6,1.1085519417974865e-6,2.3477346644540376e-7,6.581955744877632e-7,0.00012372950732242316,4.2878312456196e-7,6.419879809982376e-6,0.9993487000465393,0.00007371911488007754,0.00003101079710177146,5.602713827101979e-6,2.1862256289750803e-6,1.9543842100233633e-8,3.728848128048412e-7,4.29031416615544e-7,1.8250955235998845e-7,7.159837878134567e-8,9.231503561579757e-9,6.469168170042394e-7,7.031603299623157e-9,4.4511686780879245e-8,1.2455829789814743e-7,9.446210924579646e-8,4.3476589439706004e-8,4.6581672563661414e-7,6.797636586952649e-8,2.1060014887552825e-7,2.2604888627597575e-8,1.4311326879123953e-7,7.951216218771151e-8,1.2341666888460168e-7,1.0921577313638409e-6,0.000015243762391037308,3.1172930903267115e-7,2.415180802017858e-7,6.863702850523623e-8,8.46760883632669e-8,9.424560687421035e-8,1.0219084245477461e-8,3.3770398033539095e-8,3.6928447855189006e-8,1.3693848188722768e-7,1.067415098532365e-7,2.5994486918534676e-7,3.486601087843155e-7,3.132020509610811e-8,3.5748260529544496e-7,6.648343742199359e-8,3.163856945320731e-7,1.2095728152416996e-6,8.663983663836916e-8,4.014367860349921e-8,1.2544606420306081e-7,3.320077013313494e-8,1.973121896980956e-7,3.8063546980993124e-7,1.382770449254167e-7,2.3001977211833946e-8,7.14414980507172e-8,2.851079372589993e-8,2.982524804906461e-8,8.935905526641363e-8,6.223806394700659e-7,6.478746428228987e-8,1.3662854314588913e-7,9.973038572752557e-8,2.576123669939534e-8,4.130169273253159e-8,3.9383902361578293e-8,1.2157941853274679e-7,4.302776233089389e-6,1.8178942582380841e-6,1.8520014464229462e-6,1.6245859342234326e-6,0.0000164481571118813,0.000010544756150920875,3.993004611402284e-6,2.646454788646224e-7,0.00001919327405630611,4.803187607649306e-7,1.6962640358997305e-7,4.550436642603017e-6,0.000042358526116004214,4.443309080670588e-6,5.103951934870565e-6,0.000013506267350749113,4.1758286783988297e-7,4.4944314936401497e-7,3.156656873670727e-7,1.0557428140600678e-6,1.3364497952750298e-8,1.3893487249561076e-8,6.770295613023336e-8,1.4129548731034447e-7,7.170429228153807e-8,7.934354329108828e-8,2.6391164809069778e-8,2.6133946562367782e-8,7.1966232972897615e-9,2.1752097012495142e-8,6.684530973188885e-8,3.4177467966856057e-8,1.6228092647452286e-7,4.107051836399478e-7,6.472068889706861e-7,2.9513313393181306e-7,5.653383094994524e-9,4.8300755395302986e-8,8.887371727439586e-9,3.7305639466467255e-8,1.7784008932153483e-8,4.641856232723285e-9,3.413062898971475e-8,1.9373679549516964e-7,1.2980041219634586e-6,3.5640496776068176e-8,2.1493017143825455e-8,3.055253330330743e-7,1.553226809392072e-7,1.4520828699460253e-6,3.488421285169352e-8,0.00003825387466349639,4.508809183789708e-7,4.176648928932991e-7,6.770537765987683e-7,1.4142071336209483e-7,0.00001423571211489616,6.293736873885791e-7,4.762812295666663e-6,9.024806217894366e-7,9.058892942448438e-7,1.5713549146312289e-6,1.5720408441666223e-7,1.8185124872616143e-7,7.193072093514274e-8,1.1952631666645175e-6,8.874753234522359e-7,2.0870552930318809e-7,9.906116105184992e-8,7.793509837483725e-9,1.0058372623689138e-7,4.205883783470199e-7,1.8436001880672848e-7,1.6437729755125474e-7,7.02525184692604e-8,2.5704193262754416e-7,7.586770323086967e-8,7.841231308702845e-7,2.495280568837188e-7,5.157617977147311e-8,4.0673629797538524e-8,7.531674839356128e-9,4.797425745550754e-8,1.7419722553313477e-8,1.7958475950763386e-7,1.2566235163546935e-8,8.975329990335013e-8,3.269607518063822e-8,1.1208221195602164e-7,3.906690437815996e-8,4.676846998563633e-8,1.852334321483795e-7,1.4832883721282997e-7,1.2279221550670627e-7,1.0729002042353386e-6,3.6537970427019673e-9,1.6198204377815273e-7,1.6190487173162182e-8,1.2004819893718377e-7,1.480009448329156e-8,4.022906807676918e-8,2.1505718450498534e-7,1.192555032503151e-7,4.898190297808469e-8,7.608841201545147e-8,2.3137237903370078e-8,8.52094430570105e-8,9.586112525994395e-8,1.3351485961266008e-7,3.0216618540634954e-8,4.4238134933038964e-8,2.610634552979718e-8,2.397684113475407e-7,1.3192399705985736e-7,1.6734691854480843e-8,1.5883161097463017e-7,4.064300753725547e-7,8.753363545110915e-8,8.366871497855755e-7,3.437562767771851e-8,7.847781802183817e-8,8.526320982582547e-9,9.601245665180613e-8,5.258879127723048e-7,1.3557291822507977e-7,1.0307118003538562e-7,1.0429684671464656e-8,5.187630236491714e-8,2.1869702493404475e-8,1.179131725592697e-8,2.9806198398318884e-8,4.3383401759911067e-8,2.999067660880428e-8,2.8507258775789523e-8,3.058627484620047e-8,6.441018740588333e-8,1.5363882610586188e-8,1.597368459727022e-8,2.57365329048298e-8,1.090363141997841e-7,3.211827603877282e-8,6.819658615597746e-9,1.9251054084179486e-7,5.825749838095362e-8,1.876556723345857e-7,4.0070369777822634e-7,1.5791380647556252e-8,1.9501307235714194e-7,1.0141919304373914e-8,2.744775962071344e-8,1.2843395680306458e-8,3.7296960186949946e-8,7.407404467585366e-8,4.206033921150265e-8,1.6924593282396927e-8,1.4591853414458456e-7,4.344931525679385e-8,1.7191209167322086e-7,3.5816999144344663e-8,8.440128596021168e-9,4.1947775031303536e-8,2.513996122388562e-8,2.8339847801817086e-8,8.747072399728495e-8,8.277008411994302e-9,1.1676148936601294e-8,1.4548319882123906e-7,7.200192886358536e-9,2.623576165206032e-6,5.675644842995098e-7,1.9483265987219056e-6,6.752511438889996e-8,8.168359499904909e-8,1.0932910754490877e-7,1.6708914074570203e-7,3.138676518688044e-8,2.9734879447573803e-8,5.7520821883372264e-8,5.8507939826313304e-8,3.2544284067625995e-7,3.330167075432655e-8,4.186742614820105e-7,1.5085691984495497e-7,2.334644193524582e-7,2.8639897209359333e-7,2.2940034227758588e-7,1.8537357959758083e-7,3.151756686747831e-7,1.1075776455982123e-6,1.5369606387594104e-7,1.9237216974943294e-7,1.6404264613356645e-7,2.900799245253438e-7,1.2466382770526252e-7,5.802550617772795e-8,5.1861558603150115e-8,6.009345909774311e-9,1.23330778478703e-7,1.3798263864828186e-7,1.7370017246776115e-7,5.617696388071636e-7,5.160393001801822e-8,4.813227150179955e-8,8.032599652096906e-8,2.0644911273848265e-6,5.638538027596951e-7,8.794099244369136e-7,3.4785582556651207e-6,2.972355162000895e-7,3.390414349269122e-7,9.468957529179534e-8,3.754799493549399e-8,1.5678830322940485e-7,8.2030041426151e-8,6.847877820348458e-9,1.825139683830912e-8,6.050154155445853e-8,3.9562941367421445e-8,1.0699794472657231e-7,3.256623699599004e-7,3.536899839673424e-7,7.326217854597417e-8,4.857605517827324e-7,7.717640073678922e-7,3.456741737295488e-8,3.2461647947457095e-7,3.1608240078639938e-6,5.330938535053065e-8,3.645648973815696e-7,5.481521156980307e-7,4.623012372917401e-8,1.346600981833035e-7,4.352903104631878e-8,1.6403919289587066e-7,2.4636646500653114e-8,5.958662185889807e-8,9.493569308460792e-8,5.5234050222452424e-8,5.741187081298449e-8,0.000011850225746457,5.826300366607029e-6,7.420818292303011e-6,9.127862199420633e-7,2.001935399675858e-6,1.0334889566365746e-6,3.514648483360361e-8,2.0589775431290036e-6,3.5655068586493144e-7,6.873136015883574e-8,2.193502490754895e-9,5.560284321859399e-8,3.3266616128457827e-7,1.3073517379780242e-7,2.7187292417352182e-8,1.0462799515664756e-8,7.466601914529747e-7,6.923080064780152e-8,1.6145493830777013e-8,8.568415310605815e-9,4.762142236103273e-9,1.233958357715892e-7,8.340525603500737e-9,3.2648699299642203e-9,5.063196084620358e-9,4.0704488668552585e-9,1.2043389396865223e-8,5.1055555339019065e-9,7.267066948202228e-9,1.1844983305309142e-7,7.53547197973603e-8,6.386873252495207e-8,1.621267564644313e-8,2.6103893446816073e-7,6.979319664424111e-7,6.647392325476176e-8,7.717375183347031e-7,6.651137596236367e-7,3.3244478458982485e-7,3.707229154770175e-7,3.995585302618565e-7,6.411539743567118e-8,7.107263400030206e-8,1.6379799205878953e-7,6.876715730186334e-8,3.4624252975845593e-7,2.0256192101442139e-7,6.19600768914097e-7,2.6840686118134727e-8,6.720200644849683e-7,1.1348156476742588e-6,1.8397651047052932e-6,6.397185075002199e-7,7.257429501805746e-8,4.2213261508550204e-7,3.965735402289283e-7,1.4037237860975438e-7,3.249813573802385e-7,1.5857477819736232e-7,1.1122037335553614e-7,7.39131564841955e-8,3.4231769063808315e-7,5.39788445053091e-8,8.517191218970765e-8,4.060975243191933e-6,0.000014478493540082127,7.316928396505773e-9,6.948383646232514e-9,4.4688626132938225e-8,9.23126250995665e-8,5.41190452452156e-8,2.224259958438779e-7,1.7609368185844687e-8,2.0905980946395175e-8,3.6797160873902612e-9,6.177843658861093e-8,1.7920085326750268e-7,2.6278852871541858e-8,2.698776313536655e-8,1.6432605320915172e-7,1.2827440798446332e-7,4.468845560268164e-8,6.316474099321567e-8,1.9461522171582146e-8,2.0871000927513705e-8,2.2414262446091016e-8,2.4764982953229264e-8,6.785314532464781e-9,2.4248494767675766e-8,4.554914667664889e-9,2.8976625543464252e-8,2.0402152856036082e-8,1.6009290959573264e-7,2.019951637066697e-7,1.6111656009343278e-8,5.964040639128143e-8,4.0982603977113286e-9,3.907972612182675e-8,7.511245847524606e-9,5.965555942566425e-7,1.6478051634294388e-7,1.410681527147517e-8,3.285524030616216e-8,3.338656018314623e-9,1.2200259469352659e-8,4.624581961820695e-8,6.842250765970448e-9,1.7426071252657493e-8,4.661075436729334e-8,9.33183343931887e-8,1.230591379908219e-7,1.2359244294657401e-8,1.1173082903326303e-8,2.772451956900568e-8,2.4191731995415466e-7,3.4511506896706123e-7,2.593734649281032e-8,9.964443847820803e-8,9.797671118860762e-9,1.90853270964908e-7,3.9726497647052383e-8,2.6638923955601967e-8,6.8740502179309715e-9,3.146955052102385e-8,2.4086276084744895e-7,1.3126738451774145e-7,2.1254035686979478e-7,2.0501781605730685e-8,3.694923123020999e-8,6.563101351275691e-7,2.5600135344916453e-8,2.688264899575188e-8,6.880517844365386e-7,2.0092501529234141e-7,2.7880052044793047e-8,2.62837644982028e-8,5.167780159354152e-8,1.893516099471526e-7,4.6184757707123936e-7,1.1086663143089481e-8,1.4542384008109366e-7,2.8736709012378014e-8,6.105074703555147e-7,1.2016337258557996e-8,1.3944533350240818e-7,2.0936788303060894e-8,4.3800788773751265e-8,1.9662968142597492e-8,6.6543535126584175e-9,1.1149432488366529e-8,6.424846787922434e-8,6.971495380980741e-9,3.2599853927450795e-9,1.4260012726197147e-8,2.7894840215481054e-8,8.115682703646598e-8,2.599534454361674e-8,2.285521105704902e-8,1.05594978094814e-7,8.145473628928812e-8,3.779314994289962e-8,4.8818307618603285e-8,2.3420332340151617e-8,1.0599223720930695e-8,3.604067799756194e-8,5.062377184117395e-8,3.6804056691153164e-8,1.5015616527946918e-9,1.4474869658442913e-6,1.0761959856608883e-6,1.304976251503831e-7,3.073563448197092e-8,1.7183838352252678e-8,2.042087920983704e-8,7.904924714807748e-9,1.6901843480354728e-7,1.2416376371504612e-8,5.4757610001843204e-8,2.6250097207025647e-8,1.3261202802539174e-8,6.298007804161898e-8,1.2709827856838274e-8,2.0171410142211244e-7,4.386575014336813e-8,6.962276444255622e-8,2.956475668725034e-7,7.925040677037032e-7,2.0868660044470744e-7,1.7341581326490996e-7,4.294189182019181e-8,4.213362547744737e-9,8.8246935092684e-8,1.7341355018629656e-8,7.321497008661026e-8,1.7941481189609476e-8,1.1245008835203407e-7,4.2423405943736725e-7,8.259470440918903e-9,1.1336252470073305e-7,8.268681739309613e-8,2.2186704029536486e-8,1.9539518447686532e-8,1.0675572426066537e-8,3.288476690954667e-8,2.4340661042288048e-8,6.639029948019015e-8,5.604618547039308e-9,1.386590220420203e-8,6.6757905869963e-8,1.1355724360839758e-8,3.1321272331297223e-7,3.1244848486267074e-8,1.502163371469578e-7,1.346161226933873e-8,1.8882738572756352e-7,4.645693962856967e-8,4.645321638463429e-8,7.71435715307689e-9,3.585664032357272e-8,7.608256247237932e-9,4.2214487905312126e-8,4.3406713778892936e-9,1.3401408871516196e-8,8.565495335233209e-8,1.7045202582721686e-8,5.422122839604526e-8,3.0218750168842234e-8,6.153300091682468e-8,3.9388163841636015e-9,4.135585029985123e-8,1.7818981845607595e-8,4.31053557292671e-8,3.9032919119108556e-9,7.663005163749403e-8,1.1890258555524724e-8,9.304103265606045e-9,1.0967905472725192e-9,1.0536636452229686e-8,1.1516662112853737e-7,8.134422273542441e-7,5.9525618212319387e-8,2.8063100288022724e-8,1.283296402476708e-8,1.060557863752365e-7,7.872866945035639e-7,2.7501052102252288e-8,3.936232229051484e-9,2.0519189902756807e-8,7.394696410756296e-9,3.5983390489491285e-8,2.5378296797384792e-8,4.6989228508209635e-8,7.549436631393291e-9,6.322734407149255e-7,5.581916262542563e-9,1.2963950268840563e-7,1.587476106124086e-8,3.3837391555380236e-8,6.474394353972457e-9,9.121036015358186e-8,1.3918366015275296e-8,8.229938508463874e-9,2.7060956142577197e-8,2.6095642979839795e-8,5.722282203635132e-9,6.963402938708896e-7,4.685033871965061e-8,9.590480409826796e-9,2.0991818416860042e-7,3.082116961650172e-8,3.563118511351604e-8,7.326215154535021e-7,2.1759417450084584e-6,2.4074907400972734e-7,2.974484800688515e-7,2.528977205429328e-8,7.667869894589785e-9,2.6632636718204594e-7,3.435845030708151e-8,2.3129958393042216e-8,3.1239306252928145e-8,2.8691238185274415e-7,3.8957892911639647e-8,2.4183783864373254e-8,1.158230222841894e-8,5.1544706280992614e-8,2.0343204454320585e-8,8.201909196259294e-8,1.1641392738681589e-8,5.496298740581551e-7,1.1682007361457636e-8,4.7576321549058775e-8,1.6349654075042963e-8,4.090812311119407e-8,2.1270925287808495e-7,1.669703095785735e-7,3.989651631286506e-8,2.8524043500510743e-6,1.2500227342115977e-7,2.4846258384059183e-7,1.2454135500661323e-8,2.9699904757762852e-8,4.25093871214699e-9,1.6144196024470148e-7,2.6385819751340023e-7,7.637975585339518e-9,3.4455236441743864e-9,7.273212787595185e-8,1.763124757303558e-8,7.586505645917896e-9,2.154678924171094e-8,1.267521554382256e-7,2.5636829548147944e-8,3.500932521660616e-8,6.472151170555662e-8,8.387794458997178e-9,3.0694742747527926e-8,7.520281286588215e-8,1.5724816648798878e-7,1.9633705505839316e-7,1.2290654183289007e-7,1.1121071841202479e-9,1.5468767600168576e-8,9.916888643601851e-9,6.882375487293757e-7,8.267530660077682e-8,4.46946799570469e-8,2.075171856574798e-8,8.649272587035739e-8,5.20271186132959e-8,4.5564465978031876e-8,2.031970502969216e-8,8.705073994974555e-9,6.45198596771479e-8,2.1777212921847422e-8,1.0309374687267336e-8,3.2118705917127954e-8,2.3336649235261575e-7,8.053995692591798e-9,1.9623111313649133e-7,1.2887916511772346e-7,1.5392334518082862e-8,1.401880500573327e-9,5.696758975659577e-8,6.079961423210989e-9,1.0782660986308201e-8,2.4260382147645032e-8,1.9388348704296732e-8,2.2969983604070876e-7,1.997151066746028e-8,2.8477696645268225e-8,5.227270349905666e-8,2.739241153904004e-7,9.85714976309282e-8,3.129077086327925e-8,4.1513992243835673e-8,5.2511412995670526e-9,1.5806674582563573e-6,8.547505672140687e-7,1.0688979479311911e-8,1.0621677120070672e-6,7.737217089243131e-8,6.394137130882882e-8,1.1698201518584028e-7,1.0486479595783749e-7,2.1160776952910965e-7,1.5339432835048683e-8,5.094390331805698e-8,1.4005206772083056e-8,2.6281709253339613e-8,8.77830927947798e-8,7.771985721660712e-9,4.228822803042931e-8,3.3243432540075446e-7,7.72913466562386e-8,7.63679175452836e-10,5.989415541307608e-8,1.3260753917165857e-7,1.2853475084284582e-7,8.844149412823299e-9,1.0194228394766469e-7,2.4937534703894926e-7,1.6547782877296413e-7,1.176258734858493e-8,1.1496064900029523e-7,2.934237670615403e-7,1.3261050924029405e-8,8.630173198298507e-8,5.739413211358624e-8,1.1093964502606468e-7,2.2933429022486962e-7,3.470581191322708e-7,1.475092403779854e-7,1.5024763655446804e-8,6.454251177956394e-8,5.164459437878577e-8,6.23732674398525e-8,1.2935890936205396e-7,1.4051898311606692e-8,5.386868906498421e-8,2.082729722019394e-8,1.3040525104202061e-8,1.05788906523685e-7,1.507953939494655e-8,8.926216423787992e-7,4.637372086335745e-8,7.480928161385236e-7,5.883074472023964e-9,2.870727655590599e-9,8.381493898923509e-7,7.341868002441743e-9,1.4245849833116608e-8,1.0926260785026898e-7,1.1308060265946551e-7,2.52335809136639e-7,1.178269073420779e-7,4.667730024721095e-8,2.79587997198405e-9,3.436349871321909e-8,1.4674341741738317e-7,3.539640758276619e-8,2.0580911552769976e-7,7.18380377406902e-8,2.7693602078215918e-8,4.5492825506698864e-8,1.955898198957584e-8,1.5359576721607482e-8,1.2336422550163206e-8,2.957029643368969e-8,2.877517033539334e-7,9.051751135302766e-7,2.3732353326977318e-7,1.6521470413977113e-8,1.5478654802336678e-8,3.526755776306345e-8,3.61636587342673e-8,1.615889466677345e-8,7.649993705172164e-8,1.9661243300106435e-8,4.9174737171142624e-8,1.1712456426948847e-7,1.0889120716228717e-8,1.4941074368834961e-6,1.0185750909386115e-8,3.7575578204496196e-8,2.0970718495050278e-8,3.368522527580353e-8,4.845519985252622e-9,6.039555842107802e-7,1.0373183201295433e-8,2.841620698745828e-7,4.499007388858445e-7,3.4631430168019506e-8,7.720588968140873e-8,1.4711066853578814e-7,1.160143270340086e-7,4.0074306184578745e-7,3.0256124716743216e-8,6.706726196625823e-8,2.012845534693497e-8,1.5987545731732666e-9,4.1919221871467016e-8,1.3166965295852151e-8,3.231780709711529e-8,9.247563781400459e-8,1.3075164417841734e-7,1.0574149911235509e-7,3.762125899697821e-8,1.0942090256094161e-7,7.001387558602801e-8,2.7426720450307585e-8,2.0766329100752046e-8,4.5402845927355884e-8,3.390360703292572e-8,1.0469531730450399e-7,2.8271228913467894e-8,3.406190955956845e-7,5.146158059687878e-7,6.740644380442973e-7,6.3821934404018066e-9,3.638748680145909e-8,3.6260146885069844e-8,1.6065344254911906e-7,3.639007957190188e-7,6.232625970881145e-9,4.8054303647404595e-8,3.3725854109434295e-8,6.3287848206528e-7,6.480550496235082e-8,2.116489525860743e-7,8.38768769995113e-8,1.758889212055692e-8,2.729004577872729e-9,2.144768451728396e-8,7.861175532752895e-8,2.011793931444572e-8,2.840733515085958e-8,2.492219834948628e-7,2.0156347702027233e-8,2.6551370879701608e-8,2.7847898209643063e-8,6.907038496706264e-9,1.8805204504701578e-8,1.3006692611838844e-8,3.685865976876812e-7,3.9678877783444477e-7,2.7591790185965692e-8,2.5228539257682314e-8,1.5469838388071366e-7,3.6892611632310945e-8,1.4401622117077295e-9,2.1504664715621402e-8,5.068058328561165e-8,5.081657761252245e-8,1.1718628734058711e-8,5.409200909411993e-8,7.138175419640902e-7,2.523685509459028e-7,7.071956531490287e-8,7.199660245760242e-8,1.2525339876390262e-8,3.4802988579940575e-7,1.9591639954796847e-7,1.2404500182583433e-7,1.2346009725661133e-7,1.92011366806355e-8,1.9895020386684337e-7,3.7876212388709973e-8,1.0629652713589621e-8,1.2436973229057458e-8,2.186162078032794e-7,2.618108396745811e-7,1.1128912547064829e-7,1.0776497560982534e-7,6.380246109216614e-9,3.895029632161595e-9,1.576254788915321e-7,2.9089968212048234e-9,1.03809227880447e-8,2.8134863327977655e-8,1.0777869263733919e-8,1.3605805371241786e-8,2.9236161935841665e-8,1.918957508451058e-7,2.1994748067299952e-7,1.3263833587018325e-8,4.900423533626963e-8,2.9808058243929736e-9,8.925934658066126e-9,1.0996840771326788e-8,7.715520666806697e-9,7.454385553273823e-9,5.0860990086221136e-8,1.5129604946650943e-7,1.1959995660504319e-8,1.1323217030678734e-8,9.39119804144184e-9,9.585582461113518e-8,1.9055129030220996e-8,1.8105044574667772e-8,6.179151057494892e-8,6.389322493305372e-8,1.1853056314237165e-8,9.372677745034252e-9,1.2332006349424773e-7,1.6521848777983905e-8,1.246099685658919e-7,4.196111902388111e-9,3.9965367903960214e-8,1.255440107428285e-8,1.4302015571843185e-8,6.631698745707126e-9,5.964162053118116e-9,5.556878956980427e-9,1.419230528654225e-7,1.7612896030527736e-8,3.3801444487835397e-7,7.856438344333583e-8,2.9667463152804885e-8,2.8991748877160717e-6,1.3787196166958893e-6,5.313577133847502e-9,2.5128217728820346e-8,8.406522056247923e-8,4.492775573794461e-8,5.4087468726038423e-8,2.4238921980668238e-8,4.0167356019082945e-7,4.1083040969169815e-8,5.415281023601892e-8,8.640659743264223e-9,5.773174294176897e-8,2.6442751277500065e-7,8.953106203080097e-7,2.799365539374321e-8,5.889395637836969e-9,4.178830081968954e-8,2.888028660663622e-8,2.1357223545237503e-8,2.3023956430279213e-7,8.786517469161481e-8,2.069703963769598e-9,2.2363829899063603e-8,3.2032425600903025e-9,1.176860120466472e-8,6.963498577761129e-8,2.2719042647167953e-8,7.360319465021803e-9,6.922469264480924e-9,3.2138252947788715e-8,1.3705631829452614e-7,1.9814805796158907e-8,1.0578844467090676e-8,2.7049035011827982e-8,2.9755513608620277e-9,2.1773475467057324e-8,1.0975404585167325e-8,1.9918440230526357e-8,2.3881801425318372e-8,2.1357100976615584e-8,6.109046157831699e-9,1.1890372242362446e-8,1.1459750481890296e-8,3.731681275098708e-8,1.5726065782928345e-8,3.403987491878979e-8,3.6921193213856895e-8,9.281668411631472e-8,1.2323060616381554e-7,4.234707162709128e-8,1.7423577247654976e-8,5.811278214196136e-8,3.9313878374969136e-8,2.3690166273127033e-8,1.792834680713895e-8,1.4406491999352511e-8,7.0197305745978156e-9,6.041436506620812e-8,4.867428771149207e-8,1.0685186957459791e-8,1.005112082452797e-8,4.2425732260653604e-8,2.6077879411445792e-8,5.136626679558276e-9,1.6972753202892932e-9,1.9131350725842822e-8,2.1117190840413969e-7,1.3372530638378066e-8,2.000219723186092e-8,1.0454146348592985e-7,2.814382682458927e-8,2.134452614654947e-7,2.104584950757271e-8,1.9114216343041335e-7,3.957645233754192e-8,2.9315843974586642e-8,1.1051893977764848e-7,4.840025980001883e-8,5.583537188158516e-8,1.2129960680340446e-7,1.7761975001917563e-8,2.561053769056798e-8,1.2038481145282276e-7,4.6748018789344314e-9,1.591587306393194e-8,3.147561500327356e-8,6.147622144681009e-8,2.204614979461894e-8,3.2577264619249036e-7,1.198899752807847e-7,2.3818718375423487e-7,1.490982981522393e-8,5.1016343149967724e-8,5.5141523347401744e-8,2.288526701477167e-8,5.7140397302646306e-8,5.185041231925425e-7,4.977233558633998e-8,1.104976110610778e-8,1.26408238543263e-7,8.174780674607973e-8]}]} 2026-04-16 20:36:00.449 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-paddle-v2-kserve","model_version":null,"id":"b744f1aa-b126-4f2d-885f-1a5094592daf","parameters":null,"outputs":[{"name":"output-0","shape":[1,1000],"datatype":"FP32","parameters":null,"data":[6.736569968524009e-9,1.153582651625129e-8,5.142186410012073e-8,6.647101002954514e-8,4.094442118685038e-8,1.3402272713847196e-7,9.35544619551365e-8,2.8935589924117266e-8,6.845294819868286e-8,7.680520752728626e-8,2.0334418877610005e-6,1.1085519417974865e-6,2.3477346644540376e-7,6.581955744877632e-7,0.00012372950732242316,4.2878312456196e-7,6.419879809982376e-6,0.9993487000465393,0.00007371911488007754,0.00003101079710177146,5.602713827101979e-6,2.1862256289750803e-6,1.9543842100233633e-8,3.728848128048412e-7,4.29031416615544e-7,1.8250955235998845e-7,7.159837878134567e-8,9.231503561579757e-9,6.469168170042394e-7,7.031603299623157e-9,4.4511686780879245e-8,1.2455829789814743e-7,9.446210924579646e-8,4.3476589439706004e-8,4.6581672563661414e-7,6.797636586952649e-8,2.1060014887552825e-7,2.2604888627597575e-8,1.4311326879123953e-7,7.951216218771151e-8,1.2341666888460168e-7,1.0921577313638409e-6,0.000015243762391037308,3.1172930903267115e-7,2.415180802017858e-7,6.863702850523623e-8,8.46760883632669e-8,9.424560687421035e-8,1.0219084245477461e-8,3.3770398033539095e-8,3.6928447855189006e-8,1.3693848188722768e-7,1.067415098532365e-7,2.5994486918534676e-7,3.486601087843155e-7,3.132020509610811e-8,3.5748260529544496e-7,6.648343742199359e-8,3.163856945320731e-7,1.2095728152416996e-6,8.663983663836916e-8,4.014367860349921e-8,1.2544606420306081e-7,3.320077013313494e-8,1.973121896980956e-7,3.8063546980993124e-7,1.382770449254167e-7,2.3001977211833946e-8,7.14414980507172e-8,2.851079372589993e-8,2.982524804906461e-8,8.935905526641363e-8,6.223806394700659e-7,6.478746428228987e-8,1.3662854314588913e-7,9.973038572752557e-8,2.576123669939534e-8,4.130169273253159e-8,3.9383902361578293e-8,1.2157941853274679e-7,4.302776233089389e-6,1.8178942582380841e-6,1.8520014464229462e-6,1.6245859342234326e-6,0.0000164481571118813,0.000010544756150920875,3.993004611402284e-6,2.646454788646224e-7,0.00001919327405630611,4.803187607649306e-7,1.6962640358997305e-7,4.550436642603017e-6,0.000042358526116004214,4.443309080670588e-6,5.103951934870565e-6,0.000013506267350749113,4.1758286783988297e-7,4.4944314936401497e-7,3.156656873670727e-7,1.0557428140600678e-6,1.3364497952750298e-8,1.3893487249561076e-8,6.770295613023336e-8,1.4129548731034447e-7,7.170429228153807e-8,7.934354329108828e-8,2.6391164809069778e-8,2.6133946562367782e-8,7.1966232972897615e-9,2.1752097012495142e-8,6.684530973188885e-8,3.4177467966856057e-8,1.6228092647452286e-7,4.107051836399478e-7,6.472068889706861e-7,2.9513313393181306e-7,5.653383094994524e-9,4.8300755395302986e-8,8.887371727439586e-9,3.7305639466467255e-8,1.7784008932153483e-8,4.641856232723285e-9,3.413062898971475e-8,1.9373679549516964e-7,1.2980041219634586e-6,3.5640496776068176e-8,2.1493017143825455e-8,3.055253330330743e-7,1.553226809392072e-7,1.4520828699460253e-6,3.488421285169352e-8,0.00003825387466349639,4.508809183789708e-7,4.176648928932991e-7,6.770537765987683e-7,1.4142071336209483e-7,0.00001423571211489616,6.293736873885791e-7,4.762812295666663e-6,9.024806217894366e-7,9.058892942448438e-7,1.5713549146312289e-6,1.5720408441666223e-7,1.8185124872616143e-7,7.193072093514274e-8,1.1952631666645175e-6,8.874753234522359e-7,2.0870552930318809e-7,9.906116105184992e-8,7.793509837483725e-9,1.0058372623689138e-7,4.205883783470199e-7,1.8436001880672848e-7,1.6437729755125474e-7,7.02525184692604e-8,2.5704193262754416e-7,7.586770323086967e-8,7.841231308702845e-7,2.495280568837188e-7,5.157617977147311e-8,4.0673629797538524e-8,7.531674839356128e-9,4.797425745550754e-8,1.7419722553313477e-8,1.7958475950763386e-7,1.2566235163546935e-8,8.975329990335013e-8,3.269607518063822e-8,1.1208221195602164e-7,3.906690437815996e-8,4.676846998563633e-8,1.852334321483795e-7,1.4832883721282997e-7,1.2279221550670627e-7,1.0729002042353386e-6,3.6537970427019673e-9,1.6198204377815273e-7,1.6190487173162182e-8,1.2004819893718377e-7,1.480009448329156e-8,4.022906807676918e-8,2.1505718450498534e-7,1.192555032503151e-7,4.898190297808469e-8,7.608841201545147e-8,2.3137237903370078e-8,8.52094430570105e-8,9.586112525994395e-8,1.3351485961266008e-7,3.0216618540634954e-8,4.4238134933038964e-8,2.610634552979718e-8,2.397684113475407e-7,1.3192399705985736e-7,1.6734691854480843e-8,1.5883161097463017e-7,4.064300753725547e-7,8.753363545110915e-8,8.366871497855755e-7,3.437562767771851e-8,7.847781802183817e-8,8.526320982582547e-9,9.601245665180613e-8,5.258879127723048e-7,1.3557291822507977e-7,1.0307118003538562e-7,1.0429684671464656e-8,5.187630236491714e-8,2.1869702493404475e-8,1.179131725592697e-8,2.9806198398318884e-8,4.3383401759911067e-8,2.999067660880428e-8,2.8507258775789523e-8,3.058627484620047e-8,6.441018740588333e-8,1.5363882610586188e-8,1.597368459727022e-8,2.57365329048298e-8,1.090363141997841e-7,3.211827603877282e-8,6.819658615597746e-9,1.9251054084179486e-7,5.825749838095362e-8,1.876556723345857e-7,4.0070369777822634e-7,1.5791380647556252e-8,1.9501307235714194e-7,1.0141919304373914e-8,2.744775962071344e-8,1.2843395680306458e-8,3.7296960186949946e-8,7.407404467585366e-8,4.206033921150265e-8,1.6924593282396927e-8,1.4591853414458456e-7,4.344931525679385e-8,1.7191209167322086e-7,3.5816999144344663e-8,8.440128596021168e-9,4.1947775031303536e-8,2.513996122388562e-8,2.8339847801817086e-8,8.747072399728495e-8,8.277008411994302e-9,1.1676148936601294e-8,1.4548319882123906e-7,7.200192886358536e-9,2.623576165206032e-6,5.675644842995098e-7,1.9483265987219056e-6,6.752511438889996e-8,8.168359499904909e-8,1.0932910754490877e-7,1.6708914074570203e-7,3.138676518688044e-8,2.9734879447573803e-8,5.7520821883372264e-8,5.8507939826313304e-8,3.2544284067625995e-7,3.330167075432655e-8,4.186742614820105e-7,1.5085691984495497e-7,2.334644193524582e-7,2.8639897209359333e-7,2.2940034227758588e-7,1.8537357959758083e-7,3.151756686747831e-7,1.1075776455982123e-6,1.5369606387594104e-7,1.9237216974943294e-7,1.6404264613356645e-7,2.900799245253438e-7,1.2466382770526252e-7,5.802550617772795e-8,5.1861558603150115e-8,6.009345909774311e-9,1.23330778478703e-7,1.3798263864828186e-7,1.7370017246776115e-7,5.617696388071636e-7,5.160393001801822e-8,4.813227150179955e-8,8.032599652096906e-8,2.0644911273848265e-6,5.638538027596951e-7,8.794099244369136e-7,3.4785582556651207e-6,2.972355162000895e-7,3.390414349269122e-7,9.468957529179534e-8,3.754799493549399e-8,1.5678830322940485e-7,8.2030041426151e-8,6.847877820348458e-9,1.825139683830912e-8,6.050154155445853e-8,3.9562941367421445e-8,1.0699794472657231e-7,3.256623699599004e-7,3.536899839673424e-7,7.326217854597417e-8,4.857605517827324e-7,7.717640073678922e-7,3.456741737295488e-8,3.2461647947457095e-7,3.1608240078639938e-6,5.330938535053065e-8,3.645648973815696e-7,5.481521156980307e-7,4.623012372917401e-8,1.346600981833035e-7,4.352903104631878e-8,1.6403919289587066e-7,2.4636646500653114e-8,5.958662185889807e-8,9.493569308460792e-8,5.5234050222452424e-8,5.741187081298449e-8,0.000011850225746457,5.826300366607029e-6,7.420818292303011e-6,9.127862199420633e-7,2.001935399675858e-6,1.0334889566365746e-6,3.514648483360361e-8,2.0589775431290036e-6,3.5655068586493144e-7,6.873136015883574e-8,2.193502490754895e-9,5.560284321859399e-8,3.3266616128457827e-7,1.3073517379780242e-7,2.7187292417352182e-8,1.0462799515664756e-8,7.466601914529747e-7,6.923080064780152e-8,1.6145493830777013e-8,8.568415310605815e-9,4.762142236103273e-9,1.233958357715892e-7,8.340525603500737e-9,3.2648699299642203e-9,5.063196084620358e-9,4.0704488668552585e-9,1.2043389396865223e-8,5.1055555339019065e-9,7.267066948202228e-9,1.1844983305309142e-7,7.53547197973603e-8,6.386873252495207e-8,1.621267564644313e-8,2.6103893446816073e-7,6.979319664424111e-7,6.647392325476176e-8,7.717375183347031e-7,6.651137596236367e-7,3.3244478458982485e-7,3.707229154770175e-7,3.995585302618565e-7,6.411539743567118e-8,7.107263400030206e-8,1.6379799205878953e-7,6.876715730186334e-8,3.4624252975845593e-7,2.0256192101442139e-7,6.19600768914097e-7,2.6840686118134727e-8,6.720200644849683e-7,1.1348156476742588e-6,1.8397651047052932e-6,6.397185075002199e-7,7.257429501805746e-8,4.2213261508550204e-7,3.965735402289283e-7,1.4037237860975438e-7,3.249813573802385e-7,1.5857477819736232e-7,1.1122037335553614e-7,7.39131564841955e-8,3.4231769063808315e-7,5.39788445053091e-8,8.517191218970765e-8,4.060975243191933e-6,0.000014478493540082127,7.316928396505773e-9,6.948383646232514e-9,4.4688626132938225e-8,9.23126250995665e-8,5.41190452452156e-8,2.224259958438779e-7,1.7609368185844687e-8,2.0905980946395175e-8,3.6797160873902612e-9,6.177843658861093e-8,1.7920085326750268e-7,2.6278852871541858e-8,2.698776313536655e-8,1.6432605320915172e-7,1.2827440798446332e-7,4.468845560268164e-8,6.316474099321567e-8,1.9461522171582146e-8,2.0871000927513705e-8,2.2414262446091016e-8,2.4764982953229264e-8,6.785314532464781e-9,2.4248494767675766e-8,4.554914667664889e-9,2.8976625543464252e-8,2.0402152856036082e-8,1.6009290959573264e-7,2.019951637066697e-7,1.6111656009343278e-8,5.964040639128143e-8,4.0982603977113286e-9,3.907972612182675e-8,7.511245847524606e-9,5.965555942566425e-7,1.6478051634294388e-7,1.410681527147517e-8,3.285524030616216e-8,3.338656018314623e-9,1.2200259469352659e-8,4.624581961820695e-8,6.842250765970448e-9,1.7426071252657493e-8,4.661075436729334e-8,9.33183343931887e-8,1.230591379908219e-7,1.2359244294657401e-8,1.1173082903326303e-8,2.772451956900568e-8,2.4191731995415466e-7,3.4511506896706123e-7,2.593734649281032e-8,9.964443847820803e-8,9.797671118860762e-9,1.90853270964908e-7,3.9726497647052383e-8,2.6638923955601967e-8,6.8740502179309715e-9,3.146955052102385e-8,2.4086276084744895e-7,1.3126738451774145e-7,2.1254035686979478e-7,2.0501781605730685e-8,3.694923123020999e-8,6.563101351275691e-7,2.5600135344916453e-8,2.688264899575188e-8,6.880517844365386e-7,2.0092501529234141e-7,2.7880052044793047e-8,2.62837644982028e-8,5.167780159354152e-8,1.893516099471526e-7,4.6184757707123936e-7,1.1086663143089481e-8,1.4542384008109366e-7,2.8736709012378014e-8,6.105074703555147e-7,1.2016337258557996e-8,1.3944533350240818e-7,2.0936788303060894e-8,4.3800788773751265e-8,1.9662968142597492e-8,6.6543535126584175e-9,1.1149432488366529e-8,6.424846787922434e-8,6.971495380980741e-9,3.2599853927450795e-9,1.4260012726197147e-8,2.7894840215481054e-8,8.115682703646598e-8,2.599534454361674e-8,2.285521105704902e-8,1.05594978094814e-7,8.145473628928812e-8,3.779314994289962e-8,4.8818307618603285e-8,2.3420332340151617e-8,1.0599223720930695e-8,3.604067799756194e-8,5.062377184117395e-8,3.6804056691153164e-8,1.5015616527946918e-9,1.4474869658442913e-6,1.0761959856608883e-6,1.304976251503831e-7,3.073563448197092e-8,1.7183838352252678e-8,2.042087920983704e-8,7.904924714807748e-9,1.6901843480354728e-7,1.2416376371504612e-8,5.4757610001843204e-8,2.6250097207025647e-8,1.3261202802539174e-8,6.298007804161898e-8,1.2709827856838274e-8,2.0171410142211244e-7,4.386575014336813e-8,6.962276444255622e-8,2.956475668725034e-7,7.925040677037032e-7,2.0868660044470744e-7,1.7341581326490996e-7,4.294189182019181e-8,4.213362547744737e-9,8.8246935092684e-8,1.7341355018629656e-8,7.321497008661026e-8,1.7941481189609476e-8,1.1245008835203407e-7,4.2423405943736725e-7,8.259470440918903e-9,1.1336252470073305e-7,8.268681739309613e-8,2.2186704029536486e-8,1.9539518447686532e-8,1.0675572426066537e-8,3.288476690954667e-8,2.4340661042288048e-8,6.639029948019015e-8,5.604618547039308e-9,1.386590220420203e-8,6.6757905869963e-8,1.1355724360839758e-8,3.1321272331297223e-7,3.1244848486267074e-8,1.502163371469578e-7,1.346161226933873e-8,1.8882738572756352e-7,4.645693962856967e-8,4.645321638463429e-8,7.71435715307689e-9,3.585664032357272e-8,7.608256247237932e-9,4.2214487905312126e-8,4.3406713778892936e-9,1.3401408871516196e-8,8.565495335233209e-8,1.7045202582721686e-8,5.422122839604526e-8,3.0218750168842234e-8,6.153300091682468e-8,3.9388163841636015e-9,4.135585029985123e-8,1.7818981845607595e-8,4.31053557292671e-8,3.9032919119108556e-9,7.663005163749403e-8,1.1890258555524724e-8,9.304103265606045e-9,1.0967905472725192e-9,1.0536636452229686e-8,1.1516662112853737e-7,8.134422273542441e-7,5.9525618212319387e-8,2.8063100288022724e-8,1.283296402476708e-8,1.060557863752365e-7,7.872866945035639e-7,2.7501052102252288e-8,3.936232229051484e-9,2.0519189902756807e-8,7.394696410756296e-9,3.5983390489491285e-8,2.5378296797384792e-8,4.6989228508209635e-8,7.549436631393291e-9,6.322734407149255e-7,5.581916262542563e-9,1.2963950268840563e-7,1.587476106124086e-8,3.3837391555380236e-8,6.474394353972457e-9,9.121036015358186e-8,1.3918366015275296e-8,8.229938508463874e-9,2.7060956142577197e-8,2.6095642979839795e-8,5.722282203635132e-9,6.963402938708896e-7,4.685033871965061e-8,9.590480409826796e-9,2.0991818416860042e-7,3.082116961650172e-8,3.563118511351604e-8,7.326215154535021e-7,2.1759417450084584e-6,2.4074907400972734e-7,2.974484800688515e-7,2.528977205429328e-8,7.667869894589785e-9,2.6632636718204594e-7,3.435845030708151e-8,2.3129958393042216e-8,3.1239306252928145e-8,2.8691238185274415e-7,3.8957892911639647e-8,2.4183783864373254e-8,1.158230222841894e-8,5.1544706280992614e-8,2.0343204454320585e-8,8.201909196259294e-8,1.1641392738681589e-8,5.496298740581551e-7,1.1682007361457636e-8,4.7576321549058775e-8,1.6349654075042963e-8,4.090812311119407e-8,2.1270925287808495e-7,1.669703095785735e-7,3.989651631286506e-8,2.8524043500510743e-6,1.2500227342115977e-7,2.4846258384059183e-7,1.2454135500661323e-8,2.9699904757762852e-8,4.25093871214699e-9,1.6144196024470148e-7,2.6385819751340023e-7,7.637975585339518e-9,3.4455236441743864e-9,7.273212787595185e-8,1.763124757303558e-8,7.586505645917896e-9,2.154678924171094e-8,1.267521554382256e-7,2.5636829548147944e-8,3.500932521660616e-8,6.472151170555662e-8,8.387794458997178e-9,3.0694742747527926e-8,7.520281286588215e-8,1.5724816648798878e-7,1.9633705505839316e-7,1.2290654183289007e-7,1.1121071841202479e-9,1.5468767600168576e-8,9.916888643601851e-9,6.882375487293757e-7,8.267530660077682e-8,4.46946799570469e-8,2.075171856574798e-8,8.649272587035739e-8,5.20271186132959e-8,4.5564465978031876e-8,2.031970502969216e-8,8.705073994974555e-9,6.45198596771479e-8,2.1777212921847422e-8,1.0309374687267336e-8,3.2118705917127954e-8,2.3336649235261575e-7,8.053995692591798e-9,1.9623111313649133e-7,1.2887916511772346e-7,1.5392334518082862e-8,1.401880500573327e-9,5.696758975659577e-8,6.079961423210989e-9,1.0782660986308201e-8,2.4260382147645032e-8,1.9388348704296732e-8,2.2969983604070876e-7,1.997151066746028e-8,2.8477696645268225e-8,5.227270349905666e-8,2.739241153904004e-7,9.85714976309282e-8,3.129077086327925e-8,4.1513992243835673e-8,5.2511412995670526e-9,1.5806674582563573e-6,8.547505672140687e-7,1.0688979479311911e-8,1.0621677120070672e-6,7.737217089243131e-8,6.394137130882882e-8,1.1698201518584028e-7,1.0486479595783749e-7,2.1160776952910965e-7,1.5339432835048683e-8,5.094390331805698e-8,1.4005206772083056e-8,2.6281709253339613e-8,8.77830927947798e-8,7.771985721660712e-9,4.228822803042931e-8,3.3243432540075446e-7,7.72913466562386e-8,7.63679175452836e-10,5.989415541307608e-8,1.3260753917165857e-7,1.2853475084284582e-7,8.844149412823299e-9,1.0194228394766469e-7,2.4937534703894926e-7,1.6547782877296413e-7,1.176258734858493e-8,1.1496064900029523e-7,2.934237670615403e-7,1.3261050924029405e-8,8.630173198298507e-8,5.739413211358624e-8,1.1093964502606468e-7,2.2933429022486962e-7,3.470581191322708e-7,1.475092403779854e-7,1.5024763655446804e-8,6.454251177956394e-8,5.164459437878577e-8,6.23732674398525e-8,1.2935890936205396e-7,1.4051898311606692e-8,5.386868906498421e-8,2.082729722019394e-8,1.3040525104202061e-8,1.05788906523685e-7,1.507953939494655e-8,8.926216423787992e-7,4.637372086335745e-8,7.480928161385236e-7,5.883074472023964e-9,2.870727655590599e-9,8.381493898923509e-7,7.341868002441743e-9,1.4245849833116608e-8,1.0926260785026898e-7,1.1308060265946551e-7,2.52335809136639e-7,1.178269073420779e-7,4.667730024721095e-8,2.79587997198405e-9,3.436349871321909e-8,1.4674341741738317e-7,3.539640758276619e-8,2.0580911552769976e-7,7.18380377406902e-8,2.7693602078215918e-8,4.5492825506698864e-8,1.955898198957584e-8,1.5359576721607482e-8,1.2336422550163206e-8,2.957029643368969e-8,2.877517033539334e-7,9.051751135302766e-7,2.3732353326977318e-7,1.6521470413977113e-8,1.5478654802336678e-8,3.526755776306345e-8,3.61636587342673e-8,1.615889466677345e-8,7.649993705172164e-8,1.9661243300106435e-8,4.9174737171142624e-8,1.1712456426948847e-7,1.0889120716228717e-8,1.4941074368834961e-6,1.0185750909386115e-8,3.7575578204496196e-8,2.0970718495050278e-8,3.368522527580353e-8,4.845519985252622e-9,6.039555842107802e-7,1.0373183201295433e-8,2.841620698745828e-7,4.499007388858445e-7,3.4631430168019506e-8,7.720588968140873e-8,1.4711066853578814e-7,1.160143270340086e-7,4.0074306184578745e-7,3.0256124716743216e-8,6.706726196625823e-8,2.012845534693497e-8,1.5987545731732666e-9,4.1919221871467016e-8,1.3166965295852151e-8,3.231780709711529e-8,9.247563781400459e-8,1.3075164417841734e-7,1.0574149911235509e-7,3.762125899697821e-8,1.0942090256094161e-7,7.001387558602801e-8,2.7426720450307585e-8,2.0766329100752046e-8,4.5402845927355884e-8,3.390360703292572e-8,1.0469531730450399e-7,2.8271228913467894e-8,3.406190955956845e-7,5.146158059687878e-7,6.740644380442973e-7,6.3821934404018066e-9,3.638748680145909e-8,3.6260146885069844e-8,1.6065344254911906e-7,3.639007957190188e-7,6.232625970881145e-9,4.8054303647404595e-8,3.3725854109434295e-8,6.3287848206528e-7,6.480550496235082e-8,2.116489525860743e-7,8.38768769995113e-8,1.758889212055692e-8,2.729004577872729e-9,2.144768451728396e-8,7.861175532752895e-8,2.011793931444572e-8,2.840733515085958e-8,2.492219834948628e-7,2.0156347702027233e-8,2.6551370879701608e-8,2.7847898209643063e-8,6.907038496706264e-9,1.8805204504701578e-8,1.3006692611838844e-8,3.685865976876812e-7,3.9678877783444477e-7,2.7591790185965692e-8,2.5228539257682314e-8,1.5469838388071366e-7,3.6892611632310945e-8,1.4401622117077295e-9,2.1504664715621402e-8,5.068058328561165e-8,5.081657761252245e-8,1.1718628734058711e-8,5.409200909411993e-8,7.138175419640902e-7,2.523685509459028e-7,7.071956531490287e-8,7.199660245760242e-8,1.2525339876390262e-8,3.4802988579940575e-7,1.9591639954796847e-7,1.2404500182583433e-7,1.2346009725661133e-7,1.92011366806355e-8,1.9895020386684337e-7,3.7876212388709973e-8,1.0629652713589621e-8,1.2436973229057458e-8,2.186162078032794e-7,2.618108396745811e-7,1.1128912547064829e-7,1.0776497560982534e-7,6.380246109216614e-9,3.895029632161595e-9,1.576254788915321e-7,2.9089968212048234e-9,1.03809227880447e-8,2.8134863327977655e-8,1.0777869263733919e-8,1.3605805371241786e-8,2.9236161935841665e-8,1.918957508451058e-7,2.1994748067299952e-7,1.3263833587018325e-8,4.900423533626963e-8,2.9808058243929736e-9,8.925934658066126e-9,1.0996840771326788e-8,7.715520666806697e-9,7.454385553273823e-9,5.0860990086221136e-8,1.5129604946650943e-7,1.1959995660504319e-8,1.1323217030678734e-8,9.39119804144184e-9,9.585582461113518e-8,1.9055129030220996e-8,1.8105044574667772e-8,6.179151057494892e-8,6.389322493305372e-8,1.1853056314237165e-8,9.372677745034252e-9,1.2332006349424773e-7,1.6521848777983905e-8,1.246099685658919e-7,4.196111902388111e-9,3.9965367903960214e-8,1.255440107428285e-8,1.4302015571843185e-8,6.631698745707126e-9,5.964162053118116e-9,5.556878956980427e-9,1.419230528654225e-7,1.7612896030527736e-8,3.3801444487835397e-7,7.856438344333583e-8,2.9667463152804885e-8,2.8991748877160717e-6,1.3787196166958893e-6,5.313577133847502e-9,2.5128217728820346e-8,8.406522056247923e-8,4.492775573794461e-8,5.4087468726038423e-8,2.4238921980668238e-8,4.0167356019082945e-7,4.1083040969169815e-8,5.415281023601892e-8,8.640659743264223e-9,5.773174294176897e-8,2.6442751277500065e-7,8.953106203080097e-7,2.799365539374321e-8,5.889395637836969e-9,4.178830081968954e-8,2.888028660663622e-8,2.1357223545237503e-8,2.3023956430279213e-7,8.786517469161481e-8,2.069703963769598e-9,2.2363829899063603e-8,3.2032425600903025e-9,1.176860120466472e-8,6.963498577761129e-8,2.2719042647167953e-8,7.360319465021803e-9,6.922469264480924e-9,3.2138252947788715e-8,1.3705631829452614e-7,1.9814805796158907e-8,1.0578844467090676e-8,2.7049035011827982e-8,2.9755513608620277e-9,2.1773475467057324e-8,1.0975404585167325e-8,1.9918440230526357e-8,2.3881801425318372e-8,2.1357100976615584e-8,6.109046157831699e-9,1.1890372242362446e-8,1.1459750481890296e-8,3.731681275098708e-8,1.5726065782928345e-8,3.403987491878979e-8,3.6921193213856895e-8,9.281668411631472e-8,1.2323060616381554e-7,4.234707162709128e-8,1.7423577247654976e-8,5.811278214196136e-8,3.9313878374969136e-8,2.3690166273127033e-8,1.792834680713895e-8,1.4406491999352511e-8,7.0197305745978156e-9,6.041436506620812e-8,4.867428771149207e-8,1.0685186957459791e-8,1.005112082452797e-8,4.2425732260653604e-8,2.6077879411445792e-8,5.136626679558276e-9,1.6972753202892932e-9,1.9131350725842822e-8,2.1117190840413969e-7,1.3372530638378066e-8,2.000219723186092e-8,1.0454146348592985e-7,2.814382682458927e-8,2.134452614654947e-7,2.104584950757271e-8,1.9114216343041335e-7,3.957645233754192e-8,2.9315843974586642e-8,1.1051893977764848e-7,4.840025980001883e-8,5.583537188158516e-8,1.2129960680340446e-7,1.7761975001917563e-8,2.561053769056798e-8,1.2038481145282276e-7,4.6748018789344314e-9,1.591587306393194e-8,3.147561500327356e-8,6.147622144681009e-8,2.204614979461894e-8,3.2577264619249036e-7,1.198899752807847e-7,2.3818718375423487e-7,1.490982981522393e-8,5.1016343149967724e-8,5.5141523347401744e-8,2.288526701477167e-8,5.7140397302646306e-8,5.185041231925425e-7,4.977233558633998e-8,1.104976110610778e-8,1.26408238543263e-7,8.174780674607973e-8]}]} 2026-04-16 20:36:00.450 3502 kserve.trace Got response "id": "b744f1aa-b126-4f2d-885f-1a5094592daf","model_name": "isvc-paddle-v2-kserve","outputs": ["name": "output-0","shape": [1, 1000],"datatype": "FP32","data": [6.736569968524009e-09, 1.153582651625129e-08, 5.142186410012073e-08, 6.647101002954514e-08, 4.094442118685038e-08, 1.3402272713847196e-07, 9.35544619551365e-08, 2.8935589924117266e-08, 6.845294819868286e-08, 7.680520752728626e-08, 2.0334418877610005e-06, 1.1085519417974865e-06, 2.3477346644540376e-07, 6.581955744877632e-07, 0.00012372950732242316, 4.2878312456196e-07, 6.419879809982376e-06, 0.9993487000465393, 7.371911488007754e-05, 3.101079710177146e-05, 5.602713827101979e-06, 2.1862256289750803e-06, 1.9543842100233633e-08, 3.728848128048412e-07, 4.29031416615544e-07, 1.8250955235998845e-07, 7.159837878134567e-08, 9.231503561579757e-09, 6.469168170042394e-07, 7.031603299623157e-09, 4.4511686780879245e-08, 1.2455829789814743e-07, 9.446210924579646e-08, 4.3476589439706004e-08, 4.6581672563661414e-07, 6.797636586952649e-08, 2.1060014887552825e-07, 2.2604888627597575e-08, 1.4311326879123953e-07, 7.951216218771151e-08, 1.2341666888460168e-07, 1.0921577313638409e-06, 1.5243762391037308e-05, 3.1172930903267115e-07, 2.415180802017858e-07, 6.863702850523623e-08, 8.46760883632669e-08, 9.424560687421035e-08, 1.0219084245477461e-08, 3.3770398033539095e-08, 3.6928447855189006e-08, 1.3693848188722768e-07, 1.067415098532365e-07, 2.5994486918534676e-07, 3.486601087843155e-07, 3.132020509610811e-08, 3.5748260529544496e-07, 6.648343742199359e-08, 3.163856945320731e-07, 1.2095728152416996e-06, 8.663983663836916e-08, 4.014367860349921e-08, 1.2544606420306081e-07, 3.320077013313494e-08, 1.973121896980956e-07, 3.8063546980993124e-07, 1.382770449254167e-07, 2.3001977211833946e-08, 7.14414980507172e-08, 2.851079372589993e-08, 2.982524804906461e-08, 8.935905526641363e-08, 6.223806394700659e-07, 6.478746428228987e-08, 1.3662854314588913e-07, 9.973038572752557e-08, 2.576123669939534e-08, 4.130169273253159e-08, 3.9383902361578293e-08, 1.2157941853274679e-07, 4.302776233089389e-06, 1.8178942582380841e-06, 1.8520014464229462e-06, 1.6245859342234326e-06, 1.64481571118813e-05, 1.0544756150920875e-05, 3.993004611402284e-06, 2.646454788646224e-07, 1.919327405630611e-05, 4.803187607649306e-07, 1.6962640358997305e-07, 4.550436642603017e-06, 4.2358526116004214e-05, 4.443309080670588e-06, 5.103951934870565e-06, 1.3506267350749113e-05, 4.1758286783988297e-07, 4.4944314936401497e-07, 3.156656873670727e-07, 1.0557428140600678e-06, 1.3364497952750298e-08, 1.3893487249561076e-08, 6.770295613023336e-08, 1.4129548731034447e-07, 7.170429228153807e-08, 7.934354329108828e-08, 2.6391164809069778e-08, 2.6133946562367782e-08, 7.1966232972897615e-09, 2.1752097012495142e-08, 6.684530973188885e-08, 3.4177467966856057e-08, 1.6228092647452286e-07, 4.107051836399478e-07, 6.472068889706861e-07, 2.9513313393181306e-07, 5.653383094994524e-09, 4.8300755395302986e-08, 8.887371727439586e-09, 3.7305639466467255e-08, 1.7784008932153483e-08, 4.641856232723285e-09, 3.413062898971475e-08, 1.9373679549516964e-07, 1.2980041219634586e-06, 3.5640496776068176e-08, 2.1493017143825455e-08, 3.055253330330743e-07, 1.553226809392072e-07, 1.4520828699460253e-06, 3.488421285169352e-08, 3.825387466349639e-05, 4.508809183789708e-07, 4.176648928932991e-07, 6.770537765987683e-07, 1.4142071336209483e-07, 1.423571211489616e-05, 6.293736873885791e-07, 4.762812295666663e-06, 9.024806217894366e-07, 9.058892942448438e-07, 1.5713549146312289e-06, 1.5720408441666223e-07, 1.8185124872616143e-07, 7.193072093514274e-08, 1.1952631666645175e-06, 8.874753234522359e-07, 2.0870552930318809e-07, 9.906116105184992e-08, 7.793509837483725e-09, 1.0058372623689138e-07, 4.205883783470199e-07, 1.8436001880672848e-07, 1.6437729755125474e-07, 7.02525184692604e-08, 2.5704193262754416e-07, 7.586770323086967e-08, 7.841231308702845e-07, 2.495280568837188e-07, 5.157617977147311e-08, 4.0673629797538524e-08, 7.531674839356128e-09, 4.797425745550754e-08, 1.7419722553313477e-08, 1.7958475950763386e-07, 1.2566235163546935e-08, 8.975329990335013e-08, 3.269607518063822e-08, 1.1208221195602164e-07, 3.906690437815996e-08, 4.676846998563633e-08, 1.852334321483795e-07, 1.4832883721282997e-07, 1.2279221550670627e-07, 1.0729002042353386e-06, 3.6537970427019673e-09, 1.6198204377815273e-07, 1.6190487173162182e-08, 1.2004819893718377e-07, 1.480009448329156e-08, 4.022906807676918e-08, 2.1505718450498534e-07, 1.192555032503151e-07, 4.898190297808469e-08, 7.608841201545147e-08, 2.3137237903370078e-08, 8.52094430570105e-08, 9.586112525994395e-08, 1.3351485961266008e-07, 3.0216618540634954e-08, 4.4238134933038964e-08, 2.610634552979718e-08, 2.397684113475407e-07, 1.3192399705985736e-07, 1.6734691854480843e-08, 1.5883161097463017e-07, 4.064300753725547e-07, 8.753363545110915e-08, 8.366871497855755e-07, 3.437562767771851e-08, 7.847781802183817e-08, 8.526320982582547e-09, 9.601245665180613e-08, 5.258879127723048e-07, 1.3557291822507977e-07, 1.0307118003538562e-07, 1.0429684671464656e-08, 5.187630236491714e-08, 2.1869702493404475e-08, 1.179131725592697e-08, 2.9806198398318884e-08, 4.3383401759911067e-08, 2.999067660880428e-08, 2.8507258775789523e-08, 3.058627484620047e-08, 6.441018740588333e-08, 1.5363882610586188e-08, 1.597368459727022e-08, 2.57365329048298e-08, 1.090363141997841e-07, 3.211827603877282e-08, 6.819658615597746e-09, 1.9251054084179486e-07, 5.825749838095362e-08, 1.876556723345857e-07, 4.0070369777822634e-07, 1.5791380647556252e-08, 1.9501307235714194e-07, 1.0141919304373914e-08, 2.744775962071344e-08, 1.2843395680306458e-08, 3.7296960186949946e-08, 7.407404467585366e-08, 4.206033921150265e-08, 1.6924593282396927e-08, 1.4591853414458456e-07, 4.344931525679385e-08, 1.7191209167322086e-07, 3.5816999144344663e-08, 8.440128596021168e-09, 4.1947775031303536e-08, 2.513996122388562e-08, 2.8339847801817086e-08, 8.747072399728495e-08, 8.277008411994302e-09, 1.1676148936601294e-08, 1.4548319882123906e-07, 7.200192886358536e-09, 2.623576165206032e-06, 5.675644842995098e-07, 1.9483265987219056e-06, 6.752511438889996e-08, 8.168359499904909e-08, 1.0932910754490877e-07, 1.6708914074570203e-07, 3.138676518688044e-08, 2.9734879447573803e-08, 5.7520821883372264e-08, 5.8507939826313304e-08, 3.2544284067625995e-07, 3.330167075432655e-08, 4.186742614820105e-07, 1.5085691984495497e-07, 2.334644193524582e-07, 2.8639897209359333e-07, 2.2940034227758588e-07, 1.8537357959758083e-07, 3.151756686747831e-07, 1.1075776455982123e-06, 1.5369606387594104e-07, 1.9237216974943294e-07, 1.6404264613356645e-07, 2.900799245253438e-07, 1.2466382770526252e-07, 5.802550617772795e-08, 5.1861558603150115e-08, 6.009345909774311e-09, 1.23330778478703e-07, 1.3798263864828186e-07, 1.7370017246776115e-07, 5.617696388071636e-07, 5.160393001801822e-08, 4.813227150179955e-08, 8.032599652096906e-08, 2.0644911273848265e-06, 5.638538027596951e-07, 8.794099244369136e-07, 3.4785582556651207e-06, 2.972355162000895e-07, 3.390414349269122e-07, 9.468957529179534e-08, 3.754799493549399e-08, 1.5678830322940485e-07, 8.2030041426151e-08, 6.847877820348458e-09, 1.825139683830912e-08, 6.050154155445853e-08, 3.9562941367421445e-08, 1.0699794472657231e-07, 3.256623699599004e-07, 3.536899839673424e-07, 7.326217854597417e-08, 4.857605517827324e-07, 7.717640073678922e-07, 3.456741737295488e-08, 3.2461647947457095e-07, 3.1608240078639938e-06, 5.330938535053065e-08, 3.645648973815696e-07, 5.481521156980307e-07, 4.623012372917401e-08, 1.346600981833035e-07, 4.352903104631878e-08, 1.6403919289587066e-07, 2.4636646500653114e-08, 5.958662185889807e-08, 9.493569308460792e-08, 5.5234050222452424e-08, 5.741187081298449e-08, 1.1850225746457e-05, 5.826300366607029e-06, 7.420818292303011e-06, 9.127862199420633e-07, 2.001935399675858e-06, 1.0334889566365746e-06, 3.514648483360361e-08, 2.0589775431290036e-06, 3.5655068586493144e-07, 6.873136015883574e-08, 2.193502490754895e-09, 5.560284321859399e-08, 3.3266616128457827e-07, 1.3073517379780242e-07, 2.7187292417352182e-08, 1.0462799515664756e-08, 7.466601914529747e-07, 6.923080064780152e-08, 1.6145493830777013e-08, 8.568415310605815e-09, 4.762142236103273e-09, 1.233958357715892e-07, 8.340525603500737e-09, 3.2648699299642203e-09, 5.063196084620358e-09, 4.0704488668552585e-09, 1.2043389396865223e-08, 5.1055555339019065e-09, 7.267066948202228e-09, 1.1844983305309142e-07, 7.53547197973603e-08, 6.386873252495207e-08, 1.621267564644313e-08, 2.6103893446816073e-07, 6.979319664424111e-07, 6.647392325476176e-08, 7.717375183347031e-07, 6.651137596236367e-07, 3.3244478458982485e-07, 3.707229154770175e-07, 3.995585302618565e-07, 6.411539743567118e-08, 7.107263400030206e-08, 1.6379799205878953e-07, 6.876715730186334e-08, 3.4624252975845593e-07, 2.0256192101442139e-07, 6.19600768914097e-07, 2.6840686118134727e-08, 6.720200644849683e-07, 1.1348156476742588e-06, 1.8397651047052932e-06, 6.397185075002199e-07, 7.257429501805746e-08, 4.2213261508550204e-07, 3.965735402289283e-07, 1.4037237860975438e-07, 3.249813573802385e-07, 1.5857477819736232e-07, 1.1122037335553614e-07, 7.39131564841955e-08, 3.4231769063808315e-07, 5.39788445053091e-08, 8.517191218970765e-08, 4.060975243191933e-06, 1.4478493540082127e-05, 7.316928396505773e-09, 6.948383646232514e-09, 4.4688626132938225e-08, 9.23126250995665e-08, 5.41190452452156e-08, 2.224259958438779e-07, 1.7609368185844687e-08, 2.0905980946395175e-08, 3.6797160873902612e-09, 6.177843658861093e-08, 1.7920085326750268e-07, 2.6278852871541858e-08, 2.698776313536655e-08, 1.6432605320915172e-07, 1.2827440798446332e-07, 4.468845560268164e-08, 6.316474099321567e-08, 1.9461522171582146e-08, 2.0871000927513705e-08, 2.2414262446091016e-08, 2.4764982953229264e-08, 6.785314532464781e-09, 2.4248494767675766e-08, 4.554914667664889e-09, 2.8976625543464252e-08, 2.0402152856036082e-08, 1.6009290959573264e-07, 2.019951637066697e-07, 1.6111656009343278e-08, 5.964040639128143e-08, 4.0982603977113286e-09, 3.907972612182675e-08, 7.511245847524606e-09, 5.965555942566425e-07, 1.6478051634294388e-07, 1.410681527147517e-08, 3.285524030616216e-08, 3.338656018314623e-09, 1.2200259469352659e-08, 4.624581961820695e-08, 6.842250765970448e-09, 1.7426071252657493e-08, 4.661075436729334e-08, 9.33183343931887e-08, 1.230591379908219e-07, 1.2359244294657401e-08, 1.1173082903326303e-08, 2.772451956900568e-08, 2.4191731995415466e-07, 3.4511506896706123e-07, 2.593734649281032e-08, 9.964443847820803e-08, 9.797671118860762e-09, 1.90853270964908e-07, 3.9726497647052383e-08, 2.6638923955601967e-08, 6.8740502179309715e-09, 3.146955052102385e-08, 2.4086276084744895e-07, 1.3126738451774145e-07, 2.1254035686979478e-07, 2.0501781605730685e-08, 3.694923123020999e-08, 6.563101351275691e-07, 2.5600135344916453e-08, 2.688264899575188e-08, 6.880517844365386e-07, 2.0092501529234141e-07, 2.7880052044793047e-08, 2.62837644982028e-08, 5.167780159354152e-08, 1.893516099471526e-07, 4.6184757707123936e-07, 1.1086663143089481e-08, 1.4542384008109366e-07, 2.8736709012378014e-08, 6.105074703555147e-07, 1.2016337258557996e-08, 1.3944533350240818e-07, 2.0936788303060894e-08, 4.3800788773751265e-08, 1.9662968142597492e-08, 6.6543535126584175e-09, 1.1149432488366529e-08, 6.424846787922434e-08, 6.971495380980741e-09, 3.2599853927450795e-09, 1.4260012726197147e-08, 2.7894840215481054e-08, 8.115682703646598e-08, 2.599534454361674e-08, 2.285521105704902e-08, 1.05594978094814e-07, 8.145473628928812e-08, 3.779314994289962e-08, 4.8818307618603285e-08, 2.3420332340151617e-08, 1.0599223720930695e-08, 3.604067799756194e-08, 5.062377184117395e-08, 3.6804056691153164e-08, 1.5015616527946918e-09, 1.4474869658442913e-06, 1.0761959856608883e-06, 1.304976251503831e-07, 3.073563448197092e-08, 1.7183838352252678e-08, 2.042087920983704e-08, 7.904924714807748e-09, 1.6901843480354728e-07, 1.2416376371504612e-08, 5.4757610001843204e-08, 2.6250097207025647e-08, 1.3261202802539174e-08, 6.298007804161898e-08, 1.2709827856838274e-08, 2.0171410142211244e-07, 4.386575014336813e-08, 6.962276444255622e-08, 2.956475668725034e-07, 7.925040677037032e-07, 2.0868660044470744e-07, 1.7341581326490996e-07, 4.294189182019181e-08, 4.213362547744737e-09, 8.8246935092684e-08, 1.7341355018629656e-08, 7.321497008661026e-08, 1.7941481189609476e-08, 1.1245008835203407e-07, 4.2423405943736725e-07, 8.259470440918903e-09, 1.1336252470073305e-07, 8.268681739309613e-08, 2.2186704029536486e-08, 1.9539518447686532e-08, 1.0675572426066537e-08, 3.288476690954667e-08, 2.4340661042288048e-08, 6.639029948019015e-08, 5.604618547039308e-09, 1.386590220420203e-08, 6.6757905869963e-08, 1.1355724360839758e-08, 3.1321272331297223e-07, 3.1244848486267074e-08, 1.502163371469578e-07, 1.346161226933873e-08, 1.8882738572756352e-07, 4.645693962856967e-08, 4.645321638463429e-08, 7.71435715307689e-09, 3.585664032357272e-08, 7.608256247237932e-09, 4.2214487905312126e-08, 4.3406713778892936e-09, 1.3401408871516196e-08, 8.565495335233209e-08, 1.7045202582721686e-08, 5.422122839604526e-08, 3.0218750168842234e-08, 6.153300091682468e-08, 3.9388163841636015e-09, 4.135585029985123e-08, 1.7818981845607595e-08, 4.31053557292671e-08, 3.9032919119108556e-09, 7.663005163749403e-08, 1.1890258555524724e-08, 9.304103265606045e-09, 1.0967905472725192e-09, 1.0536636452229686e-08, 1.1516662112853737e-07, 8.134422273542441e-07, 5.9525618212319387e-08, 2.8063100288022724e-08, 1.283296402476708e-08, 1.060557863752365e-07, 7.872866945035639e-07, 2.7501052102252288e-08, 3.936232229051484e-09, 2.0519189902756807e-08, 7.394696410756296e-09, 3.5983390489491285e-08, 2.5378296797384792e-08, 4.6989228508209635e-08, 7.549436631393291e-09, 6.322734407149255e-07, 5.581916262542563e-09, 1.2963950268840563e-07, 1.587476106124086e-08, 3.3837391555380236e-08, 6.474394353972457e-09, 9.121036015358186e-08, 1.3918366015275296e-08, 8.229938508463874e-09, 2.7060956142577197e-08, 2.6095642979839795e-08, 5.722282203635132e-09, 6.963402938708896e-07, 4.685033871965061e-08, 9.590480409826796e-09, 2.0991818416860042e-07, 3.082116961650172e-08, 3.563118511351604e-08, 7.326215154535021e-07, 2.1759417450084584e-06, 2.4074907400972734e-07, 2.974484800688515e-07, 2.528977205429328e-08, 7.667869894589785e-09, 2.6632636718204594e-07, 3.435845030708151e-08, 2.3129958393042216e-08, 3.1239306252928145e-08, 2.8691238185274415e-07, 3.8957892911639647e-08, 2.4183783864373254e-08, 1.158230222841894e-08, 5.1544706280992614e-08, 2.0343204454320585e-08, 8.201909196259294e-08, 1.1641392738681589e-08, 5.496298740581551e-07, 1.1682007361457636e-08, 4.7576321549058775e-08, 1.6349654075042963e-08, 4.090812311119407e-08, 2.1270925287808495e-07, 1.669703095785735e-07, 3.989651631286506e-08, 2.8524043500510743e-06, 1.2500227342115977e-07, 2.4846258384059183e-07, 1.2454135500661323e-08, 2.9699904757762852e-08, 4.25093871214699e-09, 1.6144196024470148e-07, 2.6385819751340023e-07, 7.637975585339518e-09, 3.4455236441743864e-09, 7.273212787595185e-08, 1.763124757303558e-08, 7.586505645917896e-09, 2.154678924171094e-08, 1.267521554382256e-07, 2.5636829548147944e-08, 3.500932521660616e-08, 6.472151170555662e-08, 8.387794458997178e-09, 3.0694742747527926e-08, 7.520281286588215e-08, 1.5724816648798878e-07, 1.9633705505839316e-07, 1.2290654183289007e-07, 1.1121071841202479e-09, 1.5468767600168576e-08, 9.916888643601851e-09, 6.882375487293757e-07, 8.267530660077682e-08, 4.46946799570469e-08, 2.075171856574798e-08, 8.649272587035739e-08, 5.20271186132959e-08, 4.5564465978031876e-08, 2.031970502969216e-08, 8.705073994974555e-09, 6.45198596771479e-08, 2.1777212921847422e-08, 1.0309374687267336e-08, 3.2118705917127954e-08, 2.3336649235261575e-07, 8.053995692591798e-09, 1.9623111313649133e-07, 1.2887916511772346e-07, 1.5392334518082862e-08, 1.401880500573327e-09, 5.696758975659577e-08, 6.079961423210989e-09, 1.0782660986308201e-08, 2.4260382147645032e-08, 1.9388348704296732e-08, 2.2969983604070876e-07, 1.997151066746028e-08, 2.8477696645268225e-08, 5.227270349905666e-08, 2.739241153904004e-07, 9.85714976309282e-08, 3.129077086327925e-08, 4.1513992243835673e-08, 5.2511412995670526e-09, 1.5806674582563573e-06, 8.547505672140687e-07, 1.0688979479311911e-08, 1.0621677120070672e-06, 7.737217089243131e-08, 6.394137130882882e-08, 1.1698201518584028e-07, 1.0486479595783749e-07, 2.1160776952910965e-07, 1.5339432835048683e-08, 5.094390331805698e-08, 1.4005206772083056e-08, 2.6281709253339613e-08, 8.77830927947798e-08, 7.771985721660712e-09, 4.228822803042931e-08, 3.3243432540075446e-07, 7.72913466562386e-08, 7.63679175452836e-10, 5.989415541307608e-08, 1.3260753917165857e-07, 1.2853475084284582e-07, 8.844149412823299e-09, 1.0194228394766469e-07, 2.4937534703894926e-07, 1.6547782877296413e-07, 1.176258734858493e-08, 1.1496064900029523e-07, 2.934237670615403e-07, 1.3261050924029405e-08, 8.630173198298507e-08, 5.739413211358624e-08, 1.1093964502606468e-07, 2.2933429022486962e-07, 3.470581191322708e-07, 1.475092403779854e-07, 1.5024763655446804e-08, 6.454251177956394e-08, 5.164459437878577e-08, 6.23732674398525e-08, 1.2935890936205396e-07, 1.4051898311606692e-08, 5.386868906498421e-08, 2.082729722019394e-08, 1.3040525104202061e-08, 1.05788906523685e-07, 1.507953939494655e-08, 8.926216423787992e-07, 4.637372086335745e-08, 7.480928161385236e-07, 5.883074472023964e-09, 2.870727655590599e-09, 8.381493898923509e-07, 7.341868002441743e-09, 1.4245849833116608e-08, 1.0926260785026898e-07, 1.1308060265946551e-07, 2.52335809136639e-07, 1.178269073420779e-07, 4.667730024721095e-08, 2.79587997198405e-09, 3.436349871321909e-08, 1.4674341741738317e-07, 3.539640758276619e-08, 2.0580911552769976e-07, 7.18380377406902e-08, 2.7693602078215918e-08, 4.5492825506698864e-08, 1.955898198957584e-08, 1.5359576721607482e-08, 1.2336422550163206e-08, 2.957029643368969e-08, 2.877517033539334e-07, 9.051751135302766e-07, 2.3732353326977318e-07, 1.6521470413977113e-08, 1.5478654802336678e-08, 3.526755776306345e-08, 3.61636587342673e-08, 1.615889466677345e-08, 7.649993705172164e-08, 1.9661243300106435e-08, 4.9174737171142624e-08, 1.1712456426948847e-07, 1.0889120716228717e-08, 1.4941074368834961e-06, 1.0185750909386115e-08, 3.7575578204496196e-08, 2.0970718495050278e-08, 3.368522527580353e-08, 4.845519985252622e-09, 6.039555842107802e-07, 1.0373183201295433e-08, 2.841620698745828e-07, 4.499007388858445e-07, 3.4631430168019506e-08, 7.720588968140873e-08, 1.4711066853578814e-07, 1.160143270340086e-07, 4.0074306184578745e-07, 3.0256124716743216e-08, 6.706726196625823e-08, 2.012845534693497e-08, 1.5987545731732666e-09, 4.1919221871467016e-08, 1.3166965295852151e-08, 3.231780709711529e-08, 9.247563781400459e-08, 1.3075164417841734e-07, 1.0574149911235509e-07, 3.762125899697821e-08, 1.0942090256094161e-07, 7.001387558602801e-08, 2.7426720450307585e-08, 2.0766329100752046e-08, 4.5402845927355884e-08, 3.390360703292572e-08, 1.0469531730450399e-07, 2.8271228913467894e-08, 3.406190955956845e-07, 5.146158059687878e-07, 6.740644380442973e-07, 6.3821934404018066e-09, 3.638748680145909e-08, 3.6260146885069844e-08, 1.6065344254911906e-07, 3.639007957190188e-07, 6.232625970881145e-09, 4.8054303647404595e-08, 3.3725854109434295e-08, 6.3287848206528e-07, 6.480550496235082e-08, 2.116489525860743e-07, 8.38768769995113e-08, 1.758889212055692e-08, 2.729004577872729e-09, 2.144768451728396e-08, 7.861175532752895e-08, 2.011793931444572e-08, 2.840733515085958e-08, 2.492219834948628e-07, 2.0156347702027233e-08, 2.6551370879701608e-08, 2.7847898209643063e-08, 6.907038496706264e-09, 1.8805204504701578e-08, 1.3006692611838844e-08, 3.685865976876812e-07, 3.9678877783444477e-07, 2.7591790185965692e-08, 2.5228539257682314e-08, 1.5469838388071366e-07, 3.6892611632310945e-08, 1.4401622117077295e-09, 2.1504664715621402e-08, 5.068058328561165e-08, 5.081657761252245e-08, 1.1718628734058711e-08, 5.409200909411993e-08, 7.138175419640902e-07, 2.523685509459028e-07, 7.071956531490287e-08, 7.199660245760242e-08, 1.2525339876390262e-08, 3.4802988579940575e-07, 1.9591639954796847e-07, 1.2404500182583433e-07, 1.2346009725661133e-07, 1.92011366806355e-08, 1.9895020386684337e-07, 3.7876212388709973e-08, 1.0629652713589621e-08, 1.2436973229057458e-08, 2.186162078032794e-07, 2.618108396745811e-07, 1.1128912547064829e-07, 1.0776497560982534e-07, 6.380246109216614e-09, 3.895029632161595e-09, 1.576254788915321e-07, 2.9089968212048234e-09, 1.03809227880447e-08, 2.8134863327977655e-08, 1.0777869263733919e-08, 1.3605805371241786e-08, 2.9236161935841665e-08, 1.918957508451058e-07, 2.1994748067299952e-07, 1.3263833587018325e-08, 4.900423533626963e-08, 2.9808058243929736e-09, 8.925934658066126e-09, 1.0996840771326788e-08, 7.715520666806697e-09, 7.454385553273823e-09, 5.0860990086221136e-08, 1.5129604946650943e-07, 1.1959995660504319e-08, 1.1323217030678734e-08, 9.39119804144184e-09, 9.585582461113518e-08, 1.9055129030220996e-08, 1.8105044574667772e-08, 6.179151057494892e-08, 6.389322493305372e-08, 1.1853056314237165e-08, 9.372677745034252e-09, 1.2332006349424773e-07, 1.6521848777983905e-08, 1.246099685658919e-07, 4.196111902388111e-09, 3.9965367903960214e-08, 1.255440107428285e-08, 1.4302015571843185e-08, 6.631698745707126e-09, 5.964162053118116e-09, 5.556878956980427e-09, 1.419230528654225e-07, 1.7612896030527736e-08, 3.3801444487835397e-07, 7.856438344333583e-08, 2.9667463152804885e-08, 2.8991748877160717e-06, 1.3787196166958893e-06, 5.313577133847502e-09, 2.5128217728820346e-08, 8.406522056247923e-08, 4.492775573794461e-08, 5.4087468726038423e-08, 2.4238921980668238e-08, 4.0167356019082945e-07, 4.1083040969169815e-08, 5.415281023601892e-08, 8.640659743264223e-09, 5.773174294176897e-08, 2.6442751277500065e-07, 8.953106203080097e-07, 2.799365539374321e-08, 5.889395637836969e-09, 4.178830081968954e-08, 2.888028660663622e-08, 2.1357223545237503e-08, 2.3023956430279213e-07, 8.786517469161481e-08, 2.069703963769598e-09, 2.2363829899063603e-08, 3.2032425600903025e-09, 1.176860120466472e-08, 6.963498577761129e-08, 2.2719042647167953e-08, 7.360319465021803e-09, 6.922469264480924e-09, 3.2138252947788715e-08, 1.3705631829452614e-07, 1.9814805796158907e-08, 1.0578844467090676e-08, 2.7049035011827982e-08, 2.9755513608620277e-09, 2.1773475467057324e-08, 1.0975404585167325e-08, 1.9918440230526357e-08, 2.3881801425318372e-08, 2.1357100976615584e-08, 6.109046157831699e-09, 1.1890372242362446e-08, 1.1459750481890296e-08, 3.731681275098708e-08, 1.5726065782928345e-08, 3.403987491878979e-08, 3.6921193213856895e-08, 9.281668411631472e-08, 1.2323060616381554e-07, 4.234707162709128e-08, 1.7423577247654976e-08, 5.811278214196136e-08, 3.9313878374969136e-08, 2.3690166273127033e-08, 1.792834680713895e-08, 1.4406491999352511e-08, 7.0197305745978156e-09, 6.041436506620812e-08, 4.867428771149207e-08, 1.0685186957459791e-08, 1.005112082452797e-08, 4.2425732260653604e-08, 2.6077879411445792e-08, 5.136626679558276e-09, 1.6972753202892932e-09, 1.9131350725842822e-08, 2.1117190840413969e-07, 1.3372530638378066e-08, 2.000219723186092e-08, 1.0454146348592985e-07, 2.814382682458927e-08, 2.134452614654947e-07, 2.104584950757271e-08, 1.9114216343041335e-07, 3.957645233754192e-08, 2.9315843974586642e-08, 1.1051893977764848e-07, 4.840025980001883e-08, 5.583537188158516e-08, 1.2129960680340446e-07, 1.7761975001917563e-08, 2.561053769056798e-08, 1.2038481145282276e-07, 4.6748018789344314e-09, 1.591587306393194e-08, 3.147561500327356e-08, 6.147622144681009e-08, 2.204614979461894e-08, 3.2577264619249036e-07, 1.198899752807847e-07, 2.3818718375423487e-07, 1.490982981522393e-08, 5.1016343149967724e-08, 5.5141523347401744e-08, 2.288526701477167e-08, 5.7140397302646306e-08, 5.185041231925425e-07, 4.977233558633998e-08, 1.104976110610778e-08, 1.26408238543263e-07, 8.174780674607973e-08],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 20:36:00.450 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "b744f1aa-b126-4f2d-885f-1a5094592daf","model_name": "isvc-paddle-v2-kserve","outputs": ["name": "output-0","shape": [1, 1000],"datatype": "FP32","data": [6.736569968524009e-09, 1.153582651625129e-08, 5.142186410012073e-08, 6.647101002954514e-08, 4.094442118685038e-08, 1.3402272713847196e-07, 9.35544619551365e-08, 2.8935589924117266e-08, 6.845294819868286e-08, 7.680520752728626e-08, 2.0334418877610005e-06, 1.1085519417974865e-06, 2.3477346644540376e-07, 6.581955744877632e-07, 0.00012372950732242316, 4.2878312456196e-07, 6.419879809982376e-06, 0.9993487000465393, 7.371911488007754e-05, 3.101079710177146e-05, 5.602713827101979e-06, 2.1862256289750803e-06, 1.9543842100233633e-08, 3.728848128048412e-07, 4.29031416615544e-07, 1.8250955235998845e-07, 7.159837878134567e-08, 9.231503561579757e-09, 6.469168170042394e-07, 7.031603299623157e-09, 4.4511686780879245e-08, 1.2455829789814743e-07, 9.446210924579646e-08, 4.3476589439706004e-08, 4.6581672563661414e-07, 6.797636586952649e-08, 2.1060014887552825e-07, 2.2604888627597575e-08, 1.4311326879123953e-07, 7.951216218771151e-08, 1.2341666888460168e-07, 1.0921577313638409e-06, 1.5243762391037308e-05, 3.1172930903267115e-07, 2.415180802017858e-07, 6.863702850523623e-08, 8.46760883632669e-08, 9.424560687421035e-08, 1.0219084245477461e-08, 3.3770398033539095e-08, 3.6928447855189006e-08, 1.3693848188722768e-07, 1.067415098532365e-07, 2.5994486918534676e-07, 3.486601087843155e-07, 3.132020509610811e-08, 3.5748260529544496e-07, 6.648343742199359e-08, 3.163856945320731e-07, 1.2095728152416996e-06, 8.663983663836916e-08, 4.014367860349921e-08, 1.2544606420306081e-07, 3.320077013313494e-08, 1.973121896980956e-07, 3.8063546980993124e-07, 1.382770449254167e-07, 2.3001977211833946e-08, 7.14414980507172e-08, 2.851079372589993e-08, 2.982524804906461e-08, 8.935905526641363e-08, 6.223806394700659e-07, 6.478746428228987e-08, 1.3662854314588913e-07, 9.973038572752557e-08, 2.576123669939534e-08, 4.130169273253159e-08, 3.9383902361578293e-08, 1.2157941853274679e-07, 4.302776233089389e-06, 1.8178942582380841e-06, 1.8520014464229462e-06, 1.6245859342234326e-06, 1.64481571118813e-05, 1.0544756150920875e-05, 3.993004611402284e-06, 2.646454788646224e-07, 1.919327405630611e-05, 4.803187607649306e-07, 1.6962640358997305e-07, 4.550436642603017e-06, 4.2358526116004214e-05, 4.443309080670588e-06, 5.103951934870565e-06, 1.3506267350749113e-05, 4.1758286783988297e-07, 4.4944314936401497e-07, 3.156656873670727e-07, 1.0557428140600678e-06, 1.3364497952750298e-08, 1.3893487249561076e-08, 6.770295613023336e-08, 1.4129548731034447e-07, 7.170429228153807e-08, 7.934354329108828e-08, 2.6391164809069778e-08, 2.6133946562367782e-08, 7.1966232972897615e-09, 2.1752097012495142e-08, 6.684530973188885e-08, 3.4177467966856057e-08, 1.6228092647452286e-07, 4.107051836399478e-07, 6.472068889706861e-07, 2.9513313393181306e-07, 5.653383094994524e-09, 4.8300755395302986e-08, 8.887371727439586e-09, 3.7305639466467255e-08, 1.7784008932153483e-08, 4.641856232723285e-09, 3.413062898971475e-08, 1.9373679549516964e-07, 1.2980041219634586e-06, 3.5640496776068176e-08, 2.1493017143825455e-08, 3.055253330330743e-07, 1.553226809392072e-07, 1.4520828699460253e-06, 3.488421285169352e-08, 3.825387466349639e-05, 4.508809183789708e-07, 4.176648928932991e-07, 6.770537765987683e-07, 1.4142071336209483e-07, 1.423571211489616e-05, 6.293736873885791e-07, 4.762812295666663e-06, 9.024806217894366e-07, 9.058892942448438e-07, 1.5713549146312289e-06, 1.5720408441666223e-07, 1.8185124872616143e-07, 7.193072093514274e-08, 1.1952631666645175e-06, 8.874753234522359e-07, 2.0870552930318809e-07, 9.906116105184992e-08, 7.793509837483725e-09, 1.0058372623689138e-07, 4.205883783470199e-07, 1.8436001880672848e-07, 1.6437729755125474e-07, 7.02525184692604e-08, 2.5704193262754416e-07, 7.586770323086967e-08, 7.841231308702845e-07, 2.495280568837188e-07, 5.157617977147311e-08, 4.0673629797538524e-08, 7.531674839356128e-09, 4.797425745550754e-08, 1.7419722553313477e-08, 1.7958475950763386e-07, 1.2566235163546935e-08, 8.975329990335013e-08, 3.269607518063822e-08, 1.1208221195602164e-07, 3.906690437815996e-08, 4.676846998563633e-08, 1.852334321483795e-07, 1.4832883721282997e-07, 1.2279221550670627e-07, 1.0729002042353386e-06, 3.6537970427019673e-09, 1.6198204377815273e-07, 1.6190487173162182e-08, 1.2004819893718377e-07, 1.480009448329156e-08, 4.022906807676918e-08, 2.1505718450498534e-07, 1.192555032503151e-07, 4.898190297808469e-08, 7.608841201545147e-08, 2.3137237903370078e-08, 8.52094430570105e-08, 9.586112525994395e-08, 1.3351485961266008e-07, 3.0216618540634954e-08, 4.4238134933038964e-08, 2.610634552979718e-08, 2.397684113475407e-07, 1.3192399705985736e-07, 1.6734691854480843e-08, 1.5883161097463017e-07, 4.064300753725547e-07, 8.753363545110915e-08, 8.366871497855755e-07, 3.437562767771851e-08, 7.847781802183817e-08, 8.526320982582547e-09, 9.601245665180613e-08, 5.258879127723048e-07, 1.3557291822507977e-07, 1.0307118003538562e-07, 1.0429684671464656e-08, 5.187630236491714e-08, 2.1869702493404475e-08, 1.179131725592697e-08, 2.9806198398318884e-08, 4.3383401759911067e-08, 2.999067660880428e-08, 2.8507258775789523e-08, 3.058627484620047e-08, 6.441018740588333e-08, 1.5363882610586188e-08, 1.597368459727022e-08, 2.57365329048298e-08, 1.090363141997841e-07, 3.211827603877282e-08, 6.819658615597746e-09, 1.9251054084179486e-07, 5.825749838095362e-08, 1.876556723345857e-07, 4.0070369777822634e-07, 1.5791380647556252e-08, 1.9501307235714194e-07, 1.0141919304373914e-08, 2.744775962071344e-08, 1.2843395680306458e-08, 3.7296960186949946e-08, 7.407404467585366e-08, 4.206033921150265e-08, 1.6924593282396927e-08, 1.4591853414458456e-07, 4.344931525679385e-08, 1.7191209167322086e-07, 3.5816999144344663e-08, 8.440128596021168e-09, 4.1947775031303536e-08, 2.513996122388562e-08, 2.8339847801817086e-08, 8.747072399728495e-08, 8.277008411994302e-09, 1.1676148936601294e-08, 1.4548319882123906e-07, 7.200192886358536e-09, 2.623576165206032e-06, 5.675644842995098e-07, 1.9483265987219056e-06, 6.752511438889996e-08, 8.168359499904909e-08, 1.0932910754490877e-07, 1.6708914074570203e-07, 3.138676518688044e-08, 2.9734879447573803e-08, 5.7520821883372264e-08, 5.8507939826313304e-08, 3.2544284067625995e-07, 3.330167075432655e-08, 4.186742614820105e-07, 1.5085691984495497e-07, 2.334644193524582e-07, 2.8639897209359333e-07, 2.2940034227758588e-07, 1.8537357959758083e-07, 3.151756686747831e-07, 1.1075776455982123e-06, 1.5369606387594104e-07, 1.9237216974943294e-07, 1.6404264613356645e-07, 2.900799245253438e-07, 1.2466382770526252e-07, 5.802550617772795e-08, 5.1861558603150115e-08, 6.009345909774311e-09, 1.23330778478703e-07, 1.3798263864828186e-07, 1.7370017246776115e-07, 5.617696388071636e-07, 5.160393001801822e-08, 4.813227150179955e-08, 8.032599652096906e-08, 2.0644911273848265e-06, 5.638538027596951e-07, 8.794099244369136e-07, 3.4785582556651207e-06, 2.972355162000895e-07, 3.390414349269122e-07, 9.468957529179534e-08, 3.754799493549399e-08, 1.5678830322940485e-07, 8.2030041426151e-08, 6.847877820348458e-09, 1.825139683830912e-08, 6.050154155445853e-08, 3.9562941367421445e-08, 1.0699794472657231e-07, 3.256623699599004e-07, 3.536899839673424e-07, 7.326217854597417e-08, 4.857605517827324e-07, 7.717640073678922e-07, 3.456741737295488e-08, 3.2461647947457095e-07, 3.1608240078639938e-06, 5.330938535053065e-08, 3.645648973815696e-07, 5.481521156980307e-07, 4.623012372917401e-08, 1.346600981833035e-07, 4.352903104631878e-08, 1.6403919289587066e-07, 2.4636646500653114e-08, 5.958662185889807e-08, 9.493569308460792e-08, 5.5234050222452424e-08, 5.741187081298449e-08, 1.1850225746457e-05, 5.826300366607029e-06, 7.420818292303011e-06, 9.127862199420633e-07, 2.001935399675858e-06, 1.0334889566365746e-06, 3.514648483360361e-08, 2.0589775431290036e-06, 3.5655068586493144e-07, 6.873136015883574e-08, 2.193502490754895e-09, 5.560284321859399e-08, 3.3266616128457827e-07, 1.3073517379780242e-07, 2.7187292417352182e-08, 1.0462799515664756e-08, 7.466601914529747e-07, 6.923080064780152e-08, 1.6145493830777013e-08, 8.568415310605815e-09, 4.762142236103273e-09, 1.233958357715892e-07, 8.340525603500737e-09, 3.2648699299642203e-09, 5.063196084620358e-09, 4.0704488668552585e-09, 1.2043389396865223e-08, 5.1055555339019065e-09, 7.267066948202228e-09, 1.1844983305309142e-07, 7.53547197973603e-08, 6.386873252495207e-08, 1.621267564644313e-08, 2.6103893446816073e-07, 6.979319664424111e-07, 6.647392325476176e-08, 7.717375183347031e-07, 6.651137596236367e-07, 3.3244478458982485e-07, 3.707229154770175e-07, 3.995585302618565e-07, 6.411539743567118e-08, 7.107263400030206e-08, 1.6379799205878953e-07, 6.876715730186334e-08, 3.4624252975845593e-07, 2.0256192101442139e-07, 6.19600768914097e-07, 2.6840686118134727e-08, 6.720200644849683e-07, 1.1348156476742588e-06, 1.8397651047052932e-06, 6.397185075002199e-07, 7.257429501805746e-08, 4.2213261508550204e-07, 3.965735402289283e-07, 1.4037237860975438e-07, 3.249813573802385e-07, 1.5857477819736232e-07, 1.1122037335553614e-07, 7.39131564841955e-08, 3.4231769063808315e-07, 5.39788445053091e-08, 8.517191218970765e-08, 4.060975243191933e-06, 1.4478493540082127e-05, 7.316928396505773e-09, 6.948383646232514e-09, 4.4688626132938225e-08, 9.23126250995665e-08, 5.41190452452156e-08, 2.224259958438779e-07, 1.7609368185844687e-08, 2.0905980946395175e-08, 3.6797160873902612e-09, 6.177843658861093e-08, 1.7920085326750268e-07, 2.6278852871541858e-08, 2.698776313536655e-08, 1.6432605320915172e-07, 1.2827440798446332e-07, 4.468845560268164e-08, 6.316474099321567e-08, 1.9461522171582146e-08, 2.0871000927513705e-08, 2.2414262446091016e-08, 2.4764982953229264e-08, 6.785314532464781e-09, 2.4248494767675766e-08, 4.554914667664889e-09, 2.8976625543464252e-08, 2.0402152856036082e-08, 1.6009290959573264e-07, 2.019951637066697e-07, 1.6111656009343278e-08, 5.964040639128143e-08, 4.0982603977113286e-09, 3.907972612182675e-08, 7.511245847524606e-09, 5.965555942566425e-07, 1.6478051634294388e-07, 1.410681527147517e-08, 3.285524030616216e-08, 3.338656018314623e-09, 1.2200259469352659e-08, 4.624581961820695e-08, 6.842250765970448e-09, 1.7426071252657493e-08, 4.661075436729334e-08, 9.33183343931887e-08, 1.230591379908219e-07, 1.2359244294657401e-08, 1.1173082903326303e-08, 2.772451956900568e-08, 2.4191731995415466e-07, 3.4511506896706123e-07, 2.593734649281032e-08, 9.964443847820803e-08, 9.797671118860762e-09, 1.90853270964908e-07, 3.9726497647052383e-08, 2.6638923955601967e-08, 6.8740502179309715e-09, 3.146955052102385e-08, 2.4086276084744895e-07, 1.3126738451774145e-07, 2.1254035686979478e-07, 2.0501781605730685e-08, 3.694923123020999e-08, 6.563101351275691e-07, 2.5600135344916453e-08, 2.688264899575188e-08, 6.880517844365386e-07, 2.0092501529234141e-07, 2.7880052044793047e-08, 2.62837644982028e-08, 5.167780159354152e-08, 1.893516099471526e-07, 4.6184757707123936e-07, 1.1086663143089481e-08, 1.4542384008109366e-07, 2.8736709012378014e-08, 6.105074703555147e-07, 1.2016337258557996e-08, 1.3944533350240818e-07, 2.0936788303060894e-08, 4.3800788773751265e-08, 1.9662968142597492e-08, 6.6543535126584175e-09, 1.1149432488366529e-08, 6.424846787922434e-08, 6.971495380980741e-09, 3.2599853927450795e-09, 1.4260012726197147e-08, 2.7894840215481054e-08, 8.115682703646598e-08, 2.599534454361674e-08, 2.285521105704902e-08, 1.05594978094814e-07, 8.145473628928812e-08, 3.779314994289962e-08, 4.8818307618603285e-08, 2.3420332340151617e-08, 1.0599223720930695e-08, 3.604067799756194e-08, 5.062377184117395e-08, 3.6804056691153164e-08, 1.5015616527946918e-09, 1.4474869658442913e-06, 1.0761959856608883e-06, 1.304976251503831e-07, 3.073563448197092e-08, 1.7183838352252678e-08, 2.042087920983704e-08, 7.904924714807748e-09, 1.6901843480354728e-07, 1.2416376371504612e-08, 5.4757610001843204e-08, 2.6250097207025647e-08, 1.3261202802539174e-08, 6.298007804161898e-08, 1.2709827856838274e-08, 2.0171410142211244e-07, 4.386575014336813e-08, 6.962276444255622e-08, 2.956475668725034e-07, 7.925040677037032e-07, 2.0868660044470744e-07, 1.7341581326490996e-07, 4.294189182019181e-08, 4.213362547744737e-09, 8.8246935092684e-08, 1.7341355018629656e-08, 7.321497008661026e-08, 1.7941481189609476e-08, 1.1245008835203407e-07, 4.2423405943736725e-07, 8.259470440918903e-09, 1.1336252470073305e-07, 8.268681739309613e-08, 2.2186704029536486e-08, 1.9539518447686532e-08, 1.0675572426066537e-08, 3.288476690954667e-08, 2.4340661042288048e-08, 6.639029948019015e-08, 5.604618547039308e-09, 1.386590220420203e-08, 6.6757905869963e-08, 1.1355724360839758e-08, 3.1321272331297223e-07, 3.1244848486267074e-08, 1.502163371469578e-07, 1.346161226933873e-08, 1.8882738572756352e-07, 4.645693962856967e-08, 4.645321638463429e-08, 7.71435715307689e-09, 3.585664032357272e-08, 7.608256247237932e-09, 4.2214487905312126e-08, 4.3406713778892936e-09, 1.3401408871516196e-08, 8.565495335233209e-08, 1.7045202582721686e-08, 5.422122839604526e-08, 3.0218750168842234e-08, 6.153300091682468e-08, 3.9388163841636015e-09, 4.135585029985123e-08, 1.7818981845607595e-08, 4.31053557292671e-08, 3.9032919119108556e-09, 7.663005163749403e-08, 1.1890258555524724e-08, 9.304103265606045e-09, 1.0967905472725192e-09, 1.0536636452229686e-08, 1.1516662112853737e-07, 8.134422273542441e-07, 5.9525618212319387e-08, 2.8063100288022724e-08, 1.283296402476708e-08, 1.060557863752365e-07, 7.872866945035639e-07, 2.7501052102252288e-08, 3.936232229051484e-09, 2.0519189902756807e-08, 7.394696410756296e-09, 3.5983390489491285e-08, 2.5378296797384792e-08, 4.6989228508209635e-08, 7.549436631393291e-09, 6.322734407149255e-07, 5.581916262542563e-09, 1.2963950268840563e-07, 1.587476106124086e-08, 3.3837391555380236e-08, 6.474394353972457e-09, 9.121036015358186e-08, 1.3918366015275296e-08, 8.229938508463874e-09, 2.7060956142577197e-08, 2.6095642979839795e-08, 5.722282203635132e-09, 6.963402938708896e-07, 4.685033871965061e-08, 9.590480409826796e-09, 2.0991818416860042e-07, 3.082116961650172e-08, 3.563118511351604e-08, 7.326215154535021e-07, 2.1759417450084584e-06, 2.4074907400972734e-07, 2.974484800688515e-07, 2.528977205429328e-08, 7.667869894589785e-09, 2.6632636718204594e-07, 3.435845030708151e-08, 2.3129958393042216e-08, 3.1239306252928145e-08, 2.8691238185274415e-07, 3.8957892911639647e-08, 2.4183783864373254e-08, 1.158230222841894e-08, 5.1544706280992614e-08, 2.0343204454320585e-08, 8.201909196259294e-08, 1.1641392738681589e-08, 5.496298740581551e-07, 1.1682007361457636e-08, 4.7576321549058775e-08, 1.6349654075042963e-08, 4.090812311119407e-08, 2.1270925287808495e-07, 1.669703095785735e-07, 3.989651631286506e-08, 2.8524043500510743e-06, 1.2500227342115977e-07, 2.4846258384059183e-07, 1.2454135500661323e-08, 2.9699904757762852e-08, 4.25093871214699e-09, 1.6144196024470148e-07, 2.6385819751340023e-07, 7.637975585339518e-09, 3.4455236441743864e-09, 7.273212787595185e-08, 1.763124757303558e-08, 7.586505645917896e-09, 2.154678924171094e-08, 1.267521554382256e-07, 2.5636829548147944e-08, 3.500932521660616e-08, 6.472151170555662e-08, 8.387794458997178e-09, 3.0694742747527926e-08, 7.520281286588215e-08, 1.5724816648798878e-07, 1.9633705505839316e-07, 1.2290654183289007e-07, 1.1121071841202479e-09, 1.5468767600168576e-08, 9.916888643601851e-09, 6.882375487293757e-07, 8.267530660077682e-08, 4.46946799570469e-08, 2.075171856574798e-08, 8.649272587035739e-08, 5.20271186132959e-08, 4.5564465978031876e-08, 2.031970502969216e-08, 8.705073994974555e-09, 6.45198596771479e-08, 2.1777212921847422e-08, 1.0309374687267336e-08, 3.2118705917127954e-08, 2.3336649235261575e-07, 8.053995692591798e-09, 1.9623111313649133e-07, 1.2887916511772346e-07, 1.5392334518082862e-08, 1.401880500573327e-09, 5.696758975659577e-08, 6.079961423210989e-09, 1.0782660986308201e-08, 2.4260382147645032e-08, 1.9388348704296732e-08, 2.2969983604070876e-07, 1.997151066746028e-08, 2.8477696645268225e-08, 5.227270349905666e-08, 2.739241153904004e-07, 9.85714976309282e-08, 3.129077086327925e-08, 4.1513992243835673e-08, 5.2511412995670526e-09, 1.5806674582563573e-06, 8.547505672140687e-07, 1.0688979479311911e-08, 1.0621677120070672e-06, 7.737217089243131e-08, 6.394137130882882e-08, 1.1698201518584028e-07, 1.0486479595783749e-07, 2.1160776952910965e-07, 1.5339432835048683e-08, 5.094390331805698e-08, 1.4005206772083056e-08, 2.6281709253339613e-08, 8.77830927947798e-08, 7.771985721660712e-09, 4.228822803042931e-08, 3.3243432540075446e-07, 7.72913466562386e-08, 7.63679175452836e-10, 5.989415541307608e-08, 1.3260753917165857e-07, 1.2853475084284582e-07, 8.844149412823299e-09, 1.0194228394766469e-07, 2.4937534703894926e-07, 1.6547782877296413e-07, 1.176258734858493e-08, 1.1496064900029523e-07, 2.934237670615403e-07, 1.3261050924029405e-08, 8.630173198298507e-08, 5.739413211358624e-08, 1.1093964502606468e-07, 2.2933429022486962e-07, 3.470581191322708e-07, 1.475092403779854e-07, 1.5024763655446804e-08, 6.454251177956394e-08, 5.164459437878577e-08, 6.23732674398525e-08, 1.2935890936205396e-07, 1.4051898311606692e-08, 5.386868906498421e-08, 2.082729722019394e-08, 1.3040525104202061e-08, 1.05788906523685e-07, 1.507953939494655e-08, 8.926216423787992e-07, 4.637372086335745e-08, 7.480928161385236e-07, 5.883074472023964e-09, 2.870727655590599e-09, 8.381493898923509e-07, 7.341868002441743e-09, 1.4245849833116608e-08, 1.0926260785026898e-07, 1.1308060265946551e-07, 2.52335809136639e-07, 1.178269073420779e-07, 4.667730024721095e-08, 2.79587997198405e-09, 3.436349871321909e-08, 1.4674341741738317e-07, 3.539640758276619e-08, 2.0580911552769976e-07, 7.18380377406902e-08, 2.7693602078215918e-08, 4.5492825506698864e-08, 1.955898198957584e-08, 1.5359576721607482e-08, 1.2336422550163206e-08, 2.957029643368969e-08, 2.877517033539334e-07, 9.051751135302766e-07, 2.3732353326977318e-07, 1.6521470413977113e-08, 1.5478654802336678e-08, 3.526755776306345e-08, 3.61636587342673e-08, 1.615889466677345e-08, 7.649993705172164e-08, 1.9661243300106435e-08, 4.9174737171142624e-08, 1.1712456426948847e-07, 1.0889120716228717e-08, 1.4941074368834961e-06, 1.0185750909386115e-08, 3.7575578204496196e-08, 2.0970718495050278e-08, 3.368522527580353e-08, 4.845519985252622e-09, 6.039555842107802e-07, 1.0373183201295433e-08, 2.841620698745828e-07, 4.499007388858445e-07, 3.4631430168019506e-08, 7.720588968140873e-08, 1.4711066853578814e-07, 1.160143270340086e-07, 4.0074306184578745e-07, 3.0256124716743216e-08, 6.706726196625823e-08, 2.012845534693497e-08, 1.5987545731732666e-09, 4.1919221871467016e-08, 1.3166965295852151e-08, 3.231780709711529e-08, 9.247563781400459e-08, 1.3075164417841734e-07, 1.0574149911235509e-07, 3.762125899697821e-08, 1.0942090256094161e-07, 7.001387558602801e-08, 2.7426720450307585e-08, 2.0766329100752046e-08, 4.5402845927355884e-08, 3.390360703292572e-08, 1.0469531730450399e-07, 2.8271228913467894e-08, 3.406190955956845e-07, 5.146158059687878e-07, 6.740644380442973e-07, 6.3821934404018066e-09, 3.638748680145909e-08, 3.6260146885069844e-08, 1.6065344254911906e-07, 3.639007957190188e-07, 6.232625970881145e-09, 4.8054303647404595e-08, 3.3725854109434295e-08, 6.3287848206528e-07, 6.480550496235082e-08, 2.116489525860743e-07, 8.38768769995113e-08, 1.758889212055692e-08, 2.729004577872729e-09, 2.144768451728396e-08, 7.861175532752895e-08, 2.011793931444572e-08, 2.840733515085958e-08, 2.492219834948628e-07, 2.0156347702027233e-08, 2.6551370879701608e-08, 2.7847898209643063e-08, 6.907038496706264e-09, 1.8805204504701578e-08, 1.3006692611838844e-08, 3.685865976876812e-07, 3.9678877783444477e-07, 2.7591790185965692e-08, 2.5228539257682314e-08, 1.5469838388071366e-07, 3.6892611632310945e-08, 1.4401622117077295e-09, 2.1504664715621402e-08, 5.068058328561165e-08, 5.081657761252245e-08, 1.1718628734058711e-08, 5.409200909411993e-08, 7.138175419640902e-07, 2.523685509459028e-07, 7.071956531490287e-08, 7.199660245760242e-08, 1.2525339876390262e-08, 3.4802988579940575e-07, 1.9591639954796847e-07, 1.2404500182583433e-07, 1.2346009725661133e-07, 1.92011366806355e-08, 1.9895020386684337e-07, 3.7876212388709973e-08, 1.0629652713589621e-08, 1.2436973229057458e-08, 2.186162078032794e-07, 2.618108396745811e-07, 1.1128912547064829e-07, 1.0776497560982534e-07, 6.380246109216614e-09, 3.895029632161595e-09, 1.576254788915321e-07, 2.9089968212048234e-09, 1.03809227880447e-08, 2.8134863327977655e-08, 1.0777869263733919e-08, 1.3605805371241786e-08, 2.9236161935841665e-08, 1.918957508451058e-07, 2.1994748067299952e-07, 1.3263833587018325e-08, 4.900423533626963e-08, 2.9808058243929736e-09, 8.925934658066126e-09, 1.0996840771326788e-08, 7.715520666806697e-09, 7.454385553273823e-09, 5.0860990086221136e-08, 1.5129604946650943e-07, 1.1959995660504319e-08, 1.1323217030678734e-08, 9.39119804144184e-09, 9.585582461113518e-08, 1.9055129030220996e-08, 1.8105044574667772e-08, 6.179151057494892e-08, 6.389322493305372e-08, 1.1853056314237165e-08, 9.372677745034252e-09, 1.2332006349424773e-07, 1.6521848777983905e-08, 1.246099685658919e-07, 4.196111902388111e-09, 3.9965367903960214e-08, 1.255440107428285e-08, 1.4302015571843185e-08, 6.631698745707126e-09, 5.964162053118116e-09, 5.556878956980427e-09, 1.419230528654225e-07, 1.7612896030527736e-08, 3.3801444487835397e-07, 7.856438344333583e-08, 2.9667463152804885e-08, 2.8991748877160717e-06, 1.3787196166958893e-06, 5.313577133847502e-09, 2.5128217728820346e-08, 8.406522056247923e-08, 4.492775573794461e-08, 5.4087468726038423e-08, 2.4238921980668238e-08, 4.0167356019082945e-07, 4.1083040969169815e-08, 5.415281023601892e-08, 8.640659743264223e-09, 5.773174294176897e-08, 2.6442751277500065e-07, 8.953106203080097e-07, 2.799365539374321e-08, 5.889395637836969e-09, 4.178830081968954e-08, 2.888028660663622e-08, 2.1357223545237503e-08, 2.3023956430279213e-07, 8.786517469161481e-08, 2.069703963769598e-09, 2.2363829899063603e-08, 3.2032425600903025e-09, 1.176860120466472e-08, 6.963498577761129e-08, 2.2719042647167953e-08, 7.360319465021803e-09, 6.922469264480924e-09, 3.2138252947788715e-08, 1.3705631829452614e-07, 1.9814805796158907e-08, 1.0578844467090676e-08, 2.7049035011827982e-08, 2.9755513608620277e-09, 2.1773475467057324e-08, 1.0975404585167325e-08, 1.9918440230526357e-08, 2.3881801425318372e-08, 2.1357100976615584e-08, 6.109046157831699e-09, 1.1890372242362446e-08, 1.1459750481890296e-08, 3.731681275098708e-08, 1.5726065782928345e-08, 3.403987491878979e-08, 3.6921193213856895e-08, 9.281668411631472e-08, 1.2323060616381554e-07, 4.234707162709128e-08, 1.7423577247654976e-08, 5.811278214196136e-08, 3.9313878374969136e-08, 2.3690166273127033e-08, 1.792834680713895e-08, 1.4406491999352511e-08, 7.0197305745978156e-09, 6.041436506620812e-08, 4.867428771149207e-08, 1.0685186957459791e-08, 1.005112082452797e-08, 4.2425732260653604e-08, 2.6077879411445792e-08, 5.136626679558276e-09, 1.6972753202892932e-09, 1.9131350725842822e-08, 2.1117190840413969e-07, 1.3372530638378066e-08, 2.000219723186092e-08, 1.0454146348592985e-07, 2.814382682458927e-08, 2.134452614654947e-07, 2.104584950757271e-08, 1.9114216343041335e-07, 3.957645233754192e-08, 2.9315843974586642e-08, 1.1051893977764848e-07, 4.840025980001883e-08, 5.583537188158516e-08, 1.2129960680340446e-07, 1.7761975001917563e-08, 2.561053769056798e-08, 1.2038481145282276e-07, 4.6748018789344314e-09, 1.591587306393194e-08, 3.147561500327356e-08, 6.147622144681009e-08, 2.204614979461894e-08, 3.2577264619249036e-07, 1.198899752807847e-07, 2.3818718375423487e-07, 1.490982981522393e-08, 5.1016343149967724e-08, 5.5141523347401744e-08, 2.288526701477167e-08, 5.7140397302646306e-08, 5.185041231925425e-07, 4.977233558633998e-08, 1.104976110610778e-08, 1.26408238543263e-07, 8.174780674607973e-08],"parameters": None],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_paddle.py::test_paddle_v2_kserve predictor/test_paddle.py::test_paddle_v2_grpc [gw0] SKIPPED predictor/test_paddle.py::test_paddle_v2_grpc predictor/test_pmml.py::test_pmml_kserve 2026-04-16 20:37:40.636 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:37:40.636 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:37:40.636 3502 kserve.trace Host from isvc status URL = isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:37:40.636 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:37:40.636 3502 kserve.trace Network layer = istio 2026-04-16 20:37:40.636 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:37:40.636 3502 kserve.trace Using external route host: isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:37:40.636 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:37:40.636 3502 kserve.trace Sending Header = {'Host': 'isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:37:40.636 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:37:40.636 3502 kserve.trace base url = https://isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:37:40.636 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:37:40.637 3502 kserve.trace url: https://isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-pmml:predict 2026-04-16 20:37:40.637 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-pmml-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-pmml:predict 2026-04-16 20:37:40.637 3502 kserve.trace request data: {'instances': [[5.1, 3.5, 1.4, 0.2]]} 2026-04-16 20:37:40.637 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[5.1, 3.5, 1.4, 0.2]]} 2026-04-16 20:37:41.631 3502 kserve.trace response code: 200, content: {"predictions":[{"Species":"setosa","Probability_setosa":1.0,"Probability_versicolor":0.0,"Probability_virginica":0.0,"Node_Id":"2"}]} 2026-04-16 20:37:41.631 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[{"Species":"setosa","Probability_setosa":1.0,"Probability_versicolor":0.0,"Probability_virginica":0.0,"Node_Id":"2"}]} 2026-04-16 20:37:41.632 3502 kserve.trace Got response {'predictions': [{'Species': 'setosa', 'Probability_setosa': 1.0, 'Probability_versicolor': 0.0, 'Probability_virginica': 0.0, 'Node_Id': '2'}]} 2026-04-16 20:37:41.632 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [{'Species': 'setosa', 'Probability_setosa': 1.0, 'Probability_versicolor': 0.0, 'Probability_virginica': 0.0, 'Node_Id': '2'}]} 2026-04-16 20:37:41.632 3502 kserve.trace Time taken: 1.0382611800014274 2026-04-16 20:37:41.632 3502 kserve.trace INFO [test_pmml.py:test_pmml_kserve():72] Time taken: 1.0382611800014274 [gw0] PASSED predictor/test_pmml.py::test_pmml_kserve predictor/test_pmml.py::test_pmml_runtime_kserve 2026-04-16 20:39:11.825 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:39:11.825 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:39:11.825 3502 kserve.trace Host from isvc status URL = isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:39:11.825 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:39:11.825 3502 kserve.trace Network layer = istio 2026-04-16 20:39:11.825 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:39:11.825 3502 kserve.trace Using external route host: isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:39:11.825 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:39:11.826 3502 kserve.trace Sending Header = {'Host': 'isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:39:11.826 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:39:11.826 3502 kserve.trace base url = https://isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:39:11.826 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:39:11.826 3502 kserve.trace url: https://isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-pmml-runtime:predict 2026-04-16 20:39:11.826 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-pmml-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-pmml-runtime:predict 2026-04-16 20:39:11.826 3502 kserve.trace request data: {'instances': [[5.1, 3.5, 1.4, 0.2]]} 2026-04-16 20:39:11.826 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[5.1, 3.5, 1.4, 0.2]]} 2026-04-16 20:39:12.735 3502 kserve.trace response code: 200, content: {"predictions":[{"Species":"setosa","Probability_setosa":1.0,"Probability_versicolor":0.0,"Probability_virginica":0.0,"Node_Id":"2"}]} 2026-04-16 20:39:12.735 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[{"Species":"setosa","Probability_setosa":1.0,"Probability_versicolor":0.0,"Probability_virginica":0.0,"Node_Id":"2"}]} 2026-04-16 20:39:12.735 3502 kserve.trace Got response {'predictions': [{'Species': 'setosa', 'Probability_setosa': 1.0, 'Probability_versicolor': 0.0, 'Probability_virginica': 0.0, 'Node_Id': '2'}]} 2026-04-16 20:39:12.735 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [{'Species': 'setosa', 'Probability_setosa': 1.0, 'Probability_versicolor': 0.0, 'Probability_virginica': 0.0, 'Node_Id': '2'}]} [gw0] PASSED predictor/test_pmml.py::test_pmml_runtime_kserve predictor/test_pmml.py::test_pmml_v2_kserve 2026-04-16 20:40:42.926 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:40:42.926 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:40:42.926 3502 kserve.trace Host from isvc status URL = isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:40:42.926 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:40:42.926 3502 kserve.trace Network layer = istio 2026-04-16 20:40:42.926 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:40:42.926 3502 kserve.trace Using external route host: isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:40:42.926 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:40:42.926 3502 kserve.trace Sending Header = {'Host': 'isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:40:42.926 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:40:42.926 3502 kserve.trace base url = https://isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:40:42.926 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:40:42.927 3502 kserve.trace url: https://isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-pmml-v2-kserve/infer 2026-04-16 20:40:42.927 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-pmml-v2-kserve-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-pmml-v2-kserve/infer 2026-04-16 20:40:42.927 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [1, 4], 'datatype': 'FP32', 'data': [[5.1, 3.5, 1.4, 0.2]]}]} 2026-04-16 20:40:42.927 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [1, 4], 'datatype': 'FP32', 'data': [[5.1, 3.5, 1.4, 0.2]]}]} 2026-04-16 20:40:43.932 3502 kserve.trace response code: 200, content: {"model_name":"isvc-pmml-v2-kserve","model_version":null,"id":"4d4bd868-aa13-4337-b0e4-d37ce50c5276","parameters":null,"outputs":[{"name":"Species","shape":[1],"datatype":"BYTES","parameters":null,"data":["setosa"]},{"name":"Probability_setosa","shape":[1],"datatype":"FP64","parameters":null,"data":[1.0]},{"name":"Probability_versicolor","shape":[1],"datatype":"FP64","parameters":null,"data":[0.0]},{"name":"Probability_virginica","shape":[1],"datatype":"FP64","parameters":null,"data":[0.0]},{"name":"Node_Id","shape":[1],"datatype":"BYTES","parameters":null,"data":["2"]}]} 2026-04-16 20:40:43.932 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-pmml-v2-kserve","model_version":null,"id":"4d4bd868-aa13-4337-b0e4-d37ce50c5276","parameters":null,"outputs":[{"name":"Species","shape":[1],"datatype":"BYTES","parameters":null,"data":["setosa"]},{"name":"Probability_setosa","shape":[1],"datatype":"FP64","parameters":null,"data":[1.0]},{"name":"Probability_versicolor","shape":[1],"datatype":"FP64","parameters":null,"data":[0.0]},{"name":"Probability_virginica","shape":[1],"datatype":"FP64","parameters":null,"data":[0.0]},{"name":"Node_Id","shape":[1],"datatype":"BYTES","parameters":null,"data":["2"]}]} 2026-04-16 20:40:43.932 3502 kserve.trace Got response "id": "4d4bd868-aa13-4337-b0e4-d37ce50c5276","model_name": "isvc-pmml-v2-kserve","outputs": ["name": "Species","shape": [1],"datatype": "BYTES","data": ['setosa'],"parameters": None, "name": "Probability_setosa","shape": [1],"datatype": "FP64","data": [1.0],"parameters": None, "name": "Probability_versicolor","shape": [1],"datatype": "FP64","data": [0.0],"parameters": None, "name": "Probability_virginica","shape": [1],"datatype": "FP64","data": [0.0],"parameters": None, "name": "Node_Id","shape": [1],"datatype": "BYTES","data": ['2'],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 20:40:43.932 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "4d4bd868-aa13-4337-b0e4-d37ce50c5276","model_name": "isvc-pmml-v2-kserve","outputs": ["name": "Species","shape": [1],"datatype": "BYTES","data": ['setosa'],"parameters": None, "name": "Probability_setosa","shape": [1],"datatype": "FP64","data": [1.0],"parameters": None, "name": "Probability_versicolor","shape": [1],"datatype": "FP64","data": [0.0],"parameters": None, "name": "Probability_virginica","shape": [1],"datatype": "FP64","data": [0.0],"parameters": None, "name": "Node_Id","shape": [1],"datatype": "BYTES","data": ['2'],"parameters": None],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_pmml.py::test_pmml_v2_kserve predictor/test_pmml.py::test_pmml_v2_grpc [gw0] SKIPPED predictor/test_pmml.py::test_pmml_v2_grpc predictor/test_pod_watch.py::test_event_storm_prevention_init_container_isolation 2026-04-16 20:40:44.040 3502 kserve.trace Created primary ISVC: isvc-primary-c25916 2026-04-16 20:40:44.040 3502 kserve.trace INFO [test_pod_watch.py:test_event_storm_prevention_init_container_isolation():345] Created primary ISVC: isvc-primary-c25916 2026-04-16 20:41:54.079 3502 kserve.trace Primary ISVC is ready 2026-04-16 20:41:54.079 3502 kserve.trace INFO [test_pod_watch.py:test_event_storm_prevention_init_container_isolation():347] Primary ISVC is ready 2026-04-16 20:41:54.083 3502 kserve.trace Baseline recorded - resourceVersion: 24085 2026-04-16 20:41:54.083 3502 kserve.trace INFO [test_pod_watch.py:test_event_storm_prevention_init_container_isolation():351] Baseline recorded - resourceVersion: 24085 2026-04-16 20:41:54.084 3502 kserve.trace Creating invalid S3 secret and service account 2026-04-16 20:41:54.084 3502 kserve.trace INFO [test_pod_watch.py:test_event_storm_prevention_init_container_isolation():354] Creating invalid S3 secret and service account 2026-04-16 20:41:54.186 3502 kserve.trace Created secondary ISVC isvc-secondary-c25916, waiting for failure status... 2026-04-16 20:41:54.186 3502 kserve.trace INFO [test_pod_watch.py:test_event_storm_prevention_init_container_isolation():384] Created secondary ISVC isvc-secondary-c25916, waiting for failure status... 2026-04-16 20:42:02.212 3502 kserve.trace ISVC isvc-secondary-c25916 reported failure: {'exitCode': 1, 'message': "2026-04-16 20:41:55.075 1 storage.initializer INFO [initializer-entrypoint:():16] Initializing, args: (src_uri, dest_path): [('s3://nonexistent-bucket-12345/invalid/path/model', '/mnt/models')]\n2026-04-16 20:41:55.076 1 storage.initializer INFO [kserve_storage.py:download():161] Copying contents of s3://nonexistent-bucket-12345/invalid/path/model to local\n2026-04-16 20:41:55.351 1 storage.initializer INFO [kserve_storage.py:_get_s3_client_kwargs():361] ca bundle file(/etc/ssl/custom-certs/cabundle.crt) exists.\n2026-04-16 20:41:59.805 1 storage.initializer ERROR [initializer-entrypoint:():24] Unexpected error during storage initialization: SSL validation failed for https://s3.amazonaws.com/nonexistent-bucket-12345 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1004)\n", 'reason': 'ModelLoadFailed'} 2026-04-16 20:42:02.212 3502 kserve.trace INFO [test_pod_watch.py:wait_for_isvc_failure_status():254] ISVC isvc-secondary-c25916 reported failure: {'exitCode': 1, 'message': "2026-04-16 20:41:55.075 1 storage.initializer INFO [initializer-entrypoint:():16] Initializing, args: (src_uri, dest_path): [('s3://nonexistent-bucket-12345/invalid/path/model', '/mnt/models')]\n2026-04-16 20:41:55.076 1 storage.initializer INFO [kserve_storage.py:download():161] Copying contents of s3://nonexistent-bucket-12345/invalid/path/model to local\n2026-04-16 20:41:55.351 1 storage.initializer INFO [kserve_storage.py:_get_s3_client_kwargs():361] ca bundle file(/etc/ssl/custom-certs/cabundle.crt) exists.\n2026-04-16 20:41:59.805 1 storage.initializer ERROR [initializer-entrypoint:():24] Unexpected error during storage initialization: SSL validation failed for https://s3.amazonaws.com/nonexistent-bucket-12345 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1004)\n", 'reason': 'ModelLoadFailed'} 2026-04-16 20:42:02.212 3502 kserve.trace Secondary ISVC failure detected: {'copies': {'failedCopies': 0}, 'lastFailureInfo': {'exitCode': 1, 'message': "2026-04-16 20:41:55.075 1 storage.initializer INFO [initializer-entrypoint:():16] Initializing, args: (src_uri, dest_path): [('s3://nonexistent-bucket-12345/invalid/path/model', '/mnt/models')]\n2026-04-16 20:41:55.076 1 storage.initializer INFO [kserve_storage.py:download():161] Copying contents of s3://nonexistent-bucket-12345/invalid/path/model to local\n2026-04-16 20:41:55.351 1 storage.initializer INFO [kserve_storage.py:_get_s3_client_kwargs():361] ca bundle file(/etc/ssl/custom-certs/cabundle.crt) exists.\n2026-04-16 20:41:59.805 1 storage.initializer ERROR [initializer-entrypoint:():24] Unexpected error during storage initialization: SSL validation failed for https://s3.amazonaws.com/nonexistent-bucket-12345 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1004)\n", 'reason': 'ModelLoadFailed'}, 'states': {'activeModelState': '', 'targetModelState': 'FailedToLoad'}, 'transitionStatus': 'BlockedByFailedLoad'} 2026-04-16 20:42:02.212 3502 kserve.trace INFO [test_pod_watch.py:test_event_storm_prevention_init_container_isolation():392] Secondary ISVC failure detected: {'copies': {'failedCopies': 0}, 'lastFailureInfo': {'exitCode': 1, 'message': "2026-04-16 20:41:55.075 1 storage.initializer INFO [initializer-entrypoint:():16] Initializing, args: (src_uri, dest_path): [('s3://nonexistent-bucket-12345/invalid/path/model', '/mnt/models')]\n2026-04-16 20:41:55.076 1 storage.initializer INFO [kserve_storage.py:download():161] Copying contents of s3://nonexistent-bucket-12345/invalid/path/model to local\n2026-04-16 20:41:55.351 1 storage.initializer INFO [kserve_storage.py:_get_s3_client_kwargs():361] ca bundle file(/etc/ssl/custom-certs/cabundle.crt) exists.\n2026-04-16 20:41:59.805 1 storage.initializer ERROR [initializer-entrypoint:():24] Unexpected error during storage initialization: SSL validation failed for https://s3.amazonaws.com/nonexistent-bucket-12345 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1004)\n", 'reason': 'ModelLoadFailed'}, 'states': {'activeModelState': '', 'targetModelState': 'FailedToLoad'}, 'transitionStatus': 'BlockedByFailedLoad'} 2026-04-16 20:42:12.228 3502 kserve.trace Primary ISVC resourceVersion: before=24085, after=24085 2026-04-16 20:42:12.228 3502 kserve.trace INFO [test_pod_watch.py:test_event_storm_prevention_init_container_isolation():402] Primary ISVC resourceVersion: before=24085, after=24085 2026-04-16 20:42:12.228 3502 kserve.trace Event storm prevention validated: Primary ISVC was not modified during secondary ISVC init container failures 2026-04-16 20:42:12.228 3502 kserve.trace INFO [test_pod_watch.py:test_event_storm_prevention_init_container_isolation():415] Event storm prevention validated: Primary ISVC was not modified during secondary ISVC init container failures [gw0] PASSED predictor/test_pod_watch.py::test_event_storm_prevention_init_container_isolation predictor/test_pod_watch.py::test_quick_reconciliation_on_init_container_failure 2026-04-16 20:42:12.257 3502 kserve.trace Creating invalid S3 secret and service account 2026-04-16 20:42:12.257 3502 kserve.trace INFO [test_pod_watch.py:test_quick_reconciliation_on_init_container_failure():446] Creating invalid S3 secret and service account 2026-04-16 20:42:12.388 3502 kserve.trace Created ISVC isvc-init-fail-72f2aa, waiting for failure status... 2026-04-16 20:42:12.388 3502 kserve.trace INFO [test_pod_watch.py:test_quick_reconciliation_on_init_container_failure():477] Created ISVC isvc-init-fail-72f2aa, waiting for failure status... 2026-04-16 20:42:22.407 3502 kserve.trace ISVC isvc-init-fail-72f2aa reported failure: {'exitCode': 1, 'message': "2026-04-16 20:42:13.266 1 storage.initializer INFO [initializer-entrypoint:():16] Initializing, args: (src_uri, dest_path): [('s3://nonexistent-bucket-xyz123/invalid/model', '/mnt/models')]\n2026-04-16 20:42:13.267 1 storage.initializer INFO [kserve_storage.py:download():161] Copying contents of s3://nonexistent-bucket-xyz123/invalid/model to local\n2026-04-16 20:42:13.534 1 storage.initializer INFO [kserve_storage.py:_get_s3_client_kwargs():361] ca bundle file(/etc/ssl/custom-certs/cabundle.crt) exists.\n2026-04-16 20:42:17.908 1 storage.initializer ERROR [initializer-entrypoint:():24] Unexpected error during storage initialization: SSL validation failed for https://s3.amazonaws.com/nonexistent-bucket-xyz123 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1004)\n", 'reason': 'ModelLoadFailed'} 2026-04-16 20:42:22.407 3502 kserve.trace INFO [test_pod_watch.py:wait_for_isvc_failure_status():254] ISVC isvc-init-fail-72f2aa reported failure: {'exitCode': 1, 'message': "2026-04-16 20:42:13.266 1 storage.initializer INFO [initializer-entrypoint:():16] Initializing, args: (src_uri, dest_path): [('s3://nonexistent-bucket-xyz123/invalid/model', '/mnt/models')]\n2026-04-16 20:42:13.267 1 storage.initializer INFO [kserve_storage.py:download():161] Copying contents of s3://nonexistent-bucket-xyz123/invalid/model to local\n2026-04-16 20:42:13.534 1 storage.initializer INFO [kserve_storage.py:_get_s3_client_kwargs():361] ca bundle file(/etc/ssl/custom-certs/cabundle.crt) exists.\n2026-04-16 20:42:17.908 1 storage.initializer ERROR [initializer-entrypoint:():24] Unexpected error during storage initialization: SSL validation failed for https://s3.amazonaws.com/nonexistent-bucket-xyz123 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1004)\n", 'reason': 'ModelLoadFailed'} 2026-04-16 20:42:22.407 3502 kserve.trace Failure status detected in 10.07 seconds: {'copies': {'failedCopies': 0}, 'lastFailureInfo': {'exitCode': 1, 'message': "2026-04-16 20:42:13.266 1 storage.initializer INFO [initializer-entrypoint:():16] Initializing, args: (src_uri, dest_path): [('s3://nonexistent-bucket-xyz123/invalid/model', '/mnt/models')]\n2026-04-16 20:42:13.267 1 storage.initializer INFO [kserve_storage.py:download():161] Copying contents of s3://nonexistent-bucket-xyz123/invalid/model to local\n2026-04-16 20:42:13.534 1 storage.initializer INFO [kserve_storage.py:_get_s3_client_kwargs():361] ca bundle file(/etc/ssl/custom-certs/cabundle.crt) exists.\n2026-04-16 20:42:17.908 1 storage.initializer ERROR [initializer-entrypoint:():24] Unexpected error during storage initialization: SSL validation failed for https://s3.amazonaws.com/nonexistent-bucket-xyz123 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1004)\n", 'reason': 'ModelLoadFailed'}, 'states': {'activeModelState': '', 'targetModelState': 'FailedToLoad'}, 'transitionStatus': 'BlockedByFailedLoad'} 2026-04-16 20:42:22.407 3502 kserve.trace INFO [test_pod_watch.py:test_quick_reconciliation_on_init_container_failure():491] Failure status detected in 10.07 seconds: {'copies': {'failedCopies': 0}, 'lastFailureInfo': {'exitCode': 1, 'message': "2026-04-16 20:42:13.266 1 storage.initializer INFO [initializer-entrypoint:():16] Initializing, args: (src_uri, dest_path): [('s3://nonexistent-bucket-xyz123/invalid/model', '/mnt/models')]\n2026-04-16 20:42:13.267 1 storage.initializer INFO [kserve_storage.py:download():161] Copying contents of s3://nonexistent-bucket-xyz123/invalid/model to local\n2026-04-16 20:42:13.534 1 storage.initializer INFO [kserve_storage.py:_get_s3_client_kwargs():361] ca bundle file(/etc/ssl/custom-certs/cabundle.crt) exists.\n2026-04-16 20:42:17.908 1 storage.initializer ERROR [initializer-entrypoint:():24] Unexpected error during storage initialization: SSL validation failed for https://s3.amazonaws.com/nonexistent-bucket-xyz123 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1004)\n", 'reason': 'ModelLoadFailed'}, 'states': {'activeModelState': '', 'targetModelState': 'FailedToLoad'}, 'transitionStatus': 'BlockedByFailedLoad'} 2026-04-16 20:42:22.407 3502 kserve.trace Transition status: BlockedByFailedLoad 2026-04-16 20:42:22.407 3502 kserve.trace INFO [test_pod_watch.py:test_quick_reconciliation_on_init_container_failure():505] Transition status: BlockedByFailedLoad 2026-04-16 20:42:22.413 3502 kserve.trace Ready condition: {'lastTransitionTime': '2026-04-16T20:42:12Z', 'message': 'Deployment does not have minimum availability.', 'reason': 'MinimumReplicasUnavailable', 'status': 'False', 'type': 'Ready'} 2026-04-16 20:42:22.413 3502 kserve.trace INFO [test_pod_watch.py:test_quick_reconciliation_on_init_container_failure():514] Ready condition: {'lastTransitionTime': '2026-04-16T20:42:12Z', 'message': 'Deployment does not have minimum availability.', 'reason': 'MinimumReplicasUnavailable', 'status': 'False', 'type': 'Ready'} 2026-04-16 20:42:22.413 3502 kserve.trace Quick reconciliation validated: Failure detected in 10.07 seconds 2026-04-16 20:42:22.413 3502 kserve.trace INFO [test_pod_watch.py:test_quick_reconciliation_on_init_container_failure():527] Quick reconciliation validated: Failure detected in 10.07 seconds [gw0] PASSED predictor/test_pod_watch.py::test_quick_reconciliation_on_init_container_failure predictor/test_predictive.py::test_predictive_sklearn_v1 2026-04-16 20:44:02.654 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:44:02.654 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:44:02.655 3502 kserve.trace Host from isvc status URL = isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:44:02.655 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:44:02.655 3502 kserve.trace Network layer = istio 2026-04-16 20:44:02.655 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:44:02.655 3502 kserve.trace Using external route host: isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:44:02.655 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:44:02.655 3502 kserve.trace Sending Header = {'Host': 'isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:44:02.655 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:44:02.655 3502 kserve.trace base url = https://isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:44:02.655 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:44:02.655 3502 kserve.trace url: https://isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-predictive-sklearn:predict 2026-04-16 20:44:02.655 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-predictive-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-predictive-sklearn:predict 2026-04-16 20:44:02.655 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:44:02.655 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:44:02.682 3502 kserve.trace response code: 200, content: {"predictions":[1,1]} 2026-04-16 20:44:02.682 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[1,1]} 2026-04-16 20:44:02.682 3502 kserve.trace Got response {'predictions': [1, 1]} 2026-04-16 20:44:02.682 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [1, 1]} [gw0] PASSED predictor/test_predictive.py::test_predictive_sklearn_v1 predictor/test_predictive.py::test_predictive_xgboost_v1 2026-04-16 20:45:22.862 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:45:22.862 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:45:22.862 3502 kserve.trace Host from isvc status URL = isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:45:22.862 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:45:22.862 3502 kserve.trace Network layer = istio 2026-04-16 20:45:22.862 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:45:22.862 3502 kserve.trace Using external route host: isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:45:22.862 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:45:22.862 3502 kserve.trace Sending Header = {'Host': 'isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:45:22.862 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:45:22.862 3502 kserve.trace base url = https://isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:45:22.862 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:45:22.862 3502 kserve.trace url: https://isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-predictive-xgboost:predict 2026-04-16 20:45:22.862 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-predictive-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-predictive-xgboost:predict 2026-04-16 20:45:22.862 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:45:22.862 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:45:22.894 3502 kserve.trace response code: 200, content: {"predictions":[1.0,1.0]} 2026-04-16 20:45:22.894 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[1.0,1.0]} 2026-04-16 20:45:22.894 3502 kserve.trace Got response {'predictions': [1.0, 1.0]} 2026-04-16 20:45:22.894 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [1.0, 1.0]} [gw0] PASSED predictor/test_predictive.py::test_predictive_xgboost_v1 predictor/test_predictive.py::test_predictive_lightgbm_v1 2026-04-16 20:46:43.048 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:46:43.048 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:46:43.049 3502 kserve.trace Host from isvc status URL = isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:46:43.049 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:46:43.049 3502 kserve.trace Network layer = istio 2026-04-16 20:46:43.049 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:46:43.049 3502 kserve.trace Using external route host: isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:46:43.049 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:46:43.049 3502 kserve.trace Sending Header = {'Host': 'isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:46:43.049 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:46:43.049 3502 kserve.trace base url = https://isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:46:43.049 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:46:43.049 3502 kserve.trace url: https://isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-predictive-lightgbm:predict 2026-04-16 20:46:43.049 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-predictive-lightgbm-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-predictive-lightgbm:predict 2026-04-16 20:46:43.049 3502 kserve.trace request data: {'inputs': [{'sepal_length_(cm)': [5.1], 'sepal_width_(cm)': [3.5], 'petal_length_(cm)': [1.4], 'petal_width_(cm)': [0.2]}]} 2026-04-16 20:46:43.049 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'sepal_length_(cm)': [5.1], 'sepal_width_(cm)': [3.5], 'petal_length_(cm)': [1.4], 'petal_width_(cm)': [0.2]}]} 2026-04-16 20:46:43.081 3502 kserve.trace response code: 200, content: {"predictions":[[0.9999378629898321,0.00004415799218835629,0.00001797901797954119]]} 2026-04-16 20:46:43.081 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[[0.9999378629898321,0.00004415799218835629,0.00001797901797954119]]} 2026-04-16 20:46:43.081 3502 kserve.trace Got response {'predictions': [[0.9999378629898321, 4.415799218835629e-05, 1.797901797954119e-05]]} 2026-04-16 20:46:43.081 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [[0.9999378629898321, 4.415799218835629e-05, 1.797901797954119e-05]]} [gw0] PASSED predictor/test_predictive.py::test_predictive_lightgbm_v1 predictor/test_predictive.py::test_predictive_sklearn_v2 2026-04-16 20:48:03.239 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:48:03.239 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:48:03.239 3502 kserve.trace Host from isvc status URL = isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:48:03.239 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:48:03.239 3502 kserve.trace Network layer = istio 2026-04-16 20:48:03.239 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:48:03.239 3502 kserve.trace Using external route host: isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:48:03.239 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:48:03.239 3502 kserve.trace Sending Header = {'Host': 'isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:48:03.239 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:48:03.239 3502 kserve.trace base url = https://isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:48:03.239 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:48:03.239 3502 kserve.trace url: https://isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-predictive-sklearn-v2/infer 2026-04-16 20:48:03.239 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-predictive-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-predictive-sklearn-v2/infer 2026-04-16 20:48:03.239 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:48:03.239 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:48:03.262 3502 kserve.trace response code: 200, content: {"model_name":"isvc-predictive-sklearn-v2","model_version":null,"id":"dc627122-1584-430c-8716-e221933643b3","parameters":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"INT32","parameters":null,"data":[1,1]}]} 2026-04-16 20:48:03.262 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-predictive-sklearn-v2","model_version":null,"id":"dc627122-1584-430c-8716-e221933643b3","parameters":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"INT32","parameters":null,"data":[1,1]}]} 2026-04-16 20:48:03.262 3502 kserve.trace Got response "id": "dc627122-1584-430c-8716-e221933643b3","model_name": "isvc-predictive-sklearn-v2","outputs": ["name": "output-0","shape": [2],"datatype": "INT32","data": [1, 1],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 20:48:03.262 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "dc627122-1584-430c-8716-e221933643b3","model_name": "isvc-predictive-sklearn-v2","outputs": ["name": "output-0","shape": [2],"datatype": "INT32","data": [1, 1],"parameters": None],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_predictive.py::test_predictive_sklearn_v2 predictor/test_predictive.py::test_predictive_xgboost_v2 2026-04-16 20:49:23.408 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:49:23.408 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:49:23.408 3502 kserve.trace Host from isvc status URL = isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:49:23.408 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:49:23.408 3502 kserve.trace Network layer = istio 2026-04-16 20:49:23.408 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:49:23.408 3502 kserve.trace Using external route host: isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:49:23.408 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:49:23.409 3502 kserve.trace Sending Header = {'Host': 'isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:49:23.409 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:49:23.409 3502 kserve.trace base url = https://isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:49:23.409 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:49:23.409 3502 kserve.trace url: https://isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-predictive-xgboost-v2/infer 2026-04-16 20:49:23.409 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-predictive-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-predictive-xgboost-v2/infer 2026-04-16 20:49:23.409 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:49:23.409 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:49:23.438 3502 kserve.trace response code: 200, content: {"model_name":"isvc-predictive-xgboost-v2","model_version":null,"id":"582719ce-f746-4a2b-9f01-cf1f25f28497","parameters":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"FP32","parameters":null,"data":[1.0,1.0]}]} 2026-04-16 20:49:23.438 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-predictive-xgboost-v2","model_version":null,"id":"582719ce-f746-4a2b-9f01-cf1f25f28497","parameters":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"FP32","parameters":null,"data":[1.0,1.0]}]} 2026-04-16 20:49:23.439 3502 kserve.trace Got response "id": "582719ce-f746-4a2b-9f01-cf1f25f28497","model_name": "isvc-predictive-xgboost-v2","outputs": ["name": "output-0","shape": [2],"datatype": "FP32","data": [1.0, 1.0],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 20:49:23.439 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "582719ce-f746-4a2b-9f01-cf1f25f28497","model_name": "isvc-predictive-xgboost-v2","outputs": ["name": "output-0","shape": [2],"datatype": "FP32","data": [1.0, 1.0],"parameters": None],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_predictive.py::test_predictive_xgboost_v2 predictor/test_predictive.py::test_predictive_lightgbm_v2 2026-04-16 20:50:43.590 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:50:43.590 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:50:43.590 3502 kserve.trace Host from isvc status URL = isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:50:43.590 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:50:43.590 3502 kserve.trace Network layer = istio 2026-04-16 20:50:43.590 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:50:43.590 3502 kserve.trace Using external route host: isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:50:43.590 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:50:43.590 3502 kserve.trace Sending Header = {'Host': 'isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:50:43.590 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:50:43.590 3502 kserve.trace base url = https://isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:50:43.590 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:50:43.590 3502 kserve.trace url: https://isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-predictive-lightgbm-v2/infer 2026-04-16 20:50:43.590 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-predictive-lightgbm-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-predictive-lightgbm-v2/infer 2026-04-16 20:50:43.591 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:50:43.591 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:50:43.617 3502 kserve.trace response code: 200, content: {"model_name":"isvc-predictive-lightgbm-v2","model_version":null,"id":"44e4cc0f-6638-4937-bc06-5df44312b880","parameters":null,"outputs":[{"name":"output-0","shape":[2,3],"datatype":"FP64","parameters":null,"data":[0.00028762259763255566,0.9763481320224064,0.023364245379961103,0.0005625431624697456,0.9988642605470336,0.0005731962904966214]}]} 2026-04-16 20:50:43.617 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-predictive-lightgbm-v2","model_version":null,"id":"44e4cc0f-6638-4937-bc06-5df44312b880","parameters":null,"outputs":[{"name":"output-0","shape":[2,3],"datatype":"FP64","parameters":null,"data":[0.00028762259763255566,0.9763481320224064,0.023364245379961103,0.0005625431624697456,0.9988642605470336,0.0005731962904966214]}]} 2026-04-16 20:50:43.618 3502 kserve.trace Got response "id": "44e4cc0f-6638-4937-bc06-5df44312b880","model_name": "isvc-predictive-lightgbm-v2","outputs": ["name": "output-0","shape": [2, 3],"datatype": "FP64","data": [0.00028762259763255566, 0.9763481320224064, 0.023364245379961103, 0.0005625431624697456, 0.9988642605470336, 0.0005731962904966214],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 20:50:43.618 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "44e4cc0f-6638-4937-bc06-5df44312b880","model_name": "isvc-predictive-lightgbm-v2","outputs": ["name": "output-0","shape": [2, 3],"datatype": "FP64","data": [0.00028762259763255566, 0.9763481320224064, 0.023364245379961103, 0.0005625431624697456, 0.9988642605470336, 0.0005731962904966214],"parameters": None],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_predictive.py::test_predictive_lightgbm_v2 predictor/test_scheduler_name.py::test_scheduler_name 2026-04-16T20:50:43.693335+00:00 timeout_sampler INFO Waiting for 30 seconds [0:00:30], retry every 2 seconds. (Function: e2e.predictor.test_scheduler_name..lambda: service_name.get_pods) 2026-04-16T20:50:45.731853+00:00 timeout_sampler INFO Elapsed time: 2.031334638595581 [0:00:02.031335] [gw0] PASSED predictor/test_scheduler_name.py::test_scheduler_name predictor/test_sklearn.py::test_sklearn_kserve 2026-04-16 20:51:55.899 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:51:55.899 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:51:55.899 3502 kserve.trace Host from isvc status URL = isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:51:55.899 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:51:55.899 3502 kserve.trace Network layer = istio 2026-04-16 20:51:55.899 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:51:55.899 3502 kserve.trace Using external route host: isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:51:55.899 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:51:55.899 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:51:55.899 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:51:55.899 3502 kserve.trace base url = https://isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:51:55.899 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:51:55.899 3502 kserve.trace url: https://isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn:predict 2026-04-16 20:51:55.899 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn:predict 2026-04-16 20:51:55.899 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:51:55.899 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 20:51:55.924 3502 kserve.trace response code: 200, content: {"predictions":[1,1]} 2026-04-16 20:51:55.924 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[1,1]} 2026-04-16 20:51:55.924 3502 kserve.trace Got response {'predictions': [1, 1]} 2026-04-16 20:51:55.924 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [1, 1]} [gw0] PASSED predictor/test_sklearn.py::test_sklearn_kserve predictor/test_sklearn.py::test_sklearn_v2_mlserver 2026-04-16 20:52:46.067 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:52:46.067 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:52:46.067 3502 kserve.trace Host from isvc status URL = sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:52:46.067 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:52:46.067 3502 kserve.trace Network layer = istio 2026-04-16 20:52:46.067 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:52:46.067 3502 kserve.trace Using external route host: sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:52:46.067 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:52:46.067 3502 kserve.trace Sending Header = {'Host': 'sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:52:46.067 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:52:46.068 3502 kserve.trace base url = https://sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:52:46.068 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:52:46.068 3502 kserve.trace url: https://sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/sklearn-v2-mlserver/infer 2026-04-16 20:52:46.068 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://sklearn-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/sklearn-v2-mlserver/infer 2026-04-16 20:52:46.068 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:52:46.068 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:52:46.099 3502 kserve.trace response code: 200, content: {"model_name":"sklearn-v2-mlserver","id":"f26cc062-7b5e-4372-a5ea-d9f7466c601c","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"INT32","parameters":{"content_type":"np"},"data":[1,1]}]} 2026-04-16 20:52:46.099 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"sklearn-v2-mlserver","id":"f26cc062-7b5e-4372-a5ea-d9f7466c601c","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"INT32","parameters":{"content_type":"np"},"data":[1,1]}]} 2026-04-16 20:52:46.099 3502 kserve.trace Got response "id": "f26cc062-7b5e-4372-a5ea-d9f7466c601c","model_name": "sklearn-v2-mlserver","outputs": ["name": "predict","shape": [2, 1],"datatype": "INT32","data": [1, 1],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False 2026-04-16 20:52:46.099 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "f26cc062-7b5e-4372-a5ea-d9f7466c601c","model_name": "sklearn-v2-mlserver","outputs": ["name": "predict","shape": [2, 1],"datatype": "INT32","data": [1, 1],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False [gw0] PASSED predictor/test_sklearn.py::test_sklearn_v2_mlserver predictor/test_sklearn.py::test_sklearn_runtime_kserve 2026-04-16 20:53:16.252 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.252 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.252 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.252 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.252 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.252 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.252 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.252 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.253 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.253 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.253 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.253 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.253 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.253 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.253 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.253 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.307 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.307 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.307 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.307 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.307 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.307 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.307 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.307 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.307 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.307 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.307 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.307 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.308 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.308 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.308 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.308 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.348 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.348 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.348 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.348 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.348 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.348 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.348 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.348 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.348 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.348 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.349 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.349 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.349 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.349 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.349 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.349 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.409 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.409 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.410 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.410 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.410 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.410 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.410 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.410 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.410 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.410 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.410 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.410 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.410 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.410 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.410 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.410 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.449 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.449 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.450 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.450 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.450 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.450 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.450 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.450 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.450 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.450 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.450 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.450 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.450 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.450 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.450 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.450 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.484 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.484 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.485 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.485 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.485 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.485 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.485 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.485 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.485 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.485 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.485 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.485 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.485 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.485 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.485 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.485 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.534 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.534 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.534 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.534 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.534 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.534 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.534 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.534 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.535 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.535 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.535 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.535 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.535 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.535 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.535 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.535 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.567 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.567 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.567 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.567 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.567 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.567 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.567 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.567 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.568 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.568 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.568 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.568 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.568 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.568 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.568 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.568 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.604 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.604 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.604 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.604 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.605 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.605 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.605 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.605 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.605 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.605 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.605 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.605 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.605 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.605 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.605 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.605 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.647 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.647 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.647 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.647 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.647 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.647 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.647 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.647 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.648 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.648 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.648 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.648 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.648 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.648 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.648 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.648 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.678 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.678 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.678 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.678 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.678 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.678 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.678 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.678 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.678 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.678 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.679 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.679 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.679 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.679 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.679 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.679 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.721 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.721 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.722 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.722 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.722 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.722 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.722 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.722 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.722 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.722 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.722 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.722 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.723 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.723 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.723 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.723 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.761 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.761 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.761 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.761 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.761 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.761 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.761 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.761 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.762 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.762 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.762 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.762 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.762 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.762 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.762 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.762 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.799 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.799 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.799 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.799 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.799 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.799 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.800 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.800 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.800 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.800 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.800 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.800 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.800 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.800 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.800 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.800 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.844 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.844 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.845 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.845 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.845 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.845 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.845 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.845 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.845 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.845 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.845 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.845 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.845 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.845 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.846 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.846 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.878 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.878 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.878 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.878 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.878 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.878 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.879 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.879 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.879 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.879 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.879 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.879 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.879 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.879 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.879 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.879 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.919 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.919 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.919 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.919 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.919 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.919 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.919 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.919 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.919 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.919 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.919 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.919 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.919 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.919 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.919 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.919 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.953 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.953 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.953 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.953 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.953 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.953 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.953 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.953 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.953 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.953 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.953 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.953 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.953 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.953 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.954 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.954 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.992 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.992 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:16.992 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.992 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.993 3502 kserve.trace Network layer = istio 2026-04-16 20:53:16.993 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:16.993 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.993 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.993 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.993 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:16.993 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.993 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:16.994 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.994 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:16.994 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:16.994 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.035 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.035 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.035 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.035 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.035 3502 kserve.trace Network layer = istio 2026-04-16 20:53:17.035 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:17.035 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.035 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.035 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.035 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.035 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.035 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.036 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.036 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.036 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.036 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.065 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.065 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.065 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.065 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.065 3502 kserve.trace Network layer = istio 2026-04-16 20:53:17.065 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:17.065 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.065 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.066 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.066 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.066 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.066 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.066 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.066 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.066 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.066 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.101 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.101 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.101 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.101 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.101 3502 kserve.trace Network layer = istio 2026-04-16 20:53:17.101 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:17.102 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.102 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.102 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.102 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.102 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.102 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.102 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.102 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.102 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.102 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.134 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.134 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.134 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.134 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.134 3502 kserve.trace Network layer = istio 2026-04-16 20:53:17.134 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:17.134 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.134 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.134 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.134 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.134 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.134 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.135 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.135 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.135 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.135 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.165 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.165 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.165 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.165 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.165 3502 kserve.trace Network layer = istio 2026-04-16 20:53:17.165 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:17.165 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.165 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.165 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.165 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.165 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.165 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.166 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.166 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.166 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.166 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.201 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.201 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:53:17.201 3502 kserve.trace Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.201 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.201 3502 kserve.trace Network layer = istio 2026-04-16 20:53:17.201 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:53:17.202 3502 kserve.trace Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.202 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.202 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.202 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:53:17.202 3502 kserve.trace base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.202 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:53:17.202 3502 kserve.trace url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.202 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-runtime:predict 2026-04-16 20:53:17.202 3502 kserve.trace request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.202 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': ["Do what thou wilt shall be the whole of the Law. [Honestly.] The word of Sin is Restriction. [Would I kid you?] Does one man's words encompass the majestic vision of thousands of individuals? Quoting a man is not the same as quoting the Order. Taken out of context, words can be interpreted much differently than had one applied them within the confines of their original expression. I think this is the case regarding Hymenaeus Beta, Frater Superior of the Order to which I belong. When he included that bit from Merlinus X' he did us all a service. He showed us the extremes to which Order members have been known to go in their fervor. I have little knowledge regarding Reuss' background, but surely he was an unusual man, and he was an important force in the Order for many years. Yet as people change so do Orders change, and while we look back so carefully at the dirty laundry of O.T.O. remember that this is only the surface skim and that many perspectives are now encompassed which extend beyond any one individual. I hope to show that there was and is much room for a difference of opinion within the Order itself, perhaps by testing the limits myself. Let us examine this issue a bit more closely.... In 1895, Karl Kellner (1850-1905), a wealthy Austrian industrialist and paper chemist, as well as a high-grade Mason, founded the Ordo Templi Orientis. Kellner had traveled widely in the East, where he met three adepts who instructed him specific magical practices. Kellner's efforts to develop the Order were later assisted by Franz Hartmann, Heinrich Klein and Theodore Reuss, who had worked together prior to joining the O.T.O. The Order was first proclaimed in 1902 in Reuss's Masonic publication, 'Oriflamme'. On Kellner's death, Reuss succeeded him as Outer Head [O.H.O.]. The 'Jubilee' edition of the 'Oriflamme', published in 1912, announced that the Order taught secret of sexual magic. Theodore Reuss was an interesting character. Born June 28, 1855 in Augsburg, he entered Masonry in 1876. He was a singer, journalist and possibly a spy for the Prussian political police, infiltrating the Socialist League founded by Karl Marx's daughter and her husband. Reuss was later associated with William Wynn Westcott, a leader of the Golden Dawn, who later introduced him to John Yarker. Yarker chartered Reuss to found the Rites of Memphis and Mizraim in Germany. After several attempts to concretize various Masonic Rites, Reuss settled on the development of the O.T.O. The Order experienced reasonably steady growth under Reuss' leadership. For example, he chartered Papus in France, Rudolph Steiner in Berlin and H. Spencer Lewis in the USA. In 1912, the historic meeting between Reuss and Crowley occurred. Crowley wrote that Reuss came to him and accused him of revealing Order secrets. When Crowley looked at it afresh, the initiated interpretation of sexual magick unfolded itself to him for the first time. Reuss appointed Crowley as Supreme and Holy King of all the English speaking world, and it was this authorization that he invoked whepublishing the material of the Equinox. Reuss resigned as Outer Head of the Order in 1922 after suffering a stroke and named Crowley his successor. All was well until 1925 when _The Book of the Law_ was translated into German. There was a break in the continuity of the Order. Many members split with the new O.H.O. over the book, which Crowley was actively promulgating through the Order. He had earlier revised the Order rituals at Reuss's request, deeply infusing the doctrines of the New Aeon revelation. _An Introduction to the History of the O.T.O._, by Ad Veritatem IX Within _Equinox III: 10_, Edited by Hymenaeus Beta, Frater Superio Rex Summus Sanctissimus, Caliph of the United States of America, Published by Samuel Weiser, 1990. There are many possible reasons that our Frater Superior included this material in _Equinox III: 10_. And this is the real point, is it not? Why did he wish to publissuch things about the history of his own organization? Does he represent a dogmatic threat to the principle of Thelema? Or is he exercising his True Will and putting forth very complex pictures with no easy answers? A picture which leaves room for very many interpretations. It is quite easy for me to see, for example, that all of O.T.O. derived out of the dribble of faltering Masonry, purchased by clever hucksters with an ounce of courage and some writing ability to aid them. And I can take that all the way down to our present Caliph, whose feeble support of the 'Law of Thelema' is laughable at best. Would I be thrown out of the Order for speaking in this way? Will I? I think not. Why? Because my Frater will see it as a perspective, an interjection I am using as an example. My illustration shows that we may express things in the context of a larger work and the true significance of this may be quite difficult to apprehend at first. So it may be with OTO and Merlinus X'. Please look O.T.O. more carefully. I do not support Reuss's words myself, as I am not qualified to assess them, and I am critical of their pomposity. If I who am a member of the Order take such a stand and am allowed to continue doing so, then what can this say about the health of the Order? Does it mean that the Order has 'gone soft' and abandoned its moral principles? Or does it mean that it is strong in its ability to let the will of universal kinship arise on its own, not shackled by some dogmatic requirement? How shall we resolve these two possibilities? I find a high calibre of individual associated with Ordo Templi Orientis. They are often quite intelligent and sometimes very well versed in arcane or usual information. They are quite often artists and geniuses. Having met some 20 longstanding members in the SF Bay Area (many who are or were very heavily involved with the Order), I can vouch for the integrity of the organization as it stands. I have sometimes questioned the policy of Hymenaeus Beta. In these moments I followed my intuition, and I've found little to stop me from requesting a Second initiation from a different O.T.O. body. I'm happily participating in social groups (Feasts or Initiations) and have come to know the Gnostic Mass well enough for my tastes. This doesn't make me an authority on Order politics and explanations, however. I can only hypothesize and relay to you what I understand based on my limited contact with other members. I urge you not to take the words of Merlinus X too far. There are many ways to interpret words, and many people who have become involved with the Order feel very strongly about the sanctity of personal freedom and the preservation of individual vision. I welcome other comment on this issue and will be writing more in response to other posts in this thread. Invoke me under my stars. Love is the law, love under will. I am I!"]} 2026-04-16 20:53:17.345 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.345 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.346 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.346 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.347 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.347 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.347 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.347 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.434 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.434 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.434 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.434 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.436 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.436 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.436 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.436 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.520 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.520 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.520 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.520 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.521 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.521 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.522 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.522 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.606 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.606 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.607 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.607 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.608 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.608 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.608 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.608 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.698 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.698 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.699 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.699 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.700 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.700 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.701 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.701 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.778 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.778 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.778 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.778 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.782 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.782 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.782 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.782 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.865 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.865 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.865 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.865 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.869 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.869 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.869 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.869 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.951 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.951 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.951 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.951 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:17.956 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.956 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:17.956 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:17.956 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:18.037 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.037 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.038 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:18.038 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:18.042 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.042 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.042 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:18.042 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:18.123 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.123 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.124 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:18.124 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:18.128 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.128 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.128 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:18.128 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:18.209 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.209 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.209 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:18.209 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:18.214 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.214 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.214 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:18.214 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:18.294 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.294 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.295 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:18.295 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:18.302 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.302 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.302 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:18.302 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:18.379 3502 kserve.trace response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.379 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[19]} 2026-04-16 20:53:18.379 3502 kserve.trace Got response {'predictions': [19]} 2026-04-16 20:53:18.379 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [19]} 2026-04-16 20:53:23.450 3502 kserve.trace Extracted process ids: {33, 17} 2026-04-16 20:53:23.450 3502 kserve.trace INFO [utils.py:extract_process_ids_from_logs():534] Extracted process ids: {33, 17} [gw0] PASSED predictor/test_sklearn.py::test_sklearn_runtime_kserve predictor/test_sklearn.py::test_sklearn_v2_runtime_mlserver 2026-04-16 20:54:13.600 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:54:13.600 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:54:13.600 3502 kserve.trace Host from isvc status URL = isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:54:13.600 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:54:13.600 3502 kserve.trace Network layer = istio 2026-04-16 20:54:13.600 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:54:13.601 3502 kserve.trace Using external route host: isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:54:13.601 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:54:13.601 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:54:13.601 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:54:13.601 3502 kserve.trace base url = https://isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:54:13.601 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:54:13.601 3502 kserve.trace url: https://isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2-runtime/infer 2026-04-16 20:54:13.601 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2-runtime/infer 2026-04-16 20:54:13.601 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:54:13.601 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:54:13.631 3502 kserve.trace response code: 200, content: {"model_name":"isvc-sklearn-v2-runtime","id":"8fa66c2b-c31f-45b8-877a-be45697c1cb1","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"INT32","parameters":{"content_type":"np"},"data":[1,1]}]} 2026-04-16 20:54:13.631 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-sklearn-v2-runtime","id":"8fa66c2b-c31f-45b8-877a-be45697c1cb1","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"INT32","parameters":{"content_type":"np"},"data":[1,1]}]} 2026-04-16 20:54:13.631 3502 kserve.trace Got response "id": "8fa66c2b-c31f-45b8-877a-be45697c1cb1","model_name": "isvc-sklearn-v2-runtime","outputs": ["name": "predict","shape": [2, 1],"datatype": "INT32","data": [1, 1],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False 2026-04-16 20:54:13.631 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "8fa66c2b-c31f-45b8-877a-be45697c1cb1","model_name": "isvc-sklearn-v2-runtime","outputs": ["name": "predict","shape": [2, 1],"datatype": "INT32","data": [1, 1],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False [gw0] PASSED predictor/test_sklearn.py::test_sklearn_v2_runtime_mlserver predictor/test_sklearn.py::test_sklearn_v2 2026-04-16 20:55:23.796 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:55:23.796 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:55:23.796 3502 kserve.trace Host from isvc status URL = isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.796 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.796 3502 kserve.trace Network layer = istio 2026-04-16 20:55:23.796 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:55:23.797 3502 kserve.trace Using external route host: isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.797 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.797 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:55:23.797 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:55:23.797 3502 kserve.trace base url = https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.797 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.797 3502 kserve.trace url: https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2/infer 2026-04-16 20:55:23.797 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2/infer 2026-04-16 20:55:23.797 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:55:23.797 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 20:55:23.823 3502 kserve.trace response code: 200, content: {"model_name":"isvc-sklearn-v2","model_version":null,"id":"024ada08-b98c-48a0-8c64-4fd4cd8515b8","parameters":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"INT32","parameters":null,"data":[1,1]}]} 2026-04-16 20:55:23.823 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-sklearn-v2","model_version":null,"id":"024ada08-b98c-48a0-8c64-4fd4cd8515b8","parameters":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"INT32","parameters":null,"data":[1,1]}]} 2026-04-16 20:55:23.823 3502 kserve.trace Got response "id": "024ada08-b98c-48a0-8c64-4fd4cd8515b8","model_name": "isvc-sklearn-v2","outputs": ["name": "output-0","shape": [2],"datatype": "INT32","data": [1, 1],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 20:55:23.823 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "024ada08-b98c-48a0-8c64-4fd4cd8515b8","model_name": "isvc-sklearn-v2","outputs": ["name": "output-0","shape": [2],"datatype": "INT32","data": [1, 1],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 20:55:23.864 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:55:23.864 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:55:23.864 3502 kserve.trace Host from isvc status URL = isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.864 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.864 3502 kserve.trace Network layer = istio 2026-04-16 20:55:23.864 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:55:23.864 3502 kserve.trace Using external route host: isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.864 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.864 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:55:23.864 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:55:23.864 3502 kserve.trace base url = https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.864 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.864 3502 kserve.trace url: https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2/infer 2026-04-16 20:55:23.864 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2/infer 2026-04-16 20:55:23.865 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}], 'outputs': [{'name': 'output-0', 'parameters': {'binary_data': True}}]} 2026-04-16 20:55:23.865 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}], 'outputs': [{'name': 'output-0', 'parameters': {'binary_data': True}}]} 2026-04-16 20:55:23.871 3502 kserve.trace response code: 200, content: {"id":"50891790-e5de-46a8-b8b3-4535e6238955","model_name":"isvc-sklearn-v2","model_version":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"INT32","parameters":{"binary_data_size":8}}]} 2026-04-16 20:55:23.871 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"id":"50891790-e5de-46a8-b8b3-4535e6238955","model_name":"isvc-sklearn-v2","model_version":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"INT32","parameters":{"binary_data_size":8}}]} 2026-04-16 20:55:23.871 3502 kserve.trace Got response "id": "50891790-e5de-46a8-b8b3-4535e6238955","model_name": "isvc-sklearn-v2","outputs": ["name": "output-0","shape": [2],"datatype": "INT32","data": [1, 1],"parameters": {}],"parameters": None,"from_grpc": False 2026-04-16 20:55:23.871 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "50891790-e5de-46a8-b8b3-4535e6238955","model_name": "isvc-sklearn-v2","outputs": ["name": "output-0","shape": [2],"datatype": "INT32","data": [1, 1],"parameters": {}],"parameters": None,"from_grpc": False 2026-04-16 20:55:23.921 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:55:23.921 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:55:23.921 3502 kserve.trace Host from isvc status URL = isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.921 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.921 3502 kserve.trace Network layer = istio 2026-04-16 20:55:23.921 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:55:23.921 3502 kserve.trace Using external route host: isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.921 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.921 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:55:23.921 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:55:23.921 3502 kserve.trace base url = https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.921 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:55:23.922 3502 kserve.trace url: https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2/infer 2026-04-16 20:55:23.922 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2/infer 2026-04-16 20:55:23.922 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}], 'parameters': {'binary_data_output': True}} 2026-04-16 20:55:23.922 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}], 'parameters': {'binary_data_output': True}} 2026-04-16 20:55:23.927 3502 kserve.trace response code: 200, content: {"id":"63c3c34e-8137-4bb9-acbb-2f421bdfe41d","model_name":"isvc-sklearn-v2","model_version":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"INT32","parameters":{"binary_data_size":8}}]} 2026-04-16 20:55:23.927 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"id":"63c3c34e-8137-4bb9-acbb-2f421bdfe41d","model_name":"isvc-sklearn-v2","model_version":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"INT32","parameters":{"binary_data_size":8}}]} 2026-04-16 20:55:23.927 3502 kserve.trace Got response "id": "63c3c34e-8137-4bb9-acbb-2f421bdfe41d","model_name": "isvc-sklearn-v2","outputs": ["name": "output-0","shape": [2],"datatype": "INT32","data": [1, 1],"parameters": {}],"parameters": None,"from_grpc": False 2026-04-16 20:55:23.927 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "63c3c34e-8137-4bb9-acbb-2f421bdfe41d","model_name": "isvc-sklearn-v2","outputs": ["name": "output-0","shape": [2],"datatype": "INT32","data": [1, 1],"parameters": {}],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_sklearn.py::test_sklearn_v2 predictor/test_sklearn.py::test_sklearn_v2_grpc [gw0] SKIPPED predictor/test_sklearn.py::test_sklearn_v2_grpc predictor/test_sklearn.py::test_sklearn_v2_mixed 2026-04-16 20:56:44.098 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:56:44.098 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:56:44.098 3502 kserve.trace Host from isvc status URL = isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:56:44.098 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:56:44.098 3502 kserve.trace Network layer = istio 2026-04-16 20:56:44.098 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:56:44.098 3502 kserve.trace Using external route host: isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:56:44.098 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:56:44.098 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:56:44.098 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:56:44.098 3502 kserve.trace base url = https://isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:56:44.098 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:56:44.099 3502 kserve.trace url: https://isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2-mixed/infer 2026-04-16 20:56:44.099 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-v2-mixed-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-sklearn-v2-mixed/infer 2026-04-16 20:56:44.099 3502 kserve.trace request data: {'parameters': {'content_type': 'pd'}, 'inputs': [{'name': 'MSZoning', 'shape': [1], 'datatype': 'BYTES', 'data': ['RL']}, {'name': 'LotArea', 'shape': [1], 'datatype': 'INT32', 'data': [8450]}, {'name': 'LotShape', 'shape': [1], 'datatype': 'BYTES', 'data': ['Reg']}, {'name': 'Utilities', 'shape': [1], 'datatype': 'BYTES', 'data': ['AllPub']}, {'name': 'YrSold', 'shape': [1], 'datatype': 'INT32', 'data': [2008]}, {'name': 'Neighborhood', 'shape': [1], 'datatype': 'BYTES', 'data': ['CollgCr']}, {'name': 'OverallQual', 'shape': [1], 'datatype': 'INT32', 'data': [7]}, {'name': 'YearBuilt', 'shape': [1], 'datatype': 'INT32', 'data': [2003]}, {'name': 'SaleType', 'shape': [1], 'datatype': 'BYTES', 'data': ['WD']}, {'name': 'GarageArea', 'shape': [1], 'datatype': 'INT32', 'data': [548]}]} 2026-04-16 20:56:44.099 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'parameters': {'content_type': 'pd'}, 'inputs': [{'name': 'MSZoning', 'shape': [1], 'datatype': 'BYTES', 'data': ['RL']}, {'name': 'LotArea', 'shape': [1], 'datatype': 'INT32', 'data': [8450]}, {'name': 'LotShape', 'shape': [1], 'datatype': 'BYTES', 'data': ['Reg']}, {'name': 'Utilities', 'shape': [1], 'datatype': 'BYTES', 'data': ['AllPub']}, {'name': 'YrSold', 'shape': [1], 'datatype': 'INT32', 'data': [2008]}, {'name': 'Neighborhood', 'shape': [1], 'datatype': 'BYTES', 'data': ['CollgCr']}, {'name': 'OverallQual', 'shape': [1], 'datatype': 'INT32', 'data': [7]}, {'name': 'YearBuilt', 'shape': [1], 'datatype': 'INT32', 'data': [2003]}, {'name': 'SaleType', 'shape': [1], 'datatype': 'BYTES', 'data': ['WD']}, {'name': 'GarageArea', 'shape': [1], 'datatype': 'INT32', 'data': [548]}]} 2026-04-16 20:56:44.133 3502 kserve.trace response code: 200, content: {"model_name":"isvc-sklearn-v2-mixed","model_version":null,"id":"846ab99d-e658-4f81-a364-3a683c17ecc1","parameters":null,"outputs":[{"name":"output-0","shape":[1],"datatype":"FP64","parameters":null,"data":[12.202832815138274]}]} 2026-04-16 20:56:44.133 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-sklearn-v2-mixed","model_version":null,"id":"846ab99d-e658-4f81-a364-3a683c17ecc1","parameters":null,"outputs":[{"name":"output-0","shape":[1],"datatype":"FP64","parameters":null,"data":[12.202832815138274]}]} 2026-04-16 20:56:44.133 3502 kserve.trace Got response "id": "846ab99d-e658-4f81-a364-3a683c17ecc1","model_name": "isvc-sklearn-v2-mixed","outputs": ["name": "output-0","shape": [1],"datatype": "FP64","data": [12.202832815138274],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 20:56:44.133 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "846ab99d-e658-4f81-a364-3a683c17ecc1","model_name": "isvc-sklearn-v2-mixed","outputs": ["name": "output-0","shape": [1],"datatype": "FP64","data": [12.202832815138274],"parameters": None],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_sklearn.py::test_sklearn_v2_mixed predictor/test_sklearn.py::test_sklearn_v2_mixed_grpc [gw0] SKIPPED predictor/test_sklearn.py::test_sklearn_v2_mixed_grpc predictor/test_tensorflow.py::test_tensorflow_kserve 2026-04-16 20:57:14.262 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:57:14.262 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:57:14.263 3502 kserve.trace Host from isvc status URL = isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:14.263 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:14.263 3502 kserve.trace Network layer = istio 2026-04-16 20:57:14.263 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:57:14.263 3502 kserve.trace Using external route host: isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:14.263 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:14.263 3502 kserve.trace Sending Header = {'Host': 'isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:57:14.263 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:57:14.263 3502 kserve.trace base url = https://isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:14.263 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:14.263 3502 kserve.trace url: https://isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-tensorflow:predict 2026-04-16 20:57:14.263 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-tensorflow-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-tensorflow:predict 2026-04-16 20:57:14.263 3502 kserve.trace request data: {'instances': [{'image_bytes': {'b64': '/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAErASsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwC9A42ir9vA0nOOKxYJhkDqe1bNvO0ZAYdaIsC8LLjOwH60yWDAwY1/75qzDcDAz0qfhl55BqxGE1pCzZwVPt0qJ7MgZQbh7da1Z7bncBVQgoaVhlGFvKlBIwOhqxPFxkdKmdY5xiQYP94daaqtGPKkO5P4X/pU2AoKMMQatWv+tAPXpTJ4ipyBTVYqwYHBFTezA1ivHNRsuRU1tOlymOBIOo9aVoyGNaCIEHanEEEMKXbg07BAx2NICXO5KrvwcVPEcDFRyD5qTYDYhuPuKnA4waitxmQj1FWGX9Ka2ArODzUXU5qxIM81AODzUtjGzHMfvVRcl6mmOMio4V3PSAtwjBUd60l+6DVCMAzH2q6D8v0qo7CIJ3xmsqQ8kmtC5YAVmyctntSbGRkDOT0qWMFyABUWNzD0q5EuxM9zQgJQAqgCkJxS9vemMasA3c8CpFPHNRBgBkinBvSpuBMGxRnPWo1561IOlMBQMEU2R8DFKW2rk1XdsmgCN+TmqskuHIqeUhVNZMkoZyckZqQILTi5UntzWtHMOVbpWQh2zCr6jIBpRGzUjl2jBPHY1chuSODyKx4pOzdKnVyh68VYjbDBlyvSq88G4bhVeG4Kkc8HrV3eGUEVQjLkUr+FRmQgYzV+aMODxzWdIpU0mMerh1wahdCpPvTN21gQamB3jB+qn1rOQDI5GjcMvBFbdvMt1FkfeHWsJhzU1pcG3nDZ4PWlGVgNd4+MigL8uKscMgdeVNRsAORVsRGFwc1G45qfKg/MM/U0jLG3RQPxNS2BCh2OG9DVxwM57GqxRQc8j9asp80I5zjiiIyu64zVdhxVtwMVVak2BUlOTUlumATTXXmpPux0r6AS2vLv7GrLNtFVbM/K596knbgGqT0AqXLZeqbgsRU8x96hJzgCk2A+JPmA61PA4mUSL9wk7fcetULtmEMdvGSJrltgI6hQMsfwH6kVqRIsUaqgAVQAAOwFUgEJ7UwDOc1Ky55/OmtgcCi4EZ6UqqSc0Hk4p46igB44pQaaM5NI7hVx3qkA2V8nHaoAdzE9hTZHOMd6ZczfZoQq/fNDArahcgAxLyf4iKzs0OxJ5696ZUDQP97NaVsdyg+1IPszHlFzU8SRg4jGB6VSQh3linp02mpQm5enNJs9aoBoynfirMFwVOD0qADjDUn3W9qANIsGGQeKqXCK3PekjlIOCeKfJyN1AGXIMZFNik6xscc5U+hqxMgbPrVFwVas2BezvXOMOPvCo2GD7UyOXOG/iHX3p8hGzdn6Vm0M0rG8ZLYxtzz8pp0lyx/iNZUMpzzVkturURKZGP8AEfzpRMw6Nmq5HvTMspz1pAaUVzzhjiptxjPmRnjuKyBNzzxU8NwUbDcqaXoBreYJU3L+VVn5zTEcRvkHKNUjcE4qZdwITyabK3yGpG4GaqzN+7qG9ALNicwn/eNE75UgU2zb/RQfc0krY4rS+gFZgcc0iKM+9Kc81FcI727QxnDyjbu9AepoWrAZpv8Apt7NqB5jA8mAeig/MfxOPyFa4HFQ20KW8KQxrhEUKB7VYXFWAvlkhSDx1PvUchwSAKlD7Uyep6CoS3UnrU9QGHg0DJ5xSb8mjdjvVAOZ9oqs75JOaJX3Hg1GBmmAKRuLt0Xms24lMshbt2qxezgDyEPuxqkxpNjImo4pGOOarmbk0gJvMINWIbp42BB6VBLC0Z9qjVsGjYDqrWVJ4w6n6j0qcxbh71ztndtbyBlPHcetdLayx3Me+Ns+o7irTuJkDRDvwaYVIODWg0IYc9agkgBGDTEUyCv0pwc4wac8ZTg9KjYFRSAil6ZxVOYZFXGPBBqpKKljIFJB61KzFlqJhTkbPBrO+oxysR0qwrkjk1Wxg1IoPBJ4PpSc7BYkOfU0zzHXvke9WNuFBHQ1A/BrKVRoaQm/dweDShyOOtRZB+tAPHNSq6HYv203/LNuh6VeVvkweq1ioxB+lacUm5Nw7jBrVTUoktEsp+SqNw2F4q1I3yCqM5yQKwchpF62Yi0/GkcHgmkh4gAoOSK1UxEfVuKdbKZH8zseF+nrTGO0qo6scVciXgYrWG1xDxwcUm/GQKc3FVS3J5qmwHmUkknoKYXJGaZuBzTd1JMB4PBzxUUkhPApWcnpTFUk1SAdGrOcVW1S/TTbbIwZW4Rff1rQXbEmSefSqC6bHPdNd3Q86U/dDfdQegFUBkWYurnlI2YseWPetSPSZW5llC+yjJrUVABjt6CnHihJICkulWqcsGf/AHjUwt4QMCGMD/cFSM4HWm+YKq4HO/aAww3NRuqtypxTNpFIMisrjFDFDg1ctbySCQSRsQf5/Wqm4MOaT6GlewHY2OrQXWFciOT0J4NaDRq68/nXBLIRwa0bTVLi2wBIWX0bmqU+4rHSSQcFW5HY1TkiKZBGRUtrq8NyNr8N6VaYJIvysCPar0YjGdMDOeKrSL6ng1pXFuUJxyDVCSMgH0qGMqMvao84NTOp61XYkHmspDRYXBxnpSFjG2DyKbEdwK96eR5ilT95elZSKRYglBHlseD0NJKpU4NUlk2nB6VcjlEq7HPzDofWsJTvox2KzcZojbccGnSrgkVCpIkFcdaorblJFg8VctHzlapBs1Ztf9bTw+K01CUS07dvaqMh3TqKulSSTjPHWqCgGdnzkKOtYLGxbDkZoxnEYqR4j5e4HPqKrwncAO2M1X1jVRp+lXFxn7inHu3QCu6E3JKzIaC1lF3qk+05jtgIh/vnlj+AwPzrXUYArnvB0LLoUMshJknZpXJ7kmuhLAZxXcpIgimYjPNVd3HWpJnLHFQgcYp81xjht7U4AGkGFpDPt4QZNaIQ9YiRnoPemng4Tk+tIFdzmRjj0p5dEHFWmAqRfxOeakyAOwquZ93Sk5PJouBM0uKjMrHpUeRn5qQydhRcB3Pc0vHrUYJanbT6UwMX6ikKelafA/gX8qRljPWJfwzScAMsxjNJtx9K0Ht42HykqffkVA8DpzjI9RzUOLQ7lXbijDdRU2zIppX3qRipJ0z1rQttQkj4Ylh655FZjLzQMryDRewHUwXyTphiDnof8aZcQYO5eRXPw3BQ5U4Na1tf5Xa3I9KtSuTYgkjK5x0qpIpwM9K2HRJlLIefSqEsRGR+lRJAUVcxuCO1WpDlROn4iqknTp0p1tPtYo3KNXJOdtGWlcllUMBIvRuv1oGVOD1FOWIiRIz91zgH0qS6VoNwaMgKeJQMgfWvExGK960TeMRpPmqMnD4796JIQsf7s5lGAQT61YeSOS8SFwFkH3WHRuKq6fFJdajMZ3aMRtgqByT269q4nUnJXb2KskMjUiIS7sl32hfTtWhaArIQ42kdaaY/7PvzG6+dFMSWfHC91+nvS2e+Sab7QORNsUZwG7jn0xmpc3a6FYnDpC4lDEl/4G6DtVa5UqRDEADKTj2Hqas3Nkz6hGZGxCFJLL/FzwKluIykkQgQtC53N3Kn0+maxUrNMvRoiEZWPapAJ71keItPkvdPYiNnjg+cQjOZT/8AW61uOY1cGUcryFzUgkZ0JVsDtXfDGWmm9kZuGhX0qJLXT4IACuyMfKe1WZJQFOKiKlSCWycfnUUjjua9ali41PhZk42EbLHNISFFM83nA5pVXPLV3Ql2IaDBf2FOykQycUySUIMDrVZi0h5NbJiJnuGc4WkVWP3qYo29OtSKrt34q0wHhgo4GaCx/CnLCw561OkJP8NWIrBd/apVtj3qysI74FSZjTimBElsO1S+QKQzf3cCk3v60AUiqEcVG0R7DNPIZT92kLY5yRWgFd0I7UwMyGrLHPYGoXQHkVLAYYUlGUwj/oarMhRyrqQam3FDU6yRzoEl7dG7ioaTAzyuR0phQ+tXJreSLn7yHow6GoNhas2h3K5UA5zSrIUI5qQx5qIoBwRUMZehvMEZbB7GrS3Mdy/lMQk3YH+L6HvWJnHHpSs0c0ZinBKeoOCp9Qe1Tz2CxcvY2jY8VXgYMrhhhf73pTY728geO3ukW9tXztuPusvfDe9aECQmMqE3I/OD1FeVmFaKVlua049yNLooVjLD5MMcjORmrZN3LfmHzVjg2bn3LkMvp9TVeS6htbNXSNTk5RiPSrdhdx3ds0lztIcHJHHHt714cr/FY2JTbwGzDJ80kBym48/5xTZHzLFLLEygryw43+lFvJa/YZF52AZEh5IIpkN6k2yCcOcHdtIxzUaktl10gup02zMqlcFRyM0omRElhk25QYGBzu9qqLav9rl+ySII+q7mzz6UxHiXzYbkL9oHzGQHnd2x7VLj0Fc0Fml+y5kjbY2OT/CakaRSEMY/eE7do71krqBkgWNllCzMOdp/P0q35aQPEYHd9wKlSMnjvUuFtykyeW1ju51WQsjIm38e1V5LWRSiGcDy+Hx/ETzmpxK0kgl2ERYwzHru+lJe2pn8trc4kzyC3BHrSTa0ZRG7IkQIbcvTJ65qsUeZ2H3VXqT6065kkSfyIrZiQMFmHHHU06TKWyq7ZbGSfU16GB91uUnotTOYxIVU/eyaSRivFAxgHOaGw3yn8K9+hVhWjeBi01uQFWY05YSe9L5wXjbUiTqeq4+ldcSWSRwkdRmp1RVGW4qITf3TxSg7jljWqJJRJGvTrSGZj0OBTfK3Hini3brV2Ab5jNxTgCetSCE9+DR5ZxinYBAqjmjzVpPKOOtHlU7AVRLwOhoyHFZyuw6VMsz9aq4FghajYYHBpPNzzRvDD0pMCB8HtioiQOhqV1Peq0kZBz2qWBbgu2i44ZT1U9DVwWttdjdAxjfvH/hWGWZDx0qWO4dCGBII7ip5h2L82nlTgvtP+0KrPZSjkbH+jVft9VhnTyrtQQeN4qO7025C+bp06TL/AM8pDj8mH9RSaT2AyJo2X7yEH3FVJJFUdeadN4hlsJvK1Kxnt+cbiNy/nTzf6XerkBTnupK1yVdFcpDdME8935SofKP3s9vetcmCxTZcDcm4/Oh5APrVWK4kuA0dtHjbznODTzAbiaGV0EinO5Dkfn+NfN4ibqTvLRHTHRE8losVspkKT23VY+4z3z9Ka8FvayRyQiT7G/OGHCmp44omsnW5LbsHdGrcLjgfXtQdQVdOkhYeblNqoozx9K57vYTIbmWAT2zoGUOSGUDCk9jS3Fwl7fpsuFjZUAdgM5PSobm/hmsIbZnVmaQEJjgge/arN1FHdxWoh8qBgx3N/s/TuelVta5DZWN79gmliMgaVMkcEBqnhube4s5FmTMjjcGbruPpisvVIn0u5jE9wkz3PAcLjaKkb7Pp8kEkL7lkByHP3SMcj3q+RWTW7Iua0OpLJYzQyZ+VMFAMMD2xn3plnfva3Dw3aeXMg4UntjrVC9vXk8m+ijXbG20kA7m96fNqCSz29y6EmL5Hcp0zjGah0tNtylI14dTVpZHPIz90jk1Na5aLzvNBc/MExwB6fWq7zW63cExVBI8fGO/PFSXksUcgMZbMv+s2jhPeudxWyNUyO7vfOuo0BYKAGc+vtUVwr3upCFNywxrukfH8q02mha0kAjUqqZB6Z46VAl15kGyFQCVOBn+tVSqcmtgavoQtDDgorlSOnOahkzCu6QjaOd3bFPQmGVEeAmM43yZ6+uKknaPa8IAdG4OfSvewlanJ6JL0MZJmb9ttWOVcyeyKT/TFC3Fy5/0fTZCv964kWIfhjcf0qyMRjCKFHsMU1mYmvWi0ZsehuMfvPIiOekbGT9SF/lUhl2+hqDDkU3Yx5NbJiLH2kjocU8XLf3jVUITRsNXcRdE7H+Ol85/7xqmEYdDThuHencC557g/epftL+oqllqTLU7gQKvNPCkHBNOVkIG5amVI2Aw2KYEITqKTYQfSrnkHqMGlMB/u8UgKTKfc00oSORV4REdRQbfnikwMxoh0IqJodp+WtY24I55NNNvj+GpaAx2hYcg0+C5ntmzHIw9uoNXmtjk4FQSQbe1ZO62KRZTVbe7Qw30KAHuRlTUN5YlSj2RhEWeU8sFT9DVCZAB2qvDcSQMfLkIH90nINcmJqtQa6lRjqaUTNNI1rtWJ8E7umfUVIoffHapcA7Ry5GCB/WoLC4juhKZGjSUHaoc4/HPTFVPImsbo3VyywhMjy2OSwPpivm3FuTT3OnoXLuAxTC3FzuWYFtxGDwelN06eHTmfjYe4cckVMyiOSO4nlWSXd8qfwjIqS6uYZb+1V9nmxhjz9OKm+ljNmJetBJqdw8mYlAHl4UqPekt5tQnuVeOESW6ggEN6VY8Tajb6nHBYxnE5bJbHQVDpMdxbXCWECmYjJGDwfqa6Uv3d2tfP8yGJBqcWpTvHdw7Y0G1S33vfH5VB/ZN5GrtegPDJ8lsQ3IPbP1qxc6PEbGW4Fw0FxHlnjK8euKqy67P/AGfBEkb/ALyQYJGFBHaqjr/D2/IhmlYvcaVcpHeRqpC5A/hI+vrVy1vree/vgPnWQj91jqMAdPrVKG6XVZYoZ2ZPJ+YHg7varl8sVlqdvNZkuZ1KMMZIA57VzySbs9xok0/ZCstvdQsuCRtk6qvbBrQWxKwFldjC7fOCfnVewqnA1trLkytiZMojdCh9SO/NT28k8pksN+LhfldsHGPUf0rCd73+81iaBitksnOPlRSWUnhlxVKxaJnCR2hjTqrO2SfpT2tJlb7MzLJCQCW3YJGf8aa8aWDhZWdl6RcYI+prJbWuakrNiCZdwfa3y4+g/wDr1EkYI5/OkjCG1OxtoLDrT9siDBU49ua9fApaNGM77DvIHrxSiFD1wKZ5rZ9KUEsc170DFj/JGeBSi3p6c8ZqYLnoea3RJWNsMcUwwe1XQhPUU7y+MVYGeYcUhirQ8oDjrSGIdSKYGb5dJ5RrQMIPQU3yPaqAykjPpU6R1l29zOhAT5h/d61s28jSLl49n1NNO4CqpHQ08zGPgcmplVT3psiLTsIbHdIxw6496tCNSuQAR6g1mSpg8Ypsd3JC3ysfpSGanlD0pjBV6kVB9viuE2Sh4mP/AC0jP9Kgk02WXm3vkm/2WO1v8Kl+QE8kkXr+VVnngHVAfqaqTaZqEWS8Dkf7Jz/KqLiQZDRupHqprCU5LoNIvy3cfRUT8qpl43kG9FC9ziqbS7eM0eflSvXNefi5TlHQ1glcnu1DeXFbhDvPDHt70+5toZWG26jeeDBUyc+Zj2HP6UkMUJieGEM08gyAR04/SqcNtDYXsVzPdr52SPKAzgnjqK8OPrt+JsTBvPuRDdRPEoG5se/Sori2jsZZFeYusg3K5649KtXLPeX0QikChMh3xnI9qy9ctZY9RiWdzJbsu5SOBmrpq7tsZyNEHTbfRZF8tRJtIEnVmPaq1ldtpzjdJkS4IYDkN6fSqul6XaXBkMrtuJIQZ4X3qndLKLuWISGUQpuDIMFe3Pr2rRQjJuN7kGhrerx3LyNEMoRtlYfxN7Cqtiw1eeGzm/dQRfOXHXPQAVGLL9y7yFEeNcqAfvZ9ahluvs9ukcKmK5XBwBwRnk1pGKS5Ybg0dJZG0jtpIZo8BWPzg859aS2ubi2vY5bmMIJlzC56FQeh9D7VmWIE9rJO75kzkN0GRWhLNeajosyx2jTBfmIf5SPcVzyjrZiHyXTx628kUQ8iYgGQdA2Oa2pIUWKO5tpHNxwjlv4/rWNp0M2raaFtisYUhgX7MK0tPiluoj9omEc8ZZQo6bgec1hVVvloaRZZmWW1jFzNIhiYbWIJ+Q1E01rqN0oeSR1UcBBhc/jz+lWbWKa8jIZAsQOJFc8v7AVS02IxFHkCozE+WhOSR3rFWs31Rqi7A0LRSLblWBGACw+U++Kqi4uI5WRAzhTjIU4NTzzWUEx/erHu6j3Hf9azl1GVh8x4J4NdeCS573aImaS3Of8AWwMPcCp0MMnKPj2NZi3b/wB6p470j70aNX0tKatqc7RpCNlORyPapApzmq0N1bN/ejPvyKuo6EcSK1dSVyRytinja3UUmFz1FL8o6EVdgHgKKXYDzTMgdx+dAkIosA4xDsKPJpPN9qPNHrTA5tBs4Xge1So5HrTTG5HCmmiKQ1QF2OUHgnFSk8etU44znk4NW1QbeTzTEV5Bmqrrz3rSdFxxUDL3xUtDKBB7UbmXoSKtNGOuKYYx6VLAE1C5i+5Mw9qe2r3OPnWN/qtRGIdqY0Xqal3AWXUYHH72yjPuKoSzacTuEBQg9hT5oevFZ8sLHPFcde7VmXEn/eeYtzbdeQDnFPu7KVZo5UkhLxsCD94OfbHWqUbSxgx5zGex7VYa2l/s6NxM0pY/u1QZI+mK+dqRcJnQndGhePGbQO2yMR/MvOM//rrOtymqTML5CsbMNik42iq0cTx2ciXAledJVJjbkIvX86YJUmuw5Lquwgdt/wBPWkoct7feTIfYQ20cs+/zwsbsTsU4I7HNJLo9zY28+oROHSVsuO6qff1ratLiA6O0cpHkiPGdwB4//VVW0uWmsxazo/lzZBcnoMfzo9pK7ZNjKvbeC3KusjzRsnC9dvp+FVHhj+zRsvF2W2kdSR3/AAxW42nyaXL9ktla5gnXO6Q8r+fasW3MqXbwsoM7AgZ4xj6/Wt4Surp3GQ6fFK8skUrEKW+6p4BroLLUpo7l7JciUJkuT8uK5mO21CPUGO8tKnLFDnIqzHdOmpSOJCAVG5mHJp1aanfroTY6K0uDpz/ZCWIGXDp3z6+9WLF7i9vLohkiBfKt6ZHSsHQonvdRmubySRguAFJxx9PSukhsltdRk+yN8kxBCHsTXHWSi2upcS3LMdJkiSWT5X4STt+NUY1k/tF4CVBtiWjdTxIjc8ep57U3Uzf7lR7fdCGyCg3dK0LuaKysYVcDzCwWM7eVz3rFaLu2aIpzWUcTPHdReZFIN6S9Gz3z71Sm0+SNRJC5mg6hh1H1FS3LzvcrNNcJKpGFIOFGDyMdj0qJFubWZpbdv3bHJj6r9R6V6OC3tIzkuw1M8c1MrleCaso0F4uWType4Hr/AFpklnJGN33k/vCvbhDsYtiLLz1qZZcdDVbbkcCnAHtW8SS6s7DoxqZZz6ms0PjrUqyVqmwNETE9zThKezGqKy89alDe9UmIti5cd81ILs+gqiGpd4qrgSC4hI+9SfaYecGssI1OCMO2adwNDz4ienNPE47CqSIT2q1FCfwpgTGTd3xTTz3qVIgKlEQ7UxFXy/SnCLParax47VMsakdKVgKItQad9i9av4A6CgjNS4gZUlkDxjNUbizCg5wAOSa1r6+t7NP3jZbsg5JrltR1Ca+yp/dxdkHf61hU5UtSkmV5prWRinmYj5yw74qKUyCNYbW4KKRwu7H41UWFmc47dfap7aJ5bwY+Zdp3c8189iYWnzNnTF6WHWt3BZwtbvJvn5J2Atkn1Nal49tdaKN6JuhT5Gz0z1Hsax4IBaXztIuUYbd392kupLaK4SRJVZUO5152nH9a5nFSkmhstyWMFxpyQwnDMR5f/wBeoL++utPgt4ZIkw7ArKG+X3xVgSpNJBLYoZTgsQPlO08d6ytZvTq9qbeFNkdq4355PPAIPpnj64rSlFylaW35EMty31ydUTYyOHUDviMU24kuBDJbG0mdo23m5Vcqozyc9/oKct5ZyaD5EETmXAwEUhg44zmtXSdSh/stLedlLbPLkXqzk55x1NKT5FdR2AyIMLcuYZwUCgs55JaibRp49MM7zI4yGYAc8ntV2Hw1DFpzm2u9kj/vA7DgL6GmWp1P+yWHA2pmNxxkgcAj86PaXd4PqFjVleCLT2n2YaNRtK8MQKp6XqM020mPczyEluwH8+P6UzTFuDp9159s8t42XiMg4ZSMEfzqTSrhNTsrqyMUdtK6HDdAD/jWDgkmnrqWhZXv4tUMrMwRslGU5GPatO5gklaK4wJjt+cDnI6jHrWZps88McNnKMCJXRyeQw7Y/WpVvbqynIIV4WO5UIxtB7D6UKnzTUU7D5rIsX1vFqESmJlSc/dbOAf9k+lYkTy20xjdWRgcMp4wa12tbbUpfPspzbXf8SP91/qP6ipJrZpcRX0RhnAwsvUH8e4r2sNhfZxtuYylcpiXOD1PrV63vcEBzj3qhJDLaNslXGfusOhpEkB4rtjeJD1NkxRycj5Se46GoXt2U5x+VVIrhounK+ladtcLKOPxU9RXRFpk2KZiI5IyKaU9K1WgBGV6GoXg9sVaQijgqc1IrVIY8cVGVwaYDw2aN3tUfIOMUZx1FMColwelTLcetY8EzMil12MRyKtI/vVJjNVJ6sJcZ4BrIV8fxVMk2OlO4jYS4Gcc5qdJWx/jWRHcE9MCrUcjN1ancDSDnuRUitVISKg3OwAHcnFQTauqjbANx/vEcUm0hWNZ5khj3yMFHqayLzV5HBW2XaP75/pVCSaS5cF2Lv2H/wBanraTN94rEPVzj9Kzcm9h2KMgLOWclmPJJ5NMispbs/IpCeta6WllEMyFrh/TotLPMzx7eEjHRF4FZOn3Hcx5beCBcMd2OiL0/E96zri6k6Q/JngBa0bqMYJNUU3JcBYY98jDCrjrXFXg+iNIsqbbrbHGznjgA9s9/rVu6sopIo7bcFt4z8zL1Y+/tV2a0EUCNcYeQDkZ4qqLh50MBUfLli/oo7f0ryqlKpFq+5opJk8NjLqdvLcRwxRAjYrg4woHU+grHmt1tdFuJIiRbtIPNbPMuD8oX2J5/Crbx3Oo6WzjfHHI5IROFYD19aFtfK0R/MkEqRfejJ/iPQD/AD61nB8ujfXYe5HGFn8PGHTS0JmfLGQ8r0OM1c02EmTUXhnie7eMJFt5wcYYj86ppNqEcuLe2BtLlVBQj7uM9PSrSSHS7iK8MLbZplXy2Od2Rg49MD9cU5t2aXXX/hwSGH7Tp2gW0UluxYytG28cBc5x+PrWxFdb7dmtoZjE6kR5GSB0/Qg1nWLtNrV2ZhvhY/JC/IxngAU2Rv7S+aKV7ezAbyVX+IBiCD7ZH61lOKk7P1v6jSJbfUdUknaARIG4UkKScDv+NXLCG2mvJpEjLZdmDdmGc7x7+vvVH+0jZazCiZaBIkDKRyD3x+OKtIrmUgYJD70QDgxtnHPfP9KicdNrXGMuruKe/jmRCPLYDPTI71PehhJluR2rLinxNIjLlCxwO4rbhxc2a5O5lG0n+tehhsLrcznIz1GDuGQ3Wtez1QhPJuR5kXTJ61mvGUbHSmjj8K9SneBk9TpPscFzbkQuHjP8BPT8e1Yl5pz2bFgCY/UjkfWi3uXhbKMVP1rUi1NpF2yBXHQ5711WjJE6owgeeePrT1ZlYEZBHStZ7fT5udjQk/3Dx+VQPpqE/u7kH03Cj2bWwXLNleiQhJCFY/ka0Gi4rDNjMvRkb6HFalhcvgW9wCrjhWPetI32YmDwioHgz0rTePNQMuKuwjKeEjmm+Wa0mjB7VEYOaLAciBTwxA60pX0oCVBYqyN3qQSEdqjwT7U4KR0paiJ0uGHQVMLyY8LxVUDHWpFzjHXPQDvRdgSmRmO6Qlj6ntVy2s2lAd/kQ9B3NPtLEIFknAz2X0q8TnhapR6sVyEQiJSEG0d/ekEZ/CpxGep6UpPbFOwiuI6jljwOetWSCBmq0uM5zxUtDKM0TSuscalmY4AFaVvYRWEJPDSsPmf/AD2qzY2/lp50g+dhx7CmXj449qhxS1C5g6g5lc/3RU2n6YptHkuB8snUHuOwqWO0Nzcqh+71b6VpXK7k2Lwo4Fc6pJtzY79DnL28nEj+S+yMcAYqsqg2gnmJkVW3yKeuR0rQvbUD5QKqTxFNKmI/vL/hXmYjDato1jIhsZDc2s0wfypSSsag446ULp8MtzBh2PkoN3s3p/WmwxsbSJVGGLFVA75rXMH2BYY4xnAO73NcyoVHzOJfMjOa+hkQpLGY9pZS6KeG7HNPsw9ksdtKo+yWzM5P94MD/ImoJ4AZSSOSckGtJIftGnvGRmRUIX8ulNYZuNkg5tSOaWOe6ilt412ttQkjtmogkmnak7x/xZHPpUGmyAEQsTw4Zfz6V02pWAY7wPxrqw2D91qREp6nLSoRLkjk81oadP5MoVj8j8GmXMJB5FQbSGx2rtjHkehO5vXNvuGQOaznQqeRWjpt2J0+zSn94B8p/vCn3FqRniuvlT1RBkinq5HtTniKE8UzGDQlYLlpZg3B4NSiXFUgTUqscVohFoSZ6GpEmI4PI9KqA5pwY1SYG/DOJUAPWnOtZNvcGNhnpWj52UDKMjvVCGOtR/jUxkVqaVGaAOU8s96UR+lTDHfmjAzUjItgHWkK1IRTcjtSGN2/hWpY2ohAlkHznoD2qCxtwzea3IXpn1rRxk04oQ8ksetSLGKRIwe9TFcAAVYhp4HFAJHbmpQnA9ajkzyAaTArvhs+lMihEtwoxlRyaGHBPartpEIodzfebk1G4EsjhEz7cVkykuxY9e1Xbh9zEdhTLWIPJvP3V6fWolq7DC2hMMOMfvG+8fT2qb7P/e5qdU4J6AcCpjHhQcU7CMO9h3MTj2rLvYtunMv96RR/M/0robtADjHasfUF/dwJ/tFz/L/GuepHdlIj0Wx82VXYfLDkj6mtOa2Lv0qzodvt0/eRy7E/0q48YBAxzVwpJQSBvU5O8tSr9Kdakoy1sX1sOpFZJTyx+NT7NJhczr60MF84TgN86H612cDC+0+Gbj50BP17/rXP3sXnWaTj70R2t/unp+tX/DlySklqT935l+h61UI2k13B7Fe+ttkmMcVjSxlJOK7O8tw65xmudurYhjjtVSgCZQjchgQcMDkH3ro7O5W+t/mx5q/eHr71ze3axJFWLad7aVZU7dR6iiGjBmvPb5BwOaz5IipzitsMlxCJU6NVaaAOpwMGtrEmTjnpSqKlkRgQccios880rDJR0oBpEp7DPIpgOU81agnaM8niqPSnq5HemgNcbW+YdDUm32rNhmKnrxVoS8fepgYGQBTS5zxUXmUbsnrSAk6n1qSOMuwUVEpArRtY9ibm+81CVwJ0QKqqowBxVhIwelMQAnHep1wBgVQiRUxxT9nPJpiMfTJpxbPTigBXGBwaquCRkmpJGO04NVmY49qhgPiTzZVU9Op+lXZZAM1UtPlV3IxuOB9KJZAX46Ck9EBHIST3rQt4wkap36tVS2jMjbyOAePetSKPb1/GiMeoMcibm56CpXXI9qcigCkm4iNNrQDKusFyfwrJvQDPjsigVryYZxnp1rJ5mlyesj5/WsZrSw0dLYw+XYQr6IKc6j0qaMbVC+gpjjn8a3toIpTx74mB61h3URDV00iA8isq8h+UsB14qXEDNs2RmaCU/u5QUb2z3/CqVpI+n34Zlw0TlJB7dDVhl8t8Gm36b9lwOS/yv7kDr+VZtdSkdaCs0QKkFSMg1kXdttdsUnh673I1q55TlPpWpcxZG/HNarVXJOTnt9ueOtVNpXiuimgDBhisua1OCR2qXEdxdNvTbS7HP7p+vsfWtiYY5HQ965sqy9a1dNvRIn2aU8j7pP8AKqi+giSRBIMj7wqm6ZJBGDVyVdrHtULFXODwabGVFJXqKnVtw5pjrtYhuaFyOnSkBIycVHjHFSqcikZc9KYDQeafvPrUJ4NLvNFwME3IHemG9iTlpAPxrg/7QnbrNIf+BGpraR5ZQoyWY4FZ8wHoWnTx3cp2HKJyT2rdjOTWJpUC2tskI6jlj6mtpGAFaoCynB4HNSphScjJqBHwcipN/HuaYibzMdOtG4EYqEMCPencAHFIBJXAXHaoDlwOwpxy30pBjIHYVLGSb9sfHbpUagyuFHUmo5JMtgdBVqyjyTIe/A+lK12BegQAAAcAcVaUHNMRMKKnXGMitCSUDAqG5bjFTZGCap3DDGaljKFw2I5Gz2x+dUrRN17AuONwqzcnMeP7xqPThnUY/QAn/P51k1eSGjpM4HvUTHrTlPHNROeSexrckc/K8duaguIg8RHerIGUP0pjr8ucdKAOcuYjux3zUGzzIJIT1IyPqK1b2Hdll6is4fLKDjvUNDRSs7g2t3FMP4WGfp3rtjiSMHqCK4adNk7pjjJxXV6Ncefp6AnLINppQ7DYyaHDHaao+ScsOtbE6dGFUnXkkVpYkyprXcM4rPeF4XyMjB4I7V0YUEGopLVXBBHWpcRmfDdi4jCScSAfnUchwxp8thhuOMVE0Mu3ruxQMBJng80dDkdKrsxQ8jFOWQ9c0XAtA57Yp3eoVcHvUm71oAR1zUW2pjg0m2lYDxFQc1saGmdQiz25rPEfNa+iri9U+xrGO4Hd2bYArSjO41j2rHArSSTA4rdMC8JNowKcCTjmqqNuFTqcDmmBMCQODQWLcA8UzOeO1Ix7CgALYXimF9qZNVp5xvWFD8xPzH0FEkmSBUtgSpmSRVHVjW7bxhVAHQcVj6aheZpP7vArbT5acUJkwFTj2qBOmTUobkYqhDyflNUJznirjHGRVC4btSYylcHlR7Zo00/6cfZD/MUydssx7dKTTmH21vdD/MVmviGdErfJULHAIzxmlDfKKimPHHrWxJaTlCO9SDBGCO1QxN8n4VMBwPWgDPuo8ZI6VkSRgOCOhreuANprGuEKscdM8UhmZqCbLkH+8oNaHh6fbO8RPDDIqnqfIhbvgjNRafN5F9C3bdistpDOycZ47VQkADlfyrQPIyOtVLlAQHHUVsSVhgZp+3IBFRZwwJ6Gp044HQ0DIZo8jP51QkXYT7VrlQciqVxH19aGBlzqMhu3Q1WeLbyvFXJB1WoFPGKzkNFfJU09Zh3pzpmoHSlcZZ81fWk89fWqmD2pMUcwWPMQvNXrBjHcRkddwFUhVqDggjrWC3A7W2YgYrRjY4rMtTmNT32itJOgreIFtGx0qdSe/Sq0fT8amXk1YibJPPaqVzfAApFye7Ut8zARqCQrZyB3rO6jmonK2g0iS3bMpYntUzP3qCH+OpO4qUNnQadH5dqmep5NaAJ4qvB9xfpU461siCdTlQTUhOce1Rp92pOxoAbI2Kz5z8w/OtB+1Ztx95vpSYFKU5TNRWLldQUeqGpJfun6VBZf8hNf90/yrNbjOkV8pmoJXOCD1Bp0X+pqK4+6a2EXbdsoAatRnjPeqNt91aux0IRDMODWTcja49DWvN1rJuvvGgZl34zAmezGs8NtYEdjWhf/AOpH1/xrPHU1jLcpHbW0omtY3B4YCkccFT0NVNGJOmLn3q3J0rZbEmbJmOQoenUVLBJztqO+6p9aZGTvBpAaQ+YfSoJUzk1Knf6UjfcNUBiXSFTVHcUc+hrTvvu/hWY4+UVEhkoIYUx0psR+apm6VBRUZcUYFSuKZgUAf//Z'}, 'key': ' 1'}]} 2026-04-16 20:57:14.263 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [{'image_bytes': {'b64': '/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAErASsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwC9A42ir9vA0nOOKxYJhkDqe1bNvO0ZAYdaIsC8LLjOwH60yWDAwY1/75qzDcDAz0qfhl55BqxGE1pCzZwVPt0qJ7MgZQbh7da1Z7bncBVQgoaVhlGFvKlBIwOhqxPFxkdKmdY5xiQYP94daaqtGPKkO5P4X/pU2AoKMMQatWv+tAPXpTJ4ipyBTVYqwYHBFTezA1ivHNRsuRU1tOlymOBIOo9aVoyGNaCIEHanEEEMKXbg07BAx2NICXO5KrvwcVPEcDFRyD5qTYDYhuPuKnA4waitxmQj1FWGX9Ka2ArODzUXU5qxIM81AODzUtjGzHMfvVRcl6mmOMio4V3PSAtwjBUd60l+6DVCMAzH2q6D8v0qo7CIJ3xmsqQ8kmtC5YAVmyctntSbGRkDOT0qWMFyABUWNzD0q5EuxM9zQgJQAqgCkJxS9vemMasA3c8CpFPHNRBgBkinBvSpuBMGxRnPWo1561IOlMBQMEU2R8DFKW2rk1XdsmgCN+TmqskuHIqeUhVNZMkoZyckZqQILTi5UntzWtHMOVbpWQh2zCr6jIBpRGzUjl2jBPHY1chuSODyKx4pOzdKnVyh68VYjbDBlyvSq88G4bhVeG4Kkc8HrV3eGUEVQjLkUr+FRmQgYzV+aMODxzWdIpU0mMerh1wahdCpPvTN21gQamB3jB+qn1rOQDI5GjcMvBFbdvMt1FkfeHWsJhzU1pcG3nDZ4PWlGVgNd4+MigL8uKscMgdeVNRsAORVsRGFwc1G45qfKg/MM/U0jLG3RQPxNS2BCh2OG9DVxwM57GqxRQc8j9asp80I5zjiiIyu64zVdhxVtwMVVak2BUlOTUlumATTXXmpPux0r6AS2vLv7GrLNtFVbM/K596knbgGqT0AqXLZeqbgsRU8x96hJzgCk2A+JPmA61PA4mUSL9wk7fcetULtmEMdvGSJrltgI6hQMsfwH6kVqRIsUaqgAVQAAOwFUgEJ7UwDOc1Ky55/OmtgcCi4EZ6UqqSc0Hk4p46igB44pQaaM5NI7hVx3qkA2V8nHaoAdzE9hTZHOMd6ZczfZoQq/fNDArahcgAxLyf4iKzs0OxJ5696ZUDQP97NaVsdyg+1IPszHlFzU8SRg4jGB6VSQh3linp02mpQm5enNJs9aoBoynfirMFwVOD0qADjDUn3W9qANIsGGQeKqXCK3PekjlIOCeKfJyN1AGXIMZFNik6xscc5U+hqxMgbPrVFwVas2BezvXOMOPvCo2GD7UyOXOG/iHX3p8hGzdn6Vm0M0rG8ZLYxtzz8pp0lyx/iNZUMpzzVkturURKZGP8AEfzpRMw6Nmq5HvTMspz1pAaUVzzhjiptxjPmRnjuKyBNzzxU8NwUbDcqaXoBreYJU3L+VVn5zTEcRvkHKNUjcE4qZdwITyabK3yGpG4GaqzN+7qG9ALNicwn/eNE75UgU2zb/RQfc0krY4rS+gFZgcc0iKM+9Kc81FcI727QxnDyjbu9AepoWrAZpv8Apt7NqB5jA8mAeig/MfxOPyFa4HFQ20KW8KQxrhEUKB7VYXFWAvlkhSDx1PvUchwSAKlD7Uyep6CoS3UnrU9QGHg0DJ5xSb8mjdjvVAOZ9oqs75JOaJX3Hg1GBmmAKRuLt0Xms24lMshbt2qxezgDyEPuxqkxpNjImo4pGOOarmbk0gJvMINWIbp42BB6VBLC0Z9qjVsGjYDqrWVJ4w6n6j0qcxbh71ztndtbyBlPHcetdLayx3Me+Ns+o7irTuJkDRDvwaYVIODWg0IYc9agkgBGDTEUyCv0pwc4wac8ZTg9KjYFRSAil6ZxVOYZFXGPBBqpKKljIFJB61KzFlqJhTkbPBrO+oxysR0qwrkjk1Wxg1IoPBJ4PpSc7BYkOfU0zzHXvke9WNuFBHQ1A/BrKVRoaQm/dweDShyOOtRZB+tAPHNSq6HYv203/LNuh6VeVvkweq1ioxB+lacUm5Nw7jBrVTUoktEsp+SqNw2F4q1I3yCqM5yQKwchpF62Yi0/GkcHgmkh4gAoOSK1UxEfVuKdbKZH8zseF+nrTGO0qo6scVciXgYrWG1xDxwcUm/GQKc3FVS3J5qmwHmUkknoKYXJGaZuBzTd1JMB4PBzxUUkhPApWcnpTFUk1SAdGrOcVW1S/TTbbIwZW4Rff1rQXbEmSefSqC6bHPdNd3Q86U/dDfdQegFUBkWYurnlI2YseWPetSPSZW5llC+yjJrUVABjt6CnHihJICkulWqcsGf/AHjUwt4QMCGMD/cFSM4HWm+YKq4HO/aAww3NRuqtypxTNpFIMisrjFDFDg1ctbySCQSRsQf5/Wqm4MOaT6GlewHY2OrQXWFciOT0J4NaDRq68/nXBLIRwa0bTVLi2wBIWX0bmqU+4rHSSQcFW5HY1TkiKZBGRUtrq8NyNr8N6VaYJIvysCPar0YjGdMDOeKrSL6ng1pXFuUJxyDVCSMgH0qGMqMvao84NTOp61XYkHmspDRYXBxnpSFjG2DyKbEdwK96eR5ilT95elZSKRYglBHlseD0NJKpU4NUlk2nB6VcjlEq7HPzDofWsJTvox2KzcZojbccGnSrgkVCpIkFcdaorblJFg8VctHzlapBs1Ztf9bTw+K01CUS07dvaqMh3TqKulSSTjPHWqCgGdnzkKOtYLGxbDkZoxnEYqR4j5e4HPqKrwncAO2M1X1jVRp+lXFxn7inHu3QCu6E3JKzIaC1lF3qk+05jtgIh/vnlj+AwPzrXUYArnvB0LLoUMshJknZpXJ7kmuhLAZxXcpIgimYjPNVd3HWpJnLHFQgcYp81xjht7U4AGkGFpDPt4QZNaIQ9YiRnoPemng4Tk+tIFdzmRjj0p5dEHFWmAqRfxOeakyAOwquZ93Sk5PJouBM0uKjMrHpUeRn5qQydhRcB3Pc0vHrUYJanbT6UwMX6ikKelafA/gX8qRljPWJfwzScAMsxjNJtx9K0Ht42HykqffkVA8DpzjI9RzUOLQ7lXbijDdRU2zIppX3qRipJ0z1rQttQkj4Ylh655FZjLzQMryDRewHUwXyTphiDnof8aZcQYO5eRXPw3BQ5U4Na1tf5Xa3I9KtSuTYgkjK5x0qpIpwM9K2HRJlLIefSqEsRGR+lRJAUVcxuCO1WpDlROn4iqknTp0p1tPtYo3KNXJOdtGWlcllUMBIvRuv1oGVOD1FOWIiRIz91zgH0qS6VoNwaMgKeJQMgfWvExGK960TeMRpPmqMnD4796JIQsf7s5lGAQT61YeSOS8SFwFkH3WHRuKq6fFJdajMZ3aMRtgqByT269q4nUnJXb2KskMjUiIS7sl32hfTtWhaArIQ42kdaaY/7PvzG6+dFMSWfHC91+nvS2e+Sab7QORNsUZwG7jn0xmpc3a6FYnDpC4lDEl/4G6DtVa5UqRDEADKTj2Hqas3Nkz6hGZGxCFJLL/FzwKluIykkQgQtC53N3Kn0+maxUrNMvRoiEZWPapAJ71keItPkvdPYiNnjg+cQjOZT/8AW61uOY1cGUcryFzUgkZ0JVsDtXfDGWmm9kZuGhX0qJLXT4IACuyMfKe1WZJQFOKiKlSCWycfnUUjjua9ali41PhZk42EbLHNISFFM83nA5pVXPLV3Ql2IaDBf2FOykQycUySUIMDrVZi0h5NbJiJnuGc4WkVWP3qYo29OtSKrt34q0wHhgo4GaCx/CnLCw561OkJP8NWIrBd/apVtj3qysI74FSZjTimBElsO1S+QKQzf3cCk3v60AUiqEcVG0R7DNPIZT92kLY5yRWgFd0I7UwMyGrLHPYGoXQHkVLAYYUlGUwj/oarMhRyrqQam3FDU6yRzoEl7dG7ioaTAzyuR0phQ+tXJreSLn7yHow6GoNhas2h3K5UA5zSrIUI5qQx5qIoBwRUMZehvMEZbB7GrS3Mdy/lMQk3YH+L6HvWJnHHpSs0c0ZinBKeoOCp9Qe1Tz2CxcvY2jY8VXgYMrhhhf73pTY728geO3ukW9tXztuPusvfDe9aECQmMqE3I/OD1FeVmFaKVlua049yNLooVjLD5MMcjORmrZN3LfmHzVjg2bn3LkMvp9TVeS6htbNXSNTk5RiPSrdhdx3ds0lztIcHJHHHt714cr/FY2JTbwGzDJ80kBym48/5xTZHzLFLLEygryw43+lFvJa/YZF52AZEh5IIpkN6k2yCcOcHdtIxzUaktl10gup02zMqlcFRyM0omRElhk25QYGBzu9qqLav9rl+ySII+q7mzz6UxHiXzYbkL9oHzGQHnd2x7VLj0Fc0Fml+y5kjbY2OT/CakaRSEMY/eE7do71krqBkgWNllCzMOdp/P0q35aQPEYHd9wKlSMnjvUuFtykyeW1ju51WQsjIm38e1V5LWRSiGcDy+Hx/ETzmpxK0kgl2ERYwzHru+lJe2pn8trc4kzyC3BHrSTa0ZRG7IkQIbcvTJ65qsUeZ2H3VXqT6065kkSfyIrZiQMFmHHHU06TKWyq7ZbGSfU16GB91uUnotTOYxIVU/eyaSRivFAxgHOaGw3yn8K9+hVhWjeBi01uQFWY05YSe9L5wXjbUiTqeq4+ldcSWSRwkdRmp1RVGW4qITf3TxSg7jljWqJJRJGvTrSGZj0OBTfK3Hini3brV2Ab5jNxTgCetSCE9+DR5ZxinYBAqjmjzVpPKOOtHlU7AVRLwOhoyHFZyuw6VMsz9aq4FghajYYHBpPNzzRvDD0pMCB8HtioiQOhqV1Peq0kZBz2qWBbgu2i44ZT1U9DVwWttdjdAxjfvH/hWGWZDx0qWO4dCGBII7ip5h2L82nlTgvtP+0KrPZSjkbH+jVft9VhnTyrtQQeN4qO7025C+bp06TL/AM8pDj8mH9RSaT2AyJo2X7yEH3FVJJFUdeadN4hlsJvK1Kxnt+cbiNy/nTzf6XerkBTnupK1yVdFcpDdME8935SofKP3s9vetcmCxTZcDcm4/Oh5APrVWK4kuA0dtHjbznODTzAbiaGV0EinO5Dkfn+NfN4ibqTvLRHTHRE8losVspkKT23VY+4z3z9Ka8FvayRyQiT7G/OGHCmp44omsnW5LbsHdGrcLjgfXtQdQVdOkhYeblNqoozx9K57vYTIbmWAT2zoGUOSGUDCk9jS3Fwl7fpsuFjZUAdgM5PSobm/hmsIbZnVmaQEJjgge/arN1FHdxWoh8qBgx3N/s/TuelVta5DZWN79gmliMgaVMkcEBqnhube4s5FmTMjjcGbruPpisvVIn0u5jE9wkz3PAcLjaKkb7Pp8kEkL7lkByHP3SMcj3q+RWTW7Iua0OpLJYzQyZ+VMFAMMD2xn3plnfva3Dw3aeXMg4UntjrVC9vXk8m+ijXbG20kA7m96fNqCSz29y6EmL5Hcp0zjGah0tNtylI14dTVpZHPIz90jk1Na5aLzvNBc/MExwB6fWq7zW63cExVBI8fGO/PFSXksUcgMZbMv+s2jhPeudxWyNUyO7vfOuo0BYKAGc+vtUVwr3upCFNywxrukfH8q02mha0kAjUqqZB6Z46VAl15kGyFQCVOBn+tVSqcmtgavoQtDDgorlSOnOahkzCu6QjaOd3bFPQmGVEeAmM43yZ6+uKknaPa8IAdG4OfSvewlanJ6JL0MZJmb9ttWOVcyeyKT/TFC3Fy5/0fTZCv964kWIfhjcf0qyMRjCKFHsMU1mYmvWi0ZsehuMfvPIiOekbGT9SF/lUhl2+hqDDkU3Yx5NbJiLH2kjocU8XLf3jVUITRsNXcRdE7H+Ol85/7xqmEYdDThuHencC557g/epftL+oqllqTLU7gQKvNPCkHBNOVkIG5amVI2Aw2KYEITqKTYQfSrnkHqMGlMB/u8UgKTKfc00oSORV4REdRQbfnikwMxoh0IqJodp+WtY24I55NNNvj+GpaAx2hYcg0+C5ntmzHIw9uoNXmtjk4FQSQbe1ZO62KRZTVbe7Qw30KAHuRlTUN5YlSj2RhEWeU8sFT9DVCZAB2qvDcSQMfLkIH90nINcmJqtQa6lRjqaUTNNI1rtWJ8E7umfUVIoffHapcA7Ry5GCB/WoLC4juhKZGjSUHaoc4/HPTFVPImsbo3VyywhMjy2OSwPpivm3FuTT3OnoXLuAxTC3FzuWYFtxGDwelN06eHTmfjYe4cckVMyiOSO4nlWSXd8qfwjIqS6uYZb+1V9nmxhjz9OKm+ljNmJetBJqdw8mYlAHl4UqPekt5tQnuVeOESW6ggEN6VY8Tajb6nHBYxnE5bJbHQVDpMdxbXCWECmYjJGDwfqa6Uv3d2tfP8yGJBqcWpTvHdw7Y0G1S33vfH5VB/ZN5GrtegPDJ8lsQ3IPbP1qxc6PEbGW4Fw0FxHlnjK8euKqy67P/AGfBEkb/ALyQYJGFBHaqjr/D2/IhmlYvcaVcpHeRqpC5A/hI+vrVy1vree/vgPnWQj91jqMAdPrVKG6XVZYoZ2ZPJ+YHg7varl8sVlqdvNZkuZ1KMMZIA57VzySbs9xok0/ZCstvdQsuCRtk6qvbBrQWxKwFldjC7fOCfnVewqnA1trLkytiZMojdCh9SO/NT28k8pksN+LhfldsHGPUf0rCd73+81iaBitksnOPlRSWUnhlxVKxaJnCR2hjTqrO2SfpT2tJlb7MzLJCQCW3YJGf8aa8aWDhZWdl6RcYI+prJbWuakrNiCZdwfa3y4+g/wDr1EkYI5/OkjCG1OxtoLDrT9siDBU49ua9fApaNGM77DvIHrxSiFD1wKZ5rZ9KUEsc170DFj/JGeBSi3p6c8ZqYLnoea3RJWNsMcUwwe1XQhPUU7y+MVYGeYcUhirQ8oDjrSGIdSKYGb5dJ5RrQMIPQU3yPaqAykjPpU6R1l29zOhAT5h/d61s28jSLl49n1NNO4CqpHQ08zGPgcmplVT3psiLTsIbHdIxw6496tCNSuQAR6g1mSpg8Ypsd3JC3ysfpSGanlD0pjBV6kVB9viuE2Sh4mP/AC0jP9Kgk02WXm3vkm/2WO1v8Kl+QE8kkXr+VVnngHVAfqaqTaZqEWS8Dkf7Jz/KqLiQZDRupHqprCU5LoNIvy3cfRUT8qpl43kG9FC9ziqbS7eM0eflSvXNefi5TlHQ1glcnu1DeXFbhDvPDHt70+5toZWG26jeeDBUyc+Zj2HP6UkMUJieGEM08gyAR04/SqcNtDYXsVzPdr52SPKAzgnjqK8OPrt+JsTBvPuRDdRPEoG5se/Sori2jsZZFeYusg3K5649KtXLPeX0QikChMh3xnI9qy9ctZY9RiWdzJbsu5SOBmrpq7tsZyNEHTbfRZF8tRJtIEnVmPaq1ldtpzjdJkS4IYDkN6fSqul6XaXBkMrtuJIQZ4X3qndLKLuWISGUQpuDIMFe3Pr2rRQjJuN7kGhrerx3LyNEMoRtlYfxN7Cqtiw1eeGzm/dQRfOXHXPQAVGLL9y7yFEeNcqAfvZ9ahluvs9ukcKmK5XBwBwRnk1pGKS5Ybg0dJZG0jtpIZo8BWPzg859aS2ubi2vY5bmMIJlzC56FQeh9D7VmWIE9rJO75kzkN0GRWhLNeajosyx2jTBfmIf5SPcVzyjrZiHyXTx628kUQ8iYgGQdA2Oa2pIUWKO5tpHNxwjlv4/rWNp0M2raaFtisYUhgX7MK0tPiluoj9omEc8ZZQo6bgec1hVVvloaRZZmWW1jFzNIhiYbWIJ+Q1E01rqN0oeSR1UcBBhc/jz+lWbWKa8jIZAsQOJFc8v7AVS02IxFHkCozE+WhOSR3rFWs31Rqi7A0LRSLblWBGACw+U++Kqi4uI5WRAzhTjIU4NTzzWUEx/erHu6j3Hf9azl1GVh8x4J4NdeCS573aImaS3Of8AWwMPcCp0MMnKPj2NZi3b/wB6p470j70aNX0tKatqc7RpCNlORyPapApzmq0N1bN/ejPvyKuo6EcSK1dSVyRytinja3UUmFz1FL8o6EVdgHgKKXYDzTMgdx+dAkIosA4xDsKPJpPN9qPNHrTA5tBs4Xge1So5HrTTG5HCmmiKQ1QF2OUHgnFSk8etU44znk4NW1QbeTzTEV5Bmqrrz3rSdFxxUDL3xUtDKBB7UbmXoSKtNGOuKYYx6VLAE1C5i+5Mw9qe2r3OPnWN/qtRGIdqY0Xqal3AWXUYHH72yjPuKoSzacTuEBQg9hT5oevFZ8sLHPFcde7VmXEn/eeYtzbdeQDnFPu7KVZo5UkhLxsCD94OfbHWqUbSxgx5zGex7VYa2l/s6NxM0pY/u1QZI+mK+dqRcJnQndGhePGbQO2yMR/MvOM//rrOtymqTML5CsbMNik42iq0cTx2ciXAledJVJjbkIvX86YJUmuw5Lquwgdt/wBPWkoct7feTIfYQ20cs+/zwsbsTsU4I7HNJLo9zY28+oROHSVsuO6qff1ratLiA6O0cpHkiPGdwB4//VVW0uWmsxazo/lzZBcnoMfzo9pK7ZNjKvbeC3KusjzRsnC9dvp+FVHhj+zRsvF2W2kdSR3/AAxW42nyaXL9ktla5gnXO6Q8r+fasW3MqXbwsoM7AgZ4xj6/Wt4Surp3GQ6fFK8skUrEKW+6p4BroLLUpo7l7JciUJkuT8uK5mO21CPUGO8tKnLFDnIqzHdOmpSOJCAVG5mHJp1aanfroTY6K0uDpz/ZCWIGXDp3z6+9WLF7i9vLohkiBfKt6ZHSsHQonvdRmubySRguAFJxx9PSukhsltdRk+yN8kxBCHsTXHWSi2upcS3LMdJkiSWT5X4STt+NUY1k/tF4CVBtiWjdTxIjc8ep57U3Uzf7lR7fdCGyCg3dK0LuaKysYVcDzCwWM7eVz3rFaLu2aIpzWUcTPHdReZFIN6S9Gz3z71Sm0+SNRJC5mg6hh1H1FS3LzvcrNNcJKpGFIOFGDyMdj0qJFubWZpbdv3bHJj6r9R6V6OC3tIzkuw1M8c1MrleCaso0F4uWType4Hr/AFpklnJGN33k/vCvbhDsYtiLLz1qZZcdDVbbkcCnAHtW8SS6s7DoxqZZz6ms0PjrUqyVqmwNETE9zThKezGqKy89alDe9UmIti5cd81ILs+gqiGpd4qrgSC4hI+9SfaYecGssI1OCMO2adwNDz4ienNPE47CqSIT2q1FCfwpgTGTd3xTTz3qVIgKlEQ7UxFXy/SnCLParax47VMsakdKVgKItQad9i9av4A6CgjNS4gZUlkDxjNUbizCg5wAOSa1r6+t7NP3jZbsg5JrltR1Ca+yp/dxdkHf61hU5UtSkmV5prWRinmYj5yw74qKUyCNYbW4KKRwu7H41UWFmc47dfap7aJ5bwY+Zdp3c8189iYWnzNnTF6WHWt3BZwtbvJvn5J2Atkn1Nal49tdaKN6JuhT5Gz0z1Hsax4IBaXztIuUYbd392kupLaK4SRJVZUO5152nH9a5nFSkmhstyWMFxpyQwnDMR5f/wBeoL++utPgt4ZIkw7ArKG+X3xVgSpNJBLYoZTgsQPlO08d6ytZvTq9qbeFNkdq4355PPAIPpnj64rSlFylaW35EMty31ydUTYyOHUDviMU24kuBDJbG0mdo23m5Vcqozyc9/oKct5ZyaD5EETmXAwEUhg44zmtXSdSh/stLedlLbPLkXqzk55x1NKT5FdR2AyIMLcuYZwUCgs55JaibRp49MM7zI4yGYAc8ntV2Hw1DFpzm2u9kj/vA7DgL6GmWp1P+yWHA2pmNxxkgcAj86PaXd4PqFjVleCLT2n2YaNRtK8MQKp6XqM020mPczyEluwH8+P6UzTFuDp9159s8t42XiMg4ZSMEfzqTSrhNTsrqyMUdtK6HDdAD/jWDgkmnrqWhZXv4tUMrMwRslGU5GPatO5gklaK4wJjt+cDnI6jHrWZps88McNnKMCJXRyeQw7Y/WpVvbqynIIV4WO5UIxtB7D6UKnzTUU7D5rIsX1vFqESmJlSc/dbOAf9k+lYkTy20xjdWRgcMp4wa12tbbUpfPspzbXf8SP91/qP6ipJrZpcRX0RhnAwsvUH8e4r2sNhfZxtuYylcpiXOD1PrV63vcEBzj3qhJDLaNslXGfusOhpEkB4rtjeJD1NkxRycj5Se46GoXt2U5x+VVIrhounK+ladtcLKOPxU9RXRFpk2KZiI5IyKaU9K1WgBGV6GoXg9sVaQijgqc1IrVIY8cVGVwaYDw2aN3tUfIOMUZx1FMColwelTLcetY8EzMil12MRyKtI/vVJjNVJ6sJcZ4BrIV8fxVMk2OlO4jYS4Gcc5qdJWx/jWRHcE9MCrUcjN1ancDSDnuRUitVISKg3OwAHcnFQTauqjbANx/vEcUm0hWNZ5khj3yMFHqayLzV5HBW2XaP75/pVCSaS5cF2Lv2H/wBanraTN94rEPVzj9Kzcm9h2KMgLOWclmPJJ5NMispbs/IpCeta6WllEMyFrh/TotLPMzx7eEjHRF4FZOn3Hcx5beCBcMd2OiL0/E96zri6k6Q/JngBa0bqMYJNUU3JcBYY98jDCrjrXFXg+iNIsqbbrbHGznjgA9s9/rVu6sopIo7bcFt4z8zL1Y+/tV2a0EUCNcYeQDkZ4qqLh50MBUfLli/oo7f0ryqlKpFq+5opJk8NjLqdvLcRwxRAjYrg4woHU+grHmt1tdFuJIiRbtIPNbPMuD8oX2J5/Crbx3Oo6WzjfHHI5IROFYD19aFtfK0R/MkEqRfejJ/iPQD/AD61nB8ujfXYe5HGFn8PGHTS0JmfLGQ8r0OM1c02EmTUXhnie7eMJFt5wcYYj86ppNqEcuLe2BtLlVBQj7uM9PSrSSHS7iK8MLbZplXy2Od2Rg49MD9cU5t2aXXX/hwSGH7Tp2gW0UluxYytG28cBc5x+PrWxFdb7dmtoZjE6kR5GSB0/Qg1nWLtNrV2ZhvhY/JC/IxngAU2Rv7S+aKV7ezAbyVX+IBiCD7ZH61lOKk7P1v6jSJbfUdUknaARIG4UkKScDv+NXLCG2mvJpEjLZdmDdmGc7x7+vvVH+0jZazCiZaBIkDKRyD3x+OKtIrmUgYJD70QDgxtnHPfP9KicdNrXGMuruKe/jmRCPLYDPTI71PehhJluR2rLinxNIjLlCxwO4rbhxc2a5O5lG0n+tehhsLrcznIz1GDuGQ3Wtez1QhPJuR5kXTJ61mvGUbHSmjj8K9SneBk9TpPscFzbkQuHjP8BPT8e1Yl5pz2bFgCY/UjkfWi3uXhbKMVP1rUi1NpF2yBXHQ5711WjJE6owgeeePrT1ZlYEZBHStZ7fT5udjQk/3Dx+VQPpqE/u7kH03Cj2bWwXLNleiQhJCFY/ka0Gi4rDNjMvRkb6HFalhcvgW9wCrjhWPetI32YmDwioHgz0rTePNQMuKuwjKeEjmm+Wa0mjB7VEYOaLAciBTwxA60pX0oCVBYqyN3qQSEdqjwT7U4KR0paiJ0uGHQVMLyY8LxVUDHWpFzjHXPQDvRdgSmRmO6Qlj6ntVy2s2lAd/kQ9B3NPtLEIFknAz2X0q8TnhapR6sVyEQiJSEG0d/ekEZ/CpxGep6UpPbFOwiuI6jljwOetWSCBmq0uM5zxUtDKM0TSuscalmY4AFaVvYRWEJPDSsPmf/AD2qzY2/lp50g+dhx7CmXj449qhxS1C5g6g5lc/3RU2n6YptHkuB8snUHuOwqWO0Nzcqh+71b6VpXK7k2Lwo4Fc6pJtzY79DnL28nEj+S+yMcAYqsqg2gnmJkVW3yKeuR0rQvbUD5QKqTxFNKmI/vL/hXmYjDato1jIhsZDc2s0wfypSSsag446ULp8MtzBh2PkoN3s3p/WmwxsbSJVGGLFVA75rXMH2BYY4xnAO73NcyoVHzOJfMjOa+hkQpLGY9pZS6KeG7HNPsw9ksdtKo+yWzM5P94MD/ImoJ4AZSSOSckGtJIftGnvGRmRUIX8ulNYZuNkg5tSOaWOe6ilt412ttQkjtmogkmnak7x/xZHPpUGmyAEQsTw4Zfz6V02pWAY7wPxrqw2D91qREp6nLSoRLkjk81oadP5MoVj8j8GmXMJB5FQbSGx2rtjHkehO5vXNvuGQOaznQqeRWjpt2J0+zSn94B8p/vCn3FqRniuvlT1RBkinq5HtTniKE8UzGDQlYLlpZg3B4NSiXFUgTUqscVohFoSZ6GpEmI4PI9KqA5pwY1SYG/DOJUAPWnOtZNvcGNhnpWj52UDKMjvVCGOtR/jUxkVqaVGaAOU8s96UR+lTDHfmjAzUjItgHWkK1IRTcjtSGN2/hWpY2ohAlkHznoD2qCxtwzea3IXpn1rRxk04oQ8ksetSLGKRIwe9TFcAAVYhp4HFAJHbmpQnA9ajkzyAaTArvhs+lMihEtwoxlRyaGHBPartpEIodzfebk1G4EsjhEz7cVkykuxY9e1Xbh9zEdhTLWIPJvP3V6fWolq7DC2hMMOMfvG+8fT2qb7P/e5qdU4J6AcCpjHhQcU7CMO9h3MTj2rLvYtunMv96RR/M/0robtADjHasfUF/dwJ/tFz/L/GuepHdlIj0Wx82VXYfLDkj6mtOa2Lv0qzodvt0/eRy7E/0q48YBAxzVwpJQSBvU5O8tSr9Kdakoy1sX1sOpFZJTyx+NT7NJhczr60MF84TgN86H612cDC+0+Gbj50BP17/rXP3sXnWaTj70R2t/unp+tX/DlySklqT935l+h61UI2k13B7Fe+ttkmMcVjSxlJOK7O8tw65xmudurYhjjtVSgCZQjchgQcMDkH3ro7O5W+t/mx5q/eHr71ze3axJFWLad7aVZU7dR6iiGjBmvPb5BwOaz5IipzitsMlxCJU6NVaaAOpwMGtrEmTjnpSqKlkRgQccios880rDJR0oBpEp7DPIpgOU81agnaM8niqPSnq5HemgNcbW+YdDUm32rNhmKnrxVoS8fepgYGQBTS5zxUXmUbsnrSAk6n1qSOMuwUVEpArRtY9ibm+81CVwJ0QKqqowBxVhIwelMQAnHep1wBgVQiRUxxT9nPJpiMfTJpxbPTigBXGBwaquCRkmpJGO04NVmY49qhgPiTzZVU9Op+lXZZAM1UtPlV3IxuOB9KJZAX46Ck9EBHIST3rQt4wkap36tVS2jMjbyOAePetSKPb1/GiMeoMcibm56CpXXI9qcigCkm4iNNrQDKusFyfwrJvQDPjsigVryYZxnp1rJ5mlyesj5/WsZrSw0dLYw+XYQr6IKc6j0qaMbVC+gpjjn8a3toIpTx74mB61h3URDV00iA8isq8h+UsB14qXEDNs2RmaCU/u5QUb2z3/CqVpI+n34Zlw0TlJB7dDVhl8t8Gm36b9lwOS/yv7kDr+VZtdSkdaCs0QKkFSMg1kXdttdsUnh673I1q55TlPpWpcxZG/HNarVXJOTnt9ueOtVNpXiuimgDBhisua1OCR2qXEdxdNvTbS7HP7p+vsfWtiYY5HQ965sqy9a1dNvRIn2aU8j7pP8AKqi+giSRBIMj7wqm6ZJBGDVyVdrHtULFXODwabGVFJXqKnVtw5pjrtYhuaFyOnSkBIycVHjHFSqcikZc9KYDQeafvPrUJ4NLvNFwME3IHemG9iTlpAPxrg/7QnbrNIf+BGpraR5ZQoyWY4FZ8wHoWnTx3cp2HKJyT2rdjOTWJpUC2tskI6jlj6mtpGAFaoCynB4HNSphScjJqBHwcipN/HuaYibzMdOtG4EYqEMCPencAHFIBJXAXHaoDlwOwpxy30pBjIHYVLGSb9sfHbpUagyuFHUmo5JMtgdBVqyjyTIe/A+lK12BegQAAAcAcVaUHNMRMKKnXGMitCSUDAqG5bjFTZGCap3DDGaljKFw2I5Gz2x+dUrRN17AuONwqzcnMeP7xqPThnUY/QAn/P51k1eSGjpM4HvUTHrTlPHNROeSexrckc/K8duaguIg8RHerIGUP0pjr8ucdKAOcuYjux3zUGzzIJIT1IyPqK1b2Hdll6is4fLKDjvUNDRSs7g2t3FMP4WGfp3rtjiSMHqCK4adNk7pjjJxXV6Ncefp6AnLINppQ7DYyaHDHaao+ScsOtbE6dGFUnXkkVpYkyprXcM4rPeF4XyMjB4I7V0YUEGopLVXBBHWpcRmfDdi4jCScSAfnUchwxp8thhuOMVE0Mu3ruxQMBJng80dDkdKrsxQ8jFOWQ9c0XAtA57Yp3eoVcHvUm71oAR1zUW2pjg0m2lYDxFQc1saGmdQiz25rPEfNa+iri9U+xrGO4Hd2bYArSjO41j2rHArSSTA4rdMC8JNowKcCTjmqqNuFTqcDmmBMCQODQWLcA8UzOeO1Ix7CgALYXimF9qZNVp5xvWFD8xPzH0FEkmSBUtgSpmSRVHVjW7bxhVAHQcVj6aheZpP7vArbT5acUJkwFTj2qBOmTUobkYqhDyflNUJznirjHGRVC4btSYylcHlR7Zo00/6cfZD/MUydssx7dKTTmH21vdD/MVmviGdErfJULHAIzxmlDfKKimPHHrWxJaTlCO9SDBGCO1QxN8n4VMBwPWgDPuo8ZI6VkSRgOCOhreuANprGuEKscdM8UhmZqCbLkH+8oNaHh6fbO8RPDDIqnqfIhbvgjNRafN5F9C3bdistpDOycZ47VQkADlfyrQPIyOtVLlAQHHUVsSVhgZp+3IBFRZwwJ6Gp044HQ0DIZo8jP51QkXYT7VrlQciqVxH19aGBlzqMhu3Q1WeLbyvFXJB1WoFPGKzkNFfJU09Zh3pzpmoHSlcZZ81fWk89fWqmD2pMUcwWPMQvNXrBjHcRkddwFUhVqDggjrWC3A7W2YgYrRjY4rMtTmNT32itJOgreIFtGx0qdSe/Sq0fT8amXk1YibJPPaqVzfAApFye7Ut8zARqCQrZyB3rO6jmonK2g0iS3bMpYntUzP3qCH+OpO4qUNnQadH5dqmep5NaAJ4qvB9xfpU461siCdTlQTUhOce1Rp92pOxoAbI2Kz5z8w/OtB+1Ztx95vpSYFKU5TNRWLldQUeqGpJfun6VBZf8hNf90/yrNbjOkV8pmoJXOCD1Bp0X+pqK4+6a2EXbdsoAatRnjPeqNt91aux0IRDMODWTcja49DWvN1rJuvvGgZl34zAmezGs8NtYEdjWhf/AOpH1/xrPHU1jLcpHbW0omtY3B4YCkccFT0NVNGJOmLn3q3J0rZbEmbJmOQoenUVLBJztqO+6p9aZGTvBpAaQ+YfSoJUzk1Knf6UjfcNUBiXSFTVHcUc+hrTvvu/hWY4+UVEhkoIYUx0psR+apm6VBRUZcUYFSuKZgUAf//Z'}, 'key': ' 1'}]} 2026-04-16 20:57:23.833 3502 kserve.trace response code: 200, content: { "predictions": [ { "prediction": 0, "key": " 1", "scores": [0.999114931, 9.2098875e-05, 0.000136786606, 0.00033725868, 0.000300534302, 1.84814126e-05] } ] } 2026-04-16 20:57:23.833 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: { "predictions": [ { "prediction": 0, "key": " 1", "scores": [0.999114931, 9.2098875e-05, 0.000136786606, 0.00033725868, 0.000300534302, 1.84814126e-05] } ] } 2026-04-16 20:57:23.833 3502 kserve.trace Got response {'predictions': [{'prediction': 0, 'key': ' 1', 'scores': [0.999114931, 9.2098875e-05, 0.000136786606, 0.00033725868, 0.000300534302, 1.84814126e-05]}]} 2026-04-16 20:57:23.833 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [{'prediction': 0, 'key': ' 1', 'scores': [0.999114931, 9.2098875e-05, 0.000136786606, 0.00033725868, 0.000300534302, 1.84814126e-05]}]} [gw0] PASSED predictor/test_tensorflow.py::test_tensorflow_kserve predictor/test_tensorflow.py::test_tensorflow_runtime_kserve 2026-04-16 20:57:43.966 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 20:57:43.966 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 20:57:43.966 3502 kserve.trace Host from isvc status URL = isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:43.966 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:43.966 3502 kserve.trace Network layer = istio 2026-04-16 20:57:43.966 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 20:57:43.966 3502 kserve.trace Using external route host: isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:43.966 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:43.966 3502 kserve.trace Sending Header = {'Host': 'isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:57:43.966 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 20:57:43.966 3502 kserve.trace base url = https://isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:43.966 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 20:57:43.966 3502 kserve.trace url: https://isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-tensorflow-runtime:predict 2026-04-16 20:57:43.966 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-tensorflow-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-tensorflow-runtime:predict 2026-04-16 20:57:43.966 3502 kserve.trace request data: {'instances': [{'image_bytes': {'b64': '/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAErASsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwC9A42ir9vA0nOOKxYJhkDqe1bNvO0ZAYdaIsC8LLjOwH60yWDAwY1/75qzDcDAz0qfhl55BqxGE1pCzZwVPt0qJ7MgZQbh7da1Z7bncBVQgoaVhlGFvKlBIwOhqxPFxkdKmdY5xiQYP94daaqtGPKkO5P4X/pU2AoKMMQatWv+tAPXpTJ4ipyBTVYqwYHBFTezA1ivHNRsuRU1tOlymOBIOo9aVoyGNaCIEHanEEEMKXbg07BAx2NICXO5KrvwcVPEcDFRyD5qTYDYhuPuKnA4waitxmQj1FWGX9Ka2ArODzUXU5qxIM81AODzUtjGzHMfvVRcl6mmOMio4V3PSAtwjBUd60l+6DVCMAzH2q6D8v0qo7CIJ3xmsqQ8kmtC5YAVmyctntSbGRkDOT0qWMFyABUWNzD0q5EuxM9zQgJQAqgCkJxS9vemMasA3c8CpFPHNRBgBkinBvSpuBMGxRnPWo1561IOlMBQMEU2R8DFKW2rk1XdsmgCN+TmqskuHIqeUhVNZMkoZyckZqQILTi5UntzWtHMOVbpWQh2zCr6jIBpRGzUjl2jBPHY1chuSODyKx4pOzdKnVyh68VYjbDBlyvSq88G4bhVeG4Kkc8HrV3eGUEVQjLkUr+FRmQgYzV+aMODxzWdIpU0mMerh1wahdCpPvTN21gQamB3jB+qn1rOQDI5GjcMvBFbdvMt1FkfeHWsJhzU1pcG3nDZ4PWlGVgNd4+MigL8uKscMgdeVNRsAORVsRGFwc1G45qfKg/MM/U0jLG3RQPxNS2BCh2OG9DVxwM57GqxRQc8j9asp80I5zjiiIyu64zVdhxVtwMVVak2BUlOTUlumATTXXmpPux0r6AS2vLv7GrLNtFVbM/K596knbgGqT0AqXLZeqbgsRU8x96hJzgCk2A+JPmA61PA4mUSL9wk7fcetULtmEMdvGSJrltgI6hQMsfwH6kVqRIsUaqgAVQAAOwFUgEJ7UwDOc1Ky55/OmtgcCi4EZ6UqqSc0Hk4p46igB44pQaaM5NI7hVx3qkA2V8nHaoAdzE9hTZHOMd6ZczfZoQq/fNDArahcgAxLyf4iKzs0OxJ5696ZUDQP97NaVsdyg+1IPszHlFzU8SRg4jGB6VSQh3linp02mpQm5enNJs9aoBoynfirMFwVOD0qADjDUn3W9qANIsGGQeKqXCK3PekjlIOCeKfJyN1AGXIMZFNik6xscc5U+hqxMgbPrVFwVas2BezvXOMOPvCo2GD7UyOXOG/iHX3p8hGzdn6Vm0M0rG8ZLYxtzz8pp0lyx/iNZUMpzzVkturURKZGP8AEfzpRMw6Nmq5HvTMspz1pAaUVzzhjiptxjPmRnjuKyBNzzxU8NwUbDcqaXoBreYJU3L+VVn5zTEcRvkHKNUjcE4qZdwITyabK3yGpG4GaqzN+7qG9ALNicwn/eNE75UgU2zb/RQfc0krY4rS+gFZgcc0iKM+9Kc81FcI727QxnDyjbu9AepoWrAZpv8Apt7NqB5jA8mAeig/MfxOPyFa4HFQ20KW8KQxrhEUKB7VYXFWAvlkhSDx1PvUchwSAKlD7Uyep6CoS3UnrU9QGHg0DJ5xSb8mjdjvVAOZ9oqs75JOaJX3Hg1GBmmAKRuLt0Xms24lMshbt2qxezgDyEPuxqkxpNjImo4pGOOarmbk0gJvMINWIbp42BB6VBLC0Z9qjVsGjYDqrWVJ4w6n6j0qcxbh71ztndtbyBlPHcetdLayx3Me+Ns+o7irTuJkDRDvwaYVIODWg0IYc9agkgBGDTEUyCv0pwc4wac8ZTg9KjYFRSAil6ZxVOYZFXGPBBqpKKljIFJB61KzFlqJhTkbPBrO+oxysR0qwrkjk1Wxg1IoPBJ4PpSc7BYkOfU0zzHXvke9WNuFBHQ1A/BrKVRoaQm/dweDShyOOtRZB+tAPHNSq6HYv203/LNuh6VeVvkweq1ioxB+lacUm5Nw7jBrVTUoktEsp+SqNw2F4q1I3yCqM5yQKwchpF62Yi0/GkcHgmkh4gAoOSK1UxEfVuKdbKZH8zseF+nrTGO0qo6scVciXgYrWG1xDxwcUm/GQKc3FVS3J5qmwHmUkknoKYXJGaZuBzTd1JMB4PBzxUUkhPApWcnpTFUk1SAdGrOcVW1S/TTbbIwZW4Rff1rQXbEmSefSqC6bHPdNd3Q86U/dDfdQegFUBkWYurnlI2YseWPetSPSZW5llC+yjJrUVABjt6CnHihJICkulWqcsGf/AHjUwt4QMCGMD/cFSM4HWm+YKq4HO/aAww3NRuqtypxTNpFIMisrjFDFDg1ctbySCQSRsQf5/Wqm4MOaT6GlewHY2OrQXWFciOT0J4NaDRq68/nXBLIRwa0bTVLi2wBIWX0bmqU+4rHSSQcFW5HY1TkiKZBGRUtrq8NyNr8N6VaYJIvysCPar0YjGdMDOeKrSL6ng1pXFuUJxyDVCSMgH0qGMqMvao84NTOp61XYkHmspDRYXBxnpSFjG2DyKbEdwK96eR5ilT95elZSKRYglBHlseD0NJKpU4NUlk2nB6VcjlEq7HPzDofWsJTvox2KzcZojbccGnSrgkVCpIkFcdaorblJFg8VctHzlapBs1Ztf9bTw+K01CUS07dvaqMh3TqKulSSTjPHWqCgGdnzkKOtYLGxbDkZoxnEYqR4j5e4HPqKrwncAO2M1X1jVRp+lXFxn7inHu3QCu6E3JKzIaC1lF3qk+05jtgIh/vnlj+AwPzrXUYArnvB0LLoUMshJknZpXJ7kmuhLAZxXcpIgimYjPNVd3HWpJnLHFQgcYp81xjht7U4AGkGFpDPt4QZNaIQ9YiRnoPemng4Tk+tIFdzmRjj0p5dEHFWmAqRfxOeakyAOwquZ93Sk5PJouBM0uKjMrHpUeRn5qQydhRcB3Pc0vHrUYJanbT6UwMX6ikKelafA/gX8qRljPWJfwzScAMsxjNJtx9K0Ht42HykqffkVA8DpzjI9RzUOLQ7lXbijDdRU2zIppX3qRipJ0z1rQttQkj4Ylh655FZjLzQMryDRewHUwXyTphiDnof8aZcQYO5eRXPw3BQ5U4Na1tf5Xa3I9KtSuTYgkjK5x0qpIpwM9K2HRJlLIefSqEsRGR+lRJAUVcxuCO1WpDlROn4iqknTp0p1tPtYo3KNXJOdtGWlcllUMBIvRuv1oGVOD1FOWIiRIz91zgH0qS6VoNwaMgKeJQMgfWvExGK960TeMRpPmqMnD4796JIQsf7s5lGAQT61YeSOS8SFwFkH3WHRuKq6fFJdajMZ3aMRtgqByT269q4nUnJXb2KskMjUiIS7sl32hfTtWhaArIQ42kdaaY/7PvzG6+dFMSWfHC91+nvS2e+Sab7QORNsUZwG7jn0xmpc3a6FYnDpC4lDEl/4G6DtVa5UqRDEADKTj2Hqas3Nkz6hGZGxCFJLL/FzwKluIykkQgQtC53N3Kn0+maxUrNMvRoiEZWPapAJ71keItPkvdPYiNnjg+cQjOZT/8AW61uOY1cGUcryFzUgkZ0JVsDtXfDGWmm9kZuGhX0qJLXT4IACuyMfKe1WZJQFOKiKlSCWycfnUUjjua9ali41PhZk42EbLHNISFFM83nA5pVXPLV3Ql2IaDBf2FOykQycUySUIMDrVZi0h5NbJiJnuGc4WkVWP3qYo29OtSKrt34q0wHhgo4GaCx/CnLCw561OkJP8NWIrBd/apVtj3qysI74FSZjTimBElsO1S+QKQzf3cCk3v60AUiqEcVG0R7DNPIZT92kLY5yRWgFd0I7UwMyGrLHPYGoXQHkVLAYYUlGUwj/oarMhRyrqQam3FDU6yRzoEl7dG7ioaTAzyuR0phQ+tXJreSLn7yHow6GoNhas2h3K5UA5zSrIUI5qQx5qIoBwRUMZehvMEZbB7GrS3Mdy/lMQk3YH+L6HvWJnHHpSs0c0ZinBKeoOCp9Qe1Tz2CxcvY2jY8VXgYMrhhhf73pTY728geO3ukW9tXztuPusvfDe9aECQmMqE3I/OD1FeVmFaKVlua049yNLooVjLD5MMcjORmrZN3LfmHzVjg2bn3LkMvp9TVeS6htbNXSNTk5RiPSrdhdx3ds0lztIcHJHHHt714cr/FY2JTbwGzDJ80kBym48/5xTZHzLFLLEygryw43+lFvJa/YZF52AZEh5IIpkN6k2yCcOcHdtIxzUaktl10gup02zMqlcFRyM0omRElhk25QYGBzu9qqLav9rl+ySII+q7mzz6UxHiXzYbkL9oHzGQHnd2x7VLj0Fc0Fml+y5kjbY2OT/CakaRSEMY/eE7do71krqBkgWNllCzMOdp/P0q35aQPEYHd9wKlSMnjvUuFtykyeW1ju51WQsjIm38e1V5LWRSiGcDy+Hx/ETzmpxK0kgl2ERYwzHru+lJe2pn8trc4kzyC3BHrSTa0ZRG7IkQIbcvTJ65qsUeZ2H3VXqT6065kkSfyIrZiQMFmHHHU06TKWyq7ZbGSfU16GB91uUnotTOYxIVU/eyaSRivFAxgHOaGw3yn8K9+hVhWjeBi01uQFWY05YSe9L5wXjbUiTqeq4+ldcSWSRwkdRmp1RVGW4qITf3TxSg7jljWqJJRJGvTrSGZj0OBTfK3Hini3brV2Ab5jNxTgCetSCE9+DR5ZxinYBAqjmjzVpPKOOtHlU7AVRLwOhoyHFZyuw6VMsz9aq4FghajYYHBpPNzzRvDD0pMCB8HtioiQOhqV1Peq0kZBz2qWBbgu2i44ZT1U9DVwWttdjdAxjfvH/hWGWZDx0qWO4dCGBII7ip5h2L82nlTgvtP+0KrPZSjkbH+jVft9VhnTyrtQQeN4qO7025C+bp06TL/AM8pDj8mH9RSaT2AyJo2X7yEH3FVJJFUdeadN4hlsJvK1Kxnt+cbiNy/nTzf6XerkBTnupK1yVdFcpDdME8935SofKP3s9vetcmCxTZcDcm4/Oh5APrVWK4kuA0dtHjbznODTzAbiaGV0EinO5Dkfn+NfN4ibqTvLRHTHRE8losVspkKT23VY+4z3z9Ka8FvayRyQiT7G/OGHCmp44omsnW5LbsHdGrcLjgfXtQdQVdOkhYeblNqoozx9K57vYTIbmWAT2zoGUOSGUDCk9jS3Fwl7fpsuFjZUAdgM5PSobm/hmsIbZnVmaQEJjgge/arN1FHdxWoh8qBgx3N/s/TuelVta5DZWN79gmliMgaVMkcEBqnhube4s5FmTMjjcGbruPpisvVIn0u5jE9wkz3PAcLjaKkb7Pp8kEkL7lkByHP3SMcj3q+RWTW7Iua0OpLJYzQyZ+VMFAMMD2xn3plnfva3Dw3aeXMg4UntjrVC9vXk8m+ijXbG20kA7m96fNqCSz29y6EmL5Hcp0zjGah0tNtylI14dTVpZHPIz90jk1Na5aLzvNBc/MExwB6fWq7zW63cExVBI8fGO/PFSXksUcgMZbMv+s2jhPeudxWyNUyO7vfOuo0BYKAGc+vtUVwr3upCFNywxrukfH8q02mha0kAjUqqZB6Z46VAl15kGyFQCVOBn+tVSqcmtgavoQtDDgorlSOnOahkzCu6QjaOd3bFPQmGVEeAmM43yZ6+uKknaPa8IAdG4OfSvewlanJ6JL0MZJmb9ttWOVcyeyKT/TFC3Fy5/0fTZCv964kWIfhjcf0qyMRjCKFHsMU1mYmvWi0ZsehuMfvPIiOekbGT9SF/lUhl2+hqDDkU3Yx5NbJiLH2kjocU8XLf3jVUITRsNXcRdE7H+Ol85/7xqmEYdDThuHencC557g/epftL+oqllqTLU7gQKvNPCkHBNOVkIG5amVI2Aw2KYEITqKTYQfSrnkHqMGlMB/u8UgKTKfc00oSORV4REdRQbfnikwMxoh0IqJodp+WtY24I55NNNvj+GpaAx2hYcg0+C5ntmzHIw9uoNXmtjk4FQSQbe1ZO62KRZTVbe7Qw30KAHuRlTUN5YlSj2RhEWeU8sFT9DVCZAB2qvDcSQMfLkIH90nINcmJqtQa6lRjqaUTNNI1rtWJ8E7umfUVIoffHapcA7Ry5GCB/WoLC4juhKZGjSUHaoc4/HPTFVPImsbo3VyywhMjy2OSwPpivm3FuTT3OnoXLuAxTC3FzuWYFtxGDwelN06eHTmfjYe4cckVMyiOSO4nlWSXd8qfwjIqS6uYZb+1V9nmxhjz9OKm+ljNmJetBJqdw8mYlAHl4UqPekt5tQnuVeOESW6ggEN6VY8Tajb6nHBYxnE5bJbHQVDpMdxbXCWECmYjJGDwfqa6Uv3d2tfP8yGJBqcWpTvHdw7Y0G1S33vfH5VB/ZN5GrtegPDJ8lsQ3IPbP1qxc6PEbGW4Fw0FxHlnjK8euKqy67P/AGfBEkb/ALyQYJGFBHaqjr/D2/IhmlYvcaVcpHeRqpC5A/hI+vrVy1vree/vgPnWQj91jqMAdPrVKG6XVZYoZ2ZPJ+YHg7varl8sVlqdvNZkuZ1KMMZIA57VzySbs9xok0/ZCstvdQsuCRtk6qvbBrQWxKwFldjC7fOCfnVewqnA1trLkytiZMojdCh9SO/NT28k8pksN+LhfldsHGPUf0rCd73+81iaBitksnOPlRSWUnhlxVKxaJnCR2hjTqrO2SfpT2tJlb7MzLJCQCW3YJGf8aa8aWDhZWdl6RcYI+prJbWuakrNiCZdwfa3y4+g/wDr1EkYI5/OkjCG1OxtoLDrT9siDBU49ua9fApaNGM77DvIHrxSiFD1wKZ5rZ9KUEsc170DFj/JGeBSi3p6c8ZqYLnoea3RJWNsMcUwwe1XQhPUU7y+MVYGeYcUhirQ8oDjrSGIdSKYGb5dJ5RrQMIPQU3yPaqAykjPpU6R1l29zOhAT5h/d61s28jSLl49n1NNO4CqpHQ08zGPgcmplVT3psiLTsIbHdIxw6496tCNSuQAR6g1mSpg8Ypsd3JC3ysfpSGanlD0pjBV6kVB9viuE2Sh4mP/AC0jP9Kgk02WXm3vkm/2WO1v8Kl+QE8kkXr+VVnngHVAfqaqTaZqEWS8Dkf7Jz/KqLiQZDRupHqprCU5LoNIvy3cfRUT8qpl43kG9FC9ziqbS7eM0eflSvXNefi5TlHQ1glcnu1DeXFbhDvPDHt70+5toZWG26jeeDBUyc+Zj2HP6UkMUJieGEM08gyAR04/SqcNtDYXsVzPdr52SPKAzgnjqK8OPrt+JsTBvPuRDdRPEoG5se/Sori2jsZZFeYusg3K5649KtXLPeX0QikChMh3xnI9qy9ctZY9RiWdzJbsu5SOBmrpq7tsZyNEHTbfRZF8tRJtIEnVmPaq1ldtpzjdJkS4IYDkN6fSqul6XaXBkMrtuJIQZ4X3qndLKLuWISGUQpuDIMFe3Pr2rRQjJuN7kGhrerx3LyNEMoRtlYfxN7Cqtiw1eeGzm/dQRfOXHXPQAVGLL9y7yFEeNcqAfvZ9ahluvs9ukcKmK5XBwBwRnk1pGKS5Ybg0dJZG0jtpIZo8BWPzg859aS2ubi2vY5bmMIJlzC56FQeh9D7VmWIE9rJO75kzkN0GRWhLNeajosyx2jTBfmIf5SPcVzyjrZiHyXTx628kUQ8iYgGQdA2Oa2pIUWKO5tpHNxwjlv4/rWNp0M2raaFtisYUhgX7MK0tPiluoj9omEc8ZZQo6bgec1hVVvloaRZZmWW1jFzNIhiYbWIJ+Q1E01rqN0oeSR1UcBBhc/jz+lWbWKa8jIZAsQOJFc8v7AVS02IxFHkCozE+WhOSR3rFWs31Rqi7A0LRSLblWBGACw+U++Kqi4uI5WRAzhTjIU4NTzzWUEx/erHu6j3Hf9azl1GVh8x4J4NdeCS573aImaS3Of8AWwMPcCp0MMnKPj2NZi3b/wB6p470j70aNX0tKatqc7RpCNlORyPapApzmq0N1bN/ejPvyKuo6EcSK1dSVyRytinja3UUmFz1FL8o6EVdgHgKKXYDzTMgdx+dAkIosA4xDsKPJpPN9qPNHrTA5tBs4Xge1So5HrTTG5HCmmiKQ1QF2OUHgnFSk8etU44znk4NW1QbeTzTEV5Bmqrrz3rSdFxxUDL3xUtDKBB7UbmXoSKtNGOuKYYx6VLAE1C5i+5Mw9qe2r3OPnWN/qtRGIdqY0Xqal3AWXUYHH72yjPuKoSzacTuEBQg9hT5oevFZ8sLHPFcde7VmXEn/eeYtzbdeQDnFPu7KVZo5UkhLxsCD94OfbHWqUbSxgx5zGex7VYa2l/s6NxM0pY/u1QZI+mK+dqRcJnQndGhePGbQO2yMR/MvOM//rrOtymqTML5CsbMNik42iq0cTx2ciXAledJVJjbkIvX86YJUmuw5Lquwgdt/wBPWkoct7feTIfYQ20cs+/zwsbsTsU4I7HNJLo9zY28+oROHSVsuO6qff1ratLiA6O0cpHkiPGdwB4//VVW0uWmsxazo/lzZBcnoMfzo9pK7ZNjKvbeC3KusjzRsnC9dvp+FVHhj+zRsvF2W2kdSR3/AAxW42nyaXL9ktla5gnXO6Q8r+fasW3MqXbwsoM7AgZ4xj6/Wt4Surp3GQ6fFK8skUrEKW+6p4BroLLUpo7l7JciUJkuT8uK5mO21CPUGO8tKnLFDnIqzHdOmpSOJCAVG5mHJp1aanfroTY6K0uDpz/ZCWIGXDp3z6+9WLF7i9vLohkiBfKt6ZHSsHQonvdRmubySRguAFJxx9PSukhsltdRk+yN8kxBCHsTXHWSi2upcS3LMdJkiSWT5X4STt+NUY1k/tF4CVBtiWjdTxIjc8ep57U3Uzf7lR7fdCGyCg3dK0LuaKysYVcDzCwWM7eVz3rFaLu2aIpzWUcTPHdReZFIN6S9Gz3z71Sm0+SNRJC5mg6hh1H1FS3LzvcrNNcJKpGFIOFGDyMdj0qJFubWZpbdv3bHJj6r9R6V6OC3tIzkuw1M8c1MrleCaso0F4uWType4Hr/AFpklnJGN33k/vCvbhDsYtiLLz1qZZcdDVbbkcCnAHtW8SS6s7DoxqZZz6ms0PjrUqyVqmwNETE9zThKezGqKy89alDe9UmIti5cd81ILs+gqiGpd4qrgSC4hI+9SfaYecGssI1OCMO2adwNDz4ienNPE47CqSIT2q1FCfwpgTGTd3xTTz3qVIgKlEQ7UxFXy/SnCLParax47VMsakdKVgKItQad9i9av4A6CgjNS4gZUlkDxjNUbizCg5wAOSa1r6+t7NP3jZbsg5JrltR1Ca+yp/dxdkHf61hU5UtSkmV5prWRinmYj5yw74qKUyCNYbW4KKRwu7H41UWFmc47dfap7aJ5bwY+Zdp3c8189iYWnzNnTF6WHWt3BZwtbvJvn5J2Atkn1Nal49tdaKN6JuhT5Gz0z1Hsax4IBaXztIuUYbd392kupLaK4SRJVZUO5152nH9a5nFSkmhstyWMFxpyQwnDMR5f/wBeoL++utPgt4ZIkw7ArKG+X3xVgSpNJBLYoZTgsQPlO08d6ytZvTq9qbeFNkdq4355PPAIPpnj64rSlFylaW35EMty31ydUTYyOHUDviMU24kuBDJbG0mdo23m5Vcqozyc9/oKct5ZyaD5EETmXAwEUhg44zmtXSdSh/stLedlLbPLkXqzk55x1NKT5FdR2AyIMLcuYZwUCgs55JaibRp49MM7zI4yGYAc8ntV2Hw1DFpzm2u9kj/vA7DgL6GmWp1P+yWHA2pmNxxkgcAj86PaXd4PqFjVleCLT2n2YaNRtK8MQKp6XqM020mPczyEluwH8+P6UzTFuDp9159s8t42XiMg4ZSMEfzqTSrhNTsrqyMUdtK6HDdAD/jWDgkmnrqWhZXv4tUMrMwRslGU5GPatO5gklaK4wJjt+cDnI6jHrWZps88McNnKMCJXRyeQw7Y/WpVvbqynIIV4WO5UIxtB7D6UKnzTUU7D5rIsX1vFqESmJlSc/dbOAf9k+lYkTy20xjdWRgcMp4wa12tbbUpfPspzbXf8SP91/qP6ipJrZpcRX0RhnAwsvUH8e4r2sNhfZxtuYylcpiXOD1PrV63vcEBzj3qhJDLaNslXGfusOhpEkB4rtjeJD1NkxRycj5Se46GoXt2U5x+VVIrhounK+ladtcLKOPxU9RXRFpk2KZiI5IyKaU9K1WgBGV6GoXg9sVaQijgqc1IrVIY8cVGVwaYDw2aN3tUfIOMUZx1FMColwelTLcetY8EzMil12MRyKtI/vVJjNVJ6sJcZ4BrIV8fxVMk2OlO4jYS4Gcc5qdJWx/jWRHcE9MCrUcjN1ancDSDnuRUitVISKg3OwAHcnFQTauqjbANx/vEcUm0hWNZ5khj3yMFHqayLzV5HBW2XaP75/pVCSaS5cF2Lv2H/wBanraTN94rEPVzj9Kzcm9h2KMgLOWclmPJJ5NMispbs/IpCeta6WllEMyFrh/TotLPMzx7eEjHRF4FZOn3Hcx5beCBcMd2OiL0/E96zri6k6Q/JngBa0bqMYJNUU3JcBYY98jDCrjrXFXg+iNIsqbbrbHGznjgA9s9/rVu6sopIo7bcFt4z8zL1Y+/tV2a0EUCNcYeQDkZ4qqLh50MBUfLli/oo7f0ryqlKpFq+5opJk8NjLqdvLcRwxRAjYrg4woHU+grHmt1tdFuJIiRbtIPNbPMuD8oX2J5/Crbx3Oo6WzjfHHI5IROFYD19aFtfK0R/MkEqRfejJ/iPQD/AD61nB8ujfXYe5HGFn8PGHTS0JmfLGQ8r0OM1c02EmTUXhnie7eMJFt5wcYYj86ppNqEcuLe2BtLlVBQj7uM9PSrSSHS7iK8MLbZplXy2Od2Rg49MD9cU5t2aXXX/hwSGH7Tp2gW0UluxYytG28cBc5x+PrWxFdb7dmtoZjE6kR5GSB0/Qg1nWLtNrV2ZhvhY/JC/IxngAU2Rv7S+aKV7ezAbyVX+IBiCD7ZH61lOKk7P1v6jSJbfUdUknaARIG4UkKScDv+NXLCG2mvJpEjLZdmDdmGc7x7+vvVH+0jZazCiZaBIkDKRyD3x+OKtIrmUgYJD70QDgxtnHPfP9KicdNrXGMuruKe/jmRCPLYDPTI71PehhJluR2rLinxNIjLlCxwO4rbhxc2a5O5lG0n+tehhsLrcznIz1GDuGQ3Wtez1QhPJuR5kXTJ61mvGUbHSmjj8K9SneBk9TpPscFzbkQuHjP8BPT8e1Yl5pz2bFgCY/UjkfWi3uXhbKMVP1rUi1NpF2yBXHQ5711WjJE6owgeeePrT1ZlYEZBHStZ7fT5udjQk/3Dx+VQPpqE/u7kH03Cj2bWwXLNleiQhJCFY/ka0Gi4rDNjMvRkb6HFalhcvgW9wCrjhWPetI32YmDwioHgz0rTePNQMuKuwjKeEjmm+Wa0mjB7VEYOaLAciBTwxA60pX0oCVBYqyN3qQSEdqjwT7U4KR0paiJ0uGHQVMLyY8LxVUDHWpFzjHXPQDvRdgSmRmO6Qlj6ntVy2s2lAd/kQ9B3NPtLEIFknAz2X0q8TnhapR6sVyEQiJSEG0d/ekEZ/CpxGep6UpPbFOwiuI6jljwOetWSCBmq0uM5zxUtDKM0TSuscalmY4AFaVvYRWEJPDSsPmf/AD2qzY2/lp50g+dhx7CmXj449qhxS1C5g6g5lc/3RU2n6YptHkuB8snUHuOwqWO0Nzcqh+71b6VpXK7k2Lwo4Fc6pJtzY79DnL28nEj+S+yMcAYqsqg2gnmJkVW3yKeuR0rQvbUD5QKqTxFNKmI/vL/hXmYjDato1jIhsZDc2s0wfypSSsag446ULp8MtzBh2PkoN3s3p/WmwxsbSJVGGLFVA75rXMH2BYY4xnAO73NcyoVHzOJfMjOa+hkQpLGY9pZS6KeG7HNPsw9ksdtKo+yWzM5P94MD/ImoJ4AZSSOSckGtJIftGnvGRmRUIX8ulNYZuNkg5tSOaWOe6ilt412ttQkjtmogkmnak7x/xZHPpUGmyAEQsTw4Zfz6V02pWAY7wPxrqw2D91qREp6nLSoRLkjk81oadP5MoVj8j8GmXMJB5FQbSGx2rtjHkehO5vXNvuGQOaznQqeRWjpt2J0+zSn94B8p/vCn3FqRniuvlT1RBkinq5HtTniKE8UzGDQlYLlpZg3B4NSiXFUgTUqscVohFoSZ6GpEmI4PI9KqA5pwY1SYG/DOJUAPWnOtZNvcGNhnpWj52UDKMjvVCGOtR/jUxkVqaVGaAOU8s96UR+lTDHfmjAzUjItgHWkK1IRTcjtSGN2/hWpY2ohAlkHznoD2qCxtwzea3IXpn1rRxk04oQ8ksetSLGKRIwe9TFcAAVYhp4HFAJHbmpQnA9ajkzyAaTArvhs+lMihEtwoxlRyaGHBPartpEIodzfebk1G4EsjhEz7cVkykuxY9e1Xbh9zEdhTLWIPJvP3V6fWolq7DC2hMMOMfvG+8fT2qb7P/e5qdU4J6AcCpjHhQcU7CMO9h3MTj2rLvYtunMv96RR/M/0robtADjHasfUF/dwJ/tFz/L/GuepHdlIj0Wx82VXYfLDkj6mtOa2Lv0qzodvt0/eRy7E/0q48YBAxzVwpJQSBvU5O8tSr9Kdakoy1sX1sOpFZJTyx+NT7NJhczr60MF84TgN86H612cDC+0+Gbj50BP17/rXP3sXnWaTj70R2t/unp+tX/DlySklqT935l+h61UI2k13B7Fe+ttkmMcVjSxlJOK7O8tw65xmudurYhjjtVSgCZQjchgQcMDkH3ro7O5W+t/mx5q/eHr71ze3axJFWLad7aVZU7dR6iiGjBmvPb5BwOaz5IipzitsMlxCJU6NVaaAOpwMGtrEmTjnpSqKlkRgQccios880rDJR0oBpEp7DPIpgOU81agnaM8niqPSnq5HemgNcbW+YdDUm32rNhmKnrxVoS8fepgYGQBTS5zxUXmUbsnrSAk6n1qSOMuwUVEpArRtY9ibm+81CVwJ0QKqqowBxVhIwelMQAnHep1wBgVQiRUxxT9nPJpiMfTJpxbPTigBXGBwaquCRkmpJGO04NVmY49qhgPiTzZVU9Op+lXZZAM1UtPlV3IxuOB9KJZAX46Ck9EBHIST3rQt4wkap36tVS2jMjbyOAePetSKPb1/GiMeoMcibm56CpXXI9qcigCkm4iNNrQDKusFyfwrJvQDPjsigVryYZxnp1rJ5mlyesj5/WsZrSw0dLYw+XYQr6IKc6j0qaMbVC+gpjjn8a3toIpTx74mB61h3URDV00iA8isq8h+UsB14qXEDNs2RmaCU/u5QUb2z3/CqVpI+n34Zlw0TlJB7dDVhl8t8Gm36b9lwOS/yv7kDr+VZtdSkdaCs0QKkFSMg1kXdttdsUnh673I1q55TlPpWpcxZG/HNarVXJOTnt9ueOtVNpXiuimgDBhisua1OCR2qXEdxdNvTbS7HP7p+vsfWtiYY5HQ965sqy9a1dNvRIn2aU8j7pP8AKqi+giSRBIMj7wqm6ZJBGDVyVdrHtULFXODwabGVFJXqKnVtw5pjrtYhuaFyOnSkBIycVHjHFSqcikZc9KYDQeafvPrUJ4NLvNFwME3IHemG9iTlpAPxrg/7QnbrNIf+BGpraR5ZQoyWY4FZ8wHoWnTx3cp2HKJyT2rdjOTWJpUC2tskI6jlj6mtpGAFaoCynB4HNSphScjJqBHwcipN/HuaYibzMdOtG4EYqEMCPencAHFIBJXAXHaoDlwOwpxy30pBjIHYVLGSb9sfHbpUagyuFHUmo5JMtgdBVqyjyTIe/A+lK12BegQAAAcAcVaUHNMRMKKnXGMitCSUDAqG5bjFTZGCap3DDGaljKFw2I5Gz2x+dUrRN17AuONwqzcnMeP7xqPThnUY/QAn/P51k1eSGjpM4HvUTHrTlPHNROeSexrckc/K8duaguIg8RHerIGUP0pjr8ucdKAOcuYjux3zUGzzIJIT1IyPqK1b2Hdll6is4fLKDjvUNDRSs7g2t3FMP4WGfp3rtjiSMHqCK4adNk7pjjJxXV6Ncefp6AnLINppQ7DYyaHDHaao+ScsOtbE6dGFUnXkkVpYkyprXcM4rPeF4XyMjB4I7V0YUEGopLVXBBHWpcRmfDdi4jCScSAfnUchwxp8thhuOMVE0Mu3ruxQMBJng80dDkdKrsxQ8jFOWQ9c0XAtA57Yp3eoVcHvUm71oAR1zUW2pjg0m2lYDxFQc1saGmdQiz25rPEfNa+iri9U+xrGO4Hd2bYArSjO41j2rHArSSTA4rdMC8JNowKcCTjmqqNuFTqcDmmBMCQODQWLcA8UzOeO1Ix7CgALYXimF9qZNVp5xvWFD8xPzH0FEkmSBUtgSpmSRVHVjW7bxhVAHQcVj6aheZpP7vArbT5acUJkwFTj2qBOmTUobkYqhDyflNUJznirjHGRVC4btSYylcHlR7Zo00/6cfZD/MUydssx7dKTTmH21vdD/MVmviGdErfJULHAIzxmlDfKKimPHHrWxJaTlCO9SDBGCO1QxN8n4VMBwPWgDPuo8ZI6VkSRgOCOhreuANprGuEKscdM8UhmZqCbLkH+8oNaHh6fbO8RPDDIqnqfIhbvgjNRafN5F9C3bdistpDOycZ47VQkADlfyrQPIyOtVLlAQHHUVsSVhgZp+3IBFRZwwJ6Gp044HQ0DIZo8jP51QkXYT7VrlQciqVxH19aGBlzqMhu3Q1WeLbyvFXJB1WoFPGKzkNFfJU09Zh3pzpmoHSlcZZ81fWk89fWqmD2pMUcwWPMQvNXrBjHcRkddwFUhVqDggjrWC3A7W2YgYrRjY4rMtTmNT32itJOgreIFtGx0qdSe/Sq0fT8amXk1YibJPPaqVzfAApFye7Ut8zARqCQrZyB3rO6jmonK2g0iS3bMpYntUzP3qCH+OpO4qUNnQadH5dqmep5NaAJ4qvB9xfpU461siCdTlQTUhOce1Rp92pOxoAbI2Kz5z8w/OtB+1Ztx95vpSYFKU5TNRWLldQUeqGpJfun6VBZf8hNf90/yrNbjOkV8pmoJXOCD1Bp0X+pqK4+6a2EXbdsoAatRnjPeqNt91aux0IRDMODWTcja49DWvN1rJuvvGgZl34zAmezGs8NtYEdjWhf/AOpH1/xrPHU1jLcpHbW0omtY3B4YCkccFT0NVNGJOmLn3q3J0rZbEmbJmOQoenUVLBJztqO+6p9aZGTvBpAaQ+YfSoJUzk1Knf6UjfcNUBiXSFTVHcUc+hrTvvu/hWY4+UVEhkoIYUx0psR+apm6VBRUZcUYFSuKZgUAf//Z'}, 'key': ' 1'}]} 2026-04-16 20:57:43.966 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [{'image_bytes': {'b64': '/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAErASsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwC9A42ir9vA0nOOKxYJhkDqe1bNvO0ZAYdaIsC8LLjOwH60yWDAwY1/75qzDcDAz0qfhl55BqxGE1pCzZwVPt0qJ7MgZQbh7da1Z7bncBVQgoaVhlGFvKlBIwOhqxPFxkdKmdY5xiQYP94daaqtGPKkO5P4X/pU2AoKMMQatWv+tAPXpTJ4ipyBTVYqwYHBFTezA1ivHNRsuRU1tOlymOBIOo9aVoyGNaCIEHanEEEMKXbg07BAx2NICXO5KrvwcVPEcDFRyD5qTYDYhuPuKnA4waitxmQj1FWGX9Ka2ArODzUXU5qxIM81AODzUtjGzHMfvVRcl6mmOMio4V3PSAtwjBUd60l+6DVCMAzH2q6D8v0qo7CIJ3xmsqQ8kmtC5YAVmyctntSbGRkDOT0qWMFyABUWNzD0q5EuxM9zQgJQAqgCkJxS9vemMasA3c8CpFPHNRBgBkinBvSpuBMGxRnPWo1561IOlMBQMEU2R8DFKW2rk1XdsmgCN+TmqskuHIqeUhVNZMkoZyckZqQILTi5UntzWtHMOVbpWQh2zCr6jIBpRGzUjl2jBPHY1chuSODyKx4pOzdKnVyh68VYjbDBlyvSq88G4bhVeG4Kkc8HrV3eGUEVQjLkUr+FRmQgYzV+aMODxzWdIpU0mMerh1wahdCpPvTN21gQamB3jB+qn1rOQDI5GjcMvBFbdvMt1FkfeHWsJhzU1pcG3nDZ4PWlGVgNd4+MigL8uKscMgdeVNRsAORVsRGFwc1G45qfKg/MM/U0jLG3RQPxNS2BCh2OG9DVxwM57GqxRQc8j9asp80I5zjiiIyu64zVdhxVtwMVVak2BUlOTUlumATTXXmpPux0r6AS2vLv7GrLNtFVbM/K596knbgGqT0AqXLZeqbgsRU8x96hJzgCk2A+JPmA61PA4mUSL9wk7fcetULtmEMdvGSJrltgI6hQMsfwH6kVqRIsUaqgAVQAAOwFUgEJ7UwDOc1Ky55/OmtgcCi4EZ6UqqSc0Hk4p46igB44pQaaM5NI7hVx3qkA2V8nHaoAdzE9hTZHOMd6ZczfZoQq/fNDArahcgAxLyf4iKzs0OxJ5696ZUDQP97NaVsdyg+1IPszHlFzU8SRg4jGB6VSQh3linp02mpQm5enNJs9aoBoynfirMFwVOD0qADjDUn3W9qANIsGGQeKqXCK3PekjlIOCeKfJyN1AGXIMZFNik6xscc5U+hqxMgbPrVFwVas2BezvXOMOPvCo2GD7UyOXOG/iHX3p8hGzdn6Vm0M0rG8ZLYxtzz8pp0lyx/iNZUMpzzVkturURKZGP8AEfzpRMw6Nmq5HvTMspz1pAaUVzzhjiptxjPmRnjuKyBNzzxU8NwUbDcqaXoBreYJU3L+VVn5zTEcRvkHKNUjcE4qZdwITyabK3yGpG4GaqzN+7qG9ALNicwn/eNE75UgU2zb/RQfc0krY4rS+gFZgcc0iKM+9Kc81FcI727QxnDyjbu9AepoWrAZpv8Apt7NqB5jA8mAeig/MfxOPyFa4HFQ20KW8KQxrhEUKB7VYXFWAvlkhSDx1PvUchwSAKlD7Uyep6CoS3UnrU9QGHg0DJ5xSb8mjdjvVAOZ9oqs75JOaJX3Hg1GBmmAKRuLt0Xms24lMshbt2qxezgDyEPuxqkxpNjImo4pGOOarmbk0gJvMINWIbp42BB6VBLC0Z9qjVsGjYDqrWVJ4w6n6j0qcxbh71ztndtbyBlPHcetdLayx3Me+Ns+o7irTuJkDRDvwaYVIODWg0IYc9agkgBGDTEUyCv0pwc4wac8ZTg9KjYFRSAil6ZxVOYZFXGPBBqpKKljIFJB61KzFlqJhTkbPBrO+oxysR0qwrkjk1Wxg1IoPBJ4PpSc7BYkOfU0zzHXvke9WNuFBHQ1A/BrKVRoaQm/dweDShyOOtRZB+tAPHNSq6HYv203/LNuh6VeVvkweq1ioxB+lacUm5Nw7jBrVTUoktEsp+SqNw2F4q1I3yCqM5yQKwchpF62Yi0/GkcHgmkh4gAoOSK1UxEfVuKdbKZH8zseF+nrTGO0qo6scVciXgYrWG1xDxwcUm/GQKc3FVS3J5qmwHmUkknoKYXJGaZuBzTd1JMB4PBzxUUkhPApWcnpTFUk1SAdGrOcVW1S/TTbbIwZW4Rff1rQXbEmSefSqC6bHPdNd3Q86U/dDfdQegFUBkWYurnlI2YseWPetSPSZW5llC+yjJrUVABjt6CnHihJICkulWqcsGf/AHjUwt4QMCGMD/cFSM4HWm+YKq4HO/aAww3NRuqtypxTNpFIMisrjFDFDg1ctbySCQSRsQf5/Wqm4MOaT6GlewHY2OrQXWFciOT0J4NaDRq68/nXBLIRwa0bTVLi2wBIWX0bmqU+4rHSSQcFW5HY1TkiKZBGRUtrq8NyNr8N6VaYJIvysCPar0YjGdMDOeKrSL6ng1pXFuUJxyDVCSMgH0qGMqMvao84NTOp61XYkHmspDRYXBxnpSFjG2DyKbEdwK96eR5ilT95elZSKRYglBHlseD0NJKpU4NUlk2nB6VcjlEq7HPzDofWsJTvox2KzcZojbccGnSrgkVCpIkFcdaorblJFg8VctHzlapBs1Ztf9bTw+K01CUS07dvaqMh3TqKulSSTjPHWqCgGdnzkKOtYLGxbDkZoxnEYqR4j5e4HPqKrwncAO2M1X1jVRp+lXFxn7inHu3QCu6E3JKzIaC1lF3qk+05jtgIh/vnlj+AwPzrXUYArnvB0LLoUMshJknZpXJ7kmuhLAZxXcpIgimYjPNVd3HWpJnLHFQgcYp81xjht7U4AGkGFpDPt4QZNaIQ9YiRnoPemng4Tk+tIFdzmRjj0p5dEHFWmAqRfxOeakyAOwquZ93Sk5PJouBM0uKjMrHpUeRn5qQydhRcB3Pc0vHrUYJanbT6UwMX6ikKelafA/gX8qRljPWJfwzScAMsxjNJtx9K0Ht42HykqffkVA8DpzjI9RzUOLQ7lXbijDdRU2zIppX3qRipJ0z1rQttQkj4Ylh655FZjLzQMryDRewHUwXyTphiDnof8aZcQYO5eRXPw3BQ5U4Na1tf5Xa3I9KtSuTYgkjK5x0qpIpwM9K2HRJlLIefSqEsRGR+lRJAUVcxuCO1WpDlROn4iqknTp0p1tPtYo3KNXJOdtGWlcllUMBIvRuv1oGVOD1FOWIiRIz91zgH0qS6VoNwaMgKeJQMgfWvExGK960TeMRpPmqMnD4796JIQsf7s5lGAQT61YeSOS8SFwFkH3WHRuKq6fFJdajMZ3aMRtgqByT269q4nUnJXb2KskMjUiIS7sl32hfTtWhaArIQ42kdaaY/7PvzG6+dFMSWfHC91+nvS2e+Sab7QORNsUZwG7jn0xmpc3a6FYnDpC4lDEl/4G6DtVa5UqRDEADKTj2Hqas3Nkz6hGZGxCFJLL/FzwKluIykkQgQtC53N3Kn0+maxUrNMvRoiEZWPapAJ71keItPkvdPYiNnjg+cQjOZT/8AW61uOY1cGUcryFzUgkZ0JVsDtXfDGWmm9kZuGhX0qJLXT4IACuyMfKe1WZJQFOKiKlSCWycfnUUjjua9ali41PhZk42EbLHNISFFM83nA5pVXPLV3Ql2IaDBf2FOykQycUySUIMDrVZi0h5NbJiJnuGc4WkVWP3qYo29OtSKrt34q0wHhgo4GaCx/CnLCw561OkJP8NWIrBd/apVtj3qysI74FSZjTimBElsO1S+QKQzf3cCk3v60AUiqEcVG0R7DNPIZT92kLY5yRWgFd0I7UwMyGrLHPYGoXQHkVLAYYUlGUwj/oarMhRyrqQam3FDU6yRzoEl7dG7ioaTAzyuR0phQ+tXJreSLn7yHow6GoNhas2h3K5UA5zSrIUI5qQx5qIoBwRUMZehvMEZbB7GrS3Mdy/lMQk3YH+L6HvWJnHHpSs0c0ZinBKeoOCp9Qe1Tz2CxcvY2jY8VXgYMrhhhf73pTY728geO3ukW9tXztuPusvfDe9aECQmMqE3I/OD1FeVmFaKVlua049yNLooVjLD5MMcjORmrZN3LfmHzVjg2bn3LkMvp9TVeS6htbNXSNTk5RiPSrdhdx3ds0lztIcHJHHHt714cr/FY2JTbwGzDJ80kBym48/5xTZHzLFLLEygryw43+lFvJa/YZF52AZEh5IIpkN6k2yCcOcHdtIxzUaktl10gup02zMqlcFRyM0omRElhk25QYGBzu9qqLav9rl+ySII+q7mzz6UxHiXzYbkL9oHzGQHnd2x7VLj0Fc0Fml+y5kjbY2OT/CakaRSEMY/eE7do71krqBkgWNllCzMOdp/P0q35aQPEYHd9wKlSMnjvUuFtykyeW1ju51WQsjIm38e1V5LWRSiGcDy+Hx/ETzmpxK0kgl2ERYwzHru+lJe2pn8trc4kzyC3BHrSTa0ZRG7IkQIbcvTJ65qsUeZ2H3VXqT6065kkSfyIrZiQMFmHHHU06TKWyq7ZbGSfU16GB91uUnotTOYxIVU/eyaSRivFAxgHOaGw3yn8K9+hVhWjeBi01uQFWY05YSe9L5wXjbUiTqeq4+ldcSWSRwkdRmp1RVGW4qITf3TxSg7jljWqJJRJGvTrSGZj0OBTfK3Hini3brV2Ab5jNxTgCetSCE9+DR5ZxinYBAqjmjzVpPKOOtHlU7AVRLwOhoyHFZyuw6VMsz9aq4FghajYYHBpPNzzRvDD0pMCB8HtioiQOhqV1Peq0kZBz2qWBbgu2i44ZT1U9DVwWttdjdAxjfvH/hWGWZDx0qWO4dCGBII7ip5h2L82nlTgvtP+0KrPZSjkbH+jVft9VhnTyrtQQeN4qO7025C+bp06TL/AM8pDj8mH9RSaT2AyJo2X7yEH3FVJJFUdeadN4hlsJvK1Kxnt+cbiNy/nTzf6XerkBTnupK1yVdFcpDdME8935SofKP3s9vetcmCxTZcDcm4/Oh5APrVWK4kuA0dtHjbznODTzAbiaGV0EinO5Dkfn+NfN4ibqTvLRHTHRE8losVspkKT23VY+4z3z9Ka8FvayRyQiT7G/OGHCmp44omsnW5LbsHdGrcLjgfXtQdQVdOkhYeblNqoozx9K57vYTIbmWAT2zoGUOSGUDCk9jS3Fwl7fpsuFjZUAdgM5PSobm/hmsIbZnVmaQEJjgge/arN1FHdxWoh8qBgx3N/s/TuelVta5DZWN79gmliMgaVMkcEBqnhube4s5FmTMjjcGbruPpisvVIn0u5jE9wkz3PAcLjaKkb7Pp8kEkL7lkByHP3SMcj3q+RWTW7Iua0OpLJYzQyZ+VMFAMMD2xn3plnfva3Dw3aeXMg4UntjrVC9vXk8m+ijXbG20kA7m96fNqCSz29y6EmL5Hcp0zjGah0tNtylI14dTVpZHPIz90jk1Na5aLzvNBc/MExwB6fWq7zW63cExVBI8fGO/PFSXksUcgMZbMv+s2jhPeudxWyNUyO7vfOuo0BYKAGc+vtUVwr3upCFNywxrukfH8q02mha0kAjUqqZB6Z46VAl15kGyFQCVOBn+tVSqcmtgavoQtDDgorlSOnOahkzCu6QjaOd3bFPQmGVEeAmM43yZ6+uKknaPa8IAdG4OfSvewlanJ6JL0MZJmb9ttWOVcyeyKT/TFC3Fy5/0fTZCv964kWIfhjcf0qyMRjCKFHsMU1mYmvWi0ZsehuMfvPIiOekbGT9SF/lUhl2+hqDDkU3Yx5NbJiLH2kjocU8XLf3jVUITRsNXcRdE7H+Ol85/7xqmEYdDThuHencC557g/epftL+oqllqTLU7gQKvNPCkHBNOVkIG5amVI2Aw2KYEITqKTYQfSrnkHqMGlMB/u8UgKTKfc00oSORV4REdRQbfnikwMxoh0IqJodp+WtY24I55NNNvj+GpaAx2hYcg0+C5ntmzHIw9uoNXmtjk4FQSQbe1ZO62KRZTVbe7Qw30KAHuRlTUN5YlSj2RhEWeU8sFT9DVCZAB2qvDcSQMfLkIH90nINcmJqtQa6lRjqaUTNNI1rtWJ8E7umfUVIoffHapcA7Ry5GCB/WoLC4juhKZGjSUHaoc4/HPTFVPImsbo3VyywhMjy2OSwPpivm3FuTT3OnoXLuAxTC3FzuWYFtxGDwelN06eHTmfjYe4cckVMyiOSO4nlWSXd8qfwjIqS6uYZb+1V9nmxhjz9OKm+ljNmJetBJqdw8mYlAHl4UqPekt5tQnuVeOESW6ggEN6VY8Tajb6nHBYxnE5bJbHQVDpMdxbXCWECmYjJGDwfqa6Uv3d2tfP8yGJBqcWpTvHdw7Y0G1S33vfH5VB/ZN5GrtegPDJ8lsQ3IPbP1qxc6PEbGW4Fw0FxHlnjK8euKqy67P/AGfBEkb/ALyQYJGFBHaqjr/D2/IhmlYvcaVcpHeRqpC5A/hI+vrVy1vree/vgPnWQj91jqMAdPrVKG6XVZYoZ2ZPJ+YHg7varl8sVlqdvNZkuZ1KMMZIA57VzySbs9xok0/ZCstvdQsuCRtk6qvbBrQWxKwFldjC7fOCfnVewqnA1trLkytiZMojdCh9SO/NT28k8pksN+LhfldsHGPUf0rCd73+81iaBitksnOPlRSWUnhlxVKxaJnCR2hjTqrO2SfpT2tJlb7MzLJCQCW3YJGf8aa8aWDhZWdl6RcYI+prJbWuakrNiCZdwfa3y4+g/wDr1EkYI5/OkjCG1OxtoLDrT9siDBU49ua9fApaNGM77DvIHrxSiFD1wKZ5rZ9KUEsc170DFj/JGeBSi3p6c8ZqYLnoea3RJWNsMcUwwe1XQhPUU7y+MVYGeYcUhirQ8oDjrSGIdSKYGb5dJ5RrQMIPQU3yPaqAykjPpU6R1l29zOhAT5h/d61s28jSLl49n1NNO4CqpHQ08zGPgcmplVT3psiLTsIbHdIxw6496tCNSuQAR6g1mSpg8Ypsd3JC3ysfpSGanlD0pjBV6kVB9viuE2Sh4mP/AC0jP9Kgk02WXm3vkm/2WO1v8Kl+QE8kkXr+VVnngHVAfqaqTaZqEWS8Dkf7Jz/KqLiQZDRupHqprCU5LoNIvy3cfRUT8qpl43kG9FC9ziqbS7eM0eflSvXNefi5TlHQ1glcnu1DeXFbhDvPDHt70+5toZWG26jeeDBUyc+Zj2HP6UkMUJieGEM08gyAR04/SqcNtDYXsVzPdr52SPKAzgnjqK8OPrt+JsTBvPuRDdRPEoG5se/Sori2jsZZFeYusg3K5649KtXLPeX0QikChMh3xnI9qy9ctZY9RiWdzJbsu5SOBmrpq7tsZyNEHTbfRZF8tRJtIEnVmPaq1ldtpzjdJkS4IYDkN6fSqul6XaXBkMrtuJIQZ4X3qndLKLuWISGUQpuDIMFe3Pr2rRQjJuN7kGhrerx3LyNEMoRtlYfxN7Cqtiw1eeGzm/dQRfOXHXPQAVGLL9y7yFEeNcqAfvZ9ahluvs9ukcKmK5XBwBwRnk1pGKS5Ybg0dJZG0jtpIZo8BWPzg859aS2ubi2vY5bmMIJlzC56FQeh9D7VmWIE9rJO75kzkN0GRWhLNeajosyx2jTBfmIf5SPcVzyjrZiHyXTx628kUQ8iYgGQdA2Oa2pIUWKO5tpHNxwjlv4/rWNp0M2raaFtisYUhgX7MK0tPiluoj9omEc8ZZQo6bgec1hVVvloaRZZmWW1jFzNIhiYbWIJ+Q1E01rqN0oeSR1UcBBhc/jz+lWbWKa8jIZAsQOJFc8v7AVS02IxFHkCozE+WhOSR3rFWs31Rqi7A0LRSLblWBGACw+U++Kqi4uI5WRAzhTjIU4NTzzWUEx/erHu6j3Hf9azl1GVh8x4J4NdeCS573aImaS3Of8AWwMPcCp0MMnKPj2NZi3b/wB6p470j70aNX0tKatqc7RpCNlORyPapApzmq0N1bN/ejPvyKuo6EcSK1dSVyRytinja3UUmFz1FL8o6EVdgHgKKXYDzTMgdx+dAkIosA4xDsKPJpPN9qPNHrTA5tBs4Xge1So5HrTTG5HCmmiKQ1QF2OUHgnFSk8etU44znk4NW1QbeTzTEV5Bmqrrz3rSdFxxUDL3xUtDKBB7UbmXoSKtNGOuKYYx6VLAE1C5i+5Mw9qe2r3OPnWN/qtRGIdqY0Xqal3AWXUYHH72yjPuKoSzacTuEBQg9hT5oevFZ8sLHPFcde7VmXEn/eeYtzbdeQDnFPu7KVZo5UkhLxsCD94OfbHWqUbSxgx5zGex7VYa2l/s6NxM0pY/u1QZI+mK+dqRcJnQndGhePGbQO2yMR/MvOM//rrOtymqTML5CsbMNik42iq0cTx2ciXAledJVJjbkIvX86YJUmuw5Lquwgdt/wBPWkoct7feTIfYQ20cs+/zwsbsTsU4I7HNJLo9zY28+oROHSVsuO6qff1ratLiA6O0cpHkiPGdwB4//VVW0uWmsxazo/lzZBcnoMfzo9pK7ZNjKvbeC3KusjzRsnC9dvp+FVHhj+zRsvF2W2kdSR3/AAxW42nyaXL9ktla5gnXO6Q8r+fasW3MqXbwsoM7AgZ4xj6/Wt4Surp3GQ6fFK8skUrEKW+6p4BroLLUpo7l7JciUJkuT8uK5mO21CPUGO8tKnLFDnIqzHdOmpSOJCAVG5mHJp1aanfroTY6K0uDpz/ZCWIGXDp3z6+9WLF7i9vLohkiBfKt6ZHSsHQonvdRmubySRguAFJxx9PSukhsltdRk+yN8kxBCHsTXHWSi2upcS3LMdJkiSWT5X4STt+NUY1k/tF4CVBtiWjdTxIjc8ep57U3Uzf7lR7fdCGyCg3dK0LuaKysYVcDzCwWM7eVz3rFaLu2aIpzWUcTPHdReZFIN6S9Gz3z71Sm0+SNRJC5mg6hh1H1FS3LzvcrNNcJKpGFIOFGDyMdj0qJFubWZpbdv3bHJj6r9R6V6OC3tIzkuw1M8c1MrleCaso0F4uWType4Hr/AFpklnJGN33k/vCvbhDsYtiLLz1qZZcdDVbbkcCnAHtW8SS6s7DoxqZZz6ms0PjrUqyVqmwNETE9zThKezGqKy89alDe9UmIti5cd81ILs+gqiGpd4qrgSC4hI+9SfaYecGssI1OCMO2adwNDz4ienNPE47CqSIT2q1FCfwpgTGTd3xTTz3qVIgKlEQ7UxFXy/SnCLParax47VMsakdKVgKItQad9i9av4A6CgjNS4gZUlkDxjNUbizCg5wAOSa1r6+t7NP3jZbsg5JrltR1Ca+yp/dxdkHf61hU5UtSkmV5prWRinmYj5yw74qKUyCNYbW4KKRwu7H41UWFmc47dfap7aJ5bwY+Zdp3c8189iYWnzNnTF6WHWt3BZwtbvJvn5J2Atkn1Nal49tdaKN6JuhT5Gz0z1Hsax4IBaXztIuUYbd392kupLaK4SRJVZUO5152nH9a5nFSkmhstyWMFxpyQwnDMR5f/wBeoL++utPgt4ZIkw7ArKG+X3xVgSpNJBLYoZTgsQPlO08d6ytZvTq9qbeFNkdq4355PPAIPpnj64rSlFylaW35EMty31ydUTYyOHUDviMU24kuBDJbG0mdo23m5Vcqozyc9/oKct5ZyaD5EETmXAwEUhg44zmtXSdSh/stLedlLbPLkXqzk55x1NKT5FdR2AyIMLcuYZwUCgs55JaibRp49MM7zI4yGYAc8ntV2Hw1DFpzm2u9kj/vA7DgL6GmWp1P+yWHA2pmNxxkgcAj86PaXd4PqFjVleCLT2n2YaNRtK8MQKp6XqM020mPczyEluwH8+P6UzTFuDp9159s8t42XiMg4ZSMEfzqTSrhNTsrqyMUdtK6HDdAD/jWDgkmnrqWhZXv4tUMrMwRslGU5GPatO5gklaK4wJjt+cDnI6jHrWZps88McNnKMCJXRyeQw7Y/WpVvbqynIIV4WO5UIxtB7D6UKnzTUU7D5rIsX1vFqESmJlSc/dbOAf9k+lYkTy20xjdWRgcMp4wa12tbbUpfPspzbXf8SP91/qP6ipJrZpcRX0RhnAwsvUH8e4r2sNhfZxtuYylcpiXOD1PrV63vcEBzj3qhJDLaNslXGfusOhpEkB4rtjeJD1NkxRycj5Se46GoXt2U5x+VVIrhounK+ladtcLKOPxU9RXRFpk2KZiI5IyKaU9K1WgBGV6GoXg9sVaQijgqc1IrVIY8cVGVwaYDw2aN3tUfIOMUZx1FMColwelTLcetY8EzMil12MRyKtI/vVJjNVJ6sJcZ4BrIV8fxVMk2OlO4jYS4Gcc5qdJWx/jWRHcE9MCrUcjN1ancDSDnuRUitVISKg3OwAHcnFQTauqjbANx/vEcUm0hWNZ5khj3yMFHqayLzV5HBW2XaP75/pVCSaS5cF2Lv2H/wBanraTN94rEPVzj9Kzcm9h2KMgLOWclmPJJ5NMispbs/IpCeta6WllEMyFrh/TotLPMzx7eEjHRF4FZOn3Hcx5beCBcMd2OiL0/E96zri6k6Q/JngBa0bqMYJNUU3JcBYY98jDCrjrXFXg+iNIsqbbrbHGznjgA9s9/rVu6sopIo7bcFt4z8zL1Y+/tV2a0EUCNcYeQDkZ4qqLh50MBUfLli/oo7f0ryqlKpFq+5opJk8NjLqdvLcRwxRAjYrg4woHU+grHmt1tdFuJIiRbtIPNbPMuD8oX2J5/Crbx3Oo6WzjfHHI5IROFYD19aFtfK0R/MkEqRfejJ/iPQD/AD61nB8ujfXYe5HGFn8PGHTS0JmfLGQ8r0OM1c02EmTUXhnie7eMJFt5wcYYj86ppNqEcuLe2BtLlVBQj7uM9PSrSSHS7iK8MLbZplXy2Od2Rg49MD9cU5t2aXXX/hwSGH7Tp2gW0UluxYytG28cBc5x+PrWxFdb7dmtoZjE6kR5GSB0/Qg1nWLtNrV2ZhvhY/JC/IxngAU2Rv7S+aKV7ezAbyVX+IBiCD7ZH61lOKk7P1v6jSJbfUdUknaARIG4UkKScDv+NXLCG2mvJpEjLZdmDdmGc7x7+vvVH+0jZazCiZaBIkDKRyD3x+OKtIrmUgYJD70QDgxtnHPfP9KicdNrXGMuruKe/jmRCPLYDPTI71PehhJluR2rLinxNIjLlCxwO4rbhxc2a5O5lG0n+tehhsLrcznIz1GDuGQ3Wtez1QhPJuR5kXTJ61mvGUbHSmjj8K9SneBk9TpPscFzbkQuHjP8BPT8e1Yl5pz2bFgCY/UjkfWi3uXhbKMVP1rUi1NpF2yBXHQ5711WjJE6owgeeePrT1ZlYEZBHStZ7fT5udjQk/3Dx+VQPpqE/u7kH03Cj2bWwXLNleiQhJCFY/ka0Gi4rDNjMvRkb6HFalhcvgW9wCrjhWPetI32YmDwioHgz0rTePNQMuKuwjKeEjmm+Wa0mjB7VEYOaLAciBTwxA60pX0oCVBYqyN3qQSEdqjwT7U4KR0paiJ0uGHQVMLyY8LxVUDHWpFzjHXPQDvRdgSmRmO6Qlj6ntVy2s2lAd/kQ9B3NPtLEIFknAz2X0q8TnhapR6sVyEQiJSEG0d/ekEZ/CpxGep6UpPbFOwiuI6jljwOetWSCBmq0uM5zxUtDKM0TSuscalmY4AFaVvYRWEJPDSsPmf/AD2qzY2/lp50g+dhx7CmXj449qhxS1C5g6g5lc/3RU2n6YptHkuB8snUHuOwqWO0Nzcqh+71b6VpXK7k2Lwo4Fc6pJtzY79DnL28nEj+S+yMcAYqsqg2gnmJkVW3yKeuR0rQvbUD5QKqTxFNKmI/vL/hXmYjDato1jIhsZDc2s0wfypSSsag446ULp8MtzBh2PkoN3s3p/WmwxsbSJVGGLFVA75rXMH2BYY4xnAO73NcyoVHzOJfMjOa+hkQpLGY9pZS6KeG7HNPsw9ksdtKo+yWzM5P94MD/ImoJ4AZSSOSckGtJIftGnvGRmRUIX8ulNYZuNkg5tSOaWOe6ilt412ttQkjtmogkmnak7x/xZHPpUGmyAEQsTw4Zfz6V02pWAY7wPxrqw2D91qREp6nLSoRLkjk81oadP5MoVj8j8GmXMJB5FQbSGx2rtjHkehO5vXNvuGQOaznQqeRWjpt2J0+zSn94B8p/vCn3FqRniuvlT1RBkinq5HtTniKE8UzGDQlYLlpZg3B4NSiXFUgTUqscVohFoSZ6GpEmI4PI9KqA5pwY1SYG/DOJUAPWnOtZNvcGNhnpWj52UDKMjvVCGOtR/jUxkVqaVGaAOU8s96UR+lTDHfmjAzUjItgHWkK1IRTcjtSGN2/hWpY2ohAlkHznoD2qCxtwzea3IXpn1rRxk04oQ8ksetSLGKRIwe9TFcAAVYhp4HFAJHbmpQnA9ajkzyAaTArvhs+lMihEtwoxlRyaGHBPartpEIodzfebk1G4EsjhEz7cVkykuxY9e1Xbh9zEdhTLWIPJvP3V6fWolq7DC2hMMOMfvG+8fT2qb7P/e5qdU4J6AcCpjHhQcU7CMO9h3MTj2rLvYtunMv96RR/M/0robtADjHasfUF/dwJ/tFz/L/GuepHdlIj0Wx82VXYfLDkj6mtOa2Lv0qzodvt0/eRy7E/0q48YBAxzVwpJQSBvU5O8tSr9Kdakoy1sX1sOpFZJTyx+NT7NJhczr60MF84TgN86H612cDC+0+Gbj50BP17/rXP3sXnWaTj70R2t/unp+tX/DlySklqT935l+h61UI2k13B7Fe+ttkmMcVjSxlJOK7O8tw65xmudurYhjjtVSgCZQjchgQcMDkH3ro7O5W+t/mx5q/eHr71ze3axJFWLad7aVZU7dR6iiGjBmvPb5BwOaz5IipzitsMlxCJU6NVaaAOpwMGtrEmTjnpSqKlkRgQccios880rDJR0oBpEp7DPIpgOU81agnaM8niqPSnq5HemgNcbW+YdDUm32rNhmKnrxVoS8fepgYGQBTS5zxUXmUbsnrSAk6n1qSOMuwUVEpArRtY9ibm+81CVwJ0QKqqowBxVhIwelMQAnHep1wBgVQiRUxxT9nPJpiMfTJpxbPTigBXGBwaquCRkmpJGO04NVmY49qhgPiTzZVU9Op+lXZZAM1UtPlV3IxuOB9KJZAX46Ck9EBHIST3rQt4wkap36tVS2jMjbyOAePetSKPb1/GiMeoMcibm56CpXXI9qcigCkm4iNNrQDKusFyfwrJvQDPjsigVryYZxnp1rJ5mlyesj5/WsZrSw0dLYw+XYQr6IKc6j0qaMbVC+gpjjn8a3toIpTx74mB61h3URDV00iA8isq8h+UsB14qXEDNs2RmaCU/u5QUb2z3/CqVpI+n34Zlw0TlJB7dDVhl8t8Gm36b9lwOS/yv7kDr+VZtdSkdaCs0QKkFSMg1kXdttdsUnh673I1q55TlPpWpcxZG/HNarVXJOTnt9ueOtVNpXiuimgDBhisua1OCR2qXEdxdNvTbS7HP7p+vsfWtiYY5HQ965sqy9a1dNvRIn2aU8j7pP8AKqi+giSRBIMj7wqm6ZJBGDVyVdrHtULFXODwabGVFJXqKnVtw5pjrtYhuaFyOnSkBIycVHjHFSqcikZc9KYDQeafvPrUJ4NLvNFwME3IHemG9iTlpAPxrg/7QnbrNIf+BGpraR5ZQoyWY4FZ8wHoWnTx3cp2HKJyT2rdjOTWJpUC2tskI6jlj6mtpGAFaoCynB4HNSphScjJqBHwcipN/HuaYibzMdOtG4EYqEMCPencAHFIBJXAXHaoDlwOwpxy30pBjIHYVLGSb9sfHbpUagyuFHUmo5JMtgdBVqyjyTIe/A+lK12BegQAAAcAcVaUHNMRMKKnXGMitCSUDAqG5bjFTZGCap3DDGaljKFw2I5Gz2x+dUrRN17AuONwqzcnMeP7xqPThnUY/QAn/P51k1eSGjpM4HvUTHrTlPHNROeSexrckc/K8duaguIg8RHerIGUP0pjr8ucdKAOcuYjux3zUGzzIJIT1IyPqK1b2Hdll6is4fLKDjvUNDRSs7g2t3FMP4WGfp3rtjiSMHqCK4adNk7pjjJxXV6Ncefp6AnLINppQ7DYyaHDHaao+ScsOtbE6dGFUnXkkVpYkyprXcM4rPeF4XyMjB4I7V0YUEGopLVXBBHWpcRmfDdi4jCScSAfnUchwxp8thhuOMVE0Mu3ruxQMBJng80dDkdKrsxQ8jFOWQ9c0XAtA57Yp3eoVcHvUm71oAR1zUW2pjg0m2lYDxFQc1saGmdQiz25rPEfNa+iri9U+xrGO4Hd2bYArSjO41j2rHArSSTA4rdMC8JNowKcCTjmqqNuFTqcDmmBMCQODQWLcA8UzOeO1Ix7CgALYXimF9qZNVp5xvWFD8xPzH0FEkmSBUtgSpmSRVHVjW7bxhVAHQcVj6aheZpP7vArbT5acUJkwFTj2qBOmTUobkYqhDyflNUJznirjHGRVC4btSYylcHlR7Zo00/6cfZD/MUydssx7dKTTmH21vdD/MVmviGdErfJULHAIzxmlDfKKimPHHrWxJaTlCO9SDBGCO1QxN8n4VMBwPWgDPuo8ZI6VkSRgOCOhreuANprGuEKscdM8UhmZqCbLkH+8oNaHh6fbO8RPDDIqnqfIhbvgjNRafN5F9C3bdistpDOycZ47VQkADlfyrQPIyOtVLlAQHHUVsSVhgZp+3IBFRZwwJ6Gp044HQ0DIZo8jP51QkXYT7VrlQciqVxH19aGBlzqMhu3Q1WeLbyvFXJB1WoFPGKzkNFfJU09Zh3pzpmoHSlcZZ81fWk89fWqmD2pMUcwWPMQvNXrBjHcRkddwFUhVqDggjrWC3A7W2YgYrRjY4rMtTmNT32itJOgreIFtGx0qdSe/Sq0fT8amXk1YibJPPaqVzfAApFye7Ut8zARqCQrZyB3rO6jmonK2g0iS3bMpYntUzP3qCH+OpO4qUNnQadH5dqmep5NaAJ4qvB9xfpU461siCdTlQTUhOce1Rp92pOxoAbI2Kz5z8w/OtB+1Ztx95vpSYFKU5TNRWLldQUeqGpJfun6VBZf8hNf90/yrNbjOkV8pmoJXOCD1Bp0X+pqK4+6a2EXbdsoAatRnjPeqNt91aux0IRDMODWTcja49DWvN1rJuvvGgZl34zAmezGs8NtYEdjWhf/AOpH1/xrPHU1jLcpHbW0omtY3B4YCkccFT0NVNGJOmLn3q3J0rZbEmbJmOQoenUVLBJztqO+6p9aZGTvBpAaQ+YfSoJUzk1Knf6UjfcNUBiXSFTVHcUc+hrTvvu/hWY4+UVEhkoIYUx0psR+apm6VBRUZcUYFSuKZgUAf//Z'}, 'key': ' 1'}]} 2026-04-16 20:57:53.432 3502 kserve.trace response code: 200, content: { "predictions": [ { "scores": [0.999114931, 9.2098875e-05, 0.000136786606, 0.00033725868, 0.000300534302, 1.84814126e-05], "prediction": 0, "key": " 1" } ] } 2026-04-16 20:57:53.432 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: { "predictions": [ { "scores": [0.999114931, 9.2098875e-05, 0.000136786606, 0.00033725868, 0.000300534302, 1.84814126e-05], "prediction": 0, "key": " 1" } ] } 2026-04-16 20:57:53.432 3502 kserve.trace Got response {'predictions': [{'scores': [0.999114931, 9.2098875e-05, 0.000136786606, 0.00033725868, 0.000300534302, 1.84814126e-05], 'prediction': 0, 'key': ' 1'}]} 2026-04-16 20:57:53.432 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [{'scores': [0.999114931, 9.2098875e-05, 0.000136786606, 0.00033725868, 0.000300534302, 1.84814126e-05], 'prediction': 0, 'key': ' 1'}]} [gw0] PASSED predictor/test_tensorflow.py::test_tensorflow_runtime_kserve predictor/test_triton.py::test_triton 2026-04-16 21:00:13.646 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 21:00:13.646 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 21:00:13.646 3502 kserve.trace Host from isvc status URL = isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:00:13.646 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:00:13.646 3502 kserve.trace Network layer = istio 2026-04-16 21:00:13.646 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 21:00:13.646 3502 kserve.trace Using external route host: isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:00:13.646 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:00:13.647 3502 kserve.trace Sending Header = {'Host': 'isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:00:13.647 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:00:13.647 3502 kserve.trace base url = https://isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:00:13.647 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:00:13.648 3502 kserve.trace url: https://isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/cifar10/infer 2026-04-16 21:00:13.648 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-triton-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/cifar10/infer 2026-04-16 21:00:13.648 3502 kserve.trace request data: {'inputs': [{'name': 'INPUT__0', 'shape': [1, 3, 32, 32], 'datatype': 'FP32', 'data': [[[[0.23921573162078857, 0.24705886840820312, 0.29411768913269043, 0.301960825920105, 0.2549020051956177, 0.22352945804595947, 0.2705882787704468, 0.24705886840820312, 0.23921573162078857, 0.24705886840820312, 0.2627451419830322, 0.2549020051956177, 0.2627451419830322, 0.301960825920105, 0.32549023628234863, 0.3333333730697632, 0.30980396270751953, 0.2705882787704468, 0.2549020051956177, 0.2549020051956177, 0.22352945804595947, 0.16862750053405762, 0.17647063732147217, 0.16078436374664307, 0.16862750053405762, 0.12156867980957031, 0.09803926944732666, 0.10588240623474121, 0.12156867980957031, 0.07450985908508301, -0.011764705181121826, -0.09019607305526733], [0.19215691089630127, 0.18431377410888672, 0.24705886840820312, 0.301960825920105, 0.2705882787704468, 0.2549020051956177, 0.2862745523452759, 0.2705882787704468, 0.27843141555786133, 0.22352945804595947, 0.21568632125854492, 0.24705886840820312, 0.27843141555786133, 0.3333333730697632, 0.34117650985717773, 0.34117650985717773, 0.32549023628234863, 0.2549020051956177, 0.20784318447113037, 0.18431377410888672, 0.13725495338439941, 0.09019613265991211, 0.09803926944732666, 0.10588240623474121, 0.16862750053405762, 0.15294122695922852, 0.13725495338439941, 0.11372554302215576, 0.12156867980957031, 0.06666672229766846, -0.019607841968536377, -0.06666666269302368], [0.18431377410888672, 0.18431377410888672, 0.23921573162078857, 0.30980396270751953, 0.2549020051956177, 0.27843141555786133, 0.29411768913269043, 0.29411768913269043, 0.27843141555786133, 0.2705882787704468, 0.23921573162078857, 0.23137259483337402, 0.2627451419830322, 0.301960825920105, 0.30980396270751953, 0.32549023628234863, 0.3333333730697632, 0.24705886840820312, 0.13725495338439941, -0.05098038911819458, -0.13725489377975464, -0.23137253522872925, -0.2078431248664856, -0.10588234663009644, -0.05882352590560913, 0.050980448722839355, 0.12156867980957031, 0.09803926944732666, 0.11372554302215576, 0.09019613265991211, 0.019607901573181152, -0.05882352590560913], [0.21568632125854492, 0.21568632125854492, 0.2549020051956177, 0.3647059202194214, 0.30980396270751953, 0.30980396270751953, 0.32549023628234863, 0.32549023628234863, 0.29411768913269043, 0.29411768913269043, 0.30980396270751953, 0.49803924560546875, 0.38823533058166504, 0.23137259483337402, 0.2705882787704468, 0.2862745523452759, 0.23921573162078857, 0.16862750053405762, -0.18431371450424194, -0.1921568512916565, -0.23137253522872925, -0.27843135595321655, -0.37254899740219116, -0.41960781812667847, -0.32549017667770386, -0.3490195870399475, -0.11372548341751099, 0.035294175148010254, 0.09803926944732666, 0.09803926944732666, 0.06666672229766846, -0.003921568393707275], [0.21568632125854492, 0.22352945804595947, 0.2627451419830322, 0.3333333730697632, 0.32549023628234863, 0.27843141555786133, 0.32549023628234863, 0.301960825920105, 0.2862745523452759, 0.2862745523452759, 0.35686278343200684, 0.929411768913269, 0.529411792755127, 0.18431377410888672, 0.14509809017181396, 0.11372554302215576, -0.1294117569923401, -0.38823527097702026, -0.3333333134651184, -0.11372548341751099, -0.12156862020492554, -0.16862744092941284, -0.2392156720161438, -0.270588219165802, -0.41960781812667847, -0.34117645025253296, -0.3333333134651184, -0.1764705777168274, 0.003921627998352051, 0.08235299587249756, 0.043137311935424805, 0.011764764785766602], [0.16078436374664307, 0.043137311935424805, 0.019607901573181152, 0.15294122695922852, 0.2627451419830322, 0.29411768913269043, 0.30980396270751953, 0.30980396270751953, 0.27843141555786133, 0.29411768913269043, 0.27843141555786133, 0.4117647409439087, 0.23137259483337402, 0.003921627998352051, -0.2392156720161438, -0.4823529124259949, -0.4588235020637512, -0.4823529124259949, -0.3019607663154602, -0.07450979948043823, -0.04313725233078003, -0.06666666269302368, -0.10588234663009644, -0.26274508237838745, -0.2235293984413147, -0.2862744927406311, -0.545098066329956, -0.4745097756385803, -0.15294116735458374, 0.09803926944732666, 0.08235299587249756, 0.050980448722839355], [-0.003921568393707275, -0.1450980305671692, -0.6313725709915161, -0.30980390310287476, 0.20000004768371582, 0.3333333730697632, 0.3176470994949341, 0.3333333730697632, 0.32549023628234863, 0.301960825920105, 0.2862745523452759, 0.15294122695922852, 0.011764764785766602, -0.003921568393707275, -0.21568626165390015, -0.46666663885116577, -0.38823527097702026, -0.43529409170150757, -0.3490195870399475, 0.035294175148010254, 0.14509809017181396, -0.027450978755950928, -0.1764705777168274, -0.1607843041419983, -0.09803920984268188, -0.3333333134651184, -0.5058823823928833, -0.6392157077789307, -0.3803921341896057, 0.035294175148010254, 0.10588240623474121, 0.050980448722839355], [0.027451038360595703, -0.2235293984413147, -0.6705882549285889, -0.45098036527633667, 0.12156867980957031, 0.30980396270751953, 0.29411768913269043, 0.3176470994949341, 0.34117650985717773, 0.2627451419830322, 0.09803926944732666, -0.05882352590560913, 0.019607901573181152, 0.12941181659698486, -0.09019607305526733, -0.30980390310287476, -0.2862744927406311, -0.3333333134651184, -0.3960784077644348, -0.027450978755950928, 0.27843141555786133, 0.06666672229766846, -0.19999998807907104, -0.16862744092941284, -0.21568626165390015, -0.3333333134651184, -0.5764706134796143, -0.615686297416687, -0.5529412031173706, -0.1607843041419983, 0.08235299587249756, 0.06666672229766846], [0.3333333730697632, -0.1921568512916565, -0.5764706134796143, -0.027450978755950928, 0.20000004768371582, 0.2627451419830322, 0.27843141555786133, 0.301960825920105, 0.29411768913269043, 0.3647059202194214, -0.11372548341751099, -0.019607841968536377, 0.23137259483337402, 0.22352945804595947, -0.05098038911819458, -0.32549017667770386, -0.35686272382736206, -0.34117645025253296, -0.37254899740219116, -0.3647058606147766, 0.08235299587249756, 0.14509809017181396, -0.11372548341751099, -0.3176470398902893, -0.3490195870399475, -0.32549017667770386, -0.4431372284889221, -0.5607843399047852, -0.686274528503418, -0.41960781812667847, 0.043137311935424805, 0.07450985908508301], [0.4117647409439087, 0.050980448722839355, -0.26274508237838745, 0.20784318447113037, 0.3647059202194214, 0.23921573162078857, 0.22352945804595947, 0.20000004768371582, 0.6235294342041016, 0.8588235378265381, 0.6235294342041016, 0.22352945804595947, 0.3647059202194214, 0.16078436374664307, -0.019607841968536377, -0.270588219165802, -0.32549017667770386, -0.41960781812667847, -0.5372549295425415, -0.40392154455184937, 0.07450985908508301, 0.12156867980957031, 0.043137311935424805, -0.16862744092941284, -0.32549017667770386, -0.3176470398902893, -0.34117645025253296, -0.4117646813392639, -0.6078431606292725, -0.686274528503418, -0.2549019455909729, 0.035294175148010254], [0.43529415130615234, -0.15294116735458374, 0.11372554302215576, 0.29411768913269043, 0.38823533058166504, 0.21568632125854492, 0.24705886840820312, -0.04313725233078003, 0.6705882549285889, 0.8588235378265381, 0.7254902124404907, 0.2862745523452759, 0.43529415130615234, 0.22352945804595947, -0.019607841968536377, -0.05882352590560913, -0.38823527097702026, -0.37254899740219116, -0.6470588445663452, -0.2862744927406311, 0.37254905700683594, 0.23137259483337402, 0.21568632125854492, -0.1607843041419983, -0.3176470398902893, -0.1921568512916565, -0.30980390310287476, -0.38823527097702026, -0.5372549295425415, -0.6784313917160034, -0.5372549295425415, -0.18431371450424194], [0.4745098352432251, -0.21568626165390015, 0.058823585510253906, 0.3333333730697632, 0.46666669845581055, 0.301960825920105, 0.35686278343200684, 0.050980448722839355, -0.08235293626785278, 0.5215686559677124, 0.5607843399047852, 0.3333333730697632, 0.45098042488098145, 0.48235297203063965, 0.050980448722839355, -0.08235293626785278, -0.19999998807907104, -0.34117645025253296, -0.7019608020782471, -0.019607841968536377, 0.6470588445663452, 0.2549020051956177, 0.14509809017181396, -0.270588219165802, -0.3490195870399475, -0.26274508237838745, -0.18431371450424194, -0.3333333134651184, -0.427450954914093, -0.5686274766921997, -0.5137255191802979, -0.40392154455184937], [0.48235297203063965, -0.29411762952804565, -0.003921568393707275, 0.37254905700683594, 0.3647059202194214, 0.301960825920105, 0.3960784673690796, 0.24705886840820312, -0.2392156720161438, 0.3176470994949341, 0.3176470994949341, 0.07450985908508301, 0.458823561668396, 0.6941176652908325, 0.2549020051956177, -0.03529411554336548, -0.05882352590560913, -0.09803920984268188, -0.6078431606292725, 0.17647063732147217, 0.5215686559677124, 0.21568632125854492, -0.03529411554336548, -0.2862744927406311, -0.34117645025253296, -0.34117645025253296, -0.2549019455909729, -0.32549017667770386, -0.34117645025253296, -0.427450954914093, -0.3803921341896057, -0.427450954914093], [0.48235297203063965, -0.270588219165802, 0.19215691089630127, 0.45098042488098145, -0.06666666269302368, 0.06666672229766846, 0.35686278343200684, 0.30980396270751953, -0.1921568512916565, 0.15294122695922852, 0.13725495338439941, 0.30980396270751953, 0.48235297203063965, 0.772549033164978, 0.4117647409439087, 0.10588240623474121, -0.011764705181121826, -0.08235293626785278, -0.4431372284889221, 0.20784318447113037, 0.458823561668396, 0.16862750053405762, -0.10588234663009644, -0.3176470398902893, -0.37254899740219116, -0.43529409170150757, -0.37254899740219116, -0.2235293984413147, -0.21568626165390015, -0.29411762952804565, -0.2392156720161438, -0.26274508237838745], [0.5215686559677124, -0.15294116735458374, 0.3176470994949341, 0.458823561668396, -0.1764705777168274, -0.2235293984413147, 0.22352945804595947, 0.30980396270751953, -0.21568626165390015, -0.09803920984268188, 0.08235299587249756, 0.5529412031173706, 0.4901961088180542, 0.3490196466445923, 0.13725495338439941, 0.20784318447113037, 0.14509809017181396, -0.1921568512916565, -0.4431372284889221, 0.19215691089630127, 0.40392160415649414, 0.07450985908508301, 0.019607901573181152, -0.13725489377975464, -0.3333333134651184, -0.2862744927406311, -0.2549019455909729, -0.1450980305671692, -0.09803920984268188, -0.21568626165390015, -0.2392156720161438, -0.08235293626785278], [0.545098066329956, 0.035294175148010254, 0.3490196466445923, 0.4431372880935669, 0.019607901573181152, -0.38823527097702026, 0.09803926944732666, 0.21568632125854492, -0.09803920984268188, 0.019607901573181152, 0.12156867980957031, 0.8039215803146362, 0.8980392217636108, 0.13725495338439941, 0.058823585510253906, 0.027451038360595703, -0.05098038911819458, -0.15294116735458374, -0.2549019455909729, 0.12941181659698486, 0.3176470994949341, 0.19215691089630127, -0.12156862020492554, -0.3176470398902893, -0.4431372284889221, -0.3176470398902893, -0.1764705777168274, -0.12156862020492554, -0.05882352590560913, -0.1921568512916565, -0.05098038911819458, 0.06666672229766846], [0.5921568870544434, 0.14509809017181396, 0.3176470994949341, 0.49803924560546875, 0.3176470994949341, -0.38823527097702026, -0.011764705181121826, 0.08235299587249756, 0.08235299587249756, -0.24705880880355835, 0.20784318447113037, 0.35686278343200684, 0.2705882787704468, 0.09803926944732666, -0.11372548341751099, -0.11372548341751099, -0.2078431248664856, -0.1764705777168274, -0.12156862020492554, 0.34117650985717773, 0.22352945804595947, 0.16078436374664307, 0.058823585510253906, -0.1450980305671692, -0.38823527097702026, -0.3803921341896057, -0.26274508237838745, -0.2078431248664856, -0.1607843041419983, -0.019607841968536377, 0.18431377410888672, 0.12941181659698486], [0.6784313917160034, 0.27843141555786133, 0.2862745523452759, 0.43529415130615234, 0.3803921937942505, -0.26274508237838745, -0.24705880880355835, 0.22352945804595947, 0.16078436374664307, -0.16862744092941284, 0.011764764785766602, -0.07450979948043823, -0.10588234663009644, -0.09019607305526733, -0.19999998807907104, -0.09803920984268188, -0.32549017667770386, -0.2078431248664856, 0.12941181659698486, -0.07450979948043823, -0.46666663885116577, 0.003921627998352051, 0.043137311935424805, -0.4117646813392639, -0.529411792755127, -0.545098066329956, -0.4431372284889221, -0.19999998807907104, -0.09019607305526733, 0.12156867980957031, 0.17647063732147217, 0.09803926944732666], [0.6627451181411743, 0.3960784673690796, 0.30980396270751953, 0.35686278343200684, 0.3803921937942505, -0.027450978755950928, -0.32549017667770386, 0.10588240623474121, 0.20000004768371582, 0.058823585510253906, -0.18431371450424194, -0.3960784077644348, 0.050980448722839355, -0.027450978755950928, 0.011764764785766602, 0.15294122695922852, -0.3333333134651184, -0.27843135595321655, 0.17647063732147217, 0.035294175148010254, -0.08235293626785278, -0.1607843041419983, -0.4117646813392639, -0.498039186000824, -0.6549019813537598, -0.4901960492134094, -0.32549017667770386, 0.043137311935424805, 0.21568632125854492, 0.2549020051956177, 0.20784318447113037, 0.18431377410888672], [0.5607843399047852, 0.46666669845581055, 0.34117650985717773, 0.3647059202194214, 0.38823533058166504, 0.12941181659698486, -0.32549017667770386, -0.06666666269302368, -0.04313725233078003, 0.07450985908508301, 0.12941181659698486, -0.45098036527633667, 0.011764764785766602, -0.15294116735458374, 0.13725495338439941, 0.4431372880935669, -0.09019607305526733, -0.427450954914093, 0.027451038360595703, 0.07450985908508301, 0.050980448722839355, -0.3019607663154602, -0.6000000238418579, -0.5921568870544434, -0.6313725709915161, -0.29411762952804565, -0.05098038911819458, 0.27843141555786133, 0.34117650985717773, 0.2862745523452759, 0.23921573162078857, 0.16862750053405762], [0.29411768913269043, 0.529411792755127, 0.40392160415649414, 0.38823533058166504, 0.41960787773132324, 0.19215691089630127, -0.2235293984413147, 0.027451038360595703, 0.34117650985717773, -0.1921568512916565, -0.270588219165802, -0.37254899740219116, -0.270588219165802, -0.04313725233078003, 0.3960784673690796, 0.49803924560546875, 0.17647063732147217, -0.21568626165390015, -0.3019607663154602, -0.3176470398902893, -0.529411792755127, -0.6392157077789307, -0.7019608020782471, -0.8117647171020508, -0.6392157077789307, -0.529411792755127, -0.15294116735458374, 0.12941181659698486, 0.12941181659698486, 0.003921627998352051, -0.003921568393707275, -0.05882352590560913], [-0.08235293626785278, 0.529411792755127, 0.38823533058166504, 0.3960784673690796, 0.41960787773132324, 0.08235299587249756, -0.3490195870399475, 0.17647063732147217, 0.9215686321258545, 0.7176470756530762, 0.043137311935424805, 0.050980448722839355, 0.16862750053405762, 0.3803921937942505, 0.4901961088180542, 0.5215686559677124, 0.3176470994949341, -0.019607841968536377, -0.13725489377975464, -0.5215686559677124, -0.7254902124404907, -0.7333333492279053, -0.615686297416687, -0.545098066329956, -0.5215686559677124, -0.545098066329956, -0.4588235020637512, -0.43529409170150757, -0.38823527097702026, -0.4588235020637512, -0.5372549295425415, -0.5686274766921997], [-0.3803921341896057, 0.37254905700683594, 0.3647059202194214, 0.3803921937942505, 0.38823533058166504, 0.09803926944732666, -0.1450980305671692, 0.6549019813537598, 0.9843137264251709, 0.9764705896377563, 0.6313725709915161, -0.027450978755950928, -0.10588234663009644, -0.027450978755950928, -0.09019607305526733, -0.04313725233078003, -0.18431371450424194, -0.46666663885116577, -0.46666663885116577, -0.529411792755127, -0.5921568870544434, -0.6078431606292725, -0.6000000238418579, -0.5607843399047852, -0.5607843399047852, -0.6000000238418579, -0.6627451181411743, -0.6000000238418579, -0.5372549295425415, -0.6235294342041016, -0.6627451181411743, -0.6705882549285889], [-0.6784313917160034, -0.24705880880355835, 0.12941181659698486, 0.3176470994949341, 0.3960784673690796, 0.29411768913269043, 0.29411768913269043, 0.929411768913269, 0.9843137264251709, 0.7803921699523926, -0.13725489377975464, -0.529411792755127, -0.5843137502670288, -0.615686297416687, -0.615686297416687, -0.6235294342041016, -0.6470588445663452, -0.6705882549285889, -0.6392157077789307, -0.6705882549285889, -0.7019608020782471, -0.6392157077789307, -0.6392157077789307, -0.6627451181411743, -0.6705882549285889, -0.6392157077789307, -0.6392157077789307, -0.6078431606292725, -0.5686274766921997, -0.5843137502670288, -0.6000000238418579, -0.6470588445663452], [-0.772549033164978, -0.772549033164978, -0.5372549295425415, 0.027451038360595703, 0.301960825920105, 0.035294175148010254, 0.5215686559677124, 0.9921568632125854, 0.8901960849761963, 0.10588240623474121, -0.5215686559677124, -0.6078431606292725, -0.6078431606292725, -0.6000000238418579, -0.615686297416687, -0.6078431606292725, -0.6313725709915161, -0.6705882549285889, -0.6941176652908325, -0.7333333492279053, -0.7254902124404907, -0.6941176652908325, -0.7019608020782471, -0.6705882549285889, -0.6470588445663452, -0.5607843399047852, -0.5137255191802979, -0.5372549295425415, -0.5607843399047852, -0.6078431606292725, -0.6392157077789307, -0.6000000238418579], [-0.6235294342041016, -0.7647058963775635, -0.7333333492279053, -0.427450954914093, 0.003921627998352051, 0.003921627998352051, 0.686274528503418, 1.0, 0.46666669845581055, -0.4823529124259949, -0.5764706134796143, -0.6078431606292725, -0.5921568870544434, -0.5921568870544434, -0.6392157077789307, -0.6470588445663452, -0.6627451181411743, -0.6784313917160034, -0.7176470756530762, -0.6941176652908325, -0.686274528503418, -0.686274528503418, -0.6627451181411743, -0.6392157077789307, -0.5372549295425415, -0.5137255191802979, -0.498039186000824, -0.5372549295425415, -0.5764706134796143, -0.6078431606292725, -0.45098036527633667, -0.3490195870399475], [-0.5921568870544434, -0.7254902124404907, -0.7568627595901489, -0.6784313917160034, -0.4823529124259949, 0.003921627998352051, 0.7568627595901489, 0.8823529481887817, -0.027450978755950928, -0.545098066329956, -0.615686297416687, -0.5607843399047852, -0.5764706134796143, -0.6549019813537598, -0.6549019813537598, -0.6313725709915161, -0.6392157077789307, -0.6627451181411743, -0.6627451181411743, -0.6549019813537598, -0.6549019813537598, -0.6470588445663452, -0.5764706134796143, -0.545098066329956, -0.5764706134796143, -0.6392157077789307, -0.6627451181411743, -0.7176470756530762, -0.6000000238418579, -0.427450954914093, -0.3333333134651184, -0.40392154455184937], [-0.6078431606292725, -0.7254902124404907, -0.772549033164978, -0.7254902124404907, -0.6549019813537598, -0.38823527097702026, 0.5843137502670288, 0.6549019813537598, -0.2392156720161438, -0.4901960492134094, -0.5764706134796143, -0.6235294342041016, -0.545098066329956, -0.6235294342041016, -0.686274528503418, -0.6470588445663452, -0.6313725709915161, -0.6235294342041016, -0.6313725709915161, -0.6392157077789307, -0.6000000238418579, -0.6941176652908325, -0.6941176652908325, -0.6235294342041016, -0.6313725709915161, -0.6941176652908325, -0.7803921699523926, -0.686274528503418, -0.4745097756385803, -0.4745097756385803, -0.6392157077789307, -0.6000000238418579], [-0.6078431606292725, -0.7254902124404907, -0.7490196228027344, -0.7411764860153198, -0.6784313917160034, -0.6392157077789307, -0.18431371450424194, 0.3333333730697632, -0.498039186000824, -0.5764706134796143, -0.5921568870544434, -0.5843137502670288, -0.5215686559677124, -0.545098066329956, -0.5764706134796143, -0.6470588445663452, -0.6705882549285889, -0.6784313917160034, -0.6392157077789307, -0.615686297416687, -0.6392157077789307, -0.6705882549285889, -0.686274528503418, -0.6941176652908325, -0.7098039388656616, -0.686274528503418, -0.6549019813537598, -0.5058823823928833, -0.6313725709915161, -0.7568627595901489, -0.8823529481887817, -0.6000000238418579], [-0.46666663885116577, -0.6705882549285889, -0.7568627595901489, -0.7019608020782471, -0.7098039388656616, -0.6627451181411743, -0.6705882549285889, -0.4431372284889221, -0.615686297416687, -0.7568627595901489, -0.7882353067398071, -0.7019608020782471, -0.615686297416687, -0.5607843399047852, -0.545098066329956, -0.5843137502670288, -0.5607843399047852, -0.529411792755127, -0.5529412031173706, -0.5843137502670288, -0.6078431606292725, -0.6470588445663452, -0.6941176652908325, -0.7411764860153198, -0.6705882549285889, -0.5137255191802979, -0.3803921341896057, -0.427450954914093, -0.5607843399047852, -0.7019608020782471, -0.8980392217636108, -0.686274528503418], [-0.5215686559677124, -0.615686297416687, -0.7254902124404907, -0.6627451181411743, -0.6941176652908325, -0.6705882549285889, -0.6549019813537598, -0.686274528503418, -0.6705882549285889, -0.7882353067398071, -0.8196078538894653, -0.7647058963775635, -0.7882353067398071, -0.772549033164978, -0.7176470756530762, -0.6313725709915161, -0.5607843399047852, -0.5137255191802979, -0.4823529124259949, -0.4117646813392639, -0.4588235020637512, -0.615686297416687, -0.6627451181411743, -0.6627451181411743, -0.529411792755127, -0.3333333134651184, -0.1450980305671692, -0.270588219165802, -0.529411792755127, -0.7960784435272217, -0.772549033164978, -0.843137264251709], [-0.5764706134796143, -0.5607843399047852, -0.6470588445663452, -0.6627451181411743, -0.686274528503418, -0.686274528503418, -0.686274528503418, -0.7019608020782471, -0.7176470756530762, -0.7960784435272217, -0.8274509906768799, -0.772549033164978, -0.8039215803146362, -0.772549033164978, -0.8509804010391235, -0.8588235378265381, -0.7490196228027344, -0.6313725709915161, -0.5215686559677124, -0.41960781812667847, -0.4823529124259949, -0.5843137502670288, -0.5921568870544434, -0.6470588445663452, -0.4745097756385803, -0.3019607663154602, -0.1764705777168274, -0.3019607663154602, -0.6235294342041016, -0.8117647171020508, -0.7333333492279053, -0.8352941274642944]], [[-0.12156862020492554, -0.1294117569923401, -0.09019607305526733, -0.07450979948043823, -0.12156862020492554, -0.1450980305671692, -0.09803920984268188, -0.11372548341751099, -0.1294117569923401, -0.11372548341751099, -0.09019607305526733, -0.1294117569923401, -0.1294117569923401, -0.08235293626785278, -0.08235293626785278, -0.06666666269302368, -0.08235293626785278, -0.11372548341751099, -0.1294117569923401, -0.12156862020492554, -0.1450980305671692, -0.1607843041419983, -0.1607843041419983, -0.16862744092941284, -0.1607843041419983, -0.2078431248664856, -0.23137253522872925, -0.2392156720161438, -0.2392156720161438, -0.2549019455909729, -0.2862744927406311, -0.3333333134651184], [-0.12156862020492554, -0.13725489377975464, -0.10588234663009644, -0.09019607305526733, -0.12156862020492554, -0.11372548341751099, -0.08235293626785278, -0.10588234663009644, -0.09019607305526733, -0.13725489377975464, -0.1294117569923401, -0.13725489377975464, -0.11372548341751099, -0.06666666269302368, -0.08235293626785278, -0.09803920984268188, -0.09803920984268188, -0.1294117569923401, -0.12156862020492554, -0.09803920984268188, -0.13725489377975464, -0.18431371450424194, -0.19999998807907104, -0.21568626165390015, -0.1764705777168274, -0.19999998807907104, -0.19999998807907104, -0.2392156720161438, -0.23137253522872925, -0.2549019455909729, -0.2862744927406311, -0.30980390310287476], [-0.13725489377975464, -0.1450980305671692, -0.1294117569923401, -0.1294117569923401, -0.16862744092941284, -0.09803920984268188, -0.08235293626785278, -0.08235293626785278, -0.09803920984268188, -0.09803920984268188, -0.10588234663009644, -0.1450980305671692, -0.1294117569923401, -0.09803920984268188, -0.10588234663009644, -0.11372548341751099, -0.09019607305526733, -0.10588234663009644, -0.1294117569923401, -0.24705880880355835, -0.29411762952804565, -0.38823527097702026, -0.3960784077644348, -0.3333333134651184, -0.32549017667770386, -0.24705880880355835, -0.1921568512916565, -0.2235293984413147, -0.2235293984413147, -0.23137253522872925, -0.2549019455909729, -0.3019607663154602], [-0.1607843041419983, -0.13725489377975464, -0.1450980305671692, -0.12156862020492554, -0.13725489377975464, -0.08235293626785278, -0.05882352590560913, -0.06666666269302368, -0.09803920984268188, -0.08235293626785278, -0.03529411554336548, 0.14509809017181396, 0.019607901573181152, -0.1294117569923401, -0.09803920984268188, -0.10588234663009644, -0.12156862020492554, -0.1294117569923401, -0.37254899740219116, -0.3176470398902893, -0.29411762952804565, -0.29411762952804565, -0.4117646813392639, -0.5058823823928833, -0.45098036527633667, -0.5137255191802979, -0.3333333134651184, -0.23137253522872925, -0.19999998807907104, -0.2078431248664856, -0.2235293984413147, -0.26274508237838745], [-0.1607843041419983, -0.10588234663009644, -0.09803920984268188, -0.10588234663009644, -0.10588234663009644, -0.11372548341751099, -0.05882352590560913, -0.09019607305526733, -0.11372548341751099, -0.09019607305526733, 0.003921627998352051, 0.6784313917160034, 0.22352945804595947, -0.10588234663009644, -0.1294117569923401, -0.15294116735458374, -0.37254899740219116, -0.5843137502670288, -0.4588235020637512, -0.1921568512916565, -0.13725489377975464, -0.10588234663009644, -0.19999998807907104, -0.26274508237838745, -0.43529409170150757, -0.38823527097702026, -0.427450954914093, -0.3490195870399475, -0.24705880880355835, -0.2078431248664856, -0.26274508237838745, -0.270588219165802], [-0.1450980305671692, -0.18431371450424194, -0.21568626165390015, -0.12156862020492554, -0.09803920984268188, -0.11372548341751099, -0.09019607305526733, -0.09803920984268188, -0.1294117569923401, -0.09019607305526733, -0.07450979948043823, 0.08235299587249756, -0.04313725233078003, -0.19999998807907104, -0.4117646813392639, -0.6078431606292725, -0.545098066329956, -0.5607843399047852, -0.3490195870399475, -0.11372548341751099, -0.05098038911819458, -0.04313725233078003, -0.09019607305526733, -0.24705880880355835, -0.21568626165390015, -0.2862744927406311, -0.545098066329956, -0.545098066329956, -0.34117645025253296, -0.1764705777168274, -0.23137253522872925, -0.2549019455909729], [-0.21568626165390015, -0.2549019455909729, -0.7098039388656616, -0.41960781812667847, -0.08235293626785278, -0.07450979948043823, -0.09803920984268188, -0.07450979948043823, -0.08235293626785278, -0.09019607305526733, -0.05882352590560913, -0.1607843041419983, -0.23137253522872925, -0.15294116735458374, -0.3176470398902893, -0.4745097756385803, -0.3490195870399475, -0.4117646813392639, -0.34117645025253296, 0.019607901573181152, 0.11372554302215576, -0.07450979948043823, -0.2235293984413147, -0.19999998807907104, -0.1294117569923401, -0.3490195870399475, -0.4431372284889221, -0.6313725709915161, -0.5215686559677124, -0.23137253522872925, -0.2235293984413147, -0.270588219165802], [-0.09803920984268188, -0.24705880880355835, -0.6627451181411743, -0.498039186000824, -0.1294117569923401, -0.08235293626785278, -0.10588234663009644, -0.09019607305526733, -0.06666666269302368, -0.11372548341751099, -0.1450980305671692, -0.26274508237838745, -0.13725489377975464, 0.027451038360595703, -0.16862744092941284, -0.3176470398902893, -0.2549019455909729, -0.30980390310287476, -0.3960784077644348, -0.07450979948043823, 0.20000004768371582, -0.027450978755950928, -0.270588219165802, -0.23137253522872925, -0.270588219165802, -0.3647058606147766, -0.529411792755127, -0.5843137502670288, -0.6313725709915161, -0.3490195870399475, -0.1921568512916565, -0.2392156720161438], [0.2627451419830322, -0.1764705777168274, -0.545098066329956, -0.05098038911819458, -0.027450978755950928, -0.11372548341751099, -0.08235293626785278, -0.04313725233078003, -0.05098038911819458, 0.058823585510253906, -0.3019607663154602, -0.1764705777168274, 0.10588240623474121, 0.12156867980957031, -0.1294117569923401, -0.37254899740219116, -0.3647058606147766, -0.3333333134651184, -0.38823527097702026, -0.4431372284889221, -0.019607841968536377, 0.058823585510253906, -0.1921568512916565, -0.3803921341896057, -0.3960784077644348, -0.35686272382736206, -0.427450954914093, -0.5529412031173706, -0.7254902124404907, -0.5372549295425415, -0.16862744092941284, -0.1921568512916565], [0.3803921937942505, 0.09019613265991211, -0.21568626165390015, 0.20784318447113037, 0.16862750053405762, -0.09019607305526733, -0.09019607305526733, -0.07450979948043823, 0.4117647409439087, 0.6784313917160034, 0.4117647409439087, 0.027451038360595703, 0.20000004768371582, 0.027451038360595703, -0.13725489377975464, -0.3333333134651184, -0.34117645025253296, -0.41960781812667847, -0.5529412031173706, -0.46666663885116577, -0.019607841968536377, 0.043137311935424805, -0.027450978755950928, -0.23137253522872925, -0.3647058606147766, -0.3333333134651184, -0.3333333134651184, -0.40392154455184937, -0.615686297416687, -0.7647058963775635, -0.4117646813392639, -0.1921568512916565], [0.43529415130615234, -0.09019607305526733, 0.18431377410888672, 0.32549023628234863, 0.22352945804595947, -0.12156862020492554, -0.07450979948043823, -0.3019607663154602, 0.545098066329956, 0.7568627595901489, 0.49803924560546875, 0.058823585510253906, 0.24705886840820312, 0.07450985908508301, -0.15294116735458374, -0.1294117569923401, -0.40392154455184937, -0.37254899740219116, -0.6549019813537598, -0.3333333134651184, 0.29411768913269043, 0.15294122695922852, 0.15294122695922852, -0.21568626165390015, -0.3490195870399475, -0.19999998807907104, -0.30980390310287476, -0.3803921341896057, -0.5372549295425415, -0.7176470756530762, -0.6392157077789307, -0.3647058606147766], [0.49803924560546875, -0.15294116735458374, 0.12941181659698486, 0.37254905700683594, 0.30980396270751953, -0.05882352590560913, -0.03529411554336548, -0.270588219165802, -0.2549019455909729, 0.4274510145187378, 0.34117650985717773, 0.11372554302215576, 0.2627451419830322, 0.34117650985717773, -0.06666666269302368, -0.1607843041419983, -0.23137253522872925, -0.34117645025253296, -0.7019608020782471, -0.05098038911819458, 0.5764706134796143, 0.19215691089630127, 0.09019613265991211, -0.3019607663154602, -0.37254899740219116, -0.270588219165802, -0.18431371450424194, -0.3176470398902893, -0.4117646813392639, -0.5843137502670288, -0.5686274766921997, -0.5607843399047852], [0.5215686559677124, -0.24705880880355835, 0.050980448722839355, 0.4117647409439087, 0.22352945804595947, -0.03529411554336548, -0.03529411554336548, -0.1450980305671692, -0.46666663885116577, 0.20784318447113037, 0.12941181659698486, -0.10588234663009644, 0.301960825920105, 0.5843137502670288, 0.16862750053405762, -0.11372548341751099, -0.10588234663009644, -0.10588234663009644, -0.6078431606292725, 0.15294122695922852, 0.46666669845581055, 0.16862750053405762, -0.07450979948043823, -0.30980390310287476, -0.3490195870399475, -0.34117645025253296, -0.2549019455909729, -0.3176470398902893, -0.3176470398902893, -0.427450954914093, -0.41960781812667847, -0.5686274766921997], [0.5058823823928833, -0.2549019455909729, 0.20784318447113037, 0.4745098352432251, -0.13725489377975464, -0.16862744092941284, -0.027450978755950928, -0.09019607305526733, -0.43529409170150757, 0.035294175148010254, -0.019607841968536377, 0.16862750053405762, 0.3647059202194214, 0.6941176652908325, 0.3490196466445923, 0.027451038360595703, -0.08235293626785278, -0.10588234663009644, -0.4431372284889221, 0.19215691089630127, 0.41960787773132324, 0.12941181659698486, -0.13725489377975464, -0.3333333134651184, -0.37254899740219116, -0.427450954914093, -0.37254899740219116, -0.21568626165390015, -0.2078431248664856, -0.30980390310287476, -0.3019607663154602, -0.427450954914093], [0.5372549295425415, -0.1607843041419983, 0.30980396270751953, 0.458823561668396, -0.1450980305671692, -0.3019607663154602, -0.06666666269302368, -0.04313725233078003, -0.41960781812667847, -0.16862744092941284, -0.03529411554336548, 0.45098042488098145, 0.4117647409439087, 0.29411768913269043, 0.09803926944732666, 0.12156867980957031, 0.06666672229766846, -0.21568626165390015, -0.4431372284889221, 0.19215691089630127, 0.37254905700683594, 0.043137311935424805, 0.003921627998352051, -0.1450980305671692, -0.32549017667770386, -0.270588219165802, -0.24705880880355835, -0.13725489377975464, -0.09019607305526733, -0.24705880880355835, -0.3333333134651184, -0.2549019455909729], [0.545098066329956, 0.011764764785766602, 0.30980396270751953, 0.3960784673690796, 0.07450985908508301, -0.3490195870399475, -0.05882352590560913, -0.019607841968536377, -0.26274508237838745, -0.05882352590560913, 0.027451038360595703, 0.7333333492279053, 0.8509804010391235, 0.08235299587249756, 0.019607901573181152, -0.05098038911819458, -0.12156862020492554, -0.18431371450424194, -0.30980390310287476, 0.050980448722839355, 0.24705886840820312, 0.15294122695922852, -0.15294116735458374, -0.3333333134651184, -0.43529409170150757, -0.30980390310287476, -0.18431371450424194, -0.1450980305671692, -0.13725489377975464, -0.32549017667770386, -0.24705880880355835, -0.18431371450424194], [0.5921568870544434, 0.14509809017181396, 0.2862745523452759, 0.4274510145187378, 0.3333333730697632, -0.32549017667770386, -0.019607841968536377, -0.011764705181121826, -0.05098038911819458, -0.37254899740219116, 0.12156867980957031, 0.27843141555786133, 0.19215691089630127, 0.035294175148010254, -0.16862744092941284, -0.16862744092941284, -0.2078431248664856, -0.2078431248664856, -0.29411762952804565, 0.12156867980957031, 0.08235299587249756, 0.10588240623474121, 0.019607901573181152, -0.1764705777168274, -0.40392154455184937, -0.3803921341896057, -0.270588219165802, -0.2862744927406311, -0.3490195870399475, -0.30980390310287476, -0.15294116735458374, -0.18431371450424194], [0.686274528503418, 0.301960825920105, 0.30980396270751953, 0.4431372880935669, 0.4274510145187378, -0.19999998807907104, -0.24705880880355835, 0.16862750053405762, 0.07450985908508301, -0.270588219165802, -0.09019607305526733, -0.1764705777168274, -0.19999998807907104, -0.1764705777168274, -0.2862744927406311, -0.13725489377975464, -0.2862744927406311, -0.1921568512916565, 0.003921627998352051, -0.24705880880355835, -0.5607843399047852, -0.05882352590560913, -0.011764705181121826, -0.4588235020637512, -0.5607843399047852, -0.5607843399047852, -0.45098036527633667, -0.270588219165802, -0.26274508237838745, -0.12156862020492554, -0.09019607305526733, -0.13725489377975464], [0.6549019813537598, 0.4431372880935669, 0.37254905700683594, 0.41960787773132324, 0.4431372880935669, 0.027451038360595703, -0.30980390310287476, 0.09019613265991211, 0.16078436374664307, 0.003921627998352051, -0.29411762952804565, -0.498039186000824, -0.05098038911819458, -0.1294117569923401, -0.08235293626785278, 0.12156867980957031, -0.27843135595321655, -0.24705880880355835, 0.09019613265991211, -0.08235293626785278, -0.1450980305671692, -0.2235293984413147, -0.46666663885116577, -0.5372549295425415, -0.6784313917160034, -0.5137255191802979, -0.4588235020637512, -0.1764705777168274, -0.06666666269302368, -0.05882352590560913, -0.09803920984268188, -0.1294117569923401], [0.5058823823928833, 0.48235297203063965, 0.3803921937942505, 0.40392160415649414, 0.4274510145187378, 0.16862750053405762, -0.29411762952804565, -0.05098038911819458, -0.027450978755950928, 0.06666672229766846, 0.050980448722839355, -0.5372549295425415, -0.07450979948043823, -0.2392156720161438, 0.050980448722839355, 0.3803921937942505, -0.07450979948043823, -0.4117646813392639, -0.06666666269302368, -0.027450978755950928, 0.011764764785766602, -0.32549017667770386, -0.615686297416687, -0.6000000238418579, -0.615686297416687, -0.29411762952804565, -0.2862744927406311, -0.07450979948043823, -0.05098038911819458, -0.11372548341751099, -0.1294117569923401, -0.1607843041419983], [0.22352945804595947, 0.5137255191802979, 0.3960784673690796, 0.35686278343200684, 0.41960787773132324, 0.23137259483337402, -0.1921568512916565, 0.058823585510253906, 0.37254905700683594, -0.1764705777168274, -0.29411762952804565, -0.3960784077644348, -0.29411762952804565, -0.07450979948043823, 0.35686278343200684, 0.4274510145187378, 0.16078436374664307, -0.21568626165390015, -0.38823527097702026, -0.3960784077644348, -0.5215686559677124, -0.5921568870544434, -0.6392157077789307, -0.7411764860153198, -0.5529412031173706, -0.4431372284889221, -0.21568626165390015, -0.019607841968536377, -0.03529411554336548, -0.1450980305671692, -0.11372548341751099, -0.1764705777168274], [-0.05882352590560913, 0.5686274766921997, 0.3960784673690796, 0.32549023628234863, 0.40392160415649414, 0.12941181659698486, -0.3176470398902893, 0.20000004768371582, 0.9372549057006836, 0.7411764860153198, 0.09803926944732666, 0.10588240623474121, 0.22352945804595947, 0.4274510145187378, 0.5372549295425415, 0.5058823823928833, 0.3490196466445923, 0.043137311935424805, -0.1450980305671692, -0.5137255191802979, -0.615686297416687, -0.5764706134796143, -0.45098036527633667, -0.3647058606147766, -0.3333333134651184, -0.34117645025253296, -0.2235293984413147, -0.2078431248664856, -0.18431371450424194, -0.24705880880355835, -0.27843135595321655, -0.29411762952804565], [-0.1764705777168274, 0.545098066329956, 0.43529415130615234, 0.3490196466445923, 0.38823533058166504, 0.14509809017181396, -0.12156862020492554, 0.6549019813537598, 0.9764705896377563, 0.9843137264251709, 0.7568627595901489, 0.12156867980957031, 0.035294175148010254, 0.10588240623474121, 0.043137311935424805, 0.043137311935424805, -0.027450978755950928, -0.270588219165802, -0.3176470398902893, -0.35686272382736206, -0.34117645025253296, -0.34117645025253296, -0.3333333134651184, -0.270588219165802, -0.26274508237838745, -0.2862744927406311, -0.24705880880355835, -0.18431371450424194, -0.15294116735458374, -0.2392156720161438, -0.2392156720161438, -0.2549019455909729], [-0.3019607663154602, 0.07450985908508301, 0.3176470994949341, 0.3647059202194214, 0.4274510145187378, 0.3333333730697632, 0.301960825920105, 0.9215686321258545, 0.9686274528503418, 0.8117647171020508, 0.06666672229766846, -0.30980390310287476, -0.37254899740219116, -0.40392154455184937, -0.4117646813392639, -0.43529409170150757, -0.3803921341896057, -0.3647058606147766, -0.3647058606147766, -0.35686272382736206, -0.32549017667770386, -0.29411762952804565, -0.3019607663154602, -0.3176470398902893, -0.3019607663154602, -0.270588219165802, -0.26274508237838745, -0.24705880880355835, -0.24705880880355835, -0.26274508237838745, -0.2549019455909729, -0.29411762952804565], [-0.2862744927406311, -0.3176470398902893, -0.19999998807907104, 0.20000004768371582, 0.40392160415649414, 0.06666672229766846, 0.48235297203063965, 0.9607843160629272, 0.9215686321258545, 0.24705886840820312, -0.26274508237838745, -0.34117645025253296, -0.34117645025253296, -0.3333333134651184, -0.3490195870399475, -0.34117645025253296, -0.32549017667770386, -0.34117645025253296, -0.35686272382736206, -0.3803921341896057, -0.3490195870399475, -0.32549017667770386, -0.3333333134651184, -0.3019607663154602, -0.27843135595321655, -0.1921568512916565, -0.1921568512916565, -0.2078431248664856, -0.19999998807907104, -0.2235293984413147, -0.26274508237838745, -0.1921568512916565], [-0.1294117569923401, -0.26274508237838745, -0.3333333134651184, -0.16862744092941284, 0.16078436374664307, 0.06666672229766846, 0.6705882549285889, 0.9843137264251709, 0.5529412031173706, -0.270588219165802, -0.2862744927406311, -0.30980390310287476, -0.29411762952804565, -0.29411762952804565, -0.3490195870399475, -0.35686272382736206, -0.35686272382736206, -0.3647058606147766, -0.37254899740219116, -0.3490195870399475, -0.32549017667770386, -0.3019607663154602, -0.27843135595321655, -0.2549019455909729, -0.15294116735458374, -0.13725489377975464, -0.1450980305671692, -0.15294116735458374, -0.15294116735458374, -0.1764705777168274, -0.03529411554336548, 0.07450985908508301], [-0.10588234663009644, -0.2235293984413147, -0.32549017667770386, -0.3490195870399475, -0.2549019455909729, 0.13725495338439941, 0.7960784435272217, 0.9215686321258545, 0.12156867980957031, -0.27843135595321655, -0.3176470398902893, -0.26274508237838745, -0.27843135595321655, -0.35686272382736206, -0.35686272382736206, -0.3490195870399475, -0.34117645025253296, -0.3490195870399475, -0.32549017667770386, -0.30980390310287476, -0.29411762952804565, -0.2392156720161438, -0.16862744092941284, -0.13725489377975464, -0.1764705777168274, -0.2392156720161438, -0.2549019455909729, -0.2862744927406311, -0.15294116735458374, 0.019607901573181152, 0.08235299587249756, -0.019607841968536377], [-0.13725489377975464, -0.23137253522872925, -0.3019607663154602, -0.32549017667770386, -0.3490195870399475, -0.16862744092941284, 0.7176470756530762, 0.7882353067398071, -0.011764705181121826, -0.18431371450424194, -0.26274508237838745, -0.3176470398902893, -0.2392156720161438, -0.3176470398902893, -0.37254899740219116, -0.35686272382736206, -0.34117645025253296, -0.3176470398902893, -0.3019607663154602, -0.3019607663154602, -0.2392156720161438, -0.27843135595321655, -0.270588219165802, -0.19999998807907104, -0.2078431248664856, -0.270588219165802, -0.3333333134651184, -0.2078431248664856, 0.011764764785766602, -0.011764705181121826, -0.23137253522872925, -0.24705880880355835], [-0.15294116735458374, -0.2392156720161438, -0.27843135595321655, -0.30980390310287476, -0.30980390310287476, -0.34117645025253296, 0.043137311935424805, 0.545098066329956, -0.21568626165390015, -0.2392156720161438, -0.26274508237838745, -0.2549019455909729, -0.1921568512916565, -0.21568626165390015, -0.24705880880355835, -0.3490195870399475, -0.3803921341896057, -0.37254899740219116, -0.30980390310287476, -0.27843135595321655, -0.27843135595321655, -0.2549019455909729, -0.270588219165802, -0.27843135595321655, -0.29411762952804565, -0.270588219165802, -0.19999998807907104, -0.019607841968536377, -0.13725489377975464, -0.29411762952804565, -0.529411792755127, -0.270588219165802], [-0.027450978755950928, -0.21568626165390015, -0.30980390310287476, -0.2862744927406311, -0.3176470398902893, -0.3019607663154602, -0.3803921341896057, -0.1607843041419983, -0.3019607663154602, -0.3960784077644348, -0.4431372284889221, -0.35686272382736206, -0.270588219165802, -0.21568626165390015, -0.19999998807907104, -0.27843135595321655, -0.26274508237838745, -0.2235293984413147, -0.2235293984413147, -0.2392156720161438, -0.2549019455909729, -0.26274508237838745, -0.30980390310287476, -0.3490195870399475, -0.2862744927406311, -0.12156862020492554, 0.035294175148010254, 0.027451038360595703, -0.09019607305526733, -0.2392156720161438, -0.498039186000824, -0.3333333134651184], [-0.09019607305526733, -0.19999998807907104, -0.3333333134651184, -0.2862744927406311, -0.29411762952804565, -0.27843135595321655, -0.30980390310287476, -0.3647058606147766, -0.3333333134651184, -0.43529409170150757, -0.4745097756385803, -0.41960781812667847, -0.4431372284889221, -0.427450954914093, -0.37254899740219116, -0.32549017667770386, -0.2549019455909729, -0.2078431248664856, -0.1450980305671692, -0.06666666269302368, -0.11372548341751099, -0.2549019455909729, -0.30980390310287476, -0.30980390310287476, -0.1764705777168274, 0.019607901573181152, 0.22352945804595947, 0.13725495338439941, -0.09803920984268188, -0.35686272382736206, -0.35686272382736206, -0.498039186000824], [-0.1607843041419983, -0.1764705777168274, -0.3019607663154602, -0.32549017667770386, -0.3019607663154602, -0.27843135595321655, -0.3176470398902893, -0.3647058606147766, -0.3803921341896057, -0.4588235020637512, -0.4823529124259949, -0.427450954914093, -0.4588235020637512, -0.427450954914093, -0.5058823823928833, -0.545098066329956, -0.45098036527633667, -0.3176470398902893, -0.18431371450424194, -0.06666666269302368, -0.1294117569923401, -0.24705880880355835, -0.2549019455909729, -0.3176470398902893, -0.1450980305671692, 0.027451038360595703, 0.14509809017181396, 0.058823585510253906, -0.2235293984413147, -0.3960784077644348, -0.34117645025253296, -0.4745097756385803]], [[-0.615686297416687, -0.6313725709915161, -0.6000000238418579, -0.5843137502670288, -0.6392157077789307, -0.6784313917160034, -0.6313725709915161, -0.6470588445663452, -0.6549019813537598, -0.6784313917160034, -0.6784313917160034, -0.5921568870544434, -0.615686297416687, -0.6784313917160034, -0.6470588445663452, -0.6549019813537598, -0.686274528503418, -0.7019608020782471, -0.6941176652908325, -0.6627451181411743, -0.6549019813537598, -0.6470588445663452, -0.6470588445663452, -0.6627451181411743, -0.6549019813537598, -0.6941176652908325, -0.6627451181411743, -0.6784313917160034, -0.7019608020782471, -0.7176470756530762, -0.7176470756530762, -0.7411764860153198], [-0.6000000238418579, -0.686274528503418, -0.6470588445663452, -0.5607843399047852, -0.615686297416687, -0.6627451181411743, -0.6313725709915161, -0.6470588445663452, -0.6392157077789307, -0.7019608020782471, -0.6784313917160034, -0.5764706134796143, -0.5921568870544434, -0.6784313917160034, -0.686274528503418, -0.7411764860153198, -0.7647058963775635, -0.7411764860153198, -0.6784313917160034, -0.6078431606292725, -0.5843137502670288, -0.5686274766921997, -0.5921568870544434, -0.6235294342041016, -0.6078431606292725, -0.6392157077789307, -0.6470588445663452, -0.7019608020782471, -0.7333333492279053, -0.7568627595901489, -0.7490196228027344, -0.7333333492279053], [-0.6313725709915161, -0.7411764860153198, -0.7176470756530762, -0.6235294342041016, -0.6705882549285889, -0.6549019813537598, -0.6470588445663452, -0.6470588445663452, -0.6627451181411743, -0.6627451181411743, -0.6235294342041016, -0.5529412031173706, -0.6000000238418579, -0.7019608020782471, -0.7098039388656616, -0.7254902124404907, -0.6941176652908325, -0.6313725709915161, -0.5764706134796143, -0.615686297416687, -0.5921568870544434, -0.6078431606292725, -0.6313725709915161, -0.6078431606292725, -0.6235294342041016, -0.5686274766921997, -0.6000000238418579, -0.6941176652908325, -0.7254902124404907, -0.7333333492279053, -0.7333333492279053, -0.7411764860153198], [-0.686274528503418, -0.7490196228027344, -0.7568627595901489, -0.6549019813537598, -0.6627451181411743, -0.6392157077789307, -0.6235294342041016, -0.6235294342041016, -0.6549019813537598, -0.6470588445663452, -0.5529412031173706, -0.2549019455909729, -0.4117646813392639, -0.6784313917160034, -0.6313725709915161, -0.5764706134796143, -0.545098066329956, -0.4745097756385803, -0.6313725709915161, -0.4901960492134094, -0.40392154455184937, -0.34117645025253296, -0.4823529124259949, -0.6078431606292725, -0.5921568870544434, -0.6941176652908325, -0.6470588445663452, -0.6392157077789307, -0.6627451181411743, -0.6941176652908325, -0.6941176652908325, -0.7176470756530762], [-0.6784313917160034, -0.6235294342041016, -0.615686297416687, -0.6313725709915161, -0.6627451181411743, -0.686274528503418, -0.6313725709915161, -0.6549019813537598, -0.6784313917160034, -0.6705882549285889, -0.5372549295425415, 0.2862745523452759, -0.1607843041419983, -0.5607843399047852, -0.529411792755127, -0.4431372284889221, -0.6078431606292725, -0.7568627595901489, -0.5607843399047852, -0.23137253522872925, -0.1294117569923401, -0.07450979948043823, -0.1764705777168274, -0.270588219165802, -0.4745097756385803, -0.45098036527633667, -0.6313725709915161, -0.6470588445663452, -0.6235294342041016, -0.6392157077789307, -0.7176470756530762, -0.7176470756530762], [-0.5764706134796143, -0.498039186000824, -0.5529412031173706, -0.5843137502670288, -0.6549019813537598, -0.6941176652908325, -0.6784313917160034, -0.6784313917160034, -0.7098039388656616, -0.6941176652908325, -0.6705882549285889, -0.3333333134651184, -0.38823527097702026, -0.545098066329956, -0.6627451181411743, -0.7568627595901489, -0.6627451181411743, -0.6470588445663452, -0.40392154455184937, -0.13725489377975464, -0.05882352590560913, -0.04313725233078003, -0.09019607305526733, -0.24705880880355835, -0.2392156720161438, -0.32549017667770386, -0.6313725709915161, -0.7098039388656616, -0.615686297416687, -0.545098066329956, -0.6549019813537598, -0.686274528503418], [-0.5529412031173706, -0.37254899740219116, -0.8666666746139526, -0.7803921699523926, -0.6235294342041016, -0.6627451181411743, -0.686274528503418, -0.6627451181411743, -0.6705882549285889, -0.7098039388656616, -0.6941176652908325, -0.5921568870544434, -0.5372549295425415, -0.4117646813392639, -0.45098036527633667, -0.5529412031173706, -0.43529409170150757, -0.498039186000824, -0.41960781812667847, -0.05098038911819458, 0.035294175148010254, -0.15294116735458374, -0.29411762952804565, -0.26274508237838745, -0.1921568512916565, -0.3960784077644348, -0.4588235020637512, -0.6941176652908325, -0.7176470756530762, -0.545098066329956, -0.6235294342041016, -0.6941176652908325], [-0.29411762952804565, -0.27843135595321655, -0.7019608020782471, -0.6784313917160034, -0.5607843399047852, -0.6705882549285889, -0.7176470756530762, -0.6941176652908325, -0.615686297416687, -0.6000000238418579, -0.6000000238418579, -0.615686297416687, -0.3960784077644348, -0.1607843041419983, -0.270588219165802, -0.3803921341896057, -0.30980390310287476, -0.35686272382736206, -0.4588235020637512, -0.1607843041419983, 0.09803926944732666, -0.12156862020492554, -0.3647058606147766, -0.30980390310287476, -0.34117645025253296, -0.41960781812667847, -0.545098066329956, -0.615686297416687, -0.7490196228027344, -0.6078431606292725, -0.6000000238418579, -0.6941176652908325], [0.12941181659698486, -0.1764705777168274, -0.5372549295425415, -0.11372548341751099, -0.35686272382736206, -0.6627451181411743, -0.6784313917160034, -0.6078431606292725, -0.4823529124259949, -0.2549019455909729, -0.5372549295425415, -0.38823527097702026, -0.05098038911819458, 0.003921627998352051, -0.2078431248664856, -0.41960781812667847, -0.3960784077644348, -0.35686272382736206, -0.427450954914093, -0.5215686559677124, -0.12156862020492554, -0.03529411554336548, -0.270588219165802, -0.45098036527633667, -0.4588235020637512, -0.40392154455184937, -0.4745097756385803, -0.5843137502670288, -0.7882353067398071, -0.7254902124404907, -0.5372549295425415, -0.6470588445663452], [0.27843141555786133, 0.12156867980957031, -0.1764705777168274, 0.16862750053405762, -0.12156862020492554, -0.6000000238418579, -0.6313725709915161, -0.529411792755127, 0.14509809017181396, 0.5529412031173706, 0.301960825920105, -0.06666666269302368, 0.13725495338439941, -0.019607841968536377, -0.1607843041419983, -0.3803921341896057, -0.3803921341896057, -0.4431372284889221, -0.5843137502670288, -0.545098066329956, -0.12156862020492554, -0.04313725233078003, -0.10588234663009644, -0.3019607663154602, -0.41960781812667847, -0.38823527097702026, -0.38823527097702026, -0.4431372284889221, -0.6627451181411743, -0.8823529481887817, -0.6549019813537598, -0.5529412031173706], [0.37254905700683594, -0.04313725233078003, 0.23921573162078857, 0.3176470994949341, -0.04313725233078003, -0.6078431606292725, -0.6000000238418579, -0.6313725709915161, 0.40392160415649414, 0.772549033164978, 0.4745098352432251, 0.027451038360595703, 0.21568632125854492, 0.035294175148010254, -0.18431371450424194, -0.18431371450424194, -0.4588235020637512, -0.3960784077644348, -0.686274528503418, -0.3960784077644348, 0.20784318447113037, 0.07450985908508301, 0.08235299587249756, -0.27843135595321655, -0.3960784077644348, -0.24705880880355835, -0.3803921341896057, -0.427450954914093, -0.5372549295425415, -0.7411764860153198, -0.7568627595901489, -0.6392157077789307], [0.48235297203063965, -0.09019607305526733, 0.20000004768371582, 0.3960784673690796, 0.06666672229766846, -0.5372549295425415, -0.5686274766921997, -0.6549019813537598, -0.37254899740219116, 0.4745098352432251, 0.2862745523452759, 0.043137311935424805, 0.18431377410888672, 0.24705886840820312, -0.16862744092941284, -0.2549019455909729, -0.3019607663154602, -0.3803921341896057, -0.7333333492279053, -0.11372548341751099, 0.5058823823928833, 0.11372554302215576, 0.019607901573181152, -0.35686272382736206, -0.4117646813392639, -0.30980390310287476, -0.26274508237838745, -0.3647058606147766, -0.38823527097702026, -0.5686274766921997, -0.6235294342041016, -0.7960784435272217], [0.5215686559677124, -0.1764705777168274, 0.12941181659698486, 0.45098042488098145, 0.043137311935424805, -0.46666663885116577, -0.5843137502670288, -0.6313725709915161, -0.6549019813537598, 0.19215691089630127, -0.011764705181121826, -0.26274508237838745, 0.16078436374664307, 0.43529415130615234, 0.011764764785766602, -0.23137253522872925, -0.1764705777168274, -0.1450980305671692, -0.6313725709915161, 0.09803926944732666, 0.3960784673690796, 0.09803926944732666, -0.1294117569923401, -0.3490195870399475, -0.3803921341896057, -0.37254899740219116, -0.3333333134651184, -0.3647058606147766, -0.3019607663154602, -0.427450954914093, -0.498039186000824, -0.8117647171020508], [0.5137255191802979, -0.1921568512916565, 0.27843141555786133, 0.5058823823928833, -0.23137253522872925, -0.4823529124259949, -0.545098066329956, -0.6078431606292725, -0.6941176652908325, -0.05882352590560913, -0.1921568512916565, -0.003921568393707275, 0.21568632125854492, 0.5686274766921997, 0.23137259483337402, -0.08235293626785278, -0.1607843041419983, -0.1450980305671692, -0.46666663885116577, 0.15294122695922852, 0.3647059202194214, 0.06666672229766846, -0.18431371450424194, -0.37254899740219116, -0.40392154455184937, -0.45098036527633667, -0.43529409170150757, -0.26274508237838745, -0.2235293984413147, -0.3647058606147766, -0.4588235020637512, -0.7333333492279053], [0.5372549295425415, -0.12156862020492554, 0.3490196466445923, 0.4745098352432251, -0.1450980305671692, -0.4745097756385803, -0.5137255191802979, -0.5686274766921997, -0.7333333492279053, -0.30980390310287476, -0.1921568512916565, 0.32549023628234863, 0.32549023628234863, 0.24705886840820312, 0.09803926944732666, 0.050980448722839355, -0.019607841968536377, -0.2549019455909729, -0.45098036527633667, 0.16862750053405762, 0.3333333730697632, -0.003921568393707275, -0.04313725233078003, -0.1764705777168274, -0.3490195870399475, -0.2862744927406311, -0.29411762952804565, -0.18431371450424194, -0.1294117569923401, -0.37254899740219116, -0.5843137502670288, -0.6313725709915161], [0.545098066329956, 0.06666672229766846, 0.3647059202194214, 0.41960787773132324, 0.11372554302215576, -0.3960784077644348, -0.30980390310287476, -0.3960784077644348, -0.5921568870544434, -0.270588219165802, -0.09019607305526733, 0.6549019813537598, 0.8039215803146362, 0.07450985908508301, 0.019607901573181152, -0.12156862020492554, -0.2078431248664856, -0.2549019455909729, -0.4117646813392639, -0.07450979948043823, 0.14509809017181396, 0.08235299587249756, -0.2078431248664856, -0.37254899740219116, -0.46666663885116577, -0.3176470398902893, -0.2235293984413147, -0.2235293984413147, -0.270588219165802, -0.5764706134796143, -0.6235294342041016, -0.6235294342041016], [0.6000000238418579, 0.2549020051956177, 0.3960784673690796, 0.4745098352432251, 0.3490196466445923, -0.29411762952804565, -0.011764705181121826, -0.11372548341751099, -0.35686272382736206, -0.7098039388656616, 0.043137311935424805, 0.21568632125854492, 0.10588240623474121, -0.08235293626785278, -0.30980390310287476, -0.29411762952804565, -0.27843135595321655, -0.3176470398902893, -0.545098066329956, -0.18431371450424194, -0.1450980305671692, -0.011764705181121826, -0.07450979948043823, -0.2392156720161438, -0.43529409170150757, -0.3960784077644348, -0.26274508237838745, -0.35686272382736206, -0.5686274766921997, -0.6470588445663452, -0.5686274766921997, -0.6392157077789307], [0.686274528503418, 0.4117647409439087, 0.4431372880935669, 0.5215686559677124, 0.458823561668396, -0.1764705777168274, -0.19999998807907104, 0.13725495338439941, -0.1294117569923401, -0.5215686559677124, -0.1764705777168274, -0.2549019455909729, -0.3019607663154602, -0.3019607663154602, -0.427450954914093, -0.23137253522872925, -0.30980390310287476, -0.2549019455909729, -0.19999998807907104, -0.498039186000824, -0.7490196228027344, -0.1764705777168274, -0.09803920984268188, -0.5215686559677124, -0.6000000238418579, -0.5843137502670288, -0.4901960492134094, -0.38823527097702026, -0.498039186000824, -0.46666663885116577, -0.498039186000824, -0.5764706134796143], [0.6078431606292725, 0.5058823823928833, 0.48235297203063965, 0.5137255191802979, 0.4745098352432251, 0.043137311935424805, -0.24705880880355835, 0.12156867980957031, 0.10588240623474121, -0.1294117569923401, -0.37254899740219116, -0.5686274766921997, -0.15294116735458374, -0.24705880880355835, -0.21568626165390015, 0.043137311935424805, -0.270588219165802, -0.270588219165802, -0.05882352590560913, -0.270588219165802, -0.27843135595321655, -0.32549017667770386, -0.545098066329956, -0.5921568870544434, -0.6941176652908325, -0.529411792755127, -0.686274528503418, -0.5372549295425415, -0.5137255191802979, -0.5764706134796143, -0.6470588445663452, -0.6392157077789307], [0.4117647409439087, 0.46666669845581055, 0.41960787773132324, 0.45098042488098145, 0.4431372880935669, 0.19215691089630127, -0.2235293984413147, 0.035294175148010254, 0.019607901573181152, 0.058823585510253906, -0.011764705181121826, -0.6000000238418579, -0.15294116735458374, -0.32549017667770386, -0.03529411554336548, 0.3176470994949341, -0.07450979948043823, -0.427450954914093, -0.1921568512916565, -0.1764705777168274, -0.07450979948043823, -0.38823527097702026, -0.6549019813537598, -0.6078431606292725, -0.5921568870544434, -0.270588219165802, -0.529411792755127, -0.46666663885116577, -0.498039186000824, -0.5921568870544434, -0.6078431606292725, -0.6392157077789307], [0.14509809017181396, 0.46666669845581055, 0.37254905700683594, 0.3490196466445923, 0.4117647409439087, 0.2549020051956177, -0.1294117569923401, 0.14509809017181396, 0.45098042488098145, -0.1294117569923401, -0.3176470398902893, -0.427450954914093, -0.32549017667770386, -0.09019607305526733, 0.35686278343200684, 0.38823533058166504, 0.16078436374664307, -0.2078431248664856, -0.4823529124259949, -0.5058823823928833, -0.5529412031173706, -0.5764706134796143, -0.6000000238418579, -0.6784313917160034, -0.4588235020637512, -0.3490195870399475, -0.4117646813392639, -0.35686272382736206, -0.40392154455184937, -0.5215686559677124, -0.4588235020637512, -0.5058823823928833], [-0.027450978755950928, 0.5686274766921997, 0.3803921937942505, 0.3176470994949341, 0.40392160415649414, 0.15294122695922852, -0.2862744927406311, 0.24705886840820312, 0.9607843160629272, 0.7647058963775635, 0.12941181659698486, 0.15294122695922852, 0.2862745523452759, 0.5058823823928833, 0.6313725709915161, 0.545098066329956, 0.41960787773132324, 0.12156867980957031, -0.1450980305671692, -0.5137255191802979, -0.545098066329956, -0.46666663885116577, -0.3176470398902893, -0.19999998807907104, -0.13725489377975464, -0.1294117569923401, -0.04313725233078003, -0.06666666269302368, -0.05882352590560913, -0.12156862020492554, -0.12156862020492554, -0.09803920984268188], [0.043137311935424805, 0.6705882549285889, 0.5058823823928833, 0.38823533058166504, 0.4274510145187378, 0.17647063732147217, -0.11372548341751099, 0.6392157077789307, 0.9372549057006836, 0.9764705896377563, 0.8196078538894653, 0.23137259483337402, 0.16862750053405762, 0.2705882787704468, 0.22352945804595947, 0.19215691089630127, 0.16078436374664307, -0.06666666269302368, -0.18431371450424194, -0.2078431248664856, -0.1294117569923401, -0.13725489377975464, -0.09803920984268188, -0.019607841968536377, 0.027451038360595703, 0.019607901573181152, 0.058823585510253906, 0.10588240623474121, 0.11372554302215576, 0.035294175148010254, 0.07450985908508301, 0.035294175148010254], [0.058823585510253906, 0.3176470994949341, 0.4745098352432251, 0.4745098352432251, 0.5058823823928833, 0.3647059202194214, 0.2862745523452759, 0.8588235378265381, 0.8901960849761963, 0.7882353067398071, 0.20000004768371582, -0.1294117569923401, -0.1764705777168274, -0.1764705777168274, -0.1607843041419983, -0.2078431248664856, -0.09803920984268188, -0.05882352590560913, -0.11372548341751099, -0.09019607305526733, -0.019607841968536377, -0.019607841968536377, -0.011764705181121826, 0.003921627998352051, 0.035294175148010254, 0.09019613265991211, 0.07450985908508301, 0.07450985908508301, 0.058823585510253906, 0.050980448722839355, 0.09019613265991211, 0.043137311935424805], [0.10588240623474121, 0.019607901573181152, 0.050980448722839355, 0.3803921937942505, 0.49803924560546875, 0.07450985908508301, 0.41960787773132324, 0.8980392217636108, 0.9215686321258545, 0.37254905700683594, -0.003921568393707275, -0.07450979948043823, -0.06666666269302368, -0.05098038911819458, -0.05882352590560913, -0.09019607305526733, -0.08235293626785278, -0.08235293626785278, -0.09803920984268188, -0.11372548341751099, -0.05882352590560913, -0.019607841968536377, -0.019607841968536377, 0.019607901573181152, 0.050980448722839355, 0.13725495338439941, 0.11372554302215576, 0.11372554302215576, 0.14509809017181396, 0.12941181659698486, 0.09803926944732666, 0.16862750053405762], [0.2705882787704468, 0.09803926944732666, -0.027450978755950928, 0.06666672229766846, 0.30980396270751953, 0.12156867980957031, 0.6392157077789307, 0.9529411792755127, 0.6078431606292725, -0.07450979948043823, 0.003921627998352051, -0.019607841968536377, -0.003921568393707275, -0.003921568393707275, -0.05098038911819458, -0.09803920984268188, -0.11372548341751099, -0.12156862020492554, -0.11372548341751099, -0.08235293626785278, -0.03529411554336548, 0.027451038360595703, 0.050980448722839355, 0.08235299587249756, 0.17647063732147217, 0.19215691089630127, 0.15294122695922852, 0.16862750053405762, 0.20784318447113037, 0.19215691089630127, 0.30980396270751953, 0.4274510145187378], [0.29411768913269043, 0.15294122695922852, 0.019607901573181152, -0.04313725233078003, -0.011764705181121826, 0.2862745523452759, 0.8352941274642944, 0.9372549057006836, 0.20000004768371582, -0.10588234663009644, -0.03529411554336548, 0.027451038360595703, 0.011764764785766602, -0.06666666269302368, -0.06666666269302368, -0.06666666269302368, -0.06666666269302368, -0.06666666269302368, -0.03529411554336548, -0.003921568393707275, 0.027451038360595703, 0.10588240623474121, 0.17647063732147217, 0.20784318447113037, 0.17647063732147217, 0.10588240623474121, 0.09803926944732666, 0.08235299587249756, 0.23921573162078857, 0.3960784673690796, 0.4274510145187378, 0.32549023628234863], [0.2705882787704468, 0.16862750053405762, 0.08235299587249756, 0.043137311935424805, -0.011764705181121826, 0.08235299587249756, 0.8274509906768799, 0.8352941274642944, 0.09803926944732666, -0.011764705181121826, 0.011764764785766602, -0.027450978755950928, 0.043137311935424805, -0.03529411554336548, -0.09019607305526733, -0.06666666269302368, -0.04313725233078003, -0.011764705181121826, 0.019607901573181152, 0.035294175148010254, 0.09803926944732666, 0.08235299587249756, 0.09019613265991211, 0.16078436374664307, 0.15294122695922852, 0.09019613265991211, 0.043137311935424805, 0.20000004768371582, 0.4274510145187378, 0.3803921937942505, 0.11372554302215576, 0.09019613265991211], [0.2627451419830322, 0.15294122695922852, 0.12156867980957031, 0.10588240623474121, 0.08235299587249756, -0.019607841968536377, 0.24705886840820312, 0.6549019813537598, -0.06666666269302368, -0.05098038911819458, 0.003921627998352051, 0.019607901573181152, 0.09019613265991211, 0.058823585510253906, 0.027451038360595703, -0.05882352590560913, -0.07450979948043823, -0.05882352590560913, 0.019607901573181152, 0.058823585510253906, 0.06666672229766846, 0.09019613265991211, 0.08235299587249756, 0.06666672229766846, 0.058823585510253906, 0.08235299587249756, 0.18431377410888672, 0.3960784673690796, 0.2862745523452759, 0.09803926944732666, -0.1921568512916565, 0.06666672229766846], [0.38823533058166504, 0.16078436374664307, 0.07450985908508301, 0.14509809017181396, 0.09019613265991211, 0.035294175148010254, -0.11372548341751099, 0.043137311935424805, -0.10588234663009644, -0.1764705777168274, -0.1764705777168274, -0.08235293626785278, 0.003921627998352051, 0.058823585510253906, 0.07450985908508301, 0.003921627998352051, 0.027451038360595703, 0.07450985908508301, 0.09019613265991211, 0.08235299587249756, 0.07450985908508301, 0.06666672229766846, 0.027451038360595703, -0.019607841968536377, 0.043137311935424805, 0.20784318447113037, 0.40392160415649414, 0.41960787773132324, 0.3176470994949341, 0.14509809017181396, -0.15294116735458374, -0.003921568393707275], [0.3176470994949341, 0.16078436374664307, 0.035294175148010254, 0.12156867980957031, 0.09019613265991211, 0.050980448722839355, -0.019607841968536377, -0.12156862020492554, -0.09803920984268188, -0.18431371450424194, -0.19999998807907104, -0.1450980305671692, -0.16862744092941284, -0.15294116735458374, -0.09803920984268188, -0.05882352590560913, 0.003921627998352051, 0.058823585510253906, 0.12941181659698486, 0.22352945804595947, 0.19215691089630127, 0.050980448722839355, -0.003921568393707275, -0.003921568393707275, 0.12941181659698486, 0.3333333730697632, 0.545098066329956, 0.4901961088180542, 0.2862745523452759, 0.019607901573181152, -0.011764705181121826, -0.1607843041419983], [0.2549020051956177, 0.16862750053405762, 0.035294175148010254, 0.050980448722839355, 0.050980448722839355, 0.035294175148010254, -0.03529411554336548, -0.09803920984268188, -0.10588234663009644, -0.1764705777168274, -0.2078431248664856, -0.15294116735458374, -0.18431371450424194, -0.15294116735458374, -0.23137253522872925, -0.3019607663154602, -0.21568626165390015, -0.07450979948043823, 0.07450985908508301, 0.19215691089630127, 0.13725495338439941, 0.027451038360595703, 0.019607901573181152, -0.03529411554336548, 0.13725495338439941, 0.30980396270751953, 0.4274510145187378, 0.37254905700683594, 0.13725495338439941, -0.027450978755950928, 0.011764764785766602, -0.13725489377975464]]]]}]} 2026-04-16 21:00:13.648 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'INPUT__0', 'shape': [1, 3, 32, 32], 'datatype': 'FP32', 'data': [[[[0.23921573162078857, 0.24705886840820312, 0.29411768913269043, 0.301960825920105, 0.2549020051956177, 0.22352945804595947, 0.2705882787704468, 0.24705886840820312, 0.23921573162078857, 0.24705886840820312, 0.2627451419830322, 0.2549020051956177, 0.2627451419830322, 0.301960825920105, 0.32549023628234863, 0.3333333730697632, 0.30980396270751953, 0.2705882787704468, 0.2549020051956177, 0.2549020051956177, 0.22352945804595947, 0.16862750053405762, 0.17647063732147217, 0.16078436374664307, 0.16862750053405762, 0.12156867980957031, 0.09803926944732666, 0.10588240623474121, 0.12156867980957031, 0.07450985908508301, -0.011764705181121826, -0.09019607305526733], [0.19215691089630127, 0.18431377410888672, 0.24705886840820312, 0.301960825920105, 0.2705882787704468, 0.2549020051956177, 0.2862745523452759, 0.2705882787704468, 0.27843141555786133, 0.22352945804595947, 0.21568632125854492, 0.24705886840820312, 0.27843141555786133, 0.3333333730697632, 0.34117650985717773, 0.34117650985717773, 0.32549023628234863, 0.2549020051956177, 0.20784318447113037, 0.18431377410888672, 0.13725495338439941, 0.09019613265991211, 0.09803926944732666, 0.10588240623474121, 0.16862750053405762, 0.15294122695922852, 0.13725495338439941, 0.11372554302215576, 0.12156867980957031, 0.06666672229766846, -0.019607841968536377, -0.06666666269302368], [0.18431377410888672, 0.18431377410888672, 0.23921573162078857, 0.30980396270751953, 0.2549020051956177, 0.27843141555786133, 0.29411768913269043, 0.29411768913269043, 0.27843141555786133, 0.2705882787704468, 0.23921573162078857, 0.23137259483337402, 0.2627451419830322, 0.301960825920105, 0.30980396270751953, 0.32549023628234863, 0.3333333730697632, 0.24705886840820312, 0.13725495338439941, -0.05098038911819458, -0.13725489377975464, -0.23137253522872925, -0.2078431248664856, -0.10588234663009644, -0.05882352590560913, 0.050980448722839355, 0.12156867980957031, 0.09803926944732666, 0.11372554302215576, 0.09019613265991211, 0.019607901573181152, -0.05882352590560913], [0.21568632125854492, 0.21568632125854492, 0.2549020051956177, 0.3647059202194214, 0.30980396270751953, 0.30980396270751953, 0.32549023628234863, 0.32549023628234863, 0.29411768913269043, 0.29411768913269043, 0.30980396270751953, 0.49803924560546875, 0.38823533058166504, 0.23137259483337402, 0.2705882787704468, 0.2862745523452759, 0.23921573162078857, 0.16862750053405762, -0.18431371450424194, -0.1921568512916565, -0.23137253522872925, -0.27843135595321655, -0.37254899740219116, -0.41960781812667847, -0.32549017667770386, -0.3490195870399475, -0.11372548341751099, 0.035294175148010254, 0.09803926944732666, 0.09803926944732666, 0.06666672229766846, -0.003921568393707275], [0.21568632125854492, 0.22352945804595947, 0.2627451419830322, 0.3333333730697632, 0.32549023628234863, 0.27843141555786133, 0.32549023628234863, 0.301960825920105, 0.2862745523452759, 0.2862745523452759, 0.35686278343200684, 0.929411768913269, 0.529411792755127, 0.18431377410888672, 0.14509809017181396, 0.11372554302215576, -0.1294117569923401, -0.38823527097702026, -0.3333333134651184, -0.11372548341751099, -0.12156862020492554, -0.16862744092941284, -0.2392156720161438, -0.270588219165802, -0.41960781812667847, -0.34117645025253296, -0.3333333134651184, -0.1764705777168274, 0.003921627998352051, 0.08235299587249756, 0.043137311935424805, 0.011764764785766602], [0.16078436374664307, 0.043137311935424805, 0.019607901573181152, 0.15294122695922852, 0.2627451419830322, 0.29411768913269043, 0.30980396270751953, 0.30980396270751953, 0.27843141555786133, 0.29411768913269043, 0.27843141555786133, 0.4117647409439087, 0.23137259483337402, 0.003921627998352051, -0.2392156720161438, -0.4823529124259949, -0.4588235020637512, -0.4823529124259949, -0.3019607663154602, -0.07450979948043823, -0.04313725233078003, -0.06666666269302368, -0.10588234663009644, -0.26274508237838745, -0.2235293984413147, -0.2862744927406311, -0.545098066329956, -0.4745097756385803, -0.15294116735458374, 0.09803926944732666, 0.08235299587249756, 0.050980448722839355], [-0.003921568393707275, -0.1450980305671692, -0.6313725709915161, -0.30980390310287476, 0.20000004768371582, 0.3333333730697632, 0.3176470994949341, 0.3333333730697632, 0.32549023628234863, 0.301960825920105, 0.2862745523452759, 0.15294122695922852, 0.011764764785766602, -0.003921568393707275, -0.21568626165390015, -0.46666663885116577, -0.38823527097702026, -0.43529409170150757, -0.3490195870399475, 0.035294175148010254, 0.14509809017181396, -0.027450978755950928, -0.1764705777168274, -0.1607843041419983, -0.09803920984268188, -0.3333333134651184, -0.5058823823928833, -0.6392157077789307, -0.3803921341896057, 0.035294175148010254, 0.10588240623474121, 0.050980448722839355], [0.027451038360595703, -0.2235293984413147, -0.6705882549285889, -0.45098036527633667, 0.12156867980957031, 0.30980396270751953, 0.29411768913269043, 0.3176470994949341, 0.34117650985717773, 0.2627451419830322, 0.09803926944732666, -0.05882352590560913, 0.019607901573181152, 0.12941181659698486, -0.09019607305526733, -0.30980390310287476, -0.2862744927406311, -0.3333333134651184, -0.3960784077644348, -0.027450978755950928, 0.27843141555786133, 0.06666672229766846, -0.19999998807907104, -0.16862744092941284, -0.21568626165390015, -0.3333333134651184, -0.5764706134796143, -0.615686297416687, -0.5529412031173706, -0.1607843041419983, 0.08235299587249756, 0.06666672229766846], [0.3333333730697632, -0.1921568512916565, -0.5764706134796143, -0.027450978755950928, 0.20000004768371582, 0.2627451419830322, 0.27843141555786133, 0.301960825920105, 0.29411768913269043, 0.3647059202194214, -0.11372548341751099, -0.019607841968536377, 0.23137259483337402, 0.22352945804595947, -0.05098038911819458, -0.32549017667770386, -0.35686272382736206, -0.34117645025253296, -0.37254899740219116, -0.3647058606147766, 0.08235299587249756, 0.14509809017181396, -0.11372548341751099, -0.3176470398902893, -0.3490195870399475, -0.32549017667770386, -0.4431372284889221, -0.5607843399047852, -0.686274528503418, -0.41960781812667847, 0.043137311935424805, 0.07450985908508301], [0.4117647409439087, 0.050980448722839355, -0.26274508237838745, 0.20784318447113037, 0.3647059202194214, 0.23921573162078857, 0.22352945804595947, 0.20000004768371582, 0.6235294342041016, 0.8588235378265381, 0.6235294342041016, 0.22352945804595947, 0.3647059202194214, 0.16078436374664307, -0.019607841968536377, -0.270588219165802, -0.32549017667770386, -0.41960781812667847, -0.5372549295425415, -0.40392154455184937, 0.07450985908508301, 0.12156867980957031, 0.043137311935424805, -0.16862744092941284, -0.32549017667770386, -0.3176470398902893, -0.34117645025253296, -0.4117646813392639, -0.6078431606292725, -0.686274528503418, -0.2549019455909729, 0.035294175148010254], [0.43529415130615234, -0.15294116735458374, 0.11372554302215576, 0.29411768913269043, 0.38823533058166504, 0.21568632125854492, 0.24705886840820312, -0.04313725233078003, 0.6705882549285889, 0.8588235378265381, 0.7254902124404907, 0.2862745523452759, 0.43529415130615234, 0.22352945804595947, -0.019607841968536377, -0.05882352590560913, -0.38823527097702026, -0.37254899740219116, -0.6470588445663452, -0.2862744927406311, 0.37254905700683594, 0.23137259483337402, 0.21568632125854492, -0.1607843041419983, -0.3176470398902893, -0.1921568512916565, -0.30980390310287476, -0.38823527097702026, -0.5372549295425415, -0.6784313917160034, -0.5372549295425415, -0.18431371450424194], [0.4745098352432251, -0.21568626165390015, 0.058823585510253906, 0.3333333730697632, 0.46666669845581055, 0.301960825920105, 0.35686278343200684, 0.050980448722839355, -0.08235293626785278, 0.5215686559677124, 0.5607843399047852, 0.3333333730697632, 0.45098042488098145, 0.48235297203063965, 0.050980448722839355, -0.08235293626785278, -0.19999998807907104, -0.34117645025253296, -0.7019608020782471, -0.019607841968536377, 0.6470588445663452, 0.2549020051956177, 0.14509809017181396, -0.270588219165802, -0.3490195870399475, -0.26274508237838745, -0.18431371450424194, -0.3333333134651184, -0.427450954914093, -0.5686274766921997, -0.5137255191802979, -0.40392154455184937], [0.48235297203063965, -0.29411762952804565, -0.003921568393707275, 0.37254905700683594, 0.3647059202194214, 0.301960825920105, 0.3960784673690796, 0.24705886840820312, -0.2392156720161438, 0.3176470994949341, 0.3176470994949341, 0.07450985908508301, 0.458823561668396, 0.6941176652908325, 0.2549020051956177, -0.03529411554336548, -0.05882352590560913, -0.09803920984268188, -0.6078431606292725, 0.17647063732147217, 0.5215686559677124, 0.21568632125854492, -0.03529411554336548, -0.2862744927406311, -0.34117645025253296, -0.34117645025253296, -0.2549019455909729, -0.32549017667770386, -0.34117645025253296, -0.427450954914093, -0.3803921341896057, -0.427450954914093], [0.48235297203063965, -0.270588219165802, 0.19215691089630127, 0.45098042488098145, -0.06666666269302368, 0.06666672229766846, 0.35686278343200684, 0.30980396270751953, -0.1921568512916565, 0.15294122695922852, 0.13725495338439941, 0.30980396270751953, 0.48235297203063965, 0.772549033164978, 0.4117647409439087, 0.10588240623474121, -0.011764705181121826, -0.08235293626785278, -0.4431372284889221, 0.20784318447113037, 0.458823561668396, 0.16862750053405762, -0.10588234663009644, -0.3176470398902893, -0.37254899740219116, -0.43529409170150757, -0.37254899740219116, -0.2235293984413147, -0.21568626165390015, -0.29411762952804565, -0.2392156720161438, -0.26274508237838745], [0.5215686559677124, -0.15294116735458374, 0.3176470994949341, 0.458823561668396, -0.1764705777168274, -0.2235293984413147, 0.22352945804595947, 0.30980396270751953, -0.21568626165390015, -0.09803920984268188, 0.08235299587249756, 0.5529412031173706, 0.4901961088180542, 0.3490196466445923, 0.13725495338439941, 0.20784318447113037, 0.14509809017181396, -0.1921568512916565, -0.4431372284889221, 0.19215691089630127, 0.40392160415649414, 0.07450985908508301, 0.019607901573181152, -0.13725489377975464, -0.3333333134651184, -0.2862744927406311, -0.2549019455909729, -0.1450980305671692, -0.09803920984268188, -0.21568626165390015, -0.2392156720161438, -0.08235293626785278], [0.545098066329956, 0.035294175148010254, 0.3490196466445923, 0.4431372880935669, 0.019607901573181152, -0.38823527097702026, 0.09803926944732666, 0.21568632125854492, -0.09803920984268188, 0.019607901573181152, 0.12156867980957031, 0.8039215803146362, 0.8980392217636108, 0.13725495338439941, 0.058823585510253906, 0.027451038360595703, -0.05098038911819458, -0.15294116735458374, -0.2549019455909729, 0.12941181659698486, 0.3176470994949341, 0.19215691089630127, -0.12156862020492554, -0.3176470398902893, -0.4431372284889221, -0.3176470398902893, -0.1764705777168274, -0.12156862020492554, -0.05882352590560913, -0.1921568512916565, -0.05098038911819458, 0.06666672229766846], [0.5921568870544434, 0.14509809017181396, 0.3176470994949341, 0.49803924560546875, 0.3176470994949341, -0.38823527097702026, -0.011764705181121826, 0.08235299587249756, 0.08235299587249756, -0.24705880880355835, 0.20784318447113037, 0.35686278343200684, 0.2705882787704468, 0.09803926944732666, -0.11372548341751099, -0.11372548341751099, -0.2078431248664856, -0.1764705777168274, -0.12156862020492554, 0.34117650985717773, 0.22352945804595947, 0.16078436374664307, 0.058823585510253906, -0.1450980305671692, -0.38823527097702026, -0.3803921341896057, -0.26274508237838745, -0.2078431248664856, -0.1607843041419983, -0.019607841968536377, 0.18431377410888672, 0.12941181659698486], [0.6784313917160034, 0.27843141555786133, 0.2862745523452759, 0.43529415130615234, 0.3803921937942505, -0.26274508237838745, -0.24705880880355835, 0.22352945804595947, 0.16078436374664307, -0.16862744092941284, 0.011764764785766602, -0.07450979948043823, -0.10588234663009644, -0.09019607305526733, -0.19999998807907104, -0.09803920984268188, -0.32549017667770386, -0.2078431248664856, 0.12941181659698486, -0.07450979948043823, -0.46666663885116577, 0.003921627998352051, 0.043137311935424805, -0.4117646813392639, -0.529411792755127, -0.545098066329956, -0.4431372284889221, -0.19999998807907104, -0.09019607305526733, 0.12156867980957031, 0.17647063732147217, 0.09803926944732666], [0.6627451181411743, 0.3960784673690796, 0.30980396270751953, 0.35686278343200684, 0.3803921937942505, -0.027450978755950928, -0.32549017667770386, 0.10588240623474121, 0.20000004768371582, 0.058823585510253906, -0.18431371450424194, -0.3960784077644348, 0.050980448722839355, -0.027450978755950928, 0.011764764785766602, 0.15294122695922852, -0.3333333134651184, -0.27843135595321655, 0.17647063732147217, 0.035294175148010254, -0.08235293626785278, -0.1607843041419983, -0.4117646813392639, -0.498039186000824, -0.6549019813537598, -0.4901960492134094, -0.32549017667770386, 0.043137311935424805, 0.21568632125854492, 0.2549020051956177, 0.20784318447113037, 0.18431377410888672], [0.5607843399047852, 0.46666669845581055, 0.34117650985717773, 0.3647059202194214, 0.38823533058166504, 0.12941181659698486, -0.32549017667770386, -0.06666666269302368, -0.04313725233078003, 0.07450985908508301, 0.12941181659698486, -0.45098036527633667, 0.011764764785766602, -0.15294116735458374, 0.13725495338439941, 0.4431372880935669, -0.09019607305526733, -0.427450954914093, 0.027451038360595703, 0.07450985908508301, 0.050980448722839355, -0.3019607663154602, -0.6000000238418579, -0.5921568870544434, -0.6313725709915161, -0.29411762952804565, -0.05098038911819458, 0.27843141555786133, 0.34117650985717773, 0.2862745523452759, 0.23921573162078857, 0.16862750053405762], [0.29411768913269043, 0.529411792755127, 0.40392160415649414, 0.38823533058166504, 0.41960787773132324, 0.19215691089630127, -0.2235293984413147, 0.027451038360595703, 0.34117650985717773, -0.1921568512916565, -0.270588219165802, -0.37254899740219116, -0.270588219165802, -0.04313725233078003, 0.3960784673690796, 0.49803924560546875, 0.17647063732147217, -0.21568626165390015, -0.3019607663154602, -0.3176470398902893, -0.529411792755127, -0.6392157077789307, -0.7019608020782471, -0.8117647171020508, -0.6392157077789307, -0.529411792755127, -0.15294116735458374, 0.12941181659698486, 0.12941181659698486, 0.003921627998352051, -0.003921568393707275, -0.05882352590560913], [-0.08235293626785278, 0.529411792755127, 0.38823533058166504, 0.3960784673690796, 0.41960787773132324, 0.08235299587249756, -0.3490195870399475, 0.17647063732147217, 0.9215686321258545, 0.7176470756530762, 0.043137311935424805, 0.050980448722839355, 0.16862750053405762, 0.3803921937942505, 0.4901961088180542, 0.5215686559677124, 0.3176470994949341, -0.019607841968536377, -0.13725489377975464, -0.5215686559677124, -0.7254902124404907, -0.7333333492279053, -0.615686297416687, -0.545098066329956, -0.5215686559677124, -0.545098066329956, -0.4588235020637512, -0.43529409170150757, -0.38823527097702026, -0.4588235020637512, -0.5372549295425415, -0.5686274766921997], [-0.3803921341896057, 0.37254905700683594, 0.3647059202194214, 0.3803921937942505, 0.38823533058166504, 0.09803926944732666, -0.1450980305671692, 0.6549019813537598, 0.9843137264251709, 0.9764705896377563, 0.6313725709915161, -0.027450978755950928, -0.10588234663009644, -0.027450978755950928, -0.09019607305526733, -0.04313725233078003, -0.18431371450424194, -0.46666663885116577, -0.46666663885116577, -0.529411792755127, -0.5921568870544434, -0.6078431606292725, -0.6000000238418579, -0.5607843399047852, -0.5607843399047852, -0.6000000238418579, -0.6627451181411743, -0.6000000238418579, -0.5372549295425415, -0.6235294342041016, -0.6627451181411743, -0.6705882549285889], [-0.6784313917160034, -0.24705880880355835, 0.12941181659698486, 0.3176470994949341, 0.3960784673690796, 0.29411768913269043, 0.29411768913269043, 0.929411768913269, 0.9843137264251709, 0.7803921699523926, -0.13725489377975464, -0.529411792755127, -0.5843137502670288, -0.615686297416687, -0.615686297416687, -0.6235294342041016, -0.6470588445663452, -0.6705882549285889, -0.6392157077789307, -0.6705882549285889, -0.7019608020782471, -0.6392157077789307, -0.6392157077789307, -0.6627451181411743, -0.6705882549285889, -0.6392157077789307, -0.6392157077789307, -0.6078431606292725, -0.5686274766921997, -0.5843137502670288, -0.6000000238418579, -0.6470588445663452], [-0.772549033164978, -0.772549033164978, -0.5372549295425415, 0.027451038360595703, 0.301960825920105, 0.035294175148010254, 0.5215686559677124, 0.9921568632125854, 0.8901960849761963, 0.10588240623474121, -0.5215686559677124, -0.6078431606292725, -0.6078431606292725, -0.6000000238418579, -0.615686297416687, -0.6078431606292725, -0.6313725709915161, -0.6705882549285889, -0.6941176652908325, -0.7333333492279053, -0.7254902124404907, -0.6941176652908325, -0.7019608020782471, -0.6705882549285889, -0.6470588445663452, -0.5607843399047852, -0.5137255191802979, -0.5372549295425415, -0.5607843399047852, -0.6078431606292725, -0.6392157077789307, -0.6000000238418579], [-0.6235294342041016, -0.7647058963775635, -0.7333333492279053, -0.427450954914093, 0.003921627998352051, 0.003921627998352051, 0.686274528503418, 1.0, 0.46666669845581055, -0.4823529124259949, -0.5764706134796143, -0.6078431606292725, -0.5921568870544434, -0.5921568870544434, -0.6392157077789307, -0.6470588445663452, -0.6627451181411743, -0.6784313917160034, -0.7176470756530762, -0.6941176652908325, -0.686274528503418, -0.686274528503418, -0.6627451181411743, -0.6392157077789307, -0.5372549295425415, -0.5137255191802979, -0.498039186000824, -0.5372549295425415, -0.5764706134796143, -0.6078431606292725, -0.45098036527633667, -0.3490195870399475], [-0.5921568870544434, -0.7254902124404907, -0.7568627595901489, -0.6784313917160034, -0.4823529124259949, 0.003921627998352051, 0.7568627595901489, 0.8823529481887817, -0.027450978755950928, -0.545098066329956, -0.615686297416687, -0.5607843399047852, -0.5764706134796143, -0.6549019813537598, -0.6549019813537598, -0.6313725709915161, -0.6392157077789307, -0.6627451181411743, -0.6627451181411743, -0.6549019813537598, -0.6549019813537598, -0.6470588445663452, -0.5764706134796143, -0.545098066329956, -0.5764706134796143, -0.6392157077789307, -0.6627451181411743, -0.7176470756530762, -0.6000000238418579, -0.427450954914093, -0.3333333134651184, -0.40392154455184937], [-0.6078431606292725, -0.7254902124404907, -0.772549033164978, -0.7254902124404907, -0.6549019813537598, -0.38823527097702026, 0.5843137502670288, 0.6549019813537598, -0.2392156720161438, -0.4901960492134094, -0.5764706134796143, -0.6235294342041016, -0.545098066329956, -0.6235294342041016, -0.686274528503418, -0.6470588445663452, -0.6313725709915161, -0.6235294342041016, -0.6313725709915161, -0.6392157077789307, -0.6000000238418579, -0.6941176652908325, -0.6941176652908325, -0.6235294342041016, -0.6313725709915161, -0.6941176652908325, -0.7803921699523926, -0.686274528503418, -0.4745097756385803, -0.4745097756385803, -0.6392157077789307, -0.6000000238418579], [-0.6078431606292725, -0.7254902124404907, -0.7490196228027344, -0.7411764860153198, -0.6784313917160034, -0.6392157077789307, -0.18431371450424194, 0.3333333730697632, -0.498039186000824, -0.5764706134796143, -0.5921568870544434, -0.5843137502670288, -0.5215686559677124, -0.545098066329956, -0.5764706134796143, -0.6470588445663452, -0.6705882549285889, -0.6784313917160034, -0.6392157077789307, -0.615686297416687, -0.6392157077789307, -0.6705882549285889, -0.686274528503418, -0.6941176652908325, -0.7098039388656616, -0.686274528503418, -0.6549019813537598, -0.5058823823928833, -0.6313725709915161, -0.7568627595901489, -0.8823529481887817, -0.6000000238418579], [-0.46666663885116577, -0.6705882549285889, -0.7568627595901489, -0.7019608020782471, -0.7098039388656616, -0.6627451181411743, -0.6705882549285889, -0.4431372284889221, -0.615686297416687, -0.7568627595901489, -0.7882353067398071, -0.7019608020782471, -0.615686297416687, -0.5607843399047852, -0.545098066329956, -0.5843137502670288, -0.5607843399047852, -0.529411792755127, -0.5529412031173706, -0.5843137502670288, -0.6078431606292725, -0.6470588445663452, -0.6941176652908325, -0.7411764860153198, -0.6705882549285889, -0.5137255191802979, -0.3803921341896057, -0.427450954914093, -0.5607843399047852, -0.7019608020782471, -0.8980392217636108, -0.686274528503418], [-0.5215686559677124, -0.615686297416687, -0.7254902124404907, -0.6627451181411743, -0.6941176652908325, -0.6705882549285889, -0.6549019813537598, -0.686274528503418, -0.6705882549285889, -0.7882353067398071, -0.8196078538894653, -0.7647058963775635, -0.7882353067398071, -0.772549033164978, -0.7176470756530762, -0.6313725709915161, -0.5607843399047852, -0.5137255191802979, -0.4823529124259949, -0.4117646813392639, -0.4588235020637512, -0.615686297416687, -0.6627451181411743, -0.6627451181411743, -0.529411792755127, -0.3333333134651184, -0.1450980305671692, -0.270588219165802, -0.529411792755127, -0.7960784435272217, -0.772549033164978, -0.843137264251709], [-0.5764706134796143, -0.5607843399047852, -0.6470588445663452, -0.6627451181411743, -0.686274528503418, -0.686274528503418, -0.686274528503418, -0.7019608020782471, -0.7176470756530762, -0.7960784435272217, -0.8274509906768799, -0.772549033164978, -0.8039215803146362, -0.772549033164978, -0.8509804010391235, -0.8588235378265381, -0.7490196228027344, -0.6313725709915161, -0.5215686559677124, -0.41960781812667847, -0.4823529124259949, -0.5843137502670288, -0.5921568870544434, -0.6470588445663452, -0.4745097756385803, -0.3019607663154602, -0.1764705777168274, -0.3019607663154602, -0.6235294342041016, -0.8117647171020508, -0.7333333492279053, -0.8352941274642944]], [[-0.12156862020492554, -0.1294117569923401, -0.09019607305526733, -0.07450979948043823, -0.12156862020492554, -0.1450980305671692, -0.09803920984268188, -0.11372548341751099, -0.1294117569923401, -0.11372548341751099, -0.09019607305526733, -0.1294117569923401, -0.1294117569923401, -0.08235293626785278, -0.08235293626785278, -0.06666666269302368, -0.08235293626785278, -0.11372548341751099, -0.1294117569923401, -0.12156862020492554, -0.1450980305671692, -0.1607843041419983, -0.1607843041419983, -0.16862744092941284, -0.1607843041419983, -0.2078431248664856, -0.23137253522872925, -0.2392156720161438, -0.2392156720161438, -0.2549019455909729, -0.2862744927406311, -0.3333333134651184], [-0.12156862020492554, -0.13725489377975464, -0.10588234663009644, -0.09019607305526733, -0.12156862020492554, -0.11372548341751099, -0.08235293626785278, -0.10588234663009644, -0.09019607305526733, -0.13725489377975464, -0.1294117569923401, -0.13725489377975464, -0.11372548341751099, -0.06666666269302368, -0.08235293626785278, -0.09803920984268188, -0.09803920984268188, -0.1294117569923401, -0.12156862020492554, -0.09803920984268188, -0.13725489377975464, -0.18431371450424194, -0.19999998807907104, -0.21568626165390015, -0.1764705777168274, -0.19999998807907104, -0.19999998807907104, -0.2392156720161438, -0.23137253522872925, -0.2549019455909729, -0.2862744927406311, -0.30980390310287476], [-0.13725489377975464, -0.1450980305671692, -0.1294117569923401, -0.1294117569923401, -0.16862744092941284, -0.09803920984268188, -0.08235293626785278, -0.08235293626785278, -0.09803920984268188, -0.09803920984268188, -0.10588234663009644, -0.1450980305671692, -0.1294117569923401, -0.09803920984268188, -0.10588234663009644, -0.11372548341751099, -0.09019607305526733, -0.10588234663009644, -0.1294117569923401, -0.24705880880355835, -0.29411762952804565, -0.38823527097702026, -0.3960784077644348, -0.3333333134651184, -0.32549017667770386, -0.24705880880355835, -0.1921568512916565, -0.2235293984413147, -0.2235293984413147, -0.23137253522872925, -0.2549019455909729, -0.3019607663154602], [-0.1607843041419983, -0.13725489377975464, -0.1450980305671692, -0.12156862020492554, -0.13725489377975464, -0.08235293626785278, -0.05882352590560913, -0.06666666269302368, -0.09803920984268188, -0.08235293626785278, -0.03529411554336548, 0.14509809017181396, 0.019607901573181152, -0.1294117569923401, -0.09803920984268188, -0.10588234663009644, -0.12156862020492554, -0.1294117569923401, -0.37254899740219116, -0.3176470398902893, -0.29411762952804565, -0.29411762952804565, -0.4117646813392639, -0.5058823823928833, -0.45098036527633667, -0.5137255191802979, -0.3333333134651184, -0.23137253522872925, -0.19999998807907104, -0.2078431248664856, -0.2235293984413147, -0.26274508237838745], [-0.1607843041419983, -0.10588234663009644, -0.09803920984268188, -0.10588234663009644, -0.10588234663009644, -0.11372548341751099, -0.05882352590560913, -0.09019607305526733, -0.11372548341751099, -0.09019607305526733, 0.003921627998352051, 0.6784313917160034, 0.22352945804595947, -0.10588234663009644, -0.1294117569923401, -0.15294116735458374, -0.37254899740219116, -0.5843137502670288, -0.4588235020637512, -0.1921568512916565, -0.13725489377975464, -0.10588234663009644, -0.19999998807907104, -0.26274508237838745, -0.43529409170150757, -0.38823527097702026, -0.427450954914093, -0.3490195870399475, -0.24705880880355835, -0.2078431248664856, -0.26274508237838745, -0.270588219165802], [-0.1450980305671692, -0.18431371450424194, -0.21568626165390015, -0.12156862020492554, -0.09803920984268188, -0.11372548341751099, -0.09019607305526733, -0.09803920984268188, -0.1294117569923401, -0.09019607305526733, -0.07450979948043823, 0.08235299587249756, -0.04313725233078003, -0.19999998807907104, -0.4117646813392639, -0.6078431606292725, -0.545098066329956, -0.5607843399047852, -0.3490195870399475, -0.11372548341751099, -0.05098038911819458, -0.04313725233078003, -0.09019607305526733, -0.24705880880355835, -0.21568626165390015, -0.2862744927406311, -0.545098066329956, -0.545098066329956, -0.34117645025253296, -0.1764705777168274, -0.23137253522872925, -0.2549019455909729], [-0.21568626165390015, -0.2549019455909729, -0.7098039388656616, -0.41960781812667847, -0.08235293626785278, -0.07450979948043823, -0.09803920984268188, -0.07450979948043823, -0.08235293626785278, -0.09019607305526733, -0.05882352590560913, -0.1607843041419983, -0.23137253522872925, -0.15294116735458374, -0.3176470398902893, -0.4745097756385803, -0.3490195870399475, -0.4117646813392639, -0.34117645025253296, 0.019607901573181152, 0.11372554302215576, -0.07450979948043823, -0.2235293984413147, -0.19999998807907104, -0.1294117569923401, -0.3490195870399475, -0.4431372284889221, -0.6313725709915161, -0.5215686559677124, -0.23137253522872925, -0.2235293984413147, -0.270588219165802], [-0.09803920984268188, -0.24705880880355835, -0.6627451181411743, -0.498039186000824, -0.1294117569923401, -0.08235293626785278, -0.10588234663009644, -0.09019607305526733, -0.06666666269302368, -0.11372548341751099, -0.1450980305671692, -0.26274508237838745, -0.13725489377975464, 0.027451038360595703, -0.16862744092941284, -0.3176470398902893, -0.2549019455909729, -0.30980390310287476, -0.3960784077644348, -0.07450979948043823, 0.20000004768371582, -0.027450978755950928, -0.270588219165802, -0.23137253522872925, -0.270588219165802, -0.3647058606147766, -0.529411792755127, -0.5843137502670288, -0.6313725709915161, -0.3490195870399475, -0.1921568512916565, -0.2392156720161438], [0.2627451419830322, -0.1764705777168274, -0.545098066329956, -0.05098038911819458, -0.027450978755950928, -0.11372548341751099, -0.08235293626785278, -0.04313725233078003, -0.05098038911819458, 0.058823585510253906, -0.3019607663154602, -0.1764705777168274, 0.10588240623474121, 0.12156867980957031, -0.1294117569923401, -0.37254899740219116, -0.3647058606147766, -0.3333333134651184, -0.38823527097702026, -0.4431372284889221, -0.019607841968536377, 0.058823585510253906, -0.1921568512916565, -0.3803921341896057, -0.3960784077644348, -0.35686272382736206, -0.427450954914093, -0.5529412031173706, -0.7254902124404907, -0.5372549295425415, -0.16862744092941284, -0.1921568512916565], [0.3803921937942505, 0.09019613265991211, -0.21568626165390015, 0.20784318447113037, 0.16862750053405762, -0.09019607305526733, -0.09019607305526733, -0.07450979948043823, 0.4117647409439087, 0.6784313917160034, 0.4117647409439087, 0.027451038360595703, 0.20000004768371582, 0.027451038360595703, -0.13725489377975464, -0.3333333134651184, -0.34117645025253296, -0.41960781812667847, -0.5529412031173706, -0.46666663885116577, -0.019607841968536377, 0.043137311935424805, -0.027450978755950928, -0.23137253522872925, -0.3647058606147766, -0.3333333134651184, -0.3333333134651184, -0.40392154455184937, -0.615686297416687, -0.7647058963775635, -0.4117646813392639, -0.1921568512916565], [0.43529415130615234, -0.09019607305526733, 0.18431377410888672, 0.32549023628234863, 0.22352945804595947, -0.12156862020492554, -0.07450979948043823, -0.3019607663154602, 0.545098066329956, 0.7568627595901489, 0.49803924560546875, 0.058823585510253906, 0.24705886840820312, 0.07450985908508301, -0.15294116735458374, -0.1294117569923401, -0.40392154455184937, -0.37254899740219116, -0.6549019813537598, -0.3333333134651184, 0.29411768913269043, 0.15294122695922852, 0.15294122695922852, -0.21568626165390015, -0.3490195870399475, -0.19999998807907104, -0.30980390310287476, -0.3803921341896057, -0.5372549295425415, -0.7176470756530762, -0.6392157077789307, -0.3647058606147766], [0.49803924560546875, -0.15294116735458374, 0.12941181659698486, 0.37254905700683594, 0.30980396270751953, -0.05882352590560913, -0.03529411554336548, -0.270588219165802, -0.2549019455909729, 0.4274510145187378, 0.34117650985717773, 0.11372554302215576, 0.2627451419830322, 0.34117650985717773, -0.06666666269302368, -0.1607843041419983, -0.23137253522872925, -0.34117645025253296, -0.7019608020782471, -0.05098038911819458, 0.5764706134796143, 0.19215691089630127, 0.09019613265991211, -0.3019607663154602, -0.37254899740219116, -0.270588219165802, -0.18431371450424194, -0.3176470398902893, -0.4117646813392639, -0.5843137502670288, -0.5686274766921997, -0.5607843399047852], [0.5215686559677124, -0.24705880880355835, 0.050980448722839355, 0.4117647409439087, 0.22352945804595947, -0.03529411554336548, -0.03529411554336548, -0.1450980305671692, -0.46666663885116577, 0.20784318447113037, 0.12941181659698486, -0.10588234663009644, 0.301960825920105, 0.5843137502670288, 0.16862750053405762, -0.11372548341751099, -0.10588234663009644, -0.10588234663009644, -0.6078431606292725, 0.15294122695922852, 0.46666669845581055, 0.16862750053405762, -0.07450979948043823, -0.30980390310287476, -0.3490195870399475, -0.34117645025253296, -0.2549019455909729, -0.3176470398902893, -0.3176470398902893, -0.427450954914093, -0.41960781812667847, -0.5686274766921997], [0.5058823823928833, -0.2549019455909729, 0.20784318447113037, 0.4745098352432251, -0.13725489377975464, -0.16862744092941284, -0.027450978755950928, -0.09019607305526733, -0.43529409170150757, 0.035294175148010254, -0.019607841968536377, 0.16862750053405762, 0.3647059202194214, 0.6941176652908325, 0.3490196466445923, 0.027451038360595703, -0.08235293626785278, -0.10588234663009644, -0.4431372284889221, 0.19215691089630127, 0.41960787773132324, 0.12941181659698486, -0.13725489377975464, -0.3333333134651184, -0.37254899740219116, -0.427450954914093, -0.37254899740219116, -0.21568626165390015, -0.2078431248664856, -0.30980390310287476, -0.3019607663154602, -0.427450954914093], [0.5372549295425415, -0.1607843041419983, 0.30980396270751953, 0.458823561668396, -0.1450980305671692, -0.3019607663154602, -0.06666666269302368, -0.04313725233078003, -0.41960781812667847, -0.16862744092941284, -0.03529411554336548, 0.45098042488098145, 0.4117647409439087, 0.29411768913269043, 0.09803926944732666, 0.12156867980957031, 0.06666672229766846, -0.21568626165390015, -0.4431372284889221, 0.19215691089630127, 0.37254905700683594, 0.043137311935424805, 0.003921627998352051, -0.1450980305671692, -0.32549017667770386, -0.270588219165802, -0.24705880880355835, -0.13725489377975464, -0.09019607305526733, -0.24705880880355835, -0.3333333134651184, -0.2549019455909729], [0.545098066329956, 0.011764764785766602, 0.30980396270751953, 0.3960784673690796, 0.07450985908508301, -0.3490195870399475, -0.05882352590560913, -0.019607841968536377, -0.26274508237838745, -0.05882352590560913, 0.027451038360595703, 0.7333333492279053, 0.8509804010391235, 0.08235299587249756, 0.019607901573181152, -0.05098038911819458, -0.12156862020492554, -0.18431371450424194, -0.30980390310287476, 0.050980448722839355, 0.24705886840820312, 0.15294122695922852, -0.15294116735458374, -0.3333333134651184, -0.43529409170150757, -0.30980390310287476, -0.18431371450424194, -0.1450980305671692, -0.13725489377975464, -0.32549017667770386, -0.24705880880355835, -0.18431371450424194], [0.5921568870544434, 0.14509809017181396, 0.2862745523452759, 0.4274510145187378, 0.3333333730697632, -0.32549017667770386, -0.019607841968536377, -0.011764705181121826, -0.05098038911819458, -0.37254899740219116, 0.12156867980957031, 0.27843141555786133, 0.19215691089630127, 0.035294175148010254, -0.16862744092941284, -0.16862744092941284, -0.2078431248664856, -0.2078431248664856, -0.29411762952804565, 0.12156867980957031, 0.08235299587249756, 0.10588240623474121, 0.019607901573181152, -0.1764705777168274, -0.40392154455184937, -0.3803921341896057, -0.270588219165802, -0.2862744927406311, -0.3490195870399475, -0.30980390310287476, -0.15294116735458374, -0.18431371450424194], [0.686274528503418, 0.301960825920105, 0.30980396270751953, 0.4431372880935669, 0.4274510145187378, -0.19999998807907104, -0.24705880880355835, 0.16862750053405762, 0.07450985908508301, -0.270588219165802, -0.09019607305526733, -0.1764705777168274, -0.19999998807907104, -0.1764705777168274, -0.2862744927406311, -0.13725489377975464, -0.2862744927406311, -0.1921568512916565, 0.003921627998352051, -0.24705880880355835, -0.5607843399047852, -0.05882352590560913, -0.011764705181121826, -0.4588235020637512, -0.5607843399047852, -0.5607843399047852, -0.45098036527633667, -0.270588219165802, -0.26274508237838745, -0.12156862020492554, -0.09019607305526733, -0.13725489377975464], [0.6549019813537598, 0.4431372880935669, 0.37254905700683594, 0.41960787773132324, 0.4431372880935669, 0.027451038360595703, -0.30980390310287476, 0.09019613265991211, 0.16078436374664307, 0.003921627998352051, -0.29411762952804565, -0.498039186000824, -0.05098038911819458, -0.1294117569923401, -0.08235293626785278, 0.12156867980957031, -0.27843135595321655, -0.24705880880355835, 0.09019613265991211, -0.08235293626785278, -0.1450980305671692, -0.2235293984413147, -0.46666663885116577, -0.5372549295425415, -0.6784313917160034, -0.5137255191802979, -0.4588235020637512, -0.1764705777168274, -0.06666666269302368, -0.05882352590560913, -0.09803920984268188, -0.1294117569923401], [0.5058823823928833, 0.48235297203063965, 0.3803921937942505, 0.40392160415649414, 0.4274510145187378, 0.16862750053405762, -0.29411762952804565, -0.05098038911819458, -0.027450978755950928, 0.06666672229766846, 0.050980448722839355, -0.5372549295425415, -0.07450979948043823, -0.2392156720161438, 0.050980448722839355, 0.3803921937942505, -0.07450979948043823, -0.4117646813392639, -0.06666666269302368, -0.027450978755950928, 0.011764764785766602, -0.32549017667770386, -0.615686297416687, -0.6000000238418579, -0.615686297416687, -0.29411762952804565, -0.2862744927406311, -0.07450979948043823, -0.05098038911819458, -0.11372548341751099, -0.1294117569923401, -0.1607843041419983], [0.22352945804595947, 0.5137255191802979, 0.3960784673690796, 0.35686278343200684, 0.41960787773132324, 0.23137259483337402, -0.1921568512916565, 0.058823585510253906, 0.37254905700683594, -0.1764705777168274, -0.29411762952804565, -0.3960784077644348, -0.29411762952804565, -0.07450979948043823, 0.35686278343200684, 0.4274510145187378, 0.16078436374664307, -0.21568626165390015, -0.38823527097702026, -0.3960784077644348, -0.5215686559677124, -0.5921568870544434, -0.6392157077789307, -0.7411764860153198, -0.5529412031173706, -0.4431372284889221, -0.21568626165390015, -0.019607841968536377, -0.03529411554336548, -0.1450980305671692, -0.11372548341751099, -0.1764705777168274], [-0.05882352590560913, 0.5686274766921997, 0.3960784673690796, 0.32549023628234863, 0.40392160415649414, 0.12941181659698486, -0.3176470398902893, 0.20000004768371582, 0.9372549057006836, 0.7411764860153198, 0.09803926944732666, 0.10588240623474121, 0.22352945804595947, 0.4274510145187378, 0.5372549295425415, 0.5058823823928833, 0.3490196466445923, 0.043137311935424805, -0.1450980305671692, -0.5137255191802979, -0.615686297416687, -0.5764706134796143, -0.45098036527633667, -0.3647058606147766, -0.3333333134651184, -0.34117645025253296, -0.2235293984413147, -0.2078431248664856, -0.18431371450424194, -0.24705880880355835, -0.27843135595321655, -0.29411762952804565], [-0.1764705777168274, 0.545098066329956, 0.43529415130615234, 0.3490196466445923, 0.38823533058166504, 0.14509809017181396, -0.12156862020492554, 0.6549019813537598, 0.9764705896377563, 0.9843137264251709, 0.7568627595901489, 0.12156867980957031, 0.035294175148010254, 0.10588240623474121, 0.043137311935424805, 0.043137311935424805, -0.027450978755950928, -0.270588219165802, -0.3176470398902893, -0.35686272382736206, -0.34117645025253296, -0.34117645025253296, -0.3333333134651184, -0.270588219165802, -0.26274508237838745, -0.2862744927406311, -0.24705880880355835, -0.18431371450424194, -0.15294116735458374, -0.2392156720161438, -0.2392156720161438, -0.2549019455909729], [-0.3019607663154602, 0.07450985908508301, 0.3176470994949341, 0.3647059202194214, 0.4274510145187378, 0.3333333730697632, 0.301960825920105, 0.9215686321258545, 0.9686274528503418, 0.8117647171020508, 0.06666672229766846, -0.30980390310287476, -0.37254899740219116, -0.40392154455184937, -0.4117646813392639, -0.43529409170150757, -0.3803921341896057, -0.3647058606147766, -0.3647058606147766, -0.35686272382736206, -0.32549017667770386, -0.29411762952804565, -0.3019607663154602, -0.3176470398902893, -0.3019607663154602, -0.270588219165802, -0.26274508237838745, -0.24705880880355835, -0.24705880880355835, -0.26274508237838745, -0.2549019455909729, -0.29411762952804565], [-0.2862744927406311, -0.3176470398902893, -0.19999998807907104, 0.20000004768371582, 0.40392160415649414, 0.06666672229766846, 0.48235297203063965, 0.9607843160629272, 0.9215686321258545, 0.24705886840820312, -0.26274508237838745, -0.34117645025253296, -0.34117645025253296, -0.3333333134651184, -0.3490195870399475, -0.34117645025253296, -0.32549017667770386, -0.34117645025253296, -0.35686272382736206, -0.3803921341896057, -0.3490195870399475, -0.32549017667770386, -0.3333333134651184, -0.3019607663154602, -0.27843135595321655, -0.1921568512916565, -0.1921568512916565, -0.2078431248664856, -0.19999998807907104, -0.2235293984413147, -0.26274508237838745, -0.1921568512916565], [-0.1294117569923401, -0.26274508237838745, -0.3333333134651184, -0.16862744092941284, 0.16078436374664307, 0.06666672229766846, 0.6705882549285889, 0.9843137264251709, 0.5529412031173706, -0.270588219165802, -0.2862744927406311, -0.30980390310287476, -0.29411762952804565, -0.29411762952804565, -0.3490195870399475, -0.35686272382736206, -0.35686272382736206, -0.3647058606147766, -0.37254899740219116, -0.3490195870399475, -0.32549017667770386, -0.3019607663154602, -0.27843135595321655, -0.2549019455909729, -0.15294116735458374, -0.13725489377975464, -0.1450980305671692, -0.15294116735458374, -0.15294116735458374, -0.1764705777168274, -0.03529411554336548, 0.07450985908508301], [-0.10588234663009644, -0.2235293984413147, -0.32549017667770386, -0.3490195870399475, -0.2549019455909729, 0.13725495338439941, 0.7960784435272217, 0.9215686321258545, 0.12156867980957031, -0.27843135595321655, -0.3176470398902893, -0.26274508237838745, -0.27843135595321655, -0.35686272382736206, -0.35686272382736206, -0.3490195870399475, -0.34117645025253296, -0.3490195870399475, -0.32549017667770386, -0.30980390310287476, -0.29411762952804565, -0.2392156720161438, -0.16862744092941284, -0.13725489377975464, -0.1764705777168274, -0.2392156720161438, -0.2549019455909729, -0.2862744927406311, -0.15294116735458374, 0.019607901573181152, 0.08235299587249756, -0.019607841968536377], [-0.13725489377975464, -0.23137253522872925, -0.3019607663154602, -0.32549017667770386, -0.3490195870399475, -0.16862744092941284, 0.7176470756530762, 0.7882353067398071, -0.011764705181121826, -0.18431371450424194, -0.26274508237838745, -0.3176470398902893, -0.2392156720161438, -0.3176470398902893, -0.37254899740219116, -0.35686272382736206, -0.34117645025253296, -0.3176470398902893, -0.3019607663154602, -0.3019607663154602, -0.2392156720161438, -0.27843135595321655, -0.270588219165802, -0.19999998807907104, -0.2078431248664856, -0.270588219165802, -0.3333333134651184, -0.2078431248664856, 0.011764764785766602, -0.011764705181121826, -0.23137253522872925, -0.24705880880355835], [-0.15294116735458374, -0.2392156720161438, -0.27843135595321655, -0.30980390310287476, -0.30980390310287476, -0.34117645025253296, 0.043137311935424805, 0.545098066329956, -0.21568626165390015, -0.2392156720161438, -0.26274508237838745, -0.2549019455909729, -0.1921568512916565, -0.21568626165390015, -0.24705880880355835, -0.3490195870399475, -0.3803921341896057, -0.37254899740219116, -0.30980390310287476, -0.27843135595321655, -0.27843135595321655, -0.2549019455909729, -0.270588219165802, -0.27843135595321655, -0.29411762952804565, -0.270588219165802, -0.19999998807907104, -0.019607841968536377, -0.13725489377975464, -0.29411762952804565, -0.529411792755127, -0.270588219165802], [-0.027450978755950928, -0.21568626165390015, -0.30980390310287476, -0.2862744927406311, -0.3176470398902893, -0.3019607663154602, -0.3803921341896057, -0.1607843041419983, -0.3019607663154602, -0.3960784077644348, -0.4431372284889221, -0.35686272382736206, -0.270588219165802, -0.21568626165390015, -0.19999998807907104, -0.27843135595321655, -0.26274508237838745, -0.2235293984413147, -0.2235293984413147, -0.2392156720161438, -0.2549019455909729, -0.26274508237838745, -0.30980390310287476, -0.3490195870399475, -0.2862744927406311, -0.12156862020492554, 0.035294175148010254, 0.027451038360595703, -0.09019607305526733, -0.2392156720161438, -0.498039186000824, -0.3333333134651184], [-0.09019607305526733, -0.19999998807907104, -0.3333333134651184, -0.2862744927406311, -0.29411762952804565, -0.27843135595321655, -0.30980390310287476, -0.3647058606147766, -0.3333333134651184, -0.43529409170150757, -0.4745097756385803, -0.41960781812667847, -0.4431372284889221, -0.427450954914093, -0.37254899740219116, -0.32549017667770386, -0.2549019455909729, -0.2078431248664856, -0.1450980305671692, -0.06666666269302368, -0.11372548341751099, -0.2549019455909729, -0.30980390310287476, -0.30980390310287476, -0.1764705777168274, 0.019607901573181152, 0.22352945804595947, 0.13725495338439941, -0.09803920984268188, -0.35686272382736206, -0.35686272382736206, -0.498039186000824], [-0.1607843041419983, -0.1764705777168274, -0.3019607663154602, -0.32549017667770386, -0.3019607663154602, -0.27843135595321655, -0.3176470398902893, -0.3647058606147766, -0.3803921341896057, -0.4588235020637512, -0.4823529124259949, -0.427450954914093, -0.4588235020637512, -0.427450954914093, -0.5058823823928833, -0.545098066329956, -0.45098036527633667, -0.3176470398902893, -0.18431371450424194, -0.06666666269302368, -0.1294117569923401, -0.24705880880355835, -0.2549019455909729, -0.3176470398902893, -0.1450980305671692, 0.027451038360595703, 0.14509809017181396, 0.058823585510253906, -0.2235293984413147, -0.3960784077644348, -0.34117645025253296, -0.4745097756385803]], [[-0.615686297416687, -0.6313725709915161, -0.6000000238418579, -0.5843137502670288, -0.6392157077789307, -0.6784313917160034, -0.6313725709915161, -0.6470588445663452, -0.6549019813537598, -0.6784313917160034, -0.6784313917160034, -0.5921568870544434, -0.615686297416687, -0.6784313917160034, -0.6470588445663452, -0.6549019813537598, -0.686274528503418, -0.7019608020782471, -0.6941176652908325, -0.6627451181411743, -0.6549019813537598, -0.6470588445663452, -0.6470588445663452, -0.6627451181411743, -0.6549019813537598, -0.6941176652908325, -0.6627451181411743, -0.6784313917160034, -0.7019608020782471, -0.7176470756530762, -0.7176470756530762, -0.7411764860153198], [-0.6000000238418579, -0.686274528503418, -0.6470588445663452, -0.5607843399047852, -0.615686297416687, -0.6627451181411743, -0.6313725709915161, -0.6470588445663452, -0.6392157077789307, -0.7019608020782471, -0.6784313917160034, -0.5764706134796143, -0.5921568870544434, -0.6784313917160034, -0.686274528503418, -0.7411764860153198, -0.7647058963775635, -0.7411764860153198, -0.6784313917160034, -0.6078431606292725, -0.5843137502670288, -0.5686274766921997, -0.5921568870544434, -0.6235294342041016, -0.6078431606292725, -0.6392157077789307, -0.6470588445663452, -0.7019608020782471, -0.7333333492279053, -0.7568627595901489, -0.7490196228027344, -0.7333333492279053], [-0.6313725709915161, -0.7411764860153198, -0.7176470756530762, -0.6235294342041016, -0.6705882549285889, -0.6549019813537598, -0.6470588445663452, -0.6470588445663452, -0.6627451181411743, -0.6627451181411743, -0.6235294342041016, -0.5529412031173706, -0.6000000238418579, -0.7019608020782471, -0.7098039388656616, -0.7254902124404907, -0.6941176652908325, -0.6313725709915161, -0.5764706134796143, -0.615686297416687, -0.5921568870544434, -0.6078431606292725, -0.6313725709915161, -0.6078431606292725, -0.6235294342041016, -0.5686274766921997, -0.6000000238418579, -0.6941176652908325, -0.7254902124404907, -0.7333333492279053, -0.7333333492279053, -0.7411764860153198], [-0.686274528503418, -0.7490196228027344, -0.7568627595901489, -0.6549019813537598, -0.6627451181411743, -0.6392157077789307, -0.6235294342041016, -0.6235294342041016, -0.6549019813537598, -0.6470588445663452, -0.5529412031173706, -0.2549019455909729, -0.4117646813392639, -0.6784313917160034, -0.6313725709915161, -0.5764706134796143, -0.545098066329956, -0.4745097756385803, -0.6313725709915161, -0.4901960492134094, -0.40392154455184937, -0.34117645025253296, -0.4823529124259949, -0.6078431606292725, -0.5921568870544434, -0.6941176652908325, -0.6470588445663452, -0.6392157077789307, -0.6627451181411743, -0.6941176652908325, -0.6941176652908325, -0.7176470756530762], [-0.6784313917160034, -0.6235294342041016, -0.615686297416687, -0.6313725709915161, -0.6627451181411743, -0.686274528503418, -0.6313725709915161, -0.6549019813537598, -0.6784313917160034, -0.6705882549285889, -0.5372549295425415, 0.2862745523452759, -0.1607843041419983, -0.5607843399047852, -0.529411792755127, -0.4431372284889221, -0.6078431606292725, -0.7568627595901489, -0.5607843399047852, -0.23137253522872925, -0.1294117569923401, -0.07450979948043823, -0.1764705777168274, -0.270588219165802, -0.4745097756385803, -0.45098036527633667, -0.6313725709915161, -0.6470588445663452, -0.6235294342041016, -0.6392157077789307, -0.7176470756530762, -0.7176470756530762], [-0.5764706134796143, -0.498039186000824, -0.5529412031173706, -0.5843137502670288, -0.6549019813537598, -0.6941176652908325, -0.6784313917160034, -0.6784313917160034, -0.7098039388656616, -0.6941176652908325, -0.6705882549285889, -0.3333333134651184, -0.38823527097702026, -0.545098066329956, -0.6627451181411743, -0.7568627595901489, -0.6627451181411743, -0.6470588445663452, -0.40392154455184937, -0.13725489377975464, -0.05882352590560913, -0.04313725233078003, -0.09019607305526733, -0.24705880880355835, -0.2392156720161438, -0.32549017667770386, -0.6313725709915161, -0.7098039388656616, -0.615686297416687, -0.545098066329956, -0.6549019813537598, -0.686274528503418], [-0.5529412031173706, -0.37254899740219116, -0.8666666746139526, -0.7803921699523926, -0.6235294342041016, -0.6627451181411743, -0.686274528503418, -0.6627451181411743, -0.6705882549285889, -0.7098039388656616, -0.6941176652908325, -0.5921568870544434, -0.5372549295425415, -0.4117646813392639, -0.45098036527633667, -0.5529412031173706, -0.43529409170150757, -0.498039186000824, -0.41960781812667847, -0.05098038911819458, 0.035294175148010254, -0.15294116735458374, -0.29411762952804565, -0.26274508237838745, -0.1921568512916565, -0.3960784077644348, -0.4588235020637512, -0.6941176652908325, -0.7176470756530762, -0.545098066329956, -0.6235294342041016, -0.6941176652908325], [-0.29411762952804565, -0.27843135595321655, -0.7019608020782471, -0.6784313917160034, -0.5607843399047852, -0.6705882549285889, -0.7176470756530762, -0.6941176652908325, -0.615686297416687, -0.6000000238418579, -0.6000000238418579, -0.615686297416687, -0.3960784077644348, -0.1607843041419983, -0.270588219165802, -0.3803921341896057, -0.30980390310287476, -0.35686272382736206, -0.4588235020637512, -0.1607843041419983, 0.09803926944732666, -0.12156862020492554, -0.3647058606147766, -0.30980390310287476, -0.34117645025253296, -0.41960781812667847, -0.545098066329956, -0.615686297416687, -0.7490196228027344, -0.6078431606292725, -0.6000000238418579, -0.6941176652908325], [0.12941181659698486, -0.1764705777168274, -0.5372549295425415, -0.11372548341751099, -0.35686272382736206, -0.6627451181411743, -0.6784313917160034, -0.6078431606292725, -0.4823529124259949, -0.2549019455909729, -0.5372549295425415, -0.38823527097702026, -0.05098038911819458, 0.003921627998352051, -0.2078431248664856, -0.41960781812667847, -0.3960784077644348, -0.35686272382736206, -0.427450954914093, -0.5215686559677124, -0.12156862020492554, -0.03529411554336548, -0.270588219165802, -0.45098036527633667, -0.4588235020637512, -0.40392154455184937, -0.4745097756385803, -0.5843137502670288, -0.7882353067398071, -0.7254902124404907, -0.5372549295425415, -0.6470588445663452], [0.27843141555786133, 0.12156867980957031, -0.1764705777168274, 0.16862750053405762, -0.12156862020492554, -0.6000000238418579, -0.6313725709915161, -0.529411792755127, 0.14509809017181396, 0.5529412031173706, 0.301960825920105, -0.06666666269302368, 0.13725495338439941, -0.019607841968536377, -0.1607843041419983, -0.3803921341896057, -0.3803921341896057, -0.4431372284889221, -0.5843137502670288, -0.545098066329956, -0.12156862020492554, -0.04313725233078003, -0.10588234663009644, -0.3019607663154602, -0.41960781812667847, -0.38823527097702026, -0.38823527097702026, -0.4431372284889221, -0.6627451181411743, -0.8823529481887817, -0.6549019813537598, -0.5529412031173706], [0.37254905700683594, -0.04313725233078003, 0.23921573162078857, 0.3176470994949341, -0.04313725233078003, -0.6078431606292725, -0.6000000238418579, -0.6313725709915161, 0.40392160415649414, 0.772549033164978, 0.4745098352432251, 0.027451038360595703, 0.21568632125854492, 0.035294175148010254, -0.18431371450424194, -0.18431371450424194, -0.4588235020637512, -0.3960784077644348, -0.686274528503418, -0.3960784077644348, 0.20784318447113037, 0.07450985908508301, 0.08235299587249756, -0.27843135595321655, -0.3960784077644348, -0.24705880880355835, -0.3803921341896057, -0.427450954914093, -0.5372549295425415, -0.7411764860153198, -0.7568627595901489, -0.6392157077789307], [0.48235297203063965, -0.09019607305526733, 0.20000004768371582, 0.3960784673690796, 0.06666672229766846, -0.5372549295425415, -0.5686274766921997, -0.6549019813537598, -0.37254899740219116, 0.4745098352432251, 0.2862745523452759, 0.043137311935424805, 0.18431377410888672, 0.24705886840820312, -0.16862744092941284, -0.2549019455909729, -0.3019607663154602, -0.3803921341896057, -0.7333333492279053, -0.11372548341751099, 0.5058823823928833, 0.11372554302215576, 0.019607901573181152, -0.35686272382736206, -0.4117646813392639, -0.30980390310287476, -0.26274508237838745, -0.3647058606147766, -0.38823527097702026, -0.5686274766921997, -0.6235294342041016, -0.7960784435272217], [0.5215686559677124, -0.1764705777168274, 0.12941181659698486, 0.45098042488098145, 0.043137311935424805, -0.46666663885116577, -0.5843137502670288, -0.6313725709915161, -0.6549019813537598, 0.19215691089630127, -0.011764705181121826, -0.26274508237838745, 0.16078436374664307, 0.43529415130615234, 0.011764764785766602, -0.23137253522872925, -0.1764705777168274, -0.1450980305671692, -0.6313725709915161, 0.09803926944732666, 0.3960784673690796, 0.09803926944732666, -0.1294117569923401, -0.3490195870399475, -0.3803921341896057, -0.37254899740219116, -0.3333333134651184, -0.3647058606147766, -0.3019607663154602, -0.427450954914093, -0.498039186000824, -0.8117647171020508], [0.5137255191802979, -0.1921568512916565, 0.27843141555786133, 0.5058823823928833, -0.23137253522872925, -0.4823529124259949, -0.545098066329956, -0.6078431606292725, -0.6941176652908325, -0.05882352590560913, -0.1921568512916565, -0.003921568393707275, 0.21568632125854492, 0.5686274766921997, 0.23137259483337402, -0.08235293626785278, -0.1607843041419983, -0.1450980305671692, -0.46666663885116577, 0.15294122695922852, 0.3647059202194214, 0.06666672229766846, -0.18431371450424194, -0.37254899740219116, -0.40392154455184937, -0.45098036527633667, -0.43529409170150757, -0.26274508237838745, -0.2235293984413147, -0.3647058606147766, -0.4588235020637512, -0.7333333492279053], [0.5372549295425415, -0.12156862020492554, 0.3490196466445923, 0.4745098352432251, -0.1450980305671692, -0.4745097756385803, -0.5137255191802979, -0.5686274766921997, -0.7333333492279053, -0.30980390310287476, -0.1921568512916565, 0.32549023628234863, 0.32549023628234863, 0.24705886840820312, 0.09803926944732666, 0.050980448722839355, -0.019607841968536377, -0.2549019455909729, -0.45098036527633667, 0.16862750053405762, 0.3333333730697632, -0.003921568393707275, -0.04313725233078003, -0.1764705777168274, -0.3490195870399475, -0.2862744927406311, -0.29411762952804565, -0.18431371450424194, -0.1294117569923401, -0.37254899740219116, -0.5843137502670288, -0.6313725709915161], [0.545098066329956, 0.06666672229766846, 0.3647059202194214, 0.41960787773132324, 0.11372554302215576, -0.3960784077644348, -0.30980390310287476, -0.3960784077644348, -0.5921568870544434, -0.270588219165802, -0.09019607305526733, 0.6549019813537598, 0.8039215803146362, 0.07450985908508301, 0.019607901573181152, -0.12156862020492554, -0.2078431248664856, -0.2549019455909729, -0.4117646813392639, -0.07450979948043823, 0.14509809017181396, 0.08235299587249756, -0.2078431248664856, -0.37254899740219116, -0.46666663885116577, -0.3176470398902893, -0.2235293984413147, -0.2235293984413147, -0.270588219165802, -0.5764706134796143, -0.6235294342041016, -0.6235294342041016], [0.6000000238418579, 0.2549020051956177, 0.3960784673690796, 0.4745098352432251, 0.3490196466445923, -0.29411762952804565, -0.011764705181121826, -0.11372548341751099, -0.35686272382736206, -0.7098039388656616, 0.043137311935424805, 0.21568632125854492, 0.10588240623474121, -0.08235293626785278, -0.30980390310287476, -0.29411762952804565, -0.27843135595321655, -0.3176470398902893, -0.545098066329956, -0.18431371450424194, -0.1450980305671692, -0.011764705181121826, -0.07450979948043823, -0.2392156720161438, -0.43529409170150757, -0.3960784077644348, -0.26274508237838745, -0.35686272382736206, -0.5686274766921997, -0.6470588445663452, -0.5686274766921997, -0.6392157077789307], [0.686274528503418, 0.4117647409439087, 0.4431372880935669, 0.5215686559677124, 0.458823561668396, -0.1764705777168274, -0.19999998807907104, 0.13725495338439941, -0.1294117569923401, -0.5215686559677124, -0.1764705777168274, -0.2549019455909729, -0.3019607663154602, -0.3019607663154602, -0.427450954914093, -0.23137253522872925, -0.30980390310287476, -0.2549019455909729, -0.19999998807907104, -0.498039186000824, -0.7490196228027344, -0.1764705777168274, -0.09803920984268188, -0.5215686559677124, -0.6000000238418579, -0.5843137502670288, -0.4901960492134094, -0.38823527097702026, -0.498039186000824, -0.46666663885116577, -0.498039186000824, -0.5764706134796143], [0.6078431606292725, 0.5058823823928833, 0.48235297203063965, 0.5137255191802979, 0.4745098352432251, 0.043137311935424805, -0.24705880880355835, 0.12156867980957031, 0.10588240623474121, -0.1294117569923401, -0.37254899740219116, -0.5686274766921997, -0.15294116735458374, -0.24705880880355835, -0.21568626165390015, 0.043137311935424805, -0.270588219165802, -0.270588219165802, -0.05882352590560913, -0.270588219165802, -0.27843135595321655, -0.32549017667770386, -0.545098066329956, -0.5921568870544434, -0.6941176652908325, -0.529411792755127, -0.686274528503418, -0.5372549295425415, -0.5137255191802979, -0.5764706134796143, -0.6470588445663452, -0.6392157077789307], [0.4117647409439087, 0.46666669845581055, 0.41960787773132324, 0.45098042488098145, 0.4431372880935669, 0.19215691089630127, -0.2235293984413147, 0.035294175148010254, 0.019607901573181152, 0.058823585510253906, -0.011764705181121826, -0.6000000238418579, -0.15294116735458374, -0.32549017667770386, -0.03529411554336548, 0.3176470994949341, -0.07450979948043823, -0.427450954914093, -0.1921568512916565, -0.1764705777168274, -0.07450979948043823, -0.38823527097702026, -0.6549019813537598, -0.6078431606292725, -0.5921568870544434, -0.270588219165802, -0.529411792755127, -0.46666663885116577, -0.498039186000824, -0.5921568870544434, -0.6078431606292725, -0.6392157077789307], [0.14509809017181396, 0.46666669845581055, 0.37254905700683594, 0.3490196466445923, 0.4117647409439087, 0.2549020051956177, -0.1294117569923401, 0.14509809017181396, 0.45098042488098145, -0.1294117569923401, -0.3176470398902893, -0.427450954914093, -0.32549017667770386, -0.09019607305526733, 0.35686278343200684, 0.38823533058166504, 0.16078436374664307, -0.2078431248664856, -0.4823529124259949, -0.5058823823928833, -0.5529412031173706, -0.5764706134796143, -0.6000000238418579, -0.6784313917160034, -0.4588235020637512, -0.3490195870399475, -0.4117646813392639, -0.35686272382736206, -0.40392154455184937, -0.5215686559677124, -0.4588235020637512, -0.5058823823928833], [-0.027450978755950928, 0.5686274766921997, 0.3803921937942505, 0.3176470994949341, 0.40392160415649414, 0.15294122695922852, -0.2862744927406311, 0.24705886840820312, 0.9607843160629272, 0.7647058963775635, 0.12941181659698486, 0.15294122695922852, 0.2862745523452759, 0.5058823823928833, 0.6313725709915161, 0.545098066329956, 0.41960787773132324, 0.12156867980957031, -0.1450980305671692, -0.5137255191802979, -0.545098066329956, -0.46666663885116577, -0.3176470398902893, -0.19999998807907104, -0.13725489377975464, -0.1294117569923401, -0.04313725233078003, -0.06666666269302368, -0.05882352590560913, -0.12156862020492554, -0.12156862020492554, -0.09803920984268188], [0.043137311935424805, 0.6705882549285889, 0.5058823823928833, 0.38823533058166504, 0.4274510145187378, 0.17647063732147217, -0.11372548341751099, 0.6392157077789307, 0.9372549057006836, 0.9764705896377563, 0.8196078538894653, 0.23137259483337402, 0.16862750053405762, 0.2705882787704468, 0.22352945804595947, 0.19215691089630127, 0.16078436374664307, -0.06666666269302368, -0.18431371450424194, -0.2078431248664856, -0.1294117569923401, -0.13725489377975464, -0.09803920984268188, -0.019607841968536377, 0.027451038360595703, 0.019607901573181152, 0.058823585510253906, 0.10588240623474121, 0.11372554302215576, 0.035294175148010254, 0.07450985908508301, 0.035294175148010254], [0.058823585510253906, 0.3176470994949341, 0.4745098352432251, 0.4745098352432251, 0.5058823823928833, 0.3647059202194214, 0.2862745523452759, 0.8588235378265381, 0.8901960849761963, 0.7882353067398071, 0.20000004768371582, -0.1294117569923401, -0.1764705777168274, -0.1764705777168274, -0.1607843041419983, -0.2078431248664856, -0.09803920984268188, -0.05882352590560913, -0.11372548341751099, -0.09019607305526733, -0.019607841968536377, -0.019607841968536377, -0.011764705181121826, 0.003921627998352051, 0.035294175148010254, 0.09019613265991211, 0.07450985908508301, 0.07450985908508301, 0.058823585510253906, 0.050980448722839355, 0.09019613265991211, 0.043137311935424805], [0.10588240623474121, 0.019607901573181152, 0.050980448722839355, 0.3803921937942505, 0.49803924560546875, 0.07450985908508301, 0.41960787773132324, 0.8980392217636108, 0.9215686321258545, 0.37254905700683594, -0.003921568393707275, -0.07450979948043823, -0.06666666269302368, -0.05098038911819458, -0.05882352590560913, -0.09019607305526733, -0.08235293626785278, -0.08235293626785278, -0.09803920984268188, -0.11372548341751099, -0.05882352590560913, -0.019607841968536377, -0.019607841968536377, 0.019607901573181152, 0.050980448722839355, 0.13725495338439941, 0.11372554302215576, 0.11372554302215576, 0.14509809017181396, 0.12941181659698486, 0.09803926944732666, 0.16862750053405762], [0.2705882787704468, 0.09803926944732666, -0.027450978755950928, 0.06666672229766846, 0.30980396270751953, 0.12156867980957031, 0.6392157077789307, 0.9529411792755127, 0.6078431606292725, -0.07450979948043823, 0.003921627998352051, -0.019607841968536377, -0.003921568393707275, -0.003921568393707275, -0.05098038911819458, -0.09803920984268188, -0.11372548341751099, -0.12156862020492554, -0.11372548341751099, -0.08235293626785278, -0.03529411554336548, 0.027451038360595703, 0.050980448722839355, 0.08235299587249756, 0.17647063732147217, 0.19215691089630127, 0.15294122695922852, 0.16862750053405762, 0.20784318447113037, 0.19215691089630127, 0.30980396270751953, 0.4274510145187378], [0.29411768913269043, 0.15294122695922852, 0.019607901573181152, -0.04313725233078003, -0.011764705181121826, 0.2862745523452759, 0.8352941274642944, 0.9372549057006836, 0.20000004768371582, -0.10588234663009644, -0.03529411554336548, 0.027451038360595703, 0.011764764785766602, -0.06666666269302368, -0.06666666269302368, -0.06666666269302368, -0.06666666269302368, -0.06666666269302368, -0.03529411554336548, -0.003921568393707275, 0.027451038360595703, 0.10588240623474121, 0.17647063732147217, 0.20784318447113037, 0.17647063732147217, 0.10588240623474121, 0.09803926944732666, 0.08235299587249756, 0.23921573162078857, 0.3960784673690796, 0.4274510145187378, 0.32549023628234863], [0.2705882787704468, 0.16862750053405762, 0.08235299587249756, 0.043137311935424805, -0.011764705181121826, 0.08235299587249756, 0.8274509906768799, 0.8352941274642944, 0.09803926944732666, -0.011764705181121826, 0.011764764785766602, -0.027450978755950928, 0.043137311935424805, -0.03529411554336548, -0.09019607305526733, -0.06666666269302368, -0.04313725233078003, -0.011764705181121826, 0.019607901573181152, 0.035294175148010254, 0.09803926944732666, 0.08235299587249756, 0.09019613265991211, 0.16078436374664307, 0.15294122695922852, 0.09019613265991211, 0.043137311935424805, 0.20000004768371582, 0.4274510145187378, 0.3803921937942505, 0.11372554302215576, 0.09019613265991211], [0.2627451419830322, 0.15294122695922852, 0.12156867980957031, 0.10588240623474121, 0.08235299587249756, -0.019607841968536377, 0.24705886840820312, 0.6549019813537598, -0.06666666269302368, -0.05098038911819458, 0.003921627998352051, 0.019607901573181152, 0.09019613265991211, 0.058823585510253906, 0.027451038360595703, -0.05882352590560913, -0.07450979948043823, -0.05882352590560913, 0.019607901573181152, 0.058823585510253906, 0.06666672229766846, 0.09019613265991211, 0.08235299587249756, 0.06666672229766846, 0.058823585510253906, 0.08235299587249756, 0.18431377410888672, 0.3960784673690796, 0.2862745523452759, 0.09803926944732666, -0.1921568512916565, 0.06666672229766846], [0.38823533058166504, 0.16078436374664307, 0.07450985908508301, 0.14509809017181396, 0.09019613265991211, 0.035294175148010254, -0.11372548341751099, 0.043137311935424805, -0.10588234663009644, -0.1764705777168274, -0.1764705777168274, -0.08235293626785278, 0.003921627998352051, 0.058823585510253906, 0.07450985908508301, 0.003921627998352051, 0.027451038360595703, 0.07450985908508301, 0.09019613265991211, 0.08235299587249756, 0.07450985908508301, 0.06666672229766846, 0.027451038360595703, -0.019607841968536377, 0.043137311935424805, 0.20784318447113037, 0.40392160415649414, 0.41960787773132324, 0.3176470994949341, 0.14509809017181396, -0.15294116735458374, -0.003921568393707275], [0.3176470994949341, 0.16078436374664307, 0.035294175148010254, 0.12156867980957031, 0.09019613265991211, 0.050980448722839355, -0.019607841968536377, -0.12156862020492554, -0.09803920984268188, -0.18431371450424194, -0.19999998807907104, -0.1450980305671692, -0.16862744092941284, -0.15294116735458374, -0.09803920984268188, -0.05882352590560913, 0.003921627998352051, 0.058823585510253906, 0.12941181659698486, 0.22352945804595947, 0.19215691089630127, 0.050980448722839355, -0.003921568393707275, -0.003921568393707275, 0.12941181659698486, 0.3333333730697632, 0.545098066329956, 0.4901961088180542, 0.2862745523452759, 0.019607901573181152, -0.011764705181121826, -0.1607843041419983], [0.2549020051956177, 0.16862750053405762, 0.035294175148010254, 0.050980448722839355, 0.050980448722839355, 0.035294175148010254, -0.03529411554336548, -0.09803920984268188, -0.10588234663009644, -0.1764705777168274, -0.2078431248664856, -0.15294116735458374, -0.18431371450424194, -0.15294116735458374, -0.23137253522872925, -0.3019607663154602, -0.21568626165390015, -0.07450979948043823, 0.07450985908508301, 0.19215691089630127, 0.13725495338439941, 0.027451038360595703, 0.019607901573181152, -0.03529411554336548, 0.13725495338439941, 0.30980396270751953, 0.4274510145187378, 0.37254905700683594, 0.13725495338439941, -0.027450978755950928, 0.011764764785766602, -0.13725489377975464]]]]}]} 2026-04-16 21:00:15.033 3502 kserve.trace response code: 200, content: {"model_name":"cifar10","model_version":"1","outputs":[{"name":"OUTPUT__0","datatype":"FP32","shape":[1,10],"data":[-2.0964810848236086,-0.13700798153877259,-0.509565532207489,2.795621156692505,-0.5605475902557373,1.9934231042861939,1.1288189888000489,-1.4043132066726685,0.6004874110221863,-2.123708724975586]}]} 2026-04-16 21:00:15.033 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"cifar10","model_version":"1","outputs":[{"name":"OUTPUT__0","datatype":"FP32","shape":[1,10],"data":[-2.0964810848236086,-0.13700798153877259,-0.509565532207489,2.795621156692505,-0.5605475902557373,1.9934231042861939,1.1288189888000489,-1.4043132066726685,0.6004874110221863,-2.123708724975586]}]} 2026-04-16 21:00:15.033 3502 kserve.trace Got response "id": "None","model_name": "cifar10","outputs": ["name": "OUTPUT__0","shape": [1, 10],"datatype": "FP32","data": [-2.0964810848236084, -0.13700798153877258, -0.509565532207489, 2.795621156692505, -0.5605475902557373, 1.9934231042861938, 1.1288189888000488, -1.4043132066726685, 0.6004874110221863, -2.123708724975586],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 21:00:15.033 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "None","model_name": "cifar10","outputs": ["name": "OUTPUT__0","shape": [1, 10],"datatype": "FP32","data": [-2.0964810848236084, -0.13700798153877258, -0.509565532207489, 2.795621156692505, -0.5605475902557373, 1.9934231042861938, 1.1288189888000488, -1.4043132066726685, 0.6004874110221863, -2.123708724975586],"parameters": None],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_triton.py::test_triton predictor/test_xgboost.py::test_xgboost_kserve 2026-04-16 21:01:45.255 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 21:01:45.255 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 21:01:45.255 3502 kserve.trace Host from isvc status URL = isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:01:45.255 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:01:45.255 3502 kserve.trace Network layer = istio 2026-04-16 21:01:45.255 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 21:01:45.255 3502 kserve.trace Using external route host: isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:01:45.255 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:01:45.255 3502 kserve.trace Sending Header = {'Host': 'isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:01:45.255 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:01:45.255 3502 kserve.trace base url = https://isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:01:45.255 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:01:45.256 3502 kserve.trace url: https://isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-xgboost:predict 2026-04-16 21:01:45.256 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-xgboost-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-xgboost:predict 2026-04-16 21:01:45.256 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 21:01:45.256 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 21:01:45.284 3502 kserve.trace response code: 200, content: {"predictions":[1.0,1.0]} 2026-04-16 21:01:45.284 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[1.0,1.0]} 2026-04-16 21:01:45.284 3502 kserve.trace Got response {'predictions': [1.0, 1.0]} 2026-04-16 21:01:45.284 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [1.0, 1.0]} [gw0] PASSED predictor/test_xgboost.py::test_xgboost_kserve predictor/test_xgboost.py::test_xgboost_v2_mlserver 2026-04-16 21:02:25.485 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 21:02:25.485 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 21:02:25.486 3502 kserve.trace Host from isvc status URL = isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:02:25.486 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:02:25.486 3502 kserve.trace Network layer = istio 2026-04-16 21:02:25.486 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 21:02:25.486 3502 kserve.trace Using external route host: isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:02:25.486 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:02:25.486 3502 kserve.trace Sending Header = {'Host': 'isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:02:25.486 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:02:25.486 3502 kserve.trace base url = https://isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:02:25.486 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:02:25.486 3502 kserve.trace url: https://isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-xgboost-v2-mlserver/infer 2026-04-16 21:02:25.486 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-xgboost-v2-mlserver/infer 2026-04-16 21:02:25.486 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 21:02:25.486 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 21:02:25.514 3502 kserve.trace response code: 200, content: {"model_name":"isvc-xgboost-v2-mlserver","id":"ab5e3ed5-7488-466b-b95d-d9e127c4f370","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"FP32","parameters":{"content_type":"np"},"data":[1.0,1.0]}]} 2026-04-16 21:02:25.514 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-xgboost-v2-mlserver","id":"ab5e3ed5-7488-466b-b95d-d9e127c4f370","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"FP32","parameters":{"content_type":"np"},"data":[1.0,1.0]}]} 2026-04-16 21:02:25.514 3502 kserve.trace Got response "id": "ab5e3ed5-7488-466b-b95d-d9e127c4f370","model_name": "isvc-xgboost-v2-mlserver","outputs": ["name": "predict","shape": [2, 1],"datatype": "FP32","data": [1.0, 1.0],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False 2026-04-16 21:02:25.514 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "ab5e3ed5-7488-466b-b95d-d9e127c4f370","model_name": "isvc-xgboost-v2-mlserver","outputs": ["name": "predict","shape": [2, 1],"datatype": "FP32","data": [1.0, 1.0],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False [gw0] PASSED predictor/test_xgboost.py::test_xgboost_v2_mlserver predictor/test_xgboost.py::test_xgboost_single_model_file 2026-04-16 21:03:05.651 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 21:03:05.651 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 21:03:05.651 3502 kserve.trace Host from isvc status URL = xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:03:05.651 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:03:05.652 3502 kserve.trace Network layer = istio 2026-04-16 21:03:05.652 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 21:03:05.652 3502 kserve.trace Using external route host: xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:03:05.652 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:03:05.652 3502 kserve.trace Sending Header = {'Host': 'xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:03:05.652 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:03:05.652 3502 kserve.trace base url = https://xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:03:05.652 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:03:05.652 3502 kserve.trace url: https://xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/xgboost-v2-mlserver/infer 2026-04-16 21:03:05.652 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://xgboost-v2-mlserver-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/xgboost-v2-mlserver/infer 2026-04-16 21:03:05.652 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 21:03:05.652 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 21:03:05.682 3502 kserve.trace response code: 200, content: {"model_name":"xgboost-v2-mlserver","id":"3727631b-be19-4b93-be33-5f21b36ee44d","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"FP32","parameters":{"content_type":"np"},"data":[1.0,1.0]}]} 2026-04-16 21:03:05.682 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"xgboost-v2-mlserver","id":"3727631b-be19-4b93-be33-5f21b36ee44d","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"FP32","parameters":{"content_type":"np"},"data":[1.0,1.0]}]} 2026-04-16 21:03:05.682 3502 kserve.trace Got response "id": "3727631b-be19-4b93-be33-5f21b36ee44d","model_name": "xgboost-v2-mlserver","outputs": ["name": "predict","shape": [2, 1],"datatype": "FP32","data": [1.0, 1.0],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False 2026-04-16 21:03:05.682 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "3727631b-be19-4b93-be33-5f21b36ee44d","model_name": "xgboost-v2-mlserver","outputs": ["name": "predict","shape": [2, 1],"datatype": "FP32","data": [1.0, 1.0],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False [gw0] PASSED predictor/test_xgboost.py::test_xgboost_single_model_file predictor/test_xgboost.py::test_xgboost_runtime_kserve 2026-04-16 21:04:15.848 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 21:04:15.848 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 21:04:15.848 3502 kserve.trace Host from isvc status URL = isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:04:15.848 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:04:15.848 3502 kserve.trace Network layer = istio 2026-04-16 21:04:15.848 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 21:04:15.848 3502 kserve.trace Using external route host: isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:04:15.848 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:04:15.848 3502 kserve.trace Sending Header = {'Host': 'isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:04:15.848 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:04:15.848 3502 kserve.trace base url = https://isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:04:15.848 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:04:15.848 3502 kserve.trace url: https://isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-xgboost-runtime:predict 2026-04-16 21:04:15.848 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-xgboost-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-xgboost-runtime:predict 2026-04-16 21:04:15.849 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 21:04:15.849 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 21:04:15.877 3502 kserve.trace response code: 200, content: {"predictions":[1.0,1.0]} 2026-04-16 21:04:15.877 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[1.0,1.0]} 2026-04-16 21:04:15.877 3502 kserve.trace Got response {'predictions': [1.0, 1.0]} 2026-04-16 21:04:15.877 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [1.0, 1.0]} [gw0] PASSED predictor/test_xgboost.py::test_xgboost_runtime_kserve predictor/test_xgboost.py::test_xgboost_v2_runtime_mlserver 2026-04-16 21:05:06.023 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 21:05:06.023 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 21:05:06.023 3502 kserve.trace Host from isvc status URL = isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:05:06.023 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:05:06.023 3502 kserve.trace Network layer = istio 2026-04-16 21:05:06.023 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 21:05:06.023 3502 kserve.trace Using external route host: isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:05:06.023 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:05:06.023 3502 kserve.trace Sending Header = {'Host': 'isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:05:06.023 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:05:06.024 3502 kserve.trace base url = https://isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:05:06.024 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:05:06.024 3502 kserve.trace url: https://isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-xgboost-v2-runtime/infer 2026-04-16 21:05:06.024 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-xgboost-v2-runtime-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-xgboost-v2-runtime/infer 2026-04-16 21:05:06.024 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 21:05:06.024 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 21:05:06.058 3502 kserve.trace response code: 200, content: {"model_name":"isvc-xgboost-v2-runtime","id":"ed9bb60f-10b2-43a8-bc9d-d7fca5403273","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"FP32","parameters":{"content_type":"np"},"data":[1.0,1.0]}]} 2026-04-16 21:05:06.058 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-xgboost-v2-runtime","id":"ed9bb60f-10b2-43a8-bc9d-d7fca5403273","parameters":{},"outputs":[{"name":"predict","shape":[2,1],"datatype":"FP32","parameters":{"content_type":"np"},"data":[1.0,1.0]}]} 2026-04-16 21:05:06.059 3502 kserve.trace Got response "id": "ed9bb60f-10b2-43a8-bc9d-d7fca5403273","model_name": "isvc-xgboost-v2-runtime","outputs": ["name": "predict","shape": [2, 1],"datatype": "FP32","data": [1.0, 1.0],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False 2026-04-16 21:05:06.059 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "ed9bb60f-10b2-43a8-bc9d-d7fca5403273","model_name": "isvc-xgboost-v2-runtime","outputs": ["name": "predict","shape": [2, 1],"datatype": "FP32","data": [1.0, 1.0],"parameters": {'content_type': 'np'}],"parameters": {},"from_grpc": False [gw0] PASSED predictor/test_xgboost.py::test_xgboost_v2_runtime_mlserver predictor/test_xgboost.py::test_xgboost_v2 2026-04-16 21:06:16.208 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 21:06:16.208 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 21:06:16.208 3502 kserve.trace Host from isvc status URL = isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:06:16.208 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:06:16.208 3502 kserve.trace Network layer = istio 2026-04-16 21:06:16.208 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 21:06:16.208 3502 kserve.trace Using external route host: isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:06:16.208 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:06:16.208 3502 kserve.trace Sending Header = {'Host': 'isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:06:16.208 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:06:16.209 3502 kserve.trace base url = https://isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:06:16.209 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:06:16.209 3502 kserve.trace url: https://isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-xgboost-v2/infer 2026-04-16 21:06:16.209 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-xgboost-v2-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v2/models/isvc-xgboost-v2/infer 2026-04-16 21:06:16.209 3502 kserve.trace request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 21:06:16.209 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'inputs': [{'name': 'input-0', 'shape': [2, 4], 'datatype': 'FP32', 'data': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]}]} 2026-04-16 21:06:16.237 3502 kserve.trace response code: 200, content: {"model_name":"isvc-xgboost-v2","model_version":null,"id":"91aece77-dd96-414c-a10e-66b7f4882db9","parameters":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"FP32","parameters":null,"data":[1.0,1.0]}]} 2026-04-16 21:06:16.237 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"model_name":"isvc-xgboost-v2","model_version":null,"id":"91aece77-dd96-414c-a10e-66b7f4882db9","parameters":null,"outputs":[{"name":"output-0","shape":[2],"datatype":"FP32","parameters":null,"data":[1.0,1.0]}]} 2026-04-16 21:06:16.237 3502 kserve.trace Got response "id": "91aece77-dd96-414c-a10e-66b7f4882db9","model_name": "isvc-xgboost-v2","outputs": ["name": "output-0","shape": [2],"datatype": "FP32","data": [1.0, 1.0],"parameters": None],"parameters": None,"from_grpc": False 2026-04-16 21:06:16.237 3502 kserve.trace INFO [utils.py:predict():128] Got response "id": "91aece77-dd96-414c-a10e-66b7f4882db9","model_name": "isvc-xgboost-v2","outputs": ["name": "output-0","shape": [2],"datatype": "FP32","data": [1.0, 1.0],"parameters": None],"parameters": None,"from_grpc": False [gw0] PASSED predictor/test_xgboost.py::test_xgboost_v2 predictor/test_xgboost.py::test_xgboost_v2_grpc [gw0] SKIPPED predictor/test_xgboost.py::test_xgboost_v2_grpc storagespec/test_s3_storagespec.py::test_sklearn_s3_storagespec_kserve 2026-04-16 21:07:26.393 3502 kserve.trace CI_USE_ISVC_HOST = 1 2026-04-16 21:07:26.393 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():335] CI_USE_ISVC_HOST = 1 2026-04-16 21:07:26.393 3502 kserve.trace Host from isvc status URL = isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:07:26.393 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():336] Host from isvc status URL = isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:07:26.393 3502 kserve.trace Network layer = istio 2026-04-16 21:07:26.393 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():337] Network layer = istio 2026-04-16 21:07:26.393 3502 kserve.trace Using external route host: isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:07:26.393 3502 kserve.trace INFO [utils.py:get_isvc_endpoint():340] Using external route host: isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:07:26.394 3502 kserve.trace Sending Header = {'Host': 'isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:07:26.394 3502 kserve.trace INFO [utils.py:_predict():144] Sending Header = {'Host': 'isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com', 'Content-Type': 'application/json'} 2026-04-16 21:07:26.394 3502 kserve.trace base url = https://isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:07:26.394 3502 kserve.trace INFO [utils.py:_predict():145] base url = https://isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com 2026-04-16 21:07:26.394 3502 kserve.trace url: https://isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-s3:predict 2026-04-16 21:07:26.394 3502 kserve.trace INFO [inference_client.py:infer():490] url: https://isvc-sklearn-s3-kserve-ci-e2e-test.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com/v1/models/isvc-sklearn-s3:predict 2026-04-16 21:07:26.394 3502 kserve.trace request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 21:07:26.394 3502 kserve.trace INFO [inference_client.py:infer():491] request data: {'instances': [[6.8, 2.8, 4.8, 1.4], [6.0, 3.4, 4.5, 1.6]]} 2026-04-16 21:07:26.419 3502 kserve.trace response code: 200, content: {"predictions":[1,1]} 2026-04-16 21:07:26.419 3502 kserve.trace INFO [inference_client.py:infer():507] response code: 200, content: {"predictions":[1,1]} 2026-04-16 21:07:26.420 3502 kserve.trace Got response {'predictions': [1, 1]} 2026-04-16 21:07:26.420 3502 kserve.trace INFO [utils.py:predict():128] Got response {'predictions': [1, 1]} [gw0] PASSED storagespec/test_s3_storagespec.py::test_sklearn_s3_storagespec_kserve storagespec/test_s3_tls_storagespec.py::test_s3_tls_global_custom_cert_storagespec_kserve 2026-04-16T21:08:36.589536+00:00 timeout_sampler INFO Waiting for 30 seconds [0:00:30], retry every 1 seconds. (Function: e2e.common.utils._check_deleted) 2026-04-16T21:08:37.600242+00:00 timeout_sampler INFO Elapsed time: 1.0062527656555176 [0:00:01.006253] 2026-04-16T21:08:47.666824+00:00 timeout_sampler INFO Waiting for 30 seconds [0:00:30], retry every 1 seconds. (Function: e2e.common.utils._check_deleted) 2026-04-16T21:08:48.675683+00:00 timeout_sampler INFO Elapsed time: 1.0046024322509766 [0:00:01.004602] [gw0] PASSED storagespec/test_s3_tls_storagespec.py::test_s3_tls_global_custom_cert_storagespec_kserve storagespec/test_s3_tls_storagespec.py::test_s3_tls_custom_cert_storagespec_kserve 2026-04-16T21:09:58.777686+00:00 timeout_sampler INFO Waiting for 30 seconds [0:00:30], retry every 1 seconds. (Function: e2e.common.utils._check_deleted) 2026-04-16T21:09:59.786273+00:00 timeout_sampler INFO Elapsed time: 1.0042717456817627 [0:00:01.004272] 2026-04-16T21:10:09.849212+00:00 timeout_sampler INFO Waiting for 30 seconds [0:00:30], retry every 1 seconds. (Function: e2e.common.utils._check_deleted) 2026-04-16T21:10:10.857449+00:00 timeout_sampler INFO Elapsed time: 1.0040197372436523 [0:00:01.004020] [gw0] PASSED storagespec/test_s3_tls_storagespec.py::test_s3_tls_custom_cert_storagespec_kserve storagespec/test_s3_tls_storagespec.py::test_s3_tls_serving_cert_storagespec_kserve 2026-04-16T21:11:20.954341+00:00 timeout_sampler INFO Waiting for 30 seconds [0:00:30], retry every 1 seconds. (Function: e2e.common.utils._check_deleted) 2026-04-16T21:11:21.963518+00:00 timeout_sampler INFO Elapsed time: 1.0048165321350098 [0:00:01.004817] 2026-04-16T21:11:32.021118+00:00 timeout_sampler INFO Waiting for 30 seconds [0:00:30], retry every 1 seconds. (Function: e2e.common.utils._check_deleted) 2026-04-16T21:11:33.030114+00:00 timeout_sampler INFO Elapsed time: 1.0046319961547852 [0:00:01.004632] [gw0] PASSED storagespec/test_s3_tls_storagespec.py::test_s3_tls_serving_cert_storagespec_kserve =============================== warnings summary =============================== llmisvc/test_llm_inference_service.py:151 /workspace/source/test/e2e/llmisvc/test_llm_inference_service.py:151: PytestUnknownMarkWarning: Unknown pytest.mark.custom_gateway - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html pytest.mark.custom_gateway, llmisvc/test_llm_inference_service.py:200 /workspace/source/test/e2e/llmisvc/test_llm_inference_service.py:200: PytestUnknownMarkWarning: Unknown pytest.mark.custom_gateway - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html pytest.mark.custom_gateway, llmisvc/test_llm_inference_service.py:252 /workspace/source/test/e2e/llmisvc/test_llm_inference_service.py:252: PytestUnknownMarkWarning: Unknown pytest.mark.custom_gateway - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html pytest.mark.custom_gateway, llmisvc/test_llm_inference_service.py:299 /workspace/source/test/e2e/llmisvc/test_llm_inference_service.py:299: PytestUnknownMarkWarning: Unknown pytest.mark.cluster_gpu - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html pytest.mark.cluster_gpu, llmisvc/test_llm_inference_service.py:316 /workspace/source/test/e2e/llmisvc/test_llm_inference_service.py:316: PytestUnknownMarkWarning: Unknown pytest.mark.no_scheduler - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html pytest.mark.no_scheduler, llmisvc/test_llm_inference_service.py:329 /workspace/source/test/e2e/llmisvc/test_llm_inference_service.py:329: PytestUnknownMarkWarning: Unknown pytest.mark.cluster_multi_node - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html marks=[pytest.mark.cluster_cpu, pytest.mark.cluster_multi_node], -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========== 43 passed, 15 skipped, 6 warnings in 3037.14s (0:50:37) ============ /workspace/source /workspace/source + echo success [must-gather ] OUT 2026-04-16T21:11:34.122705781Z Using must-gather plug-in image: quay.io/modh/must-gather:rhoai-2.24 When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: c49d09c5-b700-4796-81a2-ca715d962710 ClientVersion: 4.21.5 ClusterVersion: Stable at "4.20.19" ClusterOperators: clusteroperator/authentication is missing clusteroperator/cloud-credential is missing clusteroperator/cluster-autoscaler is missing clusteroperator/config-operator is missing clusteroperator/etcd is missing clusteroperator/machine-api is missing clusteroperator/machine-approver is missing clusteroperator/machine-config is missing clusteroperator/marketplace is missing [must-gather ] OUT 2026-04-16T21:11:34.176061703Z namespace/openshift-must-gather-cp42t created [must-gather ] OUT 2026-04-16T21:11:34.183233153Z clusterrolebinding.rbac.authorization.k8s.io/must-gather-4pp4w created [must-gather ] OUT 2026-04-16T21:11:34.200157375Z pod for plug-in image quay.io/modh/must-gather:rhoai-2.24 created [must-gather-97ghz] POD 2026-04-16T21:11:39.175307462Z [disk usage checker] Started [must-gather-97ghz] POD 2026-04-16T21:11:39.210794516Z [disk usage checker] Volume usage percentage: current = 12 ; allowed = 70 [must-gather-97ghz] POD 2026-04-16T21:11:39.322133654Z No resources found in openshift-must-gather-cp42t namespace. [must-gather-97ghz] POD 2026-04-16T21:11:39.435466354Z Error from server (NotFound): namespaces "redhat-ods-operator" not found [must-gather-97ghz] POD 2026-04-16T21:11:39.585335397Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:39.585367160Z error: inspection completed with the errors occurred while gathering data: [must-gather-97ghz] POD 2026-04-16T21:11:39.585367160Z namespaces "redhat-ods-operator" not found [must-gather-97ghz] POD 2026-04-16T21:11:39.587989828Z Error getting logs from redhat-ods-operator [must-gather-97ghz] POD 2026-04-16T21:11:39.742543787Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:39.742574997Z error: inspection completed with the errors occurred while gathering data: [must-gather-97ghz] POD 2026-04-16T21:11:39.742574997Z namespaces "redhat-ods-monitoring" not found [must-gather-97ghz] POD 2026-04-16T21:11:39.745407068Z Error getting logs from redhat-ods-monitoring [must-gather-97ghz] POD 2026-04-16T21:11:39.893391571Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:39.893429094Z error: inspection completed with the errors occurred while gathering data: [must-gather-97ghz] POD 2026-04-16T21:11:39.893429094Z namespaces "redhat-ods-applications" not found [must-gather-97ghz] POD 2026-04-16T21:11:39.895991064Z Error getting logs from redhat-ods-applications [must-gather-97ghz] POD 2026-04-16T21:11:40.044625901Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:40.044738552Z error: inspection completed with the errors occurred while gathering data: [must-gather-97ghz] POD 2026-04-16T21:11:40.044738552Z namespaces "rhods-notebooks" not found [must-gather-97ghz] POD 2026-04-16T21:11:40.047222165Z Error getting logs from rhods-notebooks [must-gather-97ghz] POD 2026-04-16T21:11:40.196804578Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:40.196896135Z error: inspection completed with the errors occurred while gathering data: [must-gather-97ghz] POD 2026-04-16T21:11:40.196896135Z namespaces "rhoai-model-registries" not found [must-gather-97ghz] POD 2026-04-16T21:11:40.199409479Z Error getting logs from rhoai-model-registries [must-gather-97ghz] POD 2026-04-16T21:11:40.346234568Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:40.346266104Z error: inspection completed with the errors occurred while gathering data: [must-gather-97ghz] POD 2026-04-16T21:11:40.346266104Z namespaces "istio-system" not found [must-gather-97ghz] POD 2026-04-16T21:11:40.348776206Z Error getting logs from istio-system [must-gather-97ghz] POD 2026-04-16T21:11:40.500222714Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:40.500250532Z error: inspection completed with the errors occurred while gathering data: [must-gather-97ghz] POD 2026-04-16T21:11:40.500250532Z namespaces "knative-serving" not found [must-gather-97ghz] POD 2026-04-16T21:11:40.502777977Z Error getting logs from knative-serving [must-gather-97ghz] POD 2026-04-16T21:11:40.651211889Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:40.651311579Z error: inspection completed with the errors occurred while gathering data: [must-gather-97ghz] POD 2026-04-16T21:11:40.651311579Z namespaces "redhat-ods-applications-auth-provider" not found [must-gather-97ghz] POD 2026-04-16T21:11:40.653816584Z Error getting logs from redhat-ods-applications-auth-provider [must-gather-97ghz] POD 2026-04-16T21:11:40.920814961Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:41.188586813Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:41.318875592Z error: the server doesn't have a resource type "auths" [must-gather-97ghz] POD 2026-04-16T21:11:41.402686367Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:41.405183330Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:41.530079222Z error: the server doesn't have a resource type "monitorings" [must-gather-97ghz] POD 2026-04-16T21:11:41.610229555Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:41.612510615Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:41.739731655Z error: the server doesn't have a resource type "featuretrackers" [must-gather-97ghz] POD 2026-04-16T21:11:41.821644628Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:41.823974995Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:41.952108238Z error: the server doesn't have a resource type "codeflares" [must-gather-97ghz] POD 2026-04-16T21:11:42.039705575Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:42.042095054Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:42.169688969Z error: the server doesn't have a resource type "dashboards" [must-gather-97ghz] POD 2026-04-16T21:11:42.251833565Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:42.254144304Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:42.376879080Z error: the server doesn't have a resource type "datasciencepipelines" [must-gather-97ghz] POD 2026-04-16T21:11:42.461860844Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:42.464231823Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:42.590449782Z error: the server doesn't have a resource type "feastoperators" [must-gather-97ghz] POD 2026-04-16T21:11:42.673026244Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:42.675321039Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:42.803556047Z error: the server doesn't have a resource type "kserves" [must-gather-97ghz] POD 2026-04-16T21:11:42.885984557Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:42.888088996Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:43.014256649Z error: the server doesn't have a resource type "kueues" [must-gather-97ghz] POD 2026-04-16T21:11:43.095728899Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:43.097777433Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:43.228352782Z error: the server doesn't have a resource type "modelcontrollers" [must-gather-97ghz] POD 2026-04-16T21:11:43.310847657Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:43.313177947Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:43.440271886Z error: the server doesn't have a resource type "modelmeshservings" [must-gather-97ghz] POD 2026-04-16T21:11:43.523928256Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:43.526038641Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:43.650068095Z error: the server doesn't have a resource type "modelregistries" [must-gather-97ghz] POD 2026-04-16T21:11:43.733210213Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:43.735426788Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:43.861470970Z error: the server doesn't have a resource type "rays" [must-gather-97ghz] POD 2026-04-16T21:11:43.942107747Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:43.944290317Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:44.072660169Z error: the server doesn't have a resource type "trainingoperators" [must-gather-97ghz] POD 2026-04-16T21:11:44.155209333Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:44.157461679Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:44.215846885Z [disk usage checker] Volume usage percentage: current = 12 ; allowed = 70 [must-gather-97ghz] POD 2026-04-16T21:11:44.282530506Z error: the server doesn't have a resource type "trustyais" [must-gather-97ghz] POD 2026-04-16T21:11:44.367895324Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:44.370543172Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:44.496009540Z error: the server doesn't have a resource type "workbenches" [must-gather-97ghz] POD 2026-04-16T21:11:44.577298657Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:44.579486085Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:44.705881417Z error: the server doesn't have a resource type "hardwareprofiles" [must-gather-97ghz] POD 2026-04-16T21:11:44.789169329Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:44.791615355Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:44.919770959Z error: the server doesn't have a resource type "llamastackoperators" [must-gather-97ghz] POD 2026-04-16T21:11:45.005184071Z error: arguments in resource/name form must have a single resource and name [must-gather-97ghz] POD 2026-04-16T21:11:45.007567590Z Error collecting info from [must-gather-97ghz] POD 2026-04-16T21:11:45.688432760Z error: the server doesn't have a resource type "predictors" [must-gather-97ghz] POD 2026-04-16T21:11:45.809581584Z error: the server doesn't have a resource type "localmodelnodegroups" [must-gather-97ghz] POD 2026-04-16T21:11:45.934049656Z error: the server doesn't have a resource type "smcp" [must-gather-97ghz] POD 2026-04-16T21:11:46.056782464Z error: the server doesn't have a resource type "smm" [must-gather-97ghz] POD 2026-04-16T21:11:46.181845018Z error: the server doesn't have a resource type "smmr" [must-gather-97ghz] POD 2026-04-16T21:11:46.418027825Z error: the server doesn't have a resource type "virtualservices" [must-gather-97ghz] POD 2026-04-16T21:11:46.543411664Z error: the server doesn't have a resource type "authorizationpolicies" [must-gather-97ghz] POD 2026-04-16T21:11:46.664932047Z error: the server doesn't have a resource type "envoyfilters" [must-gather-97ghz] POD 2026-04-16T21:11:46.784271251Z error: the server doesn't have a resource type "knativeservings" [must-gather-97ghz] POD 2026-04-16T21:11:46.907526384Z error: the server doesn't have a resource type "configurations" [must-gather-97ghz] POD 2026-04-16T21:11:47.033248007Z error: the server doesn't have a resource type "routes" [must-gather-97ghz] POD 2026-04-16T21:11:47.165005956Z error: the server doesn't have a resource type "services" [must-gather-97ghz] POD 2026-04-16T21:11:47.295673472Z error: the server doesn't have a resource type "revisions" [must-gather-97ghz] POD 2026-04-16T21:11:47.420636159Z error: the server doesn't have a resource type "authconfigs" [must-gather-97ghz] POD 2026-04-16T21:11:47.543735657Z error: the server doesn't have a resource type "authorinos" [must-gather-97ghz] POD 2026-04-16T21:11:47.822772117Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:47.963054615Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:48.394139478Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:48.616267930Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:48.766452873Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:48.880719005Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:49.220563370Z [disk usage checker] Volume usage percentage: current = 12 ; allowed = 70 [must-gather-97ghz] POD 2026-04-16T21:11:49.279185306Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:49.503409606Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:49.653680376Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:49.774611597Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:50.154090063Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:50.376940102Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:50.535465558Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:50.672518560Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:51.068605623Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:51.289946510Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:51.437857383Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:51.553557055Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:51.935628673Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:52.160281804Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:52.306615111Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:52.420193391Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:52.812142359Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:53.030286607Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:53.180843751Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:53.300243827Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:53.680682161Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:53.899965727Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:54.052403614Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:54.170576140Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:54.227726500Z [disk usage checker] Volume usage percentage: current = 12 ; allowed = 70 [must-gather-97ghz] POD 2026-04-16T21:11:54.558090819Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:54.788889668Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:54.938637635Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:55.074051672Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:55.468551320Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:55.701182651Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:55.853561346Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:55.992136527Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:56.427303481Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:56.655783549Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:56.810037446Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:56.927146319Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:57.342368700Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:57.568398998Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:57.725139493Z Gathering data for ns/kserve-ci-e2e-test... [must-gather-97ghz] POD 2026-04-16T21:11:57.863729532Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-97ghz] POD 2026-04-16T21:11:58.259599909Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-97ghz] POD 2026-04-16T21:11:58.475514046Z Wrote inspect data to must-gather. [must-gather-97ghz] POD 2026-04-16T21:11:58.544342456Z Caches written to disk [must-gather-97ghz] OUT 2026-04-16T21:11:59.554002936Z waiting for gather to complete [must-gather-97ghz] OUT 2026-04-16T21:11:59.558307293Z downloading gather output [must-gather-97ghz] OUT 2026-04-16T21:11:59.845691047Z receiving incremental file list [must-gather-97ghz] OUT 2026-04-16T21:11:59.861737708Z ./ [must-gather-97ghz] OUT 2026-04-16T21:11:59.861854351Z aggregated-discovery-api.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.862142268Z aggregated-discovery-apis.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.862746803Z event-filter.html [must-gather-97ghz] OUT 2026-04-16T21:11:59.864401114Z timestamp [must-gather-97ghz] OUT 2026-04-16T21:11:59.864543438Z version [must-gather-97ghz] OUT 2026-04-16T21:11:59.864602129Z cluster-scoped-resources/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.86461227Z cluster-scoped-resources/datasciencecluster.opendatahub.io/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.86461833Z cluster-scoped-resources/datasciencecluster.opendatahub.io/datascienceclusters/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.86463252Z cluster-scoped-resources/datasciencecluster.opendatahub.io/datascienceclusters/test-dsc.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.864801584Z cluster-scoped-resources/dscinitialization.opendatahub.io/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.864853306Z cluster-scoped-resources/dscinitialization.opendatahub.io/dscinitializations/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.864874676Z cluster-scoped-resources/dscinitialization.opendatahub.io/dscinitializations/test-dsci.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.864885316Z namespaces/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.864917977Z namespaces/kserve-ci-e2e-test/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.864945158Z namespaces/kserve-ci-e2e-test/kserve-ci-e2e-test.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.8650248Z namespaces/kserve-ci-e2e-test/apps.openshift.io/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.865051981Z namespaces/kserve-ci-e2e-test/apps.openshift.io/deploymentconfigs.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.865084251Z namespaces/kserve-ci-e2e-test/apps/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.865140353Z namespaces/kserve-ci-e2e-test/apps/daemonsets.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.865214315Z namespaces/kserve-ci-e2e-test/apps/deployments.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.865293187Z namespaces/kserve-ci-e2e-test/apps/replicasets.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.865370679Z namespaces/kserve-ci-e2e-test/apps/statefulsets.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.86540874Z namespaces/kserve-ci-e2e-test/autoscaling/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.865452481Z namespaces/kserve-ci-e2e-test/autoscaling/horizontalpodautoscalers.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.865488862Z namespaces/kserve-ci-e2e-test/batch/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.865535413Z namespaces/kserve-ci-e2e-test/batch/cronjobs.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.865614095Z namespaces/kserve-ci-e2e-test/batch/jobs.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.865689267Z namespaces/kserve-ci-e2e-test/build.openshift.io/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.865726808Z namespaces/kserve-ci-e2e-test/build.openshift.io/buildconfigs.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.86581305Z namespaces/kserve-ci-e2e-test/build.openshift.io/builds.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.865858711Z namespaces/kserve-ci-e2e-test/core/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.865898452Z namespaces/kserve-ci-e2e-test/core/configmaps.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.866022585Z namespaces/kserve-ci-e2e-test/core/endpoints.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.866102927Z namespaces/kserve-ci-e2e-test/core/events.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.869226505Z namespaces/kserve-ci-e2e-test/core/persistentvolumeclaims.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.869302487Z namespaces/kserve-ci-e2e-test/core/pods.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.869386059Z namespaces/kserve-ci-e2e-test/core/replicationcontrollers.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.869513392Z namespaces/kserve-ci-e2e-test/core/secrets.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.869725517Z namespaces/kserve-ci-e2e-test/core/services.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.869776609Z namespaces/kserve-ci-e2e-test/discovery.k8s.io/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.869800559Z namespaces/kserve-ci-e2e-test/discovery.k8s.io/endpointslices.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.86985438Z namespaces/kserve-ci-e2e-test/image.openshift.io/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.869903632Z namespaces/kserve-ci-e2e-test/image.openshift.io/imagestreams.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.869946243Z namespaces/kserve-ci-e2e-test/k8s.ovn.org/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.869983174Z namespaces/kserve-ci-e2e-test/k8s.ovn.org/egressfirewalls.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.870069226Z namespaces/kserve-ci-e2e-test/k8s.ovn.org/egressqoses.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.870104497Z namespaces/kserve-ci-e2e-test/monitoring.coreos.com/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.870151308Z namespaces/kserve-ci-e2e-test/monitoring.coreos.com/servicemonitors.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.870198999Z namespaces/kserve-ci-e2e-test/networking.k8s.io/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.87024297Z namespaces/kserve-ci-e2e-test/networking.k8s.io/networkpolicies.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.870283891Z namespaces/kserve-ci-e2e-test/policy/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.870345923Z namespaces/kserve-ci-e2e-test/policy/poddisruptionbudgets.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.870392354Z namespaces/kserve-ci-e2e-test/route.openshift.io/ [must-gather-97ghz] OUT 2026-04-16T21:11:59.870451755Z namespaces/kserve-ci-e2e-test/route.openshift.io/routes.yaml [must-gather-97ghz] OUT 2026-04-16T21:11:59.878983339Z [must-gather-97ghz] OUT 2026-04-16T21:11:59.87901516Z sent 765 bytes received 114,305 bytes 230,140.00 bytes/sec [must-gather-97ghz] OUT 2026-04-16T21:11:59.87902471Z total size is 1,825,717 speedup is 15.87 [must-gather ] OUT 2026-04-16T21:12:00.013222864Z namespace/openshift-must-gather-cp42t deleted Reprinting Cluster State: When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: c49d09c5-b700-4796-81a2-ca715d962710 ClientVersion: 4.21.5 ClusterVersion: Stable at "4.20.19" ClusterOperators: clusteroperator/authentication is missing clusteroperator/cloud-credential is missing clusteroperator/cluster-autoscaler is missing clusteroperator/config-operator is missing clusteroperator/etcd is missing clusteroperator/machine-api is missing clusteroperator/machine-approver is missing clusteroperator/machine-config is missing clusteroperator/marketplace is missing [must-gather ] OUT 2026-04-16T21:12:00.137928221Z Using must-gather plug-in image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:dd19538052f0deb24938546fa0d17135330102ff01b5699610d2fdf82785eaab When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: c49d09c5-b700-4796-81a2-ca715d962710 ClientVersion: 4.21.5 ClusterVersion: Stable at "4.20.19" ClusterOperators: clusteroperator/authentication is missing clusteroperator/cloud-credential is missing clusteroperator/cluster-autoscaler is missing clusteroperator/config-operator is missing clusteroperator/etcd is missing clusteroperator/machine-api is missing clusteroperator/machine-approver is missing clusteroperator/machine-config is missing clusteroperator/marketplace is missing [must-gather ] OUT 2026-04-16T21:12:00.160972637Z namespace/openshift-must-gather-g6jdf created [must-gather ] OUT 2026-04-16T21:12:00.168172137Z clusterrolebinding.rbac.authorization.k8s.io/must-gather-kz9sj created [must-gather ] OUT 2026-04-16T21:12:00.193954142Z pod for plug-in image quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:dd19538052f0deb24938546fa0d17135330102ff01b5699610d2fdf82785eaab created [must-gather-6nbb9] POD 2026-04-16T21:12:01.636817168Z [disk usage checker] Started [must-gather-6nbb9] POD 2026-04-16T21:12:01.676958908Z [disk usage checker] Volume usage percentage: current = 37 ; allowed = 70 [must-gather-6nbb9] POD 2026-04-16T21:12:01.961309616Z Gathering data for ns/openshift-cluster-version... [must-gather-6nbb9] POD 2026-04-16T21:12:02.091342655Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-6nbb9] POD 2026-04-16T21:12:02.187260858Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-6nbb9] POD 2026-04-16T21:12:02.268657693Z Gathering data for ns/default... [must-gather-6nbb9] POD 2026-04-16T21:12:02.569012960Z Gathering data for ns/openshift... [must-gather-6nbb9] POD 2026-04-16T21:12:03.003935938Z Gathering data for ns/kube-system... [must-gather-6nbb9] POD 2026-04-16T21:12:03.746583368Z Gathering data for ns/openshift-etcd... [must-gather-6nbb9] POD 2026-04-16T21:12:04.084823763Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:04.084945420Z error: inspection completed with the errors occurred while gathering data: [must-gather-6nbb9] POD 2026-04-16T21:12:04.084945420Z namespaces "assisted-installer" not found [must-gather-6nbb9] POD 2026-04-16T21:12:04.212208091Z Waiting on subprocesses to finish execution. [must-gather-6nbb9] POD 2026-04-16T21:12:04.219879645Z INFO: Gathering machine config daemon's old logs from all nodes [must-gather-6nbb9] POD 2026-04-16T21:12:04.219879645Z INFO: Gathering on-disk MachineConfig from degraded nodes [must-gather-6nbb9] POD 2026-04-16T21:12:04.230132730Z INFO: Collecting host service logs for crio [must-gather-6nbb9] POD 2026-04-16T21:12:04.230470397Z INFO: Collecting host service logs for kubelet [must-gather-6nbb9] POD 2026-04-16T21:12:04.230864152Z INFO: Collecting host service logs for rpm-ostreed [must-gather-6nbb9] POD 2026-04-16T21:12:04.231200643Z INFO: Collecting host service logs for ostree-finalize-staged [must-gather-6nbb9] POD 2026-04-16T21:12:04.231529718Z INFO: Collecting host service logs for machine-config-daemon-firstboot [must-gather-6nbb9] POD 2026-04-16T21:12:04.231867998Z INFO: Collecting host service logs for machine-config-daemon-host [must-gather-6nbb9] POD 2026-04-16T21:12:04.232195759Z INFO: Collecting host service logs for NetworkManager [must-gather-6nbb9] POD 2026-04-16T21:12:04.232535794Z INFO: Collecting host service logs for openvswitch [must-gather-6nbb9] POD 2026-04-16T21:12:04.232889944Z INFO: Collecting host service logs for ovs-configuration [must-gather-6nbb9] POD 2026-04-16T21:12:04.233231443Z INFO: Collecting host service logs for ovsdb-server [must-gather-6nbb9] POD 2026-04-16T21:12:04.233582950Z INFO: Collecting host service logs for ovs-vswitchd [must-gather-6nbb9] POD 2026-04-16T21:12:04.233976987Z INFO: Waiting for worker host service log collection to complete ... [must-gather-6nbb9] POD 2026-04-16T21:12:04.234300997Z WARNING: Collecting one or more kube-apiserver related logs on ALL masters in your cluster. This could take a large amount of time. [must-gather-6nbb9] POD 2026-04-16T21:12:04.270253704Z INFO: Gathering HAProxy config files [must-gather-6nbb9] POD 2026-04-16T21:12:04.555461088Z INFO: "kubernetes-nmstate-operator" not detected. Skipping. [must-gather-6nbb9] POD 2026-04-16T21:12:04.570873620Z INFO: namespace openshift-frr-k8s not detected. Skipping. [must-gather-6nbb9] POD 2026-04-16T21:12:04.587815197Z INFO: Waiting for node performance related collection to complete ... [must-gather-6nbb9] POD 2026-04-16T21:12:04.691541512Z INFO: Waiting for on-disk MachineConfig collection to complete ... [must-gather-6nbb9] POD 2026-04-16T21:12:04.691632660Z INFO: on-disk MachineConfig config collection complete. [must-gather-6nbb9] POD 2026-04-16T21:12:04.814173756Z INFO: "sriov-network-operator" not detected. Skipping. [must-gather-6nbb9] POD 2026-04-16T21:12:04.909943226Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:05.069233044Z INFO: "metallb-operator" not detected. Skipping. [must-gather-6nbb9] POD 2026-04-16T21:12:05.204130591Z No resources found [must-gather-6nbb9] POD 2026-04-16T21:12:05.347446559Z INFO: Worker host service log collection to complete. [must-gather-6nbb9] POD 2026-04-16T21:12:05.396025917Z INFO: Waiting for HAProxy config collection to complete ... [must-gather-6nbb9] POD 2026-04-16T21:12:05.432415794Z error: the server doesn't have a resource type "performanceprofile" [must-gather-6nbb9] POD 2026-04-16T21:12:05.460637174Z No resources found in openshift-etcd namespace. [must-gather-6nbb9] POD 2026-04-16T21:12:05.487311088Z INFO: Found 1 replicas - prometheus-k8s-0 [must-gather-6nbb9] POD 2026-04-16T21:12:05.597243234Z INFO: Collecting Insights Archives from insights-operator-585dfdc468-q5swj [must-gather-6nbb9] POD 2026-04-16T21:12:05.597296740Z insights-runtime-extractor-5rcs6 [must-gather-6nbb9] POD 2026-04-16T21:12:05.597318304Z insights-runtime-extractor-m64qv [must-gather-6nbb9] POD 2026-04-16T21:12:05.597339776Z insights-runtime-extractor-x9xwk [must-gather-6nbb9] POD 2026-04-16T21:12:05.743769568Z ERROR: No running kube-apiserver pods found [must-gather-6nbb9] POD 2026-04-16T21:12:05.987379707Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:06.066728805Z tar: Removing leading `/' from member names [must-gather-6nbb9] POD 2026-04-16T21:12:06.079075779Z INFO: HAProxy config collection complete. [must-gather-6nbb9] POD 2026-04-16T21:12:06.137018292Z No resources found [must-gather-6nbb9] POD 2026-04-16T21:12:06.148081341Z error: the server doesn't have a resource type "multi-networkpolicy" [must-gather-6nbb9] POD 2026-04-16T21:12:06.164595679Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-6nbb9] POD 2026-04-16T21:12:06.304691057Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:06.331825378Z INFO: 'previous-logs' folder not found on ip-10-0-137-142.ec2.internal, skipping... [must-gather-6nbb9] POD 2026-04-16T21:12:06.342273350Z INFO: Getting alertmanagers from prometheus-k8s-0 [must-gather-6nbb9] POD 2026-04-16T21:12:06.350154673Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:06.382969905Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:06.409495519Z error: only SOURCE_DIR and POD:DESTINATION_DIR should be specified as arguments [must-gather-6nbb9] POD 2026-04-16T21:12:06.409495519Z See 'oc rsync -h' for help and examples [must-gather-6nbb9] POD 2026-04-16T21:12:06.446260627Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:06.488303723Z Gathering data for ns/openshift-monitoring... [must-gather-6nbb9] POD 2026-04-16T21:12:06.514736097Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:06.579219831Z error: the server doesn't have a resource type "machineconfigs" [must-gather-6nbb9] POD 2026-04-16T21:12:06.660297720Z INFO: 'previous-logs' folder not found on ip-10-0-138-118.ec2.internal, skipping... [must-gather-6nbb9] POD 2026-04-16T21:12:06.682888865Z [disk usage checker] Volume usage percentage: current = 37 ; allowed = 70 [must-gather-6nbb9] POD 2026-04-16T21:12:06.717736942Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:06.800794056Z INFO: Getting rules from prometheus-k8s-0 [must-gather-6nbb9] POD 2026-04-16T21:12:06.819864907Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:06.929670535Z INFO: 'previous-logs' folder not found on ip-10-0-142-60.ec2.internal, skipping... [must-gather-6nbb9] POD 2026-04-16T21:12:06.929704162Z INFO: Waiting for Machine Config Daemon termination log collection to complete ... [must-gather-6nbb9] POD 2026-04-16T21:12:06.929712278Z INFO: Machine Config Daemon termination log collection complete. [must-gather-6nbb9] POD 2026-04-16T21:12:06.985696228Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:07.040632288Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:07.193971838Z error: the server doesn't have a resource type "kubeletconfigs" [must-gather-6nbb9] POD 2026-04-16T21:12:07.225578702Z INFO: Getting status/config from prometheus-k8s-0 [must-gather-6nbb9] POD 2026-04-16T21:12:07.236983616Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:07.416141992Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:07.535292027Z INFO: INTERCONNECT MODE [must-gather-6nbb9] POD 2026-04-16T21:12:07.535326239Z INFO: Gathering ovn-kubernetes DBs [must-gather-6nbb9] POD 2026-04-16T21:12:07.626531103Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:07.632161055Z INFO: Getting status/flags from prometheus-k8s-0 [must-gather-6nbb9] POD 2026-04-16T21:12:07.695447303Z INFO: Gathering OVN_Northbound from ovnkube-node-8lrq8... [must-gather-6nbb9] POD 2026-04-16T21:12:07.695726740Z INFO: Gathering OVN_Northbound from ovnkube-node-mgjgp... [must-gather-6nbb9] POD 2026-04-16T21:12:07.695982148Z INFO: Gathering OVN_Northbound from ovnkube-node-qjb9s... [must-gather-6nbb9] POD 2026-04-16T21:12:07.696249281Z INFO: Gathering OVN_Southbound from ovnkube-node-8lrq8... [must-gather-6nbb9] POD 2026-04-16T21:12:07.696480319Z INFO: Gathering OVN_Southbound from ovnkube-node-mgjgp... [must-gather-6nbb9] POD 2026-04-16T21:12:07.696784396Z INFO: Gathering OVN_Southbound from ovnkube-node-qjb9s... [must-gather-6nbb9] POD 2026-04-16T21:12:07.954150748Z INFO: Getting status/runtimeinfo from prometheus-k8s-0 [must-gather-6nbb9] POD 2026-04-16T21:12:07.964800974Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:07.978863676Z tar: Removing leading `/' from member names [must-gather-6nbb9] POD 2026-04-16T21:12:08.011067327Z tar: Removing leading `/' from member names [must-gather-6nbb9] POD 2026-04-16T21:12:08.013202047Z tar: Removing leading `/' from member names [must-gather-6nbb9] POD 2026-04-16T21:12:08.017999694Z tar: Removing leading `/' from member names [must-gather-6nbb9] POD 2026-04-16T21:12:08.029738404Z tar: Removing leading `/' from member names [must-gather-6nbb9] POD 2026-04-16T21:12:08.030742369Z tar: Removing leading `/' from member names [must-gather-6nbb9] POD 2026-04-16T21:12:08.052503513Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-6nbb9] POD 2026-04-16T21:12:08.210434580Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:08.210434580Z INFO: Getting targets?state=active from prometheus-k8s-0 [must-gather-6nbb9] POD 2026-04-16T21:12:08.450182937Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:08.481622183Z INFO: Getting status/tsdb from prometheus-k8s-0 [must-gather-6nbb9] POD 2026-04-16T21:12:08.527590215Z INFO: Waiting for network log collection to complete ... [must-gather-6nbb9] POD 2026-04-16T21:12:08.527646715Z INFO: Waiting for ovnk database copies to complete ... [must-gather-6nbb9] POD 2026-04-16T21:12:08.528131317Z INFO: Copying ovnk databases complete. [must-gather-6nbb9] POD 2026-04-16T21:12:08.530109996Z 4.3M must-gather/network_logs/ovnk_database_store [must-gather-6nbb9] POD 2026-04-16T21:12:08.532752555Z ovnk_database_store/ [must-gather-6nbb9] POD 2026-04-16T21:12:08.532752555Z ovnk_database_store/ovnkube-node-mgjgp_sbdb [must-gather-6nbb9] POD 2026-04-16T21:12:08.560898016Z ovnk_database_store/ovnkube-node-mgjgp_nbdb [must-gather-6nbb9] POD 2026-04-16T21:12:08.570034193Z ovnk_database_store/ovnkube-node-8lrq8_sbdb [must-gather-6nbb9] POD 2026-04-16T21:12:08.592544986Z ovnk_database_store/ovnkube-node-qjb9s_sbdb [must-gather-6nbb9] POD 2026-04-16T21:12:08.624337046Z ovnk_database_store/ovnkube-node-qjb9s_nbdb [must-gather-6nbb9] POD 2026-04-16T21:12:08.639699107Z ovnk_database_store/ovnkube-node-8lrq8_nbdb [must-gather-6nbb9] POD 2026-04-16T21:12:08.656496343Z INFO: Network log collection complete. [must-gather-6nbb9] POD 2026-04-16T21:12:08.666903521Z W0416 21:12:08.666863 1370 util.go:195] skipping , failed to read event err: Object 'Kind' is missing in '' [must-gather-6nbb9] POD 2026-04-16T21:12:08.673512865Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:08.680292871Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-6nbb9] POD 2026-04-16T21:12:08.851837710Z Gathering data for ns/openshift-network-console... [must-gather-6nbb9] POD 2026-04-16T21:12:08.891200657Z INFO: Getting status from alertmanager-main-0 [must-gather-6nbb9] POD 2026-04-16T21:12:08.980089526Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:09.241194058Z Error from server (NotFound): deployments.apps "cluster-node-tuning-operator" not found [must-gather-6nbb9] POD 2026-04-16T21:12:09.244147613Z INFO: Fallback to identify the container image from release info [must-gather-6nbb9] POD 2026-04-16T21:12:09.253965295Z Gathering data for ns/openshift-console-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:09.604367279Z Gathering data for ns/openshift-console... [must-gather-6nbb9] POD 2026-04-16T21:12:09.933544520Z INFO: Image with low level tools to use: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8f2123db9953f98da0e43c266e6a8a070bf221533b995f87b7e358cc7498ca6d [must-gather-6nbb9] POD 2026-04-16T21:12:10.017207776Z Gathering data for ns/openshift-cluster-storage-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:10.057947339Z daemonset.apps/perf-node-gather-daemonset created [must-gather-6nbb9] POD 2026-04-16T21:12:10.190851798Z Waiting for performance profile collector pods to become ready: 1 [must-gather-6nbb9] POD 2026-04-16T21:12:10.362946217Z Gathering data for ns/openshift-dns-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:10.669459613Z Gathering data for ns/openshift-dns... [must-gather-6nbb9] POD 2026-04-16T21:12:11.323376284Z Waiting for performance profile collector pods to become ready: 2 [must-gather-6nbb9] POD 2026-04-16T21:12:11.342364202Z Gathering data for ns/openshift-image-registry... [must-gather-6nbb9] POD 2026-04-16T21:12:11.688046493Z [disk usage checker] Volume usage percentage: current = 37 ; allowed = 70 [must-gather-6nbb9] POD 2026-04-16T21:12:11.806901403Z Gathering data for ns/openshift-ingress-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:12.162194506Z Gathering data for ns/openshift-ingress... [must-gather-6nbb9] POD 2026-04-16T21:12:12.457117540Z Waiting for performance profile collector pods to become ready: 3 [must-gather-6nbb9] POD 2026-04-16T21:12:12.500079928Z Gathering data for ns/openshift-ingress-canary... [must-gather-6nbb9] POD 2026-04-16T21:12:12.875987774Z Gathering data for ns/openshift-insights... [must-gather-6nbb9] POD 2026-04-16T21:12:13.585294607Z Waiting for performance profile collector pods to become ready: 4 [must-gather-6nbb9] POD 2026-04-16T21:12:14.707445350Z Waiting for performance profile collector pods to become ready: 5 [must-gather-6nbb9] POD 2026-04-16T21:12:14.947379825Z Gathering data for ns/kserve... [must-gather-6nbb9] POD 2026-04-16T21:12:15.848608060Z Waiting for performance profile collector pods to become ready: 6 [must-gather-6nbb9] POD 2026-04-16T21:12:16.688772476Z Gathering data for ns/openshift-config... [must-gather-6nbb9] POD 2026-04-16T21:12:16.694868695Z [disk usage checker] Volume usage percentage: current = 37 ; allowed = 70 [must-gather-6nbb9] POD 2026-04-16T21:12:16.966596246Z Gathering data for ns/openshift-config-managed... [must-gather-6nbb9] POD 2026-04-16T21:12:16.976531539Z Waiting for performance profile collector pods to become ready: 7 [must-gather-6nbb9] POD 2026-04-16T21:12:17.389618226Z Gathering data for ns/openshift-kube-apiserver-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:17.637429717Z Gathering data for ns/openshift-kube-apiserver... [must-gather-6nbb9] POD 2026-04-16T21:12:17.913413812Z Gathering data for ns/openshift-kube-controller-manager... [must-gather-6nbb9] POD 2026-04-16T21:12:18.087956523Z Daemonset perf-node-gather-daemonset ready 3 out of 3 [must-gather-6nbb9] POD 2026-04-16T21:12:18.254740331Z Gathering data for ns/openshift-kube-controller-manager-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:18.360186199Z Collecting performance related data for node ip-10-0-137-142.ec2.internal [must-gather-6nbb9] POD 2026-04-16T21:12:18.366858087Z Collecting performance related data for node ip-10-0-138-118.ec2.internal [must-gather-6nbb9] POD 2026-04-16T21:12:18.374120609Z Collecting performance related data for node ip-10-0-142-60.ec2.internal [must-gather-6nbb9] POD 2026-04-16T21:12:18.598722610Z Gathering data for ns/openshift-kube-scheduler... [must-gather-6nbb9] POD 2026-04-16T21:12:18.936995333Z Gathering data for ns/openshift-kube-scheduler-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:19.346986048Z Gathering data for ns/openshift-kube-storage-version-migrator... [must-gather-6nbb9] POD 2026-04-16T21:12:19.750297321Z Gathering data for ns/openshift-kube-storage-version-migrator-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:20.107736971Z Gathering data for ns/openshift-user-workload-monitoring... [must-gather-6nbb9] POD 2026-04-16T21:12:20.650311349Z Gathering data for ns/openshift-multus... [must-gather-6nbb9] POD 2026-04-16T21:12:21.701260819Z [disk usage checker] Volume usage percentage: current = 37 ; allowed = 70 [must-gather-6nbb9] POD 2026-04-16T21:12:22.115628662Z Gathering data for ns/openshift-ovn-kubernetes... [must-gather-6nbb9] POD 2026-04-16T21:12:23.705398839Z Gathering data for ns/openshift-host-network... [must-gather-6nbb9] POD 2026-04-16T21:12:24.065491503Z Gathering data for ns/openshift-network-diagnostics... [must-gather-6nbb9] POD 2026-04-16T21:12:24.582521568Z Gathering data for ns/openshift-network-node-identity... [must-gather-6nbb9] POD 2026-04-16T21:12:24.963548954Z Gathering data for ns/openshift-network-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:25.335305548Z Gathering data for ns/openshift-cloud-network-config-controller... [must-gather-6nbb9] POD 2026-04-16T21:12:25.635827366Z Gathering data for ns/openshift-cluster-node-tuning-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:26.077713705Z Gathering data for ns/openshift-apiserver-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:26.415407481Z Gathering data for ns/openshift-apiserver... [must-gather-6nbb9] POD 2026-04-16T21:12:26.541590756Z Collecting kubelet logs for node ip-10-0-137-142.ec2.internal [must-gather-6nbb9] POD 2026-04-16T21:12:26.543932027Z Collecting kubelet logs for node ip-10-0-138-118.ec2.internal [must-gather-6nbb9] POD 2026-04-16T21:12:26.547333104Z Collecting kubelet logs for node ip-10-0-142-60.ec2.internal [must-gather-6nbb9] POD 2026-04-16T21:12:26.708262824Z [disk usage checker] Volume usage percentage: current = 37 ; allowed = 70 [must-gather-6nbb9] POD 2026-04-16T21:12:26.866821684Z Gathering data for ns/openshift-controller-manager-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:26.977295081Z daemonset.apps "perf-node-gather-daemonset" deleted [must-gather-6nbb9] POD 2026-04-16T21:12:26.982825572Z INFO: Node performance data collection complete. [must-gather-6nbb9] POD 2026-04-16T21:12:27.153453804Z Gathering data for ns/openshift-controller-manager... [must-gather-6nbb9] POD 2026-04-16T21:12:27.458732125Z Gathering data for ns/openshift-cluster-samples-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:28.087635091Z Gathering data for ns/openshift-operator-lifecycle-manager... [must-gather-6nbb9] POD 2026-04-16T21:12:28.408480810Z Gathering data for ns/openshift-service-ca-operator... [must-gather-6nbb9] POD 2026-04-16T21:12:28.703621628Z Gathering data for ns/openshift-service-ca... [must-gather-6nbb9] POD 2026-04-16T21:12:29.056714213Z Gathering data for ns/openshift-cluster-csi-drivers... [must-gather-6nbb9] POD 2026-04-16T21:12:29.917722261Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:29.917763754Z error: inspection completed with the errors occurred while gathering data: [must-gather-6nbb9] POD 2026-04-16T21:12:29.917763754Z skipping gathering secrets/support due to error: secrets "support" not found [must-gather-6nbb9] POD 2026-04-16T21:12:30.044116837Z error: the server doesn't have a resource type "clusters" [must-gather-6nbb9] POD 2026-04-16T21:12:30.208051427Z Caches written to disk [must-gather-6nbb9] POD 2026-04-16T21:12:29.917722261Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:29.917763754Z error: inspection completed with the errors occurred while gathering data: [must-gather-6nbb9] POD 2026-04-16T21:12:29.917763754Z skipping gathering secrets/support due to error: secrets "support" not found [must-gather-6nbb9] POD 2026-04-16T21:12:30.044116837Z error: the server doesn't have a resource type "clusters" [must-gather-6nbb9] POD 2026-04-16T21:12:30.208051427Z Caches written to disk [must-gather-6nbb9] POD 2026-04-16T21:12:29.917722261Z Wrote inspect data to must-gather. [must-gather-6nbb9] POD 2026-04-16T21:12:29.917763754Z error: inspection completed with the errors occurred while gathering data: [must-gather-6nbb9] POD 2026-04-16T21:12:29.917763754Z skipping gathering secrets/support due to error: secrets "support" not found [must-gather-6nbb9] POD 2026-04-16T21:12:30.044116837Z error: the server doesn't have a resource type "clusters" [must-gather-6nbb9] POD 2026-04-16T21:12:30.208051427Z Caches written to disk [must-gather-6nbb9] OUT 2026-04-16T21:12:31.240486667Z waiting for gather to complete [must-gather-6nbb9] OUT 2026-04-16T21:12:31.244267913Z downloading gather output [must-gather-6nbb9] OUT 2026-04-16T21:12:31.505342232Z receiving incremental file list [must-gather-6nbb9] OUT 2026-04-16T21:12:31.527227355Z ./ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.527288607Z aggregated-discovery-api.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.527649116Z aggregated-discovery-apis.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.528308872Z event-filter.html [must-gather-6nbb9] OUT 2026-04-16T21:12:31.530631531Z timestamp [must-gather-6nbb9] OUT 2026-04-16T21:12:31.530763824Z version [must-gather-6nbb9] OUT 2026-04-16T21:12:31.543906437Z cluster-scoped-resources/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.543936957Z cluster-scoped-resources/admissionregistration.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.543946938Z cluster-scoped-resources/admissionregistration.k8s.io/validatingadmissionpolicies/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.543992659Z cluster-scoped-resources/admissionregistration.k8s.io/validatingadmissionpolicies/default-network-annotation.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544122482Z cluster-scoped-resources/admissionregistration.k8s.io/validatingadmissionpolicies/servicecidrs.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544252495Z cluster-scoped-resources/admissionregistration.k8s.io/validatingadmissionpolicies/user-defined-networks-namespace-label.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544311897Z cluster-scoped-resources/admissionregistration.k8s.io/validatingadmissionpolicybindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544368398Z cluster-scoped-resources/admissionregistration.k8s.io/validatingadmissionpolicybindings/default-network-annotation-binding.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544476921Z cluster-scoped-resources/admissionregistration.k8s.io/validatingadmissionpolicybindings/servicecidrs-binding.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544583744Z cluster-scoped-resources/admissionregistration.k8s.io/validatingadmissionpolicybindings/user-defined-networks-namespace-label-binding.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544714027Z cluster-scoped-resources/admissionregistration.k8s.io/validatingwebhookconfigurations/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544743088Z cluster-scoped-resources/admissionregistration.k8s.io/validatingwebhookconfigurations/multus.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544888992Z cluster-scoped-resources/admissionregistration.k8s.io/validatingwebhookconfigurations/network-node-identity.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.544954403Z cluster-scoped-resources/apiextensions.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.545262681Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.545300052Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/accounts.nim.opendatahub.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.545496587Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/adminnetworkpolicies.policy.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.545769894Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/adminpolicybasedexternalroutes.k8s.ovn.org.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.545968399Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/alertingrules.monitoring.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.546109482Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/alertmanagerconfigs.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.549606091Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/alertmanagers.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.551205561Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/alertrelabelconfigs.monitoring.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.551338255Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/apirequestcounts.apiserver.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.551475508Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/apiservers.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.551623712Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/appliedmanifestworks.work.open-cluster-management.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.551765155Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/authentications.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.551990141Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/baselineadminnetworkpolicies.policy.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.552234037Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/builds.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.552381951Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/catalogsources.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.552699329Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/cloudcredentials.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.552836152Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/cloudeventsources.eventing.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.552973436Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/cloudprivateipconfigs.cloud.network.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.553088149Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clusterclaims.cluster.open-cluster-management.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.553192891Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clustercloudeventsources.eventing.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.553292814Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clustercsidrivers.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.553449078Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clusterimagepolicies.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.553616792Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clusteroperators.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.553771606Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clusterresourcequotas.quota.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.553897769Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clusterserviceversions.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.555777507Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clusterstoragecontainers.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.555933371Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clustertriggerauthentications.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.556100115Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clusteruserdefinednetworks.k8s.ovn.org.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.55629946Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/clusterversions.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.556552916Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/configs.imageregistry.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.557004048Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/configs.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.5571114Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/configs.samples.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.557262714Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consoleclidownloads.console.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.557410138Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consoleexternalloglinks.console.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.55750045Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consolelinks.console.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.557619623Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consolenotifications.console.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.557761177Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consoleplugins.console.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.557933241Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consolequickstarts.console.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.558079595Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consoles.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.558196468Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consoles.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.558457524Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consolesamples.console.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.558590098Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/consoleyamlsamples.console.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.558717951Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/controllerconfigs.machineconfiguration.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.559261975Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/credentialsrequests.cloudcredential.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.559380278Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/csisnapshotcontrollers.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.559492731Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/datascienceclusters.datasciencecluster.opendatahub.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.559700716Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/dnses.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.559819309Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/dnses.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.560097426Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/dnsrecords.ingress.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.560240209Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/dscinitializations.dscinitialization.opendatahub.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.560395633Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/egressfirewalls.k8s.ovn.org.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.560510706Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/egressips.k8s.ovn.org.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.560627879Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/egressqoses.k8s.ovn.org.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.560771493Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/egressrouters.network.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.560905436Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/egressservices.k8s.ovn.org.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.561008719Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/etcds.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.561170313Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/featuregates.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.561297936Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/gatewayclasses.gateway.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.56143375Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/gateways.gateway.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.561814129Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/grpcroutes.gateway.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.562204299Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/helmchartrepositories.helm.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.562310792Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/httproutes.gateway.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.563136743Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/imagecontentpolicies.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.563263006Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/imagecontentsourcepolicies.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.563364919Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/imagedigestmirrorsets.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.563487862Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/imagepolicies.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.563670496Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/imagepruners.imageregistry.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.563936853Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/images.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.564072496Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/imagetagmirrorsets.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.564181449Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/inferencegraphs.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.564336193Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/inferencemodelrewrites.inference.networking.x-k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.564461906Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/inferenceobjectives.inference.networking.x-k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.564575199Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/inferencepoolimports.inference.networking.x-k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.564729963Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/inferencepools.inference.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.564869056Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/inferencepools.inference.networking.x-k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.564992Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/inferenceservices.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.567216626Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/infrastructures.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.567668757Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/ingresscontrollers.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.568261312Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/ingresses.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.568428787Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/insightsoperators.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.56858529Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/installplans.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.568737934Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/ipamclaims.k8s.cni.cncf.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.568851017Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/ippools.whereabouts.cni.cncf.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.56895084Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/kedacontrollers.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.570360105Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/kubeapiservers.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.570500749Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/kubecontrollermanagers.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.570618612Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/kubeschedulers.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.570766046Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/kubestorageversionmigrators.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.570894959Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/llminferenceserviceconfigs.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.580724007Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/llminferenceservices.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.585057867Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/machineconfignodes.machineconfiguration.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.585220301Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/machineconfigpools.machineconfiguration.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.585393905Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/machineconfigurations.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.585720444Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/machineosbuilds.machineconfiguration.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.585870097Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/machineosconfigs.machineconfiguration.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.586011101Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/network-attachment-definitions.k8s.cni.cncf.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.586126924Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/networks.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.586302008Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/networks.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.586602776Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/nodes.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.58678315Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/nodeslicepools.whereabouts.cni.cncf.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.586896183Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/oauths.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.587079408Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/olmconfigs.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.587202371Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/openshiftapiservers.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.587320444Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/openshiftcontrollermanagers.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.587427977Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/operatorconditions.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.58756199Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/operatorgroups.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.587733274Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/operatorhubs.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.587838827Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/operatorpkis.network.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.58794458Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/operators.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.588074323Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/overlappingrangeipreservations.whereabouts.cni.cncf.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.588169926Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/pinnedimagesets.machineconfiguration.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.588277228Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/podmonitors.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.588515544Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/podnetworkconnectivitychecks.controlplane.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.588633747Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/probes.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.588903884Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/profiles.tuned.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.589012557Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/projecthelmchartrepositories.helm.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.589124399Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/projects.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.589228122Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/prometheuses.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.591146711Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/prometheusrules.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.591250043Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/proxies.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.591402217Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/rangeallocations.security.internal.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.59151205Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/referencegrants.gateway.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.591659664Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/rolebindingrestrictions.authorization.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.591832738Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/scaledjobs.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.593361227Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/scaledobjects.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.59350599Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/schedulers.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.593616023Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/securitycontextconstraints.security.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.593822458Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/servicecas.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.593962092Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/servicemonitors.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.594206988Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/servingruntimes.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.594715731Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/storages.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.594834484Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/storagestates.migration.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.594941147Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/storageversionmigrations.migration.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.595044899Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/subscriptions.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.595661225Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/thanosrulers.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.596932007Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/trainedmodels.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.597078311Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/triggerauthentications.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.597242865Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/tuneds.tuned.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.597379878Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/userdefinednetworks.k8s.ovn.org.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.597546772Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/volumepopulators.populator.storage.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.597677886Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/volumesnapshotclasses.snapshot.storage.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.597831439Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/volumesnapshotcontents.snapshot.storage.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.598060855Z cluster-scoped-resources/apiextensions.k8s.io/customresourcedefinitions/volumesnapshots.snapshot.storage.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.598205689Z cluster-scoped-resources/apiregistration.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.598437595Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.598492546Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1..yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.598588649Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.admissionregistration.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.598705892Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.apiextensions.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.598784034Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.apiserver.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.598882056Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.apps.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599078611Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.apps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599168493Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.authentication.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599286896Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.authorization.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599408339Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.authorization.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599483571Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.autoscaling.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599576364Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.batch.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599665716Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.build.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599773759Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.certificates.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599847981Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.cloud.network.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.599936633Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.cloudcredential.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600069076Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.config.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600164169Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.console.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600252511Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.coordination.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600341433Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.datasciencecluster.opendatahub.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600450426Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.discovery.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600560979Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.dscinitialization.opendatahub.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600693812Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.events.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600790665Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.flowcontrol.apiserver.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600873307Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.gateway.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.600971709Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.image.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601044951Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.imageregistry.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601135093Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.inference.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601213655Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.ingress.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601293107Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.k8s.cni.cncf.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601381279Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.k8s.ovn.org.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601481952Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.machineconfiguration.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601566544Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601677307Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.monitoring.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601766849Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.network.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601853601Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.601948714Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.nim.opendatahub.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.602034806Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.node.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.602122988Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.oauth.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.60220832Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.602298792Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.602379054Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.packages.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.602474417Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.policy.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.60258361Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.project.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.602845006Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.quota.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.602960789Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.rbac.authorization.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.603075592Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.route.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.603188495Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.samples.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.603312318Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.scheduling.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.603425021Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.security.internal.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.603569825Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.security.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.603714458Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.snapshot.storage.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.603825141Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.storage.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.603913423Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.template.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.604016136Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.tuned.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.604112258Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.user.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.604217931Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1.work.open-cluster-management.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.604369445Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.cluster.open-cluster-management.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.604506528Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.controlplane.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.604614721Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.eventing.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.604749494Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.inference.networking.x-k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.604843447Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.k8s.cni.cncf.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.604933399Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.605021081Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.migration.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.605105743Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.605201256Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.operator.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.605286568Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.60537492Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.policy.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.605466963Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.605554985Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha1.whereabouts.cni.cncf.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.605649947Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha2.inference.networking.x-k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.60576159Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha2.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.605844832Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1alpha2.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.605935675Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1beta1.admissionregistration.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606015066Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1beta1.external.metrics.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606119729Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1beta1.gateway.networking.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606207531Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1beta1.helm.openshift.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606298414Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1beta1.metrics.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606385816Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1beta1.monitoring.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606483778Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1beta1.populator.storage.k8s.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.60656228Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v1beta1.serving.kserve.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606672733Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v2.autoscaling.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606771396Z cluster-scoped-resources/apiregistration.k8s.io/apiservices/v2.operators.coreos.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606818697Z cluster-scoped-resources/certificates.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.606892859Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.60692636Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-4l4vz.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607029202Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-58fhj.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607118494Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-59znn.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607201836Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-6ghsp.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607298349Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-88v5b.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607373161Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-8m9xs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607456843Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-b4rqw.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607545385Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-f5qbw.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607716349Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-kqkn9.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607843203Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-v4vd2.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.607927585Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-w4k84.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.608045248Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/csr-wvpsp.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.60814045Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/system:openshift:openshift-monitoring-brr44.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.608250343Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/system:openshift:openshift-monitoring-tbpxq.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.608337215Z cluster-scoped-resources/certificates.k8s.io/certificatesigningrequests/system:openshift:openshift-monitoring-zqhfq.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.608445708Z cluster-scoped-resources/config.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.608489139Z cluster-scoped-resources/config.openshift.io/apiservers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.608634163Z cluster-scoped-resources/config.openshift.io/authentications.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.608817947Z cluster-scoped-resources/config.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.608942551Z cluster-scoped-resources/config.openshift.io/clusterimagepolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.609054203Z cluster-scoped-resources/config.openshift.io/clusteroperators.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.609422943Z cluster-scoped-resources/config.openshift.io/clusterversions.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.609555576Z cluster-scoped-resources/config.openshift.io/consoles.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.60971274Z cluster-scoped-resources/config.openshift.io/dnses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.609828583Z cluster-scoped-resources/config.openshift.io/featuregates.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.609964326Z cluster-scoped-resources/config.openshift.io/imagecontentpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.610078999Z cluster-scoped-resources/config.openshift.io/imagedigestmirrorsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.610189692Z cluster-scoped-resources/config.openshift.io/imagepolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.610293245Z cluster-scoped-resources/config.openshift.io/images.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.610404568Z cluster-scoped-resources/config.openshift.io/imagetagmirrorsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.610520971Z cluster-scoped-resources/config.openshift.io/infrastructures.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.610667514Z cluster-scoped-resources/config.openshift.io/ingresses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.610786977Z cluster-scoped-resources/config.openshift.io/networks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.610886Z cluster-scoped-resources/config.openshift.io/nodes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.611023363Z cluster-scoped-resources/config.openshift.io/oauths.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.611171697Z cluster-scoped-resources/config.openshift.io/operatorhubs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61130017Z cluster-scoped-resources/config.openshift.io/projects.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.611404653Z cluster-scoped-resources/config.openshift.io/proxies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.611505745Z cluster-scoped-resources/config.openshift.io/schedulers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.611670469Z cluster-scoped-resources/config.openshift.io/clusteroperators/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.611722681Z cluster-scoped-resources/config.openshift.io/clusteroperators/console.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.611843584Z cluster-scoped-resources/config.openshift.io/clusteroperators/csi-snapshot-controller.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.611949367Z cluster-scoped-resources/config.openshift.io/clusteroperators/dns.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.612069819Z cluster-scoped-resources/config.openshift.io/clusteroperators/image-registry.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.612172382Z cluster-scoped-resources/config.openshift.io/clusteroperators/ingress.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.612278285Z cluster-scoped-resources/config.openshift.io/clusteroperators/insights.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.612391158Z cluster-scoped-resources/config.openshift.io/clusteroperators/kube-apiserver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.612566822Z cluster-scoped-resources/config.openshift.io/clusteroperators/kube-controller-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.612738386Z cluster-scoped-resources/config.openshift.io/clusteroperators/kube-scheduler.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.612855439Z cluster-scoped-resources/config.openshift.io/clusteroperators/kube-storage-version-migrator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.612957132Z cluster-scoped-resources/config.openshift.io/clusteroperators/monitoring.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.613066415Z cluster-scoped-resources/config.openshift.io/clusteroperators/network.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.613223409Z cluster-scoped-resources/config.openshift.io/clusteroperators/node-tuning.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.613330281Z cluster-scoped-resources/config.openshift.io/clusteroperators/openshift-apiserver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.613437074Z cluster-scoped-resources/config.openshift.io/clusteroperators/openshift-controller-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.613546677Z cluster-scoped-resources/config.openshift.io/clusteroperators/openshift-samples.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61366235Z cluster-scoped-resources/config.openshift.io/clusteroperators/operator-lifecycle-manager-catalog.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.613760192Z cluster-scoped-resources/config.openshift.io/clusteroperators/operator-lifecycle-manager-packageserver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.613839484Z cluster-scoped-resources/config.openshift.io/clusteroperators/operator-lifecycle-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.613926837Z cluster-scoped-resources/config.openshift.io/clusteroperators/service-ca.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614024809Z cluster-scoped-resources/config.openshift.io/clusteroperators/storage.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61408095Z cluster-scoped-resources/config.openshift.io/clusterversions/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614120651Z cluster-scoped-resources/config.openshift.io/clusterversions/version.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614173683Z cluster-scoped-resources/config.openshift.io/consoles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614214594Z cluster-scoped-resources/config.openshift.io/consoles/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614272915Z cluster-scoped-resources/config.openshift.io/featuregates/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614320426Z cluster-scoped-resources/config.openshift.io/featuregates/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614383738Z cluster-scoped-resources/config.openshift.io/infrastructures/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614428359Z cluster-scoped-resources/config.openshift.io/infrastructures/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614492261Z cluster-scoped-resources/config.openshift.io/oauths/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614537252Z cluster-scoped-resources/config.openshift.io/oauths/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614579963Z cluster-scoped-resources/config.openshift.io/proxies/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614618024Z cluster-scoped-resources/config.openshift.io/proxies/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614723146Z cluster-scoped-resources/console.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614733887Z cluster-scoped-resources/console.openshift.io/consoleplugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614762078Z cluster-scoped-resources/console.openshift.io/consoleplugins/monitoring-plugin.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61485548Z cluster-scoped-resources/console.openshift.io/consoleplugins/networking-console-plugin.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614934522Z cluster-scoped-resources/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614942542Z cluster-scoped-resources/core/nodes/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.614978273Z cluster-scoped-resources/core/nodes/ip-10-0-137-142.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615169808Z cluster-scoped-resources/core/nodes/ip-10-0-138-118.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615304541Z cluster-scoped-resources/core/nodes/ip-10-0-142-60.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615398444Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615444155Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615491836Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/catch-all.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615576698Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/endpoint-controller.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615721372Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/exempt.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615808934Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/global-default.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615888296Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/kube-controller-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.615973888Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/kube-scheduler.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.616129182Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/kube-system-service-accounts.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.616218954Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-apiserver-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.616314227Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-apiserver-sar.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.616396509Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-apiserver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.616502982Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-authentication-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.616583364Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-controller-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.616709157Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-kube-apiserver-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.616797469Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-monitoring-metrics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.616917772Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-oauth-apiserver-sar.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617017784Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-oauth-apiserver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617135678Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/openshift-oauth-server.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61721746Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/probes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617301192Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/service-accounts.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617386554Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/system-leader-election.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617470586Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/system-node-high.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617557188Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/system-nodes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617659421Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/flowschemas/workload-leader-election.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617758513Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617797904Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/catch-all.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617881706Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/exempt.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.617958518Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/global-default.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61803893Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/leader-election.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618117542Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/node-high.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618203614Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/openshift-control-plane-operators.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618344428Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/system.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618464341Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/workload-high.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618548023Z cluster-scoped-resources/flowcontrol.apiserver.k8s.io/prioritylevelconfigurations/workload-low.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618620115Z cluster-scoped-resources/imageregistry.operator.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618629185Z cluster-scoped-resources/imageregistry.operator.openshift.io/configs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618702757Z cluster-scoped-resources/imageregistry.operator.openshift.io/configs/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618782919Z cluster-scoped-resources/imageregistry.operator.openshift.io/imagepruners/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61882868Z cluster-scoped-resources/imageregistry.operator.openshift.io/imagepruners/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618891772Z cluster-scoped-resources/migration.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618906542Z cluster-scoped-resources/migration.k8s.io/storageversionmigrations/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.618932283Z cluster-scoped-resources/migration.k8s.io/storageversionmigrations/console-plugin-storage-version-migration.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619025505Z cluster-scoped-resources/migration.k8s.io/storageversionmigrations/machineconfiguration-controllerconfig-storage-version-migration.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619154989Z cluster-scoped-resources/migration.k8s.io/storageversionmigrations/machineconfiguration-machineconfigpool-storage-version-migration.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61920396Z cluster-scoped-resources/oauth.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.6192109Z cluster-scoped-resources/oauth.openshift.io/oauthclients/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619252721Z cluster-scoped-resources/oauth.openshift.io/oauthclients/console.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619324013Z cluster-scoped-resources/operator.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619331083Z cluster-scoped-resources/operator.openshift.io/clustercsidrivers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619373274Z cluster-scoped-resources/operator.openshift.io/clustercsidrivers/ebs.csi.aws.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619454216Z cluster-scoped-resources/operator.openshift.io/consoles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619489577Z cluster-scoped-resources/operator.openshift.io/consoles/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61960353Z cluster-scoped-resources/operator.openshift.io/csisnapshotcontrollers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619668092Z cluster-scoped-resources/operator.openshift.io/csisnapshotcontrollers/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619744864Z cluster-scoped-resources/operator.openshift.io/dnses/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619783625Z cluster-scoped-resources/operator.openshift.io/dnses/default.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619834556Z cluster-scoped-resources/operator.openshift.io/insightsoperators/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.619873587Z cluster-scoped-resources/operator.openshift.io/insightsoperators/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.61997745Z cluster-scoped-resources/operator.openshift.io/kubeapiservers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620027341Z cluster-scoped-resources/operator.openshift.io/kubeapiservers/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620074812Z cluster-scoped-resources/operator.openshift.io/kubecontrollermanagers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620110583Z cluster-scoped-resources/operator.openshift.io/kubecontrollermanagers/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620157984Z cluster-scoped-resources/operator.openshift.io/kubeschedulers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620191285Z cluster-scoped-resources/operator.openshift.io/kubeschedulers/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620240916Z cluster-scoped-resources/operator.openshift.io/kubestorageversionmigrators/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620279507Z cluster-scoped-resources/operator.openshift.io/kubestorageversionmigrators/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620346009Z cluster-scoped-resources/operator.openshift.io/networks/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.62038016Z cluster-scoped-resources/operator.openshift.io/networks/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620432121Z cluster-scoped-resources/operator.openshift.io/openshiftapiservers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620505033Z cluster-scoped-resources/operator.openshift.io/openshiftapiservers/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620591075Z cluster-scoped-resources/operator.openshift.io/openshiftcontrollermanagers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620745819Z cluster-scoped-resources/operator.openshift.io/openshiftcontrollermanagers/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.62079077Z cluster-scoped-resources/operator.openshift.io/servicecas/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620837861Z cluster-scoped-resources/operator.openshift.io/servicecas/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620900213Z cluster-scoped-resources/operator.openshift.io/storages/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.620947834Z cluster-scoped-resources/operator.openshift.io/storages/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621066897Z cluster-scoped-resources/operators.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621085398Z cluster-scoped-resources/operators.coreos.com/olmconfigs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621095008Z cluster-scoped-resources/operators.coreos.com/olmconfigs/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621242251Z cluster-scoped-resources/operators.coreos.com/operators/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621268622Z cluster-scoped-resources/operators.coreos.com/operators/openshift-custom-metrics-autoscaler-operator.openshift-keda.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621519158Z cluster-scoped-resources/rbac.authorization.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621686273Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621713803Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/aws-ebs-csi-driver-operator-clusterrolebinding.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621803876Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/cloud-network-config-controller.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.621898478Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/cluster-storage-operator-role.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.622069742Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/metrics-daemon-sa-rolebinding.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.622188425Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/multus-admission-controller-webhook.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.622267267Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/multus-ancillary-tools.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.62237726Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/multus-cluster-readers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.622480463Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/multus-group.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.622568225Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/multus-transient.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.622696128Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/multus-whereabouts.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.622796111Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/network-diagnostics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.622912854Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/network-node-identity.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623020476Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/openshift-image-registry-pruner.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623105838Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/openshift-iptables-alerter.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623195141Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/openshift-ovn-kubernetes-control-plane-limited.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623273723Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/openshift-ovn-kubernetes-node-identity-limited.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623357675Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/openshift-ovn-kubernetes-node-kube-rbac-proxy.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623440167Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterrolebindings/registry-registry-role.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623525039Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.62357181Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/aws-ebs-csi-driver-operator-clusterrole.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623695633Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/cloud-network-config-controller.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623772505Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/metrics-daemon-role.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623855368Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/multus-admission-controller-webhook.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.623989531Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/multus-ancillary-tools.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624088863Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/multus.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624171025Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/net-attach-def-project.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624254938Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/network-diagnostics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.62433977Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/network-node-identity.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624423252Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/openshift-iptables-alerter.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624508274Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/openshift-ovn-kubernetes-cluster-reader.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624598656Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/openshift-ovn-kubernetes-control-plane-limited.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624711069Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/openshift-ovn-kubernetes-kube-rbac-proxy.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624792121Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/openshift-ovn-kubernetes-node-limited.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624880734Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/openshift-ovn-kubernetes-udn-editor.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.624971046Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/openshift-ovn-kubernetes-udn-viewer.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625047728Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/system:registry.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.62513846Z cluster-scoped-resources/rbac.authorization.k8s.io/clusterroles/whereabouts-cni.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625191081Z cluster-scoped-resources/samples.operator.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625198882Z cluster-scoped-resources/samples.operator.openshift.io/configs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625236103Z cluster-scoped-resources/samples.operator.openshift.io/configs/cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625286894Z cluster-scoped-resources/snapshot.storage.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625295244Z cluster-scoped-resources/snapshot.storage.k8s.io/volumesnapshotclasses/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625330855Z cluster-scoped-resources/snapshot.storage.k8s.io/volumesnapshotclasses/csi-aws-vsc.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625388226Z cluster-scoped-resources/storage.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625402127Z cluster-scoped-resources/storage.k8s.io/csidrivers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625457808Z cluster-scoped-resources/storage.k8s.io/csidrivers/ebs.csi.aws.com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.62554532Z cluster-scoped-resources/storage.k8s.io/csinodes/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625585831Z cluster-scoped-resources/storage.k8s.io/csinodes/ip-10-0-137-142.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625698704Z cluster-scoped-resources/storage.k8s.io/csinodes/ip-10-0-138-118.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625774206Z cluster-scoped-resources/storage.k8s.io/csinodes/ip-10-0-142-60.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625838248Z cluster-scoped-resources/storage.k8s.io/storageclasses/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625882559Z cluster-scoped-resources/storage.k8s.io/storageclasses/gp2-csi.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.625968201Z cluster-scoped-resources/storage.k8s.io/storageclasses/gp3-csi.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626030163Z host_service_logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626040783Z host_service_logs/masters/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626098814Z host_service_logs/masters/NetworkManager_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626167606Z host_service_logs/masters/crio_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626227088Z host_service_logs/masters/kubelet_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626294849Z host_service_logs/masters/machine-config-daemon-firstboot_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626414442Z host_service_logs/masters/machine-config-daemon-host_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626516385Z host_service_logs/masters/openvswitch_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626581946Z host_service_logs/masters/ostree-finalize-staged_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626668729Z host_service_logs/masters/ovs-configuration_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626848423Z host_service_logs/masters/ovs-vswitchd_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626910865Z host_service_logs/masters/ovsdb-server_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.626980356Z host_service_logs/masters/rpm-ostreed_service.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627013217Z ingress_controllers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627022677Z ingress_controllers/default/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627030518Z ingress_controllers/default/router-default-7b64899dcd-25ctw/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627065549Z ingress_controllers/default/router-default-7b64899dcd-25ctw/haproxy.config [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627193182Z insights-data/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627204552Z machine_config_ondisk/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627210622Z machine_config_termination_logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627214502Z monitoring/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627217502Z monitoring/alertmanager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627239553Z monitoring/alertmanager/status.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627333496Z monitoring/alertmanager/status.stderr [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627375086Z monitoring/prometheus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627437268Z monitoring/prometheus/alertmanagers.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.62751974Z monitoring/prometheus/alertmanagers.stderr [must-gather-6nbb9] OUT 2026-04-16T21:12:31.627569171Z monitoring/prometheus/rules.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.628325321Z monitoring/prometheus/rules.stderr [must-gather-6nbb9] OUT 2026-04-16T21:12:31.628364862Z monitoring/prometheus/prometheus-k8s-0/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.628406112Z monitoring/prometheus/prometheus-k8s-0/active-targets.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.629316535Z monitoring/prometheus/prometheus-k8s-0/active-targets.stderr [must-gather-6nbb9] OUT 2026-04-16T21:12:31.629368827Z monitoring/prometheus/prometheus-k8s-0/status/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.629396588Z monitoring/prometheus/prometheus-k8s-0/status/runtimeinfo.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.62949547Z monitoring/prometheus/prometheus-k8s-0/status/runtimeinfo.stderr [must-gather-6nbb9] OUT 2026-04-16T21:12:31.629556952Z monitoring/prometheus/prometheus-k8s-0/status/tsdb.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.629668344Z monitoring/prometheus/prometheus-k8s-0/status/tsdb.stderr [must-gather-6nbb9] OUT 2026-04-16T21:12:31.629708995Z monitoring/prometheus/status/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.629760027Z monitoring/prometheus/status/config.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630208098Z monitoring/prometheus/status/config.stderr [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63030732Z monitoring/prometheus/status/flags.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630408303Z monitoring/prometheus/status/flags.stderr [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630553347Z namespaces/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630588878Z namespaces/default/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630666389Z namespaces/default/default.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630736581Z namespaces/default/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630778172Z namespaces/default/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630853144Z namespaces/default/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630879745Z namespaces/default/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.630966357Z namespaces/default/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63106786Z namespaces/default/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631137001Z namespaces/default/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631182043Z namespaces/default/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631223204Z namespaces/default/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631285115Z namespaces/default/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631323546Z namespaces/default/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631431259Z namespaces/default/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63148055Z namespaces/default/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631522051Z namespaces/default/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631603443Z namespaces/default/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631768488Z namespaces/default/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631822819Z namespaces/default/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.631987623Z namespaces/default/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.632162197Z namespaces/default/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.632365132Z namespaces/default/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.632458205Z namespaces/default/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.632555037Z namespaces/default/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.632730032Z namespaces/default/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.632931817Z namespaces/default/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633003329Z namespaces/default/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63303758Z namespaces/default/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633116642Z namespaces/default/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633144832Z namespaces/default/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633190813Z namespaces/default/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633240235Z namespaces/default/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633339117Z namespaces/default/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633425609Z namespaces/default/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633479691Z namespaces/default/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633539522Z namespaces/default/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633597864Z namespaces/default/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633684196Z namespaces/default/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633765498Z namespaces/default/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633819579Z namespaces/default/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633897381Z namespaces/default/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.633933572Z namespaces/default/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.634036765Z namespaces/kserve/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.634084616Z namespaces/kserve/kserve.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.634184709Z namespaces/kserve/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63422984Z namespaces/kserve/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.634306202Z namespaces/kserve/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.634352233Z namespaces/kserve/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.634450015Z namespaces/kserve/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.634743183Z namespaces/kserve/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.634998419Z namespaces/kserve/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635060531Z namespaces/kserve/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635118942Z namespaces/kserve/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635187914Z namespaces/kserve/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635244145Z namespaces/kserve/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635346368Z namespaces/kserve/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635476091Z namespaces/kserve/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635520022Z namespaces/kserve/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635617835Z namespaces/kserve/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635699507Z namespaces/kserve/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635710127Z namespaces/kserve/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635761248Z namespaces/kserve/coordination.k8s.io/leases/kserve-controller-manager-leader-lock.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635855461Z namespaces/kserve/coordination.k8s.io/leases/llminferenceservice-kserve-controller-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.635966443Z namespaces/kserve/coordination.k8s.io/leases/odh-model-controller.opendatahub.io.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.636089027Z namespaces/kserve/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.636129338Z namespaces/kserve/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.636456246Z namespaces/kserve/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63660837Z namespaces/kserve/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.637089792Z namespaces/kserve/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.637191845Z namespaces/kserve/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.637565414Z namespaces/kserve/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.637734628Z namespaces/kserve/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638069377Z namespaces/kserve/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638173539Z namespaces/kserve/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638248041Z namespaces/kserve/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638348284Z namespaces/kserve/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638403835Z namespaces/kserve/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638459287Z namespaces/kserve/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638504398Z namespaces/kserve/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63859753Z namespaces/kserve/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638717913Z namespaces/kserve/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638776165Z namespaces/kserve/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638841796Z namespaces/kserve/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.638949109Z namespaces/kserve/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63901052Z namespaces/kserve/monitoring.coreos.com/servicemonitors/model-serving-api-metrics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.639145114Z namespaces/kserve/monitoring.coreos.com/servicemonitors/odh-model-controller-metrics-monitor.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.639219256Z namespaces/kserve/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.639266477Z namespaces/kserve/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63938567Z namespaces/kserve/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.63939211Z namespaces/kserve/pods/kserve-controller-manager-66cf78b85b-6rj6g/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.639441922Z namespaces/kserve/pods/kserve-controller-manager-66cf78b85b-6rj6g/kserve-controller-manager-66cf78b85b-6rj6g.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.639565485Z namespaces/kserve/pods/kserve-controller-manager-66cf78b85b-6rj6g/manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.639571855Z namespaces/kserve/pods/kserve-controller-manager-66cf78b85b-6rj6g/manager/manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.639577725Z namespaces/kserve/pods/kserve-controller-manager-66cf78b85b-6rj6g/manager/manager/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.639631546Z namespaces/kserve/pods/kserve-controller-manager-66cf78b85b-6rj6g/manager/manager/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.646614243Z namespaces/kserve/pods/kserve-controller-manager-66cf78b85b-6rj6g/manager/manager/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.646721115Z namespaces/kserve/pods/kserve-controller-manager-66cf78b85b-6rj6g/manager/manager/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.646765827Z namespaces/kserve/pods/llmisvc-controller-manager-68cc5db7c4-q2xlf/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.646811018Z namespaces/kserve/pods/llmisvc-controller-manager-68cc5db7c4-q2xlf/llmisvc-controller-manager-68cc5db7c4-q2xlf.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.64691494Z namespaces/kserve/pods/llmisvc-controller-manager-68cc5db7c4-q2xlf/manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.646927831Z namespaces/kserve/pods/llmisvc-controller-manager-68cc5db7c4-q2xlf/manager/manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.646941141Z namespaces/kserve/pods/llmisvc-controller-manager-68cc5db7c4-q2xlf/manager/manager/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.646958241Z namespaces/kserve/pods/llmisvc-controller-manager-68cc5db7c4-q2xlf/manager/manager/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647124736Z namespaces/kserve/pods/llmisvc-controller-manager-68cc5db7c4-q2xlf/manager/manager/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647183857Z namespaces/kserve/pods/llmisvc-controller-manager-68cc5db7c4-q2xlf/manager/manager/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647211128Z namespaces/kserve/pods/model-serving-api-86f7b4b499-2cmx6/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647258969Z namespaces/kserve/pods/model-serving-api-86f7b4b499-2cmx6/model-serving-api-86f7b4b499-2cmx6.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647336161Z namespaces/kserve/pods/model-serving-api-86f7b4b499-2cmx6/server/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647343241Z namespaces/kserve/pods/model-serving-api-86f7b4b499-2cmx6/server/server/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647346801Z namespaces/kserve/pods/model-serving-api-86f7b4b499-2cmx6/server/server/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647374462Z namespaces/kserve/pods/model-serving-api-86f7b4b499-2cmx6/server/server/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647462354Z namespaces/kserve/pods/model-serving-api-86f7b4b499-2cmx6/server/server/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647525606Z namespaces/kserve/pods/model-serving-api-86f7b4b499-2cmx6/server/server/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647559587Z namespaces/kserve/pods/odh-model-controller-696fc77849-pwdsz/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647588857Z namespaces/kserve/pods/odh-model-controller-696fc77849-pwdsz/odh-model-controller-696fc77849-pwdsz.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.64769714Z namespaces/kserve/pods/odh-model-controller-696fc77849-pwdsz/manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.64770832Z namespaces/kserve/pods/odh-model-controller-696fc77849-pwdsz/manager/manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647721881Z namespaces/kserve/pods/odh-model-controller-696fc77849-pwdsz/manager/manager/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.647755381Z namespaces/kserve/pods/odh-model-controller-696fc77849-pwdsz/manager/manager/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.662476564Z namespaces/kserve/pods/odh-model-controller-696fc77849-pwdsz/manager/manager/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.662546595Z namespaces/kserve/pods/odh-model-controller-696fc77849-pwdsz/manager/manager/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.662588227Z namespaces/kserve/pods/s3-init-b5bbm/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.662629768Z namespaces/kserve/pods/s3-init-b5bbm/s3-init-b5bbm.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66274499Z namespaces/kserve/pods/s3-init-b5bbm/s3-init/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.662754931Z namespaces/kserve/pods/s3-init-b5bbm/s3-init/s3-init/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.662760741Z namespaces/kserve/pods/s3-init-b5bbm/s3-init/s3-init/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.662800522Z namespaces/kserve/pods/s3-init-b5bbm/s3-init/s3-init/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.662894214Z namespaces/kserve/pods/s3-init-b5bbm/s3-init/s3-init/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.662965226Z namespaces/kserve/pods/s3-init-b5bbm/s3-init/s3-init/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663014517Z namespaces/kserve/pods/s3-tls-init-custom-w6pl6/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663061238Z namespaces/kserve/pods/s3-tls-init-custom-w6pl6/s3-tls-init-custom-w6pl6.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66313453Z namespaces/kserve/pods/s3-tls-init-custom-w6pl6/s3-tls-init-custom/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663141061Z namespaces/kserve/pods/s3-tls-init-custom-w6pl6/s3-tls-init-custom/s3-tls-init-custom/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66314467Z namespaces/kserve/pods/s3-tls-init-custom-w6pl6/s3-tls-init-custom/s3-tls-init-custom/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663180091Z namespaces/kserve/pods/s3-tls-init-custom-w6pl6/s3-tls-init-custom/s3-tls-init-custom/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663275674Z namespaces/kserve/pods/s3-tls-init-custom-w6pl6/s3-tls-init-custom/s3-tls-init-custom/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663342446Z namespaces/kserve/pods/s3-tls-init-custom-w6pl6/s3-tls-init-custom/s3-tls-init-custom/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663383127Z namespaces/kserve/pods/s3-tls-init-serving-c9pnp/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663428268Z namespaces/kserve/pods/s3-tls-init-serving-c9pnp/s3-tls-init-serving-c9pnp.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66350514Z namespaces/kserve/pods/s3-tls-init-serving-c9pnp/s3-tls-init-serving/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66351163Z namespaces/kserve/pods/s3-tls-init-serving-c9pnp/s3-tls-init-serving/s3-tls-init-serving/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66351803Z namespaces/kserve/pods/s3-tls-init-serving-c9pnp/s3-tls-init-serving/s3-tls-init-serving/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663564281Z namespaces/kserve/pods/s3-tls-init-serving-c9pnp/s3-tls-init-serving/s3-tls-init-serving/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663688414Z namespaces/kserve/pods/s3-tls-init-serving-c9pnp/s3-tls-init-serving/s3-tls-init-serving/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663749846Z namespaces/kserve/pods/s3-tls-init-serving-c9pnp/s3-tls-init-serving/s3-tls-init-serving/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663792277Z namespaces/kserve/pods/seaweedfs-86cc847c5c-z5btx/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663821268Z namespaces/kserve/pods/seaweedfs-86cc847c5c-z5btx/seaweedfs-86cc847c5c-z5btx.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66391228Z namespaces/kserve/pods/seaweedfs-86cc847c5c-z5btx/seaweedfs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66392041Z namespaces/kserve/pods/seaweedfs-86cc847c5c-z5btx/seaweedfs/seaweedfs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66392613Z namespaces/kserve/pods/seaweedfs-86cc847c5c-z5btx/seaweedfs/seaweedfs/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.663976362Z namespaces/kserve/pods/seaweedfs-86cc847c5c-z5btx/seaweedfs/seaweedfs/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664164736Z namespaces/kserve/pods/seaweedfs-86cc847c5c-z5btx/seaweedfs/seaweedfs/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664222818Z namespaces/kserve/pods/seaweedfs-86cc847c5c-z5btx/seaweedfs/seaweedfs/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664281989Z namespaces/kserve/pods/seaweedfs-tls-custom-5c88b85bb7-g7mz4/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66432268Z namespaces/kserve/pods/seaweedfs-tls-custom-5c88b85bb7-g7mz4/seaweedfs-tls-custom-5c88b85bb7-g7mz4.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664406313Z namespaces/kserve/pods/seaweedfs-tls-custom-5c88b85bb7-g7mz4/seaweedfs-tls-custom/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664417153Z namespaces/kserve/pods/seaweedfs-tls-custom-5c88b85bb7-g7mz4/seaweedfs-tls-custom/seaweedfs-tls-custom/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664420813Z namespaces/kserve/pods/seaweedfs-tls-custom-5c88b85bb7-g7mz4/seaweedfs-tls-custom/seaweedfs-tls-custom/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664446034Z namespaces/kserve/pods/seaweedfs-tls-custom-5c88b85bb7-g7mz4/seaweedfs-tls-custom/seaweedfs-tls-custom/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664620428Z namespaces/kserve/pods/seaweedfs-tls-custom-5c88b85bb7-g7mz4/seaweedfs-tls-custom/seaweedfs-tls-custom/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66471022Z namespaces/kserve/pods/seaweedfs-tls-custom-5c88b85bb7-g7mz4/seaweedfs-tls-custom/seaweedfs-tls-custom/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664736931Z namespaces/kserve/pods/seaweedfs-tls-serving-7fd5766db9-7rwd9/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664786022Z namespaces/kserve/pods/seaweedfs-tls-serving-7fd5766db9-7rwd9/seaweedfs-tls-serving-7fd5766db9-7rwd9.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664856524Z namespaces/kserve/pods/seaweedfs-tls-serving-7fd5766db9-7rwd9/seaweedfs-tls-serving/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664863194Z namespaces/kserve/pods/seaweedfs-tls-serving-7fd5766db9-7rwd9/seaweedfs-tls-serving/seaweedfs-tls-serving/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664871714Z namespaces/kserve/pods/seaweedfs-tls-serving-7fd5766db9-7rwd9/seaweedfs-tls-serving/seaweedfs-tls-serving/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.664899785Z namespaces/kserve/pods/seaweedfs-tls-serving-7fd5766db9-7rwd9/seaweedfs-tls-serving/seaweedfs-tls-serving/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66508349Z namespaces/kserve/pods/seaweedfs-tls-serving-7fd5766db9-7rwd9/seaweedfs-tls-serving/seaweedfs-tls-serving/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665146961Z namespaces/kserve/pods/seaweedfs-tls-serving-7fd5766db9-7rwd9/seaweedfs-tls-serving/seaweedfs-tls-serving/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665187542Z namespaces/kserve/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665225183Z namespaces/kserve/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665279535Z namespaces/kserve/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665328786Z namespaces/kserve/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665411978Z namespaces/kube-node-lease/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665427398Z namespaces/kube-node-lease/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665433788Z namespaces/kube-node-lease/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665443659Z namespaces/kube-node-lease/coordination.k8s.io/leases/ip-10-0-137-142.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665536391Z namespaces/kube-node-lease/coordination.k8s.io/leases/ip-10-0-138-118.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665626433Z namespaces/kube-node-lease/coordination.k8s.io/leases/ip-10-0-142-60.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665755536Z namespaces/kube-system/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665803518Z namespaces/kube-system/kube-system.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66587814Z namespaces/kube-system/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665919901Z namespaces/kube-system/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.665990533Z namespaces/kube-system/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666023643Z namespaces/kube-system/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666165687Z namespaces/kube-system/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666242169Z namespaces/kube-system/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666315471Z namespaces/kube-system/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666362622Z namespaces/kube-system/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666404793Z namespaces/kube-system/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666450234Z namespaces/kube-system/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666489555Z namespaces/kube-system/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666563767Z namespaces/kube-system/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666609808Z namespaces/kube-system/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.66667407Z namespaces/kube-system/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666756182Z namespaces/kube-system/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666808753Z namespaces/kube-system/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666815143Z namespaces/kube-system/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666864544Z namespaces/kube-system/coordination.k8s.io/leases/apiserver-vlczesitjgweyeg4w5h2jarmym.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.666946287Z namespaces/kube-system/coordination.k8s.io/leases/kube-controller-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.667030929Z namespaces/kube-system/coordination.k8s.io/leases/kube-scheduler.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.667105231Z namespaces/kube-system/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.667153702Z namespaces/kube-system/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.667299355Z namespaces/kube-system/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.667379438Z namespaces/kube-system/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.667671425Z namespaces/kube-system/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.667759347Z namespaces/kube-system/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.668024604Z namespaces/kube-system/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.668206669Z namespaces/kube-system/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.668526077Z namespaces/kube-system/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.668578868Z namespaces/kube-system/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.668689911Z namespaces/kube-system/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.668758732Z namespaces/kube-system/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.668820064Z namespaces/kube-system/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.668890216Z namespaces/kube-system/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.668930347Z namespaces/kube-system/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669016199Z namespaces/kube-system/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669094061Z namespaces/kube-system/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669147572Z namespaces/kube-system/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669199974Z namespaces/kube-system/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669280336Z namespaces/kube-system/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669327927Z namespaces/kube-system/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669413029Z namespaces/kube-system/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669421929Z namespaces/kube-system/pods/global-pull-secret-syncer-66fvr/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.6694643Z namespaces/kube-system/pods/global-pull-secret-syncer-66fvr/global-pull-secret-syncer-66fvr.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669551883Z namespaces/kube-system/pods/global-pull-secret-syncer-66fvr/global-pull-secret-syncer/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669565113Z namespaces/kube-system/pods/global-pull-secret-syncer-66fvr/global-pull-secret-syncer/global-pull-secret-syncer/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669572843Z namespaces/kube-system/pods/global-pull-secret-syncer-66fvr/global-pull-secret-syncer/global-pull-secret-syncer/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669619084Z namespaces/kube-system/pods/global-pull-secret-syncer-66fvr/global-pull-secret-syncer/global-pull-secret-syncer/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669906441Z namespaces/kube-system/pods/global-pull-secret-syncer-66fvr/global-pull-secret-syncer/global-pull-secret-syncer/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.669964913Z namespaces/kube-system/pods/global-pull-secret-syncer-66fvr/global-pull-secret-syncer/global-pull-secret-syncer/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670024704Z namespaces/kube-system/pods/global-pull-secret-syncer-87vlr/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670076176Z namespaces/kube-system/pods/global-pull-secret-syncer-87vlr/global-pull-secret-syncer-87vlr.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670152738Z namespaces/kube-system/pods/global-pull-secret-syncer-87vlr/global-pull-secret-syncer/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670160658Z namespaces/kube-system/pods/global-pull-secret-syncer-87vlr/global-pull-secret-syncer/global-pull-secret-syncer/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670177018Z namespaces/kube-system/pods/global-pull-secret-syncer-87vlr/global-pull-secret-syncer/global-pull-secret-syncer/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67022838Z namespaces/kube-system/pods/global-pull-secret-syncer-87vlr/global-pull-secret-syncer/global-pull-secret-syncer/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670577478Z namespaces/kube-system/pods/global-pull-secret-syncer-87vlr/global-pull-secret-syncer/global-pull-secret-syncer/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670684081Z namespaces/kube-system/pods/global-pull-secret-syncer-87vlr/global-pull-secret-syncer/global-pull-secret-syncer/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670749063Z namespaces/kube-system/pods/global-pull-secret-syncer-kpb78/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670807474Z namespaces/kube-system/pods/global-pull-secret-syncer-kpb78/global-pull-secret-syncer-kpb78.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670891216Z namespaces/kube-system/pods/global-pull-secret-syncer-kpb78/global-pull-secret-syncer/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670899147Z namespaces/kube-system/pods/global-pull-secret-syncer-kpb78/global-pull-secret-syncer/global-pull-secret-syncer/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670908217Z namespaces/kube-system/pods/global-pull-secret-syncer-kpb78/global-pull-secret-syncer/global-pull-secret-syncer/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.670959848Z namespaces/kube-system/pods/global-pull-secret-syncer-kpb78/global-pull-secret-syncer/global-pull-secret-syncer/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.671197304Z namespaces/kube-system/pods/global-pull-secret-syncer-kpb78/global-pull-secret-syncer/global-pull-secret-syncer/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.671258616Z namespaces/kube-system/pods/global-pull-secret-syncer-kpb78/global-pull-secret-syncer/global-pull-secret-syncer/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.671318567Z namespaces/kube-system/pods/konnectivity-agent-kzrvj/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.671372349Z namespaces/kube-system/pods/konnectivity-agent-kzrvj/konnectivity-agent-kzrvj.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.671452051Z namespaces/kube-system/pods/konnectivity-agent-kzrvj/konnectivity-agent/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.671458741Z namespaces/kube-system/pods/konnectivity-agent-kzrvj/konnectivity-agent/konnectivity-agent/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.671464521Z namespaces/kube-system/pods/konnectivity-agent-kzrvj/konnectivity-agent/konnectivity-agent/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.671510412Z namespaces/kube-system/pods/konnectivity-agent-kzrvj/konnectivity-agent/konnectivity-agent/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67222476Z namespaces/kube-system/pods/konnectivity-agent-kzrvj/konnectivity-agent/konnectivity-agent/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.672291262Z namespaces/kube-system/pods/konnectivity-agent-kzrvj/konnectivity-agent/konnectivity-agent/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.672344993Z namespaces/kube-system/pods/konnectivity-agent-skfgt/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.672389544Z namespaces/kube-system/pods/konnectivity-agent-skfgt/konnectivity-agent-skfgt.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.672461926Z namespaces/kube-system/pods/konnectivity-agent-skfgt/konnectivity-agent/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.672470926Z namespaces/kube-system/pods/konnectivity-agent-skfgt/konnectivity-agent/konnectivity-agent/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.672499767Z namespaces/kube-system/pods/konnectivity-agent-skfgt/konnectivity-agent/konnectivity-agent/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.672561579Z namespaces/kube-system/pods/konnectivity-agent-skfgt/konnectivity-agent/konnectivity-agent/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.673261896Z namespaces/kube-system/pods/konnectivity-agent-skfgt/konnectivity-agent/konnectivity-agent/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.673321118Z namespaces/kube-system/pods/konnectivity-agent-skfgt/konnectivity-agent/konnectivity-agent/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.673359989Z namespaces/kube-system/pods/konnectivity-agent-tgsc9/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67339317Z namespaces/kube-system/pods/konnectivity-agent-tgsc9/konnectivity-agent-tgsc9.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.673486062Z namespaces/kube-system/pods/konnectivity-agent-tgsc9/konnectivity-agent/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.673495452Z namespaces/kube-system/pods/konnectivity-agent-tgsc9/konnectivity-agent/konnectivity-agent/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.673500632Z namespaces/kube-system/pods/konnectivity-agent-tgsc9/konnectivity-agent/konnectivity-agent/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.673531373Z namespaces/kube-system/pods/konnectivity-agent-tgsc9/konnectivity-agent/konnectivity-agent/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.674364184Z namespaces/kube-system/pods/konnectivity-agent-tgsc9/konnectivity-agent/konnectivity-agent/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.674423206Z namespaces/kube-system/pods/konnectivity-agent-tgsc9/konnectivity-agent/konnectivity-agent/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.674467577Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-137-142.ec2.internal/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.674502878Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-137-142.ec2.internal/kube-apiserver-proxy-ip-10-0-137-142.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67458362Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-137-142.ec2.internal/haproxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67459452Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-137-142.ec2.internal/haproxy/haproxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.6746013Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-137-142.ec2.internal/haproxy/haproxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.674634361Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-137-142.ec2.internal/haproxy/haproxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.674923228Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-137-142.ec2.internal/haproxy/haproxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67498852Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-137-142.ec2.internal/haproxy/haproxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675050222Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-138-118.ec2.internal/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675112553Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-138-118.ec2.internal/kube-apiserver-proxy-ip-10-0-138-118.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675177555Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-138-118.ec2.internal/haproxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675187055Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-138-118.ec2.internal/haproxy/haproxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675214586Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-138-118.ec2.internal/haproxy/haproxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675267597Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-138-118.ec2.internal/haproxy/haproxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675497253Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-138-118.ec2.internal/haproxy/haproxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675565785Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-138-118.ec2.internal/haproxy/haproxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675614946Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-142-60.ec2.internal/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675682647Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-142-60.ec2.internal/kube-apiserver-proxy-ip-10-0-142-60.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675761569Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-142-60.ec2.internal/haproxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67576902Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-142-60.ec2.internal/haproxy/haproxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67577254Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-142-60.ec2.internal/haproxy/haproxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675816871Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-142-60.ec2.internal/haproxy/haproxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.675983565Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-142-60.ec2.internal/haproxy/haproxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676080868Z namespaces/kube-system/pods/kube-apiserver-proxy-ip-10-0-142-60.ec2.internal/haproxy/haproxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676107528Z namespaces/kube-system/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676154979Z namespaces/kube-system/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676200971Z namespaces/kube-system/rbac.authorization.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676208911Z namespaces/kube-system/rbac.authorization.k8s.io/rolebindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676240992Z namespaces/kube-system/rbac.authorization.k8s.io/rolebindings/network-diagnostics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676298223Z namespaces/kube-system/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676346294Z namespaces/kube-system/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676396856Z namespaces/open-cluster-management-agent-addon/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676412016Z namespaces/open-cluster-management-agent-addon/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676418666Z namespaces/open-cluster-management-agent-addon/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676447937Z namespaces/open-cluster-management-agent-addon/coordination.k8s.io/leases/cluster-proxy.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676538199Z namespaces/open-cluster-management-agent-addon/coordination.k8s.io/leases/work-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676613781Z namespaces/openshift-apiserver-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676697433Z namespaces/openshift-apiserver-operator/openshift-apiserver-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676754085Z namespaces/openshift-apiserver-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676799626Z namespaces/openshift-apiserver-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676848017Z namespaces/openshift-apiserver-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.676898278Z namespaces/openshift-apiserver-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67697214Z namespaces/openshift-apiserver-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677047032Z namespaces/openshift-apiserver-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677126724Z namespaces/openshift-apiserver-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677178465Z namespaces/openshift-apiserver-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677222546Z namespaces/openshift-apiserver-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677266878Z namespaces/openshift-apiserver-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677308899Z namespaces/openshift-apiserver-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677411501Z namespaces/openshift-apiserver-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677469243Z namespaces/openshift-apiserver-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677519804Z namespaces/openshift-apiserver-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677615636Z namespaces/openshift-apiserver-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.677705058Z namespaces/openshift-apiserver-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67774952Z namespaces/openshift-apiserver-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.678770265Z namespaces/openshift-apiserver-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.678907669Z namespaces/openshift-apiserver-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679011511Z namespaces/openshift-apiserver-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679084953Z namespaces/openshift-apiserver-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679178376Z namespaces/openshift-apiserver-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679319589Z namespaces/openshift-apiserver-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679532165Z namespaces/openshift-apiserver-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679600546Z namespaces/openshift-apiserver-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679676258Z namespaces/openshift-apiserver-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.67972843Z namespaces/openshift-apiserver-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679766841Z namespaces/openshift-apiserver-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679809272Z namespaces/openshift-apiserver-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679860653Z namespaces/openshift-apiserver-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.679932525Z namespaces/openshift-apiserver-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680050088Z namespaces/openshift-apiserver-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680114179Z namespaces/openshift-apiserver-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680175071Z namespaces/openshift-apiserver-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680233642Z namespaces/openshift-apiserver-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680291624Z namespaces/openshift-apiserver-operator/monitoring.coreos.com/servicemonitors/openshift-apiserver-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680346265Z namespaces/openshift-apiserver-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680394446Z namespaces/openshift-apiserver-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680431818Z namespaces/openshift-apiserver-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680497669Z namespaces/openshift-apiserver-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680548681Z namespaces/openshift-apiserver-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680595172Z namespaces/openshift-apiserver-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680690654Z namespaces/openshift-apiserver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680764526Z namespaces/openshift-apiserver/openshift-apiserver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680840478Z namespaces/openshift-apiserver/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680863958Z namespaces/openshift-apiserver/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680912Z namespaces/openshift-apiserver/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.680954241Z namespaces/openshift-apiserver/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681037783Z namespaces/openshift-apiserver/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681106275Z namespaces/openshift-apiserver/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681196167Z namespaces/openshift-apiserver/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681218787Z namespaces/openshift-apiserver/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681262488Z namespaces/openshift-apiserver/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.68132466Z namespaces/openshift-apiserver/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681367121Z namespaces/openshift-apiserver/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681462804Z namespaces/openshift-apiserver/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681524405Z namespaces/openshift-apiserver/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681569266Z namespaces/openshift-apiserver/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681681009Z namespaces/openshift-apiserver/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681856323Z namespaces/openshift-apiserver/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.681897315Z namespaces/openshift-apiserver/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682004807Z namespaces/openshift-apiserver/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682077699Z namespaces/openshift-apiserver/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682158641Z namespaces/openshift-apiserver/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682231493Z namespaces/openshift-apiserver/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682310205Z namespaces/openshift-apiserver/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682428688Z namespaces/openshift-apiserver/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682570661Z namespaces/openshift-apiserver/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682633583Z namespaces/openshift-apiserver/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682717725Z namespaces/openshift-apiserver/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682774667Z namespaces/openshift-apiserver/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682814278Z namespaces/openshift-apiserver/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.682866089Z namespaces/openshift-apiserver/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.68291378Z namespaces/openshift-apiserver/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683003403Z namespaces/openshift-apiserver/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683076734Z namespaces/openshift-apiserver/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683126026Z namespaces/openshift-apiserver/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683162376Z namespaces/openshift-apiserver/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683206908Z namespaces/openshift-apiserver/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683237569Z namespaces/openshift-apiserver/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.68329084Z namespaces/openshift-apiserver/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683334471Z namespaces/openshift-apiserver/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683391732Z namespaces/openshift-apiserver/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683424273Z namespaces/openshift-apiserver/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683486795Z namespaces/openshift-authentication-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683496645Z namespaces/openshift-authentication-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683500305Z namespaces/openshift-authentication-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683538406Z namespaces/openshift-authentication-operator/monitoring.coreos.com/servicemonitors/authentication-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683612118Z namespaces/openshift-cloud-controller-manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683632359Z namespaces/openshift-cloud-controller-manager/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.68368884Z namespaces/openshift-cloud-controller-manager/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683737021Z namespaces/openshift-cloud-controller-manager/coordination.k8s.io/leases/cloud-controller-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683806663Z namespaces/openshift-cloud-credential-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683816053Z namespaces/openshift-cloud-credential-operator/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683820283Z namespaces/openshift-cloud-credential-operator/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683850444Z namespaces/openshift-cloud-credential-operator/coordination.k8s.io/leases/cloud-credential-operator-leader.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683919876Z namespaces/openshift-cloud-credential-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683927506Z namespaces/openshift-cloud-credential-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.683967627Z namespaces/openshift-cloud-credential-operator/monitoring.coreos.com/servicemonitors/cloud-credential-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.68409477Z namespaces/openshift-cloud-network-config-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684131661Z namespaces/openshift-cloud-network-config-controller/openshift-cloud-network-config-controller.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684201433Z namespaces/openshift-cloud-network-config-controller/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684231414Z namespaces/openshift-cloud-network-config-controller/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684298325Z namespaces/openshift-cloud-network-config-controller/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684356937Z namespaces/openshift-cloud-network-config-controller/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684446569Z namespaces/openshift-cloud-network-config-controller/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684523101Z namespaces/openshift-cloud-network-config-controller/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684598213Z namespaces/openshift-cloud-network-config-controller/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684678465Z namespaces/openshift-cloud-network-config-controller/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684734356Z namespaces/openshift-cloud-network-config-controller/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684799578Z namespaces/openshift-cloud-network-config-controller/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684844459Z namespaces/openshift-cloud-network-config-controller/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684938072Z namespaces/openshift-cloud-network-config-controller/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.684998953Z namespaces/openshift-cloud-network-config-controller/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685039234Z namespaces/openshift-cloud-network-config-controller/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685119036Z namespaces/openshift-cloud-network-config-controller/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685165457Z namespaces/openshift-cloud-network-config-controller/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685173867Z namespaces/openshift-cloud-network-config-controller/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685228329Z namespaces/openshift-cloud-network-config-controller/coordination.k8s.io/leases/cloud-network-config-controller-lock.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685314581Z namespaces/openshift-cloud-network-config-controller/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685358542Z namespaces/openshift-cloud-network-config-controller/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685487765Z namespaces/openshift-cloud-network-config-controller/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685590788Z namespaces/openshift-cloud-network-config-controller/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685700981Z namespaces/openshift-cloud-network-config-controller/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685775273Z namespaces/openshift-cloud-network-config-controller/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.685848604Z namespaces/openshift-cloud-network-config-controller/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686005639Z namespaces/openshift-cloud-network-config-controller/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686118061Z namespaces/openshift-cloud-network-config-controller/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686155662Z namespaces/openshift-cloud-network-config-controller/core/serviceaccounts/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686200753Z namespaces/openshift-cloud-network-config-controller/core/serviceaccounts/cloud-network-config-controller.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686260625Z namespaces/openshift-cloud-network-config-controller/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686299746Z namespaces/openshift-cloud-network-config-controller/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686344477Z namespaces/openshift-cloud-network-config-controller/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686387018Z namespaces/openshift-cloud-network-config-controller/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686430999Z namespaces/openshift-cloud-network-config-controller/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.68647099Z namespaces/openshift-cloud-network-config-controller/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686572843Z namespaces/openshift-cloud-network-config-controller/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686672735Z namespaces/openshift-cloud-network-config-controller/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686794458Z namespaces/openshift-cloud-network-config-controller/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686819729Z namespaces/openshift-cloud-network-config-controller/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686877161Z namespaces/openshift-cloud-network-config-controller/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686896631Z namespaces/openshift-cloud-network-config-controller/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686955092Z namespaces/openshift-cloud-network-config-controller/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.686990963Z namespaces/openshift-cloud-network-config-controller/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687054065Z namespaces/openshift-cloud-network-config-controller/rbac.authorization.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687091846Z namespaces/openshift-cloud-network-config-controller/rbac.authorization.k8s.io/rolebindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687143167Z namespaces/openshift-cloud-network-config-controller/rbac.authorization.k8s.io/rolebindings/cloud-network-config-controller-rb.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687201889Z namespaces/openshift-cloud-network-config-controller/rbac.authorization.k8s.io/roles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.68724883Z namespaces/openshift-cloud-network-config-controller/rbac.authorization.k8s.io/roles/cloud-network-config-controller.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687316321Z namespaces/openshift-cloud-network-config-controller/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687363583Z namespaces/openshift-cloud-network-config-controller/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687434864Z namespaces/openshift-cluster-csi-drivers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687495366Z namespaces/openshift-cluster-csi-drivers/openshift-cluster-csi-drivers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687573178Z namespaces/openshift-cluster-csi-drivers/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687699091Z namespaces/openshift-cluster-csi-drivers/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687774923Z namespaces/openshift-cluster-csi-drivers/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687826325Z namespaces/openshift-cluster-csi-drivers/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.687957328Z namespaces/openshift-cluster-csi-drivers/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.68804419Z namespaces/openshift-cluster-csi-drivers/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688123202Z namespaces/openshift-cluster-csi-drivers/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688176313Z namespaces/openshift-cluster-csi-drivers/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688222035Z namespaces/openshift-cluster-csi-drivers/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688290716Z namespaces/openshift-cluster-csi-drivers/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688340278Z namespaces/openshift-cluster-csi-drivers/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688420129Z namespaces/openshift-cluster-csi-drivers/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688474911Z namespaces/openshift-cluster-csi-drivers/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688522722Z namespaces/openshift-cluster-csi-drivers/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688595664Z namespaces/openshift-cluster-csi-drivers/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688669386Z namespaces/openshift-cluster-csi-drivers/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688681786Z namespaces/openshift-cluster-csi-drivers/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688740517Z namespaces/openshift-cluster-csi-drivers/coordination.k8s.io/leases/ebs-csi-aws-com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688905352Z namespaces/openshift-cluster-csi-drivers/coordination.k8s.io/leases/external-attacher-leader-ebs-csi-aws-com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.688989094Z namespaces/openshift-cluster-csi-drivers/coordination.k8s.io/leases/external-resizer-ebs-csi-aws-com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.689116977Z namespaces/openshift-cluster-csi-drivers/coordination.k8s.io/leases/external-snapshotter-leader-ebs-csi-aws-com.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.68924149Z namespaces/openshift-cluster-csi-drivers/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.689284221Z namespaces/openshift-cluster-csi-drivers/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.689394464Z namespaces/openshift-cluster-csi-drivers/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.689463496Z namespaces/openshift-cluster-csi-drivers/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.689829205Z namespaces/openshift-cluster-csi-drivers/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.689921047Z namespaces/openshift-cluster-csi-drivers/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690139753Z namespaces/openshift-cluster-csi-drivers/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690279736Z namespaces/openshift-cluster-csi-drivers/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69042232Z namespaces/openshift-cluster-csi-drivers/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690456381Z namespaces/openshift-cluster-csi-drivers/core/serviceaccounts/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690505792Z namespaces/openshift-cluster-csi-drivers/core/serviceaccounts/aws-ebs-csi-driver-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690565674Z namespaces/openshift-cluster-csi-drivers/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690604055Z namespaces/openshift-cluster-csi-drivers/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690728088Z namespaces/openshift-cluster-csi-drivers/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690769999Z namespaces/openshift-cluster-csi-drivers/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69083037Z namespaces/openshift-cluster-csi-drivers/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690859961Z namespaces/openshift-cluster-csi-drivers/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.690944753Z namespaces/openshift-cluster-csi-drivers/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691020845Z namespaces/openshift-cluster-csi-drivers/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691073847Z namespaces/openshift-cluster-csi-drivers/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691126408Z namespaces/openshift-cluster-csi-drivers/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691175099Z namespaces/openshift-cluster-csi-drivers/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691230231Z namespaces/openshift-cluster-csi-drivers/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691315333Z namespaces/openshift-cluster-csi-drivers/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691322023Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691366584Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/aws-ebs-csi-driver-node-54qm7.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691477587Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-driver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691486127Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-driver/csi-driver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691491547Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-driver/csi-driver/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691518318Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-driver/csi-driver/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691633451Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-driver/csi-driver/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691764214Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-driver/csi-driver/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691801195Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-liveness-probe/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691810625Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-liveness-probe/csi-liveness-probe/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691816525Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-liveness-probe/csi-liveness-probe/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691863367Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-liveness-probe/csi-liveness-probe/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.691966469Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-liveness-probe/csi-liveness-probe/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692054351Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-liveness-probe/csi-liveness-probe/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692100742Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-node-driver-registrar/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692110533Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-node-driver-registrar/csi-node-driver-registrar/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692116023Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-node-driver-registrar/csi-node-driver-registrar/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692169334Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-node-driver-registrar/csi-node-driver-registrar/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692303418Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-node-driver-registrar/csi-node-driver-registrar/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69239053Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-54qm7/csi-node-driver-registrar/csi-node-driver-registrar/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69240604Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692465662Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/aws-ebs-csi-driver-node-mghnf.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692552874Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-driver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692560034Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-driver/csi-driver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692563554Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-driver/csi-driver/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692596405Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-driver/csi-driver/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692727248Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-driver/csi-driver/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69279757Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-driver/csi-driver/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692835891Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-liveness-probe/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692842451Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-liveness-probe/csi-liveness-probe/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692847821Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-liveness-probe/csi-liveness-probe/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692896723Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-liveness-probe/csi-liveness-probe/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.692991835Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-liveness-probe/csi-liveness-probe/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693056967Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-liveness-probe/csi-liveness-probe/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693096058Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-node-driver-registrar/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693103118Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-node-driver-registrar/csi-node-driver-registrar/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693108458Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-node-driver-registrar/csi-node-driver-registrar/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693166069Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-node-driver-registrar/csi-node-driver-registrar/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693260462Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-node-driver-registrar/csi-node-driver-registrar/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693325384Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-mghnf/csi-node-driver-registrar/csi-node-driver-registrar/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693377035Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693415176Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/aws-ebs-csi-driver-node-r2gjp.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693507958Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-driver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693514568Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-driver/csi-driver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693522289Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-driver/csi-driver/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69357086Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-driver/csi-driver/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693696543Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-driver/csi-driver/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693784115Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-driver/csi-driver/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693829876Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-liveness-probe/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693842506Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-liveness-probe/csi-liveness-probe/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693848337Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-liveness-probe/csi-liveness-probe/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.693897108Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-liveness-probe/csi-liveness-probe/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694004191Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-liveness-probe/csi-liveness-probe/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694068802Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-liveness-probe/csi-liveness-probe/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694106833Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-node-driver-registrar/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694119004Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-node-driver-registrar/csi-node-driver-registrar/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694122554Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-node-driver-registrar/csi-node-driver-registrar/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694162795Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-node-driver-registrar/csi-node-driver-registrar/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694251067Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-node-driver-registrar/csi-node-driver-registrar/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694321319Z namespaces/openshift-cluster-csi-drivers/pods/aws-ebs-csi-driver-node-r2gjp/csi-node-driver-registrar/csi-node-driver-registrar/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69437549Z namespaces/openshift-cluster-csi-drivers/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694415191Z namespaces/openshift-cluster-csi-drivers/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694462032Z namespaces/openshift-cluster-csi-drivers/rbac.authorization.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694468422Z namespaces/openshift-cluster-csi-drivers/rbac.authorization.k8s.io/rolebindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694508053Z namespaces/openshift-cluster-csi-drivers/rbac.authorization.k8s.io/rolebindings/aws-ebs-csi-driver-operator-rolebinding.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694561725Z namespaces/openshift-cluster-csi-drivers/rbac.authorization.k8s.io/roles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694596276Z namespaces/openshift-cluster-csi-drivers/rbac.authorization.k8s.io/roles/aws-ebs-csi-driver-operator-role.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694671297Z namespaces/openshift-cluster-csi-drivers/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694718789Z namespaces/openshift-cluster-csi-drivers/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69477728Z namespaces/openshift-cluster-machine-approver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69478445Z namespaces/openshift-cluster-machine-approver/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69478782Z namespaces/openshift-cluster-machine-approver/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694840492Z namespaces/openshift-cluster-machine-approver/coordination.k8s.io/leases/cluster-machine-approver-leader.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694898373Z namespaces/openshift-cluster-machine-approver/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694909833Z namespaces/openshift-cluster-machine-approver/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.694958325Z namespaces/openshift-cluster-machine-approver/monitoring.coreos.com/servicemonitors/cluster-machine-approver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695038067Z namespaces/openshift-cluster-node-tuning-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695085528Z namespaces/openshift-cluster-node-tuning-operator/openshift-cluster-node-tuning-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69515979Z namespaces/openshift-cluster-node-tuning-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69519172Z namespaces/openshift-cluster-node-tuning-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695283803Z namespaces/openshift-cluster-node-tuning-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695331794Z namespaces/openshift-cluster-node-tuning-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695464338Z namespaces/openshift-cluster-node-tuning-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695531749Z namespaces/openshift-cluster-node-tuning-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695616481Z namespaces/openshift-cluster-node-tuning-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695678273Z namespaces/openshift-cluster-node-tuning-operator/apps/daemonsets/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695724094Z namespaces/openshift-cluster-node-tuning-operator/apps/daemonsets/tuned.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695814876Z namespaces/openshift-cluster-node-tuning-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695875728Z namespaces/openshift-cluster-node-tuning-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.695923979Z namespaces/openshift-cluster-node-tuning-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69597303Z namespaces/openshift-cluster-node-tuning-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.696061553Z namespaces/openshift-cluster-node-tuning-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.696101343Z namespaces/openshift-cluster-node-tuning-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.696145675Z namespaces/openshift-cluster-node-tuning-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.696220077Z namespaces/openshift-cluster-node-tuning-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.696289528Z namespaces/openshift-cluster-node-tuning-operator/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.696298719Z namespaces/openshift-cluster-node-tuning-operator/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69634026Z namespaces/openshift-cluster-node-tuning-operator/coordination.k8s.io/leases/node-tuning-operator-lock.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.696414811Z namespaces/openshift-cluster-node-tuning-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.696453072Z namespaces/openshift-cluster-node-tuning-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.697108499Z namespaces/openshift-cluster-node-tuning-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.697193081Z namespaces/openshift-cluster-node-tuning-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.697357965Z namespaces/openshift-cluster-node-tuning-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.697428657Z namespaces/openshift-cluster-node-tuning-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.697621432Z namespaces/openshift-cluster-node-tuning-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.697771476Z namespaces/openshift-cluster-node-tuning-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.697969731Z namespaces/openshift-cluster-node-tuning-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698031582Z namespaces/openshift-cluster-node-tuning-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698065573Z namespaces/openshift-cluster-node-tuning-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698124975Z namespaces/openshift-cluster-node-tuning-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698170236Z namespaces/openshift-cluster-node-tuning-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698208117Z namespaces/openshift-cluster-node-tuning-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698254338Z namespaces/openshift-cluster-node-tuning-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69832633Z namespaces/openshift-cluster-node-tuning-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698422222Z namespaces/openshift-cluster-node-tuning-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698479574Z namespaces/openshift-cluster-node-tuning-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698520635Z namespaces/openshift-cluster-node-tuning-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698601957Z namespaces/openshift-cluster-node-tuning-operator/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698674419Z namespaces/openshift-cluster-node-tuning-operator/monitoring.coreos.com/prometheusrules/node-tuning-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698821622Z namespaces/openshift-cluster-node-tuning-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698858333Z namespaces/openshift-cluster-node-tuning-operator/monitoring.coreos.com/servicemonitors/node-tuning-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698926435Z namespaces/openshift-cluster-node-tuning-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.698942055Z namespaces/openshift-cluster-node-tuning-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699006827Z namespaces/openshift-cluster-node-tuning-operator/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699020317Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-68ppm/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699052078Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-68ppm/tuned-68ppm.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699150661Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-68ppm/tuned/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699160731Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-68ppm/tuned/tuned/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699171331Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-68ppm/tuned/tuned/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699208682Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-68ppm/tuned/tuned/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699359846Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-68ppm/tuned/tuned/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699429478Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-68ppm/tuned/tuned/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699445478Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-9r8n4/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699496369Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-9r8n4/tuned-9r8n4.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699581971Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-9r8n4/tuned/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699591732Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-9r8n4/tuned/tuned/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699597162Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-9r8n4/tuned/tuned/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699620203Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-9r8n4/tuned/tuned/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699774387Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-9r8n4/tuned/tuned/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699839208Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-9r8n4/tuned/tuned/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.699877569Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-x9vx5/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.69991758Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-x9vx5/tuned-x9vx5.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700025923Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-x9vx5/tuned/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700033303Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-x9vx5/tuned/tuned/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700042903Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-x9vx5/tuned/tuned/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700093924Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-x9vx5/tuned/tuned/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700210738Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-x9vx5/tuned/tuned/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700279089Z namespaces/openshift-cluster-node-tuning-operator/pods/tuned-x9vx5/tuned/tuned/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70033343Z namespaces/openshift-cluster-node-tuning-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700374522Z namespaces/openshift-cluster-node-tuning-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700435903Z namespaces/openshift-cluster-node-tuning-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700476064Z namespaces/openshift-cluster-node-tuning-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700519435Z namespaces/openshift-cluster-node-tuning-operator/tuned.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700528126Z namespaces/openshift-cluster-node-tuning-operator/tuned.openshift.io/profiles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700603427Z namespaces/openshift-cluster-node-tuning-operator/tuned.openshift.io/profiles/ip-10-0-137-142.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700744231Z namespaces/openshift-cluster-node-tuning-operator/tuned.openshift.io/profiles/ip-10-0-138-118.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700825753Z namespaces/openshift-cluster-node-tuning-operator/tuned.openshift.io/profiles/ip-10-0-142-60.ec2.internal.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700883195Z namespaces/openshift-cluster-node-tuning-operator/tuned.openshift.io/tuneds/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.700925305Z namespaces/openshift-cluster-node-tuning-operator/tuned.openshift.io/tuneds/default.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701023018Z namespaces/openshift-cluster-samples-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701067499Z namespaces/openshift-cluster-samples-operator/openshift-cluster-samples-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701132611Z namespaces/openshift-cluster-samples-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701176612Z namespaces/openshift-cluster-samples-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701248074Z namespaces/openshift-cluster-samples-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701293365Z namespaces/openshift-cluster-samples-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701377777Z namespaces/openshift-cluster-samples-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70148486Z namespaces/openshift-cluster-samples-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701588542Z namespaces/openshift-cluster-samples-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701629543Z namespaces/openshift-cluster-samples-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701733446Z namespaces/openshift-cluster-samples-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701789227Z namespaces/openshift-cluster-samples-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701842299Z namespaces/openshift-cluster-samples-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701929061Z namespaces/openshift-cluster-samples-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.701981042Z namespaces/openshift-cluster-samples-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702025183Z namespaces/openshift-cluster-samples-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702103015Z namespaces/openshift-cluster-samples-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702177297Z namespaces/openshift-cluster-samples-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702220438Z namespaces/openshift-cluster-samples-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702400503Z namespaces/openshift-cluster-samples-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702475395Z namespaces/openshift-cluster-samples-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702611628Z namespaces/openshift-cluster-samples-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702725101Z namespaces/openshift-cluster-samples-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702843694Z namespaces/openshift-cluster-samples-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.702960557Z namespaces/openshift-cluster-samples-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703131281Z namespaces/openshift-cluster-samples-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703184433Z namespaces/openshift-cluster-samples-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703226234Z namespaces/openshift-cluster-samples-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703277305Z namespaces/openshift-cluster-samples-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703314866Z namespaces/openshift-cluster-samples-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703381378Z namespaces/openshift-cluster-samples-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703433179Z namespaces/openshift-cluster-samples-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703507091Z namespaces/openshift-cluster-samples-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703583793Z namespaces/openshift-cluster-samples-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703653694Z namespaces/openshift-cluster-samples-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703718416Z namespaces/openshift-cluster-samples-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703774137Z namespaces/openshift-cluster-samples-operator/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703813049Z namespaces/openshift-cluster-samples-operator/monitoring.coreos.com/prometheusrules/samples-operator-alerts.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703898301Z namespaces/openshift-cluster-samples-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.703943092Z namespaces/openshift-cluster-samples-operator/monitoring.coreos.com/servicemonitors/cluster-samples-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704009843Z namespaces/openshift-cluster-samples-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704047595Z namespaces/openshift-cluster-samples-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704099216Z namespaces/openshift-cluster-samples-operator/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704112846Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704168318Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator-6dc5bdb6b4-4t8vr.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.7042536Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator-watch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70426805Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator-watch/cluster-samples-operator-watch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70428089Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator-watch/cluster-samples-operator-watch/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704324242Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator-watch/cluster-samples-operator-watch/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704423444Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator-watch/cluster-samples-operator-watch/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704512616Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator-watch/cluster-samples-operator-watch/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704547707Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704556487Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator/cluster-samples-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704561717Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator/cluster-samples-operator/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.704622789Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator/cluster-samples-operator/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705195184Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator/cluster-samples-operator/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705262005Z namespaces/openshift-cluster-samples-operator/pods/cluster-samples-operator-6dc5bdb6b4-4t8vr/cluster-samples-operator/cluster-samples-operator/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705308036Z namespaces/openshift-cluster-samples-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705341007Z namespaces/openshift-cluster-samples-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705400009Z namespaces/openshift-cluster-samples-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70544227Z namespaces/openshift-cluster-samples-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705537392Z namespaces/openshift-cluster-storage-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705580433Z namespaces/openshift-cluster-storage-operator/openshift-cluster-storage-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705736207Z namespaces/openshift-cluster-storage-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705780658Z namespaces/openshift-cluster-storage-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70585145Z namespaces/openshift-cluster-storage-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705896581Z namespaces/openshift-cluster-storage-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.705981083Z namespaces/openshift-cluster-storage-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706079776Z namespaces/openshift-cluster-storage-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706181569Z namespaces/openshift-cluster-storage-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706219619Z namespaces/openshift-cluster-storage-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70625696Z namespaces/openshift-cluster-storage-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706320192Z namespaces/openshift-cluster-storage-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706376373Z namespaces/openshift-cluster-storage-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706474996Z namespaces/openshift-cluster-storage-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706501377Z namespaces/openshift-cluster-storage-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706554388Z namespaces/openshift-cluster-storage-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706672611Z namespaces/openshift-cluster-storage-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706724572Z namespaces/openshift-cluster-storage-operator/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706733372Z namespaces/openshift-cluster-storage-operator/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706782174Z namespaces/openshift-cluster-storage-operator/coordination.k8s.io/leases/data-source-validator-leader.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706866716Z namespaces/openshift-cluster-storage-operator/coordination.k8s.io/leases/snapshot-controller-leader.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706941678Z namespaces/openshift-cluster-storage-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.706985679Z namespaces/openshift-cluster-storage-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.707094041Z namespaces/openshift-cluster-storage-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.707173923Z namespaces/openshift-cluster-storage-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.707464921Z namespaces/openshift-cluster-storage-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.707540883Z namespaces/openshift-cluster-storage-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.707664286Z namespaces/openshift-cluster-storage-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.707793179Z namespaces/openshift-cluster-storage-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708016935Z namespaces/openshift-cluster-storage-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708081126Z namespaces/openshift-cluster-storage-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708114727Z namespaces/openshift-cluster-storage-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708172189Z namespaces/openshift-cluster-storage-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708203649Z namespaces/openshift-cluster-storage-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708253061Z namespaces/openshift-cluster-storage-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708299362Z namespaces/openshift-cluster-storage-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708391094Z namespaces/openshift-cluster-storage-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708458806Z namespaces/openshift-cluster-storage-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708498377Z namespaces/openshift-cluster-storage-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708542248Z namespaces/openshift-cluster-storage-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70859507Z namespaces/openshift-cluster-storage-operator/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708635611Z namespaces/openshift-cluster-storage-operator/monitoring.coreos.com/prometheusrules/prometheus.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708776084Z namespaces/openshift-cluster-storage-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708812995Z namespaces/openshift-cluster-storage-operator/monitoring.coreos.com/servicemonitors/cluster-storage-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708897937Z namespaces/openshift-cluster-storage-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.708940508Z namespaces/openshift-cluster-storage-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70902196Z namespaces/openshift-cluster-storage-operator/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709030941Z namespaces/openshift-cluster-storage-operator/pods/volume-data-source-validator-7c6cbb6c87-j6vbj/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709071802Z namespaces/openshift-cluster-storage-operator/pods/volume-data-source-validator-7c6cbb6c87-j6vbj/volume-data-source-validator-7c6cbb6c87-j6vbj.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709151284Z namespaces/openshift-cluster-storage-operator/pods/volume-data-source-validator-7c6cbb6c87-j6vbj/volume-data-source-validator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709162914Z namespaces/openshift-cluster-storage-operator/pods/volume-data-source-validator-7c6cbb6c87-j6vbj/volume-data-source-validator/volume-data-source-validator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709171704Z namespaces/openshift-cluster-storage-operator/pods/volume-data-source-validator-7c6cbb6c87-j6vbj/volume-data-source-validator/volume-data-source-validator/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709207505Z namespaces/openshift-cluster-storage-operator/pods/volume-data-source-validator-7c6cbb6c87-j6vbj/volume-data-source-validator/volume-data-source-validator/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709308537Z namespaces/openshift-cluster-storage-operator/pods/volume-data-source-validator-7c6cbb6c87-j6vbj/volume-data-source-validator/volume-data-source-validator/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709373329Z namespaces/openshift-cluster-storage-operator/pods/volume-data-source-validator-7c6cbb6c87-j6vbj/volume-data-source-validator/volume-data-source-validator/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.70941799Z namespaces/openshift-cluster-storage-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709444541Z namespaces/openshift-cluster-storage-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709514103Z namespaces/openshift-cluster-storage-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709564944Z namespaces/openshift-cluster-storage-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709687167Z namespaces/openshift-cluster-version/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.709733748Z namespaces/openshift-cluster-version/openshift-cluster-version.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710000695Z namespaces/openshift-cluster-version/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710046936Z namespaces/openshift-cluster-version/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710115148Z namespaces/openshift-cluster-version/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710154459Z namespaces/openshift-cluster-version/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710235781Z namespaces/openshift-cluster-version/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710307213Z namespaces/openshift-cluster-version/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710394065Z namespaces/openshift-cluster-version/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710430936Z namespaces/openshift-cluster-version/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710477387Z namespaces/openshift-cluster-version/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710516468Z namespaces/openshift-cluster-version/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710561609Z namespaces/openshift-cluster-version/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710658762Z namespaces/openshift-cluster-version/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710714053Z namespaces/openshift-cluster-version/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710768414Z namespaces/openshift-cluster-version/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710852136Z namespaces/openshift-cluster-version/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710893077Z namespaces/openshift-cluster-version/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710899348Z namespaces/openshift-cluster-version/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.710934609Z namespaces/openshift-cluster-version/coordination.k8s.io/leases/version.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.7110101Z namespaces/openshift-cluster-version/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711054061Z namespaces/openshift-cluster-version/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711183745Z namespaces/openshift-cluster-version/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711259447Z namespaces/openshift-cluster-version/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711359149Z namespaces/openshift-cluster-version/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711432601Z namespaces/openshift-cluster-version/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711514583Z namespaces/openshift-cluster-version/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711631576Z namespaces/openshift-cluster-version/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711840491Z namespaces/openshift-cluster-version/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711936934Z namespaces/openshift-cluster-version/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.711966455Z namespaces/openshift-cluster-version/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712057967Z namespaces/openshift-cluster-version/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712109278Z namespaces/openshift-cluster-version/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.7121737Z namespaces/openshift-cluster-version/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712210351Z namespaces/openshift-cluster-version/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712294823Z namespaces/openshift-cluster-version/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712367765Z namespaces/openshift-cluster-version/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712431126Z namespaces/openshift-cluster-version/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.71257339Z namespaces/openshift-cluster-version/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712623011Z namespaces/openshift-cluster-version/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712692863Z namespaces/openshift-cluster-version/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712741014Z namespaces/openshift-cluster-version/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712784615Z namespaces/openshift-cluster-version/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712835066Z namespaces/openshift-cluster-version/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712870138Z namespaces/openshift-cluster-version/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.712954169Z namespaces/openshift-config-managed/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713001531Z namespaces/openshift-config-managed/openshift-config-managed.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713072343Z namespaces/openshift-config-managed/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713115084Z namespaces/openshift-config-managed/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713184515Z namespaces/openshift-config-managed/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713225447Z namespaces/openshift-config-managed/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713315159Z namespaces/openshift-config-managed/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713391621Z namespaces/openshift-config-managed/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713466693Z namespaces/openshift-config-managed/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713519324Z namespaces/openshift-config-managed/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713542244Z namespaces/openshift-config-managed/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713590506Z namespaces/openshift-config-managed/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713655257Z namespaces/openshift-config-managed/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713735369Z namespaces/openshift-config-managed/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.71378317Z namespaces/openshift-config-managed/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713823531Z namespaces/openshift-config-managed/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713899824Z namespaces/openshift-config-managed/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.713962355Z namespaces/openshift-config-managed/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.714011026Z namespaces/openshift-config-managed/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.717255018Z namespaces/openshift-config-managed/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.71732142Z namespaces/openshift-config-managed/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.717413772Z namespaces/openshift-config-managed/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.717492554Z namespaces/openshift-config-managed/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.717571176Z namespaces/openshift-config-managed/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.717750201Z namespaces/openshift-config-managed/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.717872724Z namespaces/openshift-config-managed/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.717930945Z namespaces/openshift-config-managed/core/configmaps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.717979507Z namespaces/openshift-config-managed/core/configmaps/console-public.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718055969Z namespaces/openshift-config-managed/core/configmaps/openshift-network-features.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.71810866Z namespaces/openshift-config-managed/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718147421Z namespaces/openshift-config-managed/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718204982Z namespaces/openshift-config-managed/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718234233Z namespaces/openshift-config-managed/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718312845Z namespaces/openshift-config-managed/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718340326Z namespaces/openshift-config-managed/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718422948Z namespaces/openshift-config-managed/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.71851169Z namespaces/openshift-config-managed/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718544701Z namespaces/openshift-config-managed/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718595852Z namespaces/openshift-config-managed/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718654194Z namespaces/openshift-config-managed/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718742176Z namespaces/openshift-config-managed/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718791367Z namespaces/openshift-config-managed/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718837308Z namespaces/openshift-config-managed/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718879429Z namespaces/openshift-config-managed/rbac.authorization.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.71889023Z namespaces/openshift-config-managed/rbac.authorization.k8s.io/rolebindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.71891907Z namespaces/openshift-config-managed/rbac.authorization.k8s.io/rolebindings/openshift-network-public-role-binding.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.718970352Z namespaces/openshift-config-managed/rbac.authorization.k8s.io/roles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719003982Z namespaces/openshift-config-managed/rbac.authorization.k8s.io/roles/openshift-network-public-role.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719057294Z namespaces/openshift-config-managed/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719094075Z namespaces/openshift-config-managed/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719142626Z namespaces/openshift-config-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719153296Z namespaces/openshift-config-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719168517Z namespaces/openshift-config-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719253159Z namespaces/openshift-config-operator/monitoring.coreos.com/servicemonitors/config-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719398443Z namespaces/openshift-config/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719461624Z namespaces/openshift-config/openshift-config.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719564847Z namespaces/openshift-config/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719626488Z namespaces/openshift-config/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719719341Z namespaces/openshift-config/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719776422Z namespaces/openshift-config/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719879265Z namespaces/openshift-config/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.719958867Z namespaces/openshift-config/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.720058519Z namespaces/openshift-config/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72009094Z namespaces/openshift-config/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.720144301Z namespaces/openshift-config/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.720207283Z namespaces/openshift-config/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.720266085Z namespaces/openshift-config/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.720349627Z namespaces/openshift-config/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.720409888Z namespaces/openshift-config/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72047033Z namespaces/openshift-config/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.720574022Z namespaces/openshift-config/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.720693975Z namespaces/openshift-config/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72088336Z namespaces/openshift-config/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.720911601Z namespaces/openshift-config/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721000363Z namespaces/openshift-config/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721101226Z namespaces/openshift-config/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721197158Z namespaces/openshift-config/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72129932Z namespaces/openshift-config/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721459725Z namespaces/openshift-config/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721611308Z namespaces/openshift-config/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72168615Z namespaces/openshift-config/core/secrets/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721731911Z namespaces/openshift-config/core/secrets/pull-secret.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721794553Z namespaces/openshift-config/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721852074Z namespaces/openshift-config/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721934497Z namespaces/openshift-config/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.721994998Z namespaces/openshift-config/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722040029Z namespaces/openshift-config/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722097901Z namespaces/openshift-config/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722189683Z namespaces/openshift-config/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722298156Z namespaces/openshift-config/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722362578Z namespaces/openshift-config/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722389428Z namespaces/openshift-config/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72246148Z namespaces/openshift-config/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722514291Z namespaces/openshift-config/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722575453Z namespaces/openshift-config/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722624574Z namespaces/openshift-config/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722704546Z namespaces/openshift-config/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722745047Z namespaces/openshift-config/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72286563Z namespaces/openshift-console-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722915032Z namespaces/openshift-console-operator/openshift-console-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.722992283Z namespaces/openshift-console-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723035875Z namespaces/openshift-console-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723092086Z namespaces/openshift-console-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723152107Z namespaces/openshift-console-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72324695Z namespaces/openshift-console-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723398764Z namespaces/openshift-console-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723512587Z namespaces/openshift-console-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723566318Z namespaces/openshift-console-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723615769Z namespaces/openshift-console-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723766153Z namespaces/openshift-console-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723823304Z namespaces/openshift-console-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.723930587Z namespaces/openshift-console-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.724012899Z namespaces/openshift-console-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72405082Z namespaces/openshift-console-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.724164603Z namespaces/openshift-console-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.724342968Z namespaces/openshift-console-operator/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.724355728Z namespaces/openshift-console-operator/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.724379849Z namespaces/openshift-console-operator/coordination.k8s.io/leases/console-operator-lock.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.724489081Z namespaces/openshift-console-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.724537573Z namespaces/openshift-console-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72523135Z namespaces/openshift-console-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.725335243Z namespaces/openshift-console-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.725671461Z namespaces/openshift-console-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.725775824Z namespaces/openshift-console-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.725956768Z namespaces/openshift-console-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726119692Z namespaces/openshift-console-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726310777Z namespaces/openshift-console-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726385559Z namespaces/openshift-console-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.7264284Z namespaces/openshift-console-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726499442Z namespaces/openshift-console-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726547473Z namespaces/openshift-console-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726603625Z namespaces/openshift-console-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726678687Z namespaces/openshift-console-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726784379Z namespaces/openshift-console-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726877441Z namespaces/openshift-console-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.726978964Z namespaces/openshift-console-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727022615Z namespaces/openshift-console-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727092967Z namespaces/openshift-console-operator/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727126228Z namespaces/openshift-console-operator/monitoring.coreos.com/prometheusrules/cluster-monitoring-prometheus-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72720237Z namespaces/openshift-console-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727249491Z namespaces/openshift-console-operator/monitoring.coreos.com/servicemonitors/console-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727316672Z namespaces/openshift-console-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727351804Z namespaces/openshift-console-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727422745Z namespaces/openshift-console-operator/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727439516Z namespaces/openshift-console-operator/pods/console-operator-9d4b6777b-j4pl4/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727484667Z namespaces/openshift-console-operator/pods/console-operator-9d4b6777b-j4pl4/console-operator-9d4b6777b-j4pl4.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72760274Z namespaces/openshift-console-operator/pods/console-operator-9d4b6777b-j4pl4/console-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72761251Z namespaces/openshift-console-operator/pods/console-operator-9d4b6777b-j4pl4/console-operator/console-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72761747Z namespaces/openshift-console-operator/pods/console-operator-9d4b6777b-j4pl4/console-operator/console-operator/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.727685142Z namespaces/openshift-console-operator/pods/console-operator-9d4b6777b-j4pl4/console-operator/console-operator/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728230306Z namespaces/openshift-console-operator/pods/console-operator-9d4b6777b-j4pl4/console-operator/console-operator/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728278347Z namespaces/openshift-console-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728349059Z namespaces/openshift-console-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72838672Z namespaces/openshift-console-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728428501Z namespaces/openshift-console-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728496853Z namespaces/openshift-console/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728564304Z namespaces/openshift-console/openshift-console.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728633986Z namespaces/openshift-console/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728729638Z namespaces/openshift-console/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72880487Z namespaces/openshift-console/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728851511Z namespaces/openshift-console/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.728959094Z namespaces/openshift-console/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72918372Z namespaces/openshift-console/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.729440176Z namespaces/openshift-console/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.729475427Z namespaces/openshift-console/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.729537359Z namespaces/openshift-console/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.72958814Z namespaces/openshift-console/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.729626181Z namespaces/openshift-console/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.730439502Z namespaces/openshift-console/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.730517733Z namespaces/openshift-console/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.730527314Z namespaces/openshift-console/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.730633256Z namespaces/openshift-console/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.730743139Z namespaces/openshift-console/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.73078423Z namespaces/openshift-console/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.731444267Z namespaces/openshift-console/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.73154461Z namespaces/openshift-console/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.731834017Z namespaces/openshift-console/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.731925659Z namespaces/openshift-console/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.732138825Z namespaces/openshift-console/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.732294838Z namespaces/openshift-console/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.732510664Z namespaces/openshift-console/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733743885Z namespaces/openshift-console/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733762246Z namespaces/openshift-console/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733768246Z namespaces/openshift-console/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733773736Z namespaces/openshift-console/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733778196Z namespaces/openshift-console/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733782896Z namespaces/openshift-console/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733787036Z namespaces/openshift-console/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733791146Z namespaces/openshift-console/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733795896Z namespaces/openshift-console/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733800416Z namespaces/openshift-console/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733804567Z namespaces/openshift-console/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733808257Z namespaces/openshift-console/monitoring.coreos.com/servicemonitors/console.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733813307Z namespaces/openshift-console/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733817067Z namespaces/openshift-console/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733820747Z namespaces/openshift-console/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733825707Z namespaces/openshift-console/pods/console-557c549d6c-nmprp/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733829497Z namespaces/openshift-console/pods/console-557c549d6c-nmprp/console-557c549d6c-nmprp.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733833777Z namespaces/openshift-console/pods/console-557c549d6c-nmprp/console/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733838048Z namespaces/openshift-console/pods/console-557c549d6c-nmprp/console/console/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733842048Z namespaces/openshift-console/pods/console-557c549d6c-nmprp/console/console/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733846608Z namespaces/openshift-console/pods/console-557c549d6c-nmprp/console/console/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.733893529Z namespaces/openshift-console/pods/console-557c549d6c-nmprp/console/console/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.734009062Z namespaces/openshift-console/pods/console-557c549d6c-nmprp/console/console/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.734089844Z namespaces/openshift-console/pods/downloads-6bcc868b7-xg7v7/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.734168356Z namespaces/openshift-console/pods/downloads-6bcc868b7-xg7v7/downloads-6bcc868b7-xg7v7.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.73431805Z namespaces/openshift-console/pods/downloads-6bcc868b7-xg7v7/download-server/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.73434305Z namespaces/openshift-console/pods/downloads-6bcc868b7-xg7v7/download-server/download-server/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.734369841Z namespaces/openshift-console/pods/downloads-6bcc868b7-xg7v7/download-server/download-server/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.734445723Z namespaces/openshift-console/pods/downloads-6bcc868b7-xg7v7/download-server/download-server/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.734805512Z namespaces/openshift-console/pods/downloads-6bcc868b7-xg7v7/download-server/download-server/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.734924795Z namespaces/openshift-console/pods/downloads-6bcc868b7-xg7v7/download-server/download-server/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.735021827Z namespaces/openshift-console/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.735095919Z namespaces/openshift-console/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.735188822Z namespaces/openshift-console/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.735256943Z namespaces/openshift-console/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.735410737Z namespaces/openshift-controller-manager-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.735812237Z namespaces/openshift-controller-manager-operator/openshift-controller-manager-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.735973151Z namespaces/openshift-controller-manager-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.736081234Z namespaces/openshift-controller-manager-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.736217468Z namespaces/openshift-controller-manager-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.73631797Z namespaces/openshift-controller-manager-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.736480384Z namespaces/openshift-controller-manager-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.736650008Z namespaces/openshift-controller-manager-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.736808783Z namespaces/openshift-controller-manager-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.736932436Z namespaces/openshift-controller-manager-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.737032018Z namespaces/openshift-controller-manager-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.737151771Z namespaces/openshift-controller-manager-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.737244354Z namespaces/openshift-controller-manager-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.737395247Z namespaces/openshift-controller-manager-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.737517541Z namespaces/openshift-controller-manager-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.737610193Z namespaces/openshift-controller-manager-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.737795468Z namespaces/openshift-controller-manager-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.737923431Z namespaces/openshift-controller-manager-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.737997553Z namespaces/openshift-controller-manager-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.738149006Z namespaces/openshift-controller-manager-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.738265769Z namespaces/openshift-controller-manager-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.738402013Z namespaces/openshift-controller-manager-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.738769822Z namespaces/openshift-controller-manager-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.738939246Z namespaces/openshift-controller-manager-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.739164412Z namespaces/openshift-controller-manager-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.739428479Z namespaces/openshift-controller-manager-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.739539042Z namespaces/openshift-controller-manager-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.739631204Z namespaces/openshift-controller-manager-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.739757077Z namespaces/openshift-controller-manager-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.739845179Z namespaces/openshift-controller-manager-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.739952702Z namespaces/openshift-controller-manager-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.740055995Z namespaces/openshift-controller-manager-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.740206378Z namespaces/openshift-controller-manager-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.740364093Z namespaces/openshift-controller-manager-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.740466095Z namespaces/openshift-controller-manager-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.740556477Z namespaces/openshift-controller-manager-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.74068121Z namespaces/openshift-controller-manager-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.740776433Z namespaces/openshift-controller-manager-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.740857295Z namespaces/openshift-controller-manager-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.740930527Z namespaces/openshift-controller-manager-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.741017749Z namespaces/openshift-controller-manager-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.741090441Z namespaces/openshift-controller-manager-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.741211104Z namespaces/openshift-controller-manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.741290336Z namespaces/openshift-controller-manager/openshift-controller-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.741433549Z namespaces/openshift-controller-manager/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.741506521Z namespaces/openshift-controller-manager/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.741585003Z namespaces/openshift-controller-manager/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.741688326Z namespaces/openshift-controller-manager/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.74183463Z namespaces/openshift-controller-manager/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.741987294Z namespaces/openshift-controller-manager/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.742155768Z namespaces/openshift-controller-manager/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.742269421Z namespaces/openshift-controller-manager/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.742389504Z namespaces/openshift-controller-manager/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.742509497Z namespaces/openshift-controller-manager/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.74262264Z namespaces/openshift-controller-manager/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.742792764Z namespaces/openshift-controller-manager/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.742915147Z namespaces/openshift-controller-manager/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.74302749Z namespaces/openshift-controller-manager/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.743185844Z namespaces/openshift-controller-manager/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.743310977Z namespaces/openshift-controller-manager/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.743367428Z namespaces/openshift-controller-manager/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.743474661Z namespaces/openshift-controller-manager/coordination.k8s.io/leases/openshift-master-controllers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.743674896Z namespaces/openshift-controller-manager/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.743793489Z namespaces/openshift-controller-manager/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.743979254Z namespaces/openshift-controller-manager/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.744151178Z namespaces/openshift-controller-manager/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.744318042Z namespaces/openshift-controller-manager/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.744471906Z namespaces/openshift-controller-manager/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.74463036Z namespaces/openshift-controller-manager/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.744856876Z namespaces/openshift-controller-manager/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.745106772Z namespaces/openshift-controller-manager/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.745231345Z namespaces/openshift-controller-manager/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.745343578Z namespaces/openshift-controller-manager/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.745470331Z namespaces/openshift-controller-manager/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.745579804Z namespaces/openshift-controller-manager/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.745727458Z namespaces/openshift-controller-manager/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.745852161Z namespaces/openshift-controller-manager/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.746018595Z namespaces/openshift-controller-manager/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.74618548Z namespaces/openshift-controller-manager/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.746379274Z namespaces/openshift-controller-manager/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.746517958Z namespaces/openshift-controller-manager/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.746677722Z namespaces/openshift-controller-manager/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.746800845Z namespaces/openshift-controller-manager/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.746933079Z namespaces/openshift-controller-manager/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.747050182Z namespaces/openshift-controller-manager/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.747180375Z namespaces/openshift-controller-manager/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.747292297Z namespaces/openshift-controller-manager/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.747487722Z namespaces/openshift-dns-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.747608156Z namespaces/openshift-dns-operator/openshift-dns-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.747755709Z namespaces/openshift-dns-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.747870042Z namespaces/openshift-dns-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.747984035Z namespaces/openshift-dns-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.748109758Z namespaces/openshift-dns-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.748269422Z namespaces/openshift-dns-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.748429856Z namespaces/openshift-dns-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.74858735Z namespaces/openshift-dns-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.748897878Z namespaces/openshift-dns-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.749023721Z namespaces/openshift-dns-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.749151964Z namespaces/openshift-dns-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.749261427Z namespaces/openshift-dns-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.749432992Z namespaces/openshift-dns-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.749554865Z namespaces/openshift-dns-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.749731339Z namespaces/openshift-dns-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.749905974Z namespaces/openshift-dns-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.750056758Z namespaces/openshift-dns-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.750185231Z namespaces/openshift-dns-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.750379596Z namespaces/openshift-dns-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75055253Z namespaces/openshift-dns-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.750796136Z namespaces/openshift-dns-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75096557Z namespaces/openshift-dns-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.751160155Z namespaces/openshift-dns-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75133878Z namespaces/openshift-dns-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.751582036Z namespaces/openshift-dns-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.751699719Z namespaces/openshift-dns-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.751833872Z namespaces/openshift-dns-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.751890804Z namespaces/openshift-dns-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.751966396Z namespaces/openshift-dns-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.752078978Z namespaces/openshift-dns-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75215334Z namespaces/openshift-dns-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.752271854Z namespaces/openshift-dns-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.752391206Z namespaces/openshift-dns-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.752480419Z namespaces/openshift-dns-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75255147Z namespaces/openshift-dns-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.752635143Z namespaces/openshift-dns-operator/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.752738625Z namespaces/openshift-dns-operator/monitoring.coreos.com/prometheusrules/dns.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.752848658Z namespaces/openshift-dns-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75292048Z namespaces/openshift-dns-operator/monitoring.coreos.com/servicemonitors/dns-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753001242Z namespaces/openshift-dns-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753071124Z namespaces/openshift-dns-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753144645Z namespaces/openshift-dns-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753212807Z namespaces/openshift-dns-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753290879Z namespaces/openshift-dns-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753361851Z namespaces/openshift-dns-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753549406Z namespaces/openshift-dns/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753565026Z namespaces/openshift-dns/openshift-dns.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753672329Z namespaces/openshift-dns/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.7537121Z namespaces/openshift-dns/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753793782Z namespaces/openshift-dns/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.753875054Z namespaces/openshift-dns/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75410424Z namespaces/openshift-dns/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.754236493Z namespaces/openshift-dns/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.754351466Z namespaces/openshift-dns/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.754426028Z namespaces/openshift-dns/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75450072Z namespaces/openshift-dns/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.754573922Z namespaces/openshift-dns/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.754709005Z namespaces/openshift-dns/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.754807058Z namespaces/openshift-dns/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.754956091Z namespaces/openshift-dns/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.754995932Z namespaces/openshift-dns/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.755097265Z namespaces/openshift-dns/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.755151896Z namespaces/openshift-dns/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.755249879Z namespaces/openshift-dns/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.755405683Z namespaces/openshift-dns/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.755541246Z namespaces/openshift-dns/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.755896865Z namespaces/openshift-dns/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75609505Z namespaces/openshift-dns/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75649786Z namespaces/openshift-dns/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.756722576Z namespaces/openshift-dns/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.756943101Z namespaces/openshift-dns/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757005353Z namespaces/openshift-dns/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757061544Z namespaces/openshift-dns/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757129476Z namespaces/openshift-dns/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757178027Z namespaces/openshift-dns/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757250779Z namespaces/openshift-dns/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757314081Z namespaces/openshift-dns/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757411864Z namespaces/openshift-dns/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757502916Z namespaces/openshift-dns/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757577818Z namespaces/openshift-dns/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75767043Z namespaces/openshift-dns/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757725981Z namespaces/openshift-dns/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757778213Z namespaces/openshift-dns/monitoring.coreos.com/servicemonitors/dns-default.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757836704Z namespaces/openshift-dns/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757886536Z namespaces/openshift-dns/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757939277Z namespaces/openshift-dns/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757945717Z namespaces/openshift-dns/pods/dns-default-7f5fs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.757996218Z namespaces/openshift-dns/pods/dns-default-7f5fs/dns-default-7f5fs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758129582Z namespaces/openshift-dns/pods/dns-default-7f5fs/dns/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758142732Z namespaces/openshift-dns/pods/dns-default-7f5fs/dns/dns/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758148352Z namespaces/openshift-dns/pods/dns-default-7f5fs/dns/dns/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758202744Z namespaces/openshift-dns/pods/dns-default-7f5fs/dns/dns/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758311606Z namespaces/openshift-dns/pods/dns-default-7f5fs/dns/dns/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758393418Z namespaces/openshift-dns/pods/dns-default-7f5fs/dns/dns/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758441999Z namespaces/openshift-dns/pods/dns-default-7f5fs/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75844839Z namespaces/openshift-dns/pods/dns-default-7f5fs/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.75845404Z namespaces/openshift-dns/pods/dns-default-7f5fs/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758510661Z namespaces/openshift-dns/pods/dns-default-7f5fs/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758623304Z namespaces/openshift-dns/pods/dns-default-7f5fs/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758727127Z namespaces/openshift-dns/pods/dns-default-7f5fs/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.758884141Z namespaces/openshift-dns/pods/dns-default-k5t5f/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759012794Z namespaces/openshift-dns/pods/dns-default-k5t5f/dns-default-k5t5f.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759095376Z namespaces/openshift-dns/pods/dns-default-k5t5f/dns/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759107196Z namespaces/openshift-dns/pods/dns-default-k5t5f/dns/dns/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759128487Z namespaces/openshift-dns/pods/dns-default-k5t5f/dns/dns/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759189428Z namespaces/openshift-dns/pods/dns-default-k5t5f/dns/dns/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759294671Z namespaces/openshift-dns/pods/dns-default-k5t5f/dns/dns/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759375613Z namespaces/openshift-dns/pods/dns-default-k5t5f/dns/dns/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759423284Z namespaces/openshift-dns/pods/dns-default-k5t5f/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759434364Z namespaces/openshift-dns/pods/dns-default-k5t5f/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759439875Z namespaces/openshift-dns/pods/dns-default-k5t5f/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759502086Z namespaces/openshift-dns/pods/dns-default-k5t5f/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759608369Z namespaces/openshift-dns/pods/dns-default-k5t5f/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759720962Z namespaces/openshift-dns/pods/dns-default-k5t5f/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759795853Z namespaces/openshift-dns/pods/dns-default-wfhdc/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759831914Z namespaces/openshift-dns/pods/dns-default-wfhdc/dns-default-wfhdc.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759956798Z namespaces/openshift-dns/pods/dns-default-wfhdc/dns/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759967888Z namespaces/openshift-dns/pods/dns-default-wfhdc/dns/dns/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.759981278Z namespaces/openshift-dns/pods/dns-default-wfhdc/dns/dns/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76004033Z namespaces/openshift-dns/pods/dns-default-wfhdc/dns/dns/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760144752Z namespaces/openshift-dns/pods/dns-default-wfhdc/dns/dns/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760223744Z namespaces/openshift-dns/pods/dns-default-wfhdc/dns/dns/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760281386Z namespaces/openshift-dns/pods/dns-default-wfhdc/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760287846Z namespaces/openshift-dns/pods/dns-default-wfhdc/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760293406Z namespaces/openshift-dns/pods/dns-default-wfhdc/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760358268Z namespaces/openshift-dns/pods/dns-default-wfhdc/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76046633Z namespaces/openshift-dns/pods/dns-default-wfhdc/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760550073Z namespaces/openshift-dns/pods/dns-default-wfhdc/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760608834Z namespaces/openshift-dns/pods/node-resolver-bh4x8/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760709927Z namespaces/openshift-dns/pods/node-resolver-bh4x8/node-resolver-bh4x8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760796199Z namespaces/openshift-dns/pods/node-resolver-bh4x8/dns-node-resolver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760809899Z namespaces/openshift-dns/pods/node-resolver-bh4x8/dns-node-resolver/dns-node-resolver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760816299Z namespaces/openshift-dns/pods/node-resolver-bh4x8/dns-node-resolver/dns-node-resolver/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760877061Z namespaces/openshift-dns/pods/node-resolver-bh4x8/dns-node-resolver/dns-node-resolver/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.760976974Z namespaces/openshift-dns/pods/node-resolver-bh4x8/dns-node-resolver/dns-node-resolver/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761061836Z namespaces/openshift-dns/pods/node-resolver-bh4x8/dns-node-resolver/dns-node-resolver/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761122627Z namespaces/openshift-dns/pods/node-resolver-fjbmm/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761195689Z namespaces/openshift-dns/pods/node-resolver-fjbmm/node-resolver-fjbmm.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761284751Z namespaces/openshift-dns/pods/node-resolver-fjbmm/dns-node-resolver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761311342Z namespaces/openshift-dns/pods/node-resolver-fjbmm/dns-node-resolver/dns-node-resolver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761321572Z namespaces/openshift-dns/pods/node-resolver-fjbmm/dns-node-resolver/dns-node-resolver/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761366003Z namespaces/openshift-dns/pods/node-resolver-fjbmm/dns-node-resolver/dns-node-resolver/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761464996Z namespaces/openshift-dns/pods/node-resolver-fjbmm/dns-node-resolver/dns-node-resolver/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761547428Z namespaces/openshift-dns/pods/node-resolver-fjbmm/dns-node-resolver/dns-node-resolver/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761614919Z namespaces/openshift-dns/pods/node-resolver-q76dr/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761724422Z namespaces/openshift-dns/pods/node-resolver-q76dr/node-resolver-q76dr.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761830365Z namespaces/openshift-dns/pods/node-resolver-q76dr/dns-node-resolver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761852905Z namespaces/openshift-dns/pods/node-resolver-q76dr/dns-node-resolver/dns-node-resolver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761860106Z namespaces/openshift-dns/pods/node-resolver-q76dr/dns-node-resolver/dns-node-resolver/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.761919927Z namespaces/openshift-dns/pods/node-resolver-q76dr/dns-node-resolver/dns-node-resolver/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76201186Z namespaces/openshift-dns/pods/node-resolver-q76dr/dns-node-resolver/dns-node-resolver/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762073121Z namespaces/openshift-dns/pods/node-resolver-q76dr/dns-node-resolver/dns-node-resolver/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762123943Z namespaces/openshift-dns/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762160883Z namespaces/openshift-dns/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762205465Z namespaces/openshift-dns/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762248515Z namespaces/openshift-dns/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762347008Z namespaces/openshift-etcd/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76240189Z namespaces/openshift-etcd/openshift-etcd.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762596994Z namespaces/openshift-etcd/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762675106Z namespaces/openshift-etcd/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762755388Z namespaces/openshift-etcd/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76280856Z namespaces/openshift-etcd/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762904882Z namespaces/openshift-etcd/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.762992444Z namespaces/openshift-etcd/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763087237Z namespaces/openshift-etcd/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763136558Z namespaces/openshift-etcd/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763181039Z namespaces/openshift-etcd/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763249151Z namespaces/openshift-etcd/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763305992Z namespaces/openshift-etcd/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763395404Z namespaces/openshift-etcd/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763464596Z namespaces/openshift-etcd/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763513867Z namespaces/openshift-etcd/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76360713Z namespaces/openshift-etcd/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763714553Z namespaces/openshift-etcd/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763763594Z namespaces/openshift-etcd/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763887047Z namespaces/openshift-etcd/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.763969979Z namespaces/openshift-etcd/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764074542Z namespaces/openshift-etcd/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764161164Z namespaces/openshift-etcd/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764251636Z namespaces/openshift-etcd/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76439885Z namespaces/openshift-etcd/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764564014Z namespaces/openshift-etcd/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764623786Z namespaces/openshift-etcd/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764704508Z namespaces/openshift-etcd/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764759259Z namespaces/openshift-etcd/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764823211Z namespaces/openshift-etcd/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764895913Z namespaces/openshift-etcd/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.764953904Z namespaces/openshift-etcd/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765040726Z namespaces/openshift-etcd/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765134439Z namespaces/openshift-etcd/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76519367Z namespaces/openshift-etcd/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765235611Z namespaces/openshift-etcd/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765286802Z namespaces/openshift-etcd/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765328573Z namespaces/openshift-etcd/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765394275Z namespaces/openshift-etcd/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765446316Z namespaces/openshift-etcd/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765510898Z namespaces/openshift-etcd/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765557219Z namespaces/openshift-etcd/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765684453Z namespaces/openshift-host-network/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765741734Z namespaces/openshift-host-network/openshift-host-network.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765824036Z namespaces/openshift-host-network/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765873087Z namespaces/openshift-host-network/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.765946059Z namespaces/openshift-host-network/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76599583Z namespaces/openshift-host-network/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766093613Z namespaces/openshift-host-network/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766180905Z namespaces/openshift-host-network/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766270357Z namespaces/openshift-host-network/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766342689Z namespaces/openshift-host-network/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76638635Z namespaces/openshift-host-network/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766434701Z namespaces/openshift-host-network/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766484353Z namespaces/openshift-host-network/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766575225Z namespaces/openshift-host-network/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766660407Z namespaces/openshift-host-network/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766712628Z namespaces/openshift-host-network/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766805881Z namespaces/openshift-host-network/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766886253Z namespaces/openshift-host-network/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.766940614Z namespaces/openshift-host-network/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.767055947Z namespaces/openshift-host-network/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.767145309Z namespaces/openshift-host-network/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.767238262Z namespaces/openshift-host-network/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.767325214Z namespaces/openshift-host-network/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.767415736Z namespaces/openshift-host-network/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76756597Z namespaces/openshift-host-network/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.767704193Z namespaces/openshift-host-network/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768019321Z namespaces/openshift-host-network/core/resourcequotas/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768074263Z namespaces/openshift-host-network/core/resourcequotas/host-network-namespace-quotas.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768143265Z namespaces/openshift-host-network/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768184386Z namespaces/openshift-host-network/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768223837Z namespaces/openshift-host-network/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768284188Z namespaces/openshift-host-network/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76835058Z namespaces/openshift-host-network/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768403241Z namespaces/openshift-host-network/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768494504Z namespaces/openshift-host-network/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768587806Z namespaces/openshift-host-network/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768662458Z namespaces/openshift-host-network/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768716479Z namespaces/openshift-host-network/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768771391Z namespaces/openshift-host-network/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768820772Z namespaces/openshift-host-network/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768889263Z namespaces/openshift-host-network/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768938465Z namespaces/openshift-host-network/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.768985176Z namespaces/openshift-host-network/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.769028817Z namespaces/openshift-host-network/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76914758Z namespaces/openshift-image-registry/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.769198271Z namespaces/openshift-image-registry/openshift-image-registry.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.769268203Z namespaces/openshift-image-registry/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.769318124Z namespaces/openshift-image-registry/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.769395336Z namespaces/openshift-image-registry/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.769439287Z namespaces/openshift-image-registry/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76955986Z namespaces/openshift-image-registry/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.769736585Z namespaces/openshift-image-registry/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.76994133Z namespaces/openshift-image-registry/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.769998651Z namespaces/openshift-image-registry/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770037272Z namespaces/openshift-image-registry/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770091424Z namespaces/openshift-image-registry/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770135895Z namespaces/openshift-image-registry/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770260718Z namespaces/openshift-image-registry/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.77031739Z namespaces/openshift-image-registry/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770361101Z namespaces/openshift-image-registry/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770450033Z namespaces/openshift-image-registry/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770510664Z namespaces/openshift-image-registry/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770518605Z namespaces/openshift-image-registry/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770578486Z namespaces/openshift-image-registry/coordination.k8s.io/leases/openshift-master-controllers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.770691239Z namespaces/openshift-image-registry/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.77072673Z namespaces/openshift-image-registry/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.771352806Z namespaces/openshift-image-registry/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.771449178Z namespaces/openshift-image-registry/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.771778496Z namespaces/openshift-image-registry/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.771868189Z namespaces/openshift-image-registry/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772104345Z namespaces/openshift-image-registry/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772250068Z namespaces/openshift-image-registry/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772511725Z namespaces/openshift-image-registry/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772594267Z namespaces/openshift-image-registry/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772651059Z namespaces/openshift-image-registry/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772761281Z namespaces/openshift-image-registry/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772802533Z namespaces/openshift-image-registry/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772857494Z namespaces/openshift-image-registry/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772897215Z namespaces/openshift-image-registry/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.772975527Z namespaces/openshift-image-registry/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773049689Z namespaces/openshift-image-registry/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.77310954Z namespaces/openshift-image-registry/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773147481Z namespaces/openshift-image-registry/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773207403Z namespaces/openshift-image-registry/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773253734Z namespaces/openshift-image-registry/monitoring.coreos.com/prometheusrules/image-registry-operator-alerts.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773347296Z namespaces/openshift-image-registry/monitoring.coreos.com/prometheusrules/image-registry-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773431988Z namespaces/openshift-image-registry/monitoring.coreos.com/prometheusrules/imagestreams-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773548691Z namespaces/openshift-image-registry/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773591612Z namespaces/openshift-image-registry/monitoring.coreos.com/servicemonitors/image-registry.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773674895Z namespaces/openshift-image-registry/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773711116Z namespaces/openshift-image-registry/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773780117Z namespaces/openshift-image-registry/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773786847Z namespaces/openshift-image-registry/pods/image-registry-7f6d57ffbc-fxbrb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773823278Z namespaces/openshift-image-registry/pods/image-registry-7f6d57ffbc-fxbrb/image-registry-7f6d57ffbc-fxbrb.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773928261Z namespaces/openshift-image-registry/pods/image-registry-7f6d57ffbc-fxbrb/registry/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773934841Z namespaces/openshift-image-registry/pods/image-registry-7f6d57ffbc-fxbrb/registry/registry/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773944061Z namespaces/openshift-image-registry/pods/image-registry-7f6d57ffbc-fxbrb/registry/registry/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.773986852Z namespaces/openshift-image-registry/pods/image-registry-7f6d57ffbc-fxbrb/registry/registry/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.775347237Z namespaces/openshift-image-registry/pods/image-registry-7f6d57ffbc-fxbrb/registry/registry/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.775430279Z namespaces/openshift-image-registry/pods/image-registry-7f6d57ffbc-fxbrb/registry/registry/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.77549546Z namespaces/openshift-image-registry/pods/node-ca-5wvp4/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.775547012Z namespaces/openshift-image-registry/pods/node-ca-5wvp4/node-ca-5wvp4.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.775632834Z namespaces/openshift-image-registry/pods/node-ca-5wvp4/node-ca/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.775665335Z namespaces/openshift-image-registry/pods/node-ca-5wvp4/node-ca/node-ca/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.775686965Z namespaces/openshift-image-registry/pods/node-ca-5wvp4/node-ca/node-ca/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.775739107Z namespaces/openshift-image-registry/pods/node-ca-5wvp4/node-ca/node-ca/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.77589556Z namespaces/openshift-image-registry/pods/node-ca-5wvp4/node-ca/node-ca/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.775981733Z namespaces/openshift-image-registry/pods/node-ca-5wvp4/node-ca/node-ca/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776050755Z namespaces/openshift-image-registry/pods/node-ca-btw62/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776119296Z namespaces/openshift-image-registry/pods/node-ca-btw62/node-ca-btw62.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776233249Z namespaces/openshift-image-registry/pods/node-ca-btw62/node-ca/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776245529Z namespaces/openshift-image-registry/pods/node-ca-btw62/node-ca/node-ca/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.77625892Z namespaces/openshift-image-registry/pods/node-ca-btw62/node-ca/node-ca/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776333902Z namespaces/openshift-image-registry/pods/node-ca-btw62/node-ca/node-ca/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776508156Z namespaces/openshift-image-registry/pods/node-ca-btw62/node-ca/node-ca/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776565077Z namespaces/openshift-image-registry/pods/node-ca-btw62/node-ca/node-ca/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776617789Z namespaces/openshift-image-registry/pods/node-ca-r8gdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776691011Z namespaces/openshift-image-registry/pods/node-ca-r8gdb/node-ca-r8gdb.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776781583Z namespaces/openshift-image-registry/pods/node-ca-r8gdb/node-ca/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776794703Z namespaces/openshift-image-registry/pods/node-ca-r8gdb/node-ca/node-ca/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776800783Z namespaces/openshift-image-registry/pods/node-ca-r8gdb/node-ca/node-ca/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776833814Z namespaces/openshift-image-registry/pods/node-ca-r8gdb/node-ca/node-ca/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.776983208Z namespaces/openshift-image-registry/pods/node-ca-r8gdb/node-ca/node-ca/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777042049Z namespaces/openshift-image-registry/pods/node-ca-r8gdb/node-ca/node-ca/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777087391Z namespaces/openshift-image-registry/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777118702Z namespaces/openshift-image-registry/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777179393Z namespaces/openshift-image-registry/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777208284Z namespaces/openshift-image-registry/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777306676Z namespaces/openshift-ingress-canary/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777352307Z namespaces/openshift-ingress-canary/openshift-ingress-canary.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777425589Z namespaces/openshift-ingress-canary/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.77746231Z namespaces/openshift-ingress-canary/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777542032Z namespaces/openshift-ingress-canary/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777585133Z namespaces/openshift-ingress-canary/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777730927Z namespaces/openshift-ingress-canary/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777827939Z namespaces/openshift-ingress-canary/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777903121Z namespaces/openshift-ingress-canary/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777939752Z namespaces/openshift-ingress-canary/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.777991004Z namespaces/openshift-ingress-canary/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.778019434Z namespaces/openshift-ingress-canary/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.778080076Z namespaces/openshift-ingress-canary/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.778175268Z namespaces/openshift-ingress-canary/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.77825234Z namespaces/openshift-ingress-canary/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.778313372Z namespaces/openshift-ingress-canary/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.778410224Z namespaces/openshift-ingress-canary/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.778503766Z namespaces/openshift-ingress-canary/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.778549948Z namespaces/openshift-ingress-canary/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.778685281Z namespaces/openshift-ingress-canary/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.778794714Z namespaces/openshift-ingress-canary/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.779000549Z namespaces/openshift-ingress-canary/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.779090241Z namespaces/openshift-ingress-canary/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.779249345Z namespaces/openshift-ingress-canary/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.779381929Z namespaces/openshift-ingress-canary/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.779573984Z namespaces/openshift-ingress-canary/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.779719657Z namespaces/openshift-ingress-canary/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.779798669Z namespaces/openshift-ingress-canary/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.779891961Z namespaces/openshift-ingress-canary/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.779948103Z namespaces/openshift-ingress-canary/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780021675Z namespaces/openshift-ingress-canary/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780059286Z namespaces/openshift-ingress-canary/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780143138Z namespaces/openshift-ingress-canary/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78021069Z namespaces/openshift-ingress-canary/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780279261Z namespaces/openshift-ingress-canary/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780332403Z namespaces/openshift-ingress-canary/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780398024Z namespaces/openshift-ingress-canary/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780452346Z namespaces/openshift-ingress-canary/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780516027Z namespaces/openshift-ingress-canary/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780524457Z namespaces/openshift-ingress-canary/pods/ingress-canary-2pcp4/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780592949Z namespaces/openshift-ingress-canary/pods/ingress-canary-2pcp4/ingress-canary-2pcp4.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780703892Z namespaces/openshift-ingress-canary/pods/ingress-canary-2pcp4/serve-healthcheck-canary/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780713902Z namespaces/openshift-ingress-canary/pods/ingress-canary-2pcp4/serve-healthcheck-canary/serve-healthcheck-canary/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780721633Z namespaces/openshift-ingress-canary/pods/ingress-canary-2pcp4/serve-healthcheck-canary/serve-healthcheck-canary/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780771374Z namespaces/openshift-ingress-canary/pods/ingress-canary-2pcp4/serve-healthcheck-canary/serve-healthcheck-canary/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780875997Z namespaces/openshift-ingress-canary/pods/ingress-canary-2pcp4/serve-healthcheck-canary/serve-healthcheck-canary/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.780956519Z namespaces/openshift-ingress-canary/pods/ingress-canary-2pcp4/serve-healthcheck-canary/serve-healthcheck-canary/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78101461Z namespaces/openshift-ingress-canary/pods/ingress-canary-qsrv5/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781068341Z namespaces/openshift-ingress-canary/pods/ingress-canary-qsrv5/ingress-canary-qsrv5.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781146853Z namespaces/openshift-ingress-canary/pods/ingress-canary-qsrv5/serve-healthcheck-canary/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781155493Z namespaces/openshift-ingress-canary/pods/ingress-canary-qsrv5/serve-healthcheck-canary/serve-healthcheck-canary/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781198045Z namespaces/openshift-ingress-canary/pods/ingress-canary-qsrv5/serve-healthcheck-canary/serve-healthcheck-canary/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781254986Z namespaces/openshift-ingress-canary/pods/ingress-canary-qsrv5/serve-healthcheck-canary/serve-healthcheck-canary/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781363699Z namespaces/openshift-ingress-canary/pods/ingress-canary-qsrv5/serve-healthcheck-canary/serve-healthcheck-canary/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781441431Z namespaces/openshift-ingress-canary/pods/ingress-canary-qsrv5/serve-healthcheck-canary/serve-healthcheck-canary/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781488382Z namespaces/openshift-ingress-canary/pods/ingress-canary-t7fts/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781539353Z namespaces/openshift-ingress-canary/pods/ingress-canary-t7fts/ingress-canary-t7fts.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781906963Z namespaces/openshift-ingress-canary/pods/ingress-canary-t7fts/serve-healthcheck-canary/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781922133Z namespaces/openshift-ingress-canary/pods/ingress-canary-t7fts/serve-healthcheck-canary/serve-healthcheck-canary/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781925743Z namespaces/openshift-ingress-canary/pods/ingress-canary-t7fts/serve-healthcheck-canary/serve-healthcheck-canary/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.781971104Z namespaces/openshift-ingress-canary/pods/ingress-canary-t7fts/serve-healthcheck-canary/serve-healthcheck-canary/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782095457Z namespaces/openshift-ingress-canary/pods/ingress-canary-t7fts/serve-healthcheck-canary/serve-healthcheck-canary/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.7821931Z namespaces/openshift-ingress-canary/pods/ingress-canary-t7fts/serve-healthcheck-canary/serve-healthcheck-canary/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782241591Z namespaces/openshift-ingress-canary/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782293762Z namespaces/openshift-ingress-canary/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782343943Z namespaces/openshift-ingress-canary/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782395985Z namespaces/openshift-ingress-canary/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782486937Z namespaces/openshift-ingress-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782542359Z namespaces/openshift-ingress-operator/openshift-ingress-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78261177Z namespaces/openshift-ingress-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782686852Z namespaces/openshift-ingress-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782763464Z namespaces/openshift-ingress-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782804475Z namespaces/openshift-ingress-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.782896517Z namespaces/openshift-ingress-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78298571Z namespaces/openshift-ingress-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783077912Z namespaces/openshift-ingress-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783133083Z namespaces/openshift-ingress-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783184335Z namespaces/openshift-ingress-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783238056Z namespaces/openshift-ingress-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783289638Z namespaces/openshift-ingress-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78337697Z namespaces/openshift-ingress-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783433321Z namespaces/openshift-ingress-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783485983Z namespaces/openshift-ingress-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783577785Z namespaces/openshift-ingress-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783668847Z namespaces/openshift-ingress-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.783725998Z namespaces/openshift-ingress-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.784501368Z namespaces/openshift-ingress-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78458376Z namespaces/openshift-ingress-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.784738994Z namespaces/openshift-ingress-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.784812686Z namespaces/openshift-ingress-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.784910899Z namespaces/openshift-ingress-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785039222Z namespaces/openshift-ingress-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785246027Z namespaces/openshift-ingress-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785326089Z namespaces/openshift-ingress-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78538284Z namespaces/openshift-ingress-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785451422Z namespaces/openshift-ingress-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785502654Z namespaces/openshift-ingress-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785560305Z namespaces/openshift-ingress-operator/ingress.operator.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785568785Z namespaces/openshift-ingress-operator/ingress.operator.openshift.io/dnsrecords/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785617156Z namespaces/openshift-ingress-operator/ingress.operator.openshift.io/dnsrecords/default-wildcard.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785727239Z namespaces/openshift-ingress-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78576807Z namespaces/openshift-ingress-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785847712Z namespaces/openshift-ingress-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785925884Z namespaces/openshift-ingress-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.785999646Z namespaces/openshift-ingress-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786044867Z namespaces/openshift-ingress-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786108239Z namespaces/openshift-ingress-operator/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78615624Z namespaces/openshift-ingress-operator/monitoring.coreos.com/prometheusrules/ingress-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786235182Z namespaces/openshift-ingress-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786284033Z namespaces/openshift-ingress-operator/monitoring.coreos.com/servicemonitors/ingress-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786355195Z namespaces/openshift-ingress-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786404116Z namespaces/openshift-ingress-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786471078Z namespaces/openshift-ingress-operator/operator.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786479378Z namespaces/openshift-ingress-operator/operator.openshift.io/ingresscontrollers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78653414Z namespaces/openshift-ingress-operator/operator.openshift.io/ingresscontrollers/default.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786617152Z namespaces/openshift-ingress-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786692624Z namespaces/openshift-ingress-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786756165Z namespaces/openshift-ingress-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786803556Z namespaces/openshift-ingress-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.786879998Z namespaces/openshift-ingress/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78693327Z namespaces/openshift-ingress/openshift-ingress.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787013102Z namespaces/openshift-ingress/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787062463Z namespaces/openshift-ingress/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787137165Z namespaces/openshift-ingress/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787186256Z namespaces/openshift-ingress/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787286768Z namespaces/openshift-ingress/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787424062Z namespaces/openshift-ingress/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787546455Z namespaces/openshift-ingress/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787609317Z namespaces/openshift-ingress/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787721719Z namespaces/openshift-ingress/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787808462Z namespaces/openshift-ingress/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787845843Z namespaces/openshift-ingress/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.787941385Z namespaces/openshift-ingress/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.788021027Z namespaces/openshift-ingress/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.788071858Z namespaces/openshift-ingress/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.788222412Z namespaces/openshift-ingress/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.788361326Z namespaces/openshift-ingress/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.788415087Z namespaces/openshift-ingress/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78854164Z namespaces/openshift-ingress/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.788718135Z namespaces/openshift-ingress/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.78891671Z namespaces/openshift-ingress/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.789020402Z namespaces/openshift-ingress/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.789214837Z namespaces/openshift-ingress/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.789347311Z namespaces/openshift-ingress/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.789574236Z namespaces/openshift-ingress/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.789682639Z namespaces/openshift-ingress/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.789751351Z namespaces/openshift-ingress/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.789844643Z namespaces/openshift-ingress/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.789887014Z namespaces/openshift-ingress/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.789969876Z namespaces/openshift-ingress/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790022058Z namespaces/openshift-ingress/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79011922Z namespaces/openshift-ingress/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790213042Z namespaces/openshift-ingress/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790279874Z namespaces/openshift-ingress/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790333085Z namespaces/openshift-ingress/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790405307Z namespaces/openshift-ingress/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790454539Z namespaces/openshift-ingress/monitoring.coreos.com/servicemonitors/router-default.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790527621Z namespaces/openshift-ingress/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790578082Z namespaces/openshift-ingress/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790660244Z namespaces/openshift-ingress/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790682364Z namespaces/openshift-ingress/pods/router-default-7b64899dcd-25ctw/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790740606Z namespaces/openshift-ingress/pods/router-default-7b64899dcd-25ctw/router-default-7b64899dcd-25ctw.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790853769Z namespaces/openshift-ingress/pods/router-default-7b64899dcd-25ctw/router/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790860249Z namespaces/openshift-ingress/pods/router-default-7b64899dcd-25ctw/router/router/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790865919Z namespaces/openshift-ingress/pods/router-default-7b64899dcd-25ctw/router/router/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.790930861Z namespaces/openshift-ingress/pods/router-default-7b64899dcd-25ctw/router/router/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791099325Z namespaces/openshift-ingress/pods/router-default-7b64899dcd-25ctw/router/router/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791167127Z namespaces/openshift-ingress/pods/router-default-7b64899dcd-25ctw/router/router/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791223228Z namespaces/openshift-ingress/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791258169Z namespaces/openshift-ingress/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.7913053Z namespaces/openshift-ingress/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791343931Z namespaces/openshift-ingress/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791432573Z namespaces/openshift-insights/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791486505Z namespaces/openshift-insights/openshift-insights.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791565617Z namespaces/openshift-insights/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791619668Z namespaces/openshift-insights/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791715191Z namespaces/openshift-insights/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791768892Z namespaces/openshift-insights/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.791938546Z namespaces/openshift-insights/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792068349Z namespaces/openshift-insights/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792180292Z namespaces/openshift-insights/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792253034Z namespaces/openshift-insights/apps/deployments/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792307365Z namespaces/openshift-insights/apps/deployments/insights-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792402498Z namespaces/openshift-insights/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792454409Z namespaces/openshift-insights/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79251366Z namespaces/openshift-insights/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792561132Z namespaces/openshift-insights/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792677965Z namespaces/openshift-insights/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792745826Z namespaces/openshift-insights/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792801648Z namespaces/openshift-insights/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79289287Z namespaces/openshift-insights/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.792991743Z namespaces/openshift-insights/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.793026813Z namespaces/openshift-insights/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.793621568Z namespaces/openshift-insights/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.793752222Z namespaces/openshift-insights/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.794005188Z namespaces/openshift-insights/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.794140822Z namespaces/openshift-insights/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.794443959Z namespaces/openshift-insights/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.794564112Z namespaces/openshift-insights/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.794761477Z namespaces/openshift-insights/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.794971543Z namespaces/openshift-insights/core/configmaps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795025294Z namespaces/openshift-insights/core/configmaps/service-ca-bundle.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795109516Z namespaces/openshift-insights/core/serviceaccounts/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795160658Z namespaces/openshift-insights/core/serviceaccounts/gather.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79525857Z namespaces/openshift-insights/core/serviceaccounts/operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795316251Z namespaces/openshift-insights/core/services/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795365083Z namespaces/openshift-insights/core/services/metrics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795434285Z namespaces/openshift-insights/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795465435Z namespaces/openshift-insights/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795529907Z namespaces/openshift-insights/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795566898Z namespaces/openshift-insights/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79565593Z namespaces/openshift-insights/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795749832Z namespaces/openshift-insights/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795841755Z namespaces/openshift-insights/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795919137Z namespaces/openshift-insights/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.795979238Z namespaces/openshift-insights/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79604359Z namespaces/openshift-insights/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796101311Z namespaces/openshift-insights/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796149043Z namespaces/openshift-insights/monitoring.coreos.com/prometheusrules/insights-prometheus-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796203304Z namespaces/openshift-insights/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796243705Z namespaces/openshift-insights/monitoring.coreos.com/servicemonitors/insights-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796296276Z namespaces/openshift-insights/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796336407Z namespaces/openshift-insights/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796413269Z namespaces/openshift-insights/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796422179Z namespaces/openshift-insights/pods/insights-operator-585dfdc468-q5swj/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79645525Z namespaces/openshift-insights/pods/insights-operator-585dfdc468-q5swj/insights-operator-585dfdc468-q5swj.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796553983Z namespaces/openshift-insights/pods/insights-operator-585dfdc468-q5swj/insights-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796560363Z namespaces/openshift-insights/pods/insights-operator-585dfdc468-q5swj/insights-operator/insights-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796566063Z namespaces/openshift-insights/pods/insights-operator-585dfdc468-q5swj/insights-operator/insights-operator/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.796607224Z namespaces/openshift-insights/pods/insights-operator-585dfdc468-q5swj/insights-operator/insights-operator/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797024805Z namespaces/openshift-insights/pods/insights-operator-585dfdc468-q5swj/insights-operator/insights-operator/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797338233Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797384524Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/insights-runtime-extractor-5rcs6.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797475846Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797484206Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/exporter/exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797493486Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/exporter/exporter/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797548768Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/exporter/exporter/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79763149Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/exporter/exporter/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797743033Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/exporter/exporter/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797784954Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/extractor/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797793774Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/extractor/extractor/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797797094Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/extractor/extractor/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797848155Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/extractor/extractor/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.797953918Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/extractor/extractor/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79801197Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/extractor/extractor/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.7980401Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79804866Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798063081Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798114322Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798205915Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798272976Z namespaces/openshift-insights/pods/insights-runtime-extractor-5rcs6/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798326358Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798361068Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/insights-runtime-extractor-m64qv.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798457461Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798463571Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/exporter/exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798470501Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/exporter/exporter/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798514192Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/exporter/exporter/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798601065Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/exporter/exporter/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798722508Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/exporter/exporter/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798746028Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/extractor/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798765299Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/extractor/extractor/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798773899Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/extractor/extractor/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.79882402Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/extractor/extractor/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.798929163Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/extractor/extractor/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799001225Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/extractor/extractor/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799031505Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799040085Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799052726Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799109557Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.7992087Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799280162Z namespaces/openshift-insights/pods/insights-runtime-extractor-m64qv/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799335443Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799378794Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/insights-runtime-extractor-x9xwk.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799467366Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799473796Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/exporter/exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799512377Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/exporter/exporter/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799558889Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/exporter/exporter/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799677752Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/exporter/exporter/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.799765544Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/exporter/exporter/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80001338Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/extractor/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8000214Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/extractor/extractor/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800031971Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/extractor/extractor/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800083892Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/extractor/extractor/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800178974Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/extractor/extractor/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800246026Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/extractor/extractor/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800281777Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800287827Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800295817Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800346259Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800432741Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800492542Z namespaces/openshift-insights/pods/insights-runtime-extractor-x9xwk/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800543834Z namespaces/openshift-insights/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800587805Z namespaces/openshift-insights/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800671357Z namespaces/openshift-insights/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800719818Z namespaces/openshift-insights/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80078274Z namespaces/openshift-keda/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80078929Z namespaces/openshift-keda/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80079443Z namespaces/openshift-keda/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800842521Z namespaces/openshift-keda/coordination.k8s.io/leases/olm-operator.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800934404Z namespaces/openshift-keda/coordination.k8s.io/leases/operator.keda.sh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800980615Z namespaces/openshift-keda/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.800992745Z namespaces/openshift-keda/monitoring.coreos.com/podmonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801035956Z namespaces/openshift-keda/monitoring.coreos.com/podmonitors/keda-olm-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801091588Z namespaces/openshift-keda/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801137819Z namespaces/openshift-keda/monitoring.coreos.com/servicemonitors/keda-admission-webhooks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801227291Z namespaces/openshift-keda/monitoring.coreos.com/servicemonitors/keda-metrics-apiserver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801304513Z namespaces/openshift-keda/monitoring.coreos.com/servicemonitors/keda-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801369275Z namespaces/openshift-keda/operators.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801375325Z namespaces/openshift-keda/operators.coreos.com/clusterserviceversions/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801422956Z namespaces/openshift-keda/operators.coreos.com/clusterserviceversions/custom-metrics-autoscaler.v2.18.1-2.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80158356Z namespaces/openshift-keda/operators.coreos.com/installplans/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801622531Z namespaces/openshift-keda/operators.coreos.com/installplans/install-4tm2c.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801747844Z namespaces/openshift-keda/operators.coreos.com/operatorconditions/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801785995Z namespaces/openshift-keda/operators.coreos.com/operatorconditions/custom-metrics-autoscaler.v2.18.1-2.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801843147Z namespaces/openshift-keda/operators.coreos.com/operatorgroups/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801868307Z namespaces/openshift-keda/operators.coreos.com/operatorgroups/openshift-keda.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.801929089Z namespaces/openshift-keda/operators.coreos.com/subscriptions/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80197498Z namespaces/openshift-keda/operators.coreos.com/subscriptions/openshift-custom-metrics-autoscaler-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802070842Z namespaces/openshift-kube-apiserver-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802116413Z namespaces/openshift-kube-apiserver-operator/openshift-kube-apiserver-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802178945Z namespaces/openshift-kube-apiserver-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802216056Z namespaces/openshift-kube-apiserver-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802262537Z namespaces/openshift-kube-apiserver-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802300168Z namespaces/openshift-kube-apiserver-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80237748Z namespaces/openshift-kube-apiserver-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802451182Z namespaces/openshift-kube-apiserver-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802526014Z namespaces/openshift-kube-apiserver-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802575645Z namespaces/openshift-kube-apiserver-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802612846Z namespaces/openshift-kube-apiserver-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802697178Z namespaces/openshift-kube-apiserver-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802720989Z namespaces/openshift-kube-apiserver-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802803231Z namespaces/openshift-kube-apiserver-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802868192Z namespaces/openshift-kube-apiserver-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802911574Z namespaces/openshift-kube-apiserver-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.802987615Z namespaces/openshift-kube-apiserver-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803047737Z namespaces/openshift-kube-apiserver-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803091468Z namespaces/openshift-kube-apiserver-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803189601Z namespaces/openshift-kube-apiserver-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803261922Z namespaces/openshift-kube-apiserver-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803340604Z namespaces/openshift-kube-apiserver-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803420426Z namespaces/openshift-kube-apiserver-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803491488Z namespaces/openshift-kube-apiserver-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803610131Z namespaces/openshift-kube-apiserver-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803807176Z namespaces/openshift-kube-apiserver-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803877938Z namespaces/openshift-kube-apiserver-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803907039Z namespaces/openshift-kube-apiserver-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80395324Z namespaces/openshift-kube-apiserver-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.803993511Z namespaces/openshift-kube-apiserver-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804061492Z namespaces/openshift-kube-apiserver-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804100193Z namespaces/openshift-kube-apiserver-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804180086Z namespaces/openshift-kube-apiserver-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804254997Z namespaces/openshift-kube-apiserver-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804298978Z namespaces/openshift-kube-apiserver-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804339459Z namespaces/openshift-kube-apiserver-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804385951Z namespaces/openshift-kube-apiserver-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804425412Z namespaces/openshift-kube-apiserver-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804468363Z namespaces/openshift-kube-apiserver-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804510134Z namespaces/openshift-kube-apiserver-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804551095Z namespaces/openshift-kube-apiserver-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804591236Z namespaces/openshift-kube-apiserver-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804709949Z namespaces/openshift-kube-apiserver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80475514Z namespaces/openshift-kube-apiserver/openshift-kube-apiserver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804811931Z namespaces/openshift-kube-apiserver/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804849683Z namespaces/openshift-kube-apiserver/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804917784Z namespaces/openshift-kube-apiserver/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.804956985Z namespaces/openshift-kube-apiserver/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805038837Z namespaces/openshift-kube-apiserver/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805115849Z namespaces/openshift-kube-apiserver/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805185941Z namespaces/openshift-kube-apiserver/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805229702Z namespaces/openshift-kube-apiserver/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805270633Z namespaces/openshift-kube-apiserver/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805332445Z namespaces/openshift-kube-apiserver/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805387726Z namespaces/openshift-kube-apiserver/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805470878Z namespaces/openshift-kube-apiserver/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80552982Z namespaces/openshift-kube-apiserver/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805575951Z namespaces/openshift-kube-apiserver/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805677773Z namespaces/openshift-kube-apiserver/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805728655Z namespaces/openshift-kube-apiserver/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805771926Z namespaces/openshift-kube-apiserver/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.805862778Z namespaces/openshift-kube-apiserver/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80593638Z namespaces/openshift-kube-apiserver/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806011112Z namespaces/openshift-kube-apiserver/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806086704Z namespaces/openshift-kube-apiserver/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806172996Z namespaces/openshift-kube-apiserver/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806292109Z namespaces/openshift-kube-apiserver/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806449103Z namespaces/openshift-kube-apiserver/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806495894Z namespaces/openshift-kube-apiserver/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806525535Z namespaces/openshift-kube-apiserver/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806577976Z namespaces/openshift-kube-apiserver/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806607057Z namespaces/openshift-kube-apiserver/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806678919Z namespaces/openshift-kube-apiserver/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80671955Z namespaces/openshift-kube-apiserver/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806798512Z namespaces/openshift-kube-apiserver/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806871644Z namespaces/openshift-kube-apiserver/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806936925Z namespaces/openshift-kube-apiserver/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.806980786Z namespaces/openshift-kube-apiserver/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807037698Z namespaces/openshift-kube-apiserver/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807076349Z namespaces/openshift-kube-apiserver/monitoring.coreos.com/prometheusrules/api-usage.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807166841Z namespaces/openshift-kube-apiserver/monitoring.coreos.com/prometheusrules/podsecurity.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807224992Z namespaces/openshift-kube-apiserver/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807261773Z namespaces/openshift-kube-apiserver/monitoring.coreos.com/servicemonitors/openshift-kube-apiserver.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807312335Z namespaces/openshift-kube-apiserver/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807361306Z namespaces/openshift-kube-apiserver/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807396887Z namespaces/openshift-kube-apiserver/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807437598Z namespaces/openshift-kube-apiserver/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807488829Z namespaces/openshift-kube-apiserver/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807537891Z namespaces/openshift-kube-apiserver/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807610252Z namespaces/openshift-kube-controller-manager-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807686574Z namespaces/openshift-kube-controller-manager-operator/openshift-kube-controller-manager-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807751546Z namespaces/openshift-kube-controller-manager-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807786817Z namespaces/openshift-kube-controller-manager-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807842788Z namespaces/openshift-kube-controller-manager-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807885989Z namespaces/openshift-kube-controller-manager-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.807965981Z namespaces/openshift-kube-controller-manager-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808052573Z namespaces/openshift-kube-controller-manager-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808130755Z namespaces/openshift-kube-controller-manager-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808374672Z namespaces/openshift-kube-controller-manager-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808420413Z namespaces/openshift-kube-controller-manager-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808480494Z namespaces/openshift-kube-controller-manager-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808519015Z namespaces/openshift-kube-controller-manager-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808600197Z namespaces/openshift-kube-controller-manager-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808670949Z namespaces/openshift-kube-controller-manager-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808729441Z namespaces/openshift-kube-controller-manager-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808809723Z namespaces/openshift-kube-controller-manager-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808879164Z namespaces/openshift-kube-controller-manager-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.808919925Z namespaces/openshift-kube-controller-manager-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809024448Z namespaces/openshift-kube-controller-manager-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80910246Z namespaces/openshift-kube-controller-manager-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809179192Z namespaces/openshift-kube-controller-manager-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809255284Z namespaces/openshift-kube-controller-manager-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809332286Z namespaces/openshift-kube-controller-manager-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809446819Z namespaces/openshift-kube-controller-manager-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809603283Z namespaces/openshift-kube-controller-manager-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809694735Z namespaces/openshift-kube-controller-manager-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809740686Z namespaces/openshift-kube-controller-manager-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809814998Z namespaces/openshift-kube-controller-manager-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809852659Z namespaces/openshift-kube-controller-manager-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.80991632Z namespaces/openshift-kube-controller-manager-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.809970272Z namespaces/openshift-kube-controller-manager-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810028603Z namespaces/openshift-kube-controller-manager-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810128376Z namespaces/openshift-kube-controller-manager-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810171807Z namespaces/openshift-kube-controller-manager-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810215588Z namespaces/openshift-kube-controller-manager-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81027398Z namespaces/openshift-kube-controller-manager-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81031647Z namespaces/openshift-kube-controller-manager-operator/monitoring.coreos.com/servicemonitors/kube-controller-manager-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810368832Z namespaces/openshift-kube-controller-manager-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810408643Z namespaces/openshift-kube-controller-manager-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810459444Z namespaces/openshift-kube-controller-manager-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810504605Z namespaces/openshift-kube-controller-manager-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810554696Z namespaces/openshift-kube-controller-manager-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810599388Z namespaces/openshift-kube-controller-manager-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81070888Z namespaces/openshift-kube-controller-manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810755512Z namespaces/openshift-kube-controller-manager/openshift-kube-controller-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810813873Z namespaces/openshift-kube-controller-manager/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810849134Z namespaces/openshift-kube-controller-manager/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810910096Z namespaces/openshift-kube-controller-manager/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.810949257Z namespaces/openshift-kube-controller-manager/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811029789Z namespaces/openshift-kube-controller-manager/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81109928Z namespaces/openshift-kube-controller-manager/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811181323Z namespaces/openshift-kube-controller-manager/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811234544Z namespaces/openshift-kube-controller-manager/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811278925Z namespaces/openshift-kube-controller-manager/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811330186Z namespaces/openshift-kube-controller-manager/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811373107Z namespaces/openshift-kube-controller-manager/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811446869Z namespaces/openshift-kube-controller-manager/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811499Z namespaces/openshift-kube-controller-manager/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811538881Z namespaces/openshift-kube-controller-manager/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811615454Z namespaces/openshift-kube-controller-manager/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811696885Z namespaces/openshift-kube-controller-manager/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811708866Z namespaces/openshift-kube-controller-manager/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811740797Z namespaces/openshift-kube-controller-manager/coordination.k8s.io/leases/cluster-policy-controller-lock.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811795538Z namespaces/openshift-kube-controller-manager/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811833279Z namespaces/openshift-kube-controller-manager/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.811927331Z namespaces/openshift-kube-controller-manager/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812014244Z namespaces/openshift-kube-controller-manager/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81228311Z namespaces/openshift-kube-controller-manager/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812365682Z namespaces/openshift-kube-controller-manager/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812429004Z namespaces/openshift-kube-controller-manager/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812549457Z namespaces/openshift-kube-controller-manager/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812774003Z namespaces/openshift-kube-controller-manager/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812825924Z namespaces/openshift-kube-controller-manager/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812869325Z namespaces/openshift-kube-controller-manager/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812909886Z namespaces/openshift-kube-controller-manager/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812952227Z namespaces/openshift-kube-controller-manager/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.812996168Z namespaces/openshift-kube-controller-manager/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813038699Z namespaces/openshift-kube-controller-manager/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813109121Z namespaces/openshift-kube-controller-manager/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813187233Z namespaces/openshift-kube-controller-manager/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813225534Z namespaces/openshift-kube-controller-manager/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813267785Z namespaces/openshift-kube-controller-manager/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813324887Z namespaces/openshift-kube-controller-manager/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813365038Z namespaces/openshift-kube-controller-manager/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813416189Z namespaces/openshift-kube-controller-manager/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81346028Z namespaces/openshift-kube-controller-manager/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813502791Z namespaces/openshift-kube-controller-manager/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813540332Z namespaces/openshift-kube-controller-manager/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813615774Z namespaces/openshift-kube-scheduler-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813693676Z namespaces/openshift-kube-scheduler-operator/openshift-kube-scheduler-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813751177Z namespaces/openshift-kube-scheduler-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813793718Z namespaces/openshift-kube-scheduler-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81384795Z namespaces/openshift-kube-scheduler-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813889501Z namespaces/openshift-kube-scheduler-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.813968973Z namespaces/openshift-kube-scheduler-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814042545Z namespaces/openshift-kube-scheduler-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814121657Z namespaces/openshift-kube-scheduler-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814173818Z namespaces/openshift-kube-scheduler-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814217869Z namespaces/openshift-kube-scheduler-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814277341Z namespaces/openshift-kube-scheduler-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814329552Z namespaces/openshift-kube-scheduler-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814400104Z namespaces/openshift-kube-scheduler-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814444595Z namespaces/openshift-kube-scheduler-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814488356Z namespaces/openshift-kube-scheduler-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814565228Z namespaces/openshift-kube-scheduler-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814664591Z namespaces/openshift-kube-scheduler-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814725622Z namespaces/openshift-kube-scheduler-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814846025Z namespaces/openshift-kube-scheduler-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814916097Z namespaces/openshift-kube-scheduler-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.814993069Z namespaces/openshift-kube-scheduler-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815068911Z namespaces/openshift-kube-scheduler-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815138243Z namespaces/openshift-kube-scheduler-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815256555Z namespaces/openshift-kube-scheduler-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81541479Z namespaces/openshift-kube-scheduler-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815478951Z namespaces/openshift-kube-scheduler-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815521452Z namespaces/openshift-kube-scheduler-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815566613Z namespaces/openshift-kube-scheduler-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815606964Z namespaces/openshift-kube-scheduler-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815666546Z namespaces/openshift-kube-scheduler-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815719607Z namespaces/openshift-kube-scheduler-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815796879Z namespaces/openshift-kube-scheduler-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815869691Z namespaces/openshift-kube-scheduler-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815917032Z namespaces/openshift-kube-scheduler-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.815955053Z namespaces/openshift-kube-scheduler-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816008365Z namespaces/openshift-kube-scheduler-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816049975Z namespaces/openshift-kube-scheduler-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816094237Z namespaces/openshift-kube-scheduler-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816134718Z namespaces/openshift-kube-scheduler-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816177359Z namespaces/openshift-kube-scheduler-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81621885Z namespaces/openshift-kube-scheduler-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816282432Z namespaces/openshift-kube-scheduler/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816326062Z namespaces/openshift-kube-scheduler/openshift-kube-scheduler.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816389914Z namespaces/openshift-kube-scheduler/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816428115Z namespaces/openshift-kube-scheduler/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816485366Z namespaces/openshift-kube-scheduler/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816527918Z namespaces/openshift-kube-scheduler/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81660685Z namespaces/openshift-kube-scheduler/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816721083Z namespaces/openshift-kube-scheduler/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816784464Z namespaces/openshift-kube-scheduler/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816839075Z namespaces/openshift-kube-scheduler/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816878096Z namespaces/openshift-kube-scheduler/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816939328Z namespaces/openshift-kube-scheduler/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.816980259Z namespaces/openshift-kube-scheduler/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817058941Z namespaces/openshift-kube-scheduler/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817100212Z namespaces/openshift-kube-scheduler/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817132183Z namespaces/openshift-kube-scheduler/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817215165Z namespaces/openshift-kube-scheduler/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817269026Z namespaces/openshift-kube-scheduler/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817306327Z namespaces/openshift-kube-scheduler/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81740142Z namespaces/openshift-kube-scheduler/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817475862Z namespaces/openshift-kube-scheduler/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817553473Z namespaces/openshift-kube-scheduler/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817626226Z namespaces/openshift-kube-scheduler/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817743308Z namespaces/openshift-kube-scheduler/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.817868081Z namespaces/openshift-kube-scheduler/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818010945Z namespaces/openshift-kube-scheduler/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818354664Z namespaces/openshift-kube-scheduler/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818401605Z namespaces/openshift-kube-scheduler/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818458447Z namespaces/openshift-kube-scheduler/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818498048Z namespaces/openshift-kube-scheduler/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818557719Z namespaces/openshift-kube-scheduler/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81859941Z namespaces/openshift-kube-scheduler/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818713093Z namespaces/openshift-kube-scheduler/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818789695Z namespaces/openshift-kube-scheduler/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818831706Z namespaces/openshift-kube-scheduler/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818860077Z namespaces/openshift-kube-scheduler/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818907248Z namespaces/openshift-kube-scheduler/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.818945859Z namespaces/openshift-kube-scheduler/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81900381Z namespaces/openshift-kube-scheduler/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819048881Z namespaces/openshift-kube-scheduler/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819091723Z namespaces/openshift-kube-scheduler/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819127813Z namespaces/openshift-kube-scheduler/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819213266Z namespaces/openshift-kube-storage-version-migrator-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819258767Z namespaces/openshift-kube-storage-version-migrator-operator/openshift-kube-storage-version-migrator-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819324898Z namespaces/openshift-kube-storage-version-migrator-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819363199Z namespaces/openshift-kube-storage-version-migrator-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819421421Z namespaces/openshift-kube-storage-version-migrator-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819462012Z namespaces/openshift-kube-storage-version-migrator-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819541364Z namespaces/openshift-kube-storage-version-migrator-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819666677Z namespaces/openshift-kube-storage-version-migrator-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.81978005Z namespaces/openshift-kube-storage-version-migrator-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819828081Z namespaces/openshift-kube-storage-version-migrator-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819869992Z namespaces/openshift-kube-storage-version-migrator-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819925793Z namespaces/openshift-kube-storage-version-migrator-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.819964025Z namespaces/openshift-kube-storage-version-migrator-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820053157Z namespaces/openshift-kube-storage-version-migrator-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820116828Z namespaces/openshift-kube-storage-version-migrator-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820145569Z namespaces/openshift-kube-storage-version-migrator-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820234331Z namespaces/openshift-kube-storage-version-migrator-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820279493Z namespaces/openshift-kube-storage-version-migrator-operator/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820286253Z namespaces/openshift-kube-storage-version-migrator-operator/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820322603Z namespaces/openshift-kube-storage-version-migrator-operator/coordination.k8s.io/leases/openshift-kube-storage-version-migrator-operator-lock.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820393995Z namespaces/openshift-kube-storage-version-migrator-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820437206Z namespaces/openshift-kube-storage-version-migrator-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820532389Z namespaces/openshift-kube-storage-version-migrator-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820613841Z namespaces/openshift-kube-storage-version-migrator-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820813086Z namespaces/openshift-kube-storage-version-migrator-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.820891678Z namespaces/openshift-kube-storage-version-migrator-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821002231Z namespaces/openshift-kube-storage-version-migrator-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821111163Z namespaces/openshift-kube-storage-version-migrator-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821269427Z namespaces/openshift-kube-storage-version-migrator-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821321939Z namespaces/openshift-kube-storage-version-migrator-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82135418Z namespaces/openshift-kube-storage-version-migrator-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821406601Z namespaces/openshift-kube-storage-version-migrator-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821436852Z namespaces/openshift-kube-storage-version-migrator-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821492463Z namespaces/openshift-kube-storage-version-migrator-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821527134Z namespaces/openshift-kube-storage-version-migrator-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821603586Z namespaces/openshift-kube-storage-version-migrator-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821741539Z namespaces/openshift-kube-storage-version-migrator-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821795161Z namespaces/openshift-kube-storage-version-migrator-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821822141Z namespaces/openshift-kube-storage-version-migrator-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821878763Z namespaces/openshift-kube-storage-version-migrator-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821902554Z namespaces/openshift-kube-storage-version-migrator-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821956155Z namespaces/openshift-kube-storage-version-migrator-operator/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.821975665Z namespaces/openshift-kube-storage-version-migrator-operator/pods/kube-storage-version-migrator-operator-6769c5d45-v8mkb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822010306Z namespaces/openshift-kube-storage-version-migrator-operator/pods/kube-storage-version-migrator-operator-6769c5d45-v8mkb/kube-storage-version-migrator-operator-6769c5d45-v8mkb.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822127609Z namespaces/openshift-kube-storage-version-migrator-operator/pods/kube-storage-version-migrator-operator-6769c5d45-v8mkb/kube-storage-version-migrator-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822135489Z namespaces/openshift-kube-storage-version-migrator-operator/pods/kube-storage-version-migrator-operator-6769c5d45-v8mkb/kube-storage-version-migrator-operator/kube-storage-version-migrator-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822140749Z namespaces/openshift-kube-storage-version-migrator-operator/pods/kube-storage-version-migrator-operator-6769c5d45-v8mkb/kube-storage-version-migrator-operator/kube-storage-version-migrator-operator/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82217415Z namespaces/openshift-kube-storage-version-migrator-operator/pods/kube-storage-version-migrator-operator-6769c5d45-v8mkb/kube-storage-version-migrator-operator/kube-storage-version-migrator-operator/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822285633Z namespaces/openshift-kube-storage-version-migrator-operator/pods/kube-storage-version-migrator-operator-6769c5d45-v8mkb/kube-storage-version-migrator-operator/kube-storage-version-migrator-operator/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822446387Z namespaces/openshift-kube-storage-version-migrator-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822476918Z namespaces/openshift-kube-storage-version-migrator-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822534319Z namespaces/openshift-kube-storage-version-migrator-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822575151Z namespaces/openshift-kube-storage-version-migrator-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822661483Z namespaces/openshift-kube-storage-version-migrator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822714754Z namespaces/openshift-kube-storage-version-migrator/openshift-kube-storage-version-migrator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822776046Z namespaces/openshift-kube-storage-version-migrator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822812557Z namespaces/openshift-kube-storage-version-migrator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822872088Z namespaces/openshift-kube-storage-version-migrator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822917079Z namespaces/openshift-kube-storage-version-migrator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.822997711Z namespaces/openshift-kube-storage-version-migrator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823099344Z namespaces/openshift-kube-storage-version-migrator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823193086Z namespaces/openshift-kube-storage-version-migrator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823250538Z namespaces/openshift-kube-storage-version-migrator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82332143Z namespaces/openshift-kube-storage-version-migrator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823381621Z namespaces/openshift-kube-storage-version-migrator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823428362Z namespaces/openshift-kube-storage-version-migrator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823530245Z namespaces/openshift-kube-storage-version-migrator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823585176Z namespaces/openshift-kube-storage-version-migrator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823632807Z namespaces/openshift-kube-storage-version-migrator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82375218Z namespaces/openshift-kube-storage-version-migrator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823805972Z namespaces/openshift-kube-storage-version-migrator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823844023Z namespaces/openshift-kube-storage-version-migrator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.823944625Z namespaces/openshift-kube-storage-version-migrator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824025377Z namespaces/openshift-kube-storage-version-migrator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82414687Z namespaces/openshift-kube-storage-version-migrator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824224882Z namespaces/openshift-kube-storage-version-migrator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824332805Z namespaces/openshift-kube-storage-version-migrator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824444628Z namespaces/openshift-kube-storage-version-migrator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824600112Z namespaces/openshift-kube-storage-version-migrator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824671583Z namespaces/openshift-kube-storage-version-migrator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824717745Z namespaces/openshift-kube-storage-version-migrator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824770996Z namespaces/openshift-kube-storage-version-migrator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824797087Z namespaces/openshift-kube-storage-version-migrator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824851368Z namespaces/openshift-kube-storage-version-migrator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824895389Z namespaces/openshift-kube-storage-version-migrator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.824975061Z namespaces/openshift-kube-storage-version-migrator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825046523Z namespaces/openshift-kube-storage-version-migrator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825093774Z namespaces/openshift-kube-storage-version-migrator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825127645Z namespaces/openshift-kube-storage-version-migrator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825179666Z namespaces/openshift-kube-storage-version-migrator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825222087Z namespaces/openshift-kube-storage-version-migrator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825272369Z namespaces/openshift-kube-storage-version-migrator/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825280169Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82531597Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/migrator-74bb7799d9-k89vg.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825395042Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/graceful-termination/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825402542Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/graceful-termination/graceful-termination/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825423132Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/graceful-termination/graceful-termination/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825455913Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/graceful-termination/graceful-termination/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825556346Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/graceful-termination/graceful-termination/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825619807Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/graceful-termination/graceful-termination/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825662698Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/migrator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82572301Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/migrator/migrator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82573414Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/migrator/migrator/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825816422Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/migrator/migrator/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825905225Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/migrator/migrator/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.825974336Z namespaces/openshift-kube-storage-version-migrator/pods/migrator-74bb7799d9-k89vg/migrator/migrator/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826012047Z namespaces/openshift-kube-storage-version-migrator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826060139Z namespaces/openshift-kube-storage-version-migrator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82610838Z namespaces/openshift-kube-storage-version-migrator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826144261Z namespaces/openshift-kube-storage-version-migrator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826206302Z namespaces/openshift-machine-config-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826212702Z namespaces/openshift-machine-config-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826234633Z namespaces/openshift-machine-config-operator/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826258433Z namespaces/openshift-machine-config-operator/monitoring.coreos.com/prometheusrules/machine-config-controller.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826358606Z namespaces/openshift-machine-config-operator/monitoring.coreos.com/prometheusrules/machine-config-daemon.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826448808Z namespaces/openshift-marketplace/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826455209Z namespaces/openshift-marketplace/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826458629Z namespaces/openshift-marketplace/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826496499Z namespaces/openshift-marketplace/monitoring.coreos.com/prometheusrules/marketplace-alert-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826553441Z namespaces/openshift-marketplace/operators.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826561501Z namespaces/openshift-marketplace/operators.coreos.com/catalogsources/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826597782Z namespaces/openshift-marketplace/operators.coreos.com/catalogsources/certified-operators.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826724025Z namespaces/openshift-marketplace/operators.coreos.com/catalogsources/community-operators.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826815818Z namespaces/openshift-marketplace/operators.coreos.com/catalogsources/redhat-marketplace.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82690175Z namespaces/openshift-marketplace/operators.coreos.com/catalogsources/redhat-operators.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.826988422Z namespaces/openshift-monitoring/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.827035233Z namespaces/openshift-monitoring/openshift-monitoring.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.827099565Z namespaces/openshift-monitoring/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.827117235Z namespaces/openshift-monitoring/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.827195047Z namespaces/openshift-monitoring/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.827218658Z namespaces/openshift-monitoring/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.827362032Z namespaces/openshift-monitoring/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.827819963Z namespaces/openshift-monitoring/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.828180362Z namespaces/openshift-monitoring/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.828406368Z namespaces/openshift-monitoring/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.828447629Z namespaces/openshift-monitoring/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82850989Z namespaces/openshift-monitoring/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.828546711Z namespaces/openshift-monitoring/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.828632333Z namespaces/openshift-monitoring/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.828709795Z namespaces/openshift-monitoring/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.828763757Z namespaces/openshift-monitoring/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.828846689Z namespaces/openshift-monitoring/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.82889797Z namespaces/openshift-monitoring/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.828942761Z namespaces/openshift-monitoring/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.831786383Z namespaces/openshift-monitoring/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.831939487Z namespaces/openshift-monitoring/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.832983543Z namespaces/openshift-monitoring/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.833058816Z namespaces/openshift-monitoring/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.833943858Z namespaces/openshift-monitoring/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.834052641Z namespaces/openshift-monitoring/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.834525542Z namespaces/openshift-monitoring/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.834690177Z namespaces/openshift-monitoring/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.834718258Z namespaces/openshift-monitoring/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.834863311Z namespaces/openshift-monitoring/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.834936163Z namespaces/openshift-monitoring/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835020335Z namespaces/openshift-monitoring/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835051486Z namespaces/openshift-monitoring/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835139788Z namespaces/openshift-monitoring/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8352106Z namespaces/openshift-monitoring/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835273592Z namespaces/openshift-monitoring/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835317053Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835442856Z namespaces/openshift-monitoring/monitoring.coreos.com/alertmanagers/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835481067Z namespaces/openshift-monitoring/monitoring.coreos.com/alertmanagers/main.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835561919Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheuses/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8356013Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheuses/k8s.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835776424Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835816885Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/alertmanager-main-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.835928658Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/cluster-monitoring-operator-prometheus-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.836102162Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/kube-state-metrics-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.836181524Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/kubernetes-monitoring-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.836462962Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/node-exporter-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.836592555Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/prometheus-k8s-prometheus-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.836735469Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/prometheus-k8s-thanos-sidecar-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.836821531Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/prometheus-operator-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.836937074Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/telemetry.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837026896Z namespaces/openshift-monitoring/monitoring.coreos.com/prometheusrules/thanos-querier.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837123568Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837163249Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/alertmanager-main.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837249222Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/cluster-monitoring-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837324393Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/kube-state-metrics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837405365Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/kubelet.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837507978Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/metrics-server.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.83758623Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/node-exporter.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837776525Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/openshift-state-metrics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837846086Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/prometheus-k8s.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.837931849Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/prometheus-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838020471Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/telemeter-client.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838103693Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/thanos-querier.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838194715Z namespaces/openshift-monitoring/monitoring.coreos.com/servicemonitors/thanos-sidecar.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838252227Z namespaces/openshift-monitoring/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838305268Z namespaces/openshift-monitoring/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838358619Z namespaces/openshift-monitoring/operators.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.83836854Z namespaces/openshift-monitoring/operators.coreos.com/operatorgroups/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838406551Z namespaces/openshift-monitoring/operators.coreos.com/operatorgroups/openshift-cluster-monitoring.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838510613Z namespaces/openshift-monitoring/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838866162Z namespaces/openshift-monitoring/pods/alertmanager-main-0/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.838948205Z namespaces/openshift-monitoring/pods/alertmanager-main-0/alertmanager-main-0.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839121649Z namespaces/openshift-monitoring/pods/alertmanager-main-0/alertmanager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839132399Z namespaces/openshift-monitoring/pods/alertmanager-main-0/alertmanager/alertmanager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839148539Z namespaces/openshift-monitoring/pods/alertmanager-main-0/alertmanager/alertmanager/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.83918912Z namespaces/openshift-monitoring/pods/alertmanager-main-0/alertmanager/alertmanager/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839283703Z namespaces/openshift-monitoring/pods/alertmanager-main-0/alertmanager/alertmanager/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839345624Z namespaces/openshift-monitoring/pods/alertmanager-main-0/alertmanager/alertmanager/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839380985Z namespaces/openshift-monitoring/pods/alertmanager-main-0/config-reloader/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839389456Z namespaces/openshift-monitoring/pods/alertmanager-main-0/config-reloader/config-reloader/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839396936Z namespaces/openshift-monitoring/pods/alertmanager-main-0/config-reloader/config-reloader/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839447537Z namespaces/openshift-monitoring/pods/alertmanager-main-0/config-reloader/config-reloader/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839539689Z namespaces/openshift-monitoring/pods/alertmanager-main-0/config-reloader/config-reloader/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839604911Z namespaces/openshift-monitoring/pods/alertmanager-main-0/config-reloader/config-reloader/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839654742Z namespaces/openshift-monitoring/pods/alertmanager-main-0/init-config-reloader/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839671423Z namespaces/openshift-monitoring/pods/alertmanager-main-0/init-config-reloader/init-config-reloader/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839686053Z namespaces/openshift-monitoring/pods/alertmanager-main-0/init-config-reloader/init-config-reloader/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839747835Z namespaces/openshift-monitoring/pods/alertmanager-main-0/init-config-reloader/init-config-reloader/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839832527Z namespaces/openshift-monitoring/pods/alertmanager-main-0/init-config-reloader/init-config-reloader/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839898138Z namespaces/openshift-monitoring/pods/alertmanager-main-0/init-config-reloader/init-config-reloader/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839933779Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-metric/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.83994435Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-metric/kube-rbac-proxy-metric/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.83994784Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-metric/kube-rbac-proxy-metric/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.839995101Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-metric/kube-rbac-proxy-metric/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840102963Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-metric/kube-rbac-proxy-metric/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840167755Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-metric/kube-rbac-proxy-metric/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840206136Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-web/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840212326Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-web/kube-rbac-proxy-web/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840217506Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840262427Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84035112Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840420691Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840453502Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840466403Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840471743Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840521494Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840601786Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840694778Z namespaces/openshift-monitoring/pods/alertmanager-main-0/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840725729Z namespaces/openshift-monitoring/pods/alertmanager-main-0/prom-label-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84074716Z namespaces/openshift-monitoring/pods/alertmanager-main-0/prom-label-proxy/prom-label-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84075368Z namespaces/openshift-monitoring/pods/alertmanager-main-0/prom-label-proxy/prom-label-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840806181Z namespaces/openshift-monitoring/pods/alertmanager-main-0/prom-label-proxy/prom-label-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840881613Z namespaces/openshift-monitoring/pods/alertmanager-main-0/prom-label-proxy/prom-label-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840946895Z namespaces/openshift-monitoring/pods/alertmanager-main-0/prom-label-proxy/prom-label-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.840979426Z namespaces/openshift-monitoring/pods/cluster-monitoring-operator-75587bd455-lcndm/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.841007246Z namespaces/openshift-monitoring/pods/cluster-monitoring-operator-75587bd455-lcndm/cluster-monitoring-operator-75587bd455-lcndm.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.841089328Z namespaces/openshift-monitoring/pods/cluster-monitoring-operator-75587bd455-lcndm/cluster-monitoring-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.841095888Z namespaces/openshift-monitoring/pods/cluster-monitoring-operator-75587bd455-lcndm/cluster-monitoring-operator/cluster-monitoring-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.841101349Z namespaces/openshift-monitoring/pods/cluster-monitoring-operator-75587bd455-lcndm/cluster-monitoring-operator/cluster-monitoring-operator/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84114808Z namespaces/openshift-monitoring/pods/cluster-monitoring-operator-75587bd455-lcndm/cluster-monitoring-operator/cluster-monitoring-operator/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.841769876Z namespaces/openshift-monitoring/pods/cluster-monitoring-operator-75587bd455-lcndm/cluster-monitoring-operator/cluster-monitoring-operator/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.841840257Z namespaces/openshift-monitoring/pods/cluster-monitoring-operator-75587bd455-lcndm/cluster-monitoring-operator/cluster-monitoring-operator/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.841893099Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8419354Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-state-metrics-69db897b98-xqpsk.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842039423Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-main/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842047733Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-main/kube-rbac-proxy-main/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842051173Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-main/kube-rbac-proxy-main/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842096684Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-main/kube-rbac-proxy-main/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842182526Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-main/kube-rbac-proxy-main/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842252128Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-main/kube-rbac-proxy-main/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842297079Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-self/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842303359Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-self/kube-rbac-proxy-self/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842312219Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-self/kube-rbac-proxy-self/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84235048Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-self/kube-rbac-proxy-self/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842437833Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-self/kube-rbac-proxy-self/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842513444Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-rbac-proxy-self/kube-rbac-proxy-self/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842543345Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-state-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842552375Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-state-metrics/kube-state-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842555885Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-state-metrics/kube-state-metrics/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842606177Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-state-metrics/kube-state-metrics/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84274838Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-state-metrics/kube-state-metrics/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842810102Z namespaces/openshift-monitoring/pods/kube-state-metrics-69db897b98-xqpsk/kube-state-metrics/kube-state-metrics/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842864543Z namespaces/openshift-monitoring/pods/metrics-server-74f849f78c-cnf9b/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842906014Z namespaces/openshift-monitoring/pods/metrics-server-74f849f78c-cnf9b/metrics-server-74f849f78c-cnf9b.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.842996647Z namespaces/openshift-monitoring/pods/metrics-server-74f849f78c-cnf9b/metrics-server/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843003067Z namespaces/openshift-monitoring/pods/metrics-server-74f849f78c-cnf9b/metrics-server/metrics-server/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843022647Z namespaces/openshift-monitoring/pods/metrics-server-74f849f78c-cnf9b/metrics-server/metrics-server/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843056618Z namespaces/openshift-monitoring/pods/metrics-server-74f849f78c-cnf9b/metrics-server/metrics-server/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8431512Z namespaces/openshift-monitoring/pods/metrics-server-74f849f78c-cnf9b/metrics-server/metrics-server/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843218202Z namespaces/openshift-monitoring/pods/metrics-server-74f849f78c-cnf9b/metrics-server/metrics-server/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843247953Z namespaces/openshift-monitoring/pods/monitoring-plugin-7dccd58f55-jxh4c/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843295864Z namespaces/openshift-monitoring/pods/monitoring-plugin-7dccd58f55-jxh4c/monitoring-plugin-7dccd58f55-jxh4c.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843414957Z namespaces/openshift-monitoring/pods/monitoring-plugin-7dccd58f55-jxh4c/monitoring-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843433398Z namespaces/openshift-monitoring/pods/monitoring-plugin-7dccd58f55-jxh4c/monitoring-plugin/monitoring-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843440148Z namespaces/openshift-monitoring/pods/monitoring-plugin-7dccd58f55-jxh4c/monitoring-plugin/monitoring-plugin/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843458148Z namespaces/openshift-monitoring/pods/monitoring-plugin-7dccd58f55-jxh4c/monitoring-plugin/monitoring-plugin/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843572571Z namespaces/openshift-monitoring/pods/monitoring-plugin-7dccd58f55-jxh4c/monitoring-plugin/monitoring-plugin/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843690804Z namespaces/openshift-monitoring/pods/monitoring-plugin-7dccd58f55-jxh4c/monitoring-plugin/monitoring-plugin/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843770266Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843823457Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/node-exporter-6l62g.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84393276Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/init-textfile/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843942711Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/init-textfile/init-textfile/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.843946171Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/init-textfile/init-textfile/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844010942Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/init-textfile/init-textfile/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844085064Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/init-textfile/init-textfile/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844150266Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/init-textfile/init-textfile/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844172446Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844189137Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844197727Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844230708Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84432044Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844389982Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844430993Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/node-exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844437623Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/node-exporter/node-exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844465984Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/node-exporter/node-exporter/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844508425Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/node-exporter/node-exporter/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844610277Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/node-exporter/node-exporter/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84469632Z namespaces/openshift-monitoring/pods/node-exporter-6l62g/node-exporter/node-exporter/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844731511Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844767781Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/node-exporter-ggss5.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844855524Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/init-textfile/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844862234Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/init-textfile/init-textfile/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844865764Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/init-textfile/init-textfile/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844898115Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/init-textfile/init-textfile/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.844966326Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/init-textfile/init-textfile/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845035938Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/init-textfile/init-textfile/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845060909Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845066619Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845075799Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84510865Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845193972Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845260734Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845292395Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/node-exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845300335Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/node-exporter/node-exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845305535Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/node-exporter/node-exporter/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845366687Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/node-exporter/node-exporter/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84551125Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/node-exporter/node-exporter/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845591412Z namespaces/openshift-monitoring/pods/node-exporter-ggss5/node-exporter/node-exporter/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845659614Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845741906Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/node-exporter-hlml2.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845839599Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/init-textfile/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845845779Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/init-textfile/init-textfile/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845852919Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/init-textfile/init-textfile/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84589762Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/init-textfile/init-textfile/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.845971232Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/init-textfile/init-textfile/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846043504Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/init-textfile/init-textfile/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846071424Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846075994Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846079414Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846115766Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846200658Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846266949Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84630091Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/node-exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84630696Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/node-exporter/node-exporter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84631658Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/node-exporter/node-exporter/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846360622Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/node-exporter/node-exporter/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846463964Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/node-exporter/node-exporter/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846527556Z namespaces/openshift-monitoring/pods/node-exporter-hlml2/node-exporter/node-exporter/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846574097Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846613408Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/openshift-state-metrics-9d44df66c-x9qlc.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846765512Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-main/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846775342Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-main/kube-rbac-proxy-main/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846783062Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-main/kube-rbac-proxy-main/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846832874Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-main/kube-rbac-proxy-main/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846928136Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-main/kube-rbac-proxy-main/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.846987197Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-main/kube-rbac-proxy-main/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847037099Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-self/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847044039Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-self/kube-rbac-proxy-self/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847049929Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-self/kube-rbac-proxy-self/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84709279Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-self/kube-rbac-proxy-self/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847177812Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-self/kube-rbac-proxy-self/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847246674Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/kube-rbac-proxy-self/kube-rbac-proxy-self/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847284485Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/openshift-state-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847311496Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/openshift-state-metrics/openshift-state-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847317836Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/openshift-state-metrics/openshift-state-metrics/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847359727Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/openshift-state-metrics/openshift-state-metrics/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847452279Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/openshift-state-metrics/openshift-state-metrics/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847515261Z namespaces/openshift-monitoring/pods/openshift-state-metrics-9d44df66c-x9qlc/openshift-state-metrics/openshift-state-metrics/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847555782Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847611663Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/prometheus-k8s-0.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847793478Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/config-reloader/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847803778Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/config-reloader/config-reloader/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847809698Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/config-reloader/config-reloader/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847848889Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/config-reloader/config-reloader/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.847941192Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/config-reloader/config-reloader/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848016743Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/config-reloader/config-reloader/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848066995Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/init-config-reloader/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848074155Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/init-config-reloader/init-config-reloader/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848082575Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/init-config-reloader/init-config-reloader/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848115586Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/init-config-reloader/init-config-reloader/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848203668Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/init-config-reloader/init-config-reloader/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84826832Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/init-config-reloader/init-config-reloader/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848311931Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-thanos/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848318261Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-thanos/kube-rbac-proxy-thanos/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848323951Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-thanos/kube-rbac-proxy-thanos/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848367223Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-thanos/kube-rbac-proxy-thanos/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848454185Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-thanos/kube-rbac-proxy-thanos/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848522176Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-thanos/kube-rbac-proxy-thanos/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848564548Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-web/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848575558Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-web/kube-rbac-proxy-web/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848582648Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848622809Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848742242Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848797403Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848822284Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848828774Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848833704Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848884156Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.848966867Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.849034049Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.84907376Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/prometheus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.849082161Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/prometheus/prometheus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.849085631Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/prometheus/prometheus/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.849126652Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/prometheus/prometheus/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.849902841Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/prometheus/prometheus/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.849971203Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/prometheus/prometheus/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850017784Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/thanos-sidecar/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850025894Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/thanos-sidecar/thanos-sidecar/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850030674Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/thanos-sidecar/thanos-sidecar/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850085106Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/thanos-sidecar/thanos-sidecar/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850183348Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/thanos-sidecar/thanos-sidecar/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85025148Z namespaces/openshift-monitoring/pods/prometheus-k8s-0/thanos-sidecar/thanos-sidecar/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850369323Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850414594Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/prometheus-operator-5676c8c784-s7xs5.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850500866Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850507006Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850514697Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850568498Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850679661Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850747243Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850778884Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/prometheus-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850785393Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/prometheus-operator/prometheus-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850788814Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/prometheus-operator/prometheus-operator/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.850821405Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/prometheus-operator/prometheus-operator/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85104406Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/prometheus-operator/prometheus-operator/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851114112Z namespaces/openshift-monitoring/pods/prometheus-operator-5676c8c784-s7xs5/prometheus-operator/prometheus-operator/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851142483Z namespaces/openshift-monitoring/pods/prometheus-operator-admission-webhook-57cf98b594-9kq57/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851188864Z namespaces/openshift-monitoring/pods/prometheus-operator-admission-webhook-57cf98b594-9kq57/prometheus-operator-admission-webhook-57cf98b594-9kq57.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851300737Z namespaces/openshift-monitoring/pods/prometheus-operator-admission-webhook-57cf98b594-9kq57/prometheus-operator-admission-webhook/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851307127Z namespaces/openshift-monitoring/pods/prometheus-operator-admission-webhook-57cf98b594-9kq57/prometheus-operator-admission-webhook/prometheus-operator-admission-webhook/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851310797Z namespaces/openshift-monitoring/pods/prometheus-operator-admission-webhook-57cf98b594-9kq57/prometheus-operator-admission-webhook/prometheus-operator-admission-webhook/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851365818Z namespaces/openshift-monitoring/pods/prometheus-operator-admission-webhook-57cf98b594-9kq57/prometheus-operator-admission-webhook/prometheus-operator-admission-webhook/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851515192Z namespaces/openshift-monitoring/pods/prometheus-operator-admission-webhook-57cf98b594-9kq57/prometheus-operator-admission-webhook/prometheus-operator-admission-webhook/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851619055Z namespaces/openshift-monitoring/pods/prometheus-operator-admission-webhook-57cf98b594-9kq57/prometheus-operator-admission-webhook/prometheus-operator-admission-webhook/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851679876Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851761328Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/telemeter-client-5fb6b49696-77fxj.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851942463Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851949923Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.851965323Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852035335Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852132398Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85220266Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85223538Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/reload/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85224162Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/reload/reload/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85224483Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/reload/reload/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852286671Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/reload/reload/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852380784Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/reload/reload/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852457136Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/reload/reload/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852495667Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/telemeter-client/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852506437Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/telemeter-client/telemeter-client/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852510627Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/telemeter-client/telemeter-client/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852544828Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/telemeter-client/telemeter-client/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852704922Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/telemeter-client/telemeter-client/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852774904Z namespaces/openshift-monitoring/pods/telemeter-client-5fb6b49696-77fxj/telemeter-client/telemeter-client/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852820325Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.852889617Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/thanos-querier-566fc79bc9-s642c.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85301726Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85302383Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-metrics/kube-rbac-proxy-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85302945Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-metrics/kube-rbac-proxy-metrics/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853069181Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-metrics/kube-rbac-proxy-metrics/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853154764Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-metrics/kube-rbac-proxy-metrics/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853224755Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-metrics/kube-rbac-proxy-metrics/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853253746Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-rules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853261146Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-rules/kube-rbac-proxy-rules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853264526Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-rules/kube-rbac-proxy-rules/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853304747Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-rules/kube-rbac-proxy-rules/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853385739Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-rules/kube-rbac-proxy-rules/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853454291Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-rules/kube-rbac-proxy-rules/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853493572Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-web/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853502452Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-web/kube-rbac-proxy-web/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853506872Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853531483Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853619265Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853741508Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy-web/kube-rbac-proxy-web/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853767749Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853772349Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853780199Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853824921Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853919213Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.853987825Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854012635Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/prom-label-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854020905Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/prom-label-proxy/prom-label-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854025046Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/prom-label-proxy/prom-label-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854104117Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/prom-label-proxy/prom-label-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8542245Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/prom-label-proxy/prom-label-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854302062Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/prom-label-proxy/prom-label-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854378544Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/thanos-query/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854398565Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/thanos-query/thanos-query/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854412975Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/thanos-query/thanos-query/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854476367Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/thanos-query/thanos-query/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854579869Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/thanos-query/thanos-query/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854666442Z namespaces/openshift-monitoring/pods/thanos-querier-566fc79bc9-s642c/thanos-query/thanos-query/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854710163Z namespaces/openshift-monitoring/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854757614Z namespaces/openshift-monitoring/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854797775Z namespaces/openshift-monitoring/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854836186Z namespaces/openshift-monitoring/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.854938649Z namespaces/openshift-multus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85498416Z namespaces/openshift-multus/openshift-multus.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855050001Z namespaces/openshift-multus/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855078432Z namespaces/openshift-multus/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855126273Z namespaces/openshift-multus/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855163774Z namespaces/openshift-multus/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855417011Z namespaces/openshift-multus/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855495503Z namespaces/openshift-multus/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855569285Z namespaces/openshift-multus/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855616026Z namespaces/openshift-multus/apps/daemonsets/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855666537Z namespaces/openshift-multus/apps/daemonsets/multus-additional-cni-plugins.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855814021Z namespaces/openshift-multus/apps/daemonsets/multus.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855925034Z namespaces/openshift-multus/apps/daemonsets/network-metrics-daemon.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.855983335Z namespaces/openshift-multus/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.856046137Z namespaces/openshift-multus/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.856080607Z namespaces/openshift-multus/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.856123659Z namespaces/openshift-multus/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8561963Z namespaces/openshift-multus/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.856244222Z namespaces/openshift-multus/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.856270712Z namespaces/openshift-multus/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.856350974Z namespaces/openshift-multus/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.856396306Z namespaces/openshift-multus/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.856429806Z namespaces/openshift-multus/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85657214Z namespaces/openshift-multus/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.856667082Z namespaces/openshift-multus/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.857196506Z namespaces/openshift-multus/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.857320919Z namespaces/openshift-multus/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.857969305Z namespaces/openshift-multus/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858058067Z namespaces/openshift-multus/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85817639Z namespaces/openshift-multus/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858226012Z namespaces/openshift-multus/core/configmaps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858277133Z namespaces/openshift-multus/core/configmaps/cni-copy-resources.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858362255Z namespaces/openshift-multus/core/configmaps/default-cni-sysctl-allowlist.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858447287Z namespaces/openshift-multus/core/configmaps/multus-daemon-config.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858529569Z namespaces/openshift-multus/core/configmaps/whereabouts-flatfile-config.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858654212Z namespaces/openshift-multus/core/serviceaccounts/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858704014Z namespaces/openshift-multus/core/serviceaccounts/metrics-daemon-sa.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858794166Z namespaces/openshift-multus/core/serviceaccounts/multus-ac.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.858877788Z namespaces/openshift-multus/core/serviceaccounts/multus-ancillary-tools.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85896045Z namespaces/openshift-multus/core/serviceaccounts/multus.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859006581Z namespaces/openshift-multus/core/services/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859048162Z namespaces/openshift-multus/core/services/network-metrics-service.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859106644Z namespaces/openshift-multus/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859148995Z namespaces/openshift-multus/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859253127Z namespaces/openshift-multus/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859312649Z namespaces/openshift-multus/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859373301Z namespaces/openshift-multus/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859401661Z namespaces/openshift-multus/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859499814Z namespaces/openshift-multus/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859574656Z namespaces/openshift-multus/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859620427Z namespaces/openshift-multus/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859680428Z namespaces/openshift-multus/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85973137Z namespaces/openshift-multus/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.85976678Z namespaces/openshift-multus/monitoring.coreos.com/servicemonitors/monitor-network.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859822342Z namespaces/openshift-multus/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859861273Z namespaces/openshift-multus/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859925704Z namespaces/openshift-multus/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.859955345Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860010457Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/multus-additional-cni-plugins-4llv8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8601489Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/bond-cni-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860174051Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/bond-cni-plugin/bond-cni-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860177501Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/bond-cni-plugin/bond-cni-plugin/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860183291Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/bond-cni-plugin/bond-cni-plugin/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860266683Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/bond-cni-plugin/bond-cni-plugin/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860335815Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/bond-cni-plugin/bond-cni-plugin/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860366656Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860375446Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/cni-plugins/cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860380966Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/cni-plugins/cni-plugins/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860412367Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/cni-plugins/cni-plugins/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860494159Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/cni-plugins/cni-plugins/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860562661Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/cni-plugins/cni-plugins/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860599052Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/egress-router-binary-copy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860604992Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/egress-router-binary-copy/egress-router-binary-copy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860611012Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/egress-router-binary-copy/egress-router-binary-copy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860661973Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/egress-router-binary-copy/egress-router-binary-copy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860749505Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/egress-router-binary-copy/egress-router-binary-copy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860813147Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/egress-router-binary-copy/egress-router-binary-copy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860849548Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/kube-multus-additional-cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860857178Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860860628Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860894589Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.860964101Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861031372Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861065773Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/routeoverride-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861071864Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/routeoverride-cni/routeoverride-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861075184Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/routeoverride-cni/routeoverride-cni/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861109785Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/routeoverride-cni/routeoverride-cni/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861201897Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/routeoverride-cni/routeoverride-cni/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861259798Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/routeoverride-cni/routeoverride-cni/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861295659Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni-bincopy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861302319Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni-bincopy/whereabouts-cni-bincopy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86130551Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86133854Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861423773Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861491784Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861516965Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861523705Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni/whereabouts-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861532355Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni/whereabouts-cni/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861565076Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni/whereabouts-cni/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861668739Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni/whereabouts-cni/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861780691Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-4llv8/whereabouts-cni/whereabouts-cni/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861816672Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861854393Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/multus-additional-cni-plugins-krhbv.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861977247Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/bond-cni-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861985197Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/bond-cni-plugin/bond-cni-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.861989457Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/bond-cni-plugin/bond-cni-plugin/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862027858Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/bond-cni-plugin/bond-cni-plugin/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86211015Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/bond-cni-plugin/bond-cni-plugin/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862179401Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/bond-cni-plugin/bond-cni-plugin/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862201862Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862205242Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/cni-plugins/cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862211792Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/cni-plugins/cni-plugins/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862245493Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/cni-plugins/cni-plugins/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862332295Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/cni-plugins/cni-plugins/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862396467Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/cni-plugins/cni-plugins/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862440098Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/egress-router-binary-copy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862446358Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/egress-router-binary-copy/egress-router-binary-copy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862451739Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/egress-router-binary-copy/egress-router-binary-copy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86249438Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/egress-router-binary-copy/egress-router-binary-copy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862582022Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/egress-router-binary-copy/egress-router-binary-copy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862670484Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/egress-router-binary-copy/egress-router-binary-copy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862707445Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/kube-multus-additional-cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862714605Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862728595Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862754116Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862818828Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862889159Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86292147Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/routeoverride-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86292776Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/routeoverride-cni/routeoverride-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862931031Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/routeoverride-cni/routeoverride-cni/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.862963721Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/routeoverride-cni/routeoverride-cni/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863055574Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/routeoverride-cni/routeoverride-cni/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863148676Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/routeoverride-cni/routeoverride-cni/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863191807Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni-bincopy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863209007Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni-bincopy/whereabouts-cni-bincopy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863220158Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863256039Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863384162Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863453274Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863491685Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863498005Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni/whereabouts-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863501375Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni/whereabouts-cni/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863536136Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni/whereabouts-cni/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863618848Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni/whereabouts-cni/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86371066Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-krhbv/whereabouts-cni/whereabouts-cni/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863753901Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863797502Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/multus-additional-cni-plugins-zq5ft.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863916525Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/bond-cni-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863922796Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/bond-cni-plugin/bond-cni-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863926126Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/bond-cni-plugin/bond-cni-plugin/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.863960937Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/bond-cni-plugin/bond-cni-plugin/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864059359Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/bond-cni-plugin/bond-cni-plugin/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864121881Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/bond-cni-plugin/bond-cni-plugin/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864160202Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864166762Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/cni-plugins/cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864170312Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/cni-plugins/cni-plugins/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864208163Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/cni-plugins/cni-plugins/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864293915Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/cni-plugins/cni-plugins/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864361827Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/cni-plugins/cni-plugins/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864397828Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/egress-router-binary-copy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864404528Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/egress-router-binary-copy/egress-router-binary-copy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864408078Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/egress-router-binary-copy/egress-router-binary-copy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864445989Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/egress-router-binary-copy/egress-router-binary-copy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864527221Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/egress-router-binary-copy/egress-router-binary-copy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864595903Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/egress-router-binary-copy/egress-router-binary-copy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864695845Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/kube-multus-additional-cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864707416Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864710965Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864738296Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864809528Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86487373Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/kube-multus-additional-cni-plugins/kube-multus-additional-cni-plugins/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86490951Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/routeoverride-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864915661Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/routeoverride-cni/routeoverride-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864919221Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/routeoverride-cni/routeoverride-cni/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.864954482Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/routeoverride-cni/routeoverride-cni/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865039564Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/routeoverride-cni/routeoverride-cni/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865103786Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/routeoverride-cni/routeoverride-cni/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865140996Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni-bincopy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865148117Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni-bincopy/whereabouts-cni-bincopy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865151527Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865183148Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8652679Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865334831Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni-bincopy/whereabouts-cni-bincopy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865374992Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865381342Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni/whereabouts-cni/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865384853Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni/whereabouts-cni/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865413373Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni/whereabouts-cni/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865496185Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni/whereabouts-cni/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865559437Z namespaces/openshift-multus/pods/multus-additional-cni-plugins-zq5ft/whereabouts-cni/whereabouts-cni/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865593418Z namespaces/openshift-multus/pods/multus-hqvbt/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865632039Z namespaces/openshift-multus/pods/multus-hqvbt/multus-hqvbt.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865771262Z namespaces/openshift-multus/pods/multus-hqvbt/kube-multus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865781703Z namespaces/openshift-multus/pods/multus-hqvbt/kube-multus/kube-multus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865785163Z namespaces/openshift-multus/pods/multus-hqvbt/kube-multus/kube-multus/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.865816193Z namespaces/openshift-multus/pods/multus-hqvbt/kube-multus/kube-multus/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.866099051Z namespaces/openshift-multus/pods/multus-hqvbt/kube-multus/kube-multus/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.866197343Z namespaces/openshift-multus/pods/multus-hqvbt/kube-multus/kube-multus/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.866269195Z namespaces/openshift-multus/pods/multus-s4bbh/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.866325786Z namespaces/openshift-multus/pods/multus-s4bbh/multus-s4bbh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.8664633Z namespaces/openshift-multus/pods/multus-s4bbh/kube-multus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86647065Z namespaces/openshift-multus/pods/multus-s4bbh/kube-multus/kube-multus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86647411Z namespaces/openshift-multus/pods/multus-s4bbh/kube-multus/kube-multus/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.866510651Z namespaces/openshift-multus/pods/multus-s4bbh/kube-multus/kube-multus/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.866847559Z namespaces/openshift-multus/pods/multus-s4bbh/kube-multus/kube-multus/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.866917131Z namespaces/openshift-multus/pods/multus-s4bbh/kube-multus/kube-multus/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.866942832Z namespaces/openshift-multus/pods/multus-tnt6p/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.866985563Z namespaces/openshift-multus/pods/multus-tnt6p/multus-tnt6p.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.867070525Z namespaces/openshift-multus/pods/multus-tnt6p/kube-multus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.867077015Z namespaces/openshift-multus/pods/multus-tnt6p/kube-multus/kube-multus/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.867080345Z namespaces/openshift-multus/pods/multus-tnt6p/kube-multus/kube-multus/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.867107616Z namespaces/openshift-multus/pods/multus-tnt6p/kube-multus/kube-multus/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.867890156Z namespaces/openshift-multus/pods/multus-tnt6p/kube-multus/kube-multus/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.867955307Z namespaces/openshift-multus/pods/multus-tnt6p/kube-multus/kube-multus/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.867984078Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86803918Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/network-metrics-daemon-622d4.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868118902Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868126842Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868130182Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868159223Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868255385Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868313827Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868352278Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/network-metrics-daemon/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868358748Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/network-metrics-daemon/network-metrics-daemon/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868362088Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/network-metrics-daemon/network-metrics-daemon/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868389469Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/network-metrics-daemon/network-metrics-daemon/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868546042Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/network-metrics-daemon/network-metrics-daemon/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868615574Z namespaces/openshift-multus/pods/network-metrics-daemon-622d4/network-metrics-daemon/network-metrics-daemon/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868676716Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868723767Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/network-metrics-daemon-jdfnl.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868796129Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868802459Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868805739Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.86884203Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.868948293Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869028395Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869058095Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/network-metrics-daemon/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869065036Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/network-metrics-daemon/network-metrics-daemon/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869083466Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/network-metrics-daemon/network-metrics-daemon/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869133077Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/network-metrics-daemon/network-metrics-daemon/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869262031Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/network-metrics-daemon/network-metrics-daemon/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869328492Z namespaces/openshift-multus/pods/network-metrics-daemon-jdfnl/network-metrics-daemon/network-metrics-daemon/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869374314Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869402234Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/network-metrics-daemon-mx2qh.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869484506Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869490506Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/kube-rbac-proxy/kube-rbac-proxy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869493746Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/kube-rbac-proxy/kube-rbac-proxy/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869527207Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/kube-rbac-proxy/kube-rbac-proxy/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869611009Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/kube-rbac-proxy/kube-rbac-proxy/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869702472Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/kube-rbac-proxy/kube-rbac-proxy/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869721412Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/network-metrics-daemon/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869727112Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/network-metrics-daemon/network-metrics-daemon/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869732752Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/network-metrics-daemon/network-metrics-daemon/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869775204Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/network-metrics-daemon/network-metrics-daemon/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.869950158Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/network-metrics-daemon/network-metrics-daemon/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87001786Z namespaces/openshift-multus/pods/network-metrics-daemon-mx2qh/network-metrics-daemon/network-metrics-daemon/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87003961Z namespaces/openshift-multus/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870086352Z namespaces/openshift-multus/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870129653Z namespaces/openshift-multus/rbac.authorization.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870136483Z namespaces/openshift-multus/rbac.authorization.k8s.io/rolebindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870168134Z namespaces/openshift-multus/rbac.authorization.k8s.io/rolebindings/multus-whereabouts.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870250456Z namespaces/openshift-multus/rbac.authorization.k8s.io/rolebindings/prometheus-k8s.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870292637Z namespaces/openshift-multus/rbac.authorization.k8s.io/roles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870331758Z namespaces/openshift-multus/rbac.authorization.k8s.io/roles/prometheus-k8s.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87041193Z namespaces/openshift-multus/rbac.authorization.k8s.io/roles/whereabouts-cni.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870460001Z namespaces/openshift-multus/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870495512Z namespaces/openshift-multus/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870537923Z namespaces/openshift-network-console/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870587994Z namespaces/openshift-network-console/openshift-network-console.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870651916Z namespaces/openshift-network-console/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870696367Z namespaces/openshift-network-console/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870744058Z namespaces/openshift-network-console/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870782039Z namespaces/openshift-network-console/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870865241Z namespaces/openshift-network-console/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.870979494Z namespaces/openshift-network-console/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871074026Z namespaces/openshift-network-console/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871118238Z namespaces/openshift-network-console/apps/deployments/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871155759Z namespaces/openshift-network-console/apps/deployments/networking-console-plugin.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87122481Z namespaces/openshift-network-console/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871256091Z namespaces/openshift-network-console/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871304902Z namespaces/openshift-network-console/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871346543Z namespaces/openshift-network-console/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871418215Z namespaces/openshift-network-console/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871463026Z namespaces/openshift-network-console/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871500447Z namespaces/openshift-network-console/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871579069Z namespaces/openshift-network-console/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87162308Z namespaces/openshift-network-console/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871687762Z namespaces/openshift-network-console/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871820125Z namespaces/openshift-network-console/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.871903138Z namespaces/openshift-network-console/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872048501Z namespaces/openshift-network-console/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872162284Z namespaces/openshift-network-console/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872315848Z namespaces/openshift-network-console/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872440361Z namespaces/openshift-network-console/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872557504Z namespaces/openshift-network-console/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872611655Z namespaces/openshift-network-console/core/configmaps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872662337Z namespaces/openshift-network-console/core/configmaps/networking-console-plugin.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872729308Z namespaces/openshift-network-console/core/services/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872753879Z namespaces/openshift-network-console/core/services/networking-console-plugin.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87281933Z namespaces/openshift-network-console/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872853831Z namespaces/openshift-network-console/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872904313Z namespaces/openshift-network-console/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872945604Z namespaces/openshift-network-console/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.872987475Z namespaces/openshift-network-console/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873026526Z namespaces/openshift-network-console/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873102728Z namespaces/openshift-network-console/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87318232Z namespaces/openshift-network-console/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873223491Z namespaces/openshift-network-console/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873264462Z namespaces/openshift-network-console/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873305053Z namespaces/openshift-network-console/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873348284Z namespaces/openshift-network-console/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873394025Z namespaces/openshift-network-console/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873400165Z namespaces/openshift-network-console/pods/networking-console-plugin-cb95c66f6-nvxzk/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873437036Z namespaces/openshift-network-console/pods/networking-console-plugin-cb95c66f6-nvxzk/networking-console-plugin-cb95c66f6-nvxzk.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873518438Z namespaces/openshift-network-console/pods/networking-console-plugin-cb95c66f6-nvxzk/networking-console-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873526288Z namespaces/openshift-network-console/pods/networking-console-plugin-cb95c66f6-nvxzk/networking-console-plugin/networking-console-plugin/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873530179Z namespaces/openshift-network-console/pods/networking-console-plugin-cb95c66f6-nvxzk/networking-console-plugin/networking-console-plugin/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873559329Z namespaces/openshift-network-console/pods/networking-console-plugin-cb95c66f6-nvxzk/networking-console-plugin/networking-console-plugin/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873662922Z namespaces/openshift-network-console/pods/networking-console-plugin-cb95c66f6-nvxzk/networking-console-plugin/networking-console-plugin/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873902878Z namespaces/openshift-network-console/pods/networking-console-plugin-cb95c66f6-nvxzk/networking-console-plugin/networking-console-plugin/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.873927269Z namespaces/openshift-network-console/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87397953Z namespaces/openshift-network-console/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874012071Z namespaces/openshift-network-console/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874043941Z namespaces/openshift-network-console/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874090782Z namespaces/openshift-network-diagnostics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874139594Z namespaces/openshift-network-diagnostics/openshift-network-diagnostics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874187615Z namespaces/openshift-network-diagnostics/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874228816Z namespaces/openshift-network-diagnostics/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874275957Z namespaces/openshift-network-diagnostics/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874308908Z namespaces/openshift-network-diagnostics/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874419291Z namespaces/openshift-network-diagnostics/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874516583Z namespaces/openshift-network-diagnostics/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874673247Z namespaces/openshift-network-diagnostics/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87477487Z namespaces/openshift-network-diagnostics/apps/daemonsets/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874829491Z namespaces/openshift-network-diagnostics/apps/daemonsets/network-check-target.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874898173Z namespaces/openshift-network-diagnostics/apps/deployments/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874928804Z namespaces/openshift-network-diagnostics/apps/deployments/network-check-source.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.874991645Z namespaces/openshift-network-diagnostics/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875033926Z namespaces/openshift-network-diagnostics/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875077978Z namespaces/openshift-network-diagnostics/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875111638Z namespaces/openshift-network-diagnostics/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875191861Z namespaces/openshift-network-diagnostics/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875227831Z namespaces/openshift-network-diagnostics/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875269062Z namespaces/openshift-network-diagnostics/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875347304Z namespaces/openshift-network-diagnostics/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875385445Z namespaces/openshift-network-diagnostics/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875429876Z namespaces/openshift-network-diagnostics/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875523329Z namespaces/openshift-network-diagnostics/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875608021Z namespaces/openshift-network-diagnostics/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875835407Z namespaces/openshift-network-diagnostics/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.875914539Z namespaces/openshift-network-diagnostics/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876223116Z namespaces/openshift-network-diagnostics/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876294248Z namespaces/openshift-network-diagnostics/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876422361Z namespaces/openshift-network-diagnostics/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876468453Z namespaces/openshift-network-diagnostics/core/serviceaccounts/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876505494Z namespaces/openshift-network-diagnostics/core/serviceaccounts/network-diagnostics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876552295Z namespaces/openshift-network-diagnostics/core/services/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876598236Z namespaces/openshift-network-diagnostics/core/services/network-check-source.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876714589Z namespaces/openshift-network-diagnostics/core/services/network-check-target.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87677469Z namespaces/openshift-network-diagnostics/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876821392Z namespaces/openshift-network-diagnostics/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876895164Z namespaces/openshift-network-diagnostics/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.876970695Z namespaces/openshift-network-diagnostics/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877042517Z namespaces/openshift-network-diagnostics/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877082608Z namespaces/openshift-network-diagnostics/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877196741Z namespaces/openshift-network-diagnostics/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877278363Z namespaces/openshift-network-diagnostics/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877323724Z namespaces/openshift-network-diagnostics/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877355635Z namespaces/openshift-network-diagnostics/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877409877Z namespaces/openshift-network-diagnostics/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877447838Z namespaces/openshift-network-diagnostics/monitoring.coreos.com/servicemonitors/network-check-source.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877506019Z namespaces/openshift-network-diagnostics/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87754706Z namespaces/openshift-network-diagnostics/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877591911Z namespaces/openshift-network-diagnostics/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877598051Z namespaces/openshift-network-diagnostics/pods/network-check-source-8894fc9bd-t9s2d/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877649183Z namespaces/openshift-network-diagnostics/pods/network-check-source-8894fc9bd-t9s2d/network-check-source-8894fc9bd-t9s2d.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877734295Z namespaces/openshift-network-diagnostics/pods/network-check-source-8894fc9bd-t9s2d/check-endpoints/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877744775Z namespaces/openshift-network-diagnostics/pods/network-check-source-8894fc9bd-t9s2d/check-endpoints/check-endpoints/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877748445Z namespaces/openshift-network-diagnostics/pods/network-check-source-8894fc9bd-t9s2d/check-endpoints/check-endpoints/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877782566Z namespaces/openshift-network-diagnostics/pods/network-check-source-8894fc9bd-t9s2d/check-endpoints/check-endpoints/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877890469Z namespaces/openshift-network-diagnostics/pods/network-check-source-8894fc9bd-t9s2d/check-endpoints/check-endpoints/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87795599Z namespaces/openshift-network-diagnostics/pods/network-check-source-8894fc9bd-t9s2d/check-endpoints/check-endpoints/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.877993711Z namespaces/openshift-network-diagnostics/pods/network-check-target-2xqx8/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878033552Z namespaces/openshift-network-diagnostics/pods/network-check-target-2xqx8/network-check-target-2xqx8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878106314Z namespaces/openshift-network-diagnostics/pods/network-check-target-2xqx8/network-check-target-container/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878112914Z namespaces/openshift-network-diagnostics/pods/network-check-target-2xqx8/network-check-target-container/network-check-target-container/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878116494Z namespaces/openshift-network-diagnostics/pods/network-check-target-2xqx8/network-check-target-container/network-check-target-container/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878146755Z namespaces/openshift-network-diagnostics/pods/network-check-target-2xqx8/network-check-target-container/network-check-target-container/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878229367Z namespaces/openshift-network-diagnostics/pods/network-check-target-2xqx8/network-check-target-container/network-check-target-container/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878296919Z namespaces/openshift-network-diagnostics/pods/network-check-target-2xqx8/network-check-target-container/network-check-target-container/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87833255Z namespaces/openshift-network-diagnostics/pods/network-check-target-ssfhx/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878370581Z namespaces/openshift-network-diagnostics/pods/network-check-target-ssfhx/network-check-target-ssfhx.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878441512Z namespaces/openshift-network-diagnostics/pods/network-check-target-ssfhx/network-check-target-container/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878447783Z namespaces/openshift-network-diagnostics/pods/network-check-target-ssfhx/network-check-target-container/network-check-target-container/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878451283Z namespaces/openshift-network-diagnostics/pods/network-check-target-ssfhx/network-check-target-container/network-check-target-container/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878493684Z namespaces/openshift-network-diagnostics/pods/network-check-target-ssfhx/network-check-target-container/network-check-target-container/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878568226Z namespaces/openshift-network-diagnostics/pods/network-check-target-ssfhx/network-check-target-container/network-check-target-container/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878648068Z namespaces/openshift-network-diagnostics/pods/network-check-target-ssfhx/network-check-target-container/network-check-target-container/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878692139Z namespaces/openshift-network-diagnostics/pods/network-check-target-tkpmf/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87872755Z namespaces/openshift-network-diagnostics/pods/network-check-target-tkpmf/network-check-target-tkpmf.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878793972Z namespaces/openshift-network-diagnostics/pods/network-check-target-tkpmf/network-check-target-container/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878800732Z namespaces/openshift-network-diagnostics/pods/network-check-target-tkpmf/network-check-target-container/network-check-target-container/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878804152Z namespaces/openshift-network-diagnostics/pods/network-check-target-tkpmf/network-check-target-container/network-check-target-container/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878843523Z namespaces/openshift-network-diagnostics/pods/network-check-target-tkpmf/network-check-target-container/network-check-target-container/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878921935Z namespaces/openshift-network-diagnostics/pods/network-check-target-tkpmf/network-check-target-container/network-check-target-container/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.878988077Z namespaces/openshift-network-diagnostics/pods/network-check-target-tkpmf/network-check-target-container/network-check-target-container/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879023827Z namespaces/openshift-network-diagnostics/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879057778Z namespaces/openshift-network-diagnostics/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879102679Z namespaces/openshift-network-diagnostics/rbac.authorization.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87910874Z namespaces/openshift-network-diagnostics/rbac.authorization.k8s.io/rolebindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879146981Z namespaces/openshift-network-diagnostics/rbac.authorization.k8s.io/rolebindings/network-diagnostics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879244963Z namespaces/openshift-network-diagnostics/rbac.authorization.k8s.io/rolebindings/prometheus-k8s.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879298394Z namespaces/openshift-network-diagnostics/rbac.authorization.k8s.io/roles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879343045Z namespaces/openshift-network-diagnostics/rbac.authorization.k8s.io/roles/network-diagnostics.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879463729Z namespaces/openshift-network-diagnostics/rbac.authorization.k8s.io/roles/prometheus-k8s.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87953423Z namespaces/openshift-network-diagnostics/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879598202Z namespaces/openshift-network-diagnostics/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879688754Z namespaces/openshift-network-node-identity/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879752426Z namespaces/openshift-network-node-identity/openshift-network-node-identity.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879832918Z namespaces/openshift-network-node-identity/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879874909Z namespaces/openshift-network-node-identity/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.87992762Z namespaces/openshift-network-node-identity/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.879962651Z namespaces/openshift-network-node-identity/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880057893Z namespaces/openshift-network-node-identity/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880133575Z namespaces/openshift-network-node-identity/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880211317Z namespaces/openshift-network-node-identity/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880254909Z namespaces/openshift-network-node-identity/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880290729Z namespaces/openshift-network-node-identity/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880334531Z namespaces/openshift-network-node-identity/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880363111Z namespaces/openshift-network-node-identity/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880442143Z namespaces/openshift-network-node-identity/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880482494Z namespaces/openshift-network-node-identity/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880524705Z namespaces/openshift-network-node-identity/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880601967Z namespaces/openshift-network-node-identity/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880684319Z namespaces/openshift-network-node-identity/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88069599Z namespaces/openshift-network-node-identity/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88070705Z namespaces/openshift-network-node-identity/coordination.k8s.io/leases/ovnkube-identity.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880760681Z namespaces/openshift-network-node-identity/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880804202Z namespaces/openshift-network-node-identity/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880900075Z namespaces/openshift-network-node-identity/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.880974707Z namespaces/openshift-network-node-identity/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881054609Z namespaces/openshift-network-node-identity/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881127091Z namespaces/openshift-network-node-identity/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881211263Z namespaces/openshift-network-node-identity/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881354096Z namespaces/openshift-network-node-identity/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881455419Z namespaces/openshift-network-node-identity/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88149353Z namespaces/openshift-network-node-identity/core/serviceaccounts/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881539421Z namespaces/openshift-network-node-identity/core/serviceaccounts/network-node-identity.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881587702Z namespaces/openshift-network-node-identity/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881626743Z namespaces/openshift-network-node-identity/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881741346Z namespaces/openshift-network-node-identity/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881776767Z namespaces/openshift-network-node-identity/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881819208Z namespaces/openshift-network-node-identity/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881863599Z namespaces/openshift-network-node-identity/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.881954501Z namespaces/openshift-network-node-identity/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882014583Z namespaces/openshift-network-node-identity/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882061394Z namespaces/openshift-network-node-identity/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882091695Z namespaces/openshift-network-node-identity/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882142816Z namespaces/openshift-network-node-identity/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882178107Z namespaces/openshift-network-node-identity/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882223918Z namespaces/openshift-network-node-identity/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882263839Z namespaces/openshift-network-node-identity/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88230755Z namespaces/openshift-network-node-identity/rbac.authorization.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882316121Z namespaces/openshift-network-node-identity/rbac.authorization.k8s.io/rolebindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882360252Z namespaces/openshift-network-node-identity/rbac.authorization.k8s.io/rolebindings/network-node-identity-leases.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882422223Z namespaces/openshift-network-node-identity/rbac.authorization.k8s.io/roles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882473194Z namespaces/openshift-network-node-identity/rbac.authorization.k8s.io/roles/network-node-identity-leases.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882522446Z namespaces/openshift-network-node-identity/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882562597Z namespaces/openshift-network-node-identity/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882661629Z namespaces/openshift-network-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882725551Z namespaces/openshift-network-operator/openshift-network-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882791823Z namespaces/openshift-network-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882828334Z namespaces/openshift-network-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882876725Z namespaces/openshift-network-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.882915236Z namespaces/openshift-network-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883019358Z namespaces/openshift-network-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88309909Z namespaces/openshift-network-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883175692Z namespaces/openshift-network-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883220153Z namespaces/openshift-network-operator/apps/daemonsets/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883251064Z namespaces/openshift-network-operator/apps/daemonsets/iptables-alerter.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883315796Z namespaces/openshift-network-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883356637Z namespaces/openshift-network-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883401388Z namespaces/openshift-network-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883440299Z namespaces/openshift-network-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883517181Z namespaces/openshift-network-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883558142Z namespaces/openshift-network-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883599213Z namespaces/openshift-network-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883699296Z namespaces/openshift-network-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883741487Z namespaces/openshift-network-operator/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883747887Z namespaces/openshift-network-operator/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883783678Z namespaces/openshift-network-operator/coordination.k8s.io/leases/network-operator-lock.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.883835409Z namespaces/openshift-network-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88387601Z namespaces/openshift-network-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884008683Z namespaces/openshift-network-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884091286Z namespaces/openshift-network-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884244439Z namespaces/openshift-network-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884317361Z namespaces/openshift-network-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884491245Z namespaces/openshift-network-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884574068Z namespaces/openshift-network-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884719551Z namespaces/openshift-network-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884768212Z namespaces/openshift-network-operator/core/configmaps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884807064Z namespaces/openshift-network-operator/core/configmaps/applied-cluster.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884889176Z namespaces/openshift-network-operator/core/configmaps/iptables-alerter-script.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884953237Z namespaces/openshift-network-operator/core/serviceaccounts/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.884990918Z namespaces/openshift-network-operator/core/serviceaccounts/iptables-alerter.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88503903Z namespaces/openshift-network-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88508062Z namespaces/openshift-network-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885126952Z namespaces/openshift-network-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885166763Z namespaces/openshift-network-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885210614Z namespaces/openshift-network-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885253845Z namespaces/openshift-network-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885321277Z namespaces/openshift-network-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885400168Z namespaces/openshift-network-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88544367Z namespaces/openshift-network-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885477741Z namespaces/openshift-network-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885528022Z namespaces/openshift-network-operator/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885568203Z namespaces/openshift-network-operator/monitoring.coreos.com/prometheusrules/openshift-network-operator-ipsec-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885617334Z namespaces/openshift-network-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885682146Z namespaces/openshift-network-operator/monitoring.coreos.com/servicemonitors/network-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885734167Z namespaces/openshift-network-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885777938Z namespaces/openshift-network-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885821689Z namespaces/openshift-network-operator/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88583003Z namespaces/openshift-network-operator/pods/iptables-alerter-4g8jb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88585975Z namespaces/openshift-network-operator/pods/iptables-alerter-4g8jb/iptables-alerter-4g8jb.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885929142Z namespaces/openshift-network-operator/pods/iptables-alerter-4g8jb/iptables-alerter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885935722Z namespaces/openshift-network-operator/pods/iptables-alerter-4g8jb/iptables-alerter/iptables-alerter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885939182Z namespaces/openshift-network-operator/pods/iptables-alerter-4g8jb/iptables-alerter/iptables-alerter/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.885977033Z namespaces/openshift-network-operator/pods/iptables-alerter-4g8jb/iptables-alerter/iptables-alerter/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886058935Z namespaces/openshift-network-operator/pods/iptables-alerter-4g8jb/iptables-alerter/iptables-alerter/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886128887Z namespaces/openshift-network-operator/pods/iptables-alerter-4g8jb/iptables-alerter/iptables-alerter/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886162238Z namespaces/openshift-network-operator/pods/iptables-alerter-6mc4g/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886197239Z namespaces/openshift-network-operator/pods/iptables-alerter-6mc4g/iptables-alerter-6mc4g.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886264681Z namespaces/openshift-network-operator/pods/iptables-alerter-6mc4g/iptables-alerter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886271041Z namespaces/openshift-network-operator/pods/iptables-alerter-6mc4g/iptables-alerter/iptables-alerter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886274401Z namespaces/openshift-network-operator/pods/iptables-alerter-6mc4g/iptables-alerter/iptables-alerter/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886306951Z namespaces/openshift-network-operator/pods/iptables-alerter-6mc4g/iptables-alerter/iptables-alerter/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886388864Z namespaces/openshift-network-operator/pods/iptables-alerter-6mc4g/iptables-alerter/iptables-alerter/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886473016Z namespaces/openshift-network-operator/pods/iptables-alerter-6mc4g/iptables-alerter/iptables-alerter/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886508876Z namespaces/openshift-network-operator/pods/iptables-alerter-qmblv/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886547128Z namespaces/openshift-network-operator/pods/iptables-alerter-qmblv/iptables-alerter-qmblv.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886614989Z namespaces/openshift-network-operator/pods/iptables-alerter-qmblv/iptables-alerter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886621219Z namespaces/openshift-network-operator/pods/iptables-alerter-qmblv/iptables-alerter/iptables-alerter/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88665702Z namespaces/openshift-network-operator/pods/iptables-alerter-qmblv/iptables-alerter/iptables-alerter/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886760043Z namespaces/openshift-network-operator/pods/iptables-alerter-qmblv/iptables-alerter/iptables-alerter/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886885366Z namespaces/openshift-network-operator/pods/iptables-alerter-qmblv/iptables-alerter/iptables-alerter/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886952578Z namespaces/openshift-network-operator/pods/iptables-alerter-qmblv/iptables-alerter/iptables-alerter/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.886968888Z namespaces/openshift-network-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887015769Z namespaces/openshift-network-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88705181Z namespaces/openshift-network-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887096391Z namespaces/openshift-network-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887142443Z namespaces/openshift-operator-lifecycle-manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887183854Z namespaces/openshift-operator-lifecycle-manager/openshift-operator-lifecycle-manager.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887242945Z namespaces/openshift-operator-lifecycle-manager/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887279696Z namespaces/openshift-operator-lifecycle-manager/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887322057Z namespaces/openshift-operator-lifecycle-manager/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887350808Z namespaces/openshift-operator-lifecycle-manager/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88742655Z namespaces/openshift-operator-lifecycle-manager/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887513262Z namespaces/openshift-operator-lifecycle-manager/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887583014Z namespaces/openshift-operator-lifecycle-manager/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887667306Z namespaces/openshift-operator-lifecycle-manager/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887719047Z namespaces/openshift-operator-lifecycle-manager/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887760788Z namespaces/openshift-operator-lifecycle-manager/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887799099Z namespaces/openshift-operator-lifecycle-manager/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887923552Z namespaces/openshift-operator-lifecycle-manager/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.887987134Z namespaces/openshift-operator-lifecycle-manager/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.888072666Z namespaces/openshift-operator-lifecycle-manager/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88820343Z namespaces/openshift-operator-lifecycle-manager/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.888263421Z namespaces/openshift-operator-lifecycle-manager/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.888317582Z namespaces/openshift-operator-lifecycle-manager/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.888438365Z namespaces/openshift-operator-lifecycle-manager/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.888542728Z namespaces/openshift-operator-lifecycle-manager/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.888671561Z namespaces/openshift-operator-lifecycle-manager/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.888753663Z namespaces/openshift-operator-lifecycle-manager/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.888828845Z namespaces/openshift-operator-lifecycle-manager/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.888951508Z namespaces/openshift-operator-lifecycle-manager/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889131923Z namespaces/openshift-operator-lifecycle-manager/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889190934Z namespaces/openshift-operator-lifecycle-manager/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889219835Z namespaces/openshift-operator-lifecycle-manager/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889280577Z namespaces/openshift-operator-lifecycle-manager/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889321127Z namespaces/openshift-operator-lifecycle-manager/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889361319Z namespaces/openshift-operator-lifecycle-manager/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889396949Z namespaces/openshift-operator-lifecycle-manager/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889473422Z namespaces/openshift-operator-lifecycle-manager/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889548563Z namespaces/openshift-operator-lifecycle-manager/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889595294Z namespaces/openshift-operator-lifecycle-manager/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889630515Z namespaces/openshift-operator-lifecycle-manager/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889697847Z namespaces/openshift-operator-lifecycle-manager/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889731838Z namespaces/openshift-operator-lifecycle-manager/monitoring.coreos.com/prometheusrules/olm-alert-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88979709Z namespaces/openshift-operator-lifecycle-manager/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.88983242Z namespaces/openshift-operator-lifecycle-manager/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889904292Z namespaces/openshift-operator-lifecycle-manager/operators.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889911453Z namespaces/openshift-operator-lifecycle-manager/operators.coreos.com/operatorgroups/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.889948093Z namespaces/openshift-operator-lifecycle-manager/operators.coreos.com/operatorgroups/olm-operators.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890001435Z namespaces/openshift-operator-lifecycle-manager/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890040796Z namespaces/openshift-operator-lifecycle-manager/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890092427Z namespaces/openshift-operator-lifecycle-manager/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890131628Z namespaces/openshift-operator-lifecycle-manager/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890173439Z namespaces/openshift-operators/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890179539Z namespaces/openshift-operators/operators.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890182879Z namespaces/openshift-operators/operators.coreos.com/operatorgroups/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89021929Z namespaces/openshift-operators/operators.coreos.com/operatorgroups/global-operators.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890268462Z namespaces/openshift-ovn-kubernetes/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890312083Z namespaces/openshift-ovn-kubernetes/openshift-ovn-kubernetes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890367324Z namespaces/openshift-ovn-kubernetes/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890423886Z namespaces/openshift-ovn-kubernetes/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890480617Z namespaces/openshift-ovn-kubernetes/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890524638Z namespaces/openshift-ovn-kubernetes/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890745043Z namespaces/openshift-ovn-kubernetes/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890832676Z namespaces/openshift-ovn-kubernetes/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890915548Z namespaces/openshift-ovn-kubernetes/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.890969459Z namespaces/openshift-ovn-kubernetes/apps/daemonsets/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89101925Z namespaces/openshift-ovn-kubernetes/apps/daemonsets/ovnkube-node.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891167794Z namespaces/openshift-ovn-kubernetes/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891214866Z namespaces/openshift-ovn-kubernetes/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891269177Z namespaces/openshift-ovn-kubernetes/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891317298Z namespaces/openshift-ovn-kubernetes/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89139786Z namespaces/openshift-ovn-kubernetes/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891439631Z namespaces/openshift-ovn-kubernetes/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891485892Z namespaces/openshift-ovn-kubernetes/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891550014Z namespaces/openshift-ovn-kubernetes/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891597305Z namespaces/openshift-ovn-kubernetes/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891606315Z namespaces/openshift-ovn-kubernetes/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891630986Z namespaces/openshift-ovn-kubernetes/coordination.k8s.io/leases/ovn-kubernetes-master.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891713198Z namespaces/openshift-ovn-kubernetes/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891752859Z namespaces/openshift-ovn-kubernetes/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.891972365Z namespaces/openshift-ovn-kubernetes/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.892085188Z namespaces/openshift-ovn-kubernetes/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.892401016Z namespaces/openshift-ovn-kubernetes/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.892522319Z namespaces/openshift-ovn-kubernetes/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893199736Z namespaces/openshift-ovn-kubernetes/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893309968Z namespaces/openshift-ovn-kubernetes/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893477273Z namespaces/openshift-ovn-kubernetes/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893532244Z namespaces/openshift-ovn-kubernetes/core/configmaps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893577145Z namespaces/openshift-ovn-kubernetes/core/configmaps/ovnkube-config.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893663907Z namespaces/openshift-ovn-kubernetes/core/configmaps/ovnkube-script-lib.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893800891Z namespaces/openshift-ovn-kubernetes/core/serviceaccounts/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893841202Z namespaces/openshift-ovn-kubernetes/core/serviceaccounts/ovn-kubernetes-control-plane.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893944835Z namespaces/openshift-ovn-kubernetes/core/serviceaccounts/ovn-kubernetes-node.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.893991636Z namespaces/openshift-ovn-kubernetes/core/services/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894047487Z namespaces/openshift-ovn-kubernetes/core/services/ovn-kubernetes-node.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894094748Z namespaces/openshift-ovn-kubernetes/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89415192Z namespaces/openshift-ovn-kubernetes/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894233912Z namespaces/openshift-ovn-kubernetes/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894273153Z namespaces/openshift-ovn-kubernetes/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894317534Z namespaces/openshift-ovn-kubernetes/k8s.cni.cncf.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894324664Z namespaces/openshift-ovn-kubernetes/k8s.cni.cncf.io/network-attachment-definitions/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894360335Z namespaces/openshift-ovn-kubernetes/k8s.cni.cncf.io/network-attachment-definitions/default.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894408406Z namespaces/openshift-ovn-kubernetes/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894451987Z namespaces/openshift-ovn-kubernetes/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894526199Z namespaces/openshift-ovn-kubernetes/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894603481Z namespaces/openshift-ovn-kubernetes/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894672653Z namespaces/openshift-ovn-kubernetes/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894709834Z namespaces/openshift-ovn-kubernetes/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894757125Z namespaces/openshift-ovn-kubernetes/monitoring.coreos.com/prometheusrules/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.894822717Z namespaces/openshift-ovn-kubernetes/monitoring.coreos.com/prometheusrules/networking-rules.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89495804Z namespaces/openshift-ovn-kubernetes/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895008901Z namespaces/openshift-ovn-kubernetes/monitoring.coreos.com/servicemonitors/monitor-ovn-node.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895104994Z namespaces/openshift-ovn-kubernetes/network.operator.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895115064Z namespaces/openshift-ovn-kubernetes/network.operator.openshift.io/operatorpkis/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895142855Z namespaces/openshift-ovn-kubernetes/network.operator.openshift.io/operatorpkis/ovn.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895253148Z namespaces/openshift-ovn-kubernetes/network.operator.openshift.io/operatorpkis/signer.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89533451Z namespaces/openshift-ovn-kubernetes/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895407321Z namespaces/openshift-ovn-kubernetes/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895457933Z namespaces/openshift-ovn-kubernetes/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895471473Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895537085Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovnkube-node-8lrq8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89573497Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-node/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89574813Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-node/kube-rbac-proxy-node/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89575184Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895780361Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.895948565Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896042977Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896063758Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-ovn-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896069748Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896079909Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896117499Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896293824Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896367456Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896385116Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/nbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896391086Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/nbdb/nbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896399677Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/nbdb/nbdb/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896439918Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/nbdb/nbdb/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.89653158Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/nbdb/nbdb/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896598351Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/nbdb/nbdb/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896632063Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/northd/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896661613Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/northd/northd/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896669543Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/northd/northd/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896744185Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/northd/northd/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.896865038Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/northd/northd/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897008062Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/northd/northd/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897023042Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-acl-logging/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897028393Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-acl-logging/ovn-acl-logging/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897036183Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-acl-logging/ovn-acl-logging/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897083184Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-acl-logging/ovn-acl-logging/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897460653Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-acl-logging/ovn-acl-logging/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897560806Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-acl-logging/ovn-acl-logging/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897606157Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897612907Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-controller/ovn-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897616437Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-controller/ovn-controller/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897690329Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-controller/ovn-controller/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897883674Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-controller/ovn-controller/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897959986Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovn-controller/ovn-controller/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897979857Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovnkube-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897989197Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovnkube-controller/ovnkube-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.897996447Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovnkube-controller/ovnkube-controller/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.898061659Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovnkube-controller/ovnkube-controller/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.903766163Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovnkube-controller/ovnkube-controller/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.903823154Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/ovnkube-controller/ovnkube-controller/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.903859685Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/sbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.903867715Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/sbdb/sbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.903874406Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/sbdb/sbdb/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.903926257Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/sbdb/sbdb/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904099151Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/sbdb/sbdb/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904174333Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-8lrq8/sbdb/sbdb/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904202184Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904274526Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovnkube-node-mgjgp.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.90444134Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-node/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.90444789Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-node/kube-rbac-proxy-node/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.90445126Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904493451Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904621045Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904767578Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904804409Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-ovn-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904809439Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904812889Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.90485091Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.904983634Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905055605Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905088296Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/nbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905095337Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/nbdb/nbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905098826Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/nbdb/nbdb/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905137007Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/nbdb/nbdb/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.90523219Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/nbdb/nbdb/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905301462Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/nbdb/nbdb/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905332823Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/northd/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905344883Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/northd/northd/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905348653Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/northd/northd/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905371023Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/northd/northd/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905475856Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/northd/northd/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905538788Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/northd/northd/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905576318Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-acl-logging/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905584009Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-acl-logging/ovn-acl-logging/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905588199Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-acl-logging/ovn-acl-logging/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.905671311Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-acl-logging/ovn-acl-logging/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906188444Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-acl-logging/ovn-acl-logging/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906266986Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-acl-logging/ovn-acl-logging/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906297287Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906303307Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-controller/ovn-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906306757Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-controller/ovn-controller/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906347478Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-controller/ovn-controller/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906526982Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-controller/ovn-controller/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906619205Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovn-controller/ovn-controller/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906700107Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovnkube-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906716147Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovnkube-controller/ovnkube-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906719917Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovnkube-controller/ovnkube-controller/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.906776969Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovnkube-controller/ovnkube-controller/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911202001Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovnkube-controller/ovnkube-controller/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911266852Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/ovnkube-controller/ovnkube-controller/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911295403Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/sbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911302193Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/sbdb/sbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911306373Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/sbdb/sbdb/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911343594Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/sbdb/sbdb/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911436197Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/sbdb/sbdb/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911506008Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-mgjgp/sbdb/sbdb/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911523999Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911606501Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovnkube-node-qjb9s.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911776225Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-node/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911788795Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-node/kube-rbac-proxy-node/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911809516Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911858607Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.911995011Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912078253Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-node/kube-rbac-proxy-node/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912105954Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-ovn-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912113414Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912117834Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912156575Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912283648Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.91235048Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/kube-rbac-proxy-ovn-metrics/kube-rbac-proxy-ovn-metrics/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.91238131Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/nbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912404801Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/nbdb/nbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912408141Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/nbdb/nbdb/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912413981Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/nbdb/nbdb/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912510054Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/nbdb/nbdb/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912577815Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/nbdb/nbdb/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912615216Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/northd/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912621416Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/northd/northd/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912624767Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/northd/northd/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912695438Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/northd/northd/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912798771Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/northd/northd/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912863813Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/northd/northd/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912901064Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-acl-logging/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912907714Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-acl-logging/ovn-acl-logging/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912911194Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-acl-logging/ovn-acl-logging/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.912944655Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-acl-logging/ovn-acl-logging/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913268143Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-acl-logging/ovn-acl-logging/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913335855Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-acl-logging/ovn-acl-logging/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913363495Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913373286Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-controller/ovn-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913376916Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-controller/ovn-controller/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913408736Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-controller/ovn-controller/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913760085Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-controller/ovn-controller/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913833817Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovn-controller/ovn-controller/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913858798Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovnkube-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913877618Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovnkube-controller/ovnkube-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913881048Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovnkube-controller/ovnkube-controller/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.913911579Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovnkube-controller/ovnkube-controller/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918465484Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovnkube-controller/ovnkube-controller/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918508605Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/ovnkube-controller/ovnkube-controller/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918566437Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/sbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918581307Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/sbdb/sbdb/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918585907Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/sbdb/sbdb/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918594168Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/sbdb/sbdb/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918733951Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/sbdb/sbdb/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918798963Z namespaces/openshift-ovn-kubernetes/pods/ovnkube-node-qjb9s/sbdb/sbdb/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918836964Z namespaces/openshift-ovn-kubernetes/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918867185Z namespaces/openshift-ovn-kubernetes/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918906086Z namespaces/openshift-ovn-kubernetes/rbac.authorization.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918913476Z namespaces/openshift-ovn-kubernetes/rbac.authorization.k8s.io/rolebindings/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.918956557Z namespaces/openshift-ovn-kubernetes/rbac.authorization.k8s.io/rolebindings/openshift-ovn-kubernetes-control-plane-limited.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919046109Z namespaces/openshift-ovn-kubernetes/rbac.authorization.k8s.io/rolebindings/openshift-ovn-kubernetes-nodes-identity-limited.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919169432Z namespaces/openshift-ovn-kubernetes/rbac.authorization.k8s.io/rolebindings/prometheus-k8s.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919213603Z namespaces/openshift-ovn-kubernetes/rbac.authorization.k8s.io/roles/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919249994Z namespaces/openshift-ovn-kubernetes/rbac.authorization.k8s.io/roles/openshift-ovn-kubernetes-control-plane-limited.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919332946Z namespaces/openshift-ovn-kubernetes/rbac.authorization.k8s.io/roles/openshift-ovn-kubernetes-node-limited.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919411718Z namespaces/openshift-ovn-kubernetes/rbac.authorization.k8s.io/roles/prometheus-k8s.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919457149Z namespaces/openshift-ovn-kubernetes/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919503321Z namespaces/openshift-ovn-kubernetes/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919545082Z namespaces/openshift-route-controller-manager/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919552642Z namespaces/openshift-route-controller-manager/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919556652Z namespaces/openshift-route-controller-manager/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919593863Z namespaces/openshift-route-controller-manager/coordination.k8s.io/leases/openshift-route-controllers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919663255Z namespaces/openshift-service-ca-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919709796Z namespaces/openshift-service-ca-operator/openshift-service-ca-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919772897Z namespaces/openshift-service-ca-operator/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919808148Z namespaces/openshift-service-ca-operator/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919857659Z namespaces/openshift-service-ca-operator/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919900081Z namespaces/openshift-service-ca-operator/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.919972533Z namespaces/openshift-service-ca-operator/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920093385Z namespaces/openshift-service-ca-operator/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920185128Z namespaces/openshift-service-ca-operator/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920225649Z namespaces/openshift-service-ca-operator/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92026936Z namespaces/openshift-service-ca-operator/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920311711Z namespaces/openshift-service-ca-operator/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920357812Z namespaces/openshift-service-ca-operator/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920424424Z namespaces/openshift-service-ca-operator/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920468325Z namespaces/openshift-service-ca-operator/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920507606Z namespaces/openshift-service-ca-operator/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920582828Z namespaces/openshift-service-ca-operator/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920623189Z namespaces/openshift-service-ca-operator/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920630099Z namespaces/openshift-service-ca-operator/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920705381Z namespaces/openshift-service-ca-operator/coordination.k8s.io/leases/service-ca-operator-lock.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920760232Z namespaces/openshift-service-ca-operator/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920799463Z namespaces/openshift-service-ca-operator/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920904616Z namespaces/openshift-service-ca-operator/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.920989948Z namespaces/openshift-service-ca-operator/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.921208544Z namespaces/openshift-service-ca-operator/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.921285146Z namespaces/openshift-service-ca-operator/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.921400069Z namespaces/openshift-service-ca-operator/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.921525432Z namespaces/openshift-service-ca-operator/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.921740187Z namespaces/openshift-service-ca-operator/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.921796728Z namespaces/openshift-service-ca-operator/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92183833Z namespaces/openshift-service-ca-operator/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.921890751Z namespaces/openshift-service-ca-operator/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.921926802Z namespaces/openshift-service-ca-operator/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.921973203Z namespaces/openshift-service-ca-operator/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922015724Z namespaces/openshift-service-ca-operator/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922085416Z namespaces/openshift-service-ca-operator/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922163848Z namespaces/openshift-service-ca-operator/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922207429Z namespaces/openshift-service-ca-operator/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92224726Z namespaces/openshift-service-ca-operator/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922297411Z namespaces/openshift-service-ca-operator/monitoring.coreos.com/servicemonitors/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922338132Z namespaces/openshift-service-ca-operator/monitoring.coreos.com/servicemonitors/service-ca-operator.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922388303Z namespaces/openshift-service-ca-operator/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922430944Z namespaces/openshift-service-ca-operator/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922470905Z namespaces/openshift-service-ca-operator/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922477066Z namespaces/openshift-service-ca-operator/pods/service-ca-operator-d6fc45fc5-t2b77/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922512866Z namespaces/openshift-service-ca-operator/pods/service-ca-operator-d6fc45fc5-t2b77/service-ca-operator-d6fc45fc5-t2b77.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922586048Z namespaces/openshift-service-ca-operator/pods/service-ca-operator-d6fc45fc5-t2b77/service-ca-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922592308Z namespaces/openshift-service-ca-operator/pods/service-ca-operator-d6fc45fc5-t2b77/service-ca-operator/service-ca-operator/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922595659Z namespaces/openshift-service-ca-operator/pods/service-ca-operator-d6fc45fc5-t2b77/service-ca-operator/service-ca-operator/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92263423Z namespaces/openshift-service-ca-operator/pods/service-ca-operator-d6fc45fc5-t2b77/service-ca-operator/service-ca-operator/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922810574Z namespaces/openshift-service-ca-operator/pods/service-ca-operator-d6fc45fc5-t2b77/service-ca-operator/service-ca-operator/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.922994309Z namespaces/openshift-service-ca-operator/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92303935Z namespaces/openshift-service-ca-operator/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923083851Z namespaces/openshift-service-ca-operator/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923121092Z namespaces/openshift-service-ca-operator/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923166793Z namespaces/openshift-service-ca/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923208354Z namespaces/openshift-service-ca/openshift-service-ca.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923259185Z namespaces/openshift-service-ca/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923289166Z namespaces/openshift-service-ca/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923336287Z namespaces/openshift-service-ca/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923374878Z namespaces/openshift-service-ca/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92345401Z namespaces/openshift-service-ca/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923549673Z namespaces/openshift-service-ca/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923667506Z namespaces/openshift-service-ca/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923731217Z namespaces/openshift-service-ca/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923770148Z namespaces/openshift-service-ca/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923815559Z namespaces/openshift-service-ca/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923854591Z namespaces/openshift-service-ca/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923933722Z namespaces/openshift-service-ca/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.923974103Z namespaces/openshift-service-ca/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924029455Z namespaces/openshift-service-ca/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924106727Z namespaces/openshift-service-ca/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924149848Z namespaces/openshift-service-ca/coordination.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924156248Z namespaces/openshift-service-ca/coordination.k8s.io/leases/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924192059Z namespaces/openshift-service-ca/coordination.k8s.io/leases/service-ca-controller-lock.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92423964Z namespaces/openshift-service-ca/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924272871Z namespaces/openshift-service-ca/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924374524Z namespaces/openshift-service-ca/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924455426Z namespaces/openshift-service-ca/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924566009Z namespaces/openshift-service-ca/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92463224Z namespaces/openshift-service-ca/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924789894Z namespaces/openshift-service-ca/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.924927518Z namespaces/openshift-service-ca/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925090042Z namespaces/openshift-service-ca/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925138163Z namespaces/openshift-service-ca/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925188184Z namespaces/openshift-service-ca/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925226445Z namespaces/openshift-service-ca/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925265446Z namespaces/openshift-service-ca/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925310417Z namespaces/openshift-service-ca/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925349588Z namespaces/openshift-service-ca/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92542199Z namespaces/openshift-service-ca/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925499522Z namespaces/openshift-service-ca/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925544423Z namespaces/openshift-service-ca/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925581404Z namespaces/openshift-service-ca/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925672057Z namespaces/openshift-service-ca/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925748628Z namespaces/openshift-service-ca/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925793349Z namespaces/openshift-service-ca/pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.9257998Z namespaces/openshift-service-ca/pods/service-ca-865cb79987-l5rfr/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925838371Z namespaces/openshift-service-ca/pods/service-ca-865cb79987-l5rfr/service-ca-865cb79987-l5rfr.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925910052Z namespaces/openshift-service-ca/pods/service-ca-865cb79987-l5rfr/service-ca-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925916533Z namespaces/openshift-service-ca/pods/service-ca-865cb79987-l5rfr/service-ca-controller/service-ca-controller/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925919903Z namespaces/openshift-service-ca/pods/service-ca-865cb79987-l5rfr/service-ca-controller/service-ca-controller/logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.925956224Z namespaces/openshift-service-ca/pods/service-ca-865cb79987-l5rfr/service-ca-controller/service-ca-controller/logs/current.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926155549Z namespaces/openshift-service-ca/pods/service-ca-865cb79987-l5rfr/service-ca-controller/service-ca-controller/logs/previous.insecure.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92621968Z namespaces/openshift-service-ca/pods/service-ca-865cb79987-l5rfr/service-ca-controller/service-ca-controller/logs/previous.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926256091Z namespaces/openshift-service-ca/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926293662Z namespaces/openshift-service-ca/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926337913Z namespaces/openshift-service-ca/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926377324Z namespaces/openshift-service-ca/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926419365Z namespaces/openshift-user-workload-monitoring/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926467697Z namespaces/openshift-user-workload-monitoring/openshift-user-workload-monitoring.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926524358Z namespaces/openshift-user-workload-monitoring/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926579249Z namespaces/openshift-user-workload-monitoring/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926673912Z namespaces/openshift-user-workload-monitoring/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926731723Z namespaces/openshift-user-workload-monitoring/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926814495Z namespaces/openshift-user-workload-monitoring/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926889427Z namespaces/openshift-user-workload-monitoring/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.926965769Z namespaces/openshift-user-workload-monitoring/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92700866Z namespaces/openshift-user-workload-monitoring/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927048311Z namespaces/openshift-user-workload-monitoring/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927094552Z namespaces/openshift-user-workload-monitoring/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927130063Z namespaces/openshift-user-workload-monitoring/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927210905Z namespaces/openshift-user-workload-monitoring/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927254186Z namespaces/openshift-user-workload-monitoring/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927292847Z namespaces/openshift-user-workload-monitoring/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927373349Z namespaces/openshift-user-workload-monitoring/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92741617Z namespaces/openshift-user-workload-monitoring/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927455051Z namespaces/openshift-user-workload-monitoring/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927549384Z namespaces/openshift-user-workload-monitoring/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927624596Z namespaces/openshift-user-workload-monitoring/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927726558Z namespaces/openshift-user-workload-monitoring/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92780634Z namespaces/openshift-user-workload-monitoring/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927878172Z namespaces/openshift-user-workload-monitoring/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.927994765Z namespaces/openshift-user-workload-monitoring/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928156439Z namespaces/openshift-user-workload-monitoring/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92820373Z namespaces/openshift-user-workload-monitoring/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928242562Z namespaces/openshift-user-workload-monitoring/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928291163Z namespaces/openshift-user-workload-monitoring/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928331804Z namespaces/openshift-user-workload-monitoring/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928377395Z namespaces/openshift-user-workload-monitoring/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928414786Z namespaces/openshift-user-workload-monitoring/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928488798Z namespaces/openshift-user-workload-monitoring/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92856607Z namespaces/openshift-user-workload-monitoring/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928609711Z namespaces/openshift-user-workload-monitoring/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928669292Z namespaces/openshift-user-workload-monitoring/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928734384Z namespaces/openshift-user-workload-monitoring/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928775505Z namespaces/openshift-user-workload-monitoring/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928821806Z namespaces/openshift-user-workload-monitoring/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928859667Z namespaces/openshift-user-workload-monitoring/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928902948Z namespaces/openshift-user-workload-monitoring/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.928942029Z namespaces/openshift-user-workload-monitoring/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92898765Z namespaces/openshift/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929033551Z namespaces/openshift/openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929089303Z namespaces/openshift/apps.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929119924Z namespaces/openshift/apps.openshift.io/deploymentconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929160095Z namespaces/openshift/apps/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929205636Z namespaces/openshift/apps/daemonsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929282358Z namespaces/openshift/apps/deployments.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92935747Z namespaces/openshift/apps/replicasets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929434901Z namespaces/openshift/apps/statefulsets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929475213Z namespaces/openshift/autoscaling/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929517544Z namespaces/openshift/autoscaling/horizontalpodautoscalers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929561245Z namespaces/openshift/batch/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929601436Z namespaces/openshift/batch/cronjobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929704048Z namespaces/openshift/batch/jobs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929742329Z namespaces/openshift/build.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.92978695Z namespaces/openshift/build.openshift.io/buildconfigs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929862942Z namespaces/openshift/build.openshift.io/builds.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929904264Z namespaces/openshift/core/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.929945394Z namespaces/openshift/core/configmaps.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930038347Z namespaces/openshift/core/endpoints.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930114029Z namespaces/openshift/core/events.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930190321Z namespaces/openshift/core/persistentvolumeclaims.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930269883Z namespaces/openshift/core/pods.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930343435Z namespaces/openshift/core/replicationcontrollers.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930466908Z namespaces/openshift/core/secrets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930618831Z namespaces/openshift/core/services.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930682823Z namespaces/openshift/discovery.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930731224Z namespaces/openshift/discovery.k8s.io/endpointslices.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930776626Z namespaces/openshift/image.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.930820157Z namespaces/openshift/image.openshift.io/imagestreams.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.932041027Z namespaces/openshift/image.openshift.io/imagestreams/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.932082319Z namespaces/openshift/image.openshift.io/imagestreams/cli-artifacts.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.932169981Z namespaces/openshift/image.openshift.io/imagestreams/cli.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.932250393Z namespaces/openshift/image.openshift.io/imagestreams/dotnet-runtime.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.932355635Z namespaces/openshift/image.openshift.io/imagestreams/dotnet.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.932461088Z namespaces/openshift/image.openshift.io/imagestreams/driver-toolkit.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.93254555Z namespaces/openshift/image.openshift.io/imagestreams/fuse7-eap-openshift-java11.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.932703804Z namespaces/openshift/image.openshift.io/imagestreams/fuse7-eap-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.932864938Z namespaces/openshift/image.openshift.io/imagestreams/fuse7-java-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.932983531Z namespaces/openshift/image.openshift.io/imagestreams/fuse7-java11-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.933069013Z namespaces/openshift/image.openshift.io/imagestreams/fuse7-karaf-openshift-jdk11.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.933163716Z namespaces/openshift/image.openshift.io/imagestreams/fuse7-karaf-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.93330985Z namespaces/openshift/image.openshift.io/imagestreams/golang.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.933418282Z namespaces/openshift/image.openshift.io/imagestreams/httpd.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.933516775Z namespaces/openshift/image.openshift.io/imagestreams/installer-artifacts.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.933601947Z namespaces/openshift/image.openshift.io/imagestreams/installer.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.93371214Z namespaces/openshift/image.openshift.io/imagestreams/java-runtime.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.933817212Z namespaces/openshift/image.openshift.io/imagestreams/java.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.933913205Z namespaces/openshift/image.openshift.io/imagestreams/jboss-datagrid73-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.934032018Z namespaces/openshift/image.openshift.io/imagestreams/jboss-eap-xp3-openjdk11-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.93413367Z namespaces/openshift/image.openshift.io/imagestreams/jboss-eap-xp3-openjdk11-runtime-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.934220893Z namespaces/openshift/image.openshift.io/imagestreams/jboss-eap-xp4-openjdk11-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.934315985Z namespaces/openshift/image.openshift.io/imagestreams/jboss-eap-xp4-openjdk11-runtime-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.934407357Z namespaces/openshift/image.openshift.io/imagestreams/jboss-eap74-openjdk11-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.93450234Z namespaces/openshift/image.openshift.io/imagestreams/jboss-eap74-openjdk11-runtime-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.934589652Z namespaces/openshift/image.openshift.io/imagestreams/jboss-eap74-openjdk8-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.934743716Z namespaces/openshift/image.openshift.io/imagestreams/jboss-eap74-openjdk8-runtime-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.934856339Z namespaces/openshift/image.openshift.io/imagestreams/jboss-webserver57-openjdk11-tomcat9-openshift-ubi8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.934965981Z namespaces/openshift/image.openshift.io/imagestreams/jboss-webserver57-openjdk8-tomcat9-openshift-ubi8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.935068304Z namespaces/openshift/image.openshift.io/imagestreams/jenkins-agent-base.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.935164077Z namespaces/openshift/image.openshift.io/imagestreams/jenkins.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.935267269Z namespaces/openshift/image.openshift.io/imagestreams/mariadb.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.935373372Z namespaces/openshift/image.openshift.io/imagestreams/must-gather.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.935455774Z namespaces/openshift/image.openshift.io/imagestreams/mysql.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.935560136Z namespaces/openshift/image.openshift.io/imagestreams/network-tools.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.935665659Z namespaces/openshift/image.openshift.io/imagestreams/nginx.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.935791732Z namespaces/openshift/image.openshift.io/imagestreams/nodejs.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.935932876Z namespaces/openshift/image.openshift.io/imagestreams/oauth-proxy.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.936029068Z namespaces/openshift/image.openshift.io/imagestreams/openjdk-11-rhel7.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.936149961Z namespaces/openshift/image.openshift.io/imagestreams/perl.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.936244354Z namespaces/openshift/image.openshift.io/imagestreams/php.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.936355807Z namespaces/openshift/image.openshift.io/imagestreams/postgresql.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.93647977Z namespaces/openshift/image.openshift.io/imagestreams/postgresql13-for-sso75-openshift-rhel8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.936571712Z namespaces/openshift/image.openshift.io/imagestreams/postgresql13-for-sso76-openshift-rhel8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.936652204Z namespaces/openshift/image.openshift.io/imagestreams/python.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.936795608Z namespaces/openshift/image.openshift.io/imagestreams/redhat-openjdk18-openshift.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.936938921Z namespaces/openshift/image.openshift.io/imagestreams/redis.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.937063854Z namespaces/openshift/image.openshift.io/imagestreams/ruby.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.937166887Z namespaces/openshift/image.openshift.io/imagestreams/sso75-openshift-rhel8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.937254709Z namespaces/openshift/image.openshift.io/imagestreams/sso76-openshift-rhel8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.937347552Z namespaces/openshift/image.openshift.io/imagestreams/tests.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.937428234Z namespaces/openshift/image.openshift.io/imagestreams/tools.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.937548387Z namespaces/openshift/image.openshift.io/imagestreams/ubi8-openjdk-11-runtime.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.9376902Z namespaces/openshift/image.openshift.io/imagestreams/ubi8-openjdk-11.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.937807713Z namespaces/openshift/image.openshift.io/imagestreams/ubi8-openjdk-17-runtime.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.937913576Z namespaces/openshift/image.openshift.io/imagestreams/ubi8-openjdk-17.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938026389Z namespaces/openshift/image.openshift.io/imagestreams/ubi8-openjdk-21-runtime.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938112821Z namespaces/openshift/image.openshift.io/imagestreams/ubi8-openjdk-21.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938205593Z namespaces/openshift/image.openshift.io/imagestreams/ubi8-openjdk-8-runtime.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938316436Z namespaces/openshift/image.openshift.io/imagestreams/ubi8-openjdk-8.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938455869Z namespaces/openshift/k8s.ovn.org/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938500351Z namespaces/openshift/k8s.ovn.org/egressfirewalls.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938582963Z namespaces/openshift/k8s.ovn.org/egressqoses.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938679735Z namespaces/openshift/k8s.ovn.org/userdefinednetworks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938711696Z namespaces/openshift/monitoring.coreos.com/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938762797Z namespaces/openshift/monitoring.coreos.com/servicemonitors.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938804398Z namespaces/openshift/networking.k8s.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938853199Z namespaces/openshift/networking.k8s.io/networkpolicies.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.93889108Z namespaces/openshift/policy/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938922451Z namespaces/openshift/policy/poddisruptionbudgets.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.938969562Z namespaces/openshift/route.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939001283Z namespaces/openshift/route.openshift.io/routes.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939055065Z namespaces/openshift/template.openshift.io/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939064675Z namespaces/openshift/template.openshift.io/templates/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939090145Z namespaces/openshift/template.openshift.io/templates/cache-service.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939203408Z namespaces/openshift/template.openshift.io/templates/cakephp-mysql-example.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939314191Z namespaces/openshift/template.openshift.io/templates/cakephp-mysql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939423414Z namespaces/openshift/template.openshift.io/templates/dancer-mysql-example.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939533317Z namespaces/openshift/template.openshift.io/templates/dancer-mysql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939710101Z namespaces/openshift/template.openshift.io/templates/datagrid-service.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939807514Z namespaces/openshift/template.openshift.io/templates/django-psql-example.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.939917077Z namespaces/openshift/template.openshift.io/templates/django-psql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.94003416Z namespaces/openshift/template.openshift.io/templates/eap-xp3-basic-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.940153372Z namespaces/openshift/template.openshift.io/templates/eap-xp4-basic-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.940254885Z namespaces/openshift/template.openshift.io/templates/eap74-basic-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.940360308Z namespaces/openshift/template.openshift.io/templates/eap74-https-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.940478701Z namespaces/openshift/template.openshift.io/templates/eap74-sso-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.940614344Z namespaces/openshift/template.openshift.io/templates/httpd-example.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.940737887Z namespaces/openshift/template.openshift.io/templates/jenkins-ephemeral-monitored.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.94085479Z namespaces/openshift/template.openshift.io/templates/jenkins-ephemeral.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.940955853Z namespaces/openshift/template.openshift.io/templates/jenkins-persistent-monitored.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.941073246Z namespaces/openshift/template.openshift.io/templates/jenkins-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.941179838Z namespaces/openshift/template.openshift.io/templates/jws57-openjdk11-tomcat9-ubi8-basic-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.941290541Z namespaces/openshift/template.openshift.io/templates/jws57-openjdk11-tomcat9-ubi8-https-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.941384034Z namespaces/openshift/template.openshift.io/templates/jws57-openjdk8-tomcat9-ubi8-basic-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.941479246Z namespaces/openshift/template.openshift.io/templates/jws57-openjdk8-tomcat9-ubi8-https-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.941571808Z namespaces/openshift/template.openshift.io/templates/mariadb-ephemeral.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.941764513Z namespaces/openshift/template.openshift.io/templates/mariadb-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.941866226Z namespaces/openshift/template.openshift.io/templates/mysql-ephemeral.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.941962718Z namespaces/openshift/template.openshift.io/templates/mysql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.942058491Z namespaces/openshift/template.openshift.io/templates/nginx-example.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.942154863Z namespaces/openshift/template.openshift.io/templates/nodejs-postgresql-example.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.942260526Z namespaces/openshift/template.openshift.io/templates/nodejs-postgresql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.942369648Z namespaces/openshift/template.openshift.io/templates/openjdk-web-basic-s2i.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.942465271Z namespaces/openshift/template.openshift.io/templates/postgresql-ephemeral.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.942559623Z namespaces/openshift/template.openshift.io/templates/postgresql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.942675706Z namespaces/openshift/template.openshift.io/templates/rails-pgsql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.942795349Z namespaces/openshift/template.openshift.io/templates/rails-postgresql-example.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.942905472Z namespaces/openshift/template.openshift.io/templates/react-web-app-example.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.943004864Z namespaces/openshift/template.openshift.io/templates/redis-ephemeral.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.943135018Z namespaces/openshift/template.openshift.io/templates/redis-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.943308562Z namespaces/openshift/template.openshift.io/templates/s2i-fuse712-spring-boot-2-camel-rest-3scale.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.943406945Z namespaces/openshift/template.openshift.io/templates/s2i-fuse712-spring-boot-2-camel-xml.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.943512037Z namespaces/openshift/template.openshift.io/templates/s2i-fuse712-spring-boot-2-camel.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.94361172Z namespaces/openshift/template.openshift.io/templates/sso75-https.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.943770314Z namespaces/openshift/template.openshift.io/templates/sso75-ocp4-x509-https.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.943873817Z namespaces/openshift/template.openshift.io/templates/sso75-ocp4-x509-postgresql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.943993349Z namespaces/openshift/template.openshift.io/templates/sso75-postgresql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.944134163Z namespaces/openshift/template.openshift.io/templates/sso75-postgresql.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.944247386Z namespaces/openshift/template.openshift.io/templates/sso76-ocp4-https.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.94438645Z namespaces/openshift/template.openshift.io/templates/sso76-ocp4-postgresql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.944508873Z namespaces/openshift/template.openshift.io/templates/sso76-ocp4-postgresql.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.944633586Z namespaces/openshift/template.openshift.io/templates/sso76-ocp4-x509-https.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.94478086Z namespaces/openshift/template.openshift.io/templates/sso76-ocp4-x509-postgresql-persistent.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.944857942Z network_logs/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.944892412Z network_logs/cluster_scale [must-gather-6nbb9] OUT 2026-04-16T21:12:31.944972304Z network_logs/ippools.whereabouts.cni.cncf.io [must-gather-6nbb9] OUT 2026-04-16T21:12:31.945046626Z network_logs/multi-networkpolicy [must-gather-6nbb9] OUT 2026-04-16T21:12:31.945121038Z network_logs/net-attach-def [must-gather-6nbb9] OUT 2026-04-16T21:12:31.94520095Z network_logs/overlappingrangeipreservations.whereabouts.cni.cncf.io [must-gather-6nbb9] OUT 2026-04-16T21:12:31.945331193Z network_logs/ovn_kubernetes_top_pods [must-gather-6nbb9] OUT 2026-04-16T21:12:31.945423416Z network_logs/ovnk_database_store.tar.gz [must-gather-6nbb9] OUT 2026-04-16T21:12:31.946987915Z nodes/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.947020926Z nodes/debug [must-gather-6nbb9] OUT 2026-04-16T21:12:31.947120919Z nodes/ip-10-0-137-142.ec2.internal/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.94715758Z nodes/ip-10-0-137-142.ec2.internal/cpu_affinities.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.947415786Z nodes/ip-10-0-137-142.ec2.internal/dmesg [must-gather-6nbb9] OUT 2026-04-16T21:12:31.947723654Z nodes/ip-10-0-137-142.ec2.internal/ethtool_channels [must-gather-6nbb9] OUT 2026-04-16T21:12:31.947801916Z nodes/ip-10-0-137-142.ec2.internal/ethtool_features [must-gather-6nbb9] OUT 2026-04-16T21:12:31.947879398Z nodes/ip-10-0-137-142.ec2.internal/ip-10-0-137-142.ec2.internal_logs_kubelet.gz [must-gather-6nbb9] OUT 2026-04-16T21:12:31.948168145Z nodes/ip-10-0-137-142.ec2.internal/irq_affinities.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.948303738Z nodes/ip-10-0-137-142.ec2.internal/lscpu [must-gather-6nbb9] OUT 2026-04-16T21:12:31.948431322Z nodes/ip-10-0-137-142.ec2.internal/lspci [must-gather-6nbb9] OUT 2026-04-16T21:12:31.948523454Z nodes/ip-10-0-137-142.ec2.internal/podresources.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.948618057Z nodes/ip-10-0-137-142.ec2.internal/pods_info.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.94874394Z nodes/ip-10-0-137-142.ec2.internal/proc_cmdline [must-gather-6nbb9] OUT 2026-04-16T21:12:31.948826982Z nodes/ip-10-0-137-142.ec2.internal/sysinfo.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.950577506Z nodes/ip-10-0-137-142.ec2.internal/sysinfo.tgz [must-gather-6nbb9] OUT 2026-04-16T21:12:31.950837473Z nodes/ip-10-0-138-118.ec2.internal/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.950889724Z nodes/ip-10-0-138-118.ec2.internal/cpu_affinities.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.951160521Z nodes/ip-10-0-138-118.ec2.internal/dmesg [must-gather-6nbb9] OUT 2026-04-16T21:12:31.951399617Z nodes/ip-10-0-138-118.ec2.internal/ethtool_channels [must-gather-6nbb9] OUT 2026-04-16T21:12:31.951465249Z nodes/ip-10-0-138-118.ec2.internal/ethtool_features [must-gather-6nbb9] OUT 2026-04-16T21:12:31.951551651Z nodes/ip-10-0-138-118.ec2.internal/ip-10-0-138-118.ec2.internal_logs_kubelet.gz [must-gather-6nbb9] OUT 2026-04-16T21:12:31.951971801Z nodes/ip-10-0-138-118.ec2.internal/irq_affinities.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.952126525Z nodes/ip-10-0-138-118.ec2.internal/lscpu [must-gather-6nbb9] OUT 2026-04-16T21:12:31.952246798Z nodes/ip-10-0-138-118.ec2.internal/lspci [must-gather-6nbb9] OUT 2026-04-16T21:12:31.9523344Z nodes/ip-10-0-138-118.ec2.internal/podresources.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.952436013Z nodes/ip-10-0-138-118.ec2.internal/pods_info.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.952542836Z nodes/ip-10-0-138-118.ec2.internal/proc_cmdline [must-gather-6nbb9] OUT 2026-04-16T21:12:31.952621178Z nodes/ip-10-0-138-118.ec2.internal/sysinfo.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.954332361Z nodes/ip-10-0-138-118.ec2.internal/sysinfo.tgz [must-gather-6nbb9] OUT 2026-04-16T21:12:31.954501935Z nodes/ip-10-0-142-60.ec2.internal/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.954530526Z nodes/ip-10-0-142-60.ec2.internal/cpu_affinities.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.954831043Z nodes/ip-10-0-142-60.ec2.internal/dmesg [must-gather-6nbb9] OUT 2026-04-16T21:12:31.95506778Z nodes/ip-10-0-142-60.ec2.internal/ethtool_channels [must-gather-6nbb9] OUT 2026-04-16T21:12:31.955139911Z nodes/ip-10-0-142-60.ec2.internal/ethtool_features [must-gather-6nbb9] OUT 2026-04-16T21:12:31.955227453Z nodes/ip-10-0-142-60.ec2.internal/ip-10-0-142-60.ec2.internal_logs_kubelet.gz [must-gather-6nbb9] OUT 2026-04-16T21:12:31.95549798Z nodes/ip-10-0-142-60.ec2.internal/irq_affinities.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.955653554Z nodes/ip-10-0-142-60.ec2.internal/lscpu [must-gather-6nbb9] OUT 2026-04-16T21:12:31.955774717Z nodes/ip-10-0-142-60.ec2.internal/lspci [must-gather-6nbb9] OUT 2026-04-16T21:12:31.955861009Z nodes/ip-10-0-142-60.ec2.internal/podresources.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.955958942Z nodes/ip-10-0-142-60.ec2.internal/pods_info.json [must-gather-6nbb9] OUT 2026-04-16T21:12:31.956091645Z nodes/ip-10-0-142-60.ec2.internal/proc_cmdline [must-gather-6nbb9] OUT 2026-04-16T21:12:31.956168007Z nodes/ip-10-0-142-60.ec2.internal/sysinfo.log [must-gather-6nbb9] OUT 2026-04-16T21:12:31.95787333Z nodes/ip-10-0-142-60.ec2.internal/sysinfo.tgz [must-gather-6nbb9] OUT 2026-04-16T21:12:31.958017644Z pod_network_connectivity_check/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.958048955Z pod_network_connectivity_check/podnetworkconnectivitychecks.yaml [must-gather-6nbb9] OUT 2026-04-16T21:12:31.958151987Z static-pods/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.958158718Z static-pods/kube-apiserver/ [must-gather-6nbb9] OUT 2026-04-16T21:12:31.965732409Z [must-gather-6nbb9] OUT 2026-04-16T21:12:31.96575334Z sent 57,472 bytes received 4,828,695 bytes 9,772,334.00 bytes/sec [must-gather-6nbb9] OUT 2026-04-16T21:12:31.96576027Z total size is 56,491,846 speedup is 11.56 [must-gather ] OUT 2026-04-16T21:12:32.221172076Z namespace/openshift-must-gather-g6jdf deleted Reprinting Cluster State: When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: c49d09c5-b700-4796-81a2-ca715d962710 ClientVersion: 4.21.5 ClusterVersion: Stable at "4.20.19" ClusterOperators: clusteroperator/authentication is missing clusteroperator/cloud-credential is missing clusteroperator/cluster-autoscaler is missing clusteroperator/config-operator is missing clusteroperator/etcd is missing clusteroperator/machine-api is missing clusteroperator/machine-approver is missing clusteroperator/machine-config is missing clusteroperator/marketplace is missing 2026/04/16 20:16:49 Entrypoint initialization 2026/04/16 20:16:50 Decoded script /tekton/scripts/script-0-rg92s 2026/04/16 20:16:50 Decoded script /tekton/scripts/script-1-gxxpc 2026/04/16 20:16:50 Decoded script /tekton/scripts/script-2-2hrs7 2026/04/16 20:16:50 Decoded script /tekton/scripts/script-3-kjtv2 2026/04/16 20:16:50 Decoded script /tekton/scripts/script-4-nj62n 2026/04/16 20:16:50 Decoded script /tekton/scripts/script-5-kgbpv Found kubeconfig secret: cluster-wdsz5-admin-kubeconfig Wrote kubeconfig to /credentials/cluster-wdsz5-kubeconfig Found admin password secret: cluster-wdsz5-admin-password Retrieved username Wrote password to /credentials/cluster-wdsz5-password API Server URL: https://a5013424d0a6142a2a6d3ee5758ed7d6-ff9106e3ec1d2585.elb.us-east-1.amazonaws.com:6443 Console URL: https://console-openshift-console.apps.13157818-d330-4cce-b058-54e71df9f1ad.prod.konfluxeaas.com WORK_DIR: /workspace/odh-ci-artifacts REPO_PATH: opendatahub-io/odh-build-metadata REPO_BRANCH: ci-artifacts SPARSE_FILE_PATH: test-artifacts/docs SOURCE_PATH: /workspace/artifacts-dir DEST_PATH: test-artifacts/kserve-group-test-sgt7n ALWAYS_PASS: false configuring gh token taking github token from Konflux bot Initialized empty Git repository in /workspace/odh-ci-artifacts/.git/ From https://github.com/opendatahub-io/odh-build-metadata * branch ci-artifacts -> FETCH_HEAD * [new branch] ci-artifacts -> origin/ci-artifacts Already on 'ci-artifacts' branch 'ci-artifacts' set up to track 'origin/ci-artifacts'. TASK_NAME=kserve-group-test-sgt7n-e2e-predictor PIPELINERUN_NAME=kserve-group-test-sgt7n From https://github.com/opendatahub-io/odh-build-metadata * branch ci-artifacts -> FETCH_HEAD Already up to date. -rw-r--r--. 1 root 1001540000 7558616 Apr 16 21:15 /workspace/odh-ci-artifacts/test-artifacts/kserve-group-test-sgt7n/e2e-predictor.tar.gz [ci-artifacts 5b4f51d] Updating CI Artifacts in e2e-predictor 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test-artifacts/kserve-group-test-sgt7n/e2e-predictor.tar.gz From https://github.com/opendatahub-io/odh-build-metadata * branch ci-artifacts -> FETCH_HEAD Already up to date. To https://github.com/opendatahub-io/odh-build-metadata.git c9a127c..5b4f51d ci-artifacts -> ci-artifacts deploy-and-e2e step succeeded ci-export-logs-sa https://github.com/maskarb/kserve Cloning into '/workspace/source'...